@charset "UTF-8";
/*--------------------------------------*
* クッションページ専用CSS
* reserve.html / line.html / tel.html
* ※ 既存の style.css には依存していません
*--------------------------------------*/

/* reset.css に box-sizing 指定がないため、パディング込みで幅を計算させる
   （これを入れないと width:100% のボタンがカードからはみ出します） */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  font-size: 16px;
  margin: 0 auto;
  font-family: "Shippori Mincho", serif;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.04em;
  background-color: #f8f8f8;
  color: #333333;
}

img {
  max-width: 100%;
  display: block;
  border: none;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.25s ease;
}

.cushion_wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/*--------------------------------------*
* ヘッダー
*--------------------------------------*/
.cushion_header {
  background: #fff;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e5e5e5;
}

.cushion_header .logo {
  display: block;
  width: 150px;
}

.cushion_header .logo img {
  width: 100%;
}

/*--------------------------------------*
* 見出しエリア
*--------------------------------------*/
.cushion_hero {
  background: #8c9093;
  color: #fff;
  text-align: center;
  padding: 44px 20px 40px;
}

.cushion_hero__label {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.16em;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  padding: 6px 16px;
  margin-bottom: 18px;
}

.cushion_hero__title {
  font-size: clamp(22px, 6.2vw, 32px);
  line-height: 1.5;
  margin-bottom: 16px;
}

.cushion_hero__text {
  font-size: 15px;
  line-height: 2;
}

/*--------------------------------------*
* 店舗リスト
*--------------------------------------*/
.cushion_main {
  flex: 1;
  padding: 40px 20px 56px;
}

.store_list {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}

.store {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  margin-bottom: 24px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  overflow: hidden; /* 写真の角をカードの角丸に合わせる */
}

/* 店舗写真：どんな比率の写真でも 4:3 に切り出して並びを揃える */
.store__photo {
  padding: 10px; /* カードの縁と写真の間の余白 */
}

.store__photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 6px;
  background: #ececec; /* 読み込み中の下地 */
}

.store__body {
  padding: 22px 22px 26px;
}

/* 写真がある場合は、写真側の padding:10px と足して空きすぎないよう上を詰める */
.store__photo + .store__body {
  padding-top: 12px;
}

.store__head {
  margin-bottom: 20px;
}

.store__name {
  font-size: 20px;
  line-height: 1.5;
}

.store__area,
.store__address {
  font-size: 13px;
  font-weight: 400;
  color: #777;
  margin-top: 8px;
  line-height: 1.7;
}

/* 営業時間・電話番号（店舗名の下に補足として並べる） */
.store__hours,
.store__tel-number {
  font-size: 13px;
  font-weight: 400;
  color: #777;
  margin-top: 6px;
  line-height: 1.7;
}

/*--------------------------------------*
* 店舗ごとのボタン
*--------------------------------------*/
.store__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 16px 12px;
  border-radius: 999px;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}

.store__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.store__cta--line {
  background: #00c300;
}

.store__cta--web {
  background: #c85c5c;
}

.store__cta--tel {
  background: #777777;
}

.store__cta:hover {
  transform: translateY(-2px);
  opacity: 0.92;
}

.store--empty {
  background: #fff;
  border: 1px dashed #ccc;
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #777;
}

/*--------------------------------------*
* 補足・他の連絡方法
*--------------------------------------*/
.cushion_note {
  width: 100%;
  max-width: 440px;
  margin: 4px auto 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.9;
  color: #777;
  text-align: center;
}

.cushion_other {
  width: 100%;
  max-width: 440px;
  margin: 36px auto 0;
  text-align: center;
}

.cushion_other__title {
  font-size: 14px;
  color: #777;
  margin-bottom: 14px;
}

.cushion_other__links {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.cushion_other__links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #bbb;
  border-radius: 999px;
  padding: 11px 20px;
  font-size: 14px;
  background: #fff;
  color: #555;
}

/* アイコンSVGは白ベタのため、白背景のボタンではグレーに転換して表示 */
.cushion_other__links a img {
  width: 16px;
  height: 16px;
  filter: brightness(0);
  opacity: 0.5;
}

.cushion_other__links a:hover {
  border-color: #8c9093;
  background: #f2f2f2;
}

.cushion_back {
  display: block;
  width: fit-content;
  margin: 30px auto 0;
  font-size: 14px;
  font-weight: 400;
  color: #777;
  border-bottom: 1px solid #bbb;
  padding-bottom: 2px;
}

.cushion_back:hover {
  color: #333;
  border-color: #333;
}

/*--------------------------------------*
* フッター
*--------------------------------------*/
.cushion_footer {
  background: #333;
  color: #fff;
  text-align: center;
  padding: 28px 20px;
}

.cushion_footer .copy {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
}

/*--------------------------------------*
* PC
*--------------------------------------*/
@media screen and (min-width: 981px) {
  .cushion_header {
    padding: 18px 40px;
  }

  .cushion_header .logo {
    width: 180px;
  }

  .cushion_hero {
    padding: 64px 20px 56px;
  }

  .cushion_hero__text {
    font-size: 16px;
  }

  .cushion_main {
    padding: 56px 20px 72px;
  }

  .store__body {
    padding: 26px 26px 32px;
  }

  .store__photo + .store__body {
    padding-top: 14px;
  }
}
