@charset "UTF-8";

 /* ================
 article header
================ */

.logo__pc{
    display: none;
}

.logo__sp{
    width: 100%;
    padding: 14px;
    margin: 0 auto;
}

.mainVisual{
    position: relative;
}

.mainVisual__content{
    text-align: center;
}

.logo__txt{
    position: absolute;
    top: 36px;
    right: 6.4%;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 11px 8px;
    flex-shrink: 0;
    background-color: rgb(255, 255, 255,0.9);
    border-radius: 5px;

}

.logo__txt__red{
    color: var(--primary-red);
    font-weight: 500;
}

.insta{
    text-decoration: underline;
}

.btn::after{
    content: '';
    display: inline-block;
    width: 10px;
    height: 16px;
    background-image: url(../images/logo-andmore.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 36px;
    top: 50%;
    transform: translateY(-50%);
}

/*==============article header pc ============= */

@media screen and (min-width:769px) {
    .logo__pc{
        display: block;
        width: 100%;
        padding: 16px;
        margin: 0 auto;
    }
    
    .logo__sp{
        display: none;
    }

    .mainVisual{
        position: relative;
    }

    .logo__txt{
        top: 61px;
        right: 8.1%;
        font-size: 2rem;
        line-height: 1.5;
        padding: 23px 16px;
        background-color: rgb(255, 255, 255,0.9);
        border-radius: 10px;
    }
    
}


/*==============article header pc ============= */

/* ========about=============== */

.topic__txt{
    color: var(--primary-red);
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.24rem;
}

.about__content{
    text-align: center;
}

.logo__aboutSp{
    padding: 0;
    margin-top: 24px;
}

.topic__about{
    padding-top: 40px;
}

.topic__txt__about{
    margin: 7px 0 4px;
}

.btn--about{
    margin: 40px auto 40px;
}

/* ========about=============== */

@media screen and (min-width:769px) {
    .topic__txt{
        font-size: 2rem;
        font-weight: 700;
        letter-spacing: 0.8rem;
    }

    .logo__aboutPc{
        padding: 0 75px;
        margin-top: 46px;
    }

    .topic__about{
        padding-top: 60px;
    }

    .topic__txt__about{
        margin-top: 16px;
        line-height: 1.5;
    }

    .btn--about{
        margin: 114px auto 70px;
    }

}

/* ========about pc=============== */

/* ====menu============ */

.logo-menuSp{
    padding: 0;
}

.menu__content{
    text-align: center;
}

.section--menu{
    position: relative;
}

.btn__menu{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.btn--menu{
    width: 247px;
    height: 74px;
    margin: 0 auto;
    border-radius: 5px;
    border: 2px solid var(--primary-red);
    background-color: rgba(255, 255, 255, 0.7);
    font-size: 3.2rem;
    line-height: 0.7;
    position: relative;
}

.btn__txt__menu{
    font-size: 1.2rem;
}

.btn--menu::after{
    content: '';
    display: inline-block;
    width: 10px;
    height: 16px;
    background-image: url(../images/logo-andmore.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no repeat;
    position: absolute;
    right: 30px;
    top: 45%;
    transform: translateY(-50%);
}

/* ====menu pc============ */

@media screen and (min-width:769px) {
    .logo-menuPc{
        padding: 0;
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .section--menu{
        position: relative;
    }

    .btn__menu{
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .btn--menu{
        width: 480px;
        height: 160px;
        border-radius: 10px;
        border: 5px solid var(--primary-red);
        font-size: 8rem;
        line-height: 0.5;
        padding-top: 30px;
    }

    .btn__txt__menu{
        font-size: 2rem;

    }

    .btn--menu::after{
        content: '';
        display: inline-block;
        width: 25px;
        height: 41px;
        background-image: url(../images/logo-andmore.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        right: 44px;
        top: 45%;
        transform: translateY(-50%);
    }

}

/* ====menu pc============ */

/* ==========access============== */

.section--access{
    padding: 36px 0 24px;
}

.topic__access{
    padding-top: 36px;
    line-height: 1.5;
}

.access__topic{
    margin: 32px auto 16px;
    width: 289px;
    padding: 0 2%;
}

.access__topic__txt{
    padding: 0 4.2%;
}

.access__content{
    display: block;
}

.access__list{
    display: flex;
    margin-top: 16px;
}

.access__content__topic{
    color: var(--primary-red);
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
}

.access__txt{
    color: var(--primary-black);
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-left: 16px;
}

.icon__map{
    width: 22px;
    height: 22px;
}

.list__bicycle{
    display: block;
    margin-top: 16px;
}

.line__access{
    width: 500px;
    height: 3px;
}

.map__txt{
    margin-left: 0;
}

.access__map{
    display: flex;
    align-items: flex-start;
}

.bicycle{
    margin: 0;
}

.map{
   width: 289px;
   height: 200px;
   display: block;
   margin: 16px auto;
   padding: 0 4.2%;
}

.btn--access{
    margin-top: 40px;
}


/* ==========access pc============== */

@media screen and (min-width:769px) {
    .topic__access{
        margin-top: 24px;
        line-height: 1.5;
    }

    .access__topic{
        margin: 67px auto 36px;
        display: flex;
        width: 1072px;
        gap: 40px;
    }

    .access__content__topic{
    font-size: 2.4rem;
    font-weight: 700;
    }

    .access__topic__txt{
        max-width: 532px;
        padding: 0 0 0 2.2%;
    }

    .access__txt{
        font-size: 2.4rem;
        margin-left: 21px;
    }

    .icon__map{
        width: 26px;
        height: 26px;
    }

    .access__list{
        margin-top: 21px;
    }

    .bicycle,.map__txt{
        margin-left: 0;
    }

    .map{
        width: 80%;
        height: 30vw;
        display: block;
        margin: 21px auto 0;
        padding: 0 2.2% 0 0;
    }

    .map__txt{
        margin-top: -8px;
    }

    .pcBr{
        display: block;
    }

    .btn--access{
        margin-top: 36px;
        margin-bottom: 70px;
    }

}

/* ==========access pc============== */
