@charset 'UTF-8';

/* MV下ナビゲーション
------------------------------ */
.mvNav--bgWhite{
	border-bottom: 3px solid #004098;
}
.mvSlideNav {
	border-bottom: 3px solid #004098;
}
.tagNav__item.tagNav__item--active{
	border: 2px solid #004098;
    color: #004098;
}
/* -- SP---*/
.tagNavBtn{
	display:-webkit-box;
	display:-ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
    align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    padding: 0 24px;
}
.tagNav__txt{
    color: #004098;
    font-size: 1.14rem;
    font-weight: bold;
  }
.tagNav__btn,.tagNav__btn__close {
    color: #333;
    text-decoration: none;
    text-align: center;
    border: 1px solid #888;
    position: relative;
	cursor: pointer;
}
.tagNav__btn {
    width: 75%;
    border-radius: 4px;
    padding: 2.5vw 0;
}
.tagNav__btn__close{
    width: 38%;
    border-radius: 30px;
    padding: 2vw 0;
    margin: auto;
}
.tagNav__btn:after,.tagNav__btn__close:after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    top: calc(50% - 7px);
    right: 10px;
    transition: all .50s ease-out;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
}
.tagNav__btn:after {
    border-color: #004098;
}
.tagNav__btn.open:after,  .tagNav__btn__close:after {
    transform: rotate(225deg);
    top: calc(50% - 3px);
}
@media only screen and (max-width: 740px){
  .tagNav{
	  display: none;
	  margin-top: 20px;
	  padding: 0 0 22px;
  }
  .tagNav__list{
      width: 100%;
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	  justify-content: flex-start;
	  padding: 24px 24px 12px;
  }
  .tagNav__list>li{
      width: calc(33% - 3.5px);
	  margin: 0 0 8px;
  }
  .tagNav__list>li:not(:nth-child(3n)){
	  margin-right: 6.5px;
  }
  .tagNav__item.tagNav__item--active{
	  display: block;
	  text-align: center;
	  padding: 24px 0;
  }
  .tagNav__item{
	  display: block;
	  text-align: center;
	  background: #fff;
	  padding: 24px 0;
	  font-size: 1rem;
  }
}

/* 検索BOX
------------------------------ */
#searchArea{
	background: #F2F2F2;
}
#searchArea .inner{
	width: 992px;
    margin: 0 auto;
    padding: 32px 0;
}
#search_box .md_searchTab {
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
}
#search_box .md_search_tabList{
	margin: 0 4px 0 0;
	width: 33.33%;
}
#search_box .md_search_tabList:last-child{
	margin-right: 0;
}
#search_box .md_search_tabList:first-child a{
	border-radius: 4px 0 0 0;
}
#search_box .md_search_tabList:last-child a{
	border-radius: 0 4px 0 0;
}
#search_box .md_search_tabList a{
	background: #DDDDDD;
	color: #333333;
    display: block;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
}
#search_box .md_search_tabList a.is_block{
    background: #fff;
	color: #2488FF;
	font-weight: bold;
	padding-bottom: 14px;
}
#search_box .md_search_tabBody {
    background: #ffffff;
    padding: 25px 30px;
	border-radius: 0 0 4px 4px;
}
.md_search_list .md_search_label {
	background: #aaaaaa;
    border-radius: 4px 0 0 4px;
}
.md_search_list .md_search_inputWrap select {
    border-radius: 0 4px 4px 0;
}
.md_search_list .md_search_inputWrap input,
.md_search_list .md_search_inputWrap select,
.md_search_list .md_search_label {
    height: 40px;
}
#search_box .js_menuDest{
	left:auto;
	right:0;
}


/* 検索BOX SP
------------------------------ */
.country-box-inner{
	width: 100%;
	margin: 24px 0;
}
/* 検索BOXタブ */
.tabs-menu01{
	background: #f2f2f2;
}
.tabs-menu01 ul{
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden;
	padding: 0 0 3px;
	margin: 0 4vw -3px;
}
.tabs-menu01 ul li{
	list-style: none;
	text-align: center;
	cursor: pointer;
}
.tabs-menu01 ul li a{
	display: block;
	padding: 2.8vw 2vw;
	font-size: 3.4vw;
	color: #888;
	text-decoration: none;
}
.tabs-menu01 ul li a.active{
	outline: 0;
	color: #004098;
}
.tabs-menu01 ul li a.active:after{
	content: "";
	background: #004098;
	border-radius: 3px;
	display: block;
	height: 3px;
	margin: 2.8vw -2vw calc(-2.8vw - 3px);
}

.tabs-menu01 ul li a:before{
	content: "";
	display: block;
	position: static;
	width: 19px;
	height: 19px;
	margin: 0 auto 1.5vw;
	background-size: 19px;
	background-repeat: no-repeat;
}
.tabs-menu01 ul li a.tbm-air:before{
	content: "";
	background-image: url("../../images/dst/icon_plane.png");
}
.tabs-menu01 ul li a.tbm-air.active:before{
	content: "";
	background-image: url("../../images/dst/icon_plane02.png");
}
.tabs-menu01 ul li a.tbm-tour:before{
	content: "";
	background-image: url("../../images/dst/icon_tour.png");
}
.tabs-menu01 ul li a.tbm-tour.active:before{
	content: "";
	background-image: url("../../images/dst/icon_tour02.png");
}
.tabs-menu01 ul li a.tbm-hotel:before{
	content: "";
	background-image: url("../../images/dst/icon_hotel.png");
}
.tabs-menu01 ul li a.tbm-hotel.active:before{
	content: "";
	background-image: url("../../images/dst/icon_hotel02.png");
}
.tabs-menu01 ul li a.tbm-ah:before{
	content: "";
	background-image: url("../../images/dst/icon_airhotel.png");
}
.tabs-menu01 ul li a.tbm-ah.active:before{
	content: "";
	background-image: url("../../images/dst/icon_airhotel02.png");
}
/* 検索BOX本体 */
.tabs-contents01{
	order: 1;
	padding: 2vw;
	background-color: #fff;
	/*box-shadow: 0 1px 1px #bbb;*/
	border-radius: 0 0 3px 3px;
}
.tabs-contents01 ul{
	margin: 0 0 2vw;
}
.tabs-contents01 #tbm03-ul,.tabs-contents01 #tbm04-ul{
	margin-bottom: 0;
}
.tabs-contents01 ul li{
	padding: 1.4vw;
    flex-wrap: nowrap;
    flex-direction: row;
	display: flex;
    align-items: center;
}
.tabs-contents01 ul li a{
	display: block;
	padding: 3.5vw 4vw;
	color: #333;
	text-decoration: none;
}
.tabs-contents01 ul li span{
	display: block;
}
.search-line-ttl{
	width: 18vw;
    font-size: 3.4vw;
    padding: 0 1vw;
}
.search-line-calendar,
.search-line-select {
	width: 74vw;
	font-size: 3.7vw;
	border: 1px solid #888;
	background-image: url(https://www.his-j.com/kix/sp/img/icon/icon_down01.png);
	background-size: 20px;
	background-position: center right 8px;
	background-repeat: no-repeat;
	border-radius: 4px;
}
.search-line-select-harf {
	width: 36vw;
	font-size: 3.5vw;
}
.search-line-select-room01 {
	width: 36vw;
	font-size: 3.5vw;
	-ms-flex-item-align: start;
	align-self: flex-start;
}
.search-line-select-room02 {
	width: 36vw;
	font-size: 3.5vw;
	-ms-flex-item-align: start;
	align-self: flex-start;
}
.search-line-select-harf:nth-child(odd),
.search-line-select-room01:nth-child(odd),
.search-line-select-room02:nth-child(odd) {
	margin-left: 2.4vw;
}
/*
.border-attn {
	border: 1px solid #ff6600;
}
*/
.search-line-calendar {
	background-image: url(https://www.his-j.com/kix/sp/img/icon/icon_calendar01.png);
}
#search #check-out {
	display: none;
}
#search .error_msg {
    background-color: #fee;
}
.search-checkout{
	margin-bottom: 1vw;
	padding-left: 18vw;
	font-size: 3.5vw;
}
.ch-age{
	margin-bottom: 1vw;
	padding-left: 1vw;
	font-size: 3.5vw;
}
.tabs-contents01 ul li .search-checkout span{
	display: inline;
}
.hotel-room-list .room2,
.hotel-room-list .room3,
.hotel-room-list .ch-age,
.ah-room-list .room2,
.ah-room-list .room3 {
    display: none;
}
.btn_search {
	margin: 4vw auto 6vw;
	color: #fff;
	background-color: #FF7C14;
	background-image: url("/cmn/icon/icon_search_white.svg");
	background-size: 25px;
	background-position: center left 7vw;
	background-repeat: no-repeat;
	border: none;
	border-radius: 4px;
	padding: 4vw 8vw 4vw 14vw;
	display: block;
	font-size: 4vw;
	line-height: 1.2;
	font-weight: 700;
	text-align: center;
}
/* モーダル */
.modal-popup div,
.calendar-popup div{
	display: block;
	position: relative;
}
.calendar-popup .cal-foot,
.modal-popup > .modal-foot > .modal-close{
	box-sizing: content-box;
}

.confirm,.modal-confirm,.undo{
	line-height: 1.0;
}
.num-count div {
    line-height: 1.0;
}
.num-count a.icon-m, .num-count a.icon-p {
    display: inline-block;
    border: 1px solid #979797;
    background-color: #f2f2f2;
    color: #666;
    line-height: 1.0;
    font-size: 14px;
    padding: 7px 5px;
    font-weight: bold;
    cursor: pointer;
}
.num-count div.num-box {
    border: 1px solid #979797;
    border-left: 0;
    border-right: 0;
    font-size: 14px;
    padding: 7px 3px;
    display: inline-block;
    text-align: center;
    width: 3em;
}

/* コンテンツ
------------------------------ */
/* searchArea ---*/
.search-wrap .section__container {
    padding: 24px 0 0;
}
/* タイトル上テキスト ---*/
.text--note{
	width: 360px;
  font-size: 1.14rem;
  color: #fff;
  background: #004098;
  border-radius: 32px;
  padding: 7px 0 5px;
	margin: auto;
}
.heading--band{
	background: #004098;
}
.heading--text{
  font-weight: bold;
  color: #004098;
}
@media only screen and (min-width: 741px) {
  .grid-row__center{
    justify-content: center;
  }
  .heading--text {
    font-size: 1.42rem;
  }
}
/* button ---*/
@media only screen and (min-width: 741px){
  a.button.button--twoLine{
      border-radius: 23px;
  }
}
/* arrowRight ---*/
.arrowRight{
    position: relative;
}
.arrowRight:after{
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    top: calc(50% - 7px);
    right: 10px;
    transition: all .50s ease-out;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    border-color: #555;
}
/* item ---*/
.ctcms_item .imgContainer--full:before{
  position: absolute;
  top: 0;
  right: 0;
  background: #333;
  color: #FFF;
  font-size: .86rem;
  padding: 4px 8px;
}
.ctcms_item.student .imgContainer--full:before{
  content:"学生旅行";
}
.ctcms_item.girls .imgContainer--full:before{
  content:"女子旅";
}
.ctcms_item.family .imgContainer--full:before{
  content:"家族旅行";
}
.ctcms_item.hotel .imgContainer--full:before{
  content:"厳選ホテル";
}
.ctcms_item.impresso .imgContainer--full:before{
  content:"添乗員同行の旅";
}
/* airlineList ---*/
@media only screen and (max-width: 740px){
  #airlineList .girdTextLink:after{
      border-color: #004098;
  }
  #airlineList .girdTextLink--borderBottom{
      border-bottom: 1px solid #D7D7D7;
  }
}

/* couponInfo ---*/
/*
  2025/08/26
  クーポンブロック非表示
  ナビの固定on/offに使っているので要素の配下を非表示にする
  AEM移行時にも設置しない
*/
#couponInfo > * {
  display: none;
}
#couponInfo.bgGray {
  margin: 0;
  background-color: transparent;
}


#couponInfo .button {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#couponInfo .button img {
  max-width: 32px;
  margin-right: 8px;
}
#couponInfo .txtGreen span{
  color: #00B900;
}
#couponInfo .txtBlue span{
  color: #004098;
}
#couponInfo .txtGreen:after {
      border-color: #00B900;
}
#couponInfo .txtBlue:after {
      border-color: #004098;
}
@media only screen and (min-width: 741px) {
  #couponInfo .button {
    max-width: 285px;
    min-height: 50px;
    vertical-align: middle;
    padding: 0 10px;
    line-height: 2;
  }
  #couponInfo .button img {
    width: 29px;
  }
  #couponInfo .button span {
    font-size: 1.42rem;
    font-weight: bold;
  }
}
@media only screen and (max-width: 740px){
  #couponInfo .button {
    max-width: 100%;
    padding: 23px 23px 23px 10px;
    font-size: 1.14rem;
  }
  #couponInfo .button span {
    font-size: 1.7rem;
    font-weight: bold;
    margin-right: 3px;
  }
}
/* history ---*/
.section__container--history h3, .section__container--history .airport {
  display: none;
}
.section__container--history .dstRcmdTour .prev, .section__container--history .dstRcmdTour .next {
  width: 20px;
}
.section__container--history .dstRcmdTour .list li a > span:not(.airport) {
  display: inline-block;
  width: 100px;
  height: 100px;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  margin-right: 10px;
}
.section__container--history .dstRcmdTour .list li a > span img {
  height: 100px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.section__container--history .dstRcmdTour .list li .box {
  display: inline-block;
  border: none;
  padding: 0;
}
.section__container--history .dstRcmdTour .list li .itemTit {
  font-size: 14px;
  height: auto;
  padding-bottom: 10px;
}
.section__container--history .dstRcmdTour .list li .box .price {
  display: inline-block;
  font-weight: normal;
}
.section__container--history .dstRcmdTour .prev, .section__container--history .dstRcmdTour .next {
  background: #D7D7D7;
}
.section__container--history .dstRcmdTour .prev:hover, .section__container--history .dstRcmdTour .next:hover {
  background: #888888;
}
.section__container--history .dstRcmdTour .prev:after, .section__container--history .dstRcmdTour .next:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
.section__container--history .dstRcmdTour .prev:after {
  transform: translate(-35%, -50%) rotate(-45deg);
}
.section__container--history .dstRcmdTour .next:after {
  transform: translate(-65%, -50%) rotate(135deg);
}

@media only screen and (min-width: 741px) {
  .section__container--history .dstRcmdTour > .inner {
    padding: 0 40px;
  }
  .section__container--history .grid-row {
    width: 992px;
    margin: 0;
  }
  .section__container--history .caroufredsel_wrapper {
    width: calc(992px - 80px) !important;
  }
  .section__container--history .dstRcmdTour .list li {}
  .section__container--history .dstRcmdTour .list li a {
    width: 294px;
  }
  .section__container--history .dstRcmdTour .list li .box {
    width: calc(100% - 110px);
  }
}

@media only screen and (max-width: 740px) {
  .section__container--history .section__container {
    padding: 24px 0;
  }
  .section__container--history .dstRcmdTour > .inner {
    box-sizing: border-box;
    padding: 0 20px;
  }
  .section__container--history .grid-row {
    width: 100%;
    margin: 0;
  }
  .section__container--history .caroufredsel_wrapper {
    width: calc(100vw - 40px) !important;
  }
  .section__container--history .dstRcmdTour .list li {
    padding: 0 20px;
  }
  .section__container--history .dstRcmdTour .list li a {
    width: calc(100vw - 40px);
  }
  .section__container--history .dstRcmdTour .list li .box {
    width: calc(100% - 150px);
  }
}

.mvSlideNav__list{
  justify-content:center;
}
.grid-row--noGutter>.grid-col6 {
  padding: 0 8px 16px;
}
.gridPanel {
  border: 1px solid #ddd;
  padding: 5px;
}






@media only screen and (min-width: 741px) {
  /***   メインタイトルフォントサイズ調整   ***/
  .textMv.fontAdjust .textMv__title {
    font-size: 4rem;
  }

  /***   HTL／OPおすすめ用   ***/
  #dstHotel .imgContainer--full,
  #dstActivities .imgContainer--full {
   height: 150px;
  }
}

@media only screen and (max-width: 740px) {
  /***   メインタイトルフォントサイズ調整   ***/
  .textMv.fontAdjust .textMv__title {
    font-size: 2.4rem;
  }
  .textMv.fontAdjust .textMv__textWrapper {
    padding: 100px 24px 0;
  }

  /***   HTL／OPおすすめ用   ***/
  #dstHotel .imgContainer--full,
  #dstActivities .imgContainer--full {
   height: 100px;
  }
}

@media only screen and (min-width: 741px){
	/***   期間限定アンケート（グアム8/31まで）   ***/
  .survey{
		text-align: center;
  }
	.survey__banner--item img{
		width: 500px;
	}
}

@media only screen and (max-width: 740px){
	/***   期間限定アンケート（グアム8/31まで）   ***/
  .survey{
		text-align: center;
  }
	.survey__banner--item img{
		width: 100%;
	}
}
