/*
Theme Name: WELINA-WAXING
Author: yamna
*/
@charset "UTF-8";
/*================================================
  共通
==================================================*/
.lower_sub_box h2 span {
  margin-top: 5px;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .lower_sub_box h2 span::after,
.lower_sub_box h2 span::before {
  content: "";
  border-bottom: 1px solid;
  width: 30px;
}

.lower_sub_box h2 span::after {
  margin-left: 22px;
}

.lower_sub_box h2 span::before {
  margin-right: 22px;
} */

.contact_box {
  margin: 65px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact_box div.img_box {
  width: 40%;
  margin-top: 0;
}

.contact_box div.txt_box {
  width: 60%;
  padding: 0 30px;
}

.contact_box div.txt_box p {
  font-size: 16px;
  margin-bottom: 12px;
}

.contact_box div.txt_box .contact_mail_box {
  display: flex;
  align-items: center;
  position: relative;
  margin: 2px 0 0 37px;
  text-decoration: underline;
  font-size: 14px;
}

.contact_box div.txt_box .border_none {
  text-decoration: none;
}

.contact_box div.txt_box .contact_mail_box img{
  width: 22px;
  padding: 0;
  position: absolute;
  top: 3px;
  left: -33px;
}

.contact_box div.txt_box .line_box img{
  width: 29px;
  top: -2px;
  left: -36px;
}


.faq_content {
  margin: 65px auto;
}

.accordion-content {
  display: none;
}

.accordion-header {
  background-color: #FFF;
  padding: 12px 45px 10px 20px;
  margin: 10px 0 0;
  transition: background .3s ease;
  cursor: pointer;
  position: relative;
  font-size: 15px;
  border-bottom: 1px solid;
}

.accordion-header::before,
.accordion-header::after {
  position:absolute;
  content:'';
  top:1px;
  right:20px;
  bottom:0;
  width:12px;
  height:2px;
  margin:auto;
  background:#151E2F;
}

.accordion-header::after {
  transform:rotate(-90deg);
  transition:transform 0.3s;
}

.accordion-header.active::after {
  transform:rotate(0deg);
}

.accordion-content {
  background-color: #FFF;
  padding: 10px 40px 10px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 24px;
}

.accordion-header span {
  padding-left: 32px;
  position: relative;
}

.accordion-content span {
  position: relative; 
}

.accordion-header span::before{
  position: absolute;
  content:"Q";
  top: -7px;
  left: 3px;
  color: #151E2F;
  font-size: 19px;
  font-family: "kudryashev-d-excontrast", sans-serif;
}

/* hover */
.accordion-header:hover {
  background-color: #F2F2F2;
}


body {
  width:100%;
  min-width:100%;
  /* background: #f9f7f2 url("./images/bg.png") center repeat; */
  color: #000;
  color: #2e2d2b;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 2px;
}

.top_img_box {
  width:100%;
  text-align:center;
}

.top_img_box img {
  width:100%;
}

.top_title h1 {
  font-size:4rem;
}

.lower_content {
  width:90%;
  margin: 150px auto 80px;
}

.lower_container {
  width: 90%;
  padding: 10px;
  margin: 30px auto;
  font-size:21px;
}

.grid_box {
  display:grid;
}

.clm_grid_box {
  display:flex;
}

.color_red {
  color:#ff6161;
}

.a_link_border {
  text-decoration: underline;
}

.fam_italic {
  font-style: italic;
}

/*================================================
  読み込み画面
==================================================*/
.loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loaded {
  opacity: 0;
	visibility: hidden;
}

.loader_content {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: 
    radial-gradient(farthest-side,#a8a8a8 94%,#0000) top/8px 8px no-repeat,
    conic-gradient(#0000 30%,#a8a8a8);
  -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
  animation: l13 2s infinite linear;
}

@keyframes l13{ 
  100%{transform: rotate(1turn)}
}

/*================================================
  ボタン
==================================================*/
button {
  width: auto;
  margin: 0 12px;
  padding: 1rem 2.3rem;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 7px;
  background: none;
  z-index: 1;
  min-width: 15rem;
  border: 1px solid;
  white-space: nowrap;
  border-radius: 8rem;
  transition: color .25s;
  position: relative;
  overflow: hidden;
}

/*================================================
  ヘッダー
==================================================*/
/* ヘッダー固定 */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 100;
}

.box_header {
  position:relative;
  background: #fff;
}

.disp_sp {
  display:none;
}

.box_header_logo {
  width:100%;
  padding:35px 45px 20px;
  margin:auto;
  text-align:center;
}

.box_header_logo img {
  width:320px;
}

/* ハンバーガーメニューのボタン */
.sp-menu_box {
  position: fixed;
  top: 0;
  right: 0;
  /* 中の要素を上下中央寄せ */
  display: flex;
  justify-content: center;
  align-items: center;
  /* サイズ指定 */
  height: 150px;
  width: 100px;
  /* 最前面にする */
  z-index: 100;
  /* background-color: #3584bb; */
}

.sp-menu_box span,
.sp-menu_box span:before,
.sp-menu_box span:after {
  content: "";
  /* ３本線のサイズと色を指定 */
  display: block;
  height: 1px;
  width: 40px;
  border-radius: 3px;
  background-color: #6d6d6d;
  /* 3本線の位置は絶対位置で指定 */
  position: absolute;
}

.sp-menu_box span:before {
  bottom: 11px;
}

.sp-menu_box span:after {
  top: 11px;
}

#sp-menu_check {
  display: none;
}

/* checkbox チェックがON */
#sp-menu_check:checked ~ .sp-menu_box span {
  background: rgba(255, 255, 255, 0);
}

/* 上の線 */
#sp-menu_check:checked ~ .sp-menu_box span:before {
  bottom: 0;
  transform: rotate(45deg);
}

/* 下の線 */
#sp-menu_check:checked ~ .sp-menu_box span:after {
  top: 0;
  transform: rotate(-45deg);
}

.sp-menu_content {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 100%;
  z-index: 90;
  background-color: #fffffa;

  /* 右端からゆっくり移動 */
  transition: all 1s; 
}

.sp-menu_list {
  width: 80%;
  margin: auto;
  padding: 140px 70px 0;
  display: grid;
  row-gap: 40px;
  font-size: 18px;
  letter-spacing: 5px;
}

.sp-menu_list li {
  padding-bottom: 20px;
  border-bottom: 1px solid #b6b6b6;
}

#sp-menu_check:checked ~ .sp-menu_content {
  left: 0;
}

.welina_icon_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.welina_icon_box img {
  width: 150px;
  height: 150px;
  margin: 5px 30px;
}

.header_flex_sub {
  width: 50%;
  display: flex;
  justify-content: center;
  text-align: center;
}

.header_flex_sub button {
  min-width: 12rem;
}





/*================================================
  フッター
==================================================*/
.box_footer {
  position: relative;
  /* min-width: 1080px; */
  min-width: 100%;
  padding: 40px 0px 65px;
  /* background-color: #fffaf0; */
  background-image: url('../images/bg.png');
}

.footer_img_box {
  width: 80%;
  margin: auto;
  text-align: center;
  padding: 10px 35px 25px;
}

.footer_img_box img {
  width:300px;
}

.footer_main_box {
  display: flex;
  justify-content: space-around;
  width: 75%;
  margin: 30px auto 0;
}

.footer_ad_box {
  width: 55%;
  padding-left: 70px;
  font-size: 15px;
  opacity: 0.8;
  line-height: 40px;
}

.footer_ad_box p:first-child {
  padding-bottom: 3px;
}

.footer_ad_box p:nth-child(2) {
  padding-left: 6px;
  line-height: 24px;
  padding-bottom: 8px;
}

.footer_ad_box p:nth-child(2) span {
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 3px;
}

.footer_ad_box p:nth-child(2) span:before {
  content: "";
  border-left: 3px solid #6a6a6a;
  height: 15px;
  margin-right: 6px;
}

.footer_ad_box button {
  padding: 1px 16px;
  letter-spacing: 2px;
  min-width: 4rem;
}

.footer_insta_box {
  text-align: center;
  font-size: 11px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_insta_box span {
  display: inline-block;
  line-height: 18px;
  padding-left: 5px;
  font-size: 13px;
}

/* 縦並びの場合 */
.footer_grid_box {
  width: 50%;
  margin: auto;
  justify-content: space-around;
  padding-left: 90px;
}

/* 横並びの場合 */
/* .footer_grid_box {
  width: 90%;
  display: flex;
  flex-wrap: nowrap;
  margin: auto;
  justify-content: space-around;
  text-align:center;
} */

.footer_grid_box p {
  letter-spacing:3px;
  /* min-width:180px; 横並びの場合 */
  padding-bottom:25px;
}

#copyright {
  width: 100%;
  font-size: 0.75em;
  font-size: 13px;
  font-weight: 300;
  padding: 60px 0px 0px;
  margin: 0px;
  text-align: center;
  letter-spacing:2px;
}

.open_day {
  width: 25%;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 0 18px;
  font-size: 20px;
  line-height: 26px;
  margin-left: 35%;
}

.open_day .time_box span {
  display: flex;
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 3px;
}

.open_day .time_box .time_span {
  position: relative;
}

.open_day .time_box .font_min {
  font-size: 14px;
}

.open_day .time_box .open_time {
  position: absolute;
  left: 61px;
  top: -3px;
}
.open_day .time_box .last_time {
  position: absolute;
  left: 53px;
  top: -3px;
}



/*================================================
  トップ画面
==================================================*/
/* トップ写真 */
.img_box {
  width: 85%;
  margin: 130px auto 0;
}

.square_img {
  display: grid;
  gap: calc(6% / 3);
  grid-template-columns: calc(94% / 3) calc(94% / 3) calc(94% / 3);
  margin-bottom: 15px;
}

.not_square_img {
  display: grid;
  gap: calc(3% / 3);
  grid-template-columns: calc(97% / 3) calc(97% / 3) calc(97% / 3);
  /* grid-template-rows: 72%; */
  align-items: center;
}

.img_box img {
  /* margin: 8px auto; */
}

.grid-item {
  width:100%;
  /* height:100%; */
  object-fit:cover;
  object-position:center;
}

.top_txt {
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 8px;
  padding: 120px 0 50px;
}

.top_btn_box {
  text-align: center;
  margin: 0 0 100px;
}

/*================================================
  about WELINA-WAXING画面
==================================================*/
.inner_top_logo {
  width: 70%;
  margin: auto;
  text-align: center;
}

.inner_top_logo img {
  width: 150px;
}

.about_top {
  width:100%;
  text-align:center;
  position:relative;
  margin-bottom:50px
}

.about_top img {
  width:80%
}

.clm_grid_box {
  display: flex;
  flex-wrap: wrap;
  justify-content:  space-evenly;
  text-align: center;
  row-gap: 38px;
  margin-bottom:85px;
}

.clm_grid_box p {
  width: 170px;
  font-size: 18px;
  letter-spacing: 1px;
}

.clm_grid_box p:hover {
  opacity:0.6;
}

/* 想い(いい女は眉美人) */
.about_title {
  font-size: 2.5rem;
  margin: 100px auto 8px;
  letter-spacing: 2px;
  text-align: center;
}

.about_top_box .comment_grid {
  margin-top: 30px;
}

.comment_box {
  width: 90%;
  text-align: center;
  margin: 0 auto 150px;
}

.comment_box h3 {
  font-size: 2.5rem;
  padding: 25px 0px 45px;
}

.comment_box h5 {
  font-size: 1.4rem;
  padding: 15px 0px 25px;
}

.comment_grid {
  display: grid;
  row-gap: 1.7rem;
  padding-bottom: 50px;
  line-height:27px;
}

.top_nav a:hover {
  opacity:0.6;
}

.border_btm {
  border-bottom: 1px solid;
}

.disp_sp {
  display: none;
}

.disp_none {
  display: none;
}

.spa_title_box {
  position: relative;
  text-align: right;
  margin-right: 10px;
}

.spa_title_box img {
  width: 69%;
}

.spa_title_box h3 {
  text-align: left;
  position: absolute;
  top: 110px;
  left: 14px;
}

.pro_last_p {
  width: 90%;
  margin: auto;
  text-align: left;
  padding-top: 60px;
}

.dabab_img_box {
  margin: 25px 0 18px;
  column-gap: 12px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.dabab_img_box img {
  width: calc((100% / 2) - 10px);
}

.dabab_img_box img:last-child {
  /* margin-bottom: 25px;
  position: absolute;
  right: 0; */
}

.about_btm {
  padding: 32px 0 80px;
  width: 60%;
  margin: auto;
  text-align: center;
  position: relative;
}

.about_btm button {
  width: 92%;
  padding: 10px;
  letter-spacing: 5px;
  /* border: none; */
  border-bottom: 1px solid;
}

.about_btm img {
  width: 45%;
}

.main_top img {
  width: 60%;
}

.top_nav {
  display: flex;
  justify-content: space-evenly;
  font-size: 1.2rem;
  width: 75%;
  margin: 0px auto 40px;
  text-align: center;
  align-items: center;
  letter-spacing: 1px;
  padding-top: 20px;
}

.top_nav p {
  width: calc(100% / 3);
}

.top_txt {
  width: 60%;
  margin: 80px auto 120px;
  padding: 7px 0 10px;
  font-size: 1rem;
  letter-spacing: 1px;
  /* 下のボーダーは他の色と違う */
  border: 1px solid #dddddd;
}

.top_dotted {
  /* 下のボーダーは他の色と違う */
  border-bottom: 1px dotted #dddddd;
  margin: 0 10px;
  padding: 28px 0 40px;
  display: grid;
  row-gap: 23px;
}

.top_txt p:last-child {
  padding-top: 30px;
}

.sub_top_title {
  width: 80%;
  margin: 50px auto 120px;
  padding-top: 40px;
}

.sub_top_title h3 {
  font-size: 3rem;
  letter-spacing: 10px;
}

.sub_top_title .sub_txt {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  padding-top: 15px;
}

.sub_top_title .sub_txt:before {
  content: "";
  width: 25px;
  margin-right: 9px;
  border-bottom:1px solid #b6b6b6;
}



/* Q & A */
.qa_nav {
  display: grid;
  row-gap: 1.5rem;
  font-size: 0.95rem;
  margin: 25px 0 80px;
}

.qa_nav p {
  display: flex;
  align-items: center;
}

.qa_nav p:before {
  content: "";
  width: 30px;
  border-bottom: 1px solid #b6b6b6;
  margin-right: 20px;
}

.qa_nav br {
  display: none;
}

.qa_sub_box {
  position: relative;
  width: 95%;
  margin: 72px auto;
}

.qa_sub_title {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 10px;
  padding: 17px 8px;
  border: 1px solid #6a6a6a;
  /* border-radius: 30px; */
}

.sub_top_title {
  width: 87%;
  margin: 50px auto 30px;
  padding-top: 0px;
}

.sub_top_title h3 {
  font-size: 2.1rem;
  letter-spacing: 4px;
}

.sub_top_title .sub_txt {
  font-size: 18px;
  line-height: 40px;
  padding-top: 0;
}

.sub_top_title .sub_txt:before {
  content: "";
  width: 25px;
  margin-right: 9px;
  border-bottom:1px solid #b6b6b6;
}


.extra_title {
  font-size: 1.5rem;
  letter-spacing: 3px;
}

.qa_item {
  font-size: 0.92rem;
  padding-bottom: 45px;
  line-height: 27px;
  border-bottom: 1px solid #b6b6b6;
}

.qa_item:not(:first-child) {
  padding-top: 45px;
}

.qa_item span {
  margin-right: 13px;
}

.q_item {
  display: flex;
  margin-bottom: 10px;
}

.a_item {
  display: flex;
}

.qa_exception ul {
  list-style: disc;
  margin: 12px 0 12px 18px;
}

.qa_exception ul li {
  padding-bottom: 6px;
}


  /* サロンポリシー */
  /* 衛生管理 */
  .policy_each_box {
    position: relative;
  }

  .anchor_offset {
    position: absolute;
    height: 160px;
    top: -160px;
    visibility: hidden;
  }

  .policy_grid {
    width: 95%;
    font-size: 0.95rem;
    row-gap: 1.2rem;
    padding: 0px 1px;
    line-height: 27px;
    margin: 0 auto 100px;
  }

  .pol_btn_box {
    text-align: center;
    margin-top: 13px;
  }

  .policy_grid button {
    max-width: 350px;
    color: #fff;
    background: #000;
    text-align: center;
    padding: 10px 30px;
  }

  .policy_sub_title {
    margin-bottom: 28px;
    border-bottom: 1px solid #b6b6b6;
    padding-bottom: 15px;
    font-size: 1.2rem;
  }

  .hygiene_manage_box li {
    display: flex;
  }

  .hygiene_manage_box li:not(:last-child) {
    padding-bottom: 12px;
  }

  .hygiene_manage_box li::before{
    content: "◎";
    margin-right: 12px;
    width: 8px;
  }

  .inner_title_span {
    padding-top: 12px;
    font-weight: bold;
    padding-bottom: 7px;
  }

  .inner_title_span::before {
    content: "<";
    padding-right: 3px;
    font-size: 1.1rem;
  }

  .inner_title_span::after {
    content: ">";
    padding-left: 3px;
    font-size: 1.1rem;
  }

  .policy_grid .change_li br {
    display: none;
  }

  .change_li {
    margin-top: -13px;
  }

  .change_li li {
    display: flex;
    position: relative;
    padding-left: 16px;
  }

  .change_li li:before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    top: 6px;
    left: 0;
  }

  .notes_ul  {
    margin-top: -6px;
  }

  .notes_ul li {
    display: flex;
    position: relative;
    padding-left: 16px;
  }

  .notes_ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    border: 1px solid #000;
    top: 7px;
    left: 0;
  }

  .notes_ul2 {
    list-style: disc;
    margin-left: 18px;
    margin-top: -10px;
  }

  .notes_ul li ,
  .notes_ul2 li ,
  .change_li li {
    padding-bottom: 12px;
  }

  /* メニューボタン */
  .btn_box {
    width: 75%;
    margin: 20px auto 75px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    font-size: 1.4rem;
  }

  .btn_box button {
    width: calc((100% / 2) - 20px);
    margin: 0 0 25px;
    padding: 15px 5px;
    font-size: 14px;
    line-height: 14px;
    z-index: 1;
    border: 1.5px solid;
    white-space: nowrap;
    transition: color .25s;
    position: relative;
    overflow: hidden;
  }

  .emp_txt {
    width: 95%;
    padding: 21px 0 25px;
    margin: 8px auto 15px;
    /* border: 1px solid #8c8c8c;
    border-top: 1px dotted #8c8c8c;
    border-left: 1px dotted #8c8c8c; */
    border: 1px solid #b6b6b6;
    border-radius: 1rem;
    /* background-image: url(../images/bg.png); */
  }

  .emp_txt span:first-child{
    font-size: 21px;
    font-weight: 500;
  }

  .emp_txt span:last-child{
    line-height: 16px;
    display: block;
    padding-top: 10px;
    font-size: 12px;
  }

  .border-line {
    display: flex;
    align-items: center;
    justify-content: center;
    padding:0;
  }

  .border-line:before,
  .border-line:after {
    content:"";
    border-top: 1px solid #b6b6b6;
    width: 21px;
  }

  .border-line:before {
    margin-right: 12px;
  }

  .border-line:after {
    margin-left: 12px;
  }

  .border-line2 {
    display: flex;
    align-items: center;
    /* justify-content: center; */
  }

  .border-line2:after {
    content:"";
    border-top: 1px solid #b6b6b6;
    width: 75px;
  }

  .border-line2:after {
    margin-left: 12px;
  }

  .spa_comment_box {
    margin-top: 80px;
  }

  .insta_box {
    width:80%;
    margin: 50px auto;
  }

  .staff_top_txt {
    width: 90%;
    margin: 20px auto 80px;
    padding: 30px 12px;
    border: 1px solid #b6b6b6;
    font-size: 16px;
  }


  /* アクセス */
  .access_each_box {

  }


@media only screen and (max-width: 600px) {
  .lower_content {
    margin-bottom: 120px;
  }

  /* フッター */
  .footer_main_box {
    width: 80%;
  }

  .footer_ad_box {
    padding-left: 30px;
  }

  .footer_grid_box {
    padding-left: 60px;
  }

  /* トップページ */
  .top_nav {
    font-size: 1rem;
    width: 85%;
  }

  .main_top img {
    width: 70%;
  }

  .about_btm {
    margin-bottom: 0;
  }

  .top_txt {
    width: 80%;
    margin: 55px auto 0px;
  }

}
/* スマホ用 */
@media only screen and (max-width: 480px) {
  body {
    padding-top: 90px;
  }

  /* ヘッダー固定 */
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 85px;
    z-index: 100;
  }

  .box_header_logo {
    padding: 12px 0px;
    text-align: center;
  }

  .box_header_logo img {
    width:65%
  }
  /* ここまで固定処理 */
  .sp-top {
    height: 115px;
  }

  .sp-menu_box {
    /* height: 78px;
    width: 65px; */
  }

  .sp-menu_list {
    width: 100%;
    row-gap: 32px;
    padding: 100px 30px;
    font-size: 16px;
    letter-spacing: 4px;
  }

  .sp-menu_list li {
    padding-bottom: 5px;
    padding-left: 5px;
  }
  
  



  .lower_content {
    width: 100%;
    margin-top: 0;
  }

  .disp_sp {
    display: grid;
  }

  .disp_pc {
    display: none;
  }

  .lower_content {
    margin: 30px auto 0;
  }

  .top_nav {
    font-size: 0.75rem;
    margin: -10px auto 20px;
    padding-top: 0;
    width: 80%;
    min-width: 315px;
  }

  .img_box {
    /* width: 93%; */
    width: 100%;
    margin: auto;
    position: relative;
  }

  .inner_top_logo {
    width: 50%;
    margin:  -20px auto 5px;
    text-align: center;
  }

  .inner_top_logo img {
    width: 62%;
    /* position: absolute;
    top: -106px;
    left: 15.8%;
    justify-content: flex-start; */
  }

  .top_txt {
    width: 85%;
    margin: 0 auto 120px;
    font-size: 0.9rem;
    letter-spacing: 1px;
  }

  .top_txt p:last-child {
    padding-top: 20px;
  }

  .top_dotted {
    margin: 0 10px;
    row-gap: 11px;
  }

  .about_top {
    margin: 30px 0 50px;
  }

  .about_top img {
    width: 90%;
  }

  .square_img {
    grid-template-columns: calc(98% / 2) calc(98% / 2);
    column-gap: 6px;
    row-gap: 12px;
    /* margin-top: 55px; */
    overflow: hidden;
  }

  .grid-item {
    height: 100%;
  }

  .about_title {
    /* margin: 40px auto 5px 20px; */
    margin: 55px auto 8px;
    font-size: 1.8rem;
    letter-spacing: 2px;
    text-align: center;
  }

  .comment_box {
    width: 90%;
    font-size: 13px;
    padding: 0px 0 30px;
    margin-bottom: 75px;
  }

  .about_top_box {
    padding-top: 45px;
  }

  .comment_box2 {
    padding-top: 40px;
  }

  .comment_grid {
    row-gap: 1rem;
    padding-bottom: 16px;
    line-height: 23px;
  }

  .about_top_box .comment_grid {
    margin-top: 0px;
  }

  .eng_txt {
    display: block;
  }

  .border-line {
    display: flex;
    align-items: center;
    justify-content: center;
    padding:0;
  }

  .border-line:before,
  .border-line:after {
    content:"";
    border-top: 1px solid #b6b6b6;
    width: 21px;
  }

  .border-line:before {
    margin-right: 12px;
  }

  .border-line:after {
    margin-left: 12px;
  }

  .border-line2 {
    display: flex;
    align-items: center;
    /* justify-content: center; */
  }

  .border-line2:after {
    content:"";
    border-top: 1px solid #b6b6b6;
    width: 75px;
  }

  .border-line2:after {
    margin-left: 12px;
  }


  .spa_title_box {
    position: relative;
    text-align: right;
    margin-right: 10px;
  }

  .spa_title_box img {
    width: 69%;
  }

  .comment_box h3 {
    font-size: 1.6rem;
    letter-spacing: 3px;
  }

  .spa_title_box h3 {
    text-align: left;
    position: absolute;
    top: 19px;
    left: 14px;
  }

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

  .dabab_title_box h3 {
    padding: 0 0 31px;
    line-height: 26px;
  }

  .emp_txt {
    width: 95%;
    padding: 21px 0 25px;
    margin: 8px auto 15px;
    /* border: 1px solid #8c8c8c;
    border-top: 1px dotted #8c8c8c;
    border-left: 1px dotted #8c8c8c; */
    border: 1px solid #b6b6b6;
    border-radius: 1rem;
    /* background-image: url(../images/bg.png); */
  }

  .emp_txt span:first-child{
    font-size: 21px;
    font-weight: 500;
  }

  .emp_txt span:last-child{
    line-height: 16px;
    display: block;
    padding-top: 10px;
    font-size: 12px;
  }

  .pro_link_box {
    padding: 15px 15px 45px;
    margin-top: 22px;
  }

  .title_span {
    font-size: 18px;
  }

  #about_products {
    border-bottom:none;
    margin-bottom: 0;
  }

  .pro_last_p {
    width: 90%;
    margin: auto;
    text-align: left;
    padding-top: 0;
  }

  .dabab_img_box {
    margin: 25px 0 18px;
    column-gap: 12px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }

  .dabab_img_box img {
    width: calc((100% / 2) - 10px);
  }

  .dabab_img_box img:last-child {
    /* margin-bottom: 25px;
    position: absolute;
    right: 0; */
  }

  .dabab_link_box {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .dabab_link_box span {
    font-size: 17px;
    padding-right: 17px;
  }

  .about_btm {
    padding: 32px 0 80px;
    width: 60%;
    margin: auto;
    text-align: center;
    position: relative;
  }

  .about_btm button {
    width: 92%;
    padding: 10px;
    letter-spacing: 5px;
    /* border: none; */
    border-bottom: 1px solid;
  }

  .about_btm img {
    width: 45%;
  }

  /* フッター */
  .box_footer {
    padding-top: 0;
    padding-bottom: 15px;
  }

  .footer_main_box {
    display: flex;
    justify-content: space-around;
    width: 90%;
    margin: 30px auto 0;
  }

  .footer_ad_box {
    width: 56%;
    padding-left: 15px;
    font-size: 11px;
    opacity: 0.8;
    line-height: 21px;
  }

  .footer_ad_box p:first-child {
    padding-bottom: 3px;
  }

  .footer_ad_box p:nth-child(2) {
    padding-left: 0px;
    line-height: 19px;
    padding-bottom: 8px;
  }

  .footer_ad_box p:nth-child(2) span {
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 3px;
  }

  .footer_ad_box p:nth-child(2) span:before {
    content: "";
    border-left: 3px solid #6a6a6a;
    height: 15px;
    margin-right: 6px;
  }

  .footer_ad_box button {
    padding: 1px 16px;
    letter-spacing: 2px;
  }

  .footer_insta_box {
    text-align: center;
    font-size: 11px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer_insta_box span {
    display: inline-block;
    line-height: 18px;
    padding-left: 5px;
    font-size: 13px;
  }

  .footer_grid_box {
    width: 50%;
    padding-left: 25px;
  }

  .footer_grid_box p {
    letter-spacing: 3px;
    padding-bottom: 13px;
    font-size: 14px;
  }

  #copyright {
    padding-top: 70px;
    font-size: 11px;
  }

  /* FAQ */
  .qa_nav {
    display: grid;
    row-gap: 1.2rem;
    font-size: 0.8rem;
    margin: 10px 0 50px
  }

  .qa_nav p {
    display: flex;
    align-items: center;
  }

  .qa_nav p:before {
    content: "";
    width: 15px;
    border-bottom: 1px solid #b6b6b6;
    margin-right: 10px;
  }

  .qa_nav br {
    display: block;
  }
  
  .qa_sub_box {
    position: relative;
    width: 100%;
    margin: 72px 0;
  }

  .qa_sub_title {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 10px;
    padding: 17px 8px;
    border: 1px solid #6a6a6a;
    /* border-radius: 30px; */
  }

  .sub_top_title {
    width: 87%;
    margin: 50px auto 30px;
    padding-top: 0px;
  }

  .sub_top_title h3 {
    font-size: 1.4rem;
    letter-spacing: 4px;
  }

  .sub_top_title .sub_txt {
    font-size: 14px;
    line-height: 31px;
    padding-top: 0;
  }

  .sub_top_title .sub_txt:before {
    content: "";
    width: 25px;
    margin-right: 9px;
    border-bottom:1px solid #b6b6b6;
  }


  .extra_title {
    font-size: 1.5rem;
    letter-spacing: 3px;
  }

  .qa_item {
    font-size: 0.85rem;
    padding-bottom: 30px;
    line-height: 23px;
    border-bottom: 1px solid #b6b6b6;
  }

  .qa_item:not(:first-child) {
    padding-top: 30px;
  }

  .qa_item span {
    margin-right: 13px;
  }

  .q_item {
    display: flex;
    margin-bottom: 10px;
  }

  .a_item {
    display: flex;
  }

  .qa_exception ul {
    list-style: disc;
    margin: 12px 0 12px 18px;
  }

  .qa_exception ul li {
    padding-bottom: 6px;
  }

  .lower_container {
    width: 85%;
    padding: 10px 0;
  }


  /* サロンポリシー */
  /* 衛生管理 */
  .policy_each_box {
    position: relative;
  }

  .anchor_offset {
    position: absolute;
    height: 85px;
    top: -85px;
    visibility: hidden;
  }

  .policy_grid {
    width: 100%;
    font-size: 0.85rem;
    row-gap: 1.2rem;
    padding: 0px 1px;
    line-height: 23px;
    margin-bottom: 65px;
  }

  .policy_sub_title {
    margin-bottom: 20px;
    border-bottom: 1px solid #b6b6b6;
    padding-bottom: 6px;
    font-size: 1rem;
  }

  .hygiene_manage_box li {
    display: flex;
  }

  .hygiene_manage_box li:not(:last-child) {
    padding-bottom: 12px;
  }

  .hygiene_manage_box li::before{
    content: "◎";
    margin-right: 12px;
    width: 8px;
  }

  .inner_title_span {
    display: block;
    padding-top: 5px;
    padding-bottom: 0;
    font-weight: bold;
  }

  .inner_title_span::before {
    content: "<";
    padding-right: 3px;
    font-size: 1.1rem;
  }

  .inner_title_span::after {
    content: ">";
    padding-left: 3px;
    font-size: 1.1rem;
  }

  .policy_grid .change_li br {
    display: block;
  }

  .change_li {
    margin-top: -13px;
  }

  .change_li li {
    display: flex;
    position: relative;
    padding-left: 16px;
  }

  .change_li li:before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    top: 6px;
    left: 0;
  }

  .notes_ul  {
    margin-top: -6px;
  }

  .notes_ul li {
    display: flex;
    position: relative;
    padding-left: 16px;
  }

  .notes_ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    border: 1px solid #000;
    top: 7px;
    left: 0;
  }

  .notes_ul2 {
    list-style: disc;
    margin-left: 18px;
    margin-top: -10px;
  }

  .notes_ul li ,
  .notes_ul2 li ,
  .change_li li {
    padding-bottom: 6px;
  }

  /* アクセス */
  button {
    width: auto;
    margin: 10px 0;
    padding: 5px 9px;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 3px;
    min-width: auto;
    font-size: 12px;
  }

  /* 未成年の方へボタン */
  .policy_grid button {
    color: #fff;
    background: #000;
    text-align: center;
    padding: 10px;
  }

  /* メニュー */
  .btn_box {
    width: 89%;
    margin: 0px auto 75px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    font-size: 0.9rem;
  }

  .btn_box button {
    width: calc((100% / 2) - 20px);
    margin: 0 0 25px;
    padding: 15px 5px;
    font-size: 14px;
    line-height: 14px;
    z-index: 1;
    border: 1.5px solid;
    white-space: nowrap;
    transition: color .25s;
    position: relative;
    overflow: hidden;
  }

  .menu_select {
    width: 58%;
    margin: 0 auto;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    text-align: center;

    /* 追加 */
    margin-top: -18px;
    margin-bottom: -20px;
  }

  .menu_select button {
    /* 追加 */
    border: none;
    border-radius: 0;
    padding: 0 3px 2px;
  }

  .menu_select .selected {
    border-bottom: 1px solid #6a6a6a;
  }


  .menu_box {
    margin-top: 50px;
  }

  /* STAFF紹介 */
  .staff_top_txt {
    width: 100%;
    margin: 0px auto 50px;
    padding: 15px 12px;
    border: 1px solid #b6b6b6;
    font-size: 14px;
  }

  .staff_img_box {
    width: 100%;
  }

  .staff_img_box img {
    width: calc(70% - 10px);
  }

  .staff_beside img {
    width: 85%;
    margin-left: 10%;
  }

  .staff_title_box {
    width: 90%;
    margin: 35px auto 0;
    position: relative;
  }

  .staff_title_box span {
    position: absolute;
    font-size: 14px;
    top: -16px;
  }

  .staff_title {
    font-size: 35px;
    margin-left: 12px;
  }

  .footer_img_box {
    width: 100%;
    text-align: center;
    padding: 30px 0 15px;
  }

  .footer_img_box img {
    width: 70%;
  }

  .open_day {
    width: 45%;
    margin-left: 19%;
  }

  .open_day .time_box span {
    display: flex;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 3px;
  }

  .open_day .time_box .time_span {
    position: relative;
  }

  .open_day .time_box .font_min {
    font-size: 14px;
  }

  .open_day .time_box .open_time {
    position: absolute;
    left: 61px;
    top: -3px;
  }
  .open_day .time_box .last_time {
    position: absolute;
    left: 53px;
    top: -3px;
  }

  .welina_icon_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .welina_icon_box img {
    width: 75px;
    height: 75px;
    margin: 5px 19px;
  }

  .header_flex_sub {
    width: 58%;
  }

  .header_flex_sub button {
    margin-top: 4px;
    padding: 8px 20px;
    border-radius: 40px;
    min-width: 110px;
    margin-right: 13px;
  }

  .selected_none {
    opacity: 0.6;
  }

  .insta_box {
    width:100%;
  }

  .sp-menu_box span,
  .sp-menu_box span:before,
  .sp-menu_box span:after {
    width: 40px;
  }

  .contact_box {
    display: block;
    margin-top: 45px;
  }

  .contact_box div.img_box {
    width: 100%;
    margin-top: 0;
  }

  .contact_box div.txt_box {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }

}