@charset "UTF-8";

/* ========================================
   リセット & 基本設定
======================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Zen Kaku Gothic New', 'Noto Sans JP', sans-serif;
  color: #7a3e2c;
  background-color: #efe1db;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

/* ========================================
   コンテナ
======================================== */
.container {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  background-color: #7a3e2c;
  position: relative;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

/* ========================================
   ヘッダー
======================================== */
.header {
  width: 100%;
}

.header__img {
  width: 100%;
}

/* ========================================
   セクション1（メインコンテンツ）
======================================== */
.sec1 {
  background-color: #fffbe6;
  background-image: url('../img/pattern_main.jpg');
  background-size: 100%;
  background-position: center;
  background-repeat: repeat;
  padding: 32px 18px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  position: relative;
}

.sec1__title {
  width: 80%;
}

.sec1__title-img {
  width: 100%;
}

/* メインテキスト */
.sec1__maintext {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

}

.maintext__img {
  width: 100%;
  max-width: 100%;
}

/* 予約期間 */
.sec1__booking {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.booking__subtitle,
.target__subtitle,
.entry__subtitle,
.schedule__subtitle,
.plan__subtitle,
.item__subtitle {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.subtitle__img {
  width: 100%;
  height: auto;
}

.booking__date {
  width: 100%;
  max-width: 480px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.booking__date-img {
  width: 100%;
  height: auto;
}

.booking__note,
.entry__note,
.schedule__note {
  font-size: 12px;
  font-weight: 700;
  color: #a77a6c;
  text-align: left;
  line-height: 1.5;
}

/* 対象 */
.sec1__target {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.target__text {
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.text--accent {
  color: #d96149;
}

/* 応募回数 */
.sec1__entry {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.entry__text {
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

/* 開催日程 */
.sec1__schedule {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.schedule__date {
  width: 80%;
  max-width: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.schedule__date-img {
  width: 100%;
  height: auto;
}

/* 予約方法 */
.sec1__plan {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.plan__intro {
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.plan__card {
  width: 100%;
  border: 1px solid #f09d8d;
  border-radius: 17px;
  overflow: hidden;
}

.card__header {
  background-color: #fee0d4;
  padding: 8px 18px;
  text-align: center;
}

.card__title {
  font-size: 18px;
  font-weight: 900;
  color: #d96149;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.card__body {
  background-color: #ffffff;
  padding: 12px 18px;
  font-size: 14px;
  line-height: 1.5;
}

.plan__card--standard .card__body {
  font-weight: 700;
}

.plan__card--premium .card__body {
  font-size: 14px;
  font-weight: 700;
}

.body__label {
  font-weight: 700;
  color: #d96149;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.body__text {
  color: #7a3e2c;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.text--note {
  color: #f09d8d;
}

.body__note {
  font-size: 12px;
  color: #f09d8d;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 8px;
}

/* ボタン */
.sec1__btn {
  width: 100%;
}

.btn__link {
  display: block;
  width: 100%;
}

.btn__link--small {
  width: 90%;
  margin: 0 auto;
}

.btn__link--smaller {
  width: 75%;
  margin: 0 auto;
}

.btn__img {
  width: 100%;
}

/* 装飾（shine） */
.sec1__shine {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 312px;
  opacity: 0.3;
}

.sec1__shine--left {
  left: 31px;
}

.sec1__shine--right {
  right: 31px;
  transform: scaleY(-1) rotate(180deg);
}

/* ========================================
   セクション2（店舗・メニュー）
======================================== */
.sec2 {
  background-color: #7a3e2c;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-bottom: 32px;
}

.sec2__sep {
  width: 100%;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.sep__img {
  width: 100%;
}

/* 店舗情報 */
.sec2__location {
  padding: 0 18px;
  padding-top: 48px;
  position: relative;
}

.location__title {
  position: absolute;
  top: 3.31px;
  left: 50%;
  transform: translateX(-50%);
  width: 280px;
  height: 90px;
  z-index: 2;
}

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

.location__content {
  background-color: #fffbe6;
  background-image: url('../img/pattern_sub.jpg');
  background-size: 20%;
  background-position: center;
  background-repeat: repeat;
  padding: 72px 18px 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  position: relative;
}

.location__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.item__subtitle {
  width: 156px;
}

.item__text {
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

/* メニュー */
.sec2__menu {
  padding: 0 18px;
  padding-top: 48px;
  position: relative;
}

.menu__title {
  position: absolute;
  top: 3.31px;
  left: 50%;
  transform: translateX(-50%);
  width: 280px;
  height: 90px;
  z-index: 2;
}

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

.menu__content {
  background-color: #fffbe6;
  background-image: url('../img/pattern_sub.jpg');
  background-size: 20%;
  background-position: center;
  background-repeat: repeat;
  padding: 72px 18px 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  position: relative;
}

.menu__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.menu__img {
  width: 100%;
  border: 1px solid #f09d8d;
}

.menu__text {
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.menu__more {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  padding-top: 12px;
}

.more__sep {
  width: 263px;
}

.more__title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.more__title-img {
  width: 100%;
  height: auto;
}

.more__note {
  font-size: 12px;
  font-weight: 700;
  color: #a77a6c;
  text-align: left;
  line-height: 1.5;
}

.more__text {
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

/* ボタン群 */
.sec2__btns {
  padding: 0 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* ========================================
   フッター
======================================== */
.footer {
  background-image: url('../img/footer_bg.jpg');
  background-size: cover;
  background-position: center;
  padding: 32px 18px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.footer__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 574px;
  margin: 0 auto;
}

.footer__note {
  font-family: 'Zen Kaku Gothic New', 'Noto Sans', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #fffbe6;
  line-height: 1.5;
  text-align: left;
  margin: 0;
}

.footer__note a {
  color: #f09d8d;
  text-decoration: underline;
}

.footer__logo {
  width: 53%;
  max-width: 384px;
}

.footer__logo-img {
  width: 100%;
  height: auto;
}

/* ========================================
   レスポンシブ対応
======================================== */
@media (min-width: 600px) {
  .sec1 {
    padding: 48px 32px;
  }

  .sec2__location,
  .sec2__menu {
    padding-left: 32px;
    padding-right: 32px;
  }

  .sec2__btns {
    padding-left: 32px;
    padding-right: 32px;
  }

  .footer {
    padding: 48px 32px;
  }

  .location__content,
  .menu__content {
    padding: 72px 32px 48px;
  }
}

/* ========================================
   シリアルコードボックス
======================================== */
.serial_box {
  background-color: #fffbe6;
  background-image: url('../img/pattern_main.jpg');
  background-size: 30%;
  background-position: center;
  background-repeat: repeat;
  padding-bottom: 32px;
}

.serial_box .margin1 {
  margin-bottom: 12px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

#serial_area img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#serial_area,
#invalid_area {
  text-align: center;
  padding: 0 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

#invalid_area {
  font-size: 18px;
  font-weight: 900;
}

#serial_area p,
#invalid_area p {
  margin: 0;
}

.title {
  font-size: 18px;
  font-weight: 900;
  color: #7a3e2c;
}

.title2 {
  font-size: 32px;
  font-weight: 900;
  color: #7a3e2c;
  line-height: 1.5;
}

.link {
  color: #d96149;
  text-decoration: underline;
}

.text_box {
  text-align: left;
  padding: 0 18px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.text_box__heading {
  font-weight: 900;
}

.text_color {
  color: #d96149;
  font-weight: 700;
}

.external_note {
  font-size: 18px;
  font-weight: 900;
}

.invalid_text {
  font-size: 18px;
  font-weight: 900;
  color: #7a3e2c;
}

