@charset "UTF-8";
/* ===== .error（エラー） ===== */
#ampoule-chart .error {
  display: none;
  text-align: center;
}

#ampoule-chart .none .error {
  display: block;
  color: red;
}

#ampoule-chart .none .itemList {
  display: none;
}

/* ===== .Reset（エラー後解除） ===== */
#ampoule-chart .select .btnReset {
  display: none;
}

#ampoule-chart .chartTable.searching .select .btnReset {
  display: block;
}

#ampoule-chart .select .btnReset a {
  font-size: 14px;
  text-decoration: underline;
  white-space: nowrap;
}

/* ===== .select ===== */
#ampoule-chart .select {
  display: flex;
  justify-content: left;
  align-items: center;
  padding-bottom: 0.8em;
  position: relative;
}

#ampoule-chart .select .btnSort {
  cursor: pointer;
}

#ampoule-chart .select .btnSort select {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  display: block;
  color: #000;
  background-color: #fff;
  text-decoration: none !important;
  border-radius: 2px;
  border: 1px solid #767676;
  height: 2em;
  margin-right: 0;
  padding: 0 0.5em;
}

#ampoule-chart .select .btnSearch {
  margin: 0 0.5em;
}

#ampoule-chart .select .btnSearch .btn {
  display: block;
  padding: 0;
}

#ampoule-chart .select .btnSearch .btn a {
  display: table;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  color: #000;
  text-decoration: none !important;
  border-radius: 2px;
  background: url("../img/icon_serch.png") right 0.5em center/auto 1em no-repeat;
  border: 1px solid #767676;
  height: 2em;
  padding: 0 0.5em;
  padding-right: 2.5em;
  background-color: #fff;
}

#ampoule-chart .select .btnSearch .btn a span {
  display: table-cell;
  vertical-align: middle;
}

#ampoule-chart .chartTable.searching .select .btnSearch .btn a {
  font-weight: bold;
}

#ampoule-chart .select .btnReset {
  display: none;
}

#ampoule-chart .chartTable.searching .select .btnReset {
  display: block;
}

#ampoule-chart .select .btnReset a {
  font-size: 14px;
  text-decoration: underline;
  white-space: nowrap;
}

#ampoule-chart .select .note {
  position: absolute;
  right: 0;
  bottom: 12px;
  line-height: 1.3;
  text-align: right;
}

@media screen and (min-width: 768px) {
  #ampoule-chart .select .btnSort select {
    height: 2.5em;
  }
  #ampoule-chart .select .btnSearch {
    margin-left: 1em;
  }
  #ampoule-chart .select .btnSearch .btn a {
    height: 2.5em;
  }
}
/* ===== .itemList ===== */
#ampoule-chart .itemListContainer {
  position: relative;
}

#ampoule-chart .itemList {
  overflow-y: hidden;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0.3em;
  transition: all 0.5s;
}

@media screen and (max-width: 1170px) {
  #ampoule-chart .itemList {
    overflow-x: scroll;
  }
}
#ampoule-chart .itemList table {
  border-collapse: separate;
}

#ampoule-chart .itemList table tr th,
#ampoule-chart .itemList table tr td {
  font-size: 12px;
  line-height: 1.2;
  vertical-align: middle;
  padding: 0.5em;
}

#ampoule-chart .itemList table tr th {
  position: sticky;
  left: 0;
  z-index: 1;
  border-right: #dcdcdc 1px solid;
}

#ampoule-chart .itemList table thead tr th,
#ampoule-chart .itemList table thead tr td {
  pointer-events: none;
  white-space: nowrap;
  background-color: #f5f5f5;
  text-align: center;
  font-weight: bold;
}

#ampoule-chart .itemList table thead tr th {
  border-right: #fff 1px solid;
}

#ampoule-chart .itemList table thead tr td {
  border-right: #fff 1px solid;
}

#ampoule-chart .itemList table tbody tr {
  display: none;
}

#ampoule-chart .itemList table tbody tr.selected.showItem {
  display: table-row;
}

#ampoule-chart .chartTable.open table tbody tr.selected {
  display: table-row !important;
}

#ampoule-chart .itemList table tbody tr th {
  background-color: #fff;
  border-bottom: 2px solid rgba(0, 0, 0, 0.07);
}

#ampoule-chart .itemList table tbody tr td {
  border-right: #dcdcdc 1px solid;
  border-bottom: 2px solid rgba(0, 0, 0, 0.07);
  background-color: #fff;
}

#ampoule-chart .itemList table tbody tr td:last-child {
  border-right: none;
}

@media screen and (min-width: 768px) {
  #ampoule-chart .itemListContainer {
    margin: 0 auto;
  }
  #ampoule-chart .itemList {
    margin-bottom: 0.3em;
  }
  #ampoule-chart .itemList table tr th,
  #ampoule-chart .itemList table tr td {
    font-size: 13.5px;
  }
  #ampoule-chart .itemList table thead tr td,
  #ampoule-chart .itemList table tbody tr td {
    padding-left: 0.8em;
    padding-right: 0.8em;
  }
}
.chartTable.none .itemList,
.chartTable.none .clone-wrapper,
.chartTable.none .top-scrollbar {
  display: none !important;
}

/* ===== .もっとみる ===== */
#ampoule-chart .btnMore {
  position: relative;
  padding: 1em 0 2em;
  margin-top: 26px;
}

#ampoule-chart .btnMore a {
  position: relative;
  font-weight: normal;
}

#ampoule-chart .chartTable.all .btnMore {
  display: none;
}

#ampoule-chart .chartTable.open .btnMore::before {
  display: none;
}

#ampoule-chart .btnMore a {
  transition: 0s;
}
#ampoule-chart .btnMore a:hover {
  text-decoration: none;
}

#ampoule-chart .btnMore a,
#ampoule-chart .btnMore a:focus {
  text-decoration: none;
  display: block;
  color: #000;
  width: 250px;
  font-size: 17px;
  font-weight: nomal;
  border: #ccc 1px solid;
  text-align: center;
  margin: 0 auto;
  padding: 10px 35px;
  background-color: #fff;
}

#ampoule-chart .chartTable.open .btnMore a {
  font-size: 0;
}

#ampoule-chart .chartTable.open .btnMore a::before {
  font-size: 17px;
  content: "閉じる";
}

#ampoule-chart .btnMore a::after {
  position: absolute;
  content: "";
  right: 15px;
  top: 46%;
  width: 9px;
  height: 9px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: translateY(-50%) rotate(45deg);
}

#ampoule-chart .chartTable.open .btnMore a::after {
  transform: translateY(-20%) rotate(-135deg);
}

@media screen and (min-width: 768px) {
  #ampoule-chart .btnMore {
    padding-top: 0;
  }
  #ampoule-chart .btnMore::before {
    display: none;
  }
  #ampoule-chart .btnMore a,
  #ampoule-chart .btnMore a:focus {
    font-size: 18px;
  }
  #ampoule-chart .btnMore a::after {
    width: 12px;
    height: 12px;
  }
}
/* ===== グラデ ===== */
#ampoule-chart .itemList.org tbody::after {
  pointer-events: none;
  display: block;
  content: "";
  width: 100%;
  height: 60px;
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
  position: absolute;
  bottom: 0;
  border-bottom: #fff 20px solid;
  z-index: 1;
}

#ampoule-chart .chartTable.all .itemList.org tbody::after,
#ampoule-chart .chartTable.open .itemList.org tbody::after {
  display: none;
}

/* ===== もっとみる対応 ＋　タブレット固定位置対応 ===== */
/* clone-header 全体ラッパー */
#ampoule-chart .itemList.clone-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  overflow: visible;
}

#ampoule-chart .itemList.clone-wrapper.fix {
  display: block;
}

/* 横スクロール用コンテナ */
#ampoule-chart .itemList.clone-wrapper .clone-scroll {
  width: 100%;
  overflow-x: hidden;
}

/* PCのみ横スクロール有効 */
@media screen and (min-width: 1025px) {
  #ampoule-chart .itemList.clone-wrapper .clone-scroll {
    overflow-x: auto;
  }
}
/* PC専用上部スクロールバー */
#ampoule-chart .top-scrollbar {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  height: 16px;
}

#ampoule-chart .top-scroll-inner {
  height: 1px;
}

/* pointer-events SP/タブレット用 */
@media screen and (max-width: 1024px) {
  #ampoule-chart .itemList.clone-wrapper .clone-scroll {
    pointer-events: none;
  }
}
/* タブレット向け固定位置 (768px〜1023px) */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #ampoule-chart .itemList.clone-wrapper {
    top: 114px !important;
  }
}
/* スマホ向け固定位置 (〜767px) */
@media screen and (max-width: 767px) {
  #ampoule-chart .itemList.clone-wrapper {
    top: 59px !important;
  }
}
/* 上部スクロールバー内部 */
#ampoule-chart .top-scrollbar .top-scroll-inner {
  width: 100%;
}

/* PC以外で横スクロールを非表示にするクラス */
#ampoule-chart .clone-scroll.no-bar {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

@media (max-width: 767px) {
  #ampoule-chart .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #ampoule-chart .sp {
    display: none;
  }
}
#ampoule-chart .itemList table {
  min-width: 1170px;
  width: auto;
  margin: 0 auto;
}

@media screen and (max-width: 1170px) {
  #ampoule-chart .itemList table {
    min-width: 0;
    white-space: nowrap;
  }
}
/* ================================================ 
ページ内基本設定
==================================================*/
#ampoule-chart {
  color: rgb(51, 51, 51);
  max-width: 1170px;
  margin: 0 auto;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "Open Sans", Helvetica, Arial, -apple-system, blinkMacSystemFont, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
}

#ampoule-chart .itemList table tbody th .th-inner {
  display: flex;
  align-items: center;
  gap: 9px;
}

@media screen and (max-width: 1169px) {
  #ampoule-chart section {
    padding: 0 2%;
    box-sizing: border-box;
  }
}
#ampoule-chart .itemList table tbody th .th-inner {
  min-width: 300px;
}

@media (max-width: 767px) {
  #ampoule-chart .itemList table tbody th .th-inner {
    min-width: 180px;
  }
}
#ampoule-chart .itemList table tbody tr th .img {
  width: 40px;
}
#ampoule-chart .itemList table tbody tr th .img img {
  width: 100%;
  height: auto;
}
#ampoule-chart .itemList table tbody tr th .txt {
  width: calc(100% - 40px);
  white-space: break-spaces;
  text-align: left;
  border-left: none;
}

@media (min-width: 768px) {
  #ampoule-chart .itemList table tbody tr th .img {
    width: 60px;
  }
}
#ampoule-chart h1.mainVisual {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 0 5px;
  box-sizing: border-box;
}
#ampoule-chart h1.mainVisual img {
  width: 100%;
}

#ampoule-chart .lead {
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  margin: 0 auto 30px;
  padding: 0 5px;
}

@media screen and (min-width: 768px) {
  #ampoule-chart .lead {
    font-size: 17px;
  }
}
#ampoule-chart .txt_link {
  text-align: center;
  font-size: 14px;
  margin-top: 30px;
  letter-spacing: 0.02em;
}
#ampoule-chart .txt_link a {
  display: inline-block;
  padding-right: 12px;
  position: relative;
}
#ampoule-chart .txt_link a::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 9px;
  height: 9px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translateY(-50%) rotate(45deg);
}
#ampoule-chart .txt_link a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #ampoule-chart .txt_link {
    font-size: 18px;
  }
  #ampoule-chart .txt_link a {
    padding-right: 20px;
  }
  #ampoule-chart .txt_link a:after {
    width: 12px;
    height: 12px;
  }
}
#ampoule-chart .note_table_txt {
  font-size: 0.8em;
  color: #666;
  text-indent: -1em;
  padding-left: 1em;
}

#ampoule-chart .chartTable.none .note_table_txt {
  display: none !important;
}

#ampoule-chart .itemList table tr th a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#ampoule-chart .priceBox {
  text-align: right;
}
#ampoule-chart .priceBox span {
  display: block;
}
#ampoule-chart .priceBox .price {
  font-size: clamp(14px, 12.5px + 0.4vw, 18px);
}
#ampoule-chart .priceBox .grossPrice {
  font-size: clamp(10px, 9.3px + 0.2vw, 12px);
  line-height: 1.2em;
}
#ampoule-chart .priceBox .price_per,
#ampoule-chart .priceBox .grossPrice_per {
  font-size: clamp(10px, 9.3px + 0.2vw, 12px);
  color: #999;
  line-height: 1.2em;
  margin-top: 2px;
}
#ampoule-chart .priceBox .price_per:before {
  content: "施術1回あたり";
  padding-right: 0.3em;
}
#ampoule-chart .priceBox .grossPrice_per:before {
  content: "施術1回あたり税込";
  padding-right: 0.3em;
}

#ampoule-chart .itemList table thead tr th span {
  font-size: 0.8em;
  color: #999;
  font-weight: normal;
}

#ampoule-chart .itemList table tbody tr td {
  white-space: nowrap;
  min-width: 80px;
}
#ampoule-chart .itemList table tbody tr td li {
  margin-bottom: 2px;
}
#ampoule-chart .itemList table tbody tr td li:last-child {
  margin-bottom: 0;
}

#ampoule-chart .itemList table tbody tr td:nth-child(3),
#ampoule-chart .itemList table tbody tr td:nth-child(4),
#ampoule-chart .itemList table tbody tr td:nth-child(5) {
  text-align: center;
}

#ampoule-chart .itemList table tbody tr td:nth-child(6) {
  white-space: normal;
}

#ampoule-chart .itemList table tbody tr td:nth-child(6) ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#ampoule-chart .itemList table tbody tr td:nth-child(6) li {
  white-space: nowrap;
  margin: 0;
  border-radius: 3px;
  padding: 2px;
  background: #fff;
  padding: 2px 8px;
  border-radius: 9999px;
  /* カプセル型 */
  background: #fafafa;
  box-shadow: 0 0 0 1px #dcdcdc;
  font-size: 12px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  #ampoule-chart .itemList table tbody tr td:nth-child(6) ul {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
}
#ampoule-chart .itemList table tbody tr td:nth-child(7) li {
  position: relative;
  padding: 0px 0px 0px 10px;
}

#ampoule-chart .itemList table tbody tr td:nth-child(7) li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  width: 4px;
  height: 8px;
  border-right: 2px solid #dcdcdc;
  border-bottom: 2px solid #dcdcdc;
  transform: translateY(-60%) rotate(45deg);
}

#ampoule-chart .itemList table tbody tr td:nth-child(8) ul li {
  position: relative;
  padding: 0px 0px 0px 14px;
}

#ampoule-chart .itemList table tbody tr td:nth-child(8) ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #dcdcdc;
  font-weight: bold;
  font-size: 14px;
}

#ampoule-chart .itemList table tbody tr td:nth-child(8) ul li.content_adjust::before {
  top: 20%;
}

.content_adjust span {
  font-size: 0.8em;
}

#ampoule-chart .itemList table tbody tr td:nth-child(9) ul li {
  margin-bottom: 16px;
}
#ampoule-chart .itemList table tbody tr td:nth-child(9) ul li a {
  text-decoration: underline;
  padding: 10px;
  box-sizing: border-box;
}
#ampoule-chart .itemList table tbody tr td:nth-child(9) ul li a:hover {
  text-decoration: none;
}

#ampoule-chart .itemList table tbody tr td:nth-child(9) ul li:last-child {
  margin-bottom: 0;
}

@media (min-width: 767px) {
  #ampoule-chart .itemList table tbody tr td:nth-child(9) ul li {
    text-align: center;
    margin-bottom: 6px;
  }
  #ampoule-chart .itemList table tbody tr td:nth-child(9) ul li:last-child {
    margin-bottom: 0;
  }
}
#ampoule-chart .itemList table tbody tr td:last-child span {
  font-size: 0.8em;
  color: #666;
  text-align: center;
  display: block;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  #ampoule-chart .itemList table tbody tr td:last-child span {
    display: inline;
    padding-left: 1em;
  }
}
.mfp-content .content > div {
  display: inline-flex;
  align-items: flex-start;
  vertical-align: top;
}

.mfp-content .content > div input {
  flex: none;
}/*# sourceMappingURL=page.css.map */