@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Crimson+Text&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500&display=swap');
/* CSS Document */



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

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

h1,
h2,
h3 {
  font-weight: 500;
}

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

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

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


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

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

/* 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 97% 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;
}

div.section h2.bt {
  margin-top: 100px;
}

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

  div.section h2.bt {
    margin-top: 50px;
  }
}

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

#slide div.spacer980 {
  width: 100%;
  margin: 0 auto;
  max-width: 864px;
}

div.section ul.topBannerLists {
  margin-bottom: 0;
  padding-bottom: 50px;
  position: relative;
  /* display: flex; */
  /* justify-content: center; */
  /* max-width: 864px; */
  /* width: 100%; */
}

div.section ul.topBannerLists.one {
  max-width: 286px;
  margin: 0 auto;
}

div.section ul.topBannerLists.two {
  max-width: 600px;
  margin: 0 auto;
}


div.section ul.topBannerLists.flexs {
  display: flex;
  justify-content: center;
}

div.section ul.topBannerLists .slick-track {
  display: flex;
}

div.section ul.topBannerLists .slick-track .slick-slide {
  padding: 0;
  margin: 0 3px;
}

#slide .slick-prev,
#slide .slick-next {
  height: 50px;
  top: -22%;
  font-size: 0;
  line-height: 0;
  position: absolute;
  padding: 0;
  /* -webkit-transform: translate(0, -50%); */
  -ms-transform: translate(0, -50%);
  /* transform: translate(0, -50%); */
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 10;
  border-radius: 100px;
  width: 50px;
  bottom: 0;
  margin: auto;
}

#slide .slick-prev {
  background: url(../img/common/prev.png) no-repeat center center #fff;
  left: 1%;
}

#slide .slick-next {
  background: url(../img/common/next.png) no-repeat center center #fff;
  right: 1%;
}


div.section ul.topBannerLists li a {}

div.section ul.topBannerLists li a:hover {}

div.section ul.topBannerLists li a img {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

/*
div.section ul li::before {
	position: absolute;
	content: "・";
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #000;
}
*/

div.section a[href^="tel:"] {
  text-decoration: none;
  color: #2b3034;
}

/*banner*/
.bookpage-banner .topBannerList {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  justify-content: center;
  margin: 0 0 50px;
}

.bookpage-banner .topBannerList li:before {
  content: none;
}

.bookpage-banner .topBannerList li {
  position: relative;
  padding: 0;
  margin: 0 0 10px 3px;
}

.bookpage-banner .topBannerList li:nth-child(odd) {
  margin: 0 3px 10px 0;
}

.bookpage-banner .topBannerList li.odd {
  margin: 0 0 10px 0;
  width: 100%;
  text-align: center;
}

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) {

  /*banner*/
  .bookpage-banner ul.topBannerList li img {
    width: 100%;
  }

  .bookpage-banner .topBannerList li,
  .bookpage-banner .topBannerList li:nth-child(odd) {
    width: 100%;
    margin: 0 0 10px 0;
  }

  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;
  top: 0;
  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;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0;
  margin: 10px 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;
}



/* 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 div.block:nth-child(n + 3) {
  margin: -14% 0 0 0;
}

@media screen and (max-width: 979px) {
  div.section div.boxList div.block:nth-child(n + 3) {
    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;
}

div.section div.boxList.w4 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.w4 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.w4 div.block {
    width: 100%;
  }
}


div.section div.boxList.w3 div.block {
  float: left;
  background: #FFF;
  margin: 0 0 30px;
  width: 24%;
  margin: 0 1% 0 0;
}

div.section div.boxList.w4 div.block {
  float: left;
  background: #FFF;
  margin: 0 0 30px;
  width: 23.5%;
  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.w4 div.block {
    margin: 0 0 30px;
    width: 100%;
  }
}

div.section div.boxList.w3 div.block:nth-child(2) {
  margin: 10% 1% 0 0;
}

div.section div.boxList.w3 div.block:nth-child(4) {
  margin: 10% 0 0 0;
}

div.section div.boxList.w4 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(4) {
    margin: 0;
  }

  div.section div.boxList.w4 div.block:nth-child(2) {
    margin: 0 0 30px;
  }
}

div.section div.boxList.w3 div.block:nth-child(3) {
  margin: 0 1% 0 0;
}

div.section div.boxList.w4 div.block:nth-child(3) {
  /* margin: 0 2% 0 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.w4 div.block:nth-child(3) {
    margin: 0 0 30px;
  }
}

div.section div.boxList.w4 div.block:nth-child(4) {
  margin: 0;
  margin: 10% 0% 0 0;
}

@media screen and (max-width: 979px) {
  div.section div.boxList.w4 div.block:nth-child(4) {
    margin: 0 0 30px;
  }
}

div.section div.boxList.w3 h3 {
  font-size: 22px;
}

div.section div.boxList.w4 h3 {
  font-size: 22px;
}

@media screen and (max-width: 979px) {
  div.section div.boxList.w3 h3 {
    font-size: 18px;
  }

  div.section div.boxList.w4 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: 550px;
  margin: 0 auto;
  padding: 100px 40px 0;
  margin: 0 auto;
}

@media screen and (max-width: 979px) {
  div.bookingTabBlock {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
}

div.bookingTabBlock ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

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

div.bookingTabBlock ul li {
  width: 50%;
  font-size: 14px;
  background: #e6e6e6;
  position: relative;
}

div.bookingTabBlock ul li.on {
  background: #666666;
}

div.bookingTabBlock ul li.on::after {
  content: "";
  width: 11px;
  height: 11px;
  background: #666666;
  bottom: -3px;
  left: 48%;
  transform-origin: center center;
  transform: rotate(45deg);
  display: block;
  position: absolute;
}

div.bookingTabBlock ul li span {
  display: block;
  line-height: 43px;
  padding: 0;
  color: #2b3034;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
}

div.bookingTabBlock ul li.on span {

  opacity: 1;
  color: #fff;
}



div.bookingGadget {}

@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 {
  display: block;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  position: relative;
}

@media screen and (max-width: 979px) {
  div.bookingGadget form {
    padding: 0 15px;
    box-sizing: border-box;
  }
}

div.bookingGadget form input,
div.bookingGadget form .input_ymd,
div.bookingGadget form button,
div.bookingGadget form select {
  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: 154px;
  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: 63px;
  padding: 0 20px;
  background: #fff url(../img/common/mark_select02.svg) no-repeat 90% 50%;
  background-size: 7px 4px;
}

@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: 220px;
}

@media screen and (max-width: 979px) {
  div.bookingGadget form select.r {
    width: 100%;
    margin: 0;
  }
}

div.bookingGadget .withAir form select.r {
  width: 180px;
  padding: 0 10px;
}

@media screen and (max-width: 979px) {
  div.bookingGadget .withAir form select.r {
    width: 100%;
    margin: 0;
  }
}

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 {
  font-size: 14px;
  height: 43px;
  line-height: 43px;
  color: #fff;
  display: block;
  border-radius: 0;
  border: none;
}

@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;
  margin-right: 5px;

}

@media screen and (max-width: 979px) {
  div.bookingGadget form .formBlock01 {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}

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

@media screen and (max-width: 979px) {
  div.bookingGadget form .formBlock01 ul li {
    width: 100%;
    margin-bottom: 6px;
  }
}

div.bookingGadget form .formBlock01 ul li span {
  margin-right: 10px;
}

@media screen and (max-width: 979px) {
  div.bookingGadget form .formBlock01 ul li span {
    margin: 0 10px 0 0;
    width: 40px;
    text-align: left;
  }
}

div.bookingGadget form .formBlock01 ul li:last-child {
  width: 210px;
  display: flex;
  padding: 0 0 0 30px;
  background: url(../img/common/mark_out_white.svg) no-repeat 10px 50%;
  background-size: 13px 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;
  }
}

@media screen and (max-width: 979px) {
  div.bookingGadget form .formBlock01 ul li:last-child span {
    margin: 0 10px 0 0;
    width: 40px;
  }
}

div.bookingGadget form .formBlock03 {
  position: relative;
  display: flex;
}

@media screen and (max-width: 979px) {
  div.bookingGadget form .formBlock03 {
    display: block;
    width: 33%;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: left;
  }

  div.bookingGadget form .formBlock03 select {
    width: 55%;
  }

  div.bookingGadget .withAir form .formBlock03 {
    width: 50%;
  }

  div.bookingGadget .withAir form .formBlock03 select {
    width: 40%;
  }
}

div.bookingGadget form .formBlock03 span {
  margin: 0 6px;
}

@media screen and (max-width: 979px) {
  div.bookingGadget form .formBlock03 span {
    display: inline-block;
    width: auto;
  }

  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 {
    display: block;
    width: 33%;
    margin-bottom: 10px;
    text-align: left;
  }

  div.bookingGadget form .formBlock04 select {
    width: 55%;
  }

  div.bookingGadget .withAir form .formBlock04 {
    width: 50%;
  }

  div.bookingGadget .withAir form .formBlock04 select {
    width: 40%;
  }

}

div.bookingGadget form .formBlock04 span {
  margin: 0 6px;
}

@media screen and (max-width: 979px) {
  div.bookingGadget form .formBlock04 span {
    display: inline-block;
    width: auto;
  }

  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: block;
    width: 33%;
    margin-bottom: 10px;
    text-align: left;
  }
}

div.bookingGadget form .formBlock05 span {
  margin: 0 6px;
}

@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 {
  width: 63px;
  background: #fff url(../img/common/mark_select02.svg) no-repeat 90% 50%;
  background-size: 7px 4px;
  font-size: 13px;
  height: 43px;
  line-height: 43px;
  color: #2b3034;
  display: block;
  border-radius: 0;
  border: none;
}

@media screen and (max-width: 979px) {
  div.bookingGadget form .formBlock05 .childSelected {
    display: inline-block;
    width: 55%;
    margin-top: 1px;
  }

  div.bookingGadget form .formBlock05 .childSelected {}

}

div.bookingGadget form .formBlock05 .childSelected a {
  display: block;
  padding: 1px 22px -1px 18px;
  box-sizing: border-box;
}

@media screen and (max-width: 979px) {
  div.bookingGadget form .formBlock05 .childSelected a {
    display: inline;
    padding: 0 10px;
  }
}


div.bookingGadget form .formBlock05 .subBlock {
  position: absolute;
  right: -75px;
  bottom: 60px;
  padding: 20px;
  box-sizing: border-box;
  width: 265px;
  height: auto;
  background: #fff;
  box-shadow: 0 0 10px #777;
  border-radius: 10px;
  text-align: left;
  z-index: 2;
}

@media screen and (max-width: 979px) {
  div.bookingGadget form .formBlock05 .subBlock {
    position: absolute;
    right: 100px;
    bottom: auto;
    top: 100px;
    width: 325px;
  }
}

@media screen and (max-width: 767px) {
  div.bookingGadget form .formBlock05 .subBlock {
    position: absolute;
    right: 10px;
  }
}

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

@media screen and (max-width: 979px) {
  div.bookingGadget form .formBlock05 .subBlock::before {
    top: -5px;
    right: 65px;
  }
}

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 .subBlockClose {
    right: 10px;
    top: 10px;
  }
}

div.bookingGadget form .formBlock05 .subBlock {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

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

@media screen and (max-width: 979px) {
  div.bookingGadget form .formBlock05 .subBlock div {
    justify-content: flex-end;
    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;
  font-size: 12px;
}

@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: 63px;
  border: 1px solid #ddd
}

div.bookingGadget form .formBlock05 .subBlock .subBlockBtn a {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  background: #c9a063;
  color: #efefef;
  font-size: 13px;
}




div.bookingGadget form .formBlock06 {
  display: block;
  margin: 30px auto 0;
}

@media screen and (max-width: 979px) {
  div.bookingGadget form .formBlock06 {
    width: 100%;
    margin: 0;
  }
}

div.bookingGadget ul.bottomList {
  text-align: right;
  color: #2b3034;
  padding: 10px 0 0;
}

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

div.bookingGadget ul.bottomList li {
  display: inline-block;
  padding: 0 0 0 15px;
  font-size: 12px;
  vertical-align: top;
}

@media screen and (max-width: 979px) {
  div.bookingGadget ul.bottomList li {
    padding: 0 10px 5px 0;
  }
}

div.bookingGadget ul.bottomList li:first-child {
  float: left;
  padding: 0;
}

@media screen and (max-width: 979px) {
  div.bookingGadget ul.bottomList li:first-child {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
}

div.bookingGadget ul.bottomList li a {
  color: #2b3034;
  padding: 0 0 0 12px;
  background: url(../img/common/vector_line_right_black.svg) no-repeat 0 50%;
  background-size: 4px 7px;
}

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


/* MODAL */
#modal {
  height: 0;
  overflow: hidden;
  position: fixed;
  width: 100%;
  left: 0;
  top: 160px;
  z-index: 2000;
  transition: height 0.3s ease;
}

@media screen and (max-width: 979px) {
  #modal {
    z-index: 2050;
    top: 60px;
  }
}

#modal.on {
  height: 100%;
  height: calc(100% - 160px);
}

@media screen and (max-width: 979px) {
  #modal.on {
    height: 100%;
    height: calc(100% - 60px);
  }
}

#modal.small {
  top: 80px;
}

@media screen and (max-width: 979px) {
  #modal.small {
    top: 60px;
  }
}

#modal.small.on {
  top: 80px;
  height: calc(100% - 80px);
}

@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.8);
  -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: 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: 800px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 979px) {
  #modal div.bookingWrap {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
}

#modal div.bookingWrap div.inner {}

#modal div.bookingWrap div.calender {
  margin: 0;
  border-top: 1px solid #666666;
  padding-top: 40px;
}

@media screen and (max-width: 979px) {
  #modal div.bookingWrap div.calender {
    border-top: none;
    padding-top: 30px;
  }
}

#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: 30px 0;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
}

@media screen and (max-width: 979px) {
  #modal div.bookingGadget {
    padding: 20px 0;
    border: none;
  }
}

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

}

ul.recommend {
  max-width: 1000px !important;
  margin: 0 auto !important;
}

ul.recommend li {
  float: none !important;
  width: 100% !important;
  box-sizing: border-box;
  /* background-color: #fff; */
  padding: 0 10px 10px !important;
  margin: 0 0 10px !important;
  border-bottom: 1px #b7b7b7 solid;
}

ul.recommend li a {
  max-width: 660px;
  margin: 0 auto;
}

ul.recommend li.banquet a {
  /* max-width: 400px; */
}

ul.recommend li a .textBlock {
  background: inherit !important;
  display: flex;
  padding: 0 !important;
}

ul.recommend li a .textBlock .restaurant_name {
  width: 26%;
  min-width: 200px;
}

ul.recommend li a .textBlock .categoryText {
  margin-bottom: inherit !important;
  width: 15% !important;
  min-width: 155px;
}

ul.recommend li.banquet a .textBlock .categoryText {
  /* min-width: 80px; */
}

ul.recommend li a .textBlock .free01_title {
  width: 8%;
}

li.banquet .textBlock .free01_title {
  min-width: 70px;
}

ul.recommend li a .textBlock .free01_body {
  width: 16%;
  min-width: 132px;
}

li.banquet a .textBlock .free01_body {
  min-width: 132px;
}

ul.recommend li a .textBlock .title {
  width: 80%;
}

@media screen and (max-width: 979px) {
  ul.recommend {}

  ul.recommend li {}

  ul.recommend li a {}

  ul.recommend li a .textBlock {}

  ul.recommend li a .textBlock .restaurant_name {}

  ul.recommend li a .textBlock .categoryText {}

  ul.recommend li a .textBlock .free01_title {
    width: 12%;
  }

  ul.recommend li a .textBlock .free01_body {
    width: 26%;
  }

  ul.recommend li a .textBlock .title {}
}

@media screen and (max-width: 767px) {
  ul.recommend {}

  ul.recommend li {}

  ul.recommend li a {}

  ul.recommend li a .textBlock {
    flex-wrap: wrap;
  }

  ul.recommend li a .textBlock .restaurant_name {
    margin-bottom: 5px;
    width: 63%;
  }

  ul.recommend li a .textBlock .categoryText {}

  ul.recommend li a .textBlock .title {
    width: 100%;
  }

  ul.recommend li.banquet {}

  ul.recommend li.banquet a {}

  ul.recommend li.banquet a .textBlock {}

  ul.recommend li.banquet a .textBlock .restaurant_name {}

  ul.recommend li.banquet a .textBlock .categoryText {
    width: 10% !important;
    min-width: 85px;
  }

  ul.recommend li.banquet a .textBlock .categoryText span {
    font-size: 16px;
    line-height: 1;
  }

  ul.recommend li.banquet a .textBlock .title {
    padding-top: 8px;
  }

  ul.recommend li.banquet a .textBlock .free01_title {
    width: 20%;
    min-width: inherit;
  }

  ul.recommend li.banquet a .textBlock .free01_body {
    width: 53%;
  }

  div.section ul.topBannerLists.one {
    max-width: inherit;
    margin: 0 auto;
  }

  div.section ul.topBannerLists.two {
    max-width: inherit;
    margin: 0 auto;
  }


}