#Content {
    padding-bottom: 140px;
}

h1 {
    font-size: 36px;
    margin-bottom: 0;
}

/* @SP */
@media all and (max-width: 767px) {
    #Content {
        padding-bottom: 100px;
    }

    #Page {
        padding-bottom: 0 !important;
    }

    h1 {
        font-size: 26px;
        margin-bottom: 0;
    }
}

.shop-info {
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0 0 10px #0000001A;
    padding: 12px 16px 4px;
    font-size: 16px;
}

.shop-info th {
    color: #999999;
    width: 80px;
    text-align: left;
}

.shop-info td {
    font-weight: normal;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.shop-info-sp {
    display: none;
}

/* @SP */
@media all and (max-width: 767px) {
    .shop-info {
        margin-top: 30px;
        background: transparent;
        box-shadow: none;
        padding: 0;
    }

    .shop-info th {
        font-size: 12px;
        width: auto;
    }

    .shop-info td {
        font-size: 14px;
        padding-left: 12px;
    }

    .shop-info-pc {
        display: none;
    }

    .shop-info-sp {
        display: flex;
        gap: 15px;
    }

    .shop-info-sp a {
        display: flex;
        border-radius: 8px;
        background: #FFFFFF;
        box-shadow: 0 0 10px #0000001A;
        padding: 5px 10px;
        font-size: 12px;
        font-weight: bold;
        align-items: center;
        flex: 1;
    }
    .shop-info-sp img {
        width: 24px;
        height: 24px;
        margin-right: 10px;
    }
}

.shop-info__shoplink {
    text-decoration: underline;
    color: #B81C22 !important;
}

.shop-info__tellink {
    text-decoration: underline;
    color: #B81C22 !important;
}

#tel-sp {
    display: none;
}

/* @SP */
@media all and (max-width: 767px) {
    #tel-pc {
        display: none;
    }
    #tel-sp {
        display: block;
    }
}

.availability-message {
    font-size: 16px;
    font-weight: normal;
    margin: 36px 0 12px;
}

/* @SP */
@media all and (max-width: 767px) {
    .availability-message {
        font-size: 14px;
        line-height: 22px;
        margin: 20px 0 20px;
    }
}

.common-detail-button {
    display: flex;
    font-size: 16px;
    justify-content: space-between;
    align-items: center;
    width: 366px;
    height: 56px;
    background: #FFFFFF;
    border: 2px solid #B81C22;
    border-radius: 10px;
    text-decoration: none !important;
    box-shadow: 0 3px 10px #0000001A;
}

/* @SP */
@media all and (max-width: 767px) {
    .common-detail-button {
        font-size: 14px;
        width: 100%;
        height: 48px;
    }
}

@media all and (min-width: 768px) {
    .common-detail-button {
		transition: opacity .3s cubic-bezier(.39,.575,.565,1);
	}

    .common-detail-button:hover {
		opacity: 0.75;
	}
}

.common-detail-button span {
    margin-left: 20px;
    color: #B81C22;
}

.common-detail-button img {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}

.category-tab {
    display: flex;
    font-size: 16px;
    align-items: center;
    cursor: pointer;
    margin-top: 70px;
    position: sticky;
    top: 0;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #f2f2f2;
}

/* @SP */
@media all and (max-width: 767px) {
    .category-tab {
        font-size: 12px;
        overflow: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: -16px;
        margin-right: -16px;
        top: 52px;
    }

    .category-tab::-webkit-scrollbar{
        display: none;
    }
}

.category-tab__item {
    width: auto !important;
    display: inline-block;
    white-space: nowrap;
    padding: 2px 10px;
}

.swiper-sp  {
    display: none;
}

/* @SP */
@media all and (max-width: 767px) {
    .category-tab__item {
        width: auto !important;
        display: inline-block;
        white-space: nowrap;
        padding: 2px 6px;
    }

    .swiper-sp  {
        display: inline-block;
    }
}

@media all and (min-width: 768px) {
    .category-tab__item {
		transition: opacity .3s cubic-bezier(.39,.575,.565,1);
	}

    .category-tab__item:not(.active):hover {
		opacity: 0.75;
	}
}

.category-tab__item.active {
    color: #B81C22;
    background: #B81C2226;
    border-radius: 900px;
}

.swiper-container {
    overflow: hidden;
    margin-bottom: 16px;
}

.menu-items {
    width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 16px;
    padding: 16px 0;
    box-sizing: border-box;
    padding: 30px 4px;
}

/* @SP */
@media all and (max-width: 767px) {
    .menu-items {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        padding: 0;
    }
}

/* @SP */
@media all and (min-width: 768px) and (max-width: 1098px) {
    .menu-items {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.menu-items .menu-item {
    cursor: pointer;
	transition: opacity .3s cubic-bezier(.39,.575,.565,1);
}

.menu-items .menu-item:hover {
	opacity: 0.75;
}

/* @SP */
@media all and (max-width: 767px) {
    .menu-items .menu-item:hover {
        opacity: 1;
    }
}

.menu-item {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 0 10px #0000001A;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 0;
}

.menu-item__img {
    width: 200px;
    height: 200px;
    margin-bottom: 8px;
}

/* @SP */
@media all and (max-width: 767px) {
    .menu-item__img {
        width: 144px;
        height: 144px;
    }
}

.menu-item__name {
    width: 100%;
    font-size: 16px;
    padding: 0 20px;
    box-sizing: border-box;
    line-height: 24px;
}

/* @SP */
@media all and (max-width: 767px) {
    .menu-item__name {
        font-size: 14px;
        padding: 0 12px;
    }
}

.menu-item__price {
    width: 100%;
    font-size: 22px;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 8px;
}

/* @SP */
@media all and (max-width: 767px) {
    .menu-item__price {
        font-size: 17px;
        padding: 0 12px;
    }
}

.menu-item__setdetail {
    width: 100%;
    font-size: 16px;
    padding: 0 20px;
    box-sizing: border-box;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 8px;
}

/* @SP */
@media all and (max-width: 767px) {
    .menu-item__setdetail {
        font-size: 14px;
        padding: 0 12px;
    }
}

.menu-item__calorie {
    width: 100%;
    font-size: 12px;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 8px;
}

/* @SP */
@media all and (max-width: 767px) {
    .menu-item__calorie {
        padding: 0 12px;
    }
}

.menu-item__annotation {
    width: 100%;
    font-size: 12px;
    padding: 0 20px;
    box-sizing: border-box;
    color: #555555;
    font-weight: normal;
}

/* @SP */
@media all and (max-width: 767px) {
    .menu-item__annotation {
        padding: 0 12px;
    }
}

.menu-item__description {
    width: 100%;
    font-size: 12px;
    padding: 0 20px;
    box-sizing: border-box;
    color: #555555;
    font-weight: normal;
    margin-top: 16px;
}

/* @SP */
@media all and (max-width: 767px) {
    .menu-item__description {
        padding: 0 12px;
    }
}

.menu-remarks {
    font-size: 12px;
    font-weight: normal;
    color: #707070;
    margin-bottom: 60px;
}

.menu-remarks li {
    list-style-type: none;
    position: relative;
    padding-left: 12px;
}

.menu-remarks li::before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
}

.pdf-remarks {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 24px;
}

/* @SP */
@media all and (max-width: 767px) {
    .menu-remarks {
        font-size: 12px;
        font-weight: normal;
        color: #707070;
        margin-top: 40px;
        margin-bottom: 60px;
    }

    .pdf-remarks {
        font-size: 14px;
    }
}

.modal-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
    z-index: 100;
    overscroll-behavior-y: none;
}

.modal-container.active{
	opacity: 1;
	visibility: visible;
}

.modal-container .menu-item {
    font-weight: bold;
    width: 600px;
    margin: 0 auto;
    text-align: left;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding-left: 100px;
    padding-right: 100px;
}

.modal-container .menu-item .menu-item__price {
    font-size: 16px;
}

.modal-container .menu-item .menu-item__img {
    width: 240px;
    height: 240px;
}

/* @SP */
@media all and (max-width: 767px) {
    .modal-container .menu-item {
        width: 100%;
        max-width: 355px;
        padding: 16px;
    }

    .modal-container .menu-item .menu-item__img {
        width: 144px;
        height: 144px;
    }
}

.modal-container__close {
    border: none;
    background: none;
    position: absolute;
    top: -32px;
    right: 0px;
    cursor: pointer;
}

@media all and (min-width: 768px) {
    .modal-container__close {
		transition: opacity .3s cubic-bezier(.39,.575,.565,1);
	}

    .modal-container__close:hover {
		opacity: 0.75;
	}
}

.modal-container__back {
    background: none;
    border: 2px solid #CCCCCC;
    box-shadow: 0 3px 10px #0000001A;
    border: 2px solid #ccc;
    margin-top: 16px;
    width: 305px;
    height: 60px;
    border-radius: 30px;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    font-size: 14px;
}

@media all and (min-width: 768px) {
    .modal-container__back {
		transition: opacity .3s cubic-bezier(.39,.575,.565,1);
	}

    .modal-container__back:hover {
		opacity: 0.75;
	}
}

.modal-container__back::before {
	content: '';
	display: block;
    width: 16px;
    height: 16px;
	background-image: url(../images/common/shop_panel_arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
    top: 17px;
    left: 20px;
    transform: rotate(180deg);
    display: none;
}

.modal-container__background {
    position: absolute;
    width:100%;
    height: 100%;
    top:0;
    left:0
}

body, html {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

body::-webkit-scrollbar, html::-webkit-scrollbar{
    display: none;
}
