@charset "utf-8";
/* ============================================
   #contact - 基本スタイル
   ============================================ */

#contact {
  color: #606060;
  font-family: 'YakuHanJPs', YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  font-size: 16px;
  margin: auto;
  width: 940px;
}

#contact,
#contact p {
  line-height: 1.6;
}

#contact h2 {
  font-weight: 700;
  line-height: 1.2;
}

#contact dl {
  float: none;
}
/* ============================================
   .btn_inquiry - お問い合わせボタン
   ============================================ */

.btn_inquiry {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.btn_inquiry a {
  background-color: #bca06b;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  margin: auto;
  padding: 15px 0 14px;
  text-decoration: none;
  transition: opacity 1s cubic-bezier(.19, 1, .22, 1);
  width: 300px;
}

.btn_inquiry a:hover {
  opacity: .7;
}

.btn_inquiry a span {
  display: inline-block;
  line-height: 1.4;
  padding-right: 12px;
  position: relative;
}

.btn_inquiry a span,
.btn_inquiry a .btn_inquiry__text:before {
  transition: transform 1s cubic-bezier(.19, 1, .22, 1);
}

.btn_inquiry a:hover .btn_inquiry__text {
  transform: scale(1.1);
}

.btn_inquiry a .btn_inquiry__text:before {
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  bottom: 0;
  content: '';
  height: 5px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(45deg);
  vertical-align: middle;
  width: 5px;
}

.btn_inquiry__text_size_small {
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 0;
  margin-right: -12px;
  padding-right: 0 !important;
  padding-top: 8px !important;
}

.btn_inquiry_size_large {
  width: 100%;
}

.btn_inquiry_size_large a {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 100%;
}

.btn_inquiry_size_large a .btn_inquiry__text:before {
  display: none;
}

.btn_inquiry_size_large a:before {
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  bottom: 0;
  content: '';
  height: 5px;
  position: absolute;
  right: 16px;
  top: 34px;
  transform: rotate(45deg);
  vertical-align: middle;
  width: 5px;
}

.sec_other .btn_inquiry_size_large {
  max-width: 300px;
}
/* ============================================
   .mv - メインビジュアル
   ============================================ */

.mv {
  margin: 96px 0 80px;
  text-align: center;
}

.mv h1 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}
/* ============================================
   .sec_faq - FAQセクション
   ============================================ */

.sec_faq {
  background: #f4f4f4;
  margin-bottom: 80px;
  padding: 68px 80px 60px;
  text-align: center;
}

.sec_faq h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 0;
}

.sec_faq .txt_faq {
  margin-bottom: 20px;
}
/* ============================================
   .sec_closed - 休業のお知らせ
   ============================================ */

.sec_closed {
  border-bottom: solid 1px #dedede;
  margin-bottom: 100px;
  padding-bottom: 39px;
  position: relative;
  text-align: center;
}

.sec_closed:after {
  background-color: #dedede;
  bottom: 3px;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

.sec_closed h2 {
  align-items: center;
  display: flex;
  font-size: 24px;
  margin-bottom: 30px;
}

.sec_closed h2.txt_tanshuku {
  margin-bottom: 5px;
}

.sec_closed h2:before,
.sec_closed h2:after {
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  content: '';
  flex-grow: 1;
  height: 3px;
}

.sec_closed h2:before {
  margin-right: 2rem;
}

.sec_closed h2:after {
  margin-left: 2rem;
}

.sec_closed h2 span:before {
  left: 100%;
}

.sec_closed h2 span:after {
  right: 100%;
}

.sec_closed.sec_corona_tel h2,
.sec_closed.sec_corona_tel p {
  color: #fe0000;
}

.sec_closed.sec_corona_tel h2 {
  font-size: 17px;
}

.txt_closed,
.txt_closed_day {
  margin-bottom: 20px;
}

.txt_closed_day strong {
  font-weight: 700;
}
/* ============================================
   .sec_howto_inquiry - お問い合わせ方法
   ============================================ */

.sec_howto_inquiry {
  display: block;
  margin-bottom: 80px;
}

#contact .sec_howto_inquiry .flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.sec_howto_inquiry h2 {
  margin: 0 0 35px;
  padding: 0;
  text-align: center;
}

#contact .sec_howto_inquiry h2 img {
  display: block;
  height: auto;
  margin: 0 auto 20px;
  width: 100px;
}

.sec_howto_inquiry h2 span {
  display: block;
}

.sec_howto_inquiry h2 .ttl_jp {
  font-size: 24px;
  margin-bottom: 10px;
}

.sec_howto_inquiry h2 .ttl_en {
  font-family: 'PT Serif', serif;
  font-size: 12px;
}
/* ============================================
   .txt_reception - 受付時間
   ============================================ */

.txt_reception {
  margin-bottom: 16px;
  text-align: center;
}

.txt_reception_wrapper {
  margin-top: 32px;
}

.sec_tel .txt_reception.txt_notice {
  text-align: left;
}
/* ============================================
   .sec_action - アクションセクション
   ============================================ */

.sec_action {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 32px;
}

.sec_action_type_buttons {
  display: grid;
  grid-template-areas: "brand brand" "online beauty";
  grid-template-columns: repeat(2, 1fr);
}

.sec_action_type_buttons .btn_inquiry_type_brand {
  grid-area: brand;
  max-width: 462px;
  margin: 0 auto;
}

.sec_action_type_buttons .btn_inquiry_type_online {
  grid-area: online;
}

.sec_action_type_buttons .btn_inquiry_type_beauty {
  grid-area: beauty;
}
/* ============================================
   .txt_kuukids_link - クーキッズリンク
   ============================================ */

#contact .txt_kuukids_link {
  font-size: 13px;
  margin-bottom: .7em;
  margin-top: .5em;
  text-align: center;
}

#contact .txt_kuukids_link .link_txt_kuukids_link {
  font-size: 85%;
}

#contact .txt_kuukids_link a {
  align-items: center;
  color: #bca06b;
  display: flex;
  justify-content: center;
}
/* ============================================
   .txt_notice - 注意書き
   ============================================ */

#contact .txt_notice {
  font-size: 10px;
  line-height: 1.6;
  margin-top: 30px;
  text-align: center;
}
/* ============================================
   .txt_tel - 電話番号
   ============================================ */

#contact .txt_tel,
#contact .txt_tel a {
  color: #bca06b;
}

#contact .txt_tel {
  font-size: 45px;
  line-height: 1.6;
  text-align: center;
}

.txt_tel .icon_tel {
  background: url('../images/icon_freedial.png') left center /47px auto no-repeat;
  display: inline-block;
  font-weight: 700;
  padding-left: 60px;
  white-space: nowrap;
}

.link_tel {
  display: none;
}
/* ============================================
   .sec_notice - お知らせセクション
   ============================================ */

.sec_notice {
  border: 1px solid #dedede;
  padding: 24px;
}

#contact .sec_notice {
  margin-top: 32px;
}

#contact .sec_notice dt {
  float: none;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}

#contact .sec_notice dd {
  font-size: 11px;
  margin-bottom: 0;
}

#contact .sec_notice ul {
  margin-left: 0;
}

#contact .sec_notice ul li {
  line-height: 1.36;
  list-style: none;
  padding: 0;
}

#contact .sec_notice ul li:not(:last-child) {
  margin-bottom: 4px;
}

#contact .sec_notice.scroll {
  box-sizing: border-box;
  overflow: auto;
}

#contact .sec_notice.scroll::-webkit-scrollbar {
  width: 6px;
}

#contact .sec_notice.scroll::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-radius: 100px;
}

#contact .sec_notice.scroll::-webkit-scrollbar-thumb {
  background-color: #dddddd;
  border-radius: 100px;
}
/* ============================================
   その他 - 汎用スタイル
   ============================================ */

section:not(:first-child) {
  margin-top: 80px;
}
