@charset "utf-8";

@media screen and (max-width: 768px) {

body {
    padding-bottom: 12vw;
}
header.flex {
    gap: 1rem;
}
.header_logo {
    width: 32%;
}
.header_reserve {
    flex: 1 0 0%;
}
.header_reserve a {
    padding: 0.5em 1rem 0.5em 1rem;
}
.header_reserve a:after {
    width: 16px;
    height: 9px;
}
.header_reserve a span {
    font-size: 4vw;
}
.header_reserve a em {
    font-size: 5vw;
}
.mv_logo {
    width: 40%;
    top: 1rem;
    left: 1rem;
}

.message {
    padding: 2rem 1rem 1rem;
}
.message h2 {
    font-size: 7vw;
}
.message p {
    font-size: 4vw;
}

.about {
    padding: 1rem 0 0.5rem;
}
.about h2 {
    font-size: 7vw;
}
.about figure {
    padding-left: 1rem;
    margin-bottom: 1rem;
}
.about p {
    font-size: 4vw;
    padding: 0 1rem;
}

.floor {
    padding: 1rem 0 2rem;
}
.floor_upper {
    margin-bottom: 2rem;
}
.floor_upper h2 {
    flex: 1 0 0%;
}
.floor_upper figure {
    width: 68%;
}

.floor_meta h3 {
    font-size: 7vw;
}
.floor_meta p {
    font-size: 5vw;
}
.floor_meta {
    padding: 0 1em;
}

.floor_item:nth-child(odd) .floor_photo figure {
    padding-right: 1rem;
}
.floor_item:nth-child(even) .floor_photo figure {
    padding-left: 1rem;
}

.floor_item + .floor_item {
    margin-top: 1.5rem;
}
.floor_photo figure + figure {
    margin-top: 1rem;
    padding-left: 1rem;
}

.floor_inside figure figcaption {
    font-size: 7vw;
    padding: 0 1rem;
}

.floor_inside figure:nth-child(odd) img {
    margin-left: 1rem;
}
.floor_inside figure:nth-child(even) img {
    margin-right: 1rem;
}

.menu {
    padding: 2rem 1rem;
}
.menu h2 {
    font-size: 10vw;
    margin-bottom: 1rem;
}
.menu p {
    font-size: 5vw;
}
.menu a {
    font-size: 7vw;
}
.menu a:after {
    width: 15px;
    height: 9px;
    right: 1.5rem;
}

.cv {
    padding: 2rem 0;
}

.btn_bloc {
    margin: 0 1rem;
}
.btn_bloc a span {
    font-size: 5vw;
}
.btn_bloc a em {
    font-size: 8vw;
}

.btn_bloc a:after {
    width: 22px;
    height: 12px;
    right: 1.5rem;
}

.information {
    padding: 2rem 0;
}
.information .ttl_bloc span {
    font-size: 10vw;
}
.information .ttl_bloc h2 {
    font-size: 7vw;
}

.information .ttl_bloc {
    margin-bottom: 1rem;
}

.information_box dl dt {
    font-size: 4vw;
}
.information_box dl dd {
    font-size: 3.5vw;
}
.information_box dl dd .mini {
    font-size: 3vw;
}
.information_box dl + dl {
    margin-top: 0.5rem;
}
.information_box {
    width: 56%;
    padding: 0 1rem;
}

.gmap {
    aspect-ratio: 4 / 4;
}

.footer_logo {
    width: 50%;
    margin: 0 auto 1rem;
}
.footer_logo a {
    font-size: 6vw;
}

.footer_sns ul li {
    width: 3rem;
}

footer .copy {
    font-size: 3.5vw;
}

footer .btn_bloc {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0;
    border-radius: 0;
    margin: 0;
}
footer .btn_bloc a {
    border-radius: 0;
    padding: 0.5rem;
}
.btn_bloc a span {
    font-size: 4vw;
}
.btn_bloc a em {
    font-size: 5vw;
}



}