@charset "utf-8";

#mainvisual{
	height: 200px;
	text-align: center;
	background-image: url(/public/img/slide/tiger-thai-massage02.webp);
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
}
#mainvisual .titleBg{
	position: absolute;
	width: 100%;
	height: 200px;
	background-color: rgba(0,0,0,0);
	z-index: 0;
}
#mainvisual h1{
	color: #FFF;
	margin: 0 auto;
	z-index: 1;
	line-height: 1.4;
    background-image: url(/public/img/icon/thai-line.svg);
    background-repeat: no-repeat;
    background-size: 400px auto;
    background-position: bottom center;
    padding-bottom: 40px;
}
#mainvisual h1 span{
	display: block;
	font-size: 14px;
	font-weight: normal;
}
section{
	padding: 30px 0 100px;
}
.twoCol{
	margin: 0 auto;	
    display: flex;
	justify-content: space-between;
}
.twoCol .colL{
	width: 45%;	
}
.twoCol .colR{
	width: 55%;
	padding-left: 4%;
}


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

#staff .staffWrapper{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;	
	flex-wrap: wrap;
}
.staffInfo{
	width: 48%;
	box-sizing: border-box;
	padding: 2%;
    background-color: #301215;
	margin-bottom: 4%;
}
.staffInfo h2{	
    font-size: 22px;
    font-weight: bold;
	line-height: 1.2;
    color: #fbe7a3;
    padding: 0px 0 10px 0px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #fbe7a3;
}
.staffInfo h2 span{
	font-size: 16px;
}
.staffInfo .qualification{
	color: #fbe7a3;
	line-height: 1.5;
	font-size: 16px;
	margin-top: 20px;
}
.staffInfo .qualification span{
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}
.staffInfo .comment{
	color: #bd937f;
	line-height: 1.5;
	font-size: 16px;
	margin-top: 20px;
}
.staffInfo .comment span{
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}



@media only screen and (max-width:450px){
	#intro p{
		text-align: left;
	}
	#mainvisual{
		margin-top: 60px;
		height: 100px;
	}
	#mainvisual .titleBg{
		height: 100px;
	}
	section{
		padding: 0px 0 50px;
	}
	#mainvisual h1{
		font-size: 24px;
		padding-top: 30px;
		background-size:30px auto;
	}
	#mainvisual h1 span{
		font-size: 13px;
	}
	.staffInfo h2{
		text-align: center;
	}
	#staff .staffWrapper,.twoCol{
		display: block;
	}
	.twoCol .colL{
		width: 80%;
		margin: 0 auto;
	}
	.twoCol .colR{
		width: 100%;
	}
	.staffInfo{
		width: 100%;
		padding: 10% 5%;
	}
	.twoCol .colR{
		margin-top: 20px;
		padding-left: 0;
	}
	.staffInfo .qualification,.staffInfo .comment{
		text-align: left;
	}
	.staffInfo .qualification span,.staffInfo .comment span{display: inline;}
}
