@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 {
  word-wrap: break-word;
}

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

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

.txt_green {
  color: #01600E;
}

.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 2rem 3rem 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;
}

.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;
  }
  .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;
  color: #fff;
  background: #537D25;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th[scope=row] {
  border-bottom: 1px solid #537D25;
}
.tbl_time tr td {
  text-align: center;
  padding: 1rem 0.4rem;
  border-bottom: 1px solid #537D25;
  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 {
  background: url("../img/a_wave.png") no-repeat center bottom/120% auto, url(../img/tit_01.jpg) no-repeat center center/auto 100%;
  font-size: 2.2rem;
  padding: 3rem 1rem 5rem;
  color: #62533F;
  text-shadow: 0.2rem 0.2rem 1rem #efefef, -0.2rem 0.2rem 1rem #efefef, 0.2rem -0.2rem 1rem #efefef, -0.2rem -0.2rem 1rem #efefef;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  margin: 2rem 0 1rem;
}

.tit_02 {
  font-size: 2rem;
  color: #01600E;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  padding: 0 0 1.4rem;
  background: url("../img/tit_02.svg") no-repeat center bottom/5rem auto;
  line-height: 1.2;
  margin: 0 0 2rem;
}

.tit_03 {
  font-size: 1.8rem;
  color: #62533F;
  font-weight: normal;
  line-height: 1.2;
  padding: 0 0 0.4rem;
  border-bottom: 2px solid #987B54;
  margin: 0 0 2rem;
  position: relative;
}
.tit_03::after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #62533F;
  position: absolute;
  bottom: 0;
}

.tit_04 {
  font-size: 1.6rem;
  color: #3DAA81;
  font-weight: normal;
  line-height: 1.2;
  padding: 0 0 0.4rem;
  border-bottom: 2px solid #3DAA81;
  margin: 0 0 2rem;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    background: url("../img/a_wave.png") no-repeat center bottom/auto, url(../img/tit_01.jpg) no-repeat center top/auto;
    font-size: 4rem;
    padding: 14rem 0 22rem;
    margin: -9rem 0 0;
  }
  .tit_02 {
    font-size: 3.2rem;
    padding: 0 0 3rem;
    background: url("../img/tit_02.svg") no-repeat center bottom/7rem auto;
    margin: 0 0 3rem;
  }
  .tit_03 {
    font-size: 3rem;
    border-bottom: 5px solid #987B54;
    padding: 0 0 1.2rem;
    margin: 0 0 3rem;
  }
  .tit_03::after {
    height: 5px;
  }
  .tit_04 {
    font-size: 2.8rem;
    padding: 0 0 1rem;
    border-bottom: 5px solid #3DAA81;
    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: #95C73F;
  position: absolute;
  left: 0;
}
.lst_ul.kome > li::before {
  content: "※";
  color: #444;
}

.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: #444;
}

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

.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: #444;
  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;
}

.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 {
  .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;
  color: #3DAA81;
  font-family: "Zen Maru Gothic", sans-serif;
}
.tel::before {
  font-family: "fontello";
  content: "\e802";
  margin: 0 0.4rem 0 0;
}

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

.btn_rsv {
  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;
  background: #3DAA81;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
}
.btn_rsv::before {
  font-family: "fontello";
  content: "\e803";
}

.btn_line {
  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;
  background: #fff;
  color: #00B900;
  border: 1px solid #00B900;
  font-family: "Zen Maru Gothic", sans-serif;
}
.btn_line::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("../img/icon_line.svg") no-repeat center center/contain;
}

.btn_detail {
  display: inline-block;
  padding: 0.4rem 2rem;
  background: #49ab4c;
  color: #fff;
  border: 3px solid #63CB66;
  border-radius: 0.6rem;
  text-decoration: none !important;
}
@media screen and (min-width: 48em), print {
  .btn_detail {
    border: 5px solid #63CB66;
    border-radius: 1rem;
  }
}

.linkout {
  display: inline-block;
  color: #444;
  text-decoration: none !important;
  margin: 0 0.2em;
}
.linkout::after {
  font-family: "fontello";
  content: "\f08e";
  font-size: 0.8em;
  margin-left: 0.4rem;
}

.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: #49ab4c;
}
.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: #49ab4c;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  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: #fff;
  color: #444;
  font-family: "Hiragino Sans", "Yu Gothic medium", "游ゴシック Medium", Meiryo, sans-serif;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(146, 173, 33, 0.5)), to(#669531));
  background: linear-gradient(to bottom, rgba(146, 173, 33, 0.5) 0%, #669531 100%);
  position: fixed;
  top: 0;
  z-index: 90;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
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.6;
}
.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.8rem;
    line-height: 1.8;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    text-decoration: none;
  }
}
.header {
  position: relative;
}
.header > .wrap {
  margin: 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 a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/80% auto;
}
.header > .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  color: transparent;
}
.header > .wrap .logo.hide {
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
}
.header > .wrap .headR {
  margin: 8rem 0 0;
  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;
}
.header > .wrap .headR .add_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header > .wrap .headR .add_tel li.add {
  display: none;
}
.header > .wrap .headR .add_tel li .tel {
  display: inline-block;
  font-size: 1.7rem;
}
.header > .wrap .headR .yoyaku {
  width: 58%;
  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;
  font-size: 1.3rem;
}
.header > .wrap .headR .yoyaku li a {
  padding: 0.6rem;
  border-radius: 0.6rem;
}
.header > .wrap .headR .yoyaku li a::before {
  margin: 0 0.4rem 0 0;
}
.header > .wrap .headR .yoyaku li a.btn_rsv {
  border: 1px solid #3DAA81;
}

@media screen and (min-width: 48em), print {
  .header > .wrap {
    margin: 2rem auto;
    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;
  }
  .header > .wrap .logo {
    width: 50%;
    height: 9rem;
    padding: 0;
    position: static;
    top: auto;
    left: auto;
  }
  .header > .wrap .logo a {
    background: url(../img/logo.svg) no-repeat left center/auto 100%;
  }
  .header > .wrap .headR {
    display: block;
    width: 50%;
    margin: 0;
    font-size: 2.2rem;
  }
  .header > .wrap .headR .add_tel {
    display: block;
    text-align: right;
  }
  .header > .wrap .headR .add_tel li.add {
    display: block;
  }
  .header > .wrap .headR .add_tel li.add br {
    display: none;
  }
  .header > .wrap .headR .add_tel li .tel {
    font-size: 180%;
  }
  .header > .wrap .headR .yoyaku {
    width: 7.5rem;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    top: 23rem;
    right: 0;
    z-index: 90;
  }
  .header > .wrap .headR .yoyaku li {
    margin: 0 0 2rem;
  }
  .header > .wrap .headR .yoyaku li a {
    display: block;
    padding: 1rem 0.4rem;
    font-size: 2.2rem;
    text-align: center;
    line-height: 1.2;
  }
  .header > .wrap .headR .yoyaku li a::before {
    display: block;
    font-size: 150%;
    margin: 0 auto 0.6rem;
  }
  .header > .wrap .headR .yoyaku li a.btn_rsv {
    border: 3px solid #fff;
    border-radius: 1.4rem 0 0 1.4rem;
    border-right: none;
  }
  .header > .wrap .headR .yoyaku li a.btn_line {
    border: 3px solid #00B900;
    border-radius: 1.4rem 0 0 1.4rem;
    border-right: none;
  }
}
#nav {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#92ad21), to(#669531));
  background: linear-gradient(to bottom, #92ad21 0%, #669531 100%);
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  padding: 0;
  border-radius: 0.4rem;
  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: "\e801";
  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: "\e800";
}
#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;
  position: absolute;
  top: 6.6rem;
  left: 0;
  right: 0;
  z-index: 100;
}
#nav .gnav_subnav .gnav {
  border-top: 1px solid #49ab4c;
  border-bottom: 1px solid #49ab4c;
}
#nav .gnav_subnav .gnav > li:not(:last-child) {
  border-bottom: 1px dotted #49ab4c;
}
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  color: #444;
  text-align: left;
  padding: 1rem;
  font-size: 1.4rem;
  font-family: "Zen Maru Gothic", sans-serif;
}
#nav .gnav_subnav .gnav > li a.current, #nav .gnav_subnav .gnav > li .sub.current {
  color: #4baee1;
}
#nav .gnav_subnav .gnav > li .sub::after {
  font-family: "fontello";
  content: "\72";
  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;
}
#nav .gnav_subnav .gnav > li .sub.close::after {
  font-family: "fontello";
  content: "\f106";
}
#nav .gnav_subnav .gnav > li .subbox {
  display: none;
}
#nav .gnav_subnav .gnav > li .subbox .subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li {
  width: 50%;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li a {
  display: block;
  padding: 1rem;
  color: #3DAA81;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li a.current {
  background: #EDF8DD;
}
#nav .gnav_subnav #menu_close {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: #49ab4c;
  background: rgba(73, 171, 76, 0.1);
  text-align: center;
  padding: 0.6rem 0;
  margin: 1rem 0 0;
}
#nav .gnav_subnav #menu_close::before {
  font-family: "fontello";
  content: "\e800";
  margin: 0 0.6rem 0 0;
}

@media screen and (min-width: 48em), print {
  #nav {
    width: auto;
    position: static;
    top: auto;
    left: auto;
    right: auto;
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block;
    background: none;
    width: 100%;
    max-height: calc(var(--vh, 1vh) * 100);
    overflow-y: visible;
    padding: 2rem 0;
    position: static;
  }
  #nav .gnav_subnav .gnav {
    width: 1200px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: none;
  }
  #nav .gnav_subnav .gnav > li {
    width: 100%;
    position: relative;
    border-right: 1px dotted #fff;
  }
  #nav .gnav_subnav .gnav > li:first-child {
    border-left: 1px dotted #fff;
  }
  #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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    font-size: 2rem;
    color: #fff;
    margin: 0;
    padding: 0 0 2rem;
    cursor: pointer;
    position: relative;
  }
  #nav .gnav_subnav .gnav > li a::before, #nav .gnav_subnav .gnav > li .sub::before {
    content: attr(data-txt);
    color: #01600E;
    font-size: 60%;
    font-family: "Zen Maru Gothic", sans-serif;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #nav .gnav_subnav .gnav > li a::after, #nav .gnav_subnav .gnav > li .sub::after {
    margin: 0 0 0 0.8rem;
  }
  #nav .gnav_subnav .gnav > li a:hover, #nav .gnav_subnav .gnav > li a.current, #nav .gnav_subnav .gnav > li .sub:hover, #nav .gnav_subnav .gnav > li .sub.current {
    color: #fff;
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li a:hover::before, #nav .gnav_subnav .gnav > li a.current::before, #nav .gnav_subnav .gnav > li .sub:hover::before, #nav .gnav_subnav .gnav > li .sub.current::before {
    color: #fff;
  }
  #nav .gnav_subnav .gnav > li .subbox {
    display: none;
    width: 32rem;
    font-size: 1.8rem;
    position: absolute;
    top: 7rem;
    left: -6rem;
    z-index: 100;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li {
    border-right: 1px dotted #3DAA81;
    border-bottom: 1px dotted #3DAA81;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li:nth-child(odd) {
    border-left: 1px dotted #3DAA81;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a {
    padding: 1.6rem 0;
    color: #3DAA81;
    background: rgba(255, 255, 255, 0.8);
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:hover, #nav .gnav_subnav .gnav > li .subbox > .subnav li a.current {
    background: #EDF8DD;
  }
  #nav .gnav_subnav #menu_close {
    display: none;
  }
}
.overview {
  padding: 4rem 0 0;
  background: url("../img/overview_bg.jpg") repeat-y center top/150% auto;
  font-size: 1.4rem;
  line-height: 1.6;
}
.overview .clinic_name {
  text-align: center;
  margin: 0 0 3rem;
}
.overview .clinic_name img {
  max-width: 80%;
  margin: auto;
}
.overview > .wrap {
  margin: 0 1rem;
}
.overview > .wrap .tbl_time {
  margin: 0 0 2rem;
}
.overview > .wrap .overviewL .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 #537D25;
}
.overview > .wrap .overviewL .gaiyo dt {
  width: 27%;
  padding: 1rem 0.4rem;
  color: #537D25;
  font-weight: bold;
  border-bottom: 1px solid #537D25;
}
.overview > .wrap .overviewL .gaiyo dd {
  width: 73%;
  padding: 1rem 0.4rem;
  border-bottom: 1px solid #537D25;
}
.overview > .wrap .overviewL .gaiyo dd .tel {
  font-size: 150%;
}
.overview > .wrap .overviewR {
  margin: 2rem 0 0;
}
.overview > .wrap .overviewR .illst_map {
  border: 1px solid #537D25;
}
.overview .gmap {
  height: 100vw;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 10rem 0 0;
    font-size: 1.8rem;
  }
  .overview .clinic_name {
    margin: 0 0 4rem;
  }
  .overview .clinic_name img {
    max-width: 45rem;
  }
  .overview > .wrap {
    margin: 0 auto 10rem;
    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;
  }
  .overview > .wrap .tbl_time {
    width: 100%;
    margin: 0 0 5rem;
  }
  .overview > .wrap .overviewL {
    width: 50%;
  }
  .overview > .wrap .overviewL .gaiyo dt {
    padding: 2rem 0;
  }
  .overview > .wrap .overviewL .gaiyo dd {
    padding: 2rem 0;
  }
  .overview > .wrap .overviewR {
    width: 45%;
    margin: 0;
  }
  .overview > .wrap .overviewR .gmap {
    height: auto;
  }
  .overview .gmap {
    height: 50rem;
  }
}
#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 #d9d6c8;
}
#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;
}
#tel_up ul li {
  height: 100%;
  text-align: center;
}
#tel_up ul li .tel {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  padding: 0 0 0 0.8rem;
}
#tel_up ul li .tel a {
  padding: 0 0.8rem 0 0;
}
#tel_up ul li .btn_rsv, #tel_up ul li .btn_line {
  display: block;
  height: 100%;
  border: none;
  padding: 0.4rem 1rem;
}
#tel_up ul li .btn_rsv::before, #tel_up ul li .btn_line::before {
  display: block;
  margin: 0 auto 0.4rem;
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  font-size: 2rem;
  text-align: center;
  padding: 0.4rem 1rem;
  color: #fff;
  background: #49ab4c;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\f106";
}
#tel_up #pageup .clip {
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  color: transparent;
}

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

@media screen and (min-width: 48em), print {
  .footer {
    padding: 5rem 0 3rem;
  }
  .footer .copy {
    margin: 5rem 0 0;
  }
  .footer ul {
    display: block;
    text-align: center;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.6rem;
    margin: 0 0 3rem;
    -webkit-text-size-adjust: none;
  }
  .footer ul li:not(:last-child)::after {
    content: "|";
    margin: 0 1rem;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
}
.keyvsl {
  width: 100%;
  margin: 2rem 0 0;
  position: relative;
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: 27rem;
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
.keyvsl #keyvsl::after {
  display: block;
  content: "";
  background: url("../img/a_wave.png") no-repeat center bottom/120% auto;
  width: 100%;
  height: 3rem;
  position: absolute;
  bottom: 3rem;
}
.keyvsl #keyvsl .slick-list div img {
  height: 24rem !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}
.keyvsl #keyvsl .slick-dots {
  position: relative;
  z-index: 2;
  margin: 0;
}
.keyvsl #keyvsl .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.6rem;
}
.keyvsl .wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.keyvsl .wrap .open {
  width: 21rem;
  margin: 17rem 0 0 auto;
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  padding: 0.4rem 0.6rem 0.4rem 1.4rem;
  border-radius: 100vh 0 0 100vh;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#92ad21), to(#669531));
  background: linear-gradient(to bottom, #92ad21 0%, #669531 100%);
}
.keyvsl .wrap .open span {
  font-size: 70%;
}

@media screen and (min-width: 48em), print {
  .keyvsl {
    margin: -9rem 0 0;
    z-index: -1;
  }
  .keyvsl #keyvsl {
    height: 80rem;
  }
  .keyvsl #keyvsl::after {
    background: url("../img/a_wave.png") no-repeat center bottom/auto;
    height: 13.5rem;
    bottom: -0.2rem;
  }
  .keyvsl #keyvsl .slick-list div img {
    height: 80rem !important;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  .keyvsl .wrap .open {
    width: 24rem;
    height: 24rem;
    margin: 47rem 0 0 auto;
    border-radius: 50%;
    font-size: 3.8rem;
    text-align: center;
    line-height: 1.4;
    padding: 2.6rem 0 0;
    left: auto;
    right: 0;
    -webkit-box-shadow: 0.2rem 0.2rem 0.2rem 0.2rem rgba(68, 68, 68, 0.6);
            box-shadow: 0.2rem 0.2rem 0.2rem 0.2rem rgba(68, 68, 68, 0.6);
  }
}
.info {
  margin: 0 1rem 4rem;
}
.info .wrap dl {
  line-height: 1.4;
  padding: 2rem 0;
  border-top: 1px solid #62533F;
  border-bottom: 1px solid #62533F;
}
.info .wrap dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0.6rem;
  color: #49ab4c;
  font-size: 110%;
  cursor: pointer;
}
.info .wrap dl dt::before {
  content: "▼";
  margin-right: 0.6rem;
}
.info .wrap dl dt.close::before {
  content: "▲";
}
.info .wrap dl dt:not(:first-of-type) {
  margin: 1.6rem 0 0.6rem;
}
.info .wrap dl dd {
  margin: 0 0 1.6rem;
}
.info .wrap dl dd:not(:nth-of-type(-n+3)) {
  display: none;
}

@media screen and (min-width: 48em), print {
  .info {
    margin: 8rem 0;
  }
  .info .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .info .wrap .tit_02 {
    width: 20rem;
    margin: 0 3rem 0 0;
  }
  .info .wrap dl {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .info .wrap dl dt {
    margin: 0 0 1rem;
  }
  .info .wrap dl dt::before {
    margin-right: 1rem;
  }
  .info .wrap dl dt:not(:first-of-type) {
    padding: 1.6rem 0 0;
  }
  .info .wrap dl dd {
    margin: 0 0 1.6rem;
  }
}
.aisatsu {
  padding: 4rem 1rem;
  background: url("../img/index_aisatsu_bg.jpg") no-repeat center top 3rem/200% auto, url("../img/index_aisatsu_bg.jpg") no-repeat center center/200% auto, url("../img/index_aisatsu_bg.jpg") no-repeat center bottom/200% auto;
}
.aisatsu .wrap .btn {
  display: inline-block;
  padding: 0.6rem 2rem;
  background: #3DAA81;
  color: #fff;
  border: 2px solid #90D5BB;
  -webkit-box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem rgba(204, 204, 204, 0.8);
          box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem rgba(204, 204, 204, 0.8);
  border-radius: clamp(0.6rem, 1vw, 1rem);
}
.aisatsu .wrap .btn::before {
  font-family: "fontello";
  content: "\f138";
  color: #DCF0E8;
  margin: 0 0.6rem;
}

@media screen and (min-width: 48em), print {
  .aisatsu {
    padding: 8rem 0;
    background: url("../img/index_aisatsu_bg.jpg") no-repeat center center/auto;
  }
  .aisatsu .wrap .btn {
    margin: 3rem 0 0;
    padding: 0.6rem 4rem;
    border: 3px solid #90D5BB;
    -webkit-box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem rgba(186, 186, 186, 0.6);
            box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem rgba(186, 186, 186, 0.6);
  }
}
.tre {
  padding: 4rem 1rem;
  background: url("../img/index_tre_bg.jpg") no-repeat center top/auto 100%;
}
.tre .subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.tre .subnav li {
  width: 48%;
}
.tre .subnav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  border: 2px solid #3DAA81;
  border-radius: clamp(0.6rem, 1vw, 1rem);
  padding: 1rem;
  color: #707070;
  line-height: 1.2;
  background: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  -webkit-box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem rgba(186, 186, 186, 0.8);
          box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem rgba(186, 186, 186, 0.8);
  text-decoration: none !important;
}
.tre .subnav li a::before {
  display: block;
  width: 4rem;
  height: 4rem;
  margin: 0 0.6rem 0 0;
}
.tre .subnav li a.depression::before {
  content: url("../img/icon_utsu.svg");
}
.tre .subnav li a.vigilance::before {
  content: url("../img/icon_fumin.svg");
}
.tre .subnav li a.developmental::before {
  content: url("../img/icon_hattatsu.svg");
}
.tre .subnav li a.adjustment::before {
  content: url("../img/icon_tekiou.svg");
}
.tre .subnav li a.anxiety::before {
  content: url("../img/icon_fuan.svg");
}
.tre .subnav li a.panic::before {
  content: url("../img/icon_panic.svg");
}
.tre .subnav li a.ocd::before {
  content: url("../img/icon_kyouhaku.svg");
}
.tre .subnav li a.neurodystonia::before {
  content: url("../img/icon_jiritsushinkei.svg");
}
.tre .subnav li a.schizophrenia::before {
  content: url("../img/icon_tougou.svg");
}
.tre .subnav li a.cyclophrenia::before {
  content: url("../img/icon_souutsu.svg");
}
.tre .subnav li a.dementia::before {
  content: url("../img/icon_ninchi.svg");
}
.tre .subnav li .developmental span {
  display: block;
  font-size: 1.2rem;
}
@media screen and (min-width: 48em), print {
  .tre .subnav li .developmental span {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 48em), print {
  .tre {
    padding: 10rem 0;
    background: url("../img/index_tre_bg.jpg") no-repeat center top/auto;
  }
  .tre .subnav {
    width: 1200px;
    margin: auto;
    gap: 4rem;
  }
  .tre .subnav li {
    width: 31%;
    margin: 0;
  }
  .tre .subnav li a {
    font-size: 2.6rem;
    padding: 2rem 1rem 2rem 2rem;
    -webkit-box-shadow: 0.2rem 0.2rem 0.2rem 0.1rem rgba(186, 186, 186, 0.6);
            box-shadow: 0.2rem 0.2rem 0.2rem 0.1rem rgba(186, 186, 186, 0.6);
  }
  .tre .subnav li a::before {
    display: block;
    width: 9rem;
    height: 9rem;
    margin: 0 2rem 0 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .tre .subnav li a:hover {
    color: #49ab4c;
  }
  .tre .subnav li a:hover::before {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
}
.feature {
  margin: 4rem 1rem;
}
.feature ol {
  counter-reset: number 0;
}
.feature ol li {
  margin: 0 0 3rem;
  counter-increment: number 1;
  position: relative;
}
.feature ol li::before, .feature ol li::after {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  position: absolute;
  top: 2rem;
}
.feature ol li::before {
  content: "Feature";
}
.feature ol li::after {
  content: counter(number, decimal-leading-zero);
  font-size: 250%;
  top: -0.4rem;
}
.feature ol li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 13rem;
  position: relative;
}
.feature ol li span::before {
  display: block;
  content: "";
  width: 13rem;
  height: 13rem;
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 13rem;
          flex: 0 0 13rem;
  position: absolute;
  top: 0;
}
.feature ol li span::after {
  content: "";
  display: block;
  width: 64%;
  height: 0.8rem;
  position: absolute;
  top: 4.6rem;
  z-index: -1;
}
.feature ol li:nth-child(odd)::before {
  right: 3.6rem;
}
.feature ol li:nth-child(odd)::after {
  right: 0;
}
.feature ol li:nth-child(odd) span {
  padding: 6rem 0 0 15rem;
}
.feature ol li:nth-child(odd) span::before {
  left: 0;
}
.feature ol li:nth-child(odd) span::after {
  right: 0;
}
.feature ol li:nth-child(even)::before {
  left: 0;
}
.feature ol li:nth-child(even)::after {
  left: 5.2rem;
}
.feature ol li:nth-child(even) span {
  padding: 6rem 15rem 0 0;
}
.feature ol li:nth-child(even) span::before {
  right: 0;
}
.feature ol li.feature01::before, .feature ol li.feature01::after {
  color: #49AB90;
}
.feature ol li.feature01 span::before {
  background: url("../img/index_feature01.jpg") no-repeat center center/contain;
  -webkit-box-shadow: 0.4rem 0.4rem 0 0 rgba(73, 171, 144, 0.2);
          box-shadow: 0.4rem 0.4rem 0 0 rgba(73, 171, 144, 0.2);
}
.feature ol li.feature01 span::after {
  background: radial-gradient(circle farthest-side, #49AB90, #49AB90 50%, transparent 50%, transparent);
  background-size: 0.8rem 0.8rem;
}
.feature ol li.feature02::before, .feature ol li.feature02::after {
  color: #49ab4c;
}
.feature ol li.feature02 span::before {
  background: url("../img/index_feature02.jpg") no-repeat center center/contain;
  -webkit-box-shadow: 0.4rem 0.4rem 0 0 rgba(73, 171, 76, 0.2);
          box-shadow: 0.4rem 0.4rem 0 0 rgba(73, 171, 76, 0.2);
}
.feature ol li.feature02 span::after {
  background: radial-gradient(circle farthest-side, #49ab4c, #49ab4c 50%, transparent 50%, transparent);
  background-size: 0.8rem 0.8rem;
}
.feature ol li.feature03::before, .feature ol li.feature03::after {
  color: #95C73F;
}
.feature ol li.feature03 span::before {
  background: url("../img/index_feature03.jpg") no-repeat center center/contain;
  -webkit-box-shadow: 0.4rem 0.4rem 0 0 rgba(149, 199, 63, 0.2);
          box-shadow: 0.4rem 0.4rem 0 0 rgba(149, 199, 63, 0.2);
}
.feature ol li.feature03 span::after {
  background: radial-gradient(circle farthest-side, #95C73F, #95C73F 50%, transparent 50%, transparent);
  background-size: 0.8rem 0.8rem;
}
.feature ol li.feature04::before, .feature ol li.feature04::after {
  color: #BEC23F;
}
.feature ol li.feature04 span::before {
  background: url("../img/index_feature04.jpg") no-repeat center center/contain;
  -webkit-box-shadow: 0.4rem 0.4rem 0 0 rgba(190, 194, 63, 0.2);
          box-shadow: 0.4rem 0.4rem 0 0 rgba(190, 194, 63, 0.2);
}
.feature ol li.feature04 span::after {
  background: radial-gradient(circle farthest-side, #BEC23F, #BEC23F 50%, transparent 50%, transparent);
  background-size: 0.8rem 0.8rem;
}

@media screen and (min-width: 48em), print {
  .feature {
    width: 1200px;
    margin: 8rem auto;
  }
  .feature ol {
    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 ol li {
    width: 48%;
    margin: 0;
  }
  .feature ol li::before, .feature ol li::after {
    top: 15rem;
  }
  .feature ol li::before {
    font-size: 3.6rem;
  }
  .feature ol li::after {
    font-size: 6.6rem;
    top: 11.2rem;
  }
  .feature ol li span {
    min-height: 35rem;
  }
  .feature ol li span::before {
    width: 35rem;
    height: 35rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35rem;
            flex: 0 0 35rem;
  }
  .feature ol li span::after {
    width: 40%;
    height: 0.6rem;
    top: 21.6rem;
  }
  .feature ol li:nth-child(odd)::before {
    right: 7rem;
  }
  .feature ol li:nth-child(odd) span {
    padding: 23rem 0 0 38rem;
  }
  .feature ol li:nth-child(even) {
    margin: 12rem 0 0;
  }
  .feature ol li:nth-child(even)::after {
    left: 13rem;
  }
  .feature ol li:nth-child(even) span {
    padding: 23rem 38rem 0 0;
  }
  .feature ol li.feature01 span::before {
    -webkit-box-shadow: 1rem 1rem 0 0 rgba(73, 171, 144, 0.2);
            box-shadow: 1rem 1rem 0 0 rgba(73, 171, 144, 0.2);
  }
  .feature ol li.feature01 span::after {
    background: radial-gradient(circle farthest-side, #49AB90, #49AB90 50%, transparent 50%, transparent);
    background-size: 1rem 0.6rem;
  }
  .feature ol li.feature02 span::before {
    -webkit-box-shadow: 1rem 1rem 0 0 rgba(73, 171, 76, 0.2);
            box-shadow: 1rem 1rem 0 0 rgba(73, 171, 76, 0.2);
  }
  .feature ol li.feature02 span::after {
    background: radial-gradient(circle farthest-side, #49ab4c, #49ab4c 50%, transparent 50%, transparent);
    background-size: 1rem 0.6rem;
  }
  .feature ol li.feature03 span::before {
    -webkit-box-shadow: 1rem 1rem 0 0 rgba(149, 199, 63, 0.2);
            box-shadow: 1rem 1rem 0 0 rgba(149, 199, 63, 0.2);
  }
  .feature ol li.feature03 span::after {
    background: radial-gradient(circle farthest-side, #95C73F, #95C73F 50%, transparent 50%, transparent);
    background-size: 1rem 0.6rem;
  }
  .feature ol li.feature04 span::before {
    -webkit-box-shadow: 1rem 1rem 0 0 rgba(190, 194, 63, 0.2);
            box-shadow: 1rem 1rem 0 0 rgba(190, 194, 63, 0.2);
  }
  .feature ol li.feature04 span::after {
    background: radial-gradient(circle farthest-side, #BEC23F, #BEC23F 50%, transparent 50%, transparent);
    background-size: 1rem 0.6rem;
  }
}
.link {
  background: #F2F1EE;
  padding: 4rem 1rem;
}
.link .bnr {
  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: 1rem;
}
.link .bnr li {
  width: 48%;
}
.link .bnr li img {
  -webkit-box-shadow: 0.4rem 0.4rem 0.2rem rgba(204, 204, 204, 0.6);
          box-shadow: 0.4rem 0.4rem 0.2rem rgba(204, 204, 204, 0.6);
}

@media screen and (min-width: 48em), print {
  .link {
    padding: 8rem 0;
  }
  .link .bnr {
    gap: 2rem;
    margin: 0;
  }
  .link .bnr li {
    width: calc(33.3333333333% - 2rem);
  }
  .link .bnr li a:hover {
    opacity: 0.8 !important;
  }
}
body:not(.index) .main {
  margin: 0 1rem 6rem;
}
body:not(.index) .main .cf .img_l, body:not(.index) .main .cf .img_r {
  padding: 0.4rem;
  border: 1px solid #ccc;
}
body:not(.index) .main .tel {
  font-size: 150%;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .header .tit_01 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  body:not(.index) .main {
    width: 100rem;
    margin: 0 auto 8rem;
  }
  body:not(.index) .main .cf .img_l, body:not(.index) .main .cf .img_r {
    max-width: 40%;
    height: auto;
    padding: 0.6rem;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  margin: 0 1rem 4rem;
}
.breadcrumb li:first-child a {
  color: #4BAEE1;
  text-decoration: underline;
}
.breadcrumb li:not(:last-child)::after {
  display: inline-block;
  content: ">";
  font-size: 70%;
  margin: 0 0.4rem;
}

@media screen and (min-width: 48em), print {
  .breadcrumb {
    font-size: 1.4rem;
    width: 100rem;
    margin: 0 auto 8rem;
  }
  .breadcrumb li:not(:last-child)::after {
    margin: 0 0.8rem;
  }
}
body.doctor {
  background: url("../img/index_aisatsu_bg.jpg") no-repeat center top 30rem/200% auto, url("../img/index_aisatsu_bg.jpg") no-repeat center top 60rem/200% auto, url("../img/index_aisatsu_bg.jpg") no-repeat center top 90rem/200% auto;
}
body.doctor .main .flex2 > div {
  margin: 4rem 0 0;
}
@media screen and (min-width: 48em), print {
  body.doctor {
    background: url("../img/index_aisatsu_bg.jpg") no-repeat center top 47rem/auto;
  }
  body.doctor .main .flex2 > div {
    width: 48%;
    margin: 0;
  }
}

.gallery {
  width: 85%;
  margin: auto;
  visibility: hidden;
}
.gallery .gallery_slider div .cap {
  margin: 0.2rem 0 0;
  text-align: center;
  color: #fff;
  padding: 0.4rem;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: #49ab4c;
  line-height: 1.4;
}
.gallery .gallery_slider div .slick-current .cap {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.gallery .gallery_slider div:first-child .cap {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.gallery .gallery_thum div img {
  cursor: pointer;
  border: 4px solid transparent;
}
.gallery .gallery_thum .slick-current div img {
  border: 4px solid #49ab4c;
}

@media screen and (min-width: 48em), print {
  .gallery {
    width: 75rem;
    margin: auto;
  }
  .gallery .gallery_slider {
    font-size: 1.6em;
  }
  .gallery .gallery_slider div .cap {
    padding: 1rem;
  }
  .gallery .gallery_thum {
    width: calc(100% + 0.6rem);
  }
}
.device li {
  margin: 0 0 2rem;
  text-align: center;
}
.device li img {
  margin: 0 auto 0.6rem;
  max-width: 80%;
}

@media screen and (min-width: 48em), print {
  .device {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .device li {
    width: 32%;
    margin: 0 0 2rem;
  }
  .device li:not(:nth-child(3n)) {
    margin: 0 2.4rem 2rem 0;
  }
  .device li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
body.visitor .main .flex li .btn_rsv, body.visitor .main .flex li .btn_line {
  height: 100%;
  padding: 0.4rem 2.6rem;
  font-size: 110%;
  border-radius: clamp(0.6rem, 1vw, 1rem);
}
body.visitor .main .flex li .btn_rsv::before, body.visitor .main .flex li .btn_line::before {
  margin: 0 0.6rem 0 0;
}
body.visitor .main .flow section {
  border: 2px solid #3DAA81;
  padding: 1rem;
  margin: 0;
  position: relative;
}
body.visitor .main .flow section:not(:last-child) {
  margin: 0 0 6rem;
}
body.visitor .main .flow section:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 2rem solid #3DAA81;
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem solid transparent;
  margin: auto;
}
body.visitor .main .flow section .tit {
  color: #3DAA81;
  font-size: 140%;
  margin: 0 0 1rem;
}
@media screen and (min-width: 48em), print {
  body.visitor .main .flow section {
    padding: 3rem;
  }
  body.visitor .main .flow section:not(:last-child) {
    margin: 0 0 10rem;
  }
  body.visitor .main .flow section:not(:last-child)::after {
    bottom: -7rem;
  }
}

body.access .main .gmap {
  height: 100vw;
  margin: 2rem 0;
}
@media screen and (min-width: 48em), print {
  body.access .main .tbl_time {
    font-size: 2rem;
  }
  body.access .main .gmap {
    margin: 4rem 0 0;
    height: 50rem;
  }
}

.scr {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}