@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
/*
Theme Name: 餃子名人ず
Theme URI: null
Description: Description
Author: 81bridge - SGX
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%;
}
.wp-block-image figure,
.wp-block-image figcaption {
	display: block;
}
a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
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: #262626;
	text-decoration: none;
}
a:visited {
	color: #262626;
}
a:hover {
	color: #262626;
}
a:active {
	color: #262626;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #262626;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
}
#main {
	margin-top: 79px;
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.6rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#main {
		margin-top: 0;
	}
}
/*------------------------------------------------------------
	gHeader
------------------------------------------------------------*/
#gHeader {
	position: relative;
	z-index: 1000;
}
#gHeader .hBox {
	margin: 0 auto;
	max-width: 1440px;
	padding: 20px 90px;
	display: flex;
	justify-content: space-between;
}
#gHeader .hBox .lBox {
	display: flex;
}
#gHeader .hBox h1 {
	margin-right: 31px;
}
#gHeader .hBox h1 a {
	width: 85px;
	display: block;
}
#gHeader .hBox h1 .hInner {
	margin-left: 20px;
}
#gHeader .hBox .hInner p {
	margin: -1px 0 10px;
	color: #CDA04E;
	font-size: 1.6rem;
	font-weight: 500;
}
#gHeader .hBox .hInner .textUl {
	width: 234px;
	display: flex;
}
#gHeader .hBox .hInner .textUl li {
	padding: 10px 4px 10px 8px;
	width: 50%;
	color: #CDA04E;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.2;
	border: 1px solid #CDA04E;
	background-color: #FFF;
	box-sizing: border-box;
}
#gHeader .hBox .hInner .textUl li:first-child {
	color: #FFF;
	background-color: #CDA04E;
}
#gHeader .hBox .hInner .textUl li span {
	margin-top: -1px;
	padding-left: 2px;
	display: block;
	font-size: 2.2rem;
	font-weight: bold;
}
#gHeader .hBox .hInner .textUl .rBox {
	padding-left: 11px;
}
#gHeader .hBox .hInner .textUl .rBox span {
	padding-left: 0;
}
#gHeader .hBox .hNavi {
	margin-top: 14px;
	display: flex;
}
#gHeader .hBox .hNavi li {
	margin-left: 40px;
}
#gHeader .hBox .hNavi li a {
	display: block;
	font-weight: bold;
}
#gHeader .hBox .hNavi li a img {
	margin: 0 auto 14px;
	display: block;
	height: 30px;
}
#gNavi {
	background-color: #CDA04E;
}
#gNavi ul {
	margin: 0 auto;
	max-width: 977px;
	display: flex;
	flex-wrap: wrap;
}
#gNavi ul li {
	margin-right: 80px;
}
#gNavi ul li a {
	padding: 8px 0;
	display: block;
	color: #FFF;
	font-weight: 500;
}
@media all and (min-width: 897px) {
	#gHeader .hBox .hNavi li a:hover {
		opacity: 0.7;
	}
	#gNavi ul li a:hover {
		opacity: 0.7;
	}
	#gNavi ul li:last-child {
		margin-right: 0;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		position: relative;
		z-index: 1000;
	}
	#gHeader .headBox .logo {
		margin: 14px 0 0 10px;
		width: 209px;
	}
	#gHeader .headBox {
		min-height: 61px;
		padding-right: 80px;
		display: flex;
		justify-content: space-between;
		border-bottom: 1px solid #4D4D4D;
	}
	#gHeader .h_shop {
		margin: 19px 0 0;
		width: 28px;
	}
	#gHeader .menu {
		width: 61px;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 1000;
	}
	body.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}
	.menuBox.active {
		transform: translateX(0);
	}
	.menuBox {
		position: fixed;
		right: 0;
		top: 0;
		width: 100%;
		height: 100vh;
		z-index: 1000;
		transform: translateX(100%);
		transition: 0.5s;
	}
	.menuInner {
		min-height: 100%;
		display: flex;
		box-sizing: border-box;
	}
	.menuInner .colseBox {
		width: 61px;
	}
	.mBox {
		height: 100vh;
		overflow: auto;
		width: calc(100% - 61px);
		background: #FFF;
	}
	.menuBox .menuInner .headBox {
		padding: 0 10px;
	}
	.menuBox .menuInner .headBox {
		border-bottom: none!important;
	}
	#gHeader .menuInner .h_shop {
		margin: 19px 9px 0 12px;
	}
	#gHeader .mBox .headBox {
		margin-bottom: 24px;
		padding-right: 10px;
		min-height: inherit;
	}
	.menuTop {
		margin-left: 19px;
		padding-bottom: 180px;
		padding-right: 20px;
	}
	.menuTop .mNavi {
		margin-left: 9px;
		margin-bottom: 50px;
		padding-bottom: 12px;
	}
	.menuTop .mNavi li {
		margin-bottom: 20px;
	}
	.menuTop .mNavi a {
		display: block;
		font-weight: bold;
		color: #4D4545;
	}
	.menuTop .mNavi a span {
		margin-top: 2px;
		display: inline-block;
	}
	.menuTop .mNavi a img {
		margin-right: 13px;
		width: 30px;
	}
	.menuTop .hNavi {
		margin-bottom: 33px;
	}
	.menuTop .hNavi:last-child {
		margin-bottom: 0;
	}
	.menuTop .hNavi .h2Ttl {
		margin-bottom: 16px;
		padding: 10px 0;
		border-top: 1px solid #4D4D4D;
		font-family: 'Zen Old Mincho', serif;
		color: #4D4D4D;
		font-weight: 500;
		border-bottom: 1px solid #D9D9D9;
	}
	.menuTop .hNavi ul li {
		margin-bottom: 17px;
	}
	.menuTop .hNavi ul li a {
		padding-left: 14px;
	    color: #CDA04E;
		font-size: 1.4rem;
		background: url("img/common/icon09.png") no-repeat center left / 6px;
	}
}
@media all and (max-width: 374px) {
	#gHeader .headBox .logo {
		width: 176px;
	}
}
/*------------------------------------------------------------
	gFooter
------------------------------------------------------------*/
#gFooter {
	background-color: #262626;
}
#gFooter .fBox {
	margin: 0 auto;
	padding: 74px 0 60px;
	max-width: 1100px;
}
#gFooter .fTop {
	margin-bottom: 40px;
	padding-bottom: 56px;
	display: flex;
	border-bottom: 1px solid #FFF;
}
#gFooter .fTop .lBox {
	margin-right: 56px;
}
#gFooter .fTop .flogo {
	margin: 0 auto 42px;
	width: 134px;
}
#gFooter .fTop .rBox {
	display: flex;
}
#gFooter .fTop .link {
	width: 233px;
}
#gFooter .fTop .link a {
	padding: 1px 0;
	display: block;
	color: #FFF;
	font-weight: 500;
	border-radius: 31px;
	text-align: center;
	background-color: #FFF;
}
#gFooter .link a img {
	margin: 0 auto;
	padding: 2px 0;
	width: 110px;
}
#gFooter .fNavi {
	margin: 4px 177px 0 0;
}
#gFooter .fNavi01 {
	margin-right: 162px;
}
#gFooter .fNavi:last-child {
	margin-right: 0;
}
#gFooter .fNavi .h2Ttl {
	margin-bottom: 17px;
	color: #FFF;
	display: block;
	font-size: 1.8rem;
	font-weight: 500;
}
#gFooter .fNavi ul li {
	margin-bottom: 17px;
}
#gFooter .fNavi ul a {
	padding-left: 14px;	
	color: #CDA04E;
	font-size: 1.4rem;
	background: url("img/common/icon09.png") no-repeat center left / 6px;
}
#gFooter .copyright {
	color: #FFF;
	font-size: 1.6rem;
	text-align: center;
	font-style: normal;
}
@media all and (min-width: 897px) {
	#gFooter .fBox a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gFooter .fBox {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#gFooter .fNavi:first-child {
		margin-top: 0;
	}
	#gFooter .fTop {
		margin-bottom: 19px;
		padding-bottom: 0;
		display: block;
		border-bottom: none;
	}
	#gFooter .fTop .lBox {
		margin-right: 0;
		width: 100%;
	}
	#gFooter .fTop .link {
		margin: 0 auto;
	}
	#gFooter .fNavi {
		margin: 0;
	}
	#gFooter .fNavi:first-child {
		margin-top: 0;
		width: 50%;
	}
	#gFooter .fTop .rBox {
		margin: 35px 42px 20px;
		display: flex;
		flex-wrap: wrap;
	}
	#gFooter .fNavi02 {
		position: relative;
	}
	#gFooter .fNavi02::before {
		width: calc(100% + 44px);
		height: 1px;
		position: absolute;
		left: -22px;
		top: 0;
		background-color: #FFF;
		content: '';
	}
	#gFooter .fNavi:last-child {
		margin-top: 21px;
		padding-top: 40px;
		width: 100%;
	}
}
@media all and (max-width: 374px) {
	#gFooter .fNavi .h2Ttl {
		font-size: 1.6rem;
	}
	#gFooter .fNavi ul a {
		font-size: 1.2rem;
	}
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 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;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 1100px;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 10px;
	}
}

/*bannerBox*/
.bannerBox {
	margin-top: 80px;
	padding: 80px 0;
	background-color: #F8F1F1;
}
.bannerBox .bannerUl {
	margin: 0 auto;
	max-width: 1105px;
	display: flex;
}
.bannerBox .bannerUl li {
	margin-right: 12px;
	width: 360px;
}
.bannerBox .bannerUl li:nth-child(3n) {
	margin-right: 0;
}
.bannerBox .bannerUl li a {
	display: block;
}
@media all and (min-width: 897px) {
	.bannerBox .bannerUl li a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.bannerBox {
		margin-top: 60px;
		padding: 40px 0;
	}
	.bannerBox .bannerUl {
		margin: 0 10px;
		max-width: inherit;
		text-align: center;
		flex-wrap: wrap;
	}
	.bannerBox .bannerUl li {
		margin-bottom: 8px;
		margin-right: 8px;
		width: calc((100% - 16px)/3);
	}
}


/*headLine01*/
.headLine01 {
	margin-bottom: 39px;
	padding: 0 0 18px 69px;
	border-bottom: 1px solid #262626;
	font-family: 'Zen Old Mincho', serif;
	font-size: 2.4rem;
	font-weight: 400;
	background: url("img/common/icon08.png") no-repeat left top 2px / 50px;
}
@media all and (max-width: 896px) {
	.headLine01 {
		padding-left: 59px;
		text-align: center;
		border-bottom: none;
		background: none;
		position: relative;
	}
	.headLine01::before {
		width: 50px;
		height: 34px;
		position: absolute;
		left: calc(50% - 90px);
		top: 0;
		background: url("img/common/icon08.png") no-repeat left top / 100%;
		content: '';
	}
	.headLine01::after {
		width: 80px;
		height: 1px;
		position: absolute;
		left: calc(50% - 44px);
		bottom: 0;
		content: '';
		background-color: #4D4D4D;
	}
}

/*headLine02*/
.headLine02 {
	margin: 0 -10px 40px;
	padding: 9px 10px 9px;
	font-family: 'Zen Old Mincho', serif;
	border-bottom: 1px solid #E6E6E6;
	font-size: 2.4rem;
	color: #4D4D4D;
	font-weight: 400;
}
@media all and (max-width: 896px) {
}



/*pagePath*/
.pagePath {
	margin-bottom: 36px;
	display: flex;
}
.pagePath li {
	margin-right: 7px;
}
@media all and (max-width: 896px) {
}



/*wrap*/
.wrap {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
@media all and (max-width: 896px) {
	.wrap {
		display: block;
	}
}

/*.wp-pagenavi*/
.wp-pagenavi a,
.wp-pagenavi span {
	margin: 0 7px;
	padding: 1px 5px;
	font-size: 1.6rem;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	min-width: 40px;
	height: 40px;
	border: 1px solid #262626;
	box-sizing: border-box;
	vertical-align: middle;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.wp-pagenavi .pages,
.wp-pagenavi .first,
.wp-pagenavi .last {
	display: none;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	padding: 1px 23px;
}
.wp-pagenavi .previouspostslink {
	margin-right: 7px;
}
.wp-pagenavi .nextpostslink {
	margin-left: 7px;
}
.wp-pagenavi .current {
	color: #FFF;
	background-color: #262626;
}
@media all and (min-width: 897px) {
	.wp-pagenavi a:hover, 
	.wp-pagenavi span:hover {
		color: #FFF;
		background-color: #262626;
	}
	.wp-pagenavi .current:hover {
		color: #262626;
		background-color: #FFF;
	}
}
@media all and (max-width: 896px) {
	.wp-pagenavi a,
	.wp-pagenavi span {
		margin: 0 7px 20px 0;	
	}
	.wp-pagenavi .previouspostslink {
		margin-right: 22px;
	}
	.wp-pagenavi .nextpostslink {
		margin-left: 22px;
		margin-right: 0;
	}
}

/*sideBar*/
#sideBar {
	margin-bottom: 41px;
	width: 234px;
}
#sideBar .ttl {
	margin-bottom: 20px;
	padding: 9px 0;
	font-family: 'Zen Old Mincho', serif;
	font-size: 2.4rem;
	font-weight: 400;
	border-top: 1px solid #262626;
	border-bottom: 1px solid #E6E6E6;
}
#sideBar .ttl01 {
	margin-bottom: 0;
	text-align: center;
}
#sideBar .sNavi {
	font-family: 'Zen Old Mincho', serif;
}
#sideBar .sNavi a {
	padding: 19px 21px;
	display: block;
	border-bottom: 1px dashed #E6E6E6;
	background: url("img/common/icon07.png") no-repeat center right 18px / 6px;
}
#sideBar .sidePhoto {
	margin-bottom: 39px;
}
#sideBar .sidePhoto li:not(:last-child) {
	margin-bottom: 40px;
}
#sideBar .sidePhoto a {
	display: block;
}
#sideBar .sidePhoto img {
	width: 100%;
}
#sideBar .photoList {
	margin-bottom: 39px;
}
#sideBar .photoList li:not(:last-child) {
	margin-bottom: 20px;
}
#sideBar .photoList a {
	display: block;
}
#sideBar .textList {
	margin-bottom: 39px;
}
#sideBar .textList li {
	margin-bottom: 9px;
	padding-left: 1em;
	text-indent: -1em;
	font-weight: 300;
} 
#sideBar .textList a {
	display: block;
}
#sideBar p {
	margin-bottom: 20px;
	font-weight: 300;
	line-height: 2;
}
#sideBar .link {
	margin-bottom: 20px;
}
#sideBar .link a {
	padding: 12px 0;
	display: block;
	color: #FFF;
	font-weight: 500;
	border-radius: 31px;
	text-align: center;
	background-color: #990C19;
}
#sideBar .link01 a {
	padding: 0;
	border: 1px solid #990C19;
	background-color: #FFF;
}
#sideBar .link01 a img {
	margin: 0 auto;
	padding: 2px 0;
	width: 110px;
}
@media all and (min-width: 897px) {
	#sideBar .sidePhoto a:hover {
		opacity: 0.7;
	}
	#sideBar .photoList a:hover {
		opacity: 0.7;
	}
	#sideBar .textList a:hover {
		opacity: 0.7;
	}
	#sideBar .link a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#sideBar {
		width: auto;
	}
}
#conts {
	width: 811px;
}
#conts .comList {
	display: flex;
	flex-wrap: wrap;
}
#conts .comList li {
	margin: 0 55px 82px 0;
	width: calc((100% - 110px) / 3);
}
#conts .comList li a {
	display: block;
}
#conts .comList li .photoBox {
	margin-bottom: 20px;
	position: relative;
	width: 234px;
	height: 158px;
	aspect-ratio: 234px/157px;
}
#conts .comList li .photoBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#conts .comList li .photoBox span {
	padding: 0 9px;
	position: absolute;
	top: 0;
	left: 0;
	color: #CDA04E;
	border: 1px solid #CDA04E;
	font-weight: 500;
	background-color: #FFF;
}
#conts .comList li .textBox .ttl {
	margin-bottom: 27px;
	line-height: 2;
}
#conts .comList li .textBox p {
	color: #CDA04E;
	font-weight: 500;
}
@media all and (min-width: 897px) {
	#conts .comList li:nth-child(3n) {
		margin-right: 0;
	}
	#conts .comList li a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#conts {
		width: auto;
	}
}


input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
select {
	padding: 8px 13px;
	width: 522px;
	height: 44px;
	color: #000;
	font-size: 1.6rem;
	border: 1px solid #CCC;
	border-radius: 6px;
	appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
	background-color: #FFF;
}
select::-ms-expand {
 display: none; 
}
textarea {
	resize: vertical;
}
@media all and (max-width: 896px) {
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	textarea,
	select {
		padding: 8px 9px;
	}
}
/*storeList*/
.storeList {
	margin-bottom: 59px;
	display: flex;
	flex-wrap: wrap;
}
.storeList li {
	margin: 0 17px 20px 0;
	width: calc((100% - 51px)/4);
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.2);
}
.storeList li a {
	display: block;
	border: 1px solid #F8F1F1;
}
.storeList li a img {
	width: 100%;
}
@media all and (min-width: 897px) {
	.storeList li:nth-child(4n) {
		margin-right: 0;
	}
	.storeList li a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.storeList {
		margin: 0 7px 20px;
	}
	.storeList li {
		margin-right: 20px;
		width: calc((100% - 20px)/2);
	}
	.storeList li:nth-child(2n) {
		margin-right: 0;
	}
	
}
/*conts_textList*/
#conts .colormecat>.textList {
	display: flex;
	flex-wrap: wrap;
}
#conts .colormecat>.textList li {
	margin: 0 55px 20px 0;
	width: calc((100% - 110px)/3);
	border-radius: 20px;
	overflow: hidden;
	border-top: 1px solid #F8F1F1;
	box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.2);
}
#conts .colormecat>.textList li:nth-child(3n) {
	margin-right: 0;
}
#conts .colormecat>.textList li a {
	padding: 4px 10px 5px;
	display: block;
	text-align: center;
}
@media all and (min-width: 897px) {
	#conts .colormecat>.textList li a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#conts .colormecat>.textList li {
		margin-right: 11px;
		width: calc((100% - 22px)/3);
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#conts .colormecat>.textList li a {
		padding: 17px 0 15px;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
	}
}
/*------------------------------------------------------------
	policy
------------------------------------------------------------*/
.policy .h2Ttl {
	margin-bottom: 79px;
	font-family: 'Zen Old Mincho', serif;
	font-size: 2.4rem;
	font-weight: 900;
	text-align: center;
}
.policy .h3Ttl {
	margin-bottom: 20px;
	padding-bottom: 19px;
	font-weight: 500;
	border-bottom: 1px solid #E6E6E6;
}
.policy p {
	margin-bottom: 79px;
	line-height: 2;
}
.policy .mar {
	margin-bottom: 0;
}
.policy .textUl {
	margin-bottom: 79px;
}
.policy .textUl01 {
	margin-bottom: 0;
}
.policy .textUl li {
	padding-left: 24px;
	position: relative;
	line-height: 2;
}
.policy .textUl li:last-child {
	margin-bottom: 0;
}
.policy .textUl li::before {
	width: 4px;
	height: 4px;
	position: absolute;
	left: 10px;
	top: 16px;
	border-radius: 10px;
	background-color: #262626;
	content: '';
}
@media all and (max-width: 896px) {
	.policy .h2Ttl {
		margin: 0 -10px 39px;
		padding: 9px 10px 10px;
		font-family: "ten-mincho",serif;
		font-weight: 400;
		text-align: left;
		border-bottom: 1px solid #E6E6E6;
		letter-spacing: -0.015em;
	}
	.policy p {
		margin-bottom: 39px;
		margin-right: -2px;
	}
	.policy .textUl {
		margin-bottom: 38px;
	}
}
/*------------------------------------------------------------
	news
------------------------------------------------------------*/
.news #conts .h2Ttl {
	margin-bottom: 80px;
	padding: 34px 0;
	font-family: 'Zen Old Mincho', serif;
	font-size: 3.2rem;
	font-weight: 400;
	text-align: center;
	background: url("img/common/bg01.jpg") no-repeat center left / 100%;
}
.news.news_detail #conts .ttl{
	margin-bottom: 40px;
	padding: 33px 0 35px;
	text-align: center;
	font-family: 'Zen Old Mincho', serif;
	font-size: 3.2rem;
	font-weight: 400;
	background: url("img/common/bg01.jpg") no-repeat top left / 811px;
}
.news.news_detail .years {
	margin-bottom: 22px;
	color: #CDA04E;
}
.news.news_detail .txt {
	margin-bottom: 34px;
	font-size: 1.8rem;
	font-weight: bold;
}
.news.news_detail .photoBox {
	margin-bottom: 40px;
	width: 811px;
	height: 546px;
	aspect-ratio: 811/546;
}
.news.news_detail .photoBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news.news_detail .imgBox {
	margin-bottom: 53px;
}
.news.news_detail .imgBox p {
	margin-bottom: 32px;
	line-height: 2;
}
.news.news_detail .imgBox p a {
	color: #1A0DAB;
	display: block;
	text-decoration: underline;
}
.news.news_detail .btnList {
	display: flex;
	justify-content: space-between;
}
.news.news_detail .btnList li a {
	padding: 7px 18px;
	display: block;
	border: 1px solid #262626;
}
.news.news_detail .btnList li:first-child a {
	color: #FFF;
	background-color: #262626;
}
@media all and (min-width: 897px) {
	.news.news_detail .btnList li a:hover {
		color: #FFF;
		background-color: #262626;
	}
	.news.news_detail .imgBox p a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 896px) {
	.news #conts .h2Ttl {
		margin: 0 -10px 37px;
		padding: 9px 10px;
		color: #4D4D4D;
		font-size: 2.4rem;
		text-align: left;
	}
	.news.news_detail .photoBox {
		width: auto;
		height: auto;
	}
	.news #conts .comList {
		display: block;
	}
	.news #conts .comList li {
		margin: 0 0 20px;
		width: auto;
		border-bottom: 1px solid #F5F5F5;
	}
	.news #conts .comList li a {
		padding-bottom: 19px;
		display: flex;
	}
	.news #conts .comList li .photoBox {
		margin-right: 10px;
		width: 44.54%;
		height: 100%;
		aspect-ratio: 112/76;
	}
	.news #conts .comList li .textBox {
		margin-top: -7px;
		width: 55.46%;
	}
	.news #conts .comList li .textBox .ttl {
		margin-bottom: -1px;
		color: #4D4545;
		font-size: 1.4rem;
	}
	.news #conts .comList li .textBox p {
		margin-bottom: 5px;
		font-size: 1.4rem;
	}
	.news #conts .comList li .textBox .notes {
		padding: 0 8px;
		color: #CDA04E;
		font-weight: 500;
		font-size: 1.4rem;
		border: 1px solid #CDA04E;
	}
	.news #conts {
		margin-bottom: 80px;
	}
	.news #sideBar {
		margin-bottom: 79px;
	}
	.news #sideBar .sNavi a {
		padding: 19px 31px;
		background-position-x: right 32px;
	}
	.news.news_detail #conts .ttl {
		margin: 0 -10px 37px;
		padding: 13px 10px;
		color: #4D4D4D;
		font-size: 2.4rem;
		text-align: left;
	}
}
/*------------------------------------------------------------
	brandlist
------------------------------------------------------------*/
.brandlist #conts .text {
	margin-bottom: 40px;
	padding: 8px 0 6px;
	font-family: 'Zen Old Mincho', serif;
	font-size: 2.2rem;
	color: #990C19;
	text-align: center;
	background-color: #F8F1F1;
}
@media all and (max-width: 896px) {
	.brandlist #conts .text {
		padding: 10px 0 11px;
		line-height: 1.48;
	}
}
/*------------------------------------------------------------
	brandlist_detail
------------------------------------------------------------*/
.brandlist_detail #conts .brandBanner {
	margin-bottom: 40px;
}.brandlist_detail #conts .brandBanner img {
	width: 100%;
}
.brandlist_detail #conts .textUl {
	margin-bottom: 80px;
	padding: 23px 19px 19px;
	border: 1px solid #E6E6E6;
}
.brandlist_detail #conts .textUl li {
	margin-bottom: 8px;
	padding-left: 1em;
	text-indent: -1em;
}
.brandlist_detail #conts .h2Ttl {
	margin-bottom: 80px;
	padding: 11px 20px 14px;
	font-family: 'Zen Old Mincho', serif;
	color: #FFF;
	background-color: #CDA04E;
}
.brandlist_detail #conts .comList .photoBox {
	margin-bottom: 15px;
	height: 234px;
	border-radius: 20px;
	overflow: hidden;
}
.brandlist_detail #conts .comList li .textBox .ttl {
	margin-bottom: 14px;
	font-weight: 400;
}
.brandlist_detail #conts .comList li .textBox p {
	color: #262626;
	font-weight: bold;
}
@media all and (max-width: 896px) {
	.brandlist_detail #conts .textUl {
		margin-bottom: 40px;
		padding: 11px 11px 11px 19px;
		line-height: 2;
	}
	.brandlist_detail #conts .textUl li {
		margin-bottom: 0;
	}
	.brandlist_detail #conts .h2Ttl {
		margin-bottom: 40px;
	}
	.brandlist_detail #conts .comList li {
		margin: 0 10px 39px 0;
		width: calc((100% - 20px) / 3);
	}
	.brandlist_detail #conts .comList li:nth-child(3n) {
		margin-right: 0;
	}
	.brandlist_detail #conts .comList .photoBox {
		margin-bottom: 11px;
		height: auto;
		width: auto;
	}
	.brandlist_detail #conts .comList li .textBox .ttl {
		margin-bottom: 12px;
		font-size: 1.2rem;
	}
	.brandlist_detail #conts .comList li .textBox p {
		font-size: 1.2rem;
		text-align: center;
	}
}
/*------------------------------------------------------------
	items
------------------------------------------------------------*/
.items {
	margin-top: 55px;
}
.items .noshop {
	margin-bottom: 80px;
	text-align: center;
}
.items #conts .comList .photoBox {
	margin-bottom: 15px;
	height: 234px;
	border-radius: 20px;
	overflow: hidden;
}
.items #conts .comList li .textBox .ttl {
	margin-bottom: 14px;
	font-weight: 400;
}
.items #conts .comList li .textBox p {
	color: #262626;
	font-weight: bold;
}
.items .wp-pagenavi {
	margin-bottom: 78px;
}
@media all and (max-width: 896px) {
	.items #conts .textUl {
		margin-bottom: 40px;
		padding: 11px 11px 11px 19px;
		line-height: 2;
	}
	.items #conts .textUl li {
		margin-bottom: 0;
	}
	.items #conts .h2Ttl {
		margin-bottom: 40px;
	}
	.items #conts .comList li {
		margin: 0 10px 39px 0;
		width: calc((100% - 20px) / 3);
	}
	.items #conts .comList li:nth-child(3n) {
		margin-right: 0;
	}
	.items #conts .comList .photoBox {
		margin-bottom: 11px;
		height: auto;
		width: auto;
	}
	.items #conts .comList li .textBox .ttl {
		margin-bottom: 12px;
		font-size: 1.2rem;
	}
	.items #conts .comList li .textBox p {
		font-size: 1.2rem;
		text-align: center;
	}
	.items .wp-pagenavi {
		margin-bottom: 20px;
	}
}
/*------------------------------------------------------------
	items_detail
------------------------------------------------------------*/
.items_detail {
	margin-top: 76px;
}
.items_detail .pagePath01 {
	margin-bottom: 14px;
}
.items_detail #conts .photoBox {
	margin: 0 auto;
	width: 650px;
	height: 650px;
}
.items_detail #conts .photoBox img {
	width: 100%;
}
.items_detail #conts .photoBox01 {
	margin-bottom: 25px;
}
.items_detail #conts .h2Ttl {
	margin-bottom: 35px;
	font-size: 2rem;
	font-weight: 500;
}
.items_detail #conts .textDl {
	margin-bottom: 30px;
	line-height: 2;
}
.items_detail #conts .textDl dd {
	margin-bottom: 32px;
}
.items_detail #conts .textDl dd:last-child {
	margin-bottom: 0
}
.items_detail #conts .h3Ttl {
	margin-bottom: 40px;
	padding: 12px 0 13px;
	font-family: 'Zen Old Mincho', serif;
	font-weight: 400;
	text-align: center;
	background-color: #F8F1F1;
}
.items_detail #conts .chooseBox select {
	margin-bottom: 40px;
	background: url("img/common/icon10.png") no-repeat center right 18px / 10px;
}
.items_detail #conts .chooseBox .mar {
	margin-bottom: 44px;
}
.items_detail #conts .chooseBox>p {
	margin-bottom: 13px;
}
.items_detail #conts .chooseBox .number {
	margin-bottom: 40px;
	width: 48px;
	display: block;
	border-radius: inherit;
}
.items_detail .chooseBox .link {
	margin-bottom: 80px;
	display: inline-block;
}
.items_detail .chooseBox .link a {
  	padding: 12px 0;
	min-width: 234px;
  	display: block;
  	color: #FFF;
  	font-weight: 500;
  	border-radius: 31px;
  	text-align: center;
 	background-color: #990C19;
}
@media all and (max-width: 896px) {
	.items_detail #conts .h2Ttl {
		margin-bottom: 12px;
		line-height: 2;
	}
	.items_detail #conts .photoBox {
		width: auto;
		height: auto;
	}
	.items_detail #conts .photoBox01 {
		margin-bottom: 20px;
	}
	.items_detail #conts .textDl {
		margin-bottom: 12px;
	}
	.items_detail #conts .h3Ttl {
		margin-bottom: 20px;
	}
	.items_detail #conts .chooseBox select {
		width: 100%;
	}
	.items_detail #conts .chooseBox select {
		margin-bottom: 20px;
	}
	.items_detail #conts .chooseBox .mar {
		margin-bottom: 24px;
	}
	.items_detail .chooseBox .link {
		margin-bottom: 40px;
		display: block;
	}
	.items_detail .chooseBox .link a {
		padding: 10px 0;
		min-width: auto;
	}
}
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
.contact .content {
	max-width: 742px;
}
.contact p {
	line-height: 2;
}
.contact .mar {
	margin-bottom: 39px;
}
.contact .contactBox {
	margin-bottom: 78px;
}
.contact .contactBox dt {
	margin-bottom: 24px;
	font-weight: bold;
}
.contact .contactBox dt .must {
	color: #990C19;
}
.contact input[type="text"], 
.contact input[type="tel"], 
.contact input[type="email"], 
.contact textarea, 
.contact select {
	height: 38px;
	width: 100%;
	border-radius: 4px;
	border-color: #E6E6E6;
}
.contact .contactBox dd {
	margin-bottom: 44px;
	font-weight: bold;
}
.contact .contactBox dd span {
	margin-bottom: 14px;
	display: block;
}
.contact .contactBox dd .code {
	margin-bottom: 14px;
	width: 370px;
}
.contact .contactBox dd:last-child {
	margin-bottom: 0;
}
.contact textarea {
	height: 320px;
}
.contact .submit {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contact .submit li {
	margin-bottom: 20px;
	display: inline-block;
	box-sizing: border-box;
}
.contact .submit input[type="button"],
.contact .submit input[type="submit"] {
	padding: 12px 0;
	display: block;
	width: 234px;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 500;
	border-radius: 31px;
	text-align: center;
	background-color: #990C19;
	border: 0; 
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}
.contact_thanks p {
	margin-bottom: 40px;
	text-align: center;
	font-size: 2rem;
}
.contact_thanks .submit {
	margin: 0 auto;
	width: 263px;
}
.contact_thanks .submit a {
	padding: 12px 0;
	width: 100%;
	display: block;
	color: #FFF;
	font-weight: 500;
	border-radius: 31px;
	text-align: center;
	background-color: #990C19;
}
@media all and (min-width: 897px) {
	.submit input[type="submit"]:hover {
		opacity: 0.7;
	}
	.contact_thanks .submit a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.contact .content {
		max-width: inherit;
	}
	.contact .mar {
		margin-bottom: 35px;
	}
	.contact .contactBox {
		margin-bottom: 39px;
	}
	.contact textarea {
		height: auto;
		aspect-ratio: 355/320;
	}
	.contact .submit {
		display: block;
	}
	.contact .submit li {
		display: block;
	}
	.contact .submit input[type="button"],
	.contact .submit input[type="submit"] {
		width: 100%;
	}
}
/*------------------------------------------------------------
	shop
------------------------------------------------------------*/
.shop .master {
	margin-bottom: 79px;
}
.shop .master .h2Ttl {
	margin-bottom: 131px;
	font-family: 'Zen Old Mincho', serif;
	font-size: 2.4rem;
	text-align: center;
}
.shop .master .h2Ttl .pos {
	margin: 56px 0 0 120px;
	position: relative;
	display: inline-block;
}
.shop .master .h2Ttl .pos::before {
	width: 477px;
	height: 206px;
	position: absolute;
	top: -55px;
	left: -168px;
	background: url("img/shop/bg01.png") no-repeat center top / 100%;
	content: '';
}
.shop .master .h2Ttl .color {
	color: #CDA04E;
	font-size: 4rem;
}
.shop .master .h2Ttl img {
	width: 85px;
	position: absolute;
	left: -108px;
	top: -35px;
}
.shop .master .photoBox {
	margin-bottom: 40px;
	text-align: center;
}
.shop .master .photoBox img {
	width: 100%;
}
.shop .master p {
	text-align: center;
	line-height: 2;
}
.shop .master .timeBox {
	margin: 40px 0 33px;
	padding-top: 32px;
	border-top: 1px solid #E6E6E6;
}
.shop .master .timeBox .h3Ttl {
	margin-bottom: 33px;
	font-family: 'Zen Old Mincho', serif;
	font-size: 2.8rem;
	font-weight: 400;
	text-align: center;
}
.shop .master .timeBox .h3Ttl small {
	font-size: 1.6rem;
}
.shop .master .photoBox01 {
	margin: 0 auto;
	width: 811px;
}
.shop .master .photoBox01 a {
	display: block;
}
.shop .detail .headLine01 {
	margin-bottom: 41px;
	position: relative;
	text-align: center;
	background: none;
}
.shop .detail .headLine01::before {
	width: 50px;
	height: 37px;
	position: absolute;
	left: calc(50% - 82px);
	top: 0;
	background: url("img/common/icon08.png") no-repeat left top 2px / 100%;
	content: '';	
}
.shop .detail .imgBox {
	margin-bottom: 46px;
	display: flex;
}
.shop .detail .imgBox .photoBox {
	margin-right: 59px;
	width: calc(50% + 698px);
}
.shop .detail .imgBox .photoBox img {
	width: 100%;
}
.shop .detail .imgBox .photoBox .photo {
	margin-bottom: 9px;
	width: 522px;
	display: block;
	border-radius: 10px;
	overflow: hidden;
}
.shop .detail .imgBox .photoBox span {
	font-weight: 300;
}
.shop .detail .imgBox .textDl {
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
}
.shop .detail .imgBox .textDl .first,
.shop .detail .imgBox .textDl .first {
	border-top: 1px solid #E6E6E6;
}
.shop .detail .imgBox .textDl dt,
.shop .detail .imgBox .textDl dd {
	padding: 18px 18px 19px;
	font-weight: 300;
	border-bottom: 1px solid #E6E6E6;
	width: calc(100% - 88px);
	box-sizing: border-box;
}
.shop .detail .imgBox .textDl dt {
	padding-right: 2px;
	width: 88px;
	font-weight: 500;
}
.shop .detail .imgBox .textDl dd span {
	margin-bottom: 4px;
	display: block;
}
.shop .detail .imgBox .textDl dd span:last-child {
	margin-bottom: 0;
}
.shop .detail .imgBox .bg {
	padding: 16px 43px 20px;
	color: #FFF;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.8;
	background-color: #990C19;
}
.shop .detail .mapBox {
	margin-bottom: 80px;
	width: auto;
	height: 395px;
}
.shop .detail .mapBox iframe {
	width: 100%;
	height: 100%;
	display: block;
}
@media all and (min-width: 897px) {
	.shop .master .photoBox01 a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.shop .master {
		margin-bottom: 40px;
		padding-top: 132px;
	}
	.shop .master .h2Ttl {
		margin-bottom: 78px;
	}
	.shop .master .h2Ttl .color {
		font-size: 3rem;
	}
	.shop .master .h2Ttl .pos {
		margin: 0;
	}
	.shop .master .h2Ttl .pos::before {
		width: 260px;
		height: 116px;
		top: -30px;
		left: -25px;
	}
	.shop .master .h2Ttl img{
		width: 65px;
		left: calc(50% - 32px);
		top: -93px;
	}
	.shop .master .photoBox {
		margin: 0 -10px 40px;
	}
	.shop .master p {
		text-align: left;
	}
	.shop .master .timeBox {
		padding-top: 40px;
	}
	.shop .master .timeBox .h3Ttl {
		margin-bottom: 39px;
		line-height: 1.3;
	}
	.shop .master .timeBox .h3Ttl .big {
		margin-bottom: 9px;
		display: block;
		line-height: 2;
	}
	.shop .master .timeBox .h3Ttl small {
		display: block;
	}
	.shop .master .photoBox01 {
		margin: 0;
		width: auto;
	}
	.shop .detail {
		margin: 0 13px;
	}
	.shop .detail .headLine01 {
		padding-bottom: 12px;
		font-size: 2.8rem;
	}
	.shop .detail .headLine01::before {
		top: -1px;
		left: calc(50% - 85px);
	}
	.shop .detail .headLine01::after {
		width: 100%;
		left: 0;
	}
	.shop .detail .imgBox {
		margin-bottom: 39px;
		display: block;
	}
	.shop .detail .imgBox .photoBox {
		margin: 0 0 17px;
		width: auto;
	}
	.shop .detail .imgBox .photoBox .photo {
		width: auto;
	}
	.shop .detail .imgBox .photoBox span {
		color: #4D4D4D;
	}
	.shop .detail .imgBox .textDl {
		margin-bottom: 20px;
	}
	.shop .detail .imgBox .textDl dt, 
	.shop .detail .imgBox .textDl dd {
		padding: 19px 1px 19px 20px;
	}
	.shop .detail .imgBox .bg {
		padding: 17px 28px 22px;
		font-size: 2rem;
	}
	.shop .detail .mapBox {
		margin-bottom: 41px;
		height: auto;
		aspect-ratio: 350/350;
	}
	.shop .detail .mapBox iframe {
		object-fit: cover;
	}
}
@media all and (max-width: 374px) {
	.shop .master .timeBox .h3Ttl {
		font-size: 2.5rem;
	}
	.shop .master p {
		font-size: 1.5rem;
	}
	.shop .detail .imgBox .bg {
		padding: 17px 15px 22px;
		font-size: 1.8rem;
	}
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.index {
	margin-top: -79px;
}
.index img {
	width: 100%;
}
.index .mainVisual {
	margin-bottom: 80px;
}
.index .mainVisual .list li {
	margin: 0 auto;
	max-width: 1100px;
/*	float: left;*/
	opacity: 0.4;
}
.index .mainVisual .list li img {
	display: block;
}
.index .mainVisual .list .slick-current li {
	opacity: 1;
}
.index .mainVisual .list li a {
	display: block;
}

.index .mainVisual .slick-dots {
	margin: 15px auto 0;
	display: flex;
	justify-content: center;
}
.index .mainVisual .slick-dots li {
	margin: 0 9px;
	max-width: inherit;
	width: 77px;
	height: 4px;
	background-color: #E5DADA;
	opacity: 1;
	cursor: pointer;
}
.index .mainVisual .slick-dots li.slick-active {
	background-color: #CDA04E;
}
.index .slick-dots li button {
	display: none;
}
.index .dumplingBox {
	margin-bottom: 42px;
}
.index .dumplingBox a {
	display: block;
}
.index .dumplingBox .photo {
	margin-bottom: 9px;
}
.index .dumplingBox span {
	font-weight: 300;
}
.index .dumplingUl {
	margin-bottom: 88px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index .dumplingUl li {
	width: calc(50% - 17px);
}
.index .dumplingUl li a {
	display: block;
}
.index .dumplingUl li .photo {
	margin-bottom: 9px;
	width: 388px;
}
.index .dumplingUl li span {
	font-weight: 300;
}
.index .mar {
	margin-bottom: 30px;
}
.index .aboutBox {
	margin-bottom: 80px;
}
.index .aboutBox .h3Ttl {
	margin-bottom: 16px;
	font-size: 2rem;
	font-weight: 500;
}
.index .aboutBox p {
	margin-bottom: 9px;
	font-weight: 300;
	line-height: 2;
}
.index .aboutBox .dumplingUl {
	margin-bottom: 40px;
}
.index .aboutBox .dumplingUl .photo {
	border-radius: 10px;
	overflow: hidden;
}
.index .link {
	margin-left: auto;
	max-width: 263px;
}
.index .link a {
	padding: 9px 0 10px;
	display: block;
	color: #FFF;
	font-weight: 500;
	border-radius: 31px;
	text-align: center;
	background-color: #990C19;
}
.index .aboutBox .photoBox {
	margin-bottom: 19px;
}
.index .aboutBox .photoBox a {
	display: block;
}
.index .aboutBox01 .h3Ttl {
	margin-bottom: 20px;
}
.index .announceBox {
	margin-bottom: 80px;
}
.index .bgBox {
	padding: 20px;
	background-color: #F8F1F1;
}
.index .bgInner {
	padding: 20px;
	background-color: #FFF;
}
.index .tabUl {
	display: flex;
	justify-content: space-between;
}
.index .tabUl li {
	margin-right: 20px;
	width: calc(50% - 10px);
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	background-color: #F8F1F1;
}
.index .tabUl li:nth-child(2n) {
	margin-right: 0;
}
.index .tabUl .tab01 {
	background-color: #D6D6D6;
}
.index .tabUl li a {
	padding: 7px 0;
	display: block;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
}
.index .bgBox .tabList li a {
	padding-bottom: 19px;
	display: flex;
}
.index .bgBox .tabList {
	display: block;
}
.index .bgBox .tabList li {
	margin: 0 0 20px;
	width: auto;
	border-bottom: 1px solid #F5F5F5;
}
.index .bgBox .tabList li a {
	padding-bottom: 7px;
	display: flex;
}
.index .bgBox .tabList li .photoBox {
	margin-right: 20px;
	width: 223px;
	height: 150px;
	aspect-ratio: 223/150;
}
.index .bgBox .tabList li .textBox {
}
.index .bgBox .tabList li .textBox .ttl {
	margin-bottom: 15px;
	color: #4D4545;
	font-size: 1.8rem;
}
.index .bgBox .tabList li .textBox p {
	margin-bottom: 11px;
	font-weight: 300;
}
.index .bgBox .tabList li .textBox .txt {
	color: #CDA04E;
	font-weight: 500;
	display: flex;
	justify-content: space-between;
}
.index .bgBox .tabList li .textBox .notes {
	padding: 0 9px;
	border: 1px solid #CDA04E;
}
.index .brandlistTtl {
	margin-bottom: 40px;
	padding: 8px 0 6px;
	font-family: 'Zen Old Mincho', serif;
	font-size: 2.2rem;
	color: #990C19;
	text-align: center;
	background-color: #F8F1F1;
}
.index .shopBtn {
	position: fixed;
	right: 20px;
	bottom: 42px;
	z-index: 200;
}
.index .shopBtn a {
	display: block;
	width: 100px;
}
@media all and (min-width: 897px) {
	.index .mainVisual .slick-dots li:hover {
		background-color: #CDA04E;
	}
	.index .shopBtn a:hover {
		opacity: 0.7;
	}
}
@media all and (min-width: 897px) {
	.index .dumplingBox a:hover {
		opacity: 0.7;
	}
	.index .link a:hover {
		opacity: 0.7;
	}
	.index .dumplingUl li a:hover {
		opacity: 0.7;
	}
	.index .aboutBox .photoBox a:hover {
		opacity: 0.7;
	}
	.index .bgBox .tabList li a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#top #gHeader .headBox {
		border-bottom: none;
	}
	.index {
		margin-top: 20px;
		color: #4D4545;
	}
	.index .mainVisual {
		margin: 0 10px 80px;
	}
	.index .mainVisual .list li {
		border-radius: 20px;
		overflow: hidden;
		width: calc(100vw - 20px) !important;
	}
	.index .mainVisual .slick-dots li {
		margin: 0 10px;
		width: 40px !important;
		height: 10px;
		border-radius: 0;
	}
	.index .brandlistTtl {
		padding: 10px 0 11px;
		line-height: 1.48;
	}
	.index .headLine01::before {
		left: calc(50% - 114px);
	}
	.index .dumplingBox {
		margin-bottom: 40px;
	}
	.index .dumplingUl {
		margin-bottom: 37px;
	}
	.index .dumplingUl li {
		width: calc(50% - 8px);
	}
	.index .dumplingUl li .photo {
		width: auto;
	}
	.index .mar {
		margin-bottom: 38px;
	}
	.index .link {
		margin: 0 73px;
		max-width: inherit;
	}
	.index .aboutBox {
		margin-bottom: 40px;
	}
	.index .aboutBox01 .h3Ttl {
		margin-bottom: 11px;
	}
	.index .aboutBox {
		margin-bottom: 33px;
	}
	.index .bef::before {
		left: calc(50% - 79px);
	}
	.index .tabUl li {
		margin-right: 15px;
		width: calc(50% - 7px);
	}
	.index .tabUl li a {
		padding: 11px 33px;
		font-size: 1.6rem;
	}
	.index .bgBox {
		padding: 10px;
	}
	.index .bgInner {
		padding: 20px 20px 40px;
	}
	.index .bgBox .tabList {
		margin-bottom: 40px;
	}
	.index .bgBox .tabList li a {
		display: block;
	}
	.index .bgBox .tabList li .photoBox {
		margin-bottom: 17px;
		margin-right: 0;
		width: auto;
		height: auto;
	}
	.index .bgBox .tabList li .textBox .ttl {
		margin-bottom: 20px;
	}
	.index .bgBox .tabList li .textBox p {
		margin-bottom: 13px;
	}
	.index .bgBox .tabList li .textBox .notes {
		margin-right: 9px;
	}
	.index .bgBox .tabList li .textBox .txt {
		margin-bottom: 10px;
		flex-direction: row-reverse;
	}
	.index .bgBox .link {
		margin: 0 43px;
	}
	.index .announceBox {
		margin-bottom: 40px;
	}
	.index .bef01::before {
		left: calc(50% - 103px);
	}
}
/*concept*/
.concept .wrap {
	flex-direction: revert;
}
.concept .heading {
	margin-bottom: 20px;
	padding: 7px 20px 6px;
	font-family: 'Zen Old Mincho', serif;
	font-size: 2.4rem;
	font-weight: 400;
	border-radius: 10px;
	background-color: #E6E6E6;
}
.concept #conts {
	margin-top: 1px;
}
.concept #conts p {
	margin-bottom: 20px;
	line-height: 2;
	font-weight: 300;
}
.concept #conts .last {
	margin-bottom: 80px;
}
.concept #conts .textUl {
	margin-bottom: 71px;
}
.concept #conts .textUl li {
	margin-bottom: 40px;
	position: relative;
}
.concept #conts .textUl .inner {
	margin-left: 30px;
}
.concept #conts .textUl .h3Ttl {
	line-height: 2;
}
.concept #conts .textUl span {
	position: absolute;
	left: 0;
	top: 4px;
	font-weight: bold;
}
.concept #conts .textUl p {
	margin-bottom: 0;
}
.concept #conts .textUl .photo {
	margin-top: 13px;
	width: 191px;
}
.concept #conts .mar {
	margin-bottom: 24px;
}
.concept #conts>.h3Ttl {
	margin-bottom: 24px;
}
.concept #conts .txt {
	margin-bottom: 80px;
}
.concept #conts .textDl {
	margin-bottom: 70px;
	display: flex;
	flex-wrap: wrap;
}
.concept #conts .textDl dt,
.concept #conts .textDl dd {
	padding-bottom: 10px;
	width: 92px;
	font-weight: bold;
	line-height: 2;
	box-sizing: border-box;
}
.concept #conts .textDl dd {
	width: calc(100% - 92px);
	font-weight: 300;
}
.concept #conts .textDl01 {
	margin-bottom: 0;
}
.concept #conts .textDl01 dt {
	width: 280px;
}
.concept #conts .textDl01 dd {
	width: calc(100% - 280px);
}
.concept #conts .textDl01 dd a {
	display: block;
}
@media all and (min-width: 897px) {
	.concept #conts .textDl01 dd a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.concept .heading {
		margin-bottom: 12px;
	}
	.concept #conts p {
		margin-bottom: 23px;
	}
	.concept #conts .last {
		margin-bottom: 30px;
	}
	.concept #conts .textUl {
		margin-bottom: 35px;
	}
	.concept #conts .textUl li {
		margin-bottom: 32px;
	}
	.concept #conts .textUl .photo {
		margin-top: 11px;
	}
	.concept #conts .mar {
		margin-bottom: 16px;
	}
	.concept #conts > .h3Ttl {
		margin-bottom: 8px;
	}
	.concept #conts .txt {
		margin-bottom: 32px;
	}
	.concept #conts .textDl {
		margin-bottom: 8px;
	}
	.concept #conts .textDl dt, 
	.concept #conts .textDl dd {
		padding-bottom: 23px;
		width: 75px;
	}
	.concept #conts .textDl dd {
		width: calc(100% - 75px);
	}
	.concept #conts .textDl01 {
		display: block;
	}
	.concept #conts .textDl01 dt, 
	.concept #conts .textDl01 dd {
		padding-bottom: 4px;
		width: auto;
	}
	.concept #conts .textDl01 dd {
		margin-right: -7px;
		padding-bottom: 24px;
	}
	.concept #sideBar .ttl01 {
		margin-bottom: 14px;
		color: #4D4D4D;
		font-weight: 400;
		text-align: left;
		border-top: none;
	}
	.concept #sideBar .sNavi {
		margin: 0 -10px;
		padding: 0 10px 12px;
		border-bottom: 1px dashed #E6E6E6;
	}
	.concept #sideBar .sNavi li {
		margin-bottom: 2px;
		padding-right: 5px;
		display: inline-block;
		position: relative;
	}
	.concept #sideBar .sNavi li::before {
		width: 1px;
		height: calc(100% - 10px);
		position: absolute;
		right: 0;
		top: 8px;
		background-color: #262626;
		content: '';
	}
	.concept #sideBar .sNavi li.last::before {
		display: none;
	}
	.concept #sideBar .sNavi a {
		padding: 0;
		display: inline-block;
		border-bottom: none;
		font-size: 1.3rem;
		background: none;
	}
	.concept #sideBar .sNavi li:last-child::before {
		display: none;
		content: none;
	}
}
@media all and (max-width: 374px) {
	.concept .heading {
		font-size: 2rem;
	}
	.concept #sideBar .sNavi a {
		font-size: 1.1rem;
	}
}


.page-numbers a,
.page-numbers span {
	margin: 0 7px;
	padding: 1px 5px;
	font-size: 1.6rem;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	min-width: 40px;
	height: 40px;
	border: 1px solid #262626;
	box-sizing: border-box;
	vertical-align: middle;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.page-numbers .prev,
.page-numbers .next {
	padding: 1px 23px;
	font-size: 0;
}
.page-numbers .prev::before {
	content: "前へ";
	font-size: 1.6rem;
}
.page-numbers .next::before {
	content: "次へ";
	font-size: 1.6rem;
}
.page-numbers .prev {
	margin-right: 75px;
}
.page-numbers .next {
	margin-left: 75px;
}
.page-numbers .current {
	color: #FFF;
	background-color: #262626;
}
.items .page-numbers {
    margin-bottom: 78px;
	display: flex;
	flex-wrap: wrap;
}
.items_detail #conts .h2Ttl {
	margin-top: 25px;
}
.cartjs_product_table table {
	margin-bottom: 0 !important;
	width: 100% !important;
	border: none !important;
}
.cartjs_product_num td:before {
	content:"■数量";
	display: block;
	margin-bottom: 13px;
}
.items_detail #conts .chooseBox .cartjs_product_input_txt {
	border-radius: 0 !important;
	margin-bottom: 40px;
}
.cartjs_product_table table th {
	display: none;
	border: none;
}
.cartjs_product_table table td {
	border: none !important;
	padding: 0 !important;
	width: 100% !important;
	display: block;
}
.chooseBox > div {
	width: 100% !important;
}
.cartjs_product_table table tbody {
	display: flex;
	flex-direction: column-reverse;
}
.cartjs_cart_in input {
	margin-bottom: 80px;
	padding: 12px 0;
    min-width: 234px;
    display: block;
    color: #FFF;
    font-weight: 500;
    border-radius: 31px;
    text-align: center;
    background-color: #990C19;
	border: none;
}
@media all and (max-width: 896px) {
	.page-numbers a,
	.page-numbers span {
		margin: 0 7px 20px 0;	
	}
	.page-numbers .prev {
		margin-right: 22px;
	}
	.page-numbers .next {
		margin-left: 22px;
		margin-right: 0;
	}
	.items .page-numbers {
		margin-bottom: 20px;
	}
	.items_detail #conts .h2Ttl {
		margin-top: 20px;
	}
	.cartjs_cart_in input {
		margin-bottom: 40px;
		min-width: auto;
		width: 100%;
		padding: 10px 0;
		border: none;
		appearance: none;
		-webkit-appearance: none;
		box-sizing: border-box;
	}
}
textarea[readonly],
input[readonly] {
	border: none !important;
	background: none !important;
	box-shadow: 1000px 0px 10px #fff inset !important;
}
.fadeIn {
	opacity: 0;
	transform: translatey(40px);
	transition: .5s linear;
}
.fadeIn.on {
	opacity: 1;
	transform: translatey(0);
}