@charset "UTF-8";

.shop_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    color: #fff;
}

.shop_text p {
    color: #fff;
    font-size: 2rem;
}

.service-inner-next {
    width: 12.5%;
    margin: 0 10px;
    border: 3px dotted #03539d;
    background-color: #ccc;
    opacity: 0.3;
}

.service-inner-next a {
    text-align: center;
}

.current {
    width: 12.5%;
    margin: 0 10px;
    border: 3px dotted #03539d;
    background-color: #ccc;
}

.current a {
    text-align: center;
}

.shop-title {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 3rem;
}

.shop img {
    width: 500px;
    height: auto;
    object-fit: cover;
}

.shopcafe img {
    width: 500px;
    height: auto;
    object-fit: cover;
}

.menu ul {
    display: flex;
    justify-content: space-between;
}

.menu li {
    width: 32%;
}

.menu img {
    width: 200px;
    border-radius: 50%;
    margin-bottom: 3rem;
    max-width: 100%;
}

.shop-text {
    margin-bottom: 2rem;
    padding-left: 1rem;
    margin-right: 2rem;
    text-align: left;
}

.shop-text span {
    display: inline-block;
}

/* スクリーンサイズが767pxまでのスタイルを記述 */
@media screen and (max-width: 767px) {
    .shop-text {
        padding-left: 0;
    }
}

/* スクリーンサイズが599pxまでのスタイルを記述 */
@media screen and (max-width: 599px) {
    .info-text {
        margin-right: 0;
        padding-left: 0;
    }

    .shop img,
    .shopcafe img {
        max-width: 100%;
    }

    .menu h3,
    .menu p {
        font-size: 14px;
    }
}