﻿@charset "utf-8";

.tab-container {
  max-width: 980px;
  margin: 0 auto;
}

.tab-container_headline {
  font-size: 26px;
  font-weight: bold;
  color: #23ac38;
  margin-bottom: 20px;
  padding: 0px 0px 10px;
  border-bottom: 1px solid #23ac38;
  text-align: center;
  margin: 50px 0 0;
}

.tab-container_headline br {
  display: none;
}

.tab-group {
  display: flex;
  justify-content: start;
  width: 100%;
  height: 66px;
  margin-top: 30px;
  border-bottom: solid 3px #003894;
}

.tab {
  /* flex-grow: 1; */
  padding: 15px;
  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;
  width: 25%;
}

.panel-group {
  padding: 30px 0 0 0;
}

.mojule_notice {
  width: 980px;
  margin: 5px auto 40px;
  font-size: 12px;
  text-align: center;
}

.panel {
  display: none;
}
.tab.is-change {
  background: #003894;
  color: #fff;
  transition: all 0.2s ease-out;
  margin-top: 0;
}
.panel.is-show {
  display: block;
}

.air-choose_list {
  display: flex;
  padding: 0;
  margin: 0;
  /* border-bottom: 1px solid #ccc; */
  justify-content: space-between;
}

.tab-group-title,
.panel-group-title {
  margin: 30px 6px 0;
  padding: 0 0 6px 6px;
  /* font-weight: normal; */
  font-size: 16px;
  border-bottom: 1px dashed #ccc;
}

.panel-group-title {
  margin: 0 6px 30px;
}

.panel-group-title_mini {
  font-size: 13px;
  margin-left: 0.5em;
}

.tab-group-title::before,
.panel-group-title::before {
  display: inline-block;
  margin-right: 14px;
  content:"";
  border-right: 1px solid #003894;
  border-bottom: 1px solid #003894;
  width: 8px;
  height: 8px;
  transform: rotate(45deg) translate(0, -5px);
}

/**************************
ラジオボタンデザイン
**************************/
.air-choose_list .radio-input {
  display: none;
}
.radio-input + label {
  padding: 3px;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  /* cursor: pointer; */ /*20210527一時削除*/
}

.air-logo {
  order: 2;
}

/* 20210527一時削除 */
/* .radio-input:checked + label::after {
  content: "選択中";
  display: block;
  position: absolute;
  bottom: 7px;
  left: 50%;
  border-radius: 5px;
  padding: 5px;
  font-size: 15px;
  background: #ef7710;
  color: #fff;
  text-align: center;
  transform: translate(-50%, 0);
} */
/**************************
ここまでラジオボタンデザイン
**************************/

.air-choose_item {
  /* margin-right: 10px; */
  background: #fff;
  padding: 0;
  width: calc(50% - 10px);
  /* height: 50px; */
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}

.air-choose_item::after {
  position: absolute;
  bottom: -11px;
  left: 228px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  transform: rotate(45deg);
  z-index: -1;
}

/* 20210527一時削除 */
/* .air-choose_item.active::after {
  bottom: -12px;
  left: 227px;
} */

.air-choose_item.isJal {
  /* box-shadow: -3px -3px 3px rgba(0,0,0,.2) inset; */
  border: 1px solid #949494;
}

.air-choose_item.isJal::after {
  border-width: 10px;
  border-style: solid;
  border-color: transparent #949494 #949494 transparent;
}

.air-text {
  position: relative;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  font-size: 18px;
  order: 1;
  margin: 0;
}

/* .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: 40px;  *//*20210527delete*/
  display:none; /*20210527added*/
}
.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: 10px;
  border-style: solid;
  border-color: transparent #949494 #949494 transparent;
}
.air-choose_item.isAna .air-text {
  background: #949494;
}

.air-choose_item img {
  height: 40px;
}

.air-choose_item.active {
  /* background-color:#fafafa; */
  z-index: 2;
}

/* ↓20210527一時削除 */
/* .air-choose_item.active.isJal {
  border: 2px solid #949494;
  box-shadow: 0 0 8px rgba(148, 148, 148, 0.6), 0 0 15px rgba(148, 148, 148, 0.3);
}

.air-choose_item.active.isAna {
  border: 2px solid #949494;
  box-shadow: 0 0 8px rgba(148, 148, 148, 0.6), 0 0 15px rgba(148, 148, 148, 0.3);
} */

#tour_wrapper .air-choose_item img {
  width: auto;
  height: 40px;
}

.panel-air-box {
    margin-top: 20px;
    position: relative;
    /* height: 965px; */
    height: 1074px; /*GOTO時*/
}

.air-panel {
  display: block;
  width: 100%;
  position: absolute;
  height: 965px;
}

/* .air-panel.show {
  display: block;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
} */

.air-panel:nth-child(1) {
  display: block;
  position: absolute;
  /* left: 0; */
  right: 0;
  top: 0;
  z-index: 2;
  width: 480px;/*20210527added*/
}

.air-panel:nth-child(2) {
  display: block;
  position: absolute;
  /* left: auto;
  right: 0; */
  left: 0;
  top: 0;
  z-index: 1;
}

/**************************
	JRボタン
**************************/
.JR-packplan {
  border: 1px solid #ccc;
  margin-top: 0;
  background: #fafafa;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}

.JR-packplan .JR-packplan__Search-btn-box {
  /* margin: 20px auto; */
  margin: 20px auto 0;
  order: 1;
  max-width: 900px;
  width: 100%;
}

.JR-packplan__headline {
  text-align: center;
}

.JR-orange-Btn-box {
  width: 380px;
  margin: 15px auto 0;
}

.JR-white-Btn-box {
  width: 380px;
  margin: 15px auto 0;
}

.JR-packplan__area-box {
  /* margin-top: 50px; */
  margin-top: 25px;
  order: 2;
}

.JR-plan-list {
  display: flex;
  justify-content: center;
  margin: 20px 0 40px;
}

.JR-plan-list li {
  margin-left: 10px;
}

.JR-plan-list li:first-of-type {
  margin-left: 0;
}

.JR-plan-list li a {
  /* width: 110px; */
  display: block;
  /* background: #fff; */
  background: #f08300;
  text-align: center;
  color: #000;
  color: #fff;
  /* border: 1px solid #ccc; */
  border: none;
  padding: 10px 50px;
  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;
  background-size: 18px;
}

.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;
}

.JR-plan-list li a:hover {
  /* background-color: #b0cfff; */
  opacity: .8;
  text-decoration: none;
}

/**************************
	LCCボタン
**************************/
.LCC-packplan {
  border: 1px solid #ccc;
  margin-top: 0;
  background: #fafafa;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.LCC-packplan .LCC-packplan__Search-btn-box {
  /* margin: 20px auto; */
  margin: 20px auto 50px;
  order: 2;
}

.LCC-packplan__headline {
  text-align: center;
}

.LCC-orange-Btn-box {
  width: 380px;
  margin: 15px auto 0;
}

.LCC-white-Btn-box {
  width: 380px;
  margin: 15px auto 0;
}

.LCC-packplan__area-box {
  /* margin-top: 50px; */
  margin-top: 25px;
  order: 1;
}

.LCC-plan-list {
  display: flex;
  justify-content: center;
  margin: 20px 0 40px;
}

.LCC-plan-list li {
  margin-left: 10px;
}

.LCC-plan-list li:first-of-type {
  margin-left: 0;
}

.LCC-plan-list li a {
  /* width: 110px; */
  display: block;
  /* background: #fff; */
  background: #f08300;
  text-align: center;
  color: #000;
  color: #fff;
  /* border: 1px solid #ccc; */
  border: none;
  padding: 10px 50px;
  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;
  background-size: 18px;
}

.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;
}

.LCC-plan-list li a:hover {
  /* background-color: #b0cfff; */
  opacity: .8;
  text-decoration: none;
}

/**************************
共通ボタン
**************************/

.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: 64% 45%;
}

.orange-Btn:hover {
  text-decoration: none;
  opacity: 0.8;
}

.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;
}

.white-Btn:hover {
  text-decoration: none;
  opacity: 0.8;
  background-color: #b0cfff;
}

/*GoToバナー*/
.goto_text {
  display: none;
  font-size: 16px;
  line-height: 1.5em;
  margin: 4% 2% 0;
  text-align: center;
}
.goto_text span {
  font-weight: bold;
}
.goto_banner {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  display: none;
  width: 480px;
}

.is-show .goto_banner {
  display: block;
}

/* .is-show .goto_banner.jal {
  display: none;
} */

.is-show .goto_banner.ana {
  display: none;
}

.sp-only {
  display: none;
}
.goto_banner img {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 8px;
  width: 100%;
}
@media all and (min-width: 740px) {
  .goto_banner img,
  #tour_wrapper .goto_banner img {
    width: 480px;
  }
}

/*追加分*/
.module-travel_parts {
  padding-top: 0 !important;
}

@media print, screen and (min-width: 768px) {
  .contents-1col .module-travel_parts.horizon .mod-content_cover {
    /* padding: 0 !important; */
    padding: 0 ;
  }
}

.module-travel_parts.horizon .mod-content_cover {
  width: 100% !important;
}

.def_new-add {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  padding: 6px;
  margin-top: 10px;
  color: #333;
}

.ticketModule_unit .mdl_elmCell {
  padding: 9px 10px 7px 10px !important;
}

br.forSP {
  display: none;
}

#jalModule {
  height: 965px;
}

.recommend_season {
  border: 2px solid #fff253;
  height: 40px;
  display: flex;
  background-color: #fff253;
  border-radius: 8px;
  align-items: center;
}
  
.recommend_season_headline {
  height: 30px;
  width: 170px;
  background: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  position: relative;
  border-radius: 7px 0 0 7px;
  margin-left: 5px;
}

.recommend_season_text {
  width: calc(100% - 256px);
  font-size: 16px;
  line-height: 40px;
  position: relative;
  padding-left: 80px;
}

.recommend_season_text::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-width: 15px;
  border-style: solid;
  border-color: transparent transparent #fff #fff;
  transform: translateY(-50%);
}
.recommend_season_event {
  font-size: 24px;
  font-weight: bold;
  margin-right: 0.3em;
}