.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.tc {
  display: block !important;
}

.tb {
  display: none !important;
}

@media print, screen and (max-width: 991px) {
  .tc {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .top-property .property-panel .desc {
    font-family: "Noto Sans JP", sans-serif !important;
    font-weight: 500 !important;
  }
  .btn span {
    font-family: "Noto Sans JP", sans-serif !important;
    font-weight: 300 !important;
    font-size: 15px;
  }
  .top-foods .food-card-list .food-card-item .wrap .desc {
    font-family: "Noto Sans JP", sans-serif !important;
    font-weight: 500 !important;
  }
  .top-news .news-item-list .news-item .title a {
    font-family: "Noto Sans JP", sans-serif !important;
    font-weight: 300 !important;
  }
  .top-news .news-item-list .news-item .date {
    font-family: "Noto Sans JP", sans-serif !important;
    font-weight: 300 !important;
  }
  .top-traffic .tranffic-content .wrap .texts {
    font-family: "Noto Sans JP", sans-serif !important;
    font-weight: 300 !important;
  }
  .top-tourist .tourist-block-list .tourist-block-item .wrap {
    font-family: "Noto Sans JP", sans-serif !important;
    font-weight: 300 !important;
  }
  #footer .footer-bottom .footer-nav .nav-menu a {
    font-family: "Noto Sans JP", sans-serif !important;
    font-weight: 300 !important;
  }
  #footer .footer-bottom .copyright {
    font-family: "Noto Sans JP", sans-serif !important;
    font-weight: 300 !important;
  }
  #footer .footer-main .footer-info a {
    font-family: "Noto Sans JP", sans-serif !important;
    font-weight: 300 !important;
  }
  .facility-banner .banner-list .banner .wrap .title {
    font-family: "Noto Sans JP", sans-serif !important;
    font-weight: 300 !important;
  }
  .pickup-block-list .pickup-block-item .wrap .desc {
    font-family: "Noto Sans JP", sans-serif !important;
    font-weight: 300 !important;
  }
  .pickup-block-list .pickup-block-item .wrap .dark-btn {
    font-family: "Noto Sans JP", sans-serif !important;
    font-weight: 300 !important;
  }
  .page-faq .faq-block-list .faq-block .faq-list .faq-item .question {
    font-family: "Noto Sans JP", sans-serif !important;
    font-weight: 300 !important;
  }
  .page-faq .faq-block-list .faq-block .faq-list .faq-item .answer {
    font-family: "Noto Sans JP", sans-serif !important;
    font-weight: 300 !important;
  }
  .page-news .news-wrap > .content {
    font-family: "Noto Sans JP", sans-serif !important;
    font-weight: 300 !important;
  }
  #mobile-nav .mobile-nav-menu .menu-link {
    font-family: "Noto Sans JP", sans-serif !important;
    font-weight: 300 !important;
  }
  #mobile-nav .mobile-info {
    font-family: "Noto Sans JP", sans-serif !important;
    font-weight: 300 !important;
  }
  #mobile-nav .mobile-info a {
    font-weight: 300 !important;
  }
}
@media print, screen and (min-width: 769px) {
  .pc-hide {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .sp-hide {
    display: none !important;
  }
}
[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 60px, 0);
  transform: translate3d(0, 60px, 0);
}

#wrapper {
  position: relative;
  width: 100%;
}

main {
  position: relative;
}

main#main {
  overflow: hidden;
}

/* input */
input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
select,
textarea {
  position: relative;
  background-color: #fbfbfb;
  border: 1px solid #888888;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.8rem 0.8rem;
  width: 100%;
  font-family: "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 2.4rem;
  text-align: left;
  letter-spacing: 0.08em;
  color: #201f19;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
select {
  height: 4rem;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
  border-color: #888888;
}

select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/select-down.png);
  background-position: calc(100% - 0.8rem) 50%;
  background-size: 1.6rem 1.6rem;
  background-repeat: no-repeat;
  z-index: 0;
}

/* checkbox */
.checkbox {
  display: block;
  position: relative;
  padding-left: 3.2rem;
  cursor: pointer;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: left;
  color: #000000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 768px) {
  .checkbox {
    font-size: 1.6rem;
    line-height: 2.8rem;
    padding-left: 3rem;
  }
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox .checkmark {
  position: absolute;
  top: 0.3rem;
  left: 0;
  height: 2.4rem;
  width: 2.4rem;
  background-color: #ffffff;
  border-radius: 0.4rem;
  border: 2px solid #1b1b1f;
}

@media only screen and (max-width: 768px) {
  .checkbox .checkmark {
    top: 0.4rem;
    width: 2rem;
    height: 2rem;
    border-radius: 0.4rem;
  }
}
.checkbox input:focus ~ .checkmark {
  outline: 0.3rem solid #7ebf41;
}

.checkbox input:checked ~ .checkmark {
  background-color: #3b8e65;
  border-color: #3b8e65;
  outline: none;
}

.checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox input:checked ~ .checkmark:after {
  display: block;
}

.checkbox .checkmark:after {
  left: 0.5rem;
  top: 0;
  width: 0.9rem;
  height: 1.5rem;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 768px) {
  .checkbox .checkmark:after {
    left: 0.4rem;
    top: 0;
    width: 0.8rem;
    height: 1.2rem;
  }
}
picture,
figure,
.image_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

picture img,
figure img,
.image_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.scroll {
  position: relative;
  max-width: 100%;
  width: 100%;
  overflow: auto;
}

@media only screen and (max-width: 768px) {
  .scroll {
    padding-bottom: 1.2rem;
  }
  .scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
    border-radius: 0.6rem;
  }
  .scroll::-webkit-scrollbar {
    height: 0.6rem;
    background-color: #f5f5f5;
  }
  .scroll::-webkit-scrollbar-thumb {
    border-radius: 0.6rem;
    background-color: #fed517;
  }
}
.common-section {
  position: relative;
  padding: 10rem 0 10rem;
}

@media only screen and (max-width: 768px) {
  .common-section {
    padding: 6rem 0 7rem;
  }
}
.m-text {
  position: relative;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.8rem;
}

@media only screen and (max-width: 768px) {
  .m-text {
    letter-spacing: 0.04em;
  }
}
.underline-bg {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(68%, transparent), color-stop(0%, #fbb03b));
  background: linear-gradient(transparent 68%, #fbb03b 0%);
}

/* btn */
.btn-wrap {
  position: relative;
}

.btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 24rem;
  padding: 1.6rem 2rem 1.6rem 2.4rem;
  background: #fbfbfb;
  font-family: "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.6rem;
  letter-spacing: 0.08em;
  color: #201f19;
  text-align: left;
  white-space: nowrap;
  text-decoration: none;
  border: none;
  outline: none;
  -webkit-transition: background 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: background 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  overflow: hidden;
  cursor: pointer;
  z-index: 0;
}

@media only screen and (max-width: 768px) {
  .btn {
    max-width: 33.5rem;
    width: 100%;
    padding: 1.6rem 2rem 1.6rem 2.4rem;
  }
}
.btn span {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  padding-top: 0.2rem;
  z-index: 3;
}

.btn svg {
  position: relative;
  display: inline-block;
  width: 2.4rem;
  height: auto;
  text-decoration: none;
  margin-left: 2rem;
  z-index: 3;
}

.btn svg path {
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}

.btn.bg-gray {
  background: #c8b687;
}

.btn.out-link svg {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #c8b687;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  z-index: 1;
}

.btn:hover {
  color: #ffffff;
}

.btn:hover svg path {
  stroke: #ffffff;
}

.btn:hover::before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.dark-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 37.5rem;
  max-width: 100%;
  padding: 1.8rem 2.4rem 1.8rem 2.4rem;
  background: #201f19;
  font-family: "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  line-height: 3rem;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  border: none;
  outline: none;
  -webkit-transition: background 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: background 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  overflow: hidden;
  cursor: pointer;
  z-index: 0;
}

@media only screen and (max-width: 768px) {
  .dark-btn {
    max-width: 33.5rem;
    width: 100%;
    padding: 1.8rem 2.4rem 1.8rem 2.4rem;
  }
}
.dark-btn span {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  padding-top: 0.2rem;
  z-index: 3;
  font-size: 1.6rem;
}

.dark-btn svg {
  position: relative;
  display: inline-block;
  width: 2rem;
  height: auto;
  text-decoration: none;
  margin-left: 0.8rem;
  z-index: 3;
}

.dark-btn svg path {
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}

.dark-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #c8b687;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  z-index: 1;
}

.dark-btn:hover {
  color: #201f19;
}

.dark-btn:hover svg path {
  stroke: #201f19;
}

.dark-btn:hover::before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.viewmore_link_wrap {
  position: relative;
}

.viewmore_link_wrap .viewmore_link {
  position: relative;
  display: inline-block;
  font-family: "Ubuntu";
  font-weight: bold;
  font-style: italic;
  font-size: 16px;
  line-height: 26px;
  color: #ff7100;
  text-decoration: none;
}

.viewmore_link_wrap .viewmore_link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ff7100;
}

.viewmore_link_wrap .viewmore_link::after {
  content: ">";
  display: inline-block;
  line-height: 1;
  margin-left: 6px;
  vertical-align: text-bottom;
}

.viewmore_link_wrap .viewmore_link:hover::before {
  width: 100%;
  animation: link-lineloop 0.6s ease-out;
  -webkit-animation: link-lineloop 0.6s ease-out;
}

.view-more {
  position: relative;
}

.link-btn {
  position: relative;
  overflow: hidden;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 1.6rem 6rem 1.4rem 3.6rem;
  background-color: #3b8e65;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 3rem;
  letter-spacing: 0.2em;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  border-radius: 3rem;
  cursor: pointer;
  z-index: 0;
}

@media only screen and (max-width: 768px) {
  .link-btn {
    padding: 1.6rem 4.4rem 1.6rem 3.2rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0.1em;
    border-radius: 2.8rem;
  }
}
.link-btn span {
  position: relative;
  color: inherit;
  text-decoration: none;
  z-index: 3;
}

.link-btn svg {
  position: absolute;
  top: 50%;
  right: 3.6rem;
  display: block;
  width: initial;
  height: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}

@media only screen and (max-width: 768px) {
  .link-btn svg {
    right: 2rem;
  }
}
.link-btn svg path {
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}

.link-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  border-radius: 3rem;
  border: 3px solid #3b8e65;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .link-btn::after {
    border-width: 2px;
    border-radius: 2.8rem;
  }
}
.link-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #ffffff;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  z-index: 1;
}

.link-btn:hover {
  color: #3b8e65;
}

.link-btn:hover svg path {
  stroke: #3b8e65;
}

.link-btn:hover::before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  padding: 1.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.5);
}

.modal .modal-dialog {
  position: relative;
  max-width: 70rem;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -15%);
  transform: translate(0, -15%);
  margin: auto;
}

.modal .modal-content {
  position: relative;
  display: block;
  width: 100%;
  background: #ffffff;
  border-radius: 0.6rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  pointer-events: auto;
}

.modal .close {
  position: absolute;
  top: -1rem;
  right: -1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.2rem 0.6rem;
  width: 3rem;
  height: 3rem;
  background-color: #fed517;
  border-radius: 50%;
  font-size: 1.6rem;
  line-height: 1;
  z-index: 3;
}

.modal .modal-body {
  position: relative;
  padding: 2rem;
}

.modal.show {
  opacity: 1;
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open {
  overflow: hidden;
}

.fixed-bar {
  position: fixed;
  left: 0;
  bottom: -13.6rem;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 991;
}

@media only screen and (max-width: 768px) {
  .fixed-bar {
    display: none;
  }
}
.fixed-bar .container {
  position: relative;
  z-index: 1;
}

.fixed-bar .reserve-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.1rem;
  z-index: 1;
}

.fixed-bar .reserve-links > li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  padding: 0 0.5rem;
}

.fixed-bar .reserve-links .reserve-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8rem 1.6rem;
  background: #a48537;
  font-family: "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.08em;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: 1px solid #888888;
  border-radius: 0.8rem 0.8rem 0 0;
  border-bottom: none !important;
}

.fixed-bar .reserve-links .reserve-link.type2 {
  background: #c4c4c4;
  border-color: #c4c4c4;
  color: #888888;
}

.fixed-bar .reserve-links .reserve-link span {
  position: relative;
  color: inherit;
  text-decoration: none;
  z-index: 3;
}

.fixed-bar .reserve-links .reserve-link svg {
  position: relative;
  display: inline-block;
  width: initial;
  height: auto;
  margin-left: 0.6rem;
  z-index: 3;
}

.fixed-bar .reverse-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.4rem 0;
  background: #a48537;
  border-top: 1px solid #888888;
  font-family: "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: left;
  z-index: 0;
}

.fixed-bar .reverse-form .form-title {
  display: none;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.08em;
  color: #201f19;
  padding-top: 0.9rem;
  padding-bottom: 0.8rem;
  padding-right: 3rem;
  margin-right: 3.2rem;
}

.fixed-bar .reverse-form .form-content {
  position: relative;
  margin-right: 6.4rem;
  color: #fff;
}

.fixed-bar .reverse-form .form-content::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 2.4rem;
  background: #888888;
  right: -3.2rem;
  top: 1rem;
}

.fixed-bar .reverse-form .form-content form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fixed-bar .reverse-form .form-content form select {
  position: relative;
  width: 7.6rem;
  margin-top: 1px;
  margin-bottom: 1px;
  background-color: #a48537;
  color: #f6f1ea;
  border: 1px solid #f6f1ea;
}

.fixed-bar .reverse-form .form-content form dl {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 3rem;
  color: #f6f1ea;
}

.room_489ban {
  display: none !important;
}

.person_489ban {
  display: none !important;
}

.fixed-bar .reverse-form .form-content form dl dt {
  position: relative;
  display: inline-block;
  padding: 0.6rem 0.8rem 0.6rem 0;
}

.fixed-bar .reverse-form .form-content form dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fixed-bar .reverse-form .form-content form dl dd select[name=date_ym] {
  display: block;
  width: 11.8rem;
  margin-right: 0.8rem;
  background-color: #a48537;
  color: #f6f1ea;
}

.fixed-bar .reverse-form .form-content form dl dd span {
  position: relative;
  display: inline-block;
  padding: 0.6rem 0 0.6rem 0.8rem;
}

.fixed-bar .reverse-form .form-content form dl dd label {
  margin-left: 0.8rem;
}

.fixed-bar .reverse-form .form-content form > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fixed-bar .reverse-form .form-content form > button {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8rem 2.6rem;
  background: #f6f1ea;
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.08em;
  color: #a48537;
  cursor: pointer;
  outline: none;
}

.fixed-bar .reverse-form .form-content form > button img {
  margin-right: 0.5rem;
}

.rect-btn {
  position: relative;
  display: block;
  margin-right: 0.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8rem 2.6rem;
  background: none;
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.08em;
  color: #f6f1ea;
  cursor: pointer;
  border: 1px solid #f6f1ea;
  outline: none;
}

.rect-btn img {
  margin-left: 1rem;
}

.fixed-bar.fixed {
  bottom: 0;
}

.fixed-action {
  position: fixed;
  right: 4rem;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 991;
}

@media only screen and (max-width: 768px) {
  .fixed-action {
    display: none;
  }
}
.fixed-action > li {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .fixed-action > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  .fixed-action > li {
    width: 100%;
  }
  .fixed-action > li .btn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .fixed-action > li:not(:last-child) {
    margin-right: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .fixed-action > li:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.fixed-action > li .btn {
  background: #fbfbfb;
  -webkit-box-shadow: 0rem 0rem 0.8rem rgba(0, 0, 0, 0.2);
  box-shadow: 0rem 0rem 0.8rem rgba(0, 0, 0, 0.2);
}

.fixed-action.fixed {
  bottom: 6rem;
  opacity: 1;
  visibility: visible;
}

.sp-fixed-bar {
  position: fixed;
  display: none;
  left: 0;
  bottom: -6.2rem;
}

@media only screen and (max-width: 768px) {
  .sp-fixed-bar {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fbfbfb;
    padding: 0.8rem 0.25rem;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 991;
  }
  .sp-fixed-bar > li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    padding: 0 0.25rem;
  }
  .sp-fixed-bar .bar-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.8rem 0.4rem;
    width: 100%;
    height: 4.4rem;
    background: #a48537;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.8;
    text-align: center;
    letter-spacing: 0.08em;
    color: #f6f1ea;
    width: 100%;
    font-family: "Noto Sans JP";
  }
}
.sp-fixed-bar .bar-link span {
  position: relative;
  display: inline-block;
  padding-top: 0.3rem;
  color: inherit;
  text-decoration: none;
}

.sp-fixed-bar .bar-link img {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 2rem;
  margin-right: 0.4rem;
}

.sp-fixed-bar .bar-link .ls {
  letter-spacing: 0.04em;
}

.sp-fixed-bar.fixed {
  bottom: 0;
}

.spslider {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .spslider {
    padding-bottom: 2.4rem;
  }
}
.spslider .spslide-item {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .spslider .spslide-item {
    padding: 0 1rem;
  }
}
.spslider .slick-next,
.spslider .slick-prev {
  position: absolute;
  top: 50%;
  top: calc(50% - 2.8rem);
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  background: none;
  padding: 0;
  cursor: pointer;
  font-size: 0;
  z-index: 9;
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.3));
}

.spslider .slick-next::before,
.spslider .slick-next::after,
.spslider .slick-prev::before,
.spslider .slick-prev::after {
  display: none;
}

.spslider .slick-prev {
  left: 0.4rem;
  background-image: url(../img/slick-left.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.spslider .slick-next {
  right: 0.4rem;
  background-image: url(../img/slick-right.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.spslider .slick-dots {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  bottom: 0;
  line-height: 1;
  width: 100%;
  z-index: 3;
}

.spslider .slick-dots > li {
  position: relative;
  padding: 0 0.4rem;
}

.spslider .slick-dots > li button {
  position: relative;
  display: block;
  background: #7d7d7d;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  font-size: 0;
  color: transparent;
  padding: 0;
  margin: 0;
}

.spslider .slick-dots > li.slick-active button {
  background: #f6f1ea;
}

#lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

#lightbox img {
  display: block;
  max-width: 100%;
  width: 70rem;
  height: 70rem;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

@media only screen and (max-width: 768px) {
  #lightbox img {
    max-width: 100%;
    width: 37.5rem;
    height: 37.5rem;
  }
}
.pickup-block-list {
  position: relative;
  display: block;
}

.pickup-block-list > li {
  position: relative;
}

.pickup-block-list > li:not(:last-child) {
  margin-bottom: 12rem;
}

@media only screen and (max-width: 768px) {
  .pickup-block-list > li:not(:last-child) {
    margin-bottom: 8rem;
  }
}
.pickup-block-list .pickup-block-item {
  position: relative;
  display: block;
}

.pickup-block-list .pickup-block-item::after {
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  clear: both;
}

.pickup-block-list .pickup-block-item .photos {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .pickup-block-list .pickup-block-item .photos {
    width: 58rem;
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .pickup-block-list .pickup-block-item .photos {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.pickup-block-list .pickup-block-item .photos .pickup {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 100%;
  width: 58rem;
  height: 58rem;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  .pickup-block-list .pickup-block-item .photos .pickup {
    width: 33.5rem;
    height: 33.5rem;
  }
}
.pickup-block-list .pickup-block-item .photos .pickup img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.pickup-block-list .pickup-block-item .photos .thumbs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  width: 100%;
  overflow-x: auto;
}

@media only screen and (max-width: 768px) {
  .pickup-block-list .pickup-block-item .photos .thumbs {
    overflow-x: auto;
  }
}
.pickup-block-list .pickup-block-item .photos .thumbs img {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8rem;
  height: 8rem;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .pickup-block-list .pickup-block-item .photos .thumbs img {
    width: 6rem;
    height: 6rem;
  }
}
.pickup-block-list .pickup-block-item .photos .thumbs img:not(:last-child) {
  margin-right: 2rem;
}

@media only screen and (max-width: 768px) {
  .pickup-block-list .pickup-block-item .photos .thumbs img:not(:last-child) {
    margin-right: 1rem;
  }
}
.pickup-block-list .pickup-block-item .wrap {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .pickup-block-list .pickup-block-item .wrap {
    float: right;
    width: calc(100% - 66rem);
    padding-top: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .pickup-block-list .pickup-block-item .wrap {
    width: 100%;
  }
}
.pickup-block-list .pickup-block-item .wrap .title {
  position: relative;
  font-weight: 500;
  font-size: 2.7rem;
  letter-spacing: 0.08em;
  color: #3c2d26;
  margin-bottom: 2rem;
  font-family: "Noto Sans JP";
}

@media only screen and (max-width: 768px) {
  .pickup-block-list .pickup-block-item .wrap .title {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
}
.pickup-block-list .pickup-block-item .wrap .desc {
  position: relative;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #3c2d26;
  font-family: "Noto Sans JP";
}

.pickup-block-list .pickup-block-item .wrap .dark-btn {
  margin-top: 8rem;
  background: #a48537;
}

@media only screen and (max-width: 768px) {
  .pickup-block-list .pickup-block-item .wrap .dark-btn {
    margin-top: 4rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.spot-card-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 4rem;
}

@media only screen and (max-width: 768px) {
  .spot-card-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.spot-card-list > li {
  position: relative;
}

.spot-card-list > li:not(:last-child) {
  margin-bottom: 4rem;
}

@media only screen and (max-width: 768px) {
  .spot-card-list > li:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.spot-card-list > li .wrap {
  position: relative;
}

.spot-card-list > li .wrap .thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.spot-card-list > li .wrap .thumb img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 768px) {
  .spot-card-list > li .wrap .thumb img {
    width: 100%;
    height: 100%;
  }
}
.spot-card-list > li .wrap .title {
  position: relative;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.08em;
  color: #3c2d26;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: "Noto Sans JP";
  padding: 0 0.5rem;
}

@media only screen and (max-width: 768px) {
  .spot-card-list > li .wrap .title {
    font-size: 1.8rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    padding: 0 0.5rem;
  }
}
.spot-card-list > li .wrap .desc {
  position: relative;
  padding: 0 0.5rem;
}

@media only screen and (max-width: 768px) {
  .spot-card-list > li .wrap .desc {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    padding: 0 0.5rem;
  }
}
.spot-card-list > li .wrap .texts .desc {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .spot-card-list > li .wrap .texts .desc {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}
.wp-pagination {
  position: relative;
  margin-top: 6rem;
}

@media only screen and (max-width: 768px) {
  .wp-pagination {
    margin-top: 5rem;
  }
}
.wp-pagination .wp-pagenavi {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wp-pagination .wp-pagenavi span,
.wp-pagination .wp-pagenavi a {
  margin-left: 0.3rem;
  margin-right: 0.3rem;
  margin-bottom: 0.6rem;
  padding: 1rem 1.5rem;
  min-width: 4.6rem;
  border: 1px solid #07913a;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  text-align: center;
  color: #07913a;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 768px) {
  .wp-pagination .wp-pagenavi span,
  .wp-pagination .wp-pagenavi a {
    font-size: 1.4rem;
    line-height: 2.4rem;
    padding: 0.8rem 1.2rem;
    min-width: 4.2rem;
  }
}
.wp-pagination .wp-pagenavi span:hover,
.wp-pagination .wp-pagenavi a:hover {
  background: #07913a;
  color: #ffffff;
}

.wp-pagination .wp-pagenavi span {
  background: #07913a;
  color: #ffffff;
}

.wp-pagination .wp-pagenavi span.pages {
  display: none;
}

.wp-pagination .wp-pagenavi .first,
.wp-pagination .wp-pagenavi .last {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

@media only screen and (max-width: 768px) {
  .wp-pagination .wp-pagenavi .first,
  .wp-pagination .wp-pagenavi .last {
    display: none;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}
#toc_container {
  position: relative;
  display: block;
  max-width: 100%;
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 1.5rem;
  font-size: 100%;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding: 2.4rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 768px) {
  #toc_container {
    letter-spacing: 0;
    padding: 1.8rem;
    margin-top: 2.4rem;
    margin-bottom: 2.5rem;
    border-radius: 1.2rem;
  }
}
#toc_container .toc_title {
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #000000;
  text-align: center;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  #toc_container .toc_title {
    font-size: 1.6rem;
  }
}
#toc_container .toc_list {
  margin-top: 1rem !important;
}

#toc_container .toc_list .toc_number {
  margin-right: 0.4rem;
}

.blog-single {
  position: relative;
}

.blog-single .single-thumb {
  position: relative;
  width: 100%;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 768px) {
  .blog-single .single-thumb {
    margin-bottom: 2.4rem;
  }
}
.blog-single .single-title {
  position: relative;
  font-size: 2.4rem;
  line-height: 3.6rem;
  letter-spacing: 0.1em;
  font-weight: 900;
  color: #000000;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 768px) {
  .blog-single .single-title {
    font-size: 1.8rem;
    line-height: 3rem;
    margin-bottom: 2.4rem;
  }
}
.blog-single .single-date {
  position: relative;
  display: block;
  font-family: "Oswald";
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #999999;
  margin-bottom: 0.6rem;
}

.blog-single .single-meta {
  position: relative;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 768px) {
  .blog-single .single-meta {
    margin-bottom: 2.4rem;
  }
}
.blog-single .single-meta .cat {
  position: relative;
  display: inline-block;
  padding: 0.5rem 1.6rem;
  background-color: #7ebf41;
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  outline: none;
  border-radius: 1.6rem;
}

.blog-single .single-meta .cat + .cat {
  margin-left: 1.2rem;
}

@media only screen and (max-width: 768px) {
  .blog-single .single-meta .cat + .cat {
    margin-left: 0.8rem;
  }
}
.blog-single .single-meta a.cat {
  cursor: pointer;
}

.blog-single .single-meta a.cat:hover {
  opacity: 0.7;
}

.blog-single .single-meta .date {
  position: relative;
  display: inline-block;
  font-family: "Oswald";
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #999999;
  margin-left: 1.2rem;
}

.blog-single .share-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blog-single .share-links .label {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000000;
  margin-right: 1.2rem;
  padding-bottom: 0.2rem;
}

.blog-single .share-links a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-size: 3.6rem;
  line-height: 1;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.blog-single .share-links a i {
  vertical-align: middle;
}

.blog-single .share-links a:not(:first-of-type) {
  margin-left: 0.8rem;
}

.blog-single .share-links a:hover {
  opacity: 0.7;
}

.blog-single .share-links .twitter-link {
  color: #1d9bf0;
}

.blog-single .share-links .facebook-link {
  color: #1877f2;
}

.blog-single .share-links .line-link {
  color: #00c300;
}

.blog-single .share-links .line-link i {
  font-size: 90%;
}

.blog-single .blog-content {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #000000;
}

@media only screen and (max-width: 768px) {
  .blog-single .blog-content {
    letter-spacing: 0.05em;
  }
}
.blog-single .blog-content p {
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin: 2rem 0;
}

@media only screen and (max-width: 768px) {
  .blog-single .blog-content p {
    margin: 1.6rem 0;
  }
}
.blog-single .blog-content ul {
  position: relative;
  list-style: disc;
  padding-left: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  .blog-single .blog-content ul {
    padding-left: 1.6rem;
  }
}
.blog-single .blog-content strong,
.blog-single .blog-content b {
  font-weight: bold;
}

.blog-single .blog-content i {
  font-style: italic;
}

.blog-single .blog-content a {
  position: relative;
  color: inherit;
  text-decoration: underline;
}

.blog-single .blog-content img {
  max-width: 100%;
  display: block;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  .blog-single .blog-content img {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.blog-single .blog-content h1,
.blog-single .blog-content h2 {
  position: relative;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-weight: bold;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  .blog-single .blog-content h1,
  .blog-single .blog-content h2 {
    font-size: 1.8rem;
    margin-top: 3rem;
    margin-bottom: 1.6rem;
  }
}
.blog-single .blog-content h3 {
  position: relative;
  font-weight: bold;
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: bold;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  .blog-single .blog-content h3 {
    font-size: 1.8rem;
    margin-top: 3rem;
    margin-bottom: 1.6rem;
  }
}
.blog-single .blog-content h4 {
  position: relative;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 3rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  .blog-single .blog-content h4 {
    font-size: 1.6rem;
    line-height: 2.8rem;
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.blog-single .blog-content h5,
.blog-single .blog-content h6 {
  position: relative;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  .blog-single .blog-content h5,
  .blog-single .blog-content h6 {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.blog-single .blog-content blockquote {
  position: relative;
  padding: 2rem 2.4rem;
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: #000000;
  border-radius: 1.2rem;
  background: #fff8d6;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 768px) {
  .blog-single .blog-content blockquote {
    padding: 2rem 1.6rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.blog-single .bg-yellow {
  background: #fff8d6 !important;
}

.blog-single .bg-wheat {
  background: #f2f2f2 !important;
}

.blog-single .bg-green {
  background: #daefe1 !important;
}

.blog-single .single-share {
  position: relative;
  margin-top: 5rem;
}

@media only screen and (max-width: 768px) {
  .blog-single .single-share {
    margin-top: 3rem;
  }
}
@media print, screen and (min-width: 769px) {
  .blog-single .single-share .share-links {
    float: right;
  }
}
.blog-single .author-box {
  position: relative;
  padding: 2.4rem 2.4rem 2.4rem;
  border: 1px solid #d9d9d9;
  border-radius: 1.5rem;
  margin-top: 4rem;
}

@media only screen and (max-width: 768px) {
  .blog-single .author-box {
    padding: 1.8rem 1.8rem;
    border-radius: 1.2rem;
    margin-top: 3rem;
  }
}
.blog-single .author-box .avatar {
  position: relative;
  width: 10rem;
  float: right;
  margin-left: 2rem;
  margin-bottom: 1.2rem;
}

@media only screen and (max-width: 768px) {
  .blog-single .author-box .avatar {
    margin-left: 1.5rem;
    margin-bottom: 1rem;
  }
}
.blog-single .author-box .label {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  color: #000000;
  margin-top: 0;
  margin-bottom: 1.2rem;
}

@media only screen and (max-width: 768px) {
  .blog-single .author-box .label {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
.blog-single .author-box .name {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  color: #000000;
  margin-top: 0;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 768px) {
  .blog-single .author-box .name {
    font-size: 1.8rem;
  }
}
.blog-single .author-box .text {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #000000;
  font-weight: normal;
}

@media only screen and (max-width: 768px) {
  .blog-single .author-box .text {
    font-size: 1.4rem;
  }
}
#tinymce,
body.wp-autoresize {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #000000;
}

@media only screen and (max-width: 768px) {
  #tinymce,
  body.wp-autoresize {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
#tinymce p,
body.wp-autoresize p {
  margin: 2rem 0;
}

@media only screen and (max-width: 768px) {
  #tinymce p,
  body.wp-autoresize p {
    margin: 1.6rem 0;
  }
}
#tinymce ul,
body.wp-autoresize ul {
  position: relative;
  list-style: disc;
  padding-left: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  #tinymce ul,
  body.wp-autoresize ul {
    padding-left: 1.6rem;
  }
}
#tinymce strong,
#tinymce b,
body.wp-autoresize strong,
body.wp-autoresize b {
  font-weight: bold;
}

#tinymce i,
body.wp-autoresize i {
  font-style: italic;
}

#tinymce a,
body.wp-autoresize a {
  position: relative;
  color: inherit;
  text-decoration: underline;
}

#tinymce img,
body.wp-autoresize img {
  max-width: 100%;
  display: block;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  #tinymce img,
  body.wp-autoresize img {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
#tinymce h1,
#tinymce h2,
#tinymce h3,
body.wp-autoresize h1,
body.wp-autoresize h2,
body.wp-autoresize h3 {
  position: relative;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  #tinymce h1,
  #tinymce h2,
  #tinymce h3,
  body.wp-autoresize h1,
  body.wp-autoresize h2,
  body.wp-autoresize h3 {
    font-size: 1.8rem;
    margin-top: 2.4rem;
    margin-bottom: 1.6rem;
  }
}
#tinymce h4,
body.wp-autoresize h4 {
  position: relative;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  #tinymce h4,
  body.wp-autoresize h4 {
    font-size: 1.6rem;
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
#tinymce h5,
#tinymce h6,
body.wp-autoresize h5,
body.wp-autoresize h6 {
  position: relative;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  #tinymce h5,
  #tinymce h6,
  body.wp-autoresize h5,
  body.wp-autoresize h6 {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
#tinymce blockquote,
body.wp-autoresize blockquote {
  position: relative;
  margin-top: 3.6rem;
  margin-bottom: 3.6rem;
}

@media only screen and (max-width: 768px) {
  #tinymce blockquote,
  body.wp-autoresize blockquote {
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
#tinymce blockquote::after,
body.wp-autoresize blockquote::after {
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  clear: both;
}

#tinymce blockquote img,
body.wp-autoresize blockquote img {
  position: relative;
  width: 10rem;
  height: auto;
  margin: 0;
  float: left;
}

#tinymce blockquote p,
body.wp-autoresize blockquote p {
  position: relative;
  padding: 2rem 2.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000000;
  line-height: 1.8;
  letter-spacing: 0.1em;
  background-color: #feec9b;
  border-radius: 1.5rem;
  max-width: calc(100% - 23rem);
  float: left;
  min-height: 10rem;
  margin: 0 0 0 2rem;
}

@media only screen and (max-width: 768px) {
  #tinymce blockquote p,
  body.wp-autoresize blockquote p {
    max-width: calc(100% - 12rem);
    padding: 1.6rem 1.8rem;
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    border-radius: 1.2rem;
  }
}
#tinymce blockquote p::after,
body.wp-autoresize blockquote p::after {
  content: "";
  position: absolute;
  top: 4rem;
  left: -1.4rem;
  display: inline-block;
  width: 1.8rem;
  height: 2rem;
  background-image: url(../img/quote-left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#tinymce blockquote.right img,
body.wp-autoresize blockquote.right img {
  float: right;
}

#tinymce blockquote.right p,
body.wp-autoresize blockquote.right p {
  float: right;
  background-color: #cce0f5;
  margin: 0 2rem 0 0;
}

#tinymce blockquote.right p::after,
body.wp-autoresize blockquote.right p::after {
  left: auto;
  right: -1.4rem;
  background-image: url(../img/quote-right.png);
}

#tinymce .related-blog,
body.wp-autoresize .related-blog {
  position: relative;
  padding: 2rem 2.4rem 2.4rem;
  border: 1px solid #d9d9d9;
  border-radius: 1.5rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 768px) {
  #tinymce .related-blog,
  body.wp-autoresize .related-blog {
    padding: 1.6rem 1.6rem;
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
    border-radius: 1.2rem;
  }
}
#tinymce .related-blog .lead-title,
body.wp-autoresize .related-blog .lead-title {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  color: #000000;
  margin-top: 0;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  #tinymce .related-blog .lead-title,
  body.wp-autoresize .related-blog .lead-title {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
#tinymce .related-blog .wrap-inline,
body.wp-autoresize .related-blog .wrap-inline {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 21rem minmax(0px, 1fr);
  grid-template-columns: 21rem minmax(0px, 1fr);
  grid-column-gap: 2rem;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  #tinymce .related-blog .wrap-inline,
  body.wp-autoresize .related-blog .wrap-inline {
    -ms-grid-columns: 12rem minmax(0px, 1fr);
    grid-template-columns: 12rem minmax(0px, 1fr);
    grid-column-gap: 1.2rem;
  }
}
#tinymce .related-blog .wrap-inline > .left,
body.wp-autoresize .related-blog .wrap-inline > .left {
  position: relative;
  margin: 0;
}

#tinymce .related-blog .wrap-inline > .right,
body.wp-autoresize .related-blog .wrap-inline > .right {
  position: relative;
  margin: 0;
}

#tinymce .related-blog .wrap-inline .thumb,
body.wp-autoresize .related-blog .wrap-inline .thumb {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  outline: none;
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

#tinymce .related-blog .wrap-inline .thumb img,
body.wp-autoresize .related-blog .wrap-inline .thumb img {
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#tinymce .related-blog .wrap-inline .thumb:hover img,
body.wp-autoresize .related-blog .wrap-inline .thumb:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

#tinymce .related-blog .wrap-inline .title,
body.wp-autoresize .related-blog .wrap-inline .title {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-weight: 600;
  color: #000000;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  #tinymce .related-blog .wrap-inline .title,
  body.wp-autoresize .related-blog .wrap-inline .title {
    font-size: 1.4rem;
    max-width: 100%;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
  }
}
#tinymce .related-blog .wrap-inline .title a,
body.wp-autoresize .related-blog .wrap-inline .title a {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  #tinymce .related-blog .wrap-inline .title a,
  body.wp-autoresize .related-blog .wrap-inline .title a {
    text-decoration: underline;
  }
}
#tinymce .related-blog .wrap-inline .title a:hover,
body.wp-autoresize .related-blog .wrap-inline .title a:hover {
  text-decoration: underline;
}

#tinymce .related-blog .wrap-inline .meta,
body.wp-autoresize .related-blog .wrap-inline .meta {
  position: relative;
  margin: 0;
  margin-top: 1.6rem;
}

#tinymce .related-blog .wrap-inline .cat,
body.wp-autoresize .related-blog .wrap-inline .cat {
  position: relative;
  display: inline-block;
  padding: 0.5rem 1.6rem;
  background-color: #fed517;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  color: #000000;
  text-decoration: none;
  outline: none;
  border-radius: 1.6rem;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  #tinymce .related-blog .wrap-inline .cat,
  body.wp-autoresize .related-blog .wrap-inline .cat {
    font-size: 1.2rem;
    padding: 0.4rem 1.2rem;
  }
}
#tinymce .related-blog .wrap-inline .cat + .cat,
body.wp-autoresize .related-blog .wrap-inline .cat + .cat {
  margin-left: 1.2rem;
}

@media only screen and (max-width: 768px) {
  #tinymce .related-blog .wrap-inline .cat + .cat,
  body.wp-autoresize .related-blog .wrap-inline .cat + .cat {
    margin-left: 1rem;
  }
}
#tinymce .related-blog .wrap-inline a.cat,
body.wp-autoresize .related-blog .wrap-inline a.cat {
  cursor: pointer;
}

#tinymce .related-blog .wrap-inline a.cat:hover,
body.wp-autoresize .related-blog .wrap-inline a.cat:hover {
  opacity: 0.7;
}

#tinymce .related-blog .wrap-inline .date,
body.wp-autoresize .related-blog .wrap-inline .date {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #999999;
  margin: 0;
  margin-left: 1.2rem;
}

@media only screen and (max-width: 768px) {
  #tinymce .related-blog .wrap-inline .date,
  body.wp-autoresize .related-blog .wrap-inline .date {
    margin-left: 1rem;
  }
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  padding: 3.2rem 2rem;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 996;
}

@media only screen and (max-width: 768px) {
  .header {
    padding: 1rem 2rem 0;
  }
}
.header .header-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 128rem;
  margin-left: auto;
  margin-right: auto;
}

.header .header-logo {
  position: relative;
  width: 18rem;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .header .header-logo {
    width: 10rem;
  }
}
.header .header-logo a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.header .header-logo a img {
  display: block;
  width: 100%;
}

.header .header-nav {
  position: relative;
  padding: 0;
}

@media print, screen and (max-width: 991px) {
  .header .header-nav {
    display: none;
  }
}
.header .header-nav .nav-menu {
  position: relative;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
}

.header .header-nav .nav-menu > li {
  position: relative;
  padding: 0;
}

.header .header-nav .nav-menu > li:not(:first-child) {
  margin-left: 3rem;
}

.header .header-nav .nav-menu > li .menu-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.8rem;
  letter-spacing: 0.08em;
  color: #ffffff;
  margin: 0;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  z-index: 0;
}

.header .header-nav .nav-menu > li .menu-link img {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 1.1rem;
  margin-left: 0.6rem;
}

.header .header-nav .nav-menu > li .menu-link svg {
  display: inline-block;
  width: initial;
  height: auto;
  margin-left: 0.6rem;
}

.header .header-nav .nav-menu > li .menu-link span {
  color: inherit;
  text-decoration: none;
}

.header .header-nav .nav-menu > li .menu-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #ffffff;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}

.header .header-nav .nav-menu > li .menu-link:hover::before,
.header .header-nav .nav-menu > li .menu-link.active::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.header .header-nav .nav-menu > li .instgram-link {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #ffffff;
  text-decoration: none;
}

.header .mobile-toggle {
  position: relative;
  display: none;
  width: 2.4rem;
  height: 1.7rem;
  padding: 0;
  background: none;
  display: none;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 9;
}

@media only screen and (max-width: 768px) {
  .header .mobile-toggle {
    display: block;
  }
}
.header .mobile-toggle span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.header .mobile-toggle span:nth-child(1) {
  top: 0;
}

.header .mobile-toggle span:nth-child(2) {
  top: 0.8rem;
}

.header .mobile-toggle span:nth-child(3) {
  bottom: 0;
}

.header .mobile-toggle.toggle-active span:nth-child(1) {
  -webkit-transform: translateY(0.8rem) rotate(-45deg);
  transform: translateY(0.8rem) rotate(-45deg);
}

.header .mobile-toggle.toggle-active span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateX(2rem);
  transform: translateX(2rem);
  visibility: hidden;
}

.header .mobile-toggle.toggle-active span:nth-child(3) {
  -webkit-transform: translateY(-0.8rem) rotate(45deg);
  transform: translateY(-0.8rem) rotate(45deg);
}

.header-fixed {
  position: fixed;
  top: -7.2rem;
  left: 0;
  width: 100%;
  background: #ffffff;
  padding: 1.6rem 2rem;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 996;
}

.header-fixed .header-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 128rem;
  margin-left: auto;
  margin-right: auto;
}

.header-fixed .header-logo {
  position: relative;
  width: 12rem;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .header-fixed .header-logo {
    width: 10rem;
  }
}
.header-fixed .header-logo a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.header-fixed .header-logo a img {
  display: block;
  width: 100%;
}

.header-fixed .header-nav {
  position: relative;
  padding: 0;
}

@media print, screen and (max-width: 991px) {
  .header-fixed .header-nav {
    display: none;
  }
}
.header-fixed .header-nav .nav-menu {
  position: relative;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
}

.header-fixed .header-nav .nav-menu > li {
  position: relative;
  padding: 0;
}

.header-fixed .header-nav .nav-menu > li:not(:first-child) {
  margin-left: 3rem;
}

.header-fixed .header-nav .nav-menu > li .menu-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.8rem;
  letter-spacing: 0.08em;
  color: #201f19;
  margin: 0;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  z-index: 0;
}

.header-fixed .header-nav .nav-menu > li .menu-link img {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 1.1rem;
  margin-left: 0.6rem;
}

.header-fixed .header-nav .nav-menu > li .menu-link svg {
  display: inline-block;
  width: initial;
  height: auto;
  margin-left: 0.6rem;
}

.header-fixed .header-nav .nav-menu > li .menu-link span {
  color: inherit;
  text-decoration: none;
}

.header-fixed .header-nav .nav-menu > li .menu-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #201f19;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}

.header-fixed .header-nav .nav-menu > li .menu-link:hover::before,
.header-fixed .header-nav .nav-menu > li .menu-link.active::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.header-fixed .header-nav .nav-menu > li .instgram-link {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #201f19;
  text-decoration: none;
}

.header-fixed .mobile-toggle {
  position: relative;
  display: none;
  width: 2.4rem;
  height: 1.7rem;
  padding: 0;
  background: none;
  display: none;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 9;
}

@media only screen and (max-width: 768px) {
  .header-fixed .mobile-toggle {
    display: block;
  }
}
.header-fixed .mobile-toggle span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #a48537;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.header-fixed .mobile-toggle span:nth-child(1) {
  top: 0;
}

.header-fixed .mobile-toggle span:nth-child(2) {
  top: 0.8rem;
}

.header-fixed .mobile-toggle span:nth-child(3) {
  bottom: 0;
}

.header-fixed .mobile-toggle.toggle-active span:nth-child(1) {
  -webkit-transform: translateY(0.8rem) rotate(-45deg);
  transform: translateY(0.8rem) rotate(-45deg);
}

.header-fixed .mobile-toggle.toggle-active span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateX(2rem);
  transform: translateX(2rem);
  visibility: hidden;
}

.header-fixed .mobile-toggle.toggle-active span:nth-child(3) {
  -webkit-transform: translateY(-0.8rem) rotate(45deg);
  transform: translateY(-0.8rem) rotate(45deg);
}

.mobile-nav-toggle {
  position: fixed;
  right: 2rem;
  top: 6.2rem;
  width: 2.4rem;
  height: 1.7rem;
  padding: 0;
  background: none;
  display: none;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 999;
  margin: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media only screen and (max-width: 768px) {
  .mobile-nav-toggle {
    display: inline-block;
  }
}
.mobile-nav-toggle .toggle-icon {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}

.mobile-nav-toggle .toggle-icon span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.mobile-nav-toggle .toggle-icon span:nth-child(1) {
  top: 0;
}

.mobile-nav-toggle .toggle-icon span:nth-child(2) {
  top: 0.8rem;
}

.mobile-nav-toggle .toggle-icon span:nth-child(3) {
  bottom: 0;
}

.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(1) {
  -webkit-transform: translateY(0.8rem) rotate(-225deg);
  transform: translateY(0.8rem) rotate(-225deg);
}

.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateX(2rem);
  transform: translateX(2rem);
  visibility: hidden;
}

.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(3) {
  -webkit-transform: translateY(-0.8rem) rotate(-315deg);
  transform: translateY(-0.8rem) rotate(-315deg);
}

#mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 998;
  right: -100%;
  width: 100%;
  overflow-y: auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #a48537;
}
#mobile-nav .btn {
  color: #a48537;
}

#mobile-nav .mobile-toggle {
  position: absolute;
  top: 2rem;
  right: 1.8rem;
  display: none;
  width: 2.4rem;
  height: 1.7rem;
  padding: 0;
  background: none;
  display: none;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 9;
}

@media only screen and (max-width: 768px) {
  #mobile-nav .mobile-toggle {
    display: block;
  }
}
#mobile-nav .mobile-toggle span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

#mobile-nav .mobile-toggle span:nth-child(1) {
  top: 0;
}

#mobile-nav .mobile-toggle span:nth-child(2) {
  top: 0.8rem;
}

#mobile-nav .mobile-toggle span:nth-child(3) {
  bottom: 0;
}

#mobile-nav .mobile-toggle.toggle-active span:nth-child(1) {
  -webkit-transform: translateY(0.8rem) rotate(-45deg);
  transform: translateY(0.8rem) rotate(-45deg);
}

#mobile-nav .mobile-toggle.toggle-active span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateX(2rem);
  transform: translateX(2rem);
  visibility: hidden;
}

#mobile-nav .mobile-toggle.toggle-active span:nth-child(3) {
  -webkit-transform: translateY(-0.8rem) rotate(45deg);
  transform: translateY(-0.8rem) rotate(45deg);
}

#mobile-nav .mobile-nav-container {
  position: relative;
  padding: 6.4rem 2rem 4rem;
}

#mobile-nav .mobile-nav-menu {
  position: relative;
  list-style: none;
  max-width: 30rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#mobile-nav .mobile-nav-menu > li {
  position: relative;
  display: block;
}

#mobile-nav .mobile-nav-menu > li:not(:last-child) {
  margin-bottom: 1.6rem;
}

#mobile-nav .mobile-nav-menu .menu-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-family: "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-align: left;
  text-decoration: none;
  outline: none;
}

@media only screen and (max-width: 768px) {
  #mobile-nav .mobile-nav-menu .menu-link {
    font-weight: normal;
  }
}
#mobile-nav .mobile-nav-menu .menu-link img {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 1.1rem;
  margin-left: 0.6rem;
  margin-bottom: 0.5rem;
}

#mobile-nav .mobile-nav-menu .menu-link svg {
  display: inline-block;
  width: initial;
  height: auto;
  margin-left: 0.6rem;
  margin-bottom: 0.5rem;
}

#mobile-nav .mobile-nav-menu .menu-link span {
  color: inherit;
  text-decoration: none;
}

#mobile-nav .search-action {
  position: relative;
  display: block;
  max-width: 33.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
}

#mobile-nav .search-action > li {
  position: relative;
}

#mobile-nav .search-action > li:not(:last-child) {
  margin-bottom: 2rem;
}

#mobile-nav .mobile-info {
  position: relative;
  font-family: "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.8rem;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-align: left;
  margin-top: 4rem;
  max-width: 30rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#mobile-nav .mobile-info i {
  color: inherit;
  display: inline-block;
  margin-right: 0.6rem;
}

#mobile-nav .mobile-info a {
  color: inherit;
}

@media only screen and (max-width: 768px) {
  #mobile-nav .mobile-info a {
    font-weight: normal;
  }
}
#mobile-nav .mobile-info a:hover {
  text-decoration: underline;
}

.mobile-nav-overly {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 997;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* Mobile Nav body classes */
@media only screen and (max-width: 768px) {
  body.mobile-nav-active {
    overflow: hidden;
  }
}
body.mobile-nav-active #mobile-nav {
  right: 0;
}

.mainvisual {
  position: relative;
  padding: 0;
}

.mainvisual .background {
  position: relative;
  width: 100%;
  z-index: 0;
}

.mainvisual .background img {
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
  min-height: 60rem;
}

.mainvisual .back-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 60rem;
  z-index: 0;
}

@media only screen and (max-width: 768px) {
  .mainvisual .back-slider {
    height: calc(100vh - 6rem);
    height: calc(var(--vh, 1vh) * 100 - 6rem);
  }
}
.mainvisual .back-slider img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .mainvisual .back-slider .vegas-slide,
  .mainvisual .back-slider .vegas-slide-inner {
    background-position: bottom center !important;
  }
}
.mainvisual .cover-title {
  position: absolute;
  left: clamp(1.5rem, 50% - 64rem, 50%);
  bottom: 11rem;
  z-index: 3;
}

@media only screen and (max-width: 768px) {
  .mainvisual .cover-title {
    left: 2rem;
    right: 2rem;
    bottom: 10rem;
  }
}
.mainvisual .cover-title h2 {
  position: relative;
  font-weight: 500;
  font-size: 3.2rem;
  text-align: left;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-shadow: 0 0rem 0.8rem rgba(0, 0, 0, 0.4);
  margin-bottom: 4rem;
  line-height: 160%;
  font-family: "Sorts Mill Goudy", serif;
}

@media only screen and (max-width: 768px) {
  .mainvisual .cover-title h2 {
    font-size: 2.3rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    font-weight: normal;
  }
}
.mainvisual .cover-title p {
  position: relative;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-shadow: 0 0rem 0.8rem rgba(0, 0, 0, 0.4);
  line-height: 200%;
  font-family: "Noto Sans JP";
}

@media only screen and (max-width: 768px) {
  .mainvisual .cover-title p {
    font-size: 1.2rem;
    line-height: 1.8;
    letter-spacing: 0.07em;
    font-weight: normal;
  }
}
.mainvisual .cover-action {
  position: absolute;
  right: clamp(1.5rem, 50% - 64rem, 50%);
  bottom: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
}

@media only screen and (max-width: 768px) {
  .mainvisual .cover-action {
    left: 2rem;
    right: 2rem;
    bottom: 4rem;
    display: none;
  }
}
.mainvisual .cover-action > li {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .mainvisual .cover-action > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  .mainvisual .cover-action > li {
    width: 100%;
  }
  .mainvisual .cover-action > li .btn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .mainvisual .cover-action > li:not(:last-child) {
    margin-right: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .mainvisual .cover-action > li:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.pageindex {
  position: relative;
  padding: 0;
}

.pageindex .background {
  position: relative;
  width: 100%;
}

.pageindex .background img {
  display: block;
  width: 100%;
  height: 42rem;
}

@media only screen and (max-width: 768px) {
  .pageindex .background img {
    height: auto;
    width: 100vw;
  }
}
.pageintro {
  position: relative;
  padding: 8rem 0;
}

.pageintro .title {
  position: relative;
  font-weight: 400;
  font-size: 4rem;
  text-align: center;
  color: #201f19;
  margin-bottom: 2rem;
  font-family: "Sorts Mill Goudy", serif;
}

@media only screen and (max-width: 768px) {
  .pageintro .title {
    font-size: 2.4rem;
  }
}
.pageintro .desc {
  position: relative;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.08em;
  color: #201f19;
  font-family: "Noto Sans JP";
}

.breadcrumbs {
  position: relative;
  padding: 1.6rem 0;
}

.breadcrumbs ol {
  display: block;
  list-style: none;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: normal;
  color: #201f19;
}

@media only screen and (max-width: 768px) {
  .breadcrumbs ol {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
.breadcrumbs ol a {
  color: #7ebf41;
  text-decoration: underline;
}

.breadcrumbs ol li {
  position: relative;
  display: inline;
}

.breadcrumbs ol li + li::before {
  content: "\f105";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-size: inherit;
  font-weight: 900;
  font-style: normal;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

@media only screen and (max-width: 768px) {
  .breadcrumbs ol li + li::before {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.inner-toppage {
  position: relative;
  padding: 5rem 0 6rem;
}

@media only screen and (max-width: 768px) {
  .inner-toppage {
    padding: 4rem 0 5rem;
  }
}
.top-banner {
  position: relative;
  padding: 8rem 0;
}

@media only screen and (max-width: 768px) {
  .top-banner {
    padding: 4rem 0;
  }
}
.top-banner .content-in {
  position: relative;
  max-width: 80rem;
}

@media only screen and (max-width: 768px) {
  .top-banner .content-in {
    max-width: 33.5rem;
  }
}
.top-banner .banner {
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .top-banner .banner img {
    width: 100%;
  }
}
.top-banner .banner-link {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
}

.top-concept {
  position: relative;
  padding: 21rem 0 20rem;
}

@media print, screen and (min-width: 769px) {
  .top-concept {
    min-height: 83rem;
  }
}
@media only screen and (max-width: 768px) {
  .top-concept {
    padding: 6rem 0 68rem;
  }
}
.top-concept .concept-photo1 {
  position: absolute;
  top: 16rem;
  left: 0;
  width: 32rem;
  max-width: 100%;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .top-concept .concept-photo1 {
    top: auto;
    left: auto;
    right: 0;
    bottom: 36rem;
    width: 22.4rem;
    height: 28rem;
  }
}
.top-concept .concept-photo2 {
  position: absolute;
  top: 52rem;
  left: 0;
  width: 32rem;
  max-width: 100%;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .top-concept .concept-photo2 {
    top: auto;
    left: 0;
    bottom: 28rem;
    width: 12rem;
    height: 20rem;
  }
}
.top-concept .concept-photo3 {
  position: absolute;
  top: 16rem;
  right: 0;
  width: 32rem;
  max-width: 100%;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .top-concept .concept-photo3 {
    top: auto;
    left: auto;
    display: none;
    opacity: 0;
    visibility: hidden;
    right: 0;
    bottom: 0;
    width: 20rem;
    height: 20rem;
  }
}
.top-concept .concept-photo4 {
  position: absolute;
  top: 44rem;
  right: 0;
  width: 32rem;
  max-width: 100%;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .top-concept .concept-photo4 {
    top: auto;
    left: auto;
    display: none;
    opacity: 0;
    visibility: hidden;
    right: 0;
    bottom: 0;
    width: 20rem;
    height: 20rem;
  }
}
.top-concept .concept-photo5 {
  position: absolute;
  bottom: 8rem;
  right: 0;
  width: 20rem;
  max-width: 100%;
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .top-concept .concept-photo5 {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}
.top-concept .container {
  position: relative;
  z-index: 3;
}

.top-concept .content-in {
  max-width: 80rem;
}

@media only screen and (max-width: 768px) {
  .top-concept .content-in {
    max-width: 100%;
  }
}
.top-concept .concept-panel {
  position: relative;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  padding: 4rem;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .top-concept .concept-panel {
    padding: 0;
    width: 100%;
    min-height: 33.4rem;
  }
}
.top-concept .concept-panel .title {
  position: relative;
  font-weight: 400;
  font-size: 4rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #3c2d26;
  text-align: center;
  padding-bottom: 3.2rem;
  font-family: "Sorts Mill Goudy", serif;
}

@media only screen and (max-width: 768px) {
  .top-concept .concept-panel .title {
    font-size: 3.2rem;
    line-height: 1.5;
    white-space: nowrap;
    margin-left: 1rem;
    font-weight: normal;
  }
}
.top-concept .concept-panel .desc {
  position: relative;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: center;
  color: #3c2d26;
  font-family: "Noto Sans JP";
}

@media only screen and (max-width: 768px) {
  .top-concept .concept-panel .desc {
    font-size: 1.4rem;
    line-height: 1.8;
    white-space: nowrap;
    font-weight: normal;
  }
}
.top-plan {
  position: relative;
  padding: 0 0 8rem 0;
}

@media only screen and (max-width: 768px) {
  .top-plan {
    padding: 0 0 8rem;
  }
  .top-plan .content-in {
    max-width: 100%;
  }
}
.top-plan .plan-title-en {
  position: relative;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.08em;
  color: #3c2d26;
  text-align: center;
  font-family: "Sorts Mill Goudy", serif;
}

@media only screen and (max-width: 768px) {
  .top-plan .plan-title-en {
    font-size: 13px;
    margin-top: 6rem;
    font-weight: normal;
  }
}
.top-plan .plan-title {
  position: relative;
  font-weight: 500;
  font-size: 3.2rem;
  letter-spacing: 0.08em;
  color: #3c2d26;
  text-align: center;
  margin-bottom: 4rem;
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 768px) {
  .top-plan .plan-title {
    font-size: 20px;
    margin-bottom: 2rem;
    font-weight: normal;
  }
}
.top-plan .plan-content {
  position: relative;
}

.top-plan .plan-item-list {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .top-plan .plan-item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.top-plan .plan-item-list .plan-item {
  position: relative;
  margin: 0 0.6rem;
}

@media print, screen and (min-width: 769px) {
  .top-plan .plan-item-list .plan-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    margin: 0 2rem;
  }
  .top-plan .plan-item-list .plan-item .thumb {
    position: relative;
    width: 32rem;
  }
}
@media print, screen and (max-width: 769px) {
  .top-plan .plan-item-list .plan-item::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 10;
  }
  .top-plan .plan-item-list .plan-item.slick-current::before {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .top-plan .plan-item-list .plan-item .thumb {
    width: 100%;
  }
}
.top-property {
  position: relative;
  padding: 0 clamp(2rem, 50% - 64rem, 50%) 0rem 0;
}

@media only screen and (max-width: 768px) {
  .top-property {
    padding: 0 0 8rem;
  }
}
.top-property .property-main {
  position: relative;
  z-index: 0;
}

.top-property .property-main .property-photo {
  position: relative;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .top-property .property-main .property-photo {
    aspect-ratio: 136/56;
  }
}
.top-property .property-main .property-photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

@media only screen and (max-width: 768px) {
  .top-property .property-main .property-photo img {
    height: 28.2rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.top-property .property-photos {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: clamp(0rem, 100% - 58.4rem, 80%);
  z-index: 0;
}

@media only screen and (max-width: 768px) {
  .top-property .property-photos {
    max-width: 100%;
  }
}
.top-property .property-photos .property-photo {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

@media print, screen and (min-width: 769px) {
  .top-property .property-photos .property-photo {
    aspect-ratio: 388/315;
  }
}
.top-property .property-photos .property-photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

@media only screen and (max-width: 768px) {
  .top-property .property-photos .property-photo img {
    height: 14.1rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.top-property .property-panel {
  position: relative;
  background: #ffffff;
  z-index: 3;
}

@media print, screen and (min-width: 769px) {
  .top-property .property-panel {
    position: absolute;
    right: clamp(0rem, 50% - 66rem, 50%);
    bottom: 8rem;
    padding: 6.4rem 2rem 8rem 6.4rem;
    width: 60.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .top-property .property-panel {
    width: 100%;
    padding: 2rem 2rem;
    margin-top: -6rem;
    margin-bottom: 4rem;
  }
}
.top-property .property-panel .title-en {
  position: relative;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.08em;
  color: #201f19;
  font-family: "Sorts Mill Goudy", serif;
}

@media only screen and (max-width: 768px) {
  .top-property .property-panel .title-en {
    font-size: 13px;
  }
}
.top-property .property-panel .title {
  position: relative;
  font-weight: 500;
  font-size: 3.2rem;
  letter-spacing: 0.08em;
  color: #201f19;
  margin-bottom: 2rem;
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 768px) {
  .top-property .property-panel .title {
    font-size: 20px;
    margin-bottom: 1rem;
  }
}
.top-property .property-panel .desc {
  position: relative;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #201f19;
  font-family: "Noto Sans JP";
}

@media only screen and (max-width: 768px) {
  .top-property .property-panel .desc {
    font-weight: normal;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 8%;
    text-transform: capitalize;
  }
}
.top-property .property-panel .btn {
  position: relative;
  background: #a48537;
  color: #f6f1ea;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: 0;
}

@media print, screen and (min-width: 769px) {
  .top-property .property-panel .btn {
    min-width: 28rem;
  }
}
@media only screen and (max-width: 768px) {
  .top-property .property-panel .btn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .top-property.type2 {
    padding: 0 0 0rem clamp(2rem, 50% - 64rem, 50%);
  }
  .top-property.type2 .property-photos {
    position: relative;
    margin-left: auto;
    margin-right: 0;
  }
  .top-property.type2 .property-panel {
    left: clamp(0rem, 50% - 66rem, 50%);
    right: auto;
    padding: 6.4rem 6.4rem 8rem 2rem;
  }
}
.top-foods {
  position: relative;
  padding: 0rem 0 14rem;
}

@media only screen and (max-width: 768px) {
  .top-foods {
    padding: 0 0 8rem;
  }
  .top-foods .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.top-foods .food-card-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0rem, 1fr) [2];
  grid-template-columns: repeat(2, minmax(0rem, 1fr));
  grid-column-gap: 8rem;
  grid-row-gap: 16rem;
}

@media only screen and (max-width: 768px) {
  .top-foods .food-card-list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-column-gap: 4rem;
    grid-row-gap: 8rem;
  }
}
.top-foods .food-card-list > li {
  position: relative;
}

.top-foods .food-card-list .food-card-item {
  position: relative;
  display: block;
}

.top-foods .food-card-list .food-card-item .thumb {
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
}

@media print, screen and (min-width: 769px) {
  .top-foods .food-card-list .food-card-item .thumb {
    aspect-ratio: 1200/675;
  }
}
@media only screen and (max-width: 768px) {
  .top-foods .food-card-list .food-card-item .thumb {
    margin-bottom: 0;
  }
  .top-foods .food-card-list .food-card-item .thumb img {
    width: 100%;
    height: 28.2rem;
  }
}
.top-foods .food-card-list .food-card-item .wrap {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .top-foods .food-card-list .food-card-item .wrap {
    padding: 2rem;
  }
}
.top-foods .food-card-list .food-card-item .wrap .title {
  position: relative;
  font-weight: 500;
  font-size: 3.2rem;
  letter-spacing: 0.08em;
  color: #3c2d26;
  margin-bottom: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}

.top-foods .food-card-list .food-card-item .wrap .title-en {
  font-family: "Sorts Mill Goudy", serif;
}

@media only screen and (max-width: 768px) {
  .top-foods .food-card-list .food-card-item .wrap .title {
    font-size: 20px;
    margin-bottom: 0.5rem;
  }
  .top-foods .food-card-list .food-card-item .wrap .title-en {
    font-size: 13px;
  }
}
.top-foods .food-card-list .food-card-item .wrap .desc {
  position: relative;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #3c2d26;
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 768px) {
  .top-foods .food-card-list .food-card-item .wrap .desc {
    margin-bottom: 1rem;
    font-size: 15px;
    line-height: 160%;
  }
}
.top-foods .food-card-list .food-card-item .wrap .btn {
  position: relative;
  background: #a48537;
  color: #f6f1ea;
  margin-top: 4rem;
  margin-left: 0;
  margin-right: auto;
}

@media print, screen and (min-width: 769px) {
  .top-foods .food-card-list .food-card-item .wrap .btn {
    min-width: 28rem;
  }
}
@media only screen and (max-width: 768px) {
  .top-foods .food-card-list .food-card-item .wrap .btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.top-news {
  position: relative;
  padding: 8rem 0 16rem;
  background-color: #242424;
  margin-top: 8rem;
}

@media only screen and (max-width: 768px) {
  .top-news {
    padding: 8rem 0;
  }
}
.top-news .news-title {
  position: relative;
  font-weight: 600;
  font-size: 3.2rem;
  text-align: left;
  letter-spacing: 0.08em;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
}

@media print, screen and (min-width: 769px) {
  .top-news .news-title {
    float: left;
    max-width: 20%;
  }
}
@media only screen and (max-width: 768px) {
  .top-news .news-title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
    font-weight: normal;
  }
}
.top-news .content-in {
  max-width: 100rem;
}

.top-news .news-list-wrap {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .top-news .news-list-wrap {
    float: right;
    width: 77rem;
    max-width: 80%;
    padding-right: 13rem;
  }
}
.top-news .news-item-list {
  position: relative;
  display: block;
  border-top: 1px solid #f6f1ea;
}

.top-news .news-item-list > li {
  position: relative;
  padding: 2.4rem 0;
  border-bottom: 1px solid #f6f1ea;
}

@media only screen and (max-width: 768px) {
  .top-news .news-item-list > li {
    padding: 1.6rem 0;
  }
}
.top-news .news-item-list .news-item {
  position: relative;
  display: block;
}

.top-news .news-item-list .news-item .date {
  position: relative;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #f6f1ea;
}

.top-news .news-item-list .news-item .title {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #f6f1ea;
}

@media only screen and (max-width: 768px) {
  .top-news .news-item-list .news-item .title {
    font-family: "Yu Mincho", serif;
  }
}
.top-news .news-item-list .news-item .title a {
  color: inherit;
}

@media only screen and (max-width: 768px) {
  .top-news .news-item-list .news-item .title a {
    font-weight: normal;
  }
}
.top-news .news-item-list .news-item .title a:hover {
  text-decoration: underline;
}

.top-message {
  position: relative;
  padding: 8rem 0;
}

@media only screen and (max-width: 768px) {
  .top-message {
    background: #ffffff;
    padding: 0;
  }
  .top-message .container {
    max-width: 100%;
    padding: 0;
  }
}
.top-message .content-in {
  position: relative;
  max-width: 86.8rem;
}

@media only screen and (max-width: 768px) {
  .top-message .content-in {
    max-width: 37.5rem;
  }
}
.top-message .message-box {
  position: relative;
  padding: 6.4rem 7.8rem 15.8rem;
  background: #ffffff;
}

@media only screen and (max-width: 768px) {
  .top-message .message-box {
    background: none;
    padding: 4rem 3rem 12.8rem;
  }
}
.top-message .message-box .text {
  position: relative;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 3rem;
  color: #201f19;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .top-message .message-box .text {
    font-weight: normal;
  }
}
.top-message .message-box .sign {
  position: absolute;
  right: 14.4rem;
  bottom: 4.9rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .top-message .message-box .sign {
    right: 2.9rem;
    bottom: 3.4rem;
  }
}
.top-message .message-box .sign p {
  position: relative;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #201f19;
  margin-bottom: 0.2rem;
}

@media only screen and (max-width: 768px) {
  .top-message .message-box .sign p {
    font-weight: normal;
  }
}
.top-message .message-box .sign img {
  position: relative;
  display: block;
  width: 9.4rem;
}

.top-message .message-box .logo {
  position: absolute;
  right: 4.2rem;
  bottom: 1.2rem;
  width: 18.6rem;
  z-index: 0;
}

@media only screen and (max-width: 768px) {
  .top-message .message-box .logo {
    right: 0.8rem;
    bottom: 9.8rem;
    width: 15.5rem;
  }
}
.top-traffic {
  position: relative;
  padding: 8rem 0;
  background-color: #ffffff;
  margin-top: -8rem;
}

.top-traffic .traffic-title {
  position: relative;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.08em;
  color: #201f19;
  margin-bottom: 4rem;
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 768px) {
  .top-traffic .traffic-title {
    font-size: 2.4rem;
    font-weight: normal;
  }
}
.top-traffic .tranffic-content {
  position: relative;
}

.top-traffic .tranffic-content .map {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 769px) {
  .top-traffic .tranffic-content .map {
    float: left;
    width: 64rem;
  }
}
@media only screen and (max-width: 768px) {
  .top-traffic .tranffic-content .map {
    margin-bottom: 2rem;
  }
}
.top-traffic .tranffic-content .map iframe {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .top-traffic .tranffic-content .map iframe {
    height: 21.4rem;
  }
}
.top-traffic .tranffic-content .wrap {
  position: relative;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .top-traffic .tranffic-content .wrap {
    float: right;
    width: calc(100% - 72rem);
  }
}
.top-traffic .tranffic-content .wrap .texts {
  position: relative;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  color: #201f19;
}

@media print, screen and (min-width: 769px) {
  .top-traffic .tranffic-content .wrap .texts {
    font-weight: normal;
  }
}
.top-traffic .tranffic-content .wrap .texts > li {
  position: relative;
}

.top-traffic .tranffic-content .wrap .texts > li:not(:last-child) {
  margin-bottom: 3.2rem;
}

.top-traffic .tranffic-content .wrap .texts > li h5 {
  margin-bottom: 0.4rem;
  font-weight: 700;
}

.top-traffic .tranffic-content .wrap .btn {
  position: relative;
  background: #a48537;
  margin-top: 4rem;
  color: #ffffff;
}

.top-tourist {
  position: relative;
  padding: 8rem 0 16rem;
  background-color: #201f19;
}
.top-tourist.page {
  background-color: #ffffff;
}

@media only screen and (max-width: 768px) {
  .top-tourist {
    padding: 8rem 0;
    margin-bottom: 4rem;
  }
  .top-tourist .container {
    max-width: 100%;
    padding: 0;
  }
}
.top-tourist .tourist-title {
  position: relative;
  font-weight: 500;
  font-size: 3.6rem;
  text-align: center;
  letter-spacing: 0.08em;
  color: #fff;
  margin-bottom: 4rem;
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 768px) {
  .top-tourist .tourist-title {
    font-size: 2.4rem;
    font-weight: normal;
  }
}
.top-tourist .tourist-content {
  position: relative;
}

.top-tourist .tourist-block-list {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .top-tourist .tourist-block-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0rem, 1fr) [3];
    grid-template-columns: repeat(3, minmax(0rem, 1fr));
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
  }
}
@media only screen and (max-width: 768px) {
  .top-tourist .tourist-block-list {
    padding-bottom: 3.2rem;
  }
}
.top-tourist .tourist-block-list > li {
  position: relative;
}

.top-tourist .tourist-block-list .tourist-block-item {
  position: relative;
  display: block;
}

.top-tourist .tourist-block-list .tourist-block-item .thumb {
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  .top-tourist .tourist-block-list .tourist-block-item .thumb {
    margin-bottom: 1.2rem;
  }
  .top-tourist .tourist-block-list .tourist-block-item .thumb img {
    width: 100%;
    height: 18rem;
  }
}
.top-tourist .tourist-block-list .tourist-block-item .wrap {
  position: relative;
}

.top-tourist .tourist-block-list .tourist-block-item .wrap .title {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  margin-bottom: 2rem;
}
.top-tourist .tourist-block-list .tourist-block-item .wrap .title.page {
  color: #201f19;
}

@media only screen and (max-width: 768px) {
  .top-tourist .tourist-block-list .tourist-block-item .wrap .title {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 1rem;
  }
}
.top-tourist .tourist-block-list .tourist-block-item .wrap .desc {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #fff;
}
.top-tourist .tourist-block-list .tourist-block-item .wrap .desc.page {
  color: #201f19;
}

@media only screen and (max-width: 768px) {
  .top-tourist .tourist-block-list .tourist-block-item .wrap .desc {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
.top-tourist .tourist-action {
  position: relative;
  margin-top: 5.6rem;
}

.top-tourist .tourist-action .btn {
  background: #c8b687;
  margin-left: auto;
  margin-right: auto;
}

.facility-banner {
  position: relative;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .facility-banner .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
}
.facility-banner .content-in {
  position: relative;
  max-width: 120.2rem;
}

@media only screen and (max-width: 768px) {
  .facility-banner .content-in {
    max-width: 100%;
  }
}
.facility-banner .banner-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0rem, 1fr) [3];
  grid-template-columns: repeat(3, minmax(0rem, 1fr));
  grid-column-gap: 1px;
  grid-row-gap: 1px;
}

@media only screen and (max-width: 768px) {
  .facility-banner .banner-list {
    -ms-grid-columns: minmax(0rem, 1fr) [2];
    grid-template-columns: repeat(2, minmax(0rem, 1fr));
  }
}
.facility-banner .banner-list > li {
  position: relative;
}

.facility-banner .banner-list .banner {
  position: relative;
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.facility-banner .banner-list .banner .back {
  position: relative;
  width: 100%;
  height: 16rem;
  z-index: 0;
}

@media only screen and (max-width: 768px) {
  .facility-banner .banner-list .banner .back {
    height: 10rem;
  }
}
.facility-banner .banner-list .banner .back img {
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media print, screen and (min-width: 769px) {
  .facility-banner .banner-list .banner .back img {
    -webkit-transform: scale(1.005);
    transform: scale(1.005);
  }
}
@media only screen and (max-width: 768px) {
  .facility-banner .banner-list .banner .back img {
    width: 100%;
  }
}
.facility-banner .banner-list .banner .wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 3;
}

.facility-banner .banner-list .banner .wrap .title {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.08em;
  color: #fbfbfb;
}

@media only screen and (max-width: 768px) {
  .facility-banner .banner-list .banner .wrap .title {
    font-size: 1.8rem;
  }
}
.facility-banner .banner-list .banner .wrap .title span {
  color: inherit;
}

.facility-banner .banner-list .banner .wrap .title img {
  display: inline-block;
  width: 3.2rem;
  margin-left: 0.4rem;
}

@media only screen and (max-width: 768px) {
  .facility-banner .banner-list .banner .wrap .title img {
    width: 2.4rem;
  }
}
.facility-banner .banner-list .banner:hover .back img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.facility-list {
  position: relative;
  padding: 12rem 0 24rem;
}

@media only screen and (max-width: 768px) {
  .facility-list {
    padding: 4rem 0 12rem;
  }
}
.facility-list .content-in {
  max-width: 120rem;
}

.facility-gallery {
  position: relative;
  padding: 8rem 0;
}

@media only screen and (max-width: 768px) {
  .facility-gallery .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.facility-gallery .content-in {
  max-width: 120rem;
}

@media only screen and (max-width: 768px) {
  .facility-gallery .content-in {
    max-width: 37.5rem;
  }
}
.facility-gallery .gallery {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(rem, 1fr) [2];
  grid-template-columns: repeat(2, minmax(rem, 1fr));
  -ms-grid-rows: 4rem [37];
  grid-template-rows: repeat(37, 4rem);
  grid-gap: 2rem;
}

@media only screen and (max-width: 768px) {
  .facility-gallery .gallery {
    grid-gap: 1rem;
    -ms-grid-rows: 1rem [37];
    grid-template-rows: repeat(37, 1rem);
  }
}
.facility-gallery .gallery img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.facility-gallery .gallery img:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 12;
  grid-row: 1/13;
}

.facility-gallery .gallery img:nth-child(2) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 13;
  -ms-grid-row-span: 9;
  grid-row: 13/22;
}

.facility-gallery .gallery img:nth-child(3) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 22;
  -ms-grid-row-span: 9;
  grid-row: 22/31;
}

.facility-gallery .gallery img:nth-child(4) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 31;
  -ms-grid-row-span: 7;
  grid-row: 31/38;
}

.facility-gallery .gallery img:nth-child(5) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 9;
  grid-row: 1/10;
}

.facility-gallery .gallery img:nth-child(6) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 10;
  -ms-grid-row-span: 12;
  grid-row: 10/22;
}

.facility-gallery .gallery img:nth-child(7) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 22;
  -ms-grid-row-span: 7;
  grid-row: 22/29;
}

.facility-gallery .gallery img:nth-child(8) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 29;
  -ms-grid-row-span: 9;
  grid-row: 29/38;
}

.room-list {
  position: relative;
  padding: 8rem 0 24rem;
}

@media only screen and (max-width: 768px) {
  .room-list {
    padding: 8rem 0 12rem;
  }
}
.room-list .content-in {
  max-width: 120rem;
}

.room-gallery {
  position: relative;
  padding: 8rem 0;
}

@media only screen and (max-width: 768px) {
  .room-gallery .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.room-gallery .content-in {
  max-width: 120rem;
}

@media only screen and (max-width: 768px) {
  .room-gallery .content-in {
    max-width: 37.5rem;
  }
}
.room-gallery .gallery {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(rem, 1fr) [2];
  grid-template-columns: repeat(2, minmax(rem, 1fr));
  -ms-grid-rows: 4rem [37];
  grid-template-rows: repeat(37, 4rem);
  grid-gap: 2rem;
}

@media only screen and (max-width: 768px) {
  .room-gallery .gallery {
    grid-gap: 1rem;
    -ms-grid-rows: 1rem [37];
    grid-template-rows: repeat(37, 1rem);
  }
}
.room-gallery .gallery img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.room-gallery .gallery img:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  grid-row: 1/8;
}

.room-gallery .gallery img:nth-child(2) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 8;
  -ms-grid-row-span: 9;
  grid-row: 8/17;
}

.room-gallery .gallery img:nth-child(3) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 17;
  -ms-grid-row-span: 9;
  grid-row: 17/26;
}

.room-gallery .gallery img:nth-child(4) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 26;
  -ms-grid-row-span: 12;
  grid-row: 26/38;
}

.room-gallery .gallery img:nth-child(5) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 9;
  grid-row: 1/10;
}

.room-gallery .gallery img:nth-child(6) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 10;
  -ms-grid-row-span: 12;
  grid-row: 10/22;
}

.room-gallery .gallery img:nth-child(7) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 22;
  -ms-grid-row-span: 7;
  grid-row: 22/29;
}

.room-gallery .gallery img:nth-child(8) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 29;
  -ms-grid-row-span: 9;
  grid-row: 29/38;
}

.food-list {
  position: relative;
  padding: 8rem 0 24rem;
}

@media only screen and (max-width: 768px) {
  .food-list {
    padding: 8rem 0 12rem;
  }
}
.food-list .content-in {
  max-width: 120rem;
}

.spot-list {
  position: relative;
  padding: 8rem 0 24rem;
}

@media only screen and (max-width: 768px) {
  .spot-list {
    padding: 8rem 0 12rem;
  }
}
.spot-list .content-in {
  max-width: 120rem;
}

.page-faq {
  position: relative;
  padding: 8rem 0 20rem;
}

@media only screen and (max-width: 768px) {
  .page-faq {
    padding: 8rem 0 12rem;
  }
}
.page-faq .content-in {
  max-width: 100rem;
}

.page-faq .faq-title {
  position: relative;
  font-weight: 500;
  font-size: 3.2rem;
  text-align: center;
  letter-spacing: 0.08em;
  color: #201f19;
  margin-bottom: 8rem;
}

@media only screen and (max-width: 768px) {
  .page-faq .faq-title {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
}
.page-faq .faq-block-list {
  position: relative;
  display: block;
}

.page-faq .faq-block-list > li {
  position: relative;
}

.page-faq .faq-block-list > li:not(:last-child) {
  margin-bottom: 8rem;
}

@media only screen and (max-width: 768px) {
  .page-faq .faq-block-list > li:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.page-faq .faq-block-list .faq-block {
  position: relative;
}

.page-faq .faq-block-list .faq-block .block-title {
  position: relative;
  font-weight: 500;
  font-size: 2.4rem;
  text-align: left;
  letter-spacing: 0.08em;
  color: #201f19;
  margin-bottom: 4rem;
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 768px) {
  .page-faq .faq-block-list .faq-block .block-title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.page-faq .faq-block-list .faq-block .faq-list {
  position: relative;
  display: block;
}

.page-faq .faq-block-list .faq-block .faq-list > li {
  position: relative;
}

.page-faq .faq-block-list .faq-block .faq-list > li:not(:last-child) {
  margin-bottom: 4rem;
}

@media only screen and (max-width: 768px) {
  .page-faq .faq-block-list .faq-block .faq-list > li:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.page-faq .faq-block-list .faq-block .faq-list .faq-item {
  position: relative;
}

.page-faq .faq-block-list .faq-block .faq-list .faq-item .question {
  position: relative;
  font-family: "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.08em;
  color: #201f19;
  text-align: left;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  .page-faq .faq-block-list .faq-block .faq-list .faq-item .question {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 1rem;
  }
}
.page-faq .faq-block-list .faq-block .faq-list .faq-item .answer {
  position: relative;
  font-family: "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #201f19;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .page-faq .faq-block-list .faq-block .faq-list .faq-item .answer {
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 0.07em;
  }
}
.page-news {
  position: relative;
  padding: 8rem 0 12rem;
}

@media only screen and (max-width: 768px) {
  .page-news {
    padding: 8rem 0 8rem;
  }
}
.page-news .content-in {
  max-width: 100rem;
}

.page-news .news-label {
  position: relative;
  font-weight: 500;
  font-size: 3.2rem;
  text-align: center;
  letter-spacing: 0.08em;
  color: #201f19;
  margin-bottom: 8rem;
}

@media only screen and (max-width: 768px) {
  .page-news .news-label {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
}
.page-news .news-wrap {
  position: relative;
  margin-bottom: 8rem;
}

@media only screen and (max-width: 768px) {
  .page-news .news-wrap {
    margin-bottom: 4rem;
  }
}
.page-news .news-wrap > .title {
  position: relative;
  font-weight: 500;
  font-size: 2.4rem;
  text-align: left;
  letter-spacing: 0.08em;
  color: #201f19;
  margin-bottom: 4rem;
}

@media only screen and (max-width: 768px) {
  .page-news .news-wrap > .title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.page-news .news-wrap > .content {
  position: relative;
  font-family: "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #201f19;
}

.page-news .news-wrap > .content p:not(:last-of-type) {
  margin-bottom: 1.5rem;
}

.page-news .news-wrap > .content a {
  color: inherit;
  text-decoration: underline;
}

.page-news .news-actions {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .page-news .news-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-news .news-actions {
    display: block;
  }
}
.page-news .news-actions > li {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .page-news .news-actions > li {
    padding: 0 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-news .news-actions > li {
    width: 100%;
  }
  .page-news .news-actions > li:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.page-news .news-actions .btn {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .page-news .news-actions .btn {
    width: 28rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-news .news-actions .btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.page-plan {
  position: relative;
  position: relative;
  padding: 12rem 0 12rem;
}

@media only screen and (max-width: 768px) {
  .page-plan {
    padding: 8rem 0 12rem;
  }
}
.page-plan .content-in {
  max-width: 128rem;
}

.page-plan .plan-title {
  position: relative;
  font-weight: 500;
  font-size: 3.2rem;
  text-align: center;
  letter-spacing: 0.08em;
  color: #201f19;
  margin-bottom: 8rem;
}

@media only screen and (max-width: 768px) {
  .page-plan .plan-title {
    font-size: 2.4rem;
    margin-bottom: 6rem;
  }
}
.page-plan .plan-block-list {
  position: relative;
  display: block;
}

@media print, screen and (min-width: 769px) {
  .page-plan .plan-block-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0rem, 1fr) [4];
    grid-template-columns: repeat(4, minmax(0rem, 1fr));
    grid-column-gap: 4rem;
    grid-row-gap: 8rem;
  }
}
.page-plan .plan-block-list > li {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .page-plan .plan-block-list > li:not(:last-child) {
    margin-bottom: 6rem;
  }
}
.page-plan .plan-block-list .plan-block {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
}

.page-plan .plan-block-list .plan-block .thumb {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  z-index: 0;
  margin-bottom: 2rem;
}

.page-plan .plan-block-list .plan-block .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.page-plan .plan-block-list .plan-block .wrap {
  position: relative;
}

.page-plan .plan-block-list .plan-block .title {
  position: relative;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #201f19;
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 769px) {
  .page-plan .plan-block-list .plan-block .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  .page-plan .plan-block-list .plan-block .title {
    letter-spacing: 0.04em;
  }
}
.page-plan .plan-block-list .plan-block .title a {
  color: inherit;
}

.page-plan .plan-block-list .plan-block .desc {
  position: relative;
  font-family: "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #201f19;
}

@media print, screen and (min-width: 769px) {
  .page-plan .plan-block-list .plan-block .desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.page-plan .plan-block-list .plan-block .food {
  position: relative;
  font-family: "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #201f19;
  margin-top: 1rem;
}

.page-plan .plan-block-list .plan-block:hover .thumb img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.page-agreement {
  position: relative;
  padding: 8rem 0 12rem;
}

@media only screen and (max-width: 768px) {
  .page-agreement {
    padding: 8rem 0 8rem;
  }
}
.page-agreement .content-in {
  max-width: 110rem;
}

.page-agreement .agreement-label {
  position: relative;
  font-weight: 500;
  font-size: 3.2rem;
  text-align: center;
  letter-spacing: 0.08em;
  color: #201f19;
  margin-bottom: 8rem;
}

@media only screen and (max-width: 768px) {
  .page-agreement .agreement-label {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
}
.page-agreement .agreement-content {
  position: relative;
  font-family: "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #201f19;
}

.page-agreement .agreement-content h4 {
  position: relative;
  font-size: 2.4rem;
  line-height: 1.6;
  margin-top: 4rem;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  .page-agreement .agreement-content h4 {
    font-size: 1.8rem;
  }
}
.page-agreement .agreement-content h5 {
  position: relative;
  font-size: 2rem;
  line-height: 1.6;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 768px) {
  .page-agreement .agreement-content h5 {
    font-size: 1.8rem;
  }
}
.page-agreement .agreement-content h6 {
  position: relative;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.page-agreement .agreement-content ul {
  position: relative;
  padding-left: 2rem;
  list-style: decimal;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 768px) {
  .page-agreement .agreement-content ul {
    padding-left: 0;
    list-style-position: inside;
  }
}
.page-agreement .agreement-content ul > li {
  position: relative;
}

.page-agreement .agreement-content ul > li:not(:last-child) {
  margin-bottom: 1rem;
}

.page-agreement .agreement-content dl {
  position: relative;
  margin-bottom: 1rem;
}

.page-agreement .agreement-content dl dt {
  display: block;
}

@media print, screen and (min-width: 769px) {
  .page-agreement .agreement-content dl dt {
    padding-left: 5rem;
    text-indent: -5rem;
  }
}
.page-agreement .agreement-content dl dt + dd {
  margin-top: 1rem;
}

.page-agreement .agreement-content dl dd {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .page-agreement .agreement-content dl dd {
    padding-left: 7.8rem;
    text-indent: -6.4rem;
  }
}
.page-agreement .agreement-content dl dd + dt {
  margin-top: 1rem;
}

.page-agreement .agreement-content p {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.page-agreement .agreement-content a {
  color: inherit;
  text-decoration: underline;
}

.page-agreement .news-actions {
  position: relative;
  margin-top: 8rem;
}

@media print, screen and (min-width: 769px) {
  .page-agreement .news-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-agreement .news-actions {
    display: block;
  }
}
.page-agreement .news-actions > li {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .page-agreement .news-actions > li {
    padding: 0 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-agreement .news-actions > li {
    width: 100%;
  }
  .page-agreement .news-actions > li:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.page-agreement .news-actions .btn {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .page-agreement .news-actions .btn {
    width: 28rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-agreement .news-actions .btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.contact-form {
  position: relative;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #272727;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .contact-form {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
.contact-form .form-group {
  position: relative;
  display: block;
}

.contact-form .form-group + .form-group {
  margin-top: 4rem;
}

@media only screen and (max-width: 768px) {
  .contact-form .form-group + .form-group {
    margin-top: 2.4rem;
  }
}
.contact-form .form-group .label {
  position: relative;
  display: block;
  text-align: left;
  margin-bottom: 1.6rem;
}

@media only screen and (max-width: 768px) {
  .contact-form .form-group .label {
    margin-bottom: 1rem;
  }
}
.contact-form .form-group .label .required {
  position: relative;
  display: inline-block;
  padding: 0.2rem 1rem 0.3rem 1.2rem;
  background: #c60d0d;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  border-radius: 0.4rem;
  color: #ffffff;
  text-align: center;
  margin-left: 1.6rem;
}

@media only screen and (max-width: 768px) {
  .contact-form .form-group .label .required {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
}
.contact-form .form-group input[type=text],
.contact-form .form-group input[type=email],
.contact-form .form-group input[type=tel],
.contact-form .form-group input[type=number],
.contact-form .form-group input[type=password],
.contact-form .form-group select,
.contact-form .form-group textarea {
  border: 2px solid #3b8e65;
}

@media print, screen and (min-width: 769px) {
  .contact-form .form-group input[type=text],
  .contact-form .form-group input[type=email],
  .contact-form .form-group input[type=tel],
  .contact-form .form-group input[type=number],
  .contact-form .form-group input[type=password],
  .contact-form .form-group select {
    height: 6.4rem;
    padding: 1.4rem 1.6rem;
  }
}
.contact-form .form-group .input {
  position: relative;
}

.contact-form .form-group .input > * {
  display: inline-block;
  vertical-align: middle;
}

.contact-form .form-group .input span {
  vertical-align: bottom;
}

.contact-form .form-group .sm {
  width: 27rem;
  max-width: 100%;
}

.contact-form .form-group .s {
  width: 12rem;
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  .contact-form .form-group .s {
    width: 100%;
  }
}
.contact-form .form-group .datetime-inputs {
  position: relative;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

@media only screen and (max-width: 768px) {
  .contact-form .form-group .datetime-inputs {
    margin-left: -0.3rem;
    margin-right: -0.3rem;
  }
}
.contact-form .form-group .datetime-inputs > li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.6rem;
}

@media only screen and (max-width: 768px) {
  .contact-form .form-group .datetime-inputs > li {
    padding: 0 0.3rem;
    width: 33.3333%;
  }
}
.contact-form .form-group .datetime-inputs > li .unit {
  position: relative;
  display: inline-block;
  padding-left: 0.6rem;
}

@media only screen and (max-width: 768px) {
  .contact-form .form-group .datetime-inputs > li .unit {
    padding-left: 0.3rem;
  }
}
.contact-form .form-group .datetime-inputs > li .month {
  position: relative;
  width: 12rem;
}

@media only screen and (max-width: 768px) {
  .contact-form .form-group .datetime-inputs > li .month {
    width: calc(100% - 2.1rem);
  }
}
.contact-form .form-group .datetime-inputs > li .day,
.contact-form .form-group .datetime-inputs > li .time {
  position: relative;
  width: 10rem;
}

@media only screen and (max-width: 768px) {
  .contact-form .form-group .datetime-inputs > li .day,
  .contact-form .form-group .datetime-inputs > li .time {
    width: calc(100% - 2.1rem);
  }
}
.contact-form .form-action {
  position: relative;
  margin-top: 6rem;
}

@media only screen and (max-width: 768px) {
  .contact-form .form-action {
    margin-top: 4rem;
  }
}
.contact-form .form-action .link-btn {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3.6rem;
  padding: 2rem 2rem;
  width: 40rem;
  max-width: 100%;
  border-radius: 3.8rem;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .contact-form .form-action .link-btn {
    font-size: 1.8rem;
    width: 24rem;
    line-height: 3rem;
    padding: 1.5rem 2rem;
    border-radius: 3rem;
  }
}
.contact-form .form-action .link-btn::after {
  border-radius: 3.8rem;
}

@media only screen and (max-width: 768px) {
  .contact-form .form-action .link-btn::after {
    border-radius: 3rem;
  }
}
.wpcf7 form .wpcf7-response-output {
  margin: 5rem 0 0;
  padding: 2rem 2.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.8rem;
  border-radius: 1.2rem;
  background: #daefe1;
  border: none !important;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 768px) {
  .wpcf7 form .wpcf7-response-output {
    margin-top: 3rem;
    padding: 2rem 1.6rem;
    letter-spacing: 0.04em;
    border-radius: 1rem;
  }
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background: #fff8d6;
  border: none !important;
}

#footer {
  position: relative;
  padding: 0;
  margin: 0;
  z-index: 0;
}

#footer .footer-main {
  position: relative;
  width: 100%;
  padding: 6.4rem 0;
  background-image: url(../img/footer-bg.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#footer .footer-main .footer-logo {
  position: relative;
  width: 40rem;
  width: 400px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6.4rem;
}

@media only screen and (max-width: 768px) {
  #footer .footer-main .footer-logo {
    width: 33.5rem;
  }
}
#footer .footer-main .footer-logo a {
  position: relative;
  display: block;
  width: 100%;
}

#footer .footer-main .footer-logo .logo-img {
  position: relative;
  width: 48%;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  #footer .footer-main .footer-logo .logo-img {
    width: 60%;
  }
}
#footer .footer-main .footer-info {
  position: relative;
  font-family: "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.08em;
  color: #ffffff;
  margin-bottom: 6.4rem;
}

#footer .footer-main .footer-info i {
  color: inherit;
  display: inline-block;
  margin-right: 0.6rem;
}

#footer .footer-main .footer-info a {
  color: inherit;
}

#footer .footer-main .footer-info a:hover {
  text-decoration: underline;
}

#footer .footer-main .footer-info small {
  font-size: 1.2rem;
}

#footer .footer-main .footer-info .lead {
  margin-bottom: 4rem;
}

#footer .footer-main .footer-info .label {
  position: relative;
  margin-bottom: 0.4rem;
}

#footer .footer-main .footer-info .info {
  position: relative;
}

#footer .footer-main .footer-info .help {
  position: relative;
  font-size: 1.2rem;
  margin-top: 0.4rem;
}

#footer .footer-main .footer-action {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

@media only screen and (max-width: 768px) {
  #footer .footer-main .footer-action {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#footer .footer-main .footer-action > li {
  position: relative;
  padding: 0 1.5rem;
}

@media only screen and (max-width: 768px) {
  #footer .footer-main .footer-action > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  #footer .footer-main .footer-action > li:not(:last-child) {
    margin-bottom: 2rem;
  }
  #footer .footer-main .footer-action > li .btn {
    margin-left: auto;
    margin-right: auto;
  }
}
#footer .footer-bottom {
  position: relative;
  width: 100%;
  padding: 4rem 0 2rem;
  background: #201f19;
}

#footer .footer-bottom .footer-nav {
  position: relative;
  margin-bottom: 4rem;
}

#footer .footer-bottom .footer-nav .nav-menu {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  #footer .footer-bottom .footer-nav .nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer-bottom .footer-nav .nav-menu {
    display: flex;
    flex-wrap: wrap;
  }
  #footer .footer-bottom .footer-nav .nav-menu li {
    width: 45%;
    margin-bottom: 1.3rem;
  }
}
#footer .footer-bottom .footer-nav .nav-menu > li {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  #footer .footer-bottom .footer-nav .nav-menu > li {
    padding: 0 1.2rem;
  }
}
#footer .footer-bottom .footer-nav .nav-menu a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #fbfbfb;
}

@media print, screen and (max-width: 768px) {
  #footer .footer-bottom .footer-nav .nav-menu a {
    font-weight: normal;
  }
}
#footer .footer-bottom .footer-nav .nav-menu a i {
  display: inline-block;
  font-size: 70%;
  margin-left: 0.6rem;
}

#footer .footer-bottom .footer-nav .nav-menu a:hover {
  text-decoration: underline;
}

#footer .footer-bottom .copyright {
  position: relative;
  font-family: "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.08em;
  color: #ffffff;
}

@media only screen and (max-width: 768px) {
  #footer .footer-bottom .copyright {
    font-size: 1rem;
    font-weight: normal;
  }
}
.back_to_top {
  position: fixed;
  bottom: 30px;
  right: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  z-index: 996;
}

@media only screen and (max-width: 768px) {
  .back_to_top {
    width: 45px;
    right: 16px;
    bottom: 16px;
  }
}
.back_to_top img {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .back_to_top img {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}
@media print, screen and (min-width: 769px) {
  .back_to_top:hover {
    text-decoration: none;
  }
  .back_to_top:hover img {
    filter: drop-shadow(0 0 12px #fff);
    -webkit-filter: drop-shadow(0 0 12px #fff);
  }
}
.footer-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  cursor: pointer;
  z-index: 996;
}

.footer-fixed > li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
}

.footer-fixed .phone-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  width: 100%;
  max-width: 100%;
}

.footer-fixed .phone-btn img {
  width: 100%;
  height: auto;
}

.footer-fixed .mail-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ff7100;
  width: 100%;
  max-width: 100%;
  height: 6rem;
  text-decoration: none;
  outline: none;
  padding: 1rem 1.2rem;
  border: 2px solid #ff7100;
  -webkit-transition: background 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: background 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}

.footer-fixed .mail-btn .btn-icon {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 3rem;
  height: auto;
  z-index: 3;
}

.footer-fixed .mail-btn .btn-icon path {
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}

.footer-fixed .mail-btn .btn-text {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(100% - 3rem);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  padding-left: 1rem;
  z-index: 3;
}

.footer-fixed .mail-btn .btn-text small {
  position: relative;
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.8rem;
  color: #fed517;
  -webkit-transition: color 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: color 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}

.footer-fixed .mail-btn .btn-text strong {
  position: relative;
  display: block;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  -webkit-transition: color 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: color 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}

@media only screen and (max-width: 768px) {
  .footer-fixed .mail-btn .btn-text strong {
    letter-spacing: 0;
  }
}
.footer-fixed .mail-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #ffffff;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  z-index: 1;
}

.footer-fixed .mail-btn:hover .btn-icon path {
  fill: #ff7100;
}

.footer-fixed .mail-btn:hover .btn-text {
  color: #ff7100;
}

.footer-fixed .mail-btn:hover .btn-text small {
  color: #ff7100;
}

.footer-fixed .mail-btn:hover .btn-text strong {
  color: #ff7100;
}

.footer-fixed .mail-btn:hover::before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}



/*# sourceMappingURL=style.css.map */
