.sp {
    display: none;
}
.br-sp {
    display: none;
}

.center-text {
    text-align: center;
}

.shop-information {
	text-align: center;
	font-size: 21.99px;
    line-height: 36.99px;
    font-weight: 550;
}

.red-text {
    color: #fb607f;
}

.ttl_border {
    margin-top: 90px;
    margin-bottom: 90px;
}
.ttl_border:before, .ttl_border:after {
    content: "";
    flex-grow: 1;
    height: 2px;
    background: #333333;
    display: block;
}

.point-title {
    font-size: 21.99px;
    line-height: 36.99px;
    text-align: center;
    color: #85a4a1;
}

.point-subtitle {
    font-size: 24.99px;
    line-height: 36.99px;
    text-align: center;
    color: #1f1f1f;
    font-weight: 700;
}

.title-center {
    font-size: 24px;
    text-align: center;
    font-weight: 700;
}

button {
    width: 40%;
    padding: 15px 0;
    font-family: 'Source Sans Varia';
    font-size: 14px;
    line-height: 2.25;
    background-color: #ffffff;
    border: none;
    margin-top: 40px;
    transition: background-color 0.8s linear;
}

button:hover {
	color: #ffffff;
}
.btn-change:hover {
	background: #828282;
	transition: background-color 0.3s linear;
}

.bs-reserve-btn {
    padding: 10px 0;
    font-family: 'Source Sans Varia';
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
    color: white;
    background-color: #FB607F;
    border: none;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 15px;
    transition: background-color 0.8s linear;
    transform: translateX(70%);
}

.bs-reserve-btn:hover {
    color: #FB607F;
	background: white;
    border: 1px solid #FB607F;
	transition: background-color 0.3s linear;
}

.floor-box {
    margin: 90px auto 40px;
    border: solid 1px #2f2f2f;
    padding: 37px 70px;
    overflow: hidden;
}

.floor-item {
    padding: 20px 0;
    font-weight: 700;
    font-size: 18px;
}

.shop_subttl {
    font-size: 16px;
    font-weight: bold;
    border-left: solid 11px #191919;
    padding: 0 0 0 10px;
    line-height: 1.4;
}

.item-content {
    display: flex;
    justify-content: space-between;
}

.item-content .item-detail {
    width: 48%;
}

.item-content .item-img {
    width: 48%;
}

.shop-ikebukuro img {
	max-width: 100%;
	width: 640px;
}


/* タブレット用 */
@media screen and (max-width: 768px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
    .br-pc {
        display: none;
    }
    .br-sp {
        display: block;
    }

    .shop-banner {
        display: flex;
        flex-direction: column-reverse;
    }

    .section-point p {
        text-align: left !important;
    }

    .bs-reserve-btn {
        transform: unset;
    }
    button {
        width: 100%;
    }

    .ttl_border {
        margin-top: 40px !important;
        margin-bottom: -20px !important;
        display: block;
    }
    .ttl_border:before, .ttl_border:after {
        display: none;
    }

    .floor-box {
        text-align: center;
        margin-top: 80px !important;
        padding: 37px 40px;
    }

    .item-content {
        display: flex;
        justify-content: center;
        flex-direction: column-reverse;
    }
    .item-content .item-detail {
        width: 100%;
    }
    .item-content .item-img {
        width: 100%;
    }

    .shop_subttl {
        margin-bottom: 40px;
        margin-top: 20px;
    }
}