@charset "UTF-8";
/*----------------------------------------------------------------------------
  pageTitle
----------------------------------------------------------------------------*/
#pageTitle {
  background-image: url(/assets/img/bathhouse/pageTitle_img_sp2.jpg);
}

@media only screen and (min-width: 640px) {
  #pageTitle {
    background-image: url(/assets/img/bathhouse/pageTitle_img_pc2.jpg);
  }
}
/*----------------------------------------------------------------------------
  bathhouse
----------------------------------------------------------------------------*/
#bathhouse {
  background-color: #f7f5ee;
  padding: 3em 0 3em;
}

#bathhouse > .heading {
  text-align: center;
  padding-bottom: 2em;
}

#bathhouse > ul > li {
  background: url(/assets/img/bathhouse/mainService_icon.png) 8% 3em no-repeat;
  background-size: 39px auto;
  padding: 3em 0 0;
}

#bathhouse > ul > li:nth-child(3),
#bathhouse > ul > li:nth-child(4),
#bathhouse > ul > li:nth-child(5) {
  background: none;
}

#bathhouse > ul > li .img {
  -webkit-box-shadow: 0 0 0 3px #f7f5ee, 0 0 0 4px #8dcc83;
          box-shadow: 0 0 0 3px #f7f5ee, 0 0 0 4px #8dcc83;
  border-radius: 1px;
  width: 70%;
  margin: 2em auto 0;
}

#bathhouse > ul > li .img img {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

#bathhouse > ul > li .ttl {
  color: #1e2e53;
  text-align: center;
  font-size: 25px;
  margin: 0.6em auto 0.3em;
}

#bathhouse > ul > li .ttl span {
  font-size: 15px;
  margin-left: 0.5em;
  vertical-align: 0.2em;
}

#bathhouse > ul > li .txt {
  border-bottom: #c9caca 1px solid;
  width: 74%;
  margin: 0 auto;
  padding-bottom: 2em;
}

#bathhouse > ul > li .txt p {
  padding-bottom: 0.5em;
  font-size: 14px;
}

#bathhouse > ul > li .txt .note {
  text-align: left;
  font-size: 11px;
  background-color: #f2efe4;
  padding: 15px 20px;
}

#bathhouse > ul > li:nth-child(1) .txt p {
  padding-bottom: 0;
}

#bathhouse > ul > li p.text_note {
  font-size: 13px;
  line-height: 1.7;
  margin-top: 1em;
}

@media only screen and (max-width: 639px) {
  #bathhouse > ul > li .txt p br {
    display: none;
  }
}
@media only screen and (min-width: 640px) {
  #bathhouse {
    background-color: #f7f5ee;
    padding: 3em 0 3em;
  }
  #bathhouse > .heading {
    text-align: center;
    padding-bottom: 70px;
  }
  #bathhouse .heading span {
    font-size: 20px;
    padding-bottom: 30px;
  }
  #bathhouse > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
  }
  #bathhouse > ul:after {
    content: "";
    display: block;
    clear: both;
  }
  #bathhouse > ul > li {
    position: relative;
    float: left;
    width: 50%;
    background-position: 6% 30px;
    background-size: 52px auto;
    padding: 20px 0 0;
  }
  #bathhouse > ul > li:before {
    position: absolute;
    width: 90%;
    top: 0;
    content: "";
    display: block;
    border-top: #c9caca 1px solid;
    margin-left: 5%;
  }
  #bathhouse > ul > li:nth-child(1):before,
  #bathhouse > ul > li:nth-child(2):before {
    border-top: none;
  }
  #bathhouse > ul > li:nth-child(odd) {
    clear: both;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-right: #c9caca 1px solid;
  }
  #bathhouse > ul > li .img {
    -webkit-box-shadow: 0 0 0 3px #f7f5ee, 0 0 0 4px #8dcc83;
            box-shadow: 0 0 0 3px #f7f5ee, 0 0 0 4px #8dcc83;
    width: 74%;
    margin: 50px auto 0;
  }
  #bathhouse > ul > li .ttl {
    font-size: 32px;
    margin: 30px auto 20px;
  }
  #bathhouse > ul > li .ttl span {
    font-size: 20px;
  }
  #bathhouse > ul > li .txt {
    width: 88%;
    border-bottom: none;
    text-align: center;
    margin: 0 auto;
  }
  #bathhouse > ul > li .txt .note {
    width: 78%;
    margin: 0 auto;
  }
}
/*----------------------------------------------------------------------------
  bathhouse_table
----------------------------------------------------------------------------*/
.bathhouse_table .sp_style {
  display: none !important;
}

.bathhouse_table {
  padding-top: 80px;
  width: 85%;
  margin: 0 auto;
  max-width: 1100px;
}

table.xl {
  border-collapse: collapse;
  width: 100%;
  background-color: #fff;
  border-right: none;
}

table.xl tr {
  border-style: solid;
  border-width: 1px;
  border-color: #c9caca;
  white-space: pre-line;
  padding: 1.5em 0 1.5em 40px;
  border-right: none;
  border-left: none;
}

table.xl td {
  border-style: solid;
  border-width: 1px;
  border-color: #c9caca;
  white-space: pre-line;
  padding: 1.5em 0 1.5em 40px;
  border-right: none;
}

table.xl th {
  background-color: #e8e8e8;
  border-left: none;
  font-size: 16px;
  color: #1e2e53;
  font-weight: normal;
  padding: 1.2em 2em 1em 1.8em;
  font-family: "游明朝", "YuMincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", Hiragino Mincho Pro, "HGS明朝E", "メイリオ", Meiryo, serif;
  line-height: 1.4;
}

.bathhouse_table .note {
  margin-top: 20px;
  font-size: 13px;
  color: #c9171e;
}

.bathhouse_table .note p {
  margin-bottom: 0.5em;
  line-height: 1.4;
}

@media only screen and (max-width: 1023px) {
  .bathhouse_table .pc_style {
    display: none !important;
  }
  .bathhouse_table .sp_style {
    display: table !important;
  }
  .bathhouse_table table tr {
    border: none;
  }
  .bathhouse_table table th {
    font-size: 14px;
    text-align: center;
    display: block;
    width: 100%;
    border: none;
    padding: 1em 0;
    line-height: 1.5;
  }
  .bathhouse_table {
    padding-top: 60px;
    width: 85%;
    margin: 0 auto;
    min-width: 0;
  }
  table.xl td {
    font-size: 14px;
    display: block;
    border: none;
    padding: 2em 1em;
    white-space: normal;
  }
  table.xl td.line {
    border-bottom: solid 1px #c9caca;
  }
  .bathhouse_table .note p {
    text-indent: -1em;
    padding-left: 1em;
  }
}
/*# sourceMappingURL=bathhouse.css.map */