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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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: #605648;
  --clr_bg: #FFFEFC;
  --main1:#7A8F5F;
  --main2:#857C6F;
  --main3:#EC8282;
  --sub1:#FFF1DC;
  --sub2:#D6E6C2;
  --sub3:#F2E3CD;
  --sub4:#E7F3D8;
  --sub5:#A9C18C;
  --sub6:#C8D5B6;
  --sub7:#D9E5CA;
  --sub8:#D8CBB9;
  --sub9:#FFF8E9;
  --sub10:#CEDEB9;
  --sub11:#9AB27C;
  --sub12:#DBD0BF;
  --sub13:#89A268;
  --sub14:#D1C4B1;
  --sub15:#C7B9A5;
  --sub16:#D3E1BF;
  --sub17:#AFC790;
  --sub18:#829F5C;
  --sub19:#D1DCC1;
  --sub20:#F1E5D4;
  --sub21:#F5EDDC;
  --sub22:#A49887;
  --sub23:#4D4130;
  --sub24:#D6E4C6;
  --sub25:#dbe6cc;
  --sub26:#eda6a6;
  --line1:#707070;
  --line2:#AAA;
  --lcolor: #829F5C;
  --lcolor_h:#EC8282;
  --pcolor: #DBE6CC;
}

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

.bold {
  font-weight: bold;
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

.underline {
  text-decoration: underline;
}

.underline_pink {
  text-decoration-line: underline;
  text-decoration-color: var(--main3);
}
.underline_pink.-light_pink {
  text-decoration-color: var(--sub26);
}

.pink {
  color: var(--main3);
}

.waku {
  border: 3px solid var(--main3);
  border-radius: 20px;
  padding: 1.5rem;
}

@media screen and (min-width: 48em), print {
  .waku {
    border: 3px solid var(--main3);
    border-radius: 20px;
    padding: 2rem;
  }
}
.img_c {
  margin: 1rem auto;
  border-radius: 1rem;
}

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

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

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

.sp_n {
  display: none;
}

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

.mt30 {
  margin-top: 3rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt10 {
  margin-top: 1rem;
}

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

@media screen and (min-width: 48em), print {
  .mt40 {
    margin-top: 8rem;
  }
  .mt30 {
    margin-top: 6rem;
  }
  .mt20 {
    margin-top: 4rem;
  }
  .mt10 {
    margin-top: 2rem;
  }
  .main > :where(section ~ section), .flex2 > :where(section ~ section) {
    margin-top: 8rem;
  }
  .main > section, .flex2 > section {
    margin-top: 8rem;
  }
  .main > section :where(section ~ section), .flex2 > section :where(section ~ section) {
    margin-top: 8rem;
  }
  .main > section > section, .flex2 > section > section {
    margin-top: 6rem;
  }
  .main > section > section :where(section ~ section), .flex2 > section > section :where(section ~ section) {
    margin-top: 6rem;
  }
  .main > section > section > section, .flex2 > section > section > section {
    margin-top: 4rem;
  }
  .main > section > section > section :where(section ~ section), .flex2 > section > section > section :where(section ~ section) {
    margin-top: 4rem;
  }
}
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.4rem;
}
.tbl_time caption {
  font-size: 85%;
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl_time caption > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  line-height: 1.3;
}
.tbl_time caption > span span {
  width: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  background: var(--main3);
  color: #fff;
  margin-right: 0.5em;
  border-radius: 0.3rem;
}
.tbl_time tr:first-child th:first-child, .tbl_time tr:first-child td:first-child {
  width: 35%;
  border-top-left-radius: 1rem;
}
.tbl_time tr:first-child th:last-child, .tbl_time tr:first-child td:last-child {
  border-top-right-radius: 1rem;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  text-align: center;
  background: var(--sub12);
}
.tbl_time tr th[scope=row] {
  border-bottom: 1px solid var(--line1);
  background: #fff;
}
.tbl_time tr td {
  text-align: center;
  padding: 1.4rem 0.4rem;
  border-bottom: 1px solid var(--line1);
  line-height: 1;
  background: #fff;
}
@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 1.8rem;
  }
  .tbl_time caption {
    font-size: 100%;
    margin-top: 1.5rem;
  }
  .tbl_time caption span > span {
    padding: 0 1em;
    margin-right: 1em;
    width: 5em;
  }
  .tbl_time tr th[scope=col] {
    padding: 1rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 30%;
  }
  .tbl_time tr td {
    padding: 2rem 0;
  }
}
.table_0 {
  width: 100%;
  background: #fff;
  border-collapse: separate;
  border-spacing: 0;
  margin-top: 2rem;
}
.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 tr:first-child th, .table_0 tr:first-child td {
  border-top: 1px solid var(--line2);
}
.table_0 th, .table_0 td {
  border-left: 1px solid var(--line2);
  border-bottom: 1px solid var(--line2);
  padding: 0 0.5rem;
}
.table_0 th:last-child, .table_0 td:last-child {
  border-right: 1px solid var(--line2);
}
.table_0 th {
  font-weight: normal;
  background-color: #DBD0BF;
  width: 30%;
  vertical-align: middle;
}
.table_0.table_1 tr:first-child th, .table_0.table_1 tr:first-child td {
  border-top: 1px solid var(--line2);
}
.table_0.table_1 tr:first-child th:first-child, .table_0.table_1 tr:first-child td:first-child {
  border-radius: 1rem 0 0 0;
}
.table_0.table_1 tr:first-child th:last-child, .table_0.table_1 tr:first-child td:last-child {
  border-radius: 0 1rem 0 0;
}
.table_0.table_1 tr:last-child th:first-child, .table_0.table_1 tr:last-child td:first-child {
  border-radius: 0 0 0 1rem;
}
.table_0.table_1 tr:last-child th:last-child, .table_0.table_1 tr:last-child td:last-child {
  border-radius: 0 0 1rem 0;
}
.table_0.table_1 th[scope=col] {
  background: var(--sub22);
  color: #fff;
  border: none;
}
.table_0.table_1 th[scope=col]:not(:first-child) {
  border-left: 1px solid #fff;
}
.table_0.table_1 th[scope=row] {
  background: var(--sub21);
  color: var(--sub23);
}
.table_0.table_2 th[scope=col] {
  background: var(--main1);
  color: #fff;
}
.table_0.table_2 th[scope=row] {
  background: var(--sub4);
}
.table_0.-lightorange tbody th[scope=row] {
  background: var(--sub9);
}

@media screen and (min-width: 48em), print {
  .table_0 {
    margin-top: 4rem;
  }
  .table_0:not(:last-child) {
    margin-bottom: 4rem;
  }
  .table_0 th, .table_0 td {
    padding: 0.5rem 1rem;
  }
}
.gmap {
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

.tit_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 15rem;
  background: url(../img/tit_01.jpg) no-repeat center center/auto 100%;
  font-size: 2.2rem;
  line-height: 1.4;
  padding: 1rem;
  text-align: center;
  position: relative;
  margin-top: 6.6rem;
  padding: 0 1rem;
  color: #fff;
}
.tit_01 span {
  display: block;
  background: rgba(169, 193, 140, 0.9);
  padding: 2rem 3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5rem 0 5rem 0;
  position: relative;
}
.tit_01 span::before {
  content: "";
  display: block;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  position: absolute;
  left: 1rem;
  border: 2px dotted;
  border-radius: 4.8rem 0 4.8rem 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.tit_01::before {
  content: "";
  display: block;
  width: 100%;
  height: 10rem;
  z-index: 1;
  background: url("../img/bg_kv_curve.svg") center bottom no-repeat;
  background-size: 200%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.tit_02 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin: 0 auto 2rem;
  color: var(--main2);
  text-align: center;
}
.tit_02::before {
  content: "";
  display: block;
  background: url("../img/h2_icon.svg") center center no-repeat;
  background-size: contain;
  aspect-ratio: 51/64;
  width: 2.6rem;
  margin: auto;
}
.tit_02 span {
  display: block;
  color: var(--sub11);
  font-size: 50%;
  margin-top: 0.3rem;
}

.tit_03 {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 2rem;
  background: var(--sub19);
  padding: 0.7rem 1rem;
  border-radius: 1rem 0 1rem;
}

.tit_04 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  border-bottom: 2px solid var(--sub20);
  position: relative;
}
.tit_04::before {
  content: "";
  display: block;
  width: 0.3rem;
  height: calc(100% - 0.5rem);
  background: var(--sub5);
  position: absolute;
  left: 0;
  top: 0;
}

.tit_05 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  position: relative;
  padding-left: 2em;
}
.tit_05::before {
  content: "";
  position: absolute;
  background: url("../img/h5_icon.svg") center center no-repeat;
  background-size: contain;
  width: 1.5em;
  aspect-ratio: 1/1;
  left: 0;
  top: 0;
}

.tit_06 {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 1rem;
  color: var(--sub18);
  position: relative;
  padding-bottom: 0.5rem;
}
.tit_06::after {
  content: "";
  display: block;
  width: 2em;
  height: 1px;
  border-bottom: 1px dotted;
  position: absolute;
  left: 0;
  bottom: 0;
}

.accordion {
  cursor: pointer;
  margin-bottom: 3rem;
}
.accordion .tit_03 {
  position: relative;
}
.accordion .tit_03::before {
  position: absolute;
  font-family: "fontello";
  content: "\e80c";
  display: inline-block;
  padding-right: 5px;
  right: 1rem;
  top: 0.75rem;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    min-height: 48rem;
    background: url(../img/tit_01.jpg) no-repeat center center/auto;
    font-size: 3.8rem;
    margin-top: 0;
  }
  .tit_01::before {
    background-size: auto;
  }
  .tit_01 span {
    padding: 4rem 6rem;
    border-radius: 10rem 0 10rem;
  }
  .tit_01 span::before {
    border-radius: 9.6rem 0 9.6rem;
  }
  .tit_02 {
    font-size: 3.6rem;
    margin: 0 auto 4rem;
  }
  .tit_02::before {
    width: 5.1rem;
  }
  .tit_02 span {
    font-size: 1.8rem;
  }
  .tit_03 {
    font-size: 2.8rem;
    margin: 0 0 3rem;
    padding: 1rem 2.2rem;
    border-radius: 2rem 0 2rem;
  }
  .tit_04 {
    font-size: 2.6rem;
    margin-bottom: 2rem;
    padding-bottom: 1.2rem;
  }
  .tit_04::before {
    width: 0.4rem;
    border-radius: 0.2rem;
    height: calc(100% - 1.2rem);
  }
  .tit_05 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .tit_06 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .accordion .tit_03::before {
    top: 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.kome > li {
  padding-left: 1em;
}
.lst_ul.kome > li::before {
  content: "※";
  color: var(--clr_txt);
}
.lst_ul.notes {
  color: #D50000;
}
.lst_ul.notes > li::before {
  color: #D50000;
}

.notes:where(:not(ul)) {
  color: #D50000;
}

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

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

.lst_dl01 dt {
  font-weight: bold;
  color: var(--main1);
}
.lst_dl01 dd {
  margin: 0 0 1rem;
}

@media screen and (min-width: 48em), print {
  .lst_ul.lst_ul_col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 1rem;
  }
  .lst_ul.lst_ul_col2 > li {
    width: calc((100% - 1rem) / 2);
  }
  .lst_ul.lst_ul_col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 1rem;
  }
  .lst_ul.lst_ul_col3 > li {
    width: calc((100% - 2rem) / 3);
  }
  .lst_dl01 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lst_dl01 dt {
    width: 20%;
  }
  .lst_dl01 dd {
    width: 80%;
    padding: 0 0 0 1rem;
  }
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 2rem;
}
.flex > li:not(:last-child) {
  margin: 0;
}

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

@media screen and (min-width: 48em), print {
  .flex {
    gap: 1rem 5rem;
  }
  .flex2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex2 > section, .flex2 > li, .flex2 > div {
    width: 48%;
    margin-top: 0 !important;
  }
  .flex3 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .flex3 li {
    width: 31%;
  }
  .flex3 li:not(:nth-child(3n)) {
    margin: 0 2rem 0 0;
  }
}
.js-tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 0 0.4rem;
}
.js-tel a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

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

.js-tel::before {
  font-family: "fontello";
  content: "\e809";
  color: var(--sub13);
}

.btn_rsv {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.4rem;
  background: var(--sub2);
  padding: 0.5rem 3rem;
  border-radius: 1.5em;
}
.btn_rsv::before {
  font-family: "fontello";
  content: "\e80a";
  color: var(--sub13);
}
.btn_detail {
  display: inline-block;
  padding: 0.4rem 2rem;
  background: var(--sub16);
  color: var(--clr_txt);
  border: 2px solid var(--sub16);
  text-decoration: none !important;
  border-radius: 1.5em;
  line-height: 1.8;
}
.btn_detail::before {
  font-family: "fontello";
  content: "\e80c";
  margin-right: 0.2em;
  color: var(--sub18);
}
.btn_detail.btn_reserve::before {
  font-family: "fontello";
  content: "\e80a";
}
.btn_detail.btn_tel::before {
  font-family: "fontello";
  content: "\e809";
}
@media screen and (min-width: 48em), print {
  .btn_detail {
    min-width: 23rem;
    padding: 0.8rem 4.8rem 0.8rem 3.8rem;
    font-size: 2.2rem;
  }
  .btn_detail::before {
    margin-right: 0.5em;
  }
  .btn_detail:is(:hover, :focus-visible) {
    background: #fff;
    color: var(--sub18);
    border-color: var(--sub18);
    opacity: 1;
  }
}

.btn_detail_pink {
  display: inline-block;
  padding: 0.4rem 2rem;
  /*background: var(--main3);*/
  color: var(--main3);
  border: 2px solid var(--main3);
  text-decoration: none !important;
  border-radius: 0.8em;
  line-height: 1.8;
}
.btn_detail_pink::after {
  font-family: "fontello";
  content: "\e80c";
  margin-left: 0.2em;
  color: var(--main3);
}

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

.slick-arrow {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 9rem;
  cursor: pointer;
  line-height: 0;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--clr_txt);
  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: 48em), print {
  .slick-arrow {
    width: 5rem;
    height: 5rem;
    border: 1px solid var(--clr_txt);
    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(--clr_txt);
    background: #fff;
    opacity: 1;
  }
}
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 1rem auto;
}
.slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.2rem;
}
.slick-dots li button {
  padding: 50%;
  display: block;
  font-size: 0;
  cursor: pointer;
  opacity: 0.25;
  border-radius: 50%;
  background: var(--clr_txt);
}
.slick-dots li button:is(:hover, :focus-visible) {
  opacity: 0.8;
}
.slick-dots li.slick-active button {
  opacity: 0.75;
}

@media screen and (min-width: 48em), print {
  .slick-dots {
    margin: 1.6rem auto;
  }
  .slick-dots li {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 0.6rem;
  }
}
.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, var(--pcolor)));
  background: linear-gradient(transparent 60%, var(--pcolor) 60%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

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

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

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

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

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

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

.txt_box {
  margin-bottom: 2rem;
  padding: 1rem;
  border-radius: 1rem;
}
.txt_box:last-child {
  margin: 0;
}
.txt_box.txt_box1 {
  background: var(--sub4);
}
.txt_box.txt_box2 {
  background: var(--sub21);
}
@media screen and (min-width: 48em), print {
  .txt_box {
    padding: 2.5rem 3rem;
    border-radius: 1.5rem;
  }
}

.nav_menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nav_menu li {
  width: 48%;
  text-align: center;
  margin-top: 0.5rem;
}
.nav_menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  border: 1px solid #ccc;
  border-radius: 3rem;
  padding: 0.5rem 2em;
  text-decoration: none !important;
  position: relative;
}
.nav_menu li a::after {
  font-family: "fontello";
  content: "\e4a3";
  position: absolute;
  right: 1rem;
  letter-spacing: 0;
}
@media screen and (min-width: 48em), print {
  .nav_menu li {
    width: 24%;
  }
  .nav_menu li a {
    height: 6rem;
    letter-spacing: 1rem;
  }
  .nav_menu li a:hover {
    background: #ccc;
    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: 48em), print {
  .phtxt_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 4rem;
    gap: 4rem;
  }
  .phtxt_box .ph {
    width: 40rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .phtxt_box .txt {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .phtxt_box.phtxt_box_r .ph {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.point::before {
  font-family: "fontello";
  content: "\e805";
  margin-right: 0.5em;
}

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

@media print {
  .header {
    position: absolute !important;
  }
}
html {
  font-size: 3.125vw;
}

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

p:where(:first-child) {
  margin-top: 0;
}
p:where(:last-child) {
  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: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: calc(1170px + 40px);
  }
  body::after {
    display: none;
  }
  a, button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1170px;
    margin: auto;
  }
  .main {
    font-size: 1.8rem;
    line-height: 2;
  }
  .main a:where(:not([class*=btn])):hover {
    opacity: 1;
    text-decoration: none;
    color: var(--lcolor_h);
  }
}
.header {
  background: #fff;
}
.header > .wrap {
  padding: 0;
}
.header > .wrap .logo {
  width: 100%;
  height: 6.6rem;
  padding: 1rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header > .wrap .logo.hide {
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
}
.header > .wrap .logo a {
  display: block;
  width: calc(100% - 5.6rem);
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
  margin: auto;
}
.header > .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
  color: transparent;
}
.header > .wrap .headR {
  margin: 5.6rem 0 0;
  display: none;
}
.header > .wrap .headR ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header > .wrap .headR ul li .js-tel {
  font-size: 1.8rem;
}
@media screen and (min-width: 48em), print {
  .header > .wrap {
    padding: 2rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header > .wrap .logo {
    width: 40%;
    height: 8rem;
    padding: 0;
    position: relative;
    z-index: 101;
    background: none;
  }
  .header > .wrap .logo a {
    width: 100%;
  }
  .header > .wrap .headR {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 0;
    display: block;
  }
  .header > .wrap .headR ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 1rem;
  }
  .header > .wrap .headR ul li .js-tel {
    font-size: 3.4rem;
  }
  .header > .wrap .headR ul li.acs {
    width: 100%;
    text-align: right;
    font-size: 1.6rem;
  }
  .header > .wrap .headR ul li.header_reserve {
    font-size: 2rem;
  }
}
#nav {
  width: 100vw;
  position: sticky;
  top: 6.6rem;
  left: 0;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#nav.hide {
  top: 0;
}
#nav #sp_menu::before {
  display: block;
  font-family: "fontello";
  content: "\e802";
  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: "\e806";
}
#nav #sp_menu.close::after {
  content: "CLOSE";
}
#nav #sp_menu span {
  display: none;
}
#nav .sp_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 241, 220, 0.9);
}
#nav .sp_nav li {
  width: 20%;
  padding: 0.8rem 0;
}
#nav .sp_nav li:not(:last-child) > a, #nav .sp_nav li:not(:last-child) > button {
  border-right: 1px dotted var(--sub14);
}
#nav .sp_nav li > a, #nav .sp_nav li > button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  line-height: 1;
  padding: 3rem 0 0;
  position: relative;
  text-align: center;
  font-size: 1.2rem;
}
#nav .sp_nav li > a::before, #nav .sp_nav li > button::before {
  display: block;
  font-size: 2.6rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  color: var(--sub5);
}
#nav .sp_nav li > a.home::before, #nav .sp_nav li > button.home::before {
  font-family: "fontello";
  content: "\e80e";
}
#nav .sp_nav li > a.clinic::before, #nav .sp_nav li > button.clinic::before {
  font-family: "fontello";
  content: "\e80f";
}
#nav .sp_nav li > a.first::before, #nav .sp_nav li > button.first::before {
  font-family: "fontello";
  content: "\e811";
}
#nav .sp_nav li > a.access::before, #nav .sp_nav li > button.access::before {
  font-family: "fontello";
  content: "\e812";
}
#nav .gnav_subnav {
  display: none;
  width: 94vw;
  max-height: calc(var(--vh, 1vh) * 100 - 15rem);
  overflow-y: auto;
  background: var(--sub1);
  padding: 1.6rem;
  margin: auto;
  position: absolute;
  top: 7rem;
  left: 0;
  right: 0;
  z-index: 100;
}
#nav .gnav_subnav .gnav > li {
  border: dotted var(--sub14);
  border-width: 0 0 1px;
}
#nav .gnav_subnav .gnav > li:first-child {
  border-width: 1px 0;
}
#nav .gnav_subnav .gnav > li > a::before {
  content: "";
  width: 0;
  height: 0.3rem;
  background: var(--sub5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: left;
  padding: 1rem;
  position: relative;
  font-size: 1.4rem;
}
#nav .gnav_subnav .gnav > li a.current, #nav .gnav_subnav .gnav > li .sub.current {
  color: var(--sub5);
}
#nav .gnav_subnav .gnav > li a.current::before, #nav .gnav_subnav .gnav > li .sub.current::before {
  width: 100%;
}
#nav .gnav_subnav .gnav > li.reserve {
  display: none;
}
#nav .gnav_subnav .gnav > li .sub {
  gap: 0.4rem;
}
#nav .gnav_subnav .gnav > li .sub::after {
  font-family: "fontello";
  content: "\e899";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--sub11);
  font-size: 60%;
}
#nav .gnav_subnav .gnav > li .sub.close::after {
  font-family: "fontello";
  content: "\e80b";
}
#nav .gnav_subnav .gnav > li .subbox {
  display: none;
  padding-bottom: 1rem;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
  padding: 0.5rem;
  border-radius: 1rem;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li {
  width: 50%;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0.5rem 1rem;
  color: var(--clr_txt);
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a::before {
  font-family: "fontello";
  content: "\e80b";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: inline-block;
  font-size: 50%;
  margin-right: 0.2rem;
  color: var(--sub18);
  width: auto;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a.current {
  color: #fff;
  background: var(--sub5);
  border-radius: 1.5em;
}
#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(--sub5);
  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: "\e806";
  margin: 0 0.6rem 0 0;
}

@media screen and (min-width: 48em), print {
  #nav {
    width: auto;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  #nav.hide {
    -webkit-transform: translateY(-300%);
            transform: translateY(-300%);
  }
  #nav #sp_menu, #nav .sp_nav {
    display: none;
  }
  #nav .gnav_subnav {
    display: block !important;
    width: 100%;
    max-height: calc(var(--vh, 1vh) * 100);
    overflow-y: visible;
    padding: 0;
    position: static;
  }
  #nav .gnav_subnav .gnav {
    width: 1170px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
  }
  #nav .gnav_subnav .gnav > li {
    width: 100%;
    position: relative;
    border: none;
    border-width: 0;
    padding: 1rem 0;
  }
  #nav .gnav_subnav .gnav > li:first-child {
    border: none;
    border-width: 0;
  }
  #nav .gnav_subnav .gnav > li:first-child a {
    border-left: 2px dotted var(--sub14);
  }
  #nav .gnav_subnav .gnav > li:not(:last-child) {
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav > li > a, #nav .gnav_subnav .gnav > li .sub {
    border-right: 2px dotted var(--sub14);
  }
  #nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 1.8rem;
    padding: 0 1rem;
    margin: 0;
    cursor: pointer;
  }
  #nav .gnav_subnav .gnav > li a::before, #nav .gnav_subnav .gnav > li .sub::before {
    bottom: -1rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #nav .gnav_subnav .gnav > li a::after, #nav .gnav_subnav .gnav > li .sub::after {
    margin: 0 0 0 0.8rem;
  }
  #nav .gnav_subnav .gnav > li a:is(:hover, :focus-visible, .current), #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible, .current) {
    opacity: 1;
    color: var(--sub5);
  }
  #nav .gnav_subnav .gnav > li a:is(:hover, :focus-visible, .current)::before, #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible, .current)::before {
    width: 100%;
  }
  #nav .gnav_subnav .gnav > li .subbox {
    display: none;
    width: 41rem;
    position: absolute;
    z-index: 100;
    margin: 1rem 0;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav {
    padding: 1.3rem;
    gap: 1rem;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li {
    width: 18.5rem;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a {
    padding: 0.5rem 1rem;
    font-size: 1.6rem;
    border-radius: 1.5em;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a::before {
    margin-right: 0.5rem;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:is(:hover, :focus-visible, .current) {
    background: var(--sub5);
    color: #fff;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:is(:hover, :focus-visible, .current)::before {
    width: auto;
    color: #fff;
  }
  #nav .gnav_subnav #menu_close {
    display: none;
  }
}
.overview {
  padding: 4rem 1rem;
  font-size: 1.4rem;
  line-height: 1.6;
  background: var(--sub9);
}
.overview .clinic_name {
  margin: 0 0 2rem;
}
.overview .clinic_name img {
  max-width: 80%;
  margin: auto;
}
.overview .overview_access {
  margin-bottom: 1rem;
  text-align: center;
}
.overview .parking::before {
  font-family: "fontello";
  content: "\e80d";
  margin-right: 0.2rem;
}
.overview > .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 0;
}
.overview > .wrap > div {
  width: 100%;
  margin-bottom: 1rem;
}
.overview > .wrap .gaiyo {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.overview > .wrap .gaiyo dt {
  width: 30%;
  padding: 0.4rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--sub12);
  color: var(--clr_txt);
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
}
.overview > .wrap .gaiyo dt.lt1 {
  padding-left: 1em;
  letter-spacing: 1em;
}
.overview > .wrap .gaiyo dd {
  width: 70%;
  padding: 0.4rem;
  margin-bottom: 0.5rem;
}
.overview > .wrap .gaiyo dd .js-tel {
  font-size: 120%;
}
.overview > .wrap .overviewL .tbl_time {
  margin: 2rem 0;
}
.overview > .wrap .overviewR {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.overview > .wrap .overviewR .overview_tel_reserve {
  text-align: center;
  margin-bottom: 1rem;
}
.overview > .wrap .overviewR .overview_tel_reserve .js-tel {
  font-size: 2.5rem;
}
.overview > .wrap .overviewR .overview_tel_reserve .js-tel::before {
  font-family: "fontello";
  content: "\e809";
  color: var(--sub13);
  font-weight: normal;
}
.overview .gmap {
  height: 35rem;
}
.overview .tmap {
  margin: 0;
  width: 100%;
}
.overview .tmap .btn_map {
  background: var(--sub12);
  padding: 0.5rem 3rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border-radius: 1.5em;
}
.overview .tmap .btn_map::before {
  content: "";
  display: inline-block;
  background: url("../img/icon_map.svg") center center no-repeat;
  background-size: contain;
  margin-right: 0.5em;
  width: 1em;
  aspect-ratio: 21/19;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 8rem 0 4rem;
    font-size: 1.8rem;
  }
  .overview .clinic_name {
    margin: 0 0 4rem;
  }
  .overview .clinic_name img {
    max-width: 100%;
    width: 60rem;
  }
  .overview .overview_access {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 2.3rem 0 3.6rem;
  }
  .overview .overview_access .park {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 1em;
  }
  .overview .overview_access .park::before, .overview .overview_access .park::after {
    content: "";
    width: 3.2rem;
    border-bottom: 1px dotted;
  }
  .overview .overview_access .park::before {
    margin-right: 1rem;
  }
  .overview .overview_access .park::after {
    margin-left: 1rem;
  }
  .overview > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 4.8rem 0;
  }
  .overview > .wrap .gaiyo dt {
    padding: 1rem 0;
    margin-bottom: 1rem;
    width: 10rem;
    margin-right: 2.4rem;
  }
  .overview > .wrap .gaiyo dd {
    padding: 1rem 0;
    margin-bottom: 1rem;
    width: calc(100% - 12.4rem);
  }
  .overview > .wrap > div {
    width: 57rem;
    height: auto;
    margin: 0;
  }
  .overview > .wrap .overviewR {
    margin: 0;
  }
  .overview > .wrap .overviewR .overview_tel_reserve {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2.3rem;
  }
  .overview > .wrap .overviewR .overview_tel_reserve .js-tel {
    font-size: 4rem;
  }
  .overview > .wrap .overviewR .overview_tel_reserve .btn_rsv {
    font-size: 2rem;
    width: 24rem;
    height: 5.5rem;
  }
  .overview > .wrap .tmap .btn_map {
    font-size: 2rem;
    width: 35rem;
    text-align: center;
    padding: 1.3rem 0;
    border: 2px solid var(--sub12);
  }
  .overview > .wrap .tmap .btn_map:is(:hover, :focus-visible) {
    background: #fff;
  }
}
#tel_up {
  width: 100%;
  height: 4rem;
  background: #fff;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 -0.2rem 0.2rem rgba(102, 102, 102, 0.2);
          box-shadow: 0 -0.2rem 0.2rem rgba(102, 102, 102, 0.2);
}
#tel_up ul {
  width: calc(100% - 4rem);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
#tel_up ul li {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.4rem;
  height: 100%;
  text-align: center;
}
#tel_up ul li .js-tel {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-size: 1.8rem;
}
#tel_up ul li .js-tel::before {
  display: none;
}
#tel_up ul li .js-tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 0 0.4rem;
  height: 100%;
}
#tel_up ul li .js-tel a::before {
  font-family: "fontello";
  content: "\e809";
  color: var(--sub13);
}
#tel_up ul li .btn_rsv {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  border-radius: 0;
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  font-size: 1.6rem;
  text-align: center;
  padding: 1rem;
  line-height: 1;
  background: var(--sub13);
  overflow: hidden;
  position: relative;
  color: #fff;
  z-index: 101;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\33";
}
#tel_up #pageup .clip {
  display: block;
  font-size: 1rem;
  clip-path: inset(50%);
  color: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 0;
}

@media screen and (min-width: 48em), print {
  #tel_up {
    width: 6.7rem;
    height: 7.5rem;
    bottom: 4rem;
    right: 4rem;
    left: auto;
    background: none;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 100%;
    font-size: 3rem;
    background: url("../img/pagetop.svg");
    background-size: contain;
  }
  #tel_up #pageup::before {
    content: none;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
  background: var(--sub9);
}
.footer .copy {
  display: block;
  background: var(--sub17);
  color: #fff;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 3rem 0 0;
  }
  .footer .copy {
    margin: 2rem 0 0;
    font-size: 1.6rem;
    padding: 1.5rem 0;
  }
  .footer ul {
    display: block;
    text-align: center;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.6rem;
    margin: 0 0 1rem;
    -webkit-text-size-adjust: none;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
  .footer ul.gnav li:not(:first-child)::before {
    content: "|";
    margin: 0 1rem;
  }
  .footer ul.gnav .reserve {
    display: none;
  }
  .footer ul.subnav li:not(:last-child)::after {
    content: "|";
    margin: 0 1rem;
  }
}
body.index {
  background: var(--clr_bg);
}
@media screen and (min-width: 48em), print {
  body.index > .wrap {
    width: 100%;
  }
}

.keyvsl {
  width: 100%;
  position: relative;
  margin-top: 6.6rem;
}
.keyvsl::before {
  content: "";
  display: block;
  width: 100%;
  height: 10rem;
  z-index: 1;
  background: url("../img/bg_kv_curve.svg") center bottom no-repeat;
  background-size: 200%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: 24rem;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl .slick-list div img {
  height: 24rem !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}
.keyvsl #keyvsl .slick-dots {
  margin: 0.6rem 0 0;
  position: relative;
  z-index: 2;
}
.keyvsl #keyvsl .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.6rem;
}
.keyvsl > .wrap .catch {
  position: absolute;
  z-index: 1;
  background: var(--sub3);
  width: calc(100% - 2rem);
  bottom: -3.5em;
  margin: 1rem;
  font-size: 1.2rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 6em;
  border-radius: 3em;
  padding: 0.5rem;
}
.keyvsl > .wrap .catch span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px dotted var(--sub15);
  border-radius: 2.7em;
  position: relative;
}
.keyvsl > .wrap .catch span::before, .keyvsl > .wrap .catch span::after {
  content: "";
  background: url("../img/icon_tree.svg") center center no-repeat;
  background-size: contain;
  aspect-ratio: 54/67;
  height: 50%;
}
.keyvsl > .wrap .catch span::before {
  margin-right: 0.5rem;
}
.keyvsl > .wrap .catch span::after {
  margin-left: 0.5rem;
}
.keyvsl > .wrap .open li {
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: absolute;
  line-height: 1.3;
}
.keyvsl > .wrap .open li span span {
  font-size: 70%;
}
.keyvsl > .wrap .open .nairan {
  z-index: 2;
  background: rgba(255, 248, 233, 0.9);
  border: 0.5rem solid rgba(169, 193, 140, 0.9);
  font-size: 1.4rem;
  width: 10rem;
  top: 9rem;
  left: 10rem;
  color: #A9C18C;
}
.keyvsl > .wrap .open .kaiin {
  position: absolute;
  z-index: 1;
  background: rgba(169, 193, 140, 0.9);
  font-size: 1.7rem;
  color: #fff;
  width: 10rem;
  top: 9rem;
  left: 1rem;
}

@media screen and (min-width: 48em), print {
  .keyvsl {
    margin-top: 0;
  }
  .keyvsl::before {
    background-size: auto;
    height: 11.5rem;
  }
  .keyvsl #keyvsl {
    height: 69rem;
  }
  .keyvsl #keyvsl .slick-list div {
    font-size: 0;
  }
  .keyvsl #keyvsl .slick-list div img {
    height: 69rem !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 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 1170px;
    bottom: 0;
  }
  .keyvsl > .wrap .catch {
    width: 69rem;
    bottom: 0;
    font-size: 2.6rem;
    height: 13.4rem;
  }
  .keyvsl > .wrap .open .nairan {
    bottom: 1rem;
    top: auto;
    left: auto;
    right: 20rem;
    width: 18rem;
    font-size: 2.4rem;
  }
  .keyvsl > .wrap .open .kaiin {
    bottom: 1rem;
    top: auto;
    right: 1rem;
    left: auto;
    width: 21rem;
    font-size: 3.6rem;
  }
}
.index_timetable {
  padding: 5rem 1rem 1rem;
  background: var(--sub4);
}
@media screen and (min-width: 48em), print {
  .index_timetable .wrap {
    width: 100.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .index_timetable .wrap .tit_02 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: auto auto auto 0;
  }
  .index_timetable .wrap .tbl_time {
    width: 69rem;
  }
}

.index_bnr {
  padding: 1rem;
  background: var(--sub4);
}
.index_bnr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
.index_bnr img {
  margin: auto;
  border: 4px solid #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 0.5rem 0.5rem 0 var(--sub25);
          box-shadow: 0.5rem 0.5rem 0 var(--sub25);
}
@media screen and (min-width: 48em), print {
  .index_bnr {
    position: relative;
    z-index: 1;
    padding: 6rem 0 0;
  }
  .index_bnr ul {
    gap: 3rem;
  }
  .index_bnr img {
    border-radius: 2rem;
    border-width: 8px;
    -webkit-box-shadow: 1rem 1rem 0 var(--sub25);
            box-shadow: 1rem 1rem 0 var(--sub25);
  }
}

.info {
  padding: 2rem 1rem 8rem;
  background: url("../img/bg_grass_w.svg") center bottom no-repeat, url("../img/bg_news.svg") center bottom no-repeat, var(--sub4);
  background-size: contain;
}
.info .wrap {
  background: #fff;
  padding: 1rem 1rem 2rem;
  border-radius: 2rem 0 2rem 0;
}
.info .wrap dl {
  max-height: calc(100vw - 4rem);
  overflow-y: auto;
  overscroll-behavior-y: none;
  line-height: 1.5;
}
.info .wrap dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 0.3rem;
  margin: 0 0 0.6rem;
  font-size: 110%;
  color: var(--clr_txt);
  cursor: pointer;
}
.info .wrap dl dt::before {
  content: "";
  background: url("../img/arrow_news_open.svg") center center no-repeat;
  background-size: 98%;
  width: 1.2em;
  aspect-ratio: 1/1;
  text-align: center;
  margin-top: 0.2em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.info .wrap dl dt.close::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.info .wrap dl dt:not(:first-of-type) {
  margin: 1.6rem 0 0.6rem;
  padding: 1.6rem 0 0;
  border-top: 1px solid var(--sub4);
}
.info .wrap dl dt .cat002 {
  background: var(--main3);
  color: #fff;
  padding: 0.2em 0.3em;
}
.info .wrap dl dd {
  margin: 0 0 1.6rem;
  overflow: hidden;
}

@media screen and (min-width: 48em), print {
  .info {
    padding: 8rem 0;
    background-size: auto;
  }
  .info .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5rem 2.6rem 5rem 0;
    border-radius: 5rem 0 5rem 0;
    -webkit-box-shadow: 1rem 1rem 0 var(--sub6);
            box-shadow: 1rem 1rem 0 var(--sub6);
  }
  .info .wrap .tit_02 {
    width: 36.5rem;
  }
  .info .wrap .info_box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .info .wrap dl {
    max-height: 55rem;
  }
  .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 {
    text-decoration: underline;
  }
  .info .wrap dl dd {
    margin: 0 0 1.6rem;
  }
}
.feature {
  margin: 4rem 1rem;
}
.feature ol {
  counter-reset: number 0;
}
.feature ol li {
  counter-increment: number 1;
  position: relative;
  margin-bottom: 3rem;
}
.feature ol li::before {
  content: counter(number, decimal-leading-zero);
  font-family: "Quicksand", sans-serif;
  position: absolute;
  z-index: 1;
  background: var(--sub7);
  font-size: 3rem;
  font-weight: bold;
  aspect-ratio: 1/1;
  line-height: 1;
  width: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  top: -0.5em;
}
.feature ol li:nth-child(2n)::before {
  background: var(--sub8);
}
.feature ol li div {
  position: relative;
  line-height: 1.5;
}
.feature ol li div h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  text-align: center;
  margin: 1rem 0;
}
.feature ol li div h3::before, .feature ol li div h3::after {
  content: "";
  display: block;
  aspect-ratio: 59/56;
  background: center center no-repeat;
  background-size: contain;
  width: 3rem;
}
.feature ol li div h3::before {
  background-image: url("../img/title_leaf_l.svg");
  margin-right: 1rem;
}
.feature ol li div h3::after {
  background-image: url("../img/title_leaf_r.svg");
  margin-left: 1rem;
}
.feature ol li div p {
  margin: 0;
}
.feature ol li div::before, .feature ol li div::after {
  content: "";
  display: block;
  aspect-ratio: 680/445;
  width: 100%;
  border-radius: 3rem 0 3rem 0;
}
.feature ol li div::before {
  background: center center no-repeat;
  background-size: cover;
  border: 10px solid #fff;
}
.feature ol li div::after {
  border: 2px dotted var(--sub5);
  position: absolute;
  left: 0;
  top: 0;
}
.feature ol .feature_treatment div::before {
  background-image: url("../img/index_feature01.jpg");
}
.feature ol .feature_check div::before {
  background-image: url("../img/index_feature02.jpg");
}
.feature ol .feature_advice div::before {
  background-image: url("../img/index_feature03.jpg");
}
.feature ol .feature_soudan div::before {
  background-image: url("../img/index_feature04.jpg");
}

@media screen and (min-width: 48em), print {
  .feature {
    background: url("../img/bg_features_ciecle.png") center top no-repeat;
  }
  .feature ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 6.2rem;
    gap: 6.2rem 1rem;
  }
  .feature ol li {
    width: 56rem;
    margin: 0;
  }
  .feature ol li::before {
    left: 1.6rem;
    top: -3.3rem;
    width: 10rem;
    font-size: 5rem;
  }
  .feature ol li div::before {
    border-width: 1.8rem;
  }
  .feature ol li div h3 {
    font-size: 3.4rem;
    margin: 3rem 0;
  }
  .feature ol li div h3::before, .feature ol li div h3::after {
    width: 5.9rem;
  }
  .feature ol li div h3::before {
    margin-right: 5rem;
  }
  .feature ol li div h3::after {
    margin-left: 5rem;
  }
  .feature ol li div p {
    line-height: 1.8;
  }
}
.tre {
  background: url("../img/bg_medical.jpg") center center no-repeat;
  background-size: cover;
  padding: 4rem 2rem;
  position: relative;
}
.tre::before, .tre::after {
  content: "";
  display: block;
  width: 100%;
  height: 2rem;
  background: url("../img/bg_grass_w.svg") center bottom no-repeat;
  background-size: 300%;
  position: absolute;
  left: 0;
}
.tre::before {
  top: -1px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.tre::after {
  bottom: 0;
}
.tre .subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 2rem;
}
.tre .subnav li {
  width: calc((100% - 2rem) / 2);
  text-align: center;
  position: relative;
}
.tre .subnav li::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--sub9);
}
.tre .subnav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-size: 1.4rem;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
  color: var(--clr_txt);
  text-decoration: none;
}
.tre .subnav li a::before {
  content: "";
  aspect-ratio: 1/1;
  width: 1em;
  background: url("../img/arrow.svg") center center no-repeat;
  background-size: contain;
  margin-right: 0.3em;
}
.tre .subnav li a::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: calc(100% - 1rem);
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  aspect-ratio: 1/1;
  background: center center no-repeat;
  background-size: 60%;
  border: 2px dotted var(--sub5);
  left: 0.5rem;
  top: 0.5rem;
  border-radius: 50%;
  margin-bottom: 1rem;
}
.tre .subnav li.internal_medicine a::after {
  background-image: url("../img/icon_internal_medicine.svg");
}
.tre .subnav li.surgery a::after {
  background-image: url("../img/icon_surgery.svg");
}
.tre .subnav li.proctology a::after {
  background-image: url("../img/icon_surgery.svg");
}
.tre .subnav li.breast_surgery a::after {
  background-image: url("../img/icon_breast_surgery.svg");
}
.tre .subnav li.dermatology a::after {
  background-image: url("../img/icon_dermatology.svg");
}
.tre .subnav li.lifestyle_disease a::after {
  background-image: url("../img/icon_lifestyle_disease.svg");
}
.tre .subnav li.health_check a::after {
  background-image: url("../img/icon_health_check.svg");
}
.tre .subnav li.vaccination a::after {
  background-image: url("../img/icon_vaccination.svg");
}

@media screen and (min-width: 48em), print {
  .tre {
    padding: 7rem 0;
  }
  .tre::before, .tre::after {
    background-size: auto;
    height: 2rem;
  }
  .tre nav {
    width: 108rem;
    margin: auto;
  }
  .tre .subnav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4.7rem 6.5rem;
  }
  .tre .subnav li {
    width: 22rem;
  }
  .tre .subnav li::before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .tre .subnav li:is(:hover, :focus-visible)::before {
    background: var(--sub10);
  }
  .tre .subnav li a {
    font-size: 2.6rem;
  }
  .tre .subnav li a::after {
    top: 1rem;
    left: 1rem;
    width: calc(100% - 2rem);
  }
}
.index_greeting {
  background: url("../img/bg_greeting.svg") center bottom no-repeat;
  background-size: 100%;
  padding: 0 1rem 6rem;
  position: relative;
}
.index_greeting::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3rem;
  background: url("../img/bg_grass_b.svg") center bottom no-repeat;
  background-size: 300%;
}
.index_greeting .img {
  width: 80%;
  margin: auto;
  border-radius: 3rem 0 3rem 0;
  -webkit-box-shadow: 0.5rem 0.5rem 0 var(--sub5);
          box-shadow: 0.5rem 0.5rem 0 var(--sub5);
  margin-bottom: 2rem;
  position: relative;
}
.index_greeting .img img {
  border-radius: 3rem 0 3rem 0;
}
.index_greeting .img::before {
  content: "";
  display: block;
  position: absolute;
  background: url("../img/h2_icon.svg") center top no-repeat;
  background-size: contain;
  aspect-ratio: 51/64;
  width: 7rem;
  bottom: -2rem;
  right: 1rem;
}
.index_greeting .txt ul span {
  font-size: 130%;
}
.index_greeting .txt ul .btn_detail {
  background: var(--sub11);
  color: #fff;
  border: 2px solid var(--sub11);
}
.index_greeting .txt ul .btn_detail::before {
  color: #fff;
}
@media screen and (min-width: 48em), print {
  .index_greeting {
    padding: 3rem 0 13rem;
    margin: 0 !important;
  }
  .index_greeting::before {
    background-size: auto;
  }
  .index_greeting .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }
  .index_greeting .wrap::before {
    content: "";
    background: url("../img/icon_bird.svg");
    aspect-ratio: 110/77;
    display: block;
    width: 11rem;
    position: absolute;
    left: 1rem;
    top: -10rem;
  }
  .index_greeting .wrap .img {
    width: 36.5rem;
    margin: 0 1rem 0 3.3rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-shadow: 1rem 1rem 0 var(--sub5);
            box-shadow: 1rem 1rem 0 var(--sub5);
    border-radius: 5rem 0 5rem 0;
  }
  .index_greeting .wrap .img img {
    border-radius: 5rem 0 5rem 0;
  }
  .index_greeting .wrap .img::before {
    width: 10rem;
    bottom: -3rem;
  }
  .index_greeting .wrap .txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: 2.5;
    font-size: 2rem;
  }
  .index_greeting .wrap .txt ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.2rem;
  }
  .index_greeting .wrap .txt ul li:first-child {
    font-size: 2.2rem;
  }
  .index_greeting .wrap .txt ul li:first-child span {
    font-size: 2.8rem;
  }
  .index_greeting .wrap .txt ul li .btn_detail:is(:hover, :focus-visible) {
    background: #fff;
    color: var(--sub11);
  }
  .index_greeting .wrap .txt ul li .btn_detail:is(:hover, :focus-visible)::before {
    color: var(--sub11);
  }
}

body:where(:not(.index)) {
  background: var(--sub4);
}
body:where(:not(.index)) .sub_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
body:where(:not(.index)) > .wrap {
  background: var(--sub4) url("../img/bg_grass_b.svg") center bottom no-repeat;
  background-size: 300%;
  padding: 0 1rem 4rem;
}
body:where(:not(.index)) .main {
  padding: 3rem 1rem 2rem;
  margin-top: 2rem;
  background: var(--clr_bg);
  border-radius: 1rem;
}
body:where(:not(.index)) .main .btn_detail {
  display: block;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
body:where(:not(.index)) .main .tel {
  font-size: 120%;
}
@media screen and (min-width: 48em), print {
  body:where(:not(.index)) > .wrap {
    margin-top: 6rem;
    padding: 0 0 10rem;
    width: 100%;
    background-size: auto;
  }
  body:where(:not(.index)) .main {
    width: 100%;
    padding: 0 10rem 7rem;
    width: 1200px;
    margin: auto;
    border-radius: 2rem;
  }
  body:where(:not(.index)) .main > section:first-child {
    position: relative;
    padding-top: 13rem;
  }
  body:where(:not(.index)) .main > section:first-child .tit_02 {
    top: -3.2rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
  body:where(:not(.index)) .main .cf .img_l, body:where(:not(.index)) .main .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}

.breadnav {
  max-width: 100vw;
  margin: 1rem;
  overflow-x: auto;
}
.breadnav .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  white-space: nowrap;
}
.breadnav .breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadnav .breadcrumb li 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: 48em), print {
  .breadnav {
    width: 1170px;
    max-width: 100%;
    margin: 2rem auto 0;
    overflow-x: inherit;
  }
  .breadnav .breadcrumb {
    font-size: 1.4rem;
  }
  .breadnav .breadcrumb li:not(:last-child)::after {
    margin: 0 1rem;
  }
  .breadnav .breadcrumb li a:hover {
    opacity: 1;
    text-decoration: none;
  }
}
.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;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: var(--clr_txt);
  line-height: 1.4;
}
.gallery .gallery_slider div .slick-current .cap {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.gallery .gallery_slider div:first-child .cap {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.gallery .gallery_thum div img {
  cursor: pointer;
  border: 4px solid transparent;
}
.gallery .gallery_thum .slick-current div img {
  border: 4px solid var(--clr_txt);
}

@media screen and (min-width: 48em), print {
  .gallery {
    width: 75rem;
    margin: auto;
  }
  .gallery .gallery_slider {
    font-size: 1.6em;
  }
  .gallery .gallery_slider div .cap {
    font-size: 1.8rem;
    padding: 1rem;
  }
  .gallery .gallery_thum {
    width: calc(100% + 0.6rem);
  }
}
.device li {
  margin: 0 0 2rem;
}
.device li img {
  margin: 0 auto;
  max-width: 80%;
}
.device li span {
  display: block;
  text-align: center;
  color: var(--main2);
  font-size: 1.6rem;
  margin: 0.5em 0 0.4em;
  line-height: 1.6;
}

@media screen and (min-width: 48em), print {
  .device {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
  .device li {
    width: 32%;
  }
  .device li img {
    max-width: 100%;
  }
  .device li span {
    font-size: 2rem;
  }
}
.lst_flow {
  counter-reset: number 0;
}
.lst_flow dt {
  counter-increment: number 1;
  position: relative;
  padding-left: 1.8em;
}
.lst_flow dt::before {
  display: inline-block;
  content: counter(number, decimal-leading-zero) ".";
  color: var(--clr_txt);
  font-weight: bold;
  position: absolute;
  left: 0;
}
.lst_flow dd {
  margin: 0;
  position: relative;
}
.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: -5rem;
  left: 0;
  right: 0;
  border-top: 2rem solid var(--clr_txt);
  border-right: 2rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 2rem solid transparent;
  margin: auto;
}
.lst_flow > li {
  counter-increment: number 1;
  position: relative;
  background: var(--sub9);
  padding: 1rem;
  border-radius: 1rem;
}
.lst_flow > li .tit_lst_flow {
  position: relative;
  padding-left: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lst_flow > li .tit_lst_flow::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  content: counter(number, decimal-leading-zero);
  color: var(--clr_txt);
  font-weight: bold;
  position: absolute;
  background: var(--sub24);
  color: var(--sub11);
  width: 2em;
  line-height: 1;
  aspect-ratio: 1/1;
  left: 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: -5rem;
  left: 0;
  right: 0;
  border-top: 2rem solid var(--sub5);
  border-right: 2rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 2rem solid transparent;
  margin: auto;
}

.lst_btn li {
  margin: 1rem 0;
}

@media screen and (min-width: 48em), print {
  .lst_flow dd:not(:last-child) {
    margin: 0 0 10rem;
  }
  .lst_flow dd:not(:last-child)::after {
    bottom: -7rem;
  }
  .lst_flow > li {
    padding: 2rem 2.2rem;
    border-radius: 2rem;
  }
  .lst_flow > li .tit_lst_flow {
    font-size: 2.6rem;
  }
  .lst_flow > li div {
    margin: 0.5rem 0 0;
    padding-left: 6.7rem;
  }
  .lst_flow > li p {
    margin: 0.5rem 0;
  }
  .lst_flow > li:not(:last-child) {
    margin: 0 0 10rem;
  }
  .lst_flow > li:not(:last-child)::after {
    bottom: -7rem;
  }
  .lst_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.5rem;
  }
}
body.access .main .gmap {
  height: 100vw;
  margin: 2rem 0;
}
@media screen and (min-width: 48em), 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;
  }
}

body.health_check .tit_03,
body.vaccination .tit_03,
body.breast_surgery .tit_03 {
  background-color: #EC8282;
  color: #fff;
}

body.breast_surgery .tit_04::before {
  background: var(--main3);
}

.anc li {
  display: -webkit-box;
  display: -ms-flexbox;
  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: 48em), print {
  .anc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.vaccination .table_1 th, body.vaccination .table_1 td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 90%;
}
body.vaccination .table_1 th {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: 48em), 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 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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%;
  }
}
body.vaccination .btn_vaccination::before {
  font-family: "fontello";
  content: "\e809";
  margin-right: 0.1em;
}

body.first .main .lst_cashless {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}

.table_0 {
  margin: 1rem 0 0 0 !important;
}
.table_0 .backline {
  background: #ffeaea;
  padding: 0 0.1rem;
}

.txt_box {
  background: var(--sub21);
}

.mar {
  margin: 2em 0 0;
}

@media screen and (min-width: 48em), print {
  .table_0 .backline {
    padding: 0.3rem 0.5rem;
  }
}
/*# sourceMappingURL=style.css.map */