@charset "UTF-8";
/*=======================================================
共通
=======================================================*/
.bl_salons_list {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 20px;
}
.bl_salons_list .el_btn {
  padding: 0 16px 3px;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: 2px;
  background: #fff;
  width: 240px;
  height: 56px;
}
.bl_salons_list .el_btn::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  bottom: 8px;
  right: 8px;
}
@media screen and (max-width: 750px) {
  .bl_salons_list {
    gap: 30px;
  }
  .bl_salons_list .el_btn {
    width: 330px;
    height: 88px;
  }
}
/*=======================================================
MV
=======================================================*/
/* ヘッダー下MV */
.bl_lower_mv_ttl::after {
  width: 98px;
  background: url(../images/salons/ttl_salonList.svg) top center/contain no-repeat;
}
.ly_salon_single .bl_lower_mv {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ly_salon_single .bl_lower_mv_ttl {
  padding: 0;
}
.ly_salon_single .bl_lower_mv_ttl::after {
  display: none;
}
@media screen and (max-width: 750px) {
  .bl_lower_mv_ttl::after {
    width: 120px;
  }
  .ly_salon_single .bl_lower_mv {
    height: 180px;
  }
  .ly_salon_single .bl_lower_mv_ttl {
    line-height: 1.4;
  }
}
/*=======================================================
salons archive
=======================================================*/
.bl_salons.archive {
  padding: 40px 0 64px;
}
.bl_salons.archive .bl_pageLink_list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.bl_salons.archive .bl_pageLink_item > .el_btn {
  width: 240px;
  height: 56px;
  background: #ffca37;
  padding-bottom: 3px;
  font-weight: 700;
}
.bl_salons.archive .bl_pageLink_item > .el_btn::after {
  position: absolute;
  content: "";
  background: url(../images/salons/arrow.svg) top center/contain no-repeat;
  width: 12px;
  height: 6px;
  right: 14px;
}
.bl_salons.archive .bl_bnr {
  margin-bottom: 48px;
}
.bl_salons.archive .bl_bnr_conts {
  display: flex;
  padding: 32px 143px 32px 32px;
  justify-content: space-between;
  align-items: center;
  background: url(../images/salons/bnr_change_bg.jpg) top center/cover no-repeat;
  position: relative;
}
.bl_salons.archive .bl_bnr_conts::after {
  position: absolute;
  content: "";
  width: 122px;
  height: 100px;
  background: url(../images/salons/icon_change.svg) top center/contain no-repeat;
  top: 38px;
  right: 40px;
}
.bl_salons.archive .bl_bnr_right {
  color: #fff;
  letter-spacing: 0.06em;
}
.bl_salons.archive .bl_left_ttl {
  padding: 4px 8px 7px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.06em;
  background: #ffca37;
  margin-bottom: 12px;
  display: inline-block;
}
.bl_salons.archive .bl_left_txt {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.06em;
}
.bl_salons.archive .bl_area_list {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}
.bl_salons.archive .bl_area {
  width: 100%;
}
.bl_salons.archive .bl_area_ttl {
  margin-bottom: 24px;
  background: #2da6de;
  color: #fff;
  padding: 7px 40px 9px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.bl_salons.archive .bl_salons_item .el_btn {
  border: 2px solid #2da6de;
}
.bl_salons.archive .bl_salons_item .el_btn::after {
  background: url(../images/common/btn_triangle__blue.svg) top center/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .bl_salons.archive {
    padding: 40px 0 80px;
  }
  .bl_salons.archive .bl_pageLink_list {
    gap: 24px;
    margin-bottom: 64px;
  }
  .bl_salons.archive .bl_pageLink_item > .el_btn {
    width: 333px;
    height: 80px;
  }
  .bl_salons.archive .bl_pageLink_item > .el_btn::after {
    width: 18px;
    height: 9px;
    right: 10px;
  }
  .bl_salons.archive .bl_bnr {
    margin-bottom: 64px;
  }
  .bl_salons.archive .bl_bnr_conts {
    flex-direction: column;
    gap: 24px;
    padding: 48px 40px;
    background: url(../images/salons/bnr_change_bg_sp.jpg) top center/cover no-repeat;
  }
  .bl_salons.archive .bl_bnr_conts::after {
    width: 168px;
    height: 138px;
    top: 178px;
    right: 24px;
  }
  .bl_salons.archive .bl_bnr_left {
    text-align: center;
  }
  .bl_salons.archive .bl_bnr_right {
    width: 100%;
  }
  .bl_salons.archive .bl_left_ttl {
    padding: 3px 10px 5px;
    font-size: 28px;
    margin-bottom: 21px;
  }
  .bl_salons.archive .bl_left_txt {
    font-size: 40px;
  }
  .bl_salons.archive .bl_area_ttl {
    margin-bottom: 32px;
    font-size: 36px;
    padding: 4px 16px 12px;
  }
}
/*=======================================================
salon single
=======================================================*/
.bl_salons.single .bl_lower_mv_ttlWrapper::before,
.bl_salons.single .bl_lower_mv_ttlWrapper::after {
  display: none;
}
.bl_salons.single .bl_lower_mv_ttl {
  padding: 0;
}
.bl_salons.single .bl_lower_mv_ttl::after {
  display: none;
}
@media screen and (max-width: 750px) {
  .bl_salons.single .bl_lower_mv {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bl_salons.single .bl_lower_mv_ttl {
    line-height: 1.5;
    padding: 0;
  }
}
/*=======================================================
一覧
=======================================================*/
.bl_salon {
  padding: 40px 0 80px;
}
.bl_salonList {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.bl_salonItem {
  width: 496px;
  border: 3px solid #7c6522;
  padding: 32px 36px;
  position: relative;
  background: url(../images/common/frame__gold.svg) top -3px left -3px/50px 50px no-repeat, url(../images/common/frame__gold02.svg) top -3px right -3px/50px 50px no-repeat, url(../images/common/frame__gold03.svg) bottom -3px left -3px/50px 50px no-repeat, url(../images/common/frame__gold04.svg) bottom -3px right -3px/50px 50px no-repeat #f7f5ea;
}
.bl_salonItem_ttl {
  text-align: center;
  color: #0e5351;
  font-size: 28px;
  margin-bottom: 16px;
}
.bl_salonItem .bl_media_imgWrapper.no-img {
  background: #c7c5bf;
  width: 418px;
  height: 235px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bl_salonItem .bl_media_imgWrapper.no-img > img {
  width: 300px;
}
.bl_infoList {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 16px 0 24px;
}
.bl_infoList > div {
  display: flex;
  flex-wrap: wrap;
}
.bl_infoList > div > dt {
  width: 110px;
  font-size: 18px;
  font-weight: bold;
  color: #7c6522;
}
.bl_infoList > div > dd {
  width: 300px;
}
.bl_salonItem .el_boxBtn {
  width: 280px;
  height: 48px;
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  .bl_salonList {
    gap: 68px;
  }
  .bl_salonItem {
    width: 100%;
    padding: 40px 36px;
    background: url(../images/common/frame__gold.svg) top -3px left -3px/60px 60px no-repeat, url(../images/common/frame__gold02.svg) top -3px right -3px/60px 60px no-repeat, url(../images/common/frame__gold03.svg) bottom -3px left -3px/60px 60px no-repeat, url(../images/common/frame__gold04.svg) bottom -3px right -3px/60px 60px no-repeat #f7f5ea;
  }
  .bl_salonItem .bl_media_imgWrapper.no-img {
    width: 612px;
    height: 344px;
  }
  .bl_salonItem_ttl {
    font-size: 34px;
    margin-bottom: 32px;
  }
  .bl_infoList {
    gap: 20px;
    margin: 32px 0 40px;
  }
  .bl_infoList > div > dt {
    width: 150px;
    font-size: 28px;
  }
  .bl_infoList > div > dd {
    width: 455px;
  }
  .bl_salonItem .el_boxBtn {
    width: 520px;
    height: 80px;
    font-size: 28px;
  }
}
/*=======================================================
店舗詳細ページ共通
=======================================================*/
.el_sec_mainTtl.el_campaign {
  padding: 7px 16px 11px;
  font-size: 28px;
  margin-bottom: 32px;
}
.el_sec_mainTtl.el_salon_deco {
  font-size: 30px;
  letter-spacing: 0.04em;
  padding-bottom: 26px;
  margin-bottom: 32px;
}
.el_sec_mainTtl.el_salon_deco::after {
  position: absolute;
  content: "";
  height: 16px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .el_sec_mainTtl.el_campaign {
    padding: 11px 24px 15px;
    font-size: 36px;
    margin-bottom: 48px;
  }
  .el_sec_mainTtl.el_salon_deco {
    font-size: 40px;
    padding-bottom: 39px;
    margin-bottom: 48px;
  }
  .el_sec_mainTtl.el_salon_deco::after {
    height: 24px;
  }
}
/*=======================================================
photoArea
=======================================================*/
/* photoArea */
.bl_photoArea {
  padding: 40px 0 64px;
}
.bl_photoArea_inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}
.bl_photoArea_item {
  width: 815px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bl_photoArea_item > img {
  border: 1px solid #707070;
  padding: 4px;
  height: 408px;
  object-fit: cover;
}
.bl_photoArea_item > input,
.bl_photoArea_item > img {
  display: none;
}
.bl_photoArea_item > input:checked ~ img {
  display: block;
}
.bl_photoBtn {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bl_photoBtn_item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bl_photoBtn_item > label > img {
  border: 1px solid #707070;
  padding: 4px;
  width: 182px;
  height: 96px;
  object-fit: cover;
}
/* 店舗詳細テキスト */
.bl_photoArea_txt {
  text-align: center;
}
.bl_photoArea_txt.hp_color__red {
  margin-top: 16px;
  color: #ff0000;
  font-weight: bold;
}
.bl_photoArea .bl_line_btn.sp {
  display: none;
}
@media screen and (max-width: 750px) {
  /* photoArea */
  .bl_photoArea {
    padding: 40px 0 80px;
  }
  .bl_photoArea_inner {
    flex-direction: column;
    gap: 16px;
  }
  .bl_photoArea_item {
    width: 100%;
  }
  .bl_photoBtn {
    flex-direction: row;
    gap: 8px;
  }
  .bl_photoBtn_item:not(:first-of-type) {
    margin-top: 0;
  }
  .bl_photoBtn_item:last-of-type {
    display: none;
  }
  .bl_photoBtn_item > label > img {
    order: 2px solid #cccccc;
    padding: 4px;
    width: 224px;
    height: 131px;
    object-fit: cover;
  }
  .bl_photoArea .bl_line_btn.sp {
    height: 80px;
    background: #06c755;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    font-weight: 700;
    margin: 48px auto 0;
    padding: 14px 24px 0;
    font-size: 30px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .bl_photoArea .bl_line_btn span {
    position: relative;
    padding-left: 64px;
  }
  .bl_photoArea .bl_line_btn span::before {
    position: absolute;
    content: "";
    background: url(../images/salons/icon_line.svg) top center/contain no-repeat;
    width: 48px;
    height: 45px;
    top: 2px;
    left: 0;
  }
}
/*=======================================================
サロンキャンペーン01
=======================================================*/
.bl_salonCampaign01 {
  padding: 0 0 64px;
}
.bl_salonCampaign01_imgWrapper {
  display: block;
  margin-bottom: 40px;
}
.bl_salonCampaign01_btnWrapper {
  text-align: center;
}
.bl_salonCampaign01 .el_btn {
  min-width: 440px;
  padding: 11px 40px 14px;
  height: auto;
  display: inline-flex;
  border: 2px solid #2e2e2e;
  border-radius: 40px;
}
.bl_salonCampaign01 .el_btn::after {
  position: absolute;
  content: "";
  background: url("../images/common/btn_arrow.svg") top center/contain no-repeat;
  width: 32px;
  height: 32px;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .bl_salonCampaign01 {
    padding: 0 0 80px;
  }
  .bl_salonCampaign01_imgWrapper {
    margin-bottom: 64px;
  }
  .bl_salonCampaign01 .el_btn {
    padding: 18px 80px 22px;
    width: auto;
  }
  .bl_salonCampaign01 .el_btn::after {
    width: 48px;
    height: 48px;
    right: 24px;
  }
}
/*=======================================================
店舗情報
=======================================================*/
.bl_salonInfo {
  background: url(../images/salons/salon-info_bg.jpg) top center/cover no-repeat;
  padding: 64px 0;
}
.bl_salonInfo .el_sec_mainTtl {
  font-size: 30px;
  color: #fff;
  letter-spacing: 0.06em;
  padding-bottom: 30px;
  margin-bottom: 35px;
  position: relative;
}
.bl_salonInfo .el_sec_mainTtl::after {
  position: absolute;
  content: "";
  background: url(../images/salons/ttl_salonInfo.svg) top center/contain no-repeat;
  width: 94px;
  height: 16px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.bl_salonInfo .bl_media {
  gap: 54px;
}
.bl_salonInfo_map iframe {
  width: 496px;
  height: 330px;
  display: flex;
}
.bl_salonInfo_left .bl_map_btn {
  width: 320px;
  height: 48px;
  background: #ffca37;
  color: #222;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  font-weight: 700;
  margin: 24px auto 0;
  padding-bottom: 3px;
}
.bl_salonInfo_left .bl_map_btn::after {
  background: none;
  content: "▶︎";
  width: auto;
  height: auto;
  font-size: 10px;
  line-height: 1;
  margin-left: 16px;
}
.bl_salonInfo_right {
  width: 453px;
}
.bl_salonInfo_right .bl_detail {
  width: 496px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 330px;
}
.bl_detail > div {
  display: flex;
}
.bl_detail > div > dt {
  width: 110px;
  font-weight: bold;
  color: #ffca37;
}
.bl_detail > div > dd {
  width: 370px;
  color: #fff;
}
.bl_new_open {
  color: #fff;
  font-weight: 700;
  margin-top: 20px;
}
.bl_line_btn {
  margin-top: 24px;
  height: 48px;
  background: #06c755;
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 2px;
  font-weight: 700;
  padding: 8px 16px 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.bl_line_btn span {
  position: relative;
  padding-left: 44px;
}
.bl_line_btn span::before {
  position: absolute;
  content: "";
  background: url(../images/salons/icon_line.svg) top center/contain no-repeat;
  width: 32px;
  height: 30px;
  top: -1px;
  left: 0;
}
/* ボタン */
.bl_salonInfo_right > .bl_btnList {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}
.bl_salonInfo_right .el_btn {
  width: 216px;
  height: 48px;
  border-radius: 2px;
  color: #fff;
}
.bl_salonInfo_right .el_btn.line {
  background: #06c755;
}
.bl_salonInfo_right .el_btn.line::before {
  content: "";
  margin-right: 12px;
  background: url(../images/common/icon_line.svg) top center/contain no-repeat;
  width: 32px;
  height: 30px;
}
.bl_salonInfo_right .el_btn.web {
  background: #d8b449;
}
@media screen and (max-width: 750px) {
  .bl_salonInfo {
    padding: 80px 0;
    background: url("../images/salons/salon-info_bg_sp.jpg") top center/cover no-repeat;
  }
  .bl_salonInfo .el_sec_mainTtl {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .bl_salonInfo .el_sec_mainTtl::after {
    width: 141px;
    height: 24px;
  }
  .bl_salonInfo .bl_media {
    gap: 48px;
  }
  .bl_salonInfo_map iframe {
    width: 690px;
    height: 365px;
  }
  .bl_salonInfo_left .bl_map_btn.pc {
    display: none;
  }
  .bl_salonInfo_right {
    width: 100%;
  }
  .bl_salonInfo_right .bl_detail {
    width: 100%;
    gap: 20px;
    min-height: auto;
  }
  .bl_detail > div {
    flex-direction: column;
    gap: 8px;
  }
  .bl_detail > div > dt {
    width: 100%;
  }
  .bl_detail > div > dd {
    width: 100%;
  }
  /* ボタン */
  .bl_salonInfo_right .bl_line_btn.pc {
    display: none;
  }
  .bl_salonInfo_right .bl_map_btn.sp {
    width: 480px;
    height: 80px;
    background: #ffca37;
    color: #222;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    font-weight: 700;
    margin: 0 auto;
    padding-bottom: 5px;
    margin-top: 48px;
  }
  .bl_salonInfo_right .bl_map_btn.sp::after {
    background: none;
    content: "▶︎";
    width: auto;
    height: auto;
    font-size: 16px;
    line-height: 1;
    margin-left: 16px;
  }
}
/*=======================================================
道順
=======================================================*/
.bl_accessWrapper {
  background: #def5ff;
  padding: 64px 0;
}
.bl_accessWithImage + .bl_accessWithImage,
.bl_accessWithImage + .bl_access_list,
.bl_access_list + .bl_access_list,
.bl_accessWithImage + .bl_accessWithMovie,
.bl_access_list + .bl_accessWithMovie {
  margin-top: 32px;
}
.bl_accessWithImage_ttl {
  position: relative;
  cursor: pointer;
  background: #2da6de;
  padding: 7px 96px 9px 40px;
  color: #fff;
}
.bl_accessWithImage_ttl::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "▼";
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #fff;
  color: #2da6de;
  right: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 2px 2px;
  font-size: 18px;
}
.bl_accessWithImage_ttl.open::after {
  content: "▲";
}
.bl_accessWithImage_conts {
  display: none;
  background: #fff;
  overflow: hidden;
  padding: 40px 36px 52px;
}
.bl_accessWithImage_conts + .bl_accessWithImage_conts {
  margin-top: 32px;
}
.bl_accessWithImage_contsItem {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  position: relative;
}
.bl_accessWithImage_contsItem + .bl_accessWithImage_contsItem {
  margin-top: 104px;
}
.bl_accessWithImage_imgWrapper {
  width: 398px;
  min-height: 240px;
}
.bl_accessWithImage_imgWrapper.no-img {
  width: 400px;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c7c5bf;
}
.bl_accessWithImage_imgWrapper.no-img > img {
  width: 240px;
}
.bl_accessWithImage_txt {
  width: 508px;
}
.bl_accessWithImage_contsItem + .bl_accessWithImage_contsItem::before {
  position: absolute;
  content: "";
  background: url(../images/salons/access_arrow.svg) top center/contain no-repeat;
  width: 72px;
  height: 70px;
  top: -86px;
  left: 50%;
  transform: translateX(-50%);
}
.bl_accessWithImage .el_btn {
  width: 320px;
  height: 48px;
}
.bl_accessWithImage .el_btn::after {
  content: "▼";
}
.bl_accessWithImage .el_btn.open::after {
  content: "▲";
}
.bl_accessWithMovie{
  display: flex;
  justify-content: center;
}
.bl_accessWithMovie > iframe {
  width: 672px;
  height: 378px;
  border: none;
}
@media screen and (max-width: 750px) {
  .bl_accessWrapper {
    padding: 80px 0;
  }
  .bl_accessWithImage + .bl_accessWithImage,
  .bl_accessWithImage + .bl_access_list,
  .bl_access_list + .bl_access_list,
  .bl_accessWithImage + .bl_accessWithMovie,
  .bl_access_list + .bl_accessWithMovie {
    margin-top: 46px;
  }
  .bl_accessWithImage_ttl {
    text-align: left;
    padding-left: 40px;
    padding-right: 96px;
    position: relative;
    cursor: pointer;
    font-size: 36px;
  }
  .bl_accessWithImage_contsItem {
    gap: 34px;
  }
  .bl_accessWithImage_contsItem + .bl_accessWithImage_contsItem {
    margin-top: 156px;
  }
  .bl_accessWithImage_contsItem:last-of-type {
    margin-bottom: 24px;
  }
  .bl_accessWithImage_imgWrapper {
    width: 100%;
    min-height: auto;
  }
  .bl_accessWithImage_imgWrapper.no-img {
    width: 594px;
    height: 333px;
  }
  .bl_accessWithImage_imgWrapper.no-img > img {
    width: 300px;
  }
  .bl_accessWithImage_txt {
    width: 100%;
  }
  .bl_accessWithImage_contsItem + .bl_accessWithImage_contsItem::before {
    width: 108px;
    height: 105px;
    top: -137px;
  }
  .bl_accessWithImage .el_btn {
    width: 420px;
    height: 68px;
    position: relative;
    z-index: 3;
  }
  .bl_accessWithImage .el_btn::before {
    height: 68px;
  }
  .bl_accessWithMovie > iframe {
    width: 690px;
    height: 388px;
  }
}
.bl_accessWithImage + .bl_access {
  margin-top: 35px;
}
.bl_access {
  background: #e2ebf2;
}
.bl_access .ly_cont_inner {
  padding: 0;
}
.bl_access_item:not(:first-of-type) {
  margin-top: 34px;
}
.bl_access_ttl {
  font-size: 19px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1.5;
}
.bl_access_ttl::before {
  content: "";
  margin: 3px 8px 0 0;
  width: 12px;
  height: 12px;
  background: #ac9d63;
}
.bl_access_txt > p:not(:first-of-type) {
  margin-top: 1.5em;
}
@media screen and (max-width: 750px) {
  .bl_access {
    padding: 80px 0;
  }
  .bl_access_item:not(:first-of-type) {
    margin-top: 40px;
  }
  .bl_access_ttl {
    font-size: 32px;
  }
  .bl_access_ttl::before {
    margin: 4px 12px 0 0;
    width: 18px;
    height: 18px;
  }
}
/*=======================================================
salonStaff
=======================================================*/
.bl_salonStaff {
  padding: 64px 0;
}
.bl_salonStaff .el_sec_mainTtl {
  margin-bottom: 40px;
}
.bl_salonStaff_intro {
  text-align: center;
  margin-bottom: 40px;
}
.bl_salonStaff .bl_staff_list {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
.bl_salonStaff .bl_staff_item {
  width: 496px;
  border: 1px solid #2e2e2e;
  padding: 19px 20px;
}
.bl_salonStaff .bl_staff_item .bl_media_body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bl_salonStaff .bl_staff_item .bl_item_imgWrapper {
  flex: 0 1 180px;
}
.bl_salonStaff .bl_staff_item .bl_item_imgWrapper > img {
  height: 240px;
  object-fit: cover;
}
.bl_salonStaff .bl_staff_item .bl_item_name {
  position: relative;
  padding-top: 76px;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
  line-height: 1.5;
}
.bl_salonStaff .bl_staff_item .bl_item_name::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 64px;
  background: url("../images/salons/logo_jcse.svg") top center/contain no-repeat;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.bl_salonStaff .bl_staff_item .bl_item_alphabet {
  color: #2da6de;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.5;
}
.bl_salonStaff .bl_staff_item .bl_item_license {
  text-align: right;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .bl_salonStaff {
    padding: 80px 0;
  }
  .bl_salonStaff .bl_staff_list {
    gap: 32px;
  }
  .bl_salonStaff .bl_staff_item {
    width: 100%;
    border-width: 2px;
    padding: 38px 40px;
  }
  .bl_salonStaff .bl_staff_item .bl_item_imgWrapper {
    flex: 0 1 240px;
  }
  .bl_salonStaff .bl_staff_item .bl_item_imgWrapper > img {
    height: 360px;
  }
  .bl_salonStaff .bl_staff_item .bl_item_name {
    padding-top: 114px;
    font-size: 36px;
    margin-bottom: 6px;
  }
  .bl_salonStaff .bl_staff_item .bl_item_name::before {
    width: 120px;
    height: 96px;
  }
}
/*=======================================================
salonVoice
=======================================================*/
.bl_salonVoice {
  background: #279bd8;
  padding: 64px 0;
}
.bl_salonVoice .el_sec_mainTtl {
  color: #fff;
  font-size: 30px;
  padding-bottom: 34px;
  position: relative;
}
.bl_salonVoice .el_sec_mainTtl::after {
  width: 46px;
  background: url("../images/salons/ttl_voice.svg") top center/contain no-repeat;
}
.bl_salonVoice .bl_voiceList {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.bl_salonVoice .bl_voiceItem {
  width: 320px;
  padding: 24px 16px;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.bl_salonVoice .bl_voiceItem .bl_item_imgWrapper {
  width: 272px;
  margin: 0 8px 16px;
}
.bl_salonVoice .bl_voiceItem .bl_item_imgWrapper > img {
  height: 148px;
  object-fit: cover;
}
.bl_salonVoice .bl_voiceItem .bl_item_ttl {
  color: #2da6de;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
  text-align: center;
  line-height: 1.5;
}
.bl_salonVoice .bl_voiceItem .bl_item_bodyConts {
  display: flex;
  flex-direction: column;
}
.bl_salonVoice .bl_voiceItem .bl_item_txt {
  flex-grow: 1;
  margin-bottom: 12px;
}
.bl_salonVoice .bl_voiceItem .bl_item_def {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.bl_salonVoice .bl_voiceItem .bl_item_def > dt {
  width: 76px;
  height: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffca37;
  padding-bottom: 2px;
  font-size: 15px;
  letter-spacing: 0.04em;
}
.bl_salonVoice .bl_voiceItem .bl_item_def > dd {
  font-size: 16px;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .bl_salonVoice {
    padding: 80px 0;
  }
  .bl_salonVoice .el_sec_mainTtl {
    font-size: 40px;
  }
  .bl_salonVoice .el_sec_mainTtl::after {
    width: 69px;
  }
  .bl_salonVoice .bl_voiceList {
    gap: 30px;
  }
  .bl_salonVoice .bl_voiceItem {
    width: 100%;
    padding: 32px 32px 40px;
  }
  .bl_salonVoice .bl_voiceItem .bl_item_imgWrapper {
    width: 100%;
    margin: 0 0 24px;
    text-align: center;
  }
  .bl_salonVoice .bl_voiceItem .bl_item_imgWrapper > img {
    width: 100%;
    height: auto;
  }
  .bl_salonVoice .bl_voiceItem .bl_item_ttl {
    font-size: 30px;
    margin-bottom: 24px;
  }
  .bl_salonVoice .bl_voiceItem .bl_item_txt {
    margin-bottom: 32px;
  }
  .bl_salonVoice .bl_voiceItem .bl_item_def {
    gap: 18px;
    bottom: initial;
    left: initial;
    position: relative;
  }
  .bl_salonVoice .bl_voiceItem .bl_item_def > dt {
    width: 124px;
    height: 40px;
    padding-bottom: 3px;
    font-size: 25px;
  }
  .bl_salonVoice .bl_voiceItem .bl_item_def > dd {
    font-size: 26px;
  }
}
/*=======================================================
サロンキャンペーン02
=======================================================*/
.bl_salonVoice + .bl_salonCampaign02 {
  padding: 64px 0;
}
.bl_salonCampaign02_mediaWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.bl_salonCampaign02_imgWrapper {
  width: 490px;
}
.bl_salonCampaign02_imgWrapper > img {
  height: 130px;
  object-fit: cover;
}
@media screen and (max-width: 750px) {
  .bl_salonVoice + .bl_salonCampaign02 {
    padding: 80px 0;
  }
  .bl_salonCampaign02_mediaWrapper {
    gap: 64px;
  }
  .bl_salonCampaign02_imgWrapper {
    width: 100%;
  }
  .bl_salonCampaign02_imgWrapper > img {
    height: 183px;
    object-fit: cover;
  }
}
/*=======================================================
おすすめのプラン
=======================================================*/
.bl_salonPlan {
  background: #def5ff;
  padding: 64px 0;
}
.bl_salonPlan .el_sec_mainTtl {
  position: relative;
}
.bl_salonPlan .el_sec_mainTtl::after {
  width: 40px;
  background: url("../images/salons/ttl_plan.svg") top center/contain no-repeat;
}
.bl_salonPlan .bl_planList {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 40px;
}
.bl_salonPlan .bl_planItem {
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  padding: 24px 25px 33px 64px;
  background: #fff;
  width: 100%;
}
.bl_salonPlan .bl_planItem .bl_item_ttl {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-align: center;
  min-height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.bl_salonPlan .bl_planItem .bl_item_ttl span {
  color: #e0732f;
  font-size: 20px;
  letter-spacing: 0.06em;
}
.bl_salonPlan .bl_planItem .bl_media_imgWrapper {
  flex: 0 1 426px;
  display: flex;
}
.bl_salonPlan .bl_planItem .bl_media_imgWrapper > img {
  height: 186px;
  object-fit: cover;
}
.bl_salonPlan .bl_planItem .bl_menu_price {
  font-size: 20px;
  font-weight: 700;
  color: #e0732f;
  letter-spacing: 0.06em;
  line-height: 1.5;
  position: relative;
}
.bl_salonPlan .bl_planItem .bl_menu_price span {
  font-size: 32px;
  margin-left: 8px;
}
.bl_salonPlan .bl_planItem .bl_menu_price:not(:first-of-type) {
  margin-top: 8px;
}
.bl_salonPlan .bl_planItem .bl_menu_price::after {
  font-size: 14px;
  margin-left: 8px;
  color: #222;
  font-weight: 400;
}
.bl_salonPlan .bl_planItem .bl_menu_price:first-of-type::after {
  content: "※1";
}
.bl_salonPlan .bl_planItem .bl_menu_price:nth-of-type(2) {
  margin-bottom: 21px;
}
.bl_salonPlan .bl_planItem .bl_menu_price:nth-of-type(2)::after {
  content: "※2";
}
.bl_salonPlan .bl_planItem .bl_menu .el_att {
  padding-left: 2.5em;
}
.bl_salonPlan .bl_planItem .bl_menu .el_att01::before {
  content: "※1";
}
.bl_salonPlan .bl_planItem .bl_menu .el_att02::before {
  content: "※2";
}
.bl_salonPlan .el_btn {
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .bl_salonPlan .el_sec_mainTtl::after {
    width: 60px;
  }
  .bl_salonPlan .bl_planList {
    gap: 64px;
    margin-bottom: 64px;
  }
  .bl_salonPlan .bl_planItem {
    padding: 32px 32px 40px;
  }
  .bl_salonPlan .bl_planItem .bl_item_ttl {
    font-size: 34px;
    min-height: auto;
    flex-direction: column;
  }
  .bl_salonPlan .bl_planItem .bl_item_ttl span {
    margin-top: 8px;
    font-size: 28px;
  }
  .bl_salonPlan .bl_planItem .bl_media_imgWrapper {
    flex: 0 1 626px;
    margin-bottom: 0;
  }
  .bl_salonPlan .bl_planItem .bl_media_imgWrapper > img {
    height: 274px;
  }
  .bl_salonPlan .bl_planItem .bl_menu_priceWrapper {
    text-align: center;
  }
  .bl_salonPlan .bl_planItem .bl_menu_price {
    font-size: 32px;
    display: inline-block;
    text-align: left;
  }
  .bl_salonPlan .bl_planItem .bl_menu_price span {
    font-size: 48px;
  }
  .bl_salonPlan .bl_planItem .bl_menu_price:not(:first-of-type) {
    margin-top: 12px;
  }
  .bl_salonPlan .bl_planItem .bl_menu_price::after {
    font-size: 22px;
  }
  .bl_salonPlan .bl_planItem .bl_menu_price:nth-of-type(2) {
    margin-bottom: 24px;
  }
  .bl_salonPlan .el_btn {
    height: 80px;
  }
}
/*=======================================================
よくあるご質問
=======================================================*/
.bl_salonFaq {
  padding: 64px 0;
}
.bl_salonFaq .el_sec_mainTtl {
  position: relative;
}
.bl_salonFaq .el_sec_mainTtl::after {
  width: 26px;
  height: 18px;
  background: url("../images/salons/ttl_faq.svg") top center/contain no-repeat;
}
.bl_salonFaq .el_btn {
  margin: 40px auto 0;
}
@media screen and (max-width: 750px) {
  .bl_salonFaq .el_sec_mainTtl::after {
    width: 39px;
    height: 24px;
  }
  .bl_salonFaq .el_btn {
    height: 80px;
    margin-top: 64px;
  }
}
/*=======================================================
近隣店舗一覧
=======================================================*/
.bl_salonNeighborhood {
  padding: 64px 0;
  background: url("../images/salons/salon_neighborhood_bg.jpg") top center/cover no-repeat;
}
.bl_salonNeighborhood .el_sec_mainTtl {
  font-size: 30px;
  letter-spacing: 0.04em;
  margin-bottom: 32px;
}
.bl_salonNeighborhood .el_btn {
  border: 2px solid #2e2e2e;
}
.bl_salonNeighborhood .el_btn::after {
  background: url("../images/common/btn_triangle__black.svg") top center/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .bl_salonNeighborhood {
    padding: 96px 0;
    background: url("../images/salons/salon_neighborhood_bg_sp.jpg") top center/cover no-repeat;
  }
  .bl_salonNeighborhood .el_sec_mainTtl {
    font-size: 40px;
    margin-bottom: 48px;
  }
  .bl_salonNeighborhood .el_btn {
    font-size: 24px;
  }
}
/*=======================================================
医師紹介
=======================================================*/
.bl_salonDoctor .ly_cont_inner {
  padding: 40px 0 64px;
}
.bl_salonDoctor .bl_doctor_ttl {
  background: #2da6de;
  padding: 7px 24px 10px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 17px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
}
.bl_salonDoctor .bl_doctor_ttl span {
  font-size: 14px;
  font-weight: 400;
}
.bl_salonDoctor .bl_doctor_btm {
  background: #def5ff;
  padding: 21px 24px 24px;
  letter-spacing: 0;
}
.bl_salonDoctor .bl_media {
  margin-bottom: 18px;
}
.bl_salonDoctor .bl_media_imgWrapper {
  flex: 0 1 256px;
}
.bl_salonDoctor .bl_media_imgWrapper > img {
  height: 312px;
  object-fit: cover;
}
.bl_salonDoctor .bl_media_body > dl {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
.bl_salonDoctor .bl_media_body > dl > div {
  width: 100%;
}
.bl_salonDoctor .bl_media_body > dl > dt {
  font-weight: 700;
  margin-bottom: 8px;
}
@media screen and (max-width: 750px) {
  .bl_salonDoctor .ly_cont_inner {
    padding: 80px 0;
  }
  .bl_salonDoctor .bl_doctor_ttl {
    padding: 10.5px 32px 15px;
    font-size: 36px;
    margin-bottom: 36px;
    gap: 8px;
  }
  .bl_salonDoctor .bl_doctor_ttl span {
    font-size: 24px;
  }
  .bl_salonDoctor .bl_doctor_btm {
    padding: 24px 32px 32px;
  }
  .bl_salonDoctor .bl_media {
    margin-bottom: 40px;
  }
  .bl_salonDoctor .bl_media_imgWrapper {
    flex: 0 1 690px;
    text-align: center;
    margin-bottom: 0;
  }
  .bl_salonDoctor .bl_media_imgWrapper > img {
    width: 360px;
    height: auto;
  }
  .bl_salonDoctor .bl_media_body > dl {
    gap: 42px;
  }
  .bl_salonDoctor .bl_media_body > dl > dt {
    margin-bottom: 12px;
  }
}
