@charset"utf-8";
:root {
    --blue: #19306e;
    --yellow: #f8b100;
    --brown: #431f02;
    --beige: #f2ede9;
    --brown2: #431f02;
    --rightbeige: #fdfdfc;
}
.content {
    position: relative;
    z-index:999
}
.hibiscus {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 0;
}
.hibiscus > img {
    width: 400px;
}
.pageTitle {
    margin-top: 100px;
    text-align: center;
}
.pageTitle > h1 {
    color: var(--brown);
     font-size: 50px;
}
.eyecatch {
    text-align: center;
    margin-top: 50px;
}
.eyecatch > img {
    width: 1400px;
}
.map {
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    padding: 10px 50px 50px 50px;
    margin-top: 150px;
    gap: 30px;
    background-color: var(--rightbeige);
    width: 1000px;
}
.mapcaption {
    margin-bottom: 10px;
}
.mapcaption > a {
    font-size: 20px;
    color: var(--brown2);
}
.map > div > iframe {
    width: 400px;
    height: 350px;
}
.address {
    width: fit-content;
    margin: 0 auto;
    margin-top: 20px;
}
.address > div > a {
    color: var(--brown2);
}
.root {
    margin-top: 10px;
    text-align: center;
}

