@charset "UTF-8";



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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
p,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  padding: 0;
  margin: 0;
  border: 0; }

* {
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

*::before,
*::after {
  box-sizing: inherit; }

a {
  color: inherit;
  text-decoration: none;
 }

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


@media screen and (min-width:768px){
  a:hover{
    opacity: 1;
  }
}


/* Layout
* *********************************** */
article,
aside,
footer,
header,
nav,
section,
main {
  display: block; }

/* Elements
* *********************************** */
table {
  border-spacing: 0;
  border-collapse: collapse; }

ol,
ul {
  list-style: none; }

img,
video {
  max-width: 100%; }

img {
  height: auto;
  vertical-align: top;
  border-style: none; }

blockquote,
q {
  quotes: none; }

blockquote::after,
blockquote::before,
q::after,
q::before {
  content: "";
  content: none; }


/* Attributes & states
* *********************************** */
[hidden] {
  display: none; }

[disabled] {
  cursor: not-allowed; }

*:focus:not(:focus-visible) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none; }



/* **********************************************************************
  common
* ********************************************************************** */

html {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 62.5%;

  position: relative;
  min-height: 100%;
  box-sizing: border-box;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.75; 
  font-size: 1.6rem;
  text-align: center;
  background-color: #F7F6F2;
  
}

a:hover{
  opacity: 0.7;
}

/* pc sp表示分け
* *********************************** */

@media all and (min-width:769px) {

  .pc_only {
    display: block;
  }
  .sp_only {
    display: none !important;
  }
}

@media all and (max-width:768px) {

  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block;
  }
}


/* padding
* *********************************** */

  .u-top__10{
    padding-top: 10px;
  }
  .u-top__15{
    padding-top: 15px;
  }
  .u-top__20{
    padding-top: 20px;
  }
  .u-top__25{
    padding-top: 25px;
  }
  .u-top__30{
    padding-top: 30px;
  }
  .u-top__35{
    padding-top: 35px;
  }
  .u-top__40{
    padding-top: 40px;
  }
  .u-top__50{
    padding-top: 50px;
  }
  .u-top__60{
    padding-top: 60px;
  }
  .u-top__70{
    padding-top: 70px;
  }


  .u-bottom__20{
    padding-bottom: 20px;
  }
  .u-bottom__70{
    padding-bottom: 70px;
  }

  .u-contents{
    padding: 0 20px;
    width: 375px;
    margin: 0 auto;
  }

  @media screen and (min-width: 769px){
    .u-contents{
      width: auto;
    }
  }


/* color
* *********************************** */

  .c-color__yellow{
    color: #FFDF1D;
  }
  .c-color__red{
    color:  #E43D5B;
  }



/* **********************************************************************
  top
* ********************************************************************** */


/* top-common
* *********************************** */
.p-ttl,
.l-footer__tel{
    font-family: 'Roboto', sans-serif;
    color: #8AB2C1;
    font-size: 24px;
    letter-spacing: 3px;
}

@media screen and (min-width: 769px){
 .c-width{
   max-width: 900px;
   margin: 0 auto;
 }
}


/* top- header footer mv
* *********************************** */

.l-header{
  background-color: #8AB2C1;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px;
  z-index: 100;
  position: fixed;
  width: 100%;
}

.l-header__logo{
  width: 80px;
}
.l-header__logo img{
  vertical-align: middle;
}

.l-header__icon .icon__reserve{
  width: 120px;
}

.l-header__icon .icon__line{
  width: 25px;
  margin: 0 5px;
}

.l-header__icon .icon__tel{
  width: 25px;
}


.mv{
  padding-top: 60px;
}
.mv_logo{
  background-image: url(../img/logo_mv.png),url(../img/sp_mv.png);
  background-size: 160px , cover;
  padding-top: calc( 500 / 375 * 100%);
  background-repeat: no-repeat;
  background-position: center center , top center;
}

@media screen and (min-width: 769px){

  .l-header__logo{
    width: 100px;
  }
  .l-header__icon .icon__reserve{
    width: 140px;
  }
  
  .l-header__icon .icon__line{
    width: 30px;
    margin: 0 20px;
  }
  
  .l-header__icon .icon__tel{
    width: 30px;
  }  


  .mv_logo{
    background-image: url(../img/logo_mv.png),url(../img/pc_mv.png);
    background-size: 160px , cover;
    padding-top: calc( 710 / 1366 * 100%);
    background-repeat: no-repeat;
    background-position: center center , top center;
  }
}


/* top-inner
* *********************************** */

.inner{
  padding: 0 20px;
}


/* top-sec1
* *********************************** */


.c-btn__line,
.c-btn__insta{
  color: white;
  max-width: 400px;
  margin: 10px auto;
  border-radius: 25px;
  padding: 10px 0;
  display: block;
  font-size: 1.8rem;
}

.c-btn__line{
  background-color: #94D880;
}
.c-btn__insta{
  background-color: #9BA3D0;
}

/* top-sec2
* *********************************** */

.l-sec2__ttl {
  display: flex;
  align-items: center; 
  justify-content: center; 
}
.l-sec2__ttl:before, .l-sec2__ttl:after {
  border-top: 1px solid;
  content: "";
  width: 100%; 
}
.l-sec2__ttl:before {
  margin-right: 1em; 
}
.l-sec2__ttl:after {
  margin-left: 1em;
}

.l-sec2 .c-note{
  text-align: left;
}



.l-sec2__course{
  text-align: left;
}

.l-sec2__course__ttl{
  position: relative;
  padding-left: 70px;
  margin-top: 10px;
}

.l-sec2__course .c-shampoo::after{
  background-color: #F29C98;
  content: 'SHAMPOO';
  width: 60px;
  height: 20px;
  vertical-align: middle;
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 1.0rem;
  color: #fff;
  border-radius: 4px;
  text-align: center;
}

.l-sec2__course .c-cut::after{
  background-color: #8AB2C1;
  content: 'CUT';
  width: 60px;
  height: 20px;
  vertical-align: middle;
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 1.0rem;
  color: #fff;
  border-radius: 4px;
  text-align: center;
}



.l-sec2__course table{
  border-collapse: collapse;
  border-spacing: 0;
  margin: 20px auto 0;
  max-width: 500px;
}

.l-sec2__course table th,table td{
  padding: 10px 0 0;
  text-align: center;
}

.l-sec2__course .p-table{
  width: 100%;
  font-weight: bold;
}

.l-sec2__course .p-table__odd{
  background-color: #fff
}

.l-sec2__course .p-table__even{
  background-color: #F2F2EF
}

.l-sec2__course .p-table__price-l,
.l-sec2__course .p-table__price-r
{
  position: relative;
  font-weight: normal;
  text-align: right;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-right: 15px;
  width: 50%;
}

.p-table__odd .c-shampoo::after,
.p-table__even .c-shampoo::after
{
  background-color: #F29C98;
  content: 'SHAMPOO';
  width: 60px;
  height: 20px;
  vertical-align: middle;
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 1.0rem;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  font-weight: bold;
}

.p-table__odd .c-cut::after,
.p-table__even .c-cut::after
{
  background-color: #8AB2C1;
  content: 'CUT';
  width: 60px;
  height: 20px;
  vertical-align: middle;
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 1.0rem;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  font-weight: bold;
}

.l-sec2__course table th{
  font-weight: normal;
  text-align: left;
  padding: 20px 0 20px 15px; 
}

.l-sec2__course table td{
  text-align: left;
  padding-left: 15px;
}




.l-sec2__single .single__ttl{
  font-weight: normal;
}

.l-sec2__single table{
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
}

.l-sec2__single table th,table td{
  text-align: center;
}

.l-sec2__single table tr:nth-child(odd){
  background-color: #fff
}

.l-sec2__single table tr:nth-child(even){
  background-color: #F2F2EF
}

.l-sec2__single table th{
  font-weight: normal;
  text-align: left;
  padding: 20px 0 20px 15px; 
}

.l-sec2__single table td{
  text-align: right;
  padding-right: 15px;
}



.l-sec2__customer .customer__ttl{
  text-align: left;
  font-weight: normal;
  border-bottom: 1px solid #000;
}

.l-sec2__customer .customer__text{
  text-align: left;
}


@media screen and (min-width: 414px){

  .p-table__odd .c-shampoo::after,
.p-table__even .c-shampoo::after
{
  background-color: #F29C98;
  content: 'SHAMPOO';
  width: 60px;
  height: 20px;
  vertical-align: middle;
  position: absolute;
  top: 10px;
  left: 30px;
  font-size: 1.0rem;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  font-weight: bold;
}

.p-table__odd .c-cut::after,
.p-table__even .c-cut::after
{
  background-color: #8AB2C1;
  content: 'CUT';
  width: 60px;
  height: 20px;
  vertical-align: middle;
  position: absolute;
  top: 10px;
  left:30px;
  font-size: 1.0rem;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  font-weight: bold;
}


}




.l-footer__logo{
  width: 125px;
  margin: 0 auto;
}

.l-footer__name{
  font-size: 1.8rem;
  font-weight: 700;
}

.l-footer__tel{
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.25;
}

.l-footer__text{
  font-size: 1.4rem;
}

.l-footer__map{
  padding: 0 20px;
  height: 0;
  overflow: hidden;
  padding-bottom: 345px;
  position: relative;
  margin: 0 auto;
  }
  .-footer__map iframe{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  }

.l-footer__copy{
  font-size: 1.2rem;
}