/* 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;
}

body {
  color: #1a1a1a;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
}

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

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;
}

.en {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

header {
  display: block;
  background: url("../img/main.webp") no-repeat center/cover;
}
@media screen and (max-width: 749px) {
  header {
    background: url("../img/main_sp.webp") no-repeat center/cover;
  }
}
header span {
  display: block;
  text-indent: -9999em;
  overflow: hidden;
}
header:after {
  content: "";
  display: block;
  padding-top: 55.9210526316%;
}
@media screen and (max-width: 749px) {
  header:after {
    padding-top: 140%;
  }
}

.title_box {
  text-align: center;
  margin-bottom: 3.75rem;
}
.title_box:before {
  content: "";
  width: 2.5rem;
  height: 2rem;
  display: block;
  background: url("../img/icon1.webp") no-repeat center/cover;
  margin-bottom: 0.625rem;
  margin-left: auto;
  margin-right: auto;
}
.title_box span {
  display: block;
  font-size: 3rem;
  color: var(--glay);
  letter-spacing: 0.05em;
}
.title_box h2 {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--green);
  margin-top: 0.75rem;
}

.strength_box {
  margin-top: 8rem;
}
.strength_box .inner {
  background-color: var(--lightGreen);
  padding: var(--px64to20);
  width: 90%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 749px) {
  .strength_box .inner {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.strength_box .inner .grid_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 124px);
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  .strength_box .inner .grid_box {
    display: block;
  }
}
.strength_box .inner .grid_box > li {
  position: relative;
}
@media screen and (max-width: 749px) {
  .strength_box .inner .grid_box > li + li {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid var(--glay);
  }
}
.strength_box .inner .grid_box > li h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9375rem;
  font-size: 2rem;
  margin-top: 1.25rem;
  font-weight: bold;
}
.strength_box .inner .grid_box > li h3 i {
  color: var(--green);
}
.strength_box .inner .grid_box > li:before {
  content: "";
  top: 0;
  left: calc(-1 * var(--px64to20));
  position: absolute;
  bottom: 0;
  width: 1px;
  background: var(--glay);
}
@media screen and (max-width: 749px) {
  .strength_box .inner .grid_box > li:before {
    display: none;
  }
}

.greeting_box {
  margin-top: 8rem;
}
.greeting_box .inner {
  width: 90%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}
.greeting_box .inner .flex_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 749px) {
  .greeting_box .inner .flex_box {
    display: block;
  }
}
.greeting_box .inner .flex_box > div {
  flex-basis: 47.3684210526%;
}
.greeting_box .inner .flex_box .img_box {
  order: 2;
}
.greeting_box .inner .flex_box .text_box {
  order: 1;
}
@media screen and (max-width: 749px) {
  .greeting_box .inner .flex_box .text_box {
    margin-top: 40px;
  }
}
.greeting_box .inner .flex_box .text_box .offsign {
  margin-top: 2rem;
  display: flex;
  gap: 1.25rem;
  align-items: baseline;
  line-height: 1;
  flex-wrap: wrap;
}
.greeting_box .inner .flex_box .text_box .offsign i {
  font-size: 1.6rem;
}
.greeting_box .inner .flex_box .text_box .offsign i:first-child {
  flex-basis: 100%;
}
.greeting_box .inner .flex_box .text_box .offsign span {
  color: var(--green);
  font-size: 2rem;
}

.treatment_box {
  margin-top: 8rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: var(--lightGreen);
}
.treatment_box .inner {
  width: 90%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}
.treatment_box .inner .grid_box {
  display: grid;
  gap: var(--px64to20);
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 749px) {
  .treatment_box .inner .grid_box {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.treatment_box .inner .grid_box h3 {
  line-height: 1;
  margin: 1.5rem 0;
  padding-bottom: 1.5rem;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px solid var(--glay);
  padding-left: 2rem;
}
.treatment_box .inner .grid_box h3:before {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 0.5625rem;
  background-color: var(--orange);
  position: absolute;
  top: 0.625rem;
  left: 0rem;
}

footer {
  margin-top: 8rem;
}
footer .inner {
  width: 90%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 9rem;
}
@media screen and (max-width: 749px) {
  footer .inner {
    width: 96%;
  }
}
footer .inner .info_box .logo {
  width: 13.75rem;
  margin: 0 auto;
}
footer .inner .info_box address {
  margin: 2.5rem 0;
  text-align: center;
}
@media screen and (min-width: 750px) {
  footer .inner .info_box address p br {
    display: none;
  }
}
footer #map {
  width: 100%;
  height: 400px;
}
footer #map iframe {
  width: 100%;
  height: 100%;
}
footer .copyright {
  background-color: var(--green);
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .copyright p {
  color: #ffffff;
  text-align: center;
  margin: 1.5625rem 0;
}

#timeTable table {
  width: 100%;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
}
#timeTable table th, #timeTable table td {
  box-sizing: border-box;
  width: 10.3618421053%;
  display: block;
}
@media screen and (max-width: 749px) {
  #timeTable table th, #timeTable table td {
    width: 11.1842105263%;
  }
}
#timeTable table th span, #timeTable table td span {
  color: var(--green);
  font-size: 1.125rem;
}
@media screen and (max-width: 749px) {
  #timeTable table th span, #timeTable table td span {
    font-size: 14.5px;
  }
}
#timeTable table th span i, #timeTable table td span i {
  display: block;
  margin-top: 0.4em;
  font-size: 14px;
}
@media screen and (max-width: 749px) {
  #timeTable table th span i, #timeTable table td span i {
    font-size: 12px;
  }
}
#timeTable table thead {
  display: block;
}
#timeTable table thead tr {
  display: flex;
  overflow: hidden;
  box-sizing: border-box;
  background-color: var(--green);
}
#timeTable table thead th {
  padding: 0.875rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#timeTable table thead th span {
  display: block;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
}
#timeTable table thead th:first-child {
  width: 29.6052631579%;
}
#timeTable table tbody {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#timeTable table tbody tr {
  width: 100%;
  display: flex;
  border-bottom: 1px solid var(--glay);
}
#timeTable table tbody tr td {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  height: 4.125rem;
}
#timeTable table tbody tr td span {
  text-align: center;
  line-height: 1;
  display: block;
  font-style: normal;
}
#timeTable table tbody tr td span.star {
  color: var(--orange);
}
#timeTable table tbody tr td i {
  display: block;
  text-align: center;
}
#timeTable table tbody tr td:first-child {
  width: 29.6052631579%;
}
#timeTable table tbody tr td:first-child span {
  color: var(--glay);
}
#timeTable ul {
  margin-top: 1.5625rem;
}
#timeTable ul li {
  line-height: 1.6;
}
#timeTable ul li i {
  color: var(--green);
}
#timeTable ul li span {
  font-size: 1.25rem;
  background: linear-gradient(to bottom, transparent 60%, #ffebd4 61%, #ffebd4);
}
#timeTable ul li span i {
  color: var(--orange);
}
#timeTable ul li + li {
  margin-top: 0.8em;
}

#page_top {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 1099px) {
  #page_top {
    font-size: 10px;
  }
}
@media screen and (max-width: 1100px) {
  #page_top {
    font-size: 8px;
  }
}
@media screen and (max-width: 749px) {
  #page_top {
    font-size: 6px;
  }
}
#page_top a {
  height: 7em;
  width: 7em;
  background: url("../img/common/gotop.webp") no-repeat center/cover;
  position: absolute;
  top: -8em;
  right: 1em;
  text-indent: -999em;
  overflow: hidden;
}
#page_top a:hover {
  opacity: 0.8;
}
#page_top.fiexd {
  position: static;
  z-index: 5;
}
#page_top.fiexd a {
  position: fixed;
  top: auto;
  bottom: 0;
  right: 1em;
  z-index: 10;
}

:root {
  --baseWitdh:1216px;
  --orange:#ffbd71;
  --glay:#4d4d4d;
  --green:#169e3c;
  --lightGreen:#f3faf5;
  --fs32to20:clamp(20px,3vw,32px);
  --fs20to10:clamp(10px,1.8vw,20px);
  --px64to20:clamp(20px,3vw,64px);
  --px50to20:clamp(20px,3vw,50px);
}

/*
.zen-kaku-gothic-antique-medium {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-antique-bold {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.jost-<uniquifier> {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
*/
/*# sourceMappingURL=style.css.map */