/*!
 * page style css
 */

/* basic styles */

* {
	/*font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", 游ゴシック, "Yu Gothic", YuGothic, sans-serif;*/
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif
}
html {
}

a img {
	border: 0;
	outline: none;
}
img {
	border-style: none;
}
img,video {
	height: auto;
	max-width: 100%;
}
a:hover,
a:focus {
	text-decoration: none;
	color: inherit;
	opacity: 0.6;
	transition: all 0.3s;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.8);
	-ms-box-shadow: 0 0 8px rgba(0,0,0,0.8);
	-o-box-shadow: 0 0 8px rgba(0,0,0,0.8);
	box-shadow: 0 0 8px rgba(0,0,0,0.8);
}

.cf:before,
.cf:after {
	content: "";
	clear: both;
	display: table;
}
.cf {
	zoom: 1;
}

/* other parts */
#sp_menu_bg {
	position: fixed;
	z-index: 5;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	display: none;
}
#sp_menu_bg.toggled {
	display: block;
}

/* site-header */
.site-header {
	background: url(../images/top_bg.jpg) repeat center;
	padding-top: 15px;
	padding-bottom: 10px;
}
.brand_site,
.site_title {
	box-shadow: none !important;
}
.recipe_menu {
	background: #FFF3F1;
}
.recipe_menu.fixed {
	top: 0;
	position: fixed;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.8);
	-ms-box-shadow: 0 0 8px rgba(0,0,0,0.8);
	-o-box-shadow: 0 0 8px rgba(0,0,0,0.8);
	box-shadow: 0 0 8px rgba(0,0,0,0.8);
}
.recipe_menu .container {
	padding-right: 0;
	padding-left: 0;
}
.menu_sp_btn {
	width: 30px;
	height: 40px;
	text-align: center;
	display: block;
	font-size: 10px;
	float: right;
	box-shadow: none !important;
	opacity: 1 !important;
	position: relative;
	margin-right: 10px;
}
.menu_sp_btn br {
	display: none;
}
.menu_sp_btn span.first,
.menu_sp_btn span.middle,
.menu_sp_btn span.last {
	width: 30px;
	height: 3px;
	background: #9d3c44;
	display: block;
	margin-top: 5px;
	line-height: 1.5;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.menu_sp_btn span.absolute {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	color: #9d3c44;
	-webkit-text-transform: uppercase;
	-moz-text-transform: uppercase;
	-ms-text-transform: uppercase;
	-o-text-transform: uppercase;
	text-transform: uppercase;
}
.menu_sp_btn.toggled span.first {
	-moz-transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	margin-top: 13px;
}
.menu_sp_btn.toggled span.middle {
	opacity: 0;
	display: none;
}
.menu_sp_btn.toggled span.last {
	-moz-transform: rotateZ(-45deg);
	-webkit-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
	margin-top: -3px;
}

.recipe_menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: none;
}
.recipe_menu {
	position: absolute;
	z-index: 10;
	background: #FFF3F1;
	width: 100%;
}
.recipe_menu ul.toggled {
	display: block;
}
.recipe_menu li {
	position: relative;
	background: url(../images/arrow.png) no-repeat right 10px top 24px;
}
.recipe_menu li:hover,
.recipe_menu li:focus {
	background-image: url(../images/arrow_h.png);
}
.recipe_menu li ul {
	display: none;
	opacity: 0;
	top: 100%;
	z-index: 1;
	white-space: nowrap;
	width: 100%;
}
.recipe_menu li ul li {
	margin-right: 0;
	float: none;
	background-image: unset !important;
}
.recipe_menu li ul li a {
	font-size: 110%;
	height: auto;
	padding: 10px;
	background: linear-gradient(top, #9d3c44, #FFF3F1);
	background: #9e3c44;
	color: #fff;
	line-height: 1.4;
	background-image: unset !important;
	width: auto !important;
	padding: 10px !important;
}
.recipe_menu li a {
	padding: 0 10px;
	line-height: 70px;
	display: block;
/*	font-size: 0;*/
	font-size: 120%;
	font-weight: bold;
	color: #222;
	box-shadow: none !important;
	opacity: 1 !important;
}
.recipe_menu li.menu_home a {
	background-image: url(../images/home_b.png);
	background-repeat: no-repeat;
	background-position: center left 10px;
	padding-left: 55px;
}
.recipe_menu li.menu_seasoning a {
	width: 213px;
	background-image: url(../images/chomiryo_b.png);
	background-repeat: no-repeat;
	background-position: center left 10px;
	padding-left: 45px;
}
.recipe_menu li.menu_time a {
	width: 241px;
	background-image: url(../images/time_b.png);
	background-repeat: no-repeat;
	background-position: center left 10px;

	padding-left: 55px;
}
/*
.recipe_menu li:focus > ul,
.recipe_menu li:hover > ul {
*/
.recipe_menu li > ul.toggled-on {
	display: block;
	opacity: 1;
	transition: opacity 1s;
}


/* search form */
.search_div {
	margin-top: 60px;
}
.searchform {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}
.recipe_blocks .searchform {
	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.searchform label {
	display: none;
	font-size: 90%;
	margin-bottom: 3px;
}
.searchform input[type="text"] {
	border: 2px solid #aaa;
	width: 100%;
	padding-right: 30px;
	padding: 5px 10px;
	font-size: 130%;
}
.searchinput_wrap {
	position: relative;
}
.searchform button[type="submit"] {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 30px;
	background: transparent url(../images/search_btn.png) no-repeat center;
	border: none;
	outline: none;
	cursor: pointer;
}
/* breadcrumb_div */
.breadcrumb_div {
}
.breadcrumb_div ul {
	list-style-type: none;
	margin: 0 0 5px;
	padding: 0;
}
.breadcrumb_div ul li {
	float: left;
	margin-right: 7px;
}
.breadcrumb_div ul li:last-of-type {
	margin-right: 0;
}
.breadcrumb_div ul li a {
	padding: 3px 5px;
	color: #9d3c44;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.breadcrumb_div ul li a:hover {
	color: #fff;
	background-color: #9d3c44;
	opacity: 1;
}

/* text display area */
.text_display {
	margin-bottom: 30px;
}
.text_display .text_area {
	padding: 10px 15px;
	font-size: 130%;
	background: #eee;
	background: #ffffff;
	background: -moz-linear-gradient(bottom,  #cccccc 0%,#dddad6 20%, #eeeeee 100%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,#cccccc), color-stop(20%,#dddad6), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(bottom,  #cccccc 0%,#dddad6 20%,#eeeeee 100%);
	background: -o-linear-gradient(bottom,  #cccccc 0%,#dddad6 20%,#eeeeee 100%);
	background: -ms-linear-gradient(bottom,  #cccccc 0%,#dddad6 20%,#eeeeee 100%);
	background: linear-gradient(to top,  #cccccc 0%,#dddad6 20%,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=1 );

	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

/* recipe block */
.recipe_blocks {
	margin-bottom: 50px;
}
.recipe_block {
	background: #eee;
	padding-bottom: 30px;
	margin-bottom: 30px;
	display: block;
}
.single .recipe_block,
.recipe_list .recipe_block {
	padding-bottom: 0;
}
.recipe_block .thumbnail {
	background: #222 url(../images/now_printing.png) no-repeat center;
	overflow: hidden;
	background-size: contain;
	width: 100%;
	margin-bottom: 10px;
}
.recipe_block .thumbnail:after {
	content: "";
	display: block;
	padding-top: 100%;
}
.recipe_block .recipe_title {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 120%;
/*	border-bottom: 1px solid #000;*/
	text-decoration: underline;
	color: #333;
}
.notice_preview {
	background: #f00;
	text-align: center;
	color: #fff;
	padding: 10px;
}
.notice_preview form {
	display: inline-block;
	margin-left: 10px;
}
.recipe_detail {
	background: #f5f6f7;
	padding: 15px 20px 20px;
	margin-bottom: 60px;
}
.recipe_detail h1 {
	font-size: 135%;
	margin-bottom: 20px;
}
.recipe_detail h2 {
	background: #af3641;
	color: #fff;
	font-size: 120%;
	padding: 8px;
	font-weight: normal;
}
.recipe_detail h3 {
	font-size: 120%;
}
.recipe_detail .recipe_p {
	margin-bottom: 1.5rem;
}
.recipe_detail .detail_link {
	display: inline-block;
	font-size: 110%;
	font-weight: bold;
	padding: 4px 33px 4px 8px;
	border: 1px solid #9d3c44;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #fff url(../images/arrow.png) no-repeat center right 8px;
	color: #222;
}
.recipe_detail_product {
	float: left;
	width: 31%;
	margin-right: 2%;
	text-align: center;
	margin-bottom: 10px;
	background: #fff;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.recipe_detail_product p {
	margin-bottom: 0;
	margin-top: 5px;
}


/* seasoning */
.seasoning {
	margin-bottom: 40px;
}
.seasoning_last {
	margin-bottom: 100px;
}
.seasoning_title {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.1em;
	margin-bottom: 25px;
}
.seasoning_title span {
	padding-right: 33px;
}
.seasoning_title.miso span {
	background: url(../images/seasoning_miso.png) no-repeat center right;
}
.seasoning_title.shouyu span {
	background: url(../images/seasoning_shouyu.png) no-repeat center right;
}
.seasoning_title.tare span {
	background: url(../images/seasoning_tare.png) no-repeat center right;
}
.seasoning_title.miso {
	background: #9e3c44;
}
.seasoning_title.shouyu {
	background: #004249;
}
.seasoning_title.tare {
	background: #42592d;
}

.seasoning_block_wrap {
	margin-bottom: 25px;
}
.seasoning_block {
	color: #333;
	border: 2px solid #ecebdb;
	padding: 7px 7px 80px 7px;
	width: 100%;
	height: 100%;
	position: relative;
}
.seasoning_block .thumb {
	text-align: center;
	margin-bottom: 10px;
	margin-top: 3px;
	font-size: 150%;
	font-weight: bold;
}
.seasoning_block .thumb img {
	padding-right: 10px;
}
.seasoning_block_link {
	display: block;
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	background: #ecebdb;
	color: #333;
	font-size: 150%;
	font-weight: bold;
	padding: 15px;
}
.seasoning_block_link span {
	padding-right: 30px;
	background: url(../images/link_arrow.png) no-repeat center right;
}

/* miso_seasoning */
.miso_seasoning {
	border: 2px solid #ecebdb;
	cursor: pointer;
	margin-bottom: 60px;
}
.miso_seasoning:focus,
.miso_seasoning:hover {
	text-decoration: none;
	color: inherit;
	opacity: 0.6;
	transition: all 0.3s;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.8);
	-ms-box-shadow: 0 0 8px rgba(0,0,0,0.8);
	-o-box-shadow: 0 0 8px rgba(0,0,0,0.8);
	box-shadow: 0 0 8px rgba(0,0,0,0.8);
}
.miso_seasoning .seasoning_block_wrap {
}
.miso_seasoning .seasoning_block_wrap .seasoning_block {
	border: 0;
	background: url(../images/miso_seasoning_border.jpg) no-repeat right top;
	padding-bottom: 60px;
	border-bottom: 1px solid #ecebdb;
}
/*
.miso_seasoning .seasoning_block_wrap:last-child .seasoning_block {
	padding-bottom: 80px;
}
*/
.miso_seasoning .seasoning_block_wrap .seasoning_block p {
	margin: 0 10px;
}
.miso_seasoning .seasoning_block_link {
	width: 95%;
	width: -webkit-calc( 100% - 30px );
	width: -moz-calc( 100% - 30px );
	width: -o-calc( 100% - 30px );
	width: -ms-calc( 100% - 30px );
	width: calc( 100% - 30px );
	margin-right: 15px;
	margin-left: 15px;
}

/* cocking time */
.cocking_time {
	margin-bottom: 40px;
}
.cocking_time_wrap {
	display: block;
	background: #ecebdb;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}
.cocking_time_link {
	display: block;
	color: #333;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
}
.cocking_time_link .inner {
	text-align: left;
	display: inline-block;
}
.cocking_time_link span.txt {
	display: inline-block;
	font-size: 150%;
	padding-right: 30px;
	background: url(../images/link_arrow.png) no-repeat center right;
}

.flex_height {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

/* how_to_buy_btn */
.how_to_buy_btn {
	margin-top: 50px;
	
}
.buy_btn {
	background: #cc1426;
	color: #fff;
	font-size: 160%;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	display: block;
	padding: 20px 25px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 40px;
}
.buy_btn:hover {
	color: #fff;
}

/* レシピ一覧に戻る */
.recipe_return_btn {
	background: #eeeeee;
	color: #000000;
	font-size: 160%;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	display: block;
	padding: 20px 25px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 40px;
}
.recipe_return_btn:hover {
	color: #fff;
}

/* site-footer */
.site-footer {
	margin-top: 50px;
}
.social_links_wrap {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.social_links {
	list-style-type: none;
	margin: 0 0 5px;
	padding: 0;
	display: inline-block;
}
.social_links li {
	float: left;
	margin-right: 10px;
}
.social_links li:last-of-type {
	margin-right: 0;
}
.share_btns {
	text-align: center;
}
.copyright {
	margin-top: 5px;
	text-align: center;
	margin-bottom: 20px;
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", 游ゴシック, "Yu Gothic", YuGothic, sans-serif;
}


/* page scroll link */
.page_scroll_link {
	position: fixed;
	bottom: 30px;
	right: 0;
	z-index: -1;
	background: #bbb;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-ms-border-radius: 5px 0 0 5px;
	-o-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	width: 40px;
	height: 40px;
	color: #fff;
	opacity: 0;
	display: 0;
	-webkit-transition: opacity 0.75s;
	-moz-transition: opacity 0.75s;
	-ms-transition: opacity 0.75s;
	-o-transition: opacity 0.75s;
	transition: opacity 0.75s;
	text-align: center;
}
.page_scroll_link.display {
	opacity: 1;
	display: 1;
	z-index: 4;
}
.page_scroll_link:after {
	display: inline-block;
	width: 0;
	height: 0;
	content: "";
	border: 10px solid #fff;
	border-top-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
	border-bottom-width: 15px;
}
.sort_change_wrapper {
	float: right;
	margin-bottom: 30px;
}
.sort_change {
	color: #fff;
	background: #9d3c44;
	padding: 5px 8px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	display: inline-block;
	margin-left: 10px;
}
.sort_change span {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: 10px solid #fff;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-right-width: 7px;
	border-left-width: 7px;
	float: right;
	margin-left: 3px;
	margin-top: 6px;
	margin-bottom: -7px;
}
.sort_change.reverse span {
	border: 10px solid #fff;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	border-right-width: 7px;
	border-left-width: 7px;
	margin-top: -5px;
	margin-bottom: 0;
}
.sort_change:hover,
.sort_change:focus {
	color: #fff;
}

/* pre_search */
.pre_search {
	
}
.pre_search a {
	display: block;
	background: #eaebdd;
	color: #222;
	font-weight: bold;
	text-align: center;
	padding: 15px 0;
	margin-bottom: 20px;
}
.pre_search span {
	display: inline-block;
	text-align: left;
	font-size: 110%;
}
.pre_search span span {
	font-size: 155%;
	padding-right: 33px;
	background: url(../images/arrow.png) no-repeat right center;
}

/* pagenation */
.pagenation_div {
}
.pagenation_div a {
	background: #9d3c44;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	color: #fff;
	padding: 0;
	border: 2px solid #fff;
	display: inline-block;
	text-align: center;
	line-height: 35px;
	min-width: 40px;
	min-height: 40px;
}
.pagenation_div a:hover,
.pagenation_div a:focus,
.pagenation_div a.current_page {
	color: #9d3c44;
	border-color: #9d3c44;
	background: #fff;
}
.pagenation_div a.c_abs_sm,
.pagenation_div a.c_abs_md,
.pagenation_div a.c_abs_lg,
.pagenation_div a.c_abs_none {
	display: none;
}
.prev_edge {
}
.pagenation_div .prev_one a {
	display: none;
}
.pagenav_a {
}
.pagenav_a_wrap {
	text-align: center;
}
.nav_a1 {
}
.nav_a2 {
}
.pagenation_div .next_one a {
	display: none;
	float: right;
}
.next_edge {
	float: right;
}

/* display fix */
.disp_pc {
	display: none;
}
.disp_sp {
}



@media all and ( min-width: 20em ) {
}
@media all and ( min-width: 576px ) {
	.recipe_detail_product {
		width: 48%;
		margin-right: 2%;
	}
	.pagenation_div a.c_abs_sm {
		display: inline-block;
	}
	.miso_seasoning .seasoning_block_wrap:nth-of-type(2n+1) {
		padding-left: 15px;
	}
	.miso_seasoning .seasoning_block_wrap:nth-of-type(2n) {
		padding-right: 15px;
	}
	.miso_seasoning .seasoning_block_wrap:nth-of-type(2n) .seasoning_block {
		background-image: none;
	}
	.miso_seasoning .seasoning_block_wrap .seasoning_block {
		border-bottom: 0;
	}
	.miso_seasoning .seasoning_block_wrap:last-of-type .seasoning_block {
		padding-bottom: 80px !important;
	}
}
@media all and ( min-width: 769px ) {
	.disp_pc,
	div.disp_pc,
	ul.disp_pc {
		display: block;
	}
	li.disp_pc {
		display: list-item;
	}
	span.disp_pc {
		display: inline;
	}
	table.disp_pc {
		display: table;
	}
	tr.disp_pc {
		display: table-row;
	}
	td.disp_pc,
	th.disp_pc {
		display: table-cell;
	}
	.disp_sp {
		display: none;
	}

	.searchform {
		width: 100%;
		height:60px;
	}
	.searchform label {
		display: block;
	}
	.searchform input[type="text"] {
		padding: 0 30px 0 0;
		font-size: 140%;
	}
	#sp_menu_bg.toggled {
		display: none;
	}
	.menu_sp_btn {
		display: none;
	}
	.recipe_menu {
		position: static;
	}
	.recipe_menu > .container > ul {
		display: block;
	}
	.recipe_menu li {
		float: left;
		margin-right: 40px;
	}
	.recipe_menu li.menu_home a {
		width: 158px;
	}
	.recipe_menu li ul {
		width: auto;
		position: absolute;
	}
	.recipe_menu li ul:after {
		position: absolute;
		top: 0;
		left: -50vw;
		width: 200vw;
		height: 100%;
		content: "";
		display: block;
		background: #9e3c44;
		z-index: -1;
	}
	.recipe_menu li ul li {
		display: inline-block;
	}
	.recipe_menu .container {
		padding-right: 15px;
		padding-left: 15px;
	}
	.recipe_menu li.selected,
	.recipe_menu li:hover,
	.recipe_menu li:focus {
		background-color: #9e3c44;
	}
	.recipe_menu li.selected a,
	.recipe_menu li:hover a,
	.recipe_menu li:focus a {
		color: #fff;
	}
	.recipe_menu li.menu_home:focus a,
	.recipe_menu li.menu_home:hover a {
		background-image: url(../images/home_b_h.png);
	}
	.recipe_menu li.menu_seasoning:focus a,
	.recipe_menu li.menu_seasoning:hover a {
		background-image: url(../images/chomiryo_b_h.png);
	}
	.recipe_menu li.menu_time:focus a,
	.recipe_menu li.menu_time:hover a {
		background-image: url(../images/time_b_h.png);
	}
	.search_div {
		margin-top: 0;
	}
	.recipe_detail_product {
		width: 31%;
		margin-right: 2%;
	}
	.pagenation_div .prev_one a,
	.pagenation_div .next_one a {
		display: inline-block;
	}
	.pagenation_div a.c_abs_md {
		display: inline-block;
	}

	.miso_seasoning .seasoning_block_wrap:nth-of-type(2n+1) {
		padding-left: 0;
	}
	.miso_seasoning .seasoning_block_wrap:nth-of-type(2n) {
		padding-right: 0;
	}
	.miso_seasoning .seasoning_block_wrap:nth-of-type(2n) .seasoning_block {
		background-image: url(../images/miso_seasoning_border.jpg);
	}

	.miso_seasoning .seasoning_block_wrap:nth-of-type(3n+1) {
		padding-left: 15px;
	}
	.miso_seasoning .seasoning_block_wrap:nth-of-type(3n) {
		padding-right: 15px;
	}
	.miso_seasoning .seasoning_block_wrap:nth-of-type(3n) .seasoning_block {
		background-image: none;
	}
}
@media all and ( min-width: 992px ) {
	.recipe_detail_product {
		width: 23%;
		margin-right: 2%;
	}
	.pagenation_div a.c_abs_lg {
		display: inline-block;
	}
}

@media all and ( max-width: 768px ) {
	.container {
		padding-left: 2px;
		padding-right: 2px;
		max-width: none;
	}
	.container .row {
		margin-left: 0;
		margin-right: 0;
	}
	.searchform input[type="text"] {
		font-size: 100%;
	}
	.text_display {
		margin-bottom: 0;
	}
	.text_display h1.text_area {
		font-size: 105%;
		padding: 5px 10px;
		margin-bottom: 5px;
	}
	.pagenation_div .col-xs-8 {
		width: 75%;
		width: -webkit-calc( 98vw - 150px );
		width: -moz-calc( 98vw - 150px );
		width: -o-calc( 98vw - 150px );
		width: -ms-calc( 98vw - 150px );
		width: calc( 98vw - 150px );
	}
	.pagenation_div .col-xs-1 {
		width: auto;
		display: inline-block;
	}
	.pagenation_div .next_one,
	.pagenation_div .prev_one {
		display: none;
	}
	.recipe_blocks .col-xs-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
		padding-left: 2px;
		padding-right: 2px;
	}
	.col-xs-4 .recipe_block .thumbnail {
		margin-bottom: 0;
	}
	.recipe_blocks .col-xs-4 .recipe_block {
		padding-bottom: 0px;
		margin-bottom: 3px;
		position: relative;
	}
	.recipe_blocks .col-xs-4 .recipe_title {
		font-size: 70%;
		position: absolute;
		bottom: 2px;
		color: #fff;
		font-size: 60%;
		text-decoration: none;
		padding-left: 3px;
		padding-right: 3px;
	}
	.seasoning .col-xs-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.seasoning .miso_seasoning .col-xs-6 {
		border-right: 1px solid #ecebdb;
		margin-bottom: 0;
	}
	.seasoning .col-xs-6:nth-of-type(2n) {
		border-right: 0;
	}
	.seasoning .col-xs-6 p {
		font-size: 70%;
	}
	.seasoning_block {
		padding-bottom: 30px;
	}
	.seasoning .col-xs-6 .seasoning_block_link {
		font-size: 110%;
		padding: 5px 10px;
	}
	.seasoning .col-xs-6 .seasoning_block_link span {
		background-size: 20px auto;
	}
	.recipe_blocks {
		margin-bottom: 20px;
	}
	.recipe_menu {
		position: static;
	}
	.recipe_menu ul {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		position: relative;
	}
	.recipe_menu ul:not(.toggled-on) > li {
		width: 33%;
		flex-basis: 33%;
		background-size: 15px auto;
		background-image: unset;
		position: static;
	}
	.recipe_menu li > ul.toggled-on {
		position: absolute;
		left: 0;
		width: 100vw;
	}
	.recipe_menu li a {
		font-size: 70%;
		background-size: 30px auto;
		text-align: center;
		line-height: 20px;
		padding-top: 30px;
	}
	.recipe_menu li.menu_home a {
		padding-left: 10px;
		background-position: center top 8px;
		width: auto;
	}
	.recipe_menu li.menu_seasoning a {
		width: auto;
		background-size: auto 30px;
		background-position: center top 2px;
		padding-left: 10px;
	}
	.recipe_menu li.menu_time a {
		width: auto;
		background-position: center top 2px;
		padding-left: 10px;
	}
	.recipe_menu .menu_sp_btn {
		display: none;
	}
	.search_div {
		margin-top: 0;
	}

	.seasoning_title {
		font-size: 110%;
		margin-bottom: 8px;
	}
	.seasoning .seasoning_title span {
		padding-right: 20px;
		background-size: 15px auto;
	}
	.seasoning_block .thumb img {
		display: block;
		margin: 0 auto 5px;
	}
	.miso_seasoning {
		margin: 0 15px 20px;
	}
	.miso_seasoning .seasoning_block_wrap .seasoning_block {
		background: unset;
		padding-bottom: 20px;
	}
	.miso_seasoning .seasoning_block_wrap:last-of-type .seasoning_block {
		border-bottom: 0;
	}
	.miso_seasoning .seasoning_block_link {
		position: static;
		margin-left: -15px;
		margin-right: -15px;
		width: 110%;
		width: -webkit-calc( 100% + 30px );
		width: -moz-calc( 100% + 30px );
		width: -ms-calc( 100% + 30px );
		width: -o-calc( 100% + 30px );
		width: calc( 100% + 30px );
		font-size: 110%;
		padding: 5px 10px;
	}
	.miso_seasoning .seasoning_block_link span {
		background-size: 20px auto;
	}
	.seasoning_block_wrap {
		margin-bottom: 20px;
	}
	.seasoning_last {
		margin-bottom: 20px;
	}
}

@media all and ( max-width: 767px ) {
	a.brand_site {
		float: left;
		margin-bottom: 10px;
	}
}

@media all and ( max-width: 500px ) {
	.fb_iframe_widget,
	.fb_iframe_widget > span,
	.fb_iframe_widget > span > iframe {
		width: 96vw !important;
		width: -webkit-calc( 100vw - 35px ) !important;
		width: -moz-calc( 100vw - 35px ) !important;
		width: -ms-calc( 100vw - 35px ) !important;
		width: -o-calc( 100vw - 35px ) !important;
		width: calc( 100vw - 35px ) !important;
	}
}
