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

:root {
  --clr_txt: #444;
  --main1: #80B84E;
  --main1_rgb: 128, 184, 78;
  --sub1: #7B7373;
  --sub2:#BBDB70;
  --sub3:#826E63;
  --sub4:#888;
  --sub5:#613B27;
  --sub6:#A28D83;
  --sub7:#FBF6EE;
  --sub8:#ACCE8D;
  --sub9:#3F7212;
  --sub10:#C1B2AB;
  --sub11:#428233;
  --sub12:#705A46;
  --sub13:#BE9D42;
  --sub14:#F6FBE2;
  --sub15:#D8F2E7;
  --sub16:#D7E8C7;
  --sub17:#6E5C52;
  --bg1: #F0F6EA;
  --bg2:#FBF6EE;
  --line1: #ccc;
  --line_table: #707070;
  --line_menu: #DCDCDC;
  --lcolor: #80B84E;
  --lcolor_h: #BE9D42;
  --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 {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.6rem;
  line-height: 1.5;
}
.tbl_time caption .lst_ul {
  margin: 0;
}
.tbl_time caption .lst_ul li {
  margin: 0;
}
.tbl_time tr:last-child th[scope=row] {
  border-radius: 0 0 0 0.55em;
}
.tbl_time tr:last-child td:last-child {
  border-radius: 0 0 0.55em 0;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  font-size: 90%;
  text-align: center;
  background: var(--sub6);
  color: #fff;
  border-left: 1px solid var(--sub10);
}
.tbl_time tr th[scope=col]:first-child {
  border-radius: 0.55em 0 0 0;
  border-left: none;
}
.tbl_time tr th[scope=col]:last-child {
  border-radius: 0 0.55em 0 0;
}
.tbl_time tr th[scope=row] {
  background: #fff;
  border-left: 1px solid var(--sub6);
  border-bottom: 1px solid var(--sub6);
}
.tbl_time tr td {
  text-align: center;
  padding: 1.4rem 0.4rem;
  line-height: 1;
  font-size: 80%;
  background: #fff;
  border-bottom: 1px solid var(--sub6);
  border-left: 1px solid var(--sub6);
}
.tbl_time tr td:first-child {
  border-radius: 0 0 0 0.55em;
}
.tbl_time tr td:last-child {
  border-right: 1px solid var(--sub6);
}
@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 {
    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, .tbl_time tr td {
    font-size: 100%;
  }
  .tbl_time tr th[scope=col] {
    padding: clamp(0.6rem, -0.0909090909rem + 0.9090909091vw, 1rem) 0;
  }
  .tbl_time tr td {
    padding: clamp(1.2rem, -0.1818181818rem + 1.8181818182vw, 2rem) 0;
  }
}
.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 th[scope=col] {
  background: var(--bg1);
}
.table_0 th[scope=row] {
  background: var(--bg2);
}
.table_0.table_1 th[scope=col] {
  background: var(--bg2);
}
.table_0.price th[scope=row] {
  width: 55%;
}
.table_0.price td:last-child {
  text-align: right;
  white-space: nowrap;
}

@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 {
  display: block;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  padding: 1rem;
  text-align: right;
  color: var(--sub12);
  padding: 0 1rem;
  position: relative;
  z-index: 1;
  font-weight: 500;
}
.tit_01 > span {
  background: url(../img/tit_01.jpg) no-repeat center center;
  background-size: cover;
  max-width: 180rem;
  min-height: 18rem;
  height: 100%;
  display: flex;
  justify-content: center;
  padding: 9rem 1rem 1rem;
  align-items: center;
  margin: auto;
  border-radius: 0 0 1rem 1rem;
}
.tit_01 > span span {
  max-width: 1200px;
  width: 100%;
}

.tit_02 {
  font-size: 2rem;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin: 0 auto 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: var(--sub5);
  gap: 0 0.5rem;
}
.tit_02::before, .tit_02::after {
  font-family: "fontello";
  content: "\e809";
  color: var(--sub8);
  font-weight: normal;
  font-size: 140%;
  line-height: 1;
  flex-shrink: 0;
}
.tit_02::before {
  transform: scale(-1, 1);
}

.index_tit_02 {
  font-weight: normal;
  color: var(--sub5);
  font-size: 1.6rem;
  line-height: 1.3;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto 2rem;
}
.index_tit_02 span {
  display: block;
  color: var(--sub4);
  font-size: 2.6rem;
}
.index_tit_02 span::first-letter {
  color: var(--main1);
  font-size: 130%;
}

.tit_03 {
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  color: var(--sub3);
  font-weight: 500;
  padding-bottom: 0.5rem;
  position: relative;
  border-bottom: 2px solid var(--sub10);
}
.tit_03::before {
  content: "";
  display: block;
  position: absolute;
  background: var(--sub3);
  height: 2px;
  width: 100%;
  left: 0;
  bottom: 0;
}

.tit_04 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 1rem;
  color: var(--main1);
  font-weight: 500;
  border-bottom: 2px solid;
  padding-bottom: 0.5rem;
}

.tit_05 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 1rem;
  color: var(--sub13);
  font-weight: 500;
  padding-bottom: 0.5rem;
  border-bottom: 2px dotted;
}

.tit_06 {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0 0 1rem;
  font-weight: 500;
  color: var(--sub8);
}

@media screen and (min-width: 760px), print {
  .tit_01 {
    font-size: clamp(3rem, 2.3090909091rem + 0.9090909091vw, 3.4rem);
  }
  .tit_01 > span {
    min-height: clamp(36rem, -5.4545454545rem + 54.5454545455vw, 60rem);
    background: url(../img/tit_01.jpg) no-repeat center center/auto;
    border-radius: 0 0 3rem 3rem;
  }
  .tit_02 {
    font-size: clamp(2.8rem, 2.1090909091rem + 0.9090909091vw, 3.2rem);
    margin: 0 auto clamp(2.4rem, -0.3636363636rem + 3.6363636364vw, 4rem);
  }
  .tit_02::before, .tit_02::after {
    font-size: clamp(5rem, 4.3090909091rem + 0.9090909091vw, 5.4rem);
  }
  .index_tit_02 {
    font-size: clamp(1.56rem, -0.2363636364rem + 2.3636363636vw, 2.6rem);
  }
  .index_tit_02 span {
    font-size: clamp(2.4rem, -0.3636363636rem + 3.6363636364vw, 4rem);
  }
  .index_tit_02 span::first-letter {
    font-size: 130%;
  }
  .tit_03 {
    font-size: clamp(2.6rem, 1.9090909091rem + 0.9090909091vw, 3rem);
    margin: 0 0 clamp(1.8rem, -0.2727272727rem + 2.7272727273vw, 3rem);
  }
  .tit_04 {
    font-size: clamp(2.4rem, 1.7090909091rem + 0.9090909091vw, 2.8rem);
    margin: 0 0 clamp(1.2rem, -0.1818181818rem + 1.8181818182vw, 2rem);
  }
  .tit_05 {
    font-size: clamp(2.2rem, 1.5090909091rem + 0.9090909091vw, 2.6rem);
    margin: 0 0 clamp(1.2rem, -0.1818181818rem + 1.8181818182vw, 2rem);
  }
  .tit_06 {
    font-size: clamp(2rem, 1.3090909091rem + 0.9090909091vw, 2.4rem);
    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(--sub8);
  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.square > li::before {
  content: "□";
  color: var(--clr_txt);
}

.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 {
  margin: 1em 0;
}
.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);
  background: #fff;
}

@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: 11em 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;
}
.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: flex;
  gap: 0.5rem;
  padding: 0.4rem 2rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem auto;
  border-radius: 0.5rem;
  background: var(--sub11);
  color: #fff;
  text-decoration: none !important;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
}
.btn_rsv::before {
  font-family: "fontello";
  content: "\e803";
}
@media screen and (min-width: 760px), print {
  .btn_rsv {
    border-radius: 1rem;
    font-size: clamp(1.6rem, 0.9090909091rem + 0.9090909091vw, 2rem);
    gap: 0.5em;
    padding: 0.3em 1.2em;
  }
  .btn_rsv:is(:hover, :focus-visible) {
    background: var(--main1);
    opacity: 1;
  }
}

.btn_detail {
  display: flex;
  gap: 0.5rem;
  padding: 0.4rem 2rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem auto;
  border-radius: 0.5rem;
  background: var(--sub11);
  color: #fff;
  text-decoration: none !important;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
}
.btn_detail::before {
  font-family: "fontello";
  content: "\e808";
}
@media screen and (min-width: 760px), print {
  .btn_detail {
    border-radius: 1rem;
    font-size: clamp(1.6rem, 0.9090909091rem + 0.9090909091vw, 2rem);
    gap: 0.5em;
    padding: 0.3em 1.2em;
    justify-content: center;
    min-width: clamp(14.4rem, -2.1818181818rem + 21.8181818182vw, 24rem);
  }
  .btn_detail:is(:hover, :focus-visible) {
    background: var(--main1);
    opacity: 1;
  }
}

.linkout {
  display: inline-block;
  color: var(--clr_txt);
  text-decoration: none !important;
}
.linkout::after {
  font-family: "fontello";
  content: "\f08e";
  font-size: 0.8em;
  margin-left: 0.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: "\e80a";
  transform: rotate(-90deg);
}
.slick-arrow.slick-next {
  right: -2.6rem;
}
.slick-arrow.slick-next::before {
  font-family: "fontello";
  content: "\e80a";
  transform: rotate(90deg);
}

@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.txt_box1 {
  background: var(--bg1);
}
.txt_box.txt_box2 {
  background: var(--bg2);
}

@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;
  justify-content: center;
  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: 0.5em;
  padding: 0.5rem 2em;
  text-decoration: none !important;
  position: relative;
}
.nav_menu li a::after {
  font-family: "fontello";
  content: "\e804";
  position: absolute;
  right: 1rem;
  letter-spacing: 0;
}
@media screen and (min-width: 760px), print {
  .nav_menu li {
    width: calc((100% - 3rem) / 4);
  }
  .nav_menu li a {
    height: 6rem;
  }
  .nav_menu li a:hover {
    background: var(--lcolor_h);
    color: #fff !important;
  }
  .nav_menu li a::after {
    right: 1em;
  }
}

.fixed_reserve {
  display: none;
}

@media screen and (min-width: 760px), print {
  .fixed_reserve {
    display: flex;
    gap: 1rem;
    position: fixed;
    right: clamp(9rem, -1.3636363636rem + 13.6363636364vw, 15rem);
    bottom: 0;
    z-index: 100;
  }
  .fixed_reserve a {
    display: block;
    background: var(--lcolor);
    color: #fff;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    font-size: clamp(1.32rem, -0.2rem + 2vw, 2.2rem);
    padding: 0.5em 1em;
    border-radius: 1rem 1rem 0 0;
    transition: all 0.3s ease;
  }
  .fixed_reserve a::before {
    font-family: "fontello";
    content: "\e803";
    margin-bottom: 1rem;
    font-weight: normal;
    margin-right: 0.3em;
    font-size: 110%;
  }
  .fixed_reserve a:is(:hover, :focus-visible) {
    background: var(--lcolor_h);
    opacity: 1;
  }
}
.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(--sub11);
  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: #fff;
  color: var(--clr_txt);
  font-family: "Zen Maru Gothic", "Kosugi Maru", "Hiragino Maru Gothic ProN", sans-serif;
  position: relative;
}
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;
  }
  body > .wrap {
    margin: clamp(2.4rem, -0.3636363636rem + 3.6363636364vw, 4rem) auto clamp(7.2rem, -1.0909090909rem + 10.9090909091vw, 12rem);
  }
  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;
}
.header > .wrap .logo {
  width: calc(100% - 4rem);
  height: 6.6rem;
  padding: 1rem;
  position: fixed;
  top: 1rem;
  left: 0;
  z-index: 100;
  margin: 0 2rem;
  background: #fff;
  transition: 0.5s;
  border-radius: 1rem;
}
.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;
}
@media screen and (min-width: 760px), print {
  .header {
    padding: clamp(1.2rem, -0.1818181818rem + 1.8181818182vw, 2rem) 1rem;
    position: fixed;
    z-index: 101;
    width: 100%;
    transition: 0.8s;
  }
  .header.hide {
    transform: translateY(-300%);
  }
  .header > .wrap {
    padding: 0 clamp(1.08rem, -0.1636363636rem + 1.6363636364vw, 1.8rem);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    background: #fff;
    border-radius: 1rem;
  }
  .header > .wrap .logo {
    width: clamp(20.4rem, -3.0909090909rem + 30.9090909091vw, 34rem);
    height: clamp(4.26rem, -0.6454545455rem + 6.4545454545vw, 7.1rem);
    padding: 0;
    margin: 0;
    position: static;
    margin: clamp(0.6rem, -0.0909090909rem + 0.9090909091vw, 1rem) 0;
    z-index: 101;
    background: none;
  }
  .header > .wrap .logo a {
    width: 100%;
  }
  .header #nav {
    position: static;
    opacity: 1;
    width: 100%;
  }
  .header #nav .gnav_subnav {
    width: auto;
    background: none;
  }
  .header #nav .gnav_subnav .gnav {
    width: auto;
    justify-content: flex-end;
  }
  .header #nav .gnav_subnav .gnav > li {
    width: auto;
  }
}
#nav {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  background: var(--main1);
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  padding: 0;
  position: absolute;
  top: 2rem;
  right: 3rem;
  z-index: 100;
  border-radius: 0.5rem;
  transition: 0.5s;
}
#nav #sp_menu.hide {
  transform: translateY(-220%);
}
#nav #sp_menu::before {
  display: block;
  font-family: "fontello";
  content: "\e800";
  transition: all 0.3s ease;
  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: "\e801";
}
#nav #sp_menu.close::after {
  content: "CLOSE";
}
#nav #sp_menu span {
  display: none;
}
#nav .gnav_subnav {
  display: none;
  width: calc(100% - 4rem);
  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: 1rem;
  font-size: 1.5rem;
}
#nav .gnav_subnav .gnav > li a.current, #nav .gnav_subnav .gnav > li .sub.current {
  color: var(--main1);
}
#nav .gnav_subnav .gnav > li > a, #nav .gnav_subnav .gnav > li .sub {
  gap: 0.4rem;
  font-weight: bold;
  color: var(--sub1);
}
#nav .gnav_subnav .gnav > li > a::before, #nav .gnav_subnav .gnav > li .sub::before {
  content: "●";
  font-weight: normal;
  color: var(--main1);
  font-size: 70%;
}
#nav .gnav_subnav .gnav > li .sub::after {
  font-family: "fontello";
  content: "\e804";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 auto;
  transition: all 0.3s ease;
  color: var(--main1);
}
#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 {
  background: rgba(var(--main1_rgb), 0.8);
  border-radius: 0 0 1rem 1rem;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li:not(:first-child) {
  border-top: 1px dotted #fff;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a {
  display: block;
  padding: 1rem;
  color: #fff;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a.current {
  background: var(--main1);
}
#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: 1rem;
}
#nav .gnav_subnav #menu_close::before {
  font-family: "fontello";
  content: "\e801";
  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;
    height: 100%;
  }
  #nav.fixed {
    opacity: 1;
    z-index: 100;
    position: fixed;
  }
  #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;
    height: 100%;
  }
  #nav .gnav_subnav .gnav {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    border: none;
    height: 100%;
  }
  #nav .gnav_subnav .gnav .home {
    display: none;
  }
  #nav .gnav_subnav .gnav .doctor a::before {
    content: none;
  }
  #nav .gnav_subnav .gnav > li {
    width: 100%;
    position: relative;
    height: 100%;
  }
  #nav .gnav_subnav .gnav > li:first-child a::before {
    content: none;
  }
  #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.08rem, -0.1636363636rem + 1.6363636364vw, 1.8rem);
    margin: 0;
    padding: 0;
    gap: 0;
  }
  #nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
    cursor: pointer;
  }
  #nav .gnav_subnav .gnav > li a::after, #nav .gnav_subnav .gnav > li .sub::after {
    margin: 0 0 0 clamp(0.48rem, -0.0727272727rem + 0.7272727273vw, 0.8rem);
  }
  #nav .gnav_subnav .gnav > li a:is(:hover, :focus-visible, .current), #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible, .current) {
    color: var(--main1);
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li a.close, #nav .gnav_subnav .gnav > li .sub.close {
    color: var(--main1);
  }
  #nav .gnav_subnav .gnav > li > a, #nav .gnav_subnav .gnav > li .sub {
    height: 100%;
  }
  #nav .gnav_subnav .gnav > li > a::before, #nav .gnav_subnav .gnav > li .sub::before {
    content: "/";
    position: static;
    font-size: clamp(1.56rem, -0.2363636364rem + 2.3636363636vw, 2.6rem);
    padding: 0 0.05em;
  }
  #nav .gnav_subnav .gnav > li .sub::after {
    font-size: 60%;
  }
  #nav .gnav_subnav .gnav > li .subbox {
    display: none;
    width: 120%;
    position: absolute;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%);
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav {
    overflow: hidden;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a {
    padding: 1rem 0;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:is(:hover, :focus-visible, .current) {
    color: #fff;
    background: var(--main1);
  }
  #nav .gnav_subnav #menu_close {
    display: none;
  }
}
.overview {
  padding: 4rem 2rem;
  background: url(../img/bg_overview.jpg) center top no-repeat;
  background-size: cover;
  font-size: 1.4rem;
  line-height: 1.6;
}
.overview .clinic_name {
  margin: 0 0 2rem;
}
.overview .clinic_name img {
  max-width: 80%;
  margin: auto;
}
.overview > .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.overview > .wrap .overviewL {
  width: 100%;
}
.overview > .wrap .overviewL .tbl_time {
  margin: 2rem 0;
}
.overview > .wrap .overviewL .gaiyo dt:first-of-type {
  display: none;
}
.overview > .wrap .overviewL .gaiyo dd:first-of-type {
  display: none;
}
.overview > .wrap .overviewL .gaiyo dd {
  padding-right: 1em;
}
.overview > .wrap .overviewR {
  width: 100%;
}
.overview > .wrap .overviewR .gaiyo dd {
  width: 100%;
}

.gaiyo {
  width: 100%;
  margin: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem 0.5rem;
}
.gaiyo dt {
  padding: 0.4rem;
  background: var(--sub6);
  color: #fff;
  text-align: center;
  border-radius: 0.3rem;
  width: 8em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gaiyo dt.lt1 {
  padding-left: 1em;
  letter-spacing: 1em;
}
.gaiyo dd {
  padding: 0.4rem;
  width: calc(100% - 8em - 0.5rem);
  line-height: 1.2;
}
.gmap {
  height: 35rem;
  border-radius: 1rem;
  overflow: hidden;
}

@media screen and (min-width: 760px), print {
  .overview {
    padding: clamp(6rem, -0.9090909091rem + 9.0909090909vw, 10rem) 1rem clamp(5.76rem, -0.8727272727rem + 8.7272727273vw, 9.6rem);
    font-size: clamp(1.4rem, 0.7090909091rem + 0.9090909091vw, 1.8rem);
  }
  .overview .clinic_name {
    margin: 0 auto clamp(2.7rem, -0.4090909091rem + 4.0909090909vw, 4.5rem);
    width: clamp(21.9rem, -3.3181818182rem + 33.1818181818vw, 36.5rem);
  }
  .overview .clinic_name img {
    max-width: initial;
    width: 100%;
  }
  .overview > .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: clamp(2.64rem, -0.4rem + 4vw, 4.4rem) 0;
  }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR {
    width: 100%;
  }
  .overview > .wrap .overviewR {
    margin: 0;
  }
  .overview > .wrap .overviewR dl {
    align-items: flex-start;
  }
  .overview > .wrap .overviewR dl dd {
    flex: 1;
  }
  .gaiyo {
    gap: 1.11em 1.44em;
    align-items: stretch;
  }
  .gaiyo dt {
    padding: 0.3em 0;
  }
  .gaiyo dd {
    padding: 0;
    display: flex;
    align-items: center;
    width: calc((100% - 4.32em - 16em) / 2);
  }
  .gmap {
    height: clamp(27rem, -4.0909090909rem + 40.9090909091vw, 45rem);
  }
}
#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;
  width: 50%;
  height: 100%;
  text-align: center;
}
#tel_up ul li .js-tel {
  flex: auto;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  font-size: 1.8rem;
}
#tel_up ul li .js-tel::before {
  display: none;
}
#tel_up ul li .js-tel a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  gap: 0 0.4rem;
  color: var(--lcolor);
}
#tel_up ul li .js-tel a::before {
  content: "tel.";
}
#tel_up ul li .btn_rsv {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-radius: 0;
  background: var(--lcolor);
  color: #fff;
}
#tel_up ul li .btn_rsv::before {
  font-family: "fontello";
  content: "\e803";
  font-weight: normal;
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  font-size: 1.6rem;
  text-align: center;
  padding: 1rem;
  line-height: 1;
  background: #fff;
  color: var(--lcolor);
  border: 2px solid var(--lcolor);
  overflow: hidden;
  position: relative;
  z-index: 101;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\e80a";
  position: absolute;
  left: 0;
  right: 0;
  top: 0.3rem;
}
#tel_up #pageup::after {
  display: block;
  font-family: "fontello";
  content: "\e807";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.3rem;
  font-size: 120%;
  font-weight: normal;
}
#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: clamp(4.5rem, -0.6818181818rem + 6.8181818182vw, 7.5rem);
    height: clamp(4.5rem, -0.6818181818rem + 6.8181818182vw, 7.5rem);
    bottom: clamp(2.4rem, -0.3636363636rem + 3.6363636364vw, 4rem);
    right: clamp(2.4rem, -0.3636363636rem + 3.6363636364vw, 4rem);
    left: auto;
    background: none;
    padding: 0;
    box-shadow: none;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 100%;
    font-size: clamp(1.8rem, -0.2727272727rem + 2.7272727273vw, 3rem);
    border-radius: 50%;
    overflow: visible;
  }
  #tel_up #pageup::before {
    font-size: clamp(1.8rem, -0.2727272727rem + 2.7272727273vw, 3rem);
  }
  #tel_up #pageup::after {
    font-size: clamp(2.4rem, -0.3636363636rem + 3.6363636364vw, 4rem);
    bottom: -0.7rem;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
  background: var(--sub6);
  color: #fff;
}
.footer .copy {
  display: block;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 760px), print {
  .footer {
    padding: clamp(3rem, -0.4545454545rem + 4.5454545455vw, 5rem) 1rem clamp(2.88rem, -0.4363636364rem + 4.3636363636vw, 4.8rem);
  }
  .footer .copy {
    margin: clamp(1.2rem, -0.1818181818rem + 1.8181818182vw, 2rem) auto 0;
    max-width: 1200px;
    width: 100%;
    font-size: clamp(1.4rem, 0.7090909091rem + 0.9090909091vw, 1.8rem);
    text-align: left;
    padding-left: 1em;
  }
  .footer ul {
    display: block;
    text-align: left;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 1.5em;
  }
  .footer ul li {
    display: inline-block;
    font-size: clamp(1.4rem, 0.7090909091rem + 0.9090909091vw, 1.8rem);
    line-height: 1;
    margin: 0 0 1em;
    -webkit-text-size-adjust: none;
    padding: 0 0.55em;
    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;
  }
  .footer ul.mens li:first-child {
    width: 100%;
    margin-bottom: 0.8em;
  }
}
body.index > .wrap {
  margin-top: 0;
}
body.index .main .index_tit_02 span {
  line-height: 1;
  margin-bottom: 0.3em;
}
@media screen and (min-width: 760px), print {
  body.index > .wrap {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
}

.keyvsl {
  width: 100%;
  position: relative;
  padding: 0 1rem;
  background: var(--bg1);
}
.keyvsl::before {
  content: "";
  display: block;
  width: 100%;
  height: 40%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: 40rem;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl .slick-list div img {
  height: 40rem !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
  border-radius: 0 0 1rem 1rem;
}
.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 .catch {
  color: var(--sub3);
  font-size: 1.6rem;
  position: absolute;
  left: 2rem;
  bottom: 12rem;
}
.keyvsl > .wrap .catch i {
  background: rgba(255, 255, 255, 0.8);
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0.3em 0.5em;
  line-height: 2.3;
  border-radius: 0.3em;
}
.keyvsl > .wrap .catch span {
  color: var(--main1);
  font-weight: bold;
  font-size: 130%;
  line-height: 1;
}
.keyvsl > .wrap .open {
  display: flex;
  gap: 1rem;
  position: absolute;
  right: 2rem;
  bottom: 1rem;
}
.keyvsl > .wrap .open li {
  width: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/img_circle.svg) center center no-repeat #fff;
  background-size: 95%;
  box-shadow: 0 0 5px var(--sub2);
  aspect-ratio: 1/1;
  text-align: center;
  border-radius: 50%;
  font-size: 1.5rem;
  color: var(--main1);
  line-height: 1.3;
  position: relative;
}
.keyvsl > .wrap .open li span {
  display: block;
  color: var(--main1);
}
.keyvsl > .wrap .open li span b {
  font-size: 140%;
  line-height: 1;
}
.keyvsl > .wrap .open li::after {
  content: "";
  display: block;
  background: url(../img/img_leaf.svg) center center no-repeat;
  background-size: contain;
  width: 2rem;
  position: absolute;
  aspect-ratio: 1/1;
  right: -0.5rem;
  bottom: 2.5rem;
}

@media screen and (min-width: 760px), print {
  .keyvsl {
    padding: 0 1rem;
  }
  .keyvsl::before {
    height: clamp(27rem, -4.0909090909rem + 40.9090909091vw, 45rem);
  }
  .keyvsl #keyvsl {
    height: clamp(54rem, -8.1818181818rem + 81.8181818182vw, 90rem);
    max-width: 180rem;
    margin: auto;
    border-radius: 0 0 3rem 3rem;
    position: relative;
  }
  .keyvsl #keyvsl .slick-list div {
    font-size: 0;
  }
  .keyvsl #keyvsl .slick-list div img {
    height: clamp(54rem, -8.1818181818rem + 81.8181818182vw, 90rem) !important;
  }
  .keyvsl #keyvsl .slick-dots {
    margin: 1rem 0 0;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  .keyvsl > .wrap {
    max-width: 1200px;
    margin: auto;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .keyvsl > .wrap .catch {
    font-size: clamp(1.68rem, -0.2545454545rem + 2.5454545455vw, 2.8rem);
    font-weight: 500;
    bottom: clamp(13.08rem, -1.9818181818rem + 19.8181818182vw, 21.8rem);
  }
  .keyvsl > .wrap .catch span {
    font-size: clamp(2.16rem, -0.3272727273rem + 3.2727272727vw, 3.6rem);
  }
  .keyvsl > .wrap .open {
    bottom: auto;
    top: clamp(9rem, -1.3636363636rem + 13.6363636364vw, 15rem);
    gap: clamp(0.72rem, -0.1090909091rem + 1.0909090909vw, 1.2rem);
  }
  .keyvsl > .wrap .open li {
    width: clamp(10.8rem, -1.6363636364rem + 16.3636363636vw, 18rem);
    background-size: 90%;
    box-shadow: 0 0 1rem var(--sub2);
    font-size: clamp(1.68rem, -0.2545454545rem + 2.5454545455vw, 2.8rem);
  }
  .keyvsl > .wrap .open li::after {
    width: 1em;
    bottom: clamp(2.58rem, -0.3909090909rem + 3.9090909091vw, 4.3rem);
  }
}
.info {
  padding: 3rem 2rem 4rem;
  background: var(--bg1);
}
.info .wrap {
  background: #fff;
  padding: 1rem 1rem 2rem;
  border-radius: 1rem;
}
.info .wrap #info01 {
  line-height: 1.6;
  overflow-y: auto;
  overscroll-behavior-y: none;
}
.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 dl {
  max-height: calc(100vw - 4rem);
  overflow-y: auto;
  overscroll-behavior-y: none;
}
.info .wrap dl > div:not(:first-child) {
  border-top: 1px solid var(--line1);
  padding-top: 1rem;
  margin-top: 1rem;
}
.info .wrap dl > div .accordion-content {
  padding: 0.5rem 0 0;
}
.info .wrap dl dt {
  display: flex;
  align-items: flex-start;
  gap: 0 0.2rem;
  margin: 0 0 0.6rem;
  font-weight: bold;
  color: var(--clr_txt);
  cursor: pointer;
}
.info .wrap dl dt::before {
  font-family: "fontello";
  content: "\e802";
  width: 1.1em;
  text-align: center;
  flex-shrink: 0;
}
.info .wrap dl dt.close::before {
  font-family: "fontello";
  content: "\e804";
}
.info .wrap dl dt:not(:first-of-type) {
  margin: 1.6rem 0 0.6rem;
  padding: 1.6rem 0 0;
  border-top: 1px solid var(--line1);
}
.info .wrap dl dd {
  margin: 0 0 1.6rem;
}

@media screen and (min-width: 760px), print {
  .info {
    padding: clamp(6rem, -0.9090909091rem + 9.0909090909vw, 10rem) 1rem clamp(4.2rem, -0.6363636364rem + 6.3636363636vw, 7rem);
  }
  .info .wrap {
    display: flex;
    align-items: flex-start;
    padding: clamp(2.64rem, -0.4rem + 4vw, 4.4rem);
  }
  .info .wrap .index_tit_02 {
    width: clamp(10.8rem, -1.6363636364rem + 16.3636363636vw, 18rem);
    margin-right: clamp(5.04rem, -0.7636363636rem + 7.6363636364vw, 8.4rem);
  }
  .info .wrap .info_box {
    flex: 1;
  }
  .info .wrap dl {
    max-height: 40rem;
  }
  .info .wrap dl dt {
    margin: 0 0 1rem;
  }
  .info .wrap dl dt::before {
    margin-right: 1rem;
  }
  .info .wrap dl dt:not(:first-of-type) {
    margin: 1.6rem 0 0.6rem;
    padding: 1.6rem 0 0;
  }
  .info .wrap dl dt:hover div {
    text-decoration: underline;
  }
  .info .wrap dl dd {
    margin: 0 0 1.6rem;
  }
}
.accordion-container {
  width: 100%;
  margin: 0;
}
.accordion-container .accordion-item {
  width: 100%;
  margin-bottom: 2px;
  border: none;
  border-radius: 0;
}
.accordion-container .accordion-item:not(:first-child) {
  border-top: 1px dotted var(--sub3);
  padding-top: 2rem;
  margin-top: 2rem;
}
.accordion-container .accordion-item summary.accordion-header {
  display: flex;
  align-items: center;
  padding: 0;
  font-weight: 500;
  cursor: pointer;
  list-style: none;
  position: relative;
  font-size: 120%;
}
.accordion-container .accordion-item summary.accordion-header::before {
  font-family: "fontello";
  content: "\e806";
  color: var(--main1);
  margin-right: 0.5rem;
  transition: all 0.3s ease;
}
.accordion-container .accordion-item summary.accordion-header::-webkit-details-marker {
  display: none;
}
.accordion-container .accordion-item[open] summary.accordion-header::before {
  transform: rotate(180deg);
}
.accordion-container .accordion-item .accordion-badge,
.accordion-container .accordion-item .accordion-date,
.accordion-container .accordion-item .accordion-title {
  display: inline-block;
  padding: 0;
  margin-right: 0.5em;
}
.accordion-container .accordion-item .accordion-badge {
  background-color: var(--main1);
  color: #fff;
  font-size: 0.75rem;
  border-radius: 4px;
}
.accordion-container .accordion-item .accordion-date {
  color: var(--clr_txt);
}
.accordion-container .accordion-item .accordion-title {
  color: var(--main1);
}
.accordion-container .accordion-item .accordion-content {
  padding: 5px 15px;
}

@media screen and (min-width: 760px), print {
  .accordion-container .accordion-item {
    margin-bottom: 2px;
    border: none;
    border-radius: 0;
    overflow: hidden;
  }
  .accordion-container .accordion-item:not(:first-child) {
    padding-top: 3rem;
    margin-top: 3rem;
  }
  .accordion-container .accordion-item .accordion-badge {
    font-size: 0.75rem;
    border-radius: 4px;
  }
}
.index_timetable {
  background: var(--bg1);
  padding: 0 2rem;
}
.index_timetable .wrap {
  background: #fff;
  padding: 1rem;
  border-radius: 1rem;
}
@media screen and (min-width: 760px), print {
  .index_timetable {
    padding: 0 1rem;
  }
  .index_timetable .wrap {
    display: flex;
    align-items: flex-start;
    padding: clamp(3rem, -0.4545454545rem + 4.5454545455vw, 5rem) clamp(2.64rem, -0.4rem + 4vw, 4.4rem);
  }
  .index_timetable .index_tit_02 {
    width: clamp(10.8rem, -1.6363636364rem + 16.3636363636vw, 18rem);
    margin-right: clamp(5.04rem, -0.7636363636rem + 7.6363636364vw, 8.4rem);
  }
  .index_timetable .tbl_time {
    flex: 1;
  }
}

.index_info {
  background: var(--bg1);
  padding: 4rem 2rem;
}
.index_info .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
.index_info .wrap section {
  background: #fff;
  padding: 1rem;
  border-radius: 1rem;
  width: 100%;
}
.index_info .wrap section .gaiyo_tel, .index_info .wrap section .gaiyo_kamoku {
  display: none;
}
@media screen and (min-width: 760px), print {
  .index_info {
    padding: clamp(4.2rem, -0.6363636364rem + 6.3636363636vw, 7rem) 1rem clamp(6rem, -0.9090909091rem + 9.0909090909vw, 10rem);
  }
  .index_info .wrap {
    display: flex;
    justify-content: space-between;
    gap: 0;
  }
  .index_info .wrap section {
    width: 48.5%;
    padding: clamp(1.8rem, -0.2727272727rem + 2.7272727273vw, 3rem);
  }
  .index_info .wrap .gmap {
    height: clamp(19.2rem, -2.9090909091rem + 29.0909090909vw, 32rem);
  }
  .index_info .wrap dl {
    align-items: center;
  }
  .index_info .wrap dl dd {
    width: calc(100% - 9.2em - 0.5rem);
  }
}

.index_urology {
  padding: 4rem 2rem 5rem;
  background: url(../img/line_wave_g.svg) center bottom repeat-x;
  background-size: 150%;
  position: relative;
}
.index_urology::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/img_bird.svg) center center no-repeat;
  background-size: contain;
  aspect-ratio: 62/66;
  width: 3rem;
  position: absolute;
  right: 2rem;
}
.index_urology::after {
  bottom: -0.2rem;
}
.index_urology .img_r {
  border-radius: 1.66em;
}
.index_urology h3 {
  color: var(--main1);
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 1em;
}

@media screen and (min-width: 760px), print {
  .index_urology {
    background-size: clamp(120rem, -18.1818181818rem + 181.8181818182vw, 200rem);
    padding: clamp(5.16rem, -0.7818181818rem + 7.8181818182vw, 8.6rem) 1rem clamp(9rem, -1.3636363636rem + 13.6363636364vw, 15rem);
  }
  .index_urology::after {
    width: clamp(3.72rem, -0.5636363636rem + 5.6363636364vw, 6.2rem);
    right: auto;
    left: calc(50% + clamp(32.22rem, -4.8818181818rem + 48.8181818182vw, 53.7rem));
    bottom: -0.4em;
  }
  .index_urology .index_tit_02 {
    margin-bottom: clamp(3.6rem, -0.5454545455rem + 5.4545454545vw, 6rem);
  }
  .index_urology .img_r {
    width: clamp(22.56rem, -3.4181818182rem + 34.1818181818vw, 37.6rem);
    margin-bottom: 0;
  }
  .index_urology h3 {
    font-size: clamp(1.92rem, -0.2909090909rem + 2.9090909091vw, 3.2rem);
    text-align: left;
  }
}
.feature {
  margin: 4rem 2rem;
  position: relative;
}
.feature::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
}
.feature .wrap {
  position: relative;
  z-index: 1;
}
.feature ol {
  counter-reset: number 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
.feature ol li {
  counter-increment: number 1;
}
.feature ol li::before {
  content: "";
  display: block;
  width: 60%;
  margin: 0 auto 2rem;
  aspect-ratio: 1/1;
  background: center center no-repeat;
  background-size: cover;
  border-radius: 1rem;
  box-shadow: 10px 10px 0 var(--sub10);
}
.feature ol li h3 {
  font-weight: 500;
  color: var(--sub9);
  font-size: 120%;
  margin-bottom: 0.5rem;
}
.feature ol li p {
  margin: 0;
}
.feature ol li span {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 140%;
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  line-height: 0.5;
  margin-top: 1rem;
  color: var(--sub8);
}
.feature ol li span::before {
  content: "";
  display: block;
  flex: 1;
  border-bottom: 1px solid;
}
.feature ol li span::after {
  content: counter(number, decimal-leading-zero);
}
.feature ol .feature_support::before {
  background-image: url(../img/index_feature01.jpg);
}
.feature ol .feature_male::before {
  background-image: url(../img/index_feature02.jpg);
}
.feature ol .feature_access::before {
  background-image: url(../img/index_feature03.jpg);
}
.feature ol .feature_funin::before {
  background-image: url(../img/index_feature04.jpg);
}
.feature ol .feature_ikkan::before {
  background-image: url(../img/index_feature05.jpg);
}
.feature ol .feature_kakarituke::before {
  background-image: url(../img/index_feature06.jpg);
}

@media screen and (min-width: 760px), print {
  .feature {
    margin: clamp(6rem, -0.9090909091rem + 9.0909090909vw, 10rem) 1rem;
  }
  .feature::before {
    width: clamp(47.28rem, -7.1636363636rem + 71.6363636364vw, 78.8rem);
    top: clamp(5.4rem, -0.8181818182rem + 8.1818181818vw, 9rem);
  }
  .feature .wrap {
    position: relative;
  }
  .feature .wrap h2 {
    margin-bottom: clamp(4.14rem, -0.6272727273rem + 6.2727272727vw, 6.9rem);
  }
  .feature .wrap ol {
    justify-content: space-between;
    gap: clamp(1.8rem, -0.2727272727rem + 2.7272727273vw, 3rem) 0;
  }
  .feature .wrap ol li {
    width: clamp(22.56rem, -3.4181818182rem + 34.1818181818vw, 37.6rem);
  }
  .feature .wrap ol li::before {
    width: clamp(21.36rem, -3.2363636364rem + 32.3636363636vw, 35.6rem);
    box-shadow: 1.1em 1.1em 0 var(--sub10);
    margin: 0 0 clamp(3.06rem, -0.4636363636rem + 4.6363636364vw, 5.1rem);
  }
  .feature .wrap ol li:nth-child(3n-1) {
    margin-top: clamp(9rem, -1.3636363636rem + 13.6363636364vw, 15rem);
  }
  .feature .wrap ol li h3 {
    font-size: clamp(2.2rem, 1.1636363636rem + 1.3636363636vw, 2.8rem);
    line-height: 1.3;
    margin-bottom: clamp(0.84rem, -0.1272727273rem + 1.2727272727vw, 1.4rem);
  }
  .feature .wrap ol li span {
    font-size: clamp(2.6rem, 1.5636363636rem + 1.3636363636vw, 3.2rem);
    margin-top: clamp(1.32rem, -0.2rem + 2vw, 2.2rem);
  }
}
.tre {
  padding: 6rem 2rem;
  margin: 4rem 0;
  background: url(../img/line_wave_g.svg) center top repeat-x, url(../img/line_wave_g.svg) center bottom repeat-x;
  background-size: 150%;
  position: relative;
}
.tre::before, .tre::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/img_bird.svg) center center no-repeat;
  background-size: contain;
  aspect-ratio: 62/66;
  width: 3rem;
  position: absolute;
  right: 2rem;
}
.tre::before {
  top: -2rem;
}
.tre::after {
  bottom: -0.2rem;
}
.tre .tre_menu {
  background: var(--sub16);
  padding: 1rem;
  border-radius: 1rem;
  margin: 2rem 0;
}
.tre .tre_menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5em 0;
}
.tre .tre_menu ul li {
  width: 49%;
  text-align: center;
  font-size: 95%;
}
.tre .tre_menu ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  text-decoration: none;
  color: var(--clr_txt);
  padding: 0.5em 0;
  border-radius: 0.8rem;
  outline: 1px solid var(--sub2);
  outline-offset: -3px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
}
.tre .tre_menu ul li a::before {
  display: block;
  background: center center no-repeat;
  background-size: 90%;
  aspect-ratio: 1/1;
  width: 3em;
}
.tre .tre_menu ul li a span {
  flex: 1;
}
.tre .tre_menu .mens li.mens-health {
  width: 100%;
}
.tre .tre_menu .mens li.mens-health a::before {
  content: "";
  background-image: url(../img/icon_tre_mens-health.svg);
  margin-left: 0.5em;
}
.tre .tre_menu .others {
  margin-top: 1rem;
}
.tre .tre_menu .others li a::before {
  content: "";
  margin-left: 0.5em;
}
.tre .tre_menu .others .urology a::before {
  background-image: url(../img/icon_tre_urology.svg);
}
.tre .tre_menu .others .internal a::before {
  background-image: url(../img/icon_tre_internal.svg);
}
.tre .tre_menu .others .vaccination a::before {
  background-image: url(../img/icon_tre_vaccination.svg);
}
.tre .senmon {
  border: 2px solid var(--sub8);
  border-radius: 1rem;
  padding: 1rem;
  background: url(../img/logo_mark_green.svg) right 1rem bottom 1rem no-repeat;
  background-size: 30%;
  color: var(--sub17);
}
.tre .senmon .btn_detail {
  min-width: 14em;
  margin-left: 0;
  background: var(--lcolor);
}

@media screen and (min-width: 760px), print {
  .tre {
    background-size: clamp(120rem, -18.1818181818rem + 181.8181818182vw, 200rem);
    padding: clamp(9rem, -1.3636363636rem + 13.6363636364vw, 15rem) 1rem;
  }
  .tre::before, .tre::after {
    width: clamp(3.72rem, -0.5636363636rem + 5.6363636364vw, 6.2rem);
    right: auto;
    left: calc(50% + clamp(32.22rem, -4.8818181818rem + 48.8181818182vw, 53.7rem));
  }
  .tre::before {
    top: -1.3em;
  }
  .tre::after {
    bottom: -0.4em;
  }
  .tre .wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .tre .wrap .index_tit_02 {
    width: clamp(16.8rem, -2.5454545455rem + 25.4545454545vw, 28rem);
    margin: 0 clamp(3.24rem, -0.4909090909rem + 4.9090909091vw, 5.4rem) 0 0;
  }
  .tre .txt {
    flex: 1;
  }
  .tre .tre_menu {
    width: 100%;
    margin-top: clamp(3.54rem, -0.5363636364rem + 5.3636363636vw, 5.9rem);
    padding: clamp(3.6rem, -0.5454545455rem + 5.4545454545vw, 6rem) clamp(4.02rem, -0.6090909091rem + 6.0909090909vw, 6.7rem);
  }
  .tre .tre_menu ul li {
    font-size: 100%;
  }
  .tre .tre_menu ul li a {
    outline-width: 2px;
    outline-offset: -0.4em;
  }
  .tre .tre_menu ul li a::before {
    width: 3.75em;
  }
  .tre .tre_menu ul li a:is(:hover, :focus-visible) {
    color: var(--lcolor);
  }
  .tre .tre_menu .mens {
    display: grid;
    grid-template-columns: 14.5em 1fr 1fr; /* 左1列 + 右2列 */
    gap: 10px;
    list-style: none;
    padding: 0;
    gap: 0.5em 0.8em;
    font-size: clamp(1.6rem, 0.9090909091rem + 0.9090909091vw, 2rem);
  }
  .tre .tre_menu .mens li {
    width: auto;
  }
  .tre .tre_menu .mens li:first-child {
    grid-row: span 5; /* 右側の行数に合わせて増減 */
    padding-right: 1.15em;
  }
  .tre .tre_menu .mens li:first-child a {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    outline-offset: -0.4em;
  }
  .tre .tre_menu .mens li:first-child a span {
    flex: initial;
  }
  .tre .tre_menu .mens li a {
    display: block;
    border-radius: 0.5em;
    width: 100%;
    outline-offset: -0.35em;
  }
  .tre .tre_menu .others {
    margin-top: 0.75em;
  }
  .tre .tre_menu .others li {
    width: 32%;
  }
  .tre .tre_menu .others li a {
    height: 6em;
    padding: 1.15em 1.25em;
  }
  .tre .tre_menu .others li a::before {
    margin-left: 0;
  }
  .tre .senmon {
    margin-top: clamp(5.7rem, -0.8636363636rem + 8.6363636364vw, 9.5rem);
    padding: clamp(3.66rem, -0.5545454545rem + 5.5454545455vw, 6.1rem) clamp(7.08rem, -1.0727272727rem + 10.7272727273vw, 11.8rem) clamp(4.2rem, -0.6363636364rem + 6.3636363636vw, 7rem);
    width: 100%;
    font-size: clamp(1.56rem, -0.2363636364rem + 2.3636363636vw, 2.6rem);
    background-size: clamp(13.2rem, -2rem + 20vw, 22rem);
    background-position: right 3.84em bottom 1.73em;
  }
  .tre .senmon ul {
    display: flex;
    font-size: clamp(1.32rem, -0.2rem + 2vw, 2.2rem);
    margin-top: 0.9em;
    gap: 0.9em;
  }
  .tre .senmon .btn_detail:is(:hover, :focus-visible) {
    background: var(--lcolor_h);
  }
}
.index_greeting {
  padding: 0 2rem 6rem;
  margin: 4rem 0;
  background: url(../img/line_wave_g.svg) center bottom repeat-x;
  background-size: 150%;
  position: relative;
}
.index_greeting::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/img_bird.svg) center center no-repeat;
  background-size: contain;
  aspect-ratio: 62/66;
  width: 3rem;
  position: absolute;
  right: 2rem;
}
.index_greeting::after {
  bottom: -0.2rem;
}
.index_greeting .img {
  position: relative;
  margin-bottom: 1rem;
}
.index_greeting .img::after {
  content: "";
  display: block;
  background: url(../img/logo_mark.svg) center center no-repeat;
  background-size: contain;
  aspect-ratio: 271/258;
  width: 13rem;
  position: absolute;
  right: 0;
  bottom: -2rem;
}
.index_greeting .img img {
  width: 70%;
  margin: auto;
}
.index_greeting .txt p span {
  font-size: 130%;
}

@media screen and (min-width: 760px), print {
  .index_greeting {
    background-size: clamp(120rem, -18.1818181818rem + 181.8181818182vw, 200rem);
    margin: clamp(4.2rem, -0.6363636364rem + 6.3636363636vw, 7rem) 1rem 0;
    padding-bottom: clamp(9.36rem, -1.4181818182rem + 14.1818181818vw, 15.6rem);
  }
  .index_greeting::after {
    width: clamp(3.72rem, -0.5636363636rem + 5.6363636364vw, 6.2rem);
    right: auto;
    left: calc(50% + clamp(32.22rem, -4.8818181818rem + 48.8181818182vw, 53.7rem));
    bottom: -0.4em;
  }
  .index_greeting .wrap {
    display: flex;
    justify-content: space-between;
  }
  .index_greeting .img {
    width: clamp(26.4rem, -4rem + 40vw, 44rem);
    aspect-ratio: 44/50;
    font-size: clamp(0.6rem, -0.0909090909rem + 0.9090909091vw, 1rem);
    margin: 0;
  }
  .index_greeting .img img {
    width: 100%;
  }
  .index_greeting .img::after {
    width: clamp(34.68rem, -5.2545454545rem + 52.5454545455vw, 57.8rem);
    background-position: right bottom;
    background-size: clamp(16.2rem, -2.4545454545rem + 24.5454545455vw, 27rem) auto;
    aspect-ratio: 578/553;
    right: auto;
    left: 0;
    top: 0;
    bottom: auto;
  }
  .index_greeting .txt {
    width: clamp(34.92rem, -5.2909090909rem + 52.9090909091vw, 58.2rem);
  }
  .index_greeting .txt .index_tit_02 {
    margin-bottom: clamp(3.24rem, -0.4909090909rem + 4.9090909091vw, 5.4rem);
  }
  .index_greeting .txt .txt_r {
    font-size: clamp(1.6rem, 0.9090909091rem + 0.9090909091vw, 2rem);
    line-height: 1.5;
  }
  .index_greeting .txt .txt_r span {
    font-size: 120%;
  }
  .index_greeting .txt .btn_detail {
    margin-right: 0;
    margin-top: clamp(2.58rem, -0.3909090909rem + 3.9090909091vw, 4.3rem);
  }
}
.loopslider_box {
  height: 9rem;
}

.loopslider {
  margin: 0 auto 6rem;
  width: 100%;
  height: 11rem;
  text-align: left;
  position: relative;
  overflow: hidden;
  height: 100%;
  float: left;
  display: inline;
  overflow: hidden;
}
.loopslider .slick-slide:nth-child(2n) {
  margin-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 {
    height: clamp(16.8rem, -2.5454545455rem + 25.4545454545vw, 28rem);
  }
  .loopslider {
    margin: clamp(5.04rem, -0.7636363636rem + 7.6363636364vw, 8.4rem) auto 0;
    height: clamp(15.9rem, -2.4090909091rem + 24.0909090909vw, 26.5rem);
  }
  .loopslider .slick-slide {
    width: clamp(21rem, -3.1818181818rem + 31.8181818182vw, 35rem) !important;
  }
  .loopslider .slick-slide:nth-child(2n) {
    margin-top: clamp(1.8rem, -0.2727272727rem + 2.7272727273vw, 3rem);
  }
  .loopslider li img {
    padding: 0 0.6em;
  }
}
body:where(:not(.index))::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 8rem;
  background-image: linear-gradient(180deg, var(--bg1), transparent);
  width: 100%;
  height: 50rem;
}
body:where(:not(.index)) .sub_header {
  display: flex;
  flex-direction: column-reverse;
  overflow-x: hidden;
}
body:where(:not(.index)) .breadnav {
  position: relative;
}
body:where(:not(.index)) .breadnav a {
  color: var(--lcolor);
}
body:where(:not(.index)) .main {
  margin: 0 1rem 6rem;
  position: relative;
  z-index: 1;
}
body:where(:not(.index)) .main img {
  border-radius: 1em;
}
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))::before {
    top: clamp(18rem, -2.7272727273rem + 27.2727272727vw, 30rem);
    height: clamp(90rem, -13.6363636364rem + 136.3636363636vw, 150rem);
  }
  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 img {
  border-radius: 0.7em 0.7em 0 0;
}
.gallery .gallery_slider div .cap {
  margin: 0.2rem 0 0;
  text-align: center;
  color: #fff;
  padding: 0.4rem;
  opacity: 0;
  transition: 0.3s ease;
  background: var(--main1);
  line-height: 1.4;
  border-radius: 0 0 0.7em 0.7em;
}
.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;
  border-radius: 0.7em;
}
.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: clamp(45rem, -6.8181818182rem + 68.1818181818vw, 75rem);
    margin: auto;
  }
  .gallery .gallery_slider div .cap {
    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;
  margin: 1em 0;
}
.lst_flow > dt {
  counter-increment: number 1;
  position: relative;
  padding-left: 1.8em;
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: solid var(--main1);
  border-width: 2px 2px 0;
  border-radius: 1rem 1rem 0 0;
  color: var(--main1);
}
.lst_flow > dt::before {
  display: inline-block;
  content: counter(number);
  color: #fff;
  background: var(--main1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  width: 2em;
  height: 2em;
  font-weight: bold;
  line-height: 1;
}
.lst_flow > dd {
  margin: 0;
  position: relative;
  display: block;
  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.5em;
}
.lst_flow > li .tit_lst_flow::before {
  display: inline-block;
  content: counter(number);
  border-radius: 1rem;
  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.9rem, -0.1363636364rem + 1.3636363636vw, 1.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);
    border-radius: clamp(0.6rem, -0.0909090909rem + 0.9090909091vw, 1rem);
  }
  .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::before {
    font-size: 110%;
    width: 2em;
    border-radius: clamp(0.6rem, -0.0909090909rem + 0.9090909091vw, 1rem);
  }
  .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;
}
.privacypolicy .pp_sign {
  margin-top: 5rem;
  text-align: right;
}
.privacypolicy .pp_contactus {
  margin-top: 3rem;
}
.privacypolicy .pp_contactus div {
  word-spacing: 0.5em;
  word-break: auto-phrase;
}
@media screen and (min-width: 760px), print {
  .privacypolicy .lead {
    margin-bottom: clamp(5.4rem, -0.8181818182rem + 8.1818181818vw, 9rem);
  }
  .privacypolicy .pp_sign {
    margin-top: clamp(6rem, -0.9090909091rem + 9.0909090909vw, 10rem);
  }
  .privacypolicy .pp_contactus {
    margin-top: clamp(1.5rem, -0.2272727273rem + 2.2727272727vw, 2.5rem);
  }
  .privacypolicy .pp_contactus div {
    text-align: right;
  }
}/*# sourceMappingURL=style.css.map */