@charset "utf-8";

/* 768px */

/*共有----------------------------------------------  */

#subPage h1 {
    font-size: 32px;
    margin-bottom: 10px;
}

#subPage h2 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 50px;
}


/* EXPERIENCE-------------------------------------- */
.photo {
    text-align: center;
    /* margin-top: 142px; */
    margin-bottom: 63px;
}

.photo img {
    max-width: 100%;
}

.expList {
    margin: 0 auto;
    /* margin-bottom: 126px; */
    text-align: center;
    border: 3px solid #06AC81;
    max-width: 320px;
    padding: 19px 22px;
    font-size: 16px;
    border-radius: 70px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 25%);

}

.expList span {
    color: #06AC81;
}

.expArea .photo li {
    max-width: 500px;
}

/* exaArea */
.expArea .innerWrap {
    margin-bottom: 0;
}

/* textArea ----------------------------------------*/
.textArea {
    padding: 2rem;
    max-width: 600px;
    margin: 0 auto;
    /* margin-bottom: 125px; */
    /* background-color: #fff; */
}



.textArea p {
    line-height: 1.7;
}

.text {
    /* margin: 0 auto; */
    margin-bottom: 16px;
    /* max-width: 500px; */
}

.textArea .text .bold {
    font-weight: bold;
}


/* 日時詳細------------------------------------------- */
.dateWrap {
    padding: 1rem;
}

.dateArea {
    max-width: 480px;
    margin: 0 auto;
    border: 3px solid #000;
    padding: 32px 1.5rem;
}

.dateList {
    display: grid;
    grid-template-columns: 1fr 2.5fr;

}

.dateList span {
    padding-left: 1rem;
}

.lifeBtn {
    text-align: center;
    margin: 0 auto;
    margin-top: 61px;
    margin-bottom: 91px;
    /* border: 2px solid #000; */
    border-radius: 70px;
    padding: 15px 20px;
    max-width: 270px;
}

.datePost {
    text-align: center;
    margin-top: 30px;
}


.datePost li {
    margin-bottom: 20px;
}

.datePost p {
    line-height: 1.7;
}

.dateList dt {
    color: #06AC81;
    display: inline-block;
    max-width: 70px;
    height: auto;
}

.dateList dd {
    max-width: 60vw;
}

/* downloadボタン ---*/

.download {
    /* display: inline-block; */
    max-width: 300px;
    max-height: 26px;
    text-align: center;
    border-bottom: 3px solid red;
    margin-top: 16px;
    font-weight: bold;
    /* margin-left: -1px; */
    /* color: #000000; */
    transition: filter .3s ease-in-out;
}

.download :hover {
    color: #ffffff;
    filter: brightness(130%);
}



/* lifeボタン------------------------------------- */
.lifeBtn,
.linkBtn {
    background-color: #52B0DD;
}

/* SCHEDULE---------------------------------------- */

.scheduleArea .innerWrap {
    background-color: #fff;
    padding: 50px 0;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.scheduleArea {
    margin-bottom: 200px;
}

.scheduleArea section {
    padding: 1rem;
}

.scheduleArea h3 {
    text-transform: uppercase;
    display: grid;
    grid-template-columns: 72px;
    background-color: #196F7E;
    width: 72px;
    border-radius: 50%;
    line-height: 1rem;
    color: #fff;
    margin-bottom: 20px;
    margin-top: -50px;
    margin-left: -0.8rem;
}

.scheduleArea h3 .sheduleDay {
    font-size: 14px;
    text-align: center;
    padding-top: 20px;
    align-self: flex-end;
}

.scheduleArea h3 .scheduleNo {
    font-size: 21px;
    text-align: center;
    padding-bottom: 20px;
    align-items: flex-start;
}

.scheduleArea section {
    background-color: #DBDCDC;
    padding: 1rem 2rem;
    max-width: 400px;
    margin: 0 auto 50px;
}

.scheduleArea .scheduleDetail p {
    display: grid;
    grid-template-columns: 1fr 4.5fr;
    margin: 10px auto;
}

.scheduleArea .scheduleTime {
    background-color: #0FA37C;
    box-shadow: -5px 5px 0 0 #A6D6C7;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    /* padding-top: 0.6rem;
    padding-left: 0.2rem; */
    align-items: center;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    padding-left: 0.3rem;
    font-size: 15px;
}

.scheduleArea .event {
    background-color: #fff;
    align-self: center;
    margin-left: -30px;
    padding-left: 2rem;
}

.scheduleArea .scheduleDetail p .eventDetail {
    grid-column: 2/3;
    border-left: 2px solid #0FA37C;
    margin-left: -2.5rem;
    padding-left: 2rem;
}

.scheduleArea .scheduleDetail p .eventInfo {
    grid-column: 1/3;
}


/* 一番下の誘導ボタン---------------- */
.linkBtn {
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
    /* border: 2px solid #000; */
    border-radius: 70px;
    padding: 15px 20px;
    max-width: 270px;
}

.lifeBtn:hover,
.linkBtn:hover {
    filter: brightness(130%);
}


/* タブレット版 ---------------------------------------------------------*/
@media (770px > width > 435px) {
    .download {
        /* margin-left: 42px; */
        margin: 16px auto 0;
    }
}


/* PCサイズ -------------------------------------------------------------- */
@media (width >=768px) {

    .innerWrap {
        /* border: 2px solid red; */
        max-width: 1200px;
        margin: 0 auto 122px;
        padding: 1rem;
    }

    .scheduleArea .innerWrap {
        max-width: 100%;
    }

    .slidePhoto {
        max-width: 4000px;
        margin: 0 auto;
    }


    /*共有----------------------------------------------  */

    #subPage h1 {
        font-size: 64px;
        margin-bottom: 30px;
    }

    #subPage h2 {

        font-size: 32px;
    }



    /* EXPERIENCE-------------------------------------- */

    .expList {
        max-width: 884px;
        font-size: 24px;
        margin-bottom: 50px;
    }


    /* textArea ----------------------------------------*/
    .textArea {
        max-width: 867px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
    }

    /* .textArea p {
        line-height: 1.7;
    } */

    .text {
        margin-bottom: 16px;
        max-width: 100%;
    }

    .text br {
        display: none;
    }


    /* 日時詳細------------------------------------------- */
    .dateList {
        display: grid;
        grid-template-columns: 1fr 5fr;
        margin-bottom: 0.5rem;

    }


    .dateArea {
        max-width: 986px;
        margin: 0 auto;
        display: flex;
        justify-content: space-around;
    }

    .datePost {
        text-align: center;
        margin-top: 0;
    }

    .lifeBtn {
        font-size: 40px;
        max-width: 576px;
        padding: 31px 30px;
    }

    .datePost li {
        margin-bottom: 0;
    }

    dl {
        padding-top: 20px;
    }

    .dateList br {
        display: none;
    }

    .dateList dt {
        white-space: nowrap;
        /* max-width: 70px; */
    }

    dt,
    dd {
        font-size: 18px;
    }

    /* .dateList dt {
        max-width: 70px;
    } */

    /* downloadボタン ---*/
    .download {
        margin-left: 43px;
    }


    /* SCHEDULE---------------------------------------- */

    .scheduleArea .scheduleWrap {
        display: flex;
        flex-wrap: wrap;
        max-width: 1000px;
        margin: 0 auto;
        padding: 1rem;
    }



    /* 一番下の誘導ボタン---------------- */
    .linkBtn {
        font-size: 40px;
        max-width: 576px;
        padding: 32px 69px;
    }
}