@charset "utf-8";

#content_container > h2{
	background-image:url("/playfee/images/h2_content_bg.jpg");
}
.playfee	> section > div{
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
					box-sizing: border-box;
	float: left;
	width: 740px;
	margin: -30px 20px 0 0;
}
.playfee > section > aside{
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
					box-sizing: border-box;
	float: left;
	width: 220px;
	margin: 30px 0 0 0;
	padding: 10px;
	border: solid 1px #52481d;
	font-size: 14px;
}
.playfee ul.annotation{
	margin: 10px 0;
}
.playfee ul.annotation span{
	font-size:12px;
	color:#ccc;
}
.playfee ul.annotation li::before{
	content: "※";
}
.playfee ul.annotation li{
	line-height: 1.5;
	margin: 10px 0;
	font-size: 14px;
}

/*---右カラム-----------------------------------*/
.playfee > section > aside h2{
	background-color: #062e26;
	padding: 10px;
	margin: -10px -10px 10px -10px;
}
.playfee > section > aside h2:nth-child(n+2){
	margin: 20px -10px 10px -10px;
}
.playfee > section > aside p{
	line-height: 1.4;
}
.playfee > section > aside .reservation{
	margin: 10px 0;
	line-height: 1;
	font-size: 20px;
	font-weight: bold;
	color: #fc0;
	text-align: center;
}
.playfee > section > aside .reservation span{
	font-size: 12px;
}

.playfee > section > aside .reception_time{
	margin: 15px 0;
	position: relative;
	padding: 10px;
	line-height: 1.4;
	background-color: #444;
	border-radius: 5px;
}
.playfee > section > aside .reception_time::after {
	content: "";
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #444 transparent;
}
.playfee > section> aside .reception_time span{
	font-size: 12px;
}
.playfee > section > aside .reception_time h3{
	text-align: center;
}
.playfee > section > aside .reception_time li{
	margin: 3px 0 0 0;
}
.playfee > section> aside .button {
	margin: 10px 0;
}
.playfee > section> aside .button li{
	margin: 5px 0;
}
.playfee > section> aside .button a{
	display: block;
	border: solid 1px #fff;
	padding: 10px 0;
	border-radius: 5px;
	color: #fff;
	line-height: 30px;
	transition: all 0.3s ease-in-out 0s;
	text-align: center;
	background: #333333;
	background: -moz-linear-gradient(top,  #333333 50%, #000000 51%);
	background: -webkit-linear-gradient(top,  #333333 50%,#000000 51%);
	background: linear-gradient(to bottom,  #333333 50%,#000000 51%);
}
.playfee > section> aside .button a:hover{
	background: #000000;
	background: -moz-linear-gradient(top,  #000000 50%, #000000 51%);
	background: -webkit-linear-gradient(top,  #000000 50%,#000000 51%);
	background: linear-gradient(to bottom,  #000000 50%,#000000 51%);
	text-decoration: none;
	border-color: #ffce94;
	color: #f90;

}
.playfee > section> aside dl{
	line-height: 1.4;

}
.playfee > section> aside dl dt{

}
.playfee > section> aside dl dd{
	text-align: right;
	background-color: #222;
}

/*---左カラム-----------------------------------*/

.playfee	> section > div > h2 {
	clear: both;
	border-bottom: 1px solid #cdb04a;
	border-left: 3px solid #cdb04a;
	margin: 60px 0 30px 0;
	padding: 3px 0 3px 8px;
	letter-spacing: 1px;
	color: #cdb04a;
	font-size: 18px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.playfee	> section > div > h2 span{
	font-size: 14px;
}
.playfee	> section > div > h3 {
	margin:50px 0 20px 0;
	font-weight:bold;
}
.playfee	> section > div p{
	line-height: 1.5;
	margin: 10px 0;
}


/*------------*/
.playfee	> section > div table{
	width: 100%;
	line-height: 1.4;
	border-top: solid 1px #888;
	border-left: solid 1px #888;
}

.playfee	> section > div table th{
	border-bottom: solid 1px #888;
	border-right: solid 1px #888;
	background: #0b4137;
	background: -moz-linear-gradient(top,  #0b4137 50%, #062e26 51%, #062e26 51%);
	background: -webkit-linear-gradient(top,  #0b4137 50%,#062e26 51%,#062e26 51%);
	background: linear-gradient(to bottom,  #0b4137 50%,#062e26 51%,#062e26 51%);
	color: #fff;
}

.playfee	> section > div table td{
	vertical-align: middle;
	border-bottom: solid 1px #888;
	border-right: solid 1px #888;
	background-color: #000;
	color: #fff;
}
.playfee	> section > div table tr:nth-child(2n+1) td{
	background-color: #232323;
}

.playfee	> section > div table .w50p{
	width: 50%;
}
.playfee	> section > div table .w25p{
	width: 25%;
}
.playfee	> section > div table .w30p{
	width: 30%;
}
.playfee	> section > div table td span{
	font-size: 14px;
}

/*- - - - - - - - - - - - - -
 *スマホ版用css
 *- - - - - - - - - - - - - -*/

@media screen and (max-width: 1020px) {

	.playfee	> section > div {
		float: none;
		width: auto;
		margin: 0 0 60px;
	}
	.playfee > section > aside {
		float: none;
		width: auto;
		margin: 0 0 40px;
		font-size: 16px;
	}
	.playfee section div p a img {
		width:100%;
		max-width: 400px;
	}
	.playfee	> section > div > h2 {
		border-bottom: none;
		font-size: 18px;
		margin: 60px 0 20px 0;
	}
	.playfee	> section > div > h2 span {
		font-size: 16px;
	}
	.playfee	> section > div > h3 {
		margin:40px 0 10px 0;
		line-height: 1.5;
	}
	.table_wrap {
		overflow-x: auto;
		display: block;
	}
	.playfee	> section > div table th{
		font-size: 15px;
	}
	.playfee	> section > div table .w30p{
		width: 27.5%;
	}

	.playfee section div dl dt {
		margin:20px 0 10px;
		font-size: 16px;
		line-height: 1.5;
	}
	.playfee section div dl dd {
		margin-left:0;
	}
	.playfee section div dl dd.clubset {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}
	.playfee section div dl dd.clubset div {
		float: none;
		padding:0;
		width: calc((100% - 10px) / 2);
	}
	.playfee section div dl dd.cart {
		line-height: 24px;
	}
	.playfee section div dl dd.cart img {
		padding:0 20px 10px 0;
	}
	.playfee section div dl dt span{
		font-size: 15px;
	}

	.playfee section div dl dd span{
		font-size: 15px;
	}

	.playfee section div dl dd div img {
		width:100%;
	}

	.playfee section div ul.annotation {
		margin:0;
	}
	.playfee ul.annotation li {
		font-size: 16px;
	}
	.playfee ul.annotation span{
		font-size:15px;
	}

	.playfee > section > aside h2 {
		font-size: 18px;
		text-align: center;
	}
	.playfee > section > aside .reservation {
		margin: 20px 0;
		font-size: 26px;
	}
	.playfee > section > aside .reservation a {
		color: #fc0;
		font-weight: bold;
		text-decoration: underline;
	}
	.playfee > section > aside .reservation span {
		font-size: 16px;
	}
	.playfee > section > aside .reception_time {
		padding: 20px 10px;
	}
	.playfee > section> aside .reception_time span {
		font-size: 15px;
	}
	.playfee > section > aside .reception_time h3 {
		text-align: center;
	}
	.playfee > section> aside .button li {
		margin: 10px 0;
	}
	.playfee > section> aside .button a {
		padding: 15px 0;
	}
	.playfee > section> aside img {
		display: block;
		margin: 0 auto;
	}
	.playfee > section> aside dl dd{
		text-align: left;
		padding: 5px;
	}

}
/*------------*/


/*
#playfee .catch {
	float:right;
	display:inline;
	width:198px;
	margin:15px 0 0 0;
	border:1px solid #555;
	background-color:#222;
	background:url("./images/bg_catch.gif") repeat left top;
}
#playfee dl {
	padding:0 0 10px;
}
#playfee dl.tel dt,
#playfee dl.fax dt {
	color:#fc0;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
#playfee dl.tel dd,
#playfee dl.fax dd {
	color:#fc0;
	font-size:10px;
	text-align:center;
}
#playfee ul.receipt_time {
	margin:0 10px 10px 10px;
	padding:5px;
	text-align:center;
	border-top:1px solid #444;
	border-bottom:1px solid #444;
}
#playfee .catch p {
	padding:5px 15px 10px;
}
#playfee .catch img.titleimg {
	margin:10px auto 0;
}
#playfee .catch a.button {
	display:block;
	width:175px;
	height:40px;
	margin:0 12px 5px;
}
#playfee td.lightgreen {
	background-color:#002b14;
}
#playfee td.darkgreen {
	background-color:#001b0d;
}

#playfee td.yobi {
	width:100px;
	text-align:right;
}
#playfee td.yen {
	width:60px;
	text-align:right;
	padding:0 30px 0 0;
	border-left:0;
}*/
