@charset "UTF-8";
/*--------------------------------------------*/
/*--------　ヘッダー　---------*/
#header{
  width: 100%;
  margin: auto;
  background-color: #f6f6f6;
}
#header > h1{
  width: 100%;
  height: 15px;
  font-size: 10px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  background-color: #d7001e;
  background-image: linear-gradient(
    -45deg,
    #d7001e 25%,
    #d7001e 25%, #d7001e 50%,
    #d7001e 50%, #d7001e 75%,
    #d7001e 75%, #d7001e
  );
  background-size: 8px 8px;
}

/*--------------------------------------------*/
/*--------　フッター　---------*/
ul.footer_link_ue{
  border-top: 1px solid #d7001e;
}
ul.footer_link_shita{
  font-size: 12px;
  padding: 12px 0;
  border-top: 1px dotted #d7001e;
  border-bottom: 1px dotted #d7001e;
}
footer#footer{
  width: 100%;
  margin: 0 auto;
  background-color: #d7001e;
}
.pagetop a {
  background-color: #d7001e;
  color: #fff;
}
.pagetop a:hover {
  background-color: #999;
}

/*--------------------------------------------*/
/*--------　パンクズー　---------*/
#bread-fda{
  font-size: 10px;
  color: #fff;
  text-align: left;
  padding: 4px 10px;
  background-color: #d7001e;
}
#bread-fda > a{
  color: #fff;
}
#bread-fda > i{
  padding: 0 10px;
}

/*--------------------------------------------*/
/*--------　fdaカラー　---------*/
.color-000{
  color: #000;
}
.color-d7001e{
  color: #d7001e;
}
.color-fff100{
  color: #fff100;
}
.bgc-d7001e{
  background-color: #d7001e;
  color: #fff;
}
.bgc-fff100{
  background-color: #fff100;
}



/*--------------------------------------------*/
/*--------　タイトル　---------*/
.in-title-h2{
  font-size: 24px;
  color: #000;
  text-align: left;
  margin: 30px auto;
  padding: 10px 10px 10px 0;
  position: relative;
  padding-bottom: .5em;
  border-bottom: 4px solid #fff100;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.in-title-h2::after{
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 70%;
  height: 4px;
  background-color: #d7001e;
}

/*--------------------------------------------*/
/*fda MAIN*/
#contents-main{
  line-height: 1.6;
}
#form-area {
  background: url(/img/pc2/carrier/fda/main_backimg.jpg) no-repeat left top;
  width: 100%;
  height: 400px;
  text-align: left;
  margin: 0 auto 20px auto;
  position: relative;
}
#contents-main > .img-wrapper-small {
  margin: 20px auto;
}
#form-area > p {
  position: absolute;
  top: 40px;
  left: 460px;
}

/*--------------------------------------------*/
/*--　検索　--*/
#form-in-area{
  margin: 40px auto auto 20px;
  background-color: #fff;
  border-radius: 0;
}
/*--　カレンダー　--*/
#ui-datepicker-div{
  border-top: 40px solid #d7001e !important;
}
/*--　空港検索　--*/
.select-area > i{
  color: #d7001e;
}
/*逆区間*/
.form-reverse-area > div{
  color: #d7001e;
}
/*--　日付検索　--*/
.input-text-area > i{
  color: #d7001e;
}
/*--　決定　--*/
#form-search-submit{
}
#form-search-submit input[type=submit]{
-webkit-appearance: none;
  border: none;
  background: #d7001e;
  box-shadow: 0px 2px 0px 1px #c1031b;
  -moz-box-shadow: 0px 2px 0px 1px #c1031b;
  -webkit-box-shadow: 0px 2px 0px 1px #c1031b;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  padding: 10px 0;
  width: 100%;
  cursor: pointer;
  border-radius: 0;
  position: relative;
  top: 0px;
}
#form-search-submit input[type=submit]:hover{
  background: #cd011d;
  box-shadow: 0px 2px 0px 1px #ba031a;
  -moz-box-shadow: 0px 2px 0px 1px #ba031a;
  -webkit-box-shadow: 0px 2px 0px 1px #ba031a;
}
#form-search-submit input[type=submit]:active{
  background-color: #cd011d;
  box-shadow: 0px 0px 0px 0px #cd011d;
  -moz-box-shadow: 0px 0px 0px 0px #cd011d;
  -webkit-box-shadow: 0px 0px 0px 0px #cd011d;
  position: relative;
  top: 2px;
  -webkit-transition: 0s ;
  transition: 0s ;
}

/*--------------------------------------------*/
/*fda MAINコンテンツ*/
#contents-main > .contents-main-left {
  vertical-align: top;
  display: inline-block;
  width: 550px;
  margin: auto 20px auto auto;
  padding: 20px;
  text-align: left;
  font-size: 14px;
  color: #fff;
  line-height: 1.6;
  background-color: #1e1e1e;
  border: 1px solid #1e1e1e;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
}
#contents-main > .contents-main-right {
  vertical-align: top;
  display: inline-block;
  width: 400px;
  margin: auto;
}
#contents-main > .contents-main-right > img{
  border-radius: 0;
}

.flickr-area{
  font-size: 12px;
  display: inline-block;
  background-color: rgba(255,255,255,0.6);
  padding: 2px 6px;
  text-align: right;
  margin: 10px auto;
}
.contents-main-ul01{
  display: table;
  border-collapse: separate;
  border-spacing: 10px 0;
  table-layout: fixed;
  width: 970px;
  margin: 20px auto;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}
.contents-main-ul01 li{
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  color: #fff;
  padding: 10px;
  background-color: #1e1e1e;
  border: 1px solid #1e1e1e;
  border-radius: 0px;
}
.weight600{
  font-weight: 600;
}

/*--------------------------------------------*/
/*リンクメニュー*/
#feature-menu-dl {
  margin: 20px auto;
  padding: 20px 30px;
  text-align: left;
  background: #fff;
  border-top: 4px solid #d7001e;
  border-bottom: 4px solid #d7001e;
}
#feature-menu-dl dt {
  font-size: 20px;
  color: #d7001e;
  text-align: center;
  margin: auto auto 10px auto;
}
#feature-menu-dl dt > span{
  font-size: 16px;
  color: #363b40;
}
#feature-menu-dl dd {
  vertical-align: top;
  display: inline-block;
  width: 50%;
  position: relative;
  margin: -1px auto auto auto;
}
#feature-menu-dl dd > a{
  display: block;
  color: #d7001e;
  font-size: 13px;
  padding: 10px 0 10px 10px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #f3f3f3;
  text-decoration: none;
}
#feature-menu-dl dd > a > i{
  position: absolute;
  right: 10px;
  font-weight: 600;
}
#feature-menu-dl dd > a:hover{
  color: #fff100;
}

/*--------------------------------------------*/
/*キャンセルボタン*/
.cancel-btn{
  display: block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin: 20px auto;
  padding: 10px 0;
  width: 90%;
  background-color: #ff6500;
  text-decoration: none;
  border: 1px solid #ff6500;
  border-radius: 2px;
}
.cancel-btn:hover{
  background-color: #fff;
  color: #ff6500;
  border: 1px solid #ff6500;
}
.cancel-btn > p{
  font-size: 18px;
  font-weight: 600;
}


/*--------------------------------------------*/
/*fdaコンテンツ*/



/*--------------------------------------------*/
/*--　table　--*/
.fda-table{
  border-collapse: collapse;
  font-size: 14px;
  width: 100%;
  text-align: center;
  margin: 20px auto;
}
.fda-table th,
.fda-table td{
  border: 1px solid #e8e8e8;
  text-align: center;
  padding: 2px;
}
.fda-table th{
  background-color: #d7001e;
  color: #fff;
}
.fda-table td{
}
.bgc-yes{
  background-color: #e7fbff;
}
.bgc-no{
  background-color: #fdebeb;
}
.fda-table caption{
  text-align: left;
  font-size: 12px;
}

.flow-check-in{
  vertical-align: top;
  display: inline-block;
  width: 170px;
  margin: 20px auto;
  text-align: left;
  border: 1px solid #eee;
}
.flow-check-in > h4{
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  margin: 0 auto;
  padding: 4px 10px;
  background: #f2f6f9;
}
.flow-check-in > p{
  font-size: 12px;
  text-align: left;
  padding: 4px 10px;
}
.flow-check-in-i{
  vertical-align: top;
  display: inline-block;
  margin: 100px 2px auto 2px;
  font-size: 24px;
}

.important-area{
  background-color: #ffb6b9;
  padding: 10px;
}

/* pg-link17 レビュー*/

#pg-link17 .reviews-area-h3{
  margin-top: -15px;
  margin-bottom: 40px;
}
#pg-link17 .reviews-area-h3 > span{
  padding: 0 5px 0 0;
}
#pg-link17 .reviews-area-h3 > i{
  color: #fcc92e;
}
#pg-link17 .reviews-area-h3 > strong{
  padding: 0 0 0 5px;
}
#pg-link17 .reviews-area-ul {
  margin-bottom: 24px;
}
#pg-link17 .reviews-area-ul li{
  vertical-align: text-bottom;
  display: inline-block;
}
#pg-link17 .reviews-area-ul li:first-of-type{
  margin: auto;
  vertical-align: inherit;
}
#pg-link17 .reviews-area-ul li:last-of-type .reviews-place {
  display: inline-block;
  border-bottom: 2px solid #d7001e;
}
#pg-link17 .reviews-area-ul li:last-of-type {
  margin-left: 11px;
}
#pg-link17 .reviews-area-ul li > p > i{
  color: #fcc92e;
}
#pg-link17 .reviews-area-p{
  margin: 10px auto 40px auto;
}

/*==================================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
  width:94%;
  margin:0 auto 40px;
}

.slider img {
  width:100%;/*スライダー内の画像を横幅100%に*/
  height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
  margin:0 10px;
}

.slick-list {
  height: 195px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
  position: absolute;/*絶対配置にする*/
  top: 42%;
  cursor: pointer;/*マウスカーソルを指マークに*/
  outline: none;/*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #666;/*矢印の色*/
  border-right: 2px solid #666;/*矢印の色*/
  height: 15px;
  width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
  left: -1.5%;
  transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
  right: -1.5%;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/
.slick-dots {
  text-align:center;
margin:20px 0 0 0;
}

.slick-dots li {
  display:inline-block;
margin:0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 1px;/*ドットボタンのサイズ*/
  height: 11px;/*ドットボタンのサイズ*/
  display:block;
  border-radius: 9%;
  background:rgb(231, 231, 231);/*ドットボタンの色*/
  border: none;
}

.slick-dots .slick-active button{
  background: #d7001e;/*ドットボタンの現在地表示の色*/
}

/* 口コミを見る */

.grad-wrap {
  position: relative;
}

.grad-btn {
  border: solid 1px #d7001e;
      color: #d7001e;
      padding: 10px;
      border-radius: 9px;
      display: inline-block;
      width: 285px;
      text-align: center;
      position: absolute;
      top: 97%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      -webkit- transform: translateY(-50%) translateX(-50%);
      z-index: 4;
      background-color: #fff;
}

.fa-plus {
  margin-right: 10px;
}

.grad-btn:hover {
  cursor: pointer;
  opacity: 0.6;
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 80px; /*隠した状態の高さ*/
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 78px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}
.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked + .grad-btn {
  display: none; /*チェックされていたら、grad-btnを非表示にする*/
}
.grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}


.more {
  padding: 10px;
  width: 100%;
  font-weight: bold;
  background: #d7001e;
  border: 2px solid #d7001e;
  color: #fff;
}

.more:hover {
  cursor: pointer;
  opacity: 0.9;
}

/*--　新ダイヤ発売情報　--*/
#release_info {
  background: #d7001e;
}
#release_info .txt_box .blue {
  color: #d7001e;
}
