@charset "utf-8";

:root {
  --heading-font: "Noto Serif JP", serif;
  --default-font: "Noto Sans JP", sans-serif;

  --font-color: #352F2C;
  --blue-color: #CDF1FF;
  --pink-color: #FEC8EA;
  --yellow-color: #FFFE8D;
  --accent-color: #3FE7B0;
}

@media screen and (max-width:1280px) {
  .content h2 {
    width: 90%;
  }

  .inner {
    width: 90%;
  }
}

@media screen and (min-width:601px) and (max-width:960px) {
  .title-pic {
    width: 50%;
  }
}

@media screen and (max-width:960px) {

  /* コンテンツ */
  .content {
    margin-top: 15rem;
  }

  .hotel-inner {
    display: block;
  }

  .content h2 {
    width: 70%;
  }

  .inner {
    width: 70%;
  }

  .hotel-inner>div {
    width: 100%;
  }

  .hotel:nth-child(odd) .hotel-img {
    padding-right: 0;
  }

  .hotel:nth-child(even) .hotel-img {
    padding-left: 0;
  }

  .hotel-txt {
    gap: 30px;
    margin-top: 30px;
  }

  .point {
    justify-content: center;
    gap: 5%;
  }

  .point .img {
    height: 80px;
  }

}

@media screen and (max-width:768px) {

  /* タブメニュー */
  .tab-menu {
    display: block;
  }

  .tab-menu>div {
    position: static;
    padding: 40px 0;
  }

  .tab-menu a {
    width: 90%;
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .tab-menu .img {
    width: 45%;
    aspect-ratio: 3 / 2;
  }

  .tab-menu a h3 {
    position: static;
    display: flex;
    align-items: center;
    gap: 15px;
    width: 50%;
    font-size: 2.8rem;
  }

  .tab-menu a h3 .dli-chevron-right {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: 0.3em;
    height: 0.3em;
    border: 0.05em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg);
  }

  /* コンテンツ */
  .content {
    padding: 10rem 0;
  }

  .content:last-child {
    margin-bottom: 0;
  }

  .content h2 {
    font-size: 4rem;
  }

  .point p {
    font-size: 1.4rem;
  }

  .btn-wrap {
    margin-top: 20px;
  }

  .btn span {
    font-size: 1.6rem;
  }

  /* 注意事項 */
  .sp-br {
    display: block;
  }

  .other {
    width: 90%;
  }

  .hiyoriclub {
    justify-content: space-around;
    padding: 1.8rem 1.1rem 1.6rem 1.5rem;
    align-items: center;
  }

  .hiyori-logo {
    width: 120px;
    margin-right: 10px;
  }

  .hiyori-name {
    font-size: 1.2rem;
  }

  .hiyoriclub h3 {
    margin-top: 0.6rem;
    font-size: 2rem;
    line-height: 1.1;
    letter-spacing: 0.1em;
  }

  .hiyori-txt {
    margin-top: 1rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  /* フッター */
  footer small {
    font-size: 1.4rem;
  }

}

@media screen and (max-width:600px) {

  /* 共通 */
  .p {
    font-size: 1.6rem;
  }

  /* MV */
  .title-wrap {
    height: 90vh;
  }

  .title-inner {
    height: 90vh;
  }

  .title-pic {
    width: 90%;
  }

  .mv-bg {
    height: 100vh;
  }

  /* コンテンツ */
  #memory {
    margin-top: 15rem;
  }
  .content {
    margin-top: 10rem;
  }

  .content h2 {
    width: 80%;
  }

  .inner {
    width: 80%;
  }

  .hotel-txt h3 {
    font-size: 2rem;
  }

  .point .img {
    height: 60px;
  }
  .btn-wrap p {
    font-size: 1.6rem;
  }

  /* other */
  .hiyori-txt .sp-br {
    display: none;
  }
  .hiyoriclub {
    flex-flow: column;
    gap: 30px;
    padding: 15px;
    text-align: center;
  }
  footer {
    padding: 20px 0 60px;
  }

}

@media screen and (max-width:480px) {

  /* タブメニュー */
  .tab-menu>div {
    padding: 20px 0;
  }

  /* コンテンツ */

  /* 注意事項 */
  .other {
    width: 95%;
  }
}