@charset "utf-8";

/* ------------------------------------------------------------------------------------------------------ 注釈 */

.note {
    max-width: 420px;
    margin: 0 auto 30px;
}

.note p {
    position: relative;
    padding-left: 1.5em;
}

.note p::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}


/* ------------------------------------------------------------------------------------------------------ Goods一覧 */
.goods-note {
    margin: 15px 0 0;
    text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5em;
}

.list-goods {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.list-goods li {
    margin: 40px 0 0;
    padding: 0;
}

.list-goods li a {
    display: block;
    position: relative;
}

.list-goods li a:after {
    content: "More";
    display: block;
    position: absolute;
    bottom: -18px;
    left: 50%;
    width: 88px;
    margin-left: -44px;
    background-color: #003a69;
    border-radius: 18px;
    text-align: center;
    line-height: 36px;
    color: #fff;
}

.list-goods li a h4 {
    margin: 0 0 6px;
    padding: 0;
    text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5em;
}

.list-goods li a div {
    background-color: #fff;
    box-shadow:
        0 2px 4px rgba(0, 0, 0, 0.04),
        0 6px 14px rgba(0, 0, 0, 0.08),
        0 18px 22px rgba(0, 0, 0, 0.1),
        0 30px 40px rgba(0, 0, 0, 0.13);
}

.list-goods li a div img {
    display: block;
}

.shop-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.shop-list li {
    position: relative;
    margin: 24px 0 0;
    padding: 0 0 0 1.7em;
    list-style: none;
    word-break: break-all;
}

.shop-list li:before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: #003a69;
    border-radius: 8px;
}

.shop-list li a {
    text-decoration: underline;
    color: #003a69;
}


@media screen and (max-width: 320px) {

.list-foods li:first-child {
    margin-top: 20px;
}

} /* max 320px -- */

@media screen and (min-width: 481px) {

.list-goods {
    padding-right: 20px;
    *zoom:1;
}
.list-goods:before,
.list-goods:after { content: ""; display: table; }
.list-goods:after { clear: both; }

.list-goods li {
    float: left;
    width: 50%;
    margin: 30px 20px 0 0;
}

.list-goods li:nth-child(even) {
    margin-right: -20px;
}

.list-goods li a h4 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5em;
}

} /* min 481px -- */

@media screen and (min-width: 641px) {

.list-goods {
    max-width: 606px;
    margin: 0 auto 20px;
}

.list-goods li {
    margin-top: 50px;
}

.list-goods li a h4 {
    margin-bottom: 10px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5em;
}

.shop-list {
    max-width: 606px;
    margin: 0 auto;
}

} /* min 481px -- */

@media screen and (min-width: 769px) {

.list-goods li a:hover:after {
	-webkit-transition: background-color 0.5s, color 0.5s;
	-moz-transition: background-color 0.5s, color 0.5s;
	-ms-transition: background-color 0.5s, color 0.5s;
	-o-transition: background-color 0.5s, color 0.5s;
	transition: background-color 0.5s, color 0.5s;
}

.list-goods li a:hover:after {
    background-color: #FFD925;
    color: #003a69;
}

.list-goods li a h4 span {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5em;
}

} /* min 769px -- */

