@charset "utf-8";
.tmSl {
    padding-top: var(--header-height);
    padding-bottom: 120px;
}

.tmSl__wrap {
    position: relative;
    max-width: 1100px;
    margin: auto;
}

.tmSl__title {
    margin: 0;
    font-size: var(--en-font-large);
    line-height: 1;
}

.tmSl__layout {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    margin-top: 90px;
}


/* 
.tmSl__layout::before {
    z-index: -1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
 */


/* Left nav */

.tmSlNav {
    color: #333;
    position: sticky;
    top: calc((var(--header-height) + 30px));
    align-self: start;
    width: 250px;
    height: calc(100vh - 160px);
    overflow: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tmSlNav__current {
    margin: 0 0 8px;
    padding: 8px 0;
    font-size: 14px;
    line-height: 1.5;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.tmSlNav__currentLabel {
    font-weight: 700;
}

.tmSlNav__toggle {
    position: relative;
    margin: 0;
    padding-left: 17px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 1.6;
    width: 100%;
    text-align: left;
    background: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
}

.tmSlNav__toggle:focus-visible,
.tmSlNav__jump:focus-visible {
    outline: 1px solid #333;
    outline-offset: 2px;
}

.tmSlNav__toggle+.tmSlNav__toggle {
    margin-top: 10px;
}

.tmSlNav__dot {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background-image: url("../img/shop-list/dot.svg");
    background-repeat: no-repeat;
    background-size: 4px 4px;
}

.tmSlNav__icon {
    position: absolute;
    right: 0;
    top: 0.52em;
    width: 10px;
    height: 10px;
    transform: translateY(-50%);
}

.tmSlNav__icon::before,
.tmSlNav__icon::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 10px;
    height: 1px;
    background: #333;
    transform-origin: center;
    transition: transform 0.56s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.56s cubic-bezier(0.22, 1, 0.36, 1);
}

.tmSlNav__icon::before {
    transform: translateY(-50%) rotate(0deg) scaleX(1);
}

.tmSlNav__icon::after {
    transform: translateY(-50%) rotate(90deg) scaleX(1);
}

.tmSlNav__toggle[aria-expanded="true"] .tmSlNav__icon::after {
    transform: translateY(-50%) rotate(90deg) scaleX(0);
    opacity: 0;
}

.tmSlNav__panel[hidden] {
    display: none;
}

.tmSlNav__panel {
    overflow: hidden;
    transition: height 0.56s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: height;
}

.tmSlNav__list {
    list-style: none;
    margin: 12px 0 0;
    padding: 0 0 0 24px;
}

.tmSlNav__item {
    position: relative;
    margin: 0;
    padding-left: 0;
    font-size: 16px;
    line-height: 36px;
    white-space: nowrap;
}

.tmSlNav__branch {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
    height: 2px;
    background-image: url("../img/shop-list/minus.svg");
    background-repeat: no-repeat;
    background-size: 11px 1px;
}

.tmSlNav__jump {
    position: relative;
    display: inline-block;
    padding-left: 24px;
    background: transparent;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: inherit;
    cursor: pointer;
    text-align: left;
}


/* Right content */

.tmSlMain {
    position: relative;
    color: #333;
    width: calc(100% - 250px);
    margin-right: calc(50% - 50vw);
    display: flex;
    flex-direction: column;
    gap: 90px;
}

.tmSlMain::before {
    pointer-events: none;
    z-index: 5;
    content: '';
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: calc((var(--header-height) + 30px));
    margin-top: calc(-1 * (var(--header-height) + 110px));
    background-color: #fff;
}

.tmSlRegion {
    position: relative;
}

.tmSlPrefecture {
    position: relative;
}

.tmSlRegion__body {
    margin-top: -10px;
}

.tmSlPrefecture:not(:first-of-type) {
    margin-top: -40px;
    padding-top: 80px;
}

.tmSlPrefecture__title {
    padding-left: 20px;
    margin: 0 0 24px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}

.tmSlCard__list {
    /* margin-top: 65px; */
    display: flex;
    flex-direction: column;
}

.tmSlRegion__head {
    z-index: 2;
    position: sticky;
    top: calc((var(--header-height) + 30px));
    left: 0;
    display: flex;
    align-items: center;
    gap: 40px;
    font-size: var(--ja-font-large);
    overflow: hidden;
    padding-bottom: 50px;
}

.tmSlRegion__head::before {
    z-index: -1;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    background: linear-gradient(180deg, #FFF 0%, #FFF 60.1%, rgba(255, 255, 255, 0.00) 100%);
}

.tmSlRegion__title {
    margin: 0;
    line-height: 1;
    font-weight: 300;
}

.tmSlRegion__sub {
    margin: 0;
    font-size: 0.6em;
    line-height: 1.6;
    font-weight: 300;
}

.tmSlCard {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.tmSlCard.is-odd {
    background-color: #ffffff;
}

.tmSlCard.is-even {
      background-color: #f9f9f9;
}

/* .tmSlCard:nth-last-of-type(1) {
    border-bottom: 1.5px solid #333;
} */

.tmSlCard__name {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 300;
}

.tmSlCard__meta {
    font-size: 16px;
    line-height: 1.6;
}

.tmSlCard__addr,
.tmSlCard__tel {
    margin: 0;
}

.tmSlCard__web {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    font-size: 16px;
    color: #333;
    text-decoration: none;
}

.tmSlCard__arrow {
    width: 7px;
    height: 7px;
    background-image: url("../img/shop-list/arrow-external.svg");
    background-repeat: no-repeat;
    background-size: 7px 7px;
    transform: translateY(1px);
}

@media screen and (max-width: 758px) {
    .tmSl {
        padding-top: calc(var(--header-height) + 30px);
        padding-bottom: 60px;
    }
    .tmSl__title {
        z-index: 7;
        position: relative;
    }
    .tmSl__layout {
        flex-direction: column-reverse;
        margin-top: 60px;
        gap: 60px;
    }
    /* Left nav */
    .tmSlNav {
        position: relative;
        top: auto;
        align-self: start;
        width: 100%;
        height: auto;
        overflow: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px 0;
    }
    .tmSlNav__group {
        width: 48%;
        height: auto;
    }
    .tmSlNav__toggle {
        padding-left: 0;
        padding-right: 18px;
        font-size: 16px;
        line-height: 1.6;
        width: 100%;
        text-align: left;
        background: transparent;
        border: 0;
        color: inherit;
        cursor: pointer;
    }
    .tmSlNav__toggle:focus-visible,
    .tmSlNav__jump:focus-visible {
        display: none;
    }
    .tmSlNav__toggle+.tmSlNav__toggle {
        margin-top: 10px;
    }
    .tmSlNav__dot {
        display: none;
    }
    .tmSlNav__icon {
        top: 50%;
        transform: translateY(-50%);
    }
    .tmSlNav__panel {
        overflow: hidden;
        transition: height 0.56s cubic-bezier(0.22, 1, 0.36, 1);
        will-change: height;
    }
    .tmSlNav__list {
        list-style: none;
        margin: 12px 0 0;
        padding: 0 0 0 24px;
    }
    .tmSlNav__item {
        position: relative;
        margin: 0;
        padding-left: 0;
        font-size: 16px;
        line-height: 36px;
        white-space: nowrap;
    }
    .tmSlNav__branch {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 11px;
        height: 1px;
        background-image: url("../img/shop-list/minus.svg");
        background-repeat: no-repeat;
        background-size: 11px 1px;
    }
    .tmSlNav__jump {
        position: relative;
        display: inline-block;
        padding-left: 24px;
        background: transparent;
        border: 0;
        color: inherit;
        font: inherit;
        line-height: inherit;
        cursor: pointer;
        text-align: left;
    }
    /* Right content */
    .tmSlMain {
        width: 100%;
        margin-right: 0;
        gap: 60px;
    }
    .tmSlMain::before {
        pointer-events: none;
        z-index: 5;
        content: '';
        position: sticky;
        top: 0;
        left: 0;
        width: 100vw;
        height: calc((var(--header-height) + 30px));
        margin-top: calc(-1 * (var(--header-height) + 110px));
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        background-color: #fff;
    }
    .tmSlRegion {
        position: relative;
    }
    .tmSlPrefecture {
        position: relative;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }
    .tmSlPrefecture:not(:first-of-type) {
        margin-top: -40px;
        padding-top: 80px;
    }
    .tmSlPrefecture__title {
        margin: 0 0 24px;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.4;
    }
    .tmSlCard__list {
        /* margin-top: 30px; */
        display: flex;
        flex-direction: column;
    }
    .tmSlRegion__head::before {
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
    }
    .tmSlRegion__head {
        gap: 30px;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        padding-left: 20px;
        padding-right: 20px;
    }
    .tmSlCard {
        padding-right: 20px;
    }
    .tmSlCard__name {
        margin: 0 0 10px;
        font-size: 20px;
    }
    .tmSlCard__meta {
        font-size: 16px;
        line-height: 1.8;
    }
    .tmSlCard__addr,
    .tmSlCard__tel {
        margin: 0;
    }
}