@charset "UTF-8";

/*--------------------------------------------------
**************************************************
  メニュー
**************************************************
--------------------------------------------------*/
.menu .box{
	display: flex;
	column-gap: 40px;
}
@media screen and (max-width: 767px) {
	.menu .box{
		flex-direction: column;
	}
}

.menu .box > div{
	max-width: 580px;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.menu .box > div{
		max-width: auto;
	}
}

.menu .box .item{
	width: 100%;
	padding: 30px 0 40px;
	border-top: #56430d 1px solid;
}
@media screen and (max-width: 767px) {
	.menu .box .item{
		padding: 30px 0;
	}
}

.menu .box .item.border_top_none{
	border-top: none;
}
@media screen and (max-width: 767px) {
	.menu .box > div:not(:nth-of-type(1)) .item.border_top_none{
		border-top: #56430d 1px solid;
	}
}

.menu .box .item .price{
	max-width: 400px;
	width: 100%;
	margin-top: 20px;
}

.menu .box .item .catch + .price{
	margin-top: 10px;
}

.menu .box .item .price th,
.menu .box .item .price td{
	vertical-align: top;
	padding: 5px 0;
	font-size: 14px;
	font-weight: 400;
	color: #333;
}

.menu .box .item .price th{
	max-width: 320px;
}
@media screen and (max-width: 767px) {
	.menu .box .item .price th{
		max-width: auto;
		width: 70%;
	}
}

.menu .box .item .price td{
	max-width: 80px;
}
@media screen and (max-width: 767px) {
	.menu .box .item .price td{
		max-width: auto;
		width: 30%;
		text-align: right;
	}
}

.menu .box .item .catch{
	margin-top: 20px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 16px;
	font-weight: 600;
	line-height: calc(30 / 16);
	color: #333;
}
@media screen and (max-width: 767px) {
	.menu .box .item .catch{
		line-height: 1.6;
	}
}

.menu .box .item .description{
	margin-top: 15px;
	font-size: 14px;
}

.menu .box .item .caution{
	margin-top: 20px;
	font-size: 14px;
}

.menu .attention{
	margin-top: 40px;
	font-size: 14px;
	font-weight: 400;
	line-height: calc(36 /14);
}

@media screen and (max-width: 767px) {
	.menu .attention a[href^="tel:"]{
		text-decoration: underline;
	}
}
