@charset "UTF-8";

/* ==========================================================
 html5 elements
========================================================== */
article, aside, figure, figcaption, footer, header, nav, section
{ display: block;}
/* ==========================================================
 reseting
========================================================== */
body {
  line-height: 1.5;
  color: #333;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}
body, input, textarea, select, button {
  font-family: 'Roboto', sans-serif;
  /* 明朝フォント
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, serif;*/
}
@media screen and (max-width: 767px) {
  body {
    min-width: 1px;
  }
}
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, button, figure, figcaption
{ margin: 0; padding: 0;}
input, textarea
{ margin: 0; font-size: 100%;}
input, textarea, select
{ /*-webkit-appearance: none;*/}
textarea
{ resize: none;}
button
{ border: none; overflow: visible; background: none; vertical-align: top;  font-size: 100%; color: inherit; cursor: pointer; -webkit-appearance: none;}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ height: auto; vertical-align: top;}
address, caption, code, em, th
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6, strong, em
{ font-size: 100%; font-weight: normal;}
a, input
{/* outline: none; -webkit-tap-highlight-color:rgba(0,0,0,0);*/}
sup, sub
{ font-size: 63%;}
sup
{ vertical-align: top;}
sub
{ vertical-align: baseline;}
*
{ box-sizing: border-box; -webkit-box-sizing: border-box;}
/* ==========================================================
 base Link
========================================================== */
a {
  color: #333;
  text-decoration: none;
}
a:visited {}
a:hover,
a:active,
a:focus { text-decoration: underline;}
@media screen and (max-width: 768px) {
a:hover,
a:active,
a:focus { text-decoration: none;}
}
/* ==========================================================
 clearfix
========================================================== */
.clearfix:before, .clearfix:after,
.contents:before, .contents:after,
.header-search-wrap-pc:before, .header-search-wrap-pc:after,
.header-sp:before, .header-sp:after,
.footer-in:before, .footer-in:after,
.box-lineup-detail:before, .box-lineup-detail:after,
.hero-cmn:before, .hero-cmn:after
{
  content: "";
  display: table;
}
.clearfix:after,
.contents:after,
.header-search-wrap-pc:after,
.header-sp:after,
.footer-in:after,
.box-lineup-detail:after,
.hero-cmn:after
{
  clear: both;
}
/* For IE 6/7
---------------------------------------------------------- */
.clearfix,
.contents
{
  *zoom: 1;
}
/* ==========================================================
 layout
========================================================== */
html { overflow-y: scroll;}
body { text-align: center;}
/* ==========================================================
 wrapper
========================================================== */
.wrapper {
  width: 100%;
  min-width: 1120px;
}

@media screen and (max-width: 768px) {
.wrapper {
  min-width: inherit;
}
}

/* ==========================================================
 header-pc
========================================================== */
.header-pc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 180px;
  min-width: 1120px;
  margin: 0 auto;
  z-index: 9999;
}
  .header-pc.type-01 { height: 60px;}
  .header-in {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    padding: 0 310px 0 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(4,0,0,.2);
    -moz-box-shadow: 0 0 5px rgba(4,0,0,.2);
    box-shadow: 0 0 5px rgba(4,0,0,.2);
  }
  .header-logo-pc {
    position: relative;
    width: 138px;
    padding: 12px 0 15px;
    z-index: 20;
  }
    .header-logo-pc img {
      width: 100%;
    }
  .header-utility-pc {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
  }
    .header-links-pc {
      overflow: hidden;
    }
      .header-links-pc li {
        position: relative;
        float: left;
        padding: 0 30px;
      }
        .header-links-pc li:after {
          content: '';
          display: block;
          position: absolute;
          top: calc(50% - 8px);
          right: 0;
          width: 1px;
          height: 16px;
          background-color: #ddd;
        }
        .header-links-pc li:last-child:after {
          display: none;
        }
        .header-links-pc li a {
          font-family: 'Oswald', sans-serif;
          font-size: 11px;
          font-weight: 500;
          color: #666;
        }
    .header-lang-pc {
      position: relative;
    }
      .header-lang-pc .btn-lang-pc {
        width: 60px;
        height: 60px;
        margin-bottom: 0;
        background-color: #007ac2;
        cursor: pointer;
        transform: translateZ(0);
      }
        .header-lang-pc .btn-lang-pc img {
          width: 20px;
          height: 20px;
          margin: 0px auto;
          position: relative;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          max-width: 100%;
          max-height: 100%;
        }
      .header-lang-pc .list-lang-pc {
        display: none;
        position: absolute;
        top: 60px;
        right: 0;
        width: 150px;
        background-color: #007ac2;
      }
        .header-lang-pc:hover .list-lang-pc{
          display: block;
        }
        .header-lang-pc .list-lang-pc li {
          border-top: 1px #3395ce solid;
        }
          .header-lang-pc .list-lang-pc li a {
            display: block;
            padding: 14px 20px;
            font-family: 'Oswald', sans-serif;
            font-size: 14px;
            font-weight: 500;
            color: #fff;
            -webkit-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s;
          }
            .header-lang-pc .list-lang-pc li a:hover,
            .header-lang-pc .list-lang-pc li a:focus {
              text-decoration: none;
              background-color: #1a88c8;
            }

    .header-search-wrap-pc {
      position: relative;
      overflow: hidden;
      width: 60px;
    }
      .header-search-wrap-pc .btn-search {
        float: right;
        width: 60px;
        height: 60px;
        margin-bottom: 0;
        background-color: #004ea2;
        cursor: pointer;
      }
        .header-search-wrap-pc .btn-search img {
          width: 25px;
          height: 25px;
          margin: 0px auto;
          position: relative;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          max-width: 100%;
          max-height: 100%;
        }
      .header-search-pc {
        overflow: hidden;
        position: absolute;
        top: 0;
        right: 0;
        left: 665px;
        width: 615px;
      }
        .header-search-pc .header-search-in {
          float: left;
          background-color: #ddd;
          height: 60px;
          padding: 10px 10px 10px 80px;
        }
        .header-search-pc .form-header-input {
          background: #fff url(/wordpress/wp-content/themes/odakyu/common/img/ico_search_02.png) left 11px center no-repeat;
          border: none;
          width: 400px;
          height: 40px;
          padding-left: 45px;
          line-height: 40px;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
        }
        .header-search-pc .form-header-button {
          float: left;
        }
        .header-search-pc .form-header-button button {
          height: 60px;
          padding: 0 36px;
          background-color: #004ea2;
          font-family: 'Oswald', sans-serif;
          font-size: 16px;
          font-weight: 500;
          color: #fff;
        }
          .header-search-pc .form-header-button button:active span,
          .header-search-pc .form-header-button button:focus span {
            position: relative;
            top: 0px;
            left: 0px;
          }

/* header sticky
---------------------------------------------------------- */
.header-pc.sticky {
  position: fixed;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 9999;
}
  .header-pc.type-01 { height: 70px;}
  .header-pc.sticky .header-logo-pc { padding: 17px 0 20px;}
    .header-pc.sticky .header-utility-pc {
      background-color: #fafafa;
    }
    .header-pc.sticky .header-links-pc { display: none;}
      .header-pc.sticky .header-links-pc li {
        position: relative;
        float: none;
        background: url(/wordpress/wp-content/themes/odakyu/common/img/ico_arrow_01.png) left 9px center no-repeat;
        padding: 0 10px 0 17px;
        line-height: 1;
        letter-spacing: 0.04em;
      }
        .header-pc.sticky .header-links-pc li:after {
          display: none;
        }
        .header-pc.sticky .header-links-pc li a {
          font-size: 12px;
          font-weight: 300;
          color: #333;
        }
  .header-pc.sticky .header-lang-pc .btn-lang-pc {
    width: 70px;
    height: 70px;
  }
    .header-pc.sticky .list-lang-pc {
      top: 70px;
    }
  .header-pc.sticky .header-search-wrap-pc {
    width: 70px;
  }
  .header-pc.sticky .header-search-wrap-pc .btn-search {
    width: 70px;
    height: 70px;
  }
    .header-pc.sticky .header-search-wrap-pc .header-search-in {
      height: 70px;
      padding: 15px 10px 15px 80px;
    }
    .header-pc.sticky .header-search-pc .form-header-button button {
      height: 70px;
    }

/* ==========================================================
 nav-global-pc
========================================================== */
.nav-global-pc {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
  .nav-global-pc > ul {
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
    .nav-global-pc .item {
      width: 154px;
    }
      .nav-global-pc .item .link:before,
      .nav-global-pc .item:last-child .link:after {
        content: '';
        display: block;
        position: absolute;
        top: 40px;
        width: 1px;
        height: 70px;
        background-color: rgba(255,255,255,0.30);
      }
      .nav-global-pc .item .link:before {
        left: 0;
      }
      .nav-global-pc .item:last-child .link:after {
        right: 0;
      }
      .nav-global-pc .item .link {
      position: relative;
        display: block;
        height: 110px;
        padding: 16px 0 12px;
        font-family: 'Oswald', sans-serif;
        font-size: 14px;
        text-align: center;
        color: #fff;
        letter-spacing: 1px;
      }
      .nav-global-pc .item .link:hover,
      .nav-global-pc .item .link:focus {
        text-decoration: none;
      }
        .nav-global-pc .item .link .icon {
          display: block;
          width: 50px;
          height: 29px;
          margin: 0 auto 9px;
          background-position: center;
          background-repeat: no-repeat;
          text-indent: 100%;
          white-space: nowrap;
          overflow: hidden;
        }
          .nav-global-pc .item.nav01 .link .icon { background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_nav_default_01.png);}
          .nav-global-pc .item.nav02 .link .icon { background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_nav_default_02.png);}
          .nav-global-pc .item.nav03 .link .icon { background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_nav_default_03.png);}
          .nav-global-pc .item.nav04 .link .icon { background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_nav_default_04.png);}
          .nav-global-pc .item.nav05 .link .icon { background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_nav_default_05.png);}
          .nav-global-pc .item.nav06 .link .icon { background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_nav_default_06.png);}
          .nav-global-pc .item.nav07 .link .icon { background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_nav_default_07.png);}
        .nav-global-pc .item .link .text {
          margin-bottom: 0;
          text-shadow: 0 0 5px rgba(0,0,0,.2);
        }
          .header-pc.sticky .nav-global-pc .item .link .text span {
            display: block;
          }
          .nav-global-pc .item .link .text .small {
            display: none;
          }
      .nav-global-pc .item .list-sub-wrap {
        display: none;
        position: absolute;
        top: 110px;
        left: 0;
        right: 0;
        width: 100%;
        padding: 35px 0 30px;
        background-color: #1e355e;
        text-align: left;
        z-index: 9999;
      }
        .nav-global-pc .item .list-sub-wrap .title {
          margin-bottom: 20px;
          font-family: 'Oswald', sans-serif;
          font-size: 24px;
          font-weight: 300;
          color: #fff;
          text-align: center;
          letter-spacing: 0.085em;
        }
        .nav-global-pc .item .list-sub {
          display: -ms-flex;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          width: 1080px;
          margin: 0 auto -20px;
        }
          .nav-global-pc .item .list-sub .item-sub {
            width: 160px;
            margin-right: 24px;
            margin-bottom: 20px;
          }
            .nav-global-pc .item .list-sub .item-sub:nth-child(6n) {
              margin-right: 0;
            }
            .nav-global-pc .item .list-sub .item-sub .link-sub {
              display: block;
            }
              .nav-global-pc .item .list-sub .item-sub .image {}
                .nav-global-pc .item .list-sub .item-sub .image img {
                  width: 100%;
                  margin-bottom: 13px;
                }
                .nav-global-pc .item .list-sub .item-sub .image figcaption {
                  font-family: 'Oswald', sans-serif;
                  font-size: 16px;
                  color: #fff;
                  letter-spacing: 0.02em;
                  line-height: 1.1;
                }
                  .nav-global-pc .item .list-sub .item-sub .image figcaption span {
                    font-size: 14px;
                    font-weight: 300;
                  }

        /* hover focus */
        .nav-global-pc .item:hover .list-sub-wrap,
        .nav-global-pc .item:focus .list-sub-wrap,
        .nav-global-pc .item.is-active .list-sub-wrap {
          display: block;
        }
          .nav-global-pc .item:hover .link,
          .nav-global-pc .item .link:focus,
          .nav-global-pc .item.is-active .link {
            background-color: #1e355e;
            color: #fff;
          }
            .nav-global-pc .item:hover .link:before,
            .nav-global-pc .item .link:focus:before,
            .nav-global-pc .item.is-active .link:before,
            .nav-global-pc .item:last-child:hover .link:after,
            .nav-global-pc .item:last-child .link:focus:after,
            .nav-global-pc .item:last-child.is-active .link:after {
              display: none;
            }
        /* is-current */
        #g01 .nav-global-pc .nav01,
        #g02 .nav-global-pc .nav02,
        #g03 .nav-global-pc .nav03,
        #g04 .nav-global-pc .nav04,
        #g05 .nav-global-pc .nav05,
        #g06 .nav-global-pc .nav06,
        #g07 .nav-global-pc .nav07 {
          background-color: #779dbe;
          color: #fff;
        }
          #g01 .nav-global-pc .nav01 .link:before,
          #g02 .nav-global-pc .nav02 .link:before,
          #g03 .nav-global-pc .nav03 .link:before,
          #g04 .nav-global-pc .nav04 .link:before,
          #g05 .nav-global-pc .nav05 .link:before,
          #g06 .nav-global-pc .nav06 .link:before,
          #g07 .nav-global-pc .nav07 .link:before {
            display: none;
          }
            .nav-global-pc .item.nav01.is-active + .item.nav02 .link:before,
            .nav-global-pc .item.nav02.is-active + .item.nav03 .link:before,
            .nav-global-pc .item.nav03.is-active + .item.nav04 .link:before,
            .nav-global-pc .item.nav04.is-active + .item.nav05 .link:before,
            .nav-global-pc .item.nav05.is-active + .item.nav06 .link:before,
            .nav-global-pc .item.nav06.is-active + .item.nav07 .link:before,
            .nav-global-pc .item.nav01:hover + .item.nav02 .link:before,
            .nav-global-pc .item.nav02:hover + .item.nav03 .link:before,
            .nav-global-pc .item.nav03:hover + .item.nav04 .link:before,
            .nav-global-pc .item.nav04:hover + .item.nav05 .link:before,
            .nav-global-pc .item.nav05:hover + .item.nav06 .link:before,
            .nav-global-pc .item.nav06:hover + .item.nav07 .link:before,
            #g01 .nav-global-pc .item.nav01 + .item.nav02 .link:before,
            #g02 .nav-global-pc .item.nav02 + .item.nav03 .link:before,
            #g03 .nav-global-pc .item.nav03 + .item.nav04 .link:before,
            #g04 .nav-global-pc .item.nav04 + .item.nav05 .link:before,
            #g05 .nav-global-pc .item.nav05 + .item.nav06 .link:before,
            #g06 .nav-global-pc .item.nav06 + .item.nav07 .link:before,
            #g07 .nav-global-pc .item.nav06 + .item.nav07 .link:before,
            #g07 .nav-global-pc .item.nav06 + .item.nav07 .link:after { display: none;}

/* header sticky nav
---------------------------------------------------------- */
.header-pc.sticky .nav-global-pc {
  top: 0;
  padding: 0 180px;
  text-align: center;
}
  .header-pc.sticky .nav-global-pc .item {
    width: auto;
  }
    .header-pc.sticky .nav-global-pc .item .link:before,
    .header-pc.sticky .nav-global-pc .item:last-child a:after {
      top: 30px;
      height: 30px;
      background-color: #ddd;
    }
      .header-pc.sticky .nav-global-pc .item .link {
        height: 70px;
        padding: 15px;
        font-size: 14px;
        color: #333333;
      }
      .header-pc.sticky .nav-global-pc .item.nav02 .link { padding: 15px 20px;}
      .header-pc.sticky .nav-global-pc .item .link .icon {
        width: 25px;
        height: 12px;
        margin: 0 auto 4px;
      }
        .header-pc.sticky .nav-global-pc .item.nav01 .link .icon { background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_nav_small_default_01.png);}
        .header-pc.sticky .nav-global-pc .item.nav02 .link .icon { background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_nav_small_default_02.png);}
        .header-pc.sticky .nav-global-pc .item.nav03 .link .icon { background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_nav_small_default_03.png);}
        .header-pc.sticky .nav-global-pc .item.nav04 .link .icon { background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_nav_small_default_04.png);}
        .header-pc.sticky .nav-global-pc .item.nav05 .link .icon { background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_nav_small_default_05.png);}
        .header-pc.sticky .nav-global-pc .item.nav06 .link .icon { background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_nav_small_default_06.png);}
        .header-pc.sticky .nav-global-pc .item.nav07 .link .icon { background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_nav_small_default_07.png);}
      .header-pc.sticky .nav-global-pc .item .link .text {
        display: table;
        width: 100%;
        text-shadow: none;
        line-height: 1.2;
        white-space: nowrap;
      }
        .header-pc.sticky .nav-global-pc .item .link .text span {
          display: table-cell;
          vertical-align: middle;
        }
        .header-pc.sticky .nav-global-pc .item .link .text .small {
          display: block;
        }
    .header-pc.sticky .nav-global-pc .item .list-sub-wrap {
      top: 70px;
    }
      .header-pc.sticky .nav-global-pc .item:hover .link {
        color: #fff;
      }
        .header-pc.sticky .nav-global-pc .item:hover.nav01 .link .icon,
        .header-pc.sticky .nav-global-pc .item.nav01 .link:focus .icon,
        .header-pc.sticky .nav-global-pc .item.nav01.is-active .link .icon,
        #g01 .header-pc.sticky .nav-global-pc .nav01 a .icon { background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_nav_small_active_01.png);}
        .header-pc.sticky .nav-global-pc .item:hover.nav02 .link .icon,
        .header-pc.sticky .nav-global-pc .item.nav02 .link:focus .icon,
        .header-pc.sticky .nav-global-pc .item.nav02.is-active .link .icon,
        #g02 .header-pc.sticky .nav-global-pc .nav02 a .icon { background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_nav_small_active_02.png);}
        .header-pc.sticky .nav-global-pc .item:hover.nav03 .link .icon,
        .header-pc.sticky .nav-global-pc .item.nav03 .link:focus .icon,
        .header-pc.sticky .nav-global-pc .item.nav03.is-active .link .icon,
        #g03 .header-pc.sticky .nav-global-pc .nav03 a .icon { background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_nav_small_active_03.png);}
        .header-pc.sticky .nav-global-pc .item:hover.nav04 .link .icon,
        .header-pc.sticky .nav-global-pc .item.nav04 .link:focus .icon,
        .header-pc.sticky .nav-global-pc .item.nav04.is-active .link .icon,
        #g04 .header-pc.sticky .nav-global-pc .nav04 a .icon { background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_nav_small_active_04.png);}
        .header-pc.sticky .nav-global-pc .item:hover.nav05 .link .icon,
        .header-pc.sticky .nav-global-pc .item.nav05 .link:focus .icon,
        .header-pc.sticky .nav-global-pc .item.nav05.is-active .link .icon,
        #g05 .header-pc.sticky .nav-global-pc .nav05 a .icon { background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_nav_small_active_05.png);}
        .header-pc.sticky .nav-global-pc .item:hover.nav06 .link .icon,
        .header-pc.sticky .nav-global-pc .item.nav06 .link:focus .icon,
        .header-pc.sticky .nav-global-pc .item.nav06.is-active .link .icon,
        #g06 .header-pc.sticky .nav-global-pc .nav06 a .icon { background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_nav_small_active_06.png);}
        .header-pc.sticky .nav-global-pc .item:hover.nav07 .link .icon,
        .header-pc.sticky .nav-global-pc .item.nav07 .link:focus .icon,
        .header-pc.sticky .nav-global-pc .item.nav07.is-active .link .icon,
        #g07 .header-pc.sticky .nav-global-pc .nav07 a .icon { background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_nav_small_active_07.png);}

          /* hover focus */
          .header-pc.sticky .nav-global-pc .item .link:focus,
          .header-pc.sticky .nav-global-pc .item.is-active .link {
            background-color: #1e355e;
            color: #fff;
          }

          /* is-current */
          #g01 .header-pc.sticky .nav-global-pc .nav01 .link,
          #g02 .header-pc.sticky .nav-global-pc .nav02 .link,
          #g03 .header-pc.sticky .nav-global-pc .nav03 .link,
          #g04 .header-pc.sticky .nav-global-pc .nav04 .link,
          #g05 .header-pc.sticky .nav-global-pc .nav05 .link,
          #g06 .header-pc.sticky .nav-global-pc .nav06 .link,
          #g07 .header-pc.sticky .nav-global-pc .nav07 .link {
            color: #fff;
          }

.header-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .header-pc {
    display: none;
  }
}

/* header banner */
.header-banner-wrap {
  background-color: #f5f5f5;
  min-width: 1120px;
  width: 100%;
  margin: 0 auto 46px;
  padding: 50px 20px;
}
  .header-banner {
    width: 1080px;
    margin: 0 auto;
    overflow: hidden;
  }
    .header-banner .item {
      float: left;
      width: 210px;
      margin-left: 7px;
    }
      .header-banner .item:first-child {
        margin-left: 0;
      }
      .header-banner .item .link {
        display: block;
      }


/* ==========================================================
 header-sp
========================================================== */
@media screen and (max-width: 768px) {
html.js-menu-open {
	position: fixed;
	top: 0;
	width: 100%;
}
.header-sp {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 45px;
  background-color: #fff;
  z-index: 9999;
  -webkit-box-shadow: 0 0 5px rgba(4,0,0,.2);
	-moz-box-shadow: 0 0 5px rgba(4,0,0,.2);
	box-shadow: 0 0 5px rgba(4,0,0,.2);
}
  .header-logo-sp {
    float: left;
    width: 84px;
    margin: 13px 9px 12px;
  }
    .header-logo-sp img {
      display: block;
      width: 100%;
    }
  .header-sp .btn-nav-close {
    width: 38.1%;
    margin: 0 auto;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    color: #fff;
    text-align: center;
  }
  .header-sp .js-nav-box {
    display: none;
    position: fixed;
    top: 45px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    overflow-y: auto !important;
  }
  .header-utility-sp {
    float: right;
    overflow: hidden;
    width: 135px;
  }
    .header-utility-sp.type-01 { width: 90px;}
    .header-lang-sp {
      float: left;
      width: 45px;
    }
      .header-lang-sp .btn-lang-sp {
        position: relative;
        width: 45px;
        height: 45px;
        background-color: #007ac2;
        text-align: center;
        margin: 0;
      }
        .header-lang-sp .btn-lang-sp img {
          width: 17px;
          height: 17px;
          margin: 0px auto;
          position: relative;
          top: calc(50% - 9px);
          left: 1px;
        }
      .header-lang-sp .list-lang-sp-wrap {
        padding: 10px 30px 40px;
        background-color: #007ac2;
      }
        .header-lang-sp .list-lang-sp {
          margin-bottom: 39px;
        }
          .header-lang-sp .list-lang-sp li {
            border-bottom: 1px #3395ce solid;
          }
            .header-lang-sp .list-lang-sp li a {
              display: block;
              padding: 12px 18px;
              font-family: 'Oswald', sans-serif;
              font-size: 14px;
              font-weight: 500;
              color: #fff;
              text-align: left;
            }
        .header-sp .list-lang-sp-wrap .btn-nav-close {
          background-color: #004ea2;
        }
    .header-search-sp {
      float: left;
      width: 45px;
    }
      .header-search-sp .btn-search-sp {
        position: relative;
        width: 45px;
        height: 45px;
        background-color: #004ea2;
        text-align: center;
        margin: 0;
      }
        .header-search-sp .btn-search-sp img {
          width: 15px;
          height: 15px;
          margin: 0px auto;
          position: relative;
          top: calc(50% - 8px);
          left: 1px;
        }
      .header-search-sp .header-search-sp-wrap {
        padding: 30px;
        background-color: #004ea2;
      }
        .header-search-sp .header-search-sp-wrap .header-search-sp-in {
          position: relative;
          margin-bottom: 37px;
        }
          .header-search-sp .form-header-input {
            width: 100%;
            height: 45px;
            line-height: 45px;
            padding: 0 100px 0 10px;
            background-color: #ddd;
            border: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border-radius: 0;
          }
          .header-search-sp .form-header-button button {
            position: absolute;
            top: 0;
            right: 0;
            width: 90px;
            height: 45px;
            background-color: #007ac2;
            font-family: 'Oswald', sans-serif;
            font-size: 15px;
            color: #fff;
            text-align: center;
          }
        .header-search-sp .header-search-sp-wrap .btn-nav-close {
          background-color: #007ac2;
        }

    .header-nav-sp {}
      .header-nav-sp .btn-nav-sp {
        width: 45px;
        height: 45px;
        margin-bottom: 0;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        background: url(/wordpress/wp-content/themes/odakyu/common/img/btn_menu_01.png) center no-repeat;
        background-size: 45px;
      }
        .header-nav-sp .btn-nav-sp.is-open {
          background-image: url(/wordpress/wp-content/themes/odakyu/common/img/btn_menu_close_01.png);
        }
      .header-nav-sp .header-nav-sp-wrap {
        background-color: #1e355e;
        padding: 15px 0 30px;
        text-align: left;
      }
        .header-nav-sp .nav-global-sp {
          margin-bottom: 70px;
        }
          .header-nav-sp .nav-global-sp.type-01 {
            margin-bottom: 0;
          }
          .header-nav-sp .nav-global-sp > ul { margin-bottom: 0;}
            .header-nav-sp .nav-global-sp .item {
              position: relative;
              border-bottom: 1px #596e8d solid;
            }
              .header-nav-sp .nav-global-sp  .btn-accd {
                position: absolute;
                top: 0;
                right: 0;
                width: 47px;
                height: 47px;
                z-index: 3;
                text-indent: 100%;
                overflow: hidden;
                white-space: nowrap;
              }
              .header-nav-sp .nav-global-sp  .btn-accd:before,
              .header-nav-sp .nav-global-sp  .btn-accd:after {
                content: "";
                position: absolute;
                background-color: white;
                transition: transform 0.25s ease-out;
              }
              .header-nav-sp .nav-global-sp  .btn-accd:before {
                top: 16px;
	              left: 25px;
                width: 1px;
                height: 15px;
                margin-left: -1px;
              }
              .header-nav-sp .nav-global-sp  .btn-accd:after {
                top: 24px;
              	left: 17px;
                width: 15px;
                height: 1px;
                margin-top: -1px;
              }
              .header-nav-sp .nav-global-sp  .btn-accd.is-active {
                cursor: pointer;
              }
              .header-nav-sp .nav-global-sp  .btn-accd.is-active:before {
                transform: rotate(90deg);
                background-color: #779dbe;
              }
              .header-nav-sp .nav-global-sp  .btn-accd.is-active:after {
                transform: rotate(180deg);
                background-color: #779dbe;
              }
              .header-nav-sp .nav-global-sp .item .link {
                position: relative;
                z-index: 2;
                overflow: hidden;
                padding: 11px 16px 12px;
                display: block;
                font-family: 'Oswald', sans-serif;
                font-weight: 300;
                font-size: 15px;
                color: #fff;
                letter-spacing: 0.04em;
                -webkit-transition: all 0.2s ease 0s;
                transition: all 0.2s ease 0s;
              }
                .header-nav-sp .nav-global-sp.type-01 .link {
                  font-size: 13px;
                }
                .header-nav-sp .nav-global-sp .item .link.is-active {
                  background-color: #304a71;
                }
                .header-nav-sp .nav-global-sp .link .icon {
                  float: left;
                  display: block;
                  width: 21px;
                  height: 14px;
                  margin: 5px 14px 5px 0;
                  text-indent: 100%;
                  overflow: hidden;
                  white-space: nowrap;
                  background-position: center;
                  background-repeat: no-repeat;
                }
                  .header-nav-sp .nav-global-sp .nav01 .link .icon {
                    background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_nav_default_sp_01.png);
                    background-size: 11px 14px;
                  }
                  .header-nav-sp .nav-global-sp .nav02 .link .icon {
                    background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_nav_default_sp_02.png);
                    background-size: 10px 14px;
                  }
                  .header-nav-sp .nav-global-sp .nav03 .link .icon {
                    background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_nav_default_sp_03.png);
                    background-size: 14px;
                  }
                  .header-nav-sp .nav-global-sp .nav04 .link .icon {
                    background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_nav_default_sp_04.png);
                    background-size: 15px 10px;
                  }
                  .header-nav-sp .nav-global-sp .nav05 .link .icon {
                    background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_nav_default_sp_05.png);
                    background-size: 21px 7px;
                  }
                  .header-nav-sp .nav-global-sp .nav06 .link .icon {
                    background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_nav_default_sp_06.png);
                    background-size: 14px;
                  }
                  .header-nav-sp .nav-global-sp .nav07 .link .icon {
                    background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_nav_default_sp_07.png);
                    background-size: 10px 14px;
                  }
                  /* is-active */

                  .header-nav-sp .nav-global-sp .nav01 .link.is-active .icon { background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_nav_active_sp_01.png);}
                  .header-nav-sp .nav-global-sp .nav02 .link.is-active .icon { background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_nav_active_sp_02.png);}
                  .header-nav-sp .nav-global-sp .nav03 .link.is-active .icon { background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_nav_active_sp_03.png);}
                  .header-nav-sp .nav-global-sp .nav04 .link.is-active .icon { background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_nav_active_sp_04.png);}
                  .header-nav-sp .nav-global-sp .nav05 .link.is-active .icon { background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_nav_active_sp_05.png);}
                  .header-nav-sp .nav-global-sp .nav06 .link.is-active .icon { background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_nav_active_sp_06.png);}
                  .header-nav-sp .nav-global-sp .nav07 .link.is-active .icon { background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_nav_active_sp_07.png);}
                .header-nav-sp .nav-global-sp .link .text {
                  overflow: hidden;
                  margin-bottom: 0;
                }
              .header-nav-sp .nav-global-sp .item .list-sub {
                display: none;
                margin-bottom: 0;
                background-color: #304a71;
              }
                .header-nav-sp .nav-global-sp .list-sub .item-sub {
                  border-top: 1px #596e8d solid;
                }
                  .header-nav-sp .nav-global-sp .list-sub .item-sub .link-sub {
                    display: block;
                    padding: 13px 10px 13px 60px;
                    font-family: 'Oswald', sans-serif;
                    font-weight: 300;
                    font-size: 13px;
                    color: #fff;
                    letter-spacing: 0.05em;
                  }
    .header-utility-sp.is-active .btn-lang-sp {
      background-color: #cfcfcf;
    }
    .header-utility-sp.is-active .btn-lang-sp.is-open {
      background-color: #007ac2;
    }
    .header-utility-sp.is-active .btn-search-sp {
      background-color: #cacaca;
    }
    .header-utility-sp.is-active .btn-search-sp.is-open {
      background-color: #004ea2;
    }
    .header-utility-sp.is-active .btn-nav-sp {
      background-image: url(/wordpress/wp-content/themes/odakyu/common/img/btn_menu_gray.png);
    }
    .header-utility-sp.is-active .btn-nav-sp.is-open {
      background-image: url(/wordpress/wp-content/themes/odakyu/common/img/btn_menu_close_01.png);
    }

  /* header banner sp */
  .header-banner-wrap {
    position: relative;
    background-color: #ebebeb;
    min-width: inherit;
    padding: 20px 8px 20px 7px;
    margin-bottom: 25px;
  }
    .header-banner {
      width: 100%;
      margin: 0 auto;
      overflow: hidden;
    }
      .header-banner .item {
        width: 50%;
        padding: 0 7px 0 8px;
        margin-left: 0;
      }
        .header-banner .item .link {
        }
          .header-banner .item .link img {
            width: 100%;
          }
      .header-banner .slick-arrow {
        position: absolute;
        top: calc(50% - 18px);
        width: 35px;
        height: 35px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 35px;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        z-index: 10;
      }
        .header-banner .slick-prev {
          left: 0;
          background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_arrow_slider_prev_01.png);
        }
        .header-banner .slick-next {
          right: 0;
          background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_arrow_slider_next_01.png);
        }
}
/* ==========================================================
 nav-global-sp
========================================================== */


/* ==========================================================
 nav-local
========================================================== */
.nav-local {
}
  .nav-local li {
  }
    .nav-local li a {
    }
    .nav-local li a:hover {
    }
/* ==========================================================
 nav-breadcrumb
========================================================== */
.nav-breadcrumb {
  width: 100%;
  min-width: 1120px;
  background-color: #333;
  overflow: hidden;
  margin: 0 auto;
  padding: 10px 0;
  text-align: left;
}
  .nav-breadcrumb .list-breadcrumb {
    width: 1080px;
    margin: 0 auto;
    overflow: hidden;
  }
    .nav-breadcrumb .list-breadcrumb .item {
      color: #fff;
      float: left;
      font-size: 13px;
      font-family: 'Oswald', sans-serif;
      letter-spacing: 0.3px;
      padding: 0 15px 0 10px;
      position: relative;
      white-space: nowrap;
    }
      .nav-breadcrumb .list-breadcrumb .item:before {
        position: absolute;
        content: '';
        right: 0;
        bottom: 4px;
        width: 5px;
        height: 8px;
        background: url(/wordpress/wp-content/themes/odakyu/common/img/ico_arrow_breadcrumb_01.png) right center no-repeat;
      }
    .nav-breadcrumb .list-breadcrumb .item.home {
      padding-left: 0;
    }
      .nav-breadcrumb .list-breadcrumb .item:last-child::before { display: none;}
      .nav-breadcrumb .list-breadcrumb .item .link {
        color: #43b8fd;
      }
@media screen and (max-width: 768px) {
  .nav-breadcrumb {
    min-width: inherit;
    padding: 5px;
    height: 26px;
    overflow-x: scroll;
    position: relative;
  }
    .nav-breadcrumb::-webkit-scrollbar {
      -webkit-appearance: none;
      height: 1px;
    }
      .nav-breadcrumb::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(51,51,51,0);
        box-shadow: 0 0 1px rgba(51,51,51,0);
      }
    .nav-breadcrumb .list-breadcrumb {
      position: absolute;
      top: 5px;
      left: 5px;
      right: 5px;
      bottom: 5px;
      width: auto;
      margin: 0;
      overflow-x: auto;
    }
      .nav-breadcrumb .list-breadcrumb .item {
        font-size: 10px;
        padding: 0 10px 0 5px;
      }
        .nav-breadcrumb .list-breadcrumb .item:before {
          position: absolute;
          content: '';
          right: 0;
          bottom: 3px;
          width: 5px;
          height: 8px;
          background: url(/wordpress/wp-content/themes/odakyu/common/img/ico_arrow_breadcrumb_01.png) right center no-repeat;
        }
      .nav-breadcrumb .list-breadcrumb .item.home {
        padding-left: 0;
      }
        .nav-breadcrumb .list-breadcrumb .item:last-child::before { display: none;}
        .nav-breadcrumb .list-breadcrumb .item .link {
          color: #43b8fd;
        }
}
/* ==========================================================
 contents
========================================================== */
.contents {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
/* ==========================================================
 footer
========================================================== */
.footer {
  position: relative;
  width: 100%;
  min-width: 1100px;
  padding-top: 100px;
  background-color: #fff;
}
  .footer.type-01 {
    margin-top: 140px;
    padding-top: 0;
    border-top: 1px #c0d6dc solid;
  }
  .footer-links-wrap {
    width: 100%;
    min-width: 1120px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: left;
  }
    .footer-links-wrap.type-01 {
      padding: 44px 0 39px;
      background-color: #fafafa;
    }
    .footer-links-wrap.type-02 {
      padding: 49px 0 82px;
      background-color: #dfeef2;
      border-bottom: 1px #c0d6dc solid;
    }
    .footer-links-01 {
      overflow: hidden;
      width: 1080px;
      margin: 0 auto;
    }
      .footer-links-01 .item {
        float: left;
        padding-right: 20px;
      }
        .footer-links-01 .item:nth-child(1) {
          width: 310px;
        }
        .footer-links-01 .item:nth-child(2) {
          width: 260px;
        }
        .footer-links-01 .item:nth-child(3) {
          width: 270px;
        }
        .footer-links-01 .item:nth-child(4) {
          width: 240px;
        }
        .footer-links-01 .item .title {
          margin-bottom: 0;
        }
        .footer-links-01 .item .link {
          font-family: 'Oswald', sans-serif;
          font-size: 18px;
          font-weight: 500;
          color: #007ac2;
          line-height: 1.2;
        }
        .footer-links-wrap.type-01 .footer-links-01 .list-sub {
          margin-top: 24px;
        }
        .footer-links-wrap.type-02 .footer-links-01 .list-sub {
          margin-top: 14px;
        }
          .footer-links-01 .item .list-sub.type-01 {
            margin-bottom: 60px;
          }
          .footer-links-01 .item .list-sub .item-sub {
            position: relative;
            margin-bottom: 5px;
            padding-left: 15px;
          }
            .footer-links-01 .item .list-sub .item-sub:last-child {
              margin-bottom: 0;
            }
            .footer-links-01 .item .list-sub .item-sub:before {
              content: '';
              display: block;
              position: absolute;
              top: 10px;
              left: 0;
              width: 6px;
              height: 6px;
              background-color: #666;
              border-radius: 10px;
            }
            .footer-links-01 .item .list-sub .item-sub .link-sub {
              font-family: 'Oswald', sans-serif;
              font-weight: 300;
              font-size: 14px;
              color: #666;
              letter-spacing: 0.05em;
            }

  /* footer-in */
  .footer-in {
    width: 1080px;
    margin: 0 auto;
    padding: 15px 0 50px 15px;
  }
    .footer-links-02 {
      float: left;
      overflow: hidden;
    }
      .footer-links-02 .item {
        position: relative;
        float: left;
        padding: 0 22px 0 20px;
      }
        .footer-links-02 .item:first-child {
          padding-left: 0;
        }
        .footer-links-02 .item:last-child {
          padding-right: 0;
        }
        .footer-links-02 .item:after {
          content: '';
          display: block;
          position: absolute;
          top: calc(50% - 8px);
          right: 0;
          width: 1px;
          height: 15px;
          background-color: #ddd;
        }
          .footer-links-02 .item:last-child:after {
            display: none;
          }
        .footer-links-02 .item .link {
          font-family: 'Oswald', sans-serif;
          font-weight: 300;
          font-size: 14px;
          color: #666;
          letter-spacing: 0.05em;
        }

    .footer-utility {
      overflow: hidden;
      float: right;
      padding-top: 4px;
    }
      .footer-sns {
        text-align: right;
        margin: 0 -10px 20px;
      }
        .footer-sns .item {
          display: inline-block;
          margin: 0 10px;
        }
          .footer-sns .item .link {
            display: block;
            width: 40px;
          }
            .footer-sns .item .link img {
              width: 100%;
            }
      .footer-copyright {
        margin-bottom: 0;
        font-family: 'Oswald', sans-serif;
        font-weight: 300;
        font-size: 13px;
        color: #999;
        text-align: right;
        letter-spacing: 0.055em;
      }

    /*footer-banner */
    .footer-banner-wrap {
      background-color: #f5f5f5;
      min-width: 1120px;
      width: 100%;
      margin: 0 auto;
      padding: 50px 20px;
    }
      .footer-banner {
        width: 1080px;
        margin: 0 auto;
        overflow: hidden;
      }
        .footer-banner .item {
          float: left;
          width: 210px;
          margin-left: 7px;
        }
          .footer-banner .item:first-child {
            margin-left: 0;
          }
          .footer-banner .item .link {
            display: block;
          }

@media screen and (max-width: 768px) {
.footer {
  min-width: inherit;
  padding-top: 35px;
  padding-bottom: 50px;
}
  .footer.type-01 {
    margin-top: 35px;
    padding-bottom: 0px;
    border-top: 1px #c0d6dc solid;
  }
  .footer-links-wrap {
    min-width: inherit;
    padding: 0;
    background-color: #007ac2;
  }
    .footer-links-wrap.type-01 {
      padding: 0 15px;
      background-color: #007ac2;
    }
    .footer-links-wrap.type-02 {
      padding: 0 15px;
      background-color: #007ac2;
      border-bottom: none;
    }
    .footer-links-01 {
      overflow: hidden;
      width: 100%;
      margin: 0 auto;
    }
      .footer-links-01 .item {
        float: none;
        padding-right: 0;
      }
        .footer-links-01 .item:nth-child(1),
        .footer-links-01 .item:nth-child(2),
        .footer-links-01 .item:nth-child(3),
        .footer-links-01 .item:nth-child(4) {
          width: 100%;
        }
        .footer-links-01 .item .link {
          display: block;
          padding: 14px 6px;
          border-top: 1px #3395ce solid;
          font-size: 15px;
          font-weight: 300;
          color: #fff;
          letter-spacing: 0.04em;
        }
        .footer-links-wrap.type-01 .footer-links-01 .item:first-child .link {
          border-top: none;
        }
        .footer-links-01 .list-sub {
          display: none;
        }
  /* footer-in */
  .footer-in {
    min-width: inherit;
    width: 100%;
    padding: 17px 0;
  }
    .footer-links-02 {
      display: none;
    }
    .footer-utility {
      float: none;
      padding-top: 0;
    }
      .footer-sns {
        text-align: center;
        margin: 0 0 35px;
      }
        .footer-sns .item {
          margin: 0 8px;
        }
          .footer-sns .item .link {
            width: 30px;
          }
      .footer-copyright {
        font-size: 10px;
        text-align: center;
      }

    /*footer-banner */
    .footer-banner-wrap {
      position: relative;
      background-color: #ebebeb;
      min-width: inherit;
      padding: 20px 8px 20px 7px;
    }
      .footer-banner {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
      }
        .footer-banner .item {
          width: 50%;
          padding: 0 7px 0 8px;
          margin-left: 0;
        }
          .footer-banner .item .link {
          }
            .footer-banner .item .link img {
              width: 100%;
            }
        .footer-banner .slick-arrow {
          position: absolute;
          top: calc(50% - 18px);
          width: 35px;
          height: 35px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: 35px;
          text-indent: 100%;
          white-space: nowrap;
          overflow: hidden;
          z-index: 10;
        }
          .footer-banner .slick-prev {
            left: 0;
            background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_arrow_slider_prev_01.png);
          }
          .footer-banner .slick-next {
            right: 0;
            background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_arrow_slider_next_01.png);
          }
}

/* ==========================================================
 grid
========================================================== */
/* grid-cmn
---------------------------------------------------------- */
.grid-cmn {
}
  .grid-cmn > .col {
  }
/* ==========================================================
 area
========================================================== */
/* area-cmn
---------------------------------------------------------- */
.area-cmn {
}
/* ==========================================================
 section
========================================================== */
/* sec-cmn
---------------------------------------------------------- */
.sec-cmn-01 {
}
/* section last margin */
section:last-of-type {
  margin-bottom: 0;
}
/* ==========================================================
 box
========================================================== */
/* box-cmn-01
---------------------------------------------------------- */
.box-cmn-01 {
  width: 1080px;
  margin: 50px auto 0;
}

@media screen and (max-width: 768px) {
.box-cmn-01 {
  margin-top: 30px;
  width: 100%;
}
}

/* box-quick-links
---------------------------------------------------------- */
.box-quick-links-wrap {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 240px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	border: solid 10px #ddd;
  z-index: 5000;
  text-align: center;
}
  .btn-quick-links {
    position: relative;
    margin-bottom: 0;
    padding: 14px 10px;
    background-color: #004ea2;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    letter-spacing: 0.05em;
    cursor: pointer;
    -webkit-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
    transform: translateZ(0);
  }
    .btn-quick-links:hover {
      opacity: 0.7;
    }
    .btn-quick-links.is-active {
      background-color: #333;
    }
    .btn-quick-links:before,
    .btn-quick-links:after {
      content: "";
      position: absolute;
      background-color: white;
      transition: transform 0.25s ease-out;
    }
    .btn-quick-links:before {
      top: 23px;
      right: 21px;
      width: 2px;
      height: 14px;
      margin-left: -1px;
    }
    .btn-quick-links:after {
      top: 30px;
      right: 15px;
      width: 14px;
      height: 2px;
      margin-top: -1px;
    }
    .btn-quick-links.is-active {
      cursor: pointer;
    }
    .btn-quick-links.is-active:before {
      transform: rotate(135deg);
    }
    .btn-quick-links.is-active:after {
      transform: rotate(135deg);
    }
  .box-quick-links {
    display: none;
    padding-top: 14px;
  }
    .box-quick-links .icon {
      display: block;
      width: 50px;
      margin: 0 auto 5px;
    }
      .box-quick-links .icon img {
        width: 100%;
      }
    .box-quick-links .ttl-quick-links {
      margin-bottom: 11px;
      font-family: 'Oswald', sans-serif;
      font-size: 20px;
      line-height: 1.3;
      font-weight: 500;
      text-align: center;
    }
      .box-quick-links .ttl-quick-links span {
        display: block;
        font-size: 14px;
        letter-spacing: 0.03em;
      }
    .box-quick-links .list-quick-button {
      overflow: hidden;
      margin: 0 5px 10px;
    }
      .box-quick-links .list-quick-button .item {
        float: left;
        width: 50%;
        padding: 0 5px;
      }
        .box-quick-links .list-quick-button .item .link {
          display: block;
          padding: 8px 5px 7px;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          border-radius: 5px;
          background-color: #007ac2;
          font-family: 'Oswald', sans-serif;
          font-size: 16px;
          font-weight: 500;
          color: #fff;
          text-align: center;
          letter-spacing: 0.08em;
        }
          .box-quick-links .list-quick-button .item .link:hover {
            text-decoration: none;
          }

    .box-quick-links .list-quick-01 {}
      .box-quick-links .list-quick-01 .item {}
        .box-quick-links .list-quick-01 .item .link {
          display: block;
          padding: 9px 10px 13px;
          font-family: 'Oswald', sans-serif;
          font-size: 18px;
          color: #fff;
          letter-spacing: 0.025em;
        }
          .box-quick-links .list-quick-01 .item .link:hover {
            text-decoration: none;
          }
        .box-quick-links .list-quick-01 .item.ql01 .link {
          background-color: #fea63c;
        }
        .box-quick-links .list-quick-01 .item.ql02 .link {
          background-color: #d81860;
        }
        .box-quick-links .list-quick-01 .item.ql03 .link {
          background-color: #29a79a;
        }
        .box-quick-links .list-quick-01 .item.ql04 .link {
          padding: 10px;
          background-color: #fff;
        }
          .box-quick-links .list-quick-01 .item.ql04 .link img {
            width: 120px;
            margin: 0 auto;
          }
        .box-quick-links .list-quick-01 .item.ql05 .link {
          background-color: #6062bb;
        }
        .overseas .box-quick-links .list-quick-01 .item.ql01,
        .overseas .box-quick-links .list-quick-01 .item.ql02 {
          display: none;
        }
        .japan .box-quick-links .list-quick-01 .item.ql03 {
          display: none;
        }

@media screen and (max-width: 768px) {
.box-quick-links-wrap {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  padding: 11px 15px 14px;
  background-color: #004ea2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  overflow-y: auto;
}
  .box-quick-links-scroll {}
  .btn-quick-links {
    position: relative;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    background-color: transparent;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.04em;
  }
    .btn-quick-links span {
      padding: 0 30px;
      background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_quick_links_open.png);
      background-position: left center;
      background-repeat: no-repeat;
      background-size: 20px 12px;
    }
    .btn-quick-links.is-active {
      background-color: transparent;
    }
      .btn-quick-links.is-active span { background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_quick_links_close.png);}

    .btn-quick-links:hover {
      opacity: 1.0;
    }
    .btn-quick-links:before,
    .btn-quick-links:after {
      display: none;
    }

  .list-quick-02 {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
    .list-quick-02 .item {
      display: -ms-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      flex: 0 0 50%;
    }

      .list-quick-02 .item .link {
        display: -ms-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 50px;
        padding: 9px;
        background-color: #fff;
      }
        .list-quick-02 .item.ql02 .link { background-color: #29a79a;}
        .list-quick-02 .item.ql03 .link { background-color: #fea63c;}
        .list-quick-02 .item.ql04 .link { background-color: #d81860;}
        .list-quick-02 .item.ql05 .link { background-color: #007ac2;}

        .list-quick-02 .item .icon {
          width: auto;
          margin: 0 10px 0 0;
          line-height: 0;
        }
          .list-quick-02 .item.ql01 .icon img { width: 23px;}
          .list-quick-02 .item.ql02 .icon img { width: 19px;}
          .list-quick-02 .item.ql03 .icon img { width: 20px;}
          .list-quick-02 .item.ql04 .icon img { width: 18px;}
          .list-quick-02 .item.ql05 .icon img { width: 31px;}

        .list-quick-02 .item .text {
          font-family: 'Oswald', sans-serif;
          font-size: 13px;
          color: #fff;
          line-height: 1.3;
          text-align: left;
          letter-spacing: 0.05em;
        }
          .list-quick-02 .item .text span {
            white-space: nowrap;
          }
          .list-quick-02 .item.ql01 .text { color: #2a3391;}
          .list-quick-02 .item.ql06 .text img {
            width: 110px;
            margin: 0 auto;
          }

        .overseas .list-quick-02 .item.ql03,
        .overseas .list-quick-02 .item.ql04 {
          display: none;
        }
        .japan .list-quick-02 .item.ql01 {
          flex: 0 0 100%;
        }
        .japan .list-quick-02 .item.ql02 {
          display: none;
        }
}

/* box-accordian-wrap
---------------------------------------------------------- */
.box-accordian-wrap { border-top: 1px solid #dddbcf;}
  .box-accordian-wrap .box-accordian-01 { display: none;}


/* box-accordian-wrap-02
---------------------------------------------------------- */
.box-accordian-wrap-02 {
  width: 1080px;
  margin: 50px auto 60px;
}
  .box-accordian-wrap-02 .box-accordian-02 {}
@media screen and (max-width: 768px) {
  .box-accordian-wrap-02 {
    width: auto;
    margin: 0 auto;
  }
    .box-accordian-wrap-02:first-child { margin-top: 30px;}
    .box-accordian-wrap-02:last-child { border-bottom: 1px solid #dddad0;}
    .box-accordian-wrap-02 .box-accordian-02.type-01 { display: block;}
    .box-accordian-wrap-02 .box-accordian-02 {
      border-top: 1px solid #dddad0;
      display: none;
      margin-bottom: 30px;
    }
}
/* box-cmn-discount
---------------------------------------------------------- */
.box-cmn-discount {
  position: relative;
  z-index: 5;
  margin-bottom: 38px;
  padding-bottom: 22px;
  overflow: hidden;
}
  .box-cmn-discount .ttl-cmn-01 {
    width: 1080px;
    margin: 0 auto 46px;
    font-weight: 500;
    letter-spacing: 0.055em;
  }
  .box-cmn-discount:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    background-color: #ddd;
    background-image: -webkit-linear-gradient(top, #f6f6f6, #fff);
    background-image: -moz-linear-gradient(top, #f6f6f6, #fff);
    background-image: -o-linear-gradient(top, #f6f6f6, #fff);
    background-image: -ms-linear-gradient(top, #f6f6f6, #fff);
    background-image: linear-gradient(to bottom, #f6f6f6, #fff);
  }
  /* slider-cmn-discount */
  .slider-cmn-discount-wrap {
    width: 1020px;
    margin: -15px auto 0;
  }
  .slider-cmn-discount {
    position: relative;
    margin: 0 -15px;
    z-index: 10;
  }
    .slider-cmn-discount .item {
      position: relative;
      float: left;
      width: 320px;
      margin: 0 15px;
      padding-top: 15px;
    }
      .slider-cmn-discount .item.is-recommended:after {
        content: '';
        display: block;
        position: absolute;
        top: 0px;
        left: 0;
        width: 150px;
        height: 40px;
        background: url(/wordpress/wp-content/themes/odakyu/common/img/ico_recommended_pc.png) left top no-repeat;
        z-index: 10;
      }
      .slider-cmn-discount .item .link {
        position: relative;
        display: block;
        padding-bottom: 8px;
      }
        .slider-cmn-discount .item .link:after {
          content: '';
          display: block;
          position: absolute;
          bottom: 0px;
          left: -15px;
          width: 350px;
          height: 20px;
          background: url(/wordpress/wp-content/themes/odakyu/common/img/bg_shadow_discount.png) bottom center no-repeat;
        }
        .slider-cmn-discount .item .link:hover {
          text-decoration: none;
        }
        .slider-cmn-discount .item .link .image {
          position: relative;
          z-index: 5;
          border-top: 10px solid;
        }
          /* color border */
          .slider-cmn-discount .item.yellow .image { border-top-color: #ffd301;}
          .slider-cmn-discount .item.blue .image { border-top-color: #65c0fd;}
          .slider-cmn-discount .item.green .image { border-top-color: #73c354;}
		  .slider-cmn-discount .item.dark-green .image { border-top-color: #1e8680;}
		  .slider-cmn-discount .item.pink .image { border-top-color: #e396ba;}
          .slider-cmn-discount .item .link .image img {
            width: 100%;
          }
        .slider-cmn-discount .item .link dl {
          position: relative;
          padding: 7px 28px 5px;
        }
          .slider-cmn-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/bg_discount_mid.png) top center repeat-y;
          }
          .slider-cmn-discount .item .link dl:after {
            content: '';
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            width: 320px;
            height: 40px;
            background: url(/wordpress/wp-content/themes/odakyu/common/img/bg_discount_btm.png) bottom center no-repeat;
            z-index: 2;
          }
          .slider-cmn-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 */
            .slider-cmn-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;
            }
            .slider-cmn-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;
            }
            .slider-cmn-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;
            }
			.slider-cmn-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;
            }
			.slider-cmn-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: #bc447c;
            }
            .slider-cmn-discount .item .link dl dt span {
              display: block;
              font-weight: 300;
            }
          .slider-cmn-discount .item .link dl dd {
            position: relative;
            z-index: 3;
            font-size: 14px;
            line-height: 1.5;
          }
      .slider-cmn-discount .slick-arrow {
        position: absolute;
        top: calc(50% - 46px);
        width: 70px;
        height: 70px;
        background-position: center;
        background-repeat: no-repeat;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        z-index: 10;
        outline: none;
        -webkit-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
      }
        .slider-cmn-discount .slick-arrow:hover {
          opacity: 0.7;
        }
        .slider-cmn-discount .slick-prev {
          left: -85px;
          background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_arrow_slider_prev_01.png);
        }
        .slider-cmn-discount .slick-next {
          right: -85px;
          background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_arrow_slider_next_01.png);
        }

@media screen and (max-width: 1240px) {
.slider-cmn-discount .slick-prev {
  left: -25px;
}
.slider-cmn-discount .slick-next {
  right: -25px;
}
}

@media screen and (max-width: 768px) {
.box-cmn-discount {
  margin-bottom: 30px;
  padding: 3px 0 0;
}
  .box-cmn-discount:after {
    bottom: 5px;
    height: 30px;
  }
  .box-cmn-discount .ttl-cmn-01 {
    width: auto;
    margin: 0 15px 25px;
  }
  /* slider-cmn-discount */
  .slider-cmn-discount-wrap {
    width: 100%;
    margin-top: -8px;
  }
  .slider-cmn-discount {
    margin: 0 8px;
  }
    .slider-cmn-discount .item {
      width: 50%;
      margin: 0;
      padding: 8px 8px 0;
    }
      .slider-cmn-discount .item.is-recommended:after {
        left: 8px;
        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;
      }
      .slider-cmn-discount .item .link {
        padding-bottom: 3px;
      }
        .slider-cmn-discount .item .link:after {
          bottom: -1px;
          left: -1%;
          width: 102%;
          background-size: 102% 10px;
        }
        .slider-cmn-discount .item .link .image {
          border-top-width: 5px;
        }
        .slider-cmn-discount .item .link dl {
          padding: 9px 12px 25px;
        }
          .slider-cmn-discount .item .link dl:before {
            height: calc(100% - 15px);
            background-size: 100%;
          }
          .slider-cmn-discount .item .link dl:after {
            width: 100%;
            height: 20px;
            background-size: 100% 20px;
            z-index: 2;
          }
          .slider-cmn-discount .item .link dl dt {
            margin-bottom: 6px;
	          padding-bottom: 9px;
            font-size: 25px;
            line-height: 1.1;
          }
            /* color title & bg line */
            .slider-cmn-discount .item.yellow .link dl dt,
            .slider-cmn-discount .item.blue .link dl dt,
            .slider-cmn-discount .item.green .link dl dt {
              background-size: 3px 1px;
            }
            .slider-cmn-discount .item .link dl dt span {}
          .slider-cmn-discount .item .link dl dd {
            font-size: 12px;
            line-height: 1.4;
          }
      .slider-cmn-discount .slick-arrow {
        position: absolute;
        top: 50px;
        width: 35px;
        height: 35px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 35px;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        z-index: 10;
      }
        .slider-cmn-discount .slick-prev {
          left: -7px;
          background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_arrow_slider_prev_01.png);
        }
        .slider-cmn-discount .slick-next {
          right: -7px;
          background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_arrow_slider_next_01.png);
        }
}

/* box-transport-infor
---------------------------------------------------------- */
.box-top-main {
  position: relative;
}
.box-transport-infor {
  position: absolute;
  bottom: 89px;
  right: 20px;
	width: 400px;
	height: 420px;
  padding: 10px;
  background-color: #dddddd;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
	box-shadow: 0 0 10px rgba(0,0,0,.2);
  z-index: 2000;
}
  .box-transport-infor .inner {
    height: 100%;
    padding: 4px 0 15px;
    background-color: #1e355e;
  }
    .box-transport-infor .title {
      margin-bottom: 13px;
      font-family: 'Oswald', sans-serif;
      font-size: 24px;
      font-weight: 300;
      text-align: center;
      color: #fff;
      letter-spacing: 0.05em;
    }
    .box-transport-infor .list-tab {
      display: -ms-flex;
      display: flex;
      margin: 0 15px;
      padding: 0 5px;
      border-bottom: 5px #fff solid;
    }
      .box-transport-infor .list-tab .item {
        width: 50%;
        padding: 0 5px;
      }
        .box-transport-infor .list-tab .item .link {
          position: relative;
          display: -ms-flex;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          justify-content: center;
          width: 100%;
          padding: 12px 5px 11px;
          background-color: #007ac2;
          background-repeat: no-repeat;
          border-radius: 3px 3px 0 0;
          font-family: 'Oswald', sans-serif;
          font-weight: 300;
          color: #fff;
          text-align: center;
          -webkit-transition: all 0.2s ease 0s;
          transition: all 0.2s ease 0s;
        }
          .box-transport-infor .list-tab .item .link span {
            opacity: 0.5;
          }
          .box-transport-infor .list-tab .item.status .link {
            background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_transport_01.png);
            background-position: left 13px center;
            background-size: 16px 25px;
          }
          .box-transport-infor .list-tab .item.search .link {
            background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_transport_02.png);
            background-position: left 15px center;
            background-size: 20px 19px;
          }
          /* hover */
          .box-transport-infor .list-tab .item .link:hover,
          .box-transport-infor .list-tab .item .link.is-active {
            text-decoration: none;
            background-color: #fff;
            font-weight: 400;
            color: #333;
          }
          .box-transport-infor .list-tab .item.status .link:hover,
          .box-transport-infor .list-tab .item.status .link.is-active {
            background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_transport_active_01.png);
          }
          .box-transport-infor .list-tab .item.search .link:hover,
          .box-transport-infor .list-tab .item.search .link.is-active {
            background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_transport_active_02.png);
          }
            .box-transport-infor .list-tab .item .link:hover span,
            .box-transport-infor .list-tab .item .link.is-active span {
              opacity: 1;
            }
          .box-transport-infor .list-tab .item .link.is-active:after {
            content: '';
            display: block;
            position: absolute;
            bottom: -11px;
            left: calc(50% - 5.5px);
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 6px 5.5px 0 5.5px;
            border-color: #ffffff transparent transparent transparent;
          }
    .box-transport-infor .box-tab {
      display: none;
    }
      .box-transport-infor .box-tab .btn-cmn-01 {
        float: right;
        margin-bottom: 18px;
      }
    .box-transport-infor .box-status {
      overflow: hidden;
      padding: 10px 25px;
    }
    .box-transport-infor .box-search {
      height: 260px;
      margin-top: 20px;
      padding: 10px 10px 0 25px;
      text-align: left;
    }
      /* custom scroll*/
      .box-transport-infor .box-search .mCSB_inside > .mCSB_container { margin-right: 0;}
      .box-transport-infor .box-search .mCSB_scrollTools {
        width: 20px;
        opacity: 1;
        right: 0px;
      }
      .box-transport-infor .box-search .mCSB_dragger,
      .box-transport-infor .box-search .mCSB_dragger_bar {
        background-color: #007ac2;
        width: 20px;
      }
      .box-transport-infor .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background-color: transparent !important;
      }
      .box-transport-infor .box-search .mCSB_dragger:before,
      .box-transport-infor .box-search .mCSB_dragger:after {
        content: '';
        display: block;
        position: absolute;
        left: 6px;
        width: 0;
        height: 0;
        border-style: solid;
        z-index: 1;
      }
      .box-transport-infor .box-search .mCSB_dragger:before {
        top: 6px;
        border-width: 0 4px 5px 4px;
        border-color: transparent transparent #ffffff transparent;
      }
      .box-transport-infor .box-search .mCSB_dragger:after {
        bottom: 6px;
        border-width: 5px 4px 0 4px;
        border-color: #ffffff transparent transparent transparent;
      }
      .box-transport-infor .box-search .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
        background-color: transparent;
      }
      .box-transport-infor .box-search .mCSB_draggerRail {
        background-color: #354a6e;
        width: 20px;
        border-radius: 0;
      }
      .box-transport-infor .box-search .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
      .box-transport-infor .box-search .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
        background-color: transparent;
        filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)";
      }

@media screen and (max-width: 768px) {
.box-top-main {}
.box-transport-infor {
  position: static;
	width: 100%;
	height: auto;
  padding: 5px;
  -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
  .box-transport-infor .inner {
    height: auto;
    padding: 7px 10px 15px;
  }
    .box-transport-infor .title {
      margin-bottom: 10px;
      font-size: 15px;
    }
    .box-transport-infor .list-tab {
      margin: 0;
      padding: 0 10px;
      border-bottom: 1px #fff solid;
    }
      .box-transport-infor .list-tab .item {}
        .box-transport-infor .list-tab .item .link {
          position: relative;
          padding: 8px 5px 7px;
          font-size: 12px;
          font-weight: 400;
          background-color: #fff;
          color: #333;
        }
          .box-transport-infor .list-tab .item .link span {
            position: relative;
            display: block;
            opacity: 1;
            width: 100%;
          }
          .box-transport-infor .list-tab .item.status .link {
            background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_transport_active_01.png);
            background-position: left 14px center;
            background-size: 10px 15px;
          }
          .box-transport-infor .list-tab .item.search .link {
            background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_transport_active_02.png);
            background-position: left 10px center;
            background-size: 16px 15px;
          }
              .box-transport-infor .list-tab .item .link span:before,
              .box-transport-infor .list-tab .item .link span:after {
                content: "";
                position: absolute;
                background-color: #007ac2;
                transition: transform 0.25s ease-out;
              }
              .box-transport-infor .list-tab .item .link span:before {
                top: 3px;
                right: 11px;
                width: 1px;
                height: 13px;
                margin-left: -1px;
              }
              .box-transport-infor .list-tab .item .link span:after {
                top: 10px;
	              right: 5px;
                width: 13px;
                height: 1px;
                margin-top: -1px;
              }
              .box-transport-infor .list-tab .item .link.is-active span:before {
                transform: rotate(90deg);
                background-color: #779dbe;
              }
              .box-transport-infor .list-tab .item .link.is-active span:after {
                transform: rotate(180deg);
                background-color: #779dbe;
              }

          /* hover */
          .box-transport-infor .list-tab .item .link:hover,
          .box-transport-infor .list-tab .item .link.is-active {
            text-decoration: none;
            background-color: #fff;
            font-weight: 400;
            color: #333;
          }
          .box-transport-infor .list-tab .item.status .link:hover,
          .box-transport-infor .list-tab .item.status .link.is-active {
            background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_transport_active_01.png);
          }
          .box-transport-infor .list-tab .item.search .link:hover,
          .box-transport-infor .list-tab .item.search .link.is-active {
            background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_transport_active_02.png);
          }
            .box-transport-infor .list-tab .item .link:hover span,
            .box-transport-infor .list-tab .item .link.is-active span {
              opacity: 1;
            }
          .box-transport-infor .list-tab .item .link.is-active:after {
            bottom: -4px;
            left: calc(50% - 3px);
            border-width: 3px 3px 0 3px;
          }
    .box-transport-infor .box-tab {
      display: none;
    }
      .box-transport-infor .box-tab img {
        width: 100%;
      }
      .box-transport-infor .box-tab .btn-cmn-01 {
        margin-bottom: 5px;
      }
    .box-transport-infor .box-status {
      padding: 10px 15px;
    }
    .box-transport-infor .box-search {
      height: auto;
      margin-top: 15px;
      padding: 10px 15px;
    }
}

/* box-cmn-status
---------------------------------------------------------- */
.japan .box-cmn-status {
  display: block;
}
.overseas .box-cmn-status {
  display: none;
}
.box-cmn-status {
  padding: 14px 0 20px;
  background-color: #1e355e;
}
  .box-cmn-status-in {
    position: relative;
    width: 1080px;
    margin: 0 auto;
  }
  .box-cmn-status .title {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    letter-spacing: 0.05em;
  }
  .box-cmn-status .box-01 {
    margin-top: 10px;
  }
  .box-cmn-status .btn-cmn-01 {
    position: absolute;
    top: 6px;
    right: 0;
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    font-weight: 300;
  }
    .list-cmn-status {
      display: -ms-flex;
      display: flex;
    }
      .list-cmn-status .item {
        display: -ms-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 30px;
        color: #fff;
        line-height: 1;
        border-right: 1px rgba(221,221,221,0.20) solid;
      }
        .list-cmn-status .item:first-child {
          flex: 0 0 360px;
          padding-left: 0;
        }
        .list-cmn-status .item:nth-child(2) {
          flex: 0 0 400px;
        }
        .list-cmn-status .item:last-child {
          flex: 0 0 320px;
          padding-right: 0;
          border-right: none;
        }
        .list-cmn-status .image {
          flex: 0 0 60px;
          margin-right: 10px;
        }
          .list-cmn-status .image img {
            width: 100%;
          }
        .list-cmn-status .box-detail {
          width: 100%;
        }
          .list-cmn-status .box-title {
            display: -ms-flex;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 5px;
            font-family: 'Oswald', sans-serif;
            font-weight: 300;
          }
            .list-cmn-status .box-title .ttl-status {
              margin: 0 9px 2px 0;
              font-size: 28px;
              letter-spacing: 0.055em;
            }
            .list-cmn-status .box-title .icon {
              flex: 0 0 100px;
              padding: 8px 10px;
              font-size: 14px;
              text-align: center;
              letter-spacing: 0.06em;
            }
              .list-cmn-status .box-title .icon.schedule { background-color: #27b2a7;}
              .list-cmn-status .box-title .icon.delay { background-color: #dcae32;}
              .list-cmn-status .box-title .icon.stop { background-color: #d53f0b;}
              .list-cmn-status .box-title .icon.oos { background-color: #999999;}
          .list-cmn-status .text {
            font-size: 14px;
            letter-spacing: 0.02em;
          }

@media screen and (max-width: 768px) {
.box-cmn-status {
  padding: 10px 25px;
  border: 5px #ddd solid;
}
  .box-cmn-status-in {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .box-cmn-status .title {
    position: relative;
    font-size: 15px;
  }
  .box-cmn-status .title:before,
  .box-cmn-status .title:after {
    content: "";
    position: absolute;
    background-color: #fff;
    transition: transform 0.25s ease-out;
  }
  .box-cmn-status .title:before {
    top: 5px;
    right: 7px;
    width: 2px;
    height: 16px;
    margin-left: -1px;
  }
  .box-cmn-status .title:after {
    top: 13px;
    right: 0px;
    width: 16px;
    height: 2px;
    margin-top: -1px;
  }
  .box-cmn-status .title.is-active {
    cursor: pointer;
  }
  .box-cmn-status .title.is-active:before {
    transform: rotate(90deg);
    background-color: #fff;
  }
  .box-cmn-status .title.is-active:after {
    transform: rotate(180deg);
    background-color: #fff;
  }

  .box-cmn-status .box-01 {
    display: none;
    overflow: hidden;
    margin: 15px 0 20px;
  }
  .box-cmn-status .box-01 img {
    width: 100%;
  }
  .box-cmn-status .btn-cmn-01 {
    position: static;
    float: right;
    min-width: 80px;
    height: 20px;
    line-height: 18px;
    margin-bottom: 5px;
    border-radius: 2px;
  }
    .list-cmn-status {
      display: block;
      clear: both;
    }
      .list-cmn-status .item {
        display: -ms-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 16px 0;
        color: #fff;
        line-height: 1;
        border-right: none;
        border-bottom: 1px rgba(221,221,221,0.20) solid;
      }
        .list-cmn-status .item:first-child {
          flex: 0 0 100%;
          padding-top: 0;
          padding-right: 0;
        }
        .list-cmn-status .item:nth-child(2) {
          flex: 0 0 100%;
        }
        .list-cmn-status .item:last-child {
          flex: 0 0 100%;
          padding-left: 0;
          padding-bottom: 0;
          border: none;
        }
        .list-cmn-status .image {
          flex: 0 0 35px;
          margin-right: 10px;
        }
          .list-cmn-status .image img {
            width: 100%;
          }
        .list-cmn-status .box-detail {
          position: relative;
          width: 100%;
          padding-right: 90px;
        }
          .list-cmn-status .box-title {
            display: block;
            margin-bottom: 5px;
            font-family: 'Oswald', sans-serif;
            font-weight: 300;
          }
            .list-cmn-status .box-title .ttl-status {
              margin: 0 9px 2px 0;
              font-size: 20px;
              letter-spacing: 0.055em;
            }
            .list-cmn-status .box-title .icon {
              position: absolute;
              bottom: 0;
              right: 0;
              width: 80px;
              padding: 8px 10px;
              font-size: 10px;
              text-align: center;
              letter-spacing: 0.06em;
            }
              .list-cmn-status .box-title .icon.schedule { background-color: #27b2a7;}
              .list-cmn-status .box-title .icon.delay { background-color: #dcae32;}
              .list-cmn-status .box-title .icon.stop { background-color: #d53f0b;}
              .list-cmn-status .box-title .icon.oos { background-color: #999999;}
          .list-cmn-status .text {
            font-size: 10px;
            letter-spacing: 0.02em;
          }
}

/* box-cmn-romancacer
---------------------------------------------------------- */
.box-cmn-romancacer {
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1080px;
  margin: 0 auto;
  padding: 30px;
  background-color: #f47f01;
}
  .box-cmn-romancacer .img-romancacer {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .box-cmn-romancacer .box-romancacer-in {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: relative;
    width: 620px;
    padding: 7px 40px 10px 10px;
    color: #fff;
  }
    .box-cmn-romancacer .ttl-romancacer {
      margin-bottom: 30px;
      padding-right: 250px;
      font-family: 'Oswald', sans-serif;
      font-size: 28px;
      font-weight: 300;
      line-height: 1.1;
      letter-spacing: 0.05em;
    }
      .box-cmn-romancacer .ttl-romancacer .txt-sub {
        display: block;
        font-size: 60px;
        font-weight: 400;
        letter-spacing: 0.03em;
      }
    .box-cmn-romancacer .txt-romancacer {
      margin-bottom: 23px;
      font-size: 14px;
    }
    .box-cmn-romancacer .box-01 {
      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-bottom: 15px;
      font-family: 'Oswald', sans-serif;
    }
      .box-cmn-romancacer .list-from-to {
        display: -ms-flex;
        display: flex;
      }
        .box-cmn-romancacer .list-from-to .item {
          display: -ms-flex;
          display: flex;
          margin-right: 29px;
        }
          .box-cmn-romancacer .list-from-to .item .image {
            width: 52px;
            margin-right: 12px;
          }
            .box-cmn-romancacer .list-from-to .item .image img {
              width: 100%;
            }
          .box-cmn-romancacer .list-from-to .item .box-in-01 {
            line-height: 1.3;
          }
            .box-cmn-romancacer .list-from-to .item .box-in-01 .txt-01 {
              font-size: 14px;
              font-weight: 300;
            }
            .box-cmn-romancacer .list-from-to .item .box-in-01 .txt-area-01 {
              font-size: 18px;
              color: #fffdb5;
              letter-spacing: 0.075em;
            }
      .box-cmn-romancacer .box-01 .time {
        margin-right: 32px;
        font-size: 30px;
        letter-spacing: 0.07em;
      }
        .box-cmn-romancacer .box-01 .time span {
          display: none;
        }
    .box-cmn-romancacer .box-price {
      display: -ms-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 25px;
      padding: 13px 30px 12px;
      background-color: rgba(255,253,181, 0.20);
      border: rgba(255,255,255, 0.5) solid;
      border-width: 1px 0;
      font-family: 'Oswald', sans-serif;
      color: #fff;
      line-height: 1.2;
    }
      .box-cmn-romancacer .box-price dl {
        display: -ms-flex;
        display: flex;
		align-items: center;
        margin-right: 16px;
        letter-spacing: 0.05em;
      }
        .box-cmn-romancacer .box-price dl dt {
          margin-right: 15px;
          font-size: 14px;
          font-weight: 300;
        }
        .box-cmn-romancacer .box-price dl dd {
          font-size: 20px;
          letter-spacing: 0.02em;
        }
      .box-cmn-romancacer .box-price .icon {
        margin-right: 24px;
        font-size: 28px;
      }
      .box-cmn-romancacer .box-price .total {
        font-size: 20px;
      }
    .box-cmn-romancacer .list-button {
      display: -ms-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 40px -5px 0px -5px;
    }
      .box-cmn-romancacer .list-button .item {
        width: 420px;
        padding: 0 5px;
      }
        .box-cmn-romancacer .list-button .item .link {
          display: block;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          border-radius: 5px;
          text-align: center;
        }
        .box-cmn-romancacer .list-button .item .link:hover {
          text-decoration: none;
        }
        .box-cmn-romancacer .list-button .item .btn-01 {
          padding: 12px 10px;
          background-color: #df3232;
          font-family: 'Oswald', sans-serif;
          font-size: 24px;
          font-weight: 300;
          color: #fff;
          letter-spacing: 0.05em;
        }
    .box-cmn-romancacer .list-image-thumbnail {
      position: absolute;
      top: 5px;
      right: 40px;
      display: -ms-flex;
      display: flex;
    }
      .box-cmn-romancacer .list-image-thumbnail li { margin-left: 10px;}
  
  .box-cmn-romancecar-form-wrap {
    flex: 0 0 400px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

@media screen and (max-width: 768px) {
.box-cmn-romancacer {
  display: block;
  width: auto;
  padding: 0 0 30px;
  background-color: #f47f01;
}
  .box-cmn-romancacer .img-romancacer {}
    .box-cmn-romancacer .img-romancacer img {
      width: 100%;
    }
  .box-cmn-romancacer .box-romancacer-in {
    width: 100%;
    padding: 12px 30px 20px;
  }
    .box-cmn-romancacer .ttl-romancacer {
      margin-bottom: 17px;
      padding-right: 0;
      font-size: 15px;
      font-weight: 300;
      text-align: center;
      letter-spacing: 0.05em;
    }
      .box-cmn-romancacer .ttl-romancacer .txt-sub {
        font-size: 30px;
        letter-spacing: 0.1em;
        line-height: 0.9;
      }
    .box-cmn-romancacer .txt-romancacer {
      margin-bottom: 17px;
      font-size: 12px;
      line-height: 1.2;
    }
    .box-cmn-romancacer .box-01 {
      overflow: hidden;
      display: block;
      margin-bottom: 5px;
      padding: 13px 15px 0;
      border-top: 1px #feeedd solid;
    }
      .box-cmn-romancacer .list-from-to {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 -47px 9px 0;
      }
        .box-cmn-romancacer .list-from-to .item {
          position: relative;
          display: -ms-flex;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin-right: 0;
          padding-right: 40px;
          flex: 0 0 50%;
        }
          .box-cmn-romancacer .list-from-to .item:after {
            content: '';
            display: block;
            position: absolute;
            top: calc(50% - 5px);
            right: 19px;
            width: 19px;
            height: 10px;
            background: url(/wordpress/wp-content/themes/odakyu/common/img/ico_arrow_02.png) right center no-repeat;
            background-size: 19px 10px;
          }
          .box-cmn-romancacer .list-from-to .item:last-child:after {
            display: none;
          }
          .box-cmn-romancacer .list-from-to .item .image {
            width: auto;
            flex: 0 0 51px;
            margin-right: 6px;
          }
            .box-cmn-romancacer .list-from-to .item .image img {
              width: 100%;
            }
          .box-cmn-romancacer .list-from-to .item .box-in-01 {
            line-height: 1.3;
          }
            .box-cmn-romancacer .list-from-to .item .box-in-01 .txt-01 {
              display: none;
            }
            .box-cmn-romancacer .list-from-to .item .box-in-01 .txt-area-01 {
              font-size: 16px;
              letter-spacing: 0.05em;
            }
      .box-cmn-romancacer .box-01 .time {
        margin-right: 0;
        font-size: 16px;
        letter-spacing: 0.04em;
        text-align: center;
      }
        .box-cmn-romancacer .box-01 .time span {
          display: inline-block;
          font-size: 14px;
          font-weight: 300;
        }
    .box-cmn-romancacer .box-price {
      margin-bottom: 17px;
      padding: 7px 12px;
      line-height: 1.2;
    }
      .box-cmn-romancacer .box-price dl {
        margin-right: 4px;
        letter-spacing: 0.05em;
      }
        .box-cmn-romancacer .box-price dl dt {
          margin-right: 8px;
          font-size: 9px;
          letter-spacing: 0.01em;
        }
        .box-cmn-romancacer .box-price dl dd {
          font-size: 15px;
          letter-spacing: 0.02em;
        }
      .box-cmn-romancacer .box-price .icon {
        margin-right: 5px;
        font-size: 20px;
      }
      .box-cmn-romancacer .box-price .total {
        font-size: 15px;
      }
    .box-cmn-romancacer .list-button {
      display: block;
      margin: 0;
      padding-top: 14px;
      border-top: 1px #fff solid;
    }
      .box-cmn-romancacer .list-button .item {
        width: 100%;
        margin-bottom: 16px;
        padding: 0;
      }
        .box-cmn-romancacer .list-button .item:last-child {
          margin-bottom: 0;
        }
        .box-cmn-romancacer .list-button .item .link {}
        .box-cmn-romancacer .list-button .item .btn-01 {
          padding: 9px 10px;
          font-size: 18px;
          font-weight: 400;
          letter-spacing: 0.04em;
        }
    
  .box-cmn-romancecar-form-wrap {
    position: relative;
    flex: 0 0 100%;
    padding: 0 30px 0;
  }
  /* box-cmn-romancecar-form-accd */
  .box-cmn-romancecar-form-accd .box-cmn-romancecar-form {
    display: none;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    z-index: 100;
    width: calc(100% - 60px);
    margin: 0 auto;
    padding: 7px 15px 15px;
    border: #ddd solid;
    border-width: 0 1px 1px;
  }
    .box-cmn-romancecar-form-accd .text {
      margin-bottom: 7px;
      font-size: 10px;
      text-align: center;
      color: #fff;
      letter-spacing: 0.015em;
    }
    .box-cmn-romancecar-form-accd .btn-romancecar-accd {
      position: relative;
      display: block;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      text-align: center;
      background-color: #fff;
      padding: 7px 10px;
    }
      .box-cmn-romancecar-form-accd .btn-romancecar-accd img {
        width: 120px;
        margin: 0 auto;
      }
      .box-cmn-romancecar-form-accd .btn-romancecar-accd:before,
      .box-cmn-romancecar-form-accd .btn-romancecar-accd:after {
        content: "";
        position: absolute;
        background-color: #007ac2;
        transition: transform 0.25s ease-out;
      }
      .box-cmn-romancecar-form-accd .btn-romancecar-accd:before {
        top: 16px;
        right: 21px;
        width: 2px;
        height: 15px;
        margin-left: -1px;
      }
      .box-cmn-romancecar-form-accd .btn-romancecar-accd:after {
        top: 23px;
	      right: 15px;
        width: 15px;
        height: 2px;
        margin-top: -1px;
      }
      .box-cmn-romancecar-form-accd .btn-romancecar-accd.is-active {
        cursor: pointer;
      }
      .box-cmn-romancecar-form-accd .btn-romancecar-accd.is-active:before {
        transform: rotate(90deg);
        background-color: #007ac2;
      }
      .box-cmn-romancecar-form-accd .btn-romancecar-accd.is-active:after {
        transform: rotate(180deg);
        background-color: #007ac2;
      }
  
}

/* box-cmn-buy
---------------------------------------------------------- */
.box-cmn-buy-wrap {
  min-width: 1120px;
  margin-bottom: 60px;
  background: url(/wordpress/wp-content/themes/odakyu/common/img/bg_where_to_bye_pc.jpg) left top no-repeat;
  background-size: cover;
}
  .box-cmn-buy {
    position: relative;
    width: 1080px;
    margin: 0 auto;
    padding: 120px 0 50px;
  }
    .box-cmn-buy .title {
      position: absolute;
      top: -63px;
      left: 0;
      font-family: 'Oswald', sans-serif;
      font-size: 70px;
      font-weight: 500;
      color: #fff;
      line-height: 0.9;
      letter-spacing: -0.015em;
    }
      .box-cmn-buy .title span {
        color: #004ea2;
      }
    .box-cmn-buy .list-buy {
      display: -ms-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0 -13px;
    }
      .box-cmn-buy .list-buy .item {
        width: 276px;
        padding: 0 13px;
      }
        .box-cmn-buy .list-buy .item .link {
          position: relative;
          display: block;
          background-color: #fff;
          -webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
          -moz-box-shadow: 0 0 5px rgba(0,0,0,.1);
          box-shadow: 0 0 5px rgba(0,0,0,.1);
        }
          .box-cmn-buy .list-buy .item .link:hover,
          .box-cmn-buy .list-buy .item .link:focus {
            text-decoration: none;
          }
          .box-cmn-buy .list-buy .item .link .ico-recommended {
            display: -ms-flex;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            position: absolute;
            top: -48px;
            right: 12px;
            width: 90px;
            height: 90px;
            -webkit-border-radius: 45px;
            -moz-border-radius: 45px;
            border-radius: 45px;
            background-color: #ef3f2d;
            font-family: 'Oswald', sans-serif;
            font-size: 14px;
            text-align: center;
            color: #fff;
            letter-spacing: 0.03em;
          }
          .box-cmn-buy .list-buy .item .link .image {}
            .box-cmn-buy .list-buy .item .link .image img {
              width: 100%;
            }
          .box-cmn-buy .list-buy .item .link dl {
            min-height: 155px;
            padding: 18px 25px;
          }
            .box-cmn-buy .list-buy .item .link dl dt {
              margin-bottom: 21px;
              font-family: 'Oswald', sans-serif;
              font-size: 20px;
              text-align: center;
              line-height: 1.2;
              letter-spacing: 0.04em;
            }
            .box-cmn-buy .list-buy .item .link dl dd {
              font-size: 14px;
              font-weight: 500;
              line-height: 1.4;
              text-align: center;
            }
          /* recommended */
          .box-cmn-buy .list-buy .item.recommended .link {
            background-color: #007ac2;
          }
            .box-cmn-buy .list-buy .item.recommended .link dl dt,
            .box-cmn-buy .list-buy .item.recommended .link dl dd {
              color: #fff;
            }

@media screen and (max-width: 768px) {
.box-cmn-buy-wrap {
  min-width: inherit;
  margin-bottom: 20px;
  background: url(/wordpress/wp-content/themes/odakyu/common/img/bg_where_to_bye_sp.jpg) left top no-repeat;
  background-size: cover;
}
  .box-cmn-buy {
    width: 100%;
    padding: 85px 0 51px;
  }
    .box-cmn-buy .title {
      top: -40px;
	    left: 21px;
      font-size: 45px;
    }
    .box-cmn-buy .list-buy {
      flex-wrap: wrap;
      margin: 0 0 -15px;
      padding: 0 7px 0 8px;
    }
      .box-cmn-buy .list-buy .item {
        width: 50%;
        margin-bottom: 15px;
        padding: 0 8px 0 7px;
      }
        .box-cmn-buy .list-buy .item .link {}
          .box-cmn-buy .list-buy .item .link .ico-recommended {
            top: -25px;
            right: 5px;
            width: 65px;
            height: 65px;
            font-size: 7px;
          }
          .box-cmn-buy .list-buy .item .link dl {
            min-height: 77px;
            padding: 7px 15px;
          }
            .box-cmn-buy .list-buy .item .link dl dt {
              margin-bottom: 4px;
              font-size: 12px;
              line-height: 1.2;
              letter-spacing: 0.04em;
            }
            .box-cmn-buy .list-buy .item .link dl dd {
              font-size: 10px;
              line-height: 1.3;
            }
}


/* cmn-banner
---------------------------------------------------------- */
.cmn-banner-pc {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
.cmn-banner-pc:hover {
      opacity: 0.7;
    }

@media screen and (max-width: 768px) {
.cmn-banner-sp {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.cmn-banner-sp img {
    width: 100%;
}
.cmn-banner-sp img:hover {
      opacity: 0.7;
}
}


/* box-cmn-romancecar-form
---------------------------------------------------------- */
.box-cmn-romancecar-form {
  height: 440px;
  background-color: #fff;
  padding: 14px 39px 13px 47px;
  border: 1px #ddd solid;
}
  .box-cmn-romancecar-form .box-title {
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 7px;
    padding-bottom: 6px;
    border-bottom: 1px #ddd solid;
  }
    .box-cmn-romancecar-form .box-title .logo-romancecar {
      width: 134px;
    }
      .box-cmn-romancecar-form .box-title .logo-romancecar img {
        width: 100%;
      }
    .box-cmn-romancecar-form .box-title .txt-romancecar {
      font-family: 'Oswald', sans-serif;
      font-size: 12px;
      line-height: 1.4;
      letter-spacing: 0.05em;
    }
  .box-cmn-romancecar-form .box-form-01 {
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 10px 8px 12px;
  }
    .box-cmn-romancecar-form .box-form-01 dt {
      position: relative;
      margin-bottom: 5px;
      font-family: 'Oswald', sans-serif;
      font-size: 14px;
      font-weight: 300;
      letter-spacing: 0.055em;
    }
      .box-cmn-romancecar-form .box-form-01 dt.type-01 {
        margin: 2px 0 0;
      }
	  .box-cmn-romancecar-form .box-calendar dt {
		width: 90px;
      }
      .box-cmn-romancecar-form .box-form-01 dt.icon {
		position: relative;
	  }
/*      .box-cmn-romancecar-form .box-form-01 dt.icon:after {
        content: '';
        display: block;
        position: absolute;
        bottom: -29px;
	      left: 11px;
        width: 20px;
        height: 26px;
        background: url(/wordpress/wp-content/themes/odakyu/common/img/ico_station_01.png) center bottom no-repeat;
        background-size: 20px 26px;
      }*/
      .box-cmn-romancecar-form .box-form-01 dt.icon a {
		  display: block;
		  position: absolute;
          bottom: -29px;
	      left: 11px;
	  }
      .box-cmn-romancecar-form .box-form-01 dt.icon img {
		  width: 20px;
		  height: 26px;
	  }
    .box-cmn-romancecar-form .box-form-01 dd {
      width: 220px;
    }
      .box-cmn-romancecar-form .box-form-01 dd .box-in {
        display: -ms-flex;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
      }
        .box-cmn-romancecar-form .box-form-01 dd .col {
          width: 70px;
          margin-left: 10px;
        }
		.box-cmn-romancecar-form .box-calendar .form-cmn-select-02 {
          width: 150px;
		  margin-left: 70px;
        }
		.box-cmn-romancecar-form .box-calendar .form-cmn-select-02 input {
		  border: none;
		  height: 2.2em;
		  max-width: 148px;
		  font-size: 16px;
		  padding-left: 10px;
		}
		.box-top-search .box-form-02 #cal_date_pc {
		  border: none;
		  height: 2.2em;
		  max-width: 95px;
		  font-size: 16px;
		  padding-left: 10px;	
		}

  .box-cmn-romancecar-form .list {
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8px;
    padding: 8px 5px;
    border: #ddd solid;
    border-width: 1px 0;
  }
    .box-cmn-romancecar-form .list .item {
      width: 50%;
      padding: 0 5px;
    }

  .box-cmn-romancecar-form .box-form-02 {
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 12px;
    padding: 0 10px 8px 13px;
    border-bottom: 1px #ddd solid;
  }
    .box-cmn-romancecar-form .box-form-02 .col {}
      .box-cmn-romancecar-form .box-form-02 dl {
        display: -ms-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
      }
        .box-cmn-romancecar-form .box-form-02 dl dt {
          position: relative;
          margin-right: 17px;
          font-family: 'Oswald', sans-serif;
          font-size: 14px;
          font-weight: 300;
          letter-spacing: 0.055em;
          line-height: 1.2;
        }
          .box-cmn-romancecar-form .box-form-02 dl dt span {
            display: block;
            font-size: 12px;
          }
        .box-cmn-romancecar-form .box-form-02 dl dd {
          width: 60px;
        }
  .box-cmn-romancecar-form .button {
    margin: 0 10px;
  }

@media screen and (max-width: 768px) {
.box-cmn-romancecar-form {
  height: auto;
  padding: 0px;
  border: none;
}
  .box-cmn-romancecar-form .box-title {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 6px;
    border-bottom: 1px #ddd solid;
  }
    .box-cmn-romancecar-form .box-title .logo-romancecar {
      display: none;
    }
    .box-cmn-romancecar-form .box-title .txt-romancecar {
      font-size: 10px;
      text-align: center;
      letter-spacing: 0.04em;
    }
  .box-cmn-romancecar-form .box-form-01 {
    margin: 0 0 11px 4px;
  }
    .box-cmn-romancecar-form .box-form-01 dt {
      flex: 0 0 25.1%;
      margin-bottom: 3px;
      font-size: 12px;
      letter-spacing: 0.055em;
    }
      .box-cmn-romancecar-form .box-form-01 dt.icon {
		  position: relative;
	  }
/*      .box-cmn-romancecar-form .box-form-01 dt.icon:after {
        bottom: -26px;
	      left: 14px;
        width: 18px;
        height: 23px;
        background-size: 18px 23px;
      }*/
      .box-cmn-romancecar-form .box-form-01 dt.icon a {
		  display: block;
		  position: absolute;
          bottom: -26px;
	      left: 14px;
	  }
      .box-cmn-romancecar-form .box-form-01 dt.icon img {
		  width: 18px;
		  height: 23px;
	  }
    .box-cmn-romancecar-form .box-form-01 dd {
      width: 100%;
    }
        .box-cmn-romancecar-form .box-form-01 dd .col {
          flex: 0 0 28.8%;
          margin-left: 15px;
        }
		.box-cmn-romancecar-form .box-calendar .form-cmn-select-02 {
          width: 63%;
          margin-left: 0;
		  float: right;
		  border: none;
        }
		.box-cmn-romancecar-form .box-calendar .form-cmn-select-02 input {
		  width: 100%;
		  border: solid 1px #ddd;
		  -webkit-border-radius: 2px;
		  -moz-border-radius: 2px;
		  border-radius: 2px;
		}

  .box-cmn-romancecar-form .list {
    margin-bottom: 8px;
    padding: 9px 0 10px;
  }
    .box-cmn-romancecar-form .list .item {
      padding: 0;
    }
      .box-cmn-romancecar-form .list .item:first-child {
        padding-right: 8px;
      }
      .box-cmn-romancecar-form .list .item:last-child {
        padding-left: 7px;
      }

  .box-cmn-romancecar-form .box-form-02 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 15px;
    padding: 0 5px 12px;
  }
    .box-cmn-romancecar-form .box-form-02 .col {
      margin-right: 23px;
    }
      .box-cmn-romancecar-form .box-form-02 .col:last-child {
        margin-right: 0;
      }
      .box-cmn-romancecar-form .box-form-02 dl {}
        .box-cmn-romancecar-form .box-form-02 dl dt {
          margin-right: 9px;
          font-size: 10px;
        }
          .box-cmn-romancecar-form .box-form-02 dl dt span {
            font-size: 10px;
          }
        .box-cmn-romancecar-form .box-form-02 dl dd {
          width: 60px;
        }
  .box-cmn-romancecar-form .button {
    margin: 0;
  }
}

/* box-trip-01
---------------------------------------------------------- */
.box-trip-01{
  background:#9fc5d8 url(/wordpress/wp-content/themes/odakyu/common/img/sightseeing/bg_trip_reservation_01.jpg) right top no-repeat;
}
@media screen and (max-width: 768px) {
  .box-trip-01{
    padding: 0 15px;
    background-size: 375px 135px;
  }
}
.box-trip-01 .inner{
  width: 1080px;
  margin: 60px auto;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .box-trip-01 .inner{
    width: 100%;
    margin: 45px auto;
    padding-bottom: 30px;
  }
}
/* ttl-trip-01
---------------------------------------------------------- */
.ttl-trip-01{
  font-size: 40px;
  padding: 60px 0 47px;
  letter-spacing: 0.045em;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ttl-trip-01{
    font-size: 20px;
    padding: 23px 0 33px;;
    line-height: 1.2;
    letter-spacing: 0.045em;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    text-align: center;
  }
}
.ttl-trip-01 span{
  font-weight: 300;
}
.txt-trip-01{
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .txt-trip-01{
    font-size: 10px;
    line-height: 1.2;
  }
}
/* box-tab-description-01
---------------------------------------------------------- */
.box-tab-description-01 {
  display: none;
  padding: 40px 60px 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .box-tab-description-01{
    padding: 20px 15px 0;
  }
  .box-tab-description-01 .image img {
    width: 100%;
  }
}
/* box-tap-trip-01
---------------------------------------------------------- */
.box-tap-trip-01{
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
}
.box-tap-trip-01 .nav-tab-01 {
  position: relative;
  /* margin-bottom: -1px; */
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
  width: 520px;
  height: 60px;
  padding-top: 14px;
  display: block;
  background: #007ac2;
  color: #fff;
  text-align: center;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  z-index: 2;
}
  .box-tap-trip-01 .nav-tab-01:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px #007ac2 solid;
  }
  .box-tap-trip-01 .nav-tab-01:hover,
  .box-tap-trip-01 .nav-tab-01:focus {
    text-decoration: none;
  }
    .box-tap-trip-01 .nav-tab-01:hover {
      opacity: 0.7;
    }
@media screen and (max-width: 768px) {
  .box-tap-trip-01 .nav-tab-01{
    width: 47.83%;
    font-size: 12px;
    padding-top: 5px;
    height: 30px;
  }
}
.box-tap-trip-01 .nav-tab-01.is-active{
  background: #fff;
  color: #333333;
}
  .box-tap-trip-01 .nav-tab-01.is-active:after { border-bottom: 1px #fff solid;}
    .box-tap-trip-01 .nav-tab-01.is-active:hover {
      opacity: 1;
    }
/* ttl-trip-02
---------------------------------------------------------- */
.ttl-trip-02{
  font-size: 24px;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  color: #333333;
  margin: 3px 0 13px;
}
@media screen and (max-width: 768px) {
  .ttl-trip-02{
    font-size: 12px;
    margin: 1px 0 3px;
  }
}
/* txt-trip-02
---------------------------------------------------------- */
.txt-trip-02{
  font-size: 14px;
  color: #666666;
}
/* list-trip-01
---------------------------------------------------------- */
.list-trip-01{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
          justify-content: space-between;
}
  .list-trip-01 .item{
    width: 460px;
  }
  @media screen and (max-width: 768px) {
    .list-trip-01 .item{
      width: 50%;
    }
    .list-trip-01 .item:nth-child(odd){
      padding-right: 7px;
    }
    .list-trip-01 .item:nth-child(even){
      padding-left: 7px;
    }
  }
  .list-trip-01 .link{
    display: block;
  }
  .list-trip-01 .link:hover{
    text-decoration: none;
  }
  .list-trip-01 .detail{
    border: 1px solid #dddddd;
    border-top: 0;
    padding: 20px 30px 29px;
    margin-bottom: 40px;
    position: relative;
  }
  .list-trip-01 .box-price {
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 340px;
    margin: 12px auto 0;
    padding: 3px 0px;
    background-color: #9c7d00;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    letter-spacing: 0.05em;
  }
    .list-trip-01 .box-price .text {
      padding: 0 11px;
    }
    
  @media screen and (max-width: 768px) {
    .list-trip-01 .detail{
      padding: 10px 10px 19px;
      margin-bottom: 16px;
    }
    .list-trip-01 .box-price {
      display: block;
      width: 100%;
      margin: 8px auto 0;
      padding: 3px 0px;
      letter-spacing: 0.05em;
      font-size: 10px;
      text-align: center;
      line-height: 1.2;
    }
      .list-trip-01 .box-price .text {
        padding: 0;
      }
  }
    .list-trip-01 .detail::after{
      width: 16px;
      height: 16px;
      position: absolute;
      right: 10px;
      bottom: 10px;
      content: '';
      background: url(/wordpress/wp-content/themes/odakyu/common/img/sightseeing/ico_window_01.png) no-repeat;
    }
    @media screen and (max-width: 768px) {
      .list-trip-01 .detail::after{
        width: 8px;
        height: 8px;
        right: 5px;
        bottom: 5px;
        content: '';
        background-size: 8px;
      }
    }
/* btn-link-01
---------------------------------------------------------- */
.btn-link-01{
  background: #fff;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .btn-link-01{
    padding: 4px 60px 20px;
  }
}
  .btn-link-01 .link{
    display: inline-block;
    width: 450px;
    height: 60px;
    background: #004ea2 url(/wordpress/wp-content/themes/odakyu/common/img/ico_new_windows_02.png) right 20px center no-repeat;
    background-size: 16px;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    padding-top: 14px;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
  }
    .btn-link-01 .link:hover,
    .btn-link-01 .link:focus {
      text-decoration: none;
    }
  .btn-link-01 .no-icn{
	  background-image: none;
  }
  @media screen and (max-width: 768px) {
    .btn-link-01 .link{
      width: 100%;
      height: 30px;
      font-size: 12px;
      padding-top: 5px;
      background: #004ea2 url(/wordpress/wp-content/themes/odakyu/common/img/ico_new_windows_02.png) right 10px center no-repeat;
      background-size: 8px;
      border-radius: 3px;
    }
  }
  .btn-link-01 .link:hover{ text-decoration: none; }
/* box-instagram-01
---------------------------------------------------------- */
.box-instagram-01{
  background: #fff;
}
  .box-instagram-01 .inner{
    width: 1080px;
    margin: 100px auto 37px;
  }
  @media screen and (max-width: 768px) {
    .box-instagram-01 .inner{
      width: 100%;
      margin: 67px auto 70px;
      padding: 0 15px;
    }
      .box-instagram-01 .inner img{
        width: 100%;
      }
      .box-instagram-01 .image{
        width: 50px;
        height: 50px;
      }

  }
  .box-instagram-01 .link{
    display: inline-block;
    margin-top: 45px;
  }
  .box-instagram-01 .ttl-sightseeing-01{ margin-bottom: 59px; }
  @media screen and (max-width: 768px) {
    .box-instagram-01 .link{
      margin-top: 15px;
    }
    .box-instagram-01 .ttl-sightseeing-01{ margin-bottom: 28px; }
  }
/* txt-instagram-01
---------------------------------------------------------- */
.txt-instagram-01{
  font-size: 18px;
  font-weight: 300;
  font-family: 'Oswald', sans-serif;
  padding: 52px 0 40px;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .txt-instagram-01{
    font-size: 12px;
    padding: 15px 0 11px;
    line-height: 1.7;
  }
}

/* box-discount-wrap
---------------------------------------------------------- */

.box-discount-wrap {
  width: 1080px;
  margin: 60px auto 0;
}
  .box-discount-wrap::before,
  .box-discount-wrap::after {
  content: '';
  display: table;
  }
  .box-discount-wrap::after {
    clear: both;
  }
  .box-discount-wrap .box-ttl-group {
    margin-bottom: 50px;
  }
  .box-discount-wrap .notice-link {
    padding: 10px 0 15px;
    color: #df3232;
  }
  .box-discount-wrap .notice-link a,
  .box-discount-wrap .notice-link a:link,
  .box-discount-wrap .notice-link a:visited,
  .box-discount-wrap .notice-link a:hover,
  .box-discount-wrap .notice-link a:active {
    color: #df3232;
    text-decoration: underline;
  }
@media only screen and (max-width: 768px) {
  .box-discount-wrap .notice-link {
	font-size: 13px;
}
}
.box-discount {
  background-color: #f9f6ee;
  border: 1px solid #ddd;
  border-left: 10px solid #ffd301;
  position: relative;
}
  .box-discount.recommend::before {
    content: '';
    position: absolute;
    top: -16px;
    left: -10px;
    width: 150px;
    height: 40px;
    background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_recommended_pc.png);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 90;
  }
  .box-discount::before,
  .box-discount::after {
    content: '';
    display: table;
  }
  .box-discount::after {
    clear: both;
  }
  .box-discount:not(:last-child) {
    margin-bottom: 50px;
  }
  .box-discount a {
    display: -ms-flex;
    display: flex;
  }
    .box-discount a:hover,
    .box-discount a:focus { text-decoration: none;}
  .box-discount .contents {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: calc(100% - 445px);
    padding: 22px 60px 40px;
    position: relative;
  }
    .box-discount .panel-heading {
      padding:  0 0 10px;
      margin-bottom: 20px;
      font-size: 14px;
      position: relative;
    }
      .box-discount .panel-heading::after {
        content: '';
        position: absolute;
        background-image: url('/wordpress/wp-content/themes/odakyu/common/img/bg_line_dot_yellow.png');
        background-repeat: repeat-x;
        left: 0;
        right: 0;
        bottom: -3px;
        height: 3px;
      }
      .box-discount .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;
        position: absolute;
        top: -34px;
        right: 500px;
        z-index: 90;
      }
        .box-discount .box-range .box-range-in {
          display: table-cell;
          vertical-align: middle;
        }
          .box-discount .box-range .box-range-in span {
            color: #fff;
            font-family: 'Oswald', sans-serif;
            font-weight: normal;
            line-height: 1.25;
            display: block;
          }
          .box-discount .box-range .box-range-in .txt-num {
            font-size: 36px;
          }
          .box-discount .box-range .box-range-in .txt-day {
            font-size: 16px;
            color: #333;
          }
    .box-discount .contents .ttl-discount {
      font-size: 50px;
      font-family: 'Oswald', sans-serif;
      font-weight: 300;
      color: #9c7d00;
      margin: 10px 0;
      /* letter-spacing: 1px; */
      letter-spacing: -1px;
      padding-right: 100px;
      line-height: 1.2;
    }
      .box-discount .contents .ttl-discount .txt-bolder {
        font-weight: normal;
      }
  .box-discount .box-info {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
  }
    .box-discount .box-info::before,
    .box-discount .box-info::after,
    .box-discount .box-price::before,
    .box-discount .box-price::after {
      content: '';
      display: table;
    }
    .box-discount .box-info::after,
    .box-discount .box-price::after {
      clear: both;
    }
    .box-discount .box-info .txt-info {
      font-size: 18px;
      font-weight: 300;
      font-family: 'Oswald', sans-serif;
      letter-spacing: 0.5px;
      color: #333;
      float: left;
    }
    .box-discount .box-info .txt-price-promotion {
      min-width: 150px;
      font-size: 16px;
      font-family: 'Oswald', sans-serif;
      text-align: center;
      letter-spacing: 0.5px;
      line-height: 30px;
      color: #9c7d00;
      border: 1px solid #9c7d00;
      border-radius: 3px;
      margin-top: -2px;
      float: right;
    }
    .box-discount .list-price {
      margin: 0 -6px;
      padding: 0;
      overflow: hidden;
    }
      .box-discount .list-price li {
        width: 50%;
        padding: 0 6px;
        float: left;
      }
        .box-discount .list-price li p,
        .box-discount .list-price li a {
          color: #fff;
          font-family: 'Oswald', sans-serif;
          line-height: 38px;
          padding: 0 24px;
          background-color: #9c7d00;
          border: 1px solid #9c7d00;
          border-radius: 5px;
          overflow: hidden;
        }
        .box-discount .list-price li:last-child p,
        .box-discount .list-price li:last-child a {
          color: #9c7d00;
          padding: 0 20px;
          background-color: #fff;
          border: 1px solid #9c7d00;
        }
        .box-discount .list-price li .txt-type {
          font-size: 16px;
          font-weight: 300;
          float: left;
        }
        .box-discount .list-price li .txt-price {
          font-size: 20px;
          font-weight: normal;
          letter-spacing: 1px;
          float: right;
        }
  .box-discount .image {
    overflow: hidden;
    max-width: 445px;
    width: 100%;
    position: relative;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
    .box-discount .image img {
      position: relative;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: auto;
      height: 100%;
    }

.box-discount.type-02 {
  background-color: #fafafa;
  border-left: 10px solid #65c0fd;
}
  .box-discount.type-02 .panel-heading::after {
    background-image: url('/wordpress/wp-content/themes/odakyu/common/img/bg_line_dot_blue.png');
  }
    .box-discount.type-02 .box-range {
      background-color: #ef5972;
    }
  .box-discount.type-02 .contents .ttl-discount {
    color: #3c7194;
  }
  .box-discount.type-02  .box-info .txt-price-promotion {
    color: #3c7194;
    border: 1px solid #3c7194;
  }
  .box-discount.type-02  .list-price li p,
  .box-discount.type-02  .list-price li a {
    background-color: #3c7194;
    border: 1px solid #3c7194;
  }
  .box-discount.type-02 .list-price li:last-child p,
  .box-discount.type-02 .list-price li:last-child a {
    border: 1px solid #3c7194;
    background-color: #fff;
    color: #3c7194;
  }
.box-discount.type-03 {
  background-color: #fbfff9;
  border-left: 10px solid #73c354;
}
  .box-discount.type-03 .panel-heading::after {
    background-image: url('/wordpress/wp-content/themes/odakyu/common/img/bg_line_dot_brown.png');
  }
    .box-discount.type-03 .box-range {
      background-color: #73c354;
    }
  .box-discount.type-03 .contents .ttl-discount {
    color: #3f7928;
    line-height: 1.2;
    margin: 10px 0;
  }
  .box-discount.type-03  .box-info .txt-price-promotion {
    color: #3c7194;
    border: 1px solid #3c7194;
  }
  .box-discount.type-03  .list-price li p,
  .box-discount.type-03  .list-price li a {
    background-color: #3f7928;
    border: 1px solid #3f7928;
  }
  .box-discount.type-03 .list-price li:last-child p,
  .box-discount.type-03 .list-price li:last-child a {
    color: #3f7928;
    border: 1px solid #3f7928;
    background-color: #fff;
  }
.box-discount.type-04 {
  background-color: #faffff;
  border-left: 10px solid #1c9693;
}
  .box-discount.type-04 .panel-heading::after {
    background-image: url('/wordpress/wp-content/themes/odakyu/common/img/bg_line_dot_brown.png');
  }
    .box-discount.type-04 .box-range {
      background-color: #1c9693;
    }
  .box-discount.type-04 .contents .ttl-discount {
    color: #1e8680;
    line-height: 1.2;
    margin: 10px 0;
  }
  .box-discount.type-04  .box-info .txt-price-promotion {
    color: #1e8680;
    border: 1px solid #1e8680;
  }
  .box-discount.type-04  .list-price li p,
  .box-discount.type-04  .list-price li a {
    background-color: #1e8680;
    border: 1px solid #1e8680;
  }
  .box-discount.type-04 .list-price li:last-child p,
  .box-discount.type-04 .list-price li:last-child a {
    color: #1e8680;
    border: 1px solid #1e8680;
    background-color: #fff;
  }
.box-discount.type-05 {
  background-color: #fafafa;
  border-left: 10px solid #e396ba;
}
  .box-discount.type-05 .panel-heading::after {
    background-image: url('/wordpress/wp-content/themes/odakyu/common/img/bg_line_dot_brown.png');
  }
    .box-discount.type-05 .box-range {
      background-color: #1c9693;
    }
  .box-discount.type-05 .contents .ttl-discount {
    color: #bc447c;
    line-height: 1.2;
    margin: 10px 0;
  }
  .box-discount.type-05 .box-info .txt-price-promotion {
    color: #bc447c;
    border: 1px solid #bc447c;
  }
  .box-discount.type-05 .list-price li p,
  .box-discount.type-05 .list-price li a {
    background-color: #bc447c;
    border: 1px solid #bc447c;
  }
  .box-discount.type-05 .list-price li:last-child p,
  .box-discount.type-05 .list-price li:last-child a {
    color: #bc447c;
    border: 1px solid #bc447c;
    background-color: #fff;
  }

@media only screen and (max-width: 768px) {
  .box-discount-wrap {
    width: 100%;
    margin: 0;
    padding: 0 15px;
  }
    .box-discount {
      border: 1px solid #ddd;
      border-top: 5px solid #ffd301;
      background-color: #fff !important;
    }
      .box-discount.recommend::before {
        left: 0;
        width: 90px;
        height: 24px;
        background-size: 100%;
      }
    .box-discount a {
      display: block;
    }
    .box-discount .image {
      float: none;
    }
    .box-discount .contents {
      width: 100%;
      padding: 0;
      float: none;
    }
    .box-discount .panel-heading {
      font-size: 10px;
      line-height: 1.2;
      padding: 15px;
      border: none !important;
      margin-bottom: 0;
    }
      .box-discount .panel-heading::after {
        left: 15px;
        right: 15px;
      }
      .box-discount .box-range {
        width: 80px;
        height: 80px;
        border-radius: 40px;
        right: 15px;
      }
        .box-discount .box-range .box-range-in .txt-num {
          font-size: 28px;
        }
        .box-discount .box-range .box-range-in .txt-day {
          font-size: 14px;
        }
    .box-discount .contents .ttl-discount {
      font-size: 25px;
      line-height: 1;
      padding-bottom: 10px;
      margin-top: 0;
      margin-bottom: 10px;
      padding-right: 0;
    }
    .box-discount .contents .ttl-discount .ttl-image {
	  width: 80%;
	}
  .box-discount .box-info {
    width: 100%;
    padding: 20px 15px 10px;
    margin-bottom: 0;
  }
    .box-discount .box-info .txt-info {
      width: 60%;
      font-size: 12px;
    }
    .box-discount .box-info .txt-price-promotion {
      min-width: auto;
      width: 40%;
      line-height: 20px;
      padding: 2px 10px;
      font-size: 12px;
    }
      .box-discount .list-price {
        padding: 0 15px;
        margin-bottom: 10px;
      }
      .box-discount .list-price li p,
      .box-discount .list-price li a {
        line-height: 30px;
        border-radius: 3px;
      }
      .box-discount .list-price li .txt-type {
        font-size: 14px;
      }
      .box-discount .list-price li .txt-price {
        font-size: 13px;
      }
    .box-discount.type-02 {
      border: 1px solid #ddd;
      border-top: 5px solid #65c0fd;
    }
    .box-discount.type-03 {
      border: 1px solid #ddd;
      border-top: 5px solid #73c354;
    }
    .box-discount.type-04 {
      border: 1px solid #ddd;
      border-top: 5px solid #1c9693;
    }
    .box-discount.type-05 {
      border: 1px solid #ddd;
      border-top: 5px solid #e396ba;
    }
    .box-discount-slider {
      padding: 20px 15px;
    }
  .box-discount .image {
    max-width: 100%;
  }
    .box-discount .image img {
      position: relative;
      top: 0;
      left: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      width: 100%;
      height: auto;
    }
}

/* box-transport-wrap
---------------------------------------------------------- */
.box-transport-wrap {
  margin-bottom: 190px;
  position: relative;
}
  .box-transport-wrap-in:not(:last-child) {
    margin-bottom: 60px;
  }
  .box-transport-wrap-in > .ttl-title {
    font-size: 26px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-weight: 500;
    padding: 6px 15px 10px;
    border: 10px solid #ddd;
  }
  .box-transport-wrap-in .box-transport {
    padding: 0 60px;
    margin-bottom: 40px;
    position: relative;
  }
  .box-transport-wrap-in .box-transport:before,
  .box-transport-wrap-in .box-transport:after {
    content: "";
    display: table;
  }
  .box-transport-wrap-in .box-transport:after {
    clear: both;
  }
    .box-transport-wrap-in .box-transport:last-child {
      margin-bottom: 0;
    }
    .box-transport-wrap-in .box-transport .ttl-cmn-01 {
      margin-top: 20px;
    }
    .box-transport-wrap-in .box-transport .ttl-trans {
      font-size: 26px;
      font-family: 'Oswald', sans-serif;
      text-align: center;
      line-height: 85px;
      border-bottom: 5px solid #666;
      position: relative;
    }
      .box-transport-wrap-in .box-transport .ttl-trans .icon-airplane {
        width: 30px;
        height: 30px;
        background-image: url('/wordpress/wp-content/themes/odakyu/common/img/getting-around/icon_airplane_02.png');
        background-size: 30px 30px;
        background-repeat: no-repeat;
        margin-right: 12px;
        margin-bottom: -5px;
        display: inline-block;
      }
      .box-transport-wrap-in .box-transport .ttl-trans .icon-train {
        width: 22px;
        height: 30px;
        background-image: url('/wordpress/wp-content/themes/odakyu/common/img/getting-around/icon_train_01.png');
        background-size: 22px 30px;
        background-repeat: no-repeat;
        margin-right: 12px;
        margin-bottom: -5px;
        display: inline-block;
      }
      .box-transport-wrap-in .box-transport .ttl-trans .icon-bus {
        width: 27px;
        height: 30px;
        background-image: url('/wordpress/wp-content/themes/odakyu/common/img/getting-around/icon_bus_01.png');
        background-size: 27px 30px;
        background-repeat: no-repeat;
        margin-right: 12px;
        margin-bottom: -5px;
        display: inline-block;
      }
        .box-transport-wrap-in .box-transport .ttl-trans .icon-bus.right {
          margin-right: 0;
          margin-left: 10px;
        }
      .box-transport-wrap-in .box-transport > .box-ttl-group {
        position: relative;
      }
        .box-transport-wrap-in .box-transport .btn-timetables {
          font-size: 14px;
          width: 150px;
          height: 40px;
          line-height: 35px;
          color: #007ac2;
          font-family: 'Oswald', sans-serif;
          border: 1px solid #007ac2;
          border-radius: 3px;
          text-decoration: none;
          padding: 0 30px;
          margin-top: -22px;
          position: absolute;
          top: 50%;
          right: 0;
          transition: all 0.2s ease-in-out;
          -webkit-transition: opacity 0.2s ease 0s;
          transition: opacity 0.2s ease 0s;
          -ms-filter: 'alpha( opacity=100)';
          opacity: 1;
        }
          .box-transport-wrap-in .box-transport .btn-timetables:hover,
          .box-transport-wrap-in .box-transport .btn-timetables:focus {
            -ms-filter: 'alpha( opacity=70)';
            filter: alpha( opacity=70);
            opacity: 0.7;
          }
          .box-transport-wrap-in .box-transport .btn-timetables > .icon-timetable {
            width: 24px;
            height: 24px;
            background-repeat: no-repeat;
            background-image: url('/wordpress/wp-content/themes/odakyu/common/img/ico_calendar_01.png');
            background-position: center center;
            background-size: 24px 24px;
            display: inline-block;
            position: absolute;
            top: 6px;
            right: 8px;
          }
          .box-transport-wrap-in .box-transport .btn-timetables > .icon-timetable.type-02 {
            background-image: url('/wordpress/wp-content/themes/odakyu/common/img/ico_new_windows_01.png');
            width: 16px;
            height: 16px;
            background-size: 16px 16px;
            top: 10px;
          }
    .box-transport-wrap-in .box-transport .box-transport-in {
      background-color: #fafafa;
    }

@media screen and (max-width: 768px) {
.box-transport-wrap {
  margin-bottom: 50px;
  position: relative;
}
  .box-transport-wrap-in:not(:last-child) {
    margin-bottom: 30px;
  }
  .box-transport-wrap-in > .ttl-title {
    font-size: 13px;
    padding: 6px 15px 10px;
    border: 5px solid #ddd;
  }
    .box-transport-wrap-in .box-transport {
      padding: 0;
      margin-bottom: 0;
    }
      .box-transport-wrap-in .box-transport .box-transport-in img {
        width: 100%;
        display: block;
      }
    .box-transport-wrap-in .box-transport .ttl-cmn-01 {
      margin-top: 15px;
    }
      .box-transport-wrap-in .box-transport .ttl-trans {
        font-size: 13px;
        line-height: 50px;
        border-bottom: 2.5px solid #666;
      }
      .box-transport-wrap-in .box-transport .ttl-trans .icon-airplane {
        width: 15px;
        height: 15px;
        background-size: 15px 15px;
        background-repeat: no-repeat;
        margin-right: 6px;
        margin-bottom: -2px;
        display: inline-block;
      }
      .box-transport-wrap-in .box-transport .ttl-trans .icon-train {
        width: 11px;
        height: 15px;
        background-size: 11px 15px;
        background-repeat: no-repeat;
        margin-right: 6px;
        margin-bottom: -2px;
        display: inline-block;
      }
      .box-transport-wrap-in .box-transport .ttl-trans .icon-bus {
        width: 14px;
        height: 15px;
        background-size: 14px 15px;
        margin-right: 6px;
        margin-bottom: -2px;
      }
        .box-transport-wrap-in .box-transport .ttl-trans .icon-bus.right {
          margin-left: 5px;
        }
      .box-transport-wrap-in .box-transport .btn-timetables {
        font-size: 7px;
        width: 75px;
        height: 20px;
        line-height: 18px;
        padding: 0 13px;
        margin-right: 15px;
        margin-top: -10px;
      }
        .box-transport-wrap-in .box-transport .btn-timetables > .icon-timetable {
          width: 12px;
          height: 12px;
          background-size: 12px 12px;
          top: 3px;
          right: 4px;
        }
        .box-transport-wrap-in .box-transport .btn-timetables > .icon-timetable.type-02 {
          width: 8px;
          height: 8px;
          background-size: 8px 8px;
          top: 5px;
        }
}

/* box-ttl-group
---------------------------------------------------------- */

.box-ttl-group {
  width: 100%;
  position: relative;
}

.btn-blank {
  font-size: 14px;
  color: #007ac2;
  font-family: 'Oswald', sans-serif;
  border: 1px solid #007ac2;
  border-radius: 3px;
  text-decoration: none;
  padding: 3px 29px;
  position: absolute;
  top: 5px;
  right: 0;
  transition: all 0.2s ease-in-out;
}
  .btn-blank:hover {
    color: #007ac2;
    text-decoration: none;
    opacity: .7;
  }

@media only screen and (max-width: 768px) {
  .btn-blank {
    font-size: 10px;
    top: -2px;
    right: 0;
    padding: 6px 15px;
  }
}

/* box-transport-01
---------------------------------------------------------- */
.box-transport-wrap {
  width: 1080px;
  margin: 50px auto 0;
}
.box-transport-01 {
  margin-bottom: 0;
}
  .box-transport-01 .image {
    margin: 45px 0 40px;
    text-align: center;
  }
@media screen and (max-width: 768px) {
.box-transport-wrap {
  width: 100%;
  margin-top: 46px;
}
.box-transport-01 {
  margin-bottom: 30px;
}
  .box-transport-01 .image {
    margin: 18px 0 14px;
  }
    .box-transport-01 .image img {
      width: 100%;
    }
}

/* box-cmn-suggested
---------------------------------------------------------- */
.box-cmn-suggested-wrap {
  width: 1080px;
  margin: 0 auto 60px;
}
  .box-cmn-suggested-wrap .ttl-cmn-01 {
    margin-bottom: 50px;
  }
  .box-cmn-suggested {
    background-color: #fff;
  }
    /* box-suggested-large */
    .box-suggested-large {
      display: -ms-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 25px;
      border: #ddd solid;
      border-width: 10px 10px 0 10px;
    }
      .box-suggested-large .image {
        flex: 0 0 400px;
        margin-right: 43px;
      }
        .box-suggested-large .image img {
         width: 100%;
        }
        .box-suggested-large .image a {
          position: relative;
          display: block;
        }
          .box-suggested-large.new .image a:after {
            content: '';
            display: block;
            position: absolute;
            top: -5px;
            left: -5px;
            width: 88px;
            height: 88px;
            background: url(/wordpress/wp-content/themes/odakyu/common/img/ico_ribbon_new_01.png) top center no-repeat;
          }
      .box-suggested-large .box-detail {
        width: 100%;
      }
        .box-suggested-large .box-detail dl {
          margin-bottom: 30px;
        }
          .box-suggested-large .box-detail dl dt {
            margin-bottom: 35px;
            font-family: 'Oswald', sans-serif;
            font-size: 30px;
            font-weight: 500;
            letter-spacing: 0.01em;
            line-height: 1.2;
          }
          .box-suggested-large .box-detail dl dd {
            line-height: 1.5;
          }

    /* list-cmn-suggested */
    .list-cmn-suggested {
      overflow: hidden;
      padding-top: 10px;
      border: #ddd solid;
      border-width: 0 0 0 10px;
    }
      .list-cmn-suggested .item {
        float: left;
        width: 33.3333%;
        margin-top: -10px;
        padding: 20px 24px 15px;
        border: #ddd solid;
        border-width: 10px 10px 10px 0;
      }
        .list-cmn-suggested.col-2 .item {
          width: 50%;
        }
        .list-cmn-suggested .image {
          margin-bottom: 17px;
        }
          .list-cmn-suggested .image a {
            position: relative;
            display: block;
          }
            .list-cmn-suggested .item.new .image a:after {
              content: '';
              display: block;
              position: absolute;
              top: -5px;
              left: -5px;
              width: 88px;
              height: 88px;
              background: url(/wordpress/wp-content/themes/odakyu/common/img/ico_ribbon_new_01.png) top center no-repeat;
            }
          .list-cmn-suggested .image img {
            width: 100%;
          }
        .list-cmn-suggested dl {
          margin-bottom: 17px;
        }
          .list-cmn-suggested dl dt {
            margin-bottom: 20px;
            font-family: 'Oswald', sans-serif;
            font-size: 24px;
            font-weight: 500;
            text-align: center;
            letter-spacing: 0.045em;
            line-height: 1.2;
          }
            .list-cmn-suggested dl dt a {}
          .list-cmn-suggested dl dd {
            margin: 0 15px;
            letter-spacing: 0.02em;
            font-size: 14px;
          }
        /* list-tag */
        .box-cmn-suggested-wrap .list-tag {
          overflow: hidden;
          padding-left: 24px;
          background: url(/wordpress/wp-content/themes/odakyu/common/img/ico_tag_01.png) left top 2px no-repeat;
        }
          .box-cmn-suggested-wrap .list-tag .item-sub {
            float: left;
          }
            .box-cmn-suggested-wrap .list-tag .item-sub .link-tag {
              position: relative;
              font-size: 12px;
              color: #779dbe;
              padding-right: 8px;
              margin-right: 4px;
              letter-spacing: 0.012em;
            }
              .box-cmn-suggested-wrap .list-tag .item-sub:last-child .link-tag {
                margin-right: 0;
                padding-right: 0;
              }
              .box-cmn-suggested-wrap .list-tag .item-sub .link-tag:after {
                content: '/';
                position: absolute;
                top: 0;
                right: 0;
              }
              .box-cmn-suggested-wrap .list-tag .item-sub:last-child .link-tag:after {
                display: none;
              }

@media screen and (max-width: 768px) {
.box-cmn-suggested-wrap {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto 30px;
}
  .box-cmn-suggested-wrap.type-01 {
    padding: 0;
  }
  .box-cmn-suggested-wrap .ttl-cmn-01 {
    margin-bottom: 15px;
  }
  .box-cmn-suggested {}
    /* box-suggested-large */
    .box-suggested-large {
      display: block;
      padding: 15px 15px 12px;
      border-width: 15px;
    }
      .box-suggested-large .image {
        margin: 0 0 10px;
      }
        .box-suggested-large .image img {
          width: 100%;
        }
        .box-suggested-large .image a {}
          .box-suggested-large.new .image a:after {
            top: -3px;
            left: -3px;
            width: 47px;
            height: 47px;
            background-size: 47px;
          }
      .box-suggested-large .box-detail {}
        .box-suggested-large .box-detail dl {
          margin-bottom: 8px;
        }
          .box-suggested-large .box-detail dl dt {
            margin-bottom: 12px;
            font-size: 20px;
            text-align: center;
          }
          .box-suggested-large .box-detail dl dd {
            font-size: 10px;
            line-height: 1.3;
          }

    /* list-cmn-suggested */
    .list-cmn-suggested {
      padding-top: 5px;
      border-width: 0 0 0 5px;
    }
      .list-cmn-suggested .item {
        width: 50%;
        margin-top: -5px;
        padding: 10px;
        border-width: 5px 5px 5px 0;
      }
        .list-cmn-suggested .image {
          margin-bottom: 12px;
        }
          .list-cmn-suggested .image a {}
            .list-cmn-suggested .item.new .image a:after {
              top: -3px;
              left: -3px;
              width: 47px;
              height: 47px;
              background-size: 47px;
            }
        .list-cmn-suggested dl {
          margin-bottom: 8px;
        }
          .list-cmn-suggested dl dt {
            margin-bottom: 10px;
            font-size: 12px;
          }
            .list-cmn-suggested dl dt a {}
          .list-cmn-suggested dl dd {
            margin: 0;
            font-size: 10px;
            line-height: 1.2;
          }

        /* list-tag */
        .box-cmn-suggested-wrap .list-tag {
          padding: 2px 0 2px 20px;
          background-position: 0 0;
          background-size: 15px;
        }
          .box-cmn-suggested-wrap .list-tag .item-sub {
            line-height: 1.2;
          }
            .box-cmn-suggested-wrap .list-tag .item-sub .link-tag {
              display: inherit;
              font-size: 10px;
              padding-right: 8px;
              margin-right: 4px;
            }
}

/* box-features-wrap-pc
---------------------------------------------------------- */
.box-features-wrap-pc {
  position: relative;
  padding-top: 52px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .box-features-wrap-pc {
    padding-top: 20px;
  }
  .box-features-wrap-pc .ttl-sightseeing-01{
    margin: 12px 15px 18px;
  }
}
  .box-features-wrap-pc:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-height: 640px;
    height: 100%;
    background-color: #f7f4f0;
    background-image: -webkit-linear-gradient(top, #f7f4f0, #fff);
    background-image: -moz-linear-gradient(top, #f7f4f0, #fff);
    background-image: -o-linear-gradient(top, #f7f4f0, #fff);
    background-image: -ms-linear-gradient(top, #f7f4f0, #fff);
    background-image: linear-gradient(to bottom, #f7f4f0, #fff);
    z-index: 0;
  }
.box-features-pc {
  position: relative;
  z-index: 3;
  width: 1080px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .box-features-pc {
    width: 100%;
    margin: 0 auto 30px;
  }
}
  /* slider-features */
  .slider-features {
    margin: 0 -10px;
  }
  @media screen and (max-width: 768px) {
    .slider-features {
      margin: 0;
      padding: 0 10px;
    }
    .slider-features::after{
      display: table;
      width: 100%;
      content: '';
    }
  }
    .slider-features .item {
      padding: 0 20px;
    }
    @media screen and (max-width: 768px) {
      .slider-features .item {
        padding: 0;
        width: 50%;
        float: left;

      }
    }
      .slider-features .item .link {
        display: block;
        position: relative;
        padding: 30px 30px 35px;
        background-color: #fff;
      }
      @media screen and (max-width: 768px) {
        .slider-features .item .link {
          padding: 20px 10px;
        }
      }
        .slider-features .item .link.new:before {
          content: '';
          position: absolute;
          top: 25px;
          left: 25px;
          width: 88px;
          height: 88px;
          background: url(/wordpress/wp-content/themes/odakyu/common/img/ico_ribbon_new_01.png) left top no-repeat;
        }
        @media screen and (max-width: 768px) {
          .slider-features .item .link.new:before {
            content: '';
            position: absolute;
            top: 18px;
            left: 7px;
            width: 44px;
            height: 44px;
            background: url(/wordpress/wp-content/themes/odakyu/common/img/ico_ribbon_new_01.png) left top no-repeat;
            background-size: 44px;
          }
        }
        .slider-features .item .link:after {
          content: '';
          display: block;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          width: 100%;
          height: 5px;
          background-image: -ms-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(255,255,255,1) 100%);
          background-image: -moz-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(255,255,255,1) 100%);
          background-image: -o-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(255,255,255,1) 100%);
          background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(243,243,243,1)), color-stop(100, rgba(255,255,255,1)));
          background-image: -webkit-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(255,255,255,1) 100%);
          background-image: linear-gradient(to bottom, rgba(243,243,243,1) 0%, rgba(255,255,255,1) 100%);
        }
        .slider-features .slick-arrow {
          position: absolute;
          top: calc(50% - 35px);
          width: 70px;
          height: 70px;
          background-position: center;
          background-repeat: no-repeat;
          text-indent: 100%;
          white-space: nowrap;
          overflow: hidden;
          z-index: 10;
          outline: none;
          -webkit-transition: all 0.2s ease 0s;
          transition: all 0.2s ease 0s;
        }
        @media screen and (max-width: 768px) {
          .slider-features .slick-arrow {
            width: 35px;
            height: 35px;
            background-size: 35px;
            top: 50%;
            transform: translateY(-50%)
          }
        }
          .slider-features .slick-arrow:hover {
            opacity: 0.7;
          }
          .slider-features .slick-prev {
            left: -60px;
            background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_arrow_slider_prev_01.png);
          }
          .slider-features .slick-next {
            right: -60px;
            background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_arrow_slider_next_01.png);
          }
@media screen and (max-width: 1240px) {
  .slider-features .slick-prev {
    left: -10px;
  }
  .slider-features .slick-next {
    right: -10px;
  }
}
@media screen and (max-width: 768px) {
  .slider-features figure > img{
    width: 100%;
  }
  .slider-features .slick-prev {
    left: 0;
  }
  .slider-features .slick-next {
    right: 0;
  }
}

/* box-cmn-more-infomation
---------------------------------------------------------- */
.box-cmn-more-infomation {
  width: 100%;
  margin-bottom: 60px;
  padding: 50px 0 70px;
  background-image: url('/wordpress/wp-content/themes/odakyu/common/img/getting-around/img_map_01.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
  .box-cmn-more-infomation .inner {
    width: 1080px;
    margin: 0 auto;
    position: relative;
  }
  .box-cmn-more-infomation .ttl-cmn-01 {
    margin-bottom: 30px;
  }
  .box-cmn-more-infomation .list-more-infor {
    margin: 0 -15px;
  }
    .box-cmn-more-infomation .list-more-infor::before,
    .box-cmn-more-infomation .list-more-infor::after {
      content: '';
      display: block;
    }
    .box-cmn-more-infomation .list-more-infor::after {
      clear: both;
    }
    .box-cmn-more-infomation .list-more-infor .item {
      width: 33.33%;
      padding: 0 15px;
      position: relative;
      float: left;
    }
      .box-cmn-more-infomation .list-more-infor .item:after {
        content: '';
        position: absolute;
        right: 25px;
        bottom: 10px;
        width: 16px;
        height: 16px;
        background-color: #fff;
        background-size: 16px;
        background-position: right center;
        background-image: url('/wordpress/wp-content/themes/odakyu/common/img/getting-around/icon_window_02.png');
      }
      .box-cmn-more-infomation .list-more-infor .item.bgN:after {
        display: none;
      }
      .box-cmn-more-infomation .list-more-infor .item a {
        text-decoration: none;
        transition: all .2s ease-in-out;
        display: block;
      }
      .box-cmn-more-infomation .list-more-infor .item a .card {
        background-color: #fff;
        padding: 20px;
        position: relative;
        box-shadow: 0 0 4px rgba(0, 0, 0, .5);
      }
        .box-cmn-more-infomation .list-more-infor .item a .card::before,
        .box-cmn-more-infomation .list-more-infor .item a .card::after {
          content: '';
          display: table;
        }
        .box-cmn-more-infomation .list-more-infor .item a .card::after {
          clear: both;
        }
      .box-cmn-more-infomation .list-more-infor .item a .card-in {
        position: relative;
      }
        .box-cmn-more-infomation .list-more-infor .item a .card-in::before,
        .box-cmn-more-infomation .list-more-infor .item a .card-in::after {
          content: '';
          display: table;
        }
        .box-cmn-more-infomation .list-more-infor .item a .card-in::after {
          clear: both;
        }
      .box-cmn-more-infomation .list-more-infor .image {
        width: 100%;
        position: relative;
      }
        .box-cmn-more-infomation .list-more-infor .image img {
          width: 100%;
          display: block;
        }
      .box-cmn-more-infomation .list-more-infor .item dl {
        margin:  20px 0 0;
        padding: 0 18px;
        overflow: hidden;
        position: relative;
      }
      .box-cmn-more-infomation .list-more-infor .item dt,
      .box-cmn-more-infomation .list-more-infor .item dd {
        letter-spacing: .5px;
      }
      .box-cmn-more-infomation .list-more-infor .item dt {
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 15px;
        font-family: 'Oswald', sans-serif;
        min-height: 47px;
        font-weight: 500;
      }
      .box-cmn-more-infomation .list-more-infor .item dd {
        font-weight: 300;
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 20px;
      }
@media screen and (max-width: 768px) {
.box-cmn-more-infomation {
  background-image: none;
  margin: 0;
  padding: 0;
}
  .box-cmn-more-infomation .inner {
    width: 100%;
    padding: 0 15px;
  }
  .box-cmn-more-infomation .ttl-cmn-01 {
    margin-bottom: 15px;
  }
    .box-cmn-more-infomation .list-more-infor {
      margin: 0;
    }
      .box-cmn-more-infomation .list-more-infor .item {
        width: 100%;
        padding: 0;

        display: block;
        float: none;
        overflow: hidden;
      }
        .box-cmn-more-infomation .list-more-infor .item:after {
          right: 7.5px;
          bottom: 7.5px;
          width: 10px;
          height: 10px;
          background-size: 10px;
        }
      .box-cmn-more-infomation .list-more-infor .item:not(:last-child) {
        margin-bottom: 15px;
      }
      .box-cmn-more-infomation .list-more-infor .item a {
        transition: none;
      }
          .box-cmn-more-infomation .list-more-infor .item a .card {
            padding: 0;
          }
      .box-cmn-more-infomation .list-more-infor .image {
        width: 125px;
        height: 83px;
        float: left;
      }
        .box-cmn-more-infomation .list-more-infor .image::after {
          content: none;
          background-image: none;
        }
      .box-cmn-more-infomation .list-more-infor .item dl {
        width: calc(100% - 125px);
        height: 83px;
        text-align: left;
        border: 1px solid #ccc;
        border-left: none;
        margin: 0;
        padding: 8px 11px;
        overflow-y: scroll;
        float: left;
      }
      .box-cmn-more-infomation .list-more-infor .item dl dt {
        margin-bottom: 5px;
        font-size: 12px;
        min-height: auto;
      }
      .box-cmn-more-infomation .list-more-infor .item dl dd {
        font-size: 9px;
        font-weight: normal;
        line-height: 1.2;
        margin-bottom: 0;
      }
}

/* box-cmn-sightseeing
---------------------------------------------------------- */
.box-cmn-sightseeing {
  width: 100%;
  padding-top: 60px;
  margin-bottom: 60px;
  background-image: url('/wordpress/wp-content/themes/odakyu/common/img/getting-around/img_map_01.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
  .box-cmn-sightseeing .inner {
    width: 1080px;
    margin: 0 auto;
    position: relative;
  }
  .box-cmn-sightseeing .ttl-cmn-01 {
    margin-bottom: 30px;
  }
  .box-cmn-sightseeing .list-more-infor {
    margin: 0 -7.5px;
    overflow: hidden;
  }
    .box-cmn-sightseeing .list-more-infor .item {
      width: 33.33%;
      padding: 0 7.5px;
      position: relative;
      float: left;
    }
      .box-cmn-sightseeing .list-more-infor .item a {
        text-decoration: none;
        transition: all .2s ease-in-out;
        display: block;
      }
        .box-cmn-sightseeing .list-more-infor .item:hover a {
          opacity: .65;
        }
      .box-cmn-sightseeing .list-more-infor .image {
        width: 100%;
        position: relative;
      }
        .box-cmn-sightseeing .list-more-infor .image::after {
          content: '';
          position: absolute;
          right: 10px;
          bottom: 10px;
          width: 16px;
          height: 16px;
          background-size: 16px 16px;
          background-position: center center;
          background-image: url('/wordpress/wp-content/themes/odakyu/common/img/getting-around/icon_window_01.png');
        }
        .box-cmn-sightseeing .list-more-infor .image img {
          width: 100%;
          display: block;
        }
      .box-cmn-sightseeing .list-more-infor .item dl {
        margin:  30px 0;
        text-align: center;
        overflow: hidden;
        position: relative;
      }
      .box-cmn-sightseeing .list-more-infor .item dt,
      .box-cmn-sightseeing .list-more-infor .item dd {
        letter-spacing: .5px;
      }
      .box-cmn-sightseeing .list-more-infor .item dt {
        font-size: 20px;
        margin-bottom: 10px;
        font-family: 'Oswald', sans-serif;
      }
      .box-cmn-sightseeing .list-more-infor .item dd {
        font-weight: 300;
        font-size: 14px;
      }
@media screen and (max-width: 768px) {
.box-cmn-sightseeing {
  padding-top: 0;
  background-image: none;
  margin-bottom: 30px;
}
  .box-cmn-sightseeing .inner {
    width: 100%;
    padding: 0 15px;
  }
    .box-cmn-sightseeing .list-more-infor {
      margin: 0;
    }
      .box-cmn-sightseeing .list-more-infor .item {
        width: 100%;
        padding: 0;
        display: block;
        float: none;
        overflow: hidden;
      }
        .box-cmn-sightseeing .list-more-infor .item:after {
          content: '';
          position: absolute;
          right: 7.5px;
          bottom: 7.5px;
          width: 10px;
          height: 10px;
          background-color: #fff;
          background-size: 10px 10px;
          background-position: center center;
          background-image: url('/wordpress/wp-content/themes/odakyu/common/img/getting-around/icon_window_02.png');
        }
      .box-cmn-sightseeing .list-more-infor .item:not(:last-child) {
        margin-bottom: 15px;
      }
      .box-cmn-sightseeing .list-more-infor .item a {
        transition: none;
      }
        .box-cmn-sightseeing .list-more-infor .item:hover a {
          opacity: 1;
        }
      .box-cmn-sightseeing .list-more-infor .image {
        width: 90px;
        float: left;
      }
        .box-cmn-sightseeing .list-more-infor .image::after {
          content: none;
          background-image: none;
        }
      .box-cmn-sightseeing .list-more-infor .item dl {
        width: calc(100% - 90px);
        height: 90px;
        text-align: left;
        border: 1px solid #ccc;
        border-left: none;
        margin: 0;
        padding: 10px 20px;
        overflow-y: scroll;
        float: left;
      }
      .box-cmn-sightseeing .list-more-infor .item dl dt {
        margin-bottom: 11px;
        font-size: 15px;
      }
      .box-cmn-sightseeing .list-more-infor .item dl dd {
        font-size: 10px;
        font-weight: normal;
        line-height: 1.45;
      }
}

/* ==========================================================
 hero
========================================================== */
/* hero-cmn
---------------------------------------------------------- */
.hero-cmn {
  overflow: hidden;
  margin-top: 60px;
  position: relative;
}
  .hero-cmn .image {  }
    .hero-cmn .image img {
      display: block;
      width: 100%;
    }
  .hero-cmn .box-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
  }
    .hero-cmn .box-title .icon { padding: 14px 0 7px;}
    .hero-cmn .box-title .title {
      color: #fff;
      font-size: 40px;
      font-family: 'Oswald', sans-serif;
      font-weight: lighter;
      letter-spacing: 1.8px;
      padding-top: 30px;
      text-align: center;
    }
      .hero-cmn .box-title .icon + .title {
        font-size: 60px;
        font-weight: 400;
        padding-top: 0;
        letter-spacing: 2.3px;
      }
        .hero-cmn .box-title .title span {
          font-weight: 400;
        }
@media screen and (max-width: 768px) {
  .hero-cmn { margin-top: 45px;}
    .hero-cmn .box-title .icon { display: none;}
    .hero-cmn .box-title .title {
      font-size: 20px;
      letter-spacing: 1px;
      line-height: 1.2;
      padding-top: 0;
    }
      .hero-cmn .box-title .icon + .title { font-size: 25px;}
}

/* hero-cmn-blue
---------------------------------------------------------- */
.hero-cmn-blue {
  overflow: hidden;
  position: relative;
  margin-top: 60px;
  min-width: 1120px;
  height: 300px;
  background-color: #000;
	background-image: -webkit-linear-gradient(right, #16202c, #0c2947 50%, #023262);
	background-image: -moz-linear-gradient(right, #16202c, #0c2947 50%, #023262);
	background-image: -o-linear-gradient(right, #16202c, #0c2947 50%, #023262);
	background-image: -ms-linear-gradient(right, #16202c, #0c2947 50%, #023262);
	background-image: linear-gradient(to left, #16202c, #0c2947 50%, #023262);
}
  .hero-cmn-blue .title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    margin-top: 18px;
    font-family: 'Oswald', sans-serif;
    font-size: 42px;
    font-weight: 300;
    text-align: center;
    color: #fff;
    letter-spacing: 0.04em;
  }

@media screen and (max-width: 768px) {
.hero-cmn-blue {
  margin-top: 45px;
  min-width: inherit;
  height: 87px;
}
  .hero-cmn-blue .title {
    margin-top: 0;
    font-size: 25px;
  }
}

/* hero-cmn-video
---------------------------------------------------------- */
.hero-cmn-video {
  overflow: hidden;
  margin-top: 60px;
  position: relative;
}
  .hero-cmn-video .video {
    position: relative;
    padding-bottom: 53.90%;
    padding-top: 25px;
    height: 0;
  }
    .hero-cmn-video .video iframe {
      border: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  .hero-cmn-video .box-title {
    position: absolute;
    top: 191px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
  }
    .hero-cmn-video .box-title .title {
      color: #fff;
      font-size: 40px;
      font-family: 'Oswald', sans-serif;
      font-weight: 400;
      letter-spacing: 2.3px;
    }
    .hero-cmn-video .box-title .icon { padding: 14px 0 7px;}
      .hero-cmn-video .box-title .icon + .title {
        font-size: 60px;
        font-weight: 400;
        padding-top: 0;
        letter-spacing: 2.3px;
      }
@media screen and (max-width: 768px) {
  .hero-cmn-video { margin-top: 45px;}
    .hero-cmn-video .image {}
      .hero-cmn-video .box-title { top: 42px;}
        .hero-cmn-video .box-title .title {
          font-size: 20px;
          font-weight: lighter;
          letter-spacing: 1px;
        }
        .hero-cmn-video .box-title .icon { display: none;}
      .hero-cmn-video .box-title .icon + .title {
        font-size: 25px;
      }
}


/* ==========================================================
 module
========================================================== */

/* ==========================================================
 title
========================================================== */
/* ttl-cmn-01
---------------------------------------------------------- */
.ttl-cmn-01 {
  position: relative;
  font-size: 26px;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1.3px;
  text-align: center;
}
  .ttl-cmn-01 .txt-bold { font-weight: bold;}
  .ttl-cmn-01 .txt-sub {
    display: block;
    font-size: 20px;
    font-weight: 300;
  }
  .ttl-cmn-01 .button {
    position: absolute;
    top: calc(50% - 14px);
    right: 0;
  }
@media screen and (max-width: 768px) {
  .ttl-cmn-01 {
    font-size: 15px;
    letter-spacing: 0.6px;
  }
    .ttl-cmn-01 .txt-sub {
      font-size: 12px;
    }
}

/* ttl-cmn-02
---------------------------------------------------------- */
.ttl-cmn-02 {
  margin-bottom: 50px;
  padding: 23px 60px 24px;
  background-color: #fafafa;
  border: #ddd solid;
  border-width: 1px 0;
  font-family: 'Oswald', sans-serif;
  font-size: 26px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
.ttl-cmn-02 {
  margin-bottom: 15px;
  padding: 9px 20px 12px;
  font-size: 13px;
  text-align: center;
}
}

/* ttl-cmn-03
---------------------------------------------------------- */
.ttl-cmn-03 {
  margin-bottom: 50px;
  padding: 0 60px 16px;
  border-bottom: 1px #dddbcf solid;
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  letter-spacing: 0.045em;
}

@media screen and (max-width: 768px) {
.ttl-cmn-03 {
  margin: 0 15px 15px;
  padding: 0 0 8px;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.05em;
}

}

/* ttl-cmn-04
---------------------------------------------------------- */
.ttl-cmn-04 {
  margin-bottom: 30px;
  padding: 23px 60px 24px;
  background-color: #fafafa;
  border: #ddd solid;
  border-width: 1px 0;
  font-family: 'Oswald', sans-serif;
  font-size: 26px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
.ttl-cmn-04 {
  margin-bottom: 15px;
  padding: 9px 20px 12px;
  font-size: 13px;
  text-align: center;
}
}

/* ttl-accordian-01
---------------------------------------------------------- */
.ttl-accordian-01 {
  cursor: pointer;
  border-bottom: 1px solid #dddbcf;
  font-size: 26px;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1.2px;
  opacity: 1;
  padding: 20px 40px;
  position: relative;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -ms-filter: 'alpha( opacity=100)';
  text-align: center;
}
  .ttl-accordian-01:hover,
  .ttl-accordian-01:focus {
    -ms-filter: 'alpha( opacity=70)';
    filter: alpha( opacity=70);
    opacity: 0.7;
  }
  .ttl-accordian-01::before,
  .ttl-accordian-01::after {
    position: absolute;
    content: '';
    background-color: #007ac2;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
    .ttl-accordian-01::before {
      top: 40px;
      right: 37px;
      width: 40px;
      height: 3px;
      opacity: 1;
    }
    .ttl-accordian-01::after {
      top: 21px;
      right: 55px;
      width: 3px;
      height: 40px;
    }
    .ttl-accordian-01.is-open::before {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      opacity: 0;
    }
    .ttl-accordian-01.is-open::after {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
    }
@media screen and (max-width: 768px) {
  .ttl-accordian-01 {
    font-size: 15px;
    letter-spacing: 0.3px;
    padding: 11px 0;
  }
    .ttl-accordian-01:hover,
    .ttl-accordian-01:focus {
      -ms-filter: 'alpha( opacity=100)';
      filter: alpha( opacity=100);
      opacity: 1;
    }
    .ttl-accordian-01::before {
      top: 24px;
      right: 14px;
      width: 15px;
      height: 1px;
      opacity: 1;
    }
    .ttl-accordian-01::after {
      top: 17px;
      right: 21px;
      width: 1px;
      height: 15px;
    }
}

/* txt-accordian-02
---------------------------------------------------------- */
.ttl-accordian-02 {
  border-bottom: 5px solid #666;
  font-size: 26px;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1.3px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ttl-accordian-02 {
    border-top: 1px solid #dddad0;
    border-bottom: none;
    font-size: 15px;
    letter-spacing: 0.7px;
    margin-bottom: 0;
    padding: 10px;
    position: relative;
  }
    .ttl-accordian-02:before,
    .ttl-accordian-02:after {
      position: absolute;
      content: '';
      background-color: #007ac2;
      -webkit-transition: all 0.2s ease 0s;
      -o-transition: all 0.2s ease 0s;
      transition: all 0.2s ease 0s;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
    }
      .ttl-accordian-02:before {
        top: 24px;
        right: 16px;
        width: 15px;
        height: 1px;
        opacity: 1;
      }
      .ttl-accordian-02:after {
        top: 16.5px;
        right: 23px;
        width: 1px;
        height: 15px;
      }
    .ttl-accordian-02.is-open:before {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      opacity: 0;
    }
    .ttl-accordian-02.is-open:after {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
    }
}
/* ==========================================================
 text
========================================================== */
/* txt-cmn-01
---------------------------------------------------------- */
.txt-cmn-01 {
  margin: 0 60px 50px;
}
@media screen and (max-width: 768px) {
.txt-cmn-01 {
  font-size: 12px;
  margin: 0 20px 15px;
}
}

/* txt-cmn-02
---------------------------------------------------------- */
.txt-cmn-02 {
  margin: 0 60px 50px 100px;
}
@media screen and (max-width: 768px) {
.txt-cmn-02 {
  font-size: 12px;
  margin: 0 40px 15px;
}
}

/* txt-cmn-03
---------------------------------------------------------- */
.txt-cmn-03 {
  margin: 0 60px 30px;
}

.txt-cmn-03 a {
    display: inline;
    padding: 10px 28px 10px 0;
    background: url(/wordpress/wp-content/themes/odakyu/common/img/ico_new_windows_01.png) right center no-repeat;
    background-size: 20px;
    color: #007ac3;
}

@media screen and (max-width: 768px) {
.txt-cmn-03 {
  font-size: 12px;
  margin: 0 20px 15px;
}
}

/* ==========================================================
 list
========================================================== */
/* list-cmn-01
---------------------------------------------------------- */
.list-cmn-01 {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 -30px -25px;
}
  .list-cmn-01 .item {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 25%;
    padding: 0 0 30px 25px;
  }
    .list-cmn-01 .item .box-video {
      overflow: hidden;
      position: relative;
      z-index: 0;
    }
      .list-cmn-01 .item .box-video:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 61.55%;
      }
    .list-cmn-01 .item .link {
      -webkit-transition: all 0.2s ease 0s;
      transition: all 0.2s ease 0s;
      -ms-filter: 'alpha( opacity=100)';
      opacity: 1;
      display: block;
      overflow: hidden;
    }
      .list-cmn-01.list-video .item .link {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 100;
      }
      .list-cmn-01 .item .link:hover,
      .list-cmn-01 .item .link:focus {
        -ms-filter: 'alpha( opacity=70)';
        filter: alpha( opacity=70);
        opacity: 0.7;
      }
        .list-cmn-01 .item .link .image img { width: 100%;}
      .list-cmn-01 .item .link .video {
        position: relative;
        padding-bottom: 51.55%;
        padding-top: 25px;
        height: 0;
      }
        .list-cmn-01 .item .link .video iframe {
          border: none;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: -1;
        }
@media screen and (max-width: 768px) {
  .list-cmn-01 {
    margin: 0 0 -15px -15px;
    padding: 15px 15px 0;
  }
    .list-cmn-01 .item {
      width: 50%;
      opacity: 0;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      visibility: hidden;
      height: 0;
      padding: 0;
    }
      .list-cmn-01 .item.is-show {
        opacity: 1;
        height: auto;
        visibility: visible;
        padding: 0 0 15px 15px;
      }
  .list-cmn-01.list-video { margin: 0;}
    .list-cmn-01.list-video .item { width: 100%;}
      .list-cmn-01.list-video  .item.is-show { padding: 0;}
      .list-cmn-01 .item .box-video:before { padding-top: 58.85%;}
}

/* list-cmn-order
---------------------------------------------------------- */
.list-cmn-order {
  margin: 0 60px 50px;
  counter-reset: parts;
}
  .list-cmn-order .item {
    position: relative;
    padding-left: 27px;
    counter-increment: parts;
  }
    .list-cmn-order .item:after {
      content: counter(parts)')';
      position: absolute;
      top: 0;
      left: 0;
      font-weight: 300;
      text-align: center;
      color: #333;
    }

@media screen and (max-width: 768px) {
.list-cmn-order {
  margin: 0 20px 15px;
  font-size: 12px;
}
  .list-cmn-order .item {
    padding-left: 20px;
  }
}

/* ==========================================================
 table
========================================================== */
/* table-cmn
---------------------------------------------------------- */
.table-cmn {
}
  .table-cmn th,
  .table-cmn td {
  }
  .table-cmn th {
  }
  .table-cmn td {
  }

/* ==========================================================
 table
========================================================== */
/* table-cmn-01
---------------------------------------------------------- */
.table-cmn-01 {
  border: 1px solid #dddbcf;
  margin-bottom: 60px;
  width: 100%;
}
  .table-cmn-01 tr { border-bottom: 1px solid #dddbcf;}
    .table-cmn-01 tr th {
      color: #fff;
      background-color: #fc8b04;
      border-right: 1px solid #dddbcf;
      font-family: 'Roboto', sans-serif;
      letter-spacing: 0.8px;
      width: 360px;
      text-align: center;
    }
    .table-cmn-01 tr:nth-child(even) th { background-color: #fda236;}
    .table-cmn-01 tr td {
      font-family: 'Roboto', sans-serif;
      letter-spacing: 0.3px;
      padding: 25px 50px;
    }
    .table-cmn-01 tr:nth-child(even) td { background-color: #fff9f2;}
      .table-cmn-01 tr td .txt-tel {
        display: inline-block;
        pointer-events: none;
      }
      .table-cmn-01 tr td .txt-fax { pointer-events: none;}
      .table-cmn-01 tr td .txt-table {
        line-height: 1.9;
        letter-spacing: 0.35px;
        margin-bottom: 30px;
      }
        .table-cmn-01 tr td .txt-table:last-child { margin-bottom: 0;}
        .table-cmn-01 tr td .txt-table strong {
          font-weight: bold;
          display: block;
        }
/* color-blue
---------------------------------------------------------- */
.color-blue .table-cmn-01 tr th { background-color: #004ea1;}
  .color-blue .table-cmn-01 tr:nth-child(even) th { background-color: #3371b4;}
  .color-blue .table-cmn-01 tr:nth-child(even) td { background-color: #e5edf5;}
/* color-green
---------------------------------------------------------- */
.color-green .table-cmn-01 tr th { background-color: #50a203;}
  .color-green .table-cmn-01 tr:nth-child(even) th { background-color: #73b535;}
  .color-green .table-cmn-01 tr:nth-child(even) td { background-color: #f6faf2;}
@media screen and (max-width: 768px) {
  .table-cmn-01 { margin-bottom: 25px;}
      .table-cmn-01 tr th {
        font-size: 12px;
        line-height: 1.4;
        letter-spacing: 0.4px;
        padding: 0 12px;
        width: 115px;
      }
      .table-cmn-01 tr:nth-child(even) th { background-color: #fda236;}
      .table-cmn-01 tr td {
        font-size: 12px;
        letter-spacing: 0.15px;
        padding: 15px;
      }
      .table-cmn-01 tr:nth-child(even) td { background-color: #fff9f2;}
        .table-cmn-01 tr td .txt-tel { pointer-events: auto;}
        .table-cmn-01 tr td .txt-fax { pointer-events: none;}
        .table-cmn-01 tr td .txt-table {
          line-height: 1.7;
          letter-spacing: 0.35px;
          margin-bottom: 20px;
        }
          .table-cmn-01 tr td .txt-table:last-child { margin-bottom: 0;}
          .table-cmn-01 tr td .txt-table strong {
            font-weight: bold;
            display: block;
          }
}
/* ==========================================================
 button
========================================================== */
/* btn-cmn-01
---------------------------------------------------------- */
.btn-cmn-01 {
  display: block;
  min-width: 100px;
	height: 30px;
  line-height: 28px;
  padding: 0 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	border: solid 1px #007ac2;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  color: #007ac2;
  text-align: center;
  letter-spacing: 0.075em;
}
  .btn-cmn-01.type-01 {
    border-color: #fff;
  }
  .btn-cmn-01.type-02 {
    border-color: #fff;
    background-color: transparent;
    font-weight: 300;
    color: #fff;
  }
  .btn-cmn-01:hover {
    text-decoration: none;
  }

@media screen and (max-width: 768px) {
.btn-cmn-01 {
  min-width: 60px;
  font-size: 10px;
  letter-spacing: 0.06em;
}
  .btn-cmn-01.type-01 {
    background-color: #007ac2;
    border: none;
    color: #fff;
    line-height: 30px;
  }
  .btn-cmn-01.type-02 {
    min-width: 80px;
    height: 20px;
    line-height: 18px;
    border-radius: 2px;
  }
}

/* pagetop
---------------------------------------------------------- */
.btn-cmn-pagetop {
  position: absolute;
	top: 50px;
	right: calc(50% - 540px);
  margin-bottom: 0;
	z-index: 1000;
}
  .btn-cmn-pagetop a {
    display: block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    border: solid 1px #007ac2;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    color: #007ac2;
    text-align: left;
    padding-left: 9px;
    letter-spacing: 1px;
  }
    .btn-cmn-pagetop a:hover {
      text-decoration: none;
    }
    .btn-cmn-pagetop a span {
      padding-left: 32px;
      background: url(/wordpress/wp-content/themes/odakyu/common/img/ico_arrow_pagetop.png) left center no-repeat;
    }


@media screen and (max-width: 1120px) {
.btn-cmn-pagetop {
	right: 20px;
}
}

@media screen and (max-width: 768px) {
.btn-cmn-pagetop {
  position: static;
	z-index: 1000;
}
  .btn-cmn-pagetop a {
    display: block;
    width: 100%;
    height: auto;
    line-height: 1.5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    border: solid #007ac2;
    border-width: 1px 0 0;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    color: #007ac2;
    text-align: center;
    padding: 12px 10px;
    letter-spacing: 1px;
  }

}

/* btn-more-01
---------------------------------------------------------- */
.btn-more-01 { display: none;}
@media screen and (max-width: 768px) {
  .btn-more-01 {
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    background-color: #007ac2;
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.8px;
    width: 315px;
    margin: 25px auto 0;
    padding: 10px 0;
    text-align: center;
  }
}
/* ==========================================================
 link
========================================================== */
/* link-cmn
---------------------------------------------------------- */
.link-cmn {
}
/* link-pdf
---------------------------------------------------------- */
.link-pdf {
  color: #007ac2;
  display: inline;
  padding-right: 30px;
  position: relative;
  text-decoration: underline;
}
  .link-pdf:before {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 24px;
    height: 24px;
    background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_pdf_01.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 24px;
  }
  .link-pdf:hover,
  .link-pdf:focus { text-decoration: none;}
@media screen and (max-width: 768px) {
  .link-pdf { padding-right: 20px;}
    .link-pdf:before {
      width: 15px;
      height: 15px;
      background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_pdf_01.png);
      background-position: right bottom;
      background-size: 15px;
    }
}
/* link-blank
---------------------------------------------------------- */
.link-blank {
  display: inline;
  padding-right: 25px;
  position: relative;
  text-decoration: underline;
}
  .link-blank:before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 2px;
    width: 16px;
    height: 16px;
    background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_new_windows_01.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 16px;
  }
@media screen and (max-width: 768px) {
  .link-blank { padding-right: 15px;}
    .link-blank:before {
      width: 10px;
      height: 10px;
      background-size: 10px;
    }
}
/* ==========================================================
 icon
========================================================== */
/* ico-cmn
---------------------------------------------------------- */
.ico-cmn {
}
/* ==========================================================
 figure
========================================================== */
/* fig-cmn
---------------------------------------------------------- */
.fig-cmn {
}
/* ==========================================================
 image
========================================================== */
/* img-cmn-adjust
---------------------------------------------------------- */
.img-cmn-adjust {
}
/* ==========================================================
 form
========================================================== */
/* base Form
---------------------------------------------------------- */
/* type="text" */
input[type="text"] {
}
/* type="checkbox" */
input[type="checkbox"] {
}
/* type="radio" */
input[type="radio"] {
}
/* select */
select {
}
/* textarea */
textarea {
}
/* button */
button {
}
/* class Form
---------------------------------------------------------- */
/* form-cmn-input
---------------------------------------------------------- */
.form-cmn-input {
}
/* form-cmn-check
---------------------------------------------------------- */
.form-cmn-check {
}
/* form-cmn-radio-01
---------------------------------------------------------- */
.box-cmn-radio-01 {
  position: relative;
}
  .box-cmn-radio-01 label {
    display: block;
    padding: 3px 5px 6px 41px;
    background-color: #fafafa;
    border: 1px #ddd solid;
    font-family: 'Oswald', sans-serif;
  }
    .box-cmn-radio-01 label:before {
      content: "";
      display: block;
      width: 20px;
      height: 20px;
      margin-right: 25px;
      position: absolute;
      top: 8px;
      left: 10px;
      background: url(/wordpress/wp-content/themes/odakyu/common/img/ico_radio_default_01.png) center no-repeat;
    }
  .form-cmn-radio-01 { display: none;}
    .form-cmn-radio-01:checked + label {
      background-color: #fff;
      border-color: #004ea2;
    }
      .form-cmn-radio-01:checked + label:before { background: url(/wordpress/wp-content/themes/odakyu/common/img/ico_radio_01_on.png) center no-repeat;}


@media screen and (max-width: 768px) {
.box-cmn-radio-01 {}
  .box-cmn-radio-01 label {
    padding: 3px 5px 4px 19px;
    font-size: 10px;
  }
    .box-cmn-radio-01 label:before {
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      margin-right: 0;
      top: 8px;
      left: 5px;
      background-size: 10px;
    }
  .form-cmn-radio-01 { display: none;}
    .form-cmn-radio-01:checked + label {
      background-color: #fff;
      border-color: #004ea2;
    }
      .form-cmn-radio-01:checked + label:before {
        background-size: 10px;
      }
}

/* form-cmn-radio-02
---------------------------------------------------------- */
.box-cmn-radio-02 {
  position: relative;
}
  .box-cmn-radio-02 label {
    display: block;
    padding: 7px 5px 9px 35px;
    background-color: rgba(255,255,255,0.10);
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.02em;
  }
    .box-cmn-radio-02 label:before {
      content: "";
      display: block;
      width: 15px;
      height: 15px;
      margin-right: 20px;
      position: absolute;
      top: 10px;
      left: 10px;
      background: url(/wordpress/wp-content/themes/odakyu/common/img/ico_radio_default_02.png) center no-repeat;
      background-size: 15px;
    }
  .form-cmn-radio-02 { display: none;}
    .form-cmn-radio-02:checked + label {
      background-color: #ffa200;
    }
      .form-cmn-radio-02:checked + label:before {
        background: url(/wordpress/wp-content/themes/odakyu/common/img/ico_radio_02_on.png) center no-repeat;
        background-size: 15px;
      }


@media screen and (max-width: 768px) {
.box-cmn-radio-02 {}
  .box-cmn-radio-02 label {
    padding: 6px 5px 7px 37px;
    font-size: 14px;
  }
    .box-cmn-radio-02 label:before {
      content: "";
      display: block;
      width: 18px;
      height: 18px;
      margin-right: 0;
      top: 8px;
      left: 9px;
      background-size: 18px;
    }
  .form-cmn-radio-02 { display: none;}
    .form-cmn-radio-02:checked + label {
    }
      .form-cmn-radio-02:checked + label:before {
        background-size: 18px;
      }
}

/* form-cmn-select
---------------------------------------------------------- */
.form-cmn-select {
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 60px;
  margin-right: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #ddd;
  background-image: -webkit-linear-gradient(top, #fff 50%, #fafafa 51%);
  background-image: -moz-linear-gradient(top, #fff 50%, #fafafa 51%);
  background-image: -o-linear-gradient(top, #fff 50%, #fafafa 51%);
  background-image: -ms-linear-gradient(top, #fff 50%, #fafafa 51%);
  background-image: linear-gradient(to bottom, #fff 50%, #fafafa 51%);
  z-index: 1;
}
  .form-cmn-select:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 60px;
    background: url(/wordpress/wp-content/themes/odakyu/common/img/bg_arrow_select_01.png) right center no-repeat;
  }
  .form-cmn-select .text {
    padding-right: 30px;
    font-size: 20px;
    text-align: center;
  }
.form-cmn-select select {
  width: 100%;
  height: 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 30px 0 10px;
  z-index: 2;
  font-size: 16px;
}
.form-cmn-select select::-ms-expand {
  display: none;
}

@media screen and (max-width: 768px) {
.form-cmn-select {
  width: 100%;
  height: 35px;
  margin-bottom: 15px;
  line-height: 35px;
  margin-right: 35px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #ddd;
  background-image: -webkit-linear-gradient(top, #f2f2f2 50%, #ddd 51%);
  background-image: -moz-linear-gradient(top, #f2f2f2 50%, #ddd 51%);
  background-image: -o-linear-gradient(top, #f2f2f2 50%, #ddd 51%);
  background-image: -ms-linear-gradient(top, #f2f2f2 50%, #ddd 51%);
  background-image: linear-gradient(to bottom, #f2f2f2 50%, #ddd 51%);
}
  .form-cmn-select:after {
    width: 18px;
    height: 35px;
    background-size: 18px 35px;
  }
  .form-cmn-select .text {
    padding-right: 18px;
    font-size: 15px;
  }
.form-cmn-select select {
  width: 100%;
  height: 35px;
  padding: 0 18px 0 10px;
}
}

/* form-cmn-select-02 */
.form-cmn-select-02 {
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #ddd;
  border: solid 1px #ddd;
  background-image: -webkit-linear-gradient(top, #fff 50%, #fafafa 51%);
  background-image: -moz-linear-gradient(top, #fff 50%, #fafafa 51%);
  background-image: -o-linear-gradient(top, #fff 50%, #fafafa 51%);
  background-image: -ms-linear-gradient(top, #fff 50%, #fafafa 51%);
  background-image: linear-gradient(to bottom, #fff 50%, #fafafa 51%);
  z-index: 1;
}
  .form-cmn-select-02:after {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    right: -1px;
    width: 20px;
    height: 40px;
    background: url(/wordpress/wp-content/themes/odakyu/common/img/bg_arrow_select_02.png) right center no-repeat;
    background-size: 20px 40px;
  }
  .form-cmn-select-02 .text {
    padding-right: 20px;
    padding-left: 15px;
    font-size: 16px;
  }
  .box-calendar .form-cmn-select-02:after {
	  background: none;
  }
.form-cmn-select-02 select {
  width: 100%;
  height: 38px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px 0 10px;
  z-index: 2;
  font-size: 16px;
}
.form-cmn-select-02 select::-ms-expand {
  display: none;
}
/* gray */
.form-cmn-select-02.gray:after {
  background: url(/wordpress/wp-content/themes/odakyu/common/img/bg_arrow_select_01.png) right center no-repeat;
  background-size: 20px 40px;
}
.form-cmn-select-02.gray .text {
  text-align: center;
  padding-right: 20px;
}
.form-cmn-select-02.gray select {
  padding: 0 30px 0 10px;
}
/* type-01 */
.form-cmn-select-02.type-01:after {
  background: url(/wordpress/wp-content/themes/odakyu/common/img/bg_arrow_select_03.png) right center no-repeat;
  background-size: 20px 40px;
}

@media screen and (max-width: 768px) {
.form-cmn-select-02 {
  width: 100%;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
  .form-cmn-select-02:after {
    width: 15px;
    height: 30px;
    background-size: 15px 30px;
  }
  .form-cmn-select-02 .text {
    padding: 0 15px 0 8px;
    font-size: 15px !important;
    color: #333 !important;
    text-align: left !important;
  }
.form-cmn-select-02 select {
  width: 100%;
  height: 28px;
  padding: 0 15px 0 10px;
}
/* gray */
.form-cmn-select-02.gray {
  height: 35px;
  line-height: 35px;
}
  .form-cmn-select-02.gray:after {
    width: 18px;
    height: 35px;
    background-size: 18px 35px;
  }
.form-cmn-select-02.gray select {
  height: 33px;
}
.form-cmn-select-02.gray .text {
  padding: 0 23px 0 5px;
  text-align: center !important;
}
/* type-01 */
.form-cmn-select-02.type-01:after {
  background-size: 18px 35px;
}
}



/* form-cmn-textarea
---------------------------------------------------------- */
.form-cmn-textarea {
}
/* form-cmn-button
---------------------------------------------------------- */
.form-cmn-button button {
  width: 130px;
  height: 60px;
  line-height: 60px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #007ac2;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
  .form-cmn-button button:hover {
    opacity: 0.7;
  }
  .form-cmn-button button:active span,
  .form-cmn-button button:focus span {
    position: relative;
    top: 0px;
    left: 0px;
  }

/* tpye-01 */
.form-cmn-button.type-01 button {
  width: 100%;
  height: 50px;
  line-height: 50px;
}
/* tpye-02 */
.form-cmn-button.type-02 button {
  width: 450px;
  height: 60px;
  line-height: 60px;
}
/* tpye-03 */
.form-cmn-button.type-03 button {
  width: 100%;
  height: 40px;
  line-height: 40px;
}

@media screen and (max-width: 768px) {
.form-cmn-button button {
  width: 100%;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 18px;
}
  .form-cmn-button button:hover {
    opacity: 1;
  }

/* tpye-01 */
.form-cmn-button.type-01 button {
  height: 45px;
  line-height: 45px;
  font-size: 17px;
}
/* tpye-02 */
.form-cmn-button.type-02 button {
  width: 100%;
  height: 40px;
  line-height: 40px;
}
}
/* ==========================================================
 is
========================================================== */
/* opacity hover
---------------------------------------------------------- */
.is-opacity {
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  -ms-filter: 'alpha( opacity=100)';
  opacity: 1;
}
.is-opacity:hover {
  -ms-filter: 'alpha( opacity=70)';
  filter: alpha( opacity=70);
  opacity: 0.7;
}
.is-opacity:focus {
  -ms-filter: 'alpha( opacity=100)';
  filter: alpha( opacity=100);
  opacity: 1;
}

@media screen and (max-width: 768px) {
.is-opacity:hover,
.is-opacity:focus {
  -ms-filter: 'alpha( opacity=100)';
  filter: alpha( opacity=100);
  opacity: 1.0;
}
}

/* css animation
---------------------------------------------------------- */
.is-animate
{
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* ==========================================================
 style
========================================================== */
.s-fw-n     { font-weight: normal;}
.s-fw-b     { font-weight: bold;}
.s-ta-l     { text-align: left !important;}
.s-ta-c     { text-align: center !important;}
.s-ta-r     { text-align: right !important;}
.s-va-t     { vertical-align: top !important;}
.s-va-m     { vertical-align: middle !important;}
.s-va-b     { vertical-align: bottom !important;}
.s-ov-h     { overflow: hidden;}
.s-clear    { clear: both;}
.s-hide     { display: none;}
.s-txt-hide { text-indent: 100%; white-space: nowrap; overflow: hidden;}
.s-bg-n     { background: none !important;}
.s-mt-00    { margin-top: 0 !important;}
.s-mb-00    { margin-bottom: 0 !important;}
.s-mb-20    { margin-bottom: 20px !important;}
.s-ml-00    { margin-left: 0 !important;}
.s-mr-00    { margin-right: 0 !important;}
.s-pt-00    { padding-top: 0 !important;}
/* ==========================================================
 rwd switch
========================================================== */
/* pc
---------------------------------------------------------- */
.only-pc {}
.only-sp,
.no-pc { display: none !important;}
.no-sp {}
/* sp
---------------------------------------------------------- */
@media screen and (max-width: 768px) {
.only-pc,
.no-sp  { display: none !important;}
.only-sp,
.no-pc     { display: block !important;}
img.only-sp,
img.no-pc  { display: inline-block !important;}
}
/* ==========================================================
 tool
========================================================== */
.atode { padding: 10px; border: 2px solid #8c0000; background-color: #ff4d4d; color: #fff; font-size: 30px; text-align: center;}


@media print {
  .box-quick-links-wrap {
    display: none;
  }
}
