/* TOPページ */
.top_slid {
  position: relative;
  width: 100%;
  margin-top: -28px;

  @media screen and (max-width: 896px) {
    margin-top: -60px;
  }
}

.slid_msg {
  color: #fff;
  width: max-content;
  line-height: 1.7;
  font-size: 3rem;
  position: absolute;
  text-shadow: 2px 2px 5px #4d4d4d;
  top: 60%;
  left: 10%;
  z-index: 3;

  @media screen and (max-width: 896px) {
    width: max-content;
    font-size: 18px;
    top: 68%;
    left: 20px;
  }

  span {
    font-size: 20px;

    @media screen and (max-width: 896px) {
      font-size: 16px;
    }
  }
}

.hero {
  height: calc(100vh - var(--header-height));
  /* background-image: url(../img/mv/memoria_dogrun01.jpg); */
  background-color: #333;
  /* 背景色仮置き */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;

  .hero-logo {
    width: 50vw;
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 10px #fff;
    opacity: 0;
    animation: fadeIn 3s ease 0.5s forwards;
    position: relative;
    z-index: 2;
  }
}

@media screen and (max-width: 896px) {
  .hero {
    height: auto;
    aspect-ratio: 3 / 2;
  }
}

.top_slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;

  .swiper-slide {
    width: 100%;
    height: 100%;

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.top_mv {
  padding-top: 80px;
  position: relative;

  @media screen and (max-width: 896px) {
    padding-top: 60px;
  }

  img {
    width: 100%;
  }

  h2 {
    @media screen and (max-width: 896px) {
      top: 60%;
      font-size: 22px;
    }

    span.openday {
      font-family: "Kaushan Script", cursive;
      font-size: 32px;

      @media screen and (max-width: 896px) {
        font-size: 18px;
      }
    }
  }
}

.color_bk {
  color: #333;

  a {
    color: #555;
  }
}

.color_gr {
  color: #cfcfcf;
}

.top_feature .color_gr {
  color: #cfcfcf;
}

.color_fgr {
  color: #f0f0f0;
}

.top_news {
  padding: 0;
  margin-bottom: 80px;
  background: #fff;

  @media screen and (max-width: 896px) {
    margin-bottom: 60px;
  }

  @media screen and (max-width: 896px) {
    .container {
      flex-direction: column;
    }
  }

  ul {
    margin: 0 auto;
    max-width: 900px;

    li {
      padding: 20px 0;
      border-bottom: 1px solid #cecece;

      @media screen and (max-width: 896px) {
        padding: 2% 0;
        line-height: 1.8;
      }

      span.date {
        padding: 0 22px 0 30px;
        color: #2d2d2d;

        @media screen and (max-width: 896px) {
          padding: 0;
        }
      }

      span.cate {
        color: #fff;
        background: #9bc4d5;
        padding: 4px 10px;
        margin-right: 30px;
        font-size: 1.4rem;

        @media screen and (max-width: 896px) {
          padding: 1% 2%;
          font-size: 1.2rem;
        }

        a {
          color: #fff;
        }
      }
    }
  }

  h2 {
    span {
      font-size: 14px;
    }

    a {
      color: #c0c0c0;
    }
  }
}

/*下層　ニュース一覧（パンくずから飛んだ時用）*/
/*下層　ニュース一覧（パンくずから飛んだ時用）*/
ul.media_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 80px;

  li {
    width: 25%;
    margin-top: 0px;

    &.txt {
      width: 100%;
      border-bottom: 1px dotted #ccc;
      padding: 0 20px;
      margin: 0;

      p {
        text-align: left;
      }
    }
  }

  .image {
    width: 170px;
    height: 218px;
    margin: 0 auto;

    img {
      width: 100%;
      height: auto;
    }
  }

  p {
    text-align: center;
    margin: 10px 0;
  }
}

/*------------------------------------------

こだわり

------------------------------------------*/
.kodawari-box {
  position: relative;
  padding: 80px 0;
  background: var(--main-color);
  color: #fff;

  @media screen and (max-width: 767px) {
    padding: 80px 0 0;
  }

  .inr {
    max-width: 1400px;
    margin: 0 auto;

    @media screen and (max-width: 767px) {
      padding: 0 10px;
    }

    h2 {
      font-size: 32px;
      text-align: center;
      margin-bottom: 20px;
      font-weight: bold;

      @media screen and (max-width: 767px) {
        font-size: 2rem;
      }
    }

    p {
      font-size: 16px;
      line-height: 1.8;

      @media screen and (max-width: 767px) {
        font-size: 15px;
      }
    }
  }

  .kodawari-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    justify-content: center;

    @media screen and (max-width: 767px) {
      flex-direction: column;
      gap: 20px;
    }

    li {
      position: relative;
      width: 23%;
      aspect-ratio: 3/4;
      overflow: hidden;
      border-radius: 16px;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;

      @media screen and (max-width: 767px) {
        width: 100%;
        aspect-ratio: 3/2;
      }

      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
        z-index: 1;
      }

      p {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 20px 16px;
        font-size: 4rem;
        font-weight: 600;
        color: #fff;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
        text-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
        z-index: 2;

        @media screen and (max-width: 767px) {
          font-size: 3rem;
          padding: 10px;
        }
      }
    }
  }
}

.swiper-content-box {
  overflow: hidden;

  .swipers {
    box-sizing: border-box;
    position: relative;

    img {
      max-width: 100%;
    }

    .swiper-slide {
      background: #FFF;

      .img-box,
      .thumb-box {
        box-sizing: border-box;
        position: relative;

        >img {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          -o-object-fit: cover;
          object-fit: cover;
        }
      }

      .img-box {
        /* メイン画像の高さ */
        padding-bottom: 60%;
      }

      .thumb-box {
        /* サムネイル画像の高さ */
        padding-bottom: 60%;
        opacity: 0.6;
        cursor: pointer;
        transition: 0.3s;

        &:hover {
          opacity: 1;
        }
      }

      &.swiper-slide-thumb-active .thumb-box {
        opacity: 1;
      }
    }

    .swiper-button-next,
    .swiper-button-prev {
      text-align: center;
      line-height: 40px;
      /* 矢印背景の横幅 */
      width: 40px;
      /* 矢印背景の縦幅 */
      height: 40px;
      /* 矢印背景色 */
      background: #fff;
      border-radius: 50%;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      top: 50%;
      transform: translateY(-50%);
      margin: 0;

      @media only screen and (max-width: 768px) {
        width: 25px;
        height: 25px;
      }

      &:after {
        /* 矢印大きさ */
        font-size: 20px;
        /* 矢印色 */
        color: #575757;

        @media only screen and (max-width: 768px) {
          font-size: 12px;
        }
      }
    }
  }
}

#dog::before {
  content: "";
  display: block;
  height: 100px;
  margin-top: -100px;
}

/*------------------------------------------

ROOM

------------------------------------------*/
.room-section {
  padding: 100px 20px;

  @media screen and (max-width: 768px) {
    padding: 50px 0px;
  }
}

.room-head .container {
  text-align: center;
  margin-bottom: 60px;
}

.room-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;

  @media screen and (max-width: 768px) {
    flex-direction: column;
    align-items: center;
  }
}

.room-card {
  width: calc((100% - 40px) / 2);
  background: #fff;
  border-radius: 15px;
  box-shadow: none;
  transition: none;
  overflow: hidden;

  @media screen and (max-width: 768px) {
    width: 100%;
    max-width: 90%;
  }

  figure {
    margin: 0;
  }

  img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    display: block;
  }

  figcaption {
    padding: 24px;
    text-align: left;
    min-height: 290px;

    @media screen and (max-width: 768px) {
      min-height: auto;
    }
  }
}

.room-type {
  font-size: 1.3rem;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

.room-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 8px;
  color: #222;
}

.room-note {
  font-size: 1.2rem;
  color: #666;
  margin-top: 6px;
}

.room-badge {
  display: inline-block;
  background: #333;
  color: #fff;
  padding: 4px 10px;
  margin-bottom: 10px;
  font-weight: 500;
}

.room-link {
  text-align: center;
  margin-top: 50px;

  a {
    font-size: 14px;
    display: inline-block;
    background: var(--main-color);
    color: #fff;
    padding: 14px 30px;
    border-radius: 30px;
    text-decoration: none;
    transition: background 0.3s ease;
    border: 1px solid #FFF;

    &:hover {
      background-color: #FFF;
      color: var(--main-color);
    }
  }
}

/*END*/
/*END*/
/* .top_slider .swiper-slide 重複定義削除または修正 */
/* 既存の .top_slider 定義があれば統合するが、今回は前回定義した .top_slider を利用するため、競合しそうな記述をコメントアウトまたは削除 */
/*
.top_slider .swiper-slide {
  width: 100%;
  height: 100vh;

  @media screen and (max-width: 896px) {
    width: 100%;
    height: 50vh;
  }

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
*/
.food_content {
  ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    list-style: none;

    @media screen and (max-width: 768px) {
      flex-direction: column;
      gap: 20px;
    }
  }

  li {
    width: 32%;
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    text-align: center;
    margin: 8px;

    @media screen and (max-width: 768px) {
      width: 90%;
      margin: 0 auto;
    }
  }

  .content_img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
  }

  &__ttl {
    margin: 10px 0 5px;
    padding: 0 10px;
    color: #333;

    a {
      text-decoration: none;
      color: inherit;
    }
  }

  p {
    padding: 0 10px 15px;
    color: #666;
    line-height: 1.5;
    text-align: left;
  }
}

.mlex_box {
  width: 100%;
  position: relative;

  img {
    width: 100%;
    max-height: 560px;
    object-fit: cover;

    @media screen and (max-width: 896px) {
      width: 100%;
      height: 400px;
      object-fit: cover;
    }
  }
}

.meal_ext {
  width: 50%;
  text-align: center;
  line-height: 1.9;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  background-color: rgba(11, 15, 15, 0.82);
  padding: 35px;

  @media screen and (max-width: 896px) {
    width: 70%;
    padding: 20px;
  }

  @media screen and (max-width: 650px) {
    width: 80%;
    padding: 15px;
  }

  h3 {
    color: #fff;
  }

  p {
    color: #fff;
    padding-top: 30px;
    text-align: left;

    @media screen and (max-width: 896px) {
      font-size: 1.4rem;
    }

    @media screen and (max-width: 650px) {
      padding-top: 10px;
      font-size: 1.3rem;
    }
  }
}

.top_feature {
  p {
    line-height: 2;
  }

  h2 span {
    font-size: 1.5rem;
    color: #b4b5b5;
  }
}

.top_facility h2 span {
  font-size: 1.5rem;
  color: #b4b5b5;
}

.top_box {
  width: 100%;
  margin: 80px auto;
  display: flex;
  position: relative;
  align-items: center;

  @media screen and (max-width: 896px) {
    flex-direction: column;
    margin: 30px auto;
  }

  .feature_mainimg {
    width: 52%;
    object-fit: cover;

    @media screen and (max-width: 896px) {
      width: 100%;
      object-fit: cover;
    }

    img {
      width: 100%;
      height: 600px;
      object-fit: cover;

      @media screen and (max-width: 896px) {
        height: auto;
        margin-bottom: 0;
      }
    }
  }

  .feature_txtarea {
    max-width: 950px;
    width: 50%;
    height: 530px;
    position: absolute;
    top: 36px;
    background: #ffffff;

    @media screen and (max-width: 896px) {
      max-width: 100%;
      height: 100%;
      position: static;
    }
  }

  &:nth-of-type(odd) {
    .feature_txtarea {
      right: 0;

      @media screen and (max-width: 896px) {
        max-width: 1030px;
        height: auto;
        top: 56px;
        right: 0;
        width: 100%;
        /*transform: translate(0%, -10%);*/
      }
    }
  }

  &:nth-of-type(even) {
    justify-content: flex-end;

    .feature_txtarea {
      left: 0;

      @media screen and (max-width: 896px) {
        max-width: 1030px;
        height: auto;
        top: 56px;
        left: 50%;
        width: 100%;
        /*transform: translate(0%, -10%);*/
      }
    }
  }
}

.top_textarea_p {
  padding: 3rem 5rem;
  height: 476px;

  @media screen and (max-width: 896px) {
    padding: 10% 5%;
    height: auto;
  }

  h3 {
    margin-bottom: 40px;
    font-size: 3rem !important;
    line-height: 1.3;
    color: #3d3d3d;
    font-weight: bold;
    border-bottom: 4px solid var(--main-color);

    @media screen and (max-width: 896px) {
      padding-bottom: 20px;
      font-size: 1.5rem;
    }

    span.point_n {
      font-size: 6rem;
      color: var(--main-color);
      font-weight: bold;

      @media screen and (max-width: 896px) {
        font-size: 4rem;
      }
    }

    span.sub_title {
      font-size: 1.5rem;
    }
  }

  p {
    color: #3d3d3d;

    @media screen and (max-width: 896px) {
      font-size: 1.4rem;
      text-align: left;
    }
  }
}

.top_area_bk .topSwiper {
  .swiper-slide {
    /* background: #f9f9f9; */
    overflow: hidden;
    text-align: center;

    p {
      padding: 10px;
      background: #eee;
      font-size: 18px;
      margin: 0;

      @media screen and (max-width: 896px) {
        font-size: 15px;
        padding: 6px;
      }
    }
  }

  .top_content__img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;

    @media screen and (max-width: 896px) {
      height: 160px;
    }
  }
}

.top_access {
  padding: 40px 0 30px;

  @media screen and (max-width: 896px) {
    padding: 10% 0;
  }

  .g_map {
    width: 94%;
    margin: 0 auto;
    height: 360px;
    margin-bottom: 40px;

    @media screen and (max-width: 896px) {
      width: 100%;
    }

    iframe {
      width: 100%;
      height: 360px;
    }
  }

  ul {
    width: 94%;
    margin: 0 auto 20px;

    @media screen and (max-width: 896px) {
      width: 100%;
    }
  }

  .checkin_table {
    width: 100%;

    li {
      color: #333;
      padding: 20px 0 0;
      border-top: 1px solid #c3c3c3;

      @media screen and (max-width: 896px) {
        flex-direction: column;
        padding: 26px 0 14px;
      }

      &:last-child {
        border-bottom: 1px solid #c3c3c3;
      }

      h3 {
        font-size: 1.8rem;
        font-weight: 500;
        padding: 0 15px;
        box-sizing: border-box;
        color: #272521;

        @media screen and (max-width: 896px) {
          width: 100%;
        }
      }

      p {
        width: 100%;
        padding: 16px 14px;
        color: #272521;
        box-sizing: border-box;

        @media screen and (max-width: 896px) {
          width: auto;
          padding: 5px 14px;
          border-left: none;
        }

        span {
          font-size: 1.6rem;
          font-weight: 500;
          line-height: 2.4;
        }
      }
    }
  }

  p.msg {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    margin: 50px 0;
  }

  .car_map {
    width: 80%;
    margin: 0 auto 60px;

    @media screen and (max-width: 896px) {
      width: 94%;
    }

    img {
      width: 100%;
      height: auto;
    }
  }

  .checkin_box {
    width: 100%;
    margin: 0px auto 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .checkin_wrapper {
    padding: 1em;
    border: 1px solid #272521;
  }

  address {
    font-size: 1.5rem;
    margin-top: 1em;
    color: #272521;
    text-align: center;
    font-style: normal;
  }

  p.checkin {
    font-size: 1.8rem;
    color: #272521;

    a {
      font-size: 1.8rem;
      padding-right: 1em;
    }
  }

  p.checkin_ttl {
    position: relative;
    text-align: center;
    font-size: 2rem;
    margin: 0 auto;
    display: inline-block;
    padding: 0 30px;

    span {
      background: #f5f6f6;
      padding: 0 30px;
      z-index: 20;
      position: relative;
      color: #272521;
    }
  }

  p.note {
    padding-top: 20px;
    color: #c8c8c8;
  }
}

/* 駐車場について */
/* 駐車場について */
.map_img {
  width: 94%;
  margin: 0 auto 4% auto;
}

.access_image {
  width: 100%;
  justify-content: space-between;
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;

  li {
    width: 32%;
    margin-bottom: 30px;

    @media screen and (max-width: 980px) {
      width: 49%;
    }

    p {
      padding: 10px;
    }

    img {
      width: 100%;
      height: auto;
      object-fit: cover;
    }
  }
}

.top_slider {
  width: 100%;
  height: 100%;

  .swiper-slide {
    width: 100%;
    height: 100%;

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;

      @media screen and (max-width: 896px) {
        object-fit: cover;
      }
    }
  }
}

/*ページ内リンクボタン*/
.qa_top_btn {
  margin: 30px;

  ul {
    width: 85%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0 auto;

    @media screen and (max-width: 896px) {
      width: 90%;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
    }
  }

  li {
    background-color: rgba(237, 229, 213, 0.8);
    border-radius: 10px;
    position: relative;
    padding: 10px 10px;
    width: 15%;
    text-align: center;

    @media screen and (max-width: 896px) {
      background-color: rgba(237, 229, 213, 0.8);
      border-radius: 10px;
      position: relative;
      padding: 10px 20px;
      margin: 7px auto;
      width: 80%;

      &::after {
        content: "";
        display: block;
        position: absolute;
        background-image: url("arrow.png");
        background-size: 100%;
        width: 7px;
        height: 17px;
        top: 0;
        bottom: 0;
        right: 10px;
        margin: auto;
      }
    }
  }

  a {
    @media screen and (max-width: 896px) {
      color: #333;
      cursor: pointer;
    }
  }
}

.dog_btn li {
  background-color: rgba(237, 229, 213, 0.8);
  border-radius: 10px;
  position: relative;
  padding: 10px 10px;
  width: 24%;
  text-align: center;
}

/*20240917 TOP魅力画像*/
* {
  box-sizing: border-box;
}

.slick-prev.slick-arrow {
  display: none !important;
}

.topinner {
  width: calc(100% - 100px);
  max-width: 1000px;
  min-width: 600px;
}

.slider-main img {
  min-height: auto !important;
  object-fit: cover;
}

.slide {
  &>span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;

    @media screen and (max-width: 896px) {
      margin: 0;
    }

    /*★*/
  }

  &.txtbar {
    position: relative;

    .txtbar-pc {
      background: rgba(0, 0, 0, 0.5);
      color: #fff;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      height: 100%;
      position: absolute;
      top: 0;
      left: 10px;
      font-size: 28px;
      padding: 10px;
      text-indent: 0.5em;

      @media screen and (max-width: 896px) {
        top: 0;
        left: 0;
        font-size: 14px;
        padding: 8px;
      }
    }

    .txtbar-sp {
      @media screen and (max-width: 896px) {
        font-size: 20px;
        left: 0;
        text-indent: 3em;
      }
    }
  }
}

.slider-thumb {
  margin-top: 20px;

  @media screen and (max-width: 896px) {
    margin-top: 0;
  }

  .slide>span {
    height: 100px;

    @media screen and (max-width: 896px) {
      height: 80px;
      padding: 10px;
    }
  }

  .slick-track {
    transform: unset !important;
  }
}

.slick-slide img {
  width: 100%;
}

.top_box {
  .feature_txtarea.test2 {
    max-width: 950px;
    width: 42%;
    height: 530px;
    position: absolute;
    top: 36px;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);

    @media screen and (max-width: 896px) {
      max-width: 100%;
      height: 100%;
      position: static;
      max-width: 1030px;
      height: auto;
      top: 56px;
      width: 92%;
    }
  }

  .topwrapper {
    width: 64.5%;
    object-fit: cover;

    @media screen and (max-width: 896px) {
      width: 100%;
    }

    .topinner {
      overflow: hidden;

      @media screen and (max-width: 896px) {
        float: unset;
        width: 100%;
        min-width: 100%;
      }
    }

    img {
      height: auto;
    }
  }
}

.top_box:nth-of-type(odd) {
  .feature_txtarea.test2 {
    right: 0;

    @media screen and (max-width: 896px) {
      right: 0;
    }
  }

  .topwrapper .topinner {
    float: left;
  }
}

.top_box:nth-of-type(even) {
  .feature_txtarea.test2 {
    left: 0;

    @media screen and (max-width: 896px) {
      left: 50%;
    }
  }

  .topwrapper .topinner {
    float: right;
  }
}

.slick-next {
  display: none !important;
}

@media screen and (max-width: 896px) {
  .slick-slider {
    -ms-touch-action: auto !important;
    touch-action: auto !important;
  }
}

/*TOP　FAQ*/
.faq-box {
  h3 {
    font-size: 2.0rem;
  }

  .inr {
    padding: 20px 0;
  }
}

.faq-wrap {
  color: #fff;
  background-image: url(../img/top/top_faq2.jpg);
  background-size: cover;
  background-position: center;
  padding: 130px 0;
  text-align: center;

  @media screen and (max-width: 896px) {
    padding: 90px 0;
  }

  p {
    color: #fff;
    text-align: center;
  }
}

.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  cursor: pointer;
  background: #f1f1f1;
  padding: 15px;
  border: none;
  outline: none;
  transition: background 0.3s;

  &.open .faq-toggle-icon {
    content: '−';
    transform: rotate(180deg);
  }
}

.faq-label {
  color: #555;
  margin-right: 10px;
}

.faq-text {
  flex: 1;
  text-align: left;
}

.faq-toggle-icon {
  font-size: 20px;
  margin-left: 10px;
  transition: transform 0.3s ease;
  font-weight: 900;
}

.faq-answer {
  display: none;
  padding: 15px;
  background: #fff;
  border-top: 1px solid #ccc;
}

/*ボタン*/
.link a {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  padding: 12px 35px;
  background: var(--main-color);
  border-radius: 30px;
}

.link2 a {
  font-size: 14px;
  display: inline-block;
  padding: 12px 30px;
  background: #fff;
  margin-top: 10px;
  color: #333;
  width: 300px;
  text-align: center;
}

#floating-banner {
  position: fixed;
  z-index: 99;
  transition: opacity 0.6s ease, transform 0.6s ease;

  /* PC表示 */
  @media (min-width: 768px) {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  /* SP表示 */
  @media (max-width: 767px) {
    bottom: 70px;
    right: 0;
  }
}

/* 初期状態は両方非表示 */
.banner-pc {
  display: none;

  @media (min-width: 768px) {
    display: inline-block;
  }
}

.banner-sp {
  display: none;

  @media (max-width: 767px) {
    display: inline-block;
  }
}

.banner-box {
  position: relative;

  img {
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);

    @media (min-width: 768px) {
      max-width: 220px;
      height: auto;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    }

    @media (max-width: 767px) {
      width: 100%;
      max-width: unset;
      height: auto;
    }
  }
}

.close-btn {
  position: absolute;
  top: 4px;
  right: 4px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  font-size: 18px;
  cursor: pointer;
}

/* フェードアウト */
.fade-out {
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
}

/* spend */
.spend .room-card {
  width: 30%;
}

/* spend END */
/* instagram */
.top_instagram {
  padding: 80px 0;
  background-color: #f4f4f4;
  width: 100%;

  @media screen and (max-width: 896px) {
    padding: 10% 0;
  }

  h2 {
    margin-bottom: 30px;
  }

  .link a {
    color: #222;
    border: #222 1px solid;
  }

  li {
    p {
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 4;
      padding: 0 5% 1.5%;
    }

    @media screen and (max-width:896px) {
      margin: 8px;
    }
  }

  /* 20260114 top_instagram  */
  /* スライド内のiframeがクリックに反応するようにする */
  .slick-slide iframe {
    position: relative;
    z-index: 10;
    pointer-events: auto !important;
  }

  /* Slickのリスト部分がイベントをブロックしないように確認 */
  .slick-list {
    pointer-events: auto;
  }
}

.top_instagram_img img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  height: auto;
  margin: 0 auto;
}

.instagram_box {
  overflow-x: hidden;
}

.instagram_slides {
  margin: 0 auto;
  padding-bottom: 20px;
  padding-top: 10px;
  width: 50%;

  @media screen and (max-width: 896px) {
    width: 100%;
  }
}

.instagram_archive {
  p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-left: 1%;
    margin-bottom: 2%
  }

  @media screen and (max-width:896px) {
    li {
      width: 98%;
    }
  }

  li {
    text-align: left;
    background: #f8f8f8;
  }
}

.top_instagram_li {
  width: 93%;
  background: white;
  margin: 0 auto;

  @media screen and (max-width: 896px) {
    width: 100%;
    margin: 8px;
  }

  h3 {
    &.spot {
      font-size: 1.6rem;
      color: #222;
      padding: 5px;
    }

    .fa-2x {
      font-size: 1.5rem;
    }
  }
}

.instagram_contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

  @media screen and (max-width: 896px) {
    display: block;
  }

  p {
    white-space: pre-wrap;
  }

  .content {
    padding-left: 2%;
    width: 40%;

    @media screen and (max-width: 896px) {
      width: 100%;
    }
  }
}

/* ポップアップ*/
.instagram_main_contents .content_width {
  background: #fff;
  padding: 50px;

  @media screen and (max-width: 896px) {
    background: #fff;
    padding: 30px 0;
  }

  a {
    text-decoration: none;
  }

  h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;

    @media screen and (max-width: 896px) {
      font-size: 1.8rem;
      font-weight: bold;
    }

    .fa-2x {
      font-size: 2.5rem;
    }
  }
}

.lity-iframe-container iframe {
  background-color: #fff !important;
}

@media screen and (max-width: 980px) {
  .lity {
    z-index: 10000 !important;
  }

  .lity-iframe .lity-container,
  .lity-youtube .lity-container,
  .lity-vimeo .lity-container,
  .lity-facebookvideo .lity-container,
  .lity-googlemaps .lity-container {
    width: 94% !important;
  }
}

/* バナースライダー全体 */
.top_bnr {
  padding: 0 16px;
  box-sizing: border-box;
  overflow-x: hidden;
  display: flex;
  justify-content: space-around;

  /* ul/liの基本スタイル */
  .top_bnr_slider {
    list-style: none;
    margin: 0;
    padding: 0;

    li {
      padding: 0 8px;
      box-sizing: border-box;
    }

    /* 画像サイズ調整 */
    img {
      width: 100%;
      display: block;
      border-radius: 5px;
    }
  }

  /* チラ見せ用 */
  .slick-list {
    overflow: visible;
  }

  ul {
    display: flex;
    justify-content: center;

    @media screen and (max-width: 896px) {
      display: block;
    }

    li {
      width: 30%;
      margin: 20px;

      @media screen and (max-width: 896px) {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
      }

      img {
        width: 100%;
        display: block;
        border-radius: 5px;
      }
    }
  }
}

.top_bnr .inr {
  padding: 10px;
}

@media screen and (max-width: 896px) {
  .top_bnr {
    flex-direction: column;
  }
}

/* 矢印位置調整 */
.slick-prev,
.slick-next {
  z-index: 5;
  top: 40%;
}

/*------------------------------------------

ギャラリー　「もっと見る」

------------------------------------------*/
.g-box {
  background-color: #F6FAFB;
  padding-top: 90px;
  padding-bottom: 90px;

  @media screen and (max-width: 896px) {
    padding-top: 20px;
    padding-bottom: 60px;
    margin-top: -40px;
  }

  ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    li {
      width: 24%;
      margin: 6px;

      @media screen and (max-width: 896px) {
        width: 47.5%;
        margin: 4px;
      }

      img {
        width: 100%;
        height: 180px;
        object-fit: cover;

        @media screen and (max-width: 896px) {
          width: 100%;
          height: 120px;
          object-fit: cover;
        }
      }
    }
  }
}

/*END*/
.readmore {
  position: relative;
  box-sizing: border-box;
}

.readmore-content {
  position: relative;
  overflow: hidden;
  height: 400px;

  &::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
    height: 50px;
    background: -webkit-linear-gradient(top, rgba(246, 250, 251, 0) 0%, rgba(246, 250, 251, 0.8) 50%, rgba(246, 250, 251, 0.8) 50%, #F6FAFB 100%);
    background: linear-gradient(top, rgba(246, 250, 251, 0) 0%, rgba(246, 250, 251, 0.8) 50%, rgba(246, 250, 251, 0.8) 50%, #F6FAFB 100%);
  }
}

/* 続きを読むボタン */
.readmore-label {
  background-color: var(--main-color);
  color: #fff;
  font-weight: 300;
  width: 190px;
  border-radius: 24px;
  padding: 10px 30px;
  display: block;
  transition: all 0.2s;
  text-align: center;
  margin: 0 auto;
  font-size: 15px;

  &:before {
    content: '続きを見る ⇂';
  }
}

.readmore-check {
  display: none;

  /*チェック時にボタンを非表示*/
  &:checked {
    ~.readmore-label {
      position: static;
      transform: translateX(0);
      -webkit-transform: translateX(0);

      /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
      /* display: none; */
      &:before {
        content: '閉じる ↾';
      }
    }

    /*チェック時に高さを自動に戻す*/
    ~.readmore-content {
      height: auto;

      /*チェック時グラデーション等を削除*/
      &::before {
        display: none;
      }
    }
  }
}

/* Wavy Section Dividers */
.wavy-top,
.wavy-bottom {
  position: relative;
}

.wavy-top::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 40px;
  top: -39px;
  background-color: var(--main-color);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320' preserveAspectRatio='none'%3E%3Cpath fill='black' d='M0,256L40,245.3C80,235,160,213,240,208C320,203,400,213,480,229.3C560,245,640,267,720,266.7C800,267,880,245,960,213.3C1040,181,1120,139,1200,138.7C1280,139,1360,181,1400,202.7L1440,224L1440,320L1400,320C1360,320,1280,320,1200,320C1120,320,1040,320,960,320C880,320,800,320,720,320C640,320,560,320,480,320C400,320,320,320,240,320C160,320,80,320,40,320L0,320Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320' preserveAspectRatio='none'%3E%3Cpath fill='black' d='M0,256L40,245.3C80,235,160,213,240,208C320,203,400,213,480,229.3C560,245,640,267,720,266.7C800,267,880,245,960,213.3C1040,181,1120,139,1200,138.7C1280,139,1360,181,1400,202.7L1440,224L1440,320L1400,320C1360,320,1280,320,1200,320C1120,320,1040,320,960,320C880,320,800,320,720,320C640,320,560,320,480,320C400,320,320,320,240,320C160,320,80,320,40,320L0,320Z'/%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  z-index: 1;
}

.wavy-bottom::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 40px;
  bottom: -39px;
  background-color: var(--main-color);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320' preserveAspectRatio='none'%3E%3Cpath fill='black' d='M0,256L40,245.3C80,235,160,213,240,208C320,203,400,213,480,229.3C560,245,640,267,720,266.7C800,267,880,245,960,213.3C1040,181,1120,139,1200,138.7C1280,139,1360,181,1400,202.7L1440,224L1440,320L1400,320C1360,320,1280,320,1200,320C1120,320,1040,320,960,320C880,320,800,320,720,320C640,320,560,320,480,320C400,320,320,320,240,320C160,320,80,320,40,320L0,320Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320' preserveAspectRatio='none'%3E%3Cpath fill='black' d='M0,256L40,245.3C80,235,160,213,240,208C320,203,400,213,480,229.3C560,245,640,267,720,266.7C800,267,880,245,960,213.3C1040,181,1120,139,1200,138.7C1280,139,1360,181,1400,202.7L1440,224L1440,320L1400,320C1360,320,1280,320,1200,320C1120,320,1040,320,960,320C880,320,800,320,720,320C640,320,560,320,480,320C400,320,320,320,240,320C160,320,80,320,40,320L0,320Z'/%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  transform: rotate(180deg);
  z-index: 1;
}

@media screen and (max-width: 896px) {
  .top_slider .swiper-wrapper {
    height: unset
  }
}

.top_bnr {
  width: 100%;
  margin: 40px 0 60px;
  text-align: center;
}

.top_bnr .inr a {
  display: inline-block;
}

.top_bnr .inr img {
  max-width: 600px;
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}

.top_bnr .inr a:hover img {
  opacity: 0.85;
}