@charset "UTF-8";


/*****************************************************
　練習室催事利用　
*****************************************************/
/* 共通 
------------------------------------------------- */
/* ----- .block ----- */
.block + .block{
	margin:50px 0 0;
}
.block_inner{
	margin:0 50px;
}
/* ----- 表 ----- */
.style_yellow-bb th,
.style_yellow-bb td{
	font-size:20px;
	font-size:2.0rem;
}
/* ----- .box ----- */
.box + .box{
	margin:25px 0 0;
}
.box .subttl{
	border-bottom:2px solid #bbb;
	font-size:24px;
	font-size:2.4rem;
	letter-spacing:0.025em;
	line-height:1.8;
	margin:0 0 15px;
	padding:0 18px 10px;
}
.box_inner{
	margin:0 15px;
}
.block_inner p,
.block_inner dd,
.block_inner li{
	letter-spacing:0.025em;
	line-height:2;
}
.block_inner p a{
	color:#d15e5e;
}
/* ----- リスト ----- */
ul.list-large-disc,
ol.list-large-disc{
	list-style-type:none;
}
ul.list-large-disc li,
ol.list-large-disc li{
	padding-left:1.3em;
}
ul.list-large-disc li:before,
ol.list-large-disc li:before{
	content:'●';
	margin-left:-1.3em;
	padding-right:0.3em;
}
/* タイトル下サブテキスト 
------------------------------------------------- */
.sub-txt{
	letter-spacing:0.025em;
	margin:0 0 75px;
	text-align:center;
}
/* 対象利用 
------------------------------------------------- */
#target p{
	font-size:18px;
	font-size:1.8rem;
	letter-spacing:0.025em;
	line-height:1.4;
}
#target .style_yellow-bb{
	margin:25px 0 80px;
}
#target .style_yellow-bb th{
	width:158px;
}
/* ご利用のながれ 
------------------------------------------------- */
/* ----- 1. 仮予約 ----- */
.reception-method dt,
.reception-method dd{
	letter-spacing:0.025em;
}
.reception-method dt{
	font-size:18px;
	font-size:1.8rem;
	font-weight:bold;
	line-height:1.8;
}
.reception-method .sp{
	display:none;
}
/* ----- 2. 申請書提出 ----- */
#flow-2 .style_yellow-bb{
	margin:25px 0 0;
}
#flow-2 .style_yellow-bb + .style_yellow-bb{
	margin:40px 0 35px;
}
#flow-2 .style_yellow-bb th:nth-child(1),
#flow-2 .style_yellow-bb td:nth-child(1){
	width:42%;
}
#flow-2 .style_yellow-bb td{
	padding:15px 25px;
}
#flow-2 .style_yellow-bb.applicationform td:nth-child(2){
	width:19%;
}
/* ファイルリンク */
#flow-2 .style_yellow-bb a{
	color:#d15e5e;
	padding:0 0 0 28px;
	text-decoration:underline;
}
#flow-2 .style_yellow-bb .excel{
	background:url('../img/common/excel_icon.png') no-repeat left center;
}
#flow-2 .style_yellow-bb .word{
	background:url('../img/common/word_icon.png') no-repeat left center;
}
#flow-2 .style_yellow-bb .pdf{
	background:url('../img/common/pdf_icon_2.png') no-repeat left center;
}
/* メールアドレス */
.mailaddress{
	color:#d15e5e;
}
/* 練習室催事利用料金表 
------------------------------------------------- */
/* ----- .pricelist-block ----- */
.pricelist-block + .pricelist-block{
	margin:50px 0 0;
}
/* タイトル */
.pricelist-block_ttl{
	background:#fbf9f2;
	border-bottom:3px solid #a6a6a6;
	font-size:18px;
	font-size:1.8rem;
	font-weight:normal;
	letter-spacing:0.025em;
	line-height:1.4;
	margin:0 0 30px;
	padding:12px 30px 13px;
}
/* （単位：円） */
.js-scrollable + .unit{
	font-size:14px;
	font-size:1.4rem;
	letter-spacing:0.025em;
	margin:10px 0;
	text-align:right;
}
/* .pl_item */
.pl_item{
	margin:35px 0 0;
}
.pl_item + .pl_item{
	margin-top:20px;
}
.pl_item .ttl{
	border-bottom:2px solid #bbb;
	font-size:18px;
	font-size:1.8rem;
	font-weight:normal;
	letter-spacing:0.025em;
	line-height:1.4;
	margin:0 0 25px;
	padding:0 30px 5px;
}
.pl_item .style_yellow th,
.pl_item .style_yellow td{
	text-align:center;
	width:20%;
}
.pl_item .style_yellow tbody th{
	background:none;
}
/* 付帯設備利用料金 */
#hutaisetsubi-pricelist .txt{
	margin:0 30px 20px;
}
#hutaisetsubi-pricelist .style_yellow thead th,
#hutaisetsubi-pricelist .style_yellow tbody td{
	width:9%;
}
#hutaisetsubi-pricelist .style_yellow thead th:nth-child(1),
#hutaisetsubi-pricelist .style_yellow thead th:nth-child(4),
#hutaisetsubi-pricelist .style_yellow tbody td:nth-child(1),
#hutaisetsubi-pricelist .style_yellow tbody td:nth-child(4){
	width:32%;
}
#hutaisetsubi-pricelist .style_yellow thead th,
#hutaisetsubi-pricelist .style_yellow tbody td{
	text-align:center;
}
#hutaisetsubi-pricelist .style_yellow tbody td:nth-child(3),
#hutaisetsubi-pricelist .style_yellow tbody td:nth-child(6){
	text-align:right;
}


@media screen and (max-width:1024px){
	/*****************************************************
	　練習室催事利用　
	*****************************************************/
	/* 共通 
	------------------------------------------------- */
	/* ----- .block ----- */
	.block + .block{
		margin:6.25vw 0 0;
	}
	.block_inner{
		margin:0 3.25vw;
	}
	/* ----- 表 ----- */
	.style_yellow-bb th,
	.style_yellow-bb td{
		font-size:3.33vw;
	}
	/* ----- .box ----- */
	.box + .box{
		margin:3.12vw 0 0;
	}
	.box .subttl{
		border-width:0.25vw;
		font-size:3.8vw;
		margin:0 0 1.87vw;
		padding:0 2.25vw 1.25vw;
	}
	.box_inner{
		margin:0 1.87vw;
	}
	/* タイトル下サブテキスト 
	------------------------------------------------- */
	.sub-txt{
		margin:0 0 9.37vw;
	}
	/* 対象利用 
	------------------------------------------------- */
	#target p{
		font-size:3.5vw;
	}
	#target .style_yellow-bb{
		margin:3.12vw 0 10vw;
	}
	#target .style_yellow-bb th{
		width:22vw;
	}
	/* ご利用のながれ 
	------------------------------------------------- */
	/* ----- 1. 仮予約 ----- */
	.reception-method dt{
		font-size:3.8vw;
	}
	.reception-method .pc{
		display:none;
	}
	.reception-method .sp{
		display:inline;
	}
	/* ----- 2. 申請書提出 ----- */
	#flow-2 .style_yellow-bb{
		margin:3.12vw 0 0;
	}
	#flow-2 .style_yellow-bb + .style_yellow-bb{
		margin:5vw 0 4.37vw;
	}
	#flow-2 .style_yellow-bb td{
		padding:1.87vw 3.12vw;
	}
	#flow-2 .style_yellow-bb.applicationform td:nth-child(2){
		width:auto;
	}
	/* ファイルリンク */
	#flow-2 .style_yellow-bb a{
		padding:0 0 0 3.5vw;
	}
	#flow-2 .style_yellow-bb .excel,
	#flow-2 .style_yellow-bb .word,
	#flow-2 .style_yellow-bb .pdf{
		background-size:auto 3vw;
	}
	/* 練習室催事利用料金表 
	------------------------------------------------- */
	/* ----- .pricelist-block ----- */
	.pricelist-block + .pricelist-block{
		margin:6.25vw 0 0;
	}
	/* タイトル */
	.pricelist-block_ttl{
		border-bottom-width:0.37vw;
		font-size:3.5vw;
		margin:0 0 3.75vw;
		padding:1.5vw 3.75vw 1.62vw;
	}
	/* （単位：円） */
	.js-scrollable + .unit{
		font-size:2.9vw;
		margin:1.25vw 0;
	}
	/* .pl_item */
	.pl_item{
		margin:4.37vw 0 0;
	}
	.pl_item + .pl_item{
		margin-top:2.5vw;
	}
	.pl_item .ttl{
		border-bottom-width:0.25vw;
		font-size:3.5vw;
		margin:0 0 3.12vw;
		padding:0 3.75vw 0.62vw;
	}
	/* 付帯設備利用料金 */
	#hutaisetsubi-pricelist .txt{
		margin:0 3.75vw 2.5vw;
	}
	#hutaisetsubi-pricelist .style_yellow{
		width:170vw;
	}
}

