@charset "UTF-8";

h2 span {
    color: #fff;
    text-align: center;
}


.facility_wrapper {
    padding: 3% 0%;
    background-color: rgba(255, 255, 255, 0.6);
    max-width: 1200px;
    margin: auto;
}

.cd-fixed-bg.cd-bg-2 {
    background-image: url(../img/facility/facility_top.jpg);
    height: 400px;
}

.cd-fixed-bg.cd-bg-2::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: black;
    opacity: 0.4;
}

.clubonly {
    padding: 3%;
    background-color: #fcf5ef;
    box-shadow: 1.5px 1.5px 4px rgba(0, 0, 0, 0.2);
}


.tableopen {
    margin: 30px auto 30px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.tableopen td,
.tableopen th {
    padding: 20px;
}

.tableopen th {
    width: 55%;
}

.blue {
    background-color: #e7fffd;
}

.yellow {
    background-color: rgb(255, 251, 231);
}

.normal p,
.summer p {
    padding: 10px;
    border-radius: 8px;
    max-width: 493px;
    text-align: center;
    margin: auto;
}

.normal,
.summer {
    min-width: 48%;
}

.flex_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex50 {
    width: 48%;
    padding: 2rem 1rem;
    background: #f5f9fa;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}


.clubhouse {
    margin-top: 50px;
}



.bcf {
    box-shadow: none;
    background: #ffffff;
}

.comperoom {
    display: flex;
    height: 66px;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #fdeafb;
    color: #eb0570;
    transition: 0.5s;
    justify-content: center;
    align-items: center;
    max-width: 466px;
}

.comperoom:hover {
    background-color: #8b3082;
    color: #ffffff;
    transition: 0.5s;
}

.strong {
    font-size: 27px;
}

h4 {
    padding-left: 0.5em;
}


/* スマホ */

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

    .normal,
    .summer {
        width: 100%;
    }
}

@media screen and (max-width:808px) {
    .flex50 {
        width: 100%;
    }

    .facility_wrapper {
        padding: 3% 20px;

    }
}

@media screen and (max-width:430px) {
    .strong {
        font-size: 21px;
    }
}