@charset "UTF-8";
/* ===================================================================
CSS information

file name  : spa.css
author     : Abilive
style info : コピー
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
.p-nav__menu, .p-map, .p-spa__oth, .p-spa__point, .p-spa__esth, .p-spa__hotel, .p-spa__manten, .p-prv__container, .p-rose, .p-ov {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-nav__menu, .p-map, .p-spa__oth, .p-spa__point, .p-spa__esth, .p-spa__hotel, .p-spa__manten, .p-prv__container, .p-rose, .p-ov {
    width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .p-nav__menu, .p-map, .p-spa__oth, .p-spa__point, .p-spa__esth, .p-spa__hotel, .p-spa__manten, .p-prv__container, .p-rose, .p-ov {
    width: 90%;
  }
}

@media only screen and (min-width: 1200px) {
  .l-topicpath {
    margin-bottom: 48px;
  }
}
@media print {
  .l-topicpath {
    margin-bottom: 48px;
  }
}

.p-list li {
  padding-left: 1em;
  text-indent: -1em;
  position: relative;
  font-size: 108%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-list li {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-list li {
    font-size: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-list li {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  .p-list li {
    line-height: 1.7142857143;
  }
}
.p-list li::before {
  content: "";
  z-index: 0;
  width: 0.4285714286em;
  height: 0.4285714286em;
  display: inline-block;
  vertical-align: middle;
  background: #009e96;
  border-radius: 100%;
  margin-right: 0.2em;
}

.c-img, .c-img--rc10, .c-img--rc8, .c-img--rc5 {
  overflow: hidden;
}
.c-img--rc5 {
  border-radius: 0.3571428571em;
}
@media only screen and (max-width: 767px) {
  .c-img--rc5 {
    border-radius: 0.1785714286em;
  }
}
.c-img--rc8 {
  border-radius: 0.5714285714em;
}
@media only screen and (max-width: 767px) {
  .c-img--rc8 {
    border-radius: 0.2857142857em;
  }
}
.c-img--rc10 {
  border-radius: 0.7142857143em;
}
@media only screen and (max-width: 767px) {
  .c-img--rc10 {
    border-radius: 0.3571428571em;
  }
}

.c-att {
  padding-left: 1em;
  text-indent: -1em;
}

.p-catch {
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-text-orientation: upright;
  -ms-text-orientation: upright;
  text-orientation: upright;
  text-align: left;
  display: inline-block;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
.p-catch span {
  display: inline-block;
  background: #fff;
  white-space: nowrap;
  padding: 0.5em 0;
  font-size: 129%;
  letter-spacing: 0.44em;
  line-height: 1.6666666667;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-catch span {
    font-size: 122%;
  }
}
@media only screen and (max-width: 767px) {
  .p-catch span {
    font-size: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-catch span {
    letter-spacing: 0.33em;
  }
}
@media only screen and (max-width: 767px) {
  .p-catch span {
    letter-spacing: 0.22em;
  }
}
.p-catch span:not(:first-child) {
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .p-catch span:not(:first-child) {
    margin-right: 0.25em;
  }
}

.p-nav {
  background: #fff;
  border-top: 1px solid #009e96;
  border-bottom: 1px solid #009e96;
  width: 100%;
  z-index: 999;
  position: relative;
}
.is-pnav-fix .p-nav {
  position: fixed;
  left: 0;
  top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .is-pnav-fix .p-nav {
    top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .is-pnav-fix .p-nav {
    top: 3.5em;
  }
}
.p-nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.p-nav__menu::before, .p-nav__menu::after {
  content: "";
  z-index: 1;
  width: 1px;
  height: 2.1428571429em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  background: #009e96;
}
.p-nav__menu::before {
  right: 0;
}
.p-nav__menu::after {
  left: 0;
}
.p-nav__menu li {
  width: 50%;
  text-align: center;
}
.p-nav__menu li a {
  display: block;
  text-decoration: none;
  background: #fff;
  color: #4a4a4a;
  padding: 1.3571428571em 0;
  -webkit-transition: background 300ms ease-in, color 300ms ease-in;
  transition: background 300ms ease-in, color 300ms ease-in;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1560px) {
  .p-nav__menu li a {
    padding: 0.8em 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-nav__menu li a {
    padding: 0.8em 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-nav__menu li a {
    padding: 0.5em 0;
  }
}
.p-nav__menu li a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 8px solid #009e96;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 100%;
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
}
.p-nav__menu li a:hover {
  background: #009e96;
  color: #fff;
}
.p-nav__menu li.is-active a {
  pointer-events: none;
  background: #009e96;
  color: #fff;
}
.p-nav__menu li.is-active a::before {
  opacity: 1;
}

@media only screen and (min-width: 1200px) {
  .l-intro {
    padding-top: 3.8885969522%;
  }
}
@media print {
  .l-intro {
    padding-top: 3.8885969522%;
  }
}
@media only screen and (max-width: 767px) {
  .l-intro {
    padding-top: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .l-intro:after {
    bottom: auto;
    top: 0;
    height: 70%;
  }
}

.p-map {
  max-width: 1000px;
}
@media only screen and (min-width: 1200px) {
  .p-map {
    margin-top: 54px;
  }
}
@media print {
  .p-map {
    margin-top: 54px;
  }
}
@media only screen and (max-width: 767px) {
  .p-map {
    margin-top: 3.5em;
  }
}
.p-map__txt {
  text-align: center;
  line-height: 2;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 129%;
  letter-spacing: 0.44em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-map__txt {
    font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .p-map__txt {
    font-size: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-map__txt {
    letter-spacing: 0.33em;
  }
}
@media only screen and (max-width: 767px) {
  .p-map__txt {
    letter-spacing: 0.22em;
  }
}
.p-map__image {
  margin-top: 4%;
}
@media only screen and (max-width: 767px) {
  .p-map__image {
    margin-top: 2.5em;
  }
}
.p-map__image .p-map-nav {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-map__image .p-map-nav__item {
  width: 30%;
  padding: 2.4% 4% 3.4% 3.7%;
}
.p-map__image .p-map-nav__item.u-sensyu {
  background: rgba(149, 203, 233, 0.2);
}
.p-map__image .p-map-nav__item.u-hanamaki {
  background: rgba(121, 176, 135, 0.2);
}
.p-map__image .p-map-nav__item.u-koyokan {
  background: rgba(190, 149, 17, 0.2);
}
.p-map__image .p-map-nav__item .wrap_item + .wrap_item {
  margin-top: 6.6666666667%;
}
.p-map__image .p-map-nav__item .wrap_item > a {
  display: block;
  text-decoration: none;
}
.p-map__image .p-map-nav__item .wrap_item > a .c-img--rc5 {
  position: relative;
}
.p-map__image .p-map-nav__item .wrap_item > a .c-txt {
  padding: 8px 0;
  text-align: center;
  border-bottom: 1px solid #cbcbcb;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-map__image .p-map-nav__item .wrap_item > a .c-txt {
    font-size: 100%;
  }
}
.p-map__image .p-map-nav__item .wrap_item > a .c-txt:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f103";
  display: inline-block;
  margin-left: 0.5em;
  position: absolute;
  line-height: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1em;
  color: #009e96;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-map__image .p-map-nav__item .wrap_item > a .c-txt:after {
    right: 0.5em;
  }
}
.p-map__image .p-map-nav__item .wrap_item > a .c-txt span {
  margin-right: 1.5em;
}
.p-map__image .p-map-nav__item .wrap_item > a .red {
  display: block;
  margin-top: 1em;
  color: #a92525;
  font-weight: bold;
}
.p-map__image .p-map-nav__item .wrap_item .p-list {
  margin-top: 6.6964285714%;
}
.p-map__image .p-map-nav__item .wrap_item .p-list li a {
  text-decoration: none;
}
.p-map__image .p-map-bus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.9% 0;
  background: #009e96;
  margin-top: 2.5%;
}
.p-map__image .p-map-bus__sst {
  display: inline-block;
  color: #009e96;
  line-height: 1.6;
  letter-spacing: 0.1em;
  background: #bedce1;
  border-radius: 12px;
  padding: 0 14px;
}
.p-map__image .p-map-bus__ic {
  margin-left: 3%;
}
.p-map__image .p-map-bus__txt {
  color: #fff;
  margin-left: 1.8%;
  line-height: 1;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  letter-spacing: 0.1em;
  font-size: 129%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-map__image .p-map-bus__txt {
    font-size: 108%;
  }
}
.p-map__image .p-map-bus__txt i {
  vertical-align: middle;
}
.p-map__image .p-map-bus__txt em {
  vertical-align: middle;
  font-size: 112%;
}
.p-map__image .p-map-bus__txt span {
  margin-right: 0.3888888889em;
}
.p-map__image .p-map-note {
  text-align: center;
  letter-spacing: 0em;
  margin-top: 2%;
}
.p-map__image .p-map-btns {
  margin-top: 1.5em;
}
@media only screen and (min-width: 768px) {
  .p-map__image .p-map-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 3.5%;
  }
}
.p-map__image .p-map-btns .c-btn2 {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-map__image .p-map-btns .c-btn2 + li {
    margin-top: 0.5em;
  }
}
@media only screen and (min-width: 768px) {
  .p-map__image .p-map-btns .c-btn2:first-child {
    width: 39.8%;
    min-width: 335px;
  }
  .p-map__image .p-map-btns .c-btn2:last-child {
    width: 24%;
    margin-left: 1%;
    min-width: 240px;
  }
}

.c-pnav2 {
  margin-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-pnav2 {
    margin-top: 8.3333333333%;
  }
}
@media only screen and (max-width: 767px) {
  .c-pnav2 {
    margin-top: 3.5em;
  }
}
@media only screen and (min-width: 1200px) {
  .c-pnav2 ul li {
    width: 15.4166666667%;
    max-width: 185px;
  }
  .c-pnav2 ul li:not(:nth-child(6n+1)) {
    margin-left: 1.5%;
  }
}
@media print {
  .c-pnav2 ul li {
    width: 15.4166666667%;
    max-width: 185px;
  }
  .c-pnav2 ul li:not(:nth-child(6n+1)) {
    margin-left: 1.5%;
  }
}

.p-spa {
  margin-top: 143px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-spa {
    margin-top: 11.9166666667%;
  }
}
@media only screen and (max-width: 767px) {
  .p-spa {
    margin-top: 5em;
  }
}
.p-spa__container .slider {
  position: relative;
}
.p-spa__container .slider .p-catch {
  position: absolute;
  top: -10.5263157895%;
  right: 9.4339622642%;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-spa__container .slider .p-catch {
    right: 8%;
  }
}
.p-spa__container .slider .c-slider2 {
  width: 100%;
}
.p-spa__container .contents {
  position: relative;
}
.p-spa__container .contents .ic {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 110px;
  height: 110px;
  border-radius: 100%;
  padding-top: 17px;
  background: #009e96;
  text-align: center;
  font-size: 115%;
  letter-spacing: 0.04em;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-spa__container .contents .ic {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .p-spa__container .contents .ic {
    font-size: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-spa__container .contents .ic {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-spa__container .contents .ic {
    -webkit-transform: translate(25%, -20%);
            transform: translate(25%, -20%);
    width: 6.8em;
    height: 6.8em;
    padding-top: 1.1em;
  }
}
.p-spa__container .contents .txt {
  margin-top: 9.0909090909%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-spa__container .contents .txt {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .p-spa__container .contents .txt {
    margin-top: 0.8em;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .p-spa__container .contents .txt {
    margin-top: 1.2em;
  }
}
.p-spa__container .contents .txt span {
  display: block;
  margin-top: 1em;
  color: #a92525;
  font-weight: bold;
}
.p-spa__container .contents .p-list {
  margin-top: 12.1212121212%;
  padding: 6.0606060606% 3.0303030303%;
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .p-spa__container .contents .p-list {
    margin-top: 1.2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-spa__container .contents .p-list {
    max-width: 540px;
    padding: 1.5em 0.5em;
    margin-top: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .p-spa__container .contents .p-list {
    margin-top: 1em;
    padding: 0.8em 0.5em;
  }
}
.p-spa__container .contents .p-list li {
  padding-left: 0;
  text-indent: 0;
}
.p-spa__container .contents .p-list li span {
  display: block;
  padding-left: 1em;
  font-size: 94%;
  line-height: 1.4285714286;
}
.p-spa__container .contents .att {
  margin-top: 3.6363636364%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-spa__container .contents .att {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .p-spa__container .contents .att {
    margin-top: 0.8em;
  }
}
.p-spa__container .contents .att + .att {
  margin-top: 0;
}
.p-spa__oth {
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-spa__oth {
    margin-top: 5.8333333333%;
  }
}
@media only screen and (max-width: 767px) {
  .p-spa__oth {
    margin-top: 2.5em;
  }
}
.p-spa__oth figure {
  width: 48.5%;
}
.p-spa__oth figure figcaption {
  margin-top: 3.0927835052%;
}
.p-spa__point {
  max-width: 1000px;
  margin-top: 66px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-spa__point {
    margin-top: 5.5%;
  }
}
@media only screen and (max-width: 767px) {
  .p-spa__point {
    margin-top: 5em;
  }
}
.p-spa__point__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.p-spa__point__img .ic {
  position: absolute;
  width: 15.7%;
  top: -9.8540145985%;
  left: -11.6%;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .p-spa__point__img .ic {
    width: 24.1538461538%;
    left: calc(50% - 50vw - 0.5em);
    top: -1.5em;
  }
}
.p-spa__point__img .img {
  width: 48.5%;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .p-spa__point__img .img {
    overflow: hidden;
  }
  .p-spa__point__img .img img {
    position: relative;
    width: 150%;
    max-width: none;
    margin-left: -25%;
  }
}
.p-spa__point__img .img span {
  display: block;
  margin-top: 3.0927835052%;
}
.p-spa__point__txt {
  margin-top: 3%;
}
.p-spa__esth {
  margin-top: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-spa__esth {
    margin-top: 6.6666666667%;
  }
}
@media only screen and (max-width: 767px) {
  .p-spa__esth {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3.5em;
  }
}
@media only screen and (min-width: 1200px) {
  .p-spa__esth .c-sst1 {
    white-space: nowrap;
  }
}
@media print {
  .p-spa__esth .c-sst1 {
    white-space: nowrap;
  }
}
.p-spa__esth__img {
  width: 61.6666666667%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-spa__esth__img {
    width: 50%;
    overflow: hidden;
  }
  .p-spa__esth__img img {
    position: relative;
    width: 150%;
    max-width: none;
    margin-left: -25%;
  }
}
@media only screen and (max-width: 767px) {
  .p-spa__esth__img {
    width: 100%;
    overflow: hidden;
  }
  .p-spa__esth__img img {
    position: relative;
    width: 120%;
    max-width: none;
    margin-left: -10%;
  }
}
.p-spa__esth__contents {
  width: 31.6666666667%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-spa__esth__contents {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .p-spa__esth__contents {
    width: 84.6153846154%;
    margin: 1.5em auto 0;
  }
}
.p-spa__esth__contents .boxs {
  background: #f2f7f7;
  margin-top: 9.2105263158%;
  padding: 3.9473684211% 7.8947368421% 5.2631578947%;
}
@media only screen and (max-width: 767px) {
  .p-spa__esth__contents .boxs {
    margin-top: 1em;
    padding: 1em;
  }
}
.p-spa__esth__contents .boxs .tit {
  color: #009e96;
  font-size: 108%;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .p-spa__esth__contents .boxs .tit {
    font-size: 100%;
  }
}
.p-spa__esth__contents .boxs .st {
  margin-top: 3.125%;
  font-size: 93%;
}
.p-spa__esth__contents .boxs .txt {
  line-height: 1;
  letter-spacing: 0.04em;
  font-size: 122%;
  font-family: "EB Garamond", "Times New Roman", Times, Garamond, Georgia, serif;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-spa__esth__contents .boxs .txt {
    font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .p-spa__esth__contents .boxs .txt {
    font-size: 108%;
  }
}
.p-spa__esth__contents .boxs .txt a, .p-spa__esth__contents .boxs .txt .tel {
  font-size: 122%;
}
.p-spa__esth__contents .p-list {
  margin-top: 5.2631578947%;
  padding: 5.2631578947% 2.6315789474%;
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
}
.p-spa__esth__contents .att {
  max-width: 315px;
  margin-top: 3.9473684211%;
  margin-top: 3.9473684211%;
}
@media only screen and (max-width: 767px) {
  .p-spa__esth__contents .att {
    margin-top: 0.8em;
  }
}
@media only screen and (min-width: 768px) {
  .p-spa__esth__contents .c-btn2 {
    max-width: 240px;
    margin-top: 7.6315789474%;
  }
}
@media only screen and (max-width: 767px) {
  .p-spa__esth__contents .c-btn2 {
    max-width: 224px;
    width: 81.8181818182%;
    margin-top: 1.5em;
  }
}
.p-spa__hotel {
  margin-top: 70px;
  padding: 25px 0;
  border-top: 1px solid #009e96;
  border-bottom: 1px solid #009e96;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-spa__hotel {
    margin-top: 5.8333333333%;
    padding: 2.0833333333% 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-spa__hotel {
    width: 81.8181818182%;
    margin-top: 2.5em;
    padding: 1.5em 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-spa__hotel .ic {
  width: 8.75%;
  border-radius: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-spa__hotel .ic {
    width: 105px;
  }
}
@media only screen and (max-width: 767px) {
  .p-spa__hotel .ic {
    width: 31.0606060606%;
  }
}
.p-spa__hotel .c-txt {
  width: 38.5%;
  margin-left: 3.9166666667%;
}
@media only screen and (max-width: 767px) {
  .p-spa__hotel .c-txt {
    margin: 0.8em auto 0;
    width: 88.8888888889%;
  }
}
.p-spa__hotel .c-txt span {
  display: block;
  margin-top: 1em;
  color: #a92525;
  font-weight: bold;
}
.p-spa__hotel .c-btn2 {
  width: 20%;
  margin-left: 4.5%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-spa__hotel .c-btn2 {
    width: 210px;
  }
}
@media only screen and (max-width: 767px) {
  .p-spa__hotel .c-btn2 {
    width: 70.3703703704%;
    margin: 0.8em auto 0;
  }
}
.p-spa__hotel .c-btn2.u-sensyu a {
  background: #73b6dc;
  color: #FFF;
}
.p-spa__hotel .c-btn2.u-sensyu a:before {
  border-color: #73b6dc;
}
.p-spa__hotel .c-btn2.u-sensyu a:hover {
  background: rgba(255, 255, 255, 0);
  color: #73b6dc;
}
.p-spa__hotel .c-btn2.u-koyokan a {
  background: #be9511;
  color: #FFF;
}
.p-spa__hotel .c-btn2.u-koyokan a:before {
  border-color: #be9511;
}
.p-spa__hotel .c-btn2.u-koyokan a:hover {
  background: rgba(255, 255, 255, 0);
  color: #be9511;
}
.p-spa__hotel .c-btn2.u-hanamaki a {
  background: #79b087;
  color: #FFF;
}
.p-spa__hotel .c-btn2.u-hanamaki a:before {
  border-color: #79b087;
}
.p-spa__hotel .c-btn2.u-hanamaki a:hover {
  background: rgba(255, 255, 255, 0);
  color: #79b087;
}
.p-spa__manten {
  margin-top: 70px;
  padding: 25px 0;
  border-top: 1px solid #009e96;
  border-bottom: 1px solid #009e96;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-spa__manten {
    margin-top: 5.8333333333%;
    padding: 2.0833333333% 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-spa__manten {
    width: 81.8181818182%;
    margin-top: 2.5em;
    padding: 1.5em 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-spa__manten .ic {
  width: 8.75%;
  border-radius: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-spa__manten .ic {
    width: 105px;
  }
}
@media only screen and (max-width: 767px) {
  .p-spa__manten .ic {
    width: 31.0606060606%;
  }
}
.p-spa__manten .c-txt {
  display: inline-block;
  margin-left: 3.9166666667%;
}
@media only screen and (max-width: 767px) {
  .p-spa__manten .c-txt {
    display: block;
    margin: 0.8em auto 0;
    width: 88.8888888889%;
  }
}

.p-prv {
  margin-top: 174px;
  padding: 80px 0 105px;
  background: #f2f7f7;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-prv {
    margin-top: 14.5%;
    padding: 6.6666666667% 0 8.75%;
  }
}
@media only screen and (max-width: 767px) {
  .p-prv {
    margin-top: 5em;
    padding: 3em 0;
  }
}
.p-prv__title {
  text-align: center;
}
.p-prv__title .c-st1 {
  text-align: left;
}
.p-prv .c-slider1 {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-prv .c-slider1 {
    margin-top: 3.3333333333%;
  }
}
@media only screen and (max-width: 767px) {
  .p-prv .c-slider1 {
    margin-top: 2em;
  }
}
.p-prv__container {
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .p-prv__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 1.5em;
  }
}
.p-prv__container__contents {
  width: 47%;
}
@media only screen and (max-width: 767px) {
  .p-prv__container__contents {
    width: 100%;
    margin-top: 1em;
  }
}
.p-prv__container__contents .c-btn2 {
  max-width: 307px;
  margin-top: 11.7021276596%;
}
@media only screen and (max-width: 767px) {
  .p-prv__container__contents .c-btn2 {
    width: 81.8181818182%;
    margin: 1.5em auto 0;
  }
}
.p-prv__container__det {
  width: 45.5%;
}
@media only screen and (max-width: 767px) {
  .p-prv__container__det {
    width: 100%;
  }
}
.p-prv__container__det .p-list {
  padding: 6.0606060606% 3.0303030303%;
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
}
@media only screen and (max-width: 767px) {
  .p-prv__container__det .p-list {
    padding: 0.8em 0.5em;
  }
}
.p-prv__container__det .p-list li:first-child {
  padding-left: 0;
  text-indent: 0;
}
.p-prv__container__det .p-list li:first-child span {
  display: block;
  padding-left: 1em;
  font-size: 94%;
  line-height: 1.4285714286;
}
.p-prv__container__det .c-txt {
  margin-top: 1.0989010989%;
}

.p-rose {
  margin-top: 110px;
  padding: 96px 0 105px;
  background: #f7f2f2;
  border-radius: 10px;
  max-width: 1440px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-rose {
    margin-top: 9.1666666667%;
    padding: 5% 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-rose {
    margin-top: 3.5em;
    padding: 2.5em 0;
  }
}
.p-rose__container {
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  .p-rose__container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print {
  .p-rose__container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .p-rose__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1440px) {
  .p-rose__container {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .p-rose__container {
    width: 81.8181818182%;
  }
}
.p-rose__container__img {
  width: 60%;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-rose__container__img {
    width: 50%;
  }
  .p-rose__container__img img {
    aspect-ratio: 280/280;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 767px) {
  .p-rose__container__img {
    width: 100%;
  }
}
.p-rose__container__img .ic {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
  width: 110px;
  height: 110px;
  border-radius: 100%;
  background: #e98c8f;
  top: -8.75%;
  left: -5.1388888889%;
}
@media only screen and (max-width: 1199px) {
  .p-rose__container__img .ic {
    width: 6.2857142857em;
    height: 6.2857142857em;
  }
}
.p-rose__container__img .ic:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  display: inline-block;
  margin-right: 0.5em;
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 200%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-rose__container__img .ic:before {
    font-size: 186%;
  }
}
@media only screen and (max-width: 767px) {
  .p-rose__container__img .ic:before {
    font-size: 172%;
  }
}
.p-rose__container__img .ic span {
  text-align: center;
  color: #fff;
  margin-top: 0.4375em;
  font-size: 115%;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-rose__container__img .ic span {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .p-rose__container__img .ic span {
    font-size: 100%;
  }
}
.p-rose__container__contents {
  width: 32.0833333333%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-rose__container__contents {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .p-rose__container__contents {
    width: 100%;
    margin-top: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .p-rose__container__contents .c-sst1 {
    text-align: center;
    display: block;
  }
}
.p-rose__container__contents .c-sst1::before {
  border: 3px solid #e98c8f;
}
@media only screen and (max-width: 767px) {
  .p-rose__container__contents .c-sst1::before {
    margin-inline: auto;
  }
}
.p-rose__container__contents .c-sst1 i {
  color: #e98c8f;
}
.p-rose__container__contents .c-sst1 i::after {
  background: #e98c8f;
}
.p-rose__container__contents .c-txt {
  max-width: 335px;
  margin-top: 6.4935064935%;
}
.p-rose__container__contents .p-list {
  max-width: 335px;
  margin-top: 10.6060606061%;
  padding: 6.0606060606% 3.0303030303%;
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
}
@media only screen and (max-width: 767px) {
  .p-rose__container__contents .p-list {
    margin-top: 1em;
    padding: 0.8em 0.5em;
  }
}
.p-rose__container__contents .p-list li {
  padding-left: 0;
  text-indent: 0;
}
.p-rose__container__contents .p-list li:before {
  background: #e98c8f;
}
.p-rose__container__contents .p-list li span {
  display: block;
  padding-left: 1em;
  font-size: 94%;
  line-height: 1.4285714286;
}

.p-ov {
  margin-top: 147px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-ov {
    margin-top: 12.25%;
  }
}
@media only screen and (max-width: 767px) {
  .p-ov {
    margin-top: 5em;
  }
}
.p-ov__title {
  text-align: center;
}
.p-ov__title .c-st1 {
  width: 308px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-ov__title .c-st1 {
    width: 72.7272727273%;
  }
}
.p-ov__ame {
  margin-top: 4.1666666667%;
}
.p-ov__ame__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2.0833333333%;
}
@media only screen and (max-width: 767px) {
  .p-ov__ame__container {
    margin-top: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-ov__ame__container .item {
  background: #f2f7f7;
  width: 48.75%;
  padding: 1.6666666667% 1.6666666667% 3.3333333333%;
}
@media only screen and (max-width: 767px) {
  .p-ov__ame__container .item {
    width: 100%;
    padding: 1.5em;
  }
  .p-ov__ame__container .item + .item {
    margin-top: 1em;
  }
}
.p-ov__ame__container .item .st {
  display: inline-block;
  font-size: 108%;
  line-height: 1.4666666667;
  border-radius: 11px;
  padding: 0 1.6666666667em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-ov__ame__container .item .st {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-ov__ame__container .item .st {
    font-size: 93%;
  }
}
.p-ov__ame__container .item .st.u-blue {
  background: #caedeb;
}
.p-ov__ame__container .item .st.u-pink {
  background: #f1d6d6;
}
.p-ov__ame__container .item .list {
  padding-left: 6.6055045872%;
  margin-top: 3.4862385321%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1199px) {
  .p-ov__ame__container .item .list {
    padding-left: 0;
  }
}
.p-ov__ame__container .item .list .p-list.u-w282 {
  width: 55.4027504912%;
}
@media only screen and (max-width: 1199px) {
  .p-ov__ame__container .item .list .p-list.u-w282 {
    width: 50%;
  }
}
.p-ov__ame__container .item .list .p-list.u-w227 {
  width: 44.5972495088%;
}
@media only screen and (max-width: 1199px) {
  .p-ov__ame__container .item .list .p-list.u-w227 {
    width: 50%;
  }
}
.p-ov__ame__container .item .list .p-list.u-w288 {
  width: 56.5815324165%;
}
@media only screen and (max-width: 1199px) {
  .p-ov__ame__container .item .list .p-list.u-w288 {
    width: 50%;
  }
}
.p-ov__ame__container .item .list .p-list.u-w221 {
  width: 43.4184675835%;
}
@media only screen and (max-width: 1199px) {
  .p-ov__ame__container .item .list .p-list.u-w221 {
    width: 50%;
  }
}
.p-ov__qe {
  margin-top: 4.1666666667%;
}
@media only screen and (max-width: 767px) {
  .p-ov__qe {
    margin-top: 2.5em;
  }
}
.p-ov__qe .c-tbl {
  width: 100%;
  margin-top: 2.0833333333%;
}
@media only screen and (max-width: 767px) {
  .p-ov__qe .c-tbl {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .p-ov__qe .c-tbl th, .p-ov__qe .c-tbl td {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-ov__qe .c-tbl th {
    background: #f2f7f7;
  }
}
.p-ov__qe .c-btn1 {
  margin-top: 2.6666666667%;
  max-width: 224px;
}
@media only screen and (max-width: 767px) {
  .p-ov__qe .c-btn1 {
    width: 81.8181818182%;
    margin: 1.5em auto 0;
  }
}

@media only screen and (max-width: 767px) {
  .l-footer {
    margin-top: 5em;
  }
}

.l-spa-ov {
  background: #fff;
  padding: 2.5% 0;
  overflow-y: auto;
  height: 90vh;
}
@media only screen and (max-width: 1199px) {
  .l-spa-ov {
    height: 80vh;
    padding: 3em 0;
  }
}
.l-spa-ov__title {
  text-align: center;
}
.l-spa-ov__title .c-st1 {
  text-align: left;
}
.l-spa-ov .c-txt {
  text-align: center;
  margin-top: 1.5em;
}
.l-spa-ov__container {
  max-width: 1000px;
  width: 81.8181818182%;
  margin: 1.5em auto 0;
}
.l-spa-ov__container table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .l-spa-ov__container .c-tbl tr th, .l-spa-ov__container .c-tbl tr td {
    width: 100%;
    display: block;
  }
}
.l-spa-ov__container .c-tbl tr th {
  background: #f2f7f7;
}
.l-spa-ov__container .c-tbl tr td dt {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
@media only screen and (max-width: 767px) {
  .l-spa-ov__container .c-tbl tr td dt + dd {
    margin-top: 0.3em;
  }
}
@media only screen and (max-width: 767px) {
  .l-spa-ov__container .c-tbl tr td dd {
    padding-left: 1.5em;
  }
  .l-spa-ov__container .c-tbl tr td dd + dt {
    margin-top: 0.5em;
  }
}
.l-spa-ov__container .c-tbl tr td dl {
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
}
@media only screen and (min-width: 768px) {
  .l-spa-ov__container .c-tbl tr td dl {
    display: -ms-grid;
    display: grid;
    height: 100%;
    gap: 2px 4%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .l-spa-ov__container .c-tbl tr td dl {
    -ms-grid-columns: 30% 66%;
    grid-template-columns: 30% 66%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .l-spa-ov__container .c-tbl tr th {
    width: 120px;
  }
}
.l-spa-ov__container__ingredient {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-spa-ov__container__ingredient .c-lead1 {
  width: 100%;
}
.l-spa-ov__container__ingredient .boxs {
  width: 49%;
  margin-top: 1.5em;
}
@media only screen and (max-width: 1199px) {
  .l-spa-ov__container__ingredient .boxs {
    width: 100%;
  }
}
.l-spa-ov__container__ingredient .boxs .st {
  font-size: 115%;
  padding-left: 1em;
  border-left: 2px solid #009e96;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .l-spa-ov__container__ingredient .boxs .st {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .l-spa-ov__container__ingredient .boxs .st {
    font-size: 100%;
  }
}
.l-spa-ov__container__ingredient .boxs .txt {
  margin-top: 0.3em;
}
@media only screen and (max-width: 767px) {
  .l-spa-ov__container__ingredient .boxs .sp-scroll {
    overflow-x: scroll;
  }
  .l-spa-ov__container__ingredient .boxs .sp-scroll table {
    width: 400px;
  }
}
.l-spa-ov__container__ingredient .boxs table {
  margin-top: 1em;
}
@media only screen and (max-width: 767px) {
  .l-spa-ov__container__ingredient .boxs table {
    font-size: 93%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .l-spa-ov__container__ingredient .boxs table.u-wtab {
    width: auto;
    min-width: 490px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .l-spa-ov__container__ingredient .boxs table.u-wtab {
    width: 100%;
  }
}
.l-spa-ov__container__ingredient .boxs table tr th, .l-spa-ov__container__ingredient .boxs table tr td {
  padding: 0.8em;
  text-align: center;
}
.l-spa-ov__container__ingredient .boxs table tr:first-child {
  background: #009e96;
  color: #fff;
}
.l-spa-ov__container__ingredient .boxs table tr:first-child th:not(:last-child) {
  border-right: 1px solid #fff;
}
.l-spa-ov__container__ingredient .boxs table tr:not(:first-child) {
  border-bottom: 1px solid #009e96;
  border-top: 1px solid #009e96;
}
.l-spa-ov__container__ingredient .boxs table tr:not(:first-child) th {
  text-align: left;
}
.l-spa-ov__container__ingredient .boxs table tr th {
  font-weight: normal;
  border-left: 1px solid #009e96;
}
.l-spa-ov__container__ingredient .boxs table tr td {
  border-left: 1px solid #009e96;
}
.l-spa-ov__container__ingredient .boxs table tr td:last-child {
  border-right: 1px solid #009e96;
}