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

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

.resv_serchMainFormHotelSelect {
  height: 100%;
  color: #ffffff;
  font-size: 1rem;
  letter-spacing: 0.05em;
  background: url(/common/images/ico_ar_b_w.svg) no-repeat 82% center;
  -webkit-background-size: 14px auto;
          background-size: 14px auto;
  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;
  background: url(/common/images/ico_ar_b_w.svg) no-repeat 80% center;
  -webkit-background-size: 14px auto;
          background-size: 14px auto;
  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;
  background: url(/common/images/ico_ar_b_w.svg) no-repeat 80% center;
  -webkit-background-size: 14px auto;
          background-size: 14px auto;
  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 .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_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_otherRegist {
  display: inline-block;
  vertical-align: top;
  width: 660px;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 6px;
  border: 1px solid #505151;
  background: #363838;
  border-radius: 3px;
  text-align: center; }

.resv_otherRegistTxt01 {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.4;
  text-align: left;
  padding-left: 20px;
  background: url(/common/images/ico_circar_r_p.svg) no-repeat left center;
  -webkit-background-size: 16px 16px;
          background-size: 16px; }
  .resv_otherRegistTxt01 .l {
    font-size: 1.32rem;
    font-weight: bold;
    letter-spacing: normal;
    color: #ffffff; }
  .resv_otherRegistTxt01 .s {
    font-size: 0.88rem;
    letter-spacing: normal;
    color: #ffffff; }

.resv_otherRegistTxt02 {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.4;
  margin-left: 30px;
  text-align: left; }
  .resv_otherRegistTxt02 .l {
    font-size: 1.13rem;
    letter-spacing: normal;
    color: #ffffff; }
  .resv_otherRegistTxt02 .s {
    font-size: 0.88rem;
    letter-spacing: normal;
    color: #ffffff; }

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

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

.about {
  width: 100%;
  background: #ffffff;
  position: relative;
  z-index: 1;
  overflow-x: hidden; }

.about_head {
  width: 336px;
  margin: 0 auto 40px; }

.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_inHead {
  z-index: 2;
  position: relative; }

.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_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_location {
  margin-top: 60px; }

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

@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_otherRegist {
    width: 620px;
    display: block;
    margin: 0 auto; }
  .resv_otherPlane {
    display: block;
    margin: 10px auto 0; }
  .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; }
  .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_serchMainFormRcSelect {
    background: url(/common/images/ico_ar_b_w.svg) no-repeat 80.5% center; }
  .resv_serchMainFormMc {
    width: 49%;
    margin-left: 2%; }
  .resv_serchMainFormMcSelect {
    background: url(/common/images/ico_ar_b_w.svg) no-repeat 80.5% center; }
  .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_otherRegist {
    width: 96%;
    display: block;
    margin: 0 auto;
    height: auto;
    padding: 10px 10px 10px 40px;
    background: url(/common/images/ico_circar_r_p.svg) no-repeat 12px center #363838;
    -webkit-background-size: 16px 16px;
            background-size: 16px; }
  .resv_otherRegistTxt01 {
    display: block;
    padding: 0;
    background: none; }
  .resv_otherRegistTxt02 {
    display: block;
    margin: 0 0 0 0;
    line-height: 2; }
    .resv_otherRegistTxt02 .l {
      font-size: 0.88rem;
      line-height: 1.4; }
    .resv_otherRegistTxt02 .s {
      font-size: 0.75rem;
      line-height: 1.4; }
  .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 {
    padding: 0;
    background: none; }
  .about_head {
    width: 92%;
    max-width: 252px;
    margin: 0 auto 20px; }
  .about_in {
    height: 290px;
    padding-top: 40px; }
  .about_location {
    margin-top: 40px; }
  .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_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 .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; } }
