@charset "utf-8";
/* footer ******************************************************/
#footer {
  width: 768px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  background: #69c0d5;
  font-size: 1.3em;
  color: #fff;
  position: relative;
  z-index: 1;
  padding-bottom: 125px;
}
#footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/common/f-bg.png") no-repeat bottom center;
  background-size: cover;
  z-index: -1;
}
.f-inBox {
  width: 92%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
#f-pageTop {
  position: absolute;
  top: -14%;
  right: -3.5%;
  width: 75px;
  cursor: pointer;
}
.f-logo {
  display: inline-block;
  width: 350px;
  max-width: 50%;
  margin-top: -40%;
}
.f-info {
  width: 100%;
  margin: 18px 0;
}
.f-info span {
  font-size: 1.8em;
  font-weight: bold;
}
.f-info span a {
  color: #fff;
}
.f-infoAddress {
  font-size: 0.9em;
}
.f-linkBox {
  width: 85%;
  box-sizing: border-box;
  margin: 50px auto;
}
.f-linkBox li a {
  display: block;
  margin: 10px 0;
  color: #fff;
  border-bottom: dotted 1px #fff;
  line-height: 1.8;
  padding: 0 10px 10px;
  box-sizing: border-box;
}
.f-snsBox {
  width: 100%;
}
.f-snsBox img {
  width: 300px;
  max-width: 50%;
  margin: 0 auto;
  margin-right: 20%;
}
.f-opTimeAno,
.f-tellAno {
  font-size: 0.8rem;
  margin: 3px 0 14px;
  letter-spacing: -0;
}
/* copy ******************************************************/
#copy {
  text-align: center;
  padding: 25px 0;
  box-sizing: border-box;
}
#copy p {
  font-size: 90%;
  color: #69c0d5;
}
@media screen and (max-width: 468px) {
  /* footer ******************************************************/
  #footer {
    font-size: 1em;
    padding-bottom: 100px;
  }
  #f-pageTop {
    top: 4%;
    right: -3%;
    width: 55px;
  }
  .f-snsBox img {
    margin-right: 18%;
  }
}
