@charset "uft-8";

/* ====================
main  main-top
====================*/
.main-top {
    width: 100%;
    height: auto;
    position: relative;
}

.box_image {
    display: flex;
    justify-content: flex-end;
    margin-right: var(--contentPadding 4.2%)
}

.box {
    display: block;
    width: 82px;
    height: 82px;
    border-radius: 13px;
    background: var(--primary-red, #B32425);
    text-align: center;
    position: fixed;
    top: 556px;
    right: 4.2%;
    z-index: 10;
}

.instagram_icon {
    margin-top: 10px;
}

.instagram__text {
    color: #FFF;
    text-align: center;
    font-size: 1.0rem;
    margin-top: 9px;
}


.main {
    max-width: 375px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.wrapper {
    padding: 0 4.2%;
}

.section--information {
    width: 100%;
    height: auto;
    padding: 50px 0 64px;
}

.section--information .topic {
    display: block;
}

.shop {
    margin: 42px 14px 62px;
    padding: 12px 6px;
}


.shop__list {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed black;
    padding-bottom: 11px;
    font-size: 1.6rem;
}

.shop__list:first-child {
    gap: 60px;
}

.shop__list:nth-child(2),
.shop__list:nth-child(3),
.shop__list:nth-child(4),
.shop__list:nth-child(5) {
    margin-top: 20px;
}

.shop__list:nth-child(2) {
    gap: 30px;
}

.shop__list:nth-child(3) {
    gap: 30px; 
}
    
.shop__list:nth-child(4) {
    gap: 46px; 
}

.shop__list:nth-child(5) {
    gap: 30px; 
}

.shop .dt {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    float: left;
    text-align: left;
    width: 67px;
}

.shop__dd {
    display: block;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
   
}

.shop .dd:first-child {
    margin-left: 200px;
}


.map {
    width: 100%;
    height: 308px;
}

.text {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-top: 19px;
  
}

.directions__list {
    width:fit-content;
    margin: 19px auto 0;
    gap: 18px;
}

.directions__item {
    width: fit-content;
    text-align: left;
}

.directions__topic {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
.directions__txt {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

/* .header pc */
@media screen and (min-width:956px) {
    .header {
        display: none;
    }
    
    /* ====================
    pc背景
    ===================== */
    .main__container {
        display: block;
        unicode-bidi: isolate;
    } 

    .background-container {
        display: block;
        position: relative;
    } 

    .background-image-1 {
        position: fixed;
        top: 0;
        right: 0;
        width: 30%;
        height: 100vh;
        background: url(../images/right-side.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        overflow: hidden;
        z-index: -10;
    }

    .background-image-2 {
        position: fixed;
        top: 0;
        left: 0;
        width: 30%;
        height: 100vh;
        background: url(../images/left-side.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        overflow: hidden;
        z-index: -10;
    }
    
    .telephone-nav-group {
        position: absolute;
        max-width: 266px;
        width: 40%;
        right: 6%;
        top: 150px;
    }

    .btn__telephone {
        display: flex;
        justify-content: center;
        gap: 4px;
        align-items: center;
        background-color: #B32425;
        text-align: center;
        color: #FAFAFA;
        font-size: 2.4rem;
        font-weight: 700;
        line-height: 1;
        transition: 0.4s;
        border-radius: 50px;
        padding: 8px;
        top: 280px;
        right: -606px;
    }

    .btn__telephone::before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 35px; 
        background-image: url(../images/SVG/telephone__white.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .telephone__btn__text {
        color: var(--primary-white)#FAFAFA;
        font-size: 2.4rem;
        font-weight: 700;
    }

    .btn__telephone:hover {
        opacity: 0.7;
    } 

    .pc__nav__list {
        display: flex;
        flex-direction: column;
        padding: 15px;
        gap: 40px;
        margin-top: 89px;
    }

    .pc__nav__item {
        font-size: 2.0rem;
        font-weight: 700;
    }

    .name__value {
        position: absolute;
        top: 150px;
        left: 18%;
    }

    .content {
        width: 375px;
        height: 100vh;
        background-color: #FAFAFA;
        margin: 0 auto;
        text-align: center;
        position: relative;
        z-index: 1;
    }
  
    .box {
        display: block;
        width: 82px;
        height: 82px;
        border-radius: 13px;
        background: var(--primary-red, #B32425);
        text-align: center;
        top: 560px;
        right: 18%;
        z-index: 10;
    } 
}

@media screen and (min-width:390px) {
    .content {
        width: 375px;
        height: 100vh;
        background-color: #FAFAFA;
        margin: 0 auto;
        text-align: center;
        position: relative;
        z-index: 1;
    }
    }