@charset "utf-8";

html{
  font-size: 90% !important;
  scroll-padding-top: 180px;
  scroll-behavior: smooth;
}

body{
  font-family: yu-gothic-pr6n, sans-serif;
  color: #333;
  font-size: 90% !important;
  line-height: 1.8;
}

div#root {
    width: 100%;
    overflow: hidden;
}

img {
    image-rendering: -webkit-optimize-contrast;
}

.klee{
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
}

.bilo{
  font-family: bilo, sans-serif;
}

a{
  transition: all 0.3s ease;
  cursor: pointer;
  color:  #333;
}

a:hover{
  opacity: 0.7;
  text-decoration: none;
  color:  #333;
}

p span{
  display: inline-block;
}

.f-14{font-size: 0.8rem;}
.f-16{font-size: 1rem;}
.f-20{font-size: 1.25rem;}
.f-24{font-size: 1.5rem;}
.f-32{font-size: 2rem;}

.mb-32{margin-bottom: 2rem}
.mb-40{margin-bottom: 2.5rem}

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

.d-grid{
  display: grid;
}



.line {
    position: relative;
  	margin-top: -0.5rem;
}

.line:before{
  content: "";
  display:block;
  width: 72px;
  height: 18px;
  border: 1px solid #333;
  /*background: #333;*/
}

.line:after{
  content: "";
  display:block;
  position: absolute;
  width: calc(100% - 18px);
  height: 1px !important;
  background-color: #333;
  margin-left: 18px;
  top: 9px;
}

/*ボタンアニメーション*/
.button {
  background: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #848171;
  position: relative;
  display: inline-block;
  padding: 0.5em 1em;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
.button:before,
.button:after {
  content: "";
  display: block;
  position: absolute;
  border-color: #848171;
  box-sizing: border-box;
  border-style: solid;
  width: 1em;
  height: 1em;
  transition: all 0.3s ease-in-out;
}
.button:before {
  top: -6px;
  left: -6px;
  border-width: 1px 0 0 1px;
  z-index: 5;
}
.button:after {
  bottom: -6px;
  right: -6px;
  border-width: 0 1px 1px 0;
}
.button:hover:before,
.button:hover:after {
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  opacity: 1;
}

.c2143.page-fv.page-fv02 {
    min-height: 70vh !important;
}

.container-DEPILATION .row.price {
    display: flex;
    align-items: stretch !important;
}

.DEPILATION-menu{
  font-size: min(4vw , 1.2rem) !important;
}

.DEPILATION-menu span{
  font-size: min(4vw  , 1.2rem)  !important;
}

.p1667477170317.mb-0.f-14.vio {
     font-size: min(2vw  , 0.8rem)  !important;
}

.container.tab-content.active.mx-auto {
    text-align: left;
    margin: 63px auto 100px auto !important; 
}



/*-----576px以上に適用されるCSS（iphon）-----*/
@media screen and (min-width: 576px) {
}


/*----- 768px以上に適用されるCSS（ipad） mdに相当-----*/
@media screen and (min-width: 768px) {
      html{
      font-size: 100% !important;
    }
  
    body{
    font-family: yu-gothic-pr6n, sans-serif;
    font-size: 100% !important;
    line-height: 1.8 !important;
  }
  
  .c2143.page-fv.page-fv02 {
    min-height: 540px !important;
}
 
}


/*----- 992px以上に適用されるCSS（ipadpro）  lgに相当-----*/
@media screen and (min-width: 992px) {
}
	

/*-----1024px以上に適用されるCSS（ipad〜pc）-----*/
@media screen and (min-width: 1024px) {
	    
}

/*-----1200px以上に適用されるCSS（pc〜） Xlに相当-----*/
@media screen and (min-width: 1200px) {
  
  .c2143.page-fv {
    margin: 0 102px 0 0 !important;
}
	    
}


.c6114.w-100.salon_img {
  height: auto !important;
  object-fit: contain;
}