@charset "utf-8";

.img-rounded01>img {
    border-radius: 5rem;
}

/* ==========================================
店舗情報
========================================== */

.info-wrapper {
    padding-bottom: 0;
}

.info-inner {
    max-width: 122rem;
    width: 100%;
    margin: auto;
}

.info-area {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 8rem 0 0;
}

.info-block {
    width: 45.9%;
}

.info-list {
    font-size: 0.9em;
    line-height: 1.66em;
    letter-spacing: 0.05em;
}

.info-list-item {
    display: flex;
    align-items: flex-start;
    gap: 5rem;
    background-image: repeating-linear-gradient(to right, rgb(255 255 255 / 40%) 0 0.5rem, transparent 0.5rem 0.8rem);
    background-position: 0 100%;
    background-size: 100% 1px;
    background-repeat: no-repeat;
    padding: 1.5rem 0;
}

.info-list-text {
    flex: 1;
}

.info-list-title {
    max-width: 9.5rem;
    width: 100%;
}

.info-open-box {
    display: flex;
}

.info-open-day {
    flex: 0 0 auto;
    flex-shrink: 0;
    white-space: nowrap;
}

/* ==========================================
ご予約方法
========================================== */

.reserve-wrapper {
    padding-bottom: 0;
}

.reserve-inner {
    max-width: 122rem;
    width: 100%;
    margin: auto;
}

.reserve-text-area {
  text-align: center;
  padding: 5rem;
  margin: 6rem 0 0;
  position: relative;
}

.reserve-text-block {
  position: relative;
}

.reserve-text-border {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* ==========================================
駅からのアクセス
========================================== */

.access-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 8rem 3.52%;
    margin: 6rem 0 0;
}

.access-inner {
    max-width: 142rem;
    width: 100%;
    margin: auto;
}

.access-block {
    width: 30.98%;
}

.access-card {
    max-width: 44rem;
    width: 100%;
    margin: auto;
}

.access-card-img {
    aspect-ratio: 22/17;
    position: relative;
}

.access-card-img > img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.access-card-content {
    display: flex;
    align-items: center;
    gap: 3rem;
    margin: 3.5rem 0 0;
}

.access-card-number {
    font-family: var(--fontB);
    font-size: 8rem;
    color: var(--primary);
    line-height: .75em;
    letter-spacing: -0.08em;
    -webkit-text-stroke: 1px var(--primary);
    paint-order: stroke;
    color: transparent;
}

.access-card-text {
    flex: 1;
    font-size: 2.5rem;
    letter-spacing: 0.05em;
    line-height: 1.44em;
}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=1550px) {

    
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=1024px) {

    /* ==========================================
    駅からのアクセス
    ========================================== */

    .access-area {
        max-width: 93rem;
        gap: 5rem 4%;
        margin: 4rem auto 0;
    }

    .access-block {
        width: 48%;
    }
    
    .access-card-content {
        margin: 2rem 0 0;
    }

    .access-card-number {
        font-size: 6rem;
    }
    
    .access-card-text {
        font-size: 2.2rem;
    }


}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=768px) {

    .img-rounded01>img {
        border-radius: 3rem;
    }
    
    /* ==========================================
    店舗情報
    ========================================== */

    .info-area {
        flex-direction: column;
        margin: 5rem 0 0;
    }
    
    .info-block {
        width: 100%;
    }
    
    .info-list-item {
        gap: 3rem;
    }

    /* ==========================================
    ご予約方法
    ========================================== */

    .reserve-text-area {
        text-align: left;
        padding: 3rem;
        margin: 4rem 0 0;
    }
    
    .reserve-text-border > rect {
        rx: 20 !important;
        ry: 20 !important;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=576px) {

    /* ==========================================
    店舗情報
    ========================================== */

    .info-main-title {
        margin: 0 -2.5rem;
    }
    
    .info-list-item {
        flex-direction: column;
        gap: 1rem;
    }
    
    .info-list-title {
        max-width: 100%;
    }
    
    .info-list-text {
        flex: auto;
        width: 100%;
    }

    /* ==========================================
    駅からのアクセス
    ========================================== */

    .access-area {
        flex-direction: column;
        align-items: center;
    }
    
    .access-block {
        max-width: 100%;
        width: 100%;
    }
    
    .access-card-number {
        font-size: 5rem;
    }
    
    .access-card-text {
        font-size: 2rem;
    }

    
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */