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

#esthemachine-chart .none .error {
  display: block;
}

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

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

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

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

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

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

#esthemachine-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;
}

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

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

#esthemachine-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("/_ui/responsive/common/ui_assets/online/bg/pickup/esthemachine-chart/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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#esthemachine-chart .itemList table tbody tr th {
  background-color: #fff;
  border-bottom: #dcdcdc 1px solid;
}

#esthemachine-chart .itemList table tbody tr td {
  border-right: #dcdcdc 1px solid;
  border-bottom: #dcdcdc 1px solid;
  background-color: #fff;
}

#esthemachine-chart .itemList table tbody tr td:last-child {
  border-right: none;
  white-space: nowrap;
  text-align: left;
}

@media screen and (min-width: 768px) {
  #esthemachine-chart .itemListContainer {
    margin: 0 auto;
  }
  #esthemachine-chart .itemList {
    margin-bottom: 0.3em;
  }
  #esthemachine-chart .itemList table tr th,
  #esthemachine-chart .itemList table tr td {
    font-size: 13.5px;
  }
  #esthemachine-chart .itemList table thead tr td,
  #esthemachine-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;
}

/* ===== .もっとみる ===== */
/* ================================================ 
共通設定
==================================================*/
@media (max-width: 767px) {
  #esthemachine-chart .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #esthemachine-chart .sp {
    display: none;
  }
}
#esthemachine-chart .itemList table {
  min-width: 1170px;
  width: auto;
}

@media screen and (max-width: 1170px) {
  #esthemachine-chart .itemList table {
    min-width: 0;
    white-space: nowrap;
  }
}
/* ================================================ 
ページ内基本設定
==================================================*/
#esthemachine-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;
}

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

/* ================================================ 
ページ設定
==================================================*/
#esthemachine-chart .itemList table td {
  min-width: 70px;
}
#esthemachine-chart .itemList table thead tr th,
#esthemachine-chart .itemList table thead tr td {
  text-align: center;
}
#esthemachine-chart .itemList table tbody th span {
  color: #999;
}
#esthemachine-chart .itemList table tbody td {
  text-align: center;
}
#esthemachine-chart .itemList table tbody td span {
  font-size: 0.8em;
  color: #999;
  white-space: nowrap;
}
#esthemachine-chart .itemList table tbody td li {
  white-space: nowrap;
  list-style-type: none;
}

@media screen and (max-width: 768px) {
  #esthemachine-chart .itemList table td {
    min-width: 0 !important;
    width: auto;
  }
}
/* ================================================ 
追加スタイル
==================================================*/
#esthemachine-chart h1.mainVisual {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 0 5px;
  box-sizing: border-box;
}
#esthemachine-chart h1.mainVisual img {
  width: 100%;
}

#esthemachine-chart .bgPrice_span_a {
  font-weight: bold;
}
#esthemachine-chart .grossPrice {
  font-size: 0.7em;
}
#esthemachine-chart .itemList table tbody tr th a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#esthemachine-chart .itemList table tbody tr th .txt {
  font-weight: bold;
}
#esthemachine-chart .itemList table tbody tr th .txt span {
  font-size: 0.8em;
  font-weight: normal;
}

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

@media (max-width: 767px) {
  #esthemachine-chart .itemList table tbody th .th-inner {
    min-width: 0;
  }
}
#esthemachine-chart .itemList table tbody tr th .img {
  width: 80px;
}
#esthemachine-chart .itemList table tbody tr th .img img {
  width: 100%;
  height: auto;
}
#esthemachine-chart .itemList table tbody tr th .txt {
  width: calc(100% - 80px);
  white-space: break-spaces;
}
#esthemachine-chart .itemList table tbody tr th .txt span {
  white-space: nowrap;
}

@media (max-width: 767px) {
  #esthemachine-chart .itemList table tbody tr th .img {
    width: 70px;
  }
  #esthemachine-chart .itemList table tbody tr th .img img {
    width: 100%;
    height: auto;
  }
  #esthemachine-chart .itemList table tbody tr th .txt {
    font-size: 0.9em;
    width: calc(100% - 70px);
  }
  #esthemachine-chart .itemList table thead tr th,
  #esthemachine-chart .itemList table thead tr td,
  #esthemachine-chart .itemList.clone table thead tr th,
  #esthemachine-chart .itemList.clone table thead tr td {
    padding: 0.2em;
  }
}
/* clone-header 全体ラッパー */
#esthemachine-chart .itemList.clone-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  overflow: visible;
}

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

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

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

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

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

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

#esthemachine-chart .txt_link {
  text-align: center;
  font-size: 14px;
  margin-top: 45px;
  letter-spacing: 0.02em;
}
#esthemachine-chart .txt_link a {
  display: inline-block;
  padding-right: 12px;
  position: relative;
}
#esthemachine-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);
}
#esthemachine-chart .txt_link a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #esthemachine-chart .txt_link {
    font-size: 18px;
  }
  #esthemachine-chart .txt_link a {
    padding-right: 20px;
  }
  #esthemachine-chart .txt_link a:after {
    width: 12px;
    height: 12px;
  }
}
#esthemachine-chart .lead {
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  margin: 0 auto 30px;
}

@media screen and (min-width: 768px) {
  #esthemachine-chart .lead {
    font-size: 17px;
  }
}
#esthemachine-chart .itemList table tr td {
  padding: 0.4em;
}

@media screen and (min-width: 768px) {
  #esthemachine-chart .itemList table tbody tr td {
    padding: 0.4em;
  }
}
#esthemachine-chart .itemList table tbody tr th .txt span {
  margin-bottom: 0.2em;
  display: inline-block;
}

#esthemachine-chart .itemList table tbody th span {
  color: #666;
}

#esthemachine-chart .note_table_txt {
  font-size: 0.8em;
  color: #666;
}

#esthemachine-chart .note_li {
  font-size: 0.8em;
  color: #666;
  margin-top: 6px;
}
#esthemachine-chart .note_li li {
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
}
#esthemachine-chart .note_li li .icon {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 2px;
  border-radius: 2px;
}

#esthemachine-chart .caution_li {
  font-size: 0.8em;
  color: #666;
  margin-top: 6px;
}
#esthemachine-chart .caution_li li {
  margin-bottom: 0.2em;
  text-indent: -1.1em;
  padding-left: 1em;
}
#esthemachine-chart .caution_li li:before {
  content: "※";
}

#esthemachine-chart .chartTable.none .note_table_txt,
#esthemachine-chart .chartTable.none .note_li,
#esthemachine-chart .chartTable.none .caution_li {
  display: none !important;
}

#esthemachine-chart .itemList table thead tr th,
#esthemachine-chart .itemList table thead tr td {
  background: #f5f5f5;
}

#esthemachine-chart .facial {
  background: rgba(255, 228, 225, 0.6);
}

#esthemachine-chart .body {
  background: rgba(215, 238, 255, 0.7);
}

#esthemachine-chart .scalp {
  background: rgba(240, 225, 245, 0.7);
}

#esthemachine-chart .facial-body {
  background: linear-gradient(135deg, #FFE4E1 0%, #FFE4E1 50%, #D7EEFF 50%, #D7EEFF 100%);
}

#esthemachine-chart .itemList table tbody td li {
  padding: 0.2em 0.5em;
  margin-bottom: 0.2em;
  border-radius: 4px;
}

#esthemachine-chart .none .error {
  color: red;
}/*# sourceMappingURL=page.css.map */