body {
  background: rgb(252, 251, 247);
  color: #333;
  font-family: sans-serif;
  margin: 0;

}

h1 {
  text-align: center;
  margin-bottom: 25px;
}

.main {
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 10px;
  padding: 20px;
}

.main img {
  width: 100%;
  height: auto;
  display: block;
}




/* KVした帯 */
.hero-after {
  background: #8ccfc2;
  padding: 20px 16px;
  text-align: center;
}

.hero-after p {
  margin: 0;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.04em;
}







.kv {
  margin: -20px;
  margin-bottom: 20px;
}

a {
  text-decoration: none;
  color: #151413;
}

.about {
  text-align: center;
}

.content img {
  display: block;
  margin-top: 0;
}

.card {
  background: #fbf9f5;
  border: 1px solid #444;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 25px;
  display: flex;
  gap: 15px;
  position: relative;
  box-shadow: var(--shadow);
}

.left-area {
  width: 150px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* メイン画 */
.thumb {
  width: 150px;
  height: 150px;
  object-fit: cover;
  background: #222;
}

.kv {
  margin: -20px;
  margin-bottom: 20px;
}

.kv picture {
  display: block;
}

.kv img {
  width: 100%;
  display: block;
}

/* HP表示バナー */
.hp-banner{
  display:none;
}


.info {
  flex: 1;
}

.shop {
  font-size: 14px;
  color: #151413;
  margin: 0 0 3px;
}

.date {
  font-size: 14px;
  color: #333;
  margin: 0 0 8px;
}

.name {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 8px;
}

.comment {
  font-size: 15px;
  line-height: 1.5;
  color: #cb1815;
  font-weight: 600;
  margin-top: -10px;
}







/* 参加受付中ボタン */
.reserve-btn {
  background-color: #d8b86a;
  color: rgb(252, 251, 247);
  text-align: center;
  padding: 10px 0;
  /* border-radius: 5px; */
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  transition: 0.2s;
}

.reserve-btn:hover {
  opacity: 0.8;
}

.detail-btn-area {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.reserve-btn {
  display: block;
  text-align: center;
  padding: 8px 0;
  border-radius: 6px;
  font-size: 14px;
}

.reserve-btn.closed {
  background: #e6e4e0;
  color: #9c9b96;
  color: #9c9b96;
  cursor: default;
  pointer-events: none;
}




/* 詳細ページの予約ボタン */
.reserve-bottom-area {
  margin-top: 30px;
  text-align: center;
}

.reserve-bottom-btn {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: auto;
  background: #333;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 14px 0;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: 0.2s;
}

.reserve-bottom-btn:hover {
  opacity: 0.85;
}


/* 詳細ボタン */
.btn {
  border: 1px solid #444;
 color: rgb(252, 251, 247);
  background-color: #333;
  padding: 6px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.2s;
}

.btn:hover {
  color: #333;
  background-color: rgb(252, 251, 247);
}



.pager {
  text-align: center;
  margin-top: 20px;
}

.pager button {
  background: #222;
  color: #fff;
  border: 1px solid #555;
  padding: 8px 16px;
  margin: 0 10px;
  border-radius: 4px;
  cursor: pointer;
}

.pager button:hover {
  background: #444;
}

#pageInfo {
  color: #444;
  margin: 0 10px;
}



/* Touring詳細 */
.tour-detail {
  max-width: 600px;
  margin: 0 auto;
  padding: 10px;
}

.tour-img img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 16px;
}

.title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 18px;
  /* border-left: 4px solid #b98c27; */
  padding-left: 10px;
}

.item {
  margin-bottom: 14px;
}

.label {
  display: block;
  font-size: 14px;
  color: #2f2e2d;
  margin-bottom: 2px;
  font-weight: 800;
}

.value {
  font-size: 16px;
  line-height: 1.5;
}

.value.small {
  font-size: 14px;
  opacity: 0.8;
}





/* shop */
body {
  margin: 0;
  font-family: sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue";
}

.main {
  padding-bottom: 40px;
}

h1 {
  text-align: center;
  font-size: 20px;
}

.about {
  text-align: center;
  font-size: 14px;
  margin-bottom: 24px;
}

/* ページャー */
.pager {
  margin: 24px 0;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 24px 0 40px;
}

/* 前へ・次へボタン */
.pager-btn {
  display: inline-block;
  padding: 8px 16px;
  background: #333;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;
  transition: 0.2s;
}

.pager-btn:hover {
  opacity: 0.85;
}

/* ページ表示 */
.page-info {
  font-size: 14px;
  color: #333;
}










/* アコーディオン */
.acc-item {
  border-bottom: 1px solid #ddd;
}

.acc-header {
  width: 100%;
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  font-size: 16px;
  text-align: left;
}

.acc-header .icon {
  font-size: 22px;
  pointer-events: none;
}

.acc-body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.35s ease,
    opacity 0.25s ease;
}

.acc-item.open .acc-body {
  max-height: 800px;
  /* 中身より大きければOK */
  opacity: 1;
}

.acc-body ul {
  list-style: none;
  padding-left: 30px;
  margin: 0;
}

.acc-body li {
  margin: 10px 0;
  font-size: 14px;
}


.site-footer {
  background-color: #333;
  padding: 40px 0;
  margin-top: 40px;

}

.footer-inner {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  font-size: 0.8rem;
  color: #FFF;
}

.place {
  max-width: 600px;
}


/* アコーディオンロゴ */
.acc-header {
  width: 100%;
  background: none;
  border: none;
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand img {
  width: 20px;
  height: auto;
  display: block;
}

.brand-name {
  font-weight: 300;
}

.acc-header .icon {
  font-size: 22px;
  line-height: 1;
}


/* 店舗セクション */
.shop-section {
  margin-top: 40px;
  padding: 24px 16px;
  background: rgb(252, 251, 246);
}

.shop-title {
  font-size: 14px;
  margin-bottom: 16px;
  color: #555;
  letter-spacing: 0.05em;
}






/* スライド */
/* スライド全体：全幅のまま */
.img-row {
  display: flex;
  gap: 12px;

  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  overflow-x: auto;
  padding: 0 16px 10px;
  /* ← 端が詰まりすぎない保険 */
}

/* ★ スライド1枚のサイズを制御 */
.img-row img {
  flex-shrink: 0;
  width: 100%;
  max-width: 600px;
  height: auto;
  display: block;
  border-radius: 10px;
}





/* ステップ３つ */
.point-summary {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
}

.point-title {
  font-size: 28px;
  margin-bottom: 8px;
}

.point-sub {
  font-size: 16px;
  margin-bottom: 32px;
}

.point-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 16px;
}

.point-box {
  background: #f5f5f5;
  padding: 24px 16px;
}

.point-box img {
  max-width: 140px;
  height: auto;
}

.point-note {
  margin-top: 16px;
  font-size: 14px;
  background: #ddd;
  padding: 8px;
}

.point-plus {
  font-size: 28px;
  font-weight: bold;
  color: #999;
}

.point-caption {
  font-size: 12px;
  color: #666;
  margin-top: 16px;
}





/* 予約手順ステップ */
.step-vertical {
  max-width: 720px;
  margin: 0 auto;
  display: grid;
  gap: 24px;
}

.step-card {
  position: relative;
  /* background: #cfe6e1; */
  background: #ecf3ef;
  border-radius: 10px;
  padding: 28px 24px 24px;
}

.step-label {
  position: absolute;
  top: -14px;
  left: 20px;
  background: #6aaea2;


  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 6px 14px;
  border-radius: 20px;
  letter-spacing: .08em;
}

.step-body {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 20px;
  align-items: center;
}

.step-icon img {
  width: 64px;
  height: auto;
  display: block;
}

.step-text h3 {
  margin: 0 0 8px;
  font-size: 20px;
  color: #2e5f57;
}

.step-text p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}

/* スマホ */
@media (max-width: 600px) {
  .step-body {
    grid-template-columns: 60px 1fr;
    gap: 16px;
  }

  .step-text h3 {
    font-size: 18px;
  }

  .step-text p {
    font-size: 14px;
  }
}




/* STEP間の矢印 */
.step-card {
  position: relative;
}

.step-card::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid #6aaea2;
  /* ← STEPラベルと同系色 */
}

/* 最後のSTEPは矢印なし */
.step-card:last-child::after {
  display: none;
}

/* STEP下余白 */
.step-vertical {
  margin-bottom: 32px;
}

/* aタグ色 */
.acc-header {
  color: #151413;
  /* 真っ黒より少し柔らかい */
}



/* STEPアコーディオン */
.step-accordion-toggle {
  width: auto;
  background: none;
  border: 1px solid #ccc;
  padding: 12px 24px;
  font-size: 0.95rem;
  display: inline-block;
  text-align: left;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #000;
  text-decoration: none;
}


.step-accordion {
  text-align: center;
  margin: 20px auto;
}

.step-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.step-accordion-content.open {
  max-height: 1200px;
}


/* ステップ部分の画像 */
.cta-btn {
  display: block;
  width: fit-content;
  margin: 15px auto 0;
  padding: 12px 26px;
  background: #5f8f88; /* 今のトーンに合わせたグリーン */
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.cta-btn:hover {
  background: #4a746f;
}