@charset "UTF-8";
/* 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: fixed;
  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-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #323232;
  letter-spacing: 0.05em;
  background: #fbf9f2;
}
body p {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Meiryo", sans-serif;
}

.min {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Meiryo", sans-serif;
}

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

a:hover {
  opacity: 0.8;
}

p {
  line-height: 2;
}

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

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 #sp_menu {
  background-image: url("../img/common/sp_menu_close.webp");
}
html.open body header div.inner .menu {
  display: block;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  padding-bottom: 0.625rem;
  text-decoration: none;
  color: var(--textColor);
  font-size: 1.25rem;
}
@media screen and (max-width: 749px) {
  .btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 749px) {
  .btn span {
    font-size: 14px;
  }
}
.btn:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--textColor);
}
.btn:after {
  content: "";
  display: block;
  width: 1em;
  aspect-ratio: 1/1;
  background: url("../img/common/arrow2.webp") no-repeat center/cover;
}
.btn.white {
  color: #ffffff;
}
.btn.white:before {
  background-color: #ffffff;
}
.btn.white:after {
  background: url("../img/common/arrow1.webp") no-repeat center/cover;
}

@media screen and (max-width: 1100px) {
  header {
    position: relative;
  }
}
header .inner {
  width: 90%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  max-width: 1368px;
}
@media screen and (min-width: 750px) {
  header .inner {
    padding-top: 20px;
    margin-bottom: 3.75rem;
  }
}
@media screen and (max-width: 1100px) {
  header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 18px;
  }
}
header .inner h1 {
  background: url("../img/common/logo.webp") no-repeat center/cover;
  aspect-ratio: 500/64;
  overflow: hidden;
  text-indent: -9999em;
  width: 40%;
  max-width: 31.25rem;
  margin-top: auto;
  margin-bottom: 0;
}
@media screen and (max-width: 749px) {
  header .inner h1 {
    width: 65%;
    max-width: 320px;
    min-width: 250px;
    margin-bottom: auto;
  }
}
header .inner h1 a {
  display: block;
  height: 100%;
}
header .inner h1:hover {
  opacity: 0.8;
}
header .inner dl {
  display: grid;
  grid-template-columns: 114px auto;
  column-gap: 6px;
  row-gap: 8px;
}
@media screen and (max-width: 749px) {
  header .inner dl {
    column-gap: 10px;
    row-gap: 10px;
  }
}
header .inner dl dt {
  color: #ffffff;
  background: var(--brown);
  font-size: 14px;
  text-align: center;
  line-height: 1.25;
  border-radius: 5px;
}
header .inner dl dd {
  letter-spacing: normal;
  line-height: 1.25;
}
header .inner address em {
  font-size: 14px;
  text-align: center;
  display: block;
  border-bottom: 1px solid var(--textColor);
  padding-bottom: 6px;
}
header .inner address .tel {
  text-decoration: none;
  display: flex;
  align-items: baseline;
  gap: 5px;
  transform: translateY(8px);
}
header .inner address .tel:before {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  background: url("../img/common/icon1.webp") no-repeat center/cover;
}
header .inner address .tel span {
  font-size: 24px;
  color: var(--green);
  line-height: 1;
}
@media screen and (min-width: 1099px) {
  header .inner {
    display: flex;
    justify-content: space-between;
    gap: 1.875rem;
  }
  header .inner .menu {
    width: 36.25rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  header .inner .menu nav {
    order: 2;
  }
  header .inner .menu .info {
    order: 1;
    display: flex;
    justify-content: space-between;
  }
  header .inner .menu nav > ul {
    display: flex;
    justify-content: end;
    gap: var(--px32to12);
  }
  header .inner .menu nav > ul a {
    text-decoration: none;
    color: var(--textColor);
    font-weight: 500;
  }
  header .inner .menu nav > ul > li {
    position: relative;
  }
  header .inner .menu nav > ul > li > a {
    position: relative;
  }
  header .inner .menu nav > ul > li > a:hover:after {
    content: "";
    display: block;
    height: 2px;
    background: var(--green);
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    animation: fadeIn 0.5s ease-in-out forwards;
  }
  header .inner .menu nav > ul > li > span {
    position: relative;
    cursor: pointer;
  }
  header .inner .menu nav > ul > li > span:hover {
    opacity: 0.8;
  }
  header .inner .menu nav > ul > li > span:after {
    content: "";
    position: absolute;
    top: calc(50% - 0.5em);
    right: 2em;
    height: 1em;
    width: 1em;
    font-size: 10px;
    border-right: 1px solid #867d73;
    border-top: 1px solid #867d73;
    transform: rotate(45deg);
    border-color: var(--green);
    position: absolute;
    bottom: -20px;
    right: 2.8em;
    top: auto;
    transform: rotate(135deg);
  }
  header .inner .menu nav > ul > li > span + ul {
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    padding: 20px;
    box-sizing: border-box;
    background: #fbf9f2;
    border-radius: 20px;
    transform: translate(-50%, calc(100% + 48px));
    z-index: 100;
  }
  header .inner .menu nav > ul > li > span + ul > li {
    width: 124px;
  }
  header .inner .menu nav > ul > li > span + ul > li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    padding-bottom: 0.625rem;
    text-decoration: none;
    color: var(--textColor);
  }
  header .inner .menu nav > ul > li > span + ul > li a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: var(--textColor);
  }
  header .inner .menu nav > ul > li > span + ul > li a:after {
    content: "";
    display: block;
    width: 1em;
    aspect-ratio: 1/1;
    background: url("../img/common/arrow2.webp") no-repeat center/cover;
  }
  header .inner .menu nav > ul > li > span + ul > li + li {
    margin-top: 20px;
  }
  header .inner .menu nav > ul > li > span.submenu.open + ul {
    display: block;
  }
}
@media screen and (max-width: 1100px) {
  header .inner .menu {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 78px);
    z-index: 100;
    background: #fbf9f2;
    transform: translateY(100%);
    overflow: auto;
  }
}
@media screen and (max-width: 1100px) and (max-width: 749px) {
  header .inner .menu {
    height: calc(100vh - 60px);
  }
}
@media screen and (max-width: 1100px) {
  header .inner .menu .info {
    width: 350px;
    margin: 32px auto 0;
    text-align: center;
  }
}
@media screen and (max-width: 1100px) and (max-width: 749px) {
  header .inner .menu .info {
    width: 90%;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1100px) {
  header .inner .menu .info dl dd {
    text-align: left;
  }
  header .inner .menu .info address {
    display: inline-block;
    margin-top: 32px;
  }
  header .inner .menu nav {
    width: 90%;
    margin: 28px auto 0;
  }
  header .inner .menu nav > ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  header .inner .menu nav > ul > li {
    position: relative;
  }
  header .inner .menu nav > ul > li > a {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-bottom: 16px;
    text-decoration: none;
    color: var(--textColor);
  }
  header .inner .menu nav > ul > li > a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: var(--green);
  }
  header .inner .menu nav > ul > li > a:after {
    content: "";
    display: block;
    width: 1em;
    aspect-ratio: 1/1;
    background: url("../img/common/arrow2.webp") no-repeat center/cover;
  }
  header .inner .menu nav > ul > li > span {
    position: static;
    padding-bottom: 0;
    font-size: 16px;
  }
  header .inner .menu nav > ul > li > span:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -16px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: var(--green);
  }
  header .inner .menu nav > ul > li > span + ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 16px;
  }
  header .inner .menu nav > ul > li > span + ul li a {
    display: block;
    position: relative;
    padding-top: 8px;
    padding-left: 0px;
    padding-bottom: 10px;
    background-color: var(--green);
    color: #ffffff;
    border-radius: 48px;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
  }
  header .inner .menu nav > ul > li > span + ul li a:after {
    content: "";
    position: absolute;
    top: calc(50% - 0.5em);
    right: 20px;
    height: 1em;
    width: 1em;
    font-size: 6px;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    transform: rotate(45deg);
  }
}

@media screen and (min-width: 1099px) {
  #sp_menu {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  #sp_menu {
    z-index: 200;
    display: block;
    font-size: 60px;
    width: 1em;
    aspect-ratio: 1/1;
    background: url("../img/common/sp_menu.webp") no-repeat center/cover;
  }
}
@media screen and (max-width: 1100px) and (max-width: 749px) {
  #sp_menu {
    font-size: 3rem;
  }
}

#timeTable table {
  width: 100%;
  display: block;
  margin-top: 2rem;
}
#timeTable table th, #timeTable table td {
  box-sizing: border-box;
  width: 10.736196319%;
  display: block;
  letter-spacing: normal;
}
#timeTable table thead {
  display: block;
}
#timeTable table thead tr {
  display: flex;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 1.5rem;
  background-color: #ffffff;
}
#timeTable table thead th {
  padding: 0.875rem 0;
}
#timeTable table thead th span {
  display: block;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  color: var(--green);
}
#timeTable table thead th:first-child {
  width: 36.5030674847%;
}
#timeTable table thead th:first-child span {
  text-align: center;
}
#timeTable table thead th:last-child {
  width: 12.2699386503%;
}
#timeTable table tbody {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#timeTable table tbody tr {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #ffffff;
}
#timeTable table tbody tr td {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  height: 3rem;
}
#timeTable table tbody tr td span {
  line-height: 1;
  display: block;
  color: #ffffff;
}
#timeTable table tbody tr td:first-child {
  width: 36.5030674847%;
}
#timeTable table tbody tr td:first-child span {
  text-align: center;
}
#timeTable table tbody tr td:last-child {
  width: 12.2699386503%;
}
#timeTable ul {
  margin-top: 0.9375rem;
  color: #ffffff;
}

@keyframes footerSlide {
  to {
    transform: translateX(-100%);
  }
}
.footer_slide {
  margin-top: 8rem;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.footer_slide ul {
  animation: footerSlide 30s linear infinite;
  display: flex;
}
.footer_slide ul li {
  padding: 0 0.625rem;
}
.footer_slide ul li img {
  display: block;
  width: clamp(240px, 30vw, 540px);
  border-radius: 1.25rem;
}

footer {
  margin-top: 4rem;
  background: var(--green);
}
footer:before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1520/100;
  background: url("../img/common/bg1.webp") #fbf9f2 no-repeat center/contain;
}
footer .inner {
  width: 90%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding-top: 4rem;
}
footer .inner .grid_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--px64to20);
  margin-bottom: 4rem;
}
@media screen and (max-width: 749px) {
  footer .inner .grid_box {
    grid-template-columns: 1fr;
    margin-bottom: 28px;
  }
}
footer .inner .grid_box > div {
  background: #ffffff;
  padding: var(--px32to20);
  padding-bottom: var(--px64to20);
  border-radius: var(--px50to20);
}
footer .inner .grid_box > div h2 {
  text-align: center;
  border-bottom: 1px solid var(--textColor);
  padding-bottom: 1.25rem;
  margin-bottom: 1.3125rem;
  font-size: 1.25rem;
}
@media screen and (max-width: 749px) {
  footer .inner .grid_box > div h2 {
    font-size: 16px;
  }
}
footer .inner .grid_box > div .btn_box {
  display: flex;
  justify-content: end;
}
footer .inner .grid_box > div .btn_box .btn {
  gap: 1.25rem;
  font-size: 1.25rem;
}
footer .inner .grid_box address ul {
  margin: 0.625rem 0 1.5rem;
}
footer .inner .grid_box address ul li {
  position: relative;
  padding-left: 1.2rem;
  line-height: 1.6;
}
footer .inner .grid_box address ul li:before {
  content: "●";
  display: block;
  width: 1em;
  height: 1em;
  color: var(--brown);
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(70%);
}
footer .inner .grid_box address > span {
  font-size: 1.25rem;
  color: var(--green);
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 749px) {
  footer .inner .grid_box address > span {
    font-size: 18px;
    align-items: baseline;
    line-height: 1.4;
  }
}
footer .inner .grid_box address > span:before {
  content: "";
  width: 1em;
  height: 1em;
  background: url("../img/common/icon2.webp") no-repeat center/cover;
  display: block;
}
@media screen and (max-width: 749px) {
  footer .inner .grid_box address > span:before {
    transform: translateY(3px);
  }
}
footer .inner .grid_box address .tel {
  text-decoration: none;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
  margin-bottom: 1.5rem;
}
footer .inner .grid_box address .tel:before {
  display: block;
  content: "";
  width: 1em;
  height: 1em;
  font-size: 1.75rem;
  background: url("../img/common/icon1.webp") no-repeat center/cover;
}
@media screen and (max-width: 1100px) {
  footer .inner .grid_box address .tel:before {
    font-size: 24px;
  }
}
@media screen and (max-width: 749px) {
  footer .inner .grid_box address .tel:before {
    font-size: 15px;
  }
}
footer .inner .grid_box address .tel > span {
  font-size: 3rem;
  color: var(--green);
  line-height: 1;
}
@media screen and (max-width: 1100px) {
  footer .inner .grid_box address .tel > span {
    font-size: 38px;
  }
}
@media screen and (max-width: 749px) {
  footer .inner .grid_box address .tel > span {
    font-size: 24px;
  }
}
footer .inner .grid_box .info {
  display: grid;
  grid-template-columns: 6rem auto;
  gap: 0.625rem;
}
@media screen and (max-width: 1100px) {
  footer .inner .grid_box .info {
    display: block;
  }
}
footer .inner .grid_box .info em {
  letter-spacing: normal;
}
@media screen and (max-width: 749px) {
  footer .inner .grid_box .info em {
    text-align: center;
    display: block;
  }
}
footer .inner .grid_box .info dl {
  display: grid;
  grid-template-columns: 114px auto;
  column-gap: 0.375rem;
  row-gap: 0.5rem;
}
@media screen and (max-width: 749px) {
  footer .inner .grid_box .info dl {
    display: block;
    text-align: center;
  }
}
footer .inner .grid_box .info dl dt {
  color: #ffffff;
  background: var(--brown);
  font-size: 14px;
  text-align: center;
  line-height: 1.25;
  border-radius: 5px;
}
@media screen and (max-width: 749px) {
  footer .inner .grid_box .info dl dt {
    width: 114px;
    margin: 10px auto 0;
  }
  footer .inner .grid_box .info dl dt + dd {
    margin-top: 10px;
  }
}
footer .inner .grid_box .info dl dd {
  letter-spacing: normal;
  line-height: 1.25;
}
@media screen and (max-width: 749px) {
  footer .inner .grid_box .info dl dd {
    text-align: center;
  }
}
footer .inner .flex_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 749px) {
  footer .inner .flex_box {
    flex-direction: column;
  }
}
@media screen and (min-width: 1099px) {
  footer .inner .flex_box .logo_box {
    flex-basis: 41.1184210526%;
  }
}
@media screen and (max-width: 1100px) {
  footer .inner .flex_box .logo_box {
    flex-basis: 32.8947368421%;
  }
}
@media screen and (max-width: 749px) {
  footer .inner .flex_box .logo_box {
    flex-basis: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1099px) {
  footer .inner .flex_box .text_box {
    flex-basis: 53.6184210526%;
  }
}
@media screen and (max-width: 1100px) {
  footer .inner .flex_box .text_box {
    flex-basis: 61.8421052632%;
  }
}
@media screen and (max-width: 749px) {
  footer .inner .flex_box .text_box {
    flex-basis: 100%;
  }
}
footer .inner .flex_box .text_box nav ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 749px) {
  footer .inner .flex_box .text_box nav ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
footer .inner .flex_box .text_box nav ul li a {
  text-decoration: none;
  color: #ffffff;
}
@media screen and (max-width: 749px) {
  footer .inner .flex_box .text_box nav ul li a {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    padding-bottom: 16px;
    text-decoration: none;
    color: #ffffff;
  }
  footer .inner .flex_box .text_box nav ul li a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #ffffff;
  }
  footer .inner .flex_box .text_box nav ul li a:after {
    content: "";
    display: block;
    width: 1em;
    aspect-ratio: 1/1;
    background: url("../img/common/arrow1.webp") no-repeat center/cover;
  }
}
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;
}

.title_box {
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 749px) {
  .title_box {
    font-size: 1.5rem;
  }
}
.title_box:before {
  content: "";
  display: block;
  width: 6.25rem;
  margin: 0 auto 2rem;
  aspect-ratio: 100/52;
  background: url("../img/about/icon1.webp") no-repeat center/contain;
}
@media screen and (max-width: 749px) {
  .title_box:before {
    width: 5.625rem;
    margin-bottom: 1.5rem;
  }
}

#head_box {
  margin-bottom: 8rem;
}
#head_box .inner {
  width: 90%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  max-width: 1368px;
  display: grid;
  grid-template-columns: 26em auto;
}
@media screen and (min-width: 1099px) {
  #head_box .inner {
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px) {
  #head_box .inner {
    font-size: 13px;
  }
}
@media screen and (max-width: 749px) {
  #head_box .inner {
    font-size: 10px;
  }
}
@media screen and (max-width: 1100px) {
  #head_box .inner {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 749px) {
  #head_box .inner {
    margin-top: 40px;
  }
}
#head_box .inner:after {
  content: "";
  height: 100%;
  display: block;
  background-image: url("../img/about/main.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3.125em;
}
@media screen and (max-width: 1100px) {
  #head_box .inner:after {
    order: 1;
    aspect-ratio: 950/500;
    width: 95%;
    margin-left: auto;
    margin-right: 0;
  }
}
#head_box .inner .main_title {
  margin-top: 25rem;
  position: relative;
}
@media screen and (max-width: 1100px) {
  #head_box .inner .main_title {
    order: 2;
    margin-top: auto;
  }
}
#head_box .inner .main_title > div {
  position: relative;
  z-index: 10;
  padding-left: 4.75em;
}
@media screen and (min-width: 1099px) {
  #head_box .inner .main_title > div {
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px) {
  #head_box .inner .main_title > div {
    font-size: 13px;
  }
}
@media screen and (max-width: 749px) {
  #head_box .inner .main_title > div {
    font-size: 10px;
  }
}
@media screen and (max-width: 749px) {
  #head_box .inner .main_title > div {
    padding-left: 1em;
  }
}
#head_box .inner .main_title > div h2 {
  color: #ffffff;
  font-size: 3em;
  line-height: 1;
}
@media screen and (max-width: 749px) {
  #head_box .inner .main_title > div h2 {
    font-size: 2.5em;
  }
}
#head_box .inner .main_title > div span {
  display: block;
  line-height: 1;
  color: #ffffff;
  margin-top: 1em;
  font-size: 1.5em;
}
#head_box .inner .main_title:before {
  content: "";
  position: absolute;
  top: -3em;
  bottom: -3em;
  right: -6.375em;
  left: -312.5rem;
  background: var(--green);
  z-index: 5;
  border-radius: 0 3.125em 3.125em 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  #head_box .inner .main_title:before {
    right: 0;
    transform: translateX(-30vw);
  }
}
#head_box .bread_list {
  width: 90%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  max-width: 1368px;
}
#head_box .bread_list ul {
  display: flex;
  justify-content: end;
  gap: 1em;
  margin-top: 2rem;
}
@media screen and (max-width: 749px) {
  #head_box .bread_list ul {
    margin-top: 50px;
  }
}
#head_box .bread_list ul li {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Meiryo", sans-serif;
  color: #989898;
}
#head_box .bread_list ul li a {
  color: var(--textColor);
}
#head_box .bread_list ul li + li:before {
  content: "／";
  display: inline;
  margin-right: 1em;
}

body.home main section.slide_area {
  position: relative;
}
body.home main section.slide_area .inner {
  width: 90%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  max-width: 1368px;
}
body.home main section.slide_area .inner:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1520/100;
  background: url("../img/common/bg1.webp") no-repeat center/contain;
}
body.home main section.slide_area .inner .slider {
  width: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 749px) {
  body.home main section.slide_area .inner .slider {
    margin-top: 26px;
  }
}
body.home main section.slide_area .inner .slider .swiper-wrapper {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1368/900;
  border-radius: 3.125rem;
  background: #ffffff;
}
@media screen and (max-width: 749px) {
  body.home main section.slide_area .inner .slider .swiper-wrapper {
    border-radius: 15px;
  }
}
body.home main section.slide_area .inner .slider .swiper-wrapper .slide1 {
  background: url("../img/home/slide1.webp") no-repeat center/cover;
}
body.home main section.slide_area .inner .slider .swiper-wrapper .slide2 {
  background: url("../img/home/slide2.webp") no-repeat center/cover;
}
body.home main section.slide_area .inner .slider .swiper-wrapper .slide3 {
  background: url("../img/home/slide3.webp") no-repeat center/cover;
}
body.home main section.slide_area .inner .slider .swiper-wrapper .swiper-slide > div {
  opacity: 0;
  height: 100%;
}
body.home main section.slide_area .inner .slider .swiper-wrapper .swiper-slide.swiper-slide-prev > div {
  animation: fadeOut 2s ease-in forwards;
}
body.home main section.slide_area .inner .slider .swiper-wrapper .swiper-slide.swiper-slide-active > div {
  animation: fadeIn 2s ease-in forwards;
}
body.home main section.news_box {
  background: var(--green);
  padding-top: 4rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 749px) {
  body.home main section.news_box {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
body.home main section.news_box .inner {
  width: 90%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  max-width: 1368px;
}
body.home main section.news_box .grid_box {
  display: grid;
  grid-template-columns: 15.25rem auto;
  border-radius: 1.25rem;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  body.home main section.news_box .grid_box {
    grid-template-columns: 1fr;
  }
}
body.home main section.news_box .grid_box .title {
  color: #ffffff;
  text-align: center;
  font-size: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 749px) {
  body.home main section.news_box .grid_box .title {
    padding: 20px 0;
  }
}
body.home main section.news_box .grid_box .title span {
  margin-top: 0.625rem;
  font-size: 1rem;
  display: block;
}
body.home main section.news_box .grid_box h2 {
  background: #ffffff;
  padding: 2rem;
}
body.home main section.news_box .grid_box h2 a {
  display: grid;
  grid-template-columns: 5.625rem auto;
  text-decoration: none;
  gap: 1.25rem;
}
@media screen and (max-width: 749px) {
  body.home main section.news_box .grid_box h2 a {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
body.home main section.news_box .grid_box h2 a time {
  font-family: "Comfortaa", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: var(--green);
  line-height: 1;
}
@media screen and (min-width: 750px) {
  body.home main section.news_box .grid_box h2 a time {
    transform: translateY(10%);
  }
}
body.home main section.news_box .grid_box h2 a em {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--textColor);
  line-height: 1;
}
body.home main section.news_box .btn_box {
  text-align: left;
  display: flex;
  justify-content: end;
  margin-top: 2rem;
}
body.home main section.news_box .btn_box .btn {
  gap: 1.25rem;
  font-size: 1.25rem;
}
body.home main section.treatment_box {
  position: relative;
  margin-bottom: 8rem;
}
body.home main section.treatment_box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1520/100;
  background: url("../img/common/bg2.webp") no-repeat center/contain;
}
body.home main section.treatment_box .inner {
  width: 90%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  background: #ffffff;
  padding: var(--px64to20);
  border-radius: var(--px50to20);
  box-shadow: 9.7px 9.7px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 749px) {
  body.home main section.treatment_box .inner {
    padding: 2.5rem;
  }
}
body.home main section.treatment_box .inner .head_box {
  display: flex;
  gap: 1.875rem;
  align-items: center;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--textColor);
}
@media screen and (max-width: 749px) {
  body.home main section.treatment_box .inner .head_box {
    display: grid;
    grid-template-columns: 1fr;
  }
}
body.home main section.treatment_box .inner .head_box h2 {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 1rem;
  flex: 1 0 auto;
}
@media screen and (max-width: 749px) {
  body.home main section.treatment_box .inner .head_box h2 {
    align-items: center;
  }
}
body.home main section.treatment_box .inner .head_box h2 em {
  font-size: 2rem;
  line-height: 1;
}
body.home main section.treatment_box .inner .head_box h2 span {
  color: var(--brown);
  line-height: 1;
}
body.home main section.treatment_box .inner .grid_box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--px64to20);
  margin-top: 4rem;
}
@media screen and (max-width: 1100px) {
  body.home main section.treatment_box .inner .grid_box {
    grid-template-columns: 1fr 1fr;
    row-gap: 60px;
  }
}
@media screen and (max-width: 749px) {
  body.home main section.treatment_box .inner .grid_box {
    grid-template-columns: 1fr;
  }
}
body.home main section.treatment_box .inner .grid_box > div {
  display: flex;
  flex-direction: column;
}
body.home main section.treatment_box .inner .grid_box > div .btn_box {
  display: flex;
  justify-content: end;
  margin-top: auto;
  margin-bottom: 0;
}
body.home main section.treatment_box .inner .grid_box > div .btn_box a {
  width: 9rem;
}
body.home main section.treatment_box .inner .grid_box > div img {
  width: 7.5rem;
  margin: 0 auto 2rem;
}
body.home main section.treatment_box .inner .grid_box > div h3 {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
body.home main section.treatment_box .inner .grid_box > div p {
  margin-bottom: 2rem;
}
body.home main section.support_box {
  background: url("../img/home/bg_support.webp") no-repeat center/cover;
}
body.home main section.support_box .inner {
  width: 90%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  max-width: 726px;
  padding: 8rem 0;
  color: #ffffff;
  text-align: center;
  position: relative;
}
body.home main section.support_box .inner:before {
  content: "";
  inset: 0;
  position: absolute;
  background: rgba(180, 130, 0, 0.5);
  mix-blend-mode: multiply;
}
body.home main section.support_box .inner h2 {
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 1.875rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 749px) {
  body.home main section.support_box .inner h2 {
    font-size: 20px;
  }
}
body.home main section.support_box .inner p {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 749px) {
  body.home main section.support_box .inner p {
    padding: 0 20px;
    text-align: left;
  }
  body.home main section.support_box .inner p br {
    display: none;
  }
}
body.home main section.point_box {
  margin-top: 6rem;
}
body.home main section.point_box .inner {
  width: 90%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
body.home main section.point_box .inner h2 {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
  position: relative;
  overflow: hidden;
  margin-bottom: 3rem;
}
body.home main section.point_box .inner h2 span {
  color: var(--brown);
}
body.home main section.point_box .inner h2:before, body.home main section.point_box .inner h2:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  height: 1px;
  width: 50%;
  background: var(--brown);
}
body.home main section.point_box .inner h2:before {
  left: -6.4375rem;
}
body.home main section.point_box .inner h2:after {
  right: -6.4375rem;
}
@media screen and (max-width: 749px) {
  body.home main section.point_box .inner h2 {
    width: 90%;
    margin: 0 auto 3rem;
  }
}
body.home main section.point_box .inner .grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--px50to20);
}
@media screen and (max-width: 749px) {
  body.home main section.point_box .inner .grid_box {
    grid-template-columns: 1fr;
    width: 90%;
    margin: 0 auto;
    row-gap: 60px;
  }
}
body.home main section.point_box .inner .grid_box > div {
  background-color: #ffffff;
  box-shadow: 9.7px 9.7px 0 rgba(0, 0, 0, 0.1);
  border-radius: 1.25rem;
  overflow: hidden;
}
body.home main section.point_box .inner .grid_box > div h3 {
  text-align: center;
  margin-top: 2rem;
}
body.home main section.point_box .inner .grid_box > div h3 span {
  display: block;
  line-height: 1;
  margin-bottom: 1rem;
}
body.home main section.point_box .inner .grid_box > div h3 em {
  font-size: 1.5rem;
  line-height: 1;
  color: var(--brown);
}
body.home main section.point_box .inner .grid_box > div p {
  padding: 2rem;
}
body.home main section.point_box .inner .btn_box {
  margin-top: 6rem;
  display: flex;
  justify-content: center;
  gap: 3rem;
}
@media screen and (max-width: 749px) {
  body.home main section.point_box .inner .btn_box {
    gap: 2.5rem;
  }
}
body.home main section.point_box .inner .btn_box .btn {
  width: 11.625rem;
}
@media screen and (max-width: 749px) {
  body.home main section.point_box .inner .btn_box .btn {
    width: 8.75rem;
  }
}
body.home main section.info_box {
  margin-top: 8rem;
}
body.home main section.info_box .inner {
  width: 90%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  text-align: center;
  background: #ffffff;
  border-radius: 1.25rem;
  padding: 2rem 0;
}
@media screen and (max-width: 749px) {
  body.home main section.info_box .inner {
    border-radius: 10px;
  }
}
body.home main section.info_box .inner h2 {
  color: var(--brown);
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}
body.home main section.info_box .inner .img_box {
  max-width: 24.625rem;
  width: 100%;
  margin: 1.75rem auto 0;
}

body.about main section.docter_box .inner {
  width: 90%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
body.about main section.docter_box .inner .title_box h2:before {
  background: url("../img/about/icon1.webp") no-repeat center/cover;
}
body.about main section.docter_box .inner .flex_box {
  margin-top: 4.25rem;
  display: flex;
  gap: var(--px64to20);
}
@media screen and (max-width: 749px) {
  body.about main section.docter_box .inner .flex_box {
    display: block;
  }
}
body.about main section.docter_box .inner .flex_box .img_box {
  width: 17.5rem;
}
@media screen and (max-width: 749px) {
  body.about main section.docter_box .inner .flex_box .img_box {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 749px) {
  body.about main section.docter_box .inner .name {
    text-align: center;
  }
}
body.about main section.docter_box .inner .name h3 {
  margin-top: 1rem;
  display: flex;
  align-items: baseline;
  gap: 0.9375rem;
}
@media screen and (max-width: 749px) {
  body.about main section.docter_box .inner .name h3 {
    justify-content: center;
  }
}
body.about main section.docter_box .inner .name h3 span {
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 500;
}
body.about main section.docter_box .inner .name h3 i {
  line-height: 1;
  font-weight: 500;
}
body.about main section.docter_box .inner .greeting {
  margin-top: 4rem;
}
body.about main section.docter_box .inner .greeting .min_title {
  color: var(--brown);
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 1rem;
}
@media screen and (max-width: 749px) {
  body.about main section.docter_box .inner .greeting .min_title {
    font-size: 19px;
    text-align: center;
  }
}
body.about main section.docter_box .inner .career_box {
  display: flex;
  gap: var(--fs32to20);
  margin-top: 4rem;
}
@media screen and (max-width: 749px) {
  body.about main section.docter_box .inner .career_box {
    flex-direction: column;
  }
}
body.about main section.docter_box .inner .career_box > div {
  flex: 1 0 auto;
}
body.about main section.docter_box .inner .career_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;
}
body.about main section.docter_box .inner .career_box > div p {
  margin-top: 0.8em;
}
body.about main section.point_box {
  margin-top: 8rem;
}
body.about main section.point_box .inner {
  width: 90%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
body.about main section.point_box .inner .title_box:before {
  background-image: url("../img/about/icon2.webp");
}
body.about main section.point_box .inner .grid_box {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--px64to20);
}
@media screen and (max-width: 749px) {
  body.about main section.point_box .inner .grid_box {
    grid-template-columns: 1fr;
  }
}
body.about main section.point_box .inner .grid_box + .grid_box {
  padding-top: 4rem;
  border-top: 1px solid #c1c1c1;
}
body.about main section.point_box .inner .grid_box .img_box img {
  display: block;
  border-radius: 3.125rem;
}
body.about main section.point_box .inner .grid_box .text_box h3 {
  font-size: 1.5rem;
  color: var(--brown);
  margin: 1rem 0 2rem;
}
@media screen and (min-width: 750px) {
  body.about main section.point_box .inner .grid_box .img_box {
    order: 1;
  }
  body.about main section.point_box .inner .grid_box .text_box {
    order: 2;
  }
}
@media screen and (min-width: 750px) {
  body.about main section.point_box .inner .grid_box.type2 .img_box {
    order: 2;
  }
  body.about main section.point_box .inner .grid_box.type2 .text_box {
    order: 1;
  }
}

body.treatment main #head_box .inner::after {
  background-image: url("../img/treatment/main.webp");
}
body.treatment main section.anker_box .inner {
  width: 90%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
body.treatment main section.anker_box .inner ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 1100px) {
  body.treatment main section.anker_box .inner ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 749px) {
  body.treatment main section.anker_box .inner ul {
    grid-template-columns: 1fr;
  }
}
body.treatment main section.anker_box .inner ul li a {
  background: #c39b33;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em 2em;
  font-size: 1.25rem;
  text-decoration: none;
  border-radius: 0.625rem;
}
body.treatment main section.anker_box .inner ul li a:after {
  content: "";
  display: block;
  width: 1em;
  aspect-ratio: 1/1;
  background: url("../img/common/arrow1.webp") no-repeat center/cover;
  transform: rotate(90deg);
}
body.treatment main section[id^=box] {
  padding-top: 4rem;
  margin-top: 4rem;
}
body.treatment main section[id^=box] .inner {
  width: 90%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
body.treatment main section[id^=box] .inner .flex_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 4rem 0;
}
@media screen and (max-width: 749px) {
  body.treatment main section[id^=box] .inner .flex_box {
    flex-direction: column;
    gap: 30px;
  }
}
body.treatment main section[id^=box] .inner .flex_box .img_box img {
  border-radius: 1.25rem;
}
@media screen and (min-width: 750px) {
  body.treatment main section[id^=box] .inner .flex_box .img_box {
    flex-basis: 34.5394736842%;
  }
}
body.treatment main section[id^=box] .inner .list_box {
  background: #ffffff;
  border-radius: 1.25rem;
  padding: clamp(20px, 3vw, 48px);
  box-sizing: border-box;
}
@media screen and (min-width: 750px) {
  body.treatment main section[id^=box] .inner .list_box {
    flex-basis: 60.1973684211%;
  }
}
@media screen and (max-width: 749px) {
  body.treatment main section[id^=box] .inner .list_box {
    width: 100%;
  }
}
body.treatment main section[id^=box] .inner .list_box .min_title1 {
  color: var(--green);
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (max-width: 749px) {
  body.treatment main section[id^=box] .inner .list_box .min_title1 {
    text-align: left;
  }
}
body.treatment main section[id^=box] .inner .list_box ul {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 1.25rem;
  column-gap: 2rem;
}
@media screen and (max-width: 749px) {
  body.treatment main section[id^=box] .inner .list_box ul {
    margin-top: 1.25rem;
    grid-template-columns: 1fr;
  }
}
body.treatment main section[id^=box] .inner .list_box ul li {
  font-size: 1.25rem;
  padding-left: 1.3em;
  padding-bottom: 0.8em;
  position: relative;
}
body.treatment main section[id^=box] .inner .list_box ul li:before {
  content: "●";
  position: absolute;
  color: var(--green);
  top: 0;
  left: 0;
  transform: scale(60%);
}
body.treatment main section[id^=box] .inner .list_box ul li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='2' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='1' cy='1' r='1' fill='%23d9c080' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: center;
}
body.treatment main section[id^=box] .inner .list_box p {
  margin-top: 1.375rem;
}
body.treatment main section[id^=box] .inner .min_title2 {
  position: relative;
  padding-left: 1.4em;
  margin: 4rem 0 2rem;
  font-size: 1.5rem;
}
body.treatment main section[id^=box] .inner .min_title2:before {
  content: "■";
  position: absolute;
  color: var(--green);
  top: 0;
  left: 0;
}
body.treatment main section[id^=box] .inner .grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 749px) {
  body.treatment main section[id^=box] .inner .grid_box {
    grid-template-columns: 1fr;
  }
}
body.treatment main section[id^=box] .inner .grid_box > div {
  border-radius: 1.25rem;
  padding: var(--px32to20);
  background-color: #f4ecd9;
}
body.treatment main section[id^=box] .inner .grid_box > div h3 {
  text-align: center;
}
body.treatment main section[id^=box] .inner .grid_box > div h3 span {
  display: block;
  color: var(--brown);
  line-height: 1;
  margin-bottom: 1em;
}
body.treatment main section[id^=box] .inner .grid_box > div h3 em {
  display: block;
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: 1.375rem;
}
body.treatment main section[id^=box] .inner .grid_box > div i {
  display: block;
  position: relative;
  padding-left: 1em;
}
body.treatment main section[id^=box] .inner .grid_box > div i:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
body.treatment main section#box1 .inner .title_box::before {
  background: url("../img/treatment/icon1.webp") no-repeat center/cover;
}
body.treatment main section#box2 .inner .title_box::before {
  background: url("../img/treatment/icon2.webp") no-repeat center/cover;
}
body.treatment main section#box3 .inner .title_box::before {
  background: url("../img/treatment/icon3.webp") no-repeat center/cover;
}
body.treatment main section#box4 .inner .title_box::before {
  background: url("../img/treatment/icon4.webp") no-repeat center/cover;
}

body.tour main #head_box .inner::after {
  background-image: url("../img/tour/main.webp");
}
body.tour main section.slide_box .inner {
  width: 90%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
body.tour main section.slide_box .inner .title_box::before {
  background: url("../img/tour/icon1.webp") no-repeat center/cover;
}
body.tour main section.slide_box .inner .slider_area {
  margin-top: 4rem;
  width: 100%;
}
body.tour main section.slide_box .inner .slider_area .layout {
  position: relative;
}
body.tour main section.slide_box .inner .slider_area .layout .slide {
  margin: 0 auto;
  width: 86.3486842105%;
  max-width: 1050px;
}
body.tour main section.slide_box .inner .slider_area div[class^=swiper-button] {
  width: 1em;
  height: 1em;
  background: url("../img/tour/arrow.webp") no-repeat center/cover;
  border-radius: 0.5em;
  position: absolute;
  top: calc(50% - 1em);
  font-size: clamp(20px, 4vw, 48px);
  cursor: pointer;
}
body.tour main section.slide_box .inner .slider_area div[class^=swiper-button]:hover {
  opacity: 0.8;
}
body.tour main section.slide_box .inner .slider_area div[class^=swiper-button].swiper-button-next {
  right: 0;
  transform: rotate(180deg);
}
@media screen and (max-width: 749px) {
  body.tour main section.slide_box .inner .slider_area div[class^=swiper-button].swiper-button-next {
    right: -0.2em;
  }
}
body.tour main section.slide_box .inner .slider_area div[class^=swiper-button].swiper-button-prev {
  left: 0;
}
@media screen and (max-width: 749px) {
  body.tour main section.slide_box .inner .slider_area div[class^=swiper-button].swiper-button-prev {
    left: -0.2em;
  }
}
body.tour main section.slide_box .inner .slider_area .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 3rem;
}
body.tour main section.slide_box .inner .slider_area .swiper-pagination span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #d6d6d6;
}
body.tour main section.slide_box .inner .slider_area .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: var(--green);
}
body.tour main section.slide_box .inner .slider_area .swiper-slide:before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1050/700;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 1.25rem;
  margin-bottom: 2rem;
}
body.tour main section.slide_box .inner .slider_area .swiper-slide span {
  display: block;
  text-align: center;
  font-size: 1.25rem;
}
body.tour main section.slide_box .inner .slider_area .type1::before {
  background-image: url("../img/tour/slide1.webp");
}
body.tour main section.slide_box .inner .slider_area .type2::before {
  background-image: url("../img/tour/slide2.webp");
}
body.tour main section.slide_box .inner .slider_area .type3::before {
  background-image: url("../img/tour/slide3.webp");
}
body.tour main section.slide_box .inner .slider_area .type4::before {
  background-image: url("../img/tour/slide4.webp");
}
body.tour main section.slide_box .inner .slider_area .type5::before {
  background-image: url("../img/tour/slide5.webp");
}
body.tour main section.slide_box .inner .slider_area .type6::before {
  background-image: url("../img/tour/slide6.webp");
}
body.tour main section.gallery_box {
  margin-top: 8rem;
}
body.tour main section.gallery_box .inner {
  width: 90%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
body.tour main section.gallery_box .inner .title_box::before {
  background: url("../img/tour/icon2.webp") no-repeat center/cover;
}
body.tour main section.gallery_box .inner .grid_box {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 3.125rem;
  column-gap: 4rem;
}
@media screen and (max-width: 1100px) {
  body.tour main section.gallery_box .inner .grid_box {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 749px) {
  body.tour main section.gallery_box .inner .grid_box {
    grid-template-columns: 1fr;
  }
}
body.tour main section.gallery_box .inner .grid_box img {
  display: block;
  border-radius: 1.25rem;
}
body.tour main section.gallery_box .inner .grid_box h3 {
  font-size: 1.25rem;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

body.access main #head_box .inner::after {
  background-image: url("../img/access/main.webp");
}
body.access main section.access_box .inner {
  width: 90%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
body.access main section.access_box .inner #map {
  width: 100%;
  aspect-ratio: 1216/500;
}
@media screen and (max-width: 749px) {
  body.access main section.access_box .inner #map {
    aspect-ratio: 1/1;
  }
}
body.access main section.access_box .inner #map iframe {
  width: 100%;
  height: 100%;
}
body.access main section.access_box .inner .grid_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 749px) {
  body.access main section.access_box .inner .grid_box {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
body.access main section.access_box .inner .grid_box .img_box img {
  border-radius: 1.25rem;
  display: block;
}
body.access main section.access_box .inner .grid_box .text_box address > span {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 16px;
}
@media screen and (max-width: 749px) {
  body.access main section.access_box .inner .grid_box .text_box address > span {
    align-items: baseline;
    line-height: 1.4;
    justify-content: center;
  }
}
body.access main section.access_box .inner .grid_box .text_box address > span:before {
  content: "";
  width: 1em;
  height: 1em;
  background: url("../img/common/icon2.webp") no-repeat center/cover;
  display: block;
}
@media screen and (max-width: 749px) {
  body.access main section.access_box .inner .grid_box .text_box address > span:before {
    transform: translateY(3px);
  }
}
body.access main section.access_box .inner .grid_box .text_box address .tel {
  text-decoration: none;
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin-top: 16px;
  margin-bottom: 32px;
}
@media screen and (max-width: 749px) {
  body.access main section.access_box .inner .grid_box .text_box address .tel {
    margin-bottom: 20px;
    justify-content: center;
  }
}
body.access main section.access_box .inner .grid_box .text_box address .tel:before {
  display: block;
  content: "";
  width: 1em;
  height: 1em;
  font-size: 15px;
  background: url("../img/common/icon1.webp") no-repeat center/cover;
}
body.access main section.access_box .inner .grid_box .text_box address .tel > span {
  font-size: 24px;
  color: var(--green);
  line-height: 1;
}
body.access main section.access_box .inner .grid_box .text_box > div {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 1.25rem;
}
body.access main section.access_box .inner .grid_box .text_box > div + div {
  margin-top: 1rem;
}
body.access main section.access_box .inner .grid_box .text_box > div h3 {
  font-size: 1.25rem;
  color: var(--green);
  margin-bottom: 1rem;
}
body.access main section.access_box .inner .grid_box .text_box > div ul li {
  position: relative;
  padding-left: 1.2rem;
  line-height: 1.6;
}
body.access main section.access_box .inner .grid_box .text_box > div ul li:before {
  content: "●";
  display: block;
  width: 1em;
  height: 1em;
  color: var(--brown);
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(70%);
}
body.access main section.access_box .inner .grid_box .text_box > div ul li + li {
  margin-top: 0.625rem;
}

body.news main #head_box .inner::after {
  background-image: url("../img/news/main.webp");
}
body.news main section.news_box .inner {
  width: 90%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
body.news main section.news_box .inner article time {
  font-family: "Comfortaa", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: var(--green);
  line-height: 1;
}
body.news main section.news_box .inner article h2 {
  font-size: 1.5rem;
  margin: 0.625rem 0 1.5rem;
  line-height: 2;
}
body.news main section.news_box .inner article p + p {
  margin-top: 1.5rem;
}
body.news main section.news_box .inner article + article {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 1px solid var(--textColor);
}

:root {
  --baseWitdh:1218px;
  --brown:#b48200;
  --green:#33b35b;
  --textColor:#323232;
  --menuWidth:clamp(260px,30vw,420px);
  --fs32to20:clamp(20px,3vw,32px);
  --fs20to10:clamp(10px,1.8vw,20px);
  --px32to12:clamp(12px,1.6vw,32px);
  --px32to20:clamp(20px,1.6vw,32px);
  --px64to20:clamp(20px,3vw,64px);
  --px50to20:clamp(20px,3vw,50px);
}

/*
.zen-maru-gothic-medium {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.comfortaa-<uniquifier> {
  font-family: "Comfortaa", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

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