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

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*add reset styles*/
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

/*Break Point
------------------------------*/
/*font
---------------------------------*/
/*color
---------------------------------*/
body {
  color: #2C2F36;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  overflow-x: clip;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

html {
  scroll-behavior: smooth;
}

.section-sub-heading {
  font-weight: bold;
  font-size: 24px;
  padding-left: 30px;
  letter-spacing: 0.01em;
  border-left: 2px solid #1a5c9a;
  margin-top: 120px;
}
@media print, screen and (max-width: 1023.9px) {
  .section-sub-heading {
    margin-top: 75px;
    font-size: 20px;
    padding-left: 15px;
  }
}

@media print, screen and (max-width: 1023.9px) {
  .section-text {
    text-align: left;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .section-text.-sp-center {
    text-align: center;
  }
}

.mv {
  position: relative;
}

.mv__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
}
@media print, screen and (max-width: 1023.9px) {
  .mv__inner {
    top: 56%;
  }
}

.mv__heading {
  text-align: center;
  color: #fff;
  font-size: clamp(2.8125rem, 1.5441rem + 2.2549vw, 4.25rem);
  letter-spacing: 0.16em;
  font-family: "Outfit", sans-serif;
  line-height: 1;
}
@media print, screen and (max-width: 1023.9px) {
  .mv__heading {
    font-size: clamp(1.875rem, 1.553rem + 1.5152vw, 2.5rem);
  }
}

.mv__ja {
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #fff;
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
}
@media print, screen and (max-width: 1023.9px) {
  .mv__ja {
    font-size: 15px;
  }
}

.section {
  padding-top: 100px;
  padding-bottom: 120px;
}
@media print, screen and (max-width: 1023.9px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.bg-area {
  background-color: rgba(222, 229, 235, 0.75);
}
.bg-area.-first {
  padding-top: 0;
}

.bg-area2 {
  background-color: rgba(222, 229, 235, 0.3);
}

.bg-area3 {
  background-color: #e6ebf0;
}

.anchor-link-list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 120px;
}
@media print, screen and (max-width: 1023.9px) {
  .anchor-link-list {
    margin-bottom: 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    row-gap: 27px;
  }
}

.anchor-link {
  line-height: 1;
  letter-spacing: 0.01em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
@media print, screen and (max-width: 1023.9px) {
  .anchor-link {
    font-size: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(6, 9, 16, 0.6);
  }
}
.anchor-link::after {
  content: "";
  display: block;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNiAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1IDdMOCAxNEwxIDciIHN0cm9rZT0iIzE4MUIyMiIgc3Ryb2tlLXdpZHRoPSIxLjQiLz4KPHBhdGggZD0iTTggMC44MDA3Mkw4IDE0IiBzdHJva2U9IiMxODFCMjIiIHN0cm9rZS13aWR0aD0iMS40Ii8+Cjwvc3ZnPgo=") no-repeat center;
  background-size: contain;
  width: 14px;
  height: 14px;
}
@media print, screen and (max-width: 1023.9px) {
  .anchor-link::after {
    width: 11px;
    height: 11px;
  }
}

.floor-map {
  margin-top: 80px;
}
@media print, screen and (max-width: 1023.9px) {
  .floor-map {
    margin-top: 40px;
  }
}

.floor-map__img {
  position: relative;
}
.floor-map__img img {
  display: block;
  width: 100%;
  height: auto;
}

.floor-map__hotspot {
  position: absolute;
  display: block;
  background: transparent;
}

@media print, screen and (min-width: 1024px) {
  .floor-map__hotspot.-hall-a {
    left: 10%;
    top: 0%;
    width: 18%;
    height: 55%;
  }
  .floor-map__hotspot.-hall-b {
    left: 28.6%;
    top: 0;
    width: 14.8%;
    height: 55%;
  }
  .floor-map__hotspot.-room-1 {
    left: 61.5%;
    top: 0;
    width: 12%;
    height: 52%;
  }
  .floor-map__hotspot.-room-2 {
    left: 73.5%;
    top: 0;
    width: 10%;
    height: 44%;
  }
  .floor-map__hotspot.-room-3 {
    left: 90.6%;
    top: 0%;
    width: 9%;
    height: 23%;
  }
  .floor-map__hotspot.-room-4 {
    top: 24%;
    right: 0;
    width: 9%;
    height: 12%;
  }
  .floor-map__hotspot.-room-5 {
    right: 0;
    top: 37%;
    width: 9%;
    height: 13%;
  }
  .floor-map__hotspot.-room-6 {
    right: 0;
    top: 51%;
    width: 9%;
    height: 16%;
  }
  .floor-map__hotspot.-room-7 {
    right: 0;
    width: 12%;
    bottom: 3%;
    height: 30%;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .floor-map__hotspot.-hall-a {
    left: 10%;
    width: 18%;
    top: 0;
    height: 54%;
  }
  .floor-map__hotspot.-hall-b {
    left: 29%;
    top: 0;
    width: 14%;
    height: 54%;
  }
  .floor-map__hotspot.-room-1 {
    left: 61.6%;
    width: 11.8%;
    top: 0;
    height: 52%;
  }
  .floor-map__hotspot.-room-2 {
    left: 74%;
    top: 0;
    width: 9%;
    height: 43%;
  }
  .floor-map__hotspot.-room-3 {
    width: 9%;
    right: 0;
    top: 0;
    height: 10%;
  }
  .floor-map__hotspot.-room-4 {
    top: 24%;
    right: 0;
    width: 9%;
    height: 12%;
  }
  .floor-map__hotspot.-room-5 {
    top: 37%;
    right: 0;
    width: 9%;
    height: 12%;
  }
  .floor-map__hotspot.-room-6 {
    top: 51%;
    right: 0;
    width: 9%;
    height: 15%;
  }
  .floor-map__hotspot.-room-7 {
    right: 0;
    bottom: 3%;
    width: 12%;
    height: 30%;
  }
}
.floor-map__text {
  margin-top: 20px;
  text-align: center;
  letter-spacing: 0.01em;
}
@media print, screen and (max-width: 1023.9px) {
  .floor-map__text {
    margin-top: 10px;
    font-size: 12px;
  }
}

.link {
  display: block;
  width: 560px;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (max-width: 1023.9px) {
  .link {
    margin-top: 40px;
    width: 100%;
  }
}

.feature-img {
  margin-top: 30px;
}
@media print, screen and (max-width: 1023.9px) {
  .feature-img {
    margin-top: 15px;
  }
}

.feature-row {
  margin-top: 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media print, screen and (max-width: 1023.9px) {
  .feature-row {
    margin-top: 30px;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.feature-card__img {
  border-radius: 10px;
  overflow: hidden;
}
@media print, screen and (max-width: 1023.9px) {
  .feature-card__img {
    border-radius: 5px;
  }
}

.feature-card__ttl {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 1;
}
@media print, screen and (max-width: 1023.9px) {
  .feature-card__ttl {
    font-size: 16px;
    margin-top: 15px;
  }
}

.feature-card__text {
  margin-top: 20px;
  letter-spacing: 0.01em;
  font-size: 16px;
  line-height: 1.8;
}
@media print, screen and (max-width: 1023.9px) {
  .feature-card__text {
    margin-top: 5px;
    font-size: 14px;
  }
}
.feature-card__text span {
  color: #1a5c9a;
  font-weight: bold;
}

.layout {
  margin-top: 50px;
}

.layout__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 1023.9px) {
  .layout__row {
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.layout__select-wrap {
  width: 340px;
}
@media print, screen and (max-width: 1023.9px) {
  .layout__select-wrap {
    width: 100%;
  }
}

.layout__select-ttl {
  margin-bottom: 10px;
  text-align: center;
}

.select-wrap {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #cccccc;
  width: 340px;
  height: 60px;
}
@media print, screen and (max-width: 1023.9px) {
  .select-wrap {
    width: 100%;
    height: 50px;
    border-radius: 5px;
  }
}
.select-wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 11px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 9px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgOCA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNy41IDRMNCA3LjVMMC41IDQiIHN0cm9rZT0id2hpdGUiLz4KPC9zdmc+") no-repeat center;
  pointer-events: none;
  z-index: 3;
}
.select-wrap::after {
  content: "";
  display: block;
  height: 100%;
  width: 30px;
  background-color: #1a5c9a;
  z-index: 2;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
}
@media print, screen and (max-width: 1023.9px) {
  .select-wrap::after {
    width: 29px;
  }
}

.select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 10px;
  border: none;
  height: 100%;
  width: 100%;
  text-align: center;
}
@media print, screen and (max-width: 1023.9px) {
  .select {
    font-size: 13px;
    border-radius: 5px;
  }
}

.layout__link-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  gap: 40px;
}
@media print, screen and (max-width: 1023.9px) {
  .layout__link-row {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.layout__link {
  border-radius: 5px;
  line-height: 1;
  letter-spacing: 0.01em;
  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-color: #181b22;
  color: #fff;
  width: 327px;
  height: 56px;
}
@media print, screen and (max-width: 1023.9px) {
  .layout__link {
    width: 100%;
    height: 56px;
  }
}
.layout__link::after {
  content: "";
  display: block;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNSAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcgMUwxNCA4TDcgMTUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS40Ii8+CjxwYXRoIGQ9Ik0wLjgwMDY1OSA4SDE0IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNCIvPgo8L3N2Zz4K") no-repeat center;
  width: 15px;
  height: 16px;
  margin-left: 10px;
}
.layout__link.-blank::after {
  background-image: url(../img/hall/icon-document.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 16px;
  margin-left: 10px;
}

.price {
  margin-top: 50px;
}
@media print, screen and (max-width: 1023.9px) {
  .price {
    margin-top: 30px;
  }
}

.price-link {
  margin-top: 50px;
  display: block;
  width: 560px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (max-width: 1023.9px) {
  .price-link {
    margin-top: 30px;
    width: 100%;
  }
}

.map-img {
  margin-top: 40px;
  width: 632px;
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (max-width: 1023.9px) {
  .map-img {
    width: 100%;
  }
}

.step {
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  width: 576px;
}
@media print, screen and (max-width: 1023.9px) {
  .step {
    width: 100%;
  }
}

.res-text {
  margin-top: 40px;
  text-align: center;
}
@media print, screen and (max-width: 1023.9px) {
  .res-text {
    margin-top: 30px;
    font-size: 14px;
    text-align: left;
  }
}
.res-text img {
  display: inline-block;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  width: 26px;
}
@media print, screen and (max-width: 1023.9px) {
  .res-text img {
    width: 20px;
  }
}

.res-cap {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
}
@media print, screen and (max-width: 1023.9px) {
  .res-cap {
    font-size: 12px;
    text-align: left;
  }
}

.calendar {
  margin-top: 60px;
}
@media print, screen and (max-width: 1023.9px) {
  .calendar {
    margin-top: 40px;
    aspect-ratio: 670/600;
  }
}
.calendar iframe {
  max-width: 1000px;
  width: 100%;
}
@media print, screen and (max-width: 1023.9px) {
  .calendar iframe {
    height: 100%;
    margin-left: 0;
  }
}

.ctr {
  background-color: #fff;
  margin-top: 60px;
  border-radius: 10px;
}
@media print, screen and (max-width: 1023.9px) {
  .ctr {
    margin-top: 40px;
    border-radius: 5px;
  }
}
@media print, screen and (min-width: 1024px) {
  .ctr .footer__link-box {
    padding-inline: 6%;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .ctr .footer__contact-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .ctr .footer__slash {
    display: none;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .ctr .footer__link-box-text {
    font-size: 12.5px;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .ctr .footer-tel__text {
    font-size: 11px;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .ctr .footer-tel__number {
    font-size: 26px;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .ctr .footer-tel__number span {
    font-size: 16px;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .ctr .footer-tel__icon {
    width: 33px;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .ctr .footer__link-icon.-mail {
    width: 20px;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .ctr .footer__link.-large {
    font-size: 11px;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .ctr .footer__link.-large::after {
    width: 12px;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .ctr .footer-tel {
    padding-bottom: 13px;
    border-bottom: 1px solid #cccccc;
  }
}

.document-block {
  margin-top: 100px;
}
@media print, screen and (max-width: 1023.9px) {
  .document-block {
    margin-top: 30px;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .document-block .section-sub-heading {
    margin-top: 30px;
  }
}

.document-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding-bottom: 80px;
  border-bottom: 1px solid #aaaaaa;
  margin-top: 30px;
}
@media print, screen and (max-width: 1023.9px) {
  .document-row {
    margin-top: 15px;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 40px;
    padding-bottom: 20px;
  }
}

.document-area {
  position: relative;
}
.document-area.-collapsed {
  max-height: var(--doc-collapse-height, 600px);
  overflow: hidden;
}

.document-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(230, 235, 240, 0)), color-stop(50%, #e6ebf0));
  background: linear-gradient(0deg, rgba(230, 235, 240, 0) 0%, #e6ebf0 50%);
  -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
          transform: matrix(1, 0, 0, -1, 0, 0);
  height: 160px;
  pointer-events: none;
}

.document-more {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.document-more__btn {
  border-radius: 5px;
  line-height: 1;
  letter-spacing: 0.01em;
  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-color: #181b22;
  color: #fff;
  width: 220px;
  height: 52px;
  border: none;
  cursor: pointer;
  font-size: 16px;
}
@media print, screen and (max-width: 1023.9px) {
  .document-more__btn {
    width: 300px;
    height: 56px;
  }
}
.document-more__btn::after {
  content: "";
  display: block;
  background: url("../img/top/arrow-white.webp") no-repeat center;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.doc__link {
  margin-top: 20px;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media print, screen and (max-width: 1023.9px) {
  .doc__link {
    font-size: 12px;
    gap: 5px;
    margin-top: 12px;
  }
}
.doc__link::after {
  content: "";
  display: block;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNSAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC42IiB5PSIwLjg5OTgwNSIgd2lkdGg9IjExLjE0MjkiIGhlaWdodD0iMTEuMTQyOSIgc3Ryb2tlPSIjMTgxQjIyIiBzdHJva2Utd2lkdGg9IjEuMiIvPgo8cGF0aCBkPSJNMi4wNTcxMyAxNC42OTkzSDE0LjRWMi4zNTY0NSIgc3Ryb2tlPSIjMTgxQjIyIiBzdHJva2Utd2lkdGg9IjEuMiIvPgo8L3N2Zz4K") no-repeat center;
  background-size: contain;
  width: 15px;
  height: 16px;
}
@media print, screen and (max-width: 1023.9px) {
  .doc__link::after {
    width: 12px;
    height: 12px;
  }
}

.slider-with-thumb {
  margin-top: 40px;
  position: relative;
}
@media print, screen and (max-width: 1023.9px) {
  .slider-with-thumb.-n2 .slider-with-thumb__arrow {
    top: 20%;
  }
}
@media print, screen and (min-width: 1024px) {
  .slider-with-thumb.-n2 .slider-with-thumb__arrow {
    top: 26%;
  }
}

.slider-with-thumb__main {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
@media print, screen and (max-width: 1023.9px) {
  .slider-with-thumb__main {
    border-radius: 5px;
  }
}
.slider-with-thumb__main .swiper-slide {
  border-radius: 10px;
  aspect-ratio: 1070/600;
  position: relative;
  display: block;
}
@media print, screen and (max-width: 1023.9px) {
  .slider-with-thumb__main .swiper-slide {
    border-radius: 5px;
  }
}

.slider-with-thumb__arrow {
  position: absolute;
  top: 33%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #000;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  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: 10;
}
@media print, screen and (max-width: 1023.9px) {
  .slider-with-thumb__arrow {
    width: 35px;
    height: 35px;
    top: 29%;
  }
}
.slider-with-thumb__arrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.slider-with-thumb__arrow.-prev {
  left: -20px;
}
.slider-with-thumb__arrow.-prev::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.slider-with-thumb__arrow.-next {
  right: -20px;
}
.slider-with-thumb__arrow.-next::before {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.slider-with-thumb__thumb {
  margin-top: 30px;
}
@media print, screen and (max-width: 1023.9px) {
  .slider-with-thumb__thumb {
    margin-top: 15px;
  }
}
.slider-with-thumb__thumb .swiper-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media print, screen and (max-width: 1023.9px) {
  .slider-with-thumb__thumb .swiper-wrapper {
    -ms-grid-columns: 1fr 9px 1fr 9px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
  }
}
.slider-with-thumb__thumb .swiper-slide {
  position: relative;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.slider-with-thumb__thumb .swiper-slide::before {
  content: "";
  border-radius: 12px;
  overflow: hidden;
  display: block;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media print, screen and (max-width: 1023.9px) {
  .slider-with-thumb__thumb .swiper-slide::before {
    border-radius: 5px;
  }
}
.slider-with-thumb__thumb .swiper-slide.-active, .slider-with-thumb__thumb .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.slider-with-thumb__thumb .swiper-slide.-active::before, .slider-with-thumb__thumb .swiper-slide.swiper-slide-thumb-active::before {
  opacity: 0;
}

.thumb {
  overflow: hidden;
  border-radius: 12px;
  position: relative;
  height: 100%;
  aspect-ratio: 252/160;
}
@media print, screen and (max-width: 1023.9px) {
  .thumb {
    border-radius: 5px;
    aspect-ratio: 211/130;
  }
}
.thumb img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.thumb__text {
  text-align: center;
  position: absolute;
  z-index: 5;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
  font-family: "Outfit", sans-serif;
  line-height: 1.4;
}
@media print, screen and (max-width: 1023.9px) {
  .thumb__text {
    font-size: 11px;
  }
}

.slider-with-thumb__figure {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
@media print, screen and (max-width: 1023.9px) {
  .slider-with-thumb__figure {
    border-radius: 5px;
  }
}
.slider-with-thumb__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
  display: block;
}

.tab-area {
  margin-top: 50px;
}

.tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
@media print, screen and (max-width: 1023.9px) {
  .tab-list {
    gap: 5px;
  }
}

.tab {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  position: relative;
  border-radius: 10px;
  background-color: transparent;
  background-color: #fff;
  border: 2px solid #1a5c9a;
  padding: 0;
  overflow: hidden;
  height: 92px;
  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;
}
@media print, screen and (max-width: 1023.9px) {
  .tab {
    height: 50px;
    font-size: 12px;
    border-width: 1px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 5px;
  }
}
@media (hover: hover) {
  .tab:hover {
    opacity: 1;
    background-color: #1a5c9a;
  }
  .tab:hover .tab__text {
    color: #fff;
  }
}
.tab::after {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxNCAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzIDZMNyAxMkwxIDYiIHN0cm9rZT0iIzFBNUM5QSIvPgo8cGF0aCBkPSJNNyAwLjY4NjUyM1YxMi4wMDAyIiBzdHJva2U9IiMxQTVDOUEiLz4KPC9zdmc+");
}
@media print, screen and (min-width: 1024px) {
  .tab::after {
    position: absolute;
    bottom: 14px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.tab.-active {
  overflow: initial;
}
.tab.-active::after {
  content: "";
  border: 2px solid #1a5c9a;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: block;
  width: calc(100% + 4px);
  height: calc(100% + 24px);
  background: #1a5c9a;
  position: absolute;
  -webkit-transform: none;
          transform: none;
  top: -2px;
  left: -2px;
}
@media print, screen and (max-width: 1023.9px) {
  .tab.-active::after {
    height: calc(100% + 8px);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}
.tab.-active .tab__text {
  color: #fff;
}

.tab__text {
  text-align: center;
  color: #1a5c9a;
  line-height: 1.4;
  letter-spacing: 0.009em;
  position: relative;
  width: 100%;
  z-index: 3;
}

.tab-content {
  background-color: #fff;
  margin-top: 20px;
  border-top: 2px solid #1a5c9a;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 40px 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 16px minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
  margin-bottom: 80px;
  display: none;
}
@media print, screen and (max-width: 1023.9px) {
  .tab-content {
    margin-top: 5px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 30px;
    margin-bottom: 40px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}
.tab-content.-active {
  display: -ms-grid;
  display: grid;
}

.tab-content__left {
  min-width: 0;
}

.tab-content__heading {
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.01em;
  padding-left: 20px;
  border-left: 2px solid #1a5c9a;
}

.tab-content__info {
  margin-top: 34px;
}

.tab-content__info-row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  display: -ms-grid;
  display: grid;
  gap: 14px;
  -ms-grid-columns: 80px 14px 1fr;
  grid-template-columns: 80px 1fr;
}
@media print, screen and (max-width: 1023.9px) {
  .tab-content__info-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 7px;
  }
}
.tab-content__info-row + .tab-content__info-row {
  margin-top: 14px;
}

.tab-content__info-label {
  background-color: #000;
  text-align: center;
  border-radius: 4px;
  padding: 6px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
}
@media print, screen and (max-width: 1023.9px) {
  .tab-content__info-label {
    font-size: 16px;
    text-align: left;
    padding-left: 10px;
  }
}

.tab-content__info-text {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
@media print, screen and (max-width: 1023.9px) {
  .tab-content__info-text {
    margin-top: 7px;
  }
}

.tab-content__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (max-width: 1023.9px) {
  .tab-content__price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (min-width: 1024px) {
  .tab-content__price .tab-content__info-text:nth-of-type(1) {
    margin-right: 14px;
    padding-right: 14px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media print, screen and (max-width: 1023.9px) {
  .tab-content__price .tab-content__info-text:nth-of-type(1) {
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}

.tab-content__tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.tab-content__tab-slash {
  font-size: 14px;
}

.tab-content__tab {
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  background-color: transparent;
  border: none;
  letter-spacing: 0.009em;
}
.tab-content__tab:not(.-active) {
  text-decoration: underline;
}
.tab-content__tab.-active {
  color: #1a5c9a;
}

.tab-content__tab-content {
  display: none;
}
.tab-content__tab-content.-active {
  display: block;
}

.tab-inner-swiper {
  overflow: hidden;
  min-width: 0;
}

.tab-inner-swiper__pagination {
  margin-top: 14px;
  text-align: center;
}
.tab-inner-swiper__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #cbd5e1;
  opacity: 1;
  margin: 0 6px;
}
.tab-inner-swiper__pagination .swiper-pagination-bullet-active {
  background: #1a5c9a;
}

.tab-content__right {
  min-height: 220px;
  min-width: 0;
}

.tab-content__tab-content .img-cap img {
  width: 100%;
  height: auto;
  display: block;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: rgba(222, 229, 235, 0.7);
  display: none;
}

body.modal-open {
  overflow: hidden;
}

.modal__inner {
  overflow: hidden;
  width: 88%;
  max-height: 790px;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 1440px;
  background: #fff;
  border-radius: 20px;
  padding: 100px 80px 80px;
}
@media print, screen and (max-width: 1023.9px) {
  .modal__inner {
    padding: 60px 20px 30px;
    border-radius: 10px;
  }
}

.modal__body {
  height: 100%;
  overflow-y: scroll;
}

.modal__close {
  cursor: pointer;
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 10;
  background-color: transparent;
  border: none;
  color: #1a5c9a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media print, screen and (max-width: 1023.9px) {
  .modal__close {
    top: 20px;
    right: 20px;
    font-size: 14px;
  }
}
.modal__close::after {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE4Ljc2MSAwTDIwIDEuMjVMMS40MTUxIDIwTDAuMTc2MTA1IDE4Ljc1TDE4Ljc2MSAwWiIgZmlsbD0iIzFBNUM5QSIvPgo8cGF0aCBkPSJNMS4yMzg5IDBMMC4wMDEgMS4yNUwxOC41ODQ5IDIwTDE5LjgyMzkgMTguNzVMMS4yMzg5IDBaIiBmaWxsPSIjMUE1QzlBIi8+Cjwvc3ZnPgo=");
}
@media print, screen and (max-width: 1023.9px) {
  .modal__close::after {
    height: 15px;
    width: 15px;
  }
}

@media print, screen and (max-width: 1023.9px) {
  .modal__text {
    font-size: 14px;
  }
}

.modal__row {
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media print, screen and (max-width: 1023.9px) {
  .modal__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 20px;
  }
}

.modal__heading {
  font-weight: bold;
  font-size: 24px;
  padding-left: 30px;
  border-left: 2px solid #1a5c9a;
}
@media print, screen and (max-width: 1023.9px) {
  .modal__heading {
    font-size: 20px;
    padding-left: 15px;
  }
}

.modal__select-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 1023.9px) {
  .modal__select-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.modal__select-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media print, screen and (min-width: 1024px) {
  .modal__select-wrap .select-wrap {
    width: 100%;
    height: 60px;
  }
}

.modal__select-ttl {
  text-align: center;
  margin-bottom: 10px;
}

.layout__img img {
  margin-inline: auto;
}