@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
}
img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
.center {
  text-align: center;
}
h1 {
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-size: 7vw;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 26px;
}
h1 small {
  font-size: 3vw;
  line-height: 2;
}
h2.hukidashi {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  color:#FFF;
  padding: 25px 0;
  background-color: #222222;
  font-family: 'Noto Serif JP', serif;
  font-size: 44px;
  font-weight: 400;
  margin: 0;
}
h2.hukidashi:before {
  content: '';
  position: absolute;
  display: block;
  z-index: 1;
  border-style: solid;
  border-color: #222222 transparent;
  border-width: 20px 40px 0 40px;
  bottom: -18px;
  left: 45%;
  margin-left: -10px;
}
span.small {
  font-size: 30px;
}
span.red {
  color: #ea384d;
}
h2.tokuchou {
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-size: 30px;
  font-weight: 400;
}
h2.tokuchou strong {
  font-size: 40px;
}
h2.tokuchou span {
  font-size: 50px;
}
.midashi01 {
  font-size: 24px;
  font-family: 'Noto Serif JP', serif;
  margin: 0;
}
.midashi02 {
  font-size: 24px;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
}
.midashi02 span {
  font-size: 36px;
}
.midashi03 {
  font-size: 36px;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
}
.midashi04 {
  font-size: 28px;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
}
.midashi04 span {
  font-size: 40px;
}
.midashi06 {
  text-align: center;
  font-size: 20px;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-top: 0;
}
.margin_b60 {
  margin-bottom: 60px!important;
}
.kome {
  text-align: right;
  width: 92%;
  margin: 0 auto;
}
.mv {
  width: 100%;
  background: url("../img/mv_model.jpg") no-repeat;
  background-size: cover;
  height: 800px;
}
.mv_right {
  width: 50%;
  height: 100%;
  float: right;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.logo {
  max-width: 250px;
  width: 30%;
  position: absolute;
  top: 50px;
  right: 100px;
}
.mv_hukidashi {
  max-width: 570px;
  width: 80%;
}
.content01 {
  padding: 40px 0;
}
.content01_p {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  line-height: 1.7;
}
.content01_p span {
  font-size: 40px;
  background: linear-gradient(transparent 80%, #ea384d 0%);
}
.content01_p02 {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom:80px;
}
.content01_p02 span {
  font-size: 30px;
  background: linear-gradient(transparent 80%, #ea384d 0%);
}
.ba {
  max-width: 1000px;
  width: 100%;
}
.yamamoto {
  max-width: 784px;
  width: 100%;
}
.yoyaku {
  background: url("../img/yoyaku_bg.jpg") no-repeat;
  width: 100%;
  padding: 40px 0 0 0;
  background-size: cover;
}
.yoyaku_box {
  max-width: 1000px;
  width: 92%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.yoyaku_left {
  display: flex;
  justify-content: center;
  align-items: center;
}
.yoyaku_center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.yoyaku_right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.yoyaku_right img {
  max-width: 220px;
  width: 100%;
}
.yoyaku_p {
  font-size: 30px;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.4;
}
.yoyaku_p span {
  font-size: 44px;
  color: #ea384d;
}
.yoyaku_p02 {
  font-size: 30px;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  margin: 0;
}
.yoyaku_p02 span {
  font-size: 50px;
}
a.cv {
  display: block;
  margin: 20px auto;
  width: 510px;
  border-radius: 50px;
  background: #ea384d;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding: 20px 0;
  position: relative;
}
a.cv:hover {
  transition: .3s;
  opacity: 0.7;
}
a.cv:after {
  content: '';
  background: url("../img/arrow.png") no-repeat;
  height: 24px;
  width: 12px;
  position: absolute;
  top: 0;
  right: 40px;
  bottom: 0;
  margin: auto;
}
.content02 {
  width: 100%;
  padding: 40px 0;
  background: #ebe7e7;

}
.content02_box {
  max-width: 890px;
  width: 90%;
  margin: 0px auto 100px auto;
  position: relative;
}
.content02_box_txt {
  background: #fff;
  position: absolute;
  top: 36px;
  right: 0px;
  padding: 14px 30px;
  box-sizing: border-box;
  width: 580px;
  height: 280px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.content02_box_img {
  position: relative;
}
.tokuchou_number {
  position: absolute;
  top: -30px;
  left: -30px;
}

.content03 {
  width: 100%;
  background: linear-gradient(90deg, rgb(255, 255, 255), rgb(245, 245, 245));
}
.content03_box {
  max-width: 1000px;
  width: 92%;
  margin: 0 auto;
  display: flex;
  padding-top: 20px;
}
.content03_box_txt {
  width: 65%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.content03_txt {
  max-width: 633px;
  width: 100%;
}
.content03_box_img {
  width: 35%;
}
.content03_box_img img {
  width: 100%;
}
ul.content03_list {
  list-style-type: none;
}
ul.content03_list li {
  font-size: 28px;
  font-weight: bold;
  position: relative;
}
ul.content03_list li:before {
  content: '';
  position: absolute;
  background: url("../img/check.png") no-repeat;
  width: 24px;
  height: 24px;
  left: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.content04 {
  width: 100%;
  padding: 40px 0;
}
.content04_box {
  max-width: 900px;
  width:92%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.content04_box_txt {
  width: 53%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content04_box_img {
  width: 44%;
}
.content04_box_img img {
  width: 100%;
}
.content05 {
  width: 100%;
  background: #717171;
  padding: 50px 0 70px 0;
}
.tokkyo dl {
  max-width: 1000px;
  width: 92%;
  margin: 0 auto;
  display: flex;
  font-size: 18px;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 12px 0;
}
.tokkyo dl dt {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tokkyo dl dd {
  width: 80%;
}
.content06 {
  width: 100%;
  background: url("../img/content06_bg.jpg") no-repeat;
  background-size: cover;
  padding: 40px 0;
}
.content06_img {
  max-width: 1000px;
  width: 100%;
}
p.content06_txt {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
p.content06_txt span {
  background: linear-gradient(transparent 80%, #ea384d 0%);
}
.content07 {
  width: 100%;
  padding: 20px 0 60px 0;
}
.content07 .table01 td {
  border: 1px solid #b5b5b5;
  border-collapse: collapse;
}
.content07 .table01 th {
  border: 1px solid #b5b5b5;
  border-collapse: collapse;
}
.content07 .table01 {
  max-width: 1000px;
  width: 92%;
  margin: 0 auto;
  text-align: center;
  border-collapse: collapse;
}
.content07 .table01 td,th {
  padding: 20px;
  box-sizing: border-box;
  width: 20%;
}
.content07 .table01 td {
  font-size: 14px;
  line-height: 1.2;
}
.content07 .table01 td span {
  font-weight: bold;
  font-size: 20px;
}
.content07 .table01 th {
  background: #ebe7e7;
}
.table01 tr.salon {
  background: #404040;
  color: #fff;
}
.table01 td.select {
  background: #ea384d;
}
.content08 {
  background: #ebe7e7;
  width: 100%;
  padding: 40px 0;
}
ul.step_list {
  max-width: 1000px;
  margin:0 auto;
  width: 92%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  list-style-type: none;
}
ul.step_list li {
  width: 30%;
  background: #fff;
  position: relative;
  margin-bottom: 40px;
}
ul.step_list li img {
  width: 100%;
}
.step_icon {
  position: absolute;
  top: -10px;
  left: -10px;
  width: auto!important;
}
.step_list_box {
  width: 90%;
  margin: 14px auto;
}
.step_list_box p {
  font-size: 14px;
  margin: 0;
}
.midashi05 {
  font-size: 18px!important;
  font-weight: bold;
  margin-bottom: 4px!important;
}
.content08_img {
  max-width: 652px;
  width: 100%;
}
.content09 {
  width: 100%;
  padding: 40px 0;
}
.content09 .table02 {
  max-width: 1000px;
  width: 92%;
  margin: 0 auto;
  text-align: center;
}
.content09 tr.black {
  background: #222222;
  color: #fff;
}
th.gray {
  background: #ebe7e7;
}
td.gray02 {
  background: #f6f6f6;
}
.content09_div {
  display: flex;
  justify-content: space-between;
}
.content09_div p {
  width: 24%;
}
.content09_div p span.price {
  font-size: 20px;
  font-weight: bold;
}
.content09_div p span.small {
  font-size: 12px;
}
.content09_div p span.otoku {
  font-size: 12px;
  color: #fff;
  background: #ea384d;
    padding: 10px 4px 4px 4px;
}
.content09_div p span.otoku strong {
  font-size: 20px;
}
.content10 {
  width: 100%;
  background: #ebe7e7;
}
.content10_box {
  max-width: 1000px;
  width: 92%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.content10_box_txt {
  width: 55%;
  font-size: 18px;
}
.content10_box_img {
  width: 45%;
}
.content10_box_img img {
  width: 100%;
}
.content10_p02 {
  font-size: 26px;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  margin: 0;
}
.content10_p02 span {
  font-size: 40px;
}
.shop {
  width: 100%;
  padding: 40px 0;
}
ul.shoplist {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1000px;
  width: 92%;
  text-align: center;
  display: flex;
  justify-content: center;
}
ul.shoplist li {
  width: 30%;
  margin: 0 2%;
}
ul.shoplist li img {
  width: 100%;
}
ul.shoplist li p {
  font-size: 14px;
}
.shopname {
  font-size: 24px!important;
  font-weight: bold;
}
.tel {
  font-size: 24px!important;
  font-weight: bold;
}
.tel a {
  color: #000;
}
footer {
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
}
.content{
  margin: 0 auto;
  padding: 40px;
}
.modal{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
}
.modal__bg{
  background: rgba(0,0,0,0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal__content{
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 60%;
}
.modalbox {
  width: 100%;
  display: flex;
}
.modalbox_left {
  width: 50%;
}
.modalbox_right {
  width: 50%;
}
a.close {
  position: absolute;
  right: 30px;
  font-size: 40px;
  bottom: 10px;
  text-decoration: none;
  color: #000;
}
a.hp {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 40px;
  color: #fff;
  margin: 10px auto;
  background: #222;
  border-radius: 30px;
  text-decoration: none;
}
img.hpb {
  width:20px;
  margin-right: 8px;
}
#page-top {
    position: fixed;
    bottom: 25px;
    right: 0px;
    font-size: 77%;
}
#page-top a {
  background: #ea384d;
  text-decoration: none;
  color: #fff;
  width: 90px;
  padding: 26px 0;
  text-align: center;
  display: block;
  font-size: 16px;
}
#page-top a:hover {
    text-decoration: none;
    opacity: 0.7;
}
.shop_icon {
  width:20px;
  display: block;
  margin: 0 auto 10px auto;
}
.naiyou {
  background: #f6f6f6;
  max-width: 800px;
  width: 92%;
  margin: 20px auto;
  padding: 20px;
  box-sizing: border-box;
}
.naiyou_list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.naiyou_list li {
  width: 30%;
}
@media screen and (max-width:1040px) {
  .mv {
    height:700px;
  }
  .modalbox {
    flex-direction: column;
  }
  .modalbox_left {
    width: 100%;
  }
  .modalbox_right {
    width: 100%;
  }
}
@media screen and (max-width:840px) {
  .content02_box_txt {
    width: 60%;
    height: auto;
  }
  .yoyaku_left {
    display: none;
  }
  .yoyaku_p {
    font-size: 24px;
  }
  .yoyaku_p span {
    font-size: 30px;
  }
  .yoyaku_left {
    display: none;
  }

}
@media screen and (min-width:769px) {
  .sp {
    display:none;
  }
}
@media screen and (max-width:768px) {
  .pc {
    display: none;
  }
  .mv_hukidashi {
    display: none;
  }
  h2.tokuchou {
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-size: 6vw;
    font-weight: 400;
  }
  h2.tokuchou strong {
    font-size: 8vw;
  }
  .midashi01 {
    font-size:20px;
  }
  .midashi02 {
    font-size: 6vw;
    padding: 0 4%;
    box-sizing: border-box;
  }
  .midashi02 span{
    font-size: 9vw;
  }
  .mv {
    width: 100%;
    background: linear-gradient(to bottom, #fff, #e0eaf3);
    background-size: cover;
    height: auto;
  }
  .mv_sp {
    width: 100%;
  }
  .mv_right {
    width: 100%;
    height: 100%;
    float: none;
    padding-top: 80px;
  }
  .logo {
    top: 10px;
    right: 20px;
  }
  h1 {
    font-size: 8vw;
  }
  h1 small {
    font-size: 7vw;
  }
  .content01 .ba_sp {
    width: 100%;
  }
  h2.hukidashi {
    padding: 25px 10px;
    font-size: 30px;
    box-sizing: border-box;
  }
  .midashi03 {
    font-size: 26px;
  }
  .midashi04 {
    font-size: 6vw;
  }
  .midashi04 span {
    font-size: 36px;
  }
  .content01 {
    padding: 40px 4%;
    box-sizing: border-box;
  }
  .content01_p {
    font-size: 20px;
  }
  .content01_p span {
    font-size: 24px;
  }
  .content01_p02 {
    font-size: 20px;
  }
  .content01_p02 span {
    font-size: 24px;
  }
  .yoyaku {
    background: url("../img/yoyaku_bg.jpg") no-repeat;
    width: 100%;
    padding: 40px 0 0 0;
    background-size: cover;
  }
  .yoyaku_box {
    max-width: 1000px;
    width: 92%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .yoyaku_center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .yoyaku_right {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .yoyaku_p {
    font-size: 5vw;
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.4;
  }
  .yoyaku_p span {
    font-size: 6vw;
  }
  .yoyaku_p02 {
    font-size: 6vw;
  }
  .yoyaku_p02 span {
    font-size: 8vw;
  }
  a.cv {
    max-width: 500px;
    width: 100%;
    padding: 10px 0;
    font-size: 24px;
  }
  .content02_box {
    width: 80%;
    margin: 40px auto 200px auto;
  }
  .content02_box_last {
    margin: 0px auto 100px auto;
  }
  .content02_box_txt {
    width:90%;
    top: 180px;
  }
  .content02_box_img img {
    max-width: 339px;
    width:90%;
  }
  .tokuchou_number {
    position: absolute;
    top: -30px;
    left: -10px;
    width: auto!important;
  }
  .content03 {
    padding-top: 20px;
  }
  .content03_box {
    flex-direction: column;
  }
  .content03_box_txt {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
  ul.content03_list li {
    font-size: 20px;
    font-weight: bold;
    position: relative;
  }
  .content03_box_img {
    width:50%;
    margin: 0 auto;
    display: block;
  }
  .content03_box_img img {
    width: 100%;
  }
  .content04_box {
    flex-direction: column;
  }
  .content04_box_txt {
    width: 100%;
  }
  .content04_box_img {
    width: 100%;
  }
  .tokkyo dl {
    font-size: 14px;
  }
  .content05_h3 {
    padding: 0 4%;
  }
  .content05_h3 img {
    width: 100%;
  }
  .content06 {
    padding: 40px 4%;
    box-sizing: border-box;
  }
  .content06_title {
    width:100%;
  }
  p.content06_txt {
    font-size: 18px;
  }

  .content08 {
    padding: 40px 4%;
    box-sizing: border-box;
  }
  .content10 {
    padding: 40px 0;
  }
  .scroll {
    display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  }
  .table01 {
    width: 1000px!important;
  }
  .table02 {
    width: 1000px;
  }
  .content09_div {
    width: 800px;
}
.naiyou_list li {
  width: 100%;
}

}
@media screen and (max-width:420px) {
  .content02_box {
    margin: 40px auto 50px auto;
  }
  .content02_box_last {
    margin: 0px auto 30px auto;
  }
  .content02_box_img img {
    max-width: 339px;
    width: 100%;
  }
  .content02_box_txt {
    width: 100%;
    position: static;
  }
  ul.step_list {
    flex-direction: column;
  }
  ul.step_list li {
    width: 100%;
  }
  ul.shoplist {
    flex-direction: column;
  }
  ul.shoplist li {
    width: 100%;
  }
  .content10_box_txt {
    width: 100%;
    font-size: 18px;
}
.content10_box {
  flex-direction: column;
}
.content10_box_img {
  display: none;
}
.content10_p02 {
  font-size: 5vw;
}
.content10_p02 span {
font-size: 10vw;
}
ul.shoplist li img {
  width: 70%;
}
.batitle {
  max-width: 331px;
  width: 100%;
}
.midashi01 {
    font-size: 17px!important;
}
.content02_box_txt p {
  font-size: 14px;
}
a.hp {
  width: 100%;
  font-size: 12px;
}
.modal__content {
    padding: 60px 20px;
    width: 90%;
    box-sizing: border-box;
  }
  #page-top a {
    padding: 16px 0;
  }
}
