@charset "utf-8";
/* ======================================================
  ALL
====================================================== */
.title-box_center {
  margin-top: 0;
}
body {
  overflow-y: hidden;
}
/* ======================================================
  背景
====================================================== */
/* ２ */
.green-2::before {
  top: 43%;
  right: 0;
  width: 75%;
  height: 61%;
}
.pink-2::before {
  top: 15%;
  left: 0;
  width: 37%;
  height: 61%;
}

/* ４ */
.green-4::before {
  top: 10%;
  right: 0;
  width: 65%;
  height: 90%;
  background-color: var(--main-1);
  opacity: 0.4;
  z-index: -2;
  box-shadow: var(--shadow-right);
}

.pink-4::before {
  top: 55%;
  left: 0;
  width: 45%;
  height: 75%;
  background-color: var(--accent-3);
  opacity: 0.3;
  z-index: -2;
  box-shadow: var(--shadow);
}
/* ======================================================
  パターン
====================================================== */
@media (max-width: 1024px) {
  .ptn-1-1 {
    top: -37px;
  }
  .ptn-1-2 {
    bottom: -187px;
  }
  .ptn-2-1 {
    bottom: -184px;
  }
  .ptn-2-2 {
    bottom: -123px;
  }
  .ptn-3-1 {
    top: -137px;
  }
}
/* ======================================================
  アクセス
====================================================== */

.access__info {
  background: #fff;
  border: 2px solid #9acdc2;
  padding: 18px 20px;
  text-align: center;
  margin-bottom: 20px;
}

.access__info-text {
  font-size: var(--font-s);
  line-height: 1.8;
  text-align: left;
  display: inline-block;
}

.access__lead {
  font-size: var(--font-m);
  font-weight: bold;
  margin: 15px 0 8px;
  text-decoration: underline;
}

.access__tel {
  font-size: var(--font-s);
}

.access__tel span {
  font-size: var(--font-l);
  font-weight: bold;
  letter-spacing: 0.05em;
}

.access__time {
  font-size: var(--font-xs);
}

.access__map {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.access__map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ======================================================
  お問い合わせ　ご予約の際のお願い
====================================================== */

.sub-title {
  font-size: var(--font-l);
  margin: 30px 15px 20px;
}
.contact-info {
  padding: 30px;
  background: #fff;
  border: 2px solid var(--main-color);
  position: relative;
}

/* 緑の背景（疑似要素） */
.contact-info::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: 100%;
  background: var(--main-color);
  z-index: -1;
}

.notice {
  margin-bottom: 20px;
  line-height: 1.8;
}

.red {
  color: #e60000;
}

hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 20px 0;
}

.tel a {
  font-size: var(--font-l);
  text-decoration: underline;
}
.insta a {
  font-size: var(--font-m);
  text-decoration: underline;
}
@media (max-width: 450px) {
  .insta {
    margin-top: 10px;
  }
}
/* ======================================================
  お問い合わせ　フォーム
====================================================== */
.form-inner {
  background-color: #fff;
  padding: 20px;
}
.form-lead {
  font-size: 16px;
  margin-bottom: 22px;
}

.form-box-title {
  background: #f3f3f3;
  padding: 20px 24px;
  font-size: 18px;
  font-weight: 700;
  margin: 28px 0 22px;
}

.notice-text {
  margin-bottom: 18px;
  color: #444;
  font-size: 15px;
}

.qa-title {
  font-size: 18px;
  font-weight: 700;
  margin: 18px 0 10px;
}

.qa-list {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 34px;
}

.qa-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.qa-item {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  text-decoration: none;
  color: #222;
  font-size: 16px;
}

.qa-item:nth-child(2n) {
  border-right: none;
}

.qa-item:last-child,
.qa-item:nth-last-child(2) {
  border-bottom: none;
}

.qa-arrow {
  font-size: 22px;
  color: #666;
}

.form-grid {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 18px 24px;
  align-items: start;
}

.field {
  display: contents;
  margin-top: 20px;
}

.label-wrap {
  padding-top: 14px;
}

.label-main {
  font-weight: 700;
  line-height: 1.5;
}

.label-sub {
  display: inline-block;
  font-size: var(--font-xxs);
  font-weight: 600;
}
.sub-label {
  display: block;
  font-size: var(--font-xxs);
  font-weight: 600;
}
.required {
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 3px;
  padding: 1px 8px;
  border: 1px solid #e15b5b;
  border-radius: 999px;
  color: #e15b5b;
  font-size: var(--font-xxs);
  font-weight: 700;
  vertical-align: middle;
  background: #fff;
}

.input-wrap input,
.input-wrap textarea,
.input-wrap select {
  width: 100%;
  border: 1px solid #dddddd;
  background: #fff;
  padding: 14px 16px;
  font-size: 16px;
  color: #222;
  outline: none;
  border-radius: 2px;
}

.input-wrap input::placeholder,
.input-wrap textarea::placeholder {
  color: #b8b8b8;
}

.input-wrap input:focus,
.input-wrap textarea:focus,
.input-wrap select:focus {
  border-color: #999;
}

.help-text {
  margin-top: 10px;
  font-size: 13px;
  color: #555;
  line-height: 1.7;
}

.divider {
  grid-column: 1 / -1;
  border-top: 1px solid #ececec;
  margin: 4px 0;
}

.inline-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.inline-row .small {
  max-width: 300px;
}
.inline-row select {
  padding: 12px;
  border: 1px solid #ddd;
  font-size: 16px;
  min-width: 90px;
}
.link-button {
  color: #222;
  text-decoration: underline;
  font-size: 14px;
  white-space: nowrap;
}

.submit-area {
  margin-top: 40px;
  text-align: center;
}

.submit-btn {
  min-width: 260px;
  padding: 16px 32px;
  border: none;
  background: var(--main-color);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.submit-btn:hover {
  opacity: 0.9;
}
.input-wrap textarea {
  width: 100%;
  border: 1px solid #dddddd;
  background: #fff;
  padding: 14px 16px;
  font-size: 16px;
  color: #222;
  outline: none;
  border-radius: 2px;
  resize: vertical;
  line-height: 1.7;
}

.input-wrap textarea::placeholder {
  color: #b8b8b8;
}

.input-wrap textarea:focus {
  border-color: #999;
}

.check-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 15px;
  line-height: 1.7;
  cursor: pointer;
  margin-top: 30px;
}

.check-label input[type="checkbox"] {
  margin-top: 4px;
  width: auto !important;
}

.check-label a {
  color: #222;
  text-decoration: underline;
}

.form-p01__privacyArea {
  max-height: 220px;
  overflow: auto;
  border: 1px solid var(--gray-1);
  background: var(--base-color);
  box-shadow: var(--box-shadow-1);
  padding: 12px;
  color: var(--text-main);
  font-size: var(--font-xs);
  line-height: 1.75;
  margin-top: 10px;
}
.form-p01__privacyArea p {
  margin: 0 0 10px;
}
.form-p01__privacyArea p:last-child {
  margin-bottom: 0;
}
.form-p01__privacyTitle {
  font-weight: 900;
}
/* 希望施術 */
.radio-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 12px;
}

.radio-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid #dddddd;
  border-radius: 2px;
  background: #fff;
  cursor: pointer;
  line-height: 1.5;
}

.radio-option input[type="radio"] {
  width: auto;
  margin: 0;
  accent-color: var(--main-color);
}

.radio-option span {
  font-size: 16px;
  color: #222;
}

@media (max-width: 768px) {
  .radio-group {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .header {
    padding: 0 16px;
    height: 60px;
  }

  .logo {
    font-size: 24px;
  }

  .container {
    padding: 20px 16px 56px;
  }

  .page-title {
    font-size: 24px;
    margin-bottom: 28px;
  }

  .qa-row {
    grid-template-columns: 1fr;
  }

  .qa-item {
    border-right: none;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 10px 0;
  }

  .label-wrap {
    padding-top: 0;
    margin-top: 30px;
  }

  .divider {
    margin: 10px 0 4px;
  }

  .inline-row .small {
    max-width: 100%;
    width: 100%;
  }
}
.date-select-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}

.date-select-row .date-select {
  width: auto;
  min-width: 88px;
  max-width: 110px;
  padding: 12px 36px 12px 12px;
  border: 1px solid #dddddd;
  border-radius: 2px;
  background: #fff;
  font-size: 16px;
  color: #222;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #666 50%),
    linear-gradient(135deg, #666 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% - 3px),
    calc(100% - 12px) calc(50% - 3px);
  background-size:
    6px 6px,
    6px 6px;
  background-repeat: no-repeat;
}

.date-unit {
  font-size: 16px;
  color: #222;
  white-space: nowrap;
}

.reservation-fields {
  display: contents;
}

.reservation-fields.is-hidden {
  display: none;
}

@media (max-width: 768px) {
  .date-select-row {
    gap: 8px;
  }

  .date-select-row .date-select {
    min-width: 76px;
    max-width: 96px;
  }

  .date-unit {
    font-size: 15px;
  }
}

@media (max-width: 450px) {
  .check-label {
    align-items: flex-start;
  }
  .check-label input[type="checkbox"] {
    margin-top: 7px;
  }
}
