@charset "utf-8";

/* =========================
   SPECIAL MENU
========================= */

.specialMenu {
	margin-bottom: 90px;
}

.specialMenu__heading {
	position: relative;
	margin-bottom: 36px;
	padding-left: 22px;
}

.specialMenu__heading::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background: #a4252a;
}

.specialMenu__en {
	margin: 0 0 7px;
	color: #9c2727;
	font-size: 11px;
	letter-spacing: .2em;
}

.specialMenu__heading h2 {
	margin: 0;
	color: #2d211d;
	font-size: clamp(24px, 1.8vw, 28px);
	font-weight: 500;
	letter-spacing: .12em;
}

.specialMenu__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px 32px;
}

.specialMenuItem {
	background: #faf6ed;
	border-bottom: 1px solid rgba(156, 39, 39, .25);
}

.specialMenuItem__image {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 10;
}

.specialMenuItem__image > img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.specialMenuItem__badge {
	position: absolute;
	top: 14px;
	left: 14px;
	width: 44px;
}

.specialMenuItem__badge img {
	width: 100%;
	display: block;
}

.specialMenuItem__body {
	padding: 24px 26px 26px;
}

.specialMenuItem__name {
	margin: 0 0 14px;
	color: #2d211d;
	font-size: clamp(19px, 1.4vw, 23px);
	font-weight: 700;
	letter-spacing: .08em;
	font-family: serif;
}

.specialMenuItem__text {
	margin: 0 0 20px;
	color: #4a3b35;
	font-size: clamp(12px, .9vw, 14px);
	line-height: 1.9;
}

.specialMenuItem__tag {
	display: inline-block;
	margin: 0 0 10px;
	padding: 4px 10px;
	background: #a9853f;
	color: #fff;
	font-size: 12px;
	letter-spacing: .08em;
}

.specialMenuItem__price {
	margin: 0;
	color: #8e2429;
	font-size: clamp(24px, 1.8vw, 28px);
	font-weight: 600;
	text-align: right;
}

.specialMenuItem__price small {
	margin-left: 5px;
	color: #4a3b35;
	font-size: 11px;
	font-weight: 400;
}


.specialMenuItem__name sup {
	font-size: 1.2em;
	vertical-align: super;
	line-height: 1;
	margin-left: 2px;
}


/* =========================
   NORMAL DONBURI LIST
========================= */

.menuListSection {
	margin-top: 20px;
}

.menuListHeading {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 30px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(156, 39, 39, .25);
}

.menuListHeading::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 48px;
    background: #a4252a;
}

.menuListHeading__en {
	margin: 0 0 6px;
	color: #9c2727;
	font-size: 10px;
	letter-spacing: .18em;
}

.menuListHeading h2 {
	margin: 0;
	font-size: clamp(24px, 1.8vw, 28px);
	font-weight: 500;
	letter-spacing: .1em;
}

.menuListHeading__note {
	margin: 0;
	font-size: 13px;
	letter-spacing: .08em;
}

.menuListHeading > div:first-child {
	padding-left: 20px;
}

.menuPage {
    .menuHero__title {
        font-size: 40px;
        font-weight: 400;
        letter-spacing: 0.35em;
        white-space: nowrap;
        font-family: "UD デジタル 教科書体 N", "UD Digi Kyokasho N-R", "BIZ UDPGothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Yu Gothic", Meiryo, sans-serif;
        z-index: 999;
    }
}

.menuPage {
	width: min(1200px, calc(100% - 80px));
	margin: 0 auto;
	/*padding: 54px 0 110px;*/
	padding: 54px 0 0px;
	color: #111;
    font-family: "UD デジタル 教科書体 N", "UD Digi Kyokasho N-R", "BIZ UDPGothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Yu Gothic", Meiryo, sans-serif;
	letter-spacing: .08em;
}

/* =========================
   MENU HEADER
========================= */

.menuHero {
	margin-bottom: 54px;
}

.menuHero__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(165, 31, 36, .25);
}

/* タイトル */
.menuHero__title {
	position: relative;
	margin: 0;
	padding-left: 20px;
	font-family: "Noto Serif JP", serif;
	font-size: clamp(26px, 2vw, 30px);
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: .1em;
	color: #2d211d;
}

.menuHero__title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	bottom: 3px;
	width: 2px;
	background: #a51f24;
}


/* メニュータブ */
.menuTabs {
	display: flex;
	align-items: center;
	gap: 48px;
	font-size: clamp(13px, .9vw, 15px);
	letter-spacing: .12em;
	font-weight: 500;
}

.menuTabs a {
	position: relative;
	display: block;
	padding: 8px 2px 10px;
	color: #2d211d;
	text-decoration: none;
	transition: color .25s ease;
}

/* 下線 */
.menuTabs a::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 1px;
	background: #a51f24;
	transform: translateX(-50%);
	transition: width .25s ease;
}

/* active */
.menuTabs a.is-active {
	background: none;
	color: #a51f24;
	border-radius: 0;
}

.menuTabs a.is-active::after {
	width: 100%;
}

/* hover */
.menuTabs a:hover {
	color: #a51f24;
}

.menuTabs a:hover::after {
	width: 100%;
}


/* 粋のやの金色ラインは使用しない */
.menuHero__line {
	display: none;
}


.menuHero__lead {
	margin-top: 18px;
	font-size: 13px;
	line-height: 2;
}


/* menu list */
.menuList {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px 24px;
}

.menuItem {
	display: flex;
	flex-direction: column;
	min-width: 0;
	background: #fffdf9;
	border-bottom: 1px solid rgba(165, 31, 36, .22);
}

.menuItem__image {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #f3eee5;
}

.menuItem__image > img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.menuItem__badge {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	width: 38px;
}

.menuItem__badge img {
	display: block;
	width: 100%;
	height: auto;
}

.menuItem__body {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	flex: 1;
	min-height: 250px;
	padding: 18px 20px 20px;
	text-align: left;
}

.menuItem__name {
	margin: 0 0 10px;
	color: #2d211d;
	font-family: "Noto Serif JP", serif;
	font-size: clamp(18px, 1.3vw, 21px);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .1em;
}

.menuItem__text {
	margin: 0 0 10px;
	color: #433832;
	font-size: clamp(11px, .8vw, 12px);
	line-height: 1.75;
	letter-spacing: .03em;
}

.menuItem__subText {
	margin: 0 0 16px;
	color: #665850;
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: .02em;
}

.menuItem__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-top: auto;
	padding-top: 16px;
}

.menuItem__bottom > .menuItem__tag {
	display: inline-flex;
	align-items: center;
	height: 26px;
	margin: 0;
	padding: 0 8px;
	background: #a9853f;
	color: #fff;
	font-size: 10px;
	line-height: 1;
	letter-spacing: .04em;
	white-space: nowrap;
}

.menuItem__bottom > .menuItem__price {
	display: inline-flex;
	align-items: center;
	height: 26px;
	margin: 0;
	color: #8e2429;
	font-family: "Noto Serif JP", serif;
	font-size: 26px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: .03em;
	white-space: nowrap;
}

.menuItem__limitedBadge {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 3;
	display: inline-block;
	padding: 6px 13px;
	background: #9c2727;
	color: #fff;
	font-size: clamp(10px, .75vw, 12px);
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .12em;
	white-space: nowrap;
}


.menuItem__price small {
	margin-left: 4px;
	color: #554942;
	font-size: 14px;
	font-weight: 400;
}

.menuItemMeta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-top: auto;
	padding-top: 16px;
}

.menuItemMeta__tag {
	display: inline-block;
	margin: 0;
	padding: 5px 9px;
	background: #a9853f;
	color: #fff;
	font-size: 10px;
	line-height: 1;
	letter-spacing: .04em;
	white-space: nowrap;
}

.menuItemMeta__price {
	display: inline-block;
	margin: 0;
	color: #8e2429;
	font-family: "Noto Serif JP", serif;
	font-size: clamp(22px, 1.6vw, 26px);
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
}

.menuItemMeta__price small {
	margin-left: 4px;
	color: #554942;
	font-size: 10px;
	font-weight: 400;
}



/* =========================
   刺身 / お子様 専用
========================= */

.menuPage--sashimi .menuItem__body {
	min-height: auto;
}

.menuPage--sashimi .menuItem__price {
	margin-top: 20px;
	text-align: right;
    color: #8e2429;
    font-size: 28px;
    font-weight: 600;
}




/* bottom info */
.menuInfoArea {
	background: #f4f0e7;
	margin: 0 calc(50% - 50vw);
	padding: 80px calc((100vw - 1100px) / 2) 90px;
}


.shopBottomInfo {
	background: #f4f0e7;
	margin: 0 calc(50% - 50vw);
	padding: 78px 0 90px;
	position: relative;
}

.shopBottomInfo__inner {
	width: min(1200px, calc(100% - 80px));
	margin: 0 auto;
}

.shopBottomTitle {
	font-size: 22px;
	font-weight: 400;
	letter-spacing: .18em;
	margin-bottom: 28px;
}

.shopBottomInfo__top {
	display: grid;
	grid-template-columns: 470px 1fr;
	gap: 72px;
	align-items: start;
	margin-bottom: 92px;
}

.shopCalendar__image img {
	width: 100%;
	display: block;
}

.shopInfoDetail {
	position: relative;
	padding-top: 72px;
}

.shopInfoDetail__deco {
	position: absolute;
	right: 18px;
	top: 0;
	width: 260px;
	pointer-events: none;
	opacity: .85;
}

.shopInfoDetail__deco img {
	width: 100%;
	display: block;
}

.shopInfoDetail__block {
	position: relative;
	z-index: 1;
	margin-bottom: 28px;
}

.shopInfoDetail__block h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 8px;
	letter-spacing: .12em;
}

.shopInfoDetail__block p {
	font-size: 14px;
	line-height: 1.9;
}

.snsIcon {
	display: inline-block;
	width: 24px;
}

.snsIcon img {
	width: 100%;
	display: block;
}

/* access */
.shopAccess {
	margin-top: 20px;
}

.shopAccess__body {
	display: grid;
	grid-template-columns: 470px 1fr;
	gap: 70px;
	align-items: center;
}

.shopAccess__map iframe {
	width: 100%;
	height: 310px;
	display: block;
	border: 0;
}

.shopAccess__illust img {
	width: 100%;
	display: block;
}

.shopBottomInfo {
	background: #f3efe6;
	margin: 0 calc(50% - 50vw);
	padding: 78px 0 90px;
	position:relative;
}

.shopBottomInfo__inner {
	width: min(1200px, calc(100% - 80px));
	margin: 0 auto;
}

.shopBottomInfo__top {
	display: grid;
	grid-template-columns: 620px 1fr;
	gap: 70px;
	align-items: start;
}

.shopBottomTitle,
.shopInfoDetail__title {
	font-size: 26px;
	font-weight: 400;
	letter-spacing: .16em;
	margin-bottom: 28px;
}

.shopCalendar__iframe iframe {
	width: 100%;
	height: 620px;
	display: block;
	border: 0;
	background: #fff;
}

.shopInfoDetail {
	padding-top: 95px;
}

.shopInfoDetail__block {
	margin-bottom: 42px;
}

.shopInfoDetail__block h3 {
	font-size: 26px;
	font-weight: 600;
	letter-spacing: .12em;
	margin-bottom: 16px;
}

.shopInfoDetail__block p {
	font-size: 14px;
	line-height: 2;
	letter-spacing: .08em;
}

.shopInfoDetail__sns {
	display: flex;
	gap: 28px;
	align-items: center;
}

.shopInfoDetail__sns a {
	display: block;
	width: 210px;
}

.shopInfoDetail__sns img {
	width: 100%;
	display: block;
}
.shopInfoDetail__title {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

.shopBottomInfo__circle{
    position:absolute;
    right:143px;
    top:-135px;
    width:395px;
    pointer-events:none;
}

.shopBottomInfo__circle img{
    width:100%;
    display:block;
}


/* 海鮮丼ページ */
.menuPage--don .menuItem__image {
  position: relative;
}

.menuPage--don .menuItem__badge {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 60px;
  height: 60px;
  z-index: 2;
}

.menuPage--don .menuItem__badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.menuPage--don .menuItem__body {
  padding: 10px 28px 10px;
}

.menuPage--don .menuItem__name {
  font-size: 21px;
  line-height: 1.2;
  margin-bottom: 5px;
  margin-top: 15px;
  font-weight: 700;
  letter-spacing: 0.1rem;
  min-height: 65px;
}

.menuPage--don .menuItem__text {
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0.08em;
}

.menuPage--don .menuItem__subText {
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.menuPage--don .menuItem__tag {
  display: inline-block;
  margin-top: auto;
  margin-bottom: 6px;
  padding: 3px 12px;
  background: #9b7a34;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.menuPage--don .menuItem__price {
  margin-top: 0;
}
.menuPage--don .menuItem__body{
    display:flex;
    flex-direction:column;
}

.menuPage--don .menuItem__price{
    position:static;
    margin-top:0;
    text-align:right;
    color: #8e2429;
    font-size: 28px;
    font-weight: 600;
}

.menuPage--don .menuItem__tag{
    display:inline-block;
    margin-top:auto;
    margin-bottom:6px;
}


/* 定食ページ */
.menuPage--teishoku .menuHero {
  margin-bottom: 34px;
}

.menuHero__lead--teishoku {
  margin-top: 18px;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.12em;
}

.menuPage__note {
  margin: 28px 0 24px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.menuPage__note small {
  font-size: 11px;
  font-weight: 400;
}

.menuPage--teishoku .menuList {
  row-gap: 38px;
  margin-bottom: 100px;
}

.menuPage--teishoku .menuItem {
  grid-template-columns: 305px 1fr;
}

.menuPage--teishoku .menuItem__image img {
  height: 320px;
}

.menuPage--teishoku .menuItem__body {
  position: relative;
  min-height: 320px;
  padding: 18px 24px 18px;
  background: #fff;
}

.menuPage--teishoku .menuItem__name {
  font-size: 21px;
  line-height: 1.35;
  margin-bottom: 10px;
}

.menuPage--teishoku .menuItem__catch {
  color: #d12d2d;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 8px;
}

.menuPage--teishoku .menuItem__text {
  font-size: 12px;
  line-height: 1.65;
}

.menuPage--teishoku .menuItem__tag {
  position: absolute;
  right: 24px;
  bottom: 54px;
  display: inline-block;
  padding: 3px 12px;
  background: #9b7a34;
  color: #fff;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.menuPage--teishoku .menuItem__price {
  position: absolute;
  right: 24px;
  bottom: 16px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
  text-align: right;
}

.menuPage--teishoku .menuItem__price small {
  font-size: 10px;
  font-weight: 400;
}

.menuPage--teishoku .menuItem__price span {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
}

/* 定食ページ：価格まわりの崩れ補正 */
.menuPage--teishoku .menuItem__body {
  padding: 5px 28px 86px;
}

.menuPage--teishoku .menuItem__tag {
  position: absolute;
  right: 28px;
  bottom: 64px;
  z-index: 2;
}

.menuPage--teishoku .menuItem__price {
  position: absolute !important;
  right: 28px !important;
  bottom: 18px !important;
  margin: 0 !important;
  line-height: 1.25;
  text-align: right;
  z-index: 1;
}

.menuPage--teishoku .menuItem__price span {
  display: block;
  margin-top: 5px;
  font-size: 15px;
}

/* 定食：価格が1行だけの商品 */
.menuPage--teishoku .menuItem--singlePrice .menuItem__tag {
  bottom: 50px;
}

.menuPage--teishoku .menuItem--singlePrice .menuItem__price {
  bottom: 28px !important;
}


/* 通常メニュー 下部 */
.menuItem__body .menuItemMeta {
	display: flex;
	align-items: center;
	/*justify-content: space-between;*/
	justify-content: flex-end;
	width: 100%;
	margin-top: auto;
	padding-bottom: 10px;
}

.menuItem__body .menuItemMeta__tag {
	display: inline-block;
	margin: 0;
	padding: 5px 9px;
	background: #a9853f;
	color: #fff;
	font-size: 10px;
	line-height: 1;
	letter-spacing: .04em;
	white-space: nowrap;
}

.menuItem__body .menuItemMeta__price {
	display: inline-block;
	margin: 0;
	color: #8e2429;
	font-family: "Noto Serif JP", serif;
	font-size: 26px;
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
}

.menuItem__body .menuItemMeta__price small {
	margin-left: 4px;
	color: #554942;
	font-size: 10px;
	font-weight: 400;
}


.shopCalendar{
    width: calc(100% - 30px);
    margin: 0 auto;
}


@media screen and (max-width: 1200px) {
	.menuInfoArea {
		padding-left: 40px;
		padding-right: 40px;
	}
}



/* SP */
@media screen and (max-width: 767px) {
	.shopBottomInfo {
		padding: 50px 0 64px;
	}

	.shopBottomInfo__inner {
		width: calc(100% - 36px);
	}

	.shopBottomInfo__top {
		display: block;
		margin-bottom: 60px;
	}

	.shopCalendar {
		margin-bottom: 46px;
	}

	.shopInfoDetail {
		padding-top: 30px;
	}

	.shopInfoDetail__deco {
		width: 190px;
		right: 0;
		top: -8px;
		opacity: .45;
	}

	.shopAccess__body {
		display: block;
	}

	.shopAccess__map {
		margin-bottom: 32px;
	}

	.shopAccess__map iframe {
		height: 260px;
	}

	.menuPage {
		width: calc(100% - 36px);
		padding: 36px 0 0px;
	}

	.menuHero__head {
		display: block;
	}

	.menuHero__title {
		margin-bottom: 22px;
	}

	.menuTabs {
		gap: 10px;
		flex-wrap: wrap;
		font-size: 13px;
		align-items: center;
        justify-content: center;
	}

	.menuList {
		grid-template-columns: 1fr;
		row-gap: 28px;
	}

	.menuItem {
		grid-template-columns: 130px 1fr;
		gap: 18px;
	}

	.menuItem__image img {
		height: 110px;
	}

	.menuItem__body {
		min-height: 110px;
		padding-bottom: 34px;
	}

	.menuItem__name {
		font-size: 16px;
	}

	.menuItem__price {
		font-size: 20px;
	}

	.menuInfoArea {
		margin-left: -18px;
		margin-right: -18px;
		padding: 50px 18px 60px;
	}

	.shopBottomInfo__circle{
		display:none;
	}
	.shopCalendar__iframe{
		width: calc(100% - 36px);
		margin: 0 auto;
	}

	.shopBottomInfo__inner {
		width: calc(100% - 36px);
		margin: 0 auto;
	}

	.shopCalendar {
		width: 100%;
		margin: 0 0 42px;
	}

	.shopBottomTitle {
		padding: 0 28px;
	}

	.shopCalendar__iframe {
		width: 100%;
		margin: 0;
		overflow: hidden;
	}


	.shopCalendar__iframe iframe {
		display: block;
		width: 100%;
		min-width: 0;
		height: 500px;
		margin: 0;
		border: 0;
	}

	.specialMenu__list {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.specialMenuItem {
		width: 100%;
	}

	.specialMenuItem__image {
		width: 100%;
		aspect-ratio: 16 / 10;
	}

	.specialMenuItem__image > img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.specialMenuItem__body {
		padding: 20px 18px 22px;
	}

	.specialMenuItem__name {
		font-size: clamp(18px, 5vw, 22px);
		line-height: 1.5;
	}

	.specialMenuItem__text {
		font-size: clamp(13px, 3.6vw, 15px);
		line-height: 1.8;
	}

	.specialMenuItem__tag {
		font-size: clamp(11px, 3vw, 12px);
	}

	.specialMenuItem__price {
		font-size: clamp(24px, 6.5vw, 28px);
	}

	.menuPage--don .menuItem__image > img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.menuItem__image > img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}




/* =========================
   Large PC
========================= */

@media screen and (min-width: 1700px) {

	.menuPage {
		width: min(1380px, calc(100% - 100px));
	}

	.shopBottomInfo__inner {
		width: min(1380px, calc(100% - 100px));
	}
}
@media screen and (min-width: 1700px) {

	/* 商品名 */
	.menuPage--don .menuItem__name {
		font-size: 24px;
	}

	/* 商品説明 */
	.menuPage--don .menuItem__text,
	.menuPage--don .menuItem__subText {
		font-size: 15px;
		line-height: 2;
	}

	/* 味噌汁付き */
	.menuPage--don .menuItem__tag {
		font-size: 13px;
	}

	/* 価格 */
	.menuPage--don .menuItem__price {
		font-size: 30px;
	}

	/* 税込 */
	.menuPage--don .menuItem__tax {
		font-size: 12px;
	}
}
@media screen and (min-width: 1700px) {

	/* 商品名 */
	.menuPage--don .menuItem__name {
		font-size: 24px;
	}

	/* 商品説明 */
	.menuPage--don .menuItem__text,
	.menuPage--don .menuItem__subText {
		font-size: 16px;
		line-height: 2;
	}

	/* 味噌汁付き */
	.menuPage--don .menuItem__tag {
		font-size: 13px;
		margin-right: 10px;
        margin-top: 5px;
	}

	/* 価格 */
	.menuPage--don .menuItem__price {
		font-size: 30px;
	}

	/* 税込 */
	.menuPage--don .menuItem__tax {
		font-size: 12px;
	}
}

