@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
img {
  max-width: 100%;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.wrapper {
  width: 700px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
#header {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px 0;
}
#header .header_block {
  display: flex;
  flex-wrap: wrap;
}
#header .header_block h1.logo {
  line-height: 44px;
  font-size: 2rem;
  width: 50%;
  vertical-align: middle;
  display: flex;
  align-items: center;
  gap: 8px;
}
#header .header_block h1.logo span {
  margin: auto 5px;
}
#header .header_block p.tel {
  line-height: 44px;
  font-size: 2rem;
  font-weight: 700;
  text-align: right;
  width: 50%;
}
#main {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
#pagetop {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
}
#pagetop .pagetop {
  margin: 0;
  padding: 0;
  text-align: right;
}
#pagetop .pagetop img {
  vertical-align: bottom;
}
#pagetop .pagetop img:hover {
  opacity: 0.8;
}
#footer {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
#footer .footer_logo {
  margin: 10px auto;
  text-align: center;
}
#footer .footer_title {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  clear: both;
}
#footer .footer_text {
  text-align: center;
  font-size: 1.4rem;
  clear: both;
}
#footer .copyright {
  text-align: center;
  font-size: 1.2rem;
  margin: 10px auto;
}
/*-----SP-----*/
@media screen and (max-width: 520px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 5px;
  }
  #header {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10px 0;
  }
  #header .header_block {
    display: flex;
    flex-wrap: wrap;
  }
  #header .header_block h1.logo {
    line-height: normal;
    font-size: 1.3rem;
    width: 50%;
    vertical-align: middle;
    display: block;
  }
  #header .header_block h1.logo span {
    margin: 0;
    display: block;
  }
  #header .header_block p.tel {
    line-height: normal;
    font-size: 2.1rem;
    font-weight: 700;
    text-align: right;
    width: 50%;
  }
  #main {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  #pagetop {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
  }
  #pagetop .pagetop {
    margin: 0;
    padding: 0;
    text-align: right;
  }
  #pagetop .pagetop img {
    vertical-align: bottom;
  }
  #pagetop .pagetop img:hover {
    opacity: 0.8;
  }
  #footer {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  #footer .footer_logo {
    margin: 10px auto;
    text-align: center;
  }
  #footer .footer_title {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    clear: both;
  }
  #footer .footer_text {
    text-align: center;
    font-size: 1.4rem;
    clear: both;
  }
  #footer .copyright {
    text-align: center;
    font-size: 1.2rem;
    margin: 10px auto;
  }
}