body {
  background-color: #f9f9f9; }

#header2 {
  background-color: #192a63; }

#nav {
  background: -webkit-gradient(linear, left top, left bottom, from(#2bc458), to(#28a745));
  background: linear-gradient(#2bc458, #28a745); }

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%; }

#study-plan {
  background-image: url("../images/blu_stripes.png"); }

#pickup {
  background-color: #45aaf2; }

#pickup2 p {
  font-size: 1rem; }

#price {
  background-image: url("../images/blu_stripes.png"); }
  #price .price-head {
    background-color: #28a745;
    color: white;
    border-radius: 3px; }
  #price #price-count {
    background-color: #28a745; }
  #price #gakunen {
    background-color: #c7ffc0; }

.price-count-small td {
  background-color: #28a745;
  color: white; }
.price-count-small th {
  background-color: #c7ffc0; }
.price-count-small #small-price {
  background: none;
  color: black; }

#one-week {
  background-image: url("../images/blu_stripes.png"); }

#access .map-responsive {
  overflow: hidden;
  padding-bottom: 35%;
  position: relative;
  height: 250px; }
#access .map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute; }

#question {
  background-image: url("../images/blu_stripes.png"); }

#contact h5 {
  background-color: #45aaf2; }

#footer {
  background-color: #45aaf2; }

.rss {
  background-image: url("../images/blu_stripes.png"); }

.contact-link {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 1rem;
  z-index: 999; }

.contact-link a {
  background: #5896ff;
  text-decoration: none;
  color: #fff;
  width: 8rem;
  padding: 1rem;
  text-align: center;
  display: block;
  border-radius: 5px;
  font-size: 0.8rem; }

.contact-link a:hover {
  text-decoration: none;
  background: #8ad5ff; }

.fixed {
  position: fixed; }

label .required {
  color: #f33;
  font-size: 0.8rem;
  margin-left: 0.5rem; }

.form-control::-webkit-input-placeholder {
  color: #aaa; }

.form-control:-ms-input-placeholder {
  color: #aaa; }

.form-control::-ms-input-placeholder {
  color: #aaa; }

.form-control::placeholder {
  color: #aaa; }
