@charset "UTF-8";
.co_red {
  color: #FF0000;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 16px;
  font-weight: normal;
}

/* -----------------------------------------------------------
CSS Information
File name:     online_tour_flight.css
Created:       2021-07-15
----------------------------------------------------------- */
.bl_main {
  padding-top: 15px;
}
@media screen and (max-width: 640px) {
  .bl_main {
    padding-top: 0;
  }
}

.bl_main .inner {
  padding-left: 25px;
}
@media screen and (max-width: 1060px) {
  .bl_main .inner {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .bl_main .inner {
    padding: 0;
  }
}

/* -----------------------------------------------------------
*.bl_research
----------------------------------------------------------- */
.bl_research {
  width: 100%;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #D2D2D2;
}
@media screen and (max-width: 768px) {
  .bl_research {
    display: none;
  }
}
.bl_research option {
  background: #ffffff;
  font-weight: normal;
  width: 100%;
}
.bl_research .bl_wrap {
  width: 1040px;
  height: 54px;
  margin: 0 auto;
  border-radius: 100px;
  background: #ffffff;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  position: relative;
}
.bl_research .bl_wrap .bl {
  margin: 0 5px;
  padding: 8px 5px;
  position: relative;
}
.bl_research .bl_wrap .bl:hover, .bl_research .bl_wrap .bl.is_active {
  background: #E6F4F6;
}
.bl_research .bl_wrap .bl:first-child {
  margin-left: 0;
  padding-left: 27px;
}
.bl_research .bl_wrap .bl:not(.seat):after {
  content: "";
  display: block;
  width: 1px;
  height: 38px;
  background: #D2D2D2;
  position: absolute;
  right: -5px;
  top: 8px;
}
.bl_research .bl_wrap .bl.dep {
  width: 150px;
}
.bl_research .bl_wrap .bl.arr {
  width: 170px;
}
.bl_research .bl_wrap .bl.date {
  width: 220px;
}
.bl_research .bl_wrap .bl.num {
  width: 170px;
}
.bl_research .bl_wrap .bl.seat {
  width: 230px;
}
.bl_research .bl_wrap .btn_research {
  width: 44px;
  height: 44px;
  background: #32AFAF;
  border-radius: 100px;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bl_research .bl_wrap .btn_research img {
  width: 20px;
  height: 20px;
}
.bl_research .trigger {
  padding: 0 5px;
  overflow: hidden;
  cursor: pointer;
  height: 100%;
}
.bl_research .trigger .txt_01 {
  display: block;
  font-size: 12px;
  color: #969696;
}
.bl_research .trigger .txt_02 {
  font-size: 15px;
  font-weight: bold;
}
.bl_research .panel {
  display: none;
  position: absolute;
  border: solid 1px #D2D2D2;
  background: #ffffff;
  padding: 20px;
  top: 100%;
  left: 0;
  z-index: 30;
  width: auto;
  height: auto;
}
.bl_research .panel li, .bl_research .panel p {
  font-size: 14px;
}
.bl_research .panel .bl_error {
  padding-bottom: 15px;
}
.bl_research .panel .bl_error p {
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.bl_research .panel .bl_error p:last-child {
  margin-bottom: 0;
}
.bl_research .panel .bl_error span {
  font-size: 12px;
  background: #F67E60;
  display: inline-block;
  color: #fff;
  padding: 3px 5px;
  border-radius: 5px;
  position: relative;
}
.bl_research .panel .bl_error span:before {
  content: "";
  border: solid 10px transparent;
  border-bottom: solid 10px #F67E60;
  position: absolute;
  right: 50px;
  top: -17px;
}
.bl_research .panel .bl_btn {
  display: flex;
  justify-content: center;
}
.bl_research .panel .bl_btn .btn {
  width: 116px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #32AFAF;
  border-radius: 50px;
  cursor: pointer;
}
.bl_research .panel .bl_btn .btn p {
  color: #ffffff;
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
}
.bl_research .bl.dep {
  border-radius: 100px 0 0 100px;
}
.bl_research .bl.dep #reserch_dep {
  font-weight: bold;
  cursor: pointer;
}
.bl_research .bl.dep li {
  cursor: pointer;
  font-size: 14px;
  padding: 0 5px 20px;
}
.bl_research .bl.dep li:hover {
  opacity: 0.65;
}
.bl_research .bl.dep .panel {
  overflow-y: auto;
  padding-bottom: 0;
  padding: 20px 15px 20px 20px;
}
.bl_research .bl.arr.type_no {
  position: relative;
  background: #FFFFC8;
}
.bl_research .bl.arr.type_no .bl_no_arr {
  position: absolute;
  top: -20px;
  left: 20px;
  width: 510px;
  height: 25px;
  background: #F67E60;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bl_research .bl.arr.type_no .bl_no_arr:after {
  content: "";
  display: block;
  border: solid 10px transparent;
  border-top: solid 10px #F67E60;
  position: absolute;
  top: 25px;
  left: 45px;
}
.bl_research .bl.arr.type_no .bl_no_arr p {
  color: #FFFFFF;
  font-weight: bold;
  white-space: nowrap;
  font-size: 12px;
  background: 25px;
}
.bl_research .bl.arr .dl_btn {
  display: none;
}
.bl_research .bl.arr .box_input.selected {
  position: relative;
  display: flex;
  justify-content: flex-start;
}
.bl_research .bl.arr .box_input.selected .dl_btn {
  background: url("../img/btn_dl.svg") center;
  background-size: 100%;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  right: 0;
}
.bl_research .bl.arr .box_input.selected #reserch_arr {
  font-weight: bold;
}
.bl_research .bl.arr #reserch_arr {
  font-weight: normal;
  cursor: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bl_research .bl.arr .selected #reserch_arr {
  width: calc(100% - 20px);
}
.bl_research .bl.arr .txt_02 {
  white-space: nowrap;
}
.bl_research .bl.arr .panel {
  max-height: 300px;
  width: 450px;
  padding-bottom: 0;
  overflow-y: auto;
}
.bl_research .bl.arr .panel p.txt_no_arr {
  color: #F60000;
  margin-bottom: 15px;
  font-weight: bold;
}
.bl_research .bl.arr .panel li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
.bl_research .bl.arr .panel li:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("../img/icon_plane.svg") no-repeat center;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 0;
}
.bl_research .bl.arr .panel li:hover {
  opacity: 0.65;
}
.bl_research .bl.arr .panel li.all {
  padding: 0;
}
.bl_research .bl.arr .panel li.all:before {
  display: none;
}
.bl_research .bl.date .trigger {
  overflow: inherit;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  cursor: pointer;
}
.bl_research .bl.date .trigger input {
  cursor: pointer;
}
.bl_research .bl.date .trigger .cal_wrap {
  width: 90px;
  position: relative;
}
.bl_research .bl.date .trigger .cal_wrap:first-of-type {
  width: 110px;
}
.bl_research .bl.date .trigger .cal_wrap:first-of-type:after {
  content: "";
  width: 15px;
  height: 1px;
  display: inline-block;
  background: #000;
  position: absolute;
  bottom: 10px;
  right: 6px;
}
.bl_research .bl.num .panel {
  width: 340px;
}
.bl_research .bl.num .panel .bl_error {
  padding-bottom: 15px;
}
.bl_research .bl.num .panel .bl_error p {
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.bl_research .bl.num .panel .bl_error p:last-child {
  margin-bottom: 0;
}
.bl_research .bl.num .panel .bl_error span {
  font-size: 12px;
  background: #F67E60;
  display: inline-block;
  color: #fff;
  padding: 3px 5px;
  border-radius: 5px;
  position: relative;
}
.bl_research .bl.num .panel .bl_error span:before {
  content: "";
  border: solid 10px transparent;
  border-bottom: solid 10px #F67E60;
  position: absolute;
  right: 50px;
  top: -17px;
}
.bl_research .bl.num .panel .num_wrap .bl_error {
  margin-top: -10px;
}
.bl_research .bl.num .panel .num_wrap .row .row_input {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
}
.bl_research .bl.num .panel .num_wrap .txt_01 {
  width: calc(100% - 120px);
}
.bl_research .bl.num .panel .num_wrap .num {
  width: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bl_research .bl.num .panel .num_wrap .txt_val {
  width: 20px;
  text-align: center;
}
.bl_research .bl.num .panel .num_wrap .icon_minus, .bl_research .bl.num .panel .num_wrap .icon_plus {
  display: block;
  width: 30px;
  height: 30px;
  background: url("../img/icon_minus_b.svg") no-repeat center;
  background-size: 50%;
  border: solid 1px #32AFAF;
  border-radius: 5px;
  cursor: pointer;
}
.bl_research .bl.num .panel .num_wrap .icon_plus {
  background: url("../img/icon_plus_b.svg") no-repeat center;
  background-size: 50%;
}
.bl_research .bl.num .panel .num_wrap .min .icon_minus, .bl_research .bl.num .panel .num_wrap .max .icon_plus {
  cursor: default;
  background: url("../img/icon_minus_g.svg") no-repeat center;
  background-size: 50%;
  border: solid 1px #D2D2D2;
}
.bl_research .bl.num .panel .num_wrap .max .icon_plus {
  cursor: default;
  background: url("../img/icon_plus_g.svg") no-repeat center;
  background-size: 50%;
}
.bl_research .bl.num .panel .old_wrap {
  margin-bottom: 20px;
}
.bl_research .bl.num .panel .old_wrap .bl_error p {
  margin-top: 10px;
}
.bl_research .bl.num .panel .old_wrap .row {
  display: none;
}
.bl_research .bl.num .panel .old_wrap .row.is_active {
  display: flex;
  justify-content: space-between;
}
.bl_research .bl.num .panel .old_wrap .row .row_txt {
  width: calc(100% - 120px);
  color: #FF0000;
  padding-top: 20px;
}
.bl_research .bl.num .panel .old_wrap .row .row_input {
  margin-bottom: 10px;
  width: 120px;
}
.bl_research .bl.num .panel .old_wrap .row .row_input:last-child {
  margin-bottom: 0;
}
.bl_research .bl.num .panel .old_wrap .row .row_input > p, .bl_research .bl.num .panel .old_wrap .row .row_input .select_wrap {
  width: 100%;
}
.bl_research .bl.num .panel .old_wrap .row .row_input > p {
  font-weight: bold;
}
.bl_research .bl.num .panel .old_wrap .row .row_input .select_wrap {
  border: solid 1px #32AFAF;
  background: #E6F4F6;
  height: 42px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  position: relative;
}
.bl_research .bl.num .panel .old_wrap .row .row_input .select_wrap:after {
  content: "";
  display: block;
  width: 9px;
  height: 100%;
  background: url("../img/icon_arrow_blue.svg") no-repeat center;
  position: absolute;
  right: 5px;
}
.bl_research .bl.num .panel .old_wrap .row .row_input select {
  width: 100%;
  height: 100%;
  padding: 5px;
}
.bl_research .bl.seat .panel {
  width: 100%;
}
.bl_research .bl.seat .panel ul {
  margin-bottom: 30px;
}
.bl_research .bl.seat .panel li {
  margin-bottom: 15px;
}
.bl_research .bl.seat .panel li:last-child {
  margin-bottom: 0;
}
.bl_research .bl.seat .panel .bl_d_flight {
  padding: 0 0 20px;
}

/* -----------------------------------------------------------
*.bl_research_sp
----------------------------------------------------------- */
.online_tour .bl_research_sp.bl_hidden {
  position: static;
}

.online_tour .bl_research_sp .bl_hidden_body .form_select_01 select,
.online_tour .bl_research_sp .bl_hidden_body .form_select_01 input {
  font-weight: normal;
}

.bl_research_sp .bl_hidden_h {
  z-index: 10100;
}

.bl_research_sp .bl_hidden_f {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 30vw;
  z-index: 10100;
}

.online_tour.flight.error2 .bl_research_sp .bl_hidden_body {
  padding: 0;
}

.bl_research_sp .bl_hidden_body {
  position: fixed;
  z-index: 10050;
  top: 0;
  left: 0;
  padding: 13vw 0 30vw;
  width: 100%;
  height: 100%;
  height: -webkit-fill-available;
}
.bl_research_sp .bl_hidden_body .form_select_01 input {
  font-size: 16px;
  transform: scale(0.875);
}
.bl_research_sp .bl_hidden_body .bl {
  margin-bottom: 10px;
}
.bl_research_sp .bl_hidden_body .txt_01 {
  font-size: 12px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  line-height: 1;
}
.bl_research_sp .bl_hidden_body .txt_01:after {
  content: '必須';
  background: #F67E60;
  color: #ffffff;
  font-size: 10px;
  padding: 3px 7px;
  border-radius: 30px;
  margin-left: 10px;
}
.bl_research_sp .bl_hidden_body .txt_01.nini:after {
  content: '任意';
  background: #32AFAF;
}
.bl_research_sp .bl_hidden_body .form_select_01 {
  height: 40px;
}
.bl_research_sp .bl_hidden_body .bl.date .wrap {
  display: flex;
  justify-content: space-between;
}
.bl_research_sp .bl_hidden_body .bl.date .cal_wrap {
  width: calc((100% - 10px)/2);
}
.bl_research_sp .bl_hidden_body .bl.date input {
  border: none;
  padding: 0;
}
.bl_research_sp .bl_hidden_body .bl.date .form_select_01 {
  background: #E6F4F6;
  border: solid 1px #32AFAF;
  border-radius: 5px;
  padding: 0 15px 0 25px;
}
.bl_research_sp .bl_hidden_body .bl.date .form_select_01:before {
  content: "";
  background: url("../img/icon_cal.svg") no-repeat center;
  background-size: 100%;
  display: block;
  width: 16px;
  height: 100%;
  position: absolute;
  left: 10px;
  top: 0;
  z-index: 1;
}
.bl_research_sp .bl_hidden_body .bl.arr {
  display: none;
}
.bl_research_sp .bl_hidden_body .bl.arr.is_active {
  display: block;
}
.bl_research_sp .bl_hidden_body .bl.arr .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bl_research_sp .bl_hidden_body .bl.arr .dl_btn {
  display: none;
}
.bl_research_sp .bl_hidden_body .bl.arr .box_input {
  width: 100%;
}
.bl_research_sp .bl_hidden_body .bl.arr .box_input.selected {
  position: relative;
}
.bl_research_sp .bl_hidden_body .bl.arr .box_input.selected .dl_btn {
  background: url("../img/btn_dl.svg") center no-repeat;
  background-size: 100%;
  width: 20px;
  height: 100%;
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
}
.bl_research_sp .bl_hidden_body .bl.arr input {
  width: 100%;
  height: 42px;
  background: #F5F5F5;
  font-weight: normal;
  border-bottom: solid 1px #32AFAF;
  padding: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bl_research_sp .bl_hidden_body .bl.arr .box_input.selected input {
  padding: 10px 40px 10px 10px;
}
.bl_research_sp .bl_hidden_body .bl.arr .icon_minus, .bl_research_sp .bl_hidden_body .bl.arr .icon_plus {
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/icon_minus_w.svg") no-repeat center #32AFAF;
  background-size: 50%;
  border-radius: 5px;
}
.bl_research_sp .bl_hidden_body .bl.arr .icon_plus {
  background: url("../img/icon_plus_w.svg") no-repeat center #32AFAF;
  background-size: 50%;
}
.bl_research_sp .bl_hidden_body .bl.arr .min.icon_minus, .bl_research_sp .bl_hidden_body .bl.arr .max.icon_plus {
  background: url("../img/icon_minus_w.svg") no-repeat center #D2D2D2;
  background-size: 50%;
}
.bl_research_sp .bl_hidden_body .bl.arr .max.icon_plus {
  background: url("../img/icon_plus_w.svg") no-repeat center #D2D2D2;
  background-size: 50%;
}
.bl_research_sp .bl_hidden_body .bl.arr .panel {
  display: none;
  border-top: solid 1px #D2D2D2;
  width: calc(100% + 30px);
  padding: 20px;
  top: -1px;
  width: calc(100% + 30px);
  position: relative;
  left: -15px;
}
@media screen and (max-width: 640px) {
  .bl_research_sp .bl_hidden_body .bl.arr .panel {
    width: calc(100% + 10vw);
    left: -5vw;
    padding: 4vw 5vw;
  }
}
.bl_research_sp .bl_hidden_body .bl.arr .panel li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
  font-weight: bold;
}
.bl_research_sp .bl_hidden_body .bl.arr .panel li:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/icon_plane.svg") no-repeat center;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 0;
}
.bl_research_sp .bl_hidden_body .bl.arr .panel li.all {
  padding: 0;
}
.bl_research_sp .bl_hidden_body .bl.arr .panel li.all:before {
  display: none;
}
.bl_research_sp .bl_hidden_body .bl.num .panel_btn {
  background: #E6F4F6;
  border-bottom: solid 1px #32AFAF;
  width: 100%;
  height: 42px;
  position: relative;
  padding: 0 30px 0 10px;
}
.bl_research_sp .bl_hidden_body .bl.num .panel_btn:before {
  content: "";
  display: block;
  background: url("../img/icon_man.svg") no-repeat center;
  background-size: 100%;
  width: 15px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 10px;
}
.bl_research_sp .bl_hidden_body .bl.num .panel_btn:after {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/icon_arrow_blue.svg") no-repeat center;
  background-size: 100%;
  top: 0;
  right: 10px;
  width: 10px;
  height: 100%;
}
.bl_research_sp .bl_hidden_body .bl.num .panel_btn.is_active:after {
  background: url("../img/icon_arrow_blue_re.svg") no-repeat center;
}
.bl_research_sp .bl_hidden_body .bl.num .panel_btn #num_txt_sp {
  padding: 15px 30px 0 30px;
  font-size: 14px;
  line-height: 1;
}
.bl_research_sp .bl_hidden_body .bl.num .panel {
  display: none;
  padding: 15px 0 0 calc(100% - 295px);
  border-bottom: solid 1px #32AFAF;
}
.bl_research_sp .bl_hidden_body .bl.num .panel .txt_03 {
  font-size: 15px;
}
.bl_research_sp .bl_hidden_body .bl.num .panel .txt_val {
  font-size: 14px;
}
.bl_research_sp .bl_hidden_body .bl.num .panel .bl_error {
  padding-bottom: 15px;
}
.bl_research_sp .bl_hidden_body .bl.num .panel .bl_error p {
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.bl_research_sp .bl_hidden_body .bl.num .panel .bl_error p:last-child {
  margin-bottom: 0;
}
.bl_research_sp .bl_hidden_body .bl.num .panel .bl_error span {
  font-size: 11px;
  background: #F67E60;
  display: inline-block;
  color: #fff;
  padding: 3px 5px;
  border-radius: 5px;
  position: relative;
}
.bl_research_sp .bl_hidden_body .bl.num .panel .bl_error span:before {
  content: "";
  border: solid 10px transparent;
  border-bottom: solid 10px #F67E60;
  position: absolute;
  right: 50px;
  top: -17px;
}
.bl_research_sp .bl_hidden_body .bl.num .panel .num_wrap .bl_error {
  padding-top: 5px;
}
.bl_research_sp .bl_hidden_body .bl.num .panel .num_wrap .row .row_input {
  display: flex;
  justify-content: space-between;
}
.bl_research_sp .bl_hidden_body .bl.num .panel .num_wrap .txt_01 {
  width: calc(100% - 1150px);
}
.bl_research_sp .bl_hidden_body .bl.num .panel .num_wrap .num {
  width: 115px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bl_research_sp .bl_hidden_body .bl.num .panel .num_wrap .txt_val {
  width: 30px;
  text-align: center;
}
.bl_research_sp .bl_hidden_body .bl.num .panel .num_wrap .icon_minus, .bl_research_sp .bl_hidden_body .bl.num .panel .num_wrap .icon_plus {
  display: block;
  width: 30px;
  height: 30px;
  background: url("../img/icon_minus_b.svg") no-repeat center;
  background-size: 50%;
  border: solid 1px #32AFAF;
  border-radius: 5px;
  cursor: pointer;
}
.bl_research_sp .bl_hidden_body .bl.num .panel .num_wrap .icon_plus {
  background: url("../img/icon_plus_b.svg") no-repeat center;
  background-size: 50%;
}
.bl_research_sp .bl_hidden_body .bl.num .panel .num_wrap .min .icon_minus, .bl_research_sp .bl_hidden_body .bl.num .panel .num_wrap .max .icon_plus {
  cursor: default;
  background: url("../img/icon_minus_g.svg") no-repeat center;
  background-size: 50%;
  border: solid 1px #D2D2D2;
}
.bl_research_sp .bl_hidden_body .bl.num .panel .num_wrap .max .icon_plus {
  cursor: default;
  background: url("../img/icon_plus_g.svg") no-repeat center;
  background-size: 50%;
}
.bl_research_sp .bl_hidden_body .bl.num .panel .old_wrap .bl_error p {
  margin-top: 10px;
}
.bl_research_sp .bl_hidden_body .bl.num .panel .old_wrap .row {
  display: none;
}
.bl_research_sp .bl_hidden_body .bl.num .panel .old_wrap .row.is_active {
  display: flex;
}
.bl_research_sp .bl_hidden_body .bl.num .panel .old_wrap .row .row_txt {
  width: calc(100% - 120px);
  color: #FF0000;
  padding-top: 20px;
}
.bl_research_sp .bl_hidden_body .bl.num .panel .old_wrap .row .row_input {
  margin-bottom: 10px;
  width: 120px;
}
.bl_research_sp .bl_hidden_body .bl.num .panel .old_wrap .row .row_input:last-child {
  margin-bottom: 0;
}
.bl_research_sp .bl_hidden_body .bl.num .panel .old_wrap .row .row_input > p, .bl_research_sp .bl_hidden_body .bl.num .panel .old_wrap .row .row_input .select_wrap {
  width: 100%;
}
.bl_research_sp .bl_hidden_body .bl.num .panel .old_wrap .row .row_input > p {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 5px;
}
.bl_research_sp .bl_hidden_body .bl.num .panel .old_wrap .row .row_input .select_wrap {
  border: solid 1px #32AFAF;
  background: #E6F4F6;
  height: 42px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  position: relative;
}
.bl_research_sp .bl_hidden_body .bl.num .panel .old_wrap .row .row_input .select_wrap:after {
  content: "";
  display: block;
  width: 9px;
  height: 100%;
  background: url("../img/icon_arrow_blue.svg") no-repeat center;
  position: absolute;
  right: 5px;
}
.bl_research_sp .bl_hidden_body .bl.num .panel .old_wrap .row .row_input select {
  width: 100%;
  height: 100%;
  padding: 5px;
}
.bl_research_sp .bl_hidden_body .bl.seat .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bl_research_sp .bl_hidden_body .bl.seat .wrap .form_select_01 {
  width: calc(100% - 100px);
}
.bl_research_sp .bl_hidden_body .bl.seat .wrap .bl_d_flight {
  width: 85px;
}

.bl_research_sp .bl_entry_arr {
  position: fixed;
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: -webkit-fill-available;
  background: #ffffff;
  z-index: 10200;
  padding: 3.2vw;
  overflow: hidden;
}
.bl_research_sp .bl_entry_arr .bl_arr_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 3.2vw;
}
.bl_research_sp .bl_entry_arr .box_input {
  width: calc(100% - 75px);
}
.bl_research_sp .bl_entry_arr .box_input {
  position: relative;
  display: flex;
  align-items: center;
  height: 50px;
  border: solid 1px #D2D2D2;
  padding: 0 20px 0 0;
}
.bl_research_sp .bl_entry_arr .box_input .dl_btn {
  background: url("../img/btn_dl.svg") center no-repeat;
  background-size: 100%;
  width: 20px;
  height: 100%;
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
}
.bl_research_sp .bl_entry_arr input {
  width: 100%;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  transform: scale(0.875);
}
.bl_research_sp .bl_entry_arr .entry_arr_btn_cl {
  position: relative;
  padding-right: 4vw;
  top: 5px;
}
.bl_research_sp .bl_entry_arr .entry_arr_btn_cl:before,
.bl_research_sp .bl_entry_arr .entry_arr_btn_cl:after {
  content: "";
  display: block;
  width: 3.7333333333vw;
  height: 1px;
  background: #000000;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.bl_research_sp .bl_entry_arr .entry_arr_btn_cl:after {
  transform: translateY(-50%) rotate(45deg);
}
.bl_research_sp .bl_entry_arr .panel {
  display: none;
  max-height: 60vw;
  overflow: auto;
}
.bl_research_sp .bl_entry_arr .panel .txt_no_arr {
  color: #F60000;
  font-weight: bold;
}
.bl_research_sp .bl_entry_arr .panel li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
  font-weight: bold;
}
.bl_research_sp .bl_entry_arr .panel li:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/icon_plane.svg") no-repeat center;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 0;
}
.bl_research_sp .bl_entry_arr .panel li.all {
  padding: 0;
}
.bl_research_sp .bl_entry_arr .panel li.all:before {
  display: none;
}

.bl_research_sp .bl_alart {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: -webkit-fill-available;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10500;
}
.bl_research_sp .bl_alart .alart_wrap {
  width: 71vw;
  border-radius: 20px;
  background: #F8F8F8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bl_research_sp .bl_alart .alart_wrap .box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  line-height: 1;
}
.bl_research_sp .bl_alart .alart_wrap .box:first-child {
  border-bottom: solid 1px #D2D2D2;
}
.bl_research_sp .bl_alart .alart_wrap .box:last-child {
  color: #32AFAF;
  font-weight: bold;
}

/* -----------------------------------------------------------
*.tour_info
----------------------------------------------------------- */
.bl_main .tour_info {
  padding-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .bl_main .tour_info {
    width: calc(100% + 6.6vw);
    position: relative;
    left: -3.3vw;
    border-top: solid 1px #D2D2D2;
    border-bottom: solid 1px #D2D2D2;
    background: #F0F0F0;
    padding: 15px;
  }
}
@media screen and (max-width: 640px) {
  .bl_main .tour_info {
    padding: 3.3333333333vw;
  }
}

.tour_bord {
  border: solid 2px #969696;
  background: #F5F5F5;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .tour_bord {
    background: #ffffff;
    border: solid 2px #32AFAF;
    padding: 5px;
    position: relative;
  }
}
@media screen and (max-width: 640px) {
  .tour_bord {
    padding: 2vw;
  }
}
.tour_bord #btn_research_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .tour_bord #btn_research_sp {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 75px;
    height: 40px;
    border-radius: 0 0 0 20px;
    background: #32AFAF;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .tour_bord #btn_research_sp {
    width: 20.2666666667vw;
    height: 10.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .tour_bord #btn_research_sp p {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 30px;
    position: relative;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .tour_bord #btn_research_sp p {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  .tour_bord #btn_research_sp p:before {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    background: url("../img/icon_search.svg") no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 10px;
    top: 11px;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .tour_bord #btn_research_sp p:before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    left: 2.1333333333vw;
    top: 3.2vw;
  }
}

.tour_bord .tour_h {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 15px;
  border-bottom: solid 1px #D2D2D2;
}
@media screen and (max-width: 768px) {
  .tour_bord .tour_h {
    border: none;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 640px) {
  .tour_bord .tour_h {
    padding-bottom: 2.6666666667vw;
  }
}
.tour_bord .tour_h figure {
  width: 160px;
  height: 90px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .tour_bord .tour_h figure {
    width: 100%;
    height: 26.6666666667vw;
  }
}
.tour_bord .tour_h .note {
  width: calc(100% - 180px);
}
@media screen and (max-width: 768px) {
  .tour_bord .tour_h .note {
    position: relative;
    margin-top: -30px;
    padding: 0 10px;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .tour_bord .tour_h .note {
    margin-top: -pxtovw(70);
    padding: 0 2vw;
  }
}
.tour_bord .tour_h .note .date {
  font-size: 18px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .tour_bord .tour_h .note .date {
    font-size: 16px;
    height: 30px;
    width: 120px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 640px) {
  .tour_bord .tour_h .note .date {
    width: 32vw;
    height: 9.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.tour_bord .tour_h .note .tit {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.tour_bord .tour_h .note .tit span:first-of-type {
  margin: 0 5px;
}
.tour_bord .tour_h .note .tit span:nth-of-type(2) {
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .tour_bord .tour_h .note .tit {
    font-size: 16px;
    line-height: 1;
  }
}
@media screen and (max-width: 640px) {
  .tour_bord .tour_h .note .tit {
    font-size: 4.8vw;
    margin-bottom: 3.3333333333vw;
  }
  .tour_bord .tour_h .note .tit span:first-of-type {
    margin: 0 1.3333333333vw;
  }
  .tour_bord .tour_h .note .tit span:nth-of-type(2) {
    margin-left: 1.3333333333vw;
  }
}
.tour_bord .tour_h .note .txt_01 {
  font-size: 12px;
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .tour_bord .tour_h .note .txt_01 {
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
    background: #F5F5F5;
    padding: 5px 10px 5px 35px;
    font-size: 11px;
  }
}
@media screen and (max-width: 640px) {
  .tour_bord .tour_h .note .txt_01 {
    width: calc(100% + 8vw);
    left: -4vw;
    padding: 1.3333333333vw 4vw 1.3333333333vw 10.6666666667vw;
    font-size: 2.9333333333vw;
  }
}
.tour_bord .tour_h .note .txt_01:before {
  content: "";
  display: block;
  width: 16px;
  height: 100%;
  background: url("../img/icon_ch_01.svg") no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .tour_bord .tour_h .note .txt_01:before {
    left: 15px;
  }
}
@media screen and (max-width: 640px) {
  .tour_bord .tour_h .note .txt_01:before {
    width: 4.2666666667vw;
    left: 4vw;
  }
}
.tour_bord .tour_f {
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .tour_bord .tour_f {
    display: block;
    padding: 0 10px;
  }
}
@media screen and (max-width: 640px) {
  .tour_bord .tour_f {
    padding: 0 2vw;
  }
}
.tour_bord .tour_f .tour_hotel {
  width: calc(100% - 390px);
}
@media screen and (max-width: 768px) {
  .tour_bord .tour_f .tour_hotel {
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }
}
.tour_bord .tour_f .tour_hotel .bl_tit {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .tour_bord .tour_f .tour_hotel .bl_tit {
    display: block;
    margin-bottom: 0;
    margin-right: 5px;
  }
}
@media screen and (max-width: 640px) {
  .tour_bord .tour_f .tour_hotel .bl_tit {
    margin-right: 1.3333333333vw;
  }
}
.tour_bord .tour_f .tour_hotel .tit {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #505050;
  width: 72px;
  height: 20px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  border-radius: 50px;
  margin-right: 5px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .tour_bord .tour_f .tour_hotel .tit {
    margin-bottom: 3px;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .tour_bord .tour_f .tour_hotel .tit {
    width: 15.4666666667vw;
    height: 4.2666666667vw;
    font-size: 2.6666666667vw;
    margin-right: 1.3333333333vw;
    margin-bottom: 0.9333333333vw;
  }
}
.tour_bord .tour_f .tour_hotel .com {
  width: 71px;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .tour_bord .tour_f .tour_hotel .com {
    width: 15.2vw;
    height: 2.1333333333vw;
  }
}
.tour_bord .tour_f .tour_hotel .com img {
  vertical-align: top;
}
.tour_bord .tour_f .tour_hotel .txt_01 {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .tour_bord .tour_f .tour_hotel .txt_01 {
    padding-top: 3px;
  }
}
@media screen and (max-width: 640px) {
  .tour_bord .tour_f .tour_hotel .txt_01 {
    font-size: 2.6666666667vw;
    padding-top: -pxtovw(2);
  }
}
.tour_bord .tour_f .tour_price {
  width: 370px;
  border: solid 1px #D2D2D2;
  padding: 10px;
  background: #ffffff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tour_bord .tour_f .tour_price {
    width: 100%;
    border: none;
    padding: 0;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 640px) {
  .tour_bord .tour_f .tour_price {
    margin-bottom: 2.6666666667vw;
  }
}
.tour_bord .tour_f .tour_price .tit {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .tour_bord .tour_f .tour_price .tit {
    margin-bottom: 0;
  }
}
.tour_bord .tour_f .tour_price .tit .box {
  display: block;
  width: 58px;
  margin-right: 2px;
}
@media screen and (max-width: 768px) {
  .tour_bord .tour_f .tour_price .tit .box {
    width: 45px;
  }
}
@media screen and (max-width: 640px) {
  .tour_bord .tour_f .tour_price .tit .box {
    width: 12.2666666667vw;
    margin-right: 0.6666666667vw;
  }
}
.tour_bord .tour_f .tour_price .tit .txt_01 {
  font-size: 11px;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .tour_bord .tour_f .tour_price .tit .txt_01 {
    font-size: 9px;
  }
}
@media screen and (max-width: 640px) {
  .tour_bord .tour_f .tour_price .tit .txt_01 {
    font-size: 2.4vw;
  }
}
.tour_bord .tour_f .tour_price .txt_02 {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .tour_bord .tour_f .tour_price .txt_02 {
    font-size: 11px;
    line-height: 1;
  }
}
@media screen and (max-width: 640px) {
  .tour_bord .tour_f .tour_price .txt_02 {
    font-size: 2.9333333333vw;
    margin-bottom: 2px;
  }
}
.tour_bord .tour_f .tour_price .txt_price {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .tour_bord .tour_f .tour_price .txt_price {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 640px) {
  .tour_bord .tour_f .tour_price .txt_price {
    margin-bottom: 2.6666666667vw;
  }
}
.tour_bord .tour_f .tour_price .txt_price span {
  line-height: 1;
}
.tour_bord .tour_f .tour_price .txt_price .min {
  color: #F67E60;
  font-size: 17px;
  font-weight: bold;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .tour_bord .tour_f .tour_price .txt_price .min {
    font-size: 13px;
  }
}
@media screen and (max-width: 640px) {
  .tour_bord .tour_f .tour_price .txt_price .min {
    font-size: 3.4666666667vw;
  }
}
.tour_bord .tour_f .tour_price .txt_price .price {
  font-size: 25px;
  margin-right: 15px;
  position: relative;
  bottom: -3px;
}
@media screen and (max-width: 768px) {
  .tour_bord .tour_f .tour_price .txt_price .price {
    font-size: 20px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 640px) {
  .tour_bord .tour_f .tour_price .txt_price .price {
    font-size: 5.3333333333vw;
    bottom: -2px;
  }
}
.tour_bord .tour_f .tour_price .txt_price .txt_03 {
  font-size: 11px;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  .tour_bord .tour_f .tour_price .txt_price {
    font-size: 2.4vw;
  }
}
.tour_bord .tour_f .tour_price .com {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 177px;
}
@media screen and (max-width: 768px) {
  .tour_bord .tour_f .tour_price .com {
    left: 150px;
    top: 0;
    right: auto;
  }
}
@media screen and (max-width: 640px) {
  .tour_bord .tour_f .tour_price .com {
    width: 47.2vw;
    top: -pxtovw(6);
    left: 36vw;
  }
}

/* -----------------------------------------------------------
*.bl_choice
----------------------------------------------------------- */
.bl_choice .bl_choice_h {
  width: calc(100% + ((100vw - 1040px) / 2));
  border-top: solid 1px #D2D2D2;
  border-bottom: solid 1px #D2D2D2;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .bl_choice .bl_choice_h {
    width: 100%;
    border: none;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  .bl_choice .bl_choice_h {
    margin-bottom: 2vw;
  }
}
.bl_choice .bl_choice_h .inner {
  width: calc(100% - ((100vw - 1040px) / 2));
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .bl_choice .bl_choice_h .inner {
    width: 100%;
    height: auto;
    padding: 0;
  }
}
.bl_choice .bl_choice_h .page_tit {
  font-size: 20px;
  line-height: 70px;
}
.bl_choice .bl_choice_h .page_tit .all_num {
  margin-left: 25px;
}
@media screen and (max-width: 640px) {
  .bl_choice .bl_choice_h .page_tit .all_num {
    margin: 0;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .bl_choice .bl_choice_h .page_tit {
    width: calc(100% - 410px);
    padding: 15px 0;
    line-height: 1;
  }
}
@media screen and (max-width: 640px) {
  .bl_choice .bl_choice_h .page_tit {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 5.8666666667vw;
    padding: 4.6666666667vw 0;
  }
}
.bl_choice .bl_choice_h .select_wrap {
  display: flex;
  justify-content: flex-end;
  width: 410px;
}
.bl_choice .bl_choice_h .select_wrap .dis_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .bl_choice .bl_choice_h .select_wrap {
    width: 410px;
  }
}
@media screen and (max-width: 640px) {
  .bl_choice .bl_choice_h .select_wrap {
    width: 100%;
  }
  .bl_choice .bl_choice_h .select_wrap .sort_box {
    display: none;
  }
  .bl_choice .bl_choice_h .select_wrap .dis_sp {
    display: block;
  }
}
.bl_choice .bl_choice_h .form_select, .bl_choice .bl_choice_h .btn_filter {
  width: 200px;
  height: 30px;
  cursor: pointer;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 1060px) {
  .bl_choice .bl_choice_h .form_select, .bl_choice .bl_choice_h .btn_filter {
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 640px) {
  .bl_choice .bl_choice_h .form_select, .bl_choice .bl_choice_h .btn_filter {
    height: 8.2666666667vw;
  }
}
.bl_choice .bl_choice_h .form_select ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #D2D2D2;
  border-top-color: #d2d2d2;
  border-top-style: solid;
  border-top-width: 1px;
  border-top: 0;
  background: #F5F5F5;
  padding: 5px 0;
}
.bl_choice .bl_choice_h .form_select ul li {
  font-size: 13px;
  color: #969696;
  padding: 5px 10px;
  cursor: pointer;
}
.bl_choice .bl_choice_h .form_select ul li:hover {
  opacity: 0.65;
}
.bl_choice .bl_choice_h .btn_filter {
  display: none;
}
@media screen and (max-width: 1060px) {
  .bl_choice .bl_choice_h .btn_filter {
    display: block;
    margin-right: 10px;
  }
}

/* ------------------------------
*.bl_choice　タグ
------------------------------ */
.bl_choice .bl_tag {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .bl_choice .bl_tag {
    padding: 0;
    margin-bottom: 10px;
  }
}
.bl_choice .bl_tag ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.bl_choice .bl_tag ul li {
  background: #969696;
  border-radius: 5px;
  font-size: 11px;
  font-weight: bold;
  height: 28px;
  line-height: 1;
  padding: 0 30px 0 10px;
  margin: 0 5px 5px 0;
  color: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.3s all ease;
}
@media screen and (max-width: 768px) {
  .bl_choice .bl_tag ul li {
    font-size: 9px;
    height: 20px;
    padding: 0 25px 0 5px;
    border-radius: 3px;
  }
}
@media screen and (max-width: 640px) {
  .bl_choice .bl_tag ul li {
    font-size: 2.4vw;
    height: 6.1333333333vw;
    padding: 0 6vw 0 2vw;
  }
}
.bl_choice .bl_tag ul li:before, .bl_choice .bl_tag ul li:after {
  content: "";
  width: 12px;
  height: 2px;
  background: #ffffff;
  display: block;
  transform: rotate(45deg);
  position: absolute;
  top: 13px;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .bl_choice .bl_tag ul li:before, .bl_choice .bl_tag ul li:after {
    top: 8px;
    right: 5px;
  }
}
@media screen and (max-width: 640px) {
  .bl_choice .bl_tag ul li:before, .bl_choice .bl_tag ul li:after {
    width: 2.6666666667vw;
    height: 1px;
    top: 2.8vw;
    right: 1.7333333333vw;
  }
}
.bl_choice .bl_tag ul li:after {
  transform: rotate(-45deg);
}

/* -----------------------------------------------------------
*フライト選択リスト
----------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .choice_list {
    width: calc(100% + 6.6vw);
    position: relative;
    left: -3.3vw;
    border-top: solid 1px #D2D2D2;
    border-bottom: solid 1px #D2D2D2;
    padding: 15px 15px 0;
  }
}
@media screen and (max-width: 640px) {
  .choice_list {
    padding: 4vw 15px 0;
  }
}

.choice_list .flight_bord {
  border: solid 1px #D2D2D2;
  border-top: solid 4px #D2D2D2;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .choice_list .flight_bord {
    border-bottom: none;
    margin-bottom: 10px;
    border-top: solid 1px #D2D2D2;
    border-right: none;
    border-left: none;
  }
}
@media screen and (max-width: 640px) {
  .choice_list .flight_bord {
    margin-bottom: 6.6666666667vw;
    margin-top: -10px;
    border-top: solid 1.0666666667vw #D2D2D2;
  }
}
@media screen and (max-width: 640px) {
  .choice_list .flight_bord:first-child {
    margin-top: 0;
  }
}

.choice_list .flight_bord.reco {
  margin-top: 40px;
  border-top: solid 4px #FF0000;
  position: relative;
}
@media screen and (max-width: 768px) {
  .choice_list .flight_bord.reco {
    margin-top: 30px;
    border-top: solid 2px #FF0000;
  }
}
@media screen and (max-width: 640px) {
  .choice_list .flight_bord.reco {
    margin-top: 30px;
    border-top: solid 1.0666666667vw #FF0000;
  }
}
@media screen and (max-width: 640px) {
  .choice_list .flight_bord.reco:first-child {
    margin-top: 5.0666666667vw;
  }
}
.choice_list .flight_bord.reco:before {
  content: "";
  width: 116px;
  height: 28px;
  display: block;
  background: url("../img/icon_reco.svg") no-repeat center;
  background-size: 100%;
  position: absolute;
  top: -32px;
  left: -1px;
}
@media screen and (max-width: 768px) {
  .choice_list .flight_bord.reco:before {
    left: 5px;
    width: 90px;
    height: 25px;
    top: -25px;
  }
}
@media screen and (max-width: 640px) {
  .choice_list .flight_bord.reco:before {
    width: 25.3333333333vw;
    height: 6.1333333333vw;
    left: 3.3333333333vw;
    top: -pxtovw(46);
  }
}

/* ------------------------------
*フライト選択ボード　初期表示
------------------------------ */
@media screen and (max-width: 768px) {
  .choice_list .fright_bord_h {
    border-bottom: solid 1px #D2D2D2;
  }
}
.choice_list .fright_bord_h .bl_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .choice_list .fright_bord_h .bl_wrap {
    flex-direction: row-reverse;
    padding-bottom: 10px;
    border-left: solid 1px #D2D2D2;
    border-right: solid 1px #D2D2D2;
  }
}
@media screen and (max-width: 640px) {
  .choice_list .fright_bord_h .bl_wrap {
    padding-bottom: 2.6666666667vw;
  }
}
.choice_list .fright_bord_h .vacancy {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 20px;
  border: solid 2px #F67E60;
  height: 28px;
  width: 85px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: bold;
  color: #F67E60;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .choice_list .fright_bord_h .vacancy {
    height: 25px;
    left: 15px;
    bottom: 8px;
    order: solid 2px #F67E60;
  }
}
@media screen and (max-width: 640px) {
  .choice_list .fright_bord_h .vacancy {
    bottom: 2.1333333333vw;
    border: solid 0.4vw #F67E60;
    height: 5.6vw;
    width: 17.0666666667vw;
    font-size: 2.6666666667vw;
  }
}
.choice_list .fright_bord_h .days {
  background: #E6F4F6;
  width: 100%;
  height: 55px;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .choice_list .fright_bord_h .days {
    height: auto;
    padding: 5px;
  }
}
@media screen and (max-width: 640px) {
  .choice_list .fright_bord_h .days {
    height: auto;
    padding: 1.3333333333vw;
    width: 32vw;
    height: 7.4666666667vw;
  }
}
.choice_list .fright_bord_h .days > p {
  color: #32AFAF;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .choice_list .fright_bord_h .days > p {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .choice_list .fright_bord_h .days > p {
    font-size: 4.2666666667vw;
  }
}
.choice_list .fright_bord_h .days .icon_ex {
  width: 28px;
  height: 28px;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .choice_list .fright_bord_h .days .icon_ex {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 640px) {
  .choice_list .fright_bord_h .days .icon_ex {
    width: 5.6vw;
    height: 5.6vw;
  }
}
.choice_list .fright_bord_h .days .com {
  opacity: 0;
  position: absolute;
  bottom: 40px;
  left: 50%;
  height: 0;
  transform: translateX(-50%);
  transition: 0.3s all ease;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 30;
}
@media screen and (max-width: 768px) {
  .choice_list .fright_bord_h .days .com {
    bottom: 38px;
  }
}
@media screen and (max-width: 640px) {
  .choice_list .fright_bord_h .days .com {
    bottom: 8vw;
  }
}
.choice_list .fright_bord_h .days .com.is_active {
  opacity: 1;
  height: auto;
}
.choice_list .fright_bord_h .days .com p {
  display: none;
  border: solid 2px #295ce2;
  background: #E8F6FF;
  border-radius: 50px;
  text-align: center;
  position: relative;
  padding: 0 10px;
  width: auto;
  margin: 0 auto 12px;
  height: 27px;
  justify-content: center;
  align-items: center;
  line-height: 1;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
  -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
  -ms-filter: drop-shadow(0x 0 3px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 0 3apx rgba(0, 0, 0, 0.5));
}
@media screen and (max-width: 640px) {
  .choice_list .fright_bord_h .days .com p {
    border: solid 2 #295ce2;
    height: 6.4vw;
    padding: 0 3.3333333333vw;
    margin: 0 auto 2.6666666667vw;
  }
}
.choice_list .fright_bord_h .days .com p:last-child {
  margin-bottom: 0;
}
.choice_list .fright_bord_h .days .com span {
  display: none;
  color: #295ce2;
  background: #E8F6FF;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .choice_list .fright_bord_h .days .com span {
    font-size: 2.9333333333vw;
  }
}
.choice_list .fright_bord_h .days .com span:before, .choice_list .fright_bord_h .days .com p:before {
  content: "";
  display: block;
  border: solid 6px transparent;
  border-top: solid 6px #E8F6FF;
  font-size: 10px;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}
.choice_list .fright_bord_h .days .com p:before {
  border-top: solid 6px #295ce2;
  bottom: -15px;
  transform: translateX(-50%) scale(1.2);
}
.choice_list .fright_bord_h .days .com span:after {
  display: block;
  width: 100%;
  height: 2px;
  background: #ff0000;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
.choice_list .fright_bord_h .days .com.is_active p, .choice_list .fright_bord_h .days .com.is_active span {
  display: flex;
}
.choice_list .fright_bord_h .bl_01 {
  width: 210px;
  padding-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .choice_list .fright_bord_h .bl_01 {
    display: none;
  }
}
.choice_list .fright_bord_h .bl_01 .airline {
  padding-left: 15px;
}
.choice_list .fright_bord_h .bl_01 .airline .tit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 93px;
  height: 20px;
  background: #505050;
  border-radius: 20px;
  margin-bottom: 3px;
}
.choice_list .fright_bord_h .bl_01 .airline .tit span {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
}
.choice_list .fright_bord_h .bl_01 .airline .txt_01 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 3px;
}
.choice_list .fright_bord_h .bl_01 .airline figure {
  width: 70px;
}
.choice_list .fright_bord_h .bl_02 {
  width: calc(100% - 445px);
}
@media screen and (max-width: 640px) {
  .choice_list .fright_bord_h .bl_02 {
    width: calc(100% - 40vw);
  }
}
.choice_list .fright_bord_h .bl_02 .airline {
  display: none;
}
@media screen and (max-width: 768px) {
  .choice_list .fright_bord_h .bl_02 .airline {
    display: block;
    padding: 5px;
    background: #F5F5F5;
  }
  .choice_list .fright_bord_h .bl_02 .airline p {
    font-size: 9px;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
  }
  .choice_list .fright_bord_h .bl_02 .airline .txt_01 span {
    background: #505050;
    color: #ffffff;
    padding: 2px 5px;
    margin-bottom: 2px;
    border-radius: 30px;
    display: flex;
    align-items: center;
  }
  .choice_list .fright_bord_h .bl_02 .airline .txt_02 {
    display: block;
    letter-spacing: -0.03em;
  }
}
@media screen and (max-width: 640px) {
  .choice_list .fright_bord_h .bl_02 .airline {
    padding: 1.3333333333vw 2vw 2vw;
  }
  .choice_list .fright_bord_h .bl_02 .airline p {
    font-size: 2.6666666667vw;
  }
  .choice_list .fright_bord_h .bl_02 .airline .txt_01 span {
    height: 4.2666666667vw;
    padding: 0 2vw;
    margin-bottom: 1.3333333333vw;
  }
}
.choice_list .fright_bord_h .bl_02 .bord {
  padding: 20px 0;
  position: relative;
}
.choice_list .fright_bord_h .bl_02 .bord:not(:last-child):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-size: 6px 1px;
  background-image: linear-gradient(to right, #D2D2D2, #D2D2D2 4px, transparent 4px, transparent 6px);
  background-repeat: repeat-x;
}
@media screen and (max-width: 768px) {
  .choice_list .fright_bord_h .bl_02 .bord {
    padding: 5px 0;
  }
}
@media screen and (max-width: 640px) {
  .choice_list .fright_bord_h .bl_02 .bord {
    padding: 2vw 0;
  }
  .choice_list .fright_bord_h .bl_02 .bord:last-of-type {
    padding: 2vw 0 0;
  }
}
.choice_list .fright_bord_h .bl_02 .bord .wrap {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
  .choice_list .fright_bord_h .bl_02 .bord .wrap {
    margin-bottom: 0;
  }
}
.choice_list .fright_bord_h .bl_02 .bord .wrap span {
  display: block;
  line-height: 1;
}
.choice_list .fright_bord_h .bl_02 .bord .wrap .box_txt {
  font-size: 12px;
  font-weight: bold;
  width: 77px;
}
@media screen and (max-width: 768px) {
  .choice_list .fright_bord_h .bl_02 .bord .wrap .box_txt {
    font-size: 10px;
    width: 60px;
  }
}
@media screen and (max-width: 640px) {
  .choice_list .fright_bord_h .bl_02 .bord .wrap .box_txt {
    font-size: 2.6666666667vw;
    width: 14.1333333333vw;
    margin-right: 1.3333333333vw;
  }
}
.choice_list .fright_bord_h .bl_02 .bord .wrap .box_txt .txt_01 {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .choice_list .fright_bord_h .bl_02 .bord .wrap .box_txt .txt_01 {
    color: #969696;
  }
}
.choice_list .fright_bord_h .bl_02 .bord .wrap .box_txt .txt_02 {
  background: #32AFAF;
  color: #fff;
  width: 66px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .choice_list .fright_bord_h .bl_02 .bord .wrap .box_txt .txt_02 {
    width: 55px;
  }
}
@media screen and (max-width: 640px) {
  .choice_list .fright_bord_h .bl_02 .bord .wrap .box_txt .txt_02 {
    width: 100%;
    height: 4.2666666667vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.choice_list .fright_bord_h .bl_02 .bord .wrap .box_flight .flight_date {
  font-size: 12px;
  color: #969696;
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
  .choice_list .fright_bord_h .bl_02 .bord .wrap .box_flight .flight_date {
    font-size: 2.6666666667vw;
    margin-bottom: 0.6666666667vw;
  }
}
.choice_list .fright_bord_h .bl_02 .bord .wrap .box_flight .flight_time {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .choice_list .fright_bord_h .bl_02 .bord .wrap .box_flight .flight_time {
    font-size: 15px;
  }
}
@media screen and (max-width: 640px) {
  .choice_list .fright_bord_h .bl_02 .bord .wrap .box_flight .flight_time {
    font-size: 4vw;
    position: relative;
    top: 3px;
  }
}
.choice_list .fright_bord_h .bl_02 .bord .wrap .box_flight.dep .flight_time:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 2px;
  background: #000000;
  position: relative;
  margin: 0 15px 5px;
}
@media screen and (max-width: 640px) {
  .choice_list .fright_bord_h .bl_02 .bord .wrap .box_flight.dep .flight_time:after {
    width: 1.3333333333vw;
    margin: 0 2.6666666667vw 1.0666666667vw;
  }
}
.choice_list .fright_bord_h .bl_02 .bord .time {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .choice_list .fright_bord_h .bl_02 .bord .time {
    display: none;
  }
}
.choice_list .fright_bord_h .bl_03 {
  width: 200px;
  border-left: solid 1px #D2D2D2;
  padding: 15px 20px 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .choice_list .fright_bord_h .bl_03 {
    padding: 15px 20px 0;
  }
}
@media screen and (max-width: 640px) {
  .choice_list .fright_bord_h .bl_03 {
    position: relative;
    width: 40vw;
    border-left: none;
    padding: 1.3333333333vw 0 7.4666666667vw 3.3333333333vw;
  }
}
.choice_list .fright_bord_h .bl_03 .days {
  display: none;
}
@media screen and (max-width: 768px) {
  .choice_list .fright_bord_h .bl_03 .days {
    display: flex;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .choice_list .fright_bord_h .bl_03 .days {
    width: 32vw;
    height: 7.4666666667vw;
    position: absolute;
    bottom: 0;
    left: 3.3333333333vw;
  }
}
.choice_list .fright_bord_h .bl_03 .tit {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.choice_list .fright_bord_h .bl_03 .tit .txt_01 {
  width: 57px;
  display: inline-block;
  margin-right: 2px;
}
@media screen and (max-width: 640px) {
  .choice_list .fright_bord_h .bl_03 .tit .txt_01 {
    width: 12.2666666667vw;
    margin-right: 1.0666666667vw;
  }
}
.choice_list .fright_bord_h .bl_03 .tit .txt_01 img {
  width: 100%;
}
.choice_list .fright_bord_h .bl_03 .tit .txt_02 {
  font-size: 11px;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 640px) {
  .choice_list .fright_bord_h .bl_03 .tit .txt_02 {
    font-size: 2.4vw;
    letter-spacing: -0.05em;
  }
}
.choice_list .fright_bord_h .bl_03 .txt_03_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
  .choice_list .fright_bord_h .bl_03 .txt_03_wrap {
    margin-bottom: 1.0666666667vw;
  }
}
.choice_list .fright_bord_h .bl_03 .txt_03_wrap .icon_pex {
  width: 41px;
  height: 14px;
  margin-left: 5px;
  position: relative;
  top: -2px;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .choice_list .fright_bord_h .bl_03 .txt_03_wrap .icon_pex {
    width: 10.9333333333vw;
    height: 3.7333333333vw;
  }
}
.choice_list .fright_bord_h .bl_03 .txt_03_wrap .icon_pex:hover {
  opacity: 0.65;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .choice_list .fright_bord_h .bl_03 .txt_03_wrap .icon_pex:hover {
    opacity: 1;
  }
}
.choice_list .fright_bord_h .bl_03 .txt_03 {
  font-size: 11px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .choice_list .fright_bord_h .bl_03 .txt_03 {
    font-size: 9px;
  }
}
@media screen and (max-width: 640px) {
  .choice_list .fright_bord_h .bl_03 .txt_03 {
    font-size: 2.4vw;
  }
}
.choice_list .fright_bord_h .bl_03 .price {
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .choice_list .fright_bord_h .bl_03 .price {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .choice_list .fright_bord_h .bl_03 .price {
    font-size: 5.3333333333vw;
    margin-bottom: 0.6666666667vw;
  }
}
.choice_list .fright_bord_h .bl_03 .bl_btn {
  background: #295ce2;
  cursor: pointer;
  border-radius: 8px;
  width: calc(100% - 40px);
  height: 40px;
  position: absolute;
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  .choice_list .fright_bord_h .bl_03 .bl_btn {
    display: none;
  }
}
.choice_list .fright_bord_h .bl_03 .bl_btn:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: calc(50% - 7px);
}
.choice_list .fright_bord_h .bl_03 .bl_btn p {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
}

.fright_bord_h .bl_footer {
  display: none;
}
@media screen and (max-width: 768px) {
  .fright_bord_h .bl_footer {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding: 0;
    position: relative;
    border-left: solid 1px #D2D2D2;
    border-right: solid 1px #D2D2D2;
  }
}
@media screen and (max-width: 640px) {
  .fright_bord_h .bl_footer {
    height: 7.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .fright_bord_h .bl_footer .vacancy {
    left: 20px;
    bottom: auto;
    top: 0;
  }
}
@media screen and (max-width: 640px) {
  .fright_bord_h .bl_footer .vacancy {
    left: 3.3333333333vw;
  }
}
.fright_bord_h .bl_footer .bl_btn {
  width: calc(100% - 110px);
  background: #32AFAF;
  height: 32px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .fright_bord_h .bl_footer .bl_btn {
    height: 7.3333333333vw;
    width: calc(100% - 24vw);
  }
}
.fright_bord_h .bl_footer .bl_btn:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  position: absolute;
  right: 30px;
  top: 10px;
  transform: rotate(135deg);
}
.fright_bord_h .bl_footer .bl_btn p {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 640px) {
  .fright_bord_h .bl_footer .bl_btn p {
    font-size: 3.2vw;
  }
}
.fright_bord_h .bl_footer .bl_btn.cl p:after {
  transform: rotate(-45deg);
  top: 15px;
}

.choice_list .flight_bord.is_active .fright_bord_h .bl_03 .bl_btn {
  background: #969696;
}

.choice_list .flight_bord.is_active .fright_bord_h .bl_03 .bl_btn:after {
  transform: rotate(-135deg);
  top: 15px;
}

.choice_list .flight_bord.is_active .fright_bord_h .bl_footer .bl_btn:after {
  transform: rotate(-45deg);
  top: 15px;
}
@media screen and (max-width: 640px) {
  .choice_list .flight_bord.is_active .fright_bord_h .bl_footer .bl_btn:after {
    top: 3.3333333333vw;
  }
}

/* ------------------------------
*諸税、子供料金　PEX 開閉パネル
------------------------------ */
.bl_child {
  margin-bottom: 10px;
}

.bl_tax, .bl_child {
  position: relative;
  margin-bottom: 5px;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .bl_tax, .bl_child {
    margin-bottom: 1.3333333333vw;
  }
}
.bl_tax .btn_txt:not(:last-child), .bl_child .btn_txt:not(:last-child) {
  margin-bottom: 3px;
}
.bl_tax .btn_txt, .bl_child .btn_txt {
  line-height: 1;
}
.bl_tax .btn_txt span, .bl_child .btn_txt span {
  font-size: 13px;
  line-height: 1;
  text-decoration: underline;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .bl_tax .btn_txt span, .bl_child .btn_txt span {
    font-size: 11px;
    position: relative;
    text-decoration: none;
  }
}
@media screen and (max-width: 640px) {
  .bl_tax .btn_txt span, .bl_child .btn_txt span {
    font-size: 2.9333333333vw;
  }
}
.bl_tax .btn_txt span:after, .bl_child .btn_txt span:after {
  content: "＞";
}
@media screen and (max-width: 768px) {
  .bl_tax .btn_txt span:after, .bl_child .btn_txt span:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-bottom: solid 2px;
    border-right: solid 2px;
    position: absolute;
    right: -15px;
    top: 3px;
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 640px) {
  .bl_tax .btn_txt span:after, .bl_child .btn_txt span:after {
    width: 1.0666666667vw;
    height: 1.0666666667vw;
    border-bottom: solid 0.2666666667vw;
    border-right: solid 0.2666666667vw;
    right: -2.8vw;
    top: 0.9333333333vw;
  }
}
.bl_tax .btn_txt.child_txt, .bl_child .btn_txt.child_txt {
  color: #32AFAF;
}

.fright_bord_h, .price_box_f {
  position: relative;
}
.fright_bord_h .panel, .price_box_f .panel {
  display: none;
  border: solid 1px #32AFAF;
  box-shadow: 0 0 5px #000000;
  background: #f5f5f5;
  position: absolute;
  bottom: -5px;
  transform: translateY(100%);
  z-index: 20;
  right: 0;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .fright_bord_h .panel, .price_box_f .panel {
    left: 0;
    right: auto;
    padding: 0 10px;
  }
}
@media screen and (max-width: 640px) {
  .fright_bord_h .panel, .price_box_f .panel {
    padding: 0 2vw;
  }
}
.fright_bord_h .panel:is_active, .price_box_f .panel:is_active {
  display: block;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .fright_bord_h .panel.tax, .price_box_f .panel.tax {
    width: 63.4666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .fright_bord_h .panel.child, .price_box_f .panel.child {
    width: 75.4666666667vw;
  }
}
.fright_bord_h .panel.pex, .price_box_f .panel.pex {
  width: 310px;
  top: 65px;
  right: 10px;
  transform: translateY(0);
  bottom: auto;
}
@media screen and (max-width: 768px) {
  .fright_bord_h .panel.pex, .price_box_f .panel.pex {
    width: 63.4666666667vw;
  }
}
.fright_bord_h .panel .inner, .price_box_f .panel .inner {
  position: relative;
  display: block;
  padding-left: 0;
}
.fright_bord_h .panel .inner .btn_cl, .price_box_f .panel .inner .btn_cl {
  position: absolute;
  top: 10px;
  right: -5px;
  display: block;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .fright_bord_h .panel .inner .btn_cl, .price_box_f .panel .inner .btn_cl {
    width: 20px;
    height: 20px;
    top: 5px;
  }
}
@media screen and (max-width: 640px) {
  .fright_bord_h .panel .inner .btn_cl, .price_box_f .panel .inner .btn_cl {
    width: 4vw;
    height: 4vw;
    top: 2vw;
    right: 0;
  }
}
.fright_bord_h .panel .inner .btn_cl:before, .fright_bord_h .panel .inner .btn_cl:after, .price_box_f .panel .inner .btn_cl:before, .price_box_f .panel .inner .btn_cl:after {
  content: "";
  display: block;
  width: 2px;
  height: 23px;
  background: #32AFAF;
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .fright_bord_h .panel .inner .btn_cl:before, .fright_bord_h .panel .inner .btn_cl:after, .price_box_f .panel .inner .btn_cl:before, .price_box_f .panel .inner .btn_cl:after {
    height: 15px;
  }
}
@media screen and (max-width: 640px) {
  .fright_bord_h .panel .inner .btn_cl:before, .fright_bord_h .panel .inner .btn_cl:after, .price_box_f .panel .inner .btn_cl:before, .price_box_f .panel .inner .btn_cl:after {
    height: 4vw;
  }
}
.fright_bord_h .panel .inner .btn_cl:after, .price_box_f .panel .inner .btn_cl:after {
  transform: rotate(-45deg);
}
.fright_bord_h .panel_wrap, .price_box_f .panel_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.fright_bord_h .panel_wrap p, .price_box_f .panel_wrap p {
  line-height: 1.4;
}
.fright_bord_h .panel.tax .tit, .price_box_f .panel.tax .tit {
  width: 35px;
}
@media screen and (max-width: 640px) {
  .fright_bord_h .panel.tax .tit, .price_box_f .panel.tax .tit {
    width: 8.6666666667vw;
  }
}
.fright_bord_h .panel.tax .txt, .price_box_f .panel.tax .txt {
  width: 220px;
}
@media screen and (max-width: 640px) {
  .fright_bord_h .panel.tax .txt, .price_box_f .panel.tax .txt {
    width: calc(100% - 8.6vw);
  }
}
.fright_bord_h .panel.child .tit, .price_box_f .panel.child .tit {
  width: 95px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .fright_bord_h .panel.child .tit, .price_box_f .panel.child .tit {
    width: 19.3333333333vw;
    padding-bottom: 1.3333333333vw;
  }
}
.fright_bord_h .panel.child .txt, .price_box_f .panel.child .txt {
  width: 220px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .fright_bord_h .panel.child .txt, .price_box_f .panel.child .txt {
    width: calc(100% - 19vw);
  }
}
.fright_bord_h .panel.child .tax.txt, .price_box_f .panel.child .tax.txt {
  font-weight: normal;
}
.fright_bord_h .panel.pex .tit, .price_box_f .panel.pex .tit {
  color: #32AFAF;
  margin-bottom: 15px;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .fright_bord_h .panel.pex .tit, .price_box_f .panel.pex .tit {
    margin-bottom: 2.6666666667vw;
  }
}
.fright_bord_h .panel.pex .txt_01, .price_box_f .panel.pex .txt_01 {
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .fright_bord_h .panel.pex .txt_01, .price_box_f .panel.pex .txt_01 {
    margin-bottom: 2.6666666667vw;
  }
}
.fright_bord_h .panel p, .price_box_f .panel p {
  font-size: 13px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .fright_bord_h .panel p, .price_box_f .panel p {
    font-size: 2.6666666667vw;
  }
}
.fright_bord_h .panel .tit.tax p, .price_box_f .panel .tit.tax p {
  color: #32AFAF;
}
.fright_bord_h .panel .tit p, .price_box_f .panel .tit p {
  font-weight: bold;
}
.fright_bord_h .panel .inner .box, .price_box_f .panel .inner .box {
  position: relative;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .fright_bord_h .panel .inner .box, .price_box_f .panel .inner .box {
    padding: 10px 0;
  }
}
.fright_bord_h .panel .inner .box:not(:first-of-type):after, .price_box_f .panel .inner .box:not(:first-of-type):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-size: 6px 1px;
  background-image: linear-gradient(to right, #D2D2D2, #D2D2D2 4px, transparent 4px, transparent 6px);
  background-repeat: repeat-x;
  top: 0;
}

/* ------------------------------
*フライト選択ボード　開閉パネル
------------------------------ */
.choice_list .flight_panel {
  display: none;
}

@media screen and (max-width: 768px) {
  .flight_sh {
    border-left: solid 1px #D2D2D2;
    border-right: solid 1px #D2D2D2;
  }
}
.flight_sh .bl_tit {
  background: #F5F5F5;
  height: 45px;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: solid 1px #D2D2D2;
}
@media screen and (max-width: 768px) {
  .flight_sh .bl_tit {
    padding: 0 10px;
    height: 36px;
  }
}
@media screen and (max-width: 640px) {
  .flight_sh .bl_tit {
    height: 8.2666666667vw;
    padding: 0 2.6666666667vw;
  }
}
.flight_sh .bl_tit .txt_01 {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .flight_sh .bl_tit .txt_01 {
    font-size: 13px;
  }
}
@media screen and (max-width: 640px) {
  .flight_sh .bl_tit .txt_01 {
    font-size: 3.4666666667vw;
  }
}
.flight_sh .bl_tit .txt_02 {
  font-size: 14px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .flight_sh .bl_tit .txt_02 {
    font-size: 11px;
  }
}
@media screen and (max-width: 640px) {
  .flight_sh .bl_tit .txt_02 {
    font-size: 2.6666666667vw;
  }
}
.flight_sh .bl_tit .txt_02 span {
  background: #32AFAF;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 3px;
  margin-left: 11px;
  width: 66px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .flight_sh .bl_tit .txt_02 span {
    font-size: 10px;
  }
}
@media screen and (max-width: 640px) {
  .flight_sh .bl_tit .txt_02 span {
    font-size: 2.6666666667vw;
    width: 14.1333333333vw;
    height: 4.2666666667vw;
  }
}
.flight_sh .panel_inner {
  padding: 15px 20px 0;
}
@media screen and (max-width: 768px) {
  .flight_sh .panel_inner {
    padding: 5px 10px 0;
  }
}
@media screen and (max-width: 640px) {
  .flight_sh .panel_inner {
    padding: 2.6666666667vw 2.6666666667vw 0;
  }
}
.flight_sh .flight_dit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flight_sh .flight_dit p {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .flight_sh .flight_dit p {
    font-size: 10px;
  }
}
@media screen and (max-width: 640px) {
  .flight_sh .flight_dit p {
    font-size: 2.9333333333vw;
  }
}
.flight_sh .flight_dit .bord_sh {
  width: calc(100% - 135px);
}
@media screen and (max-width: 768px) {
  .flight_sh .flight_dit .bord_sh {
    width: 100%;
  }
}
.flight_sh .flight_dit .bord_time {
  width: 120px;
}
.flight_sh .flight_dit .bord_sh td {
  vertical-align: top;
}
.flight_sh .flight_dit .col_date {
  width: 130px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flight_sh .flight_dit .col_date {
    width: 130px;
  }
}
@media screen and (max-width: 640px) {
  .flight_sh .flight_dit .col_date {
    width: 26.6666666667vw;
  }
}
.flight_sh .flight_dit .col_date .bord_time {
  display: none;
}
@media screen and (max-width: 768px) {
  .flight_sh .flight_dit .col_date .bord_time {
    display: flex;
    position: absolute;
    top: 50%;
  }
}
.flight_sh .flight_dit .col_date span {
  display: block;
}
.flight_sh .flight_dit .col_date .date {
  font-size: 13px;
  color: #969696;
}
@media screen and (max-width: 768px) {
  .flight_sh .flight_dit .col_date .date {
    font-size: 10px;
  }
}
@media screen and (max-width: 640px) {
  .flight_sh .flight_dit .col_date .date {
    font-size: 2.6666666667vw;
  }
}
.flight_sh .flight_dit .col_date .time {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .flight_sh .flight_dit .col_date .time {
    font-size: 15px;
  }
}
@media screen and (max-width: 640px) {
  .flight_sh .flight_dit .col_date .time {
    font-size: 4vw;
  }
}
.flight_sh .flight_dit .col_date .time:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/icon_plane.svg") no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 5px;
  right: 16px;
}
@media screen and (max-width: 640px) {
  .flight_sh .flight_dit .col_date .time:after {
    width: 3.2vw;
    height: 3.2vw;
  }
}
.flight_sh .flight_dit .bord_sh table tr:first-child td.col_date {
  position: relative;
}
.flight_sh .flight_dit .bord_sh table tr:first-child td.col_date:before {
  content: "";
  display: block;
  width: 2px;
  height: calc(100% - 25px);
  background: #D2D2D2;
  position: absolute;
  right: 24px;
  top: 45px;
}
@media screen and (max-width: 640px) {
  .flight_sh .flight_dit .bord_sh table tr:first-child td.col_date:before {
    height: calc(100% - 5vw);
    right: 5.3333333333vw;
    top: 9.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .flight_sh .flight_dit .col_airport {
    width: calc(100% - 90px);
  }
}
@media screen and (max-width: 640px) {
  .flight_sh .flight_dit .col_airport {
    width: calc(100% - 26vw);
  }
}
.flight_sh .flight_dit .col_airport .box_airport, .flight_sh .flight_dit .col_airport .box_f_num {
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .flight_sh .flight_dit .col_airport .box_airport, .flight_sh .flight_dit .col_airport .box_f_num {
    margin-bottom: 3.3333333333vw;
  }
}
.flight_sh .flight_dit .col_airport .box_airport .city, .flight_sh .flight_dit .col_airport .box_f_num .city {
  font-size: 12px;
  font-weight: bold;
  color: #969696;
}
@media screen and (max-width: 640px) {
  .flight_sh .flight_dit .col_airport .box_airport .city, .flight_sh .flight_dit .col_airport .box_f_num .city {
    font-size: 2.4vw;
  }
}
.flight_sh .flight_dit .col_airport .box_airport .airport, .flight_sh .flight_dit .col_airport .box_f_num .airport {
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .flight_sh .flight_dit .col_airport .box_airport .airport, .flight_sh .flight_dit .col_airport .box_f_num .airport {
    font-size: 2.9333333333vw;
  }
}
.flight_sh .flight_dit .col_airport .box_airport .terminal, .flight_sh .flight_dit .col_airport .box_f_num .terminal {
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  .flight_sh .flight_dit .col_airport .box_airport .terminal, .flight_sh .flight_dit .col_airport .box_f_num .terminal {
    font-size: 2.4vw;
  }
}
.flight_sh .flight_dit .col_airport .box_airport .airline, .flight_sh .flight_dit .col_airport .box_airport .seat, .flight_sh .flight_dit .col_airport .box_f_num .airline, .flight_sh .flight_dit .col_airport .box_f_num .seat {
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  .flight_sh .flight_dit .col_airport .box_airport .airline, .flight_sh .flight_dit .col_airport .box_airport .seat, .flight_sh .flight_dit .col_airport .box_f_num .airline, .flight_sh .flight_dit .col_airport .box_f_num .seat {
    font-size: 2.4vw;
  }
}
.flight_sh .flight_dit .col_airport .box_airport .seat, .flight_sh .flight_dit .col_airport .box_f_num .seat {
  font-weight: bold;
  color: #32AFAF;
}
@media screen and (max-width: 768px) {
  .flight_sh .flight_dit .col_time {
    display: none;
  }
}
.flight_sh .flight_dit .bord_time p {
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 640px) {
  .flight_sh .flight_dit .bord_time p {
    padding-left: 3.3333333333vw;
  }
}
.flight_sh .flight_dit .bord_time p:before {
  content: "";
  display: block;
  background: url("../img/icon_clock.svg") no-repeat center;
  width: 14px;
  height: 15px;
  background-size: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 768px) {
  .flight_sh .flight_dit .bord_time p:before {
    width: 11px;
    height: 11px;
  }
}
@media screen and (max-width: 640px) {
  .flight_sh .flight_dit .bord_time p:before {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
  }
}
.flight_sh .transfer {
  position: relative;
  height: 45px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .flight_sh .transfer {
    height: 9.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.flight_sh .transfer p {
  font-size: 14px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .flight_sh .transfer p {
    font-size: 2.9333333333vw;
  }
}
.flight_sh .transfer:before, .flight_sh .transfer:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-size: 6px 1px;
  background-image: linear-gradient(to right, #D2D2D2, #D2D2D2 4px, transparent 4px, transparent 6px);
  background-repeat: repeat-x;
}
.flight_sh .transfer:before {
  top: 0;
  bottom: auto;
}

.hotel_sh {
  border-bottom: solid 1px #D2D2D2;
}
@media screen and (max-width: 768px) {
  .hotel_sh {
    border-bottom: solid 1px #D2D2D2;
    border-left: solid 1px #D2D2D2;
    border-right: solid 1px #D2D2D2;
  }
}
.hotel_sh .hotel_sh_tit {
  background: #E6F4F6;
  border-top: solid 1px #D2D2D2;
  height: 45px;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .hotel_sh .hotel_sh_tit {
    height: 36px;
  }
}
@media screen and (max-width: 640px) {
  .hotel_sh .hotel_sh_tit {
    height: 8.2666666667vw;
  }
}
.hotel_sh .hotel_sh_tit .txt_01 {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .hotel_sh .hotel_sh_tit .txt_01 {
    font-size: 15px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 640px) {
  .hotel_sh .hotel_sh_tit .txt_01 {
    font-size: 3.4666666667vw;
    padding-left: 8vw;
  }
}
.hotel_sh .hotel_sh_tit .txt_01:before {
  content: "";
  display: block;
  width: 30px;
  height: 27px;
  background: url("../img/icon_hotel.svg") no-repeat center;
  background-size: 100%;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 768px) {
  .hotel_sh .hotel_sh_tit .txt_01:before {
    width: 22px;
    height: 20px;
  }
}
@media screen and (max-width: 640px) {
  .hotel_sh .hotel_sh_tit .txt_01:before {
    width: 6vw;
    height: 5.3333333333vw;
  }
}
.hotel_sh .hotel_sh_tit .txt_02 {
  font-size: 19px;
  font-weight: bold;
  color: #32AFAF;
  height: 30px;
  background: #ffffff;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .hotel_sh .hotel_sh_tit .txt_02 {
    display: none;
  }
}
.hotel_sh .panel_inner {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .hotel_sh .panel_inner {
    padding: 10px;
  }
}
@media screen and (max-width: 640px) {
  .hotel_sh .panel_inner {
    padding: 2.6666666667vw;
  }
}
.hotel_sh .panel_inner .sh_box {
  width: calc((100% - 15px) / 2);
}
@media screen and (max-width: 768px) {
  .hotel_sh .panel_inner .sh_box {
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }
  .hotel_sh .panel_inner .sh_box:last-child {
    margin-top: 5px;
  }
}
.hotel_sh .panel_inner .sh_box .bl_tit {
  background: #32AFAF;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 10px 10px 0 0;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .hotel_sh .panel_inner .sh_box .bl_tit {
    padding: 0 10px;
    width: 110px;
    border-radius: 10px 0 0 10px;
  }
}
@media screen and (max-width: 640px) {
  .hotel_sh .panel_inner .sh_box .bl_tit {
    width: 25.0666666667vw;
    padding: 0 2vw;
  }
}
.hotel_sh .panel_inner .sh_box .bl_tit p {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .hotel_sh .panel_inner .sh_box .bl_tit p {
    font-size: 11px;
  }
}
@media screen and (max-width: 640px) {
  .hotel_sh .panel_inner .sh_box .bl_tit p {
    font-size: 2.9333333333vw;
  }
}
.hotel_sh .panel_inner .sh_box .bl_txt {
  width: 100%;
  height: calc(100% - 40px);
  padding: 10px;
  border-radius: 0 0 10px 10px;
  border: solid 1px #D2D2D2;
  border-top: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .hotel_sh .panel_inner .sh_box .bl_txt {
    border-radius: 0 10px 10px 0;
    width: calc(100% - 110px);
    height: auto;
    border: solid 1px #D2D2D2;
    border-left: none;
    padding: 0 10px;
  }
}
@media screen and (max-width: 640px) {
  .hotel_sh .panel_inner .sh_box .bl_txt {
    width: calc(100% - 25vw);
    padding: 0 2vw;
  }
}
.hotel_sh .panel_inner .sh_box .bl_txt .txt_01 {
  font-size: 19px;
  font-weight: bold;
  width: 110px;
}
@media screen and (max-width: 768px) {
  .hotel_sh .panel_inner .sh_box .bl_txt .txt_01 {
    font-size: 11px;
    width: auto;
    margin-right: 10px;
  }
}
@media screen and (max-width: 640px) {
  .hotel_sh .panel_inner .sh_box .bl_txt .txt_01 {
    width: 20vw;
    margin-right: 0;
    font-size: 2.9333333333vw;
  }
}
.hotel_sh .panel_inner .sh_box .bl_txt figure {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .hotel_sh .panel_inner .sh_box .bl_txt figure {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 640px) {
  .hotel_sh .panel_inner .sh_box .bl_txt figure {
    width: 5.6vw;
    height: 5.6vw;
    margin-right: 5px;
  }
}
.hotel_sh .panel_inner .sh_box .bl_txt .txt_02 {
  font-size: 13px;
  font-weight: bold;
  color: #FF0000;
  width: calc(100% - 148px);
  line-height: 1.2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .hotel_sh .panel_inner .sh_box .bl_txt .txt_02 {
    font-size: 10px;
    width: auto;
  }
}
@media screen and (max-width: 640px) {
  .hotel_sh .panel_inner .sh_box .bl_txt .txt_02 {
    font-size: 2.6666666667vw;
  }
}

@media screen and (max-width: 768px) {
  .price_info {
    border-left: solid 1px #D2D2D2;
    border-right: solid 1px #D2D2D2;
  }
}
.price_info .panel_inner {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .price_info .panel_inner {
    padding: 10px;
  }
}
@media screen and (max-width: 640px) {
  .price_info .panel_inner {
    padding: 4vw 2.6666666667vw 5.3333333333vw;
  }
}
.price_info .panel_inner .btn_submit {
  display: none;
}
@media screen and (max-width: 768px) {
  .price_info .panel_inner .btn_submit {
    display: block;
    width: 100%;
    height: 45px;
  }
  .price_info .panel_inner .btn_submit a {
    background: #295ce2;
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 45px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 640px) {
  .price_info .panel_inner .btn_submit {
    height: 12vw;
  }
  .price_info .panel_inner .btn_submit a {
    font-size: 4.8vw;
    line-height: 12vw;
  }
}
.price_info .price_info_tit {
  width: calc(100% - 366px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .price_info .price_info_tit {
    display: none;
  }
}
.price_info .price_info_tit .tit {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-left: 50px;
}
.price_info .price_info_tit .tit:before {
  content: "";
  background: url("../img/icon_price.svg") no-repeat center;
  width: 38px;
  height: 38px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.price_info .price_info_tit .vacancy {
  position: absolute;
  bottom: 0;
  left: 0;
  border: solid 2px #F67E60;
  color: #F67E60;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 0 15px;
  height: 38px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .price_info .price_info_tit .vacancy {
    border: solid 2px #F67E60;
  }
}
.price_info .price_box {
  width: 346px;
  padding: 10px;
  border: solid 1px #D2D2D2;
}
@media screen and (max-width: 768px) {
  .price_info .price_box {
    width: 100%;
    padding: 0;
    border: none;
  }
}
.price_info .price_box .txt_01 {
  position: relative;
}
.price_info .price_box .txt_01 span {
  display: block;
}
@media screen and (max-width: 768px) {
  .price_info .price_box .txt_01 span {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .price_info .price_box .txt_01 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
.price_info .price_box .txt_01 .tit {
  width: 57px;
  display: block;
}
@media screen and (max-width: 768px) {
  .price_info .price_box .txt_01 .tit {
    width: 49px;
    display: inline-block;
  }
}
@media screen and (max-width: 640px) {
  .price_info .price_box .txt_01 .tit {
    width: 12.2666666667vw;
    margin-right: 0.6666666667vw;
  }
}
.price_info .price_box .txt_01 .sub_tit {
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  .price_info .price_box .txt_01 .sub_tit {
    font-size: 9px;
    position: relative;
    top: -5px;
  }
}
@media screen and (max-width: 640px) {
  .price_info .price_box .txt_01 .sub_tit {
    font-size: 2.4vw;
  }
}
.price_info .price_box .txt_02 {
  font-weight: bold;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .price_info .price_box .txt_02 {
    font-size: 11px;
  }
}
@media screen and (max-width: 640px) {
  .price_info .price_box .txt_02 {
    font-size: 2.4vw;
  }
}
.price_info .price_box .txt_02 .price {
  font-size: 30px;
  padding-left: 10px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .price_info .price_box .txt_02 .price {
    font-size: 24px;
    display: block;
    padding-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .price_info .price_box .txt_02 .price {
    font-size: 5.3333333333vw;
    margin-bottom: 0.6666666667vw;
  }
}
.price_info .price_box .com {
  position: absolute;
  top: 0;
  left: 120px;
}
@media screen and (max-width: 768px) {
  .price_info .price_box .com {
    left: 170px;
    width: 180px;
  }
}
@media screen and (max-width: 640px) {
  .price_info .price_box .com {
    left: 35.3333333333vw;
    top: -0.6vw;
    width: 48.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .price_info .price_box .com img:first-child {
    display: none;
  }
}
.price_info .price_box .com img:last-child {
  display: none;
}
@media screen and (max-width: 768px) {
  .price_info .price_box .com img:last-child {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .price_info .price_box .price_box_f {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 10px;
  }
}
.price_info .price_box .price_box_f .txt {
  display: none;
}
@media screen and (max-width: 768px) {
  .price_info .price_box .price_box_f .txt {
    display: block;
  }
  .price_info .price_box .price_box_f .txt p {
    display: flex;
    justify-content: flex-end;
  }
  .price_info .price_box .price_box_f .txt span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.7333333333vw;
    padding: 0px 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .price_info .price_box .price_box_f .txt span {
    height: 7.4666666667vw;
    padding: 0px tovw(10);
  }
}
@media screen and (max-width: 768px) {
  .price_info .price_box .price_box_f .txt .days {
    background: #E6F4F6;
    color: #32AFAF;
    font-size: 16px;
    font-weight: bold;
    margin-right: 5px;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .price_info .price_box .price_box_f .txt .days {
    font-size: 4.2666666667vw;
    margin-right: 1.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .price_info .price_box .price_box_f .txt .vacancy {
    border: solid 2px #F67E60;
    font-weight: bold;
    color: #F67E60;
    border-radius: 5px;
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .price_info .price_box .price_box_f .txt .vacancy {
    font-size: 2.6666666667vw;
  }
}

.price_info .price_box .price_box_f .bl_panel_list .txt {
  display: block;
}
.price_info .price_box .price_box_f .bl_panel_list .txt p {
  justify-content: flex-start;
}

.flight_panel_f {
  width: 100%;
  border-top: solid 1px #D2D2D2;
  padding: 10px 20px;
  background: #F5F5F5;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .flight_panel_f {
    background: none;
    padding: 0;
    border-top: solid 2px #D2D2D2;
    flex-direction: row-reverse;
  }
}
.flight_panel_f div {
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .flight_panel_f div {
    border-radius: 0;
  }
}
.flight_panel_f span, .flight_panel_f a {
  cursor: pointer;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: -0.1em;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flight_panel_f .btn_close {
  width: 160px;
  height: 40px;
  font-size: 16px;
  margin-right: 20px;
  background: #969696;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flight_panel_f .btn_close {
    width: 70vw;
    height: 30px;
    background: #32AFAF;
    margin: 0 auto;
    font-size: 12px;
  }
}
.flight_panel_f .btn_close:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(-45deg);
  position: absolute;
  right: 15px;
  top: calc(50% - 3px);
}
.flight_panel_f .btn_close span:last-child {
  display: none;
}
@media screen and (max-width: 768px) {
  .flight_panel_f .btn_close span:last-child {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .flight_panel_f .btn_close span:first-child {
    display: none;
  }
}
.flight_panel_f .btn_submit {
  font-size: 20px;
  width: 286px;
  height: 60px;
  background: #295CE2;
}
@media screen and (max-width: 768px) {
  .flight_panel_f .btn_submit {
    display: none;
  }
}

.footer_txt {
  padding: 40px 0;
}
.footer_txt p {
  text-align: center;
}
