@charset "Shift_JIS";





/*  voice-index style
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


.c5-storeItem__area{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    /*-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: ;*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c5-storeItem5 {
    width: 20%;
}

.c5-storeItem5 {
    box-sizing: border-box;
    font-family: sans-serif;
    font-size: 0.875rem;
    margin: 0 0 5px;
    padding: 0 5px;
    vertical-align: top;
}

.c5-storeItem5 > a {
    color: inherit;
    display: block;
    transition: opacity 0.2s ease 0s;
    text-decoration: none;
}

.c5-storeItem5 > a:hover{
    opacity: .8;
}
.c5-storeItem5 > a img {
    transition: opacity 0.2s ease 0s;
}

.c5-storeItem5__image {
}

.c5-storeItem5__image img {
    display: block;
    height: auto;
    width: 100%;
}

.c5-storeItem5 .s5-pickupLinks__eyecatcher{
    margin-bottom: 20px;
}

@media screen and (max-width: 959px) {
	
.c5-storeItem5 {
    display: inline-block;
    width: 33.333%;
}

}


@media screen and (max-width: 639px) {
	
.c5-storeItem5 {
    display: inline-block;
    width: 50%;
}

.c5-storeItem5 {
    font-size: 0.85714rem;
    margin: 0 0 5px;
    padding: 0 5px;
}

.c5-storeItem5 > a {
    color: inherit;
    display: block;
    transition: opacity 0.2s ease 0s;
}


.c5-storeItem5__image {
}

.c5-storeItem5 .s5-pickupLinks__eyecatcher{
    margin-bottom: 10px;
}
}


/*  voice-page style
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.s5-inStoreFeaturesItem1__text, .s5-inStoreFeaturesItem1A__text, .s5-inStoreFeaturesItem1B__text, .s5-inStoreFeaturesItem2__text, .s5-inStoreFeaturesItem3__text, .s5-inStoreFeaturesItem4__text {
    margin: 0 0 30px;
}

.c5-border {
	color: #f9f9f9;
	size: 1px;
	width: 60%;
}


