@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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;
}

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

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

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

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

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

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

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

/* Box sizing rules */
*,
*::before,
*::after {
  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]) {
  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;
  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: 0 0 1em;
}
p:last-child {
  margin: 0;
}

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

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

:root {
  --clr_txt: #333;
  --rgb_txt: 51, 51, 51;
  --clr_blue_dark: #0177B4;
  --rgb_blue_dark: 1, 119, 180;
  --clr_blue_dark2: #0281C2;
  --rgb_blue_dark2: 2, 129, 194;
  --clr_blue_dark3: #2A6785;
  --rgb_blue_dark3: 42, 103, 133;
  --clr_blue: #008FD9;
  --rgb_blue: 0, 143, 217;
  --clr_blue_light: #61BEF0;
  --rgb_blue_light: 97, 190, 240;
  --clr_blue_light2: #D3F2FB;
  --rgb_blue_light2: 211, 242, 251;
  --clr_blue_light3: #DDF5FC;
  --rgb_blue_light3: 221, 245, 252;
  --clr_blue_light4: #D8F3FB;
  --rgb_blue_light4: 216, 243, 251;
  --clr_yellow_dark: #FEF501;
  --rgb_yellow_dark: 254, 245, 1;
  --clr_yellow: #FBF9EE;
  --rgb_yellow: 251, 249, 238;
  --clr_green_dark: #70A800;
  --rgb_green_dark: 112, 168, 0;
  --clr_green_dark2: #89B500;
  --rgb_green_dark2: 137, 181, 0;
  --clr_green: #93CE1D;
  --rgb_green: 147, 206, 29;
  --clr_green_light: #9AC93E;
  --rgb_green_light: 154, 201, 62;
  --clr_green_light2: #C8E17A;
  --rgb_green_light2: 200, 225, 122;
  --clr_green_light3: #ECF5DA;
  --rgb_green_light3: 236, 245, 218;
  --clr_green_light4: #AFD144;
  --rgb_green_light4: 175, 209, 68;
  --clr_pink: #E67E87;
  --rgb_pink: 230, 126, 135;
  --clr_gray_dark: #686868;
  --rgb_gray_dark: 104, 104, 104;
  --clr_gray: #AAA;
  --rgb_gray: 170, 170, 170;
  --clr_gray_light: #DDD;
  --rgb_gray_light: 221, 221, 221;
  --clr_gray_light2: #F3F2F2;
  --rgb_gray_light2: 243, 242, 242;
  --clr_gray_light3: #D6D6D6;
  --rgb_gray_light3: 214, 214, 214;
  --clr_brown: #6B4C32;
  --rgb_brown: 107, 76, 50;
}

:root {
  --padding120: calc((100% - 120rem) / 2);
}

@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
@keyframes bgzoom {
  100% {
    background-size: 120% auto;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_down {
  0% {
    opacity: 0;
    transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade_up {
  0% {
    opacity: 0;
    transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade_right {
  0% {
    opacity: 0;
    transform: translateX(10rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade_left {
  0% {
    opacity: 0;
    transform: translateX(-10rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes balloon {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0.6rem);
  }
}
@keyframes airball {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}
@keyframes poyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes clip_center {
  0% {
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
  }
}
@keyframes clip_left {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
  }
}
@keyframes clip_right {
  0% {
    clip-path: polygon(100% 0, 100% 1%, 100% 100%, 100% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
  }
}
@keyframes clip_top {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
  }
}
@keyframes purun {
  0% {
    transform: scale(1, 1);
  }
  20% {
    transform: scale(1, 0.8);
  }
  40% {
    transform: scale(0.8, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.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: linear-gradient(to bottom, transparent 60%, var(--clr_txt) 60%);
}

.img_c {
  margin: 1rem auto;
  border-radius: 1rem;
}

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

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

.img_wrap img {
  width: auto;
  max-width: 90%;
  margin: auto;
}
.img_wrap img:not(:last-of-type) {
  margin: 0 auto 2rem;
}

@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_l, .img_r, .img_c {
    border-radius: 2rem;
  }
  img.tate {
    max-width: 28% !important;
  }
  .img_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4rem 0;
  }
  .img_wrap img {
    margin: 0;
    max-width: 48%;
  }
  .img_wrap img:not(:last-of-type) {
    margin: 0;
  }
}
.sp_n {
  display: none;
}

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

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

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

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

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

body:not(.index) .main > section ~ section, body:not(.index) .flex2 > section ~ section {
  margin-top: 5rem;
}
body:not(.index) .main > section section ~ section, body:not(.index) .flex2 > section section ~ section {
  margin-top: 4rem;
}
body:not(.index) .main > section > section section ~ section, body:not(.index) .flex2 > section > section section ~ section {
  margin-top: 3rem;
}
body:not(.index) .main > section > section > section section ~ section, body:not(.index) .flex2 > section > section > section section ~ section {
  margin-top: 2rem;
}

.mth2 {
  margin-top: 5rem;
}

.mth3 {
  margin-top: 4rem;
}

.mth4 {
  margin-top: 3rem;
}

.mth5 {
  margin-top: 2rem;
}

@media screen and (min-width: 48em), print {
  .mt50 {
    margin-top: 10rem !important;
  }
  .mt40 {
    margin-top: 8rem !important;
  }
  .mt30 {
    margin-top: 6rem !important;
  }
  .mt20 {
    margin-top: 4rem !important;
  }
  .mt10 {
    margin-top: 2rem !important;
  }
  body:not(.index) .main > section ~ section, body:not(.index) .flex2 > section ~ section {
    margin-top: 10rem;
  }
  body:not(.index) .main > section section ~ section, body:not(.index) .flex2 > section section ~ section {
    margin-top: 8rem;
  }
  body:not(.index) .main > section > section section ~ section, body:not(.index) .flex2 > section > section section ~ section {
    margin-top: 6rem;
  }
  body:not(.index) .main > section > section > section section ~ section, body:not(.index) .flex2 > section > section > section section ~ section {
    margin-top: 4rem;
  }
  .mth2 {
    margin-top: 10rem;
  }
  .mth3 {
    margin-top: 8rem;
  }
  .mth4 {
    margin-top: 6rem;
  }
  .mth5 {
    margin-top: 4rem;
  }
}
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.2rem;
  table-layout: fixed;
}
.tbl_time caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.5rem;
  letter-spacing: 0.1em;
}
.tbl_time caption p span {
  background: var(--clr_pink);
  border-radius: 0.5rem;
  display: inline-block;
  margin: 0 1rem 0 0;
  padding: 0.3rem 1rem 0.1rem;
  color: #fff;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.6rem 0;
  background: var(--clr_blue);
  color: #fff;
  text-align: center;
}
.tbl_time tr th[scope=col]:first-child {
  width: 32%;
  border-radius: 1rem 0 0 0;
}
.tbl_time tr th[scope=col]:last-child {
  border-radius: 0 1rem 0 0;
  width: 10%;
  padding: 0.6rem 0.8rem 0.6rem 0;
}
.tbl_time tr th[scope=row] {
  border-bottom: 1px solid var(--clr_gray_light3);
}
.tbl_time tr td {
  text-align: center;
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--clr_gray_light3);
  line-height: 1;
}
.tbl_time tr td:last-child {
  padding: 1.4rem 0.8rem 1.4rem 0;
}
.tbl_time tr td.open::after {
  font-family: "fontello";
  content: "\e805";
  color: var(--clr_green_light4);
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
  .tbl_time caption p span {
    padding: 0.5rem 1.5rem;
    border-radius: 1rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 1.2rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 30%;
    border-radius: 2rem 0 0 0;
  }
  .tbl_time tr th[scope=col]:last-child {
    border-radius: 0 2rem 0 0;
  }
  .tbl_time tr td.open {
    font-size: 140%;
  }
}
.tbl_basic {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 1rem;
}
.tbl_basic tr th {
  padding: 0.4rem;
  font-weight: normal;
}
.tbl_basic tr th[scope=col] {
  background: var(--clr_green_light2);
}
.tbl_basic tr th[scope=col]:first-child {
  border-radius: 1rem 0 0 0;
}
.tbl_basic tr th[scope=col]:last-child {
  border-radius: 0 1rem 0 0;
}
.tbl_basic tr th[scope=col]:not(:last-child) {
  border-right: 1px solid #fff;
}
.tbl_basic tr th[scope=row] {
  background: var(--clr_gray_light2);
  border-bottom: 1px solid var(--clr_gray);
  border-right: 1px solid var(--clr_gray);
}
.tbl_basic tr td {
  padding: 0.4rem;
  border-bottom: 1px solid var(--clr_gray);
}
.tbl_basic tr td:not(:last-child) {
  border-right: 1px solid var(--clr_gray);
}

@media screen and (min-width: 48em), print {
  .tbl_basic {
    font-size: inherit;
  }
  .tbl_basic tr th {
    padding: 1rem;
  }
  .tbl_basic tr th[scope=col]:first-child {
    border-radius: 2rem 0 0 0;
  }
  .tbl_basic tr th[scope=col]:last-child {
    border-radius: 0 2rem 0 0;
  }
  .tbl_basic tr td {
    padding: 1rem;
  }
}
.gmap {
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media screen and (min-width: 48em), print {
  .gmap {
    border-radius: 3rem;
  }
}

.btn_map {
  color: var(--clr_blue);
  border: 1px solid var(--clr_blue);
  border-radius: 100vh;
  display: flex;
  width: fit-content;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.5rem 2rem;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.btn_map::before {
  font-family: "fontello";
  content: "\e803";
  font-size: 150%;
}
@media screen and (min-width: 48em), print {
  .btn_map {
    padding: 0.8rem 3rem;
  }
  .btn_map:is(:hover, :focus-visible) {
    background: var(--clr_blue);
    color: #fff;
  }
}

.tit_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 15rem;
  background: url(../img/tit_01.jpg) no-repeat center center/auto 100%;
  font-size: 2.2rem;
  line-height: 1.4;
  text-align: center;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  padding: 1rem 1rem 2rem;
  text-align: center;
  position: relative;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.tit_01 span {
  background: rgba(var(--rgb_blue), 0.9);
  padding: 0.5rem 1rem 0.3rem;
  border-radius: 0.5rem;
}
.tit_01::after {
  content: "";
  width: 100%;
  height: 11rem;
  background: url(../img/a_index_kv_wave.webp) no-repeat center top/auto 100%;
  position: absolute;
  bottom: -8rem;
  left: 0;
  right: 0;
}

.tit_02 {
  width: fit-content;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 0 auto 3rem;
  padding: 4rem 0 2rem;
  color: var(--clr_brown);
  background: url(../img/icon_bird.png) no-repeat top center/2.5em auto, url(../img/tit_02_lower.png) no-repeat center bottom/2em auto;
}

body:not(.index) main section:first-child .tit_02 {
  top: -4.5rem;
  position: relative;
  margin-bottom: -1.5rem;
}

body:is(.index) .tit_02 {
  background: url(../img/icon_bird.png) no-repeat top center/2.5em auto;
  padding: 4rem 0 0;
}
body:is(.index) .tit_02::after {
  content: attr(data-txt);
  font-size: 66%;
  color: var(--clr_blue_dark2);
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.3em;
  display: block;
  margin: 0.4em 0 0;
}

.tit_03 {
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  padding: 0.5rem 8rem 0.5rem 1rem;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  background: var(--clr_blue);
  border-radius: 0.3rem;
  position: relative;
  letter-spacing: 0.1em;
}
.tit_03::after {
  content: "";
  width: 7rem;
  height: 3rem;
  background: url(../img/tit_03.png) no-repeat center top/100% auto;
  position: absolute;
  right: 1rem;
  top: -0.5rem;
}

.tit_04 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
}
.tit_04::after {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, var(--clr_blue) 3em, var(--clr_gray_light) 3em);
  display: block;
  margin: 0.3rem 0 0;
}

.tit_05 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 0 0 1rem;
  padding: 0 0 0 1.5em;
  position: relative;
  letter-spacing: 0.1em;
}
.tit_05::before {
  font-family: "fontello";
  content: "\e805";
  color: var(--clr_green);
  position: absolute;
  left: 0;
  top: 0;
  font-weight: normal;
}

.tit_06 {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0 0 1rem;
  color: var(--clr_green_dark2);
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    min-height: 59.2rem;
    background: url(../img/tit_01.jpg) no-repeat center center/auto;
    font-size: 4rem;
    padding: 18rem var(--padding120) 12.7rem;
  }
  .tit_01 span {
    padding: 2.2rem 5rem;
    border-radius: 1rem;
  }
  .tit_01::after {
    height: 56.5rem;
    background-size: auto 100%;
    bottom: -44rem;
  }
  .tit_02 {
    font-size: 3rem;
    padding: 6rem 0 2rem;
    margin: 0 auto 4rem;
  }
  body:not(.index) main section:first-child .tit_02 {
    top: -12rem;
    position: relative;
    margin-bottom: -8rem;
  }
  body:is(.index) .tit_02 {
    padding: 6.5rem 0 0;
  }
  .tit_03 {
    font-size: 3rem;
    margin: 0 0 3rem;
    padding: 1rem 21rem 1rem 2rem;
    border-radius: 0.6rem;
    letter-spacing: 0.14em;
  }
  .tit_03::after {
    width: 19rem;
    height: 6.3rem;
    right: 2rem;
    top: -1rem;
  }
  .tit_04 {
    font-size: 2.6rem;
    margin: 0 0 3rem;
  }
  .tit_04::after {
    height: 3px;
  }
  .tit_05 {
    font-size: 2.4rem;
    margin: 0 0 2rem;
  }
  .tit_06 {
    font-size: 2rem;
    margin: 0 0 2rem;
  }
}
.lst_ul {
  line-height: 1.4;
  margin: 0.5em 0;
}
.lst_ul > li {
  padding: 0 0 0 1em;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin: 0 0 0.5em;
}
.lst_ul > li::before {
  content: "●";
  color: var(--clr_blue);
  font-size: 75%;
  position: absolute;
  left: 0;
  top: 0.2em;
}
.lst_ul.kome > li {
  padding: 0 0 0 1.2em;
}
.lst_ul.kome > li::before {
  content: "※";
  font-size: 100%;
  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: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .lst_dl01 dt {
    width: 20%;
  }
  .lst_dl01 dd {
    width: 80%;
    padding: 0 0 0 1rem;
  }
}

.lst_dl02 dt {
  background: var(--clr_green_light3);
  border-top: 1px solid var(--clr_gray);
  border-bottom: 1px solid var(--clr_gray);
  text-align: center;
  padding: 0.5rem 1rem;
}
.lst_dl02 dd {
  padding: 1rem 1rem 2rem;
  background: #fff;
}
.lst_dl02 dd:last-of-type {
  border-bottom: 1px solid var(--clr_gray);
}
.lst_dl02.dd_c dd {
  text-align: center;
}
@media screen and (min-width: 48em), print {
  .lst_dl02 {
    display: flex;
    flex-wrap: wrap;
  }
  .lst_dl02 dt,
  .lst_dl02 dd {
    width: 50%;
  }
  .lst_dl02 dt {
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
  }
  .lst_dl02 dt:last-of-type {
    border-bottom: 1px solid var(--clr_gray);
  }
  .lst_dl02 dd {
    border-top: 1px solid var(--clr_gray);
    padding: 2rem;
  }
  .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-radius: 1rem;
  border: 1px solid var(--clr_blue);
}
.lst_flow > li::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  background: var(--clr_blue);
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  border-radius: 50%;
  color: #fff;
  font-size: 1.6rem;
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 1rem 0 0;
}
.lst_flow > li .tit {
  font-size: 1.6rem;
  display: inline-block;
  margin: 0 0 1rem;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.lst_flow > li:not(:last-of-type) {
  margin: 0 0 5rem;
}
.lst_flow > li:not(:last-of-type)::after {
  content: "";
  width: 2.8rem;
  height: 2rem;
  background: var(--clr_blue);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 48em), print {
  .lst_flow > li {
    padding: 3rem 3rem 3rem 12rem;
    border-radius: 2rem;
  }
  .lst_flow > li::before {
    font-size: 3.6rem;
    width: 7rem;
    height: 7rem;
    position: absolute;
    left: 2rem;
    top: 2rem;
  }
  .lst_flow > li .tit {
    font-size: 3rem;
  }
  .lst_flow > li:not(:last-of-type) {
    margin: 0 0 8.5rem;
  }
  .lst_flow > li:not(:last-of-type)::after {
    width: 3.5rem;
    height: 2.8rem;
    bottom: -6.5rem;
  }
}

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

.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3 > li {
  width: 46%;
}

@media screen and (min-width: 48em), print {
  .flex {
    gap: 1rem 5rem;
  }
  .flex2 {
    display: flex;
    justify-content: space-between;
    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 {
    justify-content: flex-start;
  }
  .flex3 li {
    width: 31%;
  }
  .flex3 li:not(:nth-child(3n)) {
    margin: 0 2rem 0 0;
  }
}
.tel_style {
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: baseline;
  text-align: center;
  gap: 0 0.4rem;
  color: var(--clr_blue);
  background: var(--clr_blue_light2);
  border-radius: 100vh;
  padding: 0.5rem 2rem;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  font-size: 120%;
}
.tel_style::before {
  font-family: "fontello";
  content: "\e800";
}

.box_blue, .box_green {
  padding: 1rem;
  margin: 1em 0;
  border-radius: 1rem;
}
@media screen and (min-width: 48em), print {
  .box_blue, .box_green {
    padding: 3rem;
    border-radius: 2rem;
  }
}

.box_blue {
  background: var(--clr_blue_light3);
}

.box_green {
  background: var(--clr_green_light3);
}

.btn_rsv {
  display: inline-block;
  background: var(--clr_green);
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 0.7rem 2rem 0.5rem 3.5rem;
  margin: 0.5em auto;
  position: relative;
  border-radius: 1rem;
}
.btn_rsv::before {
  content: "";
  width: 3.5rem;
  height: 3.5rem;
  background: url(../img/icon_clover_ladybug.png) no-repeat center/100% auto;
  position: absolute;
  top: -1.5rem;
  left: 0;
}
@media screen and (min-width: 48em), print {
  .btn_rsv {
    border-radius: 2rem;
    padding: 0.7rem 3rem 0.7rem 5.4rem;
    font-size: 1.8rem;
    border: 1px solid var(--clr_green);
  }
  .btn_rsv::before {
    width: 5rem;
    height: 5rem;
    top: -2rem;
    left: 0;
  }
  .btn_rsv:is(:hover, :focus-visible) {
    background: #fff;
    color: var(--clr_green);
    opacity: 1;
  }
}

.btn_white, .btn_green, .btn_blue {
  display: flex;
  gap: 1rem;
  align-items: center;
  width: fit-content;
  margin: 1rem auto;
  padding: 1.5rem 3rem 1.3rem;
  text-decoration: none !important;
  border-radius: 100vh;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  line-height: 1.4;
}
.btn_white::before, .btn_green::before, .btn_blue::before {
  font-family: "fontello";
  content: "\e80b";
  font-size: 125%;
  line-height: 1;
  font-weight: normal;
}
@media screen and (min-width: 48em), print {
  .btn_white, .btn_green, .btn_blue {
    padding: 2.3rem 5rem 2.1rem;
    font-size: 1.8rem;
  }
}

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

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

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

.linkout {
  display: inline-block;
  color: var(--clr_txt);
}
.linkout::after {
  font-family: "fontello";
  content: "\f08e";
  margin-left: 0.3rem;
}
@media screen and (min-width: 48em), print {
  .linkout::after {
    margin-left: 0.5rem;
  }
  .linkout::after:hover {
    text-decoration: none;
  }
}
.linkout.pdf::after {
  font-family: "fontello";
  content: "\f1c1";
}

@media screen and (min-width: 48em), print {
  .slick-arrow {
    position: absolute;
    cursor: pointer;
    line-height: 0;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    width: 5rem;
    height: 5rem;
    top: 25rem;
  }
  .slick-arrow::before {
    font-size: 5rem;
    color: var(--clr_blue);
    transition: 0.3s;
  }
  .slick-arrow.slick-prev {
    left: -6rem;
  }
  .slick-arrow.slick-prev::before {
    font-family: "fontello";
    content: "\e80c";
  }
  .slick-arrow.slick-next {
    right: -6rem;
  }
  .slick-arrow.slick-next::before {
    font-family: "fontello";
    content: "\e80b";
  }
}
.slick-dots {
  display: flex;
  justify-content: 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_blue);
}
.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: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgba(var(--rgb_blue_light2), 0.6);
  position: fixed;
  top: 0;
  z-index: 90;
  opacity: 0;
  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);
    max-width: 200rem;
    margin: auto;
  }
  body::after {
    display: none;
  }
  a, button {
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1200px;
    margin: auto;
  }
  .main {
    font-size: 1.6rem;
    line-height: 2;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    text-decoration: none;
  }
}
.header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.header > .wrap .logo {
  width: 100%;
  height: 6.6rem;
  padding: 1rem;
  background: #fff;
  transition: 0.5s;
}
.header > .wrap .logo.hide {
  transform: translateY(-150%);
}
.header > .wrap .logo a {
  display: block;
  width: calc(100% - 6rem);
  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;
}
.header > .wrap .headR .add_tel {
  display: none;
}

@media screen and (min-width: 48em), print {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.9);
  }
  .header > .wrap {
    padding: 0 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header > .wrap .logo {
    width: 49%;
    height: 6.3rem;
    padding: 0;
    position: relative;
    z-index: 101;
    background: none;
  }
  .header > .wrap .logo a {
    width: 100%;
  }
  .header > .wrap .headR {
    width: 51%;
  }
  .header > .wrap .headR .add_tel {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 2rem;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-align: center;
  }
  .header > .wrap .headR .add_tel .tel_style {
    font-size: 2.8rem;
    border-radius: 0 0 2.9rem 2.9rem;
    padding: 1rem 2rem;
  }
  .header.nav_sticky > .wrap .logo {
    display: none;
  }
  .header.nav_sticky > .wrap .headR {
    width: 100%;
  }
  .header.nav_sticky > .wrap .headR ul {
    display: none;
  }
  .header.nav_sticky > .wrap .headR #nav .gnav_subnav .gnav {
    justify-content: space-around;
  }
  .header.nav_sticky > .wrap .headR #nav .gnav_subnav .gnav li a, .header.nav_sticky > .wrap .headR #nav .gnav_subnav .gnav li .sub {
    padding: 1rem;
  }
  .header.nav_sticky > .wrap .headR #nav .gnav_subnav .gnav li a .home_clip, .header.nav_sticky > .wrap .headR #nav .gnav_subnav .gnav li .sub .home_clip {
    position: static;
    clip-path: inset(0);
  }
}
.side_btn {
  display: none;
}

@media screen and (min-width: 48em), print {
  .side_btn {
    display: block;
    position: fixed;
    right: 0;
    top: 20%;
    z-index: 200;
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: nowrap;
  }
  .side_btn li .btn_rsv {
    border-radius: 2rem 0 0 2rem;
    padding: 4rem 1.8rem 2rem;
    margin: 0;
    font-size: 2rem;
    letter-spacing: 0.18em;
    text-indent: 0.18em;
  }
  .side_btn li .btn_rsv::before {
    width: 5rem;
    height: 5rem;
    top: -1.5rem;
  }
}
#nav {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  background: var(--clr_blue_light3);
  padding: 0;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 100;
  transition: 0.5s;
}
#nav #sp_menu.hide {
  transform: translateY(-220%);
}
#nav #sp_menu span {
  width: 2.5rem;
  height: 2px;
  background: var(--clr_blue);
  position: absolute;
  transition: 0.5s;
  transform: translate(-50%, -50%);
}
#nav #sp_menu span:nth-of-type(1) {
  top: 33%;
  left: 50%;
}
#nav #sp_menu span:nth-of-type(2) {
  top: 50%;
  left: 50%;
}
#nav #sp_menu span:nth-of-type(3) {
  top: 67%;
  left: 50%;
}
#nav #sp_menu.close span {
  top: 50%;
}
#nav #sp_menu.close span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center;
}
#nav #sp_menu.close span:nth-of-type(2) {
  opacity: 0;
}
#nav #sp_menu.close span:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
  transform-origin: center;
}
#nav .gnav_subnav {
  display: none;
  width: 100%;
  max-height: calc(100dvh - 6.5rem);
  overflow-y: auto;
  background: #fff;
  padding: 1rem 1rem 2rem;
  margin: auto;
  position: absolute;
  top: 6.6rem;
  left: 0;
  right: 0;
  z-index: 100;
}
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-size: 1.4rem;
}
#nav .gnav_subnav .gnav > li a.home, #nav .gnav_subnav .gnav > li .sub.home {
  justify-content: flex-start;
  gap: 0.5rem;
  align-items: center;
}
#nav .gnav_subnav .gnav > li a.home::before, #nav .gnav_subnav .gnav > li .sub.home::before {
  font-family: "fontello";
  content: "\e801";
  padding: 0 0 0.3rem;
}
#nav .gnav_subnav .gnav > li a.current, #nav .gnav_subnav .gnav > li .sub.current {
  color: var(--clr_blue);
}
#nav .gnav_subnav .gnav > li .sub {
  gap: 0.4rem;
}
#nav .gnav_subnav .gnav > li .sub::after {
  font-family: "fontello";
  content: "\f004";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 80%;
  color: var(--clr_blue);
}
#nav .gnav_subnav .gnav > li .sub.close::after {
  font-family: "fontello";
  content: "\f005";
}
#nav .gnav_subnav .gnav > li .subbox {
  display: none;
  box-shadow: 0 0.5rem 1rem rgba(51, 51, 51, 0.15);
  border-radius: 1rem;
  padding: 0.5rem;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav {
  display: flex;
  flex-wrap: wrap;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li {
  width: 50%;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a {
  justify-content: flex-start;
  gap: 0.4rem;
  padding: 1rem 1.5rem;
  border-radius: 100vh;
  color: var(--clr_txt);
  font-size: 1.3rem;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a::before {
  font-family: "fontello";
  content: "\32";
  color: var(--clr_blue);
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a.current {
  background: var(--clr_blue);
  opacity: 1;
  color: #fff;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a.current::before {
  color: #fff;
}
#nav .gnav_subnav #menu_close {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: var(--clr_blue);
  text-align: center;
  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: static;
    transition: 0.8s;
  }
  #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;
    background: none;
  }
  #nav .gnav_subnav .gnav {
    margin: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1.7rem;
    border: none;
  }
  #nav .gnav_subnav .gnav > li {
    width: auto;
    position: relative;
  }
  #nav .gnav_subnav .gnav > li:not(:last-child) {
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav > li.gnav_pc_n {
    display: none;
  }
  #nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
    justify-content: center;
    text-align: center;
    font-size: 1.6rem;
    margin: 0;
    padding: 1rem 0;
    cursor: pointer;
  }
  #nav .gnav_subnav .gnav > li a.home::before, #nav .gnav_subnav .gnav > li .sub.home::before {
    font-size: 2.6rem;
    line-height: 1;
  }
  #nav .gnav_subnav .gnav > li a.home .home_clip, #nav .gnav_subnav .gnav > li .sub.home .home_clip {
    clip-path: inset(50% 50%);
    position: absolute;
    top: 0;
    left: 0;
  }
  #nav .gnav_subnav .gnav > li a:is(:hover, :focus-visible, .current), #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible, .current) {
    color: var(--clr_blue);
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li .subbox {
    display: none;
    min-width: 41.8rem;
    padding: 1.5rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    background: #fff;
    box-shadow: 0 1rem 2rem rgba(51, 51, 51, 0.15);
    border-radius: 2rem;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a {
    padding: 1.5rem 2rem;
    font-size: 1.6rem;
    gap: 1rem;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:is(:hover, :focus-visible, .current) {
    background: var(--clr_blue);
    opacity: 1;
    color: #fff;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:is(:hover, :focus-visible, .current)::before {
    color: #fff;
  }
  #nav .gnav_subnav #menu_close {
    display: none;
  }
}
.overview {
  padding: 6rem 1rem 4rem;
  margin-top: -3rem;
  position: relative;
  z-index: 1;
  font-size: 1.4rem;
  line-height: 1.6;
  background: url(../img/overview_wave.webp) no-repeat center top/200% auto, linear-gradient(to bottom, transparent 0, rgba(var(--rgb_blue_light4), 0.72) 10rem, var(--clr_blue_light3));
}
.overview > .wrap {
  background: #fff;
  padding: 2rem 1rem;
  border-radius: 1.5rem;
}
.overview > .wrap .clinic_name {
  margin: 0 0 2rem;
}
.overview > .wrap .overviewL > ul li {
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.overview > .wrap .overviewL > ul li .tel_style {
  margin: 1rem auto 2rem;
}
.overview > .wrap .overviewL .gaiyo {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 1.2rem;
}
.overview > .wrap .overviewL .gaiyo dt {
  width: 25%;
  padding: 0.4rem;
  margin: 0 0 0.5rem;
  background: var(--clr_blue);
  color: #fff;
  border-radius: 0.5rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.overview > .wrap .overviewL .gaiyo dd {
  width: calc(75% - 0.5rem);
  margin: 0 0 0.5rem;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
}
.overview > .wrap .overviewL .gaiyo dd .txt_large {
  font-size: 150%;
  color: var(--clr_blue);
  line-height: 1;
}
.overview > .wrap .overviewL .tbl_time {
  margin: 2rem 0;
}
.overview > .wrap .overviewR .gmap {
  height: 100vw;
}
.overview > .wrap .overviewR .btn_map {
  margin: 2rem auto 0;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 19rem 0 4rem;
    font-size: 1.8rem;
    background: url(../img/overview_wave.webp) no-repeat center top/200rem auto, linear-gradient(to bottom, transparent 0, rgba(var(--rgb_blue_light4), 0.72) 40rem, var(--clr_blue_light3) 100%);
    margin-top: -10rem;
  }
  .overview > .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 3rem;
    width: 118rem;
    padding: 3.5rem 7rem 2.5rem;
  }
  .overview > .wrap .clinic_name {
    width: 100%;
    margin: 0 0 5rem;
  }
  .overview > .wrap .clinic_name img {
    max-width: 69rem;
    margin: auto;
  }
  .overview > .wrap .overviewL {
    width: 44.7%;
  }
  .overview > .wrap .overviewL > ul li .tel_style {
    font-size: 3rem;
    margin: 1rem auto 3rem;
    padding: 0.5rem 5rem;
  }
  .overview > .wrap .overviewL .gaiyo {
    font-size: 1.6rem;
  }
  .overview > .wrap .overviewL .gaiyo dt {
    padding: 0.8rem 0;
    margin: 0 0 1rem;
    border-radius: 1rem;
    width: 21.5%;
  }
  .overview > .wrap .overviewL .gaiyo dd {
    padding: 0.3rem 0;
    margin: 0 0 1rem;
    width: calc(78.5% - 2rem);
  }
  .overview > .wrap .overviewR {
    margin: 1rem 0 0;
    width: 50%;
  }
  .overview > .wrap .overviewR .gmap {
    height: 49rem;
  }
  .overview > .wrap .overviewR .btn_map {
    margin: 3rem auto 0;
    font-size: 1.6rem;
  }
}
#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: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 -0.2rem 0.2rem rgba(102, 102, 102, 0.2);
}
#tel_up ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
#tel_up ul li {
  flex: auto;
  height: 100%;
  text-align: center;
}
#tel_up ul li .tel_style {
  height: 100%;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 0;
  border-radius: 0;
}
#tel_up ul li .btn_rsv {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 0 2rem;
  margin: 0;
  border-radius: 0;
}
#tel_up ul li .btn_rsv::before {
  width: 4rem;
  height: 4rem;
}
#tel_up #pageup {
  display: block;
  width: 5rem;
  height: 5rem;
  position: absolute;
  bottom: 5rem;
  right: 1rem;
  font-size: 1rem;
  text-align: center;
  padding: 0;
  line-height: 1;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-style: normal;
  z-index: 101;
  text-shadow: 0.1rem 0.1rem 0 #fff, 0.1rem 0 0 #fff, 0.1rem -0.1rem 0 #fff, 0 -0.1rem 0 #fff, 0 0.1rem 0 #fff, -0.1rem -0.1rem 0 #fff, -0.1rem 0 0 #fff, -0.1rem 0.1rem 0 #fff;
}
#tel_up #pageup::after {
  content: "";
  width: 100%;
  height: 3rem;
  background: url(../img/icon_bird.png) no-repeat center/100% auto;
  transform: rotateY(180deg);
  display: block;
  margin: 0.5rem 0 0;
  filter: drop-shadow(0 0 1px #fff);
}

@media screen and (min-width: 48em), print {
  #tel_up {
    width: 8.5rem;
    height: 7rem;
    bottom: 4rem;
    right: 4rem;
    left: auto;
    background: none;
    padding: 0;
    box-shadow: none;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 100%;
    font-size: 1.6rem;
  }
  #tel_up #pageup::after {
    height: 4.2rem;
    background-size: 7.6rem auto;
    margin: 1rem 0 0;
  }
  #tel_up #pageup:is(:hover, :focus-visible) {
    transform: scale(0.9);
    opacity: 1;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
  background: var(--clr_blue_light3);
}
.footer .copy {
  display: block;
  background: var(--clr_blue);
  color: #fff;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 1rem 0 0;
  }
  .footer .copy {
    margin: 3.5rem 0 0;
    font-size: 1.6rem;
    padding: 2rem 0;
  }
  .footer ul {
    display: block;
    text-align: center;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.6rem;
    margin: 0 0 1rem;
    -webkit-text-size-adjust: none;
    color: var(--clr_blue_dark3);
    letter-spacing: 0.1em;
  }
  .footer ul li:not(:last-child)::after {
    content: "|";
    margin: 0 0.4rem;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
}
.keyvsl {
  width: 100%;
  position: relative;
}
.keyvsl::after {
  content: "";
  width: 100%;
  height: 11rem;
  background: url(../img/a_index_kv_wave.webp) no-repeat center top/auto 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: 31rem;
  overflow: hidden;
  visibility: hidden;
  background: var(--clr_blue_light4);
}
.keyvsl #keyvsl .slick-list div img {
  height: 24rem !important;
  object-fit: cover;
  margin: auto;
}
.keyvsl #keyvsl .slick-dots {
  margin: 0.6rem 0 0;
  position: relative;
  z-index: 2;
}
.keyvsl #keyvsl .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.6rem;
}
.keyvsl > .wrap {
  position: absolute;
  bottom: 3rem;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 0 1rem;
}
.keyvsl > .wrap ul {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  opacity: 0;
  animation: fadein 1s forwards;
  position: relative;
}
.keyvsl > .wrap ul li {
  width: 10rem;
  height: 10rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #fff;
}
.keyvsl > .wrap ul li.time {
  width: 13rem;
  height: 13rem;
  background: url(../img/index_kv_circle_orange.svg) no-repeat center/100% auto;
}
.keyvsl > .wrap ul li.norsv {
  width: 9rem;
  height: 9rem;
  background: url(../img/index_kv_circle_green.svg) no-repeat center/100% auto;
  margin-right: -1rem;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.keyvsl > .wrap ul li.norsv .txt_large {
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.keyvsl > .wrap ul li.time, .keyvsl > .wrap ul li.norsv {
  font-size: 1rem;
}
.keyvsl > .wrap ul li.time .txt_medium, .keyvsl > .wrap ul li.norsv .txt_medium {
  font-size: 1.2rem;
}
.keyvsl > .wrap ul li.time .txt_large, .keyvsl > .wrap ul li.norsv .txt_large {
  font-size: 1.4rem;
  color: var(--clr_yellow_dark);
  border-bottom: 2px dotted var(--clr_yellow_dark);
  margin: 0 0 0.3rem;
  display: inline-block;
}
.keyvsl > .wrap ul li .jp {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.keyvsl > .wrap ul li .txt_large {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.keyvsl > .wrap ul li .txt_small {
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}

@media screen and (min-width: 48em), print {
  .keyvsl::after {
    height: 56.5rem;
    max-width: 200rem;
    margin: auto;
    bottom: 5rem;
  }
  .keyvsl #keyvsl {
    height: 136.4rem;
  }
  .keyvsl #keyvsl .slick-list div img {
    height: 94rem !important;
  }
  .keyvsl #keyvsl .slick-dots {
    margin: 1rem 0 0;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  .keyvsl > .wrap {
    bottom: 46rem;
    padding: 0 9rem;
  }
  .keyvsl > .wrap ul {
    flex-direction: row-reverse;
  }
  .keyvsl > .wrap ul li {
    width: 21.6rem;
    height: 21.3rem;
    font-size: 2.4rem;
  }
  .keyvsl > .wrap ul li.time {
    width: 26.4rem;
    height: 26rem;
    z-index: 1;
    position: relative;
  }
  .keyvsl > .wrap ul li.norsv {
    width: 18.3rem;
    height: 18.1rem;
    z-index: 2;
    margin-right: auto;
    margin-left: -1rem;
  }
  .keyvsl > .wrap ul li.time, .keyvsl > .wrap ul li.norsv {
    font-size: 2rem;
  }
  .keyvsl > .wrap ul li.time .txt_large, .keyvsl > .wrap ul li.norsv .txt_large {
    font-size: 3rem;
  }
  .keyvsl > .wrap ul li.time .txt_medium, .keyvsl > .wrap ul li.norsv .txt_medium {
    font-size: 2.4rem;
  }
  .keyvsl > .wrap ul li .txt_large {
    font-size: 2.8rem;
  }
  .keyvsl > .wrap ul li .txt_small {
    font-size: 1.8rem;
  }
}
.bnr_top {
  max-width: 100%;
  margin: 3rem auto 0;
  padding: 0 10px;
  text-align: center;
}
.bnr_top a {
  display: inline-block;
}

@media screen and (min-width: 48em), print {
  .bnr_top {
    max-width: 750px;
    margin: 6rem auto 0;
    padding: 0;
  }
}
.info {
  padding: 4rem 1rem;
  margin-top: -1px;
  background: linear-gradient(to bottom, var(--clr_blue_light4) 0, var(--clr_blue_light3) 100%);
}
.info .info_inner {
  background: #fff;
  padding: 2rem 1rem 2rem;
  border-radius: 2rem;
  position: relative;
}
.info .info_inner .tit_02 {
  margin-top: -3.5rem;
}
.info .info_inner dl {
  opacity: 0;
  min-height: 20rem;
}
.info .info_inner dl.trigger {
  animation: fade_up 1s forwards;
}
.info .info_inner dl dt {
  display: flex;
  align-items: first baseline;
  gap: 0 0.6rem;
  margin: 0 0 0.6rem;
  line-height: 1.5;
  cursor: pointer;
}
.info .info_inner dl dt::before {
  font-family: "fontello";
  content: "\e809";
  color: var(--clr_blue);
  font-size: 108%;
}
.info .info_inner dl dt.close::before {
  font-family: "fontello";
  content: "\e80a";
}
.info .info_inner dl dt:not(:first-of-type) {
  margin: 1.6rem 0 0.6rem;
  padding: 1.6rem 0 0;
  border-top: 1px dotted var(--clr_gray_dark);
}
.info .info_inner dl dd {
  margin: 0 0 1.6rem;
  font-family: "Hiragino Sans", "Yu Gothic medium", "Yu Gothic", "游ゴシック Medium", Meiryo, sans-serif;
  line-height: 1.75;
  font-size: 1.2rem;
}
.info .info_inner dl dd:not(:nth-of-type(-n+3)) {
  display: none;
}

@media screen and (min-width: 48em), print {
  .info {
    margin-top: -40rem;
    padding: 0 0 6rem;
    background: linear-gradient(to bottom, transparent 0%, var(--clr_blue_light4) 7rem, var(--clr_blue_light3) 100%);
  }
  .info .info_inner {
    width: 100rem;
    margin: auto;
    padding: 6rem 6.5rem 6rem;
    border-radius: 4rem;
  }
  .info .info_inner .tit_02 {
    margin: -8rem auto 2rem;
  }
  .info .info_inner dl dt {
    margin: 0 0 1rem;
    font-size: 2rem;
    transition: 0.3s;
  }
  .info .info_inner dl dt:not(:first-of-type) {
    margin: 2rem 0 1rem;
    padding: 2rem 0 0;
  }
  .info .info_inner dl dt:hover {
    color: var(--clr_blue_dark);
  }
  .info .info_inner dl dd {
    margin: 0 0 1.6rem;
    font-size: 1.6rem;
  }
}
.tre {
  padding: 8rem 1rem;
  background: url(../img/index_tre_bg_topleft.png) no-repeat top left -2rem/16rem auto, url(../img/index_tre_bg_topright.png) no-repeat top -5rem right -3rem/14rem auto, url(../img/index_tre_bg_bottomleft.png) no-repeat bottom -9rem left -6rem/14rem auto, url(../img/index_tre_bg_bottomright.png) no-repeat bottom right -4rem/14rem auto;
  position: relative;
}
.tre::before {
  content: "";
  width: 100%;
  height: 3rem;
  background: url(../img/index_tre_wave_top.svg) no-repeat center top/150% auto;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
}
.tre::after {
  content: "";
  width: 100%;
  height: 3rem;
  background: url(../img/index_tre_wave_bottom.svg) no-repeat center bottom/150% auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.tre .tre_inner::before {
  content: "";
  width: 7rem;
  height: 6rem;
  background: url(../img/index_tre_clover.svg) no-repeat center/100% auto;
  position: absolute;
  top: -1rem;
  right: 4rem;
}
.tre .tre_inner::after {
  content: "";
  width: 7rem;
  height: 6rem;
  transform: rotate(-166deg);
  background: url(../img/index_tre_clover.svg) no-repeat center/100% auto;
  position: absolute;
  bottom: 0.5rem;
  left: 2.5rem;
  z-index: 1;
}
.tre .subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 0;
  justify-content: center;
  align-items: flex-start;
  opacity: 0;
}
.tre .subnav.trigger {
  animation: fadein 1s forwards;
}
.tre .subnav li a {
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 13rem 0 0;
  width: 15rem;
  position: relative;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  white-space: nowrap;
}
.tre .subnav li a::before {
  font-family: "fontello";
  content: "\e80b";
  margin: 0 0.5rem 0 0;
  color: var(--clr_blue_light);
}
.tre .subnav li a::after {
  width: 12rem;
  height: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 7rem;
  color: #fff;
  background: url(../img/index_tre_blue.svg) no-repeat center/100% auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.tre .subnav li a.internal::after {
  font-family: "fontello";
  content: "\e80d";
}
.tre .subnav li a.surgery::after {
  font-family: "fontello";
  content: "\e80e";
}
.tre .subnav li a.pediatrics::after {
  font-family: "fontello";
  content: "\e80f";
}
.tre .subnav li a.primary-care::after {
  font-family: "fontello";
  content: "\e811";
}
.tre .subnav li a.fever::after {
  font-family: "fontello";
  content: "\e812";
}
.tre .subnav li a.vaccination::after {
  font-family: "fontello";
  content: "\e813";
}
.tre .subnav li a.checkup::after {
  font-family: "fontello";
  content: "\e814";
}
.tre .subnav li:nth-child(2n) a::before {
  color: var(--clr_green_light);
}
.tre .subnav li:nth-child(2n) a::after {
  background: url(../img/index_tre_green.svg) no-repeat center/100% auto;
}

@media screen and (min-width: 48em), print {
  .tre {
    padding: 10rem 0 15rem;
    overflow-x: clip;
    background: url(../img/index_tre_bg_topleft.png) no-repeat top 1.5rem left calc(50% - 66rem)/67.5rem auto, url(../img/index_tre_bg_topright.png) no-repeat top -15.3rem right calc(50% - 77.2rem)/45.6rem auto, url(../img/index_tre_bg_bottomleft.png) no-repeat bottom -16rem left calc(50% - 80.75rem)/38.5rem auto, url(../img/index_tre_bg_bottomright.png) no-repeat bottom right calc(50% - 73rem)/54rem auto;
  }
  .tre::before, .tre::after {
    height: 8.37rem;
    background-size: 200rem auto;
  }
  .tre .tre_inner::before {
    width: 22.5rem;
    height: 18rem;
    right: calc(50% - 74.2rem);
  }
  .tre .tre_inner::after {
    width: 22.5rem;
    height: 18rem;
    left: calc(50% - 76rem);
    bottom: 5rem;
  }
  .tre .subnav {
    max-width: 110rem;
    margin: auto;
    gap: 2rem 3rem;
  }
  .tre .subnav li:nth-child(2), .tre .subnav li:nth-child(3) {
    margin: 2.7rem 0 0;
  }
  .tre .subnav li:nth-child(6) {
    margin: 1.7rem 0 0;
  }
  .tre .subnav li a {
    width: 23rem;
    padding: 21rem 0 0;
    font-size: 2.2rem;
  }
  .tre .subnav li a::after {
    width: 20rem;
    height: 20rem;
    font-size: 13rem;
  }
  .tre .subnav li a:is(:hover, :focus-visible, .current)::after {
    animation: purun 0.8s forwards;
  }
}
.feature {
  padding: 0 2rem 8rem;
  background: linear-gradient(to bottom, transparent 1.9rem, var(--clr_yellow) 1.9rem);
  margin-top: -2rem;
  position: relative;
  z-index: 1;
}
.feature ol {
  counter-reset: number 0;
}
.feature ol li {
  position: relative;
}
.feature ol li.trigger .tit, .feature ol li.trigger p {
  animation: fade_up 1s forwards 0.5s;
}
.feature ol li::before {
  content: "";
  width: 100%;
  height: 25rem;
  display: block;
  border-radius: 4rem 4rem 0 0;
  margin: 0 0 1.5rem;
}
.feature ol li.feat1::before {
  background: url(../img/index_feat_number_blue.svg) no-repeat center bottom/101% auto, url(../img/index_feature1.jpg) no-repeat center top/100% auto;
}
.feature ol li.feat2::before {
  background: url(../img/index_feat_number_blue.svg) no-repeat center bottom/101% auto, url(../img/index_feature2.jpg) no-repeat center top/100% auto;
}
.feature ol li.feat3::before {
  background: url(../img/index_feat_number_blue.svg) no-repeat center bottom/101% auto, url(../img/index_feature3.jpg) no-repeat center top/100% auto;
}
.feature ol li.feat4::before {
  background: url(../img/index_feat_number_blue.svg) no-repeat center bottom/101% auto, url(../img/index_feature4.jpg) no-repeat center top/100% auto;
}
.feature ol li.feat5::before {
  background: url(../img/index_feat_number_blue.svg) no-repeat center bottom/101% auto, url(../img/index_feature5.jpg) no-repeat center top/100% auto;
}
.feature ol li.feat6::before {
  background: url(../img/index_feat_number_blue.svg) no-repeat center bottom/101% auto, url(../img/index_feature6.jpg) no-repeat center top/100% auto;
}
.feature ol li::after {
  content: counter(number, decimal-leading-zero);
  counter-increment: number 1;
  position: absolute;
  top: 20rem;
  left: 50.5%;
  transform: translateX(-50%);
  font-size: 2.4rem;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
}
.feature ol li .tit {
  color: var(--clr_blue_dark);
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 0 0 1rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  opacity: 0;
}
.feature ol li p {
  line-height: 1.9;
  letter-spacing: 0.09em;
  text-indent: 0.09em;
  opacity: 0;
}
.feature ol li:nth-child(2n).feat1::before {
  background: url(../img/index_feat_number_green.svg) no-repeat center bottom/101% auto, url(../img/index_feature1.jpg) no-repeat center top/100% auto;
}
.feature ol li:nth-child(2n).feat2::before {
  background: url(../img/index_feat_number_green.svg) no-repeat center bottom/101% auto, url(../img/index_feature2.jpg) no-repeat center top/100% auto;
}
.feature ol li:nth-child(2n).feat3::before {
  background: url(../img/index_feat_number_green.svg) no-repeat center bottom/101% auto, url(../img/index_feature3.jpg) no-repeat center top/100% auto;
}
.feature ol li:nth-child(2n).feat4::before {
  background: url(../img/index_feat_number_green.svg) no-repeat center bottom/101% auto, url(../img/index_feature4.jpg) no-repeat center top/100% auto;
}
.feature ol li:nth-child(2n).feat5::before {
  background: url(../img/index_feat_number_green.svg) no-repeat center bottom/101% auto, url(../img/index_feature5.jpg) no-repeat center top/100% auto;
}
.feature ol li:nth-child(2n).feat6::before {
  background: url(../img/index_feat_number_green.svg) no-repeat center bottom/101% auto, url(../img/index_feature6.jpg) no-repeat center top/100% auto;
}
.feature ol li:nth-child(2n) .tit {
  color: var(--clr_green_dark);
}
.feature ol li:not(:last-of-type) {
  margin: 0 0 4rem;
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 0 0 17rem;
    margin-top: -7rem;
    background: linear-gradient(to bottom, transparent 6.9rem, var(--clr_yellow) 6.9rem);
    overflow-x: clip;
  }
  .feature::before, .feature::after {
    content: "";
    background: url(../img/index_feat_clover.svg) no-repeat center/100% auto;
    position: absolute;
  }
  .feature::before {
    width: 30.2rem;
    height: 30.2rem;
    right: calc(50% - 112rem);
    top: 53rem;
    transform: rotate(354deg);
  }
  .feature::after {
    width: 28.1rem;
    height: 28.1rem;
    left: calc(50% - 110rem);
    top: 112rem;
    transform: rotate(354deg);
  }
  .feature .feat_inner::before {
    content: "";
    background: url(../img/index_feat_clover.svg) no-repeat center/100% auto;
    position: absolute;
    width: 30.2rem;
    height: 30.2rem;
    right: calc(50% - 55rem);
    bottom: 45rem;
    transform: rotate(49deg);
  }
  .feature ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6rem 8rem;
    width: 118rem;
    margin: auto;
  }
  .feature ol li {
    width: 55rem;
  }
  .feature ol li::before {
    height: 48.3rem;
    margin: 0 0 3rem;
  }
  .feature ol li::after {
    font-size: 4.4rem;
    top: 38rem;
  }
  .feature ol li .tit {
    font-size: 3.2rem;
    margin: 0 0 1.5rem;
  }
  .feature ol li p {
    font-size: 2rem;
  }
  .feature ol li:not(:last-of-type) {
    margin: 0;
  }
}
body:not(.index) .sub_header {
  display: flex;
  flex-direction: column-reverse;
}
body:not(.index) > .wrap {
  background: linear-gradient(to bottom, var(--clr_blue_light4) 0, var(--clr_blue_light3) 100%);
  padding: 3rem 1rem 8rem;
}
body:not(.index) .main {
  padding: 3rem 1rem;
  border-radius: 2rem;
  background: #fff;
  font-size: 1.25rem;
  font-family: "Hiragino Sans", "Yu Gothic medium", "Yu Gothic", "游ゴシック Medium", Meiryo, sans-serif;
  position: relative;
  z-index: 2;
  min-height: 30rem;
}
body:not(.index) .main .tel_style {
  font-size: 120%;
}
body:not(.index) .main a:not([class*=btn], [class*=tel], .lst_anc > li > a) {
  color: var(--clr_txt);
}
@media screen and (min-width: 48em), print {
  body:not(.index) > .wrap {
    padding: 2rem 0 16rem;
    width: 100%;
  }
  body:not(.index) .main {
    width: 120rem;
    margin: auto;
    padding: 10rem;
    border-radius: 4rem;
    font-size: 1.6rem;
    min-height: 45rem;
  }
  body:not(.index) .main .cf .img_l, body:not(.index) .main .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}

.breadnav {
  max-width: 100vw;
  margin: 0 1rem;
  overflow-x: auto;
  position: relative;
  z-index: 1;
  font-family: "Hiragino Sans", "Yu Gothic medium", "Yu Gothic", "游ゴシック Medium", Meiryo, sans-serif;
}
.breadnav .breadcrumb {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  white-space: nowrap;
}
.breadnav .breadcrumb li {
  display: flex;
  align-items: center;
}
.breadnav .breadcrumb li:not(:last-child)::after {
  display: inline-block;
  font-family: "fontello";
  content: "\f006";
  color: var(--clr_blue);
  font-size: 90%;
  margin: 0 0.6rem;
}

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

.gallery {
  width: 85%;
  margin: auto;
  visibility: hidden;
}
.gallery .gallery_slider div .cap {
  margin: 0.2rem 0 0;
  text-align: center;
  padding: 0.6rem;
  font-size: 1.2rem;
  opacity: 0;
  transition: 0.3s ease;
  background: var(--clr_blue_light3);
  line-height: 1.4;
}
.gallery .gallery_slider div .slick-current .cap {
  opacity: 1;
  transition-delay: 0.5s;
}
.gallery .gallery_slider div:first-child .cap {
  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_blue_light);
}
.gallery .gallery_thum#clinic_02_nav .slick-track {
  transform: translate3d(0px, 0px, 0px) !important;
}

@media screen and (min-width: 48em), print {
  .gallery {
    width: 75rem;
    margin: auto;
  }
  .gallery .gallery_slider {
    font-size: 1.6em;
  }
  .gallery .gallery_slider div .cap {
    font-size: 1.8rem;
    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;
  }
}

body.vaccination .border_r {
  border-right: 1px solid var(--clr_gray);
}

/*# sourceMappingURL=style.css.map */