/* 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
========================================================= */

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

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

#guide .akstore-page a {
    text-decoration:none;
}


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

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

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

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

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


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

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

#guide .akstore-intro > div:first-child {
    flex:1;
    min-width:0;
}

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

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

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

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


/* INTRO CALL */

#guide .akstore-call {
    flex:0 0 205px;
    padding:20px 18px;
    border-radius:8px;
    background:#fff;
    text-align:center;
}

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

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

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


/* =========================================================
   COMMON SECTION TITLE
========================================================= */

#guide .akcompany-section-title,
#guide .akstore-section-head {
    margin-bottom:19px;
}

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

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

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


/* =========================================================
   STORE SECTION
========================================================= */

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


/* =========================================================
   STORE CARD
========================================================= */

#guide .akstore-card {
    display:grid;
    grid-template-columns:1.08fr .92fr;
    overflow:hidden;
    margin-bottom:14px;
    border:1px solid #dce3ea;
    border-radius:10px;
    background:#fff;
}

#guide .akstore-card.akstore-card-reverse {
    grid-template-columns:.92fr 1.08fr;
}


/* IMAGE */

#guide .akstore-image {
    min-height:310px;
    background:#f4f7fa;
}

#guide .akstore-image img {
    display:block;
    width:100%;
    height:100%;
    min-height:310px;
    margin:0;
    padding:0;
    border:0;
    object-fit:cover;
}


/* INFO */

#guide .akstore-info {
    padding:27px 25px;
}

#guide .akstore-info-row {
    padding:0 0 15px;
    margin-bottom:15px;
    border-bottom:1px solid #e7ebef;
}

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

#guide .akstore-info-row strong {
    display:block;
    color:#222;
    font-size:14px;
    line-height:1.7;
    font-weight:700;
}


/* INFO GUIDE */

#guide .akstore-info-guide {
    padding:15px 16px;
    border-radius:7px;
    background:#f5f8fb;
}

#guide .akstore-info-guide strong {
    display:block;
    margin-bottom:5px;
    color:#334e68;
    font-size:13px;
    font-weight:700;
}

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


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

#guide .akstore-map {
    overflow:hidden;
    width:100%;
    border:1px solid #dce3ea;
    border-radius:10px;
    background:#f4f7fa;
}

#guide .akstore-map iframe {
    display:block;
    width:100%;
    height:330px;
    margin:0;
    padding:0;
    border:0;
}


/* =========================================================
   VISIT GUIDE
========================================================= */

#guide .akstore-visit-guide {
    margin-bottom:52px;
}

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

#guide .akstore-guide-grid > div {
    min-height:158px;
    padding:21px 19px;
    border:1px solid #dce3ea;
    border-radius:8px;
    background:#fff;
}

#guide .akstore-guide-grid > div > span {
    display:block;
    margin-bottom:13px;
    color:#9eb0c2;
    font-size:11px;
    font-weight:700;
}

#guide .akstore-guide-grid strong {
    display:block;
    margin-bottom:8px;
    color:#222;
    font-size:15px;
    line-height:1.45;
    font-weight:700;
}

#guide .akstore-guide-grid p {
    margin:0;
    color:#666;
    font-size:12px;
    line-height:1.75;
    word-break:keep-all;
}


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

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

#guide .akstore-final > div:first-child {
    flex:1;
    min-width:0;
}

#guide .akstore-final > div:first-child > span {
    display:block;
    margin-bottom:6px;
    color:#7189a3;
    font-size:11px;
    font-weight:700;
    letter-spacing:.08em;
}

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

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


/* NUMBER */

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

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

#guide .akstore-final-number strong {
    display:block;
    color:#174d7c;
    font-size:26px;
    line-height:1.35;
    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);
    }

}

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

    #contentWrap.akcompany-layout > #aside {
        width:190px;
    }

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

}
/* BASIC css end */

