@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

a {
  background-color: transparent;
}

img {
  border-style: none;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html {
  color: #000;
  font-family: "Noto Serif JP", "YuMincho", "游明朝体", "Yu Mincho", "游明朝", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", serif;
  font-optical-sizing: auto;
  font-size: 12px;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 11.4px;
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 15.2px;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 18px;
  }
}

body {
  background-color: #fff;
  line-break: strict;
  position: relative;
  width: 100%;
}

h1, h2, h3, h4, h5, h6, p, figure {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

a {
  text-decoration: none;
  transition: color 0.15s ease-out;
}

figure,
picture {
  display: block;
}
figure > img,
picture > img {
  display: block;
  height: auto;
  width: 100%;
}

/*--- 臨時ツメ設定 ---*/
span {
  letter-spacing: calc(var(--ls) * 0.01em);
}

.sr-only {
  display: none;
}

.ut_ib {
  display: inline-block;
}

.ut_pr1 {
  padding-right: 1em;
}

.ut_pr05 {
  padding-right: 0.5em;
}

@media screen and (max-width: 575px) {
  .sm-only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sm-only {
    display: none;
  }
}

@media screen and (min-width: 576px) {
  .xs-ssm {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .xs-sm,
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .sm-over {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .md-over {
    display: none;
  }
}

.page__container {
  letter-spacing: -0.015em;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.cmn__contwidth {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
}
@media screen and (min-width: 576px) {
  .cmn__contwidth {
    width: 516px;
  }
}
@media screen and (min-width: 768px) {
  .cmn__contwidth {
    width: 688px;
  }
}
@media screen and (min-width: 992px) {
  .cmn__contwidth {
    width: 912px;
  }
}
@media screen and (min-width: 1200px) {
  .cmn__contwidth {
    width: 1080px;
  }
}

.cmn__banner {
  border: 2px solid #7D622E;
  color: #7D622E;
  line-height: 1.3333333333;
  font-weight: 700;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  padding: 0.5925925926em 2.0740740741em;
}

.cmn__cta {
  background-color: #3D2608;
  border-radius: 1.0555555556em;
  padding: 0.6666666667em 1.5em 1.5em;
  margin: 3.3333333333em auto;
}
.cmn__cta .heading {
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-align: center;
}
.cmn__cta ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 0.8em;
  list-style: none;
  margin: 0.64em 0 0;
  padding: 0;
}
.cmn__cta ul li {
  flex: 0 0 auto;
  width: 12.52em;
  height: 2.28em;
}
.cmn__cta ul li > a {
  align-items: center;
  background-color: #fff;
  border-radius: 1.14em;
  color: #3D2608;
  display: flex;
  gap: 0.2em;
  height: 100%;
  justify-content: center;
  letter-spacing: -0.02em;
  width: 100%;
  transition-property: color, background-color;
  transition-duration: 0.15s;
  transition-timing-function: ease-out;
}
.cmn__cta ul li > a::after {
  content: "▶";
  font-size: 0.64em;
}
.cmn__cta ul li > a:hover {
  background-color: #7D622E;
  color: #fff;
}

.cmn__border-bottom::after {
  background: url(../img/merit-divider@2x.svg) 50% 0/auto 100% no-repeat;
  content: "";
  display: block;
  height: 4px;
  width: 100%;
}

.fz14 {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .fz14 {
    font-size: 0.7777777778rem;
  }
}

.fz16 {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .fz16 {
    font-size: 0.8888888889rem;
  }
}

.fz18 {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .fz18 {
    font-size: 1rem;
  }
}

.fz20 {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .fz20 {
    font-size: 1.1111111111rem;
  }
}

.fz25 {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .fz25 {
    font-size: 1.3888888889rem;
  }
}

.fz27 {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .fz27 {
    font-size: 1.5rem;
  }
}

.fz30 {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .fz30 {
    font-size: 1.6666666667rem;
  }
}

.fz34 {
  font-size: 21px;
}
@media screen and (min-width: 768px) {
  .fz34 {
    font-size: 1.8888888889rem;
  }
}

.fz36 {
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .fz36 {
    font-size: 2rem;
  }
}

.fz37 {
  font-size: 23px;
}
@media screen and (min-width: 768px) {
  .fz37 {
    font-size: 2.0555555556rem;
  }
}

.fz42 {
  font-size: 25px;
}
@media screen and (min-width: 768px) {
  .fz42 {
    font-size: 2.3333333333rem;
  }
}

header {
  align-items: center;
  background-color: #7D622E;
  display: flex;
  height: 40px;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  header {
    height: 60px;
  }
}
header > a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/logo-psp@2x.png) 50% 50%/contain no-repeat;
  display: block;
  height: 100%;
  width: 280px;
}
@media screen and (min-width: 768px) {
  header > a {
    height: 18px;
    transition: filter 0.15s ease-out;
    width: 395px;
  }
  header > a:hover {
    filter: drop-shadow(0 0 4px #fff);
  }
}

.footer__upper {
  margin-top: 4.0555555556em;
  padding-bottom: 3.7777777778em;
}
.footer__upper p.footer-notes {
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  line-height: 1.5625;
  margin-top: 3.9375em;
  padding: 0 20px;
  text-align: center;
}

.footer__lower {
  background-color: #7D622E;
  color: #fff;
  padding: 30px 0;
}
.footer__lower ul.sns-links {
  display: flex;
  gap: 40px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__lower ul.sns-links li {
  height: 27px;
  width: 27px;
}
.footer__lower ul.sns-links li > a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer__lower ul.sns-links li > a {
    transition: filter 0.15s linear;
  }
  .footer__lower ul.sns-links li > a:hover, .footer__lower ul.sns-links li > a:active {
    filter: drop-shadow(0 0 4px #fff);
  }
}
.footer__lower ul.sns-links li > a.xt {
  background-image: url(../img/sns-xt-w.svg);
}
.footer__lower ul.sns-links li > a.fa {
  background-image: url(../img/sns-fa-w.svg);
}
.footer__lower ul.sns-links li > a.in {
  background-image: url(../img/sns-in-w.svg);
}
.footer__lower .copyright {
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 9px;
  font-weight: normal;
  letter-spacing: 0.01em;
  line-height: 1;
  margin-top: 2.3333333333em;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .footer__lower .copyright {
    font-size: min(0.7222222222rem, 13px);
  }
}

.intro__sect {
  width: 100vw;
  width: 100svw;
  height: min(56.9852941176vw, 775px);
  background: linear-gradient(to bottom, #fff 5.8%, #7D622E 5.8%);
}

.intro__content {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/intro-imageset-plus@2x.webp) 0 0/contain no-repeat;
  height: 100%;
  margin: 0 auto;
  width: min(100%, 1360px);
}

.merit__sect {
  margin-top: 3.6111111111em;
}
.merit__sect .cmn__cta {
  margin-top: 3.3333333333em;
}

.merit__head h2 {
  color: #7D622E;
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.5454545455;
  text-align: center;
  margin-top: 0.9444444444em;
}
@media screen and (min-width: 768px) {
  .merit__head h2 {
    line-height: 1.75;
  }
}

@media screen and (min-width: 768px) {
  .merit__body h3.cmn__border-bottom::after {
    height: 0.2333333333em;
  }
}
.merit__body dl.condition {
  line-height: 1.65;
  margin-bottom: 0;
  margin-top: 0.9em;
}
.merit__body dl.condition dd {
  font-weight: 400;
  margin-left: 0;
}
.merit__body dl.condition dd ul.kome {
  list-style-type: "※";
  padding-left: 1em;
}

.merit__part-1 h3.cmn__border-bottom {
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.5;
  text-align: center;
}
.merit__part-1 h3.cmn__border-bottom::after {
  margin-top: 0.4666666667em;
  margin-bottom: 1.8666666667em;
}

.merit__part-2 {
  margin-top: 5em;
}
.merit__part-2 h3.cmn__border-bottom.receipt {
  position: relative;
  padding-bottom: 1.5333333333em;
}
.merit__part-2 h3.cmn__border-bottom.receipt > span {
  display: block;
}
.merit__part-2 h3.cmn__border-bottom.receipt span.more {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/merit-more@2x.svg) 50% 0/contain no-repeat;
  height: 29px;
}
@media screen and (min-width: 768px) {
  .merit__part-2 h3.cmn__border-bottom.receipt span.more {
    height: 1.4333333333em;
  }
}
.merit__part-2 h3.cmn__border-bottom.receipt span.text {
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.5;
  margin-top: 0.6em;
  width: 230px;
}
@media screen and (min-width: 375px) {
  .merit__part-2 h3.cmn__border-bottom.receipt span.text {
    margin-inline: auto;
    text-align: center;
    width: calc(100% - 105px);
  }
}
@media screen and (min-width: 768px) {
  .merit__part-2 h3.cmn__border-bottom.receipt span.text {
    padding-right: 3em;
  }
}
.merit__part-2 h3.cmn__border-bottom.receipt img {
  bottom: 0;
  height: 118px;
  position: absolute;
  right: -10px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .merit__part-2 h3.cmn__border-bottom.receipt img {
    height: 5.9em;
    right: 0.7333333333em;
  }
}
.merit__part-2 h3.cmn__border-bottom.receipt::after {
  margin-top: 0.6666666667em;
}

.merit__item {
  background-color: #7D622E;
  border-radius: 1.3888888889em;
  color: #fff;
  margin-top: 40px;
  padding: 15px;
  position: relative;
}
@media screen and (min-width: 576px) {
  .merit__item {
    align-items: center;
    display: grid;
    grid-template-columns: 80px 1fr;
    margin-top: 2.2777777778em;
  }
}
@media screen and (min-width: 768px) {
  .merit__item {
    grid-template-columns: 12.8888888889em 1fr;
    padding: 1.5em 0 1.5em 1.7777777778em;
  }
}
.merit__item > .label {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 56px;
  position: absolute;
  right: -10px;
  top: -28px;
  width: 56px;
}
@media screen and (min-width: 576px) {
  .merit__item > .label {
    height: 68px;
    position: relative;
    right: auto;
    top: auto;
    width: 68px;
  }
}
@media screen and (min-width: 768px) {
  .merit__item > .label {
    height: 10.8888888889em;
    width: 10.8888888889em;
  }
}
.merit__item h4 {
  line-height: 1.380952381;
  letter-spacing: -0.04em;
}
.merit__item.item-1 > .label {
  background-image: url(../img/merit-1-label-sp.svg);
}
@media screen and (min-width: 768px) {
  .merit__item.item-1 > .label {
    background-image: url(../img/merit-1-label-sp.svg);
  }
}
.merit__item.item-2 {
  display: grid;
}
@media screen and (max-width: 575px) {
  .merit__item.item-2 {
    grid-template-columns: 1fr 67px;
  }
}
.merit__item.item-2 > .label {
  background-image: url(../img/merit-2-label-sp.svg);
}
@media screen and (min-width: 768px) {
  .merit__item.item-2 > .label {
    background-image: url(../img/merit-2-label-sp.svg);
  }
}
.merit__item.item-2 img {
  align-self: end;
  height: 120px;
  width: auto;
}
@media screen and (min-width: 576px) {
  .merit__item.item-2 img {
    align-self: unset;
    height: 90px;
    justify-self: unset;
    position: absolute;
    right: 25px;
  }
}
@media screen and (min-width: 768px) {
  .merit__item.item-2 img {
    right: 4.1111111111em;
    height: 12.8888888889em;
    top: 0.5em;
  }
}
.merit__item.item-3 > .label {
  background-image: url(../img/merit-3-label-sp.svg);
}
@media screen and (min-width: 768px) {
  .merit__item.item-3 > .label {
    background-image: url(../img/merit-3-label-sp.svg);
  }
}
.merit__item.item-4 {
  display: grid;
  grid-template-areas: "heading heading" "menulist img";
  grid-template-columns: 1fr 1fr, 1fr 80px;
}
@media screen and (min-width: 576px) {
  .merit__item.item-4 {
    grid-template-areas: "label heading img" "label menulist img";
    grid-template-columns: 80px 1fr 109px;
    overflow: hidden;
    padding: 0 0 0 15px;
  }
}
@media screen and (min-width: 768px) {
  .merit__item.item-4 {
    grid-template-columns: 12.8888888889em 1fr 13.7777777778em;
    padding-left: 1.7777777778em;
  }
}
.merit__item.item-4 > .label {
  background-image: url(../img/merit-4-label-sp.svg);
}
@media screen and (min-width: 576px) {
  .merit__item.item-4 > .label {
    grid-area: label;
  }
}
@media screen and (min-width: 768px) {
  .merit__item.item-4 > .label {
    background-image: url(../img/merit-4-label-sp.svg);
  }
}
.merit__item.item-4 h4 {
  letter-spacing: -0.09em;
  grid-area: heading;
}
@media screen and (min-width: 576px) {
  .merit__item.item-4 h4 {
    padding-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .merit__item.item-4 h4 {
    padding-top: 0.6428571429em;
  }
}
.merit__item.item-4 img {
  align-self: self-end;
  border-radius: 5px;
  grid-area: img;
  height: auto;
  overflow: hidden;
  width: 80px;
}
@media screen and (min-width: 576px) {
  .merit__item.item-4 img {
    position: relative;
    right: auto;
    top: auto;
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 0;
  }
}
.merit__item.item-4 dl.menulist {
  margin: 0.75em 0 0;
  grid-area: menulist;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .merit__item.item-4 dl.menulist {
    font-size: 13px;
  }
}
@media screen and (min-width: 576px) {
  .merit__item.item-4 dl.menulist {
    padding-bottom: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .merit__item.item-4 dl.menulist {
    padding-bottom: 1.35em;
  }
}
.merit__item.item-4 dl.menulist dt {
  font-weight: 650;
}
.merit__item.item-4 dl.menulist dd {
  font-weight: 500;
  letter-spacing: -0.025em;
  margin-left: 0;
}
.merit__item.item-4 dl.menulist dd span {
  margin-right: 0.6em;
}
@media screen and (min-width: 576px) {
  .merit__item.item-4 dl.menulist dd span {
    display: inline-block;
  }
}

.hotel__sect {
  margin-top: 3.8888888889em;
}

.hotel__head {
  margin-bottom: 4.8888888889em;
}
.hotel__head h2.cmn__border-bottom {
  color: #7D622E;
  font-weight: 600;
  line-height: 1.347826087;
  margin-top: 0.6756756757em;
  text-align: center;
}
.hotel__head h2.cmn__border-bottom::after {
  margin-top: 0.8918918919em;
}
@media screen and (min-width: 768px) {
  .hotel__head h2.cmn__border-bottom::after {
    height: 0.1891891892em;
  }
}

.hotel__body-merits {
  display: grid;
  gap: 48px;
}
@media screen and (min-width: 576px) {
  .hotel__body-merits {
    grid-template-columns: repeat(2, 0.5fr);
    gap: 1.2222222222em;
  }
}
@media screen and (min-width: 768px) {
  .hotel__body-merits {
    gap: 1.7777777778em;
  }
}
.hotel__body-merits .merits-item {
  border: 2px solid #7D622E;
  border-radius: 1.2777777778em;
  position: relative;
  padding: 0 20px 15px;
}
@media screen and (min-width: 576px) {
  .hotel__body-merits .merits-item {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .hotel__body-merits .merits-item {
    padding: 0 2.5em 1.4444444444em;
  }
}
.hotel__body-merits .merits-item .item-label {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 56px;
  margin-top: -24px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .hotel__body-merits .merits-item .item-label {
    margin-top: -1.9444444444em;
    height: 5em;
  }
}
.hotel__body-merits .merits-item.item-1 .item-label {
  background-image: url(../img/hotel-merit-1-label@2x.png);
}
.hotel__body-merits .merits-item.item-2 .item-label {
  background-image: url(../img/hotel-merit-2-label@2x.png);
}
.hotel__body-merits .merits-item h4 {
  color: #7D622E;
  font-weight: 700;
  line-height: 1.35;
  margin-top: 0.4324324324em;
  text-align: center;
}
.hotel__body-merits .merits-item h4 span.l1, .hotel__body-merits .merits-item h4 span.l2 {
  display: block;
}
.hotel__body-merits .merits-item h4 span.l2 {
  line-height: 1;
  margin-top: 1px;
}
.hotel__body-merits .merits-item h4 span.l2 > span {
  font-size: 0.7297297297em;
}
.hotel__body-merits .merits-item dl.item-facilities,
.hotel__body-merits .merits-item dl.item-date {
  letter-spacing: normal;
  margin-bottom: 0;
}
.hotel__body-merits .merits-item dl.item-facilities dd,
.hotel__body-merits .merits-item dl.item-date dd {
  font-weight: 400;
  margin-left: 0;
}
.hotel__body-merits .merits-item dl.item-facilities {
  margin-top: 1.4444444444em;
}
.hotel__body-merits .merits-item dl.item-facilities dd > ul {
  padding-left: 1.5em;
}
.hotel__body-merits .merits-item dl.item-date {
  margin-top: 0.7222222222em;
}
.hotel__body-merits .merits-item p.item-note {
  font-weight: 400;
  margin-bottom: 1.6666666667em;
  margin-top: 0.1666666667em;
}
@media screen and (min-width: 576px) {
  .hotel__body-merits .merits-item figure {
    margin-top: auto;
  }
}
.hotel__body-merits .merits-item figure figcaption {
  font-weight: 400;
  letter-spacing: normal;
  margin-top: 0.5em;
  text-align: right;
}
@media screen and (min-width: 576px) {
  .hotel__body-merits .merits-item figure figcaption {
    letter-spacing: -0.01em;
  }
}
@media screen and (min-width: 768px) {
  .hotel__body-merits .merits-item figure figcaption {
    letter-spacing: normal;
  }
}

.hotel__body-hotsprings {
  border-bottom: 2px solid #7D622E;
  margin-top: 3.7777777778em;
  padding-bottom: 3.4444444444em;
}
.hotel__body-hotsprings h3 {
  background: linear-gradient(to right, transparent calc(50% - 4.4117647059em), #fff calc(50% - 4.4117647059em), #fff calc(50% + 4.4117647059em), transparent calc(50% + 4.4117647059em)), linear-gradient(to bottom, transparent calc(50% - 1px), #7D622E calc(50% - 1px), #7D622E calc(50% + 1px), transparent calc(50% + 1px));
  color: #7D622E;
  font-weight: 600;
  margin-bottom: 1.6176470588em;
  text-align: center;
}
.hotel__body-hotsprings .hotsp-item {
  margin-top: 2.6666666667em;
  padding: 0 20px;
}
@media screen and (min-width: 576px) {
  .hotel__body-hotsprings .hotsp-item {
    display: grid;
    gap: 1.7777777778em;
    grid-template-columns: 1fr 22.7222222222em;
  }
}
@media screen and (min-width: 768px) {
  .hotel__body-hotsprings .hotsp-item {
    gap: 2.3333333333em;
    grid-template-columns: 1fr 23.2777777778em;
    padding: 0 5.3888888889em;
  }
}
.hotel__body-hotsprings .hotsp-item > img {
  display: block;
  height: auto;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .hotel__body-hotsprings .hotsp-item .item-main {
    margin-top: -0.5555555556em;
  }
}
.hotel__body-hotsprings .hotsp-item h4 {
  color: #7D622E;
  font-weight: 600;
  line-height: 1.75;
  margin-top: 0.5555555556em;
}
@media screen and (min-width: 576px) {
  .hotel__body-hotsprings .hotsp-item h4 {
    margin-top: 0;
  }
}
.hotel__body-hotsprings .hotsp-item p {
  font-weight: 400;
  line-height: 1.75;
  margin-top: 0.5em;
}
/*# sourceMappingURL=style.css.map */
