/* BASIC css start */
.store .wrapper {padding:0 45px; box-sizing:border-box; }
.tit_tabs {display:flex;justify-content: center;align-items: flex-start; margin:40px 0;}
.tit_tabs a {font-size:32px; color:#ccc; margin-right:60px; font-weight:600}
.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; }
.nav_tabs {display:flex;margin:40px 0;justify-content: center;align-items: flex-start;}
.nav_tabs li {text-align:center; margin-right:8px; }
.nav_tabs li:last-child {margin-right:0; }
.nav_tabs li a {padding: 13px 24px;height: 42px;box-sizing:border-box;border-radius: 25px;background:#F7F7F7;color:#666666;display: inline-block;}
.nav_tabs li.active a {background:#000; color:#fff}

.store_list {margin-top:72px;font-size: 0;}
.store_list li {display: inline-flex; vertical-align:top;width: calc(50% - 7px);margin-right: 14px;margin-bottom:15px;box-sizing:border-box;padding: 48px;align-items: center;justify-content: space-between; background:#f9f9f9}
.store_list li:nth-child(2n) {margin-right:0; }
.store_list li .info {width:calc(100% - 96px); }
.store_list li .name {font-size:20px; margin-bottom:24px; font-weight:600 }
.store_list li .address {font-size:20px; margin-bottom:24px; font-weight:300 }
.store_list li .tel {font-size:20px; font-weight:600 }
.store_list li .map {width:96px;  }.store_list li .tel {font-size:20px; font-weight:600 }

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


/* BASIC css end */

