@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    map_sp.css
*
*
------------------------------------------------------------------------------------------ */
/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 640px;
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
#contents_area{
    padding-top: 40px;
}

/* --------------------------------------------------
*
    #map_body
*
-------------------------------------------------- */
#yodogawa{
    padding: 0 0 35px 0;
    text-align: left;
}

#yodogawa .inner{
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

#yodogawa .inner p{
    line-height: 2em;
    font-size: 14px;
    letter-spacing: .05em;
}

.map_all{
    padding: 20px 0;
    text-align: center;
    background-color: #ede7df;
    line-height: 0;
}

.map_all img{
    width: 100%;
    max-width: 480px;
}

.map_all .img_map{
    display: inline-block;
    position: relative;
}

.map_all a{
    display: block;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.map_all a.a_tanoshimi{ width: 55%; height: 46%; top: 56%; left: 10%;}
.map_all a.a_ldk{ width: 38%; height: 26%; top: 20%; left: 4%;}
.map_all a.a_wak{ width: 42%; height: 31%; top: 2%; left: 52%;}
.map_all a.a_suteki{ width: 27%; height: 60%; top: 35%; left: 68%;}

.map_tanoshimi{
    padding: 20px 0;
    text-align: center;
}

#map_body h2{
    padding: 5px 0;
    text-align: center;
    background-color: #451c1d;
}

#map_body h2 img{
    width: auto;
    height: 40px;
}

#map_body h3{
    padding: 10px 0;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background-color: #7d7d7d;
}

#map_body .desc{
    padding: 15px 0 20px 0;
    background-color: #eeeeee;
}

#map_body .desc .inner{
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box;
}

#map_body .desc p{
    font-size: 14px;
    line-height: 2em;
}

#map_body .map{
    padding: 30px 0;
    margin: 0 auto;
}

#map_body .map .l{
    padding: 0 0 40px 0;
    text-align: center;
    vertical-align: top;
    position: relative;
}

#map_body .l img{ width: 90%;}
#map_body #a .l img{ max-width: 414px;}
#map_body #b .l img{ max-width: 414px;}
#map_body #c .l img{ max-width: 414px;}
#map_body #d .l img{ max-width: 414px;}
#map_body #e .l img{ max-width: 415px;}
#map_body #f .l img{ max-width: 416px;}
#map_body #g .l img{ max-width: 323px;}
#map_body #l .l img{ max-width: 172px;}

#map_body .map .r{
    box-sizing: border-box;
    vertical-align: top;
}

#map_body .map ul{
    border-top: 1px solid #eee;
    margin: -15px 10px 0 10px;
}

#map_body .map li{
    border-bottom: 1px solid #eee;
    display: block;
}

#map_body .map li img{
    opacity: 1 !important;
}

#map_body .map a{
    width: 100%;
    padding: 15px 0;
    display: table;
    color: #000;
    transition: background .15s ease .0s;
    position: relative;
}

#map_body .map .on a,
.is_pc #map_body .map a:hover,
.is_sp #map_body .map a.touch{
    background-color: #fff7f2;
    transition: background .2s ease .05s;
}

#map_body .map li .area,
#map_body .map li .name,
#map_body .map li .ico{
    display: table-cell;
    vertical-align: top;
}

#map_body .map li .area{
    width: 32px;
    min-width: 32px;
}

#map_body .map li .area img{
    width: 100%;
    background-color: #000;
    border-radius: 46px;
}

#map_body .map li .name{
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

#map_body .map li h4{
    margin: 0 0 5px 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5em;
}

#map_body .map li .exhibitor{
    color: #fa6b18;
    font-size: 12px;
    line-height: 1.5em;
    word-break: break-word;
}

#map_body .map li .exhibitor span{
    margin: 0 5px;
    display: inline-block;
    color: #000;
}

#map_body .map li .ico{
    width: 48px;
    min-width: 48px;
}

#map_body .map li .ico img{
    width: 48px;
    height: 48px;
    border-radius: 5px;
}

.misc img{
    width: 86px !important;
}



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

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

#map_nav_inner{
    margin: 0 auto;
}

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

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

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

#map_nav h4:hover{
    color: #fff;
    opacity: .8;
    transition: opacity .15s ease .05s;
}

#map_nav h4:after{
    content: '';
    width: 15px;
    height: 100%;
    display: block;
    background-image:url(../images/map/parts_arrow_btm.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    position: absolute;
    top: 0;
    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(https://seikatsunotanoshimi.1101.com/2018_autumn/wp-content/themes/tanoshimi_2018autumn/common/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;
}


#map_body .map .flag p{
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transform: translateY(25px);
    transition: opacity .15s ease .0s, transform .15s cubic-bezier(0.175, 0.885, 0.32, 1.275) .0s;
}

#map_body .map .flag p.on{
    opacity: 1;
    transform: translateY(0);
    transition: opacity .25s ease .2s, transform .45s cubic-bezier(0.175, 0.885, 0.32, 1.275) .2s;
}



#map_body .map li a:after{
    content: 'お店をくわしく見る';
    width: 120px;
    height: 24px;
    text-align: center;
    box-sizing: border-box;
    padding: 6px 6px;
    display: block;
    opacity: 0;
    background-color: #32b200;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    bottom: 5px;
    right: 5px;
    transform: scale(.9);
    transition: opacity .1s ease .0s, transform .1s ease .0s;
    z-index: 2;
}

#map_body .map li.on a{ color: #666 !important;}
#map_body .map li.on a:after{
    opacity: 1;
    transform: scale(1);
    transition: opacity .2s ease .15s, transform .2s ease.15s;
}

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