/*==================================================================
	module.css
===================================================================*/

/* ------------------------------------------------------------------
	Base
-------------------------------------------------------------------*/
body {
	min-width: 320px;
	position: relative;
}

img {
	vertical-align: top;
}

.container-W840 {
	max-width: 880px;
	/* コンテンツ幅+padding */
	padding: 0 20px;
	margin: 0 auto;
}

.container-W880 {
	max-width: 920px;
	/* コンテンツ幅+padding */
	padding: 0 20px;
	margin: 0 auto;
}

@media only screen and (max-width: 768px) {
	.container-W840 {
		width: 100%;
		padding: 0 20px;
		position: relative;
	}
}

/*===================================================================
	UIstyle
===================================================================*/

/* ------------------------------------------------------------------
	Link
-------------------------------------------------------------------*/
a {
	color: #333;
	text-decoration: none;
}

a {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
	-moz-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-ms-transition-timing-function: ease;
	transition-timing-function: ease;
}

a i {
	margin-right: 0.2em;
}

a:hover {
	color: #8ddcdd;
}

a img {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
	-moz-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-ms-transition-timing-function: ease;
	transition-timing-function: ease;
}

a:hover img {
	opacity: 0.4;
}

.touchHover,
.noTapColor,
button {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media only screen and (max-width: 768px) {
	a img {
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		-ms-transition: none;
		transition: none;
	}

	a:hover img {
		opacity: 1;
	}
}

/* ------------------------------------------------------------------
	Header
-------------------------------------------------------------------*/
#header {
	background-size: cover;
}

#header .catch_nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1001;
	pointer-events: none;
	transition: all 0.5s;
}

#header .catch_nav.fixed {
	top: -32px;
	transition: all 0.5s;
}

#header .catch_nav p.header_catch {
	padding-top: 2px;
	text-align: center;
	background-color: #6e6750;
	line-height: 1;
	font-size: 1rem;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.4s;
}

#header .catch_nav p.header_catch span {
	color: #fff;
}

#header .catch_nav p.header_catch img {
	width: 245px;
}

#header #logoArea {
	position: fixed;
	top: 35px;
	left: 15px;
	z-index: 99999;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}

#header #logoArea:has(.logo.fixed) {
	top: 10px;
}

#header .logo img {
	width: 60px;
}

#header .logo.fixed img {
	width: 35px;
}

@media only screen and (max-width: 768px) {
}

/*gNav エリア
-------------------------------*/
nav#gNav {
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
	padding: 20px 0;
	background: rgba(0, 0, 0, 0);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.5s;
}

nav#gNav.fixed {
	top: 0;
	background: rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 768px) {
}

/*nav#gNav ul.navIcon
-------------------------------*/
nav#gNav ul.navIcon {
	margin-right: 300px;
	display: inline-block;
	float: right;
}

nav#gNav ul.navIcon li {
	float: left;
	font-family: Montserrat;
	color: #ffffff;
	font-size: 10px;
	font-weight: 400;
	text-align: center;
	margin-right: 27px;
	position: relative;
	line-height: 1.8rem;
}

nav#gNav ul.navIcon li a {
	color: #ffffff;
	display: inline-block;
	position: relative;
}

.pc nav#gNav ul.navIcon li a:hover {
	text-decoration: none;
	opacity: 0.4;
}

@media only screen and (max-width: 1060px) {
	nav#gNav .navInner .none {
		display: none;
	}
}

/* header .langArea
-------------------------------*/
header .langArea {
	position: absolute;
	top: 0;
	right: 100px;
}

header .langArea .inner {
	position: relative;
}

@media only screen and (max-width: 768px) {
	.pc header .langArea,
	header .langArea {
		display: none;
	}

}
@media only screen and (min-width: 769px) {
	.sp header .langArea,
	header .langArea {
		display: block;
	}

	.sp header #gNav .reserveArea,
	header #gNav .reserveArea{
		display: block;
	}
}
header .nav-lang {
	/* background: #8ddcdd; */
	background-color: #919191;
	text-align: center;
	padding: 12px 16px;
	width: 100px;
	height: 80px;
	font-family: Montserrat;
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}

.pc header .nav-lang:hover {
	background: #fff;
}

header .nav-lang.active {
	background: #fff;
}

header .langArea.acMenu ul {
	position: absolute;
	top: 80px;
	left: 0px;
	display: none;
}

header .reserveArea.acMenu ul {
	position: absolute;
	top: 80px;
	/*right: 0px;*/
	right: -80px;
	display: none;
}

header .langArea.acMenu ul li {
	font-family: Montserrat;
	text-align: center;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}

header .reserveArea.acMenu ul li {
	font-family: Montserrat;
	text-align: center;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}

header .reserveArea.acMenu ul li img {
	/*margin-right: 5px;*/
	margin-right: 15px;
	width: 20px;
	height: auto;
}

header .langArea.acMenu ul li:not(:last-child) {
	border-bottom: 1px solid #555;
}

header .reserveArea.acMenu ul li:not(:last-child) {
	border-bottom: 1px solid #555;
}

header .langArea.acMenu ul a {
	display: inline-block;
	width: 140px;
	background: #333;
	padding: 10px;
	color: #fff;
}

header .reserveArea.acMenu ul a {
	display: inline-block;
	width: 240px;
	background: #333;
	padding: 15px;
	color: #fff;
	font-weight: bold;
}
@media only screen and (min-width: 769px){
header .langArea.acMenu li a:hover {
	color: #333;
	background: #fff;
}

header .langArea {
	right: 200px;
}
header #gNav .reserveArea {
	display: block;
	position: fixed;
	right: 100px;
	top: 0;
	z-index: 9999;
	width: 100px;
	height: 80px;
	padding-top: 19px;
	text-align: center;
	background: #8ddcdd;
	line-height: 21.5px;
	transition: all 0.5s;


	font-family: Montserrat;
	color: #3e3a39;
	font-size: 16px;
}
}

@media only screen and (max-width: 768px){
	.pc header .langArea {
		right: 160px;
		width: 80px;
	}
	.pc header #gNav .reserveArea {
		right: 80px;
		width: 80px;
	}
}
@media only screen and (min-width: 769px){
	header #gNav .reserveArea .arrow-bk {
		width: 10px;
		margin: 5px auto 0;
		display: block;
	}
	header #gNav .reserveArea:hover {
		background: #fff;
	}
	header #gNav .reserveArea a:hover {
		color: #3e3a39;
	}
	header #gNav .reserveArea a:hover img{
		opacity: 1;
	}
}

@media only screen and (max-width: 768px) {
	header .langArea {
		right: 160px;
	}

	header #gNav .reserveArea {
		display: block;
		position: fixed;
		right: 80px;
		top: 0;
		z-index: 9999;
		width: 80px;
		height: 80px;
		padding-top: 19px;
		text-align: center;
		background: #8ddcdd;
		line-height: 21.5px;
		transition: all 0.5s;
	}

	header #gNav.fixed .reserveArea {
		top: 0;
		transition: all 0.5s;
	}

	header .nav-lang {
		background: #919191;
		padding: 19px 10px;
		width: 80px;
	}

	header .nav-reserve {
		font-family: Montserrat;
		color: #3e3a39;
		font-size: 16px;
		background: #8ddcdd;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-o-transition: all 0.2s;
		-ms-transition: all 0.2s;
		transition: all 0.2s;
	}

	header .nav-reserve img {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	header .nav-reserve img.m-adjustment {
		width: 35%;
		height: auto;
		margin-bottom: 3px;
	}

	.arrow-bk {
		width: 10px;
		margin-top: 5px;
	}
}

/*  #header .menu
---------------------------------------------*/
.menuTxt {
	margin-top: 4%;
	color: #fff;
	font-size: 12.5px;
}

/*  #header .naviSp
---------------------------------------------*/
#header #gNav .naviSp {
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	cursor: pointer;
	z-index: 9999;
	width: 100px;
	height: 80px;
	text-align: center;
	background: #333;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	-ms-transition: all ease 0.2s;
	transition: all ease 0.5s;
}

#header #gNav.fixed .naviSp {
	top: 0;
}

.pc #header .naviSp:hover {
	background: #999;
}

#header .naviSp img {
	width: 40px;
	margin-top: 25px;
}

nav#gNav .close {
	display: none;
}

nav#gNav ul.nav-lang-sp {
	display: none;
}

@media only screen and (max-width: 768px) {
	/* #header .naviSp {
		width: 80px;
		height: 80px;

	} */

	#header #gNav .naviSp {
		width: 80px;
		height: 80px;
	}
}

/*  #gNaviOpen グロナビを開いた状態のスタイル
---------------------------------------------*/
#gNaviOpen {
	background: #fff;
	position: fixed;
	z-index: 99999;
	width: 40%;
	right: -40%;
	height: 100%;
	overflow-y: scroll;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	-moz-transition-timing-function: cubic-bezier(0.88, 0, 0.44, 0.99);
	-webkit-transition-timing-function: cubic-bezier(0.88, 0, 0.44, 0.99);
	-o-transition-timing-function: cubic-bezier(0.88, 0, 0.44, 0.99);
	-ms-transition-timing-function: cubic-bezier(0.88, 0, 0.44, 0.99);
	transition-timing-function: cubic-bezier(0.88, 0, 0.44, 0.99);
}

#gNaviOpen.slide {
	right: 0;
}

#gNaviOpen .container {
	position: relative;
	margin-top: 80px;
	padding: 0 40px;
	width: 100%;
}

/*list*/
#gNaviOpen ul.inner {
	margin-bottom: 40px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
}

#gNaviOpen ul.inner > li.item {
	font-size: 1.5rem;
	/* font-family: 'Montserrat', sans-serif; */
}

#gNaviOpen ul.inner > li.item a {
	width: 100%;
	display: inline-block;
	padding: 15px 20px;
}

#gNaviOpen ul.inner > li.icon a {
	display: flex;
	align-items: center;
	gap:20px;
}

#gNaviOpen ul.inner > li.icon a::after {
	content: '';
	-webkit-mask-image: url('../img/common/airplane.png');
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-image: url(../img/common/airplane.png);
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	width: 21px;
	height: 25px;
	display: block;
	flex: 0 0 21px;
	transform: translateY(-15%);
	background-color: #000;
}

#gNaviOpen ul.inner > li.icon.jp a::after {
	left: 227px;
}

#gNaviOpen ul.inner > li.icon.en a::after {
	left: 333px;
}

#gNaviOpen ul.inner > li.icon.ko a::after {
	left: 240px;
}

#gNaviOpen ul.inner > li.icon.ch a::after,
#gNaviOpen ul.inner > li.icon.tw a::after {
	left: 150px;
}

.pc #gNaviOpen ul.inner > li.item a:hover {
	background-color: #444;
	color: #fff;
}

.pc #gNaviOpen ul.inner > li.icon a:hover:after {
	filter: invert(100%);
}

/*toggle*/
#gNaviOpen ul li dl.acMenu dt {
	padding: 15px 20px;
	font-size: 1.5rem;
	font-family: 'Montserrat', sans-serif;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.pc #gNaviOpen ul li dl.acMenu dt:hover {
	background-color: #8ddcdd;
}

#gNaviOpen ul li dl.acMenu dt.active {
	background: #8ddcdd;
}

#gNaviOpen ul li dl.acMenu dt.active a,
.pc #gNaviOpen ul li dl.acMenu dt a:hover {
	color: #fff;
}

#gNaviOpen ul li dl.acMenu dd {
	display: none;
}

#gNaviOpen ul li dl.acMenu dd ul li {
	width: 100%;
}
#gNaviOpen ul li dl.acMenu dd ul li a {
	font-size: 1.2rem;
}
.pc #gNaviOpen ul li dl.acMenu dd ul li a {
	width: 100%;
	display: inline-block;
	padding: 10px 20px 10px;
	border-bottom: 1px solid #eee;
	font-size: 1.2rem;
	font-family: 'Montserrat', sans-serif;
}

.pc #gNaviOpen ul li dl.acMenu dd ul li a:hover {
	background-color: #eee;
}

/*close-btn*/
#gNaviOpen .container .close {
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transition-delay: 0.7s;
	-moz-transition-delay: 0.7s;
	-o-transition-delay: 0.7s;
	-ms-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

#gNaviOpen.slide .container .close {
	opacity: 1;
	position: fixed;
	top: 20px;
	width: 60px;
	height: 60px;
	right: 40px;
}

#gNaviOpen.slide .container .close img {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.pc #gNaviOpen.slide .container .close:hover img {
	opacity: 0.5;
}

@media only screen and (max-width: 768px) {
	#gNaviOpen {
		width: 90%;
		right: -90%;
		height: 100%;
	}

	#gNaviOpen .container {
		margin-top: 80px;
		padding: 0 20px;
	}

	#gNaviOpen ul.inner {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	#gNaviOpen ul.inner > li.item {
		font-size: 1.2rem;
	}

	#gNaviOpen ul.inner > li.item a {
		padding: 10px 10px 10px 20px;
	}

	#gNaviOpen ul li dl.acMenu dt {
		padding: 10px 10px 10px 20px;
		font-size: 1.2rem;
	}

	#gNaviOpen.slide .container .close {
		top: 20px;
		width: 40px;
		height: 40px;
		right: 20px;
	}

	#gNaviOpen ul li dl.acMenu dd ul li {
		padding-left: 20px;
		padding-bottom: 5px;
		padding-top: 2px;
		border-bottom: 1px dotted #ccc;
	}

	#gNaviOpen ul.inner > li.icon.jp a::after {
		left: 185px;
	}

	#gNaviOpen ul.inner > li.icon.en a::after {
		left: 270px;
	}

	#gNaviOpen ul.inner > li.icon.ko a::after {
		left: 198px;
	}

	#gNaviOpen ul.inner > li.icon.ch a::after,
	#gNaviOpen ul.inner > li.icon.tw a::after {
		left: 125px;
	}
}

/* ------------------------------------------------------------------
 .ttlArea タイトルエリア
-------------------------------------------------------------------*/
.ttlArea {
	min-height: 500px;
	/*background-color: #000;*/
	background-color: rgba(0, 0, 0, 0.2);
	padding-top: 240px;
	background-size: cover;
	background-position: center;
}

/*レストランお知らせ掲載用 4月になれば削除*/
/*
#facility .ttlArea {
	min-height: 500px;
	background-color: rgba(0, 0, 0, 0.2);
	padding-top: 190px;
	background-size: cover;
	background-position: center;
}
*/
/*レストランお知らせ掲載用 4月になれば削除　ここまで*/

.ttlArea h1 {
	letter-spacing: 0.12em;
	line-height: 1em;
	font-size: 46px;
	font-family: 'Montserrat', sans-serif;
}

.ttlArea h1 small {
	letter-spacing: 0.05em;
	font-size: 16px;
	font-weight: bold;
	color: #8ddcdd;
}

/*  #keyv ヘッダー直下のタイトルエリア
---------------------------------------------*/
/*ttlArea*/
#keyv.ttlArea {
	height: 600px;
}

/*  下層ページのタイトルエリア(大)
---------------------------------------------*/
.ttlArea.h600 {
	height: 600px;
	padding-top: 260px;
}

.ttlArea.h600 h1 {
	font-size: 40px;
	line-height: 0.8em;
}

@media only screen and (max-width: 768px) {
	.ttlArea.h600 h1 {
		font-size: 32px;
		line-height: 1.2;
	}

	.ttlArea.h600 h1 small {
		padding-top: 20px;
		display: inline-block;
	}

	/*レストランお知らせ掲載用 4月になれば削除*/
	/*
	#facility .ttlArea {
		min-height: 500px;
		background-color: rgba(0, 0, 0, 0.2);
		padding-top: 130px;
		background-size: cover;
		background-position: center;
	}

	#facility .ttlArea h1.u-c-white {
		font-size: 32px;
	}
	*/
	/*レストランお知らせ掲載用 4月になれば削除　ここまで*/
}

/* ------------------------------------------------------------------
	FooterArea
-------------------------------------------------------------------*/
footer {
	min-height: 260px;
	/* padding:50px 0 0; */
	/* background: url(../img/common/bg_ftr.png) no-repeat;
  	background-size: cover;
  	background-position: center; */
	color: #fff;
}

footer .bgWrap {
	background: url(../img/common/bg_ftr.png) no-repeat;
	background-size: cover;
	background-position: center;
	padding: 50px 0;
	width: 100%;
}

footer .row {
	margin-bottom: 30px;
}

footer .row .ftrLogo {
}

.pc footer .row .ftrLogo a:hover {
	opacity: 0.5;
}

footer .row .ftrLogo a img {
	width: 110px;
}

footer .row .sitemap ul:first-child {
	margin-right: 50px;
}

footer .row .sitemap .linkArea {
}

footer .row .sitemap .linkArea li {
}

footer .row .sitemap .linkArea li a {
	font-family: Montserrat;
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.1rem;
}

.pc footer .row .sitemap .linkArea li a:hover {
	color: #8ddcdd;
}

footer .row .btnArea {
}

footer .row .btnArea .bnrArea {
	margin-top: 20px;
}

/*tripadvier バナー*/
footer .cdsROW.wide {
	width: 100% !important;
}

footer .cdsROW.border {
	border: 0px !important;
}

footer .cdsROW.wide .logo {
	border-right: 0;
}

.pc footer .cdsROW.wide .cdsROWContainer .cdsComponent {
	max-width: 140px !important;
}

/*tripadvier バナー*/
@media only screen and (max-width: 768px) {
	footer {
		/* padding:40px 0 0; */
	}

	footer .bgWrap {
		padding: 40px 0 70px;
	}

	footer .row .ftrLogo {
		text-align: center;
		padding-bottom: 40px;
	}

	footer .row .ftrLogo a img {
		width: 100px;
	}

	footer .row .sitemap ul {
		width: 100%;
	}

	footer .row .sitemap ul:first-child {
		margin-right: 0px;
	}

	footer .row .sitemap .linkArea li {
		border-bottom: 1px solid #666;
	}

	footer .row .sitemap .linkArea li a {
		font-size: 16px;
		width: 100%;
		padding: 10px 10px;
		display: inline-block;
	}
}

/* 追加agorafooter */
/* ------------------------------------------*/
.footer_hotel {
	margin: 0;
	border: 0;
	padding: 0;
	line-height: 1.6;
	vertical-align: baseline;
	box-sizing: border-box;
	background: #8ddcdd;
	color: #333;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	/* padding: 40rem 0 25rem; */
	/* font-family: 'Noto Serif JP', "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif; */
	/* font-family: 'ヒラギノ角ゴ Pro W3', 'HiraKakuPro-W3', 'ＭＳ Ｐゴシック', 'メイリオ', Meiryo, Osaka, sans-serif; */
}


.footer_hotel dl {
	display: flex;
	flex-direction: column;
	line-height: 2;
}

.footer_hotel dl:nth-child(1) dt img {
	max-width: 90px;
	vertical-align: bottom;
	width: 100%;
	height: auto;
	border-style: none;
}

.footer_hotel dl.short_range:nth-child(1) dt img {
	margin-left: 120px;
}

.footer_hotel dl,
.footer_hotel dt,
.footer_hotel dd {
	margin: 0;
	padding: 0;
}

.footer_hotel a {
	text-decoration: none;
	transition: all 0.3s ease;
	outline: none;
	color: #333;
	display: block;
}

.footer_hotel dl dt {
	padding: 50px 0;
}

.footer_hotel dl dd h3 {
	padding: 0;
	border: 0;
	line-height: 1.6;
	vertical-align: baseline;
	box-sizing: border-box;
}

.footer_hotel dl dd .pc661 {
	display: none;
}

.footer_hotel dl dd .size24 {
	font-size: 24px;
	line-height: 2;
}

.footer_hotel dl dd p {
	font-size: 13px;
	letter-spacing: 2px;
	/* font-family: 'Noto Serif JP', "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif; */
	/* font-family: 'ヒラギノ角ゴ Pro W3', 'HiraKakuPro-W3', 'ＭＳ Ｐゴシック', 'メイリオ', Meiryo, Osaka, sans-serif; */
	font-size: 15px;
	padding: 0;
	border: 0;
	line-height: 1.6;
	vertical-align: baseline;
	box-sizing: border-box;
	margin: 0;
}


.footer_hotel dl dd a {
	color: #333;
	text-decoration: underline;
	display: inline;
}

.footer_hotel ul {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 0;
	list-style: none;
	margin: 0;
	border: 0;
	line-height: 1.6;
	vertical-align: baseline;
	box-sizing: border-box;
	padding-top: 50px;
	padding-bottom: 15px;
	font-size: 12px;
}

.footer_hotel ul li {
	display: flex;
	align-items: center;
	list-style: none;
}

.footer_hotel ul a {
	display: block;
	color: #333;
	text-decoration: none;
}

.footer_hotel ul li:nth-of-type(1):after,
.footer_hotel ul li:nth-of-type(2):after,
.footer_hotel ul li:nth-of-type(3):after {
	content: '|';
	margin: 0 1em;
	box-sizing: border-box;
}
.footer_hotel ul li:last-child::after {
	content: none;
}

@media screen and (min-width: 661px) and (max-width: 1000px) {
	.footer_hotel {
		flex-direction: column;
	}

	.footer_hotel dl {
		width: 100%;
		text-align: left;
	}

	.footer_hotel dl:nth-child(1) {
		margin-right: 0;
	}
}

@media screen and (min-width: 661px) {
	.footer_hotel {
		/* padding: 40rem 30rem 25rem; */
		z-index: 11;
		position: relative;
	}

	.footer_hotel a:hover {
		color: #fff;
	}

	.footer_hotel .pcNone {
		display: none;
	}

	.footer_hotel dl {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		width: 100%;
		padding-top: 25px;
		/* margin: 0 0 72rem; */
	}

	.footer_hotel dl dt {
		width: 10%;
	}

	.footer_hotel dl.short_range dt {
		width: 20%;
	}

	.footer_hotel dl dd {
		text-align: left;
		letter-spacing: 2px;
	}

	.footer_hotel dl dd .pc661 {
		display: inline;
	}

	.footer_hotel dl dd .size24 {
		font-size: 24px;
		padding-bottom: 0;
	}

	.footer_hotel dl dd h3 {
		font-size: 15px;
		font-weight: normal;
		margin: 15px 0 5px;
	}

	.footer_hotel dl dd h3 span.fontsizeup {
		font-size: 19px;
		display: block;
		margin: 0;
	}

	.footer_hotel dl dd h3 span {
		font-size: 22px;
		display: block;
		margin: 15px 0 5px;
	}

	.footer_hotel dl dd p {
		font-size: 13px;
		letter-spacing: 2px;
	}

	.footer_hotel ul {
		font-size: 14px;
	}
}

/* =================================================================== */

#footer2 {
	background: #3c3d3c;
	color: #fff;
	/* font-family: 'Noto Serif JP', "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif; */
	font-family: 'ヒラギノ角ゴ Pro W3', 'HiraKakuPro-W3', 'ＭＳ Ｐゴシック', 'メイリオ', Meiryo, Osaka, sans-serif;
	/* z-index: 11; */
	/* position: relative;  */
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1.6;
	vertical-align: baseline;
	box-sizing: border-box;
	padding: 50px 0 45px;
}

#footer2 a {
	text-decoration: none;
	transition: all 0.3s ease;
	outline: none;
	color: #fff;
}

#footer2 .grp ul li.do-sakai {
	border-left: 1px solid #fff;
	padding-left: 20px;
	text-align: center;
}

#footer2 .grp ul li.do-sakai a img {
	width: 60px;
}

#footer2,
.grp ul li.do-sakai span {
	font-size: 0.6rem;
}

#footer2 a:hover {
	color: #8a8b8a;
}

#footer2 .hotellist {
	max-width: 1200px;
	margin: auto;
	list-style: none;
	padding: 0;
	/* display: flex; */
	flex-wrap: wrap;
}

#footer2 .hotellist .left {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin: 0 auto;
}

#footer2 .hotellist .left a {
	/* width: 50%; */
	margin: 0 auto 20px;
}

#footer2 .right {
	left: auto;
	right: 0;
	width: 90%;
	margin: 0 auto;
}

#footer2 .hotellist .right .glist {
	text-align: center;
	padding: 30px 0 40px;
	border-bottom: 1px solid #6d6d6d;
	width: 90%;
	margin: 0 auto;
}

#footer2 .hotellist .right img {
	max-width: 100%;
	vertical-align: bottom;
	height: auto;
	width: 100%;
	height: auto;
}

#footer2 .hotellist .right .tab798 {
	display: none;
}

#footer2 .hotellist .right .sp797 {
	display: block;
}

#footer2 .hotellist .right ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer2 .hotellist .right .glist ul li a {
	line-height: 2.3;
}

#footer2 ul,
#footer2 li {
	list-style: none;
}

#footer2 .hotellist,
#footer2 .grp {
	max-width: 1200px;
	margin: auto;
	list-style: none;
	padding: 0;
	/* display: flex; */
	flex-wrap: wrap;
}

#footer2 .grp ul {
	display: none;
	justify-content: space-around;
}

#footer2 .grp ul:nth-of-type(1) {
	width: 42%;
	min-width: 410px;
}

#footer2 .grp ul:nth-of-type(2) {
	width: 55%;
	min-width: 590px;
}

#footer2 .grp li.imaiso {
	padding-right: 4%;
}

#footer2 .grp li.shijo {
	padding-left: 3%;
}

#footer2 .grp ul li {
	padding: 0 2%;
}

#footer2 .comp_list {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	list-style: none;
	padding: 0;
	margin-bottom: 35px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'HiraKakuPro-W3', 'ＭＳ Ｐゴシック', 'メイリオ', Meiryo, Osaka, sans-serif !important;
	margin-top: 30px;
}

#footer2 .comp_list li:nth-child(1) {
	margin-right: 1em;
	padding-right: 1em;
	border-right: 1px solid;
}

#footer2 .copy {
	font-size: 12px;
	text-align: center;
	font-family: 'ヒラギノ角ゴ Pro W3', 'HiraKakuPro-W3', 'ＭＳ Ｐゴシック', 'メイリオ', Meiryo, Osaka, sans-serif !important;
}

@media screen and (min-width: 661px) and (max-width: 1000px) {
	#footer2 .hotellist {
		align-items: flex-start;
	}

	#footer2 .hotellist .right {
		text-align: center;
		flex-direction: column;
	}

	#footer2 .hotellist .right .glist {
		flex-direction: column;
	}

	#footer2 .hotellist .right ul {
		text-align: left;
		width: 100%;
	}

	#footer2 .hotellist .right .glist ul .logo_box {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
}

@media screen and (min-width: 798px) {
	#footer2 .hotellist .right .tab798 {
		display: block;
	}

	#footer2 .hotellist .right .sp797 {
		display: none;
	}
}

@media screen and (min-width: 661px) {
	#footer2 .hotellist .left {
		/* width: 50%; */
		text-align: right;
		/* padding-right: 10%; */
		box-sizing: border-box;
		/* justify-content: flex-end; */
	}

	#footer2 .hotellist .left img {
		max-width: 150px;
	}

	#footer2 .hotellist .right {
		font-size: 16px;
		width: 50%;
		margin: 0;
	}

	#footer2 .hotellist .right img {
		width: 488px;
		max-width: 100%;
		vertical-align: bottom;
	}

	#footer2 .hotellist .right .glist {
		display: flex;
		margin-top: 30px;
		font-family: 'ヒラギノ角ゴ Pro W3', 'HiraKakuPro-W3', 'ＭＳ Ｐゴシック', 'メイリオ', Meiryo, Osaka, sans-serif !important;
		text-align: center;
		padding: 0;
		border-bottom: none;
		width: 100%;
		margin: 0;
		padding-top: 20px;
	}

	#footer2 .hotellist .right .glist ul {
		text-align: center;
		width: 100%;
		position: relative;
		height: 250px;
	}

	#footer2 .hotellist .right .glist ul .logo_box {
		position: absolute;
		bottom: 0;
		align-items: center;
		/* left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%); */
	}

	/* #footer2 .hotellist .right .glist ul:nth-of-type(1) {
    margin-right: 60px;
  } */

	#footer2 .hotellist .right .glist ul li {
		margin: 10px 0 0;
	}

	#footer2 .hotellist .right .glist ul li a {
		line-height: 1;
		font-size: 14px;
	}

	#footer2 .grp {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		border-top: 1px solid #6d6d6d;
		margin: 50px auto;
		max-width: 1200px;
		width: 100%;
	}

	#footer2 .grp ul {
		display: flex;
		justify-content: space-around;
		list-style: none;
		padding: 0;
		padding-top: 20px;
	}
}

@media screen and (max-width: 796px) {
	#footer2 .comp_list {
		margin-top: 30px;
	}

	.footer_hotel dl.short_range:nth-child(1) dt img {
		margin-left: 0;
	}

	.footer_hotel ul.other_box {
		flex-wrap: wrap;
	}

	.footer_hotel ul.other_box li {
		/* width: 50%; */
		justify-content: center;
	}

	.footer_hotel dl.short_range dd.hotel_box .footer_contact {
		width: fit-content;
	}
}

@media screen and (max-width: 347px) {
	.footer_hotel ul li:nth-of-type(2):after {
		content: none;
	}
}

/* .subInfo
---------------------------------------------*/
footer .subInfo .inner01 {
	width: 100%;
	/* padding-bottom: 20px; */
	/* margin-bottom: 20px; */
	/* border-bottom: 1px solid #fff; */
}

footer .subInfo .inner01 .lang {
	padding-top: 25px;
	margin-right: -15px;
}

footer .subInfo .inner01 .lang li {
	float: left;
	margin-right: 15px;
	position: relative;
}

footer .subInfo .inner01 .lang li:not(:last-child)::after {
	position: absolute;
	content: '/';
	display: block;
	color: #fff;
	right: -10px;
	top: 0;
}

footer .subInfo .inner01 .lang li a {
	color: #fff;
	opacity: 1;
}

.pc footer .subInfo .inner01 .lang li a:hover {
	opacity: 0.5;
}

footer .subInfo .inner01 .lang li a.active {
	opacity: 0.5;
}

footer .subInfo .inner02 .u-rightBox li {
	float: left;
	margin-left: 20px;
}

footer .subInfo .inner02 .u-rightBox li a {
	color: #fff;
	opacity: 0.5;
	font-size: 12px;
}

.pc footer .subInfo .inner02 .u-rightBox li a:hover {
	opacity: 1;
}

footer .subInfo .inner02 .u-leftBox small {
	color: #cccccc;
	font-size: 12px;
}

footer .subInfo .inner02 .contact-address {
	color: #cccccc;
	margin-bottom: 20px;
	font-size: small;
}

footer .subInfo .inner02 .contact-address a {
	color: #cccccc;
}

footer .subInfo .inner02 .contact-address a:hover {
	color: #fff;
}

@media only screen and (max-width: 768px) {
	footer .subInfo .inner01 {
		text-align: center;
	}

	footer .subInfo .inner01 .u-rightBox {
		float: none;
	}

	footer .subInfo .inner01 .lang {
		padding-top: 25px;
		text-align: center;
		display: inline-block;
		margin-right: 0;
	}

	footer .subInfo .inner02 .u-rightBox {
		margin-bottom: 30px;
	}

	footer .subInfo .inner02 .u-rightBox li a {
		font-size: 14px;
	}

	footer .subInfo .inner02 .u-leftBox,
	.contact-address {
		float: none;
		text-align: center;
	}
}

/* ------------------------------------------------------------------
	Headline Pattern
-------------------------------------------------------------------*/
.h-bdr-b {
	display: inline-block;
	max-width: 100%;
	padding-bottom: 15px;
	border-bottom: 8px solid #8ddcdd;
}

.h-bdr-k {
	display: inline-block;
	max-width: 100%;
	padding-bottom: 15px;
	border-bottom: 8px solid #333;
}

.h-bdr-w {
	display: inline-block;
	max-width: 100%;
	padding-bottom: 15px;
	border-bottom: 8px solid #fff;
}

.h-sub-w {
	color: #ffffff;
	font-size: 28px;
	font-weight: 700;
	line-height: 42px;
}

.h-sub-k {
	color: #333;
	font-size: 28px;
	font-weight: 700;
	line-height: 42px;
}

.h-bdrBottomBlue {
	width: 100%;
	border-bottom: 5px solid #8ddcdd;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.h-bdrBlueGrey {
	font-size: 32px;
	font-weight: bold;
	width: 100%;
	border-bottom: 2px solid #ccc;
	padding-bottom: 20px;
	padding-left: 1rem;
	margin-bottom: 40px;
	position: relative;
}

.h-bdrBlueGrey:after {
	content: '';
	width: 120px;
	height: 2px;
	position: absolute;
	background-color: #8ddcdd;
	bottom: -2px;
	left: 0;
}

@media only screen and (max-width: 768px) {
	.h-bdrBlueGrey {
		font-size: 22px;
		padding-bottom: 0.5rem;
		padding-left: 0.6rem;
		margin-bottom: 0.6rem;
	}
}

/* ------------------------------------------------------------------
	Button Pattern
-------------------------------------------------------------------*/
/*reserve-footer*/
.btn-bdr {
	display: inline-block;
	text-align: center;
	border-width: 4px;
	border-color: #ffffff;
	border-style: solid;
	width: 100%;
	padding: 25px 0;
	font-family: Montserrat;
	color: #ffffff;
	font-size: 20px;
	font-weight: 400;
}

.pc .btn-bdr:hover {
	background-color: #8ddcdd;
	border-color: #8ddcdd;
	color: #fff;
}

@media only screen and (max-width: 768px) {
}

/*footer_facebook*/
.btn-circleBdr {
	text-align: center;
	line-height: 50px;
	padding: 13px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border-width: 1px;
	border-color: #ffffff;
	border-style: solid;
}

.pc .btn-circleBdr:hover {
	background-color: #8ddcdd;
	border-color: #8ddcdd;
}

.pc .btn-circleBdr:hover img {
	opacity: 1;
}

@media only screen and (max-width: 768px) {
	.btn-circleBdr {
		display: inline-block;
		text-align: center;
		line-height: 0;
		padding: 15px 15px;
	}
}

.btn-moreCenter {
	text-align: center;
}

.btn-more {
	font-family: Montserrat;
	color: #333;
	font-size: 34px;
	font-weight: 700;
	line-height: 20px;
	position: relative;
}

#concept .btn-more,
#accommo .btn-more,
#news .btn-more,
#access .btn-more {
	font-size: 29px;
}

.btn-more.white {
	color: #fff;
}

.btn-more.small {
	font-size: 24px;
}

.btn-more object {
	display: none;
	position: absolute;
	width: 24px;
	height: 60px;
	top: -10px;
	right: -50px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#concept .btn-more object,
#accommo .btn-more object,
#news .btn-more object,
#access .btn-more object {
	width: 19px;
	right: -40px;
	top: -14px;
}

.pc .btn-more:hover object {
	transform: translateX(20px);
}

.btn-more .arw-small object {
	position: absolute;
	width: 12px;
	height: 30px;
	top: 0px;
	right: -25px;
}

/* ------------------------------------------------------------------
	.bg-pattern
-------------------------------------------------------------------*/
.bg-logoBlue {
	position: absolute;
	top: -150px;
	left: -200px;
	z-index: -1;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.bg-logoBlueRight {
	position: absolute;
	top: 0;
	right: -250px;
	z-index: -1;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

@media only screen and (max-width: 991px) {
	.bg-logoBlue,
	.bg-logoBlueRight {
		display: none;
	}
}

/* ------------------------------------------------------------------
	.tbl-pattern
-------------------------------------------------------------------*/
table.tbl-common {
	width: 100%;
	border-collapse: collapse;
	font-size: 16px;
	border: solid 1px #ccc;
}

table.tbl-common th {
	padding: 20px 30px;
	background: #8ddcdd;
	color: #fff;
	font-weight: bold;
	vertical-align: middle;
	border-bottom: solid 1px #fff;
}

table.tbl-common td {
	padding: 20px;
	background: #fff;
	border-bottom: solid 1px #ccc;
}

table.tbl-common tr:last-child th,
table.tbl-common tr:last-child td {
	border-bottom: none;
}

@media only screen and (max-width: 768px) {
	table.tbl-common th {
		display: block;
		padding: 10px;
		text-align: center;
	}

	table.tbl-common td {
		display: block;
		padding: 10px;
		border-bottom: none;
	}
}

/* ------------------------------------------------------------------
	iconbox00
-------------------------------------------------------------------*/
#iconBox00 {
	background-color: rgba(48, 48, 48, 0.45);
	position: fixed;
	left: 0;
	bottom: 30vh;
	z-index: 9999;
}

#iconBox00 li {
	margin: 5px;
}

@media only screen and (max-width: 768px) {
	#iconBox00 {
		display: none;
	}
}

/* ------------------------------------------------------------------
	Pagetop
-------------------------------------------------------------------*/
#pagetop {
	text-align: center;
	margin-bottom: 110px;
}

#pagetop a {
	display: inline-block;
	background-color: #8ddcdd;
	padding: 20px 100px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	margin-bottom: 20px;
}

.hover #pagetop a:hover {
	background-color: #333;
	color: #fff;
}

#pagetop02.pageTop {
	position: fixed;
	display: none;
	bottom: 20px;
	right: 20px;
	width: 90px;
	height: 90px;
	z-index: 9999;
}

@media only screen and (max-width: 768px) {
	#pagetop {
		width: 100%;
		text-align: center;
		margin-bottom: 40px;
	}

	#pagetop a {
		width: 100%;
		display: inline-block;
		background-color: #fff;
		padding: 20px 20px;
		font-weight: bold;
		margin-bottom: 20px;
	}

	#pagetop02.pageTop {
		bottom: 10px;
		right: 10px;
		width: 60px;
		height: 60px;
	}
}

/* ------------------------------------------------------------------
	.pageNation
-------------------------------------------------------------------*/
.pageNation {
	width: 550px;
	margin: 50px auto;
	display: flex;
	justify-content: center;
}

.pageNation ul {
	display: block;
}

.pageNation li {
	display: inline;
	margin: 0 12px;
	background-color: #8ddcdd;
	padding: 0rem 0.8rem;
	font-size: 30px;
	color: #fff;
}

.pageNation li a {
	color: #fff;
}

.pageNation li.arw-back:empty {
	display: none;
}

@media only screen and (max-width: 768px) {
	.pageNation {
		width: 100%;
		max-width: 450px;
		margin: 30px auto;
		display: flex;
		justify-content: center;
	}

	.pageNation li {
		margin: 0 0.6rem;
		padding: 0.5rem 0.8rem;
		font-size: 1rem;
	}
}

/* .pageNation {
	text-align: center;
	padding: 90px 0;
	line-height: 60px;
}
.pageNation ul {
	text-align: center;
	display: inline;
}
.pageNation ul li {
	display: inline;
	font-family: Montserrat;
	font-size: 40px;
	padding: 0 20px;
}
.pageNation ul li a {
	font-family: Montserrat;
	font-size: 40px;
	color: #333;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.pc .pageNation ul li a:hover {
	color: #8ddcdd;
}
.pc .pageNation ul li:last-child a:hover img {
	transform: translateX(20px);
	opacity: 1;
}
.pc .pageNation ul li:first-child a:hover img {
	transform: translateX(-20px);
	opacity: 1;
}

.pageNation ul li.active {
	font-family: Montserrat;
	font-size: 40px;
	color: #8ddcdd;
}

@media only screen and (max-width:768px) {
	.pageNation {
		padding: 50px 0;
	}
	.pageNation ul li {
		padding: 0 12px;
	}
	.pageNation ul li a {
		font-size: 28px;
	}
	.pageNation ul li a img {
		height: 40px;
    	margin-top: 12px;
	}
} */

/* ------------------------------------------------------------------
	#pageLink
-------------------------------------------------------------------*/
#pageLink {
	min-height: 60px;
	width: 95%;
	max-width: 1170px;
	margin: 0 auto 80px;
}

#pageLink ul {
	position: relative;
}

#pageLink ul li a {
}

#pageLink ul li a span {
	padding: 0 20px;
	color: #333333;
	font-size: 18px;
	font-weight: 700;
}

/*back*/
#pageLink ul li.back {
	position: absolute;
	top: 0;
	left: 0;
	transition: all 2s ease-in-out;
	line-height: 60px;
}

.pc #pageLink ul li.back:hover img {
	transform: translateX(-20px);
	opacity: 1;
}

/*center*/
#pageLink ul li.center {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 200px;
	margin: auto;
	text-align: center;
}

#pageLink ul li.center a span {
	display: inline-block;
	padding-top: 5px;
	font-size: 0.85rem;
	/* letter-spacing: 0.01rem; */
	font-weight: normal;
}

/*next*/
#pageLink ul li.next {
	position: absolute;
	top: 0;
	right: 0;
	transition: all 2s ease-in-out;
	line-height: 60px;
}

.pc #pageLink ul li.next:hover img {
	transform: translateX(20px);
	opacity: 1;
}

@media only screen and (max-width: 768px) {
	#pageLink ul li a span {
		display: none;
	}
}

/* ------------------------------------------------------------------
	Toggle
-------------------------------------------------------------------*/
#acMenu dt.tab {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	background: url(https://www.onetokyo.com/img/icon_open.png) no-repeat 98% 50% #ccc;
}

#acMenu dt.tab.active {
	background: url(https://www.onetokyo.com/img/icon_close.png) no-repeat 98% 50%#ccc;
}

#acMenu dd {
	background: #f2f2f2;
	padding: 10px;
	width: 100%;
	display: none;
	margin-bottom: 20px;
}

/* ------------------------------------------------------------------
	Form - skelton.css
-------------------------------------------------------------------*/
/*
 ベース
----------------------------------------------------------*/
/* Removes awkward default styles
on some inputs for iOS
---------------------------*/
input[type='email'],
input[type='number'],
input[type='search'],
input[type='text'],
input[type='tel'],
input[type='url'],
input[type='password'],
input[type='button'],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: '游ゴシック体', YuGothic, '游ゴシック';
}

/* 選択時の点線を消す
---------------------------*/
/* IE8+, Chrome */
input,
button {
	outline: 0;
}

/* Firefox */
input::-moz-focus-inner,
button::-moz-focus-inner {
	border: 0;
}

select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #828c9a;
}

/*フォーカスの設定
---------------------------*/
input[type='email']:focus,
input[type='number']:focus,
input[type='search']:focus,
input[type='text']:focus,
input[type='tel']:focus,
input[type='url']:focus,
input[type='password']:focus,
textarea:focus,
select:focus {
	border: 1px solid #8ddcdd;
	outline: 0;
	background: #fff;
}

/* テキストエリア
------------------------------------------*/
input[type='email'],
input[type='number'],
input[type='search'],
input[type='text'],
input[type='tel'],
input[type='url'],
input[type='password'],
textarea,
select {
	outline: 0;
	height: 28px;
	padding: 3px 7px;
	background-color: #fff;
	border: 1px solid #d2d2d2;
	border-radius: 4px;
	font-size: 1rem;
	margin: 0 12px 0 0px;
	display: inline-block;
	box-shadow: none;
	box-sizing: border-box;
}

/* ラベルなど
------------------------------------------*/

label,
legend {
	display: inline-block;
	margin-bottom: 0.5rem;
	font-weight: 600;
}

fieldset {
	padding: 0;
	border-width: 0;
}

/* セレクトボックス
------------------------------------------*/

/* チェックボックス
------------------------------------------*/
input[type='checkbox'] {
	display: inline-block;
	transform: scale(1.2, 1.2);
}

/*装飾*/
#reserve input[type='checkbox'],
label.check input[type='checkbox'] {
	opacity: 0;
	-ms-filter: 'alpha(opacity=0)';
}

#reserve label.undecided,
#reserve label.lbchkpsn,
label.check {
	background: url(../img/common/check_off_pc.png) no-repeat 0 50%;
	display: inline-block;
	min-width: 30px;
	min-height: 21px;
}

#reserve label.undecided.checked,
#reserve label.lbchkpsn.checked,
label.check.checked {
	background: url(../img/common/check_on_pc.png) no-repeat 0 50%;
}

#reserve.english label.undecided,
#reserve.english label.lbchkpsn {
	background-image: none;
}

/* ラジオボタン
------------------------------------------*/
input[type='radio'] {
	display: inline-block;
	transform: scale(1.2, 1.2);
}

/*装飾*/
#reserve input[type='radio'],
.formArea input[type='radio'] {
	opacity: 0;
	-ms-filter: 'alpha(opacity=0)';
}

#reserve label.style_dyndispunitElement,
.formArea label.radiobtn {
	padding-left: 10px;
	background: url(../img/common/radio_off_pc.png) no-repeat 0 0;
	display: inline-block;
	min-height: 25px;
}

#reserve label.style_dyndispunitElement.checked,
.formArea label.radiobtn.checked {
	background: url(../img/common/radio_on_pc.png) no-repeat 0 0;
}

/* ボタン
------------------------------------------*/
input[type='button'] {
	display: inline-block;
	padding: 20px 40px;
	text-align: center;
	background: #333;
	color: #fff;
	border: 0;
	font-size: 1.2rem;
	letter-spacing: 0.08em;
}

/* ------------------------------------------------------------------
	.formArea
-------------------------------------------------------------------*/
.formArea {
	position: relative;
}

.formArea tr {
	height: 80px;
	border-bottom: 1px dotted #aaa;
}

.formArea tr:last-child {
}

.formArea p {
	font-size: 0.7rem;
	line-height: 1.2rem;
	margin-bottom: 10px;
	display: inline-block;
}

.formArea th {
	width: 30%;
}

.formArea td {
	width: 70%;
	padding: 20px 0;
}

.formArea .txtBox {
	height: 80px;
	border: 1px solid #999;
	padding: 10px;
	overflow-y: scroll;
	margin-bottom: 20px;
	padding: 10px 20px;
}

.formArea input,
.formArea textArea {
	width: 100%;
	font-size: 0.9em;
	position: relative;
}

.formArea textArea {
	min-height: 100px;
}

.formArea input[type='radio'],
.formArea input[type='file'] {
	width: auto;
}

.formArea select {
	font-size: 1em;
	margin-bottom: 10px;
	width: 100%;
}

.formArea select.w60 {
	width: 60%;
}

.formArea button {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
	border: 0;
	width: 80%;
	height: 80px;
	background: #333;
	color: #fff;
	font-weight: bold;
	font-size: 1.5em;
}

.hover .formArea button:hover {
	background: #8ddcdd;
}

/* ------------------------------------------------------------------
	#post_list
-------------------------------------------------------------------*/

#post_list {
}

#post_list .row {
	margin-right: 0px;
	margin-left: 0px;
}

#post_list .row li.box {
	height: 420px;
	position: relative;
}

#post_list .row li.box span.bgArea {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

#post_list .row li.box a.inner {
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px;
}

#post_list .row li.box a.inner .hovArea {
	width: 100%;
	height: 100%;
	padding: 100px 60px;
	position: relative;
	z-index: 1;
}

#post_list .row li.box a.inner .hovArea .pl_title {
	color: #ffffff;
	font-size: 26px;
	font-weight: 700;
	line-height: 35px;
	font-family: Montserrat;
	opacity: 0;
}

.pc #post_list .row li.box:hover a.inner .hovArea .pl_title {
	animation: fadeInUp 0.5s ease;
	opacity: 1;
}

#post_list .row li.box a.inner .hovArea .pl_date {
	font-family: Montserrat;
	color: #666666;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	opacity: 0;
}

.pc #post_list .row li.box:hover a.inner .hovArea .pl_date,
.pc #post_list .row li.box:hover a.inner .hovArea .item {
	animation: fadeInUp 0.5s ease 0.1s;
	opacity: 1;
}

#post_list .row li.box a.inner .hovArea .item {
	color: rgba(255, 255, 255, 0.7);
	font-size: 12px;
	font-weight: 700;
	line-height: 24px;
	opacity: 0;
}

#post_list .row li.box a.inner .hovArea .pl_place {
	display: inline;
}

#post_list .row li.box a.inner .hovArea .pl_event {
	display: inline;
}

#post_list .row li.box a.inner .hovArea .bgFill {
	position: absolute;
	bottom: 20px;
	left: 0;
	z-index: -1;
	content: '';
	display: block;
	width: 100%;
	height: 20%;
	background-color: #8ddcdd;
	opacity: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.pc #post_list .row li.box:hover a.inner .hovArea .bgFill {
	height: 100%;
	opacity: 1;
	bottom: 0;
}

@media only screen and (max-width: 768px) {
	#post_list .row li.box {
		min-height: 200px;
		height: auto;
		position: relative;
		padding-right: 0px;
		padding-left: 0px;
		margin-bottom: 10px;
		background: rgba(0, 0, 0, 0.4);
	}

	#post_list .row li.box span.bgArea {
		width: 100%;
		height: 100%;
		background-position: center;
		background-size: cover;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
		opacity: 0.7;
	}

	#post_list .row li.box a.inner {
		display: block;
		width: 100%;
		height: 100%;
		padding: 20px;
	}

	#post_list .row li.box a.inner .hovArea {
		width: 100%;
		height: 100%;
		padding: 0px;
		position: relative;
		z-index: 1;
	}

	#post_list .row li.box a.inner .hovArea .pl_title {
		color: #ffffff;
		font-size: 18px;
		line-height: 25px;
		margin-bottom: 10px;
		opacity: 1;
	}

	#post_list .row li.box a.inner .hovArea .pl_date {
		color: #fff;
		font-size: 16px;
		line-height: 20px;
		opacity: 1;
	}

	#post_list .row li.box a.inner .hovArea .item {
		color: rgba(255, 255, 255, 1);
		font-size: 10px;
		line-height: 24px;
		opacity: 1;
	}

	#post_list .row li.box a.inner .hovArea .pl_place {
		display: inline;
	}

	#post_list .row li.box a.inner .hovArea .pl_event {
		display: inline;
	}

	#post_list .row li.box a.inner .hovArea .bgFill {
		position: absolute;
		bottom: 20px;
		left: 0;
		z-index: -1;
		content: '';
		display: block;
		width: 100%;
		height: 20%;
		background-color: #8ddcdd;
		opacity: 0;
	}
}

/* ------------------------------------------------------------------
	#contList
-------------------------------------------------------------------*/
#contList li.row {
	margin-bottom: 100px;
	position: relative;
	margin-right: 0;
	margin-left: 0;
}

#contList li.row .imgArea {
	height: 640px;
	position: relative;
	background-color: #ccc;
	background-size: cover;
	background-position: center;
}

#contList li.row .imgArea span.block-w {
	position: absolute;
	content: '';
	display: block;
	width: 240px;
	height: 40px;
	background-color: #ffffff;
}

#contList li.row:nth-child(odd) .imgArea span.block-w {
	top: 0;
	right: 0;
}

#contList li.row:nth-child(even) .imgArea span.block-w {
	top: 0;
	left: 0;
}

#contList li.row .txtArea {
	background-color: #8ddcdd;
	min-height: 380px;
	padding: 80px;
	position: absolute;
}

#contList li.row:nth-child(odd) .txtArea {
	top: 100px;
	left: 30px;
}

#contList li.row:nth-child(even) .txtArea {
	top: 100px;
	right: 30px;
	background-color: #4a3f34;
}

#contList li.row .txtArea h2 {
	font-family: Montserrat;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 30px;
}

#contList li.row:nth-child(even) .txtArea h2 {
	color: #fff;
}

#contList li.row .txtArea p {
	color: #333333;
	font-size: 16px;
	font-weight: 500;
	line-height: 23px;
	margin-bottom: 30px;
}

#contList li.row:nth-child(even) .txtArea p {
	color: #fff;
}

#contList li.row .txtArea p small {
	font-size: 14px;
	font-weight: 500;
	line-height: 23px;
}

#contList li.row .txtArea a {
	border-width: 2px;
	border-color: #333333;
	border-style: solid;
	color: #333;
	font-size: 17px;
	font-weight: 700;
	width: 100%;
	text-align: center;
	position: relative;

	display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.1;
    padding: 10px 40px;
    height: auto;
    min-height: 70px;
}

.pc #contList li.row .txtArea a:hover {
	border-color: #333333;
	background-color: #333333;
	color: #ffffff;
}

#contList li.row .txtArea .accommodation-tax a {
	border: none;
	font-weight: normal;
	font-size: small;
	text-decoration: underline;
	line-height: 1.6em;
	width: auto;
	height: 1.6em;
}

#contList li.row .txtArea .accommodation-tax a:hover {
	/*font-color: #fff;*/
}

#contList li.row:nth-child(even) .txtArea a {
	border-color: #fff;
	color: #fff;
}

.pc #contList li.row:nth-child(even) .txtArea a:hover {
	border-color: #fff;
	background-color: #fff;
	color: #333;
}

#contList li.row .txtArea a i {
	font-size: 20px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 5%;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.pc #contList li.row .txtArea a:hover i {
	right: 3%;
}

#contList li.row .txtArea span.block-w {
	position: absolute;
	content: '';
	display: block;
	width: 40%;
	height: 40px;
	background-color: #ffffff;
}

#contList li.row:nth-child(odd) .txtArea span.block-w {
	bottom: 0;
	left: 0;
}

#contList li.row:nth-child(even) .txtArea span.block-w {
	bottom: 0;
	right: 0;
}

@media only screen and (max-width: 991px) {
	#contList li.row {
		margin-bottom: 0px;
	}

	#contList li.row .txtArea span.block-w,
	#contList li.row .imgArea span.block-w {
		display: none;
	}

	#contList li.row .txtArea {
		min-height: 380px;
		padding: 80px 40px;
		position: static;
	}
}

/* ------------------------------------------------------------------
	reserve
-------------------------------------------------------------------*/
/*base
------------------------------*/
.reserveWrapper {
	/* overflow: hidden; */
	background-color: #8ddcdd;
	width: 100%;
	/* min-height: 110px; */
	position: relative;
	background-image: url(../img/common/bg_logoWhite.png);
	background-position: 50% 24%;
	background-repeat: no-repeat;
	-webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* .reserveWrapper,
.reserveWrapper.active {
	background-color: #8ddcdd;
	min-height: 580px;
}
html:not([lang=ja]) .reserveWrapper,
html:not([lang=ja]) .reserveWrapper.active{
	min-height: 700px;
}
@media only screen and (max-width: 768px){	
	.reserveWrapper,
	.reserveWrapper.active {
		min-height: 780px;
	}
	html:not([lang=ja]) .reserveWrapper,
	html:not([lang=ja]) .reserveWrapper.active{
		min-height: 800px;
	}
}

#top .en-ch-reserve,
.en-ch-reserve.active {
	min-height: 610px;
} */

#reserve {
	padding: 40px 10px 40px;
	transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
	/* position: absolute; */
	/* top: 0; */
	/* left: 50%; */
	/* margin-left: -580px; */
	/* height: 0; */
}


html[lang=ja]{
	#reserve h2.u-center .ja{
		display: inline-block;
	}
	#reserve h2.u-center .en{
		display: none;
	}
}
html:not([lang=ja]){
	#reserve h2.u-center .ja{
		display: none;
	}
	#reserve h2.u-center .en{
		display: inline-block;
	}
}

.reserveWrapper.active #reserve {
	height: auto;
}

#reserve .inner {
	background-color: #fff;
	position: relative;
	opacity: 0;
	-webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transform: translateY(-60px);
}

#reserve #banner-dp,
#reserve #banner-dp2 {
	background-color: #fff;
	position: relative;
	opacity: 0;
	-webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transform: translateY(-60px);
}

.reserveWrapper.active #reserve .inner,
.pc #top .reserveWrapper #reserve .inner {
	opacity: 1;
	transform: translateY(0px);
	height: auto;
}

.reserveWrapper.active #reserve #banner-dp,
.reserveWrapper.active #reserve #banner-dp2,
.pc #top .reserveWrapper #reserve #banner-dp,
.pc #top .reserveWrapper #reserve #banner-dp2 {
	opacity: 1;
	transform: translateY(0px);
	height: auto;
}

#reserve .inner h2 {
	text-align: center;
	margin-bottom: 40px;
}

#reserve h4 {
	font-weight: 600;
	margin-bottom: 10px;
	color: #8ddcdd;
	font-size: 16px;
	font-weight: 700;
	line-height: 1em;
}

#reserve span.style_block_area {
	display: inline-block;
	width: 100%;
	padding: 12px 12px 0;
	border-bottom: 1px solid #8ddcdd;
	border-right: 1px solid #8ddcdd;
}

#banner-dp,
#banner-dp2 {
	background-color: #fff;
	width: 687px;
	margin: 15px auto;
}

#tripla-searching-app {
	width: 75%;
	margin: 0 auto;
	min-width: 842px;
}

#top .reserveWrapper .reserve-sky,
#top .reserveWrapper.active .reserve-sky {
	opacity: 1;
}

.reserve-sky {
	position: absolute;
	top: 280px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media only screen and (max-width: 994px) {
	.reserve-sky {
		top: 575px;
	}
}

.reserve-sky a {
	border-bottom: solid 1px;
	font-weight: bold;
}

.reserve-sky img {
	width: 30px;
	height: 30px;
}

.reserveWrapper.active .reserve-sky {
	opacity: 1;
}

.reserve-sky a:hover {
	color: #fff;
}

/*reserveBtn
------------------------------*/
.reserveBtn {
	position: fixed;
	z-index: 9999;
	top: 0;
	right: 0;
	width: 100px;
	height: 100px;
	background: #8ddcdd;
	display: inline-block;
	text-align: center;
	padding-top: 27px;
	color: #fff;
	font-family: Montserrat;
	font-size: 10px;
	font-weight: 400;
	line-height: 32px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}

.hover .reserveBtn:hover {
	background: #333;
}

.reserveBtnClose {
	position: absolute;
	z-index: 99999;
	top: 0;
	right: 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}

.hover .reserveBtnClose:hover {
	opacity: 0.6;
}

.reserveBtn-sp,
.reserveArea {
	/* display: none; */
}

.search-widget-search-container-bf1818 {
	position: relative;
}

.button-btn-b5b5b6 {
	width: 104px;
	height: 44px;
	background: #b5b5b6;
	color: #000;
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
	/* padding: 10px 20px; */
	border-radius: 3px;
	border: none;
	margin: 10px 0;
	vertical-align: bottom;
	outline: none;
	position: absolute;
	top: 36.5px;
	left: 835px;
	z-index: 10;
}
/* 
@media only screen and (max-width: 1199px) {
	#reserve {
		margin-left: -480px;
	}

	.button-btn-b5b5b6 {
		top: 36.5px;
		left: 835px;
		z-index: 10;
	}
} */
/* 
@media only screen and (max-width: 991px) {
	#top .reserveWrapper,
	#top .reserveWrapper.active,
	.reserveWrapper.active{
		min-height: 780px;
	}

	#reserve {
		margin-left: -360px;
	}

	#reserve span.style_block_area {
		width: 100%;
		padding: 15px;
		border-bottom: 1px solid #8ddcdd;
		border-right: 0;
	}

	.button-btn-b5b5b6 {
		top: unset;
		bottom: 66px;
		left: 200px;
		z-index: 10;
	}
} */
/* 
@media only screen and (max-width: 768px) {
	#reserve {
		width: 100%;
		left: 50%;
		margin-left: 0;
		transform: translateX(-50%);
	}
	#reserve h2.u-center{
		max-width: 100%;
	}

	.reserveBtn {
		display: none;
	}

	.reserveBtn-sp {
		display: block;
		position: fixed;
		right: 80px;
		top: 0px;
		cursor: pointer;
		z-index: 9999;
		width: 80px;
		height: 80px;
		padding: 19px 10px;
		text-align: center;
		background: #8ddcdd;
		line-height: 18px;
	}

	.reserveBtn-sp a img {
		width: 50%;
	}

	.reserveBtn-sp a {
		font-family: Montserrat;
		font-size: 10px;
		color: #fff;
	}
} */

/*空
------------------------------*/
#reserve span.dynTabsHead {
	display: none;
}

/*ご宿泊日
------------------------------*/
#reserve span.bookingDate {
	width: 60%;
	float: left;
	height: 80px;
}

#reserve label.undecided {
	display: inline-block;
}

.english #reserve label.undecided,
.chinese #reserve label.undecided {
	display: none !important;
}

#reserve .cmbARRY {
	width: 80px;
}

#reserve .cmbARRM {
	width: 50px;
}

#reserve .cmbARRD {
	width: 50px;
}

#reserve span.bookingRooms {
	padding-right: 20px;
}

@media only screen and (max-width: 991px) {
	#reserve span.bookingDate {
		width: 100%;
		float: none;
		height: auto;
	}
}

/*人数
------------------------------*/
#reserve div.people {
}

#reserve div.people h4.u-absolute {
	top: 15px;
	right: 36%;
}

.english #reserve div.people h4.u-absolute {
	right: 33%;
}

.chinese #reserve div.people h4.u-absolute {
	right: 37.2%;
}

#reserve span.dynPersons {
	float: left;
	width: 40%;
	height: 80px;
	position: relative;
	padding-top: 35px;
}

#reserve span.dynPersons label.lbchkpsn {
	position: absolute;
	top: 36px;
	left: 160px;
}

.english #reserve label.lbchkpsn,
.chinese #reserve label.lbchkpsn {
	display: none !important;
}

@media only screen and (max-width: 991px) {
	#reserve div.people {
		padding: 20px;
		border-bottom: 1px solid #8ddcdd;
	}

	#reserve div.people h4.u-absolute {
		position: static;
		top: auto;
		right: auto;
	}

	#reserve span.dynPersons {
		width: 100%;
		padding: 0;
		border-bottom: 0;
		float: none;
		height: auto;
	}

	#reserve span.dynPersons label.lbchkpsn {
		top: 0;
		left: 160px;
	}
}

/*予算
------------------------------*/
#reserve span.dynPrice {
	width: 35%;
	float: left;
	height: 90px;
}

@media only screen and (max-width: 991px) {
	#reserve span.dynPrice {
		width: 100%;
		float: none;
		height: auto;
	}
}

/*表示 : プラン、部屋、カレンダー
------------------------------*/
#reserve span.dynDispunit {
	width: 35%;
	float: left;
	height: 90px;
}

#reserve span.dynDispunit span {
	display: inline-block;
	width: 100%;
	line-height: 0.8em;
}

#reserve span.dynDispunit label {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
}

#reserve span.dynDispunit br {
	display: none;
}

@media only screen and (max-width: 991px) {
	#reserve span.dynDispunit {
		width: 100%;
		float: none;
		height: auto;
	}
}

/*送信ボタン
------------------------------*/
#reserve span.dynSubmit {
	width: 30%;
	height: 90px;
	float: left;
	border: none;
	padding: 0;
	position: relative;
}

#reserve .air {
	display: block;
	width: 30%;
	height: 45px;
	font-weight: bold;
	cursor: pointer;
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}

#reserve .air img {
	width: 100%;
	object-fit: contain;
	height: 45px;
}

#reserve span.dynSubmit input {
	text-indent: -9999px;
}

#reserve input.buttonSubmit,
#reserve input.buttonCancel {
	display: block;
	width: 100%;
	height: 45px;
	font-weight: bold;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

#reserve input.buttonSubmit {
	background-color: #333333;
	background: url(../img/common/btn_reserve02.png) no-repeat center;
	/*background-size: cover;*/
	margin-right: 10px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#reserve input.buttonCancel {
	background-color: #e5e5e5;
	color: #333;
	/* background: url(../img/common/btn_reserve01.png) no-repeat center; */
	/*background-size: cover;*/
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.english #reserve input.buttonCancel {
	background: url(../img/common/btn_reserve01_en.png) no-repeat center;
}

.english #reserve input.buttonSubmit {
	background: url(../img/common/btn_reserve02_en.png) no-repeat center;
}

.chinese #reserve input.buttonCancel {
	background: url(../img/common/btn_reserve01_ch.png) no-repeat center;
}

.chinese #reserve input.buttonSubmit {
	background: url(../img/common/btn_reserve02_ch.png) no-repeat center;
}

.pc #reserve input.buttonSubmit:hover,
.pc #reserve input.buttonCancel:hover {
	opacity: 0.7;
}

@media only screen and (max-width: 991px) {
	#reserve span.dynSubmit {
		width: 100%;
		float: none;
		height: 52px;
	}

	#reserve input.buttonSubmit,
	#reserve input.buttonCancel {
		width: 50%;
		height: 60px;
		cursor: pointer;
		padding: 0;
		margin: 0;
		float: left;
	}

	#reserve .air {
		width: 50%;
		height: 60px;
	}

	#reserve .air img {
		height: 60px;
	}
}

.reserveWrapper.en-ch-reserve .flex {
	display: flex;
	justify-content: center;
	background: #fff;
	/* padding: 0 4rem;
  	   background: #fff; */
}

.reserveWrapper.en-ch-reserve .flex .fb-widget {
	margin: 0 2rem 0 0;
}

.reserveWrapper.en-ch-reserve .flex .link_btn {
	/* width: calc(100% - 70%); */
	/* background: #fff; */
	position: relative;
	width: 21%;
}

.reserveWrapper.en-ch-reserve .flex .link_btn a {
	display: block;
	border: 1px solid;
	text-align: center;
	/* width: 69%;
	padding: 13px 0; */
	padding: 13px 1rem;
	position: absolute;
	/* top: 17px;
	transform: translateY(-10%); */
	top: 50%;
	transform: translateY(-50%);

	/* padding: 13px 2rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0; */
}

.reserveWrapper.en-ch-reserve .flex .link_btn a::before {
	content: '';
	background: url(../img/common/airplane.png) no-repeat center;
	background-size: contain;
	position: absolute;
	/* width: 10%;
  height: 35px;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  left: 7%; */
	width: 23px;
	height: 35px;
	display: block;
	top: 50%;
	transform: translateY(-50%);
	left: 12px;
}

.reserveWrapper.en-ch-reserve .flex .link_btn a:hover {
	background-color: #b0a06c;
	color: black;
	border: 1px solid #b0a06c;
}

.reserveWrapper.en-ch-reserve .flex .link_btn a span {
	margin: 0px 0rem 0 2rem;
}

/* 予約モジュールスタイル上書き */
.c-uniq-reservation__search-select-middle {
    width: 194px !important;
}

@media only screen and (max-width: 991px) {
	.c-uniq-reservation__search-select-middle {
		width: 100% !important;
	}
}

.c-uniq-reservation__search-child>div,
.c-uniq-reservation__search-select-50>div,
.c-uniq-reservation__search-select-middle>div,
.c-uniq-reservation__search-select-short>div,
.c-uniq-reservation__search-select>div {
	height: 48px !important;
}

.c-uniq-reservation__search-child input,
.c-uniq-reservation__search-child select,
.c-uniq-reservation__search-select input, 
.c-uniq-reservation__search-select select,
.c-uniq-reservation__search-select-50 input,
.c-uniq-reservation__search-select-50 select,
.c-uniq-reservation__search-select-middle input,
.c-uniq-reservation__search-select-middle select,
.c-uniq-reservation__search-select-short input,
.c-uniq-reservation__search-select-short select {
	height: 100% !important;
}

/*カレンダー
------------------------------*/
#dynCalendarTest1_screen > table:first-child td {
	background-color: #fff !important;
}

.ml10 {
	margin-left: 10px;
}



/* バナー
------------------------------*/
.c-bnr{
}
.c-bnr__footer-recruit {
    margin: 20px auto;
	display: flex;
	flex-flow: wrap;
	gap: 20px;
	justify-content: center;
	padding: 0 30px;
}
.c-bnr__item,
.c-bnr__item-nolink{
    display: block;
    line-height: 0;
    text-decoration: none;
}
.c-bnr__item figure,
.c-bnr__item-nolink figure{
    display: block;
    margin: 0;
}
.c-bnr__item img,
.c-bnr__item-nolink img {
    height: auto;
    width: 100%;
    max-width: 100%;
}