@charset "UTF-8";

/*=======================================================
【料金一覧の子ページ専用】
共通CSSです。
=======================================================*/
/* レイアウト・共通パーツなど */
.ly_container {
  padding-top: 40px;
}
@media screen and (max-width: 750px) {
  .ly_container {
    padding-top: 56px;
  }
  .el_att.scroll_att {
    display: block;
    margin-bottom: 16px;
  }
}
/* ページ内リンク */
.bl_linkBtn_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
.bl_linkBtn_item > a {
  font-size: 24px;
  color: #4e2e2e;
  background: #cccbc8;
  border-radius: 72px;
  width: 244px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.bl_linkBtn_item > a::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
}
.is_pageLinkBtn.active {
  background: #d2c3bc;
}
@media screen and (max-width: 750px) {
  .bl_linkBtn_list {
    gap: 32px 30px;
    /* margin-bottom: 40px; */
  }
  .bl_linkBtn_item > a {
    font-size: 32px;
    border-radius: 45px;
    width: 330px;
    height: 88px;
    /* padding-top: 34px; */
  }
  .bl_linkBtn_item > a::before {
    top: 14px;
  }
}

/* 一番大きなセクションのレイアウト */
.bl_mainConts:not(:first-of-type) {
  margin-top: 80px;
}
.bl_mainConts_item:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .bl_mainConts:not(:first-of-type) {
    margin-top: 96px;
  }
  .bl_mainConts_item:not(:first-of-type) {
    margin-top: 56px;
  }
}
/* 一番大きなセクションのタイトル */
.el_secTtl {
  font-size: 30px;
  line-height: 1.5;
  color: #fff;
  background: #78746b;
  border-radius: 2px;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  margin-bottom: 40px;
}

.bl_detail {
  padding: 32px 56px 40px;
  background: #f0eee7;
  text-align: center;
}
.bl_detail:not(:first-of-type) {
  margin-top: 40px;
}
.el_detailTtl {
  font-size: 28px;
  color: #4e2e2e;
  text-align: center;
  margin-bottom: 16px;
  display: inline-block;
  position: relative;
}
.el_detailTtl > span {
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: -96px;
  transform: translateY(-50%);
}
.el_detailTtl + .el_txt {
  font-size: 16px;
  margin-bottom: 16px;
}
.bl_effect_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  width: 626px;
  margin: 0 auto 32px;
}
.bl_effect_item {
  /* min-width: 100px; */
  min-height: 32px;
  background: #fff;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 0 8px 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .el_secTtl {
    font-size: 36px;
    line-height: 1.4;
    min-height: 74px;
    align-items: center;
    justify-content: center;
    padding: 8px;
    margin-bottom: 40px;
  }

  .bl_detail {
    padding: 40px;
  }
  .bl_detail:not(:first-of-type) {
    margin-top: 48px;
  }
  .el_detailTtl {
    font-size: 34px;
    margin-bottom: 24px;
  }
  .el_detailTtl > span {
    font-size: 24px;
    position: static;
    transform: none;
    display: block;
  }
  .el_detailTtl + .el_txt {
    font-size: 26px;
    margin-bottom: 24px;
  }
  .bl_effect_list {
    gap: 16px;
    width: 100%;
    margin: 0 auto 32px;
  }
  .bl_effect_item {
    font-size: 26px;
  }
}
/* メディア */
.bl_media {
  gap: 32px;
  text-align: left;
  grid-template: auto 1fr / 440px auto;
  grid-template-areas: "imgWrapper body";
}
.bl_media_imgWrapper {
  flex: 0 1 264px;
}
.bl_media_body {
  flex: 1;
}
.bl_media_def {
  /* margin-top: 16px; */
}
.bl_media_dttl {
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (max-width: 750px) {
  .bl_media {
    grid-template: auto / auto;
    grid-template-areas: "imgWrapper" "body";
    margin-bottom: 32px;
  }
  .bl_media.el_btmTxt {
    gap: 32px;
		grid-template: auto / auto;
		grid-template-areas: "imgWrapper" "body" "btm_txt";
	}
  .bl_media_imgWrapper {
    flex: 0 1 528px;
    margin: 0 auto;
  }
  .bl_media_body {
    flex: 100%;
  }
}
.bl_detail_txt {
  margin-bottom: 40px;
  text-align: left;
}
/* テーブル */
.bl_tableWrapper:not(:first-of-type) {
  /* margin-top: 16px; */
}
.bl_tableWrapper > .scroll_att {
  text-align: left;
}
.bl_table {
  width: 100%;
  border-collapse: collapse;
}
.bl_table + .bl_table {
  margin-top: 24px;
}
.bl_table th,
.bl_table td {
  border-right: 2px solid #f0eee7;
  border-left: 2px solid #f0eee7;
}
.bl_table > thead th,
.bl_table > tbody th {
  background: #d2c3bc;
  font-size: 18px;
  font-weight: bold;
  height: 48px;
}
.bl_table > thead th span {
  font-size: 15px;
}
.bl_table > thead th .el_att {
  font-weight: normal;
}
.bl_table > thead th > span.el_att,
.bl_table > tbody td > span.el_att {
  display: flex;
  justify-content: center;
  padding-left: 0;
}
.bl_table > thead th > span.el_att::before,
.bl_table > tbody td > span.el_att::before {
  position: initial;
}
.bl_table > tbody td {
  background: #fff;
  text-align: center;
  height: 48px;
  padding: 6px 8px 9px;
}
.bl_table > tbody td .el_small {
  font-size: 14px;
}
.bl_table > tbody .hp_att {
  font-size: 14px;
  position: absolute;
  margin: -3px 0 0 6px;
}
/* テーブル 1カラム */
.bl_table.col_one > thead th {
  width: 100%;
}
/* テーブル 2カラム */
.bl_table.col_two > thead th {
  width: 50%;
}
/* テーブル 3カラム */
.bl_table.col_three > thead th {
  width: 33.3333%;
}
/* テーブル 4カラム */
.bl_table.col_four > thead th {
  width: 25%;
  line-height: 1.4;
}
/* テーブル 5カラム */
.bl_table.col_five > thead th {
  width: 20%;
}
/* ケアシス */
#caresys .bl_media_txt + .bl_media_txt {
  margin-top: 25px;
}
/* ピコ */
#pico .bl_table.col_three th {
  width: calc(100% / 3);
}
#pico .pico_fractional th:not(:first-of-type) {
  width: calc((100% - (100% / 3)) / 3);
}
#pico .pico_combination th:not(:first-of-type) {
  width: calc((100% / 3) * 2);
}
/* ジャルプロ */
.jalupro .bl_media_ttl {
  font-size: 20px;
  margin-bottom: 12px;
}
.jalupro .bl_table > tbody th:first-of-type {
  width: 30%;
}
.jalupro .bl_table > tbody th {
  width: calc((100% - 30%) / 3);
}
/* リジュラン */
.rejuran .bl_table > tbody th:first-of-type {
  width: 25%;
}
.rejuran .bl_table > tbody th {
  width: calc((100% - 25%) / 3);
}
.rejuran .bl_media + .bl_media {
  margin-bottom: 8px;
}
@media screen and (max-width: 750px) {
  .bl_detail_txt {
    margin-bottom: 56px;
  }
  .bl_table > thead th,
  .bl_table > tbody th {
    font-size: 24px;
    height: 64px;
    padding: 8px 0;
  }
  .bl_table > thead th span {
    font-size: 22px;
  }
  .bl_table > tbody td {
    font-size: 24px;
    height: 64px;
  }
  .bl_table > tbody td .el_small {
    font-size: 22px;
  }
  .bl_table > tbody .hp_att {
    font-size: 22px;
  }
  .bl_tableInner {
    overflow-x: scroll;
  }
  /* テーブル 1カラム */
  .bl_table.col_one > thead th {
    padding: 6px 8px 9px;
    width: 100%;
  }
  /* テーブル 2カラム以上 */
  .bl_table.col_three,
  .bl_table.col_four,
  .bl_table.col_five {
    width: 1035px;
  }
  .bl_table.col_two {
    width: 760px;
  }
  #caresys .bl_media_txt + .bl_media_txt {
    margin-top: 42px;
  }
  #pico .pico_combination th:first-of-type {
    font-size: 22px;
  }
  /* ジャルプロ */
  .jalupro .bl_media_ttl {
    font-size: 30px;
  }
  .rejuran .bl_media + .bl_media {
    margin: 56px auto;
  }
}

/* 治療内容 */
.bl_treatmentConts,
.bl_planCont {
  text-align: left;
}
.bl_treatmentConts + .bl_tableWrapper,
.bl_tableWrapper + .bl_treatmentConts,
.bl_treatmentConts + .bl_planCont,
.bl_treatmentConts + .bl_treatmentConts,
.bl_treatmentConts + .bl_imgWrapper,
.bl_imgWrapper + .bl_tableWrapper,
#lemon_bottle .bl_media + .bl_tableWrapper {
  margin-top: 24px;
}
.bl_treatmentConts_dttl {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 16px;
}
.bl_treatmentConts_dttl > span {
  font-size: 22px;
  color: #4e2e2e;
}

.bl_treatmentTime {
  display: flex;
  align-items: center;
  gap: 8px;
}
.bl_treatmentTime_dttl {
  /* font-weight: bold; */
  color: #fff;
  width: 86px;
  height: 26px;
  background: #4e2e2e;
  /* border-radius: 1px; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.bl_treatmentTime_ddata .txt_sm {
  font-size: 14px;
}

.bl_treatmentConts_ddata > dl > div:not(:first-of-type) {
  margin-top: 16px;
}
.bl_treatmentConts_ddata > dl > div > dt {
  font-weight: bold;
}

#body_shaping_plan .bl_imgWrapper {
  width: 912px;
}
#cool_sculpting .bl_bulletList {
  display: flex;
  flex-flow: wrap;
  gap: 0 24px;
  width: 540px;
}

@media screen and (max-width: 750px) {
  .bl_treatmentConts + .bl_tableWrapper,
  .bl_tableWrapper + .bl_treatmentConts,
  .bl_treatmentConts + .bl_planCont,
  .bl_treatmentConts + .bl_treatmentConts,
  .bl_treatmentConts + .bl_imgWrapper,
  .bl_imgWrapper + .bl_tableWrapper,
  #lemon_bottle .bl_media + .bl_tableWrapper {
    margin-top: 40px;
  }
  .bl_treatmentConts_dttl {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
  }
  .bl_treatmentConts_dttl > span {
    font-size: 32px;
  }

  .bl_treatmentTime {
    gap: 16px;
  }
  .bl_treatmentTime_dttl {
    width: 160px;
    height: 48px;
    align-items: center;
  }
  .bl_treatmentTime_ddata .txt_sm {
    font-size: 24px;
  }

  #body_shaping_plan .bl_imgWrapper {
  width: 100%;
}
}
/* ボタン */
.bl_detail .el_btn {
  /* background: #3D3E3E; */
  margin: 40px auto 0;
  transition: opacity 0.3s ease-in-out;
}
.bl_detail .el_btn:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease-in-out;
}
/* モーダル */
.bl_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 10000;
}
.bl_modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 10001;
}
.bl_modal_inner {
  height: 90vh;
  display: flex;
  align-items: center;
}
.bl_modal_body {
  position: relative;
  padding: 40px 56px;
  background: #f0eee7;
  width: 1024px;
  max-height: 592px;
  overflow-y: scroll;
}
.bl_modal_ttl {
  font-size: 24px;
  color: #4e2e2e;
  text-align: center;
  margin-bottom: 24px;
}

.bl_importantPoint {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bl_importantPoint.w100{
  background: #fff;
  border: 1px solid #846160;
  padding: 32px;
  text-align: left;
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.bl_importantPoint_txtWrapper {
  width: 440px;
  min-height: 256px;
  padding: 32px 24px;
  background: #fff;
  border: 1px solid #846160;
  text-align: left;
}
.bl_importantPoint_txtWrapper > dl {
  margin-top: 8px;
}
.bl_importantPoint_txtWrapper > dl > div:not(:first-of-type) {
  margin-top: 4px;
}
.bl_importantPoint_txtWrapper > dl dt {
  font-weight: bold;
}

.bl_importantPoint_def {
  width: 440px;
}
.bl_importantPoint_def > div {
  display: flex;
}
.bl_importantPoint_def > div:not(:first-of-type) {
  margin-top: 4px;
}
.bl_importantPoint_dttl {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #846160;
  width: 176px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 4px 4px;
}
.bl_importantPoint_ddata {
  font-size: 20px;
  width: 264px;
  background: #fff;
  border: 1px solid #846160;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 6px 4px 4px;
}
/* 閉じるボタン */
.bl_modal_closeBtn {
  width: 128px;
  height: 48px;
  font-size: 20px;
  color: #fff;
  background: #7f7f7f;
  /* border-radius: 2px; */
  display: flex;
  align-items: center;
  padding: 0 0 2px 50px;
  margin: 40px auto 0;
  position: relative;
  transition: opacity 0.3s ease;
}
.bl_modal_closeBtn::before {
  content: "";
  background: url(../images/common/cross.svg) top center/cover no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 28px;
  transform: translateY(-50%);
}
.bl_modal_closeBtn:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 750px) {
  .bl_modal_body {
    padding: 40px;
    width: 690px;
    max-height: 1024px;
  }
  .bl_modal_ttl {
    font-size: 34px;
    margin-bottom: 24px;
  }

  .bl_importantPoint {
    gap: 24px;
  }
  .bl_importantPoint_txtWrapper {
    width: 100%;
    padding: 32px 24px;
    border-width: 2px;
  }
  .bl_importantPoint_def {
    width: 100%;
  }
  .bl_importantPoint_dttl {
    font-size: 28px;
    width: 218px;
    min-height: 56px;
    padding: 8px;
  }
  .bl_importantPoint_ddata {
    font-size: 26px;
    width: 392px;
    padding: 8px;
  }
  /* 閉じるボタン */
  .bl_modal_closeBtn {
    width: 184px;
    height: 56px;
    font-size: 28px;
    padding-left: 64px;
  }
  .bl_modal_closeBtn::before {
    width: 16px;
    height: 16px;
  }
}

/* 他の施術メニューへのリンク */
.bl_other {
  padding-top: 56px;
}
.bl_other_txt {
  font-size: 20px;
  text-align: center;
  margin-bottom: 24px;
}

/* .bl_other .bl_linkBtn_list {
margin-bottom: 0;
} */
.bl_other .bl_linkBtn_list {
  gap: 24px 32px;
}
.bl_other .bl_linkBtn_item > a {
  font-size: 24px;
  color: #4e2e2e;
  width: 240px;
  height: 79px;
  background: #cccbc8;
  border-radius: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 48px;
  position: relative;
  cursor: pointer;
  order: -1;
  transition: 0.3s ease;
}
.bl_other .bl_linkBtn_item.hair-care > a {
  padding-left: 44px;
}
.bl_other .bl_linkBtn_item.hair-care > a::before {
  left: 24px;
}
.bl_other .bl_linkBtn_item > a.active {
  background: #d2c3bc;
  transition: 0.3s ease;
}
.bl_other .bl_linkBtn_item > a::before {
  content: "";
  position: absolute;
  background: url(../images/common/icon_tab.svg) top center / contain no-repeat;
  width: 32px;
  height: 34px;
  top: 50%;
  transform: translateY(-50%);
  left: 72px;
}
@media screen and (max-width: 750px) {
  .bl_other_txt {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .bl_other .bl_linkBtn_list {
    gap: 32px 30px;
  }
  .bl_other .bl_linkBtn_item > a {
    font-size: 32px;
    width: 330px;
    height: 88px;
  }
  .bl_other .bl_linkBtn_item > a::before {
    width: 51px;
    height: 55px;
  }
}
