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

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

#omiyageArea {
}

#omiyageArea h1 {
}

#omiyageArea h1 img {}

#omiyageArea .infoBoard {
}

#omiyageArea .infoBoard a {
}

#omiyageArea .infoBoard img {
}

#omiyageArea .caution {
	margin: 80px auto;
	padding: 0 15px;
}

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

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

@media screen and (max-width: 900px) {
#omiyageArea .infoBoard {
	max-width: 640px;
	text-align: center;
}
}

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

#goodsList {
	/*! margin-bottom: 120px; */
}

#goodsList ul {
/*	max-width: 1200px;*/
	margin: 0 auto;
}

#goodsList ul li {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: nowrap;
	flex-direction: row;
	margin: 0 auto 120px;
}

#goodsList ul li:last-child {
	margin-bottom: 0;
}

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

#goodsList ul li .txt {
	text-align: left;
	padding: 10px 0 0;
	width: calc(40% - 60px);
	color: #fff;
	font-weight: 700;
}

#goodsList ul li .txt a.ecLink {
	display: block;
	margin-top: 40px;
	background: #fff;
	border: 2px solid #000;
	padding: 24px 15px;
	line-height: 1.2;
	text-align: center;
	max-width: 340px;
	transition: all 0.4s ease-out 0s;
	width: 80%;
}

@media screen and (max-width: 900px) {
#goodsList ul li .txt a.ecLink {
	width: 70%;
	padding: 16px 5px;
}
}

#goodsList ul li .txt a.ecLink:hover {
	background: #fff358;
	border: 2px solid #0069b8;
	opacity: 1;
}

#goodsList ul li .txt a.ecLink img {
}

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

#goodsList ul li .txt .ttl img {}

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

#goodsList ul li .txt .comment em {
	color: #0069b8;
	text-shadow: 1px 2px 0 #fff459;
	background: linear-gradient(transparent 25%, rgba(255, 255, 255, 0.6) 0%);
	padding: 0 3px;
	margin: 0 2px;
	letter-spacing: 0.06em;
	font-size: 105%;
}

#goodsList ul li .txt .comment .attention {
	font-size: 1.4rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
	display: inline-block;
	margin-top: 15px;
}

#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 {
	width: 60%;
	position: relative;
}

#goodsList ul li .img::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 15px;
	left: 10px;
	width: 100%;
	height: 100%;
	background: #0069b8;
}

#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) {
	#omiyageArea {
		padding-top: 8%;
	}
	#omiyageArea h2 {}
	#omiyageArea h2 img {
		height: 50px;
	}
	#omiyageArea .lead {}
	#omiyageArea .lead p {}
	#omiyageArea .lead p img {
		width: 85%;
		max-width: 350px;
	}
	#omiyageArea .lead p i {}
	#omiyageArea .infoGoods {}
	#omiyageArea .infoGoods .inner {
		padding: 20px 15px;
	}
	#omiyageArea .infoGoods h3 {
		font-size: 1.4rem;
		padding: 3px 15px;
	}
	#omiyageArea .infoGoods p {
		font-size: 1.4rem;
	}
	#omiyageArea .infoGoods ul {
		font-size: 1.3rem;
	}
	#omiyageArea .infoGoods ul li {}
	#omiyageArea .caution {}
	#omiyageArea .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;
		max-width: 640px;
		margin: 0 auto;
	}
	#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: calc(100% - 10px);
		max-width: 640px;
		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) {
	#omiyageArea h2 img {
		height: 40px;
	}
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */

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

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

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