@charset "UTF-8";


img {width: 100%;}
p {line-height: 1.8;}
/*
.mainvisual ul > li:nth-child(4) {
	padding-bottom: 10px;
    background: url("../common/images/mv_line.png")repeat-x;
	background-size: 100px;
	background-position: bottom;
}
*/


/* =========================================================
商品ラインナップ
========================================================= */
@media screen and (min-width: 1025px){
	.h2_title_2 {
		position: absolute;
		max-width: 365px;
		width: 30%;
		margin-top: 0; 
		top: 50%;
		transform: translateY(-50%);
	}
}
.sec_contact {
	width: 1000px;
	margin: 0 auto;
	padding: 100px 20px;
	box-sizing: border-box;
}
.sec_contact p {
	width: 100%;
}
.h2_title {
	display: block;
	max-width: 300px;
	width: 60%;
	margin: 0 auto;
	margin-top: 100px;
}
br.sp_br {
	display: none;
}
@media screen and (max-width: 1024px){
	.sec_contact {
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
	}
	.h2_title {
		display: block;
		margin-top: 5%;
		margin-bottom: 6%;
		width: 60%;
	}
	br.sp_br {
		display: block;
	}
}


/*商品ラインナップ*/
.lineup .contents_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lineup .contents {
	display: flex;
	justify-content: space-around;
	margin-bottom: 1.5em;
}
.lineup .contents .lineup_img {
	width: 40%;
}
.lineup .contents .lineup_text {
	width: 55%;
}
.lineup .contents h3 {
	color: #544;
	margin: 0em;
}
.lineup .contents p {
	margin: 0em;
}
.lineup .contents p.price {
	margin-bottom: 0.5em;
}
.small_jam p {
	margin: 0 0.8em 1em;
}
.lineup .small_jam_list {
	display: flex;
	justify-content: space-between;
	margin: 0 0.8em 1.5em;
}
.lineup .small_jam_list ul {
	padding-inline-start: 0;
}
.lineup .small_jam_list li {
	list-style: none;
	/*margin: 1em;*/
}
.lineup .small_jam_list img {
	/*width: 23%;*/
}
@media screen and (max-width: 1024px){
	.lineup .contents {
		flex-direction: column;
		align-items: center;
	}
	.lineup .contents .lineup_text {
		width: 100%;
		max-width: 700px;
		margin: 1em auto;
	}
	.lineup .contents h3,.lineup .contents p.price {
		text-align: center;
	}
	.lineup .contents .lineup_img {
		width: 80%;
		max-width: 500px;
	}
}


/*注文・お問い合わせ*/
.order_bg {
	background-color: rgba(198, 127, 127, 0.05)
}
.order {
	max-width: 1000px;
	margin: 0 auto 100px;
	padding: 100px 20px;
}
.order .h2_title {
	margin-top: 0;
}
.order address {
	font-style: normal;
	text-align: center;
	font-size: 1.1em;
	font-weight: normal;
	color: #544;
	margin: 0.8em auto;
}
.order p {
	text-align: center;
}
.yoyaku_btn_wrap {
	display: flex;
	justify-content: space-around;
}
.yoyaku_btn_wrap a {
	width: 48%;
	display: block;
}
.yoyaku_btn_wrap a:hover {
	cursor: pointer;
}
@media screen and (max-width: 1024px){
	.yoyaku_btn_wrap {
		flex-direction: column;
		align-items: center;
	}
	.yoyaku_btn_wrap a {
		width: 80%;
		max-width: 500px;
		margin: 0.5em auto;
	}
}
.right_attention {
	color: #B4A9A9;
	font-size: 12px;
}	


	
	