@charset "UTF-8";
/*---------------------------
  フォントの読み込み
---------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;700&display=swap");
/*---------------------------
  関数
---------------------------*/
body {
  background-color: #E4E2DD;
}

.facilityTop {
  max-width: 2000px;
  height: calc(100vh - 80px);
  min-height: 750px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .facilityTop {
    height: 100vh;
    min-height: unset;
    overflow-x: scroll;
    overflow-y: visible;
  }
}

.facilityTop__pageTitleBlock {
  position: fixed;
  top: 110px;
  right: 65px;
  z-index: 1;
  text-align: right;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .facilityTop__pageTitleBlock {
    top: 60px;
    right: 17px;
  }
}

.facilityTop__pageTitleBlock .animation-veil {
  background-color: #E4E2DD;
}

.facilityTop__pageTitleEn {
  font-family: "Oswald", sans-serif;
  font-size: 4.3rem;
  line-height: 1.47;
  position: relative;
}

@media screen and (max-width: 767px) {
  .facilityTop__pageTitleEn {
    font-size: 3rem;
    line-height: 1.5;
  }
}

.facilityTop__pageTitleJp {
  display: inline-block;
  font-size: 2.1rem;
  line-height: 1.33;
  position: relative;
}

@media screen and (max-width: 767px) {
  .facilityTop__pageTitleJp {
    font-size: 1.4rem;
    line-height: 1.43;
  }
}

.facilityTop__map {
  width: 88%;
  max-width: 1665px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
}

@media screen and (max-width: 767px) {
  .facilityTop__map {
    width: 1200px;
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.facilityTop__mapImg {
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  opacity: 0;
}

.facilityTop__mapImg--isFixed {
  -webkit-animation: zoomIn 1.5s;
          animation: zoomIn 1.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.facilityTop__info {
  width: 20.4978%;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 50px;
  left: 30px;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.facilityTop__info--isShown {
  opacity: 1;
}

.facilityTop__info--fixed {
  max-width: 385px;
  position: fixed;
}

@media screen and (max-width: 767px) {
  .facilityTop__info {
    width: 320px;
    padding: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-color: transparent;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.facilityTop__pin {
  width: 1.3%;
  height: 2.88456%;
  -webkit-transform: translateY(-200px);
          transform: translateY(-200px);
  background-image: url(../img/facility/facility-pin.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  position: absolute;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

@media screen and (max-width: 767px) {
  .facilityTop__pin {
    width: 2.1%;
    height: 4.2%;
  }
}

.facilityTop__pin--isFixed {
  will-change: transform;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .facilityTop__pin:hover {
    z-index: 1;
    cursor: pointer;
  }
}

.facilityTop__pin--isShown {
  background-image: url(../img/facility/facility-pin-active.svg);
  z-index: 1;
  -webkit-transform: scale(2.1);
          transform: scale(2.1);
}

@media screen and (max-width: 767px) {
  .facilityTop__pin--isShown {
    -webkit-animation: spPinToActive 0.5s;
            animation: spPinToActive 0.5s;
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
}

@-webkit-keyframes spPinToActive {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
}

@keyframes spPinToActive {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
}

.facilityTop #pin-1 {
  top: 30.2%;
  left: 39%;
}

@media screen and (max-width: 767px) {
  .facilityTop #pin-1 {
    top: 38%;
    left: 34.5%;
  }
}

.facilityTop #pin-2 {
  top: 19%;
  left: 34%;
}

@media screen and (max-width: 767px) {
  .facilityTop #pin-2 {
    top: 24%;
    left: 29.5%;
  }
}

.facilityTop #pin-3 {
  top: 21.5%;
  left: 22%;
}

@media screen and (max-width: 767px) {
  .facilityTop #pin-3 {
    top: 28%;
    left: 16.5%;
  }
}

.facilityTop #pin-4 {
  top: 8%;
  left: 29%;
}

@media screen and (max-width: 767px) {
  .facilityTop #pin-4 {
    top: 9%;
    left: 24.5%;
  }
}

.facilityTop #pin-5 {
  top: 10%;
  left: 40%;
}

@media screen and (max-width: 767px) {
  .facilityTop #pin-5 {
    top: 12%;
    left: 36%;
  }
}

.facilityTop #pin-6 {
  top: 20%;
  left: 55%;
}

@media screen and (max-width: 767px) {
  .facilityTop #pin-6 {
    top: 24%;
    left: 53%;
  }
}

.facilityTop #pin-7 {
  top: 28%;
  left: 64%;
}

@media screen and (max-width: 767px) {
  .facilityTop #pin-7 {
    top: 36%;
    left: 62.5%;
  }
}

.facilityTop #pin-8 {
  top: 35%;
  left: 52.5%;
}

@media screen and (max-width: 767px) {
  .facilityTop #pin-8 {
    top: 45%;
    left: 50%;
  }
}

.facilityTop #pin-9 {
  top: 45.5%;
  left: 63.5%;
}

@media screen and (max-width: 767px) {
  .facilityTop #pin-9 {
    top: 58%;
    left: 62%;
  }
}

.facilityTop #pin-10 {
  top: 28%;
  left: 26.5%;
}

@media screen and (max-width: 767px) {
  .facilityTop #pin-10 {
    top: 36%;
    left: 21%;
  }
}

.facilityTop #pin-11 {
  top: 40%;
  left: 85%;
}

@media screen and (max-width: 767px) {
  .facilityTop #pin-11 {
    top: 52%;
    left: 87.5%;
  }
}

.facilityTop #pin-12 {
  top: 28%;
  left: 42%;
}

@media screen and (max-width: 767px) {
  .facilityTop #pin-12 {
    top: 35.5%;
    left: 38.5%;
  }
}

.facilityTop #pin-13 {
  top: 40%;
  left: 77.5%;
}

@media screen and (max-width: 767px) {
  .facilityTop #pin-13 {
    top: 52%;
    left: 77.5%;
  }
}

.facilityTop #pin-14 {
  top: 18.5%;
  left: 40%;
}

@media screen and (max-width: 767px) {
  .facilityTop #pin-14 {
    top: 24%;
    left: 36.5%;
  }
}

.facilityTop__modal::before {
  content: url(../img/common/time.svg);
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 4rem;
  top: 85px;
  -webkit-transform: translateY(-140%);
          transform: translateY(-140%);
}

.facilityTop__infoInner {
  padding: min(1.46vw, 20px);
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .facilityTop__infoInner {
    background-color: #FFFFFF;
    padding: 15px;
    margin-bottom: 30px;
  }
}

.facilityTop__infoImg {
  margin-bottom: 20px;
  aspect-ratio: 14 / 11;
}

.facilityTop__infoImg img {
  -o-object-fit: cover;
     object-fit: cover;
}

.facilityTop__infoTitleBlock {
  margin-bottom: 15px;
}

.facilityTop__infoTitleEn {
  font-family: "Oswald", sans-serif;
  font-size: min(1.32vw, 1.8rem);
  line-height: 1.44;
}

@media screen and (max-width: 767px) {
  .facilityTop__infoTitleEn {
    font-size: 1.7rem;
  }
}

.facilityTop__infoTitleEn span {
  margin-right: 11px;
  color: #3A81C4;
}

.facilityTop__infoTitleJp {
  font-size: min(1.5vw, 2.049rem);
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .facilityTop__infoTitleJp {
    font-size: 2.4rem;
  }
}

.facilityTop__infoDesc {
  font-size: 1.4rem;
  letter-spacing: -0.05em;
  line-height: 1.57;
  margin-bottom: 30px;
}

.facilityTop__infoLink {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  padding: 19px 15px;
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
  position: relative;
}

.facilityTop__infoLink::after {
  content: "＞";
  position: absolute;
  right: 29px;
}

.facilityTop .coverModal .facilityTop__info {
  left: 50%;
  -webkit-transform: translate(-50%, -48%);
          transform: translate(-50%, -48%);
}
/*# sourceMappingURL=facility.css.map */