@charset "UTF-8";

.bottomList  {
	margin: 15px 0 0;
	justify-content: center;
	gap: 30px;
}

.bottomList li a{
	font-size: var(--font-em);
	color: var(--white);
	letter-spacing: 1px;
	font-family: var(--mn);
}
.bottomList li i {
	color: var(--white);
	font-size: var(--font-mc);
	padding: 0 2px 0 0;
}

/* CSS Document */
.topBookingWrap {
	display: none;
}
.topBookingWrap.active {
	display: block;
}
.bookingWrap {
	/* height: 100%; */
	width: 100%;
	/* position: absolute; */
	top: 0;
	bottom: 0;
	margin: auto;
	display: grid;
	grid-template-columns: 16% 80%;
	justify-content: left;
	align-items: center;
	padding: 0;
	background: var(--darkgray);
}

/*language site*/
.bookingWrap.en {
	background: none;
	padding: 30px 0;
	grid-template-columns: 1fr;
	max-width: var(--width-medium);
}
/**/

/* Main Visual */
.topVisualBlock {
  position: relative;
  background: #515457;
  overflow: hidden;
}

.topVisualBlock span.loadMark {
  width: 40px;
  height: 40px;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-top-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  animation: spinLoad 1.2s linear 0s infinite;
  position: absolute;
  left: 0;
  top: 42%;
  top: calc(50% - 40px);
  right: 0;
  margin: 0 auto;
}

@keyframes spinLoad {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.topVisualBlock ul.imgList,
.topVisualBlock ul.imgList li {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.topVisualBlock ul.imgList li {
  opacity: 0;
  transform: scale(1.08);
  transition: all 1.8s ease;
}

.topVisualBlock ul.imgList li.on {
  opacity: 1;
  transform: scale(1);
}

.topVisualBlock ul.markList {
  text-align: center;
  padding: 0;
  margin: 0;
  float: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s ease;
  z-index: 1;
}

.topVisualBlock ul.markList.on {
  opacity: 1;
  transform: translateY(0px);
}

.topVisualBlock ul.markList li {
  position: relative;
	display: inline-block;
	width: 8px;
	height: 8px;
  padding: 0;
	cursor: pointer;
	background: #fff;
	margin: 4px;
	text-indent: -999px;
	border-radius: 50%;
	float: none;
  overflow: visible;
}

.topVisualBlock ul.markList li.on {
  background: #575b5e;
}

.topVisualBlock ul.markList li span {
  display: none;
  text-indent: -999px;
}

.topVisualBlock ul.markList li.on span {
  background: #638fa2;
}


/* Top Booking */
div.topBookingWrap {
  padding: 0;
  width: 100%;
  /* position: fixed; */
  top: 0;
  z-index: 100;
  height: 100%;
  /* background: var(--opa-white09); */
  display: block;
}
@media screen and (max-width: 979px){
#booking {
	padding: 0;
}
	#booking .inner {
	max-width:var(--flex-100);
}
  div.topBookingWrap {
    padding: 0;
    background: var(--darkgray);
  }
	
.bookingWrap {
	display: block;
	padding: 0;
}	
}

div.topBookingWrap div.bookingTabBlock {
  padding: 0;
  margin: 0;
  width: auto;
  background: var(--darkgray);
}

@media screen and (max-width: 979px){
	div.topBookingWrap div.bookingTabBlock ul {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
		border:none;
	}
	
	div.topBookingWrap div.bookingTabBlock ul li span {
	padding: 20px 0;
	font-size: var(--font-h6);
	}

}
div.topBookingWrap div.bookingTabBlock ul li {
  background: var(--black);
  width: auto;
  /* border-bottom: 1px solid var(
  --opa-white02); */
  position: relative;
}
div.topBookingWrap div.bookingTabBlock ul li.on {
	background: var(--darkgray);
	border: none;
}


div.topBookingWrap div.bookingGadget {
  border: none;
  margin: 0 0 0 50px;
}
@media screen and (max-width: 979px){
  div.topBookingWrap div.bookingGadget {
    border: none;
    padding: 20px;
    margin: auto;
    max-width: 600px;
  }
	
  div.topBookingWrap div.bookingGadget div.inputBlock {
    margin: 0 auto;
  }	
	
	  div.topBookingWrap div.btnWrap {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 30px);
    max-width: 600px;
    margin: 0 auto;
  }
  div.topBookingWrap div.btnWrap p {
    width: calc(50% - 7px);
  }
	
	  div.topBookingWrap div.bookingGadget div.inputBlock {
    width: 100%;
  }
	
	  div.topBookingWrap div.bookingGadget form {
    padding: 0;
  }
	
	  div.topBookingWrap div.bookingGadget form .formBlock01 ul li:last-child {
    background: none;
  }
}


div.topBookingWrap div.bookingGadget div.inputBlock {
  width: 100%;
  /* border: 1px solid var(--black); */
  padding: 0;
  box-sizing: border-box;
}
div.topBookingWrap div.bookingGadget form span {
  color: var(--opa-white09);
  font-family: var(--mn);
  /* height: 38px; */
}
div.topBookingWrap div.bookingGadget form .formBlock01 ul li:last-child {
}



/*宿泊＋航空券 */
div.bookingGadget .withAir form .formBlock01 ul li {
  width: auto;
}
div.bookingGadget .withAir form .formBlock01 ul li:first-child span {
}
div.bookingGadget .withAir form .formBlock01 ul li span {
  margin: 0;
}
@media screen and (max-width: 979px) {
  div.bookingGadget .withAir form .formBlock01 ul li span {
    margin: 0 10px 0 0;
    max-width: 70px;
  }
	
	  div.topBookingWrap div.bookingGadget .withAir form select.r {
		width: 100%;!i;!;
		margin: 0;
	}
	
	  div.topBookingWrap div.bookingGadget form button {
    width: 100%;
  }
	
	  div.topBookingWrap div.bookingGadget form .formBlock01 ul li:last-child {
    background: none;
    margin: 0;
  }
}
div.topBookingWrap div.bookingGadget .withAir form .formBlock01 ul li:last-child {
  background: none;
  padding: 0;
  width: auto;
  float: none;
}

div.topBookingWrap div.bookingGadget form button,
#modal div.bookingGadget form button{
  width: auto;
  background: var(--gold);
  font-family: var(--mn);
  font-size: var(--font-h5);
  padding: 16px 25px;
  box-sizing: border-box;
}

div.topBookingWrap div.bookingGadget form .formBlock06 {
  margin: 0;
}

div.topBookingWrap div.bookingGadget .withAir form select.r {!i;!;}


/* Special Offers */
div.section div.topRecommendBlock {
  display: none;
}
div.section div.topRecommendBlock.on {
  display: block;
}
div.section ul.topRecommendBtnList {
  text-align: center;
  margin: 0 0 50px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
}
@media screen and (max-width: 979px){
  div.section ul.topRecommendBtnList {
    margin: -15px 0 20px;
    border: none;
  }
	
	  div.section ul.topRecommendBtnList li {
    line-height: 2;
    padding: 0 10px 0 11px;
  }
}
div.section ul.topRecommendBtnList li {
  display: inline-block;
  color: #666666;
  padding: 0 10px;
}

div.section ul.topRecommendBtnList li::before {
  display: none;
}

div.section ul.topRecommendBtnList li:last-child::after {
  display: none;
}
div.section ul.topRecommendBtnList li span {
  padding: 2px 0 2px 20px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
div.section ul.topRecommendBtnList li span.on {
  color: #c9a063;
  cursor: inherit;
}
div.section ul.topRecommendBtnList li span:hover {
  color: #2b3034;
}
div.section ul.topRecommendBtnList li span.on:hover {
  color: #c9a063;
}

div.section ul.topRecommendBtnList li span.all {
  background: url(../img/common/mark_lupe_gray.svg) no-repeat 0 50%;
  background-size: 13px 13px;
}
div.section ul.topRecommendBtnList li span.all.on {
  background: url(../img/common/mark_lupe_orange.svg) no-repeat 0 50%;
  background-size: 13px 13px;
}
div.section ul.topRecommendBtnList li span.stay {
  background: url(../img/common/mark_room_gray.svg) no-repeat 0 50%;
  background-size: 15px 11px;
}
div.section ul.topRecommendBtnList li span.stay.on {
  background: url(../img/common/mark_room_orange.svg) no-repeat 0 50%;
  background-size: 15px 11px;
}
div.section ul.topRecommendBtnList li span.rest {
  background: url(../img/common/mark_eat_gray.svg) no-repeat 0 50%;
  background-size: 9px 15px;
}
div.section ul.topRecommendBtnList li span.rest.on {
  background: url(../img/common/mark_eat_orange.svg) no-repeat 0 50%;
  background-size: 9px 15px;
}
div.section ul.topRecommendBtnList li span.banq {
  background: url(../img/common/mark_grass_gray.svg) no-repeat 0 50%;
  background-size: 7px 15px;
}
div.section ul.topRecommendBtnList li span.banq.on {
  background: url(../img/common/mark_grass_orange.svg) no-repeat 0 50%;
  background-size: 7px 15px;
}
div.section ul.topRecommendBtnList li span.event {
  background: url(../img/common/mark_event_gray.svg) no-repeat 0 50%;
  background-size: 10px 15px;
}
div.section ul.topRecommendBtnList li span.event.on {
  background: url(../img/common/mark_event_orange.svg) no-repeat 0 50%;
  background-size: 10px 15px;
}

div.section ul.topRecommendBtnList li span:before {
  content: "";
  width: 130%;
  height: 3px;
  position: absolute;
  left: -10%;
  right: 0;
  bottom: -13px;
  background: #c9a063;
  transform: scaleX(0.2);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
div.section ul.topRecommendBtnList li span.on:before {
  opacity: 1;
  transform: scaleX(1);
}
@media screen and (max-width: 979px){
  div.section ul.topRecommendBtnList li span:before{
    display: none;
  }
}


/* topkindBlock */

.topkindBlock {
	position: relative;
	display: flex;
	margin: 120px auto 0;
	max-width: 1140px;
	box-sizing: border-box;
	width: 95%;
}
@media screen and (max-width: 979px){
  .topkindBlock {
    display: block;
    margin: 0;
    width: 100%;
  }
}
.topkindBlock.topkindBlock01 .textBlock {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}

.topkindBlock:nth-child(odd) .left {
    width: 45%;
}

.topkindBlock:nth-child(even) .right {
    width: 45%;
}

@media screen and (max-width: 979px){
  .topkindBlock.topkindBlock01 .textBlock {
    display: block;
  }
}

@media screen and (max-width: 979px){
  .topkindBlock.topkindBlock02 {
    margin-right: 0;
  }
}

@media screen and (max-width: 1100px){
  .topkindBlock.topkindBlock02 .right .textBlock {
    margin-left: 140px;
  }
}
@media screen and (max-width: 979px){
  .topkindBlock.topkindBlock02 .right .textBlock {
    margin-top: 0;
    margin-left: 0
  }
}
.topkindBlock.topkindBlock02 .imgPosition {
  position: absolute;
  right: -200px;
  bottom: -200px;
}
@media screen and (max-width: 979px){
  .topkindBlock.topkindBlock02 .imgPosition {
    position: static;
  }
}

.topkindBlock.topkindBlock03 .right {
}
@media screen and (max-width: 979px){
  .topkindBlock.topkindBlock03 .right {
    margin-left: 0;
    margin-top: 0;
  }
}
.topkindBlock.topkindBlock03 .right img {
}
@media screen and (max-width: 979px){
  .topkindBlock.topkindBlock03 .right img {
    margin-left: 0;
  }
}
.topkindBlock.topkindBlock04 .textBlock {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 979px){
  .topkindBlock.topkindBlock04 .textBlock {
    display: block;
  }
  .topkindBlock.topkindBlock04 .right .textBlock {
    padding-bottom: 0;
  }
}


.topkindBlock .left {
  width: 55%;
}
@media screen and (max-width: 979px){
  .topkindBlock .left,.topkindBlock:nth-child(odd) .left {
    width: 100%;
    margin: 0 auto;
  }
}
.topkindBlock .right {
  width: 55%;
}
@media screen and (max-width: 979px){
  .topkindBlock .right, .topkindBlock:nth-child(even) .right {
    width: 100%;
    margin: 0 auto;
  }
}

.topkindBlock .title {
  position: relative;
  color: #c9a063;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 2px;
}
@media screen and (max-width: 979px){
  .topkindBlock .title {
    font-size: 22px;
    line-height: 22px;
  }
}

.topkindBlock .title span {
  display: inline-block;
  width: 110px;
  height: 44px;
  position: relative;
  background: url(../img/common/mark_room_orange.svg) no-repeat 0 100%;
  background-size: 24px 18px;
}
@media screen and (max-width: 979px){
  .topkindBlock .title span {
    height: 30px;
    display: block;
    margin-bottom: 20px;
  }
}

.topkindBlock .title span.stay {
  background: url(../img/common/mark_room_orange.svg) no-repeat 0 100%;
  background-size: 24px 18px;
}
.topkindBlock .title span.rest {
  background: url(../img/common/mark_eat_orange.svg) no-repeat 0 100%;
  background-size: 16px 24px;
}
.topkindBlock .title span.banq {
  background: url(../img/common/mark_grass_orange.svg) no-repeat 0 100%;
  background-size: 12px 24px;
}
.topkindBlock .title span.spa {
  background: url(../img/common/mark_water_orange.svg) no-repeat 0 100%;
  background-size: 18px 24px;
}

.topkindBlock .title span::before {
  position: absolute;
  content: '';
  width: 44px;
  height: 1px;
  background: #c9a063;
  bottom: 0;
  left: 40px;
}
.topkindBlock .commonLink {
  margin-bottom: 0;
}

.topkindBlock .title02 {
  position: relative;
  font-size: 24px;
  letter-spacing: 2px;
}
@media screen and (max-width: 979px){
  .topkindBlock .title02 {
    font-size: 20px;
  }
}
.topkindBlock .text {
  line-height: 2.5;
}
@media screen and (max-width: 979px){
  .topkindBlock .text {
    font-size: 13px;
  }
}
.topkindBlock .textBlock {
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 0 5% 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 979px){
  .topkindBlock .textBlock {
    width: 100%;
    margin: 0;
    padding: 20px 15px 40px;
    box-sizing: border-box;
  }
}


.topkindBlock .left img {
    margin: 0;
    display: block;
    box-sizing: border-box;
    max-width: 100%;
}
.topkindBlock .right img {
    margin: 0;
    display: block;
    box-sizing: border-box;
    max-width: 100%;
}
.topkindBlock .right .textBlock {
    text-align: left;
    margin: 0 auto;
    padding: 0 0 0 10%;
    box-sizing: border-box;
}
@media screen and (max-width: 979px){
  .topkindBlock .right .textBlock {
    width: 100%;
    margin: 0;
		padding: 40px 15px;
    box-sizing: border-box;
  }
}

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





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

.sightseeingflex {
	display: flex;
	justify-content: space-between;
}

.sightseeingflex a {
	width: 49%;
}

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

/* BUTTON */

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.orange a {
	background: #c9a063 url(../img/common/vector_line_right_white.svg) no-repeat 92% 50%;
  background-size: 4px 7px;
}

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

p.commonLink.transparent a {
	background: rgba(0,0,0,0.0) url(../img/common/vector_line_right_white.svg) no-repeat 92% 50%;
  background-size: 4px 7px;
  border: 1px solid #fff;
  padding: 9px 10px 10px 10px;
}
p.commonLink.brown.blank a {
	background: #412210 url(../img/common/mark_blank.svg) no-repeat 92% 50%;
  background-size: 13px 13px;
}

p.commonLink.white a {
  color: #303337!important;
  background: #fff url(../img/common/vector_line_right_gray.svg) no-repeat 92% 50%;
  background-size: 4px 7px;
  border: 1px solid #303337;
  padding: 9px 10px 10px 10px;
}
p.commonLink.white a:hover {
  color: #fff!important;
  background: #303337 url(../img/common/vector_line_right_white.svg) no-repeat 92% 50%;
  background-size: 4px 7px;
}
p.commonLink.more a {
	display: block;
	color: #34363a!important;
	background: rgba(0,0,0,0.0) url(../img/common/vector_small_bottom_darkGray.svg) no-repeat 92% 50%;
  background-size: 7px 4px;
  padding: 10px;
	text-decoration: none!important;
	transition: all 0.2s ease;
  border: 1px solid #34363a;
  padding: 9px 10px 10px 10px;
}
p.commonLink.more a:hover {
  color: #fff!important;
  background: #303337 url(../img/common/vector_small_bottom_white.svg) no-repeat 92% 50%;
  background-size: 7px 4px;
  border: 1px solid #303337;
}

p.commonLink a span.pdf {
	background: url(../img/common/mark_pdf_white.svg) no-repeat 100% 50%;
  background-size: 10px 11px;
  padding: 0 20px 0 0;
  box-sizing: border-box;
}

p.commonLink.back {
	width: 100%;
	max-width: 293px;
	text-align: center;
}
@media screen and (max-width: 979px) {
	p.commonLink.back {
		max-width: 100%;
	}
}
p.commonLink.back a {
	background: #7e8082 url(../img/common/vector_line_left_white.svg) no-repeat 8% 50%;
  background-size: 4px 7px;
}



/* PANKUZU */

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 {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    display: flex;
    height: 100%;
    text-align: center;
    padding: 8px 10px;
    font-size: 10px;
  }
}
ul.breadcrumbs a,
div.section ul.breadcrumbs a {
  color: #3d3d3d;
	text-decoration: underline;
}
@media screen and (max-width: 979px) {
  ul.breadcrumbs a,
  div.section ul.breadcrumbs a {
    font-size: 10px;
  }
}
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;
}


/* SNB NAVGATION */

.subnav {
  width: 100%;
  background: #412210;
}
@media screen and (max-width: 979px) {
  .subnav {
  }
}

.subnav .inner {
  width: 90%;
	margin: 0 5% 0;
  padding: 14px 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 979px) {
  .subnav .inner {
    width: 100%;
  	margin: 0;
    padding: 0;
  }
  .subnav .puldown {
    position: relative;
    display: block;
    width: 90%;
    background: url(../img/common/vector_small_bottom_white.svg) no-repeat 100% 50%;
    background-size: 12px 6px;
    text-align: center;
    color: #fff;
    margin: auto;
    padding: 8px 15px;
    box-sizing: border-box;
    font-size: 13px;
  }
  .subnav .puldown.on {
    background: url(../img/common/vector_small_top_white.svg) no-repeat 100% 50%;
    background-size: 12px 6px;
  }
}
@media screen and (max-width: 979px) {
  .subnav .spInner {
    display: none;
  }
}

.subnav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 979px) {
  .subnav ul {
    justify-content: flex-start;
    border-top: 1px solid #4b2e1d;
  }
}
.subnav ul li {
  display: inline-block;
}
@media screen and (max-width: 979px) {
  .subnav ul li {
    display: block;
    width: 50%;
    border-bottom: 1px solid #4b2e1d;
    box-sizing: border-box;
  }
  .subnav ul li:nth-child(odd) {
    border-right: 1px solid #4b2e1d;
  }
}

.subnav ul li a {
  display: block;
  font-size: 14px;
  color: #ffffff;
}
@media screen and (max-width: 979px) {
  .subnav ul li a {
    font-size: 13px;
  }
}
.subnav ul li a:hover {
  text-decoration: underline;
}

.subnav ul li.active a {
  color: #c9a063;
}
.subnav ul li a span {
  padding: 2px 20px;
  display: block;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 979px) {
  .subnav ul li a span {
    padding: 8px 4px;
  }
  .subnav ul li.line02 a span {
    padding: 20px 4px;
  }
  .subnav ul li:last-child a span {
    border-bottom: none;
  }

}




/* 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: 26px;
	}
}
div.h1Wrap p.lead {
	font-size: 15px;
	padding: 30px 0 0;
}


div.h1Wrap.withImg {
	position: relative;
	overflow: hidden;
}
div.h1Wrap.withImg div.inner {
	position: absolute;
	width: 90%;
	height: 100%;
	left: 5%;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
div.h1Wrap.withImg h1 {
	color: #FFF;
  font-size: 32px;
	line-height: 1.5;
}
@media screen and (max-width: 979px){
	div.h1Wrap.withImg h1 {
		font-size: 26px;
	}
}
div.h1Wrap.withImg p.lead {
	color: #FFF;
}
div.h1Wrap.withImg p.checkIn {
	position: absolute;
	right: 20px;
	bottom: 20px;
	text-align: right;
}
@media screen and (max-width: 979px){
	div.h1Wrap.withImg p.checkIn {
		right: 0;
		left: 0;
    bottom: 10px;
		text-align: center;
		margin: 0 auto;
	}
}
div.h1Wrap.withImg p.checkIn span {
	padding: 0 25px;
	display: inline-block;
	line-height: 28px;
	border-radius: 14px;
	background: #FFF;
	font-size: 12px;
}

div.h1Wrap.withImg ul.breadcrumbs {
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  color: #fff;
}
div.h1Wrap.withImg ul.breadcrumbs a {
  color: #fff;
}
div.h1Wrap.withImg ul.breadcrumbs li {
  background: url(../img/common/breadcrumbs_page_white.svg) no-repeat 0px 3px;
  background-size: 12px 12px;
}
div.h1Wrap.withImg ul.breadcrumbs li:first-child {
  background-image: none;
}

div.h1Wrap.withOutImg {
	padding: 0 0 25px;
}
@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;
	}
}




div.section div.h1SlideWrap {
  padding: 50px 0 0;
}
@media screen and (max-width: 979px) {
  div.section div.h1SlideWrap {
    padding: 40px 0 0;
  }
}

div.h1Wrap.h1SlideWrap h1 {
	padding: 0 0 55px;
	text-align: center;
}
@media screen and (max-width: 979px) {
  div.h1Wrap.h1SlideWrap h1 {
		padding: 5px 0 40px;
	}
}
div.h1Wrap.h1SlideWrap p.lead {
	margin: 0 auto 40px;
  padding: 40px 0 0;
  width: 90%;
}
@media screen and (max-width: 979px) {
	div.h1Wrap.h1SlideWrap p.lead {
		margin: -10px auto 30px;
    padding: 30px 0 0;
	}
}

div.section div.h1Slide {
	position: relative;
	padding: 0;
	_zoom: 1;
	overflow: hidden;
  margin: 0;
}
@media screen and (max-width: 979px) {
	div.section div.h1Slide {
		width: 100%;
		margin: 0;
	}
}
div.section div.h1Slide ul {
	overflow: hidden;
	margin: 0;
}
@media screen and (max-width: 979px) {
	div.section div.h1Slide ul {
    width: 100%;
	}
}
div.section div.h1Slide ul .slick-track {
  margin: 0 auto;
}


div.section div.h1Slide ul li {
	float: left;
	padding: 0;
	width: 100%;
	_zoom: 1;
	overflow: hidden;
}
@media screen and (max-width: 979px) {
	div.section div.h1Slide ul li {
    max-width: inherit;
		width: 100%;
	}
}
div.section div.h1Slide ul li::before {
	display: none;
}
div.section div.h1Slide ul p.img {
	margin: 0 0 0;
}
div.section div.h1Slide ul p.img img {
  width: 100%;
}

div.section div.h1Slide ul.slick-dots {
  text-align: center;
  padding: 0;
  margin: 0;
  float: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: 0 auto;
  width: 140px;
}
@media screen and (max-width: 979px) {
	div.section div.h1Slide ul.slick-dots {
    margin: 20px auto;
    position: static;
	}
}
div.section div.h1Slide ul.slick-dots li {
  position: relative;
	display: inline-block;
	width: 6px;
	height: 6px;
  padding: 0;
	cursor: pointer;
	background: #fff;
	margin: 4px;
	text-indent: -999px;
	border-radius: 50%;
	float: none;
  overflow: visible;
}
@media screen and (max-width: 979px) {
  div.section div.h1Slide ul.slick-dots li {
    background: #b3b3b3;
  }
}
div.section div.h1Slide ul.slick-dots li.slick-active {
  background: #575b5e;
}

div.section div.h1Slide ul.slick-dots li button {
  display: none;
  text-indent: -999px;
}


div.section div.h1Slide .slick-next,
div.section div.h1Slide .slick-prev {
  display: none;
  text-indent: -999px;
  overflow: hidden;
  z-index: 1;
}

div.section div.h1Slide .slick-next,
div.section div.h1Slide .slick-prev {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  margin: auto;
  background: url(../img/common/vector_line_left_white.svg) no-repeat 50% 50%;
  background-size: 9px 15px;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 979px) {
  div.section div.h1Slide .slick-next,
  div.section div.h1Slide .slick-prev {
    background: url(../img/common/vector_line_left_gray.svg) no-repeat 50% 50%;
    background-size: 9px 15px;
  }
}
div.section div.h1Slide .slick-prev {
  right: 160px;
}
div.section div.h1Slide .slick-next {
  background: url(../img/common/vector_line_right_white.svg) no-repeat 50% 50%;
  background-size: 9px 15px;
  left: 160px;
}
@media screen and (max-width: 979px) {
  div.section div.h1Slide .slick-next {
    background: url(../img/common/vector_line_right_gray.svg) no-repeat 50% 50%;
    background-size: 9px 15px;
  }
}



/* 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 40px;
	}
}

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 h2 {
	text-align: center;
	margin: 0 0 35px;
	font-size: 30px;
  line-height: 30px;
	position: relative;
}
@media screen and (max-width: 979px){
	div.section h2 {
		margin: 0 0 30px;
		font-size: 28px;
	}
}

div.section .h2Lead {
  text-align: center;
	margin: -20px 0 35px;
  font-size: 15px;
}
@media screen and (max-width: 979px){
  div.section .h2Lead {
    text-align: center;
  	margin: -15px 0 30px;
    font-size: 15px;
  }
}


div.section h3 {
	text-align: center;
	margin: 0 0 35px;
	font-size: 24px;
}
@media screen and (max-width: 979px){
	div.section h3 {
		margin: 0 0 30px;
		font-size: 18px;
	}
}
div.section h3.orange {
	color: #c9a063;
}
div.section h3 span {
  font-size: 21px;
  display: block;
  color: #c9a063;
  margin-bottom: 10px;
}


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: #4c4c4c;
	border: 1px solid #5a5a5a;
}
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;
}


/* Special Offers */
div.section div.specialList {
	position: relative;
	padding: 0;
	_zoom: 1;
	overflow: hidden;
}
@media screen and (max-width: 979px){
	div.section div.specialList {
		width: 100%;
		margin: 0;
	}
}
div.section div.specialList ul {
	overflow: hidden;
	margin: 0;
}
@media screen and (max-width: 979px){
	div.section div.specialList ul {
    width: 100%;
	}
}
div.section div.specialList ul .slick-track {
  margin: 0 auto;
}


div.section div.specialList ul li {
	float: left;
	padding: 0 10px;
	width: 310px;
	_zoom: 1;
	overflow: hidden;
	margin: 0 0 20px;
}
@media screen and (max-width: 979px){
	div.section div.specialList ul li {
    max-width: inherit;
		padding: 0 5px;
		width: 100vw
	}
}
div.section div.specialList ul li::before {
	display: none;
}
div.section div.specialList ul a {
	display: block;
	color: #2b3034;
	text-decoration: none;
}
div.section div.specialList ul div.imgBlock {
  position: relative;
	margin: 0;
}
div.section div.specialList ul div.imgBlock img {
  width: 100%;
  height: 194px;
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
div.section div.specialList ul div.imgBlock div.categoryImg {
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 50%;
  padding: 20px;
  box-sizing: border-box;
}
div.section div.specialList ul div.imgBlock div.categoryImg.stay,
div.section div.specialList ul div.imgBlock div.categoryImg.stayplan {
  background: #fff url(../img/common/mark_room_orange.svg) no-repeat 50% 50%;
  background-size: 15px 11px;
}
div.section div.specialList ul div.imgBlock div.categoryImg.rest,
div.section div.specialList ul div.imgBlock div.categoryImg.store01_menu01,
div.section div.specialList ul div.imgBlock div.categoryImg.store02_menu01,
div.section div.specialList ul div.imgBlock div.categoryImg.store03_menu01 {
  background: #fff url(../img/common/mark_eat_orange.svg) no-repeat 50% 50%;
  background-size: 9px 15px;
}
div.section div.specialList ul div.imgBlock div.categoryImg.banq,
div.section div.specialList ul div.imgBlock div.categoryImg.banquet {
  background: #fff url(../img/common/mark_grass_orange.svg) no-repeat 50% 50%;
  background-size: 7px 15px;
}
div.section div.specialList ul div.imgBlock div.categoryImg.event {
  background: #fff url(../img/common/mark_event_orange.svg) no-repeat 50% 50%;
  background-size: 10px 15px;
}

div.section div.specialList ul div.categoryText {
  margin-bottom: 10px;
  color: #ddd;
}
@media screen and (max-width: 979px) {
  div.section div.specialList ul div.categoryText {
    margin-bottom: 10px;
    color: #ddd;
    width: 100%;
  }
}
div.section div.specialList ul div.categoryText span {
  position: relative;
  font-size: 14px;
  display: inline-block;
  color: #c9a063;
}
div.section div.specialList ul div.categoryText span + span {
  margin: 0 0 0 10px;
}


div.section div.specialList ul div.categoryText span.categoryStore {
  color: #808080;
}

div.section div.specialList ul div.imgBlock div.categoryTextMenu {
  position: absolute;
  top: 0;
  left: 0;
  background: #e9e5e1;
  color: #515457;
  padding: 0 15px;
  box-sizing: border-box;
}
div.section div.specialList ul div.imgBlock div.categoryTextMenu span {
  position: relative;
  display: inline-block;
  font-size: 12px;
}
div.section div.specialList ul div.imgBlock div.categoryTextMenu span + span {
  padding: 0 0 0 25px;
}
div.section div.specialList ul div.imgBlock div.categoryTextMenu span + span::before {
  content: '|';
  position: absolute;
  left: 0;
  padding: 0 10px;
}


div.section div.specialList ul div.textBlock {
  position: relative;
  padding: 20px 20px 30px;
  box-sizing: border-box;
  background: #fff;
}
div.section div.specialList ul div.textBlock p.title {
	margin: 0;
  font-weight: bold;
}
div.section div.specialList ul div.textBlock p.text {
	margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px solid #f2f2f5;
  color: #808080;
  font-size: 12px;
}
div.section div.specialList ul div.textBlock p.text span {
  display: inline-block;
  font-weight: bold;
  color: #2b3034;
  margin: 0 0 5px;
}

div.section div.specialList ul div.textBlock p.linkBtn {
  width: 100%;
	text-align: center;
  display: block;
	color: #FFF!important;
  background: #808080 url(../img/common/vector_line_right_white.svg) no-repeat 92% 50%;
  background-size: 4px 7px;
  padding: 10px 10px 11px 10px;
  box-sizing: border-box;
  margin: 10px 0 0;
}
@media screen and (max-width: 979px) {
  div.section div.specialList ul div.textBlock p.linkBtn {
  }
}
div.section div.specialList ul.slick-dots {
  text-align: center;
  padding: 0;
  margin: 30px auto 0;
  width: 140px;
  float: none;
}
@media screen and (max-width: 979px) {
	div.section div.specialList ul.slick-dots {
    margin: 20px auto;
	}
}
div.section div.specialList ul.slick-dots li {
  position: relative;
	display: inline-block;
	width: 6px;
	height: 6px;
  padding: 0;
	cursor: pointer;
	background: #b3b3b3;
	margin: 4px;
	text-indent: -999px;
	border-radius: 50%;
	float: none;
  overflow: visible;
}

div.section div.specialList ul.slick-dots li.slick-active {
  background: #575b5e;
}

div.section div.specialList ul.slick-dots li button {
  display: none;
  text-indent: -999px;
}
div.section div.specialList .slick-next,
div.section div.specialList .slick-prev {
  display: none;
  text-indent: -999px;
  overflow: hidden;
  z-index: 1;
}

div.section div.specialList .slick-next,
div.section div.specialList .slick-prev {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  margin: auto;
  background: url(../../img/common/vector_line_left_gray.svg) no-repeat 50% 50%;
  background-size: 9px 15px;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 979px) {
  div.section div.specialList .slick-next,
  div.section div.specialList .slick-prev {
    bottom: 25px;
  }
}
div.section div.specialList .slick-prev {
  right: 160px;
}
div.section div.specialList .slick-next {
  background: url(../../img/common/vector_line_right_gray.svg) no-repeat 50% 50%;
  background-size: 9px 15px;
  left: 160px;
}



/* Special Offers */
div.section div.recommendBlock {
  display: none;
}
div.section div.recommendBlock.on {
  display: block;
}
div.section ul.recommendBtnList {
  text-align: center;
  margin: 0 0 50px;
  padding-bottom: 10px;
}
@media screen and (max-width: 979px) {
  div.section ul.recommendBtnList {
    margin: -15px 0 20px;
    border: none;
  }
}
div.section ul.recommendBtnList li {
  display: inline-block;
  color: #666666;
  padding: 0;
}
@media screen and (max-width: 979px) {
  div.section ul.recommendBtnList li {
    line-height: 2;
  }
}
div.section ul.recommendBtnList li::before {
  display: none;
}

div.section ul.recommendBtnList li::after {
  content: "/";
  padding: 0 10px 0 12px;
  position: relative;
}
@media screen and (max-width: 979px) {
  div.section ul.recommendBtnList li::after {
    padding: 0 10px 0 11px;
  }
}
div.section ul.recommendBtnList li:last-child::after {
  display: none;
}

div.section ul.recommendBtnList li span {
  padding: 0;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  text-decoration: underline;
}
div.section ul.recommendBtnList li span.on {
  color: #c9a063;
  cursor: inherit;
  text-decoration: none;
}
div.section ul.recommendBtnList li span:hover {
  color: #2b3034;
}
div.section ul.recommendBtnList li span.on:hover {
	color: #c9a063;
}

div.section.reccomend div.inner {
  padding: 60px 0 50px;
}
@media screen and (max-width: 979px) {
  div.section.reccomend div.inner {
    padding: 40px 15px;
  }
}
div.section.reccomend .listlink {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
}
@media screen and (max-width: 979px) {
  div.section.reccomend .listlink {
    position: static;
    text-align: center;
    margin: 0;
    padding: 0;
  }
}
div.section.reccomend .listlink.tabNone {
  bottom: 0;
}
div.section.reccomend .listlink a {
  color: #666666;
  padding: 1px 0 1px 30px;
  background: url(../img/common/mark_list_gray.svg) no-repeat 0 50%;
  background-size: 16px 16px;
  text-decoration: none;
}

@media screen and (max-width: 979px) {
  div.section.reccomend h2 {
    font-size: 30px;
    margin: 0 0 35px;
  }
  div.section.reccomend h3 {
    font-size: 22px;
  }
}






/* PLAN INDEX DETAIL */

div.section div.planBlock {
  display: none;
}
div.section div.planBlock.on {
  display: block;
}
div.section ul.planBtnList {
  text-align: center;
  margin: 0 0 50px;
  padding-bottom: 10px;
}
@media screen and (max-width: 979px) {
  div.section ul.planBtnList {
    margin: -15px 0 20px;
    border: none;
  }
}
div.section ul.planBtnList li {
  display: inline-block;
  color: #666666;
  padding: 0;
}
@media screen and (max-width: 979px) {
  div.section ul.planBtnList li {
    line-height: 2;
  }
}
div.section ul.planBtnList li::before {
  display: none;
}

div.section ul.planBtnList li::after {
  content: "/";
  padding: 0 10px 0 12px;
  position: relative;
}
@media screen and (max-width: 979px) {
  div.section ul.planBtnList li::after {
    padding: 0 10px 0 11px;
  }
}
div.section ul.planBtnList li:last-child::after {
  display: none;
}
div.section ul.planBtnList li span {
  padding: 0;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  text-decoration: underline;
}
div.section ul.planBtnList li span.on {
  color: #c9a063;
  cursor: inherit;
  text-decoration: none;
}
div.section ul.planBtnList li span:hover {
  color: #2b3034;
}
div.section ul.planBtnList li span.on:hover {
	color: #c9a063;
}

/* plan index detail 共通 */
div.section div.planWrap .topFixWrap .dateText {
  margin-bottom: 10px;
  color: #ddd;
}
@media screen and (max-width: 979px) {
  div.section div.planWrap .topFixWrap .dateText {
    margin-bottom: 10px;
    color: #ddd;
    width: 100%;
  }
}
div.section div.planWrap .topFixWrap .dateText .category {
  position: relative;
  color: #c9a063;
}
div.section div.planWrap .topFixWrap .dateText .category::before {
  content: "|";
  padding: 0 10px 0 0;
  position: relative;
}
@media screen and (max-width: 979px) {
  div.section div.planWrap .topFixWrap .dateText .category::before {
    padding: 0 10px 0 0;
  }
}
div.section div.planWrap .topFixWrap .dateText .category::after {
  content: "|";
  padding: 0 10px 0 10px;
  position: relative;
}
@media screen and (max-width: 979px) {
  div.section div.planWrap .topFixWrap .dateText .category::after {
		padding: 0 10px 0 10px;
  }
}
div.section div.planWrap .topFixWrap .dateText .category + .category::before {
  display: none;
}
div.section div.planWrap .topFixWrap .title {
  font-size: 18px;
  margin-bottom: 20px;
}
@media screen and (max-width: 979px) {
  div.section div.planWrap .topFixWrap .title {
    font-size: 16px;
  }
}
div.section div.planWrap .topFixWrap .text {
  font-size: 12px;
  color: #808080;
  margin-bottom: 0;
  max-height: 120px;
  overflow: hidden;
}
div.section div.planWrap .priceWrap {
	display: flex;
	flex-wrap: wrap;
  margin: 30px 0;
  padding: 20px;
  box-sizing: border-box;
  background: #fbfaf9;
  border: 1px solid #dfe0df
}
@media screen and (max-width: 979px) {
	div.section div.planWrap .priceWrap {
		display: block;
	}
}

div.section div.planWrap .priceWrap {
	display: block;
  margin: 30px 0;
  padding: 0;
  box-sizing: border-box;
  background: none;
  border: none;
}
@media screen and (max-width: 979px) {
	div.section div.planWrap .priceWrap {
		display: block;
	}
}
div.section div.planWrap .priceWrap ul {
	width: 45%;
	margin: 10px 0;
}
@media screen and (max-width: 979px) {
	div.section div.planWrap .priceWrap ul {
		width: 100%;
		margin: 0;
	}
}
div.section div.planWrap .priceWrap ul:last-child {
  margin-left: 10%;
}
@media screen and (max-width: 979px) {
  div.section div.planWrap .priceWrap ul:last-child {
    margin: 0;
  }
}
div.section div.planWrap .priceWrap ul li {
	width: 100%;
	padding: 0;
  color: #515457;
}
div.section div.planWrap .priceWrap ul li::before {
	display: none;
}
div.section div.planWrap .priceWrap p {
	margin: 0;
}

div.section div.planWrap .btnWrap {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 979px) {
  div.section div.planWrap .btnWrap {
    display: block;
  }
}
div.section div.planWrap .btnWrap p.commonLink {
  margin-bottom: 0;
}
@media screen and (max-width: 979px) {
  div.section div.planWrap .btnWrap p.commonLink {
    margin-bottom: 5px;
  }
}
div.section div.planWrap .btnWrap p.commonLink + p.commonLink {
  margin-left: 5px;
}
@media screen and (max-width: 979px) {
  div.section div.planWrap .btnWrap p.commonLink + p.commonLink {
    margin-left: 0;
	}
}

div.section div.planWrap p.commonLink.back {
  max-width: 254px;
}
@media screen and (max-width: 979px) {
  div.section div.planWrap p.commonLink.back {
    max-width: 100%;
  }
}



/* plan index detail 共通 */

div.section div.planBox {
  position: relative;
  padding: 60px 40px;
  box-sizing: border-box;
  margin: 30px 0;
  background: #fff;
}
@media screen and (max-width: 979px) {
  div.section div.planBox {
    padding: 40px 15px;
    margin: 30px 0;
  }
}
div.section div.planBox:last-child {
  margin-bottom: 0;
}
div.section div.planBox .topFixWrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 979px) {
  div.section div.planBox .topFixWrap {
    display: block;
  }
}
div.section div.planBox .topFixWrap .imgBlock {
  width: 35%;
  margin-right: 5%;
}
@media screen and (max-width: 979px) {
  div.section div.planBox .topFixWrap .imgBlock {
    width: 100%;
    margin-right: 0;
  }
}
div.section div.planBox .topFixWrap .textBox {
  width: 60%;
}
@media screen and (max-width: 979px) {
  div.section div.planBox .topFixWrap .textBox {
    width: 100%;
  }
}
div.section div.planBox .topFixWrap .imgBlock img {
  width: 100%;
}
@media screen and (max-width: 979px) {
  div.section div.planBox .topFixWrap .imgBlock img {
    margin-bottom: 20px;
  }
}

/* plan detail */

div.section div.planDetailWrap .topFixWrap {
	background: #fff;
  display: flex;
  justify-content: space-between;
	margin: 0 0 30px;
}
@media screen and (max-width: 979px) {
  div.section div.planDetailWrap .topFixWrap {
    display: block;
  }
}
div.section div.planDetailWrap .topFixWrap .imgBlock {
  width: 38%;
}
@media screen and (max-width: 979px) {
  div.section div.planDetailWrap .topFixWrap .imgBlock {
    width: 100%;
    margin: 0 0 10px;
  }
}
div.section div.planDetailWrap .topFixWrap .textBox {
  width: 62%;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	padding: 0 60px;
	box-sizing: border-box;
}
@media screen and (max-width: 979px) {
  div.section div.planDetailWrap .topFixWrap .textBox {
    width: 100%;
		padding: 0 20px 20px 20px;
  }
}

div.section div.planDetailWrap .topFixWrap .textBox .title {
  width: 100%;
  font-size: 24px;
  margin: 0;
}
@media screen and (max-width: 979px) {
  div.section div.planDetailWrap .topFixWrap .textBox .title {
    font-size: 16px;
  }
}


div.section div.planDetailWrap div.planSlideBlock {
	position: relative;
	padding: 0;
	_zoom: 1;
	overflow: hidden;
  margin: 0;
}
@media screen and (max-width: 979px) {
  div.section div.planDetailWrap div.planSlideBlock {
		width: 100%;
		margin: 0;
	}
}
div.section div.planDetailWrap div.planSlideBlock ul {
	overflow: hidden;
	margin: 0;
}
@media screen and (max-width: 979px) {
	div.section div.planDetailWrap div.planSlideBlock ul {
    width: 100%;
	}
}
div.section div.planDetailWrap div.planSlideBlock ul .slick-track {
  margin: 0 auto;
}

div.section div.planDetailWrap div.planSlideBlock ul li {
	float: left;
	padding: 0;
	width: 100%;
	_zoom: 1;
	overflow: hidden;
}
@media screen and (max-width: 979px) {
	div.section div.planDetailWrap div.planSlideBlock ul li {
    max-width: inherit;
		width: 100%;
	}
}
div.section div.planDetailWrap div.planSlideBlock ul li::before {
	display: none;
}
div.section div.planDetailWrap div.planSlideBlock ul p.img {
	margin: 0 0 0;
}
div.section div.planDetailWrap div.planSlideBlock ul p.img img {
  width: 100%;
}

div.section div.planDetailWrap div.planSlideBlock ul.slick-dots {
  position: absolute;
	bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0;
  float: none;
  margin: 10px auto;
  width: 140px;

}
@media screen and (max-width: 979px) {
	div.section div.planDetailWrap div.planSlideBlock ul.slick-dots {
		position: static;
    margin: 20px auto;
	}
}
div.section div.planDetailWrap div.planSlideBlock ul.slick-dots li {
  position: relative;
	display: inline-block;
	width: 6px;
	height: 6px;
  padding: 0;
	cursor: pointer;
	background: #fff;
	margin: 4px;
	text-indent: -999px;
	border-radius: 50%;
	float: none;
  overflow: visible;
}
@media screen and (max-width: 979px) {
	div.section div.planDetailWrap div.planSlideBlock ul.slick-dots li {
		background: #b3b3b3;
	}
}
div.section div.planDetailWrap div.planSlideBlock ul.slick-dots li.slick-active {
  background: #575b5e;
}

div.section div.planDetailWrap div.planSlideBlock ul.slick-dots li button {
  display: none;
  text-indent: -999px;
}

div.section div.planDetailWrap div.planSlideBlock .slick-next,
div.section div.planDetailWrap div.planSlideBlock .slick-prev {
  display: none;
  text-indent: -999px;
  overflow: hidden;
  z-index: 1;
}

div.section div.planDetailWrap div.planSlideBlock .slick-next,
div.section div.planDetailWrap div.planSlideBlock .slick-prev {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  margin: auto;
  background: url(../img/common/vector_line_left_white.svg) no-repeat 50% 50%;
  background-size: 9px 15px;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 979px) {
  div.section div.planDetailWrap div.planSlideBlock .slick-next,
  div.section div.planDetailWrap div.planSlideBlock .slick-prev {
    background: url(../img/common/vector_line_left_gray.svg) no-repeat 50% 50%;
    background-size: 9px 15px;
    bottom: 25px;
  }
}
div.section div.planDetailWrap div.planSlideBlock .slick-prev {
  right: 160px;
}
div.section div.planDetailWrap div.planSlideBlock .slick-next {
  background: url(../img/common/vector_line_right_white.svg) no-repeat 50% 50%;
  background-size: 9px 15px;
  left: 160px;
}
@media screen and (max-width: 979px) {
  div.section div.planDetailWrap div.planSlideBlock .slick-next {
    background: url(../img/common/vector_line_right_gray.svg) no-repeat 50% 50%;
    background-size: 9px 15px;
  }
}

div.section div.planDetailWrap div.planDetailWhiteBox {
  padding: 60px 40px;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 979px) {
	div.section div.planDetailWrap div.planDetailWhiteBox {
    padding: 40px 15px;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 30px;
  }
}
div.section div.planDetailWrap div.planDetailWhiteBox p {
	margin: 0;
  word-wrap: break-word;
}
div.section div.planDetailWrap div.planDetailWhiteBox p + p {
	margin: 30px 0 0;
}

div.section div.planDetailWrap .btnWrap {
	margin: 30px 0;
}
div.section div.planDetailWrap .priceWrap {
	margin: 30px 0 0 0;
}




/* SHARE BTN LIST */
div.section ul.shareSnsList {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #dfe0df;
}
@media screen and (max-width: 979px){
  div.section ul.shareSnsList {
    width: 100%;
    padding: 10px;
  }
}
div.section ul.shareSnsList.bgGray {
  background: #e6e6e6;
  border: none;
}

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;
}

/* PAGER */

div.section ul.pagerList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 30px 0;
}
@media screen and (max-width: 979px){
  div.section ul.pagerList {
  }
}
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: #c9a063;
}
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;
  }
}

div.section p.note01 {
  font-size: 12px;
  margin: 40px 0;
  color: #808080;
}
@media screen and (max-width: 979px) {
  div.section p.note01 {
    margin: 30px 0;
  }
}
div.section p.note01 a {
  font-size: 12px;
  color: #808080;
}

div.section p.note02 {
  font-size: 12px;
  margin: 0;
  color: #808080;
}
div.section p.note02 a {
  color: #808080;
}
div.section p.note02.right {
  text-align: right;
}
@media screen and (max-width: 979px){
  div.section p.note02.right {
    text-align: left
  }
}


/* BIG BANNER */
div.section.bigBanner {
	position: relative;
	background: #111;
	overflow: hidden;
}
div.section.bigBanner div.inside {
	position: absolute;
	width: 90%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 5%;
	top: 0;
}
@media screen and (max-width: 979px){
	div.section.bigBanner div.inside {
		width: 100%;
		height: 100%;
		left: 0;
		padding: 0 15px;
		box-sizing: border-box;
	}
}
div.section.bigBanner a {
	color: #FFF;
	display: block;
}
div.section.bigBanner a .title {
	color: #FFF;
	font-size: 24px;
  letter-spacing: 4px;
	margin: 0 0 30px;
}
@media screen and (max-width: 979px){
  div.section.bigBanner a h2 {
  }
}
div.section.bigBanner a p {
	color: #FFF;
}
div.section.bigBanner a p.link {
	margin: 0;
	width: 100%;
	max-width: 254px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 979px){
	div.section.bigBanner a p.link {
		max-width: 100%;
	}
}
div.section.bigBanner a p.link span {
	display: block;
	padding: 9px 10px 10px 10px;
	border: 1px solid #FFF;
  background: url(../img/common/vector_line_right_white.svg) no-repeat 92% 50%;
  background-size: 4px 7px;
	transition: all 0.3s ease;
}
div.section.bigBanner a p.bestRate {
	position: absolute;
	width: 125px;
	height: 125px;
	right: 25px;
	top: 25px;
}
@media screen and (max-width: 979px){
	div.section.bigBanner a p.bestRate {
		width: 90px;
		height: 90px;
		right: 10px;
		top: 10px;
	}
	div.section.bigBanner a p.bestRate img {
		width: 90px;
		height: 90px;
	}
}
div.section.bigBanner a p.img {
	transition: all 0.7s ease;
	margin: 0;
}
div.section.bigBanner a:hover p.img {
	opacity: 0.8;
	transform: scale(1.04);
}
@media screen and (max-width: 979px){
	div.section.bigBanner a:hover p.img {
		opacity: 1;
		transform: scale(1);
	}
}
div.section.bigBanner a:hover p.link span {
  background: #fff url(../img/common/vector_line_right_black.svg) no-repeat 92% 50%;
  background-size: 4px 7px;
  color: #2b3034;
}


/* w100Banner */
div.section.w100Banner .inner {
  padding: 100px 0 20px;
}
@media screen and (max-width: 979px){
  div.section.w100Banner .inner {
    padding: 40px 15px 0;
  }
}

div.section.w100Banner .inner a {
  display: block;
}
div.section.w100Banner .inner a + a {
  margin-top: 20px;
}


/* w100Banner */
div.section.w100Banner .inner ul.harfBannerList {
  display: flex;
  justify-content: center;
  margin: 20px 0 0;
}
@media screen and (max-width: 979px){
  div.section.w100Banner .inner ul.harfBannerList {
    display: block;
  }
}
div.section.w100Banner .inner ul.harfBannerList li {
  width: 480px;
  padding: 0;
}
@media screen and (max-width: 979px){
  div.section.w100Banner .inner ul.harfBannerList li {
    width: 100%;
  }
}
div.section.w100Banner .inner ul.harfBannerList li::before {
  display: none;
}

div.section.w100Banner .inner ul.harfBannerList li:first-child {
  margin-right: 20px;
}
@media screen and (max-width: 979px){
  div.section.w100Banner .inner ul.harfBannerList li:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}



/* BOX LIST */
div.section div.boxList {
  overflow: hidden;
  padding: 30px 0;
}
@media screen and (max-width: 979px){
	div.section div.boxList {
		display: block;
    padding: 0;
	}
}
div.section div.boxList div.block {
  float: left;
	background: #FFF;
	margin: 0 0 30px;
	width: 48%;
  margin: 0 4% 0 0;
}
@media screen and (max-width: 979px){
	div.section div.boxList div.block {
		margin: 0 0 30px;
		width: 100%;
	}
}
div.section div.boxList div.block:nth-child(2) {
  margin: 15% 0 0 0;
}
@media screen and (max-width: 979px){
  div.section div.boxList div.block:nth-child(2) {
		margin: 0 0 30px;
	}
}
div.section div.boxList.noneMargin {
  display: flex;
}
@media screen and (max-width: 979px){
  div.section div.boxList.noneMargin {
    display: block;
  }
}
div.section div.boxList.noneMargin div.block:nth-child(2) {
  margin: 0;
}
@media screen and (max-width: 979px){
  div.section div.boxList.noneMargin div.block:nth-child(2) {
    margin: 0 0 30px;
  }
}


div.section div.boxList div.inside {
	text-align: left;
	padding: 0 50px 15px;
}
@media screen and (max-width: 979px){
	div.section div.boxList div.inside {
		padding: 0 15px 15px;
	}
}
div.section div.boxList h3 {
  position: relative;
	text-align: left;
	margin: 0 0 20px;
}

div.section div.boxList h3 span.subTtl {
  position: absolute;
  right: 0;
  top: 0;
  color: #666;
  border: 1px solid #666;
  padding: 2px 10px;
  font-size: 15px;
}
div.section div.boxList .matchHeight {
  margin: 0 0 30px;
}
@media screen and (max-width: 979px){
  div.section div.boxList .matchHeight {
    margin: 0;
  }
}

div.section div.boxList p.img {
	margin: 0 0 25px;
}
div.section div.boxList p.lead {
}
div.section div.boxList p.lead + p.lead {
  padding-top: 30px;
  border-top: 1px solid #ddd;
}

div.section div.boxList.w3 div.inside {
	text-align: left;
	padding: 0 20px 15px;
}
@media screen and (max-width: 979px){
	div.section div.boxList.w3 div.inside {
		padding: 0 15px 15px;
	}
}

div.section div.boxList.w3 div.block {
	width: 31.5%;
	width: calc(33.3% - 20px);
}
@media screen and (max-width: 979px){
	div.section div.boxList.w3 div.block {
		width: 100%;
	}
}


div.section div.boxList.w3 div.block {
  float: left;
	background: #FFF;
	margin: 0 0 30px;
  width: 32%;
  margin: 0 2% 0 0;
}
@media screen and (max-width: 979px){
	div.section div.boxList.w3 div.block {
		margin: 0 0 30px;
		width: 100%;
  }
}
div.section div.boxList.w3 div.block:nth-child(2) {
  margin: 10% 2% 0 0;
}
@media screen and (max-width: 979px){
  div.section div.boxList.w3 div.block:nth-child(2) {
		margin: 0 0 30px;
	}
}
div.section div.boxList.w3 div.block:nth-child(3) {
  margin: 0;
}
@media screen and (max-width: 979px){
  div.section div.boxList.w3 div.block:nth-child(3) {
		margin: 0 0 30px;
	}
}
div.section div.boxList.w3 h3 {
  font-size: 22px;
}
@media screen and (max-width: 979px){
  div.section div.boxList.w3 h3 {
    font-size: 18px;
  }
}


/* INFORMATION */

div.section .informationBlock {
  position: relative;
}
div.section .informationBlock .listlink {
  position: absolute;
  right: 0;
  top: -60px;
  margin: 0;
}
@media screen and (max-width: 979px) {
  div.section .informationBlock .listlink {
    position: static;
    text-align: center;
    margin: 0;
    padding: 0;
  }
}
div.section .informationBlock .listlink a {
  color: #666666;
  padding: 1px 0 1px 30px;
  background: url(../img/common/mark_list_gray.svg) no-repeat 0 50%;
  background-size: 16px 16px;
  text-decoration: none;
}
div.section .informationList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 979px) {
  div.section .informationList {
    display: block;
    border: 1px solid #e6e6e6;
    padding: 20px;
    box-sizing: border-box;
  }
}
div.section .informationList li {
  width: 49%;
  margin: 0 2% 2% 0;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;

}
@media screen and (max-width: 979px) {
  div.section .informationList li {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border: none;
    border-bottom: 1px solid #e6e6e6;
  }
}
div.section .informationList li::before {
  display: none;
}
div.section .informationList li:nth-child(even) {
  margin-right: 0;
}
@media screen and (max-width: 979px) {
  div.section .informationList li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

div.section .informationList li a {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  color: #2b3034;
}
@media screen and (max-width: 979px) {
  div.section .informationList li a {
  }
}
div.section .informationList li .imgBlock {
  width: 30%;
}
@media screen and (max-width: 979px) {
  div.section .informationList li .imgBlock {
    width: 100%;
  }
}
div.section .informationList li .textBlock {
  width: 65%;
}
@media screen and (max-width: 979px) {
  div.section .informationList li .textBlock {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
  }
}
div.section .informationList li .textBlock .dateText {
  margin-bottom: 10px;
  color: #ddd;
}
@media screen and (max-width: 979px) {
  div.section .informationList li .textBlock .dateText {
    margin-bottom: 10px;
    color: #ddd;
    width: 100%;
  }
}
div.section .informationList li .textBlock .dateText .day {
  color: #b3b3b3;
  font-weight: bold;
  margin-right: 10px;
}
div.section .informationList li .textBlock .dateText .category {
  color: #c9a063;
  margin: 0 10px;
}
div.section .informationList li .textBlock .img {
  margin: 0;
}
div.section .informationList li .textBlock .img img {
  width: 100%;
}
@media screen and (max-width: 979px) {
  div.section .informationList li .textBlock .img {
    width: 40%;
    margin-right: 5%;
  }
}
div.section .informationList li .textBlock .title {
  margin: 0;
}
@media screen and (max-width: 979px) {
  div.section .informationList li .textBlock .title {
    width: 55%;
  }
}
div.section .informationList li .imgBlock img {
  width: 100%;
}




/* BOOKING GADJET */
div.bookingGadget {}

div.bookingTabBlock {
	width: 450px;
	margin: 0 auto;
  padding: 50px 40px 0;
}
@media screen and (max-width: 979px){
	div.bookingTabBlock {
		width: 100%;
		padding: 0;
		box-sizing: border-box;
	}
}
div.bookingTabBlock ul {
	display: block;
	justify-content: space-between;
	width: 100%;
	margin: 0;
	/* border-right: 1px solid var( --opa-white02); */
}
@media screen and (max-width: 979px){
	div.bookingTabBlock ul {
		margin: 0 auto;
	}
}
div.bookingTabBlock ul li {
	/* width: 50%; */
	/* background: var(--gray); */
	position: relative;
}
div.bookingTabBlock ul li.on {
	background: var(--gold);
}
div.bookingTabBlock ul li.on::after {
	/* content: ""; */
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 12px solid var(--darkgray);
	border-right: 0;
	position: absolute;
	right: -12px;
	top: 0;
	bottom: 0;
	margin: auto;
}
div.bookingTabBlock ul li span {
	display: block;
	padding: 0;
	color: var(--white);
	font-size: var(--font-h5);
	cursor: pointer;
	text-align: center;
	font-family: var(--mn);
	padding: 20px 24px;
	box-sizing: border-box;
}
div.bookingTabBlock ul li.on span {
	opacity: 1;
	color: var(--white);
}


@media screen and (max-width: 979px) {
	div.bookingGadget {
		padding: 30px 0 20px;
	}
}
div.bookingGadget div.inputBlock {
	display: none;
	/* width: 800px; */
	_zoom: 1;
	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 {
	width: 100%;
	display: flex;
	padding: 0;
	position: relative;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
}
@media screen and (max-width: 979px) {
	div.bookingGadget form {
    padding: 0 15px;
    display: block;
    box-sizing: border-box;
 }
}

div.bookingGadget form input,
div.bookingGadget form .input_ymd,
div.bookingGadget form button,
div.bookingGadget form select,
div.bookingGadget form span {
	/* font-size: 14px; */
	/* color: #2b3034; */
	display: block;
	background: none;
	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,
div.bookingGadget form select{
	width: auto;
	padding: 0;
	/* max-width: max-content; */
	cursor: pointer;
	font-family: var(--mn);
	font-weight: 600;
}
div.bookingGadget form input#checkin_date_top,
div.bookingGadget form input#checkout_date_top,
div.bookingGadget form input#inputDate02Top,
div.bookingGadget form select.DepartureAirPort,
#modal div.bookingGadget form input
{
	border-bottom: 1px solid var(--opa-white05);
	color: var(--opa-white09);
	font-size: var(--font-h4);
	/* text-align: center; */
	padding: 7px 0 12px;
	width: 200px;
}
div.bookingGadget form select.DepartureAirPort {
	padding: 7px 20px 12px 0;
	width: 250px !important;!i;!;
}

div.bookingGadget form select,
div.bookingGadget form .formBlock05 .childSelected a,
#modal .select_room {
	border-bottom: 1px solid var(--opa-white05);
	color: var(--opa-white09);
	font-size: var(--font-h5);
	/* text-align: center; */
	padding: 0 30px 5px 0;
}

@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#checkin_date_top, div.bookingGadget form input#checkout_date_top, div.bookingGadget form input#inputDate02Top, div.bookingGadget form select.DepartureAirPort, #modal div.bookingGadget form input {
	padding: 2px 0 12px;
	width: var(--flex-100);
	box-sizing: border-box;
}

	
}
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 {
	box-sizing: border-box;
}
@media screen and (max-width: 979px) {
	div.bookingGadget form select {
    /* display: inline-block; */
    width: 40px;
    padding: 0 10px;
 }
	div.bookingGadget form select.last {
		margin-right: 0;
	}
}


div.bookingGadget form select.r {
	width: 180px;
}
@media screen and (max-width: 979px) {
	div.bookingGadget form select.r {
		width: 100%;
		margin: 0;
	}
}
div.bookingGadget .withAir ul.bnBlock {
  display: block;
}
@media screen and (max-width: 979px) {
  div.bookingGadget .withAir ul.bnBlock {
    padding: 20px 15px;
    box-sizing: border-box;
  }
}
div.bookingGadget .withAir ul.bnBlock li {
  width: 100%;
}
@media screen and (max-width: 979px) {
  div.bookingGadget .withAir ul.bnBlock li {
    width: 100%;
  }
}
div.bookingGadget .withAir ul.bnBlock li:first-child {
  margin: 0 0 25px;
}
@media screen and (max-width: 979px) {
  div.bookingGadget .withAir ul.bnBlock li:first-child {
    margin: 0 0 15px;
  }
}



div.bookingGadget form select option {
	text-align: left;
	color: var(--black);
}
div.bookingGadget form button {
	font-size: 14px;
	background: var(--gold);
	width: 230px;
	color: var(--white);
	height: auto;
}
@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 {
  position: relative;
  display: flex;
  justify-content: left;
}
@media screen and (max-width: 979px) {
  div.bookingGadget form .formBlock01 {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}
div.bookingGadget form .formBlock01 ul {
  display: flex;
  gap: 20px;
  align-items: flex-end;
}
@media screen and (max-width: 979px) {
  div.bookingGadget form .formBlock01 ul {
    gap: 20px;
    margin: 0 auto 20px;
    justify-content: space-between;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
div.bookingGadget .withAir form .formBlock01 ul li {
	
width: 100%;
}	
}
div.bookingGadget form .formBlock01 ul li {
  /* display: flex; */
}
div.bookingGadget .withAir form .formBlock01 ul li{
	width: 100%;
}
@media screen and (max-width: 979px) {
  div.bookingGadget form .formBlock01 ul li {
    width: 100%;
    margin-bottom: 0;
  }
}
div.bookingGadget form .formBlock01 ul li span {
  margin-right: 0;
  width: auto;
}
@media screen and (max-width: 979px) {
  div.bookingGadget form .formBlock01 ul li span {
    margin: 0 10px 0 0;
    width: 100%;
    text-align: left;
    max-width: 48px;
  }
}
div.bookingGadget form .formBlock01 ul li:last-child {
  /* width: 210px; */
  /* display: flex; */
  /* padding: 0 0 0 30px; */
}
@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;
  }
}
@media screen and (max-width: 979px) {
  div.bookingGadget form .formBlock01 ul li:last-child span {
    margin: 0 10px 0 0;
  }
}
div.bookingGadget form .formBlock03 {
  position: relative;
}
@media screen and (max-width: 979px) {
  div.bookingGadget form .formBlock03 {
    display: inline-block !important;
    width: 32%;
    margin-right: 0;
    margin-bottom: 0;
    text-align: left;
  }
  div.bookingGadget form .formBlock03 select {
    width: 100%;
    max-width: unset;
    padding: 0 0 5px;
  }
  div.bookingGadget .withAir form .formBlock03 {
    width: var(--flex-48);
    margin: 0 3% 0 0;
    float: left;
  }
  div.bookingGadget .withAir form .formBlock03 select {
    margin: 0;
  }
}
div.bookingGadget form .formBlock03 span {
  margin: 0 6px;
}
@media screen and (max-width: 979px) {
  div.bookingGadget form .formBlock03 span {
    display: inline-block;
    width: 100%;
    max-width: 63px;
  }
#modal div.bookingGadget form span.first {
	display: block;
}	
#modal div.bookingGadget form span {
	display:inline;
}	
#modal div.bookingGadget form span.name {
	display: inline-block;
}	
  div.bookingGadget form .formBlock03 span.first {
    display: block;
    width: 100%;
    margin: 0;
    height: auto;
    line-height: 2;
  }
}
div.bookingGadget form .formBlock04 {
  position: relative;
  /* display: flex; */
}
@media screen and (max-width: 979px) {
  div.bookingGadget form .formBlock04 {
    width: 32%;
    margin-bottom: 0;
    text-align: left;
  }
  div.bookingGadget form .formBlock04 select {
  width: 100%;
  max-width: unset;
  padding: 0 0 5px;
  }
  div.bookingGadget .withAir form .formBlock04 {
    width: var(--flex-48);
    display: inline-block;
    float: right;
    margin: 0;
  }
  div.bookingGadget .withAir form .formBlock04 select {
    margin: 0;
    display: block;
  }

}
div.bookingGadget form span {/* margin: 0 5px; */}
@media screen and (max-width: 979px) {
  div.bookingGadget form .formBlock04 span {
    display: inline-block;
    width: 100%;
    max-width: 65px;
  }
  div.bookingGadget form .formBlock04 span.first {
    display: block;
    width: 100%;
    margin: 0;
    height: auto;
    line-height: 2;
  }
}
div.bookingGadget form .formBlock05 {
  position: relative;
  /* display: flex; */
}
@media screen and (max-width: 979px) {
  div.bookingGadget form .formBlock05 {
    display: inline-block !important;
    width: 30%;
    margin: 0 !important;!i;!;
    text-align: left;
  }
}
div.bookingGadget form .formBlock05 span {
  margin: 0;
}
@media screen and (max-width: 979px) {
  div.bookingGadget form .formBlock05 span {
    display: inline-block;
    width: auto;
  }
  div.bookingGadget form .formBlock05 span.first {
    display: block;
    width: 100%;
    margin: 0;
    height: auto;
    line-height: 2;
  }
}

div.bookingGadget form .formBlock05 .childSelected {
  background: none;
  background-size: 7px 4px;
  /* height: 43px; */
  /* line-height: 43px; */
  color: #2b3034;
  /* display: inline-block; */
  border-radius: 0;
  border: none;
  width: 100%;
}
@media screen and (max-width: 979px) {
  div.bookingGadget form .formBlock05 .childSelected {
    display: inline-block;
    margin-top: 1px;
 }
  div.bookingGadget form .formBlock05 .childSelected {
  }

}

div.bookingGadget form .formBlock05 .childSelected a {
  display: block;
  /* text-align: center; */
  font-family: var(--mn);
  box-sizing: border-box;
  padding: 0 20px 5px 0;
}
@media screen and (max-width: 979px) {
  div.bookingGadget form .formBlock05 .childSelected a {
    padding: 0 0 5px;
 }
}


div.bookingGadget form .formBlock05 .subBlock {
  position: absolute;
  right: -165px;
  bottom: 80px;
  padding: 30px 30px 20px 20px;
  box-sizing: border-box;
  width: 450px;
  height: auto;
  background: #fff;
  box-shadow: 0 0 3px #777;
  border-radius: 10px;
  text-align: left;
  z-index: 2;
}
@media screen and (max-width: 979px) {
  div.bookingGadget form .formBlock05 .subBlock {
    position: absolute;
    right: 0;
    bottom: auto;
    top: 100px;
    padding: 20px;
    width: 290px;
  }
}
div.bookingGadget form .formBlock05 .subBlock::before {
	content: "";
	width: 11px;
	height: 11px;
	background: #fff;
	bottom: -5px;
	right: 48%;
	transform-origin: center center;
	transform: rotate(45deg);
	display: block;
	position: absolute;
}

div.bookingGadget form .formBlock05 .subBlock {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
div.bookingGadget .subBlock select {
	color:var(--black);
}

div.bookingGadget form .formBlock05 .subBlock div {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 10px 0;
}

div.bookingGadget form .formBlock05 .subBlock .subBlockClose {
	position: absolute;
	right: 20px;
	top: 20px;
	width: auto;
	margin: 0;
}

@media screen and (max-width: 979px) {
  div.bookingGadget form .formBlock05 .subBlock div {
    justify-content: flex-end;
    width: 100%;
    margin: 5px 0;
  }
  div.bookingGadget form .formBlock05 .subBlock div:last-child {
    margin-bottom: 0;
  }
}

div.bookingGadget form .formBlock05 .subBlock div  p {
  width: 100%;
  margin-bottom: 5px;
}
@media screen and (max-width: 979px) {
  div.bookingGadget form .formBlock05 .subBlock div  p {
    width: auto;
    margin: auto auto auto 0;
    font-size: 13px;
  }
}
div.bookingGadget form .formBlock05 .subBlock div span {
  font-size: 14px;
}

div.bookingGadget form .formBlock05 .subBlock select {
	width: auto;
	border: 1px solid #ddd
}
div.bookingGadget form .formBlock05 .subBlock .subBlockBtn {
  width: 100%;
}
div.bookingGadget form .formBlock05 .subBlock .subBlockBtn a {
    width: 140px;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    background: var(--gold);
    color: var(--white);
    font-size: var(--font-h6);
    margin: auto;
}
@media screen and (max-width: 979px) {
  div.bookingGadget form .formBlock05 .subBlock .subBlockBtn a {
    width: 100%;
  }
}



div.bookingGadget form .formBlock06 {
  display: block;
  margin: 0 auto 0;
}
@media screen and (max-width: 979px) {
  div.bookingGadget form .formBlock06 {
    width: 100%;
    margin: 0;
    clear: both;
    padding: 30px 0 0;
  }

.bottomList {
	max-width: var(--flex-95);
	margin: auto;
}	

div.topBookingWrap div.bookingGadget form .formBlock06 {
	clear: both;
	padding: 30px 0 0;
}

div.topBookingWrap div.bookingGadget form button, #modal div.bookingGadget form button {
	max-width: var(--flex-100);
	width: var(--flex-100);
}	
	
}

div.bookingGadget .bottomList {
	display: flex;
	padding: 15px 0 0;
	justify-content: space-between;
	gap: 0;
}
div.bookingGadget .bottomList p {
	color:var(--white);
	font-family:var(--mn);
}

div.bookingGadget .bottomList ul {
	display: flex;
	gap: 30px;
}

@media screen and (max-width: 979px){
	div.bookingGadget .bottomList {
		text-align: left;
		padding: 10px 0 0;
		display: block;
	}

	div.bookingGadget .bottomList ul {
	display: block;
}

	div.bookingGadget .bottomList p {
		padding: 0 0 10px;
	}

}
div.bookingGadget .bottomList li {
	padding: 0;
}

div.bookingGadget .bottomList li a {
	position:relative;
	padding: 0 0 0 15px;
}
div.bookingGadget .bottomList li a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
	background: url(../../../assets/images/common/arrow_w.svg) no-repeat;
	width: 10px;
	height: 10px;
	color: #fff;
}

@media screen and (max-width: 979px){
	div.bookingGadget .bottomList li {
		padding: 0 10px 5px 0;
	}
}
div.bookingGadget .bottomList li:first-child p {
	font-family: var(--mn);
	padding: 0;
	color: var(
	--white);
	font-size: var(
	--font-em);
}
@media screen and (max-width: 979px){
	div.bookingGadget .bottomList li:first-child {
		float: none;
		display: block;
		margin-bottom: 0;
	}
}

div.bookingGadget .bottomList li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1200px) {

	div.bookingGadget form .formBlock01 ul li, div.bookingGadget form .formBlock01 ul li:last-child,div.bookingGadget form .formBlock03, div.bookingGadget form .formBlock04, div.bookingGadget form .formBlock05 {
		display: block;
		margin: 0;
		float: left;
	}
div.bookingGadget form input#checkin_date_top, div.bookingGadget form input#checkout_date_top, div.bookingGadget form input#inputDate02Top, div.bookingGadget form select.DepartureAirPort, #modal div.bookingGadget form input {
	font-size: var(--font-h5);
	width: 150px;
}
#modal div.bookingWrap div.inner {
	max-width:var(--width-large);
}

div.bookingGadget .bottomList {
	max-width: var(--flex-95);
}	
}
/* 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;
    top: 0;
	}
}
#modal.on {
	height: 100%;
  height: calc(100%);
}
@media screen and (max-width: 979px) {
  #modal.on {
		height: 100%;
	}
}
#modal.small {
  top: 80px;
}
@media screen and (max-width: 979px) {
  #modal.small {
    top: 60px;
  }
}
#modal.small.on {
  top: 0;
  height: calc(100%);
}
@media screen and (max-width: 979px) {
  #modal.small.on {
    top: 60px;
    height: calc(100% - 60px);
  }
}


#modal div.base {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.95);
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
@media screen and (max-width: 979px) {
	#modal div.base {
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
	}
}
#modal div.inside {
  min-width: 940px;
  max-width: 100%;
  width: 95%;
  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 ul {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	border: none;
}
#modal div.bookingTabBlock ul li span {
	padding: 15px;
}
#modal div.bookingWrap {
  /* width: 1000px; */
  margin: 4vw auto 0;
  display: block;
  background: none;
}
@media screen and (max-width: 979px) {
  #modal div.bookingWrap {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
}
#modal div.bookingWrap div.inner {
    max-width: var(--width-full);
    width: 100%;
    box-sizing: border-box;
}

@media screen and (max-width: 640px) {
#modal div.bookingWrap {
    margin: 0;

}
#modal div.bookingWrap div.inner {
    max-width: var(--width-max);
    width: 100%;
}
}

#modal div.bookingWrap div.calender {
	margin: 0;
	/* border-bottom: 1px solid #666666; */
	margin-bottom: 40px;
	margin: 0;
	border-top: 1px solid #666666;
	padding-top: 40px;
}
@media screen and (max-width: 979px) {
  #modal div.bookingWrap div.calender {
    border-bottom: none;
    padding: 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 {
  padding: 20px 0;
  border-top: 1px solid #666666;
  display: flex;
}

#modal div.bookingGadget div.inputBlock {
	display: none;
}
#modal div.bookingGadget div.inputBlock.on {
	display: block;
}

@media screen and (max-width: 979px) {
  #modal div.bookingGadget {
    padding: 0 0 20px 0;
    border: none;
  }
}
#modal div.bookingGadget form input,
#modal div.bookingGadget form button,
#modal div.bookingGadget form select {padding: 0 20px 5px 0;}
#modal div.bookingGadget form span.name {display: block;}
#modal div.bookingGadget form span {
	display: inline;
	font-family: var(--mn);
}
#modal div.bookingGadget form input {}
#modal div.bookingGadget .subblock form select {
    color: var(--black);
}
#modal div.bookingGadget form button {
    width: var(--flex-100);
    background: var(
    --gold);
    font-family: var(
    --mn);
    font-size: var(
    --font-h5);
    padding: 16px 25px;
    box-sizing: border-box;
}

#modal div.bookingGadget .bottomList li:first-child {
	float: none;
}
#modal div.bookingGadget .bottomList li a {}
#modal div.bookingGadget .bottomList li a:hover {}
div.bookingGadget .withAir form .formBlock01 ul li:first-child span {
}
div.bookingGadget .withAir form .formBlock01 ul li span {
}

.close {
	position: relative;
	left: 0;
	right: 0;
	margin: 30px auto 0;
	text-align: center;
	width: 70px;
	cursor: pointer;
}

@media screen and (max-width: 979px) {
.close {
	margin: auto;
}

div.bookingGadget form input#checkin_date_top, 
div.bookingGadget form input#checkout_date_top, 
div.bookingGadget form input#inputDate02Top,
div.bookingGadget form select.DepartureAirPort, #modal div.bookingGadget form input	{
	width: var(--flex-100) !important;!i;!;!;!importan;!i;!;
}

div.bookingGadget form .formBlock03, div.bookingGadget form .formBlock04 {
	margin: 0 10px 0 0;
	width: 31%;
}
div.bookingGadget form .formBlock05 {
	margin:0;
}	
	
}

@media screen and (max-width: 1200px) {
div.bookingTabBlock ul li span {
	font-size: var(--font-h6);
	padding: 20px 10px;
}
.bookingWrap {
	grid-template-columns: 15% 82%;
}
div.bookingGadget form {
	gap: 20px;
	justify-content: left;
}
	
}