@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap');

/* LP用CSS
------------------------------------------------------------*/
body {
  background-color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
}

img {
  max-width: 100%;
}

a:hover {
  opacity: 0.9;
}

/* スマホ調整
------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  body, #contents, #footer-inner, #footer-link ul, #salon .section .column-block .right-area, #salon .section .column-block .left-area {
    min-width: auto;
    width: auto;
  }
  #salon .section .column-block .right-area, #footer .area, #salon .section .column-block .left-area {
    float: none;
  }
  #footer .area {
    margin: 0 auto 20px!important;
  }
  #salon .section .column-block .right-area {
    margin: 0 auto;
  }
  #salon .section .column-block .left-area {
    text-align: center;
  }
}

.footer__link {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .footer__link {
    background-color: #674F35;
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
}

@media screen and (max-width: 768px) {
  .footer_link__img {
    max-width: 300px;
  }
}

.footer__mt {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer__mt {
    display: block;
    margin-top: 70px;
  }
}

#page-top {
  position: fixed;
  bottom: 0px;
  right: 0px;
}
@media screen and (max-width:768px) {
  #page-top {
    bottom: 80px;
    right: 10px;
  }
}

#page-top a {
  display: block;
  width: 60px;
}
@media screen and (max-width:768px) {
  #page-top a {
    width: 50px;
  }
}

/* フッター調整
------------------------------------------------------------*/
.map__wrap {
  background-color: #ebe5d8;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .map__wrap {
    padding: 30px 15px!important;
  }
}

.map__wrap .contents {
  max-width: 1000px;
  margin: 0 auto;
}

.map__wrap #contents .section {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .map__wrap #contents .section {
    padding: 30px 15px 15px;
  }
}

.tit__area {
  color: #725C41;
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
}

.txt__pink {
  background-color: #B46677;
  color: #fff;
  display: block;
  width: 45px;
  padding: 0 10px 1px;
  margin-bottom: 5px;
}

.txt_none__pink {
  background: none;
}

/* SOMEDAY PREMIUM
------------------------------------------------------------*/
.main_visual__img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .main_visual__img {
    height: ;
  }
}

.main_visual_txt__wrap {
  background-color: #210D06;
  text-align: center;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .main_visual_txt__wrap {
    padding: 15px 0;
  }
}

@media screen and (max-width: 768px) {
  .main_visual__txt {
    max-width: 200px;
  }
}

.trouble__wrap {
  background-image: url(images/bg_trouble_01.jpg), url(images/bg_trouble_02.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: left -150px center, right 30px bottom 30px;
  background-size: contain, 200px;
  text-align: center;
  padding: 40px 30px 190px 80px;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .trouble__wrap {
    background-position: left -150px center, right 30px bottom 100px;
    background-size: contain, 420px;
    padding: 100px 0;
  }
}
@media screen and (min-width: 1800px) {
  .trouble__wrap {
    background-position: left center, right 30px bottom 100px;
    background-size: contain, 460px;
  }
}

.trouble__txt {}
@media screen and (max-width: 768px) {
  .trouble__txt {
    height: 120px;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .trouble__txt {}
}

/* 大人の男性のボディシェイプサロン
------------------------------------------------------------*/
.experience__wrap {
  background-image: url(images/bg_experience.png);
  background-repeat: repeat;
  background-size: contain;
  padding: 0 15px;
  padding-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .experience__wrap {
    padding-bottom: 160px;
  }
}

.experience__arrow {
  display: block;
  margin: 0 auto;
  padding-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .experience__arrow {
    max-width: 1000px;
  }
}
@media screen and (min-width: 1800px) {
  .experience__arrow {
    max-width: 1180px;
  }
}

.experience_txt__wrap {
  background-image: url(images/img_experience_02.png);
  background-repeat: no-repeat;
  background-position: right 10px bottom;
  background-size: 140px;
  background-color: #fff;
  border: 1px solid #D8BF87;
  box-sizing: border-box;
  padding: 15px 15px 140px;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .experience_txt__wrap {
    background-size: 450px;
    background-position: right 20px bottom;
    padding: 30px 45px;
    margin: 0 auto;
  }
}

.experience_tit__wrap {
  border-top: 1px solid #B37E10;
  border-bottom: 1px solid #B37E10;
  padding: 10px 0;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .experience_tit__wrap {
    padding: 15px 0;
    margin-bottom: 30px;
  }
}

.experience__tit {
  background-color: #FDF8E5;
  padding: 20px;
}
@media screen and (min-width: 769px) {
  .experience__tit {}
}

.experience__txt {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .experience__txt {
    margin-bottom: 30px;
  }
}

.experience__img {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .experience__img {
    margin-bottom: 40px;
  }
}

.experience_txt {
  display: block;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .experience_txt {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .experience_txt__01 { max-width: 246px; }
  .experience_txt__02 { max-width: 270px; }
  .experience_txt__03 { max-width: 160px; }
}

/* Somedayオリジナルハンド施術の効果をご覧ください！
------------------------------------------------------------*/
.voice_bg__wrap {
  padding: 0 15px;
}

.voice__wrap {
  border: 1px solid #271A0F;
  padding: 0 15px 40px;
  text-align: center;
  max-width: 1000px;
  margin: 30px auto;
}
@media screen and (min-width: 769px) {
  .voice__wrap {
    padding: 0 0 80px;
    margin: 60px auto;
  }
}

.voice_tit__wrap {
  background-color: #DFBC65;
  padding: 15px 30px;
  text-align: center;
  margin: 0 -15px 20px;
}
@media screen and (min-width: 769px) {
  .voice_tit__wrap {
    margin: 0 0 80px 0;
  }
}

.voice_txt__01 {
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .voice_txt__01 {
    margin-bottom: 30px;
    max-width: none;
  }
}

.voice_txt__02 {
  margin-bottom: 15px;
  max-width: 200px;
}
@media screen and (min-width: 769px) {
  .voice_txt__02 {
    margin-bottom: 50px;
    max-width: none;
  }
}

.voice_img__wrap {
  max-width: 1400px;
}
@media screen and (min-width: 769px) {
  .voice_img__wrap {
    margin: 0 auto;
    padding: 0 15px;
  }
}

.voice_img__wrap img {
  /*border: 1px solid #000;*/
}
@media screen and (min-width: 769px) {
  .voice_img__wrap img {}
}

/* リピート率90％ SOMEDAYが選ばれている理由
------------------------------------------------------------*/
@media screen and (min-width: 769px) {
  .inner {
    max-width: 1200px;
    text-align: center;
  }
}

.choose__tit {
  background-color: #674F35;
  text-align: center;
  margin: 0 auto;
  padding: 20px 30px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .choose__tit {
    padding: 70px 15px;
  }
}

.choose__tit img {}
@media screen and (min-width: 769px) {
  .choose__tit img {
    max-width: 1000px;
  }
}

.choose__wrap {
  background-image: url(images/bg_choose.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px 30px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .choose__wrap {
    padding: 70px 15px;
  }
}

.choose__wrap img {
  box-shadow: 0px 10px 20px -18px rgba(0,0,0,0.5);
}
@media screen and (min-width: 769px) {
  .choose__wrap img {
    max-width: 1000px;
  }
}

.bg_choose_sub__tit {
  background-image: url(images/bg_coupon_01.png);
}

.choose_sub__tit {
  background-image: url(images/bg_tit_choose.png);
  background-repeat: no-repeat;
  background-position: top -15px center;
  background-size: 2780px;
  padding: 25px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .choose_sub__tit {
    padding: 60px 15px 140px;
  }
}

.choose_sub__tit img {}
@media screen and (min-width: 769px) {
  .choose_sub__tit img {
    max-width: 1000px;
  }
}

/* 技術×空間×接客×ノウハウ＝結果
------------------------------------------------------------*/
.bg_coupon__wrap {
  background-image: url(images/bg_coupon_01.png);
}

.coupon__wrap {}
@media screen and (min-width: 769px) {
  .coupon__wrap {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
  }
}

.coupon_link__wrap {
  background-image: url(images/bg_coupon_01.png);
  padding: 20px 15px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .coupon_link__wrap {
    padding: 30px 15px;
  }
}


.coupon_link__img {
  max-width: 300px;
}
@media screen and (min-width: 769px) {
  .coupon_link__img {
    max-width: 650px;
  }
}

.coupon_list__wrap {}
@media screen and (min-width: 769px) {
  .coupon_list__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 1800px) {
  .coupon_list__wrap {
    max-width: 1800px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .coupon_list_reverse__wrap {
    flex-flow: row-reverse;
  }
}

.coupon_list__img,
.coupon_list_txt__wrap {}
@media screen and (min-width: 769px) {
  .coupon_list__img,
  .coupon_list_txt__wrap {
    width: 50%;
  }
}

.coupon_list_txt__wrap {
  box-sizing: border-box;
  padding: 20px;
}
@media screen and (min-width: 769px) {
  .coupon_list_txt__wrap {
    padding: 0 80px;
  }
}

.coupon_list__tit {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .coupon_list__tit {
    font-size: 48px;
    margin-bottom: 30px;
  }
}

.coupon_list__txt {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (min-width: 769px) {
  .coupon_list__txt {
    font-size: 20px;
  }
}

.bg_before_link__wrap {
  background-color: #210C05;
}

.before_link__wrap {
  background-image: url(images/bg_coupon_02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 30px 15px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .before_link__wrap {
    padding: 30px 15px;
  }
}

.before_link__wrap img {
  display: block;
  margin: 0 auto;
  max-width: 300px;
}
@media screen and (min-width: 769px) {
  .before_link__wrap img {
    max-width: 470px;
  }
}

.before_link__txt {
  margin-bottom: 20px!important;
  max-width: 300px;
}
@media screen and (min-width: 769px) {
  .before_link__txt {
    margin-bottom: 20px!important;
    max-width: none;
  }
}

/* 施術の流れ
------------------------------------------------------------*/
.tit__wrap {
  background-color: #CAB189;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 24px;
  padding: 20px 15px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .tit__wrap {
    padding: 40px 15px;
    font-size: 54px;
  }
}

.flow_gray__wrap {
  background-color: #F6F6F6;
  background-image: url(images/arrow_white.png);
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 768px) {
  .flow_gray__wrap {
    background-size: 80px;
  }
}

.flow_white__wrap {
  background-image: url(images/arrow_gray.png);
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 768px) {
  .flow_white__wrap {
    background-size: 80px;
  }
}

.flow__wrap {
  padding: 30px 15px;
}
@media screen and (min-width: 769px) {
  .flow__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row-reverse;
    max-width: 1200px;
    margin: 0 auto;
    padding: 90px 0;
  }
}

.flow_reverse__wrap {}
@media screen and (min-width: 769px) {
  .flow_reverse__wrap {
    flex-flow: row;
  }
}

.flow_txt__wrap {}
@media screen and (min-width: 769px) {
  .flow_txt__wrap {
    width: 49%;
  }
}


.flow_tit__wrap {
  font-family: 'Noto Serif JP', serif;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .flow_tit__wrap {
    margin-bottom: 50px;
  }
}

.flow_tit__num {
  color: #CBB18A;
  font-size: 60px;
  margin-right: 30px;
  line-height: 0.5;
}
@media screen and (min-width: 769px) {
  .flow_tit__num {
    font-size: 120px;
    line-height: 1.0;
  }
}

.flow__tit {
  font-size: 26px;
  font-weight: 500;
  margin-top: 5px;
}
@media screen and (min-width: 769px) {
  .flow__tit {
    font-size: 42px;
    margin-top: 15px;
  }
}

.flow__txt {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .flow__txt {
    font-size: 20px;
    margin-bottom: 0;
  }
}

.flow__img {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .flow__img {
    width: 49%;
  }
}

/* BODY・FACIAL メニュー
------------------------------------------------------------*/
.tit__body {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .tit__body {
    margin-bottom: 80px;
  }
}

.menu_list__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 15px 30px;
}
@media screen and (min-width: 769px) {
  .menu_list__wrap {
    padding: 0 15px;
    max-width: 1400px;
    margin: 0 auto;
    padding-bottom: 150px;
  }
}

.menu__list {
  border: 1px solid #000;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .menu__list {
    width: 32%;
    margin-bottom: 40px;
  }
}

.menu__mark {
  background-color: #FE0000;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: -34px;
  padding: 5px 15px;
  left: -1px;
}

.menu_sub__tit {
  color: #725C41;
  font-family: 'Noto Serif JP', serif;
  font-size: 13px;
  padding: 20px 15px 10px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .menu_sub__tit {
    font-size: 18px;
  }
}

.menu__tit {
  color: #725C41;
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .menu__tit {
    font-size: 28px;
    letter-spacing: -3px;
  }
  .menu_tit__02 {
    padding-bottom: 15px;
  }
}

.menu__img img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .menu__img {}
}

.menu_sub__txt {
  color: #725C41;
  padding: 15px 30px 0;
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  .menu_sub__txt {
    height: 45px;
  }
}

.menu__price {
  padding: 0 30px;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .menu__price {
    margin-bottom: 20px;
  }
}

.menu__txt {
  font-size: 14px;
  padding: 0 30px;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .menu__txt {
    margin-bottom: 30px;
    min-height: 85px;
  }
}

.menu__link {
  display: block;
  padding: 0 30px 30px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .menu__link {}
}

/* Q&A
------------------------------------------------------------*/
.qa_bg__wrap {
  background-color: #FAF6F3;
  padding: 30px 15px;
}
@media screen and (min-width: 769px) {
  .qa_bg__wrap {
    padding: 80px 15px 200px;
  }
}

.qa__wrap {
  background-color: #fff;
  max-width: 1000px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 769px) {
  .qa__wrap {
    margin: 0 auto 60px;
  }
}

.q__wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 15px;
  border-bottom: 1px solid #745C42;
}
@media screen and (min-width: 769px) {
  .q__wrap {
    
  }
}

.q__tit {
  color: #725C41;
  font-family: 'Noto Serif JP', serif;
  width: 15%;
  margin-right: 2%;
  font-size: 32px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .q__tit {
    font-size: 64px;
  }
}

.q__txt {
  font-size: 16px;
  width: 83%;
}
@media screen and (min-width: 769px) {
  .q__txt {
    font-size: 32px;
    padding-top: 20px;
  }
}

.a__wrap {
  display: flex;
  justify-content: flex-start;
  padding: 30px 15px;
}
@media screen and (min-width: 769px) {
  .a__wrap {
    padding: 60px 15px;
  }
}

.a__tit {
  color: #CC2E7D;
  font-family: 'Noto Serif JP', serif;
  width: 15%;
  margin-right: 2%;
  font-size: 32px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .a__tit {
    font-size: 64px;
    padding-left: 5px;
  }
}

.a__txt {
  width: 83%;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .a__txt {
    font-size: 18px;
    padding-top: 20px;
  }
}