/* Products */
.events .event-showcase {
    height: auto !important;
}
/* index 商品イメージ */
.offer-cards .offer-card .offer-image {
    height: 65% !important;
}
/* index メニュー時間 */
.menu-minute-size {
    font-size: 1.75em;
}
/* index メニューイメージ */
.rooms-showcase .room-showcase-card.mini .mini-image {
    height: 210px !important;
}
/* index 商品画像 */
.offer-cards .card-header {
    padding: 40px 35px 25px;
    display: flex;
    align-items: center;
    gap: 20px;
}
/* common テキスト青 */
.text-custom-blue {
    color: #97bff3 !important;
}
/* index テキスト紺 */
.text-custom-navyblue {
    color: #233b6c !important;
}
/* index バックグラウンド青 */
.text-custom-button-blue {
    background-color: #97bff3 !important;
}
/* index TOP中央揃え */
.hero-features {
    align-items: center;
}
/* index スマホ用改行を隠す */
.describe .br-sp {
    display: none;
}
@media (max-width: 767px) {
    h2.describe {
        font-size: 20px; /* 文字サイズを小さく */
        line-height: 1.6;
    }
    /* 強制的に改行を入れたい場所 */
    .describe .br-sp {
        display: inline;
    }
}
/* index reserveButton */
.rooms-showcase .discover-all-btn {
    background: #97bff3 !important;
    /* color: #233B6C !important; */
    color: #212529 !important;
}

/* index product Button */
.offer-cards .offer-card .offer-content .btn-book {
    background: #97bff3 !important;
    /* color: #233B6C !important; */
    color: #212529 !important;
}
/* inxex 矢印 */
.testimonials .swiper-button-prev,
.testimonials .swiper-button-next {
    background: #97bff3 !important;
    /* color: #233B6C !important; */
    color: #212529 !important;
}

.scroll-top {
    background: #97bff3 !important;
    /* color: #233B6C !important; */
    color: #212529 !important;
}
.scroll-top i {
    color: #212529 !important;
}


/* 該当の見出しやテキストに適用 */
.section-title h2,
.describe {
    font-size: 1.5rem; /* 他のテキストと同じサイズに調整 */
    font-weight: normal; /* 必要に応じて */
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .section-title h2,
    .describe {
        font-size: 1.2rem;
    }
}


/* より統一感のあるスタイル */
.social-links {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: #2a2a2a;
  border-radius: 6px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-links a:hover {
  /* background-color: #404040; */
  background-color: #97bff3;
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

/* Font Awesomeやbootstrap iconsのアイコン */
.social-links a i {
  font-size: 22px;
  color: white;
}

/* HotPepper Beauty画像 */
.social-links a.hotpepper {
  /* background-color: white; */
  padding: 6px;
}

.social-links a.hotpepper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.social-links a.hotpepper:hover {
  background-color: #97bff3;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .social-links {
    gap: 0.5rem;
  }
  
  .social-links a {
    width: 40px;
    height: 40px;
  }
  
  .social-links a i {
    font-size: 20px;
  }
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
footer {
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "ＭＳ 明朝", "MS Mincho", serif !important;
}
