@charset "UTF-8";
.bar {
    position: relative;
    background: url(../../img/tenpo/pc_tenpo_bg.png) repeat top center / contain;
}
.bar::before,
.bar::after {
    content: '';
    position: absolute;
    width: 45vw;
    height: 100%;
    z-index: -1;
}
.bar::before {
    top: -43.5%;
    left: 0;
    background: url(../../img/common/pc_sec_back01.png) no-repeat center center / contain;
}
.bar::after {
    bottom: 32%;
    right: 0;
    background: url(../../img/common/pc_sec_back02.png) no-repeat center center / contain;
}

@media screen and (max-width: 767px) {
    .bar .sec_mv .head {
        line-height: 1.2;
    }
}
/*
    ICON
----------------------------------------------------- */
.bar .btn_wrap .button {
    transition: transform .4s ease 0s;
}
.bar .btn_wrap .button a {
    width: fit-content;
    display: block;
}
.bar .btn_wrap .button a:hover {
    transform: translateY(-10px);
}

@media screen and (max-width: 1229px) {
    .bar .btn_wrap .btn_box {
        grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
    }
}

@media screen and (max-width: 767px) {
    .bar .btn_wrap .btn_box {
        gap: 15px;
    }
}
/*
    STORES
----------------------------------------------------- */
.stores_wrap {
    padding-bottom: 120px;
}
.stores_wrap .wrap {
    margin-top: -120px;
    padding-top: 120px;
    padding-bottom: 90px;
}
.stores_wrap .box {
    display: flex;
    gap: 30px;
}
.stores_wrap .box {
    padding-bottom: 30px;
}
.stores_wrap .box:last-child {
    padding-bottom: 45px;
}
.stores_wrap .box1 .box_item:last-child {
    width: 100%;
}
.stores_wrap .box1 .table_01 th {
    width: 20%;
}
.stores_wrap .box1 .table_01 td {
    width: 80%;
}
.stores_wrap .box2 .box_item {
    width: 50%;
}
.stores_wrap .bar_head {
    background: url(../../img/tenpo/pc_sec03_head.png) no-repeat center center / cover;
}
.stores_wrap .item_head {
    padding: 75px 0;
    color: var(--color_wt);
}
.stores_wrap .wrap .table_01 th {
    background-color: var(--color3);
}
.stores_wrap .concierge_wrap .box_item:first-child {
    width: 40%;
}
.stores_wrap .concierge_wrap .box_item:last-child {
    width: 60%;
}
.stores_wrap .concierge_wrap .map {
    padding-top: 53.5%;
}
.stores_wrap .taxi_wrap .item {
    padding-bottom: 45px;
}
.stores_wrap .sub_ttl {
    color: var(--color1);
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px dotted var(--color1);
}
.stores_wrap .contents {
    padding-bottom: 10px;
}
.stores_wrap .map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 60%;
}
.stores_wrap .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.stores_wrap .txt_box {
    color: var(--color1);
    border: 1px solid var(--color1);
    border-radius: 3px;
    padding: 10px;
}
.stores_wrap .wrap .btn a {
    max-width: 100%;
    font-size: 24px;
}
.stores_wrap .btn4 a {
    max-width: 50%;
    font-size: 20px;
}

@media screen and (max-width: 1229px) {
    .stores_wrap .white_box_l {
        padding: 30px;
    }
    .stores_wrap .wrap:nth-child(n + 1) .table_01 th {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .stores_wrap .box {
        display: flex;
        gap: 15px;
    }
    .stores_wrap .box1 .table_01 th {
        width: 35%;
    }
    .stores_wrap .box1 .table_01 td {
        width: 65%;
    }
    .stores_wrap .box2  {
        flex-wrap: wrap;
    }
    .stores_wrap .box2 .box_item {
        width: 100%;
    }
    .stores_wrap .map {
        padding-top: 40%;
    }
}

@media screen and (max-width: 767px) {
    .stores_wrap .wrap {
        padding-bottom: 45px;
    }
    .stores_wrap .item_head {
        padding: 45px 0;
        color: var(--color_wt);
    }
    .stores_wrap .wrap .sub_head {
        font-size: 16px;
    }
    .stores_wrap .h3_01 {
        align-items: center;
    }
    .stores_wrap .wrap .btn {
        width: 100%;
    }
    .stores_wrap .wrap .btn a {
        font-size: 16px;
        line-height: 1.4;
    }
    .stores_wrap .white_box_l {
        padding: 15px;
    }
    .stores_wrap .box .box_item {
        width: 100%;
        margin: 0 auto;
    }
    .stores_wrap .concierge_wrap .box,
    .stores_wrap .box1 {
        flex-wrap: wrap;
    }
    .stores_wrap .concierge_wrap .box_item:first-child,
    .stores_wrap .concierge_wrap .box_item:last-child {
        width: 100%;
    }
    .stores_wrap .taxi_wrap .item {
        padding-bottom: 20px;
    }
    .stores_wrap .box {
        padding-bottom: 15px;
    }
    .stores_wrap .box1 .table_01 th,
    .stores_wrap .box1 .table_01 td {
        width: 100%;
        padding: 5px;
    }
    .stores_wrap .box:last-child {
        padding-bottom: 20px;
    }
}