.lpPhotoHeader {
    margin: 0;
    margin-top: -2.5%;;
    margin-bottom: 5.0rem;
    padding: 0;
    width: 100vw;
}
.lpPhotoHeader img {
    width: 100%;
    height: auto;
}
.lpContactBottom {
    padding: 0;
    text-align: center;
}
.lpContactBottom a {
    padding: 1.0rem 3.0rem;
    font-size: 1.5em;
    border-radius: 99999999px;
}
.lpContactBottom a:link {
    color: #ffffff;
    background-color: #dc143c;
}


/* Google 口コミ */
.google-reviews {
    max-width: 100vw;
    margin: 0 auto;
    font-family: sans-serif;
}
.google-reviews h3 {
    border-bottom: 2px solid #ff9900;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.google-reviews .overall-rating {
    font-size: 1.1em;
    margin-bottom: 20px;
}
.google-reviews .review-box {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 15px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.google-reviews .review-author {
    font-weight: bold;
    margin-bottom: 5px;
}
.google-reviews .review-rating {
    color: #ff9900;
    margin-bottom: 10px;
}
.google-reviews .review-text {
    font-size: 0.95em;
    margin-bottom: 10px;
}
.google-reviews .review-date {
    font-size: 0.85em;
    color: #777;
}
#load-more-reviews {
    display: inline-block;
    background: #ff9900;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-weight: bold;
}
#load-more-reviews:hover {
    background: #e68a00;
}


.google-reviews .review {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 2.0rem;
    margin-bottom: 15px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.google-reviews .review .review-text {
    margin: 1.0rem 0;
}