@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 PC用スタイル：768px ～　（＋スマホ版でも適用あり）
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

.destination-warp {
  position: relative;
  border: 1px solid #8d8d8d;
  width: 100%;
}

@media screen and (min-width: 769px) {
  #destination select {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    margin: 0 0 10px 10px;
    width: 255px;
    height: 30px;
    padding: 0 0.5em;
    font-size: 16px;
    color: #707070;
    border: 1px solid #c4c4c4;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
        -ms-border-radius: 0;
         -o-border-radius: 0;
            border-radius: 0;
    background: #eee;
    background: url(../image/select_arrow.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#eaeaea 100%);
    background: url(../image/select_arrow.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#eaeaea 100%);
    background-size: 30px, 100%;}

    select::-ms-expand {
      display: none;
    }

  .destination-warp dl {
    display: table;
    height: 80px!important;
  }
  .destination-warp dt {
    display: table-cell;
    background: #badaed;
    font-size: 12px !important;
    line-height: 1.5;
    color: #3e3e3e;
    vertical-align: middle;
    padding: 10px 10px;
    width: 214px !important;
  }
  .destination-warp dd {
    display: table-cell;
    vertical-align: middle;
  }
  .destination-warp dd.price-list {
  }
  .destination-warp dd.price-list ul {
    display: table;
    height: 100%;
  }
  .destination-warp dd.price-list ul li {
    display: table-cell;
    vertical-align: middle;
    width: 84px;
    text-align: center;
    font-size: 12px;
    line-height: 1.8;
    color: #313131;
  }
  .destination-warp dd.price-list ul li a {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    color: #313131;
    position: relative;
  }
      .destination-warp dd.price-list ul li a {
    height: 120px\0;
    }
  .destination-warp dd.price-list ul li a div {
  position: absolute;
  top: 50%;
  left:50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  }
      .destination-warp dd.price-list ul li a div {
      position: relative\0;
      }


  .destination-warp dd.price-list ul li.week {
    background: url(../image/destination_line.png) right 50% no-repeat, -webkit-linear-gradient(top, #ffffff 0%,#e7e7e7 100%);
    background: url(../image/destination_line.png) right 50% no-repeat, linear-gradient(to bottom, #ffffff 0%,#e7e7e7 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#ffffff, EndColorStr=#e7e7e7)";
  }

  .destination-warp dd.price-list ul li.public,
  .destination-warp dd.price-list ul li.sun {
    background: url(../image/destination_line.png) right 50% no-repeat, -webkit-linear-gradient(top, #ffffff 0%,#ffdbdb 100%);
    background: url(../image/destination_line.png) right 50% no-repeat, linear-gradient(to bottom, #ffffff 0%,#ffdbdb 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#ffffff, EndColorStr=#ffdbdb)";
  }

  .destination-warp dd.price-list ul li.sat {
    background: url(../image/destination_line.png) right 50% no-repeat, -webkit-linear-gradient(top, #ffffff 0%,#bed8f1 100%);
    background: url(../image/destination_line.png) right 50% no-repeat, linear-gradient(to bottom, #ffffff 0%,#bed8f1 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#ffffff, EndColorStr=#bed8f1)";
  }

  .destination-warp dd.price-list ul li:hover {
    background: url(../image/destination_line.png) right 50% no-repeat, -webkit-linear-gradient(top, #ffffff 0%,#ffe9cd 100%);
    background: url(../image/destination_line.png) right 50% no-repeat, linear-gradient(to bottom, #ffffff 0%,#ffe9cd 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#ffffff, EndColorStr=#ffe9cd)";
}

  .destination-warp dd.price-list ul li a:link,
  .destination-warp dd.price-list ul li a:visited {
    text-decoration: underline;
    color: #313131;
  }

  .destination-warp dd.price-list ul li a:hover {
    text-decoration: underline;
  }

  .destination-warp dd.price-list ul li a span.destination-day {
    display: block;
    color: #313131;
  }
  .destination-warp dd.price-list ul li span.destination-day {
    display: block;
  }
  .destination-warp dd.price-list ul li span.destination-price {
    display: block;
  }

  .destination-warp dd.price-list ul li a span.destination-price {
    display: block;
    color: #0b71be;
    text-decoration: underline;
    text-decoration-color: #0b71be;
  }
  .destination-warp dd.price-list ul li a span.destination-price:hover {
    text-decoration: underline;
  }


  .destination-warp dd.back,
  .destination-warp dd.next {
    background: -moz-linear-gradient(top, #efefef, #bcbcbb);
    background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#bcbcbb));
    background: linear-gradient(to bottom, #efefef, #bcbcbb);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#efefef, EndColorStr=#bcbcbb)"; /* IE8,9用 */
    width: 32px;
    position: relative;
  }

  .destination-warp dd.back a,
  .destination-warp dd.next a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-indent:-9999px;
    background/*\**/: #fff\9;
    filter:alpha(opacity=0);
    opacity:0;
    display: block;
}
        .destination-warp dd.back a,
        .destination-warp dd.next a {
          height: 150px\0;
      }

  .undefined {
    background: url(../image/destination_line.png) right 50% no-repeat;
  }
}



@media screen and (max-width: 768px) {
  #destination select {
    width: 10em;
    height: 30px;
    padding: 0 0.5em;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .destination-warp dl {
    display: block;
    text-align: center;
  }
  .destination-warp dt {
    display: block;
    background: #badaed;
    padding: 0.5em;
    width: 100%;
    text-align: left;
    line-height: 1.3;
  }
  .destination-warp dd {
    display: block;
  }
  .destination-warp dd.price-list ul {
    margin-left: 0;
  }
  .destination-warp dd.price-list ul li {
    display: block;
    font-size: 16px;
    line-height: 1.8;
    color: #313131;
    text-align: center;
    width: 100%;
    height: auto;
    padding: 0.5em;
    background: -webkit-linear-gradient(top, #fff 0%,#e7e7e7 100%);
    background: linear-gradient(to bottom, #fff 0%,#e7e7e7 100%);
  }
  .destination-warp dd.price-list ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.5em;
  }
  .destination-warp dd.price-list ul li span.destination-day,
  .destination-warp dd.price-list ul li a span.destination-day {
    display: inline-block;
    margin-right: 1em;
    text-align: right;
    color: #313131;
  }
  .destination-warp dd.price-list ul li span.destination-price,
  .destination-warp dd.price-list ul li a span.destination-price {
    display: inline-block;
    color: #0b71be;
  }

  .destination-warp dd.price-list li.week {
    background: -webkit-linear-gradient(top, #fff 0%,#e7e7e7 100%);
    background: linear-gradient(to bottom, #fff 0%,#e7e7e7 100%);
  }

  .destination-warp dd.price-list li.public,
  .destination-warp dd.price-list li.sun {
    background: -webkit-linear-gradient(top, #fff 0%,#ffdbdb 100%);
    background: linear-gradient(to bottom, #fff 0%,#ffdbdb 100%);
  }
  .destination-warp dd.price-list li.sat {
    background: -webkit-linear-gradient(top, #fff 0%,#bed8f1 100%);
    background: linear-gradient(to bottom, #fff 0%,#bed8f1 100%);
  }

  .destination-warp dd.back {
    position: absolute;
    left: 0;
    top: auto ;
    bottom: -60px;
    text-indent: 0;
    background: none;
    border: 1px solid #ccc;
    padding: 1em;
    height: auto ;
    width: auto;
  }
  .destination-warp dd.next {
    position: absolute;
    right: 0;
    top: auto ;
    bottom: -60px;
    text-indent: 0;
    background: none;
    border: 1px solid #ccc;
    padding: 1em;
    height: auto ;
    width: auto;
  }
  .destination-warp dd.back a,
  .destination-warp dd.next a {
    display: block;
  }
}
