@charset "UTF-8";
.br-sp {
  display: none;
}

footer .footer_bg {
  background-image: url(../img/common/footer_bg.png), url(../img/top/bg01.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top left -20px, top 16px left -56px;
}

.dryHeadSpaBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dryHeadSpaBox .whiteBoxArea {
  width: 61.8%;
  height: auto;
  max-width: 276px;
  position: relative;
  margin-right: 45px;
}

.dryHeadSpaBox .whiteBoxArea::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 90%;
  height: 90%;
  background-color: #d3ceca;
  z-index: -50;
}

.dryHeadSpaBox .whiteBoxArea::after {
  content: "";
  display: block;
  padding-bottom: 100%;
  position: relative;
}

.dryHeadSpaBox .whiteBoxArea img {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 90%;
}

.dryHeadSpaBox .whiteBoxArea img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.dryHeadSpaBox .dryHeadSpaTxtBox {
  padding-top: 26px;
  padding-bottom: 11px;
  width: 46%;
}

.dryHeadSpaBox .dryHeadSpaTxtBox .position {
  font-size: 12px;
  color: #999999;
  line-height: 1;
  letter-spacing: 0.1em;
}

.dryHeadSpaBox .dryHeadSpaTxtBox .dryHeadSpaTitle-en {
  font-size: 33px;
  font-weight: bold;
  line-height: 1;
  margin-top: 0.62em;
}

.dryHeadSpaBox .dryHeadSpaTxtBox .dryHeadSpaTitle-ja {
  font-size: 12px;
  color: #5f5a4b;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 1em;
}

.dryHeadSpaBox .dryHeadSpaTxtBox .introduction {
  font-size: 12px;
  color: #5f594b;
  line-height: 2.3;
  letter-spacing: 0.1em;
  margin-top: 6em;
  text-align: justify;
}

.dryHeadSpaArea {
  max-width: 1180px;
  margin: 0 auto;
}

.dryHeadSpaArea .dryHeadSpaBox .dryHeadSpaTxtBox {
  width: 70%;
}

.menuListArea {
  margin-top: 56px;
}

.menuListArea .notice {
  max-width: 676px;
  margin-right: auto;
  margin-left: auto;
  text-align: right;
}

.menuListArea dl {
  padding-top: 36px;
  padding-bottom: 41px;
}

/*.menuListArea dl:nth-of-type(even) {
  position: relative;
}

.menuListArea dl:nth-of-type(even)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #f8f8f8;
  z-index: -1;
}*/

.menuListArea dl dt,
.menuListArea dl dd {
  margin-left: auto;
  margin-right: auto;
  max-width: 676px;
}

.menuListArea dl dt {
  color: #5f594b;
  font-size: 18px;
  font-weight: bold;
  border-bottom: dashed 1px #d3ceca;
  padding-bottom: 6px;
}

.menuListArea dl dt:not(:first-of-type) {
  margin-top: 2em;
}

.menuListArea dl dt span {
  font-size: 14px;
}

.menuListArea dl dt:before {
  content: "●";
  font-size: 28px;
}

.menuListArea dl dd {
  font-size: 12px;
  text-align: justify;
}

.menuListArea .price {
  color: #5f594b;
  text-align: right;
  font-size: 18px;
  font-weight: bold;
  padding-top: 4px;
  padding-bottom: 8px;
  padding-right: 4px;
}

.menuListArea .explanation {
  max-width: 607px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  line-height: 2.5em;
}

.menuListArea .explanation:last-child {
  margin-bottom: 0px;
}
/* // MARK : maxW 1200px */
@media screen and (max-width: 1200px) {
  .dryHeadSpaBox .whiteBoxArea {
    width: 46.8%;
    max-width: 230px;
    margin-right: 33px;
  }
  .dryHeadSpaBox .dryHeadSpaTxtBox .dryHeadSpaTitle-en {
    font-size: 20px;
  }
  .dryHeadSpaBox .dryHeadSpaTxtBox .introduction {
    margin-top: 2em;
  }
  .staff_list .dryHeadSpaBox {
    min-height: 210px;
  }
}

/* // MARK : maxW 1000px */
/* // MARK : maxW 767px */
@media screen and (max-width: 767px) {
  .br-sp {
    display: block;
  }
  footer .footer_bg {
    background-position: top left -20px, top 256px left -56px;
  }
  .menuListArea {
    margin-bottom: 100px;
  }
  .menuListArea dl dt {
    padding-left: 1.7em;
    text-indent: -1.7em;
  }
  .menuListArea dl dt span {
    font-size: 12px;
  }
  .dryHeadSpaBox {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .dryHeadSpaBox .whiteBoxArea {
    width: 61.8%;
    margin: 0 auto;
  }
  .dryHeadSpaBox .dryHeadSpaTxtBox {
    width: 100%;
  }
  .dryHeadSpaArea .dryHeadSpaBox .dryHeadSpaTxtBox {
    width: 100%;
  }
  .dryHeadSpaBox .dryHeadSpaTxtBox .position,
  .dryHeadSpaBox .dryHeadSpaTxtBox .dryHeadSpaTitle-en,
  .dryHeadSpaBox .dryHeadSpaTxtBox .dryHeadSpaTitle-ja {
    text-align: center;
  }
  .dryHeadSpaBox .dryHeadSpaTxtBox .introduction {
    text-align: center;
    margin-top: 1.6em;
  }
  .dryHeadSpaArea .dryHeadSpaBox .dryHeadSpaTxtBox .introduction {
    text-align: justify;
  }
  .dryHeadSpaBox .dryHeadSpaTxtBox {
    padding-top: 11px;
  }
  .dryHeadSpaBox .dryHeadSpaTxtBox .dryHeadSpaTitle-ja {
    margin-top: 0.8em;
  }
}
/*# sourceMappingURL=menu.css.map */