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

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

#page-article {
  padding: 0;
}

#cta {
  background-color: #EEEDE9;
}
.cta--fair {
  width: 80%;
  margin: auto;
  padding: 15% 0;
}


.lp--fair-btn {
  padding: 10% 12% 16%;
}
.lp--fair-btn p + p {
  margin-top: 4%;
}


#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 */
.loop--slider-wrap {
  overflow: hidden;
}
.loop--slider .swiper-wrapper {
  transition-timing-function: linear;
}


/* 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;
}

