:root {
  --paper: #c9d1c8;
  --paper-deep: #bec7bf;
  --ink: #332231;
  --muted: #5d635e;
  --line: rgba(62, 58, 54, 0.28);
  --brown: #7b3026;
  --field: #f2f2ee;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--paper);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", serif;
  letter-spacing: 0;
}

.page {
  width: min(100%, 1080px);
  min-height: 100vh;
  margin: 0 auto;
  background: var(--paper);
}

.hero {
  position: relative;
  min-height: 1054px;
  border-bottom: 1px solid rgba(84, 80, 74, 0.35);
}

.shop-mark {
  position: absolute;
  top: 44px;
  left: 58px;
  width: 172px;
  height: auto;
}

.date-mark {
  position: absolute;
  top: 39px;
  right: 75px;
  width: 141px;
  height: auto;
}

.title-mark {
  position: absolute;
  top: 254px;
  left: calc(50% + 56px);
  width: 233px;
  height: auto;
  transform: translateX(-50%);
  mix-blend-mode: multiply;
}

.visit-plan,
.reservation {
  width: calc(100% - 116px);
  margin: 0 auto;
}

.visit-plan {
  padding: 67px 0 0;
}

.rule,
.bottom-rule {
  height: 1px;
  background: rgba(59, 59, 55, 0.34);
}

.section-label {
  margin: 39px 0 0;
  color: var(--brown);
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

h1 {
  margin: 34px 0 57px;
  text-align: center;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
}

.lead {
  margin: 0 0 22px;
  text-align: center;
  color: #505750;
  font-size: 14px;
  line-height: 1.8;
}

.info-table {
  margin: 68px 0 0;
  border: 1px solid var(--line);
}

.info-table div {
  min-height: 104px;
  padding: 20px 26px 19px;
  display: grid;
  place-items: center;
  border-bottom: 1px solid var(--line);
  text-align: center;
}

.info-table div:last-child {
  border-bottom: 0;
}

.info-table dt {
  margin: 0 0 14px;
  color: var(--brown);
  font-size: 13px;
  font-weight: 700;
}

.info-table dd {
  margin: 0;
  color: #424842;
  font-size: 15px;
  line-height: 1.8;
}

.info-table dd span {
  display: inline-block;
  margin: 0 16px;
}

.info-table .info-row-long dd {
  max-width: 780px;
  text-align: left;
}

.reservation {
  padding: 70px 0 58px;
}

.reservation h2 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

form {
  display: grid;
  gap: 38px;
}

label {
  display: grid;
  gap: 15px;
  color: var(--brown);
  font-size: 14px;
  font-weight: 700;
}

label b {
  display: inline-grid;
  place-items: center;
  min-width: 44px;
  min-height: 25px;
  margin-left: 14px;
  border: 1px solid rgba(123, 48, 38, 0.5);
  color: var(--brown);
  font-size: 11px;
  font-weight: 500;
}

input,
select,
textarea {
  width: 100%;
  min-height: 67px;
  border: 1px solid rgba(78, 76, 71, 0.18);
  border-radius: 0;
  background: var(--field);
  color: #313630;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", serif;
  font-size: 15px;
  line-height: 1.5;
  outline: none;
}

input,
textarea {
  padding: 0 28px;
}

select {
  appearance: none;
  padding: 0 64px 0 28px;
  background:
    linear-gradient(45deg, transparent 50%, var(--brown) 50%) calc(100% - 42px) 31px / 10px 10px no-repeat,
    linear-gradient(135deg, var(--brown) 50%, transparent 50%) calc(100% - 35px) 31px / 10px 10px no-repeat,
    var(--field);
}

textarea {
  min-height: 145px;
  padding-top: 25px;
  resize: vertical;
}

::placeholder {
  color: #7b827b;
  opacity: 1;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(123, 48, 38, 0.65);
  box-shadow: 0 0 0 2px rgba(123, 48, 38, 0.08);
}

.notice {
  width: min(100%, 520px);
  margin: -13px auto 0;
  color: #6f766f;
  font-size: 12px;
  line-height: 1.9;
  text-align: left;
}

.form-message {
  min-height: 23px;
  margin: -14px 0 -14px;
  color: var(--brown);
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
}

.form-message:empty {
  display: none;
}

.form-message[data-type="success"] {
  color: #475c4d;
}

.form-message[data-type="error"] {
  color: var(--brown);
}

.submit-frame {
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

button {
  width: 100%;
  min-height: 76px;
  border: 0;
  border-radius: 0;
  background: #793022;
  color: #fff8f0;
  cursor: pointer;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", serif;
  font-size: 18px;
  font-weight: 500;
}

button:hover {
  background: #69281d;
}

button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.bottom-rule {
  margin: 38px 0 27px;
}

.small-note {
  margin: 0;
  color: #727a72;
  font-size: 12px;
  line-height: 1.9;
  text-align: center;
}

@media (max-width: 720px) {
  .page {
    width: 100%;
  }

  .hero {
    min-height: 760px;
  }

  .shop-mark {
    top: 25px;
    left: 22px;
    width: 116px;
  }

  .date-mark {
    top: 21px;
    right: 23px;
    width: 94px;
  }

  .title-mark {
    top: 164px;
    left: calc(50% + 42px);
    width: 178px;
  }

  .visit-plan,
  .reservation {
    width: calc(100% - 44px);
  }

  .visit-plan {
    padding-top: 45px;
  }

  h1 {
    margin: 30px 0 44px;
    font-size: 24px;
  }

  .lead {
    font-size: 13px;
    text-align: left;
  }

  .info-table {
    margin-top: 48px;
  }

  .info-table div {
    min-height: 96px;
    padding: 18px 16px;
  }

  .info-table dd {
    font-size: 13px;
  }

  .reservation {
    padding-top: 54px;
  }

  form {
    gap: 31px;
  }

  input,
  select,
  textarea {
    min-height: 62px;
    font-size: 14px;
  }

  input,
  textarea {
    padding-left: 20px;
    padding-right: 20px;
  }

  select {
    padding-left: 20px;
  }

  textarea {
    min-height: 128px;
  }

  button {
    min-height: 68px;
    font-size: 16px;
  }
}
