.banner-store {
    margin: 2.5rem 0;
    background-color: #fff;
}

.banner-store .store-img img {
    width: 100%;
    height: 30rem;
    border-radius: 2rem;
}

.store-img-left,
.store-img-right {
    height: 30rem;
    line-height: 30rem;
    text-align: center;
}
    .store-img-left a,
    .store-img-right a{
        color:#c1bdbd;
    }
    .store-name {
        font-size: 2rem;
        font-weight: bold;
        color: #0baeb6;
    }
.store-call {
    display: flex;
    justify-content: center;
    margin-bottom:2rem;
}
.store-phone {
    /*height: 5rem;
    display: flex;
    justify-content: center;
    align-items: Center;
    margin-bottom: 3rem;*/
    height: 5rem;
    background: -webkit-linear-gradient(left, #00a1a7, #1fcdd1);
    width: 80%;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: Center;
}

.store-phone a {
    /*background: -webkit-linear-gradient(left, #00a1a7, #1fcdd1);
    width: 80%;
    height: 5rem;
    line-height: 5rem;
    border-radius: 100px;
    color: #fff;
    padding-left: 1rem;
    text-align: center;*/
    font-size: 1.7rem;
    font-weight: bold;
    color: #fff;
}

    .store-phone a span {
        /*margin: 0 1rem;
        background-color: #fff;
        color: #00a1a7;
        padding: 0 1.8rem;
        border-radius: 50px;*/
        background-color: #fff;
        color: #00a1a7;
        font-size:2rem;
        padding: 0 0.8rem;
        margin:0 1rem;
        border-radius: 50px;
    }

.store-address {
    padding-bottom: 3rem;
}

.store-address table {
    width: 100%;
}

.store-address table th {
    width: 20%;
}

.store-address table td {
    width: 80%;
}

.store-address table th img {
    width: 5rem;
    height: 5rem;
}

.store-address table th,
.store-address table td {
    height: 8rem;
}

.store-address table td span:first-child {
    font-weight: bold;
}

.am-intro-hd {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: -webkit-linear-gradient(left, #00a1a7, #1fcdd1);
}

.am-intro-bd {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background: #fff;
}

.am-intro {
    margin-bottom: 3rem;
}

.map-tainer {
    margin-bottom: 3rem;
}

.map {
    height: 50rem;
}

.search-store {
    padding-bottom: 3rem;
}

.search-store a {
    font-size: 3rem;
    background-color: #fff;
    padding: 1.5rem 2rem;
    border-radius: 25px;
}q

.search-store a span {
    margin-left: 1rem;
}

.search-store a:hover,
.search-store a:focus {
    background-color: #00a1a7;
    color: #fff;
}

@media (max-width:769px) {1
    .store-name {
        font-size: 1.5rem;
    }
    .map {
        height: 25rem;
    }
    .search-store a {
        height: 4rem;
        font-size: 1.7rem;
    }
    
}


/*·þÎñÍøÂç*/
.server{
	width: 97%;
	margin: 0.2rem 0.1rem 0.3rem 0.1rem;
}
.server p:nth-child(1){
	font-size: 0.3rem;
	color: #333;
	text-align: center;
	font-weight: bold;
}
.servernetwork{
	width: 62%;
	margin:0 auto;
}
.serverarea{
	width: 98%;
	margin-top: 0.2rem;
	margin-left: 2%;
}
.serverarea li{
	width: 22%;
	height:0.7rem;
	line-height: 0.7rem;
	background: #f1f1f1;
	margin-bottom: 1%;
	margin:1.3%; 
	text-align: center;
	border-radius: 4px;
	float: left;
	font-size:0.3rem;
}
