@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;
    height: fit-content;
    right: 10px;
    bottom: 10px;
}
.hibiscus > img {
    height: 120px;
    width: fit-content;
}
.pageTitle {
    margin-top: 100px;
    text-align: center;
}
.pageTitle > h1 {
    color: var(--brown);
     font-size: 30px;
}
.eyecatch {
    text-align: center;
    margin: 50px 0 50px 0;
}
.eyecatch > img {
    width: 100%;
}
.map {
    text-align: center;
}
.mapcaption {
    text-align: center;
    margin-top: 30px;
}
.mapcaption > a {
}
.map > div > iframe {
    width: 350px;
    height: 300px;
}
.address {
    margin-top: 20px;
}
.address > div {
    text-align: center;
}
.address > div > a {
    font-size: 13px;
}
