@charset "UTF-8";
/*
English サウナページ CSS
Version: 0.5.0
UPDATE 2019-04-18
*/
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Arial", sans-serif; }

.facilityList li .facilityData ul li {
  float: none;
  display: inline-block;
  width: auto !important;
  margin: 0 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 90%; }
  @media screen and (max-width: 767px) {
    .facilityList li .facilityData ul li {
      margin-bottom: 3px !important; } }

.pricebox .priceList {
  font-size: 120%; }
  @media screen and (max-width: 840px) {
    .pricebox .priceList {
      font-size: 105%; } }
  @media screen and (max-width: 360px) {
    .pricebox .priceList {
      font-size: 90%; } }
  .pricebox .priceList dt {
    width: 380px; }
    @media screen and (max-width: 840px) {
      .pricebox .priceList dt {
        width: 300px; } }
    @media screen and (max-width: 767px) {
      .pricebox .priceList dt {
        width: 100%;
        padding-left: 16px; } }
  .pricebox .priceList dd.member {
    width: 240px; }
    @media screen and (max-width: 840px) {
      .pricebox .priceList dd.member {
        width: auto; } }
