@charset "utf-8";
/* CSS Document */

#contWrap {
	padding-bottom: 10px;
}
#contWrap * {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 0 !important;
}
#contWrap #contWrap_inner {
	padding: 0 10px !important;
	color: #fff;
} 
#contWrap a:hover {
	opacity: 0.8;
}
#contWrap #nobori-reiwa ul.nobori_01,
#contWrap #nobori-reiwa ul.nobori_02,
#contWrap #nobori-reiwa ul.nobori_03{
	display: flex;
	flex-direction: row;
}
#contWrap #yokomaku-reiwa ul.yokomaku_01,
#contWrap #yokomaku-reiwa ul.yokomaku_02,
#contWrap #yokomaku-reiwa ul.yokomaku_03{
	display: flex;
	flex-direction: row;
}

#contWrap #nobori {
	background: linear-gradient(to bottom, #f7d0d1 16%, #efe6ce);
	/*background-color: #efe6ce;*/
}
#contWrap #nobori h3 {
	border-top: solid 15px #fe0000;
}
#contWrap #nobori ul.nobori_01 {
	display: flex;
	flex-direction: row;
}
#contWrap #nobori ul.nobori_01 li {
	width: 20%;
}
#contWrap #nobori ul.nobori_02 {
	display: flex;
	justify-content: space-between;
}
#contWrap #nobori ul.nobori_02 li {
	width: 16.66%;
}
#contWrap #tebata {
	background: linear-gradient(to bottom, #ecb9ae, #e7cca4, #e5ce92);
	/*background-color: #efe6ce;*/
}
#contWrap #tebata ul {
	display: flex;
	flex-direction: row;
}
#contWrap #tebata ul li {
	width: 30%;
}
#contWrap #tebata ul li:last-child {
	width: 40%;
}
#contWrap #hinomaru_inner {
	background-color: #e5ce92;
	display: flex;
	flex-direction: row;
}
#contWrap #hinomaru_inner #kokki {
	width: 35%;
}
#contWrap #hinomaru_inner #kouhakumaku {
	width: 65%;
}
#contWrap #hinomaru_inner #kouhakuhimo {
	background-color: #e7c56d;
	display: flex;
	flex-direction: row;
}
#contWrap #hinomaru_inner #kouhakuhimo h5 {
	width: 32.5%;
}
#contWrap #hinomaru_inner #kouhakuhimo ul {
	width: 66%;
	background-color: #009844;
}
/*#contWrap #top {
	font-size: 26px;
	line-height: 1.5em;
	padding-bottom: 30px;
	text-align: center;
}
#contWrap #top h2 {
	border-bottom: #000 solid 6px;
	margin-bottom: 20px;
}
#contWrap #top h3 {
	font-size: 30px;
	margin-bottom: 20px;
	font-weight: bold;
	padding:0 40px;
}
#contWrap #top h3 span {
	color: #f00;
	font-size: 44px;
	line-height: 58px;
}
#contWrap #top ul {
	color: #f00;
	font-weight: bold;
	margin-bottom: 15px;
	padding:0 40px;
}
#contWrap #top p {
	font-weight: bold;
	padding:0 40px;
}
#contWrap #merit {
	background-color: #fff;
	margin: 0 20px 20px;
	padding: 20px 30px 30px;
}
#contWrap #merit h2 {
	color: #f00;
	font-size: 44px;
	font-weight: bold;
	margin-bottom: 15px;
}
#contWrap #merit h2 span {
	color: #333;
	font-size: 28px;
	line-height: 1.1em;
}
#contWrap #merit h3 {
	color: #f15a24;
	font-size: 32px;
	font-weight: bold;
	margin: 30px 0 15px;
}
#contWrap #merit ul {
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
}
#contWrap #merit li {
	width: 32%;
}
#contWrap #merit li img {
	border: #ccc solid 1px;
}
#contWrap #merit .merit3 .floatImg {
	width: 32%;
	float: right;
	text-align: center;
}
#contWrap .pickup_item {
	background-color: #fff;
	margin: 20px;
	padding-bottom: 10px;
}
#contWrap .pickup_item h3 {
	background-color: #f15a24;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	padding: 5px 15px;
}
#contWrap .pickup_item .titleArea {
	display: flex;
	padding: 15px 30px;
}
#contWrap .pickup_item .titleArea h4 {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.2em;
	margin-top: 5px;
}
#contWrap .pickup_item .titleArea h4 span {
	font-size: 20px;
	font-weight: normal;
}
#contWrap .pickup_item .titleArea .icon {
	padding-right: 20px;
	min-width: 190px;
}
#contWrap .pickup_item .titleArea .icon .maru {
	display: inline-flex;
	justify-content: center;
	flex-flow: column;
	align-items: center;
	border-radius: 50%;
	vertical-align: top;
	width: 2.5em;
	height: 2.5em;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.4em;
	background-color: #f15a24;
	margin-right: 8px;
}
#contWrap .pickup_item .detailArea {
	display: flex;
	justify-content: space-between;
	padding: 15px 30px 20px;
} 
#contWrap .pickup_item .detailArea .mainImg {
	width: 38%;
} 
#contWrap .pickup_item .detailArea .mainImg img {
	border: #ccc solid 1px;
} 
#contWrap .pickup_item .detailArea .spec {
	width: 58%;
} 
#contWrap .pickup_item .detailArea .spec .subImg {
	width: 44%;
	float: left;
} 
#contWrap .pickup_item .detailArea .spec dl {
	font-size: 14px;
	width: 52%;
	float: right;
} 
#contWrap .pickup_item .detailArea .spec dt {
	float: left;
	font-weight: bold;
} 
#contWrap .pickup_item .detailArea .spec dd {
	margin-bottom: 4px;
} 
#contWrap .pickup_item .detailArea .spec .price {
	clear: both;
	color: #f00;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	padding-top: 20px;
} 
#contWrap .pickup_item .detailArea .spec .price p {
	border: #f00 solid 2px;
	padding: 10px;
}
#contWrap .pickup_item .detailArea .spec .price .priceRegular {
	color: #333;
	font-size: 20px;
	font-weight: normal;
} 
#contWrap .pickup_item .detailArea .spec .price .priceDown {
	font-size: 32px;
} 
#contWrap .pickup_item .linkBtn {
	text-align: center;
} 
#contWrap .pickup_item .linkBtn a {
	display: block;
	background-color: #ffe955;
	font-size: 20px;
	font-weight: bold;
	margin: 0 30px 20px 30px;
	padding: 1em 0;
	border-radius: 50px;
	border: #333 solid 1px;
} 
#contWrap .pickup_item .linkTxt {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
} 
#contWrap .pickup_item .linkTxt a {
	text-decoration: underline;
} 
#contWrap .pickup_item a:hover {
	text-decoration: none;
	opacity: 0.7;
}
#contWrap #chart {
	padding-top: 50px;
	margin: -50px 20px 20px;
}
#contWrap #chart h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 30px 0 20px 0;
}
#contWrap #chart table {
	text-align: center;
}
#contWrap #chart .tableCover {
	clear: both;
	/*overflow: scroll;*/
	padding-bottom: 10px;
	white-space: nowrap;
}
#contWrap #chart .tableCover table {
	background-color: #999;
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
}
#contWrap #chart .tableCover table a {
	display: block;
	font-size: 14px;
	text-decoration: none;
}
#contWrap #chart .tableCover table a span {
	color: #f00;
	font-size: 16px;
	text-decoration: underline;
}
#contWrap #chart .tableCover table a:hover {
	background-color: #ffe955;
}
#contWrap #chart .tableCover table a:hover span {
	text-decoration: none;
}
#contWrap #chart .tableCover th {
	background-color: #fff;
	padding: 5px;
}
#contWrap #chart .tableCover td {
	background-color: #fff;
	text-align: center;
	padding: 5px;
	width: 11.7%
}
#contWrap #chart .tableCover .trColor th {
	font-size: 12px;
	background-color: #eee;
}
#contWrap #chart .tableCover .trColor th:nth-child(even)  {
	background-color: #333;
	color: #fff;
}
#contWrap #chart .tableCover .size {
	background-color: #fcf89d;
	/*width: 4em;*/
}
#contWrap #chart .tableCover .blank {
	background-color: #eaeaea;
}*/
