@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPMincho:wght@400;700&display=swap");
/*---------------------------------------------------------
BreakPoint
----------------------------------------------------------*/
/*---------------------------------------------------------
color
----------------------------------------------------------*/
/*---------------------------------------------------------
BrakePoint
----------------------------------------------------------*/
.biz-font {
  font-family: "BIZ UDPMincho", serif;
}

.pv2_container {
  max-width: 1090px;
  padding-left: 15px;
  padding-right: 15px;
}

.zend_font {
  font-family: "Zen Old Mincho", serif;
}

.pv2_title {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-size: 30px;
  font-weight: 500;
}
.pv2_title > span:nth-child(1) {
  line-height: 1.3;
}
.pv2_title > span:nth-child(2) {
  font-family: "Playfair Display", serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.4;
}
.pv2_title.dark {
  color: #fff;
}
@media (max-width: 600px) {
  .pv2_title {
    font-size: 18px;
  }
  .pv2_title > span:nth-child(1) {
    letter-spacing: 2px;
  }
  .pv2_title > span:nth-child(2) {
    font-size: 27px;
  }
}

.grd_text_gray {
  background: -webkit-linear-gradient(#fff, #949494);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.grd_text_gold {
  background: -webkit-linear-gradient(#FCF5DD, #CCA913);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn_trans_o {
  height: 56px;
  color: #fff;
  border: 1px solid #fff;
  transition: all 0.3s;
}
.btn_trans_o:hover {
  color: #c43527;
  border-color: #c43527;
}
@media (max-width: 600px) {
  .btn_trans_o {
    height: 42px;
  }
}

.btn_simulation {
  width: 100%;
  height: 70px;
  max-width: 280px;
  border: 1px solid #d9d9d9;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  transition: all 0.3s;
}
.btn_simulation .ar_icon {
  width: 40px;
  height: 40px;
  transition: all 0.3s;
  background-color: #c43527;
}
@media (max-width: 600px) {
  .btn_simulation {
    height: 74px;
    max-width: 150px;
  }
  .btn_simulation .ar_icon {
    width: 28px;
    height: 28px;
  }
}

.btn_pv2_contact {
  height: 54px;
  color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  transition: all 0.3s;
}
.btn_pv2_contact.contact_red {
  background-color: #c43528;
}
.btn_pv2_contact.contact_red:hover {
  background-color: #b12b1f;
}
.btn_pv2_contact.contact_green {
  background-color: #00c300;
}
.btn_pv2_contact.contact_green:hover {
  background-color: #01b101;
}
.btn_pv2_contact.contact_gray {
  background-color: #333333;
}
.btn_pv2_contact.contact_gray:hover {
  background-color: #1e1e1e;
}
.btn_pv2_contact .ar_icon {
  background-color: #fff;
}
.btn_pv2_contact .ar_icon:last-of-type {
  width: 14px;
  height: 14px;
}
.btn_pv2_contact_number {
  height: 14px;
  color: #c43528;
  background-color: #fff;
}

.btn_grd {
  height: 40px;
  color: #fff;
  background: linear-gradient(to right, #333, #999);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  transition: all 1s;
}
.btn_grd:hover {
  background: linear-gradient(to right, #c43527, #f1b4ae);
}
@media (max-width: 600px) {
  .btn_grd {
    height: 28px;
  }
}

.pv2_banner {
  position: relative;
  width: 100%;
  height: 100vh;
  color: #fff;
}
.pv2_banner_container {
  position: absolute;
  z-index: 2;
  inset: auto 0 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
}
.pv2_banner_bg {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pv2_banner .btn_trans_o {
  width: 100%;
  max-width: 450px;
}
@media (max-width: 600px) {
  .pv2_banner {
    height: 513px;
  }
  .pv2_banner_container {
    padding-bottom: 50px;
  }
  .pv2_banner .btn_trans_o {
    max-width: 230px;
  }
}

.pv2_merits {
  background-color: #f8f8f8;
}
.pv2_merits_item img {
  aspect-ratio: 1.8/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.pv2_merits_item p {
  font-weight: 500;
}

.pv2_aircraft {
  background-color: #333;
}
.pv2_aircraft_slider_tab {
  display: none;
  border-bottom: 1px solid #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.pv2_aircraft_slider_tab a {
  height: 40px;
  background-color: #d3d3d3;
  color: #636363;
  padding-top: 3px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25) inset;
  transition: all 0.3s;
}
.pv2_aircraft_slider_tab a.actived {
  padding-top: 0;
  border-top: 3px solid #272727;
  background-color: #f4f4f4;
  box-shadow: none;
}
.pv2_aircraft_item {
  position: relative;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  min-width: 450px;
}
.pv2_aircraft_item img {
  aspect-ratio: 1.9/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.pv2_aircraft_type {
  position: absolute;
  top: 12px;
  right: 10px;
}
.pv2_aircraft_type_item {
  border-width: 1px;
  border-style: solid;
  min-width: 80px;
  height: 28px;
  padding: 0 10px;
}
.pv2_aircraft_type_item .ar_icon {
  width: 14px;
  height: 14px;
}
.pv2_aircraft_type_item.dark {
  color: #fff;
  border-color: #333;
  background-color: #333;
}
.pv2_aircraft_type_item.dark .ar_icon {
  background-color: #fff;
}
.pv2_aircraft_type_item.light {
  color: #333;
  border-color: #000;
  background-color: #fff;
}
.pv2_aircraft_type_item.light .ar_icon {
  background-color: #333;
}
.pv2_aircraft_title span {
  color: #999;
}
.pv2_aircraft_info {
  color: #a8a8a8;
  background-color: #fff;
}
.pv2_aircraft_service .ar_icon {
  width: 22px;
  height: 22px;
  background-color: #a8a8a8;
}
@media (max-width: 600px) {
  .pv2_aircraft {
    background-color: #fff;
  }
  .pv2_aircraft h2.pv2_title {
    color: #333 !important;
  }
  .pv2_aircraft_slider {
    background-color: #f4f4f4;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25) inset;
    overflow: hidden;
  }
  .pv2_aircraft_slider_tab {
    display: flex;
  }
  .pv2_aircraft_slider .swiperc {
    display: none;
    padding: 18px 0 0;
  }
  .pv2_aircraft_slider .swiperc.show {
    display: block;
  }
  .pv2_aircraft_slider .swiperc .swiper-wrapper {
    padding: 0 18px 20px;
    max-height: 100vh;
    overflow-y: auto;
    box-sizing: border-box;
  }
  .pv2_aircraft_item {
    min-width: unset;
  }
}

.swiperc {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.pv2_features {
  background-color: #f8f8f8;
}
.pv2_features_item img {
  aspect-ratio: 1.95/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.pv2_features_item h3 {
  font-family: "Zen Old Mincho", serif;
}
.pv2_features_no {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  line-height: 1;
}
.pv2_features_box {
  border-radius: 10px;
  overflow: hidden;
}
.pv2_features_des {
  background-color: #fff;
}

.pv2_flow {
  --size: 122px;
}
.pv2_flow_item {
  position: relative;
}
.pv2_flow_item .ar_icon {
  width: 28px;
  height: 23px;
  position: absolute;
  left: calc(var(--size) / 2);
  bottom: -20px;
  transform: translate(-50%, 50%);
}
.pv2_flow_item:nth-child(1) .ar_icon {
  background-color: #c4c4c4;
}
.pv2_flow_item:nth-child(2) .ar_icon {
  background-color: #9b9d9f;
}
.pv2_flow_item:nth-child(3) .ar_icon {
  background-color: #808080;
}
.pv2_flow_item:nth-child(4) .ar_icon {
  display: none;
}
.pv2_flow_step {
  width: var(--size);
  height: var(--size);
  border: 2px solid #D4D4D4;
  font-family: "Zen Old Mincho", serif;
  color: #5c5c5c;
}
.pv2_flow_step span {
  line-height: 1;
}
.pv2_flow_content {
  flex: 1;
  color: #fff;
  font-weight: 400;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
.pv2_flow_content h3 {
  font-weight: 500;
  border-bottom: 1px solid #fff;
}
.pv2_flow_content a {
  color: #008cff;
  text-decoration: underline;
}
.pv2_flow_content.flow_1 {
  color: #5c5c5c;
  background-color: #d4d4d4;
}
.pv2_flow_content.flow_1 h3 {
  border-bottom-color: #333;
}
.pv2_flow_content.flow_2 {
  background-color: #aeaeae;
}
.pv2_flow_content.flow_3 {
  background-color: #9b9d9f;
}
.pv2_flow_content.flow_4 {
  background-color: #808080;
}
@media (max-width: 600px) {
  .pv2_flow {
    --size: 85px;
  }
  .pv2_flow_item .ar_icon {
    left: 50%;
    bottom: -36px;
    transform: translate(-50%, 50%);
  }
  .pv2_flow_item:nth-child(2) .pv2_flow_step {
    color: #aeaeae;
    border-color: #aeaeae;
  }
  .pv2_flow_item:nth-child(3) .pv2_flow_step {
    color: #9b9d9f;
    border-color: #9b9d9f;
  }
  .pv2_flow_item:nth-child(4) .pv2_flow_step {
    color: #808080;
    border-color: #808080;
  }
  .pv2_flow_step {
    background-color: #fff;
    position: absolute;
    top: -14px;
    left: -16px;
  }
  .pv2_flow_content h3 {
    letter-spacing: 2px;
  }
}

.pv2_membership_wrapper {
  border-radius: 10px;
  padding: 45px 65px;
  background: linear-gradient(135deg, #424242, #a3a3a3);
}
.pv2_membership .pv2_title span:nth-child(1) {
  font-family: "Zen Old Mincho", serif;
}
.pv2_membership_image {
  flex: 0 0 50%;
}
.pv2_membership_image img {
  aspect-ratio: 1.4/1;
  max-width: 100%;
}
.pv2_membership_content {
  flex: 1;
  font-family: "Zen Old Mincho", serif;
}
.pv2_membership_content h3 {
  line-height: 1.5;
}
.pv2_membership_link {
  width: 100%;
  max-width: 350px;
}
.pv2_membership_link span {
  display: block;
  position: relative;
  line-height: 0;
}
.pv2_membership_link span::after {
  content: "";
  display: block;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: -35px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  transform: translate(0, -45%);
  transition: all 0.3s;
}
.pv2_membership_link:hover span::after {
  border-left-color: #c43527;
}
@media (max-width: 600px) {
  .pv2_membership {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pv2_membership_wrapper {
    border-radius: 7px;
    padding: 32px 22px 22px;
    background: linear-gradient(to right, #424242, #a3a3a3);
  }
  .pv2_membership_image {
    flex: 1;
    order: 2;
  }
  .pv2_membership_content {
    order: 1;
  }
  .pv2_membership_link {
    max-width: 180px;
  }
  .pv2_membership_link span::after {
    right: -24px;
    border-width: 7px;
  }
}

.pv2_faq_wrapper {
  overflow: hidden;
  background-color: #e2e2e2;
  border: 1px solid #c1c1c1;
  border-radius: 6px;
}
.pv2_faq h3 {
  cursor: pointer;
  position: relative;
}
.pv2_faq h3 span:nth-child(1) {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
}
.pv2_faq h3::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translate(0, -50%) rotate(45deg);
}
.pv2_faq_content {
  height: 0;
  transition: height 0.3s;
}
.pv2_faq_content p span:nth-child(1) {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
}
@media (max-width: 600px) {
  .pv2_faq h3::after {
    right: 20px;
  }
}

.pv2_hotel {
  background-color: #f8f8f8;
}
.pv2_hotel_item img {
  aspect-ratio: 1.9/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.pv2_hotel_info {
  background-color: #fff;
}
.pv2_hotel_info h3 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  line-height: 1.4;
}

.pv2_columns_item img {
  aspect-ratio: 2.4/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.pv2_columns_info {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  border: 1px solid #d9d9d9;
  border-top: none;
}
.pv2_columns_info h3 {
  line-height: 1.5;
}
.pv2_columns_info p {
  letter-spacing: 2px;
}

.pv2_consult_wrapper {
  background-color: #f8f8f8;
}

.pv2_company {
  background-color: #f8f8f8;
}
.pv2_company_grid {
  gap: 115px;
}
.pv2_company_row {
  border-bottom: 1px solid #d1d1d1;
}
.pv2_company_label {
  flex: 0 0 115px;
  color: #898989;
}
.pv2_company_image {
  flex: 0 0 25%;
  color: #898989;
}
@media (max-width: 600px) {
  .pv2_company_grid {
    border-radius: 20px;
    padding: 20px 25px;
    background-color: #fff;
    gap: 30px;
  }
  .pv2_company_label {
    flex: 0 0 90px;
    padding: 0 10px;
    text-align: justify;
    color: #000;
  }
  .pv2_company_image {
    flex: 1 1 100%;
    text-align: left;
  }
  .pv2_company_image img {
    aspect-ratio: 1.5/1;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
}

.pr_booking_modal {
  position: fixed;
  z-index: 1000;
  inset: 0;
  background-color: rgba(23, 26, 37, 0.8);
  overflow: hidden;
  transition: all 0.3s;
}
.pr_booking_modal_wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.pr_booking_modal_dialog {
  width: 100%;
  max-width: 900px;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  position: relative;
}
.pr_booking_modal_close {
  position: absolute;
  top: 8px;
  right: 6px;
}
.pr_booking_modal_close .ar_icon {
  background-color: #c43527;
}

#dialog_maintenance {
  text-align: center;
}
#dialog_maintenance h5 {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 5px;
  font-size: 1.5rem;
  margin: 10px 0 40px;
}
#dialog_maintenance h5 .ar_icon {
  width: 30px;
  height: 30px;
  background-color: #c43527;
}
#dialog_maintenance p {
  margin-bottom: 10px;
  font-size: 1rem;
  letter-spacing: 0.025em;
}
#dialog_maintenance p span {
  font-size: 0.8rem;
}

.fixed_contact {
  width: 100px;
  position: fixed;
  z-index: 5;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.fixed_contact_title {
  background-color: #474747;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 3px;
}
.fixed_contact_title span {
  position: relative;
  display: inline-block;
}
.fixed_contact_title span::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0) rotate(45deg);
}
.fixed_contact a {
  height: 50px;
  color: #fff;
}
.fixed_contact a .ar_icon {
  width: 20px;
  height: 20px;
  background-color: #fff;
}
.fixed_contact_red {
  background: linear-gradient(to bottom, #F4635B, #8E0700);
}
.fixed_contact_gray {
  background: linear-gradient(to bottom, #888, #333);
}
.fixed_contact_green, .fixed_contact_chat {
  background: linear-gradient(to bottom, #72FF70, #03C300, #028B00);
}
@media (max-width: 600px) {
  .fixed_contact {
    width: 100%;
    inset: auto 0 -80px 0;
    transform: translate(0, 0);
    transition: all 0.3s;
  }
  .fixed_contact.showed {
    inset: auto 0 0 0;
  }
  .fixed_contact_title {
    line-height: 1.5;
    writing-mode: unset;
    text-orientation: unset;
  }
  .fixed_contact_title span::after {
    bottom: unset;
    left: unset;
    right: -20px;
    top: 50%;
    transform: translate(0, -50%) rotate(45deg);
  }
  .fixed_contact_list {
    flex-direction: row-reverse;
  }
  .fixed_contact_chat {
    background: linear-gradient(to bottom, #70FF8B, #04C92A, #06751B);
  }
}

.fixed_btn_call {
  --main-color: #c43427;
  position: absolute;
  z-index: 3;
  right: 50px;
  bottom: 46px;
  background-color: var(--main-color);
}
.fixed_btn_call .ar_icon {
  background-color: #fff;
  width: 25px;
  height: 25px;
}
.fixed_btn_call_tel {
  background-color: #fff;
  color: var(--main-color);
}
@media (max-width: 600px) {
  .fixed_btn_call {
    right: 10px;
    bottom: 10px;
  }
  .fixed_btn_call .ar_icon {
    width: 20px;
    height: 20px;
  }
}