/* --------------------------------------
menu
-------------------------------------- */

.article__menu {
	margin-top: 80px;
	padding-bottom: 60px;

	background-image: url(../img/bg_01.jpg);
	background-repeat: repeat;
	background-position: top center;
}

.menuTab__list {
	width: 100%;
	height: 60px;

	display: flex;
	justify-content: space-around;
	align-items: flex-end;
	gap: 0;
}

.menuTab__item {
	width: 25%;
	height: 100%;
	box-sizing: border-box;
}


.menuTab__item__link {
	width: 100%;
	height: 100%;

	/* 子要素にタグは無いが、これで文字が上下左右中央揃えになる */
	display: flex;
	justify-content: center;
	align-items: center;

	position: relative;
}

.menuTab__item__link__current::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-bottom: #232D42 3px solid;
}

.menuTab__item__link:hover::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-bottom: #232D42 3px solid;
}

.menuTab__item__text {
	display: inline-block;

	text-align: center;
	font-family: "Zen Old Mincho";
	font-size: 2.0rem;
	font-weight: 900;
	line-height: 1.0;
}


.contentsArea__menu {
	padding: 0 20px;
}

.section__menu {
	margin-top: 80px;
}

.menuItem {
	padding: 20px 0;
	border-bottom: #938A7F 1px solid;
}

.menuItem__spNone {
	padding: 0px 0;
	border-bottom: none;
}

.menuItem__top {
	margin-top: 20px;
	border-top: #938A7F 1px solid;
}
.menuItem__empty {
	border-bottom: none;
}

.menuItem__containter__inline {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}



.menuItem__img {
	border: 2px solid #FFF;
	box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.20);
	box-sizing: border-box;

	margin: 0 auto;
}

.menuItem__img__16_9 {
	width: 100%;
	aspect-ratio: 16 / 9;
}

.menuItem__img__1_1 {
	width: 80%;
	aspect-ratio: 1 / 1;
}

.menuItem__img__1_1__small {
	width: 60%;
}


.menuItem__img img {
	/* 親をボックスとする */
	width: 100%;
	height: 100%;
	
	/* 内接・外接を指定 */
	object-fit: cover;
}

.menuItem__heading {
	margin-top: 20px;
	font-family: "Zen Old Mincho";
	font-size: 2.0rem;
	font-weight: 600;
	line-height: normal;
}

.menuItem__heading__center {
	text-align: center;
}

.menuItem__heading__top {
	margin-top: 0px;
}

.menuItem__sub__heading {
	margin-top: 20px;
	font-family: "Zen Old Mincho";
	font-size: 2.0rem;
	font-weight: 500;
	line-height: normal;
}


.price__wrap {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	gap: 10px;
}

.price__wrap__food {
	margin-top: 10px;
}

.price__wrap__drink {
	margin-top: 10px;
}

.price__label {
	text-align: right;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 4rem;
}
.price__label div {
	height: 4rem;
}

.price__value {
	text-align: right;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 4rem;

	min-width: 12rem;
}
.price__value div {
	height: 4rem;
}

.price__numerical {
	font-size: 1.8rem;
	letter-spacing: 0.09rem;
}

.menuItem__txt {
	margin-top: 10px;

	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.8;
}

.menu__txt {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.8;
}


/* ---------- PC ---------- */
@media screen and (min-width:769px) {

	.article__menu {
		margin-top: 100px;
		padding-bottom: 0px;
	}

	.menuTab {
		padding: 0px 20px;
		margin: 0 auto;
		max-width: 1040px;
	}

	.contentsArea__menu {
		padding: 120px 20px;
		margin: 0 auto;
		max-width: 1040px;
	}

	.contentsArea__menu__course {
		padding: 120px 20px 80px;
	}

	.contentsArea__menu__course__02 {
		padding: 80px 20px 120px;
	}

	.section__menu {
		margin-top: 120px;
	}
	.section__menu__top {
		margin-top: 0px;
	}

	.menu__pc2column {
		display: flex;
		flex-direction: row;
		justify-content: space-between;

		gap: 40px;

		border-bottom: #938A7F 1px solid;
	}
	.menu__pc2column__top {
		margin-top: 20px;
		border-top: #938A7F 1px solid;
	}

	.menuItem {
		padding: 20px 0;

		display: flex;
		flex-direction: row;
		justify-content: space-between;

		gap: 20px;
	}
	.menuItem__pc1column {
		flex-direction: column;
		gap: 0px;
	}


	.menuItem__top {
		margin-top: 20px;
	}

	.menuItem__pc2column {
		margin-top: 0px;

		padding: 20px 0;

		border-top: none;
		border-bottom:  none;

		display: block;

		flex-basis: 50%;
	}


	/* .menuItem__containter__inline {
	} */



	.menuItem__img {
		border: 2px solid #FFF;
		box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.20);
		box-sizing: border-box;
	}


	.menuItem__img__16_9 {
		flex-basis: 50%;
		margin: 0 auto;
	}
	.menuItem__img__1_1 {
		flex-basis: 40%;
		margin: 0 auto;
	}

	.menuItem__img__pc2column__16_9 {
		width: 80%;
		height: auto;
	}
	.menuItem__img__pc2column__1_1 {
		width: 60%;
		height: auto;
	}

	.menuItem__img img {
		/* 親をボックスとする */
		width: 100%;
		height: 100%;
		
		/* 内接・外接を指定 */
		object-fit: cover;
	}

	.menuItem__box__1_1 {
		flex-basis: 60%;
	}
	.menuItem__box__16_9 {
		flex-basis: 50%;
	}

	.menuItem__box__pc2column {
		margin-top: 20px;
	}

	.menuItem__heading {
		margin-top: 0px;
		font-size: 2.4rem;
	}

	.menuItem__heading__center {
		text-align: center;
	}

	.menuItem__heading__top {
		margin-top: 0px;
	}


	.price__wrap {
		display: flex;
		justify-content: flex-end;
		align-items: flex-start;
		gap: 10px;
	}

	.price__wrap__food {
		margin-top: 10px;
	}

	.price__wrap__drink {
		margin-top: 10px;
	}

	.price__label {
		text-align: right;
		font-size: 1.6rem;
		line-height: 4rem;
	}
	.price__label div {
		height: 4rem;
	}

	.price__value {
		text-align: right;
		font-size: 1.6rem;
		line-height: 4rem;
	}
	.price__value div {
		height: 4rem;
	}

	.price__numerical {
		font-size: 2.0rem;
		letter-spacing: 0.12rem;
	}

	.menuItem__txt {
		margin-top: 10px;
		font-size: 1.6rem;
	}


}


/* -------------------------------------- 
food 
-------------------------------------- */

.article__header__menuFood {
	background-image: url(../img/main_image_menu_food_SP.jpg);
}

/* ---------- PC ---------- */
@media screen and (min-width:769px) {
	.article__header__menuFood {
		background-image: url(../img/main_image_menu_food_PC.jpg);
	}
}


/* -------------------------------------- 
drink 
-------------------------------------- */

.article__header__menuDrink {
	background-image: url(../img/main_image_menu_drink_SP.jpg);
}

.type {
	margin-top: 80px;
}

.type__heading {
	font-family: "Zen Old Mincho";
	font-size: 20px;
	font-weight: 600;
	line-height: normal;
}

.type__refreshing {
	color: #364AB2;
}

.type__gorgeous {
	color: #E57E17;
}

.type__taste {
	color: #90B236;
}

.type__mellow {
	color: #E5B217;
}

/* ---------- PC ---------- */
@media screen and (min-width:769px) {

	.article__header__menuDrink {
		background-image: url(../img/main_image_menu_drink_PC.jpg);
	}

	.type__heading {
		font-size: 24px;
	}

}


/* -------------------------------------- 
course
-------------------------------------- */

.article__header__menuCourse {
	background-image: url(../img/main_image_menu_course_SP.jpg);
}

.courseItem {
	margin-top: 40px;
	padding: 20px 10px;
	background-image: url(../img/bg_05.jpg);
	background-repeat: repeat;

	filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.20));
}

.courseItem__top {
	margin-top: 80px;
}

.courseItem__label {
	color: #F15016;
	font-family: "Zen Old Mincho";
	font-size: 2.0rem;
	font-weight: 600;
	line-height: normal;
}

.courseItem__label__area {
	width: 100%;
	height: 30px;

	position: relative;
}

.label__txt__01 {
	color: #F15016;

	font-family: "Zen Old Mincho";
	font-size: 2.0rem;
	font-weight: 600;
	line-height: normal;

	position: absolute;
	top: 50%;
	left: 50%;
	transform: rotate(-6.511deg) translate(-50%, -50%) translate(-8.1rem, -2.0rem);
}

.label__line__01 {
	content: "";
	display: block;
	width: 14px;
	height: 28px;

	background-image: url(../img/line_dashed_01.svg);
	background-repeat: no-repeat;
	background-size: cover;

	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) translate(-14.2rem, 0.3rem);
}

.label__line__02 {
	content: "";

	display: block;
	width: 6px;
	height: 33px;

	background-image: url(../img/line_dashed_02.svg);
	background-repeat: no-repeat;
	background-size: cover;

	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) translate(-2.9rem, -0.3rem);
}


.courseItem__heading {
	font-family: "Zen Old Mincho";
	font-size: 2.4rem;
	font-weight: 600;
	line-height: normal;

	text-align: center;
}

.courseItem__caption {
	margin-top: 10px;

	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.8;
}

.courseItem__price {
	text-align: right;

	font-size: 2.0rem;
	font-weight: 500;
	letter-spacing: 0.09rem;
	line-height: normal;
}

.courseItem__price__value {
	font-size: 2.2rem;
}


.courseItem__food {
	width: 100%;
	margin-top: 10px;
	padding-left: 20px;

	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 10px;

}

.food__column {
	width: 100%;
}

.courseItem__drink {
	width: 100%;
	padding-left: 20px;
}

.courseItem__txt {
	width: 100%;

	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.8;
}

.preCautions {
	margin: 40px 0;
	padding: 20px 20px;

	border: 1px solid #232D42;
	background: #F2F2F2;
}

.preCautions__caption {
	margin-top: 20px;

	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.8;
}

.preCautions__caption__top {
	margin-top: 10px;
}

.preCautions__list {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.8;
}

.preCautions__item {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.8;
}



/* ---------- PC ---------- */
@media screen and (min-width:769px) {

	.article__header__menuCourse {
		background-image: url(../img/main_image_menu_course_PC.jpg);
	}

	.courseItem {
		padding: 40px 80px;
	}

	.courseItem__top {
		margin-top: 80px;
	}

	.courseItem__label {
		font-size: 2.4rem;
	}

	.courseItem__label__area {
		width: 100%;
		height: 30px;

		position: relative;
	}

	.label__txt__01 {
		font-size: 2.4rem;

		top: 50%;
		left: 50%;
		transform: rotate(-6.511deg) translate(-50%, -50%) translate(-14.6rem, -3.0rem);
	}

	.label__line__01 {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) translate(-22.2rem, 0.3rem);
	}

	.label__line__02 {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) translate(-8.9rem, -0.3rem);
	}

	.courseItem__heading {
		font-size: 3.6rem;
		font-weight: 900;
	}

	.courseItem__caption {
		margin-top: 20px;

		font-size: 2.0rem;
	}

	.courseItem__price {
		font-size: 2.4rem;
	}

	.courseItem__price__value {
		font-size: 2.4rem;
	}


	.courseItem__food {
		margin-top: 10px;
		padding: 0 40px;
	}


	.courseItem__drink {
		padding: 0 40px;
	}

	.courseItem__txt {
		font-size: 1.8rem;
	}

	.preCautions {
		margin: 40px 0 0;
		padding: 40px 40px;
	}

	.preCautions__caption {
		font-size: 2.0rem;
	}

	.preCautions__list {
		font-size: 2.0rem;
	}

	.preCautions__item {
		font-size: 2.0rem;
	}

	.breadcrumbs__menu__course {
		margin-top: 0px;
	}

}



/* -------------------------------------- s
lunch
-------------------------------------- */

.article__header__menuLunch {
	background-image: url(../img/main_image_menu_lunch_SP.jpg);
}

/* ---------- PC ---------- */
@media screen and (min-width:769px) {
	.article__header__menuLunch {
		background-image: url(../img/main_image_menu_lunch_PC.jpg);
	}
}
