a {
    color: #2f12ac;
    text-decoration: underline;
}

.sp-only {
    display: none;
}

@media screen and (max-width: 769px) {
    .sp-only {
        display: block;
    }
    .pc-only {
        display: none;
    }
    
}

section:not(
    section.p-single-ryokan__social, section.p-front-page__area, section.p-front-page__ryokan-list,
    section.process, section.questions
    ) {
    background-color: #1D1D1D;
}

section {
  padding-bottom: 80px;
}

@media screen and (max-width: 769px) {
    section {
        padding-bottom: 50px;
    }
}

.breadcrumb {
    background-color: #1D1D1D;
    color: #fff;
}
.breadcrumb a {
    color: #fff;
}

.about-vision {
  width: 100%;
}

.about-mission h2 {
    color: #fff;
    font-size: 38px;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
}

@media screen and (max-width: 769px) {
    .about-mission h2 {
        font-size: 20px;
    }
    
}

.about-vision__lead,
.about-mission__lead {
  padding: 80px 20px;
}

.about-vision__container,
.about-mission__container,
.about-mission__title {
  max-width: 90vw;
  margin: 0 auto;
  padding: 0 30px;
}


.about-vision__container p {
  color: #ffffff;
  font-size: 28px;
  line-height: 1.8;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 769px) {
    .about-vision__container,
    .about-mission__container,
    .about-mission__title {
        padding: 0 15px;
    }

    .about-vision__container p {
        font-size: 18px;
    }
}

.about-mission__container p {
    color: #ffffff;
    font-size: 28px;
    line-height: 1.8;
    margin: 0;
    font-weight: 400;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 769px) {
    .about-mission__container p {
        font-size: 14px;
    }
    
}
.about-mission__container p:not(:last-child) {
  margin-bottom: 50px;
}

.about-vision__video {
  background-color: #000000; /* 黒い背景 */
  width: 100%;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 769px) {
    .about-vision__video {
        min-height: auto;
    }
}

.about-vision__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.features {
  width: 100%;
  background-color: #1D1D1D;
}

/* セクションタイトル */
.section-title {
  text-align: center;
  padding: 80px 20px 60px;
}

.section-title__en {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ff6b35; /* オレンジ色 */
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.section-title__main {
  color: #000000;
  font-size: 36px;
  font-weight: 700;
  margin: 20px 0 0;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 769px) {
    .section-title__main {
        font-size: 24px;
    }
}

.section-title__main.white {
  color: #fff;
}

/* フィーチャーコンテナ */
.features__container {
  display: flex;
  align-items: stretch;
  min-height: 600px;
}

@media screen and (max-width: 769px) {
    .features__container {
        flex-direction: column;
        min-height: auto;
    }
}

/* 左側の画像エリア */
.features__image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 40px
}

@media screen and (max-width: 769px) {
    .features__image {
        padding: 10px 10px 0 10px;
    }
    
}

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

/* 右側のコンテンツエリア */
.features__items {
  flex: 1;
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 769px) {
    .features__items {
        padding: 40px 20px;
    }
    
}

.features__image.orange,
.features__items.orange {
  background-color: #E5550D;
}

.features__image.dark,
.features__items.dark {
  background-color: #1D1D1D;
}

/* ヘッダー部分 */
.features__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 2px solid #ffffff;
}

.features__item-title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  letter-spacing: 0.05em;
}

.features__item-title__logo {
  height: 24px;
  width: auto;
  vertical-align: middle;
}

.features__order {
  color: #ffffff;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  opacity: 0.9;
}

@media screen and (max-width: 769px) {
    .features__item-title {
        font-size: 14px;
    }
    .features__item-title__logo {
        height: 14px;
    }

    .features__order {
        font-size: 40px;
    }
}

/* コンテンツ部分 */
.features__item-content {
  color: #ffffff;
}

.features__item-content p:first-child {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 30px;
  letter-spacing: 0.05em;
}

.features__item-content p:last-child {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  opacity: 0.9;
}

@media screen and (max-width: 769px) {
    .features__item-content p:first-child {
        font-size: 20px;
        margin-bottom: 15px;
        line-height: 1.8;
    }

    .features__item-content p:last-child {
        font-size: 12px;
    }
}

.process__container {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 20px;
  background-color: #ffffff;
}

.process__step {
  position: relative;
  padding: 40px 0;
}

.process__step:not(:last-child)::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    to right,
    #d0d0d0 0%,
    #d0d0d0 45%,
    transparent 45%,
    transparent 55%,
    #d0d0d0 55%,
    #d0d0d0 100%
  );
}

.process__step:not(:last-child)::before {
  content: '▼';
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  color: #333333;
  font-size: 20px;
  background-color: #ffffff;
  padding: 0 10px;
  z-index: 1;
}

.process__step-number {
  color: #999999;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}

.process__step-content {
  color: #333333;
}

.process__step-content p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
  margin: 0;
  letter-spacing: 0.02em;
}

.process__step-content .small {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin-top: 8px;
  line-height: 1.6;
}



/* FAQセクション */
.faq-section {
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 20px;
}

.faq-title {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    margin: 0 0 50px 0;
}

/* FAQコンテナ */
.faq-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 400px;
}

@media screen and (max-width: 1024px) {
    .faq-container {
        padding: 0 20px;
    }
}

/* FAQアイテム */
.faq-item {
    border: 2px solid #333;
    border-radius: 12px;
    overflow: hidden;
}

/* 質問部分 */
.faq-question {
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background-color: #fff;
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

@media screen and (max-width:769px) {
    .faq-question {
        padding: 10px 30px;
    }
}

/* 開いている状態の質問 */
.faq-item--open .faq-question {
    background-color: #2b2b2b;
    color: #fff;
}

/* アイコン */
.faq-icon {
    font-size: 28px;
    font-weight: 300;
    flex-shrink: 0;
    margin-left: 20px;
}

/* 回答部分 */
.faq-answer {
    display: none;
    padding: 30px 30px 40px 30px;
    background-color: #fff;
    border-top: 1px solid #e0e0e0;
}

.faq-item--open .faq-answer {
    display: block;
}

.faq-answer p {
    font-size: 15px;
    line-height: 1.9;
    color: #333;
    margin: 0 0 15px 0;
}

.faq-answer p:last-child {
    margin-bottom: 0;
}

/* ホバー効果 */
.faq-question:hover {
    opacity: 0.8;
}

/* ---- Carousel Row ---- */
.ryokan-list-carousel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.6vw, 28px);
  padding: clamp(8px, 1.2vw, 16px) 0 clamp(40px, 6vw, 72px);
}

@media (max-width: 1100px) {
  .ryokan-list-carousel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .ryokan-list-carousel {
    grid-template-columns: 1fr;
  }
}

/* ---- Card ---- */
.ryokan-list-carousel-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: #e9eaec;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .10);
  isolation: isolate;

  /* オーバーレイ濃さ（左→右：テキストが載る左側を暗く） */
  --ov-l: .60;
  --ov-m: .30;
  --ov-r: 0;
  --ov-stop1: 32%;
  --ov-stop2: 68%;
}

/* 比率：16:9 目安（画像に近い） */
@supports (aspect-ratio: 1 / 1) {
  .ryokan-list-carousel-card {
    aspect-ratio: 16 / 9;
  }
}

@supports not (aspect-ratio: 1 / 1) {
  .ryokan-list-carousel-card::after {
    content: "";
    display: block;
    padding-bottom: 56.25%;
  }
}

/* 画像全面 */
.ryokan-list-thumbnail,
.ryokan-list-thumbnail img {
  position: absolute;
  inset: 0;
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
  object-position: center;
}

.ryokan-list-thumbnail img {
  filter: saturate(.98) contrast(.98) brightness(.94);
  transition: transform .35s ease, filter .25s ease;
}

/* 暗いグラデのオーバーレイ（左強→右弱） */
.ryokan-list-carousel-card .ryokan-list-thumbnail img::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(90deg,
      rgba(0, 0, 0, var(--ov-l)) 0%,
      rgba(0, 0, 0, var(--ov-m)) var(--ov-stop1),
      rgba(0, 0, 0, var(--ov-r)) var(--ov-stop2));
}

/* ---- Post Info（左下） ---- */
.ryokan-list-post-info {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
  color: #fff;
  z-index: 1;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .45);
}

.ryokan-list-taxonomy-info {
  display: flex;
  align-items: center;
  gap: .75em;
  font-size: 14px;
  opacity: .95;
  margin-top: .5em;
  flex-wrap: wrap;
}

.ryokan-list-pref-name,
.ryokan-list-city-name {
  white-space: nowrap;
}

.ryokan-list-title {
  margin: 0;
  font-weight: 800;
  letter-spacing: .02em;
  font-size: clamp(16px, 1.8vw, 20px);
}

/* タグのピル */
.ryokan-list-tags {
  display: flex;
  gap: .5em;
  width: 100%;
  margin-top: .75em;
}

.ryokan-list-tag-name {
  display: inline-block;
  padding: .35em .7em;
  background: rgba(255, 255, 255, .92);
  color: #111;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .16);
}

/* ---- Hover ---- */
.ryokan-list-carousel-card:hover .ryokan-list-thumbnail img {
  transform: scale(1.03);
  filter: saturate(1) contrast(1) brightness(.98);
}

/* ---- Carousel Nav（右下の矢印） ---- */
.ryokan-list-carousel+.ryokan-list-carousel-nav {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
  padding: 6px 4px 60px;
}

.ryokan-list-carousel-nav .ryokan-list-prev-button,
.ryokan-list-carousel-nav .ryokan-list-next-button {
  inline-size: 54px;
  block-size: 34px;
  border: 0;
  background: transparent;
  position: relative;
  cursor: pointer;
  opacity: .75;
  transition: opacity .15s ease, transform .15s ease;
}

.ryokan-list-carousel-nav .ryokan-list-prev-button::before,
.ryokan-list-carousel-nav .ryokan-list-next-button::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  inline-size: 24px;
  block-size: 24px;
  border-right: 2px solid rgba(0, 0, 0, .6);
  border-bottom: 2px solid rgba(0, 0, 0, .6);
  transform: rotate(135deg);
  /* ← */
}

.ryokan-list-carousel-nav .ryokan-list-next-button::before {
  transform: rotate(-45deg);
  /* → */
}

.ryokan-list-carousel-nav .ryokan-list-prev-button:hover,
.ryokan-list-carousel-nav .ryokan-list-next-button:hover {
  opacity: 1;
  transform: translateY(-1px);
}