@charset "utf-8";

.mainVisual {
    margin-bottom: 3rem;
}

.mainVisual__bg {
    position: relative;
    background-image: url(../img/showroom/mv.jpg);
}

.shop__container {
    width: 100%;
    margin: auto;
    padding-left: var(--padding--container);
    padding-right: var(--padding--container);
    padding-bottom: 5rem;
}

.shop-list__item {
    width: 100%;
}

.shop-list__item:not(:last-child) {
    margin-bottom: 5rem;
}

.shop-list__thumb {
    width: 100%;
    margin-bottom: 1.5rem;
    text-align: center;
}

.shop-list__thumb img {
    width: 100%;
}

.shop-list__title {
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 1.8rem;
    text-align: center;
}

.shop-list__def {
    margin-bottom: 3rem;
    font-family: var(--ff-noto-sans);
    font-weight: 400;
    font-size: 1.3rem;
}

.shop-list__def-title {
    padding-right: 1em;
    float: left;
    clear: left;
}

.shop-list__def-title::before {
    content: '■';
    color: var(--primary-brown);
    font-size: 1rem;
    margin-right: .4rem;
}

.shop-list__def-data {
    padding-left: 1em;
    text-indent: -1em;
}

/* 各店舗 */
.post-shop .shop-list__thumb {
    margin-bottom: 2.5rem;
}

.post-shop .shop-list__table {
    width: 100%;
    margin-bottom: 3rem;
}

.post-shop .shop-list__table table {
    width: 100%;
}

.post-shop .shop-list__table td {
    margin-bottom: 2rem;
    padding: .5rem 0 .5rem 1rem;
    font-family: var(--ff-noto-sans);
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.85;
    border-bottom: 1px solid var(--primary-brown);
}

.post-shop .shop-list__table tr td:first-child {
    width: 30%;
    padding-left: 0;
    font-weight: 700;
    border-bottom: 2px solid var(--primary-brown);
}

.post-shop .shop-list__table span {
    display: block;
    font-weight: 700;
}

.post-shop .feature {
    display: none;
}

.post-shop .feature__container {
    width: 100%;
    margin: auto;
    padding-left: var(--padding--container);
    padding-right: var(--padding--container);
    padding-bottom: 5rem;
}

.post-shop .feature__title {
    margin-bottom: 2rem;
    padding-bottom: 0.5rem;
    font-weight: 500;
    font-size: 1.5rem;
    border-bottom: 1px solid var(--primary-brown);
}

.post-shop .feature__text-wrap {
    margin-bottom: 5rem;
}

.post-shop .feature__text {
    font-family: var(--ff-noto-sans);
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.85;
}

.shop-slider {
    display: none;
}

.shop-slider__container {
    max-width: calc(var(--width--container) + var(--padding--container)*2);
    margin: 0 auto 3.5rem;
}

.swiper-shopImg {
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: relative;
    margin-top: 10px;
}

.swiper-pagination-bullet {
    height: 10px;
    width: 10px;
}

.swiper-pagination-bullet-active {
    background-color: var(--primary-brown);
}

.swiper-slide img {
    width: 100%;
    height: auto;
}

.map__container {
    margin-bottom: 5rem;
}

.map__container iframe {
    height: 94.4vw;
}

.shopLinks {
    background-color: var(--tertiary-brown);
}

.shopLinks__container {
    margin: auto;
    padding-top: 5.4rem;
    padding-left: var(--padding--container);
    padding-right: var(--padding--container);
    padding-bottom: 4.8rem;
}

.shopLinks__title {
    margin-bottom: 3rem;
    font-weight: 500;
    font-size: 1.6rem;
    text-align: center;
}

.shopLinks-list {
    padding-left: var(--padding--container);
    padding-right: var(--padding--container);
}

.shopLinks-list a {
    position: relative;
    width: 100%;
    font-family: var(--ff-noto-sans);
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.85;
}

.shopLinks-list a::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent var(--primary-brown);
    position: absolute;
    top: 50%;
    left: -1.2rem;
    margin-top: -6px;
}

/* 城陽工房 */
.koubou .shop-list__table {
    margin-bottom: 1rem;
}

.koubou .shop-list__text {
    font-family: var(--ff-noto-sans);
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.85;
}

.youtube__container {
    padding-left: var(--padding--container);
    padding-right: var(--padding--container);
    padding-bottom: 5rem;
}

.youtube__thumb {
    width: 100%;
    height: 50.4vw;
    margin-bottom: 3rem;
}

.youtube__text {
    font-family: var(--ff-noto-sans);
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.85;
}

@media (min-width: 700px) {
    .swiper-shopImg {
        width: 70%;
    }
}

@media (min-width: 1000px) {
    .mainVisual {
        margin-bottom: 8rem;
    }

    .mainVisual__bg {
        position: relative;
        background-image: url(../img/showroom/mv_pc.jpg);
    }

    .shop__container {
        max-width: var(--width--container);
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 6rem;
    }

    .shop-list {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
    }

    .shop-list__item {
        width: 485px;
    }

    .shop-list__item:not(:last-child) {
        margin-bottom: 0;
    }

    .shop-list__item:nth-child(-n + 4) {
        margin-bottom: 6rem;
    }

    .shop-list__thumb {
        max-width: 485px;
        margin-bottom: 2.3rem;
    }

    .shop-list__title {
        margin-bottom: 4rem;
        font-size: 2.6rem;
    }

    .shop-list__def {
        margin-bottom: 3.4rem;
        font-size: 1.4rem;
    }

    .shop-list__def-title::before {
        margin-right: 1rem;
    }

    .shop-list__def-data {
        padding-left: 1.4em;
    }

    .shop-list__item .button {
        width: 100%;
    }

    /* 各店舗 */

    .post-shop .shop-list {
        display: block;
    }

    .post-shop .shop-list__item {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .shop-list__data {
        display: flex;
        align-items: flex-end;
    }

    .post-shop .shop-list__thumb {
        width: 485px;
        margin-right: 2.2rem;
        margin-bottom: 6rem;
    }

    .post-shop .shop-list__table {
        width: 448px;
        margin-bottom: 6rem;
    }

    .post-shop .shop-list__table td {
        padding: 1.5rem 0 .5rem 1.5rem;
    }

    .post-shop .shop-list__table tr td:first-child {
        width: 22%;
    }

    .post-shop.shop-info .shop-list__item .button {
        width: 600px;
        margin: auto;
    }

    .post-shop .feature__container {
        max-width: var(--width--container);
        padding-left: 0;
        padding-right: 0;
    }

    .post-shop .feature__title {
        margin-bottom: 2.3rem;
        font-size: 1.9rem;
    }

    .post-shop .feature__text-wrap {
        margin-bottom: 6rem;
    }

    .swiper--wrapper {
        /* wrapperのサイズを調整 */
        width: 100%;
        height: 300px;
    }

    .swiper-shopImg {
        width: 1000px;
        height: 324px;
        margin: auto;
        overflow: hidden;
    }

    .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
        margin-top: 20px;
    }

    .swiper-pagination-bullet {
        height: 12px;
        width: 12px;
    }

    .map__container {
        max-width: var(--width--container);
        margin: 0 auto 6rem;
    }

    .map__container iframe {
        height: 354px;
    }

    .shopLinks__container {
        max-width: var(--width--container);
    }

    .shopLinks-list {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        width: 70%;
        margin: auto;
        padding-right: 0;
    }

    .shopLinks-list li {
        width: calc(100% / 2);
    }

    .shopLinks-list a {
        width: auto;
    }

    .shopLinks-list a::after {
        content: '';
        background-color: var(--primary-brown);
        width: 0%;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: 0;
        transition: all .3s ease;
    }

    .shopLinks-list a:hover::after {
        width: 100%;
    }

    /* 城陽工房 */
    .koubou .shop-list__item:nth-child(-n + 4) {
        margin-bottom: 0;
    }

    .koubou .shop-list__data {
        align-items: center;
    }

    .koubou .shop-list__table {
        margin-bottom: 2.4rem;
    }

    .koubou .shop-list__thumb {
        margin-bottom: 0;
    }

    .koubou .shop-list__text {
        width: 448px;
        font-size: 1.6rem;
    }

    .youtube__container {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
        max-width: var(--width--container);
        margin: 0 auto 6rem;
        padding: 0;
    }

    .youtube__thumb {
        width: 485px;
        height: 273px;
    }

    .youtube__text-wrap {
        width: 493px;
    }

    .youtube__text {
        font-size: 1.6rem;
    }
}