@charset "UTF-8";

/* ANNEX 個別ページID一覧

・トップページ　13
・客室　　　　　18
・レストラン　　50
・施設案内　　　52
・アクセス　　　41
・ホテルの歩み　973
・コザの町紹介　971
・よくある質問　44
・新着情報　　　./archives/category/crown
・お問い合わせ　1076
・プライバシーポリシー　6
・キャンセルポリシー　976
・サイトトップ　1336
___________________ */

/* 本館 header  page-id-13 ___________________ */
.page-id-13 header {
  position: relative;
  width: 100%;
  height: 54vw;
}
.page-id-13 video {
  width: 100%;
}
.page-id-13 video::before {
  content: "";
  background: url(../images/crown/pattern-01.png) repeat;
  background-size: auto;
  background-position: center;
}
header h1 {
  position: absolute;
  top: 8vw;
  right: 10vw;
  line-height: 2em;
  writing-mode: vertical-rl;
}
header h1 span {
  background-color: var(--bg-color-02);
  padding: 0.6em 0.4em;
  font-size: var(--f-clamp-26);
  color: var(--green01);
  font-family: var(--font-shipporMincho);
  font-weight: 700;
}
header .yazi {
  display: none;
}

/* main ___________________ */
main {
  width: 100%;
  overflow: hidden;
}

/* concept ___________________ */
.concept {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 3%;
  margin-bottom: 10vw;
}
.concept h2 {
  font-family: var(--font-shipporMincho);
  font-size: var(--f-clamp-36);
  line-height: 1.4em;
  writing-mode: vertical-rl;
  font-weight: 600;
  padding: 0;
  margin-right: 2%;
  color: var(--green01);
}
.concept h2 > .sub-ttl {
  position: relative;
  display: block;
  padding: 45px 0 0 0;
  line-height: 1.5;
  font-size: var(--f-clamp-20);
  font-weight: 700;
  letter-spacing: 0.075em;
}
.concept h2 > .sub-ttl::after {
  position: absolute;
  left: 50%;
  top: 18px;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 30px;
  background: var(--green01);
  content: "";
}
.concept .photoBox {
  background: url("../images/crown/concept-bg01.webp") no-repeat left top transparent;
  background-size: cover;
  width: 83vw;
  height: 45vw;
  position: relative;
}
.concept .photoBox p {
  font-family: var(--font-shipporMincho);
  font-size: var(--f-15);
  line-height: 2.2em;
  writing-mode: vertical-rl;
  font-weight: 400;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1em 0 1em 1em;
  height: 15em;
}
.concept .photoBox p span {
  text-combine-upright: all;
}
.concept .botanBox {
  position: absolute;
  bottom: -4em;
  right: 0;
}
/* welcome ___________________ */
.welcome {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 3%;
  background: url("../images/crown/welcome-bg01.webp") no-repeat top right transparent;
  background-size: cover;
  height: 48vw;
  margin-bottom: 10vw;
}
.welcome h2 {
  font-family: var(--font-shipporMincho);
  font-size: var(--f-clamp-36);
  line-height: 1.4em;
  writing-mode: tb-rl;
  font-weight: 600;
  padding: 0;
  margin-top: 0.9em;
  margin-right: 2%;
  color: #fff;
  text-orientation: upright;
}
.welcome h2 > .sub-ttl {
  position: relative;
  display: block;
  padding: 45px 0 0 0;
  line-height: 1.5;
  font-size: var(--f-clamp-20);
  font-weight: 700;
  letter-spacing: 0.075em;
  text-orientation: mixed;
}
.welcome h2 > .sub-ttl::after {
  position: absolute;
  left: 50%;
  top: 18px;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 30px;
  background: #fff;
  content: "";
}
.welcome .photoBox {
  margin-top: 1em;
  margin-left: 1em;
  margin-bottom: 1em;
}
.welcome .photoBox p {
  font-family: var(--font-shipporMincho);
  font-size: var(--f-18);
  line-height: 2em;
  writing-mode: tb-rl;
  font-weight: 400;
  color: #fff;
}
.welcome .botanBox {
  margin-top: 2em;
}
/* history ___________________ */
.history {
  display: flex;
  justify-content: space-between;
  gap: 3%;
  background: linear-gradient(0deg, var(--pink) 0%, var(--pink) 78%, #fff 78%, #fff 100%);
  flex-direction: row-reverse;
  align-items: stretch;
  margin-bottom: 10vw;
  padding-bottom: 10vw;
}
.history .titleBox {
  margin-right: 2%;
  width: 30vw;
  position: relative;
  font-size: var(--f-clamp-36);
}
.history .titleBox h2 {
  font-family: var(--font-shipporMincho);
  font-size: var(--f-clamp-36);
  line-height: 1.4em;
  writing-mode: vertical-rl;
  font-weight: 600;
  padding: 0;
  color: var(--green01);
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
}
.history .titleBox h2 > .sub-ttl {
  position: relative;
  display: block;
  padding: 45px 0 0 0;
  line-height: 1.5;
  font-size: var(--f-clamp-20);
  font-weight: 700;
  letter-spacing: 0.075em;
}
.history .titleBox h2 > .sub-ttl::after {
  position: absolute;
  left: 50%;
  top: 18px;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 30px;
  background: var(--green01);
  content: "";
}
.history .titleBox p {
  font-family: var(--font-shipporMincho);
  font-size: var(--f-15);
  line-height: 1.8em;
  font-weight: 400;
  max-width: 22em;
  text-align: justify;
  position: absolute;
  top: 29em;
  left: 0;
}
.history .photoBox {
  background: url("../images/crown/history-bg01.webp") no-repeat top right transparent;
  background-size: cover;
  width: 61vw;
  height: 44vw;
  position: relative;
}
.history .photoBox h2 {
  font-family: var(--font-shipporMincho);
  font-size: var(--f-clamp-36);
  line-height: 2em;
  writing-mode: vertical-rl;
  font-weight: 600;
  margin-left: 2%;
  color: var(--green01);
}
.history .photoBox h2 span {
  background-color: var(--bg-color-03);
  padding: 0.6em 0.4em;
  font-size: var(--f-clamp-26);
  color: var(--green01);
  font-family: var(--font-shipporMincho);
  font-weight: 700;
}
.history .botanBox {
  position: absolute;
  bottom: -6vw;
  left: 5vw;
}

/* room ___________________ */
.room {
  margin: 0 0 10vw;
  width: 100%;
  max-width: initial;
  position: relative;
}
.room .cssSliderBox {
  width: 132%;
  max-width: initial;
  display: flex;
  align-items: center;
  margin: 0px;
  padding: 0px;
}
.cssSliderBox ul {
  display: flex;
  animation: loop-slide 15s infinite ease-out 0s both;
}
.cssSliderBox li img {
  height: 36vw;
  width: auto;
  margin-right: 2vw;
}
@keyframes loop-slide {
  0% {
    transform: translateX(0);
  }
  24% {
    transform: translateX(-25%);
  }
  25% {
    transform: translateX(-25%);
  }
  49% {
    transform: translateX(-50%);
  }
  50% {
    transform: translateX(-50%);
  }
  74% {
    transform: translateX(-75%);
  }
  75% {
    transform: translateX(-75%);
  }
  99% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.room .textBox {
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 50%;
  width: 43vw;
  margin-left: -43vw;
  height: 37vw;
  display: flex;
  flex-direction: row-reverse;
  z-index: 3000;
}
.room .textBox h2 {
  font-family: var(--font-shipporMincho);
  font-size: var(--f-clamp-36);
  line-height: 1.8em;
  color: var(--green01);
  font-weight: 700;
  writing-mode: vertical-rl;
  padding: 0;
  margin: 0 1.5em 0 3%;
}
.room .textBox h2 > .sub-ttl {
  position: relative;
  display: block;
  padding: 45px 0 0 0;
  line-height: 1.5;
  font-size: var(--f-clamp-20);
  font-weight: 700;
  letter-spacing: 0.075em;
}
.room .textBox h2 > .sub-ttl::after {
  position: absolute;
  left: 50%;
  top: 18px;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 30px;
  background: var(--green01);
  content: "";
}
.room .textBox p {
  font-family: var(--font-shipporMincho);
  font-size: var(--f-15);
  line-height: 1.8em;
  font-weight: 400;
  writing-mode: vertical-rl;
  height: 20em;
}
.room .botanBox {
  position: absolute;
  bottom: 2vw;
  left: calc(50% - 30vw);
  z-index: 6001;
}

/* restaurant ___________________ */
.restaurant {
  display: flex;
  justify-content: space-between;
  gap: 3%;
  background: url("../images/crown/hana-bg.png") no-repeat top 0 right 5vw,
    linear-gradient(0deg, var(--pink) 0%, var(--pink) 75%, #fff 75%, #fff 100%);
  flex-direction: row-reverse;
  align-items: stretch;
  margin-bottom: 0;
  padding-bottom: 5vw;
}
.restaurant .restaBox {
  margin-right: 2%;
  font-size: var(--f-36);
  width: 25vw;
}
.restaurant .restaBox h2 {
  font-family: var(--font-shipporMincho);
  font-size: var(--f-clamp-36);
  line-height: 1.4em;
  writing-mode: vertical-rl;
  font-weight: 600;
  padding: 0;
  color: var(--green01);
  margin-bottom: 3%;
  margin-left: 3em;
  white-space: nowrap;
}
.restaurant .restaBox h2 > .sub-ttl {
  position: relative;
  display: block;
  padding: 45px 0 0 0;
  line-height: 1.5;
  font-size: var(--f-clamp-20);
  font-weight: 700;
  letter-spacing: 0.075em;
}
.restaurant .restaBox h2 > .sub-ttl::after {
  position: absolute;
  left: 50%;
  top: 18px;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 30px;
  background: var(--green01);
  content: "";
}
.restaurant .restaBox p {
  font-family: var(--font-shipporMincho);
  font-size: var(--f-15);
  line-height: 1.8em;
  font-weight: 400;
  text-align: justify;
  margin-bottom: 2em;
}
.restaurant .botanBox {
}
.restaurant .photoBox {
  width: 67vw;
  height: 44vw;
}
.restaurant .swiperRES {
  width: 67vw;
  height: 44vw;
  overflow: hidden;
  position: relative;
}
.swiperRES .swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 300px;
}
.swiperRES .swiper-slide {
  /* スライドのサイズ中身 */
  color: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 300px;
}

/* restBottom ___________________ */
.restBottom {
  width: 100%;
  background-color: var(--pink);
}
.restBottom h2 {
  font-size: var(--f-clamp-36);
  font-family: var(--font-shipporMincho);
  color: var(--green01);
  text-align: center;
  letter-spacing: 0.075em;
  font-weight: 600;
}
.restBottom h3 {
  font-family: var(--font-shipporMincho);
  color: var(--green01);
  align-items: center;
  display: flex;
  font-size: var(--f-20);
  text-align: center;
  margin: 0 auto 2em;
  width: 10em;
  letter-spacing: 0.075em;
  font-weight: 600;
}
.restBottom h3:before,
.restBottom h3:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}
.restBottom h3:before {
  margin-right: 1rem;
}
.restBottom h3:after {
  margin-left: 1rem;
}
.restBox {
  display: flex;
  justify-content: center;
  gap: 3vw;
  align-items: stretch;
  margin: 0 auto 5vw;
  padding-bottom: 5vw;
  max-width: 1150px;
}
.restBox .restBottom01,
.restBox .restBottom02 {
  width: 50%;
}
.restBox figure {
  margin-bottom: 0.5em;
}
.restBox h4 {
  font-size: var(--f-clamp-24);
  line-height: 1.8em;
  margin-bottom: 3%;
  font-family: var(--font-shipporMincho);
  text-align: left;
  letter-spacing: 0.075em;
  font-weight: 600;
  color: var(--green01);
}
.restBox p {
  font-size: var(--f-15);
  line-height: 1.8em;
  margin-bottom: 2em;
  font-family: var(--font-shipporMincho);
}
.restBox .botanBox {
  text-align: right;
}

/* facility ___________________ */
.facility {
  width: 100%;
}
.facility h2 {
  font-size: var(--f-clamp-36);
  font-family: var(--font-shipporMincho);
  color: var(--green01);
  text-align: center;
  letter-spacing: 0.075em;
  font-weight: 600;
}
.facility h3 {
  font-family: var(--font-shipporMincho);
  color: var(--green01);
  align-items: center;
  display: flex;
  font-size: var(--f-20);
  text-align: center;
  margin: 0 auto 2em;
  width: 10em;
  letter-spacing: 0.075em;
  font-weight: 600;
}
.facility h3:before,
.facility h3:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}
.facility h3:before {
  margin-right: 1rem;
}
.facility h3:after {
  margin-left: 1rem;
}
.facilityBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 3vw;
  margin-bottom: 10em;
  align-items: stretch;
}
.facilityBox .facilityBottom01 {
  background: url("../images/crown/hana-bg.png") no-repeat top left;
  margin-left: 5vw;
}
.facilityBox .facilityBottom01 h4 {
  font-family: var(--font-shipporMincho);
  font-size: var(--f-clamp-36);
  line-height: 1.65em;
  writing-mode: vertical-rl;
  font-weight: 600;
  padding: 0;
  color: var(--green01);
  margin-left: 1.5em;
  white-space: nowrap;
}
.facilityBox .facilityBottom01 h4 > .sub-ttl {
  position: relative;
  display: block;
  padding: 45px 0 0 0;
  line-height: 1.5;
  font-size: var(--f-clamp-20);
  font-weight: 700;
  letter-spacing: 0.075em;
}
.facilityBox .facilityBottom01 h4 > .sub-ttl::after {
  position: absolute;
  left: 50%;
  top: 18px;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 30px;
  background: var(--green01);
  content: "";
}
.facilityBox .facilityBottom01 p {
  font-family: var(--font-shipporMincho);
  font-size: var(--f-15);
  line-height: 1.8em;
  font-weight: 400;
  max-width: 22em;
  text-align: justify;
  margin-top: 3em;
  margin-bottom: 2em;
}
.facilityBox .botanBox {
}

/* sauna ___________________ */
.sauna {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 3vw;
  margin-bottom: 10em;
}
.sauna .saunaBox {
  background: url("../images/crown/hana-bg.png") no-repeat top right;
  margin-right: 5vw;
  width: 23vw;
}
.sauna .saunaBox h4 {
  font-family: var(--font-shipporMincho);
  font-size: var(--f-clamp-36);
  line-height: 1.4em;
  writing-mode: vertical-rl;
  font-weight: 600;
  padding: 0;
  color: var(--green01);
  margin-left: 1.5em;
  white-space: nowrap;
}
.sauna .saunaBox h4 > .sub-ttl {
  position: relative;
  display: block;
  padding: 45px 0 0 0;
  line-height: 1.5;
  font-size: var(--f-clamp-20);
  font-weight: 700;
  letter-spacing: 0.075em;
}
.sauna .saunaBox h4 > .sub-ttl::after {
  position: absolute;
  left: 50%;
  top: 18px;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 30px;
  background: var(--green01);
  content: "";
}
.sauna .saunaBox p {
  font-family: var(--font-shipporMincho);
  font-size: var(--f-15);
  line-height: 1.8em;
  font-weight: 400;
  max-width: 22em;
  text-align: justify;
  margin-top: 3em;
  margin-bottom: 2em;
}
.sauna .photoBox {
  width: 67vw;
}
.saunaBox .botanBox {
}

/* top access ___________________ */
.topAccess {
  width: 100%;
  background-color: var(--pink);
  display: flex;
  justify-content: space-between;
  gap: 3vw;
  align-items: center;
  margin-bottom: 10vw;
}
.accessBox {
  width: 30vw;
  text-align: center;
  margin-left: 10vw;
}
.accessBox h2 {
  font-size: var(--f-clamp-36);
  font-family: var(--font-shipporMincho);
  color: var(--green01);
  text-align: center;
  letter-spacing: 0.075em;
  font-weight: 600;
}
.accessBox h3 {
  font-family: var(--font-shipporMincho);
  color: var(--green01);
  align-items: center;
  display: flex;
  font-size: var(--f-20);
  text-align: center;
  margin: 0 auto 2em;
  width: 10em;
  letter-spacing: 0.075em;
  font-weight: 600;
}
.accessBox h3:before,
.accessBox h3:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}
.accessBox h3:before {
  margin-right: 1rem;
}
.accessBox h3:after {
  margin-left: 1rem;
}
.accessBox p {
  font-family: var(--font-shipporMincho);
  font-size: var(--f-15);
  line-height: 1.8em;
  font-weight: 400;
  text-align: justify;
  margin-top: 3em;
  text-align: center;
}
.accessBox .botanBox {
  margin-top: 3em;
}
.topAccess .photoBox {
  width: 48vw;
  margin-right: 5vw;
}

/* top news ___________________ */
.news {
  width: 100%;
  background: linear-gradient(0deg, var(--pink) 0%, var(--pink) 60%, #fff 60%, #fff 100%);
  display: flex;
  justify-content: space-between;
  gap: 3vw;
  align-items: center;
  margin-bottom: 7vw;
  padding-bottom: 5vw;
}
.newsBox {
  width: 26vw;
  text-align: center;
  padding-left: 6vw;
}
.newsBox h2 {
  font-size: var(--f-clamp-36);
  font-family: var(--font-shipporMincho);
  color: var(--green01);
  text-align: center;
  letter-spacing: 0.075em;
  font-weight: 600;
}
.newsBox h3 {
  font-family: var(--font-shipporMincho);
  color: var(--green01);
  align-items: center;
  display: flex;
  font-size: var(--f-20);
  text-align: center;
  margin: 0 auto 6em;
  width: 10em;
  letter-spacing: 0.075em;
  font-weight: 600;
}
.newsBox h3:before,
.newsBox h3:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}
.newsBox h3:before {
  margin-right: 1rem;
}
.newsBox h3:after {
  margin-left: 1rem;
}
.newsBox .botanBox {
  margin-top: 3em;
}
.newsBox .botanBox .btnlinestretches {
  background-color: #fff;
  color: var(--green01);
  border: 1px solid var(--green01);
}
.news .newsBlog {
  width: 69vw;
}
/* blog スライダー ___________________ */
.container {
  margin-inline: auto;
  max-width: 69vw;
  position: relative;
}
.swiper {
  width: 100%;
}
.swiper figure {
  margin: 0;
}
.swiper-slide img {
  height: auto;
  width: 100%;
}
.swiper-button-next {
  right: -15px;
}
.swiper-slide img {
  height: auto;
  width: 100%;
}
.swiper-button-next {
  right: -15px;
}
.swiper-button-prev {
  left: calc(50% - 79%) !important;
  height: calc(var(--swiper-navigation-size) / 44 * 27) !important;
  font-size: var(--f-12) !important;
  padding: 2.5em !important;
  border: solid 1px #666 !important;
  border-radius: 50% !important;
  color: #000 !important;
  background-color: #fff;
}
.swiper-button-next {
  left: calc(50% - 68%) !important;
  height: calc(var(--swiper-navigation-size) / 44 * 27) !important;
  font-size: var(--f-12) !important;
  padding: 2.5em !important;
  border: solid 1px #666 !important;
  border-radius: 50% !important;
  color: #000 !important;
  background-color: #fff;
}
/* blog ___________________ */
.container .swiper-slide img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.container .swiper-slide h4 {
  margin: 0;
  line-height: 140%;
  padding: 20px 0 0;
  font-size: var(--f-15);
  font-family: var(--font-shipporMincho);
  font-weight: 600;
}
.container .swiper-slide h4 a {
  color: #000;
  text-decoration: underline;
}
.container .swiper-slide h4 a:hover {
  color: #666;
  text-decoration: none;
}
.container .news_meta {
  display: flex;
  height: 40px;
  margin: 0;
  padding: 20px 0;
  font-size: var(--f-15);
  font-family: var(--font-shipporMincho);
  font-weight: 600;
}
.container .swiper-container-footer {
  max-width: 1145px;
  margin: 0 auto 60px auto;
  padding: 35px 0 60px;
}
.container .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}


/* -----2023/06/23　コンテンツ追加-----*/
/*
SURROUNDING SIGHTSEEING
--------------------------------------*/
.sightseeing h2 {
  font-size: var(--f-clamp-36);
  font-family: var(--font-shipporMincho);
  color: var(--green01);
  text-align: center;
  letter-spacing: 0.075em;
  font-weight: 600;
}

.sightseeing h3 {
  font-family: var(--font-shipporMincho);
  color: var(--green01);
  align-items: center;
  display: flex;
  font-size: var(--f-20);
  text-align: center;
  margin: 0 auto 2em;
  width: 10em;
  letter-spacing: 0.075em;
  font-weight: 600;
}
.sightseeing h3::before,
.sightseeing h3::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: var(--green01);
}
.sightseeing h3::before {
  margin-right: 1rem;
}
.sightseeing h3::after {
  margin-right: 1rem;
}
.sightseeingBox {
  display: flex;
  justify-content: space-between;
  gap: 3%;
  align-items: stretch;
  margin-bottom: 5vw;
  padding-bottom: 5vw;
}
.sightseeingBox .titleBox {
  margin: 0 2em;
  width: 26vw;
  position: relative;
  font-size: var(--f-clamp-36);
}
.sightseeingBox .titleBox h2 {
  font-family: var(--font-shipporMincho);
  font-size: var(--f-clamp-36);
  line-height: 1.4em;
  writing-mode: vertical-rl;
  font-weight: 600;
  padding: 0;
  color: var(--green01);
  text-align: initial;
  margin-left: 3em;
  white-space: nowrap;
}
.sightseeingBox .titleBox h2 > .sub-ttl {
  position: relative;
  display: block;
  padding: 45px 0 0 0;
  line-height: 1.5;
  font-size: var(--f-clamp-20);
  font-weight: 700;
  letter-spacing: 0.075em;
}
.sightseeingBox .titleBox h2 > .sub-ttl::before {
  position: absolute;
  left: 50%;
  top: 18px;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 30px;
  background: var(--green01);
  content: "";
}
.sightseeingBox .titleBox p {
  font-family: var(--font-shipporMincho);
  font-size: var(--f-15);
  line-height: 1.8em;
  font-weight: 400;
  max-width: 22em;
  text-align: justify;
  margin-top: 2em;
}
.sightseeingBox .botanBox {
  margin-top: 3%;
}

/*
spot
--------------------*/
.page-id-13 .spot {
  display: flex;
  justify-content: space-between;
  gap: 3%;
  margin-bottom: 10vw;
}
.page-id-13 .spot .photoBox {
  width: 67vw;
}
.page-id-13 .spot .photoBox .spotTxt {
  line-height: 28px;
  color: #000;
  font-size: 15px;
  font-family: var(--font-shipporMincho);
  font-weight: 400;
  margin-left: 5vw;
}
.page-id-13 .spot .titleBox .spotTxtB {
  display: none;
}
.page-id-13 .spotBox {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 3%;
  align-items: stretch;
  margin-bottom: 5vw;
  padding-bottom: 5vw;
}
.page-id-13 .spot .titleBox {
  margin-left: 2.5em;
  width: 24vw;
  position: relative;
  font-size: var(--f-clamp-36);
}
.page-id-13 .spot .titleBox h2 {
  font-family: var(--font-shipporMincho);
  font-size: var(--f-clamp-36);
  line-height: 1.4em;
  writing-mode: vertical-rl;
  font-weight: 600;
  padding: 0;
  color: var(--green01);
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.page-id-13 .spot .titleBox h2 > .sub-ttl {
  position: relative;
  display: block;
  padding: 45px 0 0 0;
  line-height: 1.5;
  font-size: var(--f-clamp-20);
  font-weight: 700;
  letter-spacing: 0.075em;
}

.page-id-13 .spot .titleBox h2 > .sub-ttl::after {
  position: absolute;
  left: 50%;
  top: 18px;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 30px;
  background: var(--green01);
  content: "";
}

.page-id-13 .spotBox .botanBox {
  position: absolute;
  bottom: -8vw;
  left: 0;
}

/* article ___________________ */
article {
  padding: 3em 0px;
}

/* footer ___________________ */
footer {
  width: 100%;
  background-color: var(--green01);
}
.footerBox {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5vw 0 4vw;
  width: auto;
  background-color: var(--green01);
  display: flex;
  justify-content: center;
  gap: 3vw;
}
.footer-logo {
  max-width: 390px;
  width: auto;
}
.footer-logo h2 {
  max-width: 220px;
  width: auto;
  margin-bottom: 3%;
}
.footer-logo address {
  font-size: var(--f-15);
  text-align: left;
  font-family: var(--font-shipporMincho);
  font-weight: 400;
  color: #fff;
  line-height: 1.8em;
}
footer small {
  display: block;
  font-size: var(--f-14);
  line-height: 1.8em;
  font-family: var(--font-shipporMincho);
  text-align: center;
  color: #fff;
  padding-bottom: 1.5em;
}
.footer-link {
  max-width: 280px;
  width: auto;
  text-align: center;
}
.footer-link .footerYoyaku,
.footer-link .footerPlan {
  margin-bottom: 1.5em;
}
/* 線が伸びるボタン ___________________ */
.footer-link .btnlinestretches {
  /*線の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  color: #fff;
  border: 1px solid #fff;
  padding: 10px;
  display: inline-block;
  text-decoration: none;
  outline: none;
  /*アニメーションの指定*/
  transition: all 0.3s ease-in-out;
  font-size: var(--f-18);
  font-family: var(--font-shipporMincho);
  font-weight: 600;
  width: 15em;
}
/*hoverした際の背景の形状*/
.footer-link .btnlinestretches:hover {
  background: #fff;
  border-color: transparent;
  color: var(--green01);
}
/*線の設定*/
.footer-link .btnlinestretches::before,
.footer-link .btnlinestretches::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  border: solid #fff;
  width: 10px;
  height: 10px;
  /*アニメーションの指定*/
  transition: all 0.3s ease-in-out;
}
/*線の位置と形状*/
.footer-link .btnlinestretches::before {
  top: -6px;
  left: -6px;
  border-width: 1px 0 0 1px;
}
/*線の位置と形状*/
.footer-link .btnlinestretches::after {
  bottom: -6px;
  right: -6px;
  border-width: 0 1px 1px 0;
}
/*hoverした際の線の形状*/
.footer-link .btnlinestretches:hover::before,
.footer-link .btnlinestretches:hover::after {
  width: calc(100% + 11px);
  height: calc(100% + 11px);
  border-color: #fff;
}
.footer-sitemap {
  max-width: 500px;
  width: auto;
  display: flex;
  justify-content: space-between;
  gap: 2vw;
}
.footer-sitemap ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1.5fr;
  grid-template-rows: auto auto auto auto auto;
  gap: 0;
}
.footer-sitemap li {
  font-size: var(--f-16);
  line-height: 1.8em;
  white-space: nowrap;
  font-family: var(--font-shipporMincho);
}
.footer-sitemap li a {
  text-decoration: underline;
  color: #fff;
  padding: 1em;
}
.footer-sitemap li a:hover {
  text-decoration: none;
  color: #fff;
}
.footer-sitemap li:nth-child(1) {
  grid-column-start: 1;
  grid-row-start: 1;
  border-right: 1px solid #fff;
}
.footer-sitemap li:nth-child(2) {
  grid-column-start: 1;
  grid-row-start: 2;
  border-right: 1px solid #fff;
}
.footer-sitemap li:nth-child(3) {
  grid-column-start: 1;
  grid-row-start: 3;
  border-right: 1px solid #fff;
}
.footer-sitemap li:nth-child(4) {
  grid-column-start: 1;
  grid-row-start: 4;
  border-right: 1px solid #fff;
}
.footer-sitemap li:nth-child(5) {
  grid-column-start: 1;
  grid-row-start: 5;
  border-right: 1px solid #fff;
}
.footer-sitemap li:nth-child(6) {
  grid-column-start: 2;
  grid-row-start: 1;
  border-right: 1px solid #fff;
}
.footer-sitemap li:nth-child(7) {
  grid-column-start: 2;
  grid-row-start: 2;
  border-right: 1px solid #fff;
}
.footer-sitemap li:nth-child(8) {
  grid-column-start: 2;
  grid-row-start: 3;
  border-right: 1px solid #fff;
}
.footer-sitemap li:nth-child(9) {
  grid-column-start: 2;
  grid-row-start: 4;
  border-right: 1px solid #fff;
}
.footer-sitemap li:nth-child(10) {
  grid-column-start: 2;
  grid-row-start: 5;
  border-right: 1px solid #fff;
}
.footer-sitemap li:nth-child(11) {
  grid-column-start: 3;
  grid-row-start: 1;
}
.footer-sitemap li:nth-child(12) {
  grid-column-start: 3;
  grid-row-start: 2;
}
.footer-sitemap li:nth-child(13) {
  grid-column-start: 3;
  grid-row-start: 3;
}
.footer-sitemap li:nth-child(14) {
  grid-column-start: 3;
  grid-row-start: 4;
}

/* privacypolicy
---------------------------------------- */
.page-id-6 header {
  width: 100%;
  height: 52vh;
  background: url("../images/crown/privacypolicy-main.webp") no-repeat top left transparent;
  background-size: cover;
  position: relative;
}
.page-id-6 header h1 {
  position: absolute;
  top: 22vh;
  right: 0;
  line-height: 2em;
  writing-mode: horizontal-tb;
  color: #fff;
  font-family: var(--font-shipporMincho);
  font-weight: 600;
  font-size: var(--f-clamp-46);
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.6));
  margin-right: 0;
}
@media only screen and (max-width: 820px) {
  .page-id-6 main h2 {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  #video {
    display: none;
  }
  .page-id-6 header {
    height: 33vh;
    background: url("../images/crown/privacypolicy-main.webp") no-repeat top 0 left 25% / cover transparent;
  }
  .footer-sitemap ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto auto auto auto auto;
    gap: 0;
  }
  .footer-sitemap li {
    font-size: var(--f-14);
  }
  .footer-sitemap li:nth-child(1) {
    grid-column-start: 1;
    grid-row-start: 1;
    border-right: 1px solid #fff;
    text-align: right;
  }
  .footer-sitemap li:nth-child(2) {
    grid-column-start: 1;
    grid-row-start: 2;
    border-right: 1px solid #fff;
    text-align: right;
  }
  .footer-sitemap li:nth-child(3) {
    grid-column-start: 1;
    grid-row-start: 3;
    border-right: 1px solid #fff;
    text-align: right;
  }
  .footer-sitemap li:nth-child(4) {
    grid-column-start: 1;
    grid-row-start: 4;
    border-right: 1px solid #fff;
    text-align: right;
  }
  .footer-sitemap li:nth-child(5) {
    grid-column-start: 1;
    grid-row-start: 5;
    border-right: 1px solid #fff;
    text-align: right;
  }
  .footer-sitemap li:nth-child(6) {
    grid-column-start: 1;
    grid-row-start: 6;
    border-right: 1px solid #fff;
    text-align: right;
  }
  .footer-sitemap li:nth-child(7) {
    grid-column-start: 1;
    grid-row-start: 7;
    border-right: 1px solid #fff;
    text-align: right;
  }
  .footer-sitemap li:nth-child(8) {
    grid-column-start: 2;
    grid-row-start: 1;
    border-right: none;
    text-align: left;
  }
  .footer-sitemap li:nth-child(9) {
    grid-column-start: 2;
    grid-row-start: 2;
    border-right: none;
    text-align: left;
  }
  .footer-sitemap li:nth-child(10) {
    grid-column-start: 2;
    grid-row-start: 3;
    border-right: none;
    text-align: left;
  }
  .footer-sitemap li:nth-child(11) {
    grid-column-start: 2;
    grid-row-start: 4;
    border-right: none;
    text-align: left;
  }
  .footer-sitemap li:nth-child(12) {
    grid-column-start: 2;
    grid-row-start: 5;
    border-right: none;
    text-align: left;
  }
  .footer-sitemap li:nth-child(13) {
    grid-column-start: 2;
    grid-row-start: 6;
    border-right: none;
    text-align: left;
  }
  .footer-sitemap li:nth-child(14) {
    grid-column-start: 2;
    grid-row-start: 7;
    border-right: none;
    text-align: left;
  }
}

.page-id-6 main {
  max-width: 1150px;
  width: auto;
  margin: 3vw auto 2vw;
}
.page-id-6 main h2 {
  line-height: 2em;
  color: var(--green01);
  font-family: var(--font-shipporMincho);
  font-weight: 700;
  font-size: var(--f-36);
  text-align: left;
  margin-bottom: 2vw;
}
.page-id-6 main h3 {
  line-height: 1.8em;
  font-family: var(--font-shipporMincho);
  font-weight: 700;
  font-size: var(--f-20);
  text-align: left;
  margin-bottom: 1em;
}
.page-id-6 main p {
  line-height: 1.8em;
  font-family: var(--font-shipporMincho);
  font-weight: 400;
  font-size: var(--f-16);
  text-align: left;
  margin-bottom: 3%;
}
.page-id-6 main h4 {
  line-height: 1.8em;
  font-family: var(-font-notoSans);
  font-weight: 700;
  font-size: var(--f-20);
  text-align: left;
  margin: 4vw 0 0.5em;
}
@media screen and (max-width: 480px) {
  .page-id-6 main h2 {
    font-size: var(--f-20);
  }
}
/*2023.06.16 - プライバシーポリシー*/
.page-id-6 main ul {
  margin-bottom: 40px;
}
.page-id-6 main ul li {
  line-height: 1.5;
  margin-bottom: 5px;
  font-family: var(--font-shipporMincho);
}
.page-id-6 ul li.email-address {
  display: flex;
  align-items: end;
}
.page-id-6 ul li.email-address img {
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 1150px) {
  .page-id-6 main {
    margin-left: 20px;
    margin-right: 20px;
  }
}

/* cancelpolicy
---------------------------------------- */
.page-id-976 header {
  width: 100%;
  height: 52vh;
  background: url("../images/crown/cancelpolicy-main.webp") no-repeat top left transparent;
  background-size: auto;
  background-size: cover;
  position: relative;
}
.page-id-976 header h1 {
  position: absolute;
  top: 22vh;
  right: 0;
  line-height: 2em;
  writing-mode: horizontal-tb;
  color: #fff;
  font-family: var(--font-shipporMincho);
  font-weight: 600;
  font-size: var(--f-clamp-46);
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.6));
}
@media only screen and (max-width: 820px) {
  .page-id-976 main h2 {
    text-align: center;
  }
}
.page-id-976 main {
  max-width: 1150px;
  width: auto;
  margin: 3vw auto 2vw;
}
@media only screen and (max-width: 1150px) {
  .page-id-976 main {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.page-id-976 main h2 {
  line-height: 2em;
  color: var(--green01);
  font-family: var(--font-shipporMincho);
  font-weight: 700;
  font-size: var(--f-36);
  text-align: left;
  margin-bottom: 2vw;
}
.page-id-976 main p {
  line-height: 1.8em;
  font-family: var(--font-shipporMincho);
  font-weight: 400;
  font-size: var(--f-16);
  text-align: left;
  margin-bottom: 3%;
}
.page-id-976 main table {
  width: 100%;
  border: solid 1px #666;
  table-layout: auto;
  border-collapse: collapse;
  margin: 2vw 0px;
}
.page-id-976 main table th {
  border: solid 1px #000;
  padding: 0.5em;
  text-align: center;
  line-height: 1.8em;
  background-color: #eee;
  font-size: var(--f-18);
  font-weight: 700;
}
.page-id-976 main table td {
  border: solid 1px #000;
  padding: 0.5em;
  font-size: var(--f-18);
  font-weight: 700;
  line-height: 1.8em;
  color: #c00;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .page-id-976 header {
    height: 33vh;
    background: url(../images/crown/cancelpolicy-main.webp) no-repeat top 0 left 25% / cover transparent;
  }
  .page-id-976 main h2 {
    font-size: var(--f-20);
  }
  .page-id-976 main table {
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
  .page-id-976 main table th,
  .page-id-976 main table td {
    font-size: var(--f-14);
  }
}

/* sitemap
---------------------------------------- */
.page-id-1336 header {
  width: 100%;
  height: 52vh;
  background: url("../images/crown/cancelpolicy-main.webp") no-repeat top left transparent;
  background-size: auto;
  background-size: cover;
  position: relative;
}
.page-id-1336 header h1 {
  position: absolute;
  top: 22vh;
  right: 0;
  line-height: 2em;
  writing-mode: horizontal-tb;
  color: #fff;
  font-family: var(--font-shipporMincho);
  font-weight: 600;
  font-size: var(--f-clamp-46);
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.6));
}
.page-id-1336 main {
  max-width: 1150px;
  width: auto;
  margin: 3vw auto 2vw;
}
.page-id-1336 main h2 {
  line-height: 2em;
  color: var(--green01);
  font-family: var(--font-shipporMincho);
  font-weight: 700;
  font-size: var(--f-clamp-36);
  text-align: left;
  margin-top: 2vw;
  margin-bottom: 2vw;
  border-top: solid 1px var(--green01);
}
.page-id-1336 main .sitetop {
  font-size: var(--f-clamp-18);
  line-height: 1.8em;
  margin: 0 auto 3vw;
  max-width: 960px;
}
.page-id-1336 main ul {
  margin: 0 auto 10vw;
  max-width: 960px;
}
.page-id-1336 main li {
  font-size: var(--f-clamp-18);
  line-height: 1.8em;
  margin-bottom: 3%;
}
.page-id-1336 main li::before,
.page-id-1336 main .sitetop::before {
  font-family: var(--icon-font);
  content: "\f0c1";
  font-weight: 900;
  margin-right: 0.3em;
}
.history .botanBoxB {
  display: none;
}
@media screen and (max-width: 1150px) {
  .page-id-1336 main {
    margin: 3vw 2vw 2vw;
  }
}
@media screen and (max-width: 480px) {
  .page-id-1336 header {
    height: 33vh;
  }
  .page-id-1336 main {
    margin: 3vw 20px 2vw;
  }
}
@media only screen and (max-width: 1160px) {
  footer {
    padding-left: 3%;
    padding-right: 3%;
  }
  .footerBox {
    gap: 2vw;
  }
  .footer-sitemap {
    gap: 3%;
  }
}
@media only screen and (max-width: 1050px) {
  .concept {
    margin-bottom: 15vw;
  }
  .concept .photoBox p {
    line-height: 1.8em;
  }
  .concept .botanBox {
    bottom: -80px;
  }
  .welcome {
    margin-bottom: 15vw;
  }
  .welcome .botanBox {
    margin-top: 3em;
  }
  .history {
    margin-bottom: 27vw;
  }
  .history .titleBox p {
    top: 40vw;
  }
  .history .botanBox {
    bottom: -12vw;
  }
  .history .photoBox h2 span {
    padding: 1em 0.5em;
  }
  .room {
    margin: 0 0 15vw;
  }
  .room .botanBox {
    bottom: 0.5vw;
  }
  .room .textBox p {
    line-height: 1.8em;
    height: 18em;
  }
  .restaurant {
    padding-bottom: 10vw;
  }
  .restaurant .restaBox p {
    top: 33vw;
  }
  .restaurant .botanBox {
    bottom: -69px;
  }
  .restBottom {
    padding: 0 2vw;
  }
  .facilityBox .botanBox {
    bottom: -6vw;
  }
  .sauna .saunaBox p {
    top: 28vw;
  }
  .saunaBox .botanBox {
    bottom: -5vw;
  }
  .newsBox {
    padding-left: 6vw;
  }
  .container {
    width: 100%;
    max-width: initial;
  }
  .container .swiper-slide h4 {
    font-size: var(--f-16);
  }
  .footerBox {
    flex-wrap: wrap;
  }
  .footerBox .footer-logo {
    order: 3;
    max-width: initial;
    margin-top: 2vw;
  }
  .footerBox .footer-logo h2 {
    margin: 0 auto;
  }
  .footer-logo address {
    text-align: center;
    display: block;
    margin: 0 auto;
  }
  .footerBox .footer-link {
    order: 1;
    max-width: initial;
  }
  .footerBox .footer-sitemap {
    order: 2;
    max-width: initial;
  }
}
@media only screen and (max-width: 820px) {
  .newsBox h3 {
    margin: 0 auto 9em;
  }
  .newsBox h3 {
    font-size: var(--f-14);
    margin: 0 auto 7em;
  }
  .swiper-button-prev {
    left: calc(50% - 87%) !important;
    font-size: var(--f-10) !important;
    padding: 2.8em !important;
  }
  .swiper-button-next {
    left: calc(50% - 72%) !important;
    font-size: var(--f-10) !important;
    padding: 2.8em !important;
  }
  .room .textBox {
    height: 40vw;
  }
  .room .textBox h2 {
    margin: 0 2% 0;
    line-height: 1.4em;
  }
  .room .botanBox {
    bottom: -7.5vw;
  }
  .restaurant {
    padding-bottom: 20vw;
  }
  .restaurant .botanBox {
    bottom: -15vw;
  }
  .restaurant .restaBox p {
    top: 36vw;
  }
  .restaBox .btnlinestretches,
  .facilityBottom01 .btnlinestretches,
  .saunaBox .btnlinestretches,
  .newsBox .btnlinestretches {
    padding: 10px 35px;
  }
  .facilityBox .botanBox {
    bottom: -10vw;
  }
  .saunaBox .botanBox {
    margin-top: 3%;
    margin-left: 2%;
    margin-bottom: 7em;
  }
  .newsBox {
    padding-left: 2vw;
  }
  .welcome .photoBox p {
    line-height: 1.8em;
    padding-bottom: 1em;
    font-size: var(--f-15);
  }
  .welcome .botanBox {
    margin-top: 2em;
  }
  .history {
    flex-direction: column-reverse
  }
  .history .photoBox h2 {
    line-height: 3em;
  }
  .history .photoBox {
    width: 100%;
    height: 69vw;
  }
  .history .titleBox {
    width: 100%;
    height: auto;
  }
  .history .titleBox p {
    position: static;
    margin-left: 20px;
    margin-top: 30px;
    max-width: 30em;
    width: 60vw;
  }
  .history .botanBox {
    display: none;
  }
  .history .botanBoxB {
    display: block;
    margin-left: 2%;
    margin-top: 3%;
  }
  .history .titleBox h2 {
    margin-right: 2%;
    margin-top: 3%;
  }
  .history {
    margin-bottom: 12vw;
  }
  .room .textBox {
    position: static;
    width: 100%;
    margin-left: 0;
    margin-top: 3vw;
    height: auto;
  }
  .room .botanBox {
    left: 2%;
    top: 57vw;
  }
  .restaurant {
    flex-direction: column-reverse;
    gap: 0;
    margin-bottom: 0;
    padding-bottom: 2em;
  }
  .restaurant .restaBox {
    width: auto;
    position: relative;
    margin-top: 3vw;
  }
  .restaurant .restaBox h2 {
    position: absolute;
    top: 0;
    right: 0;
  }
  .restaurant .restaBox p {
    width: 60vw;
    margin-left: 20px;
    margin-bottom: 0;
  }
  .restaurant .photoBox {
    width: 100vw;
    height: 66vw;
  }
  .restaurant .swiperRES {
    width: 100vw;
    height: 66vw;
    overflow: hidden;
    position: relative;
  }
  .restaurant .botanBox {
    margin-top: 3%;
    margin-left: 2%;
    margin-bottom: 20px;
  }
  .facilityBox {
    gap: 3vw;
    margin-bottom: 0em;
    flex-direction: column-reverse;
  }
  .facilityBox .facilityBottom01 {
    margin-left: 0;
    position: relative;
    height: auto;
    background: url("../images/crown/hana-bg.png") no-repeat top 0 right 5vw;
  }
  .facilityBox .facilityBottom01 h4 {
    right: 2%;
    top: 0;
    position: absolute;
    line-height: 1.4em;
  }
  .facilityBox .facilityBottom01 p {
    position: static;
    margin-left: 20px;
    margin-top: 0;
    max-width: 24em;
    margin-bottom: 3%;
  }
  .facilityBox .botanBox {
    margin-top: 3%;
    margin-left: 2%;
    margin-bottom: 7em;
  }
  .sauna {
    flex-direction: column;
    gap: 3vw;
    margin-bottom: 0;
  }
  .sauna .photoBox {
    width: 100%;
  }
  .sauna .saunaBox {
    margin-left: 0;
    position: relative;
    height: auto;
    background: url("../images/crown/hana-bg.png") no-repeat top 0 right 5vw;
    width: 100%;
  }
  .sauna .saunaBox p {
    position: static;
    margin-left: 20px;
    margin-top: 0;
    max-width: 24em;
  }
  .sauna .saunaBox h4 {
    right: 2%;
    top: 0;
    position: absolute;
  }
  .sightseeingBox {
    flex-direction: column;
    gap: 3vw;
  }
  .sightseeingBox .titleBox {
    width: 100%;
    height: auto;
    order: 2;
    margin: 0;
  }
  .sightseeingBox .titleBox p {
    writing-mode: horizontal-tb;
    max-width: none;
    margin: 0 3%;
  }
  .sightseeing .photoBox {
    width: 100%;
    order: 1;
  }
  .sightseeingBox .botanBox {
    margin-left: 2%;
  }
  .sightseeingBox .titleBox h2 {
    margin-left: 3%;
    margin-bottom: 3%;
    position: static;
    writing-mode: horizontal-tb;
    white-space: normal;
  }
  .sightseeingBox .titleBox h2 .noBr {
    display: none;
  }
  .sightseeingBox .titleBox h2 > .sub-ttl {
    padding: 0 0 0 45px;
  }
  .sightseeingBox .titleBox h2 > .sub-ttl::before {
    position: absolute;
    left: 18px;
    top: 14px;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 1px;
    background: var(--green01);
    content: "";
  }
  .page-id-13 .spot .photoBox .spotTxt {
    display: none;
  }
  .page-id-13 .spot .titleBox .spotTxtB {
    display: block;
    line-height: 1.8em;
    color: #000;
    font-size: 15px;
    font-family: var(--font-shipporMincho);
    font-weight: 400;
    margin: 0 3%;
  }
  .page-id-13 .spotBox .botanBox {
    margin-left: 2%;
    position: static;
    margin-top: 3%;
  }
  .page-id-13 .spot {
    flex-direction: column;
    gap: 3vw;
  }
  .page-id-13 .spot .photoBox {
    width: 100%;
  }
  .page-id-13 .spot .photoBox figure {
    margin: 0;
  }
  .page-id-13 .spotBox {
    position: static;
    display: block;
    margin-bottom: 5vw;
    padding-bottom: 5vw;
    width: 100%;
  }
  .page-id-13 .spot .titleBox {
    margin: 0;
    width: 100%;
    position: static;
  }
  .page-id-13 .spot .titleBox h2 {
    margin-left: 3%;
    margin-bottom: 3%;
    position: static;
    writing-mode: horizontal-tb;
    white-space: normal;
  }
  .page-id-13 .spot .titleBox h2 > .sub-ttl {
    padding: 0 0 0 45px;
  }
  .page-id-13 .spot .titleBox h2 > .sub-ttl::after {
    position: absolute;
    left: 18px;
    top: 14px;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 1px;
    background: var(--green01);
    content: "";
  }
}
@media only screen and (max-width: 760px) {
  .news {
    display: block;
    background: linear-gradient(0deg, var(--pink) 0%, var(--pink) 35%, #fff 35%, #fff 100%);
  }
  .news .newsBlog {
    width: 96vw;
    margin: 0 auto;
  }
  .newsBox {
    padding-left: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 5vw;
  }
  .swiper-button-prev {
    left: calc(50% - 11%) !important;
    top: -42% !important;
  }
  .swiper-button-next {
    left: calc(50% + 3%) !important;
    top: -42% !important;
  }
  .concept {
    flex-direction: column;
    gap: 5vw;
    position: relative;
  }
  .concept .photoBox {
    width: auto;
    position: static;
  }
  .concept .botanBox {
    bottom: auto;
    top: 16em;
    left: 3em;
  }
  .concept .photoBox p {
    position: absolute;
    bottom: 0;
    right: 10em;
    top: 0;
    padding: 0;
  }
  .welcome {
    height: 70vw;
    margin-bottom: 25vw;
    background-position: top center;
  }
  .welcome .photoBox p {
    font-size: var(--f-15);
  }
  .history .titleBox {
    width: 100%;
    height: 50vw;
    margin-right: 0;
  }
  .history .photoBox {
    width: 100%;
    height: 69vw;
  }
  .history .botanBox {
    bottom: auto;
    top: -80px;
  }
}
@media only screen and (max-width: 620px) {
  .room .botanBox {
    left: 2%;
    top: auto;
    bottom: -3.5em;
  }
}
@media only screen and (max-width: 560px) {
  .concept .photoBox p {
    line-height: 1.8em;
  }
  .concept {
    gap: 10vw;
  }
  .welcome {
    height: 90vw;
  }
  .history .titleBox {
    height: 65vw;
  }
  .restaurant .restaBox p {
    margin-bottom: 3%;
  }
  .topAccess {
    flex-direction: column;
    flex-direction: column-reverse;
  }
  .topAccess .photoBox {
    width: 90vw;
    margin-right: 0;
  }
  .accessBox {
    width: 100%;
    text-align: center;
    margin-left: 0;
    padding: 0 0 10vw;
  }
  .footerBox {
    flex-direction: column;
    gap: 10vw;
  }
  .footerBox .footer-link,
  .footerBox .footer-sitemap {
    width: 100%;
  }
  .footer-sitemap {
    justify-content: center;
  }
  .restaurant .restaBox{
    margin-right: 0;
  }
  .history .titleBox p {
    width: 18em;
  }
}
@media only screen and (max-width: 480px) {
  header h1 {
    position: absolute;
    top: 22vw;
    right: 50%;
    line-height: 2em;
    writing-mode: vertical-rl;
    margin-right: -2em;
  }
  header .yazi {
    display: block;
    width: 22%;
    position: absolute;
    left: 50%;
    bottom: 8%;
    margin-left: -11%;
    animation-name: lightup;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
  }
  @keyframes lightup {
    100% { bottom: 5%;}
   }
  .page-id-13 header {
    background: url(../images/crown/main-image.webp) no-repeat top 0 left 25% / cover transparent;
    height: 100vh;
  }
  .concept {
    gap: 18vw;
  }
  .concept .photoBox p {
    right: 8em;
  }
  .concept .photoBox p br {
    display: none;
  }
  .welcome {
    margin-bottom: 39vw;
  }
  .welcome .photoBox {
    margin-top: 3%;
    margin-left: 2%;
  }
  .welcome .photoBox p {
    line-height: 1.8em;
    margin-right: 3%;
  }
  .welcome .photoBox p br {
    display: none;
  }
  .history .titleBox {
    height: 116vw;
  }
  .history .titleBox h2 .noBr {
    display: none;
  }
  .history .titleBox p {
    width: 15em;
  }
  .room {
    margin-bottom: 38vw;
  }
  .room .botanBox {
    bottom: -21.5vw;
  }
  .restBox {
    flex-direction: column;
    gap: 5vw;
  }
  .restaurant .restaBox p {
    margin-left: 20px;
    margin-top: 0;
    max-width: 15em;
  }
  .restaurant .botanBox {
    bottom: 0;
    left: 20px;
  }
  .restBox .restBottom01,
  .restBox .restBottom02 {
    width: auto;
  }
  .swiper-button-prev {
    left: calc(50% - 14%) !important;
    top: -35% !important;
  }
  .swiper-button-next {
    left: calc(50% + 3%) !important;
    top: -35% !important;
  }
  .sauna {
    margin-bottom: 20vw;
  }
  .sauna .saunaBox {
    height: 59vw;
  }
  .sauna .saunaBox p {
    margin-left: 20px;
    margin-top: 0;
    max-width: 15em;
  }
  .saunaBox .botanBox {
    bottom: 20px;
    left: 20px;
  }
  .facilityBox .botanBox{
    margin-bottom: 15px;
  }
  .facilityBox .facilityBottom01 p {
    margin-left: 20px;
    margin-top: 0;
    margin-bottom: 3em;
    max-width: 15em;
  }
  .sightseeingBox .titleBox h2 {
    letter-spacing: 0;
  }
  .footerBox .footer-sitemap {
    flex-direction: column;
  }
  .footer-sitemap ul {
    border-left: none;
    padding-left: 0;
  }
  .footer-sitemap li {
    text-align: center;
  }
  .page-id-13 .spot {
    flex-wrap: wrap;
    height: auto;
    gap: 0;
  }
  .page-id-13 .spot .titleBox {
    width: 100%;
  }
  .page-id-13 .spotBox .botanBox {
    bottom: 13vw;
    left: 30px;
  }
}
@media (orientation: landscape) and (max-width: 670px) {
  .footerBox {
    flex-direction: column;
    gap: 10vw;
    flex-wrap: wrap;
  }
  .footerBox .footer-link {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1em 2em;
    width: 100%;
  }
  .footer-link .btnlinestretches {
    font-size: var(--f-14);
    width: 14em;
  }
  .footerBox .footer-sitemap {
    width: 100%;
    justify-content: center;
  }
}