/** Shopify CDN: Minification failed

Line 198:10 Expected ":"
Line 212:10 Expected ":"
Line 235:10 Expected ":"
Line 247:10 Expected ":"
Line 258:12 Expected ":"
Line 268:12 Expected ":"

**/
.sp {
  display: block;
}
.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}

.section-header__title{
  font-weight: 900;
}

/* logo */
.site-header__logo{
  position:relative;
}

.site-header__logo a{
  left: -24px;
}

@media screen and (min-width: 768px) {
  .site-header__logo a{
  left: auto;
}
}

.movie video{
  width:100%;
  vertical-align: bottom;
}
/* Topページ 初めての方へ */
#shopify-section-template--19569996759327__0c8e7691-bdb2-4dd9-b85b-ce2fe1120fdf{
  margin:0;
  padding:0 0 100px;
  background:#F8F6F3;
}
/* Topページ下部 LINEでお問い合わせ */
#shopify-section-template--19569996759327__48adbadd-f6f0-492c-85a8-972dcc991057{
  margin: 0 0 32px;
}
#shopify-section-template--19569996759327__59248580-202d-4094-9c42-8d8bf71ddc0a .custom__item-inner{
  text-align: center;
}

/* 背景 */
#shopify-section-template--19569996759327__6f87d105-691c-43cb-9ea3-3e18be631966 .img img,
#shopify-section-template--19569996759327__7d459039-214b-4215-b117-9d5133805166 .img img{
  max-height: 450px;
}

/* top collection-list */
#shopify-section-template--19569996759327__e0d2ea20-7444-4ec7-80a4-a9b3c1130724 .skrim__overlay:after{
  opacity: 0;
}
#shopify-section-template--19569996759327__e0d2ea20-7444-4ec7-80a4-a9b3c1130724 .skrim__title{
  display:none;
}

#shopify-section-template--19569996759327__e0d2ea20-7444-4ec7-80a4-a9b3c1130724 .collection--square-large{
  height:auto;
}

#shopify-section-template--19569996759327__e0d2ea20-7444-4ec7-80a4-a9b3c1130724 .grid__item{
    width: 50%;
}

/* カレンダー */
#calendar {
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}

.calendar-table{
  width:900px;
}
@media screen and (min-width: 750px){
  .calendar-table{
    width:100%;
  }
}
#calendar .calendar-header{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 16px;
}

#calendar .calendar-header .calendar-header__title{
  position:absolute;
  display: block;
  width: 100%;
  margin: 0 0 16px;
  font-size: 18px;
  text-align:center;
}
#calendar .calendar-header button{
  position: relative;
  display: block;
  padding: 5px 10px;
  font-size: 16px;
  /*border: solid 1px #aaa;*/
  background: #fff;
  line-height: 1;
}

#calendar .calendar-header .calendar-header__prev:before{
  content:"<";
  display:inline-block;
  padding: 0 8px 0 0;
  font-size: 16px;
}

#calendar .calendar-header .calendar-header__next:after{
  content:">";
  display:inline-block;
  padding: 0 0 0 8px;
  font-size: 16px;
}
#calendar .calendar-table .calendar-day {
  position: relative;
  width: 14.285714285%;
  padding: 14.2857142857% 0 0;
}
#calendar .calendar-table tr th:first-child {
  color:#990000;
  /*background:#FFD1D1;*/
}
#calendar .calendar-table tr th:last-child {
  color:#0000FF;
  /*background:#CCF9FF;*/
}

#calendar .calendar-table .calendar-day .day{
  position: absolute;
  top: 4px;
  left: 4px;
  z-index:10;
}

#calendar .calendar-table .calendar-day a{
  position: absolute;
  display:block;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index:10;
}

#calendar .calendar-table tr td:first-child {
  color:#990000;
  /*background:#FFD1D1;*/
}
#calendar .calendar-table tr td:last-child {
  color:#0000FF;
  /*background:#CCF9FF;*/
}
#calendar .calendar-table tr td p {
  color:#fff;
  background: #039BE5;
}

#calendar .calendar-table tr td a {
  display:block;
}

#calendar .calendar-table .calendar-day p{
  font-weight:700;
}

#calendar .calendar-table .calendar-day .txt{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  display: block;
  width: 100%;
  margin: -21px 0 0;
  padding: 0 10px;
  font-size: 12px;
  z-index:10;
}
#calendar .calendar-table .calendar-day .lottery01,
#calendar .calendar-table .calendar-day .lottery02{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 10px;
  color: #fff;
  font-size: 10px;
}

#calendar .calendar-table .calendar-day .lottery01{
  margin: 2px 0 0;
}
#calendar .calendar-table .calendar-day .lottery02{
  margin: 25px 0 0;
}

/* 縮小表示 */
.calendar-table{
  width:100%;
}
#calendar .calendar-table .calendar-day .lottery01,
#calendar .calendar-table .calendar-day .lottery02{
  transform: translateY(-50%) translateX(-50%) scale(.5, .5);
  -webkit- transform: translateY(-50%) translateX(-50%) scale(.5, .5);
  width: 200%;
  padding: 0 2px;
  font-size: 10px;
}

#calendar .calendar-table .calendar-day .lottery02{
  margin: 12px 0 0;
}

#calendar .calendar-table .calendar-day .txt{
  transform: translateY(-50%) translateX(-50%) scale(.5, .5);
  -webkit- transform: translateY(-50%) translateX(-50%) scale(.5, .5);
  width: 200%;
  margin: 13px 0 0;
  padding: 0;
  font-size: 10px;
}

@media screen and (min-width: 768px) {
  #calendar .calendar-table .calendar-day .lottery01,
  #calendar .calendar-table .calendar-day .lottery02{
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    width: 100%;
    padding: 0 10px;
    font-size: 12px;
  }
  #calendar .calendar-table .calendar-day .lottery02{
    margin: 24px 0 0;
  }
  #calendar .calendar-table .calendar-day .txt{
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    width: 100%;
    margin: -20px 0 0;
    padding: 0 10px;
    font-size: 12px
  }
}

/* ここまで */

#calendar .calendar-table .calendar-day .indent{
  text-indent:-9999px;
}

#calendar .calendar-table{
  background: #CBBD62;
}

/* サロンマップ */
.slaonmap-inner ul{
  list-style:none;
  margin:0;
}

.slaonmap-inner .salonmap-box{
  margin:0 0 50px;
}

.slaonmap-inner .salonmap_img{
  position:relative;
  width: auto;
  height: auto;
  background-size: 98%;
  background-position: 0% 18%;
  padding: 50%;
  margin:0 0 54px;
  background-image: url(/cdn/shop/files/salonmap_bg.png?v=1679641128);
  background-repeat: no-repeat;
}

.slaonmap-inner .salonmap_img .item{
      position: absolute;
}
.slaonmap-inner .salonmap_img .item01{
  width: 33%;
  top: 3%;
  left: 34.5%;
}
.slaonmap-inner .salonmap_img .item02{
  width: 33%;
  top: 30.4%;
  left: 24.4%;
}
.slaonmap-inner .salonmap_img .item03{
  width: 46%;
  top: 31%;
  left: 54%;
}
.slaonmap-inner .salonmap_img .item04{
  width: 35.4%;
  top: 52.5%;
  left: 53%;
}
.slaonmap-inner .salonmap_img .item05{
  width: 38%;
  top: 66%;
  left: 43.3%;
}
.slaonmap-inner .salonmap_img .item06{
  width: 31%;
  top: 52%;
  left: 4%;
}
.slaonmap-inner .salonmap_img .item07{
  width: 46.4%;
  top: 76%;
  left: 22%;
}
.slaonmap-inner .salonmap_img .item08{
  width: 42.7%;
  top: 86.6%;
  left: 12%;
}

.salon-list .salon-item{
  margin:-80px 0 0;
  padding:80px 0 0;
}
@media screen and (min-width: 750px){
  .salon-list .salon-item{
    margin:-180px 0 0;
    padding:180px 0 0;
  }
}

.salon-list .salon-item .tit{
  position:relative;
  margin:0 0 40px;
  font-size: 22px;
}
.salon-list .salon-item .tit:before{
  content:"";
  position:absolute;
  width:100%;
  height:2px;
  left:0;
  bottom:-10px;
  background:#ccc;
}
.salon-list .salon-item .tit:after{
  content:"";
  position:absolute;
  width:80px;
  height:2px;
  left:0;
  bottom:-10px;
  background:#cbbd62;
}

.salon-list .salon-item .tit-sub{
  font-size: 20px;
}

.salon-list .salon-item .name{
  font-size:16px
}

.salon-list .salon-item .certification{
  font-size:14px
}

.district-list{
  margin:0 0 20px;
}

.district-list .district-item{
  margin: 0 0 30px;
  border-bottom: solid 1px #ccc;
}
.district-list .list .item{
  margin: 0 0 30px;
  border-bottom: solid 1px #ccc;
}

.district-list .list .item:last-child{
  margin:0;
  border:none;
}

.district-list .list .item .name{
  line-height: 1.6;
  letter-spacing: .05em;
}

.district-list .district-item .icon{
  display: flex;
  width: 100%;
  height:auto;
}
.district-list .district-item .icon a{
  display:block;
  width:32px;
  margin: 0 20px 20px 0;
}
.district-list .district-item .icon .home a{
  margin: 0 20px 20px 0;
}

.district-list .district-item .icon a[href=""]{
  display:none;
}

/* infiniteslide */
.js-infiniteslide{
}
.js-infiniteslide img{
  vertical-align:bottom;
}

/*  */
.flickity-viewport{
    min-height: 400px;
    overflow-y: auto;
}

.slideshow-wrapper .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes slideDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideshow-wrapper .slide-down {
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.slideshow-wrapper.slide-up {
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
}
.slideshow-wrapper .content-wrap {
  height: 250px;
  overflow: hidden;
  position: relative;
  margin: 0;
}
.slideshow-wrapper .close-btn, .more-btn {
  display: block;
  width: 100%;
  padding: 80px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 60%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 60%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 60%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr='#00ffffff',
      endColorstr='#ffffff',
      GradientType=0
    );
}
.slideshow-wrapper .close-btn {
  background: none;
}
.slideshow-wrapper .slide-up {
  height: 150px;
  padding-bottom: 0;
  overflow: hidden;
}
.slideshow-wrapper .slide-down {
  height: auto;
  overflow: visible;
  padding-bottom: 50px;
}
.slideshow-wrapper .more-btn p {
  display: inline-block;
  color: #fff;
  cursor: pointer;
  background: #cbbd62;
  padding: 5px 20px;
  width: 60%;
}
.slideshow-wrapper .close-btn {
  padding:0;
}
.slideshow-wrapper .close-btn p {
  background: #aaa;
}

@media screen and (max-width: 767px) {
  #Slideshow-template--18938743062815__a3934d2c-e9ae-4de3-8234-5caf1c968dc3 .parallax-container{
    top: 0;
    left: 0;
    height: 100%;
  }
}

.schedule-table dl{
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0 0 12px;
}

.schedule-table dl .schedule-content__item{
  width: calc(33% - 2px);
  background-color: #F8F6F3;
}

.schedule-table dl .schedule-content__item:last-child{
  width:100%;
}

.schedule-table dl .schedule-content__item dt{
  padding: 3px 0;
  align-items: center;
  background-color: #CBBD62;
  display: flex;
  font-size: 12px;
  justify-content: center;
  letter-spacing: 0.03em;
  font-weight:700;
}
.schedule-table dl .schedule-content__item dd{
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 5px;
  text-align: center;
}

.schedule-table dl .schedule-content__item dd,
.schedule-table dl .schedule-content__item dd p{
  font-weight:700;
}

.schedule-table dl .schedule-content__item.item04 dd{
  padding: 10px;
  text-align: left;
}

.schedule-table dl .schedule-content__item dd strong{
  font-size: 14px;
  font-weight: 700;
}

.schedule-table dl .schedule-content__item dd span{
  font-weight:700;
}
.schedule-table .no_blog{
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .schedule-table dl{
    margin: 0 0 4px;
  }
  .schedule-table dl .schedule-content__item{
    width:14.1304347826%;
  }
  .schedule-table dl .schedule-content__item:last-child{
    width:56.304348%;
  }
  .schedule-table dl:not(:nth-child(1)) .schedule-content__item dt{
    display:none;
  }
  .schedule-table dl .schedule-content__item dd{
    align-items: center;
    justify-content: center;
    display: flex;
    min-height: 64px;
  }
  .schedule-table dl .schedule-content__item.item04 dd{
    text-align: left;
    overflow-wrap: break-word;
    justify-content: start;
  }
  .schedule-table .no_blog{
    text-align:center;
  }
}
@media screen and (min-width: 768px) {
  .grid__item .flickity-viewport{
    min-height: auto;
    height: auto;
    overflow: hidden; 
  }
}

#shopify-section-template--19569996759327__7d459039-214b-4215-b117-9d5133805166
.background-media-text .background-media-text__inner .background-media-text__aligner .animation-cropper .animation-contents .background-media-text__text
  {
  text-align: center;
  margin: 0 auto;
  }

.tempalte-lp-ec-site .section-faq .section-header .section-header__title{
      font-size: 24px;
}
.tempalte-lp-ec-site .section-faq div button span{
      font-size: 16px;
}
.tempalte-lp-ec-site .section-faq div p{
      font-size: 14px;
}

@media screen and (min-width: 768px) {
  .tempalte-lp-ec-site .section-faq .section-header .section-header__title{
        font-size: 32px;
  }
  .tempalte-lp-ec-site .section-faq div button span{
        font-size: 20px;
  }
  .tempalte-lp-ec-site .section-faq div p{
        font-size: 18px;
  }
}

.ec-banner .banner-inner{
  max-width:1000px;
  margin: 30px auto;
  padding: 0 20px;
}
.ec-banner .drwer-banner-inner{
  margin: 20px 0 0;
}
.ec-banner a{
  display:block;
  transition: 0.3s;
}
.ec-banner a:hover{
  opacity:.7;
}