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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  word-wrap: break-word;
}

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

h5, h6 {
  margin: 0;
}

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

p {
  margin: 1em 0;
}

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

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

:root {
  --clr_txt: #111;
  --rgb_txt: 17, 17, 17;
  --clr_brown_dark: #60482A;
  --rgb_brown_dark: 96, 72, 42;
  --clr_brown_dark2: #5F4829;
  --rgb_brown_dark2: 95, 72, 41;
  --clr_brown: #BBA080;
  --rgb_brown: 187, 160, 128;
  --clr_brown_light: #CCB8A1;
  --rgb_brown_light: 204, 184, 161;
  --clr_beige_dark: #EDE8E2;
  --rgb_beige_dark: 237, 232, 226;
  --clr_beige_dark2: #DACCBB;
  --rgb_beige_dark2: 218, 204, 187;
  --clr_beige: #F9F2E8;
  --rgb_beige: 249, 242, 232;
  --clr_beige_light: #FEF9F2;
  --rgb_beige_light: 254, 249, 242;
  --clr_red: #9C5465;
  --rgb_red: 156, 84, 101;
  --clr_red_light: #D4B5BD;
  --rgb_red_light: 212, 181, 189;
  --clr_gray_dark: #CCCCCC;
  --rgb_gray_dark: 204, 204, 204;
  --clr_gray: #DCDCDC;
  --rgb_gray: 220, 220, 220;
  --clr_yellow: #FFE100;
  --rgb_yellow: 255, 225, 0;
}

@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
@-webkit-keyframes bgzoom {
  100% {
    background-size: 120% auto;
  }
}
@keyframes bgzoom {
  100% {
    background-size: 120% auto;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade_down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade_down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fade_up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade_up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fade_right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10rem);
            transform: translateX(10rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fade_right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10rem);
            transform: translateX(10rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fade_left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10rem);
            transform: translateX(-10rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fade_left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10rem);
            transform: translateX(-10rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes cutin_right {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes cutin_right {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes cutin_left {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes cutin_left {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes balloon {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0.6rem);
            transform: translateY(0.6rem);
  }
}
@keyframes balloon {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0.6rem);
            transform: translateY(0.6rem);
  }
}
@-webkit-keyframes airball {
  0% {
    -webkit-transform: translate(0, 0) rotate(-7deg);
            transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    -webkit-transform: translate(0, -7px) rotate(0deg);
            transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(7deg);
            transform: translate(0, 0) rotate(7deg);
  }
}
@keyframes airball {
  0% {
    -webkit-transform: translate(0, 0) rotate(-7deg);
            transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    -webkit-transform: translate(0, -7px) rotate(0deg);
            transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(7deg);
            transform: translate(0, 0) rotate(7deg);
  }
}
@-webkit-keyframes poyon {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    -webkit-transform: scale(0.9, 0.9) translate(0%, 5%);
            transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    -webkit-transform: scale(1.3, 0.8) translate(0%, 10%);
            transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    -webkit-transform: scale(0.8, 1.3) translate(0%, -10%);
            transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes poyon {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    -webkit-transform: scale(0.9, 0.9) translate(0%, 5%);
            transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    -webkit-transform: scale(1.3, 0.8) translate(0%, 10%);
            transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    -webkit-transform: scale(0.8, 1.3) translate(0%, -10%);
            transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

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

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

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

.bold {
  font-weight: bold;
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

.txt_strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, var(--clr_txt)));
  background: linear-gradient(to bottom, transparent 60%, var(--clr_txt) 60%);
}

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

.img_c {
  margin: 1rem auto;
}

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

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

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

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

.mt30 {
  margin-top: 3rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt10 {
  margin-top: 1rem;
}

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 {
  .mt40 {
    margin-top: 8rem;
  }
  .mt30 {
    margin-top: 6rem;
  }
  .mt20 {
    margin-top: 4rem;
  }
  .mt10 {
    margin-top: 2rem;
  }
  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: 2rem;
  }
}
.tbl_time {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.4rem;
  background: #fff;
}
.tbl_time caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl_time caption ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.tbl_time caption ul li > span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  background: var(--clr_brown);
  color: #fff;
  font-weight: bold;
  text-align: center;
  border: 1px solid var(--clr_gray);
  border-bottom: none;
}
.tbl_time tr th[scope=col]:first-child {
  width: 32%;
}
.tbl_time tr th[scope=row] {
  border: 1px solid var(--clr_gray);
  border-top: none;
  font-size: 90%;
}
.tbl_time tr td {
  text-align: center;
  padding: 1.4rem 0.4rem;
  border: 1px solid var(--clr_gray);
  border-top: none;
  line-height: 1;
  color: var(--clr_red);
  font-size: 80%;
  position: relative;
}
.tbl_time tr td.kome::after {
  content: "※";
  font-size: 1rem;
  position: absolute;
  right: 0;
  top: 0.5rem;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    font-size: 2rem;
  }
  .tbl_time caption {
    margin-top: 0.8rem;
  }
  .tbl_time caption ul li {
    -webkit-box-align: first baseline;
        -ms-flex-align: first baseline;
            align-items: first baseline;
  }
  .tbl_time caption ul li > span {
    font-size: 1.8rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 1rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 27%;
  }
  .tbl_time tr th[scope=col]:last-child {
    width: 13%;
  }
  .tbl_time tr th[scope=row] {
    font-size: 100%;
  }
  .tbl_time tr td {
    padding: 2rem 0;
    font-size: 100%;
  }
  .tbl_time tr td.kome::after {
    font-size: 1.4rem;
    right: 0.5rem;
  }
}
.gmap {
  width: 100%;
}

.tit_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 10rem;
  background: var(--clr_beige_dark);
  font-size: 2.2rem;
  line-height: 1.4;
  color: var(--clr_brown_dark);
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  padding: 1rem;
  text-align: center;
}

.tit_02 {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin: 0 auto 3rem;
  padding: 1.3rem 0;
  color: var(--clr_brown_dark);
  background: url(../img/tit_02.svg) no-repeat center/auto 100%;
  position: relative;
}
.tit_02::after {
  content: attr(data-txt);
  position: absolute;
  font-size: 1rem;
  color: var(--clr_brown);
  font-family: "Josefin Sans", sans-serif;
  bottom: -0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: normal;
  letter-spacing: 0;
  text-indent: 0;
}

.tit_03 {
  font-size: 2rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  padding: 0.2rem 1rem 0.3rem;
  color: var(--clr_brown_dark);
  position: relative;
  border-bottom: 1px solid var(--clr_gray_dark);
}
.tit_03::before {
  content: "";
  width: 3px;
  height: 1.5em;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 1px solid var(--clr_brown);
  border-right: 1px solid var(--clr_brown);
}

.tit_04 {
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  padding: 0.2rem 1rem;
  color: #fff;
  background: var(--clr_brown);
}

.tit_05 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  color: var(--clr_brown_dark);
}
.tit_05::after {
  content: "";
  width: 100%;
  height: 1px;
  margin: 0.5rem 0 0;
  display: block;
  background: -webkit-gradient(linear, left top, right top, color-stop(4em, var(--clr_brown_dark)), color-stop(4em, var(--clr_gray_dark)));
  background: linear-gradient(to right, var(--clr_brown_dark) 4em, var(--clr_gray_dark) 4em);
}

.tit_06 {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  padding: 0 0 0 2rem;
  background: url(../img/tit_06.svg) no-repeat left top 0.4rem/1.5rem auto;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    min-height: 20rem;
    font-size: 4.8rem;
  }
  .tit_01 br {
    display: none;
  }
  .tit_02 {
    font-size: 4.2rem;
    margin: 0 auto 4rem;
    padding: 2rem 0;
  }
  .tit_02::after {
    font-size: 1.8rem;
    bottom: -1rem;
  }
  .tit_03 {
    font-size: 3.6rem;
    margin: 0 0 3rem;
    padding: 0.3rem 1rem 1rem 2rem;
  }
  .tit_03::before {
    width: 5px;
  }
  .tit_04 {
    font-size: 3rem;
    margin: 0 0 3rem;
    padding: 1rem 2rem;
  }
  .tit_05 {
    font-size: 2.4rem;
    margin: 0 0 3rem;
  }
  .tit_05::after {
    margin: 1rem 0 0;
  }
  .tit_06 {
    font-size: 2rem;
    margin: 0 0 3rem;
    padding: 0 0 0 3.5rem;
    background: url(../img/tit_06.svg) no-repeat left top 0.2rem/3rem auto;
  }
}
.lst_ul {
  line-height: 1.4;
  margin: 1rem 0;
}
.lst_ul > li {
  padding: 0 0 0 1.4em;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul > li::before {
  content: "●";
  color: var(--clr_red_light);
  position: absolute;
  left: 0;
  font-size: 90%;
}
.lst_ul.kome > li::before {
  content: "※";
  color: var(--clr_txt);
}

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

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

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

@media screen and (min-width: 48em), print {
  .lst_dl01 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lst_dl01 dt {
    width: 20%;
  }
  .lst_dl01 dd {
    width: 80%;
    padding: 0 0 0 1rem;
  }
}
.lst_dl02 {
  border: 1px solid var(--clr_txt);
  border-top: none;
}
.lst_dl02 dt {
  padding: 0.5rem 1rem;
  text-align: center;
  font-weight: bold;
  background: var(--clr_blue_light3);
  border-top: 1px solid var(--clr_txt);
  border-bottom: 1px solid var(--clr_txt);
  background: #ccc;
}
.lst_dl02 dd {
  padding: 1rem;
}
@media screen and (min-width: 48em), print {
  .lst_dl02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: 1px solid var(--clr_txt);
  }
  .lst_dl02 dt, .lst_dl02 dd {
    width: 50%;
    padding: 1rem 2rem;
  }
  .lst_dl02 dt {
    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-top: none;
    border-right: 1px solid var(--clr_txt);
  }
  .lst_dl02 dt:last-of-type {
    border-bottom: none;
  }
  .lst_dl02 dd:not(:last-of-type) {
    border-bottom: 1px solid var(--clr_txt);
  }
  .lst_dl02.dt_small dt {
    width: 30%;
  }
  .lst_dl02.dt_small dd {
    width: 70%;
  }
}

.lst_flow {
  counter-reset: number 0;
}
.lst_flow > li {
  background: #fff;
  padding: 1rem;
  position: relative;
  border: 4px solid var(--clr_beige_dark2);
  border-radius: 1rem;
}
.lst_flow > li::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  background: var(--clr_brown_dark);
  border-radius: 50%;
  color: #fff;
  font-size: 1.6rem;
  width: 3rem;
  height: 3rem;
  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;
  position: absolute;
  left: 1rem;
  top: 1.3rem;
}
.lst_flow > li .tit {
  font-size: 2rem;
  color: var(--clr_brown_dark);
  padding: 0 0 0 4rem;
}
.lst_flow > li:not(:last-of-type) {
  margin: 0 0 5rem;
}
.lst_flow > li:not(:last-of-type)::after {
  content: "";
  width: 5rem;
  height: 2rem;
  background: var(--clr_beige_dark2);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 48em), print {
  .lst_flow > li {
    padding: 3rem 3rem 3rem 9.5rem;
    border-radius: 2rem;
  }
  .lst_flow > li::before {
    font-size: 2.6rem;
    width: 5rem;
    height: 5rem;
    top: 2.5rem;
    left: 2rem;
  }
  .lst_flow > li .tit {
    font-size: 2.8rem;
    padding: 0;
  }
  .lst_flow > li:not(:last-of-type) {
    margin: 0 0 8.5rem;
  }
  .lst_flow > li:not(:last-of-type)::after {
    width: 9rem;
    height: 2.8rem;
    bottom: -6rem;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 2rem;
}
.flex > li:not(:last-child) {
  margin: 0;
}

.flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex3 > li {
  width: 46%;
}

@media screen and (min-width: 48em), print {
  .flex {
    gap: 1rem 5rem;
  }
  .flex2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex2 > section, .flex2 > li, .flex2 > div {
    width: 48%;
    margin-top: 0 !important;
  }
  .flex2.lst_ul > li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .flex2.gap {
    gap: 4rem;
  }
  .flex3 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .flex3 li {
    width: 31%;
  }
  .flex3 li:not(:nth-child(3n)) {
    margin: 0 2rem 0 0;
  }
}
.tel_style {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 0 0.4rem;
  font-family: "Josefin Sans", sans-serif;
  color: var(--clr_brown_dark);
  line-height: 1;
}
.tel_style::before {
  font-family: "fontello";
  content: "\e801";
  font-size: 80%;
}
.tel_style a {
  height: 100%;
}
@media screen and (min-width: 48em), print {
  .tel_style {
    gap: 0 1rem;
  }
}

.box_ {
  padding: 1rem;
}
@media screen and (min-width: 48em), print {
  .box_ {
    padding: 3rem;
  }
}

.btn_rsv {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.4rem;
}
.btn_red,
.btn_brown {
  display: inline-block;
  padding: 0.6rem 4rem 0.4rem 3rem;
  color: #fff;
  border-radius: 100vh;
  line-height: 1.4;
  text-decoration: none !important;
  position: relative;
}
.btn_red::after,
.btn_brown::after {
  font-family: "fontello";
  content: "\e4a2";
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 48em), print {
  .btn_red,
  .btn_brown {
    padding: 1.2rem 6rem 1rem 4rem;
  }
  .btn_red::after,
  .btn_brown::after {
    right: 1.5rem;
  }
}

.btn_red {
  background: var(--clr_red);
}
@media screen and (min-width: 48em), print {
  .btn_red {
    border: 1px solid var(--clr_red);
  }
  .btn_red:is(:hover, :focus-visible) {
    background: #fff;
    color: var(--clr_red);
    opacity: 1;
  }
}

.btn_brown {
  background: var(--clr_brown_dark);
}
@media screen and (min-width: 48em), print {
  .btn_brown {
    border: 1px solid var(--clr_brown_dark);
  }
  .btn_brown:is(:hover, :focus-visible) {
    background: #fff;
    color: var(--clr_brown_dark);
    opacity: 1;
  }
}

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

.lst_anc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lst_anc li a {
  background: var(--clr_red);
  color: #fff;
  border-radius: 100vh;
  position: relative;
  padding: 0.5rem 4rem;
  text-decoration: none !important;
  line-height: 1.4;
}
.lst_anc li a::after {
  font-family: "fontello";
  content: "\e4a2";
  font-size: 85%;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 48em), print {
  .lst_anc {
    gap: 2rem;
  }
  .lst_anc li a {
    padding: 0.6rem 6rem;
    border: 1px solid var(--clr_red);
  }
  .lst_anc li a::after {
    right: 1rem;
  }
  .lst_anc li a:is(:hover, :focus-visible) {
    background: #fff;
    color: var(--clr_red);
  }
}

@media screen and (min-width: 48em), print {
  .slick-arrow {
    width: 5rem;
    height: 5rem;
    position: absolute;
    top: 26rem;
    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;
    color: var(--clr_red);
    z-index: 5;
  }
  .slick-arrow::before {
    font-size: 5rem;
  }
  .slick-arrow.slick-prev {
    left: -6rem;
  }
  .slick-arrow.slick-prev::before {
    font-family: "fontello";
    content: "\e4a1";
  }
  .slick-arrow.slick-next {
    right: -6rem;
  }
  .slick-arrow.slick-next::before {
    font-family: "fontello";
    content: "\e4a2";
  }
  .slick-arrow:is(:hover, :focus-visible) {
    color: var(--clr_red_light);
    opacity: 1;
  }
}
.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: var(--clr_red);
}
.slick-dots li button:is(:hover, :focus-visible) {
  opacity: 0.8;
}
.slick-dots li.slick-active button {
  opacity: 0.75;
}

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

body {
  background: #fff;
  color: var(--clr_txt);
  font-family: "Hiragino Sans", "Yu Gothic medium", "Yu Gothic", "游ゴシック Medium", Meiryo, sans-serif;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: fixed;
  top: 0;
  z-index: 90;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  -webkit-backdrop-filter: blur(0.6rem);
  backdrop-filter: blur(0.6rem);
}
body.spnav_modal {
  overflow: hidden !important;
}
body.spnav_modal::after {
  visibility: visible;
  opacity: 1;
}

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

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

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

.header {
  position: relative;
}
.header > .wrap {
  padding: 1rem;
}
.header > .wrap .logo {
  width: 100%;
  height: 6.6rem;
  padding: 1rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header > .wrap .logo.hide {
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
}
.header > .wrap .logo a {
  display: block;
  width: calc(100% - 5.6rem);
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
}
.header > .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  color: transparent;
}
.header > .wrap .logo.sticky {
  -webkit-box-shadow: 0.5rem 0 1rem rgba(var(--rgb_brown), 0.3);
          box-shadow: 0.5rem 0 1rem rgba(var(--rgb_brown), 0.3);
}
.header > .wrap .headR {
  margin: 5.6rem 0 0;
}
.header > .wrap .headR ul li {
  text-align: center;
}
.header > .wrap .headR ul li.add {
  font-size: 1.2rem;
  margin: 0 0 0.5rem;
}
.header > .wrap .headR ul li .tel_style {
  font-size: 2rem;
}

@media screen and (min-width: 48em), print {
  .header > .wrap {
    padding: 1.5rem 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: 50%;
    height: 6.3rem;
    padding: 0;
    position: relative;
    z-index: 101;
    background: none;
  }
  .header > .wrap .logo a {
    width: 100%;
  }
  .header > .wrap .headR {
    width: 50%;
    margin: 0;
  }
  .header > .wrap .headR ul li {
    text-align: right;
  }
  .header > .wrap .headR ul li.add {
    font-size: 2rem;
    margin: 0 0 1.3rem;
  }
  .header > .wrap .headR ul li .tel_style {
    font-size: 4.8rem;
  }
}
#nav {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  padding: 0;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 100;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#nav #sp_menu.hide {
  -webkit-transform: translateY(-220%);
          transform: translateY(-220%);
}
#nav #sp_menu span {
  width: 2.5rem;
  height: 3px;
  background: var(--clr_red);
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0.5rem;
}
#nav #sp_menu span:nth-of-type(1) {
  top: 1.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#nav #sp_menu span:nth-of-type(2) {
  top: 2.3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#nav #sp_menu span:nth-of-type(3) {
  top: 3.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#nav #sp_menu.close span:nth-of-type(1) {
  -webkit-transform: translate(-50%, 0.9rem) rotate(-45deg);
          transform: translate(-50%, 0.9rem) rotate(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
#nav #sp_menu.close span:nth-of-type(2) {
  display: none;
}
#nav #sp_menu.close span:nth-of-type(3) {
  -webkit-transform: translate(-50%, -0.9rem) rotate(45deg);
          transform: translate(-50%, -0.9rem) rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
#nav .gnav_subnav {
  display: none;
  width: 94vw;
  max-height: calc(100dvh - 8rem);
  overflow-y: auto;
  background: var(--clr_brown);
  padding: 1.6rem;
  margin: auto;
  position: absolute;
  top: 6.6rem;
  left: 0;
  right: 0;
  z-index: 100;
}
#nav .gnav_subnav .gnav > li::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  display: block;
  margin: 0 auto;
}
#nav .gnav_subnav .gnav > li:last-child::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  display: block;
  margin: 0 auto;
}
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
  display: block;
  width: 100%;
  text-align: left;
  color: #fff;
  padding: 1rem;
  font-size: 1.6rem;
  position: relative;
  font-weight: bold;
}
#nav .gnav_subnav .gnav > li a::after, #nav .gnav_subnav .gnav > li .sub::after {
  content: attr(data-txt);
  display: block;
  font-size: 1rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: normal;
  line-height: 1;
}
#nav .gnav_subnav .gnav > li a.current, #nav .gnav_subnav .gnav > li .sub.current {
  background: var(--clr_brown_light);
}
#nav .gnav_subnav .gnav > li .sub::before {
  font-family: "fontello";
  content: "\f004";
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: normal;
}
#nav .gnav_subnav .gnav > li .sub.close::before {
  font-family: "fontello";
  content: "\f005";
}
#nav .gnav_subnav .gnav > li .subbox {
  display: none;
  background: var(--clr_brown_light);
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a {
  display: block;
  padding: 1rem;
  font-size: 1.4rem;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a br {
  display: none;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a.current {
  background: var(--clr_beige);
  color: var(--clr_brown_dark);
}
#nav .gnav_subnav #menu_close {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: var(--clr_brown_dark);
  background: var(--clr_beige);
  text-align: center;
  font-weight: bold;
  padding: 0.6rem 0;
  margin: 1rem 0 0;
}
#nav .gnav_subnav #menu_close::before {
  font-family: "fontello";
  content: "\e806";
  margin: 0 0.6rem 0 0;
}

@media screen and (min-width: 48em), print {
  #nav {
    width: auto;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  #nav.hide {
    -webkit-transform: translateY(-300%);
            transform: translateY(-300%);
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block !important;
    width: 100%;
    max-height: calc(var(--vh, 1vh) * 100);
    overflow-y: visible;
    padding: 0;
    position: static;
  }
  #nav .gnav_subnav .gnav {
    width: 1200px;
    margin: 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;
  }
  #nav .gnav_subnav .gnav > li {
    width: 100%;
    position: relative;
  }
  #nav .gnav_subnav .gnav > li::before {
    width: 1px;
    height: 4.4rem;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
  }
  #nav .gnav_subnav .gnav > li:last-child::after {
    width: 1px;
    height: 4.4rem;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
  }
  #nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
    text-align: center;
    font-size: 2rem;
    margin: 0;
    cursor: pointer;
    padding: 1.8rem 0;
  }
  #nav .gnav_subnav .gnav > li a::after, #nav .gnav_subnav .gnav > li .sub::after {
    font-size: 1.4rem;
    margin: 0.5rem 0 0;
  }
  #nav .gnav_subnav .gnav > li a:is(:hover, :focus-visible, .current), #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible, .current) {
    background: var(--clr_brown_light);
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li .sub::before {
    right: 6rem;
    top: 2.5rem;
    font-size: 1.4rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #nav .gnav_subnav .gnav > li .subbox {
    display: none;
    width: 125%;
    max-height: calc(100dvh - 9rem);
    overflow: auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 100;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a {
    padding: 1rem;
    font-size: 1.8rem;
    text-align: left;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:is(:hover, :focus-visible, .current) {
    background: var(--clr_beige);
    color: var(--clr_brown_dark);
    opacity: 1;
  }
  #nav .gnav_subnav #menu_close {
    display: none;
  }
}
.overview {
  padding: 4rem 1rem;
  font-size: 1.4rem;
  line-height: 1.6;
  background: url(../img/overview_bg.jpg) no-repeat center/auto 100%;
}
.overview > .wrap {
  background: #fff;
  padding: 2rem 1rem;
  border-radius: 1.5rem;
}
.overview > .wrap .overviewL .clinic_name {
  margin: 0 0 2rem;
}
.overview > .wrap .overviewL .clinic_name img {
  width: 100%;
}
.overview > .wrap .overviewR {
  margin: 2rem 0;
}
.overview > .wrap .overviewR .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: 1rem 0;
}
.overview > .wrap .overviewR .gaiyo dt {
  width: 25%;
}
.overview > .wrap .overviewR .gaiyo dt span {
  background: var(--clr_beige_dark);
  display: block;
  width: 100%;
  padding: 0.3rem;
  text-align: center;
  border-radius: 0.3rem;
  font-weight: bold;
}
.overview > .wrap .overviewR .gaiyo dd {
  width: 70%;
  padding: 0.3rem 0;
}
.overview > .wrap .overviewR .gaiyo dd ul {
  list-style: none;
}
.overview > .wrap .gmap {
  height: 100vw;
  border-radius: 0.5rem;
  overflow: hidden;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 6rem 0;
    font-size: 2rem;
    background: url(../img/overview_bg.jpg) no-repeat center/auto 100%;
  }
  .overview > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem 0;
    padding: 5rem 6rem 6rem;
    border-radius: 3rem;
  }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR {
    width: 47.2%;
  }
  .overview > .wrap .overviewL .clinic_name {
    margin: 0 0 2rem;
  }
  .overview > .wrap .overviewR {
    margin: 0;
  }
  .overview > .wrap .overviewR .gaiyo {
    gap: 1.8rem 0;
  }
  .overview > .wrap .overviewR .gaiyo dt {
    width: 20%;
  }
  .overview > .wrap .overviewR .gaiyo dt span {
    border-radius: 0.6rem;
  }
  .overview > .wrap .overviewR .gaiyo dd {
    width: 74%;
    line-height: 1.4;
  }
  .overview > .wrap .gmap {
    height: 34rem;
    border-radius: 1rem;
  }
}
#tel_up {
  width: 100%;
  height: 4rem;
  background: #fff;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 -0.2rem 1rem rgba(var(--rgb_brown), 0.4);
          box-shadow: 0 -0.2rem 1rem rgba(var(--rgb_brown), 0.4);
}
#tel_up ul {
  width: calc(100% - 4rem);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
#tel_up ul li {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  height: 100%;
  text-align: center;
}
#tel_up ul li .tel_style {
  height: 100%;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  font-size: 1.6rem;
  text-align: center;
  padding: 1rem;
  line-height: 1;
  background: var(--clr_gray);
  overflow: hidden;
  position: relative;
  z-index: 101;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\e8a3";
  color: #fff;
}
#tel_up #pageup .clip {
  display: block;
  font-size: 1rem;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  color: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 0;
}

@media screen and (min-width: 48em), print {
  #tel_up {
    width: 6rem;
    height: 6rem;
    bottom: 4rem;
    right: 4rem;
    left: auto;
    background: none;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    z-index: 101;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 100%;
    border-radius: 50%;
    background: none;
    padding: 0;
  }
  #tel_up #pageup::before {
    font-family: "fontello";
    content: "\e803";
    color: var(--clr_gray);
    font-size: 6rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #tel_up #pageup:is(:hover, :focus-visible) {
    opacity: 1;
  }
  #tel_up #pageup:is(:hover, :focus-visible)::before {
    color: var(--clr_red);
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
}
.footer .copy {
  display: block;
  background: var(--clr_brown);
  color: #fff;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 2rem 0 0;
    background: var(--clr_brown_light);
  }
  .footer .copy {
    margin: 2rem 0 0;
    font-size: 2rem;
    padding: 2.5rem 0;
  }
  .footer ul {
    display: block;
    text-align: center;
    width: 108rem;
    margin: auto;
  }
  .footer ul li {
    display: inline-block;
    font-size: 2rem;
    color: #fff;
    -webkit-text-size-adjust: none;
  }
  .footer ul li:not(:last-child, .no_line)::after {
    content: "|";
    margin: 0 0.7rem;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a br {
    display: none;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
}
.keyvsl {
  width: 100%;
  position: relative;
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: 22rem;
  visibility: hidden;
}
.keyvsl #keyvsl .slick-list div img {
  height: 22rem !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}
.keyvsl #keyvsl .slick-dots {
  margin: 0.6rem 0 0;
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.keyvsl #keyvsl .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.6rem;
}
.keyvsl #keyvsl .slick-dots li button {
  background: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
.keyvsl #keyvsl .slick-dots li.slick-active button {
  background: var(--clr_yellow);
  opacity: 1;
}
.keyvsl > .wrap {
  position: absolute;
  top: 14rem;
  left: 0;
  right: 0;
  padding: 0 1rem;
}
.keyvsl > .wrap .catch {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.2), 0 0 1rem rgba(0, 0, 0, 0.2), 0 0 1rem rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 48em), print {
  .keyvsl #keyvsl {
    height: 72rem;
  }
  .keyvsl #keyvsl .slick-list div img {
    height: 72rem !important;
  }
  .keyvsl #keyvsl .slick-dots {
    margin: 1rem 0 0;
    bottom: 1rem;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  .keyvsl > .wrap {
    padding: 0;
    top: 54rem;
  }
  .keyvsl > .wrap .catch {
    font-size: 3.6rem;
    text-shadow: 0 0 2rem rgba(0, 0, 0, 0.2), 0 0 2rem rgba(0, 0, 0, 0.2), 0 0 2rem rgba(0, 0, 0, 0.2);
  }
}
.info {
  padding: 4rem 1rem;
}
.info .tit_02 {
  margin: 0 0 1rem;
}
.info dl {
  border-bottom: 1px solid var(--clr_gray);
  padding: 0 0 1rem;
}
.info dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 0.6rem;
  margin: 0 0 0.6rem;
  font-weight: bold;
  font-size: 1.6rem;
  color: var(--clr_txt);
  cursor: pointer;
  padding: 1.6rem 0 0;
}
.info dl dt::before {
  font-family: "fontello";
  content: "\e800";
  color: var(--clr_red);
  font-weight: normal;
}
.info dl dt.close::before {
  font-family: "fontello";
  content: "\e803";
}
.info dl dt:not(:first-of-type) {
  margin: 1.6rem 0 0.6rem;
  border-top: 1px solid var(--clr_gray);
}
.info dl dd {
  margin: 0 0 1.6rem;
}
.info dl dd:not(:nth-of-type(-n+3)) {
  display: none;
}

@media screen and (min-width: 48em), print {
  .info {
    padding: 6rem calc((100% - 108rem) / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .info .tit_02 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .info dl {
    width: 86rem;
  }
  .info dl dt {
    margin: 0 0 1rem;
    font-size: 2rem;
    line-height: 1.6;
    padding: 2rem 0 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .info dl dt:not(:first-of-type) {
    margin: 3rem 0 0.6rem;
  }
  .info dl dt:hover {
    color: var(--clr_red);
  }
  .info dl dd {
    margin: 0 0 1.6rem;
    font-size: 2rem;
    line-height: 1.6;
  }
}
.bnr_cataract {
  margin: 0 1rem 4rem;
  display: block;
  border-radius: 0.5rem;
  border: 1px solid var(--clr_brown_dark2);
  overflow: hidden;
}
.bnr_cataract img {
  width: 100%;
}

@media screen and (min-width: 48em), print {
  .bnr_cataract {
    width: 57rem;
    margin: 0 auto 12rem;
    border-radius: 1rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .bnr_cataract:hover {
    -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
  }
}
.feature {
  padding: 3rem 1rem;
  background: var(--clr_beige);
}
.feature ol {
  counter-reset: number 0;
}
.feature ol li {
  position: relative;
  opacity: 0;
}
.feature ol li:not(:last-of-type) {
  margin-bottom: 3rem;
}
.feature ol li::before {
  content: "- Feature -";
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  position: absolute;
  top: 14.5rem;
  left: 1.2rem;
  z-index: 1;
  font-size: 1rem;
}
.feature ol li::after {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  position: absolute;
  left: 0.5rem;
  top: 16rem;
  width: 6rem;
  height: 4rem;
  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;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.02em;
}
.feature ol li.trigger {
  -webkit-animation: fadein 1s forwards normal;
          animation: fadein 1s forwards normal;
}
.feature ol li .tit {
  height: 20rem;
  border-radius: 1rem;
  position: relative;
}
.feature ol li .tit span {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.2;
  background: rgba(var(--rgb_brown), 0.95);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 6rem;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0 0 1rem 1rem;
  padding: 0 1rem 0 7rem;
}
.feature ol li p {
  line-height: 1.4;
  margin: 1rem 0 0;
}
.feature ol li.feat1 .tit {
  background: url(../img/index_feature01.jpg) no-repeat center/cover;
}
.feature ol li.feat2 .tit {
  background: url(../img/index_feature02.jpg) no-repeat center/cover;
}
.feature ol li.feat3 .tit {
  background: url(../img/index_feature03.jpg) no-repeat center/cover;
}
.feature ol li.feat4 .tit {
  background: url(../img/index_feature04.jpg) no-repeat center/cover;
}
.feature ol li.feat5 .tit {
  background: url(../img/index_feature05.jpg) no-repeat center/cover;
}
.feature ol li.feat6 .tit {
  background: url(../img/index_feature06.jpg) no-repeat center/cover;
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 6rem calc((100% - 120rem) / 2) 10rem;
  }
  .feature ol {
    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;
    gap: 2rem 0;
    margin: 5rem 0 0;
  }
  .feature ol li {
    width: 57rem;
  }
  .feature ol li::before {
    font-size: 1.8rem;
    top: 27.2rem;
    left: 3rem;
  }
  .feature ol li::after {
    font-size: 7rem;
    width: 10rem;
    height: 8rem;
    top: 29.3rem;
    left: 2rem;
  }
  .feature ol li .tit {
    height: 37rem;
    border-radius: 2rem;
  }
  .feature ol li .tit span {
    font-size: 3rem;
    min-height: 11rem;
    border-radius: 0 0 2rem 2rem;
    padding: 0 1.5rem 0 15rem;
    letter-spacing: 0.02em;
  }
  .feature ol li p {
    font-size: 2rem;
    letter-spacing: 0.025em;
  }
}
.tre {
  padding: 3rem 1rem;
}
.tre .subnav {
  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;
  gap: 2rem 0;
}
.tre .subnav.trigger li:nth-child(1) {
  -webkit-animation: fade_up 1s forwards normal;
          animation: fade_up 1s forwards normal;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.tre .subnav.trigger li:nth-child(2) {
  -webkit-animation: fade_up 1s forwards normal;
          animation: fade_up 1s forwards normal;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.tre .subnav.trigger li:nth-child(3) {
  -webkit-animation: fade_up 1s forwards normal;
          animation: fade_up 1s forwards normal;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.tre .subnav.trigger li:nth-child(4) {
  -webkit-animation: fade_up 1s forwards normal;
          animation: fade_up 1s forwards normal;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.tre .subnav.trigger li:nth-child(5) {
  -webkit-animation: fade_up 1s forwards normal;
          animation: fade_up 1s forwards normal;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.tre .subnav.trigger li:nth-child(6) {
  -webkit-animation: fade_up 1s forwards normal;
          animation: fade_up 1s forwards normal;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.tre .subnav.trigger li:nth-child(7) {
  -webkit-animation: fade_up 1s forwards normal;
          animation: fade_up 1s forwards normal;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.tre .subnav.trigger li:nth-child(8) {
  -webkit-animation: fade_up 1s forwards normal;
          animation: fade_up 1s forwards normal;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.tre .subnav.trigger li:nth-child(9) {
  -webkit-animation: fade_up 1s forwards normal;
          animation: fade_up 1s forwards normal;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.tre .subnav.trigger li:nth-child(10) {
  -webkit-animation: fade_up 1s forwards normal;
          animation: fade_up 1s forwards normal;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.tre .subnav li {
  opacity: 0;
}
.tre .subnav li a {
  text-decoration: none;
  font-weight: bold;
  color: var(--clr_brown_dark);
  line-height: 1.4;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1rem;
  text-align: center;
  padding: 2rem 1rem 2.5rem;
  width: 14rem;
  height: 17rem;
  background: var(--clr_beige);
  border-radius: 0.8rem;
  position: relative;
  -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.06);
}
.tre .subnav li a::before {
  content: "";
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tre .subnav li a::after {
  font-family: "fontello";
  content: "\e4a2";
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  color: var(--clr_red);
  font-weight: normal;
}
.tre .subnav li a span {
  min-height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tre .subnav li a.ophthalmology::before {
  background: #fff url(../img/index_tre_ophthalmology.svg) no-repeat center/70% auto;
}
.tre .subnav li a.myopia::before {
  background: #fff url(../img/index_tre_myopia.svg) no-repeat center/70% auto;
}
.tre .subnav li a.glaucoma::before {
  background: #fff url(../img/index_tre_glaucoma.svg) no-repeat center/70% auto;
}
.tre .subnav li a.cataract::before {
  background: #fff url(../img/index_tre_cataract.svg) no-repeat center/70% auto;
}
.tre .subnav li a.neuroophthalmology::before {
  background: #fff url(../img/index_tre_neuroophthalmology.svg) no-repeat center/70% auto;
}
.tre .subnav li a.age_related::before {
  background: #fff url(../img/index_tre_age_related.svg) no-repeat center/70% auto;
}
.tre .subnav li a.diabetic::before {
  background: #fff url(../img/index_tre_diabetic.svg) no-repeat center/70% auto;
}
.tre .subnav li a.pediatric_ophthalmology::before {
  background: #fff url(../img/index_tre_pediatric_ophthalmology.svg) no-repeat center/70% auto;
}
.tre .subnav li a.dryeye::before {
  background: #fff url(../img/index_tre_dryeye.svg) no-repeat center/70% auto;
}
.tre .subnav li a.contact_lens::before {
  background: #fff url(../img/index_tre_contact_lens.svg) no-repeat center/70% auto;
}

@media screen and (min-width: 48em), print {
  .tre {
    padding: 6rem calc((100% - 108rem) / 2) 12rem;
  }
  .tre .subnav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 4rem;
    margin: 5rem 0 0;
  }
  .tre .subnav li a {
    width: 24rem;
    height: 24rem;
    border-radius: 1.6rem;
    -webkit-box-shadow: 0 0 3rem rgba(0, 0, 0, 0.06);
            box-shadow: 0 0 3rem rgba(0, 0, 0, 0.06);
    font-size: 2rem;
    padding: 2rem 3rem;
    gap: 1rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .tre .subnav li a::before {
    width: 12rem;
    height: 12rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .tre .subnav li a::after {
    right: 1.5rem;
    bottom: 1.5rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .tre .subnav li a span {
    min-height: 6rem;
  }
  .tre .subnav li a:is(:hover, :focus-visible, .current) {
    background: rgba(var(--rgb_red), 0.4);
  }
  .tre .subnav li a:is(:hover, :focus-visible, .current)::before {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .tre .subnav li a:is(:hover, :focus-visible, .current)::after {
    -webkit-transform: translateX(0.5rem);
            transform: translateX(0.5rem);
  }
}
body:not(.index) .sub_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
body:not(.index) .main {
  margin: 2rem 1rem 6rem;
}
body:not(.index) .main .tel {
  font-size: 120%;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    width: 120rem;
    margin: 3rem auto 8rem;
  }
  body:not(.index) .main .cf .img_l, body:not(.index) .main .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}

.breadnav {
  max-width: 100vw;
  margin: 1rem;
  overflow-x: auto;
}
.breadnav .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  white-space: nowrap;
}
.breadnav .breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadnav .breadcrumb li br {
  display: none;
}
.breadnav .breadcrumb li:not(:last-child)::after {
  display: inline-block;
  content: ">";
  margin: 0 0.6rem;
}

@media screen and (min-width: 48em), print {
  .breadnav {
    width: 1200px;
    max-width: 100%;
    margin: 2rem auto 0;
    overflow-x: inherit;
  }
  .breadnav .breadcrumb {
    font-size: 2rem;
  }
  .breadnav .breadcrumb li:not(:last-child)::after {
    margin: 0 1rem;
  }
  .breadnav .breadcrumb li a:hover {
    opacity: 1;
  }
}
body.doctor .dr_name {
  text-align: right;
}
body.doctor .dr_name span {
  font-size: 120%;
}

@media screen and (min-width: 48em), print {
  body.doctor .ryaku .flex2 > .lst_ul {
    width: 48%;
  }
}
.gallery {
  width: 85%;
  margin: auto;
  visibility: hidden;
}
.gallery .gallery_slider div .cap {
  margin: 0.2rem 0 0;
  text-align: center;
  padding: 0.4rem;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: var(--clr_beige_dark);
  line-height: 1.4;
}
.gallery .gallery_slider div .slick-current .cap {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.gallery .gallery_slider div:first-child .cap {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.gallery .gallery_thum div img {
  cursor: pointer;
  border: 4px solid transparent;
}
.gallery .gallery_thum .slick-current div img {
  border: 4px solid var(--clr_red);
}

@media screen and (min-width: 48em), print {
  .gallery {
    width: 75rem;
    margin: auto;
  }
  .gallery .gallery_slider div .cap {
    padding: 1rem;
  }
  .gallery .gallery_thum {
    width: calc(100% + 0.6rem);
  }
}
body.access .main .gmap {
  height: 100vw;
  margin: 2rem 0;
}
@media screen and (min-width: 48em), print {
  body.access .main .gmap {
    margin: 4rem 0 0;
    height: auto;
  }
}
/*# sourceMappingURL=style.css.map */