@charset "utf-8";
/* CSS Document */
html { scroll-behavior: smooth;}

body{ font-family: 'Noto Sans JP', sans-serif;
    font-size: clamp(0.813rem, 0.761rem + 0.26vw, 0.938rem);
    line-height: 1.3em;
    font-weight: 400;
}

.wrap {
  overflow: hidden;
}

.txt_center {
  text-align: center;
}
table {
  width: 100%;
}
img {    display: block;
  max-width: 100%;
  height: auto;
  transition: 1.0s;
}
.center-block {
  display: block;
  margin: 0 auto;
}
.container-f {
  padding-left: 0px;
  padding-right: 0px;
  margin-right: auto;
  margin-left: auto;
  
}
.container {
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
  max-width: 900px;

}

.w640 {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
  max-width: 640px;

}
.container-w {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1600px;
 
}

.sec_box{
    padding-top: 100px;
    padding-bottom: 100px;
    
}

.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}

.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

.item2 {
  width: calc(50% - 10px);
}
.item3 {
  width: calc(33.3% - 20px);
}
.item4 {
  width: calc(25% - 10px);
}

.flex_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.salon_info table{
     margin-top: 20px;
    margin-bottom: 20px;
}

.salon_info th{
  padding: 10px;
     color: #555;
  font-weight: 500;
  border: 1px solid #ccc;
    max-width:10%;
}

.salon_info td{
  border: 1px solid #ccc;
  color: #000;
  font-weight: 500;
  padding: 10px;
  background-color: #fff;
}

.salon_info a{
     text-decoration: none;
    color: #c5706b;}

.btn_reserve{
    display: block;
    width: 100%;
    background: #c5706b;
    text-align: center;
    color: #fff!important;
    margin-top: 20px;
    letter-spacing: .1rem;
    text-decoration: none;
    padding: 10px 0;
         font-family: 'Noto Serif JP', serif;
}

.tel{
    font-size: 1.2em;
}

.salon_name{
    font-size:clamp(1rem, 0.949rem + 0.26vw, 1.125rem);
       font-family: 'Noto Serif JP', serif; 
    font-weight: 400;
    letter-spacing: .1rem;
    line-height: 1.3em;
    margin-top: 10px;
}

.salon_thum img{
    object-fit: cover;
    height: 220px;
    width: 100%;
}

.mvsp{
    position: relative;
}

.btn0{
    position: absolute;
    top: 85%;
}

.beige{background: #f2ece9;
padding-bottom: 30px;}

.mb30{
    margin-bottom: 30px;
}

.eff, .cvpc{
    padding-top:70px;
    padding-bottom:70px;
}

.wsc{
    background: #f8f4f3;
    padding-bottom: 80px;
}


.about{
    background: #faf9f5;
}

.mess{padding-top:70px;
    padding-bottom:70px;
    background: #bf6b65;
}

.service{   padding-top:80px;
    padding-bottom:80px;}

.mvpc{
    position: relative;
}

.btnpc{
    margin: auto;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 2%;
}

@media (min-width: 771px) { 
    .visible-xs{
        display: none;
     }
}

@media (max-width: 770px) {
    .hidden-xs{
        display: none;
     }
    
     .item4, .item3, .item2, .item30, .item40, .item60, .item70 {
    width: 100%;
  }
    
    .salon .item3{
        margin-bottom: 70px;
    }
    
    .salon{
        padding-left: 20px;
        padding-right: 20px;
    }
}