.special_pan {
  position: inherit;
  padding-top: 5px;
  padding-bottom: 5px;
}

.l-hero {
  display: block;
  height: 620px;
  background: url(../img/hero_bg.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-hero {
    height: auto;
    background: none;
  }
}
.l-hero_inner {
  position: relative;
  height: 100%;
}
.l-hero_copy {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 25px;
  margin: auto;
  text-align: center;
}
@media screen and (min-width: 500px) and (max-width: 1023px) {
  .l-hero_copy {
    top: 60px;
  }
}
@media screen and (min-width: 1px) and (max-width: 500px) {
  .l-hero_copy {
    top: 12vw;
  }
}
.l-hero_copy img {
  width: 330px;
}
@media screen and (min-width: 500px) and (max-width: 1023px) {
  .l-hero_copy img {
    width: 246.6666666667px;
  }
}
@media screen and (min-width: 1px) and (max-width: 500px) {
  .l-hero_copy img {
    width: 49.3333333333vw;
  }
}
.l-hero_visual {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (min-width: 1023px) {
  .l-hero_visual {
    display: none;
  }
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-hero_visual {
    display: block;
  }
}
.l-hero_visual img {
  width: 100%;
}
.l-hero_point {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px;
  margin: auto;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-hero_point {
    position: static;
    margin-top: -60px;
  }
}
.l-hero_point img {
  width: 950px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-hero_point img {
    width: 345px;
  }
}

.l-detail {
  margin-top: 80px;
  padding-bottom: 80px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-detail {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1023px) {
  .l-detail_tab {
    display: none;
  }
}
.l-detail_cards {
  margin-top: 40px;
}

.l-tab_items {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.l-tab_item {
  display: block;
  width: 50%;
  padding: 5px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-tab_item {
    width: 100%;
  }
}
.l-tab_box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  min-height: 70px;
  padding: 5px;
  background-color: #1ea6c9;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
}
.l-tab_box:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 10px;
  height: 10px;
  border: solid 2px transparent;
  border-top-color: #fff;
  border-right-color: #fff;
  transform: rotate(135deg) translate(-25%, 75%);
  transform-origin: 50% 50%;
}
.l-tab_box:hover {
  background-color: #fff700;
  color: #000;
}
.l-tab_box:hover:after {
  border-top-color: #000;
  border-right-color: #000;
}
.l-tab_label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.l-tab_copy {
  display: block;
  position: relative;
  padding: 0 5px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}
.l-tab_copy:before, .l-tab_copy:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 1px;
  height: 20px;
  background-color: #fff;
}
.l-tab_copy:before {
  left: 0;
  transform: rotate(-30deg) translate(0, -50%);
}
.l-tab_copy:after {
  right: 0;
  transform: rotate(30deg) translate(0, -50%);
}
.l-tab_title {
  display: block;
  margin-top: 10px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
}
.l-cards {
  position: relative;
}
.l-cards_items {
  display: flex;
  flex-wrap: wrap;
  margin: -30px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-cards_items {
    display: block;
    margin: 0;
  }
}
.l-cards_item {
  display: block;
  width: 50%;
  padding: 30px;
  transition: all 0.35s ease-in-out;
  backface-visibility: hidden;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-cards_item {
    visibility: hidden;
    position: absolute;
    padding: 0;
    width: auto;
    opacity: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-cards_item.is-tab_active {
    visibility: visible;
    position: relative;
    opacity: 1;
  }
}
.l-cards_box {
  border: solid 1px #ddd;
  border-radius: 8px;
}
.l-cards_head {
  margin: -1px -1px 0;
}
.l-cards_body {
  padding: 40px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-cards_body {
    padding: 30px;
  }
}
.l-cards_thumb {
  margin-top: 40px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-cards_thumb {
    margin-left: -30px;
    margin-right: -30px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  }
}
.l-cards_thumb img {
  width: 100%;
  border-radius: 8px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-cards_thumb img {
    border-radius: 0;
  }
}
.l-cards_group {
  margin-top: 60px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-cards_group {
    margin-top: 40px;
  }
}

.l-heading {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 105px;
  padding: 10px;
  background-color: #9B308C;
  color: #fff;
  line-height: 1.5;
  border-radius: 8px 8px 0 0;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-heading {
    min-height: 95px;
  }
}
.l-heading_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-heading_copy {
  display: block;
  position: relative;
  padding: 0 5px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}
.l-heading_copy:before, .l-heading_copy:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 1px;
  height: 25px;
  background-color: #fff;
}
.l-heading_copy:before {
  left: 0;
  transform: rotate(-30deg) translate(0, -50%);
}
.l-heading_copy:after {
  right: 0;
  transform: rotate(30deg) translate(0, -50%);
}
.l-heading_title {
  display: block;
  margin-top: 5px;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-heading_title {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.l-heading2_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-heading2_title {
  display: block;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-heading2_title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.l-heading2_badge {
  display: block;
  min-width: 90px;
  margin-left: 20px;
  padding: 5px;
  background-color: #9B308C;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  border-radius: 30px;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-heading2_badge {
    margin-left: 10px;
    min-width: 80px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.l-badge_column {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
}
.l-badge_grid {
  position: relative;
}
.l-badge_icon {
  display: block;
  position: relative;
  width: 70px;
  height: 70px;
  border: solid 3px #9B308C;
  border-radius: 50%;
}
.l-badge_icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  background: no-repeat center center/auto 100%;
  transform: translate(-50%, -50%);
}
.l-badge_grid--type_plane .l-badge_icon:before {
  background-image: url(../img/icon_plane_color.svg);
}
.l-badge_grid--type_hotel .l-badge_icon:before {
  background-image: url(../img/icon_hotel_color.svg);
}
.l-badge_label {
  display: block;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-top: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
  transform: translate(-50%, 0);
}
.l-badge_spaces {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 100%;
}
.l-badge_space {
  position: relative;
  width: 25px;
  height: 25px;
}
.l-badge_space:before, .l-badge_space:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 5px;
  height: 25px;
  margin: auto;
  background-color: #9B308C;
  border-radius: 5px;
}
.l-badge_space:after {
  transform: rotate(90deg);
}

.l-group_items {
  display: block;
}
.l-group_item {
  display: block;
  margin-top: 40px;
}
.l-group_item:first-child {
  margin-top: 0;
}
.l-group_box {
  display: block;
}
.l-group_head {
  display: block;
}
.l-group_body {
  display: block;
  margin-top: 10px;
}

.l-buttons_items {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.l-buttons_item {
  display: block;
  width: 50%;
  padding: 5px;
}

.l-button_box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 45px;
  background-color: #1ea6c9;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
}
.l-button_box:after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 10px;
  height: 10px;
  border: solid 2px transparent;
  border-top-color: #fff;
  border-right-color: #fff;
  transform: rotate(45deg) translate(-50%, -25%);
  transform-origin: 50% 50%;
}
.l-button_box:hover {
  background-color: #fff700;
  color: #000;
}
.l-button_box:hover:after {
  border-top-color: #000;
  border-right-color: #000;
}
.l-button_label {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}/*# sourceMappingURL=style.css.map */