@charset "utf-8";

.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;
}

/* header */
.menuHero {
	margin-bottom: 46px;
}

.menuHero__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

.menuHero__title {
	font-size: 26px;
	font-weight: 400;
	line-height: 1.5;
}

.menuTabs {
	display: flex;
	align-items: center;
	gap: 70px;
	font-size: 16px;
	letter-spacing: .2em;
	font-weight: 600;
}

.menuTabs a {
	color: #111;
	text-decoration: none;
	padding: 10px 14px;
}

.menuTabs a.is-active {
	background: #111;
	color: #fff;
	border-radius: 5px;
}

.menuHero__line img {
	width: 100%;
	height: 18px;
	object-fit: fill;
	display: block;
	margin: 8px 0 18px;
	opacity: .8;
}

.menuHero__lead {
	font-size: 13px;
	line-height: 2;
}

/* menu list */
.menuList {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 5px;
	row-gap: 34px;
	margin-bottom: 110px;
}

.menuItem {
	display: grid;
	grid-template-columns: 50% 1fr;
	/*gap: 26px;*/
	align-items: stretch;
	font-family: "Noto Sans JP", "游明朝", "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.menuItem__image img {
	width: 100%;
	height: 320px;
	object-fit: cover;
	display: block;
}

.menuItem__body {
	position: relative;
	min-height: 320px;
	padding: 10px;
	background-color: #fff;
}

.menuItem__name {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 8px;
}

.menuItem__text {
	font-size: 12px;
	line-height: 1.8;
}

.menuItem__price {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: .04em;
}

.menuItem__price small {
	font-size: 14px;
	font-weight: 400;
	margin-left: 4px;
}

/* 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: 16px;
	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;
}

.shopCalendar{
    width: calc(100% - 30px);
    margin: 0 auto;
}

/* 海鮮丼ページ */
.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;
}

.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;
}

.menuPage--don .menuItem__tag{
    display:inline-block;
    margin-top:auto;
    margin-bottom:6px;
}
/* 海鮮丼ページ：タグ＋価格位置調整 */
.menuPage--don .menuItem__body {
  position: relative;
  padding: 5px 24px 26px;
}

.menuPage--don .menuItem__tag {
  position: absolute;
  right: 28px;
  bottom: 58px;

  display: inline-block;
  width: auto;
  min-width: 150px;
  padding: 3px 12px;

  background: #9b7a34;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}

.menuPage--don .menuItem__price {
  position: absolute !important;
  right: 28px;
  bottom: 20px;

  margin: 0;
  text-align: right;
  font-size: 24px;
}
.menuPage--don .menuItem__body{
    display:flex;
    flex-direction:column;
}

.menuPage--don .menuItem__price{
    position:static;
}

/* 定食ページ */
.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 {
   display: inline-block;
   margin: 4px 0 16px;
   padding: 5px 10px;
   border-left: 3px solid #d12d2d;
   background: #fde9e6;
   color: #d12d2d;
   font-size: clamp(12px, .85vw, 14px);
   font-weight: 700;
   line-height: 1.5;
   letter-spacing: .05em;
}

.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__name sup {
	font-size: 1.2em;
	vertical-align: super;
	line-height: 1;
	margin-left: 2px;
}

@media screen and (max-width: 1200px) {
	.menuInfoArea {
		padding-left: 40px;
		padding-right: 40px;
	}
}


/* SP */
@media screen and (max-width: 767px) {
	.menuPage {
	    .menuHero__title {
	        font-size: 30px;
	        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--teishoku .menuItem__body {
		position: relative;
		display: flex;
		flex-direction: column;
		min-height: 0;
		padding: 18px 16px 20px;
	}

	.menuPage--teishoku .menuItem__text {
		margin-bottom: 16px;
	}

	.menuPage--teishoku .menuItem__tag {
		position: static !important;
		display: inline-block;
		align-self: flex-end;
		width: auto;
		margin: 0 0 8px;
	}

	.menuPage--teishoku .menuItem__price {
		position: static !important;
		width: 100%;
		margin: 0;
		text-align: right;
	}

	.menuPage--teishoku .menuItem__price span {
		display: block;
		margin-top: 3px;
	}

	.shopInfoDetail__block h3 {
	    font-size: 24px;
	    font-weight: 600;
	    letter-spacing: .12em;
	    margin-bottom: 16px;
	    font-family: serif;
	}
	
	.shopBottomInfo {
		padding: 50px 0 64px;
	}

	.shopBottomInfo__inner {
		width: calc(100% - 36px);
	}

	.shopBottomInfo__top {
		display: block;
		margin-bottom: 60px;
	}

	.shopCalendar {
		margin-bottom: 46px;
	}

	.shopInfoDetail {
		width: calc(100% - 36px);
        padding: 36px 0 0px;
        margin: 0 auto;
	}

	.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: 40px;
	}

	.menuTabs {
		gap: 10px;
		flex-wrap: wrap;
		font-size: 13px;
		display: flex;
        justify-content: space-around;
	}

	.menuList {
		grid-template-columns: 1fr;
		row-gap: 28px;
	}

	.menuItem {
		display: block;
		grid-template-columns: none;
		gap: 0;
	}

	.menuItem__image {
		width: 100%;
	}

	.menuItem__image img {
    	width: 100%;
    	height: auto;
    	aspect-ratio: 4 / 3;
    	object-fit: cover;
	}

   .menuItem__body {
	   	width: 100%;
	   	min-height: 0;
	   	padding: 18px 16px 24px;
   }

	.menuItem__name {
	 	font-size: 20px;
	 	line-height: 1.5;
	 	margin-bottom: 8px;
	}

	.menuItem__price {
	 	font-size: 20px;
	 	text-align: right;
	}

	.menuItem__catch {
		margin-bottom: 12px;
	}

	.menuItem__text {
		line-height: 1.8;
		margin-bottom: 18px;
	}

	.menuItem__text br {
		display: none;
	}

	.menuInfoArea {
		margin-left: -18px;
		margin-right: -18px;
		padding: 50px 18px 60px;
	}

	.shopBottomInfo__circle{
		display:none;
	}
	.shopCalendar__iframe{
	    width: calc(100% - 20px);
	    margin: 0 auto;
	}

	.shopBottomInfo__inner {
		width: 100%;
		margin-bottom: 30%;
	}

	.shopCalendar {
		width: calc(100% - 36px);
        padding: 36px 0 0px;
        margin: 0 auto;
	}

	.shopBottomTitle {
		padding: 0 28px;
	}

	.shopCalendar__iframe {
		width: 100%;
		margin: 0;
		overflow-x: auto;
	}

	.shopCalendar__iframe iframe {
        width: 95%;
        /* min-width: 336px; */
        height: 520px;
        margin: 0px 10px;
	}

	/* =========================
	   海鮮丼 SP
	========================= */

	.menuPage--don .menuItem__body {
		display: flex;
		flex-direction: column;
		min-height: 0;
		padding: 18px 16px 20px;
	}

	.menuPage--don .menuItem__text {
		margin-bottom: 16px;
		line-height: 1.8;
	}

	/* PC用の改行はスマホでは解除 */
	.menuPage--don .menuItem__text br {
		display: none;
	}

	/* 味噌汁・惣菜・香物付き */
	.menuPage--don .menuItem__tag {
		position: static !important;
		display: inline-block;
		align-self: flex-end;
		width: auto;
		margin: 0 0 8px;
	}

	/* 価格 */
	.menuPage--don .menuItem__price {
		position: static !important;
		width: 100%;
		margin: 0;
		text-align: right;
		font-size: 28px;
	}


}


