/* BASIC css start */
.store .wrapper {padding:0 45px; box-sizing:border-box; }
.tit_tabs {display:flex;justify-content: center;align-items: flex-start;margin: 0px 0 24px;padding: 0 16px;}
.tit_tabs a {font-size: 18px;color:#ccc;margin-right: 16px;font-weight:600;line-height: 1.3;}
.tit_tabs a.active {color:#000}
.tit_tabs a:last-child {margin-right:0}
.title h2 {margin: 60px 0 20px; text-align: center; color: #000; font-weight: bold; font-size: 25px;}

.nav_box {display:none; margin-bottom:24px;  }

.tab_box {display:flex;align-items: center;justify-content: flex-start;overflow-x: auto;padding: 0 10px 32px;box-sizing: border-box;}
.tab_box::-webkit-scrollbar {display: none;}
.tab_box a {box-sizing:border-box;display:flex;justify-content: center;align-items: center;height: 38px;border-radius:30px;padding: 0px 20px;border:1px solid #E0E0E0;margin-right:8px;color: #666;font-size: 12px;line-height: 1;}
.tab_box a:last-child {margin-right:0}
.tab_box a.active {background: #202020; color:#fff; }



.store_box {padding:0 16px; box-sizing:border-box}
.store_list {margin-top: 0px;font-size: 0;}
.store_list li {display: inline-flex;vertical-align:top;width: 100%;margin-right: 14px;margin-bottom:15px;box-sizing:border-box;padding: 16px;align-items: center;justify-content: space-between;min-height: 130px;background: #f7f7f7;}
.store_list li:nth-child(2n) {margin-right:0; }
.store_list li .info {width: calc(100% - 52px);}
.store_list li .name {font-size: 16px;margin-bottom: 10px;font-weight:600}
.store_list li .address {font-size: 14px;margin-bottom: 10px;font-weight:300;word-wrap: break-word;word-break:keep-all;line-height: 1.5;}
.store_list li .tel {font-size:20px; font-weight:600 }
.store_list li .map {width: 52px;}
.store_list li .tel {font-size: 14px;font-weight:600}

.area_box { display:none; text-align:right;  }
.area_box select {height:52px;width: 150px;font-size: 16px;}



/* BASIC css end */

