@charset "utf-8";

/*==========================================================
	料金システム (大枠)
==========================================================*/
.contents_system{
	width: 100%;
	margin: 0px auto;
}
/*==========================================================
	料金システム (枠)
==========================================================*/
.system_box{
	position: relative;
}
/*==========================================================
	料金表 (ベース)
==========================================================*/
.price_box{
	width: 100%;
	margin: 0px auto;
	padding: 60px 0px 40px 0px;
}
.price_box:nth-of-type(even){
	background-color: #FAFAFA;
}
.price_box ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
}
.price_box ul li{
	width: 350px;
	background-color: #1A1A1A;
}
.price_box ul li:nth-of-type(even){
	background-color: #000000;
}
.price_list{
	float: left;
	width: 350px;
	margin: 30px auto 0px auto;
	text-align: center;
	color: #FFFFFF;
	border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
    -webkit-transform:  scale(0.9);
    -ms-transform:  scale(0.9);
    -moz-transform:  scale(0.9);
    transform: scale(0.9);
}
.price_list h4{
	width: 100%; height: 50px;
	line-height: 50px;
	letter-spacing: 0.1em;
	font-size: 20px;
	font-weight: 500;
	font-family: 'Futura';
	border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
}
.price_list h4{
	background-color: #FF1D25;
}
.price_list.first_box h4{
	background-color: #3FA9F5;
}
.price_list.last_box h4{
	background-color: #2E3192;
}
.price_list p{
	position: relative;
	width: 100%; height: 70px;
	line-height: 70px;
	font-size: 26px;
	font-weight: 500;
	font-family: 'Futura';
}
.price_list p:before{
	content: '';
	position: absolute;
	bottom: 0px; left: 0px; right: 0px;
	width: 40px;
	margin: 0px auto;
	border-bottom: solid 1px #FFFFFF;
}
.price_list table{
	width: 100%;
	padding: 20px 0px 10px 0px;
}
.price_list table tr td{
	width: 50%; height: 55px;
	padding: 0px 40px 0px 0px;
	text-align: right;
	font-size: 34px;
	font-weight: 500;
	font-family: 'Futura';
}
/*アクティブ料金表*/
.itemslide-active{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
/*延長／指名料*/
.price_tips{
	width: 100%;
	text-align: center;
	margin: 40px 0px 0px 0px;
}
.price_tips h4{
	width: 100%; height: 30px;
	line-height: 30px;
	font-size: 26px;
}
.price_tips h5{
	width: 100%; height: 30px;
	line-height: 30px;
	font-size: 24px;
	font-weight: 500;
	font-family: 'Futura';
}
.price_tips h5 span{
	display: inline-block;
	margin: 0px 0px 0px 20px;
}
.price_tips p{
	width: 100%; height: 20px;
	line-height: 20px;
	font-size: 16px;
}
/*==========================================================
	インフォメーション
==========================================================*/
.contents_information{
	/*2021/2/1 女の子☆設定 OFF ↓ ☆設定無しver デフォルトヘイト*/
	height: auto;

	width: 100%; height: 450px;

	margin: 0px auto;
	color: #FFFFFF;
}
/*指名料*/
.nomination_box{
	position: relative;
	width: 100%; height: 360px;
	padding: 30px 50px;

	/*2021/2/1 女の子☆設定 OFF ↓ ☆設定無しver デフォルトヘイト＆パディング*/
	height: 200px;
	padding: 45px 50px;

	text-align: left;
	background-image: url(../../../../assets/common/img/system/nomination_bg.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000000;
}
.nomination_box h4{
	width: 100%; height: 60px;
	line-height: 60px;
	font-size: 40px;
	font-weight: 600; 
}
.nomination_box h4 span{
	float: right;
	letter-spacing: 0.05em;
	font-weight: 500;
	font-family: 'FuturaCondensedMedium';
}
.nomination_box p{
	display: table;
	line-height: 1.4em;
	font-size: 20px;
}
.nomination_box p span{
	display: table-cell;
	width: 30px;
	text-align: center;
}
.nomination_box table{
	/*2021/2/1 女の子☆設定 OFF*/
	display: none;

	width: 90%; height: auto;
	margin: 5px auto 10px auto;
	padding: 5px 5px 0px 5px;
	background-color: rgba(10,10,10,0.4);
}
.nomination_box table tr{
	width: 100%; height: auto;
}
.nomination_box table tr th,
.nomination_box table tr td{
	width: 50%; height: 34px;
	padding: 0px 10px;
	font-weight: 400;
	border-bottom: solid 1px #E0E0E0;
}
.nomination_box table tr:last-child th,
.nomination_box table tr:last-child td{
	border-bottom: none;
}
.nomination_box table tr th{
	text-align: left;
	font-size: 22px;
}
.nomination_box table tr td{
	text-align: right;
	font-size: 32px;
	font-family: 'FuturaCondensedMedium';
}
/*クレジットカード決済*/
.credit_payment_box{
	position: relative;
	width: 100%; height: 200px;
	padding: 50px;
	text-align: left;
	background-image: url(../../../../assets/common/img/system/credit_payment_bg.jpg);
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000000;
}
.credit_payment_box h4{
	width: 100%; height: 80px;
	line-height: 80px;
	font-size: 28px;
	font-weight: 600; 
}
.tips{
	width: 100%; height: 50px;
	margin: 0px auto;
	line-height: 50px;
	text-align: center;
	color: #000000;
	font-size: 20px;
	font-weight: 400;
}
.tips span{
	display: block;
	width: 100%; height: 30px;
	margin: 0px auto;
	line-height: 10px;
	color: #FF6000;
	font-size: 24px;
}
/*==========================================================
	アクセスマップ
==========================================================*/
.contents_map{
	width: 100%;
	margin: 50px auto 0px auto;
}
#map{
	width: 100%; height: 450px;
	margin: 30px auto 0px auto;
}
