@charset"utf-8";

html {
　font-family:”ヒラギノ角ゴ Pro W3″,”ＭＳ Ｐゴシック”,sans-serif;
}
*, *::before, *::after {
    box-sizing: border-box;
}
a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.3s;
}
main {
    display: block;
    padding-bottom: 240px;
    background: url(images/main_bg.jpg) top center no-repeat;
    background-size: 100% auto;
}
.article_h2 {
    position: relative;
    width: 100%;
    height: 440px;
    color: #252525;
    text-align: left;
}
.article_h2 .txt_box {
    position: absolute;
    top: 57%;
    left: 50%;
    width: 90%;
    max-width: 1210px;
    margin: auto;
    transform: translate(-50%, -50%);
}
.article_h2 h2 {
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 120px;
    font-weight: 400;
    line-height: 1;
}
.article_h2 .sub {
    height: auto;
    margin: 0 auto 10px;
    font-size: 19px;
    font-weight: bold;
}
.sub {
    color: #aa0000;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 18px;
    font-weight: 700;
}
.container {
    margin: 0 auto 0;
    padding: 0 0 0;
}
.main_locations .locations_area {
    width: 90%;
    margin: 0 auto;
    margin-top: 100px;
    max-width: 1100px;
}
.tit {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: 900;
}
.main_locations .locations_area .tit {
    font-size: 1.7rem;
}
.accordion-001 {
    border-bottom: 2px solid #d0d0d0;
}
.accordion-001 summary, .accordion-002 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    font-weight: 600;
    cursor: pointer;
}
.accordion-001_sum::after {
    transform: translateY(-25%) rotate(45deg);
    width: 14px;
    height: 14px;
    margin-left: 10px;
    border-bottom: 1px solid #333333b3;
    border-right: 1px solid #333333b3;
    content: '';
    transition: transform .3s;
}
.accordion-002 {
    margin-bottom: 20px;
    transition: transform .5s, opacity .5s;
}
.accordion-001 summary {
    color: #aa0000;
    font-size: 1.1rem;
}
.accordion-002 summary {
    color: #333;
    font-size: 1rem;
    background: #f2f1f1;
}
.accordion-002[open] summary::after {
    transform: rotate(225deg);
}
.accordion-002 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 14px;
    height: 14px;
    margin-left: 10px;
    border-bottom: 1px solid #333333b3;
    border-right: 1px solid #333333b3;
    content: '';
    transition: transform .3s;
}
.accordion-002 div.locations_store_wrap {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .8em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}
.locations_store_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.accordion-001 div {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .8em 2em 1em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}
.locations_store_wrap_in {
    width: 470px;
    border-bottom: 1px solid #D9D9D9;
}
.locations_store_name {
    font-size: 1.2rem;
    font-weight: 600;
    color: #aa0000;
}
.accordion-002 div span {
    display: grid;
    column-gap: 1.8rem;
    grid-template-columns: auto auto auto;
    font-size: 0.8rem
}
.accordion-002[open] div.locations_store_wrap {
    transform: none;
    opacity: 1;
}
.locations_store_tel, .locations_store_address {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    line-height: 1.8;
}
.locations_store_tel {
    width: 120px;
}
.locations_store_address {
    width: 280px;
}
.locations_store_tel::before, .locations_store_address::before {
    --size: 1.3em;
    content: "";
    position: relative;
    top: 0.25em;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.3em;
    height: 1.3em;
    font-size: 1em;
    margin-right: 0.32em;
}
.locations_store_tel::before {
    background-image: url(images/icon_tel.webp);
}
.accordion-002 div.locations_store_wrap {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .8em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}
.accordion-001[open] div {
    transform: none;
    opacity: 1;
}
.locations_store_address::before {
    background-image: url(images/icon_map.webp);
}

@media screen and (max-width: 740px) {
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
    }
}

@media (min-width: 741px) and (max-width: 1160px) {
    main {
        padding-bottom: 70px;
    }
    .article_h2 {
        height: 27vw;
        margin-bottom: 10px;
    }
    .article_h2 .txt_box {
        width: 100%;
        max-width: inherit;
    }
    .article_h2 h2 {
        font-size: 10vw;
    }
    .article_h2 .sub {
        font-size: 1.8vw;
    }

}
@media print, screen and (min-width: 741px) {
    body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
        margin: 0;
        padding: 0;
    }
}
@media screen and (min-width: 761px) {
    .main_locations .container {
        margin-top: 50px;
    }
}
@media screen and (max-width: 760px) {
    main {
        background: url(images/main_bg_sp.jpg) top center no-repeat;
        background-size: 100% auto;
    }
    .article_h2 {
        position: relative;
        width: 100%;
        height: 45vw;
        margin-bottom: 8%;
        color: #252525;
        text-align: left;
        height: 100px;
    }
    .article_h2 .txt_box {
        position: absolute;
        top: 57%;
        left: 50%;
        width: 100%;
        margin: auto;
        transform: translate(-50%, -50%);
    }
    .article_h2 h2 {
        margin-bottom: 2.6vw;
        padding: 0 5%;
        font-size: 12vw;
        font-weight: 400;
        line-height: 1;
    }
    .article_h2 .sub {
        height: auto;
        margin: 0;
        padding: 0 5%;
        font-size: 4vw;
        font-weight: bold;
    }
    .accordion-002 div.locations_store_wrap {
        padding: .8em 0 1.5em;
    }
    .accordion-001 div {
        padding: .8em 0 1em;
    }
    .accordion-002 div span {
        grid-template-columns: 1fr;
        font-size: 0.8rem;
    }
    .locations_store_name {
        font-size: 0.9rem;
    }
    .locations_store_tel {
        width: auto;
    }
    .locations_store_address {
        width: auto;
        margin: 5px 0;
    }
}