@charset "UTF-8";

/* ---------- 汎用css ---------- */
/* 
#333
#e60019 赤
#e7ddc6 ブラウン1
#efe6d5 ブラウン2
#f8f4eb ブラウン3
#673d21 茶色
*/
 
body {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 1.4rem;
	color: #333;
    word-break: break-word;
}
img {
  -webkit-touch-callout: none;
}
.serif {
	font-family: sans-serif;
}
.inner {
	max-width: 1220px;
	padding-left: 10px !important;
	padding-right: 10px !important;
	margin: 0 auto;
}
.inner_s {
    margin:30px;
}
@media screen and (min-width:767px) {
.sp_scroll {
    max-width: 1220px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin: 0 auto;
}
}
a {
	text-decoration: none;
	color: #333;
	transition: opacity 0.2s;
}
a:hover {
	opacity: 0.6;
}
a.red {
	color: #e60019;
}
.btn {
	border: solid 2px #e60019;
	padding: 3px 26px 3px 18px;
	display: inline-block;
	color: #e60019;
	margin: 0 5px;
	font-weight: 500;
	border-radius: 15px;
	height: 30px;
	position: relative;
    font-size: 1.4rem;
}
.btn:after {
	position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #e60019;
    border-right: 2px solid #e60019;
    transition: 0.2s ease;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn2,
.btn3 {
	background: #e60019;
	padding: 12px;
	display: inline-block;
	color: #FFF;
	font-size: 1.6rem;
	margin: 20px auto;
	font-weight: 500;
	width: 280px;
	height: 50px;
	max-width: 80%;
	text-align: center;
	position: relative;
}
.btn3 {
	background: #FFF;
	color: #e60019;
	border:solid 2px #e60019;
}
.btn2:after,
.btn3:after {
	position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
    margin: auto;
    content: "";
    vertical-align: middle;
    content: "";
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transition: 0.2s ease;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	z-index: 1;
}
.btn3:after {
    border-top: 2px solid #e60019;
    border-right: 2px solid #e60019;
}
.btn:hover:after,
.btn2:hover:after,
.btn3:hover:after {
    right: 7px;
}
ul, ol {
	list-style: none;
}
ul, ol, dl {
	margin: 0;
	padding: 0;
}
img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
img.svg {
	width: 100%;
}
.bg_brown {
	background: #f8f4eb;
}
section {
	padding: 30px 0;
}
.section_anker {
	padding-top: 50px;
	margin-top: -50px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 auto;
	font-weight: 500;
}
h2 {
	font-size: 2.6rem;
	color: #e60019;
	padding-left: 20px;
	border-left: 5px solid #e60019;
	margin: 0 20px 20px 0;
    display: inline-block;
}
h2 + .link {
	position: relative;
	top: -5px;
}
h2.icon {
    border: none;
    position: relative;
    padding-left: 50px;
}
h2.icon:before {
	content: "";
	display: inline-block;
    position: absolute;
    left: 0;
	width: 40px;
	height: 40px;
	background-size: contain;
	background-repeat: no-repeat;
}
h3 {
	font-size: 2rem;
	padding-bottom: 10px;
	border-bottom: solid 3px #e7ddc6;
	margin-bottom: 30px;
}
hr {
    border-top: solid 1px #e7ddc6;
}
/* ---------- 共通部分 ---------- */
/* ヘッダー */
header {
	top: 0;
	left: 0;
	background-color: #fff;
	width: 100%;
	z-index: 10;
}
header .inner {
	position: relative;
}
header .top {
	height: 60px;
	padding: 10px 0;
}
header .logo {
	float: left;
	height: 40px;
	width: 100px;
	background: url("../img/sapporo-1ban.png") center/contain no-repeat;
}
header .logo a {
	display: block;
	width: 100%;
	height: 100%;
}
header .searchform {
	text-align: right;
	padding: 5px 0;
}
header .searchform input[type="text"] {
	border: solid 2px #e60019;
	height: 30px;
    width: 25%;
	border-radius: 15px;
	padding: 0 15px;
	margin-top: -10px;
	transition: 0.2s ease;
	background: #FFF;
}
header .searchform input[type="submit"] {
	height: 30px;
	background: no-repeat center url(../img/icon_search.png);
	width: 24px;
	height: 24px;
	margin-left: 10px;
	position: relative;
	top: 3px;
	cursor: pointer;
}
header #menu {
	height: 40px;
	border-top: solid 1px #ccc;
	border-bottom: solid 3px #e60019;
}
header #menu .sub_menu {
    display: none;
}
header #menu .searchform {
    display: none;
}
header #menu .inner .close {
    display: none;
}
header #menu ul li {
	float: left;
	width: 16.66%;
	height: 40px;
	position: relative;
}
header #menu ul li:after {
	height: 20px;
	width: 1px;
	background: #eee;
	top: 10px;
	content: "";
	right: 0;
	position: absolute;
}
header #menu ul li:first-child:before {
	height: 20px;
	width: 1px;
	background: #eee;
	top: 10px;
	content: "";
	left: 0;
	position: absolute;
}
header #menu ul li.cart a {
	color: #FFF;
	background: #e60019;
}
header #menu ul li.cart a:before {
	display: inline-block;
	content: url(../img/cart_white.png);
	left: -5px;
    top: 2px;
    position: relative;
}
header #menu ul li.cart a::after {
    background: #FFF;
}
header #menu ul li.cart:after {
    content: none;
}
header #menu ul li.cart a:hover {
    color: #e60019;
    background: #FFF;
}
header #menu ul li.cart a:hover:before {
    content: url(../img/cart.png);
}
header #menu ul li a {
	display: block;
	width: 100%;
	height: calc(100% - 4px);
	color: #e60019;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 500;
	padding: 6px 0;
	position: relative;
	transition: 0.3s ease;
}
header #menu ul li a:hover {
	color: #FFF;
	opacity: 1;
	background-color: #e60019;
}
header #menu ul li a {
    font-size: 1.4rem;
	padding: 8px 0;
}	
header #sub_menu .menu6 .column .left {
    width: 50%;
	margin-right: 5%;;
}
header #sub_menu .menu6 .column .right {
    width: 45%;
}
header #sub_menu .menu6 .column .right .btn2{
	margin: 20px auto 0;
	display: table;
	width: 60%;
	min-width: 280px;
}
header #scroll_menu {
	background: #FFF;
	padding: 10px 0;
	height: 50px;
	position: fixed;
    top: 0;
    width: 100%;
    z-index: -100;
	opacity: 0;
	transition: 0.2s ease;
}
header #scroll_menu.view {
	opacity: 1;
	z-index: 100;
    border-bottom: solid 3px #e60019;
}
header #scroll_menu .logo {
	height: 30px;
	white-space: 104px;
}
header #scroll_menu ul {
	display: inline-table;
}
header #scroll_menu ul li {
	display: inline-block;
    margin-top: 5px;
}
header #scroll_menu ul li a {
	display: inline-block;
	padding: 0 20px;
    height: 35px;
	color: #e60019;
	font-size: 1.5rem;
	font-weight: 500;
	position: relative;
}
header #scroll_menu ul li a:hover {
	opacity: 1;
}
header #scroll_menu ul li a::after {
	content: "";
	display: block;
	top: 29px;
	width: 0;
	height: 2px;
	background: #e60019;
	position: absolute;
	transition: 0.3s ease;
	left: 50%;
}
header #scroll_menu ul li a.on_hover::after,
header #scroll_menu ul li a:hover::after {
	width: 100%;
	left: 0;
}
header #scroll_menu  .searchform {
	float: right;
    padding: 0;
}
header #scroll_menu  .searchform input[type="text"] {
	width: 180px;
}
header #sub_menu {
	display:block;
	width: 100%;
    position: absolute;
	left: 0;
	z-index: 101;
	opacity: 0;
}
.scrolled header #sub_menu {
    position: fixed;
    top: 50px;
}
.scrolled header .submenu_bg_layer {
    top: 50px;
}
header #sub_menu .inner {
	display: none;
	padding-top: 15px;
	margin-top: -3px;
}
header #sub_menu .inner .bg {
	background: #FFF;
    padding: 20px;
    border-radius: 10px;
}
header #sub_menu .inner:before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	margin-left: -7.5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 9px 15px 9px;
	border-color: transparent transparent #ffffff transparent;
}
header #sub_menu .inner.menu1:before {
	left: 8.33%;
}
header #sub_menu .inner.menu2:before {
	left: 25%;
}
header #sub_menu .inner.menu3:before {
	left: 41.66%;
}
header #sub_menu .inner.menu5:before {
	left: 58.33%;
}
header #sub_menu .inner.menu6:before {
	left: 91.66%;
}

/*
header #sub_menu .inner.menu1:before {
	left: 10%;
}
header #sub_menu .inner.menu2:before {
	left: 30%;
}
header #sub_menu .inner.menu3:before {
	left: 50%;
}
header #sub_menu .inner.menu5:before {
	left: 70%;
}
*/
header #sub_menu .on_hover:before {
	display: block;
}
header #sub_menu .on_hover {
	display: block;
}
header #sub_menu.on {
	-webkit-animation: fadeinmenu 0.3s linear 0.4s forwards;
	animation: fadeinmenu 0.3s linear 0.4s forwards;
}
header #sub_menu.on_hover .on_hover,
header #sub_menu.on.on_hover {
	display: block;
	opacity: 1;
	-webkit-animation: none;
	animation: none;
}
@-webkit-keyframes fadeinmenu {
	0%{ opacity:0; transform: translateY(-30px); }
	100% { opacity:1; transform: translateY(0);}
}
@keyframes fadeinmenu {
	0%{ opacity:0; transform: translateY(-30px); }
	100% { opacity:1; transform: translateY(0);}
}
header #sub_menu h5 {
	display: inline-block;
    margin: 0 20px 20px 0;
    position: relative;
    font-size: 2.4rem;
    top: 3px;
}
header #sub_menu .column h5 {
    margin: 0 20px 20px 0%;
}
header #sub_menu .column .left {
	width: 30.5%;
	padding-right: 9.8%;
}
header #sub_menu .column .left p {
	max-width: 240px;
}
header #sub_menu .column .left p {
	max-width: 240px;
}
header #sub_menu .column .right {
	width: 69.5%;
}
header #sub_menu .column {
	width: 100%;
	display: flex;
	padding: 0;
}
header #sub_menu .menu5 .column .left {
	text-align: center;
    width: 30.5%;
    padding: 0 5.8% 0 4%;
}
header #sub_menu .menu5 .column .left p:last-child {
	text-align: left;
}
header #sub_menu .menu5 .column .left p {
    max-width: none;
}
header #sub_menu .column .brands {
	margin-right: 4.54%;
	width: 68.27%;
}
header #sub_menu .column .brands li {
	width: 17.46%;
	float: left;
	text-align: center;
	margin: 0 3.17% 0 0;
}
header #sub_menu .column li a {
	display: block;
}
header #sub_menu .column li p {
	font-size: 1.4rem;
	margin: 10px 0 0;
	text-align: center;
}
header #sub_menu .column li .image {
    width: 100%;
    padding: 50% 0;
    background-color: #FFF;
    background-position: center;
    background-size: contain;
    border: solid 1px #e7ddc6;
    position: relative;
}
header #sub_menu .column li .img {
	position: relative;
}
header #sub_menu .menu1 .column .brands li:nth-child(5n) {
	margin-right: 0;
}
header #sub_menu .menu1 .column .brands li:nth-child(-n+5) {
	margin-bottom: 10px;
}
header #sub_menu .menu1 .column .brands li:nth-last-child(-n+5) {
    display: none;
}
header #sub_menu .column .site {
	width: 27.18%;
}
header #sub_menu .column .site li {
	width: 47.06%;
	float: left;
	text-align: center;
}
header #sub_menu .column .site li:nth-child(odd) {
	margin-right: 5.88%;
}
header #sub_menu .column .site li:nth-child(-n+2) {
	margin-bottom: 20px;
}
header #sub_menu .column .site li .img {
	background-color: #FFF;
	display: block;
	position: relative;
}
header #sub_menu .column .site li .img img {
	max-height: 100%;
}
header #sub_menu li .brown {
	border: solid 1px #e7ddc6;
}
header #sub_menu .menu2 .column .left {
	border-right: 0;
	padding-right: 4.54%;
}
header #sub_menu .menu2 .column .left li {
	width: 45.83%;
	float: left;
	color: #e60019;
}
header #sub_menu .menu2 .column .left li:nth-child(odd) {
	margin-right: 8.33%;
}
header #sub_menu .menu2 .column .left li:nth-child(n+5) {
	display: none;
}
header #sub_menu .menu2 .column .left li:nth-child(-n+2) {
	margin-bottom: 10px;
}
header #sub_menu .menu2 .column .right .recipe .left {
	width: 48.88%;
	float: left;
	padding: 0;
	margin: 0 2.24% 0 0;
}
header #sub_menu .menu2 .column .right .recipe .left li {
	color: #333;
}
header #sub_menu .menu2 .column .right .recipe .right {
	width: 48.88%;
	float: right;
	margin: 0;
}
header #sub_menu .menu2 .column .right .site {
    width: auto;
}
header #sub_menu .menu2 .column .right .site p {
    text-align: left;
}
header #sub_menu .menu2 .column .recipe li {
	width: 47.72%;
    float: left;
}
header #sub_menu .menu2 .column .recipe li .image {
	background-size: cover;
	padding: 35% 0;
}
header #sub_menu .menu2 .column .right .recipe li:first-child {
    margin-right: 4.56%;
}
header #sub_menu .menu2 .column .right .site li {
	width: 23.33%;
	margin-right: 2.22%;
	float: left;
}
header #sub_menu .menu2 .column .right .site li:last-child {
	margin-right: 0;
}
header #sub_menu .menu3 .column ul {
	width: 100%;
}
header #sub_menu .menu3 .column li {
	width: 18%;
	margin-right: 2%;
	float: left;
}
header #sub_menu .menu3 .column li:last-child {
	margin-right: 0;
}
header #sub_menu .menu3 .column li:nth-child(n+6){
	margin-top: 10px;
}
header #sub_menu .menu4 .column .right li {
    width: 48%;
	float: left;
}
header #sub_menu .menu4 .column .right li:nth-child(-n+2) {
	margin-bottom: 20px;
}
header #sub_menu .menu4 .column .right li:first-child {
   margin-right: 2.3%;
}
header #sub_menu .menu4 .column .right li:last-child {
	width: 100%;
}
header #sub_menu .menu5 .column .right li {
    width: 22.75%;
	margin-right: 3%;
    float: left;
    text-align: center;
}
header #sub_menu .menu5 .column .right li p {
	margin: 10px 0 0;
	font-weight: 500;
}
header #sub_menu .menu5 .column .right li:nth-child(4n) {
	margin-right: 0;
}
header #sub_menu .menu5 .column .right li:nth-child(n+5) {
	margin-top: 20px;
}
header .submenu_bg_layer {
	display: none;
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100vh;
	position: fixed;
    top: 100px;
    z-index: 100;
	left: 0;
	opacity: 0;
}
header .submenu_bg_layer.on_hover {
	display: block;
	-webkit-animation: fadeinlayer 0.2s linear 0.5s forwards;
	animation: fadeinlayer 0.2s linear 0.5s forwards;
}
header .on_hover + .submenu_bg_layer.on_hover {
	opacity: 1;
	-webkit-animation: none;
	animation: none;
}

@-webkit-keyframes fadeinlayer {
	0%{ opacity:0; }
	100% { opacity:1; }
}
@keyframes fadeinlayer {
	0%{ opacity:0; }
	100% { opacity:1; }
}


/* フッター */
footer {
	background: #f8f4eb;
	border-top: 1px solid #e7ddc6;
}
footer .sns {
	padding: 20px 0;
	text-align: right;
	font-size: 1.4rem;
}
footer .logo {
	width: 60%;
	max-width: 250px;
	height: auto;
}
footer .sns a,
footer .sns iframe {
	display: inline-block;
	margin-left: 20px;
    height: 30px;
}
footer .sns a img {
	border-radius: 5px;
}
footer .footer_nav {
	padding: 35px 0 50px;
    border-top: 1px solid #e7ddc6;
    border-bottom: 1px solid #e7ddc6;
}
footer .footer_nav nav {
	float: right;
	display: table;
}
footer .footer_nav nav ul {
	float: left;
	width: 180px;
}
footer .license {
	padding: 20px 0;
	text-align: center;
	font-size: 1.2rem;
}
#page-top {
    position: fixed;
    bottom: 60px;
    right: 0;
    background-color: rgba(0,0,0,0.4);
	background-image: url(../img/page_top.png);
	background-size: 18px 10px;
	background-position: center;
    width: 40px;
	height: 40px;
    display: block;
}
.breadcrumbs-list {
	padding: 20px 0;
	border-bottom: solid 1px #ccc;
	font-size: 1.7rem;
}
.breadcrumbs-list .space {
	margin: 0 10px;
}
.page_ttl {
	background: #f8f4eb;
	padding: 20px 0;
}
.page_ttl p.att {
	font-size: 1.4rem;
	margin-top: 5px;
	margin-bottom: 0;
}
h1,
.dummyh1 {
	font-size: 3rem;
	font-weight: normal;
}
.pager {
	text-align: center;
	margin: auto;
}
.pager li {
	display: inline-block;
	margin: 0 5px;
}
.pager li a,
.pager li span {
	height: 40px;
    padding: 4px;
	min-width: 40px;
	font-size: 2rem;
	border-radius: 20px;
	color: #e60019;
	text-align: center;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
}
.pager li a {
	border: solid 2px #e60019;
}
.pager li.pagerPrevAll a,
.pager li.pagerPrev a,
.pager li.pagerNext a,
.pager li.pagerNextAll a {
	border: none;
	color: transparent;
}
.pager li.pagerPrevAll a {
	background-image: url(../img/pager_prev1.png);
}
.pager li.pagerPrev a {
	background-image: url(../img/pager_prev2.png);
}
.pager li.pagerNext a {
	background-image: url(../img/pager_next1.png);
}
.pager li.pagerNextAll a {
	background-image: url(../img/pager_next2.png);
}
.pager a.dot {
	pointer-events: none;
	border: none;
}
.pager li span.current {
	color: #FFF;
	background: #e60019;
}

/* ---------- 固定ページ ---------- */
/* TOP */
#top #mainvisual {
	padding: 0;
    top: -1px;
    position: relative;
}
#top #mainvisual #bxloader {
	width: 100% !important;
	height: 100% !important;
	margin: 0;
	background: #fff;
	opacity: 1.0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
}
#top #mainvisual #bxloader img {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}
.bxslider3 {
	overflow: hidden;
	width: 100%;
}
.bxslider3 .bxslider {
	width: 100%;
	margin: 0 auto;
}
.bxslider3 ul li img {
	width: 100%;
	height: auto;
}
.bxslider3 ul li {
	opacity: 0.5;
}
.bxslider3 ul li.active {
	opacity: 1;
}
.bxslider3 .bx-viewport {
	overflow: visible !important;
}
#top_newproduct {
	padding: 50px 0 30px;
  background: #fce5e8;
}
#top_delicious {
	padding: 50px 0;
}
#top_delicious .box ul {
	position: relative;
}
#top_delicious .box a {
	box-shadow: 0 0 3px rgba(0,0,0,0.35);
	display: inline-block;
    width: 100%;
}
#top_delicious .box li:first-child{
	float: left;
}
#top_delicious .box li:nth-child(2) {
	display: inline-block;
}
#top_delicious .box li:nth-child(3) {
	position: absolute;
	right: 0;
	top: 0;
}
#top_delicious .box li:nth-child(4) {
	position: absolute;
	right: 22.5%;
	bottom: 0;
}
#top_delicious .box li:nth-child(5) {
	position: absolute;
    right: 0;
    bottom: 0;
}

#top_delicious .box li:first-child{
	width: 28%;
	margin-right: 1.5%;
	position: relative;
}
#top_delicious .box li:nth-child(2),
#top_delicious .box li:nth-child(5) {
	width: 21.1%;
}
#top_delicious .box li:nth-child(3),
#top_delicious .box li:nth-child(4) {
	width: 48%;
}


#top_delicious .box li img {
	width: 100%;
}

#top_delicious .box li:nth-child(1) a .new_recipe {
    padding: 35% 0;
    width: calc(100% - 18px);
    position: absolute;
    bottom: 9px;
    left: 9px;
	background-repeat: no-repeat;
    background-size: cover;
}
#top_product ul li {
    width: 23%;
    float: left;
    margin: 0 2.5% 0 0;
	text-align: center;
}
#top_product ul li:nth-child(4n){
	margin-right: 0;
}
#top_product ul li:nth-child(-n+4) {
	margin-bottom: 20px;
}
#top_product ul li:nth-child(n+9) {
	display: none;
}
#top_product ul li p {
	margin: 10px 0 0;
}
#top_product ul li a {
	display: block;
}
#top_product ul li .image {
	border: solid 1px #e7ddc6;
	background-position: center;
	background-size: auto 100%;
	height: 220px;
	background-color: #FFF;
}
#top_product ul li:nth-child(n+11) {
	display: none;
}
#top_sns .sns {
	display: flex;
}
#top_sns .sns ul {
	display: table;
	width: 33%;
	margin-right: 0.5%;
}
#top_sns .sns ul:last-child {
	margin-right: 0;
}
#top_sns .sns li {
	display: table-cell;
    width: 33%;
    text-align: center;
    padding: 16.5%;
    border: solid 1px #e7ddc6;
    float: left;
    margin-bottom: 1.5%;
    position: relative;
}
#top_sns .sns li a {
	display: block;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}
#top_sns .sns li.instagram a { 
	background-size: cover;
}
#top_sns .sns li a:before {
	content: "";
    position: absolute;
    left: 5px;
    bottom: 5px;
    height: 20px;
    width: 20px;
	background-size: contain;
	background-repeat: no-repeat;
}
#top_sns .sns li.twitter a:before { 
	background-image: url(../img/sns_twitter.png); 
}
#top_sns .sns li.instagram a:before { 
	background-image: url(../img/sns_instagram.png); 
}
#top_sns .sns ul li:first-child {
    width: 64%;
    padding: 34% 0%;
    float: left;
    margin-right: 2%;
}
#top_sns .sns.bottom ul li {
	margin-right: 1%;
}
#top_cm {
	padding-bottom: 60px;
}
#top_cm .cm_link {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: block;
	padding: 140px 0;
	text-align: center;
	position:relative;
}
#top_cm .cm_link:before {
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.2);
	z-index:0;
}
#top_cm .cm_link h3 {
	font-size: 2.8rem;
	margin: 0 0 30px;
	color: #FFF;
	text-shadow: 0 0 5px rgba(0,0,0,0.3);
	border: none;
}
#top_cm .cm_link h3,
#top_cm .cm_link p {
	z-index: 1;
	position:relative;
} 
#top_news {
	background: no-repeat top center url(../img/top_news_bg.jpg) ;
	background-size: cover;
}
#top_news .inner_s {
	max-width: 1000px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
}
#top_news ul li {
	border-bottom: solid 1px #ccc;
}
#top_news ul li a {
	display: table;
	width: 100%;
	padding: 20px 0;
}
#top_news ul li .left {
	padding-left: 50px;
	display: table-cell;
	width: 285px;
    position: relative;
}
#top_news ul li .left.new {
	background: no-repeat top 6px left url(../img/new.jpg) ;
	background-size: 40px 14px;
}
#top_news ul li .date {
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	font-size: 1.8rem;
	margin-right: 20px;
	min-width: 9rem;
    display: inline-block;
}
#top_news ul li .tag {
	font-size: 1.2rem;
	color: #FFF;
	width: 100px;
	height: 20px;
	padding: 1px 0;
	text-align: center;
	display: inline-block;
	background-color: #e61819;
}
/*
.tag.news { background-color: #e60019; }
.tag.campaign { background-color: #53bb14; }
.tag.product { background-color: #f5b600; }
.tag.other { background-color: #2d68c0; }
*/
#top_news ul li .title {
	display: table-cell;
}

.newslist li {
	border-bottom: solid 1px #ccc;
}
.newslist li:last-child {
    border-bottom: solid 1px #ccc;
	margin-bottom: 20px;
}
.newslist li a {
	display: table;
	width: 100%;
	padding: 20px 0;
}
.newslist li .left {
	padding-left: 50px;
	display: table-cell;
	width: 285px;
    position: relative;
}
.newslist li .left.new {
	background: no-repeat top 6px left url(../img/new.jpg) ;
	background-size: 40px 14px;
}
.newslist li .date {
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	font-size: 1.8rem;
	margin-right: 20px;
	min-width: 9rem;
    display: inline-block;
}
.newslist li .tag {
	font-size: 1.2rem;
	color: #FFF;
	width: 100px;
	height: 20px;
	padding: 1px 0;
	text-align: center;
	display: inline-block;
	background-color: #e61819;
}
.newslist li .title {
	display: table-cell;
}

#news_single .sns {
	text-align: right;
	padding: 20px 0;
}
#news_single .mainpic {
	margin-bottom: 50px;
}
#news_single .mainpic img {
	width: 100%;
}
#news_single .sns .date {
	float: left;
	color: #673d21;
	font-weight: 500;
}
#news_single .sns li {
	display: inline-block;
	max-width: 15%;
	margin-left: 10px;
}
#news_single .top h1 {
	font-size: 3rem;
	margin-bottom: 40px;
}
.tablist {
	margin-top: 30px;
}
.tablist li {
	width: calc(100%/6);
	float: left;
	height: 50px;
    border: solid 2px #e60019;
	border-left: none;
}
.tablist li:nth-child(-n+6) {
	border-bottom: none;
}
.tablist li:first-child,
.tablist li:nth-child(7) {
	border-left: solid 2px #e60019;
}
.tablist li a {
	display: block;
	padding: 13px 0;
	text-align: center;
	font-weight: 500;
	width: 100%;
	height: 100%;
	color: #e60019;
	transition: 0.2s ease;
}
.tablist li.current a,
.tablist li a:hover {
	background: #e60019;
	color: #FFF;
	opacity: 1;
}
.productlist li {
	width: 18.66%;
	float: left;
	margin-right: 1.66%;
	margin-bottom: 30px;
}
.productlist li:nth-child(5n) {
	margin-right: 0;
}
.productlist li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	color: #e60019;
}
.productlist li a .img {
	border: solid 1px #e7ddc6;
	background-color: #FFF;
	background-position: center;
    background-size: contain;
	text-align: center;
	height: 180px;
}
.productlist li a .img img {
	max-width: 100%;
	max-height: 100%;
    width: auto;
}
.productlist li a p {
	font-weight: normal;
	margin-top: 10px;
	border: none;
	margin-bottom: 0;
	text-align: center;
	color: #333;
}
.productlist li a .new {
	background: no-repeat bottom left url(../img/new.jpg) ;
	background-size: 40px 14px;
    padding-bottom: 20px;
}
#products .productlist li a p {
	text-align: center;
}
.bg_img3 .bx-wrapper {
    width: inherit;
    margin-bottom: 50px;
}
#product_slider {
    width: 400% !important;
}
#product_slider .bx-wrapper {
    width: inherit;
}
#product_slider li {
    width: 4.66% !important;
	margin-right: 0.42%;
}
#product_slider li:nth-child(5n) {
    margin-right: 0.42%;
}
#products .btn3 {
    margin: 30px auto 0;
}
#products .bx-wrapper .bx-controls-direction a {
    margin-top: -67px;
}
#products .brand1 li {
    width: 23%;
    float: left;
	margin: 0 2.5% 0 0;
}
#products .brand1 li:nth-child(-n+8) {
	margin-bottom: 20px;
}
#products .brand1 li:nth-last-child(-n+5) {
	display: none;
}
#products .brand1.brand3 li:nth-child(-n+10){
	display: none;
}
#products .brand1.brand3 li:nth-last-child(-n+6) {
	display: block;
}
#products .brand1 li:nth-child(4n) {
	margin-right: 0;
}
#products .brand1.brand3 li {
	width: 15.3%;
    margin: 0 1.6% 0 0;
    border: solid 1px #e7ddc6;
    padding: 20px 0;
    text-align: center;
	font-size: 1.8rem;
	background: #FFF;
}
#products .brand1.brand3 li:last-child {
	margin-right: 0;
}
#products .brand2 li:nth-child(-n+2) .img {
	border: solid 1px #e7ddc6;
}
#products .brand2 li {
	width: 23.08%;
	margin: 0 2.5% 0 0;
	border:none;
}
#products .brand2 li a .img.border {
	border: solid 1px #e7ddc6;
}
#products .brand2 li:last-child {
	margin: 0;
}
#products .brand2 li a .img {
	padding: 0;
    height: auto;
}
#product_single {
	font-size: 1.4rem;
}
#product_single .top h1 {
	font-size: 3rem;
	margin-bottom: 40px;
    display: table;
    margin-left: 0;
	width: 58.34%;
	float: right;
}
#product_single .top h1.new {
	padding-bottom: 30px;
    background: no-repeat bottom left url(../img/new.jpg);
    background-size: auto 20px;
}
#product_single .top .image {
	float: left;
	margin: 0 3.33%;
	width: 35%;
}
#product_single .top .image img {
	width: 100%;
	height: auto;
}
#product_single .top .right {
	display: table;
    width: 58.34%;
}
#product_single .top .right .cf {
	position: relative;
    min-height: 50px;
}
#product_single .top .brand {
	float: right;
	text-align: center;
	color: #e60019;
	font-weight: 500;
	width: 280px;
	max-width: 58.34%;
}
#product_single .top .brand p {
	width: 100%;
}
#product_single .sns {
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
}
#product_single .sns p {
    font-size: 1.4rem;
	display: inline-block;
	margin-bottom: 0;
	margin-right: 10px;
}
#product_single .sns a {
    margin-right: 10px;
}
#product_single .sns a img {
	width: 30px;
	height: 30px;
	border-radius: 5px;
}
#product_single .top .brand p:after,
#product_single .top .brand p:before {
	background: #e60019;
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	content: "";
    display: inline-block;
	width: 22px;
	height: 2px;
}
#product_single .top .brand p:after {
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#product_single .top .brand a {
	border: solid 1px #e7ddc6;
	width: 100%;;
	display: block;
}
#product_single .top .brand a img {
	max-height: 60px;
}
#product_single table {
	width: 100%;
	margin-bottom: 20px;
}
#product_single table th,
#product_single table td {
	text-align: center;
	padding: 12px;
	width: 25%;
	border: solid 1px #e7ddc6;
}
#product_single table.base1,
#product_single table.base2 {
	float: left;
	width: 50%;
}
#product_single table.base th,
#product_single table.base td {
	padding: 12px 0px;	
}
#product_single table.base2 {
	margin-left: -1px;
}
#product_single table th {
	background: #f8f4eb;
}
#product_single table .hit {
	background: #e7ddc6;
}
#product_single table .brank {
	background: none;
	border: none;
}
#product_single .source td,
#product_single .source th {
	text-align: left;
}
#product_single .source th:nth-child(1){
	width: 25%;
}
#product_single .source th:nth-child(2){
	width: 55%;
}
#product_single .source th:nth-child(3){
	width: 20%;
}
#product_single .attention {
	color: #e60019;
}
#product_single section section {
	padding: 0;
	margin-bottom: 50px;
}
#product_single section section:last-of-type {
	margin-bottom: 0;
}
#product_single section section ul li:nth-last-of-type(1) table,
#product_single section section ul li:nth-last-of-type(2) table{
	margin-bottom: 0;
}
#product_single h2 strong {
	color: #e7ddc6;
}
#product_single h2.sp_toggle {
	display: block;
	position: relative;
}
#product_single h2.sp_toggle span {
	display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto;
    background: #e60019;
    width: 22px;
    height: 22px;
	border-radius: 50%;
}
#product_single h2.sp_toggle span:after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transition: 0.1s ease;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    display: inline-block;
    position: absolute;
    right: 6px;
    top: 4px;
}
#product_single dl {
	width: 50%;
	display: table;
	float: left;
	margin-bottom: -1px;
}
#product_single dl dt,
#product_single dl dd {
	display: table-cell;
	text-align: center;
	padding: 12px 0;
	width: 50%;
	border: solid 1px #e7ddc6;
}
#product_single dl dt {
	background: #f8f4eb;
	font-weight: 600;
	border-right: none;
}
#product_single dl dd {
}
#product_single .energy {
	margin-bottom: 20px;
}
#product_single .energy dl:nth-child(even) dt {
	border-left: none;
}
#recipe_single .page_ttl h1:before {
	content: "";
	background-repeat: no-repeat;
	background-position:  center;
	background-image:  url(../img/recipe_icon.png);
	background-size: contain;
	width: 29px;
	height: 36px;
    top: 5px;
    margin-right: 20px;
	display: inline-block;
	position: relative;
}
#product_single .reccomend li {
	margin-bottom: 0;
}
.wordsearch form {
	position: relative;
	width: 73.33%;
	float: left;
}
.wordsearch.productsearch form {
	width: 100%;
	float: none;
}
.wordsearch {
	position:relative;
}
.wordsearch form input[type="text"] {
	border: solid 2px #e60019;
	padding: 10px 20px;
	border-radius: 20px;
	height: 40px;
	width: 100%;
    margin: 5px 0 0;
    font-size: 1.8rem;
}
.wordsearch form input[type="text"]::placeholder {
	color: #999;
}
.wordsearch form input[type="submit"] {
	background-color: #e71919;
	background-repeat: no-repeat;
	background-position:  center;
	background-image:  url(../img/icon_search2.png);
	background-size: auto 24px;
	width: 60px;
	height: 40px;
	border-radius: 0 20px 20px 0;
	position: absolute;
	right: 0;
	top: 5px;
}
.wordsearch .btn2 {
	max-width: 23.33%;
    margin: 0 0 0 3.33%;
	position:absolute;
	right: 10px;
    top: 30px;
}
.wordsearch .keyword {
	margin-top: 20px;
    position: relative;
}
.wordsearch .keyword span {
	display: inline-block;
	background: #fbf7ee;
	padding: 5px 20px;
	border-radius: 20px;
}
.wordsearch .keyword ul {
	display: inline-block;
}
.wordsearch .keyword li {
	display: inline-block;
	margin-left: 10px;
}
.wordsearch .keyword li:first-child {
	margin-left: 20px;
}
.wordsearch .keyword li a {
	text-decoration: underline;
}
.recipe_archive {
	text-align: center;
	display: none;
}
.recipe_archive .btn3 {
    margin: 30px auto 0;
    position: relative;
    right: auto;
    top: auto;
}
#recipe .recipe_archive {
	display: block;
}
#recipe .weekly {
	background: no-repeat top center url(../img/recipe_weekly.jpg) ;
	color: #673d21;
	background-size: cover;
}

#recipe .main h2 {
	color: #FFF;
	background: #673d21;
	border-radius: 20px 20px 0 0;
	border: none;
	padding: 11px 20px 8px;
    margin: 0 20px 0 0;
    font-size: 2.2rem;
    font-weight: 500;
}
#recipe .main h2 span {
	background: #e60019;
	display: inline-block;
	font-weight: 500;
	text-align: center;
    padding: 5px 10px;
    margin-left: 20px;
    font-size: 1.4rem;
    position: relative;
    top: -2px;
}
#recipe .main h2 span:before {
	content: "";
	display: inline-block;
	position: absolute;
    left: -8px;
    top: 7px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 8px solid #e60019;
    border-bottom: 5px solid transparent;
}
#recipe .main .link .btn {
    color: #673d21;
	border-color: #673d21;
}
#recipe .main .link .btn:after {
    border-top: 2px solid #673d21;
    border-right: 2px solid #673d21;
}
#recipe .main .detail {
	padding: 40px;
	background: #f8f4eb;
	margin-bottom: 40px;
}
#recipe .main .detail .img {
	width: 46.42%;
	float: left;
	margin-right: 7.14%;
	background: #FFF;
    padding: 20px;
	text-align: center;
}
#recipe .main .detail .img img {
	max-height: 360px;
}
#recipe .main .detail .right h3 {
	border: none;
	margin-bottom: 20px;
	font-size: 2.8rem;
	padding: 0;
}
#recipe .main .detail .right {
	display: table;
}
#recipe .main .detail .right .item {
	text-align: right;
	padding: 20px 0;
}
#recipe .main .detail .right .item span {
	padding: 13px 100px 15px 15px;
	background: #e7ddc6;
	border-radius: 25px;
	height: 50px;
    display: inline-block;
	position: relative;
}
#recipe .main .detail .right .item span .thumbnail {
	background: #FFF;
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50px;
    position: absolute;
	top: -20px;
    right: 0;
    padding: 10px;
    margin: 0;
}
#recipe .main .detail .right .btn2 {
    background: #673d21;
}
#recipe .speciallist li a {
	background: #e7ddc6;
}
#recipe .speciallist li a.brown {
	border: solid 1px #e7ddc6;
}
#recipe .special h2.icon:before {
	background-image: url(../img/recipe_icon1.png);
}
#recipe .taste h2.icon:before {
	background-image: url(../img/recipe_icon2.png);
}
#recipe .genre h2.icon:before {
	background-image: url(../img/recipe_icon3.png);
}
#recipe .site h2.icon:before {
	background-image: url(../img/recipe_icon4.png);
}
.genrelist li {
	width: 18.66%;
	float: left;
	margin-right: 1.66%;
}
.genrelist li:nth-child(5n) {
	margin-right: 0;
}
.genrelist li:nth-child(-n+5) {
	margin-bottom: 20px;
}
.genrelist li .img {
	display: table;
	margin: auto;
    background-size: 100%;
    background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	transition: 0.2s ease;
}
.genrelist li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
	color: #673d21;
}
.genrelist li a:hover {
	opacity: 1;
}
.genrelist li a:hover .img {
	background-size: 110%;
}
.genrelist li a .item {
	background-color: #eee;
	background-position: center;
	background-size: cover;
	text-align: center;
	height: 180px;
    padding: 20px;
}
#recipe .taste {
	background: no-repeat top center url(../img/recipe_taste.jpg);
	color: #673d21;
	background-size: cover;
}
#recipe .tastelist li {
	width: 23%;
	float: left;
	margin-right: 2.5%;
	text-align: center;
}
#recipe .tastelist li a p {
	color: #673d21;
}
#recipe .tastelist li:nth-child(4n) {
	margin-right: 0;
}
#recipe .tastelist li:nth-child(n + 5) {
	display: none;
}
#recipe .tastelist li .btn2 {
	background: #673d21;
    margin: 0;
}
#recipe .tastelist li .item span {
	display: inline-block;
	background: #FFF;
	border-radius: 50%;
    padding: 50%;
	transition: 0.2s ease;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 85%;
}
#recipe .tastelist li .item p {
	margin: 0 0 10px;
}
#recipe .tastelist li .item:hover {
	opacity: 1;
}
#recipe .tastelist li .item:hover span {
	background-size: 92%;	
}
#recipe_single .sns {
	text-align: right;
	padding: 20px 0;
}
#recipe_single .sns li {
	display: inline-block;
	max-width: 15%;
	margin-left: 10px;
}
#recipe_single .sns li img {
	border-radius: 10px;
}
#recipe_single .bg_brown.content {
	color: #673d21;
}
#recipe_single .bg_brown.content .recipe_name {
	font-size: 3rem;
	font-weight: 500;
	border-bottom: none;
	padding: 0;
	margin-bottom: 20px;
}
#recipe_single .topics .img {
	float: left;
	width: 46.66%;
	text-align: center;
	background: #FFF;
	padding: 20px;
}
#recipe_single .topics .img img {
    max-height: 360px;
}
#recipe_single .topics .right {
	width: 48.33%;
	float: right;
}
#recipe_single .sns p {
    font-size: 1.4rem;
    display: inline;
}
#recipe_single .sns a,
#recipe_single .sns iframe {
	margin-left:10px;
}
#recipe_single .sns a img {
	width: 30px;
	height: 30px;
	border-radius: 5px;
}
#recipe_single .topics table {
	width: 100%;
	margin-bottom: 20px;
}
#recipe_single .topics table td {
	width: 50%;
	background: #FFF;
	border: solid 1px #e7ddc6;
	padding: 20px 0;
	text-align: center;
}
#recipe_single .topics table td strong {
	font-weight: 500;
	margin-right: 4rem;
}
#recipe_single .topics table td .big {
	font-weight: 500;
	font-size: 2.4rem;
}
#recipe_single .topics .item {
	border: solid 1px #e7ddc6;
	padding: 20px 40px;
	border-radius: 10px;
}
#recipe_single .topics .item .thumbnail {
	width: 28%;
	height: 165px;
	padding: 23px;
	float: left;
	margin-right: 40px;
	background: url(../img/item_thumbnail.png) center / contain no-repeat ;
	position: relative;
}
#recipe_single .topics .item .thumbnail img {
	transform: scale(0.9);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    padding-top: 20px;
    position: absolute;
}
#recipe_single .topics .item .btn2 {
	margin: 30px 0 20px;
	background: #673d21;
	max-width: 56%;
}
#recipe_single .topics .item .btn3 {
	border: solid 2px #673d21;
	color: #673d21;
	margin: 0;
	max-width: 56%;
}
#recipe_single .topics .btn2.large {
	margin: 30px auto 0;
    background: #673d21;
    display: table;
}
#recipe_single .topics .item .btn3:after {
	border-top: 2px solid #673d21;
    border-right: 2px solid #673d21;
}
#recipe_single .recipe {
	margin-top: 50px;
    font-size: 1.4rem;
}
#recipe_single .recipe .material {
	width: 31.66%;
	float: left;
	margin-right: 5.83%;
}
#recipe_single .recipe .material tr {
    border-bottom: solid 1px #e7ddc6;
}
#recipe_single .recipe .material table {
    width: 100%;
}
#recipe_single .recipe .material td,
#recipe_single .recipe .material th {
    text-align: left;
	padding: 15px 20px;
    min-width: 14rem;
}
#recipe_single .recipe .make {
	width: 62.5%;
	float: right;
}
#recipe_single .recipe .make li {
	margin-bottom: 30px;
	padding-left: 30px;
    padding-top: 5px;
	position: relative;
}
#recipe_single .recipe .make ol {
    counter-reset:number; 
	margin-left: 20px;
}
#recipe_single .recipe .make ol li:before {
	counter-increment: number;
	content: " " counter(number) ".";
    font-size: 2rem;
    font-weight: 500;
    margin-right: 10px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
#recipe_single .recipe .make .advice h5 {
	font-size: 1.6rem;
}
#recipe_single .recipe .make .advice h5:before {
	content: "";
	display: inline-block;
    position: relative;
    top: 10px;
	background-image: url(../img/advice.png);
	background-size: contain;
	background-position: center;
	height: 40px;
	width: 35px;
}
#recipe_single .recipe .make .advice p {
	background: #FFF;
	border: solid 2px #e7ddc6;
	padding: 20px;
	border-radius: 10px;
}
.recipelist li a p {
    margin: 10px;
}
.recipelist li {
	width: 23%;
	float: left;
	margin-right: 2.5%;
}
.recipelist li:nth-child(4n) {
	margin-right: 0;
}
.recipelist li:nth-child(-n+4) {
	margin-bottom: 30px;
}
.recipelist li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
    color: #673d21;
}
.recipelist li a:hover {
	opacity: 1;
}
.recipelist li a .box {
    padding: 38% 50%;
    position: relative;
	overflow: hidden;
	border: solid 1px #e7ddc6;
}
.recipelist li a .img {
	position: absolute;
	background-position: center;
	background-size: cover;
	background-color: #FFF;
    width: 100%;
    height: 100%;
	left: 0;
    top: 0;
	transition: 0.2s ease;
}
.recipelist li a:hover .img {
	width: 110%;
    height: 110%;
	left: -5%;
	top: -5%;
}
.recipelist li a p {
	margin: 20px 0 0;
	border: none;
    text-align: center;
}
#recipe_single .recipelist li,
#recipe_single .recipelist li:nth-child(-n+4),
#recipe_single .recipelist li:nth-child(4n){
    width: 18.66%;
    margin: 0 1.66% 0 0;
}
#recipe_single .recipelist li:last-child {
    margin-right: 0;
}
#special .speciallist li {
	border: 1px solid #e7ddc6;
    margin-bottom: 40px;
}
.speciallist li a p {
    margin: 10px;
}
.speciallist li {
	width: 23%;
	float: left;
	margin-right: 2.5%;
	background: #FFF;
}
.speciallist li:nth-child(4n) {
	margin-right: 0;
}
.speciallist li a {
	display: block;
	width: 100%;
	position: relative;
}
.speciallist li a .box {
	padding: 38% 50%;
    position: relative;
	overflow: hidden;
}
.speciallist li a .img {
	position: absolute;
	background-position: center;
	background-size: cover;
	background-color: #FFF;
    width: 100%;
    height: 100%;
	left: 0;
    top: 0;
	transition: 0.2s ease;
}
.speciallist li a:hover .img {
	width: 110%;
    height: 110%;
	left: -5%;
	top: -5%;
}
.speciallist li a p {
	margin: 20px;
	border: none;
	font-weight: 500;
}
#recipe_single .bg_brown.content section {
    border-bottom: 1px solid #673d21;
}
#recipe_single .bg_brown.content section:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
#recipe_single .special_ttl {
	background-color: #999;
    background-size: cover;
    background-position: center;
    height: 320px;
    color: #FFF;
    text-align: center;
	font-size: 1.6rem;
    overflow: hidden;
    position: relative;
	display: table;
	width: 100%;
}
#recipe_single .special_ttl:before {
	content: "";
	display: block;
	z-index: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.3);
}
#recipe_single .special_ttl .inner {
	z-index: 1;
	position: relative;
	text-shadow: 0 0 5px rgba(0,0,0,0.4);
    display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
#recipe_single .special_ttl h1 {
    font-size: 4.2rem;
	margin-bottom: 30px;
    font-weight: bold;
	font-family: 'Meiryo','メイリオ';
    letter-spacing: 1px;
}
#recipe_single .special_ttl .inner p {
	margin: 0;
}
#customer .address {
	background: #f8f4eb;
	text-align: center;
	padding: 30px 10px;
	margin: 20px auto 0;
}
#customer .address h3 {
	text-align: center;
	border-bottom: none;
    margin: 0;
    padding: 0;
}
#customer .address p strong {
	margin-right: 10px;
}
#customer .address p img {
	max-width: 306px;
    width: 90%;
	height: auto;
}
#customer .address p strong img {
	max-width: 378px;
}
#customer .address p:last-child {
	margin: 10px 0;
}
#customer li {
	margin-bottom: 40px;
}
#customer li h4 {
	margin-top: 30px;
	font-size: 1.6rem;
    transition: 0.3s ease;
    background: #f8f5ec;
    padding: 5px 34px 5px 10px;
	position: relative;
	cursor: pointer;
	border:solid 1px #f8f5ec;
}
#customer li h4:hover {
	background: #FFF;
}
#customer li h4:before {
	content: "";
    position: absolute;
	display: inline-block;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto;
    background: #e60019;
    width: 22px;
    height: 22px;
    border-radius: 50%;
}
#customer li h4:after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transition: 0.1s ease;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    display: inline-block;
    position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 18px;
}
#customer li h4.open:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#customer li h4 span {
	margin-right: 10px;
	color: #e60019;
	font-size: 2.4rem;
}
#customer li div span {
	margin-right: 10px;
	font-size: 2.0rem;
	font-weight: 500;
}
#customer li div {
	margin-top: 15px;
	display: none;
}
#customer li div table {
	width: 100%;
	margin-top: 20px;
}
#customer li div table thead th {
    background: #f8f4eb;
}
#customer li div table th,
#customer li div table td {
	text-align: center;
	padding: 12px;
	border: solid 1px #e7ddc6;
}
#president .president_img {
	margin-bottom: 20px;
}
#president ul li {
	font-size: 1.4rem;
	line-height: 1.8;
}
#president ul li:first-child {
	float: left;
	width: 47.5%;
}
#president ul li:last-child {
	float: right;
	width: 47.5%;
}
#president ul li p:nth-child(2) {
	margin: 30px 0;
}
#sitepolicy ul > li {
	margin-bottom: 40px;
}
#sitepolicy ol {
	padding-left: 15px;
}
#sitepolicy ol li {
	list-style-type: decimal;
}
#sitepolicy ol.numlist {
	counter-reset: item;
	padding: 0;
  }
#sitepolicy ol.numlist  li {
	position: relative;
	padding-left: 30px;
	list-style: none;
}
#sitepolicy ol.numlist li:not(:last-child) {
	margin-bottom: 15px;
}
#sitepolicy ol.numlist  li:before {
	counter-increment: item;
	content: "(" counter(item) ")";
	position: absolute;
	left: 0;
}
#faq .piclist {
	display: flex;
  justify-content: space-around;
}
#faq .piclist div {
	text-align: center;
  padding: 0 20px;
  display: block
}
#faq .piclist div img {
	margin-bottom: 10px;
}
#faq ul > li {
	margin-bottom: 40px;
}
#faq li h3 {
	padding-left: 2.8rem;
	text-indent: -2.8rem;
}
#faq li h3 span {
	margin-right: 10px;
	color: #e60019;
	font-size: 2.4rem;
}
#faq li p {
	padding-left: 2.3rem;
	text-indent: -2.3rem;
}
#faq li p span {
	margin-right: 10px;
	font-size: 2.0rem;
	font-weight: 500;
}
#recipe_search h2.icon:before {
	background-image: url(../img/recipe_icon3.png);
}
#recipe_search section ul {
	padding: 20px;
	margin: 20px 0 30px;
}
#recipe_search section ul li {
	float: left;
	position: relative;
}
#recipe_search section ul li:last-child {
	margin-right: 0;
}
#recipe_search .checklist1 li {
	width: 10%;
	margin-right: 1.33%;
    text-align: center;
}
#recipe_search .checklist1 li .img {
	padding: 5%;
	background: #FFF;
	border-radius: 50%;
    overflow: hidden;
}
#recipe_search .checklist1 li p {
	margin: 10px 0 0;
}
#recipe_search .checklist2 li {
	width: 12.5%;
    margin: 10px 0;
}
#recipe_search .checklist2 li .checkbox {
	padding: 0 0 0 30px;
}
#recipe_search .checklist2 li .checkbox:after {
	left: 0;
    margin-left: 0;
    top: 2px;
}
#recipe_search .checklist2 li .checkbox:before {
    margin-left: 0;
    top: 0px;
} 
#recipe_search .checklist3 li {
	width: 8.44%;
	margin-right: 1.72%;
	text-align: center;
}
#recipe_search .checklist3 li p {
	margin: 10px 0 0;
}
#recipe_search .checklist3 li .checkbox {
    padding-top: 30px;
}
#recipe_search .checklist3 li .checkbox:after {
    border-radius: 10px;
    width: 20px;
    background: #FFF;
    height: 20px;
	margin-left: -10px;
	left: 50%;
}
#recipe_search .checklist3 li .checkbox:before {
    border: none;
	background: #e60019;
	width: 10px;
    height: 10px;
	left: 50%;
    border-radius: 10px;
    margin-left: -5px;
    top: 5px;
} 
#recipe_search .checklist3 li .checkbox:hover:after {
	background-color: #FFF;
}
#recipe_search .checklist3 li input[type=checkbox]:checked + .checkbox:after {
	background-color: #FFF;
}
#recipe_search h4 {
	font-size: 2rem;
}
#recipe_search input[type=checkbox] {
  display: none;
}
#recipe_search .checkbox {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	padding-top: 10px;
	vertical-align: middle;
	cursor: pointer;
	display: block;
	-webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
}
#recipe_search .checkbox:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 50%;
    top: 0;
    left: 5px;
    margin-left: -8px;
    display: block;
	width: 18px;
    height: 18px;
    border: 2px solid #DDD;
    border-radius: 6px;
    content: '';
	z-index: 0;
	background-color: #FFF;
}
#recipe_search .checkbox:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: -2px;
    left: 8px;
    display: block;
    margin-left: -3px;
    width: 9px;
    height: 15px;
    border-right: 3px solid #e71919;
    border-bottom: 3px solid #e71919;
    content: '';
    opacity: 0;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#recipe_search input[type=checkbox]:checked + .checkbox:before {
	opacity: 1;
}
#recipe_search input[type=submit] {
    margin: 50px auto;
	display: table; 
	transition: 0.2s ease;
	cursor: pointer;
	background-image: url(../img/arrow_icon.png);
	background-repeat: no-repeat;
	background-position: right 14px center;
}
#recipe_search input[type=submit]:hover {
	background-position: right 7px center;
	opacity: 0.7;
}
#search section h2 {
	margin-bottom: 0;
}
#search .searchlist li {
	margin-bottom: 40px;
	border: solid 1px #e7ddc6;
}
#search .searchlist li .txt {
	padding:20px;
	display: table;
	width: 100%;
}
#search .searchlist li .txt p {
	margin: 0;
	font-size: 1.4rem;
}
#search .searchlist li a {
    display: table;
    width: 100%;
}
#search .searchlist li a h3 {
	padding: 0 0 10px;
    margin: 0;
	font-size: 1.8rem;
	margin: 0 0 10px;
	border: none;
}
#search .searchlist li .img {
	display: inline-block;
    height: 160px;
    width: 30%;
    max-width: 160px;
    background-size: cover;
    background-position: center;
	float: left;
}
#search .searchlist li .pic_image .txt {
	width: calc(100% - 180px);
}
#search .found {
	color: #e71919;
    font-size: 2.4rem;
    margin: 0 5px;
}
#search .recipelist li {
    margin: 0 2.5% 30px 0;
}
#search .recipelist li .box {
    border: solid 1px #e7ddc6;
}
#search .recipelist li p {
	font-weight: bold;
	font-weight: 500;
	margin: 10px;
}
#search .recipelist li:nth-child(4n) {
    margin-right: 0;
}
#search .recipelist li:last-child(-n+4) {
    margin-bottom: 0;
}
#search li.none {
	width: 100%;
    border: none;
}
#company ul li {
	float: left;
	width: 50%;
	height: 240px;
}
#company ul li a {
	display: block;
	height: 100%;
	width: 100%;
	position: relative;
}
/*
#company ul li .empty_box {
	float: left;
	width: 50%;
	height: 100%;
	vertical-align: middle;
}
*/
#company ul li .link_box {
	background: rgba(0,0,0,0.4);
	width: 100%;
	display: flex;
	position: absolute;
	bottom: 0;
	justify-content: center;
	align-items: center;
    color: #FFF;
    font-size: 2.1rem;
  padding: 10px;
}
#company ul li .link_box img {
	width: 144px;
}
#company ul li a {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#company ul li:nth-of-type(1) {
	background: linear-gradient(to bottom, #a5a8a6 0%,#eaeae7 87%);	
}
#company ul .about a {
	background-size: auto 100%;
	background-image: url(../img/company_bg_about.jpg);
}
#company ul .network a {
	background-image: url(../img/company_bg_network.jpg);
}
#company ul .history a {
	background-image: url(../img/company_bg_ayumi.jpg);
}
#company ul .recruit a {
	background-image: url(../img/company_bg_recruit.jpg);
}
#company ul .foodsafety a {
	background-image: url(../img/company_bg_foodsafety.jpg);
}
#company ul .csr a {
	background-image: url(../img/company_bg_csr.jpg);
}
#company ul .sdgs a {
	background-image: url(../img/company_bg_sdgs.jpg);
}
#about div.img {
	margin-bottom: 30px;
}
#about .inner_s {
	margin-top: 0;
	margin-bottom: 0;
}
#about table{
	margin:0 auto;
}
#about table, .popup_detail table {
	border-collapse: collapse;
	table-layout: fixed;
	text-align: left;
	width: 100%
}
#about table th, .popup_detail table th {
	background: #f8f4eb;
}
#about table th, 
#about table td, 
.popup_detail table th, 
.popup_detail table td {
	border: 1px solid #e7ddc6;
	padding: 12px;
	font-size: 1.4rem;
}
.popup_detail table td {
	background: #fff;
}
#about table td a {
	color:#e60019;
	text-decoration: underline;
}
#about table td a.link_blank:after{
content: "";
background:url(../img/icon_blank.png) no-repeat;
background-size:18px;
display:inline-block;
margin-left:4px;
width:18px;
height:15px;
}
.remodal{
max-width:1000px;
}
.popup_detail {
	background: rgba(255,255,255,0.9);
	padding: 40px;
}
.popup_detail h4 {
	font-size:1.6rem;
	margin: 0 0 30px;
}
.popup_detail table td {
	background: #fff;
}
.modal-close {
	background: url(../img/icon_modal_close.png) no-repeat;
	background-size: 36px;
	width: 36px;
	height: 36px;
	position: absolute;
	right: 30px;
	top: 30px;
}
.frame {
	height: 250px;
	overflow: hidden;
}
.frame ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
    min-width: 400%;
}
.frame ul li {
	float: left;
	width: 4.6%;
	height: 100%;
	margin: 0 0.2% 0;
	padding: 0;
	text-align: center;
	cursor: pointer;
}
.controls {
    position: relative;
	top: -200px;
}
.controls button {
    position: absolute;
    outline: 0;
    width: 30px;
    height: 78px;
    text-indent: -9999px;
    z-index: 9;
    background-size:contain;
    cursor: pointer;
}
.controls .prevPage {
    left: 0px;
    background-image: url(../img/slider_before.png);
	background-position: left;
}
.controls .nextPage {
    right: 0px;
    background-image: url(../img/slider_next.png) ;
	background-position: right;
}
#network img.map {
	max-width: 640px;
	margin: 0 auto 30px;
	display: table;
	width: 100%;
}
#network table {
	width: 100%;
}
#network table th, 
#network table td{
	padding: 12px;
	font-size: 1.4rem;
	vertical-align: middle;
    border: 1px solid #e7ddc6;
	text-align: left;
}
#network table th {
    background: #f8f4eb;
	min-width: 10rem;
	text-align: center;
	width: 20%;
}
#network .factory {
	text-align: center;
}
#network .factory table {
    margin: 10px auto 30px;
}
#network .factory td p {
    margin: 0;
}
#network .factory img {
	width: 100%;
}
#network .factory td h3{
	border-bottom: none;
	margin: 0;
	padding: 0;
}
#csr .csr_img + p {
    text-align: center;
	line-height: 3rem;
    font-size: 1.6rem;
}
#csr h2 {
    margin-top: 40px;
}
#csr ul li {
    width: 23%;
    float: left;
    margin-right: 2.5%;
  text-align: center
}
#csr ul li img {
  margin-bottom: 5px;
}
#csr ul li:nth-child(4n) {
    margin-right: 0;
}
#sdgs h2 {
  position: relative;
  height: 40px;
  border-left: none;
}
#sdgs h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #e60019;
  display: block;
  width: 5px;
  height: 40px;
}
#sdgs h2 span {
  display: inline-flex;
  margin-left: 20px;
  position: absolute;
  top: -10px;
  right: -220px;
  width: 200px;
  height: 60px;
}
#sdgs h2 span img {
  width: 60px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  #sdgs h2 {
    height: auto;
  }
  #sdgs h2:before {
    height: 26px;
  }
  #sdgs h2 span {
    display: flex;
    position: relative;
    top: auto;
    right: auto;
    left: -20px;
    margin-top: 10px;
  }
}
#sdgs figure {
  display: flex;
  margin: 20px auto;
  justify-content: center;
  align-items: center;
}
#sdgs figure + h3{
  margin-top: 40px;
}
@media (max-width: 767px) {
  #sdgs figure img {
    max-height: 180px;
  }
}
#sdgs figure figcaption {
  margin-left: 10px;
}

#history .history_kv {
	width: 100%;
	height: 380px;
	display: table;
	background: url(../img/history_kv_bg.jpg) no-repeat center center / cover;
	position: relative;
}
#history .history_kv h2 {
	padding-left: 0;
	border-left: none;
	margin: 0;
	padding: 10px;
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
#history .history_bg {
	padding: 50px 0;
	background: url(../img/history_bg.jpg) repeat-x center top;
}
#history .history_box {
	margin-top: 50px;
	padding: 30px 60px;
	background-color: #fff;
	box-shadow:0px 0px 40px 0px #efe6d5 inset;
}
#history .history_box dl {
	display: table;
	width: 100%;
	padding: 30px 0;
	border-top: solid 1px #ccc;
}
#history .history_box dl:first-child {
	border-top: none;
}
#history .history_box dl dt {
	display: table-cell;
	width: 180px;
	margin: 0;
	color: #673d21;
	font-family: 'Crimson Text',"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "serif";
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1;
	vertical-align: top;
}
#history .history_box dl dt span {
	font-size: 3.0rem;
}
#history .history_box dl dt .year {
	float: left;
	height: 24px;
}
#history .history_box dl dt .month {
	height: 24px;
	float: right;
	padding-right: 30px;
	border-right: solid 5px #673d21;
}
#history .history_box dl dd {
	display: table-cell;
	margin: 0;
	padding: 0 0 0 30px;
	vertical-align: top;
}
#history .history_box dl dd p:first-child {
	margin-top: 0;
}
#history .history_box dl dd p:last-child {
	margin-bottom: 0;
}
#history .history_col .history_pic {
	width: calc(50% - 15px);
	float: left;
}
#history .history_col .history_pic:first-child {
	margin-right: 30px;
}
#history .history_pic {
	padding-top: 30px;
}
#history .history_pic .pic {
	width: 180px;
	float: left;
	text-align: center;
}
#history .history_pic .pic img {
	max-height: 140px;
}
#history .history_pic .txt {
	width: calc(100% - 180px);
	float: left;
	padding-left: 30px;
}
#history .history_pic .txt h3 {
	color: #e60019;
	font-size: 1.6rem;
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 10px;
}
.foodsafety .ttl,
.foodsafety .center{
	text-align: center;
	padding: 0;
	border: none;
	display: block;
	margin: 30px auto 20px;
}
.foodsafety .ttl {
	margin: 30px auto 60px;
}
.foodsafety p {
	text-align: center;
}
.foodsafety div.tac img {
    max-width: 80%;
    margin-top: 10px;
	width: 950px;
	height: auto;
}
.foodsafety p {
	font-size: 1.4rem;
	line-height: 1.8;
}
.foodlinks {
	text-align:center;
}
.foodlinks li {
	display: inline-table;
	float: left;
	width: calc(50% - 20px);
}
.foodlinks li:first-child {
	margin-right: 40px;
}
.foodlinks li a {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	width: 100%;
	background: #f8f4eb;
	overflow: hidden;
}
.foodlinks li a img {
	width: 200px;
	transition: 0.2s ease;
	max-width: 35%;
}
.foodlinks li a:hover img {
	transform: scale(1.1,1.1)
}
.foodlinks li a h3 {
	border: none;
	display: inline;
	color: #673d21;
    padding: 10px 20px;
	margin: 0;
}
#foodsafety01 .links li:first-child {
	margin-bottom: 30px;
}
#foodsafety02 .detail h3 {
	border: none;
	color: #e60019;
	margin: 0;
    padding-top: 10px;
}
#foodsafety02 .detail p{
	width: calc(100% - 200px);
    margin: 0;
    display: inline-block;
}
#foodsafety02 .detail img {
	float: right;
	width: 180px;
}
#foodsafety02 .detail h2 {
	display: block;
}
#foodsafety02 .detail li {
	margin-top: 20px;
}
#foodsafety03 .detail li {
	margin-top: 40px;
}
#foodsafety02 .detail li:first-child ,
#foodsafety03 .detail li:first-child {
	margin-top: 0;
}
#foodsafety03 .detail h2 {
	display: block;
}
#foodsafety03 .detail li:nth-child(2) p {
	width: calc(100% - 400px);
    display: inline-block;
}
#foodsafety03 .detail li p {
	margin: 0;
}
#foodsafety03 .detail li:nth-child(2) img {
	float: right;
	width: 180px;
	margin-left: 20px;
}
#foodsafety03 .detail li:last-child table.map {
	margin-bottom: 40px;
}
#foodsafety03 .detail li:last-child table.map th {
	width: 50%;
	padding: 0;
	border: none;
}
#foodsafety03 .detail li:last-child table.map th img {
	max-height: 500px;
	width: auto;
}
#foodsafety03 .detail li:last-child table.map td {
	width: 25%;
	text-align: center;
	padding: 20px;
	border: none;
}
#foodsafety03 .detail li:last-child table.map tr:nth-child(odd) td:nth-child(2) {
	border-top: solid 1px #e7ddc6;
	border-left: solid 1px #e7ddc6;
}
#foodsafety03 .detail li:last-child table.map tr:nth-child(odd) td:nth-child(3) {
	border-top: solid 1px #e7ddc6;
	border-right: solid 1px #e7ddc6;
}
#foodsafety03 .detail li:last-child table.map tr:nth-child(even) td:nth-child(1) {
	border-bottom: solid 1px #e7ddc6;
	border-left: solid 1px #e7ddc6;
}
#foodsafety03 .detail li:last-child table.map tr:nth-child(even) td:nth-child(2) {
	border-bottom: solid 1px #e7ddc6;
	border-right: solid 1px #e7ddc6;
}
#foodsafety03 .detail li:last-child table.map td img {
	margin-top: 10px;
	height: auto;
	width: 100%;
}
#foodsafety03 .detail li:last-child table {
    width: 100%;
	margin: 20px auto;
}
#foodsafety03 .detail li:last-child table thead th {
    background: #f8f4eb;
}
#foodsafety03 .detail li:last-child table th,
#foodsafety03 .detail li:last-child table td {
	text-align: center;
	padding: 12px;
	border: solid 1px #e7ddc6;
}
#fan #loading {
	width: 100%;
	height: 100vh;
	opacity: 1;
	background: #FFF;
	position: fixed;
	z-index: 999;
}
#fan h1 img {
	width: 100%;
}
#grid {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}
#grid .grid_box {
	margin: 0.4%;
	width: 24.2%;
}
#grid .grid_img {
	position: relative;
}
#grid .grid_img a {
	display: block;
	width: 100%;
	height: 100%;
}
#grid .grid_img img {
	width: 100%;
	height: auto;
}
#grid .grid_img p {
	margin: 5px 10px 10px;
}
/**/
#grid .grid_box .grid_img a {
	display: block;
    border-radius: 10px;
    overflow: hidden;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
#grid .grid_box .grid_img li a {
    border-radius: 0;
	box-shadow: none;
}
#grid .grid_box .grid_img a:hover {
	opacity: 1.0;
}
#grid .grid_box .grid_img .grid_overlay {
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	transition: all ease 0.3s;
	opacity: 0;
}
#grid .grid_box .grid_img:hover .grid_overlay {
	transition: all ease 0.3s;
	opacity: 1;
}
#grid .grid_box .grid_img .grid_overlay .grid_more {
	width: 64px;
	height: 39px;
	color: #fff;
	position: absolute;
	top: 53%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
}
/*snsアイコン*/
/*
#grid .grid_box.twitter .grid_img > a:before {
    content: "";
    background: url(../img/sns_twitter.png) no-repeat;
    background-size: 30px;
}
#grid .grid_box.instagram .grid_img > a:before {
    content: "";
    background: url(../img/sns_instagram.png) no-repeat;
    background-size: 30px;
}
*/
#grid .grid_box.twitter .grid_img > a:before, #grid .grid_box.instagram .grid_img > a:before {
	position: absolute;
	left: 10px;
	bottom: 10px;
	height: 30px;
	width: 30px;
	opacity: 0.7;
}
#grid .sns_account {
	font-size: 1.0rem;
	margin: 10px;
    display: block;
}
#grid .sns_account img {
	margin-right: 10px;
	width: 30px;
}
#grid .grid_box .grid_overlay ul {
	margin: 0 auto;
	max-width: 180px;
	position: absolute;
	top: 25px;
	text-align: center;
	left: 0;
	right: 0;
}
#grid .grid_box .grid_overlay ul li {
	display: inline-block;
	vertical-align: bottom;
	width: 23%;
	text-align: center;
}
#grid .grid_box .grid_overlay ul li img {
	border-radius: 0;
}
#recruit h2 {
	margin-top: 40px;
	display: block;
}
#recruit .link li {
	padding-left: 60%;
	position: relative;
	height: 302px;
	margin-bottom: 40px;
	border: 1px solid #e7ddc6;
	color: #643e23;
	background: #FFF;
	overflow: hidden;
}
#recruit .link li:last-child {
	margin-bottom: 0;
}
#recruit .link li .imagelink {
	height: 300px;
    width: 60%;
	background-position: center;
	background-size: cover;
    display: block;
    position: absolute;
	left: 0;
	top: 0;
	transition: 0.2s ease;
}
#recruit .link li .imagelink:hover {
	transform: scale(1.1,1.1);
}
#recruit .link li img {
	margin: 20px 0 10px;
}
#recruit .link li .box .btn2 {
	margin-bottom: 0;
}
#recruit .link li .imagelink.pic1 {
	background-image: url(../img/recruit_pic1.jpg) ;
}
#recruit .link li .imagelink.pic2 {
	background-image: url(../img/recruit_pic2.jpg) ;
}
#recruit .link li .imagelink.pic3 {
	background-image: url(../img/recruit_pic3.jpg) ;
}
#recruit .link li .imagelink.pic4 {
	background-image: url(../img/recruit_pic4.jpg) ;
}
#recruit .link li:nth-child(2) {
	padding-left: 0;
	padding-right: 60%;
}
#recruit .link li:nth-child(2) .imagelink {
	right: 0;
	left: auto;
}
#recruit .link li .box {
    text-align: center;
	padding: 40px 20px;
    min-height: 100%;
	background: #FFF;
    z-index: 1;
    position: relative;
}
#recruit .link li .box .address1 {
	margin-bottom: 10px;
}
#recruit .link li .box .address1 strong {
    font-size: 2.6rem;
}
#recruit .kurumin {
    text-align: left;
    min-height: 78px;
    position: relative;
    padding-left: 70px;
    margin-bottom: 10px;
}
#recruit .kurumin img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid #e7ddc6;
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}
#recruit .kurumin p {
    display: table;
    width: calc(100% - 70px);
	position: absolute;
	bottom: 0;
	top: 0;
	margin: auto;
}
/*============================
#movie
============================*/
#movie section.movie_sec:nth-of-type(odd) {
	background: #f8f4eb;
}
#movie .bg_black {
	background: #222222 linear-gradient(to bottom, rgba(17,17,17,1) 0%, rgba(34,34,34,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#222222', GradientType=0 );
}
#movie .movie_main .inner h3 {
	color: #fff;
	border-bottom: solid 3px #fff;
}
#movie .movie_main .inner .thumbnail {
	padding: 20px 15%;
	position: relative;
    text-align: center;
}
#movie .movie_main .inner .thumbnail::after {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	background: url(img/move_play.png) no-repeat center center / 60px 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
}
#movie .movie_main .inner .anchorlist {
	margin-top: 30px;
}
#movie .movie_main .inner .anchorlist li {
	display: table;
	width: calc(33.333% - 4px);
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
	height: 70px;
}
#movie .movie_main .inner .anchorlist li:nth-child(3n) {
	margin-right: 0;
}
#movie .movie_main .inner .anchorlist li a {
	display: table-cell;
	padding: 13px 24px 13px 5px;
	text-align: center;
	font-weight: 500;
	width: 100%;
	height: 100%;
	color: #fff;
	border: solid 2px #fff;
	vertical-align: middle;
	transition: 0.2s ease;
	position: relative;
}
#movie .movie_main .inner .anchorlist li a:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 14px;
	margin: auto;
	content: "";
	vertical-align: middle;
	content: "";
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transition: 0.2s ease;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	z-index: 1;
}
#movie .movie_main .inner .anchorlist li a:hover:after {
	-webkit-transform: rotate(135deg) translate(5px, -5px);
	transform: rotate(135deg) translate(5px, -5px);
}
#movie .movie_sec .inner .thumbnail_list {
	margin-bottom: -30px;
}
#movie .movie_sec .inner .thumbnail_list li {
	width: calc(33.3% - 20px);
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}
#movie .movie_sec .inner .thumbnail_list li:nth-child(3n) {
	margin-right: 0;
}
#movie .movie_sec .inner .thumbnail_list .pic	{
	padding-top: 56.25%;
	background: no-repeat center center / 100% auto;
	position: relative;
	transition: 0.2s ease;
}
#movie .movie_sec .inner .thumbnail_list .pic:hover	{
	background: no-repeat center center / 120% auto;
	transition: 0.2s ease;
}
#movie .movie_sec .inner .thumbnail_list .pic::after {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	background: url(img/move_play.png) no-repeat center center / 60px 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
}
#movie .movie_sec .inner .thumbnail_list .more {
	position: relative;
}
#movie .movie_sec .inner .thumbnail_list .more a {
	display: block;
	border: solid 2px #e60019;
	text-align: center;
	padding-top: 56.25%;
	width: 100%;
	color: #e60019;
	font-weight: 500;
	font-size: 1.6rem;
	transition: 0.2s ease;
	position: relative;
}
#movie .movie_sec .inner .thumbnail_list .more a span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#movie .movie_sec .inner .thumbnail_list .more a:hover {
	transition: 0.2s ease;
}
#movie .movie_sec .inner .thumbnail_list .more a:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 14px;
	margin: auto;
	content: "";
	vertical-align: middle;
	content: "";
	width: 7px;
	height: 7px;
	border-top: 2px solid #e60019;
	border-right: 2px solid #e60019;
	transition: 0.2s ease;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
}
#movie .movie_sec .inner .thumbnail_list .more a:hover:after {
	right: 7px;
}
.movie-wrap {
	padding: 20px 15%;
}
.movie-wrap .movie-inbox {
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
}
.movie-wrap .movie-inbox iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.movie-wrap p {
	color: #fff;
	margin-top: 30px;
	margin-bottom: 0;
}
.movie-wrap p a {
	color: #fff;
	text-decoration: underline;
}
#movie_detail {
	margin-top: 20px;
}
#movie_detail .left {
	float: left;
	width: calc(40% - 20px);
}
#movie_detail .item {
	margin-bottom: 30px;
}
#movie_detail .item li {
	float: left;
	width: calc(33% - 20px);
	margin-right: 20px;
}
#movie_detail .item li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}
#movie_detail .item li .img {
	border: solid 1px #e7ddc6;
	background-color: #FFF;
	background-position: center;
	background-size: contain;
	text-align: center;
	padding-top: 100%;
}
#movie_detail .brand {
	color: #e60019;
	font-weight: 500;
}
#movie_detail .brand p {
	display: inline-block;
	text-align: right;
	padding-right: 10px;
}
#movie_detail .brand a {
	border: solid 1px #e7ddc6;
	width: 50%;
	max-width: 280px;
	display: inline-block;
	text-align: center;
}
#movie_detail .recipe {
	float: right;
	width: calc(60% - 20px);
}
#movie_detail .recipe .cf {
	background: #f8f4eb;
	border: solid 1px #e7ddc6;
  padding: 20px 30px;
  border-radius: 10px;
}
#movie_detail .recipe .img {
	float: left;
	width: 40%;
	max-width: 210px;
	margin-right: 20px;
}
#movie_detail h3 {
	color: #e60019;
	border-bottom: solid 3px #e60019;
}
#movie_detail .recipe h4 {
	color: #673d21;
	font-weight: 500;
	margin-bottom: 20px;
}
#movie_detail .recipe p {
	margin-bottom: 0;
}
#movie_detail .recipe .btn2 {
	background: #673d21;
}
.movie_relation.mypattern li a .img	{
	padding-top: 56.25%;
	background-position: center;
	background-size: 100% auto;
	background-color: #000;
	background-repeat: no-repeat;
	transition: 0.2s ease;
}
.movie_relation.mypattern li a .img:hover	{
	background-size: 120% auto;
	transition: 0.2s ease;
}
.movie_relation.mypattern li a .img::after {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	background: url(img/move_play.png) no-repeat center center / 60px 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
}