@charset "UTF-8";
/* =============================================================================

	特集用CSS

	Chrome,Firefox,IE9+、レスポンシブ対応。ブレイクポイントは768pxと480pxで用意しています。
	768pxでヘッダー＆フッターなどスマホ用に変更。
	ヘッダー＆フッター、印刷用、基本設定、ナビゲーションCSSは基本的にはそのまま使用。
	（背景、サイズ変更、余白の調整など必要に応じて書き換えて下さい）
  IE8以下・・・クラス指定してあります。html.ie8
	特集用以下に追加記述して下さい。

============================================================================= */
/*----------------------------------------
ヘッダー＆フッター
----------------------------------------*/
@media screen and (min-width: 769px) {
  #footer .footer01 .body {
    width: 960px;
  }
}
@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;
}
#header #header_Right {
  width: 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: #F20000 url(../img/bg.png);
}
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
.contents {
  color: #333;
  font: 14px/1.6 -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "游ゴシック Medium", YuGothicM, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  /* font-feature-settings: "palt"; */
  text-align: left;
  position: relative;
  z-index: 1;
  padding-bottom: 1em;
}
@media all and (-ms-high-contrast: none) {
  .contents {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
.contents img {
  max-width: 100%;
}
.contents a {
  max-width: 100%;
}

/* リンク設定
--------------------*/
a:link {
	color: #1E51C6;
	text-decoration: none;
}
a:visited {
	color: #1E51C6;
	text-decoration: none;
}
a:hover {
	color: #00A8EC;
	text-decoration: underline;
}
a:active {
	color: #00A8EC;
	text-decoration: none;
}
/* アイコンフォント */
.fa {
  margin-left: .2em;
  margin-right: .2em;
}
/*----------------------------------------
 ナビゲーション
----------------------------------------*/
.contents nav{
	clear: both;
}
/* パンくず
--------------------*/
#header #pankuzu {
  float: left;
  padding: 7px 0;
  margin-right: 1em;
	text-align: left;
  max-width: 380px;
}
#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;
  line-height: 1.2;
}
.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
--------------------*/
div:not(.cl):after,
ul:after,
ol:after,
dl:after:not(.item dl),
.cf:after {
  content: " ";
  display: block;
  clear: both;
}
/* パディングとボーダーを幅と高さに含める */
*, *::before, *::after {
  -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.4;
  text-align: center;
  vertical-align: middle;
  width: 30px;
  margin-left: 10px;
}
.sns-link a {
  color: #fff;
  display: block;
}
.sns-link a:hover {
  filter:alpha(opacity=80);
  opacity: 0.8;
}
.sns-link .fa {
  margin: .2em;
}
.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: .5em;
	padding: .5em 1.5em .5em 1em;
  position: relative;
  transition: all 0.3s;
}
.contents a.btn:after {
  content: '\f054';
  font-family: fontawesome;
  position: absolute;
  top: 50%;
  right: .2em;
  margin-top: -.5em;
}
.contents a.btn:link,
.contents a.btn:visited {
	border: 1px solid #FFAA23;
  background: #F89020;
	color: #fff;
}
.contents a.btn:hover,
.contents a.btn:active {
	border:1px solid #FFAA23;
  background: #EC7C03;
  -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;
}
#tour_cont a.btn {
  display: inline-block;
}
/* ボタン 紺 */
.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: #8a9b0f;
  margin-bottom: 2em;
}
.fair-nav:before, .fair-nav:after{
  content: "";
  display: table;
}
.fair-nav:after {
  clear: both;
}
.fair-nav li {
  position: relative;
  width: 25%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
.fair-nav li a {
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  background: #8a9b0f;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}
.fair-nav li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.fair-nav li ul li{
  width: 100%;
}
.fair-nav li ul li a {
  padding: 13px 15px;
  border-top: 1px solid #7c8c0e;
  background: #6e7c0c;
  text-align: left;
}
.fair-nav li:hover > a {
  background: #6e7c0c;
}
.fair-nav li a:hover {
  background: #616d0b;
}
/* アニメーション変化 */
.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;
}



/* フィルタ
--------------------*/
#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;
}
/* 横幅いっぱい */
.widearea {
  clear: both;
  margin: 0 -500%;
  padding: 0 500%;
}

/*----------------------------------------
特集用　▼ここから記述
----------------------------------------*/
#header h1 {
  max-width: 360px;
}
.fair-head {
  position: relative;
  overflow: hidden;
}
.fair-head h2 {
  margin: 2em 0;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.head_text {
  background: #D50202;
  color: #fff;
  display: block;
  font-size: 1.1em;
  line-height: 1.4;
  padding: .5em;
  margin-top: 1em;
  text-align: left;
  width: 630px;
}
.head_link {
  position: absolute;
  right: 0;
  bottom: 0;
}
.head_text span {
  color: #FFF600;
}

/* 右側に検索ボックス入れる場合h2に指定 */
.fair-head h2.search-left {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -550px;
  width: 800px;
  z-index: 1;
}
.fair-head h2.search-left p.head_text {
  position: relative;
  width: 600px;
  left: 90px;
  bottom: 4em;
}


/* PC用検索ボックス */
.tabs {
  display: table;
  width: 100%;
  border: 4px solid #fff;
  border-radius: 4px 4px 0 0;
  border-bottom: none;
}
.tabs li {
  background: #666;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  display: table-cell;
  font-size: .9em;
  line-height: 1.2;
  text-align: center;
}
.tabs li:hover {
  background: #999;
}
.tabs li:first-child {
  border-left: 4px solid #F1FDFF;
  border-bottom: 4px solid #F1FDFF;
  color: #333;
  background: #F1FDFF;
  padding: 5px;
}
.tabs li a {
  color: #fff;
  display: block;
  padding: 5px;
  text-decoration: none;
}
.panels > .panel {
  display: none;
}
.panels > .panel.active {
  display: block;
}
.panel {
  background: #F1FDFF;
  border: 4px solid #fff;
  border-radius: 0 0 4px 4px;
  border-top: none;
  padding: 10px;
}
.search-box {
  float: right;
  width: 300px;
  margin-top: .5em;
  margin-bottom: 1em;
  position: relative;
  z-index: 2;
}
.search-box p {
  margin-bottom: 0;
}

/* エアホテル */
#airhotelwidget {
  background: #fff;
  color: #333;
  padding: 2%;
}
#airhotelwidget ul,
#airhotelwidget li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#w_widgetTitle {
  background: #66d9ff;
  color: #fff;
  font-weight: bold;
  padding: 1% 3%;
  margin-bottom: 2%;
}
#airhotelwidget select {
    border: 1px solid #CCC;
    width: 70%;
    margin-bottom: 2%;
    padding: 2px;
}
#airhotelwidget input {
  margin-bottom: 2%;
  padding: 2px;
}
.from_place li span {
  display: inline-block;
  width: 5.5em;
}
.arrival_place li:first-child {
  float: left;
  width: 5.5em;
  height: 6em;
}
#airhotelwidget .hotel-RN select {
  width: 4em;
}
.hotel-RN span {
  display: inline-block;
  width: 4em;
}
.hotel-RN .col3 span {
  width: 5.5em;
}
.roomIndex,
.adult,
.childBox,
.babyBox {
  display: inline-block;
  vertical-align: top;
  margin-right: 1.5em;
}
.hotel p {
  display: inline-block;
  width: 5.5em;
}
.inline-block {
  display: inline-block;
  width: 40%;
}
.submit {
  text-align: center;
}
.serchBtn:hover {
  opacity: .8;
}

/* スマホ用検索 */
.search-box-smp {
  background: rgba(0,0,0,.6);
  color: #fff;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 60px 10px 10px;
  z-index: 100;
}
.search-box-smp a.btn {
  width: 48%;
  vertical-align: top;
}
#smp-search {
  background: #fff;
  border-radius: 10px;
  width: 90%;
  min-height: 300px;
  margin: 10px auto;
  padding: 15px;
}

/* その他特集用 バナー */
.cam-bnr {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items:  center;
  position: relative;
  padding-top: 3em;
}
.cam-bnr li {
  padding: .5em;
  width: 50%;
}
.cam-bnr a {
  display: block;
  overflow: hidden;
}
.cam-bnr 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;
}
.cam-bnr 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);
}

.contents .cam-bnr::before {
  content: 'こちらの特集もオススメ！';
  font-size: 1.6em;
  font-weight: 900;
  color: #fff;
  text-shadow: #946060 1px 2px 1px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* オススメ */
.recommend {
  background: #fff;
  padding: 1em;
  margin: 2em auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-grow: 1;
}
.recommend::after {
  width: 31.3%;
}
.ie .recommend {
  -js-display: flex;
}
.recommend h3 {
  color: #003F97;
  font-size: 2em;
  text-align: center;
  margin-bottom: 1rem;
  width: 100%;
}
.recommend .recobox {
  border: 1px solid #003F97;
  width: 24%;
}
.recobox > p {
  background: #003F97;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: .4em;
  text-align: center;
  padding: .3em;
  margin-bottom: 0;
}
.recobox dl {
  position: relative;
  padding: .3rem;
}
.recobox dl::after {
  content: '';
  display: block;
  clear: both;
}
.recobox dl:hover {
  outline: 3px solid #FFB63D;
}
.recobox dl:not(:nth-child(2)) {
  border-top: 1px dotted #999;
}
.recobox .object-fit-img {
  float: left;
  margin-right: .3em;
  height: 60px;
  width: 60px;
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
.recobox dd {
  text-align: right;
}
.day {
  background: #999;
  color: #fff;
  font-size: .85em;
  padding: 0 .2em;
  margin-right: .5em;
}
.price {
  color: #d00;
  font-weight: bold;
}
.reco-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}


#fair_search h3 {
  color: #F89020;
  font-size: 2em;
  text-align: center;
  padding-top: 1rem;
}

/*----------------------------------------
タブレット・スマホ対応
----------------------------------------*/
@media screen and (min-width: 961px) {
	#wrapper-fuk {
		min-width:964px;
	}
  .contents {
    margin: 0 auto;
    width: 960px;
  }
	.smp-area { /*PCでは非表示*/
		display: none;
	}
  .sns-link li.sns-line {
    display: none;
  }
  .cam-bnr  {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 960px) {
	.contents {
		line-height: 1.7;
		width: 98%;
		padding: 0 1%;
	}
	.contents input, .contents select {
		/* height: 40px; */
		font-size: 1.2em;
	}
	#pankuzu {
		margin: 0;
    padding: 0;
	}
	#gotop a {
		font-size: .75em;
		padding: 5px 10px;
	}
	.pc-area { /*スマホでは非表示*/
		display: none;
	}
	.contents img:not([width]), .contents input[type="image"]:not([width]) {
		zoom: 1;
	}
  .sns-link {
    margin-top: 5px;
  }
  .widearea {
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .sns-link {
    clear: both;
    float: none;
    text-align: right;
    margin: 0;
  }
  .sns-link i {
    margin: 0;
  }
  .contents a.btn-large {
    font-size: 1.4em;
  }
  .contents a.btn-middle {
    font-size: 1.2em;
  }
}
