@charset "utf-8";

/* title */
.title{
	background-color: #d8e4ea;
	padding: 80px 0 50px 0;
}
.ttlWrap h2{
	font-family: "Marcellus", serif;
	font-size: 2.5em;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #0078ad;
	text-align: center;
}
.ttlWrap p{
	font-size: 1em;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-align: center;
}

/* tableWrap_outer */
.tableWrap_outer{
	position: relative;
	background-image: url(../images/top/waveBg.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
}
.tableWrap_outer:before{
	content: '';
	background-image: url(../images/top/waveTop.svg);
	aspect-ratio: 1920/100;
	width: 100%;
	height: auto;
	position: absolute;
	top:0;
	left: 0;
}
.tableWrap{
	width:1386px;
	margin:0 auto;
	padding: 200px 0 100px 0;
}
.subTtl_wrap{
	text-align: center;
	margin-bottom: 80px;
}
.subTtl_wrap h3{
	font-size: 1.5em;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.8;
	margin-bottom: 15px;
}
.subTtl_wrap h3 span{
	font-size: 1.2em;
}
.subTtl_wrap p{
	font-size: 1.5em;
	letter-spacing: 0.1em;
	line-height: 1.8;
	color: #0078ad;
	display: inline-block;
	padding: 0 2.5em;
	position: relative;
}
.subTtl_wrap p:before,
.subTtl_wrap p:after{
	content: '';
	display: block;
	border-bottom: 1px solid #0078ad;
	position: absolute;
	width: 2em;
}
.subTtl_wrap p:before{
	left: 0;
	top: 50%;
}
.subTtl_wrap p:after{
	right: 0;
	top: 50%;
}
.mapInner{
	width:1320px;
	margin: 0 auto;
	margin-bottom: 80px;
}
.modelRoom_guide h4{
	font-size: 1.5em;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 30px;
}
.modelRoom_guide p{
	font-size: 1em;
	text-align: center;
	margin-bottom: 30px;
}

.modelRoom_guide table{
	width:900px;
	margin: 0 auto;
	border-collapse: collapse;
	margin-bottom: 80px;
}
.modelRoom_guide table tr th{
	width: 30%;
	padding: 30px 10px;
	box-sizing: border-box;
	border: 1px solid #0078ad;
	border-left: none;
	font-size: 1.25em;
	color: #0078ae;
}
.modelRoom_guide table tr td{
	width: 70%;
	padding: 30px;
	box-sizing: border-box;
	border: 1px solid #0078ad;
	border-right: none;
	font-size: 1.25em;
}
.modelRoom_btnRow{
	width:900px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.modelRoom_btnRow p{
	width:48%;
	aspect-ratio:420/78;
	background-image:url(../images/top/accessBtn_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.modelRoom_btnRow p a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #00437c;
	font-size: 1.25em;
	letter-spacing: 0.1em;
	transition: 0.5s all;
}
.modelRoom_btnRow p a:hover,
.modelRoom_btnRow p a:hover{
	opacity:0.5;
	transition: 0.5s all;
}
@media (max-width:1600px){
	.tableWrap{
		width:87%;
	}
	.mapInner{
		width:82.5%;
	}
	.modelRoom_guide table,
	.modelRoom_btnRow{
		width: 56.25%;
	}
}
@media (max-width:1400px){
	.tableWrap{
		width:90%;
	}         
	.mapInner{
		width:100%;
	}
	.modelRoom_guide table,
	.modelRoom_btnRow{
		width: 70%;
	}
}
@media (max-width:1200px){
	.tableWrap{
		width:90%;
	}         
	.mapInner{
		width:100%;
	}
	.modelRoom_guide table,
	.modelRoom_btnRow{
		width: 70%;
	}
}
@media (max-width:1024px){          
	.modelRoom_guide table,
	.modelRoom_btnRow{
		width: 80%;
	}
}
@media (max-width:768px){
	.tableWrap_outer{
		background-image: url(../images/top/waveBg_sp.jpg);
	}
	.tableWrap{
		padding: 100px 0 0 0;
	}
	.subTtl_wrap,
	.mapInner,
	.modelRoom_guide table{
		margin-bottom: 50px;
	}
	.mapInner>p>div{
		z-index: 2;
	}
	.leaflet-left {
		left: auto;
		right: 0;
	}
	.leaflet-top {
		top: auto;
		bottom: 0;
	}
	.leaflet-left .leaflet-control {
		margin-left: 0px;
		margin-right: 10px;
	}
	.leaflet-top .leaflet-control {
		margin-top: 0px;
		margin-bottom: 10px;
	}
	.modelRoom_guide table,
	.modelRoom_btnRow{
		width: 100%;
	}
	.modelRoom_btnRow{
		flex-direction: column;
		align-items: center;
		margin-bottom:0;
	}
	.modelRoom_btnRow p{
		width:350px;
	}
	.modelRoom_btnRow p:first-of-type{
		margin-bottom: 15px;
	}
}
@media (max-width:500px){
	.subTtl_wrap h3 span{
		display: inline-block;
		padding: 0 2.5em;
		position: relative;
		box-sizing: border-box;
	}
	.subTtl_wrap h3 span:before,
	.subTtl_wrap h3 span:after{
		content: '';
		display: block;
		width:0.5em;
		height: 3.5em;
		position: absolute;
	}
	.subTtl_wrap h3 span:before{
		border-top: 1px solid #000;
		border-left: 1px solid #000;
		border-bottom: 1px solid #000;
		top: 0;
		left: 0;
	}
	.subTtl_wrap h3 span:after{
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
		top: 0;
		right: 0;
	}
	.modelRoom_guide table tr th,
	.modelRoom_guide table tr td{
		display: block;
		width: 100%;
	}
	.modelRoom_guide table tr th{
		border-right: none;
		background-color: rgba(216, 228, 234,0.5);
	}
	.modelRoom_guide table tr td{
		border: none;
	}
	.modelRoom_btnRow p{
		width:80%;
	}
	.over500{
		display:none;
	}
}
@media (max-width:375px){
	.subTtl_wrap h3 span{
		font-size: 1em;
	}
}

/* pageNotice */
.pageNotice {
    background-color: #d8e4ea;
    padding: 50px 0;
}