@charset "utf-8";

/* PRICE */
.pcNone { display:none; }

@media screen and (max-width: 991px) {
	.pcNone { display:block !important; }
	.spNone { display:none !important; }
}

#price {
	color: #333;
	background: #660050;
	padding: 5em 0;
}

#price .shopinfo__heading--sub {
	width: 90%;
	margin: 0 auto 1em;
	padding: 0;
}

#price .shopinfo__heading--sub img {
    margin: 0 auto;
}

#price .container {
	width: 90%;
    max-width: 940px;
    margin: 0 auto;
}

#price dl {
	width: 90%;
    max-width: 940px;
    margin: 0 auto;
}

#price dt {
	background: #ff0;
    padding: .5em 1em;
	margin: 2em 0 0;
    display: inline-block;
    border-radius: 5px;
}

#price dd {
	color: #fff;
	font-size: clamp(10px, 3vw, 16px);
	margin: -10px 0 0;
}

#price dd span{
	color: #ff0;
}

#price dd::after {
	content: "";
    display: inline-block;
    background: url(../img/udon.png) top/contain no-repeat;
    width: 50px;
    height: 49px;
    vertical-align: middle;
	margin-bottom: 10px;
}

.shopinfo__full--white .s_table:last-of-type {
    margin-bottom: 0 !important;
}

.price_table_area:last-child {
	margin-bottom: 0!important;
}

.separate.shopinfo__full--bg, .separate.shopinfo__full--gray, .separate.shopinfo__full--nav, .separate.shopinfo__full--stripe, .separate.shopinfo__full--white, .shopinfo__full.separate {
	margin-bottom: 0;
}

h4.pricetable__header + div {
	display: none;
}

.price_table.foodorder .attribute {
	width: 14%;
}

.price_table.foodorder td.price {
	font-size: clamp(20px,5vw,30px);
}

.price_table.foodorder td.price p {
    width: 90%;
    margin: 0 auto;
	font-size: clamp(10px,3vw,14px);
	font-weight: normal;
    text-align: center;
    line-height: 1.6;
    padding-left: 1em;
    text-indent: -1em;
}

.price_table .bgHdp {
	color: #fff;
	background-color: rgba(2,9,41,1);
}

.s_table .price_time,
.n_table .price_time {
	background: #fff;
}

.icon-wrap {
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translatey(-50%);
	width: 38px;
	height: 38px;
}

.icon {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
}

.icon:before,
.icon:after {
	position: absolute;
	content: "";
	display: block;
	transition: all 0.4s;
	background: #ee6b98;
	left: 50%;
	top: 50%;
	width: 30%;
	height: 2px;
	transform: translate(-50%, -50%);
}

.icon.nt:before,
.icon.nt:after {
	background: #44afff;
}

.icon:before,
.icon.nt:before {
	transform: translate(-50%, -50%) rotate(90deg);
}

.icon.open:before {
	transform: translate(-50%, -50%) rotate(0deg);
}

.price_table {
    background: none;
}

.price_table .price {
	color: #333;
    background: #fff;
}

#price .drink {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 90%;
	max-width: 940px;
	margin: 0 auto;
}

#price .drink a {
	width: 48%;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 20px;
	padding: 1em;
    margin: 1em 0 0.2em;
	text-align: center;
}

@media screen and (max-width: 991px) {
	.price_table .rowsHead {
		height: 56px;
	}

	.price_table th,
	.price_table td {
		width: calc( 100% / 3);
	}

	.s_table .price_table,
	.n_table .price_table {
		border: none;
	}

	#price .drink a {
		width: 100%;
	}

	.s_table .pricetable__header {
		border: 1px solid #ee6b98;
		color: #ee6b98;
	}

	.s_table .drink-suggest {
		background-color: #ee6b98;
	}

	.n_table .pricetable__header {
		border: 1px solid #44afff;
		color: #44afff;
	}

	.n_table .drink-suggest {
		background-color: #44afff;
	}
}