@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
  outline: none;
}

/* https://medium.com/@matuzo/writing-css-with-accessibility-in-mind-8514a0007939 */
.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}

/* https://www.scottohara.me/blog/2019/01/12/lists-and-safari.html */
.plain-list {
  list-style: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'/%3E");
  padding-left: 0;
}

/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
html {
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-wrap: break-word;
}

button {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: none;
  margin: 0;
}

h5, h6 {
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 1em 0;
}

img {
  height: auto;
  border: none;
  -o-object-fit: contain;
     object-fit: contain;
}

iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.txt_c {
  text-align: center !important;
}

.txt_l {
  text-align: left !important;
}

.txt_r {
  text-align: right !important;
}

.bold {
  font-weight: bold;
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

.img_c {
  margin: 1rem auto;
}

.img_l, .img_r {
  max-width: 80%;
  margin: 1rem auto;
}

img.tate {
  max-width: 60%;
}

@media screen and (min-width: 48em), print {
  .img_l {
    float: left;
    margin: 0 3rem 2rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 3rem;
  }
  img.tate {
    max-width: 25% !important;
  }
}
.sp_n {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
.mt40 {
  margin-top: 4rem;
}

.mt30 {
  margin-top: 3rem !important;
}

.mt20 {
  margin-top: 2rem;
}

.mt10 {
  margin-top: 1rem;
}

.main > section ~ section, .flex2 > section ~ section {
  margin-top: 4rem;
}

.main > section section ~ section, .flex2 > section section ~ section {
  margin-top: 3rem;
}

.main > section > section section ~ section, .flex2 > section > section section ~ section {
  margin-top: 2rem;
}

.main > section > section > section section ~ section, .flex2 > section > section > section section ~ section {
  margin-top: 2rem;
}

@media screen and (min-width: 48em), print {
  .mt40 {
    margin-top: 8rem;
  }
  .mt30 {
    margin-top: 6rem !important;
  }
  .mt20 {
    margin-top: 4rem;
  }
  .mt10 {
    margin-top: 2rem;
  }
  .main > section ~ section, .flex2 > section ~ section {
    margin-top: 8rem;
  }
  .main > section section ~ section, .flex2 > section section ~ section {
    margin-top: 6rem;
  }
  .main > section > section section ~ section, .flex2 > section > section section ~ section {
    margin-top: 4rem;
  }
  .main > section > section > section section ~ section, .flex2 > section > section > section section ~ section {
    margin-top: 2rem;
  }
}
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.4rem;
}
.tbl_time caption {
  font-size: 85%;
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  font-size: 90%;
  text-align: center;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th[scope=row] {
  border-bottom: 1px solid #00332f;
}
.tbl_time tr td {
  text-align: center;
  padding: 1.4rem 0.4rem;
  border-bottom: 1px solid #00332f;
  line-height: 1;
  font-size: 80%;
}
@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 1.8rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 1rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 30%;
  }
  .tbl_time tr td {
    padding: 2rem 0;
  }
}
.gmap {
  width: 100%;
}

.tit_01 {
  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;
  height: 10rem;
  background: url(../img/tit_01.webp) no-repeat center bottom -4.4rem/auto 150% #cce3e1;
  font-size: 2.2rem;
  line-height: 1.4;
  padding: 0 1rem;
  text-align: center;
}
.tit_01 span {
  display: inline-block;
  color: #007269;
  background: #fff;
  padding: 0 1rem;
  border-bottom: 3px solid #007269;
}

.tit_02 {
  padding: 2.4rem 0 0;
  background: url(../img/tit_02.svg) no-repeat center top/2em auto;
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  margin: 0 auto 2rem;
}

.tit_03 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #007269;
  background: #fff;
  padding: 0.4rem 1rem;
  border-bottom: 2px solid #007269;
  margin: 0 0 2rem;
}

.tit_04 {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #fff;
  background: #cb0;
  padding: 0.4rem 1rem;
  margin: 0 0 2rem;
}

.tit_05 {
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 0 0 0.4rem;
  color: #3e3a39;
  border-bottom: 2px solid #007269;
  margin: 0 0 2rem;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    height: 37rem;
    background: url(../img/tit_01.webp) no-repeat center center/auto #cce3e1;
    font-size: 4.4rem;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    padding: 0 0 11rem;
  }
  .tit_01 span {
    padding: 0.6rem;
    border-bottom: 5px solid #007269;
  }
  .tit_02 {
    padding: 7rem 0 0;
    font-size: 4rem;
    background: url(../img/tit_02.svg) no-repeat center top/6rem auto;
    margin: 0 0 4rem;
  }
  .tit_03 {
    font-size: 2.4rem;
    padding: 0.6rem 2rem;
    border-bottom: 3px solid #007269;
    margin: 0 0 3rem;
  }
  .tit_04 {
    font-size: 2rem;
    padding: 0.6rem 2rem;
    margin: 0 0 3rem;
  }
  .tit_05 {
    font-size: 2rem;
    padding: 0 0 0.8rem;
    margin: 0 0 3rem;
  }
}
.lst_ul {
  line-height: 1.4;
  margin: 1rem 0;
}
.lst_ul > li {
  padding: 0 0 0 1.4em;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul > li::before {
  content: "●";
  color: #007269;
  position: absolute;
  left: 0;
}
.lst_ul.kome > li::before {
  content: "※";
  color: #00332f;
}

.lst_ul_disc {
  margin: 0 0 0 2rem;
}
.lst_ul_disc > li {
  list-style: disc;
}
.lst_ul_disc > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul_disc > li::marker {
  color: #00332f;
}

.lst_ol {
  line-height: 1.4;
  counter-reset: number 0;
  margin: 1rem 0;
}
.lst_ol > li {
  counter-increment: number 1;
  padding: 0 0 0 1.8em;
  position: relative;
}
.lst_ol > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ol > li::before {
  display: inline-block;
  content: counter(number, decimal-leading-zero) ".";
  color: #007269;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.lst_dl01 dt {
  font-weight: bold;
}
.lst_dl01 dd {
  margin: 0 0 1rem;
}

@media screen and (min-width: 48em), print {
  .lst_ol > li {
    padding: 0 0 0 3.6rem;
  }
  .lst_dl01 {
    width: 100%;
    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;
  }
  .lst_dl01 dt {
    width: 20%;
  }
  .lst_dl01 dd {
    width: 80%;
    padding: 0 0 0 1rem;
  }
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 3rem;
}
.flex > li {
  margin: 0 !important;
}

.flex3 {
  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;
}
.flex3 > li {
  width: 46%;
}

@media screen and (min-width: 48em), print {
  .flex {
    gap: 1rem 5rem;
  }
  .flex2 {
    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;
  }
  .flex2 > section, .flex2 > li {
    width: 48%;
    margin-top: 0 !important;
  }
  .flex3 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .flex3 li {
    width: 31%;
  }
  .flex3 li:not(:nth-child(3n)) {
    margin: 0 2rem 0 0;
  }
}
.tel {
  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;
  text-align: center;
  gap: 0 0.4rem;
  font-family: "Unna", serif;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.tel::before {
  font-family: "fontello";
  content: "\e809";
}
.tel a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.box_ylw {
  padding: 1rem;
  background: #f5f1cc;
  border-radius: clamp(1rem, 1vw, 2rem);
}
@media screen and (min-width: 48em), print {
  .box_ylw {
    padding: 3rem;
  }
}

.box_blue {
  padding: 1rem;
  background: #cbe4f5;
  border-radius: clamp(1rem, 1vw, 2rem);
}
@media screen and (min-width: 48em), print {
  .box_blue {
    padding: 3rem;
  }
}

.btn_detail {
  display: inline-block;
  padding: 0.4rem 2rem;
  background: #007269;
  color: #fff;
  border-radius: 100vh;
  text-decoration: none !important;
}
.btn_detail::after {
  display: inline-block;
  font-family: "fontello";
  content: "\e80d";
  margin: 0 0 0 0.6rem;
}
@media screen and (min-width: 48em), print {
  .btn_detail:hover {
    background: #00332f;
    color: #fff;
  }
}

.linkout {
  display: inline-block;
  color: #00332f;
  text-decoration: none !important;
}
.linkout::after {
  font-family: "fontello";
  content: "\f08e";
  font-size: 0.8em;
  margin-left: 0.6rem;
}
@media screen and (min-width: 48em), print {
  .linkout::after {
    margin-left: 1rem;
  }
}

.slick-arrow {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  line-height: 0;
  font-size: 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;
  border-radius: 50%;
  color: #fff;
  background: #00332f;
  z-index: 1;
}
.slick-arrow::before {
  font-size: 1.2rem;
}
.slick-arrow.slick-prev {
  left: -2.6rem;
}
.slick-arrow.slick-prev::before {
  font-family: "fontello";
  content: "\71";
}
.slick-arrow.slick-next {
  right: -2.6rem;
}
.slick-arrow.slick-next::before {
  font-family: "fontello";
  content: "\77";
}

@media screen and (min-width: 48em), print {
  .slick-arrow {
    width: 5rem;
    height: 5rem;
  }
  .slick-arrow::before {
    font-size: 2.4rem;
  }
  .slick-arrow.slick-prev {
    left: -6rem;
  }
  .slick-arrow.slick-next {
    right: -6rem;
  }
}
.slick-dots {
  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;
  list-style: none;
  margin: 1rem auto;
}
.slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.2rem;
}
.slick-dots li button {
  padding: 50%;
  display: block;
  font-size: 0;
  cursor: pointer;
  opacity: 0.25;
  border-radius: 50%;
  background: #007269;
}
.slick-dots li button:is(:hover, :focus-visible) {
  opacity: 0.8;
}
.slick-dots li.slick-active button {
  opacity: 0.75;
}

@media screen and (min-width: 48em), print {
  .slick-dots {
    margin: 1.6rem auto;
  }
  .slick-dots li {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 0.6rem;
  }
}
html {
  font-size: 3.125vw;
}

body {
  background: #cce3e1;
  color: #00332f;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic medium", "Yu Gothic", Meiryo, sans-serif;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgba(0, 114, 105, 0.8);
  position: fixed;
  top: 0;
  z-index: 90;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  -webkit-backdrop-filter: blur(0.6rem);
          backdrop-filter: blur(0.6rem);
}
body.spnav_modal {
  height: 100%;
  overflow: hidden;
}
body.spnav_modal::after {
  visibility: visible;
  opacity: 1;
}

a {
  color: inherit;
  text-decoration: none;
}

.main {
  font-size: 1.4rem;
  line-height: 1.8;
}
.main a:not([class*=btn], [href*="tel:"]) {
  text-decoration: underline;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: calc(1200px + 40px);
  }
  body::after {
    display: none;
  }
  a, button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1200px;
    margin: auto;
  }
  .main {
    font-size: 1.6rem;
    line-height: 2;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    text-decoration: none;
  }
}
:target {
  scroll-margin-top: 8rem;
}
@media screen and (min-width: 48em), print {
  :target {
    scroll-margin-top: 14rem;
  }
}

.header {
  background: #fff;
  position: relative;
}
.header .wrap {
  padding: 1rem;
}
.header .wrap .logo {
  width: 100%;
  height: 6.6rem;
  padding: 1rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header .wrap .logo.hide {
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
}
.header .wrap .logo a {
  display: block;
  width: calc(100% - 5.6rem);
  height: 100%;
  background: url(../img/logo.svg) no-repeat center center/contain;
}
.header .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  color: transparent;
}
.header .wrap .headR {
  margin: 5.6rem 0 0;
}
.header .wrap .headR .houmon_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 0.2rem;
}
.header .wrap .headR .houmon_tel li {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.header .wrap .headR .houmon_tel li.houmon {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  padding: 0.4rem 0;
  border-radius: 0.4rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#00afdd), to(#7cd6ee));
  background: linear-gradient(to bottom, #00afdd 0%, #7cd6ee 100%);
}
.header .wrap .headR .houmon_tel li.houmon span {
  font-weight: bold;
  font-size: 150%;
}
.header .wrap .headR .houmon_tel li.tel {
  font-size: 1.5rem;
  color: #fff;
  background: #007269;
  border-radius: 0.4rem;
}
.header .wrap .headR .houmon_tel li.tel a {
  padding: 0;
}

@media screen and (min-width: 48em), print {
  .header {
    background: #fff;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .header.hide {
    -webkit-transform: translateY(-300%);
            transform: translateY(-300%);
  }
  .header .wrap {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .wrap .logo {
    width: 30%;
    height: 8rem;
    padding: 0;
    position: static;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 2rem 0 0;
  }
  .header .wrap .logo a {
    width: 100%;
    background: url(../img/logo.svg) no-repeat left center/contain;
  }
  .header .wrap .headR {
    width: 60%;
    margin: 0;
  }
  .header .wrap .headR .houmon_tel {
    margin: 0 0 2.4rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0 0.4rem;
  }
  .header .wrap .headR .houmon_tel li {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
  .header .wrap .headR .houmon_tel li.houmon {
    font-size: 1.8rem;
    padding: 0.6rem 2rem;
    border-radius: 0 0 0.8rem 0.8rem;
  }
  .header .wrap .headR .houmon_tel li.tel {
    font-size: 2.2rem;
    padding: 0 2rem;
    border-radius: 0 0 0.8rem 0.8rem;
  }
}
#nav {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  color: #007269;
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  padding: 0;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 100;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#nav #sp_menu.hide {
  -webkit-transform: translateY(-220%);
          transform: translateY(-220%);
}
#nav #sp_menu::before {
  display: block;
  font-family: "fontello";
  content: "\0e80";
  font-size: 2.6rem;
}
#nav #sp_menu::after {
  display: block;
  content: "MENU";
  margin: 0.2rem 0 0;
}
#nav #sp_menu.close::before {
  font-family: "fontello";
  content: "\e80f";
}
#nav #sp_menu.close::after {
  content: "CLOSE";
}
#nav #sp_menu span {
  display: none;
}
#nav .gnav_subnav {
  display: none;
  width: 94vw;
  max-height: calc(var(--vh, 1vh) * 100 - 8rem);
  overflow-y: auto;
  background: #fff;
  padding: 1.6rem;
  margin: auto;
  border-radius: 0 0 1rem 1rem;
  position: absolute;
  top: 6.6rem;
  left: 0;
  right: 0;
  z-index: 100;
}
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-size: 1.4rem;
  position: relative;
}
#nav .gnav_subnav .gnav > li a br, #nav .gnav_subnav .gnav > li .sub br {
  display: none;
}
#nav .gnav_subnav .gnav > li a.current, #nav .gnav_subnav .gnav > li .sub.current {
  color: #007269;
}
#nav .gnav_subnav .gnav > li a.current::before, #nav .gnav_subnav .gnav > li .sub.current::before {
  content: "";
  display: block;
  width: 1em;
  height: 0.2rem;
  background: #007269;
}
#nav .gnav_subnav .gnav > li .sub {
  gap: 0.4rem;
}
#nav .gnav_subnav .gnav > li .sub::after {
  font-family: "fontello";
  content: "\e80c";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  position: absolute;
  right: 1rem;
}
#nav .gnav_subnav .gnav > li .sub.close::after {
  font-family: "fontello";
  content: "\e80c";
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#nav .gnav_subnav .gnav > li .subbox > .subnav {
  border: 1px dotted #007269;
  border-radius: 0.6rem;
  overflow: hidden;
  margin: 0 0 0 2.4rem;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a {
  display: block;
  padding: 0.6rem 1.4rem;
  color: #00332f;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a::before {
  display: none;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a.current {
  color: #fff;
  background: #007269;
}
#nav .gnav_subnav #menu_close {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: #007269;
  background: rgba(0, 114, 105, 0.1);
  border-radius: 0.6rem;
  text-align: center;
  padding: 0.6rem 0;
  margin: 1rem 0 0;
}
#nav .gnav_subnav #menu_close::before {
  font-family: "fontello";
  content: "\e80f";
  margin: 0 0.6rem 0 0;
}

@media screen and (min-width: 48em), print {
  #nav {
    width: auto;
    position: static;
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block !important;
    width: 100%;
    max-height: calc(var(--vh, 1vh) * 100);
    overflow-y: visible;
    padding: 0;
    position: static;
  }
  #nav .gnav_subnav .gnav {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 2rem;
    border: none;
  }
  #nav .gnav_subnav .gnav > li {
    position: relative;
  }
  #nav .gnav_subnav .gnav > li:not(:last-child) {
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 1.6rem;
    padding: 0 0 3rem;
    margin: 0;
    cursor: pointer;
  }
  #nav .gnav_subnav .gnav > li a::before, #nav .gnav_subnav .gnav > li .sub::before {
    content: "";
    display: block;
    width: 100%;
    height: 0.2rem;
    background: #007269;
    position: absolute;
    bottom: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  #nav .gnav_subnav .gnav > li a::after, #nav .gnav_subnav .gnav > li .sub::after {
    position: relative;
    top: 0.2rem;
    right: -0.4rem;
  }
  #nav .gnav_subnav .gnav > li a:is(:hover, .current), #nav .gnav_subnav .gnav > li .sub:is(:hover, .current) {
    color: #007269;
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li a:is(:hover, .current)::before, #nav .gnav_subnav .gnav > li .sub:is(:hover, .current)::before {
    width: 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  #nav .gnav_subnav .gnav > li a.current::before, #nav .gnav_subnav .gnav > li .sub.current::before {
    -webkit-transition: 0s;
    transition: 0s;
  }
  #nav .gnav_subnav .gnav > li .subbox {
    display: none;
    width: 30rem;
    position: absolute;
    top: 5.4rem;
    z-index: 100;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav {
    background: #fff;
    padding: 2rem;
    border-radius: 0;
    border: none;
    margin: 0;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a {
    padding: 1.4rem;
    text-align: left;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:is(:hover, .current) {
    color: #fff;
    background: #007269;
  }
  #nav .gnav_subnav #menu_close {
    display: none;
  }
}
.overview {
  padding: 4rem 0 0;
  font-size: 1.4rem;
  line-height: 1.6;
  background: -webkit-gradient(linear, left top, left bottom, from(#cce3e1), color-stop(4rem, #cce3e1), color-stop(4rem, #fff), to(#fff));
  background: linear-gradient(to bottom, #cce3e1 0%, #cce3e1 4rem, #fff 4rem, #fff 100%);
  overflow: hidden;
}
.overview > .wrap .inner {
  margin: 4rem 1rem;
  position: relative;
}
.overview > .wrap .inner::before, .overview > .wrap .inner::after {
  content: "";
  display: block;
  height: 6rem;
  position: absolute;
  top: -8rem;
}
.overview > .wrap .inner::before {
  width: 10rem;
  background: url(../img/overview_left.webp) no-repeat center center/contain;
}
.overview > .wrap .inner::after {
  width: 4rem;
  background: url(../img/overview_right.webp) no-repeat center center/contain;
  right: 0;
}
.overview > .wrap .inner .clinic_name {
  margin: 0 0 2rem;
}
.overview > .wrap .inner .clinic_name img {
  max-width: 80%;
  margin: auto;
}
.overview > .wrap .inner .gaiyo {
  width: 100%;
  margin: 0;
  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;
  border-top: 1px solid #007269;
}
.overview > .wrap .inner .gaiyo dt {
  width: 32%;
  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;
  padding: 1rem 0;
  text-align: center;
  color: #007269;
  border-bottom: 1px solid #007269;
  position: relative;
}
.overview > .wrap .inner .gaiyo dt::after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 60%;
  background: #007269;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.overview > .wrap .inner .gaiyo dd {
  width: 68%;
  padding: 1rem 0 1rem 1rem;
  border-bottom: 1px solid #007269;
}
.overview > .wrap .inner .gaiyo dd .tel {
  font-size: 120%;
}
.overview > .wrap .inner .box_ylw .btn_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem auto;
}
.overview .gmap {
  height: 100vw;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 19rem 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#cce3e1), color-stop(12rem, #cce3e1), color-stop(12rem, #fff), to(#fff));
    background: linear-gradient(to bottom, #cce3e1 0%, #cce3e1 12rem, #fff 12rem, #fff 100%);
    font-size: 1.8rem;
    overflow: hidden;
  }
  .overview > .wrap {
    margin: auto;
  }
  .overview > .wrap .inner {
    width: 73rem;
    margin: 8rem auto;
  }
  .overview > .wrap .inner::before, .overview > .wrap .inner::after {
    height: 18rem;
    top: -23rem;
  }
  .overview > .wrap .inner::before {
    width: 36.5rem;
    left: -35.5rem;
  }
  .overview > .wrap .inner::after {
    width: 14.5rem;
    right: -10rem;
  }
  .overview > .wrap .inner .clinic_name {
    margin: 0 0 4rem;
  }
  .overview > .wrap .inner .clinic_name img {
    max-width: 40rem;
  }
  .overview > .wrap .inner .gaiyo dt {
    width: 30%;
    padding: 2rem 0;
  }
  .overview > .wrap .inner .gaiyo dt::after {
    height: 40%;
  }
  .overview > .wrap .inner .gaiyo dd {
    width: 70%;
    padding: 2rem 3.4rem;
  }
  .overview > .wrap .inner .box_ylw {
    margin: 4rem 0;
    text-align: center;
  }
  .overview > .wrap .inner .box_ylw .btn_detail {
    margin: 2rem auto;
  }
  .overview .gmap {
    height: 52rem;
  }
}
#tel_up {
  width: 100%;
  height: 4rem;
  background: #fff;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  font-size: 1.4rem;
  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;
  border-top: 1px solid #fff;
}
#tel_up ul {
  width: calc(100% - 4rem);
  height: 100%;
  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;
  line-height: 1;
  border-right: 1px solid #fff;
}
#tel_up ul li {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  height: 100%;
  text-align: center;
}
#tel_up ul li .tel {
  display: block;
  height: 100%;
  font-size: 1.8rem;
}
#tel_up ul li .tel::before {
  display: none;
}
#tel_up ul li .tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 0.4rem;
  height: 100%;
  color: #fff;
  background: #007269;
}
#tel_up ul li .tel a::before {
  font-family: "fontello";
  content: "\e809";
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  font-size: 1.2rem;
  text-align: center;
  padding: 0.2rem;
  line-height: 1;
  color: #007269;
  font-family: "Unna", serif;
  background: #fff;
  border: 1px solid #007269;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\e80e";
  font-size: 1.6rem;
}

@media screen and (min-width: 48em), print {
  #tel_up {
    width: 8rem;
    height: 8rem;
    bottom: 3rem;
    right: 3rem;
    left: auto;
    background: none;
    padding: 0;
    border: none;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 100%;
    height: 100%;
    font-size: 1.6rem;
    line-height: 1.4;
    border-radius: 50%;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
}
.footer .copy {
  display: block;
  background: #007269;
  color: #fff;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 5rem 0 0;
  }
  .footer .copy {
    padding: 1.6rem;
    margin: 4rem 0 0;
  }
  .footer ul {
    display: block;
    text-align: center;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.6rem;
    margin: 0 0 1rem;
    -webkit-text-size-adjust: none;
  }
  .footer ul li::before {
    content: "|";
    color: #007269;
    margin: 0 1rem;
  }
  .footer ul li:last-child::after {
    content: "|";
    color: #007269;
    margin: 0 1rem;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a br {
    display: none;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.zaitaku {
    display: none;
  }
}
body.index .overview {
  background: #fff;
  padding: 0;
}
body.index .overview > .wrap .inner::before, body.index .overview > .wrap .inner::after {
  display: none;
}

.keyvsl {
  width: 100%;
  background: #fff;
  position: relative;
}
.keyvsl::after {
  content: "";
  display: block;
  width: 100%;
  height: 6rem;
  background: url(../img/index_kv_mountains.webp) no-repeat center bottom/300% auto;
  position: absolute;
  top: 30rem;
}
.keyvsl .wrap.kv #keyvsl {
  max-width: 100%;
  height: 39rem;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl .wrap.kv #keyvsl .slick-list div img {
  height: 36rem !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}
.keyvsl .wrap.kv #keyvsl .slick-dots {
  margin: 0.4rem 0 0;
  position: relative;
  z-index: 2;
}
.keyvsl .wrap.kv #keyvsl .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.6rem;
}
.keyvsl .wrap.txt .catch {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: -11.4rem auto 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.keyvsl .wrap.txt .catch li.ja {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  background: #fff;
  padding: 0.6rem 1rem;
  font-weight: 700;
  font-size: 2rem;
  color: #007269;
  line-height: 1;
  border-bottom: 4px solid #007269;
}
.keyvsl .wrap.txt .catch li.sub_catch {
  display: block;
  margin: 0.4rem 0 0;
  font-size: 1.2rem;
  color: #fff;
  text-shadow: 0 0 0.4rem #949804, 0 0 0.4rem #949804, 0 0 0.4rem #949804, 0 0 0.4rem #949804, 0 0 0.4rem #949804, 0 0 0.4rem #949804, 0 0 0.4rem #949804, 0 0 0.4rem #949804;
}
.keyvsl .wrap.txt .acs_open {
  margin: 4rem 1rem 0;
}
.keyvsl .wrap.txt .acs_open li {
  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 0.6rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 100vh;
  padding: 0.4rem;
  margin: 1rem 0 0;
}
.keyvsl .wrap.txt .acs_open li::before {
  font-size: 150%;
  font-weight: normal;
}
.keyvsl .wrap.txt .acs_open li.acs {
  background: #ccbb00;
  color: #fff;
}
.keyvsl .wrap.txt .acs_open li.acs::before {
  font-family: "fontello";
  content: "\e80a";
}
.keyvsl .wrap.txt .acs_open li.open {
  background: #fff;
  color: #007269;
  border: 2px solid #007269;
}
.keyvsl .wrap.txt .acs_open li.open::before {
  font-family: "fontello";
  content: "\e80b";
}

@media screen and (min-width: 48em), print {
  .keyvsl {
    width: auto;
    overflow: hidden;
  }
  .keyvsl::after {
    height: 53rem;
    background: url(../img/index_kv_mountains.webp) no-repeat center bottom/auto;
    top: auto;
    bottom: 0;
  }
  .keyvsl .wrap.kv #keyvsl {
    height: 90rem;
    overflow: visible;
    position: relative;
  }
  .keyvsl .wrap.kv #keyvsl::before {
    content: "";
    width: 55rem;
    height: 100%;
    background: url(../img/index_kv_yama.png) no-repeat center top/cover;
    position: absolute;
    left: -40rem;
  }
  .keyvsl .wrap.kv #keyvsl .slick-list {
    width: 145rem;
    position: absolute;
    left: 15rem;
  }
  .keyvsl .wrap.kv #keyvsl .slick-list div img {
    height: 90rem !important;
  }
  .keyvsl .wrap.kv #keyvsl .slick-dots {
    width: 100%;
    position: absolute;
    bottom: 4rem;
  }
  .keyvsl .wrap.kv #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  .keyvsl .wrap.kv #keyvsl .slick-dots li button {
    background: #fff;
  }
  .keyvsl .wrap.txt {
    margin: auto;
    position: absolute;
    top: 27rem;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .keyvsl .wrap.txt .catch {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    text-align: left;
  }
  .keyvsl .wrap.txt .catch li.ja {
    display: inline;
    line-height: 2.2;
    letter-spacing: 0.1em;
    padding: 0.6rem 1rem;
    font-size: 7.2rem;
    border-bottom: 8px solid #007269;
  }
  .keyvsl .wrap.txt .catch li.sub_catch {
    font-size: 2.2rem;
    line-height: 1.8;
    letter-spacing: 0.22em;
    text-shadow: 0 0 1rem #949804, 0 0 1rem #949804, 0 0 1rem #949804, 0 0 1rem #949804, 0 0 1rem #949804, 0 0 1rem #949804, 0 0 1rem #949804, 0 0 1rem #949804;
  }
  .keyvsl .wrap.txt .acs_open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0 2rem;
    margin: 13rem 0 0;
  }
  .keyvsl .wrap.txt .acs_open li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 18rem;
    height: 18rem;
    font-size: 1.6rem;
    border-radius: 50%;
    padding: 0 0 2rem;
    margin: 0;
  }
  .keyvsl .wrap.txt .acs_open li::before {
    font-size: 300%;
  }
}
.info {
  background: #fff;
  padding: 4rem 0 0;
}
.info::after {
  display: block;
  content: "";
  width: 100%;
  height: 10rem;
  margin: 2rem 0 0;
  background: url(../img/index_info_bg.svg) no-repeat left -1rem top/150% auto, url(../img/index_info_bg.svg) no-repeat right -1rem top/150% auto, -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(5.3rem, #fff), color-stop(5.3rem, #cce3e1), to(#cce3e1));
  background: url(../img/index_info_bg.svg) no-repeat left -1rem top/150% auto, url(../img/index_info_bg.svg) no-repeat right -1rem top/150% auto, linear-gradient(to bottom, #fff 0%, #fff 5.3rem, #cce3e1 5.3rem, #cce3e1 100%);
}
.info .wrap {
  margin: 0 1rem;
  padding: 2rem;
  background: #007269;
  border-radius: clamp(1rem, 1vw, 2rem);
  color: #fff;
}
.info .wrap .tit {
  line-height: 1.4;
  margin: 0 0 2rem;
}
.info .wrap .tit::before {
  display: block;
  content: attr(data-txt);
  color: #dae000;
  font-family: "Unna", serif;
  font-size: 60%;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.info .wrap dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 0.6rem;
  margin: 0 0 0.6rem;
  font-size: 110%;
  font-weight: bold;
  line-height: 1.6;
  cursor: pointer;
}
.info .wrap dl dt::before {
  font-family: "fontello";
  content: "\e80c";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.info .wrap dl dt.close::before {
  font-family: "fontello";
  content: "\e80c";
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.info .wrap dl dt:not(:first-of-type) {
  margin: 1.6rem 0 0.6rem;
  padding: 1.6rem 0 0;
}
.info .wrap dl dd {
  margin: 0 0 1.6rem 1.6em;
}
.info .wrap dl dd:not(:nth-of-type(-n+3)) {
  display: none;
}

@media screen and (min-width: 48em), print {
  .info {
    padding: 8rem 0 0;
  }
  .info::after {
    height: 29rem;
    background: url(../img/index_info_bg.svg) no-repeat center top/auto, -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(20rem, #fff), color-stop(20rem, #cce3e1), to(#cce3e1));
    background: url(../img/index_info_bg.svg) no-repeat center top/auto, linear-gradient(to bottom, #fff 0%, #fff 20rem, #cce3e1 20rem, #cce3e1 100%);
    margin: -12rem 0 0;
  }
  .info .wrap {
    margin: auto;
    padding: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    z-index: 1;
  }
  .info .wrap .tit {
    width: 26rem;
    font-size: 3.2rem;
    padding: 0 0 0 4rem;
  }
  .info .wrap dl {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .info .wrap dl dt {
    margin: 0 0 1rem;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .info .wrap dl dt::before {
    margin-right: 1rem;
  }
  .info .wrap dl dt:not(:first-of-type) {
    margin: 2rem 0 0.6rem;
    padding: 2rem 0 0;
  }
  .info .wrap dl dt:hover {
    color: #dae000;
  }
  .info .wrap dl dd {
    margin: 0 0 2rem 2.4em;
  }
}
.about {
  padding: 0 1rem 4rem;
}
.about .tit_02 {
  padding: 3.8rem 0 0;
  font-weight: bold;
  margin: 0 0 4rem;
  position: relative;
}
.about .tit_02 span {
  position: relative;
  z-index: 1;
}
.about .tit_02::before {
  display: block;
  content: attr(data-txt);
  font-family: "Unna", serif;
  color: #007269;
  opacity: 0.2;
  font-size: 250%;
  margin: auto;
  position: absolute;
  top: 0.6rem;
  left: 0;
  right: 0;
}
.about .subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem 0;
  counter-reset: number 0;
}
.about .subnav li {
  width: 45%;
  line-height: 1.4;
  text-align: center;
  counter-increment: number 1;
  position: relative;
}
.about .subnav li::before {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  padding: 0.2rem 1.2rem;
  margin: auto;
  content: counter(number, decimal-leading-zero);
  font-family: "Unna", serif;
  color: #fff;
  background: #007269;
  font-weight: bold;
  font-size: 110%;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  border-radius: 100vh;
  position: absolute;
  top: -0.6rem;
  left: 0;
  right: 0;
}
.about .subnav li a {
  display: block;
  font-weight: bold;
  text-decoration: none !important;
}
.about .subnav li a::before {
  display: block;
  content: "";
  width: 80%;
  padding: 80% 0 0;
  border-radius: 50%;
  margin: 0 auto 1rem;
}
.about .subnav li a span {
  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 0.6rem;
}
.about .subnav li a span::after {
  display: inline-block;
  font-family: "fontello";
  content: "\e80d";
  color: #007269;
  margin: 0.2rem 0 0;
}
.about .subnav li a.home_medical_care::before {
  background: url(../img/icon_zaitaku.svg) no-repeat center center/50% auto #fff;
}
.about .subnav li a.flow::before {
  background: url(../img/icon_flow.svg) no-repeat center center/50% auto #fff;
}
.about .subnav li a.cost::before {
  background: url(../img/icon_cost.svg) no-repeat center center/50% auto #fff;
}
.about .subnav li a.treatment::before {
  background: url(../img/icon_shochi.svg) no-repeat center center/50% auto #fff;
}
.about .subnav li a.area::before {
  background: url(../img/icon_area.svg) no-repeat center center/50% auto #fff;
}

@media screen and (min-width: 48em), print {
  @-webkit-keyframes swing {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    20% {
      -webkit-transform: rotate(20deg);
              transform: rotate(20deg);
    }
    40% {
      -webkit-transform: rotate(-15deg);
              transform: rotate(-15deg);
    }
    60% {
      -webkit-transform: rotate(10deg);
              transform: rotate(10deg);
    }
    80% {
      -webkit-transform: rotate(-10deg);
              transform: rotate(-10deg);
    }
    100% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
  }
  @keyframes swing {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    20% {
      -webkit-transform: rotate(20deg);
              transform: rotate(20deg);
    }
    40% {
      -webkit-transform: rotate(-15deg);
              transform: rotate(-15deg);
    }
    60% {
      -webkit-transform: rotate(10deg);
              transform: rotate(10deg);
    }
    80% {
      -webkit-transform: rotate(-10deg);
              transform: rotate(-10deg);
    }
    100% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
  }
  .about {
    padding: 0 0 8rem;
  }
  .about .tit_02 {
    padding: 7rem 0 0;
    margin: 0 0 6rem;
  }
  .about .subnav {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 3rem 0;
    width: 1200px;
    margin: auto;
  }
  .about .subnav li {
    width: 100%;
  }
  .about .subnav li::before {
    font-size: 2.6rem;
    padding: 0.2rem 2rem;
    top: -0.8rem;
    z-index: 1;
  }
  .about .subnav li a {
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .about .subnav li a::before {
    width: 90%;
    padding: 90% 0 0;
    margin: 0 auto 1.6rem;
    border: 3px solid transparent;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  .about .subnav li a:hover {
    color: #007269;
  }
  .about .subnav li a:hover::before {
    -webkit-animation: swing linear 1s;
            animation: swing linear 1s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    border: 3px solid #007269;
  }
}
.feature {
  padding: 4rem 1rem 8rem;
  background: url(../img/index_feature_bg.webp) no-repeat center bottom/100% auto #f5f1cc;
}
.feature .wrap {
  counter-reset: number 0;
}
.feature .wrap .tit_02 {
  padding: 3.8rem 0 0;
  position: relative;
}
.feature .wrap .tit_02 span {
  position: relative;
  z-index: 1;
}
.feature .wrap .tit_02::before {
  display: block;
  content: attr(data-txt);
  font-family: "Unna", serif;
  color: #cb0;
  opacity: 0.2;
  font-size: 250%;
  margin: auto;
  position: absolute;
  top: 0.6rem;
  left: 0;
  right: 0;
}
.feature .wrap div {
  margin: 5rem 0 0;
  counter-increment: number 1;
  position: relative;
}
.feature .wrap div::before {
  display: inline-block;
  content: counter(number, decimal-leading-zero);
  font-family: "Unna", serif;
  color: #007269;
  font-weight: bold;
  font-size: 400%;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  position: absolute;
  top: -6.4rem;
  z-index: 2;
}
.feature .wrap div section {
  padding: 19rem 2rem 2rem;
  border-radius: clamp(1rem, 1vw, 2rem);
  position: relative;
  z-index: 1;
}
.feature .wrap div section .tit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #007269;
  text-align: center;
  font-size: 120%;
  border-bottom: 2px solid #dae000;
  margin: auto;
}
.feature .wrap div.taiou section {
  background: url(../img/index_feature_taiou.webp) no-repeat center top 3rem/50% auto #fff;
}
.feature .wrap div.gan section {
  background: url(../img/index_feature_gan.webp) no-repeat center top 3rem/50% auto #fff;
}
.feature .wrap div.nanbyo section {
  background: url(../img/index_feature_nanbyo.webp) no-repeat center top 3rem/50% auto #fff;
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 8rem 0;
    background: url(../img/index_feature_bg.webp) no-repeat center bottom/auto #f5f1cc;
  }
  .feature .wrap {
    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;
  }
  .feature .wrap .tit_02 {
    width: 100%;
    padding: 7rem 0 0;
  }
  .feature .wrap div {
    width: 31%;
  }
  .feature .wrap div::before {
    top: -8rem;
  }
  .feature .wrap div section {
    padding: 23rem 3.6rem 3.6rem;
  }
}
body:not(.index) .sub_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
body:not(.index) .main {
  padding: 4rem 1rem 6rem;
}
body:not(.index) .main .tel {
  font-size: 120%;
}
body:not(.index) .main .cf .img_l, body:not(.index) .main .cf .img_r {
  padding: 0.4rem;
  background: #fff;
  border: 1px solid #ccc;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .wrap {
    position: relative;
    z-index: 1;
  }
  body:not(.index) .wrap .main {
    width: 100rem;
    margin: auto;
    padding: 8rem 0 8rem;
  }
  body:not(.index) .wrap .main .cf .img_l, body:not(.index) .wrap .main .cf .img_r {
    max-width: 40%;
    height: auto;
    padding: 0.6rem;
  }
}

.breadnav {
  max-width: 100vw;
  margin: 1rem;
  overflow-x: auto;
  color: #007269;
}
.breadnav .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  white-space: nowrap;
}
.breadnav .breadcrumb li a {
  text-decoration: underline;
}
.breadnav .breadcrumb li:not(:last-child)::after {
  display: inline-block;
  content: ">";
  font-size: 70%;
  margin: 0 0.6rem;
}
.breadnav .breadcrumb li[aria-current=page] {
  color: #00332f;
}

@media screen and (min-width: 48em), print {
  .breadnav {
    width: 100rem;
    max-width: 100%;
    margin: -5rem auto 0;
    overflow-x: inherit;
    position: relative;
    z-index: 1;
  }
  .breadnav .breadcrumb {
    font-size: 1.6rem;
  }
  .breadnav .breadcrumb li:not(:last-child)::after {
    margin: 0 1rem;
  }
  .breadnav .breadcrumb li a:hover {
    opacity: 1;
    text-decoration: none;
  }
}
.dr_name {
  text-align: right;
}
.dr_name span {
  font-size: 140%;
}

.tbl_price {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.tbl_price th {
  color: #fff;
  background: #007269;
  font-weight: normal;
  padding: 0.4rem 1rem;
  border: 1px solid #c2cecd;
}
.tbl_price td {
  background: #fff;
  padding: 0.4rem 1rem;
  border: 1px solid #c2cecd;
  text-align: center;
}