@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Lato:wght@300;400;700;900&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;700;900&display=swap');

/*------------------------------------------------------------
Theme Name: mtfj
Theme URI: null
Description: Description
Version: 1.0
------------------------------------------------------------*/

.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}

a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}
.wp-block-image figure,
.wp-block-image figcaption {
	display: block;
}
.bgimg {
	width:100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.bgimg img {
	display: none !important;
}

:root {
	--red-color: #B40000;
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
@media all and (min-width: 1025px) and (max-width: 1919px) {
	html {
		font-size: 0.52vw;
		font-size: 0.520834vw;
	}
}
@media all and (max-width: 392px){
	html {
		font-size: 2.5445vw;
	}
}
body, table, input, textarea, select, option {
	font-family: 'Shippori Mincho', serif;
}

.roboto {
	font-weight: 600;
	letter-spacing: 0.05em;
	font-family: 'Roboto Condensed', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
}
a:hover {
	color: #fff;
}
a:active {
	color: #fff;
}
a, a img {
	-webkit-transition: .3s;
	transition: .3s;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #fff;
	font-size: 2rem;
	line-height: 1.5;
	font-weight: 400;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #1F1F1F;
	word-break: normal;
	word-wrap: break-word;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
body {
    opacity: 0;
    animation: fadeIn 2s ease 0s 1 forwards;
    -webkit-animation: fadeIn 2s ease 0s 1 forwards;
}

.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 300ms;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
#container {
	text-align: left;
	overflow: hidden;
}
#main {
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
.noLink {
	cursor: default;
	pointer-events: none;
}

@media all and (min-width: 1025px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 1024px) {
	body {
		min-width: inherit;
		font-size: 1.6rem;
		background-color: #242424;
	}
	body.fixed {
		width: 100%;
		position: fixed;
		height: 100%;
		top: 0;
		left: 0;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
}
.logo {
	position: fixed;
	top: 5.1rem;
	left: 3.9rem;
	z-index: 200;
}
.logo img {
	width: 14.5rem;
}
.hInner {
	position: fixed;
	right: 5rem;
	top: 5.4rem;
	z-index: 1000;
	display: flex;
	align-items: center;
	z-index: 1000;
	transition: transform .7s cubic-bezier(0.7, 0, 0.3, 1);
}
#gHeader.hide .hInner {
	transform: translateY(-10rem);
}
.hInner .naviUl {
	margin-top: -0.3rem;
	display: flex;
	letter-spacing: -0.02em;
}
.hInner .naviUl li {
	margin-left: 3.8rem;
}
.hInner .list {
	margin-left: 4.6rem;
	display: flex;
	padding-left: 2.5rem;
	background: url(img/common/img01.png) no-repeat left top 0.6rem;
	background-size: 2rem auto;
}
.hInner .list li {
	margin-left: 1rem;
}
.hInner a:hover {
	opacity: 0.7;
}
@media all and (min-width: 1025px) {
	.menuBox {
		display: block !important;
	}
	
}
@media all and (max-width: 1024px) {
	.logo {
		top: 18px;
		left: 11px;
		width: 47px;
	}
	.logo img {
		width: 100%;
	}
	.menu {
		position: relative;
		z-index: 1001;
		margin: 6px 0 -5px 17px;
	}
	.menuBox {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		display: none;
	}
	.menuBox:after {
		width: 100%;  
		height: 100%;
		background-color: var(--red-color);
		opacity: 0.9;
		position: fixed;  
		top: 0;
		left: 0;  
		content: ""; 
		z-index: -1;
	}
	.hInner .naviUl {
		padding: 100px 0 114px;
		margin: 0;
		display: block;
		text-align: center;
	}
	.hInner .naviUl li {
		margin: 0 0 20px;
	}
	.hInner .naviUl li a {
		display: inline-block;
		padding: 16px 10px;
		font-size: 2.2rem;
		font-weight: 500;
	}
	.hInner .link {
		padding-bottom: 70px;
		max-width: 307px;
		margin: 0 auto;
	}
	.hInner .link a {
		color: #1F1F1F;
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 64px;
		font-size: 2rem;
		font-weight: 500;
		letter-spacing: -0.02em;
		background-color: #fff;
	}
	.hInner .link i {
		margin: 0 10px 0 -10px;
	}
	.hInner .list {
		align-items: center;
		min-height: 22px;
		position: relative;
		z-index: 1001;
		padding-left: 18px;
		background-size: 16px auto;
		background-position: left top 3px;
	}
	.hInner {
		top: 13px;
		right: 15px;
	}
	.hInner .list li {
		font-weight: 700;
		font-size: 1.5rem;
		margin-left: 7px;
		letter-spacing: 0;
	}
	#gHeader.hide .hInner {
		transform: translateY(-50px);
	}
}




/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	position: relative;
	z-index: 10;
	background-color: #1F1F1F;
}
#gFooter .fInner ul {
	padding: 0.8rem 0 0.6rem;
	display: flex;
	border-top: 1px solid #404040;
	border-bottom: 1px solid #404040;
}
#gFooter .fInner li {
	flex: 1;
	border-right: 1px solid #404040;
}
#gFooter .fInner li:nth-child(4n) {
	border-right: none;
}
#gFooter .fInner li a {
	min-height: 23.7rem;
	padding: 2rem;
	font-size: 2.4rem;
	letter-spacing: -0.02em;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
#gFooter .fInner li span {
	min-height: 5rem;
	display: inline-flex;
	align-items: center;
	padding-left: 7rem;
	background: url(img/common/img02.png) no-repeat left center;
	background-size: 4.7rem auto;
}
.fBox {
	position: relative;
	padding: 7.4rem 6rem 7.8rem 9.7rem;
}
.fBox .naviUl {
	padding-right: 4rem;
	display: flex;
	font-weight: 500;
	justify-content: center;
	letter-spacing: -0.02em;
}
.fBox .naviUl li {
	font-size: 1.8rem;
	margin: 0 3rem;
}
.fBox .naviUl a:hover {
	opacity: 0.7;
}
address {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 6rem;
	padding: 0.3rem 0.5rem 0 2rem;
	text-align: right;
	font-size: 1.6rem;
	font-weight: normal;
	font-style: normal;
	color: #6E6E6E;
	letter-spacing: 0.05em;
	font-family: 'Roboto Condensed', sans-serif;
}
@media all and (min-width: 1025px) {
	#gFooter .fInner li a:hover {
		filter: grayscale(100%) brightness(300%);
	}
}

.indexPage #gFooter {
	background-color: #242424;
}
@media all and (max-width: 1024px) {
	#gFooter {
		background-color: #242424;
	}
	#gFooter .fInner ul {
		padding: 7px 70px 0;
		border: none;
		display: block;
	}
	#gFooter .fInner li {
		border-right: none;
		border-bottom: 1px solid #404040;
	}
	#gFooter .fInner li a {
		min-height: 168px;
		font-size: 1.6rem;
	}
	#gFooter .fInner li span {
		padding: 50px 0 0;
		min-height: auto;
		background-position: center top;
		background-size: 33px auto;
	}
	.fBox {
		padding: 0 70px;
		display: block;
	}
	.fBox .naviUl {
		padding-right: 0;
		display: block;
	}
	.fBox .naviUl li {
		margin: 0;
	}
	.fBox .naviUl a {
		font-size: 1.6rem;
		min-height: 70px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-bottom: 1px solid #404040;
		box-sizing: border-box;
	}
	address {
		position: static;
		padding: 66px 0 0;
		text-align: center;
		font-size: 1.6rem;
		font-weight: normal;
		display: block;
		transform: none;
	}
	#gFooter {
		padding-bottom: 100px;
	}
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	font-size: 6rem;
	letter-spacing: -0.02em;
	font-weight: 500;
	text-align: center;
	margin-bottom: 7rem;
	line-height: 1.45;
}
@media all and (max-width: 1024px) {
	.headLine01 {
		margin-bottom: 49px;
		font-size: 3.2rem;
		line-height: 1.44;
	}
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	font-size: 4.5rem;
	letter-spacing: -0.02em;
	margin-bottom: 2.3rem;
	font-weight: 500;
}

@media all and (max-width: 1024px) {
	.headLine02 {
		font-size: 2.4rem;
	}
}


/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	width: 23rem;
	margin: 0 auto;
}
.comLink a {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 6.5rem;
	background-color: #fff;
	letter-spacing: -0.02em;
	color: #1F1F1F;
}
@media all and (min-width: 1025px) {
	.comLink a:hover {
		color: #fff;
		background-color: #1F1F1F;
	}
}

@media all and (max-width: 1024px) {
	.comLink {
		width: auto;
		max-width: 250px;
	}
	.comLink a {
		min-height: 60px;
	}
}


/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	max-width: 143rem;
	margin: 0 auto;
	padding: 0 2rem;
}
@media all and (max-width: 1024px) {
	.content {
		max-width: inherit !important;
		padding: 0 20px;
	}
}

/*------------------------------------------------------------
	about
------------------------------------------------------------*/
#about {
	position: relative;
}
#about .parent {
	position: absolute;
	z-index: 10;
	width: calc(100% - 78.9rem);
	height: 100%;
    clip: rect(0, auto, auto, 0);
}
#about .fix {
	position: fixed;
	left: 0;
	top: 0;
	width: calc(100% - 78.9rem);
	height: 100%;
	background: url(img/about/photo01.jpg) no-repeat right center;
	background-size: cover;
	-webkit-font-smoothing: antialiased;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-overflow-scrolling: touch;
	will-change: transform;
}
#main .aboutBox {
	position: relative;
	min-height: 100vh;
	box-sizing: border-box;
	z-index: 10;
	margin-left: auto;
	width: 78.9rem;
	padding: 22.1rem 0 17.8rem;
	background-color: var(--red-color);
}
#main .aboutBox .inner {
	max-width: 48rem;
	width: 100%;
	margin: 0 auto;
	padding-left: 1.1rem;
}
#main .aboutBox p {
	margin-bottom: 5rem;
	letter-spacing: -0.02em;
	line-height: 2.5;
	text-align: justify;
}
#main .aboutBox p:last-child {
	margin-bottom: 0;
}
@media all and (max-width: 1024px) {
	#main .aboutBox {
		margin-top: 108.6vw;
		width: auto;
		min-height: inherit;
		padding: 76px 0 80px;
	}
	#main .aboutBox .inner {
		padding: 0 70px;
		box-sizing: border-box;
		max-width: inherit;
	}
	#main .aboutBox p {
		margin-bottom: 35px;
		line-height: 2.1875;
	}
	#about .parent {
		width: 100%;
		top: 0;
		left: 0;
		clip: inherit;
	}
	#about .fix {
		height: 113.6vw;
		width: 100%;
		background-image: url(img/about/photo01_sp.jpg);
		background-position: center top;
	}
}

@media all and (max-width: 374px) {
	#main .aboutBox .inner {
		padding: 0 30px;
	}
}


/*------------------------------------------------------------
	menu
------------------------------------------------------------*/
#menu .parent {
	position: fixed;
	width: 100%;
	height: 100vh;
    clip: rect(0, auto, auto, 0);
}
#menu .fix {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 113.6vw;
	background: url(img/menu/sp_photo.jpg) no-repeat center top;
	background-size: 100% auto;
	-webkit-font-smoothing: antialiased;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-overflow-scrolling: touch;
	will-change: transform;
}
#main .newsletter {
	display: flex;
	justify-content: space-between;
}
#menu .newsletter {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}
#main .newsletter .photoBox {
	width: calc(100% - 78.9rem);
	position: relative;
}
#main .newsletter .photoBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
#main .newsletter .aboutBox {
	padding: 15rem 0;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}
#main .newsletter .aboutBox p {
	text-align: center;
}
#main .newsletter .headLine01 {
	margin-bottom: 5.3rem;
}
#main .newsletter .linkUl {
	padding: 0.3rem 0.9rem 0 0;
	display: flex;
	justify-content: center;
}
#main .newsletter .linkUl li {
	width: 49%;
	margin: 0 5px;
}
#main .menuPage {
	margin-top: 100vh;
	padding: 10.4rem 0 19rem;
	background-color: #1F1F1F;
	position: relative;
	z-index: 10;
}
#main .menuPage .innerBox01 {
	margin: 9rem 0;
}
#main .menuPage .innerBox01 .imgBox {
	margin-bottom: 8.9rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#main .menuPage .innerBox01 .imgBox .photoBox {
	margin-right: 9.5rem;
	width: 31.4%;
	padding-bottom: 31.4%;
	position: relative;
}
#main .menuPage .innerBox01 .imgBox .photoBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
#main .menuPage .innerBox01 .imgBox .textBox {
	padding-top: 1rem;
	flex: 1;
}
#main .menuPage .innerBox01 p {
	letter-spacing: -0.02em;
	line-height: 2.3;
	text-align: justify;
}
#main .noodles {
	margin: 17.2rem 0;
}
#main .noodles .headLine02 {
	margin-bottom: 9rem;
	text-align: center;
}
#main .noodlesList {
	margin: -9rem -1.7rem 0 0;
	display: flex;
	flex-wrap: wrap;
}
#main .noodlesList li {
	width: 21.35%;
	margin: 9rem 4.866% 0 0;
}
#main .noodlesList li .photo {
	margin-bottom: 2.8rem;
	position: relative;
	padding-bottom: 100%;
}
#main .noodlesList li:nth-child(4n) {
	margin-right: 0;
}
#main .noodlesList li img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}
#main .noodlesList li h3 {
	text-align: center;
	font-weight: 500;
	font-size: 2.6rem;
	line-height: 1.31;
	letter-spacing: -0.02em;
}
#main .toppings {
	margin: 20.8rem 0 18.2rem;
}
#main .toppings .headLine02 {
	text-align: center;
	margin-bottom: 9.1rem;
}
#main .toppings .ulBox {
	overflow: hidden;
}
#main .toppingsList {
	margin: 0 -5.5rem -1rem -2.5rem;
	display: flex;
	flex-wrap: wrap;
}
#main .toppingsList li {
	min-height: 9.6rem;
	font-size: 2.6rem;
	letter-spacing: -0.02em;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	margin: 0 2.5rem;
	padding: 1rem 0.6rem;
	width: calc(33.33% - 5rem);
	border-bottom: 1px solid #707070;
}
#main .souvenir {
	margin: 9rem 0 8.2rem;
}
#main .souvenir .headLine02 {
	text-align: center;
	margin-bottom: 9.1rem;
}
#main .souvenir .noodlesList{
	margin-bottom: 8.7rem;
}
#main .souvenir .noodlesList li{
	margin-bottom: 3.2rem;
}




@media all and (max-width: 1024px) {
	#main .newsletter {
		position: static;
		height: auto;
		display: block;
	}
	#main .newsletter .photoBox {
		width: auto;
		margin: 0 -26px;
	}
	#main .newsletter .aboutBox {
		padding: 0;
		margin: 0;
	}
	#menu .aboutBox .inner {
		padding: 78px 72px 88px;
	}
	#main .newsletter .headLine01 {
		margin-bottom: 39px;
	}
	#main .newsletter .aboutBox p {
		margin-bottom: 40px;
		text-align: justify;
	}
	#main .newsletter .linkUl {
		padding: 0;
		display: block;
	}
	#main .newsletter .linkUl li {
		width: auto;
		margin: 0 0 19px;
	}
	#main .newsletter .linkUl li:last-child {
		margin-bottom: 0;
	}
	#main .menuPage {
		margin: 0;
		padding: 82px 52px 80px;
	}
	#main .menuPage .innerBox01 {
		margin: 0 0 60px;
	}
	#main .menuPage .innerBox01 .imgBox {
		margin-bottom: 85px;
		display: block;
	}
	#main .menuPage .innerBox01 .imgBox .photoBox {
		width: auto;
		padding-bottom: 99.6%;
		margin: 0 0 22px;
	}
	#main .menuPage .innerBox01 .imgBox .textBox {
		padding: 0;
	}
	#main .menuPage .headLine02 {
		text-align: center;
		font-size: 2.9rem;
		line-height: 1.38;
		margin-bottom: 13px;
	}
	#main .menuPage .innerBox01 .imgBox .headLine02 {
		font-size: 2.4rem;
	}
	#main .menuPage .innerBox01 p {
		text-align: justify;
		line-height: 2;
		font-size: 1.4rem;
		letter-spacing: -0.02em;
	}
	#main .noodles {
		margin: 81px 0;
	}
	#main .menuPage .innerBox01 .imgBox:last-child {
		margin-bottom: 0;
	}
	#main .menuPage .noodles .headLine02 {
		margin-bottom: 47px;
	}
	#main .noodlesList {
		display: block;
		margin: 0 -1px;
	}
	#main .noodlesList li {
		width: auto;
		margin: 0 0 40px;
	}
	#main .noodlesList li h3 {
		font-size: 2rem;
	}
	#main .noodlesList li .photo {
		margin-bottom: 10px;
	}
	#main .toppings {
		margin: 139px 0 130px;
	}
	#main .menuPage .toppings .headLine02 {
		margin-bottom: 23px;
	}
	#main .toppingsList {
		margin: 0;
		display: block;
	}
	#main .toppingsList li {
		display: block;
		width: auto;
		padding: 16px 10px;
		margin: 0;
		text-align: center;
		font-size: 1.6rem;
		min-height: inherit;
	}
	#main .toppingsList li:last-child {
		border: none;
	}
	#main .souvenir {
		margin: 70px 0;
	}
	#main .souvenir .headLine02 {
		margin-bottom: 76px;
	}
	#main .souvenir .noodlesList li {
		margin-bottom: 49px;
	}
	#main .noodlesList li h3 {
		line-height: 1.7;
	}
	#main .souvenir .noodlesList {
		margin-bottom: 91px;
	}
}


/*------------------------------------------------------------
	store
------------------------------------------------------------*/
#store {
	padding: 20.6rem 0 16rem;
}
#store .headLine01 {
	margin-bottom: 16rem;
}
#main .storeBox {
	margin-bottom: 11.3rem;
}
#main .storeBox:last-child {
	margin-bottom: 0;
}
#main .storeBox .headLine02 {
	text-align: center;
	margin-bottom: 6.8rem;
}
#main .storeBox .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .storeBox .inner .map {
	width: 31.4%;
	margin-right: 10rem;
	background-color: #fff;
	height: 27.1rem;
}
#main .storeBox .inner .map iframe {
	width: 100%;
	height: 100%;
}
#main .storeBox .inner .textBox {
	margin-top: -2.7rem;
	flex: 1;
	order: 2;
}
#main .storeDl {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}
#main .storeDl dt {
	display: flex;
	align-items: center;
	width: 16.6rem;
	padding: 3rem 0.5rem 3rem;
	box-sizing: border-box;
	font-size: 2.6rem;
	letter-spacing: -0.02em;
	border-bottom: 1px solid #707070;
}
#main .storeDl dd {
	padding: 3.1rem 0 3.1rem;
	display: flex;
	align-items: center;
	letter-spacing: -0.02em;
	width: calc(100% - 16.6rem);
	border-bottom: 1px solid #707070;
}
#main .storeDl dd:last-of-type,
#main .storeDl dt:last-of-type {
	border: none;
}
@media all and (max-width: 1024px) {
	#store {
		padding: 118px 0 130px;
	}
	#store .headLine01 {
		margin-bottom: 38px;
	}
	#main .storeUl {
		padding-left: 3px;
		max-width: 257px;
		margin: 0 auto 49px;
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#main .storeUl li {
		margin-bottom: 4px;
		width: 49.4%;
	}
	#main .storeUl a {
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #fff;
		min-height: 45px;
		color: #1F1F1F;
		letter-spacing: -0.02em;
	}
	#main .storeBox .headLine02 {
		margin-bottom: 24px;
	}
	#main .storeBox .inner {
		display: block;
		margin: 0 50px;
	}
	#main .storeBox .inner .textBox {
		margin: 0 0 18px;
		border-top: 1px solid #707070;
	}
	#main .storeBox .inner .map {
		width: auto;
		height: 76.2vw;
		margin: 0 1px;
	}
	#main .storeDl dt {
		padding: 22px 5px 19px 0;
		width: 71px;
		align-items: flex-start;
		font-size: 1.4rem;
	}
	#main .storeDl dd {
		padding: 21px 0 19px;
		font-size: 1.4rem;
		line-height: 1.714;
		width: calc(100% - 71px);
	}
	#main .storeBox {
		margin-bottom: 70px;
	}
}

/*------------------------------------------------------------
	news
------------------------------------------------------------*/
#news {
	padding: 20.6rem 0 16.2rem;
}
#news .headLine01 {
	margin-bottom: 16.3rem;
}
#news .content {
	/* max-width: 132.3rem; */
}
#main .newsList {
	padding-right: 0.2rem;
	display: flex;
	flex-wrap: wrap;
}
#main .newsList li {
	width: 27.7%;
	margin: 0 8.45% 9.4rem 0;
}
#main .newsList a {
	display: block;
}
#main .newsList li:nth-child(3n) {
	margin-right: 0;
}
#main .newsList li .photoBox {
	overflow: hidden;
	margin-bottom: 2.55rem;
}
#main .newsList li .photo {
	padding-bottom: 56.8%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all ease 0.3s;
}
#main .newsList li p {
	margin-bottom: 1.3rem;
	font-size: 1.8rem;
	letter-spacing: -0.02em;
	line-height: 1.67;
	text-align: justify;
}
#main .newsList li p:last-child {
	margin-bottom: 0;
}
#main .newsList li .date {
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	transition: all ease 0.3s;
	font-family: 'Roboto Condensed', sans-serif;
}
.wp-pagenavi {
	max-width: 42rem;
	margin: 9.6rem auto 0;
    text-align: center;
	position: relative;
	letter-spacing: 0.05em;
	font-family: 'Roboto Condensed', sans-serif;
	overflow: hidden;
}
.wp-pagenavi::before {
	width: 24rem;  
	height: 1px;
	background-color: #707070;
	position: absolute;  
	top: calc(50% + 0.3rem);
	transform: translate(-50%,-50%);
	left:50%;  
	content: ""; 
}
.wp-pagenavi a, 
.wp-pagenavi span {
    text-decoration: none;
    font-weight: 600;
	font-size: 2.5rem;
    color: #fff;
    box-sizing: border-box;
}
.wp-pagenavi .current,
.wp-pagenavi .extend,
.wp-pagenavi .page, 
.wp-pagenavi .first, 
.wp-pagenavi .last, 
.wp-pagenavi .pages {
    display: none;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	float: left;
}
.wp-pagenavi .nextpostslink {
	float: right;
}
#main .pageNavi {
	max-width: 42rem;
	margin: 9.6rem auto 0;
	position: relative;
}
#main .pageNavi::before {
	width: 24rem;  
	height: 1px;
	background-color: #707070;
	position: absolute;  
	top: calc(50% + 0.3rem);
	transform: translate(-50%,-50%);
	left:50%;  
	content: ""; 
}
#main .pageNavi li {
	float: left;
	font-size: 2.5rem;
}
#main .pageNavi .next {
	float: right;
}
#single {
	max-width: 80.2rem;
	margin: 0 auto;
	padding: 23.6rem 2rem 15rem;
}
#single .wp-block-image {
	margin: 4rem 0 5rem;
}
#single p {
	overflow: hidden;
	margin-bottom: 6rem;
	letter-spacing: -0.02em;
	line-height: 2.3;
	text-align: justify;
}
#single p a {
	text-decoration: underline;
}
#single p a:hover {
	opacity: 0.7;
}
#single .ttl {
	margin-bottom: 4.2rem;
	font-size: 2.3rem;
}
#single .ttl + .wp-block-image {
	margin-top: 0;
}
#single .ttl .date {
	margin-left: 2.5rem;
	font-size: 2.5rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	font-family: 'Roboto Condensed', sans-serif;
}
#single h1 {
	font-weight: 500;
	margin-bottom: 4.1rem;
	font-size: 4.5rem;
	letter-spacing: -0.02em;
	line-height: 1.355;
}
#single h2 {
	font-weight: 500;
	padding-top: 4rem;
	font-size: 3rem;
	letter-spacing: -0.02em;
	margin: 0 0 3.3rem 0.7rem;
	border-top: 1px solid #707070;
}
#single p + .pageNavi {
	margin-top: 12.6rem;
}
#single ul:not(.pageNavi) {
	margin: 4rem 0;
	letter-spacing: -0.02em;
	line-height: 2.3;
}
#single ul:not(.pageNavi) li {
	padding-left: 15px;
	position: relative;
}
#single ul:not(.pageNavi) li::before {
	position: absolute;  
	top: 0;
	left: 0;  
	content: "・"; 
}
#single ol {
	margin: 4rem 0;
	letter-spacing: -0.02em;
	line-height: 2.3;
}
#single ol li {
	padding-left: 15px;
	position: relative;
}
#single ol li:before {
	position: absolute;  
	top: 0;
	left: 0;  
	content: "・"; 
}
#single table {
	margin: 4rem 0;
	letter-spacing: -0.02em;
	line-height: 2.3;
}
@media all and (min-width: 1025px) {
	#main .newsList a:hover .photo {
		transform:scale(1.2);
	}
	#main .newsList a:hover .date {
		color: var(--red-color);
	}
	#main .pageNavi a:hover {
		color: var(--red-color);
	}
	.wp-pagenavi a:hover {
		color: var(--red-color);
	}
	#main .newsList li a:hover .photo {
		opacity: 0.7;
	}
	#index .newsletter .linkUl {
		padding-right: 0.7rem;
	}
	#index .aboutBox .inner {
		padding-left: 2.1rem;
	}
}

@media all and (max-width: 1024px) {
	#news {
		padding: 118px 0 105px;
	}
	#news .headLine01 {
		margin-bottom: 82px;
	}
	#main .newsList{
		margin-bottom: 121px;
		display: block;
		padding: 0 52px;
	}
	#main .newsList li {
		width: auto;
		margin: 0 0 46px;
	}
	#main .newsList li:last-child {
		margin-bottom: 0;
	}
	#main .newsList li .photoBox {
		margin-bottom: 15px;
	}
	#main .newsList li .photo {
		padding-bottom: 57.7%;
	}
	#main .newsList li p {
		margin-bottom: 12px;
		font-size: 1.4rem;
		line-height: 1.786;
		letter-spacing: -0.02em;
	}
	#main .newsList li .date {
		font-size: 1.4rem;
		letter-spacing: 0;
	}
	.wp-pagenavi {
		max-width: 249px;
		margin: 0 auto;
	}
	.wp-pagenavi a, .wp-pagenavi span {
		font-size: 1.8rem;
		letter-spacing: 0;
	}
	.wp-pagenavi::before { 
		width: 140px;
		top: calc(50% - 2px);
	}
	#single {
		max-width: inherit;
		padding: 109px 72px 106px;
	}
	#single p {
		margin-bottom: 73px;
		font-size: 1.4rem;
		line-height: 2;
	}
	#single h2 {
		padding-top: 31px;
		margin: 0 0 25px;
		font-size: 2rem;
	}
	#single .ttl {
		margin-bottom: 19px;
		text-align: right;
		font-size: 1.4rem;
	}
	#single .ttl .date {
		vertical-align: -1px;
		margin-left: 17px;
		font-size: 1.6rem;
	}
	#single h1 {
		margin-bottom: 25px;
		font-size: 2.3rem;
		line-height: 1.47;
	}
	#single .wp-block-image {
		margin-bottom: 33px;
	}
	#main .pageNavi {
		max-width: 249px;
		margin: 0 auto;
	}
	#single p + .pageNavi {
		margin-top: 93px;
	}
	#main .pageNavi li {
		font-size: 1.8rem;
	}
	#main .pageNavi::before {
		width: 140px;
		top: calc(50% - 2px);
	}
}

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#index {
	margin-bottom: -1px;
	position: relative;
	z-index: 11;
	background-color: #242424;
}
.slick-slide > div,
.slick-slide,
.slick-track,
.slick-list,
#main .mainVisual .fooUl {
	height: 100%;
}
#main .mainVisual .fooUl li {
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#main .mainVisual .fooUl .li01 {
	background-image: url(img/index/main_img01.jpg);
}
#main .mainVisual .fooUl .li02 {
	background-image: url(img/index/main_img05.jpg);
}
#main .mainVisual .fooUl .li03 {
	background-image: url(img/index/main_img03.jpg);
}
#main .mainVisual .fooUl .li04 {
	background-image: url(img/index/main_img04.jpg);
}
#main .newsBox {
	padding: 14.8rem 0 7rem;
}
#main .newsBox .content {
	max-width: 132.3rem;
}
#index .newsletter .aboutBox p {
	text-align: justify;
	margin-bottom: 7rem;
}
#index .aboutBox .inner {
	padding-bottom: 4rem;
}
#index .photoUl {
	margin-top: -0.8rem;
	display: flex;
	position: relative;
	z-index: 10;
	background-color: #000000;
}
#index .photoUl li {
	flex: 1;
	border-right: 1px solid #242424;
}
#index .photoUl li:last-child {
	border: none;
}
#index .photoUl li img {
	width: 100%;
}

@media all and (max-width: 1024px) {
	#main .mainVisual {
		min-height: 200px;
	}
	.indexPage #gHeader .logo {
		opacity: 0;
		transition: all ease 0.3s;
	}
	.indexPage #gHeader .logo.on {
		opacity: 1;
	}
	#index .logo {
		padding: 98px 0 67px;
		width: 84px;
		margin: 0 auto;
		position: static;
	}
	#main .mainVisual .fooUl .li01 {
		background-image: url(img/index/main_img01_sp.jpg);
	}
	#main .mainVisual .fooUl .li02 {
		background-image: url(img/index/main_img05_sp.jpg);
	}
	#main .mainVisual .fooUl .li03 {
		background-image: url(img/index/main_img03_sp.jpg);
	}
	#main .mainVisual .fooUl .li04 {
		background-image: url(img/index/main_img04_sp.jpg);
	}
	#main .newsBox {
		padding: 87px 0 90px;
	}
	#index .newsList {
		margin-bottom: 0;
	}
	#index .newsletter .photoBox {
		margin: 0 -20px 0 -8px;
	}
	#index .newsletter .aboutBox p {
		margin-bottom: 50px;
	}
	#index .photoUl {
		margin-top: 0;
		display: block;
	}
	#index .photoUl li {
		border-right: none;
		border-bottom: 1px solid #242424;
	}
	#index .aboutBox .inner {
		padding: 78px 72px 90px;
	}
}



@media all and (max-width: 392px) {
	#index .aboutBox .inner {
		padding-left: 60px;
		padding-right: 60px;
	}
	#single {
		padding-left: 40px;
		padding-right: 40px;
	}
}

.fixdBox {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
}
.fixdBox ul {
	display: flex;
}
.fixdBox li {
	width: 28.4rem;
}
.fixdBox li a {
	padding: 1rem 1rem 1rem 1.6rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 6.7rem;
	font-size: 2rem;
	letter-spacing: -0.02em;
	position: relative;
	background-color: var(--red-color);
}
.fixdBox li a:hover {
	opacity: 0.7;
}
.fixdBox li span {
	position: absolute;
	top: calc(50% - 0.3rem);
	transform: translateY(-50%);
	left: 1.4rem;
	width: 5rem;
	text-align: center;
}
.fixdBox li i {
	vertical-align: -0.1rem;
	color: #fff;
}
.fixdBox li img {
	vertical-align: -1px;
}
.enPage .fixdBox li i {
	vertical-align: -0.3rem;
}
@media all and (max-width: 1024px) {
	.fixdBox {
		width: 100%;
	}
	.fixdBox li {
		width: 50%;
	}
	.fixdBox li a {
		padding-left: 30px;
		font-size: 1.6rem;
		min-height: 50px;
	}
	.fixdBox .liStyle a {
		padding-left: 10px;
		background-color: #000000;
	}
	.fixdBox li span {
		left: 0;
		top: 50%;
	}
	.fixdBox li i {
		vertical-align: 0.2rem;
	}
	.enPage .fixdBox li i {
		vertical-align: -0.1rem;
	}
}

.enPage { 
	font-family: 'Roboto Condensed', sans-serif;
}
.enPage table,.enPage input,.enPage textarea,.enPage select,.enPage option {
	font-family: 'Roboto Condensed', sans-serif;
}
.enPage #main .newsList li p {
	text-align: left;
}
.enPage #main .aboutBox p {
	text-align: left;
}
.enPage #menu .newsletter .aboutBox p {
	text-align: center;
}
.enPage #main .menuPage .innerBox01 p {
	text-align: left;
}
.wp-block-table thead {
	border: none !important;
}
.wp-pagenavi.noNext::before,
.wp-pagenavi.noPrev::before {
	display: none;
}
#main .pageNavi.noNext::before,
#main .pageNavi.noPrev::before {
	display: none;
}
#main .pageNavi.noNext,
#main .pageNavi.noPrev {
	max-width: inherit;
	text-align: center;
}
#main .pageNavi.noNext li,
#main .pageNavi.noPrev li {
	float: none !important;
}
.wp-pagenavi.noNext span,
.wp-pagenavi.noNext a,
.wp-pagenavi.noPrev span,
.wp-pagenavi.noPrev a {
	float: none !important;
}




.mainBox {
	display: flex;
}
.mainBox .conts {
	order: 1;
	width: 100%;
}
.mainBox .sidebar {
	margin-right: 10rem;
	width: 16rem;
	flex-shrink: 0;
	font-size: 2.4rem;
	letter-spacing: 0.09em;
	order: 0;
}
.mainBox .sidebar .ttl,
.mainBox .sidebar li {
	margin-bottom: 2.3rem;
}
@media all and (min-width: 1025px) {
	.mainBox .sidebar a:hover {
		color: var(--red-color);
	}
}
@media all and (max-width: 1024px) {
	.mainBox {
		display: block;
	}
	.mainBox .sidebar {
		margin-right: 0;
		padding: 95px 52px 0;
		width: auto;
		font-size: 2rem;
	}
	.mainBox .sidebar ul {
		margin-top: -3rem;
		display: flex;
		flex-wrap: wrap;
	}
	.mainBox .sidebar .ttl {
		margin-bottom: 3rem;
		position: relative;
		z-index: 1;
	}
	.mainBox .sidebar li {
		margin: 3rem 0 0;
	}
	.mainBox .sidebar ul li {
		width: calc(100% / 3);
	}
}
.shopLogoList {
	margin-top: -10px;
	display: flex;
	flex-wrap: wrap;
}
.shopLogoList li {
	margin: 0.5rem 1rem 0 0;
	width: 5rem;
}
.shopLogoList li a {
	display: block;
}
@media all and (min-width: 1025px) {
	.shopLogoList li a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 1024px) {
	.shopLogoList li {
		margin-right: 0.7rem;
		width: 3.6rem;
	}
}

#main .menuPage .innerBox01 p a,
#main .noodlesList li h3 a,
#main .toppingsList li a,
#main .storeDl dd a {
	text-decoration: underline;
}
#main .storeDl .shopLogoList li a {
	text-decoration: none;
}
@media all and (min-width: 1025px) {
	#main .menuPage .innerBox01 p a:hover,
	#main .noodlesList li h3 a:hover,
	#main .toppingsList li a:hover,
	#main .storeDl dd a:hover {
		text-decoration: none;
	}
}
