@charset "UTF-8";
/* basic layout */
/* 全体の設定
---------------------------------------------------------------------------*/
/* 基本設定
---------------------------------------------------------------------------*/
/* responsive */
/* サイズ */
/* flexbox */
/* フォント */
/* regular: 400, medium: 500, semibold: 600, bold: 700 */
/* regular: 400, medium: 500, bold: 700 */
/*@mixin font-go {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
}*/
/*@mixin font-hdl {
	font-family: fot-udkakugo-large-pr6n, sans-serif;
	font-style: normal;
	font-weight: 600;
}*/
/* regular: 500 */
/* regular: 400 */
/*@mixin font-deco {
	font-family: "dnp-shuei-nmincho-std", sans-serif;
	font-weight: 400;
	font-style: normal;
}*/
/* 色 */
/* グラデ背景色 */
/* 中央揃え */
/* objectfit */
/* ホバーアクション */
/* 角丸 */
/* ボタン */
/* ボタンの中のspan */
/* フォントサイズ */
/* padding margin */
/* 縦書き */
/* 内径 */
/* ancdhor */
@media screen and (min-width: 481px) {
  .pg-anchor ul li.w344 {
    width: 252px; } }
  @media screen and (min-width: 481px) and (max-width: 1300px) {
    .pg-anchor ul li.w344 {
      width: 19.3846153846vw; } }

@media screen and (min-width: 481px) {
  .pg-anchor ul li.w344:nth-of-type(n + 4) {
    margin-top: 0;
    margin-left: 24px; } }
  @media screen and (min-width: 481px) and (max-width: 1300px) {
    .pg-anchor ul li.w344:nth-of-type(n + 4) {
      margin-left: 1.8461538462vw; } }

@media screen and (max-width: 480px) {
  .pg-anchor-tx {
    width: 100%;
    height: 14.9333333333vw; } }
/* price */
.price-list dt, .price-list dd {
  padding-left: 0;
  padding-right: 0;
  letter-spacing: 0.06em !important;
  line-height: 1.6 !important; }
.price-list dt, .price-list dt:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #B9B9B9; }
  @media screen and (max-width: 480px) {
    .price-list dt, .price-list dt:last-of-type {
      display: block; } }
  .price-list dt.blocks, .price-list dt:last-of-type.blocks {
    display: block; }
  .price-list dt p.pg-desc, .price-list dt:last-of-type p.pg-desc {
    text-align: right; }
.price-list dd, .price-list dd:last-of-type {
  border-bottom: 2px solid #A5A5A5;
  letter-spacing: .03em; }
.price-list .pg-name, .price-list .pg-desc {
  letter-spacing: .06em;
  line-height: 1.6 !important; }
.price-list dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* machine */
.machine .cols .tx {
  padding: 2em 1.5em; }

/* massage */
.massage-menu {
  background-color: #ffffff;
  padding: 70px 60px; }
  @media screen and (max-width: 1300px) {
    .massage-menu {
      padding: 5.3846153846vw 4.6153846154vw; } }
  @media screen and (max-width: 480px) {
    .massage-menu {
      padding: 9.3333333333vw 8vw; } }
  .massage-menu dl dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
