@charset "utf-8";
/* CSS Document */

.slider { width: 100%; }

.product {
	max-width: 1130px;
	width: 100%;
	margin: 130px auto 80px auto;
	padding: 0;
}
.product_head {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.product_tit {
	font-size: 26px;
	position: relative;
	display: inline-block;
	margin-bottom: 1.2em;
}
.product_tit:before {
	content: '';
	position: absolute;
	left: 27px;
	top: -25px;
	display: inline-block;
	width: 52px;
	height: 4px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: black;
}
.btn_more {
	width: 120px;
	height: 24px;
	border: 2px solid #dedede;
	border-radius: 25px;
	font-size: .8rem;
	line-height: 2em;
	padding: 5px;
	text-align:center;
}
.btn_more img {
	margin-left: 10px;
}
.btn_more a {
	text-decoration: none;
	color: #666;
}
.product_link {
	max-width: 1130px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.product_1 {
	width: 49%;
	font-size:.8rem;
	position: relative;
	display: block;
}
.product_obi {
	width: 100%;
	position:absolute;
	bottom:-14px;
	background-color: rgba(0,0,0,.65);
	color: #fff;
	padding:8px 0;
	font-size: .9rem;
	text-align: center;
	font-weight:bold;
}
.product_obi span {
	color: #ccc;
}
.product_2 {
	width: 48.8%;
	position: relative;
	display: block;
	border: 2px solid #ddd;
	text-align: center;
	font-weight:bold;
}
.product_2 a {
	text-decoration: none;
}
.product_link_tit {
	font-size:1.1rem;
	margin-bottom: 5px;
	color: #000;
}
.product_link_txt {
	font-size: .9rem;
	color: #999;
	margin:0;
	padding:0;
}
.product_2_item {
	width: 100%;
	margin: 20px 0;
	padding:0;
	display: flex;
	justify-content: center;
}
.product_2_item p {
	display: block;
	width: 50%;
}
.product_2_item p:first-child {
	border-right: 1px solid #ccc;
}
.product_2 img {
	width: 74%;
	height: auto;
}
.product_3 {
	width: 49%;
	text-align: center;
	font-weight:bold;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.product_3_item {
	width: 47%;
	margin: 20px 0;
	padding:0;
	border: 2px solid #ddd;
}
.product_3 img {
	width: 65%;
	height: auto;
}
.product_3 a {
	text-decoration: none;
}
.product_4 {
	width: 49%;
	font-size:.8rem;
	position: relative;
	display: block;
	margin: 20px 0;
}

/* recipe */
.recipe {
	width: 100%;
	background: #ededed;
	padding: 50px 0 60px 0;
}
.recipe_head {
	max-width: 1130px;
	width: 90%;
	margin: 0 auto;
	padding:80px 5% 0 5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.recipe_tit {
	font-size: 26px;
	position: relative;
	display: inline-block;
	margin-bottom: 1.2em;
}
.recipe_tit:before {
	content: '';
	position: absolute;
	left: 27px;
	top: -25px;
	display: inline-block;
	width: 52px;
	height: 4px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: black;
}
.recipe_panel {
	max-width: 1130px;
	width: 90%;
	margin: 0 auto;
	padding: 0 5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.recipe_panel a {
	position:relative;
	display: block;
	width: 33.3%;
}
.recipe_panel a div {
	width: 100%;
	position:relative;
	display: block;
}
.recipe_panel div {
	width: 33.3%;
	position:relative;
	display: block;
}
.recipe_panel div:nth-child(1)::after, .recipe_panel div:nth-child(5)::after, .recipe_panel div:nth-child(9)::after {
	width: 100%;
	position:absolute;
	content:'';
	background-color: rgba(0,0,0,.75);
	left:0;
	right:0;
	top:0;
	bottom:0;
	color: #fff;
	padding:0;
	font-size: .9rem;
	text-align: center;
	font-weight:bold;
	z-index: 5;
}
.recipe_link_tit {
	position: absolute;
	width: 100%;
	left: 0; 
    top: calc(35% - 10px); 
    text-align: center;
	font-size:20px;
	margin-bottom: 5px;
	color: #fff;
	z-index:10;
}
.recipe_link_txt {
	position: absolute;
	width: 100%;
	left: 0; 
    top: calc(50% - 10px); 
    text-align: center;
	font-size: .8rem;
	color: #ccc;
	z-index:10;
}

/* news */
.news {
	width: 100%;
	margin-bottom: 100px;
	padding: 0;
}
.news_head {
	max-width: 1130px;
	width: 100%;
	margin: 0 auto;
	padding-top:130px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.news_tit {
	font-size: 26px;
	position: relative;
	display: inline-block;
	margin-bottom: 1.2em;
}
.news_tit:before {
	content: '';
	position: absolute;
	left: 27px;
	top: -25px;
	display: inline-block;
	width: 52px;
	height: 4px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: black;
}
.news_list {
	max-width: 1130px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.news_box {
	width: 48%;
	padding: 0;
	border:1px solid #ddd;
	display: flex;
	flex-wrap: nowrap;
}
.news_box div {
	width: 50%;
	margin:0;
	padding:0;
	font-size: 13px;
	line-height: 1.8em;
	color: #666;
}
.news_box div:last-child {
	width: 40%;
	padding:0 5%;
}
.news_box_tit {
	font-size: 22px;
	color: #000;
}
.news_box_link {
	text-align: right;
	font-size: 13px;
}
.news_box_link a {
	text-decoration: none;
	color: #666;
}
.news_box_link span {
	color: #e70012;
}

/* Q&A */
.qa {
	width: 90%;
	background: #ededed;
	padding: 50px 5% 60px 5%;
}
.qa_head {
	max-width: 1130px;
	width: 100%;
	margin: 0 auto;
	padding-top:80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.qa_tit {
	font-size: 26px;
	position: relative;
	display: inline-block;
	margin-bottom: 1.2em;
}
.qa_tit:before {
	content: '';
	position: absolute;
	left: 27px;
	top: -25px;
	display: inline-block;
	width: 52px;
	height: 4px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: black;
}
.qa_list {
	max-width: 1130px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.qa_left {
	display: block;
	width:75%;
	border-top: 1px solid #ddd;
}
.qa_right {
	width: 21%;
	background: #e9e9e9;
	padding:13px;
}
.qa_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
}
.qa_box p:first-child {
	width: 25%;
}
.qa_box p:last-child {
	width: 75%;
}
.qa_box p {
	font-size: 16px;
	color: #000;
}
.qa_box p span {
	font-size: 13px;
	color: #666;
	line-height: 1.8em;
}
.qa_box a {
	background:url(../../images/pc_point_ri.png) no-repeat 3px 2px;
	font-size: 13px;
	color: #cf1010;
	padding-left: 13px;
}

/* Contact */
.contact {
	width: 100%;
	margin-bottom:70px;
}
.contact_tit {
	background: #cf1010;
	padding: 35px 0;
	margin-bottom:60px;
	font-size: 2rem;
	color: #fff;
	text-align: center;
}
.contact_box {
	max-width: 1130px;
	width: 90%;
	margin: 0 auto;
	padding: 0 5%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.contact_form {
	width: 50%;
	font-size: 1.2rem;
	line-height: 1.6em;
}
.contact_form dt {
	font-size: .8rem;
}
.contact_form dd {
	width: 94%;
	margin: 0;
	padding: 0;
}
.contact_form input {
	background: #ededed;
	border: none;
	padding: 8px;
	margin-bottom: 10px;
	width: 100%;
}
.contact_form textarea {
	background: #ededed;
	border: none;
	padding: 8px;
	width: 100%;
}
.contact_map {
	width: 50%;
	background:url(../../images/map_bg.png) no-repeat left top;
	background-size: contain;
	margin-top: 30px;
}
.btn_form input {
	background: #cf1010;
	border: none;
	border-radius: 25px;
	width: 150px;
	padding: 6px;
	font-size: 1.2rem;
	color: #fff;
}


@media screen and (max-width: 998px){
.slider { width: 100%; padding-top:58px; }

.product {
	width: 100%;
	margin: 80px auto 80px auto;
	padding: 0;
}

.recipe {
	width: 100%;
	background: #ededed;
	padding: 50px 0 60px 0;
	margin:0;
}
.recipe_head {
	width: 90%;
	margin: 0 auto;
	padding:80px 5% 0 5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.recipe_panel {
	width: 90%;
	margin: 0 auto;
	padding: 0 5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.recipe_panel a {
	position:relative;
	display: block;
	width: 100%;
}
.recipe_panel a div {
	width: 100%;
	position:relative;
	display: block;
}
.recipe_panel div {
	width: 100%;
	position:relative;
	display: block;
}
.news {
	width: 100%;
	margin: 0 auto 100px auto;
	padding: 0;
}
.news_head {
	padding:0;
}
}

@media screen and (max-width: 767px){
.slider { width: 100%; padding-top:58px; }
.product_link {
	display: flex;
	flex-direction: column;
}
.product_1, .product_4 {
	width: 100%;
	margin-bottom: 20px;
	padding:0;
}
.product_2 {
	width: 99.7%;
	position: relative;
	display: block;
	border: 1px solid #ddd;
	text-align: center;
	font-weight:bold;
	padding:0;
	margin-bottom: 10px;
}
.product_2_item p {
	display: block;
	width: 50%;
	margin:0;
	padding:0;
}
.product_3 {
	width: 100%;
	position: relative;
	text-align: center;
	font-weight:bold;
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}
.product_3_item {
	width: 99.7%;
	margin-bottom: 10px;
	padding:0;
	border: 1px solid #ddd;
}

/* recipe */
.recipe {
	width: 100%;
	background: #ededed;
	padding: 0 0 60px 0;
	margin:0;
}
.recipe_head {
	width: 90%;
	margin: 0;
	padding:130px 5% 0 5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.recipe_tit {
	font-size: 26px;
	position: relative;
	display: inline-block;
	margin-bottom: 2.0em;
}
.recipe_tit:before {
	content: '';
	position: absolute;
	left: 27px;
	top: -25px;
	display: inline-block;
	width: 52px;
	height: 4px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: black;
}
.recipe_panel {
	width: 90%;
	margin: 0;
	padding: 0 5%;
}
.recipe_panel div {
	width: 100%;
	margin-bottom:20px;
}
.recipe_panel div:nth-child(1,5,9):before {
	background-color: rgba(0,0,0,.65);
}

.news {
	width: 100%;
	margin: 80px auto 50px auto;
	padding: 0;
}
.news_head {
	padding:0;
}
.news_list {
	max-width: 768px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.news_box {
	width: 100%;
	padding: 0;
	margin-bottom: 10%;
	border:1px solid #ddd;
	display: flex;
	flex-wrap: wrap;
}
.news_box div {
	width: 100%;
	margin:0;
	padding:0;
	font-size: 13px;
	line-height: 1.8em;
	color: #666;
}
.news_box div:last-child {
	width: 90%;
	padding:0 5%;
}

/* Q&A */
.qa {
	width: 90%;
	background: #ededed;
	padding: 50px 5% 60px 5%;
}
.qa_list {
	width: 100%;
	padding: 0;
	display: flex;
	flex-direction: column;
}
.qa_left {
	width: 100%;
}
.qa_right {
	width: 40%;
	background: #e9e9e9;
	margin: 20px auto;
	padding:13px;
	text-align:center;
}
.qa_box {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
}
.qa_box p:first-child {
	margin-top: 25px;
	padding:0;
}
.qa_box p:last-child {
	margin: 0 auto 20px;
	padding: 0;
	width: 100%;
}

.contact_box {
	width: 90%;
	margin: 0 auto;
	padding: 0 5%;
	display: flex;
	flex-direction: column;
}
.contact_form {
	width: 100%;
	font-size: 1.2rem;
	line-height: 1.6em;
	margin-bottom:20px;
}
.contact_form dd {
	width: 98%;
	margin: 0;
	padding: 0;
}
.contact_map {
	width: 100%;
	background:url(../../images/map_bg.png) no-repeat left top;
	background-size: contain;
}
}
