@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_1 {
	width: 49%;
	font-size:.8rem;
	position: relative;
	display: block;
	border: 0px solid #ddd;
}

.product_1 {
	width: 49%;
	font-size:.8rem;
	position: relative;
	display: block;
	border: 2px solid #ddd;
}



.product_obi {
    width: 100.6%;
    position: absolute;
    bottom: -16px;
    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: 49%;
	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: 5px 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: auto;
    height: 225px;
}
.product_3 {
	width: 49.3%;
	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: auto;
    height: 225px;
}
.product_3 a {
	text-decoration: none;
}
.product_4 {
	width: 49%;
	font-size:.8rem;
	position: relative;
	display: block;
	margin: 20px 0;
	border: 2px solid #ddd;
}

/* 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%;
	padding-bottom: 100px;
	background: #ededed;
}
.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;
	margin: 10px 0;
}
.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;
	font-weight:bold;
}
.news_box_link {
	text-align: right;
	font-size: 13px;
}
.news_box_link a {
	text-decoration: none;
	color: #666;
}
.news_box_link span {
	color: #e70012;
}
/*video*/
.video {
	width: 100%;
	padding-bottom: 100px;
	background: #fff;
}
.video_head {
	max-width: 1130px;
	width: 100%;
	margin: 0 auto;
	padding-top:130px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.video_tit {
	font-size: 26px;
	position: relative;
	display: inline-block;
	margin-bottom: 1.2em;
}
.video_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;
}
.video_list {
	max-width: 1130px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.video_box {
	width: 48%;
	padding: 0;
	border:0px solid #ddd;
	flex-wrap: nowrap;
}
.video_box div {
	width: 100%;
	margin:0;
	padding:0;
	font-size: 13px;
	line-height: 1.8em;
	color: #666;
}
.video_box div:last-child {
	/*width: 40%;
	padding:0 5%;*/
}
.video_box_tit {
	font-size: 22px;
	color: #000;
	font-weight:bold;
	text-align: center;
}
.video_box_link {
	text-align: right;
	font-size: 13px;
}
.video_box_link a {
	text-decoration: none;
	color: #666;
}
.video_box_link span {
	color: #e70012;
}


/*Case*/
.case {
	width: 100%;
	padding-bottom: 100px;
	background: #fff;
}
.case_head {
	max-width: 1130px;
	width: 100%;
	margin: 0 auto;
	padding-top:130px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.case_tit {
  
	font-size: 26px;
	position: relative;
	display: inline-block;
	margin-bottom: 1.2em;
}
.case_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;
}
.case_list {

	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}
.case_box {
	width: 248px;
    border: 1px solid #ddd;
    display: block;
    text-align: center;
    padding: 5px 5px;
    margin: 0 0.25% 0.3% 0;

  
}
.case_box a{
     text-decoration:none;
}
.caseimg{
    height: 200px;
    
}
.case_box div {
	width: 100%;
	margin:0;
	padding:0;
	font-size: 13px;
	line-height: 1.8em;
	color: #666;
}
.case_box div:last-child {
	/*width: 40%;
	padding:0 5%;*/
}
.case_box_tit {
	color: #000;
	text-align: center;
    font-weight: normal;
    font-size: 0.9rem;
    padding: 5px 0 35px;
    margin: 0;
    background: url(../images/lineup_item_bg.png) no-repeat center bottom;
    
}
.case_box_link {
	text-align: right;
	font-size: 13px;
}
.case_box_link a {
	text-decoration: none;
	color: #666;
}
.case_box_link span {
	color: #e70012;
}
#marquee2{width:1130px; margin: 0 auto; height:309px;overflow:hidden;}

/* 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%;*/
	font-weight:bold;
}
.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: #0f4139;
	padding-left: 13px;
}
/* Contact */
.contact {
	width: 100%;
	margin-bottom:70px;
}
.contact_tit {
	background: #004137;
	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%;

}
.btn_form input {
	background: #176155;
	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; margin-bottom: 0px !important; }
.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: 90%;
	background: #ededed;
	padding: 50px 5% 60px 5%;
}
.news_head {
	padding:0;
}
#marquee2 {
    width: 900px;
    
}   
    
}
@media screen and (max-width: 767px){
.slider { width: 100%; padding-top:58px; margin-bottom: 0px !important; }
.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: 90%;
	background: #ededed;
	padding: 50px 5% 60px 5%;
}
.news_head {
	padding:0;
}
/* 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%;
  
}
    
    
    
    
#marquee2 {
    width: 400px;
    
}   
    
}
@media screen and (max-width: 640px){
.news_box{
   display:block;
}
.news_box div {
    width: 100%;
	clear:both;
}
.news_box div:last-child {
    width: 100%;
	 padding: 0;
}
.video_list {
    display: block;
}
.video_box {
    width: 100%;
}

.case_list {
    display: block;
}
.case_box {
    width: 200px;
    float: left;
}
#marquee2 {
    width: 400px;
    
}   
    
    
    
    
}