@charset "UTF-8";

/* 共通部分
------------------------------- */
html {
    font-size: 100%;
}
body{
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", sans-serif;
    line-height: 1.7;
    color: #432;
}
a {
    text-decoration: none;
}
img {
    max-width: 100%;
}
p{
    text-align: center;
}
.wrapper{
    max-width: 1120px;
    margin: auto;
    padding: 0 1.5rem;
}
.align-center{
    text-align: center;
}
.font-english{
    font-family: 'Philosopher',sans-serif;
    font-weight: normal;
    color: darkmagenta;
}
.page-header{
   
    display: flex;
    justify-content: space-between;
    padding-top: 1.5rem;
}
.logo{
    width: 150px;
    border-radius: 15%;
   
}

.main-nav{
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    font-size: 1.5rem;
    list-style: none;
}

.main-nav a:hover{
    color: #0bd;
}
@media (min-width:1000){

    .page-title{
        font-size: 5rem;
        height: 500px;
       
    }
   
}
.heading-large{
    font-size: 4rem;
    text-align: center;
   
}
.main-nav{
    font-size: 2rem;
    color: #432;
}

 /* HOME */
.cover{
    background-size: contain;
    background-position: center bottom;
    height: 600px;

}
.cover-home{    
    background-image: url(../images/mingalar.jpg);
    background-repeat:no-repeat;
    background-size: contain;
    height: 200vh;
}
.about{
    max-width: 600px;
    padding: 0 1rem;
    margin: 3rem auto 3rem;

}
.about p{
    margin-bottom: 3rem;
    text-align: center;
}
.page-title{
    font-size: 3rem;
    text-align: center;
    margin-top: 2rem;
    line-height: 1.4;
}

.btn{
    display: inline-block;
    font-size: 1.5rem;
    background-color: #0bd;
    color: #fff;
    border-radius: 8px;
    padding: .75rem 1.5rem;
    transition: .5s;
}
.btn:hover{
    background-color: #0090aa;
}
.page-header{
    padding-top: 5rem;
}

.page-footer{
    background-position: center;
    padding-top: 12rem;

}
.info{
    width: 100%;
    max-width: 544px;
    margin: auto;
    padding: 0 1.5rem;
    border-spacing: 0;
}
.info th,
.info td{
    border-bottom: 0px solid #c9c2bc;
}
.info th{
    text-align: left;
    font-weight: normal;
    padding: 1rem;
}
.info td{
    padding: 1rem 0;
}
.copyright{
    background-color:#fff;
    text-align: center;
    padding: 2rem 0;
    margin-top: 6rem;
    color:darkmagenta;
}



/*-----もっと見る-----*/
.cover-famous{
    background-color: #fff;
}
.grid-famous{
    display: grid;
    gap: 2rem 1.5rem;
    grid-template-columns: repeat(3,2fr);
    text-align: center;
}
.f-item img{
    aspect-ratio: 1/1;
    object-fit: repeat;
    border-radius: 1px;

}
.f-item p{
    font-size: .875rem;
}
.f-item img{
    max-width: 100%;
    max-height: 100%;
}


/*-----連絡先-----*/
.cover-news{
    background-color: #fff;
}

/*-----民族-----*/
.cover-menu{
    background-color:#fff;
}
.grid{
    display: grid;
    gap: 2rem 1.5rem;
    grid-template-columns: repeat(4,1fr);
    text-align: center;
}
.item img{
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 5px;

}
.item p{
    font-size: .875rem;
}


/*-----myanmarthanakha-----*/




/* デスクトップ版
------------------------------- */
@media (min-width: 800px)
{
   
 
    /* NEWS */
    .cover-news {
        background-color: rgb(249, 250, 251);
        background-position: center;
        height: 310px;
    }
    .news-contents {
        display: flex;
        justify-content: space-between;
    }
    .post {
        width: 70%;
    }
    .sidebar {
        width: 15%;
        font-size: large;
        font-weight: 500;

    }
    .sidebar .heading-medium {
        line-height: 3;
        margin-bottom: 1rem;
    }

    

    /* CONTACT */
    .cover-contact {
        background-image: url(../images/cover-contact-l.webp);
    }
    .location {
        display: flex;
        gap: 2rem;
    }
    .location-info {
        width: 32%;
    }
    .location-info .info th {
        padding-left: 2rem;
    }
    .location-map {
        width: 64%;
    }
    .email {
        margin-bottom: 4rem;
    }
    .sns {
        display: flex;
        align-items: flex-start;
        gap: 2rem;
        margin-bottom: 0;
    }
    .sns-item {
        flex: 1;
    }

    /* フッター */
    .page-footer {
        background-image: url(../images/footer-l.webp);
        padding-top: 12rem;
    }
    .info th {
        padding-left: 2.5rem;
    }
}
