@charset "UTF-8";
/*===================================
	CONTACT
=====================================*/
.sm_wrap {
  margin: auto;
  background-color: transparent;
  overflow: hidden;
  max-width: 1000px;
}
@media screen and (max-width: 950px) {
  .sm_wrap {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .sm_wrap {
    max-width: 100%;
  }
}

.header {
  max-width: none;
}

ul {
  list-style: none;
}

section {
  margin-top: 60px;
}

.section_ttl {
  font-size: 2rem;
  color: #fff;
  text-align: center;
  background: #517289;
  padding: 0.5em 1em;
  margin-bottom: 30px;
}
.section_ttl.font_ja {
  font-size: 1.8rem;
}

.footer {
  background-color: transparent;
}

main {
  background: #fff;
  padding: 90px 5% 120px;
}
main > .inner {
  width: 100%;
  max-width: 700px;
  margin: auto;
  padding: 0;
}

/* page_ttl
-------------------------------------*/
.page_ttl {
  text-align: center;
}
.page_ttl h1 {
  position: relative;
  font-size: 3.6rem;
  line-height: 1.4;
  margin-bottom: 35px;
  padding-bottom: 0.75em;
}
@media screen and (max-width: 600px) {
  .page_ttl h1 {
    font-size: 2.6rem;
  }
}
.page_ttl h1::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 42px;
  height: 2px;
  background: #000;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page_ttl a {
  position: relative;
  display: block;
  font-size: 2.2rem;
  color: #fff;
  text-align: center;
  font-weight: 600;
  width: 280px;
  background-color: #517289;
  border-radius: 50px;
  margin: 50px auto 0;
  padding: 20px 50px;
  overflow: hidden;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page_ttl a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 950px) {
  .page_ttl a {
    max-width: 280px;
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .page_ttl a {
    font-size: 1.8rem;
    width: 90%;
  }
}
.page_ttl a.ja {
  font-family: "source-han-sans-japanese", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .page_ttl a.ja {
    font-size: 1.6rem;
  }
}

/* page_intro
-------------------------------------*/
.page_intro {
  margin-top: 60px;
}
.page_intro ul li {
  position: relative;
  padding-left: 1em;
}
.page_intro ul li::before {
  content: "*";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.page_intro ul li:not(:first-child) {
  margin-top: 0.5em;
}
.page_intro.font_ja2 ul li {
  padding-left: 1.25em;
}
.page_intro.font_ja2 ul li::before {
  content: "※";
}

/* page_service
-------------------------------------*/
.page_service ul {
  padding: 0 5%;
}
.page_service ul li {
  position: relative;
  padding-left: 1.25em;
}
.page_service ul li::before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.page_service ul li:not(:first-child) {
  margin-top: 0.5em;
}

/* page_howto
-------------------------------------*/
.page_howto ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  padding: 0 5%;
}
@media screen and (max-width: 600px) {
  .page_howto ul {
    gap: 30px;
    padding: 0;
  }
}
.page_howto ul li {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 3;
  grid-row: span 3;
  gap: 15px 0;
  color: #517289;
}
.page_howto ul li:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -30px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #517289;
  border-right: 2px solid #517289;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 600px) {
  .page_howto ul li:not(:first-child)::before {
    left: -15px;
  }
}
.page_howto ul li .num {
  font-size: 2.7rem;
  font-weight: 600;
  text-align: center;
}
.page_howto ul li .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.page_howto ul li .icon img {
  margin: auto;
}
.page_howto ul li .icon.--mail img {
  width: 47px;
  aspect-ratio: 47/36;
}
.page_howto ul li .icon.--confirmation img {
  width: 40px;
  aspect-ratio: 40/46;
}
.page_howto ul li .icon.--reservation img {
  width: 50px;
  aspect-ratio: 50/39;
}
.page_howto ul li .txt {
  text-align: center;
}
@media screen and (max-width: 600px) {
  .page_howto ul li .txt {
    font-size: 1.4rem;
  }
}

/* page_form
-------------------------------------*/
.page_form .form_intro {
  text-align: center;
}
.page_form .form_wrap table.form_table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  margin: 20px auto 40px;
}
@media screen and (max-width: 600px) {
  .page_form .form_wrap table.form_table {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.page_form .form_wrap table.form_table th, .page_form .form_wrap table.form_table td {
  font-size: 1.5rem;
  color: #6f6f6f;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .page_form .form_wrap table.form_table th, .page_form .form_wrap table.form_table td {
    display: block;
    width: 100%;
  }
}
.page_form .form_wrap table.form_table th {
  vertical-align: top;
  text-align: left;
  padding: 20px 10px;
}
@media screen and (min-width: 768px) {
  .page_form .form_wrap table.form_table th {
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .page_form .form_wrap table.form_table th {
    padding-bottom: 0;
  }
}
.page_form .form_wrap table.form_table input, .page_form .form_wrap table.form_table textarea {
  font-size: 1.6rem;
  font-weight: 400;
  border: none;
  background-color: #eeeeee;
  border-radius: 0;
  width: 100%;
  padding: 10px;
  outline: none;
}
.page_form .form_wrap table.form_table input::-webkit-input-placeholder, .page_form .form_wrap table.form_table textarea::-webkit-input-placeholder {
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
}
.page_form .form_wrap table.form_table input::-moz-placeholder, .page_form .form_wrap table.form_table textarea::-moz-placeholder {
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
}
.page_form .form_wrap table.form_table input:-ms-input-placeholder, .page_form .form_wrap table.form_table textarea:-ms-input-placeholder {
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
}
.page_form .form_wrap table.form_table input::-ms-input-placeholder, .page_form .form_wrap table.form_table textarea::-ms-input-placeholder {
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
}
.page_form .form_wrap table.form_table input::placeholder, .page_form .form_wrap table.form_table textarea::placeholder {
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
}
.page_form .form_wrap table.form_table input.size-s, .page_form .form_wrap table.form_table textarea.size-s {
  max-width: 80px;
}
.page_form .form_wrap table.form_table .required {
  color: #517289;
}
.page_form .form_wrap table.form_table .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.page_form .form_wrap table.form_table .date {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_form .form_wrap table.form_table .date .date_item {
  position: relative;
  width: calc((100% - 50px) / 2);
}
.page_form .form_wrap table.form_table .date .date_item::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 1em;
  aspect-ratio: 1/1;
  background-image: url(../img/contact/icon_calendar.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page_form .form_wrap table.form_table .num_people .num_people__ttl {
  width: 80px;
  padding: 10px 0;
}
.page_form .form_wrap table.form_table .num_people .num_people__ttl.ja {
  width: 60px;
}
.page_form .form_wrap table.form_table .num_people .breakdown {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .page_form .form_wrap table.form_table .num_people .breakdown > .flexbox {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
.page_form .form_wrap table.form_table .checkbox_list li {
  display: block;
}
.page_form .form_wrap table.form_table .checkbox_list li:not(:first-child) {
  margin-top: 0.5em;
}
.page_form .form_wrap table.form_table .checkbox_list li input[type=checkbox] {
  display: none;
}
.page_form .form_wrap table.form_table .checkbox_list li input[type=checkbox] + span.label {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
}
.page_form .form_wrap table.form_table .checkbox_list li input[type=checkbox] + span.label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  background: #ffffff;
  border: 1px solid #eeeeee;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page_form .form_wrap table.form_table .checkbox_list li input[type=checkbox]:checked + span.label::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  left: 3px;
  width: 12px;
  height: 8px;
  border-left: 2px solid #517289;
  border-bottom: 2px solid #517289;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.page_form .form_wrap .form_btn {
  margin-top: 80px;
}
@media screen and (max-width: 600px) {
  .page_form .form_wrap .form_btn {
    margin-top: 40px;
  }
}
.page_form .form_wrap .form_btn .btn-submit {
  position: relative;
  display: block;
  width: 280px;
  background-color: #517289;
  border-radius: 50px;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page_form .form_wrap .form_btn .btn-submit:hover {
  opacity: 0.7;
}
@media screen and (max-width: 950px) {
  .page_form .form_wrap .form_btn .btn-submit {
    max-width: 280px;
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .page_form .form_wrap .form_btn .btn-submit {
    width: 90%;
  }
}
.page_form .form_wrap .form_btn .btn-submit .wpcf7-spinner {
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
}
.page_form .form_wrap .form_btn .btn-submit input[type=submit] {
  position: relative;
  display: block;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.05em;
  width: 100%;
  background-color: inherit;
  border-style: none;
  border-radius: 0;
  margin: 0;
  padding: 20px 50px;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .page_form .form_wrap .form_btn .btn-submit input[type=submit] {
    font-size: 1.6rem;
  }
}
.page_form .form_wrap .form_btn .btn-submit input[type=submit]:disabled {
  cursor: auto;
}
.page_form .form_wrap .form_btn .btn-submit.ja input[type=submit] {
  font-family: "source-han-sans-japanese", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.page_form .form_note {
  width: 100%;
  max-width: 600px;
  margin: 30px auto 0;
}
.page_form .form_note p {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #6f6f6f;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .page_form .form_note p {
    font-size: 1.2rem;
  }
}