@charset "utf-8";

/* ---------------------------------
	body
---------------------------------- */

body {
	min-width: 100%;
}

/* ---------------------------------
	Wrap
---------------------------------- */

.wrapper {
	width: 100%;
	min-width: 100%;
	margin: 0 auto;
	padding: 0 0;
	text-align: left;
}

.spWrapper {
	width: 95%;
	min-width: 95%;
	margin: 0 auto;
	text-align: left;
}

/* ---------------------------------
	HEADER
---------------------------------- */

header .topBox {
	width: 100%;
	height: 44px;
	position: static;
}
header .topBox .wrapper {
	position: relative;
	height: 44px;
}
header .topBox h1 {
	padding-top: 10px;
	width: 127px;
	height: auto;
}
header .topBox h1 img {
	width: 100%;
	height: auto;
}
header .topBox #spBtnMenu {
	width: 28px;
	height: 25px;
	position: absolute;
	top: 10px;
	right: 15px;
	background: url(../../img/common/sp_menu.png) no-repeat 50% 0;
	background-size: auto 25px;
}
header .topBox #spBtnMenu img {
	display: none;
	width: 28px;
	margin: 0 auto;
	background-color: #006595;
}
header .topBox #spBtnMenu.active img {
	display: block;
}
header .topBox .sp_selHotel {
	width: 28px;
	height: 25px;
	position: absolute;
	top: 10px;
	right: 54px;
	text-align: center;
}
header .topBox .sp_headTel {
	width: 41px;
	height: 25px;
	position: absolute;
	top: 10px;
	right: 127px;
	text-align: center;
}
.sp-reservation-button {
	position: absolute;
	top: 10px;
	right: 88px;
}

.spHeadHotelLogo {
	height: 44px;
	background: #fff;
	box-sizing: border-box;
	padding: 4px 10px 0;
	border-bottom: 1px solid #ababab;
}

/* ---------------------------------
	spGnav sp
---------------------------------- */

#spGnav {
	width: 100%;
	position: fixed;
	top: 44px;
	z-index: 10;
	background: #006595;
	display: none;
}
#spGnav nav ul {
	border-top: 1px solid #fff;
}
#spGnav nav ul li {
	width: 50%;
	float: left;
	font-size: 12px;
	text-align: center;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
}
#spGnav nav ul li a {
	display: block;
	padding: 15px 0;
	color: #fff;
}
#spGnav nav ul li:first-child {
	width: 100%;
}
#spGnav nav ul li:nth-child(2n+1) {
	border-right: none;
}
#spGnav nav ul li.spGnav-border {
	border-right: 1px solid #fff;
}
#spGnav nav ul li.w100 {
	width: 100%;
	border-right: none;
}
#spGnav nav ul li#spLang {
	display: block;
	padding:0;
	color: #fff;
}
#spGnav nav ul li#spLang span {
	display: inline-block;
	padding: 15px 0 15px 20px;
	background: url(../../img/common/listhead_bottom.png) no-repeat 0 50%;
	background-size: 8px auto;
}
#spGnav nav ul li#spLang ul {
	border: none;
	display: none;
}
#spGnav nav ul li#spLang ul li {
	width: 100%;
	border: none;
}


/* ---------------------------------
	search
---------------------------------- */

.sp-header-search {
	width: 100%;
	position: fixed;
	top: 44px;
	z-index: 10;
	background: #006595;
	display: none;
}
.sp-header-search__list {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #fff;
}
.sp-header-search__item {
	width: 100%;
	border-bottom: 1px solid #fff;
	text-align: center;
	font-size: 12px;
	box-sizing: border-box;
}
.sp-header-search__item--short {
	width: 50%;
}
.sp-header-search__item--separate {
	border-left: 1px solid #fff;
}
.sp-header-search__link {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	box-sizing: border-box;
	outline: none;
	cursor: pointer;
}
.sp-header-search__link--ghost {
	color: #fff;
}
.sp-header-search__link--green {
	background: #008b45;
	color: #fff;
}
.sp-header-search__link-icon {
	vertical-align: -2px;
	margin-left: 3px;
}

/* ---------------------------------
	HOTEL INFORMATION
---------------------------------- */
#hotelInfo dl {
	padding: 10px 0 9px;
}
#hotelInfo dt {
	width: 100%;
	float: none;
}
#hotelInfo dt img {
	width: 200px;
	height: auto;
}

#hotelInfo dd {
	width: 100%;
	float: none;
	display: block;
}
#hotelInfo dd address {
	display: block;
	width: 100%;
}
#hotelInfo dd .hiTel {
	display: block;
	border: 1px solid #ababab;
	padding: 5px 0 3px;
	margin-top: 15px;
}
#hotelInfo dd .hiTel span {
	font-size: 1.8rem;
	margin-left: 0;
	background: url(../img/ico_tel.png) no-repeat 0 6px;
}

/* ---------------------------------
	footer
---------------------------------- */
/* logo */
.footLogoBox {
	padding: 15px 0 20px;
	background: url(../../img/common/bg_shadow.png) repeat-x 0 100%;
	background-size: 5px auto;
}
.footLogo {
	width: 130px;
	margin: 0 auto;
}
/* nav */
.footNav {
	padding: 10px 0 20px;
	background: none;
}
.footNav nav ul li {
	float: left;
	width: 50%;
	text-align: center;
	box-sizing: border-box;
	margin-bottom: 5px;
}
.footNav nav ul li a {
	display: block;
	color: #fff;
	padding: 0;
}
.footNav nav ul li:nth-child(2n) {
	border-right: 1px solid #fff;
}
.footNav nav ul li:nth-child(7),
.footNav nav ul li:nth-child(8) {
	width: 100%;
}
.footNav nav ul li:nth-child(7) {
	border-right: 1px solid #fff;
}
/* hotel link */
.footLinkWrap {
	padding: 0;
}
.footLinkWrap .linkBox {
	margin-bottom: 20px;
}
.footLinkWrap .linkBox > div {
	float: none;
	margin-right: 0;
	font-size: 12px;
}
.footLinkWrap .linkBox > div:first-child {
	width: 100%;
	margin-bottom: 20px;
}
.footLinkWrap .linkBox > div:nth-child(2) {
	width: 100%;
	margin-bottom: 20px;
}
.footLinkWrap .linkBox > div:last-child {
	width: 100%;
}
.footLinkWrap .linkBox p.ttl {
	margin-bottom: 10px;
	padding-bottom: 8px;
}
.footLinkWrap .linkBox ul.hotel li {
	width: 50%;
	float: left;
}
.footLinkWrap .linkBox ul.hotel li:nth-child(1),
.footLinkWrap .linkBox ul.hotel li:nth-child(5),
.footLinkWrap .linkBox ul.hotel li:nth-child(9),
.footLinkWrap .linkBox ul.hotel li:nth-child(13),
.footLinkWrap .linkBox ul.hotel li:nth-child(17) {
	width: 50%;
}
.footLinkWrap .linkBox ul.hotel li:first-child {
	width: 100%;
}
.footLinkWrap .linkBox ul li.w50 {
	width: 50%;
	float: left;
}
.footLinkWrap .linkBox ul li a {
	display: block;
	padding: 3px 0;
}
/* foot bnr */
.footBnrBox {
	margin-bottom: 0;
}
.footBnrBox div {
	display: block;
	width: 100%;
	margin: 0 0 10px 0;
}
.footBnrBox div:last-child {
	margin-bottom: 0;
}
.footBnrBox2 {
	margin-bottom: 10px;
}
.footBnrBox2 div {
	display: block;
	width: 100%;
	margin: 0 0 10px 0;
}
.footBnrBox2 div:last-child {
	margin-bottom: 0;
}
/* foot sns */
.snsBox .sns {
	float: none;
	padding: 20px 0;
	text-align: center;
}
.snsBox .catch {
	font-size: 12px;
	padding-top: 15px;
	margin-bottom: 20px;
	border-top: 1px solid #4483ab;
	text-align: center;
}
/* pageTop */
#pageTop {
	width: 53px;
	margin: 0 auto;
	position: static;
}
