@charset "UTF-8";
/*アクセス 
----------------------------------------------- */
.access__wrap {
  position: relative;
}

.access__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10.2489vw;
  background-color: #2c318d;
}

.access__wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 10.2489vw;
  background-color: #91cd2f;
}

.access__text-wrapper {
  text-align: center;
}

.access__title {
  padding-top: 20.93704vw;
  text-align: center;
  position: relative;
}

.access__title > * {
  display: block;
}

.access__title > *:nth-of-type(1) {
  font-family: "Noto Serif JP", serif;
  font-size: 6.85714vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.access__title > *:nth-of-type(1) > * {
  color: #2c318d;
}

.access__title > *:nth-of-type(2) {
  padding-top: 3.22108vw;
  font-size: 3.42857vw;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.access__title > *:nth-of-type(3) {
  position: relative;
  position: absolute;
  width: 14.64129vw;
  height: 2px;
  background-color: #2c318d;
  display: block;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.access__title > *:nth-of-type(3)::before {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  background-color: #91cd2f;
  width: 50%;
}

.access__text-desc {
  margin-top: 13.90922vw;
  font-size: 4.57143vw;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.12em;
  line-height: 1.6875;
}

/* Google map 
---------------------------------------------- */
.map {
  padding-bottom: 11.85944vw;
}

.map-bg {
  position: relative;
}

.map-bg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 177.306vw;
  background-color: #eceff1;
  z-index: -1;
}

.map-bg::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 42.89898vw;
  height: 71.44949vw;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #e3e7ea;
  z-index: -1;
}

.map-mt {
  margin-top: 8.93119vw;
}

.map__iframe {
  position: relative;
  width: 100%;
}

.map__iframe::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.map__iframe > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access-info {
  margin-top: 2.34261vw;
}

.access-info__content {
  padding-bottom: 4.68521vw;
}

.access-information__block {
  border-bottom: 1px solid #8e8e8e;
  padding-top: 5.12445vw;
  padding-bottom: 5.85652vw;
}

.access-information__title {
  font-size: 3.71429vw;
  letter-spacing: 0.05em;
}

.access-information__description {
  font-size: 3.71429vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: calc(42 / 26);
  margin-top: 2.48902vw;
}

.access-information__caution > * {
  font-size: 3.42857vw;
  letter-spacing: 0.05em;
  line-height: 1.75;
}

/* route-map
----------------------------------------------- */
.route-map__title {
  padding-top: 10.98097vw;
  text-align: center;
  padding-bottom: 3.95315vw;
  position: relative;
}

.route-map__title > * {
  display: block;
}

.route-map__title > *:nth-of-type(1) {
  font-family: "Poppins", sans-serif;
  font-size: 6vw;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
}

.route-map__title > *:nth-of-type(1) > * {
  color: #2c318d;
}

.route-map__title > *:nth-of-type(2) {
  position: relative;
  position: absolute;
  width: 14.64129vw;
  height: 2px;
  background-color: #2c318d;
  display: block;
  bottom: 7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.route-map__title > *:nth-of-type(2)::before {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  background-color: #91cd2f;
  width: 50%;
}

.route-map-wrapper {
  margin-top: 1.90337vw;
  width: 100.14641vw;
  margin-left: auto;
  margin-right: auto;
}

.route-map-wrapper > * {
  display: block;
  width: 100%;
  height: 100%;
}

.route-map-wrapper > * > * {
  height: inherit;
  width: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.virtual-access {
  margin-top: 9.66325vw;
}

.virtual-access__text {
  text-align: center;
  color: #2c318d;
  font-size: 4.57143vw;
  letter-spacing: 0.05em;
  line-height: 1.6875;
  padding-top: 1.75695vw;
  padding-bottom: 2.34261vw;
  border-left: 2px solid #2c318d;
  border-right: 2px solid #2c318d;
}

.virtual-access__link {
  margin-top: 5.12445vw;
}

/* 701px以上
----------------------------------------------- */
@media screen and (min-width: 700.9999px) {
  .access__wrap {
    position: relative;
  }
  .access__wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #2c318d;
  }
  .access__wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 60px;
    background-color: #91cd2f;
  }
  .access__title {
    padding-top: 145px;
  }
  .access__title > *:nth-of-type(1) {
    font-size: 48px;
  }
  .access__title > *:nth-of-type(2) {
    padding-top: 16px;
    font-size: 16px;
  }
  .access__title > *:nth-of-type(3) {
    position: relative;
    position: absolute;
    width: 44px;
    height: 2px;
    background-color: #2c318d;
    display: block;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .access__title > *:nth-of-type(3)::before {
    content: "";
    position: absolute;
    display: block;
    height: 2px;
    background-color: #91cd2f;
    width: 50%;
  }
  .access__text-desc {
    margin-top: 30px;
    font-size: 24px;
    letter-spacing: 0.05em;
  }
  /* Google map
 ----------------------------------------------- */
  .map {
    padding-bottom: 80px;
  }
  .map-bg {
    position: relative;
  }
  .map-bg::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 673px;
    background-color: #eceff1;
    z-index: -1;
  }
  .map-bg::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 404px;
    height: 673px;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
            clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background-color: #e3e7ea;
    z-index: -1;
  }
  .map-mt {
    margin-top: 60px;
  }
  .map__iframe {
    position: relative;
    width: 100%;
  }
  .map__iframe::before {
    content: "";
    display: block;
    padding-top: 56.3%;
  }
  .map__iframe > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .access-info {
    margin-top: 24px;
  }
  .access-info__content {
    padding-bottom: 15px;
  }
  .access-info__content .access-information__block:nth-child(n + 2) {
    margin-top: 20px;
  }
  .access-information__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  .access-information__title {
    font-size: 16px;
    letter-spacing: 0.05em;
    width: 160px;
    padding-left: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .access-information__description {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: calc(42 / 26);
    margin-top: 0;
    border-left: 1px solid #cac8c8;
    padding-left: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .access-information__caution > * {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: calc(30 / 14);
    padding-left: 20px;
  }
  /* route-map
  ----------------------------------------------- */
  .route-map__title {
    padding-top: 68px;
    padding-bottom: 27px;
    text-align: center;
    position: relative;
  }
  .route-map__title > * {
    display: block;
  }
  .route-map__title > *:nth-of-type(1) {
    font-family: "Poppins", sans-serif;
    font-size: 42px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: calc(63 / 42);
  }
  .route-map__title > *:nth-of-type(1) > * {
    color: #2c318d;
  }
  .route-map__title > *:nth-of-type(2) {
    position: relative;
    position: absolute;
    width: 65px;
    height: 2px;
    background-color: #2c318d;
    display: block;
    bottom: 7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .route-map__title > *:nth-of-type(2)::before {
    content: "";
    position: absolute;
    display: block;
    height: 2px;
    background-color: #91cd2f;
    width: 50%;
  }
  .route-map-wrapper {
    margin-top: 23px;
    width: 1138px;
    margin-left: auto;
    margin-right: auto;
  }
  .route-map-wrapper > * {
    display: block;
    width: 100%;
    height: 100%;
  }
  .route-map-wrapper > * > * {
    height: inherit;
    width: inherit;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .route-map-download {
    display: none;
  }
  .virtual__link {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .virtual__link > * {
    padding-left: 50px;
    padding-right: 55px;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .virtual__link > *::after {
    content: "";
    position: absolute;
    display: inline-block;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    right: 40px;
    background-image: url(/img/page/access/arrow_virtual_access.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
  }
  .virtual-access {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 120px;
    margin-top: 100px;
  }
  .virtual-access__text {
    width: 40%;
    text-align: center;
    color: #2c318d;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: calc(32 / 20);
    padding-top: 30px;
    padding-bottom: 30px;
    border: 2px solid #2c318d;
  }
  .virtual-access__link {
    margin-top: 0;
    width: 60%;
  }
}
/*# sourceMappingURL=access.css.map */