html {
  scroll-behavior: smooth;
}

.pre-inc .main_image {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.pre-inc .main_image .cap {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 11px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .pre-inc .main_image .cap {
    right: 5px;
    bottom: 5px;
  }
}
.pre-inc .main_image .mv_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  text-align: center;
}
.pre-inc .main_image .mv_text .en {
  font-size: min(4.7vw, 48px);
  letter-spacing: 0.1em;
  font-family: "Cormorant Infant", serif;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .pre-inc .main_image .mv_text .en {
    font-size: min(8.9vw, 58px);
  }
}
.pre-inc .main_image .mv_text .ja {
  margin-top: 15px;
  font-size: 16px;
  line-height: 100%;
}
.pre-inc .p-gallery .page-title {
  padding: 80px 20px 60px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-gallery .page-title {
    padding: 50px 10px;
  }
}
.pre-inc .p-gallery .page-title h3 {
  color: #161763;
  font-weight: 500;
  line-height: 1.8;
  font-size: min(4.4vw, 28px);
  text-align: center;
}
.pre-inc .p-gallery .page-title .lead {
  margin-top: 50px;
  font-size: 14px;
  text-align: center;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-gallery .page-title .lead {
    margin-top: 20px;
    font-size: 12px;
  }
}
.pre-inc .p-gallery .page-title .lead sup {
  vertical-align: top;
  font-size: 0.6em;
}
.pre-inc .p-gallery .page-title .note {
  margin-top: 20px;
  text-align: center;
}
.pre-inc .p-gallery .block-anchor {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 0;
  max-width: 920px;
  margin-inline: auto;
  padding-inline: 20px;
}
.pre-inc .p-gallery .block-anchor .each {
  position: relative;
  display: block;
  width: 32.7272727273%;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-gallery .block-anchor .each {
    width: 100%;
    text-align: center;
  }
}
.pre-inc .p-gallery .block-anchor .each .caption {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 10px;
  color: #fff;
}
.pre-inc .p-gallery .section-heading {
  padding-top: 90px;
  padding-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-gallery .section-heading {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.pre-inc .p-gallery .section-heading .num {
  margin-bottom: 30px;
  font-size: 21px;
  color: #161763;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-gallery .section-heading .num {
    margin-bottom: 5px;
    font-size: 14px;
  }
}
.pre-inc .p-gallery .section-heading .num span {
  font-size: 42px;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-gallery .section-heading .num span {
    font-size: 25px;
  }
}
.pre-inc .p-gallery .section-heading h2 {
  font-size: 29px;
  color: #161763;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-gallery .section-heading h2 {
    font-size: 18px;
  }
}
.pre-inc .p-gallery .section {
  max-width: 920px;
  margin-inline: auto;
  padding-inline: 20px;
}
.pre-inc .p-gallery .qa-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px 0;
  border-radius: 10px;
}
.pre-inc .p-gallery .qa-list .each {
  position: relative;
  width: 48.8636363636%;
  border-radius: 10px;
  background: #fff;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-gallery .qa-list .each {
    width: 100%;
  }
}
.pre-inc .p-gallery .qa-list .each .num {
  padding: 40px 0 25px;
  text-align: center;
  font-family: garamond, serif;
  font-size: 42px;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-gallery .qa-list .each .num {
    padding: 10px 0 10px;
    font-size: 26px;
  }
}
.pre-inc .p-gallery .qa-list .each .question {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 10px;
  background: #161763;
  color: #fff;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-gallery .qa-list .each .question {
    padding: 5px;
    font-size: 16px;
  }
}
.pre-inc .p-gallery .qa-list .each .answer {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-gallery .qa-list .each .answer {
    margin-top: 10px;
  }
}
.pre-inc .p-gallery .qa-list .each .answer:before {
  content: "ANSWER";
  display: block;
  margin-bottom: 15px;
  font-family: garamond, serif;
  width: 100%;
  font-size: 20px;
  text-align: center;
  color: #161763;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-gallery .qa-list .each .answer:before {
    margin-bottom: 5px;
    font-size: 18px;
  }
}
.pre-inc .p-gallery .qa-list .each .answer > p {
  padding: 0 10px;
  line-height: 2;
  text-align: center;
  font-size: 14px;
  color: #222;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-gallery .qa-list .each .answer > p {
    font-size: 13px;
  }
}
.pre-inc .p-gallery .qa-list .each-blue {
  background: rgba(0, 53, 149, 0.08);
}
.pre-inc .p-gallery .section-qa01 {
  padding-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-gallery .section-qa01 {
    padding-bottom: 60px;
  }
}
.pre-inc .p-gallery .section-qa01 .qa-bnr {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-gallery .section-qa01 .qa-bnr {
    margin-top: 30px;
  }
}
.pre-inc .p-gallery .bg-blue {
  background: rgba(0, 53, 149, 0.08);
}
.pre-inc .p-gallery .section-step .steps-wrapper {
  width: 100%;
  padding: 100px 7.9545454545%;
  border-radius: 20px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-gallery .section-step .steps-wrapper {
    padding: 40px 20px;
    border-radius: 13px;
  }
}
.pre-inc .p-gallery .section-step .steps-row {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pre-inc .p-gallery .section-step .steps-row .text {
  width: 49.0540540541%;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-gallery .section-step .steps-row .text {
    width: 100%;
  }
}
.pre-inc .p-gallery .section-step .steps-row .text .label {
  padding: 12px 20px;
  background: #161763;
  color: #fff;
  font-size: 20px;
  line-height: 1.01;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-gallery .section-step .steps-row .text .label {
    padding: 10px 10px;
    font-size: 16px;
  }
}
.pre-inc .p-gallery .section-step .steps-row .text .lead {
  margin-top: 20px;
  line-height: 1.7;
  color: #161763;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .pre-inc .p-gallery .section-step .steps-row .text .lead {
    margin-top: 15px;
    font-size: 16px;
  }
}
.pre-inc .p-gallery .section-step .steps-row .text .body {
  margin-top: 15px;
  line-height: 2;
  color: #222;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-gallery .section-step .steps-row .text .body {
    margin-top: 10px;
    font-size: 13px;
  }
}
.pre-inc .p-gallery .section-step .steps-row .image {
  width: 47.027027027%;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-gallery .section-step .steps-row .image {
    width: 100%;
    margin-top: 10px;
  }
}
.pre-inc .p-gallery .section-step .steps-row .image figure img {
  border-radius: 10px;
}
.pre-inc .p-gallery .section-step .steps-row .image figure figcaption {
  font-size: 10px;
  text-align: right;
}
.pre-inc .p-gallery .section-step .steps-row:nth-child(n+2) {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-gallery .section-step .steps-row:nth-child(n+2) {
    margin-top: 50px;
  }
}
.pre-inc .p-gallery .section-step .steps-row:nth-child(n+2):before {
  content: "";
  position: absolute;
  left: 50%;
  top: -20px;
  width: 86px;
  height: 24px;
  background: #ccc;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translate(-50%, -100%);
}
@media screen and (max-width: 767px) {
  .pre-inc .p-gallery .section-step .steps-row:nth-child(n+2):before {
    top: -10px;
    width: 40px;
    height: 12px;
  }
}
.pre-inc .p-gallery .section-rooms {
  padding-bottom: 100px;
}
.pre-inc .p-gallery .section-rooms .room-wrapp {
  max-width: 1080px;
  margin-inline: auto;
  padding-inline: 20px;
}
.pre-inc .p-gallery .section-rooms .room-wrapp .room-slider {
  max-width: 880px;
  margin-inline: auto;
}
.pre-inc .p-gallery .section-rooms .room-wrapp .room-slider .slick-next {
  background: url(../images/gallery/arrow_next.svg) center center no-repeat;
  background-size: contain;
  right: -80px;
  width: 80px;
  height: 80px;
  opacity: 1;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-gallery .section-rooms .room-wrapp .room-slider .slick-next {
    right: 10px;
    width: 30px;
    height: 30px;
  }
}
.pre-inc .p-gallery .section-rooms .room-wrapp .room-slider .slick-next:before {
  display: none;
}
.pre-inc .p-gallery .section-rooms .room-wrapp .room-slider .slick-prev {
  background: url(../images/gallery/arrow_prev.svg) center center no-repeat;
  background-size: contain;
  left: -80px;
  width: 80px;
  height: 80px;
  opacity: 1;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-gallery .section-rooms .room-wrapp .room-slider .slick-prev {
    left: 10px;
    width: 30px;
    height: 30px;
  }
}
.pre-inc .p-gallery .section-rooms .room-wrapp .room-slider .slick-prev:before {
  display: none;
}
.pre-inc .p-gallery .section-rooms .room-wrapp .room-slider .each figure img {
  border-radius: 10px;
}
.pre-inc .p-gallery .section-rooms .room-wrapp .room-slider .each figure figcaption {
  margin-top: 5px;
  font-size: 10px;
  text-align: right;
}
.pre-inc .p-gallery .section-rooms .thumb-slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 0;
  max-width: 920px;
  margin-top: 25px;
  margin-inline: auto;
  padding-inline: 20px;
}
.pre-inc .p-gallery .section-rooms .thumb-slider .each {
  width: 15.4545454545%;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-gallery .section-rooms .thumb-slider .each {
    width: 32%;
  }
}
.pre-inc .p-gallery .section-rooms .thumb-slider .each figure img {
  border-radius: 10px;
}
.pre-inc .p-gallery .section-rooms .thumb-slider .each figure figcaption {
  margin-top: 5px;
  font-size: 10px;
  text-align: right;
}
.pre-inc .p-gallery .section-map {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-gallery .section-map {
    padding-bottom: 30px;
  }
}
.pre-inc .p-gallery .section-map .map-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pre-inc .p-gallery .section-map .map-content .image {
  width: 46.8181818182%;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-gallery .section-map .map-content .image {
    width: 100%;
  }
}
.pre-inc .p-gallery .section-map .map-content .text {
  width: 51.3636363636%;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-gallery .section-map .map-content .text {
    width: 100%;
    margin-top: 20px;
  }
}
.pre-inc .p-gallery .section-map .map-content .text .name {
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-gallery .section-map .map-content .text .name {
    font-size: 13px;
  }
}
.pre-inc .p-gallery .section-map .map-content .text .address {
  width: 100%;
  margin-top: 20px;
  padding: 15px 10px;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-gallery .section-map .map-content .text .address {
    margin-top: 10px;
    padding: 10px 5px;
  }
}
.pre-inc .p-gallery .section-map .map-content .text .address p {
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-gallery .section-map .map-content .text .address p {
    font-size: 16px;
  }
}
.pre-inc .p-gallery .section-map .map-content .text .how {
  margin-top: 20px;
  padding: 15px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
  font-size: 20px;
  line-height: 1.01;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-gallery .section-map .map-content .text .how {
    margin-top: 15px;
    padding: 10px;
    font-size: 16px;
  }
}
.pre-inc .p-gallery .section-map .map-content .text .access {
  margin-top: 10px;
  line-height: 1.6;
  font-size: 13px;
}
.pre-inc .p-gallery .section-map .map-content .gmap {
  text-align: center;
  margin-top: 40px;
  width: 100%;
}
.pre-inc .p-gallery .section-map .map-content .gmap a {
  color: #111;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  font-size: 18px;
}
.pre-inc .p-gallery .section-map .map-content .gmap a:hover {
  color: #333;
}/*# sourceMappingURL=gallery02.css.map */