img {
  vertical-align: bottom;
}

#site_header div,
#site_header p,
#site_header h1,
#site_header h2,
#site_header ul,
#site_header li,
#footer div,
#footer p,
#footer h1,
#footer h2,
#footer ul,
#footer li {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#site_header ul,
#footer ul {
  list-style-type: none;
}

#site_header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background-color: #fff;
}
#site_header .inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
}
#site_header .inner .header_logo {
  max-width: 277px;
  margin-right: auto;
  padding: 10px;
}
#site_header .inner .header_logo img {
  width: 100%;
  vertical-align: middle;
}
#site_header .inner .header_cotact,
#site_header .inner .header_tel {
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  #site_header .inner .header_cotact,
  #site_header .inner .header_tel {
    display: flex;
    flex-basis: 280px;
    width: 280px;
  }
}
#site_header .inner .header_cotact a,
#site_header .inner .header_tel a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#site_header .inner .header_cotact {
  padding: 15px;
  background-color: #6fc2ca;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.2) 5px, rgba(255, 255, 255, 0.2) 6px);
}
#site_header .inner .header_cotact img {
  width: 27px;
}
@media (min-width: 1024px) {
  #site_header .inner .header_cotact img {
    margin-right: 10px;
  }
}
#site_header .inner .header_cotact .txt {
  display: none;
  font-size: 18px;
  color: #fff;
}
@media (min-width: 1024px) {
  #site_header .inner .header_cotact .txt {
    display: block;
  }
}
#site_header .inner .header_tel {
  flex-wrap: wrap;
  padding: 15px;
  background-color: #3d498b;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.2) 5px, rgba(255, 255, 255, 0.2) 6px);
}
#site_header .inner .header_tel img {
  width: 22px;
}
@media (min-width: 600px) {
  #site_header .inner .header_tel img {
    margin-right: 10px;
  }
}
#site_header .inner .header_tel .txt1,
#site_header .inner .header_tel .txt2 {
  display: none;
  color: #fff;
}
@media (min-width: 1024px) {
  #site_header .inner .header_tel .txt1,
  #site_header .inner .header_tel .txt2 {
    display: block;
  }
}
#site_header .inner .header_tel .txt1 {
  flex-basis: calc(100% - 32px);
  font-size: 31px;
  font-weight: bold;
}
#site_header .inner .header_tel .txt2 {
  font-size: 12px;
}
#site_header .inner #nav {
  z-index: 10;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: fixed;
  top: calc(-150% - 15px);
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  background-color: #6fc2ca;
  transition: top 0.5s;
  padding: 120px 15px 30px;
}
#site_header .inner #nav.active {
  top: 0;
}
@media (min-width: 1024px) {
  #site_header .inner #nav {
    display: none;
  }
}
#site_header .inner #nav ul {
  width: 100%;
}
#site_header .inner #nav ul li {
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #fff;
  font-size: 20px;
}
#site_header .inner #nav ul li:first-child {
  border-top: 1px solid #fff;
}
#site_header .inner #nav ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
}
#site_header .inner #nav ul li a span:nth-child(2), #site_header .inner #nav ul li a span:nth-child(3) {
  display: none;
}
#site_header .inner .drawer-button {
  width: 70px;
  position: relative;
  margin-left: 30px;
  z-index: 20;
  background: #6fc2ca;
  border-radius: 0;
  border: 0 solid transparent;
}
@media (min-width: 1024px) {
  #site_header .inner .drawer-button {
    display: none;
  }
}
#site_header .inner .drawer-button span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 4px;
  background-color: #fff;
}
#site_header .inner .drawer-button span::before, #site_header .inner .drawer-button span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}
#site_header .inner .drawer-button span::before {
  top: 12.5px;
  animation-name: bottom-bar-close;
  animation-duration: 0.5s;
}
#site_header .inner .drawer-button span::after {
  top: -12.5px;
  animation-name: top-bar-close;
  animation-duration: 0.5s;
}
#site_header .inner .drawer-button.open span {
  background-color: transparent;
}
#site_header .inner .drawer-button.open span::before, #site_header .inner .drawer-button.open span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  animation-timing-function: ease;
}
#site_header .inner .drawer-button.open span::before {
  top: 0;
  animation-name: bottom-bar-open;
  animation-duration: 0.5s;
}
#site_header .inner .drawer-button.open span::after {
  top: 0;
  animation-name: top-bar-open;
  animation-duration: 0.5s;
}
@media (min-width: 1024px) {
  #site_header .inner .drawer-button {
    display: none;
  }
}

@keyframes top-bar-open {
  0% {
    top: -12.5px;
  }
  50% {
    top: 0;
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes top-bar-close {
  0% {
    top: 0;
    transform: rotate(45deg);
  }
  30% {
    transform: rotate(0deg);
  }
  50% {
    top: 0;
  }
  100% {
    top: -12.5px;
  }
}
@keyframes bottom-bar-open {
  0% {
    top: 12.5px;
  }
  50% {
    top: 0;
  }
  100% {
    transform: rotate(-45deg);
  }
}
@keyframes bottom-bar-close {
  0% {
    top: 0;
    transform: rotate(-45deg);
  }
  30% {
    transform: rotate(0deg);
  }
  50% {
    top: 0;
  }
  100% {
    top: 12.5px;
  }
}
#footer {
  background-color: #6fc2ca;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.2) 5px, rgba(255, 255, 255, 0.2) 6px);
  padding: 50px 15px;
}
#footer .inner {
  max-width: 1024px;
  margin: auto;
}
@media (min-width: 750px) {
  #footer .inner {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 750px) {
  #footer .inner .left_block {
    flex-basis: calc(50% - 15px);
    margin-right: 30px;
  }
}
@media (max-width: 749px) {
  #footer .inner .left_block {
    margin-bottom: 15px;
  }
}
#footer .inner .left_block .logo {
  display: block;
  max-width: 365px;
  margin: 0 auto 15px;
}
@media (min-width: 750px) {
  #footer .inner .left_block .logo {
    max-width: 277px;
    margin: 0 auto 15px 0;
  }
}
#footer .inner .left_block .txt {
  font-size: 14px;
  color: #fff;
}
@media (max-width: 749px) {
  #footer .inner .left_block .txt {
    text-align: center;
  }
}
@media (min-width: 750px) {
  #footer .inner .left_block .txt {
    padding-left: 50px;
  }
}
#footer .inner .right_block {
  width: 300px;
  margin: auto;
}
@media (min-width: 750px) {
  #footer .inner .right_block {
    margin: 0 0 0 auto;
    flex-basis: 300px;
  }
}
#footer .inner .right_block .footer_tel {
  display: none;
  padding: 15px;
  background-color: #fff;
}
@media (min-width: 750px) {
  #footer .inner .right_block .footer_tel {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 300px;
  }
}
#footer .inner .right_block .footer_tel img {
  width: 25px;
}
@media (min-width: 750px) {
  #footer .inner .right_block .footer_tel img {
    margin-right: 10px;
  }
}
#footer .inner .right_block .footer_tel .txt1,
#footer .inner .right_block .footer_tel .txt2 {
  color: #6fc2ca;
}
#footer .inner .right_block .footer_tel .txt1 {
  flex-basis: calc(100% - 35px);
  font-size: 35px;
  font-weight: bold;
}
#footer .inner .right_block .footer_tel .txt2 {
  font-size: 1.3rem;
}
#footer .inner .right_block .footer_cotact {
  padding: 15px;
  background-color: #f1a2be;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
@media (min-width: 750px) {
  #footer .inner .right_block .footer_cotact {
    padding: 30px 15px;
  }
}
#footer .inner .right_block .footer_cotact img {
  width: 27px;
}
@media (min-width: 750px) {
  #footer .inner .right_block .footer_cotact img {
    margin-right: 10px;
  }
}
#footer .inner .right_block .footer_cotact .txt {
  font-size: 18px;
  color: #fff;
}
#footer .inner .copyright {
  display: block;
  margin-top: 50px;
  font-size: 12px;
  color: #fff;
}
@media (min-width: 750px) {
  #footer .inner .copyright {
    flex-basis: 100%;
    padding-left: 50px;
  }
}
@media (max-width: 749px) {
  #footer .inner .copyright {
    text-align: center;
  }
}