@charset "UTF-8";
/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
/* フォント設定 */
body,
html {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff !important;
}

h2 {
  font-family: "Sawarabi Mincho", serif !important;
}

.calligraffitti-regular {
  font-family: "Calligraffitti", cursive;
  font-weight: 400;
  font-style: normal;
}

.roboto-400 {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.sawarabi-mincho-regular {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

/* FV タイトルカスタマイズ */
.p-fv__title-sub {
  font-family: "Sawarabi Mincho", serif !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  color: #fff !important;
  letter-spacing: 5%;
}

.p-fv__title-sub.black {
  color: #111 !important;
}

.p-fv__title-main {
  font-family: "Sawarabi Mincho", serif !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  color: #fff !important;
  letter-spacing: 5%;
}

.p-fv__title-main.black {
  color: #111 !important;
}

.p-fv__smaller {
  font-family: "Sawarabi Mincho", serif !important;
  font-size: 28px !important;
  font-weight: 400 !important;
}

/* ページ内リンクの着地オフセット調整 */
/* まず、ヘッダーの実寸に合わせて数値を設定 */
:root {
  --header-h: 60px;
  /* Lightningのヘッダー実高さに調整 */
}

html {
  scroll-behavior: smooth;
  /* 任意：スムーススクロール */
}

/* すべての id を持つ要素に「着地オフセット」を付与 */
[id] {
  scroll-margin-top: var(--header-h);
}

/* ログイン時の管理バー（PCは32px, SPは46px）を加味 */
body.admin-bar [id] {
  scroll-margin-top: calc(var(--header-h) + 32px);
}

@media (max-width: 782px) {
  body.admin-bar [id] {
    scroll-margin-top: calc(var(--header-h) + 46px);
  }
}
/* ヘッダーカスタマイズ */
.site-header {
  height: 100px !important;
  position: fixed !important;
  /* ヘッダーを固定 */
  background-color: rgba(17, 17, 17, 0.9) !important;
}
.site-header .global-nav-name {
  font-size: 12px !important;
  font-weight: 400 !important;
  /* ナビゲーションのフォントサイズ */
}

/* ヘッダー上部カスタマイズ */
.header-top {
  background-color: transparent !important;
}
@media screen and (max-width: 992px) {
  .header-top {
    display: flex !important;
  }
}
.header-top .container {
  background-color: transparent !important;
  display: flex;
  justify-content: flex-end !important;
}

p.header-top-description {
  display: none !important;
  /* ヘッダーの説明文を非表示 */
}

.l-top__slider {
  /* ヘッダーの高さ分だけ余白を追加 */
}

.room-header {
  margin-top: 120px !important;
  /* ヘッダーの高さ分だけ余白を追加 */
}

.lightning_swiper {
  margin-top: 100px !important;
  /* ヘッダーの高さ分だけ余白を追加 */
}

.site-body {
  margin-top: 100px !important;
  /* ヘッダーの高さ分だけ余白を追加 */
}

/* フロートヘッダーカスタマイズ */
.header_scrolled .site-header {
  display: none !important;
}

/* フロートヘッダースクロール時のロゴ表示 */
.header_scrolled .site-header-logo {
  display: block !important;
  display: none !important;
}

/* ロゴをカスタマイズ */
.site-header-logo {
  height: 50px !important;
  margin-top: -30px !important;
  padding-top: 0 !important;
  display: flex;
  align-items: center;
  /* 縦中央寄せ */
}
@media screen and (max-width: 992px) {
  .site-header-logo {
    margin-top: 10px !important;
  }
}
.site-header-logo a {
  width: 200px !important;
}

.header-top-tel-wrap {
  /* ヘッダー上部の電話番号を非表示 */
  height: 40px !important;
  display: flex !important;
  align-items: center !important;
  font-family: "Roboto", sans-serif;
  font-size: 30px !important;
  font-weight: 200;
  padding: 0 10px !important;
  border-radius: 18px;
  letter-spacing: 1.2px;
  line-height: 32px;
  border: 1px solid #005B96 !important;
  transition: all 0.3s ease-in-out;
}
.header-top-tel-wrap:hover {
  background-color: #005B96 !important;
  text-decoration: none !important;
  transition: all 0.3s ease-in-out;
}
.header-top-tel-wrap:hover i {
  color: #fff !important;
  transition: color 0.3s ease-in-out;
}
.header-top-tel-wrap i {
  font-size: 22px !important;
  line-height: 32px !important;
  color: #005B96 !important;
  transition: color 0.3s ease-in-out;
}

.menu-item a {
  margin-top: 6px !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  padding: 4px 12px !important;
  letter-spacing: 1.2px !important;
  transition: all 0.3s ease-in-out;
  border-radius: 30px !important;
}
.menu-item a:hover {
  color: #005B96 !important;
  background: #e5e5e5 !important;
  text-decoration: none !important;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 610px) {
  #vk-mobile-nav-menu-btn {
    margin-top: 50px !important;
  }
}

.c-h3__deco {
  font-family: "Calligraffitti", cursive !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  color: #F39800 !important;
}

.c-h2__deco {
  font-family: "Sawarabi Mincho", serif !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  letter-spacing: 1.1px;
}

/* 部屋画像スライダー用設定 */
/* 全幅（コンテナを突破） */
.rooms-strips.is-fullbleed {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  background-color: #fff;
}

.rooms-strip {
  overflow: hidden;
  padding-block: 6px;
}

.rooms-strip .swiper {
  width: 100%;
}

.rooms-strip .swiper-wrapper {
  align-items: stretch;
}

.room-slide {
  width: auto !important;
  display: block;
  text-decoration: none;
  color: inherit;
}

/* サムネ＆ホバー */
.room-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.room-thumb img {
  display: block;
  height: 200px;
  width: auto;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.35s ease, filter 0.35s ease;
}

@media (min-width: 1024px) {
  .room-thumb img {
    height: 240px;
  }
}
.room-slide:hover .room-thumb img {
  transform: scale(1.08);
  filter: saturate(1.05) contrast(1.03);
}

.room-overlay {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.35s ease;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.28));
}

.room-slide:hover .room-overlay {
  opacity: 1;
}

/* バッジ（部屋番号＆ランク） */
.room-badge {
  position: absolute;
  z-index: 2;
  display: inline-block;
  padding: 0.28em 0.6em;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.85rem;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  backdrop-filter: blur(2px);
  line-height: 1;
}

.room-no {
  left: 8px;
  top: 8px;
}

.room-rank {
  right: 8px;
  top: 8px;
}

/* アクセシビリティ */
.room-slide:focus-visible .room-thumb {
  outline: 3px solid #ffb300;
  outline-offset: 2px;
  border-radius: 12px;
}

/* single-room.php のカスタマイズ */
.l-container--narrow {
  width: min(1000px, 92vw);
  margin-inline: auto;
}

.room-header {
  margin: 24px 0 12px;
  text-align: center;
}

.room-title {
  font-family: "Yu Mincho", "Sawarabi Mincho", serif;
  font-size: clamp(22px, 3vw, 32px);
  margin: 0;
}

.room-rankline {
  color: #666;
  margin: 0.3em 0 1em;
  text-align: center;
}

.room-gallery {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
}

@media (min-width: 900px) {
  .room-gallery {
    grid-template-columns: 1fr 1fr;
  }
}
.room-gallery a img {
  border-radius: 12px;
  display: block;
  width: 100%;
  height: auto;
}

/* swiper 用テーマ */
/* セクションを全幅に（FV直下に馴染ませる） */
.rooms-strips.is-fullbleed {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
}

.room-slider {
  overflow: hidden;
  padding: 8px 0;
}

/* スライドの見た目 */
.swiper-slide {
  width: 240px;
  /* サムネ幅（適宜調整） */
  position: relative;
}

@media (min-width: 1024px) {
  .swiper-slide {
    width: 280px;
  }
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
}

/* ←角丸なし */
.room-label {
  position: absolute;
  left: 8px;
  bottom: 8px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 13px;
  line-height: 1.2;
}

/* 角丸を完全に無効化したい場合（保険） */
.vk_slider,
.vk_slider img,
.slick-slide img {
  border-radius: 0 !important;
}

.rooms-strips .swiper-wrapper {
  transition-timing-function: linear !important;
}

/* ランクタイトルの調整 */
.room-slider {
  position: relative;
  margin-bottom: 3rem;
}

/* スライダー１段目の下余白 */
.room-slider-ab {
  margin-bottom: 60px;
}

.room-slider-cd {
  margin-bottom: 60px;
}

.room-slider .rank-title {
  position: absolute;
  top: 0.5rem;
  left: 5rem;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 0.3rem 0.8rem;
  font-size: 1.2rem;
  border-radius: 4px;
  z-index: 100;
  font-family: "Noto Sans JP", sans-serif !important;
  color: #fff;
  font-weight: 400;
}

/* Swiper スライド画像ホバー時のズーム */
.swiper-slide a img {
  transition: transform 0.4s ease, filter 0.4s ease;
}

.swiper-slide a:hover img {
  transform: scale(1.1);
  /* ズームアップ */
  filter: brightness(1.05);
  /* 少し明るく（任意） */
}

.swiper-slide a {
  display: block;
  overflow: hidden;
  /* はみ出さないように */
}

.swiper-slide a {
  position: relative;
  display: block;
  overflow: hidden;
}

.swiper-slide a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.25);
  /* 白フィルター */
  transition: opacity 0.4s ease;
  pointer-events: none;
  /* クリックを妨げない */
}

.swiper-slide a:hover::after {
  opacity: 0;
  /* hoverでフィルターを消す */
}

/* news の背景を交互に色を切り替える */
.p-news__items li:nth-child(odd) {
  background-color: #e5e5e5 !important;
}
.p-news__items .li:nth-child(even) {
  background-color: #fff !important;
}

/* news のカテゴリータグの下線を消す */
.p-news__cat a {
  text-decoration: none !important;
}

/* service のコメント欄の高さを揃える */
.p-service__comment {
  height: 95px;
}

/* 初期化まで非表示／初期化後に表示 */
.vk_slider,
.vk_slider_item {
  opacity: 0;
  transition: opacity 2s ease;
  /* 初期化後フェードイン */
}

/* slick 初期化済みで表示 */
.vk_slider.swiper-initialized,
.vk_slider_item.swiper-initialized {
  opacity: 1;
}

/* info のカードの高さを揃える */
.p-inf__card {
  height: auto !important;
  text-align: center;
}

.p-access__map {
  display: flex !important;
  justify-content: center !important;
  /* マップの上余白 */
}

.p-footer__tel a {
  display: block !important;
  width: fit-content;
  height: 38px !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 200 !important;
  font-size: 18px !important;
  letter-spacing: 1.2px !important;
  line-height: 32px !important;
  background-color: transparent !important;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #005B96 !important;
  padding: 3px 20px !important;
}
.p-footer__tel a i {
  font-size: 22px !important;
  line-height: 32px !important;
  color: #005B96 !important;
  transition: color 0.3s ease-in-out;
}
.p-footer__tel a:hover {
  background-color: #005B96 !important;
  text-decoration: none !important;
  transition: all 0.3s ease-in-out;
}
.p-footer__tel a:hover i {
  color: #fff !important;
  transition: color 0.3s ease-in-out;
}

.p-service__title {
  height: 60px !important;
}

@media screen and (max-width: 1210px) {
  .p-price__list {
    flex-direction: column !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
  }
  .p-price__list-item {
    width: fit-content !important;
    margin-left: auto;
    margin-right: auto;
    width: 360px !important;
  }
}
@media screen and (max-width: 798px) {
  .p-price__list {
    flex-wrap: wrap !important;
    padding: 0 !important;
  }
  .p-price__list-item {
    flex-wrap: wrap !important;
  }
  .p-price__hour {
    font-size: 12px !important;
  }
  .p-info__frame {
    flex-direction: column !important;
  }
}
.p-access__map-frame {
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: center;
}