@charset "utf-8";

#mainvisual{
	height: 200px;
	text-align: center;
	background-image: url(/public/img/slide/tiger-thai-massage03.webp);
	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{
	font-size: 32px;
	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: 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%;
}

#course .twoCol .colL{
	width: 48%;	
}
#course .twoCol .colR{
	width: 48%;
}

#menu h2,#course h2,#combi h2{
	font-size: 26px;
	color: #fbe7a3;
	text-align: center;
	margin: 0 auto 50px;
	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;
}
#menu h2 span,#course h2 span,#combi h2 span{
	display: block;
	font-size: 14px;
}

#intro{
	padding: 30px 0;
	background-color: #301215;
}
#intro p{
    color: #fbe7a3;
	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 #fbe7a3;
    border-radius: 5px;
    color: #fbe7a3;
    text-align: center;
    padding: 5px 0;
}
.linkBtn a:hover div p{color: #301215 !important;}
.linkBtn a:hover div{
	background-color: #fbe7a3;
	
}
.linkBtn a p {
    font-size: 15px;
}


#menu .menuWrapper h3{
    font-size: 26px;
    font-weight: bold;
	line-height: 1.2;
    color: #fbe7a3;
    padding: 2px 0 15px 0px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #fbe7a3;
}

#menu .menuWrapper h3 span{
	display: block;
	font-size: 13px;
	font-weight: normal;
}

#menu .menuWrapper p{
	color:#fbe7a3;
}
.priceTable{
	margin: 50px auto;
}
.priceTable li{
	display: flex;
	justify-content: space-between;
	background-color: rgba(255,255,255,0.9);
	padding: 10px 20px;
	font-size: 18px;
	border-bottom: dotted 1px #47281E;
}
.priceTable li:first-child{
	background-color: rgba(255,255,255,0.6);
	border-bottom: none;
}
.priceTable .priceTime{
	width: 30%;
	text-align: center;
    color: #301215;
}
.priceTable .price{
	text-align: center;
    color:#301215;
}

.priceTable li:first-child .price{
	width: 70%;
}
.priceTable .min,.priceTable .tax{font-size: 14px;display: inline-block;}
.priceTable .gotoBook div{
    text-align: center;
    padding: 5px 10px;
	color:#301215;
    background:linear-gradient(110deg,#b3894f,#d8b97a,#fbe7a3,#fbe7a3,#d8b97a,#b3894f);
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #fbe7a3;
    outline-offset: -1px;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out 0s;
}
.priceTable .gotoBook div span{
    background-image: url(/public/img/icon/reservation-br.svg);
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: left center;
	padding: 5px 0 5px 20px;
    transition: all 0.3s ease-in-out 0s;
}
.priceTable .gotoBook a:hover div{
    background: #301215;
    color: #fbe7a3 !important;
}
.priceTable .gotoBook a:hover div span{
	background-image: url(/public/img/icon/reservation-on.svg);
    color: #fbe7a3 !important;
	transition: all 0.3s ease-in-out 0s;
}
.priceTable .price .gotoBook{
	margin-top: 10px;
}
.priceTable .price .gotoBook div{
	font-size: 14px;
}


#menu .menuWrapper.flip{
	padding: 100px 0;
	margin: 100px 0;
	background-color: #301215;
	background-image: url(/public/img/icon/thai-bg.svg);
	background-size: 70px auto;
}
#menu .menuWrapper.flip .twoCol{
    /*flex-direction: row-reverse;*/
}
#menu .menuWrapper.flip .twoCol .colR{
	width: 45%;	
}
#menu .menuWrapper.flip .twoCol .colL{
	width: 50%;
}

#menu .menuWrapper.flip p{
	color: #fbe7a3;
}
.menuWrapper.flip .priceTable li:first-child{
	background-color: rgba(255,255,255,0.6);
	border-bottom: none;
}
.menuWrapper.flip .priceTable li{
	background-color: rgba(255,255,255,0.9);
}
#menu .menuWrapper .priceTable .handTitle{
    color: #301215;
	display: block;
	text-align: center;
	background-color: rgba(255,255,255,0.7);
}
.priceDel{
	text-decoration: line-through;
	font-size: 14px;
	margin-right: 10px;
}
.priceSpecial{
	display: block;
	font-size: 16px;
	padding: 5px 10px;
	color:#FFF;
	background-color: #301215;	
}
.menuWrapper .comment{
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 50px;
}


#course .courseWrapper h3{
	text-align: center;
    font-size: 26px;
    font-weight: bold;
	line-height: 1.2;
    color: #fbe7a3;
    padding: 15px 0;
    margin-bottom: 20px;
    border-bottom: 1px dotted #fbe7a3;
}
#course .courseWrapper h3 span{
	display: block;
	font-size: 13px;
	font-weight: normal;
}
#course{	
	padding: 100px 0;
	margin: 100px 0;
	background-color: #301215;
	background-image: url(/public/img/icon/thai-bg.svg);
	background-size: 70px auto;
}
#course .courseTxt{
	margin: 0 auto;
	width: 90%;
	max-width: 800px;
	color:#fbe7a3;
	margin-bottom: 50px;
}
#course .priceTable{
	margin: 0px auto 100px;
}
#course .courseWrapper .priceTable li:first-child{
	background-color: rgba(255,255,255,0.6);
	border-bottom: none;
}
#course .courseWrapper .priceTable li{
	background-color: rgba(255,255,255,0.8);
}
#course .courseWrapper .priceTable .handTitle{
    color: #fbe7a3;
	text-align: center;
	background-color: rgba(255,255,255,0.9);
}

.threeCol{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;	
}
.combiContent{
	width: 32%;
}
.combiContent h3{
	background-color: #301215;
	color: #FFF;
	text-align: center;
}
.threeCol .priceTable{
	margin-top: 0;
}
.threeCol .priceTable .price{
	width: 60%;
}

.btnGiftBanner{
	max-width: 800px;
	margin: 0 auto;
}

@media only screen and (max-width:450px){
	#intro p{
		text-align: left;
	}
	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,#menu .menuWrapper.flip .twoCol{
		display: block;
	}
	.twoCol .colL,.twoCol .colR,#menu .menuWrapper.flip .twoCol .colR,#menu .menuWrapper.flip .twoCol .colL,#course .twoCol .colL,#course .twoCol .colR{
		width: 100%;
	}
	.twoCol .colR,#menu .menuWrapper.flip .twoCol .colR{
		margin-top: 10px;
	}
	
	#mainvisual h1{
		font-size: 24px;
		padding-top: 30px;
		background-size:40px auto;
	}
	#mainvisual h1 span{
		font-size: 13px;
	}
	#menu .menuWrapper.flip{
		padding: 50px 0;
		margin: 50px 0;
	}
    .priceTable{
        margin: 30px auto;
    }
	#menu .menuWrapper h3{
		text-align: center;
		font-size: 20px;
		background-size:35px auto;
	}
	.priceTable .priceTime{
		font-size: 16px;
	}
	.priceTable .price{
		font-size: 16px;
	}
	.priceTable .min,.priceTable .tax{font-size: 12px;}
	
    #course{	
        padding: 50px 0;
        margin: 30px 0;
	}
	#course .courseWrapper h3{
		font-size: 20px;
	}
	#course .priceTable{
		margin-bottom: 50px;
	}
	
    .combiContent{
        width: 100%;
    }
    .threeCol{
        display: block;	
    }
	.threeCol .priceTable .price{
		width: 70%;
	}
}
