/* common - 基礎設定
-------------------------------------------------- */
body.page main {
  padding: 5rem 2rem;
}

.sub_ttl p::first-letter {
  text-transform: capitalize;
}
.sub_ttl span {
  font-size: 2.1rem;
}

.sub_visual_box {
  height: 360px;
}
.sub_visual_box .logo {
  margin-top: -10rem;
}


/* breadcrumb - パンくず
-------------------------------------------------- */
.breadcrumb_list {
  margin: 3rem auto;
  /* padding: 0 2rem; */
  max-width: 1080px;
  align-items: center;
}
.breadcrumb_list li, .breadcrumb_list li a {
  color: #8c6450;
}
.breadcrumb_list li:not(:last-child) {
  margin-right: 1.5rem;
}
.breadcrumb_list li:not(:last-child)::after {
  margin-left: 1.5rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: rgba( 128, 128, 128, 1 );
  content: '\f054';
}
.breadcrumb_list li:first-child::before {
  margin-right: 1rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f015';
}
.breadcrumb_list li::before {
  margin-right: 1rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f02d';
}

.breadcrumb_page_contact li:last-child::before {
  margin-right: 1rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f1d8';
}
.breadcrumb_session_list li:last-child::before {
  margin-right: 1rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f002';
}

.breadcrumb_page_list li:nth-child(2)::before {
  content: '\f15c';
}
.breadcrumb_error_list li:nth-child(2)::before {
  content: '\f071';
}
.breadcrumb_search_list li:nth-child(2)::before {
  content: '\f002';
}

.breadcrumb_single_list li:nth-child(3)::before {
  margin-right: 1rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f5ad';
}


/* お問い合わせ - contact
-------------------------------------------------- */
body.contact main {
  padding: 5rem 2rem;
}
body.contact main .list_contents {
  margin: 5rem auto;
}

body.contact main .page_content {
  margin: 0 auto;
  max-width: 980px;
}

.wpcf7 {
  margin: 5rem 0;
}

.contact_main {
  margin: 0 auto;
  max-width: 1080px;
}
.contact_main h2 {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  padding: 1rem;
  color: #8c6450;
  border-bottom: 1px dashed #8c6450;
}

.contact_main h2::before {
  margin-right: 1rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f303';
}
.contact_main h2.ttl_customer::before {
  content: '\f2bd';
}
.contact_main ::placeholder {
  color: rgba( 140, 100, 80, .6 );
  font-weight: bold;
}
.contact_main p input, .contact_main p textarea {
  padding: 1rem;
  width: 100%;
  border: none;
  border-bottom: 1px solid #333;
  background: rgba( 140, 100, 80, .1 );
  transition: all ease .6s;
}
.contact_main dd input:focus,
.contact_main dd textarea:focus {
  outline: 0;
  background: rgba( 248, 169, 164, .1 );
}

.wpcf7-form-control-wrap {
  position: static;
}
.wpcf7-spinner {
  display: block;
  margin: 2rem auto 0;
}
.wpcf7-response-output {
  margin: 0 auto !important;
  width: fit-content;
  color: #fff;
  background-color: #46b450;
  border-radius: 50vh;
  text-align: center;
}
.wpcf7 form.invalid .wpcf7-response-output {
  background-color: #ffb900;
}

.btn_submit {
  cursor: pointer;
  padding: 1rem;
  width: 100%;
  border: none;
  border-radius: 50vh;
  font-weight: bold;
  color: #fff;
  background-color: #8c6450;
  letter-spacing: .1em;
  transition: all ease .6s;
}
.btn_submit:hover {
  background-color: #f8a9a4;
}

.contact_form_info {
  display: flex;
  flex-wrap: wrap;
}
.contact_form_info dt, .contact_form_info dd {
  width: 100%;
}
.contact_form_info dt {
  display: flex;
  align-items: center;
  margin: 2rem 0 1rem;
  font-size: 1.6rem;
}
.contact_form_info dt:first-of-type {
  margin-top: 0;
}
.contact_form_info dt span {
  display: inline-flex;
  margin-right: 1rem;
  padding: 0 1rem;
  font-size: 1.2rem;
  color: #fff;
  background: red;
  border-radius: 50vh;
}
.contact_form_info dt span.for_option {
  background: #2e8b57;
}
.contact_form_info dd input, .contact_form_info dd textarea {
  padding: 1rem;
  width: 100%;
  border: none;
  border-bottom: 1px solid #333;
  background: rgba( 140, 100, 80, .1 );
  transition: all ease .6s;
}
.contact_form_info dd input[type=number] {
  max-width: 200px;
}
.contact_form_info.for_apply dd p,
.contact_form_info dd.h-adr p {
  margin-bottom: 1rem;
}
.contact_form_info dd:last-of-type {
  margin-bottom: 5rem;
}

.contact_form_info dd small {
  font-size: 1.4rem;
  color: rgba( 128, 128, 128, 1 );
}


.contact_form_info dd input[type='radio'],
.contact_form_info dd input[type='checkbox'] {
  display: none;
}
.contact_form_info .check_radio {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact_form_info .check_radio span.wpcf7-list-item,
.contact_form_info .check_trip span.wpcf7-list-item,
.privacy_check span.wpcf7-list-item {
  display: inline-block;
  margin-left: 0;
  flex: 1;
  overflow: hidden;
  background-color: rgba( 211, 211, 211, 1 );
  transition: all ease .6s;
}
.contact_form_info .check_trip span.wpcf7-list-item,
.privacy_check span.wpcf7-list-item {
  width: 360px;
  border-radius: 10px;
}
.contact_form_info .check_radio span.wpcf7-list-item.first {
  border-radius: 10px 0 0 10px;
}
.contact_form_info .check_radio span.wpcf7-list-item.last {
  border-radius: 0 10px 10px 0;
}
.contact_form_info .check_radio span.wpcf7-list-item.first.last {
  border-radius: 10px;
}
.contact_form_info .check_radio span.wpcf7-list-item span.wpcf7-list-item-label,
.contact_form_info .check_trip span.wpcf7-list-item span.wpcf7-list-item-label,
.privacy_check span.wpcf7-list-item span.wpcf7-list-item-label {
  display: inline-block;
  padding: 1rem;
  width: 100%;
  text-align: center;
  color: rgba( 136, 136, 136, 1 );
  cursor: pointer;
}
.contact_form_info .check_radio span.wpcf7-list-item span.wpcf7-list-item-label::before,
.contact_form_info .check_trip span.wpcf7-list-item span.wpcf7-list-item-label::before,
.privacy_check span.wpcf7-list-item span.wpcf7-list-item-label::before {
  content: '\f00c';
  margin-right: 1rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.contact_form_info .is_lock .check_radio span.wpcf7-list-item span.wpcf7-list-item-label::before {
  content: '\f023';
}
.contact_form_info .menu_check_ttl.is_lock, .contact_form_info .menu_check_ttl.is_lock + dd {
  display: none;
}

.contact_form_info .check_radio input[type='radio']:checked + span.wpcf7-list-item-label,
.contact_form_info .check_trip input[type='checkbox']:checked + span.wpcf7-list-item-label,
.privacy_check input[type='checkbox']:checked + span.wpcf7-list-item-label {
  color: #fff;
  background-color: #8c6450;
}

.other_course .check_radio span.wpcf7-list-item.last,
.salon_location .check_radio span.wpcf7-list-item.last {
  border-radius: 10px;
}

.hypno_course, .counseling_course, .other_course { display: none; }
.hypno_course.is_active, .counseling_course.is_active, .other_course.is_active { display: block; }
.request_trip { display: none !important; }
.request_trip.is_active {
  display: block !important;
}

.privacy_check {
  margin: 0 0 5rem;
  text-align: center;
}
.privacy_check .wpcf7-form-control-wrap {
  display: block;
  margin-top: 1.5rem;
}
.privacy_check a {
  color: #8c6450;
  text-decoration: underline;
}
.privacy_check input[type='checkbox'] {
  display: none;
}



/* 個人情報保護方針 - privacypolicy
-------------------------------------------------- */
body.privacy-policy .main_ttl {
  margin-bottom: 5rem;
}
body.privacy-policy .box {
  margin: 0 auto;
  max-width: 1080px;
}
body.privacy-policy .txt {
  padding: 2rem;
  line-height: 1.75;
}
body.privacy-policy .num_list {
  padding: 2rem 2rem 2rem 7.5rem;
}
body.privacy-policy .num_list > li:not(:last-child) {
  margin-bottom: .5rem;
}
.chapter_ttl {
  position: relative;
  margin: 5rem auto 2rem;
  padding: 1rem;
  max-width: 1080px;
  letter-spacing: .025em;
  border-bottom: 1px dashed #777;
}

/* 404 - notfound
-------------------------------------------------- */
body.error404 main {
  margin: 0 auto;
  padding: 5rem 2rem;
  max-width: 1280px;
}
