@charset "utf-8";

/* ============================================================
   menu-base.css
   Shared layout styles for the full Menu page only.
   Do NOT load this on shop pages (conflicts with shop.css).
   ============================================================ */

#mainvisual{
	height: 200px;
	text-align: center;
	background-image: url(/public/img/slide/erawan01.webp);
	background-size: cover;
	display: flex;
	align-items: center;
}
#mainvisual .titleBg{
	position: absolute;
	width: 100%;
	height: 200px;
	background-color: rgba(0,0,0,0.5);
	z-index: 0;
    background-image: url(/public/img/bg-flower.svg);
    background-size: 100% auto;
	background-position: center 80%;
}
#mainvisual h1{
	font-size: 32px;
	color: #FFF;
	margin: 0 auto;
	z-index: 1;
	line-height: 1.4;
	padding-top: 50px;
	background-image: url(/public/img/icon/title02-btn-w.svg);
	background-repeat: no-repeat;
	background-size: 60px auto;
	background-position: center top;
}
#mainvisual h1 span{
	display: block;
	font-size: 14px;
	font-weight: normal;
}

section{
	padding: 100px 0;
}

.twoCol{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.twoCol .colL{
	width: 45%;
}
.twoCol .colR{
	width: 50%;
}

h2{
	font-size: 26px;
	color: #87633d;
	text-align: center;
	margin: 0 auto 50px;
	line-height: 1.4;
	padding-top: 40px;
	background-image: url(/public/img/icon/menu.svg);
	background-repeat: no-repeat;
	background-size: 40px auto;
	background-position: center top;
}
h2 span{
	display: block;
	font-size: 14px;
}

#intro{
	padding: 30px 0;
}
#intro p{
	color: #87633d;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}
#intro p span{
	display: block;
}

.linkWrapper {
	width: 90%;
	max-width: 800px;
	margin: 30px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.linkBtn {
	box-sizing: border-box;
	padding: 0 5px;
	width: 200px;
}
.linkBtn a div {
	border: 1px solid #87633d;
	border-radius: 5px;
	color: #87633d;
	text-align: center;
	padding: 5px 0;
}
.linkBtn a:hover div p{ color: #FFF !important; }
.linkBtn a:hover div{
	background-color: #87633d;
}
.linkBtn a p {
	font-size: 15px;
}


@media only screen and (max-width:450px){
	h2{
		background-size: 30px auto;
		margin-bottom: 20px;
	}
	.linkBtn{
		width: auto;
	}
	.linkWrapper{
		margin-top: 10px;
	}
	#intro .linkBtn p{
		width: auto;
		padding: 0 10px;
	}
	#mainvisual{
		margin-top: 60px;
		height: 100px;
	}
	#mainvisual .titleBg{
		height: 100px;
	}
	section{
		padding: 0 0 50px 0;
	}
	.twoCol{
		display: block;
	}
	.twoCol .colL,
	.twoCol .colR{
		width: 100%;
	}
	.twoCol .colR{
		margin-top: 10px;
	}
	#mainvisual h1{
		font-size: 24px;
		padding-top: 30px;
		background-size: 40px auto;
	}
	#mainvisual h1 span{
		font-size: 13px;
	}
}
