/*! Place your custom styles here */
.faq h5,
.reason h5 {
    color: #00a6bf;
}

.reason .choice {
    display: inline-block;
    width: 25%;
    float: left;
}

.reason .choice img {
    padding-right: 16px;
}

.reason .feature__body p {
    margin-bottom: 0px;
}

@media (max-width: 767px) {
    #reserve_form .first {
        padding: 0px 5px 0px 0px;
    }

    #reserve_form .last {
        padding: 0px 0px 0px 5px;
    }
}


#reserve_form form p span {
    color: white;
    font-size: 0.8em;
    background: #ed5050;
    border-radius: 3px;
    padding: 3px;
    margin-left: 6px;
}

.picker__day--disabled {
    color: #e7e7e7 !important;
    font-weight: bold;
}

.google-review {
    position: fixed;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    left: 15px;
    bottom: 15px;
    padding-top: 0px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
    z-index: 99;
    border: 1px solid #ececec;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.google-logo {
    width: 35px;
    /* Set an appropriate size for the Google logo */
    height: auto;
    margin-bottom: 3px;
}

.review-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 2px 0;
    /* Adds a small margin between the stars and the review count */
    padding: 0;
    /* Removes padding, if any */
}


.rating-stars {
    color: #ffca00;
    /* Gold color for stars */
    font-size: 14px;
    /* Adjust size as needed */
    margin-bottom: -4px;
    margin-top: -4px;
}

.review-count {
    font-size: 12px;
    /* Adjust size as needed */
    color: #333;
    /* Dark text color for visibility */
    margin-top: -3px;
}

.full-link {
    height: 100vh;
    /* 画面の縦の高さ全体をカバー */
    width: 50vw;
    /* 画面の幅の50%をカバー */
    position: fixed;
    /* 位置を固定 */
    top: 0;
    /* 上端から配置 */
    display: flex;
    align-items: center;
    /* 中央揃え（縦） */
    justify-content: center;
    /* 中央揃え（横） */
    text-decoration: none;
    /* リンクの下線を消去 */
    font-size: 24px;
    /* 文字サイズ */
    color: white;
    /* 文字色 */
}

.full-link {
    text-decoration: none !important;
    color: rgba(0, 0, 0, 0);
}

.full-link:link,
.full-link:visited,
.full-link:hover,
.full-link a:active {
    color: rgba(0, 0, 0, 0);
}

.link-wrap {
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
}

#left-link {
    left: 0;
    z-index: 999;
}

#right-link {
    right: 0;
    z-index: 999;
}