/* CSS Document */
@import url("reset.css");
@import url("swiper-bundle.min.css");
@import url("common.css");
@import url("styles.css");


/* message
---------------------------------------------------------- */
.message_tit h2{
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
}
.message_tit h2::before{ display: none;}

.message_tit p:last-child{ margin-bottom: 0;}


@media screen and (max-width: 768px) and  (orientation: portrait) {
	.message_tit figure{ width: 50%;}
}


/* access
---------------------------------------------------------- */
.accessmap{
    width: 100%;
    aspect-ratio: 16/9;
}
iframe{
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) and  (orientation: portrait) {
}