@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    stores_sp.css
*
*
------------------------------------------------------------------------------------------ */
/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 640px;
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {

/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#stores #mv{
    background-position: center;
    background-size: cover;
    position: relative;
    color: #fff;
}

#stores #mv:before{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    left: 0;
}

#stores #mv img{
    width: 100%;
    min-height: 300px;
    visibility: hidden;
}

#stores #mv .section_wrap{
    width: 100%;
    height: 100%;
    margin: auto;
    text-align: center;
    display: table;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

#stores #mv .section_wrap .section_inner{
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

#stores #mv h1{
    margin: 0 0 25px 0;
    font-size: 20px;
    letter-spacing: .2em;
}

#stores #mv .desc{
    font-size: 13px;
    letter-spacing: .1em;
    line-height: 2em;
}

.head_btn_detail{
    width: 180px;
    margin: 0 auto;
    position: relative;
    top: -20px;
    z-index: 11;
}

.head_btn_detail a{
    width: 180px;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    display: block;
    text-align: center;
    font-size: 13px;
    color: #fff;
    letter-spacing: .1em;
    background-color: #ff8000;
    transition: opacity .1s ease .0s;
}

.is_pc .head_btn_detail a:hover,
.is_sp .head_btn_detail a.touch{
    opacity: .7;
    transition: opacity .15s ease .05s;
}


/* --------------------------------------------------
*
    #store_lists
*
-------------------------------------------------- */
#store_lists{
}

#store_lists h2{
    height: 100px;
    line-height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    color: #ff8000;
    text-align: center;
    font-size: 15px;
    letter-spacing: .05em;
}

#store_lists .stores_eat h2{ background-image:url(../images/stores/parts_title_bg_food.png);}
#store_lists .stores_clothes h2{ background-image:url(../images/stores/parts_title_bg_clothes.png);}
#store_lists .stores_life h2{ background-image:url(../images/stores/parts_title_bg_life.png);}
#store_lists .stores_hobonichi h2{ background-image:url(../images/stores/parts_title_bg_hobo.png);}

#store_lists section.stores_eat{ background-color: #fff;}
#store_lists section.stores_hobonichi{ background-color: #fff;}

#store_lists .section_inner{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

#store_lists ul{
    width: calc(100% + 10px);
    padding: 0 0 0 0;
    letter-spacing: -.40em;
    position: relative;
}

#store_lists li{
    width: calc(50% - 10px);
    box-sizing: border-box;
    opacity: 0;
    margin: 0 10px 35px 0;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
}

#store_lists li a{
    display: block;
    color: #666;
    transition: color .1s ease .0s;
    position: relative;
}

#store_lists li a.new:after{
    content: 'NEW';
    height: 18px;
    padding: 0 10px;
    color: #fff;
    background-color: #ff0000;
    display: block;
    font-size: 11px;
    font-weight: 500;
    line-height: 18px;
    border-radius: 3px;
    position: absolute;
    top: -9px;
    right: 0px;
}

.is_pc #store_lists li a:hover,
.is_sp #store_lists li a.touch{
    color: #ff8000;
    transition: color .15s ease .05s;
}

#store_lists li .pic{
    margin: 0 0 10px 0;
    overflow: hidden;
}

#store_lists li .pic img{
    margin-top: 0 !important;
    opacity: 1 !important;
}

#store_lists li .desc{
    margin: 0 0 5px 0;
    padding: 0 10px;
}

#store_lists li .map_num{
    width: auto;
    margin: 0 0 5px 0;
    display: block;
    vertical-align: middle;
}

#store_lists li .map_num span{
    width: 40px;
    padding: 4px 5px;
    border-radius: 3px;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    background-color: #32b200;
    font-size: 11px;
    letter-spacing: .1em;
    color: #fff;
}

#store_lists li h3{
    clear: both;
    display: block;
    vertical-align: middle;
    font-size: 13px;
    letter-spacing: .1em;
    line-height: 1.4em;
}

#store_lists li .name{
    padding: 0 10px;
    font-size: 12px;
    letter-spacing: .1em;
    line-height: 1.4em;
    word-break: break-word;
    word-wrap: break-word;
}

#store_lists li .map_num span.coming{
    width: inherit;
    padding: 4px 6px 5px 6px;
    margin: 0 0 0 5px;
    height: auto;
    line-height: inherit;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    background-color: #ff8000;
    font-size: 10px;
    letter-spacing: 0em;
    color: #fff;
    white-space: nowrap;
    position: relative;
}


/* --------------------------------------------------
*
    #modal_detail
*
-------------------------------------------------- */
.modal_wrap{
    display: none;
}




/* --------------------------------------------------
*
    #modal
*
-------------------------------------------------- */
.modal_on #wrap{
    display: none;
}

#modal{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: none;
    visibility: hidden;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 65535;
}

#modal_wrapper{
    box-sizing: border-box;
    display: inline-block;
    margin: 0 auto;
    padding-bottom: 30px;
    text-align: center;
    position: relative;
    z-index: 2;
    top: 0 !important;
}

#modal_inner{
    display: inline-block;
    background-color: #fff;
    border-radius: 0;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    text-align: center;
    position: relative;
    z-index: 2;
}

#modal .overlay{
    width: 100%;
    height: 100%;
    background-color: #fff3df;
    opacity: .8;
    -ms-filter: "alpha(opacity=80)";
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
}

#modal .btn_close{
    content: '閉じる';
    width: 100%;
    height: 35px;
    color: #fff;
    font-size: 14px;
    background-color: #666;
    background-repeat: no-repeat;
    border-radius: 0;
    line-height: 35px;
    letter-spacing: .1em;
    position: fixed;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 2;
    cursor: pointer;
    transition: opacity .1s ease;
}

#modal .btn_close:hover{
    opacity: .7;
    -ms-filter: "alpha(opacity=70)";
}

#modal_data{
    box-sizing: border-box;
    padding: 20px 15px 0 15px;
    display: inline-block;
    text-align: left;
}

#modal_data h3{
    margin: 40px 0 25px 0;
    font-size: 16px;
    letter-spacing: .1em;
}

#modal_data p{
    margin: 0 0 25px 0;
    font-size: 13px;
    line-height: 2em;
    letter-spacing: .1em;
}

.is_pc #modal_data p a:hover,
.is_sp #modal_data p a.touch{
    text-decoration: underline;
}




} /* ----- max-width: 640px ----- */
