@charset "utf-8";
/* dlight */
.dm {}

.sm--inner {
  padding: 0;
}
.sf--dlight {
  display: none;
}

#page-article {
  padding: 0;
}


.cc--inner {
  position: relative;
}
.cc--inner .btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 72.5%;
  margin: auto;
  padding: 40% 0 0;
  z-index: 5;
}


.faci--inner {
  position: relative;
  margin-top: -30%;
  margin-bottom: -29%;
  overflow: hidden;
  z-index: 5
}
.faci--p2,
.faci--p4 {
  width: 84.3%;
  margin: auto;
}
.faci--p3 {
  width: 8.8%;
  margin: auto;
  padding: 20% 0;
}
.faci--video {
  position: absolute;
  width: 42%;
  bottom: 15%;
  right: 0;
  overflow: hidden;
  z-index: -1;
}
.faci--video::after {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 2;
}
.faci--video video {
  position: absolute;
  width: 120%;
  height: auto;
  left: -18%;
  bottom: 0;
  opacity: 0.2;
}


#contact-form {
  padding: 15% 0;
}
#contact-form h2 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}

.formTable .revday .bikou {
  padding-top: 12px;
}
.formTable .revBikou {
  font-size: 12px;
  width: 94%;
  margin: auto;
}
.formCheck {
  font-size: 12px;
}


/* FAIR SLIDER */
#fair {
  background-color: #FFF;
  
  .fair--header {
    margin: 0 auto 36px;
  }
  .fair--header h2 {
    font-size: 2.4rem;
    font-weight: normal;
    text-align: center;
    line-height: 1;
  }
  
  .fair--slider-wrap {
    width: 80%;
    overflow: hidden;
    margin: 0 auto 5%;
  }
  .fair--slider {
    margin-bottom: 15px;
  }
  .slide-item {
    position: relative;
  }
  .slide-item a {
    display: block;
    transition: all .8s;
  }
  .slide-item a:hover {
    opacity: .8;
  }
  .slide-title {
    display: -webkit-box;
    font-size: 1.3rem;
    text-align: justify;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-feature-settings: 'palt' 1;
    letter-spacing: 0.1em;
  }
  .slide-read {
    display: -webkit-box;
    font-size: 1.2rem;
    text-align: justify;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-feature-settings: 'palt' 1;
  }
  .slide-thum {
    position: relative;
    margin: 0 0 10px;
    width: 100%;
    height: auto;
    aspect-ratio: 1	/	0.7;
    overflow: hidden;
  }
  .slide-thum img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
  }
  .dateInfo {
    position: absolute;
    display: flex;
    flex-flow: column;
    background-color: #FFF;
    width: 60px;
    padding: 10px 6px;
    top: 0;
    left: 15px;
    font-family: var(--font-en-roboto);
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    z-index: 10;
  }
  .dateInfo .ymData {
    display: inline-block;
    color: #4D4D4D;
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 3px;
  }
  .dateInfo .dDate {
    font-size: 2.8rem;
    font-weight: 400;
    color: #5d5d5d;
    line-height: 1;
    display: block;
    margin-bottom: 4px;
    padding-bottom: 3px;
    border-bottom: 1px solid #bdbdbd;
  }
  .dateInfo .wDate {
    color: #6497B5;
    font-size: 1.1rem;
    line-height: 1;
    vertical-align: top;
  }
  .dateInfo.doW .dDate,
  .dateInfo.doW .wDate {
    color: #6484A2;
  }
  .dateInfo.nichiW .dDate,
  .dateInfo.nichiW .wDate,
  .dateInfo.shukuW .dDate,
  .dateInfo.shukuW .wDate {
    color: #881032;
  }
  
  /* SLIDER */
  .swiper-pagination-bullets {
    text-align: center;
  }
  .swiper-pagination-bullet {
    width: 12% !important;
    height: 3px !important;
    border-radius: 0 !important;
    background-color: #c8c8c5 !important;
    opacity: 1 !important;
  }
  .swiper-pagination-bullet-active {
    background-color: #4A4A4A !important;
  }
  @media ( min-width: 769px ) {
    .swiper-pagination-bullets {
      width: 100% !important;
      text-align: center;
    }
    .swiper-pagination-bullet {
      width: 12% !important;
      height: 3px !important;
      border-radius: 0 !important;
      background-color: #c8c8c5 !important;
      opacity: 1 !important;
    }
    .swiper-pagination-bullet-active {
      background-color: #4A4A4A !important;
    }
  }
  
  .btn-viewmore-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64%;
    height: 48px;
    margin: auto;
    background-color: #FFF;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-indent: 0.02em;
  }
  
  @media ( min-width: 769px ) {
    iframe {
      height: 1200px;
    }
  }
  @media ( max-width: 768px ) {
    iframe {
      width: 100%;
      aspect-ratio: 1 / 1;
    }
  }
  
}


/* ACCESS */
/* ============================== */
#access {
  background-color: #EEEDE9;
  padding: 60px 0;
}
.acc--keytitle {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1	/	1.088;
  background-image: url(../img/index/access_bg_sp.jpg);
  background-size: cover;
}
.acc--keytitle::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1	/	0.224;
  background-image: url(../img/index/access_mask_sp.png);
  background-size: cover;
  z-index: 1;
}
.acc--kt-txt {
  position: absolute;
  top: -18px;;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  font-family: BaskervilleMTPro-Regular, serif;
  font-size: 30px;
  color: #FFF;
  line-height: 0.9;
  text-align: center;
  letter-spacing: 0.02em;
  margin-left: -0.02em;
  white-space: nowrap;
}

.acc--inner {
  text-align: center;
  width: 90%;
  margin: auto;
}

#access .sc-tt-en {
  font-size: 22px;
  font-weight: 200;
  text-indent: 0.05em;
  margin-bottom: 32px;
}
.acc--logo {
  width: 80px;
  margin: 0 auto 15px;
}
.acc--addmap {
  position: relative;
  font-size: 13px;
  margin-bottom: 30px;
}
.acc--gmap {
  white-space: nowrap;
}
.acc--gmap span {
  display: inline-block;
  vertical-align: bottom;
}
.acc--gmap span img {
  width: 16px;
}

.acc--train {
  position: relative;
  margin-bottom: 42px;
}
.acc--train::after {
  content: '';
  display: block;
  width: 72px;
  height: 1px;
  background-color: #707070;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -21px;
}
.acc--train table th {
  font-weight: normal;
  white-space: nowrap;
  vertical-align: top;
}
.acc--train table td {
  text-align: left;
  font-feature-settings: 'palt' 1;
}

.acc--salon > h3 {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 10px;
}
.acc--salon-add {
  font-size: 14px;
}

.acc--salon-gmap {
  white-space: nowrap;
  margin-bottom: 24px
}
.acc--salon-gmap span {
  display: inline-block;
  vertical-align: bottom;
}
.acc--salon-gmap span img {
  width: 16px;
}

.acc--salon-contact {
  display: flex;
  justify-content: center;
  margin-bottom: 24px
}
.acc--salon-contact-mail {
  margin-left: 1em;
}

.acc--salon-data table th {
  font-weight: normal;
  white-space: nowrap;
  vertical-align: top;
}
.acc--salon-data table td {
  text-align: left;
  font-feature-settings: 'palt' 1;
}

.acc--btn {
  width: 80%;
  margin: auto;
}
.acc--btn ul li + li {
  margin-top: 15px;
}
.acc--btn ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 36px;
  background-color: #FFF;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
}
.acc--btn ul li:first-child a {
  letter-spacing: 0.4em;
  text-indent: 0.4em;
}

