@charset "utf-8";

:root {
  --wht: #fff;
  --gray: #f7f7f7;
  --d-blue: #153155;
  --org: #ff7213;
}

/* font-feature-setting */
.ffs-palt {font-feature-settings: "palt";}
.ffs-pwid {font-feature-settings: "pwid";}

.ff-vietanam {font-family: 'Be Vietnam Pro', sans-serif;}
.ff-pop {font-family: 'Poppins', sans-serif;}

.bg-wht {background: var(--wht);}
.bg-gray {background: var(--gray);}

.align-c {text-align: center;}
.w601-br {display:inline;}
.w600-br {display:none;}

body {
  margin: 0;
  width: 100%;
  overflow-x: hidden;
}

main {
  margin: 0;
  background: var(--wht);
}

.rsv-btn {
  display: inline-block;
  position: sticky;
  top: 0;
  z-index: 101;
}

.rsv-btn a {
  display: flex;
  padding: 12px 14px 10px;
  color: var(--wht);
  font-size: 15px;
  background: var(--org);
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
  transition: all 0.5s;
}

.arrow {
  fill: #fff;
  margin: -1px 10px 0 -5px;
  width: 30px;
  height: 15px;
  transition: all 0.5s;
}

.rsv-btn a:hover {
  background: #ff5f13;
}

.trip-brf-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -37px auto 0;
  max-width: 1300px;
}

.trip-brf-head div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 44px 0;
  width: 574px;
  text-align: center;
  background: rgba(255,255,255,0.9);
  border-radius: 3px;
  box-shadow: 0 0 4px rgba(0,0,0,0.15);
  font-weight: 600;
  line-height: 1.5;
  z-index: 80;
}

.trip-brf-head div > h2 {
  margin-bottom: 20px;
  color: var(--org);
  font-size: clamp(1.8rem, 1.2832rem + 1.38vw, 2.8rem);
  letter-spacing: 3px;
}

.trip-brf-head div > h3 img {
  margin-bottom: 15px;
  width: 100%;
  max-width: 458px;
}

.trip-brf-head div > p {
  color: var(--d-blue);
  font-size: 17px;
  letter-spacing: 2px;
  line-height: 1.6;
}

.trip-brf-icons {
  padding: 50px 0 104px;
  width: 100%;
}

.trip-brf-icons > div {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 635px;
}

.trip-brf-icons > div > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 17px 0;
  max-width: 140px;
  width: 22.047244%;
  max-height: 140px;
  background: var(--org);
  border-radius: 3px;
}

.trip-brf-icons > div > div p {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

.trip-brf-icons > div > div > img {
  margin-top: 6px;
  max-width: 75px;
  width: 100%;
}

.choice, .about, .recomend, .message {
  margin: 0 auto;
  width: 100%;
}

.choice {
  padding-bottom: 104px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.choice > h2,
.about h2,
.recomend > h2,
.message > h2 {
  position: relative;
  margin-bottom: 18px;
  font-size: clamp(1.3rem, 2vw, 17px);
  text-align: center;
  font-weight: 600;
}

.choice > h2 {
  margin-bottom: 40px;
}

.choice > h2::before,
.about h2::before,
.recomend > h2::before,
.message > h2::before {
  content: "";
  position: absolute;
  bottom: -6px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 38px;
  height: 3px;
  background: var(--org);
}

.choice > div {
}

.choice > div p,
.message > div p {
  margin-bottom: 40px;
  font-size: clamp(1.4rem, 1.0368rem + 0.97vw, 2.2rem);
  font-weight: 600;
  line-height: 1.8;
}

.message > div p:last-child {margin-bottom: 0;}

.choice > div p:last-child {
  margin-bottom: 0;
}

.about__inner,
.recomend,
.trip-brf-info__inner {
  margin: 0 auto;
  padding: 84px 0 108px;
  width: 100%;
  max-width: 1100px;
}

.trip-brf-info__inner {padding: 56px 0 145px;}

.about__inner > h3,
.about__inner > h3 span,
.recomend > h3,
.recomend > h3 span,
.message > h3 {
  position: relative;
  margin-bottom: 90px;
  color: var(--d-blue);
  font-size: clamp(2.2rem,1.5632rem + 1.7vw, 3.6rem);
  font-feature-settings: "palt";
  text-align: center;
  letter-spacing: 3px;
  line-height: 1.6;
}

.recomend > h3,
.recomend > h3 span,
.message > h3 {margin-bottom: 40px;}

.about__inner > h3::before {
  content: "";
  position: absolute;
  bottom: -62px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 1px;
  height: 50px;
  background: var(--d-blue);
}

.about__inner > h3 span,
.recomend > h3 span {
  margin-bottom: 0;
  font-size: clamp(2.64rem,1.87584rem + 1.7vw, 4.32rem);
}

.about__inner--plan,
.about__inner--cost,
.about__inner--option {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 auto 20px;
  padding: 50px 40px;
  width: 100%;
  max-width: 1100px;
  background: var(--wht);
  border-radius: 18px;
}

.about__inner--cost,
.about__inner--option {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  height: 500px;
  background: url(../../assets/images/trip-brf/cost.jpg)no-repeat;
  background-size: contain;
}

.about__inner--option {
  margin-bottom: 0;
  background: url(../../assets/images/trip-brf/option.jpg)no-repeat;
}

.about__inner--plan::before,
.about__inner--cost::before,
.about__inner--option::before {
  content: 'PLAN';
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--wht);
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.about__inner--plan::before,
.about__inner--cost::before,
.about__inner--option::before {
  top: 22px;
  left: 22px;
  width: 65px;
  height: 65px;
  background: var(--org);
  border-radius: 50%;
}

.about__inner--cost::before{
  content: 'COST';
}

.about__inner--option::before{
  content: 'OPTION';
}

.about__inner--plan > div h4,
.about__inner--cost > div h4,
.about__inner--option > div h4 {
  font-size: clamp(1.9rem, 1.2272rem + 1.79vw, 3.2rem);
}

.about__inner--plan > div p,
.about__inner--cost > div p,
.about__inner--option > div p {
  margin-top: 10px;
  font-size: clamp(1.3rem, 0.9376rem + 0.97vw, 2.0rem);
  font-weight: 600;
  letter-spacing: 0.3rem;
  line-height: 1.9;
}

.about__inner--plan > img {
  width: 100%;
  max-width: 482px;
}

.about__inner--cost > div,
.about__inner--option > div {
  color: var(--wht);
  font-weight: 600;
}

.about__inner--cost > div:nth-child(2) {
  margin-top: 20px;
  padding-top: 28px;
  border-top: 1px solid #fff;
}

.recomend > div {
  margin: 0 auto;
  width: 100%;
  max-width: 768px;
}

.recomend > div > p {
  position: relative;
  padding: 15px 0 13px 3rem;
  font-size: clamp(1.4rem, 1.0368rem + 0.97vw, 2.2rem);
  font-weight: 600;
  letter-spacing: 2.5px;
  line-height: 1.4;
  border-bottom: 1px solid #bbb;
}

.recomend > div > p::before {
  content: '';
  position: absolute;
  top: 25px;
  left: 10px;
  width: 10px;
  height: 10px;
  background: var(--org);
  border-radius: 50%;
}

.recomend > div > p:first-of-type {
  border-top: 1px solid #bbb;
}

.message > div {margin-bottom: 120px;}

.info-access > h2 {
  margin-bottom: 38px;
  color: var(--d-blue);
  font-size: 38px;
  font-family: 'Be Vietnam Pro', sans-serif;
  text-align: center;
}

.info-access__body {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
}

.info-access div > figure {
  margin: 0;
  width: 48%;
  max-width: 480px;
}

.info-access div > figure figcaption,
.info-access div > figure figcaption span {
  margin-top: 26px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.info-access div > figure figcaption span {
  margin-top: 0;
  display: block;
  font-size: 81.25%;
}

.ggl-map__body {
  position: relative;
  margin: 0;
  padding-bottom: 46%;
  width: 48%;
  height: 0;
  overflow: hidden;
}
 
.ggl-map__body > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


@media screen and (max-width: 1000px) {

  .trip-brf-icons > div {max-width: 598px;}

  .trip-brf-iconss > div > div {
     max-width: 130px;
    width: 21.73913%;
    max-height: 130px;
  }

  .trip-brf-icons > div > div p {font-size: 16px;}
  
  .info-access > h2 {font-size: 34px;}
  
  .info-access__body {
    margin: 0 auto;
    width: calc(100% - 60px);
  }

}


@media screen and (max-width: 768px) {
    
  .trip-brf-icons {padding-bottom: 102px;}
  .trip-brf-icons > div {max-width: 540px;}

  .trip-brf-icons > div > div {
    padding: 12px 0;
    width: 23%;
    max-height: 124px;
  }
  
  .trip-brf-icons > div > div > img {max-width: 70px;}

  .about__inner--plan,
  .about__inner--cost,
  .about__inner--option {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-top: 120px;
    width: 85%;
  }

  .about__inner--cost,
  .about__inner--option {
    justify-content: flex-end;
    height: 840px;
    background: url(../../assets/images/trip-brf/cost-m.jpg)no-repeat;
    background-size: cover;
    border-radius: 18px;
  }

  .about__inner--option {
    background: url(../../assets/images/trip-brf/option-m.jpg)no-repeat;
    background-size: cover;
  }

  .about__inner--plan > img {
    width: 100%;
    max-width: 100%;
  }

  .recomend > div {
    margin: 0 auto;
    width: 85%;
    max-width: 768px;
  }

  .about__inner--plan > div {margin-bottom: 30px;}
    
  .info-access > h2 {font-size: 32px;}

  .info-access__body {
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }
  
  .info-access div > figure {
    margin: 0;
    width: calc(100% - 140px);
    max-width: 100%;
  }
  
  .info-access div > figure figcaption {margin-top: 18px;}
  
  .ggl-map__body {
    margin-bottom: 30px;
    padding-bottom: 65%;
    width: calc(100% - 140px);
  }

}
    

@media screen and (max-width: 600px) {

  .w601-br {display:none;}
  .w600-br {display: inline;}

  .rsv-btn {
    top: 0;
    width: 100%;
  }
    
  .rsv-btn a {
    width: 100%;
    justify-content: center;
  }
  
  .trip-brf-head {
    display: flex;
    flex-direction: column-reverse;
  }
  
  .trip-brf-head div {
    position: static;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    padding: 30px 0 50px;
    width: 90%;
    text-align: center;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    line-height: 1.5;
    z-index: 80;
  }
  
  .trip-brf-head div > h2 {margin-bottom: 16px;}
  .trip-brf-head div > h3 img {margin-bottom: 10px;}
  .trip-brf-head div > p {font-size: 15px;}

  .trip-brf-icons {padding: 0 0 64px;}
  
  .trip-brf-icons > div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 260px;
  }
  
  .trip-brf-icons > div > div {
    margin-bottom: 20px;
    padding: 15px 0;
    width: 46.153846%;
    max-height: 120px;
  }
  
  .trip-brf-icons > div > div:nth-child(n+3) {margin-bottom: 0;}
  .trip-brf-icons > div > div > img {margin-top: 5px;}
  
  .choice {padding-bottom: 78px;}
  .choice > h2 {margin-bottom: 32px;}
  .choice > div {width: 86.666%}
  .choice > div p, .message > div p {
    margin-bottom: 20px;
  }
  
  .about__inner,
  .recomend,
  .trip-brf-info__inner {padding: 48px 0 90px;}
  
  .message > div {margin-bottom: 68px;}
  
  .about__inner > h3,
  .about__inner > h3 span {
    margin-bottom: 72px;
  }
  
  .about__inner > h3::before {
    bottom: -51px;
    height: 40px;
  }

  .about__inner--plan,
  .about__inner--cost,
  .about__inner--option {
    width: 80%;
    padding: 30px 20px;
    border-radius: 12px;
  }

  .about__inner--plan {
    padding-top: 110px;
  }
  
  .about__inner--cost,
  .about__inner--option {
    justify-content: flex-end;
    height: 500px;
    background: url(../../assets/images/trip-brf/cost-s.jpg)no-repeat;
    background-size: cover;
    border-radius: 18px;
  }

  .about__inner--option {
    background: url(../../assets/images/trip-brf/option-s.jpg)no-repeat;
    background-size: cover;
  }
  
  .about__inner--plan::before,
  .about__inner--cost::before,
  .about__inner--option::before {
    top: 14px;
    left: 14px;
    width: 52px;
    height: 52px;
    font-size: 10px;
  }

  .about__inner--plan > div p,
  .about__inner--cost > div p,
  .about__inner--option > div p {
    margin-top: 7px;
    letter-spacing: 0.2rem;
    line-height: 1.9;
  }
  
  .info-access > h2 {
    margin-bottom: 16px;
    font-size: 28px;
  }
  
  .info-access div > figure {width: 88%;}
  
  .ggl-map__body {
    padding-bottom: 80%;
    width: 88%;
  }
  
  .recomend > div > p {padding: 15px 0 13px 2.4rem;}

  .recomend > div > p::before {
    top: 20px;
    left: 8px;
  }

}


/*-- form --*/

#formWrap {
  width: 100%;
  margin: 0 auto 100px;
}

.form-head {
  padding: 90px 0 40px;
  background: var(--wht);
}

.form-head > h2 {
  font-size: 36px;
  color: var(--d-blue);
  line-height: 1;
}

.consul-attn, .input-attn {
  margin-top: 22px; 
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.input-attn {text-align: left;}

.form-privacy-link a {
  margin: 14px auto 0;
   font-weight: 400;
}

table.formTable{
  width: 700px;
  margin: 50px auto 70px;
  border-collapse:collapse;
}

table.formTable th, table.formTable td{
	padding:10px 0;
}

table.formTable th,
table.formTable th.fw400 {
  max-width: 275px;
  width: 39.2857%;/*275px*/
  font-weight: 600;
  text-align: left;
}

table.formTable th.fw400{
  font-weight: 400;
}

table.formTable td {
  max-width: 425px;
  width: 60.7132%;
  line-height: 2;
}

.btn-wrap {padding: 0;}  


@media screen and (max-width: 678px) {
	
  #formWrap {
    margin:0 auto 55px;
  }
  
  .form-head {padding: 52px 0 40px;}
  .form-head > h2 {font-size: 27px;}
  
  .consul-attn, .input-attn {
    margin-top: 17px;
    font-size: 13px;
  }
  
  table.formTable {
    margin: 34px auto 44px;
    width: 470px;
  }

  table.formTable th, table.formTable td {
    padding: 0 0 10px;
	max-width: 100%;
	width: 100%;
	display: block;
  }

  table.formTable th {
	margin-top: 10px;
	border-bottom: 0;
  }
  
  table.formTable th br {display: none;}
  
  form input[type="text"], form textarea {
	width: 80%;
	padding: 5px;
	font-size: 110%;
	display: block;
  }

  form input[type="submit"], form input[type="reset"], form input[type="button"] {
	display: block;
	width: 100%;
	height: 40px;
  }

}

@media screen and (max-width: 600px) {

  .consul-attn {
    margin: 17px auto 0;
    width: 88%;
    text-align: justify;
  }
  
  .consul-attn br {display:none;}

  table.formTable {
    width: 88%;
  }

}