/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 3rem;
  color: #5a5a5a;
  max-width: 800px;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-top: 56px;
  margin-bottom: 2rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  top: 10%;
  padding: 0;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  background-color: #777;
}
.carousel-item > img {
  width: 100%;
  height: 100%;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing.col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-size: 150%;
  font-weight: 600;
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.marketing h3 {
  font-size: 110%;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.marketing h4 {
  font-size: 120%;
  font-weight: 300;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

.marketing.col-lg-6 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing.col-lg-6 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
.marketing.col-lg-6 h3 {
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: -.05rem;
}

.profile-img {
  padding-right: 1rem;
}

/* アクセス */
#access p {
  margin-top:0.25rem;
  margin-bottom:0.25rem;
}

#access h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

/* 駅ナンバリング */
.eki {
  margin: 0.2rem;
  padding: 3px;
  border-radius: 3px;
  color: #fff;
}

.eki.jy {
  background-color: #80c241;
}

.eki.jb {
  background-color: #ffd400;
}

.eki.e {
  background-color: #ce045b;
}

.eki.oh {
  background-color: #2288cc;
}

.eki.f {
  background-color: #9c5e31;
}

/* table */
.link th {
  width: 25%;
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading h2 {
    font-size: 40px;
  }
  .featurette-heading h3 {
    font-size: 30px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
