@charset "UTF-8";
/*================================================================
 *FILE          :style.css
 *DESCRIPTION   :resetはressを使用。環境変数とmixinは_mixin.scss内に記述。
                 それぞれfoundationよりインポート。
 *AUTHOR        :
 *--------------------------------------------------------------
 *(C)Mynavi Corporation
=================================================================*/
/* クリアフィックス
-----------------------------------------------------------------*/
/* 色変数
-----------------------------------------------------------------*/
/* ブレークポイント
-----------------------------------------------------------------*/
/* font
-----------------------------------------------------------------*/
@font-face {
  font-family: 'DIN Alternate Bold';
  src: url("../font/DIN Alternate Bold.woff");
  /* IE9 Compat Modes */
  src: url("../font/DIN Alternate Bold.eot?#iefix") format("embedded-opentype"), url("../font/DIN Alternate Bold.woff") format("woff"), url("../font/DIN Alternate Bold.ttf") format("truetype");
  /* Safari, Android, iOS */ }

@font-face {
  font-family: 'DIN Condensed Bold';
  src: url("../font/DIN Condensed Bold.woff");
  /* IE9 Compat Modes */
  src: url("../font/DIN Condensed Bold.eot?#iefix") format("embedded-opentype"), url("../font/DIN Condensed Bold.woff") format("woff"), url("../font/DIN Condensed Bold.ttf") format("truetype");
  /* Safari, Android, iOS */ }

.main {
  position: relative;
  z-index: 900;
  padding: 0 0 100px; }
  @media only screen and (max-width: 767px) {
    .main {
      background-color: #f3f3f3;
      padding: 15px 0 30px; } }
  .main:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url(../images/common/bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media only screen and (max-width: 767px) {
      .main:before {
        display: none; } }

.wrapper {
  position: relative;
  z-index: 100;
  width: 1120px;
  margin: 50px auto 0; }
  @media only screen and (max-width: 767px) {
    .wrapper {
      width: auto;
      margin: 0 15px;
      padding: 25px 0 0; } }

.mapSection {
  padding: 50px 60px;
  background-color: rgba(255, 255, 255, 0.95); }
  @media only screen and (max-width: 767px) {
    .mapSection {
      padding: 25px 0 0; } }

.mapSectionTitle {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1; }
  @media only screen and (max-width: 767px) {
    .mapSectionTitle {
      font-size: 23px;
      margin: 0 0 25px; } }

.mapSectionText {
  font-size: 14px;
  margin: 0 0 60px; }
  @media only screen and (max-width: 767px) {
    .mapSectionText {
      font-size: 12px;
      margin: 0 15px 25px; } }
  .mapSectionText strong {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 30px; }
    @media only screen and (max-width: 767px) {
      .mapSectionText strong {
        font-size: 14px;
        margin: 0 0 20px; } }
  .mapSectionText a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
    margin: 30px 0 0; }
    @media only screen and (max-width: 767px) {
      .mapSectionText a {
        font-size: 14px;
        margin: 20px 0 0; } }

.mapBlock iframe {
  width: 100%;
  height: 355px; }

.trainSection {
  margin: 20px 0 0;
  padding: 50px 60px;
  background-color: rgba(255, 255, 255, 0.95); }
  @media only screen and (max-width: 767px) {
    .trainSection {
      padding: 25px 15px; } }

.trainSectionText {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6; }
  @media only screen and (max-width: 767px) {
    .trainSectionText {
      font-size: 14px; } }
  .trainSectionText small {
    font-size: 14px;
    font-weight: normal; }
    @media only screen and (max-width: 767px) {
      .trainSectionText small {
        font-size: 12px; } }

.trainSectionTitle {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin: 0 0 50px; }
  @media only screen and (max-width: 767px) {
    .trainSectionTitle {
      font-size: 23px;
      margin: 0 0 25px; } }

.trainSectionText-access {
  font-size: 18px;
  font-weight: bold;
  margin: 65px 0 20px; }
  @media only screen and (max-width: 767px) {
    .trainSectionText-access {
      font-size: 14px;
      margin: 20px 0; } }
  .trainSectionText-access small {
    font-size: 14px;
    font-weight: normal;
    padding-left: 20px; }
    @media only screen and (max-width: 767px) {
      .trainSectionText-access small {
        font-size: 12px;
        display: block;
        padding: 0; } }

@media only screen and (max-width: 767px) {
  .train_map img {
    width: 100%; } }

.carSection {
  margin: 20px 0 0;
  padding: 50px 60px;
  background-color: rgba(255, 255, 255, 0.95); }
  @media only screen and (max-width: 767px) {
    .carSection {
      padding: 25px 15px; } }

.carSectionTitle {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin: 0 0 50px; }
  @media only screen and (max-width: 767px) {
    .carSectionTitle {
      font-size: 23px;
      margin: 0 0 20px; } }

.carSectionText {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6; }
  @media only screen and (max-width: 767px) {
    .carSectionText {
      font-size: 14px; } }
  .carSectionText a {
    text-decoration: underline; }
