@charset "UTF-8";
/*-----------------------------------------------------

 English CSS
  [LastUpDate:2017.08.29]

    - Body
    - Header
    - Parts
    - Index
    - Privilege
    - Opening Hours

-----------------------------------------------------*/
/*-----------------------------------------------------

  Body

-----------------------------------------------------*/
body {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

/* Chrome */
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: 0.001dpcm) {
  body {
    font-size: 1.4em;
  }
}




/*-----------------------------------------------------

  Header

-----------------------------------------------------*/
/*-----------------------------------------------------
  Title Area
-----------------------------------------------------*/
#header .title-area {
  width: 360px;
}

#header .title-area h1 {
  width: 270px;
  font-family: 'Oswald';
  font-size: 17.5px;
  font-size: 1.75rem;
}

@media screen and (max-width: 736px) {
  #header .title-area h1 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 375px) {
  #header .title-area h1 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
}




/*-----------------------------------------------------
 Navigation
-----------------------------------------------------*/
#header #menu {
  width: calc(100% - 470px); /*360px + 110px*/
}




/*-----------------------------------------------------

  Parts

-----------------------------------------------------*/
p.notes , ul.notes li {
  padding-left: 0.75em;
  text-indent: -0.75em;
}




/*-----------------------------------------------------

  Index

-----------------------------------------------------*/
/*-----------------------------------------------------
  Main Area
-----------------------------------------------------*/
#home #main-area #tit-area .inner .tit {
  top: 8.81355%;
  left: 3.5%;
  width: 94%;
}

#home #main-area #tit-area .inner .lead {
  top: 43.05084%;
  left: 4.7%;
  width: 92.1%;
  padding-top: 16.06948%;
  background: url(../../img/index_main_lead.png) no-repeat top left;
  background-size: contain;
}

#home #main-area #tit-area .inner .price {
  top: 63.22033%;
  width: 93.2%;
  margin-left: 5.2%;
}

#home #main-area #tit-area .inner .price dt {
  width: 75.32188%;
  margin-top: 1.70940%;
  padding-top: 19.74248%;
  background: url(../../img/index_main_price.png) no-repeat top left;
  background-size: contain;
}

#home #main-area #tit-area .inner .price dd {
  width: 22.63948%;
  padding-top: 17.38197%;
  background: url(../../img/index_main_price_t.png) no-repeat top left;
  background-size: contain;
}

#home #main-area #tit-area .inner .notes {
  width: 41.9%;
  background: url(../../img/index_main_notes.png) no-repeat top right;
  background-size: contain;
}

@media screen and (max-width: 736px) {
  #home #main-area #tit-area .inner .tit {
    top: 9.85915%;
    left: 2.73972%;
    width: 94.52054%;
  }

  #home #main-area #tit-area .inner .lead {
    top: 30.42253%;
    left: 3.83561%;
    width: 91.36986%;
    padding-top: 16.51515%;
    background: url(../../img/sp_index_main_lead.png) no-repeat top left;
    background-size: contain;
  }

  #home #main-area #tit-area .inner .price {
    top: 47.04225%;
    width: 95.61643%;
    margin-left: 1.64383%;
  }

  #home #main-area #tit-area .inner .price dt {
    width: 99.42693%;
    margin-top: 0;
    padding-top: 27.79411%;
    background: url(../../img/sp_index_main_price.png) no-repeat bottom left;
    background-size: contain;
  }

  #home #main-area #tit-area .inner .price dd {
    width: 98.85386%;
    margin: -0.88235% 0 0 1.09589%;
    padding-top: 22.64705%;
    background: url(../../img/sp_index_main_price_t.png) no-repeat top left;
    background-size: contain;
  }

  #home #main-area #tit-area .inner .notes {
    width: 86.57534%;
  }
}


/*-----------------------------------------------------
  Price-area
-----------------------------------------------------*/
#home #price-area .period .validity p {
  font-family: 'Oswald';
}

#home #price-area .period dd p .arrow {
  
}

#home #price-area .price td .yen {
  font-family: 'Oswald';
}

#home #price-area .notes li {
  display: inline;
}

@media screen and (min-width: 960px) {
  #price-area .period dd p {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 736px) {
  #home #price-area .notes li {
    display: block;
  }
}


/*-----------------------------------------------------
  Service-area
-----------------------------------------------------*/
#service-area .train-area .train .timetable-area .ex li {
  display: block;
}


/*-----------------------------------------------------
  Privilege Button
-----------------------------------------------------*/
@media screen and (max-width: 736px) {
  #home .privilege-btn a , #home .privilege-btn a:link , #home .privilege-btn a:visited {
    padding-left: 50px;
    background: url(../../img/index_arrow_privilege.png) no-repeat 10px 50%;
    background-size: 25px 25px;
    line-height: 1.2;
    text-align: left;
  }

  #home .privilege-btn a:hover , #home .privilege-btn a:hover {
    background: url(../../img/index_arrow_privilege_on.png) #ffea00 no-repeat 10px 50%;
    background-size: 25px 25px;
  }


  #home .privilege-btn a span , #home .privilege-btn a:hover span , #home .privilege-btn a:active span {
    padding-left: 0;
    background: none;
  }
}




/*-----------------------------------------------------

  Privilege

-----------------------------------------------------*/
/*-----------------------------------------------------
  Main Area
-----------------------------------------------------*/
#privilege #main-area .text-area dt {
  font-family: 'Oswald';
}




/*-----------------------------------------------------

  Opening Hours

-----------------------------------------------------*/
#opening-hours dd {
  padding-left: 25em;
}