@charset "utf-8";

/* ========================================================
	stay.css => 宿泊ページ用css
======================================================== */
/* reservation
------------------------------------------------------------- */
#header .reservation_btn {
	bottom: -65px;
}
#header .reservation_btn a {
	height: 65px;
	padding: 15px 20px 0;

}
#header .reservation_btn a:after {
	right: 20px;
	left: 20px;
	bottom: 13px;
}
@media screen and (max-width: 680px) {
}
/* room_section
============================================================================================================ */
.room_section .bg_beige {
	padding: 40px 0 40px 0;
}
.room_section .bg_black02 {
	padding: 40px 0 40px 0;
}
.room_section .bg_black02 h1 {
	margin-bottom: 35px;
}
@media screen and (max-width: 680px) {
	.room_section .bg_black02 {
		padding: 20px 0;
	}
	.room_section .bg_black02 h1 {
		margin-bottom: 20px;
	}
}


.room_section .main_ph {
}
.room_section .slide_thumbs {
	margin-top: 20px;
	text-align: center;
}
.room_section .slide_thumbs li {
	display: inline-block;
	margin: 0 5px;
}
.room_section .slide_thumbs li a {
	position: relative;
	display: block;
}
.room_section .slide_thumbs li a:hover:after,
.room_section .slide_thumbs li a.current:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 3px solid #a18301;
}
@media screen and (max-width: 680px) {
	.room_section .slide_thumbs li {
		margin: 0 3px;
	}
	.room_section .slide_thumbs li a {
		width: 60px;
	}
}


.room_section .room_contents {
	padding-top: 40px;
	padding-bottom: 40px;
}
@media screen and (max-width: 680px) {
	.room_section .room_contents {
		padding: 0;
	}
}


.room_section .room_list {
	margin-top: 10px;
}
.room_section .room_list dl {
	position: relative;
	padding: 25px 0 16px;
}
.room_section .room_list dl:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
.room_section .room_list dl + dl {
	border-top: 1px solid #beb592;
}
.room_section .room_list dl + dl:before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	width: 130px;
	border-top: 1px solid #8a782e;
}
.room_section .room_list dl dt {
	float: left;
}
.room_section .room_list dl dd {
	margin-left: 160px;
}
.room_section .room_list dl li {
	float: left;
	width: 33.33%;
	padding-bottom: 6px;
}


@media screen and (max-width: 680px) {
	.room_section .room_list {
		margin-top: 0;
	}
	.room_section .room_list dl {
		position: relative;
		padding: 15px 0;
	}
	.room_section .room_list dl dt {
		float: none;
		margin-bottom: 6px;
	}
	.room_section .room_list dl dd {
		margin-left: 0;
	}
	.room_section .room_list dl li {
		width: 50%;
		padding-bottom: 0;
		font-size: 1rem;
	}
	.room_section .room_list dl li.sp_wide {
		width: 100%;
	}
}


ul.main_menu li {
	margin-bottom: 10px;
}

@media screen and (max-width: 680px) {
		ul.main_menu li {
	}
	ul.main_menu li .fl {
		width: 49%;
	}
	ul.main_menu li .fr {
		width: 49%;
	}
}


/* タブ
============================================================================================================ */
#tab {
	color: #ffffff;
	padding: 15px 0 0 0;
	zoom: 1;
	border-bottom: 1px solid #543c21;
	margin-bottom: 5px;
}


#tab:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0;
}
#tab li {
	float: left;
	padding: 0 0 0 0;
}

#tab li.right {
	padding-right: 0;
}


.info_box {
	margin: 0 0 20px 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #47210d;
}

.info_box .fr img {
	margin: 10px 0 0 0;
}

.infobox_in {
	width: 640px;
}

h2.infolist_tit {
	margin: 25px 0 5px 5px;
	font-weight: 700;
	font-size: 20px;
	font-size: 2.0rem;
	background: url(../images/border_g.png) no-repeat 0 0;
	padding: 0 0 0 10px;
}
.infolist_detail {
	margin: 5px 0 5px 1em;
}


@media screen and (max-width: 680px) {
	.info_box .fl {
		float: none;
	}
	.info_box .fr {
		float: none;
	}
	.info_box .fr img {
		width: 70%;
	}
	.infolist_tit {
	margin: 15px 0 5px 5px;
	font-weight: 700;
	font-size: 18px;
	font-size: 1.8rem;
	background: url(../images/border_g.png) no-repeat 0 0;
	padding: 0 0 0 10px;
	}
	.infobox_in {
	width: 100%;
	}
	.infolist_detail {
		margin: 5px 0 5px 0;
	}
}



