@charset "UTF-8";
/* CSS Document */

/* ==================================================
OMIYAGE PAGE
================================================== */

#omiyage_c1 {
	max-width: 1280px;
	padding: 0 40px;
	margin: 0 auto;
}

#omiyage_c1 h2 {
	background: #e95e2e url(../img/pattern_dot.png) repeat center top;
	padding: 12px 3%;
	margin-bottom: 50px;
	position: relative;
}

#omiyage_c1 h2 img {}

#omiyage_c1 .lead {
	font-family: dnp-shuei-mincho-pr6n, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-style: normal;
	font-weight: 600;
	font-size: 1.6rem;
}

#omiyage_c1 .lead p {
	margin-bottom: 40px;
}

#omiyage_c1 .lead p i {
	display: inline-block;
}

#omiyage_c1 .lead p img {}

#omiyage_c1 .lead p i {}

#omiyage_c1 .infoGoods {
	border: 3px solid #e95e2e;
	padding: 2px;
	position: relative;
	max-width: 780px;
	margin: 0 auto;
}

#omiyage_c1 .infoGoods .inner {
	border: 1px solid #e95e2e;
	padding: 30px;
	text-align: left;
}

#omiyage_c1 .infoGoods h3 {
	display: inline-block;
	padding: 3px 25px;
	background: #e95e2e;
	border-radius: 20px;
	line-height: 1.2;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 20px;
	text-align: center;
}

#omiyage_c1 .infoGoods h3 i {
	display: inline-block;
}

#omiyage_c1 .infoGoods p {
	font-size: 1.5rem;
}

#omiyage_c1 .infoGoods ul {
	font-size: 1.4rem;
}

#omiyage_c1 .infoGoods ul li {
	text-indent: -18px;
	padding-left: 18px;
	margin-bottom: 4px;
}

#omiyage_c1 .infoGoods ul li::before {
	content: "※";
	display: inline-block;
	text-indent: 0;
	width: 18px;
}

#omiyage_c1 .caution {
	margin: 60px auto;
	padding: 0 15px;
}

#omiyage_c1 .caution p {
	font-size: 1.3rem;
}

#omiyage_c1 .caution p i {
	display: inline-block;
}

/* goodsList
------------------------------ */

#goodsList {
	margin-bottom: 120px;
}

#goodsList ul {}

#goodsList ul li {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: nowrap;
	flex-direction: row;
	margin: 0 auto 80px;
	/*! max-width: 1280px; */
	/*! padding: 0 40px; */
}

#goodsList ul li:nth-of-type(odd) {
	flex-direction: row-reverse;
}

#goodsList ul li .txt {
	text-align: left;
	padding: 40px 0 0;
	width: calc(40% - 50px);
}

#goodsList ul li .txt .ttl {
	border-bottom: 2px solid #000;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

#goodsList ul li .txt .ttl img {}

#goodsList ul li .txt .comment {
	margin-bottom: 30px;
}

#goodsList ul li .txt .credit {
	font-size: 1.4rem;
}

#goodsList ul li .txt .credit .price {
	font-size: 1.3rem;
}

#goodsList ul li .txt .credit .price em {
	font-size: 200%;
	display: inline-block;
	margin-right: 3px;
}

#goodsList ul li .img {
	background: url(../img/pattern_noise_gold.png) repeat center top;
	padding: 8px;
	width: 60%;
}

#goodsList ul li .img .inner {
	background: #fff;
}

#goodsList ul li .img .inner img {}

#goodsList ul li .txt .credit b {}

#goodsList ul li .txt .credit .white {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 1px solid #000;
	border-radius: 10px;
	background: #fff;
	line-height: 1.2;
	vertical-align: text-bottom;
}

#goodsList ul li .txt .credit .black {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 1px solid #000;
	border-radius: 10px;
	background: #000;
	line-height: 1.2;
	vertical-align: text-bottom;
}

/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 900px) {
	#omiyage_c1 {
		padding: 0 15px;
	}
	#omiyage_c1 h2 {}
	#omiyage_c1 h2 img {
		height: 50px;
	}
	#omiyage_c1 .lead {}
	#omiyage_c1 .lead p {}
	#omiyage_c1 .lead p img {
		width: 85%;
		max-width: 350px;
	}
	#omiyage_c1 .lead p i {}
	#omiyage_c1 .infoGoods {}
	#omiyage_c1 .infoGoods .inner {
		padding: 20px 15px;
	}
	#omiyage_c1 .infoGoods h3 {
		font-size: 1.4rem;
		padding: 3px 15px;
	}
	#omiyage_c1 .infoGoods p {
		font-size: 1.4rem;
	}
	#omiyage_c1 .infoGoods ul {
		font-size: 1.3rem;
	}
	#omiyage_c1 .infoGoods ul li {}
	#omiyage_c1 .caution {}
	#omiyage_c1 .caution p {}
	/* goodsList
------------------------------ */
	#goodsList {}
	#goodsList ul {}
	#goodsList ul li {
		/*! flex-direction: column; */
		display: block;
	}
	#goodsList ul li:nth-of-type(odd) {
		/*! flex-direction: column; */
		margin-bottom: 120px;
	}
	#goodsList ul li .txt {
		width: 100%;
		padding-top: 0;
	}
	#goodsList ul li .txt .ttl {}
	#goodsList ul li .txt .ttl img {}
	#goodsList ul li .txt .comment {
		font-size: 1.4rem;
		margin-bottom: 15px;
	}
	#goodsList ul li .txt .credit {
		font-size: 1.3rem;
	}
	#goodsList ul li .txt .credit .price {}
	#goodsList ul li .txt .credit .price em {
		font-size: 180%;
	}
	#goodsList ul li .img {
		width: 100%;
		max-width: 720px;
		margin: 40px auto 0;
	}
	#goodsList ul li .img .inner {}
	#goodsList ul li .img .inner img {}
	#goodsList ul li .txt .credit b {}
	#goodsList ul li .txt .credit .white {}
	#goodsList ul li .txt .credit .black {}
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */

/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 640px) {
	#goodsList ul li .img {
		padding: 5px;
	}
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */

/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 480px) {
	#omiyage_c1 h2 img {
		height: 40px;
	}
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */

/* ==================================================

================================================== */

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