@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/common/images/ico_loading.gif") center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

body#highTop {
  background: #000000; }

.txtLink {
  color: #ffffff;
  text-decoration: underline;
  background: url(/common/images/ico_ar_r_w.svg) no-repeat 6px center;
  -webkit-background-size: 5px auto;
          background-size: 5px auto; }

.txtLink:hover {
  color: #ffffff;
  text-decoration: none; }

.txtLink-pdf {
  background: url(/common/images/ico_ar_r_w.svg) no-repeat 6px center, url(/common/images/ico_pdf_w.svg) no-repeat 99% center;
  -webkit-background-size: 5px auto, 10px auto;
          background-size: 5px auto, 10px auto; }

.txtLink-blank {
  padding-right: 22px;
  background: url(/common/images/ico_ar_r_w.svg) no-repeat 6px center, url(/common/images/ico_blank_w.svg) no-repeat 97% 55%;
  -webkit-background-size: 5px auto, 14px auto;
          background-size: 5px auto, 14px auto; }

.fixed_resvMc {
  margin-top: 0; }

.kv {
  width: 100%;
  height: 800px;
  position: relative; }
  .kv.-nograde:before {
    opacity: 0; }

.kv:before {
  -webkit-transition: opacity 2s linear;
  transition: opacity 2s linear;
  content: '';
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(transparent));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  z-index: 1;
  pointer-events: none; }

.kv_imageOuter {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.kv_image {
  width: 100%;
  height: 100%;
  position: relative; }

.kv_image_goto {
  background: #1babdf; }
  .kv_image_goto > a {
    display: block;
    width: 100%;
    height: 100%; }

.kv_imageDots {
  position: absolute;
  bottom: 50px;
  left: 0;
  z-index: 1;
  width: 100%; }
  .kv_imageDots .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 10px; }
    .kv_imageDots .slick-dots li button {
      width: 8px;
      height: 8px;
      background: rgba(255, 255, 255, 0.5);
      border-radius: 4px;
      padding: 0; }
    .kv_imageDots .slick-dots li button:before {
      content: '';
      width: 0;
      height: 0; }
  .kv_imageDots .slick-dots li.slick-active button {
    background: #ffffff; }

.kv_ttl {
  position: relative;
  width: auto;
  top: calc(50% - 50px);
  line-height: 1;
  z-index: 1; }
  .kv_ttl .grade {
    position: relative;
    display: block;
    font-family: "Noto Serif Japanese", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1rem;
    letter-spacing: 0;
    color: #ffffff;
    text-shadow: 1px 1px 2px black; }
  .kv_ttl .place {
    position: relative;
    display: inline-block;
    font-family: "Noto Serif Japanese", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 3rem;
    letter-spacing: 0.2em;
    color: #ffffff;
    text-shadow: 1px 1px 2px black;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 0; }
  .kv_ttl .place:before {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 1; }
  .kv_ttl .place:after {
    content: '';
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 1px;
    bottom: -1px;
    z-index: 0; }

.kv_copyOuter {
  font-family: "Noto Serif Japanese", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.25rem;
  text-align: center;
  letter-spacing: 0.2em;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: calc(50% + 70px);
  text-shadow: 1px 1px 2px black;
  width: 100%;
  height: 50%;
  z-index: 1;
  pointer-events: none; }

.kv_copy {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100%; }
  .kv_copy .notes {
    display: block;
    font-size: 0.75rem;
    letter-spacing: 0;
    position: fixed;
    right: 80px;
    bottom: 80px;
    z-index: 3; }

.kv_copy01 {
  visibility: visible;
  opacity: 1; }

.kv_copy_goto {
  width: 596px;
  left: calc( 50% - 300px);
  top: -268px; }

.eng .kv_ttl, .chi .kv_ttl {
  line-height: 1.5;
  top: calc(50% - 80px); }
  .eng .kv_ttl .place, .chi .kv_ttl .place {
    font-family: "Times New Roman", Times, serif;
    font-size: 2.63rem; }
  .eng .kv_ttl .place:before, .chi .kv_ttl .place:before {
    display: none; }
  .eng .kv_ttl .place:after, .chi .kv_ttl .place:after {
    display: none; }

.eng .kv_copyOuter, .chi .kv_copyOuter {
  font-family: "Times New Roman", Times, serif;
  font-size: 1.13rem; }

.resv {
  background: #212324;
  border-top: 1px solid #262626;
  position: relative;
  z-index: 1; }

.eng .resv, .chi .resv {
  display: none; }

.resv_overTop {
  position: relative;
  z-index: 2; }

.resv_news {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0;
  text-align: left;
  padding-bottom: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .resv_news dt {
    display: inline-block;
    vertical-align: top;
    font-size: 0.88rem;
    letter-spacing: 0.05em;
    color: #ffffff; }
  .resv_news .resv_newsTopics {
    width: 85px;
    text-align: center;
    background: rgba(206, 48, 91, 0.6);
    border-radius: 20px;
    padding: 5px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .resv_news dd {
    width: 910px;
    display: inline-block;
    vertical-align: top;
    font-size: 0.88rem;
    letter-spacing: 0.05em;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 20px;
    padding: 5px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: 5px;
    word-break: break-all;
    word-wrap: break-all;
    overflow-wrap: break-all; }
    .resv_news dd a {
      color: #ffffff;
      -webkit-transition: opacity .3s;
      transition: opacity .3s; }
    .resv_news dd a:hover {
      opacity: .7; }

.resv_serch {
  background: #000000;
  width: 100%;
  margin: 0 auto;
  position: relative; }

.resv_serchMain {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }

.resv_serchMainForm {
  width: 630px;
  display: inline-block;
  vertical-align: baseline; }

.resv_serchMainFormCol {
  display: block;
  width: 500px;
  margin-top: 15px; }

.resv_serchMainFormRc {
  display: inline-block;
  width: 240px;
  height: 40px; }

.resv_serchMainFormRcSelect {
  height: 100%;
  color: #ffffff;
  font-size: 1rem;
  letter-spacing: 0.05em;
  background: url(/common/images/ico_ar_b_w.svg) no-repeat 81% center;
  -webkit-background-size: 14px auto;
          background-size: 14px auto;
  padding-left: 4px; }

.resv_serchMainFormMc {
  display: inline-block;
  width: 240px;
  height: 40px;
  margin-left: 20px; }

.resv_serchMainFormMcSelect {
  height: 100%;
  color: #ffffff;
  font-size: 1rem;
  letter-spacing: 0.05em;
  background: url(/common/images/ico_ar_b_w.svg) no-repeat 81% center;
  -webkit-background-size: 14px auto;
          background-size: 14px auto;
  padding-left: 4px; }

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

.resv_serchMainFormCheckIn {
  width: 290px;
  display: inline-block;
  vertical-align: bottom; }

.resv_serchMainFormCheckOut {
  width: 300px;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 15px; }

.resv_serchMainFormCheckInTxt,
.resv_serchMainFormCheckOutTxt {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.88rem;
  line-height: 1.2;
  letter-spacing: normal;
  color: #ffffff;
  text-align: left; }

.resv_serchMainFormCheckInCol,
.resv_serchMainFormCheckOutCol {
  display: inline-block;
  vertical-align: bottom;
  width: 180px;
  height: 40px;
  position: relative;
  text-align: left;
  margin-left: 5px;
  border-bottom: 2px solid #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.resv_serchMainFormCheckInDisp,
.resv_serchMainFormCheckOutDisp {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
  background: url(/common/images/ico_cal_w.svg) no-repeat 96% 55%;
  -webkit-background-size: 16px auto;
          background-size: 16px auto;
  cursor: pointer; }
  .resv_serchMainFormCheckInDisp .numS,
  .resv_serchMainFormCheckOutDisp .numS {
    font-size: 0.88rem;
    letter-spacing: 0.05em;
    padding-left: 4px;
    vertical-align: baseline; }
  .resv_serchMainFormCheckInDisp .numM,
  .resv_serchMainFormCheckOutDisp .numM {
    font-size: 1.13rem;
    letter-spacing: 0.05em;
    padding-left: 4px;
    vertical-align: baseline; }
  .resv_serchMainFormCheckInDisp .numL,
  .resv_serchMainFormCheckOutDisp .numL {
    font-size: 1.38rem;
    letter-spacing: 0.05em;
    padding-left: 4px;
    vertical-align: baseline; }
  .resv_serchMainFormCheckInDisp .txt,
  .resv_serchMainFormCheckOutDisp .txt {
    font-size: 0.88rem;
    letter-spacing: 0.05em;
    vertical-align: baseline; }
  .resv_serchMainFormCheckInDisp .txtL,
  .resv_serchMainFormCheckOutDisp .txtL {
    font-size: 1.13rem;
    letter-spacing: 0.05em;
    padding-left: 4px;
    vertical-align: baseline; }

.resv_serchMainFormCheckInHidden,
.resv_serchMainFormCheckOutHidden {
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  font-size: 1rem; }

.resv_serchMainConv {
  width: 350px;
  display: inline-block;
  vertical-align: top;
  margin-left: 20px; }

.resv_serchMainConvBtn {
  display: block;
  cursor: default;
  color: #6e6e6e;
  background: #323232;
  width: 100%;
  height: auto;
  padding: 19px 0;
  border-radius: 3px;
  font-size: 1.13rem;
  font-weight: bold;
  letter-spacing: 0.05em; }

.resv_serchMainConvBtn.active {
  cursor: pointer;
  color: #ffffff;
  background: url(/common/images/ico_ar_r_w.svg) no-repeat 96% center #ce305b;
  -webkit-background-size: 8px auto;
          background-size: 8px auto; }

.resv_serchMainConvLinks {
  margin-top: 5px;
  text-align: right;
  position: absolute;
  bottom: 20px;
  right: 20px; }
  .resv_serchMainConvLinks.-eng {
    right: 206px; }
  .resv_serchMainConvLinks.-chi {
    right: 286px; }
  .resv_serchMainConvLinks li {
    display: inline-block;
    margin-top: 5px; }
    .resv_serchMainConvLinks li a {
      font-size: 0.75rem;
      letter-spacing: 0.05em;
      color: #ffffff;
      padding-left: 9px;
      background: url(/common/images/ico_ar_r_w.svg) no-repeat left center;
      -webkit-background-size: 5px auto;
              background-size: 5px auto; }
  .resv_serchMainConvLinks li:not(:last-child) {
    margin-right: 20px; }

.resv_serchMainNotes {
  display: block;
  margin-top: 15px;
  text-align: left; }
  .resv_serchMainNotes li {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 0.88rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
    color: #ffffff; }

.resv_other {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#171919), color-stop(50%, #212324));
  background: -webkit-linear-gradient(top, #171919 0%, #212324 50%);
  background: linear-gradient(to bottom, #171919 0%, #212324 50%);
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0;
  padding: 20px 0; }

.resv_otherRegist{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  width: 100%;
  height: 82px;
  margin: 0 auto;
  box-sizing: border-box;
  border: 1px solid #cbc6c6;
  background: url(/common/images/ico_circar_r_g.svg) no-repeat 20px center / 20px,linear-gradient(to bottom, #f5f5f5 0%, #d1d1d1 100%);
  border-radius: 3px;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: left;
  z-index: 1;
}
.resv_otherRegist:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: calc(100% - 2px);
  height: 78px;
  border-radius: 4px 0 0 0;
  background: linear-gradient(to bottom, #d1d1d1 0%, #f5f5f5 100%);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  z-index: -1;
}

.resv_otherRegistTxt01{
  line-height: 1.4;
  text-align: left;
  padding-left: 20px;
}
.resv_otherRegistTxt01 .img{
  display: block;
  width: 65px;
}
.resv_otherRegistTxt01 .l{
  font-size: 1.32rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.resv_otherRegistTxt01 .m{
  font-size: 1rem;
  letter-spacing: 0.05em;
}
.resv_otherRegistTxt01 .s{
  font-size: 0.88rem;
  letter-spacing: 0.05em;
}

.resv_otherRegistTxt02{
  line-height: 1.4;
  margin-left: 22px;
  text-align: left;
}
.resv_otherRegistTxt02 .bold{
  font-weight: bold;
}
.resv_otherRegistTxt02 .gold{
  color: #b5871b !important;
}
.resv_otherRegistTxt02 .pink{
  color: #ce305b !important;
}
.resv_otherRegistTxt02 .l{
  font-size: 1.13rem;
  letter-spacing: 0.1em;
  color: #202020;
}
.resv_otherRegistTxt02 .m{
  font-size: 0.94rem;
  letter-spacing: 0.1em;
  color: #202020;
}
.resv_otherRegistTxt02 .s{
  font-size: 0.88rem;
  letter-spacing: 0.1em;
  color: #202020;
}

.resv_otherRegistGoldWrap {
  margin-left: 24px;
}

.resv_otherRegistGoldTxt {
  font-size: 0.94rem;
  font-weight: bold;
  color: #b5871b;
  text-align: center;
}

.resv_otherRegistGoldBox {
  line-height: 1.2;
  padding: 4px 16px 5px 18px;
  border-radius: 50px;
  font-size: 0.94rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
  background: #b5871b;
  text-align: center;
}

.resv_otherPlane {
  display: inline-block;
  vertical-align: top;
  width: 400px;
  height: 82px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 14px 0 0 20px;
  border: 1px solid #505151;
  background: url(/common/images/ico_plane_w.svg) no-repeat 95% center #363838;
  -webkit-background-size: 60px auto;
          background-size: 60px auto;
  border-radius: 3px;
  margin-left: 20px; }

.resv_otherRegistTxt {
  text-align: left;
  font-size: 1.13rem;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #ffffff;
  padding-left: 30px;
  background: url(/common/images/ico_circar_r_p.svg) no-repeat left center;
  -webkit-background-size: 20px 20px;
          background-size: 20px; }

.bnr {
  background: #2a2c2e; }

.main {
  position: relative;
  z-index: 1; }

.anchor {
  position: absolute;
  background: rgba(56, 58, 62, 0.8);
  width: 100%;
  z-index: 1; }

.anchor.fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2; }

.anchor_lists {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 16px; }
  .anchor_lists li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px; }
    .anchor_lists li a {
      font-family: "Noto Serif Japanese", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-size: 1.13rem;
      letter-spacing: 0.05em;
      color: #d6b976;
      padding-left: 14px;
      background: url(/common/images/ico_anchor_w.svg) no-repeat left center;
      -webkit-background-size: 5px auto;
              background-size: 5px auto; }
  .anchor_lists.-eng li a {
    font-family: "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

@media screen and (max-width: 1160px) {
  .anchor_lists {
    text-align: right; }
    .anchor_lists li:last-child {
      margin-right: 220px; } }

.about {
  position: relative;
  background: #212324;
  padding-top: 60px; }
  .about.-light {
    background: #2a2c2e; }

.about_outer {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0; }

.about_col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: 650px;
  padding-right: 50px; }

.about_head {
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #fff; }
  .about_head.-locals, .about_head.-access {
    margin-bottom: 20px; }

.about_address {
  margin-top: 20px; }

.about_addressTxt {
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #fff; }

.about_addressTel,
.about_addressFax {
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #fff; }
  .about_addressTel span,
  .about_addressFax span {
    color: #fff !important; }

.about_addressTime {
  margin-top: 20px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #fff; }

.about_addressInfo {
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #fff; }

.about_addressLink {
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #fff;
  background: url(/common/images/ico_circar_r_g.svg) no-repeat left center;
  -webkit-background-size: 16px 16px;
          background-size: 16px;
  padding-left: 20px; }

.about_other {
  display: inline-block;
  vertical-align: top;
  width: 350px; }

.about_otherSites {
  text-align: center;
  margin-top: 60px; }
  .about_otherSites > li {
    display: inline-block;
    vertical-align: top; }
  .about_otherSites > li.ta {
    width: 64px; }
  .about_otherSites > li.tu {
    width: 170px; }
  .about_otherSites > li:not(:first-child) {
    margin-left: 50px; }

.about_otherLists {
  max-width: 350px;
  margin: 0 auto; }
  .about_otherLists > li {
    display: inline-block;
    vertical-align: top;
    width: 30%; }
    .about_otherLists > li .txt {
      font-size: 0.75rem;
      letter-spacing: 0.05em;
      line-height: 1.4;
      color: #fff;
      margin-top: 10px; }
    .about_otherLists > li .ico {
      margin: 0 auto;
      height: 54px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .about_otherLists > li .ico.-wifi {
        max-width: 54px;
        padding-top: 6px; }
      .about_otherLists > li .ico.-smo {
        max-width: 54px; }
      .about_otherLists > li .ico.-en {
        max-width: 61px;
        padding-top: 6px; }

.about_locals,
.about_access {
  text-align: left;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 60px; }

.locals {
  position: relative;
  background: #212324; }

.locals_lists {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0; }
  .locals_lists > li {
    display: inline-block;
    vertical-align: top;
    width: 23.8%;
    text-align: left; }
  .locals_lists > li:not(:first-child) {
    margin-left: 1.6%; }

.locals_listsCap {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #fff;
  margin-top: 5px; }

.roomGlobal {
  position: relative;
  background: #2a2c2e; }

.service {
  position: relative;
  background: #212324; }

.facilities {
  position: relative;
  background: #2a2c2e; }

.rooms {
  width: 100%;
  position: relative;
  padding-top: 0;
  background: #2a2c2e; }

.rooms_cts {
  background: rgba(255, 255, 255, 0.9);
  width: 426px;
  height: 100%;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0; }

.rooms_ctsHead {
  width: 215px;
  margin: 0 auto 40px; }

.rooms_ctsTxt {
  font-size: 1.13rem;
  letter-spacing: 0.05em;
  color: #6b6b6b;
  line-height: 2; }

.rooms_ctsBtn {
  background: #ffffff;
  display: block;
  padding: 15px 0 15px 10px;
  width: 200px;
  margin: 40px auto 0;
  color: #000000;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px; }

.rooms_ctsBtn:before {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  background: url(/common/images/ico_circar_r_g.svg) no-repeat left top;
  -webkit-background-size: cover;
          background-size: cover;
  top: calc(50% - 8px);
  left: calc(50% - 50px); }

.rooms_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
          background-size: cover;
  z-index: 0; }

.plan {
  background: #2a2c2e; }

.plan_head {
  width: 214px; }

.plan_txt {
  color: #ffffff; }

.plan_list .card a {
  background: #383a3e; }

.card_colTtl {
  background: #383a3e;
  color: #ffffff; }

.card_colTtl:before {
  background: #b4871c; }

.card_colTxt {
  color: #ffffff; }

.card_colBtn {
  border: 1px solid #b4871c;
  background: none;
  color: #ffffff; }

.card_colBtn:before {
  background: url(/common/images/ico_circar_r_g.svg) no-repeat left center;
  -webkit-background-size: contain;
          background-size: contain; }

.plan_all {
  background: #615027;
  border: 1px solid #8b6c21;
  color: #ffffff; }

.plan_all:before {
  background: url(/common/images/ico_circar_r_g.svg) no-repeat left center;
  -webkit-background-size: contain;
          background-size: contain; }

.feature {
  background: #212324;
  padding-top: 160px; }

.feature_head {
  width: 241px;
  margin: 0 auto 80px; }

.feature_in {
  position: relative;
  padding: 320px 0 80px; }
  .feature_in .scrollFade_blk {
    height: 400px; }
  .feature_in .scrollFade_blk:before {
    border-width: 400px 0 0 100px;
    right: -100px; }
  .feature_in .scrollFade_blk:after {
    border-width: 0 0 400px 100px;
    left: -100px; }

.feature_inCts {
  width: 800px;
  background: #383a3e;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 35px 40px;
  word-break: break-all;
  word-wrap: break-all;
  overflow-wrap: break-all; }

.feature_inHead {
  color: #edc055;
  font-family: "Noto Serif Japanese", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  border-bottom: 1px solid #c39936;
  display: inline-block;
  margin: 0 auto 25px; }

.feature_inHead02 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-top: 20px;
  padding-left: 12px;
  position: relative;
  text-align: left;
  color: #ffffff; }

.feature_inHead02:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 8px; }

.feature_inTxt, .feature_inTxt2 {
  text-align: left;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #ffffff; }

.feature_inTxt2 {
  margin-top: 10px; }

.feature_inNotes {
  margin-bottom: 20px; }
  .feature_inNotes > li {
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
    color: #ffffff;
    text-indent: -1em;
    padding-left: 1em; }
  .feature_inNotes > li:not(:first-child) {
    margin-top: 10px; }

.feature_inBg {
  width: 100%;
  height: 400px;
  position: absolute;
  left: 0;
  top: 0; }

.feature_inCtsBtm {
  margin-top: 20px;
  text-align: left;
  zoom: 1; }
  .feature_inCtsBtm:before, .feature_inCtsBtm:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  .feature_inCtsBtm:after {
    clear: both; }

.feature_inCtsNotes {
  text-align: left; }
  .feature_inCtsNotes li {
    padding-left: 1em;
    text-indent: -1em;
    color: #ffffff;
    font-size: 0.88rem;
    letter-spacing: 0.05em;
    margin-top: 5px; }
  .feature_inCtsNotes li:first-child {
    margin-top: 0; }

.feature_inCtsLink {
  float: right;
  color: #ffffff;
  background: url(/common/images/ico_circar_r_g.svg) no-repeat left center;
  -webkit-background-size: 16px 16px;
          background-size: 16px;
  padding-left: 20px; }

.feature_inCtsLink.pdf {
  padding-right: 20px;
  background: url(/common/images/ico_circar_r_g.svg) no-repeat left center, url(/common/images/ico_pdf_w.svg) no-repeat 99% center;
  -webkit-background-size: 16px, 10px auto;
          background-size: 16px, 10px auto; }

.feature_inCtsLink.blank {
  padding-right: 22px;
  background: url(/common/images/ico_circar_r_g.svg) no-repeat left center, url(/common/images/ico_blank_w.svg) no-repeat 97% 55%;
  -webkit-background-size: 16px, 14px auto;
          background-size: 16px, 14px auto; }

.toggleBtn {
  display: block;
  margin: 40px auto 0;
  max-width: 260px;
  width: 92%;
  font-size: 1rem;
  line-height: 1.4;
  padding: 4px 30px 6px;
  border: 2px solid #ffffff;
  text-align: center;
  color: #ffffff;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none;
  -webkit-background-size: 5px auto;
          background-size: 5px auto;
  position: relative; }

.toggleBtn:before {
  content: '';
  background: url(/common/images/ico_toggle_w.svg) no-repeat right top;
  -webkit-background-size: 10px 10px;
          background-size: 10px;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: calc(50% - 5px); }

.toggleBtn.open:before {
  background-position: right bottom; }

.bf {
  padding-bottom: 20px;
  text-align: left;
  color: #ffffff;
  display: none; }

.bf_read {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 40px; }

.bf_head01 {
  font-size: 1.38rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 15px;
  margin-top: 60px; }

.bf_head02, .bf_head02_2 {
  font-size: 1.13rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-top: 40px;
  padding-left: 12px;
  position: relative; }

.bf_head02:before, .bf_head02_2:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 9px; }

.bf_head02_2 {
  font-size: 1.38rem;
  padding-left: 0; }
  .bf_head02_2::before {
    content: none;
    display: none; }

.bf_head03 {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 40px;
  padding-left: 12px;
  position: relative; }
  .bf_head03::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 9px; }

.bf_head {
  margin-top: 60px;
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0;
  text-align: center; }
  .bf_head .bf_headImg:first-child {
    margin-right: 10px; }

.bf_headImg {
  max-width: 320px;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  display: inline-block; }

.bf_imgBox {
  zoom: 1; }
  .bf_imgBox:before, .bf_imgBox:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  .bf_imgBox:after {
    clear: both; }

.bf_imgBoxTxt {
  max-width: 340px;
  width: 100%;
  float: left; }

.bf_imgBoxImg, .bf_imgBoxImg2 {
  max-width: 340px;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  float: right;
  margin-top: 45px;
  position: relative; }

.bf_imgBoxImg2 {
  margin-top: 15px; }

.bf_lists {
  margin-top: 15px; }
  .bf_lists li {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 0.88rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin-top: 10px; }

.bf_notes {
  margin-top: 10px; }
  .bf_notes li {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin-top: 5px; }

.bf_block {
  border-radius: 3px;
  border: 1px solid #6a6d73;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  margin-top: 40px; }

.bf_blockHead01 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding-left: 12px;
  position: relative;
  margin-bottom: 10px; }

.bf_blockHead01:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 8px; }

.bf_blockTxt {
  font-size: 0.88rem;
  letter-spacing: 0.05em;
  line-height: 2; }

.bf_txt {
  margin-top: 8px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 2; }

.access {
  background: #2a2c2e;
  padding-bottom: 100px; }
  .access.-dark {
    background: #212324; }

.access_in {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }

.access_head {
  width: 215px;
  margin: 0 auto 60px; }

.access_map {
  width: 100%;
  height: 480px;
  margin: 0 auto;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  position: relative; }
  .access_map > img {
    width: 100%;
    height: auto; }
  .access_map > iframe {
    width: 100%;
    height: 100%; }
  .access_map.-img {
    height: auto; }

.access_details {
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0;
  text-align: left;
  width: 100%;
  margin: 0 auto;
  padding: 30px 30px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.access_detailsTtl {
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  width: 30%; }

.access_detailsTxt {
  display: inline-block;
  vertical-align: top;
  width: 35%;
  margin-left: 5%; }

.access_detailsZip {
  color: #ffffff;
  font-size: 0.88rem;
  letter-spacing: 0.05em; }

.access_detailsAddress {
  color: #ffffff;
  font-size: 0.88rem;
  letter-spacing: 0.05em; }

.access_detailsTel {
  color: #ffffff;
  font-size: 0.88rem;
  letter-spacing: 0.05em; }
  .access_detailsTel .telCall {
    font-size: 1rem;
    font-weight: bold; }
    .access_detailsTel .telCall a {
      color: #ffffff; }

.access_detailsFax {
  color: #ffffff;
  font-size: 0.88rem;
  letter-spacing: 0.05em; }

.access_detailsGuide {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  margin-left: 5%; }
  .access_detailsGuide dl {
    margin-top: 5px; }
  .access_detailsGuide dt {
    display: inline-block;
    vertical-align: top;
    width: 60%; }
    .access_detailsGuide dt p {
      color: #ffffff;
      font-size: 0.88rem;
      letter-spacing: 0.05em; }
  .access_detailsGuide dd {
    display: inline-block;
    vertical-align: top;
    width: 35%;
    margin-left: 5%; }
    .access_detailsGuide dd p {
      color: #ffffff;
      font-size: 0.88rem;
      font-weight: bold;
      letter-spacing: 0.05em; }

.access_detailsAccess {
  font-size: 0.88rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin: 10px 0 0 35%;
  position: relative;
  padding-left: 18px; }

.access_detailsAccess:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #ffffff;
  position: absolute;
  left: 3px;
  top: 6px; }

.access_link {
  display: block;
  width: 100%;
  max-width: 1000px;
  background: #615027;
  border: 1px solid #8b6c21;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  font-size: 1rem;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.05em;
  padding: 12px 0 12px 25px;
  position: relative;
  border-radius: 3px; }
  .access_link .ico {
    padding-right: 16px;
    background: url(/common/images/ico_pdf_w.svg) no-repeat right center;
    -webkit-background-size: 12px auto;
            background-size: 12px auto; }

.access_link:before {
  content: '';
  width: 14px;
  height: 14px;
  background: url(/common/images/ico_circar_r_g.svg) no-repeat left center;
  -webkit-background-size: contain;
          background-size: contain;
  position: absolute;
  left: calc(50% - 5.6%);
  top: calc(50% - 7px); }

.access_pdf {
  display: block;
  width: 100%;
  max-width: 600px;
  border: 1px solid #8b6c21;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 20px auto 0;
  font-size: 1rem;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.05em;
  padding: 12px 0;
  position: relative;
  background: url(/common/images/ico_pdf_w.svg) no-repeat 98% center #615027;
  -webkit-background-size: 12px auto;
          background-size: 12px auto;
  border-radius: 3px; }

.access_globalToggle {
  text-align: left;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  display: none; }
  .access_globalToggle.-show {
    display: block; }

.access_globalHead {
  font-size: 1.57rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #fff;
  margin: 40px 0 20px; }
  .access_globalHead.-nomt {
    margin-top: 0; }

.access_globalTxt {
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #fff; }

.access_globalTableHead {
  width: 100%;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff; }
  .access_globalTableHead th {
    background: rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 20px;
    letter-spacing: -1em;
    word-spacing: 0.1em;
    font-size: 0; }
    .access_globalTableHead th .txt {
      font-size: 0.88rem;
      letter-spacing: 0.05em;
      line-height: 1.4;
      color: #fff;
      display: inline-block;
      vertical-align: middle; }
      .access_globalTableHead th .txt.-bold {
        font-weight: 600; }
    .access_globalTableHead th .ico {
      display: inline-block;
      vertical-align: middle;
      margin-left: 20px; }
      .access_globalTableHead th .ico.-station {
        width: 51px; }
      .access_globalTableHead th .ico.-subway {
        width: 27px; }
      .access_globalTableHead th .ico.-walk {
        width: 24px; }
  .access_globalTableHead .row01 {
    width: 28%; }
  .access_globalTableHead .row02 {
    width: 28%; }
  .access_globalTableHead .row03 {
    width: 44%; }

.access_globalTable {
  margin-top: 20px;
  width: 100%;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-collapse: separate;
  border-radius: 0 0 20px 20px; }
  .access_globalTable td {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 20px; }
    .access_globalTable td .txt {
      font-size: 0.88rem;
      letter-spacing: 0.05em;
      line-height: 1.4;
      color: #fff;
      display: inline-block;
      vertical-align: middle;
      word-break: break-all;
      word-wrap: break-all;
      overflow-wrap: break-all; }
      .access_globalTable td .txt.-bold {
        font-weight: 600; }
  .access_globalTable .row01 {
    width: 28%; }
  .access_globalTable .row02 {
    width: 28%; }
  .access_globalTable .row03 {
    width: 44%; }
  .access_globalTable .maruL {
    border-radius: 0 0 0 20px; }
  .access_globalTable .maruR {
    border-radius: 0 0 20px 0; }

.sightseeing {
  background: #212324;
  padding-bottom: 100px; }

.sightseeing_in {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }

.sightseeing_col {
  width: 100%;
  height: 380px;
  position: relative;
  zoom: 1;
  margin-bottom: 50px; }
  .sightseeing_col:before, .sightseeing_col:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  .sightseeing_col:after {
    clear: both; }

.sightseeing_colCts {
  width: 380px;
  height: 380px;
  background: #393b3f;
  top: 0;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  display: table-cell;
  vertical-align: middle; }

.sightseeing_colBg {
  width: 620px;
  position: absolute;
  top: 0; }
  .sightseeing_colBg .copy {
    position: absolute;
    bottom: 5px;
    font-size: 0.63rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
    color: #ffffff;
    text-shadow: 0px 0px 2px black; }
  .sightseeing_colBg .copyB {
    color: #000000;
    text-shadow: 0px 0px 2px white; }

.sightseeing_01 .sightseeing_colBg,
.sightseeing_03 .sightseeing_colBg {
  right: 0; }
  .sightseeing_01 .sightseeing_colBg .copy,
  .sightseeing_03 .sightseeing_colBg .copy {
    right: 5px; }

.sightseeing_02 .sightseeing_colCts,
.sightseeing_04 .sightseeing_colCts {
  width: 100%;
  padding: 30px 30px 30px 650px; }

.sightseeing_02 .sightseeing_colBg,
.sightseeing_04 .sightseeing_colBg {
  left: 0; }
  .sightseeing_02 .sightseeing_colBg .copy,
  .sightseeing_04 .sightseeing_colBg .copy {
    left: 5px; }

.sightseeing_head {
  width: 364px;
  margin: 0 auto 60px; }

.sightseeing_colCtsHead {
  font-family: "Noto Serif Japanese", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  color: #ffffff;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px; }

.sightseeing_colCtsHead:before {
  content: '';
  width: 40px;
  height: 2px;
  background: #b4871c;
  position: absolute;
  left: 0;
  bottom: 0; }

.sightseeing_colCtsTxt {
  font-size: 0.88rem;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #ffffff; }

.sightseeing_link {
  display: block;
  width: 100%;
  max-width: 1000px;
  background: #615027;
  border: 1px solid #8b6c21;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  font-size: 1rem;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.05em;
  padding: 12px 0 12px 25px;
  position: relative;
  border-radius: 3px; }

.sightseeing_link:before {
  content: '';
  width: 14px;
  height: 14px;
  background: url(/common/images/ico_circar_r_g.svg) no-repeat left center;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  left: calc(50% - 9%);
  top: calc(50% - 7px); }

.news {
  background: #2a2c2e; }
  .news.-global {
    background: #383a3e; }

.news_head {
  width: 148px; }

.news_list {
  border-top: 1px solid #7d6323; }

.news_listCol {
  border-bottom: 1px solid #7d6323; }
  .news_listCol a:hover {
    background: #212324; }

.news_listColDate,
.news_listColTxt {
  color: #ffffff; }

.news_listColTxt:before {
  background: url(/common/images/ico_ar_r_w.svg) no-repeat left center;
  -webkit-background-size: contain;
          background-size: contain; }

.news_all {
  color: #ffffff;
  background: url(/common/images/ico_circar_r_g.svg) no-repeat left center;
  -webkit-background-size: 14px 14px;
          background-size: 14px; }

.hotelList {
  position: relative;
  background: #212324; }

.hotellist_in {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto; }

@media screen and (max-width: 1024px) {
  .txtLink:hover {
    text-decoration: underline; }
  .kv_copy .notes {
    bottom: 70px;
    right: 80px; }
  .resv_news {
    width: 96%; }
    .resv_news .resv_newsTopics {
      display: block;
      padding: 0;
      margin-bottom: 3px;
      position: relative; }
    .resv_news .resv_newsTopics:before {
      content: '';
      position: absolute;
      left: calc(50% - 3px);
      bottom: -6px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 6px 0 6px;
      border-color: rgba(206, 48, 91, 0.6) transparent transparent transparent; }
    .resv_news dd {
      width: 100%;
      margin-left: 0;
      padding: 5px 10px;
      border-radius: 3px; }
      .resv_news dd a:hover {
        opacity: 1; }
  .resv_serch {
    border-radius: 0; }
  .resv_serchMain {
    width: 100%; }
  .resv_serchMainFormCol {
    width: 100%;
    text-align: center; }
  .resv_serchMainFormRc,
  .resv_serchMainFormMc {
    width: 300px; }
  .resv_serchMainForm {
    display: block;
    width: 100%; }
  .resv_serchMainFormCheck {
    text-align: center; }
  .resv_serchMainFormCheckOut {
    margin-left: 30px; }
  .resv_serchMainConv {
    display: block;
    width: 100%;
    max-width: 620px;
    margin: 20px auto 0; }
  .resv_serchMainConvBtn {
    padding: 12px 0; }
  .resv_serchMainConvLinks {
    text-align: center;
    position: relative;
    bottom: auto;
    right: auto; }
    .resv_serchMainConvLinks.-eng, .resv_serchMainConvLinks.-chi {
      right: auto; }
    .resv_serchMainConvLinks li,
    .resv_serchMainConvLinks li:not(:last-child) {
      margin: 5px 10px 0; }
  .resv_serchMainNotes {
    text-align: center; }
  .resv_otherRegist{
    width: 620px;
  }
  .resv_otherRegistTxt01{
    padding-left: 32px;
  }
  .resv_otherRegistTxt01 .img{
    width: 50px;
  }
  .resv_otherRegistTxt02{
    margin-left: 8px;
  }
  .resv_otherRegistTxt02 .l{
    font-size: 0.88rem;
  }
  .resv_otherRegistGoldWrap {
    margin-left: 10px;
  }
  .resv_otherRegistGoldTxt {
    font-size: 0.69rem;
  }
  .resv_otherRegistGoldBox {
    padding: 4px 9px 5px 11px;
    font-size: 0.75rem;
    letter-spacing: 0;
  }
  .resv_otherPlane {
    display: block;
    margin: 10px auto 0; }
  .anchor_lists {
    width: 100%;
    height: 56px;
    padding-top: 16px; }
    .anchor_lists li {
      margin: 0 8px; }
      .anchor_lists li a {
        font-size: 0.88rem; }
  .about {
    padding-top: 56px; }
  .about_outer {
    max-width: 620px;
    margin: 0 auto;
    padding: 60px 0; }
  .about_head.-locals, .about_head.-access {
    text-align: center; }
  .about_col {
    display: block;
    width: 100%;
    padding-right: 0; }
  .about_other {
    display: block;
    margin: 40px auto 0; }
  .about_otherSites {
    margin-top: 30px; }
  .about_locals,
  .about_access {
    max-width: 620px;
    margin: 0 auto;
    padding: 0 0 60px; }
  .locals_lists {
    max-width: 660px;
    width: 96%; }
    .locals_lists > li {
      display: inline-block;
      vertical-align: top;
      width: 48%;
      text-align: left; }
    .locals_lists > li:not(:first-child) {
      margin-left: 0; }
    .locals_lists > li:nth-child(even) {
      margin-left: 4%; }
    .locals_lists > li:nth-child(n + 3) {
      margin-top: 30px; }
  .rooms {
    padding-top: 0; }
  .rooms_cts {
    width: 320px;
    padding: 40px 0; }
  .rooms_ctsHead {
    margin-bottom: 20px; }
  .rooms_ctsTxt {
    font-size: 0.88rem; }
  .rooms_ctsBtn {
    margin-top: 20px; }
  .feature_head {
    margin-bottom: 60px; }
  .feature {
    padding-top: 136px; }
  .feature_in {
    padding: 240px 0 60px; }
    .feature_in .scrollFade_blk {
      height: 300px; }
    .feature_in .scrollFade_blk:before {
      border-width: 300px 0 0 80px;
      right: -80px; }
    .feature_in .scrollFade_blk:after {
      border-width: 0 0 300px 80px;
      left: -80px; }
  .feature_inCts {
    max-width: 660px;
    width: 96%;
    padding: 25px 30px; }
  .feature_inTxt, .feature_inTxt2 {
    font-size: 0.88rem; }
  .feature_inTxt2 {
    margin-top: 5px; }
  .feature_inNotes {
    margin-bottom: 20px; }
    .feature_inNotes > li {
      font-size: 0.88rem; }
    .feature_inNotes > li:not(:first-child) {
      margin-top: 10px; }
  .feature_inBg {
    height: 300px; }
  .bf_headImg {
    max-width: 295px; }
  .bf_imgBoxTxt {
    max-width: 285px; }
  .bf_imgBoxImg, .bf_imgBoxImg2 {
    max-width: 285px; }
  .access {
    padding-bottom: 80px; }
  .access_details {
    width: 660px;
    padding: 30px 0 40px; }
  .access_detailsTtl {
    display: block;
    width: 100%;
    margin-bottom: 10px; }
  .access_detailsTxt {
    width: 48%;
    margin-left: 0; }
  .access_detailsGuide {
    width: 48%;
    margin-left: 4%; }
    .access_detailsGuide dt {
      width: 40%; }
    .access_detailsGuide dd {
      width: 55%; }
  .access_detailsAccess {
    margin: 10px 0 0 0; }
  .access_link {
    width: 92%;
    max-width: 660px; }
  .access_link:before {
    left: calc(50% - 56px); }
  .access_pdf {
    width: 92%;
    max-width: 560px;
    background: url(/common/images/ico_pdf_w.svg) no-repeat 98% center #615027;
    -webkit-background-size: 12px auto;
            background-size: 12px auto; }
  .access_globalToggle {
    max-width: 660px;
    width: 96%; }
  .access_globalHead {
    font-size: 1.38rem; }
  .access_globalTxt {
    font-size: 0.88rem; }
  .access_globalTableHead th {
    padding: 10px;
    text-align: center; }
    .access_globalTableHead th .txt {
      font-size: 0.75rem;
      display: block; }
    .access_globalTableHead th .ico {
      display: block;
      margin: 10px auto 0; }
  .access_globalTable {
    margin-top: 15px;
    border-radius: 0 0 15px 15px; }
    .access_globalTable td {
      padding: 10px; }
      .access_globalTable td .txt {
        font-size: 0.75rem; }
    .access_globalTable .maruL {
      border-radius: 0 0 0 15px; }
    .access_globalTable .maruR {
      border-radius: 0 0 15px 0; }
  .sightseeing {
    padding-bottom: 80px; }
  .sightseeing_col {
    width: 92%;
    max-width: 660px;
    height: auto;
    margin: 0 auto 40px; }
  .sightseeing_colBg {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
    background: #393b3f; }
  .sightseeing_colCts {
    width: 100%;
    height: auto; }
  .sightseeing_01 .sightseeing_colCts,
  .sightseeing_02 .sightseeing_colCts,
  .sightseeing_03 .sightseeing_colCts,
  .sightseeing_04 .sightseeing_colCts {
    padding: 30px; }
  .sightseeing_01 .sightseeing_colBg .copy,
  .sightseeing_02 .sightseeing_colBg .copy,
  .sightseeing_03 .sightseeing_colBg .copy,
  .sightseeing_04 .sightseeing_colBg .copy {
    left: auto;
    right: 5px; }
  .sightseeing_link {
    width: 92%;
    max-width: 660px; }
  .sightseeing_link:before {
    left: calc(50% - 90px); }
  .news_listCol a:hover {
    background: url(/common/images/ico_ar_r_g.svg) no-repeat 98% center;
    -webkit-background-size: 10px auto;
            background-size: 10px auto; }
  .news_listColTxt:before {
    background: none; }
  .hotellist_in {
    max-width: 660px;
    width: 96%; } }

@media screen and (max-width: 767px) {
  .kv:before {
    height: 120px; }
  .kv_ttl {
    top: calc(50% - 30px); }
    .kv_ttl .grade {
      font-size: 0.75rem;
      text-shadow: 1px 1px 2px black; }
    .kv_ttl .place {
      font-size: 2.25rem;
      text-shadow: 1px 1px 2px black;
      padding: 6px 0 10px; }
  .kv_imageDots {
    bottom: 20px; }
  .kv_copyOuter {
    font-size: 0.88rem;
    top: calc(50% + 60px); }
  .kv_copy .notes {
    width: 100%;
    text-align: left;
    font-size: 0.63rem;
    bottom: 70px;
    left: 10px; }
  .kv_copy_goto {
    width: 70%;
    left: 15%;
    top: -80%; }
  .kv.noTopics .kv_ttl {
    top: calc(50% - 30px - 30px); }
  .kv.noTopics .kv_copyOuter {
    top: calc(50% + 60px - 30px); }
  .kv.noTopics .kv_imageDots .slick-dots {
    bottom: 0; }
  .eng .kv_ttl, .chi .kv_ttl {
    top: calc( 50% - 20px); }
    .eng .kv_ttl .place, .chi .kv_ttl .place {
      font-size: 1.25rem;
      letter-spacing: 0.1em; }
  .eng .kv_copyOuter, .chi .kv_copyOuter {
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    top: calc(50% + 50px); }
  .resv_news .resv_newsTopics {
    font-size: 0.75rem;
    width: 70px; }
  .resv_news dd {
    border-radius: 3px;
    font-size: 0.63rem; }
  .resv_serchMain {
    width: 96%;
    margin: 0 auto;
    padding: 15px 0 20px; }
  .resv_serchMainFormCol {
    width: 100%;
    text-align: left; }
  .resv_serchMainFormRc {
    display: inline-block;
    width: 49%; }
  .resv_serchMainFormMc {
    display: inline-block;
    width: 49%;
    margin-left: 2%; }
  .resv_serchMainFormRcSelect,
  .resv_serchMainFormMcSelect {
    background: url(/common/images/ico_ar_b_w.svg) no-repeat 82% center; }
  .resv_serchMainFormCheck {
    width: 100%;
    text-align: left; }
  .resv_serchMainFormCheckIn {
    width: 49%;
    display: inline-block; }
  .resv_serchMainFormCheckOut {
    width: 49%;
    display: inline-block;
    margin-left: 2%; }
  .resv_serchMainFormCheckInTxt,
  .resv_serchMainFormCheckOutTxt {
    display: block;
    font-size: 0.88rem;
    color: #ffffff; }
  .resv_serchMainFormCheckInCol,
  .resv_serchMainFormCheckOutCol {
    width: 100%;
    margin-left: 0px; }
  .resv_serchMainConv {
    width: 100%;
    display: block;
    margin: 15px auto 0; }
  .resv_serchMainConvBtn {
    padding: 11px 0; }
  .resv_serchMainNotes {
    text-align: left; }

  .resv_otherRegist{
    width: 96%;
    flex-wrap: wrap;
    height: auto;
    padding: 8px 8px 7px 22px;
    background: url(/common/images/ico_circar_r_g.svg) no-repeat 7px center / 16px,linear-gradient(to bottom, #f5f5f5 0%, #d9d9d9 100%);
  }
  .resv_otherRegist:after {
    height: 98%;
  }
  .resv_otherRegistTxt01{
    margin-bottom: 4px;
    padding: 0;
  }
  .resv_otherRegistTxt01 .img{
    width: 45px;
  }
  .resv_otherRegistTxt02{
    margin-left: 0;
    text-align: center;
  }
  .resv_otherRegistTxt02 .lt0-sp{
    letter-spacing: 0;
  }
  .resv_otherRegistTxt02 .l{
    line-height: 1.4;
  }
  .resv_otherRegistTxt02 .m{
    line-height: 1.4;
  }
  .resv_otherRegistTxt02 .m-sp{
    font-size: 0.88rem;
  }
  .resv_otherRegistTxt02 .s{
    line-height: 1.4;
  }
  .resv_otherRegistGoldWrap {
    margin-right: 5px;
  }
  .resv_otherRegistGoldTxt {
    font-size: 0.75rem;
  }
  .resv_otherRegistGoldBox {
    margin: 2px 0 5px;
    padding: 2px 10px 3px 12px;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
  }
  .resv_otherPlane {
    width: 96%;
    display: block;
    margin: 10px auto 0;
    height: auto;
    padding: 10px 10px 10px 40px;
    background: url(/common/images/ico_circar_r_p.svg) no-repeat 12px center, url(/common/images/ico_plane_w.svg) no-repeat 96% center #363838;
    -webkit-background-size: 16px, 50px auto;
            background-size: 16px, 50px auto; }
  .resv_otherRegistTxt {
    font-size: 1rem;
    letter-spacing: 0;
    padding: 0;
    background: none; }
  .anchor {
    position: relative;
    background: #383a3e; }
  .anchor.fixed {
    position: relative;
    left: auto;
    top: auto; }
  .anchor_lists {
    height: auto;
    padding: 10px 0 15px;
    text-align: center; }
    .anchor_lists li {
      margin: 5px 7px 0; }
      .anchor_lists li a {
        font-size: 0.88rem;
        padding-left: 10px; }
    .anchor_lists li:last-child {
      margin: 5px 7px 0; }
    .anchor_lists.-eng {
      max-width: 350px; }
      .anchor_lists.-eng li,
      .anchor_lists.-eng li:last-child {
        margin: 5px 16px 0; }
  .about {
    padding: 0; }
  .about_outer {
    width: 92%;
    padding: 30px 0; }
  .about_head {
    font-size: 1.25rem; }
  .about_address {
    margin-top: 10px; }
  .about_addressTxt {
    font-size: 0.88rem; }
  .about_addressTel,
  .about_addressFax {
    font-size: 0.88rem; }
  .about_addressTime {
    margin-top: 10px;
    font-size: 0.88rem; }
  .about_addressInfo {
    font-size: 0.88rem; }
  .about_other {
    margin: 30px auto 0;
    width: 96%; }
  .about_otherSites > li:not(:first-child) {
    margin-left: 20px; }
  .about_otherLists > li .txt {
    font-size: 0.63rem; }
  .about_locals {
    padding: 0 0 30px; }
  .about_access {
    padding: 0 0 60px; }
  .locals_lists > li:nth-child(n + 3) {
    margin-top: 20px; }
  .locals_listsCap {
    font-size: 0.75rem; }
  .rooms {
    padding: 0; }
  .rooms_bg {
    height: 58.4vw;
    position: relative; }
  .rooms_cts {
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    padding: 30px 0; }
  .rooms_ctsTxt {
    text-align: left;
    width: 92%;
    margin: 0 auto;
    font-size: 0.75rem;
    line-height: 1.6; }
  .rooms_ctsHead {
    width: 92%;
    max-width: 161px;
    margin-bottom: 20px; }
  .rooms_ctsBtn {
    width: 92%;
    margin-top: 20px;
    padding: 12px 0 12px 10px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
  .plan_head {
    width: 160px;
    max-width: 92%; }
  .plan_all {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .feature {
    padding-top: 60px; }
  .feature_head {
    width: 181px;
    margin-bottom: 30px; }
  .feature_in {
    padding: 0 0 40px; }
    .feature_in .scrollFade_blk {
      height: 40vw; }
    .feature_in .scrollFade_blk:before {
      border-width: 40vw 0 0 60px;
      right: -60px; }
    .feature_in .scrollFade_blk:after {
      border-width: 0 0 40vw 60px;
      left: -60px; }
  .feature_inCts {
    padding: 15px;
    margin-top: -20px; }
  .feature_inHead {
    font-size: 1.13rem;
    padding-bottom: 6px;
    margin-bottom: 14px; }
  .feature_inHead02 {
    font-size: 0.88rem;
    margin-top: 10px;
    padding-left: 10px; }
  .feature_inHead02:before {
    top: 6px; }
  .feature_inTxt, .feature_inTxt2 {
    font-size: 0.75rem; }
  .feature_inNotes {
    margin-bottom: 10px; }
    .feature_inNotes > li {
      text-align: left;
      font-size: 0.75rem; }
    .feature_inNotes > li:not(:first-child) {
      margin-top: 5px; }
  .feature_inBg {
    height: 40vw;
    position: relative; }
  .feature_inCtsBtm {
    margin-top: 10px; }
  .feature_inCtsNotes li {
    font-size: 0.75rem; }
  .bf_head {
    margin-top: 20px; }
    .bf_head .bf_headImg:first-child {
      margin: 0 auto 5px auto; }
  .bf_headImg {
    max-width: 320px;
    width: 100%;
    display: block;
    margin: 0 auto; }
  .toggleBtn {
    margin: 20px auto 0; }
  .bf {
    padding-bottom: 10px; }
  .bf_read {
    font-size: 0.75rem;
    margin-top: 14px; }
  .bf_head01 {
    font-size: 1.13rem;
    padding-bottom: 10px;
    margin-top: 20px; }
  .bf_head02, .bf_head02_2 {
    font-size: 1rem;
    margin-top: 20px; }
  .bf_head02:before, .bf_head02_2:before {
    top: 8px; }
  .bf_head02_2 {
    font-size: 1rem; }
  .bf_head03 {
    font-size: 0.88rem;
    margin-top: 20px; }
  .bf_imgBoxTxt {
    max-width: 100%;
    float: none; }
  .bf_imgBoxImg, .bf_imgBoxImg2 {
    margin: 20px auto 0;
    max-width: 340px;
    float: none; }
  .bf_lists {
    margin-top: 10px; }
    .bf_lists li {
      text-indent: -1em;
      padding-left: 1em;
      font-size: 0.75rem;
      letter-spacing: 0.05em;
      line-height: 1.4;
      margin-top: 5px; }
  .bf_notes {
    margin-top: 10px; }
    .bf_notes li {
      text-indent: -1em;
      padding-left: 1em;
      font-size: 0.63rem;
      letter-spacing: 0.05em;
      line-height: 1.4;
      margin-top: 5px; }
  .bf_block {
    padding: 15px;
    margin-top: 20px; }
  .bf_blockHead01 {
    font-size: 0.88rem;
    margin-bottom: 8px; }
  .bf_blockHead01:before {
    top: 5px; }
  .bf_blockTxt {
    font-size: 0.75rem; }
  .bf_txt {
    margin-top: 6px;
    font-size: 0.75rem; }
  .access_head {
    width: 92%;
    max-width: 161px;
    margin-bottom: 30px; }
  .access {
    padding-bottom: 60px; }
  .access_map {
    height: 100vw; }
  .access_link.-eng {
    margin-top: 20px; }
  .access_details {
    width: 92%;
    margin: 0 auto;
    padding: 20px 0; }
  .access_detailsTxt {
    display: block;
    width: 100%; }
  .access_detailsGuide {
    display: block;
    width: 100%;
    margin-left: 0;
    border-top: 1px solid #383a3e;
    margin-top: 10px; }
    .access_detailsGuide dl {
      border-bottom: 1px solid #383a3e;
      padding-bottom: 5px; }
  .access_detailsAccess {
    margin-top: 15px; }
  .access_pdf {
    font-size: 0.88rem;
    margin: 15px auto 0;
    padding: 8px 0;
    background: url(/common/images/ico_pdf_w.svg) no-repeat 96% center #615027;
    -webkit-background-size: 12px auto;
            background-size: 12px auto; }
  .access_globalTable {
    margin-top: 10px;
    border-radius: 0 0 10px 10px; }
    .access_globalTable td {
      padding: 10px; }
      .access_globalTable td .txt {
        font-size: 0.63rem; }
    .access_globalTable .maruL {
      border-radius: 0 0 0 10px; }
    .access_globalTable .maruR {
      border-radius: 0 0 10px 0; }
  .access_globalHead {
    font-size: 1.13rem;
    margin: 20px 0 10px; }
  .access_globalTxt {
    font-size: 0.75rem; }
  .sightseeing {
    padding-bottom: 60px; }
  .sightseeing_head {
    max-width: 273px;
    width: 92%;
    margin-bottom: 40px; }
  .sightseeing_col {
    margin-bottom: 20px; }
  .sightseeing_01 .sightseeing_colCts,
  .sightseeing_02 .sightseeing_colCts,
  .sightseeing_03 .sightseeing_colCts,
  .sightseeing_04 .sightseeing_colCts {
    padding: 15px; }
  .sightseeing_colCtsHead {
    font-size: 1.13rem;
    padding-bottom: 10px;
    margin-bottom: 10px; }
  .news_head {
    max-width: 111px;
    width: 92%; } }

@media screen and (max-width: 374px) {
  .resv_serchMainConvLinks li a {
    font-size: 0.69rem;
    letter-spacing: 0; }
  .resv_serchMainConvLinks li:not(:last-child) {
    margin-right: 10px; }
  .resv_serchMainFormCheckInDisp .numS,
  .resv_serchMainFormCheckOutDisp .numS {
    letter-spacing: normal;
    padding-left: 1px; }
  .resv_serchMainFormCheckInDisp .numL,
  .resv_serchMainFormCheckOutDisp .numL {
    letter-spacing: normal;
    padding-left: 1px; }
  .resv_serchMainFormCheckInDisp .txt,
  .resv_serchMainFormCheckOutDisp .txt {
    letter-spacing: normal; }
  .resv_serchMainFormCheckInDisp .txtL,
  .resv_serchMainFormCheckOutDisp .txtL {
    letter-spacing: normal;
    padding-left: 1px; }

  .resv_otherRegist{
    padding: 8px 6px 8px 22px;
  }
  .resv_otherRegistTxt02 .l{
    font-size: 0.75rem;
  }
  .resv_otherRegistTxt02 .m{
    font-size: 0.75rem;
  }
  .resv_otherRegistTxt02 .s{
    font-size: 0.75rem;
  }
}
