/**********************
mv
*********************/
.mv_wrap{
    background-image: url(/hakkoudelicatessen/img/common/mv_bk.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.mv_wrap .title{
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 82px 0 82px;
}
.menu_list .mv_wrap .title{
	padding: 82px 0 82px;
}
.access .mv_wrap .title{
	padding: 82px 0 82px;
}
.mv_wrap .title h2{
    font-size: 21px;
    text-align: center;
    color: #fff;
    letter-spacing: 0.05em;
    line-height: 1.66;
	font-weight: 500;
    text-shadow: 0 0 10px #000;
}
@media screen and (min-width: 769px) {
	.mv_wrap{
		background-image: url(/hakkoudelicatessen/img/common/mv_bk_pc.jpg);
		/* background-size: cover; */
	}
	.mv_wrap .title{
		padding: 69px 0 91px;
	}
	.menu_list .mv_wrap .title{
		padding: 69px 0 91px;
	}
	.mv_wrap .title h2{
		font-size: 36px;
		letter-spacing: 0.1em;
		line-height: 2.2;
	}
}
/**********************
conceptDetail
*********************/
.conceptDetail{

}
.bk{
	overflow: hidden;
}
.conceptDetail .wrap{
	position: relative;
    padding: 82px 0 207px;
}
.conceptDetail .wrap:before,
.conceptDetail .wrap:after{
	content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 160px;
    background-size: cover;
    background-repeat: no-repeat;
}
.conceptDetail .wrap:before{
    background-image: url(/hakkoudelicatessen/img/concept/concept_wrap_bk_before.png);
    right: 0;
    top: -3px;
    z-index: 2;
    background-size: 111%;
    background-position: top 0 right -69px;
}
.conceptDetail .wrap:after{
    background-image: url(/hakkoudelicatessen/img/concept/concept_wrap_bk_after.png);
    height: 30%;
    background-size: 106%;
    background-position: bottom -1px right 19px;
}
.conceptDetail .title{
    margin-bottom: 16px;
}
.conceptDetail .title h3{
    font-family: "Noto Serif JP", serif;
    font-size: 27px;
    letter-spacing: 0.1em;
    line-height: 1.73;
    color: #111;
    text-align: center;
}
.conceptDetail .subtitle{
    margin-bottom: 9px;
}
.conceptDetail .subtitle h4{
	font-family: "Noto Serif JP", serif;
    letter-spacing: 0.05em;
    font-size: 21px;
    line-height: 1.66;
    text-align: center;
}
.conceptDetail .textArea{
    margin-bottom: 15px;
}
.conceptDetail p{
	font-size: 14px;
    line-height: 2.08;
    letter-spacing: 0.05em;
    text-align: center;
}
.conceptDetail p:not(:last-of-type){
    margin-bottom: 15px;
}
@media screen and (min-width: 500px) {
	.conceptDetail .wrap:before {
		height: 100%;
		background-size: contain;
	}
	.conceptDetail .wrap:after {
		height: 177px;
		background-position: top center;
		z-index: 1;
	}
}
@media screen and (min-width: 769px) {
	.pc_bk{
		position: relative;
	}
	.pc_bk::after{
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		margin: auto;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-image: url(/hakkoudelicatessen/img/concept/concept_wrap_bk_pc.png);
		background-position: top 182px center;
		right: 0;
		top: 0;
		background-size: 1320px;
	}
	.conceptDetail{

	}
	.bk{
		overflow: visible;
	}
	.conceptDetail .wrap{
		padding: 105px 0 207px;
	}
	.conceptDetail .wrap:before{
		background-image: none;
		background-position: 0;
		right: 0;
		top: 0;
		background-size: 95%;
		z-index: 1;
		overflow: visible;
		display: block;
	}
	.conceptDetail .wrap:after{
		display: none;
	}
	.conceptDetail .title{
		margin-bottom: 14px;
	}
	.conceptDetail .title h3{
		font-size: 50px;
		line-height: 1.6;
	}
	.conceptDetail .subtitle{
		margin-bottom: 27px;
	}
	.conceptDetail .subtitle h4{
		letter-spacing: 0.1em;
		font-size: 28px;
	}
	.conceptDetail .textArea{
		margin-bottom: 20px;
	}
	.conceptDetail p{
		font-size: 18px;
		line-height: 1.83;
	}
	.conceptDetail p:not(:last-of-type){
		margin-bottom: 20px;
	}
}
/**********************
detailArea
*********************/
.detailArea{

}
.detailArea .wrap{
	padding: 39px 0;
}
.detailArea p{
	font-size: 14px;
	line-height: 2.08;
	letter-spacing: 0.05em;
	color: #111;
	text-align: center;
}
.detailArea p.note{
	margin-top: 9px;
}
@media screen and (min-width: 769px) {
	.detailArea{

	}
	.detailArea .wrap{
		padding: 96px 0 39px;
	}
	.detailArea p{
		font-size: 18px;
		line-height: 1.88;
	}
	.detailArea p.note{
		font-size: 16px;
		letter-spacing: 0.05em;
		line-height: 2.12;
		color: #111;
		margin-top: 9px;
	}
}
/**********************
recipeList
*********************/
.recipeList{

}
.recipeList .wrap{
	padding-bottom: 25px;
}
.recipeList ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.recipeList li{
	width: 45%;
	margin-bottom: 28px;
}
.recipeList li a{
	display: block;
}
.recipeList li .img{
	margin: auto auto 19px;
	text-align: center;
	max-width: 145px;
}
.recipeList li p{
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1.66;
}
.menuBanner{

}
.menuBanner a{
	display: block;
	border: 1px solid #cfcfcf;
    padding: 24px 28px 26px 23px;
}
.menuBanner .img{
	margin-bottom: 15px;
}
.menuBanner .title{

}
.menuBanner .title p{
    position: relative;
    /* font-weight: bold; */
    letter-spacing: 0.05em;
    font-size: 13px;
    color: #111;
    line-height: 1.36;
    padding-bottom: 12px;
    text-align: center;
}
.menuBanner .title p:after{
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	max-width: 293px;
	width: 45%;
	border-bottom: 1px solid #d57f6f;
}
@media screen and (min-width: 769px) {
	.recipeList{

	}
	.recipeList .wrap{
		padding-bottom: 69px;
	}
	.recipeList ul{
		justify-content: center;
		margin-bottom: 48px;
	}
	.recipeList li{
		max-width: 304px;
		width: 100%;
		margin-bottom: 0;
		padding: 42px 0 64px;
		border-top: 1px solid #cfcfcf;
		box-sizing: border-box;
	}
	.recipeList li:nth-of-type(3n-1){
		border-right: 1px solid #cfcfcf;
		border-left: 1px solid #cfcfcf;
		max-width: 331px;
	}
	.recipeList li:first-of-type,
	.recipeList li:nth-of-type(2),
	.recipeList li:nth-of-type(3){
		border-top: none;
	}
	.recipeList li a{
		display: block;
	}
	.recipeList li .img{
		margin-bottom: 27px;
		max-width: 100%;
	}
	.recipeList li p{
		font-size: 24px;
		line-height: 1.33;
	}
	.menuBanner{
		max-width: 821px;
		margin: auto;
	}
	.menuBanner a{
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		justify-content: space-between;
		padding: 18px 22px 22px 27px;
	}
	.menuBanner .img{
		margin-bottom: 0;
		max-width: 480px;
		width: 100%;
	}
	.menuBanner .title{

	}
	.menuBanner .title p{
		letter-spacing: 0.05em;
		font-size: 22px;
		padding-bottom: 12px;
		text-align: left;
	}
	.menuBanner .title p:after{
		content: '';
		position: absolute;
		right: 0;
		left: 0;
		bottom: 0;
		margin: auto;
		max-width: 293px;
		width: 100%;
		border-bottom: 1px solid #d57f6f;
	}
}
/**********************
menu
*********************/
.menu{

}
.menu .wrap{
	margin: 17px 0 22px;
}
.menu .menuArea{
	margin-bottom: 32px;
}
.menu .menuArea .imgArea{
	position: relative;
	padding-top: 51px;
}
.menu .menuArea .award{
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	max-width: 30%;
	height: 100%;
}
.menu .menuArea .img{
	max-width: 363px;
	width: 69.2%;
	text-align: center;
	margin: auto auto 14px;
}
.menu .menuArea .menuTitle{
	margin-bottom: 17px;
}
.menu .menuArea .menuTitle h2{
	position: relative;
	font-family: "Noto Serif JP", serif;
	font-size: 22px;
	text-align: center;
	letter-spacing: 0.05em;
	color: #111;
	line-height: 1.38;
	padding-bottom: 11px;
}
.menu .menuArea .menuTitle h2:after{
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 37%;
	border-bottom: 1px solid #d57f6f;
}
.menu .menuArea > p:not(.note):not(.consumeBox){
	font-size: 14px;
	letter-spacing: 0.025em;
	line-height: 1.92;
	color: #111;
	margin-bottom: 20px;
}
.menu .menuArea > p.note{
	font-size: 12px;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 2;
}
.menu .menuArea > p.consumeBox{
    font-size: 14px;
    letter-spacing: 0.025em;
    line-height: 1.92;
    color: #111;
    margin-bottom: 20px;
    border: 2px solid #c04f15;
    border-radius: 10px;
    padding: 10px 10px;
}
.menu .menuArea > p.consumeBox span{
	display: inline-block;
    width: 100%;
}
.menu .allergensArea{
	margin-bottom: 29px;
}
.menu .allergensArea .allergens.type01{
	margin-bottom: 30px;
}
.menu .allergensArea .allergens dt{
	margin-bottom: 15px;
}
.menu .allergensArea .allergens.type01 dt {
	background: #d57f6f;
}
.menu .allergensArea .allergens.type02 dt{
	background: #683817;
}
.menu .allergensArea .allergens dt p{
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1.75;
	text-align: center;
	padding: 0;
	font-family: 'Noto Sans Jp', sans-serif;
}
.menu .allergensArea .allergens ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.menu .allergensArea .allergens li{
	width: calc((100% - 18px) / 4);
	margin-bottom: 5px;
}
.menu .allergensArea .allergens li{

}
.menu .productArea{
	border: 1px solid #cfcfcf;
	padding: 36px 0 47px;
	margin-bottom: 37px;
}
.menu .productArea .title{
	text-align: center;
	margin-bottom: 19px;
}
.menu .productArea .title h3{
	position: relative;
	font-family: "Noto Serif JP", serif;
	display: inline-block;
	border-bottom: 1px solid #d57f6f;
	font-size: 12px;
	letter-spacing: 0.1em;
	color: #111;
	padding: 0 5px 11px;
}
.menu .productArea .flexBox{

}
.menu .productArea .product{

}
.menu .productArea .product + .product{
	margin-top: 20px;
}
.menu .productArea a{
    display: flex;
    flex-direction: column;
}
.menu .productArea .img{
    max-width: 107px;
    width: 100%;
	text-align: center;
	margin: auto auto 13px;
}
.menu .productArea p{
	text-align: center;
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1.41;
	color: #111;
}
.menu .imageArea{
	margin-bottom: 62px;
}
.menu .imageArea .img:not(:last-of-type){
	margin-bottom: 24px;
}
.swiperMenu{
	background: #d57f6f;
	padding: 52px 0 21px;
	overflow: hidden;
}
.swiperMenu .swiper-container {
    overflow: visible;
}
.swiperMenu .swiper-wrapper {
    height: auto;
}
.swiperMenu li{
	width: 47%;
	/* max-width: 184px; */
}
.swiperMenu li .img{
	margin-bottom: 24px;
}
.swiperMenu li p{
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1.66;
	text-align: center;
}
.swiperMenu .swiper-slide img {
	height: auto;
	width: 100%;
}
.swiperMenu .swiper-button-next,
.swiperMenu .swiper-button-prev{
	background-image: none;
	background: #683817;
	border-radius: 50%;
	max-width: 72px;
	max-height: 72px;
	width: 42px;
	height: 42px;
    bottom: 24px;
	top: inherit;
}
.swiperMenu .swiper-button-prev{
    left: 27px;
}
.swiperMenu .swiper-button-next{
	right: 29px;
}
.swiperMenu .swiper-button-next{

}
.swiperMenu .swiper-button-next::after,
.swiperMenu .swiper-button-prev::after{
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}
.swiperMenu .swiper-button-next::after{
	border-left: 7px solid #fff;
}
.swiperMenu .swiper-button-prev::after{
	border-right: 7px solid #fff;
}
@media screen and (min-width: 769px) {
	.menu{

	}
	.menu .wrap{
		margin: 45px 0;
	}
	.menu .menuArea{
		max-width: 621px;
		margin: auto auto 40px;
	}
	.menu .menuArea .imgArea{
		position: relative;
		padding-top: 67px;
	}
	.menu .menuArea .award{
		max-width: 163px;
	}
	.menu .menuArea .img{
		width: 100%;
		margin: auto auto 28px;
		text-align: center;
		max-width: 377px;
	}
	.menu .menuArea .menuTitle{
		margin-bottom: 19px;
	}
	.menu .menuArea .menuTitle h2{
		font-size: 24px;
		line-height: 1.32;
		padding-bottom: 15px;
	}
	.menu .menuArea .menuTitle h2:after{
		width: 100%;
		max-width: 204px;
	}
	.menu .menuArea > p:not(.note):not(.consumeBox){
		font-size: 16px;
		line-height: 1.875;
		text-align: center;
		margin-bottom: 38px;
	}
	.menu .menuArea > p.note{
		font-size: 14px;
		letter-spacing: 0.025em;
		line-height: 2;
	}
	.menu .menuArea > p.consumeBox{
		font-size: 16px;
		line-height: 1.875;
		text-align: center;
		max-width: 500px;
		margin: 0 auto 38px;
		padding: 15px 10px;
		border-radius: 20px;
	}
	.menu .allergensArea{
		max-width: 500px;
		margin: 0 auto 56px;
	}
	.menu .allergensArea .allergens.type01{
		margin-bottom: 10px;
	}
	.menu .allergensArea .allergens dt{
		margin-bottom: 10px;
	}
	.menu .allergensArea .allergens dt p{
		font-size: 15px;
		line-height: 1.0;
		padding: 4px 0;
	}
	.menu .allergensArea .allergens ul{
		justify-content: flex-start;
	}
	.menu .allergensArea .allergens li{
		width: calc((100% - 35px) / 8);
		margin-bottom: 3px;
		margin-right: 5px;
	}
	.menu .allergensArea .allergens.type01 li{
		margin-bottom: 0;
	}
	.menu .allergensArea .allergens li:nth-of-type(8n),
	.menu .allergensArea .allergens li:last-of-type{
		margin-right: 0;
	}
	.menu .productArea{
		padding: 47px 0 57px;
		max-width: 500px;
		margin: 0 auto 90px;
	}
	.menu .productArea .title{
		margin-bottom: 40px;
	}
	.menu .productArea .title h3{
		font-size: 21px;
		padding: 0 10px 19px;
	}
	.menu .productArea .flexBox{
		display: flex;
		justify-content: center;
		flex-direction: row;
		align-items: baseline;
	}
	.menu .productArea .product {
		width: 210px;
		display: flex;
		justify-content: center;
	}
	.menu .productArea .product + .product{
		margin-top: 0;
		margin-left: 44px;
	}
	.menu .productArea .img{
		width: 100%;
		max-width: 134px;
		margin: auto auto 25px;
	}
	.menu .productArea .product.type02 .img{
		max-width: 174px;
	}
	.menu .productArea p{
		font-size: 18px;
		line-height: 1.44;
	}
	.menu .imageArea{
		margin-bottom: 125px;
	}
	.menu .imageArea .img:not(:last-of-type){
		margin-bottom: 67px;
	}
	.swiperMenu{
		padding: 63px 0 50px;
		overflow: hidden;
	}
	.swiperMenu .swiper-container {
		overflow: visible;
		max-width: 1130px;
	}
	.swiperMenu .swiper-wrapper {
		height: auto;
	}
	.listSlider{
		max-width: 960px;
		margin: auto;
		overflow: hidden;
	}
	.swiperMenu li{
		width: 100%;
		max-width: 190px;
	}
	.swiperMenu li .img{
		max-width: 160px;
		margin: auto auto 10px;
	}
	.swiperMenu li p{
		font-size: 17px;
		line-height: 1.77;
	}
	.swiperMenu .swiper-slide img {
		height: auto;
		width: 100%;
	}
	.swiperMenu .swiper-button-next,
	.swiperMenu .swiper-button-prev{
		max-width: 45px;
		max-height: 45px;
		width: 100%;
		height: 100%;
		bottom: 0;
		top: 40%;
	}
	.swiperMenu .swiper-button-prev{
		left: 0;
	}
	.swiperMenu .swiper-button-next{
		right: 17px;
	}
	.swiperMenu .swiper-button-next::after,
	.swiperMenu .swiper-button-prev::after{
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
	}
	.swiperMenu .swiper-button-next::after{
		border-left: 7px solid #fff;
	}
	.swiperMenu .swiper-button-prev::after{
		border-right: 7px solid #fff;
	}
}
@media screen and (min-width: 1100px) {
	.swiperMenu li p{
		font-size: 18px;
	}
}
/**********************
accessDetail
*********************/
.accessDetail {

}
.accessDetail .wrap{
	padding: 36px 0;
}
.accessDetail .map{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 75%;
	margin-bottom: 22px;
}
.accessDetail .map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.accessDetail .detail{

}
.accessDetail .detail dl{
	display: flex;
	align-items: flex-start;
	border-bottom: 1px solid #c5c5c5;
	padding: 0 2px 10px;
	margin-bottom: 8px;
}
.accessDetail .detail dl:last-of-type{
	margin-bottom: 17px;
}
.accessDetail .detail dt{
	width: 23%;
}
.accessDetail .detail dd{
	width: calc(100% - 23%);
	overflow-wrap: anywhere;
	word-break: normal;
}
.accessDetail .detail dt p,
.accessDetail .detail dd p {
	position: relative;
	font-size: 10px;
	letter-spacing: 0.05em;
	color: #111;
	padding: 2px 0;
}
.accessDetail .detail dt p{
	border-left: 2px solid #d57f6f;
	padding-left: 5px;
}
.accessDetail .detail dt p .insta_icon{
    display: block;
	max-width: 13px;
}
.accessDetail .detail dd{
	width: cal(100% - 23%);
}
.accessDetail .detail dd p {
	line-height: 1.5;
}
.accessDetail .detail dd p a{
	display: inline-block;
	letter-spacing: 0.05em;
	color: #d57f6f;
	border-bottom: 1px solid #d57f6f;
}
.accessDetail .detail div {
	margin-bottom: 37px;
}
.accessDetail .detail div > p {
	font-size: 10px;
	letter-spacing: 0.05em;
	color: #111;
	margin-bottom: 10px;
}
.accessDetail .detail div a {
	display: inline-block;
}
.accessDetail .detail div a p {
	font-size: 11px;
	letter-spacing: 0.05em;
	color: #d57f6f;
	border-bottom: 1px solid #d57f6f;
	padding-bottom: 4px;
}
@media screen and (min-width: 769px) {
	.accessDetail {

	}
	.accessDetail .wrap{
		padding: 70px 0;
	}
	.accessDetail .map{
		padding-top: 400px;
		margin-bottom: 39px;
	}
	.accessDetail .detail{
		max-width: 653px;
		margin: auto;
	}
	.accessDetail .detail dl{
		padding: 0 0 17px;
		margin-bottom: 15px;
	}
	.accessDetail .detail dl:last-of-type{
		margin-bottom: 20px;
	}
	.accessDetail .detail dt{
		width: 122px;
	}
	.accessDetail .detail dt p,
	.accessDetail .detail dd p {
		font-size: 18px;
		padding: 2px 0 3px;
	}
	.accessDetail .detail dt p{
		padding-left: 10px;
	}
	.accessDetail .detail dd{
		width: cal(100% - 23%);
	}
	.accessDetail .detail div {
		margin-bottom: 76px;
	}
	.accessDetail .detail div > p {
		font-size: 18px;
		margin-bottom: 14px;
	}
	.accessDetail .detail div a p {
		font-size: 18px;
		padding-bottom: 9px;
	}
	.accessDetail .detail dt p .insta_icon{
		max-width: 26px;
	}
}
