@charset "UTF-8";

@import url("button.css");

#innerWrap{
	padding: 0;
	width: 990px;
	box-shadow:none;
	margin-top: 0;
}
#innerWrap h2{
	background: none;
	font-size:25px;
	padding: 0;
	line-height: 1.4;
	margin-bottom: 15px;
}
#innerWrap .block{
	margin-bottom: 60px;
}

/*___top_main___*/
#top_main{
	margin-bottom: 25px;
	width: 930px;
	margin-left: auto;
	margin-right: auto;
}
#top_main img{
	width: 100%;
	height: auto;
}
#top_main .main_img{
	margin-bottom: 15px;
	width: 100%;

}
#top_main .sub{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#top_main .sub:before,
#top_main .sub:after{
	content:"";
	display:block;
	width: 234px;
}
#top_main .sub:before{
	order:1;
}
#top_main .sub li{
	width: 220px;
	margin-bottom: 20px;
}
#top_main .sub .img{
	margin-bottom: 10px;
	width: 100%;
}

#top_main .sub .txt{
	font-size:15px;
}

/*___plan_sec___*/
.plan_sec .list{
	padding: 0 40px;
}
.plan_sec .list li{
	border-bottom: 1px dashed #D8D8D8;
}
.plan_sec .list li:last-of-type{
	border-bottom: none;
}
.plan_sec .list a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items:flex-start;
	padding: 20px 30px 20px 23px;
}
.plan_sec .list .ttl{
	width: calc(100% - 130px);
	font-size:15px;
	font-weight: bold;
}
.plan_sec .list .ttl:before{
	content:"▶︎";
	color: #EF7115;
	font-size:12px;
	margin-right: 8px;
}
.plan_sec .list .ttl .dep{
	display:inline-block;
	color: #fff;
	background: #445289;
	font-size:12px;
	padding: 2px 4px;
	margin-right: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.plan_sec .list .tour_btn{
	color: #fff;
	font-weight:bold;
	font-size:17px;
	background: #FE5815;
	text-align:center;
	width: 115px;
	padding:11px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*___new_sec___*/
.new_sec dl{
	padding: 0 40px;
	overflow:hidden;
}
.new_sec dt,
.new_sec dd{
	font-size:15px;
}
.new_sec dt{
	float:left;
	clear:left;
}
.new_sec dd{
	padding: 0 0 20px 110px;
	border-bottom: 1px dashed #D8D8D8;
	margin-bottom: 20px;
}
.new_sec dd:last-of-type{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.new_sec dd a{
	text-decoration:underline;
}

/*___room_sec___*/
.room_sec li{
	padding:0 70px 60px 40px;
	margin-bottom: 60px;
	border-bottom: 1px solid #D8D8D8;
	overflow:hidden;
}
.room_sec li:last-of-type{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.room_sec ul + .hd01{
	margin-top: 60px;
}
.room_sec .img{
	float:left;
	width: 400px;
	text-align: center;
}
.room_sec .img img{
	max-width: 100%;
	height: auto;
}
.room_sec .txt_area{
	float:right;
	width: 400px;
}
.room_sec .type{
	font-weight:bold;
	font-size:18px;
	margin-bottom: 10px;
	background: none;
	padding:0;
}
.room_sec .txt{
	font-size:15px;
}
.room_sec table{
	margin-top: 15px;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
.room_sec table th,
.room_sec table td{
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
	padding: 8px;
}
.room_sec table th{
	background: #EAEAEA;
}

/*___facility_sec___*/
#innerWrap .facility_sec{
	margin-bottom: 1px;
}
.facility_sec ul{
	padding: 0 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.facility_sec li{
	width: 360px;
	margin-bottom: 45px;
}
.facility_sec .img{
	margin-bottom: 15px;
	text-align: center;
}
.facility_sec .img img{
	max-width: 100%;
	height: auto;
}
.facility_sec .name{
	font-weight:bold;
	font-size:18px;
	margin-bottom: 5px;
}
.facility_sec .txt{
	font-size:15px;
}

/*___info_sec___*/
.info_sec .read{
	font-size:15px;
	margin-bottom: 35px;
	margin-top: -15px;
}
.info_sec dl{
	padding: 0 75px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.info_sec dt,
.info_sec dd{
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #ddd;
	font-size:15px;
}
.info_sec dt{
	color: #003089;
	font-weight:bold;
	width: 180px;
	font-weight:bold;
	text-indent:16px;
}
.info_sec dd{
	width: calc(100% - 180px);
}
.info_sec .googlemap{
	padding: 0 75px;	
	
}
.info_sec .googlemap iframe{
	width: 100%;
	height: 500px;
}