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

body{
    font-family: 
     Noto Sans JP,
     Noto Serif JP,
     serif;
    font-style: normal;
    color: black;
    background-color: #fff;
    line-height: 1.5;
    }

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

.section__topic{
    font-family: "fot-chiaro-std", sans-serif;
    font-weight: 700;
    border-radius: 15px;
    background: #FFA303;
    color: #FFF;
    font-size: 3.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px ;
    

}

/*===================================
header
===================================*/
.header{
    padding: 25px; 
}
.logoImg {
    padding: 50px 2.8%;
    }


/* .nav初期表示 */
.nav{
    background: #FFF3CA;
    width: 100%;
    height: 100vh;
    padding: 30px 7.5%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.4s;
}
.nav__header{
    position: absolute;
    right: 20px;
    top: 20px;
}

.nav__item{
    font-family:Noto Sans JP,sans-serif;
    font-size: 2rem;
    font-weight: 300;
    margin-top: 37px;
}

.nav__item :first-of-type{
    margin-top: 0;
}

.nav__item img {
    width: 70px;
    height: 70px;
    display: inline-block;
    vertical-align: -30px;
    margin-right: 27px;
}

/*.nav active表示 */
.nav.active{
    transform: translateX(0);
}

.header__topic{
    text-align: left;
}
.logoImg{
    text-align: center;
    width: auto;
    height: auto;
    padding: 0 2.8%;
    }

.header__btn{
    display: block;
    width: 18px;
    height: 11px;
    cursor: pointer;
    position: absolute;
    top: 37px;
    right: 6.4%;
}

.header{
    max-width: 1280px;
    margin: 0 auto;
}

.header__image{
    width: 100%;
}


/* header pc */
@media screen and (min-width:769px) {
    .header{
        max-width: 1280px;
        margin: 0 auto;
        align-items: center;
        }
    
    .logoImg{
        width: auto;
        height: auto;
        padding: 0 2.8%;
        align-items: center;
        }
    
    .nav{
        background: transparent;
        width: auto;
        height: auto;
        padding: 0;
        position: static;
        transform: translate(0);
    }
    
    .nav_list{
        display: flex;
        margin-top: 100px;
        justify-content: center;
        gap: 50px;
        font-size: 2rem;
    }

    .nav__item:first-of-type{
        display: none;
    }
    
    .nav__item{
        font-family: Noto Sans JP;
        font-size: 1.5rem;
    }

    .nav__item img{
        display: none;
    }
    
    .nav__header{
        display: none;
    }

    .header__btn{
        display: none;
    }  
}/* pc769px */


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


/* news */
.section__news{
    background: #FFF3CA;
    padding: 30px 7.5%;
}

.news{
    background-color: #FFF;
    padding: 4.8% ;
    align-items: center;
    gap: 52px;
    margin-top: 30px;
}
.news__list{
    margin-top: 50px;
}

.newsImg{
    max-width: 300px;
    height: 200px;
}

.news__list time{
    text-align: center;
    font-size: 1.5rem;
    display: flex;
    padding: 0px 50px;
    align-items: center;
    margin-top: 20px;
}

.news__txt{
    font-size: 1.8rem;
    margin-top: 20px;
    max-width: 300px;
}

@media screen and (min-width:768px) {
    .section__news{
        max-width: 1280px;
        margin: 0 auto;
        align-items: flex-end;
        padding:50px;
    }

    .news{
        max-width: 1280px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        gap: 20px;
        align-items: flex-start;
    }
    
    .news__list{
        max-width: 360px;
        margin-top: 10px;
    }

    .nav_list :first-of-type{
        margin: 0;
    }
}
/* pc769px */


/* aboutPears */
.aboutPears{
    max-width: 1280px;
    margin: 0 auto;
    padding: 30px 12%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
}

.aboutPearsImg{
    max-width: 100%;
    height: auto;
}

.aboutPears__txt{
    margin-top: 30px;
    font-family: "Noto Serif JP";
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2;
    }

@media screen and (min-width:769px) {
    .section__aboutPears{
        padding: 52px 48px;
        max-width: 1280px;
        margin: 0 auto;
        align-items: flex-end;
    }

    .aboutPears{
       padding: 70px 48px;
    }

    .aboutPears__item{
        max-width: 1280px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }

    .aboutPears__txt{
        font-family: "Noto Serif JP";
        font-size: 1.8rem;
        line-height: 2;
        margin-top: 0;
        margin-left: 50px;
    }
}/* pc769px */


 /* typesOfPears */
 .section__typesOfPears{
    padding: 52px 048px;
    max-width: 1280px;
    margin: 0 auto;
    align-items: flex-end;
    background-color:#FFF3CA;
 }

.typesOfPears__tytle{
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    margin-top: 30px;
}

.typesOfPears__txt{
    font-family: "Noto Serif JP";
    font-size: 1.5rem;
    line-height: 3;
    margin-top: 30px;
}

@media screen and (min-width:769px) {
    .typesOfPears{
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }

    .typesOfPears__content{
        padding: 50px;
    }

    .typesOfPears__tytle{
        text-align: center;
        font-size: 2rem;
        font-weight: 500;
    }
    
    .typesOfPears__txt{
        font-size: 1.8rem;
    }
}/* pc769px */


.btn{
    display: block;
    border-radius: 15px;
    background: rgba(2, 165, 119);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 15px 0px;
    text-align: center;
    color: whitesmoke;
    font-size: 2.4rem;
    font-weight: 500;
    margin-top: 77px;
    transition: 0.4s;
    position: relative;
}

.btn::after{
    display: block;
    content: '';
    width: 7px;
    height: 12px;
    background-image: url(../images/btn-arrow.svg);
    background-size: contain;
    background-repeat: repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-30%);
}

.btn{
    opacity: 0.5;
}

/* trivia */
.section__trivia{
    padding: 30px 12%;
}

.trivia__block {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

.eiyouImg{
    width: 375px;
    height: 362px;
    flex-shrink: 0;
    position: relative;
}

.trivia__name{
    text-align: center;
    font-size: 1.2rem;
    transform:translateY(-300%);
    margin-top: 30px;
}


@media screen and (min-width:769px) {
    .section__trivia{
        padding: 50px 48px;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        align-self: stretch;
        margin: 0 auto;
        max-width: 1280px;
    }
    
    .trivia{
        max-width: 1280px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }

    .trivia__block{
        margin-top: 50px;
    }

    .trivia__name{
        margin-top: 50px;
    }
}/* pc769px */


/* access */
.section__access{
    padding: 50px 48px;
    max-width: 1280px;
    margin: 0 auto;
}

.map{
    width: 100%;
    margin-top: 24px;
    height: 400px;
}



/*===================================
footer
===================================*/
.footer{
    padding: 55px 7.5%;
}

.footer__group{
    margin: 0 auto; /* 左右均等にスペースを作る */
    text-align: center;
}
  
.address{
    text-align: center;
    font-size: 1.3rem;
    margin-top: 13px;
}

.tle{
    text-align: center;
    font-size: 1.3rem;
    margin-top: 13px;
}

.menu__list{
    padding: 50px 1.2%;
    font-family:Noto Sans JP;
    font-size: 1.5rem;
    line-height: 2;
}

@media screen and (min-width:769px) {
     .address{
        text-align: center;
        font-size: 1.5rem;
        margin-top: 30px;
    }

    .tle{
        text-align: center;
        font-size: 1.5rem;
        margin-top: 30px;
    }

    .menu__list{
        display: flex;
        margin-top: 100px;
        justify-content: center;
        gap: 100px; 
    }
}/* pc769px */

.top__btn{
    padding: 30px;
    font-family: Noto Sans JP;
    font-size: 1.5rem;
    border-radius: 50px;
    background: #FFF3CA;
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
    margin: 10px auto;
}


/*===================================
info
===================================*/
.subPage__header{
    margin-top: 50px;
}
.subPage__header__topic{
    background-color: #FFBF00;
    color:#FFF;
    font-size: 2.3rem;
    padding: 20px 15%;
    text-align: center;
}
.pears__contents{
    background-color: #FFF3CA;
    padding:33px 15% ;
}
.pears__group{
    background-color: #FFF;
    border-radius: 20px;
    padding: 20px 5%;
    align-items: center;
    margin-top: 20px;
    text-align: center;
    }
 
.pears__name {
    text-align:center;
    font-size: 2rem;
    color: #FFF;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #FFBF00;
    margin: 0 auto;
}

.pears__name ruby{
    position: relative;
    top: 30px;
}

.pears__txt{
    padding: 22px 10px;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: left;
}

.info_pearsImg{
    margin-top: 30px;
}

.pears__photo{
    width: 200px;
    height: auto;
}

/* pc769px */
@media screen and (min-width:769px) {
    .subPage__header{
        max-width: 1280px;
        margin: 0 auto;
        align-items: center;
    }

    .pears__contents{
        max-width: 1280px;
        margin: 0 auto;
    }

    .pears__group{
        max-width: 1160px;
        justify-content: center;
        display: flex;
        align-items: center;
    }
    .pears__txt{
        max-width: 400px;
    }


}/* pc769px */


/*===================================
contents
===================================*/

.subPage__contents{
    background-color:#FFBF00;
    padding: 30px 7.5%;
    margin-top: 50px;
}

.trivia__contets{
    background-color: #FFF;
    margin-top: 20px;
    text-align: left;
}

.trivia__contetsImg{
    width: 180px;
    height: auto;
}

.trivia__txt{
    font-size: 1.6rem;
    padding: 30px 7.5%;
}

@media screen and (min-width:769px){
    .subPage__header{
        max-width: 1280px;
        text-align: center;
    }
    .subPage__headerphoto{
        text-align: center;
    }

    .trivia__contets{
        display: flex;
        align-items: center;
    }
}
