@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      style.css

----------------------------------------------------------- */

#button_top,
#button_top02,
#button_top03{
cursor: pointer; 
	pointer-events: all;
	background:none;
	border:none;
	}
	
#button_top03{
	/*margin-bottom:11%;*/
	}	
	
	
#button_top:hover,
#button_top02:hover,
#button_top03:hover{
	text-decoration: underline;
	color:#fff;
	}	





body {
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	overflow-x:hidden;
	text-align:center;
	font-size:90% !important;
	}
	
/* カラム指定
********************************************************/
.flexboxL { /* スマホ縦並び */
    display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
}
@media only screen and (max-width: 768px) {
.flexboxL { /* スマホ縦並び */
		-webkit-flex-direction: column;
		flex-direction: column;}
}



section{
	
	max-width:1280px;
	margin:0 auto;
	width:100%;
	}
	
	
/*#innner	{
	margin-bottom:8%;
	}*/
	

/* トップページ画像
********************************************************/
.top_pic {
	margin-bottom:0px;

	
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.top_pic  {
	margin-bottom: -5px;
 }
}



@-moz-document url-prefix() {
.top_pic {
	margin-bottom:-7px;

  }
}


@media all and (-ms-high-contrast:none) {
.top_pic {
	margin-bottom:-8px;
	
}
}

/* トップページ一番上の動画
********************************************************/
.top_movie{
	margin:0 auto; max-width:1920px;
	width:100%;
	
	}



/* トップページグリッド
********************************************************/





.top_area{
	 padding: 0;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;}
	
.top_area img{

}	


.col_1 div{
	max-width:1280px;
	width:100%;
	float:left;}

.col_2_R div{
	max-width:854px;
	width:66.71875%;
	float:left;}
	
.col_2_R div:nth-child(1){
	max-width:426px;
	width:33.28125%;
	float:left;}	
	
.col_2_L div{
	max-width:854px;
	width:66.71875%;
	float:left;}
	
.col_2_L div:nth-child(2){
	max-width:426px;
	width:33.28125%;
	float:left;}		
	
	
.col_3 div{
	max-width:427px;
	width:33.359375%;
	float:left;}
	
.col_3 div:nth-child(1){
	max-width:426px;
	width:33.28125%;
	float:left;}
	
	
	
/*３カラムのグリッド*/	

.grid_field {
		max-width:1280px;
		margin:0 auto 0;
		padding:0;
			/*background:#3e5063;*/




		
	}
	
	   
	
	
.imgWrap {
	overflow: hidden;
	width:33.359375%;	/*画像の幅*/
	max-width:427px;
	max-height: 426px;	/*画像の高さ*/
	height:auto;
	float:left;
		position:relative;
		
}
.imgWrap.mov_wrap{
	max-height: 426px;
}

.imgWrap video{
	max-height:427px;
	padding:0;
	margin:0;
	
	
}



.video_g4{
	width: 178%;
	}
	
	
@media only screen and (max-width: 1280px) {
.video_g4{
	width: 180%;
	}
	}	

	
.grid_field .imgWrap:nth-child(1) {
	overflow: hidden;
	width:33.28125%;	/*画像の幅*/
	max-width:426px;
	max-height: 426px;	/*画像の高さ*/
	float:left;


		
	}
	

.imgEff {
	position: relative;
    max-width:427px;
	transition-duration: 1s;
	    height: 100%;
			vertical-align: baseline;


	
	
	
}
.imgEff:hover {
	transform:scale(1.2 );
}
.imgEff:before {
	content: "";
	position: absolute;
    width:427px;
	/*max-height: 427px;*/
	max-height: 430px;
	height:100%;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)); /* 円形グラデーション */
	transition-duration: 0.3s;
	opacity: 0; /* 見えないように透過しておく */
	
	
}
.txt_copy{
	/* 略 */
	display: flex; /* 文字の中央配置 */
	justify-content: center; /* 文字の中央配置 */
	align-items: center; /* 文字の中央配置 */
	color: #fff;
	font-size: 26px;
	text-shadow: 0 0 2px #000;
	position:absolute;
	z-index:2;
	width:100%;	/*画像の幅*/
	max-width:427px;
	max-height: 427px;
	height:100%;
	pointer-events: none;

}

.txt_copy2{
	/* 略 */
	
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
	color: #fff;
	font-size: 26px;
	text-shadow: 0 0 2px #000;
	z-index:2;
	width:100%;	/*画像の幅*/
	max-width:427px;
	max-height: 427px;
	
	pointer-events: none;

}


.imgEff:hover:before {
	opacity: 1; /* マウスオーバーで可視化 */
	
}



.imgWrap .txt{

	
	
	position:absolute;
	left:0;
	bottom:0;
	pointer-events: none;
	text-align:center;
	font-size:26px;
	color:#fff;
	width: 100%;
	box-shadow:10px #000;	
}


.imgEff:before {
	/* 略 */
	
	background: radial-gradient(rgba(0, 0, 0, 0.1), #000000); /* けっこう暗くしないと文字が見にくいので注意 */
	display: flex; /* 文字の中央配置 */
	justify-content: center; /* 文字の中央配置 */
	align-items: center; /* 文字の中央配置 */
	color: #fff;
	font-size: 22px;
	text-shadow: 0 0 2px #000;

}
.content .imgEff:hover:before {
	/* 略 */
	transform: scale(1.3); /* 文字の拡大率 */
	filter: blur(0); /* ブラー効果を解除 */
}



/*snsカラム*/


/*.imgWrap_sns {
	overflow: hidden;
        max-width:854px;/*画像のwidth
		width: 66.71875%;
	max-height: 427px;	/*画像の高さ
	height:auto;
	float:left;
	position:relative;
	background:#fff;
}
*/

 .imgWrap_sns {
    overflow: hidden;
    max-width: 854px;
    width: 100%;
    position: relative;
    background: #fff;
    margin: 0 auto;
}


.imgWrap_sns div:nth-child(1) iframe,
.imgWrap_sns div:nth-child(2) iframe,
.imgWrap_sns div:nth-child(3) iframe{
	margin:20px 5px;
	box-sizing:border-box;
}

.imgWrap_sns div:nth-child(3) div{
	margin:20px 5px;
	box-sizing:border-box;
}


.imgWrap_sns div:nth-child(1){
	float:left ;
	max-width:281px;
	width:33%;
	/*background:url(../img/sns_icon01.png) right bottom no-repeat;*/
	height:140px;
}

.imgWrap_sns div:nth-child(2){
		float:left ;
	max-width:281px;
	width:33%;
	/*background:url(../img/sns_icon01.png) right bottom no-repeat;*/
	height:140px;
}

.imgWrap_sns div:nth-child(3){
		float:left ;
	max-width:281px;
	width:33%;
	background:url(../img/sns_icon02.png) right bottom no-repeat;
	height:140px;
}

.imgWrap_sns p:nth-child(4){
	max-width:854px;
    float:left ;
    margin-top:20px;
    padding-top: 20px;
}




/*snsカラム_sp*/


.imgWrap_sns_sp {
	display:none;
}


/*2カラムのグリッド*/	




	
.imgWrap02 {
	overflow: hidden;
        max-width:854px;/*画像のwidth*/
		width: 66.71875%;
	max-height: 427px;	/*画像の高さ*/
	height:auto;
	float:left;
		position:relative;
}


	





.grid_field .imgWrap02_2 {
	overflow: hidden;
		width:33.28125%;
	max-width:426px;
	max-height: 426px;	/*画像の高さ*/
	float:left;
	position:relative;


		
	}
	
.grid_field .imgWrap02_news {
		overflow: hidden;
		/*width:33.2%;
	max-width:426px;*/
	width: 33.36%;
    max-width: 436px;
	max-height: 426px;	/*画像の高さ*/
	float:left;
	position:relative;


	background:#3e5063;
	

	


		
	}	
	
.imgEff_news{
	height:100%;
	padding-bottom:100.3%;
	
}



.txt_copy_news{
	/* 略 */
	display: flex; /* 文字の中央配置 */
	justify-content: center; /* 文字の中央配置 */
	align-items: center; /* 文字の中央配置 */
	color: #fff;
	font-size: 22px;
	text-shadow: 0 0 2px #000;
	position:absolute;
	z-index:2;
	width:100%;	/*画像の幅*/
	max-width:427px;
	max-height: 427px;
	height:100%;
	pointer-events: none;



}






.imgWrap02_news a{
	text-decoration:none;
	color:#fff;
	
	
	
}

.imgWrap02_news a:hover{
	text-decoration:underline;
	
	
}

.imgWrap02_news ul{
max-width: 427px;
max-height:310px;
position:absolute;
left:50%;
    margin-left: -40%;
	margin-top: 5%;
	    width: 85%;
	padding-left: 1em;
  text-indent: -1em;
/* overflow-y: scroll;
    overflow-x: hidden;*/

		

	
	
	
}

.imgWrap02_news li{
	text-align:left;
	color:#fff;
	font-size:12px;
	margin-bottom:2%;
	
	
	
}

.imgWrap02_news li:nth-child(1){
	text-align:left;
	color:#fff;
	font-size: medium;
	
	
	
}
	

.imgEff02 {
	position: relative;
    max-width:854px;
	height:100%;
	transition-duration: 1s;
	
	
	
}
.imgEff02:hover {
	transform:scale(1.2 );
}
.imgEff02:before {
	content: "";
	position: absolute;
    width:854px;
	/*max-height: 426px;*/
	max-height: 430px;
	height:100%;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)); /* 円形グラデーション */
	transition-duration: 0.3s;
	opacity: 0; /* 見えないように透過しておく */
	
	
}
.txt_copy02{
	/* 略 */
	display: flex; /* 文字の中央配置 */
	justify-content: center; /* 文字の中央配置 */
	align-items: center; /* 文字の中央配置 */
	color: #fff;
	font-size: 26px;
	text-shadow: 0 0 2px #000;
	position:absolute;
	z-index:2;
    max-width: 854px;
    width: 100%;
    max-height: 427px;
	height:100%;
	pointer-events: none;

}


.imgEff02:hover:before {
	opacity: 1; /* マウスオーバーで可視化 */
	
}



.imgWrap02 .txt{

	
	
	position:absolute;
	left:0;
	bottom:0;
	pointer-events: none;
	text-align:center;
	font-size:26px;
	color:#fff;
	width: 100%;
	box-shadow:10px #000;	
}


.imgEff02:before {
	/* 略 */
	
	background: radial-gradient(rgba(0, 0, 0, 0.1), #000000); /* けっこう暗くしないと文字が見にくいので注意 */
	display: flex; /* 文字の中央配置 */
	justify-content: center; /* 文字の中央配置 */
	align-items: center; /* 文字の中央配置 */
	color: #fff;
	font-size: 22px;
	text-shadow: 0 0 2px #000;

}
.content .imgEff02:hover:before {
	/* 略 */
	transform: scale(1.3); /* 文字の拡大率 */
	filter: blur(0); /* ブラー効果を解除 */
}
	




/*1カラムのグリッド*/	




	
.imgWrap01 {
	overflow: hidden;
        max-width:1280px;/*画像のwidth*/

		width:100%;
	max-height: 427px;	/*画像の高さ*/
	height:auto;
	float:left;
	position:relative;
    font-size: 70%;
    color: #fff;
}
.imgWrap01 span{
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+1,1+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	position: absolute;
	top: 427px;/*画像のheight*/
	left: 2px;
	z-index:10;
}

.imgWrap01 h4{
	text-align:left;
	margin:28% auto 0;
	font-size:12px;
	max-width:540px;
	width:63.2618501%;
                 
}

.imgWrap01 .h4_2{
	text-align:left;
	margin:28% auto 0;
	font-size:12px;
	max-width:370px;
	width:40%;
                 
}
.imgWrap01 p {

        text-align:center;
        margin-top:213px;
                 
}
.imgWrap01 p a{
        color:#fff;
        text-decoration:none;
        border:1px solid #fff;
        padding:5px;
 
}
.pic_box p a:hover {
        background:#fff;
        color:rgba(239,0,151,1);
}




.imgWrap01 .txt_copy{
	/* 略 */
	display: flex; /* 文字の中央配置 */
	justify-content: center; /* 文字の中央配置 */
	align-items: center; /* 文字の中央配置 */
	color: #fff;
	font-size: 26px;
	text-shadow: 0 0 2px #000;
	position:absolute;
	z-index:2;
     max-width:1280px;/*画像のwidth*/
    width: 100%;
    max-height: 427px;
    height: 100%;
    pointer-events: none;
    top: -50%;

}


.imgWrap01_sp{ display:none;}

@media only screen and (max-width: 768px) {
.imgWrap01{ display:none;}	
	}

	

.imgEff01 {
	position: relative;
        max-width:1280px;/*画像のwidth*/
		width:100%;
	transition-duration: 1s;
	
	
	
}
.imgEff01:hover {
	transform:scale(1.2 );
}
.imgEff01:before {
	content: "";
	position: absolute;
    width:1280px;
	max-height: 427px;
	height:100%;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)); /* 円形グラデーション */
	transition-duration: 0.3s;
	opacity: 0; /* 見えないように透過しておく */
	
	
}
.txt_copy01{
	/* 略 */
	display: flex; /* 文字の中央配置 */
	justify-content: center; /* 文字の中央配置 */
	align-items: center; /* 文字の中央配置 */
	color: #fff;
	font-size:26px;
	text-shadow: 0 0 2px #000;
	position:absolute;
	z-index:2;
    max-width: 1280px;
    width: 100%;
	max-height: 427px;
	height:100%;
	pointer-events: none;

}


.imgEff01:hover:before {
	opacity: 1; /* マウスオーバーで可視化 */
	
}



.imgWrap01 .txt{

	
	
	position:absolute;
	left:0;
	bottom:0;
	pointer-events: none;
	text-align:center;
	font-size:26px;
	color:#fff;
	width: 100%;
	box-shadow:10px #000;	
}


.imgEff01:before {
	/* 略 */
	
	background: radial-gradient(rgba(0, 0, 0, 0.1), #000000); /* けっこう暗くしないと文字が見にくいので注意 */
	display: flex; /* 文字の中央配置 */
	justify-content: center; /* 文字の中央配置 */
	align-items: center; /* 文字の中央配置 */
	color: #fff;
	font-size: 22px;
	text-shadow: 0 0 2px #000;

}
.content .imgEff01:hover:before {
	/* 略 */
	transform: scale(1.3); /* 文字の拡大率 */
	filter: blur(0); /* ブラー効果を解除 */
}
	


/*下からスライド*/


.pic_box {
        max-width:854px;/*画像のwidth*/
		width:66.71875%;
        max-height:426px;/*画像のheight*/
		height:100%;
        position:relative;
        overflow:hidden;
        margin:0;
        float:left;
		font-size:10px;
		color:#fff;
}
.pic_box span{
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+1,1+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	position: absolute;
	top: 427px;/*画像のheight*/
	left: 2px;
}

.pic_box h4{
	text-align:left;
	margin:28% auto 0;
	font-size:12px;
	max-width:540px;
	width:63.2618501%;
                 
}

.pic_box .h4_2{
	text-align:left;
	margin:28% auto 0;
	font-size:12px;
	max-width:370px;
	width:40%;
                 
}
.pic_box p {

        text-align:center;
        margin-top:213px;
                 
}
.pic_box p a{
        color:#fff;
        text-decoration:none;
        border:1px solid #fff;
        padding:5px;
 
}
.pic_box p a:hover {
        background:#fff;
        color:rgba(239,0,151,1);
}




.pic_box .txt_copy{
	/* 略 */
	display: flex; /* 文字の中央配置 */
	justify-content: center; /* 文字の中央配置 */
	align-items: center; /* 文字の中央配置 */
	color: #fff;
	font-size: 26px;
	text-shadow: 0 0 2px #000;
	position:absolute;
	z-index:2;
     max-width:854px;/*画像のwidth*/
    width: 100%;
    max-height: 427px;
    height: 100%;
    pointer-events: none;
    top: -50%;

}
.sp{ display:none;}

.pc{ display:inline-block;}


.pic_box_sp{ display:none;}






.pic_box02 {
        max-width:426px;/*画像のwidth*/
		width: 33.28125%;
        max-height:427px;/*画像のheight*/
		height:100%;
        position:relative;
        overflow:hidden;
        margin:0;
        float:left;
		font-size:10px;
		color:#fff;
}

.pic_box02.qanda {
	width: 33.359375%;
	    max-width: 427px;
	    max-height: 426px;
}

.pic_box02 span{
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+1,1+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	position: absolute;
	top: 427px;/*画像のheight*/
	left: 2px;
}

.pic_box02 .cs{
	text-align:center;
	margin:58% auto 0;
	font-size:20px;

                 
}


.pic_box02 p {

        text-align:center;
        margin-top:213px;
                 
}
.pic_box02 p a{
        color:#fff;
        text-decoration:none;
        border:1px solid #fff;
        padding:5px;
 
}
.pic_box02 p a:hover {
        background:#fff;
        color:rgba(239,0,151,1);
}




.pic_box02 .txt_copy{
	/* 略 */
	display: flex; /* 文字の中央配置 */
	justify-content: center; /* 文字の中央配置 */
	align-items: center; /* 文字の中央配置 */
	color: #fff;
	font-size: 26px;
	text-shadow: 0 0 2px #000;
	position:absolute;
	z-index:2;
     max-width:854px;/*画像のwidth*/
    width: 100%;
    max-height: 427px;
    height: 100%;
    pointer-events: none;
    top: -50%;

}





.pic_box03 {
        max-width:1280px;/*画像のwidth*/
		width:100%;
        max-height:427px;/*画像のheight*/
		height:100%;
        position:relative;
        overflow:hidden;
        margin:0;
        float:left;
		font-size:10px;
		color:#fff;
}
.pic_box03 span{
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+1,1+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	position: absolute;
	top: 427px;/*画像のheight*/
	left: 2px;
}

.pic_box03 h4{
	text-align:left;
	margin:28% auto 0;
	font-size:12px;
	max-width:540px;
	width:63.2618501%;
                 
}

.pic_box03 .h4_2{
	text-align:left;
	margin:28% auto 0;
	font-size:12px;
	max-width:370px;
	width:80%;
                 
}
.pic_box03 p {

        text-align:center;
        margin-top:213px;
                 
}
.pic_box03 p a{
        color:#fff;
        text-decoration:none;
        border:1px solid #fff;
        padding:5px;
 
}
.pic_box03 p a:hover {
        background:#fff;
        color:rgba(239,0,151,1);
}




.pic_box03 .txt_copy{
	/* 略 */
	display: flex; /* 文字の中央配置 */
	justify-content: center; /* 文字の中央配置 */
	align-items: center; /* 文字の中央配置 */
	color: #fff;
	font-size: 26px;
	text-shadow: 0 0 2px #000;
	position:absolute;
	z-index:2;
     max-width:1280px;/*画像のwidth*/
    width: 100%;
    max-height: 427px;
    height: 100%;
    pointer-events: none;
    top: -50%;

}

/*アクセス_sp*/
.grid_field_acc {
		max-width:1280px;
		margin:50px auto 0;
		padding:0;
		background:#fff;
		width: 90%;
		


		
	}
	
.grid_field_acc h4{
	text-align:center;
	font-weight:bold;
padding-bottom:20px;


		
	}
	
	
	
/* トップページ　プール背景変更*/	

	.chef_bg{
   background: url(../img/top_11_1.jpg) no-repeat top left  !important   ;
	max-width:427px;
	height:426px;

}
.chef_bg:hover{
  display:block;
  background: url(../img/top_11_2.jpg) no-repeat top left  !important  ;
	max-width:427px;
	height:426px;

}

@media only screen and (max-width: 768px) {
	.chef_bg{
   background: url(../img/top_11_1_sp.jpg) no-repeat top left  !important   ;
		background-size: cover !important;
	max-width:427px;
	/*height:426px;*/
		height: auto;
		padding-top: 49.86979166%;

}
.chef_bg:hover{
   background: url(../img/top_11_1_sp.jpg) no-repeat top left  !important   ;
		background-size: cover !important;
	max-width:427px;
	/*height:426px;*/
		height: auto;
		padding-top: 49.86979166%;
}
	
}


	.pool_bg{
   background: url(../img/top_10_1.jpg) no-repeat top left  !important   ;
	max-width:427px;
	height:426px;

}
.pool_bg:hover{
  display:block;
  background: url(../img/top_10_1_2.jpg) no-repeat top left  !important  ;
	max-width:427px;
	height:426px;
	
	  -webkit-transition: all 1.0s ease;
    -moz-transition: all 1.0s ease;
    -o-transition: all 1.0s ease;
    transition: all  1.0s ease;
}


.pool_bg:visited{
  display:block;
  background: url(../img/top_10_1_2.jpg) no-repeat top left  !important  ;
	max-width:427px;
	height:426px;
  -webkit-transition: all 1.0s ease;
    -moz-transition: all 1.0s ease;
    -o-transition: all 1.0s ease;
    transition: all  1.0s ease;
}		


@media only screen and (max-width: 1280px) {

.imgWrap {

		    margin: 0 0 -6px 0;
}

}


@media only screen and (max-width: 960px) {

.txt_copy02,.txt_copy01,.txt_copy{

	height:100%;
	font-size: medium;


}





.imgWrap02_news li{
	text-align:left;
	color:#fff;
/*	font-size: x-small;*/
	margin-bottom:2%;
	text-shadow: 0 0 3px #000;
	
	
}

.imgWrap02_news li:nth-child(1){
	text-align:left;
	color:#fff;
	/*font-size: small;*/
	
	
	
}
	




}





@media only screen and (max-width: 960px) {

.pic_box .txt_copy{
	/* 略 */
	display: flex; /* 文字の中央配置 */
	justify-content: center; /* 文字の中央配置 */
	align-items: center; /* 文字の中央配置 */
	color: #fff;
	font-size: 22px;
	text-shadow: 0 0 2px #000;
	position:absolute;
	z-index:999;
     max-width:854px;/*画像のwidth*/
    width: 100%;
    max-height: 427px;
    height: 50%;
    pointer-events: none;
    top:0;

}

.pic_box p {
        font-weight:bold;
        text-align:center;
        margin-top:0;
                 
}


.pic_box span{
        width:100%;
        height:100%;



        position:absolute;
        top:0px;/*画像のheight*/
        left:0;
}



.pic_box02 .txt_copy{
	/* 略 */
	display: flex; /* 文字の中央配置 */
	justify-content: center; /* 文字の中央配置 */
	align-items: center; /* 文字の中央配置 */
	color: #fff;
	font-size: 22px;
	text-shadow: 0 0 2px #000;
	position:absolute;
	z-index:999;
     max-width:426px;/*画像のwidth*/
    width: 100%;
    max-height: 427px;
    height: 50%;
    pointer-events: none;
    top:0;

}

.pic_box02 p {
        font-weight:bold;
        text-align:center;
        margin-top:0;
                 
}


.pic_box02 span{
        width:100%;
        height:100%;



        position:absolute;
        top:0px;/*画像のheight*/
        left:0;
}





}


@media only screen and (max-width: 768px) {
	
.pc{ display:none;}
.sp{ display: inline-block;}


/*下からスライド*/

.pic_box {
	display:none;
}

.pic_box_sp {
	display: inline-block;
}




.pic_box_sp {
        max-width:768px;/*画像のwidth*/
		width:100%;
        max-height:1822px;/*画像のheight*/
		height:100%;
        position:relative;
        overflow:hidden;
        margin:0;
        float:left;
		font-size:10px;
		color:#fff;
		background:#3e5063;
		    padding-bottom: 10px;/*30px*/
}
.pic_box_sp span{
        width:100%;
        height:100%;



        position:absolute;
        top:427px;/*画像のheight*/
        left:0;
}

.pic_box_sp h4{
	text-align:center;
	margin:2% auto 2%;
	font-size:12px;
	max-width:540px;
			width:63.2618501%;
                 
}
.pic_box_sp p {
        font-weight:bold;
        text-align:center;
        margin-top:0;
                 
}
.pic_box_sp p a{
        color:#fff;
        text-decoration:none;
        border:1px solid #fff;
        padding:5px;
 
}
.pic_box_sp p a:hover {
        background:#fff;
        color:rgba(239,0,151,1);
}




.pic_box_sp .txt_copy{
	/* 略 */
	display: flex; /* 文字の中央配置 */
	justify-content: center; /* 文字の中央配置 */
	align-items: center; /* 文字の中央配置 */
	color: #fff;
	font-size: 22px;
	text-shadow: 0 0 2px #000;
	position:absolute;
	z-index:2;
     max-width:854px;/*画像のwidth*/
    width: 100%;
max-height: 200px;
    height: 100%;
    pointer-events: none;
    top: 15%;

}








.pic_box02 {
        max-width:426px;/*画像のwidth*/
		width: 50%;
        max-height:427px;/*画像のheight*/
		height:100%;
        position:relative;
        overflow:hidden;
        margin:0;
        float:left;
		font-size:10px;
		color:#fff;
}
.pic_box02 span{
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+1,1+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	position: absolute;
	top: 427px;/*画像のheight*/
	left: 2px;
}

.pic_box02 .cs{
	text-align:center;
	margin:58% auto 0;
	font-size:20px;

                 
}




.pic_box02 .txt_copy{
	/* 略 */
	display: flex; /* 文字の中央配置 */
	justify-content: center; /* 文字の中央配置 */
	align-items: center; /* 文字の中央配置 */
	color: #fff;
	font-size:20px;
	text-shadow: 0 0 2px #000;
	position:absolute;
	z-index:2;
     max-width:427px;/*画像のwidth*/
    width: 100%;
    max-height: 427px;
    height: 100%;
    pointer-events: none;
    top:0;

}







/*news*/


.grid_field .imgWrap02_news {
		overflow: hidden;
		width:100%;
	max-width:768px;
	max-height: 1369px;	/*画像の高さ*/
	float:none;
	position:relative;


	background: url(../img/top_sp_img03.jpg) bottom center no-repeat;
	background-size: cover;
	

	


		
	}	
	
.imgEff_news{
	height:100%;
	padding-bottom:170%;
	
}






.imgWrap02_news ul{
	max-width:768px;
position:absolute;
left:50%;
    margin-left: -40%;
	margin-top: 20%;
	    width: 80%;

	
	
	
}




	
/*３カラムのグリッド*/	


	
	
.imgWrap {
	overflow: hidden;
	width:100%;	/*画像の幅*/
	max-width:768px;
	max-height: 1038px;	/*画像の高さ*/
	/*height:auto;*/
	float:left;
		position:relative;

}

	
.grid_field .imgWrap:nth-child(1) {
	overflow: hidden;
	width:100%;	/*画像の幅*/
	max-width:768px;
	max-height: 1038px;	/*画像の高さ*/
	float:none;


		
	}
	

.imgEff {
	position: relative;
    max-width:768px;
	height:100%;
	transition-duration: 1s;
	
	
	
}

.imgEff:before {
	content: "";
	position: absolute;
    width:768px;
	max-height: 1038px;
	height:100%;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)); /* 円形グラデーション */
	transition-duration: 0.3s;
	opacity: 0; /* 見えないように透過しておく */
	
	
}
.txt_copy{
	/* 略 */
	display: flex; /* 文字の中央配置 */
	justify-content: center; /* 文字の中央配置 */
	align-items: center; /* 文字の中央配置 */
	color: #fff;
	font-size: 22px;
	text-shadow: 0 0 2px #000;
	position:absolute;
	z-index:2;
	width:100%;	/*画像の幅*/
		max-width:768px;

	height:100%;
	pointer-events: none;

}







.grid_field .imgWrap02_2 {
	overflow: hidden;
		width:100%;
	max-width:768px;
	max-height: 1025px;	/*画像の高さ*/
	float:none;


		
	}




.bf_txt{
	background:#3e5063;
	color:#fff;
	display:inline-block;}
	
	.bf_txt div{
		padding:10%;
		text-align:left;}
		
		.bf_txt div p{
			font-size:small;
			}
		
			.bf_txt div p:nth-child(2){
				font-size: medium;
		
				text-align:center;
				padding-top:20px;}		
				
		.bf_txt div p a{
			color:#fff;
			}					



	
/* トップページ　プール背景変更*/	
	.pool_bg{
   background: url(../img/top_10_1_sp.jpg) no-repeat bottom left  !important;
   width:100%;
   background-size:cover !important;
   max-width:728px;
   overflow:hidden;

}
.pool_bg:hover{
  display:block;
  background: url(../img/top_10_1_2_sp.jpg) no-repeat bottom left  !important  ;
  width:100%;
  background-size:cover !important;
   max-width:728px;
	background-size:contain ;

}


.pool_bg:visited{
  display:block;
  background: url(../img/top_10_1_2_sp.jpg) no-repeat bottom left  !important  ;
  width:100%;
  background-size:cover !important;
  background-size: contain ;
   max-width:728px;


	overflow:hidden;
}			


/*snsカラム_sp*/


.imgWrap_sns_sp {
	overflow: hidden;
        max-width:768px;/*画像のwidth*/
		width: 100%;
			height:700px;

	height:auto;
	float:left;
	position:relative;
	background:#fff;
		display: inline-block;
}





.imgWrap_sns_sp div:nth-child(1) iframe,
.imgWrap_sns_sp div:nth-child(2) iframe,
.imgWrap_sns_sp div:nth-child(3) iframe{
	margin:20px 5px;
	box-sizing:border-box;
		max-width:400px;
	margin:0 auto;
}

/*.imgWrap_sns_sp div:nth-child(3) div{
	margin:20px auto;
	width:80%;
	box-sizing:border-box;
max-width: 400px;
	margin:0 auto;
}*/


.imgWrap_sns_sp div:nth-child(1){
	float:none;
	width:80%;
max-width: 400px;
	/*background:url(../img/sns_icon01.png) right bottom no-repeat;*/
    height: 310px;
	margin:30px auto
	
}

.imgWrap_sns_sp div:nth-child(2){
	float:none;
	width:80%;
max-width: 400px;
	/*background:url(../img/sns_icon01.png) right bottom no-repeat;*/
    height: 310px;
	margin:30px auto
}

.imgWrap_sns_sp div:nth-child(3){
	float:none;
	width:80%;
	max-width:400px;
	background:url(../img/sns_icon02.png) right bottom no-repeat;
height: 350px;
	margin:0 auto
	
}

.imgWrap_sns_sp div:nth-child(4){width:80%;
	max-width:400px;}


.imgWrap_sns_sp p:nth-child(4){
	display:none;
}	



	
	
}
@media only screen and (max-width: 390px) {
	
.media-grid{     width: 80%;
    margin: 0 auto;
}

.imgWrap_sns_sp div:nth-child(1){
	float:none;
	width:90%;
max-width: 400px;
	/*background:url(../img/sns_icon01.png) right bottom no-repeat;*/
	height:260px;
	margin:30px auto
}

.imgWrap_sns_sp div:nth-child(2){
	float:none;
	width:90%;
max-width: 400px;
	/*background:url(../img/sns_icon01.png) right bottom no-repeat;*/
	height:260px;
	margin:30px auto
}

.imgWrap_sns_sp div:nth-child(3){
	float:none;
	width:90%;
max-width: 400px;
	background:url(../img/sns_icon02.png) right bottom no-repeat;
height: 350px;
	margin:0 auto
	
}

.imgWrap_sns_sp div:nth-child(4){width:90%;
	max-width:350px;}




/*下からスライド*/


.pic_box02 {
        max-width:426px;/*画像のwidth*/
		width: 100%;
        max-height:427px;/*画像のheight*/
		height:100%;
        position:relative;
        overflow:hidden;
        margin:0;
        float:none;
		font-size:10px;
		color:#fff;
}

.pic_box02 .cs{
	text-align:center;
	margin:58% auto 0;
	font-size:20px;

                 
}




.pic_box02 .txt_copy{
	/* 略 */
	display: flex; /* 文字の中央配置 */
	justify-content: center; /* 文字の中央配置 */
	align-items: center; /* 文字の中央配置 */
	color: #fff;
	font-size:20px;
	text-shadow: 0 0 2px #000;
	position:absolute;
	z-index:2;
     max-width:427px;/*画像のwidth*/
    width: 100%;
    max-height: 427px;
    height: 100%;
    pointer-events: none;
    top:0;

}






}
	

/* Clearfix*/
	.clearfix { zoom:1; }
	.clearfix:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
	
	
	
/*フローティングバナー*/	
	
	
#bannerin
{
    display: block;
    width: 100%;
    position: fixed;
    right: 20px;
    top: 150px;
    z-index: 998;
    text-align: center;
    padding: 0 auto;
	max-width:200px;
}

#pentonbannerin
{
    display: block;
    width: 100%;
    position: fixed;
    right: 20px;
    top: 400px;
    z-index: 998;
    text-align: center;
    padding: 0 auto;
	max-width:200px;
}


#closebanner

{
    width: 100%;

    position: fixed;
    right: 20px;
    top: 150px;
    z-index: 999;
    text-align: right;
    padding: 0 auto;
	max-width:24px;
}	

#closebanner2

{
    width: 100%;

    position: fixed;
    right: 20px;
    top: 400px;
    z-index: 999;
    text-align: right;
    padding: 0 auto;
	max-width:24px;
}	


@media only screen and (max-width: 640px) {
	#bannerin,
	#pentonbannerin
	
{

	max-width:100px;
}


#pentonbannerin,
#closebanner2{
	top:285px;}

}


.gNvArea {
    background: #395064;
    padding: 70px 0;
    position: relative;
}

.typ_1 .gNvArea,
.typ_1 .grid_field .imgWrap02_news,
#home.typ_1 .footer_area {
    background: #F4F4F4;
   
}

.typ_2 .gNvArea,
.typ_2 .grid_field .imgWrap02_news,
#home.typ_2 .footer_area {
    background:#3A3A3A;
  
}

.typ_3 .gNvArea,
.typ_3 .grid_field .imgWrap02_news,
#home.typ_3 .footer_area {
    background: #EFEAE4;
   
}

.typ_4 .gNvArea,
.typ_4 .grid_field .imgWrap02_news,
#home.typ_4 .footer_area {
    background: #FFFF00;
   
}

.typ_5 .gNvArea,
.typ_5 .grid_field .imgWrap02_news,
#home.typ_5 .footer_area {
    background: #00E5AF;
   
}
.typ_7 .gNvArea,
.typ_7 .grid_field .imgWrap02_news,
#home.typ_7 .footer_area {
    background: #FBE000;
   
}
.typ_8 .gNvArea,
.typ_8 .grid_field .imgWrap02_news,
#home.typ_8 .footer_area {
    background: #0000E5;
   
}
.typ_9 .gNvArea,
.typ_9 .grid_field .imgWrap02_news,
#home.typ_9 .footer_area {
    background: #9DCCE0;
   
}
	
	
.typ_1 .imgWrap02_news a,
.typ_1 .imgWrap02_news li:nth-child(1),
.typ_3 .imgWrap02_news a,
.typ_3 .imgWrap02_news li:nth-child(1),
.typ_4 .imgWrap02_news a,
.typ_4 .imgWrap02_news li:nth-child(1),
.typ_7 .imgWrap02_news a,
.typ_7 .imgWrap02_news li:nth-child(1){
	color:#333;}	





.typ_1 .fSnsLBtnFb a:after,
.typ_1 .fSnsLBtnTw a:after,
.typ_1 .fSnsLBtnInst a:after,
.typ_1 .fSnsLBtnTri a:after,
.typ_1 .fSnsLBtnAt a:after,
.typ_3 .fSnsLBtnFb a:after,
.typ_3 .fSnsLBtnTw a:after,
.typ_3 .fSnsLBtnInst a:after,
.typ_3 .fSnsLBtnTri a:after,
.typ_3 .fSnsLBtnAt a:after,
.typ_4 .fSnsLBtnFb a:after,
.typ_4 .fSnsLBtnTw a:after,
.typ_4 .fSnsLBtnInst a:after,
.typ_4 .fSnsLBtnTri a:after,
.typ_4 .fSnsLBtnAt a:after,
.typ_7 .fSnsLBtnFb a:after,
.typ_7 .fSnsLBtnTw a:after,
.typ_7 .fSnsLBtnInst a:after,
.typ_7 .fSnsLBtnTri a:after,
.typ_7 .fSnsLBtnAt a:after{
	color:#333;}
.typ_1 ul.ftrSnsLink a:link, .typ_1 ul.ftrSnsLink a:visited,.typ_1 ul.ftrSnsLink a:active,.typ_1 ul.ftrSnsLink a:hover,
.typ_2 ul.ftrSnsLink a:link, .typ_2 ul.ftrSnsLink a:visited,.typ_2 ul.ftrSnsLink a:active,.typ_2 ul.ftrSnsLink a:hover,
.typ_4 ul.ftrSnsLink a:link, .typ_4 ul.ftrSnsLink a:visited,.typ_4 ul.ftrSnsLink a:active,.typ_4 ul.ftrSnsLink a:hover,
.typ_7 ul.ftrSnsLink a:link, .typ_7 ul.ftrSnsLink a:visited,.typ_7 ul.ftrSnsLink a:active,.typ_7 ul.ftrSnsLink a:hover{
	color:#333;}
	
.typ_1 .agh.nav .nav__burger,
.typ_1 .agh.nav .nav__burger:before,
.typ_1 .agh.nav .nav__burger:after,
.typ_3 .agh.nav .nav__burger,
.typ_3 .agh.nav .nav__burger:before,
.typ_3 .agh.nav .nav__burger:after,
.typ_4 .agh.nav .nav__burger,
.typ_4 .agh.nav .nav__burger:before,
.typ_4 .agh.nav .nav__burger:after,
.typ_7 .agh.nav .nav__burger,
.typ_7 .agh.nav .nav__burger:before,
.typ_7 .agh.nav .nav__burger:after{
	border-bottom: 4px solid #333;}
	
	

/* 英語日本語切り替え
************************************************/

.select-box01 select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* フォント指定 */
.select-1, .select-1 * {
    font-family: "Helvetica Neue","メイリオ",Meiryo,Helvetica,Arial,"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
/* labelタグのスタイル */
.select-1 {
    position: absolute;
    left: 80%;
    display: inline-block;
    background: #202020;
    background: linear-gradient(
        to bottom,
        #525252 0%,
        #272727 70%,
        #1c1c1c 100%);
    border-radius: 2em;
    box-shadow: 1px 1px 5px #000;
    font-size: 1em;
    overflow: hidden;
    z-index: 0;
}
/* 下三角の表示 */
.select-1:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 50%;
    right: .6em;
    margin-top: -.2em;
    border-width: .45em .3em;
    border-style: solid;
    border-color: #fff transparent transparent;
    z-index: -1;
}
/* selectタグのスタイル */
.select-1 select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: .4em 2em .4em 1.5em;
    color: #fff;
    background: transparent;
    border: 1px solid #242424;
    border-radius: 2em;
    font-size: 1em;
    text-shadow: 1px 1px 2px #000;
    outline: none;
}
/* selectタグ選択中のスタイル */
.select-1 select:focus {
    text-shadow: 0 0 1px #b5b5b5;
}
/* IEの下三角非表示 */
.select-1 select::-ms-expand {
    display: none;
}
/* Firefoxの点線非表示 */
.select-1 select::-moz-focus-inner {
    border: 0;
}
/* 表示されるオプションスタイル */
.select-1 select * {
    background: #242424;
    color: #fff;
    text-shadow: none;
}

@media only screen and (max-width: 600px) {
	
	
	.select-1 {
    position: absolute;
   left: 65%;
   bottom:7%;
    display: inline-block;
    background: #202020;
    background: linear-gradient(
        to bottom,
        #525252 0%,
        #272727 70%,
        #1c1c1c 100%);
    border-radius: 2em;
    box-shadow: 1px 1px 5px #000;
    font-size: 1em;
    overflow: hidden;
    z-index: 0;
}
	
	
	
	}


.select_none{display: none;}

	
/*メルマガ*/
.mailmagazine_btn {
    font-size: 14px;
    color: #fff;
    border: 1px solid;
    padding: 5px;
    box-sizing: border-box;
}
.mailmagazine_btn:hover{
	opacity: 0.6;
	transition-duration: 0.5s;
}

@media only screen and (max-width:768px) {
	.mailmagazine_btn {
		display: block;
		margin-top: 10px;}
}

ul {
    list-style: none;
}
