* {
	margin: 0;
	padding: 0;
}
body,html,button {
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
h2, h3, h4, h5 {
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;	
	letter-spacing: .1rem;
}
ul,li,ol,dl {
	list-style: none;
}
p {
	line-height: 1.8rem;
}
a {
	text-decoration: none;
	transition: all .3s ease;
	color: #4a4a4a;
}
a:hover {
	text-decoration: none;
	color: #94601F;
}
img {
	max-width: 100%;
}
footer {
	width: 100%;
}
/*--------------------
header
--------------------*/
.header__wrap {
	width: 100%;
	height: 70px;
	background-color: #004C3B;
	/*position: relative;*/
	/*top: 0;*/
	/*z-index: 2;*/
}
.header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header__content {
	max-width: 300px;
	margin-left: 1rem;
	margin-right: auto;
}
.header__h1 {
	font-size: .6rem;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.header__logo {
	color: #fff;
	font-size: 2.5rem;
}

/*--------------------
navigation
--------------------*/
.navi__wrap {
	display: block;
}
.navi__inner {
	font-size: .8rem;
	font-weight: bold;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: flex-end;
}
.navi__inner li:nth-child(5),
.navi__inner li:nth-child(6) {
	margin-right: 1px;
}
.navi__link_1 {
	display: inline-block;
	margin-right: 2.5rem;
	color: #fff;
	position: relative;
}
.navi__link_1:after {
	position: absolute;
	bottom: -8px;
	left: 50%;
	content: '';
	width: 80%;
	height: 1px;
	background: rgba(221,184,146,0.8);
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
	margin-left: -40%;
}
.navi__link_1:hover {
	color: #DDB892;
}
.navi__link_1:hover:after {
	bottom: -4px;
	opacity: 1;
	visibility: visible;
}
.navi__link_2 {
	color: #fff;
	display: inline-block;
	padding: 1rem 1rem;
	min-width: 160px;
	text-align: center;
}
.navi__link_2 i {
	display: block;
	margin-bottom: .3rem;
	font-size: .9rem;
	transition: all .3s ease;
}
.navi__link_2:hover {
	color: #fff;
	background-color: #DDB892;
}
.navi__link_2:hover i {
	transform: rotate(-30deg);
}
.bg__re {
	background-color: #ce0c17;
}
.bg__gr {
	background-color: #00604A;
}
.bg__bg {
	background-color: #D7B98E;
}

@media screen and (min-width: 1081px) and (max-width: 1280px) {
	.header__content {
		max-width: 220px;
		margin-left: .5rem;
		margin-right: auto;
	}
	.navi__link_1 {
		margin-right: 1.5rem;
	}
	.navi__link_2 {
		padding: 1rem 0;
		min-width: 140px;
	}
}
@media screen and (max-width: 1080px) {
	.header__wrap {
		position: fixed;
		top: 0;
		z-index: 2;
	}
	.header__content {
		max-width: 200px;
		padding: 5px 0;
		margin-left: 5px;
	}
	.header__logo {
		font-size: 2rem;
	}
	.navi__wrap {
		display: none;
	}
}


/*--------------------
navigation sp
--------------------*/
.sp__menu {
	display: none;
}

.sp__navi {
	padding-top: 1rem;
}
.sp__navi_list {
	border-bottom: 1px solid rgba(255,255,255,0.5);
	margin-bottom: 1rem;
}
.sp__navi_list i {
	position: absolute;
	right: .5rem;
	top: 50%;
	margin-top: -5px;
	font-size: .3rem;
}
.sp__navi_list label {
	width: 100%;
	cursor: pointer;
	transition: all .5s ease;
	position: relative;
	display: inline-block;
}
.sp__navi_list input {
	display: none;
}
.sp__navi_dropdown {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: all .5s;
}
.sp__navi_dropdown li {
	margin-bottom: .5rem;
}
.sp__navi_dropdown a {
	color: #fff;
	font-size: .9rem;
	position: relative;
	display: flex;
	align-items: center;
	margin-left: 1rem;
}
.sp__navi_dropdown li a:before {
	content: "";
	position: absolute;
	left: -1rem;
	width: 6px;
	height: 2px;
	background-color: #fff;
}
.open:checked + .sp__navi_dropdown {
	height: auto;
	padding-left: .5rem;
	opacity: 1;
}
.sp__navi_item {
	max-width: 250px;
	margin: 0 auto;
	text-align: center;
	padding: 1rem 0;
	display: block;
	border-radius: 3px;
	color: #fff;
}
.sp__navi_item i {
	margin-right: .5rem;
}
@media screen and (max-width: 1080px) {
	.sp__menu {
		display: flex;
		display: -ms-flexbox;
		align-items: center;
		justify-content: center;
		top: 0;
		right: 0;
		height: 70px;
		width: 70px;
		background-color: #00604A;
	}
}

/*--------------------
hero / slider
--------------------*/
.hero__wrap {
	height: 800px;
}
.hero__container {
	height: 100%;
}
.hero__bg_1 {
	background-image: url(../img/top/slider-01.jpg);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
/*.hero__content_1 {
	display: flex;
	writing-mode: vertical-rl;
	height: 480px;
	flex-flow: wrap;
}
.hero__content_1 h2 {
	font-size: 2rem;
}
.hero__content_1 h3 {
	font-size: 1.2rem;
	line-height: 2rem;
	margin-top: 1rem;
	margin-right: 1rem;
}*/
.slider__content {
	width: 100%;
	height: 100%;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	text-align: center;

}
.slider__item_1,
.slider__item_2,
.slider__item_3, {
	padding: 20px;
	margin-top: -70px;
}
.slider__item_1 {
	max-width: 280px;	
}
.slider__item_2 {
	max-width: 500px;
}
.slider__item_3 img {
	width: 100%;
	max-width: 160px;
	margin: 0 auto;
}
.slider__item_4 {
	max-width: 500px;
	position: absolute;
	padding: 20px;
	right: 100px;
	top: 50%;
	margin-top: -200px;
}
.slider__btn {
	border: 1px solid #970b13;
	border-radius: 5px;
	background-color: #970b13;
	color: #fff;
	display: block;
	padding: 15px 0;
	margin: 0 auto;
	max-width: 200px;
	width: 100%;
}
.slider__btn:hover {
	color: #970b13;
	background-color: transparent;
	border-color: #970b13;
}
.slide__image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.slide__1 {
	background-image: url(../img/top/slider-lg-01.jpg);
}
.slide__2 {
	background-image: url(../img/top/slider-lg-02.jpg);
}
.slide__3 {
	background-image: url(../img/top/slider-lg-03.jpg);
}
.slide__4 {
	background-image: url(../img/top/slider-lg-04.jpg);
	background-position: bottom;
}

/*---------------------
*
*レシピコンテスト
*
---------------------*/
.slide__5 {
  background-image: url("../img/top/slider-lg-06.jpg");
  background-position: bottom right;
	  position: relative;	
}
.slide__image {
  background-repeat: no-repeat;
  background-size: cover;
}
.slider__item_5 {
  max-width: 540px;
  position: absolute;
  top: 2.69946010797%;
  right: 4%;

}
.item_05-btn {
  position: absolute;
  right: 52%;
  bottom: 7.5%;
}
@media screen and (max-width:1080px){
	.slider__item_5{
		margin-top: 70px;
	}
	 .slide__5 {
    background-image: url("../img/top/slider-sp-06.jpg"); 
		 background-position: right;
  }
  .slider__item_5 {
    max-width: 400px;
    margin: 70px 7.7% 0;
    right: 0;
    left: 0;
  }
  .item_05-btn {
    position: absolute;
    right: 0;
    left: 0;
	}
}



/*---------------------
*
*レシピコンテストココまで
*
---------------------*/

/*---------------------
*
*OKiNI
*
---------------------*/
.slide__6 {
	background-image: url(../img/top/slider-lg-07.jpg);
	background-position: bottom;
}

.slider__item_6 {
  max-width: 680px;
  position: absolute;
  top: 10%;
  left: 10%;

}
.item_06-btn {
  position: absolute;
  right: 52%;
  bottom: 7.5%;
}
@media screen and (max-width:1080px){
  .slider__item_6 {
    margin-top: 70px;
  }
}

@media screen and (max-width:780px) {
	 .slide__6 {
    background-image: url("../img/top/slider-sp-07.jpg"); 
		 background-position: center;
  }
  .slider__item_6 {
    max-width: 600px;
    margin: 30px 7.5% 0;
   left: 5%;
   right: 5%;
  }
  .item_06-btn {
    position: absolute;
    right: 0;
    left: 0;
  }
}


/*---------------------
*
*OKiNIここまで
*
---------------------*/


@media only screen and (max-width: 780px) {
	.slide__4 {
		background-image: url(../img/top/slider-sp-04.jpg);
	}
}

.btn__prev,
.btn__next {
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	font-size: 3rem;
	color: #035f4a;
}
.btn__prev {
	left: 1rem;
	right: auto;
}
.btn__next {
	right: 1rem;
	left: auto;
}
.swiper-button-prev {
	background-image: url(../img/top/swiper-prev@2x.png) !important;
	background-size: 15px 25px !important;
}
.swiper-button-next {
	background-image: url(../img/top/swiper-next@2x.png) !important;
	background-size: 15px 25px !important;
}
@media screen and (max-width: 1080px) {
	.slider__item_1,
	.slider__item_2,
	.slider__item_3 {
		margin-top: 0px;
	}
}
/*@media screen and (max-width: 1080px) {
	.slider__item_1 {
		width: 200px;
	}
	.slider__item_2 {
		max-width: 280px;
		min-width: 200px;
	}
	.slider__item_3 {
	}
	.slider__item_3 img {
		width: 80px;
	}
	.slider__btn {
		margin-top: 1rem;
		width: 140px;
		padding: .5rem 1rem;
	}
	.btn__prev, .btn__next {
		font-size: 2rem;
	}
	.btn__prev {
		left: .5rem
	}
	.btn__next {
		right: .5rem;
	}
}*/
@media screen and (min-width: 769px) and (max-width: 1079px){
	.slider__item_1 {
		max-width: 300px;
	}
	.slider__item_2 {
		max-width: 400px;
	}
	.slider__item_3 {
		max-width: 120px;
	}
	.slider__item_4 {
	}
}

@media screen and (min-width: 320px) and (max-width: 768px){
	.slider__item_1 {
		max-width: 250px;
	}
	.slider__item_2 {
		max-width: 300px;
	}
	.slider__item_3 {
		max-width: 120px;
	}
	.slider__item_4 {
		position: relative;
		top : 0;
		right: 0;
	}
	.btn__prev, .btn__next {
		top: 40%;
	}
	.swiper-button-prev {
		background-image: url(../img/top/swiper-prev.png) !important;
		left: 5px !important;
	}
	.swiper-button-next {
		background-image: url(../img/top/swiper-next.png) !important;
		right: 5px !important;
	}
}

.img__link_1 li {
	margin-bottom: .5rem;
}
.img__link_1 li:last-child {
	margin-bottom: 0;
}
.img__link_1 li a {
	position: relative;
	display: inline-block;
}
.img__link_1 li a p {
	position: absolute;
	font-size: 1.25rem;
	color: #fff;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding: 1rem;
	top: 0;
}
.img__link_1 li a p > i {
	position: absolute;
	right: 1.5rem;
	transition: all .3s ease;
}
.img__link_1 li a:hover i {
	right: 1rem;
}
.link__recipe {
	width: 100%;
	height: 100%;
	display: block;
	background-size: cover;
	background-image: url(../img/top/img-recipe.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
@media screen and (max-width: 1080px) {
	.link__recipe {
		height: 350px;
	}
}

/*--------------------
campaign
--------------------*/
.campaing__banner a {
	display: block;
	margin: 0 auto;
}
.campaing__banner a img {
	width: 100%;
}
/*--------------------
section-4
--------------------*/
.link__panel {
	max-width: 2500px;
	margin: 0 auto;
}
.link__panel_item {
	width: 100%;
	height: 350px;
	color: #fff;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}
.link__bg {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;	
}
.link__bg.__01 { background-image: url(../img/top/link-popular.jpg); }
.link__bg.__02 { background-image: url(../img/top/link-season.jpg); }
.link__bg.__03 { background-image: url(../img/top/link-web.jpg); }
.link__bg.__04 { background-image: url(../img/top/link-single.jpg); }
.link__bg.__05 { background-image: url(../img/top/link-company.jpg); }
.link__bg.__06 { background-image: url(../img/top/link-store.jpg); }
.link__bg.__07 { background-image: url(../img/top/link-recipe.jpg); }
.link__bg.__08 { background-image: url(../img/top/link-assort.jpg); }
.link__bg.__09 { background-image: url(../img/top/link-howto.jpg); }

.bg__cover {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	transition: all .3s ease;
}
.link__title {
	text-align: center;	
}
.link__title h3 {
	color: #fff;
}
.link__title p {
	display: block;
	width: 280px;
	border-top: 1px solid rgba(255,255,255,0.5);
	padding-top: 1rem;
	color: #fff;
	position: relative;
}
.link__title p i {
	position: absolute;
	right: 1rem;
	transition: all .3s ease;
}
.link__panel_item:hover .bg__cover {
	background-color: rgba(10,45,10,0.5);	
}
.link__panel_item:hover i {
	right: .5rem;
}
/*--------------------
section-5
--------------------*/
.circle__wrap {
	overflow: hidden;
	width: 100%;
	height: auto;
	border-radius: 50%;
	border: 1px solid #2B5F49;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: center;
}

.news__feed_wrap {
	height: 400px;
	overflow: hidden;
	overflow-y: scroll;
	padding: 1rem;
}
.newsfeed_day_top {
    float: none;
    height: auto;
    box-shadow: none;
    width: 100%;
    margin: 0 !important;
    border: none;
    display: flex;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
.newsfeed_dt {
	text-shadow: none;
	width: 280px;
}
.newsfeed_dt a:first-child {
	display: inline-block;
	padding: 0 .5rem;
	background-color: #D7B98E;
	border-radius: 3px;
	margin-right: 1rem;
}
.newsfeed_dd {
	font-size: 1rem;
}
@media screen and (max-width: 480px) {
	.newsfeed_day_top {
		flex-flow: wrap;
	}
	.newsfeed_dt {
		width: 100%;
		margin-bottom: .5rem;
	}
}
/*--------------------
sidebar
--------------------*/
.sidebar__wrap {

}
.sidebar__inner {
	font-size: .9rem;
	background-color: #f8f4ec;
}
.sidebar__inner li {
	padding: .5rem 1rem;
}
.sidebar__inner li {
	padding: .5rem 1rem;
}
.sidebar__inner li:first-child {
	background-color: #00604A;
	border-radius: 3px 3px 0 0;
	margin-bottom: .5rem;
}
.sidebar__inner li:first-child a {
	color: #fff;
}
.sidebar__inner li:nth-child(n+2) a {
	border-bottom: 1px solid rgba(0,0,0,0.2);
	padding-bottom: .5rem;
	display: inline-block;
	width: 100%;
}
.sidebar__inner li:last-child a {
	border-bottom: none;
}
/*--------------------
footer
--------------------*/
.footer__wrap {
	background-color: #F1E6D5;
	border-top: 1px solid #8C612D;
}
.footer__inner {
	width: 980px;
	margin: 0 auto;
}
.footer__link_title {
	border-bottom: 1px solid #9D8C7E;
	margin-bottom: .5rem;
}
.footer__link_item {
	line-height: 1.8rem;
	position: relative;
	margin-left: 1rem;
}
.footer__link_item:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	left: -1rem;
	top: 50%;
	margin-top: -3px;
	border-radius: 50%;
	background-color: #9D8C7E;
}
.copylight {
	font-size: .8rem;
	color: #fff;
	background-color: #0F4C3A;
	padding-bottom: 50px;
}
.copylight p {
	padding: 1rem 0;
	text-align: center;
}
.sp__footer_list {
	border-bottom: 1px solid #9D8C7E;
	margin-bottom: 1rem;
}
.sp__footer_list i {
	position: absolute;
	right: .5rem;
	top: 50%;
	margin-top: -5px;
	font-size: .3rem;
}
.sp__footer_list label {
	width: 100%;
	cursor: pointer;
	transition: all .5s ease;
	position: relative;
	display: inline-block;
	margin-bottom: .5rem;
}
.sp__footer_list input {
	display: none;
}
.sp__footer_list_dropdown {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: all .5s;
}
.sp__footer_list_dropdown li {
	margin-bottom: .5rem;
}
.sp__footer_list_dropdown a {
	font-size: .9rem;
	position: relative;
	display: flex;
	align-items: center;
	margin-left: 1rem;
}
.sp__footer_list_dropdown li a:before {
	content: "";
	position: absolute;
	left: -1rem;
	width: 6px;
	height: 2px;
	background-color: #9D8C7E;
}
.open:checked + .sp__footer_list_dropdown {
	height: auto;
	padding-left: .5rem;
	opacity: 1;
}
@media screen and (max-width: 1080px) {
	.copylight {
		padding-bottom: 50px;
	}
	.copylight p {
		padding: .5rem 0;
	}
}

.recipe-contest-banner {
	position: fixed;
	z-index: 999;
	right: 0;
	top: 60%;
	width: 100px;
}
@media screen and (max-width:780px) {
	.recipe-contest-banner {
		width: 60px;
		height: auto;
	}
}
/*--------------------
breadcrumb
--------------------*/
.bread-crumb {
	padding: .5rem 1rem;
	background-color: #f8f4ec;
}
.bread-crumb i {
	margin: 0 .5rem;
}
/*--------------------
fix-banner
--------------------*/
.header__fix_bnr {
	padding: 1rem 0;
	background-color: #ce0c17;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 5;
	text-align: center;
	color: #fff;
	font-size:18px;
}
.header__fix_bnr:hover {
	background-color: #94601F;
	color: #fff;
}
.footer__fix_bnr {
	padding: 1rem 0;
	background-color: #ce0c17;
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 5;
	text-align: center;
	color: #fff;
}
.footer__fix_bnr i,.header__fix_bnr i {
	margin-right: .5rem;
}
.is-pc {
	display: block;
}
.is-sp {
	display: none;
}

@media screen and (max-width: 1080px) {
	.is-pc {
		display: none;
	}
	.is-sp {
		display: block;
	}
}
/*--------------------
title
--------------------*/
.h2__title {
	text-align: center;
	font-size: 1.8rem;
	color: #2B5F49;
}
.h2__title span {
	display: block;
	margin-bottom: .5rem;
	color: rgb(255,0,0);
}
.product__title {
	text-align: center;
}
.product__title h3 {
	font-size: 1rem;
	margin-bottom: .5rem;
}
.product__title h4 {
	font-size: 1.25rem;
	font-weight: 600;
}
/*--------------------
link
--------------------*/
.link__btn {
	display: block;
	border-top: 1px solid #2B5F49;
	padding-top: 1rem;
	margin: 0 auto;
	text-align: center;
	position: relative;
	width: 100%;
	color: #2B5F49;
}
.link__btn i {
	position: absolute;
	right: .5rem;
	transition: all .3s ease;
}
.link__btn:hover {
	color: #4a4a4a;
}
.link__btn:hover i {
	right: 0;
}
.link__btn_2 {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #2B5F49;
	padding: 1rem 0;
	position: relative;
	height: 100%;
	color: #2B5F49;
}
.link__btn_2 i {
	position: absolute;
	right: 1rem;
	transition: all .3s ease;
}
.link__btn_2:hover {
	color: #4a4a4a;
}
.link__btn_2:hover i {
	right: .5rem;
}

/*--------------------
pages
--------------------*/
/* common */
.page__title_wrap {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	height: 250px;	
	background-repeat: no-repeat;
	background-size: cover;
	background-color: silver;
	background-position: center center;
}
.page__title_wrap.__products { background-image: url(../img/products/img-title.jpg);}
.page__title_wrap.__company { background-image: url(../img/company/img-title.jpg);}
.page__title_wrap.__assort { background-image: url(../img/assort/img-title.jpg);}
.page__title_wrap.__single { background-image: url(../img/products/img-title-single.jpg);}
.page__title_wrap.__yamadashi { background-image: url(../img/products/img-title-yamadashi.jpg); }
.page__title_wrap.__select { background-image: url(../img/products/img-title-select.jpg); }
.page__title_wrap.__recruit { background-image: url(../img/products/img-title-recruit.jpg); }
.page__title_wrap.__fully_cared_ebisume { background-image: url(../img/fully_cared_ebisume/img-title.jpg); }
.page__title_wrap.__gift { background-image: url(../img/products/img-title-gift.jpg); }
.page__title_wrap.__recipe { background-image: url(../img/products/img-title-recipe.jpg); }
.page__title_wrap.__marriage { background-image: url(../img/products/img-title-marriage.jpg); }
.page__title_wrap.__condolence { background-image: url(../img/products/img-title-condolence.jpg); }
.page__title_wrap.__dashi { background-image: url(../img/howto/img-title.jpg); }
.page__title_wrap.__tsukudani { background-image: url(../img/tsukudani/img-title.jpg); }
.page__title_wrap.__ebisume { background-image: url(../img/ebisume/img-title.jpg); }
.page__title_wrap.__tororo { background-image: url(../img/tororo/img-title.jpg); }
.page__title_wrap.__nishikigi { background-image: url(../img/nishikigi/img-title.jpg); }
.page__title_wrap.__shiitake { background-image: url(../img/shiitake/img-title.jpg); }
.page__title_wrap.__asagiri { background-image: url(../img/asagiri/img-title.jpg); }
.page__title_wrap.__yuugiri { background-image: url(../img/yuugiri/img-title.jpg); }
.page__title_wrap.__ajirogi { background-image: url(../img/ajirogi/img-title.jpg); }
.page__title_wrap.__shiraiso { background-image: url(../img/shiraiso/img-title.jpg); }
.page__title_wrap.__yamaumi { background-image: url(../img/yamaumi/img-title.jpg); }
.page__title_wrap.__chirimen { background-image: url(../img/chirimen/img-title.jpg); }
.page__title_wrap.__umesio { background-image: url(../img/umesio/img-title.jpg); }
.page__title_wrap.__shiitakesio { background-image: url(../img/shiitakesio/img-title.jpg); }
.page__title_wrap.__hosogiri-hidaka { background-image: url(../img/hosogiri-hidaka/img-title.jpg); }
.page__title_wrap.__umami { background-image: url(../img/umami/img-title.jpg); }
.page__title_wrap.__into_the_soul { background-image: url(../img/into_the_soul/img-title.jpg); }
.page__title_wrap.__sanshou { background-image: url(../img/sanshou/img-title.jpg); }
.page__title_wrap.__yasashii { background-image: url(../img/yasashii/img-title.jpg); }
.page__title_wrap.__ajitukasa-pack { background-image: url(../img/ajitukasa-pack/img-title.jpg); height: 760px; }

.page__title {
	text-align: center;
}
.page__title .title {
	color: #fff;
	font-size: 1.8rem
}
.page__title .subtitle {
	color: rgba(255,255,255,0.8);
	font-size: 1rem;
	text-transform: uppercase;
}
.products__topics {
	position: relative;
}
.products__topics_item {
	position: absolute;
	z-index: 1;
	background-color: #AC0206;
	color: #fff;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.products__img {
	background-color: #005F4C;
}
.products__img a {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.products__img a p {
	position: absolute;
	opacity: 0;
	font-size: 1.2rem;
	transition: all .3s ease;
}
.products__img a:hover p {
	opacity: 1;
	color: #fff;
}
.products__img a img {
	opacity: 1;
	-webkit-backface-visibility: hidden; /* 追加 */
    backface-visibility: hidden; /* 追加 */
}
.products__img a:hover img {
	opacity: .5;
}
.products__img img {
	display: block;
	transition: all .3s ease;
}
/* comapny */
.__profile { background-image: url(../img/company/link-profile.jpg); }
.__history { background-image: url(../img/company/link-history.jpg); }
.__mind { background-image: url(../img/company/link-mind.jpg); }
.__recruit { background-image: url(../img/company/link-recruit.jpg); }
.__jisedai { background-image: url(../img/company/link-jisedai.jpg); }

/* about us*/
.__fully_cared { background-image: url(../img/about_us/link-fully_cared.jpg); }
.__ayumi { background-image: url(../img/about_us/link-ayumi.jpg); }
.__fully_cared_ebisume { background-image: url(../img/about_us/link-fully_cared_ebisume.jpg); }
.__awards { background-image: url(../img/about_us/link-awards.jpg); }
.__store { background-image: url(../img/about_us/link-store.jpg); }


.company__content_text {
	position: relative;
}
.company__content_title {
	font-size: 1.7rem;
	color: #21604a;
	margin-bottom: 1rem;
}

/* post-products */
.products_info {
	
}
.products_name {
	text-align: center;
	font-size: 1.25rem;
}
.products_description {
	text-align: center;
	font-size: 1.1rem;
	margin-bottom: 3rem;
}
.products_detail {
	display: flex;
	border-bottom: 1px solid rgba(5,94,74,0.5);
}
.products_detail_title {
	width: 160px;
	padding: .5rem;
	text-align: center;
	background-color: #035f4a;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.products_detail_post {
	width: 100%;
	padding: .5rem;
	display: flex;
	align-items: center;
}
.products_detail.__content {
	min-height: 120px;
}
.products_detail.__content dt {
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.item__info {
	display: flex;
	align-items: center;
	margin-bottom: .25rem;
	padding-bottom: .25rem;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
.item__title {
	width: 120px;
	padding-left: .5rem;
}
.item__desc {
	font-size: 1.1rem;
	margin-bottom: 1rem
}
.item__info_tit {
	font-size: 1.1rem;
	margin-bottom: .5rem;
	color: #035f4a;
	position: relative;
	padding-left: .5rem;
	display: flex;
	align-items: center;
}
.item__info_tit:before {
	content: "";
	position: absolute;
	left: 0;
	height: 16px;
	width: 2px;
	background-color: #035f4a;
}
.item__regi {
	display: flex;
	align-items: center;
}
.item__regi_tit {
	width: 30%;
	text-align: center;
	background: #035f4a;
	border: 1px solid #035f4a;
	padding: .25rem;
	color: #fff;
}
.item__regi_post {
    width: 70%;
	padding: .25rem 1rem;
    border: 1px solid #035f4a;
}

.item__photo {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 100%;
}
.item__photo.__ebisume { background-image: url(../img/products/img-ebisume.jpg);}
.item__photo.__nishikigi { background-image: url(../img/products/img-nishikigi.jpg);}
.item__photo.__shitake { background-image: url(../img/products/img-shitake.jpg);}
.item__photo.__asagiri { background-image: url(../img/products/img-asagiri.jpg);}
.item__photo.__yuugiri { background-image: url(../img/products/img-yuugiri.jpg);}
.item__photo.__chirimen { background-image: url(../img/products/img-chirimen.jpg);}
.item__photo.__tororo1 { background-image: url(../img/products/img-tororo01.jpg);}
.item__photo.__tororo2 { background-image: url(../img/products/img-tororo02.jpg);}
.item__photo.__oboro1 { background-image: url(../img/products/img-oboro01.jpg);}
.item__photo.__oboro2 { background-image: url(../img/products/img-oboro02.jpg);}
.item__photo.__sanshou { background-image: url(../img/products/img-sanshou.jpg);}
.item__photo.__siokonbu { background-image: url(../img/products/img-siokonbu.jpg);}
.item__photo.__ajitsukasa { background-image: url(../img/products/img-ajitsukasa.png);}
.item__photo.__oyatsu { background-image: url(../img/products/img-oyatsu.jpg);}
.item__photo.__ajirogi { background-image: url(../img/products/img-ajirogi.jpg);}
.item__photo.__shiraiso { background-image: url(../img/products/img-shiraiso.jpg);}
.item__photo.__yamaumi { background-image: url(../img/products/img-yamaumi.jpg);}
.item__photo.__umesio { background-image: url(../img/products/img-umesio.jpg);}
.item__photo.__hosogiri_san { background-image: url(../img/products/img-hosogiri-san.jpg);}
.item__photo.__hosogiri_tara { background-image: url(../img/products/img-hosogiri-tara.jpg);}
.item__photo.__hosogiri_siso { background-image: url(../img/products/img-hosogiri-siso.jpg);}

.how__to {
	counter-reset:number;
	list-style-type: none!important;
}
.how__to_list {
	position: relative;
	padding-left: 30px;
	line-height: 1.5em;
	padding: 0.5em 0.5em 0.5em 30px;	
}
.how__to_list:before {
	position: absolute;
	counter-increment: number;
	content: counter(number);
	display:inline-block;
	background: #035f4a;
	color: white;
	font-weight:bold;
	font-size: 15px;
	border-radius: 50%;
	left: 0;
	width: 25px;
	height: 25px;
	line-height: 22vpx;
	text-align:center;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.__note {
	background-color: rgba(40,130,75,0.2);
	padding: 4rem 2rem;
}
.entry__content {
	padding: 2rem;
	background-color: #fcfcfc;
	border-radius: 10px;
}

.entry-content h5 {

}

.entry__ul {
	list-style-type: none!important;	
}
.entry__ul_list {
	padding: 0.5em;	
}

.free__tel_btn {
	display: inline-block;
	max-width: 400px;
	width: 100%;
	color: #285E4B;
	border: 1px solid #285E4B;
	border-radius: 3px;
	padding: 1rem 0;
	font-size: 1.5rem;
}
.free__tel_btn i {
	margin-right: .5rem;
}
.free__tel_btn:hover {
	background-color: #285E4B;
	color: #fff;
}
.wpcf7-submit {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 400px;
	border: 1px solid #285E4B;
	border-radius: 3px;
	color: #285E4B;
	padding: .5rem 0;
	font-size: 1.25rem;
	transition: all .3s ease;
}
.wpcf7-submit:hover {
	background-color: #285E4B;
	color: #fff;	
}

.step__cach {
	font-size: 1.5rem;
	line-height: 3rem;
}

.news__entry p {
	text-align: center;
	margin-bottom: 2rem;
}
.entry__data {
	width: 100%;
	color: #24282e;
	background-color: #f1e6d5;
	border-radius: 3px;
	padding: .3rem;
	text-align: center;
	margin: 0 auto;
}
.entry__cate {
	width: 100%;
	background-color: #285E4B;
	color: #fff;
	padding: .3rem;
	border-radius: 3px;
	text-align: center;
}
.entry__cate a {
	color: #fff;
}
.store__map {
    position: relative;
    width: 100%;    /* 左右に余白が必要なら値を変更してもOK */
    height: 0;
    /*padding-bottom: 56.25%;*/    /* padding-topでもOK */
    padding-bottom: 500px;    /* padding-topでもOK */
    overflow: hidden;
}
.store__map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;    /* 必要であれば!importantを付けてください */
    height: 100%;    /* 必要であれば!importantを付けてください */	
}
.store__link {
	width: 100%;
	display: inline-block;
	color: #fff;
	background-color: #005F4B;
	border: 1px solid #005F4B;
	padding: .5rem;
	border-radius: 3px;
}
.store__link:hover {
	color: #005F4B;
	background-color: transparent;
}
.store__info_wrap {
	width: 100%;
}
.store__info_wrap td {
	vertical-align: middle;
	text-align: center;
	padding: 1rem .5rem;
}
.store__info_wrap.__area {
	width: 10%;
}

.num {
	position: relative;
}
.num:after {
	content: "";
	position: absolute;
	background-color: green;
	width: 20px;
	height: 20px;
}

@media screen and (max-width: 769px) {
	.item__photo {
		height: 400px;
	}	
	.step__cach {
		font-size: 1.1rem;
		line-height: 2rem;
	}
}

/*--------------------
utility
--------------------*/
.fl_revers { flex-flow: row-reverse; }
.fl_center { align-items: center; }
.text-center { text-align: center; }

.tx_gr { color:#2B5F49 }
.tx_re { color:#ce0c17 }
.tx_gd { color:#dec123 }

.u-mt1 {margin-top: 1rem;}
.u-mt2 {margin-top: 2rem;}
.u-mt3 {margin-top: 3rem;}

.u-mb1 {margin-bottom: 1rem;}
.u-mb2 {margin-bottom: 2rem;}
.u-mb3 {margin-bottom: 3rem;}

.u-pb1 {padding-bottom: 1rem;}
.u-pb2 {padding-bottom: 2rem;}
.u-pb3 {padding-bottom: 3rem;}

.fz-sm { font-size: 0.8rem; }
.fz-md { font-size: 1.1rem; }
.fz-md1 { font-size: 1.25rem; }
.fz-md2 { font-size: 1.5rem; }
.fz-lg { font-size: 2rem; }

.border-b { border-bottom: 1px solid #2B5F49; }

.section-gap {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.content-gap {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.section__bg_01 {
	background-image: url(../img/common/bg_01.png);
	background-size: 10%;
}

/*---------------------------------

	2018年お歳暮LP用のスタイル

-----------------------------------*/

#oseibo {
	background-image: url(../img/oseibo/bg-01.gif);
}
#oseibo .bg-1 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#87001b+0,5b0015+100 */
	background: #87001b; /* Old browsers */
	background: -moz-linear-gradient(top, #87001b 0%, #5b0015 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #87001b 0%,#5b0015 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #87001b 0%,#5b0015 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87001b', endColorstr='#5b0015',GradientType=0 ); /* IE6-9 */
}
#oseibo .bg-2 {
	background-image: url(../img/oseibo/bg-02.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#oseibo .bg-3 {
	background-image: url(../img/oseibo/bg-03.png);
	background-color: #83000d;
}
#oseibo .sec-tit {
	margin-bottom: 60px;
	text-align: center;
}
#oseibo .tokuten {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
#oseibo .tokuten img {
	margin-bottom: 20px;
	width: 380px;
}
#oseibo .history-tit {
	padding-top: 20%;
}
#oseibo .history {
	background-color: #fff;
	border-radius: 10px;
	padding: 40px 10px;
	font-size: 18px;
	font-weight: bold;
	background-image: url(../img/oseibo/img-history-bg.png);
	background-size: cover;
	background-position: bottom center;
}
#oseibo .history h3 {
	font-size: 22px;
	font-weight: bold;
}
#oseibo .reason {
	align-items: center;
	font-size: 18px;
}
#oseibo .reason h3 {
	position: relative;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
}
#oseibo .gift-wrap {
	background: #eab92d;
	background: -moz-linear-gradient(-45deg, #eab92d 0%, #c79810 100%);
	background: -webkit-linear-gradient(-45deg, #eab92d 0%,#c79810 100%);
	background: linear-gradient(135deg, #eab92d 0%,#c79810 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eab92d', endColorstr='#c79810',GradientType=1 );
	padding: 20px;
}
#oseibo .gift-main-img {
	margin-bottom: 1rem;
}

.top-yasasii-title{	
padding-bottom: 30px;	
text-align: center;	
}

.is-half {
	text-align: center;
}

.aji-txt {
	width: 350px;
	margin: 0 auto 15px;
}

.title-aji {
	text-align: center;
	padding-bottom: 15px;
	font-size: 18px;
	font-weight: 400;
}

.recipi-title {
	margin: 110px auto 45px;
    width: 240px;
}

.recipi-txt {
	text-align: left;
	margin-bottom: 45px;
}

.recipi-li-title {
	margin-top: 15px;
	color: #f39700;
	font-weight: bold;
}

.recipi-list {
	margin-left: 15px;
}

.recipi-list li {
	list-style-type: decimal;
	margin-bottom: 10px;
}

.recipi-list li:last-child {
	margin-bottom: 0;
}

.aji-pack-btn {
	margin: 0 auto;
}

.dasi-bgl {
	background-color: #f9f8e5;
}

.dasi-bgr {
	background-color: #f9f8e5;
}

.dasi-box {
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #333333;
	border-radius: 10px;
}
.dasi-icon {
	margin: 20px auto;
    width: 66px;
}

.dasi-torikata {
	margin-bottom: 16px;
	width: 100%;
	font-weight: bold;
}

.dasi-torikata-title {
	text-align: center;
	margin: 40px 0;
}

.pack-spec {
	margin: 15px 0 30px;
}

.pack {
	box-shadow: 2px 2px 4px gray;
}


/*---------------------------------

レシピコンテスト - お申込み＆ご投稿について

-----------------------------------*/

#recipe.entry .terms {
padding: 4rem 2rem;
text-align: left;
}

#recipe.entry .terms h3 {
font-size: 1.8rem;
padding: 0 0 4rem;
text-align: center;
}

#recipe.entry .terms p {
padding: 0 0 2rem;
}

#recipe.entry .entry-btn{
	display: block;
	background: #970b13;
	color: #fff;
	max-width: 414px;
	margin: 0 auto 2rem;
	padding: 22px 0;
	text-align: center;
}

#recipe.entry .entry-icon {
margin-right: 8px;
}

#recipe.entry .agree,
#recipe.entry .btn {
padding: 0 4rem 4rem;
}

form .recipe-contest div.is-6 input {
padding: 0.5rem 0;
}


@media screen and (min-width: 1024px) {
form .recipe-contest span.required.long {
display: block;}
}


@media(max-width:500px){
form .recipe-contest div.is-6 input {
width: 100% !important;
padding: 1rem 0.5rem;
font-size: 1.2rem;
}
}
