@charset "UTF-8";
/* Sass Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
.news_list, .hospital_data div.hospital_info, .hospital_data div.consultation_navi a:not(.normal) {
  border: 2px solid #77B76A;
  background-color: #ffffff;
  border-radius: 1rem;
}

html, body {
  font-size: 16px;
  color: #707070;
  font-weight: 400;
  font-family: "M PLUS Rounded 1c", Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  html, body {
    min-width: 1230px;
  }
}
@media screen and (max-width: 575px) {
  html, body {
    font-size: 14px;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  word-break: break-word;
  padding-right: calc(100vw - 100dvw);
}
body.open {
  overflow: hidden;
}

html body * {
  -webkit-transform: rotate(0.01deg);
          transform: rotate(0.01deg);
}

.container-fluid {
  max-width: 990px; /*　画面幅の上限　*/
  margin-left: auto;
  margin-right: auto;
}
.container-fluid.narrow-width {
  max-width: 750px;
}
@media screen and (max-width: 767px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

a {
  color: #77B76A;
  text-decoration: underline;
  -webkit-transition: ALL 0.35s ease;
  transition: ALL 0.35s ease;
}
a:is(:hover, :active, :focus) {
  color: #77B76A;
  text-decoration: none;
  -webkit-transition: ALL 0.35s ease;
  transition: ALL 0.35s ease;
}

/*******************************************************************************************

 HEADER

*******************************************************************************************/
header.global_header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.87);
  z-index: 100;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header.global_header.hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media screen and (min-width: 768px) {
  header.global_header {
    min-width: 1230px;
  }
}
header.global_header nav.global_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  height: 150px;
}
header.global_header nav.global_nav h1 {
  margin: 0;
  width: 440px;
}
header.global_header nav.global_nav h1 a {
  display: block;
  max-width: 100%;
}
header.global_header nav.global_nav h1 a img {
  max-width: 100%;
}
header.global_header nav.global_nav a.contact_btn {
  width: 5.375rem;
  height: 5.375rem;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  line-height: 1;
  -webkit-transition: ALL 0.35s ease;
  transition: ALL 0.35s ease;
  border: 2px solid #77B76A;
  border-radius: 5px;
  background-color: #fff;
  margin-left: auto;
  text-decoration: none;
  padding-top: 0.25rem;
  font-size: 3rem;
}
header.global_header nav.global_nav a.contact_btn span.text {
  font-size: 0.75rem;
  margin-top: 0.25rem;
  color: #707070;
  white-space: nowrap;
}
header.global_header nav.global_nav a.contact_btn:is(:hover, :active, :focus) {
  background-color: rgb(228.8461538462, 241.1538461538, 226.3461538462);
}
header.global_header nav.global_nav label.modal_toggle_btn {
  margin: 0;
  padding: 0;
  width: 5.375rem;
  height: 5.375rem;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  line-height: 1;
  -webkit-transition: ALL 0.35s ease;
  transition: ALL 0.35s ease;
  border: 2px solid #77B76A;
  border-radius: 5px;
  background-color: #fff;
  margin-left: 10px;
}
header.global_header nav.global_nav label.modal_toggle_btn span.line {
  display: block;
  width: 3rem;
  background-color: #77B76A;
  height: 6px;
  border-radius: 3px;
}
header.global_header nav.global_nav label.modal_toggle_btn span.line + span.line {
  margin-top: 0.375rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 0.95rem;
}
header.global_header nav.global_nav label.modal_toggle_btn span.text {
  font-size: 0.75rem;
  margin-top: 0.75rem;
}
header.global_header nav.global_nav label.modal_toggle_btn:is(:hover, :active, :focus) {
  background-color: rgb(228.8461538462, 241.1538461538, 226.3461538462);
}
@media screen and (max-width: 767px) {
  header.global_header nav.global_nav {
    height: 70px;
    max-width: none;
  }
  header.global_header nav.global_nav h1 {
    width: 12.2857rem;
  }
  header.global_header nav.global_nav label.modal_toggle_btn {
    width: 3.375rem;
    height: 3.375rem;
  }
  header.global_header nav.global_nav label.modal_toggle_btn span.line {
    height: 3px;
    width: 1.571rem;
  }
  header.global_header nav.global_nav label.modal_toggle_btn span.text {
    font-size: 0.571rem;
    margin-top: 0.25rem;
  }
  header.global_header nav.global_nav a.contact_btn {
    width: 3.375rem;
    height: 3.375rem;
    font-size: 1.6rem;
  }
  header.global_header nav.global_nav a.contact_btn span.text {
    font-size: min(2dvw, 7px);
    margin-top: 0.25rem;
  }
}

/******************/
input#modal_menu_flg {
  display: none;
}

div.modal_menu {
  display: block;
  width: max(50svw, 615px);
  height: 100svh;
  background-color: #77B76A;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
  -webkit-transition: ALL 0.35s ease;
  transition: ALL 0.35s ease;
  opacity: 0;
  pointer-events: none;
  padding: 2.25rem 3.375rem;
  overflow-y: auto;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(0%);
          transform: scaleX(0%);
}
@media screen and (max-width: 767px) {
  div.modal_menu {
    width: 100svw;
    padding-left: 0;
    padding-right: 0;
  }
}
input#modal_menu_flg:checked + div.modal_menu {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scaleX(100%);
          transform: scaleX(100%);
}
div.modal_menu div.global_menu ul {
  padding: 0;
  width: 100%;
  max-width: 300px;
  margin: 0;
  margin-right: auto;
  list-style: none;
  font-size: 1rem;
}
div.modal_menu div.global_menu ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #ffffff;
}
div.modal_menu div.global_menu ul > li:first-of-type {
  border-top: 1px solid #ffffff;
}
div.modal_menu div.global_menu ul > li a {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #ffffff;
  text-decoration: none;
  padding: 1.1875rem 1.25rem;
  font-size: 1.375rem;
  font-weight: 700;
}
div.modal_menu div.global_menu ul > li a:is(:hover, :active, :focus) {
  background-color: rgba(0, 0, 0, 0.2);
}
div.modal_menu div.global_menu ul > li > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45px;
  color: #ffffff;
  cursor: pointer;
}
div.modal_menu div.global_menu ul > li > span::before {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
div.modal_menu div.global_menu ul > li > ul.sub_menu {
  width: 100%;
  padding-bottom: 1.1875rem;
  display: block;
}
div.modal_menu div.global_menu ul > li > ul.sub_menu li {
  display: contents;
}
div.modal_menu div.global_menu ul > li > ul.sub_menu li > a {
  font-size: 1.25rem;
  display: block;
  position: relative;
  padding: 0.5rem 1.25rem 0.5rem 2.25rem;
  font-weight: 500;
}
div.modal_menu div.global_menu ul > li > ul.sub_menu li > a::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1.25rem;
  display: inline-block;
  width: 0.5em;
  height: 2px;
  background-color: #ffffff;
}
div.modal_menu div.global_menu ul > li > ul.sub_menu li div.subtext {
  color: #ffffff;
  padding-left: 2.25rem;
  margin-bottom: 0.625rem;
}
div.modal_menu div.global_menu ul > li > ul.sub_menu li div.subtext a {
  font-size: inherit;
  font-weight: inherit;
  display: inline;
  padding: 0;
  margin: 0;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  div.modal_menu div.global_menu {
    padding: 4rem 1.42857rem 0;
  }
  div.modal_menu div.global_menu ul {
    max-width: none;
  }
}
div.modal_menu label.modal_toggle_btn {
  padding: 0;
  position: absolute;
  margin: 0;
  border: none;
  display: block;
  width: 5.375rem;
  height: 5.375rem;
  cursor: pointer;
  line-height: 1;
  background-color: #ffffff;
  border-radius: 5px;
  top: 2rem;
  right: max(50svw - 480px, 120px);
  -webkit-transition: ALL 0.35s ease;
  transition: ALL 0.35s ease;
}
div.modal_menu label.modal_toggle_btn:is(:hover, :active, :focus) {
  background-color: rgb(228.8461538462, 241.1538461538, 226.3461538462);
}
div.modal_menu label.modal_toggle_btn span:is(.tl2rb, .tb2rt) {
  display: block;
  width: 2.875rem;
  height: 6px;
  background-color: #77B76A;
  position: absolute;
  top: calc(50% - 0.25rem);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 3px;
}
div.modal_menu label.modal_toggle_btn span:is(.tl2rb, .tb2rt).tl2rb {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
div.modal_menu label.modal_toggle_btn span:is(.tl2rb, .tb2rt).tb2rt {
  -webkit-transform: translate(-50%, -50%) rotate(315deg);
          transform: translate(-50%, -50%) rotate(315deg);
}
div.modal_menu label.modal_toggle_btn span.text {
  color: #707070;
  font-size: 0.75rem;
  font-weight: 700;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  div.modal_menu label.modal_toggle_btn {
    top: 10px;
    right: 10px;
    width: 3.142857rem;
    height: 3.142857rem;
  }
  div.modal_menu label.modal_toggle_btn span:is(.tl2rb, .tb2rt) {
    width: 1.875rem;
    height: 4px;
  }
  div.modal_menu label.modal_toggle_btn span.text {
    font-size: 0.5rem;
    bottom: 0.25rem;
  }
}

/*******************************************************************************************

 FOOTER

*******************************************************************************************/
aside.bottom_navigation {
  background-color: #F8FFF0;
  padding-top: 5.25rem;
  padding-bottom: 5.25rem;
}
aside.bottom_navigation nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8125rem 2rem;
  max-width: 830px;
}
aside.bottom_navigation nav a {
  display: block;
  text-align: center;
  position: relative;
}
aside.bottom_navigation nav a img {
  max-width: 100%;
}
aside.bottom_navigation nav a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background-color: #d4ebcf;
  -webkit-filter: blur(3px);
          filter: blur(3px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-transition: ALL 0.35s ease;
  transition: ALL 0.35s ease;
}
aside.bottom_navigation nav a:is(:hover, :active, :focus)::after {
  opacity: 0;
  -webkit-transition: ALL 0.35s ease;
  transition: ALL 0.35s ease;
}
@media screen and (max-width: 767px) {
  aside.bottom_navigation {
    padding-top: 3.571rem;
    padding-bottom: 6.2857rem;
  }
  aside.bottom_navigation nav {
    padding-left: 20px;
    padding-right: 20px;
    gap: 1rem 0.571rem;
  }
  aside.bottom_navigation nav a::after {
    width: calc(100% + 5px);
    height: calc(100% + 5px);
  }
}

footer.global_footer {
  background-color: #fff;
}
footer.global_footer section.footer_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 4.25rem;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 4rem;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}
footer.global_footer section.footer_contents div.footer_infomation {
  width: 44.58%;
  max-width: 428px;
}
footer.global_footer section.footer_contents div.footer_infomation .logo {
  border-bottom: 1px solid #707070;
  padding-bottom: 40px;
  margin-bottom: 24px;
}
footer.global_footer section.footer_contents div.footer_infomation p.address {
  font-size: 1.8125rem;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
footer.global_footer section.footer_contents div.footer_infomation > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  font-size: 1.3125rem;
}
footer.global_footer section.footer_contents div.footer_infomation > dl dt {
  font-weight: 400;
}
footer.global_footer section.footer_contents div.footer_infomation > dl dd {
  margin-bottom: 0;
}
footer.global_footer section.footer_contents div.footer_infomation > dl > dt {
  width: 4em;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
footer.global_footer section.footer_contents div.footer_infomation > dl.tel {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
footer.global_footer section.footer_contents div.footer_infomation > dl.tel dd {
  font-size: 2.6875rem;
  line-height: 1;
  color: #77B76A;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer.global_footer section.footer_contents div.footer_infomation > dl.fax {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer.global_footer section.footer_contents div.footer_infomation > dl.fax dd {
  font-size: 1.4375rem;
}
footer.global_footer section.footer_contents div.footer_infomation > dl.consultation {
  margin-bottom: 0;
}
footer.global_footer section.footer_contents div.footer_infomation > dl.consultation > dd > dl {
  margin-bottom: 0;
}
footer.global_footer section.footer_contents div.footer_infomation > dl.consultation > dd > dl dt span {
  font-weight: 600;
}
footer.global_footer section.footer_contents div.footer_infomation > dl.consultation > dd > dl dd {
  font-size: 1.25rem;
}
footer.global_footer section.footer_contents div.footer_infomation > dl.consultation > dd > dl dd::before {
  content: "▶︎ ";
}
footer.global_footer section.footer_contents div.footer_map {
  position: relative;
  width: 48.65%;
  max-width: 467px;
  overflow: hidden;
}
footer.global_footer section.footer_contents div.footer_map > iframe {
  position: absolute;
  width: 100%;
  height: calc(100% + 300px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  footer.global_footer section.footer_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    padding-top: 2.8571rem;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2.71rem;
    gap: 1.5rem;
  }
  footer.global_footer section.footer_contents div.footer_infomation {
    width: 100%;
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }
  footer.global_footer section.footer_contents div.footer_infomation .logo {
    text-align: center;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
  footer.global_footer section.footer_contents div.footer_infomation .logo img {
    width: calc(100% - 30px);
  }
  footer.global_footer section.footer_contents div.footer_infomation p.address {
    font-size: 1.2857rem;
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
    letter-spacing: 0.16em;
  }
  footer.global_footer section.footer_contents div.footer_infomation > dl > dt {
    width: 4.5em;
  }
  footer.global_footer section.footer_contents div.footer_infomation > dl.tel {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  footer.global_footer section.footer_contents div.footer_infomation > dl.tel dd {
    font-size: 2.357rem;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  footer.global_footer section.footer_contents div.footer_infomation > dl.consultation > dd > dl dd {
    font-size: 1.071rem;
  }
  footer.global_footer section.footer_contents div.footer_map {
    width: 100%;
    max-width: none;
    padding-bottom: 100%;
  }
}
footer.global_footer nav.footer_menu {
  background-color: #C8FFA3;
  padding: 1.5rem 0;
}
footer.global_footer nav.footer_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.9375rem;
  gap: 1em;
}
footer.global_footer nav.footer_menu ul li {
  display: contents;
}
footer.global_footer nav.footer_menu ul li + li::before {
  content: "｜";
}
footer.global_footer nav.footer_menu ul li a {
  color: #707070;
  text-decoration: none;
}
footer.global_footer nav.footer_menu ul li a:is(:hover, :active, :focus) {
  text-decoration: underline;
}
footer.global_footer nav.footer_menu ul li a.notice {
  font-weight: 700;
}
footer.global_footer nav.footer_menu ul li a.notice:is(:hover, :active, :focus) {
  text-decoration: underline;
  color: #ffffff;
  background-color: #77B76A;
}
@media screen and (max-width: 767px) {
  footer.global_footer nav.footer_menu ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer.global_footer nav.footer_menu ul li:last-of-type::before {
    content: none;
  }
  footer.global_footer nav.footer_menu ul li:last-of-type span {
    display: block;
    width: 100%;
    text-align: center;
  }
}

/* ページトップへ戻るボタン */
#page-top {
  position: fixed;
  bottom: 2rem;
  right: 2.875rem;
  z-index: 50;
}
#page-top a {
  text-decoration: none;
  color: #ffffff;
  background-color: rgba(157, 157, 157, 0.85);
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3.125rem;
  height: 3.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
}
#page-top a:hover, #page-top a:active {
  color: #999999;
}
@media screen and (max-width: 767px) {
  #page-top {
    right: 1.5rem;
    bottom: 1.5rem;
  }
}

/*******************************************************************************************

 MAIN

*******************************************************************************************/
html body main {
  -webkit-transform: none;
          transform: none;
  overflow-x: clip;
}
main .rowwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
}
main .rowwrap .primary {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
main .rowwrap .secondary {
  width: 21.6667%;
  margin-left: 4.75%;
}
@media screen and (max-width: 767px) {
  main .rowwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  main .rowwrap .primary {
    width: 100%;
  }
  main .rowwrap .secondary {
    width: 100%;
    margin-left: 0;
    margin-top: 3rem;
  }
}

/*****************/
/* ページタイトル */
/****************/
main div.page-title:has(+ *) {
  margin-bottom: 3.875rem;
}
main div.page-title > h2 {
  font-size: 2.5rem;
  color: #77B76A;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #ffffff;
  padding: 1.75rem 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
main div.page-title > h2::before, main div.page-title > h2::after {
  content: "";
  width: calc(100% + 0.5rem);
  height: 0.5rem;
  background-color: #CCFB99;
  position: absolute;
  left: -0.25rem;
  border-radius: 0.25rem;
}
main div.page-title > h2::before {
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
main div.page-title > h2::after {
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media screen and (max-width: 767px) {
  main div.page-title > h2 {
    font-size: 1.8571rem;
    border-top-width: 0.42857rem;
    border-bottom-width: 0.42857rem;
    padding: 1rem 1.42857rem;
  }
}
main div.page-head {
  height: 416px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
main div.page-head div.page-title {
  position: absolute;
  bottom: 3.375rem;
  margin-bottom: 0;
}
main div.page-head div.page-title > h2 {
  background-color: rgba(255, 255, 255, 0.85);
  padding-left: max(50svw - 495px, 2rem);
}
@media screen and (max-width: 767px) {
  main div.page-head {
    height: 190px;
  }
  main div.page-head div.page-title {
    bottom: 1.42857rem;
    width: 100%;
  }
  main div.page-head div.page-title > h2 {
    margin: 0 auto;
  }
}

/***************+*/
/* ぱんくずリスト */
/****************/
nav.breadcrumb-filud {
  margin-bottom: 2.375rem;
}
nav.breadcrumb-filud:has(+ div.page-title) {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  nav.breadcrumb-filud:has(+ div.page-title) {
    margin-bottom: 2.8rem;
  }
}
nav.breadcrumb-filud ol.breadcrumb {
  margin: 0 auto;
  background-color: transparent;
  font-size: 0;
  padding: 0 15px;
  max-width: 990px;
}
nav.breadcrumb-filud ol.breadcrumb li.breadcrumb-item {
  font-size: 0.875rem;
}
nav.breadcrumb-filud ol.breadcrumb li.breadcrumb-item a {
  color: #707070;
}
nav.breadcrumb-filud ol.breadcrumb li.breadcrumb-item + .breadcrumb-item::before {
  content: "> ";
  padding-right: 0.25rem;
}
nav.breadcrumb-filud ol.breadcrumb li.breadcrumb-item.active {
  color: #707070;
}
@media screen and (max-width: 767px) {
  nav.breadcrumb-filud {
    padding-left: 20px;
    padding-right: 20px;
  }
  nav.breadcrumb-filud ol.breadcrumb {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    font-size: 0.92rem;
  }
  nav.breadcrumb-filud ol.breadcrumb li.breadcrumb-item {
    display: inline;
    font-size: 0.92rem;
  }
}

.extend:has(.breadcrumb-filud) {
  padding-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .extend:has(.breadcrumb-filud) {
    padding-top: 0.71rem;
  }
}

/****************/
/* サイドメニュー */
/***************/
aside.secondary nav.sidebar-menu {
  margin-bottom: 2rem;
}
aside.secondary nav.sidebar-menu > h3 {
  font-size: 1.125rem;
  color: #ffffff;
  background-color: #77B76A;
  margin: 0 auto;
  padding: 1rem 0;
  text-align: center;
  line-height: 1;
  font-weight: normal;
  font-weight: bold;
}
aside.secondary nav.sidebar-menu {
  /* メニュー本体 */
}
aside.secondary nav.sidebar-menu > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
aside.secondary nav.sidebar-menu > ul > li {
  border-bottom: 1px dotted #999999;
  line-height: 1.2;
  padding: 1px 0;
}
aside.secondary nav.sidebar-menu > ul > li > a {
  padding: 20px 15px;
  display: block;
  text-decoration: none;
  color: #000000;
  font-size: 0.875rem;
}
aside.secondary nav.sidebar-menu > ul > li > a::before {
  padding-right: 0.75em;
  color: #77B76A;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f105";
}
aside.secondary nav.sidebar-menu > ul > li:hover > a, aside.secondary nav.sidebar-menu > ul > li:active > a, aside.secondary nav.sidebar-menu > ul > li.active > a {
  text-decoration: none;
  background-color: #EEEEEE;
}
aside.secondary nav.sidebar-menu + nav.sidebar-menu {
  margin-top: 2rem;
}
aside.secondary ul.banner_list {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
aside.secondary ul.banner_list li {
  margin-bottom: 1rem;
}
aside.secondary ul.banner_list li a {
  display: block;
  text-align: center;
}

@media screen and (max-width: 767px) {
  body:not(.top-page) main > .container-fluid {
    padding: 0;
  }
  body:not(.top-page) main > .container-fluid .rowwrap .primary {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*******************************************************************************************

 BOOTCMS　コンテンツ設定部分

*******************************************************************************************/
/********/
/*見出し*/
/*******/
.lv1 {
  text-align: center;
}
.lv1 span {
  position: relative;
  display: inline-block;
  color: #77B76A;
  font-size: 2.0625rem;
  font-weight: 500;
  padding-bottom: 1.375rem;
}
.lv1 span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 385px;
  width: calc(100% + 12px);
  height: 10px;
  background-color: #D3FBA8;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .lv1 {
    position: relative;
    padding-bottom: 18px;
  }
  .lv1 span {
    position: static;
    display: inline;
    font-size: 1.7143rem;
    padding-bottom: 0;
  }
  .lv1 span::after {
    min-width: unset;
    width: 100%;
    height: 6px;
  }
}

.lv2 {
  text-align: center;
}
.lv2 span {
  display: inline-block;
  min-width: 250px;
  color: #fff;
  font-size: 1.5625rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  background-color: rgba(119, 183, 106, 0.7);
  border-radius: 35px;
  padding: 0.5rem 2.125rem;
}
@media screen and (max-width: 767px) {
  .lv2 span {
    min-width: 175px;
    font-size: 1.43rem;
    line-height: 1.5;
  }
}

.lv3 span {
  color: #77B76A;
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 1.48;
}
.lv3::before {
  content: "■ ";
  color: #77B76A;
  font-size: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .lv3 span {
    font-size: 1.43rem;
    line-height: 1.5;
  }
}

.lv4 span {
  color: #333;
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .lv4 span {
    font-size: 1.2857rem;
  }
}

/*************/
/*テキストのみ*/
/************/
.text-only {
  margin: 0;
}
.text-only p {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.78;
}
.text-only p a {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .text-only p {
    font-size: 1.143rem;
    line-height: 1.75;
  }
}

/************/
/* 写真のみ */
/**********/
.photo-only {
  text-align: center;
  margin: 0;
}
.photo-only a img {
  display: inline-block;
}
.photo-only p.caption {
  font-size: 1.125rem;
  line-height: 1.78;
  margin: 1.25rem 0 0;
}
@media screen and (max-width: 767px) {
  .photo-only p.caption {
    font-size: 1.143rem;
    line-height: 1.75;
    margin-top: 20px;
  }
}

/*****************/
/* 写真＋テキスト */
/****************/
.photo-and-text {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.75rem;
}
.photo-and-text:where(.photo-left) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}
.photo-and-text:where(.photo-right) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.photo-and-text div.text-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.photo-and-text div.text-area > strong {
  display: block;
  color: #77B76A;
  font-size: 1.5625rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
}
.photo-and-text div.text-area > strong::before {
  content: "■ ";
}
.photo-and-text div.text-area p {
  font-size: 1.125rem;
  line-height: 1.78;
  margin-bottom: 0;
}
.photo-and-text span.photo-area {
  max-width: 80%;
}
.photo-and-text span.photo-area img {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .photo-and-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .photo-and-text span.photo-area {
    display: block;
    width: 100% !important;
    max-width: 100%;
    text-align: center;
    float: none !important;
  }
  .photo-and-text span.photo-area img {
    margin-bottom: 0;
  }
  .photo-and-text div.text-area strong {
    font-size: 1.43rem;
    margin-bottom: 20px;
  }
  .photo-and-text div.text-area p {
    font-size: 1.143rem;
    line-height: 1.75;
  }
}

/*********************/
/* 2列写真+キャプション */
/* 3列写真+キャプション */
/* 4列写真+キャプション */
/*********************/
.two-photo,
.three-photo,
.four-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
}
.two-photo .photo_set,
.three-photo .photo_set,
.four-photo .photo_set {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.two-photo .photo_set img,
.three-photo .photo_set img,
.four-photo .photo_set img {
  display: inline-block;
}
.two-photo .photo_set span.photo_even,
.three-photo .photo_set span.photo_even,
.four-photo .photo_set span.photo_even {
  display: block;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1.5;
  position: relative;
}
.two-photo .photo_set span.photo_even img,
.three-photo .photo_set span.photo_even img,
.four-photo .photo_set span.photo_even img {
  max-width: 100%;
  height: auto;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}
.two-photo .photo_set .caption-title, .two-photo .photo_set .caption-text,
.three-photo .photo_set .caption-title,
.three-photo .photo_set .caption-text,
.four-photo .photo_set .caption-title,
.four-photo .photo_set .caption-text {
  text-align: left;
  margin-bottom: 0;
}
.two-photo .photo_set .caption-title,
.three-photo .photo_set .caption-title,
.four-photo .photo_set .caption-title {
  font-size: 1.125rem;
  line-height: 1.78;
  margin-top: 20px;
}
.two-photo .photo_set .caption-text,
.three-photo .photo_set .caption-text,
.four-photo .photo_set .caption-text {
  line-height: 1.4375;
  margin-top: 15px;
}
.two-photo a img,
.three-photo a img,
.four-photo a img {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: #ffffff;
}
.two-photo a:hover img,
.three-photo a:hover img,
.four-photo a:hover img {
  opacity: 0.7;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .two-photo,
  .three-photo,
  .four-photo {
    -webkit-column-gap: 1.143rem !important;
       -moz-column-gap: 1.143rem !important;
            column-gap: 1.143rem !important;
  }
  .two-photo.turn_on,
  .three-photo.turn_on,
  .four-photo.turn_on {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .two-photo.turn_on div.photo_set,
  .three-photo.turn_on div.photo_set,
  .four-photo.turn_on div.photo_set {
    width: 100%;
  }
  .two-photo.turn_on div.photo_set span.photo_even,
  .three-photo.turn_on div.photo_set span.photo_even,
  .four-photo.turn_on div.photo_set span.photo_even {
    aspect-ratio: unset !important;
  }
  .two-photo.turn_on div.photo_set span.photo_even img,
  .three-photo.turn_on div.photo_set span.photo_even img,
  .four-photo.turn_on div.photo_set span.photo_even img {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
  .two-photo.turn_on div.photo_set + div.photo_set,
  .three-photo.turn_on div.photo_set + div.photo_set,
  .four-photo.turn_on div.photo_set + div.photo_set {
    margin-top: 2rem;
  }
  .two-photo .photo_set .caption-title,
  .three-photo .photo_set .caption-title,
  .four-photo .photo_set .caption-title {
    font-size: 1.143rem;
    line-height: 1.75;
    margin-top: 18px;
  }
  .two-photo .photo_set .caption-text,
  .three-photo .photo_set .caption-text,
  .four-photo .photo_set .caption-text {
    font-size: 1rem;
    line-height: 1.5714;
    margin-top: 10px;
  }
}

.two-photo {
  -webkit-column-gap: 1.75rem;
     -moz-column-gap: 1.75rem;
          column-gap: 1.75rem;
}

.three-photo {
  -webkit-column-gap: 1.125rem;
     -moz-column-gap: 1.125rem;
          column-gap: 1.125rem;
}

.four-photo {
  -webkit-column-gap: 0.8125rem;
     -moz-column-gap: 0.8125rem;
          column-gap: 0.8125rem;
}

/**********/
/* リスト */
/*********/
ul.square, ol.square, ul.dot, ol.dot, ul.none, ol.none {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
ul.square > li, ol.square > li, ul.dot > li, ol.dot > li, ul.none > li, ol.none > li {
  position: relative;
  color: #6c6c6c;
  font-size: 1.125rem;
  line-height: 1.78;
  padding-left: calc(1em + 10px);
}
ul.square > li + li, ol.square > li + li, ul.dot > li + li, ol.dot > li + li, ul.none > li + li, ol.none > li + li {
  margin-top: 15px;
}
ul.square > li::before, ol.square > li::before, ul.dot > li::before, ol.dot > li::before, ul.none > li::before, ol.none > li::before {
  display: inline-block;
  position: absolute;
  left: 0;
  color: #77B76A;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  ul.square > li, ol.square > li, ul.dot > li, ol.dot > li, ul.none > li, ol.none > li {
    font-size: 1.143rem;
    line-height: 1.75;
  }
}

ul.dot > li::before, ol.dot > li::before {
  content: "・";
  color: #333;
}

ul.counter, ol.counter {
  display: table;
  margin: 0;
  padding: 0;
}
ul.counter > li, ol.counter > li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  font-size: 1.125rem;
  line-height: 1.78;
  counter-increment: number;
  margin: 0;
  padding: 0;
}
ul.counter > li > div, ol.counter > li > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
ul.counter > li + li, ol.counter > li + li {
  margin-top: 15px;
}
ul.counter > li::before, ol.counter > li::before {
  content: counter(number);
  display: table-cell;
  color: #333;
  font-size: 1.125rem;
  text-align: right;
}
ul.counter > li::after, ol.counter > li::after {
  content: "";
  display: block;
  margin-bottom: 0.5em;
}
ul.counter > li:last-of-type:after, ol.counter > li:last-of-type:after {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  ul.counter li, ol.counter li {
    font-size: 1.143rem;
  }
  ul.counter li::after, ol.counter li::after {
    display: none;
  }
}

ul.square > li, ol.square > li {
  padding-left: 1.5em;
}
ul.square > li::before, ol.square > li::before {
  content: "■";
  width: auto;
}

/**********/
/* ボタン */
/*********/
.btn-on {
  margin: 0;
}

.original-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  max-width: 400px;
  width: 100%;
  color: #707070;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.35;
  text-decoration: none;
  background-color: #C8FFA3;
  border: 1px solid #C8FFA3;
  border-radius: 5px;
  padding: 0.875rem;
  padding-left: 1.0625rem;
  padding-right: 0.5rem;
}
.original-btn span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.original-btn::after {
  content: "▶";
  color: #fff;
}
.original-btn:hover, .original-btn:active, .original-btn:focus {
  text-decoration: none;
  background-color: #ffffff;
  color: #77B76A;
}
.original-btn:hover::after, .original-btn:active::after, .original-btn:focus::after {
  color: #C8FFA3;
}
.original-btn.btn-big {
  max-width: 500px;
  padding: 1.25rem;
}
.original-btn.btn-small {
  max-width: 300px;
  font-size: 1rem;
}
.original-btn.btn-blue {
  border: 2px solid #00238C;
  background-color: #00238C;
}
.original-btn.btn-blue:hover, .original-btn.btn-blue:active, .original-btn.btn-blue:focus {
  background-color: transparent;
  color: #00238C;
}
.original-btn.btn-blue:hover::after, .original-btn.btn-blue:active::after, .original-btn.btn-blue:focus::after {
  color: #00238C;
}
.original-btn.btn-green {
  border: 2px solid #006600;
  background-color: #006600;
}
.original-btn.btn-green:hover, .original-btn.btn-green:active, .original-btn.btn-green:focus {
  background-color: transparent;
  color: #006600;
}
.original-btn.btn-green:hover::after, .original-btn.btn-green:active::after, .original-btn.btn-green:focus::after {
  color: #006600;
}
.original-btn.btn-orange {
  border: 2px solid #FF8000;
  background-color: #FF8000;
}
.original-btn.btn-orange:hover, .original-btn.btn-orange:active, .original-btn.btn-orange:focus {
  background-color: transparent;
  color: #FF8000;
}
.original-btn.btn-orange:hover::after, .original-btn.btn-orange:active::after, .original-btn.btn-orange:focus::after {
  color: #FF8000;
}
.original-btn.btn-gray {
  border: 2px solid #999999;
  background-color: #999999;
}
.original-btn.btn-gray:hover, .original-btn.btn-gray:active, .original-btn.btn-gray:focus {
  background-color: transparent;
  color: #999999;
}
.original-btn.btn-gray:hover::after, .original-btn.btn-gray:active::after, .original-btn.btn-gray:focus::after {
  color: #999999;
}
@media screen and (max-width: 767px) {
  .original-btn {
    max-width: 90%;
    font-size: 1.143rem;
    padding: 15px 1rem;
  }
  .original-btn.btn-big {
    max-width: 100%;
    font-size: 1.25rem;
    padding: 20px 1rem;
  }
  .original-btn.btn-small {
    max-width: 80%;
    font-size: 1rem;
    padding: 12px 1rem;
  }
}

.original-btn.arrow_reverse::after,
.arrow_reverse .original-btn::after {
  content: none;
}
.original-btn.arrow_reverse::before,
.arrow_reverse .original-btn::before {
  content: "◀";
  color: #fff;
}
.original-btn.arrow_reverse:is(:hover, :active, :focus)::before,
.arrow_reverse .original-btn:is(:hover, :active, :focus)::before {
  color: #C8FFA3;
}

.hr-on {
  border: none;
  margin: 0;
  height: 2px;
  -webkit-mask-image: url("../img/hr_base.svg");
          mask-image: url("../img/hr_base.svg");
  -webkit-mask-repeat: repeat-x;
          mask-repeat: repeat-x;
}

/***********************************************/
/* Youtube GoogleMap 埋め込みタグ レスポンシブ化 */
/***********************************************/
.youtube-box,
.gmap-box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.youtube-box iframe,
.gmap-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube-on,
.googlemap-on {
  margin: 0;
}

/************/
/* テーブル */
/***********/
table.table-standard,
table.table-flexible {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
table.table-standard tbody,
table.table-flexible tbody {
  -webkit-transform: none;
          transform: none;
}
table.table-standard tbody tr,
table.table-flexible tbody tr {
  border-bottom: 1px solid #ccc;
  -webkit-transform: none;
          transform: none;
}
table.table-standard tbody tr th,
table.table-flexible tbody tr th, table.table-standard tbody tr td,
table.table-flexible tbody tr td {
  font-size: 1.125rem;
  border: none;
  -webkit-transform: none;
          transform: none;
}
table.table-standard tbody tr th,
table.table-flexible tbody tr th {
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
  min-width: 8.70125em;
  background-color: rgba(119, 183, 106, 0.7);
  padding: 1.0625rem 1rem;
}
table.table-standard tbody tr th a,
table.table-flexible tbody tr th a {
  color: #fff;
}
table.table-standard tbody tr td,
table.table-flexible tbody tr td {
  color: #333;
  background-color: #fff;
  padding: 1.0625rem 1.5rem;
}

.table-on {
  margin-bottom: 2rem;
}

table.table-standard.lefthead tr td, table.table-standard.lefttophead tr td,
table.table-flexible.lefthead tr td,
table.table-flexible.lefttophead tr td {
  border-left: 1px solid #ccc;
}
table.table-standard.tophead tr th + th, table.table-standard.tophead tr td + td,
table.table-flexible.tophead tr th + th,
table.table-flexible.tophead tr td + td {
  border-left: 1px solid #ccc;
}
table.table-standard.tophead tr:has([rowspan]) td:first-child,
table.table-flexible.tophead tr:has([rowspan]) td:first-child {
  border: none;
}
table.table-standard.tophead tr:has([rowspan]) td:first-child[rowspan],
table.table-flexible.tophead tr:has([rowspan]) td:first-child[rowspan] {
  border-right: 1px solid #ccc;
}
table.table-standard.tophead tr:has([rowspan]) td:first-child[rowspan] + td,
table.table-flexible.tophead tr:has([rowspan]) td:first-child[rowspan] + td {
  border-right: 1px solid #ccc;
}
table.table-standard.lefttophead tr th + th, table.table-standard.lefttophead tr td + td,
table.table-flexible.lefttophead tr th + th,
table.table-flexible.lefttophead tr td + td {
  border-left: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  table.table-standard tr th, table.table-standard tr td,
  table.table-flexible tr th,
  table.table-flexible tr td {
    font-size: 1.143rem;
    padding: 1.35714rem;
  }
  table.table-standard.lefthead tr,
  table.table-flexible.lefthead tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  table.table-flexible {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  table.table-flexible tbody {
    display: block;
    width: 100%;
  }
  table.table-flexible tbody tr {
    display: block;
    width: 100%;
  }
  table.table-flexible tbody tr th, table.table-flexible tbody tr td {
    display: block;
    padding: 15px 1.214rem;
    word-break: break-all;
    white-space: normal;
  }
  table.table-flexible tbody tr th {
    min-width: 5em;
  }
  table.table-flexible tbody tr td {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  table.table-flexible.lefthead tr th {
    min-width: 10em;
  }
  table.table-flexible.lefthead tr td {
    width: 100%;
  }
  table.table-flexible.tophead tr:first-of-type {
    display: none;
  }
  table.table-flexible.tophead tr th + th, table.table-flexible.tophead tr td + td {
    border-top: 1px solid #ccc;
    border-left: none;
  }
  table.table-flexible.tophead tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    padding-bottom: 1.35rem;
  }
  table.table-flexible.tophead tr td::before {
    content: attr(data-tophead);
    font-weight: bold;
    color: #fff;
    background-color: rgba(119, 183, 106, 0.7);
    padding: 1.143rem;
  }
  table.table-standard:not(.tophead) {
    border-top: none;
    border-left: none;
    margin-bottom: 0;
  }
  table.table-standard:not(.tophead) tbody {
    display: block;
  }
  table.table-standard:not(.tophead) tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  table.table-standard:not(.tophead) tbody tr th, table.table-standard:not(.tophead) tbody tr td {
    display: block;
    min-width: 10em;
    white-space: nowrap;
  }
  table.table-standard:not(.tophead).lefthead {
    border-bottom: none;
  }
  table.table-standard:not(.tophead).lefthead tr:first-of-type {
    border-top: 1px solid #ccc;
  }
  table.table-standard:not(.tophead).lefthead tr td:last-of-type {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  table.table-standard:not(.tophead).lefthead:has([rowspan]) tr {
    display: block;
  }
  table.table-standard:not(.tophead).lefttophead tr {
    display: table-row;
  }
  table.table-standard:not(.tophead).lefttophead tr th, table.table-standard:not(.tophead).lefttophead tr td {
    display: table-cell;
  }
  table.table-standard:not(.tophead).lefttophead tr:last-of-type {
    border-bottom: none;
  }
  div.table-responsive:has(table.table-standard) {
    max-height: 60dvh;
  }
  div.table-responsive:has(table.table-standard)::-webkit-scrollbar {
    width: 13px;
    height: 13px;
    background-color: #e3e3e3;
    border-radius: 5px;
  }
  div.table-responsive:has(table.table-standard)::-webkit-scrollbar-thumb {
    width: 140px;
    height: 13px;
    background-color: #b9b9b9;
    border-radius: 5px;
  }
  div.table-responsive:has(table.table-standard) table.table-standard {
    margin-bottom: 3.5px;
  }
}
/********/
/* 全幅 */
/*******/
section.extend {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 2rem 15px;
}
section.extend.extend_fixed {
  background-attachment: fixed;
}
section.extend.none_space {
  padding: 0;
}
@media screen and (max-width: 767px) {
  section.extend {
    padding-left: 20px;
    padding-right: 20px;
  }
  section.extend:has(> .container-fluid) {
    padding-left: 0;
    padding-right: 0;
  }
}

article section.extend:nth-of-type(odd) {
  background-color: #F5FEEB;
  z-index: 0;
}

article section.extend:nth-of-type(even) {
  background-image: url(../img/bg_extention_even.png);
  background-repeat: repeat;
  background-size: auto;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .view_pc_blocktype {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .view_sp_blocktype {
    display: none !important;
  }
}
.width-10 {
  max-width: 10%;
  margin-left: auto;
  margin-right: auto;
}

.width-20 {
  max-width: 20%;
  margin-left: auto;
  margin-right: auto;
}

.width-30 {
  max-width: 30%;
  margin-left: auto;
  margin-right: auto;
}

.width-40 {
  max-width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.width-50 {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.width-60 {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.width-70 {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.width-80 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.width-90 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

/*******************************************************************************************

 トップページ

*******************************************************************************************/
body.top-page header.global_header {
  position: fixed;
}
body.top-page section.top_mainvisual {
  width: 100%;
  height: 0;
  padding-bottom: max(100svh - 150px, 750px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  body.top-page section.top_mainvisual {
    width: 100%;
    padding-bottom: 100%;
  }
}
body.top-page section.top_mainvisual div.top_slideshow {
  width: 100%;
  margin-left: auto;
  height: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  color: #EAEEF2;
}
body.top-page section.top_mainvisual div.top_slideshow .slide {
  position: absolute;
  top: 0%;
  left: 0%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 3s ease, -webkit-transform 5s linear;
  transition: opacity 3s ease, -webkit-transform 5s linear;
  transition: opacity 3s ease, transform 5s linear;
  transition: opacity 3s ease, transform 5s linear, -webkit-transform 5s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
}
body.top-page section.top_mainvisual div.top_slideshow .slide.showfase {
  opacity: 1;
}
body.top-page section.top_mainvisual div.top_slideshow .slide.fadefase {
  opacity: 0;
}
body.top-page section.top_mainvisual div.top_slideshow .slide p {
  position: absolute;
  font-size: 0.8125rem;
  font-weight: 500;
  bottom: 1rem;
  right: min(5.333%, 64px);
  color: #fff;
  margin-bottom: 0;
  font-family: Roboto, Arial, "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  body.top-page section.top_mainvisual div.top_slideshow .slide p {
    bottom: 0.5rem;
  }
}
body.top-page section.top_mainvisual div.top_photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body.top-page section.top_mainvisual div.contents {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
body.top-page section.top_mainvisual div.contents div.catch {
  position: absolute;
  left: 8.0625rem;
  bottom: 9rem;
  color: #ffffff;
}
body.top-page section.top_mainvisual div.contents div.catch h2 {
  font-family: "fot-tsukubrdgothic-std";
  font-weight: 700;
  margin: 0;
  text-shadow: 0 0 10px #000000;
  font-size: 2.4375rem;
  letter-spacing: 0.08em;
  line-height: 1.25;
}
body.top-page section.top_mainvisual div.contents div.catch h2 span {
  font-size: 1.41em;
}
@media screen and (max-width: 767px) {
  body.top-page section.top_mainvisual div.contents div.catch {
    left: 8%;
    bottom: 10%;
  }
  body.top-page section.top_mainvisual div.contents div.catch h2 {
    font-size: 1.5rem;
  }
  body.top-page section.top_mainvisual div.contents div.catch h2 span {
    font-size: 1.5em;
  }
}
body.top-page main section.extend:nth-of-type(even) {
  background-color: #F5FEEB;
}
body.top-page main section.extend:nth-of-type(odd) {
  background-image: url(../img/bg_extention_even.png);
  background-repeat: repeat;
  background-size: auto;
}
body.top-page main section.extend:has(.top_first_navi) {
  padding-top: 3.75rem;
  padding-bottom: 4.875rem;
}
@media screen and (max-width: 767px) {
  body.top-page main section.extend:has(.top_first_navi) {
    padding-top: 2.142rem;
    padding-bottom: 3.92rem;
  }
}
body.top-page main .top_first_navi {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8125rem 2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 830px;
}
body.top-page main .top_first_navi a {
  display: block;
  text-align: center;
  position: relative;
}
body.top-page main .top_first_navi a img {
  max-width: 100%;
}
body.top-page main .top_first_navi a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background-color: #d4ebcf;
  -webkit-filter: blur(3px);
          filter: blur(3px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-transition: ALL 0.35s ease;
  transition: ALL 0.35s ease;
}
body.top-page main .top_first_navi a:is(:hover, :active, :focus)::after {
  opacity: 0;
  -webkit-transition: ALL 0.35s ease;
  transition: ALL 0.35s ease;
}
@media screen and (max-width: 767px) {
  body.top-page main .top_first_navi {
    gap: 1rem 0.571rem;
  }
  body.top-page main .top_first_navi a::after {
    width: calc(100% + 5px);
    height: calc(100% + 5px);
  }
}
body.top-page main .top_first_navi:has(+ *) {
  margin-bottom: 4.75rem;
}
@media screen and (max-width: 767px) {
  body.top-page main .top_first_navi:has(+ *) {
    margin-bottom: 2.71rem;
  }
}
body.top-page main section.extend:has(.hospital_title) {
  background-image: url("../img/bg_extention_top_hospital.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  padding-top: 4.375rem;
  padding-bottom: 5.625rem;
}
body.top-page main section.extend:has(.newslist_block):not(:has(.top_first_navi)) {
  padding-top: 4.625rem;
  padding-bottom: 4.5rem;
}
body.top-page main h3.lv1:has(+ .newslist_block) {
  margin-bottom: 6.125rem;
}
@media screen and (max-width: 767px) {
  body.top-page main h3.lv1:has(+ .newslist_block) {
    margin-bottom: 4rem;
  }
}
body.top-page main .newslist_block div.news_list {
  margin-top: 3.125rem;
}
body.top-page main .newslist_block div.news_list.important_info {
  margin-top: 4.75rem;
}
body.top-page main .newslist_block div.news_list dl.headline dd {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
body.top-page main .newslist_block div.news_list .category_list {
  margin-bottom: 0;
  margin-top: 2.25rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  body.top-page main .newslist_block div.news_list .category_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body.top-page main .newslist_block div.news_list dl.headline dd {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
  }
}
body.top-page main .news_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3rem;
}
body.top-page main .news_tab .tab_head {
  display: contents;
}
body.top-page main .news_tab .tab_head input[name=tab_switch] {
  display: none;
}
body.top-page main .news_tab .tab_head input[name=tab_switch]:checked + .tab_label {
  color: #fff;
  background-color: #60bf65;
}
body.top-page main .news_tab .tab_head input[name=tab_switch]:checked + .tab_label::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #60bf65 transparent transparent transparent;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
body.top-page main .news_tab .tab_head .tab_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #707070;
  font-size: 1.3125rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.285;
  letter-spacing: 0.05em;
  background-color: #ccfb99;
  border-radius: 0.75rem 0.75rem 0 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 2.5px;
  padding: 0.625rem 1rem;
}
body.top-page main .news_tab .tab_head .tab_label:first-of-type {
  margin-left: 0;
}
body.top-page main .news_tab .tab_head .tab_label:last-of-type {
  margin-right: 0;
}
body.top-page main .news_tab .tab_content {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  display: none;
  overflow: hidden;
  position: relative;
  -webkit-animation: fadeIn 1s ease;
          animation: fadeIn 1s ease;
  background-color: #fff;
}
body.top-page main .news_tab .tab_content .news_list {
  border-bottom: none;
  border-color: #60bf65;
  border-width: 2px;
  border-radius: 0;
  margin: 0;
  padding: 3rem 2.875rem 2.625rem;
}
body.top-page main .news_tab .tab_content .news_list dl.headline {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.top-page main .news_tab .tab_content .news_list dl.headline dt span.category {
  line-height: 1.275;
}
body.top-page main .news_tab .tab_content .news_list dl.headline dt img.new_info {
  margin: 0;
}
body.top-page main .news_tab .tab_content .news_list dl.headline dt:has(.new_info) span.category {
  margin-right: 1rem;
}
body.top-page main .news_tab .tab_content a.news_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.65625rem;
  height: 70px;
  color: #fff;
  font-size: 1.3125rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  background-color: #60bf65;
  border: 2px solid #60bf65;
  text-align: center;
  border-radius: 0 0 0.75rem 0.75rem;
}
body.top-page main .news_tab .tab_content a.news_btn br {
  display: none;
}
body.top-page main .news_tab .tab_content a.news_btn:hover {
  color: #77B76A;
  background-color: #fff;
}
body.top-page main .news_tab .tab_content a.news_btn::before {
  content: "";
  display: block;
  width: 37px;
  height: 37px;
  background-image: url("../img/news_arrow.svg");
  background-size: cover;
  background-position: center;
}
body.top-page main .news_tab .tab_content.active {
  display: block;
}
@media screen and (max-width: 767px) {
  body.top-page main .news_tab .tab_head {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
  }
  body.top-page main .news_tab .tab_head .tab_label {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    min-width: 17%;
    font-size: min(1.5rem, 3vw);
    margin: 0;
    padding: 0.625rem 0.5rem;
  }
  body.top-page main .news_tab .tab_head .tab_label br {
    display: block !important;
  }
  body.top-page main .news_tab .tab_content {
    position: relative;
    z-index: -1;
  }
  body.top-page main .news_tab .tab_content .news_list {
    padding: 2.125rem 1.42rem 1.75rem;
  }
  body.top-page main .news_tab .tab_content .news_list dl.headline {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  body.top-page main .news_tab .tab_content .news_list dl.headline dt {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body.top-page main .news_tab .tab_content .news_list dl.headline dt span.category {
    padding: 0.25rem 0.5rem;
  }
  body.top-page main .news_tab .tab_content .news_list dl.headline dd a {
    font-size: 1.142rem;
  }
  body.top-page main .news_tab .tab_content a.news_btn {
    gap: 1.125rem;
    height: 50px;
    font-size: min(1.142rem, 3.5vw);
  }
  body.top-page main .news_tab .tab_content a.news_btn::before {
    width: 28px;
    height: 28px;
  }
}
body.top-page aside.bottom_navigation {
  display: none;
}

.hospital_title {
  margin-bottom: 3.75rem;
}
.hospital_title h3.lv1 {
  margin-bottom: 1.125rem;
}
.hospital_title ul {
  list-style: none;
  margin: 1.125rem 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}
.hospital_title ul li {
  display: inline-block;
  color: #77B76A;
  background-color: #ffffff;
  border: 2px solid #77B76A;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 500;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .hospital_title {
    margin-bottom: 2.142rem;
  }
  .hospital_title ul li {
    font-size: 1.142rem;
  }
}

.hospital_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hospital_data > div {
  width: calc((100% - 25px) / 2);
}
.hospital_data div.consultation_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem 0.75rem;
}
.hospital_data div.consultation_navi a:not(.normal) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  text-decoration: none;
}
.hospital_data div.consultation_navi a:not(.normal).first_visit, .hospital_data div.consultation_navi a:not(.normal).return_visit {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.hospital_data div.consultation_navi a:not(.normal).outpatient {
  width: 100%;
}
.hospital_data div.consultation_navi a:not(.normal) h4.lv1 {
  width: 100%;
  margin-bottom: 2rem;
}
.hospital_data div.consultation_navi a:not(.normal) h4.lv1 span {
  display: block;
  width: 100%;
  padding-bottom: 1.5rem;
}
.hospital_data div.consultation_navi a:not(.normal) h4.lv1 span::after {
  min-width: auto;
}
.hospital_data div.consultation_navi a:not(.normal) p {
  font-size: 1.0625rem;
  margin-bottom: 0;
}
.hospital_data div.consultation_navi a.normal {
  text-decoration: none;
}
.hospital_data div.hospital_info {
  padding: 1.5rem 1.875rem;
}
.hospital_data div.hospital_info > a:first-of-type img {
  max-width: 100%;
}
.hospital_data div.hospital_info p.address {
  font-size: 1.625rem;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  margin-top: 1.125rem;
}
.hospital_data div.hospital_info > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  font-size: 1.1875rem;
}
.hospital_data div.hospital_info > dl dt {
  font-weight: 400;
}
.hospital_data div.hospital_info > dl dd {
  margin-bottom: 0;
}
.hospital_data div.hospital_info > dl > dt {
  width: 4em;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.hospital_data div.hospital_info > dl.tel {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.hospital_data div.hospital_info > dl.tel dd {
  font-size: 2.1875rem;
  line-height: 1;
  color: #77B76A;
}
.hospital_data div.hospital_info > dl.consultation {
  margin-bottom: 0;
}
.hospital_data div.hospital_info > dl.consultation > dd > dl {
  margin-bottom: 0;
}
.hospital_data div.hospital_info > dl.consultation > dd > dl dt span {
  font-weight: 600;
}
.hospital_data div.hospital_info > dl.consultation > dd > dl dd::before {
  content: "▶︎ ";
}
@media screen and (max-width: 767px) {
  .hospital_data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.4285rem;
  }
  .hospital_data > div {
    width: 100%;
  }
  .hospital_data div.consultation_navi a.first_visit, .hospital_data div.consultation_navi a.return_visit {
    padding-top: 2.142rem;
    padding-left: 1.571rem;
    padding-right: 1.571rem;
    padding-bottom: 2.142rem;
  }
  .hospital_data div.consultation_navi a.outpatient {
    padding-top: 1.71rem;
    padding-bottom: 1.71rem;
  }
  .hospital_data div.consultation_navi a h4.lv1 {
    margin-bottom: 0;
  }
  .hospital_data div.hospital_info {
    padding: 2rem 1.5rem;
  }
  .hospital_data div.hospital_info a {
    display: block;
    width: 100%;
  }
  .hospital_data div.hospital_info a img {
    width: 100%;
  }
  .hospital_data div.hospital_info p.address {
    text-align: left;
    -moz-text-align-last: left;
         text-align-last: left;
  }
  .hospital_data div.hospital_info > dl {
    font-size: 1rem;
    gap: 0.8571rem;
  }
  .hospital_data div.hospital_info > dl > dt {
    width: 4.2em;
  }
  .hospital_data div.hospital_info > dl:last-of-type {
    margin-bottom: 0;
  }
  .hospital_data div.hospital_info > dl.tel dd {
    font-size: 1.7142rem;
  }
}

/*******************************************************************************************

 お知らせ、インフォメーション

*******************************************************************************************/
/***************************/
/* 一覧表示（TOP・一覧共通） */
/***************************/
.news_list {
  padding-top: 2.875rem;
  padding-left: 2.8125rem;
  padding-right: 2.1875rem;
  padding-bottom: 2.375rem;
  position: relative;
}
.news_list h4 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #77B76A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 18.75rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.news_list.emergency_info {
  border-color: #EA545F;
}
.news_list.emergency_info h4 {
  background-color: #EA545F;
}
.news_list.important_info {
  border-color: #6C7BD3;
}
.news_list.important_info h4 {
  background-color: #6C7BD3;
}
@media screen and (max-width: 767px) {
  .news_list {
    padding-left: 1.42rem;
    padding-right: 1.42rem;
  }
}
.news_list dl.headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  color: #151515;
  text-decoration: none;
  margin-bottom: 0;
}
.news_list dl.headline + dl.headline {
  margin-top: 1.5rem;
}
.news_list dl.headline dt {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
}
.news_list dl.headline dt span.date {
  font-size: 1.25rem;
}
.news_list dl.headline dt span.category {
  width: 8.5rem;
  line-height: 1;
  font-size: 1.0625rem;
  text-align: center;
  font-weight: 400;
  text-align: center;
  padding: 0.5rem;
  white-space: normal;
}
.news_list dl.headline dt span.category.cat1 {
  color: #EE1D23;
  border: 1px solid #EE1D23;
  background-color: transparent;
}
.news_list dl.headline dt span.category.cat2 {
  color: #5C60AC;
  border: 1px solid #5C60AC;
  background-color: transparent;
}
.news_list dl.headline dt img.new_info {
  width: 3.5rem;
  margin-left: 1rem;
}
.news_list dl.headline dd {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.25rem;
}
.news_list dl.headline dd a {
  color: #707070;
  text-decoration: none;
}
.news_list dl.headline dd a:is(:hover, :active, :focus) {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .news_list dl.headline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .news_list dl.headline dt span.date {
    font-size: 1.142rem;
  }
  .news_list dl.headline dt span.category {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 5rem;
    padding: 0.2rem;
    font-size: 1.142rem;
  }
  .news_list dl.headline dt span.category br {
    display: none;
  }
  .news_list dl.headline dd {
    font-size: 1.142rem;
  }
}
.news_list p.none_headline {
  text-align: center;
  font-weight: 700;
  color: #77B76A;
  margin-bottom: 0;
}

nav.pagination_navi {
  margin-top: 3.625rem;
}
nav.pagination_navi ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
nav.pagination_navi ul li {
  display: contents;
}
nav.pagination_navi ul li a {
  text-decoration: none;
}
nav.pagination_navi ul li a.page_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1.875rem;
  height: 1.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #CCCCCC;
  border: 2px solid #CCCCCC;
  font-size: 1.125rem;
}
nav.pagination_navi ul li a.page_item:is(:hover, :active, :focus), nav.pagination_navi ul li a.page_item.active {
  background-color: #fff;
  border-color: #77B76A;
  color: #77B76A;
}
nav.pagination_navi ul li a.page_item.active {
  pointer-events: none;
}
nav.pagination_navi ul li a.arrow_item[href="list.php?page="] {
  pointer-events: none;
}

.category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-bottom: 2.5rem;
}
.category_list a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #707070;
  background-color: #C8FFA3;
  text-decoration: none;
  width: 10rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  height: 3.75rem;
  border-radius: 1.875rem;
  padding: 0 0.9375rem;
  font-weight: 700;
}
.category_list a::after {
  content: "▶︎";
  color: #fff;
  margin-left: auto;
}
.category_list a span {
  margin-left: auto;
}
.category_list a.cat4 span {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  line-height: 1;
}
.category_list a.cat6 span {
  letter-spacing: -0.12em;
}
.category_list a:is(:hover, :focus, :active) {
  color: #ffffff;
  background-color: #77B76A;
}
@media screen and (max-width: 767px) {
  .category_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.71rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .category_list a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.142rem;
    height: 2.142rem;
    padding: 0 2.142rem;
    position: relative;
  }
  .category_list a::after {
    position: absolute;
    right: 6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .category_list a.cat4 span br {
    display: none;
  }
  .category_list a.cat6 span {
    letter-spacing: normal;
  }
}

/**************/
/* 一覧ページ */
/**************/
.page-item .page-link {
  color: #77B76A;
}
.page-item.active .page-link {
  background-color: #77B76A;
  border-color: #77B76A;
}
.page-item a.page-link[href="list.php?page="] {
  cursor: auto;
  pointer-events: none;
  color: #151515;
  background-color: #dddddd;
}

body.news-page {
  /*********/
  /*詳細画面*/
  /********/
}
body.news-page div.page-title {
  max-width: 960px;
  margin-top: 1.875rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.625rem;
}
body.news-page div.page-title h3.lv1 {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  body.news-page div.page-title {
    margin-bottom: 1.42rem;
  }
}
body.news-page p.content-data {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  margin-bottom: 1.875rem;
}
body.news-page p.content-data span.date {
  font-size: 1.125rem;
}
body.news-page p.content-data span.category {
  display: inline-block;
  width: auto;
  line-height: 1;
  font-size: 1.0625rem;
  text-align: center;
  font-weight: 400;
  text-align: center;
  padding: 0.5rem;
}
body.news-page p.content-data span.category.cat1 {
  color: #EE1D23;
  border: 1px solid #EE1D23;
  background-color: transparent;
}
body.news-page p.content-data span.category.cat2 {
  color: #5C60AC;
  border: 1px solid #5C60AC;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  body.news-page p.content-data span.category {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 5rem;
    padding: 0.2rem;
    font-size: 1.142rem;
  }
}
body.news-page .news_list:is(.important_info, .emergency_info) {
  margin-top: 4.5rem;
}
body.news-page .news_tab {
  margin-top: 3rem;
}
body.news-page .news_tab ul.tab_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
body.news-page .news_tab ul.tab_head li {
  text-align: center;
  background-color: #ccfb99;
  border-radius: 0.75rem 0.75rem 0 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 2.5px;
}
body.news-page .news_tab ul.tab_head li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #707070;
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 1.285;
  letter-spacing: 0.05em;
  text-decoration: none;
  padding: 0.625rem 1rem;
}
body.news-page .news_tab ul.tab_head li:first-of-type {
  margin-left: 0;
}
body.news-page .news_tab ul.tab_head li:last-of-type {
  margin-right: 0;
}
body.news-page .news_tab ul.tab_head li.active {
  background-color: #60bf65;
}
body.news-page .news_tab ul.tab_head li.active a {
  color: #fff;
}
body.news-page .news_tab ul.tab_head li.active::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #60bf65 transparent transparent transparent;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
body.news-page .news_tab .tab_content {
  position: relative;
  z-index: -1;
}
body.news-page .news_tab .tab_content .news_list {
  border-color: #60bf65;
  border-radius: 0 0 0.75rem 0.75rem;
  padding: 3rem 2.875rem 2.625rem;
}
body.news-page .news_tab .tab_content .news_list dl.headline {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.news-page .news_tab .tab_content .news_list dl.headline dt span.category {
  line-height: 1.275;
}
body.news-page .news_tab .tab_content .news_list dl.headline dt img.new_info {
  margin: 0;
}
body.news-page .news_tab .tab_content .news_list dl.headline dt:has(.new_info) span.category {
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  body.news-page .news_tab ul.tab_head {
    gap: 5px;
  }
  body.news-page .news_tab ul.tab_head li {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    min-width: 17%;
    margin: 0;
  }
  body.news-page .news_tab ul.tab_head li a {
    font-size: min(1.5rem, 3vw);
    padding: 0.625rem 0.5rem;
  }
  body.news-page .news_tab ul.tab_head li a br {
    display: block !important;
  }
  body.news-page .news_tab .tab_content .news_list {
    padding: 2.125rem 1.42rem 1.75rem;
  }
  body.news-page .news_tab .tab_content .news_list dl.headline {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  body.news-page .news_tab .tab_content .news_list dl.headline dt {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body.news-page .news_tab .tab_content .news_list dl.headline dt span.category {
    padding: 0.25rem 0.5rem;
  }
  body.news-page .news_tab .tab_content .news_list dl.headline dd a {
    font-size: 1.142rem;
  }
}

/*******************************************************************************************

 メールフォーム

*******************************************************************************************/
body.form-page .custom-form {
  margin-top: -4.25rem;
  padding-top: 8.5rem;
}
body.form-page p.form_lead {
  margin-bottom: 2rem;
  letter-spacing: 0.092em;
}

section.input_wrap {
  width: 100%;
}
section.input_wrap .input_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
  gap: 0.875rem;
}
section.input_wrap .input_group + .input_group {
  margin-top: 2.5rem;
}
section.input_wrap .input_group .input_label {
  display: block;
  width: 100%;
  font-size: 1.125rem;
  margin: 0;
  padding: 0;
}
section.input_wrap .input_group .input_label span.required {
  display: inline-block;
  font-size: 1rem;
  color: #ffffff;
  background-color: #FF0000;
  margin-left: 1em;
  font-weight: 500;
  line-height: 1.375;
  padding: 0 0.375rem;
  border-radius: 3px;
}
section.input_wrap .input_group .input_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
section.input_wrap .input_group .input_content.name_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
section.input_wrap .input_group .input_content.name_set div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
section.input_wrap .input_group .input_content.name_set div:first-of-type {
  padding-right: 1rem;
}
section.input_wrap .input_group .input_content.name_set div:last-of-type {
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  section.input_wrap .input_group .input_content.name_set div:first-of-type {
    padding-right: 0.5rem;
  }
  section.input_wrap .input_group .input_content.name_set div:last-of-type {
    padding-left: 0.5rem;
  }
}
section.input_wrap .input_group .input_content.address_set {
  width: 100%;
}
section.input_wrap .input_group .input_content.address_set div:first-of-type {
  margin-bottom: 1rem;
}
section.input_wrap .input_group .input_content .schedule_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.input_wrap .input_group .input_content .schedule_set input[name*=date],
section.input_wrap .input_group .input_content .schedule_set input[type=date] {
  width: 9rem;
}
section.input_wrap .input_group .input_content .schedule_set input[name*=time],
section.input_wrap .input_group .input_content .schedule_set input[type=time] {
  width: 7rem;
}
@media screen and (max-width: 575px) {
  section.input_wrap .input_group .input_content .schedule_set {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.input_wrap .input_group .input_content .schedule_set span {
    display: block;
    width: calc(100% - 17rem);
  }
  section.input_wrap .input_group .input_content .schedule_set span ~ input[type=date] {
    margin-left: auto;
  }
}
section.input_wrap .input_group .input_content.prefer_day_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.input_wrap .input_group .input_content.prefer_day_set p {
  width: 100%;
}
section.input_wrap .input_group .input_content.prefer_day_set > div {
  width: 33.3333333333%;
}
section.input_wrap .input_group .input_content.prefer_day_set > div input {
  display: inline-block;
  width: 10em;
  margin-left: 1rem;
}
@media screen and (max-width: 575px) {
  section.input_wrap .input_group .input_content.prefer_day_set {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1rem;
  }
  section.input_wrap .input_group .input_content.prefer_day_set > div {
    width: 100%;
  }
}
section.input_wrap .input_group.has-error .input_item {
  border-color: #ff5757;
}
section.input_wrap .input_group.has-error span.error_message {
  font-size: 1rem;
  color: #ff5757;
  display: inline-block;
  font-weight: 600;
  margin-top: 0.5em;
}

.submit_area {
  text-align: center;
  margin-top: 4.125rem;
}
.submit_area p {
  width: 100%;
  margin-bottom: 2.625rem;
}
.submit_area .button_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.375rem;
}
.submit_area .button_wrap button {
  -webkit-transition: ALL 0.35s ease;
  transition: ALL 0.35s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  outline: none;
}
.submit_area .button_wrap button::after {
  content: none;
}
.submit_area .button_wrap button[type=submit] {
  color: #ffffff;
  background-color: #77B76A;
  border-color: #77B76A;
  font-size: 1.125rem;
  letter-spacing: 0.12em;
  padding: 0.6875rem 1.5em;
}
.submit_area .button_wrap button[type=submit]:is(:hover, :active, :focus) {
  color: #77B76A;
  background-color: #ffffff;
}
.submit_area .button_wrap button[type=submit]:disabled {
  color: #fff;
  background-color: #C3C3C3;
  border-color: #C3C3C3;
  pointer-events: none;
}
.submit_area .button_wrap button[type=reset], .submit_area .button_wrap button[type=button] {
  color: #fff;
  background-color: #C3C3C3;
  border-color: #C3C3C3;
  font-size: 1rem;
  padding: 0.6875rem 1.5em;
  letter-spacing: 0.12em;
}
.submit_area .button_wrap button[type=reset]:is(:hover, :active, :focus), .submit_area .button_wrap button[type=button]:is(:hover, :active, :focus) {
  color: #C3C3C3;
  background-color: #ffffff;
}

.input_item {
  display: block;
  width: 100%;
  height: 3.125em;
  padding: 0.8125em 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3e3e3e;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #B4B4B4;
  border-radius: 3px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  outline: none;
}
.input_item::-webkit-input-placeholder {
  color: #AAAAAA;
}
.input_item::-moz-placeholder {
  color: #AAAAAA;
}
.input_item:-ms-input-placeholder {
  color: #AAAAAA;
}
.input_item::-ms-input-placeholder {
  color: #AAAAAA;
}
.input_item::placeholder {
  color: #AAAAAA;
}
.input_item.inline_parts {
  display: inline-block;
  width: auto;
}
.input_item:active, .input_item:focus {
  border-color: #040000;
  background-color: #fffad7;
}

input.flatpickr-input + input.input_item {
  background-color: #fff;
}

textarea.input_item {
  height: auto;
}

/*** ラジオボタン ****/
input.input_item[type=radio] {
  display: none;
  border: 0;
  margin: 0;
}
input.input_item[type=radio] + label {
  display: block;
  font-size: 1rem;
  cursor: pointer;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0;
}
input.input_item[type=radio] + label:empty {
  min-height: 1em;
}
input.input_item[type=radio] + label:before, input.input_item[type=radio] + label:after {
  content: "";
  position: absolute;
  display: inline-block;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
input.input_item[type=radio] + label:before {
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #040000;
  background-color: #ffffff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
input.input_item[type=radio] + label:after {
  top: 50%;
  left: 0.25em;
  width: 0.5em;
  height: 0.5em;
  background-color: transparent;
  -webkit-transform: scale(0) translateY(-50%);
          transform: scale(0) translateY(-50%);
}
input.input_item[type=radio]:checked + label:after {
  background-color: #77B76A;
  -webkit-transform: scale(1) translateY(-50%);
          transform: scale(1) translateY(-50%);
}

input.input_item[type=checkbox] {
  display: none;
  margin: 0;
}
input.input_item[type=checkbox] + label {
  position: relative;
  padding: 10px 0px 10px 35px;
  line-height: 1.4;
  margin-bottom: 0;
}
input.input_item[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -9px;
  background-color: #ffffff;
  border: 1px solid #040000;
}
input.input_item[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 55%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  left: 13px;
  width: 10px;
  height: 6px;
  margin-top: -8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
input.input_item[type=checkbox]:checked + label::before {
  background-color: #77B76A;
}

.lineup_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem 3rem;
}

section.reserve_form {
  max-width: 800px;
  margin: 0 auto;
}

/*******************************************************************************************

 各種タブ

*******************************************************************************************/
/************************************
サイトマップテーブル
************************************/
table.sitemap-table {
  width: 100%;
}
table.sitemap-table th,
table.sitemap-table td {
  line-height: 1.2;
  border-top: none;
  border-bottom: 1px solid #cccccc;
  padding: 20px;
}
table.sitemap-table th {
  font-size: 1rem;
  width: 50px;
  white-space: nowrap;
  font-weight: normal;
}
table.sitemap-table a {
  color: #212529;
  line-height: 1.8;
  text-decoration: none;
}
table.sitemap-table a:hover, table.sitemap-table a:active, table.sitemap-table a:focus {
  color: #77B76A;
}
table.sitemap-table td {
  font-size: 1rem;
  font-weight: normal;
}
table.sitemap-table td ul {
  margin: 0;
  padding: 0;
}
table.sitemap-table td ul li {
  list-style: none;
}
table.sitemap-table td ul li ul {
  padding-left: 2rem;
}
table.sitemap-table td ul li ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
}
table.sitemap-table td ul li ul li a:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f0da";
  color: #77B76A;
}
@media screen and (max-width: 767px) {
  table.sitemap-table {
    display: block;
  }
  table.sitemap-table tbody,
  table.sitemap-table tr,
  table.sitemap-table th,
  table.sitemap-table td {
    display: block;
  }
  table.sitemap-table th {
    width: auto;
    white-space: normal;
    border-bottom: none;
    padding: 10px;
  }
  table.sitemap-table td {
    padding: 0;
    padding-left: 2rem;
    padding-bottom: 1rem;
  }
  table.sitemap-table td:empty {
    padding: 0;
  }
  table.sitemap-table td ul li ul {
    padding-left: 1.25rem;
  }
  table.sitemap-table td ul li ul li a {
    gap: 0.5rem;
  }
}

.anker {
  pointer-events: none;
  margin-top: -10rem;
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .anker {
    margin-top: -4rem;
    padding-top: 4rem;
  }
}

.cookie_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 0.75rem;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 1.2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  visibility: hidden;
  z-index: 999;
}
.cookie_content.is_show {
  visibility: visible;
}
.cookie_content .cookie_text {
  color: #fff;
}
.cookie_content .cookie_text a {
  color: dodgerblue;
}
.cookie_content .cookie_agree {
  color: #fff;
  background-color: dodgerblue;
  padding: 0.5em 1.5em;
}
.cookie_content .cookie_agree:hover {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .cookie_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cookie_content .cookie_text {
    margin-bottom: 1em;
  }
}

.cc_hide {
  display: none;
}

@-webkit-keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
/*****************/
/* 各ページ共通 */
/****************/
.slogan {
  display: block;
  color: #77B76A;
  font-size: 1.8125rem;
  line-height: 1.31;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .slogan {
    font-size: 1.5714rem;
    line-height: 1.727;
  }
}

.white_block {
  background-color: #fff;
  border: 2px solid #77B76A;
  border-radius: 17px;
  padding: 1.875rem;
}
.white_block:where(.standardizepadding) {
  padding: 30px 50px;
}
.white_block .block_inner {
  margin-bottom: 0;
}
.white_block .block_inner + .block_inner {
  border-top: 3px solid rgba(211, 251, 168, 0.8);
  margin-top: 1.25rem;
  padding-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .white_block {
    padding: 20px;
  }
  .white_block .block_inner + .block_inner {
    margin-top: 20px;
    padding-top: 20px;
  }
}

a.text_link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
}
a.text_link::before {
  content: "▶";
  font-size: 0.875rem;
  font-weight: 400;
}
a.text_link[target=_blank]::after {
  content: "";
  display: block;
  min-width: 12px;
  min-height: 12px;
  background-image: url("../img/blank.svg");
}
a.text_link:hover {
  color: rgba(119, 183, 106, 0.7);
}
@media screen and (max-width: 767px) {
  a.text_link {
    font-size: 1.143rem;
  }
}

.question_block > ul {
  margin: 0;
  padding: 0;
}
.question_block > ul > li {
  list-style: none;
  border-top: 1px solid #ccc;
  padding: 1.875rem;
}
.question_block > ul > li dl {
  margin: 0;
}
.question_block > ul > li dl dt,
.question_block > ul > li dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
}
.question_block > ul > li dl dt::before,
.question_block > ul > li dl dd::before {
  font-size: 1.875rem;
  font-weight: 500;
}
.question_block > ul > li dl dt span,
.question_block > ul > li dl dd span {
  padding-top: 6px;
}
.question_block > ul > li dl dt {
  margin-bottom: 1.875rem;
}
.question_block > ul > li dl dt::before {
  content: "Q";
  color: #6C7BD3;
}
.question_block > ul > li dl dt span {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
}
.question_block > ul > li dl dd {
  margin-bottom: 0;
}
.question_block > ul > li dl dd::before {
  content: "A";
  color: #EA6E7D;
}
.question_block > ul > li dl dd span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  font-size: 1.125rem;
  line-height: 1.78;
}
.question_block > ul > li:last-of-type {
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .question_block > ul > li {
    padding: 1.535rem 1.43rem;
  }
  .question_block > ul > li dl dt,
  .question_block > ul > li dl dd {
    gap: 15px;
  }
  .question_block > ul > li dl dt::before,
  .question_block > ul > li dl dd::before {
    font-size: 2.143rem;
  }
  .question_block > ul > li dl dt {
    margin-bottom: 1.43rem;
  }
  .question_block > ul > li dl dt span {
    font-size: 1.285rem;
  }
  .question_block > ul > li dl dd span {
    font-size: 1.143rem;
  }
}

dl {
  margin-bottom: 0;
}
dl dd {
  margin-bottom: 0;
}

span.gairai_head {
  display: block;
  color: #77B76A;
  font-size: 0.8em;
  line-height: 1.85;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.table-on.nyuin_tbl table tr th a,
.table-on.nyuin_tbl table tr td a {
  text-decoration: none;
}

.table-on.itoigawa_tbl table tr th,
.table-on.itoigawa_tbl table tr td {
  min-width: unset;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .table-on.itoigawa_tbl table tr th,
  .table-on.itoigawa_tbl table tr td {
    min-width: 6em !important;
  }
}

.list-on.castle_text ul.counter li {
  font-size: 1.2em;
}
.list-on.castle_text ul.counter li::before {
  font-size: 1em;
}

.inpage_menu ul.none {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.inpage_menu ul.none li {
  display: contents;
}
.inpage_menu ul.none li > div {
  width: calc((100% - 3rem) / 4);
}
.inpage_menu ul.none li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  font-size: 1.125rem;
  border-bottom: 1px solid #77B76A;
  line-height: 1.2;
  padding: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inpage_menu ul.none li a::after {
  content: "▼";
  font-size: 0.75em;
  margin-left: auto;
}
.inpage_menu ul.none li a:is(:hover, :active, :focus) {
  background-color: color-mix(in sRGB, #F5FEEB, #000 5%);
}
@media screen and (max-width: 767px) {
  .inpage_menu ul.none li > div {
    width: calc((100% - 1rem) / 2);
  }
}
@media screen and (max-width: 575px) {
  .inpage_menu ul.none li > div {
    width: 100%;
  }
}

/*.inpage_menu ul.none {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: center;

	li {
		display: contents;

		> div {
			display: contents;
		}
		a {
			display: block;
			background-color: #fff;
			text-decoration: none;
			font-size: 1.125rem;
			border: 1px solid $theme-color;
			line-height: 1.2;
			padding: 0.25em 1.25rem;
			border-radius:1rem;

			&::after {
				content: "▼";
				font-size: 0.75em;
				margin-left: 0.5em;
			}
			&:is(:hover,:active,:focus){
				background-color: $theme-color;
				color: #ffffff;
			}
		}
	}
}*/
/***************/
/* 初診の方へ */
/**************/
div.tel_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1.8px solid #77B76A;
  border-radius: 12px;
  padding: 0.625rem 0 2.1875rem;
}
div.tel_block .inner_top {
  border-bottom: 1px solid #707070;
  margin-bottom: 1.875rem;
  padding-bottom: 1.6875rem;
}
div.tel_block .inner_top dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.25rem;
  margin: 0;
}
div.tel_block .inner_top dl dt {
  font-size: 2.0625rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
div.tel_block .inner_top dl dd {
  color: #77B76A;
  font-size: 4.0625rem;
  font-weight: 500;
  letter-spacing: 0.115em;
  margin: 0;
}
div.tel_block .inner_top dl dd p {
  display: block;
  color: #707070;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: normal;
  text-align: center;
  border: 1.5px solid #77B76A;
  border-radius: 35px;
  margin: 0;
}
div.tel_block .inner_top dl dd p br {
  display: none;
}
div.tel_block .inner_bottom {
  padding-right: 0.9375rem;
}
div.tel_block .inner_bottom dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.875rem;
  margin: 0;
}
div.tel_block .inner_bottom dl dt {
  font-size: 1.1875rem;
  font-weight: 400;
}
div.tel_block .inner_bottom dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.0625rem;
  margin: 0;
}
div.tel_block .inner_bottom dl dd div p {
  font-size: 1.1875rem;
  font-weight: bold;
  margin-bottom: 0;
}
div.tel_block .inner_bottom dl dd div p span {
  font-weight: 400;
}
div.tel_block .inner_bottom dl dd div p span br {
  display: none;
}
div.tel_block .inner_bottom dl dd div ul {
  margin: 0;
  padding: 0;
}
div.tel_block .inner_bottom dl dd div ul li {
  list-style: none;
  font-size: 1.1875rem;
}
div.tel_block .inner_bottom dl dd div ul li::before {
  content: "▶ ";
  font-size: 1.1875rem;
}
div.tel_block .inner_bottom dl + dl {
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  div.tel_block {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 2.143rem 1.285rem;
  }
  div.tel_block .inner_top,
  div.tel_block .inner_bottom {
    width: 100%;
  }
  div.tel_block .inner_top {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  div.tel_block .inner_top dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7px;
    margin: 0 auto;
  }
  div.tel_block .inner_top dl dt {
    font-size: 1.285rem;
    margin-bottom: 0;
  }
  div.tel_block .inner_top dl dd {
    font-size: 2.5rem;
    text-align: center;
    white-space: nowrap;
  }
  div.tel_block .inner_top dl dd p {
    font-size: 1.0714rem;
    line-height: 1.4375;
    margin-top: 0.93rem;
    padding: 8px;
  }
  div.tel_block .inner_top dl dd p span {
    display: none;
  }
  div.tel_block .inner_top dl dd p br {
    display: block;
  }
  div.tel_block .inner_top dl dd p:first-of-type {
    margin-bottom: 0.93rem;
  }
  div.tel_block .inner_top dl dd p:last-of-type {
    margin-bottom: 0;
  }
  div.tel_block .inner_bottom {
    padding: 0;
  }
  div.tel_block .inner_bottom dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  div.tel_block .inner_bottom dl dt {
    font-size: 1.143rem;
  }
  div.tel_block .inner_bottom dl dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
  div.tel_block .inner_bottom dl dd div p span br {
    display: block;
  }
  div.tel_block .inner_bottom dl dd div ul li {
    font-size: 1.143rem;
    line-height: 1.75;
  }
}
@media screen and (max-width: 575px) {
  div.tel_block .inner_top dl dd {
    width: 100%;
    letter-spacing: 0.034em;
  }
}

section.reserve_block {
  padding-top: 5rem;
  padding-bottom: 5.625rem;
}
section.reserve_block ul {
  margin: 0;
  padding: 0;
}
section.reserve_block ul li {
  list-style: none;
}
section.reserve_block ul.reserve_guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.25rem;
}
section.reserve_block ul.reserve_guide > li {
  width: 50%;
  background-color: #fff;
  border: 2px solid #77B76A;
  border-radius: 17px;
  padding: 35px 50px;
}
section.reserve_block ul.reserve_guide > li h4.lv1 {
  margin-bottom: 1.75rem;
}
section.reserve_block ul.reserve_guide > li h4.lv1 span {
  font-size: 1.9375rem;
  font-weight: 400;
  padding-bottom: 23px;
}
section.reserve_block ul.reserve_guide > li h4.lv1::after {
  width: 100%;
}
section.reserve_block ul.reserve_guide > li ul.square li a {
  font-size: 1.0625rem;
  margin: 10px 0 11px;
  padding-left: 1rem;
}
section.reserve_block ul.reserve_guide > li ul.square li a:hover {
  color: #707070;
  background-color: #fff;
}
section.reserve_block ul.reserve_guide > li ul.square li a:hover::after {
  color: #C8FFA3;
}
@media screen and (max-width: 767px) {
  section.reserve_block {
    padding-top: 40px;
    padding-bottom: 65px;
  }
  section.reserve_block ul.reserve_guide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.reserve_block ul.reserve_guide > li {
    width: 100%;
    padding: 30px 20px;
  }
  section.reserve_block ul.reserve_guide > li h4.lv1 {
    margin-bottom: 2.375rem;
    padding-bottom: 15px;
  }
  section.reserve_block ul.reserve_guide > li h4.lv1 span {
    font-size: 1.7143rem;
    letter-spacing: 0.1em;
    padding-bottom: 0;
  }
  section.reserve_block ul.reserve_guide > li ul.square li a {
    width: calc(100% + 1.5em);
    margin-left: -1.5em;
  }
  section.reserve_block ul.reserve_guide > li ul.square li + li {
    margin-top: 20px;
  }
}

/*************/
/* 病院紹介 */
/************/
section.extend:has(div.floor_map) {
  padding-bottom: 3.875rem;
}
section.extend:has(div.division_block) {
  padding: 5rem 15px 5.75rem;
}
section.extend:has(div.division_block) > .container-fluid {
  padding: 0;
}
section.extend:has(div.place_list) {
  padding: 6.25rem 0 6.25rem;
}
section.extend:has(div.message_block) {
  padding: 6.75rem 0 5.125rem;
}
@media screen and (max-width: 767px) {
  section.extend:has(div.division_block) {
    padding: 2.857rem 0 4.286rem;
  }
  section.extend:has(div.division_block) > .container-fluid {
    padding: 0 20px;
  }
  section.extend:has(div.place_list) {
    padding: 2.857rem 0 7.143rem;
  }
  section.extend:has(div.message_block) {
    padding: 2.857rem 0 6.429rem;
  }
}

div.access_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.685rem;
}
div.access_block .inner_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
div.access_block .inner_left div.about {
  margin-bottom: 2.375rem;
}
div.access_block .inner_left div.about dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  margin-bottom: 0;
}
div.access_block .inner_left div.about dl dt,
div.access_block .inner_left div.about dl dd {
  font-size: 1.375rem;
  line-height: 1.55;
}
div.access_block .inner_left div.about dl dt {
  font-weight: bold;
  letter-spacing: 0.1em;
}
div.access_block .inner_left div.about dl dt::after {
  content: "／";
  font-size: 1.375rem;
}
div.access_block .inner_left div.about dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  letter-spacing: 0.03em;
  margin-bottom: 0;
}
div.access_block .inner_left ul.white_block {
  margin: 0;
  padding: 1.375rem 1.75rem;
}
div.access_block .inner_left ul.white_block li.block_inner {
  list-style: none;
}
div.access_block .inner_left ul.white_block li.block_inner h4 {
  color: #77B76A;
  font-size: 1.1875rem;
  font-weight: bold;
  margin-bottom: 7px;
}
div.access_block .inner_left ul.white_block li.block_inner h4::before {
  content: "■";
}
div.access_block .inner_left ul.white_block li.block_inner p {
  font-size: 1.0625rem;
  line-height: 1.35;
  margin-bottom: 0;
}
div.access_block .inner_left ul.white_block li.block_inner + li {
  margin-top: 15px;
  padding-top: 15px;
}
div.access_block .inner_right {
  max-width: 492px;
  width: 55%;
  height: 519px;
}
div.access_block .inner_right:where(:has(iframe)) {
  height: auto;
  position: relative;
  overflow: hidden;
}
div.access_block .inner_right a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  margin-bottom: 11px;
}
div.access_block .inner_right a:hover img {
  opacity: 0.6;
}
div.access_block .inner_right > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
div.access_block .inner_right > div p {
  font-size: 0.875rem;
  line-height: 1.43;
  letter-spacing: -0.025em;
  margin-bottom: 0;
}
div.access_block .inner_right iframe {
  position: absolute;
  width: 100%;
  height: calc(100% + 300px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  div.access_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  div.access_block .inner_left div.about {
    margin-bottom: 30px;
  }
  div.access_block .inner_left div.about dl {
    gap: 7px;
  }
  div.access_block .inner_left div.about dl dt,
  div.access_block .inner_left div.about dl dd {
    font-size: 1.143rem;
  }
  div.access_block .inner_left div.about dl dt {
    padding-top: 2px;
  }
  div.access_block .inner_left div.about dl dd {
    line-height: 2.125;
  }
  div.access_block .inner_left ul.white_block {
    padding: 18px;
  }
  div.access_block .inner_left ul.white_block li.block_inner h4 {
    font-size: 20px;
  }
  div.access_block .inner_left ul.white_block li.block_inner p {
    font-size: 1.143rem;
    line-height: 1.75;
  }
  div.access_block .inner_right {
    max-width: 100%;
    width: 100%;
    height: 353px;
  }
  div.access_block .inner_right a img {
    -o-object-position: 50% 96.5%;
       object-position: 50% 96.5%;
    margin-bottom: 10px;
  }
  div.access_block .inner_right iframe {
    width: 100%;
    height: calc(100% + 300px);
  }
}

div.floor_map ul {
  display: grid;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0;
  padding: 0;
}
div.floor_map ul li {
  position: relative;
  list-style: none;
  background-color: #fff;
}
div.floor_map ul li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
div.floor_map ul li a:hover img {
  opacity: 0.6;
}
div.floor_map ul li p {
  position: absolute;
  top: 160px;
  left: 45px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.875rem;
  line-height: 1.285;
  letter-spacing: -0.025em;
  pointer-events: none;
  margin-bottom: 0;
  z-index: 1;
}
div.floor_map ul li p::before {
  content: "＊";
}
div.floor_map ul li:first-of-type {
  grid-column: 1/3;
}
div.floor_map ul li:nth-of-type(2) {
  grid-row: 2/3;
  grid-column: 1/2;
}
div.floor_map ul li:nth-of-type(3) {
  grid-row: 2/3;
  grid-column: 2/3;
}
@media screen and (max-width: 991px) {
  div.floor_map ul li a img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  div.floor_map ul li p {
    top: auto;
    bottom: 1rem;
    left: 1rem;
  }
  div.floor_map ul li p br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  div.floor_map ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.785rem;
  }
  div.floor_map ul li {
    background-color: transparent;
  }
  div.floor_map ul li p {
    position: static;
    pointer-events: auto;
    margin-top: 10px;
  }
}

section.program_block {
  padding: 5.625rem 0 5.875rem;
}
section.program_block .photo-and-text {
  gap: 2.375rem;
  border-bottom: 2px dashed #ccc;
  padding-bottom: 2rem;
}
section.program_block .photo-and-text span.photo-area {
  max-width: 307px;
  overflow: hidden;
}
section.program_block .photo-and-text span.photo-area a img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
section.program_block .photo-and-text div.text-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.program_block .photo-and-text div.text-area p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
section.program_block .photo-and-text div.text-area p span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
section.program_block .photo-and-text div.text-area p span a {
  max-width: 211px;
}
section.program_block .photo-and-text div.text-area p span a:hover::after {
  color: #C8FFA3;
}
section.program_block .photo-and-text:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
section.program_block .photo-and-text:has(a:hover) img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
section.program_block .photo-and-text:has(a:hover) a.original-btn {
  color: #77B76A;
  background-color: #fff;
}
section.program_block .photo-and-text:has(a:hover) a.original-btn::after {
  color: #C8FFA3;
}
@media screen and (max-width: 767px) {
  section.program_block {
    padding: 2.857rem 0;
  }
  section.program_block .photo-and-text {
    gap: 1.35714rem;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  section.program_block .photo-and-text span.photo-area {
    max-width: 100%;
  }
  section.program_block .photo-and-text div.text-area strong {
    margin-bottom: 18px;
  }
  section.program_block .photo-and-text div.text-area p {
    gap: 30px;
  }
  section.program_block .photo-and-text div.text-area p span a {
    padding: 8px 18px;
  }
  section.program_block .photo-and-text:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  section.program_block .photo-and-text span.photo-area {
    height: 277px;
  }
  section.program_block .photo-and-text div.text-area p span a {
    max-width: 164px;
  }
}

div.division_block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.3125rem;
  margin: 0;
  padding: 0;
}
div.division_block ul li {
  list-style: none;
  width: 33.3333333333%;
}
div.division_block ul li a {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
}
div.division_block ul li a div.inner_img {
  width: 92.05%;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 auto;
}
div.division_block ul li a div.inner_img span {
  display: block;
  width: 100%;
  height: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 67.55%;
  -webkit-transition: ALL 0.35s ease;
  transition: ALL 0.35s ease;
}
div.division_block ul li a h4 {
  position: absolute;
  bottom: -25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
  color: #707070;
  font-size: 1.4375rem;
  background-color: #CCFB99;
  border-radius: 50px;
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 0;
  padding: 1.125rem;
  padding-left: 1.875rem;
  padding-right: 1.3125rem;
}
div.division_block ul li a h4::after {
  content: "▶";
  color: #fff;
}
div.division_block ul li a:hover span {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: ALL 0.35s ease;
  transition: ALL 0.35s ease;
}
div.division_block ul li:last-of-type a h4 {
  letter-spacing: -0.1em;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  div.division_block ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6rem;
  }
  div.division_block ul li {
    width: 82.5%;
  }
  div.division_block ul li a div.inner_img {
    width: 89%;
  }
  div.division_block ul li a h4 {
    bottom: -15%;
    height: 62px;
  }
}
@media screen and (max-width: 575px) {
  div.division_block ul li a h4 {
    bottom: -47px;
  }
}

div.place_list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-bottom: 0;
  padding: 0;
}
div.place_list ul li {
  list-style: none;
}
div.place_list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #707070;
  text-decoration: none;
  overflow: hidden;
}
div.place_list ul li a .inner_left {
  display: block;
  width: 100%;
  max-width: 221px;
  height: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 41.075%;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
div.place_list ul li a .inner_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  padding: 13px 1.5rem 1rem;
}
div.place_list ul li a .inner_right span {
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.227;
}
div.place_list ul li a .inner_right div dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-bottom: 0;
}
div.place_list ul li a .inner_right div dl dt,
div.place_list ul li a .inner_right div dl dd {
  line-height: 1.375;
}
div.place_list ul li a .inner_right div dl dt {
  font-weight: 400;
}
div.place_list ul li a .inner_right div dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
}
div.place_list ul li a:hover .inner_left {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media screen and (max-width: 991px) {
  div.place_list ul {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  div.place_list ul li a .inner_left {
    max-width: 180px;
  }
  div.place_list ul li a .inner_right {
    padding: 5px 0.75rem;
  }
  div.place_list ul li a .inner_right span {
    font-size: 1.25rem;
  }
  div.place_list ul li a .inner_right div dl {
    gap: 0.75rem;
  }
  div.place_list ul li a .inner_right div dl dt,
  div.place_list ul li a .inner_right div dl dd {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  div.place_list ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  div.place_list ul li a .inner_left {
    width: 45%;
    min-width: 158px;
    padding-bottom: 25%;
  }
  div.place_list ul li a .inner_right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 6px 10px 10px;
  }
  div.place_list ul li a .inner_right span {
    font-size: 1.143rem;
  }
  div.place_list ul li a .inner_right div dl dt,
  div.place_list ul li a .inner_right div dl dd {
    font-size: 0.93rem;
  }
}
@media screen and (max-width: 575px) {
  div.place_list ul li a .inner_left {
    padding-bottom: 41.15%;
  }
}

div.message_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.0625rem;
}
div.message_block .inner_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
div.message_block .inner_left p {
  font-size: 1.1875rem;
  line-height: 2;
  margin-bottom: 1.875rem;
}
div.message_block .inner_left ul {
  margin-bottom: 1.75rem;
  padding: 0;
}
div.message_block .inner_left ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.1875rem;
  line-height: 2;
  font-weight: bold;
}
div.message_block .inner_left ul li span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
div.message_block .inner_left ul + p {
  margin-bottom: 0;
}
div.message_block .inner_right {
  width: 320px;
}
div.message_block .inner_right img {
  width: 100%;
  margin-bottom: 0.5rem;
}
div.message_block .inner_right p.text-center {
  font-size: 0.9375rem;
  margin-bottom: 0;
}
div.message_block .inner_right p.text-center span {
  display: block;
  line-height: 1.67;
  margin-bottom: 0.5rem;
}
div.message_block .inner_right p.text-center strong {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  div.message_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.857rem;
  }
  div.message_block .inner_left p {
    font-size: 1.143rem;
    line-height: 1.75;
    margin-bottom: 30px;
  }
  div.message_block .inner_left ul {
    margin-bottom: 30px;
  }
  div.message_block .inner_left ul li {
    display: block;
    font-size: 1.143rem;
    line-height: 1.75;
  }
  div.message_block .inner_right {
    width: 82.875%;
  }
  div.message_block .inner_right img {
    margin-bottom: 18px;
  }
  div.message_block .inner_right p.text-center {
    font-size: 15px;
    margin-bottom: 0;
  }
  div.message_block .inner_right p.text-center span {
    font-size: 15px;
  }
  div.message_block .inner_right p.text-center strong {
    font-size: 20px;
  }
}

section.policy_block {
  padding: 5.625rem 0 5.9375rem;
}
section.policy_block .text-only p {
  font-size: 1.1875rem;
  line-height: 2;
}
section.policy_block .text-only p span.slogan {
  margin-bottom: 2.8125rem;
}
section.policy_block .text-only p span.slogan br {
  display: none;
}
@media screen and (max-width: 767px) {
  section.policy_block {
    padding: 3.125rem 0 2.857rem;
  }
  section.policy_block .text-only p {
    font-size: 1.143rem;
    line-height: 1.75;
  }
  section.policy_block .text-only p span.slogan {
    margin-bottom: 2.143rem;
  }
  section.policy_block .text-only p span.slogan br {
    display: block;
  }
}

div.history_block {
  position: relative;
  max-width: 950px;
  margin: 0 auto;
}
div.history_block .block_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.25rem;
}
div.history_block .block_inner .inner_left {
  padding-top: 2.8125rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
div.history_block .block_inner .inner_left p {
  font-size: 1.1875rem;
  line-height: 2;
  margin-bottom: 0;
}
div.history_block .block_inner .inner_right {
  width: 8.125rem;
}
div.history_block .block_inner .inner_right img {
  margin-bottom: 0.96875rem;
  max-width: 100%;
}
div.history_block .block_inner .inner_right p.text-center {
  font-size: 0.9375rem;
  margin-bottom: 0;
}
div.history_block .block_inner .inner_right p.text-center strong {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
}
div.history_block div.inner_btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  max-width: 356px;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
div.history_block div.inner_btn a {
  max-width: 356px;
  height: 75px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5625rem;
}
div.history_block div.inner_btn a::after {
  display: none;
}
@media screen and (max-width: 767px) {
  div.history_block {
    max-width: 100%;
  }
  div.history_block .block_inner {
    gap: 1.286rem;
  }
  div.history_block .block_inner .inner_left {
    max-width: 70%;
    padding: 0;
  }
  div.history_block .block_inner .inner_left p {
    font-size: 1.143rem;
    line-height: 1.75;
  }
  div.history_block .block_inner .inner_right img {
    margin-bottom: 15px;
  }
  div.history_block .block_inner .inner_right p.text-center {
    font-size: 15px;
    margin-bottom: 0;
  }
  div.history_block .block_inner .inner_right p.text-center strong {
    font-size: 20px;
  }
  div.history_block div.inner_btn {
    left: 0;
    max-width: 49%;
    -webkit-transform: unset;
            transform: unset;
  }
  div.history_block div.inner_btn a {
    height: 55px;
    font-size: 1.143rem;
    padding: 0;
  }
}
@media screen and (max-width: 575px) {
  div.history_block .block_inner .inner_left {
    max-width: 53.75%;
  }
  div.history_block .block_inner .inner_right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
  }
  div.history_block div.inner_btn {
    bottom: -2.5%;
  }
  div.history_block div.inner_btn a {
    height: 38px;
  }
}

div.movie_test {
  position: relative;
  width: 100%;
  height: 0;
  background-color: #9D9D9D;
  padding-bottom: 57.25%;
}
div.movie_test p {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  div.movie_test {
    padding-bottom: 57.75%;
  }
  div.movie_test p {
    font-size: 15px;
    font-weight: 400;
  }
}

/*************/
/* 職員募集 */
/************/
.recruit_block ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin: 0;
  padding: 0;
}
.recruit_block ul li {
  list-style: none;
}
.recruit_block ul li a {
  position: relative;
  text-decoration: none;
}
.recruit_block ul li a h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
  color: #707070;
  font-size: 1.4375rem;
  background-color: #CCFB99;
  border-radius: 50px;
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 0;
  padding: 1.125rem;
  padding-left: 1.875rem;
  padding-right: 1.3125rem;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.recruit_block ul li a h4::after {
  content: "▶";
  color: #fff;
}
.recruit_block ul li a:hover h4 {
  color: #77B76A;
  background-color: #fff;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.recruit_block ul li a:hover h4::after {
  color: #CCFB99;
}
.recruit_block ul li:last-of-type a h4 {
  letter-spacing: -0.1em;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .recruit_block ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

.cell_1-3 table.lefthead tr th:first-of-type {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .cell_1-3 table.lefthead tr th:first-of-type {
    width: 30%;
    min-width: auto;
  }
}

div.table_type_about table.table-flexible tbody tr th {
  width: 5em;
}
@media screen and (max-width: 767px) {
  div.table_type_about table.table-flexible tbody tr th {
    min-width: 7em;
  }
}

.table_outpatient table.table-standard tbody tr th {
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .table_outpatient table.table-standard tbody tr th .view_sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #table_consultation_schedule.table-on th {
    position: sticky;
    top: 0;
    z-index: 1;
  }
  .table_outpatient div.table-responsive:has(table.table-standard) {
    max-height: none;
    overflow-x: scroll;
    overflow-y: visible;
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }
  .table_outpatient tr th:first-of-type {
    background-color: #9dcc90;
    text-align: center;
    vertical-align: middle;
    min-width: 6em !important;
  }
  .table_outpatient :is(th, td) .view_pc {
    display: none;
  }
  .table_outpatient td {
    min-width: none !important;
    white-space: normal !important;
  }
}/*# sourceMappingURL=style.css.map */