@charset "utf-8";

/* box-cmn-romancacer
---------------------------------------------------------- */
.box-cmn-romancacer {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .box-cmn-romancacer {
    margin-bottom: 30px;
  }
}

/* box-book-wrap
---------------------------------------------------------- */
.box-book-wrap {
  position: relative;
}
  .box-book-wrap::before,
  .box-book-wrap::after {
    content: '';
    display: table;
  }
  .box-book-wrap::after {
    clear: both;
  }
  .list-books {
    margin: 0 -20px;
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    margin-right: -50%;
  }
    .list-books::before,
    .list-books::after {
      content: '';
      display: table;
    }
    .list-books::after {
      clear: both;
    }
  .list-books li {
    width: 50%;
    padding: 0 20px;
    float: left;
    position: relative;
  }
    .list-books li:after {
      content: '';
      height: 15px;
      width: 100%;
      position: absolute;
      left: 0px;
      right: -6px;
      bottom: -8px;
      z-index: -1;
      background-image: url('/wordpress/wp-content/themes/odakyu/common/img/passes/bg_shadow_01.png');
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100%;
    }
  .box-book-wrap .contents {
    margin-top: 70px;
    padding: 235px 0 60px;
    background: rgba(246,246,246,1);
    background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(246,246,246,1)), color-stop(30%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=0 );
  }
    .box-book-wrap .contents .content-in {
      width: 1080px;
      margin: 0 auto;
      position: relative;
    }
      .box-book-wrap .contents .content-in .box-info {
        width: 1000px;
        margin: 0 auto;
        color: #666;
        font-size: 16px;
      }

@media only screen and (max-width: 768px) {
.list-books {
  width: 164px;
  margin: 0;
  top: -45px;
  right: 20px;
  left: auto;
  transform: none;
}
  .list-books li {
    width: 71px;
    padding: 0 3px;
  }
    .list-books li:not(:last-child) {
      margin-right: 22px;
    }
    .list-books li::after {
      z-index: 1;
    }
    .list-books li img {
      width: 100%;
    }
.box-book-wrap .contents {
  margin-top: 30px;
  padding: 50px 0 20px;
}
  .box-book-wrap .contents .content-in,
  .box-book-wrap .contents .content-in .box-info {
    width: 100%;
  }
  .box-book-wrap .contents .content-in .box-info {
    padding: 0 15px;
    font-size: 12px;
  }
}

/* box-cmn-buy-wrap
---------------------------------------------------------- */
.box-cmn-buy-wrap { margin-bottom: 0;}
.box-cmn-buy-wrap.type-01 { margin-bottom: 60px;}
.box-cmn-buy {
  margin-top: 60px;
}
  .box-cmn-buy .box-contents {
    width: 820px;
    margin: 0 auto;
  }
    .box-cmn-buy .box-contents > p {
      text-align: center;
      font-size: 18px;
      margin-bottom: 70px;
      line-height: 1.5;
      letter-spacing: -0.07em;
    }
    .box-cmn-buy .list-buy .item {
      width: 33.33%;
    }
@media only screen and (max-width: 768px) {
.box-cmn-buy-wrap {
  margin-bottom: 0;
}
  .box-cmn-buy-wrap.type-01 { margin-bottom: 30px;}
  .box-cmn-buy {
    margin-top: 37px;
  }
    .box-cmn-buy .box-contents {
      width: 100%;
      margin: 0 auto;
    }
    .box-cmn-buy .box-contents > p {
      margin-bottom: 40px;
      font-size: 12px;
    }
    .box-cmn-buy .list-buy .item .link dl {
      padding: 7px 5px;
    }
      .box-cmn-buy .list-buy .item .link dl dt {
        font-size: 10px;
      }
      .box-cmn-buy .list-buy .item .link dl dd {
        font-size: 9px;
      }
}

/* box-map
---------------------------------------------------------- */
.box-map {
  width: 100%;
  margin-bottom: 60px;
}
  .box-map img {
    width: 100%;
  }
@media only screen and (max-width: 768px) {
  .box-map {
    margin-bottom: 35px;
  }
}

/* box-discount-warp
---------------------------------------------------------- */

.box-discount-warp {
  width: 1080px;
  margin: 0 auto;
}
.list-discount {
  position: relative;
  margin: 50px -15px 0;
  z-index: 10;
}
  .list-discount::before,
  .list-discount::after {
    content: '';
    display: table;
  }
  .list-discount::after {
    clear: both;
  }
  .list-discount .item {
    position: relative;
    float: left;
    width: 33.333333%;
    padding: 0 15px;
    margin-bottom: 30px;
    padding-top: 15px;
  }
    .list-discount .item.is-recommended:after {
      content: '';
      display: block;
      position: absolute;
      top: 0px;
      left: 15px;
      width: 135px;
      height: 36px;
      background: url(/wordpress/wp-content/themes/odakyu/common/img/ico_recommended_pc.png) left top no-repeat;
      background-size: 135px 36px;
      z-index: 10;
    }
    .list-discount .item .link {
      position: relative;
      display: block;
      padding-bottom: 8px;
    }
      .list-discount .item .link:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 3px;
        left: -5px;
        width: 340px;
        height: 13px;
        background: url(/wordpress/wp-content/themes/odakyu/common/img/passes/bg_shadow_discount.png) bottom center no-repeat;
        background-size: 340px 13px;
      }
      .list-discount .item .link:hover {
        text-decoration: none;
      }
      .list-discount .item .link .image {
        position: relative;
        z-index: 5;
        border-top: 10px solid;
      }
        /* color border */
        .list-discount .item.yellow .image { border-top-color: #ffd301;}
        .list-discount .item.blue .image { border-top-color: #65c0fd;}
        .list-discount .item.green .image { border-top-color: #73c354;}
        .list-discount .item.dark-green .image { border-top-color: #1e8680;}
        .list-discount .item.pink .image { border-top-color: #e396ba;}
        .list-discount .item.gray .image { border-top-color: #ddd;}
        .list-discount .item .link .image img {
          width: 100%;
        }
      .list-discount .item .link dl {
        position: relative;
        padding: 15px 20px 30px;
      }
        .list-discount .item .link dl:before {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          width: 100%;
          height: calc(100% - 25px);
          background: url(/wordpress/wp-content/themes/odakyu/common/img/passes/bg_discount_mid.png) top center repeat-y;
          background-size: 340px auto;
        }
        .list-discount .item .link dl:after {
          content: '';
          display: block;
          position: absolute;
          bottom: 3px;
          left: 0;
          right: 0;
          width: 340px;
          height: 27px;
          background: url(/wordpress/wp-content/themes/odakyu/common/img/passes/bg_discount_btm.png) bottom center no-repeat;
          z-index: 2;
          background-size: 340px 27px;
        }
        .list-discount .item .link dl dt {
          position: relative;
          z-index: 2;
          margin-bottom: 12px;
          padding-bottom: 17px;
          font-family: 'Oswald', sans-serif;
          font-size: 30px;
          line-height: 1.1;
        }
          /* color title & bg line */
          .list-discount .item.yellow .link dl dt {
            background: url(/wordpress/wp-content/themes/odakyu/common/img/bg_line_dot_yellow.png) left bottom repeat-x;
            color: #9c7d00;
          }
          .list-discount .item.blue .link dl dt {
            background: url(/wordpress/wp-content/themes/odakyu/common/img/bg_line_dot_blue.png) left bottom repeat-x;
            color: #3c7194;
          }
          .list-discount .item.green .link dl dt {
            background: url(/wordpress/wp-content/themes/odakyu/common/img/bg_line_dot_green.png) left bottom repeat-x;
            color: #3f7928;
          }
          .list-discount .item.dark-green .link dl dt {
            background: url(/wordpress/wp-content/themes/odakyu/common/img/bg_line_dot_dark_green.png) left bottom repeat-x;
            color: #1e8680;
          }
          .list-discount .item.pink .link dl dt {
            background: url(/wordpress/wp-content/themes/odakyu/common/img/bg_line_dot_pink.png) left bottom repeat-x;
            color: #e396ba;
          }
          .list-discount .item.gray .link dl dt {
            background: url(/wordpress/wp-content/themes/odakyu/common/img/bg_line_dot_gray.png) left bottom repeat-x;
            color: #ddd;
          }
          .list-discount .item .link dl dt span {
            font-weight: 300;
          }
        .list-discount .item .link dl dd {
          position: relative;
          z-index: 2;
          font-size: 14px;
          color: #666;
          line-height: 1.5;
        }
          .list-discount .item .link dl dd::before,
          .list-discount .item .link dl dd::after {
            content: '';
            display: table;
          }
          .list-discount .item .link dl dd::after {
            clear: both;
          }
          .list-discount .item .link dl dd .desc {
            width: 164px;
            position: relative;
            float: left;
            padding-right: 15px;
          }
          .list-discount .item .link dl dd .info {
            width: 135px;
            position: relative;
            float: left;
          }
          .list-discount .item .link dl dd .info span {
            font-family: 'Oswald', sans-serif;
            display: block;
          }
          .list-discount .item .link dl dd .info .txt-days {
            background-color: #fff;
            color: #9c7d00;
            line-height: 25px;
            text-align: center;
            border-radius: 3px;
            border: 1px solid #9c7d00;
            margin-bottom: 8px;
          }
            .list-discount .item .link dl dd .info .txt-days.dark-green {
              background-color: #fff;
              color: #1c9693;
              line-height: 25px;
              text-align: center;
              border-radius: 3px;
              border: 1px solid #1c9693;
              margin-bottom: 8px;
            }
          .list-discount .item .link dl dd .info .txt-init {
            font-size: 14px;
            line-height: 25px;
            text-align: center;
            color: #fff;
            background-color: #b1aa8d;
            border-radius: 3px;
            margin-bottom: 5px;
          }
          .list-discount .item .link dl dd .info .txt-person {
            font-size: 15px;
            font-weight: 300;
            text-align: right;
            margin-bottom: 5px;
            line-height: 1;
          }
            .list-discount .item .link dl dd .info .txt-person b {
              font-size: 20px;
              font-weight: normal;
              margin-left: 5px;
            }

.list-discount .box-range {
  width: 80px;
  height: 80px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .3);
  text-align: center;
  background-color: #ed6641;
  border-radius: 50px;
  display: table;
  position: absolute;
  top: -34px;
  right: 15px;
  z-index: 10;
}
  .list-discount .box-range .box-range-in {
    display: table-cell;
    vertical-align: middle;
  }
    .list-discount .box-range .box-range-in span {
      color: #fff;
      font-family: 'Oswald', sans-serif;
      font-weight: normal;
      line-height: 1.25;
      display: block;
    }
    .list-discount .box-range .box-range-in .txt-num {
      font-size: 24px;
    }
    .list-discount .box-range .box-range-in .txt-day {
      font-size: 14px;
      color: #333;
    }
.list-discount .box-range.pink {
  background-color: #ef5972;
}
.list-discount .box-range.green {
  background-color: #79c155;
}
/* .list-discount .box-range.green { 
  background-color: #73c354;
} */
.list-discount .box-range.dark-green {
  background-color: #1c9693;
}

@media only screen and (max-width: 768px) {
  .box-discount-warp {
    width: 100%;
    padding: 0 15px;
  }
  .list-discount {
    margin: 50px -7.5px 0;
  }
    .list-discount .box-range {
      width: 50px;
      height: 50px;
      border-radius: 25px;
      top: -25px;
      right: 10px;
    }
      .list-discount .box-range .box-range-in .txt-num {
        font-size: 18px;
      }
      .list-discount .box-range .box-range-in .txt-day {
        font-size: 8px;
      }
    .list-discount .item {
      width: 50%;
      margin-bottom: 50px;
      padding: 0 7.5px;
    }
      .list-discount .item .link:after {
        width: 105%;
        height: 10px;
        bottom: -8px;
        left: -2.5%;
        background: url('/wordpress/wp-content/themes/odakyu/common/img/passes/bg_shadow_discount.png') bottom center no-repeat;
        background-size: 100%;
        background-position: center top;
      }
      .list-discount .item .link .image {
        border-width: 5px;
      }
      .list-discount .item .link dl {
        padding: 10px 15px 5px;
        display: block;
      }
        .list-discount .item .link dl:before {
          background-size: 100%;
          height: 100%;
        }
        .list-discount .item .link dl:after {
          width: 100%;
          height: 20px;
          bottom: -20px;
          background: url('/wordpress/wp-content/themes/odakyu/common/img/passes/bg_discount_btm.png') bottom center no-repeat;
          background-size: 100%;
          background-position: top;
        }
        .list-discount .item .link dl dt {
          font-size: 19px;
          background-size: 3px 1px !important;
          padding-bottom: 12px;
        }
        .list-discount .item .link dl dd {
          font-size: 11px;
        }
          .list-discount .item .link dl dd .desc {
            width: 100%;
            float: none;
            padding-right: 0;
          }
          .list-discount .item .link dl dd .info {
            width: 100%;
            padding-top: 10px;
            float: none;
          }
            .list-discount .item .link dl dd .info .txt-init {
              margin-bottom: 10px;
              font-size: 9px;
              letter-spacing: 0.05em;
            }
            .list-discount .item .link dl dd .info .txt-person {
              font-size: 9px;
              text-align: left;
            }
              .list-discount .item .link dl dd .info .txt-person b {
                font-size: 12px;
              }
        .list-discount .item.is-recommended:after {
          width: 90px;
          height: 20px;
          background: url('/wordpress/wp-content/themes/odakyu/common/img/ico_recommended_sp.png') left top no-repeat;
          background-size: 90px 20px;
          left: 7.5px;
          top: -9px;
        }
}

@media only screen and (max-width: 320px) {
  .list-discount .item .link:after {
    bottom: -6px;
  }
}

/* box-cmn-freepas
---------------------------------------------------------- */
.box-cmn-freepass {
  width: 1080px;
  margin: 0 auto;
  position: relative;
}
  .box-cmn-freepass .box-in {
    width: 100%;
    padding: 50px 0 40px;
    position: relative;
  }
  .box-cmn-freepass::before,
  .box-cmn-freepass::after,
  .box-cmn-freepass .box-in::before,
  .box-cmn-freepass .box-in::after {
    content: '';
    display: table
  }
  .box-cmn-freepass::after,
  .box-cmn-freepass .box-in::after {
    clear: both;
  }
    .box-cmn-freepass .box-in > .box-title {
      display: flex;
      justify-content: flex-start;
      align-items: flex-end;
    }
    .box-cmn-freepass .ttl-freepass {
      font-size: 50px;
      font-weight: 300;
      padding: 0 15px 0 30px;
      color: #9c7d00;
      font-family: 'Oswald', sans-serif;
      display: inline-block;
    }
      .box-cmn-freepass .ttl-freepass span {
        font-weight: normal;
      }
    .box-cmn-freepass .box-info {
      width: 670px;
      padding: 0 30px;
      float: left;
    }
      .box-cmn-freepass .box-info .panel-body {
        display: table;
        height: 54px;
        font-size: 14px;
        line-height: 1.25;
        padding: 10px 0;
        margin-bottom: 10px;
        position: relative;
      }
        .box-cmn-freepass .box-info .panel-body::after {
          content: '';
          position: absolute;
          height: 3px;
          left: 0;
          right: 0;
          bottom: 0;
          background: url('/wordpress/wp-content/themes/odakyu/common/img/bg_line_dot_yellow.png') left bottom repeat-x;
        }
      .box-cmn-freepass .box-info .panel-footer {
        width: 100%;
        position: relative;
      }
        .box-cmn-freepass .box-info .panel-footer::before,
        .box-cmn-freepass .box-info .panel-footer::after {
          content: '';
          display: table;
        }
        .box-cmn-freepass .box-info .panel-footer::after {
          clear: both;
        }
        .box-cmn-freepass .box-info .panel-footer ul {
          margin: 0 -15px;
          display: -ms-flex;
          display: flex;
          -webkit-box-align: end;
          -ms-flex-align: end;
          align-items: flex-end;
        }
          .box-cmn-freepass .box-info .panel-footer ul li {
            width: 50%;
            height: 88px;
            padding: 0 15px;
          }
          .box-cmn-freepass .list-price {
            margin: 0 -5px;
            overflow: hidden;
          }
          .box-cmn-freepass .list-price dt {
            font-size: 24px;
            font-family: 'Oswald', sans-serif;
            font-weight: 300;
            padding: 0 5px;
            margin-bottom: 10px;
            display: block;
          }
            .box-cmn-freepass .list-price dt span {
              font-weight: normal;
            }
          .box-cmn-freepass .list-price dd {
            width: 50%;
            padding: 0 5px;
            float: left;  
          }
            .box-cmn-freepass .list-price dd p,
            .box-cmn-freepass .list-price dd a {
              color: #fff;
              font-family: 'Oswald', sans-serif;
              line-height: 38px;
              padding: 0 14px;
              background-color: #9c7d00;
              border: 1px solid #9c7d00;
              border-radius: 5px;
              overflow: hidden;
            }
            .box-cmn-freepass .list-price dd:last-child p,
            .box-cmn-freepass .list-price dd:last-child a {
              color: #9c7d00;
              padding: 0 14px;
              background-color: #fff;
              border: 1px solid #9c7d00;
            }
            .box-cmn-freepass .list-price dd .txt-type {
              font-size: 16px;
              font-weight: 300;
              float: left;
            }
            .box-cmn-freepass .list-price dd .txt-price {
              font-size: 18px;
              font-weight: normal;
              letter-spacing: -0.03em;
              float: right;
            }
          .box-cmn-freepass .box-info .panel-footer ul li:last-child {
            display: table;
          }
            .box-cmn-freepass .box-info .panel-footer ul li:last-child span {
              display: table-cell;
              vertical-align: bottom;
            }
            .box-cmn-freepass .box-info .panel-footer ul li:last-child .btn-buy {
              text-align: center;
              font-size: 20px;
              font-weight: 300;
              font-family: 'Oswald', sans-serif;
              text-decoration: none;
              height: 60px;
              color: #fff;
              background-color: #004ea2;
              border-radius: 5px;
              display: flex;
              justify-content: center;
              align-items: center;
              transition: all 0.2s ease-in-out;
            }
            .box-cmn-freepass .box-info .panel-footer ul li:last-child .btn-buy:hover {
              opacity: .8;
            }
    .box-cmn-freepass .image {
      width: 400px;
      position: absolute;
      top: 30px;
      right: 0;
    }
      .box-cmn-freepass .image img {
        width: 100%;
      }
.box-range {
  width: 100px;
  height: 100px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .3);
  text-align: center;
  background-color: #ed6641;
  border-radius: 50px;
  display: table;
  margin-bottom: 10px;
}
  .box-range .box-range-in {
    display: table-cell;
    vertical-align: middle;
  }
    .box-range .box-range-in span {
      color: #fff;
      font-family: 'Oswald', sans-serif;
      font-weight: normal;
      line-height: 1.25;
      display: block;
    }
    .box-range .box-range-in .txt-num {
      font-size: 36px;
    }
    .box-range .box-range-in .txt-day {
      font-size: 16px;
      color: #333;
    }
.box-range.pink {
  background-color: #ef5972;
}
.box-range.green {
  background-color: #79c155;
}
.box-range.dark-green {
  background-color: #1c9693;
}
@media only screen and (max-width: 768px) {
.box-cmn-freepass {
  width: 100%;
}
.box-cmn-freepass .box-in > .box-title {
  width: 100%;
  justify-content: center;
  align-items: center;
}
  .box-cmn-freepass .ttl-freepass {
    font-size: 25px;
    text-align: center;
    padding: 0 15px;
    display: block;
    margin-bottom: 25px;
  }
  .box-cmn-freepass .box-in {
    padding: 15px 0 20px;
  }
  .box-cmn-freepass .box-info {
    width: calc(100% - 170px);
    padding: 0 15px;
  }
  .box-cmn-freepass .image {
    width: 170px;
    margin-top: 72px;
  }
    .box-cmn-freepass .box-info .panel-body {
      font-size: 12px;
      margin-bottom: 5px;
      padding: 0 0 10px;
    }       
      .box-cmn-freepass .box-info .panel-body::after {
        content: '';
        position: absolute;
        height: 1px;
        background-size: auto 1px;
      }
    .box-cmn-freepass .box-info .panel-footer ul {
      display: block;
    }
    .box-cmn-freepass .box-info .panel-footer ul li {
      width: 100%;
      float: none;
      height: auto;
      margin-bottom: 10px;
    }
  .box-cmn-freepass .box-info .panel-footer ul li:last-child .btn-buy {
    height: 30px;
    font-size: 12px;
    border-radius: 3px;
  }
  .box-cmn-freepass .list-price {
    margin: 0 -2.5px;
  }
  .box-cmn-freepass .list-price dt {
    font-size: 12px;
  }
    .box-cmn-freepass .list-price dd {
      padding: 0 2.5px;
    }
      .box-cmn-freepass .list-price dd p,
      .box-cmn-freepass .list-price dd a {
        line-height: 1.25;
        padding: 7px 10px;
        border-radius: 3px;
        border: 1px solid #9c7d00;
      }
      .box-cmn-freepass .list-price dd:last-child p,
      .box-cmn-freepass .list-price dd:last-child a {
        padding: 7px 10px;
      }
      .box-cmn-freepass .list-price dd .txt-type {
        font-size: 10px;
        float: none;
        display: block;
      }
      .box-cmn-freepass .list-price dd .txt-price {
        font-size: 15px;
        float: none;
        display: block;
      }
  .box-range {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    top: -25px;
    right: 10px;
    margin-right: 10px;
  }
    .box-range .box-range-in .txt-num {
      font-size: 18px;
    }
    .box-range .box-range-in .txt-day {
      font-size: 8px;
    }
}

/* box-pdf
---------------------------------------------------------- */
.box-pdf {
  width: 1080px;
  margin: 0 auto;
  position: relative;
}
  .box-pdf .content-in {
    position: absolute;
    top: 60px;
    right: 30px;
  }
    .box-pdf .content-in a {
      width: 340px;
      padding: 7px 5px;
      font-size: 16px;
      color: #007ac2;
      border: 1px solid #007ac2;
      border-radius: 3px;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #fff;
      font-family: 'Oswald', sans-serif;
      font-weight: normal;
      text-decoration: none;
      transition: all .2s ease-in-out;
      position: relative;
    }
      .box-pdf .content-in a:hover {
        opacity: .8;
      }
      .box-pdf .content-in a::after {
        content: '';
        width: 30px;
        height: 30px;
        position: absolute;
        top: calc(50% - 15px);
        right: 5px;
        background-image: url('/wordpress/wp-content/themes/odakyu/common/img/passes/hakone/icon_pdf.png');
        background-size: 30px 30px;
      }
@media only screen and (max-width: 768px) {
.box-pdf {
  width: 100%;
  min-height: 40px;
}
.box-pdf::before,
.box-pdf::after {
  content: '';
  display: table;
}
.box-pdf::after {
  clear: both;
}
    .box-pdf .content-in a {
      padding: 15px 10px 14px;
    }
  .box-pdf .content-in {
    position: absolute;
    top: -25%;
    left: 30px;
    right: 30px;
  }
    .box-pdf .content-in a {
      width: 100%;
      font-size: 12px;
    }
}

/* box-cmn-infomation
---------------------------------------------------------- */
.box-cmn-infomation {
  width: 100%;
  background: rgba(246,246,246,1);
  background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(246,246,246,1)), color-stop(15%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
  background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=0 );
}
  .box-cmn-infomation .content-in {
    width: 1080px;
    margin: 0 auto;
    padding: 130px 0 60px;
  }
    .box-cmn-infomation .ttl-information {
      font-size: 26px;
      text-align: center;
      font-family: 'Oswald', sans-serif;
      line-height: 1.25;
      margin-bottom: 45px;
    }
    .box-cmn-infomation .content-in > p {
      padding: 0 60px;
    }
@media only screen and (max-width: 768px) {
  .box-cmn-infomation .content-in {
    width: 100%;
    margin: -85px auto 0;
    padding: 110px 0 50px;
  }
    .box-cmn-infomation .ttl-information {
      font-size: 15px;
      margin: 0 15px 15px;
      text-align: left;
    }
    .box-cmn-infomation .content-in > p {
      font-size: 11px;
      padding: 0 15px;
    }
}

/* slider-container
---------------------------------------------------------- */
.slider-container {
  width: 100%;
  padding: 0;
  margin-top: 70px;
}
  .slider-container::before,
  .slider-container::after,
  .info-slider .item::before,
  .info-slider .item::after {
    content: '';
    display: table;
  }
  .slider-container::after,
  .info-slider .item::after {
    clear: both;
  }

.info-slider .item img {
  width: 100%;
  display: block;
}
.info-slider .slick-arrow {
  width: 70px;
  height: 70px;
  outline: 0 !important;
  background-repeat: no-repeat;
  background-size: 70px 70px;
  background-position: center;
  text-indent: -9999px;
  overflow: hidden;
  transition: all .2s ease-in-out;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-bottom: -50%;
  z-index: 100;
}
  .info-slider .slick-arrow:hover {
    opacity: .8;
  }
  .info-slider .slick-next {
    right: -90px;
    background-image: url('/wordpress/wp-content/themes/odakyu/common/img/passes/hakone/icon_arrow_right_01.png');
  }
  .info-slider .slick-prev {
    left: -90px;
    background-image: url('/wordpress/wp-content/themes/odakyu/common/img/passes/hakone/icon_arrow_left_01.png');
  }
@media only screen and (max-width: 1120px) {
.info-slider .slick-next {
  right: -20px;
}
.info-slider .slick-prev {
  left: -20px;
}
}
@media only screen and (max-width: 768px) {
.slider-container {
  margin-top: 25px;
}
  .info-slider .slick-arrow {
    width: 35px;
    height: 35px;
    background-size: 35px 35px;
  }
  .info-slider .slick-next {
    right: 0;
  }
  .info-slider .slick-prev {
    left: 0;
  }
}

/* box-location-map
---------------------------------------------------------- */
.box-location-map {
  width: 1080px;
  margin: 0 auto 60px;
}
  .box-location-map > .ttl-cmn-01 {
    margin-bottom: 40px;
  }
  .box-location-map > .txt-map-desc {
    padding: 0 30px;
    margin-bottom: 50px;
  }
  .box-location-map > .image {
    text-align: center;
    margin-bottom: 30px;
  }
  .box-location-map .box-pdf {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
  }
    .box-location-map .box-pdf a {
      width: 512px;
      margin: 0 auto;
      padding: 13px 60px;
      color: #fff;
      font-size: 28px;
      font-weight: 300;
      text-align: center;
      text-decoration: none;
      font-family: 'Oswald', sans-serif;
      border-radius: 4px;
      background-color: #007ac2;
      display: block;
      transition: all .2s ease-in-out;
      transform: translateZ(0);
      position: relative;
    }
      .box-location-map.type-01 .box-pdf a {
        padding: 13px 60px 13px 10px;
      }
      .box-location-map .box-pdf a::after {
        content: '';
        width: 50px;
        height: 50px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin-bottom: -50%;
        right: 10px;
        background-image: url('/wordpress/wp-content/themes/odakyu/common/img/passes/hakone/icon_pdf_02.png');
        background-size: 50px 50px;
      }
      .box-location-map .box-pdf a:hover {
        opacity: .8;
      }
@media only screen and (max-width: 768px) {
  .box-location-map {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto 30px;
  }
    .box-location-map > .ttl-cmn-01 {
      margin-bottom: 20px;
    }
    .box-location-map > .txt-map-desc {
      font-size: 11px;
      padding: 0;
      margin-bottom: 25px;
    }
      .box-location-map > .image {
        width: 100%;
        margin-bottom: 25px;
      }
        .box-location-map > .image img {
          width: 100%;
          display: block;
        }
      .box-location-map .box-pdf {
        margin-bottom: 0;
      }
        .box-location-map .box-pdf a {
          width: 100%;
          padding: 14px 10px;
          font-size: 14px;
          border-radius: 3px;
        }
          .box-location-map .box-pdf a::after {
            width: 25px;
            height: 25px;
            right: 8px;
            background-size: 25px 25px;
            background-image: url('/wordpress/wp-content/themes/odakyu/common/img/passes/hakone/icon_pdf_02.png');
          }
}

/* box-passes-freepass
---------------------------------------------------------- */
.box-passes-freepass {
  width: 1080px;
  margin: 0 auto 60px;
}
  .box-passes-freepass .ttl-01 {
    margin-top: 35px;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    text-align: center;
    line-height: 1.2;
  }
  .box-passes-freepass .ttl-02 {
    margin-top: 35px;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    text-align: center;
    line-height: 1.2;
  }
  .box-passes-freepass .txt-detail {
    margin: 15px 0 0;
    text-align: center;
  }
  .box-passes-freepass .img-map {
    margin: 30px 0;
    padding: 16px 0;
    background-color: rgba(247,247,245,0.50);
    text-align: center;
  }
  
  /* list-passes-transport */
  .list-passes-transport {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 35px 0 29px;
  }
    .list-passes-transport .item {
      border-top: 1px #ddd solid;
      border-right: 1px #ddd solid;
    }
      .list-passes-transport .item.type-01 {
        position: relative;
      }
        .list-passes-transport .item.type-01:after {
          content: '';
          display: block;
          position: absolute;
          bottom: -1px;
          left: 0;
          width: 100%;
          height: 1px;
          border-bottom: 1px #ddd solid;
        }
      .list-passes-transport .item:nth-child(4n+1) {
        width: 250px;
      }
      .list-passes-transport .item:nth-child(4n+2),
      .list-passes-transport .item:nth-child(4n+3){
        width: 270px;
        padding-left: 9px;
      }
      .list-passes-transport .item:nth-child(4n) {
        width: 290px;
        padding-left: 9px;
        border-right: none;
      }
      .list-passes-transport .item:nth-child(1),
      .list-passes-transport .item:nth-child(2),
      .list-passes-transport .item:nth-child(3),
      .list-passes-transport .item:nth-child(4) {
        border-top: none;
      }
        .list-passes-transport .item .link {
          display: block;
          padding: 10px 10px 14px;
        }
          .list-passes-transport .item .link:hover,
          .list-passes-transport .item .link:focus {
            text-decoration: none;
          }
        .list-passes-transport .item .box {
          display: -ms-flex;
          display: flex;
        }
      .list-passes-transport .item .image {
        flex: 0 0 66px;
        margin-right: 14px;
      }
      .list-passes-transport .item .box-detail {
        width: 100%;
        padding: 8px 0;
      }
        .list-passes-transport .item .box-detail .icon {
          position: relative;
          display: block;
          width: 80px;
          height: 8px;
          margin-bottom: 11px;
          line-height: 0;
        }
          .list-passes-transport .item .box-detail .icon img {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 100%;
            height: auto;
          }
        .list-passes-transport .item .box-detail .text {
          font-family: 'Oswald', sans-serif;
          font-size: 14px;
          letter-spacing: 0.08em;
          line-height: 1.2;
        }
          .list-passes-transport .item .box-detail .text span {
            font-weight: 300;
          }
      .list-passes-transport .item .txt-note {
        margin-top: 10px;
        padding: 12px 15px;
        background-color: #fafafa;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.4;
      }
  
  /* list-passes-transport-02 */
  .list-passes-transport-02 {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 25px;
    margin: 0 40px 60px 60px;
  }
    .list-passes-transport-02 .item {
      position: relative;
      padding: 10px 0 14px;
    }
      .list-passes-transport-02 .item:after {
        content: '';
        display: block;
        position: absolute;
        top: 25px;
        right: 0;
        width: 1px;
        height: 100%;
        border-right: 1px #ddd solid;
      }
      .list-passes-transport-02 .item:first-child {
        width: 480px;
        padding-right: 50px;
      }
      .list-passes-transport-02 .item:last-child {
        width: 500px;
        padding-left: 50px;
        border-right: none;
      }
        .list-passes-transport-02 .item:last-child:after {
          display: none;
        }
        .list-passes-transport-02 .item .link {
          display: block;
          padding: 10px 0 14px;
        }
          .list-passes-transport-02 .item .link:hover,
          .list-passes-transport-02 .item .link:focus {
            text-decoration: none;
          }
        .list-passes-transport-02 .item .box {
          display: -ms-flex;
          display: flex;
        }
      .list-passes-transport-02 .item .image {
        flex: 0 0 66px;
        margin-right: 14px;
      }
      .list-passes-transport-02 .item .box-detail {
        width: 100%;
        padding: 8px 0;
      }
        .list-passes-transport-02 .item .box-detail .icon {
          position: relative;
          display: block;
          width: 80px;
          height: 8px;
          margin-bottom: 11px;
          line-height: 0;
        }
          .list-passes-transport-02 .item .box-detail .icon img {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 100%;
            height: auto;
          }
        .list-passes-transport-02 .item .box-detail .text {
          font-family: 'Oswald', sans-serif;
          font-size: 14px;
          letter-spacing: 0.08em;
          line-height: 1.2;
        }
          .list-passes-transport-02 .item .box-detail .text span {
            font-weight: 300;
          }
      .list-passes-transport-02 .item .txt-note {
        display: table;
        width: 100%;
        height: 80px;
        margin-top: 10px;
        padding: 12px 15px;
        background-color: #fafafa;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.4;
      }
  
  /* txt-passes-note */
  .txt-passes-note {
    margin-bottom: 20px;
    font-size: 14px;
    color: #666;
    line-height: 1.45;
	  letter-spacing: 0.02em;
  }

@media only screen and (max-width: 768px) {
.box-passes-freepass {
  width: 100%;
  margin: 0 auto 30px;
}
  .box-passes-freepass .ttl-01 {
    margin-top: 15px;
    font-size: 12px;
  }
  .box-passes-freepass .ttl-02 {
    margin-top: 15px;
    font-size: 11px;
  }
  .js-box-accd .js-title {
    padding: 11px 0 14px;
    border: #dddad0 solid;
    border-width: 1px 0;
  }
    .js-box-accd .js-title:before,
    .js-box-accd .js-title:after {
      content: "";
      position: absolute;
      background-color: #007ac2;
      transition: transform 0.25s ease-out;
    }
    .js-box-accd .js-title:before {
      top: 16px;
      right: 21px;
      width: 2px;
      height: 15px;
      margin-left: -1px;
    }
    .js-box-accd .js-title:after {
      top: 23px;
      right: 15px;
      width: 15px;
      height: 2px;
      margin-top: -1px;
    }
    .js-box-accd .js-title.is-active:before {
      transform: rotate(90deg);
      background-color: #007ac2;
    }
    .js-box-accd .js-title.is-active:after {
      transform: rotate(180deg);
      background-color: #007ac2;
    }
  .js-box-accd .box-passes-accd {
    display: none;
    padding: 15px 15px 0;
  }
    .js-box-accd.type-01 .box-passes-accd {
      display: block;
    }
  .box-passes-freepass .txt-detail {
    margin: 0;
    font-size: 10px;
    text-align: left;
  }
  .box-passes-freepass .img-map {
    margin-bottom: 20px;
    padding: 0 45px;
    background-color: transparent;
  }
    .box-passes-freepass .img-map img {
      width: 100%;
    }

  /* list-passes-transport */
  .list-passes-transport {
    margin: 2px 0 11px;
  }
    .list-passes-transport .item {}
      .list-passes-transport .item.type-01 {
        border-bottom: none;
      }
      .list-passes-transport .item:nth-child(4n+1),
      .list-passes-transport .item:nth-child(4n+2),
      .list-passes-transport .item:nth-child(4n+3),
      .list-passes-transport .item:nth-child(4n) {
        width: 50%;
        padding-left: 0;
      }
      .list-passes-transport .item:nth-child(3),
      .list-passes-transport .item:nth-child(4) {
        border-top: 1px #ddd solid;
      }
      .list-passes-transport .item:nth-child(even) {
        border-right: none;
      }
      .list-passes-transport .item .link {
        padding: 7px 10px;
      }
      .list-passes-transport .item .image {
        flex: 0 0 33px;
        margin-right: 7px;
      }
        .list-passes-transport .item .image img {
          width: 100%;
        }
      .list-passes-transport .item .box-detail {
        padding: 4px 0;
      }
        .list-passes-transport .item .box-detail .icon {
          width: 40px;
          height: 4px;
          margin-bottom: 2px;
        }
          .list-passes-transport .item .box-detail .icon img {}
        .list-passes-transport .item .box-detail .text {
          font-size: 10px;
          letter-spacing: 0.04em;
        }
      .list-passes-transport .item .txt-note {
        margin-top: 5px;
        padding: 8px;
        font-size: 10px;
      }

  /* list-passes-transport-02 */
  .list-passes-transport-02 {
    margin: 0 -10px 30px;
    padding-bottom: 8px;
  }
    .list-passes-transport-02 .item {
      width: 50% !important;
      padding: 0 !important;
    }
      .list-passes-transport-02 .item:after {
        top: 0;
      }
      .list-passes-transport-02 .item .link {
        padding: 7px 10px;
      }
      .list-passes-transport-02 .item .image {
        flex: 0 0 33px;
        margin-right: 7px;
      }
        .list-passes-transport-02 .item .image img {
          width: 100%;
        }
      .list-passes-transport-02 .item .box-detail {
        padding: 4px 0;
      }
        .list-passes-transport-02 .item .box-detail .icon {
          width: 40px;
          height: 4px;
          margin-bottom: 2px;
        }
          .list-passes-transport-02 .item .box-detail .icon img {}
        .list-passes-transport-02 .item .box-detail .text {
          font-size: 10px;
          letter-spacing: 0.04em;
        }
      .list-passes-transport-02 .item .txt-note {
        height: 40px;
        margin-top: 5px;
        padding: 8px;
        font-size: 10px;
      }
  
  /* txt-passes-note */
  .txt-passes-note {
    margin-bottom: 18px;
    font-size: 10px;
    line-height: 1.5;
	  letter-spacing: 0.02em;
  }
}

/* img-passes
---------------------------------------------------------- */
.img-passes {
  width: 960px;
  margin: 0 auto 30px;
}
  .img-passes img {
    width: 100%;
  }
@media only screen and (max-width: 768px) {
.img-passes {
  width: 100%;
  margin-bottom: 25px;
}
}

/* ttl-passes-01
---------------------------------------------------------- */
.ttl-passes-01 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
.ttl-passes-01 {
  margin-bottom: 40px;
}
}

/* box-fare-rate
---------------------------------------------------------- */
.box-fare-rate {
  width: 1080px;
  margin: 0 auto 60px;
  position: relative;
}
  .box-fare-rate .ttl-cmn-01 {
    margin-bottom: 50px;
  }
  .box-fare-rate .table-fare-rate {
    width: 100%;
    margin-bottom: 30px;
  }
  .box-fare-rate .table-fare-rate th,
  .box-fare-rate .table-fare-rate td {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    border:  1px solid #ddd;
    overflow: hidden;
    text-align: center;
    padding: 31px 15px;
  }
  .box-fare-rate .table-fare-rate td {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.05em;
  }
  .box-fare-rate .table-fare-rate .content-body.col2 td {
      font-weight: normal;
  }
    .box-fare-rate .table-fare-rate td b {
      font-weight: normal;
    }
    .box-fare-rate .table-fare-rate th.ttl-station {
      vertical-align: bottom;
      background-color: #ddd;
    }
    .box-fare-rate .table-fare-rate th.ttl-ticket {
      padding: 6px 15px;
      background-color: #9c7d00;
      font-size: 18px;
      color: #fff;
    }
      .box-fare-rate .table-fare-rate th.ttl-ticket span { font-weight: 300;}
    .box-fare-rate .table-fare-rate .tag-sub-01 {
      padding: 16px 15px;
    }
    .box-fare-rate .table-fare-rate .tag-sub-01 p {
      font-size: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      letter-spacing: 0.05em;
    }
      .box-fare-rate .table-fare-rate .tag-sub-01 .txt-small {
        font-size: 14px;
        margin-right: 10px;
        display: inline-block;
        letter-spacing: 0;
      }
    .box-fare-rate .table-fare-rate .tag-main,
    .box-fare-rate .table-fare-rate .tag-sub-02 {
      padding: 17px 15px;
      font-size: 16px;
      font-weight: normal;
      letter-spacing: 0;
    }
  .box-fare-rate .table-fare-rate .content-body td:nth-child(2),
  .box-fare-rate .table-fare-rate .content-body td:nth-child(4) {
    font-weight: normal;
  }
  .box-fare-rate .table-fare-rate .content-body.col2 td:nth-child(2),
  .box-fare-rate .table-fare-rate .content-body.col2 td:nth-child(4) {
    font-weight: 300;
  }
    .box-fare-rate .table-fare-rate .bg-pink {
      background-color: #ef5972;
      color: #fff;
    }
    .box-fare-rate .table-fare-rate .bg-orange {
      background-color: #ed6641;
      color: #fff;
    }
    .box-fare-rate .table-fare-rate .bg-yellow {
      background-color: #ebe5cc;
      color: #9c7d00;
    }
    .box-fare-rate .table-fare-rate .bg-yellow-lighter {
      background-color: #faf8f2;
      color: #9c7d00;
    }
    .box-fare-rate .table-fare-rate .bg-green {
      background-color: #73c354;
      color: #fff;
    }
    .box-fare-rate .table-fare-rate .bg-dark-green {
      background-color: #1c9693;
      color: #fff;
    }
@media only screen and (max-width: 768px) {
  .box-fare-rate {
    width: 100%;
    margin-bottom: 30px;
  }
  .box-fare-rate .ttl-cmn-01 {
    margin-bottom: 0;
  }
    .box-fare-rate .table-fare-rate {
      margin-bottom: 15px;
    }
      .box-fare-rate .table-fare-rate td {
        font-family: 'Oswald', sans-serif;
        font-size: 12px;
      }
      .box-fare-rate .table-fare-rate .tag-main,
      .box-fare-rate .table-fare-rate .tag-sub-02 {
        font-size: 10px;
      }
      .box-fare-rate .table-fare-rate .tag-sub-01 p {
        font-size: 15px;
      }
      .box-fare-rate .table-fare-rate .tag-sub-01 .txt-small {
        font-size: 9px;
      }
      .box-fare-rate .table-fare-rate .tag-sub-01 {
        padding: 7px 15px;
      }
      .box-fare-rate .table-fare-rate th.ttl-ticket {
        padding: 5px 15px;
        font-size: 11px;
      }
      .box-fare-rate .table-fare-rate .tag-main,
      .box-fare-rate .table-fare-rate .tag-sub-02 {
        padding: 7px 15px;
      }
      .box-fare-rate .table-fare-rate th,
      .box-fare-rate .table-fare-rate td {
        padding: 14px 15px;
      }
}

/* box-passes-facilities
---------------------------------------------------------- */
.box-passes-facilities {
  width: 1080px;
  margin: 0 auto 60px;
}
  .box-passes-facilities .txt-detail {
    margin: 20px 0 50px;
    text-align: center;
  }
  /* list-passes-facilities */
  .list-passes-facilities {
    margin-top: 50px;
    border-top: 1px #dddadd solid;
  }
    .list-passes-facilities .item {
      position: relative;
      border-bottom: 1px #dddadd solid;
    }
      .list-passes-facilities .item:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 270px;
        height: 100%;
        background-position: top left;
        background-repeat: no-repeat;
        background-size: 270px auto;
        z-index: 1;
      }
      .list-passes-facilities .item.type-01:before {
        background-image: url(/wordpress/wp-content/themes/odakyu/common/img/passes/hakone/bg_place_01.jpg);
        background-color: #aacad9;
      }
      .list-passes-facilities .item.type-02:before {
        background-image: url(/wordpress/wp-content/themes/odakyu/common/img/passes/hakone/bg_place_02.jpg);
        background-color: #466a9a;
      }
      .list-passes-facilities .item.type-03:before {
        background-image: url(/wordpress/wp-content/themes/odakyu/common/img/passes/hakone/bg_place_03.jpg);
        background-color: #c98153;
      }
      .list-passes-facilities .item.type-04:before {
        background-image: url(/wordpress/wp-content/themes/odakyu/common/img/passes/hakone/bg_place_04.jpg);
        background-color: #919654;
      }
      .list-passes-facilities .item.type-05:before {
        background-image: url(/wordpress/wp-content/themes/odakyu/common/img/passes/hakone/bg_place_05.jpg);
        background-color: #d96653;
      }
      .list-passes-facilities .item.type-06:before {
        background-image: url(/wordpress/wp-content/themes/odakyu/common/img/passes/hakone/bg_place_06.jpg);
        background-color: #bd5973;
      }
      .list-passes-facilities .item.type-07:before {
        background-image: url(/wordpress/wp-content/themes/odakyu/common/img/passes/hakone/bg_place_07.jpg);
        background-color: #7e6255;
      }
      
      .list-passes-facilities .item .title {
        display: -ms-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        height: 70px;
        padding-left: 52px;
        padding-right: 70px;
        margin-left: 270px;
        background-color: #fff;
        font-family: 'Oswald', sans-serif;
        font-size: 24px;
        letter-spacing: 0.045em;
        cursor: pointer;
        line-height: 1.2;
      }
        .list-passes-facilities .item .title:before,
        .list-passes-facilities .item .title:after {
          content: "";
          position: absolute;
          background-color: #007ac2;
          transition: transform 0.25s ease-out;
        }
        .list-passes-facilities .item .title:before {
          top: 19px;
          right: 43px;
          width: 3px;
          height: 30px;
          margin-left: -2px;
        }
        .list-passes-facilities .item .title:after {
          top: 35px;
          right: 30px;
          width: 30px;
          height: 3px;
          margin-top: -2px;
        }
        .list-passes-facilities .item .title.is-active:before {
          transform: rotate(90deg);
          background-color: #007ac2;
        }
        .list-passes-facilities .item .title.is-active:after {
          transform: rotate(180deg);
          background-color: #007ac2;
        }
        
      .list-passes-facilities .item .box-detail-wrap {
        display: none;
      }
        .list-passes-facilities .item .box-detail {
          display: table;
          width: 100%;
        }
          .list-passes-facilities .item .box-title {
            position: relative;
            display: table-cell;
            vertical-align: middle;
            width: 270px;
            padding: 0 20px 70px;
            z-index: 2;
            text-align: center;
          }
            .list-passes-facilities .item .box-title .icon {
              display: block;
              margin-bottom: 14px;
            }
            .list-passes-facilities .item .box-title .text {
              font-family: 'Oswald', sans-serif;
              font-size: 20px;
              font-weight: 300;
              color: #fff;
              line-height: 1.2;
            }
          .list-passes-facilities .item .box {
            display: table-cell;
            vertical-align: top;
            padding: 0 0 36px 52px;
            background-color: #fff;
            line-height: 1.9;
          }
            .list-passes-facilities .item .box-in:not(:last-child) {
              margin-bottom: 25px;
            }
            .list-passes-facilities .item .ttl-sub {
              font-family: 'Oswald', sans-serif;
              font-size: 24px;
              text-align: left;
            }
  /* box-cmn-facilities */
  .box-cmn-facilities {
    display: table;
    width: 100%;
    margin-top: 50px;
    border-top: 1px #dddadd solid;
    border-bottom: 1px #dddadd solid;
  }
    .box-cmn-facilities .image {
      display: table-cell;
      vertical-align: top;
      width: 270px;
      z-index: 2;
      text-align: center;
    }
      .box-cmn-facilities.blue .image { background-color: #aacad9;}
    .box-cmn-facilities .box {
      display: table-cell;
      vertical-align: top;
      padding: 50px 0 36px 52px;
      background-color: #fff;
      line-height: 1.9;
    }
  
  
@media only screen and (max-width: 768px) {
.box-passes-facilities {
  width: 100%;
  margin: 0 auto 30px;
}
  .box-passes-facilities .txt-detail {
    margin: 10px 0 19px;
    font-size: 12px;
    line-height: 1.2;
  }
  /* list-passes-facilities */
  .list-passes-facilities { margin-top: 19px;}
    .list-passes-facilities .item {}
      .list-passes-facilities .item:before {
        width: 110px;
        background-size: 110px auto;
      }
      .list-passes-facilities .item .title {
        height: 40px;
        padding: 0 35px 0 10px;
        margin-left: 110px;
        font-size: 12px;
        letter-spacing: 0;
      }
        .list-passes-facilities .item .title:before {
          top: 13px;
          right: 21px;
          width: 2px;
          height: 15px;
          margin-left: -1px;
        }
        .list-passes-facilities .item .title:after {
          top: 20px;
          right: 15px;
          width: 15px;
          height: 2px;
          margin-top: -1px;
        }
        
      .list-passes-facilities .item .box-detail-wrap {
        display: none;
      }
        .list-passes-facilities .item .box-detail {
          display: table;
          width: 100%;
        }
          .list-passes-facilities .item .box-title {
            width: 100px;
            padding: 0 10px 40px;
          }
            .list-passes-facilities .item .box-title .icon {
              width: 30px;
              margin: 0 auto 7px;
            }
              .list-passes-facilities .item .box-title .icon img {
                width: 100%;
              }
            .list-passes-facilities .item .box-title .text {
              font-size: 10px;
            }
          .list-passes-facilities .item .box {
            padding: 0 0 14px 20px;
            font-size: 10px;
            line-height: 1.5;
          }
            .list-passes-facilities .item .box-in:not(:last-child) {
              margin-bottom: 12px;
            }
            .list-passes-facilities .item .ttl-sub {
              font-size: 11px;
            }
  /* box-cmn-facilities */
  .box-cmn-facilities {
    width: calc(100% - 30px);
    margin: 25px auto 0;
  }
    .box-cmn-facilities .image {
      width: 100px;
    }
      .box-cmn-facilities .image img {
        width: 100%;
      }
    .box-cmn-facilities .box {
      padding: 14px 0 14px 20px;
      font-size: 10px;
      line-height: 1.5;
    }
}

/* box-cmn-passes
---------------------------------------------------------- */
.box-cmn-passes-wrap {
  min-width: 1120px;
  margin-bottom: 60px;
  padding: 60px 0 1px;
  background-color: #f6f1e1;
}
  .box-cmn-passes {
    width: 1080px;
    margin: 0 auto;
  }
    .box-cmn-passes .ttl-passes {
      margin-bottom: 30px;
      padding-bottom: 23px;
      border-bottom: 5px #9c7d00 solid;
      font-family: 'Oswald', sans-serif;
      font-size: 44px;
      line-height: 1.2;
      letter-spacing: 0.028em;
    }
    .box-cmn-passes .box-title {
      display: -ms-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 0 30px 46px;
      font-family: 'Oswald', sans-serif;
    }
      .box-cmn-passes .box-title .title {
        font-size: 26px;
        line-height: 1.2;
        letter-spacing: 0.03em;
      }
      .box-cmn-passes .box-title .list-button {
        margin: 0 -10px;
        display: -ms-flex;
        display: flex;
      }
        .box-cmn-passes .box-title .list-button .item {
          margin: 0 10px;
        }
          .box-cmn-passes .box-title .list-button .item .button {
            display: block;
            min-width: 240px;
            padding: 10px 20px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            background-color: #007ac2;
            border: solid 1px #007ac2;
            font-size: 16px;
            color: #fff;
            text-align: center;
            line-height: 1.2;
          }
            .box-cmn-passes .box-title .list-button .item .button:hover,
            .box-cmn-passes .box-title .list-button .item .button:focus {
              text-decoration: none;
            }
@media only screen and (max-width: 768px) {
.box-cmn-passes-wrap {
  min-width: inherit;
  margin-bottom: 30px;
  padding: 35px 15px 5px;
}
  .box-cmn-passes {
    width: 100%;
  }
    .box-cmn-passes .ttl-passes {
      margin-bottom: 27px;
      padding-bottom: 13px;
      border-bottom: 3px #9c7d00 solid;
      font-size: 20px;
      letter-spacing: 0.02em;
      text-align: center;
    }
    .box-cmn-passes .box-title {
      display: block;
      margin: 0 0 22px;
    }
      .box-cmn-passes .box-title .title {
        font-size: 15px;
        letter-spacing: 0.05em;
        text-align: center;
      }
      .box-cmn-passes .box-title .list-button {
        margin: 0 30px;
        display: block;
      }
        .box-cmn-passes .box-title .list-button .item {
          margin: 10px 0 0;
        }
          .box-cmn-passes .box-title .list-button .item .button {
            min-width: inherit;
            width: 100%;
            padding: 13px 10px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            font-size: 15px;
          }
}

/* box-features-wrap-pc
---------------------------------------------------------- */
.box-cmn-passes-wrap .box-features-wrap-pc:after {
  background: none;
}
  .box-cmn-passes-wrap .box-features-wrap-pc .ttl-cmn-01 {
    margin-bottom: 45px;
  }

@media only screen and (max-width: 768px) {
.box-cmn-passes-wrap .box-features-wrap-pc {
  margin: 0 -15px;
}
  .box-cmn-passes-wrap .box-features-wrap-pc .ttl-cmn-01 {
    margin-bottom: 18px;
  }
}

/* box-passes-recommended
---------------------------------------------------------- */
.box-passes-recommended {
  position: relative;
  margin: 0 15px 60px;
}
  .box-passes-recommended .item {
    float: left;
    width: 320px;
    margin: 0 15px;
    background-color: #fff;
    line-height: 1.4;
    border: #ddd solid;
    border-width: 0 1px 1px;
    outline: none;
  }
    .box-passes-recommended .item .image {}
      .box-passes-recommended .item .image img { width: 100%;}
    .box-passes-recommended .item dl {
      padding: 30px;
    }
      .box-passes-recommended .item dl dt {
        margin-bottom: 27px;
        font-family: 'Oswald', sans-serif;
        font-size: 24px;
        letter-spacing: 0.03em;
      }
      .box-passes-recommended .item dl dd {
        font-size: 14px;
        letter-spacing: 0.015em;
      }
      
  .box-passes-recommended .slick-arrow {
    position: absolute;
    top: calc(50% - 25px);
    width: 70px;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 10;
    outline: 0;
    -webkit-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
  }
  .box-passes-recommended .slick-arrow:focus,
  .box-passes-recommended .slick-arrow:active,
  .box-passes-recommended .slick-arrow:hover { outline: 0;}
  .box-passes-recommended .slick-arrow:hover { opacity: 0.7;}
  
    .box-passes-recommended .slick-prev {
      left: -85px;
      background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_arrow_slider_prev_01.png);
    }
    .box-passes-recommended .slick-next {
      right: -85px;
      background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_arrow_slider_next_01.png);
    }

@media only screen and (max-width: 1240px) {
.box-passes-recommended .slick-arrow {
  top: calc(50% - 35px);
}
  .box-passes-recommended .slick-prev {
    left: -30px;
  }
  .box-passes-recommended .slick-next {
    right: -30px;
  }
}

@media only screen and (max-width: 768px) {
.box-passes-recommended {
  margin: 0 -8px 50px;
}
  .box-passes-recommended .item {
    width: 50%;
    margin: 0 8px;
    line-height: 1.2;
  }
    .box-passes-recommended .item .image {}
      .box-passes-recommended .item .image img {
        width: 100%;
      }
    .box-passes-recommended .item dl {
      padding: 14px 15px;
    }
      .box-passes-recommended .item dl dt {
        margin-bottom: 11px;
        font-size: 12px;
        letter-spacing: 0;
        text-align: center;
      }
      .box-passes-recommended .item dl dd {
        font-size: 10px;
      }
      
  .box-passes-recommended .slick-arrow {
    top: calc(50% - 18px);
    width: 35px;
    height: 35px;
    background-size: 35px;
  }
    .box-passes-recommended .slick-prev {
      left: -7px;
    }
    .box-passes-recommended .slick-next {
      right: -7px;
    }
}

/* box-passes-discount-wrap
---------------------------------------------------------- */
.box-passes-discount-wrap {
  margin: 0 auto 60px;
}
@media only screen and (max-width: 768px) {
.box-passes-discount-wrap {
  margin: 0 auto 30px;
}
}

/* box-passes-buy
---------------------------------------------------------- */
.box-passes-buy {
  margin-top: 60px;
  padding-top: 1px;
}
  .box-cmn-buy .box-contents {
    width: 820px;
    margin: 0 auto;
  }
    .box-cmn-buy .box-contents > p {
      text-align: center;
      font-size: 18px;
      margin-bottom: 70px;
      line-height: 1.5;
      letter-spacing: -0.07em;
    }
    .box-cmn-buy .list-buy .item {
      width: 33.33%;
    }
@media only screen and (max-width: 768px) {
.box-passes-buy {
  margin-top: 30px;
  padding-top: 1px;
}
.box-cmn-buy-wrap {
  margin-bottom: 0;
}
    .box-cmn-buy .box-contents {
      width: 100%;
      margin: 0 auto;
    }
    .box-cmn-buy .box-contents > p {
      margin-bottom: 40px;
      font-size: 12px;
    }
    .box-cmn-buy .list-buy .item .link dl {
      padding: 7px 5px;
    }
      .box-cmn-buy .list-buy .item .link dl dt {
        font-size: 10px;
      }
      .box-cmn-buy .list-buy .item .link dl dd {
        font-size: 9px;
      }
}


/* box-greater-banner
---------------------------------------------------------- */
.box-greater-banner {
  margin-top: 20px;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  transform: translateZ(0);
}
.box-greater-banner:hover {
  opacity: 0.7;
}
  .box-greater-banner .box-greater-banner-txt {
	  background: #000;
	  color: #fff; 
	  height: 141px;
	  padding: 34px 40px;
	  font-size: 20px;
	  font-family: 'Oswald', sans-serif;
	  font-weight: 300;
	  letter-spacing: 1.3px;
  }
  .box-greater-banner a:link,
  .box-greater-banner a:visited,
  .box-greater-banner a:hover,
  .box-greater-banner a:active {
	  text-decoration: none;  
  }
    .box-greater-banner .box-greater-banner-txt .box-greater-banner-ttl {
		margin-bottom: 10px;
  }
    .box-greater-banner .box-greater-banner-txt,
    .box-greater-banner .box-greater-banner-image {
      float: left;
      width: 50%;
    }
@media only screen and (max-width: 768px) {
  .box-greater-banner .box-greater-banner-txt {
	  font-size: 17px;
	}
    .box-greater-banner .box-greater-banner-txt,
    .box-greater-banner .box-greater-banner-image {
      float: none;
	  width: 100%;
    }
    .box-greater-banner .box-greater-banner-image img {
		width: 100%;
    }
}

/* box-banner-02
---------------------------------------------------------- */
.box-banner-02{
  width: 1080px;
  margin: 10px auto 60px;
}
.box-banner-02.top-box-banner{
  margin-top: 60px;	
}
.box-banner-02 img{
  width: 1080px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .box-banner-02{
    width: 100%;
    padding: 0 15px;
    margin: 10px auto 16px;
  }
  .box-banner-02.top-box-banner{
    margin-top: 16px;	
  }
  .box-banner-02 img{
    width: 100%;
  }
}