@charset "UTF-8";
/* =============================================================================
  特集用レスポンシブCSS 2018年8月更新

  ブラウザ対応：モダンブラウザ最新版、IE11
  ブレイクポイント：600px, 960px
============================================================================= */

/*----------------------------------------
ヘッダー＆フッター
----------------------------------------*/
#wrapper-fuk #header_nav,
#wrapper-fuk #footer_nav {
  display: none;
}
#change-area,
.calendar-popup,
.modal-popup, {
  display: none;
}
#header #header_Right #accountMenu {
  padding: 0;
}
#header .clearfix {
  overflow: visible;
}

/*----------------------------------------
印刷用
----------------------------------------*/
@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;
  }
}
/*----------------------------------------
基本設定
----------------------------------------*/
*, *::before, *::after {
  box-sizing: border-box;
}
#wrapper-fuk {
  min-width: 100%;
  overflow-x: hidden;
}
.contents {
  color: #4f4e34;
  font: 16px/1.6 'Noto Serif JP', serif;
  text-align: left;
  position: relative;
}

.contents img {
  max-width: 100%;
  zoom: 1;
}
.contents a {
  max-width: 100%;
}
ul,ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* リンク設定
--------------------*/
a:link {
  color: #445F9D;
  text-decoration: none;
}
a:visited {
  color: #445F9D;
  text-decoration: none;
}
a:hover {
  color: #4666B0;
  text-decoration: underline;
}
a:active {
  color: #4666B0;
  text-decoration: none;
}
/* 別窓リンク*/
.exlink::after {
  content: '\f35d';
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-left: .3em;
}
/* pdfリンク */
.link-pdf::after,
a.btn.link-pdf::after {
  content: '\f1c1';
  font-family: "Font Awesome 5 Free";
  margin-left: .5em;
}


/*----------------------------------------
汎用セレクタ・クラス
----------------------------------------*/
.contents h1,.contents h2,.contents h3,.contents h4 {
  line-height: 1.2;
}
.contents small {
  font-size: .85em;
}
.txtC {
  text-align: center;
}
.txtR {
  text-align: right;
}
.txtL {
  text-align: left;
}
.fa,.fas {
  margin: 0 .2em;
}

/* clearfix
-------------------- */
.contents div:not(.cl)::after,
.contents ul::after,
.contents ol::after,
.contents dl::after,
.contents li::after,
.clearfix::after {
  content: " ";
  display: block;
  clear: both;
}


/* PageTopに戻る
--------------------*/
#gotop {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 998;
}
#gotop a {
  background: rgba(0,0,0,.8);
  border-radius: 50%;
  color: #fff;
  font-size: .75em;
  display: block;
  line-height: 1.1;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}
#gotop a i::before {
  margin: 0 0 3px;
}
#gotop a:hover {
  background: rgba(105,105,105,.8);
  text-decoration: none;
}
/* パンくず
--------------------*/
.pankuzu {
  color: #fff;
  float: left;
  font-size: .85em;
  text-align: left;
  text-shadow: 0 0 3px #000;
  margin-bottom: 1em;
  position: relative;
  width: calc(100% - 120px);
  z-index: 100;
}
.pankuzu li {
  display: inline-block;
  white-space: nowrap;
  margin: 0 .1em .2em;
}
.pankuzu li + li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: '\f054';
  margin-right: .2em;
}
.pankuzu li a {
  color: #fff;
  display: inline-block;
}

/* SNS
--------------------*/
.sns-link {
  float: right;
  display: table;
  position: relative;
  z-index: 100;
}
.sns-link li {
  display: table-cell;
  line-height: 1;
  padding: .3em;
}
.sns-link a {
  color: #fff;
  display: block;
}
.sns-link a:hover {
  opacity: .7;
}

/* ボタン 標準
--------------------*/
.contents a.btn {
  display: inline-block;
  vertical-align: middle;
  border-radius: .2em;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: .2s;
  line-height: 1;
  margin: .5em 0;
  padding: 1em 2em 1em 1em;
  position: relative;
}
.contents a.btn::after {
  content: '\f054';
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: .5em;
  margin-top: -.5em;
}
.contents a.btn:link,
.contents a.btn:visited {
  background : linear-gradient(to bottom, #ffffff, #e9e9e9);
  border: 1px solid #bbb;
  color: #555;
}
.contents a.btn:hover,
.contents a.btn:active {
  border:1px solid #bbb;
  background: #e9e9e9;
  box-shadow: inset 1px 1px 3px rgba(0,0,0,.6);
  color: #aaa;
}
/* ボタン 紺 */
.contents a.btn-navy:link,
.contents a.btn-navy:visited {
  background : linear-gradient(to bottom, #004098, #013377);
  border: 1px solid #0664E6;
  color: #fff;
}
.contents a.btn-navy:hover,
.contents a.btn-navy:active {
  border:1px solid #0664E6;
  background: #013377;
  box-shadow: inset 1px 1px 3px rgba(0,0,0,.6);
  color: #ddd;
}
/* ボタン 赤 */
.contents a.btn-red:link,
.contents a.btn-red:visited {
  background : linear-gradient(to bottom, #E94E37, #D6371F);
  border: 1px solid #FF6B55;
  color: #fff;
}
.contents a.btn-red:hover,
.contents a.btn-red:active {
  border:1px solid #FF6B55;
  background: #D6371F;
  box-shadow: inset 1px 1px 3px rgba(0,0,0,.6);
  color: #eee;
}
/* ボタン サイズ */
.contents a.btn-large {
  font-size: 1.4em;
}
.contents a.btn-middle {
  font-size: 1.2em;
}
/* ボタン 幅いっぱい */
.contents a.btn-block {
  display: block;
}


/* スマホ用（ドロワーメニュー）
------------------------------*/
.fair-nav-fix {
  background: #fbf7f7 url(../img/bg.png);
  box-shadow: 0 0 20px rgba(0,0,0,.3);
  color: #4f4e34;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 60px;
  width: 100%;
  z-index: 1000;
}
.fair-nav-fix ul {
  display: flex;
  height: 60px;
}
.fair-nav-fix li:not(:last-child) {
  border-right: 1px dotted #666;
  flex: 1;
}
.fair-nav-fix li,
.fair-nav-fix a {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.fair-nav-fix li:hover {
  background: #ECE1E3 url(../img/bg.png);
}
.fair-nav-fix a {
  color: #4f4e34;
  height: 100%;
  text-decoration: none;
  padding: .5em;
}

.drawer-nav {
  background: #e2e0cb;
  color: #4f4e34;
  font-size: .9em;
  bottom: 60px;
  z-index: 999;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.drawer-menu > li:not(:last-child) {
  border-top: 1px solid #666;
}
.drawer-menu li:first-child {
  border: none;
}
.contents .drawer-menu a {
  display: block;
  color: #4f4e34;
  text-decoration: none;
  padding: 10px 5px;
}
.contents .drawer-menu .drawer-sns a {
  padding: 10px 0;
}
.drawer-dropdown span::after {
  content: '\f067';
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #4f4e34;
  position: absolute;
  top: 50%;
  right: .2em;
  margin-top: -.7em;
}
.drawer-dropdown.open span::after {
  content: '\f068';
}
.drawer-dropdown span[data-toggle="dropdown"] {
  display: block;
  cursor: pointer;
  padding: 10px 5px;
  position: relative;
}
.drawer-dropdown-menu li {
  background: #d1ceb3;
  border-top: 1px solid #888;
}
.contents .drawer-menu a:hover,
.drawer-dropdown:hover,
.drawer-dropdown-menu li:hover {
  background: #B2A057;
}
.drawer-sns {
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  display: flex;
}
.drawer-sns li {
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  padding: 0;
  margin: 0 .5%;
  width: 32.3%;
}
.contents .drawer-sns a {
  background: #d1ceb3;
  display: block;
  text-decoration: none;
}
.contents .drawer-sns a:hover {
  background: #4f4e34;
  color: #fff;
}
.drawer-sns i {
  font-size: 2em;
}
.drawer-sns img {
  height: 2em;
}
.drawer-sns span {
  font-size: .7em;
}


/* 検索BOX
--------------------*/
#search {
  background: #fff;
  padding: 3em .5em;
}
#js_tabTtl {
  line-height: 1;
}
.search-smp {
  display: flex;
}
.search-smp li {
  padding: .2em;
  flex: 1;
}
.search-smp li a {
  background: #1792BA;
  border-bottom: 5px solid #0D7A9E;
  border-radius: .5em;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items:  center;
  line-height: 1;
  height: 100%;
  position: relative;
  padding: 1em .6em;
  text-align: center;
  text-decoration: none;
}
.search-smp li a::before {
  content: '\f002';
  color: rgba(0,0,0,.1);
  font-family: "Font Awesome 5 Free";
  font-size: 3em;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: 0;
}
.search-smp li a:hover {
  background: #199EC9;
  border-bottom: 5px solid #0F86AD;
}
/* ツアー検索 */
#search-fuk #search_form_tour .cap,
#search-fuk #search_form_tour .diary-box .cap,
#search-fuk #search_form_tour .day-box-cap {
  background: #0064b1;
  color: #fff;
  font-size: .85em;
  font-weight: 700;
  display: block;
  padding: 5px 10px;
  width: 120px;
}
#search-fuk #search_form_tour .day-box-cap {
  margin-right: 1em;
}
#search-fuk #search_form_tour .area-box select,
#search-fuk #search_form_tour #set_min_date  {
  border: 1px solid #898989;
  color: #111!important;
  font-size: .85em;
  width: 100%;
}
#search-fuk #search_form_tour #order_days select {
  border: 1px solid #898989;
  font-size: .85em;
  width: 60px;
  margin: 0 .5em;
}
#search-fuk #search_form_tour #order_days option {
  color: #111!important;
}
#search-fuk #search_form_tour .sbcontents ul > li:not(:last-child) {
  float: left;
  width: 49%;
}
#search-fuk #search_form_tour .sbcontents ul > li:first-child {
  margin-right: 2%;
}
#search-fuk #search_form_tour .area-box p,
#search-fuk #search_form_tour .diary-box div {
  display: flex;
  margin-bottom: .5em;
}

#set_send input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: #F90;
  box-shadow: 0 2px 3px -1px rgba(0,0,0,.34),0 -42px 29px -21px #ff8a00 inset;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 700;
  letter-spacing: .5px;
  outline: none;
  margin: 20px auto 0;
  padding: 17px 0 14px;
  text-align: center;
  text-decoration: inherit;
  width: 320px;
}
#set_send input:hover {
  background: #ff8a00;
}


/*=============================================================================
特集用　▼ここから記述
=============================================================================*/
.contents-bg {
    background: linear-gradient(to bottom, #ffffff, #F2EACE) fixed;
}
/*----------------------------------------
共通（モバイルファースト）
----------------------------------------*/
.mplus {
  font-family: 'M PLUS 1p', sans-serif;
}

/* 特集ヘッダー
------------------------------ */
.fair-head {
  background: #004BB0;
  text-align: center;
  position: relative;
}
#tour-search .tour-head {
  background: url('../img/tour-bg.jpg') center no-repeat;
  text-align: center;
  margin-left: -500%;
  margin-right: -500%;
  padding-left: 500%;
  padding-right: 500%;
}
.fair-head .fair-wrap {
}
.fair-head h2 {
  width: 100%;
  text-align: center;
}
.head-txt {
  color: #fff;
  display: block;
  line-height: 1.6;
  padding: .5em;
}
.rank-txt {
  font-size: .9em;
  text-align: center;
  margin: 0 auto 3em;
  width: 98%;
}
.rank-txt span {
  display: inline-block;
}
.slider {
  margin-bottom: 0;
  padding-bottom: 5px;
  opacity: 0;
  transition: 3s;
}
.slick-initialized{
  opacity: 1
}
.hotelNavi ul {
  display: flex;
  margin: 0 auto 1em;
  width: 100%;
}
.hotelNavi li {
}
.hotelNavi a {
  background: #e2e0cb url(../img/bg.png);
  border-bottom: 4px solid #d1ceb3;
  color: #4f4e34;
  font-weight: bold;
  display: flex;
  line-height: 1.2;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 1em 0;
  height: 100%;
  width: 100%;
}
.hotelNavi a:hover {
  border-bottom: 4px solid #B2A057;
}
.hotelNavi ul.hotelNavi-fix {
  position: fixed;
  border: 10px solid #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, .3);
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  margin-top: 0;
}

/* ホテル
------------------------------ */
.hotel-list h3 {
  background-image: url(../img/bg.png);
  font-size: 2em;
  text-align: center;
  padding: .5em;
  margin-bottom: 2em;
}
.hotel-container {
  margin-bottom: 3em;
}
.hotel-container a {
  color: #4f4e34;
  text-decoration: none;
}
.hotel-container dl {
  position: relative;
}
.hotel-container dt {
  font-size: 1.4em;
  line-height: 1.2;
  text-align: center;
  margin-bottom: .5em;
}
.hotel-en {
  font-size: 1rem;
  display: block;
}
.hotel-img {
  line-height: 1;
  margin-bottom: 2em;
}
.hotel-img img {
  border: 1px solid #fff;
  zoom: 1;
}
.hotel-img img:nth-child(1) {}
.hotel-img img:nth-child(2),
.hotel-img img:nth-child(3) {
  width: 50%;
}
.hotel-rank {
  background: #b9a452;
  color: #fff;
  position: absolute;
  top: 6em;
  left: 0;
  padding: 0 1em;
}

.hotel-text span {
  border-bottom: 1px solid #000;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: .5em;
}
a.hotel-link {
  background: #333;
  color: #fff;
  font-size: .9em;
  display: inline-block;
  text-decoration: none;
  padding: .1em .5em;
  position: relative;
  float: right;
  margin-top: .3em;
  margin-right: 1em;
}
a.hotel-link::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-left: 13px solid #333;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
}
a.hotel-link:hover {
  background: #B2A057;
}
a.hotel-link:hover::after {
  border-left: 13px solid #B2A057;
}
.hotel-container ul::before {
  content: 'このホテルに泊まるツアー';
  font-size: 1.1em;
  font-weight: bold;
  display: block;
  text-align: center;
  padding: .5em;
  margin: 0 auto 1em;
  width: 70%;
}

.hotel-container li a {
  background: rgba(255, 255, 255, .4);
  border: 1px solid #aba480;
  display: block;
  padding: .8em;
  margin-bottom: 1.5em;
  position: relative;
}
.hotel-container li a:hover {
  background: rgba(255, 255, 255, .8);
}
.hotel-tour-tit {
  font-size: 1.2em;
  font-weight: bold;
}
.hotel-price {
  float: right;
  font-size: 1.2em;
  font-weight: bold;
  color: #c64242;
  margin-bottom: .5em;
}
.hotel-point {
  clear: both;
  display: block;
  background: #e2e0cb url(../img/bg.png);
  font-size: .9em;
  padding: 0 .5em;
  margin: 0 -.8rem -.8rem;
}
/*201002追加*/
.hotel-tour{
    display:none;
}
/* 方面別カラー指定 */
#hnl h3,
#hnl .hotel-container ul::before {
  background-color: #bcd2de;
  color: #0f5277;
}
#gum h3,
#gum .hotel-container ul::before {
  background-color: #b5d5d5;
  color: #204E4E;
}
#dps h3,
#dps .hotel-container ul::before {
  background-color: #cae6da;
  color: #0a623d;
}
#dad h3,
#dad .hotel-container ul::before {
  background-color: #d3ecc6;
  color: #284f13;
}
#sin h3,
#sin .hotel-container ul::before {
  background-color: #dee3ab;
  color: #414702;
}
#bkk h3,
#bkk .hotel-container ul::before {
  background-color: #e6d8ac;
  color: #5c4600;
}
#mfm h3,
#mfm .hotel-container ul::before {
  background-color: #e9d9c4;
  color: #5f3f14;
}
#tpe h3,
#tpe .hotel-container ul::before {
  background-color: #e7d7d2;
  color: #3e2016;
}
#sel h3,
#sel .hotel-container ul::before {
  background-color: #dcd4e4;
  color: #32095b;
}

.hotel-tour li:empty{
    display:none;
}

/* オススメ特集
------------------------------ */
#tokushu h3 {
  background: #7ECAB9 url(../img/bg.png);
  color: #fff;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
  padding: .5em;
  margin-bottom: 1em;
}
#tokushu ul {
  display: flex;
  justify-content: center;
  margin-bottom: 2em;
}
#tokushu ul li {
  text-align: center;
  padding: .5em;
  width: 50%;
}
#tokushu a {
  display: block;
  overflow: hidden;
}
#tokushu a img {
    transition: transform 0.2s linear;
    zoom: 1;
}
#tokushu a img:hover {
  transform: scale(1.1);
}
/* 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;
}

/* フェア終了
------------------------------ */
.fair-end {
  text-align: center;
}
.fair-end h2 {
  color: #666;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 2em;
  font-weight: 900;
  margin-top: 4rem;
  margin-bottom: 3rem;
  text-align: center;
}
.fair-end p {
  margin-bottom: 3em;
}
.fair-end .btn {
  width: 98%;
}



/*----------------------------------------
スマホのみ
----------------------------------------*/
@media screen and (max-width: 599px) {
  .hotelNavi ul {
    flex-wrap: wrap;
  }
  .hotelNavi li {
    width: 33.3%;
  }
  .hotel-img {
    max-width: 472px;
    margin: 0 auto;
  }
  .head-txt {
    font-size: 13px;
  }
div.tokushu_bnr ul li {
        width: 31%;
    }
}

/*----------------------------------------
タブレット以下
----------------------------------------*/
@media screen and (max-width: 959px) {
  header#header,
  footer#footer,
  #change-area,
  .calendar-popup,
  .modal-popup {
    display: none;
  }
  img:not([width]), input[type=image]:not([width]) {
    zoom: 1;
  }
  .pc-area {
    display: none;
  }
  #tokushu ul {
    flex-wrap: wrap;
  }
  .fair-head h2 {
    position: relative;
    margin-top: -15vh;
  }
  .fair-head h2 img {
    max-width: 50%;
  }
  .hotel-text,.hotel-tour {
    padding: 1em;
    overflow: hidden;
  }
  .hotelNavi a::after {
    content: '\f0d7';
    font-family: "Font Awesome 5 Free";
    margin: 0 .3em;
  }
    #headContainer #header #headerUtility {
		height: auto;
	}
  #gotop {
    display: none;
    z-index: -1;
  }
}

/*----------------------------------------
タブレット以上
----------------------------------------*/
@media screen and (min-width: 600px) {
  #gotop a {
    padding: 10px 15px;
  }
  .contents a.btn-large {
    font-size: 1.6em;
  }
  .contents a.btn-middle {
    font-size: 1.3em;
  }
  #tokushu ul li {
    width: 33.3%;
  }
  .fair-end h2 {
    font-size: 3em;
  }
  .fair-end .btn {
    width: 32.3%;
  }
  .hotelNavi li {
    flex: 1;
  }
  .hotel-en {
    display: block;
  }
  .hotel-img {
    display: flex;
    justify-content: center;
  }
  .hotel-img img:nth-child(1) {
    order: 2;
  }
  .hotel-img img:nth-child(2) {
    order: 1;
  }
  .hotel-img img:nth-child(3) {
    order: 3;
  }
  .hotel-img img:nth-child(1),
  .hotel-img img:nth-child(2),
  .hotel-img img:nth-child(3) {
    height: auto;
    min-height: 250px;
    width: 33.3%;
    object-fit: cover;
  }
  .hotel-rank {
    top: 4em;
  }
}

/*----------------------------------------
デスクトップ
----------------------------------------*/
@media screen and (min-width: 960px) {
  #wrapper-fuk #header_nav,
  #wrapper-fuk #footer_nav {
    display: block;
  }
  #header_Right #accountMenu01 + #accountMenu01 {
    display: none;
  }
  #iconBtnNational {
    top: 0;
  }
  #t-header,
  #all-footer,
  .fair-nav-fix,
  .drawer-nav,
  .smp-area {
    display: none;
  }
  #footer .footer01 .body {
    width: 960px;
  }
  .fair-wrap {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .fair-head h2 {
    position: absolute;
    bottom: 0;
  }
  .head-txt {
    background: rgba(0, 0, 0, .4);
    font-size: 16px;
    text-shadow: 0 0 5px #000,0 0 10px #bf9900;
    margin-top: 20vh;
  }
  #tokushu ul {
    flex-wrap: nowrap;
  }
  #tokushu ul li {
    width: auto;
  }
  .hotelNavi a {
    font-size: 1.2em;
  }
  .hotel-container dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1416px;
    margin: 0 auto;
  }
  .hotel-container dt {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }
  .hotel-container dt {
    font-size: 2em;
  }
  .hotel-rank {
    top: 4.5em;
    left: auto;
    padding: .5em 1em;
  }
  .hotel-text,
  .hotel-tour {
    padding: 2em;
    /*width: 480px;*/
      width:90%;
  }
  .hotel-container li a:hover::after {
    content: '\f101';
    color: rgba(166, 161, 108, 0.2);
    font-family: "Font Awesome 5 Free";
    font-size: 4em;
    font-weight: bold;
    position: absolute;
    left: 102%;
    top: 50%;
    margin-top: -.8em;
  }

}
