@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#top {
  background: #000000; }

.kv {
  width: 100%;
  min-height: 700px;
  position: relative;
  overflow: hidden; }

.kv:before {
  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%;
  min-height: 700px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0; }

.kv_image {
  width: 100%;
  height: 100%;
  min-height: 700px;
  position: relative; }

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

.kv_copy {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 3%; }
  .kv_copy .notes {
    width: 100%;
    text-align: center;
    font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    display: block;
    font-size: 0.75rem;
    letter-spacing: 0;
    position: fixed;
    left: 0;
    bottom: 60px;
    z-index: 3; }

.kv_mov {
  position: absolute;
  width: 238px;
  z-index: 1;
  right: 20px;
  bottom: 20px;
  overflow: hidden;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.5); }

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

.resv_serch {
  background: #000000; }

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

.resv_serchMainForm {
  width: 620px;
  display: inline-block; }

.resv_serchMainFormHotel {
  display: inline-block;
  width: 260px;
  height: 40px;
  position: relative; }

.resv_serchMainFormHotelSelect {
  height: 100%;
  color: #ffffff;
  font-size: 1rem;
  letter-spacing: 0.05em;
  padding-left: 4px; }

.resv_serchMainFormCol {
  display: inline-block;
  width: 340px;
  margin-left: 20px; }

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

.resv_serchMainFormRcSelect {
  height: 100%;
  color: #ffffff;
  font-size: 1rem;
  letter-spacing: 0.05em;
  padding-left: 4px; }

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

.resv_serchMainFormMcSelect {
  height: 100%;
  color: #ffffff;
  font-size: 1rem;
  letter-spacing: 0.05em;
  padding-left: 4px; }

.resv_serchMainFormCheck {
  width: 100%;
  margin-top: 15px;
  text-align: right; }

.resv_serchMainFormCheckIn {
  width: 300px;
  display: inline-block; }

.resv_serchMainFormCheckOut {
  width: 300px;
  display: inline-block;
  margin-left: 20px; }

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

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

.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 {
  width: 100%;
  background: #ffffff;
  position: relative;
  z-index: 1;
  overflow-x: hidden; }

.about_head {
  width: 336px;
  margin: 0 auto 40px; }
  .about_head.-global {
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 0.1em;
    width: auto;
    padding-bottom: 30px;
    margin: 0 auto 60px; }
  .about_head.-global:after {
    content: '';
    height: 3px;
    width: 160px;
    background: #ce305b;
    position: absolute;
    bottom: 0;
    left: calc(50% - 80px); }
  .about_head.-mb {
    margin-bottom: 30px; }

.about_anchor {
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 140px; }
  .about_anchor > li {
    display: inline-block;
    vertical-align: top;
    min-width: 32%; }
    .about_anchor > li > a {
      display: block;
      margin: 0 auto;
      width: 100%;
      font-size: 1.38rem;
      letter-spacing: 0.05em;
      line-height: 1.4;
      padding: 12px 30px 14px;
      border: 2px solid #000;
      text-align: center;
      color: #000000;
      border-radius: 4px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background: url(/common/images/ico_ar_r_b.svg) no-repeat 95% center #ffffff;
      -webkit-background-size: 7px auto;
              background-size: 7px auto;
      -webkit-transition: background .3s;
      transition: background .3s; }
    .about_anchor > li a:hover {
      color: #ffffff;
      background: url(/common/images/ico_ar_r_w.svg) no-repeat 95% center #000000;
      -webkit-background-size: 7px auto;
              background-size: 7px auto; }
  .about_anchor > li:not(:first-child) {
    margin-left: 2%; }
  .about_anchor > li:last-child {
    min-width: 40%;
    margin: 30px 0 0 0; }
    .about_anchor > li:last-child > a {
      background-position: 97% center; }
    .about_anchor > li:last-child a:hover {
      background-position: 97% center; }

.about_global {
  background: #f3f3f3;
  padding: 60px 0; }

.about_in {
  width: 100%;
  height: 500px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-top: 140px;
  overflow: hidden;
  background: #000000; }
  .about_in.-global {
    height: auto;
    padding: 0;
    background: #fff; }

.about_inHeadOuter {
  width: 100%;
  height: 500px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-top: 220px;
  overflow: hidden;
  background: #000000; }

.about_inHead {
  z-index: 2;
  position: relative; }
  .about_inHead.-global {
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 0.1em;
    width: auto;
    padding-bottom: 10px;
    color: #fff; }
  .about_inHead.-global:after {
    content: '';
    height: 3px;
    width: 50px;
    background: #ce305b;
    position: absolute;
    bottom: 0;
    left: calc(50% - 25px); }

.about_inHeadEng {
  position: relative;
  margin: 0 auto 20px;
  padding-bottom: 25px; }

.about_inHeadEng:after {
  content: '';
  height: 3px;
  width: 50px;
  background: #ce305b;
  position: absolute;
  bottom: 0;
  left: calc(50% - 25px); }

.about_inHeadJp {
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0;
  display: block; }

.about_inHeadJpIn {
  display: inline-block;
  vertical-align: middle; }

.about_txtOuter {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 0 80px;
  text-align: left; }

.about_txt {
  font-size: 1.25rem;
  line-height: 1.8; }

.about_btn {
  position: relative;
  z-index: 2;
  display: block;
  width: 300px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(0, 0, 0, 0.3);
  margin: 50px auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0 0 0;
  font-family: "Noto Serif Japanese", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 3px;
  -webkit-transition: background .6s;
  transition: background .6s; }

.about_btn: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); }

.about_btn:hover {
  background: rgba(0, 0, 0, 0.6); }

.about_inBg {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1; }
  .about_inBg.-global {
    height: 500px; }

.about_location {
  margin-top: 60px; }
  .about_location.-nomt {
    margin-top: 0; }

.about_locationHeadEng {
  display: block;
  width: 138px; }

.about_locationHeadJp01 {
  width: 345px; }

.about_locationHeadJp02 {
  width: 245px; }

.about_locationBg {
  background: url(/images/about_location_bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover; }

.about_breakfastHeadEng {
  display: block;
  width: 151px; }

.about_breakfastHeadJp01 {
  width: 301px; }

.about_breakfastHeadJp02 {
  width: 265px; }

.about_breakfastBg {
  background: url(/images/about_breakfast_bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover; }

.about_guestroomHeadEng {
  display: block;
  width: 172px; }

.about_guestroomHeadJp01 {
  width: 333px; }

.about_guestroomHeadJp02 {
  width: 289px; }

.about_guestroomBg {
  background: url(/images/about_guestroom_bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover; }

.about_serviceHeadEng {
  display: block;
  width: 104px; }

.about_serviceHeadJp01 {
  width: 311px; }

.about_serviceHeadJp02 {
  width: 270px; }

.about_serviceBg {
  background: url(/images/about_service_bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover; }

.anchor {
  position: absolute;
  background: rgba(243, 243, 243, 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 40px; }
    .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: #000;
      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", Times, serif; }

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

@media screen and (max-width: 1024px) {
  .kv {
    min-height: 500px; }
  .kv_imageOuter {
    min-height: 500px; }
  .kv_image {
    min-height: 500px; }
  .kv_copyOuter {
    font-size: 2.25rem; }
  .kv_copy .notes {
    text-align: center;
    bottom: 60px; }
  .resv_serchMain {
    width: 100%; }
  .resv_serchMainForm {
    display: block;
    width: 100%; }
  .resv_serchMainFormCheck {
    text-align: center; }
  .resv_serchMainConv {
    display: block;
    width: 100%;
    max-width: 620px;
    margin: 20px auto 0; }
  .resv_serchMainConvBtn {
    padding: 12px 0; }
  .resv_serchMainConvLinks li,
  .resv_serchMainConvLinks li:not(:last-child) {
    margin: 5px 10px 0; }
  .resv_serchMainNotes {
    text-align: center; }
  .resv_otherPlane {
    display: block;
    margin: 10px auto 0; }
  .info_link {
    padding: 30px 0; }
  .info_lists > li .txt {
    font-size: 1.13rem; }
  .info_lists > li:not(:first-child) {
    margin-left: 80px; }
  .about_head.-global {
    font-size: 2.5rem; }
  .about_inHead.-global {
    font-size: 2.5rem; }
  .about_txtOuter {
    max-width: 660px; }
  .about_txt {
    font-size: 1.13rem; }
  .about_anchor {
    margin: 0 auto 100px; }
    .about_anchor > li {
      display: inline-block;
      vertical-align: top;
      min-width: 30%; }
      .about_anchor > li > a {
        font-size: 1.13rem; }
      .about_anchor > li a:hover {
        color: #000;
        background: url(/common/images/ico_ar_r_b.svg) no-repeat 95% center #ffffff;
        -webkit-background-size: 7px auto;
                background-size: 7px auto; }
  .about_btn {
    background: rgba(0, 0, 0, 0.5); }
  .about_btn:hover {
    background: rgba(0, 0, 0, 0.5); }
  .about_location {
    margin-top: 50px; } }

@media screen and (max-width: 767px) {
  .kv {
    min-height: 320px; }
  .kv:before {
    height: 120px; }
  .kv_imageOuter {
    min-height: 320px; }
  .kv_image {
    min-height: 320px; }
  .kv_imageDots {
    bottom: 40px; }
  .kv_copyOuter {
    font-size: 1.25rem; }
  .kv_copy .notes {
    font-size: 0.63rem;
    bottom: 40px; }
  .kv_mov {
    width: 80%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 8px 0 10px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    right: auto;
    top: auto;
    left: 10%;
    bottom: 5px; }
    .kv_mov > img {
      width: 92%;
      max-width: 338px;
      height: auto; }
  .resv_serchMain {
    width: 96%;
    margin: 0 auto;
    padding: 15px 0 20px; }
  .resv_serchMainFormHotel {
    display: block;
    width: 100%; }
  .resv_serchMainFormHotelSelect {
    letter-spacing: normal; }
  .resv_serchMainFormCol {
    width: 100%;
    margin: 10px 0 0 0;
    text-align: left; }
  .resv_serchMainFormRc {
    width: 49%; }
  .resv_serchMainFormMc {
    width: 49%;
    margin-left: 2%; }
  .resv_serchMainFormCheck {
    width: 100%;
    margin-top: 10px;
    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_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; }
  .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;
    background: #f3f3f3; }
  .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; }
  .about_head {
    width: 92%;
    max-width: 252px;
    margin: 0 auto 20px; }
    .about_head.-global {
      width: auto;
      font-size: 1.63rem;
      letter-spacing: 0.05em;
      padding-bottom: 15px;
      margin: 0 auto 30px; }
    .about_head.-global:after {
      height: 2px;
      width: 80px;
      left: calc(50% - 40px); }
    .about_head.-mb {
      margin-bottom: 10px; }
  .about_anchor {
    letter-spacing: -1em;
    word-spacing: 0.1em;
    font-size: 0;
    max-width: 96%;
    margin: 0 auto 60px; }
    .about_anchor > li {
      display: inline-block;
      vertical-align: top; }
      .about_anchor > li > a {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        font-size: 0.88rem;
        line-height: 1.4;
        padding: 12px 0 0 0;
        min-height: 50px; }
        .about_anchor > li > a.col2sp {
          padding: 2px 25px 0; }
    .about_anchor > li:not(:first-child) {
      margin-left: 2%; }
    .about_anchor > li:last-child {
      min-width: 49%;
      margin-top: 8px; }
  .about_global {
    padding: 40px 0 0; }
  .about_in {
    height: 290px;
    padding-top: 40px; }
  .about_inHeadOuter {
    height: 290px;
    padding-top: 130px; }
  .about_location {
    margin-top: 40px; }
  .about_inHead.-global {
    font-size: 1.25rem; }
  .about_inHead.-global:after {
    height: 2px; }
  .about_txtOuter {
    max-width: 96%;
    padding: 20px 0 40px; }
  .about_txt {
    font-size: 0.88rem; }
  .about_inHeadEng {
    padding-bottom: 15px; }
  .about_inHeadEng:after {
    content: '';
    height: 2px;
    width: 36px;
    left: calc(50% - 18px); }
  .about_inHeadJpIn {
    display: block;
    margin: 0 auto; }
  .about_btn {
    max-width: 290px;
    width: 96%;
    height: auto;
    margin: 25px auto 0;
    padding: 5px 0 6px 0; }
  .about_locationHeadEng {
    width: 104px; }
  .about_locationHeadJp01 {
    width: 96%;
    max-width: 259px; }
  .about_locationHeadJp02 {
    width: 96%;
    max-width: 184px; }
  .about_inBg.-global {
    height: 100%; }
  .about_locationBg {
    background: url(/images/about_location_bg.jpg) no-repeat 40% 60%;
    -webkit-background-size: 170% auto;
            background-size: 170% auto; }
  .about_breakfastHeadEng {
    width: 114px; }
  .about_breakfastHeadJp01 {
    width: 96%;
    max-width: 226px; }
  .about_breakfastHeadJp02 {
    width: 96%;
    max-width: 199px; }
  .about_breakfastBg {
    background: url(/images/about_breakfast_bg.jpg) no-repeat center 35%;
    -webkit-background-size: 170% auto;
            background-size: 170% auto; }
  .about_guestroomHeadEng {
    width: 129px; }
  .about_guestroomHeadJp01 {
    width: 96%;
    max-width: 250px; }
  .about_guestroomHeadJp02 {
    width: 96%;
    max-width: 217px; }
  .about_guestroomBg {
    background: url(/images/about_guestroom_bg.jpg) no-repeat center center;
    -webkit-background-size: 180% auto;
            background-size: 180% auto; }
  .about_serviceHeadEng {
    width: 78px; }
  .about_serviceHeadJp01 {
    width: 96%;
    max-width: 233px; }
  .about_serviceHeadJp02 {
    width: 96%;
    max-width: 202px; }
  .about_serviceBg {
    background: url(/images/about_service_bg.jpg) no-repeat center center;
    -webkit-background-size: 180% auto;
            background-size: 180% auto; } }

@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,
  .resv_serchMainFormCheckOutDisp {
    background-position: 96% 40%; }
    .resv_serchMainFormCheckInDisp .numS,
    .resv_serchMainFormCheckOutDisp .numS {
      letter-spacing: normal;
      padding-left: 1px; }
    .resv_serchMainFormCheckInDisp .numL,
    .resv_serchMainFormCheckOutDisp .numL {
      font-size: 1.25rem;
      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; } }
