﻿.banner{position:relative;}
.banner-title {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
    color: #fff;
    width:100%;
}
.engTitle {
    font-size: 1.25rem;
    text-transform: uppercase;
    line-height: 1.2;
    position: relative;
    z-index: 1;
}
.chTitle {
    font-weight: bold;
    font-size: 2.25rem;
}
.introduct {
    font-size: 3rem;
    font-weight: bold
}
.desc {
    font-size: 1rem;
    margin-top: 2rem;
}
.company{padding:0 10%}
.content {
    background: #f2f2f2;
    margin: -26% auto 0;
    position: relative;
    z-index: 1;
    padding: 3rem;
}
.title {
    font-weight: bold;
    font-size: 1.75rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 2rem;
}
.info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 3rem 0;
}
.info-right{margin-left:5rem;flex:1}
.info dl{display:flex;margin-bottom:2rem}
.info dl dt {
    font-size: 1rem;
    margin-right: 2rem;
    color: #9b9b9b;
}
.info dl dd{font-weight: bold;font-size: 1.25rem;flex:1}
.shops {
    margin: 6rem 8.333% 10rem;
}
.shop-content {
    margin-top: 4rem;
}
.shop-title {
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}
.map {
    background: #007765;
    font-size: .75rem;
    padding: 0.15rem 0.5rem;
    border-radius: 3px;
    vertical-align: middle;
    color:#fff
}
.shop-content p {
    font-size: 1rem;
    color: #8f8f8f;
}