@charset "utf-8";
/* ===================================================================
    
=================================================================== */

/* -----------------------------------------------------------
	
----------------------------------------------------------- */
.commodity_bg {
	background-image:
        url(../img/bg_01.jpg),
        url(../img/bg_02.jpg);
    background-position:
        right top,
        left 300px;
    background-repeat:
        no-repeat,
        no-repeat;
}
.commodity_box {
	width: 1100px;
	margin: 0 auto;
}
.commodity_ttl {
	text-align: center;
	font-size: 24px;
	/*font-weight: normal;*/
	margin-bottom: 36px;
    line-height: 2;
}
.commodity_text {
	text-align: center;
	font-size: 16px;
	line-height: 2.4;
	margin-bottom: 40px;
}
.commodity_fig {
	width: 840px;
	margin: 0 auto 50px;
}

/* 写真 */
.commodity_piclist li {
	width: 348px;
	float: left;
	margin-right: 28px;
}
.commodity_piclist li:last-child {
	margin-right: 0;
}
.commodity_piclist li p {
	font-size: 12px;
	margin-top: 4px;
}

.link_holdings {
	max-width: 600px;
	border: 1px solid #44af35;
	margin: 90px auto 0;
	text-align: center;
}
.link_holdings a {
	display: block;
	padding: 20px 0;
	color: #000;
	background: #f1f9ee;
}
.link_holdings a:hover {
	opacity: .7;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
.commodity_box {
	width: 94%;
}
.commodity_ttl {
	font-size: 22px;
}
.commodity_fig {
	width: 100%;
}

/* 写真 */
.commodity_piclist li {
	width: calc(98% / 3);
	margin-right: 1%;
}
}

@media screen and (max-width: 767px) {
.commodity_bg {
	background-image:
        url(../img/bg_01.jpg),
        url(../img/bg_02.jpg);
    background-position:
        right top,
        left 75%;
    background-repeat:
        no-repeat,
        no-repeat;
	background-size: 80%;
}
.commodity_box {
	width: 94%;
}
.commodity_ttl {
	font-size: 16px;
	text-align: left;
	line-height: 1.8;
	margin-bottom: 26px;
}
.commodity_text {
	font-size: 14px;
	text-align: left;
	line-height: 1.8;
}
.commodity_fig {
	width: 100%;
}

/* 写真 */
.commodity_piclist li {
	width: calc(98% / 2);
	margin-right: 2%;
	margin-bottom: 20px;
}
.commodity_piclist li:nth-child(2n) {
	margin-right: 0;
}
.commodity_piclist li p {
	font-size: 10px;
}
.link_holdings {
	margin: 40px auto 0;
}
.link_holdings a {
	padding: 12px 0;
	font-size: 94%;
}
}