@charset 'UTF-8';

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	トップページ

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */



/* ================================================================================

	レイアウト

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	#wrapper {
		background: url(../img/main_bg.jpg) repeat center top / contain;
	}

	main.outer_wrap {
		position: relative;
		max-width: none;
		/* max-width: 1920px; 固定幅レイアウト時 */
		width: 100%;
		min-height: 50vh;
		display: block;
		margin: 0 auto;
	}

	.inner_wrap {
		position: relative;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	#wrapper {
		background: url(../img/main_bg.jpg) repeat center top / contain;
	}

	main.outer_wrap {
		position: relative;
		width: 100%;
	}

	.inner_wrap {
		position: relative;
	}
}





/* ================================================================================

	メイン画像

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.main_top {
		position: relative;
	}
	.main_top_in {
		position: relative;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.main_top {
		position: relative;
	}
	.main_top_in {
		position: relative;
	}

		/* ロゴ
	----------------------------------------------- */
	.h_logo {
		position: absolute;
		top: 44.6vw;
		left: 50%;
		margin-left: -36vw;
	}
	.h_logo a{
		display: block;
		width: 73vw;
	}
	.h_logo a img{
		width: 100%;
	}
}






/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★

	ここからコンテンツ内容

★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ================================================================================

	TOPの共通

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* ーーーー基本フォントサイズーーーー */
/*--
	 body{
		font-size: 1.2vw;
		font-feature-settings: "palt" 1;
		letter-spacing: 0.05em;
	}
--*/
	
	header,main{
		font-size: 1.2vw;
		font-feature-settings: "palt" 1;
		letter-spacing: 0.05em;
	}
	
	

	p + * {
		margin-top: 1.3em !important;
	}

	/* ーーーー見出しーーーー */
	.top_title_h2{
		position: relative;
	}
	/* ロゴアインコン */
	.top_title_h2::before{
		position: absolute;
		content: "";
		background: url(../img/logo_icon.png) no-repeat center top / auto 100%;
		width: 3.5vw;
		height: 3.5vw;
		top: -5.1vw;
		left: 50%;
		margin-left: -2vw;
	}
	/* 見出し下飾り */
	.top_title_h2::after{
		position: absolute;
		content: "";
		background: url(../img/h2_bg.png) no-repeat center top / auto 100%;
		width: 16.2vw;
		height: 1.9vw;
		bottom: 0;
		left: 50%;
		margin-left: -8.1vw;
	}

	.top_title_h2 h2{
		font-size: 2.5vw;
		font-weight: 500;
		font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
		padding-bottom: 3vw;
		line-height: 1.4;
	}

	/* ーーーーボタンーーーー */
	.button_box{
		text-align: center;
	}
	.button_box a{
		position: relative;
		color: #f9e7be;
		background: url(../img/r_bg.jpg) center top / auto 400%;
		display: inline-block;
		min-width: 24.9vw;
		border-top-left-radius: 2.5vw;
		border-bottom-right-radius: 2.5vw;
		font-size: 1.6vw;
		font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
		font-weight: 400;
	}
	/* □ */
	.button_box a::before{
		position: absolute;
		content: "";
		border: 1px solid #f9e7be;
		width: 0.855vw;
		height: 0.85vw;
		top: 0.43vw;
		right: 0.3vw;
	}
	.button_box a::after{
		position: absolute;
		content: "";
		border: 1px solid #f9e7be;
		width: 0.85vw;
		height: 0.855vw;
		bottom: 0.43vw;
		left: 0.3vw;
	}

	/* 金枠 */
	.button_box a span {
		position: relative;
		border: 1px solid #f9e7be;
		min-width: 23.5vw;
		display: inline-block;
		border-top-left-radius: 1.8vw;
		border-bottom-right-radius: 1.8vw;
		margin: 0.8vw 0.7vw;
		padding: 0.2vw 8vw;
	}
	/* ▼ */
	.button_box a span::before{
		position: absolute;
		content: "";
		background: url(../img/gold_icon.png)no-repeat center top / 100% auto;
		width: 0.6vw;
		height: 0.5vw;
		top: 1.5vw;
		right: 6vw;
	}
	

}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
		/* ーーーー見出しーーーー */
		.top_title_h2{
			position: relative;
			z-index: 1;
		}
		/* ロゴアインコン */
		.top_title_h2::before{
			position: absolute;
			content: "";
			background: url(../img/logo_icon.png) no-repeat center top / auto 100%;
			width: 8.5vw;
			height: 8.5vw;
			top: -11.7vw;
			left: 50%;
			margin-left: -5vw;
		}
		/* 見出し下飾り */
		.top_title_h2::after{
			position: absolute;
			content: "";
			background: url(../img/h2_bg.png) no-repeat center top / auto 100%;
			width: 50.2vw;
			height: 5.9vw;
			bottom: 0;
			left: 50%;
			margin-left: -25.1vw;
		}
	
		.top_title_h2 h2{
			font-size: 5.5vw;
			font-weight: 500;
			font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
			padding-bottom: 10.5vw;
			line-height: 1.1;
		}

			/* ーーーーボタンーーーー */
	.button_box{
		text-align: center;
	}
	.button_box a{
		position: relative;
		color: #f9e7be;
		background: url(../img/r_bg.jpg) center top / auto 400%;
		display: inline-block;
		width: 73.9vw;
		border-top-left-radius: 5.5vw;
		border-bottom-right-radius: 5.5vw;
		font-size: 5.6vw;
		font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
		font-weight: 400;
	}
	/* □ */
	.button_box a::before{
		position: absolute;
		content: "";
		border: 1px solid #f9e7be;
		width: 2.455vw;
		height: 2.55vw;
		top: 1.13vw;
		right: 1vw;
	}
	.button_box a::after{
		position: absolute;
		content: "";
		border: 1px solid #f9e7be;
		width: 2.455vw;
		height: 2.55vw;
		bottom: 1.13vw;
		left: 0.8vw;
	}

	/* 金枠 */
	.button_box a span {
		position: relative;
		border: 1px solid #f9e7be;
		width: 70.4vw;
		display: inline-block;
		border-top-left-radius: 4.8vw;
		border-bottom-right-radius: 4.8vw;
		margin: 2.2vw 1.6vw;
		padding: 0.2vw 8vw;
	}
	/* ▼ */
	.button_box a span::before{
		position: absolute;
		content: "";
		background: url(../img/gold_icon.png)no-repeat center top / 100% auto;
		width: 2.6vw;
		height: 2.5vw;
		top: 50%;
		right: 4.7vw;
		margin-top: -1vw;
	}
	
}

/* ================================================================================

	新着

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.row01{
		padding-top: 7.3vw;
		position: relative;
		z-index: 0;

	}
	.row01::before{
		position: absolute;
		content: "";
		background:url(../img/row01_bg02.jpg) no-repeat left top / 100% auto;
		width: 34.3vw;
		height: 75.5vw;
		top: 0;
		left: 0;
	}
	.row01::after{
		position: absolute;
		content: "";
		background:url(../img/row01_bg01.jpg) no-repeat right top / 100% auto;
		width: 42vw;
		height: 52.5vw;
		top: 0;
		right: 0;
		z-index: -1;
	}

	.row01 h2{
		font-size: 1.65vw;
		position: absolute;
		z-index: 1;
		font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
		top: -1vw;
		left: 50%;
		margin-left: -24.4vw;
		font-weight: 500;
	}
	/* 新着 */
	.row01 .post_wrap {
		width: 54.5vw;
		height: 17.7vw;
		margin: 0 auto;
		background-color: rgba(232,229,199,0.8);
		padding: 2.3vw 3.1vw;
	}

	.row01 .post_wrap li{
		border-bottom: 3px #dc4b2d dotted;
		padding-bottom: 1vw;
		margin-bottom: 1vw;
	}
	.row01 .post_date {
		font-size: 1vw;
		letter-spacing: 0.15em;
		padding-right: 2.5vw;
		padding-left: 1.6vw;
		margin-top: 0.2vw;
		float: left;
	}
	.row01 .post_title {
		font-size: 1.2vw;
		font-weight: 400;
		float: left;
		width: 33vw;
	}
	.row01 .post_title a{
		color:#3b1f1a;
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.row01{
		padding: 13vw 4vw 0;
		position: relative;
		z-index: 0;
	}
	.row01::before{
		position: absolute;
		content: "";
		background:url(../img/row01_bg02.jpg) no-repeat left top / 100% auto;
		width: 42.3vw;
		height: 92.5vw;
		top: 0;
		left: 0;
	}
	.row01::after{
		position: absolute;
		content: "";
		background:url(../img/row01_bg01.jpg) no-repeat right top / 100% auto;
		width: 56vw;
		height: 70.5vw;
		top: 0;
		right: 0;
		z-index: -1;
	}
	.row01 h2{
		font-size: 4.5vw;
		font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
		font-weight: 500;
		padding-left: 5vw;
	}
	/* 新着 */
	.row01 .post_wrap{
		height: 44.7vw;
		margin: 5vw 5vw 0;
		background-color: rgba(232,229,199,0.8);
		padding: 8vw 5vw;
	}
	.row01 .post_wrap li{
		border-bottom: 3px #dc4b2d dotted;
		padding-bottom: 2vw;
		margin-bottom: 2vw;
	}
	.row01 .post_date {
		padding-right: 2.5vw;
		padding-left: 1.6vw;
	}
	.row01 .post_title {
		font-weight: 400;
	}
	.row01 .post_title a{
		color: #3b1f1a;
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		padding-left: 1.5vw;
	}
	
}


/* ================================================================================

	レンゲ、ひと口の幸福感

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.row02{
		padding-top: 8.6vw;
	}
	.row02_text{
		padding-top: 1.4vw;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.row02{
		padding: 24vw 4vw 0;
	}
	.row02_text{
		padding-top: 3.4vw;
	}
}





/* ================================================================================

	二連ボタン

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.row03{
		background: url(../img/r_bg.jpg) repeat-y center top / contain;
		padding: 1.5vw 0;
		margin-top: 5.7vw;
	}
	.imgWrap {
		overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
		width: 100%;
		height: auto;
		position: relative;
		}
		.imgWrap img {
			display: block;
			transition-duration: 0.3s;	/*変化に掛かる時間*/
		}
		.imgWrap img:hover {
			transform: scale(1.1);	/*画像の拡大率*/
			transition-duration: 0.3s;	/*変化に掛かる時間*/
		}
	
	/* テキスト部分 */

		.row03-botan01 a:hover,.row03-botan02 a:hover{
			opacity: 1;
		}
		.row03-botan01 a p,
		.row03-botan02 a p{
			font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
			position: absolute;
			color: #fff;
			z-index: 8;
			width: 10vw;
			top: 7.9vw;
			left: 20vw;
			font-size: 2.4vw;
			font-weight: 500;
			text-align: center;
		}
	
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.row03{
		background: url(../img/r_bg.jpg) repeat-y center top / contain;
		padding: 4.5vw 0;
		margin-top: 17vw;
	}


	.imgWrap {
		overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
		width: 100%;
		height: auto;
		position: relative
		}
		.imgWrap img {
			display: block;
			transition-duration: 0.3s;	/*変化に掛かる時間*/
		}
		.imgWrap img:hover {
			transform: scale(1.1);	/*画像の拡大率*/
			transition-duration: 0.3s;	/*変化に掛かる時間*/
		}
		
		/* テキスト部分 */
		.row03-botan01 a:hover,.row03-botan02 a:hover{
			opacity: 1;
		}
		.row03-botan01 a p,
		.row03-botan02 a p{
			font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
			position: absolute;
			color: #fff;
			z-index: 8;
			width: 37vw;
			top: 13.4vw;
			left: 50%;
			margin-left: -19.1vw;
			font-size: 7.4vw;
			font-weight: 500;
			text-align: center;
		}
	
}





/* ================================================================================

	法要・歓送迎会など様々なシーンでご利用可能なコース料理

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.row04{
		padding-top: 9.2vw;
		background: url(../img/dragon_bg.jpg) no-repeat right top / 30% auto;
	}


	.row04_in_01{
		padding-top: 5.6vw;
		position: relative;
		z-index: 0;
	}
	.row04_in_02 {
		padding-top: 3.4vw;
		position: relative;
		z-index: 0;
	}

/* くも飾り */
	.row04_in_01_box{
		position: relative;
		padding: 0 2vw 0 1.8vw;
	}
	.row04_in_01_box::before{
		position: absolute;
		content: "";
		background: url(../img/cloud02.jpg) no-repeat center top / 100% auto;
		width: 16vw;
		height: 7vw;
		top: -2vw;
		left: -3vw;
	}
	.row04_in_01_box::after{
		position: absolute;
		content: "";
		background: url(../img/cloud02.jpg) no-repeat center top / 100% auto;
		width: 16vw;
		height: 7vw;
		bottom: -2vw;
		right: -1vw;
	}

/* くも飾り */
	.row04_in_02_box{
		padding: 0  1.8vw 0 2vw;
		position: relative;
		z-index: 0;
	}
	.row04_in_02_box::before{
		position: absolute;
		content: "";
		background: url(../img/cloud01.jpg) no-repeat center top / 100% auto;
		width: 16vw;
		height: 7vw;
		top: 0vw;
		right: -1vw;
		z-index: -1;
	}
	.row04_in_02_box::after{
		position: absolute;
		content: "";
		background: url(../img/cloud01.jpg) no-repeat center top / 100% auto;
		width: 16vw;
		height: 7vw;
		bottom: -4vw;
		left: -1.5vw;
		z-index: -1;
	}

	/* 見出し */
	.row04 h3{
		font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
		border-bottom: 1px solid #bb1a1a;
		padding: 0 2vw 1vw;
		font-size: 1.9vw;
		font-weight: 400;
		line-height: 1.7;
	}
	.row04_in_02 h3 span{
		padding-left: 11vw;
	}

	/* テキスト */
	.row04_in_01 .row04_text{
		padding: 1.5vw 4vw 0;
	}
	.row04_in_02 .row04_text{
		padding: 1.5vw 4vw 0;
	}

	/* 画像後ろの赤い部分 */
	.row04_img01,
	.row04_img02{
		position: relative;
		z-index: 0;
	}
	.row04_img01::before{
		position: absolute;
		content: "";
		background: #bb1a1a;
		width: 50.1vw;
		height: 32.1vw;
		top: 1.6vw;
		right: 1.3vw;
		z-index: -1;
	}
	.row04_img02::before{
		position: absolute;
		content: "";
		background: #bb1a1a;
		width: 50.1vw;
		height: 32.1vw;
		top: 1.6vw;
		left: 1.3vw;
		z-index: -1;
	}
	.row04_img02::after{
		position: absolute;
		content: "";
		background: url(../img/flower.jpg) no-repeat center top / 100% auto;
		width: 18.1vw;
		height: 28.6vw;
		bottom: -16vw;
		left: 0;
		z-index: -2;
	}

	/* ボタン */
	.row04_button{
		padding-top: 9.1vw;

	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.row04{
		padding: 24vw 4vw 0;
	}

	.row04_in_01{
		padding-top: 5.6vw;
	}
	.row04_in_02 {
		padding-top: 11.4vw;
	}

	/* 見出し */
	.row04 h3{
		font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
		border-bottom: 1px solid #bb1a1a;
		padding: 0 0 3vw;
		font-size: 4vw;
		font-weight: 400;
		line-height: 1.4;
		text-align: center;
	}
	/* テキスト */
	.row04_in_01 .row04_text{
		padding: 3vw 0 3vw;
	}
	.row04_in_02 .row04_text{
		padding: 3vw 0 3vw;
	}


	/* くも飾り */
	.row04 .top_title_h2 h2{
		position: relative;
	}
	.row04 .top_title_h2 h2::before{
		position: absolute;
		content: "";
		background: url(../img/cloud02.jpg) no-repeat center top / 100% auto;
		width: 31vw;
		height: 14vw;
		top: -18vw;
		left: -3vw;
	}
		/* くも飾り */
	.row04_in_01_box{
		position: relative;
		z-index: 0;
	}
	.row04_in_01_box::after{
		position: absolute;
		content: "";
		background: url(../img/cloud02.jpg) no-repeat center top / 100% auto;
		width: 31vw;
		height: 14vw;
		top: -14vw;
		right: -1vw;
		z-index: -1;
	}
	/* くも飾り */
	.row04_in_02_box{
		padding: 0  1.8vw 0 2vw;
		position: relative;
		z-index: 0;
	}
	.row04_in_02_box::before{
		position: absolute;
		content: "";
		background: url(../img/cloud01.jpg) no-repeat center top / 100% auto;
		width: 33vw;
		height: 14vw;
		top: -9vw;
		right: -1vw;
		z-index: -1;
	}
	.row04_in_02_box::after{
		position: absolute;
		content: "";
		background: url(../img/cloud01.jpg) no-repeat center top / 100% auto;
		width: 36vw;
		height: 15vw;
		bottom: -56vw;
		left: -1.5vw;
		z-index: -1;
	}

	/* 画像後ろの赤い部分 */
	.row04_img01,
	.row04_img02{
		position: relative;
		z-index: 0;
	}
	.row04_img01::before{
		position: absolute;
		content: "";
		background: #bb1a1a;
		width: 73.3vw;
		height: 47.4vw;
		top: 2vw;
		right: 7vw;
		z-index: -1;
	}
	.row04_img02::before{
		position: absolute;
		content: "";
		background: #bb1a1a;
		width: 73.3vw;
		height: 47.4vw;
		top: 2vw;
		left: 7vw;
		z-index: -1;
	}

		/* ボタン */
		.row04_button{
			padding-top: 16vw;
	
		}
}





/* ================================================================================

	リーズナブルに美味しい中華を

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.row05 {
		background: url(../img/row05_bg.jpg) no-repeat center top / cover;
		margin-top: 7.5vw;
		padding-top: 6.3vw;
		height: 35.7vw;
		color: #fff;
	}
	.row05 .top_title_h2{
		margin-top: 4.2vw;
	}

	.row05_text{
			padding-top: 1.4vw;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.row05 {
		background: url(../img/row05_bg.jpg) no-repeat center top / cover;
		margin-top: 18.5vw;
		padding: 21.3vw 04vw 0;
		height: 107.7vw;
		color: #fff;
	}
	.row05 .top_title_h2{
		margin-top: 4.2vw;
	}

	.row05_text{
		padding-top: 3.4vw;
	}
}


/* ================================================================================

	今週の週替わりランチメニュー

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.row06 {
		padding: 0.9vw 0 8vw;
		background: url(../img/row06_bg01.jpg)repeat-y right top / 22% auto, url(../img/row06_bg02.jpg)repeat-y left top / 22% auto;
	}
	.row06 .top_title_h2{
		margin-top: 8.1vw;
	}

	/* 記事設定 */
	.lunch_wrap {
		padding-top: 4.6vw;
	}
	.lunch_wrap ul{
		font-size: 0;
		text-align: center;
	}
	.lunch_wrap ul li{
		font-size: 1.1vw;
		display: inline-block;
		margin: 0 2vw;
	}

	/* タイトル */
	.lunch_wrap .lunch_title{
		width: 17.9vw;
		padding-top: 1.6vw;
		font-weight: bold;
		line-height: 1.4;
	}
	/* 値段（本文） */
	.lunch_wrap .lunch_excerpt{
		width: 17.9vw;
		padding-top: 1vw;
	}
	/* サムネイル */
	.lunch_wrap .lunch_thumb img{
		width: 18vw;
		height: 18vw;
		object-fit: cover;
		font-family: 'object-fit: cover;'; /* IE対策 */
		border: solid #bc0e11 0.4vw;
   }


	.row06_text{
		padding-top:5vw;
	}
	.row06_button{
		padding-top: 3.8vw;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.row06 {
		padding: 13vw 4vw 0;
	}
	.row06 .top_title_h2{
		margin-top: 8.1vw;
	}

	/* 記事設定 */
	.lunch_wrap {
		padding-top: 5.6vw;
	}
	.lunch_wrap ul{
		font-size: 0;
		text-align: center;
	}
	.lunch_wrap ul li{
		font-size: 3vw;
		display: inline-block;
		margin: 0 2vw 4vw;
	}

	/* タイトル */
	.lunch_wrap .lunch_title{
		width: 41.2vw;
		padding-top: 2.6vw;
	}
	/* 値段（本文） */
	.lunch_wrap .lunch_excerpt{
		width: 41.2vw;
		padding-bottom: 2vw;
	}
	/* サムネイル */
	.lunch_wrap .lunch_thumb img{
		width: 42vw;
		height: 42vw;
		object-fit: cover;
		font-family: 'object-fit: cover;'; /* IE対策 */
		border: solid #bc0e11 1.5vw;
	 }


	 .row06_text{
		padding-top:5vw;
	}
	.row06_button{
		padding-top: 8.8vw;
	}
}

/* ================================================================================

	テイクアウト

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.row07 {
		position: relative;
		background:url(../img/bg02.jpg) repeat-y center top / contain;
		padding: 8.8vw 0;
		margin: 0 0 12vw;
		z-index: 0;
	}
	.row07::before {
		position: absolute;
		content: "";
		background: url(../img/logo_icon.png) no-repeat center top / auto 100%;
		width: 6.8vw;
		height: 6.8vw;
		top: -2.8vw;
		left: 50%;
		z-index: 1;
		margin-left: -3.3vw;
	}



	/* ーーーー見出しーーーー */
	.row07_title_h2{
		position: relative;
	}
	/* 見出し下飾り */
	.row07_title_h2::after{
		position: absolute;
		content: "";
		background: url(../img/red_title_bg.png) no-repeat center top / auto 100%;
		width: 16.2vw;
		height: 1.9vw;
		bottom: 0;
		left: 50%;
		margin-left: -8.1vw;
	}

	.row07_title_h2 h2{
		font-size: 2.5vw;
		font-weight: 500;
		font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
		padding-bottom: 3vw;
		line-height: 1.4;
	}

	.row07_text{
		padding: 2vw 6vw 0 9vw;
	}

	/* テイクアウト画像 */
	.row07_img{
		position: relative;
	}
	.row07_img img{
		width: 40.3vw !important;
	}
	.row07_img::before{
		position: absolute;
		content: "";
		background: url(../img/takeout_img.png) no-repeat center top / auto 100%;
		width: 12.2vw;
		height: 14.9vw;
		top: -8vw;
		left: 50%;
		margin-left: 7.9vw;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.row07 {
		position: relative;
		background: url(../img/bg02.jpg) repeat-y center top / contain;
		padding: 8.8vw 4vw 0;
		margin: 15vw 0 12vw;
		z-index: 0;
	}
	.row07::before {
		position: absolute;
		content: "";
		background: url(../img/logo_icon.png) no-repeat center top / auto 100%;
		width: 6.8vw;
		height: 6.8vw;
		top: -2.8vw;
		left: 50%;
		z-index: 1;
		margin-left: -3.3vw;
	}

		/* ーーーー見出しーーーー */
		.row07_title_h2{
			position: relative;
		}
		/* 見出し下飾り */
		.row07_title_h2::after{
			position: absolute;
			content: "";
			background: url(../img/red_title_bg.png) no-repeat center top / auto 100%;
			width: 50.2vw;
			height: 5.9vw;
			bottom: 0;
			left: 50%;
			margin-left: -25.1vw;
		}
	
		.row07_title_h2 h2{
			font-size: 5.5vw;
			font-weight: 500;
			font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
			padding-bottom: 10.5vw;
			line-height: 1.1;
		}
	
		.row07_text{
			padding: 3vw 0 0;
		}

	/* テイクアウト画像 */
	.row07_img{
		position: relative;
		padding: 9vw 5vw 9vw;
	}

	.row07_img::before{
		position: absolute;
		content: "";
		background: url(../img/takeout_img.png) no-repeat center top / auto 100%;
		width: 30.2vw;
		height: 35.9vw;
		bottom: 4vw;
		left: 50%;
		margin-left: 20.9vw;
	}
	
}