@charset 'UTF-8';

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

	各固定ページ

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



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

	body直下にid名「wrapper」のdivがあります。
	こちらには、固定ページごとに異なるclass名(post-〇)が付与されますので、
	ご活用ください。
	
	【例】
	<body>
	<div id="wrapper" class="post-2 page type-page status-publish has-post-thumbnail hentry">

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



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

	レイアウト

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

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

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

	.inner_wrap {
		position: relative;
		width: 100%;
		margin: 0 auto;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	#wrapper {
	}

	main.outer_wrap {
		position: relative;
		width: 100%;
		min-height: 50vh;
		padding: 12vw 0 20vw;
	}

	.inner_wrap {
		position: relative;
		width: 100%;
		padding: 0 4vw;
	}
}





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

	メイン画像

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.main_cate {
		position: relative;
		background: url(../img/cate_main.jpg) center top / cover no-repeat;
		height: 31.25vw;
		text-align: center;
		margin-bottom: 4vw;
	}
	.main_cate_in {
		position: absolute;
		z-index: 1;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}

	/* メイン画像のタイトル */
	.main_cate_in p {
		font-size: 3vw;
		display: inline-block;
		background-color: #ffffff;
		padding: 0 1vw 0.3vw;
	}
	
	
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.main_cate {
		position: relative;
		background: url(../img/cate_main.jpg) -33vw top / cover no-repeat;
		height: 60vw;
		text-align: center;
	}
	.main_cate_in {
		position: absolute;
		z-index: 1;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}

	/* メイン画像のタイトル */
	.main_cate_in p {
		font-size: 5vw;
		display: inline-block;
		background-color: #ffffff;
		padding: 0 2vw 0.5vw;
	}
	
	
}











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

	セクション

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

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

	/* 2カラム
	----------------------------------------------- */
	.col2_1,
	.col2_1_long,
	.col2_1_middle,
	.col2_1_short,
	.col2_1_vshort,
	.col2_1_mshort {
		margin-right: 20px;
	}
	.col2_2,
	.col2_2_long,
	.col2_2_middle,
	.col2_2_short,
	.col2_2_vshort,
	.col2_2_mshort {
		margin-left: 20px;
	}

	/* 3カラム
	----------------------------------------------- */
	.col3_1 {
		margin-right: 20px;
	}
	.col3_2 {
		margin-left: 10px;
		margin-right: 10px;
	}
	.col3_3 {
		margin-left: 20px;
	}

}




/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* 2カラム
	----------------------------------------------- */
	.col2_1 {
	}
	.col2_1_long {
		margin-top: 16vw;
	}
	.col2_1_middle {
		margin-top: 12vw;
	}
	.col2_1_short {
		margin-top: 8vw;
	}
	.col2_1_vshort {
		margin-top: 4vw;
	}
	.col2_1_mshort {
		margin-top: 3vw;
	}

	.col2_2 {
	}
	.col2_2_long {
		margin-top: 16vw;
	}
	.col2_2_middle {
		margin-top: 12vw;
	}
	.col2_2_short {
		margin-top: 8vw;
	}
	.col2_2_vshort {
		margin-top: 4vw;
	}
	.col2_2_mshort {
		margin-top: 3vw;
	}

	/* 3カラム
	----------------------------------------------- */
	.col3_1 {
		margin-top: 0;
	}
	.col3_2,
	.col3_3 {
		margin-top: 12vw;
	}

}





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

	マージンボックス

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

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

	/* 上にマージンを空ける
	----------------------------------------------- */
	.top_long {
		margin-top: 120px;
	}
	.top_middle {
		margin-top: 80px;
	}
	.top_short {
		margin-top: 40px;
	}
	.top_vshort {
		margin-top: 20px;
	}
	.top_mshort {
		margin-top: 10px;
	}

	/* 下にマージンを空ける
	----------------------------------------------- */
	.bottom_long {
		margin-bottom: 120px;
	}
	.bottom_middle {
		margin-bottom: 80px;
	}
	.bottom_short {
		margin-bottom: 40px;
	}
	.bottom_vshort {
		margin-bottom: 20px;
	}
	.bottom_mshort {
		margin-bottom: 10px;
	}

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* 上にマージンを空ける
	----------------------------------------------- */
	.top_long {
		margin-top: 16vw;
	}
	.top_middle {
		margin-top: 12vw;
	}
	.top_short {
		margin-top: 8vw;
	}
	.top_vshort {
		margin-top: 4vw;
	}
	.top_mshort {
		margin-top: 3vw;
	}

	/* 下にマージンを空ける
	----------------------------------------------- */
	.bottom_long {
		margin-bottom: 16vw;
	}
	.bottom_middle {
		margin-bottom: 12vw;
	}
	.bottom_short {
		margin-bottom: 8vw;
	}
	.bottom_vshort {
		margin-bottom: 4vw;
	}
	.bottom_mshort {
		margin-bottom: 3vw;
	}

}




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

	パディングボックス

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

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

	/* 上にパディングを空ける
	----------------------------------------------- */
	.p_top_long {
		padding-top: 120px;
	}
	.p_top_middle {
		padding-top: 80px;
	}
	.p_top_short {
		padding-top: 40px;
	}
	.p_top_vshort {
		padding-top: 20px;
	}
	.p_top_mshort {
		padding-top: 10px;
	}

	/* 下にパディングを空ける
	----------------------------------------------- */
	.p_bottom_long {
		padding-bottom: 120px;
	}
	.p_bottom_middle {
		padding-bottom: 80px;
	}
	.p_bottom_short {
		padding-bottom: 40px;
	}
	.p_bottom_vshort {
		padding-bottom: 20px;
	}
	.p_bottom_mshort {
		padding-bottom: 10px;
	}

	/* 両方にパディングを空ける
	----------------------------------------------- */
	.row_long {
		padding-top: 120px;
		padding-bottom: 120px;
	}
	.row_middle {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.row_short {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.row_vshort {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.row_mshort {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* 上にパディングを空ける
	----------------------------------------------- */
	.p_top_long {
		padding-top: 16vw;
	}
	.p_top_middle {
		padding-top: 12vw;
	}
	.p_top_short {
		padding-top: 8vw;
	}
	.p_top_vshort {
		padding-top: 4vw;
	}
	.p_top_mshort {
		padding-top: 3vw;
	}

	/* 下にパディングを空ける
	----------------------------------------------- */
	.p_bottom_long {
		padding-bottom: 16vw;
	}
	.p_bottom_middle {
		padding-bottom: 12vw;
	}
	.p_bottom_short {
		padding-bottom: 8vw;
	}
	.p_bottom_vshort {
		padding-bottom: 4vw;
	}
	.p_bottom_mshort {
		padding-bottom: 3vw;
	}

	/* 両方にパディングを空ける
	----------------------------------------------- */
	.row_long {
		padding-top: 16vw;
		padding-bottom: 16vw;
	}
	.row_middle {
		padding-top: 12vw;
		padding-bottom: 12vw;
	}
	.row_short {
		padding-top: 8vw;
		padding-bottom: 8vw;
	}
	.row_vshort {
		padding-top: 4vw;
		padding-bottom: 4vw;
	}
	.row_mshort {
		padding-top: 3vw;
		padding-bottom: 3vw;
	}


	/* 背景色を伸ばす
	----------------------------------------------- */
	.row_sp {
		padding-left: 4vw !important;
		padding-right: 4vw !important;
	}
}




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

	カラーボックス

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

/* カラー01 */
.row_c01 {
	background: url(../img/spacer.gif) center top / auto auto repeat ,#feefd2;
	color: inherit;
}

/* カラー02 */
.row_c02 {
	background: url(../img/spacer.gif) center top / auto auto repeat ,#444444;
	color: #ffffff;
}

/* ボーダー囲い色 */
.box_border {
	border-color: #fbdfa9;
}


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

	/* カラー01 */
	.row_c01 {
	}

	/* カラー02 */
	.row_c02 {
	}

	/* ボーダー囲い */
	.box_border {
		padding: 40px;
		border-style: solid;
		border-width: 10px;
		border-radius: 40px;
	}
	.cate_box01 {
		padding: 80px;
		border-radius: 40px;
		background-color: #fbdfa9;
	}
	.cate_box02 {
		padding: 40px;
		border-radius: 40px;
		background-color: #fbdfa9;
	}
	
	
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* カラー01 */
	.row_c01 {
		padding-left: 4vw;
		padding-right: 4vw;
	}

	/* カラー02 */
	.row_c02 {
		padding-left: 4vw;
		padding-right: 4vw;
	}

	/* ボーダー囲い */
	.box_border {
		padding: 4vw;
		border-style: solid;
		border-width: 4px;
	}
	
	.cate_box01 {
		padding: 10vw 6vw;
		border-radius: 8vw;
		background-color: #fbdfa9;
	}
	.cate_box02 {
		background-color: #fbdfa9;
		border-radius: 8vw;
		padding: 10vw 9vw;
	}
	
	
}




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

	見出し

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

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

	/* h2見出し
	----------------------------------------------- */
	.h2_cate h2 {
		text-align: center;
		font-size: 32px;
		font-weight: 400;
		line-height: 1.5;
	}
	.h2_cate h2 span {
		display: block;
		font-size: 22px;
		color: #ff9c00;
		font-family: 'Work Sans';
	}
	.row_c01 .h2_cate h2 {
		color: inherit;
	}
	.row_c01 .h2_cate h2 span {
		color: #ff9c00;
	}
	
	.row_c02 .h2_cate h2 {
		color: #ffffff;
	}
	.row_c02 .h2_cate h2 span {
		color: #ffffff;
	}

	/* h3見出し
	----------------------------------------------- */
	.h3_cate {
		border-bottom: 1px solid;
		padding: 0 0 8px 0 !important;
	}
	.h3_cate h3 {
		font-size: 26px;
		font-weight: 400;
		line-height: 1.4;
		text-align: center;
		color: inherit;
	}
	.row_c01 .h3_cate h3 {
		color: inherit;
	}
	.row_c02 .h3_cate h3 {
		color: #ffffff;
	}

	/* 3カラムh3見出し
	----------------------------------------------- */
	.h3_col3 {
		border-bottom: 1px dotted;
		padding: 0 0 8px 0 !important;
	}
	.h3_col3 h3 {
		font-size: 20px;
		font-weight: 500;
		line-height: 1.4;
		color: inherit;
	}
	.h3_col3 h3 span {
		display: block;
		font-size: 16px;
	}
	.row_c01 .h3_col3 h3 {
		color: inherit;
	}
	.row_c02 .h3_col3 h3 {
		color: #ffffff;
	}

}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* h2見出し
	----------------------------------------------- */
	.h2_cate h2 {
		font-size: 5.5vw;
		line-height: 1.5;
		font-weight: 500;
		text-align: center;
	}
	.h2_cate h2 span {
		font-family: 'Work Sans';
		font-weight: 400;
		font-size: 4vw;
		color: #ff9c00;
		display: block;
		letter-spacing: 0.05em;
	}
	.row_c01 .h2_cate h2 {
		color: inherit;
	}
	.row_c01 .h2_cate h2 span {
		color: #ff9c00;
	}
	.row_c02 .h2_cate h2 {
		color: #ffffff;
	}
	.row_c02 .h2_cate h2 span {
		color: #ffffff;
	}

	/* h3見出し
	----------------------------------------------- */
	.h3_cate {
		border-bottom: 1px solid;
		padding: 0 0 1.5vw 0 !important;
	}
	.h3_cate h3 {
		font-size: 4.5vw;
		font-weight: 500;
		line-height: 1.4;
		text-align: center;
		color: inherit;
	}
	.row_c01 .h3_cate h3 {
		color: inherit;
	}
	.row_c02 .h3_cate h3 {
		color: #ffffff;
	}

	/* 3カラムh3見出し
	----------------------------------------------- */
	.h3_col3 {
		border-bottom: 1px dotted;
		padding: 0 0 2vw 0 !important;
	}
	.h3_col3 h3 {
		font-size: 4vw;
		font-weight: 500;
		line-height: 1.4;
		color: inherit;
		text-align: center;
	}
	.h3_col3 h3 span {
		display: block;
		font-size: 3.5vw;
		margin-top: 1vw;
	}
	.row_c01 .h3_col3 h3 {
		color: inherit;
	}
	.row_c02 .h3_col3 h3 {
		color: #ffffff;
	}

}




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

	共通ボタン

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

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

	/* リンク
	----------------------------------------------- */
	.link_common ul {
		font-size: 0;
		text-align: center;
	}
	.link_common ul li {
		position: relative;
		display: inline-block;
	}
	.link_common ul li a {
		position: relative;
		background-color: #fff;
		font-size: 20px;
		font-weight: 400;
		color: #ff9c00;
		padding: 18px 38px 19px 30px;
		width: 300px;
		border-radius: 40px;
		display: block;
	}
	.link_common a:after {
		content: '';
		position: absolute;
		background: url(../img/btn_arrow.jpg) center top / contain no-repeat;
		width: 20px;
		height: 20px;
		top: 50%;
		right: 25px;
		margin-top: -10px;
	}
	.link_common ul li:not(:first-child) {
		margin-left: 20px;
	}
	
	.row_c01 .link_common ul li a {
	}
	.row_c02 .link_common ul li a {
		background-color: #ffffff;
		color: #ff9c00;
	}
	
	
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* リンク
	----------------------------------------------- */
	.link_common ul {
		text-align: center;
	}
	.link_common ul li {
		display: block;
	}
	.link_common a {
		position: relative;
		display: block;
		background-color: #fff;
		font-size: 4vw;
		font-weight: 400;
		color: #ff9c00;
		padding: 3vw 2vw 3.2vw 1vw;
		width: 65vw;
		border-radius: 7vw;
		margin-left: auto;
		margin-right: auto;
	}
	.link_common a:after {
		content: '';
		position: absolute;
		background: url(../img/btn_arrow.jpg) center top / contain no-repeat;
		width: 4vw;
		height: 4vw;
		top: 50%;
		right: 4vw;
		margin-top: -2vw;
	}
	
	.link_common ul li:not(:first-child) {
		margin-top: 2vw;
	}
	.row_c01 .link_common ul li a {
	}
	.row_c02 .link_common ul li a {
		background-color: #ffffff;
		color: #444444;
	}
	
	
}





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

	ここから各固定ページ

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


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

	実績紹介部分

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


/* カテゴリアイコン色 */
.works_icon span {
	background-color: #222222;
	color: #ffffff;
}


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

	.works_wrap {
		position: relative;
		width: 1000px;
		margin:0 auto;
	}
	.works_wrap ul {
		font-size: 0;
		text-align: center;
	}
	.works_wrap > ul > li {
		position: relative;
		display: inline-block;
		vertical-align: top;
		text-align: left;
		width: 320px;
		margin-left: 20px;
		font-size: 16px;
	}
	.works_wrap > ul > li:nth-of-type(3n+1) {
		margin-left: 0;
	}


	/* カテゴリアイコン */
	.works_icon {
		position: absolute;
		top: 16px;
		left: 0px;
		z-index: 1;
	}
	.works_icon span,
	.works_icon a {
		position: relative;
		display: inline-block;
		padding: 0 0.5em 0.1em;
	}


	/* サムネイル画像 */
	.works_thumb img {
		width: 100%;
		height: 213px;
		object-fit: cover;
		font-family: 'object-fit: cover;'; /* IE対策 */
	}


	/* 投稿記事見出し */
	.works_title a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		padding: 0.3em 0.5em;
		font-size: 18px;
	}

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	.works_wrap {
		position: relative;
		margin: 0 auto;
	}
	.works_wrap > ul {
	}
	.works_wrap > ul > li {
		position: relative;
		padding: 0;
	}
	.works_wrap > ul > li:not(:first-child) {
		margin-top: 6vw;
	}

	.works_wrap > ul > li > a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		
		border: 1px solid #cccccc;
	}


	/* カテゴリアイコン */
	.works_icon {
		position: absolute;
		top: 4vw;
		left: 0px;
		z-index: 1;
	}
	.works_icon span,
	.works_icon a {
		display: inline-block;
		padding: 0 0.5em 0.1em;
	}


	/* サムネイル画像 */
	.works_thumb img {
		max-width: 100%;
		width: 100%;
		height: 62vw;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}


	/* 投稿記事見出し */
	.works_title a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		padding: 0.3em 0.5em;
		font-size: 4vw;
	}

}





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

	コンセプトページ

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.concept_img01 img {
		border-radius: 40px;
		border: 12px solid #fde4b5;
	}
	.concept_img02 img {
		border-radius: 40px;
		border: 12px solid #fde8c0;
	}
	
	.train_box01:after {
		content: '';
		position: absolute;
		background: url(../img/train.png) center top / contain no-repeat;
		width: 100px;
		height: 145px;
		top: -15px;
		left: 23px;
	}
	
	
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.concept_img01 img {
		border-radius: 5vw;
		border: 2vw solid #fbdfa9;
	}
	.concept_img02 img {
		border-radius: 5vw;
		border: 2vw solid #fde8c0;
	}
	
	.train_box01:after {
		content: '';
		position: absolute;
		background: url(../img/train.png) center top / contain no-repeat;
		width: 23vw;
		height: 32vw;
		top: -4vw;
		left: 4.3vw;
	}
	
	
}





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

	ランチページ

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.lunch_img01 {
		margin-bottom: 10px !important;
	}
	.lunch_img01 img {
		border-radius: 50%;
	}
	
	.lunch_pick th {
		padding: 8px 8px 15px 8px !important;
		line-height: 1.6;
	}
	.lunch_pick th span {
		font-size: 16px;
		display: block;
	}
	
	.lunch_img02 img {
		border-radius: 40px;
		border: 12px solid #fde8c0;
	}
	.lunch_img03 img {
		border-radius: 40px;
		border: 12px solid #fbdfa9;
	}
	
	
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.lunch_img01 {
		padding: 0 8vw;
		margin-bottom: 2vw !important;
	}
	.lunch_img01 img {
		border-radius: 50%;
	}
	
	
	.lunch_pick th {
		font-size: 3.5vw !important;
		padding: 0 2vw 3vw 2vw !important;
		line-height: 1.6;
	}
	.lunch_pick tr:first-child td {
		font-size: 3.5vw !important;
	}
	.lunch_pick th span {
		font-size: 3.5vw;
		display: block;
	}
	
	.lunch_img02 img {
		border-radius: 5vw;
		border: 2vw solid #fde8c0;
	}
	.lunch_img03 img {
		border-radius: 5vw;
		border: 2vw solid #fbdfa9;
	}
	
	
}





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

	ディナーページ

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.dinner_pick {
	}
	.dinner_pick table {
		width: 100%;
	}
	.dinner_pick tr {
		border-bottom: 1px solid #8f5b0a;
	}
	.dinner_pick th {
		width: 50% !important;
		font-size: 20px;
		font-weight: normal;
		text-align: left;
		padding: 8px;
	}
	.dinner_pick td {
		width: 50% !important;
		font-size: 20px;
		font-weight: normal;
		text-align: right;
		padding: 8px;
	}

	.dinner_pick tr.exp_tr {
		border-bottom: none;
	}
	.dinner_pick tr.exp_tr td {
		font-size: 14px;
		text-align: left;
		padding: 8px;
		color: #ff7e00;
	}
	
	.dinner_img01 img {
		border-radius: 40px;
		border: 12px solid #fbdfa9;
	}
	.dinner_img02 img {
		border-radius: 40px;
		border: 12px solid #fde8c0;
	}
	
	
	.volume_box01:after {
		content: '';
		position: absolute;
		background: url(../img/volume.png) center top / contain no-repeat;
		width: 120px;
		height: 165px;
		top: -20px;
		left: 25px;
	}
	.volume_box02:after {
		content: '';
		position: absolute;
		background: url(../img/volume02.png) center top / contain no-repeat;
		width: 120px;
		height: 165px;
		top: -20px;
		left: 25px;
	}
	.aburage_box01:after {
		content: '';
		position: absolute;
		background: url(../img/aburage.png) center top / contain no-repeat;
		width: 120px;
		height: 165px;
		top: -20px;
		left: 25px;
	}
	
	
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.dinner_pick {
	}
	.dinner_pick table {
		width: 100%;
	}
	.dinner_pick tr {
		border-bottom: 1px solid #8f5b0a;
	}
	.dinner_pick th {
		width: 48% !important;
		font-size: 3.5vw;
		font-weight: normal;
		text-align: left;
		padding: 2vw;
	}
	.dinner_pick td {
		width: 60% !important;
		font-size: 3.5vw;
		font-weight: normal;
		text-align: right;
		padding: 2vw;
	}

	.dinner_pick tr.exp_tr {
		border-bottom: none;
	}
	.dinner_pick tr.exp_tr td {
		font-size: 3.0vw;
		text-align: left;
		padding: 2vw;
		color: #ff7e00;
	}
	
	.dinner_img01 img {
		border-radius: 5vw;
		border: 2vw solid #fbdfa9;
	}
	.dinner_img02 img {
		border-radius: 5vw;
		border: 2vw solid #fde8c0;
	}
	
	.volume_box01:after {
		content: '';
		position: absolute;
		background: url(../img/volume.png) center top / contain no-repeat;
		width: 23vw;
		height: 32vw;
		top: -4vw;
		left: 4.3vw;
	}
	.volume_box02:after {
		content: '';
		position: absolute;
		background: url(../img/volume02.png) center top / contain no-repeat;
		width: 23vw;
		height: 32vw;
		top: -4vw;
		left: 4.3vw;
	}
	.aburage_box01:after {
		content: '';
		position: absolute;
		background: url(../img/aburage.png) center top / contain no-repeat;
		width: 23vw;
		height: 32vw;
		top: -4vw;
		left: 4.3vw;
	}
	
	
}





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

	ドリンクページ

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.drink_pick th {
		padding: 8px 8px 15px 8px !important;
		line-height: 1.6;
	}
	.drink_pick th span {
		font-size: 16px;
		display: block;
	}
	
	.drink_img01 img {
		border-radius: 40px;
		border: 12px solid #fde8c0;
	}
	
	.beer_table {
		border-bottom: 1px solid #8f5b0a;
		padding-bottom: 15px;
	}
	.beer_table table {
		width: 100%;
	}
	.beer_table tr.title_tr th {
		font-size:20px;
		text-align: left;
		padding: 0 8px 8px 8px;
	}

	.beer_table tr {
	}
	.beer_table tr:last-of-type {
	}

	.beer_table th {
		width: 35% !important;
		font-size: 16px;
		font-weight: normal;
		text-align: left;
		padding: 4px 8px 4px 24px;
	}
	.beer_table tr:last-of-type th {
		padding: 4px 8px 8px 24px;
	}

	.beer_table td {
		width: 65% !important;
		font-size: 16px;
		font-weight: normal;
		text-align: right;
		padding: 4px 8px 4px 8px;
	}
	.beer_table tr:last-of-type td {
		padding: 4px 8px 8px 8px;
	}
	
	
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.drink_pick th {
		font-size: 3.5vw !important;
		padding: 0 2vw 3vw 2vw !important;
		line-height: 1.6;
	}
	.drink_pick tr:first-child td {
		font-size: 3.5vw !important;
	}
	.drink_pick th span {
		font-size: 3.2vw;
		display: block;
	}
	
	.drink_img01 img {
		border-radius: 5vw;
		border: 2vw solid #fde8c0;
	}
	
	.beer_table {
	}
	.beer_table table {
		width: 100%;
	}
	.beer_table tr.title_tr th {
		font-size: 4vw;
		text-align: left;
		padding: 0 2vw 2vw 0vw;
	}

	.beer_table tr {
	}
	.beer_table tr:last-of-type {
		border-bottom: 1px solid #8f5b0a;
	}

	.beer_table th {
		width: 30% !important;
		font-size: 3.5vw;
		font-weight: normal;
		text-align: left;
		padding: 1vw 2vw 1vw 1vw;
	}

	.beer_table td {
		width: 70% !important;
		font-size: 3.5vw;
		font-weight: normal;
		text-align: right;
		padding: 1vw 2vw 1vw 1vw;
	}
	.beer_table tr:last-of-type td {
		padding: 1vw 2vw 3vw 1vw;
	}
	
	
}





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

	アクセスページ

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

.map_box a {
	width: 100%;
	height: 450px;
	display: block;
	z-index: 1;
	position: absolute;
}


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.access_img01 img {
		border-radius: 40px;
		border: 12px solid #fbdfa9;
	}
	
	.access_map iframe {
		border-radius: 40px;
		border: 12px solid #fbdfa9 !important;
	}
	
	
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.access_img01 img {
		border-radius: 5vw;
		border: 2vw solid #fbdfa9;
	}
	
	.access_map iframe {
		border-radius: 5vw;
		border: 2vw solid #fbdfa9 !important;
	}
	
	
}