

/*******************************
*　エステサロン
********************************/
.pg_esthe {
  margin-bottom: -40px;
}
.pg_esthe .section:not(.sec1) .esthe_tt1{
  margin-bottom: 0;
}
.pg_header_logo.esthe img{
  /*width: 100px;*/
}

.pg_esthe .section.sec2 {
  padding: 50px 0;
  background: #fff1e7;
}
.esthe_tt1_tt{
  margin-bottom: 25px;
}
.esthe_sec2_ttl{
  margin-top: 30px;
  margin-bottom: 20px;
}
.esthe_sec2_img:before{
  padding-top: 60%;
}

.pg_esthe .section.sec3 {
  padding: 50px 0;
  margin-top: 0;
  background: #f4ddcd;
}
.esthe_sec3_img:before{
  padding-top: 66%;
}
.esthe_sec3_ttl {
  margin: 5px 0 2px;
}
.esthe_sec3_ttl:after{
  content: "";
  width: 50px;
  height: 2px;
  margin: 5px auto 0;
  background: #666666;
  display: block;
}
.esthe_sec3_list > div:nth-child(n+2){
  margin-top: 30px;
}

.pg_esthe .section.sec4 {
  padding: 50px 0;
  margin-top: 0;
  background: #fff1e7;
}
.esthe_sec4_ttl{
  margin-top: 20px;
  line-height: 1.5;
}
.esthe_sec4_ttl:after{
  content: "";
  width: 190px;
  height: 1px;
  margin: 13px 0 10px;
  background: #000000;
  display: block;
}
.esthe_sec4_item{
  margin-top: 35px;
}
.esthe_sec4_img:before {
  padding-top: 70%;
}

.pg_esthe .section.sec5 {
  padding: 30px 0;
  margin-top: 0;
  background: #eeceb8;
}
.esthe_sec5_links > div + div{
  margin-top: 15px;
}
.esthe_sec5_link {
  padding: 30px 20px;
  background: #f0f0f0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.esthe_sec5_link:before{
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 2px solid #b1ab89;
  position: absolute;
  left: 10px;
  top: 10px;
  pointer-events: none;
}
.esthe_sec5_link:after{
  content: "";
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 2px solid #b1ab89;
  position: absolute;
  left: 15px;
  top: 15px;
  pointer-events: none;
}
.esthe_sec5_link_ttl2{
  margin-top: 5px;
}

.esthe_sec6_ttl {
  padding: 11px;
  margin: 30px 0;
  background: #998d45;
  color: #ffffff;
}
.esthe_sec6_list{
  margin: 0 -5px;
}
.esthe_sec6_list > div{
  padding: 0 5px;
}
.esthe_sec6_item {
  padding: 15px 5px;
  min-height: 80px;
  background: #f2eabc;
  border: 1px solid #7a6f2e;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.esthe_sec6_list > div:nth-child(n+3){
  margin-top: 15px;
}

.pg_esthe .section.sec8 .esthe_tt1{
  margin-bottom: 30px;
}
.pg_access_gallery_img a{
  display: block;
  position: relative;
}
.pg_access_gallery_img a:before{
  padding-top: 79%;
  content: "";
  display: block;
}
.pg_access_gallery_img a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover';
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width:374px){
  .esthe_sec6_ttl{
    font-size: 17px;
  }
  .esthe_sec6_item{
    font-size: 13px;
  }
}
@media (min-width:768px){
  .pg_esthe .section.sec1{
    padding-bottom: 30px;
  }
  .pg_header_logo.esthe img{
    /*width: 40%;*/
  }
  .pg_esthe .section.sec2 {
    padding: 60px 0 110px;
  }
  .esthe_tt1_tt{
    margin-bottom: 50px;
  }
  .esthe_sec2_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .esthe_sec2_img {
    width: 40%;
  }
  .esthe_sec2_img:before{
    padding-top: 300px;
  }
  .esthe_sec2_txt {
    width: 60%;
    padding-left: 20px;
  }
  .esthe_sec2_ttl{
    margin-top: 0;
    margin-bottom: 30px;
  }
  .pg_esthe .section.sec3 {
    padding: 38px 0 52px;
  }
  .esthe_sec3_list > div:nth-child(n+2){
    margin-top: 0;
  }
  .esthe_sec3_list > div:nth-child(n+4){
    margin-top: 30px;
  }
  .pg_esthe .section.sec3 .esthe_tt1_tt{
    margin-bottom: 50px;
  }
  
  .pg_esthe .section.sec4{
    padding: 75px 0 80px;
  }
  .esthe_sec4_img:before{
    padding-top: 340px;
  }
  .esthe_sec4_item{
    margin-top: 50px;
  }
  .esthe_sec4_item:nth-child(even) .img{
    order: 2;
  } 
  .esthe_sec4_item:nth-child(even) .txt{
    order: 1;
  } 
  .esthe_sec4_ttl{
    margin-top: 0;
  }
  .esthe_sec4_ttl:after{
    margin: 23px 0 20px;
  }
  
  .pg_esthe .section.sec5 {
    padding: 60px 0;
  }
  .esthe_sec5_links > div + div{
    margin-top: 0;
  }
  .esthe_sec5_link {
    min-height: 210px;
    padding: 30px;
  }
  .pg_esthe .section.sec6 .esthe_tt1_tt,
  .pg_esthe .section.sec7 .esthe_tt1_tt{
    margin-bottom: 22px;
  }
  
  .pg_esthe .section.sec6 {
    margin-top: 80px;
  }
  .esthe_sec6_list{
    margin: 0 -15px;
  }
  .esthe_sec6_list > div{
    padding: 0 15px;
  }
  .pg_esthe .section.sec7 {
    margin-top: 80px;
  }
  .pg_esthe .section.sec8 {
    margin-top: 80px;
  }
  .pg_esthe .section.sec8 .esthe_tt1{
    margin-bottom: 40px;
  }
  .pg_esthe .section.sec9 {
    margin-top: 100px;
  }
  .pg_esthe .section.sec9 .esthe_tt1 {
    margin-bottom: 45px;
  }
  .pg_esthe .pg_access_gallery_item:nth-child(n+5) {
    margin-top: 20px;
  }
  .pg_esthe {
    margin-bottom: -80px;
  }
}
@media (min-width:1024px){
  .pg_esthe .section:not(.sec1) .esthe_tt1{
    margin-bottom: 0;
  }
  .pg_header_logo.esthe img{
    /*width: 32%;*/
  }
  .pg_esthe .section.sec1{
    padding-bottom: 50px;
  }
  .esthe_sec2_img {
    width: 51%;
  }
  .esthe_sec2_img:before{
    padding-top: 360px;
  }
  .esthe_sec2_txt {
    width: 49%;
    padding-left: 30px;
  }
  .esthe_sec2_ttl.mincho {
    font-size: 36px;
  }

  .pg_esthe .section.sec3 {
    padding: 38px 0 92px;
  }
  
  .pg_esthe .section.sec4{
    padding: 105px 0 150px;
  }
  .esthe_sec4_item{
    margin-top: 80px;
  }
  .esthe_tt1_tt{
    margin-bottom: 58px;
  }
  .esthe_sec4_ttl{
    line-height: 1;
  }
  
  .esthe_sec6_ttl {
    margin: 55px 0 50px;
  }
  .esthe_sec6_item{
    font-size: 16px;
  min-height: 120px;
  }
  .esthe_sec6_list > div:nth-child(n+3){
    margin-top: 0;
  }
  .esthe_sec6_list > div:nth-child(n+5){
    margin-top: 30px;
  }
  
  .pg_esthe .section.sec6 {
    margin-top: 100px;
  }
  .pg_esthe .section.sec7 {
    margin-top: 100px;
  }
  .pg_esthe .section.sec7 .read_more{
    margin-top: 70px;
  }
  .pg_esthe .section.sec7 .read_more a{
    padding: 13px;
  }
  .pg_esthe .section.sec8 {
    margin-top: 100px;
  }
  .pg_esthe .section.sec8 .esthe_tt1{
    margin-bottom: 50px;
  }
  .pg_esthe .section.sec9 {
    margin-top: 200px;
  }
  .pg_esthe {
    margin-top: -13px;
    margin-bottom: -150px;
  }
}
@media (min-width:1200px){
  .pg_esthe .section.sec1{
    padding-bottom: 80px;
  }
  .pg_esthe .section:not(.sec1) .esthe_tt1{
    margin-bottom: 0;
  }
  .esthe_tt1_tt {
    margin-bottom: 88px;
  }
  .esthe_sec2_txt {
    padding-left: 60px;
  }
  .esthe_sec2_ttl.mincho {
    font-size: 40px;
  }
  .esthe_sec6_item{
    font-size: 20px;
  }
  .pg_esthe .section.sec8 .esthe_tt1{
    margin-bottom: 60px;
  }
  .pg_esthe .section.sec9 .esthe_tt1{
    margin-bottom: 55px;
  }
  .pg_esthe .pg_access_map iframe{
    height: 420px;
  }
}



/*******************************
*　メディア実績
********************************/
.slick-dots{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.slick-dots li button{
  font-size: 0;
  border: 0;
  background: 0;
}
.slick-dots li button:before{
  content: "";
  width: 10px;
  height: 10px;
  background: #a0a0a0;
  border-radius: 50%;
  margin: 0 1px;
  display: inline-block;
}
.slick-dots li.slick-active button:before{
  background: #000000;
}
.slick-dots > li:only-child {
  display: none;
}

.max-w-unset {
  max-width:unset;
  width:100%;
}

/* コピー用 */
@media (max-width:767px){

}
@media (min-width:768px){


}
@media (min-width:1024px){


}
@media (min-width:1200px){


}
