@charset "utf-8";
/* ================== 
common
====================*/
html{
    font-size: 62.5%;
}

body{
    font-family:
    "Noto Sans JP",
    "Roboto",
    sans-serif;
    font-style: normal;
    color: #FFFFFF;
    background-color: #FFA05B;
    font-weight: 300;
    line-height: 1.5;
}

img{
    max-width: 100%;
    height: auto;
}

.section__topic{
    text-align: center;
    font-family: 'Roboto';
    font-size: 4rem;
    font-weight: 500;
}

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

.header__group{
    padding: 20px 5.3%;
}

.header__topic{
        color: #523423;
        font-family: 'Roboto';
        font-size: 2rem;
        font-weight: 500;
        margin-bottom: 30px;
}


.nav__list{
    display: flex;
    justify-content: space-between;
}

.nav__item{
    color: #523423;
    font-family: 'Roboto';
    font-size: 1.8rem;
    font-weight: 400;
}

.nav__item:last-child{
    margin-right: 0;
}

@media screen and (min-width:769px) {
    .header__group{
        padding: 40px 2.7%;
        display: flex;
        justify-content: space-between;
    }

    .header__topic{
        margin-bottom: 0;
    }
    
    .nav__list{
    display: flex;
    }

    .nav__item{
        margin-right: 40px;
    }
}/* pc 769px */

/*==========================
main
==========================*/

/* about */
.profile_contents{
    display: flex;
    flex-direction: column-reverse;

}

.contents_txt{
    padding: 0 5.3%;
}

.section__topic--about{
    font-family: 'Roboto';
    font-size: 4rem;
    margin-top: 35px;
    
}

.myname_japan{
    font-size: 2rem;
    margin-top: 40px;
}

.myname_english{
    font-size: 1.4rem;
}

.profile__txt{
    font-size: 1.8rem;
    line-height: 2;
    margin: 50px 0 76px;
    }


@media screen and (min-width:769px) {
    .section--about{
        padding: 40px 0;
    } 
    
    .profile_contents{
        display: flex;
        flex-direction: row;
        max-width: 1040px;
        margin: 0 auto;
    }

    .contents_txt{
        margin-right: 100px;
    }

    .section__topic--about{
        margin-top: 80px;
    }

    .myname_japan{
        margin-top: 70px;
    }

}/* pc 769px */


/* My favorite */
.section--Myfavorite{
    background-color: #FFE9D4;
    padding: 100px 5.3% 50px;
}

.section__topic--MyFavorite{
    color: #FFA05B;
    text-align: center;
    font-family: 'Roboto';
    font-size: 4rem;
    font-weight: 500;
}

.favorite_item{
    width: 100%;
    margin-bottom: 40px
}

.favorite_item:last-child{
    margin-bottom: 0;
}

.favorite_item-txt{
    padding: 10px 20px;
    background-color: #FFFFFF;
}

.favorite_title{
    color: #FFA05B;
    font-family: 'Roboto';
    font-size: 1.8rem;
    font-weight: 500;
}

.favorite_txt{
    color: #523423;
    font-size: 1.6rem;
    font-weight: 400;
}

@media screen and (min-width:769px) {
    .section--Myfavorite{
        padding: 100px 50px;
    }

    .favorite_list{
        display: flex;
        column-gap: 45px;
        max-width: 1040px;
        margin: 0 auto;
        margin-top: 80px;
    }

    .favorite_item{
        margin-bottom: 0;
    }
}/* pc 769px */

/* History */
.section--History{
    padding: 100px 5.3% 50px;
}

.History_contents{
    max-width: 1040px;
    margin: 0 auto;
}

.sub_title{
    margin-top: 80px;
    font-size: 1.8rem;
}

.sub_title::after{
    content:'';
    display: block;
    max-width: 1040px;
    height: 2px;
    background-color: #FFFFFF;
}

.year_contents{
    margin-top: 40px;
}

.year{
    font-size: 1.6rem;
    margin-bottom: 40px;
}

.year_item-title{
    margin-top: 10px;
}

.year_list{
    margin-top: 40px;
}

.year:last-child{
    margin-bottom: 0;
}

.year_item-title{
    font-size: 1.6rem;
    font-weight: 500;
}

@media screen and (min-width:769px) {
    .section--History{
        padding: 100px 75px 50px;
    }

    .year_list{
        margin-top: 80px;
    }

    .year{
        display: flex;
        align-items: flex-start;
        gap: 60px;
        margin-bottom: 30px;
    }

    .year_item-title{
        margin-top: 0;
    }
}/* 769px */

/* Memories */
.Memories_contents{
    max-width: 1040px;
    padding: 100px 4.9% 50px;
    margin: 0 auto;
    background-color: #FFE9D4;
    text-align: center;
}

.section__topic--Memories{
    color: #FFA05B;
    text-align: center;
    font-family: 'Roboto';
    font-size: 4rem;
    font-weight: 500;
}

.Memories_txt{
    display: inline-block;
    margin-top: 20px;
    color: #523423;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2;
    text-align: left;
}

.map{
    width: 100%;
    height: 600px;
    margin-top: 80px;
}

@media screen and (min-width:769px) {
    .Memories_txt{
        margin-top: 80px;
    }
    
}/* pc 769px */

/*==========================
footer
==========================*/
.footer_group{
    background-color: #FFFFFF;
    color: #523423;
    text-align: center;
    padding-top: 40px;
    margin-top: 75px;
}

.footer__topic{
    font-family: Roboto;
    font-size: 2rem;
    font-weight: 500;
}

.menu_list{
    justify-content: center;
    margin-top: 20px;
}

.menu{
    margin-bottom: 20px;
    font-family: Roboto;
    font-size: 1.8rem;
    font-weight: 400;
}

.menu:last-child{
    margin-bottom: 0;
}

.icon{
    display: block;
    width: 30px;
    height: 30px;
    margin: 30px auto 0;
}

.copy{
    margin-top: 30px;
    font-size: 1.4rem;
}

@media screen and (min-width:769px) {
    .menu_list{
        display: flex;
        justify-content: center;
        margin-top: 30px;
        gap: 40px;
    }
}/* pc 769px */


