@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Hina+Mincho&family=Kiwi+Maru:wght@500&family=Noto+Sans+JP:wght@400..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 {
  box-sizing: border-box;
}

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

body {
  line-height: 1.5;
  font-size: 4vw;
  letter-spacing: -.01rem;
  color: #373632;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-optical-sizing: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 1.4rem;
    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(112, 16, 51, 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;
}

::-moz-selection {
  color: #FFFFFF;
  background: #86133d;
}

::selection {
  color: #FFFFFF;
  background: #86133d;
}

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

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,
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body img,
html img {
  max-width: 100%;
}

.pc-br {
  display: none;
}

@media only screen and (min-width: 768px) {
  .pc-br {
    display: block;
  }
}

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

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.l-header .logo {
  width: 70px;
  position: relative;
  top: 20px;
  left: 20px;
}

@media only screen and (min-width: 768px) {
  .l-header .logo {
    width: 100px;
    top: 50px;
    left: 50px;
  }
}

#ui-datepicker-div {
  z-index: 10 !important;
}

.room-search {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

@media only screen and (min-width: 768px) {
  .room-search {
    flex-flow: nowrap;
    justify-content: center;
  }
}

.room-search .room-search__checkdates {
  order: 0 !important;
}

@media only screen and (min-width: 768px) {
  .room-search .room-search__checkdates {
    order: unset;
  }
}

.room-search .room-search__select_stayninzu {
  order: 2 !important;
  margin-top: 10px;
  width: 60vw;
}

@media only screen and (min-width: 768px) {
  .room-search .room-search__select_stayninzu {
    order: unset;
    margin-top: 0;
    width: auto;
  }
}

.room-search .room-search__select_number {
  order: 1 !important;
  width: 25vw;
}

@media only screen and (min-width: 768px) {
  .room-search .room-search__select_number {
    order: unset;
    width: auto;
  }
}

.room-search .btn {
  order: 3 !important;
  margin-top: 9.5vw;
  width: 28vw;
}

@media only screen and (min-width: 768px) {
  .room-search .btn {
    order: unset;
    margin-top: 0;
    width: auto;
  }
}

input::placeholder {
  font-size: 2.5vw;
  letter-spacing: -.1rem;
}

@media only screen and (min-width: 768px) {
  input::placeholder {
    font-size: 1.2rem;
    letter-spacing: .1rem;
  }
}

.sp-reserve-fix {
  position: absolute;
  background: #202950;
  bottom: -1px;
  left: 0;
  color: #FFFFFF;
  z-index: 10;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 10px 30px;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
}

.sp-reserve-fix .tit-search {
  text-align: center;
}

.sp-reserve-fix .tit-search .en {
  font-size: 3vw;
}

.sp-reserve-fix .tit-search .tit {
  font-size: 5vw;
}

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

.sp-reserve-fixbtm {
  position: fixed;
  bottom: 0;
  z-index: 50;
  width: 100%;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: opacity 0.1s ease, transform 0.1s ease;
}

.sp-reserve-fixbtm.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.sp-reserve-fixbtm a {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  text-align: center;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
  width: 100%;
  color: #FFFFFF;
  background: #202950;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.sp-reserve-fixbtm a .en {
  font-size: 3vw;
}

.sp-reserve-fixbtm a .tit {
  font-size: 5vw;
}

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

.top-search {
  background: #701033;
  z-index: 10;
  background: #202950;
  color: #FFFFFF;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
  display: flex;
  align-items: flex-end;
  position: static;
  transform: none;
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  .top-search {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 10;
    padding: 40px 80px 20px 30px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }
}

.top-search .en {
  font-size: 1.2rem;
}

.top-search .tit {
  letter-spacing: .2rem;
  font-size: clamp(1.7rem, 1.7vw, 1.7rem);
}

.top-search .tit-search {
  width: 20%;
  margin-right: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  display: none;
}

@media only screen and (min-width: 768px) {
  .top-search .tit-search {
    display: inherit;
  }
}

@media only screen and (min-width: 768px) {
  .top-search .search-inner {
    width: 70%;
  }
}

.top-search .search-inner select {
  border: none;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
  color: #202950;
  padding: 10px 15px;
  margin-right: 10px;
  height: 45px;
  width: 26vw;
  background: #FFFFFF;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

@media only screen and (min-width: 768px) {
  .top-search .search-inner select {
    width: 110px;
  }
}

.top-search .search-inner .btn {
  position: relative;
  border: 1px solid #FFFFFF;
  border-radius: 100px;
  height: 47px;
  transition: .2s;
}

@media only screen and (min-width: 768px) {
  .top-search .search-inner .btn {
    top: 27px;
    margin-left: 20px;
  }
}

.top-search .search-inner .btn:hover {
  background: #319B3A;
}

.top-search .search-inner .btn::before {
  background: url(images/search.svg) center top/cover no-repeat;
  width: 18px;
  height: 20px;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
}

.top-search .search-inner .room-search-btn {
  background: none;
  border: none;
  color: #FFFFFF;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
  height: 38px;
  padding: 6px 40px 0 50px;
  font-size: 1.6rem;
}

.top-search .select-wrap {
  position: relative;
}

.top-search .select-wrap::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  color: #000;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 2px;
}

.top-search .mid-line {
  position: relative;
  z-index: 10;
  width: 20px;
  text-align: center;
  color: #202950;
}

@media only screen and (min-width: 768px) {
  .top-search .inn-day-wrap {
    margin-right: 10px;
  }
}

.top-search .inn-day-wrap dt {
  margin-bottom: 5px;
}

.top-search .inn-day-wrap dd {
  display: flex;
  background: #FFFFFF;
  padding: 10px;
  height: 45px;
  position: relative;
  width: 60vw;
}

@media only screen and (min-width: 768px) {
  .top-search .inn-day-wrap dd {
    width: 350px;
  }
}

.top-search .inn-day-wrap dd::after {
  content: "";
  display: block;
  background: url(images/cal.svg) center top/cover no-repeat;
  height: 20px;
  width: 19px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.top-search .inn-day-wrap dd input {
  border: none;
  background: none;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
  color: #202950;
  width: 90px;
}

@media only screen and (min-width: 768px) {
  .top-search .inn-day-wrap dd input {
    width: 130px;
  }
}

.top-search .inn-number-wrap dt {
  margin-bottom: 5px;
}

.top-search .inn-number-wrap dd {
  display: flex;
}

.top-search .inn-room-wrap dt {
  margin-bottom: 5px;
}

.top-search .inn-room-wrap select {
  width: 90px;
}

.top-search.secound-search {
  position: relative;
  max-width: 1050px;
  margin: 30px auto 0;
  left: unset;
  transform: unset;
  padding-bottom: 130px;
  width: 100%;
  text-align: left;
  flex-flow: column;
}

@media only screen and (min-width: 768px) {
  .top-search.secound-search {
    width: 90%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-bottom: 100px;
    margin: 50px auto 0;
    flex-flow: row;
  }
}

.top-search.secound-search .tit-search {
  display: inherit;
  width: 100%;
  margin: 10px 0 30px;
}

@media only screen and (min-width: 768px) {
  .top-search.secound-search .tit-search {
    width: 20%;
    margin: 0 70px 0 0px;
  }
}

.top-search.secound-search .btn {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 45px;
  top: unset;
  width: 200px;
}

@media only screen and (min-width: 768px) {
  .top-search.secound-search .btn {
    width: 250px;
    bottom: 25px;
  }
}

.top-search.secound-search .btn::before {
  left: 50%;
  transform: translateX(-50%);
  margin-left: -35px;
  top: 50%;
  transform: translateY(-50%);
}

#mv {
  height: calc(var(--vh, 1vh) * 100);
  width: 100vw;
  transition: height 0.3s ease;
  overflow: hidden;
}

#mv .swiper-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mv {
  position: relative;
}

.mv .main-bnr {
  position: absolute;
  top: 0%;
  transform: translateY(0%);
  z-index: 10;
  margin-top: 25vw;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
}

@media only screen and (min-width: 768px) {
  .mv .main-bnr {
    margin-top: 5vw;
    width: auto;
  }
}

@media only screen and (min-width: 1680px) {
  .mv .main-bnr {
    margin-top: 9vw;
  }
}

.mv .main-bnr img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .mv .main-bnr img {
    max-width: 800px;
  }
}

.mv .catch-en {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  transform: translateX(-50%);
  margin-top: -17%;
  max-width: 1000px;
}

.mv .catch-en img {
  width: 70%;
}

.mv .catch-main {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 55%;
  transform: translateY(-55%);
  z-index: 10;
  width: 100%;
  padding: 2vw;
}

.mv .catch-main img {
  max-width: 55vw;
  display: block;
  margin: auto;
  position: relative;
  left: -5%;
}

.mv .label {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  width: 50vw;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

@media only screen and (min-width: 768px) {
  .mv .label {
    width: 250px;
    right: 50px;
    bottom: 160px;
  }
}

.mv .label.is-visible {
  opacity: 1;
}

.mv .label img {
  transition: .2s;
}

.mv .label img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.greet {
  background: url(images/bg_greet_sp.png) center top/cover no-repeat;
  padding: 7vw 0 20vw;
  color: #FFFFFF;
  text-align: center;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  z-index: 10;
  margin-top: -2px;
}

@media only screen and (min-width: 768px) {
  .greet {
    background: url(images/bg_greet.png) center top/cover no-repeat;
    padding: 7vw 0 15vw;
  }
}

@media only screen and (min-width: 1680px) {
  .greet {
    padding-bottom: 20vw;
  }
}

.greet h3 {
  font-size: clamp(1.8rem, 2.5vw, 2.5rem);
  font-weight: normal;
  letter-spacing: .6rem;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .greet h3 {
    margin-bottom: 60px;
  }
}

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

.greet .greet-wrap ul {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .greet .greet-wrap ul {
    justify-content: center;
  }
}

.greet .greet-wrap ul li {
  width: 23%;
  transition: .3s;
}

@media only screen and (min-width: 768px) {
  .greet .greet-wrap ul li {
    width: 130px;
    margin: 0 15px;
  }
}

.greet .greet-wrap ul li:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

@media only screen and (min-width: 768px) {
  .greet .greet-wrap.active {
    position: fixed;
    /* 固定 */
    top: 0;
    /* 画面上部 */
    left: 0;
    right: 0;
    z-index: 1000;
    background: #202950;
    padding: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .greet .greet-wrap.active li {
    width: 7%;
  }
}

.greet .greet-wrap.greet-sp-menu {
  background: #202950;
  padding: 10px;
  position: fixed;
  top: -100px;
  /* 上に隠す */
  left: 0;
  width: 100%;
  opacity: 0;
  transition: top 0.5s ease, opacity 0.5s ease;
  z-index: 1000;
}

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

.greet .greet-wrap.greet-sp-menu.active {
  top: 0;
  opacity: 1;
}

.greet .greet-wrap.greet-sp-menu ul {
  justify-content: center;
}

.greet .greet-wrap.greet-sp-menu li {
  width: 18vw;
  margin: 0 1vw;
}

@media only screen and (min-width: 768px) {
  .tit-wrap {
    display: flex;
    justify-content: center;
    max-width: 600px;
    margin: auto;
    align-items: flex-end;
  }
}

.tit-wrap h3 {
  width: 35vw;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .tit-wrap h3 {
    width: calc(40% - 5%);
    margin-right: 20px;
  }
}

.tit-wrap .txt {
  width: 90%;
  margin: 20px auto;
}

@media only screen and (min-width: 768px) {
  .tit-wrap .txt {
    width: 50%;
    margin: unset;
  }
}

.attrac {
  margin-top: 50px;
  background: url(images/bg_tree_sp.png) center top/contain no-repeat;
  background-size: 90%;
}

@media only screen and (min-width: 768px) {
  .attrac {
    background: url(images/bg_tree.png) center top/contain no-repeat;
    background-size: auto;
  }
}

.attrac .tit-wrap .txt {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .attrac .tit-wrap .txt {
    top: -20px;
  }
}

.attrac .attrac-column {
  margin-bottom: 50px;
  background: url(images/bg_circle_sp.png) center top;
  position: relative;
  margin-top: 30px;
  padding-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .attrac .attrac-column {
    max-width: 1100px;
    margin: 100px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    position: relative;
    background: none;
    padding-bottom: 0;
  }
}

.attrac .attrac-column::before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
}

@media only screen and (min-width: 768px) {
  .attrac .attrac-column::before {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .attrac .attrac-column::after {
    content: "";
    display: block;
    background: url(images/bg_circle.png) center top;
    position: absolute;
    width: 80%;
    height: 80%;
    right: 0;
  }
}

.attrac .attrac-column .pic {
  position: relative;
  z-index: 10;
  width: 85%;
  margin: 0 auto 20px;
}

@media only screen and (min-width: 768px) {
  .attrac .attrac-column .pic {
    width: 40%;
    margin: unset;
  }
}

.attrac .attrac-column .detail {
  position: relative;
  z-index: 10;
}

@media only screen and (min-width: 768px) {
  .attrac .attrac-column .detail {
    width: 55%;
  }
}

.attrac .attrac-column .detail h4 {
  font-size: clamp(2.2rem, 3vw, 3rem);
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 10px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .attrac .attrac-column .detail h4 {
    padding-left: 80px;
    text-align: left;
  }
}

.attrac .attrac-column .detail .txt {
  position: relative;
  font-size: clamp(1.4rem, 1.2vw, 1.4rem);
  line-height: 1.6;
  width: 90%;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .attrac .attrac-column .detail .txt {
    left: -80px;
    width: auto;
    margin: unset;
  }
}

@media only screen and (min-width: 768px) {
  .attrac .attrac-column:nth-child(3) {
    flex-flow: row-reverse;
  }
}

.attrac .attrac-column:nth-child(3)::after {
  right: 70px;
}

.attrac .attrac-column:nth-child(3) h4 {
  padding-left: 0;
}

.attrac .attrac-column:nth-child(3) .detail {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .attrac .attrac-column:nth-child(3) .detail {
    padding-left: 20%;
  }
}

.attrac .attrac-column:nth-child(3) .detail .txt {
  position: relative;
  left: 0;
}

@media only screen and (min-width: 768px) {
  .attrac .attrac-column:nth-child(3) .detail .txt {
    margin-right: -100px;
  }
}

@media only screen and (min-width: 768px) {
  .attrac .attrac-column:nth-child(3) .detail h4 {
    padding-left: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .attrac .attrac-column.attrac03 {
    border-right: 10vw solid #fff;
  }
}

.attrac .attrac-column.attrac03::after {
  height: 90%;
}

@media only screen and (min-width: 768px) {
  .attrac .attrac-column.attrac03 .pic {
    width: 35%;
  }
}

.attrac .attrac-column.attrac03 .detail .detail-inner .txt {
  padding-right: 0px;
}

.stay {
  background: url(images/bg_stay_sp.png) center top/cover no-repeat;
  margin-top: 100px;
  padding-bottom: 2vw;
}

@media only screen and (min-width: 768px) {
  .stay {
    background: url(images/bg_stay.png) center top/cover no-repeat;
  }
}

.stay .btn a {
  background: #202950;
  color: #FFFFFF;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.1;
  text-align: center;
  font-size: 4vw;
  border-radius: 10px;
  white-space: nowrap;
  transition: .3s;
  padding: 2vw 8.5vw 2vw 3vw;
  display: block;
  width: 41vw;
}

@media only screen and (min-width: 768px) {
  .stay .btn a {
    max-width: 180px;
    padding: .5vw 3vw .5vw 1.5vw;
    font-size: clamp(1rem, 1.5vw, 1.4rem);
    display: inline-block;
    width: auto;
  }
}

@media only screen and (min-width: 1025px) {
  .stay .btn a {
    padding-right: 2.5vw;
  }
}

.stay .btn a:hover {
  background: #000000;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.stay .btn a::after {
  content: "▶︎";
  display: block;
  height: 17px;
  width: 17px;
  background: #fff;
  border-radius: 100px;
  color: #202950;
  font-size: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) {
  .stay .tit-wrap {
    max-width: 400px;
    position: relative;
    right: -6%;
    top: 2vw;
  }
}

.stay .tit-wrap h3 {
  width: 30vw;
  position: relative;
  top: -40px;
  left: 10px;
}

@media only screen and (min-width: 768px) {
  .stay .tit-wrap h3 {
    width: 60%;
    top: unset;
    left: unset;
  }
}

@media only screen and (min-width: 768px) {
  .stay .tit-wrap .txt {
    width: 47%;
  }
}

.stay .tit-wrap .txt .txt-inner {
  position: relative;
  color: #202950;
  width: 80%;
  margin: auto;
  display: block;
  top: -40px;
}

@media only screen and (min-width: 768px) {
  .stay .tit-wrap .txt .txt-inner {
    display: block;
    left: -80px;
    width: auto;
    margin: unset;
    top: unset;
    padding-bottom: 30px;
  }
}

.stay .stay-wrap {
  position: relative;
  width: 95%;
  margin: auto;
  top: -20px;
}

@media only screen and (min-width: 768px) {
  .stay .stay-wrap {
    max-width: 1200px;
    margin: 100px auto;
    top: unset;
    width: 100%;
  }
}

.stay .stay-wrap .day01-01 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10%;
}

.stay .stay-wrap .day01-01 a {
  pointer-events: none;
  padding-right: 1.5vw;
}

.stay .stay-wrap .day01-01 a::after {
  display: none;
}

.stay .stay-wrap .day01-01 a:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
  background: #202950;
}

@media only screen and (min-width: 768px) {
  .stay .stay-wrap .day01-01 {
    left: 26%;
    top: 24%;
    transform: unset;
  }
}

.stay .stay-wrap .day01-02 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 19%;
}

@media only screen and (min-width: 768px) {
  .stay .stay-wrap .day01-02 {
    left: 45.5%;
    top: 24%;
    transform: unset;
  }
}

.stay .stay-wrap .day01-03 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 28%;
}

.stay .stay-wrap .day01-03 a {
  pointer-events: none;
  padding-right: 1.5vw;
}

.stay .stay-wrap .day01-03 a::after {
  display: none;
}

.stay .stay-wrap .day01-03 a:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
  background: #202950;
}

@media only screen and (min-width: 768px) {
  .stay .stay-wrap .day01-03 {
    left: 67.5%;
    top: 24%;
    transform: unset;
  }
}

.stay .stay-wrap .day01-04 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 36%;
}

@media only screen and (min-width: 768px) {
  .stay .stay-wrap .day01-04 {
    left: 60.5%;
    top: 61%;
    transform: unset;
  }
}

.stay .stay-wrap .day01-05 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 45%;
}

@media only screen and (min-width: 768px) {
  .stay .stay-wrap .day01-05 {
    left: 40%;
    top: 61%;
    transform: unset;
  }
}

.stay .stay-wrap .day02-01 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 28%;
}

@media only screen and (min-width: 768px) {
  .stay .stay-wrap .day02-01 {
    left: 16.5%;
    bottom: -11%;
    transform: unset;
  }
}

.stay .stay-wrap .day02-02 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20%;
}

@media only screen and (min-width: 768px) {
  .stay .stay-wrap .day02-02 {
    left: 36.5%;
    bottom: -6%;
    transform: unset;
  }
}

.stay .stay-wrap .day02-03 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12%;
}

@media only screen and (min-width: 768px) {
  .stay .stay-wrap .day02-03 {
    left: 58%;
    bottom: -8.5%;
    transform: unset;
  }
}

.stay .stay-wrap .day02-04 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3%;
}

@media only screen and (min-width: 768px) {
  .stay .stay-wrap .day02-04 {
    left: 78%;
    bottom: -6%;
    transform: unset;
  }
}

.cash-back {
  background: #202950;
  padding: 30px 0 30px;
}

@media only screen and (min-width: 768px) {
  .cash-back {
    padding: 100px 0 150px;
  }
}

.cash-back h4 {
  max-width: 700px;
  margin: auto;
  width: 90%;
}

.cash-back .cash-frame {
  width: 90%;
  max-width: 900px;
  margin: 0px auto 50px;
  border-radius: 60px;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .cash-back .cash-frame {
    padding-right: 120px;
    margin: 50px auto 50px;
  }
}

.cash-back .cash-frame .catch-cash {
  color: #FFFFFF;
  font-size: clamp(1.5rem, 2vw, 2rem);
  text-align: center;
  line-height: 1.5;
  margin-bottom: 30px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .cash-back .cash-frame .catch-cash {
    margin-bottom: 50px;
  }
}

.cash-back .cash-frame .cash-inner {
  color: #FFFFFF;
  text-align: center;
  font-size: clamp(1.8rem, 1.5vw, 1.5rem);
  line-height: 1.2;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .cash-back .cash-frame .cash-inner {
    display: flex;
    justify-content: space-between;
  }
}

.cash-back .cash-frame .cash-inner .arrow {
  width: 30px;
  margin: 0 auto 15px;
}

@media only screen and (min-width: 768px) {
  .cash-back .cash-frame .cash-inner .arrow {
    display: none;
  }
}

.cash-back .cash-frame .cash-inner .step {
  position: relative;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 20px;
  color: #202950;
  text-align: center;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .cash-back .cash-frame .cash-inner .step {
    width: 21%;
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .cash-back .cash-frame .cash-inner .step::after {
    content: "▶︎";
    display: block;
    height: 20px;
    width: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -0px;
    right: -27px;
    transform: translateY(-50%) scaleY(1.5);
    /* ← 縦方向に1.5倍 */
    color: #29A339;
  }
}

.cash-back .cash-frame .cash-inner .step:last-child::after {
  display: none;
}

.cash-back .cash-frame .cash-inner .step .step-tit {
  color: #319B3A;
  font-size: clamp(2.7rem, 2.7vw, 2.7rem);
  font-weight: 500;
}

.cash-back .cash-frame .cash-inner .step .step-icon {
  display: none;
}

@media only screen and (min-width: 768px) {
  .cash-back .cash-frame .cash-inner .step .step-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    display: inherit;
  }
}

.cash-back .cash-frame .cash-inner .step .step-icon-sp {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .cash-back .cash-frame .cash-inner .step .step-icon-sp {
    display: none;
  }
}

.cash-back .cash-frame .cash-inner .step .step-icon-sp.icon01 img {
  width: 65%;
}

.cash-back .cash-frame .cash-inner .step .step-icon-sp.icon02 img {
  width: 50%;
}

.cash-back .cash-frame .cash-inner .step .step-icon-sp.icon03 img {
  width: 50%;
}

.cash-back .cash-frame .cash-inner .step .step-icon-sp.icon04 img {
  width: 28%;
}

.cash-back .cash-frame .cash-inner .step p.txt {
  font-size: clamp(1.5rem, 1.5vw, 1.5rem);
  font-weight: 500;
  line-height: 1.3;
  margin-top: 5px;
}

@media only screen and (min-width: 768px) {
  .cash-back .cash-frame .cash-inner .step p.txt {
    margin-top: 0;
  }
}

.cash-back .cash-frame .cash-inner .step .exp {
  position: absolute;
  width: 80%;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  left: 0;
  bottom: -50px;
  padding: 5px;
  font-size: clamp(1.5rem, 1.5vw, 1.5rem);
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (min-width: 768px) {
  .cash-back .cash-frame .cash-inner .step .exp {
    bottom: -60px;
  }
}

.cash-back .cash-frame .cash-inner .step .exp br {
  display: none;
}

@media only screen and (min-width: 768px) {
  .cash-back .cash-frame .cash-inner .step .exp br {
    display: inherit;
  }
}

.cash-back .cash-frame .cash-inner .step .exp span {
  font-size: clamp(1.9rem, 1.9vw, 1.9rem);
}

.cash-back .cash-frame .cash-inner .step.step01 {
  margin-bottom: 70px;
}

@media only screen and (min-width: 768px) {
  .cash-back .cash-frame .cash-inner .step.step01 {
    margin-bottom: 0;
  }
}

.cash-back .cash-frame .cash-inner .step.step01 .step-icon {
  width: 90%;
  position: relative;
  right: -5px;
  padding-top: 20px;
}

.cash-back .cash-frame .cash-inner .step.step02 {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .cash-back .cash-frame .cash-inner .step.step02 {
    margin-bottom: 0;
  }
}

.cash-back .cash-frame .cash-inner .step.step02 .step-icon {
  width: 60%;
  padding-top: 15px;
}

.cash-back .cash-frame .cash-inner .step.step03 {
  margin-bottom: 70px;
}

@media only screen and (min-width: 768px) {
  .cash-back .cash-frame .cash-inner .step.step03 {
    margin-bottom: 0;
  }
}

.cash-back .cash-frame .cash-inner .step.step03 .step-icon {
  width: 60%;
}

.cash-back .cash-frame .cash-inner .step.step04 .step-icon {
  width: 40%;
}

.cash-back .cash-frame .cash-inner .step .step-l {
  width: 50%;
}

@media only screen and (min-width: 768px) {
  .cash-back .cash-frame .cash-inner .step .step-l {
    width: 100%;
  }
}

.cash-back .cash-frame .hand {
  position: absolute;
  right: -40px;
  width: 114px;
  bottom: 10px;
  display: none;
}

@media only screen and (min-width: 768px) {
  .cash-back .cash-frame .hand {
    display: block;
  }
}

h5.tit-txt {
  text-align: center;
  color: #FFFFFF;
  font-size: 3rem;
  margin-bottom: 20px;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .1rem;
}

.marimo-pay {
  margin: auto;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
}

.marimo-pay .pay-tit {
  background: #319B3A;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(2.5rem, 2.5vw, 2.5rem);
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center center;
  aspect-ratio: 2 / .4;
  width: 100%;
  height: auto;
  transition: .5s;
}

@media only screen and (min-width: 768px) {
  .marimo-pay .pay-tit {
    margin-top: 200px;
    aspect-ratio: 2 / .2;
  }
}

.marimo-pay .marimo-inner {
  background: #FFFFFF;
}

.marimo-pay .marimo-inner .marimo-tit-sp {
  font-size: 6vw;
  line-height: 1.3;
  color: #319B3A;
  margin-bottom: 20px;
}

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

.marimo-pay .marimo-inner .marimo-tit-sp rt {
  height: 10px;
}

.marimo-pay .marimo-inner .marimo-inner-exp {
  width: 90%;
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 1000px;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .marimo-pay .marimo-inner .marimo-inner-exp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
  }
}

.marimo-pay .marimo-inner .pic {
  width: 90%;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .marimo-pay .marimo-inner .pic {
    width: 43%;
    margin: unset;
  }
}

@media only screen and (min-width: 768px) {
  .marimo-pay .marimo-inner .detail {
    width: 50%;
  }
}

.marimo-pay .marimo-inner .detail dl {
  margin-bottom: 30px;
}

.marimo-pay .marimo-inner .detail dl dt {
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.3;
  color: #319B3A;
  margin-bottom: 20px;
  display: none;
}

@media only screen and (min-width: 768px) {
  .marimo-pay .marimo-inner .detail dl dt {
    display: inherit;
  }
}

.marimo-pay .marimo-inner .detail dl dd {
  font-size: 3.5vw;
}

@media only screen and (min-width: 768px) {
  .marimo-pay .marimo-inner .detail dl dd {
    font-size: 1.6rem;
  }
}

.marimo-step {
  background: #FFFFFF;
  padding-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .marimo-step {
    padding-bottom: 80px;
  }
}

.marimo-step-inner {
  max-width: 600px;
  margin: auto;
  width: 90%;
}

.bnr-marimo {
  margin: 50px auto;
  width: 90%;
}

@media only screen and (min-width: 768px) {
  .bnr-marimo {
    width: 450px;
    margin: 100px auto;
  }
}

.bnr-marimo img {
  transition: .2s;
  width: 100%;
}

.bnr-marimo img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.marimo-faq {
  max-width: 850px;
  margin: auto;
  width: 90%;
  color: #FFFFFF;
}

.marimo-faq a {
  color: #319B3A;
  text-decoration: underline;
  flex: none;
}

.marimo-faq dl {
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.1);
  padding: 15px 10px;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
}

@media only screen and (min-width: 768px) {
  .marimo-faq dl {
    padding: 15px 40px;
    margin-bottom: 30px;
  }
}

.marimo-faq dl dt {
  display: flex;
  position: relative;
  padding-right: 20px;
  font-size: clamp(1.4rem, 1.7vw, 1.7rem);
}

@media only screen and (min-width: 768px) {
  .marimo-faq dl dt {
    padding-right: 80px;
  }
}

.marimo-faq dl dt::before {
  content: "Q.";
  display: block;
  font-size: 2rem;
  color: #319B3A;
  line-height: .7;
  margin-right: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .marimo-faq dl dt::before {
    font-size: 3rem;
  }
}

.marimo-faq dl dt::after {
  content: "";
  display: block;
  background: url(images/plus.svg) center top/cover no-repeat;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) {
  .marimo-faq dl dt::after {
    height: 30px;
    width: 30px;
  }
}

.marimo-faq dl dt.ac::after {
  background: url(images/minus.svg) center top/cover no-repeat;
}

.marimo-faq dl dd {
  padding-top: 15px;
  padding-right: 20px;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  padding-left: 38px;
}

@media only screen and (min-width: 768px) {
  .marimo-faq dl dd {
    padding-top: 25px;
    padding-right: 80px;
    padding-left: 45px;
    line-height: 1.5;
  }
}

.marimo-faq dl dd::before {
  content: "A.";
  display: block;
  font-size: 2rem;
  color: #319B3A;
  line-height: .5;
  margin-right: 1.5rem;
  color: #FFFFFF;
  position: absolute;
  left: 10px;
}

@media only screen and (min-width: 768px) {
  .marimo-faq dl dd::before {
    font-size: 3rem;
    left: 40px;
  }
}

.time-limit {
  text-align: center;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
  margin-top: 100px;
}

.time-limit dl {
  max-width: 500px;
  margin: auto;
}

.time-limit dl dt {
  color: #FFFFFF;
  font-size: clamp(1.8rem, 3vw, 3rem);
  letter-spacing: .4rem;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.time-limit dl dd {
  color: #319B3A;
  border-top: 5px solid #319B3A;
  border-bottom: 5px solid #319B3A;
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.shop-use {
  text-align: center;
  color: #FFFFFF;
  font-size: clamp(2rem, 2.5vw, 2.5rem);
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
  width: 90%;
  margin: 50px auto 0;
}

@media only screen and (min-width: 768px) {
  .shop-use {
    margin-top: 100px;
  }
}

.shop-use dl dd {
  margin: 20px auto;
}

.shop-use dl dd img {
  transition: .2s;
}

.shop-use dl dd img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.reserve {
  text-align: center;
  padding: 50px 0 80px;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
  background: #EFEDE7;
}

@media only screen and (min-width: 768px) {
  .reserve {
    padding: 150px 0 100px;
  }
}

.reserve h4 {
  font-size: clamp(1.7rem, 3vw, 3rem);
  font-weight: 500;
  letter-spacing: .1rem;
  line-height: 1.3;
  position: relative;
  max-width: 600px;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .reserve h4 {
    letter-spacing: .3rem;
  }
}

.reserve h4 span {
  color: #57A59E;
}

.reserve h4::after {
  content: "";
  display: block;
  width: 3px;
  height: 55px;
  background: #57A59E;
  position: absolute;
  left: 20px;
  transform: rotate(-15deg);
  top: 0;
}

@media only screen and (min-width: 768px) {
  .reserve h4::after {
    width: 5px;
    height: 75px;
    left: 0;
  }
}

.reserve h4::before {
  content: "";
  display: block;
  width: 3px;
  height: 55px;
  background: #57A59E;
  position: absolute;
  right: 20px;
  transform: rotate(15deg);
  top: 0;
}

@media only screen and (min-width: 768px) {
  .reserve h4::before {
    width: 5px;
    height: 75px;
    right: 0;
  }
}

.reserve .search {
  max-width: 800px;
  margin: 50px auto;
}

.reserve .search .tit-search {
  background: #202950;
  color: #FFFFFF;
  font-size: clamp(1.8rem, 2.2vw, 2.2rem);
}

.access {
  background: url(images/bg_access_sp.png) center top/contain no-repeat #202950;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .access {
    background: url(images/bg_access.png) center top/cover no-repeat;
  }
}

@media only screen and (min-width: 768px) {
  .access::before {
    content: "";
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    background: url(images/tree_access.png) no-repeat center top;
    background-size: 60%;
    width: 100%;
    height: 60%;
  }
}

.access .access-inner {
  max-width: 1000px;
  margin: auto;
  width: 90%;
}

.access .tit-wrap {
  position: relative;
  top: 50px;
}

@media only screen and (min-width: 768px) {
  .access .tit-wrap {
    color: #FFFFFF;
    padding-top: 8vw;
    position: relative;
    left: 150px;
    top: unset;
  }
}

.access .tit-wrap h3 {
  width: 30vw;
}

@media only screen and (min-width: 768px) {
  .access .tit-wrap h3 {
    width: calc(40% - 5%);
    margin-right: 20px;
  }
}

.access .tit-wrap .txt {
  color: #FFFFFF;
  width: 70%;
  margin: 20px auto 0;
}

@media only screen and (min-width: 768px) {
  .access .tit-wrap .txt {
    position: relative;
    left: -70px;
    top: -50px;
    margin: unset;
    width: auto;
  }
}

.access .map {
  max-width: 900px;
  margin: 150px auto 0;
  width: 95%;
}

@media only screen and (min-width: 768px) {
  .access .map {
    margin: 100px auto;
  }
}

.access .rute {
  max-width: 1000px;
  margin: 50px auto 0;
  width: 75%;
}

@media only screen and (min-width: 768px) {
  .access .rute {
    margin: 100px auto;
    display: flex;
    justify-content: space-between;
  }
}

.access .rute .rute-box {
  background: #FFFFFF;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .access .rute .rute-box {
    width: 32.5%;
    margin-bottom: 0;
  }
}

.access .rute .rute-box .tit-rute {
  background: #57A59E;
  color: #FFFFFF;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(1.8rem, 2vw, 2rem);
  text-align: center;
  padding: 10px;
}

.access .rute .rute-box .rute-inner {
  text-align: center;
  font-size: clamp(1.5rem, 1.5vw, 1.5rem);
  padding: 10px 30px;
  font-weight: 700;
}

.access .rute .rute-box .rute-inner .car {
  width: 40px;
  margin: 10px auto 10px;
}

.access .rute .rute-box .rute-inner .bus {
  width: 35px;
  margin: 10px auto 10px;
}

.access .rute .rute-box .rute-inner .time {
  font-weight: 800;
  color: #57A59E;
}

.footer-illust {
  width: 170px;
  margin: 100px auto 0;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .footer-illust {
    margin: 150px auto 0;
    width: 200px;
  }
}

.l-footer {
  background: #141E47;
  color: #FFFFFF;
  padding: 40px 0 60px;
  position: relative;
  z-index: 10;
  margin-top: -2px;
}

@media only screen and (min-width: 768px) {
  .l-footer {
    padding: 80px 0 30px;
  }
}

.l-footer .footer-inner {
  max-width: 800px;
  margin: auto;
  width: 95%;
  align-items: center;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-inner {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
  }
}

.l-footer .footer-inner .copy {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  font-size: 1.8vw;
  padding-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-inner .copy {
    margin-top: 70px;
    font-size: 1rem;
  }
}

.l-footer .footer-inner .flogo {
  width: 100px;
  margin: 0 auto 50px;
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-inner .flogo {
    width: 25%;
    padding-left: 10%;
    margin: unset;
  }
}

.l-footer .footer-inner .flogo img {
  width: 100%;
}

.l-footer .footer-inner .footer-inner {
  font-style: normal;
  font-weight: 500;
}

.l-footer .footer-inner .footer-inner a {
  color: #FFFFFF;
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-inner .footer-inner {
    width: 55%;
  }
}

.l-footer .footer-inner .footer-inner dl dt {
  font-size: clamp(1.9rem, 2vw, 2rem);
  letter-spacing: .1rem;
}

.l-footer .footer-inner .footer-inner dl dd {
  font-size: clamp(1.5rem, 1.5vw, 1.5rem);
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-inner .footer-inner dl dd {
    margin-top: 0;
  }
}

.l-footer .footer-inner .footer-inner .address {
  margin: 20px 0;
  font-size: clamp(1.4rem, 1.4vw, 1.4rem);
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-inner .footer-inner .address {
    margin: 20px 0;
  }
}

.l-footer .footer-inner .footer-inner .time {
  font-size: clamp(1.4rem, 1.4vw, 1.4rem);
}

.hotel {
  background: #EFEDE7;
  padding-bottom: 100px;
}

@media only screen and (min-width: 768px) {
  .hotel {
    padding-top: 100px;
  }
}

.hotel-inner {
  max-width: 1100px;
  width: 90%;
  margin: auto;
}

.hotel ul {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.hotel ul::after {
  content: "";
  display: block;
  width: 32%;
}

.hotel ul li {
  width: 48%;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .hotel ul li {
    width: 32%;
  }
}

.hotel ul li a {
  background: #202950;
  color: #FFFFFF;
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .hotel ul li a {
    display: flex;
    aspect-ratio: 1 / .4;
  }
}

.hotel ul li a:hover {
  opacity: .95;
}

.hotel ul li a:hover .pic img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.hotel ul li a .pic {
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .hotel ul li a .pic {
    width: 45%;
  }
}

.hotel ul li a .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center center;
  aspect-ratio: 2 / 1.4;
  /*transition: all .5s cubic-bezier(0.9, 0, 0.2, 1);*/
  transition: .2s;
}

@media only screen and (min-width: 768px) {
  .hotel ul li a .pic img {
    aspect-ratio: unset;
  }
}

.hotel ul li a .hotel-exp {
  font-size: clamp(1.5rem, 1.5vw, 1.8rem);
  line-height: 1.2;
  text-align: center;
  padding: 7%;
  white-space: nowrap;
  background: #202950;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .hotel ul li a .hotel-exp {
    width: 55%;
  }
}

.hotel ul li a .hotel-exp .tit {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hotel ul li a .hotel-exp .link {
  background: #FFFFFF;
  color: #202950;
  font-size: 3.5vw;
  width: 80%;
  border-radius: 100px;
  margin: .7vw auto 0;
  display: block;
  padding: 5px 20px;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -.1rem;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .hotel ul li a .hotel-exp .link {
    font-size: clamp(0.8rem, 1.2vw, 1.2rem);
    padding: 7px;
    width: 100px;
    margin-top: 3px;
  }
}

.hotel ul li a .hotel-exp .link::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  padding-left: .7rem;
}

@media only screen and (min-width: 768px) {
  .hotel ul li a .hotel-exp.gr2 .link {
    margin-top: 20px;
  }
}

.tit-hotel {
  text-align: center;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.5rem;
  margin-bottom: 20px;
}

#search-secound {
  margin-top: 150px;
  padding-top: -150px;
}

/* loading */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  /*background-image: url('images/bg.png');*/
  /* 背景画像 */
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 1s ease;
  background: #141E47;
}

#loading.fade-out {
  opacity: 0;
  pointer-events: none;
}

/* アニメーション */
#loading img {
  width: 110px;
  height: auto;
  opacity: 0;
  transform: scale(1.05);
  animation: loadingFadeZoom 1s ease-out forwards;
}

@keyframes loadingFadeZoom {
  from {
    opacity: 0;
    transform: scale(1.05);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.l-header,
.catch-main,
.openbtn,
.catch-en,
.main-bnr,
.top-search,
.sp-reserve-fix {
  opacity: 0;
  /* 最初は透明にしておく */
  transition: opacity 1s ease-in-out;
  /* 1秒かけてゆっくりと透明度を変える */
}

.l-header.is-visible,
.catch-main.is-visible,
.openbtn.is-visible,
.catch-en.is-visible,
.main-bnr.is-visible,
.top-search.is-visible,
.sp-reserve-fix.is-visible {
  opacity: 1;
  /* このクラスが追加されると不透明になる */
}

.effect {
  opacity: 0;
}

.effect.is-active {
  animation-name: fadeup;
  /*--アニメーション名--*/
  animation-duration: .5s;
  /*--時間--*/
  animation-delay: 0s;
  /*--3秒後に開始--*/
  animation-fill-mode: forwards;
  /*--状態指定--*/
}

@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 1, 0.5, 1);
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

/* モーダル全体のラッパー */
.modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

/* 背景レイヤー */
.modal__layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

/* モーダル本体（中央配置） */
.modal__container {
  position: fixed;
  /* ← absolute ではなく fixed に */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 600px;
  width: 90%;
  background: #202950;
  border-radius: 0px;
  overflow: auto;
  max-height: 80vh;
  padding: 50px 20px 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  animation: modalFadeIn 0.3s ease;
  color: #FFFFFF;
}

@media only screen and (min-width: 768px) {
  .modal__container {
    padding: 30px;
  }
}

/* 閉じるボタン */
.modal__close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 15px;
  color: #666;
  cursor: pointer;
  transition: color 0.2s;
  border: 1px solid #FFFFFF;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
}

@media only screen and (min-width: 768px) {
  .modal__close {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}

/* フェードインアニメーション */
@keyframes modalFadeIn {
  from {
    transform: translate(-50%, -60%);
    opacity: 0;
  }
  to {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translate(-50%, -55%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

.modal-tit {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .modal-tit {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .modal-tit .pic {
    width: 50%;
  }
}

.modal-tit .detail {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .modal-tit .detail {
    width: 45%;
    text-align: left;
    justify-content: flex-start;
    margin-top: 0;
  }
}

.modal-tit .detail h3 {
  font-size: clamp(1.8rem, 2.3vw, 2.3rem);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: .1rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
}

.exp-box {
  font-size: clamp(1.3rem, 1.3vw, 1.4rem);
}
