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

.riyu3 {background: #FFFFE5;
    padding: 30px 0;
    margin: 50px 0;}

.riyu3 li {
    width: 30%;
    display: inline-table;
    text-align: left;
    font-size: 0.8em;
    margin: 1%;
}

.riyu3 ul {
    max-width: 1280px;
    margin: 2em auto;
}

.riyu3 h3 {
    color: #c33d89;
    font-size: 1.5em;
    font-family: serif;
}


#pickup {
    max-width: 1110px;
    border: 1px solid #DDD;
    background: #EEE;
    margin: 80px auto 50px auto;
    padding: 60px;
    position: relative;
    border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;}

#pickup h2 {
    font-size: 48px;
    font-weight: normal;
    line-height: 160%;
    text-align: center;
    margin: 40px 0 0 0;
    padding: 0;
    color: #CD3880;
	clear: both;
}

#pickup .item_big {
    overflow: hidden;
    margin: 15px 0;
}

#pickup img.ttl {
    position: relative;
}

#pickup .item_big .img {
    max-width: 470px;
    width: 50%;
    float: left;
    position: relative;
    margin-right: 1.5em;

}


.txt {
    text-align: left;
    line-height: 1.8em;
}

#pickup h3 {
    color: #CD3880;
    font-size: 21px;
    font-weight: normal;
    line-height: 160%;
    margin: 10px 0 5px 0;
    padding: 0 0 5px 0;
    overflow: hidden;
    border-bottom: 1px dashed #DDD;
}

#pickup h3 .price {
    float: right;
}

#pickup .item_list .item {
    width: 29.333%;
    margin: 2%;
    float: left;
    position: relative;
	text-align: left;
}

#pickup .ico img {
    margin: 0 10px 0 0;
	display: initial;
}

#pickup .item_list .item .ico {
    margin: 10px 0;
}

#pickup .item_list .item h3 {
    border: none;
    margin: 10px 0 0 0;
    padding: 0;
}

#pickup .item_list .item .price {
    color: #CD3880;
    font-size: 21px;
    font-weight: normal;
    line-height: 160%;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px dashed #DDD;
    text-align: right;
}

#pickup p.comment {
    margin: 0 0 20px 0;
}

#pickup {
    color: #8C4600;
	font-family: 'Muli','yumincho', serif;
	padding-top: 0;
}

p.intro {
    font-size: 0.95em;
    margin-bottom: 2em;
}

.btn {
    text-align: right;
}

div#bread-crumb {
    max-width: 1280px;
    margin: auto;
}

#faq {
    background: #EEE;
    padding: 30px 0;
    margin: 0;
	font-family: serif;
	text-align:left;
	color: #000;
    line-height: 170%;
}

.inner {
    max-width: 1280px;
    margin: 0 auto;
}

#faq h2 {
    font-size: 48px;
    font-weight: normal;
    line-height: 160%;
    text-align: center;
    margin: 20px 0 0 0;
    padding: 0;
    color: #CD3880;
}

#faq dl {
    padding: 30px;
    background: #FFF;
    border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 20px 0 0 0;
}

#faq dt {
    background: url(../img/faq_q.jpg) no-repeat 0 10px;
    background-size: 15px;
    padding: 5px 5px 5px 30px;
    margin: 0 0 5px 0;
    font-size: 21px;
    color: #CD3880;
    font-weight: bold;
    line-height: 160%;
}

#faq dd {
    background: url(../img/faq_a.jpg) no-repeat 0 10px;
    background-size: 15px;
    padding: 5px 5px 15px 30px;
    margin: 0 0 15px 0;
    border-bottom: 2px dashed #EEE;
}

#itemList_wrap {
display:none;}


.item_list div.item:nth-of-type(4n) {
    clear: both;
}


@media only screen and (max-width: 600px) {
.item_list div.item:nth-of-type(3n+1) {
    clear: none;
}

.item_list div.item:nth-of-type(2n+1) {
    clear: both;
}

#pickup {
    padding: 30px;
	}

#pickup .item_list .item {
    width: 46%;}
	
	

}
