@keyframes slideInTextX100 {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInTextX-100 {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInTextY10 {
  0% {
    transform: translateY(10%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideInTextY80 {
  0% {
    transform: translateY(80%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideInTextY30 {
  0% {
    transform: translateY(30%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.main_inner {
  position: relative;
}
@media screen and (min-width: 769px) {
  .main_inner {
    width: 100rem;
  }
}

.kv_outer {
  position: relative;
  overflow: hidden;
}
.kv_inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.kv_inner video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: auto;
  min-width: 100%;
  min-height: 100vh;
  z-index: 1;
}
.kv_txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .kv_txt {
    left: 11.421%;
    width: 24.6rem;
  }
}
@media screen and (max-width: 768px) {
  .kv_txt {
    transform: translate(-50%, -50%);
    left: 50%;
    width: 38.4rem;
  }
}
.kv_txt > p {
  position: relative;
}
.kv_txt .play_movie {
  display: none;
}
.kv_txt .play_movie.is-active {
  display: block;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .kv_txt .play_movie.is-active {
    width: 13.2rem;
    margin: 5rem auto 0;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .kv_txt .play_movie.is-active {
    width: 20.8rem;
    margin: 8rem auto 0;
    padding-right: 1rem;
  }
}

.sound {
  position: fixed;
  bottom: 3rem;
  right: 2rem;
  display: flex;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}
.sound_btn {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .sound_btn {
    width: 1.9rem;
    height: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .sound_btn {
    width: 3.4rem;
    height: 3.3rem;
  }
}
.sound.sound_off .sound_btn {
  background-image: url(../img/top/on_active.svg);
}
.sound.sound_on .sound_btn {
  background-image: url(../img/top/off_active.svg);
}
.sound_txt {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .sound_txt {
    margin-left: 0.7rem;
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  .sound_txt {
    margin-left: 2rem;
    font-size: 3rem;
  }
}
.sound.is-scrolled.sound_off .sound_btn {
  background-image: url(../img/top/on_inactive.svg);
}
.sound.is-scrolled.sound_on .sound_btn {
  background-image: url(../img/top/off_inactive.svg);
}
.sound.is-scrolled .sound_txt {
  color: #646464;
}

.elem {
  position: absolute;
  width: 14.4rem;
}
@media screen and (max-width: 768px) {
  .elem {
    width: 11.4rem;
  }
}

.concept {
  position: relative;
  opacity: 0;
  transform: translateY(30%);
}
.concept.is-animated {
  animation: slideInTextY30 1s forwards;
}
.concept_ttl {
  position: absolute;
  color: #D3D3D3;
  writing-mode: vertical-rl;
  letter-spacing: 0.01em;
  line-height: 1;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .concept_ttl {
    top: 50%;
    transform: translateY(-50%);
    left: 5.6rem;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .concept_ttl {
    top: 10rem;
    left: 7rem;
    font-size: 4rem;
  }
}
.concept_lead {
  position: relative;
  color: #646464;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .concept_lead {
    padding: 11.4rem 0 13.8rem;
    line-height: 3.316em;
    font-size: 1.9rem;
  }
  .concept_lead > p {
    line-height: inherit;
    font: inherit;
  }
  .concept_lead > p:first-of-type {
    margin-top: -1.157em;
  }
  .concept_lead > p:last-of-type {
    margin-bottom: -1.157em;
  }
}
@media screen and (max-width: 768px) {
  .concept_lead {
    padding: 8.4rem 0 7.6rem;
    line-height: 2.223em;
    font-size: 2.7rem;
  }
  .concept_lead > p {
    line-height: inherit;
    font: inherit;
  }
  .concept_lead > p:first-of-type {
    margin-top: -0.611em;
  }
  .concept_lead > p:last-of-type {
    margin-bottom: -0.611em;
  }
}
.concept .elem01 {
  top: 7rem;
  left: 12.5rem;
}
@media screen and (max-width: 768px) {
  .concept .elem01 {
    top: 4rem;
    left: 7.5rem;
  }
}
.concept .elem02 {
  top: 17.2rem;
  left: -0.6rem;
}
@media screen and (max-width: 768px) {
  .concept .elem02 {
    top: 31.6rem;
    left: 59.5rem;
  }
}
@media screen and (max-width: 768px) {
  .concept .elem03 {
    top: 71.5rem;
    left: 6rem;
  }
}

.sec_ttl {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (min-width: 769px) {
  .sec_ttl {
    height: 100%;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .sec_ttl {
    flex-direction: column;
  }
}
.sec_ttl_img {
  flex-shrink: 0;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .sec_ttl_img {
    width: 64.276%;
  }
}
@media screen and (max-width: 768px) {
  .sec_ttl_img {
    order: 2;
  }
}
.sec_ttl_txt {
  position: relative;
  color: #fff;
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .sec_ttl_txt {
    width: 35.725%;
    line-height: 1.719em;
    font-size: 3.2rem;
  }
  .sec_ttl_txt > h2 {
    line-height: inherit;
    font: inherit;
  }
  .sec_ttl_txt > h2:first-of-type {
    margin-top: -0.359em;
  }
  .sec_ttl_txt > h2:last-of-type {
    margin-bottom: -0.359em;
  }
}
@media screen and (max-width: 768px) {
  .sec_ttl_txt {
    order: 1;
    padding: 2.4rem 0;
    line-height: 1em;
    font-size: 4rem;
  }
  .sec_ttl_txt > h2 {
    line-height: inherit;
    font: inherit;
  }
  .sec_ttl_txt > h2:first-of-type {
    margin-top: 0em;
  }
  .sec_ttl_txt > h2:last-of-type {
    margin-bottom: 0em;
  }
}
.sec_ttl_txt h2 {
  line-height: 1;
  font-weight: normal;
  opacity: 0;
  transform: translateY(50%);
}
.sec_ttl_txt h2.is-animated {
  animation: slideInTextY80 1s forwards;
}
@media screen and (min-width: 769px) {
  .sec_ttl_txt h2 {
    position: absolute;
    top: 50%;
  }
}
@media screen and (max-width: 768px) {
  .sec_ttl_txt h2 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.sec_ttl_txt .jp {
  display: block;
}
@media screen and (min-width: 769px) {
  .sec_ttl_txt .jp {
    margin-top: 2rem;
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_ttl_txt .jp {
    margin-left: 2rem;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_ttl .elem {
    display: none;
  }
}

.simpleParallax {
  height: 100%;
}

.sec_txt {
  opacity: 0;
  transform: translateY(30%);
  color: #646464;
}
.sec_txt.is-animated {
  animation: slideInTextY80 1s forwards;
}
@media screen and (min-width: 769px) {
  .sec_txt {
    font-size: 1.9rem;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .sec_txt {
    font-size: 2.9rem;
    text-align: center;
  }
}
.sec_txt span {
  display: block;
}
@media screen and (min-width: 769px) {
  .sec_txt span + span {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_txt span + span {
    margin-top: 1rem;
  }
}

.sec_img_wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec_img_wrap {
    width: 60.8rem;
    margin: 6rem auto 0;
  }
}
.sec_img_wrap > figure {
  position: relative;
  opacity: 0;
  transform: translateY(30%);
}
.sec_img_wrap > figure.is-animated {
  animation: slideInTextY30 1s forwards;
}
@media screen and (min-width: 769px) {
  .sec_img_wrap > figure {
    width: 46.5rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_img_wrap > figure {
    width: 29.2rem;
  }
}
@media screen and (min-width: 769px) {
  .sec_img_wrap > figure.top {
    padding-top: 8.4rem;
  }
}
.sec_img_wrap > figure img {
  position: relative;
}
.sec_img_wrap.one_colmn > figure {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .sec_img_wrap + .sec_img_wrap {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_img_wrap + .sec_img_wrap {
    margin-top: 2rem;
  }
}

.exterior .sec_ttl {
  background-color: #22553E;
}
.exterior .sec_ttl .elem01 {
  top: 30.019%;
  left: 30.865%;
}
.exterior .sec_ttl .elem02 {
  top: 56.286%;
  left: 53.498%;
}
@media screen and (min-width: 769px) {
  .exterior .sec_ttl h2 {
    left: 18.931%;
  }
}
@media screen and (min-width: 769px) {
  .exterior .main_inner {
    padding-top: 9.4rem;
    padding-bottom: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .exterior .main_inner {
    padding-top: 5.6rem;
    padding-bottom: 19rem;
  }
}
@media screen and (min-width: 769px) {
  .exterior .main_inner > .elem01 {
    top: 10rem;
    left: -4.4rem;
  }
}
@media screen and (max-width: 768px) {
  .exterior .main_inner > .elem01 {
    top: 10rem;
    left: 52rem;
  }
}
@media screen and (min-width: 769px) {
  .exterior .main_inner > .elem02 {
    top: 60rem;
    right: -6.6rem;
  }
}
@media screen and (max-width: 768px) {
  .exterior .main_inner > .elem02 {
    top: 95rem;
    left: 2.6rem;
  }
}
@media screen and (min-width: 769px) {
  .exterior .main_inner > .elem03 {
    bottom: 14rem;
    left: -4.5rem;
  }
}
@media screen and (min-width: 769px) {
  .exterior .sec_txt {
    margin-bottom: -2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .exterior .sec_txt .indent {
    padding-right: 7em;
  }
}

.interior .sec_ttl {
  background-color: #144F6C;
}
.interior .sec_ttl .elem01 {
  top: 30.019%;
  left: 22.634%;
}
.interior .sec_ttl .elem02 {
  top: 58.162%;
  left: 36.626%;
}
@media screen and (min-width: 769px) {
  .interior .sec_ttl h2 {
    left: 47.326%;
    text-align: right;
  }
}
@media screen and (min-width: 769px) {
  .interior .main_inner {
    padding-top: 8rem;
    padding-bottom: 19.5rem;
  }
}
@media screen and (max-width: 768px) {
  .interior .main_inner {
    padding-top: 5.6rem;
    padding-bottom: 19rem;
  }
}
.interior .sec_txt {
  position: relative;
}
@media screen and (min-width: 769px) {
  .interior .sec_txt {
    margin-bottom: -2rem;
    padding-left: 0.5rem;
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  .interior .sec_txt .indent {
    padding-left: 6.5em;
  }
}
@media screen and (max-width: 768px) {
  .interior .sec_txt .elem01 {
    top: -2rem;
    right: 5.8rem;
    z-index: -1;
  }
}
@media screen and (min-width: 769px) {
  .interior .sec_img_wrap .elem {
    width: 11.4rem;
  }
}
@media screen and (min-width: 769px) {
  .interior .sec_img_wrap .elem01 {
    top: 4.2rem;
    left: 40.4rem;
  }
}
@media screen and (min-width: 769px) {
  .interior .sec_img_wrap .elem02 {
    top: -6.7rem;
    right: -4.7rem;
  }
}
@media screen and (max-width: 768px) {
  .interior .sec_img_wrap .elem02 {
    bottom: 0;
    transform: translateY(100%);
    left: 4.5rem;
  }
}
@media screen and (min-width: 769px) {
  .interior .sec_img_wrap .elem03 {
    top: -3.3rem;
    left: -6.6rem;
  }
}
@media screen and (min-width: 769px) {
  .interior .sec_img_wrap .elem04 {
    bottom: -4rem;
    left: -6rem;
  }
}
@media screen and (min-width: 769px) {
  .interior .sec_img_wrap .elem05 {
    bottom: -5.2rem;
    left: -5rem;
  }
}
@media screen and (min-width: 769px) {
  .interior .sec_img_wrap .elem06 {
    bottom: -0.6rem;
    right: 5.8rem;
  }
}
@media screen and (max-width: 768px) {
  .interior .sec_img_wrap .elem06 {
    bottom: -6.5rem;
    right: -2.5rem;
  }
}

.room .sec_ttl {
  background-color: #22553E;
}
.room .sec_ttl .elem01 {
  top: 26.267%;
  left: 44.033%;
}
.room .sec_ttl .elem02 {
  top: 57.224%;
  left: 30.453%;
}
@media screen and (min-width: 769px) {
  .room .sec_ttl h2 {
    left: 13.992%;
  }
}
@media screen and (min-width: 769px) {
  .room .main_inner {
    padding-top: 9.4rem;
    padding-bottom: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .room .main_inner {
    padding-top: 5.6rem;
    padding-bottom: 19rem;
  }
}
@media screen and (min-width: 769px) {
  .room .sec_txt {
    margin-bottom: -2rem;
    padding-right: 3.3rem;
  }
}
@media screen and (max-width: 768px) {
  .room .sec_txt {
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  .room .sec_txt .indent1 {
    padding-right: 7.5em;
  }
}
@media screen and (min-width: 769px) {
  .room .sec_txt .indent2 {
    padding-right: 5em;
  }
}
@media screen and (max-width: 768px) {
  .room .sec_txt .elem01 {
    top: -1.5rem;
    left: 6rem;
    z-index: -1;
  }
}
@media screen and (min-width: 769px) {
  .room .sec_img_wrap .elem {
    width: 11.4rem;
  }
}
@media screen and (min-width: 769px) {
  .room .sec_img_wrap .elem01 {
    top: -5.3rem;
    left: -5.4rem;
  }
}
@media screen and (min-width: 769px) {
  .room .sec_img_wrap .elem02 {
    top: -2.8rem;
    right: -7rem;
  }
}
@media screen and (max-width: 768px) {
  .room .sec_img_wrap .elem02 {
    top: -6.5rem;
    right: -5rem;
  }
}
@media screen and (min-width: 769px) {
  .room .sec_img_wrap .elem03 {
    top: -1rem;
    left: 21rem;
  }
}
@media screen and (min-width: 769px) {
  .room .sec_img_wrap .elem04 {
    bottom: 1rem;
    right: -6.4rem;
  }
}
@media screen and (max-width: 768px) {
  .room .sec_img_wrap .elem04 {
    bottom: -7.8rem;
    right: -4rem;
  }
}

.scene .sec_ttl {
  background-color: #144F6C;
}
.scene .sec_ttl .elem01 {
  top: 27.393%;
  left: 28.807%;
}
.scene .sec_ttl .elem02 {
  top: 54.785%;
  left: 49.383%;
}
@media screen and (min-width: 769px) {
  .scene .sec_ttl h2 {
    left: 54.321%;
  }
}
@media screen and (min-width: 769px) {
  .scene .main_inner {
    padding-top: 8rem;
    padding-bottom: 19.5rem;
  }
}
@media screen and (max-width: 768px) {
  .scene .main_inner {
    padding-top: 5.6rem;
    padding-bottom: 19rem;
  }
}
@media screen and (min-width: 769px) {
  .scene .sec_txt {
    margin-bottom: -2rem;
    padding-left: 0.5rem;
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  .scene .sec_txt .indent1 {
    padding-left: 4.5em;
  }
}
@media screen and (min-width: 769px) {
  .scene .sec_txt .indent2 {
    padding-left: 7.5em;
  }
}
@media screen and (max-width: 768px) {
  .scene .sec_txt .elem01 {
    top: -1rem;
    left: 3rem;
    z-index: -1;
  }
}
@media screen and (min-width: 769px) {
  .scene .sec_img_wrap .elem {
    width: 11.4rem;
  }
}
@media screen and (min-width: 769px) {
  .scene .sec_img_wrap .elem01 {
    bottom: -3.6rem;
    right: -8.2rem;
  }
}
@media screen and (min-width: 769px) {
  .scene .sec_img_wrap .elem02 {
    top: -4.4rem;
    right: -7rem;
  }
}
@media screen and (max-width: 768px) {
  .scene .sec_img_wrap .elem02 {
    top: -7rem;
    right: -5.5rem;
  }
}
@media screen and (min-width: 769px) {
  .scene .sec_img_wrap .elem03 {
    top: -4rem;
    left: -8.8rem;
  }
}
@media screen and (max-width: 768px) {
  .scene .sec_img_wrap .elem03 {
    bottom: -8.2rem;
    right: 0.2rem;
  }
}
@media screen and (min-width: 769px) {
  .scene .sec_img_wrap .elem04 {
    bottom: -4.5rem;
    right: -5.5rem;
  }
}

.location .sec_ttl {
  flex-direction: column;
  background-color: #22553E;
}
@media screen and (max-width: 768px) {
  .location .sec_ttl {
    z-index: 1;
  }
}
.location .sec_ttl_txt {
  width: 100%;
  text-align: center;
}
.location .sec_ttl_txt h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .location .sec_ttl_txt h2 {
    padding: 5rem 0;
  }
}
.location .sec_ttl_txt h2 span {
  margin-top: 0;
  margin-left: 1em;
}
.location .sec_ttl_img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .location .sec_ttl_img {
    height: 60.4rem;
  }
}
@media screen and (min-width: 769px) {
  .location .main_inner {
    padding-top: 9.4rem;
    padding-bottom: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .location .main_inner {
    padding-top: 5.6rem;
    padding-bottom: 19rem;
  }
}
.location .sec_txt {
  position: relative;
}
@media screen and (min-width: 769px) {
  .location .sec_txt {
    margin-bottom: -2rem;
    padding-right: 2.8rem;
  }
}
@media screen and (min-width: 769px) {
  .location .sec_txt .indent {
    padding-right: 8.5em;
  }
}
.location .sec_txt .elem01 {
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .location .sec_txt .elem01 {
    width: 11.4rem;
    top: -1rem;
    right: -4rem;
  }
}
@media screen and (max-width: 768px) {
  .location .sec_txt .elem01 {
    top: -7.5rem;
    right: 4.5rem;
  }
}
@media screen and (min-width: 769px) {
  .location .sec_img_wrap .elem {
    width: 11.4rem;
  }
}
@media screen and (min-width: 769px) {
  .location .sec_img_wrap .elem02 {
    bottom: 1.5rem;
    left: -6rem;
  }
}
@media screen and (max-width: 768px) {
  .location .sec_img_wrap .elem02 {
    top: -7.8rem;
    left: -4.6rem;
  }
}
@media screen and (max-width: 768px) {
  .location .sec_img_wrap .elem03 {
    bottom: -9.6rem;
    right: 4rem;
  }
}

.access {
  background-color: #144F6C;
}
@media screen and (min-width: 769px) {
  .access {
    padding: 4.5rem 0 6rem;
  }
}
@media screen and (max-width: 768px) {
  .access {
    padding-top: 4rem;
    padding-bottom: 8.8rem;
  }
}
.access .sec_ttl {
  justify-content: center;
}
.access .sec_ttl h2 {
  display: flex;
  color: #fff;
  line-height: 1;
  font-weight: normal;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .access .sec_ttl h2 {
    font-size: 3.6rem;
  }
  .access .sec_ttl h2 .jp {
    margin-left: 1rem;
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  .access .sec_ttl h2 {
    font-size: 4rem;
  }
  .access .sec_ttl h2 .jp {
    margin-left: 2rem;
    font-size: 2.6rem;
  }
}
.access .access_address {
  text-align: center;
  color: #fff;
  opacity: 0;
  transform: translateY(30%);
}
.access .access_address.is-animated {
  animation: slideInTextY80 1s forwards;
}
@media screen and (min-width: 769px) {
  .access .access_address {
    line-height: 1.579em;
    font-size: 1.9rem;
    margin-top: 3rem;
  }
  .access .access_address > p {
    line-height: inherit;
    font: inherit;
  }
  .access .access_address > p:first-of-type {
    margin-top: -0.289em;
  }
  .access .access_address > p:last-of-type {
    margin-bottom: -0.289em;
  }
}
@media screen and (max-width: 768px) {
  .access .access_address {
    line-height: 1.693em;
    font-size: 2.6rem;
    margin-top: 3rem;
  }
  .access .access_address > p {
    line-height: inherit;
    font: inherit;
  }
  .access .access_address > p:first-of-type {
    margin-top: -0.346em;
  }
  .access .access_address > p:last-of-type {
    margin-bottom: -0.346em;
  }
}
.access .access_txt {
  text-align: center;
  color: #fff;
  opacity: 0;
  transform: translateY(30%);
}
.access .access_txt.is-animated {
  animation: slideInTextY80 1s forwards;
}
@media screen and (min-width: 769px) {
  .access .access_txt {
    line-height: 2.188em;
    font-size: 1.6rem;
    margin-top: 4.5rem;
  }
  .access .access_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .access .access_txt > p:first-of-type {
    margin-top: -0.593em;
  }
  .access .access_txt > p:last-of-type {
    margin-bottom: -0.593em;
  }
}
@media screen and (max-width: 768px) {
  .access .access_txt {
    width: 66.8rem;
    margin: 3rem auto 0;
    line-height: 1.584em;
    font-size: 2.4rem;
    text-align: justify;
    letter-spacing: -0.05em;
  }
  .access .access_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .access .access_txt > p:first-of-type {
    margin-top: -0.291em;
  }
  .access .access_txt > p:last-of-type {
    margin-bottom: -0.291em;
  }
}
.access .access_route_map {
  text-align: center;
  color: #fff;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .access .access_route_map {
    margin-top: 5rem;
    line-height: 1em;
    font-size: 2.4rem;
  }
  .access .access_route_map > a {
    line-height: inherit;
    font: inherit;
  }
  .access .access_route_map > a:first-of-type {
    margin-top: 0em;
  }
  .access .access_route_map > a:last-of-type {
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 768px) {
  .access .access_route_map {
    margin-top: 6rem;
    line-height: 1em;
    font-size: 3rem;
  }
  .access .access_route_map > a {
    line-height: inherit;
    font: inherit;
  }
  .access .access_route_map > a:first-of-type {
    margin-top: 0em;
  }
  .access .access_route_map > a:last-of-type {
    margin-bottom: 0em;
  }
}
.access .access_route_map a {
  position: relative;
  display: inline-block;
  padding-bottom: 1rem;
}
.access .access_route_map a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.access .access_route_map a::after {
  content: "";
  display: inline-block;
  background: url(../img/top/arrow_w.svg) no-repeat 0 0;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .access .access_route_map a::after {
    width: 2.7rem;
    height: 1.4rem;
    margin-left: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .access .access_route_map a::after {
    width: 3.4rem;
    height: 1.9rem;
    margin-left: 1.5rem;
  }
}

.map_wrap {
  position: relative;
}
@media screen and (min-width: 769px) {
  .map_wrap {
    padding-top: 48.75%;
  }
}
@media screen and (max-width: 768px) {
  .map_wrap {
    padding-top: 136.4%;
  }
}
.map_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal_video {
  position: relative;
}
.modal_video video {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .sp-mt155 {
    margin-top: 15.5rem !important;
  }
}