/*=================================================
共通
=================================================*/
/*
h4.title_t{
	font-size: 32px;
	color: #B94A2E;
	text-align: center;
	margin:0 auto 30px;
}
h5.title_s{
	font-size: 25px;
	color: #B94A2E;
	text-align: center;
}
*/
h4.title_t{
	text-align: center;
	margin:0 auto 30px;
}
h4.title_t img{
	height: 35px;
	width:auto;
}
h5.title_s{
	text-align: center;
	margin:0 auto 30px;
}
h5.title_s img{
	height: 25px;
	width:auto;
}

.kodawari,.line_box,.cooking,.contact{
	margin:60px 0;
}
p.list_p{
	margin:10px auto 20px;
	font-size: 18px;
	font-family:sans-serif;
	text-align: center;
	 line-height: 1.8;
}
@media screen and (min-width: 769px){
	.br_sp{
		display: none;
	}
}
@media screen and (max-width: 768px){
	h4.title_t img{
	height: 28px;
}
	h5.title_s img{
	height: 24px;
}
	.kodawari{
	margin-top: 0;
}
}
/*=================================================
main_v
=================================================*/
.main_text_box{
	display: flex;
	padding: 0 45px;
	background-image: url("images/jam/main_bg.svg");
	background-repeat: no-repeat;
}
h4.main_title{
	margin-bottom:35px;
}
h4.title_t.two_steps img{
	height: 80px;
	width:auto;
}
.main_text{
	max-width: 331px;
	margin-right: 32px;
}
.main_v img{
	width: 100%;
}
.main_img{
	margin: 0 auto;
}
@media screen and (max-width: 768px){
	.main_text_box{
		padding: 0 20px;
		flex-direction: column;
		background-image: none;
	}
	.main_text {
 	 order: 2;
	background-image: url("images/jam/contact_bg.png");
	background-repeat: no-repeat;
	background-size: 100%;
	}
	.main_img {
	  order: 1;
	}
	.main_v .main_img img{
	padding-bottom: 32px;
}
	.main_text{
	max-width: 100%;
	margin-right: 0;
}
	h4.title_t.two_steps img{
	height: 68px;
}
}
/*=================================================
美味しさのこだわり
=================================================*/
.kodawari{
	background-image:url("images/jam/bg_top.png");
	background-position: top;
}
.kodawari_box{
	background-color:#FBF9F3;
	padding: 60px 45px;
}
.kodawari_box_s{
	display: flex;
	padding-bottom:30px;
}
	.kodawari_box_s.left .kodawari_text{
 	 order: 2;
	}
	.kodawari_box_s.left .kodawari_img{
	  order: 1;
	}
.kodawari_box_s.right{
	justify-content:  flex-end;
	padding-bottom:30px;
}
.kodawari img{
	width: 100%;
}
.kodawari_img{
	max-width:372px;
}
.title_list{
	font-size: 22px;
	margin: 0 0 20px;
	border-bottom: 2px solid #E4DECD;
}
.kodawari_text{
/*	padding-left:32px;*/
	max-width: 506px;
}
.kodawari_box_s.left .kodawari_text{
	padding-left:32px;
}
.kodawari_box_s.right .kodawari_text{
	padding-right:32px;
}

.title_list img{
	height: 40px;
	width:auto;
}

.kodawari h4.title_t{
	margin-bottom:42px;
}
.kodawari_box_s .p_margin{
	margin-bottom:25px;
}

@media screen and (min-width: 769px){
.kodawari_text p{
	margin:0;
}
	.title_list img{
		padding-right:10px;
	}
}
@media screen and (max-width: 768px){
.kodawari_box{
	padding: 60px 20px;
}
	.kodawari_box_s{
	display: block;
}
	.kodawari_img{
	max-width:100%;
	padding-bottom:25px;
}
	.kodawari_text{
	padding-left:0;
	max-width: 100%;
}
	.kodawari_box_s.left .kodawari_text{
	padding-left:0;
}
	.kodawari_box_s.right .kodawari_text{
	padding-right:0;
}
	.title_list{
	text-align: center;
}

}
/*=================================================
商品ラインナップ
=================================================*/
.line_box{
	padding: 0 45px;
/*	background-color:#FFF2CB;*/
}
.line_box ul li{
	list-style: none;
}
.line_box img{
	width: 100%;
}

.line_set ul{
	display: flex;
	justify-content: space-between;
	padding:0;
}
.line_set ul li{
	width:32%;
}

.line_box .line_taste ul li img{
/*	width: 95%;*/
}
.line_taste p{
	text-align: center;
}
.line_taste .title_s{
	margin:50px auto 20px;
}
.line_taste ul {
  	column-count: 4; /* 列数を4列に指定 */
	padding:0;
}
.line_taste ul li{
	width:100%;
}
@media screen and (max-width: 768px){
	.line_box{
	padding: 0 20px;
}
	.line_set ul{
	display: block;
}
	.line_set ul li{
	width:100%;
/*	padding-bottom:25px;*/
}
	
	.line_taste ul {
  	column-count: 2; /* 列数を2列に指定 */
}
/*
	.line_box .line_taste img{
	width: 100%;
}
*/
}
/*=================================================
おすすめの食べ方
=================================================*/
.cooking{
	padding: 60px 45px;
	background-color:#FBF9F3;
}
.cooking h4.title_t{
	margin:0 auto 20px;
}
.cooking p{
	text-align: center;
}
.cooking img{
	width: 100%;
}
.cooking ul{
	display: flex;
	justify-content: space-between;
	padding:0;
}
.cooking ul li{
	list-style: none;
	width:31%;
}
@media screen and (max-width: 768px){
	.cooking{
	padding: 60px 20px;
}
	.cooking ul{
	display: block;
}
	.cooking ul li{
	width:100%;
}
	.cooking ul li img{
	padding-bottom: 20px;
}
}
/*=================================================
お問い合わせ・ご注文
=================================================*/
.contact{
	padding: 0 45px;
	background-image: url("images/jam/contact_bg.png");
	background-repeat: no-repeat;
	background-size: 100%;
}
.contact h4.title_t{
	margin:0 auto 20px;
}
.contact p{
	text-align: center;
}
.attention_p{
	font-size:13px;
}

.btm_box{
	display: flex;
}
.btm_box .btn_blue.s{
	width:45%;
}
@media screen and (max-width: 768px){
	.contact{
	padding: 0 20px;
	}
	.btm_box{
	display: block;
}
	.btm_box .btn_blue.s{
	width:88%;
	margin-bottom:20px;
}
	.contact h4.title_t img{
	height: 26px;
}
}


/*ヘッダー修正*/
.mainvisual ul > li:nth-child(2) {
	background: none;
}
.h2_title {
	max-width:300px;
	width:100%;
}
@media screen and (max-width: 768px){
.h2_title {
	max-width:300px;
	width:100%;
}
	.h2_title img{
	width:100%;
}
}
