.top-image-area .top-image {
  display: block;
  margin-bottom: 40px;
}

.top-image-area .top-image img {
  width: 100%;
}

.top-image-area .top-image:last-of-type {
  margin-bottom: 0px;
}
/* -------------------------------- お休みのお知らせ -------------------------------------- */

.top-important-notice {
  text-align: center;
  color: #f00;
  font-weight: bold;
  font-size: 1.2em;
  border: 2px solid #ccc;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 30px;
}

.top-bottom-notice {
  width: 100%;
  border: 1px solid #ff2e2e;
  margin: 20px 0;
  font-size: 16px;
}
.top-bottom-notice th, .top-bottom-notice td {
  vertical-align: middle;
  padding: 20px;
}
.top-bottom-notice th {
  font-weight: normal;
  width: 100px;
  text-align: left;
}

/* --------------------------------- .top-information ---------------------------------------- */

.top-information {
  padding: 20px 0;
  margin-bottom: 20px;
  text-align: center;
}
.top-information p {
 margin: 15px 0; 
}

/* ----------------------------------- .top-banner-area -------------------------------------- */
.top-banner-area {
  overflow: hidden;
}
.top-banner-area span.left {
  display: none;
}
.top-banner-area a {
  width: 48%;
}
.top-banner-area a.center, .top-banner-area a.center img {
  float: left;
}
.top-banner-area a.right, .top-banner-area a.right img {
  float: right;
}
/* ----------------------------------- /.top-banner-area -------------------------------------- */


/* ----------------------- .banner-area -------------------------- */
.banner-area {
  overflow: hidden;
  margin: 20px 0 0;
  text-align: center;
}
.banner-area a {
  width: 30%;
}
.banner-area a.left, .banner-area a.left img {
  float: left;
}
.banner-area a.center {
  display: inline-block;
}
.banner-area a.right, .banner-area a.right img {
  float: right;
}
/* ----------------------------------- /.banner-area ------------------------------ */


@media (max-width: 768px) {
  .top-banner-area {
    text-align: center
  }
  .top-banner-area span, .top-banner-area a {
    width: 30%;
  }
  .top-banner-area a {
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 33%;
  }
  .top-banner-area a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 150%;
    max-height: 100%;
  }
  .top-banner-area span.left {
    display: inline-block;
    float: left;
  }
  .top-banner-area a.center {
    float: none;
    display: inline-block;
  }
}