@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: 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: #808080;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
}

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

#sticky {
  position: relative;
  display: grid;
  grid-template-columns: var(--menuWidth) 1fr;
}
@media screen and (max-width: 1100px) {
  #sticky {
    display: block;
  }
}
#sticky header .inner {
  position: sticky;
  top: 0;
  left: 0;
}
@media screen and (min-width: 750px) {
  #sticky header .inner {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 749px) {
  #sticky header .inner {
    position: static;
  }
}
#sticky main {
  background: #fef9f6;
}
#sticky main :not(.bread_box) .inner {
  width: 90%;
  box-sizing: border-box;
}
@media screen and (min-width: 1750px) {
  #sticky main :not(.bread_box) .inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
  }
}
@media screen and (max-width: 1100px) {
  #sticky main :not(.bread_box) .inner {
    margin-left: auto;
    margin-right: auto;
  }
}

.title_box {
  margin-bottom: 4.25rem;
}
.title_box h2 {
  position: relative;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #9d9892;
}
@media screen and (max-width: 749px) {
  .title_box h2 {
    font-size: 16px;
  }
}
.title_box h2:before {
  content: "";
  display: block;
  font-size: 16px;
  width: 1em;
  height: 1em;
  background: url("../img/common/dotted_bg.webp") no-repeat center/cover;
  border-radius: 0.5em;
  margin: 0 auto 1.5rem;
}
@media screen and (max-width: 749px) {
  .title_box h2:before {
    font-size: 10px;
  }
}
.title_box span {
  text-align: center;
  display: block;
  margin-top: 0.875rem;
  font-size: 4.5rem;
  line-height: 1;
  font-family: "Crimson Pro", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: var(--titleColor);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 749px) {
  .title_box span {
    margin-top: 0.75rem;
    font-size: 40px;
  }
}

header {
  background: #fef9f6;
}
@media screen and (max-width: 1100px) {
  header {
    padding-bottom: 20px;
    position: relative;
    box-sizing: border-box;
    height: 88px;
    z-index: 30;
  }
}
header .inner {
  width: 90%;
  max-width: 320px;
  margin: 0 auto;
  padding-top: 3rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  header .inner {
    padding-top: 20px;
    max-width: none;
  }
}
@media screen and (max-width: 1100px) {
  header .inner .box {
    display: grid;
    grid-template-columns: 1fr 48px;
    column-gap: 32px;
    align-items: center;
  }
  header .inner .box #sp_menu {
    width: 48px;
    height: 48px;
    background: var(--green);
    border-radius: 5px;
    background: url("../img/common/sp_menu.webp") no-repeat center/cover;
  }
}
@media screen and (max-width: 1100px) {
  header .inner .logo {
    max-width: 350px;
  }
}
header .inner .logo h1 a {
  display: block;
  overflow: hidden;
  height: 0;
  padding-top: 49.375%;
  background: url("../img/common/logo.webp") no-repeat center/cover;
}
@media screen and (max-width: 1100px) {
  header .inner .logo h1 a {
    padding-top: 12.5%;
    background: url("../img/common/logo_sp.webp") no-repeat center/cover;
  }
}
header .inner nav {
  margin-top: 2rem;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 1100px) {
  header .inner nav {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(100%);
    background: #fef9f6;
    z-index: 400;
    height: calc(100vh - 88px);
    overflow: auto;
  }
  header .inner nav ul {
    width: 90%;
    margin: 0 auto;
  }
}
header .inner nav ul:not(.btn) {
  display: flex;
  flex-direction: column;
}
header .inner nav ul:not(.btn) li a {
  display: block;
  position: relative;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  color: #808080;
  line-height: 1;
}
header .inner nav ul:not(.btn) li a: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(--orange);
  font-size: 8px;
}
header .inner nav ul:not(.btn) li + li {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 0.5px solid #b5b5b6;
}
header .inner nav ul.btn {
  display: flex;
  flex-direction: column;
  gap: 1.3125rem;
  margin-top: 2rem;
}
header .inner nav ul.btn li a {
  position: relative;
  font-size: 20.8px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  padding: 19px 0;
  border-radius: 10px;
  line-height: 1;
  background-color: var(--orange);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
}
header .inner nav ul.btn li a: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: #ffffff;
  font-size: 8px;
}
header .inner nav ul.btn li.web a {
  background-color: var(--green);
}
header .inner nav ul.btn li.web a:before {
  content: "";
  background: url("../img/common/icon_web.webp") no-repeat center/cover;
  width: 25px;
  height: 21px;
  display: block;
  margin-top: 2px;
}
header .inner nav ul.btn li.tel a {
  gap: 2px;
}
header .inner nav ul.btn li.tel a:before {
  content: "";
  background: url("../img/common/icon_tel.webp") no-repeat center/cover;
  width: 25px;
  height: 21px;
  display: block;
  margin-top: 3px;
}
header .inner nav address {
  line-height: 1.66;
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
}

#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.topOnly {
  text-indent: 0;
  font-weight: bold;
  color: var(--orange);
}
#timeTable ul li.topOnly a {
  color: var(--orange);
}
#timeTable ul li span {
  color: var(--orange);
}

footer {
  padding-top: 8rem;
}
footer .topOnly {
  display: none;
}
footer .inner {
  width: 90%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}
footer .inner .logo_box {
  display: grid;
  grid-template-columns: 21.875rem 1fr;
  gap: var(--px64to20);
  margin-bottom: 4.375rem;
}
@media screen and (max-width: 749px) {
  footer .inner .logo_box {
    grid-template-columns: 1fr;
  }
}
footer .inner .logo_box .logo img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 749px) {
  footer .inner .logo_box .logo img {
    width: 80%;
    margin: 0 auto;
  }
}
footer .inner .logo_box .logo .insta {
  width: 2.5rem;
  height: auto;
  display: block;
  margin: 2rem auto 0;
}
footer .inner .logo_box .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.75rem;
}
footer .inner .logo_box .info address {
  line-height: 1.3;
  font-size: 1.5rem;
}
@media screen and (max-width: 749px) {
  footer .inner .logo_box .info address {
    text-align: center;
    font-size: 18px;
  }
}
footer .inner .logo_box .info ul {
  display: flex;
  gap: 2rem;
}
@media screen and (min-width: 750px) {
  footer .inner .logo_box .info ul {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 749px) {
  footer .inner .logo_box .info ul {
    flex-direction: column;
  }
}
footer .inner .logo_box .info ul li {
  flex: 1;
}
footer .inner .logo_box .info ul li a {
  position: relative;
  font-size: 20.8px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  padding: 19px 0;
  border-radius: 10px;
  line-height: 1;
  background-color: var(--orange);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
}
footer .inner .logo_box .info ul li a: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: #ffffff;
  font-size: 8px;
}
footer .inner .logo_box .info ul li.web a {
  background-color: var(--green);
}
footer .inner .logo_box .info ul li.web a:before {
  content: "";
  background: url("../img/common/icon_web.webp") no-repeat center/cover;
  width: 25px;
  height: 21px;
  display: block;
  margin-top: 2px;
}
footer .inner .logo_box .info ul li.tel a {
  gap: 2px;
}
footer .inner .logo_box .info ul li.tel a:before {
  content: "";
  background: url("../img/common/icon_tel.webp") no-repeat center/cover;
  width: 25px;
  height: 21px;
  display: block;
  margin-top: 3px;
}
footer .inner #timeTable {
  font-size: 1.5rem;
}
@media screen and (max-width: 749px) {
  footer .inner #timeTable {
    font-size: 16px;
  }
}
footer .inner #timeTable ul {
  margin-top: 2.25rem;
}
footer .inner #timeTable ul li {
  letter-spacing: 0.1em;
  line-height: 1.5;
}
footer .inner #timeTable ul li br {
  display: none;
}
footer .inner #timeTable ul li + li {
  margin-top: 0.9375rem;
}
footer .inner nav {
  margin-top: 4.25rem;
}
footer .inner nav ul {
  display: flex;
  justify-content: center;
  column-gap: 64px;
}
@media screen and (max-width: 1100px) {
  footer .inner nav ul {
    column-gap: 32px;
  }
}
@media screen and (max-width: 749px) {
  footer .inner nav ul {
    display: block;
  }
}
@media screen and (max-width: 749px) {
  footer .inner nav ul li {
    text-indent: 1em;
  }
}
footer .inner nav ul li + li {
  display: flex;
  column-gap: inherit;
}
@media screen and (max-width: 749px) {
  footer .inner nav ul li + li {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1.5px solid var(--orange);
  }
}
footer .inner nav ul li + li:before {
  content: "";
  display: block;
  width: 1.5px;
  height: 1.2em;
  background-color: var(--orange);
  transform: rotate(15deg);
  border-radius: 0.75px;
}
@media screen and (max-width: 749px) {
  footer .inner nav ul li + li:before {
    display: none;
  }
}
footer .inner nav ul li a {
  text-decoration: none;
  color: #808080;
  font-size: 1.125rem;
  line-height: 1;
}
footer .copyright {
  margin-top: 4rem;
  padding-bottom: 4.75rem;
}
footer .copyright p {
  text-align: center;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  padding: 0 1.5em;
}

#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.625rem;
}
@media screen and (min-width: 1099px) {
  #page_top a {
    font-size: 70px;
  }
}
@media screen and (max-width: 1100px) {
  #page_top a {
    font-size: 55px;
  }
}
@media screen and (max-width: 749px) {
  #page_top a {
    font-size: 40px;
  }
}
#page_top a span {
  display: block;
  text-indent: -9999em;
  overflow: hidden;
}
#page_top.on a {
  animation: fadeUp 0.5s ease-in-out forwards;
}

#bread_box {
  background: url("../img/news/main.webp") no-repeat center/cover;
  position: relative;
  z-index: 20;
}
@keyframes Bg {
  to {
    background-color: rgba(255, 255, 255, 0);
  }
}
#bread_box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgb(202, 221, 142);
  animation: Bg 1s ease-in-out forwards;
}
#bread_box .inner {
  position: relative;
  z-index: 10;
  padding-top: 6.0625rem;
  padding-bottom: 1.9375rem;
  margin: 0 2rem;
}
@media screen and (max-width: 749px) {
  #bread_box .inner {
    padding-top: 34px;
    padding-bottom: 9px;
  }
}
#bread_box .inner .title {
  text-align: center;
}
#bread_box .inner .title i {
  display: block;
  line-height: 1;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 749px) {
  #bread_box .inner .title i {
    font-size: 10px;
  }
}
#bread_box .inner .title span {
  display: block;
  font-size: 4.5rem;
  line-height: 1;
  font-family: "Crimson Pro", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: var(--titleColor);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 749px) {
  #bread_box .inner .title span {
    margin-top: 0.75rem;
    font-size: 24px;
  }
}
#bread_box .inner ul {
  display: flex;
  justify-content: end;
  margin-top: 2.625rem;
}
@media screen and (max-width: 749px) {
  #bread_box .inner ul {
    margin-top: 13px;
  }
}
#bread_box .inner ul li {
  font-size: 1.3rem;
}
@media screen and (max-width: 749px) {
  #bread_box .inner ul li {
    font-size: 10px;
  }
}
#bread_box .inner ul li a {
  color: #808080;
  text-decoration: none;
  letter-spacing: 0;
}
#bread_box .inner ul li + li:before {
  content: ">";
  display: inline-block;
  margin: 0 0.75em;
}

body.home #topBox {
  display: grid;
  grid-template-columns: var(--menuWidth) 1fr;
}
@media screen and (max-width: 1100px) {
  body.home #topBox {
    grid-template-columns: 1fr;
  }
}
body.home #topBox .visual_box {
  position: relative;
  background-color: #fef9f6;
}
body.home #topBox .visual_box:before {
  content: "";
  display: block;
  height: clamp(250px, 50vw, 650px);
}
body.home #topBox .visual_box .slider {
  position: absolute;
  inset: 0;
}
body.home #topBox .visual_box .swiper-wrapper {
  height: 100%;
  overflow: hidden;
}
body.home #topBox .visual_box .swiper-wrapper .slide1 {
  height: 100%;
  background: url("../img/home/slide1.webp") no-repeat center/cover;
}
body.home #topBox .visual_box .swiper-wrapper .slide2 {
  height: 100%;
  background: url("../img/home/slide2.webp") no-repeat center/cover;
}
body.home #topBox .visual_box .swiper-wrapper .slide3 {
  height: 100%;
  background: url("../img/home/slide3.webp") no-repeat center/cover;
}
body.home #topBox .visual_box .swiper-wrapper .swiper-slide > div {
  opacity: 0;
  height: 100%;
}
body.home #topBox .visual_box .swiper-wrapper .swiper-slide.swiper-slide-prev > div {
  animation: fadeOut 2s ease-in forwards;
}
body.home #topBox .visual_box .swiper-wrapper .swiper-slide.swiper-slide-active > div {
  animation: fadeIn 2s ease-in forwards;
}
body.home #topBox .visual_box #timeTable {
  position: absolute;
  bottom: -3.125rem;
  right: clamp(50px, 3.2vw, 150px);
  max-width: 590px;
  width: 80%;
  box-sizing: border-box;
  padding: 1em;
  border-radius: 0.625rem;
}
@media screen and (max-width: 1100px) {
  body.home #topBox .visual_box #timeTable {
    max-width: 620px;
    width: 90%;
    right: 5%;
    bottom: -232px;
  }
}
@media screen and (max-width: 749px) {
  body.home #topBox .visual_box #timeTable {
    width: 90%;
    right: 5%;
    bottom: -302px;
  }
}
body.home #topBox .visual_box #timeTable ul {
  margin-top: 0.75rem;
}
body.home #topBox .visual_box #timeTable ul li {
  line-height: 1.5;
}
body.home #topBox .visual_box #timeTable ul li + li {
  margin-top: 0.5rem;
}
body.home section.news {
  background: #fef9f6;
  padding: 8rem 0;
}
@media screen and (max-width: 1100px) {
  body.home section.news {
    padding-top: 300px;
  }
}
@media screen and (max-width: 749px) {
  body.home section.news {
    padding-top: 380px;
  }
}
body.home section.news .inner {
  width: 90%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}
body.home section.news .grid {
  display: grid;
  grid-template-columns: 248px 1fr;
  grid-template-rows: 13.5rem auto;
  column-gap: var(--px64to20);
  grid-template-areas: "title news" "btn news";
}
@media screen and (max-width: 749px) {
  body.home section.news .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "title btn" "news news";
  }
}
body.home section.news .grid .title_box {
  grid-area: title;
}
@media screen and (max-width: 749px) {
  body.home section.news .grid .title_box {
    margin-bottom: 18px;
  }
}
body.home section.news .grid .title_box h2 {
  text-align: left;
  display: flex;
}
body.home section.news .grid .title_box h2:before {
  margin: auto 10px auto 0;
}
body.home section.news .grid .title_box span {
  text-align: left;
}
body.home section.news .grid .btn_box {
  grid-area: btn;
}
@media screen and (max-width: 749px) {
  body.home section.news .grid .btn_box {
    margin: auto 0;
  }
}
body.home section.news .grid .btn_box a {
  display: block;
  position: relative;
  font-size: 1.3rem;
  line-height: 1;
  padding: 0.9375rem 0;
  border-radius: 0.6875rem;
  background: url("../img/common/btn_bg2.webp") no-repeat center/cover;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
}
body.home section.news .grid .btn_box a: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: #ffffff;
  font-size: 8px;
}
body.home section.news .grid .list {
  grid-area: news;
  flex: 0 1 100%;
  padding-bottom: 2.9375rem;
}
@media screen and (max-width: 749px) {
  body.home section.news .grid .list {
    padding: 30px 14px;
  }
}
body.home section.news .grid .list li {
  border-bottom: 0.5px solid #b5b5b6;
  padding-bottom: 2.9375rem;
}
body.home section.news .grid .list li a {
  text-decoration: none;
  display: flex;
  gap: 1em;
  line-height: 2;
  color: #808080;
  position: relative;
}
@media screen and (max-width: 749px) {
  body.home section.news .grid .list li a {
    padding-right: 3em;
  }
}
body.home section.news .grid .list li a: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);
  font-size: 8px;
  color: #808080;
}
body.home section.news .grid .list li + li {
  padding-top: 2.9375rem;
  border-top: 0.5px solid #b5b5b6;
  margin-top: -0.5px;
}
body.home section.greeting {
  padding-top: 8rem;
}
body.home section.greeting .grid {
  display: grid;
  grid-template-columns: 1fr 47%;
  max-width: 1800px;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  body.home section.greeting .grid {
    grid-template-columns: 1fr;
  }
}
body.home section.greeting .grid .img_box {
  min-height: 30vw;
  background: url("../img/home/img1.webp") no-repeat center/cover;
}
@media screen and (max-width: 749px) {
  body.home section.greeting .grid .img_box {
    width: 90%;
    height: 370px;
    margin-bottom: 20px;
  }
}
body.home section.greeting .grid .text_box {
  max-width: 503px;
  margin-left: var(--px64to20);
}
@media screen and (max-width: 1100px) {
  body.home section.greeting .grid .text_box {
    padding-right: 20px;
  }
}
@media screen and (max-width: 749px) {
  body.home section.greeting .grid .text_box {
    padding-right: 0px;
    width: 90%;
    margin: 0 auto;
  }
}
body.home section.greeting .grid .text_box p {
  margin-top: -0.5rem;
}
body.home section.greeting .grid .text_box p + p {
  margin-top: 2em;
}
body.home section.greeting .grid .text_box p.offsign {
  display: flex;
  font-size: 2rem;
  gap: 0.75rem;
  justify-content: end;
  align-items: center;
  margin-top: 3rem;
  line-height: 1;
}
body.home section.greeting .grid .text_box p.offsign span {
  transform: translateY(0.1em) scale(80%);
}
body.home section.greeting .grid .text_box .btn_box {
  margin-top: 3rem;
}
body.home section.greeting .grid .text_box .btn_box a {
  display: block;
  text-decoration: none;
  padding: 1.25rem 0;
  font-size: 1.3rem;
  line-height: 1;
  color: #ffffff;
  position: relative;
  background: url("../img/common/btn_bg1.webp") no-repeat center/cover;
  text-align: center;
  border-radius: 0.625rem;
}
body.home section.greeting .grid .text_box .btn_box a: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);
  font-size: 8px;
  border-color: #ffffff;
}
body.home section.treatment {
  background: #fef9f6;
  margin-top: 18.3125rem;
}
body.home section.treatment .inner {
  width: 90%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  background: url("../img/home/bg2.webp") no-repeat center/cover;
  border-radius: 0.6875rem;
  box-sizing: border-box;
  padding: var(--px64to20);
  top: -10.5rem;
  position: relative;
}
body.home section.treatment .inner ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media screen and (max-width: 749px) {
  body.home section.treatment .inner ul {
    grid-template-columns: 1fr;
  }
}
body.home section.treatment .inner ul li a {
  text-decoration: none;
  background: #ffffff;
  border-radius: 0.625rem;
  display: flex;
  color: #808080;
  padding: 1.25rem 1.5rem;
  box-sizing: border-box;
  gap: 1.5rem;
}
@media screen and (max-width: 749px) {
  body.home section.treatment .inner ul li a {
    flex-direction: column;
  }
}
body.home section.treatment .inner ul li a > div {
  position: relative;
  padding-right: 2.5rem;
}
body.home section.treatment .inner ul li a > div: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(--orange);
  font-size: 12px;
  right: 0;
}
body.home section.treatment .inner ul li a > div h3 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}
body.home section.treatment .inner ul li a:before {
  flex: 0 0 auto;
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: red;
}
@media screen and (min-width: 1099px) {
  body.home section.treatment .inner ul li a:before {
    font-size: 85px;
  }
}
@media screen and (max-width: 1100px) {
  body.home section.treatment .inner ul li a:before {
    font-size: 80px;
  }
}
@media screen and (max-width: 749px) {
  body.home section.treatment .inner ul li a:before {
    font-size: 75px;
  }
}
@media screen and (max-width: 749px) {
  body.home section.treatment .inner ul li a:before {
    margin: 0 auto;
  }
}
body.home section.treatment .inner ul li.icon1 a:before {
  background: url("../img/home/pict1.webp") no-repeat center/cover;
}
body.home section.treatment .inner ul li.icon2 a:before {
  background: url("../img/home/pict2.webp") no-repeat center/cover;
}
body.home section.treatment .inner ul li.icon3 a:before {
  background: url("../img/home/pict3.webp") no-repeat center/cover;
}
body.home section.treatment .inner ul li.icon4 a:before {
  background: url("../img/home/pict4.webp") no-repeat center/cover;
}
body.home section.treatment .inner ul li.icon5 a:before {
  background: url("../img/home/pict5.webp") no-repeat center/cover;
}
body.home section.treatment .inner ul li.icon6 a:before {
  background: url("../img/home/pict6.webp") no-repeat center/cover;
}
body.home section.treatment .inner ul li.icon7 a:before {
  background: url("../img/home/pict7.webp") no-repeat center/cover;
}
body.home section.treatment .inner .btn_box {
  margin: 4rem auto 0;
  max-width: 450px;
  box-sizing: border-box;
  padding-bottom: 0.375rem;
}
body.home section.treatment .inner .btn_box a {
  display: block;
  text-decoration: none;
  padding: 1.25rem 0;
  font-size: 1.3rem;
  line-height: 1;
  color: #ffffff;
  position: relative;
  background: url("../img/common/btn_bg2.webp") no-repeat center/cover;
  text-align: center;
  border-radius: 0.625rem;
}
body.home section.treatment .inner .btn_box a: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);
  font-size: 8px;
  border-color: #ffffff;
}
body.home section.about {
  background: #fef9f6;
  margin-top: -2.5rem;
  padding-bottom: 8rem;
}
body.home section.about .grid {
  display: grid;
  grid-template-columns: 47% 1fr;
  max-width: 1800px;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  body.home section.about .grid {
    display: flex;
    flex-direction: column;
  }
}
body.home section.about .grid .img_box {
  min-height: 30vw;
  background: url("../img/home/img2.webp") no-repeat center/cover;
}
@media screen and (max-width: 749px) {
  body.home section.about .grid .img_box {
    order: 1;
    width: 90%;
    height: 370px;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 20px;
  }
}
body.home section.about .grid .text_box {
  max-width: 503px;
  margin-left: auto;
  margin-right: var(--px64to20);
}
@media screen and (max-width: 1100px) {
  body.home section.about .grid .text_box {
    padding-left: 20px;
  }
}
@media screen and (max-width: 749px) {
  body.home section.about .grid .text_box {
    padding-left: 0px;
    order: 2;
    width: 90%;
    margin: 0 auto;
  }
}
body.home section.about .grid .text_box h3 {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 2.1875rem;
  margin-top: -0.5rem;
}
body.home section.about .grid .text_box .btn_box {
  margin-top: 3rem;
}
body.home section.about .grid .text_box .btn_box a {
  display: block;
  text-decoration: none;
  padding: 1.25rem 0;
  font-size: 1.3rem;
  line-height: 1;
  color: #ffffff;
  position: relative;
  background: url("../img/common/btn_bg1.webp") no-repeat center/cover;
  text-align: center;
  border-radius: 0.625rem;
}
body.home section.about .grid .text_box .btn_box a: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);
  font-size: 8px;
  border-color: #ffffff;
}
body.home section.access {
  background: url("../img/home/bg.webp") no-repeat center/cover;
}
body.home section.access .inner {
  background-color: rgba(255, 255, 255, 0.9);
  max-width: 600px;
  width: 80%;
  height: 35rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  body.home section.access .inner {
    height: 370px;
  }
}
body.home section.access .inner .title_box h2:before {
  display: none;
}
body.home section.access .inner .btn_box {
  max-width: 21.5rem;
  width: 80%;
}
body.home section.access .inner .btn_box a {
  display: block;
  text-decoration: none;
  padding: 1.25rem 0;
  font-size: 1.3rem;
  line-height: 1;
  color: #ffffff;
  position: relative;
  background: url("../img/common/btn_bg2.webp") no-repeat center/cover;
  text-align: center;
  border-radius: 0.625rem;
}
body.home section.access .inner .btn_box a: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);
  font-size: 8px;
  border-color: #ffffff;
}

.news .news_list {
  margin-top: 7rem;
  padding-bottom: 7rem;
}
.news .news_list .inner {
  background-color: #ffffff;
  padding: 1.5625rem 3.125rem 3.125rem;
  border-radius: 0.625rem;
}
.news .news_list .inner div[id^=box] {
  padding-top: 1.25rem;
}
.news .news_list .inner div[id^=box] h2 {
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  padding-left: 1em;
}
.news .news_list .inner div[id^=box] h2:before {
  content: "";
  width: 0.5rem;
  height: 1.375rem;
  background-color: var(--orange);
  border-radius: 0.1875rem;
  position: absolute;
  top: 0.5rem;
  left: 0;
}
.news .news_list .inner div[id^=box] time {
  display: block;
  padding-left: 1.5rem;
  color: #b5b5b6;
  margin-top: 0.5em;
  margin-bottom: 3.125rem;
}
.news .news_list .inner div[id^=box] p + p {
  margin-top: 2em;
}
.news .news_list .inner div[id^=box] p a {
  color: var(--orange);
}
.news .news_list .inner div[id^=box] + div[id^=box] {
  margin-top: 2.8125rem;
  padding-top: 2.8125rem;
  border-top: 0.5px solid #b5b5b6;
}
.news .news_list .inner div[id^=box] .img_box {
  max-width: 1280px;
  width: 80%;
  margin-top: 2.8125rem;
  margin-bottom: 2.8125rem;
}
.news .news_list .inner div[id^=box] .img_box img {
  width: 100%;
  height: auto;
  display: block;
}
.news .news_list .inner div[id^=box] .img_box span {
  display: block;
  margin-top: 0.9375rem;
}

body.about #bread_box {
  background: url("../img/about/main.webp") no-repeat center/cover;
}
body.about .title_box h2 {
  font-size: 1rem;
}
body.about .title_box span {
  font-size: 2.5rem;
}
body.about main section {
  margin-top: 7rem;
  padding-bottom: 7rem;
}
body.about main section img {
  width: 100%;
  height: auto;
  display: block;
}
body.about main section.features .inner {
  counter-reset: count;
}
@media screen and (min-width: 750px) {
  body.about main section.features .inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
  }
  body.about main section.features .inner ul:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    border-right: 0.5px solid #b5b5b6;
  }
  body.about main section.features .inner ul + ul {
    margin-top: 3.125rem;
    padding-top: 3.125rem;
    border-top: 0.5px solid #b5b5b6;
  }
  body.about main section.features .inner ul + ul:after {
    top: 3.125rem;
  }
}
@media screen and (max-width: 749px) {
  body.about main section.features .inner ul + ul {
    margin-top: 3.125rem;
    padding-top: 3.125rem;
    border-top: 0.5px solid #b5b5b6;
  }
}
body.about main section.features .inner ul li {
  counter-increment: count;
}
@media screen and (min-width: 750px) {
  body.about main section.features .inner ul li {
    flex-basis: 45.2380952381%;
  }
}
@media screen and (max-width: 749px) {
  body.about main section.features .inner ul li + li {
    margin-top: 3.125rem;
    padding-top: 3.125rem;
    border-top: 0.5px solid #b5b5b6;
  }
}
body.about main section.features .inner ul li h3 {
  position: relative;
  padding: 1.125rem 0 0 3rem;
  margin-bottom: 1.125rem;
}
body.about main section.features .inner ul li h3:before {
  content: counter(count, decimal-leading-zero);
  position: absolute;
  line-height: 1;
  z-index: 5;
  top: -1.25rem;
  left: 0;
  font-size: 5rem;
  color: var(--orange);
  font-weight: bold;
}
body.about main section.features .inner ul li h3 span {
  position: relative;
  z-index: 10;
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 749px) {
  body.about main section.features .inner ul li h3 span br {
    display: none;
  }
}
body.about main section.features .inner ul li h3 span i {
  color: var(--orange);
  font-weight: bold;
}
body.about main section.features .inner ul li p {
  margin-top: 1.25rem;
}
body.about main section.features .inner ul li:nth-of-type(2n) h3:before {
  color: var(--green);
}
body.about main section.features .inner ul li:nth-of-type(2n) h3 i {
  color: var(--green);
}
body.about main section.facility p {
  text-align: center;
  display: block;
  padding: 1.25rem 1.25rem;
  background: #ffffff;
  border-radius: 0.625rem;
}
body.about main section.equipment ul, body.about main section.facility ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--px50to20);
}
@media screen and (max-width: 749px) {
  body.about main section.equipment ul, body.about main section.facility ul {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
body.about main section.equipment ul h3, body.about main section.facility ul h3 {
  font-size: 1.5rem;
  margin-top: 2rem;
  line-height: 1;
}
body.about main section.equipment ul p, body.about main section.facility ul p {
  margin-top: 1.25rem;
}

.doctor #bread_box {
  background: url("../img/doctor/main.webp") no-repeat center/cover;
}
.doctor .title_box h2 {
  font-size: 1rem;
}
.doctor .title_box span {
  font-size: 2.5rem;
}
.doctor main section {
  margin-top: 7rem;
  padding-bottom: 7rem;
}
.doctor main section img {
  width: 100%;
  height: auto;
  display: block;
}
.doctor main section .inner .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--px50to20);
}
@media screen and (max-width: 749px) {
  .doctor main section .inner .grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.doctor main section .inner .grid .text_box {
  margin-top: -0.625rem;
}
.doctor main section .inner .grid .img_box h3 {
  margin-top: 1.5625rem;
}
.doctor main section .inner .grid .img_box h3 > i {
  display: block;
  text-align: center;
}
.doctor main section .inner .grid .img_box h3 span {
  width: 8.5625rem;
  display: block;
  margin: 1.25rem auto 0;
}
.doctor main section .inner .grid .img_box h3 span i {
  display: block;
  overflow: hidden;
  height: 0;
  padding-top: 37.2262773723%;
  background: url("../img/doctor/name.webp") no-repeat center/cover;
}
.doctor main section .inner .info {
  margin-top: 3.125rem;
  background-color: #ffffff;
  padding: 3.125rem;
  border-radius: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 749px) {
  .doctor main section .inner .info {
    padding: 20px;
    display: block;
  }
}
.doctor main section .inner .info:after {
  content: "";
  position: absolute;
  top: 3.125rem;
  left: 50%;
  bottom: 3.125rem;
  border-right: 0.5px solid #b5b5b6;
}
@media screen and (max-width: 749px) {
  .doctor main section .inner .info:after {
    display: none;
  }
}
@media screen and (min-width: 750px) {
  .doctor main section .inner .info > div {
    flex-basis: 45.2380952381%;
  }
}
@media screen and (max-width: 749px) {
  .doctor main section .inner .info > div + div {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 0.5px solid #b5b5b6;
  }
}
.doctor main section .inner .info > div h3 {
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  padding-left: 1em;
  margin-bottom: 1.375rem;
}
.doctor main section .inner .info > div h3:before {
  content: "";
  width: 0.5rem;
  height: 1.375rem;
  background-color: var(--orange);
  border-radius: 0.1875rem;
  position: absolute;
  top: 0.5rem;
  left: 0;
}
.doctor main section .inner .info > div dl {
  display: grid;
  grid-template-columns: 5.0625rem 1fr;
  column-gap: 1.25rem;
  row-gap: 1.25rem;
  line-height: 2;
}
.doctor main section .inner .info > div dl dt {
  color: var(--orange);
}
.doctor main section .inner .info > div ul {
  line-height: 2;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.25rem;
}
.doctor main section .inner .info > div ul li {
  position: relative;
  padding-left: 1.625rem;
}
.doctor main section .inner .info > div ul li:before {
  content: "●";
  color: var(--orange);
  position: absolute;
  top: 0;
  left: 0;
}

body.treatment #bread_box {
  background: url("../img/treatment/main.webp") no-repeat center/cover;
}
body.treatment .title_box h2 {
  font-size: 1rem;
}
body.treatment .title_box span {
  font-size: 2.5rem;
}
body.treatment main section {
  margin-top: 7rem;
  padding-bottom: 7rem;
}
body.treatment main section img {
  width: 100%;
  height: auto;
  display: block;
}
body.treatment main section.anker {
  margin-top: 3.125rem;
  padding-bottom: 0;
}
body.treatment main section.anker nav ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}
@media screen and (max-width: 1460px) {
  body.treatment main section.anker nav ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 749px) {
  body.treatment main section.anker nav ul {
    grid-template-columns: 1fr;
  }
}
body.treatment main section.anker nav ul li a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #9d9892;
  font-size: 1.125rem;
  line-height: 1;
  padding: 1em 0;
  background-color: #ffffff;
  border: 1px solid var(--orange);
  border-radius: 1.875rem;
  text-align: center;
}
body.treatment main section.anker nav ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.375rem;
  width: 10px;
  height: 6px;
  background: url("../img/treatment/arrow.webp") no-repeat center/cover;
  transform: translateY(-50%);
}
body.treatment main section#box1 {
  margin-top: 6.875rem;
}
body.treatment main section .inner > .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--px50to20);
}
@media screen and (max-width: 749px) {
  body.treatment main section .inner > .grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
body.treatment main section .inner > .grid .text_box {
  margin-top: -0.625rem;
}
body.treatment main section .inner > .grid .text_box p + p {
  margin-top: 2em;
}
body.treatment main section .inner .box {
  margin-top: 3.125rem;
  background-color: #ffffff;
  padding: 3.125rem;
  border-radius: 0.625rem;
}
@media screen and (max-width: 749px) {
  body.treatment main section .inner .box {
    padding: 20px;
    display: block;
  }
}
body.treatment main section .inner .box h3 {
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  padding-left: 1em;
  padding-bottom: 0.5em;
  margin-bottom: 1.375rem;
  border-bottom: 0.5px solid #b5b5b6;
}
body.treatment main section .inner .box h3:before {
  content: "";
  width: 0.5rem;
  height: 1.375rem;
  background-color: var(--orange);
  border-radius: 0.1875rem;
  position: absolute;
  top: 0.5rem;
  left: 0;
}
body.treatment main section .inner .box .check_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.625rem;
}
@media screen and (max-width: 749px) {
  body.treatment main section .inner .box .check_list {
    grid-template-columns: 1fr;
  }
}
body.treatment main section .inner .box .check_list li {
  line-height: 1.5;
  position: relative;
  padding-left: 1.625rem;
}
body.treatment main section .inner .box .check_list li:before {
  content: "";
  background: url("../img/treatment/check.webp") no-repeat center/cover;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0.375rem;
  left: 0;
}
body.treatment main section .inner .box > .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.0625rem;
}
@media screen and (max-width: 749px) {
  body.treatment main section .inner .box > .grid {
    grid-template-columns: 1fr;
  }
}
body.treatment main section .inner .box > .grid p {
  text-align: center;
  margin-top: 1.5625rem;
  font-weight: bold;
}
body.treatment main section .inner .box .min_title {
  font-size: 1.3rem;
  position: relative;
  padding-left: 1.5em;
  color: var(--orange);
  margin-bottom: 0.9375rem;
}
body.treatment main section .inner .box .min_title:before {
  color: var(--orange);
  content: "●";
  font-size: 1rem;
  position: absolute;
  top: 0.125rem;
  left: 0;
}
body.treatment main section .inner .box p a {
  color: #4637b5;
  text-decoration: none;
  border-bottom: 1px solid #4637b5;
}
body.treatment main section .inner .box p a:after {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  font-size: 0.9375rem;
  margin-left: 0.02em;
  background: url("../img/treatment/deco.webp") no-repeat center/cover;
  transform: translateY(0.05em);
}
body.treatment main section .inner .box p + .min_title {
  margin-top: 1.5625rem;
}
body.treatment main section .inner .box .note {
  background-color: #fafcf4;
  border-radius: 0.625rem;
  margin-top: 1.75rem;
  padding: 1.125rem;
}
body.treatment main section .inner .box .note li {
  position: relative;
  padding-left: 1.3em;
}
body.treatment main section .inner .box .note li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--green);
}
body.treatment main section .inner .box > table {
  width: 100%;
  display: block;
  border-bottom: 0.5px solid #b5b5b6;
  margin-top: 2rem;
}
body.treatment main section .inner .box > table thead {
  display: block;
}
body.treatment main section .inner .box > table thead tr {
  width: 100%;
  border-radius: 0.625rem;
  background: var(--orange);
  display: flex;
}
body.treatment main section .inner .box > table thead tr th {
  flex-basis: 50%;
  box-sizing: border-box;
  font-size: 1.3rem;
  padding: 0.9375rem;
  line-height: 1;
  color: #ffffff;
}
body.treatment main section .inner .box > table thead tr th + th {
  border-left: 1px solid #ffffff;
}
body.treatment main section .inner .box > table tbody {
  display: block;
}
body.treatment main section .inner .box > table tbody tr {
  width: 100%;
  display: flex;
}
body.treatment main section .inner .box > table tbody tr td {
  flex-basis: 50%;
  box-sizing: border-box;
  font-size: 1.3rem;
  padding: 1.5625rem 0.9375rem;
  line-height: 2;
  text-align: center;
}
body.treatment main section .inner .box > table tbody tr td + td {
  border-left: 0.5px solid #b5b5b6;
}
body.treatment main section .inner .box > table tbody tr + tr {
  border-top: 0.5px solid #b5b5b6;
}
body.treatment main section .inner .box > table.vaccine_table thead th {
  flex-basis: 40%;
}
body.treatment main section .inner .box > table.vaccine_table thead th + th {
  flex-basis: 60%;
}
body.treatment main section .inner .box > table.vaccine_table td {
  flex-basis: 40%;
}
body.treatment main section .inner .box > table.vaccine_table td + td {
  flex-basis: 60%;
}
@media screen and (max-width: 749px) {
  body.treatment main section .inner .box > table.vaccine_table thead {
    display: none;
  }
  body.treatment main section .inner .box > table.vaccine_table tbody {
    display: block;
  }
  body.treatment main section .inner .box > table.vaccine_table tbody tr {
    display: flex;
    flex-direction: column;
  }
  body.treatment main section .inner .box > table.vaccine_table tbody tr + tr {
    margin-top: 20px;
  }
  body.treatment main section .inner .box > table.vaccine_table tbody tr td {
    font-size: 17px;
    text-align: left;
    padding: 0;
    padding-top: 15px;
    font-weight: bold;
    color: #808080;
  }
  body.treatment main section .inner .box > table.vaccine_table tbody tr td + td {
    padding: 0;
    color: #808080;
    font-size: 14px;
    text-align: right;
    border-left: none;
    letter-spacing: -0.05em;
    padding-bottom: 0.5em;
  }
}
body.treatment main section .inner .box > table.vaccine_table + .min_title {
  margin-top: 3.75rem;
}
body.treatment main section .inner .box .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 749px) {
  body.treatment main section .inner .box .flex {
    display: block;
  }
}
body.treatment main section .inner .box .flex > div {
  flex-basis: 47.3684210526%;
}
body.treatment main section .inner .box .flex > div ul {
  line-height: 2;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 0.625rem;
}
body.treatment main section .inner .box .flex > div ul li {
  position: relative;
  padding-left: 1.625rem;
}
body.treatment main section .inner .box .flex > div ul li:before {
  content: "●";
  color: #f8dfbf;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 749px) {
  body.treatment main section .inner .box .flex > div + div {
    margin-top: 20px;
  }
}
body.treatment main section .inner .treatment_box {
  margin-top: 3.125rem;
}
body.treatment main section .inner .treatment_box h3 {
  background-color: var(--orange);
  border-radius: 0.625rem;
  line-height: 1;
  color: #ffffff;
  font-size: 1.5rem;
  padding: 1.375rem 0;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: bold;
}
body.treatment main section .inner .treatment_box h4 {
  background-color: var(--orange);
  border-radius: 0.625rem;
  line-height: 1;
  color: #ffffff;
  font-size: 1.3rem;
  padding: 1rem 0;
  text-align: center;
  margin-bottom: 1.25rem;
  font-weight: bold;
}
body.treatment main section .inner .treatment_box .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
  margin-top: 2rem;
}
@media screen and (max-width: 749px) {
  body.treatment main section .inner .treatment_box .list {
    grid-template-columns: 1fr;
  }
}
body.treatment main section .inner .treatment_box .list > div {
  background: #ffffff;
  border-radius: 0.625rem;
  padding: 2rem;
}
@media screen and (max-width: 749px) {
  body.treatment main section .inner .treatment_box .list > div {
    padding: 20px;
  }
}
body.treatment main section .inner .treatment_box .list > div:nth-of-type(2n) h4 {
  background: var(--green);
}

body.access #bread_box {
  background: url("../img/access/main.webp") no-repeat center/cover;
}
body.access .title_box h2 {
  font-size: 1rem;
}
body.access .title_box span {
  font-size: 2.5rem;
}
body.access main section {
  margin-top: 7rem;
  padding-bottom: 7rem;
}
body.access main section .inner #map iframe {
  width: 100%;
  height: 25.9375rem;
}
body.access main section .inner .info {
  margin-top: 3.125rem;
  background-color: #ffffff;
  padding: 3.125rem;
  border-radius: 0.625rem;
}
@media screen and (max-width: 749px) {
  body.access main section .inner .info {
    padding: 20px;
  }
}
body.access main section .inner .info dl {
  font-size: 1.3rem;
  display: grid;
  grid-template-columns: 9.25rem 1fr;
}
@media screen and (max-width: 749px) {
  body.access main section .inner .info dl {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
body.access main section .inner .info dl dt {
  display: flex;
  column-gap: 0.75rem;
  align-items: center;
}
body.access main section .inner .info dl dt:before {
  content: "";
  display: block;
  width: 1.75rem;
  height: 1.25rem;
}
body.access main section .inner .info dl dt.icon1 {
  color: var(--orange);
}
body.access main section .inner .info dl dt.icon1::before {
  background: url("../img/access/icon1.webp") no-repeat center/cover;
}
body.access main section .inner .info dl dt.icon2 {
  color: var(--green);
}
body.access main section .inner .info dl dt.icon2::before {
  background: url("../img/access/icon2.webp") no-repeat center/cover;
}
body.access main section .inner .info dl dt.icon3 {
  color: var(--orange);
}
body.access main section .inner .info dl dt.icon3::before {
  background: url("../img/access/icon3.webp") no-repeat center/cover;
}
body.access main section .inner .info dl + dl {
  margin-top: 1.875rem;
  padding-top: 1.875rem;
  border-top: 0.5px solid #b5b5b6;
}
@media screen and (max-width: 749px) {
  body.access main section .inner .info dl dd {
    line-height: 1.6;
  }
}
body.access main section .inner .info dl dd a {
  color: #808080;
  text-decoration: none;
}

#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: #76c2d3;
  --orange:#f2c37b;
  --lightBlue:#f1f9fb;
  --glay:#656464;
  --green:#cadd8e;
  --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);
}

/*
.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.crimson-pro-<uniquifier> {
  font-family: "Crimson Pro", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
column-gap: clamp(80px,15vw,128px);
gap:clamp(16px,1.6vw,32px);
gap:clamp(20px,2vw,48px);
gap:clamp(20px,3vw,64px);
*/
/*# sourceMappingURL=style.css.map */