@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Cal+Sans&display=swap');

article .FontNum{  font-family: "Cal Sans", sans-serif;
  font-weight: 400;
  font-style: normal;}

/*--------------------------------MV*/
#MV{
	width: 85%;
	margin: 0 auto;
	max-width: 1400px;
	min-width: var(--MainWidth);
	display: flex;
	margin-top: 50px;
	height: 550px;
	justify-content: center;
	margin-bottom: 100px;
}
#MV .Inner{background-image: url(../../images/thaibeach/bg_map.png);/* width: 400px; */background-position: center;background-repeat: no-repeat;background-size: contain;margin-right: 3.5vw;flex: 1;padding-top: 40px;}
#MV .Inner .logo{
	width: 80%;
	margin: 0 auto;
	margin-bottom: 30px;
	max-width: 400px;
}
#MV .Inner h1{
	text-align: center;
	color: var(--MainColor);
	margin-bottom: 20px;
	line-height: 1;
}
#MV .Inner h1 .sub{
	font-size: 60px;
}
#MV .Inner h1 .sub span{
	font-size: 55%;
}
#MV .Inner h1 .main{
	font-size: 16px;
}
#MV .Inner .txt{
	font-size: 15px;
	line-height: 2;
	margin-bottom: 20px;
}
#MV .Inner .btn{
	text-align: center;
}
#MV .Inner .btn a{
	display: inline-block;
	padding: 15px 100px;
}
#MV .Inner .btn a:after{
	content: "\f103";
}

#MV .Visual{max-width: 750px;height: 100%;width: 60%;min-width: 600px;}
#MV #container{
	height: 100%;
}
#MV #theTarget{}
#MV #theTarget div{
    height: 550px;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 13px;
}
#MV .skippr-nav-container{ display:none}
#MV .skippr-previous{
    left: 2%;
}
#MV .skippr-next{
    right: 3%;
}

#MV #theTarget .caption{
	background-color: rgb(0 0 0 / 80%);
	color: #fff;
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 0px 5px;
	font-size: 11px;
}

/*-------------------------------hotel*/
#Hotel{
	background-color: var(--BackPaleColor);
	padding-top: 1px;
	padding-bottom: 20px;
}
#Hotel h2{
	margin-top: -30px;
}
#Hotel .Inner{
	width: var(--MainWidth);
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#Hotel .Inner .Entry{
	width: 47%;
	margin-bottom: 45px;
	display: flex;
}
#Hotel .Inner .Entry.long{
	width: 100%;
	align-items: center;
}
#Hotel .Inner .Entry .photo{
	width: 200px;
	margin-top: 10px;
}
#Hotel .Inner .Entry .photo .caption{}
#Hotel .Inner .Entry .photo img{
	border-radius: 100%;
}
#Hotel .Inner .Entry .Main{
	flex: 1;
	padding-left: 20px;
}
#Hotel .Inner .Entry .Main dl{
	color: var(--MainColor);
	margin-bottom: 2px;
}
#Hotel .Inner .Entry .Main dt{
	font-weight: bold;
	font-size: 17px;
	line-height: 1.4;
	padding-bottom: 2px;
}
#Hotel .Inner .Entry .Main dd{
	font-size: 16px;
}
#Hotel .Inner .Entry .Main .txt{
	font-size: 13.5px;
	line-height: 1.8;
}



/*---------------------------------------ModelPlan*/
#ModelPlan{background-position: center;background-repeat: no-repeat;background-size: cover;position: relative;padding: var(--MainPadding);color: #fff;}
#Phuket #ModelPlan{background-image: url(../../images/thaibeach/sche_bg_phuket.webp);}
#samui #ModelPlan{background-image: url(../../images/thaibeach/sche_bg_samui.webp);}
#pattaya #ModelPlan{background-image: url(../../images/thaibeach/sche_bg_pattaya.webp);}
#huahin #ModelPlan{background-image: url(../../images/thaibeach/sche_bg_huahin.webp);}
#KohLanta #ModelPlan{background-image: url(../../images/thaibeach/sche_bg_KohLanta.webp);}

#ModelPlan:before{content: "";background-color: var(--BackDarkColor);position: absolute;top: 0;left: 0;width: 100%;height: 100%;opacity: 0.8;}
#ModelPlan h2{
	color: #fff;
	position: relative;
}
#ModelPlan h2 .sub{
	padding-bottom: 7px;
}
#ModelPlan .Inner .illust{
	position: absolute;
	z-index: 2;
}
#ModelPlan .Inner .illust img{
	width: auto;
}
#ModelPlan .Inner .illust:nth-of-type(1){top: -70px;left: 760px;}
#ModelPlan .Inner .illust:nth-of-type(2){top: 200px;left: 420px;}
#ModelPlan .Inner .illust:nth-of-type(3){top: 330px;left: 280px;}
#ModelPlan .Inner .illust:nth-of-type(4){top: 510px;left: 400px;}
#ModelPlan .Inner .illust:nth-of-type(5){top: 780px;left: 910px;}
#ModelPlan .Inner .illust:nth-of-type(6){top: 700px;left: 410px;}
#ModelPlan .Inner .illust:nth-of-type(7){top: 360px;left: -40px;}
#ModelPlan .Inner .illust:nth-of-type(8){top: 800px;left: 660px;}
#ModelPlan .Inner .illust:nth-of-type(9){top: 0px;left: 390px;}

#ModelPlan .Inner{
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
	width: 980px;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
	margin-top: 70px;
}
#ModelPlan .Inner .Entry{
	width: 335px;
	position: relative;
	margin-bottom: 20px;
}
#ModelPlan .Inner .Entry + .Entry{
	margin-top: 50px;
}
#ModelPlan .Inner .Entry:nth-of-type(even){}
#ModelPlan .Inner .Entry:before{content: "";display: block;position: absolute;}
#ModelPlan .Inner .Entry:before{background-image: url(../../images/thaibeach/shce_line01.png);width: 403px;height: 85px;top: 10px;left: 350px;}
#ModelPlan .Inner .Entry:nth-of-type(even):before{background-image: url(../../images/thaibeach/sche_line02.png);width: 479px;height: 214px;top: 210px;left: -500px;}
#ModelPlan .Inner .Entry.exLine:before{background-image: url(../../images/thaibeach/sche_line03.png);width: 277px;height: 80px;top: 70px;left: 350px;}
#ModelPlan .Inner .Entry.last:before{
	content: none;
}
#ModelPlan .Inner .Entry.noPhoto{
	margin-top: 120px;
}
#ModelPlan .Inner .Entry.noPhoto:before{
	top: 150px;
}
#pattaya #ModelPlan .Inner .Entry:nth-of-type(4):before{
	top: 280px;
}
#Phuket #ModelPlan .Inner .Entry:nth-of-type(4):before{
	top: 230px;
}
#pattaya #ModelPlan .Inner .Entry.last{
	margin-top: 170px;
}
#huahin #ModelPlan .Inner .Entry:nth-of-type(4):before{
	top: 260px;
}
#huahin #ModelPlan .Inner .Entry.last{
	margin-top: 90px;
}
#KohLanta #ModelPlan .Inner .Entry.last{
	margin-top: 60px;
}
#KohLanta #ModelPlan .Inner .Entry.last .date,
#pattaya #ModelPlan .Inner .Entry.last .date,
#huahin #ModelPlan .Inner .Entry.last .date{
	justify-content: left;
	column-gap: 10px;
}
#ModelPlan .Inner .Entry .date{
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	line-height: 1;
	padding-bottom: 6px;
}
#ModelPlan .Inner .Entry .date dt{
	font-size: 28px;
	letter-spacing: 2px;
}
#ModelPlan .Inner .Entry .date dt strong{
	font-weight: normal;
	font-size: 150%;
	display: inline-block;
	padding-left: 2px;
}
#ModelPlan .Inner .Entry .date dd{
	font-size: 30px;
	letter-spacing: 1px;
}
#ModelPlan .Inner .Entry .date dd span{
	font-weight: bold;
	font-size: 18px;
}

#ModelPlan .Inner .Entry .photo{position: relative;}
#ModelPlan .Inner .Entry .photo .img img{
	border-radius: 5px;
}
#ModelPlan .Inner .Entry .photo .caption{
	font-weight: bold;
	color: #fff;
	position: absolute;
	bottom: 14px;
	left: 10px;
	line-height: 1;
	background-color: rgb(0 0 0 / 50%);
	font-size: 11px;
	padding: 4px;
	font-weight: normal;
}
#ModelPlan .Inner .Entry dl.txt{}
#ModelPlan .Inner .Entry dl.txt dt{
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 2px;
}
#ModelPlan .Inner .Entry dl.txt dt span{
	display: block;
	font-size: 13px;
}
#ModelPlan .Inner .Entry dl.txt dd{
	font-size: 14px;
}


/*-------------------------Airlines*/
#Airlines{padding: var(--MainPadding);}
#Airlines .Inner{
	width: var(--MainWidth);
	margin: 0 auto;
}
#Airlines .Inner .Sec{}
#Airlines .Inner .Sec + .Sec{
	margin-top: 40px;
	padding-top: 40px;
	border-top: 3px solid #d9dee4;
}
#Airlines .Inner .Sec .Title{
	display: flex;
	margin-bottom: 30px;
	align-items: center;
}
#Airlines .Inner .Sec .Title dl{
	width: 260px;
	text-align: center;
	margin-right: 30px;
}
#Airlines .Inner .Sec .Title dt{
	width: 60%;
	margin: 0 auto;
	margin-bottom: 5px;
}
#Airlines .Inner .Sec .Title dt img{}
#Airlines .Inner .Sec .Title dd{
	font-size: 22px;
	font-weight: bold;
	color: var(--MainColor);
}
#Airlines .Inner .Sec .Title dd + dd{
	font-weight: normal;
	font-size: 20px;
}
#Airlines .Inner .Sec .Title .txt{
	flex: 1;
	line-height: 2;
	font-size: 15px;
}

#Airlines .Inner .Sec .Seat{
	display: flex;
	justify-content: space-between;
	column-gap: 40px;
}
#Airlines .Inner .Sec .Seat .Entry{
	flex: 1;
}
#Airlines .Inner .Sec .Seat .Entry.flex{
	display: flex;
}
#Airlines .Inner .Sec .Seat .Entry .photo{
	margin-bottom: 2px;
}
#Airlines .Inner .Sec .Seat .Entry.flex .photo{
	width: 370px;
}

#Airlines .Inner .Sec .Seat dl{}
#Airlines .Inner .Sec .Seat dt{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
	color: var(--MainColor);
}
#Airlines .Inner .Sec .Seat dd{}
#Airlines .Inner .Sec .Seat dd li { display: flex; line-height: 1.4; }
#Airlines .Inner .Sec .Seat dd li + li { margin-top: 5px; }
#Airlines .Inner .Sec .Seat dd li:before {content: "\f0c8";font-size: 10px;font-family: FontAwesome;padding-top:3px;padding-right: 3px;display: flex;flex-direction: column;height: 100%;color: var(--MainColor);}

#Airlines .Inner .Sec .Seat .Entry.flex dl{
	flex: 1;
	margin-left: 20px;
}

/*----------------------------------Item*/
#Item{
	background-color: var(--BackPaleColor);
	padding: var(--MainPadding);
}
#Item #RefineSearch .Main dl + dl{
	margin-top: 10px;
}
#RefineSearch .Main dl#DayTags, #RefineSearch .Main dl#DeptTags{
	padding-bottom: 0;
}
#Item #RefineSearch .Main dl#DeptTags{
	border-top: none;
	padding: 0;
	margin: 0;
}
#Item .SMPaccrTtl{
	display: none;
}

/*-------------------------------------------------RefineSearch*/
#RefineSearch .Head #allClear{background-color:var(--MainColor);}
#RefineSearch .Head #allClear:hover{
    color:var(--MainColor);
}
#RefineSearch .Main dt{
    color:var(--MainColor);
    width: 5.5em;
}
#RefineSearch .Main li input[type=radio]+label:hover{border-color:var(--MainColor);color:var(--MainColor);}
#RefineSearch .Main li input[type=radio]+label:hover::before{color:#a78eb6}
#RefineSearch .Main li input[type=radio]:checked+label{color: var(--MainColor);}
#RefineSearch .Main li input[type=radio]:checked+label::before{color: var(--MainColor);}
#RefineSearch .Main li input[type=checkbox]+label:hover{color: var(--MainColor);}
#RefineSearch .Main li input[type=checkbox]:checked+label{color: var(--MainColor);}
#RefineSearch .Main li input[type=checkbox]:checked+label::before{color: var(--MainColor);}
#RefineSearch .Main li input[type=checkbox]+label:hover::before  { 
    color: var(--MainColor);
}

#RefineSearch .Foot #count strong{
    color: var(--MainColor);
    font-size: 31px;
    font-weight: bold;
    line-height: 1;
}
#RefineSearch .Foot #Sort li:hover{
    border-bottom: 1px solid var(--MainColor);
}
#RefineSearch .Foot #Sort li.act{
    color: var(--MainColor);
    border-bottom: 1px solid var(--MainColor);
}
#RefineSearch .Foot{
	align-items: baseline;
}


#Item .None {
	width: var(--MainWidth);
	margin: 0px auto;
	text-align: center;
}

#Item .None p {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 19px;
}

#Item .None ul {
	display: flex;
	justify-content: center;
}

#Item .None li {
	width: 30%;
	margin: 0px 10px;
}

#Item .None li + li {
}

#Item .None li a {
	font-size: 16px;
}

#Item .None li a:hover {
}
