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

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

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

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

#otanoshimi_c1 h2 img {}

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

#otanoshimi_c1 .lead p {
	line-height: 2.2;
	margin-bottom: 0;
}

#otanoshimi_c1 .lead p:not(:last-child) {
	margin-bottom: 60px;
}

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

#otanoshimi_c1 .lead p .txt_s {
	font-size: 95%;
}

#otanoshimi_c1 .lead p img {}

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

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

#otanoshimi_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;
}

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

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

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

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

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

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

#otanoshimi_c1 .caution p {
	font-size: 1.2rem;
	opacity: 0.6;
	text-align: left;
}

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

/* otanoshimiList
------------------------------ */

#otanoshimiList {
	margin-bottom: 120px;
	background: url(../img/otanoshimi/bg.jpg) no-repeat center center fixed;
	background-size: cover;
	padding: 120px 30px;
	border-radius: 12px;
}

#otanoshimiList ul {}

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

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

#otanoshimiList ul li .txt {
	text-align: left;
	padding: 20px 20px 20px;
	width: calc(40% - 20px);
	background: rgba(21, 83, 15, 0.85);
	color: #fff;
}

#otanoshimiList ul li:nth-of-type(odd) .txt {
	background: rgba(101, 20, 82, 0.9);
}

#otanoshimiList ul li .txt .ttl {
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
}

#otanoshimiList ul li .txt .ttl .number {
	width: 120px;
}

#otanoshimiList ul li .txt .ttl .number img {}

#otanoshimiList ul li .txt .ttl h3 {
	width: calc(100% - 120px);
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.6;
}

#otanoshimiList ul li .txt .ttl h3 i {
	display: inline-block;
}

#otanoshimiList ul li .txt .comment {
	margin-bottom: 30px;
	font-size: 1.4rem;
}

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

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

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

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

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

#otanoshimiList ul li .img .inner img {}

#otanoshimiList ul li .txt .credit b {}

#otanoshimiList 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;
}

#otanoshimiList 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) {
	#otanoshimi_c1 {
		padding: 0 15px;
	}
	#otanoshimi_c1 h2 {}
	#otanoshimi_c1 h2 img {
		height: 50px;
	}
	#otanoshimi_c1 .lead {
		background: url(../img/otanoshimi/bg.jpg) no-repeat center center;
		background-size: cover;
		padding: 60px 15px;
		border-radius: 12px;
	}
	#otanoshimi_c1 .lead .inner {}
	#otanoshimi_c1 .lead p {
		line-height: 1.8;
	}
	#otanoshimi_c1 .lead p img {
		/*! width: 85%; */
		/*! max-width: 350px; */
	}
	#otanoshimi_c1 .lead p i {
		/*! padding: 5px 10px; */
	}
	#otanoshimi_c1 .lead p .block {
		background: rgba(255, 255, 255, 0.85);
		margin-bottom: 25px;
		display: inline-block;
		padding: 5px 12px;
	}
	#otanoshimi_c1 .lead p .block.img {
		margin-bottom: 0;
		padding: 15px 20px;
	}
	#otanoshimi_c1 .lead p .block.img img {
		display: block;
		margin: 0 auto;
	}
	#otanoshimi_c1 .infoGoods {}
	#otanoshimi_c1 .infoGoods .inner {
		padding: 20px 15px;
	}
	#otanoshimi_c1 .infoGoods h3 {
		font-size: 1.4rem;
		padding: 3px 15px;
	}
	#otanoshimi_c1 .infoGoods p {
		font-size: 1.4rem;
	}
	#otanoshimi_c1 .infoGoods ul {
		font-size: 1.3rem;
	}
	#otanoshimi_c1 .infoGoods ul li {}
	#otanoshimi_c1 .caution {
		margin-bottom: 60px;
	}
	#otanoshimi_c1 .caution p {}
	/* goodsList
------------------------------ */
	#otanoshimiList {
		background-image: none;
		padding: 0;
	}
	#otanoshimiList ul {
		border-bottom: 2px solid #000;
	}
	#otanoshimiList ul li {
		/*! flex-direction: column; */
		display: block;
		margin-bottom: 100px;
	}
	#otanoshimiList ul li:nth-of-type(odd) {
		/*! flex-direction: column; */
		/*! margin-bottom: 100px; */
	}
	#otanoshimiList ul li .txt {
		width: 100%;
		padding: 0;
		background: none;
		color: #000
	}
	#otanoshimiList ul li .txt .number {
		width: 100%;
		padding-top: 0;
		overflow: hidden;
		text-indent: -9999px;
	}
	#otanoshimiList ul li:nth-of-type(1) .txt .number {
		background: url(../img/otanoshimi/n01_sp.png) no-repeat left top;
	}
	#otanoshimiList ul li:nth-of-type(2) .txt .number {
		background: url(../img/otanoshimi/n02_sp.png) no-repeat left top;
	}
	#otanoshimiList ul li:nth-of-type(3) .txt .number {
		background: url(../img/otanoshimi/n03_sp.png) no-repeat left top;
	}
	#otanoshimiList ul li:nth-of-type(4) .txt .number {
		background: url(../img/otanoshimi/n04_sp.png) no-repeat left top;
	}
	#otanoshimiList ul li:nth-of-type(5) .txt .number {
		background: url(../img/otanoshimi/n05_sp.png) no-repeat left top;
	}
	#otanoshimiList ul li:nth-of-type(6) .txt .number {
		background: url(../img/otanoshimi/n06_sp.png) no-repeat left top;
	}
	#otanoshimiList ul li:nth-of-type(7) .txt .number {
		background: url(../img/otanoshimi/n07_sp.png) no-repeat left top;
	}
	#otanoshimiList ul li:nth-of-type(8) .txt .number {
		background: url(../img/otanoshimi/n08_sp.png) no-repeat left top;
	}
	#otanoshimiList ul li:nth-of-type(9) .txt .number {
		background: url(../img/otanoshimi/n09_sp.png) no-repeat left top;
	}
	#otanoshimiList ul li:nth-of-type(10) .txt .number {
		background: url(../img/otanoshimi/n10_sp.png) no-repeat left top;
	}
	#otanoshimiList ul li:nth-of-type(odd) .txt {
		background: none;
	}
	#otanoshimiList ul li .txt .ttl {
		border-bottom: 2px solid #000;
		margin-bottom: 20px;
	}
	#otanoshimiList ul li .txt .ttl img {}
	#otanoshimiList ul li .txt .comment {
		font-size: 1.4rem;
		margin-bottom: 15px;
	}
	#otanoshimiList ul li .txt .credit {
		font-size: 1.3rem;
	}
	#otanoshimiList ul li .txt .credit .price {}
	#otanoshimiList ul li .txt .credit .price em {
		font-size: 180%;
	}
	#otanoshimiList ul li .img {
		width: 100%;
		max-width: 720px;
		margin: 40px auto 0;
	}
	#otanoshimiList ul li .img .inner {}
	#otanoshimiList ul li .img .inner img {}
	#otanoshimiList ul li .txt .credit b {}
	#otanoshimiList ul li .txt .credit .white {}
	#otanoshimiList ul li .txt .credit .black {}
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */

/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-height: 768px) and (max-width: 1024px) and (orientation: landscape) {
	#otanoshimi_c1 {
		padding: 0 15px;
	}
	#otanoshimi_c1 h2 {}
	#otanoshimi_c1 h2 img {
		height: 50px;
	}
	#otanoshimi_c1 .lead {
		background: url(../img/otanoshimi/bg.jpg) no-repeat center center;
		background-size: cover;
		padding: 60px 15px;
		border-radius: 12px;
	}
	#otanoshimi_c1 .lead .inner {}
	#otanoshimi_c1 .lead p {
		line-height: 1.8;
	}
	#otanoshimi_c1 .lead p img {
		/*! width: 85%; */
		/*! max-width: 350px; */
	}
	#otanoshimi_c1 .lead p i {
		/*! padding: 5px 10px; */
	}
	#otanoshimi_c1 .lead p .block {
		background: rgba(255, 255, 255, 0.85);
		margin-bottom: 25px;
		display: inline-block;
		padding: 5px 12px;
	}
	#otanoshimi_c1 .lead p .block.img {
		margin-bottom: 0;
		padding: 15px 20px;
	}
	#otanoshimi_c1 .lead p .block.img img {
		display: block;
		margin: 0 auto;
	}
	#otanoshimi_c1 .infoGoods {}
	#otanoshimi_c1 .infoGoods .inner {
		padding: 20px 15px;
	}
	#otanoshimi_c1 .infoGoods h3 {
		font-size: 1.4rem;
		padding: 3px 15px;
	}
	#otanoshimi_c1 .infoGoods p {
		font-size: 1.4rem;
	}
	#otanoshimi_c1 .infoGoods ul {
		font-size: 1.3rem;
	}
	#otanoshimi_c1 .infoGoods ul li {}
	#otanoshimi_c1 .caution {}
	#otanoshimi_c1 .caution p {}
	/* goodsList
------------------------------ */
	#otanoshimiList {
		background-image: none;
		padding: 0;
	}
	#otanoshimiList ul {
		border-bottom: 2px solid #000;
	}
	#otanoshimiList ul li {
		/*! flex-direction: column; */
		display: block;
	}
	#otanoshimiList ul li:nth-of-type(odd) {
		/*! flex-direction: column; */
		margin-bottom: 120px;
	}
	#otanoshimiList ul li .txt {
		width: 100%;
		padding-top: 0;
		background: none;
		color: #000
	}
	#otanoshimiList ul li .txt .number {
		width: 100%;
		padding-top: 0;
		overflow: hidden;
		text-indent: -9999px;
	}
	#otanoshimiList ul li:nth-of-type(1) .txt .number {
		background: url(../img/otanoshimi/n01_sp.png) no-repeat left top;
	}
	#otanoshimiList ul li:nth-of-type(2) .txt .number {
		background: url(../img/otanoshimi/n02_sp.png) no-repeat left top;
	}
	#otanoshimiList ul li:nth-of-type(3) .txt .number {
		background: url(../img/otanoshimi/n03_sp.png) no-repeat left top;
	}
	#otanoshimiList ul li:nth-of-type(4) .txt .number {
		background: url(../img/otanoshimi/n04_sp.png) no-repeat left top;
	}
	#otanoshimiList ul li:nth-of-type(5) .txt .number {
		background: url(../img/otanoshimi/n05_sp.png) no-repeat left top;
	}
	#otanoshimiList ul li:nth-of-type(6) .txt .number {
		background: url(../img/otanoshimi/n06_sp.png) no-repeat left top;
	}
	#otanoshimiList ul li:nth-of-type(7) .txt .number {
		background: url(../img/otanoshimi/n07_sp.png) no-repeat left top;
	}
	#otanoshimiList ul li:nth-of-type(8) .txt .number {
		background: url(../img/otanoshimi/n08_sp.png) no-repeat left top;
	}
	#otanoshimiList ul li:nth-of-type(9) .txt .number {
		background: url(../img/otanoshimi/n09_sp.png) no-repeat left top;
	}
	#otanoshimiList ul li:nth-of-type(10) .txt .number {
		background: url(../img/otanoshimi/n10_sp.png) no-repeat left top;
	}
	#otanoshimiList ul li:nth-of-type(odd) .txt {
		background: none;
	}
	#otanoshimiList ul li .txt .ttl {
		border-bottom: 2px solid #000;
	}
	#otanoshimiList ul li .txt .ttl img {}
	#otanoshimiList ul li .txt .comment {
		font-size: 1.4rem;
		margin-bottom: 15px;
	}
	#otanoshimiList ul li .txt .credit {
		font-size: 1.3rem;
	}
	#otanoshimiList ul li .txt .credit .price {}
	#otanoshimiList ul li .txt .credit .price em {
		font-size: 180%;
	}
	#otanoshimiList ul li .img {
		width: 100%;
		max-width: 720px;
		margin: 40px auto 0;
	}
	#otanoshimiList ul li .img .inner {}
	#otanoshimiList ul li .img .inner img {}
	#otanoshimiList ul li .txt .credit b {}
	#otanoshimiList ul li .txt .credit .white {}
	#otanoshimiList ul li .txt .credit .black {}
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */

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

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

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

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

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