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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h5, h6 {
  margin: 0;
}

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

p {
  margin: 1em 0;
}

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

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

:where(em) {
  font-style: normal;
  font-weight: bold;
}

:where(i) {
  font-style: normal;
}

.btn_monshin {
  pointer-events: none;
}

:root {
  --clr_rgb-white: 255,255,255;
  --clr_rgb-gray: 204,204,204;
  --clr_rgb-black: 0,0,0;
  --clr_white: #fff;
  --clr_txt: #75645C;
  --clr_main: #F4A7A4;
  --clr_sub01: #9CD1E1;
  --clr_sub02: #9A928B;
  --clr_sub03: #D1CBC8;
  --clr_sub04: #D2C2B4;
  --clr_sub05: #B7D993;
  --clr_sub06: #D9D9D9;
  --clr_sub07: #FCFAF1;
  --clr_sub08: #EFCA6B;
  --clr_sub09: #F5F3EE;
  --clr_sub10: #D1D1D1;
  --clr_sub11: #F3F3F3;
  --clr_sub12: #E3D6CA;
  --clr_sub13: #FCF9F0;
  --clr_sub14: #F9F8F5;
  --clr_sub15: #F7F7F7;
  --clr_sub16: #FCF3F2;
  --clr_sub17: #EDECE6;
  --clr_sub18: #C1C1C1;
  --clr_sub19: #E6E6E6;
  --clr_sub20: #F8F0D5;
  --clr_sub21: #F5D2D1;
  --clr_sub22: #CDE2E8;
  --clr_sub23: #B8D898;
}

@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
@-webkit-keyframes bgzoom {}
@keyframes bgzoom {}
@-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 yura {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}
@keyframes yura {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}
@-webkit-keyframes rotate-fade {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50px) rotate(40deg);
            transform: translateY(-50px) rotate(40deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes rotate-fade {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50px) rotate(40deg);
            transform: translateY(-50px) rotate(40deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes slideinRight {
  0% {
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideinRight {
  0% {
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideinLeft {
  0% {
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideinLeft {
  0% {
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(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_pnk {
  color: var(--clr_main);
}

.txt_bl {
  color: var(--clr_sub01);
}

.txt_or {
  color: var(--clr_sub08);
}

.indent {
  text-indent: 1em;
  margin: 0;
}

.img_c {
  margin: 1rem auto;
}

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

.tate {
  max-width: 60%;
}

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

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

.mt30 {
  margin-top: 3rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt10 {
  margin-top: 1rem;
}

.main > section ~ section, .flex2 > section ~ section {
  margin-top: 4rem;
}

.main > section section ~ section, .flex2 > section section ~ section {
  margin-top: 3rem;
}

.main > section > section section ~ section, .flex2 > section > section section ~ section {
  margin-top: 2rem;
}

.main > section > section > section section ~ section, .flex2 > section > section > section section ~ section {
  margin-top: 2rem;
}

@media screen and (min-width: 48em), print {
  .mt40 {
    margin-top: 8rem;
  }
  .mt30 {
    margin-top: 6rem;
  }
  .mt20 {
    margin-top: 4rem;
  }
  .mt10 {
    margin-top: 2rem;
  }
  .main > section ~ section, .flex2 > section ~ section {
    margin-top: 8rem;
  }
  .main > section section ~ section, .flex2 > section section ~ section {
    margin-top: 6rem;
  }
  .main > section > section section ~ section, .flex2 > section > section section ~ section {
    margin-top: 4rem;
  }
  .main > section > section > section section ~ section, .flex2 > section > section > section section ~ section {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 48em), print {
  .wd_57 {
    width: 57%;
  }
}
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.4rem;
}
.tbl_time caption {
  font-size: 85%;
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl_time caption .holiday, .tbl_time caption .pay {
  display: inline-block;
  background-color: var(--clr_main);
  padding: 0 1rem;
  text-align: center;
  margin: 0.5rem 0 0;
  color: var(--clr_white);
  border-radius: 0.6rem;
  min-width: 6.5em;
}
.tbl_time tr th {
  font-weight: 500;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  background-color: var(--clr_sub05);
  color: var(--clr_white);
  font-size: 90%;
  text-align: center;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
  border-radius: 1rem 0 0 0;
}
.tbl_time tr th[scope=col]:last-child {
  border-radius: 0 1rem 0 0;
}
.tbl_time tr th.time {
  border-bottom: 1px solid var(--clr_sub06);
  background-color: var(--clr_sub14);
  line-height: 1.2;
}
.tbl_time tr td {
  padding: 1rem 0.4rem;
  background-color: var(--clr_sub14);
  border-bottom: 1px solid var(--clr_sub06);
  text-align: center;
  line-height: 1;
  font-size: 80%;
  color: var(--clr_sub08);
}
.tbl_time tr td.close {
  color: var(--clr_txt);
}
.tbl_time tr td i {
  color: var(--clr_txt);
  font-size: 80%;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 1.8rem;
  }
  .tbl_time caption {
    margin-top: 2rem;
  }
  .tbl_time caption .holiday, .tbl_time caption .pay {
    padding: 0.1rem 2rem 0.2rem;
    margin: 0.5rem 1.2rem 0 0;
  }
  .tbl_time tr th[scope=col] {
    padding: 0.6rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 30%;
  }
  .tbl_time tr td {
    padding: 2rem 0;
  }
}
.gmap {
  width: 100%;
}

h1, h2 {
  font-family: "Kaisei Opti", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
}

.tit_01 {
  background: url(../img/tit_01.png) no-repeat left -12rem center/auto 100%;
  font-size: 2.2rem;
  padding: 3rem 1rem;
  color: var(--clr_main);
  text-align: center;
  letter-spacing: 0.2rem;
  margin: 0 0 1rem;
}

.tit_02 {
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 2rem;
  position: relative;
  z-index: 1;
}
.tit_02 span {
  display: block;
  text-align: justify;
  letter-spacing: 0.2rem;
  color: var(--clr_main);
  font-size: 50%;
  text-align: center;
  margin: 0 auto 0.5rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 700;
}
.tit_02:after {
  content: "";
  display: block;
  background-color: var(--clr_main);
  width: 10%;
  height: 0.2rem;
  margin: 0.8rem auto 0;
}

.tit_03 {
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 0 2rem;
  background-color: var(--clr_main);
  padding: 0.5rem 1.5rem;
  color: var(--clr_white);
  border-radius: 1rem;
}

.tit_04 {
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 0 0 2rem;
  padding: 0 0 0.5rem 2rem;
  border-bottom: 0.3rem dotted var(--clr_sub18);
  position: relative;
}
.tit_04:before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../img/h4_circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0.2em;
  left: 0;
}

.tit_05 {
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 0 0 1rem;
  padding: 0 0 0.5rem 1.5rem;
  position: relative;
  border-bottom: 0.1rem solid var(--clr_sub18);
  position: relative;
}
.tit_05:before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 80%;
  background-color: var(--clr_sub22);
  position: absolute;
  left: 0;
}

.tit_06 {
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 0 0 1rem;
  padding: 0 0 0 2rem;
  position: relative;
  position: relative;
}
.tit_06:before {
  content: "■";
  display: inline-block;
  color: var(--clr_sub04);
  position: absolute;
  left: 0;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    background: url(../img/tit_01.png) no-repeat center center/cover;
    font-size: 3.6rem;
    padding: 8.3rem 0;
    margin: 0 0 2rem;
  }
  .tit_02 {
    font-size: 3.6rem;
    letter-spacing: 0.4rem;
    margin: 0 0 3rem;
  }
  .tit_02 span {
    font-size: 1.8rem;
    letter-spacing: 0.8rem;
  }
  .tit_02:after {
    width: 3rem;
    margin: 1.5rem auto 0;
  }
  .tit_03 {
    font-size: 2.2rem;
    margin: 0 0 3rem;
    padding: 1.1rem 1.5rem;
  }
  .tit_04 {
    font-size: 2rem;
    margin: 0 0 2rem;
    border-bottom: 0.3rem dotted var(--clr_sub18);
    padding: 0 0 1rem 3rem;
  }
  .tit_04:before {
    width: 2rem;
    height: 2rem;
    top: 0.2em;
  }
  .tit_05 {
    font-size: 2rem;
    margin: 0 0 1rem;
    padding: 0 0 1rem 1.6rem;
  }
  .tit_05:before {
    width: 0.6rem;
  }
  .tit_06 {
    font-size: 2rem;
    margin: 0 0 1rem 0;
    padding: 0 0 0 2.5rem;
  }
}
.lst_ul {
  line-height: 1.4;
  margin: 1rem 0;
}
.lst_ul > li {
  padding: 0 0 0 1.2em;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul > li::before {
  content: "●";
  color: var(--clr_main);
  position: absolute;
  left: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.lst_ul.kome > li::before {
  content: "※";
  color: var(--clr_txt);
}
.lst_ul.fill li {
  display: inline-block;
  margin-right: 1rem;
}
.lst_ul.col02 {
  display: -ms-grid;
  display: grid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  -ms-grid-columns: auto 2em auto;
  grid-template-columns: repeat(2, auto);
}
.lst_ul.col03 {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
}
.lst_ul.col04 {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
}

.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::marker {
  color: #f00;
}
.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  background-color: var(--clr_sub16);
  border-bottom: 0.1rem solid var(--clr_white);
  padding: 0.5rem 1rem;
}
.lst_dl01 dt:last-of-type {
  border-bottom: 0.1rem solid var(--clr_white);
}
.lst_dl01 dd {
  border: 0.1rem solid var(--clr_sub19);
  border-bottom: none;
  padding: 1rem;
}
.lst_dl01 dd:last-of-type {
  border-bottom: 0.1rem solid var(--clr_sub19);
}

@media screen and (min-width: 48em), print {
  .lst_ul > li {
    padding: 0 0 0 1.1em;
  }
  .lst_ul.fill li {
    margin-right: 3rem;
  }
  .lst_ol > li {
    padding: 0 0 0 3.6rem;
  }
  .lst_dl01 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lst_dl01 dt {
    width: 22%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lst_dl01 dd {
    width: 78%;
    padding: 1rem 2rem;
  }
}
.tbl_wrap_att {
  font-size: 80%;
}
.tbl_wrap_att:after {
  font-family: "fontello";
  content: "\63";
  margin-left: 0.5rem;
}

.tbl_wrap {
  overflow-x: auto;
}
.tbl_wrap .tbl_01 {
  width: 60rem;
  margin: 0 0 1rem;
}
.tbl_wrap .tbl_01 .wd_25 {
  width: 25%;
}
.tbl_wrap .tbl_01 .wd_20 {
  width: 20%;
}

.tbl_en_cap {
  font-size: 80%;
}

.tbl_01 {
  width: 100%;
  table-layout: auto;
  margin: 2rem 0;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 0.1rem solid var(--clr_sub19);
  border-left: 0.1rem solid var(--clr_sub19);
}
.tbl_01 tr th {
  background-color: var(--clr_sub21);
  text-align: center;
  border-right: 0.1rem solid var(--clr_sub19);
  border-bottom: 0.1rem solid var(--clr_sub19);
  padding: 1rem 0;
}
.tbl_01 tr td {
  text-align: left;
  border-right: 0.1rem solid var(--clr_sub19);
  border-bottom: 0.1rem solid var(--clr_sub19);
  padding: 1rem;
}
.tbl_01 tr td:first-of-type {
  background-color: var(--clr_sub16);
}
.tbl_01.tbl_en caption {
  font-size: 85%;
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl_01.tbl_en tr td {
  text-align: center;
}
.tbl_01.tbl_en tr td:first-child {
  width: 20%;
}

@media screen and (min-width: 48em), print {
  .tbl_wrap_att {
    display: none;
  }
  .tbl_wrap {
    overflow-x: auto;
  }
  .tbl_wrap .tbl_01 {
    width: 100%;
    margin: 2rem 0 1rem;
  }
  .tbl_wrap .tbl_01 .wd_25 {
    width: auto;
  }
  .tbl_wrap .tbl_01 .wd_20 {
    width: auto;
  }
  .tbl_en_cap {
    font-size: 90%;
  }
  .tbl_01 {
    table-layout: fixed;
  }
  .tbl_01 tr td {
    padding: 1rem;
  }
  .tbl_01.tbl_en {
    table-layout: auto;
  }
  .tbl_01.tbl_en caption {
    margin-top: 2rem;
  }
  .tbl_01.tbl_en tr td {
    text-align: center;
  }
  .tbl_01.tbl_en tr td:first-child {
    width: 30%;
  }
}
.flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex3 > li {
  width: 46%;
}

@media screen and (min-width: 48em), print {
  .flex2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex2 > section, .flex2 > li {
    width: 48%;
    margin-top: 0 !important;
  }
  .flex3 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .flex3 li {
    width: 31%;
  }
  .flex3 li:not(:nth-child(3n)) {
    margin: 0 2rem 0 0;
  }
}
.tel {
  font-size: 130%;
  font-weight: bold;
}
.tel:before {
  display: none;
}
.tel a:before {
  font-family: "fontello";
  content: "\eb09";
  font-weight: normal;
  line-height: 1;
  margin-right: 0.5rem;
  color: var(--clr_main);
}

@media screen and (min-width: 48em), print {
  .tel {
    font-size: 150%;
  }
  .tel:before {
    display: inline-block;
    font-family: "fontello";
    content: "\eb09";
    font-weight: normal;
    line-height: 1;
    margin-right: 1rem;
    color: var(--clr_main);
  }
  .tel a:before {
    display: none;
  }
}
.icon_addLINE {
  width: 50%;
  min-width: 120px;
  height: auto;
}
@media screen and (min-width: 48em), print {
  .icon_addLINE {
    width: auto;
  }
}

.box_01 {
  padding: 1rem;
  border-radius: 1rem;
  background-color: var(--clr_sub13);
}
@media screen and (min-width: 48em), print {
  .box_01 {
    padding: 2.5rem;
  }
}

.box_02 {
  padding: 1rem;
  border-radius: 1rem;
  background-color: var(--clr_sub16);
}
@media screen and (min-width: 48em), print {
  .box_02 {
    padding: 2.5rem;
  }
}

.btn_detail {
  width: -moz-fit-content; /* Firefox */
  width: -webkit-fit-content;
  width: fit-content; /* other browsers */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.4rem 4rem;
  background: var(--clr_main);
  border-radius: 2rem;
  color: var(--clr_white);
  font-weight: bold;
  text-decoration: none !important;
  position: relative;
}
.btn_detail:after {
  font-family: "fontello";
  content: "\63";
  font-weight: normal;
  line-height: 1;
  position: absolute;
  right: 1rem;
}
@media screen and (min-width: 48em), print {
  .btn_detail {
    padding: 0.2rem 5rem;
    letter-spacing: 0.1rem;
  }
  .btn_detail:hover {
    background: var(--clr_sub01);
  }
}

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

.txtlink {
  display: inline-block;
  color: var(--clr_main);
  font-weight: 500;
  text-decoration: none !important;
  border-bottom: 0.1rem solid var(--clr_main);
  margin: 0 0.2em;
}
@media screen and (min-width: 48em), print {
  .txtlink:hover {
    color: var(--clr_sub08);
  }
}

.slick-arrow {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 9rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  line-height: 0;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  color: var(--clr_white);
  background: var(--clr_main);
}
.slick-arrow::before {
  font-size: 1.2rem;
}
.slick-arrow.slick-prev {
  left: -2.6rem;
}
.slick-arrow.slick-prev::before {
  font-family: "fontello";
  content: "\f104";
}
.slick-arrow.slick-next {
  right: -2.6rem;
}
.slick-arrow.slick-next::before {
  font-family: "fontello";
  content: "\63";
}

@media screen and (min-width: 48em), print {
  .slick-arrow {
    width: 5rem;
    height: 5rem;
    top: 26rem;
  }
  .slick-arrow::before {
    font-size: 2.4rem;
  }
  .slick-arrow.slick-prev {
    left: -6rem;
  }
  .slick-arrow.slick-next {
    right: -6rem;
  }
}
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 1rem auto;
}
.slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.2rem;
}
.slick-dots li button {
  padding: 50%;
  display: block;
  font-size: 0;
  cursor: pointer;
  opacity: 0.25;
  border-radius: 50%;
  background: var(--clr_main);
}
.slick-dots li button:hover, .slick-dots li button:focus {
  opacity: 0.8;
}
.slick-dots li.slick-active button {
  opacity: 0.75;
}

@media screen and (min-width: 48em), print {
  .slick-dots {
    margin: 1.6rem auto;
  }
  .slick-dots li {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 0.6rem;
  }
}
.scr {
  display: block;
}

html {
  font-size: 3.125vw;
}

body {
  background: var(--clr_white);
  color: var(--clr_txt);
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  word-wrap: break-word;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background-image: url("../img/a_feature_ilst01.svg"), url("../img/a_feature_ilst02.svg");
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, 100% auto;
  background-position: left top, left bottom;
  background-color: var(--clr_white);
  position: fixed;
  top: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
body.spnav_modal {
  height: 100%;
  overflow: hidden;
}
body.spnav_modal::after {
  visibility: visible;
  opacity: 1;
}

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

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

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: calc(1200px + 40px);
  }
  body::after {
    display: none;
  }
  a, button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1200px;
    margin: auto;
  }
  .main {
    font-size: 1.6rem;
    line-height: 1.8;
    margin: 0 auto 10rem;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    text-decoration: none;
  }
}
.header {
  border-top: 0.5rem solid var(--clr_main);
}
.header .wrap {
  margin: 1rem;
}
.header .wrap .logo {
  width: calc(100% - 5rem);
  height: 4rem;
}
.header .wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
}
.header .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
}
.header .wrap .headR {
  font-size: 1.5rem;
}
.header .wrap .headR .add {
  margin: 1rem 0;
  color: var(--clr_sub02);
  text-align: center;
}
.header .wrap .headR .add span {
  display: block;
}
.header .wrap .headR .add:before {
  font-family: "fontello";
  content: "\e9c8";
  font-weight: normal;
  line-height: 1;
  color: var(--clr_main);
  margin-right: 0.5rem;
}
.header .wrap .headR ul li {
  margin: auto;
}
.header .wrap .headR ul li .tel {
  display: none;
}
.header .wrap .headR ul li .btn_en {
  display: block;
  width: 60%;
  margin: auto;
  border: 0.2rem solid var(--clr_main);
  border-radius: 0.8rem;
  padding: 0.5rem;
  color: var(--clr_main);
  text-align: center;
}

@media screen and (min-width: 48em), print {
  .header {
    border-top: 1rem solid var(--clr_main);
    padding: 4rem 0 2.6rem;
  }
  .header .wrap {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .wrap .logo {
    width: 45%;
    height: 9rem;
  }
  .header .wrap .headR {
    width: 55%;
    font-size: 1.8rem;
    white-space: nowrap;
  }
  .header .wrap .headR .add {
    margin: 0;
    text-align: right;
    letter-spacing: 0.1rem;
  }
  .header .wrap .headR .add span {
    display: inline-block;
  }
  .header .wrap .headR ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 1.3rem 0 0;
  }
  .header .wrap .headR ul li {
    margin: 0;
  }
  .header .wrap .headR ul li .tel {
    display: block;
    font-size: 3.7rem;
    font-weight: 700;
    margin-right: 4.8rem;
  }
  .header .wrap .headR ul li .btn_en {
    width: 11.8rem;
    border: 0.3rem solid var(--clr_main);
    padding: 1rem 0;
    color: var(--clr_main);
    letter-spacing: 0.1rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header .wrap .headR ul li .btn_en:hover {
    background-color: var(--clr_main);
    color: var(--clr_white);
  }
}
.sideBtn {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sideBtn {
    display: block;
    position: fixed;
    top: 13rem;
    right: 0;
    z-index: 999;
  }
  .sideBtn li a {
    width: 6.8rem;
    height: 21rem;
    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;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    border-radius: 1.5rem 0 0 1.5rem;
    border: 0.3rem solid var(--clr_white);
    border-right: none;
    font-size: 2.2rem;
    color: var(--clr_white);
    letter-spacing: 0.2rem;
  }
  .sideBtn li a:before {
    font-weight: normal;
    line-height: 1;
    font-size: 2.8rem;
    margin-bottom: 1rem;
  }
  .sideBtn li a:hover {
    background-color: var(--clr_white);
  }
  .sideBtn li .btn_rsv {
    background-color: var(--clr_main);
  }
  .sideBtn li .btn_rsv:before {
    font-family: "fontello";
    content: "\eb86";
  }
  .sideBtn li .btn_rsv:hover {
    border: 0.3rem solid var(--clr_main);
    border-right: none;
    color: var(--clr_main);
  }
  .sideBtn li .btn_monshin {
    background-color: var(--clr_sub01);
  }
  .sideBtn li .btn_monshin:before {
    font-family: "fontello";
    content: "\eb8d";
    font-size: 3.8rem;
    margin-bottom: 0.5rem;
  }
  .sideBtn li .btn_monshin:hover {
    border: 0.3rem solid var(--clr_sub01);
    border-right: none;
    color: var(--clr_sub01);
  }
  .sideBtn li:not(:last-child) {
    margin-bottom: 2rem;
  }
}
#nav {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 50%;
  background: var(--clr_main);
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  padding: 0;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
}
#nav #sp_menu::before {
  display: block;
  font-family: "fontello";
  content: "\e971";
  color: var(--clr_white);
  font-size: 1.8rem;
  margin: 0 0 0.3rem;
}
#nav #sp_menu::after {
  content: "MENU";
  color: var(--clr_white);
}
#nav #sp_menu.close::before {
  font-family: "fontello";
  content: "\e970";
}
#nav #sp_menu.close::after {
  content: "CLOSE";
}
#nav #sp_menu span {
  display: none;
}
#nav .gnav_subnav {
  display: none;
  width: 94vw;
  max-height: 75vh;
  overflow-y: auto;
  background: var(--clr_white);
  padding: 1.6rem;
  position: absolute;
  top: 6rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
#nav .gnav_subnav .gnav {
  border-top: 1px solid var(--clr_txt);
  border-bottom: 1px solid var(--clr_txt);
}
#nav .gnav_subnav .gnav > li:not(:last-child) {
  border-bottom: 1px dotted var(--clr_txt);
}
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-size: 1.4rem;
}
#nav .gnav_subnav .gnav > li .sub::after {
  content: "▼";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--clr_sub04);
}
#nav .gnav_subnav .gnav > li .sub.close::after {
  content: "▲";
}
#nav .gnav_subnav .gnav > li .subbox {
  display: none;
  background-color: var(--clr_sub16);
}
#nav .gnav_subnav .gnav > li .subbox .subnav li a {
  display: block;
  padding: 1rem;
  color: var(--clr_txt);
}
#nav .gnav_subnav .gnav > li .subbox .subnav li:not(:last-child) {
  border-bottom: 0.1rem solid var(--clr_main);
}

.sp_logo {
  margin: 2rem 3rem 3rem;
}
.sp_logo li .btn_en {
  display: block;
  margin: auto;
  border: 0.2rem solid var(--clr_main);
  border-radius: 0.8rem;
  padding: 0.5rem;
  font-size: 1.4rem;
  color: var(--clr_main);
  text-align: center;
}
.sp_logo li:not(:last-child) {
  margin-bottom: 3.5rem;
}

@media screen and (min-width: 48em), print {
  #nav {
    width: auto;
    position: relative;
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block;
    width: 100%;
    max-height: auto;
    overflow-y: visible;
    padding: 0;
    padding: 0 0 2rem;
    position: static;
  }
  #nav .gnav_subnav .gnav {
    width: 1200px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: none;
  }
  #nav .gnav_subnav .gnav li {
    width: 100%;
    position: relative;
  }
  #nav .gnav_subnav .gnav li:not(:last-child) {
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav li:first-child:before {
    content: "";
    width: 0.3rem;
    height: 3rem;
    border-left: 0.3rem dotted var(--clr_sub03);
    position: absolute;
    top: 1rem;
    left: 0;
  }
  #nav .gnav_subnav .gnav li a, #nav .gnav_subnav .gnav li .sub {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    font-size: 1.8rem;
    margin: 0;
    padding: 1rem;
    cursor: pointer;
    position: relative;
  }
  #nav .gnav_subnav .gnav li a::after, #nav .gnav_subnav .gnav li .sub::after {
    position: absolute;
    bottom: -0.5rem;
    margin: 0;
    font-size: 60%;
  }
  #nav .gnav_subnav .gnav li a:before, #nav .gnav_subnav .gnav li .sub:before {
    content: "";
    width: 40%;
    height: 0.2rem;
    position: absolute;
    bottom: 0.6rem;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    background: var(--clr_main);
  }
  #nav .gnav_subnav .gnav li a:hover:before, #nav .gnav_subnav .gnav li a.current:before, #nav .gnav_subnav .gnav li .sub:hover:before, #nav .gnav_subnav .gnav li .sub.current:before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
  #nav .gnav_subnav .gnav li .sub:before {
    display: none;
  }
  #nav .gnav_subnav .gnav li:after {
    content: "";
    width: 0.3rem;
    height: 3rem;
    border-right: 0.3rem dotted var(--clr_sub03);
    position: absolute;
    top: 1rem;
    right: 0;
  }
  #nav .gnav_subnav .gnav li .subbox {
    width: 28rem;
    background-color: var(--clr_white);
    -webkit-box-shadow: 0 0.3rem 0.3rem rgba(var(--clr_rgb-gray), 0.1);
            box-shadow: 0 0.3rem 0.3rem rgba(var(--clr_rgb-gray), 0.1);
    position: absolute;
    top: 6.7rem;
    z-index: 100;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a {
    padding: 1.6rem 0;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a:hover {
    background-color: var(--clr_main);
    color: var(--clr_white);
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a:hover:before {
    display: none;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li:not(:last-child) {
    border-bottom: 0.1rem solid var(--clr_sub17);
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li:before, #nav .gnav_subnav .gnav li .subbox > .subnav li:after {
    display: none;
  }
  #nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
  #nav.fixed .gnav_subnav {
    background-color: rgba(var(--clr_rgb-white), 0.8);
    -webkit-box-shadow: 0 0.4rem 1rem rgba(var(--clr_rgb-gray), 0.3);
            box-shadow: 0 0.4rem 1rem rgba(var(--clr_rgb-gray), 0.3);
    padding: 0 0 1rem;
  }
  #nav.fixed .gnav_subnav .gnav li a.sub {
    padding: 0.5rem 0;
  }
}
.overview {
  padding: 2rem 1rem;
  font-size: 1.4rem;
  line-height: 1.6;
  background-color: var(--clr_sub14);
  position: relative;
}
.overview:after {
  content: "";
  display: block;
  width: 100%;
  height: 2rem;
  background-image: url("../img/overview_wave.svg");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -2rem;
  left: 0;
}
.overview .clinic_name {
  text-align: center;
  margin: 0 0 1rem;
}
.overview .clinic_name img {
  max-width: 60%;
  margin: auto;
}
.overview > .wrap {
  padding-bottom: 1rem;
}
.overview > .wrap .tel {
  font-size: 120%;
}
.overview > .wrap .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;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.overview > .wrap .gaiyo dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25%;
  padding: 0.4rem;
  margin: 0 0 1rem;
  background-color: var(--clr_sub01);
  text-align: center;
  color: var(--clr_white);
  border-radius: 0.6rem;
}
.overview > .wrap .gaiyo dd {
  width: 75%;
  margin: 0 0 1rem;
  padding: 1rem;
}
.overview > .wrap .overviewL p {
  margin: 0;
}
.overview > .wrap .overviewL .tbl_time {
  margin: 1rem 0 2rem;
}
.overview .gmap {
  height: 20rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 0;
    font-size: 1.8rem;
  }
  .overview:after {
    content: "";
    height: 10rem;
    top: -10rem;
  }
  .overview .clinic_name img {
    max-width: 42rem;
  }
  .overview > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 7.5rem;
  }
  .overview > .wrap .tel {
    font-size: 3.7rem;
  }
  .overview > .wrap .gaiyo {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .overview > .wrap .gaiyo dt {
    width: 20%;
    margin: 0 0 1.5rem;
    padding: 2rem 0;
  }
  .overview > .wrap .gaiyo dt:last-of-type {
    margin: 0;
  }
  .overview > .wrap .gaiyo dd {
    width: 80%;
    margin: 0 0 1.5rem;
    padding: 0 2rem;
  }
  .overview > .wrap .gaiyo dd:last-of-type {
    margin: 0;
  }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR {
    width: 48%;
  }
  .overview > .wrap .overviewL .tbl_time {
    margin: 1.7rem 0 0;
  }
  .overview > .wrap .overviewR {
    margin: 0;
  }
  .overview .gmap {
    height: 75rem;
  }
}
#tel_up {
  width: 100%;
  height: 4rem;
  background: var(--clr_white);
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  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;
}
#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 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
#tel_up ul li .tel {
  height: 100%;
  font-size: 1.8rem;
}
#tel_up ul li .tel img {
  display: inline-block;
  max-width: 9rem;
  height: 2.4rem;
  vertical-align: middle;
}
#tel_up ul li .btn_LINE {
  background-color: var(--clr_sub23);
  color: var(--clr_white);
}
#tel_up ul li .btn_rsv {
  background-color: var(--clr_sub01);
  color: var(--clr_white);
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  font-size: 1.6rem;
  text-align: center;
  padding: 0 0.4rem;
  line-height: 1;
  background: var(--clr_sub08);
  border: 0.1rem solid var(--clr_white);
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\76";
  font-weight: normal;
  line-height: 1;
  position: relative;
  margin: 1rem 0 0;
  color: var(--clr_white);
}
#tel_up #pageup .clip {
  clip-path: inset(50%);
}

@media screen and (min-width: 48em), print {
  #tel_up {
    width: 5rem;
    bottom: 4rem;
    right: 4rem;
    left: auto;
    background: none;
    padding: 0;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 100%;
    height: 5rem;
    font-size: 3rem;
    border-radius: 50%;
    position: relative;
    border: 0.3rem solid var(--clr_white);
  }
  #tel_up #pageup:before {
    margin: 0.6rem 0 0;
  }
  #tel_up #pageup:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5rem;
    height: 5rem;
    background-color: var(--clr_main);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0, 0);
            transform: translate(-50%, -50%) scale(0, 0);
    -webkit-transition: -webkit-transform ease 0.4s;
    transition: -webkit-transform ease 0.4s;
    transition: transform ease 0.4s;
    transition: transform ease 0.4s, -webkit-transform ease 0.4s;
    z-index: -1;
  }
  #tel_up #pageup:hover:after {
    -webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
            transform: translate(-50%, -50%) scale(1.1, 1.1);
  }
}
.footer {
  text-align: center;
  background-color: var(--clr_sub15);
  padding: 0 0 4rem;
}
.footer .copy {
  display: block;
  background: var(--clr_main);
  color: var(--clr_white);
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 5rem 0 0;
  }
  .footer .copy {
    font-size: 1.8rem;
    padding: 2.5rem 1rem;
    margin: 5rem 0 0;
  }
  .footer ul {
    width: 75rem;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
  }
  .footer ul li {
    display: inline-block;
    margin: 0 0 2rem;
    -webkit-text-size-adjust: none;
  }
  .footer ul li a {
    font-size: 1.8rem;
    font-weight: 700;
    opacity: 1;
  }
  .footer ul li a:before {
    font-family: "fontello";
    content: "\f138";
    font-weight: normal;
    line-height: 1;
    color: var(--clr_sub05);
    margin-right: 0.5rem;
  }
  .footer ul li a:hover {
    border-bottom: 0.1rem solid var(--clr_txt);
  }
  .footer ul li.treatment {
    display: none;
  }
  .footer ul.subnav {
    display: block;
  }
  .footer ul.subnav li {
    margin: 0;
  }
  .footer ul.subnav li a {
    font-weight: 500;
  }
  .footer ul.subnav li a:before {
    display: none;
  }
  .footer ul.subnav li:not(:last-child)::after {
    content: "|";
    margin: 0 1rem;
    font-size: 1.8rem;
  }
}
.keyvsl {
  width: 100%;
  position: relative;
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: 26rem;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl .slick-list {
  opacity: 0;
  -webkit-animation: fadein 2s ease-out 0.2s 1 normal forwards;
          animation: fadein 2s ease-out 0.2s 1 normal forwards;
}
.keyvsl #keyvsl .slick-list div img {
  height: 26rem !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.keyvsl #keyvsl .slick-list div.keyvsl02 img {
  -o-object-position: left;
     object-position: left;
}
.keyvsl #keyvsl .slick-dots {
  position: relative;
  z-index: 2;
}
.keyvsl #keyvsl .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.6rem;
}
.keyvsl .catch {
  width: 95%;
  position: absolute;
  top: 16rem;
  right: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  opacity: 0;
}
.keyvsl .catch.trigger {
  -webkit-animation: fadein 0.4s ease-out 0.3s 1 normal forwards;
          animation: fadein 0.4s ease-out 0.3s 1 normal forwards;
}
.keyvsl .catch .read {
  font-size: 1.6rem;
  font-weight: 700;
  text-shadow: #fff 0 0 1rem, #fff 0 0 1rem, #fff 0 0 1rem, #fff 0 0 1rem, #fff 0 0 1rem, #fff 0 0 1rem, #fff 0 0 1rem, #fff 0 0 1rem, #fff 0 0 1rem, #fff 0 0 1rem, #fff 0 0 1rem;
}
.keyvsl .catch .open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.8rem;
  position: absolute;
  top: -13rem;
  right: 1rem;
}
.keyvsl .catch .open li {
  width: 8rem;
  height: 8rem;
  background-color: var(--clr_main);
  border-radius: 50%;
  padding: 0.5rem;
  -webkit-animation: yura 1.2s ease-in-out 0s infinite alternate;
          animation: yura 1.2s ease-in-out 0s infinite alternate;
}
.keyvsl .catch .open li p {
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  place-content: center;
  color: var(--clr_white);
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: center;
  margin: 0;
  border-radius: 50%;
  border: 0.3rem dashed var(--clr_white);
}
.keyvsl .catch .open li .fsz_21 {
  display: contents;
  font-size: 1.4rem;
}
.keyvsl .catch .open li .fsz_24 {
  display: contents;
  font-size: 1.6rem;
}
.keyvsl .catch .open li .fsz_25 {
  font-size: 1.8rem;
}
.keyvsl .catch .open li .fsz_30 {
  font-size: 1.8rem;
}
.keyvsl .catch .open li.nairan {
  background-color: var(--clr_sub01);
  -webkit-animation: yura 1s ease-in-out 0s infinite alternate;
          animation: yura 1s ease-in-out 0s infinite alternate;
}
.keyvsl .catch .open li a {
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  place-content: center;
  color: var(--clr_white);
  line-height: 1.3;
  text-align: center;
  margin: 0;
  border-radius: 50%;
  border: 0.2rem dashed var(--clr_white);
  font-size: 1.4rem;
}
.keyvsl:after {
  content: "";
  display: block;
  width: 100%;
  height: 2.5rem;
  background-image: url("../img/kv_wave.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
}

@media screen and (min-width: 48em), print {
  .keyvsl {
    margin: 0;
  }
  .keyvsl #keyvsl {
    height: 75rem;
  }
  .keyvsl #keyvsl .slick-list div img {
    width: 100%;
    height: 75rem !important;
  }
  .keyvsl #keyvsl .slick-list div.keyvsl02 img {
    -o-object-position: unset;
       object-position: unset;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  .keyvsl .catch {
    width: 1200px;
    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;
    margin: auto;
    top: auto;
    bottom: 12rem;
    left: 0;
    right: 0;
  }
  .keyvsl .catch .read {
    font-size: 3.8rem;
  }
  .keyvsl .catch .open {
    position: relative;
    top: auto;
    gap: 0 1.8rem;
  }
  .keyvsl .catch .open li {
    width: 21.4rem;
    height: 21.4rem;
    padding: 1rem;
  }
  .keyvsl .catch .open li p {
    font-size: 2.6rem;
  }
  .keyvsl .catch .open li .fsz_21 {
    font-size: 2.1rem;
  }
  .keyvsl .catch .open li .fsz_24 {
    font-size: 2.4rem;
  }
  .keyvsl .catch .open li .fsz_25 {
    font-size: 2.5rem;
  }
  .keyvsl .catch .open li .fsz_30 {
    font-size: 3rem;
  }
  .keyvsl .catch .open li a {
    font-size: 2.8rem;
    border: 0.3rem dashed var(--clr_white);
  }
  .keyvsl .catch .att {
    font-size: 1.8rem;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: -6rem;
  }
  .keyvsl:after {
    background-size: cover;
    height: 10rem;
    bottom: -0.5rem;
  }
}
.timeline {
  margin: 4rem 1rem;
}
.timeline .tbl_time tr th.time {
  background-color: var(--clr_sub07);
  border-bottom: none;
}
.timeline .tbl_time tr td {
  background-color: var(--clr_sub07);
  border-bottom: none;
}
.timeline .tbl_time tr:not(:last-child) th.time {
  border-bottom: 1px solid var(--clr_sub06);
}
.timeline .tbl_time tr:not(:last-child) td {
  border-bottom: 1px solid var(--clr_sub06);
}
.timeline .tbl_time tr:last-child th.time {
  border-radius: 0 0 0 1rem;
}
.timeline .tbl_time tr:last-child td:last-child {
  border-radius: 0 0 1rem 0;
}

@media screen and (min-width: 48em), print {
  .timeline {
    margin: 7rem 0 11rem;
  }
  .timeline .tbl_time {
    font-size: 3rem;
  }
  .timeline .tbl_time caption {
    font-size: 1.9rem;
    margin-top: 4.5rem;
  }
  .timeline .tbl_time tr th[scope=col] {
    font-size: 2.8rem;
  }
  .timeline .tbl_time tr td {
    padding: 3.9rem 0.4rem;
    font-size: 2.3rem;
  }
}
.info {
  background: url("../img/info_bg.png") no-repeat center center/contain var(--clr_sub09);
  padding: 3rem 1rem;
}
.info .wrap {
  background-color: var(--clr_white);
  padding: 2rem;
  border-radius: 1rem;
}
.info .wrap .dl_wrap {
  border-top: 0.2rem solid var(--clr_main);
}
.info .wrap .dl_wrap dl {
  line-height: 1.4;
  max-height: 30rem;
  overflow-y: auto;
  padding: 0 1rem 0 0;
  margin-top: 1rem;
}
.info .wrap .dl_wrap dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0.6rem;
  font-weight: bold;
  color: var(--clr_txt);
  cursor: pointer;
}
.info .wrap .dl_wrap dl dt::before {
  font-family: "fontello";
  content: "\f138";
  font-weight: normal;
  line-height: 1;
  margin-right: 0.6rem;
  color: var(--clr_main);
}
.info .wrap .dl_wrap dl dt.close::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.info .wrap .dl_wrap dl dt:not(:first-of-type) {
  margin: 1.6rem 0 0.6rem;
  padding: 1.6rem 0 0;
  border-top: 1px solid var(--clr_sub10);
}
.info .wrap .dl_wrap dl dd {
  margin: 0 0 1.6rem;
  word-wrap: break-word;
}
.info .wrap .dl_wrap dl dd:not(:nth-of-type(-n+3)) {
  display: none;
}

.dl_wrap dl::-webkit-scrollbar {
  width: 1rem;
}

.dl_wrap dl::-webkit-scrollbar-track {
  background-color: var(--clr_sub11);
  border-radius: 8px;
}

.dl_wrap dl::-webkit-scrollbar-thumb {
  background-color: var(--clr_sub12);
  border-radius: 8px;
}

@media screen and (min-width: 48em), print {
  .info {
    padding: 9rem 0;
  }
  .info .wrap {
    border-radius: 2rem;
    padding: 6rem 5rem 4rem;
  }
  .info .wrap .dl_wrap {
    border-top: 0.3rem solid var(--clr_main);
  }
  .info .wrap .dl_wrap dl {
    max-height: 45.5rem;
    padding: 0 4rem 0 0;
    margin-top: 2rem;
  }
  .info .wrap .dl_wrap dl dt {
    font-size: 2rem;
    margin: 1rem 0 1rem;
  }
  .info .wrap .dl_wrap dl dt::before {
    margin-right: 1rem;
  }
  .info .wrap .dl_wrap dl dt:not(:first-of-type) {
    padding: 3rem 0 0;
  }
  .info .wrap .dl_wrap dl dd {
    font-size: 1.8rem;
    font-weight: 400;
    margin: 0 0 3rem 3rem;
  }
}
.top_treat {
  margin-top: 0 !important;
  padding: 4rem 1rem;
  background-color: var(--clr_sub13);
}
.top_treat .wrap {
  position: relative;
}
.top_treat .wrap:before, .top_treat .wrap:after {
  content: "";
  display: inline-block;
  width: 6rem;
  height: 3rem;
  background-image: url("../img/treatment_ilst.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.top_treat .wrap:after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  left: auto;
  right: 0;
}
.top_treat .wrap .subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 2rem;
}
.top_treat .wrap .subnav li a {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none !important;
  position: relative;
}
.top_treat .wrap .subnav li a span {
  display: block;
  position: relative;
}
.top_treat .wrap .subnav li a span:before {
  content: "";
  display: block;
  width: 13rem;
  height: 13rem;
  border-radius: 50%;
  background-color: var(--clr_white);
  margin: 0 auto 1rem;
}
.top_treat .wrap .subnav li a span:after {
  content: "";
  display: block;
  width: 7rem;
  height: 7rem;
  background-image: url("../img/icon_pediatrics.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 3rem;
  right: 0;
  left: 0;
  margin: auto;
}
.top_treat .wrap .subnav li .vaccination span:after {
  background-image: url("../img/icon_vaccination.svg");
}
.top_treat .wrap .subnav li .infant_checkup span:after {
  background-image: url("../img/icon_infant_checkup.svg");
}
.top_treat .wrap .subnav li .nephrology span:after {
  background-image: url("../img/icon_nephrology.svg");
}
.top_treat .wrap .subnav li .enuresis span:after {
  background-image: url("../img/icon_enuresis.svg");
}
.top_treat .wrap .subnav li .slit span:after {
  background-image: url("../img/icon_slit.svg");
}

@media screen and (min-width: 48em), print {
  .top_treat {
    padding: 10rem 0 9rem;
  }
  .top_treat .wrap:before, .top_treat .wrap:after {
    width: 30rem;
    height: 12rem;
  }
  .top_treat .wrap .subnav {
    width: 100rem;
    margin: auto;
    gap: 4rem 6.5rem;
  }
  .top_treat .wrap .subnav li {
    width: 20rem;
  }
  .top_treat .wrap .subnav li a {
    font-size: 2.5rem;
  }
  .top_treat .wrap .subnav li a span:before {
    width: 20rem;
    height: 20rem;
    margin: 0 auto 1rem;
  }
  .top_treat .wrap .subnav li a span:after {
    width: 12rem;
    height: 12rem;
    top: 4rem;
  }
  .top_treat .wrap .subnav li a:before {
    content: "";
    display: block;
    position: absolute;
    width: 20rem;
    height: 20rem;
    top: 0;
    left: 0;
    border: 5px solid var(--clr_main);
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform ease 0.3s;
    transition: opacity 0.3s, -webkit-transform ease 0.3s;
    transition: transform ease 0.3s, opacity 0.3s;
    transition: transform ease 0.3s, opacity 0.3s, -webkit-transform ease 0.3s;
  }
  .top_treat .wrap .subnav li a:hover:before {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.feature {
  padding: 4rem 1rem 7rem;
  margin-top: 0 !important;
  background-image: url("../img/a_feature_ilst01.svg"), url("../img/a_feature_ilst02.svg");
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, 100% auto;
  background-position: left top, left bottom;
}
.feature ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem 0;
  counter-reset: number 0;
}
.feature ul li {
  padding: 0 3rem;
}
.feature ul li .img {
  display: block;
  position: relative;
}
.feature ul li .img img {
  margin: auto;
}
.feature ul li .img:after {
  content: "0" counter(number) "";
  counter-increment: number 1;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 6rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.3rem;
  color: var(--clr_sub08);
  text-shadow: 0 0 0.8rem var(--clr_white), 0 0 0.8rem var(--clr_white), 0 0 0.8rem var(--clr_white), 0 0 0.8rem var(--clr_white), 0 0 0.8rem var(--clr_white), 0 0 0.8rem var(--clr_white), 0 0 0.8rem var(--clr_white), 0 0 0.8rem var(--clr_white), 0 0 0.8rem var(--clr_white), 0 0 0.8rem var(--clr_white);
  opacity: 0;
}
.feature ul li .tit {
  display: block;
  background-color: var(--clr_sub08);
  border-radius: 3.2rem;
  font-size: 1.6rem;
  color: var(--clr_white);
  text-align: center;
  margin: 2rem 0 1rem;
  padding: 0.5rem 0;
}
.feature ul li p {
  text-align: justify;
  margin: 0;
}
.feature ul li.trigger:nth-child(1) .img:after {
  -webkit-animation: rotate-fade 0.8s forwards;
          animation: rotate-fade 0.8s forwards;
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
}
.feature ul li.trigger:nth-child(2) .img:after {
  -webkit-animation: rotate-fade 0.8s forwards;
          animation: rotate-fade 0.8s forwards;
  -webkit-animation-delay: 0.24s;
          animation-delay: 0.24s;
}
.feature ul li.trigger:nth-child(3) .img:after {
  -webkit-animation: rotate-fade 0.8s forwards;
          animation: rotate-fade 0.8s forwards;
  -webkit-animation-delay: 0.36s;
          animation-delay: 0.36s;
}
.feature ul li.trigger:nth-child(4) .img:after {
  -webkit-animation: rotate-fade 0.8s forwards;
          animation: rotate-fade 0.8s forwards;
  -webkit-animation-delay: 0.48s;
          animation-delay: 0.48s;
}
.feature ul li.trigger:nth-child(5) .img:after {
  -webkit-animation: rotate-fade 0.8s forwards;
          animation: rotate-fade 0.8s forwards;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

@media screen and (min-width: 48em), print {
  .feature {
    background-position: left top, left bottom -6rem;
    padding: 10rem 0 15.5rem;
  }
  .feature ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8rem 12rem;
  }
  .feature ul li {
    width: 54rem;
    padding: 0;
  }
  .feature ul li .img:after {
    bottom: 2rem;
    font-size: 10rem;
    letter-spacing: 0.5rem;
    text-shadow: 0 0 1rem var(--clr_white), 0 0 1rem var(--clr_white), 0 0 1rem var(--clr_white), 0 0 1rem var(--clr_white), 0 0 1rem var(--clr_white), 0 0 1rem var(--clr_white), 0 0 1rem var(--clr_white), 0 0 1rem var(--clr_white), 0 0 1rem var(--clr_white), 0 0 1rem var(--clr_white);
  }
  .feature ul li .tit {
    font-size: 2.7rem;
    margin: 3.6rem 0 1.6rem;
    padding: 0.7rem 0;
  }
  .feature ul li p {
    font-size: 2.2rem;
  }
}
body:not(.index) .main {
  margin: 0 1rem 6rem;
}
body:not(.index) .main p {
  margin-top: 0;
}
@media screen and (min-width: 48em), print {
  body:not(.index) #nav .gnav_subnav {
    -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(var(--clr_rgb-gray), 0.2);
            box-shadow: 0 0.5rem 1rem 0 rgba(var(--clr_rgb-gray), 0.2);
  }
  body:not(.index) .main {
    width: calc(100% - 10rem);
    margin: 0 auto 20rem;
    font-size: 1.8rem;
    font-weight: 400;
  }
  body:not(.index) .cf .img_l, body:not(.index) .cf .img_r {
    max-width: 40%;
    height: auto;
  }
  body:not(.index) .tit_02 {
    margin: 0 0 4rem;
  }
}

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

@media screen and (min-width: 48em), print {
  .breadcrumb {
    font-size: 1.4rem;
    margin: 0 0 8rem;
  }
  .breadcrumb li:not(:last-child)::after {
    margin: 0 0.8rem;
  }
}
.gallery {
  width: 85%;
  margin: auto;
}
.gallery .gallery_slider {
  visibility: hidden;
}
.gallery .gallery_slider div .cap {
  margin: 0.2rem 0 0;
  text-align: center;
  color: var(--clr_white);
  padding: 0.4rem;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: var(--clr_main);
}
.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_main);
}
@media screen and (min-width: 48em), print {
  .gallery {
    width: 75rem;
    margin: auto;
  }
  .gallery .gallery_slider {
    font-size: 1.6em;
  }
  .gallery .gallery_thum {
    width: calc(100% + 0.6rem);
  }
}
.device li {
  margin: 0 0 2rem;
  text-align: center;
}
.device li img {
  margin: 0 auto 0.6rem;
  max-width: 80%;
}

@media screen and (min-width: 48em), print {
  .device {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
  .device li {
    width: 48%;
  }
  .device li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
.flow dd {
  margin: 0;
  position: relative;
}
.flow dd:not(:last-child) {
  margin: 0 0 6rem;
}
@media screen and (min-width: 48em), print {
  .flow dd:not(:last-child) {
    margin: 0 0 10rem;
  }
}
.flow dd:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 2rem solid var(--clr_main);
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem solid transparent;
  margin: auto;
}

.flow {
  margin: 0;
}
.flow li {
  background-color: var(--clr_white);
  border: 0.3rem solid var(--clr_sub19);
  border-radius: 1rem;
  padding: 1rem;
  position: relative;
}
.flow li:not(:last-child) {
  margin: 0 0 6rem;
}
.flow li:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 2rem solid var(--clr_sub20);
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem solid transparent;
  margin: auto;
}
.flow li .tit {
  font-weight: 500;
  font-size: 120%;
  margin: 0 0 1rem;
}
.flow li .tit span {
  width: 2.8rem;
  height: 2.8rem;
  display: inline-block;
  background-color: var(--clr_main);
  border-radius: 50%;
  font-size: 130%;
  font-weight: bold;
  color: var(--clr_white);
  text-align: center;
  line-height: 1.1;
  margin-right: 1rem;
}

@media screen and (min-width: 48em), print {
  .flow li {
    padding: 3rem;
  }
  .flow li:not(:last-child) {
    margin: 0 0 10rem;
  }
  .flow li .tit {
    font-size: 1.9rem;
    margin: 0 0 2rem;
  }
  .flow li .tit span {
    width: 3.4rem;
    height: 3.4rem;
    font-size: 2.8rem;
    line-height: 1.1;
    margin-right: 1rem;
  }
}
.access .main {
  margin: 0 1rem 3rem !important;
}
.access .main .gmap {
  height: 30rem;
  margin: 2rem 0;
}
@media screen and (min-width: 48em), print {
  .access .main {
    margin: 0 auto 10rem !important;
  }
  .access .main .tbl_time {
    font-size: 2rem;
  }
  .access .main .gmap {
    margin: 4rem 0 0;
    height: 50rem;
  }
}

.vaccination .tbl_wrap {
  overflow-x: scroll;
}
.vaccination .att {
  font-size: 80%;
}
.vaccination .att:after {
  font-family: "fontello";
  content: "\63";
  font-weight: normal;
  line-height: 1;
  margin-left: 0.3rem;
}

@media screen and (min-width: 48em), print {
  .vaccination .tbl_wrap {
    overflow-x: auto;
  }
  .vaccination .att {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */