@charset "UTF-8";

/* ------------------------------------
//  全ページ共通
// ----------------------------------*/
/* 下層ページのメインビジュアル設定 */
.mainvisiual_wrap {
	display: table;
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 240px;
	position: relative;
	opacity: 0;/*jsで遅れて表示する*/
}
@media screen and (max-width: 767px) {
/* 下層ページのメインビジュアル設定 */
.mainvisiual_wrap {
	height: 110px;
}
}
/* ページ毎に設定 */
/*基本*/
.mainvisiual_wrap { background-image: url('../img/mv/mv_child1.jpg'); }
/*総合案内*/
.page-information .mainvisiual_wrap { background-image: url('../img/mv/mv_child4.jpg'); }
/*場内施設マップ*/
.post-type-archive-facility .mainvisiual_wrap { background-image: url('../img/mv/mv_child1.jpg'); }
/*大王の歴史*/
.page-history .mainvisiual_wrap { background-image: url('../img/mv/mv_child3.jpg'); }
/*わさび豆知識*/
.page-wasabi-trivia .mainvisiual_wrap { background-image: url('../img/mv/mv_child5.jpg'); }
/*近隣観光案内*/
.page-guide .mainvisiual_wrap { background-image: url('../img/mv/mv_child_kamikochi.jpg'); }
/*大王通販市場*/
.page-shopping .mainvisiual_wrap,
.parent-pageid-27 .mainvisiual_wrap,
.single-ichiba .mainvisiual_wrap,
.page-usces-cart .mainvisiual_wrap,
.category-item .mainvisiual_wrap{ background-image: url('../img/mv/mv_child_ichiba.jpg'); }
/*電話注文*/
.page-telephone-order .mainvisiual_wrap,
.parent-pageid-29 .mainvisiual_wrap,
.page-about_telephone_order .mainvisiual_wrap,
.page-quality .mainvisiual_wrap,
.page-quality .usces-cart{ background-image: url('../img/mv/mv_child_telephone.jpg'); }
/*WEBクーポン*/

/* */
.footer-mailto {
	width: 100%;
	text-align: center;
	margin-top: 40px;
}
.footer-mailto img {
	width: auto;
}
@media screen and (max-width: 767px) {
	.footer-mailto {
		margin-top: 30px;
	}
	.footer-mailto img {
		width: 100%;
	}
}

.wrap-page-title {
	margin-bottom: 10px;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.wrap-page-title .title_page {
	margin: 0 40px 0 0;
}
.wrap-page-title .btn_square_large {
	width: 254px;
	margin: 0;
}
.wrap-page-title .btn_square_large a {
	width: 100%;
	padding: 14px 40px;
	box-sizing: border-box;
}
/*2022-2-22追加*/
.title_page a[target="_blank"]::after {
	content: '\f08e';
	font-family: FontAwesome;
	margin-left: 0.5em;
	text-decoration: none;
  }
  .br_sp{
	  display: none;
  }
@media screen and (max-width: 767px) {
	.wrap-page-title {
		display: block;
		margin-bottom: 10px;
	}
	.wrap-page-title .title_page {
		margin: 0 0 30px 0;
	}
	.wrap-page-title .btn_square_large {
		width: 100%;
		text-align: center;
	}
	.wrap-page-title .btn_square_large a {
    max-width: 254px;
    padding: 19px 40px;
	}
}

.img-full {
	margin: 40px 0;
	width: 99vw;
	transform: translateX(-24.5vw);
	overflow: hidden;
}
.img-full img {
	width: 100%;
}
@media screen and (max-width: 767px) {
	.img-full {
		margin: 30px auto;
		width: 100%;
		transform: translateX(0);
	}
	.br_sp{
		display: block;
	}
}


/* ------------------------------------
//  home
// ----------------------------------*/
.mainvisual_cont_pc {
	opacity: 0;
	width: 100%;
	height: 100%;
}
.mainvisual_cont_sp { display: none; }
	.mainvisual_block {
		width: auto;
		height: 62%;

		/*▼イベント情報を表示しない場合*/
		height: 58%;

		max-height: 745px;
		margin-top: -40px;
	}
	.on_sticky_entry {
		margin-top: -70px;

		/*▼イベント情報を表示しない場合*/
		margin-top: -30px;
	}
		.mainvisual {
			width: auto;
			height: 100%;
		}
			.mainvisual img {
				width: auto;
				height: 100%;
			}
		.mainvisual_sp { display: none; }

		/*イベントの1件（先頭に固定記事）を表示*/
		.event_sticky_entry {
			display: inline-block;
			margin-top: 10px;
			overflow: hidden;
			text-align: center;
			overflow: hidden;
		}
			.event_sticky_entry a {
				display: block;
				border-radius: 22px;
				padding: 12px 24px;
				text-align: center;
				line-height: 1.5;
			}
			.event_sticky_entry a:link, .event_sticky_entry a:visited {
				background-color: #377100;
				background-color: rgba(34,70,0,0.8);
				color: #fff !important;
				text-decoration: none !important;
			}
			.event_sticky_entry a:hover, .event_sticky_entry a:active {
				background-color: #69CC2B;
				text-decoration: none;
			}
				.event_sticky_entry a span {
					margin-right: 5px;
				}
					.event_sticky_entry a span .fa-caret-right {
						margin-left: 10px;
					}
@media screen and (max-width: 767px) {
.mainvisual_cont_pc { display: none; }
.mainvisual_cont_sp {
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
}
	.mainvisual_block {
		width: auto;
		height: auto;
		max-height: auto;
		margin-top: 0;
	}
	.on_sticky_entry {
		margin-top: 0;
	}
		.mainvisual { display: none; }
		.mainvisual_sp {
			display: block;
		}
			.mainvisual_sp img {
				margin: 0 -5px 10px auto;
				width: 80%;
				height: auto;
			}

		/*イベントの1件（先頭に固定記事）を表示*/
		.event_sticky_entry {
			display: inline-block;
			margin: 0 0 10px;
			max-width: 100%;
			text-align: center;
			overflow: hidden;
		}
			.event_sticky_entry a {
				display: block;
				border-radius: 6px;
				padding: 8px 14px;
				text-align: left;
				line-height: 1.1em;
			}
			.event_sticky_entry a:link, .event_sticky_entry a:visited {
			}
			.event_sticky_entry a:hover, .event_sticky_entry a:active {
			}
				.event_sticky_entry a span {
					margin-right: 2px;
				}
					.event_sticky_entry a span .fa-caret-right {
						margin-left: 4px;
					}
}

/* ------------------------------------
//  総合案内
// ----------------------------------*/
/*カスタムメニューで重複する“current”調整*/
.page-information .menu-gnavi-container ul li.current-menu-item:nth-child(2) a {
	border-bottom: none;
}

.googlemap {
	text-align: center;
	position: relative;
}
	.googlemap iframe {
		border-radius: 10px;
		width: 100%;
		height: 450px;
		margin: 0 auto;
	}
	.googlemap span {
		display: block;
		width: 100%;
		margin: 0 auto;
		font-size: 12px;
		text-align: left;
	}

	/*クリックで消えるオーバーレイボックス*/
	.gmap_click_act_box {
		display: table;
		background-color: rgba(0,0,0,0.2);
		border-radius: 10px;
		width: 100%;
		height: 450px;
		position: absolute;
		left: 0;
		top: 0;
		cursor: pointer;
	}
		.gca_txt {
			display: table-cell;
			vertical-align: middle;
			text-align: center;
		}
			.gca_txt span {
				display: inline;
				background-color: rgba(0,0,0,0.75);
				border-radius: 12px;
				padding: 20px 30px;
				margin: 0 auto;
				font-size: 18px;
				font-weight: bold;
				color: #FFF;
				text-align: center;
			}
@media screen and (max-width: 767px) {
.googlemap {
	margin-bottom: 10px;
}
	.googlemap iframe {
		border-radius: 0;
		height: 250px;
	}
	.googlemap span {}

	/*クリックで消えるオーバーレイボックス*/
	.gmap_click_act_box {
		border-radius: 0;
		height: 250px;
	}
		.gca_txt {}
			.gca_txt span {
				display: inline;
				background-color: rgba(0,0,0,0.75);
				border-radius: 4px;
				padding: 10px 10px;
				font-size: 14px;
			}
}

/*動画*/
.youtube_movie {
	text-align: center;
}
@media screen and (max-width: 767px) {
/*動画*/
.youtube_movie {
	width: 100%;
}
	.youtube_movie iframe {
		width: 80%;
		height: auto;
	}
}

/* -----------------------------------------
//  場内施設マップ
// ---------------------------------------*/
/* 散策マップ */
.sansaku_map_wrap {
	margin: 0 0 35px;
	width: 100%;
	height: 610px;
	text-align: center;
	position: relative;
}
	/*マップ内画像*/
	.ph_sansakumap,
	.ph_fukei,
	.ph_softcream,
	.ph_don,
	.ph_soba {
		position: absolute;
	}
	.ph_sansakumap { left: 0; top: 0; width: 100%;}
	.ph_fukei { left: -61px; top: -55px; }
	.ph_softcream { right: -43px; top: -102px; }
	.ph_don { right: -119px; bottom: 250px; }
	.ph_soba { left: -101px; bottom: 116px; }
	/* 散策マップダウンロードボタン */
	.btn_sansaku_map {
		background: url('../img/facility/btn_sansaku_pdf.png') no-repeat left bottom;
		display: block;
		width: 160px;
		height: 141px;
		position: absolute;
		right: 0px;
		bottom: 37px;
		transition: all 0s linear 0s;
	}
	.btn_sansaku_map:hover {
		background-position: left top;
	}
@media screen and (max-width: 767px) {
/* 散策マップ */
.sansaku_map_wrap {
	background-size: contain;
	margin: 0 0 15px;
	height: auto;
}
	/*マップ内画像*/
	.ph_sansakumap,
	.ph_fukei,
	.ph_softcream,
	.ph_don,
	.ph_soba {
		height: auto;
		position: absolute;
	}
	.ph_sansakumap {
		position: relative;
		width: 100%;
		left: 0; top: 0; }
	.ph_fukei {
		width: 35%;
		left: 0; top: 0; }
	.ph_softcream {
		width: 35%;
		right: -10px; top: -5%; }
	.ph_don {
		width: 35%;
		right: -10px; top: 42%; bottom: auto; }
	.ph_soba { display: none; }

	/* 散策マップダウンロードボタン */
	.btn_sansaku_map {
		background-size: auto 200%;
		margin: 10px auto 0;
		width: 189px;
		height: 100px;
		position: relative;
		left: 0;
		bottom: 0;
		transition: none;
	}
	.btn_sansaku_map:hover {
		background-position: left top;
	}
}

/*切り替えタブ*/
.map_tab {
	width: 100%;
	font-size: 0px;

}
	.map_tab li {
		display: inline-block;
		border-radius: 5px 5px 0 0;
		vertical-align: bottom;
		width: 280px;
		padding-top: 4px;
		margin-right: 10px;
		font-size: 21px;
		font-weight: bold;
		line-height: 57px;
		text-align: center;
		color: #000;
		position: relative;
		cursor: pointer;
		z-index: 999;
	}
	.map_tab li:last-child { margin-right: 0; }
	/*タブ色*/
	.map_tab li#tab_miru   { background-color: #CAE8C8; }
	.map_tab li#tab_taberu { background-color: #EEF0BE; }
	.map_tab li#tab_taiken { background-color: #F6E4C3; }
	/*タブ色 - hover, カレント時*/
	.map_tab li.current,
	.map_tab li:hover {
		border-radius: 8px 8px 0 0;
		line-height: 67px;
	}
	/*カレントの時に▼を表示*/
	.map_tab li.current:after {
		content: "";
		width: 0;
		height: 0;
		border: 14px solid transparent;
		border-top: 14px solid #000;
		margin-left: -14px;
		position: absolute;
		left: 50%;
		bottom: -29px;
	}
@media screen and (max-width: 767px) {
/*切り替えタブ*/
.map_tab {
	display: table;
}
	.map_tab li {
		display: table-cell;
		vertical-align: middle;
		border-radius: 6px 6px 0 0;
		width: 33%;
		padding: 8px 10px;
		margin-right: 0;
		font-size: 14px;
		line-height: 18px;
	}
	.map_tab li:last-child { margin-right: 0; }
	/*タブ色*/
	.map_tab li#tab_miru   { background-color: #CAE8C8; }
	.map_tab li#tab_taberu { background-color: #EEF0BE; }
	.map_tab li#tab_taiken { background-color: #F6E4C3; }
	/*タブ色 - hover, カレント時*/
	.map_tab li.current,
	.map_tab li:hover {
		border-radius: 6px 6px 0 0;
		color: #ee0000;
		line-height: 18px;
	}
	/*カレントの時に▼を表示*/
	.map_tab li.current:after {
		content: "";
		width: 0;
		height: 0;
		border: 10px solid transparent;
		border-top: 10px solid #0A7300;
		margin-left: -10px;
		bottom: -21px;
	}
}

/* 施設表示 - wrap */
.map_cont {
	border: 1px solid #000;
	padding: 5px;
	font-size: 0px;
	z-index: 95;
}
	/* 各施設box */
	/* 見る */
	.cont_miru { display: block; }
	/* 食べる・買う */
	.cont_taberu { display: none; }
	/* 体験 */
	.cont_taiken { display: none; }
		/* 各施設 */
		.item_box {
			display: inline-block;
			vertical-align: top;
			position: relative;
			width: 404px;
			padding: 8px;
			margin: 2px;
			font-size: 14px;
			z-index: 90;
		}
		/* 見る */
		.cont_miru .item_box { background-color: #edf7ec; }
		/* 食べる・買う */
		.cont_taberu .item_box { background-color: #f9fae8; }
		/* 体験 */
		.cont_taiken .item_box { background-color: #fcf6ea; }

		.item_box:link, .item_box:visited {
			color: #000;
			text-decoration: none;
		}
		.item_box:hover, .item_box:active {
			opacity: 0.7;
		}
		.item_box img:hover { opacity: 1; }
			/* サムネイル */
			.item_photo {
				display: inline-block;
				vertical-align: top;
				margin-top: 5px;
				width: 54px;
				height: 54px;
			}
				.item_photo img {
					width: 100%;
					height: 100%;
				}
			/*小情報*/
			.item_txt {
				display: inline-block;
				vertical-align: top;
				padding-left: 5px;
				width: 336px;
			}
				/* 番号 */
				.item_num {
					display: inline-block;
					vertical-align: middle;
					/*background-color: #EB6B42;*/
					background-color: #0068b7;
					border-radius: 100%;
					margin-right: 3px;
					width: 18px;
					height: 18px;
					font-family: 'Roboto', sans-serif;
					font-size: 13px;
					font-weight: bold;
					line-height: 18px;
					color: #FFF;
					text-align: center;
				}
				/*施設名*/
				.item_txt h5 {
					display: inline-block;
					vertical-align: middle;
					font-size: 16px;
					font-weight: bold;
					line-height: 20px;
				}
				/*文章*/
				.item_txt p {
					margin: 1px 0 0;
					font-size: 12px;
					line-height: 15px;
				}

		/*各施設 - 隠れている情報 --- オンマウスで表示*/
		.item_hide_wrap {
			display: none;
			text-align: center;
		}
			.item_hide_block {
				padding: 20px;
				text-align: left;
			}
				/* 番号 */
				.item_hide_block .item_num {
					display: inline-block;
					vertical-align: -5px;
					/*background-color: #EB6B42;*/
					background-color: #0068b7;
					border-radius: 100%;
					margin-right: 8px;
					width: 41px;
					height: 41px;
					font-family: 'Roboto', sans-serif;
					font-size: 30px;
					font-weight: bold;
					line-height: 41px;
					color: #FFF;
					text-align: center;
				}
				.item_hide_block h1, .item_hide_block h2 {
					display: inline-block;
				}
				.item_hide_block img {
					vertical-align: top;
				}
			/* table */
			.item_hide_wrap .mce table{
				width: 100%;
			}
			.item_hide_wrap .mce table th{
				width: 40% !important;background: #000 !important;
			}
			.item_hide_wrap .mce table td{
				width: 10% !important;
			}
@media screen and (max-width: 767px) {
/* 施設表示 - wrap */
.map_cont { padding: 5px 5px 0; }
	/* 各施設box */
	/* 見る */
	.cont_miru {}
	/* 食べる・買う */
	.cont_taberu {}
	/* 体験 */
	.cont_taiken {}
		/* 各施設 */
		.item_box {
			background-color: #CAE8C8;
			display: table;
			width: auto;
			padding: 8px;
			margin: 0 0 5px;
		}
		.item_box:link, .item_box:visited,
		item_box:hover, .item_box:active {
			color: #000;
			text-decoration: none;
		}
		.item_box img:hover { opacity: 1; }
			/* サムネイル */
			.item_photo {
				display: table-cell;
				vertical-align: top;
				margin-top: 5px;
				width: 30%;
				height: auto;
			}
				.item_photo img {
					width: 100%;
					height: auto;
				}
			/*小情報*/
			.item_txt {
				display: table-cell;
				vertical-align: top;
				padding-left: 10px;
				width: 70%;
			}
				/* 番号 */
				.item_num {
					display: inline-block;
				}
				/*施設名*/
				.item_txt h5 {
					display: inline;
				}
				/*文章*/
				.item_txt p {}

		/*各施設 - 隠れている情報 --- オンマウスで表示*/
		.item_hide_wrap {}
			.item_hide_block {
				padding: 10px;
				text-align: left;
			}
				/* 番号 */
				.item_hide_block .item_num {
					display: inline-block;
				}
				.item_hide_block h1, .item_hide_block h2, .item_hide_block h3, .item_hide_block h4, .item_hide_block h5, .item_hide_block h6 {
					display: inline;
				}
				.item_hide_block img {}
}

/* リニューアル前 210414 */
.renewal {
	margin: 60px auto;
	width: 120%;
	font-size: 0px;
	text-align: center;
	position: relative;
	left: -10%;
}
.renewal .item {
	display: inline-block;
	vertical-align: top;
	width: calc(33.333% - 60px);
	margin: 0 30px;
}
.renewal .item h2 {
	font-size: 18px;
	font-weight: bold;
		/*2022-2-22_追加*/
		text-align: left;
}
.renewal .item .item-image {
	margin-top: 10px;
}
.renewal .item .item-image img {
	width: 100%;
	height: auto;
}
/*2022-2-22_追加*/
.item-text{
    font-size: 14px;
    text-align: left;
}
@media screen and (max-width: 1024px) {
	.renewal {
		margin: 40px auto;
		width: auto;
		left: auto;
	}
	.renewal .item {
		display: block;
		width: 80%;
		max-width: 600px;
		margin: 40px auto;
	}
	.renewal .item .item-image {
		margin-top: 18px;
	}
}
.facility_map {
	margin: 40px auto;
	width: 120%;
	text-align: center;
	position: relative;
	left: -10%;
}
.facility_map a {}
.facility_map a img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 1024px) {
	.facility_map {
		margin: 30px auto;
		width: auto;
		left: auto;
	}
	.facility_map a img {}
}


/* -----------------------------------------
//  大王の歴史
// ---------------------------------------*/
/* box */
.history_box {}
	.history_box img {
		width: 100%;
		margin-bottom: 10px;
	}

/* テーブル */
.table_history {
	width: 100%;
	margin: 30px 0;
	line-height: 1.625;
	border-collapse: collapse;
}
	.table_history th,
	.table_history td {
		border: 1px dotted #AAA;
		vertical-align: middle;
		padding: 10px;
	}
	.table_history th {
		text-align: center;
	}
		.table_history th .fa { margin-right: 8px; }
	.table_history td {
		background-color: #fff;
		width: auto;
		font-size: 14px;
		text-align: center;
	}
	.table_history td:last-child {
		background-color: #F5F5F5;
		text-align: left;
	}

	/* 元号 */
	.table_history .tbl_his_eraname { width: 100px; }
	/* 年 */
	.table_history .tbl_his_year { width: 100px; }
	/* 内容 */
	.table_history .tbl_his_content {  }
@media screen and (max-width: 767px) {
/* テーブル */
.table_history {
	margin: 20px 0;
}
	.table_history th,
	.table_history td {
		padding: 3px 5px;
	}
	.table_history th {}
	.table_history td {
		width: auto;
	}
	.table_history td:last-child {
		width: 65%;
	}

	/* 元号 */
	.table_history .tbl_his_eraname { width: auto; }
	/* 年 */
	.table_history .tbl_his_year { width: auto; }
	/* 内容 */
	.table_history .tbl_his_content {  }
}

/* -----------------------------------------
//  わさび豆知識
// ---------------------------------------*/
/*flexboxを解除*/
@media screen and (max-width: 767px) {
.page-wasabi-trivia .flexcont_combo {
	display: block;
	 width: 100%;
	-webkit-box-pack: none;/*Safari*/
	justify-content: none;
	-webkit-flex-wrap: none;/*Safari*/
	flex-wrap: none;
}
	/*2カラム*/
	.page-wasabi-trivia .flex_2column .flex_item { width: 100%; }
	/*3カラム*/
	.page-wasabi-trivia .flex_3column .flex_item { width: 100%; }
	/*4カラム*/
	.page-wasabi-trivia .flex_4column .flex_item { width: 100%; }
}

/*囲みボックス*/
.box_trivia {
	margin-bottom: 60px;
	position: relative;
}
@media screen and (max-width: 767px) {
/*囲みボックス*/
.box_trivia {
	margin-bottom: 20px;
}
}
	/*番号*/
	.box_num {
		display: inline-block;
		vertical-align: top;
		background-color: #0A7300;
		border-radius: 50%;
		margin-right: 2px;
		width: 26px;
		height: 26px;
		font-size: 19px;
		font-weight: bold;
		line-height: 26px;
		text-align: center;
		color: #FFF;
	}
	/*タイトル*/
	.box_trivia h3 {
		display: inline-block;
		vertical-align: top;
		font-size: 20px;
		font-weight: bold;
		line-height: 26px;
	}
	/*ボーダーボックス*/
	.trivia_border {
		border: 1px solid #0A7300;
		border-radius: 6px;
		box-shadow: 14px 15px 0 #EEE;
		padding: 15px;
		margin-top: 6px;
		line-height: 24px;
	}
		/*画像*/
		.box_trivia img {
			margin: 0 0 8px;
			width: 100%;
			height: auto;
		}

	/*わさびは「山葵」*/
	.img_wasabi-s {
		float: right;
		margin-top: 10px !important;
		width: 120px !important;
		height: auto !important;
	}
@media screen and (max-width: 767px) {
	/*わさびは「山葵」*/
	.img_wasabi-s {
		float: none;
		width: 100px !important;
	}
}

	/*おいしい食べ方*/
	.trivia_tabekata {
		border: 1px solid #0A7300;
		border-radius: 6px;
		box-shadow: 14px 15px 0 #EEE;
		margin-top: 6px;
		line-height: 24px;
	}
		.trivia_tabekata .flexcont_combo {
			-webkit-box-pack: center;/* Safari */
			-ms-flex-pack: center;/*IE10*/
			justify-content: center;
		}
		.trivia_tabekata .flex_item {
			width: 180px;
			margin: 30px 30px 0;
			text-align: center;
		}
			.trivia_tabekata .flex_item img {
				margin-bottom: 5px;
				width: auto;
				height: 124px;
			}
			.trivia_tabekata .flex_item p {
				margin-bottom: 0;
				font-size: 14px;
				line-height: 20px;
				text-align: left;
			}
		.trivia_tabekata_other {
			background-color: #F0FAEA;
			padding: 10px 20px;
			margin: 20px 0 0;
			font-size: 14px;
			font-weight: bold;
			color: #0A7300;
		}
		.trivia_tabekata_other_more {
			background-color: #0A7300;
			border-radius: 0 0 5px 5px;
			padding: 10px 20px;
			margin-bottom: 0;
			font-size: 14px;
			font-weight: bold;
			color: #FFF;
		}
			.trivia_tabekata_other_more span {
				background-color: #F7F377;
				padding: 2px 4px;
				margin-right: 8px;
				font-weight: bold;
				color: #0A7300;
			}
			.trivia_tabekata_other_more .fa {
				color: #F7F377;
			}
@media screen and (max-width: 767px) {
	/*おいしい食べ方*/
	.trivia_tabekata {}
		.trivia_tabekata .flexcont_combo {
			justify-content: none;
			justify-content: none;
		}
		.trivia_tabekata .flex_item {
			width: 100%;
			margin: 0;
			padding: 10px;
		}
			.trivia_tabekata .flex_item img {
				width: 60%;
				height: auto;
			}
			.trivia_tabekata .flex_item p {}
		.trivia_tabekata_other {
			padding: 10px;
			margin: 0;
		}
		.trivia_tabekata_other_more {
			padding: 10px;
		}
}

	/* トリビアのテーブル */
	.trivia_other {
		padding: 30px;
	}
		.box_trivia table.flex_item {
			width: 48%;
		}
		.box_trivia table {
			width: 100%;
			border-collapse: separate;
			border-spacing: 2px;
			margin-bottom: 20px;
		}
			.box_trivia table caption {
				margin: 0 0 4px 4px;
				font-size: 18px;
				font-weight: bold;
				color: #0A7300;
			}
			.box_trivia table th,
			.box_trivia table td {
				background-color: #F0FAEA;
				padding: 10px 12px;
				font-size: 14px;
				line-height: 20px;
			}
			.box_trivia table th {
			background-color: #DFEDD6;
				min-width: 5em;
				text-align: center;
			}

			/*わさび田の形式別比較表*/
			.box_trivia table .tbl_hotaka {
				background-color: #F7F377;
				font-weight: bold;
			}
@media screen and (max-width: 767px) {
	/* トリビアのテーブル */
	.trivia_other {
		padding: 15px;
	}
		.box_trivia table.flex_item {
			width: 100%;
		}
		.box_trivia table {}
			.box_trivia table caption {}
			.box_trivia table th,
			.box_trivia table td {
				padding: 2px 5px;
			}
			.box_trivia table th {
				min-width: 5em;
			}
}

	/* トリビア小ブロック */
	.trivia_small_title {
		margin: 20px 0 5px;
		font-weight: bold;
	}
	.trivia_small_title:first-child { margin-top: 0; }
	.trivia_small_title:before {
		content: "■";
		margin-right: 2px;
		color: #0A7300;
	}
		.trivia_small_title + p {
			border: 1px dotted #0A7300;
			padding: 12px 15px;
			margin-bottom: 20px;
		}
		.trivia_small_title:last-child + p { margin-bottom: 0; }


/* -----------------------------------------
//  近隣観光案内
// ---------------------------------------*/
.guide_box {
	margin-bottom: 30px;
}
	/* 観光情報 - 左 */
	.guide_main {
		display: inline-block;
		vertical-align: top;
		margin-right: 32px;
		width: 613px;
		font-size: 0px;
	}
		/* 小見出し */
		.guide_box .title_small {
			margin: 0 0 10px;
		}
			.guide_box .title_small a {
				vertical-align: middle;
				margin-left: 1em;
				font-size: 12px;
				line-height: 1;
			}
				.guide_box .title_small a .fa { margin-right: 2px; }
		/* テキスト */
		.guide_main p {
			margin-bottom: 10px;
			font-size: 14px;
			line-height: 22px;
		}
		/* 写真 */
		.guide_ph_box {
			display: inline-block;
			vertical-align: top;
			width: 100%;
			font-size: 0px;
		}
			/* 大きい写真 */
			.guide_ph_item {
				display: inline-block;
				vertical-align: top;
				margin-right: 10px;
				width: 141px;
			}
				.guide_ph_item img {
					width: 100%;
					height: auto;
				}
			/* 小さい写真 */
			.guide_ph_item_small {
				display: inline-block;
				vertical-align: top;
				margin-right: 10px;
				width: 141px;
			}
			.guide_ph_item_small:last-child { margin-right: 0; }
				.guide_ph_item_small img {
					margin-bottom: 2px;
					width: 100%;
					height: auto;
				}
				.guide_ph_item_small span {
					font-size: 12px;
					line-height: 16px;
				}
				.guide_ph_item_small span:before {
					content: "■";
					margin-right: 2px;
					color: #0A7300;
				}
	/* 地図 - 右 */
	.guide_map {
		display: inline-block;
		vertical-align: top;
		width: 210px;
		font-size: 0px;
	}
		.guide_map_cont {
			background: url('../img/guide/bg_map.png') no-repeat right top;
			margin-bottom: 8px;
			width: 210px;
			height: 256px;
			position: relative;
		}
			/* フラッグ */
			.guide_map_cont .fa {
				font-size: 28px;
				color: #F7F377;
				position: absolute;
			}
			.guide_hakuba .guide_map_cont .fa    { left: 78px; top: 47px; }
			.guide_kitaalps .guide_map_cont .fa  { left: 55px; top: 74px; }
			.guide_jonentake .guide_map_cont .fa { left: 55px; top: 74px; }
			.guide_kamikouti .guide_map_cont .fa { left: 53px; top: 86px; }
			.guide_nagano .guide_map_cont .fa    { left: 108px; top: 41px; }
			.guide_matumoto .guide_map_cont .fa  { left: 79px; top: 102px; }
		/* 車で◯時間 */
		.guide_map_access {
			font-size: 12px;
			font-weight: bold;
			line-height: 16px;
			color: #0A7300;
			text-align: center;
		}
			.guide_map_access .fa {
				font-size: 15px;
				color: #000;
			}
@media screen and (max-width: 767px) {
.guide_box {
	margin-bottom: 40px;
	width: 100%;
}
	/* 観光情報 - 左 */
	.guide_main {
		display: block;
		margin-right: 0;
		width: 100%;
	}
		/* 小見出し */
		.guide_box .title_small {
			margin: 0 0 5px;
		}
			.guide_box .title_small a {
				display: block;
				margin: 10px 0;
				font-size: 14px;
			}
				.guide_box .title_small a .fa { margin-right: 2px; }
		/* テキスト */
		.guide_main p {
			margin-bottom: 5px;
		}
		/* 写真 */
		.guide_ph_box {
			display: inline-block;
			vertical-align: top;
			margin-bottom: 5px;
			width: 100%;
			font-size: 0px;
			text-align: center;
		}
			/* 大きい写真 */
			.guide_ph_item {
				display: block;
				margin: 0 auto 5px;
				width: 60%;
			}
				.guide_ph_item img {
					width: 100%;
				}
			/* 小さい写真 */
			.guide_ph_item_small {
				display: inline-block;
				margin-right: 5px;
				width: 30%;
			}
			.guide_ph_item_small:last-child { margin-right: 0; }
				.guide_ph_item_small img {
					margin-bottom: 2px;
					width: 100%;
				}
				.guide_ph_item_small span {
					font-size: 12px;
					line-height: 14px;
				}
	/* 地図 - 右 */
	.guide_map {
		display: block;
		width: 100%;
	}
		.guide_map_cont {
			background-size: 110px 134px;
			margin: 0 auto 5px;
			width: 110px;
			height: 134px;
		}
			/* フラッグ */
			.guide_map_cont .fa {
				font-size: 18px;
			}
			.guide_hakuba .guide_map_cont .fa    { left: 40px; top: 22px; }
			.guide_kitaalps .guide_map_cont .fa  { left: 31px; top: 33px; }
			.guide_jonentake .guide_map_cont .fa { left: 29px; top: 36px; }
			.guide_kamikouti .guide_map_cont .fa { left: 29px; top: 36px; }
			.guide_nagano .guide_map_cont .fa    { left: 53px; top: 22px; }
			.guide_matumoto .guide_map_cont .fa  { left: 42px; top: 53px; }
		/* 車で◯時間 */
			.guide_map_access .fa {
				font-size: 14px;
			}
}


/* -----------------------------------------
//  団体様・旅行代理店様へ
// ---------------------------------------*/
.btn_square_large.btn_menu a {
	width: 100%;
	max-width: 254px;
	padding: 19px 40px;
	box-sizing: border-box;
}

.img-main {
	margin-bottom: 40px;
}
.img-main img {
	width: 100%;
}
@media screen and (max-width: 767px) {
	.img-main {
		margin-bottom: 20px;
	}
}

.menu-list {
	margin-bottom: 15px;
}
	.menu-list li {
		padding-left: 1.2em;
		margin-bottom: 2px;
		font-size: 12px;
		line-height: 1.3;
		position: relative;
	}
	.menu-list li::before {
		content: "・";
		position: absolute;
		left: 0;
		top: 0;
	}
@media screen and (max-width: 767px) {
}

.wrap-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
}
	.wrap-menu .item-menu {
		width: calc(50% - 20px);
		margin: 0 0 20px;
	}
	.wrap-menu .item-menu .title_small {
		margin: 0 0 30px;
	}
	.wrap-menu .item-menu .item-img {
		width: 100%;
		margin-bottom: 15px;
	}
@media screen and (max-width: 767px) {
	.wrap-menu {
		display: block;
	}
		.wrap-menu .item-menu {
			width: 100%;
			margin: 0 0 25px;
		}
		.wrap-menu .item-menu .title_small {
			margin: 0 0 20px;
		}
		.wrap-menu .item-menu .item-img {
			width: 70%;
			margin-bottom: 15px;
		}
}

.wrap-tokuten {
	margin: 80px 0 10px;
	padding: 20px 35px;
	border: 3px solid #ff9a1e;
	border-radius: 6px;
	background-color: #fff8d8;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
}
	.wrap-tokuten .tit-tokuten {
		width: 154px;
		position: absolute;
		left: 35px;
		top: -55px;
	}
	.wrap-tokuten .item-tokuten {
		width: calc(50% - 15px);
	}
	.wrap-tokuten .item-tokuten img {
		width: 100%;
	}
@media screen and (max-width: 767px) {
	.wrap-tokuten {
		display: block;
		margin: 60px 0 10px;
		padding: 15px 20px;
		border-width: 2px;
		border-radius: 5px;
	}
		.wrap-tokuten .tit-tokuten {
			width: 120px;
			position: absolute;
			left: 10px;
			top: -35px;
		}
		.wrap-tokuten .item-tokuten {
			width: 100%;
			margin: 10px 0 0;
		}
		.wrap-tokuten .item-tokuten img {
		}
}

.other-menu1 {
	margin-top: 25px;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
}
	.other-menu1 .title_small {
		width: 100%;
	}
	.other-menu1 .menu-img {
		width: 48%;
	}
	.other-menu1 .menu-img img {
		width: 100%;
	}
	.other-menu1 .menu-txt {
		width: 48%;
	}
	.other-menu1 .menu-txt .txt-small {
	}
@media screen and (max-width: 767px) {
	.other-menu1 {
		display: block;
		margin-top: 0;
	}
		.other-menu1 .title_small {
			font-size: 16px;
		}
		.other-menu1 .menu-img {
			width: 70%;
			margin-bottom: 5px;
		}
		.other-menu1 .menu-img img {
		}
		.other-menu1 .menu-txt {
			width: 100%;
		}
}

.other-menu2 {
	margin-bottom: 50px;
}
	.other-menu2 .title_small {
		padding-bottom: 8px;
		border-bottom: 1px dotted #dcdcdc;
	}
	.other-menu2 .other-menu-title {
		display: block;
		margin-bottom: 5px;
	}
	.other-menu2 .other-menu-title + p {
		margin-bottom: 0;
	}
	.other-menu2 .menu-list {
		margin-bottom: 30px;
	}
@media screen and (max-width: 767px) {
	.other-menu2 {
		margin-bottom: 30px;
	}
		.other-menu2 .title_small {
			font-size: 16px;
			padding-bottom: 6px;
		}
		.other-menu2 .other-menu-title {
			margin-bottom: 8px;
		}
		.other-menu2 .menu-list {
			margin-bottom: 20px;
		}
}

.wrap-hole {
	margin-bottom: 50px;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
}
	.wrap-hole img {
		width: 100%;
	}
	.wrap-hole .title_middle2 {
		width: 100%;
		margin-bottom: 20px;
	}
	.wrap-hole .item-hole {
		width: 48%;
	}
	.wrap-hole .item-hole .title_small {
		margin-top: 0;
	}
@media screen and (max-width: 767px) {
	.wrap-hole {
		display: block;
		margin-bottom: 40px;
	}
		.wrap-hole .title_middle2 {
			margin-bottom: 15px;
		}
		.wrap-hole .item-hole {
			width: 70%;
			margin-bottom: 10px;
		}
		.wrap-hole .item-hole .title_small {
			font-size: 16px;
			margin-bottom: 5px;
		}
}

.wrap-pamph {
	margin-bottom: 60px;
}
	.wrap-pamph img {
		width: 100%;
	}
	.wrap-pamph .title_middle2 {
		margin-bottom: 25px;
	}
	.wrap-pamph .title_middle2 {
	}
	.wrap-pamph .img-pamph {
		margin-bottom: 40px;
	}
	.wrap-pamph .title_small {
		margin-bottom: 25px;
	}

	.wrap-pamph .yoyaku-tokuten {
		margin-bottom: 20px;

		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.wrap-pamph .yoyaku-tokuten .item-tokuten {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 410px;
		flex: 0 0 410px;
	}
	.wrap-pamph .yoyaku-tokuten .btn_square_large {
		width: auto;
		margin: 0;

		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;

		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
	}
	.wrap-pamph .yoyaku-tokuten .txt-small {
		width: 100%;
		margin-top: 20px;
	}

	.wrap-pamph .menu-print {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.wrap-pamph .menu-print .txt-small {
		margin-bottom: 0;

		-webkit-box-flex: 0;
		-ms-flex: 0 0 410px;
		flex: 0 0 410px;
	}
	.wrap-pamph .menu-print .btn_square_large {
		width: auto;
		margin: 0;

		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;

		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-line-pack: start;
		align-content: flex-start;
	}
@media screen and (max-width: 767px) {
	.wrap-pamph {
		margin-bottom: 50px;
	}
		.wrap-pamph .title_middle2 {
			margin-bottom: 15px;
		}
		.wrap-pamph .img-pamph {
			margin-bottom: 30px;
		}
		.wrap-pamph .title_small {
			font-size: 16px;
			margin-bottom: 15px;
		}

		.wrap-pamph .yoyaku-tokuten {
			display: block;
		}
		.wrap-pamph .yoyaku-tokuten .item-tokuten {
			width: 100%;
			text-align: center;
			margin: 0 0 30px;
		}
		.wrap-pamph .yoyaku-tokuten .item-tokuten img {
			max-width: 300px;
			margin: 0 auto;
		}
		.wrap-pamph .yoyaku-tokuten .btn_square_large {
			width: 100%;
			display: inline-block;
			text-align: center;
		}
		.wrap-pamph .yoyaku-tokuten .txt-small {
			width: 100%;
			margin-top: 20px;
			margin-bottom: 30px;
		}

		.wrap-pamph .menu-print {
			display: block;
		}
		.wrap-pamph .menu-print .txt-small {
			margin-bottom: 20px;
		}
		.wrap-pamph .menu-print .btn_square_large {
			width: 100%;
			display: inline-block;
			text-align: center;
		}
}

/* -----------------------------------------
//  お問い合わせ
// ---------------------------------------*/
.inquiry_box {}
	.inquiry_box .f_l {
		vertical-align: top;
		margin-top: 6px;
		width: 140px;
	}
	.inquiry_box .f_r {
		vertical-align: top;
		width: 685px;
	}
	.inquiry_box p {
		border-bottom: 1px solid #0A7300;
		padding-bottom: 13px;
		margin-bottom: 14px;
		font-size: 14px;
		line-height: 20px;
	}
	.inquiry_info {
		font-size: 18px;
		line-height: 26px;
	}
@media screen and (max-width: 767px) {
.inquiry_box { margin-bottom: 40px; }
	.inquiry_box .f_l {
		float: none;
		margin: 5px 0;
		width: 100%;
		text-align: center;
	}
		.inquiry_box .f_l img {
			margin: 0 auto;
			width: 120px;
			height: auto;
		}
	.inquiry_box .f_r {
		float: none;
		margin: 0;
		width: auto;
	}
	.inquiry_box p {
		border-bottom: 1px solid #0A7300;
		padding-bottom: 5px;
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 20px;
	}
	.inquiry_info {
		font-size: 18px;
		line-height: 26px;
	}
}

/* -----------------------------------------
//  会社概要
// ---------------------------------------*/
.page-company .table_small {
	width: 100%;
}

/* -----------------------------------------
//  テナント
// ---------------------------------------*/
.page-tenant .flexcont_combo {
	justify-content: flex-start;
}

.tenant_box {
	border: 1px solid #0A7300;
	border-radius: 6px;
	padding: 0 10px 10px;
	margin-right: 43px;
	font-size: 14px;
	line-height: 18px;
}
.tenant_box:nth-of-type(3n) {
	margin-right: 0;
}
	/* テナント名 */
	.tenant_name {
		background-color: #0A7300;
		border-radius: 4px 4px 0 0;
		padding: 6px 5px;
		margin: 0 -10px 10px;
		font-size: 16px;
		font-weight: bold;
		color: #FFF;
		text-align: center;
	}
	/* 写真 */
	.tenant_img {
		text-align: center;
	}
		.tenant_box .tenant_img  img {
			margin-bottom: 10px;
			width: 170px;
			height: auto;
		}
			.tenant_box .mannen img {
				height: 100px;
			}
		.tenant_img a img {
			border: 1px solid #555;
		}
	/* 営業日 */
	.tenant_open {
		background-color: #CEE3CC;
		padding: 2px 6px;
		margin-bottom: 8px;
		font-weight: bold;
		color: #0A7300;
	}
	/* 電話, 住所 */
	.tenant_tel,
	.tenant_add {
		margin-bottom: 3px;
	}
		.tenant_tel h6,
		.tenant_add h6 {
			font-weight: bold;
		}
	/* コメント */
	.tenant_comment {
		border-top: 1px dotted #0A7300;
		padding-top: 6px;
		margin: 7px 0 0;
		font-size: 12px;
	}
@media screen and (max-width: 767px) {
.page-tenant .flexcont_combo {
	display: block;
	width: 100%;
	-webkit-box-pack: none;/* Safari */
	justify-content: none;
	-webkit-flex-wrap: none;/* Safari */
	flex-wrap: none;
}
.page-tenant .flex_3column .flex_item {
	width: 100%;
}

.tenant_box {
	border-radius: 5px;
	padding: 0 5px 5px;
	margin-right: 0;
	margin-bottom: 10px;
}
	/* テナント名 */
	.tenant_name {
		background-color: #0A7300;
		border-radius: 3px 3px 0 0;
		padding: 6px 5px;
		margin: 0 -5px 5px;
	}
	/* 写真 */
	.tenant_img {}
		.tenant_box .tenant_img  img {
			margin-bottom: 5px;
			width: 100%;
			height: auto;
		}
		.tenant_img a img {}
	/* 営業日 */
	.tenant_open {
		margin-bottom: 5px;
	}
	/* 電話, 住所 */
	.tenant_tel,
	.tenant_add {
		margin-bottom: 3px;
	}
		.tenant_tel h6,
		.tenant_add h6 {
		}
	/* コメント */
	.tenant_comment {
		padding-top: 5px;
		margin: 5px 0 0;
	}
}

/* -----------------------------------------
//  特定商取引法
// ---------------------------------------*/
.table_tokutei {}
.table_tokutei th,
.table_tokutei td {
	padding: 15px;
	vertical-align: top;
}
@media screen and (max-width: 767px) {
	.table_tokutei {}
	.table_tokutei th,
	.table_tokutei td {
		padding: 5px 10px;
	}
	.table_tokutei img {
		width: 100%;
	}
}

.table-henpin,
.table-carriage{
	width: auto;
}
.table-henpin th,
.table-carriage th{
	width: 120px;
}
@media screen and (max-width: 767px) {
	.table-henpin,
	.table-carriage{
		padding-left: 20px;
		padding-right: 20px;
		margin-top: 5px !important;
		border-top: none !important;
	}
	.table-henpin th,
	.table-carriage th{
		width: 100%;
	}
}

.logo-card,
.logo-cvs,
.logo-bank{
	margin: 10px 0;
	height: auto;
}
.logo-card{
	margin: 0 0 -10px;
}
.logo-cvs{
	margin-left: -20px;
}
.logo-bank{
}


/* -----------------------------------------
//  電話注文
// ---------------------------------------*/
/*上部ナビ*/
.telorder_nav {
	margin: 60px auto;
	font-size: 0px;
	text-align: center;
}
	.telorder_nav li {
		display: inline-block;
	}
		.telorder_nav li a {
			display: block;
			border-radius: 4px;
			padding: 12px 14px;
			margin: 0 3px;
			font-size: 16px;
			line-height: 1;
		}
		.telorder_nav li a:link, .telorder_nav li a:visited {
			background-color: #0A7300;
			color: #FFF;
			text-decoration: none;
		}
		.telorder_nav li a:hover, .telorder_nav li a:active {
			background-color: #DFEDD6;
			color: #0A7300;
		}
@media screen and (max-width: 767px) {
/*上部ナビ*/
.telorder_nav {
	margin: 0 auto 10px;
	width: 100%;
}
	.telorder_nav li {
		display: block;
	}
		.telorder_nav li a {
			border-bottom: 1px solid rgba(255,255,255,0.4);
			display: block;
			border-radius: 0;
			padding: 12px 14px;
			margin: 0;
		}
		.telorder_nav li:first-child a { border-radius: 5px 5px 0 0; }
		.telorder_nav li:last-child a { border-radius: 0 0 5px 5px; }
		.telorder_nav li a:link, .telorder_nav li a:visited,
		.telorder_nav li a:hover, .telorder_nav li a:active {
			background-color: #0A7300;
			color: #FFF;
			text-decoration: none;
		}
}

/* -----------------------------------------
//  動的ページ：お知らせ
// ---------------------------------------*/
.single .title_middle {
	margin-bottom: 25px;
}

/* -----------------------------------------
//  動的ページ：WEBクーポン
// ---------------------------------------*/
/*アーカイブ*/
.flex_coupon {
	-webkit-box-pack: flex-start;/* Safari */
	justify-content: flex-start;
}
	.flex_coupon .flex_item {
		padding: 0 15px 30px;
		width: 25%;
	}
		.flex_coupon .flex_item a {
			display: block;
			border: 2px solid #0A7300;
			border-radius: 8px;
			-webkit-transition: all 0.02s linear 0s;
			transition: all 0.02s linear 0s;
		}
		.flex_coupon .flex_item a:link, .flex_coupon .flex_item a:visited {
			color: #FFF;
			text-decoration: none;
		}
		.flex_coupon .flex_item a:hover, .flex_coupon .flex_item a:active {
			-webkit-transform: scale(1.03);
			transform: scale(1.03);
		}
			.flex_coupon .flex_item a h4 {
				background-color: #0A7300;
				padding: 10px 15px;
			}
				.flex_coupon .flex_item a h4 .fa { color: #f8f289; }
			.flex_coupon .flex_item .coupon_img {
				padding: 15px;
				margin: 0;
			}
				.flex_coupon .flex_item .coupon_img img {
					width: 100%;
					height: auto;
				}
				.flex_coupon .flex_item .coupon_img img:hover { opacity: 1; }
/*個別記事*/
.coupon_img {
	margin: 40px 0 0;
}
	/*PDF表示*/
	.pdf_wrap {
		display: inline-block;
		width: auto;
		text-align: center;
	}
		.pdf_wrap a {
			display: inline-block;
			border: 1px solid #0A7300;
			padding: 8px;
		}
		.pdf_wrap span {
			display: block;
			margin-top: 5px;
		}
@media screen and (max-width: 767px) {
.post-type-archive-coupon .flexcont {
	wdith: 100%;
	display: block;
	-webkit-box-pack: none;/* Safari */
	justify-content: none;
	-webkit-flex-wrap: none;/* Safari */
	flex-wrap: none;
}
.post-type-archive-coupon .flex_4column .flex_item {
	width: 100%;
}

/*アーカイブ*/
.flex_coupon {
	-webkit-box-pack: none;/* Safari */
	justify-content: none;
}
	.flex_coupon .flex_item {
		padding: 0 15px 15px;
		width: 100%;
	}
		.flex_coupon .flex_item a {
			transition: none;
		}
		.flex_coupon .flex_item a:link, .flex_coupon .flex_item a:visited,
		.flex_coupon .flex_item a:hover, .flex_coupon .flex_item a:active {
			color: #FFF;
			text-decoration: none;
			transform: none;
		}
			.flex_coupon .flex_item a h4 {
				padding: 5px 15px;
				font-weight: bold;
			}
			.flex_coupon .flex_item .coupon_img {
				padding: 5px;
			}
/*個別記事*/
.coupon_img {
	margin: 10px 0;
	width: 100%;
	text-align: center;
}
	.coupon_img img {
		width: 100%;
		height: auto;
	}
	/*PDF表示*/
	.pdf_wrap {}
		.pdf_wrap a {
			width: 60%;
			padding: 10px;
		}
}


/* -----------------------------------------
//  動的ページ：大王通販市場
// ---------------------------------------*/
/*共通*/
.ichiba_cat_title {
	margin: 5px 0 10px !important;
	text-align: center;
}
	.ichiba_cat_title img {
		margin: 0;
	}
@media screen and (max-width: 767px) {
/*共通*/
.ichiba_cat_title {
	margin: 5px 0 0 !important;
	padding: 0 5px;
}
	.ichiba_cat_title img {
		width: 100%;
		height: auto;
	}
}

/*商品カテゴリーページ*/
.products {
	border: 5px solid #FFCF1E;
	border-radius: 10px;
	padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
.products {
	padding-bottom: 10px;
}
}

/*商品個別ページ*/
.ichiba_wrap {
	border: 5px solid #FFCF1E;
	border-radius: 10px;
}
	.ichiba_content {
		padding: 0 25px;
	}
@media screen and (max-width: 767px) {
/*商品個別ページ*/
.ichiba_wrap {
}
	.ichiba_content {
		padding: 0 10px;
	}


/* -----------------------------------------
//  clearfix
// ---------------------------------------*/
.clr:after {
  content: "";
  clear: both;
  display: block;
}




/*年末年始*/

.nenmatsu {
	border: 5px solid #ffb30b;
  margin-bottom: 70px;
  padding: 15px;
  text-align: center;
}
.nenmatsu .title {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}
.nenmatsu p {
	margin-bottom: 0;
}
