@charset "utf-8";
/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 PC用スタイル：768px ～　（＋スマホ版でも適用あり）
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
.destination-warp {
  position: relative;
  width: 100%;
}
/*PC用
---------------------------------------------------------------------------------*/
@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: 100%;
  }
  .destination-warp dt {
    display: table-cell;
    font-size: 12px !important;
    line-height: 1.2;
    width: 214px !important;
    color: #fff;
    padding: 5px 15px 5px 5px;
    background-color: #4766a5;
    background-image: url(../image/price_separate.png), url(../image/round_lt.png), url(../image/round_rt.png), url(../image/round_lb.png), url(../image/round_rb.png);
    background-repeat: repeat-y, no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: right top, left top, 196px top, left bottom, 196px bottom;
    background-size: 10px 100%, auto auto, auto auto, auto auto, auto auto;
    vertical-align: middle;
  }
  .destination-warp dt p {
    display: table;
    width: 100%;
  }
  .destination-warp dt span {
    display: table-cell;
  }
  .destination-warp dd {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    color: #fff;
    vertical-align: middle;
    border-radius: 0px;
  }
  .destination-warp dd.price-list {
    width: auto;
  }
  .destination-warp dd.price-list ul {
    display: table;
    height: 100%;
    border-collapse: separate;
    border-spacing: 3px 0;
  }
  .destination-warp dd.price-list ul li {
    display: table-cell;
    vertical-align: top;
    width: 100px;
    text-align: center;
    font-size: 14px;
    line-height: 1.8;
    color: #313131;
    padding: 0;
  }
  .destination-warp dd.price-list ul li a {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    position: relative;
    color: #f00;
  }
  /*
      .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: #eae4ca;
  }
  .destination-warp dd.price-list ul li.undefined {
    background: #eee;
  }
  .destination-warp dd.price-list ul li.public,
  .destination-warp dd.price-list ul li.sun {
    background: #f4d0d0;
  }
  .destination-warp dd.price-list ul li.sat {
    background: #c0e2de;
  }
  .destination-warp dd.price-list ul li:hover {}
  .destination-warp dd.price-list ul li a:link,
  .destination-warp dd.price-list ul li a:visited {}
  .destination-warp dd.price-list ul li a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  .destination-warp dd.price-list ul li a span.destination-day {
    display: block;
    color: #6b4d1e;
    background: #d4cdb0;
    padding: 3px 0;
    font-weight: bold;
  }
  .destination-warp dd.price-list ul li.public a span.destination-day,
  .destination-warp dd.price-list ul li.sun a span.destination-day {
    background: #f8b2b2;
    color: #843030;
  }
  .destination-warp dd.price-list ul li.sat a span.destination-day {
    background: #92d9d2;
    color: #1e4f6b;
  }
  .destination-warp dd.price-list ul li span.destination-day {
    display: block;
  }
  .destination-warp dd.price-list ul li.undefined span.destination-day {
    color: #333;
    background: #ccc;
    padding: 3px 0;
    font-weight: bold;
  }

  .destination-warp dd.price-list ul li span.destination-price {
    display: block;
  }
  .destination-warp dd.price-list ul li a span.destination-price {
    display: table;
    width: 100%;
  }
  .destination-warp dd.price-list ul li.undefined span.destination-price {
    display: table;
    width: 100%;
  }
  .destination-warp dd.price-list ul li a span.destination-price:hover {
    text-decoration: none;
  }
  .destination-warp dd.price-list ul li a span.destination-price em {
    display: table-cell;
    height: 55px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-decoration-color: #e32121;
    font-style: normal;
    font-weight: bold;
  }
  .destination-warp dd.price-list ul li.undefined span.destination-price em {
    display: table-cell;
    height: 55px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
  }
  .destination-warp dd.back,
  .destination-warp dd.next {
    width: 28px;
    position: relative;
    text-indent: -9999px;
  }
  .destination-warp dd.back {
    background-color: #e6e6e6;
    background-image: url(../image/btn_back.png), url(../image/price_separate.png);
    background-repeat: no-repeat, repeat-y;
    background-position: 4px 50%, right top;
  }
  .destination-warp dd.next {
    background-color: #e6e6e6;
    background-image: url(../image/btn_next.png), url(../image/price_separate.png);
    background-repeat: no-repeat, repeat-y;
    background-position: 9px 50%, left top;
  }
  .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: #4766a5;
    color: #fff;
    padding: 0.5em;
    width: 100%;
    text-align: left;
    line-height: 1.3;
    margin-bottom: 2px;
  }
  .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;
    border-bottom: 1px solid #fff;
    background-image: url(../image/arrow01_b.png);
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-size: 10px auto;
  }
  .destination-warp dd.price-list ul li.week {
    background-color: #eae4ca;
  }
  .destination-warp dd.price-list ul li.public,
  .destination-warp dd.price-list ul li.sun {
    background-color: #f4d0d0;
  }
  .destination-warp dd.price-list ul li.sat {
    background-color: #c0e2de;
  }
  .destination-warp dd.price-list ul li.undefined {
    background: #eee;
  }
  .destination-warp dd.price-list ul li a {
    display: table;
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .destination-warp dd.price-list ul li a:hover {
    text-decoration: none;
  }
  .destination-warp dd.price-list ul li span.destination-day,
  .destination-warp dd.price-list ul li a span.destination-day {
    display: table-cell;
    text-align: center;
    color: #313131;
    padding: 0.5em;
    width: 8em;
  }
  .destination-warp dd.price-list ul li span.destination-price,
  .destination-warp dd.price-list ul li a span.destination-price {
    display: table-cell;
    color: #c00;
    padding: 0.5em;
    font-weight: bold;
  }
  .destination-warp dd.price-list ul li.undefined span.destination-price{
    color:#333;
  }
  .destination-warp dd.price-list ul li a span.destination-day {
    display: table-cell;
    color: #6b4d1e;
    background: #d4cdb0;
    padding: 3px 0;
    font-weight: bold;
  }
  .destination-warp dd.price-list ul li.undefined span.destination-day {
    display: table-cell;
    color: #333;
    background: #ccc;
    padding: 3px 0;
    font-weight: bold;
  }
  .destination-warp dd.price-list ul li.public a span.destination-day,
  .destination-warp dd.price-list ul li.sun a span.destination-day {
    background: #f8b2b2;
    color: #843030;
  }
  .destination-warp dd.price-list ul li.sat a span.destination-day {
    background: #92d9d2;
    color: #1e4f6b;
  }
  .destination-warp dd.back {
    position: absolute;
    left: 0;
    top: auto;
    bottom: -55px;
  }
  .destination-warp dd.next {
    position: absolute;
    right: 0;
    top: auto;
    bottom: -55px;
  }
  .destination-warp dd.back a,
  .destination-warp dd.next a {
    display: block;
    text-indent: 0;
    background: #fff;
    border: 1px solid #ccc;
    padding: 1em;
    height: auto;
    width: auto;
    color: #333;
  }
  .destination-warp dd.back .nolink,
  .destination-warp dd.next .nolink {
    display: block;
    text-indent: 0;
    background: #eee;
    border: 1px solid #ccc;
    padding: 1em;
    height: auto;
    width: auto;
    color: #999;
  }
}
