@charset "UTF-8";

/*
会社概要/store/ページ用
*/

/* 会社概要のタブコンテンツ
================================================== */
.store-anchor__inner {
    padding: 50px 0 0;
}
@media all and (min-width: 600px) {
    .store-anchor__inner {
        padding: 50px 0 64px;
    }
}

.store-anchor__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding: 0 3%;
}
@media all and (min-width: 600px) {
    .store-anchor__list {
        padding: 0;
    }
}
.store-anchor__list::before {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 2px;
    background: #f36c2d;
    content: "";
}

.store-anchor__list-item {
    width: 30%;
    margin: 0 1%;
    border: solid 2px #f36c2d;
    text-align: center;
    font-size: 1.3rem;
}
@media all and (min-width: 600px) {
    .store-anchor__list-item {
        width: 360px;
        box-sizing: border-box;
        margin: 0 0 0 10px;
        font-size: 1.6rem;
    }
}
.is-foreign .store-anchor__list-item {
    width: calc(50% - (2% + 4px));
}
@media all and (min-width: 600px) {
    .is-foreign .store-anchor__list-item {
        width: calc(50% - 5px);
    }
}
@media all and (min-width: 600px) {
    .store-anchor__list-item:first-child {
        margin: 0;
    }
}
.store-anchor__list-item.current {
    position: relative;
}
.store-anchor__list-item.current::before {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: "";
}

.store-anchor__list-link {
    display: block;
    padding: 14px 0;
    background: #f36c2d;
    color: #fff;
    text-decoration: none;
}
[lang="en"] .store-anchor__list-link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    padding: 0 1em;
}
@media all and (min-width: 600px) {
    [lang="en"] .store-anchor__list-link {
        height: 56px;
    }
}
@media all and (min-width: 600px) {
    .store-anchor__list-link:hover,
    .store-anchor__list-link:focus {
        opacity: 0.8;
    }
}

.store-anchor__list-txt {
    display: block;
    padding: 14px 0;
}
[lang="en"] .store-anchor__list-txt {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    padding: 0 1em;
}
@media all and (min-width: 600px) {
    [lang="en"] .store-anchor__list-txt {
        height: 56px;
    }
}

/* 会社概要
================================================== */
@media all and (min-width: 600px) {
    .store-info tr {
        border-top: solid 1px #e7e7e7;
    }
}
@media all and (min-width: 600px) {
    .store-info tr:last-of-type {
        border-bottom: solid 1px #e7e7e7;
    }
}
.store-info th {
    display: block;
    height: 45px;
    box-sizing: border-box;
    padding: 8px 10px;
    border-top: solid 1px #e7e7e7;
    background: #f7f7f7;
    font-size: 1.5rem;
}
@media all and (min-width: 600px) {
    .store-info th {
        display: table-cell;
        width: 30%;
        height: 98px;
        box-sizing: border-box;
        padding: 31px 36px;
        border: 0;
        font-size: 1.8rem;
        letter-spacing: 0.09em;
    }
}
.store-info td {
    display: block;
    min-height: 65px;
    box-sizing: border-box;
    padding: 20px 0;
    font-size: 1.4rem;
    line-height: 1.6;
}
@media all and (min-width: 600px) {
    .store-info td {
        display: table-cell;
        min-height: 98px;
        padding: 35px 40px;
        font-size: 1.8rem;
        letter-spacing: 0.09em;
    }
}

.store-info__box-list {
    display: flex;
    flex-wrap: wrap;
}

.store-info__box-item {
    width: 130px;
}

/* アクセス
================================================== */
.store-access {
    margin: 12px 0 38px;
}
@media all and (min-width: 600px) {
    .store-access {
        margin: 70px 0 23px;
    }
}

@media all and (min-width: 600px) {
    .store-access__map {
        margin-bottom: 100px;
    }
}

.store-access__img {
    width: 100%;
    height: 215px;
    margin: 0 auto;
}
@media all and (min-width: 600px) {
    .store-access__img {
        height: 358px;
    }
}

/* 沿革
================================================== */
.store-history__inner {
    padding-bottom: 50px;
}
@media all and (min-width: 600px) {
    .store-history__inner {
        padding-bottom: 100px;
    }
}

.store-history__list {
    position: relative;
    margin-top: -12px;
    padding-left: 15px;
}
@media all and (min-width: 600px) {
    .store-history__list {
        margin-top: -35px;
        padding-left: 30px;
    }
}
.store-history__list::after {
    position: absolute;
    bottom: -30px;
    left: 4px;
    width: 2px;
    height: 30px;
    background: #fff;
    content: "";
}
@media all and (min-width: 600px) {
    .store-history__list::after {
        bottom: -50px;
        left: 6px;
    }
}

.store-history__list-in {
    overflow: hidden;
}

.store-history__list-item {
    position: relative;
    padding: 12px 0;
    border-top: solid 1px #e7e7e7;
}
@media all and (min-width: 600px) {
    .store-history__list-item {
        padding: 35px 0;
        font-size: 1.8rem;
        line-height: 2;
    }
}
.store-history__list-item:first-child {
    border-top: none;
}
.store-history__list-item::before {
    position: absolute;
    top: 19px;
    left: -15px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f36c2d;
    content: "";
}
@media all and (min-width: 600px) {
    .store-history__list-item::before {
        top: 47px;
        left: -29px;
        width: 12px;
        height: 12px;
    }
}
.store-history__list-item::after {
    position: absolute;
    top: 22px;
    left: -11px;
    width: 2px;
    height: 100%;
    background: #f36c2d;
    content: "";
}
@media all and (min-width: 600px) {
    .store-history__list-item::after {
        top: 50px;
        left: -24px;
    }
}

.store-history__list-date {
    float: left;
    clear: both;
    width: 33%;
    box-sizing: border-box;
    padding-right: 10px;
    color: #f36c2d;
    text-align: right;
}
@media all and (min-width: 600px) {
    .store-history__list-date {
        width: 140px;
        padding-right: 20px;
    }
}

.store-history__list-month {
    display: inline-block;
    width: 38px;
    text-align: right;
}
@media all and (min-width: 600px) {
    .store-history__list-month {
        width: 50px;
    }
}

.store-history__list-txt {
    float: left;
    width: 67%;
}
@media all and (min-width: 600px) {
    .store-history__list-txt {
        width: calc(100% - 140px);
    }
}

/* 営業所一覧
================================================== */
.store-store__inner {
    padding-bottom: 50px;
}
@media all and (min-width: 600px) {
    .store-store__inner {
        padding-bottom: 100px;
    }
}

.store-store__info {
    position: relative;
    padding-top: 25px;
}
.store-store__info + .store-store__info {
    margin-top: 28px;
    padding-top: 25px;
}
@media all and (min-width: 600px) {
    .store-store__info + .store-store__info {
        margin-top: 60px;
        padding-top: 60px;
    }
}
@media all and (min-width: 600px) {
    .store-store__info:first-of-type {
        padding-top: 50px;
    }
}
@media all and (min-width: 600px) {
    .store-store__info:first-of-type::before {
        left: 0px;
        right: 0px;
    }
}
.store-store__info::before {
    position: absolute;
    top: 0;
    left: -25px;
    right: -25px;
    border-top: solid 1px #e7e7e7;
    content: "";
}

@media all and (min-width: 600px) {
    .store-store__info-in {
        display: flex;
        flex-wrap: wrap;
    }
}

@media all and (min-width: 600px) {
    .store-store__img {
        order: 1;
        width: 403px;
        box-sizing: border-box;
        border: solid 1px #e7e7e7;
    }
}

@media all and (min-width: 600px) {
    .store-store__map-area {
        order: 1;
        width: 403px;
        box-sizing: border-box;
    }
}

.store-store__map {
    position: relative;
}
.store-store__map::before {
    display: block;
    padding-bottom: 67%;
    content: "";
}
.store-store__map iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.store-store__area-txt {
    margin-top: 20px;
}
@media all and (min-width: 600px) {
    .store-store__area-txt {
        width: calc(100% - 403px);
        box-sizing: border-box;
        margin-top: 0;
        padding-right: 40px;
    }
}

.store-store__txt-bold {
    font-weight: bold;
}

@media all and (min-width: 600px) {
    .store-store dl {
        display: flex;
    }
}
.store-store dl:first-of-type {
    margin-top: 15px;
}
@media all and (min-width: 600px) {
    .store-store dl:first-of-type {
        margin-top: 18px;
    }
}
.store-store dl + dl {
    margin-top: 10px;
}

.store-store dl dt {
    display: inline-block;
    margin-bottom: 5px;
    padding: 2px 8px;
    background: #f36c2c;
    color: #fff;
    font-size: 1.2rem;
}
@media all and (min-width: 600px) {
    .store-store dl dt {
        max-height: 30px;
        box-sizing: border-box;
        margin-right: 15px;
        padding: 3px 7px;
        font-size: 1.4rem;
        white-space: nowrap;
    }
}
[lang="ko"] .store-store dl dt {
    flex-shrink: 0;
    width: 86px;
    text-align: center;
}
@media all and (min-width: 600px) {
    [lang="ko"] .store-store dl dt {
        width: 100px;
    }
}
[lang="en"] .store-store dl dt {
    flex-shrink: 0;
    width: 100px;
    text-align: center;
}
@media all and (min-width: 600px) {
    [lang="en"] .store-store dl dt {
        width: 125px;
    }
}
[lang="zh-Hans"] .store-store dl dt {
    flex-shrink: 0;
    width: 80px;
    text-align: center;
}
@media all and (min-width: 600px) {
    [lang="zh-Hans"] .store-store dl dt {
        width: 90px;
    }
}


/* 会社概要のタブコンテンツ
================================================== */
.store-anchor__inner {
    padding: 50px 0 0;
}
@media all and (min-width: 600px) {
    .store-anchor__inner {
        padding: 50px 0 64px;
    }
}

.store-anchor__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding: 0 3%;
}
@media all and (min-width: 600px) {
    .store-anchor__list {
        padding: 0;
    }
}
.store-anchor__list::before {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 2px;
    background: #f36c2d;
    content: "";
}

.store-anchor__list-item {
    width: 30%;
    margin: 0 1%;
    border: solid 2px #f36c2d;
    text-align: center;
    font-size: 1.3rem;
}
@media all and (min-width: 600px) {
    .store-anchor__list-item {
        width: 360px;
        box-sizing: border-box;
        margin: 0 0 0 10px;
        font-size: 1.6rem;
    }
}
.is-foreign .store-anchor__list-item {
    width: calc(50% - (2% + 4px));
}
@media all and (min-width: 600px) {
    .is-foreign .store-anchor__list-item {
        width: calc(50% - 5px);
    }
}
@media all and (min-width: 600px) {
    .store-anchor__list-item:first-child {
        margin: 0;
    }
}
.store-anchor__list-item.current {
    position: relative;
}
.store-anchor__list-item.current::before {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: "";
}

.store-anchor__list-link {
    display: block;
    padding: 14px 0;
    background: #f36c2d;
    color: #fff;
    text-decoration: none;
}
[lang="en"] .store-anchor__list-link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    padding: 0 1em;
}
@media all and (min-width: 600px) {
    [lang="en"] .store-anchor__list-link {
        height: 56px;
    }
}
@media all and (min-width: 600px) {
    .store-anchor__list-link:hover,
    .store-anchor__list-link:focus {
        opacity: 0.8;
    }
}

.store-anchor__list-txt {
    display: block;
    padding: 14px 0;
}
[lang="en"] .store-anchor__list-txt {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    padding: 0 1em;
}
@media all and (min-width: 600px) {
    [lang="en"] .store-anchor__list-txt {
        height: 56px;
    }
}

/* 会社概要
================================================== */
@media all and (min-width: 600px) {
    .store-info tr {
        border-top: solid 1px #e7e7e7;
    }
}
@media all and (min-width: 600px) {
    .store-info tr:last-of-type {
        border-bottom: solid 1px #e7e7e7;
    }
}
.store-info th {
    display: block;
    height: 45px;
    box-sizing: border-box;
    padding: 8px 10px;
    border-top: solid 1px #e7e7e7;
    background: #f7f7f7;
    font-size: 1.5rem;
}
@media all and (min-width: 600px) {
    .store-info th {
        display: table-cell;
        width: 30%;
        height: 98px;
        box-sizing: border-box;
        padding: 31px 36px;
        border: 0;
        font-size: 1.8rem;
        letter-spacing: 0.09em;
    }
}
.store-info td {
    display: block;
    min-height: 65px;
    box-sizing: border-box;
    padding: 20px 0;
    font-size: 1.4rem;
    line-height: 1.6;
}
@media all and (min-width: 600px) {
    .store-info td {
        display: table-cell;
        min-height: 98px;
        padding: 35px 40px;
        font-size: 1.8rem;
        letter-spacing: 0.09em;
    }
}

.store-info__box-list {
    display: flex;
    flex-wrap: wrap;
}

.store-info__box-item {
    width: 130px;
}

/* アクセス
================================================== */
.store-access {
    margin: 12px 0 15px;
}
@media all and (min-width: 600px) {
    .store-access {
        margin: 70px 0 43px;
    }
}

@media all and (min-width: 600px) {
    .store-access__map {
        margin-bottom: 100px;
    }
}

/* 2026/06/02追記
================================================== */
.store-access__img {
    width: 100%;
    height: 215px;
    margin: 0 auto;
}
@media all and (min-width: 600px) {
    .store-access__img {
        height: 358px;
    }
}

.store-photos__inner {
    display: flex;
    justify-content: center; /* 中央寄せ */
    gap: 20px; /* 写真間の余白 */
}

.store-photos__item {
    width: 45%; /* 2枚並べるので各45%程度 */
}

.store-photos__item img {
    width: 100%;
    height: auto;
}

.store-tags {
    display: flex;
    flex-wrap: wrap; /* 画面幅が狭い時に折り返す */
    gap: 10px;
}

.store-tag {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #ddd;
    border-radius: 12px; /* 角丸 */
    padding: 8px 12px;
    min-width: 160px;
}

.store-tag img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.store-tag__text {
    display: flex;
    flex-direction: column;
}

.store-tag__name {
    font-size: 1.4rem;
    font-weight: bold;
}

.store-tag__sub {
    font-size: 1.1rem;
    color: #888;
}

.store_cta-link_border {
    text-decoration: none;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    font-weight: 700;
    border-radius: 25px;
    position: relative;
    z-index: 300;
    line-height: 1;
    background-color: #ff852b;
    /* border: 3px solid #FFF; */
    color: #FFF;
    transition: 200ms ease all;
    width: 100%;
    font-size: 26px;
    line-height: 1.1;
    padding: 5% 1%;
}

@media all and (min-width: 600px) {
.store_cta-link_border {
    width: 62% !important;
    font-size: 31px !important;
    line-height: 1.1 !important;
    padding: 2% !important;
}}

.store_cta-link_border:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    background-color: #FFF;
    border: 3px solid #ff852b;
    color: #ff852b;
    transform: scale(1.03);
}

.store_cta-link_border:hover::before{
    border-left: 15px solid #FFF; /* オレンジ → 白 */
}

.store-contact {
    display: flex;
    justify-content: center;
	gap: 4%;
}

.store-info__inner {
    margin-top: 5%;
}

