/* http://meyerweb.com/eric/tools/css/reset/ 
 * v2.0 | 20110126
 * License: none (public domain)
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

img {
  vertical-align: top;
}

@keyframes hoverMenu {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOutMask {
  0% {
    opacity: 1;
    z-index: 200;
  }
  99% {
    opacity: 0.02;
    z-index: 200;
  }
  100% {
    z-index: -1;
    opacity: 0;
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(1rem);
  }
}
@keyframes textUp {
  0% {
    opacity: 0;
    transform: translateY(60%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes zoomLink {
  to {
    transform: scale(105%);
  }
}
@keyframes zoomPhoto {
  to {
    transform: scale(110%);
  }
}
@keyframes hoverBg {
  to {
    background-color: rgba(101, 100, 100, 0.2);
  }
}
/* */
@media screen and (min-width: 750px) {
  .pc_only {
    display: block;
  }
}
@media screen and (max-width: 749px) {
  .pc_only {
    display: none;
  }
}

@media screen and (min-width: 750px) {
  .sp_only {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  .sp_only {
    display: block;
  }
}

#mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  z-index: 200;
}
#mask.action {
  animation: fadeOutMask 1s ease-in-out forwards;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

body {
  font-style: normal;
  position: relative;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #323232;
  letter-spacing: 0.05em;
}

a {
  transition: opacity 0.3s ease-in-out;
}

a:hover {
  opacity: 0.8;
}

p {
  line-height: 2;
}

html {
  font-size: 16px;
}
@media screen and (max-width: 1100px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 749px) {
  html {
    font-size: 14px;
  }
}
html.open {
  overflow: hidden;
}
html.open body {
  overflow: hidden;
}
html.open body header div.inner .box #sp_menu {
  background-image: url("../img/common/sp_menu_close.webp");
}
html.open body header div.inner nav {
  display: block;
}

header {
  padding-top: 4.875rem;
}
header .inner {
  width: 90%;
  max-width: 1368px;
  margin-left: auto;
  margin-right: auto;
}

main {
  margin-top: 8rem;
}
main .title {
  text-align: center;
}
main .title span {
  display: block;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 2rem;
  line-height: 1;
  color: var(--glay);
}
main .title h2 {
  font-size: 2rem;
  font-weight: 800;
  color: var(--blue);
  line-height: 1;
}
main .greeting_box .inner {
  width: 90%;
  max-width: 1368px;
  margin-left: auto;
  margin-right: auto;
}
main .greeting_box .inner .flex_box {
  margin-top: 4.25rem;
  display: flex;
  gap: var(--px64to20);
}
@media screen and (max-width: 749px) {
  main .greeting_box .inner .flex_box {
    display: block;
  }
}
main .greeting_box .inner .flex_box .img_box {
  width: 17.5rem;
}
@media screen and (max-width: 749px) {
  main .greeting_box .inner .flex_box .img_box {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 749px) {
  main .greeting_box .inner .name {
    text-align: center;
  }
}
main .greeting_box .inner .name h3 {
  margin-top: 1rem;
  display: flex;
  align-items: baseline;
  gap: 0.9375rem;
}
@media screen and (max-width: 749px) {
  main .greeting_box .inner .name h3 {
    justify-content: center;
  }
}
main .greeting_box .inner .name h3 span {
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 500;
}
main .greeting_box .inner .name h3 i {
  line-height: 1;
  font-weight: 500;
}
main .greeting_box .inner .greeting {
  margin-top: 4.25rem;
}
main .greeting_box .inner .greeting .min_title {
  color: var(--blue);
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 1rem;
}
@media screen and (max-width: 749px) {
  main .greeting_box .inner .greeting .min_title {
    font-size: 19px;
    text-align: center;
  }
}
main .greeting_box .inner .title_box {
  display: flex;
  gap: var(--fs32to20);
  margin-top: 4rem;
}
@media screen and (max-width: 749px) {
  main .greeting_box .inner .title_box {
    flex-direction: column;
  }
}
main .greeting_box .inner .title_box > div {
  flex: 1 0 auto;
}
main .greeting_box .inner .title_box > div h3 {
  text-align: center;
  color: #ffffff;
  background-color: var(--green);
  border-radius: 4em;
  padding: 0.8em 0;
  line-height: 1;
  font-weight: 500;
}
main .greeting_box .inner .title_box > div p {
  margin-top: 0.8em;
}
main .treatment_box {
  margin-top: 8rem;
}
main .treatment_box .inner {
  width: 90%;
  max-width: 1368px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--lightBlue);
  padding: clamp(15px, 3vw, 48px);
  border-radius: clamp(15px, 3.5vw, 50px);
  box-sizing: border-box;
}
main .treatment_box .inner ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(15px, 3vw, 48px);
  margin-top: 3rem;
}
@media screen and (max-width: 749px) {
  main .treatment_box .inner ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
main .treatment_box .inner ul li h3 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 2rem;
}

#timeTable {
  background: #ffffff;
}
#timeTable table {
  width: 100%;
  display: block;
}
#timeTable table th, #timeTable table td {
  box-sizing: border-box;
  width: 12.3161764706%;
  display: block;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 749px) {
  #timeTable table th, #timeTable table td {
    width: 10.4779411765%;
  }
}
#timeTable table tr {
  border-bottom: 1.5px solid #e5e5e5;
}
#timeTable table thead {
  display: block;
}
#timeTable table thead tr {
  display: flex;
  overflow: hidden;
  box-sizing: border-box;
}
#timeTable table thead th {
  padding: 0.875rem 0;
}
#timeTable table thead th span {
  display: block;
  font-weight: bold;
  line-height: 1;
  text-align: left;
}
#timeTable table thead th:first-child {
  width: 30.6985294118%;
}
@media screen and (max-width: 749px) {
  #timeTable table thead th:first-child {
    width: 38.0514705882%;
  }
}
#timeTable table thead th:first-child span {
  text-align: center;
}
#timeTable table thead th:last-child {
  width: 7.5367647059%;
}
#timeTable table tbody {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#timeTable table tbody tr {
  width: 100%;
  display: flex;
}
#timeTable table tbody tr td {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  height: 3.5625rem;
}
#timeTable table tbody tr td span {
  line-height: 1;
  display: block;
  color: var(--orange);
}
#timeTable table tbody tr td:first-child {
  width: 30.6985294118%;
}
@media screen and (max-width: 749px) {
  #timeTable table tbody tr td:first-child {
    width: 38.0514705882%;
  }
}
#timeTable table tbody tr td:first-child span {
  text-align: center;
  color: #808080;
}
#timeTable table tbody tr td:last-child {
  width: 7.5367647059%;
}
#timeTable ul li {
  text-indent: -0.5em;
}
#timeTable ul li:first-child {
  text-indent: 0;
}
#timeTable ul li span {
  color: var(--orange);
}

footer {
  margin-top: 8rem;
  padding-top: 4rem;
  background: var(--green);
}
footer .inner {
  width: 90%;
  max-width: 1368px;
  margin-left: auto;
  margin-right: auto;
}
footer .inner .flex_box {
  display: flex;
}
@media screen and (max-width: 749px) {
  footer .inner .flex_box {
    flex-direction: column;
  }
}
@media screen and (min-width: 750px) {
  footer .inner .flex_box .logo_box {
    flex-basis: 48.5380116959%;
    box-sizing: border-box;
    padding-right: var(--px64to20);
  }
}
footer .inner .flex_box .logo_box address {
  margin-top: 4rem;
}
footer .inner .flex_box .logo_box address p {
  display: block;
  color: #ffffff;
}
@media screen and (max-width: 749px) {
  footer .inner .flex_box .logo_box address p {
    text-align: center;
  }
}
footer .inner .flex_box .logo_box address p a {
  color: #ffffff;
}
footer .inner .flex_box .logo_box address .tel {
  display: block;
  max-width: 25.75rem;
  width: 80%;
  margin-top: 1.75rem;
}
@media screen and (max-width: 749px) {
  footer .inner .flex_box .logo_box address .tel {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 750px) {
  footer .inner .flex_box .text_box {
    border-left: 1px solid #ffffff;
    flex-basis: 40.350877193%;
    box-sizing: border-box;
    padding-left: var(--px64to20);
  }
}
@media screen and (max-width: 749px) {
  footer .inner .flex_box .text_box {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #ffffff;
  }
}
footer .inner .flex_box .text_box h3 {
  display: inline-block;
  width: 6.25rem;
  text-align: center;
  background: #ffffff;
  color: var(--green);
  font-weight: 700;
  line-height: 1;
  padding: 0.625rem 0;
  border-radius: 2em;
  margin-bottom: 0.625rem;
}
footer .inner .flex_box .text_box p {
  display: block;
  color: #ffffff;
}
footer .inner .flex_box .text_box p + h3 {
  margin-top: 1.75rem;
}
footer .copyright {
  margin-top: 4rem;
  padding-bottom: 0.625rem;
}
footer .copyright p {
  text-align: center;
  color: #ffffff;
}

#page_top a {
  position: fixed;
  bottom: 10px;
  right: 1.25rem;
  width: 1em;
  height: 1em;
  background: url("../img/common/gotop.webp") no-repeat center/cover;
  opacity: 0;
  transform: translateY(-100%);
  animation: fadeDown 0.5s ease-in-out forwards;
  z-index: 10;
  border-radius: 0.3125rem;
}
@media screen and (min-width: 1099px) {
  #page_top a {
    font-size: 50px;
  }
}
@media screen and (max-width: 1100px) {
  #page_top a {
    font-size: 40px;
  }
}
@media screen and (max-width: 749px) {
  #page_top a {
    font-size: 30px;
  }
}
#page_top a span {
  display: block;
  text-indent: -9999em;
  overflow: hidden;
}
#page_top.on a {
  animation: fadeUp 0.5s ease-in-out forwards;
}

#modalWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10000;
}

#modalbg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  mix-blend-mode: multiply;
  z-index: 11000;
}

#modal {
  max-width: 1080px;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 12000;
  box-sizing: border-box;
}
#modal .img_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90vw;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 749px) {
  #modal .img_box {
    width: 100%;
  }
}
#modal .img_box img {
  width: 100%;
  height: auto;
  margin: auto;
  display: block;
  border-radius: 0.625rem;
}
#modal p {
  font-size: 1rem;
  color: #3c3c3c;
  text-align: center;
}
#modal #close {
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 1.25rem;
  width: 10rem;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0.625rem 1.25rem 0.5rem;
  display: flex;
  gap: 0.4375rem;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-family: "Crimson Pro", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
#modal #close span {
  font-size: 1.25rem;
  line-height: 1;
}
#modal #close i {
  content: "";
  width: 1em;
  height: 1em;
  font-size: 1rem;
  display: block;
  background: url("../img/common/close.svg") no-repeat center/cover;
}
#modal #close:hover {
  cursor: pointer;
  opacity: 0.8;
}
#modal .btn_box {
  display: flex;
  gap: 1.25rem;
  margin-top: 1.25rem;
  justify-content: center;
}
#modal .btn_box > div {
  box-sizing: border-box;
  gap: 1.25rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#modal .btn_box > div#prev, #modal .btn_box > div#next {
  background: var(--blue);
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/common/modal_arrow.svg") var(--blue) no-repeat center/cover;
  opacity: 1;
  transition: opacity 0.2s ease-in;
}
#modal .btn_box > div#prev:hover, #modal .btn_box > div#next:hover {
  opacity: 0.8;
}
#modal .btn_box > div#next {
  transform: rotate(180deg);
}
#modal .btn_box > div#dot {
  display: flex;
  font-size: 0.75rem;
  gap: 1em;
}
#modal .btn_box > div#dot span {
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background-color: #d1d0d0;
  display: block;
  overflow: hidden;
}
#modal .btn_box > div#dot span.active {
  background-color: var(--blue);
}
#modal .btn_box > div#dot span:hover {
  opacity: 0.8;
  background-color: var(--blue);
}
#modal .btn_box > div.disable {
  opacity: 0.4;
  cursor: not-allowed;
}

:root {
  --baseWitdh:1218px;
  --blue: #20aee5;
  --orange:#f2c37b;
  --lightBlue:#e9f7fc;
  --glay:#646464;
  --green:#a1c81e;
  --titleColor:#847e77;
  --menuWidth:clamp(260px,30vw,420px);
  --fs32to20:clamp(20px,3vw,32px);
  --fs20to10:clamp(10px,1.8vw,20px);
  --px64to20:clamp(20px,3vw,64px);
  --px50to20:clamp(20px,3vw,50px);
}

/*
.m-plus-rounded-1c-regular {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.m-plus-rounded-1c-medium {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.m-plus-rounded-1c-bold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.m-plus-rounded-1c-extrabold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
}

*/
/*# sourceMappingURL=style.css.map */