@charset "UTF-8";
/* CSS Document */

/*#pageTitle h1{
    background-image: url(../../images/icon_link.png);
}*/

/*======================================================

	PCサイズ（769px以上）ここから
	
======================================================*/

@media screen and (min-width:769px), print{

/* ----------------------------------------------
	リンク集
------------------------------------------------- */
#Fee{
	padding-bottom: 50px;
}
#Fee .content h3{
	background-image: url("../../images/mc_coin.png");
}
#Fee .content h4{
	margin-bottom: 5px;
}
#Fee h4 span{
	font-size: 70%;
	font-weight: normal;
}

#Fee table#facilityFee_pc{
	margin-bottom: 20px;
}
#Fee table#facilityFee_pc tbody{
	border-bottom: 4px solid #CC6699;
}
#Fee table#facilityFee_pc tbody tr td{
	width: 9.5em;
	padding: 4px 10px;
	box-sizing: border-box;
}
#Fee table#facilityFee_pc tbody tr:nth-of-type(-n+2){
	background-color: #CC6699;
	color: #FFFFFF;
}
#Fee table#facilityFee_pc tbody tr:nth-of-type(-n+2) th{
	border-right: 1.35px solid #FFFFFF;
	text-align: center;
	padding: 3px;
	box-sizing: border-box;
	font-weight: bold;
}
#Fee table#facilityFee_pc tbody tr:nth-of-type(-n+2) th:last-of-type{
	border-right: none;
}
#Fee table#facilityFee_pc tbody tr:first-of-type th:nth-of-type(n+2){
	border-bottom: 1.35px solid #FFFFFF;
}
#Fee table#facilityFee_pc tbody tr:nth-of-type(n+3) th{
	width: 12em;
	padding: 4px 13px;
	box-sizing: border-box;

	background-color: #FFF2F8;
	border-right: 1.35px solid #888888;
}
#Fee table#facilityFee_pc tbody tr:nth-of-type(n+3) td{
	border-right: 1.35px solid #888888;
	text-align: right;
}
#Fee table#facilityFee_pc tbody tr:nth-of-type(n+3) td:last-of-type{
	border-right: none;
}
#Fee table#facilityFee_pc tbody tr:nth-of-type(n+3) th,
#Fee table#facilityFee_pc tbody tr:nth-of-type(n+3) td{
	border-bottom: 1.35px solid #888888;
}
#Fee table#facilityFee_pc tbody tr:last-of-type th,
#Fee table#facilityFee_pc tbody tr:last-of-type td{
	border-bottom: none;
}

#Fee .remarks{
	margin-bottom: 40px;
}
#Fee .remarks ul{
	list-style-type: decimal;
	padding-left: 25px;
}
#Fee .remarks ul li{
	margin: 3px 0;
}
#Fee .remarks ul li dl{
	width: 100%;
	}
#Fee .remarks ul li dl dt{
	display: inline-block;
	vertical-align: top;
	width: 3.1em;
}
#Fee .remarks ul li dl dd{
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 3.5em);
}

#Fee #Fuzoku > div{
	display: flex;
	justify-content: space-between;
}
#Fee #Fuzoku > div > .half{
	width: 48%;
}	

#Fee #Fuzoku table{
	width: 100%;
	margin-bottom: 25px;
}
#Fee #Fuzoku table caption{
	font-size: 110%;
	color: #CC6699;
	font-weight: bold;
}

#Fee #Fuzoku table tbody{
	border-bottom: 4px solid #CC6699;
}
#Fee #Fuzoku table tbody tr th,
#Fee #Fuzoku table tbody tr td{
	padding: 4px;
	box-sizing: border-box;
}
#Fee #Fuzoku table tbody tr th:nth-child(2),
#Fee #Fuzoku table tbody tr td:nth-child(2){
	width: 3.5em;
}
#Fee #Fuzoku table tbody tr th:last-child,
#Fee #Fuzoku table tbody tr td:last-child{
	width: 7.5em;
}

#Fee #Fuzoku table tbody tr:first-of-type{
	background-color: #CC6699;
}
#Fee #Fuzoku table tbody tr:first-of-type th{
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	border-right: 1.35px solid #FFFFFF;
}

#Fee #Fuzoku table tbody tr td:first-of-type{
	text-align: center;
	border-left: 1.35px solid #888888;
	border-right: 1.35px solid #888888;
}
#Fee #Fuzoku table tbody tr td:last-of-type{
	text-align: right;
	padding-right: 10px;
	box-sizing: border-box;
}
#Fee #Fuzoku table tbody tr:nth-of-type(n+2){
	border-bottom: 1.35px solid #888888;	
}
#Fee #Fuzoku table tbody tr:last-of-type{
	border-bottom: none;
}
#Fee #Fuzoku table tbody tr:nth-of-type(n+2) th{
	background-color: #FFF2F8;
	padding-left: 12px;
}
#Fee #Fuzoku table span{
	display: inline-block;
}

#Fee .linkButton{
	margin: 20px;
}

/* ======= 施設利用申込・予約状況確認 ======= */
#app{
	/*background-color: #EEDDE8;*/
	background-color: #FFF2F8;
	padding: 15px 0 25px;
	border-top: 3px solid #CC6699;
	border-bottom: 3px solid #CC6699;
}
#app h2{
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding: 7px 0 7px 38px;
	margin-bottom: 5px;
	background-image: url("../../images/app.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 28px;
}
#app ul{
	display: flex;
	justify-content: space-between;
}
#app ul li{
	display: inline-block;
}
#app li.linkButton{
	width: 320px;
	margin: 20px 0 5px;
}
#app .linkButton a{
	width: 100%;
}
#app .linkButton a.pdf{
	padding-left: 60px;
	background-position: left 32px center;
}
	
#app dl{
	display: flex;
	justify-content: space-between;
	width: 950px;
	margin: 40px auto 20px;
}
#app dl dt{
	display: inline-block;
	box-sizing: border-box;
}
#app dl dd{
	display: inline-block;
}
#app dd.linkButton{
	width: 320px;
}

#app .first{
	margin: 10px 0;
}
	
	#yoyaku_sys{
		border-bottom: 2px solid #CC6699;
		margin-bottom: 20px;
		padding: 15px 0 25px;
		font-size: 15px;
	}
	#yoyaku_sys h2{
		display: block;
		font-size: 18px;
		font-weight: bold;
		padding: 7px 0 7px 38px;
		margin-bottom: 5px;
		background-image: url("../../images/app.png");
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 28px;
	}
	#yoyaku_sys dl{
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		width: 1024px;
		margin: 0 auto;
	}
	#yoyaku_sys dl dt{
		text-align: left;
	}
	

	
	
	
}
/*======================================================

	SPサイズ（768px以下）ここから
	
======================================================*/

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

/* ----------------------------------------------
	リンク集
------------------------------------------------- */
#Fee{}
#Fee .content h3{
	background-image: url("../../images/mc_coin.png");
}

#Fee #facilityFee_sp{
	width: 100%;
	margin-bottom: 20px;
}
#Fee table#facilityFee_sp tbody{
	border-bottom: 4px solid #CC6699;
}
#Fee #facilityFee_sp tbody tr{
	border-bottom: 1.35px solid #888888;
}
#Fee #facilityFee_sp tbody tr th,
#Fee #facilityFee_sp tbody tr td{
	padding: 5px 7px;
	box-sizing: border-box;
}
#Fee #facilityFee_sp tbody tr:nth-of-type(6n){
	border-bottom: none;
}
	
#Fee #facilityFee_sp tbody tr.name{
	border-bottom: none;
}
#Fee #facilityFee_sp tbody tr.name th{
	background-color: #CC6699;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 115%;
	padding: 3px 12px; 
	box-sizing: border-box;
}

#Fee #facilityFee_sp tbody tr th:nth-last-child(3){
	vertical-align: top;
	width: 4em;
	padding-left: 12px;
	box-sizing: border-box;
}
#Fee #facilityFee_sp tbody tr th:nth-last-child(2){
	width: 8em;
	text-align: right;
}
#Fee #facilityFee_sp tbody tr td{
	text-align: right;
	padding-right: 15px;
	box-sizing: border-box;
}

#Fee .remarks{
	margin-bottom: 40px;
}
#Fee .remarks ul{
	list-style-type: decimal;
	padding-left: 25px;
}
#Fee .remarks ul li{
	margin: 3px 0;
}
#Fee .remarks ul li dl{}
#Fee .remarks ul li dl dt{
	display: inline-block;
	vertical-align: top;
	width: 3.1em;
}
#Fee .remarks ul li dl dd{
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 3.5em);
}

#Fee #Fuzoku table{
	width: 100%;
	margin-bottom: 25px;
}
#Fee #Fuzoku table caption{
	font-size: 110%;
	color: #CC6699;
	font-weight: bold;
}

#Fee #Fuzoku table tbody{
	border-bottom: 4px solid #CC6699;
}
#Fee #Fuzoku table tbody tr th,
#Fee #Fuzoku table tbody tr td{
	padding: 4px;
	box-sizing: border-box;
}
#Fee #Fuzoku table tbody tr th:nth-child(2),
#Fee #Fuzoku table tbody tr td:nth-child(2){
	width: 3.5em;
}
#Fee #Fuzoku table tbody tr th:last-child,
#Fee #Fuzoku table tbody tr td:last-child{
	width: 7.5em;
}

#Fee #Fuzoku table tbody tr:first-of-type{
	background-color: #CC6699;
}
#Fee #Fuzoku table tbody tr:first-of-type th{
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	border-right: 1.35px solid #FFFFFF;
}

#Fee #Fuzoku table tbody tr td:first-of-type{
	text-align: center;
	border-left: 1.35px solid #888888;
	border-right: 1.35px solid #888888;
}
#Fee #Fuzoku table tbody tr td:last-of-type{
	text-align: right;
	padding-right: 10px;
	box-sizing: border-box;
}
#Fee #Fuzoku table tbody tr td:last-of-type::after{
	content: "円"
}
#Fee #Fuzoku table tbody tr:nth-of-type(n+2){
	border-bottom: 1.35px solid #888888;	
}
#Fee #Fuzoku table tbody tr:last-of-type{
	border-bottom: none;
}

#Fee #Fuzoku table tbody tr:nth-of-type(n+2) th{
	background-color: #FFF2F8;
	padding-left: 12px;
}
#Fee #Fuzoku table span{
	display: inline-block;
}

#Fee .linkButton{
	margin: 20px;
}
#Fee .linkButton a{
	background-position: left 5vw center;
}

/* ======= 施設利用申込・予約状況確認 ======= */
#app{
	background-color: #FFF2F8;
	padding: 15px 0 20px;
	border-top: 3px solid #CC6699;
	border-bottom: 3px solid #CC6699;
}
#app h2{
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding: 7px 0 7px 38px;
	margin-bottom: 5px;
	background-image: url("../../images/app.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 28px;
}
#app dl{}
#app dl dt{
	display: block;
	box-sizing: border-box;
	padding: 15px 0;
}
#app dl dt a{
	width: 100%;
	max-width: 400px;
	padding: 15px;
}
#app dl dd{
	display: block;
	text-indent: -1em;
	padding-left: 1em;
}
#app dl dd p{
	display: block;
}
#app dl dd p:nth-of-type(2){
	display: block;
	text-align: right;
	margin-top: 5px;
}

#app ul{}
#app ul li{
	display: block;
}
#app .linkButton{
	width: 95%;
	margin: 20px auto;
}
#app .linkButton a{
	width: 100%;
}
#app .linkButton a.pdf{
	padding-left: 8vw;
	background-position: left 5vw center;
}

#app .yoyakuChousei{
	display: block;
	width: 100%;
	margin: 0 auto 30px;
	padding: 10px 20px;
	box-sizing: border-box;
	color: #CC0000;
	border: 1.5px solid #cc0000;
}
#app .yoyakuChousei span{
	display: inline-block;
}

#app .first{
	margin: 10px 0 30px;
}

	#yoyaku_sys{
		border-bottom: 2px solid #CC6699;
		margin-bottom: 60px;
		padding: 20px 0 30px;
		font-size: 15px;
	}
	#yoyaku_sys h2{
		display: block;
		font-size: 18px;
		font-weight: bold;
		padding: 7px 0 7px 38px;
		margin-bottom: 5px;
		background-image: url("../../images/app.png");
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 28px;
	}
	#yoyaku_sys dl{
		display: block;
		margin: 0 20px;
	}
	#yoyaku_sys dl dt{
		display: block;
		text-align: left;
		margin-bottom: 20px;
	}

	.text{
		text-align: left !important;
	}







}