.timer-top {
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 0;
  padding-top: 10px;
  font-family: "繝｡繧､繝ｪ繧ｪ", "Meiryo", sans-serif;
}



.h,
.d,
.m,
.s {
  display: inline-flex;
  margin-right: 10px;
  margin-left: 10px;
  position: relative;
  padding-bottom: 1.8rem;
  font-size: 2.4rem;
  color: #fff;
  margin-bottom: 0;
  font-weight: 600;
  font-family: "繝｡繧､繝ｪ繧ｪ", "Meiryo", sans-serif;
}
.tanni {
  position: absolute;
  bottom: 0.2rem;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 1.3rem;
  font-weight: normal;
}
.timer-parts {
  margin: auto;
}
.timer {
  background-image: linear-gradient(to top, #ffc107 0%, #ff8b5f 100%);
}

@media (min-width: 1000px) {
  .h,
  .d,
  .m,
  .s {
    font-size: 1.6rem;
    font-weight: normal;

    margin-bottom: 0;
  }
  .timer {
    padding: 20px 10px 2.2rem 10px;
    display: flex;
    align-items: center;
  }
  .timer-parts {
    flex: 1;
  }
  .timer-top {
    font-size: 3rem;
    color: #fff;
    margin-bottom: 0;
    padding-left: 5%;
  }
  .h,
  .d,
  .m,
  .s {
    display: inline-flex;
    margin-right: 5%;
    position: relative;
    margin-bottom: 0;
    font-size: 4rem;
  }
  .tanni {
    font-size: 2rem;
    position: absolute;
    bottom: 0.1rem;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}

.fixed {
  width: 250px;
  height: auto;
  position: fixed;
  top: 100px;
  right: 40px;
  font-size: 24px;
  transition: 0.4s;
}

#top {
  position: relative;
}

.top-image {
  width: 80%;
}

.circle-p {
  position: absolute;
  width: 10%;
  top: 40%;
  right: 6%;
}

.online-p {
  display: none;
}

.contact-p {
  color: red;
  font-size: 1.2em;
}

.f01 a:link,
.f01 a:visited {
  color: #333;
}

.link:link,
.link:visited {
  color: #333;
}

.haikei-content,
.forlum-content {
  display: none;
}

.haikei-h2,
.forlum-h2 {
  cursor: pointer;
  cursor: hand;
}

.plus {
  font-weight: normal;
  color: #dc143c;
}
.contact-red-btn {
  display: inline-block;
  padding: 0 10px;
  background-color: #fb8e01;
  border-radius: 30px;
  height: 60px;
  line-height: 60px;
  width: 220px;
}
.contact-red-btn:link,
.contact-red-btn:visited {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 2px;
  color: #fff;
  margin: 10px auto;
}
.contact-btn {
  margin-bottom: 0;
  display: none;
}
.contact-content p {
  margin-bottom: 0;
}
.blue-paragraph {
  color: #505253;
  font-size: 1.7rem;
  font-weight: bold;
}
.contact-content {
  margin-top: 50px;
  padding: 0 20px;
  background: #d63354;
}
.contact-box {
  padding: 10px;
}
.contact-content h4 {
  padding: 20px 0 10px 0;
  color: #fff;
}
.contact-info {
  background: #fff;
  border: solid #dbdddf 1px;
  width: 80%;
  margin: 10px 10%;
}
@media (min-width: 767px) {
  .phone {
    font-size: 2.5rem;
    font-weight: bold;
  }
  .timer {
    width: 80%;
    margin: 0 auto;
  }
  .contact-content {
    width: 80%;
  }
  .contact-content h4 {
    font-size: 2rem;
  }
  .contact-boxes {
    display: flex;
    align-items: stretch;
  }
  .contact-box {
    padding: 20px;
    display: flex;
    flex-direction: column;
    width: 50%;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .fixed {
    position: static;
    height: 60px;
    line-height: 60px;
    width: 60%;
    position: fixed;
    top: calc(100% - 130px);
    left: 0;
    font-size: 18px;
  }

  .circle-p {
    display: none;
  }

  .online-p {
    display: block;
    width: 80%;
    margin: 0 10%;
    font-size: 18px;
    text-align: center;
    border: 4px solid #f65151;
    color: #f65151;
    font-weight: bold;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.6);
    padding: 10px;
  }

  .top-image {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .yaku {
    font-size: 13px;
  }
  .kigyo {
    font-size: 15px;
    line-height: 1.6;
  }
  .sub {
    font-size: 15px;
  }
  .naiyou {
    font-size: 15px;
    font-weight: normal;
  }
  .phone {
    font-size: 20px;
  }
  .blue-paragraph {
    font-size: 13px;
  }
  .contact-info {
    width: 100%;
    margin: 10px 0%;
    white-space: nowrap;
  }
}
