@charset "utf-8";

#introBangkok{
	padding: 100px 0;
	background: url(/public/img/bg-paper-brown.webp);
	background-repeat: repeat;
	background-size: cover;
}
#introBangkok h1{
	font-size: 24px;
	width: 90%;
	text-align: center;
	max-width: 800px;
	margin: 0 auto 20px;
	line-height: 1.2;
}
#introBangkok h1 span{
	display: block;
	font-size: 16px;
	margin: 0 auto;
	font-weight: normal;
}
#introBangkok p{
	width: 90%;
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}

.menuBtnWrap {
    width: 90%;
    max-width: 300px;
    margin: 0 auto;
}
.menuBtnWrap a div{
	font-size:18px;
	font-weight: normal;
    text-align: center;
    padding: 10px;
	margin-top: 30px;
    background-color: #FFF;
    color: #382B19;
    border: 1px solid #382B19;
	border-radius: 5px;
    outline-offset: -1px;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out 0s;
}
.menuBtnWrap a:hover div{
	color: #fff;
    background-color: #382B19;
    transition: all 0.3s ease-in-out 0s;
}

#aboutBangkok{
	margin: 0 auto 0;
	background: url(/public/img/bg.webp);
	background-size: 100% auto;
	background-repeat: repeat-y;
	background-position: top center;
}

#aboutBangkok h2{
	color: #382B19;
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 1.2;
	border-bottom: dotted 1px #382B19;
}
#aboutBangkok h2 span{
	font-size: 15px;
	display: block;
}
#aboutBangkok .blockAbout{	
    /*column-gap: 10.8rem;*/
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
}
#aboutBangkok .blockAbout .blockL{
    position: relative;
}
#aboutBangkok .blockAbout .blockL img{
    width: calc(50vw - 0px);
    height: auto;
    position: relative;
    overflow: hidden;
}
#aboutBangkok .blockAbout .blockR{
    max-width: 500px;
	margin: 0 auto;
}

#aboutBangkok .blockAbout.Food{
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media only screen and (max-width:480px){
	
	#introBangkok{
		padding: 70px 0;
	}
	#introBangkok h1{
		font-size: 18px;
		text-align: left;
	}
	#introBangkok h1 span{
		font-size: 12px;
		text-align: left;
	}
	#introBangkok p{
		font-size: 15px;
		text-align: left;
	}
	
	#aboutBangkok{
		margin: 0 auto;
		padding: 50px 0;
	}
	#aboutBangkok .blockAbout{		
        -ms-flex-direction: column;
        flex-direction: column;
	}
	#aboutBangkok .blockAbout.Food{		
        -ms-flex-direction: column;
        flex-direction: column;
		margin-top: 50px;
	}
	#aboutBangkok .blockAbout .blockL{
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	#aboutBangkok .blockAbout .blockL img{
		margin: 0 auto;
		width: 90%;
		height: auto;
	}
	#aboutBangkok .blockAbout .blockR{
		width: 90%;
		margin: 0 auto;
	}
	#aboutBangkok .blockAbout.Food .blockR{
		margin-bottom: 50px;
	}
	#aboutBangkok h2{
		text-align: center;
		margin: 10px auto 20px;
	}
}