@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;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  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;
}

a[href=""] {
  pointer-events: none;
}

:root {
  --clr_txt: #231815;
  --rgb_txt: 35, 24, 21;
  --clr_border: #D6D6D6;
  --rgb_border: 214, 214, 214;
  --clr_shadow: #000;
  --rgb_shadow: 0, 0, 0;
  --clr_white: #fff;
  --rgb_white: 255, 255, 255;
  --clr_black: #231815;
  --rgb_black: 35, 24, 21;
  --clr_gray: #E8E8E8;
  --rgb_gray: 232, 232, 232;
  --clr_gray_light: #F8F9FA;
  --rgb_gray_light: 248, 249, 250;
  --clr_gray_dark: #BBBBBB;
  --rgb_gray_dark: 187, 187, 187;
  --clr_gray_dark02: #DDDDDD;
  --rgb_gray_dark02: 221, 221, 221;
  --clr_gray_dark03: #666666;
  --rgb_gray_dark03: 102, 102, 102;
  --clr_gray_dark04: #484848;
  --rgb_gray_dark04: 72, 72, 72;
  --clr_orange: #FFF5E8;
  --rgb_orange: 255, 245, 232;
  --clr_orange_light: #FFFAF3;
  --rgb_orange_light: 255, 250, 243;
  --clr_brown: #4a2400;
  --rgb_brown: 74, 36, 0;
  --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: 900;
}

.txt_large {
  font-size: 110%;
}

.txt_small {
  font-size: 90%;
}

.line_mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, var(--clr_border))) repeat scroll 0 -0.2em;
  background: linear-gradient(transparent 75%, var(--clr_border) 75%) repeat scroll 0 -0.2em;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}

.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_r {
    float: right;
    margin: 0 0 2rem 2rem;
    max-width: 40%;
    height: auto;
  }
  .tate {
    max-width: 25% !important;
  }
}
.sp_n {
  display: none;
}

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

.mt10 {
  margin-top: 1rem !important;
}

.mt20 {
  margin-top: 2rem !important;
}

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

.mt40 {
  margin-top: 4rem !important;
}

.mt05 {
  margin-top: 0.5rem !important;
}

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

.pt00 {
  padding-top: 0 !important;
}

.pb00 {
  padding-bottom: 0 !important;
}

@media screen and (min-width: 48em), print {
  .mt00 {
    margin-top: 0rem !important;
  }
  .mt10 {
    margin-top: 2rem !important;
  }
  .mt20 {
    margin-top: 4rem !important;
  }
  .mt30 {
    margin-top: 6rem !important;
  }
  .mt40 {
    margin-top: 8rem !important;
  }
  .mt05 {
    margin-top: 1rem !important;
  }
}
body:not(.index) .main > section ~ section, body:not(.index) .flex2 > section ~ section {
  margin-top: 4rem;
}
body:not(.index) .main > section section ~ section, body:not(.index) .flex2 > section section ~ section {
  margin-top: 3rem;
}
body:not(.index) .main > section > section section ~ section, body:not(.index) .flex2 > section > section section ~ section {
  margin-top: 2rem;
}
body:not(.index) .main > section > section > section section ~ section, body:not(.index) .flex2 > section > section > section section ~ section {
  margin-top: 2rem;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main > section ~ section, body:not(.index) .flex2 > section ~ section {
    margin-top: 8rem;
  }
  body:not(.index) .main > section section ~ section, body:not(.index) .flex2 > section section ~ section {
    margin-top: 6rem;
  }
  body:not(.index) .main > section > section section ~ section, body:not(.index) .flex2 > section > section section ~ section {
    margin-top: 4rem;
  }
  body:not(.index) .main > section > section > section section ~ section, body:not(.index) .flex2 > section > section > section section ~ section {
    margin-top: 4rem;
  }
}

.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid var(--clr_black);
  border-bottom: 1px solid var(--clr_black);
}
.tbl_time caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.8rem;
}
.tbl_time tr th {
  font-weight: 400;
}
.tbl_time tr th[scope=col] {
  padding: 1.4rem 0.4rem 0.4rem;
  text-align: center;
}
.tbl_time tr th[scope=col]:first-child {
  width: 30%;
}
.tbl_time tr th.time {
  padding: 0.4rem 0;
  font-weight: 400;
}
.tbl_time tr td {
  text-align: center;
  padding: 0.4rem;
  line-height: 1;
  font-size: 80%;
  color: var(--clr_gray_dark04);
}
.tbl_time tr:last-of-type td, .tbl_time tr:last-of-type th {
  padding-bottom: 1.4rem;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
  }
  .tbl_time caption {
    margin-top: 1rem;
    letter-spacing: 0.1rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 2.3rem 0 1rem;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 28%;
    letter-spacing: 0.15rem;
  }
  .tbl_time tr th[scope=col]:last-of-type {
    width: 13%;
    padding-right: 2.5%;
  }
  .tbl_time tr th.time {
    letter-spacing: 0.15rem;
    padding-top: 0.6rem;
  }
  .tbl_time tr td {
    padding: 0.6rem 0;
  }
  .tbl_time tr td:last-of-type {
    width: 13%;
    padding-right: 2.5%;
  }
  .tbl_time tr:last-of-type td, .tbl_time tr:last-of-type th {
    padding-bottom: 2.4rem;
  }
}
.gmap {
  width: 100%;
}

.tit_01 {
  font-size: 1.7rem;
  padding: 5rem 1rem 1rem;
  text-align: center;
  margin-bottom: 3.5rem;
  background: url(../img/tit_01.webp) center/auto 100% no-repeat;
  color: var(--clr_txt);
  font-weight: 400;
  line-height: 1.2;
  min-height: 14rem;
  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;
}

.tit_02 {
  font-size: 1.7rem;
  line-height: 1.2;
  margin-bottom: 4rem;
  text-align: center;
  position: relative;
  font-weight: 400;
  color: var(--clr_gray_dark04);
}
.tit_02::after {
  content: "";
  width: 1.5em;
  height: 2px;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -1.5rem;
  border-bottom: 2px solid var(--clr_black);
}

.tit_03 {
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 2rem;
  font-weight: 400;
  color: var(--clr_gray_dark04);
  padding: 0.7rem 1.5rem;
  background: var(--clr_gray);
  position: relative;
}
.tit_03::before {
  content: "";
  display: block;
  width: 2px;
  height: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: var(--clr_black);
}

.tit_04 {
  font-size: 1.5rem;
  color: var(--clr_gray_dark04);
  line-height: 1.2;
  margin-bottom: 1.5rem;
  font-weight: 400;
  padding: 0 0.5rem 0.6rem;
  border-bottom: 1px solid;
  border-image-source: linear-gradient(to right, var(--clr_black) 3.5em, var(--clr_gray) 3.5em);
  border-image-slice: 1;
}

.tit_05 {
  font-size: 1.4rem;
  color: var(--clr_gray_dark04);
  line-height: 1.2;
  margin-bottom: 1.5rem;
  padding-left: 1.8rem;
  font-weight: 400;
  position: relative;
}
.tit_05::before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background: var(--clr_gray_dark03);
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 2px var(--clr_white);
          box-shadow: inset 0 0 0 2px var(--clr_white);
  border: 1px solid var(--clr_gray_dark03);
  position: absolute;
  left: 0;
  top: 0.3rem;
}

.tit_06 {
  font-size: 1.3rem;
  color: var(--clr_gray_dark04);
  line-height: 1.2;
  margin-bottom: 1.5rem;
  font-weight: 400;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, var(--clr_orange))) repeat scroll 0 -0.2em;
  background: linear-gradient(transparent 75%, var(--clr_orange) 75%) repeat scroll 0 -0.2em;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 3.8rem;
    min-height: 39.2rem;
    margin-top: -16.209rem;
    padding: 14.5rem 1rem 2rem;
    margin-bottom: 6rem;
  }
  .tit_01 span {
    width: calc(1200px - 10rem);
    margin: 2rem auto;
  }
  .tit_02 {
    font-size: 3.6rem;
    margin-bottom: 7.5rem;
  }
  .tit_02::after {
    width: 4.3rem;
    bottom: -2.4rem;
  }
  .tit_03 {
    font-size: 2.4rem;
    margin-bottom: 3rem;
    padding: 1.3rem 2.6rem;
    letter-spacing: 0.15rem;
  }
  .tit_03::before {
    width: 3px;
  }
  .tit_04 {
    font-size: 2.2rem;
    padding-bottom: 1.2rem;
    margin-bottom: 3rem;
  }
  .tit_05 {
    font-size: 2rem;
    margin-bottom: 2rem;
    padding-left: 2.2rem;
  }
  .tit_05::before {
    width: 1.6rem;
    height: 1.6rem;
    top: 0.65rem;
  }
  .tit_06 {
    font-size: 1.8rem;
  }
}
.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.4em;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin-bottom: 1rem;
}
.lst_ul > li::before {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background: var(--clr_gray_dark03);
  position: absolute;
  left: 0;
  top: 0.4rem;
}
@media screen and (min-width: 48em), print {
  .lst_ul > li::before {
    width: 0.7em;
    height: 0.7em;
    top: 0.7rem;
  }
}
.lst_ul.-color02 > li::before {
  background: none;
  border: 1px solid var(--clr_black);
}
.lst_ul.-kome > li::before {
  content: "※";
  color: inherit;
  top: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: none;
}
.lst_ul.-check > li::before {
  font-family: "fontello";
  content: "\a003";
  left: 0.15rem;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  top: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: none;
}

.lst_ul_disc {
  line-height: 1.4;
  padding-left: 2rem;
}
.lst_ul_disc > li {
  list-style: disc;
}
.lst_ul_disc > li:not(:last-child) {
  margin-bottom: 1rem;
}
.lst_ul_disc > li::marker {
  color: var(--clr_gray_dark03);
}

.lst_ol {
  line-height: 1.4;
  counter-reset: number 0;
}
.lst_ol > li {
  counter-increment: number 1;
  padding-left: 1.3em;
  position: relative;
}
.lst_ol > li:not(:last-child) {
  margin-bottom: 1rem;
}
.lst_ol > li::before {
  content: counter(number) ".";
  color: var(--clr_gray_dark03);
  font-weight: 900;
  line-height: 1;
  position: absolute;
  top: 0.26rem;
  left: 0;
}
@media screen and (min-width: 48em), print {
  .lst_ol > li::before {
    top: 0.34rem;
  }
}

.lst_dl {
  line-height: 1.5;
  --dl_border: var(--clr_gray_dark02);
}
.lst_dl dt {
  background: var(--clr_orange_light);
  padding: 0.6rem 0.8rem;
  border-top: 1px solid var(--dl_border);
  border-right: 1px solid var(--dl_border);
  border-left: 1px solid var(--dl_border);
}
.lst_dl dd {
  margin: 0 0 0.5rem;
  padding: 0.8rem;
  border-top: 1px solid var(--dl_border);
  border-right: 1px solid var(--dl_border);
  border-left: 1px solid var(--dl_border);
  border-bottom: 1px solid var(--dl_border);
}
.lst_dl.-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lst_dl.-row dt {
  width: 36%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.lst_dl.-row dt:last-of-type {
  border-bottom: 1px solid var(--dl_border);
}
.lst_dl.-row dd {
  width: 64%;
  margin-bottom: 0;
  border-left: none;
  border-bottom: none;
}
.lst_dl.-row dd:last-of-type {
  border-bottom: 1px solid var(--dl_border);
}
@media screen and (min-width: 48em), print {
  .lst_dl dt {
    padding: 1rem 2.5rem;
  }
  .lst_dl dd {
    padding: 1.5rem 2.5rem;
  }
  .lst_dl.-row dt {
    width: 30%;
    padding: 1.5rem 2.5rem;
  }
  .lst_dl.-row dd {
    width: 70%;
  }
}

.lst_dl02 dt {
  font-weight: 900;
  color: var(--clr_gray_dark04);
}
.lst_dl02 dd {
  margin-bottom: 1rem;
}
.lst_dl02 dd:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .lst_dl02 {
    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_dl02 dt {
    width: 8.5em;
  }
  .lst_dl02 dd {
    width: calc(100% - 8.5em);
    padding-left: 1rem;
  }
}

.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;
  padding: 0 0.5rem 0.6rem 1.8rem;
  border-bottom: 1px solid var(--clr_border);
  position: relative;
  line-height: 1.4;
  text-decoration: none !important;
}
.lst_anc > li a::before {
  font-family: "fontello";
  content: "\f103";
  position: absolute;
  left: 0.5rem;
  bottom: 0.6rem;
}
.lst_anc > li a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 48em), print {
  .lst_anc {
    gap: 2rem;
  }
  .lst_anc > li {
    width: calc((100% - 4rem) / 3);
  }
  .lst_anc.-col4 > li {
    width: calc((100% - 6rem) / 4);
  }
}

.flow > dd {
  margin: 0;
  position: relative;
}
.flow > dd:not(:last-child) {
  margin: 0 0 6rem;
}
.flow > dd:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 1.8rem solid var(--clr_gray_dark03);
  border-right: 1.3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 1.3rem solid transparent;
  margin: auto;
}
@media screen and (min-width: 48em), print {
  .flow > dd:not(:last-child) {
    margin: 0 0 9rem;
  }
  .flow > dd:not(:last-child)::after {
    bottom: -7rem;
    border-top: 3rem solid var(--clr_gray_dark03);
    border-right: 2rem solid transparent;
    border-left: 2rem solid transparent;
  }
}

.flow_ol {
  counter-reset: number 0;
}
.flow_ol > li {
  border: 1px solid var(--clr_border);
  padding: 1.5rem;
  counter-increment: number 1;
  position: relative;
}
.flow_ol > li:not(:last-child) {
  margin: 0 0 6rem;
}
.flow_ol > li:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 1.8rem solid var(--clr_gray_dark03);
  border-right: 1.3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 1.3rem solid transparent;
  margin: auto;
}
@media screen and (min-width: 48em), print {
  .flow_ol > li:not(:last-child) {
    margin: 0 0 9rem;
  }
  .flow_ol > li:not(:last-child)::after {
    bottom: -7rem;
    border-top: 3rem solid var(--clr_gray_dark03);
    border-right: 2rem solid transparent;
    border-left: 2rem solid transparent;
  }
}
.flow_ol > li .flow_tit {
  padding-bottom: 0.4rem;
  padding-left: 2.2em;
  margin-bottom: 0.4rem;
  display: block;
  font-size: 1.5rem;
  line-height: 1.6;
  color: var(--clr_gray_dark04);
}
.flow_ol > li .flow_tit::before {
  display: inline-block;
  content: counter(number, decimal-leading-zero);
  position: absolute;
  top: 1.2rem;
  left: 1rem;
  background: var(--clr_gray_dark03);
  color: var(--clr_white);
  border-radius: 50%;
  font-weight: 900;
  letter-spacing: 0.1rem;
  line-height: 1;
  text-align: center;
  width: 2em;
  height: 2em;
  display: -ms-grid;
  display: grid;
  place-content: center;
}
@media screen and (min-width: 48em), print {
  .flow_ol > li {
    padding: 2rem 4rem 2rem 9rem;
  }
  .flow_ol > li .flow_tit {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    padding-left: 0;
    line-height: 1.9;
  }
  .flow_ol > li .flow_tit::before {
    top: 1.4rem;
    left: 1.8rem;
    width: 5.2rem;
    height: 5.2rem;
    font-size: 2.4rem;
  }
}

.card_lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5rem;
  margin-top: 0.4rem;
}
.card_lst li {
  width: calc((100% - 2.5rem) / 6);
}
.card_lst li img {
  width: 100%;
  height: auto;
  max-width: 6rem;
}
.card_lst.-sp_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 48em), print {
  .card_lst li {
    width: auto;
  }
  .card_lst li img {
    margin: 0.4rem 0.8rem;
    max-width: 8rem;
  }
  .card_lst.-sp_center {
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
  }
  .card_lst.-pc_center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

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

@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 {
  display: inline-block;
  color: var(--clr_txt);
  border: 1px solid var(--clr_black);
  border-radius: 50vh;
  padding: 0.7rem 3rem;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.tel::before {
  display: inline-block;
  font-family: "fontello";
  content: "\a015";
  margin-right: 0.7rem;
  color: var(--clr_gray_dark03);
}
@media screen and (min-width: 48em), print {
  .tel {
    padding: 1.32rem 3.3rem;
    font-size: 1.8rem;
  }
  .tel::before {
    margin-right: 1rem;
  }
  .tel:not(.tel):hover {
    border-color: var(--clr_gray);
    background: var(--clr_gray);
  }
}
.tel {
  font-size: 103.6%;
  background: var(--clr_white);
  border: none;
  font-weight: 400;
  letter-spacing: 0.05rem;
  -webkit-box-shadow: 0px 0px 12px -3px rgba(var(--rgb_shadow), 0.3);
          box-shadow: 0px 0px 12px -3px rgba(var(--rgb_shadow), 0.3);
}
.tel::before {
  content: "tel.";
  font-size: 80%;
  margin-right: 0.2rem;
  letter-spacing: 0;
}
@media screen and (min-width: 48em), print {
  .tel {
    font-size: 3rem;
    letter-spacing: 0.3rem;
  }
  .tel::before {
    font-size: 55%;
    letter-spacing: 0.1rem;
  }
}

.rsv {
  display: inline-block;
  color: var(--clr_txt);
  border: 1px solid var(--clr_black);
  border-radius: 50vh;
  padding: 0.7rem 3rem;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.rsv::before {
  display: inline-block;
  font-family: "fontello";
  content: "\a015";
  margin-right: 0.7rem;
  color: var(--clr_gray_dark03);
}
@media screen and (min-width: 48em), print {
  .rsv {
    padding: 1.32rem 3.3rem;
    font-size: 1.8rem;
  }
  .rsv::before {
    margin-right: 1rem;
  }
  .rsv:not(.tel):hover {
    border-color: var(--clr_gray);
    background: var(--clr_gray);
  }
}
.rsv {
  background: var(--clr_black);
  color: var(--clr_white);
  -webkit-box-shadow: 0px 0px 12px -3px rgba(var(--rgb_shadow), 0.3);
          box-shadow: 0px 0px 12px -3px rgba(var(--rgb_shadow), 0.3);
}
.rsv::before {
  font-family: "fontello";
  content: "\a002";
  font-size: 110%;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  color: var(--clr_white);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 48em), print {
  .rsv {
    letter-spacing: 0.16rem;
  }
  .rsv::before {
    font-size: 120%;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  .rsv:hover {
    opacity: 1;
    color: var(--clr_txt);
    border-color: rgba(var(--rgb_black), 0.3) !important;
  }
  .rsv:hover::before {
    color: var(--clr_gray_dark03);
  }
}

.tel_rsv {
  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;
  gap: 0 0.6rem;
}
.tel_rsv > li {
  height: 3.8rem;
}
.tel_rsv > li .tel, .tel_rsv > li .rsv {
  padding: 0 1.5rem;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tel_rsv > li .tel::before {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
@media screen and (min-width: 48em), print {
  .tel_rsv {
    gap: 0 1.4rem;
  }
  .tel_rsv > li {
    height: 6.6rem;
  }
  .tel_rsv > li .tel, .tel_rsv > li .rsv {
    padding: 0 3.2rem;
  }
  .tel_rsv > li .tel::before {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
}

.acs .num {
  display: inline-block;
  font-size: 125%;
  line-height: 1;
  margin: 0 0.1rem;
}
@media screen and (min-width: 48em), print {
  .acs .num {
    font-size: 150%;
  }
}

.box {
  padding: 1.5rem;
  background: var(--clr_orange);
}
.box .box_tit {
  margin-bottom: 1rem;
  font-size: 1.3rem;
  line-height: 1.3;
  color: var(--clr_gray_dark04);
  font-weight: 400;
}
.box.-border {
  background: none;
  border: 1px solid var(--clr_black);
}
.box section ~ section {
  margin-top: 2rem !important;
}
@media screen and (min-width: 48em), print {
  .box {
    padding: 2rem 3rem;
  }
  .box .box_tit {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
  .box.-fit_content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .box section ~ section {
    margin-top: 4rem !important;
  }
}

.btn {
  display: inline-block;
  color: var(--clr_txt);
  border: 1px solid var(--clr_black);
  border-radius: 50vh;
  padding: 0.7rem 3rem;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn::before {
  display: inline-block;
  font-family: "fontello";
  content: "\a015";
  margin-right: 0.7rem;
  color: var(--clr_gray_dark03);
}
@media screen and (min-width: 48em), print {
  .btn {
    padding: 1.32rem 3.3rem;
    font-size: 1.8rem;
  }
  .btn::before {
    margin-right: 1rem;
  }
  .btn:not(.tel):hover {
    border-color: var(--clr_gray);
    background: var(--clr_gray);
  }
}

.lnk {
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
  color: var(--clr_brown);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.lnk::after {
  content: "≫";
  padding-left: 0.2rem;
  display: inline-block;
}
@media screen and (min-width: 48em), print {
  .lnk::after {
    padding-left: 0.4rem;
  }
}
.lnk:hover {
  opacity: 0.7;
  text-decoration: none;
}
.lnk.out::after {
  font-family: "fontello";
  content: "\f08e";
}
.lnk.pdf::after {
  font-family: "fontello";
  content: "\f1c1";
}

.txt_lnk {
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
  color: var(--clr_brown);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.txt_lnk:hover {
  opacity: 0.7;
  text-decoration: none;
}

.tbl {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.5;
}
.tbl caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl tr th {
  text-align: center;
  padding: 1rem;
  font-weight: 400;
  border: 1px solid var(--clr_border);
  background: var(--clr_orange_light);
}
.tbl tr td {
  text-align: left;
  padding: 1rem;
  border: 1px solid var(--clr_border);
}
.tbl tr .nowrap {
  width: 0;
  white-space: nowrap;
}
.tbl thead tr th {
  background: var(--clr_orange);
  text-align: center;
}
.tbl.-price tr th {
  background: var(--clr_gray_light);
}
.tbl.-price tr td {
  border: 1px solid var(--clr_border);
}
.tbl.-price tr td.price {
  text-align: right;
}
.tbl.-price thead tr th {
  background: var(--clr_gray);
}

@media screen and (min-width: 48em), print {
  .tbl tr th {
    padding: 1rem 2.5rem;
  }
  .tbl tr td {
    padding: 1rem 2.5rem;
  }
}
.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.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: #000;
}
.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: var(--clr_white);
  color: var(--clr_txt);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgba(var(--rgb_gray_light), 0.8);
  backdrop-filter: blur(0.6rem);
  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;
  text-decoration: none;
}

.main {
  font-size: 1.2rem;
  line-height: 2;
}

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

@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;
  }
  .main {
    font-size: 1.6rem;
    line-height: 1.9;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    text-decoration: none;
  }
  .wrap {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .wrap.-narrow {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
:target {
  scroll-margin-top: var(--scroll-margin);
}

.header {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1rem, var(--clr_white)), color-stop(1rem, var(--clr_white)), color-stop(rgba(var(--rgb_white), 0.48)), to(transparent));
  background: linear-gradient(to bottom, var(--clr_white) 1rem, var(--clr_white) 1rem, rgba(var(--rgb_white), 0.48), transparent);
}
.header .wrap {
  padding: 1rem 0;
}
.header .wrap .logo {
  width: calc(100% - 5.6rem);
  height: 4.6rem;
}
.header .wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
}
.header .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
  color: transparent;
}

@media screen and (min-width: 48em), print {
  .header {
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(var(--clr_white)), color-stop(2rem, var(--clr_white)), color-stop(rgba(var(--rgb_white), 0.48)), to(transparent));
    background: linear-gradient(to bottom, var(--clr_white), var(--clr_white) 2rem, rgba(var(--rgb_white), 0.48), transparent);
  }
  .header .wrap {
    margin: 0 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;
    padding: 2.5rem 1rem 0;
  }
  .header .wrap .logo {
    width: 39rem;
    height: 5.552rem;
  }
  .header .wrap .headR {
    width: calc(100% - 40rem);
  }
  .header .wrap .headR .add {
    text-align: right;
    font-size: 1.6rem;
    margin-right: 0.2rem;
    letter-spacing: 0.15rem;
  }
  .header .wrap .headR .tel {
    border: none;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    font-size: 3.4rem;
    line-height: 1.65;
  }
}
#nav {
  width: 100vw;
}
#nav #sp_menu {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  padding: 0;
  position: fixed;
  top: 1.2rem;
  right: 1rem;
  z-index: 9999;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: transparent;
}
#nav #sp_menu.-scroll {
  background: var(--clr_gray);
}
#nav #sp_menu.-close {
  background: transparent;
}
#nav #sp_menu .btn-line {
  display: block;
  position: absolute;
  top: 1.2rem;
  left: 0;
  right: 0;
  width: 2.4rem;
  height: 1px;
  background-color: var(--clr_black);
  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: 2.8rem;
}
#nav #sp_menu.-active .btn-line:nth-of-type(1) {
  -webkit-animation: menu-bar01 0.6s forwards;
          animation: menu-bar01 0.6s forwards;
}
#nav #sp_menu.-active .btn-line:nth-of-type(2) {
  -webkit-transition: all 0.25s 0.25s;
  transition: all 0.25s 0.25s;
  opacity: 1;
}
#nav #sp_menu.-active .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(0.8rem) rotate(45deg);
            transform: translateY(0.8rem) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(0.8rem) rotate(0);
            transform: translateY(0.8rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(0.8rem) rotate(45deg);
            transform: translateY(0.8rem) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(0.8rem) rotate(0);
            transform: translateY(0.8rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-0.8rem) rotate(-45deg);
            transform: translateY(-0.8rem) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-0.8rem) rotate(0);
            transform: translateY(-0.8rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-0.8rem) rotate(-45deg);
            transform: translateY(-0.8rem) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-0.8rem) rotate(0);
            transform: translateY(-0.8rem) 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(0.8rem) rotate(0);
            transform: translateY(0.8rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0.8rem) rotate(45deg);
            transform: translateY(0.8rem) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(0.8rem) rotate(0);
            transform: translateY(0.8rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0.8rem) rotate(45deg);
            transform: translateY(0.8rem) rotate(45deg);
  }
}
@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-0.8rem) rotate(0);
            transform: translateY(-0.8rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-0.8rem) rotate(-45deg);
            transform: translateY(-0.8rem) rotate(-45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-0.8rem) rotate(0);
            transform: translateY(-0.8rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-0.8rem) rotate(-45deg);
            transform: translateY(-0.8rem) rotate(-45deg);
  }
}
@media screen and (min-width: 48em), print {
  #nav {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 9999;
  }
  #nav #sp_menu {
    display: none;
  }
}

.gnav_subnav {
  opacity: 0;
  visibility: hidden;
  width: calc(100% - 3rem);
  max-height: calc(100svh - 4rem - 6rem - 1rem);
  overflow-y: auto;
  position: fixed;
  top: 6rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.gnav_subnav.-active {
  z-index: 9998;
  -webkit-animation: active-menu 0.45s cubic-bezier(0.03, 0.1, 0.15, 0.78) forwards;
          animation: active-menu 0.45s cubic-bezier(0.03, 0.1, 0.15, 0.78) forwards;
}
.gnav_subnav.-close {
  -webkit-animation: close-menu 0.45s cubic-bezier(0.03, 0.1, 0.15, 0.78) forwards;
          animation: close-menu 0.45s cubic-bezier(0.03, 0.1, 0.15, 0.78) forwards;
}
@-webkit-keyframes active-menu {
  0% {
    top: 3rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  100% {
    top: 5.9rem;
    opacity: 1;
    visibility: visible;
  }
}
@keyframes active-menu {
  0% {
    top: 3rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  100% {
    top: 5.9rem;
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes close-menu {
  0% {
    top: 5.9rem;
    opacity: 1;
    visibility: visible;
  }
  100% {
    top: 3rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
@keyframes close-menu {
  0% {
    top: 5.9rem;
    opacity: 1;
    visibility: visible;
  }
  100% {
    top: 3rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
.gnav_subnav .gnav > li a, .gnav_subnav .gnav > li .sub {
  display: block;
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-size: 1.3rem;
}
.gnav_subnav .gnav > li a.current, .gnav_subnav .gnav > li .sub.current {
  color: var(--clr_brown);
}
.gnav_subnav .gnav > li .sub {
  position: relative;
}
.gnav_subnav .gnav > li .sub::after {
  font-family: "fontello";
  content: "\a018";
  display: block;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.gnav_subnav .gnav > li .sub.close::after {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.gnav_subnav .gnav > li .subbox {
  display: none;
  background: var(--clr_white);
  -webkit-box-shadow: 0 0 5px rgba(var(--rgb_black), 0.1);
          box-shadow: 0 0 5px rgba(var(--rgb_black), 0.1);
}
.gnav_subnav .gnav > li .subbox .subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gnav_subnav .gnav > li .subbox .subnav li {
  width: 50%;
  border-bottom: 1px solid var(--clr_border);
}
.gnav_subnav .gnav > li .subbox .subnav li:last-of-type {
  border-bottom: none;
}
.gnav_subnav .gnav > li .subbox .subnav li:nth-last-child(2):nth-of-type(odd) {
  border-bottom: none;
}
.gnav_subnav .gnav > li .subbox .subnav li:nth-of-type(odd) {
  border-right: 1px solid var(--clr_border);
}
.gnav_subnav .gnav > li .subbox .subnav li a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 1rem;
  font-size: 1.1rem;
  color: var(--clr_txt);
}
.gnav_subnav .gnav > li .subbox .subnav li a.current {
  background: var(--clr_black);
  color: var(--clr_white);
}
@media screen and (min-width: 48em), print {
  .gnav_subnav {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 100%;
    max-height: inherit;
    overflow-y: visible;
    padding: 1.6rem 0;
    position: static;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .gnav_subnav.-scroll {
    background: rgba(var(--rgb_white), 0.8);
    backdrop-filter: blur(0.6rem);
  }
  .gnav_subnav .gnav {
    width: 1200px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: none;
    padding: 0 1rem;
  }
  .gnav_subnav .gnav li {
    position: relative;
  }
  .gnav_subnav .gnav li.hide {
    display: none;
  }
  .gnav_subnav .gnav li a, .gnav_subnav .gnav li .sub {
    text-align: center;
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
    letter-spacing: 0.04rem;
    cursor: pointer;
  }
  .gnav_subnav .gnav li a::after, .gnav_subnav .gnav li .sub::after {
    display: inline-block;
    margin: 0 0 0 1rem;
    position: static;
  }
  .gnav_subnav .gnav li a.current, .gnav_subnav .gnav li .sub.current {
    color: inherit;
  }
  .gnav_subnav .gnav li a:hover, .gnav_subnav .gnav li .sub:hover {
    color: var(--clr_brown);
    opacity: 1;
  }
  .gnav_subnav .gnav li .subbox {
    width: auto;
    position: absolute;
    top: 4rem;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    width: 51rem;
  }
  .gnav_subnav .gnav li .subbox > .subnav li a {
    font-size: 1.6rem;
    padding: 1rem 0.5rem;
    min-height: 5rem;
  }
  .gnav_subnav .gnav li .subbox > .subnav li a br {
    display: none;
  }
  .gnav_subnav .gnav li .subbox > .subnav li a:hover {
    background: var(--clr_black);
    color: var(--clr_white);
    opacity: 1;
  }
}

.overview {
  margin-top: 4rem;
  padding: 3rem 0;
  font-size: 1.2rem;
  line-height: 1.6;
  position: relative;
  z-index: 0;
}
.overview::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/simbol.png") top -6rem left -6rem/90% auto no-repeat, var(--clr_gray_light);
  border-radius: 0 120px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
.overview .clinic_name {
  text-align: center;
  margin: 0 0 0.8rem;
}
.overview .clinic_name img {
  max-width: 70%;
  margin: auto;
}
.overview .overview_add {
  text-align: center;
  font-size: 1.1rem;
  margin: 0 0 2rem;
}
.overview .tel_rsv {
  margin: 2rem auto 3rem;
}
.overview .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;
  gap: 1.5rem 1rem;
}
.overview .gaiyo dt {
  width: 7.5em;
  letter-spacing: 0.05rem;
}
.overview .gaiyo dd {
  width: calc(100% - 7.5em - 1rem);
  letter-spacing: 0.075rem;
}
.overview .tbl_time {
  margin: 2rem 0;
}
.overview .gmap {
  height: 100vw;
}
.overview .btn_map {
  text-align: center;
  margin-top: 2rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    margin-top: 13rem;
    padding: 5.5rem 0 7.5rem;
    font-size: 1.6rem;
    overflow: hidden;
  }
  .overview::after {
    width: calc(1200px + (100vw - 1200px) / 2 + 80rem);
    background: url("../img/simbol.png") top -16.5rem left calc(50% - 58rem)/75.541rem auto no-repeat, var(--clr_gray_light);
    border-radius: 0px 590px 0px 0px/0px 597px 0px 0px;
    right: calc(50% - 100rem);
  }
  .overview .clinic_name {
    margin: 0 0 2rem;
  }
  .overview .clinic_name img {
    width: 53rem;
  }
  .overview .overview_add {
    font-size: 1.6rem;
    margin: 0 0 5rem;
    letter-spacing: 0.15rem;
  }
  .overview .tel_rsv {
    margin: 2rem auto;
  }
  .overview .tel_rsv .tel {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .overview .overview_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 6rem auto 0;
  }
  .overview .overview_flex .overviewL {
    width: 48%;
  }
  .overview .overview_flex .overviewR {
    width: 50%;
  }
  .overview .gaiyo {
    gap: 4.7rem 1.5rem;
    font-size: 1.8rem;
  }
  .overview .gaiyo dt {
    width: 14rem;
    letter-spacing: 0.15rem;
  }
  .overview .gaiyo dd {
    width: calc(100% - 14rem - 1.5rem);
    letter-spacing: 0.18rem;
  }
  .overview .tbl_time {
    margin: 7.5rem 0 0;
    width: 48rem;
  }
  .overview .tbl_time caption {
    margin-top: 1.7rem;
  }
  .overview .tbl_time tr th.time {
    padding-top: 1rem;
  }
  .overview .gmap {
    height: 56.5rem;
  }
  .overview .btn_map {
    margin-top: 6rem;
  }
  .overview .btn_map .btn {
    letter-spacing: 0.15rem;
    padding: 1.8rem 6rem;
  }
}
#tel_up {
  width: calc(100% - 1.2rem);
  height: 3.8rem;
  position: fixed;
  bottom: 0.4rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.6rem;
}
#tel_up ul {
  width: calc(100% - 4.4rem);
  height: 100%;
  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;
  gap: 0 0.6rem;
}
#tel_up ul li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 40%;
}
#tel_up ul li .tel, #tel_up ul li .rsv {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
  padding: 0 1rem;
}
#tel_up ul li:has(.tel) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#tel_up ul li .tel {
  font-size: 140%;
}
#tel_up ul li .tel::before {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
#tel_up #pageup {
  display: block;
  width: 3.8rem;
  height: 3.8rem;
  position: relative;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\a020";
  font-size: 1.3rem;
  width: 100%;
  height: 100%;
  color: var(--clr_txt);
  background: var(--clr_white);
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid var(--clr_txt);
  border-radius: 50%;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
#tel_up #pageup .clip {
  clip-path: inset(50%);
  color: transparent;
  font-size: 0;
}

@media screen and (min-width: 48em), print {
  #tel_up {
    width: auto;
    height: 6.6rem;
    bottom: 3rem;
    right: 3rem;
    left: auto;
    margin: 0;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    gap: 0 1.4rem;
  }
  #tel_up ul {
    width: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0 1.4rem;
  }
  #tel_up ul li {
    height: 100%;
    min-width: unset;
    width: 18rem;
  }
  #tel_up ul li .tel, #tel_up ul li .rsv {
    font-size: 1.8rem;
  }
  #tel_up ul li:has(.tel) {
    -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
    width: 28.5rem;
  }
  #tel_up ul li .tel {
    font-size: 3rem;
  }
  #tel_up ul li .tel::before {
    font-size: 1.6rem;
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  #tel_up #pageup {
    width: 6.6rem;
    height: 6.6rem;
  }
  #tel_up #pageup::before {
    font-size: 2.3rem;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-box-shadow: 0px 0px 12px -3px rgba(var(--rgb_shadow), 0.3);
            box-shadow: 0px 0px 12px -3px rgba(var(--rgb_shadow), 0.3);
  }
  #tel_up #pageup:hover::before {
    background: var(--clr_gray);
  }
}
.footer {
  padding: 0 0 4.2rem;
  background: var(--clr_gray_light);
}
.footer .copy {
  text-align: center;
  display: block;
  padding: 1rem;
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
}
.footer .footer_nav {
  display: none;
}
.footer .footer_nav ul li a br {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 10.5rem 0 12rem;
    border-top: 1px solid var(--clr_border);
  }
  .footer .copy {
    padding: 7.5rem 1rem 0;
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
  }
  .footer .footer_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer .footer_nav .gnav {
    width: 32.6rem;
    padding: 0 1rem 0 7.7rem;
    border-right: 1px solid var(--clr_border);
  }
  .footer .footer_nav .gnav > li:not(:last-of-type) {
    margin-bottom: 2rem;
  }
  .footer .footer_nav .gnav > li.treatment {
    display: none;
  }
  .footer .footer_nav .gnav > li a {
    text-align: left;
    font-size: 1.6rem;
    letter-spacing: 0.15rem;
  }
  .footer .footer_nav .gnav > li a:hover {
    text-decoration: underline;
  }
  .footer .footer_nav .subnav {
    width: calc(100% - 32.6rem - 5.3rem);
    padding-right: 3rem;
  }
  .footer .footer_nav .subnav dt {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  .footer .footer_nav .subnav dd > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem 2.5rem;
  }
  .footer .footer_nav .subnav dd > ul > li::before {
    display: inline-block;
    content: "";
    background: var(--clr_txt);
    width: 5px;
    height: 2px;
    margin-right: 0.7rem;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .footer .footer_nav .subnav dd > ul > li a {
    font-size: 1.6rem;
  }
  .footer .footer_nav .subnav dd > ul > li a:hover {
    text-decoration: underline;
  }
}
.keyvsl {
  width: 100%;
  position: relative;
}
.keyvsl #keyvsl {
  width: 100%;
  height: 100svh;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl .slick-list div img {
  height: 100svh !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 45%;
     object-position: 45%;
}
.keyvsl #keyvsl .slick-dots {
  position: relative;
  z-index: 2;
  margin: -2.2rem auto;
}
.keyvsl #keyvsl .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.6rem;
}
.keyvsl #keyvsl .slick-dots li button {
  background: var(--clr_gray_dark03);
}
.keyvsl .kv_content {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  pointer-events: none;
  padding: 1rem 1rem 6rem;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.keyvsl .kv_content .catch_copy {
  color: var(--clr_txt);
  font-size: 1.5rem;
  line-height: 1.25;
  letter-spacing: 0.3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 1rem;
  position: relative;
  z-index: 0;
}
.keyvsl .kv_content .catch_copy::before, .keyvsl .kv_content .catch_copy:after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2rem;
  background: url("../img/a_quotation.png") center center/contain no-repeat;
  position: absolute;
  z-index: -1;
}
.keyvsl .kv_content .catch_copy::before {
  top: -1rem;
  left: -1rem;
}
.keyvsl .kv_content .catch_copy::after {
  bottom: 0.8rem;
  right: -1rem;
}
.keyvsl .kv_content .catch_copy span {
  display: block;
  font-size: 0.9rem;
  margin-top: 1rem;
  letter-spacing: 0.1rem;
}
.keyvsl .kv_content .pickup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  margin-top: 2.5rem;
  margin-left: 0.8rem;
}
.keyvsl .kv_content .pickup > li {
  width: calc((100% - 3rem) / 3);
  aspect-ratio: 1/1;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 0;
  background: var(--clr_white);
  line-height: 1.3;
  font-size: 1.1rem;
  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;
  padding-bottom: 0.8rem;
  padding-right: 0.4rem;
  letter-spacing: 0.05rem;
}
.keyvsl .kv_content .pickup > li::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -0.4rem;
  z-index: -1;
  border: 1px solid var(--clr_black);
}
.keyvsl .kv_content .pickup > li::before {
  font-size: 1.6rem;
  margin-bottom: 0.3rem;
  display: block;
}
.keyvsl .kv_content .pickup > li.acs::before {
  font-family: "fontello";
  content: "\a001";
}
.keyvsl .kv_content .pickup > li.rsv24::before {
  font-family: "fontello";
  content: "\a002";
}

@media screen and (min-width: 48em), print {
  .keyvsl {
    margin-top: -16.209rem;
  }
  .keyvsl #keyvsl {
    height: 94rem;
    max-width: 200rem;
    margin-left: auto;
    margin-right: auto;
  }
  .keyvsl #keyvsl .slick-list div img {
    height: 94rem !important;
    -o-object-position: top;
       object-position: top;
  }
  .keyvsl #keyvsl .slick-dots {
    margin-top: -3rem;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  .keyvsl .kv_content {
    padding: 16rem 2rem 10rem;
    width: 1200px;
  }
  .keyvsl .kv_content .catch_copy {
    font-size: 2.8rem;
    line-height: 1.25;
    letter-spacing: 0.55rem;
    margin-left: 2.5rem;
  }
  .keyvsl .kv_content .catch_copy::before, .keyvsl .kv_content .catch_copy::after {
    width: 5.075rem;
    height: 4.388rem;
  }
  .keyvsl .kv_content .catch_copy::before {
    top: -2.7rem;
    left: -2.5rem;
  }
  .keyvsl .kv_content .catch_copy::after {
    bottom: 0.5rem;
    right: -2.5rem;
  }
  .keyvsl .kv_content .catch_copy span {
    font-size: 1.2rem;
    margin-top: 2rem;
    letter-spacing: 0.2rem;
  }
  .keyvsl .kv_content .pickup {
    gap: 4rem;
    margin-top: 3rem;
    margin-left: 1.5rem;
  }
  .keyvsl .kv_content .pickup > li {
    width: 16.3rem;
    line-height: 1.3;
    font-size: 1.8rem;
    letter-spacing: 0.35rem;
    padding-bottom: 2.8rem;
    padding-right: 0.6rem;
  }
  .keyvsl .kv_content .pickup > li::after {
    left: -0.8rem;
  }
  .keyvsl .kv_content .pickup > li::before {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
}
.top_tit02 {
  color: var(--clr_txt);
  font-size: 1.3rem;
  line-height: 1.2;
  margin-bottom: 3.5rem;
  font-weight: 400;
}
.top_tit02::before {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  content: attr(data-ruby);
  color: var(--clr_gray_dark03);
  padding: 0 0 0.7rem;
  font-size: 3.8rem;
  display: block;
  letter-spacing: 0.65rem;
}

@media screen and (min-width: 48em), print {
  .top_tit02 {
    font-size: 1.8rem;
    margin-bottom: 7rem;
    letter-spacing: 0.1rem;
  }
  .top_tit02::before {
    font-size: 6rem;
    letter-spacing: 1.15rem;
    padding-bottom: 1.9rem;
  }
  .top_tit02.-center {
    text-align: center;
  }
}
.index_philosophy {
  padding: 4rem 0 1rem;
  overflow: hidden;
}
.index_philosophy .top_tit02 {
  padding-top: 2rem;
  position: relative;
}
.index_philosophy .top_tit02::after {
  content: "";
  display: block;
  width: 4rem;
  height: 3.5rem;
  background: url("../img/a_quotation.png") center center/contain no-repeat;
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
@media screen and (min-width: 48em), print {
  .index_philosophy .top_tit02::after {
    width: 9.3rem;
    height: 8.041rem;
  }
}
.index_philosophy .top_tit02::after {
  background-image: url("../img/a_quotation_gray.png");
  top: 0;
  left: -0.5rem;
}
.index_philosophy .wrap {
  padding-bottom: 5.5rem;
  position: relative;
  z-index: 0;
}
.index_philosophy .wrap::after {
  content: "";
  display: block;
  width: 85%;
  height: calc(100% - 8.5rem);
  position: absolute;
  right: -1.5rem;
  top: 8.5rem;
  z-index: -1;
  background: url("../img/a_quotation.png") right 2.5rem bottom 3rem/4rem auto no-repeat, var(--clr_gray_light);
  border-radius: 200px 0 0 0;
  pointer-events: none;
}
.index_philosophy .wrap .philosophy_content p {
  line-height: 2.4;
}
@media screen and (min-width: 48em), print {
  .index_philosophy {
    padding: 11.5rem 0 5rem;
  }
  .index_philosophy .top_tit02 {
    padding-top: 5rem;
    margin-bottom: 9.5rem;
  }
  .index_philosophy .top_tit02::after {
    left: -2.5rem;
  }
  .index_philosophy .wrap {
    padding-bottom: 8rem;
  }
  .index_philosophy .wrap::after {
    width: calc(1200px + (100vw - 1200px) / 2 + 70rem);
    height: calc(100% - 1.5rem);
    top: 1.5rem;
    right: auto;
    left: 50rem;
    background: url("../img/a_quotation.png") left 8rem bottom 3rem/9.3rem auto no-repeat, var(--clr_gray_light);
    border-radius: 380px 0 0 0/390px 0 0 0;
  }
  .index_philosophy .wrap .philosophy_content {
    width: 85rem;
  }
  .index_philosophy .wrap .philosophy_content p {
    letter-spacing: 0.16rem;
    line-height: 2.73;
  }
}

.info {
  padding: 4rem 0 4rem;
  overflow: hidden;
}
.info .top_tit02 {
  position: relative;
  margin-bottom: 2rem;
}
.info .top_tit02::after {
  content: "";
  display: block;
  border-radius: 50%;
  width: 13rem;
  aspect-ratio: 1/1;
  background: var(--clr_orange_light);
  position: absolute;
  top: -4rem;
  left: -5rem;
  z-index: -1;
}
.info dl {
  line-height: 1.8;
  border-bottom: 1px solid var(--clr_border);
}
.info dl dt {
  margin: 0 0 1.6rem;
  cursor: pointer;
  font-size: 1.3rem;
  padding-top: 1rem;
  color: var(--clr_gray_dark04);
}
.info dl dt .day {
  color: var(--clr_gray_dark);
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1;
}
.info dl dt > div {
  position: relative;
  padding-left: 1.8rem;
}
.info dl dt > div::before {
  font-family: "fontello";
  content: "\a016";
  font-weight: 400;
  position: absolute;
  top: 0.15rem;
  left: 0;
  color: var(--clr_gray_dark04);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.info dl dt.open > div::before {
  -webkit-transform: scale(1, -1) translateY(2px);
          transform: scale(1, -1) translateY(2px);
}
.info dl dt:not(:first-of-type) {
  border-top: 1px solid var(--clr_border);
}
.info dl dd {
  margin: -1rem 0 1.6rem;
  word-wrap: break-word;
}
.info dl dd:not(:nth-of-type(-n+3)) {
  display: none;
}
.info dl dd a {
  text-decoration: underline;
  color: var(--clr_brown);
}
.info dl dd a:hover {
  opacity: 0.7;
  text-decoration: none;
}

@media screen and (min-width: 48em), print {
  .info {
    padding: 4rem 0 8rem;
  }
  .info .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .info .wrap .top_tit02 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-top: 7.5rem;
    padding-left: 9rem;
  }
  .info .wrap .top_tit02::after {
    width: 29.6rem;
    top: -2rem;
    left: -9rem;
  }
  .info .wrap dl {
    width: 81.35rem;
  }
  .info .wrap dl dt {
    margin: 0 0 1.6rem;
    padding: 1.6rem 0 0;
    letter-spacing: 0.16rem;
  }
  .info .wrap dl dt .day {
    font-size: 1.4rem;
    padding-left: 0.6rem;
  }
  .info .wrap dl dt > div {
    font-size: 2rem;
    padding-left: 3rem;
  }
  .info .wrap dl dd {
    margin: -1.1rem 0 1.6rem;
    padding: 0;
    letter-spacing: 0.15rem;
  }
}
.rsv_timetbl {
  margin: 2rem 0;
  border: 1px solid var(--clr_border);
  padding: 2.5rem 1.5rem;
}
.rsv_timetbl .rsv_add .rsv {
  margin-bottom: 0.7rem;
}
.rsv_timetbl .rsv_add p {
  margin: 0.8rem 0 0;
  text-align: center;
  line-height: 1.5;
}
.rsv_timetbl .timetbl {
  margin: 2rem auto 0;
}
@media screen and (min-width: 48em), print {
  .rsv_timetbl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 4rem auto;
    padding: 7.5rem 4rem;
  }
  .rsv_timetbl .rsv_add {
    width: 50%;
    padding: 2rem 5.5rem 4rem 0rem;
    border-right: 1px solid var(--clr_border);
  }
  .rsv_timetbl .rsv_add .rsv {
    margin-bottom: 1.15rem;
  }
  .rsv_timetbl .rsv_add p {
    margin-top: 2.2rem;
    letter-spacing: 0.15rem;
  }
  .rsv_timetbl .timetbl {
    width: 50%;
    padding: 1.5rem 1.5rem 0 5.5rem;
  }
}

.index_medical {
  padding: 3rem 0 4rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5rem, transparent), color-stop(5rem, var(--clr_orange_light)));
  background: linear-gradient(to bottom, transparent 5rem, var(--clr_orange_light) 5rem);
}
.index_medical nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.3rem 0;
  margin: 0 2rem 0 2.3rem;
}
.index_medical nav > ul > li {
  width: 100%;
}
.index_medical nav > ul > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
  min-height: 6rem;
  width: 100%;
  height: 100%;
  background: url("../img/icon_arrow.svg") right 1.5rem top 46%/1.4rem auto no-repeat, var(--clr_white);
  border-radius: 50vh;
  position: relative;
  z-index: 1;
  padding: 1rem 4rem 1.3rem 7rem;
  text-align: center;
  font-size: 1.3rem;
}
.index_medical nav > ul > li a span {
  font-size: 95%;
}
.index_medical nav > ul > li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -0.3rem;
  top: -0.3rem;
  border: 1px solid var(--clr_black);
  z-index: -1;
  border-radius: 50vh;
}
.index_medical nav > ul > li a::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
  left: 2.5rem;
  width: 5rem;
  font-size: 3.6rem;
}
.index_medical nav > ul > li a.maladjustment::after {
  font-family: "fontello";
  content: "\a004";
}
.index_medical nav > ul > li a.depression::after {
  font-family: "fontello";
  content: "\a005";
}
.index_medical nav > ul > li a.bipolar::after {
  font-family: "fontello";
  content: "\a006";
}
.index_medical nav > ul > li a.anxiety::after {
  font-family: "fontello";
  content: "\a007";
}
.index_medical nav > ul > li a.panic::after {
  font-family: "fontello";
  content: "\a008";
}
.index_medical nav > ul > li a.obsessive::after {
  font-family: "fontello";
  content: "\a009";
}
.index_medical nav > ul > li a.insomnia::after {
  font-family: "fontello";
  content: "\a010";
}
.index_medical nav > ul > li a.developmental::after {
  font-family: "fontello";
  content: "\a011";
}
.index_medical nav > ul > li a.somatoform::after {
  font-family: "fontello";
  content: "\a012";
}
.index_medical nav > ul > li a.schizophrenia::after {
  font-family: "fontello";
  content: "\a013";
}
.index_medical nav > ul > li a.dementia::after {
  font-family: "fontello";
  content: "\a024";
}
@media screen and (min-width: 48em), print {
  .index_medical {
    padding: 8rem 0 12.5rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(12rem, transparent), color-stop(12rem, var(--clr_orange_light)));
    background: linear-gradient(to bottom, transparent 12rem, var(--clr_orange_light) 12rem);
  }
  .index_medical nav {
    margin-top: 9rem;
  }
  .index_medical nav > ul {
    margin: 0 auto;
    gap: 5.8rem 3rem;
  }
  .index_medical nav > ul li {
    width: calc((100% - 6rem) / 3);
  }
  .index_medical nav > ul li a {
    font-size: 1.8rem;
    height: 11.5rem;
    background: url("../img/icon_arrow.svg") right 2.5rem top 47%/2rem auto no-repeat, var(--clr_white);
    padding: 1rem 7rem 1.7rem 12rem;
    letter-spacing: 0.1rem;
  }
  .index_medical nav > ul li a::before {
    left: -0.7rem;
  }
  .index_medical nav > ul li a::after {
    font-size: 6rem;
    left: 4.7rem;
  }
  .index_medical nav > ul li a:hover {
    background-color: var(--clr_gray);
  }
  .index_medical nav > ul li a:hover::before {
    border-color: var(--clr_brown);
  }
}

.index_features {
  padding: 3rem 0;
}
.index_features .wrap {
  position: relative;
  z-index: 0;
}
.index_features .wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 28rem);
  background: var(--clr_gray_light);
  position: absolute;
  top: 3rem;
  left: -1.5rem;
  z-index: -1;
  border-radius: 0 200px 0 0;
}
.index_features .features_lst {
  counter-reset: number 0;
  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: 3rem 0;
}
.index_features .features_lst > li {
  counter-increment: number 1;
  position: relative;
}
.index_features .features_lst > li::before {
  font-weight: 900;
  color: var(--clr_gray_dark04);
  position: absolute;
  top: 0rem;
  left: calc(50% - 25vw - 2.5rem);
  font-size: 5.2rem;
  line-height: 1;
  letter-spacing: 0.3rem;
  display: inline-block;
  content: counter(number, decimal-leading-zero);
}
.index_features .features_lst > li section::before {
  content: "";
  display: block;
  width: 50vw;
  height: 50vw;
  border-radius: 50%;
  margin: 0 auto 1.5rem;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.index_features .features_lst > li section .feature_tit {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--clr_gray_dark04);
}
.index_features .features_lst > li section p {
  margin: 0;
}
.index_features .features_lst > li section p a {
  color: var(--clr_brown);
  text-decoration: underline;
}
.index_features .features_lst > li:nth-child(1) > section::before {
  background-image: url("../img/index_feature01.webp");
}
.index_features .features_lst > li:nth-child(2) > section::before {
  background-image: url("../img/index_feature02.webp");
}
.index_features .features_lst > li:nth-child(3) > section::before {
  background-image: url("../img/index_feature03.webp");
}
.index_features .features_lst > li:nth-child(4) > section::before {
  background-image: url("../img/index_feature04.webp");
}
.index_features .features_lst > li:nth-child(5) > section::before {
  background-image: url("../img/index_feature05.webp");
}
.index_features .features_lst > li:nth-child(6) > section::before {
  background-image: url("../img/index_feature06.webp");
}
.index_features .features_lst > li:nth-child(7) > section::before {
  background-image: url("../img/index_feature07.webp");
}
.index_features .features_lst > li:nth-child(8) > section::before {
  background-image: url("../img/index_feature08.webp");
}
.index_features .features_lst > li:nth-child(9) > section::before {
  background-image: url("../img/index_feature09.webp");
}
@media screen and (min-width: 48em), print {
  .index_features {
    overflow: hidden;
    padding: 13rem 0 8rem;
  }
  .index_features .wrap {
    padding: 0 1rem 0 10rem;
  }
  .index_features .wrap::after {
    width: calc(1200px + (100vw - 1200px) / 2 + 94rem);
    height: calc(100% - 46rem);
    right: 26rem;
    left: auto;
    border-radius: 0 440px 0 0/0 400px 0 0;
  }
  .index_features .features_lst {
    margin-top: 8.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5.5rem 9rem;
  }
  .index_features .features_lst > li {
    width: calc((100% - 9rem) / 2);
  }
  .index_features .features_lst > li::before {
    left: calc(50% - 19rem);
    top: 1.5rem;
    font-size: 8rem;
    letter-spacing: 0.5rem;
  }
  .index_features .features_lst > li > section::before {
    width: 30rem;
    height: 30rem;
    margin-bottom: 3.5rem;
  }
  .index_features .features_lst > li > section .feature_tit {
    font-size: 2.4rem;
    letter-spacing: 0.25rem;
    margin-bottom: 2rem;
  }
  .index_features .features_lst > li > section p {
    letter-spacing: 0.14rem;
    line-height: 2;
  }
  .index_features .features_lst > li > section p a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

.index_symptoms .wrap {
  padding-top: 3rem;
  padding-bottom: 4rem;
  position: relative;
  z-index: 0;
}
.index_symptoms .wrap::after {
  content: "";
  display: block;
  width: 90%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -1.5rem;
  background: var(--clr_orange_light);
  z-index: -1;
  border-radius: 200px 0 0 0;
}
.index_symptoms .wrap .lst_ul.-check {
  margin-top: 3rem;
}
.index_symptoms .wrap .lst_ul.-check > li {
  padding-left: 2rem;
}
.index_symptoms .wrap .lst_ul.-check > li:not(:last-child) {
  margin-bottom: 1.8rem;
}
@media screen and (min-width: 48em), print {
  .index_symptoms {
    overflow: hidden;
    padding: 9rem 0;
  }
  .index_symptoms .wrap {
    padding-bottom: 13.5rem;
  }
  .index_symptoms .wrap::after {
    width: calc(1200px + (100vw - 1200px) / 2 + 91.5rem);
    right: auto;
    left: 28.5rem;
    border-radius: 390px 0 0 0/340px 0 0 0;
  }
  .index_symptoms .wrap .lst_ul.-check {
    margin-top: 11.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.5rem 1rem;
    padding-right: 2rem;
  }
  .index_symptoms .wrap .lst_ul.-check > li {
    width: calc((100% - 1rem) / 2);
    font-size: 1.8rem;
    padding-left: 4rem;
    letter-spacing: 0.18rem;
  }
  .index_symptoms .wrap .lst_ul.-check > li:not(:last-child) {
    margin-bottom: 0rem !important;
  }
  .index_symptoms .wrap .lst_ul.-check > li::before {
    font-size: 130%;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}

.greeting {
  padding: 3rem 0 4rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5.5rem, transparent), color-stop(5.5rem, var(--clr_gray_light)));
  background: linear-gradient(to bottom, transparent 5.5rem, var(--clr_gray_light) 5.5rem);
  overflow: hidden;
}
.greeting .dr_message::before {
  content: "";
  display: block;
  width: 80%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url("../img/index_doctor.png") center center/contain no-repeat;
  margin: 1rem auto;
}
.greeting .dr_message p {
  line-height: 2.4;
}
.greeting .dr_message p:first-of-type {
  position: relative;
  z-index: 0;
}
.greeting .dr_message p:first-of-type::before {
  content: "";
  display: block;
  width: 4rem;
  height: 3.5rem;
  background: url("../img/a_quotation.png") center center/contain no-repeat;
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
@media screen and (min-width: 48em), print {
  .greeting .dr_message p:first-of-type::before {
    width: 9.3rem;
    height: 8.041rem;
  }
}
.greeting .dr_message p:first-of-type::before {
  top: -1rem;
  left: -1.5rem;
}
.greeting .dr_message p:last-of-type {
  position: relative;
  z-index: 0;
}
.greeting .dr_message p:last-of-type::after {
  content: "";
  display: block;
  width: 4rem;
  height: 3.5rem;
  background: url("../img/a_quotation.png") center center/contain no-repeat;
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
@media screen and (min-width: 48em), print {
  .greeting .dr_message p:last-of-type::after {
    width: 9.3rem;
    height: 8.041rem;
  }
}
.greeting .dr_message p:last-of-type::after {
  bottom: -1rem;
  right: 0.5rem;
}
.greeting .dr_message .dr_lnk {
  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;
  gap: 0 1.5rem;
  margin-top: 3rem;
}
.greeting .dr_message .dr_lnk .signature {
  line-height: 1.8;
}
.greeting .dr_message .dr_lnk .signature .clinic_name {
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  display: inline-block;
}
.greeting .dr_message .dr_lnk .signature .dr_name {
  margin-left: 1rem;
  font-size: 140%;
}

@media screen and (min-width: 48em), print {
  .greeting {
    min-height: 44rem;
    padding: 10rem 0 9rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(14rem, transparent), color-stop(14rem, var(--clr_gray_light)));
    background: linear-gradient(to bottom, transparent 14rem, var(--clr_gray_light) 14rem);
  }
  .greeting .dr_message {
    width: 67.3rem;
    min-height: 44rem;
    position: relative;
  }
  .greeting .dr_message::before {
    width: 44rem;
    margin: 0;
    position: absolute;
    top: -0.6rem;
    right: -48.2rem;
  }
  .greeting .dr_message p {
    line-height: 2.7;
    letter-spacing: 0.15rem;
  }
  .greeting .dr_message p:first-of-type::before {
    top: -3.5rem;
    left: -6.5rem;
  }
  .greeting .dr_message p:last-of-type::after {
    bottom: -1rem;
    right: 5.5rem;
  }
  .greeting .dr_message .dr_lnk {
    margin-top: 6rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0 3rem;
  }
  .greeting .dr_message .dr_lnk .signature {
    font-size: 1.8rem;
  }
  .greeting .dr_message .dr_lnk .signature .clinic_name {
    font-size: 2.3rem;
    letter-spacing: 0.35rem;
    margin-bottom: 0.5rem;
  }
  .greeting .dr_message .dr_lnk .signature .dr_name {
    font-size: 2.6rem;
    margin-left: 2rem;
    letter-spacing: 0.3rem;
  }
  .greeting .dr_message .dr_lnk .btn {
    padding: 1.5rem 6rem;
    letter-spacing: 0.1rem;
  }
}
body:not(.index) .main {
  margin: 0 1.5rem 0rem;
}
body:not(.index) .main a:not([class*=btn], [href*="tel:"], [class*=rsv]) {
  text-decoration: underline;
  color: var(--clr_brown);
}
body:not(.index) .main a:not([class*=btn], [href*="tel:"], [class*=rsv]):hover {
  opacity: 0.7;
  text-decoration: none;
}
body:not(.index) .overview {
  margin-top: 3rem;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    width: calc(1200px - 20rem);
    margin: 0 auto 5.5rem;
  }
  body:not(.index) .overview {
    margin-top: 5.5rem;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  margin: 6rem 0 0rem;
  white-space: nowrap;
  overflow-x: scroll;
}
.breadcrumb li:not(:first-child) {
  position: relative;
  padding-left: 3rem;
}
.breadcrumb li:not(:first-child)::before {
  display: inline-block;
  font-family: "fontello";
  content: "\a015";
  position: absolute;
  left: 0.8rem;
  top: 0.6rem;
  font-size: 120%;
  color: var(--clr_gray_dark03);
  line-height: 1;
}
.breadcrumb li br {
  display: none;
}
.breadcrumb li a {
  color: var(--clr_txt) !important;
  text-decoration: none !important;
}

@media screen and (min-width: 48em), print {
  .breadcrumb {
    font-size: 1.6rem;
    width: calc(1200px - 20rem);
    margin: 10rem auto 0;
    white-space: inherit;
    overflow-x: inherit;
  }
  .breadcrumb li {
    letter-spacing: 0.1rem;
  }
  .breadcrumb li:not(:first-child) {
    padding-left: 4.6rem;
  }
  .breadcrumb li:not(:first-child)::before {
    top: 0.65rem;
    left: 1.3rem;
    font-size: 130%;
  }
  .breadcrumb li a:hover {
    text-decoration: underline !important;
  }
}
.doctor .dr_name {
  text-align: right;
}
.doctor .dr_name span {
  display: block;
}

.gallery {
  width: 85%;
  margin: auto;
  visibility: hidden;
}
.gallery .gallery_slider div {
  position: relative;
}
.gallery .gallery_slider div .cap {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 0.4rem;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
  margin: 0;
  color: var(--clr_white);
}
.gallery .gallery_slider div .slick-current .cap {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  background: rgba(var(--rgb_black), 0.5);
}
.gallery .gallery_slider div:first-child .cap {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.gallery .gallery_slider .slick-arrow {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 39%;
  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: var(--clr_white);
  background: none;
  z-index: 1;
}
.gallery .gallery_slider .slick-arrow::before {
  font-family: "fontello";
  content: "\a015";
  color: var(--clr_gray_dark04);
  font-size: 2.2rem;
}
.gallery .gallery_slider .slick-arrow.slick-next {
  right: -2.5rem;
}
.gallery .gallery_slider .slick-arrow.slick-prev {
  left: -2.5rem;
}
.gallery .gallery_slider .slick-arrow.slick-prev::before {
  font-family: "fontello";
  content: "\a014";
}
.gallery .gallery_slider .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: 0.5rem auto 0.8rem;
}
.gallery .gallery_slider .slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.2rem;
}
.gallery .gallery_slider .slick-dots li button {
  padding: 50%;
  display: block;
  font-size: 0;
  cursor: pointer;
  opacity: 0.25;
  border-radius: 50%;
  background: var(--clr_gray_dark04);
}
.gallery .gallery_slider .slick-dots li button:hover, .gallery .gallery_slider .slick-dots li button:focus {
  opacity: 0.8;
}
.gallery .gallery_slider .slick-dots li.slick-active button {
  opacity: 0.75;
}
.gallery .gallery_thum div img {
  cursor: pointer;
  border: 2px solid transparent;
}
.gallery .gallery_thum .slick-current div img {
  border: 2px solid var(--clr_gray_dark04);
}
@media screen and (min-width: 48em), print {
  .gallery {
    width: 75rem;
    margin: auto;
  }
  .gallery .gallery_slider {
    font-size: 1.6em;
  }
  .gallery .gallery_slider .slick-arrow {
    width: 5rem;
    height: 5rem;
    top: 43%;
  }
  .gallery .gallery_slider .slick-arrow::before {
    font-size: 5rem;
  }
  .gallery .gallery_slider .slick-arrow.slick-next {
    right: -6rem;
  }
  .gallery .gallery_slider .slick-arrow.slick-prev {
    left: -6rem;
  }
  .gallery .gallery_slider .slick-dots {
    bottom: 5rem;
    margin: 1rem auto 1.4rem;
  }
  .gallery .gallery_slider .slick-dots li {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 0.6rem;
  }
  .gallery .gallery_thum {
    width: calc(100% + 0.6rem);
  }
  .gallery .gallery_thum .slick-track .slick-slide div img {
    cursor: pointer;
    border: 4px solid transparent;
  }
  .gallery .gallery_thum .slick-track .slick-slide.slick-current div img {
    border: 4px solid var(--clr_black);
  }
}
.access .main .gmap {
  height: 30rem;
  margin: 2rem 0;
}
@media screen and (min-width: 48em), print {
  .access .main .tbl_time {
    font-size: 2rem;
  }
  .access .main .gmap {
    margin: 4rem 0 0;
    height: 50rem;
  }
}