/* CSS Document */
.hero h1 {
  /*font-size:24px;*/
  font-size: 1.25vw;
}
.hero h2 {
  /*font-size:84px;*/
  font-size: 4.375vw;
}
.hero h3 {
  max-width: 484px;
}
.hero {
  width: 100%;
  /*height: 950px;*/
  aspect-ratio: 1440 / 725;
  overflow: hidden;
  position: relative;
}
.hero .fv-back {
  position: absolute;
  /*	top: 50%;
	left: 50%;*/
  /*transform: translate(-50%, -50%);*/
  width: auto;
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1905 / 950;
  vertical-align: bottom;
}
.hero hgroup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  width: max-content;
  text-align: center;
}
.hero h1 {
  margin: 0;
  width: 100%;
}
.hero h2 {
  margin: 0;
  width: 100%;
}
.hero h3 {
  max-width: 484px;
  /*width: 100%;*/
  width: 62%;
  text-align: center;
  margin: 0 auto;
}
/*top スマホ*/
@media(max-width:767px) {
  .hero {
    width: 100%;
    /*height: 950px;*/
    aspect-ratio: 360 / 605;
    overflow: hidden;
    position: relative;
  }
  .header-logo img {
    max-width: 142px;
    height: auto;
    display: block;
  }
}
/*
ここからFAQコピペ。
*/
/* ベース（このページのだけ） */ :root {
  --fs19: clamp(15px, 1.462dvw, 19px); /* 19なかったので作りました */
  --fs20: clamp(16px, 1.538dvw, 20px);
  --fs32: clamp(22px, 2.462dvw, 32px);
  --fs60: clamp(36px, 4.615dvw, 60px);
  --main: #00005a;
  --bgColor: #f2f2de;
  --white: #ffffff;
}
button {
  appearance: none;
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}
button:focus {
  outline: none;
}
/*h2{
    width: fit-content;
    font-size: var(--fs60);
    font-family: "M PLUS 1p", sans-serif;
    font-weight: bold;
    color: #00005a;
    text-align: center;
    line-height: .8;
    position: relative;
    top: 0;
    left: 2rem;
    span{
        font-size: var(--fs19);
        font-weight: normal;
    }
}*/
/* faq */
#faq {
  width: min(1000px, 69.44%);
  color: var(--main);
  margin: 0 auto;
  width: 96%;
  padding-bottom: 30px;
}
.faq-item {
  margin: 0 0 2rem;
}
.faq-q {
  font-family: "M PLUS 1p", sans-serif;
  background: var(--white);
  color: var(--main);
  text-align: left;
  .faq-question {
    width: 100%;
    min-height: 5rem;
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    .faq-label-q {
      font-size: var(--fs32);
      font-weight: bold;
      line-height: 2;
      flex-shrink: 0;
      align-self: flex-start;
    }
    .faq-question-text {
      font-size: var(--fs20);
      font-weight: normal;
      line-height: 1.4;
      text-align: left;
    }
    .faq-icon {
      width: 2rem;
      margin-left: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
  }
}
.faq-a {
  font-family: "M PLUS 1p", sans-serif;
  max-height: 0;
  margin: 0;
  padding: 0 2rem 0 3.1rem;
  color: var(--white);
  background: var(--main);
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  transition: max-height .4s ease;
  text-align: left;
  .faq-label-a {
    width: 2.3rem;
    font-size: var(--fs32);
    font-weight: bold;
    line-height: 1.4;
    flex-shrink: 0;
    align-self: flex-start;
    position: relative;
    top: -0.4rem;
  }
  .faq-answer-text {
    font-size: var(--fs20);
    color: var(--white);
    font-weight: normal;
    line-height: 1.4;
  }
}
.faq-item.open .faq-a {
  min-height: 5rem;
  padding: 2.5rem 2rem 2.5rem 2.7rem;
}
@media(max-width:767px) {
  .hero hgroup {
    position: absolute;
    top: 39%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    width: max-content;
    text-align: center;
  }
  .hero h1 {
    /* font-size: 24px; */
    font-size: 4.8vw;
  }
  .hero h2 {
    /* font-size: 84px; */
    font-size: 9.6vw;
    margin-top: -14px;
  }
  .hero h3 {
    /*max-width: 484px;*/
    /* width: 100%; */
    width: 83%;
    ext-align: center;
    margin: 0 auto;
  }
}
/*スライダー部分*/
.hotel-material-section .swiper-slide {
  aspect-ratio: 360 / 225;
}
.hotel-material-section {
  width: 100%;
  overflow: hidden;
  background-color: #f0f0f0; /* 確認用に背景色を追加 */
  padding: 0 0;
}
/* スライダー全体の高さや比率を制御 */
.hotelMaterialSwiper {
  width: 100%;
  position: relative; /* ボタンの配置基準 */
}
.hotelMaterialSwiper .swiper-slide {
  /* 1枚の比率を 360:225 に固定 */
  aspect-ratio: 360 / 225!important;
  background: #ccc;
    height: auto!important;
}
.swiper-wrapper{
    height: auto!important;
}
.hotelMaterialSwiper .swiper-slide img {
  width: 100%;
  aspect-ratio: 360 / 225;
  object-fit: cover;
  display: block;
}

.room-slider-section .swiper-slide p,.main-slider-section .swiper-slide p{
	position: absolute;
	top: 92.5%;
	left: 50%;
	transform: translate(-50%, -50%);
	color:white;
	font-size: var(--fs19);
	white-space: nowrap;
}
/* 専用のボタンデザイン */
.material-next, .material-prev {
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: var(--main-color);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
/* Swiper標準の矢印サイズを調整 */
.material-next:after, .material-prev:after {
  font-size: 20px !important;
  font-weight: bold;
}
/*hotel-feature ビジネスホテルより身近に～部分*/
/* 共通設定 */
.hotel-feature-section {
  /* background-color: #f2f2de; */ /* 薄いベージュの背景 */
  background: linear-gradient(to bottom, #f2f2de 72%, #FFFFFF 72%);
  color: var(--main-color); /* 濃い紺色の文字 */
  padding: 6% 20px 8.2% 20px;
  line-height: 1.8;
}
.hotel-feature-section {
  .container {
    margin: 0 auto;
    text-align: center;
  }
  /* ヘッダー部分 */
  .section-header {
    margin-bottom: 88px;
  }
  .main-copy {
    font-size: 1.87rem;
    font-weight: bold;
    margin-bottom: 63px;
    letter-spacing: 0.05em;
    line-height: 1.6em;
  }
  .hotel-feature-section .section-header {
    margin-bottom: 90px;
  }
  .description p {
    font-size: 1.16rem;
    margin-bottom: 15px;
    line-height: 2em;
  }
  /* カード部分 */
  .feature-grid {
    max-width: 1285px;
    margin: auto;
    width: 96%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2%;
    /*background-color: #ffffff;*/ /* 下半分の白い背景を再現する場合 */
    padding-top: 40px;
  }
  .feature-card {
    background-color: var(--main-color); /* 紺色の背景 */
    color: #ffffff;
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 350px;
  }
  .card-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 35%;
    height: 3em; /* 行数を揃える */
    display: flex;
    align-items: center;
    justify-content: center;
      flex-direction: column;
  }
    .card-title font{font-size: 1.2rem;display: block;text-align: center;}
    
  .card-icon {
    margin-bottom: 13%;
  }
  .card-icon img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}
.translated-ltr .card-title br{display: none;}
/* レスポンシブ (スマホ対応) */
@media (max-width: 768px) {
  .feature-grid {
    grid-template-columns: repeat(2, 1fr); /* 2列にする */
  }
  .main-copy {
    font-size: 1.2rem;
  }
}
@media (max-width: 480px) {
  .feature-grid {
    grid-template-columns: 1fr; /* 1列にする */
  }
}
/*features-intro 特徴section*/
.features-intro-section {
  background-color: #c3e5e9; /* 画像の薄い水色の背景 */
  color: var(--main-color); /* 濃紺 */
  padding: 52px 5.5%;
  line-height: 2;
  text-align: center;
}
.features-intro-section .container {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
.features-intro-section {
  /* セクションタイトル (左上) */
  .section-title {
    text-align: left;
    margin-bottom: 0px;
  }
  .section-title .en {
    display: block;
    font-size: 3.7rem;
    font-weight: bold;
    /*letter-spacing: 0.1em;*/
    line-height: 1;
  }
  .section-title .jp {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 15px;
  }
  /* 中央コンテンツ */
  .features-content {
    /*max-width: 700px;*/
    margin: 0 auto;
  }
  /* ヘッドライン部分（上下に線がある箇所） */
  .headline-group {
    border-top: 1px solid var(--main-color);
    border-bottom: 1px solid var(--main-color);
    padding: 20px 0;
    /*margin-bottom: 40px;*/
    max-width: 450px;
    margin: 0 auto 36px auto;
  }
  .sub-catch {
    font-size: 1.15rem;
    margin-bottom: 0;
  }
  .hotel-name {
    font-size: 1.8rem;
    /*font-weight: bold;*/
    margin: 0;
    letter-spacing: 0.1em;
  }
  .en-name {
    font-size: 0.95rem;
    letter-spacing: 0.2em;
  }
  /* メイン説明文 */
  .main-description {
    font-size: 1.46rem;
    margin-bottom: 40px;
    font-weight: 500;
    line-height: 1.8em;
  }
  /* アクセス・詳細 */
  .access-details {
    font-size: 1.15rem;
    line-height: 1.8;
  }
}
/* レスポンシブ対応 */
@media (max-width: 768px) {
  .features-intro-section {
    .section-title .en {
      font-size: 1.5rem;
    }
    .hotel-name {
      font-size: 1.4rem;
    }
    .main-description {
      font-size: 0.9rem;
      padding: 0 10px;
    }
    .features-intro-section {
      padding: 60px 15px;
    }
  }
}

/*２番目、３番目のslider部分*/


/* セクション全体の背景（前後のセクションと色を合わせる） */
.main-slider-section {
  width: 100%;
  background-color: #c3e5e9; /* 下部の水色背景 */
}

/* スライダー画像部分のコンテナ */
.slider-wrapper {
  width: 100%;
  /*background-color: #ccc;*/ /* 画像読み込み前のグレー */
}

.swiper {
  width: 100%;
  /* アスペクト比 1440:725 を指定 */
  /*aspect-ratio: 1440 / 725;*/
}

.swiper-slide img {
  width: 100%;

  object-fit: cover; /* 画像を枠いっぱいに収める */
  display: block;
}

/* 左右のボタンカスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: var(--main-color); /* 矢印の色 */
}

/* 矢印を小さく調整 */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 20px;
  font-weight: bold;
}

/* ドットエリア */
.pagination-container {
  padding: 28px 0;
  display: flex;
  justify-content: center;
}

/* ドットのカスタマイズ（Swiper標準の上書き） */
.swiper-pagination {
  position: relative !important; /* 下部エリアに配置するため */
  bottom: -10px !important;
}

.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: var(--main-color); /* 紺色 */
  opacity: 1;
}
/*いまの画像のdotの色*/
.swiper-pagination-bullet-active {
  background-color: #fff;
}
    /*swiperのcss上書き*/
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px);
}
/* レスポンシブ調整 */
@media (max-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}

/*detailed-features　FEATURE部分*/


  .detailed-features {
    background-color: #c3e5e9; /* セクション共通の水色背景 */
    color: var(--main-color);
    padding: 65px 20px;

  }

  .detailed-features .container {
    max-width: 1190px;
    margin: 0 auto;
  }


  /* グリッドレイアウトの設定 */
  .detailed-features .feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 7%;
    row-gap: 80px;
  }
     .detailed-features{
  /* 各アイテムの基本スタイル */
  .feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  /* FEATURE 3 だけ横幅いっぱいに使うための設定 */
  .feature-item-wide {
    grid-column: span 2;
  }
  .feature-item-wide .feature-image,
  .feature-item-wide .feature-body {
    max-width: 530px; /* 他の画像サイズに合わせる */
    width: 100%;
  }

  .feature-image {
    width: 100%;
    margin-bottom: 20px;
  }

  .feature-image img {
    width: 100%;
    height: auto;
    display: block;
    /*border: 1px solid #ccc;*/ /* 画像の境界線を薄く入れる */
  }

  .feature-number {
    font-size: 1.0rem;
    /*font-weight: bold;*/
    margin-bottom: 5px;
    letter-spacing: 0.05em;
  }

  /* 濃紺背景のタイトル */
  .feature-title {
    background-color: var(--main-color);
    color: #ffffff;
    width: 100%;
    padding: 12px 10px;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3.5em; /* 高さを揃える */
  }

  .feature-text {
    font-size: 0.85rem;
    line-height: 1.8;
  }

  .feature-text p {
    margin-bottom: 1em;
  }
             .feature-image {
        width: 100%;
        margin-bottom: 20px;
    }
         .feature-body{
             width: 100%;
         }
         
}
  /* レスポンシブ (タブレット・スマホ) */
  @media (max-width: 768px) {
    .room-detail-section .feature-grid {
      grid-template-columns: 1fr; /* 1列にする */
      row-gap: 60px;
    }

    .feature-item-wide {
      grid-column: span 1;
    }

    .feature-title {
      font-size: 1rem;
      min-height: auto;
    }

    /* スマホでは改行を解除して読みやすくする（任意） */
    .feature-text br {
      display: none;
    }
  }


/*ROOMsection*/


  .room-detail-section {
    background-color: #f5f5e5; /* 薄いベージュ */
    color: var(--main-color); /* 濃紺 */
    
      padding: 52px 5.5%;

    line-height: 1.8;
  }
  .room-detail-section .container {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
  }
    
    .room-detail-section{


  /* セクションタイトル (左上) */
  .section-title {
    text-align: left;
    margin-bottom: 0px;
      
  }

  .section-title .en {
    display: block;
    font-size: 3.7rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1;
  }

  .section-title .jp {
        display: block;
        font-size: 1.2rem;
        font-weight: bold;
        margin-top: 15px;
  }

  /* 中央タイトルとライン */
  .center-headline {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }

  .headline-text {
      width: 400px;
      text-align: center;
    font-size: 1.25rem;
    font-weight: bold;
    padding: 15px 80px;
    border-top: 1px solid var(--main-color);
    border-bottom: 1px solid var(--main-color);
    display: inline-block;
  }

  /* 説明文 */
  .room-description {
    text-align: center;
    font-size: 0.95rem;
    margin-bottom: 60px;
  }

  .room-description p {
font-size: 1.16rem;
        margin-bottom: 15px;
        line-height: 2em;
    }


  /* スペックボックス */
  .specs-box {
    max-width: 700px;
    margin: 0 auto;
    border: 1px solid var(--main-color);
    /*background-color: rgba(255, 255, 255, 0.3);*/ /* わずかに透過した白で背景となじませる */
    padding: 40px 30px 40px 30px;
    text-align: left;
  }
        .specs-box .big{font-size: 1.6rem;}
        
        .specs-box .big{font-size: 1.0rem;}
  .specs-row {
    display: flex;
    margin-bottom: 10px;
    font-size: 0.9rem;
       margin-bottom: 0.3em;
  }

  .specs-row:last-child {
    margin-bottom: 0;
  }

  .specs-row .label {
    font-weight: bold;
    width: 7em; /* ラベルの幅を固定して揃える */
    flex-shrink: 0;
              /*margin-top: -1em;*/
     
  }

  .specs-row .value {
    flex-grow: 1;
  }
}
  /* レスポンシブ対応 */
  @media (max-width: 768px) {
    .section-title .en {
      font-size: 2rem;
    }
    .headline-text {
      padding: 10px 40px;
      font-size: 1.1rem;
    }
    .room-detail-section .specs-box {
      padding: 15px 10px;
        font-size: 1.1rem;
    }
    .specs-row {
      /*flex-direction: column;*/ /* スマホでは縦並びに */
      margin-bottom: 15px;
    }

    .room-detail-section .specs-box .big {
        font-size: 1rem;
    }
      .room-detail-section .specs-row .label {
        font-weight: bold;
        width: 6em;
        flex-shrink: 0;
        margin-top: 0;
    }

    .specs-row .label {
      margin-bottom: 5px;
    }
    .room-description br {
      display: none; /* スマホでは変な位置での改行を防ぐ */
    }
      
          .facility-usage-section .section-title {
        margin-bottom: 0px;
    }
      
  }

/*ROOMslider部分*/

/* ROOMスライダー全体の背景 */
.room-slider-section {
  width: 100%;
    background-color: #f2f2de;
    padding-bottom: 95px;
}

.room-slider-section .roomSwiper {
  width: 100%;
  aspect-ratio: 1440 / 725; /* 前と同じ比率 */
}

/* ページネーションエリアの背景をベージュに */
.pagination-container.beige-bg {
  background-color: #f2f2de; /* ROOMセクションと同じ色 */
  padding: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

/* スライダー共通パーツのスタイル（1つ目と同じなら共通化してもOK） */
.roomSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.room-slider-section .swiper-button-prev,
.room-slider-section .swiper-button-next {
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: var(--main-color);
}

/*.room-slider-section .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 8px !important;
  background-color: transparent;
  border: 2px solid var(--main-color);
  opacity: 1;
}*/

/* アクティブなドットの色を1つ目のスライダーと変える場合はここを調整 */
/*.room-slider-section .swiper-pagination-bullet-active {
  background-color: var(--main-color) !important;
}*/
/*facilitysection部分*/
  .facility-usage-section {
    background-color: var(--main-color); /* これまでのセクションで使っている濃紺 */
    color: #ffffff; /* 白文字 */


    padding: 52px 5.5% 4px 5.5%;
    line-height: 1.8;
      
    /*text-align: center;*/
  }

  .facility-usage-section .container {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
  }

  /* セクションタイトル (左上) */
  .facility-usage-section .section-title {
    text-align: left;
    margin-bottom: 0px;
  }

  .facility-usage-section .section-title .en {
        display: block;
        font-size: 3.7rem;
        font-weight: bold;
        letter-spacing: 0.05em;
        line-height: 1;
  }

  .facility-usage-section .section-title .jp {
        display: block;
        font-size: 1.2rem;
        font-weight: bold;
        margin-top: 15px;
  }

  /* 案内テキスト部分 */
  .usage-content {
    font-size: 1rem;
    line-height: 2.2;
    font-weight: 500;
      margin-top: 80px;
  }
    .usage-content p{
        text-align: center;
    }

  .lead-text {
    font-size: 0.95rem;
    margin-bottom: 0.5em;
  }

  .contact-info {
    margin-top: 20px;
  }

  /* レスポンシブ対応 */
  @media (max-width: 768px) {
    .facility-usage-section {
         /*background-color: #c3e5e9;*/
    /*color: var(--main-color);*/
    padding: 56px 5.5% 50px 5.5%;

    line-height: 2;
    text-align: center;
    }
    
    .facility-usage-section .section-title {
      margin-bottom: 0px;
    }

    .facility-usage-section .section-title .en {
      font-size: 1.8rem;
    }

    .usage-content {
      font-size: 0.9rem;
      line-height: 1.8;
      text-align: left; /* スマホでは左揃えの方が見やすい場合があるため */
      display: inline-block; /* 中央揃えの中の左揃えを実現 */
      max-width: 100%;
        margin-top: 0;
    }
    
    .facility-usage-section {
      text-align: center; /* コンテナ自体は中央 */
    }
  }

/*STEPslider*/

.step-slider-section {
  background-color: var(--main-color); /* 濃紺背景 */
  padding: 80px 0 63px 0;
  color: #ffffff;
  overflow: hidden;
}

.step-slider-section .container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 60px; /* ボタン用の余白 */
}

/* スライダー内のカードスタイル */
.step-card {
  padding: 0 18%;
  text-align: center;
}

.step-image {
  width: 100%;
  aspect-ratio: 1 / 1; /* 正方形に近い比率 */
  margin-bottom: 30px;
}

.step-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.step-num {
  font-size: 1.5rem;
  /*font-weight: bold;*/
  margin-bottom: 0px;
    margin-top: 4px;
}

.step-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 0.3em 0;
  line-height: 1.3;
  min-height: 1.7em; /* 2行分を確保して位置を揃える */
}

.step-desc {
  font-size: 0.9rem;
  line-height: 1.8;
  text-align: center;
  display: inline-block;
  max-width: 320px;
}

/* 矢印ボタンのカスタマイズ（これまでの共通デザイン） */
.step-slider-section .swiper-button-prev,
.step-slider-section .swiper-button-next {
  background-color: #ffffff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: var(--main-color);
    
    top: 28%;
}
    .step-slider-section .swiper-button-next{
        top: 28%;
    }
    .step-slider-section .swiper-button-prev{
        top: 28%;
    }

/* モバイル対応（1列にする） */
@media (max-width: 768px) {
  .step-slider-section .container {
    padding: 0 40px;
  }
  .step-title {
    font-size: 1.4rem;
  }
}


/*slider関連*/

/* --- 1. メインスライダー (1440:725) --- */
.mySwiper {
  width: 100%;
  aspect-ratio: 1440 / 725; /* このスライダーだけこの比率 */
}

/* --- 2. 客室スライダー (1440:725) --- */
.roomSwiper {
  width: 100%;
  aspect-ratio: 1440 / 725; /* このスライダーもこの比率 */
}

/* --- 3. ご利用手順スライダー (干渉回避：比率指定なし) --- */
.stepSwiper {
  width: 100%;
  aspect-ratio: auto; /* 比率を固定せず、中身の高さに合わせる */
}

/* 共通の .swiper クラスには、全スライダーで共通の基本設定だけを残す */
.swiper {
  width: 100%;
  height: auto;
}

/*facility-guide 施設利用案内*/


  .facility-guide-section {
    background-color: var(--main-color); /* 共通の濃紺 */
    color: #ffffff;
    padding: 20px 20px 80px; /* 上下の余白 */

    text-align: center;
  }

  .facility-guide-section .container {
    
    margin: 0 auto;
  }

  /* 館内案内部分 */
  .guide-inner {
    margin-bottom: 0px;
  }

  .guide-title {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0px;
    letter-spacing: 0.05em;
  }

  .guide-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.95rem;
    line-height: 2;
  }

  .guide-list li {
    margin-bottom: 5px;
  }

  /* 注意事項部分 */
  .notice-footer {
    font-size: 0.95rem;
    letter-spacing: 0.02em;
    /*border-top: 1px solid rgba(255, 255, 255, 0.2);*/ /* 境界線が必要な場合 */
    padding-top: 40px;
  }

  /* レスポンシブ対応 */
  @media (max-width: 768px) {
    .guide-list {
      font-size: 0.85rem;
      text-align: left;
      display: inline-block; /* スマホで長文になっても中央から左揃えを維持 */
      max-width: 100%;
    }
    
    .notice-footer {
      font-size: 0.85rem;
      word-break: break-all; /* ダミー文字が長い場合の改行対策 */
    }
  }

/*TOPICS 最新情報section*/

  .topics-section {
    background-color: #c3e5e9; /* 水色背景 */
    color: var(--main-color);
    padding: 80px 20px;
    font-family: sans-serif;
  }
  .topics-section .container {
    max-width: 1280px;
    margin: 0 auto;
  }

  /* タイトル */
  .topics-section .section-title {
    margin-bottom: 60px;
  }
  .topics-section .section-title .en {
    display: block;
    font-size: 3.7rem;
    font-weight: bold;
    line-height: 1;
  }
  .topics-section .section-title .jp {
    display: block;
    font-size: 0.9rem;
    font-weight: bold;
    margin-top: 5px;
  }

  /* グリッド */
  .post-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 60px;
  }

  /* 記事カード */
  .post-item {
    position: relative;
  }

  /* カテゴリラベル */
  .post-cat-label {
    display: flex;
    align-items: center;
    /*border: 1px solid var(--main-color);*/
    padding: 5px 0;
    margin-bottom: 15px;
    width: fit-content;
    background: transparent;
  }
  .post-cat-label .icon {
    width: 50px;
    margin-right: 8px;
    display: flex;
    align-items: center;
  }
  .post-cat-label .cat-name {
    font-size: 0.75rem;
    font-weight: bold;
      color: var(--main-color);
      text-decoration: none;
  }
    .post-item a{
       text-decoration: none; 
    }
  .post-item a:hover .post-cat-label .cat-name {
/*text-decoration: underline;*/
  }

  .post-thumb {
    width: 100%;
    aspect-ratio: 1 / 1;
    margin-bottom: 15px;
    overflow: hidden;
  }
  .post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .post-date {
    font-size: 0.85rem;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
  }
  .post-title,.post-date {
    font-size: 0.95rem;
    font-weight: bold;
    line-height: 1.5;
      color: var(--main-color);
      
  }

  /* ボタン */
  .view-all-wrap {
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .view-all-btn {
    display: block;
    padding: 15px 100px;
    border-top: 1px solid var(--main-color);
    border-bottom: 1px solid var(--main-color);
    color: var(--main-color);
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
    transition: background 0.3s;
  }
  .view-all-btn:hover {
    background-color: rgba(0, 16, 97, 0.05);
  }

  /* レスポンシブ */
  @media (max-width: 900px) {
    .post-grid { grid-template-columns: repeat(2, 1fr); gap: 30px; }
  }
  @media (max-width: 500px) {
    .post-grid { grid-template-columns: 1fr; }
  }

/*よくある質問*/

      .faq-section {
    background-color: #f2f2de; /* 水色背景 */
    color: var(--main-color);
    padding: 80px 20px;
    font-family: sans-serif;
  }
  .faq-section .container {
    max-width: 1280px;
    margin: 0 auto;
  }

  /* タイトル */
  .faq-section .section-title {
    margin-bottom: 60px;
  }
  .faq-section .section-title .en {
    display: block;
    font-size: 3.7rem;
    font-weight: bold;
    line-height: 1;
  }
  .faq-section .section-title .jp {
    display: block;
    font-size: 0.9rem;
    font-weight: bold;
    margin-top: 5px;
  }
        .faq-item{
            margin: 0 auto 2rem;
            width: 96%;
            max-width: 1000px;
        }

/*index スマホ用調整*/


@media (max-width: 767px) {
    /* --- Hotel Feature Section --- */
    .hotel-feature-section .main-copy {
        font-size: 1.2rem;
    }

    .hotel-feature-section .description p {
        font-size: 0.9rem;
    }

    .hotel-feature-section .feature-grid {
        display: block;
    }

    .hotel-feature-section .feature-card {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        min-height: auto;
        margin-bottom: 30px;
        padding: 30px 15px;
        background-color: var(--main-color);
        color: #ffffff;
    }

    .hotel-feature-section .card-icon {
        width: 60%;
        margin-bottom: 0;
    }

    .hotel-feature-section .card-icon img {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .hotel-feature-section .card-title {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40%;
        margin-bottom: 0;
        font-size: 1rem;
        font-weight: bold;
    }

    .hotel-feature-section .sub-catch {
        font-size: 1rem;
        margin-bottom: 0;
    }

    .hotel-feature-section .main-description {
        font-size: 0.8rem;
        padding: 0 10px;
    }

    /* --- Features Intro Section --- */
    .features-intro-section .sub-catch {
        font-size: 1rem;
        margin-bottom: 0;
    }

    .features-intro-section .access-details {
        font-size: 1rem;
        line-height: 1.8;
    }

    /* --- Detailed Features --- */
    .detailed-features .feature-grid {
        display: block;
    }

    .detailed-features .feature-item {
        margin-bottom: 20px;
    }

    .detailed-features .feature-title {
        font-size: 1rem;
    }

    /* --- Step Slider Section --- */
    .step-slider-section .swiper-button-prev,
    .step-slider-section .swiper-button-next {
        top: 28%;
        width: 30px;
        height: 30px;
        background-color: #ffffff;
        color: var(--main-color);
        border-radius: 50%;
    }

    .step-slider-section .step-card {
        padding: 0 8%;
        text-align: center;
    }
}

/*調整*/
.home .post-item .post-cat-label .icon {
    width: 50px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    margin: 0 20px 0 0!important;
    height: auto!important;
}

/*太字指定追加*/
.font-weight-bold{
font-weight: bold;
    }

/*真ん中あわせ*/
.tac{
    text-align: center;
}
.fs-09{font-size: 0.9rem;        margin-bottom: 0.3em;}
