@charset 'UTF-8';

/* Overwrite assets_old/css here. */
body:after{
  background-color: #B25A66;
}
#header-wrapper header .h-reserve{
  width: 128px;
}
#header-wrapper header .h-sns{
  position: absolute;
  top: 20px;
  left: 160px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
}
#header-wrapper header .h-sns li{
  width: 20px;
}
#header-wrapper .h-lang{
  position: absolute;
  top: 8px;
  right: 0;
}
#header-wrapper .h-lang-current{
  width: 143px;
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 40px;
  background: url(../img/common/icon_global.svg) no-repeat #fff;
  background-size: 15px auto;
  background-position: center left 16px;
  cursor: pointer;
}
#header-wrapper .h-lang-list{
  display: none;
}
#header-wrapper .h-lang-list>li{
  width: 143px;
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 40px;
  background-color: #fff;
}
#footer-wrapper{
  padding-top: 20px;
  padding-bottom: 85px;
}
#footer-wrapper p{
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.18em;
}
#footer-fixlogo{
  z-index: 101;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 0 20px;
  background-color: #fff;
}
#footer-fixlogo img{
  display: block;
  width: 34px;
  margin: 0 auto;
}
.sb-toggle-right{
  background-image: url(../img/common/txt_share.svg)
}
#top #salon-info .add,
#top #salon-info .tel{
  line-height: 1.6;
}
#top #gallery[data-count="1"] img{
  opacity: 1 !important;
}
#top #instagram{
  background-color: #B35A66;
}
#top #instagram li.btn-view-all{
  width: 306px;
}
#top #staff{
  background-color: #B35A66;
}
#top #staff h2{
  color: #fff;
}
#top #recommend .new,
#hair #list .new{
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  width: auto;
}
#top #recommend .new li,
#hair #list .new li{
  padding: 0;
}
#top #recommend .new li a,
#hair #list .new li a{
  aspect-ratio: 1 / 1;
}
#top #recommend .new li a img,
#hair #list .new li a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#staff .reserve-sns{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 15px;
}
#staff .reserve-sns li{
  width: 20px;
}
#access #mv_slider ul,
#access #mv_slider li img{
  height: 360px;
}
#access .add p,
#access .info p{
  line-height: 1.6;
}

/*  Add Custom CSS here.  */
