@charset "UTF-8";

@media screen and (min-width: 769px) {
  /*---------------------------------
  beauty_salon3,beauty_salon2, beauty_salon1
  -----------------------------------*/
  body.beauty_salon3 #mainVisual,
  body.beauty_salon2 #mainVisual,
  body.beauty_salon1 #mainVisual {
    position: relative;
  }

  body.beauty_salon3 #mainVisual::before,
  body.beauty_salon2 #mainVisual::before,
  body.beauty_salon1 #mainVisual::before {
    content: "";
    position: absolute;
    bottom: -98px;
    left: 50%;
    width: 196px;
    height: 196px;
    margin-left: -98px;
  }
}

@media screen and (min-width: 769px) {
  /*---------------------------------
  beauty_salon1
  -----------------------------------*/
  body.beauty_salon1 #mainVisual {
    background-image: url("../service/beauty_salon1/images/main_visual.jpg");
  }

  body.beauty_salon1 #mainVisual::before {
    background: url("../service/beauty_salon1/images/logo_mv.png") no-repeat;
  }
}

@media screen and (min-width: 769px) {
  /*---------------------------------
  beauty_salon2
  -----------------------------------*/
  body.beauty_salon2 #mainVisual {
    background-image: url("../service/beauty_salon2/images/main_visual.jpg");
  }

  body.beauty_salon2 #mainVisual::before {
    background: url("../service/beauty_salon2/images/logo_mv.svg") no-repeat;
  }
}

@media screen and (min-width: 769px) {
  /*---------------------------------
  beauty_salon3
  -----------------------------------*/
  body.beauty_salon3 #mainVisual {
    background-image: url("../service/beauty_salon3/images/main_visual.jpg");
  }

  body.beauty_salon3 #mainVisual::before {
    background: url("../service/beauty_salon3/images/logo_mv.png") no-repeat;
  }
}

@media screen and (min-width: 769px) {
  /*---------------------------------
  SERVICE
  -----------------------------------*/
  body.service #mainVisual {
    background-image: url("../service/images/main_visual.jpg");
  }
}

@media screen and (min-width: 769px) {
  /*---------------------------------
  VOICE
  -----------------------------------*/
  body.voice #mainVisual {
    background-image: url("../voice/images/main_visual.jpg");
  }
}

/*---------------------------------
  FLOW
  -----------------------------------*/
body.flow #mainVisual {
  background-image: url("../flow/images/main_visual.jpg");
}

/*---------------------------------
  BEGINNER
  -----------------------------------*/
body.beginner #mainVisual {
  background-image: url("../beginner/images/main_visual.jpg");
}

@media screen and (min-width: 769px) {
  /*---------------------------------
  ABOUT
  -----------------------------------*/
  body.about #mainVisual {
    background-image: url("../about/images/main_visual.jpg");
  }
}

@media screen and (min-width: 769px) {
  /*---------------------------------
  SUB
  -----------------------------------*/
  body.sub #mainVisual {
    display: table;
    width: 100%;
    height: 320px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }

  body.sub #mainVisual h2 {
    display: table-cell;
    vertical-align: middle;
    padding-top: 0;
    text-align: center;
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    line-height: 1em;
  }

  body.sub #mainVisual h2 span {
    display: block;
    font-size: 14px;
    font-weight: normal;
  }

  /*---------------------------------
  HOME
  -----------------------------------*/
  body.home #mainVisual {
    position: relative;
    z-index: 1;
    height: 670px;
    background: url("../images/top/main_visual.jpg") no-repeat left top;
    background-size: cover;
  }

  body.home #mainVisual .contents-inner {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: flex-end;
    -webkit-align-items: flex-start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    max-width: 1370px;
    width: 100%;
    margin: 0 auto;
    padding-right: 80px;
  }

  body.home #mainVisual .contents-inner > .box {
    width: 600px;
    padding-top: 90px;
    text-align: center;
  }

  body.home #mainVisual .contents-inner > .box h1 {
    font-size: 46px;
    color: #525252;
    line-height: 1;
    font-weight: bold;
    letter-spacing: -0.07em;
  }

  body.home #mainVisual .contents-inner > .box > p {
    margin-top: 20px;
    font-size: 24px;
    color: #525252;
    line-height: 1;
    font-weight: bold;
    letter-spacing: -0.07em;
  }

  body.home #mainVisual .contents-inner > .box .list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: flex-start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    margin-top: 30px;
  }

  body.home #mainVisual .contents-inner > .box .list > div {
    width: 33.33333%;
  }

  body.home #mainVisual .contents-inner > .box .list > div:nth-of-type(1) div {
    color: #fb77b6;
  }

  body.home #mainVisual .contents-inner > .box .list > div:nth-of-type(2) {
    margin: 0 1px;
  }

  body.home #mainVisual .contents-inner > .box .list > div:nth-of-type(2) div {
    color: #99bf64;
  }

  body.home #mainVisual .contents-inner > .box .list > div:nth-of-type(3) div {
    padding-top: 20px;
    color: #4575c1;
  }

  body.home #mainVisual .contents-inner > .box .list > div div {
    margin-top: 5px;
    padding: 10px 0;
    background-color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    letter-spacing: -0.05em;
  }
}

@media screen and (max-width: 768px) {
  /*---------------------------------
  beauty_salon3, beauty_salon2, beauty_salon1
  -----------------------------------*/
  body.beauty_salon3 #mainVisual,
  body.beauty_salon2 #mainVisual,
  body.beauty_salon1 #mainVisual {
    position: relative;
  }

  body.beauty_salon3 #mainVisual::before,
  body.beauty_salon2 #mainVisual::before,
  body.beauty_salon1 #mainVisual::before {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    background-size: 50px !important;
  }

  /*---------------------------------
  beauty_salon1
  -----------------------------------*/
  body.beauty_salon1 #mainVisual {
    background-image: url("../service/beauty_salon1/images/main_visual.jpg");
  }

  body.beauty_salon1 #mainVisual::before {
    background: url("../service/beauty_salon1/images/logo_mv.png") no-repeat;
  }

  /*---------------------------------
  beauty_salon2
  -----------------------------------*/
  body.beauty_salon2 #mainVisual {
    background-image: url("../service/beauty_salon2/images/main_visual.jpg");
  }

  body.beauty_salon2 #mainVisual::before {
    background: url("../service/beauty_salon2/images/logo_mv.svg") no-repeat;
  }

  /*---------------------------------
  beauty_salon3
  -----------------------------------*/
  body.beauty_salon3 #mainVisual {
    background-image: url("../service/beauty_salon3/images/main_visual.jpg");
  }

  body.beauty_salon3 #mainVisual::before {
    background: url(../service/beauty_salon3/images/logo_mv.png) no-repeat;
  }
}

/*# sourceMappingURL=style.css.map */

#privacyPage .container h5 {
  margin: 20px auto;
  padding: 10px;
  text-align: center;
  border: 1px solid #ccc;
}

#privacyPage .container ol {
  margin: 20px 0 20px 20px;
  list-style-type: decimal;
}

#privacyPage .container ol li {
  margin-top: 16px;
}

#privacyPage .container div.clearfix i {
  width: 3%;
  min-width: 16px;
  display: block;
  float: left;
}

#privacyPage .container div.clearfix span {
  width: 97%;
  display: block;
  float: left;
}

#privacyPage .container ol li .wide i {
  width: 7%;
  min-width: 35px;
  display: block;
  float: left;
}

#privacyPage .container ol li .wide span {
  width: 93%;
  display: block;
  float: left;
}

#privacyPage .container .caption {
  margin: 10px auto;
  padding: 5px;
  text-align: center;
}

#privacyPage .container .caption span {
  border-bottom: 1px solid #000;
}

#privacyPage .container .border {
  padding: 5px;
  border: 1px solid #000;
}

/********************** clear fix **********************/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/*salon_2 20250207*/
body.beauty_salon2 #contents .c-box02 .box .inner .list {
  display: flex;
}

body.beauty_salon2 #contents .c-box02 .box .inner .list > div {
  width: calc(100% / 3);
}

@media screen and (max-width: 768px) {
  body.beauty_salon2 #contents .c-box02 .box .inner .list > div {
    width: 100%;
  }
}

/*-------------20250825修正--------------*/

.voice .course {
  display: flex;
}
body.voice
  #contents
  .c-box01
  .list
  > div
  .content
  .headding
  .course
  p.wrap-box {
  display: flex;
  flex-direction: column;
}

.voice .wrap-box span {
  color: #000;
  background: #d9d9d9;
  padding: 5px 10px;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
}

.voice .wrap-box span br {
  display: none;
}

@media screen and (max-width: 768px) {
  .voice .course {
    flex-direction: column;
  }
  .voice .wrap-box span {
    font-size: 12px;
    text-align: center;
    width: fit-content;
  }
  .voice .wrap-box span br {
    display: block;
  }
}
/*-----追加25mmdd--------------------------------*/
.idnumber {
  margin: 0 auto !important;
  text-align: center !important;
  font-size: 14px;
  color: #666666;
}
.beauty_salon2 .c-box03 .idnumber {
  text-align: right !important;
}
