@charset "UTF-8";

/************************************************************
INDEX
************************************************************/

.area_list {
    display: inline-block;
    *display:inline;
    *zoom:1;
    width: 57%;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
}

.area_map {
    display: inline-block;
    *display:inline;
    *zoom:1;
    width: 43%;
    vertical-align: top;
}

.area_type {
    display: inline-block;
    *display:inline;
    *zoom:1;
    width: 49%;
    margin-right: 2%;
    vertical-align: top;
}

.area_keyword {
    display: inline-block;
    *display:inline;
    *zoom:1;
    width: 49%;
    vertical-align: top;
    font-size: 14px;
    line-height: 1;
}

.prefecture_list {
    display: inline-block;
    *display:inline;
    *zoom:1;
    list-style: none;
    margin-top: 20px;
    padding-right: 1px;
    width: 25%;
    font-size: 14px;
    line-height: 1;
    vertical-align: top;
}

.prefecture_list li {
    height: 24px;
}

.prefecture_list li.hokkaido-tohoku {
    margin-bottom:10px;
    height: 29px;
    border-bottom: 10px solid #00990b;
    color: #00990b;
    font-weight: bold;
}

.prefecture_list li.kanto-koshinetsu {
    margin-bottom:10px;
    height: 29px;
    border-bottom: 10px solid #00ccaa;
    color: #00ccaa;
    font-weight: bold;
}

.prefecture_list li.tokai-hokuriku {
    margin-bottom:10px;
    height: 29px;
    border-bottom: 10px solid #0074ff;
    color: #0074ff;
    font-weight: bold;
}

.prefecture_list li.kinki {
    margin-bottom:10px;
    height: 29px;
    border-bottom: 10px solid #3e00ff;
    color: #3e00ff;
    font-weight: bold;
}

.prefecture_list li.chugoku {
    margin-bottom:10px;
    height: 29px;
    border-bottom: 10px solid #f800ff;
    color: #f800ff;
    font-weight: bold;
}

.prefecture_list li.shikoku {
    margin-bottom:10px;
    height: 29px;
    border-bottom: 10px solid #ff004f;
    color: #ff004f;
    font-weight: bold;
}

.prefecture_list li.kyusyu-okinawa {
    margin-bottom:10px;
    height: 29px;
    border-bottom: 10px solid #ff6700;
    color: #ff6700;
    font-weight: bold;
}

label {
    cursor: pointer;
}

.area_map img {
    width: 100%;
    height: auto;
}

form .area_keyword input[type="text"] {
    margin-top: 20px;
    padding: 5px;
    width: 100%;
    height: 32px;
    border: 1px solid #999999;
    border-radius: 5px;
    font-size: 16px;
    line-height: 2;
}

.area_type select {
    margin-top: 20px;
    padding: 0 35px 0 5px;
    height: 30px;
    border: 1px solid #999999;
    border-radius: 5px;
    background:url('/assets/img/common/dropdown.gif') no-repeat right center;
    font-size: 14px;
    line-height: 1.4;
}

.btn_search {
    margin-top: 40px;
    padding: 30px 0 25px;
    border-top: none;
    border-bottom: none;
    background: #e6f1ed;
    text-align: center;
}

.btn_search li {
    display: inline-block;
    *display:inline;
    *zoom:1;
    width: 140px;
    height: 36px;
    margin: 0 10px 5px 0;
    border-radius: 18px;
    background: #e47e24;
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    vertical-align: middle;
}

.btn_search li a {
    display: block;
    padding: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
}

.btn_search li button {
    display: block;
    padding: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    cursor: pointer;
}

.btn_search li a .fa {
    color: #ffffff;
}

.btn_search li button .fa {
    color: #ffffff;
}

/* ---------------TB */

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

    .area_list {
        display: block;
        width: 100%;
    }

    .area_map {
        display:none;
    }

}

/* ---------------SP */

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

    .area_list {
        display: block;
        width: 100%;
    }

    .area_map {
        display:none;
    }

    .area_type {
        display: block;
        width: 100%;
        margin-right: 0
    }

    .area_keyword {
        display: block;
        width: 100%;
    }

    .prefecture_list {
        width:50%;
    }

}

/************************************************************
LIST
************************************************************/

.refine_search {
    margin-top: 20px;
    padding: 10px 0;
    border-top: 1px dotted #999999;
    border-bottom: 1px dotted #999999;
}

.refine_list {
    list-style: none;
    font-size: 0;
    text-align: center;
    line-height: 0;
}

.refine_item {
    display: inline-block;
    margin: 10px 0 0 20px;
    font-size: 14px;
    line-height: 1;
    vertical-align: middle;
}

.refine_item.first {
    margin: 10px 0 0 0;
}

.refine_item select {
    padding: 0 35px 0 5px;
    height: 30px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    background:url('/assets/img/common/dropdown.gif') no-repeat right center;
    font-size: 14px;
    line-height: 1.4;
}

.btn_refine {
    margin-top: 20px;
    text-align: center;
}

.btn_refine li {
    display: inline-block;
    *display:inline;
    *zoom:1;
    width: 140px;
    height: 36px;
    margin: 0 10px 5px 0;
    border-radius: 18px;
    background: #e47e24;
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
}

.btn_refine li a {
    display: block;
    padding: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
}

.btn_refine li button {
    display: block;
    padding: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    cursor: pointer;
}

.btn_refine li a .fa {
    color: #ffffff;
}

.btn_refine li button .fa {
    color: #ffffff;
}

.table_dealer {
    margin: 20px 0;
    width: 960px;
    border-collapse: separate;
    border-spacing: 1px;
    font-size: 12px;
    line-height: 1.4;
}

.table_dealer th {
    padding: 5px;
    background: #007851;
    color: #ffffff;
    vertical-align: middle;
}

.table_dealer td {
    padding: 5px;
    background: #efefef;
    vertical-align: middle;
}

.table_dealer td a {
    color: #e47e24;
}

.refine_item input[type="text"] {
    width:200px;
    height: 30px;
    border: 1px solid #999999;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1;
}
/************************************************************
MAP
************************************************************/
.battery-meister__block{
     display: block;
     background: #f9f9f9;
     padding: 10px;
     max-width: 100%;
     width: 80%;
}

/************************************************************
DETAIL
************************************************************/

.battery-meister {
    margin-top: 10px;
    padding: 5px;
    border-radius: 10px;
    background: #e5ac00;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

.electric-shop {
    margin-top: 10px;
    padding: 5px;
    border-radius: 10px;
    background: #02ccaa;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

.our-base {
    margin-top: 10px;
    padding: 5px;
    border-radius: 10px;
    background: #a6a6ff;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

.distributor {
    margin-top: 10px;
    padding: 5px;
    border-radius: 10px;
    background: #a6a6ff;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

.sales-outlet {
    margin-top: 10px;
    padding: 5px;
    border-radius: 10px;
    background: #a6a6ff;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

.other {
    margin-top: 10px;
    padding: 5px;
    border-radius: 10px;
    background: #b2b2b2;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

.area_photo {
    display: inline-block;
    *display:inline;
    *zoom:1;
    margin: 20px 2% 0 0;
    width:33%;
    vertical-align: top;
}

.area_gmap {
    display: inline-block;
    *display:inline;
    *zoom:1;
    margin: 20px 2% 0 0;
    width:33%;
    vertical-align: top;
}

.area_info {
    display: inline-block;
    *display:inline;
    *zoom:1;
    margin-top: 20px;
    width:30%;
    vertical-align: top;
}

.area_introduction {
    display: inline-block;
    *display:inline;
    *zoom:1;
    margin-top: 20px;
    margin-right: 2%;
    width:68%;
    vertical-align: top;
}

.area_re-search {
    display: inline-block;
    *display:inline;
    *zoom:1;
    margin-top: 20px;
    padding: 10px;
    width:30%;
    background: #eeeeee;
    vertical-align: top;
}

.area_photo .ttl4.nomt,
.area_gmap .ttl4.nomt,
.area_info .ttl4.nomt,
.area_introduction .ttl4.nomt,
.area_re-search .ttl4.nomt {
    margin:0 auto 0;
}

.area_photo .ttl4.nomt {
    margin-bottom: 10px;
}

.area_photo .photo_wrap {
    display: table;
    margin: auto;
    width: 316px;
    height: 316px;
}

.area_photo .photo {
    display: table-cell;
    width: 316px;
    height: 316px;
    background: #eeeeee;
    text-align: center;
    vertical-align: middle;
}

.area_photo .photo img {
    max-width: 316px;
    max-height: 316px;
    width: auto;
    height: auto;
}

.gmap_wrap {
    position: relative;
    margin-top: 10px;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
}

.gmap_wrap iframe,
.gmap_wrap object,
.gmap_wrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.area_re-search .ttl4.nomt {
    margin:0 auto 10px;
}

.area_re-search {
    font-size: 14px;
    line-height: 1;
}

.area_re-search select {
    margin: 5px 0 10px 0;
    padding: 0 35px 0 5px;
    width: 100%;
    height: 30px;
    border: 1px solid #999999;
    border-radius: 5px;
    background: #ffffff url('/assets/img/common/dropdown.gif') no-repeat right center;
    font-size: 14px;
    line-height: 1.4;
}

.area_re-search input[type="text"] {
    margin: 5px 0 10px 0;
    width: 100%;
    height: 30px;
    background: #ffffff;
    border: 1px solid #999999;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1;
}

/* ---------------SP */

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

    .area_photo {
        display: block;
        width:100%;
    }

    .area_gmap {
        display: block;
        width:100%;
    }

    .gmap_wrap {
        padding-bottom: 60%;
    }

    .area_info {
        display: block;
        width:100%;
    }

    .area_introduction {
        display: block;
        width:100%;
    }

    .area_re-search {
        display: block;
        width:100%;
    }

}

/* ---------------SP */

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

    .area_photo .photo img {
        max-width: 100%;
        max-height: 100%;
    }

}

/* ---------------map */
.img-usemap {
    position: relative;
}
.usemap-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    pointer-events: none;
}
.usemap-hover img {
    display: none;
    width: 100%;
    height: 100%;
}
.img-usemap *:hover {
    outline: none;
}
/* --------------- sp map */
.img-usemap-sp{
    display: none;
}
@media screen and (max-width: 767px){
    .img-usemap-sp{
        display: block;
    }
    .img-usemap{
        display: none;
    }
    .img-usemap-sp-list{
        list-style: none;
        font-size: 1.6rem;
        text-align: center;
    }
    .img-usemap-sp-sublist{
        list-style: none;
    }
    .img-usemap-sp-list > li{
        margin-bottom: 10px;
    }
    .img-usemap-sp-list li .img-usemap-sp-tit{
        color: #fff;
        padding: 10px 0;
        font-weight: bold;
        position: relative;
    }
    .img-usemap-sp-list li .img-usemap-sp-tit::after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 5.5px 8px 5.5px;
        border-color: transparent transparent #fff transparent;
        position: absolute;
        top: 18px;
        right: 48px;
        transform: rotate(-180deg);
    }
    .img-usemap-sp-list li .img-usemap-sp-tit.open::after{
        transform: rotate(0deg);
    }
    .img-usemap-sp-list li .img-usemap-sp-sublist{
        display: none;
    }
    .img-usemap-sp-list li .img-usemap-sp-sublist li{
        border-bottom: 1px solid #fff;
    }
    .img-usemap-sp-list > li:first-child .img-usemap-sp-tit{
        background: #5078B4;
    }
    .img-usemap-sp-list > li:nth-child(2) .img-usemap-sp-tit{
        background: #46A398;
    }
    .img-usemap-sp-list > li:nth-child(3) .img-usemap-sp-tit{
        background: #96C155;
    }
    .img-usemap-sp-list > li:nth-child(4) .img-usemap-sp-tit{
        background: #EBA052;
    }
    .img-usemap-sp-list > li:nth-child(5) .img-usemap-sp-tit{
        background: #3C9DD0;
    }
    .img-usemap-sp-list > li:nth-child(6) .img-usemap-sp-tit{
        background: #E06A69;
    }
    .img-usemap-sp-list > li:nth-child(7) .img-usemap-sp-tit{
        background: #8A7EB3;
    }
    .img-usemap-sp-list > li:first-child .img-usemap-sp-sublist{
        background: #becfe8;
    }
    .img-usemap-sp-list > li:nth-child(2) .img-usemap-sp-sublist{
        background: #bcf1ea;
    }
    .img-usemap-sp-list > li:nth-child(3) .img-usemap-sp-sublist{
        background: #ddf1bf;
    }
    .img-usemap-sp-list > li:nth-child(4) .img-usemap-sp-sublist{
        background: #f7e6d4;
    }
    .img-usemap-sp-list > li:nth-child(5) .img-usemap-sp-sublist{
        background: #b1d4e6;
    }
    .img-usemap-sp-list > li:nth-child(6) .img-usemap-sp-sublist{
        background: #f1cccc;
    }
    .img-usemap-sp-list > li:nth-child(7) .img-usemap-sp-sublist{
        background: #d4cee8;
    }
    .img-usemap-sp-list li .img-usemap-sp-sublist li a{
        display: block;
        padding: 10px 0;
    }
    .img-usemap-sp-list li .img-usemap-sp-sublist li a:hover{
        opacity: .6;
    }
}
