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

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

:root {
  --clr_txt: #341d05;
  --rgb_txt: 52, 29, 5;
  --clr_border: #c9c9c9;
  --rgb_border: 201, 201, 201;
  --clr_white: #fff;
  --rgb_white: 255, 255, 255;
  --clr_green: #094;
  --rgb_green: 0, 153, 68;
  --clr_green_light: #d2e7cf;
  --rgb_green_light: 210, 231, 207;
  --clr_green_light02: #e0f0e4;
  --rgb_green_light02: 224, 240, 228;
  --clr_yellowgreen: #a9c659;
  --rgb_yellowgreen: 169, 198, 89;
  --clr_yellowgreen_light: #fdf6ee;
  --rgb_yellowgreen_light: 253, 246, 238;
  --clr_yellowgreen_light02: #dae56f;
  --rgb_yellowgreen_light02: 218, 229, 111;
  --clr_brown: #3e2205;
  --rgb_brown: 62, 34, 5;
  --clr_brown_light: #fdf6ee;
  --rgb_brown_light: 253, 246, 238;
  --clr_brown_light02: #624c36;
  --rgb_brown_light02: 98, 76, 54;
  --clr_brown_dark: #5f370f;
  --rgb_brown_dark: 95, 55, 15;
  --clr_red: #E54400;
  --rgb_red: 229, 68, 0;
  --clr_orange: #fdf8f1;
  --rgb_orange: 253, 248, 241;
  --anime-opacity: 1;
}

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

@media screen and (min-width: 48em), print {
  .pc-txt_c {
    text-align: center !important;
  }
  .pc-txt_l {
    text-align: left !important;
  }
  .pc-txt_r {
    text-align: right !important;
  }
}
.bold {
  font-weight: bold;
}

.red {
  color: var(--clr_red);
}

.green {
  color: var(--clr_green);
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

.inline {
  display: inline-block;
}

.img_c {
  margin: 1rem auto;
}

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

.tate {
  max-width: 60%;
}

@media screen and (min-width: 48em), print {
  .img_l {
    float: left;
    margin: 0 2rem 2rem 0;
    max-width: 40%;
    height: auto;
  }
  .img_l.-large {
    max-width: 47.8%;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 2rem;
    max-width: 40%;
    height: auto;
  }
  .tate {
    max-width: 25% !important;
  }
}
.sp-img_l {
  float: left;
  margin: 0 2rem 0 0;
  max-width: 40%;
  height: auto;
}

.img_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.img_flex .flex_content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.img_flex .flex_img {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin: 1rem auto;
}
.img_flex.-img_small .flex_img {
  width: 60%;
}
@media screen and (min-width: 48em), print {
  .img_flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .img_flex .flex_content {
    width: calc(57.2% - 2rem);
  }
  .img_flex .flex_img {
    width: 42.8%;
    margin: 0 auto 0 0;
  }
  .img_flex.-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .img_flex.-reverse .flex_img {
    margin: 0 0 0 auto;
  }
  .img_flex.-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .img_flex.-img_small .flex_content {
    width: calc(68.6% - 2rem);
  }
  .img_flex.-img_small .flex_img {
    width: 31.4%;
  }
}

.sp_n {
  display: none;
}

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

.mt10 {
  margin-top: 1rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt40 {
  margin-top: 4rem;
}

.mb00 {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 48em), print {
  .mt00 {
    margin-top: 0rem;
  }
  .mt10 {
    margin-top: 2rem;
  }
  .mt20 {
    margin-top: 4rem;
  }
  .mt30 {
    margin-top: 6rem;
  }
  .mt40 {
    margin-top: 8rem;
  }
}
.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 {
  .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: 4rem;
  }
}
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.1rem;
}
.tbl_time caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 1rem;
}
.tbl_time caption .cap_tit {
  display: inline-block;
  background: var(--clr_brown);
  color: var(--clr_white);
  padding: 0rem 1rem;
  text-align: center;
  border-radius: 50vh;
  margin-right: 0.5rem;
  margin-bottom: 0.3rem;
}
.tbl_time tr th[scope=col] {
  font-weight: bold;
  background: var(--clr_brown_light02);
  color: var(--clr_white);
  border-bottom: 3px solid var(--clr_white);
  padding: 0.4rem 0.2rem;
  text-align: center;
}
.tbl_time tr th[scope=col]:first-child {
  width: 42%;
}
.tbl_time tr th.time {
  font-weight: normal;
  line-height: 1.3;
  padding: 0.6rem 0.2rem;
}
.tbl_time tr th.time .txt_small {
  font-size: 1rem;
  margin: 0.3rem 0;
}
.tbl_time tr td {
  text-align: center;
  padding: 1rem 0.2rem;
  line-height: 1;
  color: var(--clr_brown_light02);
}
.tbl_time tr:nth-of-type(even) {
  background: var(--clr_yellowgreen_light02);
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 1.6rem;
  }
  .tbl_time caption {
    margin-top: 1.5rem;
  }
  .tbl_time caption .cap_tit {
    padding: 0.2rem 1.2rem;
    margin-right: 0.8rem;
    margin-bottom: 0.5rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 0.8rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 32%;
  }
  .tbl_time tr th.time {
    padding: 1rem 0;
  }
  .tbl_time tr th.time .txt_small {
    font-size: 1.5rem;
  }
  .tbl_time tr td {
    padding: 1rem 0;
  }
}
.gmap {
  width: 100%;
}

.tit_01 {
  font-size: 1.9rem;
  padding: 1rem;
  text-align: center;
  margin-bottom: 1rem;
  background: url(../img/tit_01.webp) center/auto 100% no-repeat;
  color: var(--clr_green);
  font-weight: normal;
  line-height: 1.2;
  min-height: 10rem;
  display: -ms-grid;
  display: grid;
  place-items: center;
  font-weight: bold;
  letter-spacing: 0.05rem;
  -webkit-box-shadow: inset 0px 0px 5px rgba(var(--rgb_txt), 0.4);
          box-shadow: inset 0px 0px 5px rgba(var(--rgb_txt), 0.4);
}

section:has(> .tit_02) {
  border: 1px solid #e4e4e4;
  padding: 0 2rem 2rem;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 10px -6px rgba(var(--rgb_txt), 0.2);
          box-shadow: 0px 10px 10px -6px rgba(var(--rgb_txt), 0.2);
}

.tit_02 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 0 -2.1rem 1.5rem;
  position: relative;
  font-weight: normal;
  background: var(--clr_green);
  color: var(--clr_white);
  font-weight: bold;
  letter-spacing: 0.03rem;
  padding: 1.3rem 1rem 1.3rem 3.8rem;
  border-radius: 10px 10px 0 0;
}
.tit_02::before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  display: block;
  position: absolute;
  top: 1.2rem;
  left: 1.5rem;
  margin: auto;
  background: url("../img/logo_mark.png") center center/contain no-repeat;
}

.tit_03 {
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 2rem;
  background: url("../img/tit_03.jpg") center center/auto 100% repeat;
  color: var(--clr_white);
  font-weight: bold;
  padding: 1rem 1.8rem;
  border-radius: 6px;
}

.tit_04 {
  background: url("../img/tit_04.jpg") repeat-x center 80%/70%;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 0 10px 10px;
  margin: 0 0 1.5rem;
}

.tit_05 {
  font-size: 1.3rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  padding-bottom: 0.4rem;
  border-bottom: 4px double var(--clr_green);
  font-weight: bold;
}

.tit_06 {
  font-size: 1.3rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  font-weight: bold;
  padding-left: 1.2em;
  position: relative;
}
.tit_06::before {
  content: "■";
  position: absolute;
  left: 0;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 2.2rem;
    min-height: 14rem;
    background-size: cover;
  }
  section:has(> .tit_02) {
    padding: 0 3rem 3rem;
  }
  .tit_02 {
    font-size: 2.2rem;
    margin: 0 -3.1rem 2.5rem;
    padding: 1.7rem 1.5rem 1.5rem 5.7rem;
  }
  .tit_02::before {
    width: 3rem;
    height: 3rem;
    left: 2rem;
  }
  .tit_03 {
    font-size: 1.8rem;
    margin-bottom: 3.5rem;
    padding: 1rem 2rem;
  }
  .tit_04 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    padding: 0 10px 10px;
  }
  .tit_05 {
    font-size: 1.7rem;
    margin-bottom: 1rem;
    padding-bottom: 0.8rem;
  }
  .tit_06 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
.lst {
  line-height: 1.4;
}
.lst > li:not(:last-child) {
  margin-bottom: 1rem;
}

.lst_ul {
  line-height: 1.4;
}
.lst_ul > li {
  padding-left: 1.2em;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin-bottom: 1rem;
}
.lst_ul > li::before {
  content: "■";
  color: var(--clr_green);
  position: absolute;
  left: 0;
}
.lst_ul.kome > li::before {
  content: "※";
  color: inherit;
}
.lst_ul.disc > li:not(:last-child) {
  margin-bottom: 0.6rem;
}
.lst_ul.disc > li::before {
  font-family: "fontello";
  content: "\e801";
  color: var(--clr_txt);
  left: 0.4rem;
}

.lst_ul02 > li {
  border: 1px solid var(--clr_green);
  padding: 0.5rem 1rem;
}
.lst_ul02 > li:not(:first-of-type) {
  border-top: none;
}
@media screen and (min-width: 48em), print {
  .lst_ul02 > li {
    padding: 0.8rem 1.5rem;
  }
}
.lst_ul02 > li a {
  color: var(--clr_txt) !important;
}
.lst_ul02 > li a:hover {
  color: var(--clr_green) !important;
}

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

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

.lst_dl02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.4;
}
.lst_dl02 dt {
  width: 32%;
  background: var(--clr_green_light02);
  padding: 0.5rem 0.2rem;
  text-align: center;
  border-top: 1px solid var(--clr_green);
  border-right: 1px solid var(--clr_green);
  border-left: 1px solid var(--clr_green);
  display: -ms-grid;
  display: grid;
  place-items: center;
}
.lst_dl02 dt:last-of-type {
  border-bottom: 1px solid var(--clr_green);
}
.lst_dl02 dd {
  width: 68%;
  background: var(--clr_white);
  padding: 0.5rem 1rem;
  border-top: 1px solid var(--clr_green);
  border-right: 1px solid var(--clr_green);
}
.lst_dl02 dd:last-of-type {
  border-bottom: 1px solid var(--clr_green);
}

.lst_dl03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.4;
}
.lst_dl03 dt {
  width: 32%;
  padding: 0.8rem 0.2rem;
  text-align: center;
  border-top: 1px solid var(--clr_green);
}
.lst_dl03 dt:last-of-type {
  border-bottom: 1px solid var(--clr_green);
}
.lst_dl03 dd {
  width: 68%;
  background: var(--clr_white);
  padding: 0.8rem 1rem;
  border-top: 1px solid var(--clr_green);
}
.lst_dl03 dd:last-of-type {
  border-bottom: 1px solid var(--clr_green);
}

@media screen and (min-width: 48em), print {
  .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-left: 1rem;
  }
  .lst_dl02 dt, .lst_dl02 dd {
    padding: 0.8rem 1.5rem;
  }
  .lst_dl03 dt {
    padding: 1.5rem;
    text-align: left;
    width: 23%;
  }
  .lst_dl03 dd {
    padding: 1.5rem;
    width: 77%;
  }
}
.lst_anc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.lst_anc > li {
  width: 100%;
}
.lst_anc > li a {
  display: block;
  background: var(--clr_green);
  color: var(--clr_white) !important;
  text-decoration: none !important;
  padding: 1rem 1rem 1rem 4rem;
  border-radius: 50vh;
  line-height: 1.3;
  position: relative;
}
.lst_anc > li a::before {
  font-family: "fontello";
  content: "\e803";
  position: absolute;
  top: 50%;
  left: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: var(--clr_white);
  color: var(--clr_green) !important;
  font-size: 70%;
  border-radius: 50%;
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 2.2rem;
  height: 2.2rem;
}
@media screen and (min-width: 48em), print {
  .lst_anc > li {
    width: calc((100% - 2rem) / 3);
  }
}

.lst_faq dt, .lst_faq dd {
  padding-left: 1.7em;
  position: relative;
}
.lst_faq dt::before, .lst_faq dd::before {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  top: 0.15rem;
  left: 0;
}
.lst_faq dt {
  color: var(--clr_green);
  font-weight: bold;
  margin-bottom: 0.8rem;
}
.lst_faq dt::before {
  background: url("../img/icon_Q.png") center center/contain no-repeat;
}
.lst_faq dd {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px dotted var(--clr_txt);
}
.lst_faq dd::before {
  background: url("../img/icon_A.png") center center/contain no-repeat;
}
@media screen and (min-width: 48em), print {
  .lst_faq dt, .lst_faq dd {
    padding-left: 2.4em;
    line-height: 1.6;
  }
  .lst_faq dt::before, .lst_faq dd::before {
    width: 1.5em;
    height: 1.5em;
    top: -0.1rem;
  }
  .lst_faq dt {
    margin-bottom: 1.2rem;
  }
  .lst_faq dd {
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.flex3, .flex4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.flex3 > li, .flex4 > li {
  width: calc(50% - 0.5rem);
}
.flex3 > li:not(:last-child), .flex4 > li:not(:last-child) {
  margin-bottom: inherit;
}

.flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.6rem 2rem;
}
.flex1 > li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.flex1 > li:not(:last-child) {
  margin-bottom: inherit !important;
}

@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;
    gap: 1rem 2rem;
  }
  .flex2 > section, .flex2 > li, .flex2 > div {
    width: calc(50% - 1rem);
    margin-top: 0 !important;
  }
  .flex2 > section:not(:last-child), .flex2 > li:not(:last-child), .flex2 > div:not(:last-child) {
    margin-bottom: inherit;
  }
  .flex3 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1rem 2rem;
  }
  .flex3 li {
    width: calc((100% - 4rem) / 3);
  }
  .flex3_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1rem 2rem;
  }
  .flex3_1 li {
    width: calc((100% - 4rem) / 3);
  }
  .flex3_1 li:not(:last-child) {
    margin-bottom: inherit;
  }
  .flex4 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1rem 2rem;
  }
  .flex4 li {
    width: calc((100% - 6rem) / 4);
  }
  .flex1 {
    gap: 1rem 3rem;
  }
}
.tel {
  font-family: sans-serif;
  display: inline-block;
  color: var(--clr_green);
  font-size: 150%;
  padding: 1rem 0 0 2.2rem;
  line-height: 1.2;
  background: url(../icon_tel.png) left bottom 0.4rem/auto 75% no-repeat;
  font-weight: bold;
  position: relative;
}
.tel .catch {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 50%;
  letter-spacing: 0.05rem;
}
.tel a {
  text-decoration: none !important;
}
@media screen and (min-width: 48em), print {
  .tel {
    font-size: 2.2rem;
    padding: 1.3rem 0 0 3.4rem;
  }
}

.btn {
  padding: 0.7rem 3rem 0.4rem 1.5rem;
  display: inline-block;
  text-decoration: none !important;
  cursor: pointer;
  position: relative;
  border-radius: 6px;
  background: var(--clr_green);
  color: var(--clr_white);
}
.btn::after {
  font-family: "fontello";
  content: "\e808";
  line-height: 1;
  position: absolute;
  right: 1rem;
  left: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 48em), print {
  .btn {
    padding: 0.8rem 4rem;
    letter-spacing: 0.1rem;
  }
  .btn:hover {
    opacity: 0.7;
  }
  .btn:after {
    font-size: 1.4rem;
    right: 1rem;
  }
}

.box {
  background: var(--clr_orange);
  padding: 1rem;
}
.box.-color02 {
  background: var(--clr_green_light02);
}
@media screen and (min-width: 48em), print {
  .box {
    padding: 2rem;
  }
}

.tbl {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.tbl tr th {
  padding: 1rem 0.5rem;
  font-weight: normal;
  border: 1px solid var(--clr_green);
  background: var(--clr_green_light02);
}
.tbl tr td {
  padding: 1rem 0.5rem;
  border: 1px solid var(--clr_green);
}
.tbl tr .nowrap {
  width: 0;
  white-space: nowrap;
}
.tbl.-sp_small {
  font-size: 85%;
}
.tbl.-tbl_fixed {
  table-layout: fixed;
}

@media screen and (min-width: 48em), print {
  .tbl tr th {
    padding: 1rem 2.5rem;
  }
  .tbl tr td {
    padding: 1rem 2.5rem;
  }
  .tbl.-sp_small {
    font-size: 100%;
  }
}
.tbl_scroll {
  overflow-x: scroll;
}
.tbl_scroll .tbl {
  white-space: nowrap;
}
@media screen and (min-width: 48em), print {
  .tbl_scroll {
    overflow: inherit;
  }
  .tbl_scroll .tbl {
    white-space: inherit;
  }
}

.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.5rem;
  height: 0.5rem;
  margin: 0 0.4rem;
}
.slick-dots li button {
  padding: 50%;
  display: block;
  font-size: 0;
  cursor: pointer;
  border-radius: 50%;
  background: var(--clr_white);
  opacity: 0.7;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  opacity: 1;
}
.slick-dots li.slick-active button {
  opacity: 1;
}

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

body {
  background: var(--clr_white);
  color: var(--clr_txt);
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: var(--clr_white);
  position: fixed;
  top: 0;
  z-index: 2;
  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;
}
a:has(img) {
  text-decoration: none;
}

.main {
  font-size: 1.3rem;
  line-height: 1.6em;
}

.wrap {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

/*反転時の文字色・背景色 */
::-moz-selection {
  background-color: rgb(0, 158, 231);
  color: #fff;
}
::selection {
  background-color: rgb(0, 158, 231);
  color: #fff;
}

/* Firefox対応*/
::-moz-selection {
  background-color: rgb(0, 158, 231);
  color: #fff;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: calc(1120px + 40px);
  }
  a,
  button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
  }
  .main {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    color: var(--clr_green);
  }
  .wrap {
    width: 1120px;
    margin-inline: auto;
  }
}
:target {
  scroll-margin-top: 1rem;
}
@media screen and (min-width: 48em), print {
  :target {
    scroll-margin-top: 9rem;
  }
}

.header .wrap {
  padding: 1rem 0;
}
.header .wrap .logo {
  width: calc(100% - 7.5rem);
  height: 6.5rem;
}
.header .wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo.png) no-repeat center left/contain;
}
.header .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
  color: transparent;
}
.header .wrap .headR .tel_add {
  text-align: center;
  margin: 1rem 0 0.5rem;
}
.header .wrap .headR .tel_add .tel {
  font-size: 2.4rem;
  padding: 1.2rem 0 0 3.4rem;
}
.header .wrap .headR .tel_add .tel .catch {
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}
.header .wrap .headR .tel_add .fax {
  color: var(--clr_green);
  font-size: 1.8rem;
}
.header .wrap .headR .tel_add .add {
  border-top: 1px solid var(--clr_border);
  border-bottom: 1px solid var(--clr_border);
  font-size: 1.2rem;
  padding: 0.6rem 0;
  margin: 0;
}
.header .wrap .headR .tel_add .add .zip {
  margin-right: 0.8rem;
}

@media screen and (min-width: 48em), print {
  .header .wrap {
    margin: 0 auto 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 .logo {
    width: 42rem;
    height: 12rem;
  }
  .header .wrap .headR {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .header .wrap .headR .tel_add {
    margin: 0;
  }
  .header .wrap .headR .tel_add .tel {
    font-size: 3.2rem;
    padding: 1.5rem 0 0 4.5rem;
  }
  .header .wrap .headR .tel_add .tel .catch {
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
  }
  .header .wrap .headR .tel_add .fax {
    font-size: 2.6rem;
    margin-top: -0.2rem;
  }
  .header .wrap .headR .tel_add .add {
    font-size: 1.8rem;
    padding: 0.8rem 0;
    margin: 0;
  }
  .header .wrap .headR .tel_add .add .zip {
    margin-right: 0.8rem;
  }
}
#nav {
  width: 100vw;
}
#nav #sp_menu {
  width: 4.5rem;
  height: 4.5rem;
  border: 2px solid var(--clr_brown_light02);
  background: var(--clr_white);
  border-radius: 5px;
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  padding: 0;
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 9999;
}
#nav #sp_menu .btn-line {
  display: block;
  position: absolute;
  top: 1rem;
  left: 0;
  right: 0;
  width: 3rem;
  height: 3px;
  background-color: var(--clr_brown_light02);
  border-radius: 1px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin: 0 auto;
}
#nav #sp_menu .btn-line:nth-of-type(2) {
  top: 2rem;
}
#nav #sp_menu .btn-line:nth-of-type(3) {
  top: 3rem;
}
#nav #sp_menu .btn-line:nth-of-type(1) {
  -webkit-animation: menu-bar01 0.6s forwards;
          animation: menu-bar01 0.6s forwards;
}
#nav #sp_menu .btn-line:nth-of-type(2) {
  -webkit-transition: all 0.25s 0.25s;
  transition: all 0.25s 0.25s;
  opacity: 1;
}
#nav #sp_menu .btn-line:nth-of-type(3) {
  -webkit-animation: menu-bar02 0.6s forwards;
          animation: menu-bar02 0.6s forwards;
}
#nav #sp_menu.close .btn-line:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.6s forwards;
          animation: active-menu-bar01 0.6s forwards;
}
#nav #sp_menu.close .btn-line:nth-of-type(2) {
  opacity: 0;
}
#nav #sp_menu.close .btn-line:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 0.6s forwards;
          animation: active-menu-bar03 0.6s forwards;
}
@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(1rem) rotate(45deg);
            transform: translateY(1rem) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(1rem) rotate(0);
            transform: translateY(1rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(1rem) rotate(45deg);
            transform: translateY(1rem) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(1rem) rotate(0);
            transform: translateY(1rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-1rem) rotate(-45deg);
            transform: translateY(-1rem) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-1rem) rotate(0);
            transform: translateY(-1rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-1rem) rotate(-45deg);
            transform: translateY(-1rem) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-1rem) rotate(0);
            transform: translateY(-1rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(1rem) rotate(0);
            transform: translateY(1rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(1rem) rotate(45deg);
            transform: translateY(1rem) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(1rem) rotate(0);
            transform: translateY(1rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(1rem) rotate(45deg);
            transform: translateY(1rem) rotate(45deg);
  }
}
@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-1rem) rotate(0);
            transform: translateY(-1rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-1rem) rotate(-45deg);
            transform: translateY(-1rem) rotate(-45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-1rem) rotate(0);
            transform: translateY(-1rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-1rem) rotate(-45deg);
            transform: translateY(-1rem) rotate(-45deg);
  }
}
#nav .gnav_subnav {
  display: none;
  width: calc(100% - 3rem);
  height: calc(100svh - 15rem);
  overflow-y: auto;
  position: fixed;
  padding: 0 1.5rem;
  top: 7.5rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
@-webkit-keyframes active-menu {
  0% {
    top: -3rem;
    opacity: 0;
    visibility: hidden;
  }
  100% {
    top: 0;
    opacity: 1;
    visibility: visible;
  }
}
@keyframes active-menu {
  0% {
    top: -3rem;
    opacity: 0;
    visibility: hidden;
  }
  100% {
    top: 0;
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes close-menu {
  0% {
    top: 0;
    opacity: 1;
    visibility: visible;
  }
  100% {
    top: -3rem;
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes close-menu {
  0% {
    top: 0;
    opacity: 1;
    visibility: visible;
  }
  100% {
    top: -3rem;
    opacity: 0;
    visibility: hidden;
  }
}
#nav .gnav_subnav .gnav li, #nav .gnav_subnav .subnav li {
  width: 100%;
  border-bottom: 1px solid var(--clr_border);
}
#nav .gnav_subnav .gnav li a, #nav .gnav_subnav .subnav li a {
  display: block;
  padding: 1rem;
  font-size: 1.3rem;
  text-decoration: none;
  font-weight: bold;
  color: var(--clr_txt);
}
#nav .gnav_subnav .gnav li a.current, #nav .gnav_subnav .subnav li a.current {
  color: var(--clr_green);
}

@media screen and (min-width: 48em), print {
  #nav {
    width: auto;
    position: sticky;
    top: 0;
    z-index: 1000;
    -webkit-box-shadow: 0 3px 3px rgba(var(--rgb_brown), 0.1);
            box-shadow: 0 3px 3px rgba(var(--rgb_brown), 0.1);
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block !important;
    width: 100%;
    max-height: inherit;
    height: inherit;
    overflow-y: visible;
    padding: 1rem 0;
    position: static;
    opacity: 1;
    visibility: visible;
    background: var(--clr_white);
  }
  #nav .gnav_subnav .gnav {
    width: 1120px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
  #nav .gnav_subnav .gnav li {
    width: calc((100% - 2.5rem) / 6);
    position: relative;
    padding: 0;
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 2rem 0.5rem;
    text-decoration: none;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    border-radius: 5px;
    background: rgba(var(--rgb_brown_light), 0.8);
  }
  #nav .gnav_subnav .gnav li a.current, #nav .gnav_subnav .gnav li a:hover {
    background: var(--clr_brown_light02);
    color: var(--clr_white);
    opacity: 1;
  }
  #nav .gnav_subnav .gnav li.nav_faq {
    display: none;
  }
  #nav .gnav_subnav .subnav {
    display: none;
  }
}
.pc_rsv {
  position: fixed;
  top: 22rem;
  right: 0;
  z-index: 1001;
}
.pc_rsv ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.pc_rsv li {
  height: 13rem;
}
.pc_rsv li a {
  text-decoration: none;
  text-align: center;
  line-height: 0.9;
  border-radius: 6px 0 0 6px;
  font-size: 1.8rem;
  padding: 0.5rem 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 1px 8px 0px rgba(var(--rgb_brown), 0.4);
          box-shadow: 0px 1px 8px 0px rgba(var(--rgb_brown), 0.4);
  color: var(--clr_white);
  border-right: none;
  position: relative;
}
.pc_rsv li a::before {
  font-size: 3.2rem;
  margin-bottom: 1.2rem;
}
.pc_rsv li a.-acs {
  background: var(--clr_brown_light02);
}
.pc_rsv li a.-acs::before {
  font-family: "fontello";
  content: "\e802";
}
.pc_rsv li a.-blog {
  background: var(--clr_yellowgreen);
}
.pc_rsv li a.-blog::before {
  font-family: "fontello";
  content: "\f08e";
}
.pc_rsv li a::after {
  content: "";
  display: block;
  border: 1px solid rgba(var(--rgb_white), 0.6);
  width: calc(100% - 1.6rem);
  height: calc(100% - 1.6rem);
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
}
.pc_rsv li a:hover {
  opacity: 1;
}
.pc_rsv li a:hover.-acs {
  -webkit-filter: brightness(150%);
          filter: brightness(150%);
}
.pc_rsv li a:hover.-blog {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}

.overview {
  font-size: 1.3rem;
  position: relative;
}
.overview::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 5rem);
  position: absolute;
  top: 5rem;
  left: 0;
  background: url(../img/overflow_bg02.webp) center top/175rem auto repeat;
  z-index: -1;
}
.overview .overview_tit {
  color: #683535;
  font-weight: bold;
  text-align: center;
  padding: 1rem 0;
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 0 0 1rem;
  background: url(../img/overflow_bg.webp) center top/auto 100% no-repeat;
}
.overview .overview_tit::before {
  content: "";
  display: block;
  width: 6rem;
  height: 8rem;
  background: url(../img/logo_mark.png) center center/contain no-repeat;
  margin: 0 auto;
}
.overview .overview_tit::after {
  content: attr(data-ruby);
  font-size: 1rem;
  display: block;
}
.overview .wrap {
  background: rgba(var(--rgb_white), 0.8);
  padding: 1rem;
  border-radius: 8px;
}
.overview .tbl_time {
  margin-bottom: 1.5rem;
}
.overview .tel {
  font-size: 1.8rem;
  padding: 1rem 0 0 0;
}
.overview .add {
  margin: 0.6rem 0 1rem;
}
.overview .acs_root {
  border-top: 1px solid var(--clr_border);
  margin-bottom: 3rem;
}
.overview .acs_root > li {
  border-bottom: 1px solid var(--clr_border);
}
.overview .acs_root > li .acs_tit {
  font-weight: bold;
  color: var(--clr_brown_light02);
  margin: 1em 0;
  font-size: 110%;
}
.overview .acs_root > li .acs_tit::before {
  margin-left: 0.3rem;
  margin-right: 0.6rem;
}
.overview .acs_root > li.train .acs_tit::before {
  font-family: "fontello";
  content: "\f239";
}
.overview .acs_root > li.car .acs_tit::before {
  font-family: "fontello";
  content: "\f1b9";
}
.overview .gmap {
  height: 80vw;
  margin-top: 3rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    font-size: 1.6rem;
  }
  .overview::after {
    background-size: 200rem auto;
  }
  .overview .overview_tit {
    padding: 2.4rem 0 2rem;
    font-size: 2.4rem;
    margin-bottom: 3rem;
    background-size: 200rem auto;
  }
  .overview .overview_tit::before {
    width: 6rem;
    height: 6.8rem;
  }
  .overview .overview_tit::after {
    font-size: 1.2rem;
  }
  .overview > .wrap {
    padding: 6rem;
  }
  .overview > .wrap .tbl_time {
    margin-bottom: 4rem;
  }
  .overview > .wrap .tel {
    font-size: 3.2rem;
    padding: 1.5rem 0 0 0;
  }
  .overview > .wrap .add {
    font-size: 1.8rem;
  }
  .overview > .wrap .add .zip {
    margin-right: 0.8rem;
  }
  .overview > .wrap .acs_root {
    margin-bottom: 0;
  }
  .overview .gmap {
    height: 50rem;
    margin-top: 4rem;
  }
}
#pageup {
  display: none;
  position: fixed;
  bottom: 4.5rem;
  right: 0.5rem;
  z-index: 1;
  cursor: pointer;
  width: 3.5rem;
  height: 3.5rem;
  background: url(../img/icon_pageup.png) center center/99% auto no-repeat;
}
#pageup .clip {
  clip-path: inset(50%);
}

@media screen and (min-width: 48em), print {
  #pageup {
    width: 4.5rem;
    height: 4.5rem;
  }
}
#tel_up {
  width: 100%;
  height: 3.8rem;
  background: var(--clr_white);
  -webkit-box-shadow: 0px 0px 12px -3px rgba(var(--rgb_txt), 0.3);
          box-shadow: 0px 0px 12px -3px rgba(var(--rgb_txt), 0.3);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#tel_up ul {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
#tel_up ul li {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#tel_up ul li .tel,
#tel_up ul li .lnk_acs,
#tel_up ul li .lnk_blog {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0.5rem;
  text-decoration: none;
  background: var(--clr_green);
  color: var(--clr_white);
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: 0.1rem;
}
#tel_up ul li .tel.lnk_acs,
#tel_up ul li .lnk_acs.lnk_acs,
#tel_up ul li .lnk_blog.lnk_acs {
  background: var(--clr_brown_light02);
}
#tel_up ul li .tel.lnk_blog,
#tel_up ul li .lnk_acs.lnk_blog,
#tel_up ul li .lnk_blog.lnk_blog {
  background: var(--clr_yellowgreen);
}

@media screen and (min-width: 48em), print {
  #tel_up {
    display: none;
  }
}
#pagetop {
  color: var(--clr_white);
  background: var(--clr_green);
  font-weight: bold;
  font-family: "Lato", sans-serif;
  border-radius: 4px 4px 0 0;
  padding: 0.7rem 1.7rem 0.3rem;
  margin-top: 5rem;
  font-size: 1rem;
}
@media screen and (min-width: 48em), print {
  #pagetop {
    margin-top: 7rem;
    padding: 0.8rem 2rem 0.4rem;
    font-size: 1.1rem;
  }
}

.footer {
  background: var(--clr_green);
  padding: 1rem 0 0;
  font-size: 1.1rem;
}
.footer .footer_lnk {
  color: var(--clr_white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer .footer_lnk a {
  text-decoration: none;
}
.footer .footer_lnk ul {
  width: 50%;
  margin: 1rem 0 2rem;
  gap: 1.5rem 1rem;
  border-left: 1px solid var(--clr_white);
}
.footer .footer_lnk ul > li a {
  display: block;
  width: 100%;
  padding: 0.5rem 0.8rem;
}
.footer .copy {
  display: block;
  text-align: center;
  background: var(--clr_green);
  color: var(--clr_white);
  padding: 1.2rem 1rem 5rem;
  font-size: 1rem;
}
.footer .copy a {
  text-decoration: none;
}

@media screen and (min-width: 48em), print {
  .footer .footer_lnk {
    font-size: 1.6rem;
    display: block;
  }
  .footer .footer_lnk ul {
    margin: 3rem auto;
    gap: 2rem 0;
    border: none;
    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;
    width: 95%;
  }
  .footer .footer_lnk ul > li a {
    padding: 0;
  }
  .footer .footer_lnk ul.gnav > li, .footer .footer_lnk ul.subnav > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 1.5rem;
  }
  .footer .footer_lnk ul.gnav > li::after, .footer .footer_lnk ul.subnav > li::after {
    content: "｜";
    margin-left: 1.5rem;
  }
  .footer .footer_lnk ul.gnav > li:last-of-type::after, .footer .footer_lnk ul.subnav > li:last-of-type::after {
    content: none;
  }
  .footer .footer_lnk ul.subnav > li:nth-of-type(6)::after {
    content: none;
  }
  .footer .copy {
    font-size: 1.4rem;
    padding: 2rem 1rem;
  }
}
@media screen and (min-width: 48em), print {
  body.index .header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-inline: auto;
    z-index: 1;
  }
  body.index #nav .gnav_subnav .gnav li {
    width: 16.6666666667%;
    border-right: 1px solid var(--clr_border);
    padding: 0.5rem;
  }
  body.index #nav .gnav_subnav .gnav li:first-of-type {
    border-left: 1px solid var(--clr_border);
  }
  body.index #nav .gnav_subnav .gnav li a {
    background: var(--clr_white);
  }
  body.index #nav .gnav_subnav .gnav li a.current, body.index #nav .gnav_subnav .gnav li a:hover {
    background: var(--clr_brown_light02);
    color: var(--clr_white);
    opacity: 1;
  }
}

.keyvsl {
  width: 100%;
  position: relative;
}
.keyvsl #keyvsl {
  width: 100%;
  height: 16rem;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl .slick-list div img {
  height: 16rem !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.keyvsl #keyvsl .slick-dots {
  position: relative;
  z-index: 2;
  margin: -1.5rem auto;
}
@media screen and (min-width: 48em), print {
  .keyvsl {
    margin-top: 15rem;
    position: relative;
  }
  .keyvsl::after {
    content: "";
    display: block;
    position: absolute;
    top: -4rem;
    left: 0;
    height: 10rem;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(var(--rgb_white), 1)), color-stop(rgba(var(--rgb_white), 1)), to(rgba(var(--rgb_white), 0)));
    background: linear-gradient(rgba(var(--rgb_white), 1), rgba(var(--rgb_white), 1), rgba(var(--rgb_white), 0));
  }
  .keyvsl #keyvsl {
    height: 78rem;
    max-width: 200rem;
    margin-left: auto;
    margin-right: auto;
  }
  .keyvsl #keyvsl .slick-list div img {
    height: 78rem !important;
  }
  .keyvsl #keyvsl .slick-dots {
    margin-top: -2.5rem;
  }
}
.top_tit02 {
  font-size: 1.8rem;
  text-align: center;
  color: var(--clr_brown_dark);
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 2rem;
}
.top_tit02::after {
  content: "";
  display: block;
  width: 3rem;
  height: 3px;
  background: var(--clr_green);
  margin: 0.8rem auto 0;
}

@media screen and (min-width: 48em), print {
  .top_tit02 {
    font-size: 2.8rem;
    margin-bottom: 3.5rem;
  }
  .top_tit02::after {
    width: 5.6rem;
    margin-top: 1rem;
  }
}
#top_bnr {
  background: url("../img/index_bg.webp") center center/140rem auto repeat;
  padding: 3rem 0;
}
@media screen and (min-width: 48em), print {
  #top_bnr {
    padding: 8rem 0;
  }
}

.bnr_lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.bnr_lst > li {
  width: 100%;
  margin-inline: auto;
}
.bnr_lst span {
  margin: -2rem 0 -1rem 0;
  text-align: center;
}
@media screen and (min-width: 48em), print {
  .bnr_lst {
    gap: 3rem;
  }
  .bnr_lst > li {
    width: 67.2rem;
  }
  .bnr_lst > li a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .bnr_lst > li a:hover {
    -webkit-filter: brightness(1.05);
            filter: brightness(1.05);
  }
  .bnr_lst > li a:hover img {
    opacity: 0.8;
  }
  .bnr_lst span {
    margin: -6rem 0 -3rem 0;
    text-align: center;
  }
  .bnr_lst.-col2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1rem 3rem;
  }
  .bnr_lst.-col2 > li {
    width: calc((100% - 3rem) / 2);
  }
}

#info {
  padding: 3rem 0;
  background: var(--clr_white);
}
#info .info_lst > li {
  line-height: 1.4;
  border-bottom: 1px dashed var(--clr_border);
  padding: 0.8rem 0;
}
#info .info_lst > li .day {
  color: var(--clr_green);
  display: block;
  margin-bottom: 0.2rem;
}
#info .info_lst > li:nth-of-type(n + 6) {
  display: none;
}

@media screen and (min-width: 48em), print {
  #info {
    padding: 8rem 0;
  }
  #info .info_lst {
    width: calc(1120px - 22rem);
  }
  #info .info_lst > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1.4rem 0;
    font-size: 1.8rem;
  }
  #info .info_lst > li .day {
    display: inline-block;
    font-size: 1.5rem;
    width: 14rem;
    margin-top: 0.5rem;
    line-height: 1;
  }
  #info .info_lst > li > a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#treatment {
  background: url("../img/index_bg.webp") center center/140rem auto repeat;
  padding: 3rem 0;
  margin-top: 0 !important;
}
#treatment .treatment_lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}
#treatment .treatment_lst > li {
  width: calc((100% - 1rem) / 2);
  text-align: center;
}
#treatment .treatment_lst > li a {
  display: block;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  background: var(--clr_white);
  padding: 1rem 0.5rem;
  font-size: 1.2rem;
  color: var(--clr_brown);
  position: relative;
}
#treatment .treatment_lst > li a::before {
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-inline: auto;
}
#treatment .treatment_lst > li a::after {
  content: "";
  display: block;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  border: 1px solid var(--clr_green_light);
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  pointer-events: none;
}
#treatment .treatment_lst > li a img {
  margin-bottom: 1rem;
}
#treatment .treatment_lst > li a.-orthopedics::before {
  background-image: url("../img/icon_orthopedics.svg");
}
#treatment .treatment_lst > li a.-rheumatism::before {
  background-image: url("../img/icon_rheumatism.svg");
}
#treatment .treatment_lst > li a.-osteoporosis::before {
  background-image: url("../img/icon_osteoporosis.svg");
}
#treatment .treatment_lst > li a.-rehabilitation::before {
  background-image: url("../img/icon_rehabilitation.svg");
}
@media screen and (min-width: 48em), print {
  #treatment {
    padding: 8rem 0;
  }
  #treatment .treatment_lst {
    gap: 3rem;
    margin-bottom: 3rem;
  }
  #treatment .treatment_lst > li {
    width: calc((100% - 9rem) / 4);
  }
  #treatment .treatment_lst > li a {
    font-size: 2rem;
    padding: 2rem 1rem;
    border-radius: 10px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #treatment .treatment_lst > li a::before {
    width: 12rem;
    height: 12rem;
  }
  #treatment .treatment_lst > li a::after {
    width: calc(100% - 1.6rem);
    height: calc(100% - 1.6rem);
    top: 0.8rem;
    left: 0.8rem;
  }
  #treatment .treatment_lst > li a:hover {
    background: rgba(var(--rgb_yellowgreen), 0.4);
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
  #treatment .treatment_lst > li a:hover::after {
    border-color: rgba(var(--rgb_green), 0.3);
  }
}

#banners {
  padding: 3rem 0 2.5rem;
  margin-top: 0 !important;
}
#banners .banners_lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  width: 60%;
  margin-inline: auto;
}
#banners .banners_lst a {
  display: block;
  width: 100%;
}
#banners .banners_lst a img {
  margin-inline: auto;
}
#banners .banners_lst.-long {
  width: calc(100% - 3rem);
}
@media screen and (min-width: 48em), print {
  #banners {
    padding: 8rem 0 6rem;
  }
  #banners .banners_lst {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
    width: 1120px;
  }
  #banners .banners_lst > li {
    width: calc((100% - 6rem) / 4);
  }
  #banners .banners_lst > li a:hover {
    opacity: 0.7;
  }
  #banners .banners_lst.-long > li {
    width: 70rem;
  }
}

body:not(.index) .main {
  margin: 0 1rem 6rem;
}
body:not(.index) .main a:not([class*=btn], [href*="tel:"]) {
  text-decoration: underline;
  color: var(--clr_green);
}
body:not(.index) .main a:not([class*=btn], [href*="tel:"]):hover {
  text-decoration: none;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    width: calc(1120px - 10rem);
    margin: 0 auto 8rem;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.1rem;
  margin: 0 1rem 4rem;
}
.breadcrumb li {
  color: #999;
}
.breadcrumb li:first-of-type {
  white-space: nowrap;
}
.breadcrumb li:not(:first-child)::before {
  display: inline-block;
  content: ">";
  margin: 0 0.4rem;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.breadcrumb li a {
  color: var(--clr_txt);
}

@media screen and (min-width: 48em), print {
  .breadcrumb {
    font-size: 1.5rem;
    width: calc(1120px - 10rem);
    margin: 0 auto 8rem;
  }
  .breadcrumb li:not(:first-child)::before {
    margin: 0 0.8rem;
  }
  .breadcrumb li a:hover {
    text-decoration: underline !important;
  }
}
.staff .dr_name {
  font-size: 150%;
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 48em), print {
  .staff .dr_name {
    font-size: 165%;
  }
}
.staff .img_flex.-staff .flex_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}
.staff .img_flex.-staff .flex_img > div {
  width: 48%;
}
@media screen and (min-width: 48em), print {
  .staff .img_flex.-staff .flex_img {
    display: block;
    width: 18%;
  }
  .staff .img_flex.-staff .flex_img > div {
    width: 100%;
  }
}
@media screen and (min-width: 48em), print {
  .staff .img_flex.-staff .flex_content {
    width: 78%;
  }
}

.clinic .lst_gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.clinic .lst_gallery > li figcaption {
  margin-top: 0.6rem;
  line-height: 1.45;
  font-size: 95%;
}
.clinic .img_flex .flex_content .clinic_tit {
  margin: 0 0 0.5rem;
  line-height: 1.4;
}
@media screen and (min-width: 48em), print {
  .clinic .lst_gallery {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3rem;
  }
  .clinic .lst_gallery > li {
    width: calc((100% - 3rem) / 2);
  }
  .clinic .lst_gallery > li:first-of-type {
    width: 100%;
  }
}

.first .first_flex .img {
  max-width: 80%;
  margin: 1rem auto;
}
.first .first_flex .img img {
  border-radius: 5px;
}

@media screen and (min-width: 48em), print {
  .first .first_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .first .first_flex .img {
    max-width: 35%;
    margin: 0 0 0 auto;
  }
  .first .first_flex .img img {
    border-radius: 10px;
  }
}
.access .main .gmap {
  height: 30rem;
  margin: 2rem 0;
}
@media screen and (min-width: 48em), print {
  .access .main .acs_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .access .main .acs_flex > div {
    width: 48%;
  }
  .access .main .acs_flex > div .img_c {
    margin: 0;
  }
  .access .main .gmap {
    margin: 4rem 0 0;
    height: 50rem;
  }
}

.painful_point {
  background: url("../img/body.png") top center/contain no-repeat;
  width: calc(100vw - 6rem);
  height: calc((100vw - 6rem) * 2.1);
  margin-inline: auto;
  position: relative;
}
.painful_point .painful_lst > li {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: var(--clr_yellowgreen);
  position: absolute;
}
.painful_point .painful_lst > li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: -ms-grid;
  display: grid;
  place-items: center;
  text-decoration: none !important;
  color: var(--clr_txt) !important;
  font-weight: bold;
}
.painful_point .painful_lst > li.neck {
  top: 5rem;
  right: 6.5rem;
}
.painful_point .painful_lst > li.shoulder {
  top: 7rem;
  left: 5rem;
}
.painful_point .painful_lst > li.elbow {
  top: 15rem;
  right: 3rem;
}
.painful_point .painful_lst > li.waist {
  top: 20rem;
  left: 7rem;
}
.painful_point .painful_lst > li.hand {
  top: 23rem;
  left: 0rem;
}
.painful_point .painful_lst > li.hipjoint {
  top: 24rem;
  right: 7rem;
}
.painful_point .painful_lst > li.knee {
  bottom: 12rem;
  left: 8rem;
}
.painful_point .painful_lst > li.legjoint {
  bottom: 2rem;
  right: 5rem;
}
.painful_point .painful_lst > li.leg {
  bottom: 0rem;
  left: 5rem;
}
@media screen and (min-width: 48em), print {
  .painful_point {
    width: 27rem;
    height: 56.5rem;
  }
  .painful_point .painful_lst > li a {
    font-size: 90%;
  }
  .painful_point .painful_lst > li a:hover {
    background: rgba(var(--rgb_green), 0.6);
  }
}

.symptoms_lst {
  background: rgba(var(--rgb_green_light), 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
  padding: 1.5rem;
}
.symptoms_lst > li {
  border: 2px solid var(--clr_green_light);
  background: var(--clr_white);
  text-align: center;
  border-radius: 15px;
  padding: 0.3rem 1rem;
  line-height: 1.3;
}
.symptoms_lst > li span {
  display: block;
}
@media screen and (min-width: 48em), print {
  .symptoms_lst {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2rem;
    gap: 1.5rem 2rem;
  }
  .symptoms_lst > li {
    padding: 0.9rem 2rem;
    border-radius: 50vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
}

.ingrown_nails .tbl th:first-of-type {
  width: 58%;
}

@media screen and (min-width: 48em), print {
  .img_flex.-img_small.-VaSera .flex_img {
    width: 25%;
  }
  .img_flex.-img_small.-VaSera .flex_content {
    width: calc(75% - 2rem);
  }
}
/*# sourceMappingURL=style.css.map */