@charset "utf-8";
/* =======================
section--company-shop
======================== */
.section-sub  {
    padding: 0 5.33%;
}

/* pc 769px */
@media screen and (min-width: 769px) {
    .section-sub {
        padding: 0 11.11%;
    }
}

/* =======================
contact-method
======================== */
.title_txt {
    text-align: justify;
    font-family: "Zen Old Mincho";
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.8px;
    text-align: center;
    margin: 0 0 40px;
}

/* pc 769px */
@media screen and (min-width: 769px) {
    .title_txt {
        text-align: center;
        margin-bottom: 60px;
    }
}

/* =======================
shop
======================== */
.section-shop {
    border-top: 1px solid #A6A9C1;
    border-bottom: 1px solid  #A6A9C1;
    padding: 40px 0 72px;
    margin: 0 5.33%;
}

.shop__list:not(:first-child) {
    margin-top: 64px;
}

.shop__txt {
    text-align: justify;
    font-family: "Zen Old Mincho";
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.8px;
}

.shop__title a,
.shop__txt a  {
    border-bottom: 1px solid  #A6A9C1;
}

.shop__title a:hover, 
.shop__txt a:hover {
    color: #A6A9C1;
    transition: 0.4s;
}

.shop__title {
    font-family: "Zen Old Mincho";
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 1.0px;
    margin-bottom: 8px;
}

/* pc 769px */
@media screen and (min-width: 769px) {
    .section-shop {
        padding: 72px 6.73% 120px;
        margin: 0 11.11%;
    }

    .shop__title {
        font-size: 3.2rem;
    }
}