@charset "UTF-8";

/* 共通部分
------------------------------- */
html {
    font-size: 100%;
}
body{
    margin: 0;
    background-color:white;
    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: black;
    text-align: center;
}
.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;
}
.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: rgb(144, 215, 232);
    color: #fff;
    border-radius: 8px;
    padding: .75rem 1.5rem;
    transition: 3s;
    
}
.btn:hover{
    background-color: #124a75;
}
.page-header{
    padding-top: 5rem;
}

.container{
    width: 100vw;
    height: 100vh;
    font-family:'Quicksand',sans-serif;
    font-weight: bold;
    font-size: 20px;

    display: grid;
    grid-template-columns:repeat(4,1fr);
    grid-template-rows: 50px 1fr 1fr 50px;

    gap: 10px;

    padding: 10px;
    box-sizing: border-box;
}
.container div {
    padding: 10px;
    
}

.header{
	width: 100%;
	height: 70px;
	padding: 0px 10%;
	background-color:default;
	display: flex;
	justify-content: space-between;
    grid-column-start: 1;
    grid-column-end: 5;
}

.logo{
    width: 150px;
    border-radius: 15%;
	height: 70px ;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-family: 'poppins'; 
 
}
.logo-text{
	width: 80%;
	text-align: center;
}
.nav{
	width: 40%;
	height:70px;
}
.nav-links{
	width: 100%;
	height: 70px;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: 'poppins';
}

.footer{
    grid-column-start: 1;
    grid-column-end: 5;
}
.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:#6ee43b;
    text-align: center;
    padding: 2rem 0;
    margin-top: 6rem;
    color:black;
}

/*index.html*/
.content-large{
    
    grid-column-start: 1;
    grid-column-end: 5;
    
}
h3{
    text-align: center;
}
.indexp{
    text-align: center;
    color: goldenrod;
}
.content-small1{
    background-image: url(../images/Rakhine6attraction.webp );
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.content-small2{
    background-image: url(../images/myanamar-beaches-3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.content-small3{
    background-image: url(../images/HpaAnMaharSadanCave.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.content-small4{
    background-image: url(../images/ShanStatebeautiful.jpg);
    background-repeat:no-repeat;
    background-position: center;
    background-size: contain;
}



/*places*/
.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;
}


/*company.html*/

ta1{
    align-items: center;
}

tr,td{
    text-align: left;
}

th{
    text-align: center;
    initial-letter-align: auto;
}