@charset "utf-8";

:root {
	--base-color: #000;
	--accent-color: #055f8c;
}

.alignL {text-align: left !important;}
.alignR {text-align: right !important;}
.alignC {text-align: center !important;}

.txt120 {font-size: 120% !important;}
.txt140 {font-size: 140% !important;}

.mb0 {margin-bottom: 0px !important;}
.mb5 {margin-bottom: 5px !important;}
.mb6 {margin-bottom: 6px !important;}
.mb8 {margin-bottom: 8px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}

.mt0 {margin-top: 0px !important;}
.mt5 {margin-top: 5px !important;}
.mt8 {margin-top: 8px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}

.pl5 { padding-left: 5px; }
.pl6 { padding-left: 6px; }
.pl7 { padding-left: 7px; }
.pl8 { padding-left: 8px; }

.pt20 { padding-top: 20px; }

.baseColor {color: var(--accent-color);}
.red {color:#f00 !important;}
.pink {color:#b33253 !important;}
.blue {color: #2581c4 !important;}
.white {color: #fff !important;}
.black {color: #000 !important;}
.gold {color: #837749 !important;}
.brown {color: #797050 !important;}

.bold {font-weight: bold !important;}
.normal {font-weight: normal !important;}

.indent {
	text-indent: -1em !important;
	margin-left: 1em !important;
}

.mincho {
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif !important;
}
.gothic {
	font-family: 'gothic', 'ヒラギノ角ゴ Pro W3', 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif !important;
}

.clear {clear:both !important;}

.nowrap {white-space: nowrap !important;}

.disnon,
.ui-tabs-hide {
	display: none;
}

.u-responsive {
	max-width: 100%;
	height: auto;
}

.spInline,
.sp,
.spIB {
	display: none !important;
}

.cleaningtxt_b{
	font-weight: bold;
}

/* ---------------------------------
	pankuzu
---------------------------------- */

#pankuzu {
	padding: 15px 0;
	font-size: 120%;
	background: #F2F2F7;
	width: 100%;
}
#pankuzu span {
	font-weight: bold;
	padding-left: 15px;
	background: url(../img/common/ico_arrow.png) no-repeat 0 50%;
	color: var(--accent-color);
}

/* ---------------------------------
	ttl
---------------------------------- */

.conMainTtlBox {
	padding: 50px 0;
}
.conMainTtlBox .ttl01 img {
	width: auto;
	height: 54px;
}
.ttlBox {
	position: relative;
	z-index: 0;
}
.topTtl {
	width: auto;
	height: 92px;
	position: absolute;
	top: -35px;
	left: 30px;
}
.topTtl--left-zeto {
	left: 0;
}
#hotelListWrap .topTtl {
	top: 70px;
}
.topTtl img {
	width: 100%;
	height: auto;
}
.stdTtl {
	margin-bottom: 40px;
}

/* ---------------------------------
	BUTTON
---------------------------------- */

.btn01 {
	width: 223px;
	height: 47px;
	font-size: 120%;
	text-align: center;
	box-sizing: border-box;
}
.btn01 a {
	display: block;
	line-height: 47px;
	color: #fff;
	background-color: var(--base-color);
	transition: .3s;
}
.btn01 a:hover {
	background-color: var(--accent-color);
}
.btn02 {
	width: 223px;
	height: 47px;
	font-size: 120%;
	background: url(../img/common/listhead01_gray.png) no-repeat 20px 50%;
	background-size: 8px auto;
	text-align: center;
	border: 1px solid #9C9C9C;
	box-sizing: border-box;
}
.btn02 a {
	display: block;
	line-height: 47px;
	color: #4c4948;
}
.btn03 {
	width: 180px;
	height: 45px;
	font-size: 120%;
	background: #006595 url(../img/common/bg_btn_arrow.png) no-repeat 100% 100%;
	text-align: center;
}
.btn03 a {
	display: block;
	line-height: 45px;
	color: #fff;
}
.blank a {
	padding-right: 20px;
	background: url(../img/common/ico_blank.png) no-repeat 100% 50%;
}
.blank-white a {
	background-image: url(../img/common/ico_blank_white.svg);
	background-size: 12px 12px;
}

.top_link_white_border a {
	border: 1px solid #fff;
	padding: 5px 10px;
	font-weight: bold;
}

.top_link_white_border a:hover {
	opacity: 0.8;
	transition: 0.3s;
}

/* ---------------------------------
	revWrap
---------------------------------- */

.revWrap {
	width: 100%;
	min-width: 1060px;
	padding: 35px 0 40px;
	background: #006595;
	color: #fff;
}
@media (max-width: 767px) {
	.revWrap {
		background: #f5f5f9;
	}
}
.revWrap h3 {
	margin-bottom: 8px;
	font-size: 230%;
	font-weight: bold;
}
.revWrap h3 span {
	display: inline-block;
	margin-left: 20px;
	font-size: 12px;
	font-weight: bold;
}
.revWrap .input_area {
	width: 560px;
	float: left;
}
.revWrap .right_area {
	width: 420px;
	float: right;
	margin-top: -40px;
}
.btnBox {
	padding-top: 39px;
}
.revWrap .input_area dl dt,
.revWrap .input_area dl dd {
	display: inline-block;
	font-size: 120%;
}
.revWrap .input_area select,
.revWrap .input_area input {
	width: 127px;
	height: 24px;
	cursor: pointer;
	font-size: 11px;
	margin-right: 20px;
	padding: 5px;
	color: #4b4b4b;
	background: #fff;
	vertical-align: middle;
	box-sizing: border-box;
	border: none;
}
.revWrap .input_area dl dd img.ui-datepicker-trigger {
	width: 23px;
	height: 23px;
	vertical-align: middle;
}
.revWrap .input_area dl dt {
	width: 80px;
}
.revWrap .input_area dl dd.last select {
	margin-right: 5px;
}
.revWrap .linkBox {
	display: flex;
	margin-top: 12px;
	padding-top: 15px;
	border-top: 2px solid #408baf;
}
.revWrap .linkBox p:not(:first-child) {
	margin-left: 15px;
}
.revWrap .linkBox a {
	color: #fff;
	font-size: 130%;
}
.revWrap .linkBox a:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 7px;
	border-style: solid;
	border-width: 3px 0 3px 6px;
	border-color: transparent transparent transparent #fff;
	vertical-align: 2px;
	transition: 0.3s;
}
.w285 {
	width: 285px!important;
}
.w65 {
	width: 65px!important;
}
.w55 {
	width: 55px!important;
}
.w45 {
	width: 45px!important;
}
.w40 {
	width: 40px!important;
}
.revWrap .right_area .linkBox p {
	display: inline-block;
	font-size: 120%;
	padding-left: 13px;
	margin-right: 10px;
	background: url(../img/common/listhead01_gray.png) no-repeat 0 50%;
	background-size: 8px auto;
}

/* ---------------------------------
	revMod pc
---------------------------------- */

.revMod {
	width: 100%;
	position: fixed;
	top: -220px;
	left: 0;
	z-index: 12;
}
.revMod .revWrap {
	width: 100%;
	min-width: 1060px;
	padding: 15px 0 25px;
}
.revMod #revModClose {
	width: 22px;
	height: 22px;
	position: absolute;
	bottom: 20px;
	right: 10px;
	z-index: 1;
	cursor: pointer;
}

/* ---------------------------------
	whiteBG
---------------------------------- */

#whiteBG {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: #777777;
	width: 100%;
	height: 100%;
	z-index: 10;
}

/* ---------------------------------
	topInfoWrap
---------------------------------- */
#topInfoWrap {
	padding: 9px 0;
	background: #f4f4f9;
}
#topInfoWrap h3 {
	font-size: 120%;
	font-weight: bold;
	float: left;
	margin-right: 30px;
}
#topInfoWrap h3 span {
	display: inline-block;
	padding-right: 15px;
	color: #006595;
	font-size: 180%;
	font-weight: normal;
	vertical-align: middle;
}
#topInfoWrap dl {
	display: table;
	width: 660px;
	float: left;
	box-sizing: border-box;
	border-right: 1px solid #acacac;
	border-left: 1px solid #acacac;
}
#topInfoWrap dt {
	display: table-cell;
	width: 100px;
	color: #929292;
	font-size: 120%;
	padding: 5px 0 0 30px;
}
#topInfoWrap dd {
	display: table-cell;
	font-size: 120%;
	padding: 5px 0;
	padding-right: 10px;
}
#topInfoWrap .toNews {
	float: right;
	font-size: 120%;
	padding: 6px 0 6px 18px;
	background: url(../img/common/listhead01_gray.png) no-repeat 0 50%;
    background-size: 8px auto;
}



/* ---------------------------------
	Stay Plan
---------------------------------- */

.plan-links {
	display: flex;
	justify-content: center;
}
.plan-links + .plan-links {
	margin-top: 30px;
}
.plan-links__item {
	width: 248px;
	margin-left: 6px;
	margin-right: 6px;
}
@media (max-width: 767px) {
	.plan-links {
		flex-direction: column;
	}
	.plan-links__item {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.plan-links__item:not(:first-child) {
		margin-top: 16px;
	}
}


/* ---------------------------------
	Footer Slider
---------------------------------- */
.footer-banner-slider .slick-arrow {
	position: absolute;
	top: calc(64px / 2);
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background: none;
	border: 1px solid #fff;
	border-radius: 50%;
	box-sizing: border-box;
	outline: none;
	cursor: pointer;
	z-index: 10;
	font-size: 0;
	transition: 0.3s;
}
.footer-banner-slider .slick-arrow:hover {
	border-color: #006595;
	background: #fff;
}
.footer-banner-slider .slick-arrow:before,
.footer-banner-slider .slick-arrow:after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	display: block;
	width: 12px;
	height: 2px;
	background: #fff;
	transition: 0.3s;
}
.footer-banner-slider .slick-arrow:hover:before,
.footer-banner-slider .slick-arrow:hover:after {
	background: #006595;
}
.footer-banner-slider .slick-prev {
	left: -44px;
}
.footer-banner-slider .slick-prev:before {
	transform: rotate(-45deg);
	margin-top: -4px;
	margin-left: -6px;
}
.footer-banner-slider .slick-prev:after {
	transform: rotate(-135deg);
	margin-top: 3px;
	margin-left: -6px;
}
.footer-banner-slider .slick-next {
	right: -44px;
}
.footer-banner-slider .slick-next:before {
	transform: rotate(45deg);
	margin-top: -4px;
	margin-left: -5px;
}
.footer-banner-slider .slick-next:after {
	transform: rotate(135deg);
	margin-top: 3px;
	margin-left: -5px;
}
.footer-banner-slider__item {
	width: 238px;
	padding-left: 6px;
	padding-right: 6px;
}
.footer-banner-slider img {
	max-width: 100%;
	height: auto;
}
.footer-banner-slider .slick-dots {
	position: relative;
	bottom: auto;
	left: auto;
	display: flex;
	justify-content: center;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0;
	font-size: 0;
}
.footer-banner-slider .slick-dots li {
	width: 10px;
	height: 10px;
	margin-left: 3px;
	margin-right: 3px;
	background: #fff;
	border-radius: 5px;
	border: 2px solid #fff;
	overflow: hidden;
	box-sizing: border-box;
	transition: 0.3s;
}
.footer-banner-slider .slick-dots li.slick-active {
	background: #006595;
}
.footer-banner-slider .slick-dots button {
	opacity: 0;
	cursor: pointer;
}
@media (max-width: 767px) {
.footer-banner-slider {
	width: 238px;
	margin-left: auto;
	margin-right: auto;
}
	.footer-banner-slider__item {
		padding-left: 0;
		padding-right: 0;
	}
	.footer-banner-slider .slick-prev {
		left: -40px;
	}
	.footer-banner-slider .slick-next {
		right: -40px;
	}
}