@charset "UTF-8";
/*========================================================================
  reset
========================================================================*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,700|Nothing+You+Could+Do");
html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
section,
article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

img {
  vertical-align: top;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

/*========================================================================
  style
========================================================================*/
body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #444444;
  line-height: 1.7;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .u-dn-sp {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .u-dn-pc {
    display: none !important;
  }
}

.l-main {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .l-main {
    width: 563px;
    margin-left: auto;
    margin-right: auto;
  }
}

.c-ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1;
}
.c-ttl strong {
  font-weight: 400;
  font-size: 7.1111111111vw;
  letter-spacing: 0.075em;
  color: #444444;
  display: block;
  border-bottom: solid 1px #444444;
  min-width: 44.4444444444vw;
  margin-bottom: 2.6666666667vw;
  padding-bottom: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .c-ttl strong {
    font-size: 40px;
    min-width: 250px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
.c-ttl span {
  font-size: 3.2vw;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .c-ttl span {
    font-size: 18px;
  }
}

.c-scroll {
  position: absolute;
  z-index: 3;
}
.c-scroll .en-optima {
  font-size: 3.5555555556vw;
  font-style: italic;
}
@media screen and (min-width: 769px) {
  .c-scroll .en-optima {
    font-size: 20px;
  }
}
.c-scroll .en-optima.right {
  position: absolute;
  display: block;
  line-height: 2;
  right: 50%;
  white-space: nowrap;
  bottom: 0;
  transform: rotate(90deg);
  transform-origin: bottom right;
}
.c-scroll > div {
  height: 12.4444444444vw;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .c-scroll > div {
    height: 70px;
  }
}
.c-scroll > div::before {
  content: "";
  display: block;
  background-color: #444444;
  width: 1.5111111111vw;
  height: 1.5111111111vw;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  animation: scroll 2.5s ease-in-out 0s infinite;
}
@media screen and (min-width: 769px) {
  .c-scroll > div::before {
    width: 9px;
    height: 9px;
    animation: scroll-pc 2.5s ease-in-out 0s infinite;
  }
}
.c-scroll > div::after {
  content: "";
  display: block;
  background-color: #444444;
  height: 100%;
  width: 1px;
  margin: 0 auto;
}
@keyframes scroll {
  0% {
    top: 0;
  }
  70%, 100% {
    top: calc(100% - 1.5111111111vw);
  }
}
@keyframes scroll-pc {
  0% {
    top: 0;
  }
  70%, 100% {
    top: calc(100% - 9px);
  }
}

.c-line {
  position: absolute;
  top: -1.9555555556vw;
  left: 0;
  right: 0;
}
@media screen and (min-width: 769px) {
  .c-line {
    top: -11px;
  }
}
.c-line img {
  width: 100%;
}

@font-face {
  font-family: "optima";
  src: local("optima"), local("Optima"), url("../font/optima.ttf");
}
.en {
  font-family: "Montserrat", sans-serif;
}

.en-optima {
  font-family: "optima", sans-serif;
}

.en02 {
  font-family: "Nothing You Could Do", cursive;
}

/*========================================================================
  header
========================================================================*/
.p-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: #fff;
  height: 13.3333333333vw;
  width: 100%;
  padding: 0 4.4444444444vw;
}
@media screen and (min-width: 769px) {
  .p-header {
    height: 75px;
    padding: 0 25px;
  }
}
.p-header h1 {
  display: flex;
  align-items: center;
  gap: 0 1.7777777778vw;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .p-header h1 {
    gap: 0 10px;
  }
}
.p-header h1 img {
  width: 39.2888888889vw;
  display: block;
}
@media screen and (min-width: 769px) {
  .p-header h1 img {
    width: 221px;
  }
}
.p-header h1 span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.5333333333vw;
  font-size: 2.6666666667vw;
  font-weight: normal;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .p-header h1 span {
    font-size: 15px;
    gap: 0 3px;
  }
}
.p-header h1 span::before, .p-header h1 span::after {
  content: "";
  display: block;
  width: 2.6666666667vw;
  height: 1px;
  background-color: #000;
}
@media screen and (min-width: 769px) {
  .p-header h1 span::before, .p-header h1 span::after {
    width: 15px;
  }
}
.p-header__btn {
  background-color: #B9003C;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17.7777777778vw;
  height: 5.3333333333vw;
  font-size: 2.6666666667vw;
  letter-spacing: 0.075em;
  gap: 0 1.7777777778vw;
}
@media screen and (min-width: 769px) {
  .p-header__btn {
    width: 100px;
    height: 30px;
    font-size: 15px;
    gap: 0 10px;
  }
}
.p-header__btn::before {
  content: "\f00c";
  font-family: FontAwesome;
  display: inline-block;
}
.p-header__menubtn {
  width: 7.5555555556vw;
  height: 7.5555555556vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  margin-left: 3.5555555556vw;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .p-header__menubtn {
    width: 42px;
    height: 42px;
    margin-left: 20px;
  }
}
.p-header__menubtn span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: all 0.25s;
}
@media screen and (min-width: 769px) {
  .p-header__menubtn span {
    height: 2px;
  }
}
.p-header__menubtn.is-active span:nth-child(1) {
  transform: rotate(315deg);
  margin-bottom: -100%;
}
.p-header__menubtn.is-active span:nth-child(2) {
  width: 0;
}
.p-header__menubtn.is-active span:nth-child(3) {
  transform: rotate(-315deg);
  margin-top: -100%;
}

/*========================================================================
  p-gnav
========================================================================*/
.p-gnav {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9;
  display: none;
}
.p-gnav__wrap {
  align-items: center;
  display: flex;
  height: 100%;
  position: absolute;
  width: 100%;
}
.p-gnav__menu {
  margin: 0 auto;
  text-align: center;
  width: 80%;
}
.p-gnav__menu__item {
  margin: 0 2.6666666667vw 5.3333333333vw;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .p-gnav__menu__item {
    margin: 0 15px 30px;
  }
}
.p-gnav__menu__item a {
  color: #fff;
  font-size: 4.2666666667vw;
  font-weight: 200;
  text-decoration: none;
  transition: 0.5s;
}
@media screen and (min-width: 769px) {
  .p-gnav__menu__item a {
    font-size: 24px;
  }
}
.p-gnav__menu__item a:hover {
  color: #666;
}
.p-gnav__menu__item span.ja {
  font-size: 3.7333333333vw;
  padding-left: 10px;
}
@media screen and (min-width: 769px) {
  .p-gnav__menu__item span.ja {
    font-size: 21px;
  }
}

/*========================================================================
  footer
========================================================================*/
.p-footer {
  background-color: #444C51;
  color: #fff;
  padding: 9.7777777778vw 0 18.6666666667vw 0;
}
@media screen and (min-width: 769px) {
  .p-footer {
    padding: 50px 0 100px 0;
  }
}
.p-footer > img {
  width: 51.2888888889vw;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 769px) {
  .p-footer > img {
    width: 288px;
  }
}
.p-footer__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.6666666667vw;
  gap: 0 1.7777777778vw;
}
@media screen and (min-width: 769px) {
  .p-footer__sns {
    margin-top: 15px;
    gap: 0 10px;
  }
}
.p-footer__sns li {
  width: 12.0888888889vw;
}
@media screen and (min-width: 769px) {
  .p-footer__sns li {
    width: 68px;
  }
}
.p-footer__sns li a img {
  display: block;
}
.p-footer__link {
  margin-top: 5.3333333333vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 769px) {
  .p-footer__link {
    margin-top: 30px;
    font-size: 16px;
  }
}
.p-footer__link li + li {
  border-left: solid 1px #fff;
  margin-left: 1.7777777778vw;
  padding-left: 1.7777777778vw;
}
@media screen and (min-width: 769px) {
  .p-footer__link li + li {
    margin-left: 10px;
    padding-left: 10px;
  }
}

/*========================================================================
  mv
========================================================================*/
.p-mv {
  margin-top: 13.3333333333vw;
  display: flex;
  flex-direction: column;
  height: calc(100svh - 13.3333333333vw);
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-mv {
    margin-top: 75px;
    height: calc(100vh - 75px);
    min-height: 800px;
  }
}
.p-mv .imgbox {
  flex-grow: 2;
  overflow: hidden;
}
.p-mv .imgbox .slick-list {
  height: 100%;
}
.p-mv .imgbox .slick-list .slick-track {
  height: 100%;
}
.p-mv .imgbox .imgbox-in {
  width: 100%;
  height: 100%;
}
.p-mv .imgbox .imgbox-in img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.p-mv h2 {
  background-image: url("../images/bg01.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  color: #444444;
  font-weight: 400;
  font-size: 3.2vw;
  line-height: 1.5714;
  padding: 10.6666666667vw 8vw 15.1111111111vw 8vw;
}
@media screen and (min-width: 769px) {
  .p-mv h2 {
    font-size: 18px;
    padding: 60px 45px 85px 45px;
  }
}
.p-mv h2 strong {
  font-size: 5.3333333333vw;
  letter-spacing: 0.1em;
  line-height: 1.75;
  display: block;
  margin-bottom: 4.4444444444vw;
  font-family: "Noto serif JP", "MS Mincho", "MS PMincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .p-mv h2 strong {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
.p-mv .c-scroll {
  position: absolute;
  bottom: 0;
  right: 7.1111111111vw;
}
@media screen and (min-width: 769px) {
  .p-mv .c-scroll {
    right: 40px;
  }
}

.p-recommend {
  background-image: url("../images/bg01.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  position: relative;
}
.p-recommend__in {
  padding: 8vw 7.1111111111vw 19.5555555556vw 8vw;
}
@media screen and (min-width: 769px) {
  .p-recommend__in {
    padding: 45px 40px 110px 45px;
  }
}
.p-recommend__in dd.en-optima {
  color: #8AAAB2;
  font-style: italic;
  font-size: 4.2666666667vw;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 769px) {
  .p-recommend__in dd.en-optima {
    font-size: 24px;
  }
}
.p-recommend__in dt {
  font-size: 3.5555555556vw;
  letter-spacing: 0.04em;
  width: 50.6666666667vw;
  font-weight: normal;
  line-height: 1;
  margin-top: 3.5555555556vw;
}
@media screen and (min-width: 769px) {
  .p-recommend__in dt {
    font-size: 20px;
    width: 285px;
    margin-top: 20px;
  }
}
.p-recommend__in dt strong {
  display: block;
  font-size: 6.4vw;
  font-weight: normal;
  letter-spacing: 0.1em;
  border-bottom: solid 1px #444444;
  margin-bottom: 2.6666666667vw;
  padding-bottom: 3.1111111111vw;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .p-recommend__in dt strong {
    font-size: 36px;
    margin-bottom: 15px;
    padding-bottom: 17px;
  }
}
.p-recommend__in .text {
  margin-top: 4.4444444444vw;
  font-size: 3.2vw;
  font-feature-settings: "palt";
}
@media screen and (min-width: 769px) {
  .p-recommend__in .text {
    margin-top: 25px;
    font-size: 18px;
  }
}
.p-recommend .c-scroll {
  position: absolute;
  bottom: -13.5111111111vw;
  right: 9.7777777778vw;
}
@media screen and (min-width: 769px) {
  .p-recommend .c-scroll {
    right: 55px;
    bottom: -76px;
  }
}
.p-recommend .c-scroll > div {
  height: 18.2222222222vw;
}
@media screen and (min-width: 769px) {
  .p-recommend .c-scroll > div {
    height: 102px;
  }
}

.p-howto {
  position: relative;
  background-image: url("../images/bg02.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 17.7777777778vw 5.3333333333vw 16vw 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-howto {
    padding: 100px 30px 90px 30px;
  }
}
.p-howto .c-ttl + p {
  margin-top: 14.2222222222vw;
  font-size: 3.2vw;
  color: #444444;
  line-height: 1.66;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-howto .c-ttl + p {
    margin-top: 80px;
    font-size: 18px;
  }
}
.p-howto__list {
  margin-top: 14.2222222222vw;
}
@media screen and (min-width: 769px) {
  .p-howto__list {
    margin-top: 80px;
  }
}
.p-howto__list li {
  background-color: #fff;
  padding: 3.5555555556vw 4.4444444444vw 0 4.4444444444vw;
  box-shadow: 0.8888888889vw 1.3333333333vw 2.6666666667vw rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 769px) {
  .p-howto__list li {
    padding: 20px 25px 0 25px;
    box-shadow: 5px 7px 15px rgba(0, 0, 0, 0.2);
  }
}
.p-howto__list li + li {
  margin-top: 7.1111111111vw;
}
@media screen and (min-width: 769px) {
  .p-howto__list li + li {
    margin-top: 40px;
  }
}
.p-howto__list li img {
  width: 100%;
  display: block;
}
.p-howto__list li dl {
  padding: 5.3333333333vw 2.6666666667vw;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .p-howto__list li dl {
    padding: 30px 15px;
  }
}
.p-howto__list li dl .cat {
  background-color: #6D9997;
  color: #fff;
  font-size: 2.6666666667vw;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 0 1.3333333333vw;
  display: flex;
  align-items: center;
  height: 1.5em;
  line-height: 1;
  margin-right: auto;
  margin-left: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-howto__list li dl .cat {
    font-size: 15px;
    padding: 0 7px;
    margin-left: 7px;
  }
}
.p-howto__list li dl dt {
  color: #6D9997;
  font-size: 700px;
  font-size: 4.2666666667vw;
  margin-top: 4.4444444444vw;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-howto__list li dl dt {
    font-size: 24px;
    margin-top: 25px;
  }
}
.p-howto__list li dl dt::after {
  content: "";
  display: block;
  height: 1px;
  width: 4.8vw;
  background-color: #6D9997;
  margin: 2.3111111111vw 1.7777777778vw 2.6666666667vw 1.7777777778vw;
}
@media screen and (min-width: 769px) {
  .p-howto__list li dl dt::after {
    width: 27px;
    margin: 13px 10px 15px 10px;
  }
}
.p-howto__list li dl .subttl {
  font-size: 3.7333333333vw;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-howto__list li dl .subttl {
    font-size: 20px;
  }
}
.p-howto__list li dl .text {
  font-size: 3.2vw;
  margin-top: 2.6666666667vw;
  line-height: 1.458;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .p-howto__list li dl .text {
    font-size: 18px;
    margin-top: 15px;
  }
}
.p-howto .c-scroll {
  position: absolute;
  bottom: -13.5111111111vw;
  right: auto;
  left: 7.1111111111vw;
}
@media screen and (min-width: 769px) {
  .p-howto .c-scroll {
    left: 40px;
    bottom: -76px;
  }
}
.p-howto .c-scroll > div {
  height: 18.2222222222vw;
}
@media screen and (min-width: 769px) {
  .p-howto .c-scroll > div {
    height: 102px;
  }
}

.p-points {
  padding: 16vw 0 10.6666666667vw 0;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-points {
    padding: 90px 0 60px 0;
  }
}
.p-points__text {
  text-align: center;
  font-size: 3.2vw;
  letter-spacing: 0.1em;
  margin-top: 7.1111111111vw;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-points__text {
    font-size: 18px;
    margin-top: 40px;
  }
}
.p-points__bg {
  position: relative;
  padding: 24vw 7.1111111111vw;
  background-image: url("../images/bg01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (min-width: 769px) {
  .p-points__bg {
    padding: 135px 30px;
  }
}
.p-points__list li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0 4.7111111111vw;
}
@media screen and (min-width: 769px) {
  .p-points__list li {
    gap: 0 30px;
  }
}
.p-points__list li + li {
  margin-top: 12.4444444444vw;
}
@media screen and (min-width: 769px) {
  .p-points__list li + li {
    margin-top: 70px;
  }
}
.p-points__list li .left {
  width: 35.2888888889vw;
  flex-shrink: 0;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-points__list li .left {
    width: 199px;
  }
}
.p-points__list li .left::before {
  content: "";
  display: block;
  width: 29.3333333333vw;
  height: 29.3333333333vw;
  background-color: #CCCCCC;
  border-radius: 50%;
  position: absolute;
  top: 1.7777777778vw;
  left: -1.5111111111vw;
}
@media screen and (min-width: 769px) {
  .p-points__list li .left::before {
    width: 165px;
    height: 165px;
    top: 10px;
    left: -8px;
  }
}
.p-points__list li .left img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: -6.2222222222vw;
}
@media screen and (min-width: 769px) {
  .p-points__list li .left img {
    margin-top: -35px;
  }
}
.p-points__list li .left span {
  color: #C7B299;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 15.1111111111vw;
  line-height: 0.8;
  font-style: italic;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-points__list li .left span {
    font-size: 85px;
  }
}
.p-points__list li .right dt {
  color: #8C7D65;
  font-size: 3.7333333333vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.351;
  font-feature-settings: "palt";
}
@media screen and (min-width: 769px) {
  .p-points__list li .right dt {
    font-size: 21px;
  }
}
.p-points__list li .right dd {
  font-size: 3.2vw;
  line-height: 1.477;
  margin-top: 3.5555555556vw;
}
@media screen and (min-width: 769px) {
  .p-points__list li .right dd {
    font-size: 18px;
    margin-top: 20px;
  }
}

.p-room {
  background-color: #666666;
  color: #fff;
  padding: 13.3333333333vw 10.6666666667vw 11.5555555556vw 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  .p-room {
    padding: 40px 60px 75px 60px;
  }
}
.p-room .c-ttl strong {
  color: #fff;
  border-color: #fff;
}
.p-room__text {
  text-align: center;
  font-weight: 700;
  font-size: 3.2vw;
  letter-spacing: 0.1em;
  margin-top: 7.5555555556vw;
}
@media screen and (min-width: 769px) {
  .p-room__text {
    font-size: 18px;
    margin-top: 42px;
  }
}
.p-room__list {
  margin-top: 7.1111111111vw;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-room__list {
    margin-top: 40px;
  }
}
.p-room__list .slick-track {
  display: flex;
}
.p-room__list .slick-slide {
  height: auto !important;
}
.p-room__list li {
  display: flex !important;
  flex-direction: column;
}
.p-room__list li img {
  display: block;
  width: 100%;
}
.p-room__list li dl {
  background-color: #fff;
  color: #444444;
  flex-grow: 2;
  padding: 5.3333333333vw;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .p-room__list li dl {
    padding: 30px;
  }
}
.p-room__list li dl dt {
  font-size: 4.8vw;
  line-height: 1.265;
  font-weight: 700;
  border-bottom: solid 1px #999999;
  padding-bottom: 2.6666666667vw;
  margin-bottom: 3.5555555556vw;
}
@media screen and (min-width: 769px) {
  .p-room__list li dl dt {
    font-size: 27px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}
.p-room__list li dl dt .en02 {
  color: #C7B299;
  font-size: 4.2666666667vw;
  font-weight: normal;
  letter-spacing: 0;
  display: block;
  line-height: 1;
  margin-bottom: 1.7777777778vw;
}
@media screen and (min-width: 769px) {
  .p-room__list li dl dt .en02 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.p-room__list li dl .text {
  font-size: 3.2vw;
  letter-spacing: 0.1em;
  line-height: 1.482;
  margin-bottom: auto;
}
@media screen and (min-width: 769px) {
  .p-room__list li dl .text {
    font-size: 18px;
  }
}
.p-room__list li dl .people {
  background-color: #E6E6E6;
  font-size: 3.2vw;
  letter-spacing: 0.1em;
  line-height: 1.482;
  padding: 0.8888888889vw 3.1111111111vw;
  margin-top: 4vw;
}
@media screen and (min-width: 769px) {
  .p-room__list li dl .people {
    font-size: 18px;
    padding: 5px 17px;
    margin-top: 22px;
  }
}
.p-room__list .slick-arrow {
  font-size: 0;
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 45.3333333333vw;
  left: -8.8888888889vw;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .p-room__list .slick-arrow {
    top: 255px;
    left: -50px;
  }
}
.p-room__list .slick-arrow::before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 13.3333333333vw;
  color: #E6E6E6;
}
@media screen and (min-width: 769px) {
  .p-room__list .slick-arrow::before {
    font-size: 75px;
  }
}
.p-room__list .slick-arrow.slick-next {
  left: auto;
  right: -8.8888888889vw;
  transform: rotate(180deg);
}
@media screen and (min-width: 769px) {
  .p-room__list .slick-arrow.slick-next {
    left: auto;
    right: -50px;
  }
}
.p-room__list .slick-dots {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-top: 8vw;
  gap: 0 2.2222222222vw;
}
@media screen and (min-width: 769px) {
  .p-room__list .slick-dots {
    margin-top: 30px;
    gap: 0 12px;
  }
}
.p-room__list .slick-dots button {
  display: block;
  background-color: rgba(230, 230, 230, 0.4);
  border: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  width: 2.4888888889vw;
  height: 2.4888888889vw;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .p-room__list .slick-dots button {
    width: 14px;
    height: 14px;
  }
}
.p-room__list .slick-dots .slick-active button {
  background-color: rgb(230, 230, 230);
}

.p-service {
  padding: 7.1111111111vw 4.8888888889vw;
}
@media screen and (min-width: 769px) {
  .p-service {
    padding: 40px 27px;
  }
}
.p-service__list {
  margin-top: 9.7777777778vw;
  padding-bottom: 7.1111111111vw;
  border-bottom: dashed 2px #B3B3B3;
}
@media screen and (min-width: 769px) {
  .p-service__list {
    margin-top: 55px;
    padding-bottom: 40px;
  }
}
.p-service__list li {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.p-service__list li + li {
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .p-service__list li + li {
    margin-top: 15px;
  }
}
.p-service__list li img {
  width: 30.7555555556vw;
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .p-service__list li img {
    width: 173px;
  }
}
.p-service__list li dl {
  display: flex;
  flex-direction: column;
  width: 53.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-service__list li dl {
    width: 300px;
  }
}
.p-service__list li dl dt {
  background-color: #E6E6E6;
  font-size: 3.5555555556vw;
  letter-spacing: 0;
  padding: 0 1.7777777778vw;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-service__list li dl dt {
    font-size: 20px;
    padding: 0 10px;
  }
}
.p-service__list li dl dt::before {
  content: "";
  display: block;
  background-color: #E6E6E6;
  position: absolute;
  top: calc(100% - 1px);
  left: 2.6666666667vw;
  width: 2.3111111111vw;
  height: 2.3111111111vw;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%, 50% 100%);
}
@media screen and (min-width: 769px) {
  .p-service__list li dl dt::before {
    width: 13px;
    height: 13px;
    left: 15px;
  }
}
.p-service__list li dl dd {
  flex-grow: 2;
  font-size: 3.5555555556vw;
  letter-spacing: 0;
  line-height: 1.25;
  display: flex;
  align-items: center;
  font-feature-settings: "palt";
}
@media screen and (min-width: 769px) {
  .p-service__list li dl dd {
    font-size: 20px;
  }
}

.p-price {
  padding: 9.7777777778vw 7.1111111111vw 16vw 7.1111111111vw;
  background-color: #F2F2F2;
}
@media screen and (min-width: 769px) {
  .p-price {
    padding: 55px 40px 90px 40px;
  }
}
.p-price__sbttl {
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 4.8vw;
  font-style: italic;
  line-height: 1;
  padding-left: 4.4444444444vw;
  display: flex;
  align-items: center;
  white-space: nowrap;
  color: #6C9CB5;
  margin-top: 8.8888888889vw;
}
@media screen and (min-width: 769px) {
  .p-price__sbttl {
    font-size: 27px;
    padding-left: 25px;
    margin-top: 50px;
  }
}
.p-price__sbttl::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: rgba(68, 68, 68, 0.75);
  margin-left: 3.1111111111vw;
  flex-shrink: 999;
}
@media screen and (min-width: 769px) {
  .p-price__sbttl::after {
    margin-left: 17px;
  }
}
.p-price__table {
  border: solid 1px rgba(77, 77, 77, 0.25);
  background-color: #fff;
  margin-top: 8vw;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-price__table {
    margin-top: 45px;
  }
}
.p-price__table tr:nth-child(1) th {
  background-color: #8AAAB2;
  color: #fff;
  font-size: 3.2vw;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 769px) {
  .p-price__table tr:nth-child(1) th {
    font-size: 18px;
  }
}
.p-price__table tr th, .p-price__table tr td {
  border: solid 1px rgba(77, 77, 77, 0.25);
  text-align: center;
  vertical-align: middle;
  line-height: 1.2;
  padding: 2.6666666667vw 0;
}
@media screen and (min-width: 769px) {
  .p-price__table tr th, .p-price__table tr td {
    padding: 15px 0;
  }
}
.p-price__table tr th {
  color: #665E55;
  font-size: 3.2vw;
  font-weight: 700;
  background-color: #EAE9E4;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .p-price__table tr th {
    font-size: 18px;
  }
}
.p-price__table tr th .en {
  font-weight: 400;
  letter-spacing: 0;
}
.p-price__table tr td {
  font-size: 2.6666666667vw;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .p-price__table tr td {
    font-size: 10px;
  }
}
.p-price__table tr td:nth-child(3), .p-price__table tr td:nth-child(4) {
  font-size: 3.2vw;
  height: 9.6vw;
}
@media screen and (min-width: 769px) {
  .p-price__table tr td:nth-child(3), .p-price__table tr td:nth-child(4) {
    font-size: 18px;
    height: 54px;
  }
}
.p-price__table tr td small {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .p-price__table tr td small {
    font-size: 15px;
  }
}
.p-price__text {
  margin-top: 4.4444444444vw;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1.785;
}
@media screen and (min-width: 769px) {
  .p-price__text {
    margin-top: 25px;
    font-size: 18px;
  }
}
.p-price__attention {
  margin-top: 4.8888888889vw;
}
@media screen and (min-width: 769px) {
  .p-price__attention {
    margin-top: 27px;
  }
}
.p-price__attention li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 3.2vw;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .p-price__attention li {
    font-size: 18px;
  }
}
.p-price__attention li::before {
  content: "※";
  color: #C1272D;
}

.p-qa {
  padding: 6.2222222222vw 7.1111111111vw 13.3333333333vw 7.1111111111vw;
}
@media screen and (min-width: 769px) {
  .p-qa {
    padding: 35px 40px 75px 40px;
  }
}
.p-qa__text {
  text-align: center;
  font-weight: 700;
  font-size: 3.2vw;
  letter-spacing: 0.1em;
  margin-top: 8.8888888889vw;
}
@media screen and (min-width: 769px) {
  .p-qa__text {
    font-size: 18px;
    margin-top: 50px;
  }
}
.p-qa__navi {
  border-bottom: solid #C6AC8B 0.8888888889vw;
  display: flex;
  justify-content: center;
  gap: 0 1.4222222222vw;
  width: 100%;
  margin: 4.4444444444vw auto 6.6666666667vw auto;
}
@media screen and (min-width: 769px) {
  .p-qa__navi {
    border-width: 5px;
    gap: 0 8px;
    margin: 25px auto 37px auto;
  }
}
.p-qa__navi li {
  font-size: 3.2vw;
  line-height: 1.333;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  border: solid #C6AC8B 0.5333333333vw;
  border-bottom: none;
  border-radius: 1.3333333333vw 1.3333333333vw 0 0;
  color: #C6AC8B;
  width: 25.7777777778vw;
  height: 11.0222222222vw;
  transition: all 0.5s;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-qa__navi li {
    font-size: 18px;
    border-width: 3px;
    border-radius: 8px 8px 0 0;
    width: 145px;
    height: 62px;
  }
}
.p-qa__navi li.is-active {
  background-color: #C6AC8B;
  color: #fff;
}
.p-qa__item dt {
  display: flex;
  align-items: center;
  font-size: 3.2vw;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  border-bottom: solid 2px #000;
  margin-bottom: 2.6666666667vw;
  padding-bottom: 2.6666666667vw;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .p-qa__item dt {
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
.p-qa__item dt .en02 {
  background-color: #000;
  color: #fff;
  position: relative;
  border-radius: 50%;
  flex-shrink: 0;
  width: 6.4vw;
  height: 6.4vw;
  box-sizing: border-box;
  font-size: 3.5555555556vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin-right: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .p-qa__item dt .en02 {
    width: 36px;
    height: 36px;
    font-size: 20px;
    margin-right: 15px;
  }
}
.p-qa__item dt .en02::after {
  content: "";
  display: block;
  background-color: #000;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20%;
  height: 25%;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%, 50% 100%);
  transform: rotate(-45deg);
}
.p-qa__item dt::after {
  content: "\f107";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 5.3333333333vw;
  margin-left: auto;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .p-qa__item dt::after {
    font-size: 30px;
  }
}
.p-qa__item dd {
  background-color: #f7f7f7;
  font-size: 3.2vw;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  padding: 2.6666666667vw 6.2222222222vw 2.6666666667vw 1.7777777778vw;
  display: flex;
  align-items: flex-start;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .p-qa__item dd {
    font-size: 18px;
    padding: 15px 35px 15px 10px;
    margin-bottom: 15px;
  }
}
.p-qa__item dd::before {
  content: "";
  display: block;
  width: 7.2vw;
  height: 5.1555555556vw;
  transform: rotate(0deg);
  background-image: url("../images/img_answer.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-right: 2.2222222222vw;
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .p-qa__item dd::before {
    width: 40px;
    height: 29px;
    margin-right: 12px;
  }
}
.p-qa__item dd img {
  display: block;
  margin-top: 2.2222222222vw;
}
@media screen and (min-width: 769px) {
  .p-qa__item dd img {
    margin-top: 12px;
  }
}
.p-qa__item dd a {
  text-decoration: underline;
}
.p-qa__item dd a:hover {
  text-decoration: none;
}

.js-tab-contents {
  opacity: 0;
  height: 0;
  transition: opacity 0.5s;
  position: relative;
  overflow: hidden;
}
.js-tab-contents.is-active {
  opacity: 1;
  height: 100%;
  z-index: 1;
}

.p-access {
  margin-top: 6.6666666667vw;
}
@media screen and (min-width: 769px) {
  .p-access {
    margin-top: 37px;
  }
}
.p-access__in {
  position: relative;
  background-color: #F4F2EA;
  margin-top: 7.1111111111vw;
  padding: 10.6666666667vw 6.2222222222vw 16.8888888889vw 6.2222222222vw;
}
@media screen and (min-width: 769px) {
  .p-access__in {
    margin-top: 40px;
    padding: 60px 35px 95px 35px;
  }
}
.p-access__zip {
  font-size: 3.2vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.66;
}
@media screen and (min-width: 769px) {
  .p-access__zip {
    font-size: 18px;
  }
}
.p-access__zip.en {
  margin-top: 3.5555555556vw;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .p-access__zip.en {
    margin-top: 20px;
  }
}
.p-access__tel {
  display: inline-flex;
  align-items: center;
  color: #6D9997;
  font-size: 5.3333333333vw;
  letter-spacing: 0;
  line-height: 1.66;
  margin-top: 4.6222222222vw;
}
@media screen and (min-width: 769px) {
  .p-access__tel {
    font-size: 30px;
    margin-top: 26px;
  }
}
.p-access__tel::before {
  content: "\f095";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 1.7777777778vw;
  font-size: 7.1111111111vw;
}
@media screen and (min-width: 769px) {
  .p-access__tel::before {
    margin-right: 10px;
    font-size: 40px;
  }
}
.p-access__root {
  display: flex;
  align-items: baseline;
  margin-top: 4.6222222222vw;
}
@media screen and (min-width: 769px) {
  .p-access__root {
    margin-top: 26px;
  }
}
.p-access__root dt {
  background-color: #5C6368;
  color: #fff;
  font-size: 3.2vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17.4222222222vw;
  height: 5.3333333333vw;
  margin-right: 3.1111111111vw;
  letter-spacing: 0.2em;
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .p-access__root dt {
    font-size: 18px;
    width: 98px;
    height: 30px;
    margin-right: 17px;
  }
}
.p-access__root dd {
  font-size: 3.2vw;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 769px) {
  .p-access__root dd {
    font-size: 18px;
  }
}
.p-access__root + .p-access__root {
  margin-top: 2.1333333333vw;
}
@media screen and (min-width: 769px) {
  .p-access__root + .p-access__root {
    margin-top: 12px;
  }
}
.p-access__map {
  margin-top: 6.2222222222vw;
  border: solid 2.2222222222vw #fff;
}
@media screen and (min-width: 769px) {
  .p-access__map {
    margin-top: 35px;
    border-width: 12px;
  }
}
.p-access__map iframe {
  width: 100%;
  height: 57.7777777778vw;
}
@media screen and (min-width: 769px) {
  .p-access__map iframe {
    height: 325px;
  }
}
.p-access__mapbtn {
  margin: 2.6666666667vw auto 0 auto;
  width: 72vw;
  height: 12.4444444444vw;
  border: solid #fff 0.8888888889vw;
  background-color: #7D9E95;
  color: #fff;
  font-size: 3.7333333333vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .p-access__mapbtn {
    margin: 15px auto 0 auto;
    border-width: 5px;
    width: 405px;
    height: 70px;
    font-size: 21px;
  }
}

.p-topbtn {
  position: fixed;
  z-index: 8;
  right: 4.4444444444vw;
  bottom: 4.4444444444vw;
  display: none;
  align-items: center;
  justify-content: center;
  width: 8.8888888889vw;
  height: 8.8888888889vw;
  border-radius: 50%;
  border: solid 2px #CCCCCC;
  background-color: #CCCCCC;
  color: #fff;
  transition: background-color 0.5s, color 0.5s;
}
@media screen and (min-width: 769px) {
  .p-topbtn {
    right: 25px;
    bottom: 25px;
    width: 50px;
    height: 50px;
  }
}
.p-topbtn::before {
  content: "\f106";
  font-family: FontAwesome;
  font-size: 6.2222222222vw;
  line-height: 0;
  display: block;
  margin-bottom: 10%;
}
@media screen and (min-width: 769px) {
  .p-topbtn::before {
    font-size: 35px;
  }
}
.p-topbtn:hover {
  background-color: #fff;
  color: #CCCCCC;
}/*# sourceMappingURL=style.css.map */