@charset "utf-8";

#mainvisual{
	height: 200px;
	text-align: center;
	background-image: url(/public/img/slide/erawan02.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.6);
	z-index: 0;
    background-image: url(/public/img/bg-flower.svg);
    background-size: 100% auto;
	background-position: center 80%;
}
#mainvisual h1{
	color: #FFF;
	margin: 0 auto;
	z-index: 1;
	line-height: 1.4;
	padding-top: 40px;
	background-image: url(/public/img/icon/gift-w.svg);
	background-repeat: no-repeat;
	background-size: 40px auto;
	background-position: center top;
}
#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: #87633d;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}
#intro p span{
	display: block;
}


h2{
	color: #87633d;
	text-align: center;
	margin: 0 auto 50px;
	line-height: 1.4;
	padding-top: 40px;
	background-image: url(/public/img/icon/gift.svg);
	background-repeat: no-repeat;
	background-size: 40px auto;
	background-position: center top;	
}
h2 span{
	display: block;
	font-size: 14px;
}
#discount .discountWrapper{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;	
	flex-wrap: wrap;
}
.discountInfo{
	width: 45%;
	box-sizing: border-box;
	margin-bottom: 4%;
}

.discountInfo h3{
	margin: 10px 0;
	font-size: 30px;
	text-align: center;
	color: #87633d;
}
.discountInfo h3::before,.discountInfo h3::after{
	content: " ";
	padding: 0 15px;
	background-image: url(/public/img/icon/title01.svg);
	background-repeat: no-repeat;
	background-size: 30px auto;
	background-position: left center;
	
}
.discountInfo h3::before{
	margin-right: 10px;
}
.discountInfo h3::after{
	margin-left: 10px;
}
.discountInfo p{
	color: #bd937f;
	border-top: 1px dotted #87633d;
	padding: 10px 0 20px 0;
}
.reserveWrapper{
	width: 100%;
}

.reserveWrapper a div{
	text-align: center;
	padding: 10px;
	background-color: #bd937f;
	color: #FFF;
	font-size: 26px;
	font-weight: bold;
	border: 2px solid #bd937f;
	outline-offset: -1px;
    box-sizing: border-box;
	transition: all 0.3s ease-in-out 0s;
}
.reserveWrapper a:hover div{
	color: #bd937f;
	background-color: #FFF;
	transition: all 0.1s ease-in-out 0s;
}
.reserveWrapper a div span{	
	background-image: url(/public/img/icon/reservation.svg);
	background-repeat: no-repeat;
	background-size: 30px auto;
	background-position: left center;
	padding-left: 40px;
	transition: all 0.3s ease-in-out 0s;
}

.reserveWrapper a:hover div span{
	background-image: url(/public/img/icon/reservation-br.svg);
	transition: all 0.3s ease-in-out 0s;
}
.giftCard{
	font-size: 12px;
	color: #ed5a24;
	text-align: center;
}

.tocartWrapper{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.tocartWrapper.btn2 a{
	width: 49%;
}

.tocartWrapper.btn3 a{
	width: 32%;
}
.tocartWrapper.btn3 a div,
.tocartWrapper.btn2 a div{
	text-align: center;
	padding: 10px;
	color: #FFF;
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
	border: 1px solid #bd937f;
	background-color:  #bd937f;
	border-radius: 5px;
	outline-offset: -1px;
    box-sizing: border-box;
	transition: all 0.3s ease-in-out 0s;
}
.tocartWrapper.btn3 a:hover div,
.tocartWrapper.btn2 a:hover div{
	color: #bd937f;
	background-color: #FFF;
	transition: all 0.1s ease-in-out 0s;
}
.tocartWrapper.btn3 a div span,
.tocartWrapper.btn2 a div span{
	font-size: 12px;
}
.tocartWrapper.row2{
	flex-direction: column;
}
.tocartWrapper.btn3.row2 a{
	width: 100%;
	margin-bottom: 10px;
}
.tocartWrapper.btn3.row2 a div{
	font-size: 16px;
	line-height: 1.5;
}
.giftComment{
	text-align: center;
	font-size: 12px;
	line-height: 1.5;
	color: #bd937f;
}
.giftComment span{
	font-size: 10px;
}

#gift{
    background-color: #dcd4ce;
    background-image: url(/public/img/bg-flower.svg);
    background-size: 100% auto;
}
#gift .giftWrapper{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.giftIntro{
    color: #87633d;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto 30px;
	text-align: center;
}
.giftIntro span{
	display: inline-block;
}
.giftInfo{
	margin: 0 5% 5%;
	box-sizing: border-box;
	padding: 5%;
    background-color: #fff;
	position: relative;
}
.giftInfo.sale::before{
	content: "SALE";
	font-size: 18px;
	padding: 3px 15px;
	position: absolute;
	color: #FFF;
    background-color: #ed5a24;
	z-index: 1;
	line-height: 1.5;
	border-bottom: 2px #FFF solid;
	border-right: 2px #FFF solid;
}
.giftInfo h3{
	margin: 10px 0;
	font-size: 20px;
	line-height: 1.3;
	text-align: center;
	color: #87633d;
	border-bottom: dotted 1px #87633d;
	padding-bottom: 10px;
}
.giftInfo h3 span{
	display: block;
	font-size: 13px;
	font-weight: normal;
}
.giftPrice{
	color: #bd937f;
	text-align: center;
	min-height: 80px;
	margin-bottom: 0px;
}
.giftPrice .giftTxt span{
	display: table;
    border-radius: 5px;
    font-size: 18px;
    padding: 0px 10px;
    color: #FFF;
    background-color: #ed5a24;
	min-width: 200px;
	margin: 0 auto 10px;
}
#gift .reserveWrapper a div{
	font-size: 20px;
}
#gift .reserveWrapper a div span{	
	padding-left: 30px;
	background-size:25px auto;
	background-image: url(/public/img/icon/gift-w.svg);
}
#gift .reserveWrapper a:hover div span{
	background-image: url(/public/img/icon/gift2.svg);
}

@media only screen and (max-width:450px){
	#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;
	}
	
	.twoCol{
		display: block;
	}
	.twoCol .colL,.twoCol .colR{
		width: 100%;
	}
	.twoCol .colR{
		margin-top: 20px;
		padding-left: 0;
	}
	h2{
		padding-top: 30px;
		background-size:30px auto;
		margin-bottom: 30px;
	}
	.discountInfo h3{
		font-size: 22px;
	}
	.discountInfo h3::before, .discountInfo h3::after{
		background-size: 25px auto;
	}
    .discountInfo h3::before{
        margin-right: 5px;
    }
    .discountInfo h3::after{
        margin-left: 5px;
    }
	
	#discount .discountWrapper{
		display: block;
	}
	.discountInfo{
		width: 100%;
		margin-bottom: 30px;
	}
	#gift{
		padding: 50px 0;
	}
	#gift .giftWrapper{
		display: block;
	}
	.giftIntro{
		font-size:14px;
    }
	.giftInfo h3{
		font-size: 18px;
	}
	.giftInfo h3 span{
		font-size: 11px;
	}
	.giftPrice{
		min-height: inherit;
	}
	.reserveWrapper a div,#gift .reserveWrapper a div{
		font-size: 18px;		
	}
	.reserveWrapper a div span{
		background-size: 20px auto;
		padding-left: 30px;
	}
}
