@charset "UTF-8";
/* ::::::::::  おすすめメニュー施術  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* =========================================================
recommended
========================================================= */
.recommended .menuList {
  grid-row-gap: 55px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .recommended .menuList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .recommended .menuList {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .recommended .menuList .listItem + .listItem {
    margin-top: 30px;
  }
}
.recommended .menuList .listItem a {
  position: relative;
}
.recommended .menuList .listItem a .photo {
  margin-bottom: 25px;
}
.recommended .menuList .listItem a .photo img {
  object-fit: cover;
  aspect-ratio: 380/300;
  width: 100%;
  height: auto;
}
.recommended .menuList .listItem a hgroup {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .recommended .menuList .listItem a hgroup {
    position: relative;
    display: block;
    width: 100%;
  }
}
.recommended .menuList .listItem a hgroup .tag {
  background: rgba(219, 211, 191, 0.57);
  min-width: 140px;
  padding: 7px 15px;
  text-align: center;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .recommended .menuList .listItem a hgroup .tag {
    font-size: 1.2rem;
  }
}
.recommended .menuList .listItem a hgroup .secTitle03 {
  margin: 0;
  width: calc(100% - 28px - 8px - 20px);
}
@media (max-width: 767px) {
  .recommended .menuList .listItem a hgroup .secTitle03 {
    margin-top: 15px;
  }
}
.recommended .menuList .listItem a hgroup .secTitle03 span {
  display: block;
  line-height: 1.5;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .recommended .menuList .listItem a hgroup .secTitle03 span {
    font-size: 1.3rem;
  }
}
.recommended .menuList .listItem a hgroup .icon_arrow {
  margin-left: auto;
}
@media (max-width: 767px) {
  .recommended .menuList .listItem a hgroup .icon_arrow {
    display: block;
    position: absolute;
    bottom: 1em;
    right: 0;
  }
}
@media (any-hover: hover) {
  .recommended .menuList .listItem a:hover .icon_arrow {
    margin-right: -7px;
  }
}

/* =========================================================
recommendedDetail
========================================================= */
.recommendedDetail .photoBlock {
  gap: 60px;
}
.recommendedDetail .photoBlock .photo,
.recommendedDetail .photoBlock .textBlock {
  width: calc(50% - 30px);
}
@media (max-width: 767px) {
  .recommendedDetail .photoBlock .photo,
  .recommendedDetail .photoBlock .textBlock {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .recommendedDetail .photoBlock .photo {
    margin-bottom: 15px;
  }
}
.recommendedDetail .photoBlock .photo img {
  aspect-ratio: 591/468;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.recommendedDetail .photoBlock .textBlock .lead {
  margin: 0;
}
.recommendedDetail .photoBlock .textBlock .secTitle05 {
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .recommendedDetail .photoBlock .textBlock .secTitle05 {
    margin-bottom: 10px;
  }
}
.recommendedDetail .photoBlock .textBlock .secTitle03 {
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .recommendedDetail .photoBlock .textBlock .secTitle03 {
    margin-bottom: 10px;
  }
}
.recommendedDetail .photoBlock .textBlock .point {
  margin-top: 30px;
  padding: 15px 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .recommendedDetail .photoBlock .textBlock .point {
    margin-top: 15px;
    text-align: left;
    font-size: 1.5rem;
  }
}
.recommendedDetail .priceTitle {
  border-left: 5px solid;
  margin: 30px 0 20px;
  padding: 0 0 5px 15px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .recommendedDetail .priceTitle {
    margin: 20px 0 10px;
    padding: 0 0 3px 15px;
  }
}
.recommendedDetail .priceTitle.ladies {
  border-color: #dbb0b0;
}
.recommendedDetail .priceTitle.mens {
  border-color: #cedfec;
}
.recommendedDetail .priceTable th,
.recommendedDetail .priceTable td {
  text-align: center;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 600;
}
.recommendedDetail .priceTable + .priceTitle {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .recommendedDetail .priceTable + .priceTitle {
    margin-top: 30px;
  }
}
.recommendedDetail .priceTable.ladies th {
  background-color: #F6EBEB;
}
.recommendedDetail .priceTable.ladies th:last-child {
  background-color: #dbb0b0;
}
.recommendedDetail .priceTable.mens th {
  background-color: #e5eef5;
}
.recommendedDetail .priceTable.mens th:last-child {
  background-color: #cedfec;
}
.recommendedDetail .btnList {
  position: relative;
  margin-bottom: 40px;
  justify-content: center;
}
.recommendedDetail .btnList::after {
  content: "";
  display: block;
  min-width: 340px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .recommendedDetail .btnList::after {
    min-width: 320px;
  }
}
.recommendedDetail .btnList li a {
  color: #14230A;
  text-decoration: none;
}
.recommendedDetail .btnList li a.pdf {
  position: relative;
}
.recommendedDetail .btnList li a.pdf::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 14px;
  margin: 0 0 -3px 10px;
  background: url(../img/common/icon_pdf_black.svg) no-repeat;
  background-size: 100%;
  vertical-align: middle;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .recommendedDetail hr.separator {
    margin: 50px 0;
  }
}/*# sourceMappingURL=recommended_new.css.map */