@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: 8px 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: 62px;
	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: 245px;
	object-fit: cover;
	display: block;
}

.menuItem__body {
	position: relative;
	min-height: 240px;
	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: 10px;
	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: 18px;
  top: 18px;
  width: 80px;
  height: 80px;
  z-index: 2;
}

.menuPage--don .menuItem__badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.menuPage--don .menuItem__body {
  padding: 28px 28px 22px;
}

.menuPage--don .menuItem__name {
  font-size: 25px;
  line-height: 1.45;
  margin-bottom: 18px;
}

.menuPage--don .menuItem__text {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.08em;
}

.menuPage--don .menuItem__subText {
  margin-top: 16px;
  font-size: 13px;
  line-height: 1.9;
  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;
}

@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;
	    }
	}

	.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;
	}

	.shopInfoDetail__block h3 {
	    font-size: 24px;
	    font-weight: 600;
	    letter-spacing: .12em;
	    margin-bottom: 16px;
	    font-family: serif;
	}
	
	.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 {
		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% - 20px);
	    margin: 0 auto;
	}

	.shopBottomInfo__inner {
		width: 100%;
	}

	.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--tan .menuItem {
		display: block;
	}

	.menuPage--tan .menuItem__image {
		width: 100%;
	}

	.menuPage--tan .menuItem__image img {
		width: 100%;
		height: auto;
		aspect-ratio: 4 / 3;
		object-fit: cover;
		display: block;
	}

	.menuPage--tan .menuItem__body {
		display: flex;
		flex-direction: column;
		width: 100%;
		min-height: 0;
		padding: 16px 16px 18px;
	}

	.menuPage--tan .menuItem__name {
		font-size: 24px;
		line-height: 1.5;
		margin: 0 0 8px;
	}

	.menuPage--tan .menuItem__text {
		font-size: 16px;
		line-height: 1.8;
		margin: 0 0 12px;
	}

	.menuPage--tan .menuItem__price {
		position: static !important;
		width: 100%;
		margin: 0;
		text-align: right;
		font-size: 28px;
	}

}
