@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,400;0,500;0,600;0,700;1,500;1,600;1,700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, main, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, main, section, summary {
  display: block;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  /*background: url(images/bg.png);*/
}

body {
  line-height: 1.5;
  font-size: 3.5vw;
  letter-spacing: -.01rem;
  color: #000000;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-optical-sizing: auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

ul {
  list-style: none;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: 100%;
  color: #000000;
  background: transparent;
  -webkit-tap-highlight-color: rgba(64, 48, 42, 0.6);
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:hover, a:active {
  text-decoration: none;
  color: #1a1a1a;
}

img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #999999;
}

::selection {
  color: #FFFFFF;
  background: #4f3c34;
}

input::selection,
textarea::selection {
  color: #000000;
}

textarea {
  resize: vertical;
}

:placeholder-shown {
  color: rgba(0, 0, 0, 0.4);
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

:-moz-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.4);
}

::-moz-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.4);
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.row {
  width: 90%;
  margin: auto;
}

@media only screen and (min-width: 1025px) {
  .row {
    max-width: 1200px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

body {
  background: #51413B;
  color: #FFFFFF;
  padding: 15vw 5vw 5vw;
}

@media only screen and (min-width: 768px) {
  body {
    padding: clamp(1rem, 5vw, 80px);
  }
}

.l-header, .l-footer {
  display: none;
}

.tit-wrap {
  text-align: center;
}

h1 {
  font-family: "Spectral", serif;
  font-style: normal;
  font-size: clamp(3.2rem, 4vw, 4.5rem);
  font-weight: 400;
  line-height: 1;
}

h1 span {
  color: #7f706c;
  font-size: clamp(6.5rem, 7vw, 11rem);
  line-height: .5;
  position: relative;
  top: 3px;
}

h2 {
  margin: 20px 0 0;
}

@media only screen and (min-width: 768px) {
  h2 {
    margin: 0;
  }
}

h3 {
  text-align: center;
  font-size: clamp(1.6rem, 2vw, 2.5rem);
  margin: 30px 0 30px;
  line-height: 2;
}

@media only screen and (min-width: 768px) {
  h3 {
    margin: 40px 0 60px;
    line-height: inherit;
  }
}

@media only screen and (min-width: 768px) {
  h3 br {
    display: none;
  }
}

.sp-map {
  margin-left: -5vw;
  margin-right: -5vw;
}

@media only screen and (min-width: 768px) {
  .sp-map {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  #main .container {
    background: url(images/top/map_gr.png) left top/cover no-repeat;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    aspect-ratio: 4 / 3.2;
    width: 100%;
    height: auto;
    -webkit-transition: .5s;
    transition: .5s;
    background-size: 60%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 1500px;
    margin: auto;
  }
}

#main .hotel-wrap {
  margin-top: 60px;
}

@media only screen and (min-width: 768px) {
  #main .hotel-wrap {
    width: 45vw;
    max-width: 600px;
  }
}

#main .hotel-wrap .hotel-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #FFFFFF;
  padding: 20px;
  color: #000000;
  margin-bottom: 30px;
}

#main .hotel-wrap .hotel-box .pic {
  width: 35%;
}

@media only screen and (min-width: 768px) {
  #main .hotel-wrap .hotel-box .pic {
    width: 40%;
  }
}

#main .hotel-wrap .hotel-box .pic img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 1 / 1.4;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (min-width: 768px) {
  #main .hotel-wrap .hotel-box .pic img {
    aspect-ratio: 1 / 1;
  }
}

#main .hotel-wrap .hotel-box .detail {
  width: 60%;
}

@media only screen and (min-width: 768px) {
  #main .hotel-wrap .hotel-box .detail {
    width: 55%;
  }
}

#main .hotel-wrap .hotel-box .detail span {
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
  display: block;
}

@media only screen and (min-width: 768px) {
  #main .hotel-wrap .hotel-box .detail span {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  #main .hotel-wrap .hotel-box .detail span br {
    display: none;
  }
}

#main .hotel-wrap .hotel-box .detail h4 {
  font-size: 4.5vw;
}

@media only screen and (min-width: 768px) {
  #main .hotel-wrap .hotel-box .detail h4 {
    text-align: center;
    font-size: clamp(1rem, 1.5vw, 2rem);
  }
}

#main .hotel-wrap .hotel-box .detail h4 span {
  display: inline-block;
  font-size: clamp(1.5rem, 1.5vw, 1.8rem);
}

#main .hotel-wrap .hotel-box .detail .add {
  font-size: clamp(1rem, 1.2vw, 1.4rem);
}

@media only screen and (min-width: 768px) {
  #main .hotel-wrap .hotel-box .detail .add {
    text-align: center;
    line-height: 1.5;
  }
}

#main .hotel-wrap .hotel-box .detail .tel {
  font-weight: 600;
  font-size: clamp(1.5rem, 1.5vw, 2rem);
  line-height: 1.3;
  text-align: center;
  margin: 10px 0 5px;
}

@media only screen and (min-width: 768px) {
  #main .hotel-wrap .hotel-box .detail .tel {
    margin: 5px 0 5px;
  }
}

#main .hotel-wrap .hotel-box .detail .btn-more {
  text-align: center;
  margin: 20px 0 0;
}

@media only screen and (min-width: 768px) {
  #main .hotel-wrap .hotel-box .detail .btn-more {
    margin: 10px 0 0;
  }
}

#main .hotel-wrap .hotel-box .detail .btn-more a {
  background: #51413B;
  color: #FFFFFF;
  border-radius: 100px;
  padding: 7px 40px;
  font-size: clamp(1.3rem, 1.3vw, 1.4rem);
  -webkit-transition: .3s;
  transition: .3s;
}

#main .hotel-wrap .hotel-box .detail .btn-more a:hover {
  background: #000000;
}

@media only screen and (min-width: 768px) {
  #main .hotel-wrap .hotel-box:nth-child(2) {
    margin-bottom: 70px;
  }
}

.copy {
  text-align: center;
  margin-top: 100px;
  font-size: 3vw;
}

@media only screen and (min-width: 768px) {
  .copy {
    font-size: 1.4rem;
    margin-top: 150px;
  }
}

@media only screen and (min-width: 1025px) {
  .copy {
    margin-top: 50px;
  }
}

/* 初期状態：上に配置し、透明にする */
.tit-wrap, h3 {
  opacity: 0;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  /* 上に30pxずらす */
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
  /* 動きの速度調整 */
}

/* クラスが付与された時：元の位置に戻り、表示される */
.tit-wrap.is-active, h3.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* 初期状態：透明にして上に30px飛ばしておく */
.hotel-box {
  opacity: 0;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}

/* クラスがついたら元の位置に戻る */
.hotel-box.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#main {
  opacity: 0;
  /* 最初は隠しておく */
  -webkit-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease;
  /* ふわっと出す時間を長めに設定（1.5秒） */
}

#main.is-active {
  opacity: 1;
  /* クラスがついたら表示 */
}

.sp-map {
  opacity: 0;
  /* 最初は隠しておく */
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}

.sp-map.is-active {
  opacity: 1;
  /* クラスがついたら表示 */
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
