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

/* --------------------------------------------------
*
    #map_nav
*
-------------------------------------------------- */
.search_store .search_inner{
/*    display: block !important; */
}

#map_nav{
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #aeaeae;
    clear: both;
    position: fixed;
    letter-spacing: -.40em;
    top: 45px;
    left: 0;
    z-index: 3;
}

#map_nav_inner{
    margin: 0 auto;
}

#map_nav .nav_wrap{
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

#map_nav h4{
    padding: 10px 0 10px 10px;
    font-size: 12px;
    letter-spacing: .1em;
/*    border-top: 1px solid #666; */
    position: relative;
    cursor: pointer;
    transition: color .1s ease .0s;
}

#map_nav .on h4{
    background-color: #666;
    color: #fff !important;
    transition: color .0s ease .0s !important;
}

#map_nav h4:hover{
    color: #ff8200;
    transition: color .15s ease .05s;
}

#map_nav h4:after{
    content: '';
    width: 9px;
    height: 100%;
    display: block;
    background-image:url(../images/parts_arrow_btm.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px;
    position: absolute;
    top: 0;
    right: 5px;
}

#map_nav h4:after{
    content: '';
    width: 9px;
    height: 5px;
    display: block;
    background-image:url(../images/parts_arrow_btm.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px;
    position: absolute;
    top: 15px;
    right: 10px;
    transform-origin: center;
    -webkit-transition: transform .1s ease .0s;
    transition: transform .1s ease .0s;
    -webkit-transition: transform .1s ease .0s;
}

#map_nav .on h4:after{
    width: 12px;
    height: 12px;
    background-size: 12px;
    background-image:url(../images/parts_ico_close.png);
    transform: rotate(-90deg);
    transition: transform .15s ease 0s;
    -webkit-transform: rotate(-90deg);
    -webkit-transition: transform .15s ease 0s;
    top: 11px;
}

#map_nav .search_inner{ display: none;}
#map_nav .search_inner{
    width: 100%;
    background-color: rgba(255, 255, 255, .97);
    padding: 0 0 60px 0;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    position: absolute;
    top: 33px;
    left: 0;
    z-index: 2;
}

.is_sp #map_nav .search_inner{
    min-height: calc(100vh - 45px);
}

#map_nav .search_inner .cat{
    padding: 15px 10px 0 10px;
    font-size: 12px;
    letter-spacing: .1em;
}

#map_nav .search_inner .cat:last-child{
    padding-bottom: 40px;
}

#map_nav .search_inner .cat h5{
    margin: 0 0 15px 5px;
    color: #ff8000;
}

#map_nav .search_inner .cat ul{
    width: calc(100% + 10px);
    padding: 0 0 20px 0;
    letter-spacing: -.40em;
}

#map_nav .search_inner .cat li{
    width: 100%;
    margin: -1px 10px 0 0;
    display: inline-block;
    vertical-align: top;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

#map_nav .search_inner .cat li a{
    width: 100%;
    min-height: 40px;
    height: auto !important;
    padding: 10px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 5px;
    display: table;
    color: #666;
    letter-spacing: .1em;
    line-height: 1.4em;
    transition: color .1s ease .0s, background .1s ease .0s;
}

#map_nav .search_exhibitor .search_inner .cat li a{
    background-image:url(../images/parts_arrow_right.png);
}

#map_nav .search_inner .cat li a span{
    width: 100%;
    padding: 0 15px 0 0;
    display: table-cell;
    vertical-align: middle;
}

#map_nav .search_inner .cat li a .m_num{
    font-weight: 500;
    color: #ff8000 !important;
    min-width: 25px;
    padding: 0;
    text-align: left;
    white-space: nowrap;
}


.is_pc #map_nav .search_inner .cat li a:hover,
.is_sp #map_nav .search_inner .cat li a.touch{
    color: #ff8200;
    background-position: calc(100% - 5px) center;
    transition: color .15s ease .05s, background .15s ease .05s;
}


/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    margin: 30px 0 0 0;
    min-height: 120px;
    background-position: center;
    background-color: #fff3df;
    background-size: cover;
    position: relative;
}

#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;
}

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

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

/* --------------------------------------------------
*
    .map_area
*
-------------------------------------------------- */
#all{
    padding: 40px 15px;
    text-align: center;
    background-color: #fff;
}

#all img{
    width: 100%;
}

.map_area{
    padding: 0 0 20px 0;
    background-color: #fff;
}

.map_area:nth-child(even){
    background-color: #f3f3f3;
}

.map_area .img_map{
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden;
    position: relative;
}

.map_area .img_map:after{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.map_area .img_map img{
    width: 100%;
    max-width: 480px;
    display: block;
    margin: 0 auto;
}

.map_area .img_map .bg{
    position: relative;
    top: 0;
    left: 0;
}

.map_area .img_map .flag{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 2;
}

.map_area .img_map .flag li{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .1s ease .0s, transform .1s ease .0s;
}

.map_area .img_map .flag li.on{
    opacity: 1;
    transform: translateY(0);
    transition: opacity .15s ease .15s, transform .15s ease .15s;
}

.store_list{
    margin: 0 auto;
    padding: 0 10px;
    opacity: 0;
}

.store_list ul{
    letter-spacing: -.40em;
    line-height: 0;
}

.store_list li{
    height: auto !important;
    margin: 0 0 -1px 0;
    display: block;
    vertical-align: top;
    letter-spacing: .05em;

    border-top: 1px solid #8cc8e6;
    border-bottom: 1px solid #8cc8e6;
    cursor: pointer;
}

.store_list li a{
    width: 100%;
    height: 100%;
    line-height: normal;
    box-sizing: border-box;
    padding: 8px 5px;
    color: #666;
    display: table;
    position: relative;
    transition: color .1s ease .0s;
    word-wrap: break-word;
    word-break: break-all;
}

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

.store_list li a:before{
    content: 'お店をくわしく見る';
    width: 120px;
    height: 25px;
    text-align: center;
    box-sizing: border-box;
    padding: 4px 8px;
    display: block;
    opacity: 0;
    background-color: #32b200;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    bottom: calc(5px);
    right: calc(5px);
    letter-spacing: 0;
    white-space: nowrap;
    transform: scale(.9);
    transition: opacity .1s ease .0s, transform .1s ease .0s;
    -webkit-transform: scale(.9);
    -webkit-transition: opacity .1s ease .0s, transform .1s ease .0s;
    z-index: 2;
}

.store_list li.on a{ color: #666 !important;}
.store_list li.on a:before{
    opacity: 1;
    transform: scale(1);
    transition: opacity .2s ease-in .15s, transform .2s ease-in.15s;
    -webkit-transform: scale(1);
    -webkit-transition: opacity .2s ease-in .15s, transform .2s ease-in.15s;
}

.store_list li a:after{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    background-color: rgba(245, 160, 100, .2);
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .1s ease .0s;
}

.store_list li.on a:after{
    opacity: 1;
    transition: opacity .15s ease .05s;
}

.store_list li .col{
    display: table-cell;
    vertical-align: middle;
}

.store_list li .col.ico{
    width: 66px;
    min-width: 66px;
}

.store_list li .col .img{
    width: 56px;
    height: 56px;
    overflow: hidden;
    line-height: 0;
}

.store_list li .col .img img{
    width: 100%;
}

.store_list li .col.title{
    width: 100%;
}

.store_list li .col .name{
    margin: 0 0 0 0;
    font-size: 11px;
    line-height: 1.5em;
}

.store_list li .col h3{
    margin: 0 0 5px 0;
    font-size: 13px;
    line-height: 1.4em;
}

.store_list li .col .cat{
    color: #999;
    font-size: 12px;
}

.store_list li .col.num{
    min-width: 48px;
    text-align: center;
}

.store_list li .col .m_num{
    font-size: 18px;
    letter-spacing: 0;
}


#a li{ border-color: #8cc8e6;}
#a li .m_num{ color: #8cc8e6;}
#b li{ border-color: #f5e164;}
#b li .m_num{ color: #f5e164;}
#c li{ border-color: #6ec878;}
#c li .m_num{ color: #6ec878;}
#d li{ border-color: #aaaad2;}
#d li .m_num{ color: #aaaad2;}
#e li{ border-color: #64c8be;}
#e li .m_num{ color: #64c8be;}
#f li{ border-color: #f09191;}
#f li .m_num{ color: #f09191;}
#g li{ border-color: #cdaf80;}
#g li .m_num{ color: #cdaf80;}
#h li{ border-color: #f5a064;}
#h li .m_num{ color: #f5a064;}


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