<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Crimson+Text&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,700&amp;display=swap');

/* CSS Document */

*{margin: 0;padding: 0; outline:none; /*-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;*/ -webkit-appearance: none;
}
html {font-size:62.5%;}
body {color:#2b3034; text-align: center; scrolling: yes; position: relative; -webkit-text-size-adjust: 100%; overflow-x: hidden;}
body,
button,
input{font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif; font-size:15px; line-height:1.7;}


body.fixed {position: fixed; width: 100%; height: 100%;}

h1, h2, h3, *.serif{font-family: 'Crimson Text', "游明朝 Medium", "Yu Mincho Medium", "游明朝体", "Yu Mincho", serif!important; letter-spacing: 1px; font-weight: normal;}
h1, h2, h3{font-weight: 500;}

*.notoSerif{font-family:'Noto Serif', "游明朝 Medium", "Yu Mincho Medium", "游明朝体", "Yu Mincho", serif!important; letter-spacing: 3px;}

*.sansSerif {font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif;}

*.crimson {
  font-family: 'Crimson Text', serif!important;
  letter-spacing: 3px;
  font-weight: normal;
}

*.sansSerif {font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif;}


a{color:#2b3034; text-decoration: none; overflow: hidden; outline:none; cursor: pointer;}
a[href^="tel"]{color: inherit; text-decoration: none;}
a:hover{text-decoration: none;}

p{font-size: 14px;}
img{border: none; vertical-align: top;}
table{border-collapse: collapse;}
ul{list-style-type: none;}
button, input, select{border: none; cursor: pointer;}
select{-moz-appearance: none; text-indent: 0.01px; text-overflow: '';}
select::-ms-expand {display: none;}

/* FOR SLICK.JS */
.slick-list{_zoom: 1; overflow: hidden; padding: 0!important;}



/* ::::::::::::::::::::::::::::::::: PC ::::::::::::::::::::::::::::::::: */
@media screen and (min-width: 980px) {
  .sp {
		display: none!important;
	}
}

/* ::::::::::::::::::::::::::::::::: SP ::::::::::::::::::::::::::::::::: */
@media screen and (max-width: 979px) {
  .pc {
		display: none!important;
	}
}



/* ::::::::::::::::::::::::::::::::: COMMON ::::::::::::::::::::::::::::::::: */

div.wrap {
	overflow: hidden;
	width: 100%;
	padding-top: 186px;
}
@media screen and (max-width: 979px) {
	div.wrap {
		padding-top: 57px;
	}
}
/*COMMON*/
.hoverAlpha {
	transition: opacity 0.2s ease;
}
.hoverAlpha:hover {
	opacity: 0.8;
}
@media screen and (max-width: 979px) {
	.hoverAlpha {}
	.hoverAlpha:hover {
		opacity: 1;
	}
}


a[href^="tel:"] {
  pointer-events: none;
  color: inherit;
}
@media screen and (max-width: 979px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
}

p.commonLink {
	width: 100%;
	max-width: 254px;
	text-align: center;
}
@media screen and (max-width: 979px) {
	p.commonLink {
		max-width: 100%;
	}
}

p.commonLink.center {
	margin-left: auto;
	margin-right: auto;
}
p.commonLink a {
	display: block;
	color: #FFF!important;
	background: #412210 url(../img/common/vector_line_right_white.svg) no-repeat 92% 50%;
  background-size: 4px 7px;
	padding: 10px 10px 11px 10px;
	text-decoration: none!important;
	transition: all 0.2s ease;
}
p.commonLink.blank a {
	background: #412210 url(../img/common/mark_blank.svg) no-repeat 92% 50%;
  background-size: 13px 13px;
}

p.commonLink a:hover {
	opacity: 0.8;
}
p.commonLink.brown a {
	background: #412210 url(../img/common/vector_line_right_white.svg) no-repeat 92% 50%;
  background-size: 4px 7px;
}
p.commonLink.brown.blank a {
	background: #412210 url(../img/common/mark_blank.svg) no-repeat 92% 50%;
  background-size: 13px 13px;
}

p.commonLink.gray a {
	background: #a2a29d url(../img/common/vector_line_right_white.svg) no-repeat 92% 50%;
  background-size: 4px 7px;
}
p.commonLink.gray.blank a {
	background: #a2a29d url(../img/common/mark_blank.svg) no-repeat 92% 50%;
  background-size: 13px 13px;
}

p.commonLink.back a {
	background: #7e8082 url(../img/common/vector_line_left_white.svg) no-repeat 8% 50%;
  background-size: 4px 7px;
}


/* MAIN VISUAL */
div.h1Wrap h1 {
	color: #2b3034;
	font-size: 32px;
	line-height: 1.5;
	width: 90%;
	margin: 0 auto;
}
@media screen and (max-width: 979px) {
	div.h1Wrap h1 {
		font-size: 30px;
	}
}
div.h1Wrap p.lead {
	font-size: 15px;
	padding: 15px 0 0;
}

div.h1Wrap.withOutImg {
  position: relative;
	padding: 0 0 25px;
  z-index: 1;
}
@media screen and (max-width: 979px) {
	div.h1Wrap.withOutImg {
		padding: 0 0 10px;
	}
}
div.h1Wrap.withOutImg h1 {
	padding: 0 0 30px;
	text-align: center;
}
@media screen and (max-width: 979px) {
	div.h1Wrap.withOutImg h1 {
		padding: 5px 0 30px;
	}
}
div.h1Wrap.withOutImg p.lead {
	text-align: center!important;
	padding: 0;
	margin: 0 auto 30px;
  width: 90%;
}
@media screen and (max-width: 979px) {
	div.h1Wrap.withOutImg p.lead {
		margin: -10px auto 30px;
	}
}

ul.breadcrumbs,
div.section ul.breadcrumbs {
	padding: 15px 25px;
	margin: 0;
	font-size: 11px;
	text-align: left;
	color: #3d3d3d;
  background: #f2f3f3;
}
@media screen and (max-width: 979px) {
  ul.breadcrumbs,
  div.section ul.breadcrumbs {
  	padding: 15px;
  }
}
ul.breadcrumbs a,
div.section ul.breadcrumbs a {
  color: #3d3d3d;
	text-decoration: underline;
}
ul.breadcrumbs a:hover,
div.section ul.breadcrumbs a:hover {
	color: #888;
	text-decoration: underline;
}
ul.breadcrumbs li,
div.section ul.breadcrumbs li {
	display: inline-block;
	padding: 0 8px 0 20px;
	background: url(../img/common/breadcrumbs_page_gray.svg) no-repeat 0px 3px;
	background-size: 12px 12px;
}
div.section ul.breadcrumbs li::before {
	display: none;
}
ul.breadcrumbs li:first-child,
div.section ul.breadcrumbs li:first-child {
	background-image: none;
  padding-left: 0;
}



/* SECTION */
div.section {
	padding: 0;
	position: relative;
}
div.section.sectionLast {
  padding-bottom: 55px;
}
div.section.bgLightGray {
	background: #f2f3f3;
}

div.section div.inner {
	text-align: left;
	padding: 50px 0 50px;
}
@media screen and (max-width: 979px) {
	div.section div.inner {
		padding: 40px 15px;
	}
}
@media screen and (max-width: 979px) {
  div.section div.inner.pcInner {
		padding: 40px 0 20px;
	}
}

div.section div.spacer980 {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
@media screen and (max-width: 979px) {
	div.section div.spacer980 {
		width: auto;
	}
}

div.section hr {
  border: none;
  border-bottom: 1px solid #ddd;
  margin: 30px 0;
}


div.section p {
	margin: 0 0 30px;
}
div.section ul {
	margin: 0 0 30px;
	font-size: 14px;
}
div.section ul li {
	padding: 0 0 0 15px;
	position: relative;
}
div.section ul li::before {
	position: absolute;
	content: "・";
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #000;
}

div.section a {
	color: #c9a063;
	text-decoration: underline;
}
div.section a:hover {
	color: #D00;
}
div.section a[href^="tel:"] {
  text-decoration: none;
  color: #2b3034;
}
div.section table {
	margin: 0 0 30px;
	font-size: 14px;
	width: 100%;
}
div.section table th,
div.section table td {
	vertical-align: center;
	text-align: left;
	padding: 13px 20px;
}
@media screen and (max-width: 979px) {
	div.section table th,
	div.section table td {
		padding: 13px 15px;
    width: 100%;
    display: block;
    box-sizing: border-box;
	}
}
div.section table th {
	color: #FFF;
	font-weight: bold;
	background: #412210;
	border: 1px solid #381805;
}
div.section table td {
	border: 1px solid #f2f2f5;
	background: #FFF;
}
div.section table a[href^="tel:"] {
	color: #2b3034;
	text-decoration: none;
}
div.section table .center {
  text-align: center;
}

/* TOPICS LIST */
div.section ul.topicsList {
	margin: 0 0 40px;
  padding: 20px 40px;
  box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 979px) {
	div.section ul.topicsList {
		margin: 0 0 30px;
    padding: 5px 15px;
	}
}
div.section ul.topicsList li {
	margin: 0;
	padding: 0 0 1px;
}
div.section ul.topicsList li::before {
	display: none;
}
div.section ul.topicsList li a {
	display: flex;
	background: #FFF;
	text-decoration: none;
	color: #808080;
  border-bottom: 1px solid #ddd;
	align-items: flex-start;
	justify-content: space-between;
}
@media screen and (max-width: 979px) {
	div.section ul.topicsList li a {
		display: block;
	}
}
div.section ul.topicsList li:last-child a {
  border-bottom: none;
}

div.section ul.topicsList li div.left {
	display: flex;
	width: 110px;
	justify-content: space-between;
	align-items: center;
	padding: 13px 0;
}
@media screen and (max-width: 979px) {
	div.section ul.topicsList li div.left {
		display: block;
		width: 100%;
		padding: 13px 0 10px;
	}
}
div.section ul.topicsList li div.left p.date {
	font-weight: bold;
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 979px) {
	div.section ul.topicsList li div.left p.date {
		display: inline-block;
		padding-right: 10px;
	}
}

div.section ul.topicsList li div.right {
	width: 800px;
	padding: 13px 0;
}
@media screen and (max-width: 979px) {
	div.section ul.topicsList li div.right {
		width: 100%;
		padding: 0 0 10px;
	}
}
div.section ul.topicsList li div.right p {
	padding: 0;
	margin: 0;
}



/* SHARE BTN LIST */
div.section ul.shareSnsList {
  display: flex;
  justify-content: center;
  width: 100%;
  background: #e6e6e6;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 60px;
}
@media screen and (max-width: 979px){
  div.section ul.shareSnsList {
    width: 100%;
    padding: 10px;
    margin-bottom: 30px;
  }
}
div.section ul.shareSnsList li {
  padding: 0 0 0 15px
}
div.section ul.shareSnsList li:first-child {
  padding: 0;
}
div.section ul.shareSnsList li::before {
  display: none;
}
div.section ul.shareSnsList li a {
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
}
div.section ul.shareSnsList li a img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}


div.section ul.pagerList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 40px 0;
}
@media screen and (max-width: 979px){
  div.section ul.pagerList {
    margin: 30px 0;
  }
}
div.section ul.pagerList li {
  margin: 0 5px 5px 0;
  padding: 0;
}
div.section ul.pagerList li::before {
  display: none;
}
div.section ul.pagerList li span {
  display: block;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  color: #65686c;
  background: #fff;
}
div.section ul.pagerList li span.active {
  color: #fff;
  background: #412210;
}
div.section ul.pagerList li span a {
  display: block;
  text-decoration: none;
  color: #65686C;
}
div.section ul.pagerList li span a:hover {
  color: #65686C;
}

@media screen and (max-width: 979px){
  div.section ul.pagerList {
    margin: 30px 0;
  }
}




/* BOOKING GADJET */
div.bookingGadget {}
div.bookingGadget {
	padding: 20px 0;
  margin-top: 30px;
  border-top: 1px solid #999;
}
@media screen and (max-width: 979px) {
	div.bookingGadget {
		padding: 30px 0 20px;
	}
}
div.bookingGadget div.inputBlock {
	display: none;
	width: 720px;
	_zoom: 1;
	overflow: hidden;
	margin: 0 auto;
}
@media screen and (max-width: 979px) {
	div.bookingGadget div.inputBlock {
		width: 100%;
	}
}
div.bookingGadget div.inputBlock.on {
	display: block;
}
div.bookingGadget div.airBlock {
	width: 100%;
	display: flex;
	margin: 0 0 15px;
}
@media screen and (max-width: 979px) {
	div.bookingGadget div.airBlock {
		width: 260px;
		display: block;
		margin: 0 0 35px;
	}
	div.bookingGadget div.airBlock select {
		float: none;
	}
}
div.bookingGadget form {
	display: block;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	padding: 0;
	position: relative;
}
@media screen and (max-width: 979px) {
	div.bookingGadget form {
	}
}
div.bookingGadget div.inputBlock.withAir form {
	padding: 0;
}
@media screen and (max-width: 979px) {
	div.bookingGadget div.inputBlock.withAir form {
		padding: 0;
	}
}

div.bookingGadget form input,
div.bookingGadget form .input_ymd,
div.bookingGadget form button,
div.bookingGadget form select,
div.bookingGadget form span {
	font-size: 14px;
	height: 43px;
	line-height: 43px;
	color: #2b3034;
	display: block;
	background: #fff;
	border-radius: 0; border: none;
}
@media screen and (max-width: 979px) {
	div.bookingGadget form input,
  div.bookingGadget form .input_ymd,
	div.bookingGadget form button,
	div.bookingGadget form select,
	div.bookingGadget form span {
		box-sizing: border-box;
	}
}
div.bookingGadget form input,
div.bookingGadget form .input_ymd {
	width: 161px;
	padding: 0 10px;
  cursor: pointer;
  background: #fff url(../img/common/mark_calender_gray.svg) no-repeat 90% 50%;
  background-size: 18px 18px;
}
@media screen and (max-width: 979px) {
	div.bookingGadget form input,
  div.bookingGadget form .input_ymd {
		width: 100%;
		padding: 0 10px;
		margin: 0;
	}
}
div.bookingGadget form input.r,
div.bookingGadget form .input_ymd.r {
	width: 100px;
}
div.bookingGadget form input:placeholder-shown {
	color: #2b3034;
}
div.bookingGadget form input::-webkit-input-placeholder {
	color: #2b3034;
}
div.bookingGadget form input:-moz-placeholder {
	color: #2b3034;
}
div.bookingGadget form input:-ms-input-placeholder {
	color: #2b3034;
}
div.bookingGadget form select {
	width: 100px;
	padding: 0 20px;
	background: #fff url(../img/common/vector_small_bottom_gray.svg) no-repeat 90% 50%;
	background-size: 7px 4px;
}
@media screen and (max-width: 979px) {
	div.bookingGadget form select {
    width: 100%;
	}
	div.bookingGadget form select.last {
		margin-right: 0;
	}
}
div.bookingGadget form select.r {
	width: 150px;
	margin: 0 15px;
}
@media screen and (max-width: 979px) {
	div.bookingGadget form select.r {
		width: 100%;
		margin: 0 0 20px;
	}
}
div.bookingGadget form select option {
	text-align: left;
}
div.bookingGadget form button {
	font-size: 14px;
	background: #c8a062;
	width: 230px;
	color: #FFF;
}
@media screen and (max-width: 979px) {
	div.bookingGadget form button {
		width: 100%;
	}
}
div.bookingGadget form button.r {
	width: 150px;
}
@media screen and (max-width: 979px) {
	div.bookingGadget form button.r {
		width: 100%;
	}
}
div.bookingGadget form span {
	background: none;
	position: relative;
	color: #FFF;
}
@media screen and (max-width: 979px) {
	div.bookingGadget form span {
	}
}
div.bookingGadget form img.calender {
	display: block;
	position: absolute;
	width: 25px;
	height: 26px;
	right: 20px;
	top: 7px;
	cursor: pointer;
}
@media screen and (max-width: 979px) {
	div.bookingGadget form img.calender {
		left: auto;
		right: 10px;
		top: -53px;
	}
}


div.bookingGadget form .formBlock01 {
  display: flex;
}
@media screen and (max-width: 979px) {
  div.bookingGadget form .formBlock01 {
    display: block;
    width: 100%;
  }
}
div.bookingGadget form .formBlock01 ul {
  display: flex;
}
@media screen and (max-width: 979px) {
  div.bookingGadget form .formBlock01 ul {
    display: block;
  }
}
div.bookingGadget form .formBlock01 ul li {
  width: 190px;
  display: flex;
  margin-right: 10px;
}
@media screen and (max-width: 979px) {
  div.bookingGadget form .formBlock01 ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
div.bookingGadget form .formBlock01 ul li span {
  margin-right: 10px;
}
@media screen and (max-width: 979px) {
  div.bookingGadget form .formBlock01 ul li span {
    margin-right: 25px;
    width: 30px;
  }
}
div.bookingGadget form .formBlock01 ul li:last-child {
  width: 210px;
  display: flex;
  padding: 0 0 0 30px;
  background: url(../img/common/mark_out.svg) no-repeat 10px 50%;
  background-size: 13px 10px;
  margin-right: 10px;
}
@media screen and (max-width: 979px) {
  div.bookingGadget form .formBlock01 ul li:last-child {
    width: 100%;
    padding: 0;
    background: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
div.bookingGadget form .formBlock01 ul li:last-child span {
  margin-right: 10px;
}
@media screen and (max-width: 979px) {
  div.bookingGadget form .formBlock01 ul li:last-child span {
    margin-right: 20px;
    width: 30px;
  }
}
div.bookingGadget form .formBlock03 {
  width: 120px;
  display: flex;
  margin-right: 10px;
}
@media screen and (max-width: 979px) {
  div.bookingGadget form .formBlock03 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
div.bookingGadget form .formBlock03 span {
  margin-left: 10px;
}
@media screen and (max-width: 979px) {
  div.bookingGadget form .formBlock03 span {
    width: 70px;
    margin: 0 5px;
  }
}
div.bookingGadget form .formBlock05 {
  margin: 25px auto 0;
}
@media screen and (max-width: 979px) {
  div.bookingGadget form .formBlock05 {
    margin: 10px auto 0;
    width: 100%;
  }
}


/* MODAL */
#modal {
	height: 0;
	overflow: hidden;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 2000;
	transition: height 0.3s ease;
}
@media screen and (max-width: 979px) {
	#modal {
		z-index: 2050;
	}
}
#modal.on {
	height: 100%;
}
#modal div.base {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.8);
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
@media screen and (max-width: 979px) {
	#modal div.base {
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
    top: 57px;
    height: calc(100% - 57px);
	}
}
#modal div.inside {
  min-width: 940px;
	max-width: 1200px;
	width: 90%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
@media screen and (max-width: 979px) {
	#modal div.inside {
		min-width: 100%;
		max-width: 100%;
		width: 100%;
		margin: 0 0 0 auto;
		background: none;
		border-radius: 0;
	}
}
#modal div.bookingTabBlock {}
#modal div.bookingWrap {
  width: 720px;
  margin: 0 auto;
}
@media screen and (max-width: 979px) {
  #modal div.bookingWrap {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
}
#modal div.bookingWrap div.inner {}
#modal div.bookingWrap div.hotelSelect {
  padding: 100px 40px 30px;
  margin: auto;
  margin-bottom: 30px;
  border-bottom: 1px solid #999;
  text-align: left;
}
@media screen and (max-width: 979px) {
  #modal div.bookingWrap div.hotelSelect {
    padding: 40px 0 20px;
    margin-bottom: 20px;
  }
}
#modal div.bookingWrap div.hotelSelect dl {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 979px) {
  #modal div.bookingWrap div.hotelSelect dl {
    display: block;
  }
}
#modal div.bookingWrap div.hotelSelect dl dt {
  margin: auto 0;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 979px) {
  #modal div.bookingWrap div.hotelSelect dl dt {
    display: block;
    margin-bottom: 10px;
  }
}
#modal div.bookingWrap div.hotelSelect dl dd {
  width: 480px;
  margin-left: 40px;
}
@media screen and (max-width: 979px) {
  #modal div.bookingWrap div.hotelSelect dl dd {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
}
#modal div.bookingWrap div.hotelSelect dl dd select {
  padding: 11px 40px 11px 20px;
  background: #fff url(../img/common/vector_small_bottom_gray.svg) no-repeat 95% 50%;
  background-size: 7px 5px;
  width: 100%;
  font-size: 14px;
  border: none;
  border-radius: 0;
}
@media screen and (max-width: 979px) {
}

#modal div.bookingWrap div.calender {
	margin: 0;
}

#modal div.bottomWrap {
	background: #FFF;
	padding: 0;
}
#modal div.bottomWrap div.inner {
	padding: 15px 0 15px;
	display: flex;
	justify-content: flex-start;
	text-align: left;
	align-items: center;
}
@media screen and (max-width: 979px) {
	#modal div.bottomWrap div.inner {
		padding: 30px 15px 35px;
		display: block;
		text-align: center;
	}
}
#modal div.bottomWrap div.inner div.left {
	padding: 26px 40px 26px 35px;
}
@media screen and (max-width: 979px) {
	#modal div.bottomWrap div.inner div.left {
		padding: 0 0 15px;
	}
	#modal div.bottomWrap div.inner div.left img {
		width: 238px;
		height: 44px;
	}
}
#modal div.bottomWrap div.inner div.center {}
@media screen and (max-width: 979px) {
	#modal div.bottomWrap div.inner div.center {
		padding: 0 0 15px;
	}
}
#modal div.bottomWrap div.inner div.center p.title {
	font-size: 15px;
	text-align: left;
}
@media screen and (max-width: 979px) {
	#modal div.bottomWrap div.inner div.center p.title {
		text-align: center;
	}
}
#modal div.bottomWrap div.inner div.center p.checkIn {
	font-size: 11px;
	text-align: left;
}
@media screen and (max-width: 979px) {
	#modal div.bottomWrap div.inner div.center p.checkIn {
		text-align: center;
	}
}
#modal div.bottomWrap div.inner div.right {
	padding: 10px 35px 10px 45px;
}
@media screen and (max-width: 979px) {
	#modal div.bottomWrap div.inner div.right {
		padding: 0;
	}
}
#modal div.bottomWrap div.inner div.right p.tel {
	font-size: 22px;
	line-height: 1.2;
}
@media screen and (max-width: 979px) {
	#modal div.bottomWrap div.inner div.right p.tel {
		padding: 0 0 15px;
	}
}
#modal div.bottomWrap div.inner div.right p.tel span {
	color: #2badbd;
	font-size: 30px;
}
#modal div.bottomWrap div.inner div.right p.address {
	font-size: 14px;
}
#modal div.bookingGadget {}
#modal div.bookingGadget form input,
#modal div.bookingGadget form button,
#modal div.bookingGadget form select {}
#modal div.bookingGadget form span {}
#modal div.bookingGadget form input {}
#modal div.bookingGadget form select {}
#modal div.bookingGadget form button {}
#modal div.bookingGadget ul.bottomList li:first-child {
	float: none;
}
#modal div.bookingGadget ul.bottomList li a {}
#modal div.bookingGadget ul.bottomList li a:hover {}

#modal button.modalCloseBtn {
  color: #FFF;
  line-height: 80px;
  display: block;
  font-size: 16px;
  width: 214px;
  background: #412210 url(../img/common/mark_close.svg) no-repeat 20% 50%;
  background-size: 14px 14px;
  text-indent: 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2100;
}
@media screen and (max-width: 979px) {
  #modal button.modalCloseBtn {
		width: 57px;
		height: 57px;
		background:  #412210 url(../img/common/mark_close.svg) no-repeat 50% 14px;
		background-size: 14px 14px;
		color: #FFF;
		right: 57px;
    line-height: 1.7;
		top: 0;
		z-index: 2100;
		cursor: pointer;
		font-size: 10px;
		text-indent: 0;
	}
  #modal button.modalCloseBtn span {
    display: block;
    padding: 30px 0 0;
	}

}





/* 言語切り替え */
.lang_en_switch,
.lang_cn_han_switch,
.lang_cn_kan_switch,
.lang_kr_switch {
  display: none!important;
}
body.lang_en .lang_en_switch,
body.lang_cn_han .lang_cn_han_switch,
body.lang_cn_kan .lang_cn_kan_switch,
body.lang_kr .lang_kr_switch {
  display: block!important;
}
</pre></body></html>