@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : layout.css
Description : レイアウト用CSS
===================================================================== */


/* ==========================================================
	共通
========================================================== */

/*メインビジュアル背景*/
.mv {
	background-color: #777474;
	/*	画像はこちら↓ */
	/*	background: url(../images/bg.png) repeat center;*/
}

/*アクセントカラー（背景色）*/
.nav,
.ttl_h2:before,
.slick-arrow,
.slick-active button::before,
.popup_close {
	background-color: #e3027c;
}

/*アクセントカラー（文字色）*/
.ttl_h3,
.wrapper .txt_link,
.wrapper b.highlight,
.cast_name1 {
	color: #e3027c;
}

.popup_close {
	border-color: #e3027c;
}


/* ==========================================================
	header
========================================================== */

/*メニューの幅(SP) 
　※calc(### / 750 * 100%)の###部分を変更してください*/
.nav ul {
	width: calc(1200 / 750 * 100%);
}

/*メニューの文字色*/
.nav a {
	color: #fff;
}

/*メニューの文字色：ホバー*/
/*テキストリンクの文字色：ホバー*/
.nav a:hover,
.txt_link:hover {
	color: #000;
}

/*メニューの下線：ホバー*/
.nav a:hover:after {
	background-color: #000;
}


/* ==========================================================
	コンテンツ
========================================================== */

/*コンテンツ外側の背景*/
#main {
	background-color: #e3e3e3;
    /*	画像はこちら↓ */
    /*	background: url(../images/bg.png) repeat center;*/
}

/*コンテンツ背景*/
.contents {
	background-color: #fff;
}

/*スライダーの矢印ボタン：ホバー*/
/*ポップアップのクローズボタン：ホバー*/
.slick-arrow:hover,
.popup_close:hover {
	background-color: #000;
}

/*ポップアップのクローズボタン：ホバー*/
.popup_close:hover {
	border-color: #000;
}

.banner_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    width: 100%;
    margin: 20px;
}
.banner_list li {
	width: 30%;
}
.banner_list li img{
	border-radius: 10px;
	border: 3px solid #ddd;
	width: 90%;
	margin: 0 auto;
}
.haishin{
color: #f00; 
font-size: 2.4rem; 
font-weight: bold;
}
h4{
	font-weight: bold;
	text-align: center;
}
.link_text{
	width: 90%;
	background-color: #fbeb00;
	color: #f00;
	text-align: center;
	font-weight: bold;
	margin: 0 auto;
	margin-bottom: 4rem;
    font-size: 1.6rem;
    padding: 2rem 1rem;
}
.flex_column{
	flex-direction: column;
}
.f_left{
	width: 100%;
	margin-bottom: 3rem;
}
.f_right{
	width: 100%;
}
.f_right div{
	width: 70%;
    margin: 1rem auto 0;
}
.fany{
	width: 75% !important;
	margin: 0 auto;
}
.flex_sp{
	display: flex;
	justify-content: space-between;
	margin-bottom: 4rem;
}
.flex_sp div img{
	width: 100%;
}
.flex_sp div img:hover{
	opacity: 0.8;
	transition : all 0.3s;
}

.mizuta{
	display: block;
    width: 30%;
    margin-right: auto !important;
}

.ttl_tver{
   font-size: 2.4rem;
   text-align: center;
   color: red;
   font-weight: bold;
}  


@media screen and (max-width: 767px) {

	.banner_list {
display: block;
text-align: center;
}
	.banner_list li {
	width: 100%;
}
.banner_list li img{
	margin-bottom: 13px;
	width: 75%;
}
.banner_list {
    /* margin: 0 41; */
	margin-left: auto;
    margin-right: auto;
}
.haishin{
color: #f00; 
font-size: 3.2rem; 
font-weight: bold;
}
	.link_text{
		width: 100%;
		margin-bottom: 4rem;
		font-size: 2.6rem;
		padding: 2rem 1rem;
	}
	.f_right div{
		margin: 0 auto;
	}
	.f_left{
		width: 90%;
    	margin: 0 auto 3rem;
	}
	.f_right{
		width: 90%;
		margin: 0 auto;
	}
	.f_right div{
		width: 100%;
		margin-bottom: 0;
	}
	.flex_sp div img{
		width: 100%;
	}
	.fany{
		width: 80% !important;
	}
	.flex_sp{
		width: 80%;
		margin: 0 auto;
	}
	.mizuta{
		width: 70%;
		margin: 0 auto;
	}
	
}

