<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

/* メニュー下の注記用 */

.bottom-attention {
	width: 100%;
	border: 1px solid #F15F55;
    padding: 30px;
    border-radius: 6px;
    margin: 40px auto 0;
}

.bottom-attention .ba-title {
	font-size: 16px;
    line-height: 1.4;
    color: #666;
	font-weight: bold;
    text-align: center;
    margin: 0 auto 20px;
}

.bottom-attention .ba-txt {
	font-size: 14px;
    line-height: 1.6;
    color: #666;
    text-align: justify;
    margin: 0;
}

@media only screen and (max-width: 1110px) {
	
.bottom-attention  {
	width: 97.36%;
}
	
}

@media only screen and (max-width: 768px) {
	
.bottom-attention  {
	width: 96%;
}

.bottom-attention .ba-title {
	font-size: 14px;
}

.bottom-attention .ba-txt {
	font-size: 12px;
}
	
}

@media only screen and (max-width: 480px) {
	
.bottom-attention  {
	width: calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	padding: 24px 20px;
	margin: 20px auto 0;
}
	
}


/* メニュー上の注記用（ランチ専用） */

#menucategory .mc-head-inner .mhi-txt + .mhi-add-txt {
	text-align: center;
    margin: -25px auto 25px;
}

#menucategory .mc-head-inner .mhi-txt + .mhi-add-txt .mhia-title {
	display: inline-block;
    background: #F15F55;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    border-radius: 6px;
	margin: 0 auto 6px;
}

#menucategory .mc-head-inner .mhi-txt + .mhi-add-txt .mhia-txt {
	font-size: 12px;
    line-height: 1.5;
    color: #666;
    text-align: center;
	margin: 0 auto;
}

@media only screen and (max-width: 768px) {
	
#menucategory .mc-head-inner .mhi-txt + .mhi-add-txt .mhia-title {
	font-size: 14px;
}
	
}

@media only screen and (max-width: 480px) {
	
#menucategory .mc-head-inner .mhi-txt {
	text-align: center;
}
	
#menucategory .mc-head-inner .mhi-txt + .mhi-add-txt {
    text-align: center;
    margin: -15px auto 15px;
}

#menucategory .mc-head-inner .mhi-txt + .mhi-add-txt .mhia-title {
    font-size: 12px;
    line-height: 1.4;
}

#menucategory .mc-head-inner .mhi-txt + .mhi-add-txt .mhia-txt {
    font-size: 10px;
}
	
}



/*------------- 注記モーダル 240521 -------------*/
.modal-inner .modal-wrap .cautionTxt {
	font-size: 14px;
	margin-bottom: 20px;
	}

.modal-inner .modal-wrap .cautinItem li {
	margin-bottom: 15px;
	padding: 0;
	}

.modal-inner .modal-wrap .cautinItem li:last-child {
	margin-bottom: 0;
	}

.modal-inner .modal-wrap .cautinItem li:before {
	display: none;
	}

.modal-inner .modal-wrap .cautinItem li .cautionName {
	font-size: 17px;
	margin-bottom: 0;
	}

.modal-inner .modal-wrap .cautinItem li .cautionPrice,
.modal-inner .modal-wrap .cautionPriceCenter {
	font-size: 22px;
	font-weight: bold;
	color: #ff376b;
	margin-bottom: 0;
	}

.modal-inner .modal-wrap .cautionPriceCenter {
	text-align: center;
	}

.modal-inner .modal-wrap .cautionPriceCenter span {
	font-size: 75%;
	}
/*------------- 注記モーダル 240521 -------------*/</pre></body></html>