@charset "UTF-8";

/*トップのニュース関連*/
.f01 {
	background-color:#5A5F59; 
}
.f02 {
	background-color:#D63EAD; 
}
.f03 {
	background-color:#1FB9D4; 
}
.f04 {
	background-color:#3F6D35; 
}
.f05 {
	background-color:#289FC4; 
}
.f06 {
	background-color:#9C47D1; 
}
.f07 {
	background-color:#72BF8A; 
}


.slideArea {
	position: relative;
}

/* video */
.covervid-wrapper {
   position: a;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.covervid-wrapper video {
	width: 100%;
}

/* top comment */
.topComme {
	width: 99%;
	color: #ffffff;
	font-family: 'M PLUS 1p', Quicksand, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	position: absolute;
	text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.24);
	opacity: 0.94;
	padding-left: 68px;
	left: 0;
	display: none;
}
.topComme.tc01 {
	font-family: 'Permanent Marker', cursive,'游明朝', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color: #ffffff;
	line-height: 1.8;
	top: 30%;
/*	transform: rotate(-1deg);*/
}
.topComme.tc02 {
	font-family: '游明朝', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color: #ffffff;
	line-height: 2;
	top: 30%;
/*	transform: rotate(-5deg);*/
}

/* scrolldown */
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	left:50%;
	bottom:-8px;
    /*全体の高さ*/
	height:100px;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
	position: absolute;
	left:-15px;
	top: -15px;
    /*テキストの形状*/
	color: #ffffff;
	font-size: 13px;
}

/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 70px;
	background: #ffffff;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:100px;
		opacity: 1;
	}
	100%{
		height:0;
		top:124px;
		opacity: 0;
	}
}

/* Arrows */
.slick-prev::before, .slick-next::before {
	color: #999999;
	font-size: 48px;
}
.slick-prev,
.slick-next {
	z-index: 100;
}
.slick-prev {
	left: -14px;
	z-index: 10000;
}
.slick-next {
	right: -14px;
}
.slick-prev::before, .slick-next::before {
	color: #999999;
	font-size: 40px;
}

#wrapper {
	position: relative;
}

/* slider */
.slider {
	width: 100%;
	max-width: 1400px;
	box-sizing: border-box;
	margin: 0 auto;
	background-attachment: fixed;
}

#con00.baseBox, #con01.baseBox {
	position: relative;
}

/* youtube */
#conYoutube ul li {
	width: 50%;
	box-sizing: border-box;
	padding: 10px 10px;
	float: left;
}
#conYoutube ul li iframe {
	width: 100%;
	height: 350px;
}

/* banner */
#conBan ul li {
	width: 50%;
	box-sizing: border-box;
	padding: 10px 10px;
	float: left;
}
#conBan ul li img {
	width: 100%;
	vertical-align: bottom;
}

/* step */
.stepBox {
	width: calc(100%/4);
	padding: 14px 24px 14px 0;
	float: left;
	position: relative;
}
.stepBox:before {
	color: #cccccc;
	font-size: 20px;
	content: "▶︎";
    /*描画位置*/
	position: absolute;
	top: 42%;
	right: 2px;
}
#last.stepBox:before {
	content: "";
}
.stepBox h5 {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff8528+0,ff9042+50,ffbc8c+100 */
	background: #ff8528; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #ff8528 0%, #ff9042 50%, #ffbc8c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #ff8528 0%,#ff9042 50%,#ffbc8c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #ff8528 0%,#ff9042 50%,#ffbc8c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8528', endColorstr='#ffbc8c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: #FFFFFF;
	font-weight: bold;
	text-align:center;
	padding: 10px 8px;
	font-size: 16px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}
.stepCon {
	font-size: 12px;
	padding: 8px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	height: 104px;
}
.shopLbox {
	width: 40%;
	float: left;
}
.shopLbox img {
	width: 100%;
}
.shopRbox {
	width: 60%;
	float: left;
	padding: 0 14px 14px 28px;

}
.shopRbox h4 {
	font-size: 32px;
	font-weight: bold;
	color: #F19505;
	text-align: center;
	margin-bottom: 15px;

}
.shopRbox h5 {
	font-size: 16px;
	color: #F19505;
	text-align: center;
	margin-bottom: 50px;

}
.shopRbox p {
	font-size: 14px;
	line-height: 2;
}
.choco a {
	width: 90%;
	box-sizing: border-box;
	background-color: #9A6E0E;
	color: #ffffff;
	text-align: center;
	border-radius: 24px;
	margin: 18px auto 0 auto;
	padding: 8px 20px;
	display: block;
}
.choco a:hover {
	text-decoration: none;
}
.contentsBox {
	float: left;
	width: 50%;
	padding: 10px;
}
.contentsBox img {
	width: 100%;
}


/* #### width 359px以下の場合の設定 (for SP Only) #### */
@media (max-width: 359px) {

.topComme {
	width: 95%;
}
.topComme.tc01 {
	font-size: 30px;
	top: 24%;
}
.topComme.tc02 {
	font-size: 14px;
	top: 38%;
}
.topComme.tc03 {
	font-size: 14px;
	top: 48%;
}

}

/* #### width 360px～500pxの場合の設定 (for SP Wide Only) #### */
@media (min-width: 360px) and (max-width: 500px) {

.topComme {
	width: 95%;
}
.topComme.tc01 {
	font-size: 32px;
	top: 28%;
}
.topComme.tc02 {
	font-size: 1px;
	top: 40%;
}
.topComme.tc03 {
	font-size: 18px;
	top: 60%;
}
	
}

/* ## width 501px～767pxの場合の設定 (for Tub Only) ## */
@media (min-width: 501px) and (max-width: 767px) {

.topComme {
	width: 95%;
}
.topComme.tc01 {
	font-size: 34px;	
	top: 30%;
}
.topComme.tc02 {
	font-size: 14px;
	top: 40%;
}
.topComme.tc03 {
	font-size: 20px;
	top: 47%;
}
		
}

/* #### width 767px 以下の場合の設定 (for All Mobile Dvices) #### */
@media (max-width: 767px) {
.newsArea {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 10px;
}
.newsBox {
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px dotted #cccccc;
	padding: 10px 0;		
}
.newsBox a {
	color: #414141;		
}
.newsBox .nDate {
	font-size: 12px;
	margin-right: 10px;
	float: left;
}
.newsBox .News {
	font-size: 12px;
	clear: both;
}
.ftIcon {
	width: 120px;
	text-align: center;
	color: #FFFFFF;
	border-radius: 8px;
	padding: 2px 0;
	font-size: 10px;
	margin: 0 5px 8px 0;
	float: left;
}
/*スタジアム*/
table.sTable1 {
	width: 100%;
	border-collapse: collapse;
	opacity: 0.9;
	margin: 0 auto;
}
table.sTable1 th {
	width: 20%;
	border: solid 1px #23D21A;
	padding: 6px;
	background-color: #67AA2B;
	text-align: left;
}
table.sTable1 td {
	border: solid 1px #9B730D;
	padding: 6px;
	background-color: #ffffff;
	color: #000000;
}
/*テニスコート*/
table.sTable2 {
	width: 100%;
	border-collapse: collapse;
	opacity: 0.9;
	margin: 0 auto;
}
table.sTable2 th {
	width: 20%;
	border: solid 1px #129BE2;
	padding: 6px;
	background-color: #1E87D7;
	text-align: left;
}
table.sTable2 td {
	border: solid 1px #129BE2;
	padding: 6px;
	background-color: #FFFFFF;
	color: #000000;
}
/*多目的グラウンド*/
table.sTable3 {
	width: 100%;
	border-collapse: collapse;
	opacity: 0.9;
	margin: 0 auto;
}
table.sTable3 th {
	width: 20%;
	border: solid 1px #9B730D;
	padding: 6px;
	background-color: #AE5729;
	text-align: left;
}
table.sTable3 td {
	border: solid 1px #9B730D;
	padding: 6px;
	background-color: #FFFFFF;
	color: #000000;
}	
table.pTable {
	border-collapse: collapse;
}
table.pTable th {
	border: solid 1px #ECECEC;
	padding: 6px;
	background-color: #DEDEDE;
	text-align: center;
}
table.pTable td {
	border: solid 1px #ECECEC;
	padding: 6px;
	background-color: #F5F5F5;
	color: #000000;
	text-align: center;
}
.sButton a {
	background-color: #929292;
	color: #ffffff;
	border-radius: 14px;
	padding: 4px 10px;
	margin: 8px 0;
	text-align: center;
	float: right;
	font-size :12px;
}
/* modal menu */
.menu-btn span {
    background: #ffffff;
}
#header.headFix .menu-btn span {
	background: #242424;
}
	
.open #header.headFix .menu-btn span {
	background: #ffffff;
}
	
#header #logo {
	width: 148px;
	height: 84px;
	margin: 0 auto;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#header #logo a {
	width: 144px;
	height: 84px;
	box-sizing: border-box;
	background-image: url("../img/header/logo.png");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/* ## header fix ## */
#header.headFix #logo {
	width: 90px;
	height: 50px;
}
#header.headFix #logo a {
	width: 88px;
	height: 48px;
}
#header.headFix #logo a {
	background-image: url("../img/header/logo_b.png");
}
#header #logo p {
	display: none;
}

#header .hTel a {
	color: #ffffff;
}
#header.headFix .hTel a {
	color: #242424;
}

/* ## header fix ## */
#header.headFix {
	position: fixed;
	opacity: 0.94;
}
#header.headFix .inner {
	height: 50px;
	background-color: rgba(255,255,255,0.54);
	box-shadow: 2px 2px 4px #ececec;
}
	
#fader_wrapp {
	background-color: #ffffff;
}	

/* top comment */
.topComme {
	letter-spacing: 1px;
	font-weight: bold;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.6);
	padding-left: 20px;
}
.topComme.tc01 {
	color: #ffffff;
	line-height: 1.3;
}
.topComme.tc02 {
	color: #eeeeee;
	font-weight: 600;
	line-height: 1.7;
}

/* scrolldown */
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
    /*全体の高さ*/
}

/*Scrollテキストの描写*/
.scrolldown1 span{
	left:-15px;
	top: -15px;
	font-size: 11px;
}

#con03 p.sub {
	font-size: 11px;
	line-height: 2;
	margin-bottom: 14px;
}
	
/* youtube */
#conYoutube ul li {
	width: 100%;
	box-sizing: border-box;
	padding: 4px 0;
	float: none;
}
#conYoutube ul li iframe {
	width: 100%;
	height: 260px;
}
	
/* banner */
#conBan ul li {
	width: 100%;
	box-sizing: border-box;
	padding: 4px 0;
	float: none;
}
#conBan ul li img {
	width: 100%;
	vertical-align: bottom;
}
#conBan ul li a:active {
	opacity: 0.84;
}
	
/* step */
.stepBox {
	float: left;
	width: calc(100%/2);
	padding: 4px 18px 4px 0;
}
.stepBox:before {
	font-size: 16px;
	top: 42%;
	right: 2px;
}
.stepBox h5 {
	background-color: #ff7400;
	color: #ffffff;
	font-weight: bold;
	text-align:center;
	padding: 8px 4px;
	font-size: 12px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}
.stepCon {
	font-size: 10px;
	padding: 8px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	height: 96px;
}
	
/* bland */
.brBox a:active {
	opacity: 0.84;
}

/* takeout */
#con03.baseBox {
	background-image: url("../img/top/main/con3_back_mb.jpg");
}
	

.wrap-img-hover-04 figure:active figcaption{
	opacity: 1;
}

/*トップカカオ*/
.shopLbox {
	width: 100%;
}
.shopLbox img {
	width: 100%;
}
.shopRbox {
	width: 100%;
	padding: 14px;
}
.shopRbox h4 {
	font-size: 20px;
	color: #F19505;
	text-align: center;
	margin-bottom: 8px;
}
.shopRbox h5 {
	font-size: 13px;
	color: #F19505;
	text-align: center;
	margin-bottom: 18px;
}
.shopRbox p {
	font-size: 11px;
	line-height: 1.8;
}
.choco a {
	width: 80%;
	box-sizing: border-box;
	background-color: #9A6E0E;
	color: #ffffff;
	text-align: center;
	border-radius: 8px;
	margin: 18px auto 0 auto;
	padding: 8px 20px;
	display: block;
}
.choco a:active {
	opacity: 0.84;
}
.contentsBox {
	width: 100%;
}
.contentsBox img {
	width: 100%;
}

}


/* #### width 768px 以上の場合の設定 (for PC) #### */
@media (min-width: 768px) {
.newsArea {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 10px;
}
.newsBox {
	width: 80%;
	margin: 0 auto;
	border-bottom: 1px dotted #cccccc;
	padding: 10px 0;		
}
.newsBox a {
	color: #414141;		
}
.newsBox .nDate {
	font-size: 14px;
	margin: 0 10px;
	float: left;
}
.newsBox .News {
	font-size: 16px;
}
.ftIcon {
	width: 120px;
	text-align: center;
	color: #FFFFFF;
	border-radius: 8px;
	padding: 3px 0 5px 0;
	font-size: 11px;
	margin: 0 5px 8px 0;
	float: left;
}
/*スタジアム*/
table.sTable1 {
	width: 80%;
	border-collapse: collapse;
	opacity: 0.9;
	margin: 0 auto;
}
table.sTable1 th {
	width: 20%;
	border: solid 1px #23D21A;
	padding: 10px;
	background-color: #67AA2B;
	text-align: left;
}
table.sTable1 td {
	border: solid 1px #9B730D;
	padding: 10px;
	background-color: #ffffff;
	color: #000000;
}
/*テニスコート*/
table.sTable2 {
	width: 80%;
	border-collapse: collapse;
	opacity: 0.9;
	margin: 0 auto;
}
table.sTable2 th {
	width: 20%;
	border: solid 1px #129BE2;
	padding: 10px;
	background-color: #1E87D7;
	text-align: left;
}
table.sTable2 td {
	border: solid 1px #129BE2;
	padding: 10px;
	background-color: #FFFFFF;
	color: #000000;
}
/*多目的グラウンド*/
table.sTable3 {
	width: 80%;
	border-collapse: collapse;
	opacity: 0.9;
	margin: 0 auto;
}
table.sTable3 th {
	width: 20%;
	border: solid 1px #9B730D;
	padding: 10px;
	background-color: #AE5729;
	text-align: left;
}
table.sTable3 td {
	border: solid 1px #9B730D;
	padding: 10px;
	background-color: #FFFFFF;
	color: #000000;
}	

table.pTable {
	border-collapse: collapse;
}
table.pTable th {
	border: solid 1px #ECECEC;
	padding: 10px;
	background-color: #DEDEDE;
	text-align: center;
}
table.pTable td {
	border: solid 1px #ECECEC;
	padding: 10px;
	background-color: #F5F5F5;
	color: #000000;
	text-align: center;
}
.sButton a {
	background-color: #929292;
	color: #ffffff;
	border-radius: 14px;
	padding: 8px 20px;
	margin: 8px 0;
	text-align: center;
	float: right;
	font-size :14px;
}
/* top comment */
.topComme {
}
.topComme.tc01 {
	font-size: 54px;
	top: 32%;
}
.topComme.tc01 br {
	display: none;
}
.topComme.tc02 {
	font-size: 26px;
	top: 38%;
}
.topComme.tc03 {
	font-size: 22px;
}
	
/* scrolldown */
.scrolldown1{
	bottom: 28px;
}
	
.camBox a:hover {
	opacity: 0.74;
}
	
/* bland */
.brBox a:hover {
	opacity: 0.84;
}
.brBox a:hover p {
	text-decoration: none;
}

/* banner */
#conBan ul li a:hover {
	opacity: 0.84;
}

.choco a:hover {
	opacity: 0.84;
}
	
}
/* #### width 980px 以上の場合の設定 #### */
@media (min-width: 980px) {

/* top comment */
.topComme {
}
.topComme.tc01 {
	font-size: 70px;
	top: 28%;
}
.topComme.tc02 {
	font-size: 30px;
	top: 36%;
}
.topComme.tc03 {
	font-size: 24px;
}
	
/* scrolldown */
.scrolldown1{
	bottom: 40px;
}
	
/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:114px;
		opacity: 1;
	}
	100%{
		height:0;
		top:180px;
		opacity: 0;
	}
}
	
}
/* #### width 1200px 以上の場合の設定 #### */
@media (min-width: 1200px) {

/* top comment */
.topComme {
}
.topComme.tc01 {
	font-size: 98px;
	top: 30%;
}
.topComme.tc02 {
	font-size: 36px;
	top: 35%;
}
.topComme.tc03 {
	font-size: 24px;
}
	
/* scrolldown */
.scrolldown1{
	bottom: 5px;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:124px;
		opacity: 1;
	}
	100%{
		height:0;
		top:200px;
		opacity: 0;
	}
}
	
/* slider */
.slider {
}
.slick-prev {
	left: -44px;
}
.slick-next {
	right: -44px;
}
.slick-prev::before, .slick-next::before {
}
	
}

