@charset "UTF-8";
.sticky-wrapper {
  z-index: 9;
  position: relative;
}

.shisetsuHeading {
  top: 60px;
  z-index: 9 !important;
}

.shisetsuHeading .p_heading {
  background: #F0F0F0;
  padding-top: 12px;
  padding-bottom: 14px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .shisetsuHeading .p_heading {
    padding: 0;
  }
}
.shisetsuHeading .p_heading .l_inner {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .shisetsuHeading .p_heading .l_inner {
    align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .shisetsuHeading {
    background: none;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.shisetsuHeading .l_inner {
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .shisetsuHeading .l_inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .shisetsuHeading .l_inner .l_shisetsuName {
    background: #F0F0F0;
    padding-left: var(--size-20);
    padding-right: var(--size-20);
    padding-top: 3.5897435897vw;
    padding-bottom: 3.0769230769vw;
  }
}
.shisetsuHeading .l_inner .l_shisetsuName .c_name h1 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4166666667;
  letter-spacing: 0.05em;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .shisetsuHeading .l_inner .l_shisetsuName .c_name h1 {
    font-size: 5.1282051282vw;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .shisetsuHeading .l_pickupBox {
    background: #C6C6C6;
    padding-left: var(--size-20);
    padding-right: var(--size-20);
    padding-top: 3.0769230769vw;
    padding-bottom: 3.0769230769vw;
  }
  .shisetsuHeading .l_pickupBox._is-hide {
    display: none;
  }
  .shisetsuHeading .l_pickupBox._is-open {
    display: block;
  }
}
.shisetsuHeading .l_pickupBox .c_pickNavi {
  display: flex;
}

@media screen and (max-width: 767px) {
  .shisetsuHeading .l_pickupBox .c_pickNavi {
    gap: 1.0256410256vw;
  }
}
.shisetsuHeading .l_pickupBox .c_pickNavi .c_btn {
  width: var(--size-90);
}

@media screen and (max-width: 767px) {
  .shisetsuHeading .l_pickupBox .c_pickNavi .c_btn {
    width: auto;
  }
}
.shisetsuHeading .l_pickupBox .c_pickNavi .c_btn a {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2307692308;
  letter-spacing: 0;
  height: 58px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .shisetsuHeading .l_pickupBox .c_pickNavi .c_btn a {
    width: 17.4358974359vw;
    height: 10.7692307692vw;
    font-size: 2.5641025641vw;
    justify-content: flex-end;
  }
  .shisetsuHeading .l_pickupBox .c_pickNavi .c_btn a:after {
    width: 1.5384615385vw;
    height: 0.7692307692vw;
  }
}
.shisetsuHeading .l_pickupBox .c_pickNavi .c_btn._txtpos a {
  padding-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .shisetsuHeading .l_pickupBox .c_pickNavi .c_btn._txtpos a {
    padding-bottom: 0;
  }
}
.shisetsuHeading .l_pickupBox .c_pickNavi .c_btn + .c_btn {
  margin-left: var(--size-5);
}

@media screen and (max-width: 767px) {
  .shisetsuHeading .l_pickupBox .c_pickNavi .c_btn + .c_btn {
    margin-left: 0;
  }
}
.shisetsuHeading .l_pickupBox-btn {
  display: none;
}

@media screen and (max-width: 767px) {
  .shisetsuHeading .l_pickupBox-btn {
    background: #C6C6C6;
    padding-top: 2.8205128205vw;
    padding-bottom: 2.8205128205vw;
  }
  .shisetsuHeading .l_pickupBox-btn.is-open {
    display: block;
  }
  .shisetsuHeading .l_pickupBox-btn.is-close {
    display: none;
  }
  .shisetsuHeading .l_pickupBox-btn .c_open-btn:before {
    content: "";
    display: block;
    width: 2.8205128205vw;
    height: 1.5384615385vw;
    background: url("../../img/icon/icon_arrow-down_black.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
  }
}
.shisetsuHeading .l_secondaryMenu_wrap {
  box-shadow: 0 0 var(--size-20) rgba(0, 0, 0, 0.1);
  background: #FFF;
}

@media screen and (max-width: 767px) {
  .shisetsuHeading .l_secondaryMenu_wrap {
    background: #C6C6C6;
    padding: 3.0769230769vw var(--size-20);
  }
}
.shisetsuHeading .l_secondaryMenu .p_secondaryMenu_list {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .shisetsuHeading .l_secondaryMenu .p_secondaryMenu_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.0512820513vw 1.0256410256vw;
  }
}
.shisetsuHeading .l_secondaryMenu .c_secondaryMenu_btn a {
  font-size: 1.3rem;
  line-height: 1.2307692308;
  display: inline-block;
  width: var(--size-150);
  text-align: center;
  padding-top: 15px;
  padding-bottom: 14px;
  transition: 0.3s;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .shisetsuHeading .l_secondaryMenu .c_secondaryMenu_btn a {
    width: 100%;
    background: #FFF;
    border: 1px solid #272727;
    border-radius: 3px;
    font-size: 2.5641025641vw;
    position: relative;
    padding-top: 2.0512820513vw;
    padding-bottom: 2.3076923077vw;
    position: relative;
  }
}
.shisetsuHeading .l_secondaryMenu .c_secondaryMenu_btn a:hover {
  opacity: 0.6;
}

.shisetsuHeading .l_secondaryMenu .c_secondaryMenu_btn a:after {
  content: "";
  display: block;
  width: 8px;
  height: 4px;
  background: url("../../img/icon/icon_arrow-down_black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  padding-right: 14px;
}

@media screen and (max-width: 767px) {
  .shisetsuHeading .l_secondaryMenu .c_secondaryMenu_btn a:after {
    width: 1.5384615385vw;
    height: 0.7692307692vw;
    padding-right: 2.3076923077vw;
    position: absolute;
    margin: 0;
    transform: translate(-50%, -50%);
    top: 50%;
    right: -1.7948717949vw;
  }
}
.shisetsuHeading .l_secondaryMenu .c_secondaryMenu_btn._access a {
  padding-left: var(--size-40);
}

@media screen and (max-width: 767px) {
  .shisetsuHeading .l_secondaryMenu .c_secondaryMenu_btn._access a {
    padding-left: 8.7179487179vw;
  }
}
.shisetsuHeading .l_secondaryMenu .c_secondaryMenu_btn._gallery a {
  padding-left: var(--size-20);
}

@media screen and (max-width: 767px) {
  .shisetsuHeading .l_secondaryMenu .c_secondaryMenu_btn._gallery a {
    padding-left: 5.1282051282vw;
  }
}
.shisetsuHeading .l_secondaryMenu .c_secondaryMenu_btn._feature a {
  padding-left: var(--size-35);
}

@media screen and (max-width: 767px) {
  .shisetsuHeading .l_secondaryMenu .c_secondaryMenu_btn._feature a {
    padding-left: 7.4358974359vw;
  }
}
.shisetsuHeading .l_secondaryMenu .c_secondaryMenu_btn._event a, .shisetsuHeading .l_secondaryMenu .c_secondaryMenu_btn._detail a {
  padding-left: var(--size-40);
}

@media screen and (max-width: 767px) {
  .shisetsuHeading .l_secondaryMenu .c_secondaryMenu_btn._event a, .shisetsuHeading .l_secondaryMenu .c_secondaryMenu_btn._detail a {
    padding-left: 8.7179487179vw;
  }
}
.shisetsuHeading .l_secondaryMenu .c_secondaryMenu_btn._download a {
  padding-left: var(--size-15);
}

@media screen and (max-width: 767px) {
  .shisetsuHeading .l_secondaryMenu .c_secondaryMenu_btn._download a {
    padding-left: 3.5897435897vw;
  }
}
.shisetsuHeading .l_secondaryMenu .c_secondaryMenu_btn + .c_secondaryMenu_btn a {
  position: relative;
}

.shisetsuHeading .l_secondaryMenu .c_secondaryMenu_btn + .c_secondaryMenu_btn a:before {
  content: "";
  display: block;
  width: 1px;
  height: 28px;
  background: #C6C6C6;
  position: absolute;
  top: 8px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .shisetsuHeading .l_secondaryMenu .c_secondaryMenu_btn + .c_secondaryMenu_btn a:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .shisetsuHeading .p_favorite-btn {
    padding-right: var(--size-20);
    padding-bottom: 2.5641025641vw;
  }
}
.shisetsuHeading .p_favorite-btn button {
  text-align: center;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.2;
  border: 2px solid #AA8919;
  background: #FFF;
  border-radius: 3px;
  display: flex;
  align-items: center;
  width: 110px;
  height: 34px;
  box-sizing: border-box;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .shisetsuHeading .p_favorite-btn button {
    font-size: 0;
    width: 8.2051282051vw;
    height: 7.6923076923vw;
  }
}
.shisetsuHeading .p_favorite-btn button:hover {
  opacity: 0.6;
}

.shisetsuHeading .p_favorite-btn button:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  -webkit-mask-image: url(../../img/icon/icon_favorite-btn.svg);
          mask-image: url(../../img/icon/icon_favorite-btn.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #AA8919;
  margin-right: 2px;
  padding-left: 1px;
}

@media screen and (max-width: 767px) {
  .shisetsuHeading .p_favorite-btn button:before {
    width: 7.1794871795vw;
    height: 7.1794871795vw;
  }
}
.shisetsuHeading .p_favorite-btn button:after {
  content: "検討リストに追加";
  white-space: pre-wrap;
}

.shisetsuHeading .p_favorite-btn button.facility-fav-button.fav-button.active {
  background: #AA8919;
}

.shisetsuHeading .p_favorite-btn button.facility-fav-button.fav-button.active:after {
  content: "検討リスト追加済";
  color: #FFF;
}

.shisetsuHeading .p_favorite-btn button.facility-fav-button.fav-button.active:before {
  width: 32px;
  height: 32px;
  -webkit-mask-image: url(../../img/icon/icon_star_active.svg);
          mask-image: url(../../img/icon/icon_star_active.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #FFF;
}

.detail {
  padding-top: var(--size-100);
  padding-bottom: var(--size-100);
}

@media screen and (max-width: 767px) {
  .detail {
    padding-top: var(--size-60);
    padding-bottom: var(--size-60);
  }
}
.detail .l_detailBox {
  display: grid;
  grid-template-columns: 550px auto;
  gap: 0 var(--size-25);
  grid-template: "title image" auto "feature image" auto "access image" auto "location image" 1fr/auto 386px;
}

@media screen and (max-width: 767px) {
  .detail .l_detailBox {
    display: block;
  }
}
.detail .l_detailBox .c_title {
  grid-area: title;
}

.detail .l_detailBox .c_image {
  grid-area: image;
}

@media screen and (max-width: 767px) {
  .detail .l_detailBox .c_image {
    margin-bottom: var(--size-20);
  }
}
.detail .l_detailBox .c_detail_feature {
  grid-area: feature;
}

.detail .l_detailBox .c_detail_access {
  grid-area: access;
}

.detail .l_detailBox .c_detail_location {
  grid-area: location;
}

.detail .l_detailBox .c_title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4166666667;
  font-weight: 600;
  color: #00005C;
  margin-bottom: var(--size-20);
}

@media screen and (max-width: 767px) {
  .detail .l_detailBox .c_title {
    font-size: 5.1282051282vw;
  }
}
.detail .c_detail-box .c_sm-detail-title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: var(--size-10);
}

@media screen and (max-width: 767px) {
  .detail .c_detail-box .c_sm-detail-title {
    font-size: 4.1025641026vw;
  }
}
.detail .c_detail-box .c_text {
  color: #747474;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  max-width: var(--size-550);
}

@media screen and (max-width: 767px) {
  .detail .c_detail-box .c_text {
    font-size: 3.0769230769vw;
    line-height: 1.6666666667;
  }
}
.detail .c_detail-box .c_text.-tell {
  margin-top: 1rem;
}

.detail .c_detail-box + .c_detail-box {
  margin-top: var(--size-30);
}

@media screen and (max-width: 767px) {
  .detail .c_detail-box + .c_detail-box {
    margin-top: var(--size-20);
  }
}
.detail .c_sm-detail-title {
  display: flex;
  align-items: center;
}

.detail .c_sm-detail-title._feature:before {
  content: "";
  display: inline-block;
  width: var(--size-15);
  height: var(--size-15);
  background: url("../../img/icon/icon_tag_accent.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: var(--size-5);
}

.detail .c_sm-detail-title._access:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 17px;
  background: url("../../img/icon/icon_bus_accent.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: var(--size-5);
}

@media screen and (max-width: 767px) {
  .detail .c_sm-detail-title._access:before {
    width: 3.3333333333vw;
    height: 4.358974359vw;
  }
}
.detail .c_sm-detail-title._location:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 17px;
  background: url("../../img/icon/icon_location_accent.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: var(--size-5);
}

@media screen and (max-width: 767px) {
  .detail .c_sm-detail-title._location:before {
    width: 3.0769230769vw;
    height: 4.358974359vw;
  }
}
.detail .l_listTag {
  width: var(--size-380);
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .detail .l_listTag {
    width: auto;
  }
}
.detail .c_tag a {
  border: 1px solid #747474;
  border-radius: var(--size-15);
  display: inline-block;
  line-height: 1.7;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 2px 11px;
  margin-right: 4px;
  margin-bottom: 6px;
  transition: 0.3s;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .detail .c_tag a {
    font-size: 2.5641025641vw;
    font-size: 10px;
    font-size: 1rem;
    padding: 1.0256410256vw 2.5641025641vw;
    margin-right: 0.5128205128vw;
    margin-bottom: 2.0512820513vw;
  }
}
.detail .c_tag a:hover {
  opacity: 0.6;
}

.g-map-wrap {
  margin-top: var(--size-20);
}

@media screen and (max-width: 767px) {
  .g-map-wrap {
    margin-left: calc(-1 * var(--size-20));
    margin-right: calc(-1 * var(--size-20));
  }
}
.g-map-wrap .map {
  width: var(--size-550);
  height: var(--size-270);
}

@media screen and (max-width: 767px) {
  .g-map-wrap .map {
    width: 100%;
    height: var(--size-240);
  }
}
.g-map-wrap .map .gmnoprint.gm-style-mtc-bbw, .g-map-wrap .map button.gm-svpc {
  display: none;
}

.l_btn_wrap {
  display: flex;
  margin-top: var(--size-15);
}

@media screen and (max-width: 767px) {
  .l_btn_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 3.5897435897vw 3.0769230769vw;
  }
}
.l_btn_wrap .c_btn a {
  border: 1px solid #272727;
  width: var(--size-170);
  box-sizing: border-box;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0;
  transition: 0.3s;
  height: 34px;
}

@media screen and (max-width: 767px) {
  .l_btn_wrap .c_btn a {
    width: auto;
    font-size: 3.3333333333vw;
    height: 8.7179487179vw;
  }
}
.l_btn_wrap .c_btn a:hover {
  opacity: 0.6;
}

.l_btn_wrap .c_btn._gMap a {
  width: var(--size-170);
  position: relative;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .l_btn_wrap .c_btn._gMap a {
    font-size: 3.3333333333vw;
    width: 44.358974359vw;
  }
}
.l_btn_wrap .c_btn._gMap a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: url("../../img/icon/icon_blank.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: var(--size-5);
  position: relative;
  top: 0.1em;
}

@media screen and (max-width: 767px) {
  .l_btn_wrap .c_btn._gMap a:after {
    width: 2.0512820513vw;
    height: 2.0512820513vw;
  }
}
.l_btn_wrap .c_btn._pdf a {
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .l_btn_wrap .c_btn._pdf a {
    font-size: 3.3333333333vw;
  }
}
.l_btn_wrap .c_btn._pdf a:after {
  margin-left: var(--size-5);
}

.l_btn_wrap .c_btn._location a {
  font-size: 1.3rem;
  position: relative;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .l_btn_wrap .c_btn._location a {
    font-size: 3.3333333333vw;
    width: 42.3076923077vw;
  }
}
.l_btn_wrap .c_btn._location a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: url("../../img/icon/icon_blank.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: var(--size-5);
  position: relative;
  top: 0.1em;
}

@media screen and (max-width: 767px) {
  .l_btn_wrap .c_btn._location a:after {
    top: 0;
    width: 2.0512820513vw;
    height: 2.0512820513vw;
  }
}
@media screen and (max-width: 767px) {
  .l_btn_wrap .c_btn._route-map a {
    width: 33.8461538462vw;
  }
}
.l_btn_wrap .c_btn._route-movie a {
  min-width: var(--size-90);
  width: auto;
  display: flex;
  align-items: center;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .l_btn_wrap .c_btn._route-movie a {
    font-size: 3.3333333333vw;
    min-width: 33.8461538462vw;
  }
}
.l_btn_wrap .c_btn._route-movie a:after {
  content: "";
  display: block;
  width: 14px;
  height: 10px;
  background: url("../../img/icon/icon_route_movie.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: var(--size-5);
  position: relative;
  top: 0.1em;
}

@media screen and (max-width: 767px) {
  .l_btn_wrap .c_btn._route-movie a:after {
    top: 0;
    width: 3.5897435897vw;
    height: 2.5641025641vw;
  }
}
.l_btn_wrap .c_btn + .c_btn {
  margin-left: var(--size-10);
}

@media screen and (max-width: 767px) {
  .l_btn_wrap .c_btn + .c_btn {
    margin-left: 0;
  }
}
.l_route-block {
  display: flex;
  align-items: center;
  margin-left: var(--size-20);
}

@media screen and (max-width: 767px) {
  .l_route-block {
    margin-left: 0;
  }
}
.l_route-block .p_route_title {
  margin-right: var(--size-5);
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .l_route-block .p_route_title {
    font-size: 3.3333333333vw;
    margin-right: 2.8205128205vw;
  }
}
@media screen and (max-width: 767px) {
  .l_route-block .c_btn + .c_btn {
    margin-left: var(--size-10);
  }
}
.building-slider {
  padding-top: var(--size-50);
}

@media screen and (max-width: 767px) {
  .building-slider {
    padding-top: var(--size-40);
    padding-left: var(--size-20);
    padding-right: var(--size-20);
  }
}
.building-slider .slick-track.only-slider {
  margin: 0 auto;
  transform: none !important;
}

.gallery {
  padding-bottom: var(--size-100);
}

@media screen and (max-width: 767px) {
  .gallery {
    padding-bottom: var(--size-60);
  }
}
.gallery .l_galleryBox {
  margin-top: var(--size-25);
}

@media screen and (max-width: 767px) {
  .gallery .l_galleryBox {
    display: none;
  }
}
.gallery .l_galleryBox iframe {
  width: 100%;
  height: 553px;
}

@media screen and (max-width: 767px) {
  .gallery .l_galleryBox iframe {
    height: 50.2564102564vw;
  }
}
@media screen and (max-width: 767px) {
  .gallery .l_galleryBox {
    margin-left: calc(-1 * var(--size-20));
    margin-right: calc(-1 * var(--size-20));
  }
}
.gallery .p_galler-link {
  display: none;
}

@media screen and (max-width: 767px) {
  .gallery .p_galler-link {
    display: block;
    margin-top: var(--size-20);
  }
  .gallery .p_galler-link .c_btn {
    text-align: center;
  }
}
.feature {
  padding-bottom: var(--size-100);
}

@media screen and (max-width: 767px) {
  .feature {
    padding-bottom: var(--size-60);
  }
}
.feature .l_topics_list {
  margin-top: var(--size-15);
}

.feature .c_card._normal .c_image img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border-radius: 3px;
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .feature .c_card._normal .c_image img {
    border-radius: 0.7692307692vw;
  }
}
.l_top-event_list {
  margin-top: var(--size-15);
}

.event-archive {
  padding-bottom: var(--size-100);
}

@media screen and (max-width: 767px) {
  .event-archive {
    padding-bottom: var(--size-80);
  }
}
.floor-plan .c_heading-h2 {
  margin-bottom: var(--size-30);
}

@media screen and (max-width: 767px) {
  .floor-plan .c_heading-h2 {
    margin-bottom: var(--size-20);
  }
}
.floorPlanBox {
  padding-bottom: var(--size-60);
  text-align: center;
}

.floorPlanBox .c_heading {
  color: #FFF;
  background: #272727;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 600;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: var(--size-15);
  text-align: left;
}

@media screen and (max-width: 767px) {
  .floorPlanBox .c_heading {
    font-size: 4.1025641026vw;
  }
}
.floorPlanBox .c_image {
  margin: var(--size-20) auto var(--size-10);
}

.floorPlanBox .c_image._type01 {
  max-width: 796px;
}

.floorPlanBox .c_btn {
  margin-top: var(--size-10);
  margin-bottom: var(--size-20);
}

.floorPlanBox .c_note {
  margin-top: var(--size-20);
}

.floorPlanBox .c_note p {
  font-size: 10px;
  font-size: 1rem;
  text-align: right;
}

.l_pdfListBox {
  padding-top: var(--size-25);
  padding-bottom: var(--size-60);
}

@media screen and (max-width: 767px) {
  .l_pdfListBox {
    padding-top: var(--size-20);
  }
}
.l_pdfListBox .c_pdfListItem {
  display: flex;
}

@media screen and (max-width: 767px) {
  .l_pdfListBox .c_pdfListItem {
    display: block;
  }
}
.l_pdfListBox .c_pdfListItem._type02 {
  align-items: flex-start;
}

.l_pdfListBox .c_itemWrap {
  display: flex;
  width: var(--size-180);
  margin-right: var(--size-25);
}

@media screen and (max-width: 767px) {
  .l_pdfListBox .c_itemWrap {
    width: auto;
  }
}
.l_pdfListBox .c_itemWrap .c_item {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.875;
}

@media screen and (max-width: 767px) {
  .l_pdfListBox .c_itemWrap .c_item {
    font-size: 3.5897435897vw;
    line-height: 2.1428571429;
  }
}
.l_pdfListBox .c_itemWrap .c_item._disp-none {
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .l_pdfListBox .c_itemWrap .c_item._disp-none {
    visibility: visible;
  }
}
.l_pdfListBox .c_itemWrap .c_item + .c_item {
  margin-left: var(--size-10);
}

.l_pdfListBox .c_pdfList {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  margin-right: -12px;
}

@media screen and (max-width: 767px) {
  .l_pdfListBox .c_pdfList {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .l_pdfListBox .c_pdfList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .l_pdfListBox .c_pdfList .c_btn {
    display: block;
    align-items: center;
    border: 1px solid #272727;
    border-radius: 3px;
    display: flex;
  }
  .l_pdfListBox .c_pdfList .c_btn a {
    border: none;
    height: auto;
    width: 100%;
    min-width: auto;
  }
  .l_pdfListBox .c_pdfList .c_btn a span {
    flex: 1;
  }
  .l_pdfListBox .c_pdfList._sp-block {
    display: block;
  }
}
.l_pdfListBox .c_pdfList .c_btn {
  margin-right: 12px;
  margin-bottom: var(--size-15);
}

@media screen and (max-width: 767px) {
  .l_pdfListBox .c_pdfList .c_btn {
    margin-left: 0;
  }
}
.l_pdfListBox .c_pdfListText {
  flex: 1;
}

.l_pdfListBox .c_pdfListText .c_text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: var(--size-10);
}

.floor-plan-list .c_title a {
  color: #00005C;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: left;
  margin-bottom: var(--size-10);
  display: flex;
  align-items: center;
  font-weight: 600;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}

@media screen and (max-width: 767px) {
  .floor-plan-list .c_title a {
    font-size: 4.1025641026vw;
  }
}
.floor-plan-list .c_title a span {
  margin-bottom: 2px;
}

@media screen and (max-width: 767px) {
  .floor-plan-list .c_title a span {
    margin-bottom: 0.5128205128vw;
  }
}
.floor-plan-list .c_title a:after {
  content: "";
  display: block;
  width: 12px;
  height: 7px;
  background: url("../../img/icon/icon_yajirushi_blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: var(--size-10);
}

@media screen and (max-width: 767px) {
  .floor-plan-list .c_title a:after {
    width: 3.0769230769vw;
    height: 1.7948717949vw;
  }
}
.floor-plan-list .c_title a:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 1px;
  background: #00005C;
  transform-origin: right top;
  transform: scale(1, 1);
  transition: 0.3s;
}

.floor-plan-list .c_title a:hover:before {
  transform: scale(0, 1);
}

.floor-plan-list .c_itemBox.disabled {
  display: none !important;
}

.floor-plan-list .c_itemBox + .c_itemBox {
  margin-top: var(--size-30);
}

.floor-plan-list .c_contents {
  display: flex;
}

@media screen and (max-width: 767px) {
  .floor-plan-list .c_contents {
    display: block;
  }
}
.floor-plan-list .c_contents .c_sm-heading {
  text-align: left;
  margin-right: var(--size-20);
  width: var(--size-160);
}

@media screen and (max-width: 767px) {
  .floor-plan-list .c_contents .c_sm-heading {
    display: flex;
    margin-right: 0;
    margin-bottom: var(--size-10);
    width: auto;
  }
}
.floor-plan-list .c_contents .c_sm-heading li {
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .floor-plan-list .c_contents .c_sm-heading li {
    font-size: 2.5641025641vw;
  }
}
.floor-plan-list .c_contents .c_sm-heading li span {
  font-weight: 600;
}

.floor-plan-list .c_contents .c_sm-heading li .sm-fs {
  font-size: 10px;
  font-size: 1rem;
}

.floor-plan-list .c_contents .c_sm-heading li + li {
  margin-top: var(--size-10);
}

@media screen and (max-width: 767px) {
  .floor-plan-list .c_contents .c_sm-heading li + li {
    margin-top: 0;
    margin-left: var(--size-10);
  }
}
.floor-plan-list .c_contents .c_table {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  flex: 1;
}

@media screen and (max-width: 767px) {
  .floor-plan-list .c_contents .c_table {
    margin-bottom: var(--size-10);
  }
}
.floor-plan-list .c_contents .c_table .c_item .c_name {
  background: #F0F0F0;
  height: var(--size-30);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFF;
  box-sizing: border-box;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .floor-plan-list .c_contents .c_table .c_item .c_name {
    font-size: 2.5641025641vw;
  }
}
.floor-plan-list .c_contents .c_table .c_item .c_text {
  background: #FAFAFA;
  height: var(--size-30);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFF;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .floor-plan-list .c_contents .c_table .c_item .c_text {
    font-size: 2.5641025641vw;
  }
}
.floor-plan-list .c_contents .c_btn {
  margin-left: var(--size-15);
  margin-top: 0;
}

.floor-plan-list .c_contents .c_btn a {
  padding: var(--size-20) var(--size-30) var(--size-20) var(--size-15);
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .floor-plan-list .c_contents .c_btn a {
    padding: var(--size-10) var(--size-60) var(--size-10) var(--size-60);
    font-size: 3.5897435897vw;
  }
}
.floor-plan-list .c_contents .c_btn a:after {
  right: var(--size-5);
}

.floor-plan-list .c_itemBox.inactive {
  position: relative;
}

.floor-plan-list .c_itemBox.inactive::before {
  content: "";
  display: block;
  width: calc(100% + 24px);
  height: calc(100% + 4px);
  background-color: #c6c6c6;
  position: absolute;
  top: -12px;
  left: -12px;
  margin: auto;
  opacity: 0.6;
  z-index: 1;
}

.floor-plan-list .c_itemBox.inactive .c_btn {
  z-index: 2;
}

.floor-plan-list .c_itemBox.inactive .c_btn a {
  background-color: #fff;
  border-color: #fff;
  color: #00005C;
}

.floor-plan-list .c_itemBox.inactive .c_btn a::after {
  background-image: url(/assets/img/icon/icon_yajirushi_blue.svg);
}

@media screen and (max-width: 767px) {
  .floor-plan-list .c_itemBox.inactive::before {
    width: calc(100% + 40px);
    width: calc(100% + 10.2564vw);
    height: calc(100% + 24px);
    height: calc(100% + 6.1538vw);
    top: -12px;
    top: -3.0769vw;
    left: -20px;
    left: -5.1282vw;
    z-index: 0;
  }
  .floor-plan-list .c_itemBox.inactive .c_title {
    position: relative;
    z-index: -1;
  }
}
.floor-plan-pdf .c_itemWrap, .system .c_itemWrap {
  position: relative;
  top: 0.4em;
}

@media screen and (max-width: 767px) {
  .floor-plan-pdf .c_itemWrap, .system .c_itemWrap {
    top: 0;
    margin-bottom: var(--size-5);
  }
}
.floor-plan-pdf {
  padding-bottom: var(--size-80);
}

.floor-plan-pdf .c_link-text {
  margin-top: var(--size-40);
  color: #272727;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.875;
}

.floor-plan-pdf .c_link-text a {
  text-decoration: underline;
  transition: 0.3s;
}

.floor-plan-pdf .c_link-text a:hover {
  opacity: 0.6;
}

.application .c_pdfListItem + .c_pdfListItem {
  margin-top: var(--size-25);
}

.other-shisetsu {
  background-size: auto auto;
  background: #F0F0F0;
  padding-top: var(--size-60);
  padding-bottom: var(--size-80);
}

@media screen and (max-width: 767px) {
  .other-shisetsu {
    padding-top: var(--size-50);
    padding-bottom: var(--size-30);
  }
}
.other-shisetsu .l_inner {
  text-align: center;
}

.other-shisetsu .c_heading-h2 {
  text-align: center;
  display: inline-block;
}

.other-shisetsu .other-shisetsu-wrap {
  margin-top: var(--size-50);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--size-25);
}

@media screen and (max-width: 767px) {
  .other-shisetsu .other-shisetsu-wrap {
    display: block;
    margin-top: var(--size-20);
  }
}
@media screen and (max-width: 767px) {
  .other-shisetsu .c_card + .c_card {
    margin-top: var(--size-20);
  }
}
@media screen and (max-width: 767px) {
  .page-back {
    padding-bottom: var(--size-30);
  }
}
.floor-plan-slider-wrap.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.floor-plan-slider-arrows {
  margin-bottom: var(--size-20);
}

.modaal-container {
  box-shadow: 0 0px 6px rgba(39, 39, 39, 0.3);
}

.modaal-container .modaal-content-container {
  padding: 0;
}

.modaal-container .modaal-content-container .c_image img {
  width: 100%;
}

.modaal-container .modaal-content-container .c_text {
  padding: var(--size-20);
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .modaal-container .modaal-content-container .c_text {
    font-size: 4.1025641026vw;
  }
}
.modaal-container .modaal-close {
  position: absolute;
  -moz-appearance: none;
  -webkit-appearance: none;
          appearance: none;
  outline: none;
  display: block;
  background: transparent;
  padding: 0;
  width: 50px;
  height: 50px;
  border: solid 1px #00005C;
  border-radius: 50%;
  position: absolute;
  top: -25px;
  right: -60px;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .modaal-container .modaal-close {
    top: calc(-1 * var(--size-65));
    right: 0px;
    width: var(--size-50);
    height: var(--size-50);
  }
}
.modaal-container .modaal-close:hover {
  background: #00005C;
}

.modaal-container .modaal-close:hover:before, .modaal-container .modaal-close:hover:after {
  background-color: #FFF;
}

.modaal-container .modaal-close:before, .modaal-container .modaal-close:after {
  content: "";
  display: block;
  background-color: #00005C;
  width: 55%;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.3s;
}

.modaal-container .modaal-close:before {
  transform: rotate(45deg);
}

.modaal-container .modaal-close:after {
  transform: rotate(-45deg);
}

.shisetsu-top .modaal-container {
  max-width: 540px;
}

.modaal-container:has(.l_overseas-company-modal_inner) {
  max-width: 960px;
}

.popup-bubble {
  /* Position the bubble centred-above its parent. */
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -100%);
  /* Style the bubble. */
  background-color: #00005C;
  padding: 3px 5px;
  font-family: sans-serif;
  overflow-y: auto;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}

.popup-bubble p {
  color: #FFF;
  font-size: 1rem;
}

.popup-bubble ul {
  margin-left: 4px;
  line-height: 1;
  display: flex;
  align-items: center;
}

.popup-bubble ul li {
  background: #FFF;
  color: #00005C;
  border-radius: 2px;
  font-size: 7px;
  display: inline-block;
  font-weight: 700;
  padding-left: 2px;
  padding-right: 2px;
  height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-bubble ul li + li {
  margin-left: 3px;
}

/* The parent of the bubble. A zero-height div at the top of the tip. */
.popup-bubble-anchor {
  /* Position the div a fixed distance above the tip. */
  position: absolute;
  width: 100%;
  bottom: 36px;
  left: 0;
}

/* JavaScript will position this div at the bottom of the popup tip. */
.popup-container {
  cursor: auto;
  height: 0;
  position: absolute;
  /* The max width of the info window. */
  width: 100%;
}

.modaal-content-container img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

/*hotel */
.hotel {
  text-align: center;
  padding-top: var(--size-70);
  padding-bottom: var(--size-80);
  background: url("../../img/shisetsu/bg_hotel-pc.png");
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .hotel {
    padding-top: var(--size-40);
    padding-bottom: var(--size-40);
    background: url("../../img/shisetsu/bg_hotel-sp.png");
    background-repeat: repeat-y;
    background-size: 100%;
    background-position: top center;
  }
}
.hotel .c_headin {
  font-size: 2.6rem;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 767px) {
  .hotel .c_headin {
    font-size: 4.6153846154vw;
  }
}
.hotel .l_hotel-card-container {
  margin-top: var(--size-30);
  margin-left: -12px;
  margin-right: -12px;
}

@media screen and (max-width: 767px) {
  .hotel .l_hotel-card-container {
    margin-left: 0;
    margin-right: 0;
  }
}
.hotel .c_hotel-slider .slick-track {
  padding-top: var(--size-5);
  padding-bottom: var(--size-5);
  display: flex;
}

.hotel .c_hotel-slider .slick-track.non-slider {
  margin: 0 auto;
}

.hotel .p_hotel-card {
  width: var(--size-350);
  text-align: left;
  background: #FFF;
  box-shadow: 0 0 6px rgba(29, 29, 29, 0.45);
  border-radius: 3px;
  margin-left: 12px;
  margin-right: 12px;
  transition: 0.3s;
  height: auto !important;
}

.hotel .p_hotel-card:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .hotel .p_hotel-card {
    margin-left: 0;
    margin-right: 0;
  }
}
.hotel .p_hotel-card .c_img {
  position: relative;
}

.hotel .p_hotel-card .c_img:after {
  display: block;
  content: "";
  width: 12px;
  height: 7px;
  background: url("../../img/icon/icon_yajirushi_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: var(--size-10);
  right: var(--size-15);
}

@media screen and (max-width: 767px) {
  .hotel .p_hotel-card .c_img:after {
    width: 3.0769230769vw;
    height: 1.7948717949vw;
  }
}
.hotel .p_hotel-card .c_img img {
  border-radius: 3px 3px 0 0;
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hotel .p_hotel-card .p_text-content {
  margin-top: var(--size-15);
  margin-bottom: var(--size-20);
  padding-left: 12px;
  padding-right: 12px;
}

@media screen and (max-width: 767px) {
  .hotel .p_hotel-card .p_text-content {
    padding-bottom: var(--size-20);
    margin-bottom: 0;
  }
}
.hotel .p_hotel-card .p_text-content .c_title {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6666666667;
  margin-bottom: var(--size-10);
  color: #272727;
}

.hotel .p_hotel-card .p_text-content .c_title ._blank:after {
  display: inline-block;
  content: "";
  width: var(--size-10);
  height: var(--size-10);
  background: url("../../img/icon/icon_blank_gray.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  margin-left: 8px;
}

@media screen and (max-width: 767px) {
  .hotel .p_hotel-card .p_text-content .c_title ._blank:after {
    margin-left: 2.0512820513vw;
  }
}
@media screen and (max-width: 767px) {
  .hotel .p_hotel-card .p_text-content .c_title {
    font-size: fz-vw(18);
  }
}
.hotel .p_hotel-card .p_text-content .c_text {
  font-size: 1.2rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .hotel .p_hotel-card .p_text-content .c_text {
    font-size: fz-vw(12);
  }
}
.hotel .p_hotel-card .p_text-content .c_btn {
  margin-top: var(--size-20);
  text-align: center;
}

@media screen and (max-width: 767px) {
  .hotel .p_hotel-card .p_text-content .c_btn {
    margin-top: var(--size-15);
  }
}
.hotel .p_hotel-card .p_text-content .c_btn a {
  padding-top: 11px;
  padding-bottom: 12px;
  padding-left: 55px;
  padding-right: 62px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .hotel .p_hotel-card .p_text-content .c_btn a {
    padding: 2.8205128205vw 13.5897435897vw 3.3333333333vw 8.9743589744vw;
    font-size: 3.5897435897vw;
  }
}
.hotel .p_hotel-card .p_text-content .c_btn._blank a:before {
  content: "";
  display: block;
  background: url(../../img/icon/icon_blank-white.svg);
  width: 8px;
  height: 8px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  right: var(--size-45);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .hotel .p_hotel-card .p_text-content .c_btn._blank a:before {
    width: 2.0512820513vw;
    height: 2.0512820513vw;
    right: var(--size-35);
  }
}
@media screen and (max-width: 767px) {
  .hotel .p_hotel-card + .p_hotel-card {
    margin-top: var(--size-20);
  }
}
.page-back {
  padding-top: var(--size-60);
}

@media screen and (max-width: 767px) {
  .page-back {
    padding-top: var(--size-40);
    padding-bottom: var(--size-20);
  }
}
.page-back .c_link-back-container {
  display: flex;
  justify-content: center;
  margin-bottom: var(--size-30);
  gap: var(--size-25);
}

@media screen and (max-width: 767px) {
  .page-back .c_link-back-container {
    flex-wrap: wrap;
    gap: var(--size-10);
    margin-bottom: var(--size-20);
  }
}
.page-back .c_link-back-container .c_btn._back:first-child a {
  text-align: left;
  padding-left: 44px;
}

@media screen and (max-width: 767px) {
  .page-back .c_link-back-container .c_btn._back:first-child a {
    width: var(--size-170);
    text-align: center;
    padding-left: 0;
  }
}
.page-back .c_link-back-container .c_btn._back:nth-child(2) a {
  text-align: left;
  padding-left: 73px;
}

@media screen and (max-width: 767px) {
  .page-back .c_link-back-container .c_btn._back:nth-child(2) a {
    width: var(--size-170);
    text-align: center;
    padding-left: 0;
  }
}
.page-back .c_link-back-container .c_btn._back:nth-child(3) a {
  text-align: left;
  padding-left: 44px;
}

@media screen and (max-width: 767px) {
  .page-back .c_link-back-container .c_btn._back:nth-child(3) a {
    width: var(--size-190);
    text-align: center;
    padding-left: 0;
  }
}
.page-back .c_link-back-container .c_btn._back:nth-child(3) a span:after {
  content: "エリア";
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .page-back .c_link-back-container .c_btn._back:nth-child(3) a span:after {
    display: block;
  }
}
.page-back .c_btn._back a {
  padding-left: 0;
  padding-right: 0;
  width: 222px;
  box-sizing: border-box;
  text-align: left;
  padding-left: 60px;
}

@media screen and (max-width: 767px) {
  .page-back .c_btn._back a {
    height: 11.7948717949vw;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: var(--size-190);
    line-height: 1.3076923077;
  }
}
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-container:has(iframe) {
  max-width: 800px !important;
}
/*# sourceMappingURL=shisetsu-detail.css.map */
