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

:root {
  --colorKeyAtami: #4798d1;
  --colorLinkAtami: #386d93;
}

.head01 {
  font-family: "Times New Roman", Times, serif;
  font-size: 3rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 400;
  color: var(--colorKeyAtami);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #7fb7df), to(#4798d1));
  background: -webkit-linear-gradient(top, #7fb7df 10%, #4798d1 100%);
  background: linear-gradient(to bottom, #7fb7df 10%, #4798d1 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 40px;
}
.head01 .jp {
  color: #737373;
  font-size: 1.13rem;
  letter-spacing: 0.05em;
  display: table;
  margin: 0 auto;
  position: relative;
  -webkit-background-clip: initial;
          background-clip: initial;
  -webkit-text-fill-color: currentColor;
}
.head01 .jp:before {
  content: "";
  width: 90px;
  height: 1px;
  background: #737373;
  position: absolute;
  left: -100px;
  top: 50%;
}
.head01 .jp:after {
  content: "";
  width: 90px;
  height: 1px;
  background: #737373;
  position: absolute;
  right: -100px;
  top: 50%;
}

.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(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  pointer-events: none;
}

.kv_imageOuter {
  width: 90%;
  height: 100%;
  position: absolute;
  left: 5%;
  top: 100px;
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  margin-bottom: 0 !important;
}

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

.kv_imageDots {
  position: absolute;
  bottom: 70px;
  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;
  display: inline-block;
  width: auto;
  top: calc(50% - 30px);
  font-size: 2.63rem;
  font-family: "Noto Serif Japanese", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.01em;
  color: #ffffff;
  text-shadow: 1px 1px 2px rgb(0, 0, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}

.kv_ttl:before {
  content: "";
  width: 100%;
  height: 2px;
  background: rgb(255, 255, 255);
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 1;
}

.kv_ttl:after {
  content: "";
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 1px;
  bottom: -1px;
  z-index: 0;
}

/*
.kv_ttl{
  position: relative;
  width: auto;
  top:  calc(50% - 50px);
  line-height: 1;
  z-index: 1;

  .grade{
    position: relative;
    display: block;
    font-family: setting.$fontset7;
    font-size: setting.$px16;
    letter-spacing: 0;
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  }

  .place{
    position: relative;
    display: inline-block;
    font-family: setting.$fontset7;
    font-size: setting.$px48;
    letter-spacing: 0.2em;
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    box-sizing: border-box;
    padding: 10px 0;
  }
  .place:before{
    content: '';
    width: 100%;
    height: 2px;
    background: rgba(255,255,255,1);
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 1;
  }
  .place:after{
    content: '';
    width: 100%;
    height: 3px;
    background: rgba(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 rgb(0, 0, 0);
  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.noTopics .kv_imageDots {
  bottom: 124px;
}

.btn {
  font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  position: relative;
  z-index: 2;
  display: block;
  width: 280px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(0, 0, 0, 0.5);
  margin: 280px auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0 0 0;
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #ffffff;
  -webkit-transition: background 0.6s;
  transition: background 0.6s;
  text-shadow: none;
  border-radius: 3px;
  pointer-events: auto;
}
.btn:hover {
  background: rgba(0, 0, 0, 0.8);
}
.btn[target=_blank] {
  background: url(/common/images/ico_blank_w.svg) no-repeat 96% center rgba(0, 0, 0, 0.5);
  -webkit-background-size: 16px auto;
          background-size: 16px auto;
}

.resv {
  background: #595959;
  position: relative;
  z-index: 1;
}

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

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

.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: 20px;
  -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: var(--colorKeyAtami);
}
.resv_news .resv_newsTopics {
  width: 85px;
  text-align: center;
  background: #fff;
  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: #666666;
  background: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 3px;
  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: #666666;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.resv_news dd a:hover {
  opacity: 0.7;
}

.resv_serch {
  background: #595959;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.resv_serch.-pb {
  padding-bottom: 10px;
}

.resv_serchMain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  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: 56px;
}

.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: 56px;
  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: calc(50% - 20px);
  display: block;
}

.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 var(--colorKeyAtami);
  -webkit-background-size: 8px auto;
          background-size: 8px auto;
}

.resv_serchMainConvRight {
  width: calc(50% - 20px);
}

.resv_serchMainConvLinks {
  text-align: left;
}
.resv_serchMainConvLinks.-eng, .resv_serchMainConvLinks.-chi {
  position: relative;
  bottom: auto;
  right: auto;
}
.resv_serchMainConvLinks li {
  display: inline-block;
}
.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_highLight {
  margin-top: 10px;
  margin-bottom: 1px;
}
.resv_highLight > a {
  display: block;
  border-radius: 3px;
  background: url(/common/images/ico_ar_r_bg.svg) no-repeat 98% center, #fff;
  -webkit-background-size: 8px auto;
          background-size: 8px auto;
  font-size: 0.88rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 10px 25px;
  color: #ce305b;
}
.resv_highLight > a:hover {
  color: #ce305b;
}

.resv_notes {
  display: block;
  margin: 0 auto;
  padding: 10px 0 0;
  text-align: center;
  width: 96%;
}
.resv_notes li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 0.63rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #ffffff;
}

.resv_other {
  width: 100%;
  background: #7e7e7e;
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0;
  padding: 20px 0;
}

.resv_otherRegist {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1000px;
  width: 100%;
  height: 82px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #cbc6c6;
  background: url(/common/images/ico_circar_r_g.svg) no-repeat 20px center/20px, -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#d1d1d1));
  background: url(/common/images/ico_circar_r_g.svg) no-repeat 20px center/20px, -webkit-linear-gradient(top, #f5f5f5 0%, #d1d1d1 100%);
  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;
  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: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#f5f5f5));
  background: -webkit-linear-gradient(top, #d1d1d1 0%, #f5f5f5 100%);
  background: linear-gradient(to bottom, #d1d1d1 0%, #f5f5f5 100%);
  -webkit-clip-path: polygon(100% 0%, 0% 100%, 100% 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 #38393a;
  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_bg.svg) no-repeat left center;
  -webkit-background-size: 20px 20px;
          background-size: 20px;
}

.bnr {
  background: #f5f5f5;
}

.main {
  position: relative;
  z-index: 1;
  padding-top: 60px;
}

.anchor {
  position: absolute;
  background: rgba(247, 247, 247, 0.9);
  width: 100%;
  z-index: 1;
  top: 0;
}

.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-size: 1.13rem;
  letter-spacing: 0.05em;
  color: #ce305b;
  padding-left: 14px;
  background: url(/common/images/ico_anchor_b.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;
}

.info {
  background: #f5f5f5;
  position: relative;
  z-index: 1;
}

.info_link {
  display: block;
  padding: 40px 0;
}

.info_lists {
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0;
}
.info_lists > li {
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  margin-left: 60px;
}
.info_lists > li .ico {
  margin: 0 auto;
}
.info_lists > li .ico.-wifi {
  max-width: 84px;
}
.info_lists > li .ico.-checkin {
  max-width: 102px;
}
.info_lists > li .ico.-en {
  max-width: 98px;
}
.info_lists > li .txt {
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  color: #4d4d4d;
  margin-top: 10px;
}
.info_lists > li:not(:first-child) {
  margin-left: 120px;
}

.about {
  position: relative;
  background: #fff;
  padding-bottom: 100px;
}

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

.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: 100%;
}

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

.about_address {
  margin-top: 20px;
}

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

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

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

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

.about_addressLink {
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #000;
  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;
}

.local {
  background: #fff;
  padding-bottom: 100px;
}

.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: #000;
  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: #fff;
  padding: 100px 0;
}

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

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

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

.rooms_ctsBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  background: #ffffff;
  padding: 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;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.rooms_ctsBtn:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(/common/images/ico_circar_r_bg.svg) no-repeat left top;
  -webkit-background-size: cover;
          background-size: cover;
}
.rooms_ctsBtn.-off {
  width: 300px;
  pointer-events: none;
  opacity: 0.5;
  padding: 15px 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.rooms_ctsBtn.-off:before {
  display: none;
}
@media (any-hover: hover) {
  .rooms_ctsBtn:hover {
    background: rgba(0, 0, 0, 0.7);
  }
}

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

.plan {
  background: #f5f5f5;
}

.plan_head {
  width: 214px;
}

.plan_txt {
  color: #000;
}

.plan_list .card a {
  background: #fff;
}

.card_colTtl {
  background: #fff;
  color: #000;
}

.card_colTtl:before {
  background: var(--colorKeyAtami);
}

.card_colTxt {
  color: #000;
}

.card_colBtn {
  background: #9ad9dc;
  color: #000;
}

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

.plan_all {
  background: #fff;
  color: #000;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

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

.feature {
  background: #fff;
}

.feature_head {
  width: 245px;
  margin: 0 auto 40px;
}

.feature_read {
  font-size: 1rem;
  color: #666666;
  margin-bottom: 60px;
}

.feature_in {
  position: relative;
  padding: 0;
  overflow: hidden;
  zoom: 1;
}
.feature_in:before, .feature_in:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: " ";
}
.feature_in:after {
  clear: both;
}
.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: 440px;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  margin: 0;
  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;
  padding: 80px 0;
  min-height: 412px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}
.feature_inCts.-right {
  float: right;
}
.feature_inCts .feature_inHead_inJp:last-child {
  margin-bottom: 0;
}

.feature_inHead {
  color: #000;
  font-family: "Times New Roman", Times, serif;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  padding-bottom: 15px;
  display: inline-block;
  margin: 0 auto 25px;
  position: relative;
}
.feature_inHead:before {
  content: "";
  width: 50px;
  height: 2px;
  background: var(--colorKeyAtami);
  position: absolute;
  left: calc(50% - 25px);
  bottom: 0;
}

.feature_inHead_inJp {
  color: var(--colorKeyAtami);
  font-family: "Times New Roman", Times, serif;
  font-size: 1.75rem;
  letter-spacing: 0.1em;
  margin: 0 auto 10px;
  position: relative;
}
.feature_inHead_inJp .jp {
  color: #737373;
  font-size: 1rem;
  letter-spacing: 0.05em;
  display: table;
  margin: 0 auto;
  position: relative;
}
.feature_inHead_inJp .jp:before {
  content: "";
  width: 30px;
  height: 1px;
  background: #737373;
  position: absolute;
  left: -40px;
  top: 50%;
}
.feature_inHead_inJp .jp:after {
  content: "";
  width: 30px;
  height: 1px;
  background: #737373;
  position: absolute;
  right: -40px;
  top: 50%;
}

.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 {
  font-family: "Times New Roman", Times, serif;
  text-align: left;
  font-size: 0.88rem;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #6b6b6b;
  text-align: center;
}
.feature_inTxt.-mt {
  margin-top: 20px;
}

.feature_inBtn {
  position: relative;
  z-index: 2;
  display: block;
  width: 300px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(0, 177, 187, 0.3);
  margin: 50px auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0 0 0;
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 3px;
  -webkit-transition: background 0.6s;
  transition: background 0.6s;
}
.feature_inBtn:before {
  content: "";
  width: 7px;
  height: 12px;
  background: url(/common/images/ico_ar_r_w.svg) no-repeat left center;
  -webkit-background-size: contain;
          background-size: contain;
  position: absolute;
  right: 4%;
  top: calc(50% - 7px);
}
.feature_inBtn:hover {
  background: rgb(0, 177, 187);
}

.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: 100%;
  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: " ";
}
.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: " ";
}
.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: #fff;
  padding-bottom: 100px;
}
.access.-dark {
  background: #212324;
}

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

.access_head {
  width: 205px;
  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: #000;
  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: #000;
  font-size: 0.88rem;
  letter-spacing: 0.05em;
}

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

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

.access_detailsFax {
  color: #000;
  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: #000;
  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: #000;
  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: #000;
  margin: 10px 0 0 35%;
  position: relative;
  padding-left: 18px;
  text-align: left;
}
.access_detailsAccess.-head {
  font-size: 1rem;
  padding-left: 0;
  margin-top: 20px;
}
.access_detailsAccess.-head:before {
  display: none;
}

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

.access_link {
  display: block;
  width: 100%;
  max-width: 1000px;
  background: rgba(0, 177, 187, 0.6);
  border: 1px solid var(--colorKeyAtami);
  -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_bg.svg) no-repeat left center;
  -webkit-background-size: contain;
          background-size: contain;
  position: absolute;
  left: 44.4%;
  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 .bnr_height {
  height: 50px;
  background: #f5f5f5;
}

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

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

.sightseeing_bnr {
  display: block;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
}
.sightseeing_bnr.-cs {
  position: relative;
}
.sightseeing_bnr.-cs img {
  opacity: 0.3;
}
.sightseeing_bnr.-cs:after {
  content: "Coming Soon";
  font-size: 1rem;
  line-height: 1;
  background: #c1c1c1;
  color: #fff;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 8px;
  width: 180px;
  height: 36px;
  border-radius: 20px;
  position: absolute;
  left: calc(50% - 90px);
  top: calc(50% - 18px);
}

.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: " ";
}
.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: #000;
  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: 41%;
  top: calc(50% - 7px);
}

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

.eng .news,
.chi .news {
  background: #f5f5f5;
}
.eng .news_list,
.chi .news_list {
  border-top: 1px solid #e3e3e3;
}
.eng .news_listCol,
.chi .news_listCol {
  border-bottom: 1px solid #e3e3e3;
}
.eng .news_listCol a:hover,
.chi .news_listCol a:hover {
  background: #f9f9f9;
}

.news_head {
  width: 195px;
}

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

.news_listCol {
  border-bottom: 1px solid #e5e5e5;
}
.news_listCol a:hover {
  background: #f7f7f7;
}

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

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

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

.eng .plan,
.chi .plan {
  background: #fff;
}

.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_imageOuter {
    width: 96%;
    left: 2%;
  }

  .kv_imageDots {
    bottom: 60px;
  }

  .kv_image_sauna {
    background: url(/images/kv_sauna_bg.jpg) no-repeat center left 33%;
    -webkit-background-size: cover;
            background-size: cover;
  }

  .kv_sparenew {
    left: 10px;
    top: 10px;
    width: 24%;
  }

  .kv_copy .notes {
    bottom: 70px;
    right: 80px;
  }

  .kv.noTopics .kv_imageDots {
    bottom: 140px;
  }

  .resv_news {
    width: 96%;
    /*
        .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: #fff transparent transparent transparent;
        }
    */
  }
  .resv_news .resv_newsTopics {
    display: block;
    padding: 0;
    margin-bottom: 3px;
    position: relative;
    width: auto;
    text-align: left;
    background: none;
  }
  .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: 96%;
  }

  .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 {
    width: calc(60% - 10px);
  }

  .resv_serchMainConvBtn {
    padding: 12px 0;
  }

  .resv_serchMainConvRight {
    width: calc(40% - 10px);
  }

  .resv_serchMainConvLinks {
    position: relative;
    bottom: auto;
    right: auto;
  }
  .resv_serchMainConvLinks li,
.resv_serchMainConvLinks li:not(:last-child) {
    margin: 0 10px 5px;
  }

  .resv_serchMainNotes {
    text-align: center;
  }

  .resv_highLight {
    margin-top: 0;
  }
  .resv_highLight > a {
    font-size: 0.75rem;
    padding: 7px 20px;
  }

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

  .info_link {
    padding: 30px 0;
  }

  .info_lists > li .txt {
    font-size: 1.13rem;
  }
  .info_lists > li:not(:first-child) {
    margin-left: 80px;
  }

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

  .local {
    padding-bottom: 80px;
  }

  .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: 80px 0;
  }

  .rooms_cts {
    width: 440px;
    padding: 40px 0;
  }

  .rooms_ctsHead {
    margin-bottom: 20px;
  }

  .rooms_ctsTxt {
    font-size: 0.88rem;
  }

  .rooms_ctsBtn {
    margin-top: 20px;
  }

  .feature_read {
    margin-bottom: 40px;
  }

  .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: 320px;
    padding: 30px 0;
  }

  .feature_inBg.-bg04 .imgNotes {
    right: 327px;
  }

  .feature_inNotes {
    margin-bottom: 20px;
  }
  .feature_inNotes > li {
    font-size: 0.88rem;
  }
  .feature_inNotes > li:not(:first-child) {
    margin-top: 10px;
  }

  .feature_inBtn {
    width: 240px;
    margin: 30px auto 0;
  }

  .bf_headImg {
    max-width: 295px;
  }

  .bf_imgBoxTxt {
    max-width: 285px;
  }

  .bf_imgBoxImg, .bf_imgBoxImg2 {
    max-width: 285px;
  }

  .about {
    padding-bottom: 80px;
  }

  .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: 40px 0;
  }

  .sightseeing_in {
    width: 92%;
  }

  .sightseeing_bnr {
    max-width: 600px;
    margin: 0 auto;
  }
  .sightseeing_bnr.-cs:after {
    font-size: 0.88rem;
    padding-top: 4px;
    height: 24px;
    top: 60%;
  }

  .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) {
  .head01 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
  .head01 .jp {
    font-size: 0.88rem;
  }
  .head01 .jp:before {
    width: 60px;
    left: -70px;
  }
  .head01 .jp:after {
    width: 60px;
    right: -70px;
  }

  .kv:before {
    height: 120px;
  }

  .kv_ttl {
    top: calc(50% + 10px);
    font-size: 2rem;
    text-shadow: 1px 1px 2px rgb(0, 0, 0);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  /*
    .kv_ttl{
      top:  calc(50% - 30px);

      .grade{
        font-size: setting.$px12;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
      }

      .place{
        font-size: setting.$px36;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
        padding: 6px 0 10px;
      }
    }
  */
  .kv_imageOuter {
    top: 101px;
  }

  .kv_imageDots {
    bottom: 40px;
  }

  .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.noTopics .kv_ttl {
    top: 50%;
  }
  .kv.noTopics .kv_copyOuter {
    top: calc(50% + 60px);
  }
  .kv.noTopics .kv_imageDots {
    bottom: 10px;
  }
  .kv.noTopics .kv_imageDots .slick-dots {
    bottom: 0;
  }

  .resv_overTop {
    margin-top: 10px;
  }

  .resv_news {
    padding: 0;
  }
  .resv_news .resv_newsTopics {
    font-size: 0.75rem;
  }
  .resv_news dd {
    border-radius: 3px;
    font-size: 0.63rem;
  }

  .resv_serchMain {
    display: block;
    padding: 20px 0;
  }

  .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: 0 auto 0;
  }

  .resv_serchMainConvBtn {
    padding: 11px 0;
  }

  .resv_serchMainConvRight {
    width: 100%;
  }

  .resv_serchMainConvLinks {
    margin-top: 10px;
    text-align: center;
  }

  .resv_highLight {
    margin-top: 7px;
    margin-bottom: 0;
  }
  .resv_highLight > a {
    background: url(/common/images/ico_ar_r_bg.svg) no-repeat 96% center, #fff;
    -webkit-background-size: 8px auto;
            background-size: 8px auto;
    padding: 5px 30px;
  }

  .resv_serchMainNotes {
    text-align: left;
  }

  .resv_otherRegist {
    width: 96%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: auto;
    padding: 8px 8px 7px 22px;
    background: url(/common/images/ico_circar_r_g.svg) no-repeat 7px center/16px, -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#d9d9d9));
    background: url(/common/images/ico_circar_r_g.svg) no-repeat 7px center/16px, -webkit-linear-gradient(top, #f5f5f5 0%, #d9d9d9 100%);
    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_bg.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;
  }

  .main {
    padding-top: 20px;
  }

  .info_link {
    display: block;
    padding: 20px 0;
  }

  .info_lists > li {
    margin-left: 0;
  }
  .info_lists > li .ico {
    margin: 0 auto;
  }
  .info_lists > li .ico.-wifi {
    max-width: 42px;
  }
  .info_lists > li .ico.-checkin {
    max-width: 51px;
  }
  .info_lists > li .ico.-en {
    max-width: 46px;
  }
  .info_lists > li .txt {
    font-size: 0.63rem;
    margin-top: 5px;
  }
  .info_lists > li:not(:first-child) {
    margin-left: 20px;
  }

  .anchor {
    position: relative;
  }

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

  .local {
    padding-bottom: 60px;
  }

  .locals_lists > li:nth-child(n+3) {
    margin-top: 20px;
  }

  .locals_listsCap {
    font-size: 0.75rem;
  }

  .rooms {
    padding: 30px 0 0;
  }

  .rooms_bg {
    height: 58.4vw;
    position: relative;
  }

  .rooms_cts {
    width: 100%;
    margin: 0 auto;
    background: #f5f5f5;
    padding: 30px 0;
  }
  .rooms_cts.-teaser {
    background: #fff;
  }

  .rooms_ctsTxt {
    text-align: left;
    width: 92%;
    margin: 0 auto;
    font-size: 0.75rem;
    line-height: 1.6;
  }
  .rooms_ctsTxt.txtCenter {
    text-align: center;
  }

  .rooms_ctsHead {
    width: 92%;
    max-width: 147px;
    margin-bottom: 20px;
  }

  .rooms_ctsBtn {
    width: 92%;
    margin-top: 20px;
    padding: 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);
  }
  .rooms_ctsBtn.-off {
    width: 92%;
    padding: 12px 0;
    background: 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: 184px;
    margin-bottom: 30px;
  }

  .feature_read {
    font-size: 0.75rem;
    text-align: left;
    width: 92%;
    margin: 0 auto 20px;
  }

  .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 {
    width: 100%;
    max-width: 100%;
    padding: 15px 15px 40px;
    margin: 0 auto 0;
    float: none !important;
    background: #f5f5f5;
    min-height: 0px;
  }

  .feature_inHead {
    font-size: 1.13rem;
    padding-bottom: 6px;
    margin-bottom: 14px;
  }

  .feature_inHead_inJp {
    font-size: 1.25rem;
    margin-bottom: 14px;
  }
  .feature_inHead_inJp .jp {
    font-size: 0.75rem;
  }
  .feature_inHead_inJp .jp:before {
    width: 20px;
    left: -30px;
  }
  .feature_inHead_inJp .jp:after {
    width: 20px;
    right: -30px;
  }

  .feature_inHead02 {
    font-size: 0.88rem;
    margin-top: 10px;
    padding-left: 10px;
  }

  .feature_inHead02:before {
    top: 6px;
  }

  .feature_inTxt.-mt {
    margin-top: 10px;
  }

  .feature_inBtn {
    margin-top: 15px;
  }

  .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_inBg.-bg04 .imgNotes {
    right: 7px;
  }

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

  .about {
    padding-bottom: 60px;
  }

  .about_read {
    font-size: 0.75rem;
    text-align: left;
    width: 92%;
    margin: 0 auto;
  }

  .access_head {
    width: 92%;
    max-width: 154px;
    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 #dfdfdf;
    margin-top: 10px;
  }
  .access_detailsGuide dl {
    border-bottom: 1px solid #dfdfdf;
    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 .bnr_height {
    display: none;
  }

  .sightseeing {
    padding: 30px 0;
  }

  .sightseeing_bnr {
    font-size: 1rem;
    padding: 20px 0;
  }

  .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: 146px;
    width: 92%;
  }
}
@media screen and (max-width: 374px) {
  .kv_copyApp {
    top: -33%;
  }

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