@charset "UTF-8";
* {
  box-sizing: border-box;
  color: #333333;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0 auto;
  outline: 2px solid green;
}

br.sp {
  display: none;
}

#online,
#flow,
#price,
#message {
  scroll-margin-top: 140px;
}

header {
  width: 100%;
  height: 125px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  padding-top: 24px;
  position: fixed;
  top: 0;
  border-bottom: #949494 solid 1px;
  z-index: 100;
}
header .header-inner {
  width: 1260px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
header .header-inner .header-right {
  display: flex;
  align-items: center;
}
header .header-inner .header-right .info {
  margin-right: 24px;
}
header .header-inner .header-right .info .tel {
  font-size: 20px;
  color: #0000ee;
  text-align: end;
  display: block;
  text-decoration: none;
}
header .header-inner .header-right .info .time {
  font-size: 14px;
  text-align: end;
}
header .header-inner .header-right .button .reserve {
  width: 92px;
  height: 40px;
  background-color: #173052;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
}
header .header-inner .header-right .button .soudan {
  width: 92px;
  height: 40px;
  background-color: #eb4024;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
}
header nav ul {
  display: flex;
}
header nav ul a {
  text-decoration: none;
  margin: 0 8px;
}
header nav ul li {
  list-style: none;
}

section.hero {
  padding-top: 125px;
}
section.hero img {
  width: 100%;
  height: auto;
}
section.hero img.sp {
  display: none;
}
section.hero img + img {
  margin-top: -16px;
}

section.genin {
  background-color: #173052;
  margin-top: -8px;
  padding-top: 32px;
  padding-bottom: 64px;
  text-align: left;
}
section.genin .inner {
  max-width: 940px;
  margin: 0 auto;
}
section.genin .inner h2 {
  text-align: center;
  margin-bottom: 40px;
  color: #ffffff;
  font-size: 32px;
}
section.genin .inner h2 span {
  color: #ffffff;
  font-size: 48px;
  letter-spacing: 0.2rem;
}
section.genin .inner p {
  color: #ffffff;
  font-size: 18px;
  text-align: left;
  letter-spacing: 0.2rem;
}
section.genin .inner blockquote {
  color: #ffffff;
  margin-top: 32px;
  font-size: 14px;
}
section.genin .inner h3 {
  font-size: 28px;
  color: #ffffff;
  margin: 80px 0 40px;
  text-align: center;
}
section.genin .inner .yellow {
  color: #f9c802;
}
section.genin .inner img {
  width: 100%;
  margin-top: 80px;
  margin: 40px 0 40px;
}
section.genin .inner .caution {
  margin-top: 80px;
  background-color: #ffffff;
  position: relative;
  border: #eb4024 2px solid;
  padding: 40px;
}
section.genin .inner .caution img {
  position: absolute;
  top: -100px;
  left: -64px;
  width: 120px;
}
section.genin .inner .caution p {
  color: #eb4024;
  font-weight: bold;
  text-align: center;
  font-size: 32px;
}

section.tokutyou {
  max-width: 1260px;
  margin: 0 auto;
}
section.tokutyou h3 {
  font-size: 28px;
  text-align: center;
  background-color: #173052;
  color: #ffffff;
  display: block;
  max-width: 940px;
  margin: 40px auto;
  padding: 14px;
}
section.tokutyou h2 {
  font-size: 28px;
  text-align: center;
}
section.tokutyou .list-wrapper {
  width: 700px;
  margin: 0 auto;
  padding: 60px 0 20px;
  font-weight: bold;
}
section.tokutyou h4 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 40px;
}
section.tokutyou .shinryou {
  padding-top: 40px;
}
section.tokutyou .shinryou .contents {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 24px;
  width: 100%;
}
section.tokutyou .shinryou .contents .content {
  width: 386px;
  height: 210px;
  padding: 20px;
  box-shadow: #b1b1b1 0px 1px 4px;
}
section.tokutyou .shinryou .contents .content h5 {
  font-size: 20px;
  font-weight: bold;
  width: 24px;
  padding-bottom: 4px;
  margin-bottom: 16px;
  border-bottom: 2px solid #333;
}
section.tokutyou .shinryou .contents .content p {
  font-weight: normal;
}
section.tokutyou .shinryou .contents .content span {
  background-color: #ffec95;
}

section.price {
  padding-top: 40px;
}
section.price h3 {
  font-size: 28px;
  text-align: center;
  background-color: #173052;
  color: #ffffff;
  display: block;
  max-width: 940px;
  margin: 40px auto;
  padding: 14px;
}
section.price p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
section.price .ryoukinhyou {
  max-width: 700px;
  margin: 80px auto;
  border: solid 2px #173052;
  padding: 20px;
  font-weight: bold;
}
section.price .ryoukinhyou h5 {
  font-size: 28px;
  margin-bottom: 24px;
}
section.price .ryoukinhyou h5 span {
  color: #f5574a;
}
section.price .ryoukinhyou dd {
  margin-bottom: 16px;
}
section.price .ryoukinhyou p {
  text-align: left;
}
section.price .yoyaku {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
section.price .yoyaku a {
  font-size: 18px;
  color: #0000ee;
  font-weight: bold;
  text-decoration: none;
  margin: 0 auto;
}
section.price .yoyaku p {
  font-size: 12px;
  line-height: 2rem;
}

section.other {
  max-width: 1260px;
  margin: 0 auto;
}
section.other h3 {
  font-size: 28px;
  text-align: center;
  background-color: #173052;
  color: #ffffff;
  display: block;
  max-width: 940px;
  margin: 40px auto;
  padding: 14px;
}
section.other h4 {
  text-align: center;
  font-size: 28px;
  color: #f5574a;
  margin-bottom: 24px;
}
section.other .contents {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 24px;
}
section.other .contents .content {
  width: 31%;
  padding: 20px;
  min-height: 280px;
  font-size: 14px;
  font-weight: bold;
}
section.other .contents .content h5 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 16px;
}
section.other .contents .content p span {
  background-color: #ffec95;
}
section.other .contents .content blockquote {
  font-size: 12px;
}
section.other .iden {
  font-size: 14px;
  max-width: 700px;
  margin: 0 auto 24px;
  padding: 40px 0 20px;
  font-weight: bold;
}
section.other .about-aga {
  max-width: 940px;
  margin: 0 auto;
}
section.other .about-aga > p {
  color: #f5574a;
  font-size: 28px;
  font-weight: bold;
}
section.other .about-aga .introduction {
  margin-top: 24px;
  display: flex;
}
section.other .about-aga .introduction .image {
  width: 186px;
}
section.other .about-aga .introduction .text {
  margin-left: 24px;
  font-size: 14px;
  font-weight: bold;
}
section.other .about-aga .introduction .text a {
  background-color: #173052;
  padding: 12px 28px;
  color: #ffffff;
  display: block;
  width: 216px;
  height: 44px;
  text-align: center;
  margin-top: 24px;
}
section.other p.drug {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}
section.other .drugs {
  margin: 0 auto 40px;
  padding: 40px 20px;
  max-width: 940px;
  display: flex;
  justify-content: space-between;
}
section.other .drugs .drug {
  width: 47%;
}
section.other .drugs .drug h4 {
  color: #333;
  margin-bottom: 8px;
}
section.other .drugs .drug p {
  border-top: 2px solid #949494;
  padding: 8px 0;
}
section.other strong {
  text-align: center;
}
section.other .price {
  max-width: 940px;
  margin: 0 auto;
}
section.other .price table {
  width: 100%;
  font-weight: bold;
  margin: 20px 0 80px;
}
section.other .price table td {
  width: 50%;
  padding: 10px;
}
section.other .attention {
  width: 500px;
  margin: 0 auto;
  padding: 8px;
}
section.other .attention strong {
  font-size: 28px;
  color: #eb4024;
}
section.other .attention p {
  margin-top: 16px;
  font-weight: bold;
}
section.other .kusuri,
section.other .clinic {
  width: 940px;
  margin: 0 auto;
  margin-top: 80px;
}
section.other .kusuri p,
section.other .clinic p {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
section.other .kusuri .wrapper,
section.other .clinic .wrapper {
  display: flex;
  padding: 40px;
  justify-content: space-between;
}
section.other .kusuri .wrapper .image,
section.other .clinic .wrapper .image {
  width: 368px;
}
section.other .kusuri .wrapper .image img,
section.other .clinic .wrapper .image img {
  width: 368px;
}
section.other .kusuri .wrapper .text h5,
section.other .clinic .wrapper .text h5 {
  font-size: 20px;
  margin-bottom: 16px;
}
section.other .kusuri .wrapper .text strong,
section.other .clinic .wrapper .text strong {
  font-size: 18px;
}
section.other .kusuri .wrapper .text p,
section.other .clinic .wrapper .text p {
  font-size: 14px;
  -moz-text-align-last: left;
       text-align-last: left;
  margin-bottom: 16px;
}

footer .inner {
  width: 940px;
  margin: 0 auto;
  display: flex;
  padding-top: 40px;
}
footer .inner .text {
  width: 50%;
  margin: 0 auto;
}
footer .inner .text img {
  height: 20px;
}
footer .inner .text a {
  font-size: 24px;
  font-weight: bold;
  color: #0000ee;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .inner .text p {
  text-align: center;
  font-size: 14px;
}
footer .inner .button {
  width: 50%;
  display: flex;
  justify-content: center;
}
footer .inner .button a {
  background-color: #173052;
  display: block;
  width: 150px;
  height: 44px;
  line-height: 44px;
  color: #ffffff;
  text-align: center;
  margin-right: 24px;
  cursor: pointer;
}
footer .inner2 {
  width: 940px;
  margin: 0 auto;
  text-align: center;
  padding-top: 24px;
}
footer .inner2 a {
  text-decoration: none;
  color: #eb4024;
}
footer .inner2 .sns {
  width: 160px;
  margin: 24px auto;
  display: flex;
  justify-content: space-between;
}
footer .inner2 .sns img {
  width: 24px;
}
footer .bottom {
  background-color: #e6e6e6;
}
footer .bottom .inner {
  max-width: 940px;
  margin: 0 auto;
  padding: 0;
}
footer .bottom .inner a {
  font-size: 14px;
  text-decoration: none;
  margin-right: 16px;
  line-height: 64px;
}
footer small {
  display: block;
  width: 100%;
  line-height: 182px;
  background-color: #cccccc;
  color: #ffffff;
  text-align: center;
}

.header {
  position: relative;
  padding: 20px;
  display: none;
}
.header img {
  z-index: 180;
  position: fixed;
  width: 180px;
  text-align: center;
}

.hamburger {
  position: fixed;
  top: 18px;
  right: 24px;
  z-index: 100;
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.hamburger__line {
  position: absolute;
  left: 11px;
  width: 32px;
  height: 2px;
  background-color: #333;
  transition: all 0.4s;
}

.hamburger__line:nth-of-type(1) {
  top: 14px;
}

.hamburger__line:nth-of-type(2) {
  top: 23px;
}

.hamburger__line:nth-of-type(3) {
  top: 32px;
}

/* メニューオープン時 */
.hamburger.active .hamburger__line:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}

.hamburger.active .hamburger__line:nth-of-type(2) {
  opacity: 0;
}

.hamburger.active .hamburger__line:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100vh;
  background-color: #173052;
  box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1);
  transform: translateX(-100%);
  transition: transform 0.4s;
  z-index: 190;
}

.nav.active {
  transform: translateX(0);
  display: block;
}

.nav__list {
  margin: 0;
  padding: 100px 0 0;
  list-style: none;
}

.nav__item {
  padding: 0 20px;
}

.nav__link {
  display: block;
  padding: 15px 0;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}

@media (max-width: 769px) {
  br.sp {
    display: block;
  }
  .header {
    display: block;
  }
  header {
    width: 100%;
    height: 80px;
    padding-top: 0px;
    position: fixed;
    top: 0;
    border-bottom: #949494 solid 1px;
    z-index: 100;
  }
  header .header-inner {
    display: none;
  }
  header nav {
    display: none;
  }
  section.hero {
    padding-top: 48px;
  }
  section.hero img.pc {
    display: none;
  }
  section.hero img.sp {
    display: block;
  }
  section.hero img + img {
    margin-top: 0px;
  }
  section.genin {
    background-color: #173052;
    margin-top: -8px;
    padding-top: 32px;
    padding-bottom: 64px;
    text-align: left;
  }
  section.genin .inner {
    padding: 0 24px;
  }
  section.genin .inner h2 {
    font-size: 24px;
  }
  section.genin .inner h2 span {
    font-size: 32px;
  }
  section.genin .inner p {
    font-size: 16px;
  }
  section.genin .inner blockquote {
    font-size: 10px;
  }
  section.genin .inner .yellow {
    color: #f9c802;
  }
  section.genin .inner img {
    width: 100%;
    margin-top: 80px;
    margin: 40px 0 40px;
  }
  section.genin .inner .caution {
    position: relative;
    padding: 20px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  section.genin .inner .caution p {
    font-size: 24px;
  }
  section.genin .inner .caution img {
    position: absolute;
    top: -80px;
    left: -10px;
    width: 80px;
  }
  section.tokutyou .list-wrapper {
    width: 97%;
    padding: 24px;
  }
  section.tokutyou .list-wrapper li {
    font-size: 16px;
  }
  section.tokutyou h4 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 40px;
  }
  section.tokutyou .shinryou {
    padding-top: 40px;
  }
  section.tokutyou .shinryou .contents .content {
    width: 75%;
    height: auto;
    padding: 20px;
    box-shadow: #b1b1b1 0px 1px 4px;
  }
  section.tokutyou .shinryou .contents .content h5 {
    font-size: 32px;
  }
  section.tokutyou .shinryou .contents .content p {
    font-size: 18px;
  }
  section.tokutyou .shinryou .contents .content span {
    background-color: #ffec95;
  }
  section.other .contents {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  section.other .contents .content {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
  }
  section.other .contents .content blockquote {
    font-size: 16px;
    margin-top: 8px;
  }
  section.other .iden {
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto 24px;
    padding: 20px 16px 40px;
    font-weight: bold;
  }
  section.other .about-aga {
    max-width: 940px;
    margin: 0 auto;
  }
  section.other .about-aga > p {
    text-align: center;
  }
  section.other .about-aga .introduction {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  section.other .about-aga .introduction .image {
    width: 50%;
  }
  section.other .about-aga .introduction .image img {
    width: 100%;
  }
  section.other .about-aga .introduction .text {
    padding: 24px;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
  }
  section.other .about-aga .introduction .text a {
    background-color: #173052;
    padding: 0;
    line-height: 40px;
    width: 240px;
    font-size: 16px;
    margin: 40px auto;
  }
  section.other p.drug {
    font-size: 28px;
    text-align: center;
    font-weight: bold;
  }
  section.other .drugs {
    margin: 0 auto 40px;
    padding: 40px 20px;
    max-width: 940px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  section.other .drugs .drug {
    width: 75%;
    margin: 40px 0;
  }
  section.other strong {
    text-align: center;
  }
  section.other .price {
    width: 90%;
    margin: 0 auto;
  }
  section.other .price table {
    width: 100%;
    font-weight: bold;
    margin: 20px 0 80px;
  }
  section.other .price table td {
    width: 50%;
    padding: 10px;
  }
  section.other .attention {
    width: 100%;
    margin: 0 auto;
  }
  section.other .attention strong {
    font-size: 28px;
    color: #eb4024;
  }
  section.other .attention p {
    margin-top: 16px;
    font-weight: bold;
  }
  section.other .kusuri,
  section.other .clinic {
    width: 100%;
  }
  section.other .kusuri p,
  section.other .clinic p {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
  }
  section.other .kusuri .wrapper,
  section.other .clinic .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  section.other .kusuri .wrapper .image,
  section.other .clinic .wrapper .image {
    width: 368px;
  }
  section.other .kusuri .wrapper .image img,
  section.other .clinic .wrapper .image img {
    width: 368px;
  }
  section.other .kusuri .wrapper .text h5,
  section.other .clinic .wrapper .text h5 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  section.other .kusuri .wrapper .text strong,
  section.other .clinic .wrapper .text strong {
    font-size: 20px;
  }
  section.other .kusuri .wrapper .text p,
  section.other .clinic .wrapper .text p {
    font-size: 18px;
  }
  footer .inner {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  footer .inner .text {
    width: 100%;
    margin: 0 auto 24px;
  }
  footer .inner .text img {
    height: 20px;
  }
  footer .inner .text p {
    text-align: center;
    font-size: 16px;
  }
  footer .inner .button {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
  footer .inner .button a {
    background-color: #173052;
    margin-right: 0;
  }
  footer .inner2 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 24px;
  }
  footer .inner2 .sns {
    width: 160px;
    margin: 24px auto;
    display: flex;
    justify-content: space-between;
  }
  footer .inner2 .sns img {
    width: 40px;
  }
  footer .bottom {
    background-color: #e6e6e6;
  }
  footer .bottom .inner {
    max-width: 940px;
    margin: 0 auto;
    padding: 0;
  }
  footer .bottom .inner a {
    font-size: 14px;
    text-decoration: none;
    margin-right: 0px;
    line-height: 32px;
  }
  footer small {
    display: block;
    width: 100%;
    line-height: 40px;
    background-color: #cccccc;
    color: #ffffff;
    text-align: center;
  }
}
@media (max-width: 420px) {
  section.genin .inner {
    padding: 0 24px;
  }
  section.genin .inner img {
    width: 100%;
    margin-top: 80px;
    margin: 40px 0 40px;
  }
  section.genin .inner .caution {
    position: relative;
    padding: 8px;
    width: 95%;
  }
  section.genin .inner .caution p {
    font-size: 16px;
    letter-spacing: 0rem;
  }
  section.genin .inner .caution img {
    position: absolute;
    top: -100px;
    left: -40px;
    width: 80px;
  }
  section.tokutyou h3 {
    font-size: 20px;
  }
  section.tokutyou h2 {
    font-size: 24px;
  }
  section.tokutyou h4 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 40px;
  }
  section.other h4 {
    font-size: 18px;
  }
  section.other .contents {
    width: 100%;
  }
  section.other .contents .content {
    width: 100%;
    font-size: 16px;
  }
  section.other .contents .content blockquote {
    font-size: 14px;
  }
  section.other .iden {
    font-size: 16px;
  }
  section.other .about-aga {
    max-width: 940px;
    margin: 0 auto;
  }
  section.other .about-aga .introduction .image {
    width: 75%;
  }
  section.other .about-aga .introduction .text {
    font-size: 16px;
  }
  section.other p.drug {
    font-size: 22px;
  }
  section.other .drugs {
    margin: 0 auto 40px;
    padding: 40px 0px;
  }
  section.other .drugs .drug {
    width: 90%;
  }
  section.other .kusuri,
  section.other .clinic {
    width: 100%;
  }
  section.other .kusuri p,
  section.other .clinic p {
    font-size: 22px;
  }
  section.other .kusuri .wrapper,
  section.other .clinic .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  section.other .kusuri .wrapper .image,
  section.other .clinic .wrapper .image {
    width: 368px;
  }
  section.other .kusuri .wrapper .image img,
  section.other .clinic .wrapper .image img {
    width: 368px;
  }
  section.other .kusuri .wrapper .text h5,
  section.other .clinic .wrapper .text h5 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  section.other .kusuri .wrapper .text strong,
  section.other .clinic .wrapper .text strong {
    font-size: 20px;
  }
  section.other .kusuri .wrapper .text p,
  section.other .clinic .wrapper .text p {
    font-size: 16px;
  }
}
section.syoutorihiki {
  max-width: 720px;
  padding: 10px;
  margin: 0 auto;
}
section.syoutorihiki h2 {
  margin-bottom: 40px;
  text-align: center;
}
section.syoutorihiki strong {
  display: block;
  margin-top: 24px;
}

.clinic {
  width: 940px;
  margin: 0 auto;
  margin-top: 80px;
}
.clinic p {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.clinic .wrapper {
  display: flex;
  padding: 40px;
  justify-content: space-between;
}
.clinic .wrapper .image {
  width: 368px;
}
.clinic .wrapper .image img {
  width: 368px;
}
.clinic .wrapper .text h5 {
  font-size: 20px;
  margin-bottom: 16px;
}
.clinic .wrapper .text strong {
  font-size: 18px;
}
.clinic .wrapper .text p {
  font-size: 14px;
  -moz-text-align-last: left;
       text-align-last: left;
  margin-bottom: 16px;
}

@media (max-width: 769px) {
  section.syoutorihiki {
    max-width: 720px;
    padding: 10px;
    margin: 0 auto;
  }
  section.syoutorihiki h2 {
    margin-bottom: 40px;
    text-align: center;
  }
  section.syoutorihiki strong {
    display: block;
    margin-top: 24px;
  }
  .clinic {
    width: 100%;
  }
  .clinic p {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
  }
  .clinic .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .clinic .wrapper .image {
    width: 368px;
  }
  .clinic .wrapper .image img {
    width: 368px;
  }
  .clinic .wrapper .text h5 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .clinic .wrapper .text strong {
    font-size: 20px;
  }
  .clinic .wrapper .text p {
    font-size: 18px;
  }
}/*# sourceMappingURL=style.css.map */