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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  word-wrap: break-word;
}

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

h5, h6 {
  margin: 0;
}

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

p {
  margin: 1em 0;
}

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

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

a {
  pointer-events: none;
}

button[class*=sub], .news_body a, a[target*=_blank], a[href$="./"],
a[class*=btn_rsv] {
  pointer-events: auto;
}

:root {
  --clr_txt: #54462A;
  --main1: #BA98C5;
  --sub1: #FFE9B1;
  --sub2:#F2D99A;
  --sub3:#F5BC2E;
  --sub4:#FFE091;
  --sub5:#95835D;
  --sub6:#E1A100;
  --sub7:#E8E2D3;
  --sub8:#A8A090;
  --sub9:#A37FAE;
  --sub10:#E2CDE9;
  --sub11:#F2A5AF;
  --sub12:#D58B95;
  --sub13:#EED0D4;
  --sub14:#956EA1;
  --sub15:#FFEAB5;
  --sub16:#E3939E;
  --sub17:#E18692;
  --sub18:#8A6795;
  --sub19:#7E6C48;
  --sub20:#D6BEDE;
  --sub21:#F7B100;
  --sub22:#F0DDF6;
  --sub23:#8BCFD9;
  --bg1: #F7ECFB;
  --bg2:#FFF4D8;
  --bg3:#EFEFEF;
  --line1: #ccc;
  --line_table: #DDD;
  --line_menu: #E8E2D3;
  --lcolor: #A37FAE;
  --lcolor_h: #D58B95;
  --notes:#D50000;
  --pcolor: #ff6;
  --breakpoint: 760px;
}

@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

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

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

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

.txt_u {
  text-decoration: underline;
}

.bold {
  font-weight: bold;
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

i, b {
  font-weight: normal;
  font-style: normal;
}

.img_c {
  margin: 1rem auto;
}

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

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

@media screen and (min-width: 760px), print {
  .img_l {
    float: left;
    margin: 0 clamp(1.8rem, -0.2727272727rem + 2.7272727273vw, 3rem) clamp(1.2rem, -0.1818181818rem + 1.8181818182vw, 2rem) 0;
    box-sizing: content-box;
    background: #fff;
    position: relative;
    z-index: 1;
  }
  .img_r {
    float: right;
    margin: 0 0 clamp(1.2rem, -0.1818181818rem + 1.8181818182vw, 2rem) clamp(1.8rem, -0.2727272727rem + 2.7272727273vw, 3rem);
    box-sizing: content-box;
    background: #fff;
    position: relative;
    z-index: 1;
  }
  img.tate {
    max-width: 25% !important;
  }
}
.sp_n {
  display: none;
}

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

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

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

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

.main:where(section ~ section) {
  margin-top: 5rem;
}
.main > section {
  margin-top: 5rem;
}
.main > section:where(section ~ section) {
  margin-top: 5rem;
}
.main > section > section {
  margin-top: 4rem;
}
.main > section > section:where(section ~ section) {
  margin-top: 4rem;
}
.main > section > section > section {
  margin-top: 3rem;
}
.main > section > section > section:where(section ~ section) {
  margin-top: 3rem;
}
.main > section > section > section > section {
  margin-top: 3rem;
}
.main > section > section > section > section:where(section ~ section) {
  margin-top: 3rem;
}

@media screen and (min-width: 760px), print {
  .mt40 {
    margin-top: clamp(4.8rem, -0.7272727273rem + 7.2727272727vw, 8rem) !important;
  }
  .mt30 {
    margin-top: clamp(3.6rem, -0.5454545455rem + 5.4545454545vw, 6rem) !important;
  }
  .mt20 {
    margin-top: clamp(2.4rem, -0.3636363636rem + 3.6363636364vw, 4rem) !important;
  }
  .mt10 {
    margin-top: clamp(1.2rem, -0.1818181818rem + 1.8181818182vw, 2rem) !important;
  }
  .main:where(section ~ section) {
    margin-top: clamp(6rem, -0.9090909091rem + 9.0909090909vw, 10rem);
  }
  .main > section {
    margin-top: clamp(6rem, -0.9090909091rem + 9.0909090909vw, 10rem);
  }
  .main > section:where(section ~ section) {
    margin-top: clamp(4.8rem, -0.7272727273rem + 7.2727272727vw, 8rem);
  }
  .main > section > section {
    margin-top: clamp(3.6rem, -0.5454545455rem + 5.4545454545vw, 6rem);
  }
  .main > section > section:where(section ~ section) {
    margin-top: clamp(3.6rem, -0.5454545455rem + 5.4545454545vw, 6rem);
  }
  .main > section > section > section {
    margin-top: clamp(2.4rem, -0.3636363636rem + 3.6363636364vw, 4rem);
  }
  .main > section > section > section:where(section ~ section) {
    margin-top: clamp(2.4rem, -0.3636363636rem + 3.6363636364vw, 4rem);
  }
  .main > section > section > section > section {
    margin-top: clamp(1.8rem, -0.2727272727rem + 2.7272727273vw, 3rem);
  }
  .main > section > section > section > section:where(section ~ section) {
    margin-top: clamp(1.8rem, -0.2727272727rem + 2.7272727273vw, 3rem);
  }
}
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.4rem;
}
.tbl_time caption {
  font-size: 90%;
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4em;
}
.tbl_time caption span {
  display: inline-block;
  background: var(--sub11);
  color: #fff;
  padding: 0.2em 1em;
  border-radius: 1.5em;
  margin-right: 0.5em;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  text-align: center;
  background: var(--main1);
  color: #fff;
}
.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[scope=row] {
  border-bottom: 1px solid var(--line_table);
  background: #fff;
}
.tbl_time tr td {
  text-align: center;
  padding: 1.4rem 0.4rem;
  border-bottom: 1px solid var(--line_table);
  background: #fff;
  line-height: 1;
  font-size: 80%;
  color: var(--sub3);
}
.tbl_time tr td.close {
  color: var(--clr_txt);
}

@media screen and (min-width: 760px), print {
  .tbl_time {
    table-layout: fixed;
    font-size: clamp(1.4rem, 0.7090909091rem + 0.9090909091vw, 1.8rem);
  }
  .tbl_time caption {
    font-size: 100%;
    margin-top: clamp(0.9rem, -0.1363636364rem + 1.3636363636vw, 1.5rem);
  }
  .tbl_time caption span {
    padding: 0 clamp(0.6rem, -0.0909090909rem + 0.9090909091vw, 1rem);
    margin-right: clamp(0.6rem, -0.0909090909rem + 0.9090909091vw, 1rem);
  }
  .tbl_time tr th[scope=col] {
    padding: clamp(0.6rem, -0.0909090909rem + 0.9090909091vw, 1rem) 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 30%;
    border-radius: 1em 0 0;
  }
  .tbl_time tr th[scope=col]:last-child {
    border-radius: 0 1em 0 0;
  }
  .tbl_time tr th[scope=row] {
    font-size: 100%;
  }
  .tbl_time tr td {
    padding: clamp(1.2rem, -0.1818181818rem + 1.8181818182vw, 2rem) 0;
    font-size: 100%;
  }
}
.table_0 {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
}
.table_0:not(:first-child) {
  margin-top: 2rem;
}
.table_0:not(:last-child) {
  margin-bottom: 2rem;
}
.table_0 .lst_ul li {
  margin: 0;
}
.table_0 .lst_ul li:not(:last-child) {
  margin: 0;
}
.table_0 caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.5rem;
  font-size: 90%;
}
.table_0:not(:last-child) {
  margin-bottom: 2rem;
}
.table_0 th, .table_0 td {
  border: 1px solid var(--line_table);
  padding: 0.5rem;
}
.table_0.price td:last-child {
  text-align: right;
}

@media screen and (min-width: 760px), print {
  .table_0:not(:first-child) {
    margin-top: clamp(1.2rem, -0.1818181818rem + 1.8181818182vw, 2rem);
  }
  .table_0:not(:last-child) {
    margin-bottom: clamp(1.2rem, -0.1818181818rem + 1.8181818182vw, 2rem);
  }
  .table_0 th, .table_0 td {
    padding: clamp(0.6rem, -0.0909090909rem + 0.9090909091vw, 1rem) clamp(0.9rem, -0.1363636364rem + 1.3636363636vw, 1.5rem);
  }
}
.scroll-hint {
  width: 100%;
  table-layout: inherit;
  white-space: inherit;
  -webkit-overflow-scrolling: touch; /* スマホでなめらかスクロール */
  overflow-x: scroll; /* 横スクロール処理 */
  white-space: nowrap; /* 自動改行させない */
}

@media screen and (min-width: 760px), print {
  .scroll-hint {
    overflow-x: auto; /* 横スクロール処理 */
    white-space: inherit; /* 自動改行させない */
  }
}
.gmap {
  width: 100%;
}

.tit_01, .tit_02, .tit_03, .tit_04, .tit_05, .tit_06 {
  font-weight: normal;
}
.tit_01 + *, .tit_02 + *, .tit_03 + *, .tit_04 + *, .tit_05 + *, .tit_06 + * {
  margin-top: 0 !important;
}

.tit_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 10rem;
  background: url(../img/tit_01.jpg) no-repeat center center/auto 100%;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  padding: 1rem;
  text-align: center;
}

.tit_02 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin: 0 auto 2rem;
  color: var(--sub5);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3em;
}
.tit_02::before, .tit_02::after {
  content: "";
  display: block;
  background: url(../img/icon_h2.svg) center center no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 2em;
  flex-shrink: 0;
}
.tit_02::after {
  transform: scale(-1, 1);
}
.tit_02 b {
  display: block;
  color: var(--main1);
  font-size: 70%;
}

.tit_03 {
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0 0 2rem;
}

.tit_04 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 1rem;
}

.tit_05 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 1rem;
}

.tit_06 {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0 0 1rem;
}

@media screen and (min-width: 760px), print {
  .tit_01 {
    min-height: clamp(12rem, -1.8181818182rem + 18.1818181818vw, 20rem);
    background: url(../img/tit_01.jpg) no-repeat center center/auto;
    font-size: clamp(2.8rem, 2.1090909091rem + 0.9090909091vw, 3.2rem);
  }
  .tit_02 {
    font-size: clamp(2.6rem, 1.9090909091rem + 0.9090909091vw, 3rem);
    margin: 0 auto clamp(2.4rem, -0.3636363636rem + 3.6363636364vw, 4rem);
  }
  .tit_03 {
    font-size: clamp(2.2rem, 1.1636363636rem + 1.3636363636vw, 2.8rem);
    margin: 0 0 clamp(1.8rem, -0.2727272727rem + 2.7272727273vw, 3rem);
  }
  .tit_04 {
    font-size: clamp(2rem, 1.3090909091rem + 0.9090909091vw, 2.4rem);
    margin: 0 0 clamp(1.2rem, -0.1818181818rem + 1.8181818182vw, 2rem);
  }
  .tit_05 {
    font-size: clamp(1.8rem, 1.1090909091rem + 0.9090909091vw, 2.2rem);
    margin: 0 0 clamp(1.2rem, -0.1818181818rem + 1.8181818182vw, 2rem);
  }
  .tit_06 {
    font-size: clamp(1.6rem, 0.9090909091rem + 0.9090909091vw, 2rem);
    margin: 0 0 clamp(0.6rem, -0.0909090909rem + 0.9090909091vw, 1rem);
  }
}
.lst_ul {
  line-height: 1.4;
  margin: 1rem 0;
}
.lst_ul > li {
  padding: 0 0 0 1.4em;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul > li::before {
  content: "●";
  color: var(--main1);
  position: absolute;
  left: 0;
}
.lst_ul.lst_ul_2 > li::before {
  color: var(--main1);
}
.lst_ul.kome > li {
  padding-left: 1em;
}
.lst_ul.kome > li::before {
  content: "※";
  color: var(--clr_txt);
}
.lst_ul.notes {
  color: var(--notes);
}
.lst_ul.notes > li::before {
  color: var(--notes);
}
.lst_ul.check {
  color: var(--notes);
}
.lst_ul.check > li::before {
  font-family: "fontello";
  content: "\cc03";
}

.notes:where(:not(ul)) {
  color: var(--notes);
}

.kome:where(:not(ul)) {
  padding-left: 1em;
  position: relative;
}
.kome:where(:not(ul))::before {
  content: "※";
  position: absolute;
  left: 0;
}

.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(--main1);
}

.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(--main1);
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 1.5em;
  text-align: right;
}
.lst_ol.lst_ol_circle > li::before {
  content: counter(number);
  width: 1.3em;
  aspect-ratio: 1/1;
  line-height: 0;
  padding-bottom: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  border-radius: 50%;
  font-size: 90%;
  top: 0.2em;
}
@media screen and (min-width: 760px), print {
  .lst_ol.lst_ol_circle > li::before {
    width: 1.5em;
    padding-bottom: 0.3rem;
    font-size: 90%;
  }
}

.lst_dl01 dt {
  font-weight: bold;
  color: var(--main1);
}
.lst_dl01 dd {
  margin: 0 0 1rem;
}
.lst_dl01.lst_dl02 dt, .lst_dl01.lst_dl02 dd {
  padding: 0 0.5rem;
}
.lst_dl03 dt, .lst_dl03 dd {
  padding: 0.5rem 1rem;
}
.lst_dl03 dt {
  background: var(--main1);
  color: #fff;
}
.lst_dl03 dd {
  border: 1px solid var(--main1);
}

@media screen and (min-width: 760px), print {
  .lst_ul.lst_ul_col2 {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .lst_ul.lst_ul_col2 > li {
    width: calc((100% - 1rem) / 2);
    margin-bottom: 0;
  }
  .lst_ul.lst_ul_col3 {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .lst_ul.lst_ul_col3 > li {
    width: calc((100% - 2rem) / 3);
    margin-bottom: 0;
  }
  .lst_dl01 {
    width: 100%;
    display: grid;
    grid-template-columns: 6em auto;
    gap: 0;
  }
  .lst_dl01 dd {
    padding: 0 0 0 0.5em;
  }
  .lst_dl01.lst_dl02 dt, .lst_dl01.lst_dl02 dd {
    margin-bottom: 0.5em;
    padding: 0 0.5em;
  }
  .lst_dl01.lst_dl02 dt {
    width: 7em;
    text-align: center;
  }
  .lst_dl01.lst_dl02 dd {
    width: calc(100% - 7em);
  }
  .lst_dl03 {
    display: grid;
    grid-template-columns: 13em auto;
  }
  .lst_dl03 dt, .lst_dl03 dd {
    padding: 0.5em 1em;
  }
  .lst_dl03 dt {
    text-align: center;
  }
  .lst_dl03 dt:not(:last-of-type) {
    border-bottom: 1px solid #fff;
  }
  .lst_dl03 dd:not(:first-of-type) {
    border-top: none;
  }
}
.lst_dl_t dt {
  background: var(--main1);
  color: #fff;
  padding: 1rem;
  border: 1px solid var(--main1);
}
.lst_dl_t dd {
  border: 1px solid var(--main1);
  padding: 1rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 760px), print {
  .lst_dl_t.lst_dl_t_flex {
    display: flex;
    flex-wrap: wrap;
  }
  .lst_dl_t.lst_dl_t_flex dt {
    width: 10em;
    margin-bottom: 0.5em;
  }
  .lst_dl_t.lst_dl_t_flex dd {
    width: calc(100% - 10em);
  }
}

.lst_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 1rem;
  margin-top: 1em;
}
.lst_flex li {
  width: 100%;
}
@media screen and (min-width: 760px), print {
  .lst_flex {
    gap: 1rem 3rem;
  }
  .lst_flex li {
    width: auto;
  }
}

.tit_no {
  counter-reset: number 0;
}
.tit_no section, .tit_no div {
  counter-increment: number 1;
}
.tit_no section .no::before, .tit_no div .no::before {
  content: counter(number) ".";
  margin-right: 0.5em;
}

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

.flex2 {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 0;
}
.flex2 > section, .flex2 > li, .flex2 > div {
  width: 100%;
}
.flex2.flex2_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem 4rem;
}
.flex2.flex2_ul li {
  width: 100%;
}

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

@media screen and (min-width: 760px), print {
  .flex {
    gap: 1rem 5rem;
  }
  .flex2 {
    justify-content: space-between;
    gap: 6rem 2rem;
  }
  .flex2 > section, .flex2 > li, .flex2 > div {
    width: 48%;
  }
  .flex2 > section:nth-child(-n+2), .flex2 > li:nth-child(-n+2), .flex2 > div:nth-child(-n+2) {
    margin-top: 0 !important;
  }
  .flex2.flex2_ul {
    gap: 3rem;
    margin-top: 1rem;
  }
  .flex2.flex2_ul li {
    width: auto;
  }
  .flex2.flex2_ul li .btn_detail {
    margin: 0;
  }
  .flex3 {
    justify-content: flex-start;
  }
  .flex3 li {
    width: 31%;
  }
  .flex3 li:not(:nth-child(3n)) {
    margin: 0 2rem 0 0;
  }
}
.js-tel {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 0 0.4rem;
  font-family: "Nunito", sans-serif;
}
.js-tel::before {
  font-family: "fontello";
  content: "\cc04";
}
.js-tel a {
  display: inline-flex;
  align-items: center;
  height: 100%;
}

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

.btn_rsv {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.4rem;
  padding: 0.3em 1em;
  border-radius: 1.5em;
  background: var(--sub3);
  color: #fff;
}
.btn_rsv::before {
  font-family: "fontello";
  content: "\cc05";
}
.btn_detail {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1em auto;
  border-radius: 1.5em;
  padding: 0.5em 2em;
  background: var(--main1);
  color: #fff;
  text-decoration: none !important;
}
.btn_detail::after {
  font-family: "fontello";
  content: "\cc09";
  font-size: 70%;
  position: absolute;
  right: 1em;
  transform: rotate(-90deg);
}
.btn_detail.btn_detail2 {
  background: #fff;
  color: var(--sub9);
  border: 2px solid var(--sub9);
}
@media screen and (min-width: 760px), print {
  .btn_detail:is(:hover, :focus-visible) {
    background: var(--sub9);
  }
  .btn_detail.btn_detail2:is(:hover, :focus-visible) {
    color: #fff;
  }
}

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

.slick-arrow {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 9rem;
  cursor: pointer;
  line-height: 0;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--main1);
  z-index: 5;
}
.slick-arrow::before {
  font-size: 1.2rem;
}
.slick-arrow.slick-prev {
  left: -2.6rem;
}
.slick-arrow.slick-prev::before {
  font-family: "fontello";
  content: "\f007";
}
.slick-arrow.slick-next {
  right: -2.6rem;
}
.slick-arrow.slick-next::before {
  font-family: "fontello";
  content: "\f006";
}

@media screen and (min-width: 760px), print {
  .slick-arrow {
    width: 5rem;
    height: 5rem;
    border: 1px solid var(--main1);
    top: 26rem;
  }
  .slick-arrow::before {
    font-size: 2.4rem;
  }
  .slick-arrow.slick-prev {
    left: -6rem;
  }
  .slick-arrow.slick-next {
    right: -6rem;
  }
  .slick-arrow:is(:hover, :focus-visible) {
    color: var(--main1);
    background: #fff;
    opacity: 1;
  }
}
.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(--main1);
}
.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: 760px), print {
  .slick-dots {
    margin: 1.6rem auto;
  }
  .slick-dots li {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 0.6rem;
  }
}
.slide-items {
  width: 100%;
  height: 100%;
}
.slide-items img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.marker {
  background: linear-gradient(transparent 60%, var(--pcolor) 60%);
  width: -moz-fit-content;
  width: fit-content;
}

/* fadeIn */
.fadein {
  opacity: 0;
  transition: 1.2s;
}

.fade_left {
  transform: translate(-80px, 0);
}

.fade_right {
  transform: translate(80px, 0);
}

.fade_up {
  transform: translate(0, 80px);
}

.fade_scale {
  transform: scale(0.5, 0.5);
}

.fadein.parallax {
  opacity: 1;
  transform: translate(0, 0);
}

.txt_box {
  margin: 2rem 0;
  padding: 1rem;
}
.txt_box:last-child {
  margin-bottom: 0;
}
.txt_box > section:not(:first-child) {
  margin-top: 1.5em;
}

@media screen and (min-width: 760px), print {
  .txt_box {
    padding: 1.5em 1.5em;
  }
}
.nav_menu_box {
  margin-top: 4rem;
}
@media screen and (min-width: 760px), print {
  .nav_menu_box {
    margin-top: 10rem;
  }
}

.nav_menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.nav_menu li {
  width: calc(100% - 1rem);
  text-align: center;
  margin-top: 0.5rem;
}
.nav_menu li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: var(--lcolor);
  color: #fff;
  border-radius: 3rem;
  padding: 0.5rem 2em;
  text-decoration: none !important;
  position: relative;
}
.nav_menu li a::after {
  font-family: "fontello";
  content: "\34";
  position: absolute;
  right: 1rem;
  letter-spacing: 0;
}
@media screen and (min-width: 760px), print {
  .nav_menu {
    gap: 1em;
  }
  .nav_menu li {
    width: calc((100% - 3em) / 4);
    margin-top: 0;
  }
  .nav_menu li a {
    height: clamp(3.6rem, -0.5454545455rem + 5.4545454545vw, 6rem);
  }
  .nav_menu li a:hover {
    background: var(--lcolor_h);
    color: #fff !important;
  }
  .nav_menu li a::after {
    right: 1em;
  }
}

.lt1 {
  padding-left: 1em;
  letter-spacing: 1em;
}

.phtxt_box {
  margin-bottom: 2rem;
}
.phtxt_box .ph {
  margin-bottom: 1rem;
}

@media screen and (min-width: 760px), print {
  .phtxt_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
    gap: 4rem;
  }
  .phtxt_box .ph {
    width: 40rem;
    flex-shrink: 0;
  }
  .phtxt_box .txt {
    flex: 1 1 auto;
  }
  .phtxt_box.phtxt_box_r .ph {
    order: 1;
  }
}
.point::before {
  content: "≫";
  margin-right: 0.5em;
}

.other::after {
  font-family: "fontello";
  content: "\f08e";
  margin-left: 0.5rem;
}

.faq_lst {
  counter-reset: number 0;
}
.faq_lst dt {
  background: var(--sub1);
  color: #fff;
  display: flex;
  gap: 0.5rem;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  counter-increment: number 1;
}
.faq_lst dt::before {
  content: "Q" counter(number) ".";
  margin-right: 0.5rem;
  flex-shrink: 0;
  width: 2em;
  text-align: right;
}
.faq_lst dd:not(:last-of-type) {
  margin-bottom: 3rem;
}
.faq_lst dd {
  padding: 0.5rem;
  display: flex;
  gap: 0.5rem;
}
.faq_lst dd::before {
  content: "A" counter(number) ".";
  flex-shrink: 0;
  color: var(--main1);
  width: 2em;
  text-align: right;
}

@media screen and (min-width: 760px), print {
  .faq_lst dt {
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
  }
  .faq_lst dd:not(:last-of-type) {
    margin-bottom: 4rem;
  }
  .faq_lst dd {
    padding: 0.5rem 1rem;
  }
}
@media print {
  .header {
    position: absolute !important;
  }
}
html {
  font-size: 2.7777777778vw;
  scroll-behavior: smooth;
}

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

p:where(:first-of-type) {
  margin-top: 0;
}
p:where(:last-of-type) {
  margin-bottom: 0;
}

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

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

@media screen and (min-width: 760px), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: min(100% - 4rem, 1200px);
  }
  body::after {
    display: none;
  }
  a, button {
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    max-width: 1200px;
    margin: auto;
  }
  .main {
    font-size: unset;
    font-size: clamp(1.4rem, 0.7090909091rem + 0.9090909091vw, 1.8rem);
    line-height: 2;
  }
  .main a:where(:not([class*=btn])) img {
    transition: all 0.3s ease;
  }
  .main a:where(:not([class*=btn])):hover {
    opacity: 1;
    text-decoration: none;
    color: var(--lcolor_h);
  }
  .main a:where(:not([class*=btn])):hover img {
    opacity: 0.8;
  }
}
:target {
  scroll-margin-top: 2rem;
}
@media screen and (min-width: 760px), print {
  :target {
    scroll-margin-top: 4rem;
  }
}

.header {
  position: relative;
  z-index: 100;
}
.header > .wrap {
  padding: 0;
}
.header > .wrap .logo {
  width: 100%;
  height: 6.6rem;
  padding: 0.5rem 1rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  transition: 0.5s;
}
.header > .wrap .logo.hide {
  transform: translateY(-150%);
}
.header > .wrap .logo a {
  display: block;
  width: calc(100% - 5.6rem);
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
}
.header > .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
  color: transparent;
}
.header > .wrap .headR {
  margin: 5.6rem 0 -20%;
  padding: 1rem 2rem 2rem;
  background-image: linear-gradient(180deg, #fff 50%, transparent);
}
.header > .wrap .headR ul {
  text-align: center;
  font-size: 1.5rem;
}
.header > .wrap .headR ul li .js-tel {
  font-size: 1.8rem;
}
.header > .wrap .headR ul li.tel {
  background: var(--main1);
  color: #fff;
  padding: 0.2em;
  border-radius: 0 0 1rem 1rem;
}
.header > .wrap .headR ul li.add::before {
  font-family: "fontello";
  content: "\cc03";
  color: var(--main1);
}
.header > .wrap .headR ul li.acs {
  background: var(--sub1);
  margin-top: 1rem;
  color: var(--sub18);
  padding: 0.2em;
  border-radius: 1rem 1rem 0 0;
}

@media screen and (min-width: 760px), print {
  .header {
    padding: 0 clamp(2.4rem, -0.3636363636rem + 3.6363636364vw, 4rem) clamp(9rem, -1.3636363636rem + 13.6363636364vw, 15rem);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    background-image: linear-gradient(180deg, #fff 20%, transparent);
  }
  .header > .wrap {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header > .wrap .logo {
    width: clamp(27rem, -4.0909090909rem + 40.9090909091vw, 45rem);
    height: clamp(4.8rem, -0.7272727273rem + 7.2727272727vw, 8rem);
    padding: 0;
    position: relative;
    z-index: 101;
    background: none;
  }
  .header > .wrap .logo a {
    width: 100%;
  }
  .header > .wrap .headR {
    flex: 1 1 auto;
    margin: 0;
    padding: 0;
    width: auto;
    background: none;
  }
  .header > .wrap .headR ul {
    justify-content: flex-end;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 0 auto;
    display: grid;
    grid-template-columns: repeat(1fr, 1);
    grid-template-rows: repeat(1fr, 1);
    gap: 0 clamp(0.72rem, -0.1090909091rem + 1.0909090909vw, 1.2rem);
    font-size: clamp(1.2rem, 0.5090909091rem + 0.9090909091vw, 1.6rem);
  }
  .header > .wrap .headR ul li.tel {
    grid-row: span 2/span 2;
    grid-column-start: 2;
    grid-row-start: 1;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.5rem 1em 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 2rem 2rem;
  }
  .header > .wrap .headR ul li.tel .js-tel {
    font-size: clamp(1.8rem, 0.7636363636rem + 1.3636363636vw, 2.4rem);
  }
  .header > .wrap .headR ul li.add {
    padding-top: 0.5rem;
  }
  .header > .wrap .headR ul li.acs {
    margin-top: 0;
    border-radius: 1.5em;
  }
  .header #nav {
    position: static;
    opacity: 1;
    width: 100%;
    margin-top: clamp(0.6rem, -0.0909090909rem + 0.9090909091vw, 1rem);
  }
  .header #nav .gnav_subnav {
    width: auto;
    background: none;
  }
  .header #nav .gnav_subnav .gnav {
    width: auto;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin: 0 0 0 auto;
  }
  .header #nav .gnav_subnav .gnav > li {
    width: auto;
    font-size: clamp(1.2rem, 0.5090909091rem + 0.9090909091vw, 1.6rem);
  }
  .header #nav .gnav_subnav .gnav > li > a, .header #nav .gnav_subnav .gnav > li .sub {
    padding: 0;
  }
}
#nav {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  background: #fff;
  color: var(--main1);
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  padding: 0;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 100;
  transition: 0.5s;
}
#nav #sp_menu.hide {
  transform: translateY(-220%);
}
#nav #sp_menu::before {
  display: block;
  font-family: "fontello";
  content: "\cc01";
  font-size: 2.6rem;
}
#nav #sp_menu::after {
  display: block;
  content: "MENU";
  margin: 0.2rem 0 0;
}
#nav #sp_menu.close::before {
  font-family: "fontello";
  content: "\cc02";
}
#nav #sp_menu.close::after {
  content: "CLOSE";
}
#nav #sp_menu span {
  display: none;
}
#nav .gnav_subnav {
  display: none;
  width: 94vw;
  max-height: calc(var(--vh, 1vh) * 100 - 8rem);
  overflow-y: auto;
  background: #fff;
  padding: 1.6rem;
  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;
  align-items: center;
  width: 100%;
  text-align: left;
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
}
#nav .gnav_subnav .gnav > li a.current, #nav .gnav_subnav .gnav > li .sub.current {
  color: var(--lcolor);
}
#nav .gnav_subnav .gnav > li .sub {
  gap: 0.4rem;
}
#nav .gnav_subnav .gnav > li .sub::after {
  font-family: "fontello";
  content: "\cc08";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 auto;
  transition: all 0.3s ease;
  color: var(--lcolor);
}
#nav .gnav_subnav .gnav > li .sub.close::after {
  transform: rotate(180deg);
}
#nav .gnav_subnav .gnav > li .subbox {
  display: none;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li {
  width: 49%;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 1.3rem;
  color: var(--clr_txt);
  border-radius: 1.5em;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a::before {
  font-family: "fontello";
  content: "\cc08";
  transform: rotate(-90deg);
  display: inline-block;
  color: var(--lcolor);
  margin-right: 0.5em;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a.current {
  color: #fff;
  background: var(--lcolor);
}
#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(--main1);
  text-align: center;
  padding: 0.6rem 0;
  margin: 1rem 0 0;
  border-radius: 1.5em;
}
#nav .gnav_subnav #menu_close::before {
  font-family: "fontello";
  content: "\cc02";
  margin: 0 0.6rem 0 0;
}

@media screen and (min-width: 760px), print {
  #nav {
    width: auto;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    transition: 0.8s;
    position: fixed;
    opacity: 0;
    z-index: -1;
  }
  #nav.fixed {
    opacity: 1;
    z-index: 100;
    position: fixed;
  }
  #nav.hide {
    transform: translateY(-300%);
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block !important;
    width: 100%;
    max-height: calc(var(--vh, 1vh) * 100);
    overflow-y: visible;
    padding: 0;
    position: static;
  }
  #nav .gnav_subnav .gnav {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    padding: 0.5em;
  }
  #nav .gnav_subnav .gnav > li {
    position: relative;
  }
  #nav .gnav_subnav .gnav > li:not(:last-child) {
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
    justify-content: center;
    text-align: center;
    font-size: clamp(1.2rem, 0.5090909091rem + 0.9090909091vw, 1.6rem);
    margin: 0;
    cursor: pointer;
  }
  #nav .gnav_subnav .gnav > li a::after, #nav .gnav_subnav .gnav > li .sub::after {
    margin: 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(--lcolor);
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li a.close, #nav .gnav_subnav .gnav > li .sub.close {
    color: var(--main1);
  }
  #nav .gnav_subnav .gnav > li.home a::before {
    font-family: "fontello";
    content: "\cc06";
    color: var(--lcolor);
    margin-right: 0.3em;
  }
  #nav .gnav_subnav .gnav > li .subbox {
    display: none;
    width: clamp(14.16rem, -2.1454545455rem + 21.4545454545vw, 23.6rem);
    position: absolute;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 1.5em;
    border-radius: 1em;
    margin-top: 1em;
    box-shadow: 0 0 2em rgba(0, 0, 0, 0.15);
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li {
    width: 100%;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a {
    padding: 1rem;
    font-size: clamp(1.2rem, 0.5090909091rem + 0.9090909091vw, 1.6rem);
    text-align: left;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:is(:hover, :focus-visible, .current) {
    background: var(--lcolor);
    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: 4rem 2rem;
  font-size: 1.4rem;
  line-height: 1.6;
  position: relative;
  background: var(--sub22);
}
.overview::before {
  content: "";
  display: block;
  background: url(../img/img_wave_purple.svg) center bottom no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2rem;
  margin: auto;
  transform: rotate(180deg);
}
.overview .clinic_name {
  margin: 0;
  position: relative;
  top: -1rem;
}
.overview .clinic_name img {
  max-width: 100%;
  margin: auto;
}
.overview .clinic_prof {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.7rem;
  text-align: center;
  padding-bottom: 2rem;
  background: url(../img/line_dot_pale_purple.svg) center bottom repeat-x;
}
.overview .clinic_prof .add::before {
  font-family: "fontello";
  content: "\cc03";
  color: var(--main1);
}
.overview .clinic_prof .js-tel {
  background: var(--main1);
  border-radius: 1.5em;
  color: #fff;
  padding: 0.3em 1em;
}
.overview .clinic_prof .btn_rsv {
  margin: 0 auto;
}
.overview > .wrap {
  background: #fff;
  padding: 0 1rem 1rem;
  border-radius: 1rem;
  position: relative;
}
.overview > .wrap .gaiyo {
  width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: 6em auto;
  gap: 0.5rem;
}
.overview > .wrap .gaiyo dt {
  padding: 0.4rem;
  text-align: center;
  background: var(--sub22);
  border-radius: 1.5em;
}
.overview > .wrap .gaiyo dt.lt1 {
  padding-left: 1em;
  letter-spacing: 1em;
}
.overview > .wrap .gaiyo dd {
  padding: 0.4rem;
}
.overview > .wrap .gaiyo dd .js-tel {
  font-size: 120%;
}
.overview > .wrap .overviewL .tbl_time {
  margin: 2rem 0;
}
.overview > .wrap .overviewR {
  margin-top: 2rem;
}

.gmap {
  margin-top: 2rem;
}
.gmap iframe {
  border-radius: 1rem;
}

.btn_map {
  color: var(--sub9);
  background: #fff;
  padding: 0.5em 2em;
  border-radius: 1.5em;
  position: relative;
  border: 2px solid var(--sub9);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.5em auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_map::after {
  content: "";
  display: block;
  font-family: "fontello";
  content: "\cc09";
  transform: rotate(-90deg);
  position: absolute;
  right: 0.8em;
  font-size: 70%;
}
.btn_map:is(:hover, :focus-visible) {
  background: var(--sub9);
  color: #fff;
}

@media screen and (min-width: 760px), print {
  .overview {
    padding: clamp(6.84rem, -1.0363636364rem + 10.3636363636vw, 11.4rem) 1rem 0;
    font-size: clamp(1.4rem, 0.7090909091rem + 0.9090909091vw, 1.8rem);
  }
  .overview::before {
    height: clamp(4.86rem, -0.7363636364rem + 7.3636363636vw, 8.1rem);
  }
  .overview .clinic_name {
    margin: 0 0 clamp(1.62rem, -0.2454545455rem + 2.4545454545vw, 2.7rem);
    width: 100%;
    font-size: clamp(0.6rem, -0.0909090909rem + 0.9090909091vw, 1rem);
    margin-top: -3.2em;
  }
  .overview .clinic_name img {
    max-width: initial;
    width: clamp(39.54rem, -5.9909090909rem + 59.9090909091vw, 65.9rem);
  }
  .overview .clinic_prof {
    width: 100%;
    align-items: center;
    gap: clamp(1.2rem, -0.1818181818rem + 1.8181818182vw, 2rem);
    padding-bottom: clamp(2.22rem, -0.3363636364rem + 3.3636363636vw, 3.7rem);
    margin-bottom: clamp(2.22rem, -0.3363636364rem + 3.3636363636vw, 3.7rem);
  }
  .overview .clinic_prof .js-tel, .overview .clinic_prof .btn_rsv {
    font-size: clamp(1.44rem, -0.2181818182rem + 2.1818181818vw, 2.4rem);
  }
  .overview > .wrap {
    max-width: 1180px;
    display: flex;
    border-radius: clamp(3rem, -0.4545454545rem + 4.5454545455vw, 5rem);
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 clamp(3.6rem, -0.5454545455rem + 5.4545454545vw, 6rem) clamp(1.8rem, -0.2727272727rem + 2.7272727273vw, 3rem);
  }
  .overview > .wrap .gaiyo {
    grid-template-columns: 7em auto;
    gap: 1em;
  }
  .overview > .wrap .gaiyo dt {
    padding: clamp(0.48rem, -0.0727272727rem + 0.7272727273vw, 0.8rem) 0;
  }
  .overview > .wrap .gaiyo dd {
    padding: clamp(0.48rem, -0.0727272727rem + 0.7272727273vw, 0.8rem) 0;
  }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR {
    width: 48%;
  }
  .overview > .wrap .overviewR {
    margin: 0;
  }
  .gmap {
    margin-top: clamp(3.24rem, -0.4909090909rem + 4.9090909091vw, 5.4rem);
  }
  .gmap iframe {
    height: clamp(27rem, -4.0909090909rem + 40.9090909091vw, 45rem);
    border-radius: clamp(1.2rem, -0.1818181818rem + 1.8181818182vw, 2rem);
  }
  .btn_map {
    margin-top: 1em;
  }
}
#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: calc(100% - 4rem);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
#tel_up ul li {
  flex: auto;
  justify-content: center;
  align-items: center;
  gap: 0 0.4rem;
  height: 100%;
  text-align: center;
}
#tel_up ul li .btn_rsv {
  height: 100%;
  display: flex;
  border-radius: 0;
}
#tel_up ul li .btn_rsv.tel {
  background: var(--sub18);
}
#tel_up ul li .btn_rsv.tel::before {
  font-family: "fontello";
  content: "\cc04";
}
#tel_up ul li .btn_rsv.acs {
  background: var(--sub4);
  color: var(--clr_txt);
}
#tel_up ul li .btn_rsv.acs::before {
  font-family: "fontello";
  content: "\cc03";
  color: var(--main1);
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  font-size: 1.6rem;
  text-align: center;
  padding: 1rem;
  line-height: 1;
  background: var(--lcolor);
  overflow: hidden;
  position: relative;
  z-index: 101;
  border: 2px solid #fff;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\cc09";
  transform: rotate(180deg);
  color: #fff;
}
#tel_up #pageup .clip {
  display: block;
  font-size: 1rem;
  clip-path: inset(50%);
  color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 0;
}

@media screen and (min-width: 760px), print {
  #tel_up {
    width: -moz-fit-content;
    width: fit-content;
    height: clamp(3rem, -0.4545454545rem + 4.5454545455vw, 5rem);
    bottom: clamp(2.4rem, -0.3636363636rem + 3.6363636364vw, 4rem);
    right: clamp(2.4rem, -0.3636363636rem + 3.6363636364vw, 4rem);
    gap: 1em;
    left: auto;
    background: none;
    padding: 0;
    box-shadow: none;
  }
  #tel_up ul {
    gap: 1em;
  }
  #tel_up ul li {
    font-size: clamp(1.6rem, 0.5636363636rem + 1.3636363636vw, 2.2rem);
  }
  #tel_up ul li .btn_rsv {
    border-radius: 1.5em;
  }
  #tel_up ul li .tel {
    display: none;
  }
  #tel_up #pageup {
    width: clamp(3rem, -0.4545454545rem + 4.5454545455vw, 5rem);
    font-size: clamp(1rem, 0.1363636364rem + 1.1363636364vw, 1.5rem);
    border-radius: 50%;
  }
  #tel_up #pageup:is(:hover, :focus-visible) {
    background: var(--lcolor_h);
    opacity: 1;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
  background: var(--sub22);
}
.footer .copy {
  display: block;
  background: var(--main1);
  color: #fff;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 760px), print {
  .footer {
    padding: clamp(2.4rem, -0.3636363636rem + 3.6363636364vw, 4rem) 0 0;
  }
  .footer .copy {
    margin: clamp(2.4rem, -0.3636363636rem + 3.6363636364vw, 4rem) 0 0;
    padding: 1em 0 3em;
    font-size: clamp(1.2rem, 0.5090909091rem + 0.9090909091vw, 1.6rem);
  }
  .footer ul {
    display: block;
    text-align: center;
  }
  .footer ul li {
    display: inline-block;
    font-size: clamp(1.2rem, 0.5090909091rem + 0.9090909091vw, 1.6rem);
    line-height: 1.3;
    margin: 0 0 clamp(0.6rem, -0.0909090909rem + 0.9090909091vw, 1rem);
    -webkit-text-size-adjust: none;
    padding: 0 clamp(1.2rem, -0.1818181818rem + 1.8181818182vw, 2rem);
    border-right: 1px solid;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.last-in-row {
    border-right-color: transparent !important;
  }
  .footer ul li.treatment {
    display: none;
  }
}
body.index .wrap {
  margin-bottom: 0;
}
body.index .main {
  overflow: hidden;
}
body.index .overview {
  margin-top: 4rem;
}
@media screen and (min-width: 760px), print {
  body.index > .wrap {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}

.keyvsl {
  width: 100%;
  position: relative;
  margin-bottom: 15rem;
}
.keyvsl::before {
  content: "";
  display: block;
  background: url(../img/img_wave_purple.svg) center bottom no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2rem;
  margin: auto;
  z-index: 1;
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: 40rem;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl .slick-list div img {
  height: 42rem !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 75% 100%;
     object-position: 75% 100%;
  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;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: -11rem;
  margin: auto;
}
.keyvsl > .wrap > div {
  position: relative;
}
.keyvsl > .wrap > div::before, .keyvsl > .wrap > div::after {
  content: "";
  background: url(../img/icon_kv_copy_deco.svg) center center no-repeat;
  background-size: contain;
  aspect-ratio: 105/99;
  width: 5rem;
  position: absolute;
  top: -1rem;
}
.keyvsl > .wrap > div::before {
  left: 1.5rem;
}
.keyvsl > .wrap > div::after {
  transform: scale(-1, 1);
  right: 1.5rem;
}
.keyvsl > .wrap .catch {
  color: var(--sub19);
  font-size: 2rem;
  text-align: center;
  -webkit-text-stroke: 0.2em #fff;
  text-stroke: 0.2em #fff;
  paint-order: stroke;
  position: relative;
  z-index: 1;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.keyvsl > .wrap .catch span {
  background: url(../img/line_dot_kv_purple.svg) left bottom repeat-x;
  padding-bottom: 0.4em;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.keyvsl > .wrap .catch b, .keyvsl > .wrap .catch i {
  font-size: 140%;
}
.keyvsl > .wrap .catch b {
  color: var(--main1);
}
.keyvsl > .wrap .catch i {
  color: var(--sub21);
}
.keyvsl > .wrap .open {
  margin: 1.5em 2rem 0;
  color: #fff;
}
.keyvsl > .wrap .open .kaiin {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 0.2em 1em;
  font-size: 2rem;
  background: var(--main1);
  margin: 0.5em auto 0;
  border-radius: 1.5em;
  box-shadow: 3px 3px 0 var(--sub2);
}
.keyvsl > .wrap .open .kaiin span {
  font-size: 70%;
}
.keyvsl > .wrap .open .kaiin::before, .keyvsl > .wrap .open .kaiin::after {
  content: "";
  display: block;
  width: 0.4em;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
}

@media screen and (min-width: 760px), print {
  .keyvsl {
    margin-bottom: 0;
  }
  .keyvsl::before {
    height: clamp(4.86rem, -0.7363636364rem + 7.3636363636vw, 8.1rem);
  }
  .keyvsl #keyvsl {
    height: clamp(56.4rem, -8.5454545455rem + 85.4545454545vw, 94rem);
  }
  .keyvsl #keyvsl .slick-list div {
    font-size: 0;
  }
  .keyvsl #keyvsl .slick-list div img {
    height: clamp(56.4rem, -8.5454545455rem + 85.4545454545vw, 94rem) !important;
    -o-object-position: initial;
       object-position: initial;
  }
  .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 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    max-width: 1400px;
  }
  .keyvsl > .wrap > div {
    padding: 0 1rem;
  }
  .keyvsl > .wrap > div::before, .keyvsl > .wrap > div::after {
    width: clamp(6.3rem, -0.9545454545rem + 9.5454545455vw, 10.5rem);
  }
  .keyvsl > .wrap > div::before {
    left: -8em;
    top: 0;
  }
  .keyvsl > .wrap > div::after {
    left: 40em;
    right: auto;
    top: 9em;
  }
  .keyvsl > .wrap .catch {
    text-align: left;
    font-size: clamp(2.16rem, -0.3272727273rem + 3.2727272727vw, 3.6rem);
  }
  .keyvsl > .wrap .catch span {
    padding-bottom: 0.3em;
  }
  .keyvsl > .wrap .catch b {
    font-size: clamp(2.64rem, -0.4rem + 4vw, 4.4rem);
  }
  .keyvsl > .wrap .open {
    margin: 0;
    width: clamp(23.7rem, -3.5909090909rem + 35.9090909091vw, 39.5rem);
    margin-top: clamp(2.34rem, -0.3545454545rem + 3.5454545455vw, 3.9rem);
  }
  .keyvsl > .wrap .open .kaiin {
    font-size: clamp(1.68rem, -0.2545454545rem + 2.5454545455vw, 2.8rem);
  }
}
.info {
  padding: 1rem 2rem;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.info::before, .info::after {
  content: "";
  display: block;
  background: url(../img/title_deco_tanpopo_l.svg) center center no-repeat;
  background-size: contain;
  aspect-ratio: 365/210;
  width: 9rem;
  position: absolute;
  top: 0;
}
.info::before {
  left: -1rem;
}
.info::after {
  right: -1rem;
  transform: scale(-1, 1);
}
.info .wrap {
  position: relative;
  z-index: 1;
}
.info .wrap .info_box_cover {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  position: relative;
  padding-bottom: 4rem;
  margin-bottom: 3rem;
  background: url(../img/line_dot_yellow.svg) left bottom repeat-x;
}
.info .wrap .info_box_cover::after {
  content: "";
  display: block;
  background: url(../img/img_cat1.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 1rem;
  width: 6rem;
  aspect-ratio: 116/92;
}
.info .wrap .info_box_cover section {
  width: 100%;
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
}
.info .wrap .info_box_cover section .accordion-container .accordion-item summary.accordion-header .accordion-date {
  color: var(--sub8);
}
.info .wrap .info_box_cover section .accordion-container .accordion-item summary.accordion-header .accordion-title {
  font-size: 110%;
}
.info .wrap .info_box_cover section .accordion-container .accordion-item .accordion-content {
  margin-top: 0.2em;
}
.info .wrap .info_box_cover h3 {
  font-weight: normal;
  text-align: center;
  padding: 0.5em;
  font-size: 1.8rem;
  position: relative;
  background: left 1rem center no-repeat;
  background-size: auto 70%;
  color: #fff;
}
.info .wrap .info_box_cover .info_clinic h3 {
  background-color: var(--sub3);
  background-image: url(../img/icon_news_cl.svg);
}
.info .wrap .info_box_cover .info_clinic .accordion-container .accordion-item summary.accordion-header .accordion-title {
  color: var(--sub6);
}
.info .wrap .info_box_cover .info_clinic .accordion-container .accordion-item summary.accordion-header .accordion-title::before {
  color: var(--sub6);
}
.info .wrap .info_box_cover .info_vaccination h3 {
  background-color: var(--main1);
  background-image: url(../img/icon_news_v.svg);
}
.info .wrap .info_box_cover .info_vaccination .info01::-webkit-scrollbar-thumb {
  background-color: var(--sub10);
}
.info .wrap .info_box_cover .info_vaccination .accordion-container .accordion-item summary.accordion-header .accordion-title {
  color: var(--sub9);
}
.info .wrap .info_box_cover .info_vaccination .accordion-container .accordion-item summary.accordion-header .accordion-title::before {
  color: var(--sub9);
}
.info .wrap .info_box_cover .info_daisin h3 {
  background-color: var(--sub11);
  background-image: url(../img/icon_news_check.svg);
}
.info .wrap .info_box_cover .info_daisin .info01::-webkit-scrollbar-thumb {
  background-color: var(--sub13);
}
.info .wrap .info_box_cover .info_daisin .accordion-container .accordion-item summary.accordion-header .accordion-title {
  color: var(--sub12);
}
.info .wrap .info_box_cover .info_daisin .accordion-container .accordion-item summary.accordion-header .accordion-title::before {
  color: var(--sub12);
}
.info .wrap .info_box {
  margin: 1rem;
}
.info .wrap .info01 {
  line-height: 1.6;
  overflow-y: auto;
  overscroll-behavior-y: none;
  max-height: 35rem;
}
.info .wrap .info01::-webkit-scrollbar {
  width: 0.8rem;
}
.info .wrap .info01::-webkit-scrollbar-track {
  background-color: var(--bg3);
  border-radius: 2rem;
}
.info .wrap .info01::-webkit-scrollbar-thumb {
  background-color: var(--sub2);
  border-radius: 2rem;
}
.info .wrap .info01 .accordion-container {
  width: 100%;
  margin: 0;
}
.info .wrap .info01 .accordion-container .accordion-item {
  width: 100%;
  margin-bottom: 2px;
  border: none;
  border-radius: 0;
  display: block;
  overflow: hidden;
}
.info .wrap .info01 .accordion-container .accordion-item:not(:first-child) {
  border-top: 1px solid var(--line_menu);
  padding-top: 2rem;
  margin-top: 2rem;
}
.info .wrap .info01 .accordion-container .accordion-item summary.accordion-header {
  padding: 0 0 0 1px;
  font-weight: 500;
  cursor: pointer;
  list-style: none;
  position: relative;
}
.info .wrap .info01 .accordion-container .accordion-item summary.accordion-header .accordion-title {
  display: flex;
  gap: 0.2em;
}
.info .wrap .info01 .accordion-container .accordion-item summary.accordion-header .accordion-title::before {
  font-family: "fontello";
  content: "\cc08";
  color: var(--main1);
  display: inline-block;
  transition: transform 0.2s ease-out !important; /* 強制的に最優先 */
}
.info .wrap .info01 .accordion-container .accordion-item summary.accordion-header::-webkit-details-marker {
  display: none;
}
.info .wrap .info01 .accordion-container .accordion-item.is-active summary.accordion-header .accordion-title::before {
  transform: rotate(180deg);
}
.info .wrap .info01 .accordion-container .accordion-item .accordion-badge,
.info .wrap .info01 .accordion-container .accordion-item .accordion-date,
.info .wrap .info01 .accordion-container .accordion-item .accordion-title {
  display: inline-block;
  padding: 0;
  margin-right: 0.5em;
}
.info .wrap .info01 .accordion-container .accordion-item .accordion-badge {
  background-color: var(--main1);
  color: #fff;
  font-size: 0.75rem;
  border-radius: 4px;
}
.info .wrap .info01 .accordion-container .accordion-item .accordion-date {
  color: var(--clr_txt);
}
.info .wrap .info01 .accordion-container .accordion-item .accordion-title {
  color: var(--main1);
}
.info .wrap .info01 .accordion-container .accordion-item .accordion-content {
  display: block !important; /* JSで高さを操るため常にblock */
  overflow: hidden;
  height: 0;
  opacity: 0;
}
.info .wrap .info01 .accordion-container .accordion-item.is-active .accordion-content {
  height: auto;
  opacity: 1;
}
.info .tbl_map {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.info .tbl_map div {
  width: 100%;
}
.info .tbl_map .map div {
  border: 4px solid #fff;
  border-radius: 1rem;
  font-size: 0;
  overflow: hidden;
  height: 20rem;
}

@media screen and (min-width: 760px), print {
  .info {
    padding: clamp(2.4rem, -0.3636363636rem + 3.6363636364vw, 4rem) 1rem;
  }
  .info::before, .info::after {
    width: clamp(21.9rem, -3.3181818182rem + 33.1818181818vw, 36.5rem);
    font-size: clamp(0.6rem, -0.0909090909rem + 0.9090909091vw, 1rem);
    top: 0;
  }
  .info::before {
    left: auto;
    right: calc(50% + 46.4em);
  }
  .info::after {
    right: auto;
    left: calc(50% + 46.4em);
  }
  .info .wrap .tit_02 {
    margin-bottom: clamp(4.2rem, -0.6363636364rem + 6.3636363636vw, 7rem);
  }
  .info .wrap .info_box_cover {
    display: grid;
    grid-gap: clamp(2.1rem, -0.3181818182rem + 3.1818181818vw, 3.5rem);
    grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
    padding-bottom: clamp(3.72rem, -0.5636363636rem + 5.6363636364vw, 6.2rem);
    margin-bottom: clamp(3.6rem, -0.5454545455rem + 5.4545454545vw, 6rem);
  }
  .info .wrap .info_box_cover section {
    width: auto;
    border-radius: 1em;
  }
  .info .wrap .info_box_cover h3 {
    font-size: clamp(2rem, 1.3090909091rem + 0.9090909091vw, 2.4rem);
    padding-left: 3em;
    background-size: auto clamp(2.7rem, -0.4090909091rem + 4.0909090909vw, 4.5rem);
    background-position: 0.8em;
  }
  .info .wrap .info_box_cover::after {
    width: clamp(6.9rem, -1.0454545455rem + 10.4545454545vw, 11.5rem);
    bottom: 1em;
    right: -0.5em;
  }
  .info .wrap .info_box {
    padding: clamp(0.9rem, -0.1363636364rem + 1.3636363636vw, 1.5rem) clamp(1.56rem, -0.2363636364rem + 2.3636363636vw, 2.6rem) clamp(1.32rem, -0.2rem + 2vw, 2.2rem);
    margin: 0;
  }
  .info .wrap .info01 {
    max-height: 45rem;
  }
  .info .wrap .info01 .accordion-container .accordion-item {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    overflow: hidden;
  }
  .info .wrap .info01 .accordion-container .accordion-item:not(:first-child) {
    padding-top: clamp(0.9rem, -0.1363636364rem + 1.3636363636vw, 1.5rem);
    margin-top: clamp(0.9rem, -0.1363636364rem + 1.3636363636vw, 1.5rem);
  }
  .info .wrap .info01 .accordion-container .accordion-item summary.accordion-header .accordion-title {
    font-size: 120%;
  }
  .info .wrap .info01 .accordion-container .accordion-item .accordion-content {
    font-size: clamp(1.2rem, 0.5090909091rem + 0.9090909091vw, 1.6rem);
  }
  .info .tbl_map {
    justify-content: space-between;
  }
  .info .tbl_map > div {
    width: 48%;
  }
  .info .tbl_map .map div {
    border-radius: clamp(1.2rem, -0.1818181818rem + 1.8181818182vw, 2rem);
    height: clamp(18rem, -2.7272727273rem + 27.2727272727vw, 30rem);
  }
}
.feature {
  margin: 6rem 0 0;
  position: relative;
}
.feature::before {
  content: "";
  display: block;
  width: 100%;
  height: 2rem;
  background: url(../img/img_wave_purple.svg) center bottom no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  transform: rotate(180deg);
  top: 0;
}
.feature::after {
  content: "";
  display: block;
  background: url(../img/img_child1.svg) center center no-repeat;
  background-size: contain;
  width: 12rem;
  aspect-ratio: 259/201;
  position: absolute;
  z-index: 2;
  left: 1rem;
  top: -7rem;
}
.feature .inner {
  position: relative;
  width: 100%;
  min-height: 500px; /* 画像を見せたい高さ */
  /* 親要素の範囲外にある fixed 要素を隠す魔法の1行 */
  clip-path: inset(0);
  padding: 4rem 2rem;
}
.feature .inner::before {
  content: "";
  position: fixed; /* ビューポートに固定 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_feature.jpg) center top no-repeat;
  background-size: cover;
  z-index: -2;
  /* 念のためiOSのチラつき防止 */
  will-change: transform;
}
.feature .inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 2rem;
  background: url(../img/img_wave_purple.svg) center bottom no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  bottom: -1px;
}
.feature .wrap::before {
  content: "";
  display: block;
  background: url(../img/img_child1.svg) center center no-repeat;
  background-size: contain;
  width: 12rem;
  aspect-ratio: 259/201;
  position: absolute;
  z-index: 2;
  left: 1rem;
  top: -7rem;
}
.feature ol {
  counter-reset: number 0;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
.feature ol li {
  counter-increment: number 1;
  position: relative;
}
.feature ol li::before {
  content: "";
  aspect-ratio: 365/280;
  display: block;
  background: center center no-repeat;
  background-size: contain;
  margin-bottom: -2rem;
}
.feature ol li::after {
  content: counter(number, decimal-leading-zero);
  background: url(../img/bg_feature_num.svg) center center no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 7rem;
  color: #fff;
  line-height: 1;
  font-family: "Nunito", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  position: absolute;
  left: 0;
  top: 1rem;
}
.feature ol li div {
  background: #fff;
  padding: 1.5rem;
  border-radius: 1rem;
  position: relative;
}
.feature ol li div::before {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  top: -0.95em;
  left: 0;
  right: 0;
  background: #fff;
  height: 1em;
  width: 1.5em;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  margin: auto;
}
.feature ol li h3 {
  font-weight: normal;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1rem;
  padding-bottom: 0.3em;
  color: var(--sub9);
  background: url(../img/line_dot_feature_purple.svg) left bottom repeat-x;
}
.feature ol li p {
  margin: 0;
}
.feature ol li:nth-child(2n) h3 {
  color: var(--sub6);
  background-image: url(../img/line_dot_feature_orange.svg);
}
.feature ol .feature_kakarituke::before {
  background-image: url(../img/index_feature01_img.png);
}
.feature ol .feature_setumei::before {
  background-image: url(../img/index_feature02_img.png);
}
.feature ol .feature_kankyo::before {
  background-image: url(../img/index_feature03_img.png);
}
.feature ol .feature_taiou::before {
  background-image: url(../img/index_feature04_img.png);
}
.feature ol .feature_yobou::before {
  background-image: url(../img/index_feature05_img.png);
}

@media screen and (min-width: 760px), print {
  .feature {
    margin: 0;
    background: url(../img/bg_feature.jpg) center top no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  .feature::before {
    font-size: clamp(0.6rem, -0.0909090909rem + 0.9090909091vw, 1rem);
    height: clamp(4.86rem, -0.7363636364rem + 7.3636363636vw, 8.1rem);
  }
  .feature::after {
    font-size: clamp(0.6rem, -0.0909090909rem + 0.9090909091vw, 1rem);
    width: clamp(15.6rem, -2.3636363636rem + 23.6363636364vw, 26rem);
    top: -13.5em;
    left: auto;
    right: calc(50% + 32em);
  }
  .feature .inner {
    padding: clamp(6rem, -0.9090909091rem + 9.0909090909vw, 10rem) 1rem;
  }
  .feature .inner::after {
    font-size: clamp(0.6rem, -0.0909090909rem + 0.9090909091vw, 1rem);
    height: clamp(4.86rem, -0.7363636364rem + 7.3636363636vw, 8.1rem);
  }
  .feature .wrap::after {
    font-size: clamp(0.6rem, -0.0909090909rem + 0.9090909091vw, 1rem);
  }
  .feature .wrap .tit_02 {
    margin-bottom: clamp(3.6rem, -0.5454545455rem + 5.4545454545vw, 6rem);
  }
  .feature .wrap ol {
    gap: clamp(3rem, -0.4545454545rem + 4.5454545455vw, 5rem) clamp(1.68rem, -0.2545454545rem + 2.5454545455vw, 2.8rem);
    justify-content: center;
  }
  .feature .wrap ol li {
    width: clamp(21.9rem, -3.3181818182rem + 33.1818181818vw, 36.5rem);
  }
  .feature .wrap ol li::before {
    width: 95%;
  }
  .feature .wrap ol li::after {
    width: clamp(4.8rem, -0.7272727273rem + 7.2727272727vw, 8rem);
    font-size: clamp(1.8rem, -0.2727272727rem + 2.7272727273vw, 3rem);
    top: clamp(0.78rem, -0.1181818182rem + 1.1818181818vw, 1.3rem);
  }
  .feature .wrap ol li h3 {
    font-size: clamp(1.38rem, -0.2090909091rem + 2.0909090909vw, 2.3rem);
    letter-spacing: -1px;
    text-indent: -1px;
  }
  .feature .wrap ol li div {
    padding: 1.5em;
    border-radius: 1em;
    font-size: clamp(0.96rem, -0.1454545455rem + 1.4545454545vw, 1.6rem);
  }
}
.index_symptoms {
  padding: 6rem 2rem 7rem;
  overflow: hidden;
  position: relative;
}
.index_symptoms::before {
  content: "";
  display: block;
  background: url(../img/img_child2.svg) center center no-repeat;
  background-size: contain;
  aspect-ratio: 307/170;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 15rem;
}
.index_symptoms::after {
  content: "";
  display: block;
  background: var(--sub22) url(../img/img_wave_purple.svg) center bottom no-repeat;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 2rem;
  transform: rotate(180deg);
}
.index_symptoms .wrap::before, .index_symptoms .wrap::after {
  content: "";
  display: block;
  background: url(../img/title_deco_tanpopo_l.svg) center center no-repeat;
  background-size: contain;
  aspect-ratio: 365/210;
  width: 9rem;
  position: absolute;
  top: 0;
}
.index_symptoms .wrap::before {
  left: -1rem;
}
.index_symptoms .wrap::after {
  right: -1rem;
  transform: scale(-1, 1);
}
.index_symptoms .symptoms_ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-top: 4rem !important;
}
.index_symptoms .symptoms_ul > li {
  background: #fff;
  width: 100%;
  border-radius: 1rem;
}
.index_symptoms .symptoms_ul > li h3 {
  font-weight: normal;
  border-radius: 1rem 1rem 0 0;
  color: #fff;
  padding: 1rem 2rem 1rem 3rem;
  text-align: center;
  position: relative;
}
.index_symptoms .symptoms_ul > li h3::before {
  content: "";
  display: block;
  background: center center no-repeat;
  background-size: contain;
  aspect-ratio: 80/90;
  width: 6rem;
  left: 1rem;
  bottom: 0;
  position: absolute;
}
.index_symptoms .symptoms_ul > li ul {
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 1rem;
}
.index_symptoms .symptoms_ul > li ul li {
  display: flex;
  align-items: center;
}
.index_symptoms .symptoms_ul > li ul li::before {
  content: "●";
  font-size: 60%;
  margin-right: 0.3em;
}
.index_symptoms .symptoms_ul > li:nth-child(3n-2) h3 {
  background: var(--main1);
}
.index_symptoms .symptoms_ul > li:nth-child(3n-2) li::before {
  color: var(--main1);
}
.index_symptoms .symptoms_ul > li:nth-child(3n-1) h3 {
  background: var(--sub3);
}
.index_symptoms .symptoms_ul > li:nth-child(3n-1) li::before {
  color: var(--sub3);
}
.index_symptoms .symptoms_ul > li:nth-child(3n) h3 {
  background: var(--sub11);
}
.index_symptoms .symptoms_ul > li:nth-child(3n) li::before {
  color: var(--sub11);
}
.index_symptoms .symptoms_ul .throat h3::before {
  background-image: url(../img/icon_sym01_throat_chest.svg);
}
.index_symptoms .symptoms_ul .stomach h3::before {
  background-image: url(../img/icon_sym02_stomach.svg);
}
.index_symptoms .symptoms_ul .skin h3::before {
  background-image: url(../img/icon_sym03_skin.svg);
}
.index_symptoms .symptoms_ul .ear h3::before {
  background-image: url(../img/icon_sym04_ear.svg);
}
.index_symptoms .symptoms_ul .constipation h3::before {
  background-image: url(../img/icon_sym05_benpi.svg);
}
.index_symptoms .symptoms_ul .eye h3::before {
  background-image: url(../img/icon_sym06_eye.svg);
}
.index_symptoms .symptoms_ul .others h3::before {
  background-image: url(../img/icon_sym07_other.svg);
}

@media screen and (min-width: 760px), print {
  .index_symptoms {
    padding: clamp(2.4rem, -0.3636363636rem + 3.6363636364vw, 4rem) 1rem clamp(1.02rem, -0.1545454545rem + 1.5454545455vw, 1.7rem);
  }
  .index_symptoms::before {
    width: clamp(18.42rem, -2.7909090909rem + 27.9090909091vw, 30.7rem);
    font-size: clamp(0.6rem, -0.0909090909rem + 0.9090909091vw, 1rem);
    bottom: 0;
    right: auto;
    left: calc(50% + 25em);
  }
  .index_symptoms::after {
    height: clamp(4.86rem, -0.7363636364rem + 7.3636363636vw, 8.1rem);
  }
  .index_symptoms .tit_02 {
    margin-bottom: clamp(4.5rem, -0.6818181818rem + 6.8181818182vw, 7.5rem);
  }
  .index_symptoms .wrap {
    position: relative;
    z-index: 1;
  }
  .index_symptoms .wrap::before, .index_symptoms .wrap::after {
    width: clamp(21.9rem, -3.3181818182rem + 33.1818181818vw, 36.5rem);
    font-size: clamp(0.6rem, -0.0909090909rem + 0.9090909091vw, 1rem);
    top: -4em;
  }
  .index_symptoms .wrap::before {
    left: auto;
    right: calc(50% + 46.4em);
  }
  .index_symptoms .wrap::after {
    right: auto;
    left: calc(50% + 46.4em);
  }
  .index_symptoms .symptoms_ul {
    display: grid;
    grid-gap: clamp(3rem, -0.4545454545rem + 4.5454545455vw, 5rem) clamp(3.6rem, -0.5454545455rem + 5.4545454545vw, 6rem);
    grid-template-columns: repeat(auto-fit, minmax(342px, 1fr));
    max-width: 1160px;
    margin: auto;
  }
  .index_symptoms .symptoms_ul::before, .index_symptoms .symptoms_ul::after {
    content: "";
    order: 1;
  }
  .index_symptoms .symptoms_ul li {
    border-radius: clamp(1.2rem, -0.1818181818rem + 1.8181818182vw, 2rem);
  }
  .index_symptoms .symptoms_ul li h3 {
    font-size: clamp(2rem, 1.3090909091rem + 0.9090909091vw, 2.4rem);
    border-radius: clamp(1.2rem, -0.1818181818rem + 1.8181818182vw, 2rem) clamp(1.2rem, -0.1818181818rem + 1.8181818182vw, 2rem) 0 0;
  }
  .index_symptoms .symptoms_ul li h3::before {
    width: clamp(4.8rem, -0.7272727273rem + 7.2727272727vw, 8rem);
    left: clamp(1.2rem, -0.1818181818rem + 1.8181818182vw, 2rem);
  }
  .index_symptoms .symptoms_ul li ul {
    padding: clamp(1.44rem, -0.2181818182rem + 2.1818181818vw, 2.4rem);
    gap: 0 1em;
  }
}
.index_disease {
  background: var(--sub22);
  padding: 4rem 2rem;
  position: relative;
}
.index_disease .disease_box {
  background: #fff;
  padding: 1rem;
  position: relative;
  border-radius: 1rem;
}
.index_disease .disease_box::before {
  display: block;
  content: "";
  position: absolute;
  top: -0.95em;
  left: 0;
  right: 0;
  background: #fff;
  height: 1em;
  width: 1.5em;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  margin: auto;
}
.index_disease .disease_box::after {
  content: "";
  display: block;
  background: url(../img/img_cat2.svg);
  background-size: contain;
  width: 5rem;
  aspect-ratio: 98/129;
  position: absolute;
  right: 1rem;
  bottom: -2rem;
}
.index_disease .tab-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding-bottom: 3rem;
  margin-bottom: 2rem;
  background: url(../img/line_dot_pale_purple.svg) center bottom repeat-x;
}
.index_disease .tab-list .tab-list-item {
  background: var(--main1);
  width: calc((100% - 0.5rem) / 2);
  font-size: 90%;
  padding: 0.5rem 0;
  height: 3em;
  border-radius: 1.5em;
  text-align: center;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
}
.index_disease .tab-list .tab-list-item::after {
  content: "";
  display: block;
  font-size: 70%;
  font-family: "fontello";
  content: "\cc09";
  position: absolute;
  right: 0.5rem;
}
.index_disease .tab-list .tab-list-item.is-btn-active {
  background: var(--sub14);
}
.index_disease .tab-contents {
  display: none;
}
.index_disease .tab-contents ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 90%;
}
.index_disease .tab-contents li {
  background: var(--sub15);
  padding: 0.2em 0.9em;
  border-radius: 1.5em;
}
.index_disease .tab-contents li::after {
  font-family: "fontello";
  content: "\cc09";
  display: inline-block;
  transform: rotate(-90deg);
  margin-left: 0.3em;
}
.index_disease .tab-contents li:last-child {
  background: none;
}
.index_disease .tab-contents li:last-child::after {
  content: none;
}
.index_disease .tab-contents.is-contents-active {
  display: block;
}

@media screen and (min-width: 760px), print {
  .index_disease {
    padding: clamp(3.24rem, -0.4909090909rem + 4.9090909091vw, 5.4rem) 1rem clamp(4.8rem, -0.7272727273rem + 7.2727272727vw, 8rem);
  }
  .index_disease .tit_02 {
    margin-bottom: clamp(2.22rem, -0.3363636364rem + 3.3636363636vw, 3.7rem);
  }
  .index_disease .disease_box::before {
    width: clamp(2.4rem, -0.3636363636rem + 3.6363636364vw, 4rem);
    height: clamp(1.92rem, -0.2909090909rem + 2.9090909091vw, 3.2rem);
    font-size: clamp(0.6rem, -0.0909090909rem + 0.9090909091vw, 1rem);
    top: -3.1em;
  }
  .index_disease .disease_box::after {
    width: clamp(5.88rem, -0.8909090909rem + 8.9090909091vw, 9.8rem);
    font-size: clamp(0.6rem, -0.0909090909rem + 0.9090909091vw, 1rem);
    right: 2.8em;
    bottom: -2.7em;
  }
  .index_disease .disease_box {
    padding: clamp(2.4rem, -0.3636363636rem + 3.6363636364vw, 4rem);
    border-radius: clamp(1.8rem, -0.2727272727rem + 2.7272727273vw, 3rem);
  }
  .index_disease .tab-list {
    gap: clamp(1.2rem, -0.1818181818rem + 1.8181818182vw, 2rem);
    padding-bottom: clamp(2.4rem, -0.3636363636rem + 3.6363636364vw, 4rem);
    margin-bottom: clamp(2.1rem, -0.3181818182rem + 3.1818181818vw, 3.5rem);
  }
  .index_disease .tab-list .tab-list-item {
    width: clamp(15.6rem, -2.3636363636rem + 23.6363636364vw, 26rem);
    font-size: 100%;
    height: 3.5em;
    border-radius: 1.8em;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .index_disease .tab-list .tab-list-item::after {
    right: 1em;
  }
  .index_disease .tab-list .tab-list-item:hover {
    background: var(--sub14);
  }
  .index_disease .tab-contents ul {
    font-size: 100%;
    gap: clamp(1.2rem, -0.1818181818rem + 1.8181818182vw, 2rem);
  }
  .index_disease .tab-contents li::after {
    font-size: 90%;
  }
}
.index_examination {
  background: var(--sub22);
  padding: 0 2rem 4rem;
  position: relative;
}
.index_examination .examination_box {
  background: #fff;
  padding: 1rem;
  position: relative;
  border-radius: 1rem;
}
.index_examination .examination_box::before {
  display: block;
  content: "";
  position: absolute;
  top: -0.95em;
  left: 0;
  right: 0;
  background: #fff;
  height: 1em;
  width: 1.5em;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  margin: auto;
}
.index_examination .examination_box::after {
  content: "";
  display: block;
  aspect-ratio: 122/85;
  position: absolute;
  width: 8rem;
  right: 1rem;
  bottom: -1rem;
  background: url(../img/img_cat3.svg) no-repeat;
  background-size: contain;
}
.index_examination .kensa {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 90%;
}
.index_examination .kensa li {
  width: calc((100% - 0.5rem) / 2);
}
.index_examination .kensa li a {
  padding: 0.5rem 0;
  height: 3em;
  border-radius: 1.5em;
  text-align: center;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  background: var(--sub16);
  text-decoration: none;
}
.index_examination .kensa li a::after {
  content: "";
  display: block;
  font-size: 70%;
  font-family: "fontello";
  content: "\cc09";
  position: absolute;
  right: 0.5rem;
  transform: rotate(-90deg);
}
.index_examination .jinsoku {
  margin: 1rem 0 1rem;
}
.index_examination .jinsoku h3 {
  background: url(../img/line_dot_pale_purple.svg) center center repeat-x;
  text-align: center;
  font-weight: normal;
  margin-bottom: 1rem;
  color: var(--sub16);
}
.index_examination .jinsoku h3 span {
  display: inline-block;
  background: #fff;
  padding: 0 1rem;
}
.index_examination .jinsoku ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.index_examination .jinsoku li {
  width: calc((100% - 0.5rem) / 2);
}
.index_examination .jinsoku li a {
  background: var(--sub15);
  padding: 0.5em 0.9em;
  border-radius: 1.5em;
  min-height: 3em;
  line-height: 1;
  font-size: 90%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: var(--clr_txt);
}
.index_examination .jinsoku li a::after {
  font-family: "fontello";
  content: "\cc09";
  display: inline-block;
  transform: rotate(-90deg);
  margin-left: 0.3em;
  position: absolute;
  right: 0.5em;
}

@media screen and (min-width: 760px), print {
  .index_examination {
    padding: clamp(0rem, 0rem + 0vw, 0rem) 1rem clamp(5.76rem, -0.8727272727rem + 8.7272727273vw, 9.6rem);
  }
  .index_examination .examination_box {
    padding: clamp(2.4rem, -0.3636363636rem + 3.6363636364vw, 4rem);
    border-radius: clamp(1.8rem, -0.2727272727rem + 2.7272727273vw, 3rem);
  }
  .index_examination .examination_box::before {
    width: clamp(2.4rem, -0.3636363636rem + 3.6363636364vw, 4rem);
    height: clamp(1.92rem, -0.2909090909rem + 2.9090909091vw, 3.2rem);
    font-size: clamp(0.6rem, -0.0909090909rem + 0.9090909091vw, 1rem);
    top: -3.1em;
  }
  .index_examination .examination_box::after {
    width: clamp(7.32rem, -1.1090909091rem + 11.0909090909vw, 12.2rem);
    font-size: clamp(0.6rem, -0.0909090909rem + 0.9090909091vw, 1rem);
    bottom: -1.3em;
    right: 1.1em;
  }
  .index_examination .examination_box .kensa {
    gap: clamp(1.2rem, -0.1818181818rem + 1.8181818182vw, 2rem);
    margin-bottom: clamp(1.8rem, -0.2727272727rem + 2.7272727273vw, 3rem);
    font-size: 100%;
  }
  .index_examination .examination_box .kensa li {
    width: clamp(15.6rem, -2.3636363636rem + 23.6363636364vw, 26rem);
  }
  .index_examination .examination_box .kensa li a {
    min-height: 3.5em;
    border-radius: 1.8em;
  }
  .index_examination .examination_box .kensa li a:is(:hover, :focus-visible) {
    opacity: 0.8;
  }
  .index_examination .examination_box .jinsoku h3 {
    margin-bottom: clamp(2.4rem, -0.3636363636rem + 3.6363636364vw, 4rem);
    font-size: clamp(1.44rem, -0.2181818182rem + 2.1818181818vw, 2.4rem);
  }
  .index_examination .examination_box .jinsoku h3 span {
    padding: 0 1em;
  }
  .index_examination .examination_box .jinsoku ul {
    gap: clamp(1.2rem, -0.1818181818rem + 1.8181818182vw, 2rem);
  }
  .index_examination .examination_box .jinsoku ul li {
    width: clamp(15.6rem, -2.3636363636rem + 23.6363636364vw, 26rem);
  }
  .index_examination .examination_box .jinsoku ul li a {
    font-size: 100%;
    min-height: 3.5em;
    border-radius: 1.8em;
  }
  .index_examination .examination_box .jinsoku ul li a:is(:hover, :focus-visible) {
    opacity: 0.8;
  }
}
.tre {
  padding: 6rem 2rem;
  background: #fff;
  position: relative;
}
.tre::before {
  content: "";
  display: block;
  background: var(--sub22) url(../img/bg_medical_mokumoku.svg) center bottom no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 6rem;
}
.tre::after {
  content: "";
  display: block;
  background-image: linear-gradient(180deg, #FFF, var(--bg1));
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 6rem;
}
.tre .wrap {
  position: relative;
  z-index: 1;
}
.tre .subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.tre .subnav li {
  width: calc((100% - 1rem) / 2);
}
.tre .subnav li a {
  text-decoration: none;
  position: relative;
  color: var(--clr_txt);
  text-align: center;
  background: url(../img/medical_btn_purple.svg) center center no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  display: block;
  text-align: center;
  padding-top: 2rem;
  line-height: 1.2;
}
.tre .subnav li a span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 2em;
}
.tre .subnav li a b {
  display: block;
}
.tre .subnav li a::before {
  content: "";
  display: block;
  background: center center no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 45%;
  margin: auto;
}
.tre .subnav .pediatrics a::before {
  background-image: url(../img/icon_tre_general.svg);
}
.tre .subnav .pediatric_allergy a::before {
  background-image: url(../img/icon_tre_allergy.svg);
}
.tre .subnav .infant_checkup a::before {
  background-image: url(../img/icon_tre_check.svg);
}
.tre .subnav .consultation a::before {
  background-image: url(../img/icon_tre_consultation.svg);
}
.tre .subnav .pediatric_infection a::before {
  background-image: url(../img/icon_tre_infection.svg);
}
.tre .subnav .vaccination a::before {
  background-image: url(../img/icon_tre_vaccination.svg);
}

@media screen and (min-width: 760px), print {
  .tre {
    padding: clamp(8.52rem, -1.2909090909rem + 12.9090909091vw, 14.2rem) 1rem clamp(9rem, -1.3636363636rem + 13.6363636364vw, 15rem);
  }
  .tre::before {
    height: clamp(19.26rem, -2.9181818182rem + 29.1818181818vw, 32.1rem);
  }
  .tre::after {
    height: clamp(10.02rem, -1.5181818182rem + 15.1818181818vw, 16.7rem);
  }
  .tre .tit_02 {
    margin-bottom: clamp(4.32rem, -0.6545454545rem + 6.5454545455vw, 7.2rem);
  }
  .tre .wrap::before, .tre .wrap::after {
    content: "";
    display: block;
    background: url(../img/img_watage_blue.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    aspect-ratio: 95/96;
    font-size: clamp(0.6rem, -0.0909090909rem + 0.9090909091vw, 1rem);
  }
  .tre .wrap::before {
    top: 0;
    width: clamp(5.7rem, -0.8636363636rem + 8.6363636364vw, 9.5rem);
  }
  .tre .wrap::after {
    top: -12em;
    right: -3.6em;
    width: clamp(9rem, -1.3636363636rem + 13.6363636364vw, 15rem);
    transform: scale(-1, 1);
  }
  .tre .subnav {
    gap: clamp(1.92rem, -0.2909090909rem + 2.9090909091vw, 3.2rem);
    justify-content: center;
    max-width: 938px;
    margin: auto;
  }
  .tre .subnav li {
    width: 21rem;
  }
  .tre .subnav li a:is(:hover, :focus-visible) {
    background-image: url(../img/medical_btn_hover.svg);
  }
}
.index_greeting {
  padding: 5rem 2rem 4rem;
  overflow: hidden;
  position: relative;
}
.index_greeting::before {
  content: "";
  display: block;
  background: url(../img/img_greeting_deco.svg) center center no-repeat;
  background-size: contain;
  aspect-ratio: 643/628;
  width: 70%;
  position: absolute;
  top: 7rem;
  right: 0;
  z-index: 2;
}
.index_greeting::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 2rem;
  top: 0;
  border-radius: 0 2.5rem 2.5rem 0;
  margin: auto;
  background: url(../img/bg_greeting_title.jpg) center center no-repeat;
  background-size: cover;
  height: 10rem;
}
.index_greeting .wrap {
  background: #fff;
  padding: 7rem 1rem 1rem;
  border-radius: 1rem;
  position: relative;
}
.index_greeting .wrap::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 50%;
  top: 0;
  width: 50vw;
  height: 100%;
  background: #fff;
}
.index_greeting h2 {
  background: #fff;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: -1.5em;
  border-radius: 2em;
  margin: auto;
  padding: 0.5em 1em;
}
.index_greeting .img {
  position: relative;
  z-index: 2;
  margin-bottom: 1rem;
}
.index_greeting .img img {
  border-radius: 2rem;
}
.index_greeting .img p {
  text-align: center;
  color: var(--sub9);
  font-size: 110%;
}
.index_greeting .img p span {
  font-size: 130%;
}
.index_greeting .txt {
  position: relative;
  z-index: 2;
}
.index_greeting .txt::before {
  content: "";
  display: block;
  background: url(../img/img_cat1.svg) center center no-repeat;
  background-size: contain;
  aspect-ratio: 116/92;
  position: absolute;
  width: 15rem;
  z-index: 2;
  top: -16rem;
  left: -3rem;
}

@media screen and (min-width: 760px), print {
  .index_greeting {
    padding: clamp(10.2rem, -1.5454545455rem + 15.4545454545vw, 17rem) 1rem clamp(4.8rem, -0.7272727273rem + 7.2727272727vw, 8rem);
    overflow: hidden;
  }
  .index_greeting::after {
    content: "";
    font-size: clamp(0.6rem, -0.0909090909rem + 0.9090909091vw, 1rem);
    max-width: calc(50vw + 70em);
    left: 0;
    right: 3em;
    margin: 0;
    height: clamp(23.1rem, -3.5rem + 35vw, 38.5rem);
    border-radius: 5em;
  }
  .index_greeting::before {
    width: clamp(38.58rem, -5.8454545455rem + 58.4545454545vw, 64.3rem);
    font-size: clamp(0.6rem, -0.0909090909rem + 0.9090909091vw, 1rem);
    left: calc(50% + 30em);
    top: clamp(18rem, -2.7272727273rem + 27.2727272727vw, 30rem);
  }
  .index_greeting .wrap {
    padding: clamp(18rem, -2.7272727273rem + 27.2727272727vw, 30rem) 1rem clamp(4.02rem, -0.6090909091rem + 6.0909090909vw, 6.7rem);
    max-width: 1500px;
    border-radius: clamp(3rem, -0.4545454545rem + 4.5454545455vw, 5rem);
  }
  .index_greeting .wrap .inner {
    max-width: 1200px;
    display: flex;
    margin: auto;
    gap: clamp(1.2rem, -0.1818181818rem + 1.8181818182vw, 2rem);
  }
  .index_greeting .tit_02 {
    padding: 1em 2em;
  }
  .index_greeting .img {
    order: 1;
    flex-shrink: 0;
    width: clamp(23.4rem, -3.5454545455rem + 35.4545454545vw, 39rem);
  }
  .index_greeting .txt {
    flex: 1;
  }
  .index_greeting .txt::before {
    width: clamp(15.72rem, -2.3818181818rem + 23.8181818182vw, 26.2rem);
    font-size: clamp(0.6rem, -0.0909090909rem + 0.9090909091vw, 1rem);
    top: -25em;
    left: -5em;
  }
}
.index_renkei {
  background-size: auto 70%;
  position: relative;
  width: 100%;
  min-height: 500px; /* 画像を見せたい高さ */
  /* 親要素の範囲外にある fixed 要素を隠す魔法の1行 */
  clip-path: inset(0);
}
.index_renkei::before {
  content: "";
  position: fixed; /* ビューポートに固定 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
  /* 念のためiOSのチラつき防止 */
  will-change: transform;
  background: url(../img/bg_renkei.jpg) center top no-repeat;
  background-size: auto 70%;
}
.index_renkei .inner_box {
  padding: 20rem 2rem 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.index_renkei .wrap {
  position: relative;
  z-index: 1;
}
.index_renkei .seityo {
  background: var(--bg1);
  padding: 1rem;
  border-radius: 1rem;
  position: relative;
}
.index_renkei .seityo h2 {
  font-weight: normal;
  font-size: 130%;
  display: flex;
  margin-bottom: 1rem;
  color: var(--sub19);
}
.index_renkei .seityo h2::before {
  content: "";
  display: block;
  aspect-ratio: 200/150;
  width: 8rem;
  flex-shrink: 0;
  background: url(../img/img_tanpopo2.svg) center center no-repeat;
  background-size: contain;
}
.index_renkei .seityo h2 span {
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background: url(../img/line_dot_feature_purple.svg) left bottom repeat-x;
  padding: 0.7rem 0;
}
.index_renkei .seityo h2 span b {
  color: var(--sub9);
}
.index_renkei .teikei {
  background: var(--bg1);
  padding: 1rem;
  position: relative;
}
.index_renkei .teikei::before {
  content: "";
  display: block;
  background: url(../img/img_hospital.svg) center center no-repeat;
  background-size: contain;
  aspect-ratio: 90/80;
  width: 6rem;
  position: absolute;
  right: 2rem;
  top: -1rem;
}
.index_renkei .teikei ul {
  background: #fff;
  padding: 1rem;
  border-radius: 1rem;
}
.index_renkei .teikei ul li {
  padding: 0.5em 0 0.7em;
  background: url(../img/line_dot_yellow.svg) left bottom repeat-x;
}
.index_renkei .teikei ul li::before {
  font-family: "fontello";
  content: "\e802";
  color: var(--sub23);
  margin-right: 0.5em;
}

@media screen and (min-width: 760px), print {
  .index_renkei {
    background: url(../img/bg_renkei.jpg) center top no-repeat;
    background-attachment: fixed;
    padding-top: clamp(28.8rem, -4.3636363636rem + 43.6363636364vw, 48rem);
  }
  .index_renkei::before {
    content: none;
  }
  .index_renkei .wrap {
    position: relative;
  }
  .index_renkei .wrap .seityo {
    width: clamp(48rem, -7.2727272727rem + 72.7272727273vw, 80rem);
    border-radius: clamp(3rem, -0.4545454545rem + 4.5454545455vw, 5rem);
    padding: clamp(1.2rem, -0.1818181818rem + 1.8181818182vw, 2rem) clamp(3.78rem, -0.5727272727rem + 5.7272727273vw, 6.3rem) clamp(1.68rem, -0.2545454545rem + 2.5454545455vw, 2.8rem);
  }
  .index_renkei .wrap .seityo h2 {
    font-size: clamp(2.16rem, -0.3272727273rem + 3.2727272727vw, 3.6rem);
    gap: clamp(0.84rem, -0.1272727273rem + 1.2727272727vw, 1.4rem);
    line-height: 1.8;
  }
  .index_renkei .wrap .seityo h2 span {
    padding-bottom: clamp(0.6rem, -0.0909090909rem + 0.9090909091vw, 1rem);
  }
  .index_renkei .wrap .seityo h2::before {
    width: clamp(12rem, -1.8181818182rem + 18.1818181818vw, 20rem);
    position: relative;
    font-size: clamp(0.6rem, -0.0909090909rem + 0.9090909091vw, 1rem);
    top: -3.2em;
  }
  .index_renkei .wrap .teikei {
    width: clamp(25.62rem, -3.8818181818rem + 38.8181818182vw, 42.7rem);
    padding: clamp(1.68rem, -0.2545454545rem + 2.5454545455vw, 2.8rem) clamp(2.04rem, -0.3090909091rem + 3.0909090909vw, 3.4rem);
    border-radius: clamp(3rem, -0.4545454545rem + 4.5454545455vw, 5rem);
    position: absolute;
    right: clamp(0.6rem, -0.0909090909rem + 0.9090909091vw, 1rem);
    bottom: clamp(3.06rem, -0.4636363636rem + 4.6363636364vw, 5.1rem);
  }
  .index_renkei .wrap .teikei::before {
    width: clamp(5.4rem, -0.8181818182rem + 8.1818181818vw, 9rem);
    right: 6.3em;
    top: -3.4em;
    font-size: clamp(0.6rem, -0.0909090909rem + 0.9090909091vw, 1rem);
  }
  .index_renkei .wrap .teikei ul {
    padding: clamp(1.8rem, -0.2727272727rem + 2.7272727273vw, 3rem) clamp(1.68rem, -0.2545454545rem + 2.5454545455vw, 2.8rem) clamp(2.4rem, -0.3636363636rem + 3.6363636364vw, 4rem);
    border-radius: clamp(1.8rem, -0.2727272727rem + 2.7272727273vw, 3rem);
  }
}
.loopslider_box {
  position: relative;
  overflow: hidden;
}

.loopslider {
  margin: 2rem auto 0;
  width: 100%;
  height: 11rem;
  text-align: left;
  position: relative;
  overflow: hidden;
  background: url(../img/bg_watage_white.svg) center center no-repeat;
  background-size: contain;
  height: 100%;
  float: left;
  display: inline;
  overflow: hidden;
}
.loopslider::before {
  content: "";
  display: block;
  background: url(../img/bg_watage_blue.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100vw;
  height: 100%;
  margin: auto;
}
.loopslider .slick-slide {
  width: 16rem;
}
.loopslider .slick-slide:nth-child(2n) {
  padding-top: 1rem;
}
.loopslider li {
  width: 16rem;
  height: 100%;
  float: left;
  display: inline-block;
  overflow: hidden;
}
.loopslider li img {
  padding: 0 0.4rem;
}
@media screen and (min-width: 760px), print {
  .loopslider_box {
    margin: clamp(2.28rem, -0.3454545455rem + 3.4545454545vw, 3.8rem) auto 0;
    height: clamp(21rem, -3.1818181818rem + 31.8181818182vw, 35rem);
  }
  .loopslider {
    height: clamp(21rem, -3.1818181818rem + 31.8181818182vw, 35rem);
  }
  .loopslider .slick-slide {
    width: clamp(25.5rem, -3.8636363636rem + 38.6363636364vw, 42.5rem);
    padding: 0 clamp(1.8rem, -0.2727272727rem + 2.7272727273vw, 3rem);
  }
  .loopslider .slick-slide:nth-child(2n) {
    padding-top: clamp(2.16rem, -0.3272727273rem + 3.2727272727vw, 3.6rem);
  }
  .loopslider li {
    width: clamp(25.5rem, -3.8636363636rem + 38.6363636364vw, 42.5rem);
  }
}
body:where(:not(.index)) .sub_header {
  display: flex;
  flex-direction: column-reverse;
  overflow-x: hidden;
}
body:where(:not(.index)) .breadnav a {
  color: var(--lcolor);
}
body:where(:not(.index)) .main {
  margin: 0 1rem 6rem;
}
body:where(:not(.index)) .main .js-tel {
  font-size: 120%;
}
body:where(:not(.index)) .main .js-tel::before {
  color: var(--main1);
}
@media screen and (min-width: 760px), print {
  body:where(:not(.index)) .breadnav a:is(:hover, :focus-visible) {
    color: var(--lcolor_h);
  }
  body:where(:not(.index)) .main {
    max-width: 102rem;
    padding: 0 1rem;
    margin: 0 auto clamp(4.8rem, -0.7272727273rem + 7.2727272727vw, 8rem);
  }
  body:where(:not(.index)) .main .cf .img_l, body:where(:not(.index)) .main .cf .img_r {
    max-width: 40%;
    height: auto;
  }
  body:where(:not(.index)) .main .cf .img_l.img_s, body:where(:not(.index)) .main .cf .img_r.img_s {
    max-width: 30%;
  }
}

.breadnav {
  max-width: 100vw;
  margin: 1rem;
  overflow-x: auto;
}
.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 a {
  text-decoration: underline;
}
.breadnav .breadcrumb li:not(:last-child)::after {
  display: inline-block;
  content: ">";
  font-size: 70%;
  margin: 0 0.6rem;
}

@media screen and (min-width: 760px), print {
  .breadnav {
    max-width: 1200px;
    width: 100%;
    padding: 0 clamp(0.6rem, -0.0909090909rem + 0.9090909091vw, 1rem);
    box-sizing: content-box;
    margin: clamp(1.2rem, -0.1818181818rem + 1.8181818182vw, 2rem) auto 0;
    overflow-x: inherit;
  }
  .breadnav .breadcrumb {
    font-size: clamp(1rem, 0.3090909091rem + 0.9090909091vw, 1.4rem);
  }
  .breadnav .breadcrumb li:not(:last-child)::after {
    margin: 0 clamp(0.6rem, -0.0909090909rem + 0.9090909091vw, 1rem);
  }
  .breadnav .breadcrumb li a:hover {
    opacity: 1;
    text-decoration: none;
  }
}
@media screen and (min-width: 760px), print {
  .doctor .img_r {
    width: 35%;
  }
}

.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;
  color: #fff;
  padding: 0.4rem;
  font-size: 1.2rem;
  opacity: 0;
  transition: 0.3s ease;
  background: var(--main1);
  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(--main1);
}
.gallery .gallery_thum .slick-track {
  margin: 0;
}

@media screen and (min-width: 760px), print {
  .gallery {
    max-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);
  }
}
.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: 760px), print {
  .device {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2rem;
  }
  .device li {
    width: 32%;
  }
  .device li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 760px), print {
  .first .flex2 {
    justify-content: center;
    align-items: center;
    gap: 5rem;
  }
  .first .flex2 li {
    width: auto;
  }
}

.lst_flow {
  counter-reset: number 0;
}
.lst_flow dt {
  counter-increment: number 1;
  position: relative;
  padding-left: 1.8em;
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5em;
  border: solid var(--main1);
  border-width: 2px 2px 0;
  border-radius: 1rem 1rem 0 0;
}
.lst_flow dt::before {
  display: inline-block;
  content: counter(number, decimal-leading-zero) ".";
  color: #fff;
  background: var(--main1);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  font-weight: bold;
  line-height: 1;
}
.lst_flow dd {
  margin: 0;
  position: relative;
  display: flex;
  padding: 0 1rem 1rem;
  border: solid var(--main1);
  border-width: 0 2px 2px;
  border-radius: 0 0 1rem 1rem;
}
.lst_flow dd:not(:last-child) {
  margin: 0 0 6rem;
}
.lst_flow dd:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -4rem;
  left: 0;
  right: 0;
  background: var(--main1);
  height: 2rem;
  width: 8rem;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: rotate(180deg);
  margin: auto;
}
.lst_flow > li {
  counter-increment: number 1;
  position: relative;
  padding: 1rem;
  border: 2px solid var(--main1);
  border-radius: 1rem;
}
.lst_flow > li .tit_lst_flow {
  position: relative;
  display: flex;
  gap: 0.5rem;
}
.lst_flow > li .tit_lst_flow::before {
  display: inline-block;
  content: counter(number, decimal-leading-zero) ".";
  color: #fff;
  background: var(--main1);
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  aspect-ratio: 1/1;
  line-height: 1;
  font-weight: bold;
}
.lst_flow > li p:first-of-type {
  margin-top: 0;
}
.lst_flow > li:not(:last-child) {
  margin: 0 0 6rem;
}
.lst_flow > li:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -4rem;
  left: 0;
  right: 0;
  background: var(--main1);
  height: 2rem;
  width: 8rem;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: rotate(180deg);
  margin: auto;
}

@media screen and (min-width: 760px), print {
  .lst_flow dt {
    padding: clamp(2.4rem, -0.3636363636rem + 3.6363636364vw, 4rem) clamp(2.4rem, -0.3636363636rem + 3.6363636364vw, 4rem) clamp(1.2rem, -0.1818181818rem + 1.8181818182vw, 2rem);
    gap: clamp(0.3rem, -0.0454545455rem + 0.4545454545vw, 0.5rem);
    font-size: clamp(1.8rem, 0.7636363636rem + 1.3636363636vw, 2.4rem);
    border-radius: clamp(0.9rem, -0.1363636364rem + 1.3636363636vw, 1.5rem) clamp(0.9rem, -0.1363636364rem + 1.3636363636vw, 1.5rem) 0 0;
  }
  .lst_flow dt::before {
    left: clamp(2.4rem, -0.3636363636rem + 3.6363636364vw, 4rem);
  }
  .lst_flow dd {
    padding: 0 clamp(2.4rem, -0.3636363636rem + 3.6363636364vw, 4rem) clamp(2.4rem, -0.3636363636rem + 3.6363636364vw, 4rem);
    border-radius: 0 0 clamp(0.9rem, -0.1363636364rem + 1.3636363636vw, 1.5rem) clamp(0.9rem, -0.1363636364rem + 1.3636363636vw, 1.5rem);
  }
  .lst_flow dd:not(:last-child) {
    margin: 0 0 clamp(6rem, -0.9090909091rem + 9.0909090909vw, 10rem);
  }
  .lst_flow dd:not(:last-child)::after {
    bottom: -3.5em;
    width: clamp(6rem, -0.9090909091rem + 9.0909090909vw, 10rem);
    height: 1.5em;
  }
  .lst_flow > li {
    padding: clamp(2.4rem, -0.3636363636rem + 3.6363636364vw, 4rem);
    border-radius: clamp(0.9rem, -0.1363636364rem + 1.3636363636vw, 1.5rem);
  }
  .lst_flow > li .tit_lst_flow {
    font-size: clamp(1.8rem, 0.7636363636rem + 1.3636363636vw, 2.4rem);
  }
  .lst_flow > li .tit_lst_flow::before {
    font-size: 110%;
    width: 2em;
  }
  .lst_flow > li:not(:last-child) {
    margin: 0 0 clamp(6rem, -0.9090909091rem + 9.0909090909vw, 10rem);
  }
  .lst_flow > li:not(:last-child)::after {
    bottom: -3.5em;
    width: clamp(6rem, -0.9090909091rem + 9.0909090909vw, 10rem);
    height: 1.5em;
  }
}
body.access .main .gmap {
  height: 100vw;
  margin: 2rem 0;
}
@media screen and (min-width: 760px), print {
  body.access .main .tbl_time {
    font-size: 2rem;
  }
  body.access .main .js-tel {
    font-size: 2.5rem;
  }
  body.access .main .gmap {
    margin: 4rem 0 0;
    height: 50rem;
  }
}

.anc li {
  display: flex;
  line-height: 1.2;
  margin: 0 0 1rem;
}
.anc li::before {
  font-family: "fontello";
  content: "\e80c";
  color: var(--clr_txt);
  margin-right: 0.4rem;
}
.anc li a {
  color: var(--clr_txt);
  display: inline-block;
  text-decoration: none !important;
}

@media screen and (min-width: 760px), print {
  .anc {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 2rem;
  }
  .anc li {
    font-size: 110%;
    margin: 0 0 1.6rem;
  }
  .anc li::before {
    margin-right: 0.8rem;
  }
  .anc li a:hover {
    text-decoration: underline !important;
  }
}
body.vaccination .table_1 tr {
  display: flex;
  flex-wrap: wrap;
}
body.vaccination .table_1 th, body.vaccination .table_1 td {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  font-size: 90%;
}
body.vaccination .table_1 th {
  justify-content: center;
}
body.vaccination .table_1 th[scope=col]:first-child {
  width: 100%;
}
body.vaccination .table_1 th[scope=col]:nth-child(2) {
  width: 45%;
}
body.vaccination .table_1 th[scope=col]:nth-child(3) {
  width: 55%;
}
body.vaccination .table_1 th[scope=row] {
  width: 100%;
}
body.vaccination .table_1 td {
  display: block;
}
body.vaccination .table_1 td:nth-child(2) {
  width: 45%;
}
body.vaccination .table_1 td:nth-child(3) {
  width: 55%;
}
@media screen and (min-width: 760px), print {
  body.vaccination .table_1 tr {
    display: table-row;
  }
  body.vaccination .table_1 th, body.vaccination .table_1 td {
    display: table-cell;
    font-size: 100%;
  }
  body.vaccination .table_1 th {
    justify-content: center;
  }
  body.vaccination .table_1 th[scope=col]:first-child {
    width: 30%;
  }
  body.vaccination .table_1 th[scope=col]:nth-child(2) {
    width: 30%;
  }
  body.vaccination .table_1 th[scope=col]:nth-child(3) {
    width: 40%;
  }
  body.vaccination .table_1 th[scope=row] {
    width: 30%;
  }
  body.vaccination .table_1 td:nth-child(2) {
    width: 30%;
  }
  body.vaccination .table_1 td:nth-child(3) {
    width: 40%;
  }
}

@counter-style p-decimal {
  system: extends decimal;
  prefix: "";
  suffix: " ) ";
  speak-as: number;
}
@counter-style p-brackets {
  system: extends decimal;
  prefix: "(";
  suffix: ") ";
  speak-as: number;
}
.privacypolicy .lead {
  margin-bottom: 4.5rem;
}
.privacypolicy h2, .privacypolicy h3 {
  margin-bottom: 0.5em;
}
.privacypolicy ul ul, .privacypolicy ul ol, .privacypolicy ol ul, .privacypolicy ol ol {
  margin-block: 0.5em;
}
.privacypolicy .lst_ul > li::before {
  color: inherit;
  transform: scale(0.4);
  content: "●";
}
.privacypolicy .lst_ol > li {
  list-style-type: p-decimal;
  padding: 0;
  margin-left: 1.4em;
}
.privacypolicy .lst_ol > li::marker {
  font-weight: normal;
  font-size: inherit;
  color: inherit;
}
.privacypolicy .lst_ol > li::before {
  content: none;
}
.privacypolicy .lst_ol > li:not(:last-child) {
  margin-left: 1.4em;
}
.privacypolicy .lst_ol > li .lst_ol > li {
  list-style-type: p-brackets;
  padding: 0;
  margin-left: 2em;
}
.privacypolicy .lst_ol > li .lst_ol > li::marker {
  font-weight: normal;
  font-size: inherit;
  color: inherit;
}
.privacypolicy .lst_ol > li .lst_ol > li::before {
  content: none;
}
.privacypolicy .lst_ol > li .lst_ol > li:not(:last-child) {
  margin-left: 2em;
}
.privacypolicy .dl_num dt ~ dt {
  margin-top: 0.8em;
}
.privacypolicy .dl_num > dd {
  padding-left: 1.5em;
}
@media screen and (min-width: 760px), print {
  .privacypolicy .lead {
    margin-bottom: 90px;
  }
  .privacypolicy .pp_sign {
    margin-top: 100px;
  }
  .privacypolicy .pp_contactus {
    margin-top: 25px;
  }
  .privacypolicy .pp_contactus div {
    text-align: right;
  }
}/*# sourceMappingURL=style.css.map */