@charset "UTF-8";

:root {
  /* font */
  --accent-font: "Zen Maru Gothic", serif;

  /* color */
  --white-color: #fff;
  --black-color: #333333;
  --text-accent-color: #1f5180;
  --text-accent-color02: #002673;
  --text-accent-color03: #002e5d;
  --bg-color: #ebebeb;
  --bg-color02: #cddddf;
  --bg-color03: #aebbc5;
  --accent-color: #80a28e;
  --accent-color02: #6e80c3;
  --accent-color03: #e2c747;
  --accent-color04: #80b0c7;
  --accent-color05: #86c1ab;
  --default-shadow: 2px 2px 4px 0px rgba(170, 170, 170, 0.16);
  --main-gradation: linear-gradient(
      90deg,
      rgb(171, 205, 211),
      rgba(141, 206, 175, 0.3)
    )
    no-repeat center / cover;

  /* z-index */
  --z-index-back: -1;
  --z-index-default: 1;
  --z-index-deco: 100;
  --z-index-header: 200;
  --z-index-modal: 300;

  /* content */
  --content-width-xs: 800px;
  --content-width-sm: 920px;
  --content-width: 1040px;
  --content-width-lg: 1200px;
}

.top_contact {
  position: relative;
  padding-bottom: 64px;
}

.top_contact::after {
  content: "";
  width: 20%;
  aspect-ratio: 443/316;
  background: url(../img/t_7_2.png) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  right: 10%;
}
@media screen and (max-width: 767px) {
  .top_contact::after {
    width: 45%;
  }
}

.top_contact .l_container {
  position: relative;
  z-index: var(--z-index-deco);
}

.top_contact_message-group {
  margin-top: 16px;
  text-align: center;
}

.top_contact_message {
  line-height: 2.4;
  font-weight: 500;
  font-size: 14px;
  font-family: "Zen Maru Gothic", serif;
  text-decoration: underline;
  text-underline-offset: -0.2em;
  text-decoration-thickness: 0.6em;
  -webkit-text-decoration-color: var(--bg-color02);
  text-decoration-color: var(--bg-color02);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
@media screen and (max-width: 767px) {
  .top_contact_message {
    line-height: 2;
  }
}

.top_contact-tel {
  margin-top: 40px;
  padding: 32px 10%;
  background: linear-gradient(
      90deg,
      rgb(171, 205, 211),
      rgba(141, 206, 175, 0.3)
    )
    no-repeat center/cover;
  position: relative;
}

.top_contact-tel::after {
  content: "";
  background: url(../img/leaf05.png) no-repeat right/contain;
  width: 40%;
  aspect-ratio: 782/645;
  position: absolute;
  top: 0;
  right: 0;
  translate: 0 -60%;
  z-index: var(--z-index-default);
}
@media screen and (max-width: 1079px) {
  .top_contact-tel::after {
    top: -10%;
    translate: 0 -100%;
  }
}
@media screen and (max-width: 767px) {
  .top_contact-tel::after {
    width: 50%;
    top: -80%;
  }
}

.top_contact-tel_inner {
  padding: 40px 0;
  border: 1px var(--text-accent-color02);
  border-style: solid none;
  display: flex;
  justify-content: center;
  gap: 64px;
}
@media screen and (max-width: 767px) {
  .top_contact-tel_inner {
    padding: 24px 0;
    flex-direction: column;
    gap: 24px;
  }
}

.top_contact-tel_text {
  color: var(--text-accent-color03);
  font-weight: bold;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .top_contact-tel_text {
    font-size: 1.8rem;
  }
}

.top_contact-tel_text::after {
  content: "";
  display: block;
  background: var(--text-accent-color03);
  width: 30px;
  height: 4px;
  left: 0;
  margin-top: 8px;
}

.top_contact-tel_number {
  font-weight: bold;
  font-size: 4rem;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_contact-tel_number {
    font-size: 2.4rem;
  }
}

.top_contact-tel_number::before {
  content: "";
  width: 3.5rem;
  aspect-ratio: 57/42;
  background: url(../img/tel.png) no-repeat center/cover;
  position: absolute;
  bottom: 0;
  left: -8px;
  translate: -100% -10%;
}
@media screen and (max-width: 767px) {
  .top_contact-tel_number::before {
    display: inline-block;
    position: static;
    left: 0;
    translate: 0;
    margin-right: 8px;
  }
}

.top_contact-tel_opening-hours {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .top_contact-tel_opening-hours {
    font-size: 13px;
    margin-left: calc(3.5rem + 8px);
  }
}

/************************************
** お問い合わせ
************************************/
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select,
.search-edit {
  padding: 11px;
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 100%;
  background: var(--white-color);
}

input {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

input[type="checkbox"] {
  scale: 1.3;
}

.spam1 {
  margin-right: 4px;
}

.wpcf7 {
  max-width: var(--content-width-xs);
  width: 80%;
  margin-inline: auto;
}

.inquiry {
  padding: 30px;
}

.inquiry .item-box {
  margin-bottom: 2em;
}

.inquiry .item-box .header-item,
.inquiry .item-box .item {
  margin-bottom: 4px;
}

.header-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header-item span {
  font-weight: bold;
}

.wpcf7-list-item {
  margin-bottom: 5px;
}

.button-tap label {
  background: #999;
  color: var(--white-color);
  padding: 5px 10px;
  border-radius: 5px;
}

span.haveto,
span.any {
  color: var(--white-color);
  font-size: 0.8em;
  padding: 1px 0;
  width: 48px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

span.haveto {
  background: #ff9800;
}

span.any {
  background: #03a9f4;
}

span.attension {
  font-size: 0.8em;
}

.inquiry-table td {
  background-color: var(--white-color);
  border: 1px solid #e6e6e6;
  padding: 20px;
}

.inquiry-table td .caption {
  line-height: 1.2;
  font-size: 14px;
  margin-top: 10px;
}

.back_button-wrap,
.submit-btn-wrap {
  margin-top: 1em;
  margin-inline: auto;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  min-width: 240px;

  color: var(--text-accent-color);
  position: relative;
  z-index: var(--z-index-default);
}

.submit-btn-wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--bg-color02);
  border-radius: 100vh;
  top: 0;
  left: 0;
  translate: 3px 3px;
  transition: 0.3s;
  z-index: var(--z-index-back);
}

@media (hover: hover) {
  .submit-btn-wrap:hover.submit-btn-wrap::before {
    translate: 0;
  }
}
.confirm_button,
.back_button,
input[type="submit"] {
  width: 280px;
  color: var(--text-accent-color);
  border: 1px solid var(--text-accent-color);
  border-radius: 100vh;
  padding: 12px 0;
  position: relative;
  z-index: var(--z-index-default);
  background: transparent;
}

@media screen and (max-width: 767px) {
  .wpcf7 {
    width: 100%;
  }
  .inquiry-table th,
  .inquiry-table td {
    padding: 10px;
  }

  input[type="submit"] {
    width: 100%;
  }
}
.confirm_area .wpcf7-spinner,
.wpcf7-spinner {
  display: none;
}

/*確認画面と完了画面を非表示*/
.confirm_area,
.thanks_area {
  display: none;
  padding-top: 64px;
  padding-bottom: 64px;
  max-width: var(--content-width-xs);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .confirm_area,
  .thanks_area {
    width: 80%;
  }
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output {
  display: none;
}

.confirm_button:disabled {
  cursor: not-allowed;
}

.confirm_area h2,
.thanks_area h2 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 1em;
}

.confirm_area p,
.thanks_area p {
  text-align: center;
  margin-bottom: 3em;
}

.confirm_area span {
  display: block;
  font-weight: bold;
  margin-bottom: 2em;
}

.back_button-wrap {
}

.back_button {
  font-size: 20px;
  background: var(--bg-color);
}

.back_button:hover {
  cursor: pointer;
}
