@charset "UTF-8";
body {
  background: #2B362E;
}

.mv {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto 60px;
}
@media screen and (min-width: 768px) {
  .mv {
    margin: 0 auto;
  }
}

.reservation {
  background: url(/assets/img/top/gallery_bg.png) repeat, #2B362E;
  padding: 70px 0;
  width: 100%;
  max-width: 1360px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .reservation {
    width: 96%;
    padding: 100px 0;
  }
}
.reservation__box {
  max-width: 560px;
  margin: 0 auto;
  background: #eaebe3;
  border-radius: 6px;
  padding: 8px;
}
.reservation__box-inner {
  border-radius: 6px;
  border: 2px solid #2b362e;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .reservation__box-inner {
    padding: 30px 0;
  }
}
.reservation__tel {
  font-family: "Playfair Display", serif;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .reservation__tel {
    font-size: 2.6rem;
  }
}
.reservation__tel i {
  display: inline-flex;
  vertical-align: middle;
  margin: -4px 4px 0 0;
}
.reservation__txt {
  text-align: center;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .reservation__txt {
    font-size: 1.3rem;
    font-weight: 500;
    margin-top: 5px;
  }
}

.news__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news__row::after {
  content: "";
  width: 31%;
}
.news__item {
  position: relative;
  width: 100%;
  margin: 0 0 50px;
}
@media screen and (min-width: 768px) {
  .news__item {
    margin: 0 0 60px;
    width: 31%;
  }
}
.news__item:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .news__item:hover .news__img img {
    transform: scale(1.1);
  }
  .news__item:hover .news__txt {
    color: #2B362E;
  }
}
.news__cat {
  display: inline-block;
  background: #2B362E;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: var(--ff_poppins);
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 15px;
}
@media screen and (min-width: 768px) {
  .news__cat {
    font-size: 1.6rem;
  }
}
.news__img {
  position: relative;
  width: 100%;
  padding-bottom: 72.4%;
  overflow: hidden;
  margin-bottom: 20px;
}
.news__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.news__txt {
  font-size: 1.6rem;
  margin-bottom: 10px;
  line-height: 1.85;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .news__txt {
    line-height: 2;
  }
}
.news__date {
  font-family: var(--ff_poppins);
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .news__btn {
    text-align: center;
  }
}

.news-nav {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
}
.news-nav__item {
  width: 25%;
  position: relative;
  margin-bottom: 10px;
}
.news-nav__item::before {
  content: "";
  width: 1px;
  height: 110%;
  background: #C5A177;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .news-nav__item::before {
    height: 44px;
  }
}
.news-nav__item:last-of-type::after {
  content: "";
  width: 1px;
  height: 110%;
  background: #C5A177;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .news-nav__item:last-of-type::after {
    height: 44px;
  }
}
.news-nav__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 92%;
  height: 100%;
  font-family: var(--ff_poppins);
  font-size: 1.3rem;
  font-weight: 500;
  padding: 8px 7px 10px;
  letter-spacing: 0.04em;
  text-align: center;
  position: relative;
  line-height: 1.3;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .news-nav__link {
    font-size: 1.8rem;
    padding: 10px 12px;
  }
}
.news-nav__link.is-current {
  background: #2B362E;
  color: #FFF;
  pointer-events: none;
}

.news-detail__heading {
  max-width: 800px;
  margin: 0 auto;
}
.news-detail__contents {
  width: 96%;
  max-width: 800px;
  margin: 0 auto;
}
.news-detail__contents h2 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .news-detail__contents h2 {
    font-size: 2.8rem;
  }
}
.news-detail__contents h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .news-detail__contents h3 {
    font-size: 2rem;
  }
}
.news-detail__contents h4 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .news-detail__contents h4 {
    font-size: 1.6rem;
  }
}
.news-detail__contents p {
  margin-bottom: 30px;
  line-height: 1.85;
}
@media screen and (min-width: 768px) {
  .news-detail__contents p {
    line-height: 2;
    font-size: 1.6rem;
  }
}
.news-detail__contents strong {
  font-weight: bold;
}
.news-detail__contents em {
  font-style: italic;
}
.news-detail__contents a {
  text-decoration: underline;
}
.news-detail__contents a:hover {
  text-decoration: none;
}
.news-detail__contents th, .news-detail__contents td {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .news-detail__contents th, .news-detail__contents td {
    font-size: 1.5rem;
  }
}
.news-detail__contents .wp-block-media-text {
  margin-bottom: 30px;
}
.news-detail__contents ul, .news-detail__contents ol {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .news-detail__contents .wp-block-image::after {
    content: "";
    display: block;
    clear: both;
  }
}
@media screen and (max-width: 767px) {
  .news-detail__contents .wp-block-image .alignright,
  .news-detail__contents .wp-block-image .alignleft {
    float: none;
  }
}
.news-detail__contents .wp-block-button__link {
  display: inline-block;
  min-width: 180px;
  background: #2B362E;
  border-radius: 0;
  color: #eaebe3;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.62;
  text-align: left;
  text-decoration: none;
  letter-spacing: 0.52px;
  padding: 4px 45px 4px 25px;
  position: relative;
  transition: all 0.5s ease;
  border: solid 1px #2B362E;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
  .news-detail__contents .wp-block-button__link {
    min-width: 212px;
    font-size: 1.4rem;
    padding: 11px 20px;
  }
}
.news-detail__contents .wp-block-button__link::before {
  content: "";
  width: 34px;
  height: 1px;
  background: #eaebe3;
  position: absolute;
  top: 50%;
  right: 0;
  transition: all 0.5s ease;
}
.news-detail__contents .wp-block-button__link:hover {
  background: #FFF;
  color: #2B362E;
  opacity: 1;
}
.news-detail__contents .wp-block-button__link:hover::before {
  background: #2B362E;
  right: -17px;
}
.news-detail__cat {
  display: inline-block;
  background: #2B362E;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: var(--ff_poppins);
  padding: 3px 15px;
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .news-detail__cat {
    font-size: 1.6rem;
  }
}
.news-detail__date {
  font-family: var(--ff_poppins);
  letter-spacing: 0.04em;
  font-size: 1.4rem;
}
.news-detail__img {
  margin-bottom: 50px;
  text-align: center;
  aspect-ratio: 4/3;
}
@media screen and (min-width: 768px) {
  .news-detail__img {
    margin-bottom: 60px;
  }
}
.news-detail__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.page-numbers li {
  margin: 0 5px 10px 0;
  font-size: 2rem;
  font-family: var(--ff_poppins);
}
@media screen and (min-width: 768px) {
  .page-numbers li {
    margin: 0 30px 10px 0;
  }
}
.page-numbers li:last-of-type {
  margin-right: 0;
}
.page-numbers li .page-item {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.page-numbers li.prev a, .page-numbers li.next a {
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 767px) {
  .page-numbers li.prev a, .page-numbers li.next a {
    width: 38px;
    height: 38px;
  }
}
.page-numbers li.prev a::before, .page-numbers li.next a::before {
  content: "";
  width: 8px;
  height: 8px;
  transform: rotate(135deg);
  position: absolute;
  top: calc(50% - 5px);
}
.page-numbers li.prev {
  left: -10px;
}
.page-numbers li.prev a::before {
  border-bottom: #CBCBCB 2px solid;
  border-right: #CBCBCB 2px solid;
  right: 0;
}
@media screen and (max-width: 767px) {
  .page-numbers li.prev a::before {
    right: 12px;
  }
}
@media screen and (max-width: 767px) {
  .page-numbers li.prev {
    left: 0;
  }
}
.page-numbers li.next {
  right: -10px;
}
@media screen and (max-width: 767px) {
  .page-numbers li.next {
    right: 0;
  }
}
.page-numbers li.next a::before {
  border-top: #CBCBCB 2px solid;
  border-left: #CBCBCB 2px solid;
  left: 0;
}
@media screen and (max-width: 767px) {
  .page-numbers li.next a::before {
    left: 12px;
  }
}
.page-numbers li a, .page-numbers li span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 0 1px;
  font-size: 1.6rem;
  min-width: 42px;
}
.page-numbers li span {
  width: 42px;
  height: 42px;
}
.page-numbers li span.current {
  padding: 0;
}
.page-numbers li .current {
  border-radius: 50%;
  background: #2B362E;
  color: #fff;
  padding: 3px 20px;
}
.page-numbers li a {
  position: relative;
}
.page-numbers li a.prev, .page-numbers li a.next {
  width: 42px;
  height: 42px;
}
@media screen and (max-width: 767px) {
  .page-numbers li a.prev, .page-numbers li a.next {
    width: 38px;
    height: 38px;
  }
}
.page-numbers li a.prev::before, .page-numbers li a.next::before {
  content: "";
  width: 8px;
  height: 8px;
  transform: rotate(135deg);
  position: absolute;
  top: calc(50% - 5px);
}
.page-numbers li a.prev::before {
  border-bottom: #2B362E 1px solid;
  border-right: #2B362E 1px solid;
  right: 0;
}
@media screen and (max-width: 767px) {
  .page-numbers li a.prev::before {
    right: 12px;
  }
}
.page-numbers li a.next::before {
  border-top: #2B362E 1px solid;
  border-left: #2B362E 1px solid;
  left: 0;
}
@media screen and (max-width: 767px) {
  .page-numbers li a.next::before {
    left: 12px;
  }
}
.page-numbers .page-item {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.page-numbers .page-item.page-item-prev {
  left: -58px;
}
@media screen and (max-width: 767px) {
  .page-numbers .page-item.page-item-prev {
    left: -38px;
  }
}
.page-numbers .page-item.page-item-next {
  right: -58px;
}
@media screen and (max-width: 767px) {
  .page-numbers .page-item.page-item-next {
    right: -38px;
  }
}

.access__map iframe {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .access__map iframe {
    height: 300px;
  }
}
@media screen and (min-width: 768px) {
  .access__row {
    display: flex;
    justify-content: space-between;
  }
}
.access__col {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .access__col {
    width: 48%;
    max-width: 510px;
    margin-bottom: 0;
  }
}
.access__txt {
  display: flex;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.64px;
  color: #2B362E;
}
@media screen and (min-width: 768px) {
  .access__txt {
    font-size: 1.6rem;
  }
}
.access__txt i {
  width: 14px;
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
  padding-top: 5px;
}
.access__txt dt {
  font-weight: 500;
  width: 97px;
}
@media screen and (min-width: 768px) {
  .access__txt dt {
    width: 123px;
    font-weight: 700;
  }
}
.access__txt dd {
  width: calc(100% - 97px);
}
@media screen and (min-width: 768px) {
  .access__txt dd {
    width: calc(100% - 123px);
  }
}

/*-------------------
ライトボックス
-------------------*/
.lbox {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}
.lbox__inner {
  z-index: 10001;
  position: relative;
}
@media screen and (min-width: 768px) {
  .lbox__inner {
    width: 806px;
    aspect-ratio: 4/3;
    max-height: 80vh;
  }
}
@media screen and (max-width: 767px) {
  .lbox__inner {
    width: 90%;
    height: 0;
    padding-bottom: 61.25%;
    transform: translate(0, 0);
  }
}
.lbox__inner-movie {
  position: relative;
  z-index: 1001;
}
@media screen and (max-width: 767px) {
  .lbox__inner-movie {
    width: 90%;
    height: 0;
    padding-bottom: 61.25%;
    transform: translate(0, 0);
  }
}
@media screen and (min-width: 768px) {
  .lbox__inner-movie {
    width: 140vh;
    max-width: 1100px;
    max-height: 630px;
    height: 74vh;
  }
}
.lbox__close {
  position: absolute;
  right: 0;
  top: -59px;
  width: 44px;
  height: 44px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 1001;
}
.lbox__close:hover {
  cursor: pointer;
}
.lbox__close:before, .lbox__close:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
}
.lbox__close:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.lbox__close:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.lbox__clickable {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
.lbox iframe, .lbox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 5px #FFF;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .lbox iframe, .lbox img {
    border: solid 10px #FFF;
  }
}