﻿@charset "utf-8";

.tab-container {
  padding: 0px 2%;
  margin-top: 5%;
}

.tab-container_headline {
  font-size: 14px;
  font-weight: bold;
  color: #23ac38;
  padding: 0;
  border-bottom: 1px solid #23ac38;
  text-align: center;
  margin: 20px 0 15px;
}

.tab-container_headline h2 {
  font-weight: bold;
  font-size: 18px;
}

.tab-group {
  display: flex;
  justify-content: start;
  width: 100%;
  border-bottom: solid 3px #003894;
  overflow: hidden;
}

.tab {
  padding: 5px 0 5px;
  list-style: none;
  border: solid 1px #003894;
  text-align: center;
  cursor: pointer;
  color: #003894;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-right: 3px;
  margin-top: 10px;
  border-bottom: none;
  font-size: 13px;
  font-weight: bold;
  width: calc(100% / 3 - 4px);
}

.mojule_notice {
  margin: 5px 2% 40px;
}
.panel {
  display: none;
}
.tab.is-change {
  background: #003894;
  color: #fff;
  transition: all 0.2s ease-out;
  margin-top: 0;
  padding-top: 10px;
}

.panel.is-show {
  display: block;
}

.air-choose_list {
  display: flex;
  padding: 0;
  margin: 0;
  justify-content: space-between;
  /* border-bottom: 1px solid #ccc; */
}

.tab-group-title,
.panel-group-title {
  margin: 1em 6px 1em;
  padding: 0 0 6px 6px;
  /* font-weight: normal; */
  font-size: 14px;
  border-bottom: 1px dashed #ccc;
}

.tab-group-title::before,
.panel-group-title::before {
  display: inline-block;
  margin-right: 12px;
  content:"";
  border-right: 1px solid #003894;
  border-bottom: 1px solid #003894;
  width: 8px;
  height: 8px;
  transform: rotate(45deg) translate(0, -5px);
}

.panel-group-title_mini {
  font-size: 80%;
  display: block;
  margin-left: 15px;
}
/**************************
ラジオボタンデザイン
**************************/
.air-choose_list .radio-input {
  display: none;
}
.radio-input + label {
  /* padding: 0 0 0 23px; */
  padding: 0;
  position: relative;
  /* line-height: 1.5; */
  font-size: 12px;
  /* display: flex; */
  width: 100%;
  height: 100%;
  /* justify-content: center;
    align-items: center; */
    display: flex;
  flex-direction: column;
}

.air-logo {
  order: 2;
}

/* .radio-input + label::before{
	content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 50%;
    transform: translate(0, -50%);
} */
/* .radio-input:checked + label{
	color: #d01137;
} */
.radio-input:checked + label::before {
  border: 1px solid #003894;
}
/* .radio-input:checked + label::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 8px;
    width: 11px;
    height: 11px;
    background: #003894;
    border-radius: 50%;
    transform: translate(0, -50%);
    
} */

.radio-input:checked + label::after {
  content: "選択中";
  display: block;
  position: absolute;
  bottom: 2px;
  left: 50%;
  /* width: 11px; */
  /* height: 11px; */
  /* border: 1px solid #003894; */
  border-radius: 5px;
  padding: 2px 5px;
  font-size: 13px;
  background: #ef7710;
  color: #fff;
  text-align: center;
  transform: translate(-50%, 0);
}
/**************************
ここまでラジオボタンデザイン
**************************/

.air-choose_item {
  margin-right: 0;
  background: #fff;
  padding: 0;
  /* padding-right: 4px; */
  display: flex;
  /* width: 50%; */
  width: calc(50% - 5px);
  text-align: center;
  /* height: 50px; */
  justify-content: center;
  align-items: center;
  position: relative;
}

.air-choose_item.active {
  background: #fafafa;
}

.air-choose_item.isJal {
  border: 1px solid #949494;
  /* box-shadow: -4px -4px 4px rgba(0,0,0,.1) inset; */
}

.air-choose_item.isAna {
  border: 1px solid #949494;
  /* margin-right: 0px; */
  /* box-shadow: 4px -4px 4px rgba(0,0,0,.1) inset; */
}

.air-choose_item::after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  transform: rotate(45deg) translateX(-50%);
  z-index: -1;
}

/* .air-choose_item.active::after {
    bottom: -12px;
    left: 227px;
} */

.air-choose_item.isJal::after {
  border-width: 6px;
  border-style: solid;
  border-color: transparent #949494 #949494 transparent;
}

.air-choose_item.isAna::after {
  border-width: 6px;
  border-style: solid;
  border-color: transparent #949494 #949494 transparent;
}

.air-choose_item.active.isJal {
  border: 1px solid #949494;
  box-shadow: 0 0 5px rgba(148, 148, 148, 0.6), 0 0 10px rgba(148, 148, 148, 0.3);
  z-index: 2;
}

.air-choose_item.active.isAna {
  border: 1px solid #949494;
  box-shadow: 0 0 5px rgba(148, 148, 148, 0.6), 0 0 10px rgba(148, 148, 148, 0.3);
  z-index: 2;
}

.air-choose_item img,
#tour_wrapper .air-choose_item img {
  height: 27px !important;
  width: auto !important;
}

.air-text {
  position: relative;
  color: #fff;
  /* font-weight: bold; */
  padding: 5px;
  font-size: 12px;
  order: 1;
}

/* .air-text::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 9px;
    right: 20px;
} */

.air-box {
  height: 27px;
  order: 3;
}
.air-choose_item.isJal .air-text {
  background: #949494;
}
.air-choose_item.isAna {
  /* box-shadow: 3px -3px 3px rgba(0,0,0,.2) inset; */
  border: 1px solid #949494;
}

.air-choose_item.isAna::after {
  border-width: 6px;
  border-style: solid;
  border-color: transparent #949494 #949494 transparent;
}
.air-choose_item.isAna .air-text {
  background: #949494;
}

.air-logo {
  padding: 2px;
  /* height: 30px; */
}

.panel-air-box {
  /* border-top:none; */
  border: 1px solid #ccc;
  margin-top: 10px;
  background: #fafafa;
}

.air-panel {
  /* display: none; */
  display: block;
}

.air-panel.show {
  /* display: block; */
  display: none;
}

/**************************
	JRボタン
**************************/

.JR-packplan {
  border: 1px solid #ccc;
  margin-top: 1em;
  background: #fafafa;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.JR-packplan .JR-packplan__Search-btn-box {
  width: calc(100% - 30px);
  margin: 30px auto 20px;
  order: 1;
}

.JR-packplan__headline {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}

.JR-orange-Btn-box {
  width: 95%;
  margin: 15px auto 0;
}

.JR-white-Btn-box {
  width: 95%;
  margin: 15px auto 0;
}

.JR-packplan__area-box {
  margin-bottom: 20px;
  order: 2;
}

.JR-plan-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 15px 0 10px;
}

.JR-plan-list li {
  box-sizing: border-box;
  padding: 5px;
  width: 50%;
}

.JR-plan-list li:first-child,
.JR-plan-list li.isAna {
  padding-bottom: 0;
}

.JR-plan-list li a {
  width: 100%;
  display: block;
  /* background: #fff; */
  background: #f08300;
  text-align: center;
  /* color: #000; */
  color: #fff;
  border: 1px solid #ccc;
  border: none;
  padding: 10px 0px;
  border-radius: 4px;
  position: relative;
  /* background-image: url(/common/images/icon/common_icon_train_64.png); */
  background-image: url(/common/images/icon/white/common_icon_train_64.png);
  background-position: 5% center;
  background-repeat: no-repeat;
  font-size: 15px;
  background-size: 22px auto;
}

.JR-plan-list li a::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  /* border-top: 2px solid #003894;
  border-right: 2px solid #003894; */
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 5%;
  transform: rotate(45deg);
  margin-top: -4px;
}

/**************************
	LCCボタン
**************************/

.LCC-packplan {
  border: 1px solid #ccc;
  margin-top: 1em;
  background: #fafafa;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.LCC-packplan .LCC-packplan__Search-btn-box {
  margin: 20px auto;
  order: 2;
}

.LCC-packplan__headline {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}

.LCC-orange-Btn-box {
  width: 95%;
  margin: 15px auto 0;
}

.LCC-white-Btn-box {
  width: 95%;
  margin: 15px auto 0;
}

.LCC-packplan__area-box {
  margin-top: 20px;
  order: 1;
}

.LCC-plan-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 15px 0 10px;
}

.LCC-plan-list li {
  box-sizing: border-box;
  padding: 5px;
  width: 50%;
}

.LCC-plan-list li:first-child,
.LCC-plan-list li.isAna {
  padding-bottom: 0;
}

.LCC-plan-list li a {
  width: 100%;
  display: block;
  /* background: #fff; */
  background: #f08300;
  text-align: center;
  /* color: #000; */
  color: #fff;
  border: 1px solid #ccc;
  border: none;
  padding: 10px 0px;
  border-radius: 4px;
  position: relative;
  /* background-image: url(/common/images/icon/common_icon_train_64.png); */
  background-image: url(/common/images/icon/white/common_icon_airplane_64.png);
  background-position: 5% center;
  background-repeat: no-repeat;
  font-size: 15px;
  background-size: 22px auto;
}

.LCC-plan-list li a::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  /* border-top: 2px solid #003894;
  border-right: 2px solid #003894; */
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 5%;
  transform: rotate(45deg);
  margin-top: -4px;
}

/**************************
共通ボタン
**************************/

.orange-Btn {
  background: #f08300;
  color: #fff !important;
  width: 100%;
  text-align: center;
  font-weight: normal;
  line-height: 1em;
  border: none;
  padding: 15px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 128.57143%;
  border-radius: 4px;
  cursor: pointer;
  font-size: 18px;
  background-image: url(/common/images/icon/white/common_icon_find_24.png);
  background-repeat: no-repeat;
  background-position: 68% 45%;
}

.white-Btn {
  background: #fff;
  color: #000 !important;
  width: 100%;
  text-align: center;
  font-weight: normal;
  line-height: 1em;
  border: 1px solid #ccc;
  padding: 15px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 128.57143%;
  border-radius: 4px;
  cursor: pointer;
  font-size: 18px;
  background-image: url(/common/images/icon/common_icon_find_24.png);
  background-repeat: no-repeat;
  background-position: 5% 45%;
}

.white-Btn::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: 2px solid #003894;
  border-right: 2px solid #003894;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 5%;
  transform: rotate(45deg);
  margin-top: -4px;
}

/*GoToバナー*/
.goto_text {
  display: none;
  font-size: 12px;
  line-height: 1.5em;
  margin: 2% 2% 0;
}
.goto_text span {
  font-weight: bold;
}
.goto_banner {
  text-align: center;
  padding: 0 2% 0;
  box-sizing: border-box;
  margin: 2% 0 6%;
  font-size: 12px;
  /* display: none; */
}

/* .is-show .goto_banner.jal {
  display: none;
} */

.is-show .goto_banner.ana {
  display: none;
}

.goto_banner.jal {
  font-size: 12px;
  margin-top: 2em;
}

.goto_banner img {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 1%;
}

.goto_banner a {
  text-decoration: underline;
  font-weight: 700;
}

@media all and (min-width: 740px) {
  .goto_banner img,
  #tour_wrapper .goto_banner img {
    width: 500px;
  }
}

@media all and (max-width: 440px) {
  iframe#jalModule {
    /* min-height: 1040px;
    height: auto; */
    /* overflow-y: auto; */
    /* height: 1000px; */
    height: 850px;
  }
  
  .ticketModule_unit .mdl_kidBox .mdl_elmCell .mdl_kidsNote {
    display: inline-block;
    width: 25%;
  }

  .ticketModule_unit .mdl_kidBox .mdl_elmCell .mdl_kidsNote + .ticketModule_unit .mdl_data {
    width: 25%;
  }
}


.recommend_season {
  display: flex;
  width: calc(100% - 10px);
  align-items: center;
  background-color: #fff253;
  padding: 0 5px;
  border-radius: 5px;
}

.recommend_season_headline {
  position: relative;
  background: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  border-radius: 25px;
  padding: 7px 5px;
  display: inline-block;
  line-height: 1.2em;
  width: 100px;
}

.recommend_season_headline::after {
  position: absolute;
  top: 50%;
  right: -18px;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #fff;
  border-width: 5px 10px 5px 10px;
  border-style: solid;
  transform: translate(0, -50%);
}

.recommend_season_text {
  width: calc(100% - 100px);
  padding-left: 20px;
  font-size: 12px;
  line-height: 1.5em;
  text-align: right;
  padding-top: 16px;
}

.recommend_season_event {
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}