@charset "UTF-8";
/* =============================================================================

	特集用CSS

	Chrome,Firefox,IE9+、レスポンシブ対応。ブレイクポイントは768pxと480pxで用意しています。
	768pxでヘッダー＆フッターなどスマホ用に変更。
	ヘッダー＆フッター、印刷用、基本設定、ナビゲーションCSSは基本的にはそのまま使用。
	（背景、サイズ変更、余白の調整など必要に応じて書き換えて下さい）
  IE8以下・・・クラス指定してあります。html.ie8
	特集用以下に追加記述して下さい。

============================================================================= */
/*----------------------------------------
ヘッダー＆フッター
----------------------------------------*/
@media screen and (min-width: 769px) {
}
@media screen and (min-width: 769px) {
	#wrapper-fuk #t-header,
	#wrapper-fuk #all-footer {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	#wrapper-fuk #header_nav,
	#wrapper-fuk #footer_nav {
		display: none;
	}
	#wrapper-fuk #t-header,
	#wrapper-fuk #all-footer {
		clear: both;
		display: block;
	}
}
.ie8 #wrapper-fuk #t-header,
.ie8 #wrapper-fuk #all-footer,
.ie8 .smp-area {
	display: none;
}
#change-area,
.calendar-popup,
.modal-popup,
#adArea {
	display: none;
}
@media screen and (max-width: 959px) {
    #headContainer #header #headerUtility {
		height: auto;
	}
}
/*----------------------------------------
 印刷用
----------------------------------------*/
@media print{
	#wrapper-fuk #header_nav,
	#wrapper-fuk #footer_nav,
	#wrapper-fuk #t-header,
	#wrapper-fuk #all-footer,
	#wrapper-fuk .smp-area,
  #adArea {
		display: none;
	}
}
/*----------------------------------------
 基本設定
----------------------------------------*/
#wrapper-fuk {
	min-width: 100%;
	overflow-x: hidden;
}
/*背景色・画像を使いたい場合に利用
.contents-bg {
	background: ;
}*/
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
.contents {
	background: #fff;
	color: #333;
	font: 14px/1.6 Verdana, YuGothic, "游ゴシック Medium", YuGothicM, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	text-align: left;
	position: relative;
	z-index: 1;
}
.contents img {
  max-width: 100%;
}
.contents a {
  max-width: 100%;
}
/* リンク設定
--------------------*/
a:link {
    color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a:active {
	color: #333;
	text-decoration: none;
}
/* アイコンフォント */
.fa {
  margin: 0 .2em;
}
/*----------------------------------------
 ナビゲーション
----------------------------------------*/
.contents nav{
	clear: both;
}
/* パンくず
--------------------*/
#pankuzu {
  float: left;
  padding: 7px 0;
	text-align: left;
}
#pankuzu li {
	display: inline-block;
	white-space: nowrap;
}
#pankuzu li + li:before {
	content: '>';
	margin-right: .5em;
}
/* PageTopに戻る
--------------------*/
#gotop{
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1000;
}
#gotop a {
	background: #000;
	border-radius: 50%;
	color: #fff;
	display: block;
	line-height: 1.1;
	padding: 10px 15px;
	text-align: center;
	text-decoration: none;
	filter:alpha(opacity=80);
	opacity: 0.8;
}
#gotop a i:before {
	margin: 0 0 3px;
}
#gotop a:hover {
	background: #999;
	text-decoration: none;
}
/*----------------------------------------
 汎用セレクタ・クラス
----------------------------------------*/
.contents h1,.contents h2,.contents h3 {
	font-weight: bold;
}
.contents p {
	margin-bottom: 2em;
}
div {
	position: static;
}
.contents section {
	clear: both;
	text-align: left;
}
.contents small {
	font-size: .85em;
}
.clear {
	clear: both;
}
.txtC {
	text-align: center;
}
.txtR {
	text-align: right;
}
.txtL {
	text-align: left;
}

/* clearfix
--------------------*/
.contents div:after,
.contents ul:after,
.contents dl:after,
.contents p:after,
.cf:after {
  content: " ";
  /*display: block;*/
  clear: both;
}
/* パディングとボーダーを幅と高さに含める */
.contents div,
.contents p,
.contents ul,
.contents ol,
.contents li,
.contents dl,
.contents dt,
.contents dd {
  -webkit-box-sizing : border-box ;
  -moz-box-sizing : border-box ;
  box-sizing : border-box ;
}

/* 古いIE用警告
--------------------*/
#ie_error {
	background: #ff0;
	padding: 5px;
	text-align: center;
}

/* SNS
--------------------*/
.sns-link {
  float: right;
  margin: 5px;
}
.sns-link li {
  border-radius: 15px;
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  padding: 5px 0;
  vertical-align: middle;
  width: 30px;
  margin-left: 10px;
}
.sns-link a {
  color: #fff;
}
.sns-link a:hover {
  filter:alpha(opacity=80);
  opacity: 0.8;
}
.sns-facebook {
  background: #3765A3;
}
.sns-twitter {
  background: #2CA7E0;
}
.sns-line {
  background: #5cd95c;
  padding: 0;
}
.sns-line img {
  width: 74%;
  padding: 0 4px;
}

/*LINE@*/
.lineinfo {
  background: #50c900;
  color: #fff;
  text-align: center;
  margin-bottom: 2em;
}

/* ボタン 標準（共通）
--------------------*/
.contents a.btn {
	display: inline-block;
  vertical-align: middle;
	border-radius: 4px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	margin: 5px 0;
	padding: 10px;
}
.contents a.btn:link,
.contents a.btn:visited {
	background: #fff\9;
	background : -moz-linear-gradient(top, #ffffff, #e9e9e9);
	background : -webkit-linear-gradient(top, #ffffff, #e9e9e9);
	background : linear-gradient(to bottom, #ffffff, #e9e9e9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e9e9e9', GradientType=0);
	border: 1px solid #bbb;
	color: #555;
	font-size: 1.5em;
}
.contents a.btn:hover,
.contents a.btn:active {
	border:1px solid #bbb;
	background: #e9e9e9;
  -webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,.6);
  box-shadow: inset 1px 1px 3px rgba(0,0,0,.6);
	color: #aaa;
}
/* ボタン 紺 */
.contents a.btn-navy:link,
.contents a.btn-navy:visited {
	background: #004098\9;
	background : -moz-linear-gradient(top, #004098, #013377);
	background : -webkit-linear-gradient(top, #004098, #013377);
	background : linear-gradient(to bottom, #004098, #013377);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004098', endColorstr='#013377', GradientType=0);
	border: 1px solid #0664E6;
	color: #fff;
}
.contents a.btn-navy:hover,
.contents a.btn-navy:active {
	border:1px solid #0664E6;
	background: #013377;
  -webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,.6);
  box-shadow: inset 1px 1px 3px rgba(0,0,0,.6);
	color: #ddd;
}
/* ボタン 赤 */
.contents a.btn-red:link,
.contents a.btn-red:visited {
	background: #E94E37\9;
	background : -moz-linear-gradient(top, #E94E37, #D6371F);
	background : -webkit-linear-gradient(top, #E94E37, #D6371F);
	background : linear-gradient(to bottom, #E94E37, #D6371F);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E94E37', endColorstr='#D6371F', GradientType=0);
	border: 1px solid #FF6B55;
	color: #fff;
}
.contents a.btn-red:hover,
.contents a.btn-red:active {
	border:1px solid #FF6B55;
	background: #D6371F;
  -webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,.6);
  box-shadow: inset 1px 1px 3px rgba(0,0,0,.6);
	color: #eee;
}
/* ボタン 幅いっぱい */
.contents a.btn-block {
	display: block;
}
/* ボタン 大 */
.contents a.btn-large {
	font-size: 1.7em;
}
/* ボタン 中 */
.contents a.btn-middle {
	font-size: 1.3em;
}
/* ドロップダウンメニュー
------------------------------*/
.fair-nav {
  background: #634941;
  margin-bottom: 2em;
}
.fair-nav:before, .fair-nav:after{
  content: "";
  display: table;
}
.fair-nav:after {
  clear: both;
}
.fair-nav > ul {
  display: table;
  width: 100%;
 }
.fair-nav > ul > li {
  position: relative;
  width: 20%;
  display: table-cell;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
.fair-nav.air-nav > ul > li {
  width: 50%;
}
.fair-nav li a {
  display: block;
  margin: 0;
  padding: 10px 0;
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.fair-nav li a:after {
  content: '\f078';
  color: #F71967;
  font-family: "fontawesome";
  display: block;
  text-align: center;
  margin-top: 2px;
}
.fair-nav li a span {
  font-size: .8em;
}
.fair-nav li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}
.fair-nav li ul li{
  width: 100%;
}
.fair-nav li ul li a {
  padding: 13px 15px;
  border-top: 1px solid #fff;
  color: #fff;
  text-align: left;
}
.fair-nav ul > li:hover {
  background: #F71967 url(../img/matsuri.png) right 15px no-repeat;
  color: #fff;
}
.fair-nav li a:hover {
  color: #fff;
}
.fair-nav li a:hover:after {
  color: #fff;
}

/* アニメーション変化 */
.fair-nav li ul li {
  overflow: hidden;
  height: 0;
  transition: .2s;
}
.fair-nav li:hover ul li {
  overflow: visible;
  height: 38px;
}
.fair-nav.widearea {
  margin-bottom: 2.5em;
}
/* スクロールで出るメニュー
------------------------------*/
.fair-nav-fix {
    position: fixed;
    top: 150px;
    right: 0px;
    z-index: 1000;
    font-size: 1.5em;
    font-weight: 900;
    background: #83c959;
    padding: 1%;
    color: #fff;
}
.fair-nav-fix a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.nav-selectcity {
  cursor: pointer;
  position: relative;
}
.selectcity {
  display: none;
  position: absolute;
  top: 0;
  right: 100%;
}
.selectcity.active {
  display: block;
}
.selectcity li {
  display: block;
  width: 200px;
  text-align: center;
  margin: 5px 10px;
}
.selectcity li a {
  background: #1e2f14;
  border-radius: 20px;
  color: #fff;
  display: block;
  padding: 8px 20px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  transition: .2s;
  margin: 3%;
}
.selectcity li a:hover {
  background: #84c95c;
  color: #fff;
  transform: scale(1.2);
}


/* タブ（使わない場合はhtml共に削除）
--------------------*/
.tabs {
  display: table;
}
.tabs li {
  display: table-cell;
  /*border: 1px solid #ccc;*/
  width:180px;
  background: url(https://www.his-j.com/tyo/season/common/images/tab_bg1.gif) no-repeat left top;
  margin: 0 3px 0 0;
}
.tabs li.active {
  background: url(https://www.his-j.com/tyo/season/common/images/tab_bg2.gif) no-repeat left top;

}
.tabs li a {
  display: block;
  /*padding: .5em 2em;*/
  padding: 16px 0 10px 0;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #004098;
}
.tabs li.active a {
  color: #ffffff;
}
.panels {
	border: solid 4px #004098;
    background: #ffffff;
    padding: 15px 20px;
    clear: both;
}
.panels > .panel {
  display: none;

}
.panels > .panel.active {
  display: block;
}
.panel {
 /* border: 1px solid #ccc;*/
}

/* フィルタ
--------------------*/
#filter {
	text-align: center;
}
#filter li {
  background: #ccc;
	display: inline-block;
	cursor: pointer;
  padding: 10px;
  margin: 0 2px 10px;
}
#filter li.f-active,
#filter li:hover {
  background: #666;
  color: #fff;
	font-weight: bold;
}


/*----------------------------------------
特集用　▼ここから記述
----------------------------------------*/
.car-passport-bnr li{
	float: left;
    width: 48%;
    margin: 0 1% 2%;
}

.fair-head{
	background: url(../img/kakuchi_bg.png);
    height: 300px;
    overflow: hidden;
    position: relative;
}
.fair-head h2{
	font-size: 2.5em;
    text-align: center;
    margin: 3% auto;
    background: rgba(255,255,255,0.7);
    padding: 3%;
    color:#684a39;
    text-shadow: #fff 1px 1px 3px;
}
.fair-head h2 span{
	font-size: .5em;
}
.fair-head h2 p{
    font-size: 0.4em;
    /* font-weight: 100; */
    text-align: left;
    padding: 1% 4%;
    margin: 0;
}
.fair-head h2 p a{
	color: #684a39;
}
/*NEWS*/
.fair-head ul.news{
    border: #83c959 1px solid;
    /*margin: 3% auto;*/
    margin-top: 3%;
    background: #fff;
}
.fair-head ul.news li{
	font-weight: 900;
    padding: 8px 0px;
}
.fair-head ul.news li span.news-date{
	/*font-size: 1.2em;*/
    font-weight: 900;
}
.fair-head ul.news li span.news-price{
	font-weight: 900;
    color: #e00;
}
.fair-head ul.news:before {
    content: 'NEWS';
    background: #83c959;
    color: #fff;
    display: block;
    float: left;
    padding: 3px 5px;
    font-size: 1.5em;
    font-weight: 900;
}
/*アンカーリンクナビ用*/
.navi{

}
.navi ul{
	margin: 3% auto;
}
.navi ul li{
	float: left;
    width: 31%;
    margin: 1%;
    background: #ff966e;
    text-align: center;
}
.navi ul li:first-child{
	background: #81d6ff;
}
.navi ul li:last-child{
    background: #b781ff;
}
.navi ul li a{
    display: block;
    padding: 4%;
    color: #fff;
    font-size: 23px;
    font-weight: 900;
    text-decoration:  none;
}
.navi ul li a:hover{
	opacity:.7;
	text-decoration:none;
}
/*目玉・人気方面BOX*/
.recobox{
	margin: 5% auto;
}
.recobox h4{
	text-align: center;
    width: 65%;
    font-size: 2em;
    float:left;
    margin-bottom: .5em;
    font-weight: 100;
}
.recobox h4 span{

}
#recom-top-js{
	/*float: left;
    width: 66%;*/
}
#recom-top-js .tour-box dt{
	width: 45%;
}
.recobox ul.slider{
    /*width: 65%;*/
    width: 100%;
    /*border: 1px solid #ccc;*/
    padding: 5px;
    margin: 2% 0;
    float: left;
    clear:both;
}
.recobox ul.slider .tour-box{
	margin: 0;
	border: #ccc 1px solid;
}
.recobox ul.slider .boxM{
	width:100%;
}
.recobox ul.slider .tour-title{
    font-size: 1.5em;
}
.recobox ul.slider .tour-point{
	color: #fff;
    width: 50%;
    float: left;
    background: #83c959;
    clear: initial;
    margin: 1% 0;
}
.recobox ul.slider .tour-price{
	font-size: 1.5em;
}
.recobox ul.reco_homen{
    float: left;
    width: 30%;
    margin: 2% 0 2% 4%;
    border: #ccc 1px solid;
    padding: 1% 2% 2%;
    height: 215px;
}
.recobox ul.reco_homen li{
	background: #83c959;
    /*margin: 2%;*/
    margin:3% 2%;
    border-radius: 15px;
    text-align: center;
}
.recobox ul.reco_homen li:hover{
	background :#84917c;
}
.recobox ul.reco_homen li a{
	color: #fff;
	font-size: 1.3em;
    padding: 1%;
    /*font-size: 1.5em;
    padding: 1% 20%;*/
    font-weight: 900;
}
.recobox ul.reco_homen li a:hover{
	text-decoration:none;
}
.recobox ul.reco_homen li a span{
	/*font-size: 0.5em;*/
	font-size: 1em;
	font-weight: 900;
}
/*スライド*/
div.recobox .slick-dots{
	margin: 2% auto;
}
div.recobox .slick-dots li.slick-active button:before{
	color:#314e20;
}

/*おすすめツアー一覧*/

#recotour{
	margin:5% auto;
    clear: both;
}
#recotour h3{
    font-size: 2em;
    margin: 2%;
    text-align: center;
    font-weight: 100;
    color: #000;
}
#recotour h3 span{
	float: right;
    font-size: 0.5em;
    background: #818181;
    padding: 1%;
    color: #fff;
    line-height: 1.2;
}
#recotour h4{
    background: #81d6ff;
    margin: 2% auto;
    padding: .5% 1%;
    font-size: 1.5em;
    border-radius: 26px;
    text-align: center;
    font-weight: 900;
    color: #fff;
}
#recotour h4.in{
	background: #81d6ff;
}
#recotour h4.dom{
	background: #ff966e;
}
.tour-box {
  border: 2px solid #ECEADF;
  background: #fff;
  padding: 5px;
  position: relative;
  float: left;
  margin: 1em .5em 4em;
}
.boxS {
  /*width: 31.3%;*/
  width: 100%;
}
.boxM {
  width: 49%;
}
.tour-box dl {
  position: relative;
}
.tour-box dt {
  position: relative;
  width: 30%;
}
.tour-box dt img{
    /*width: 45%;*/
    width:100%;
    float: left;
    margin: 0 1em .5em 0;
}
.tour-icon {
  position: absolute;
  bottom: 3px;
  right: 3px;
}
.tour-icon span {
  background: #698C00;
  border-radius: 5px;
  color: #fff;
  font-size: .8em;
  display: inline-block;
  padding: 2px 5px;
  margin: 2px;
}
.tour-title {
  color: #634941;
  font-size: 1.2em;
  font-weight: bold;
}
.tour-title span {
  font-size: .8em;
  display:block;
}
.tour-box .tour-hotel {
  background: rgba(255,0,0,0.7);
  color: #fff;
  font-size: 1em;
  padding: 0 5px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight:900;
}
.tour-point {
    background: #ECEADF;
    border-radius: 5px;
    /*font-size: .85em;*/
    font-size: 1em;
    padding: 5px;
    margin: 5px 0;
    /* clear: both; */
    float: left;
    width: 68%;
}
.tour-price {
  color: #e20000;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.tour-dep {
  background: #6D56BC;
  color: #fff;
  text-align: center;
  font-size: .9em;
  padding: .3em;
  margin-top: 5px;
}
.tour-des {
  background: #ffeb3b;
  color: #142375;
  text-align: center;
  font-size: .9em;
  padding: .3em;
  margin-top: 5px;
}
.tour-link a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.boxM a:hover:before {
  top: 150px;
}
.tour-box:hover {
  box-shadow: 0 0 15px rgba(0,0,0,.2);
}
#recotour h4.air{
    background: #b781ff;
}
.ap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
div.ap div.tour-box{
	width: 48%;
	margin: 0 auto 1em;
}
div.ap div.tour-box dt{
	width: 50%;
}
div.ap .tour-point{
	width: 100%;
	float:none;
}
#recotour .kanren {
  position: absolute;
  bottom: -2em;
  right: -1px;
  margin-bottom: 0;
}
.contents .kanren a {
  display: block;
  border-radius: 0 0 5px 5px;
  color: #fff;
  text-decoration: none;
  margin-top: 1px;
  padding: .2em 10px;
}
.contents div.inter .kanren a{
  background: #81d6ff;
}
.contents div.dome .kanren a{
  background: #ff966e;
}
.contents div.inter .kanren a:hover {
  background: #355689;
  box-shadow: 0 0 15px rgba(0,0,0,.2);
}
.contents div.dome .kanren a:hover {
  background: #96563d;
  box-shadow: 0 0 15px rgba(0,0,0,.2);
}

/* バナーリンク*/
.link-bnr {
/*	background: #83c959;*/
  margin-top: 1em;
  border-radius: 10px;
  text-align: center;
  /*padding: 20px 5px;
  margin-bottom: 2em;*/
}
.link-bnr li {
  border: 4px solid #fff;
  display: inline-block;
  text-align: center;
  width: 47%;
  margin: 0 1%;
}
.link-bnr li:hover {
  /*border: 4px solid #b1b1b1;*/
}
.link-bnr2 {
  text-align: center;
  margin-bottom: 2em;
}

/* バナーリンク 3分割*/
.link-bnr-3 {
  border-radius: 10px;
  text-align: center;
  margin-top: 1em;
}
.link-bnr-3 li {
  display: inline-block;
  text-align: center;
  width: 31%;
  margin: 0 .5%;
}
.link-bnr-3 li:hover {
  /*border: 4px solid #b1b1b1;*/
}
}
#tokushu {
  background: rgba(255,255,255,.9);
  padding: 1.5em .5em 3em;
}
#tokushu h3{
  text-align:center;
}
#tokushu ul,
#kodawari ul {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
#tokushu ul li,
#kodawari ul li {
    width: auto;
  	padding: .5em;
 }

#tokushu ul,
#kodawari ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items:  center;
}
#tokushu ul a {
  display: block;
  overflow: hidden;
}
#kodawari ul a {
  display: block;
}
#tokushu a img,
#kodawari a img {
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}
#tokushu a img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#kodawari a img:hover {
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

/*電話・店舗案内*/
#contact-fuk {
  background: #fff;
  border: 5px solid #CCBC7A;
  border-radius: 5px;
  padding: 15px 30px;
  /*margin-bottom: 2em;*/
  width: 960px;
  margin: 4em auto 2em;
}
#contact-fuk h4 {
  color: #806702;
  font-size: 23px;
  text-align: center;
  border-bottom: 1px solid #CCBC7A;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

#contact-fuk p a {
  display: block;
  background: #BB993A;
  border: 5px solid #E4D29A;
  padding: 5px;
}
#contact-fuk dl {
  margin-bottom: 1em;
}
#contact-fuk dt {
  font-size: 22px;
  font-weight: bold;
}
#contact-fuk dd {
  font-size: .85em;
}
#contact-fuk dt,
#contact-fuk dd {
  display: inline-block;
  line-height: 1.2;
  vertical-align: middle;
  width: 49%;
}
#contact-fuk dd {
    text-align: right;
}
.contact-tel {
  color: #e00;
  font-size: 30px;
  font-weight: bold;
}
/* flexbox */
#recotour .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; */
}
/* #recotour .flexbox:after{
  content:"";
  display: block;
  width: 31.3%;
} */
/*検索BOX用*/
#js_searchTour_wrap{
	display:none;
}
#tour{
	display:none;
}
/* フッターリンク
------------------------------ */
.foot-link {
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
}
ul.foot-link {
  background: #83c959;
  border-radius: .5em;
  max-width: 960px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.ie .foot-link{
  -js-display: flex;
}
.foot-link li {
  width: 50%;
}
.foot-link li.foot-link-tit {
  background: #83c959;
  border-radius: .5em .5em 0 0;
  color: #fff;
  display: block;
  text-align: center;
  padding: .5em;
  margin-bottom: .8em;
  width: 100%;
}
.foot-link a {
  background: #fff;
  border-radius: .8em;
  color: #83c959;
  display: block;
  text-decoration: none;
  position: relative;
  padding: .5em 1.5em .5em .5em;
  margin: 0 .4em .8em;
}
.foot-link a:hover {
  background: #cfffb2;
}
.foot-link a::after {
  content: '\f054';
  display: block;
  font-family: "fontawesome";
  position: absolute;
  top: 50%;
  right: .2em;
  margin-top: -.8em;
}

/* JS読み込み　特集用バナー */
div.tokushu_bnr{
    max-width: 960px;
    margin: 1% auto;
    background: #f3f3f3;
}
div.tokushu_bnr p{
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    background: #004097;
    color: #fff;
}
div.tokushu_bnr ul{
    display: flex;
    flex-wrap: wrap;
}
div.tokushu_bnr ul li{
    width: 14%;
    margin: 1%;
    list-style: none;
}
div.tokushu_bnr ul li a{
    font-size: 14px;
}
div.tokushu_bnr ul li a:hover {
    opacity:.7;
}
div.tokushu_bnr .footbtn {
    text-align: center;
    padding: 2%;
}
div.tokushu_bnr .footbtn a{
    background: #ffffff;
    padding: 1% 5%;
    color: #004097;
    border: #004097 solid 2px;
    border-radius: 7px;
}
div.tokushu_bnr .footbtn a:hover{
    background: #004097;
    color: #fff;
    text-decoration:none;
}
/*　チャーター2分割　*/
.box-charter{
    width: 48%;
    float: left;
    margin: 1% 1% 3%;
}

/*----------------------------------------
タブレット・スマホ対応
----------------------------------------*/
@media screen and (min-width: 769px) {
	#wrapper-fuk {
		min-width:964px;
	}
  .contents {
    margin: 0 auto;
    max-width: 960px;
  }
	.smp-area { /*PCでは非表示*/
		display: none !important;
	}
  .sns-link li.sns-line {
    display: none;
  }
  /* 横幅いっぱい */
  .widearea {
    clear: both;
    margin: 0 -500%;
    padding: 0 500%;
  }
  #tokushu ul li,
  #kodawari ul li {
    flex: 1;
  }
  .nav-selectcity p {
    margin: 0;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    text-align: center;
    max-height: 300px;
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
	.contents {
		line-height: 1.7;
		width: 98%;
		padding: 0 1%;
	}
	.contents input, .contents select {
		/* height: 40px; */
		font-size: 1.2em;
	}
	#gotop a {
		font-size: .75em;
		padding: 5px 10px;
	}
	.smp-area { /*タブレットでは非表示*/
		display: none !important;
	}
	.contents img:not([width]), .contents input[type="image"]:not([width]) {
		zoom: 1;
	}
  .sns-link {
    margin-top: 5px;
  }

  /* パンくず */
	#pankuzu {
	  font-size: .85em;
	  line-height: 1.7;
	  padding: 5px 5px 10px;
	}
	#pankuzu li {
	  display: inline-block;
	  margin-right: 7px;
	  margin-bottom: 3px;
	}
	#pankuzu li:last-child {
	  background: #999;
	  color: #fff;
	  padding: 5px;
	  position: relative;
	}
	#pankuzu li:last-child:after {
	  content: '';
	  display: block;
	  width: 0;
	  height: 0;
	  border-top: 15px solid transparent;
	  border-right: 15px solid transparent;
	  border-bottom: 15px solid transparent;
	  border-left: 10px solid #999;
	  position: absolute;
	  top: 0;
	  right: -25px;
	}
	#pankuzu a {
	  display: block;
	  background: #eee;
	  position: relative;
	  color: #111;
	  text-decoration: none;
	  padding: 5px;
	}
	#pankuzu a:after {
	  content: '';
	  display: block;
	  width: 0;
	  height: 0;
	  border-top: 15px solid transparent;
	  border-right: 15px solid transparent;
	  border-bottom: 15px solid transparent;
	  border-left: 10px solid #eee;
	  position: absolute;
	  top: 0;
	  right: -25px;
	}
	#pankuzu a:hover {
	  background: #83c959;
	  color: #fff;
	}
	#pankuzu a:hover:after {
	  border-left: 10px solid #83c959;
	}

  /*ヘッド*/
  .fair-head{
    clear: both;
    background: url(../img/kakuchi_bg_sp.png);
    background-size: contain;
    height: inherit;
  }
  .fair-head h2{
  	font-size:1.5em;
  }
  .fair-head ul.news{
  	display:none;
  }
  /*発着地選択*/
  .fair-nav-fix{
  	width: 100%;
    text-align: center;
  	top: 0;
  	background:#f48700;
  }
  .nav-selectcity p{
  	writing-mode: horizontal-tb;
  }
  .selectcity {
    width: 95%;
    top: initial;
    right: initial;
  }
  .selectcity li {
  	width:100%;
  }
  /*厳選商品スライド*/
  #recom-top-js{
  	width:100%;
  	margin-bottom: 2em;
  }
  .recobox h4{
  	width:100%;
  }
  .recobox ul.slider{
  	width: 100%;
  	border:none;
  }
  .recobox ul.slider li{
  	/*border:1px solid #ccc;*/
  	margin: 1%;
  }
  .recobox ul.slider .tour-point{
  	    width: 100%;
  	    clear:both;
  }
  ul.slider div a.btn:link, ul.slider div a.btn:visited{
  	font-size: 1em;
    width: 97%;
  }
  div.recobox .slick-dots{
  	margin:0;
  }
  div.recobox .kanren {
  	margin-bottom: 0;
  	clear: both;
  }
  div.recobox .kanren a {
  	display: block;
    border-radius: 0;
    color: #fff;
    text-decoration: none;
    padding: .2em 10px;
    background: #2e471e;
    margin: 4% auto;
  }
  /*おすすめ商品一覧*/
  #recotour div ul{
      width: 98%;
  }
  .boxS{
  	width: 98%;
  }
  #recotour .tour-box dt img{
  	width:100%;
  }
  .tour-point{
  	width: 65%;
  }
  #recotour a.btn:link, #recotour a.btn:visited{
  	font-size:1em;
  }
  /*.tour-box dt:after{
    content: '\f054';
    font-family: "fontawesome";
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: 15px;
  }*/
  div.inter .tour-box dt:after{
  	right: 0;
  	color: #81d6ff;
  }
  div.dome .tour-box dt:after{
  	/*right: 0;
  	color: #ff966e;*/
  	display:none;
  }
  .tour-title span{
  	display: initial;
  }
  .tour-title{
  	font-size: 1em;
  }
  .tour-price{
  	text-align:right;
  }
  /*電話・店舗案内*/
  #contact-fuk{
  	width:100%
  }
  #contact-fuk h4{
  	font-size: 14px;
  }
  #contact-fuk dt, #contact-fuk dd{
  	width:100%;
  	text-align:left;
  }
  #contact-fuk dt{
      font-size: 18px;
  }
  .contact-tel{
  	font-size: 20px;
  }
  /*検索*/
  #sort_limit.pc-area{
  	display:none !important;
  }
  #sort_limit p{
  	width: 100%;
    text-align: center;
  }
  #sort_limit p.obititle{
  	width:100%;
  	display: table-row;
  	text-align:center;
  }
  #contents #sort_limit a{
  	width: 23%;
    margin: 0.2em 0.4em 0.6em;
    float: left;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    /* border: 1px solid #333; */
    padding: 0.8em 0;
    box-sizing: border-box;
    background-color: #ffe500;
    box-shadow: 0px 1px 1px #999;
    color: #3F51B5;
    text-decoration: none;
  }
  #contents #sort_limit a.selected{
  	/*padding: 0.8em 0.5em;*/
  	background-color: #3F51B5;
    color: #FFF;
    box-shadow: 0px 1px 1px #333
  }
  div.sort_limit_box{
      text-align: center;
  }
  .txtbox{
  	  width: 100%;
  }
  .result-btn{
	width: 85%;
	margin: 2em auto 1.2em;
	padding: 0.7em 0;
	text-align: center;
	font-size: 1.2em;
	color: #FFF;
	box-sizing: border-box;
	background-color: #666;
	border-radius: 3px;
	box-shadow: 0px 2px 1px #000;
	font-weight: bold;
	}
	#tour_cont .info{
		display:none;
	}
	#recom-top-js .tour-box dt:after{
		display:none;
	}
	#tokushu ul li {
    width: 33.3%;
  }
  #tokushu ul,
  #kodawari ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /*発着地選択*/
  .fair-nav-fix{
    width: 100%;
    text-align: center;
    top: 0;
    background:#f48700;
    height: 77px;
  }
  .nav-selectcity p{
    writing-mode: horizontal-tb;
    margin-bottom: 0;
  }
  .selectcity {
    /*width: 95%;*/
    width: 100%;
    top: 70px;
    right: auto;
    margin-top: 3px;
  }
  .selectcity li {
    width:100%;
    border-bottom: 1px solid #fff;
    margin:0;
  }
  .selectcity li a {
    border-radius:0;
    margin:0;
    line-height: 2;
  }
}

@media screen and (max-width: 480px) {
  .sns-link {
    clear: both;
    float: none;
    text-align: right;
    margin: 0;
  }
	.pc-area { /*スマホでは非表示*/
		display: none;
	}
	.smp-area { /*タブレットでは非表示*/
		display: block !important;
	}
	.foot-link a.pc-area { /*スマホでは非表示*/
		display: none;
	}
	.navi ul li a.pc-area { /*スマホでは非表示*/
		display: none;
	}
  .sns-link i {
    margin: 0;
  }
  .contents a.btn-large {
    font-size: 1.4em;
  }
  .contents a.btn-middle {
    font-size: 1.2em;
  }
  /*TOP*/
	.fair-head h2 span{
		font-size: .8em;
	}
	.fair-head h2 p{
		font-size: .6em;
	}

  /*厳選商品スライド*/
  .recobox h4{
  	width:100%;
    margin-bottom:0;
  }
  .recobox ul.slider{
    margin:0 0 2%;
  }

  ul.slider div a.btn:link, ul.slider div a.btn:visited{
  	font-size: 1em;
    width: 91%;
  }
  /*おすすめ商品一覧*/
  #recotour div ul{
      width: 98%;
  }
  .boxS{
  	width:95%;
  }
  #recotour .tour-box dt img{
  	/*width:35%;*/
  	width:100%;
  }
  .tour-point{
  	width:100%;
  }
  #recotour a.btn:link, #recotour a.btn:visited{
  	font-size:1em;
  }
  div.inter .tour-box dt:after{
  	right: 0;
  	color: #81d6ff;
  }
  div.dome .tour-box dt:after{
  	right: 0;
  	color: #ff966e;
  	display:none;
  }
  .tour-title span{
  	display: initial;
  }
  .tour-title{
  	font-size: 1em;
  }
  .tour-price{
  	text-align: center;
    clear: both;
  }
  div.ap div.tour-box {
    width: 96%;
    display:block;
  }
  div.ap div.tour-box dt:after{
  	display:none;
  }
  div.ap .tour-point {
    width: 100%;
    float: left;
  }
  /*バナーエリア*/
  .link-bnr li{
  	width: 98%;
  	margin: 2% 1%;
  	border:none;
  }
	.link-bnr-3 li {
	  width: 100%;
	}
  /*電話・店舗案内*/
  #contact-fuk{
  	width:100%
  }
  #contact-fuk h4{
  	font-size: 14px;
  }
  #contact-fuk dt, #contact-fuk dd{
  	width:100%;
  	text-align:left;
  }
  #contact-fuk dt{
      font-size: 18px;
  }
  #recotour h3{
  	font-size:1.4em;
  }
  .tour-title span{
  	 margin-left: .5em;
  	 line-height: 2;
  }
  .contact-tel{
  	font-size: 20px;
  }
  .recobox ul.slider .tour-title{
    font-size: 1.2em;
  }
  #contents #sort_limit a{
  	width:21%;
  }
#tokushu ul li,
#kodawari ul li {
  width: 50%;
}
    div.tokushu_bnr ul li {
        width: 31%;
    }
.car-passport-bnr li{
        float:none;
        width:100%;
        margin: 2% 0;
}
.movie-wrap {
     width: 100%;
     padding-bottom: 56.25%;
     height: 0px;
     overflow: hidden;
     position: relative;
}

.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

