@charset "utf-8";

/* ---------------------------------------------------- */
/* sec_store_wrap */
/* ---------------------------------------------------- */
.sec_store_wrap .img_1 {
    margin-bottom: 50px;
}
.sec_store_wrap .ttl_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    color: #f29600;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}
.sec_store_wrap .ttl_1::before {
    margin-right: 15px;
    transform: rotate(-15deg);
}
.sec_store_wrap .ttl_1::after {
    margin-left: 15px;
    transform: rotate(15deg);
}
.sec_store_wrap .desc_1 {
    margin-bottom: 50px;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
}
.sec_store_wrap .list_1 > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: -50px;
    margin-bottom: -50px;
}
.sec_store_wrap .list_1 > ul > li {
    position: relative;
    margin-right: 50px;
    margin-bottom: 50px;
    width: calc(100% / 2 - 50px);
}

.sec_store_wrap .list_1 > ul > li:nth-child(odd):before {
    content: "";
    position: absolute;
    right: -25px;
    top: 0;
    width: 0;
    height: 100%;
    border-left: 1px dotted #9e9e9f;
}
.sec_store_wrap .list_1 > ul > li:nth-child(1):before {
    border-left: none;
}
.sec_store_wrap .list_1 > ul > li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -25px;
    width: 100%;
    height: 0;
    border-bottom: 1px dotted #9e9e9f;
}
.sec_store_wrap .list_1 > ul > li:nth-last-child(1)::after,
.sec_store_wrap .list_1 > ul > li:nth-last-child(2)::after {
    border-bottom: none;
}
.sec_store_wrap .list_1 > ul > li.col_1 {
    width: calc(100% - 50px);
}
.sec_store_wrap .list_1 .ttl {
    margin-bottom: 10px;
    padding: 5px 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    background-color: #0080a3;
    border-radius: 30px;
}
.sec_store_wrap .list_1 > ul > li:nth-of-type(even) .ttl {
    background-color: #00a4a7;
}
.sec_store_wrap .list_1 .clms_wrap_b > .clm_wrap:nth-of-type(2) .ttl {
    background-color: #0080a3;
}
.sec_store_wrap .list_1 .clms_wrap_b > .clm_wrap:nth-of-type(3) .ttl {
    background-color: #00a4a7;
}
.sec_store_wrap .list_1 .clms_wrap_c {
    display: flex;
    justify-content: space-between;
}
.sec_store_wrap .list_1 .clms_wrap_c > .clm_wrap:nth-of-type(1) {
    flex: none;
    width: calc(45% - 20px);
}
.sec_store_wrap .list_1 .clms_wrap_c > .clm_wrap:nth-of-type(2) {
    flex: none;
    width: 55%;
}
.sec_store_wrap .list_1 .clms_wrap {
    display: flex;
    justify-content: space-between;
}
.sec_store_wrap .list_1 .clms_wrap > .clm_wrap:nth-of-type(1) {
    flex: none;
    width: calc(45% - 20px);
}
.sec_store_wrap .list_1 .clms_wrap > .clm_wrap:nth-of-type(2) {
    flex: none;
    width: 55%;
}
.sec_store_wrap .list_1 .clms_wrap_b {
    display: flex;
    justify-content: space-between;
}
.sec_store_wrap .list_1 .clms_wrap_b > .clm_wrap:nth-of-type(1) {
    flex: none;
    width: calc(20% - 10px);
}
.sec_store_wrap .list_1 .clms_wrap_b > .clm_wrap:nth-of-type(2),
.sec_store_wrap .list_1 .clms_wrap_b > .clm_wrap:nth-of-type(3) {
    flex: none;
    width: calc(40% - 10px);
}
.sec_store_wrap .list_1 .img {
    position: relative;
}
.sec_store_wrap .list_1 .img.border::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
}

.sec_store_wrap .list_1 .desc {
    font-size: 14px;
    line-height: 1.4;
}
.sec_store_wrap .list_1 .clms_wrap_b .desc {
    min-height: 160px;
}
.sec_store_wrap .list_1 .address {
    margin-top: 10px;
    padding: 0 10px 10px 10px;
    font-size: 10px;
    line-height: 1.4;
    background-color: #dbdcdc;
}
.sec_store_wrap .list_1 .address::before {
    content: "住所";
    flex: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -10px 10px;
    padding: 5px 0;
    color: #fff;
    background-color: #595757;
}

.sec_store_wrap .list_1 .date {
    margin-top: 10px;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #0080a3;
    font-weight: 700;
    line-height: 1.4;
}

.sec_store_wrap .list_1 > ul > li:nth-of-type(even) .date {
    color: #00a4a7;
}
.sec_store_wrap .list_1 .date::before {
    content: "実施期間";
    flex: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    padding: 5px 0;
    width: 80px;
    color: #fff;
    font-size: 12px;
    background-color: #0080a3;
}
.sec_store_wrap .list_1 > ul > li:nth-of-type(even) .date::before {
    background-color: #00a4a7;
}
.sec_store_wrap .list_1 .date_b {
    margin-top: 10px;
    font-size: 15px;
    color: #0080a3;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}
.sec_store_wrap .list_1 > ul > li:nth-of-type(even) .date::before {
    background-color: #00a4a7;
}
.sec_store_wrap .list_1 .date_b::before {
    content: "実施期間";
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    padding: 5px 0;
    color: #fff;
    font-size: 12px;
    background-color: #0080a3;
}
.sec_store_wrap .list_1 .clms_wrap_b > .clm_wrap:nth-of-type(3) .date_b {
    color: #00a4a7;
}
.sec_store_wrap .list_1 .clms_wrap_b > .clm_wrap:nth-of-type(2) .date_b::before {
    background-color: #0080a3;
}
.sec_store_wrap .list_1 .clms_wrap_b > .clm_wrap:nth-of-type(3) .date_b::before {
    background-color: #00a4a7;
}
@media (max-width: 999px) {
    .sec_store_wrap .img_1 {
        margin-bottom: 40px;
    }
    .sec_store_wrap .ttl_1 {
        margin-bottom: 40px;
        font-size: 20px;
    }

    .sec_store_wrap .desc_1 {
        margin-bottom: 40px;
        font-size: 16px;
    }
    .sec_store_wrap .list_1 > ul {
        margin-right: 0;
        margin-bottom: -40px;
    }
    .sec_store_wrap .list_1 > ul > li {
        margin-right: 0;
        margin-bottom: 40px;
        width: 100%;
    }
    .sec_store_wrap .list_1 > ul > li.col_1 {
        width: 100%;
    }
    .sec_store_wrap .list_1 > ul > li:nth-child(odd):before {
        display: none;
    }
    .sec_store_wrap .list_1 > ul > li::after {
        bottom: -20px;
        border-bottom: 1px dotted #9e9e9f;
    }
    .sec_store_wrap .list_1 > ul > li:nth-last-child(1)::after {
        border-bottom: none;
    }
    .sec_store_wrap .list_1 .ttl {
        font-size: 20px;
    }

    .sec_store_wrap .list_1 .clms_wrap {
        display: flex;
        justify-content: space-between;
    }
    .sec_store_wrap .list_1 .clms_wrap > .clm_wrap:nth-of-type(1) {
        flex: none;
        width: calc(45% - 20px);
    }
    .sec_store_wrap .list_1 .clms_wrap > .clm_wrap:nth-of-type(2) {
        flex: none;
        width: 55%;
    }
    .sec_store_wrap .list_1 .clms_wrap_c {
        display: block;
    }
    .sec_store_wrap .list_1 .clms_wrap_c > .clm_wrap:nth-of-type(1) {
        margin-bottom: 10px;
        width: auto;
    }
    .sec_store_wrap .list_1 .clms_wrap_c > .clm_wrap:nth-of-type(2) {
        width: auto;
    }
    .sec_store_wrap .list_1 .clms_wrap_b {
        display: block;
    }
    .sec_store_wrap .list_1 .clms_wrap_b > .clm_wrap:nth-of-type(1) {
        width: 100%;
    }
    .sec_store_wrap .list_1 .clms_wrap_b > .clm_wrap:nth-of-type(2),
    .sec_store_wrap .list_1 .clms_wrap_b > .clm_wrap:nth-of-type(3) {
        margin-top: 10px;
        width: 100%;
    }
    .sec_store_wrap .list_1 .clms_wrap_b .img {
        margin: 0 auto;
        width: 40%;
    }
    .sec_store_wrap .list_1 .address_wrap {
        display: flex;
        justify-content: space-between;
    }
    .sec_store_wrap .list_1 .address_wrap .address {
        width: calc(50% - 5px);
    }
    .sec_store_wrap .list_1 .desc {
        font-size: 12px;
    }
    .sec_store_wrap .list_1 .clms_wrap_b .desc {
        min-height: auto;
    }

    .sec_store_wrap .list_1 .date {
        font-size: 14px;
    }

    .sec_store_wrap .list_1 .date::before {
        font-size: 12px;
    }
    .sec_store_wrap .list_1 .date_b {
        font-size: 14px;
    }
    .sec_store_wrap .list_1 .date_b::before {
        font-size: 12px;
    }
}
