@charset "utf-8";

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

header {
	width: 100%;
	height: 50px;
}

header .inner {
	position: relative;
	width: 100%;
	min-width: inherit;
	padding: 0;
	height: 50px;
}

header .inner h1 {
	padding: 0 0 0 2.5%;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
}

header .inner h1 img {
	width: 103px;
	height: auto;
	vertical-align: baseline;
}

header .inner .btnFaq,
header .inner .btnTelReservation,
header .inner .pdf {
	width: 40px;
	height: 50px;
	font-size: 8px;
	font-weight: normal;
}
header .inner .btnFaq {
	right: 122px;
/* 	right: 161px; lang表示時*/
}
header .inner .btnTelReservation {
	right: 81px;
/* 	right: 120px; lang表示時*/
}

header .inner .pdf {
	right: 163px;
/* 	right: 120px; lang表示時*/
}


header .inner .btnFaq a,
header .inner .btnTelReservation a,
header .inner .pdf a
{
	line-height: 1.3;
	padding: 13px 0 0 0;
	box-sizing: border-box;
	height: 50px;
	background: none;
}

header .inner #lang {
	width: 40px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 80px;
	background: #4b4b4b url(../img/common/btn_hd_lang_1600.png) no-repeat 50% 6px;
	background-size: auto 42px;
}

#selectLangSp {
	width: 95%;
	margin: 0 auto;
	background: #4b4b4b;
	position: relative;
	margin-top: 10px;
}

#selectLangSp li {
	border-top: 1px solid #646464;
	box-sizing: border-box;
	text-align: center;
	font-size: 12px;
}

#selectLangSp li a {
	padding: 10px 0;
	color: #00ace7;
	display: block;
}

#selectLangSp li:first-child {
	border-top: none;
}

header .inner p.btnResev.sp {
	width: 40px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 40px;
	background: #00ace7 url(../img/common/btn_hd_resv_1600.png) no-repeat 50% 0;
	background-size: auto 50px;
}
header .inner p.btnResev.sp a {
	display: block;
	width: 56px;
	height: 50px;
	overflow: hidden;
	text-indent: -9999px;
}


#spMenu {
	width: 40px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	cursor: pointer;
}

#spMenu img {
	width: auto;
	height: 50px;
	display: none;
	padding-left: 7px;
	box-sizing: border-box;
}

#spMenu img.active {
	display: block;
}

/* footer
----------------------------------------------------------- */

/* --- footTelBox --- */

#footTelBox {
	width: 100%;
	min-width: inherit;
	padding: 20px 0;
}

#footTelBox > .wrapper {
	display: block;
	width: 100%;
}

#footTelBox > .wrapper p {
	display: block;
}

#footTelBox .telTxt {
	font-size: 13px;
}

#footTelBox .hotelName {
	font-size: 13px;
}

#footTelBox .telNum {
	font-size: 25px;
}

#footTelBox .telNum a {
	color: #00ace7;
}

#footTelBox .time {
	font-size: 13px;
}
#footCon {
	padding: 30px 0 20px 0;
}
#footCon .tabNav li:first-child {
	width: 100%;
}
#footCon .tabNav li:nth-child(2n) {
	border-right: 1px solid #d3d3d3;
	border-left: none;
}
.fbPPWrap {
	width: 100%;
	float: none;
	margin: 0;
	text-align: center;
}
.fbPP {
	width: 100%;
}

#fbPPWrap {
	width: 100%;
	float: none;
	margin-bottom: 20px;
	text-align: center;
}

#fbPP {
	width: 100%;
}

#footCon .ftBnr {
	width: 100%;
	float: none;
}

#footCon .ftBnr img {
	width: 100%;
	height: auto;
}

.toPageTop {
	width: 41px;
	position: static;
	margin: 10px auto 0;
}

#footDtl {
	padding: 25px 0;
}

#footDtl .hotelInfo {
	width: 300px;
	float: none;
	margin: 0 auto;
	text-align: center;
}

#footDtl .snsWrap {
	float: none;
	padding: 20px 0;
}

#footDtl .huisBnr {
	width: 300px;
	float: none;
	margin: 0 auto;
}

#footDtl .huisBnr img {
	width: 300px;
	height: auto;
}

#copyBox {
	padding-top: 10px;
	margin-top: 10px;
}

.tel_precaution p{
	margin:5px auto;
	text-align: center;
}
