/* BASIC css start */
/* =========================================================
   COMPANY LAYOUT
========================================================= */

#contentWrap.akcompany-layout {
    display:block;
    width:1100px;
    max-width:1100px;
    margin:0 auto;
    padding:55px 0 80px;
    box-sizing:border-box;
}

#contentWrap.akcompany-layout::after {
    display:block;
    clear:both;
    content:"";
}

#contentWrap.akcompany-layout > #aside {
    float:left;
    width:210px;
    margin:0;
}

#contentWrap.akcompany-layout > #content.akcompany-content {
    float:right;
    width:860px;
    min-width:0;
    margin:0;
    padding:0;
}


/* =========================================================
   BASE
========================================================= */

#akstore.akstore-page {
    width:100%;
    margin:0;
    padding:0;
    color:#222;
    box-sizing:border-box;
}

#akstore,
#akstore * {
    box-sizing:border-box;
}


/* =========================================================
   PAGE HEAD
========================================================= */

#akstore .akcompany-page-head {
    margin:0 0 32px;
}

#akstore .akcompany-page-head > span {
    display:block;
    margin:0 0 6px;
    color:#7189a3;
    font-size:11px;
    font-weight:700;
    letter-spacing:.1em;
}

#akstore .akcompany-page-head h1 {
    margin:0 0 9px;
    color:#111;
    font-size:30px;
    line-height:1.35;
    font-weight:700;
}

#akstore .akcompany-page-head p {
    margin:0;
    color:#555;
    font-size:15px;
    line-height:1.75;
}


/* =========================================================
   INTRO
========================================================= */

#akstore .akstore-intro {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:32px;
    margin-bottom:54px;
    padding:36px 36px;
    border-radius:10px;
    background:#526b84;
}

#akstore .akstore-intro-text {
    flex:1;
    min-width:0;
}

#akstore .akstore-intro-text > span {
    display:block;
    margin-bottom:8px;
    color:#cad7e2;
    font-size:11px;
    font-weight:700;
    letter-spacing:.09em;
}

#akstore .akstore-intro h2 {
    margin:0 0 15px;
    color:#fff;
    font-size:26px;
    line-height:1.5;
    font-weight:700;
}

#akstore .akstore-intro p {
    margin:0 0 7px;
    color:#e4e9ed;
    font-size:14px;
    line-height:1.8;
}

#akstore .akstore-intro p:last-child {
    margin-bottom:0;
}

#akstore .akstore-intro-call {
    flex:0 0 215px;
    padding:21px 18px;
    border-radius:8px;
    background:#fff;
    text-align:center;
}

#akstore .akstore-intro-call > span {
    display:block;
    margin-bottom:4px;
    color:#7189a3;
    font-size:12px;
    font-weight:700;
}

#akstore .akstore-intro-call strong {
    display:block;
    color:#174d7c;
    font-size:27px;
    line-height:1.35;
    font-weight:800;
}

#akstore .akstore-intro-call em {
    display:block;
    margin-top:5px;
    color:#666;
    font-size:11px;
    font-style:normal;
}


/* =========================================================
   SECTIONS
========================================================= */

#akstore .akstore-section {
    margin-bottom:54px;
}

#akstore .akstore-section-head {
    margin-bottom:18px;
}

#akstore .akstore-section-head > span {
    display:block;
    margin-bottom:5px;
    color:#7189a3;
    font-size:11px;
    font-weight:700;
    letter-spacing:.09em;
}

#akstore .akstore-section-head h2 {
    margin:0 0 8px;
    color:#111;
    font-size:22px;
    line-height:1.45;
    font-weight:700;
}

#akstore .akstore-section-head p {
    margin:0;
    color:#666;
    font-size:13px;
    line-height:1.75;
}


/* =========================================================
   MAIN PHOTO
========================================================= */

#akstore .akstore-main-photo {
    overflow:hidden;
    width:100%;
    border:1px solid #dce3ea;
    border-radius:10px;
    background:#f5f7f9;
}

#akstore .akstore-main-photo img {
    display:block;
    width:100%;
    height:auto;
    margin:0;
    padding:0;
    border:0;
}

#akstore .akstore-photo-copy {
    margin-top:12px;
    padding:19px 21px;
    border:1px solid #dce3ea;
    border-radius:8px;
    background:#f7f9fb;
}

#akstore .akstore-photo-copy strong {
    display:block;
    margin-bottom:6px;
    color:#222;
    font-size:15px;
    font-weight:700;
}

#akstore .akstore-photo-copy p {
    margin:0;
    color:#666;
    font-size:13px;
    line-height:1.75;
}


/* =========================================================
   SERVICE
========================================================= */

#akstore .akstore-service {
    display:grid;
    grid-template-columns:.82fr 1.18fr;
    overflow:hidden;
    margin-bottom:54px;
    border:1px solid #dce3ea;
    border-radius:10px;
    background:#fff;
}

#akstore .akstore-service-text {
    padding:31px 28px;
    background:#f5f8fb;
}

#akstore .akstore-service-text > span {
    display:block;
    margin-bottom:7px;
    color:#7189a3;
    font-size:11px;
    font-weight:700;
    letter-spacing:.09em;
}

#akstore .akstore-service-text h2 {
    margin:0 0 15px;
    color:#111;
    font-size:22px;
    line-height:1.5;
    font-weight:700;
}

#akstore .akstore-service-text p {
    margin:0 0 9px;
    color:#555;
    font-size:13px;
    line-height:1.8;
}

#akstore .akstore-service-text p:last-child {
    margin-bottom:0;
}

#akstore .akstore-service-photo img {
    display:block;
    width:100%;
    height:100%;
    min-height:290px;
    object-fit:cover;
}


/* =========================================================
   CATEGORY GRID
========================================================= */

#akstore .akstore-category-grid {
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:12px;
}

#akstore .akstore-category-card {
    padding:22px 20px 20px;
    border:1px solid #dce3ea;
    border-radius:9px;
    background:#fff;
}

#akstore .akstore-category-card > span {
    display:block;
    margin-bottom:8px;
    color:#7189a3;
    font-size:10px;
    font-weight:700;
    letter-spacing:.08em;
}

#akstore .akstore-category-card > strong {
    display:block;
    margin-bottom:8px;
    color:#222;
    font-size:16px;
    font-weight:700;
}

#akstore .akstore-category-card > p {
    min-height:47px;
    margin:0 0 15px;
    color:#666;
    font-size:13px;
    line-height:1.75;
}

#akstore .akstore-photo-placeholder {
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:170px;
    padding:20px;
    border:1px dashed #cdd9e4;
    border-radius:7px;
    background:#f7f9fb;
    color:#8a97a3;
    font-size:12px;
    text-align:center;
}


/* =========================================================
   STORE INFO
========================================================= */

#akstore .akstore-info {
    overflow:hidden;
    border:1px solid #dce3ea;
    border-radius:10px;
    background:#fff;
}

#akstore .akstore-info-name {
    padding:22px 24px;
    border-bottom:1px solid #dce3ea;
    background:#f4f7fa;
}

#akstore .akstore-info-name > span {
    display:block;
    margin-bottom:5px;
    color:#7189a3;
    font-size:10px;
    font-weight:700;
}

#akstore .akstore-info-name strong {
    color:#111;
    font-size:19px;
    font-weight:700;
}

#akstore .akstore-info-grid {
    display:grid;
    grid-template-columns:1.4fr .8fr 1.4fr;
}

#akstore .akstore-info-grid > div {
    padding:21px 20px;
    border-right:1px solid #e4e9ed;
}

#akstore .akstore-info-grid > div:last-child {
    border-right:0;
}

#akstore .akstore-info-grid span {
    display:block;
    margin-bottom:7px;
    color:#7189a3;
    font-size:10px;
    font-weight:700;
}

#akstore .akstore-info-grid strong {
    display:block;
    color:#333;
    font-size:13px;
    line-height:1.7;
    font-weight:700;
}

#akstore .akstore-info-phone {
    color:#174d7c !important;
    font-size:19px !important;
}


/* =========================================================
   HOURS
========================================================= */

#akstore .akstore-hours {
    overflow:hidden;
    border:1px solid #dce3ea;
    border-radius:9px;
}

#akstore .akstore-hours-row {
    display:flex;
    align-items:center;
    justify-content:space-between;
    min-height:55px;
    padding:0 22px;
    border-bottom:1px solid #e7ebef;
    background:#fff;
}

#akstore .akstore-hours-row:last-child {
    border-bottom:0;
}

#akstore .akstore-hours-row strong {
    color:#333;
    font-size:14px;
}

#akstore .akstore-hours-row span {
    color:#555;
    font-size:14px;
    font-weight:700;
}

#akstore .akstore-hours-row span.closed {
    color:#d84a4a;
}


/* =========================================================
   MAP
========================================================= */

#akstore .akstore-map {
    overflow:hidden;
    margin-bottom:12px;
    border:1px solid #dce3ea;
    border-radius:10px;
}

#akstore .akstore-map iframe {
    display:block;
    width:100%;
    height:360px;
    border:0;
}


/* =========================================================
   ROUTE
========================================================= */

#akstore .akstore-route-grid {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;
}

#akstore .akstore-route-card {
    min-height:145px;
    padding:18px 17px;
    border:1px solid #dce3ea;
    border-radius:8px;
    background:#fff;
}

#akstore .akstore-route-card > span {
    display:block;
    margin-bottom:8px;
    color:#7189a3;
    font-size:9px;
    font-weight:700;
}

#akstore .akstore-route-card strong {
    display:block;
    margin-bottom:7px;
    color:#222;
    font-size:14px;
    font-weight:700;
}

#akstore .akstore-route-card p {
    margin:0;
    color:#666;
    font-size:12px;
    line-height:1.7;
}

#akstore .akstore-route-card em {
    display:block;
    margin-top:10px;
    color:#174d7c;
    font-size:13px;
    font-style:normal;
    font-weight:700;
}


/* =========================================================
   EXTERIOR PLACEHOLDER
========================================================= */

#akstore .akstore-photo-large-placeholder {
    min-height:300px;
}


/* =========================================================
   PARKING
========================================================= */

#akstore .akstore-parking {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:25px;
    margin-bottom:54px;
    padding:28px 30px;
    border-radius:10px;
    background:#f5f8fb;
    border:1px solid #cdd9e4;
}

#akstore .akstore-parking > div:first-child > span {
    display:block;
    margin-bottom:6px;
    color:#7189a3;
    font-size:11px;
    font-weight:700;
}

#akstore .akstore-parking h2 {
    margin:0 0 9px;
    color:#111;
    font-size:22px;
    line-height:1.45;
    font-weight:700;
}

#akstore .akstore-parking p {
    margin:0;
    color:#555;
    font-size:13px;
    line-height:1.75;
}

#akstore .akstore-parking-contact {
    flex:0 0 200px;
    padding:18px;
    border-radius:8px;
    background:#fff;
    text-align:center;
}

#akstore .akstore-parking-contact span {
    display:block;
    margin-bottom:4px;
    color:#7189a3;
    font-size:11px;
    font-weight:700;
}

#akstore .akstore-parking-contact strong {
    display:block;
    color:#174d7c;
    font-size:21px;
    font-weight:800;
}


/* =========================================================
   FAQ
========================================================= */

#akstore .akstore-faq {
    overflow:hidden;
    border:1px solid #dce3ea;
    border-radius:10px;
    background:#fff;
}

#akstore .akstore-faq details {
    border-bottom:1px solid #e7ebef;
}

#akstore .akstore-faq details:last-child {
    border-bottom:0;
}

#akstore .akstore-faq summary {
    position:relative;
    padding:17px 48px 17px 20px;
    color:#222;
    font-size:13px;
    line-height:1.6;
    font-weight:700;
    cursor:pointer;
    list-style:none;
}

#akstore .akstore-faq summary::-webkit-details-marker {
    display:none;
}

#akstore .akstore-faq summary::after {
    position:absolute;
    top:50%;
    right:20px;
    color:#7189a3;
    font-size:18px;
    line-height:1;
    transform:translateY(-50%);
    content:"+";
}

#akstore .akstore-faq details[open] summary::after {
    content:""";
}

#akstore .akstore-faq-answer {
    padding:0 20px 18px;
    color:#666;
    font-size:13px;
    line-height:1.8;
}


/* =========================================================
   FINAL
========================================================= */

#akstore .akstore-final {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:28px;
    padding:30px;
    border-radius:10px;
    background:#526b84;
}

#akstore .akstore-final > div:first-child > span {
    display:block;
    margin-bottom:6px;
    color:#cad7e2;
    font-size:11px;
    font-weight:700;
}

#akstore .akstore-final h2 {
    margin:0 0 9px;
    color:#fff;
    font-size:22px;
    font-weight:700;
}

#akstore .akstore-final p {
    margin:0;
    color:#e3e9ee;
    font-size:13px;
    line-height:1.75;
}

#akstore .akstore-final-number {
    flex:0 0 210px;
    padding:18px;
    border-radius:8px;
    background:#fff;
    text-align:center;
}

#akstore .akstore-final-number span {
    display:block;
    margin-bottom:4px;
    color:#7189a3;
    font-size:11px;
    font-weight:700;
}

#akstore .akstore-final-number strong {
    display:block;
    color:#174d7c;
    font-size:25px;
    font-weight:800;
}


/* =========================================================
   RESPONSIVE FALLBACK
========================================================= */

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

    #contentWrap.akcompany-layout {
        width:calc(100% - 40px);
        max-width:1100px;
    }

    #contentWrap.akcompany-layout > #content.akcompany-content {
        width:calc(100% - 240px);
    }

}
/* BASIC css end */

