@charset "shift_jis";
/* CSS Document */
.pb5vh {
	padding-bottom: 5vh;
}
.system img {
	width: 100%;
	vertical-align: bottom;
}
span.red {
	color: #fe8100;
	font-size: inherit;
}
span.black {
	color: #000000;
	font-size: inherit;
}
span.time {
	font-size: 150%;
}
span.min:after {
	content: 'min';
	font-size: 80%;
}
.mark-disc:before {
	content: "\026ab";
}
.mark-kome:before {
	content: "\0203b";
}
.bnr760 {
	max-width: 760px;
}
.text-contents {
	line-height: 2;
}
/* price-list */
.price-list .course-tmb {
	padding: 3vh 5vh;
}
.price-list .course-price {
	width: 100%;
}
.price-list .switch {
	align-items: center;
	justify-content: center;
}
.price-list table {
	/* table-layout: fixed; */
	width: 100%;
	text-align: center;
}
.price-list tr.op80 td {
	font-size: 80%;
}
.price-list th, .price-list td {
	padding: 1em 0;
	font-weight: 700;
}
.price-list table tr:nth-child(odd) td:nth-child(even) {
	background: #f5f5f5;
}
.price-list table tr:nth-child(even) td:nth-child(odd) {
	background: #f5f5f5;
}
.price-list table span {
	display: block;
}
.price-list tr th.cut-rd {
	background: linear-gradient(225deg, transparent .5em, #fe8100 .5em);
}
.price-list tr th.cut-bk {
	color: #fe8100;
	background: linear-gradient(225deg, transparent .5em, #000000 .5em);
}
.trial-course {
	margin-top: 1vh;
	font-weight: 700;
	background: #f0f0f0;
	justify-content: center;
}
.trial-course dt {
	padding: .5em 1em;
}
.trial-course dd {
	display: flex;
	align-items: center;
	padding: .2em 1em;
}


.course
{
	background:url('/com/temp4/img/grid.jpg') repeat;
	width:800px;
	margin:0px auto;
	padding:0px 2px 20px 2px;

}

.course ul
{	margin: 0 10px;
	display: flex;
	justify-content: space-between;

}

.course ul li
{	position: relative;
	width:240px;
	height:280px;

}

.course ul li.m50
{	background:url('/com/temp4/img/system/course_50min.png') repeat top center;
}
.course ul li.m65
{	background:url('/com/temp4/img/system/course_65_80min.png') repeat top center;
}
.course ul li a {
	position:absolute;
	top: 180px;
	left: 10px;
	width: 220px;
	height: 68px;
}
.course ul li a:hover {
	top: 185px;
	left: 10px;
}
.course ul li.m50 a {
	background: url('/com/temp4/img/system/50min_off.gif') no-repeat;
}
.course ul li.m50 a:hover {
	background: url('/com/temp4/img/system/50min_on.png') no-repeat;
}
.course ul li.m65 a {
	background: url('/com/temp4/img/system/65_80min_off.gif') no-repeat;
}
.course ul li.m65 a:hover {
	background: url('/com/temp4/img/system/65_80min_on.png') no-repeat;
}


.basic_play
{	background:url('/com/temp4/img/grid.jpg') repeat;
	width:800px;
	margin:0px auto;
	padding:10px;
	text-align:center;
}
.basic_play .sub_title
{	width:358px;
}
.basic_play ul
{	margin: 10px auto 0px auto;
	justify-content: space-between;
}
.basic_play ul li
{	display:inline-block;
	width:150px;
	height:56px;

}

.option_play
{	background:url('/com/temp4/img/grid.jpg') repeat;
	width:800px;
	margin:0px auto;
	padding:10px;
	text-align:center;
}
.option_play ul
{	margin: 10px auto 0px auto;
	justify-content: space-between;
}
.option_play ul li
{	display:inline-block;
	width:183px;
	height:60px;

}


.mat_play
{	width:740px;
	margin:0px auto;

}

.mat_play h4
{
	color: #00bedf;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	line-height: 2em;

}

.mat_play ul
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: space-between;
	margin: 10px auto;

}
.mat_play ul li
{
	width: 235px;
	background: #F60092;
	margin-bottom: 20px;
}

.mat_play ul h5
{
	text-align: center;
	color: #fff;
	font-size: 1em;
	line-height: 2em;
}
.mat_play ul p
{
	font-size: 13px;
	color: #fff;
	margin: 0 10px 5px;
}


.mat_play .bnr_btn
{	width: 90%;
	line-height: 64px;
	text-align: center;
	margin: 0 auto;
	border: 2px solid #ccc;
	background: #fdd1eb;
}
.mat_play .bnr_btn a
{	display: block;
	color: #F60092;
	font-size: 1.6em;
	font-weight: 700;
	background: url(/com/temp4/img/system/bnr_btn.png) no-repeat 97%;
}



@media screen and (min-width:1000px) {
	.price-list .switch {
		flex-wrap: nowrap;
	}
	.price-list th {
		padding: .5em 0;
	}
	.price-list td {
		font-size: 130%;
	}
	.price-list td span.yen {
		font-size: inherit;
	}
}
/* price-other */
.price-other {
	justify-content: center;
	margin-bottom: 3vh;
}
.price-other li {
	padding-right: 1em;
	margin-bottom: .5em;
}
.price-other li:before {
	content: "\026ab";
}
/* basic-play */
.basic-play {
	justify-content: space-between;
}
.basic-play li {
	width: calc(100% / 3 - 1%);
	margin-bottom: 1%;
}
@media screen and (min-width:1000px) {
	.basic-play li {
		width: calc(100% / 9 - 1%);
	}
}
/* common-list */
.common-list:after{
	content: "";
	display: block;
	width: calc(94% / 3 + 2%);
}
.common-list figure {
	width: calc(94% / 3);
	margin: 1%;
	background: #f0f0f0;
}
.common-list figure img {
	padding: .8em .8em 0;
}
.common-list figcaption {
	padding: .8em;
	text-align: center;
	font-weight: 700;
}
.price-bk p {
	text-align: center;
	padding: .5em 0;
	background: #000000;
	color: #fe8100;
	font-weight: 700;
}
.price-rd p {
	text-align: center;
	padding: .5em 0;
	background: #fe8100;
	font-weight: 700;
}
.option-guide {
	font-weight: 700;
	justify-content: center;
	padding: 2vh 0;
}
.option-guide li {
	padding: .2em 1em;
}
@media screen and (min-width:1000px) {
	.common-list figure {
		width: calc(88% / 6);
	}
	.common-list figure:nth-child(6n+5):last-child {
	    margin-right: calc(88% / 6 + 3% );
	}
	.common-list figure:nth-child(6n+4):last-child {
	    margin-right: calc(88% / 6 * 2 + 5% );
	}
	.common-list figure:nth-child(6n+3):last-child {
	    margin-right: calc(88% / 6 * 3 + 7% );
	}
	.common-list figure:nth-child(6n+2):last-child {
	    margin-right: calc(88% / 6 * 4 + 9% );
	}
	.line-left {
		border-left: 1px solid #000000;
	}
}
/* reserve */
.reserve dl {
	margin: 3vh auto;
}
.reserve dt {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90%;
	margin: 0 auto;
	background: #fe8100;
	font-weight: 700;
}
.reserve dd {
	display: flex;
	align-items: center;
	padding: 0 5%;
	width: 100%;
	margin-bottom: 1em;
}
@media screen and (min-width:1000px) {
	.reserve dt {
		width: 20%;
		margin-bottom: 1em;
		padding: 1em;
	}
	.reserve dd {
		width: 80%;
	}
}
/* customer */
.customer dl {
	margin: 1vh auto;
}
.customer dt {
	color: #fe8100;
	font-weight: 700;
	font-size: 130%;
}
.customer dd:before {
	content: "\026ab";
}


@media screen and (max-width:799px)
{
	.course
	{	width:100%;
	}
	.course ul
	{	margin:0px auto;
		display: block;
		text-align:center;
	}
	.course ul li
	{	position: relative;
		margin:5px auto;
		display: block;
		width:240px;
		height:280px;

	}

	.basic_play
	{	width:100%;
	}
	.option_play
	{	width:100%;
	}

}



@media screen and (max-width:750px)
{
	.mat_play
	{	width:100%;
		margin:0px auto;
	}

	.mat_play h4
	{	font-size: 18px;
		line-height: 1.4em;
	}

	.mat_play ul li
	{	width: 235px;
		background: #F60092;
		margin: 0px auto 15px auto;
	}


}


@media screen and (max-width:450px)
{
	.mat_play .bnr_btn a
	{	font-size: 1.2em;
	}
}
