.toppage {
  display: block;
}

/* top */
.header {
  position: absolute;
}

@media screen and (max-width: 767px) {
  .header {
    height: 140px;
  }
}

.header .logotype {
  height: 139px;
}

.header .hamburger-menu {
  height: 139px;
}

.header .header-end {
  border-bottom: none;
}

.header .contact {
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  align-items: center;
  background-color: #000000;
  color: #ffffff;
  padding: 20px 30px;
}

.header .contact > * {
  padding: 5px 10px;
}

.header .contact .fa {
  font-size: 2rem;
  transform: rotate(-30deg);
}

.header .contact .phone {
  font-size: 1.5rem;
  line-height: 2rem;
  border-bottom: solid 1px #ffffff;
}

.header .contact .time {
  font-size: 0.8rem;
}

@media screen and (max-width: 767px) {
  .top {
    background-image: url("../img/common/back.jpg");
    background-repeat: repeat;
  }
}

.top .main {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .top .main {
    margin-top: 0;
    top: 140px;
  }
}

.top .overlayer {
  z-index: 90;
}

.top .information {
  padding-bottom: 140px;
}

@media screen and (max-width: 767px) {
  .top .information {
    padding-bottom: 220px;
  }
}

.top .information img {
  display: block;
  margin: 0 0 0 auto;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .top .information img {
    margin: 0 auto;
    width: 100%;
    max-width: 597px;
  }
}

.top .back-area img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.top .back-area .back-left {
  float: left;
  margin-top: 50px;
  margin-left: -50px;
}

.top .back-area .back-right {
  float: right;
  margin-right: -200px;
}

.top .phone-area {
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  align-items: center;
  background-color: #000000;
  color: #ffffff;
  padding: 30px 0;
}

.top .phone-area .icon {
  text-align: right;
  padding-right: 2%;
}

.top .phone-area .icon .fa {
  font-size: 2rem;
  transform: rotate(-30deg);
}

.top .phone-area .phone {
  font-size: 2rem;
  text-align: right;
  padding-right: 3%;
}

.top .phone-area .time {
  text-align: left;
  padding-left: 3%;
  border-left: solid 1px #b6b6b6;
}

.top .footer {
  margin-top: -60px;
  z-index: 90;
}

@media screen and (max-width: 767px) {
  .top .footer {
    margin-top: 0;
  }
  .top .footer .copyright {
    background-image: url("../img/common/back.jpg");
    background-repeat: repeat;
  }
}
