@charset "UTF-8";
/*=======================================
温浴
=========================================*/
.p-spa .p-page__concept {
  margin-bottom: 145px;
}
.p-spa__price {
  display: flex;
  justify-content: space-between;
  margin-bottom: 162px;
}
.p-spa__price:before, .p-spa__price:after {
  display: none;
}
.p-spa__price .content {
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 74.4713%;
  padding: 80px 97px;
}
.p-spa__price .content .note {
  margin-top: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 160%;
}
.p-spa__price .content .note + .note {
  margin-top: 5px;
}
.p-spa__spa {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 180px;
}
.p-spa__spa:before, .p-spa__spa:after {
  display: none;
}
.p-spa__spa .content {
  padding-top: 143px;
  width: calc(100% - 174px);
}
.p-spa__spa .block1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 95px;
}
.p-spa__spa .block1:before, .p-spa__spa .block1:after {
  display: none;
}
.p-spa__spa .block1:last-child {
  margin-bottom: 0;
}
.p-spa__spa .block1.is-img-left {
  flex-direction: row-reverse;
}
.p-spa__spa .block1 .box1 {
  width: 52.7766%;
  padding-top: 23px;
}
.p-spa__spa .block1 .box1 h4 {
  font-family: fot-tsukuaoldmin-pr6n, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 48px;
}
.p-spa__spa .block1 .box1 h5 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 150%;
  font-family: fot-tsukuaoldmin-pr6n, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  margin-bottom: 50px;
}
.p-spa__spa .block1 .box1 .c-btn1 {
  margin-top: 58px;
}
.p-spa__spa .block1 .box2 {
  width: 41.6243%;
}
.p-spa__spa .link ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-spa__spa .link ul:before, .p-spa__spa .link ul:after {
  display: none;
}
.p-spa__spa .link li + li {
  margin-left: 70px;
}
.p-spa__spa .link a {
  display: block;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 120%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-decoration: none;
}
.p-spa__spa .link a:before, .p-spa__spa .link a:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #040404;
  width: 100%;
}
.p-spa__spa .link a:before {
  -webkit-transition: transform 0.3s ease 0.3s;
  transition: transform 0.3s ease 0.3s;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transform-origin: 100% 100%;
}
.p-spa__spa .link a:after {
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transform-origin: 0 0;
}
.p-spa__spa .link a:hover {
  text-decoration: none;
}
.p-spa__spa .link a:hover:before {
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.p-spa__spa .link a:hover:after {
  -webkit-transition: transform 0.3s ease 0.3s;
  transition: transform 0.3s ease 0.3s;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.p-spa__spa .link a span {
  display: block;
  padding-left: 30px;
  padding-right: 20px;
  position: relative;
}
.p-spa__spa .link a span:before {
  display: block;
  content: "";
  position: absolute;
  width: 6px;
  top: 50%;
  left: 0;
  border-top: 1px solid #1A1918;
}
.p-spa__wear {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.p-spa__wear:before, .p-spa__wear:after {
  display: none;
}
.p-spa__wear .box1 {
  width: 46.3908%;
}
.p-spa__wear .box1 .note {
  margin-top: 30px;
}
.p-spa__wear .box1 .note p {
  text-indent: -1em;
  padding-left: 1em;
  color: #4e4e4e;
  letter-spacing: 0.04em;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 207%;
  margin-top: 5px;
}
.p-spa__wear .box1 .link {
  margin-top: 38px;
}
.p-spa__wear .box1 .link ul {
  display: flex;
  justify-content: center;
}
.p-spa__wear .box1 .link ul:before, .p-spa__wear .box1 .link ul:after {
  display: none;
}
.p-spa__wear .box1 .link li + li {
  margin-left: 35px;
}
.p-spa__wear .img1 {
  width: 48.8563%;
}
.p-spa__other {
  margin-top: 180px;
  margin-bottom: 214px;
  display: flex;
  flex-direction: row-reverse;
}
.p-spa__other:before, .p-spa__other:after {
  display: none;
}
.p-spa__other.column {
  flex-direction: column;
}
.p-spa__other .c-title2 {
  text-align: center;
}
.p-spa__other .heading {
  width: 125px;
}
.p-spa__other .content {
  margin-left: 153px;
  max-width: 750px;
}
.p-spa__other .content.center {
  margin-left: auto;
  margin-right: auto;
}
.p-spa__other .content ul {
  display: flex;
  flex-wrap: wrap;
}
.p-spa__other .content ul:before, .p-spa__other .content ul:after {
  display: none;
}
.p-spa__other .content li {
  width: 48.1333%;
  margin-left: 3.7334%;
  margin-bottom: 54px;
}
.p-spa__other .content li:nth-child(2n+1) {
  margin-left: 0;
}
.p-spa__other .content .img1 {
  margin-bottom: 14px;
}
.p-spa__other .content .txt1 h4 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 150%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  margin-bottom: 14px;
}
.p-spa__other .content .txt1 p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 190.28%;
}
.p-spa__restaurant {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 135px;
}
.p-spa__restaurant:before, .p-spa__restaurant:after {
  display: none;
}
.p-spa__restaurant .block1 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.p-spa__restaurant .block1:before, .p-spa__restaurant .block1:after {
  display: none;
}
.p-spa__restaurant .block1:last-child {
  margin-bottom: 0;
}
.p-spa__restaurant .block1 .box1 {
  width: 44.5422%;
  padding-right: 8.1866%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-spa__restaurant .block1 .box1 h4 {
  font-family: fot-tsukuaoldmin-pr6n, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 48px;
}
.p-spa__restaurant .block1 .box1 h5 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 150%;
  font-family: fot-tsukuaoldmin-pr6n, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  margin-bottom: 50px;
}
.p-spa__restaurant .block1 .box2 {
  width: 48.9436%;
}
.p-spa__restaurant .block1 .box2 .img1 {
  position: relative;
  margin-bottom: 48px;
}
.p-spa__restaurant .block1 .box2 .img1 img {
  width: 100%;
}

/*=======================================
大浴場
=========================================*/
.p-spa-big__block1 {
  margin-bottom: 66px;
  display: flex;
  justify-content: space-between;
}
.p-spa-big__block1:before, .p-spa-big__block1:after {
  display: none;
}
.p-spa-big__block1 .box1 {
  width: 23.2394%;
}
.p-spa-big__block1 .box1 .c-title1 {
  margin-bottom: 95px;
  justify-content: flex-end;
}
.p-spa-big__block1 .box1 .txt1 p {
  line-height: 213%;
}
.p-spa-big__block1 .box1 .txt1 .note {
  color: #4E4E4E;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 180%;
  margin-top: 5px;
}
.p-spa-big__block1 .box2 {
  width: 74.2077%;
}
.p-spa-big__block1 .box2 img {
  width: 100%;
}
.p-spa-big__block1 .box2 .hour {
  margin-top: 53px;
}

.p-spa-big__block1 .box2 .hour .c-table1 p{
	margin: 0 0 20px;
}

.p-spa-big__block1 .box2 .hour .c-table1 p.c-table1_head{
	font-weight: bold;
	margin: 0 0 6px;
}

.p-spa-big__amenity {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 124px;
}
.p-spa-big__amenity:before, .p-spa-big__amenity:after {
  display: none;
}
.p-spa-big__amenity .box1 {
  width: 46.2147%;
}
.p-spa-big__amenity .box1 .c-title2 {
  margin-bottom: 23px;
}
.p-spa-big__amenity .box1 .c-title2 .en {
  margin-bottom: 0;
  line-height: 140%;
}
.p-spa-big__amenity .box1 p a {
  color: #7A7A7A;
  text-decoration: underline;
}
.p-spa-big__amenity .box1 p a:hover {
  text-decoration: none;
}
.p-spa-big__amenity .box1 .link {
  margin-top: 30px;
}
.p-spa-big__amenity .box1 .link ul {
  display: flex;
}
.p-spa-big__amenity .box1 .link ul:before, .p-spa-big__amenity .box1 .link ul:after {
  display: none;
}
.p-spa-big__amenity .box1 .link li + li {
  margin-left: 36px;
}
.p-spa-big__amenity .img1 {
  width: 49.1197%;
  display: flex;
  justify-content: space-between;
}
.p-spa-big__amenity .img1:before, .p-spa-big__amenity .img1:after {
  display: none;
}

/*=======================================
サウナ
=========================================*/
.p-spa-souna__lead {
  margin-bottom: 128px;
}
.p-spa-souna__lead .img1 {
  text-align: center;
}
.p-spa-souna__design {
  display: flex;
  flex-direction: row-reverse;
}
.p-spa-souna__design:before, .p-spa-souna__design:after {
  display: none;
}
.p-spa-souna__design .heading {
  width: 195px;
}
.p-spa-souna__design .content {
  margin-left: 97px;
  max-width: 844px;
}
.p-spa-souna__design .design {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 82px;
}
.p-spa-souna__design .design:before, .p-spa-souna__design .design:after {
  display: none;
}
.p-spa-souna__design .design .lead {
  width: 100%;
  margin-bottom: 46px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 214.28%;
}
.p-spa-souna__design .design .box1 {
  width: 45.9715%;
}
.p-spa-souna__design .design .box1 + .box1 {
  margin-left: 8.057%;
}
.p-spa-souna__design .design .box1 p {
  margin-top: 18px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 214.28%;
}

/*=======================================
施設案内
=========================================*/
.p-spa-facility__guide {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 144px;
}
.p-spa-facility__guide:before, .p-spa-facility__guide:after {
  display: none;
}
.p-spa-facility__guide .content {
  max-width: 846px;
  margin-left: 124px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-spa-facility__guide .content:before, .p-spa-facility__guide .content:after {
  display: none;
}
.p-spa-facility__guide .floor {
  background: #fff;
  padding: 28px;
  padding-bottom: 66px;
  margin-bottom: 42px;
}
.p-spa-facility__guide .floor h4 {
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "EB Garamond", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 150%;
  font-weight: 400;
  margin-bottom: 40;
}
.p-spa-facility__guide .floor .img1 {
  text-align: center;
}
.p-spa-facility__guide .info {
  width: 42.3167%;
}
.p-spa-facility__guide .info .box1 {
  margin-bottom: 58px;
  display: flex;
  justify-content: space-between;
}
.p-spa-facility__guide .info .box1:before, .p-spa-facility__guide .info .box1:after {
  display: none;
}
.p-spa-facility__guide .info .box1 li {
  margin-bottom: 16px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 140%;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
}
.p-spa-facility__guide .info .box1 li span {
  display: block;
  color: #fff;
  background: #000;
  border-radius: 100%;
  width: 26px;
  height: 26px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 120%;
  font-family: "EB Garamond", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 26px;
  margin-right: 10px;
}
.p-spa-facility__guide .info .box2 ul {
  display: flex;
}
.p-spa-facility__guide .info .box2 ul:before, .p-spa-facility__guide .info .box2 ul:after {
  display: none;
}
.p-spa-facility__guide .info .box2 li {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 140%;
  letter-spacing: 0.03em;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  padding-left: 26px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.p-spa-facility__guide .info .box2 li + li {
  margin-left: 25px;
}
.p-spa-facility__guide .info .box2 li.toilet {
  background-image: url(../img/spa/facility/guide_icon_toilet.svg);
}
.p-spa-facility__guide .info .box2 li.smoke {
  background-image: url(../img/spa/facility/guide_icon_smoke.svg);
}
.p-spa-facility__guide .men {
  width: 54.1371%;
  display: flex;
  justify-content: space-between;
}
.p-spa-facility__guide .men:before, .p-spa-facility__guide .men:after {
  display: none;
}
.p-spa-facility__guide .men .img1 {
  width: 43.6681%;
}
.p-spa-facility__guide .men .txt1 {
  width: 51.5283%;
}
.p-spa-facility__guide .men .txt1 h4 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 150%;
  font-weight: 500;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 8px;
}
.p-spa-facility__guide .men .txt1 p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 214.28%;
}
.p-spa-facility__guide .btn {
  width: 100%;
}
.p-spa-facility__rounge {
  margin-bottom: 116px;
}
.p-spa-facility__rounge .c-title3 {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.p-spa-facility__rounge .img1 {
  text-align: center;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .p-spa__price {
    display: block;
    margin-bottom: 96px;
  }
  .p-spa__price .content {
    width: auto;
    padding: 30px 20px;
  }
  .p-spa__spa {
    display: block;
    margin-bottom: 94px;
  }
  .p-spa__spa .content {
    width: auto;
    padding-top: 20px;
  }
  .p-spa__spa .block1 {
    flex-direction: column-reverse;
    margin-bottom: 60px;
  }
  .p-spa__spa .block1.is-img-left {
    flex-direction: column-reverse;
  }
  .p-spa__spa .block1 .box1,
  .p-spa__spa .block1 .box2 {
    width: auto;
  }
  .p-spa__spa .block1 .box1 {
    padding-top: 0;
  }
  .p-spa__spa .block1 .box1 h4 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .p-spa__spa .block1 .box1 h5 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
  .p-spa__spa .block1 .box1 .c-btn1 {
    margin-top: 33px;
  }
  .p-spa__spa .block1 .box2 {
    margin-bottom: 38px;
  }
  .p-spa__spa .link {
    max-width: 232px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-spa__spa .link ul {
    display: block;
  }
  .p-spa__spa .link li {
    text-align: center;
  }
  .p-spa__spa .link li + li {
    margin-top: 13px;
    margin-left: 0;
  }
  .p-spa__wear {
    flex-direction: column-reverse;
  }
  .p-spa__wear .box1,
  .p-spa__wear .img1 {
    width: auto;
  }
  .p-spa__wear .box1 .link ul {
    display: block;
  }
  .p-spa__wear .box1 .link li + li {
    margin-left: 0;
    margin-top: 25px;
  }
  .p-spa__wear .img1 {
    margin-bottom: 26px;
  }
  .p-spa__rounge .c-title3 .t {
    text-align: left;
  }
  .p-spa__rounge .c-title3 .t br {
    display: none;
  }
  .p-spa__restaurant .block1 {
    display: block;
  }
  .p-spa__restaurant .block1 .box1,
  .p-spa__restaurant .block1 .box2 {
    width: auto;
  }
  .p-spa__restaurant .block1 .box1 {
    margin-left: 0;
    margin-bottom: 20px;
    padding-right: 0;
  }
  .p-spa__restaurant .block1 .box1 h4 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 24px;
  }
  .p-spa__restaurant .block1 .box1 h5 {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 16px;
  }
  .p-spa__other {
    display: block;
    margin-top: 80px;
    margin-bottom: 100px;
  }
  .p-spa__other .heading {
    width: auto;
    margin-bottom: 20px;
  }
  .p-spa__other .content {
    max-width: initial;
    margin-left: 0;
  }
  .p-spa__other .content ul {
    display: block;
  }
  .p-spa__other .content li {
    width: auto;
    margin-left: 0;
    margin-bottom: 35px;
  }
  .p-spa__other .content .txt1 h4 {
    font-size: 20px;
    font-size: 2rem;
  }

  .p-spa-big__block1 {
    display: block;
  }
  .p-spa-big__block1 .box1,
  .p-spa-big__block1 .box2 {
    width: auto;
  }
  .p-spa-big__block1 .box1 {
    margin-bottom: 20px;
  }
  .p-spa-big__block1 .box1 .c-title1 {
    margin-bottom: 15px;
  }
  .p-spa-big__amenity {
    display: block;
    margin-bottom: 100px;
  }
  .p-spa-big__amenity .box1,
  .p-spa-big__amenity .img1 {
    width: auto;
  }
  .p-spa-big__amenity .box1 {
    margin-bottom: 20px;
  }

  .p-spa-souna__lead {
    margin-bottom: 80px;
  }
  .p-spa-souna__lead .c-title3 .h {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .p-spa-souna__design {
    display: block;
  }
  .p-spa-souna__design .heading {
    width: auto;
    margin-bottom: 20px;
  }
  .p-spa-souna__design .content {
    max-width: initial;
    margin-left: auto;
  }
  .p-spa-souna__design .design {
    display: block;
  }
  .p-spa-souna__design .design .box1 {
    width: auto;
  }
  .p-spa-souna__design .design .box1 + .box1 {
    margin-left: 0;
    margin-top: 30px;
  }

  .p-spa-facility__guide {
    display: block;
    margin-bottom: 100px;
  }
  .p-spa-facility__guide .heading {
    margin-bottom: 20px;
  }
  .p-spa-facility__guide .content {
    max-width: initial;
    margin-left: auto;
  }
}
