@charset"utf-8";
:root {
    --blue: #19306e;
    --yellow: #f8b100;
    --brown: #431f02;
    --beige: #f2ede9;
    --brown2: #431f02;
    --rightbeige: #fdfdfc;
    --redbrown: #B00007;
}
.content {
    position: relative;
    z-index:999
}
.hibiscus {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 0;
}
.hibiscus > img {
    width: 140px;
}
.pageTitle {
    margin-top: 100px;
    text-align: center;
}
.pageTitle > h1 {
    color: var(--brown);
     font-size: 30px;
}
.eyecatch {
    text-align: center;
    margin-top: 50px;
}
.eyecatch > img {
    width: 100%;
}
.text {
    text-align: center;
    margin-top: 30px;
}
.text > h2, a {
    color: var(--brown2);
}
.amenity {
    text-align: center;
}
.amenity > h2 {
    color: var(--brown2);
}
.text1 {
    text-align: center;
    margin-top: 60px;
}
.text1 > a {
    font-size: 12px;
    color: var(--brown);
    line-height: 20px;
}
.garelly {
    text-align: center;
    margin-top: 60px;
}
.garelly > img {
    width: 100%;
}
.serviceURL {
    width: fit-content;
    margin-left: 200px;
    margin-top: -50px;
}
.serviceURL > a {
    text-decoration: none;
    font-size: 18px;
    color: var(--brown);
    padding: 5px 10px;
}
.serviceURL > a:hover {
    color: var(--blue);
}
.floorPlan {
    display: flex;
    justify-content: center;
    margin-top: 200px;
    text-align: center;
}
.center {
    background-color: var(--rightbeige);
    width: 1000px;
    padding: 30px 0;
}
.center > .text {
    margin-bottom: 20px;
    margin-top: -10px;
}
.center > .text > a{
    font-size: 16px;
    color: #000000;
    margin-bottom: 50px;
    font-weight: bold;
}
.floor1 {}
.floor1 > a {
    font-size: 12px;
    color: #000000;
}
.floor2{
    margin-top: 20px;
}
.floor2 > a {
    font-size: 12px;
    color: #000000;
}
.sub {
    margin-top: 16px;
}
.sub > a {
    font-size: 12px;
    color: #000000;
}