@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,400;0,500;0,600;0,700;1,500;1,600;1,700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, main, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, main, section, summary {
  display: block;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  /*background: url(images/bg.png);*/
}

body {
  line-height: 1.5;
  font-size: 3.5vw;
  letter-spacing: -.01rem;
  color: #000000;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-optical-sizing: auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

ul {
  list-style: none;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: 100%;
  color: #000000;
  background: transparent;
  -webkit-tap-highlight-color: rgba(64, 48, 42, 0.6);
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:hover, a:active {
  text-decoration: none;
  color: #1a1a1a;
}

img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #999999;
}

::selection {
  color: #FFFFFF;
  background: #4f3c34;
}

input::selection,
textarea::selection {
  color: #000000;
}

textarea {
  resize: vertical;
}

:placeholder-shown {
  color: rgba(0, 0, 0, 0.4);
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

:-moz-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.4);
}

::-moz-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.4);
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.row {
  width: 90%;
  margin: auto;
}

@media only screen and (min-width: 1025px) {
  .row {
    max-width: 1200px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

body.is-active {
  opacity: 1;
}

#container {
  max-width: 1000px;
  margin: 5vw auto;
  width: 90%;
}

body.home {
  opacity: 1;
}

.mv #mv {
  height: calc(var(--vh, 1vh) * 100);
  width: 100vw;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .mv #mv {
    height: calc(100vh - 100px);
    margin-top: 100px;
  }
}

.mv #mv .swiper-slide img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

section.news {
  padding: 50px 0;
}

@media only screen and (min-width: 768px) {
  section.news {
    background: #E4DECA;
  }
}

section.news a:hover {
  opacity: .7;
}

section.news .news-inner {
  max-width: 1000px;
  margin: 0 auto 50px;
  width: 90%;
}

section.news .news-inner dl {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  section.news .news-inner dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

section.news .news-inner dl::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) {
  section.news .news-inner dl::after {
    display: none;
  }
}

section.news .news-inner dl dt {
  color: #81706c;
  line-height: 2;
  margin-right: 100px;
}

section.news .news-inner dl dd {
  padding-right: 50px;
}

/* ----------------------------------

pick up

---------------------------------- */
.pickup {
  margin-top: 50px;
  background: #E4DECA;
  padding: 10vw 0;
}

@media only screen and (min-width: 768px) {
  .pickup {
    margin-top: 100px;
    background: #FFFFFF;
    padding: 0;
  }
}

.pickup .pickup-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  max-width: 1100px;
  margin: auto;
  width: 90%;
}

.pickup .pickup-inner::after {
  content: "";
  display: block;
  width: 30%;
}

.pickup .pickup-inner .pickup-box {
  margin-bottom: 5vw;
}

@media only screen and (min-width: 768px) {
  .pickup .pickup-inner .pickup-box {
    width: 32%;
    margin-bottom: 50px;
  }
}

.pickup .pickup-inner .pickup-box a {
  color: #81706c;
  border-bottom: 1px solid #666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 3vw;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .pickup .pickup-inner .pickup-box a {
    display: block;
    border-bottom: none;
    padding-bottom: 0;
  }
}

.pickup .pickup-inner .pickup-box a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #81706c;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (min-width: 768px) {
  .pickup .pickup-inner .pickup-box a::after {
    display: none;
  }
}

.pickup .pickup-inner .pickup-box a:hover::after {
  right: 15px;
  opacity: .7;
}

.pickup .pickup-inner .pickup-box img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (min-width: 768px) {
  .pickup .pickup-inner .pickup-box img {
    aspect-ratio: 2 / 1;
  }
}

.pickup .pickup-inner .pickup-box img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.pickup .pickup-inner .pickup-box .pic {
  overflow: hidden;
  margin-bottom: 10px;
  width: 30%;
}

@media only screen and (min-width: 768px) {
  .pickup .pickup-inner .pickup-box .pic {
    width: 100%;
  }
}

.pickup .pickup-inner .pickup-box .pickup-detail {
  width: 65%;
  padding-bottom: 5vw;
}

@media only screen and (min-width: 768px) {
  .pickup .pickup-inner .pickup-box .pickup-detail {
    width: auto;
    padding-bottom: 0;
  }
}

.pickup .pickup-inner .pickup-box .time {
  color: #81706c;
}

.pickup .pickup-inner .pickup-box h3 {
  font-size: clamp(1.6rem, 1.5vw, 1.6rem);
  color: #000000;
}

@media only screen and (min-width: 768px) {
  .pickup .pickup-inner .pickup-box h3 {
    color: inherit;
  }
}

/* ----------------------------------

sightseeing

---------------------------------- */
#sightseeing-slider {
  padding: 0 20px;
}

.tit-sightseeing {
  text-align: center;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 600;
  margin-bottom: 30px;
  color: #81706c;
  margin-top: 50px;
}

@media only screen and (min-width: 768px) {
  .tit-sightseeing {
    margin-top: 100px;
  }
}

.sightseeing-slide-wrap {
  position: relative;
  padding-bottom: 50px;
}

.sightseeing-slide-wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 85%;
  background: #e4deca;
  position: absolute;
  bottom: 0;
}

.sightseeing-slide-wrap #sightseeing-slider {
  max-width: 1200px;
  margin: auto;
}

.sightseeing-slide-wrap .pic img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 4 / 3;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

.sightseeing-slide-wrap .spot h5 {
  font-weight: 600;
  text-align: center;
  margin: 10px 0 0;
  font-size: clamp(1.8rem, 2vw, 2rem);
}

.sightseeing-slide-wrap .spot .way {
  text-align: center;
  display: block;
  font-size: clamp(1.5rem, 1.5vw, 1.5rem);
}

.sightseeing-slide-wrap .spot .txt {
  margin-top: 15px;
  line-height: 1.3;
  font-size: clamp(1.5rem, 1.5vw, 1.5rem);
}

.swiper-button-prev, .swiper-button-next {
  width: 55px !important;
}

.swiper-button-prev::after, .swiper-button-next::after {
  display: none;
}

.swiper-button-prev {
  left: -0%;
}

.swiper-button-next {
  right: -0%;
}

/* ----------------------------------

access

---------------------------------- */
.access {
  margin-top: 100px;
  /* Google Mapのiframe */
}

@media only screen and (min-width: 768px) {
  .access {
    margin-top: 200px;
  }
}

.access h5 {
  font-size: clamp(2rem, 2vw, 2.6rem);
  margin-bottom: 30px;
  color: #81706c;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .access h5 {
    text-align: left;
  }
}

.access .access-column {
  width: 90%;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .access .access-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.access .access-column .access-box .tit {
  font-size: clamp(1.8rem, 1.8vw, 1.8rem);
  font-weight: 600;
  color: #40302A;
  text-align: center;
  margin-bottom: 20px;
  background: #E4DECA;
  padding: 10px 0;
}

@media only screen and (min-width: 768px) {
  .access .access-column .access-box .tit {
    text-align: left;
    margin-bottom: 0;
    background: none;
    padding: 0;
    color: #81706c;
  }
}

.access .access-column .access-box .tit.tit-train {
  margin-top: 50px;
}

.access .access-column .access-box .tit i {
  margin-right: 1rem;
}

.access .access-column .access-box dl {
  margin-bottom: 20px;
  font-weight: 600;
  border-bottom: 1px solid #8C7B77;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .access .access-column .access-box dl {
    border-bottom: none;
    padding: 0;
    margin: 0;
  }
}

.access .access-column .access-box dl dt {
  font-size: clamp(1.6rem, 1.6vw, 1.6rem);
  margin-bottom: 10px;
  color: #8C7B77;
}

@media only screen and (min-width: 768px) {
  .access .access-column .access-box dl dt {
    margin-bottom: 0;
    color: #40302A;
  }
}

.access .access-column .access-box dl dt::before {
  content: "・";
  display: inline-block;
}

.access .access-column .access-box dl dd {
  font-size: 3.5vw;
}

@media only screen and (min-width: 768px) {
  .access .access-column .access-box dl dd {
    font-size: clamp(1.2rem, 1vw, 1.4rem);
  }
}

.access .access-column .access-box dl.car-way dd {
  margin-left: 20px;
}

.access .access-column .access-box dl.car-way dd ul li::before {
  content: "／";
  display: inline-block;
}

.access .access-column .access-box dl.train-way dt {
  margin-bottom: 20px;
}

.access .access-column .access-box dl.train-way dd {
  margin-left: 20px;
}

.access .access-column .access-box dl.train-way dd ul li {
  padding-left: 1em;
  text-indent: -.5em;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .access .access-column .access-box dl.train-way dd ul li {
    margin-bottom: 0;
  }
}

.access .access-column .access-box dl.train-way dd ul li::before {
  content: "・";
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .access .access-column .access-box dl.train-way dd br {
    display: none;
  }
}

.access .map {
  position: relative;
  height: 0;
  padding-top: 100%;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .access .map {
    width: 45%;
    padding-top: 42%;
    margin-bottom: 0;
  }
}

.access .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .access .access-detail {
    width: 50%;
  }
}

/* ----------------------------------

info

---------------------------------- */
.info {
  width: 90%;
  max-width: 1200px;
  margin: 100px auto;
}

.info dl {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .info dl {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (min-width: 768px) {
  .info dl:nth-child(2) {
    border-top: 1px solid #ccc;
  }
}

@media only screen and (min-width: 768px) {
  .info dl::after {
    content: "";
    display: block;
    width: 30%;
    height: 100%;
    background: #c4b8a1;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.info dl dt {
  background: #c4b8a1;
  padding: 10px;
  text-align: center;
  height: 100%;
  position: relative;
  z-index: 10;
}

@media only screen and (min-width: 768px) {
  .info dl dt {
    width: 30%;
    padding: 20px;
  }
}

.info dl dt .red {
  color: #ec0000;
}

.info dl dd {
  padding: 20px 10px;
}

@media only screen and (min-width: 768px) {
  .info dl dd {
    width: 70%;
    padding: 20px 30px;
  }
}

.info dl dd .min {
  font-size: 90%;
  margin-left: 2rem;
}

.info dl dd .att {
  font-size: 90%;
  margin-top: 30px;
  display: block;
  margin-left: 5px;
}

.info dl dd .att li {
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -.5em;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .info dl dd .att li {
    margin-bottom: 0;
  }
}

.info dl dd .att li::before {
  content: "※";
  display: inline-block;
}

.info dl dd ul.car {
  margin-top: 20px;
}

@media only screen and (min-width: 1025px) {
  .info dl dd ul.faci {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
}

@media only screen and (min-width: 1025px) {
  .info dl dd ul.faci li {
    width: 48%;
  }
}

.info dl dd ul.faci li span.way {
  margin-left: 1rem;
}

.dd-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 0;
}

@media only screen and (min-width: 768px) {
  .dd-column {
    margin: 0;
  }
}

.dd-column .dd-l {
  width: 70%;
}

@media only screen and (min-width: 768px) {
  .dd-column .dd-l {
    width: 240px;
  }
}

.dd-column .dd-r {
  width: 100%;
}

.dd-column .dot {
  margin: 0 1vw;
}

@media only screen and (min-width: 768px) {
  .dd-column .dot {
    margin: 0 3rem;
  }
}

/* ----------------------------------

appeal

---------------------------------- */
.appeal {
  background: #E4DECA;
  padding: 50px 0;
  margin: 100px 0;
}

@media only screen and (min-width: 768px) {
  .appeal {
    margin: 100px 0;
  }
}

.appeal .appeal-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1300px;
  margin: 50px auto 0;
  width: 80%;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

@media only screen and (min-width: 768px) {
  .appeal .appeal-inner {
    margin: 100px auto 0;
    width: 90%;
  }
}

.appeal .appeal-inner .appeal-box {
  width: 100%;
  background: #FFFFFF;
  padding: 20px 20px 50px;
  position: relative;
  margin-bottom: 30px;
}

@media only screen and (min-width: 1025px) {
  .appeal .appeal-inner .appeal-box {
    width: 49%;
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 1280px) {
  .appeal .appeal-inner .appeal-box {
    width: 24%;
    margin-bottom: 0;
  }
}

.appeal .appeal-inner .appeal-box h4 {
  color: #40302A;
  text-align: center;
  margin: 20px 0;
  font-size: clamp(1.8rem, 1.5vw, 2rem);
  white-space: nowrap;
}

.appeal .appeal-inner .appeal-box .num {
  font-size: clamp(8rem, 8vw, 9rem);
  position: absolute;
  left: 10px;
  top: -10%;
  font-family: "Spectral", serif;
  font-style: normal;
  font-style: italic;
  font-weight: 400;
  /*text-shadow:
    -2px -2px 0 white,
     2px -2px 0 white,
    -2px  2px 0 white,
     2px  2px 0 white;*/
}

@media only screen and (min-width: 1025px) {
  .appeal .appeal-inner .appeal-box .num {
    top: -20%;
  }
}

@media only screen and (min-width: 1280px) {
  .appeal .appeal-inner .appeal-box .num {
    top: -24%;
  }
}

.appeal .appeal-inner .appeal-box .txt {
  line-height: 1.3;
  font-size: clamp(1.4rem, 1.5vw, 1.5rem);
}

.appeal .appeal-inner .appeal-box img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 4 / 3;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

/* ----------------------------------

bk

---------------------------------- */
.bk {
  background: #E4DECA;
  margin-top: 50px;
}

@media only screen and (min-width: 768px) {
  .bk {
    margin-top: 150px;
  }
}

.bk .label-wrap {
  position: relative;
  z-index: 10;
}

@media only screen and (min-width: 768px) {
  .bk .label-wrap {
    top: -50px;
  }
}

.bk .label-wrap::after {
  content: "";
  display: block;
}

@media only screen and (min-width: 768px) {
  .bk .label-wrap::after {
    margin-top: -50px;
  }
}

.bk .label {
  background: #E4DECA;
  width: 30vw;
  min-width: 300px;
  padding: 10px 10px 10px 5vw;
  font-size: clamp(1.5rem, 1.8vw, 1.8rem);
  position: relative;
  z-index: 10;
  top: -10px;
}

@media only screen and (min-width: 768px) {
  .bk .label {
    top: 0;
  }
}

.bk .label::after {
  content: "";
  display: block;
  display: inline-block;
  width: 50px;
  height: 100%;
  top: 0;
  background: #E4DECA;
  -webkit-clip-path: polygon(0 100%, 0% 0, 80% 100%);
  clip-path: polygon(0 100%, 0% 0, 80% 100%);
  position: absolute;
  right: -49px;
}

.bk h4 {
  background: #40302A;
  color: #FFFFFF;
  font-size: clamp(3.7rem, 4vw, 4rem);
  position: relative;
  margin-top: -11vw;
}

@media only screen and (min-width: 768px) {
  .bk h4 {
    min-width: 500px;
    width: 40vw;
    padding-right: 10%;
    margin-top: -20px;
  }
}

.bk h4 span {
  font-size: clamp(8rem, 9vw, 9rem);
  font-family: "Spectral", serif;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  margin: 0 10px;
  line-height: 1;
  position: relative;
  bottom: -4px;
}

.bk h4 .bk-tit-inner {
  position: relative;
  white-space: nowrap;
  padding: 30px 0 10px 10px;
}

@media only screen and (min-width: 768px) {
  .bk h4 .bk-tit-inner {
    text-align: right;
    padding: 30px 0% 10px 20%;
  }
}

.bk h4 .bk-tit-inner::after {
  content: "";
  display: block;
  width: 105%;
  height: 2px;
  background: #FFFFFF;
  position: absolute;
  padding: 0px 30% 0px 20%;
  left: -5%;
}

.bk .pic-bk {
  padding-left: 10vw;
  position: relative;
  top: -50px;
}

.bk .pic-bk::after {
  content: "";
  display: block;
  margin-top: -50px;
}

.bk .pic-bk img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 1 / 1.2;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (min-width: 768px) {
  .bk .pic-bk img {
    aspect-ratio: 2 / .85;
  }
}

.bk .bk-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
  top: -50px;
}

@media only screen and (min-width: 768px) {
  .bk .bk-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    padding-left: 10vw;
  }
}

.bk .bk-column::after {
  content: "";
  display: block;
  margin-top: -50px;
}

.bk .bk-column .bk-l {
  width: 90%;
  margin: 20px auto;
}

@media only screen and (min-width: 768px) {
  .bk .bk-column .bk-l {
    width: 50%;
    margin: unset;
  }
}

.bk .bk-column .bk-l .tit-wrap {
  position: relative;
  float: left;
}

.bk .bk-column .bk-l .tit-wrap .tit-en {
  color: black;
  text-shadow: -2px -2px 0 white, 2px -2px 0 white, -2px  2px 0 white, 2px  2px 0 white;
}

.bk .bk-column .bk-l dl dt {
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-weight: 600;
}

.bk .bk-column .bk-l dl dd {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .bk .bk-column .bk-l dl dd {
    padding-right: 100px;
  }
}

.bk .bk-column .bk-l dl::before {
  content: "";
  display: block;
  clear: both;
}

.bk .bk-column .bk-r {
  width: 30%;
}

@media only screen and (min-width: 768px) {
  .bk .bk-column .bk-r {
    padding-right: 100px;
    width: 50%;
  }
}

.bk .bk-column .sp-bk03 {
  position: absolute;
  bottom: -130px;
  width: 40%;
  right: 0;
}

@media only screen and (min-width: 768px) {
  .bk .bk-column .sp-bk03 {
    display: none;
  }
}

/* ----------------------------------

room

---------------------------------- */
section.room {
  margin: 150px auto 70px;
}

@media only screen and (min-width: 768px) {
  section.room {
    margin: 100px auto;
  }
}

section.room .room-up {
  text-align: center;
  margin-bottom: 50px;
}

section.room .room-up dt {
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-weight: 600;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  section.room .room-up dt br {
    display: none;
  }
}

section.room .room-up dd {
  text-align: left;
  width: 90%;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  section.room .room-up dd {
    text-align: center;
  }
}

section.room .room-wrap {
  position: relative;
}

section.room .room-wrap .pic-room {
  position: relative;
}

section.room .room-wrap .pic-room .room-en {
  position: absolute;
  z-index: 10;
  color: #FFFFFF;
  font-size: clamp(3rem, 8vw, 8rem);
  font-family: "Spectral", serif;
  font-style: normal;
  left: 20px;
  top: 0px;
}

@media only screen and (min-width: 1025px) {
  section.room .room-wrap .pic-room .room-en {
    left: 50px;
    top: 0px;
  }
}

@media only screen and (min-width: 1025px) {
  section.room .room-wrap .pic-room .pic01 {
    padding-right: 50px;
  }
}

section.room .room-wrap .pic-room .pic01 img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 4 / 3;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (min-width: 1025px) {
  section.room .room-wrap .pic-room .pic01 img {
    aspect-ratio: 1 / .5;
  }
}

@media only screen and (min-width: 1025px) {
  section.room .room-wrap .pic-room .pic02 {
    right: 0;
    bottom: -50px;
    position: absolute;
    width: 300px;
  }
}

section.room .room-txt {
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-weight: 600;
  margin-top: 20px;
}

@media only screen and (min-width: 1025px) {
  section.room .room-txt {
    padding: 30px;
    margin-top: 0;
  }
}

section.room .room-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  position: relative;
  margin-top: 20px;
}

@media only screen and (min-width: 1025px) {
  section.room .room-detail {
    top: -30px;
    margin-top: 0;
  }
}

section.room .room-detail dl {
  width: 100%;
  margin-left: auto;
}

@media only screen and (min-width: 1025px) {
  section.room .room-detail dl {
    width: 500px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 1025px) {
  section.room .room-detail dl dt {
    padding-left: 20px;
  }
}

#room-slide01, #room-slide02, #room-slide03 {
  position: relative;
}

#room-slide01 .swiper-slide img, #room-slide02 .swiper-slide img, #room-slide03 .swiper-slide img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 1 / .7;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (min-width: 768px) {
  #room-slide01 .swiper-slide img, #room-slide02 .swiper-slide img, #room-slide03 .swiper-slide img {
    aspect-ratio: 1 / .5;
  }
}

#room-slide01 .room-catch, #room-slide02 .room-catch, #room-slide03 .room-catch {
  position: absolute;
  z-index: 10;
  color: #40302A;
  font-size: clamp(3rem, 7vw, 7rem);
  font-family: "Spectral", serif;
  font-style: normal;
  left: 20px;
  top: 0px;
  font-weight: 400;
}

@media only screen and (min-width: 1025px) {
  #room-slide01 .room-catch, #room-slide02 .room-catch, #room-slide03 .room-catch {
    left: 50px;
    top: 0px;
  }
}

#room-thumb01, #room-thumb02, #room-thumb03 {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  #room-thumb01, #room-thumb02, #room-thumb03 {
    float: left;
    margin-top: 30px;
    width: 50%;
  }
}

#room-thumb01 .swiper-slide, #room-thumb02 .swiper-slide, #room-thumb03 .swiper-slide {
  opacity: .5;
}

#room-thumb01 .swiper-slide-thumb-active, #room-thumb02 .swiper-slide-thumb-active, #room-thumb03 .swiper-slide-thumb-active {
  opacity: 1;
}

.room-detail-box {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .room-detail-box {
    width: calc(50% - 10rem);
    float: right;
    margin-left: 5rem;
    margin-top: 30px;
  }
}

.room-detail-box p.txt {
  margin-bottom: 40px;
  display: none;
}

@media only screen and (min-width: 768px) {
  .room-detail-box p.txt {
    display: block;
  }
}

.room-detail-box.color-dark dl {
  border-bottom: 1px solid #999;
}

.room-detail-box.color-dark dt {
  color: #000000;
}

.sp-room-txt {
  margin: 0 0 20px;
}

@media only screen and (min-width: 768px) {
  .sp-room-txt {
    display: none;
  }
}

/* ----------------------------------

facility

---------------------------------- */
.facility .facility-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1100px;
  margin: auto;
  width: 90%;
  position: relative;
}

.facility .facility-inner .swiper-pagination {
  bottom: -20px;
}

.facility .facility-inner .swiper-pagination .swiper-pagination-bullet-active {
  background: #40302A;
}

.facility .facility-inner .facility-box h5 {
  text-align: center;
  margin: 10px 0;
}

.facility .facility-inner .facility-box .pic img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 1 / .9;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

.facility .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1000px;
  margin: 30px auto;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  width: 90%;
}

@media only screen and (min-width: 768px) {
  .facility .icon {
    width: 90%;
    margin: 80px auto;
  }
}

.facility .icon .icon-box-wrap {
  width: 22%;
}

@media only screen and (min-width: 768px) {
  .facility .icon .icon-box-wrap {
    width: 25%;
    margin-bottom: 0;
    padding: 5px 30px 20px;
  }
}

.facility .icon .icon-box-wrap .sp-icon-exp {
  font-size: 2.5vw;
  text-align: center;
  line-height: 1.5;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .facility .icon .icon-box-wrap .sp-icon-exp {
    display: none;
  }
}

.facility .icon .icon-box {
  background: #E4DECA;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 1 / 1;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

.facility .icon .icon-box img {
  width: 50px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .facility .icon .icon-box img {
    width: 100px;
    height: auto;
  }
}

.facility .icon .icon-box .pic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

.facility .icon .icon-box span {
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
  white-space: nowrap;
  display: block;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.5;
  display: none;
}

@media only screen and (min-width: 768px) {
  .facility .icon .icon-box span {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .facility .icon .icon-box:nth-child(2) .pic img {
    width: 100%;
  }
}

.icon-txt {
  font-weight: 600;
  width: 90%;
  margin: 0 auto 20px;
}

@media only screen and (min-width: 768px) {
  .icon-txt {
    text-align: center;
    margin: 0 auto;
  }
}

.faci-inner {
  max-width: 1000px;
  margin: 50px auto 0;
  width: 90%;
  padding-top: 20px;
}

@media only screen and (min-width: 768px) {
  .faci-inner {
    border-top: 1px solid #000;
  }
}

.faci-inner dl {
  padding-bottom: 20px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .faci-inner dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.faci-inner dl dt {
  margin-bottom: 20px;
  font-size: clamp(1.7rem, 1.6vw, 1.8rem);
  background: #E4DECA;
  padding: 10px;
  margin-left: -5vw;
  padding-left: 5vw;
}

@media only screen and (min-width: 768px) {
  .faci-inner dl dt {
    width: 200px;
    text-align: right;
    margin-bottom: 0;
    background: none;
    padding: 0;
    margin: 0;
  }
}

.faci-inner dl dd {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .faci-inner dl dd {
    padding-left: 80px;
  }
}

.faci-inner dl dd span {
  display: block;
  font-size: 85%;
  margin-top: 10px;
  border-top: 1px solid #E4DECA;
  padding-top: 10px;
}

@media only screen and (min-width: 768px) {
  .faci-inner dl dd span {
    border-top: none;
    padding-top: 0;
  }
}

@media (min-width: 768px) {
  #faci-slider .swiper-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
  }
  #faci-slider .swiper-slide {
    width: calc(33.333% - 20px);
    /* 例：3列 */
  }
}

.sp-other-frame {
  border: 2px solid #E4DECA;
  width: 90%;
  margin: 50px auto 0;
}

.sp-other-frame .sp-txt-other {
  text-align: center;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .sp-other-frame .sp-txt-other {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .sp-other-frame {
    width: 100%;
    border: none;
    margin: unset;
  }
}

/* ----------------------------------

tab

---------------------------------- */
/* タブをクリックした時 ホバーした時 */
/* パネル */
.panel-list {
  margin: 0px auto 0;
}

@media only screen and (min-width: 768px) {
  .panel-list {
    margin: 0px auto 0;
    width: 90%;
  }
}

.panel-list dl {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #707070;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
}

@media only screen and (min-width: 768px) {
  .panel-list dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 5px;
    margin-bottom: 5px;
    padding-top: 0;
  }
}

.panel-list dl dt {
  width: 150px;
  margin-bottom: 10px;
  font-weight: 900;
  color: #8C7B77;
}

@media only screen and (min-width: 768px) {
  .panel-list dl dt {
    margin-bottom: 0;
  }
}

.panel-list dl dd {
  width: 100%;
}

.panel-item {
  display: none;
  width: 100%;
  background: #f2f2f2;
  padding: 20px;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

@media only screen and (min-width: 768px) {
  .panel-item {
    padding: 50px 80px;
  }
}

.panel-item::after {
  content: "";
  display: block;
  clear: both;
}

.panel-item.color01 {
  background-color: #f0e5db;
}

.panel-item.color02 {
  background-color: #c4b8a1;
}

.panel-item.color03 {
  background-color: #80706c;
}

.panel-item.is-active {
  display: block;
  -webkit-animation: panel-show .5s ease-in-out forwards;
  animation: panel-show .5s ease-in-out forwards;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* パネル切り替えのアニメーション */
@-webkit-keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* ----------------------------------

共通

---------------------------------- */
.sp-line {
  font-size: 3.5vw;
  text-align: center;
  padding-top: 10px;
}

@media only screen and (min-width: 768px) {
  .sp-line {
    display: none;
  }
}

h1 {
  padding: 10px 20px;
  width: 100%;
  max-width: 350px;
  margin: auto;
  -webkit-transition: .2s;
  transition: .2s;
}

@media only screen and (min-width: 768px) {
  h1 {
    width: 250px;
    padding-top: 0;
  }
}

@media only screen and (min-width: 1025px) {
  h1 {
    min-width: 250px;
    max-width: inherit !important;
    width: auto;
  }
}

@media only screen and (min-width: 1280px) {
  h1 {
    width: 100%;
  }
}

h1 img {
  -webkit-transition: .2s;
  transition: .2s;
}

@media only screen and (min-width: 1280px) {
  h1 img {
    width: 430px;
  }
}

.l-header {
  position: fixed !important;
  top: 0;
  z-index: 100;
  background: #FFFFFF;
  width: 100%;
  height: 100px;
  position: relative;
  left: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

@media only screen and (min-width: 768px) {
  .l-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.l-header .global {
  margin-left: auto;
  padding-right: 13vw;
  display: none;
}

@media only screen and (min-width: 768px) {
  .l-header .global {
    display: inherit;
  }
}

.l-header .global ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.l-header .global ul li {
  margin-right: 2vw;
  font-size: clamp(1rem, 1.2vw, 1.6rem);
  white-space: nowrap;
}

.l-header .global ul li a {
  position: relative;
}

.l-header .global ul li a::after {
  position: absolute;
  bottom: 0px;
  left: 50%;
  content: '';
  width: 0%;
  height: 1px;
  background-color: #000000;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.l-header .global ul li a:hover::after {
  width: 100%;
}

.l-header .reserve {
  position: fixed;
  bottom: 0;
  white-space: nowrap;
  font-size: clamp(1.3rem, 1.4vw, 1.6rem);
  width: 60%;
  bottom: env(safe-area-inset-bottom);
}

@media only screen and (min-width: 768px) {
  .l-header .reserve {
    position: absolute;
    right: 0;
    bottom: inherit;
    width: 12%;
  }
}

@media only screen and (min-width: 1025px) {
  .l-header .reserve {
    width: auto;
  }
}

.l-header .reserve a {
  display: block;
  background: #880000;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  height: 50px;
  -webkit-transition: .3s;
  transition: .3s;
}

.l-header .reserve a::before {
  content: "";
  display: block;
  background: url(images/cal.svg) center top/cover no-repeat;
  height: 25px;
  width: 22px;
}

@media only screen and (min-width: 768px) {
  .l-header .reserve a::before {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .l-header .reserve a {
    height: 100px;
    padding: 0px 5vw;
    background: #40302A;
  }
}

.l-header .reserve a:hover {
  background: #000;
}

@media only screen and (min-width: 768px) {
  .l-header .reserve span {
    display: none;
  }
}

.l-header.fixed {
  height: 90px;
}

@media only screen and (min-width: 768px) {
  .l-header.fixed {
    height: 70px;
  }
}

.l-header.fixed h1 {
  max-width: 250px;
  margin-top: 5px;
}

@media only screen and (min-width: 768px) {
  .l-header.fixed h1 {
    max-width: 250px;
    margin-top: 16px;
  }
}

@media only screen and (min-width: 1025px) {
  .l-header.fixed h1 img {
    width: 250px;
  }
}

@media only screen and (min-width: 768px) {
  .l-header.fixed .reserve a {
    height: 70px;
  }
}

.tit-wrap {
  text-align: center;
  margin-bottom: 50px;
}

.tit-wrap .tit-en {
  line-height: .8;
  font-family: "Spectral", serif;
  font-style: normal;
  font-size: clamp(4rem, 5vw, 5rem);
}

.tit-wrap .tit-en .txt-l {
  font-size: clamp(7rem, 10vw, 10rem);
  color: #8C7B77;
}

.tit-wrap h2 {
  font-size: clamp(1.7rem, 2vw, 2rem);
  margin-top: 10px;
  color: #8C7B77;
}

@media only screen and (min-width: 768px) {
  .tit-wrap h2 {
    margin-top: 20px;
    color: inherit;
  }
}

.main {
  padding-top: 100px;
}

.se-tit-wrap {
  background: #dfdac4;
  height: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

@media only screen and (min-width: 768px) {
  .se-tit-wrap {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    aspect-ratio: 2 / .4;
    width: 100%;
    height: auto;
    -webkit-transition: .5s;
    transition: .5s;
    max-height: 300px;
  }
}

.se-tit-wrap h2 {
  text-align: center;
  font-size: clamp(2.7rem, 4vw, 4rem);
}

.se-tit-wrap .en {
  color: #81706c;
  font-size: 1.8rem;
}

/* タブ */
.tab-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: nowrap;
  -ms-flex-flow: nowrap;
  flex-flow: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (min-width: 768px) {
  .tab-list {
    -webkit-flex-flow: nowrap;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
    width: 90%;
    margin: auto;
  }
}

.tab-item {
  padding: 15px;
  background-color: #f2f2f2;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  white-space: nowrap;
  border-top-right-radius: 20px;
  position: relative;
  line-height: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media only screen and (min-width: 1025px) {
  .tab-item {
    padding: 20px 100px;
    -webkit-box-flex: inherit;
    -webkit-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
  }
}

@media only screen and (min-width: 768px) {
  .tab-item br {
    display: none;
  }
}

.tab-item.color01 {
  background-color: #f0e5db;
}

@media only screen and (min-width: 768px) {
  .tab-item.color01 {
    margin-right: 20px;
  }
}

.tab-item.color02 {
  background-color: #c4b8a1;
}

@media only screen and (min-width: 768px) {
  .tab-item.color02 {
    margin-right: 20px;
  }
}

.tab-item.color03 {
  background-color: #80706c;
}

@media only screen and (min-width: 768px) {
  .tab-item {
    width: auto;
    margin-bottom: 0;
  }
}

.tab-item.is-active {
  font-size: 120%;
  padding: 20px 15px;
}

@media only screen and (min-width: 768px) {
  .tab-item.is-active {
    padding: 25px 100px;
  }
}

.btn-base a {
  background: #81706c;
  color: #FFFFFF;
  display: block;
  width: 180px;
  margin: auto;
  border-radius: 100px;
  text-align: center;
  padding: 15px;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
}

.btn-base a::after {
  content: "▶︎";
  display: block;
  font-size: 1rem;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  transition: .5s;
}

.btn-base a:hover {
  background: #000000;
}

.btn-base a:hover::after {
  right: 15px;
}

.l-footer {
  background: #382b26;
  color: #FFFFFF;
  padding: 70px 0;
  margin-top: 50px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .l-footer {
    margin-top: 150px;
  }
}

.l-footer .page-top {
  position: absolute;
  right: 20px;
  top: -25px;
}

.l-footer .page-top a {
  color: #FFFFFF;
  display: block;
  background: #80706c;
  z-index: 30;
  display: block;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
  line-height: 1;
  -webkit-transition: .2s;
  transition: .2s;
}

.l-footer .page-top a:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.l-footer .time {
  font-size: 1.2rem;
}

.l-footer .time-none {
  display: none;
}

@media only screen and (min-width: 768px) {
  .l-footer .time-none {
    display: inherit;
  }
}

.l-footer .footer-inner {
  width: 80%;
  max-width: 1100px;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 90%;
  }
}

.l-footer .footer-inner .footer-l {
  letter-spacing: .1rem;
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-inner .footer-l {
    width: 50%;
    border-right: 1px solid #FFFFFF;
    padding-right: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-inner .footer-l .footer-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-inner .footer-l .footer-main .detail {
    width: 50%;
  }
}

.l-footer .footer-inner .footer-l .footer-main .detail dl dt {
  font-size: clamp(2.3rem, 2.7vw, 2.5rem);
  white-space: nowrap;
}

.l-footer .footer-inner .footer-l .footer-main .detail dl dd {
  line-height: 1.3;
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-inner .footer-l .footer-main .detail dl dd {
    font-size: 1.4rem;
  }
}

.l-footer .footer-inner .footer-l .footer-main .detail .tel-wrap {
  margin-top: 20px;
  padding-left: 13vw;
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-inner .footer-l .footer-main .detail .tel-wrap {
    padding-left: 0;
  }
}

.l-footer .footer-inner .footer-l .footer-main .detail .tel-wrap li {
  list-style: none;
  font-size: 6vw;
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-inner .footer-l .footer-main .detail .tel-wrap li {
    font-size: 1.7rem;
  }
}

.l-footer .footer-inner .footer-l .footer-main .btn-contact a {
  background: #FFFFFF;
  width: 100%;
  padding: 20px;
  text-align: center;
  display: block;
  margin-top: 30px;
  font-size: 1.3rem;
  letter-spacing: -.1rem;
  -webkit-transition: .5s;
  transition: .5s;
}

.l-footer .footer-inner .footer-l .footer-main .btn-contact a:hover {
  opacity: .7;
}

.l-footer .footer-inner .footer-l .footer-main .btn-contact i {
  margin-left: 1rem;
  font-size: 1.8rem;
}

.l-footer .footer-inner .footer-l .footer-main .pic {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-inner .footer-l .footer-main .pic {
    width: 45%;
    margin-bottom: 0;
  }
}

.l-footer .footer-inner .footer-l .footer-main .pic img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 1 / .9;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-inner .footer-l .footer-main .pic img {
    aspect-ratio: 2 / 3;
  }
}

.l-footer .footer-inner .footer-l .footer-main .privacy a {
  color: #FFFFFF;
  font-size: 3vw;
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-inner .footer-l .footer-main .privacy a {
    font-size: clamp(1rem, 1vw, 1.3rem);
  }
}

.l-footer .footer-inner .footer-l .footer-main .privacy a:hover {
  opacity: .7;
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-inner .footer-r {
    width: 50%;
    padding-left: 50px;
  }
}

.l-footer .footer-inner .footer-r .tit-gr {
  font-size: clamp(1.8rem, 2vw, 2rem);
  margin-bottom: 10px;
  text-align: center;
  margin-top: 70px;
}

.l-footer .footer-inner .footer-r .tit-gr a {
  color: #FFFFFF;
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-inner .footer-r .tit-gr {
    margin-top: 0;
    text-align: left;
  }
}

.l-footer .footer-inner .footer-r .gr-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-footer .footer-inner .footer-r .gr-column .pic {
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-inner .footer-r .gr-column .pic {
    margin-bottom: 0;
  }
}

.l-footer .footer-inner .footer-r .gr-column .pic img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

.l-footer .footer-inner .footer-r .gr-column .gr-l {
  margin-right: 6vw;
}

.l-footer .footer-inner .footer-r .gr-column dl dt {
  font-size: clamp(1.5rem, 1.7vw, 1.7rem);
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-inner .footer-r .gr-column dl dt {
    margin-bottom: 0;
  }
}

.l-footer .footer-inner .footer-r .gr-column dl dd {
  font-size: 1.2rem;
}

.copy {
  margin-top: 50px;
  text-align: center;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
}

.effect {
  opacity: 0;
}

.effect.is-active {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  /*--アニメーション名--*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*--時間--*/
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  /*--3秒後に開始--*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*--状態指定--*/
}

@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes fadeup {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

/*========= ハンバーガーメニュー ===============*/
.openbtn {
  position: fixed;
  z-index: 99999;
  /*ボタンを最前面に*/
  bottom: 0px;
  right: 28px;
  cursor: pointer;
  width: 30px;
  height: 50px;
  -webkit-transition: .2s;
  transition: .2s;
}

@media only screen and (min-width: 768px) {
  .openbtn {
    display: none;
  }
}

@media only screen and (min-width: 1280px) {
  .openbtn {
    display: none;
  }
}

.openbtn.active {
  position: fixed;
  background: #000000;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  right: 30px;
  top: 120px;
}

.openbtn.fixed {
  top: 18px;
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 2px;
  background-color: #FFFFFF;
  width: 55%;
}

.openbtn span:nth-of-type(1) {
  top: 16px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 30px;
}

.openbtn.active span:nth-of-type(1) {
  /*top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-35deg);
    width: 60%;
        background-color: $black;*/
  display: inline-block;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: absolute;
  left: 10px;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  width: 55%;
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
  top: 12px;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  /*top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(35deg);
    width: 60%;
    background-color: $black;*/
  display: inline-block;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: absolute;
  left: 10px;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  width: 55%;
  -webkit-transform: translateY(-18px) rotate(45deg);
  transform: translateY(-18px) rotate(45deg);
  top: 36px;
}

.sp-fix-btm {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.sp-fix-btm ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sp-fix-btm ul a {
  display: block;
  background: #000;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  height: 75px;
}

.sp-fix-btm ul li:nth-child(1) {
  width: 60%;
}

.sp-fix-btm ul li:nth-child(1) a {
  background: #880000;
  font-size: 4vw;
}

.sp-fix-btm ul li:nth-child(1) a::before {
  content: "";
  display: block;
  background: url(images/cal.svg) center top/cover no-repeat;
  height: 23px;
  width: 22px;
}

.sp-fix-btm ul li:nth-child(2) {
  width: 40%;
}

.sp-fix-btm ul li:nth-child(2) a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  background: #473934;
}

.sp-fix-btm ul li:nth-child(2) a i {
  font-size: 2.5rem;
  margin-top: 5px;
}

/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 9999;
  /*ナビのスタート位置と形状*/
  top: 0;
  -webkit-transform: translate(100vw, 0);
  transform: translate(100vw, 0);
  width: 100%;
  height: 100vh;
  /*ナビの高さ*/
  background: white;
  /*動き*/
  -webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  opacity: .5;
}

#g-nav .main-menu {
  padding-top: 50px;
  padding-left: 50px;
}

#g-nav .main-menu li a {
  font-size: 5vw;
  margin-bottom: 20px;
  display: block;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  -webkit-transform: translate(0px, 0);
  transform: translate(0px, 0);
  opacity: 1;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
}

#g-nav.panelactive #g-nav-list a {
  -webkit-transition: .5s;
  transition: .5s;
}

#g-nav.panelactive #g-nav-list a:hover {
  opacity: .5;
}

.sp-menu {
  background: #666;
  position: fixed;
  bottom: 0;
  right: 2%;
  z-index: 10;
  width: 38%;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  border-top-right-radius: 20px;
  font-size: 1.5rem;
  letter-spacing: .1rem;
  bottom: env(safe-area-inset-bottom);
}

@media only screen and (min-width: 768px) {
  .sp-menu {
    display: none;
  }
}

.sp-menu span {
  position: relative;
  left: -2vw;
}

.view-pc {
  display: none;
}

@media only screen and (min-width: 768px) {
  .view-pc {
    display: inherit;
  }
}

@media only screen and (min-width: 768px) {
  .view-sp {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .sp-br {
    display: none;
  }
}

#news, #room {
  margin-top: -50px;
  padding-top: 50px;
  display: block;
}

#breakfirst, #facility {
  margin-top: -100px;
  padding-top: 100px;
  display: block;
}

/* ----------------------------------

faq

---------------------------------- */
.faq-wrap {
  max-width: 1000px;
  margin: 50px auto;
  width: 90%;
}

@media only screen and (min-width: 768px) {
  .faq-wrap {
    margin: 100px auto;
  }
}

.faq-wrap dl {
  position: relative;
  border-bottom: 1px solid #000;
  padding: 20px 0;
}

.faq-wrap dl dt {
  font-weight: 600;
  font-size: clamp(1.5rem, 1.8vw, 1.8rem);
  position: relative;
  padding-right: 50px;
}

.faq-wrap dl dt::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}

.faq-wrap dl dt.ac::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f068";
}

.faq-wrap dl dd {
  padding-top: 20px;
}

.txt-faq {
  text-align: center;
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: 600;
  width: 90%;
  margin: 0 auto 50px;
}

.faq-contact {
  background: #dfdac4;
  max-width: 1000px;
  width: 90%;
  margin: auto;
  padding: 40px;
}

.faq-contact .tel {
  text-align: center;
  font-size: clamp(3.5rem, 5vw, 5rem);
  font-family: "Spectral", serif;
  font-style: normal;
  font-weight: 400;
  color: #81706c;
  white-space: nowrap;
}

.faq-contact .tel span {
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.faq-contact .btn a {
  display: block;
  margin: 10px auto 0;
  width: 100%;
  background: #81706c;
  border-radius: 100px;
  color: #FFFFFF;
  padding: 20px;
  text-align: center;
  font-weight: 600;
  font-size: clamp(1.5rem, 1.8vw, 1.8rem);
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .faq-contact .btn a {
    width: 300px;
    margin: 0px auto 0;
  }
}

.faq-contact .btn a:hover {
  background: #000000;
}

.faq-contact .btn a:hover::after {
  right: 20px;
}

.faq-contact .btn a::after {
  content: "▶︎";
  display: block;
  position: absolute;
  right: 25px;
  font-size: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (min-width: 768px) {
  .faq-contact .btn a::after {
    margin-top: 2px;
  }
}

.back {
  margin-top: 50px;
}

@media only screen and (min-width: 768px) {
  .back {
    margin-top: 100px;
  }
}

.back a {
  display: block;
  text-align: center;
  width: 70px;
  margin: auto;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
  left: 0;
}

.back a::after {
  content: "";
  display: block;
  background: url(images/arrow.svg) center top/cover no-repeat;
  height: 6px;
  width: 70px;
}

.back a:hover {
  left: -10px;
}

/* ----------------------------------

news

---------------------------------- */
.news-content {
  max-width: 1200px;
  margin: 50px auto 0;
  width: 90%;
}

@media only screen and (min-width: 768px) {
  .news-content {
    margin: 100px auto 0;
  }
}

@media only screen and (min-width: 1025px) {
  .news-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.news-content .news-l {
  border-top: 1px solid #81706c;
}

@media only screen and (min-width: 1025px) {
  .news-content .news-l {
    width: 60%;
  }
}

.news-content .news-l.line-none {
  border: none;
}

.news-content .news-r {
  margin-top: 80px;
}

@media only screen and (min-width: 1025px) {
  .news-content .news-r {
    width: 30%;
    margin-top: 0;
  }
}

.news-content .news-r .tit {
  color: #81706c;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .news-content .news-r .tit {
    text-align: left;
  }
}

.news-content .news-box a {
  display: block;
  border-bottom: 1px solid #81706c;
  padding: 25px 15px;
  position: relative;
  color: #81706c;
  padding-right: 50px;
  line-height: 1.3;
}

.news-content .news-box a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #81706c;
  -webkit-transition: .5s;
  transition: .5s;
}

.news-content .news-box a:hover::after {
  right: 15px;
  opacity: .7;
}

@media only screen and (min-width: 768px) {
  .news-content .news-box .detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.news-content .news-box .detail .date-wrap {
  margin-right: 50px;
  color: #81706c;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .news-content .news-box .detail .date-wrap {
    margin-bottom: 0;
  }
}

.news-column {
  max-width: 1200px;
  margin: 50px auto;
  width: 90%;
}

@media only screen and (min-width: 768px) {
  .news-column {
    margin: 100px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media only screen and (min-width: 768px) {
  .news-column .news-l {
    width: 60%;
  }
}

.news-column .news-r {
  margin-top: 80px;
}

@media only screen and (min-width: 768px) {
  .news-column .news-r {
    width: 30%;
    margin-top: 0;
  }
}

.news-column .news-r .tit {
  color: #81706c;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .news-column .news-r .tit {
    text-align: left;
  }
}

.news-column .news-r .news-box a {
  display: block;
  border-bottom: 1px solid #81706c;
  padding: 25px 15px;
  position: relative;
  color: #81706c;
  padding-right: 50px;
  line-height: 1.3;
}

.news-column .news-r .news-box a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #81706c;
  -webkit-transition: .5s;
  transition: .5s;
}

.news-column .news-r .news-box a:hover::after {
  right: 15px;
  opacity: .7;
}

@media only screen and (min-width: 768px) {
  .news-column .news-r .news-box .detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.news-column .news-r .news-box .detail .date-wrap {
  margin-right: 50px;
  color: #81706c;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .news-column .news-r .news-box .detail .date-wrap {
    margin-bottom: 0;
  }
}

.news-column .blog-tit {
  font-size: clamp(1.9rem, 3vw, 3rem);
  color: #81706c;
  margin-bottom: 10px;
  line-height: 1.3;
}

.news-column .share {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .news-column .share {
    margin-bottom: 50px;
  }
}

.news-column .share dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-column .share dl dt {
  margin-right: 30px;
  font-family: "Spectral", serif;
  font-style: normal;
}

.news-column .share dl ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-column .share dl ul .twitter {
  width: 12px;
  height: 12px;
  margin-left: 10px;
  position: relative;
  margin-top: 1px;
}

@media only screen and (min-width: 768px) {
  .news-column .share dl ul .twitter {
    width: 15px;
    height: 15px;
  }
}

.post-page-nav {
  max-width: 1200px;
  margin: 50px auto;
  width: 90%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  .post-page-nav {
    margin: 200px auto 0;
  }
}

/* ----------------------------------

contact

---------------------------------- */
.page-id-58 section.contact dl:nth-child(2), .page-id-15 section.contact dl:nth-child(2) {
  border-top: none;
}

section.contact {
  max-width: 1000px;
  margin: auto;
  width: 90%;
}

section.contact dl {
  border-bottom: 1px solid #000;
  padding: 30px 0;
}

@media only screen and (min-width: 768px) {
  section.contact dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

section.contact dl:nth-child(2) {
  border-top: 1px solid #000;
}

section.contact dl dt {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 768px) {
  section.contact dl dt {
    width: 400px;
    margin-right: 50px;
    margin-bottom: 0;
  }
}

section.contact dl dd {
  width: 100%;
}

section.contact dl input, section.contact dl textarea {
  width: 100%;
  border-radius: 0px;
  border: 1px solid #000;
  padding: 10px;
}

section.contact dl.hissu dt {
  position: relative;
}

section.contact dl.hissu dt::after {
  content: "必須";
  display: block;
  height: 25px;
  width: 45px;
  display: block;
  background: #81706c;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 2rem;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  section.contact dl.hissu dt::after {
    height: 40px;
    width: 60px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.5rem;
  }
}

.txt-contact {
  text-align: center;
  font-weight: 600;
  margin: 50px 0;
}

@media only screen and (min-width: 768px) {
  .txt-contact {
    margin: 100px 0;
  }
}

.txt-contact .btn-base {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .txt-contact .btn-base a {
    width: 250px;
  }
}

.txt-hissu {
  padding-bottom: 30px;
}

.txt-hissu span {
  display: inline-block;
  background: #81706c;
  color: #FFFFFF;
  padding: 5px 20px;
  margin-right: 1rem;
}

.con-att {
  max-width: 700px;
  margin: 50px auto 0;
}

.con-att li {
  font-weight: 600;
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.con-att li::before {
  content: "※";
  display: block;
}

input[type="submit"], .wpcf7-previous {
  background: #81706c;
  border: none;
  border-radius: 100px;
  color: #FFFFFF;
  padding: 20px 50px;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  font-weight: 600;
  display: block;
  margin: 30px auto 0;
}

@media only screen and (min-width: 768px) {
  input[type="submit"], .wpcf7-previous {
    margin: 100px auto 0;
  }
}

.wpcf7-previous {
  margin-right: 10px;
  margin: 50px auto 0;
}

@media only screen and (min-width: 768px) {
  .wpcf7-previous {
    margin: 100px 10px 0 0;
  }
}

/* ----------------------------------

pickup

---------------------------------- */
.news-box.pickup-box a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.news-box.pickup-box a .pic {
  width: 30%;
  margin-right: 1rem;
}

@media only screen and (min-width: 768px) {
  .news-box.pickup-box a .pic {
    margin-right: 4rem;
  }
}

.news-box.pickup-box a .pic img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 4 / 3;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (min-width: 768px) {
  .news-box.pickup-box a .pic img {
    aspect-ratio: 2 / 1;
  }
}

.news-box.pickup-box .detail {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

.news-box.pickup-box .detail .date-wrap {
  margin-bottom: 10px;
}

.news-box.pickup-box h3 {
  color: #40302A;
}

.wp-block-image {
  margin: 1rem 0;
}

/* loading */
body.no-scroll {
  overflow: hidden;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  /*background-image: url('images/bg.png');*/
  /* 背景画像 */
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  background: #fff;
}

#loading.fade-out {
  opacity: 0;
  pointer-events: none;
}

/* アニメーション */
#loading img {
  width: 300px;
  height: auto;
  opacity: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-animation: loadingFadeZoom 1s ease-out forwards;
  animation: loadingFadeZoom 1s ease-out forwards;
}

#loading img .is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* 例: CSSファイルに追加 */
/* コンテンツが非表示の状態 (初期状態) */
body.no-scroll .main-content {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  /* 0.5秒かけてフワッと表示 */
}

/* bodyにloadedクラスが付与されたら、コンテンツを表示 */
body.loaded .main-content {
  opacity: 1;
}

/* ローディング画面は2回目以降は非表示 */
#loading {
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  /* ローディング自体のフェードアウト */
}

@-webkit-keyframes loadingFadeZoom {
  from {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes loadingFadeZoom {
  from {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.catch-main,
.catch-en,
.main-bnr,
.top-search,
.sp-reserve-fix {
  opacity: 0;
  /* 最初は透明にしておく */
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  /* 1秒かけてゆっくりと透明度を変える */
}

.catch-main.is-visible,
.catch-en.is-visible,
.main-bnr.is-visible,
.top-search.is-visible,
.sp-reserve-fix.is-visible {
  opacity: 1;
  /* このクラスが追加されると不透明になる */
}

body.secound {
  opacity: 0 !important;
  -webkit-transition: .3s;
  transition: .3s;
}

body.secound.is-visible {
  opacity: 1 !important;
}

.pirvacy-wrap {
  max-width: 1000px;
  width: 80%;
  margin: 40px auto;
}

@media only screen and (min-width: 768px) {
  .pirvacy-wrap {
    margin: 80px auto;
  }
}

.pirvacy-wrap ol li {
  margin-bottom: 50px;
}

.pirvacy-wrap ol ul {
  margin-top: 20px;
  list-style: none;
  /* デフォルトの点を消す */
  counter-reset: my-count;
  /* カウンタを初期化 */
  padding-left: 20px;
}

.pirvacy-wrap ol ul li {
  counter-increment: my-count;
  /* カウンタを1ずつ増やす */
  position: relative;
  margin-bottom: 8px;
}

.pirvacy-wrap ol ul li::before {
  content: "(" counter(my-count) ") ";
  /* カウンタを( )で囲んで表示 */
  font-weight: bold;
  margin-right: 8px;
}

/* PCなど：リンクを無効化する */
.phone-link {
  color: inherit;
  /* 文字色を周りと合わせる */
  text-decoration: none;
  /* 下線を消す */
  pointer-events: none;
  /* クリックを反応させない */
  cursor: default;
  /* カーソルを矢印にする */
}

/* スマホ（画面幅が768px以下）の場合：リンクを有効化する */
@media screen and (max-width: 768px) {
  .phone-link {
    pointer-events: auto;
    /* タップできるようにする */
    text-decoration: underline;
    /* 必要なら下線を出す（任意） */
  }
}

.yakkan-wrap {
  max-width: 1100px;
  margin: 40px auto;
  width: 90%;
}

@media only screen and (min-width: 768px) {
  .yakkan-wrap {
    margin: 80px auto;
  }
}

.yakkan-wrap .txt-up {
  margin-bottom: 20px;
  font-weight: 600;
}

.yakkan-wrap .tit-block {
  margin-top: 50px;
  font-weight: 600;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .yakkan-wrap .yakkan-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.yakkan-wrap .yakkan-column .tit-mid {
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .yakkan-wrap .yakkan-column .tit-mid {
    width: 100px;
  }
}

.yakkan-wrap .yakkan-column .txt-base {
  width: 100%;
}

.yakkan-wrap .maru-num {
  list-style: none;
  counter-reset: num;
  padding-left: 20px;
  margin: 10px 0;
}

.yakkan-wrap .maru-num li {
  counter-increment: num;
  position: relative;
  padding-left: 2em;
}

.yakkan-wrap .maru-num li::before {
  content: counter(num);
  position: absolute;
  left: 0;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.3em;
  text-align: center;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 0.9em;
  top: .4rem;
}

.yakkan-wrap .start-two {
  list-style: none;
  counter-reset: list 1;
  padding-left: 0;
  margin: 10px 0;
}

.yakkan-wrap .start-two li {
  counter-increment: list;
  position: relative;
  padding-left: 2em;
  /* ← 番号ぶんの余白 */
}

.yakkan-wrap .start-two li::before {
  content: counter(list) ". ";
  position: absolute;
  left: 0;
  width: 2em;
  /* ← padding-left と合わせる */
}

.yakkan-wrap table {
  border-collapse: collapse;
  margin: 10px 0;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .yakkan-wrap table {
    width: 70%;
  }
}

.yakkan-wrap table td {
  border: 1px solid #ccc;
  padding: 10px;
}

.yakkan-wrap .txt-table {
  font-size: 90%;
}

.yakkan-wrap .table-ol {
  margin-top: 20px;
  list-style-position: inside;
  list-style: decimal;
  padding-left: 1.8em;
  /* ここで余白調整 */
  font-size: 90%;
}

@media only screen and (min-width: 768px) {
  .btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.txt-thanks {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  .txt-thanks {
    margin-top: 80px;
  }
}
