<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* ANNEX 個別ページID一覧

・トップページ　16
・客室　　　　　1074
・施設案内　　　54
・アクセス　　　1078
・ホテルの歩み　1072
・コザの町紹介　1070
・よくある質問　1041
・新着情報　　　./archives/category/annex
・お問い合わせ　1076
・プライバシーポリシー　1080
・キャンセルポリシー　1067
・サイトマップ　1346
___________________ */

/* 全体上書き */
.btnlinestretches:hover {
  color: #362e2b;
  background: #d1c0a5;
  border: 1px solid #243c30;
}

/* 本館 header  page-id-16 ___________________ */
.page-id-16 header {
  position: relative;
  width: 100%;
  height: 54vw;
  background-image: url(../images/annex/pattern-01.png), url(../images/annex/main-image.webp);
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-position: center, top left;
}
header h1 {
  position: absolute;
  top: 6vw;
  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;
}
header .blogLinkA {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
header .blogLinkA a {
  display: block;
  padding: 1em 2em;
  text-align: center;
  width: 400px;
  background-color: #f60;
  font-size: .9rem;
  color: #fff;
  margin: 0 auto 20px;
}
.blogLinkB {
  display: none;
}

@media only screen and (max-width: 790px) {

  header .blogLinkA {
    display: none;
  }
.blogLinkB {
    width: 100%;
    margin: 20px 0;
    display: block;
  }
.blogLinkB a {
    font-size: .8rem;
    margin: 0 10px;
    background-color: #f60;
    display: block;
    color: #fff;
    padding: 1em 2em;
    text-align: center;
  }

}

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

/* concept ___________________ */
.concept {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 1vw;
  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: 1.1em;
  color: var(--green01);
}
.concept h2 &gt; .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 &gt; .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/annex/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/annex/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: 1.1em;
  color: #fff;
  text-orientation: upright;
}
.welcome h2 &gt; .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 &gt; .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;
}
.welcome .btnlinestretches:hover {
  color: #362e2b;
  background: #d1c0a5;
  border: 1px solid #243c30;
}

/* history ___________________ */
.history {
  display: flex;
  justify-content: space-between;
  gap: 1vw;
  background: linear-gradient(0deg, var(--khaki-bg) 0%, var(--khaki-bg) 78%, #fff 78%, #fff 100%);
  flex-direction: row-reverse;
  align-items: stretch;
  margin-bottom: 10vw;
  padding-bottom: 10vw;
}
.history .titleBox {
  margin-right: 1.1em;
  width: 25vw;
  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 &gt; .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 &gt; .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.5em;
  font-weight: 400;
  max-width: 22em;
  text-align: justify;
  position: absolute;
  top: 29em;
  left: 0;
}
.history .photoBox {
  background: url("../images/annex/history-bg01.webp") no-repeat top right transparent;
  background-size: cover;
  width: 67vw;
  height: 44vw;
  position: relative;
}
.history .photoBox h2 {
  font-family: var(--font-shipporMincho);
  font-size: var(--f-clamp-36);
  line-height: 2.5em;
  writing-mode: vertical-rl;
  font-weight: 600;
  margin-left: 1.1em;
  color: var(--green01);
}
.history .photoBox h2 span {
  background-color: var(--bg-color-03);
  padding: 1.5em 0.5em;
  font-size: var(--f-clamp-36);
  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;
}
.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 &gt; .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 &gt; .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;
}

/*
Access
--------------------------------*/
.access-contents__inner {
  display: flex;
  justify-content: space-between;
  gap: 1vw;
  background: linear-gradient(0deg, var(--khaki-bg) 0%, var(--khaki-bg) 78%, #fff 78%, #fff 100%);
  flex-direction: row-reverse;
  align-items: stretch;
}
.access-contents .titleBox {
  margin-right: 1.1em;
  width: 25vw;
  position: relative;
  font-size: var(--f-clamp-36);
}
.access-contents .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: 30%;
  top: 0;
}
.access-contents .titleBox h2 &gt; .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;
}
.access-contents .titleBox h2 &gt; .sub-ttl::after {
  position: absolute;
  left: 50%;
  top: 18px;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 30px;
  background: var(--green01);
  content: "";
}
.access-contents .titleBox p {
  font-family: var(--font-shipporMincho);
  font-size: var(--f-15);
  line-height: 1.5em;
  font-weight: 400;
  max-width: 22em;
  text-align: justify;
  position: absolute;
  top: calc(100% - 35%);
  left: 0;
  margin: 50px 0;
  height: 4em;
}
.access-contents .photoBox {
  background-size: cover;
  width: 67vw;
  height: 44vw;
  position: relative;
}
.access-contents .photoBox h2 {
  font-family: var(--font-shipporMincho);
  font-size: var(--f-clamp-36);
  line-height: 2.5em;
  writing-mode: vertical-rl;
  font-weight: 600;
  margin-left: 1.1em;
  color: var(--green01);
}
.access-contents .photoBox h2 span {
  background-color: var(--bg-color-03);
  padding: 1.5em 0.5em;
  font-size: var(--f-clamp-36);
  color: var(--green01);
  font-family: var(--font-shipporMincho);
  font-weight: 700;
}
.access-contents .botanBox {
  position: absolute;
  top: calc(100% - 10%);
  left: 5vw;
}

.location {
  margin: 0 auto 80px;
  padding: 100px 0 50px;
  background: var(--khaki-bg);
}
.access-contents .column3 {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
  flex-wrap: wrap;
  margin: 100px auto 0;
}

.column3 .column3__inner {
  width: calc((100% / 3) - 20px);
}

.location 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;
}

.location 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;
}
.location h3::before,
.location h3::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: var(--green01);
}
.location h3::before {
  margin-right: 1rem;
}
.location h3::after {
  margin-right: 1rem;
}

.location h4 {
  line-height: 50px;
  color: #000;
  font-size: var(--f-clamp-20);
  text-align: center;
  font-family: var(--font-shipporMincho);
  font-weight: 600;
}
.location p {
  line-height: 28px;
  color: #000;
  font-size: 15px;
  text-align: center;
  font-family: var(--font-shipporMincho);
  font-weight: 400;
}

/*
SURROUNDING SIGHTSEEING
--------------------------------------*/
.sightseeingBox {
  display: flex;
  justify-content: space-between;
  gap: 3%;
  align-items: stretch;
  margin-bottom: 5vw;
  padding-bottom: 5vw;
}
.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: 1vw;
  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 &gt; .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 &gt; .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.5em;
  font-weight: 400;
  max-width: 22em;
  text-align: justify;
  margin-top: 2em;
}
.sightseeing .photoBox {
  width: 65vw;
}
.sightseeingBox .botanBox {
  margin-top: 3%;
}

/*
spot
--------------------*/
.page-id-16 .spot {
  display: flex;
  justify-content: space-between;
  gap: 1vw;
  margin-bottom: 10vw;
}
.page-id-16 .spot .photoBox {
  width: 67vw;
}
.page-id-16 .spot .photoBox .spotTxt {
  line-height: 28px;
  color: #000;
  font-size: 15px;
  font-family: var(--font-shipporMincho);
  font-weight: 400;
  margin-left: 5vw;
}
.page-id-16 .spot .titleBox .spotTxtB {
  display: none;
}
.page-id-16 .spotBox {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 1vw;
  align-items: stretch;
  margin-bottom: 5vw;
  padding-bottom: 5vw;
}
.page-id-16 .spot .titleBox {
  margin-left: 2.5em;
  width: 24vw;
  position: relative;
  font-size: var(--f-clamp-36);
}
.page-id-16 .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;
}
.page-id-16 .spot .titleBox h2 &gt; .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-16 .spot .titleBox h2 &gt; .sub-ttl::after {
  position: absolute;
  left: 50%;
  top: 18px;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 30px;
  background: var(--green01);
  content: "";
}

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

/* 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/annex/hana-bg.png") no-repeat top left;
  margin-left: 5vw;
  position: relative;
}
.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;
}
.facilityBox .facilityBottom01 h4 &gt; .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 &gt; .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.5em;
  font-weight: 400;
  max-width: 22em;
  text-align: justify;
  margin-top: 3em;
}
.facilityBox .botanBox {
  position: absolute;
  left: 0;
  bottom: 0;
}

/* top access ___________________ */
.topAccess {
  width: 100%;
  background-color: var(--khaki-bg);
  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.5em;
  font-weight: 400;
  text-align: justify;
  margin-top: 3em;
  text-align: center;
}
.accessBox .botanBox {
  margin-top: 3em;
}
.accessBox .botanBox:last-of-type {
  margin-top: 1.5em;
}
.topAccess .photoBox {
  width: 48vw;
  margin-right: 5vw;
}

/* top news ___________________ */
.news {
  width: 100%;
  background: linear-gradient(0deg, var(--khaki-bg) 0%, var(--khaki-bg) 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;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 1.25rem;
}

/* blog スライダー ___________________ */
.container {
  margin-inline: auto;
  max-width: 69vw;
  position: relative;
}
.swiper-annex {
  width: 100%;
  overflow: hidden;
}
.swiper-annex figure {
  margin: 0;
}
.swiper-annex .swiper-slide img {
  height: auto;
  width: 100%;
}
.swiper-annex .swiper-button-next {
  right: -15px;
}
.swiper-annex .swiper-slide img {
  height: auto;
  width: 100%;
}
.swiper-annex .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-annex .swiper-slide img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.container .swiper-annex .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-annex .swiper-slide h4 a {
  color: #000;
  text-decoration: underline;
}
.container .swiper-annex .swiper-slide h4 a:hover {
  color: #666;
  text-decoration: none;
}
.container .swiper-annex .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-annex .swiper-container-footer {
  max-width: 1145px;
  margin: 0 auto 60px auto;
  padding: 35px 0 60px;
}
.container .swiper-annex .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

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

/* footer ___________________ */
footer {
  width: 100%;
  background-color: var(--khaki01);
}
.footerBox {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5vw 0 4vw;
  width: auto;
  background-color: var(--khaki01);
  display: flex;
  justify-content: center;
  gap: 3vw;
}
.footer-logo {
  max-width: 390px;
  width: auto;
}
.footer-logo h2 {
  max-width: 150px;
  width: auto;
  margin: 0 auto 1em;
}
.footer-logo address,
.footer-logo p {
  font-size: var(--f-15);
  text-align: left;
  font-family: var(--font-shipporMincho);
  font-weight: 400;
  color: #fff;
  line-height: 1.5em;
}
footer small {
  display: block;
  font-size: var(--f-14);
  line-height: 1.5em;
  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: 13em;
}
/*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;
}

/* privacypolicy
---------------------------------------- */
.page-id-1080 header {
  width: 100%;
  height: 52vh;
  background: url("../images/annex/cancelpolicy-main.webp") no-repeat top 0 left 73% / cover transparent;
  background-size: cover;
  position: relative;
}
.page-id-1080 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-1080 main h2 {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .page-id-1080 header {
    height: 33vh;
  }
  .page-id-1080 header h1 {
    right: auto;
  }
  .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;
  }
  .footer-sitemap li:nth-child(15) {
    grid-column-start: 2;
    grid-row-start: 8;
    border-right: none;
    text-align: left;
  }
}

.page-id-1080 main {
  max-width: 1150px;
  width: auto;
  margin: 3vw auto 2vw;
}
.page-id-1080 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-1080 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-1080 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-1080 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-1080 main h2 {
    font-size: var(--f-20);
  }
  .page-id-1080 main h3 {
    margin-left: 3%;
    margin-right: 3%;
    font-size: var(--f-18);
  }
  .page-id-1080 main h4 {
    margin-left: 3%;
    margin-right: 3%;
    font-size: var(--f-16);
  }
}
@media screen and (max-width: 1150px) {
  .page-id-1080 main {
    margin-left: 20px;
    margin-right: 20px;
  }
}
/* cancelpolicy
---------------------------------------- */
.page-id-1067 header {
  width: 100%;
  height: 52vh;
  background: url("../images/annex/cancelpolicy-main.webp") no-repeat top left transparent;
  background-size: auto;
  background-size: cover;
  position: relative;
}
.page-id-1067 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-1067 main h2 {
    text-align: center;
  }
}
.page-id-1067 main {
  max-width: 1150px;
  width: auto;
  margin: 3vw auto 2vw;
}
@media only screen and (max-width: 1150px) {
  .page-id-1067 main {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.page-id-1067 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-1067 main p {
  line-height: 1.8em;
  font-family: var(--font-shipporMincho);
  font-weight: 400;
  font-size: var(--f-16);
  text-align: left;
  margin-bottom: 1em;
}
.page-id-1067 main table {
  width: 100%;
  border: solid 1px #666;
  table-layout: auto;
  border-collapse: collapse;
  margin: 2vw 0px;
}
.page-id-1067 main table th {
  border: solid 1px #000;
  padding: 0.5em;
  text-align: center;
  line-height: 1.5em;
  background-color: #eee;
  font-size: var(--f-18);
  font-weight: 700;
}
.page-id-1067 main table td {
  border: solid 1px #000;
  padding: 0.5em;
  font-size: var(--f-18);
  font-weight: 700;
  line-height: 1.5em;
  color: #c00;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .page-id-1067 header h1 {
    width: 80%;
  }
  .page-id-1067 main h2 {
    margin-left: 3%;
    margin-right: 3%;
    font-size: var(--f-20);
  }
  .page-id-1067 main table {
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
  .page-id-1067 main table th,
  .page-id-1067 main table td {
    font-size: var(--f-14);
  }
}
/* sitemap
---------------------------------------- */
.page-id-1346 header {
  width: 100%;
  height: 52vh;
  background: url("../images/annex/access/access-main.webp") no-repeat top 0 left 73% transparent;
  background-size: auto;
  background-size: cover;
  position: relative;
}
.page-id-1346 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-1346 main {
  max-width: 1150px;
  width: auto;
  margin: 3vw auto 2vw;
}
.page-id-1346 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-1346 main .sitetop {
  font-size: var(--f-clamp-18);
  line-height: 1.8em;
  margin: 0 auto 3vw;
  max-width: 960px;
}
.page-id-1346 main ul {
  margin: 0 auto 10vw;
  max-width: 960px;
}
.page-id-1346 main li {
  font-size: var(--f-clamp-18);
  line-height: 1.8em;
  margin-bottom: 1vw;
}
.page-id-1346 main li::before,
.page-id-1346 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-1346 main {
    margin: 3vw 2vw 2vw;
  }
}
@media screen and (max-width: 480px) {
  .page-id-1346 header {
    height: 33vh;
  }
  .page-id-1346 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;
  }
  .room .textBox h2 {
    top: calc(100% - 74%);
    left: calc(100% - 45%);
  }
  .room .textBox p {
    left: calc(100% - 45%);
    top: calc(100% - 40%);
  }
  .access-contents__inner {
    padding-bottom: 100px;
  }
  .access-contents .titleBox p {
    top: auto;
    bottom: -30%;
    left: -10vw;
  }
  .access-contents .botanBox {
    position: absolute;
    top: calc(100% - -6%);
    left: -35vw;
  }
  .restBottom {
    padding: 0 2vw;
  }
  .facilityBox .botanBox {
    bottom: -6vw;
  }
  .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;
  }
  .access-contents .titleBox p {
    top: auto;
    bottom: -50%;
    left: -65%;
  }
  .access-contents .botanBox {
    left: -60vw;
  }
  .facilityBox .botanBox {
    bottom: -10vw;
  }
  .saunaBox .botanBox {
    bottom: -11vw;
  }
  .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;
  }
  /* キャンセルポリシー */
  .page-id-1067 header {
    background: url(../images/annex/access/access-main.webp) no-repeat top 0 left 73% / cover transparent;
  }
  .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 &gt; .sub-ttl {
    padding: 0 0 0 45px;
  }
  .sightseeingBox .titleBox h2 &gt; .sub-ttl::before {
    position: absolute;
    left: 18px;
    top: 14px;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 1px;
    background: var(--green01);
    content: "";
  }
  .page-id-16 .spot .photoBox .spotTxt {
    display: none;
  }
  .page-id-16 .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-16 .spotBox .botanBox {
    margin-left: 2%;
    position: static;
    margin-top: 3%;
  }
  .page-id-16 .spot {
    flex-direction: column;
    gap: 3vw;
  }
  .page-id-16 .spot .photoBox {
    width: 100%;
  }
  .page-id-16 .spot .photoBox figure {
    margin: 0;
  }
  .page-id-16 .spotBox {
    position: static;
    display: block;
    margin-bottom: 5vw;
    padding-bottom: 5vw;
    width: 100%;
  }
  .page-id-16 .spot .titleBox {
    margin: 0;
    width: 100%;
    position: static;
  }
  .page-id-16 .spot .titleBox h2 {
    margin-left: 3%;
    margin-bottom: 3%;
    position: static;
    writing-mode: horizontal-tb;
    white-space: normal;
  }
  .page-id-16 .spot .titleBox h2 &gt; .sub-ttl {
    padding: 0 0 0 45px;
  }
  .page-id-16 .spot .titleBox h2 &gt; .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(--khaki-bg) 0%, var(--khaki-bg) 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 .photoBox p {
    position: absolute;
    bottom: 0;
    right: 10em;
    top: 0;
    padding: 0;
  }
  .concept .botanBox {
    bottom: auto;
    top: 16em;
    left: 3em;
  }
  .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 .titleBox h2 {
    margin-right: 1.1em;
  }
  .history .titleBox p {
    position: static;
    margin-left: 20px;
  }
  .history .photoBox {
    width: 100%;
    height: 69vw;
  }
  .history .botanBox {
    bottom: auto;
    top: -80px;
  }
  .room .textBox {
    position: static;
    width: 100%;
    margin-left: 0;
    margin-top: 3vw;
    height: auto;
  }
  .room .botanBox {
    left: 2%;
    top: auto;
  }
}
@media only screen and (max-width: 700px) {
  .facilityBox {
    flex-direction: column;
    gap: 3vw;
    margin-bottom: 0em;
  }
  .facilityBox .facilityBottom01 {
    margin-left: 0;
    height: 50vw;
    background: url("../images/annex/hana-bg.png") no-repeat top 0 right 5vw;
  }
  .facilityBox .facilityBottom01 h4 {
    right: 1.1em;
    top: 0;
    position: absolute;
  }
  .facilityBox .facilityBottom01 p {
    position: static;
    margin-left: 3em;
    margin-top: 3em;
    max-width: 24em;
  }
  .facilityBox .botanBox {
    bottom: 15px;
    left: 20px;
  }
}
@media only screen and (max-width: 560px) {
  .concept .photoBox p {
    line-height: 1.5em;
  }
  .concept {
    gap: 10vw;
  }
  .welcome {
    height: 90vw;
  }
  .history .titleBox {
    height: 65vw;
  }
  .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;
  }
}
@media only screen and (max-width: 480px) {
  .page-id-16 header {
    background: url(../images/annex/main-image.webp) no-repeat top 0 right 15% / cover transparent;
    height: 100vh;
  }
  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%;}
   }
  .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 p {
    width: 12em;
  }
  .room .textBox {
    width: 100%;
  }
  .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;
  }
  .facilityBox .facilityBottom01 {
    height: 68vw;
  }
  .access-contents__inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding-bottom: 0;
  }
  .access-contents .titleBox {
    width: 96vw;
    height: 25vh;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    gap: 20px;
    padding: 0 20px;
  }
  .access-contents .titleBox h2 {
    left: 20px;
    writing-mode: initial;
  }
  .access-contents .titleBox h2 &gt; .sub-ttl {
    display: flex;
    padding: 30px 0 0 60px;
  }
  .access-contents .titleBox h2 &gt; .sub-ttl::after {
    width: 30px;
    height: 1px;
    left: 10px;
    top: 40px;
    transform: initial;
  }
  .access-contents .titleBox p {
    position: initial;
    margin-top: 130px;
  }
  .access-contents .photoBox {
    background-size: cover;
    width: 97vw;
    height: 63vw;
    position: relative;
  }
  .sightseeingBox .titleBox h2 {
    right: 0;
    top: 0;
  }
  .sightseeing .photoBox {
    width: 100%;
    order: 1;
  }

  .location {
    padding: 30px 0 50px;
  }
  .access-contents .column3 {
    gap: 50px;
    margin-top: 50px;
  }
  .column3 .column3__inner {
    width: 100%;
  }
  /* 新着情報 slideボタン */
  .news .swiper-button-prev {
    left: calc(50% - 16%) !important;
    top: -36% !important;
  }

  .news .swiper-button-next {
    left: calc(50% + 3%) !important;
    top: -36% !important;
  }

  .footerBox .footer-sitemap {
    flex-direction: column;
  }
  .footer-sitemap ul {
    border-left: none;
    padding-left: 0;
  }
  .footer-sitemap li {
    text-align: center;
  }
  .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(15) {
    grid-column-start: 1;
    grid-row-start: 8;
    border-right: 1px solid #fff;
    text-align: right;
  }

  /* キャンセルポリシー */
  .page-id-1067 header {
    height: 33vh;
    background: url("../images/annex/cancelpolicy-main.webp") no-repeat top 0 left 73% / cover transparent;
  }
}

@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;
  }
}</pre></body></html>