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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  word-wrap: break-word;
}

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

h5, h6 {
  margin: 0;
}

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

p {
  margin: 0 0 1em;
}
p:last-child {
  margin: 0;
}

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

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

a[class=nolink] {
  pointer-events: none;
}
a[class=nolink]:focus-visible {
  outline: 1px solid #999;
  opacity: 0.5;
}

:root {
  --clr_txt: #333;
  --rgb_txt: 51, 51, 51;
  --clr_green_dark: #59694C;
  --rgb_green_dark: 89, 105, 76;
  --clr_green_dark2: #238E3E;
  --rgb_green_dark2: 35, 142, 62;
  --clr_green: #B4CF9E;
  --rgb_green: 180, 207, 158;
  --clr_green_light: #EAF2E4;
  --rgb_green_light: 234, 242, 228;
  --clr_green_light2: #E9F0D8;
  --rgb_green_light2: 233, 240, 216;
  --clr_yellow_dark: #FDF790;
  --rgb_yellow_dark: 253, 247, 144;
  --clr_yellow_dark2: #FAEE00;
  --rgb_yellow_dark2: 250, 238, 0;
  --clr_yellow: #FDFBE0;
  --rgb_yellow: 253, 251, 224;
  --clr_blue: #9DBFCF;
  --rgb_blue: 157, 191, 207;
  --clr_blue_light: #E1ECF1;
  --rgb_blue_light: 225, 236, 241;
  --clr_pink_dark: #F0B3B7;
  --rgb_pink_dark: 240, 179, 183;
  --clr_pink: #F9E3E5;
  --rgb_pink: 249, 227, 229;
  --clr_brown: #BBAAA2;
  --rgb_brown: 187, 170, 162;
  --clr_gray: #EAE7E4;
  --rgb_gray: 234, 231, 228;
}

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

:root {
  --padding110: calc((100% - 110rem) / 2);
}

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

@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
@keyframes bgzoom {
  100% {
    background-size: 120% auto;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_down {
  0% {
    opacity: 0;
    transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade_up {
  0% {
    opacity: 0;
    transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade_right {
  0% {
    opacity: 0;
    transform: translateX(2rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade_left {
  0% {
    opacity: 0;
    transform: translateX(-2rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes clip_center {
  0% {
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
  }
}
@keyframes clip_left {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
  }
}
@keyframes clip_right {
  0% {
    clip-path: polygon(100% 0, 100% 1%, 100% 100%, 100% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
  }
}
@keyframes clip_top {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
  }
}
.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

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

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

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

.bold {
  font-weight: bold;
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

.txt_strong {
  background: linear-gradient(to bottom, transparent 60%, var(--clr_yellow_dark2) 60%);
}

.img_c {
  margin: 1rem auto;
  border-radius: 0.6rem 0.6rem 0.6rem 0.6rem;
}
@media screen and (min-width: 48em), print {
  .img_c {
    border-radius: 1.2rem 1.2rem 1.2rem 1.2rem;
  }
}
.img_c.w40 {
  max-width: 80%;
  margin: 0 auto 2rem;
}

.img_l, .img_r {
  max-width: 80%;
  margin: 1rem auto 2rem;
  border-radius: 0.6rem 0.6rem 0.6rem 0.6rem;
}
@media screen and (min-width: 48em), print {
  .img_l, .img_r {
    border-radius: 1.2rem 1.2rem 1.2rem 1.2rem;
  }
}

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

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

@media screen and (min-width: 48em), print {
  .img_c.w40 {
    max-width: 40%;
    margin: 0 auto 4rem;
  }
  .img_l {
    float: left;
    margin: 0 3rem 2rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 3rem;
  }
  img.tate {
    max-width: 25% !important;
  }
  .img_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4rem 0;
  }
  .img_wrap img {
    margin: 0;
    max-width: 48%;
  }
  .img_wrap img:not(:last-of-type) {
    margin: 0;
  }
}
.sp_n {
  display: none;
}

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

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

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

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

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

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

.mth2 {
  margin-top: 5rem !important;
}

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

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

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

@media screen and (min-width: 48em), print {
  .mt50 {
    margin-top: 10rem !important;
  }
  .mt40 {
    margin-top: 8rem !important;
  }
  .mt30 {
    margin-top: 6rem !important;
  }
  .mt20 {
    margin-top: 4rem !important;
  }
  .mt10 {
    margin-top: 2rem !important;
  }
  body:not(.index) .main > section ~ section, body:not(.index) .flex2 > section ~ section {
    margin-top: 10rem;
  }
  body:not(.index) .main > section section ~ section, body:not(.index) .flex2 > section section ~ section {
    margin-top: 8rem;
  }
  body:not(.index) .main > section > section section ~ section, body:not(.index) .flex2 > section > section section ~ section {
    margin-top: 6rem;
  }
  body:not(.index) .main > section > section > section section ~ section, body:not(.index) .flex2 > section > section > section section ~ section {
    margin-top: 6rem;
  }
  .mth2 {
    margin-top: 10rem !important;
  }
  .mth3 {
    margin-top: 8rem !important;
  }
  .mth4 {
    margin-top: 6rem !important;
  }
  .mth5 {
    margin-top: 6rem !important;
  }
}
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
.tbl_time caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 1rem;
  line-height: 2;
}
.tbl_time caption .green {
  color: var(--clr_green_dark);
}
.tbl_time caption .closed {
  background: var(--clr_pink_dark);
  color: #fff;
  font-weight: 600;
  display: inline-block;
  padding: 0 1.3em;
  margin: 0 0.5em 0 0;
  border-radius: 3px 3px 3px 3px;
  line-height: 1.8;
}
@media screen and (min-width: 48em), print {
  .tbl_time caption .closed {
    border-radius: 6px 6px 6px 6px;
  }
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 1rem 0.4rem;
  text-align: center;
  background: var(--clr_green);
}
.tbl_time tr th[scope=col]:first-child {
  width: 30%;
  border-radius: 1rem 0 0 0;
}
@media screen and (min-width: 48em), print {
  .tbl_time tr th[scope=col]:first-child {
    border-radius: 2rem 0 0 0;
  }
}
.tbl_time tr th[scope=col]:last-child {
  border-radius: 0 1rem 0 0;
}
@media screen and (min-width: 48em), print {
  .tbl_time tr th[scope=col]:last-child {
    border-radius: 0 2rem 0 0;
  }
}
.tbl_time tr th[scope=row] {
  background: #fff;
  border-radius: 0 0 0 1rem;
}
@media screen and (min-width: 48em), print {
  .tbl_time tr th[scope=row] {
    border-radius: 0 0 0 2rem;
  }
}
.tbl_time tr td {
  text-align: center;
  padding: 1.4rem 0.4rem;
  line-height: 1;
  background: #fff;
  color: var(--clr_green_dark);
}
.tbl_time tr td:last-child {
  border-radius: 0 0 1rem 0;
}
@media screen and (min-width: 48em), print {
  .tbl_time tr td:last-child {
    border-radius: 0 0 2rem 0;
  }
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 1.8rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 1.6rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 24%;
    padding: 1.6rem 0 1.6rem 4rem;
  }
  .tbl_time tr th[scope=col]:last-child {
    width: 17%;
    padding: 1.6rem 5rem 1.6rem 0;
  }
  .tbl_time tr th[scope=row] {
    padding: 0 0 0 4rem;
  }
  .tbl_time tr td {
    padding: 2.1rem 0;
  }
  .tbl_time tr td:last-child {
    padding: 2.1rem 5rem 2.1rem 0;
  }
}
.tbl_basic {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  border: 1px solid var(--clr_green);
  font-size: 1rem;
}
.tbl_basic tr th {
  padding: 0.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-weight: 600;
}
.tbl_basic tr th[scope=col] {
  background: var(--clr_brown);
  color: #fff;
  border-bottom: 1px solid var(--clr_brown);
}
.tbl_basic tr th[scope=col]:not(:last-child) {
  border-right: 1px solid #fff;
}
.tbl_basic tr th[scope=row] {
  background: var(--clr_yellow);
  border: 1px solid var(--clr_green);
}
.tbl_basic tr td {
  padding: 0.4rem;
  border: 1px solid var(--clr_green);
}

@media screen and (min-width: 48em), print {
  .tbl_basic {
    font-size: inherit;
  }
  .tbl_basic tr th {
    padding: 1rem;
  }
  .tbl_basic tr td {
    padding: 1rem;
  }
}
.gmap {
  width: 100%;
  border-radius: 1rem 1rem 1rem 1rem;
  overflow: hidden;
}
@media screen and (min-width: 48em), print {
  .gmap {
    border-radius: 2rem 2rem 2rem 2rem;
  }
}

.tit_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 10rem;
  background: url(../img/tit_01.jpg) no-repeat center center/auto 100%;
  font-size: 2.2rem;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  padding: 1rem;
  margin: 0 1rem;
  border-radius: 1.5rem 1.5rem 1.5rem 1.5rem;
  text-align: center;
  color: var(--clr_green_dark);
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-weight: 600;
}
@media screen and (min-width: 48em), print {
  .tit_01 {
    border-radius: 3rem 3rem 3rem 3rem;
  }
}

.tit_02 {
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  margin: 0 auto 2rem;
  padding: 0 0 0.5rem;
  color: var(--clr_green_dark);
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-weight: 600;
  border-bottom: 2px solid var(--clr_green);
}

.tit_03 {
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--clr_green_dark2);
  background: var(--clr_green_light) url(../img/icon_flower.svg) no-repeat left 0.5em top 0.6em/0.85em auto;
  border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
  padding: 0.5rem 1rem 0.5rem 1.8em;
}
@media screen and (min-width: 48em), print {
  .tit_03 {
    border-radius: 0.6rem 0.6rem 0.6rem 0.6rem;
  }
}

.tit_04 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--clr_green_dark);
}
.tit_04::after {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, var(--clr_yellow_dark2) 5.5em, var(--clr_gray) 5.5em);
  display: block;
  margin: 0.5rem 0 0;
}

.tit_05 {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0 0 1rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--clr_green_dark2);
  position: relative;
  padding: 0 0 0 1rem;
}
.tit_05::before {
  content: "";
  width: 6px;
  height: 90%;
  background: var(--clr_green_dark2);
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.tit_06 {
  font-size: 1.3rem;
  line-height: 1.4;
  margin: 0 0 1rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-weight: 600;
  letter-spacing: 0.05em;
  width: fit-content;
  background: var(--clr_brown);
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 3px 3px 3px 3px;
}
@media screen and (min-width: 48em), print {
  .tit_06 {
    border-radius: 6px 6px 6px 6px;
  }
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    min-height: 25rem;
    background: url(../img/tit_01.jpg) no-repeat center center/180rem auto;
    font-size: 3rem;
    width: min(98%, 180rem);
    margin: auto;
  }
  .tit_01 br {
    display: none;
  }
  .tit_02 {
    font-size: 3rem;
    margin: 0 auto 4rem;
    padding: 0 0 1rem;
  }
  .tit_03 {
    font-size: 2.8rem;
    margin: 0 0 3rem;
    padding: 1rem 2rem 1rem 2em;
    background-position: left 0.7em top 0.6em;
  }
  .tit_04 {
    font-size: 2.6rem;
    margin: 0 0 3rem;
  }
  .tit_04::after {
    height: 3px;
  }
  .tit_05 {
    font-size: 2.4rem;
    margin: 0 0 2rem;
    padding: 0 0 0 2rem;
  }
  .tit_05::before {
    width: 8px;
  }
  .tit_06 {
    font-size: 2rem;
    margin: 0 0 2rem;
    padding: 0.5rem 2rem;
  }
}
.lst_ul {
  line-height: 1.4;
  margin: 1rem 0;
}
.lst_ul > li {
  padding: 0 0 0 1.2em;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul > li::before {
  content: "●";
  color: var(--clr_green);
  position: absolute;
  left: 0;
  top: 0.4em;
  font-size: 65%;
}
.lst_ul.kome > li::before {
  content: "※";
  font-size: 100%;
  top: 0;
  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) ".";
  color: var(--clr_green_dark);
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-weight: 600;
  position: absolute;
  left: 0;
}

.lst_dl01 dt {
  font-weight: bold;
}
.lst_dl01 dd {
  margin: 0 0 1rem;
}
.lst_dl01.dt1em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt1em > dt {
  width: 1em;
}
.lst_dl01.dt1em > dd {
  width: calc(100% - 1em);
}
.lst_dl01.dt2em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt2em > dt {
  width: 2em;
}
.lst_dl01.dt2em > dd {
  width: calc(100% - 2em);
}
.lst_dl01.dt3em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt3em > dt {
  width: 3em;
}
.lst_dl01.dt3em > dd {
  width: calc(100% - 3em);
}
.lst_dl01.dt4em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt4em > dt {
  width: 4em;
}
.lst_dl01.dt4em > dd {
  width: calc(100% - 4em);
}
.lst_dl01.dt5em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt5em > dt {
  width: 5em;
}
.lst_dl01.dt5em > dd {
  width: calc(100% - 5em);
}
.lst_dl01.dt6em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt6em > dt {
  width: 6em;
}
.lst_dl01.dt6em > dd {
  width: calc(100% - 6em);
}
.lst_dl01.dt7em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt7em > dt {
  width: 7em;
}
.lst_dl01.dt7em > dd {
  width: calc(100% - 7em);
}
.lst_dl01.dt8em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt8em > dt {
  width: 8em;
}
.lst_dl01.dt8em > dd {
  width: calc(100% - 8em);
}
.lst_dl01.dt9em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt9em > dt {
  width: 9em;
}
.lst_dl01.dt9em > dd {
  width: calc(100% - 9em);
}
.lst_dl01.dt10em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt10em > dt {
  width: 10em;
}
.lst_dl01.dt10em > dd {
  width: calc(100% - 10em);
}
@media screen and (min-width: 48em), print {
  .lst_dl01 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .lst_dl01 dt {
    width: 20%;
  }
  .lst_dl01 dd {
    width: 80%;
    padding: 0 0 0 1rem;
  }
}

.lst_dl02 {
  border: 1px solid var(--clr_green);
  border-top: none;
  margin: 1em 0;
}
.lst_dl02 dt {
  padding: 0.5rem 1rem;
  border-top: 1px solid var(--clr_green);
  border-bottom: 1px solid var(--clr_green);
  background: var(--clr_green_light);
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-weight: 600;
}
.lst_dl02 dd {
  padding: 1rem;
  background: #fff;
}
.lst_dl02.price dt, .lst_dl02.price dd {
  text-align: center;
}
.lst_dl02.price dt {
  background: var(--clr_yellow);
}
@media screen and (min-width: 48em), print {
  .lst_dl02 {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid var(--clr_green);
  }
  .lst_dl02 dt, .lst_dl02 dd {
    width: 50%;
    padding: 1rem 2rem;
  }
  .lst_dl02 dt {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-top: none;
    border-right: 1px solid var(--clr_green);
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-weight: 600;
  }
  .lst_dl02 dt:last-of-type {
    border-bottom: none;
  }
  .lst_dl02 dd {
    display: flex;
    align-items: center;
  }
  .lst_dl02 dd:not(:last-of-type) {
    border-bottom: 1px solid var(--clr_green);
  }
  .lst_dl02.dt_small dt {
    width: 30%;
  }
  .lst_dl02.dt_small dd {
    width: 70%;
  }
  .lst_dl02.price dd {
    text-align: right;
    justify-content: flex-end;
  }
}

.lst_flow {
  counter-reset: number 0;
}
.lst_flow > li {
  background: #fff;
  border: 2px solid var(--clr_green_light);
  border-radius: 1rem 1rem 1rem 1rem;
  padding: 1rem;
  position: relative;
}
@media screen and (min-width: 48em), print {
  .lst_flow > li {
    border-radius: 2rem 2rem 2rem 2rem;
  }
}
.lst_flow > li .tit {
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: var(--clr_green_dark);
  margin: 0 0 1rem;
  line-height: 1.4;
}
.lst_flow > li .tit::before {
  counter-increment: number 1;
  content: counter(number) ". ";
}
.lst_flow > li:not(:last-of-type) {
  margin: 0 0 4rem;
}
.lst_flow > li:not(:last-of-type)::after {
  content: "";
  width: 7rem;
  height: 1.3rem;
  background: var(--clr_green);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -3rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 48em), print {
  .lst_flow > li {
    padding: 3rem;
    border: 3px solid var(--clr_green_light);
  }
  .lst_flow > li .tit {
    font-size: 2.4rem;
    margin: 0 0 2rem;
  }
  .lst_flow > li:not(:last-of-type) {
    margin: 0 0 7rem;
  }
  .lst_flow > li:not(:last-of-type)::after {
    width: 14rem;
    height: 2.6rem;
    bottom: -5.5rem;
  }
}

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

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

@media screen and (min-width: 48em), print {
  .flex {
    gap: 1rem 5rem;
  }
  .flex2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .flex2 > section, .flex2 > li, .flex2 > div {
    width: 48%;
    margin-top: 0 !important;
  }
  .flex2.lst_ul > li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .flex2.gap {
    gap: 4rem;
  }
  .flex3 {
    justify-content: flex-start;
  }
  .flex3 li {
    width: 31%;
  }
  .flex3 li:not(:nth-child(3n)) {
    margin: 0 2rem 0 0;
  }
}
.tel_style {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 0 0.2em;
  color: var(--clr_green_dark2);
  font-family: "Crimson Text", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.tel_style::before {
  content: "tel. ";
}

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

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

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

.btn_rsv {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.6rem;
  padding: 1rem 2rem;
  background: var(--clr_blue);
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  border-radius: 0.6rem 0.6rem 0.6rem 0.6rem;
  outline: 1px dotted #fff;
  outline-offset: -4px;
}
@media screen and (min-width: 48em), print {
  .btn_rsv {
    border-radius: 1.2rem 1.2rem 1.2rem 1.2rem;
  }
}
.btn_rsv::before {
  font-family: "fontello";
  content: "\e80b";
}
@media screen and (min-width: 48em), print {
  .btn_rsv {
    padding: 1.4rem 4rem 1.4rem 4.5rem;
    gap: 0 1rem;
    outline-offset: -5px;
  }
  .btn_rsv:is(:hover, :focus-visible) {
    opacity: 1;
    filter: brightness(110%);
  }
}

.btn_yellow, .btn_green {
  display: inline-block;
  padding: 1rem 2rem;
  min-width: 60%;
  text-align: center;
  line-height: 1.4;
  border-radius: 0.6rem 0.6rem 0.6rem 0.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-decoration: none !important;
  outline-offset: -3px;
}
@media screen and (min-width: 48em), print {
  .btn_yellow, .btn_green {
    border-radius: 1.2rem 1.2rem 1.2rem 1.2rem;
  }
}
@media screen and (min-width: 48em), print {
  .btn_yellow, .btn_green {
    min-width: 0;
    padding: 1.8rem 6rem;
    outline-offset: -5px;
  }
  .btn_yellow:is(:hover, :focus-visible), .btn_green:is(:hover, :focus-visible) {
    opacity: 1;
    filter: brightness(110%);
  }
}

.btn_yellow {
  background: var(--clr_yellow_dark);
  outline: 1px dotted var(--clr_brown);
}

.btn_green {
  background: var(--clr_green);
  color: #fff;
  outline: 1px dotted #fff;
}

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

.btn_insta {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/btn_insta.webp) no-repeat center/100% auto;
  color: #fff;
  border-radius: 0.6rem 0.6rem 0.6rem 0.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-weight: 700;
  text-align: center;
  padding: 1.3rem 2rem;
  line-height: 1.1;
  width: fit-content;
  position: relative;
  z-index: 1;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
@media screen and (min-width: 48em), print {
  .btn_insta {
    border-radius: 1.2rem 1.2rem 1.2rem 1.2rem;
  }
}
.btn_insta::before {
  content: "";
  width: 65%;
  height: 2rem;
  position: absolute;
  bottom: 0rem;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/btn_insta_deco.svg) no-repeat center/100% auto;
  z-index: -1;
}
@media screen and (min-width: 48em), print {
  .btn_insta {
    padding: 2rem 3.3rem;
  }
  .btn_insta::before {
    height: 3.5rem;
  }
  .btn_insta:is(:hover, :focus-visible) {
    opacity: 1;
    filter: brightness(110%);
  }
}

.lst_anc {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.lst_anc li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  padding: 1rem 2rem;
  text-align: center;
  line-height: 1.4;
  border-radius: 0.6rem 0.6rem 0.6rem 0.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-decoration: none !important;
  outline-offset: -3px;
  background: var(--clr_yellow_dark);
  outline: 1px dotted var(--clr_brown);
}
@media screen and (min-width: 48em), print {
  .lst_anc li a {
    border-radius: 1.2rem 1.2rem 1.2rem 1.2rem;
  }
}
.lst_anc li a::after {
  font-family: "fontello";
  content: "\f004";
  font-size: 80%;
}
@media screen and (min-width: 48em), print {
  .lst_anc {
    gap: 2rem;
  }
  .lst_anc li a {
    padding: 1.8rem 6rem;
    outline-offset: -5px;
  }
  .lst_anc li a:is(:hover, :focus-visible) {
    opacity: 1;
    filter: brightness(110%);
  }
}

@media screen and (min-width: 48em), print {
  .slick-arrow {
    position: absolute;
    cursor: pointer;
    line-height: 0;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    width: 5rem;
    height: 5rem;
    top: 25rem;
  }
  .slick-arrow::before {
    font-size: 5rem;
    color: var(--clr_green);
    transition: 0.3s;
  }
  .slick-arrow.slick-prev {
    left: -6rem;
  }
  .slick-arrow.slick-prev::before {
    font-family: "fontello";
    content: "\e4a1";
  }
  .slick-arrow.slick-next {
    right: -6rem;
  }
  .slick-arrow.slick-next::before {
    font-family: "fontello";
    content: "\e4a2";
  }
  .slick-arrow.slick-disabled {
    cursor: auto;
  }
  .slick-arrow.slick-disabled::before {
    display: none;
  }
  .slick-arrow:is(:hover, :focus-visible)::before {
    filter: brightness(110%);
  }
}
.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 1rem auto;
}
.slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.2rem;
}
.slick-dots li button {
  padding: 50%;
  display: block;
  font-size: 0;
  cursor: pointer;
  opacity: 0.25;
  border-radius: 50%;
  background: var(--clr_green);
}
.slick-dots li button:is(:hover, :focus-visible) {
  opacity: 0.8;
}
.slick-dots li.slick-active button {
  opacity: 0.75;
}

@media screen and (min-width: 48em), print {
  .slick-dots {
    margin: 1.6rem auto;
  }
  .slick-dots li {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 0.6rem;
  }
}
html {
  font-size: 3.125vw;
  scroll-behavior: smooth;
}

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

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

.main {
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.main a:not([class*=btn], [href*="tel:"]) {
  text-decoration: underline;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: calc(1200px + 40px);
  }
  body::after {
    display: none;
  }
  a, button {
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1200px;
    margin: auto;
  }
  .main {
    font-size: 1.8rem;
    line-height: 2;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    text-decoration: none;
  }
}
:target {
  scroll-margin-top: 1rem;
}

.header {
  position: relative;
}
.header .add {
  display: none;
}
.header > .wrap .logo {
  width: 100%;
  height: 6.6rem;
  padding: 1rem;
  background: #fff;
}
.header > .wrap .logo a {
  display: block;
  width: calc(100% - 5.6rem);
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
}
.header > .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
  color: transparent;
}
.header > .wrap .headR {
  display: none;
}

@media screen and (min-width: 48em), print {
  .header .add {
    display: block;
    background: var(--clr_green);
    color: var(--clr_green_dark);
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-align: right;
    padding: 0.8rem var(--padding110);
    margin: 0;
    font-size: 1.6rem;
  }
  .header .add br {
    display: none;
  }
  .header > .wrap {
    padding: 1rem 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 110rem;
  }
  .header > .wrap .logo {
    width: 50rem;
    height: 8rem;
    padding: 0;
    position: relative;
    z-index: 101;
    background: none;
  }
  .header > .wrap .logo a {
    width: 100%;
  }
  .header > .wrap .headR {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 2rem;
    width: calc(100% - 50rem);
    text-align: right;
    padding: 1rem 0 0;
  }
  .header > .wrap .headR ul li.acs {
    margin: 0 0 0.5rem;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
  }
  .header > .wrap .headR ul li .tel_style {
    font-size: 3.8rem;
  }
  .header > .wrap .headR .btn_insta {
    font-size: 2rem;
    padding: 1.8rem 2.5rem;
  }
  .header > .wrap .headR .btn_insta::before {
    width: 85%;
    height: 2.5rem;
  }
}
#nav {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  background: var(--clr_green);
  border-radius: 0.6rem;
  padding: 0;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 101;
  transition: 0.5s;
}
#nav #sp_menu.hide {
  transform: translateY(-220%);
}
#nav #sp_menu span {
  width: 2.5rem;
  height: 2px;
  background: #fff;
  position: absolute;
  transition: 0.5s;
  transform: translate(-50%, -50%);
}
#nav #sp_menu span:nth-of-type(1) {
  top: 33%;
  left: 50%;
}
#nav #sp_menu span:nth-of-type(2) {
  top: 50%;
  left: 50%;
}
#nav #sp_menu span:nth-of-type(3) {
  top: 67%;
  left: 50%;
}
#nav #sp_menu.close span {
  top: 50%;
}
#nav #sp_menu.close span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center;
}
#nav #sp_menu.close span:nth-of-type(2) {
  opacity: 0;
}
#nav #sp_menu.close span:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
  transform-origin: center;
}
#nav .gnav_subnav {
  width: 75%;
  height: 100dvh;
  overflow-y: auto;
  background: #fff;
  padding: 7rem 1rem 1.6rem;
  margin: auto;
  position: absolute;
  top: 0;
  right: -100%;
  visibility: hidden;
  z-index: 100;
  transition: 0.8s;
}
#nav .gnav_subnav.show {
  right: 0;
  opacity: 1;
  visibility: visible;
}
#nav .gnav_subnav .gnav > li > a, #nav .gnav_subnav .gnav > li .sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}
#nav .gnav_subnav .gnav > li > a > span, #nav .gnav_subnav .gnav > li .sub > span {
  border-bottom: 1px solid transparent;
}
#nav .gnav_subnav .gnav > li > a.current, #nav .gnav_subnav .gnav > li .sub.current {
  color: var(--clr_green_dark2);
}
#nav .gnav_subnav .gnav > li > a.current span, #nav .gnav_subnav .gnav > li .sub.current span {
  border-bottom: 1px solid var(--clr_green_dark2);
}
#nav .gnav_subnav .gnav > li .sub {
  gap: 0.3rem;
}
#nav .gnav_subnav .gnav > li .sub::after {
  font-family: "fontello";
  content: "\f004";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  color: var(--clr_green_dark2);
  font-size: 90%;
}
#nav .gnav_subnav .gnav > li .sub.close::after {
  transform: rotateX(180deg);
}
#nav .gnav_subnav .gnav > li .subbox {
  display: none;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
  border-radius: 0.6rem 0.6rem 0.6rem 0.6rem;
  padding: 0.5rem 0;
}
@media screen and (min-width: 48em), print {
  #nav .gnav_subnav .gnav > li .subbox {
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
  }
}
@media screen and (min-width: 48em), print {
  #nav .gnav_subnav .gnav > li .subbox {
    border-radius: 1.2rem 1.2rem 1.2rem 1.2rem;
  }
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a {
  display: block;
  padding: 1rem;
  color: var(--clr_txt);
  font-size: 1.25rem;
  border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 48em), print {
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a {
    border-radius: 0.6rem 0.6rem 0.6rem 0.6rem;
  }
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a br {
  display: none;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a span {
  font-size: 80%;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a.current {
  background: var(--clr_green_dark2);
  color: #fff;
}

@media screen and (min-width: 48em), print {
  #nav {
    width: auto;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    transition: 0.8s;
  }
  #nav.hide {
    transform: translateY(-300%);
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block !important;
    width: 100%;
    height: auto;
    overflow-y: visible;
    padding: 0;
    position: static;
    visibility: visible;
  }
  #nav .gnav_subnav .gnav {
    width: 104rem;
    margin: auto;
    padding: 0.5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
  }
  #nav .gnav_subnav .gnav > li {
    flex: auto;
    position: relative;
  }
  #nav .gnav_subnav .gnav > li:not(:last-child) {
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav > li.priv_wrap {
    display: none;
  }
  #nav .gnav_subnav .gnav > li > a, #nav .gnav_subnav .gnav > li .sub {
    justify-content: center;
    text-align: center;
    font-size: 1.8rem;
    margin: 0;
    cursor: pointer;
    text-indent: 0.05em;
  }
  #nav .gnav_subnav .gnav > li > a > span, #nav .gnav_subnav .gnav > li .sub > span {
    transition: 0.3s;
  }
  #nav .gnav_subnav .gnav > li > a:is(:hover, :focus-visible, .current), #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible, .current) {
    color: var(--clr_green_dark2);
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li > a:is(:hover, :focus-visible, .current) > span, #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible, .current) > span {
    border-bottom: 1px solid var(--clr_green_dark2);
  }
  #nav .gnav_subnav .gnav > li .subbox {
    display: none;
    width: 68rem;
    position: absolute;
    left: 50%;
    top: calc(100% + 0.5rem);
    transform: translateX(-50%);
    z-index: 100;
    background: #fff;
    padding: 2rem;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav {
    display: flex;
    flex-wrap: wrap;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li {
    width: 50%;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a {
    padding: 0.65rem 1rem;
    text-align: left;
    font-size: 1.8rem;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:is(:hover, :focus-visible, .current) {
    color: #fff;
    background: var(--clr_green_dark2);
    opacity: 1;
  }
  #nav .gnav_subnav #menu_close {
    display: none;
  }
}
.overview {
  padding: 4rem 1rem;
  font-size: 1.25rem;
  background: var(--clr_green_light);
}
.overview .clinic_name {
  margin: 0 0 2rem;
}
.overview .clinic_name img {
  max-width: 90%;
  margin: 0 auto 1rem;
}
.overview .clinic_name ul {
  font-size: 1.4rem;
  text-align: center;
}
.overview .clinic_name ul li {
  margin: 0 0 1rem;
}
.overview .clinic_name ul li .tel_style {
  font-size: 2rem;
}
.overview .clinic_name ul li .btn_insta {
  margin: auto;
}
.overview > .wrap .overviewL .gaiyo {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: 2;
}
.overview > .wrap .overviewL .gaiyo dt {
  width: 30%;
  padding: 1rem;
  color: var(--clr_green_dark2);
  background: #fff;
  font-weight: bold;
  border-radius: 1rem 0 0 1rem;
}
@media screen and (min-width: 48em), print {
  .overview > .wrap .overviewL .gaiyo dt {
    border-radius: 2rem 0 0 2rem;
  }
}
.overview > .wrap .overviewL .gaiyo dd {
  width: 70%;
  padding: 1rem 1rem 1rem 0;
  background: #fff;
  border-radius: 0 1rem 1rem 0;
}
@media screen and (min-width: 48em), print {
  .overview > .wrap .overviewL .gaiyo dd {
    border-radius: 0 2rem 2rem 0;
  }
}
.overview > .wrap .overviewL .gaiyo dt:not(:last-of-type), .overview > .wrap .overviewL .gaiyo dd:not(:last-of-type) {
  margin: 0 0 0.5rem;
}
.overview > .wrap .overviewR {
  margin: 2rem 0 0;
}
.overview > .wrap .overviewR .gmap {
  height: 100vw;
}
.overview .tbl_time {
  margin: 2rem 0 0;
}

.pay img {
  max-width: 70%;
  margin: 0 0 1rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 8rem var(--padding110);
    font-size: 1.8rem;
  }
  .overview .clinic_name {
    margin: 0 0 4rem;
  }
  .overview .clinic_name img {
    max-width: 50rem;
    margin: 0 auto 2rem;
  }
  .overview .clinic_name ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    font-size: 2.2rem;
  }
  .overview .clinic_name ul li .tel_style {
    font-size: 3.8rem;
  }
  .overview .clinic_name ul li .btn_insta {
    font-size: 2rem;
  }
  .overview > .wrap {
    width: 110rem;
    display: flex;
    justify-content: space-between;
  }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR {
    width: 48%;
  }
  .overview > .wrap .overviewL .gaiyo dt {
    padding: 1.2rem 2rem;
    width: 27%;
  }
  .overview > .wrap .overviewL .gaiyo dd {
    padding: 1.2rem 2rem 1.2rem 0;
    width: 73%;
  }
  .overview > .wrap .overviewR {
    margin: 0;
  }
  .overview > .wrap .overviewR .gmap {
    height: 100%;
  }
  .pay img {
    width: 16.4rem;
  }
}
#tel_up {
  width: 100%;
  height: 4.5rem;
  visibility: hidden;
  position: fixed;
  bottom: -0.5rem;
  left: 0;
  right: 0;
  z-index: 10;
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#tel_up ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
#tel_up ul li {
  flex: auto;
  height: 100%;
  text-align: center;
}
#tel_up ul li .tel_style, #tel_up ul li .btn_rsv, #tel_up ul li #pageup {
  border-radius: 0.6rem 0.6rem 0 0;
  padding: 0 0 0.5rem;
  height: 100%;
  display: flex;
}
@media screen and (min-width: 48em), print {
  #tel_up ul li .tel_style, #tel_up ul li .btn_rsv, #tel_up ul li #pageup {
    border-radius: 1.2rem 1.2rem 0 0;
  }
}
#tel_up ul li .tel_style {
  font-size: 1.8rem;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid var(--clr_green_dark2);
}
#tel_up ul li.up_wrap {
  width: 4rem;
  flex-grow: 0;
}
#tel_up ul li.up_wrap #pageup {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1;
  background: var(--clr_green);
  outline: 1px dotted #fff;
  outline-offset: -4px;
  overflow: hidden;
  position: relative;
  color: #fff;
}
#tel_up ul li.up_wrap #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\f005";
}
#tel_up ul li.up_wrap #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: 48em), print {
  #tel_up {
    width: auto;
    height: 6.6rem;
    bottom: -0.6rem;
    right: 3rem;
    left: auto;
  }
  #tel_up ul {
    gap: 0.5rem;
  }
  #tel_up ul li .btn_rsv {
    font-size: 2.2rem;
    padding: 0 4.2rem;
  }
  #tel_up ul li.up_wrap {
    width: 6rem;
  }
  #tel_up ul li.up_wrap #pageup {
    font-size: 2.6rem;
  }
  #tel_up #pageup {
    width: 100%;
    font-size: 3rem;
    border-radius: 50%;
  }
  #tel_up #pageup:is(:hover, :focus-visible) {
    opacity: 1;
    filter: brightness(110%);
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  background: var(--clr_green);
}
.footer .copy {
  display: block;
  padding: 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 4.5rem 0 0;
    background: #fff;
  }
  .footer .copy {
    margin: 3.5rem 0 0;
    padding: 2.5rem 0;
    font-size: 1.8rem;
    background: var(--clr_green);
  }
  .footer ul {
    display: block;
    text-align: center;
    width: 105rem;
    margin: auto;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.8rem;
    margin: 0 0 1rem;
    -webkit-text-size-adjust: none;
  }
  .footer ul li:not(:last-child, .ft_line_n)::after {
    content: "|";
    margin: 0 0.8rem;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a br {
    display: none;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
}
.keyvsl {
  width: 100%;
  position: relative;
  background: linear-gradient(to bottom, transparent 12rem, var(--clr_yellow) 12rem);
}
.keyvsl #keyvsl {
  width: 92%;
  height: 24rem;
  margin: auto;
  overflow: hidden;
  visibility: hidden;
  border-radius: 1.5rem 1.5rem 1.5rem 1.5rem;
  opacity: 0;
  animation: fadein 1s forwards;
}
@media screen and (min-width: 48em), print {
  .keyvsl #keyvsl {
    border-radius: 3rem 3rem 3rem 3rem;
  }
}
.keyvsl #keyvsl .slick-list div img {
  height: 24rem !important;
  object-fit: cover;
  margin: auto;
}
.keyvsl > .wrap {
  padding: 0 2rem 2rem;
  margin-top: -12rem;
  opacity: 0;
  animation: fadein 2s forwards 0.3s;
}
.keyvsl > .wrap .catch {
  padding: 2rem 0;
  width: fit-content;
  position: relative;
  z-index: 1;
}
.keyvsl > .wrap .catch::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse farthest-side at center, #000 0%, transparent 80%);
  opacity: 0.5;
  z-index: -1;
  filter: blur(10px);
}
.keyvsl > .wrap .catch p {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-weight: 600;
  text-shadow: 0 0 0.5rem #000;
}
.keyvsl > .wrap .catch p.cat1 {
  font-size: 1.4rem;
  position: relative;
  z-index: 1;
  margin: 0 0 1rem;
}
.keyvsl > .wrap .catch p.cat1::after {
  content: "";
  width: 13rem;
  height: 2rem;
  background: url(../img/index_keyv_catch.svg) no-repeat center/100% auto;
  position: absolute;
  left: 2.5rem;
  bottom: -0.6rem;
  z-index: -1;
}
.keyvsl > .wrap .catch p.cat1 span {
  font-size: 166%;
}
.keyvsl > .wrap .catch p.cat2 {
  font-size: 1rem;
}
.keyvsl > .wrap .catch p.cat2 span {
  font-size: 146%;
}
.keyvsl > .wrap .open {
  margin: 1.5rem 0 0;
  background: rgba(var(--rgb_yellow_dark), 0.9);
  border-radius: 0.6rem 0.6rem 0.6rem 0.6rem;
  padding: 0.5rem;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.4;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-weight: 600;
  color: var(--clr_green_dark);
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
@media screen and (min-width: 48em), print {
  .keyvsl > .wrap .open {
    border-radius: 1.2rem 1.2rem 1.2rem 1.2rem;
  }
}
.keyvsl > .wrap .open .txt_small {
  font-size: 91%;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
.keyvsl > .wrap .open .txt_large {
  font-size: 141.6%;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  line-height: 1.2;
}
.keyvsl > .wrap .open .flower {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.keyvsl > .wrap .open .flower::before, .keyvsl > .wrap .open .flower::after {
  content: "";
  width: 1em;
  height: 1em;
  background: url(../img/icon_flower.svg) no-repeat center/100% auto;
}

@media screen and (min-width: 48em), print {
  .keyvsl {
    background: linear-gradient(to bottom, transparent 37.5rem, var(--clr_yellow) 37.5rem);
  }
  .keyvsl #keyvsl {
    height: 75rem;
    width: min(98%, 180rem);
  }
  .keyvsl #keyvsl .slick-list div img {
    height: 75rem !important;
  }
  .keyvsl > .wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 110rem;
    padding: 0 0 2.5rem;
    margin-top: 0;
  }
  .keyvsl > .wrap .catch {
    padding: 9rem 0 10rem;
  }
  .keyvsl > .wrap .catch p {
    text-shadow: 0 0 1rem #000;
    line-height: 1.6;
  }
  .keyvsl > .wrap .catch p.cat1 {
    font-size: 3rem;
    margin: 0 0 2rem;
  }
  .keyvsl > .wrap .catch p.cat1::after {
    width: 30rem;
    height: 3.8rem;
    left: 5.3rem;
    bottom: -1.3rem;
  }
  .keyvsl > .wrap .catch p.cat2 {
    font-size: 2.6rem;
  }
  .keyvsl > .wrap .open {
    width: fit-content;
    min-width: 30.5rem;
    margin: -8rem 0 0 auto;
    padding: 1.2rem 1.2rem 1.6rem;
    font-size: 2.4rem;
    line-height: 1.6;
    white-space: nowrap;
  }
}
.tit_02_top {
  width: fit-content;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin: 0 auto 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: var(--clr_green_dark);
}
.tit_02_top::before {
  content: attr(data-txt);
  display: block;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  color: var(--clr_green);
  font-size: 50%;
  letter-spacing: 0;
  text-indent: 0;
}

@media screen and (min-width: 48em), print {
  .tit_02_top {
    font-size: 3.6rem;
    margin: 0 auto 5.5rem;
  }
}
.info {
  padding: 4rem 1rem;
  background: var(--clr_yellow);
}
.info .tit_02_top {
  background: #fff url(../img/logo_mark.svg) no-repeat center bottom 1rem/6rem auto;
  width: 100%;
  border-radius: 100vh;
  padding: 1rem 1rem 8rem;
  position: relative;
}
.info .tit_02_top::after {
  content: "";
  width: 4.5rem;
  height: 4rem;
  background: url(../img/icon_flower2.svg) no-repeat center/100% auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
.info dl {
  padding: 0 0 1rem;
  border-bottom: 1px dotted var(--clr_green);
  opacity: 0;
}
.info dl.trigger {
  animation: fade_up 1s forwards;
}
.info dl dt {
  display: flex;
  align-items: flex-start;
  gap: 0 0.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  margin: 0 0 0.6rem;
  font-weight: 600;
  font-size: 1.4rem;
  color: var(--clr_txt);
  cursor: pointer;
  color: var(--clr_green_dark);
  letter-spacing: 0.05em;
  line-height: 1.66;
}
.info dl dt::before {
  font-family: "fontello";
  content: "\e800";
  color: var(--clr_green);
  font-weight: normal;
  padding: 0 0 0 1px;
  transition: 0.3s;
}
.info dl dt.close::before {
  transform: rotateX(180deg);
}
.info dl dt:not(:first-of-type) {
  margin: 1.6rem 0 0.6rem;
  padding: 1.6rem 0 0;
  border-top: 1px dotted var(--clr_green);
}
.info dl dd {
  margin: 0 0 1.6rem;
}
.info dl dd:not(:nth-of-type(-n+3)) {
  display: none;
}

@media screen and (min-width: 48em), print {
  .info {
    padding: 14rem var(--padding110) 13rem;
    display: flex;
    gap: 6rem;
  }
  .info .tit_02_top {
    width: 26rem;
    padding: 6rem 0 0;
    background-position: center top 14.5rem;
    background-size: 12rem auto;
    margin: 0;
    min-height: 33.2rem;
  }
  .info .tit_02_top::after {
    width: 9rem;
    height: 7.7rem;
  }
  .info dl {
    flex: 1;
    padding: 0 0 2rem;
  }
  .info dl dt {
    margin: 3rem 0;
    font-size: 2rem;
    transition: 0.3s;
  }
  .info dl dt:not(:first-of-type) {
    margin: 1.6rem 0 0.6rem;
    padding: 2.5rem 0 0;
  }
  .info dl dt:hover {
    color: var(--clr_green_dark2);
  }
  .info dl dd {
    margin: 0 0 1.6rem;
  }
}
.symptoms {
  padding: 4rem 1rem;
  background: url(../img/index_symptoms_wave.svg) no-repeat center top/150% auto;
}
.symptoms .tit {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  color: var(--clr_green_dark);
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-weight: 600;
  margin: 0 0 4rem;
  position: relative;
  z-index: 1;
}
.symptoms .tit::before {
  content: "";
  width: 14rem;
  height: 7rem;
  background: url(../img/index_symptoms_tit_left.svg) no-repeat center/100% auto;
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.symptoms .tit::after {
  content: "";
  width: 5rem;
  height: 5rem;
  background: url(../img/index_symptoms_tit_right.svg) no-repeat center/100% auto;
  position: absolute;
  right: 3.5rem;
  bottom: -2rem;
  z-index: -1;
}
.symptoms ul li {
  border-top: 1px dotted var(--clr_green);
  min-height: 12rem;
  padding: 1rem 0 1rem 11rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  position: relative;
}
.symptoms ul li:last-child {
  border-bottom: 1px dotted var(--clr_green);
}
.symptoms ul li::before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
}
.symptoms ul li.symp1::before {
  background: url(../img/index_symptoms1.png) no-repeat center left 1rem/auto 8rem;
}
.symptoms ul li.symp2::before {
  background: url(../img/index_symptoms2.png) no-repeat center left 1rem/auto 8rem;
}
.symptoms ul li.symp3::before {
  background: url(../img/index_symptoms3.png) no-repeat center left 1rem/auto 8rem;
}
.symptoms ul li.symp4::before {
  background: url(../img/index_symptoms4.png) no-repeat center left 1rem/auto 8rem;
}
.symptoms ul li.symp5::before {
  background: url(../img/index_symptoms5.png) no-repeat center left 1rem/auto 8rem;
}
.symptoms ul li.symp6::before {
  background: url(../img/index_symptoms6.png) no-repeat center left 1rem/auto 8rem;
}
.symptoms ul li span {
  opacity: 0;
}
.symptoms ul li.trigger::before {
  animation: fade_left 1.5s forwards;
}
.symptoms ul li.trigger span {
  animation: fadein 1.5s forwards 0.5s;
}

@media screen and (min-width: 48em), print {
  .symptoms {
    padding: 16rem var(--padding110) 9rem;
    background: url(../img/index_symptoms_wave.svg) repeat-x center top/auto 2.4rem;
  }
  .symptoms .tit {
    min-width: 69.3rem;
    width: fit-content;
    margin: 0 auto 9rem;
    font-size: 3rem;
  }
  .symptoms .tit::before {
    width: 25rem;
    height: 13.9rem;
    left: 0;
  }
  .symptoms .tit::after {
    width: 8.8rem;
    height: 8.4rem;
    right: 0;
    bottom: -4.5rem;
  }
  .symptoms ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .symptoms ul li {
    min-height: 22rem;
    width: 52.05rem;
    padding: 1rem 0 1rem 20rem;
    font-size: 2.2rem;
  }
  .symptoms ul li::before {
    background-position: left 2rem center !important;
    background-size: auto 15rem !important;
  }
  .symptoms ul li:nth-last-child(2) {
    border-bottom: 1px dotted var(--clr_green);
  }
}
.disease {
  padding: 4rem 2rem 8rem;
  background: url(../img/index_disease_flower.png) no-repeat center bottom/180% auto;
}
.disease .disease_inner {
  background: var(--clr_yellow);
  border-radius: 8rem 8rem 8rem 8rem;
  padding: 7rem 1rem;
  position: relative;
}
@media screen and (min-width: 48em), print {
  .disease .disease_inner {
    border-radius: 16rem 16rem 16rem 16rem;
  }
}
.disease .disease_inner::before {
  content: "";
  width: 5rem;
  height: 10rem;
  background: url(../img/index_disease_deco1.png) no-repeat center/100% auto;
  position: absolute;
  top: -3rem;
  right: 1rem;
  opacity: 0;
}
.disease .disease_inner::after {
  content: "";
  width: 7rem;
  height: 9rem;
  background: url(../img/index_disease_deco2.png) no-repeat center/100% auto;
  position: absolute;
  bottom: -3rem;
  left: 0;
  opacity: 0;
}
.disease .disease_inner.trigger::before {
  animation: fade_left 1.5s forwards;
}
.disease .disease_inner.trigger::after {
  animation: fade_right 1.5s forwards;
}
.disease .disease_inner.trigger ul {
  animation: fadein 1.5s forwards;
}
.disease .disease_inner ul {
  width: fit-content;
  margin: auto;
  opacity: 0;
}
.disease .disease_inner ul li {
  display: flex;
  gap: 0.5rem;
}
.disease .disease_inner ul li::before {
  font-family: "fontello";
  content: "\e80a";
  color: var(--clr_green);
}
.disease .disease_inner ul li:not(:last-child) {
  margin: 0 0 0.5rem;
}

@media screen and (min-width: 48em), print {
  .disease {
    padding: 4rem var(--padding110) 31.5rem;
    background-size: 200rem auto;
  }
  .disease .disease_inner {
    padding: 8rem 17.7rem 11.5rem;
  }
  .disease .disease_inner::before {
    width: 10.9rem;
    height: 19.8rem;
    top: -4.5rem;
    right: 5rem;
  }
  .disease .disease_inner::after {
    width: 15.2rem;
    height: 19.2rem;
    bottom: 0;
    left: 1rem;
  }
  .disease .disease_inner ul {
    width: 100%;
    max-height: 15rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .disease .disease_inner ul li:not(:last-child) {
    margin: 0;
  }
  .disease .disease_inner ul li a {
    transition: 0.3s;
  }
  .disease .disease_inner ul li a:is(:hover, :focus-visible) {
    color: var(--clr_green_dark2);
    text-decoration: underline;
  }
}
.tre {
  background: var(--clr_green_light) url(../img/index_tre_bg.svg) no-repeat bottom right -14rem/120% auto;
  padding: 4rem 2rem;
}
.tre .subnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
.tre .subnav.trigger li {
  animation: fadein 1s forwards;
}
.tre .subnav li {
  opacity: 0;
}
.tre .subnav li:not(.counseling_wrap) a {
  text-decoration: none;
  text-align: center;
  display: block;
  color: var(--clr_green_dark);
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-weight: 600;
  line-height: 1.45;
}
.tre .subnav li:not(.counseling_wrap) a::before {
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 7rem;
  color: var(--clr_brown);
  outline: 1px solid var(--clr_yellow_dark);
  outline-offset: -4px;
  margin: 0 0 1rem;
  font-weight: normal;
}
.tre .subnav li:not(.counseling_wrap) a.gynecology::before {
  font-family: "fontello";
  content: "\e80d";
}
.tre .subnav li:not(.counseling_wrap) a.prenatal_checkups::before {
  font-family: "fontello";
  content: "\e81b";
}
.tre .subnav li:not(.counseling_wrap) a.c_screening::before {
  font-family: "fontello";
  content: "\e80e";
}
.tre .subnav li:not(.counseling_wrap) a.pms::before {
  font-family: "fontello";
  content: "\e80f";
}
.tre .subnav li:not(.counseling_wrap) a.emergency_contraception::before {
  font-family: "fontello";
  content: "\e811";
}
.tre .subnav li:not(.counseling_wrap) a.menstrual_transition::before {
  font-family: "fontello";
  content: "\e812";
}
.tre .subnav li:not(.counseling_wrap) a.mirena::before {
  font-family: "fontello";
  content: "\e813";
}
.tre .subnav li:not(.counseling_wrap) a.menopause::before {
  font-family: "fontello";
  content: "\e814";
}
.tre .subnav li:not(.counseling_wrap) a.uterine_prolapse::before {
  font-family: "fontello";
  content: "\e815";
}
.tre .subnav li:not(.counseling_wrap) a.fertility::before {
  font-family: "fontello";
  content: "\e816";
}
.tre .subnav li:not(.counseling_wrap) a.sexually_transmitted_diseases::before {
  font-family: "fontello";
  content: "\e817";
}
.tre .subnav li:not(.counseling_wrap) a.ladies_checkup::before {
  font-family: "fontello";
  content: "\e818";
}
.tre .subnav li:not(.counseling_wrap) a.vaccination::before {
  font-family: "fontello";
  content: "\e819";
}
.tre .subnav li:not(.counseling_wrap) a.chinese_medicine::before {
  font-family: "fontello";
  content: "\e81a";
}
.tre .subnav li:not(.counseling_wrap) a span {
  display: block;
  font-size: 80%;
}
.tre .subnav li:not(.counseling_wrap) a br {
  display: none;
}
.tre .subnav li.counseling_wrap {
  width: 100%;
}
.tre .subnav li.counseling_wrap .counseling {
  background: #fff url(../img/index_tre_counseling.svg) no-repeat center right 0.5rem/4rem auto;
  display: block;
  color: var(--clr_green_dark);
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  padding: 2rem 1rem;
  border: 2px solid var(--clr_pink_dark);
  border-radius: 0.6rem 0.6rem 0.6rem 0.6rem;
  text-decoration: none;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 48em), print {
  .tre .subnav li.counseling_wrap .counseling {
    border-radius: 1.2rem 1.2rem 1.2rem 1.2rem;
  }
}
.tre .subnav li.counseling_wrap .counseling::before {
  content: "Counseling & Pelvic Care";
  font-size: 53.3%;
  display: block;
  color: var(--clr_green);
}

@media screen and (min-width: 48em), print {
  .tre {
    background-size: 73.3rem auto;
    background-position: bottom left calc(50% + 58.5rem);
    padding: 14rem calc((100% - 122.5rem) / 2);
  }
  .tre .subnav {
    gap: 3rem 0;
  }
  .tre .subnav li:not(.counseling_wrap) {
    width: 17.5rem;
  }
  .tre .subnav li:not(.counseling_wrap) a {
    font-size: 2rem;
    transition: 0.3s;
  }
  .tre .subnav li:not(.counseling_wrap) a::before {
    width: 15rem;
    height: 15rem;
    font-size: 10rem;
    outline-offset: -6px;
    margin: 0 auto 1rem;
    transition: 0.5s;
  }
  .tre .subnav li:not(.counseling_wrap) a:is(:hover, :focus-visible, .current) {
    color: var(--clr_green_dark2);
    opacity: 1;
  }
  .tre .subnav li:not(.counseling_wrap) a:is(:hover, :focus-visible, .current)::before {
    transform: translateY(-1rem);
  }
  .tre .subnav li:not(.counseling_wrap) a br {
    display: block;
  }
  .tre .subnav li.counseling_wrap {
    margin: 2.5rem 0 0;
  }
  .tre .subnav li.counseling_wrap .counseling {
    background: #fff url(../img/index_tre_counseling.svg) no-repeat center right 1rem/9.3rem auto;
    font-size: 3rem;
    width: 59rem;
    margin: auto;
    padding: 3.7rem 1rem;
    transition: 0.4s;
  }
  .tre .subnav li.counseling_wrap .counseling:is(:hover, :focus-visible, .current) {
    opacity: 1;
    transform: scale(1.02);
  }
}
.feature {
  padding: 4rem 2rem;
}
.feature ul {
  counter-reset: number 0;
}
.feature ul li {
  position: relative;
}
.feature ul li::before {
  content: "";
  width: 60%;
  height: 24rem;
  display: block;
  border-radius: 3rem 3rem 3rem 3rem;
  margin: 0 auto 2rem;
  opacity: 0;
}
@media screen and (min-width: 48em), print {
  .feature ul li::before {
    border-radius: 6rem 6rem 6rem 6rem;
  }
}
.feature ul li.feat1::before {
  background: url(../img/index_feat1.jpg) no-repeat center/cover;
}
.feature ul li.feat1 .txt_wrap {
  background: url(../img/index_feat_deco1.png) no-repeat top 2rem right 1rem/9rem auto;
}
.feature ul li.feat2::before {
  background: url(../img/index_feat2.jpg) no-repeat center/cover;
}
.feature ul li.feat2 .txt_wrap {
  background: url(../img/index_feat_deco2.png) no-repeat top 2rem right 1rem/9rem auto;
}
.feature ul li.feat3::before {
  background: url(../img/index_feat3.jpg) no-repeat center/cover;
}
.feature ul li.feat3 .txt_wrap {
  background: url(../img/index_feat_deco3.png) no-repeat top 2rem right 1rem/9rem auto;
}
.feature ul li.feat4::before {
  background: url(../img/index_feat4.jpg) no-repeat center/cover;
}
.feature ul li.feat4 .txt_wrap {
  background: url(../img/index_feat_deco4.png) no-repeat top 2rem right 1rem/9rem auto;
}
.feature ul li.feat5::before {
  background: url(../img/index_feat5.jpg) no-repeat center/cover;
}
.feature ul li.feat5 .txt_wrap {
  background: url(../img/index_feat_deco5.png) no-repeat top 2rem right 1rem/9rem auto;
}
.feature ul li.feat6::before {
  background: url(../img/index_feat6.jpg) no-repeat center/cover;
}
.feature ul li.feat6 .txt_wrap {
  background: url(../img/index_feat_deco6.png) no-repeat top 2rem right 1rem/9rem auto;
}
.feature ul li::after {
  content: "";
  background: linear-gradient(to bottom, rgba(var(--rgb_yellow_dark), 0.5), rgba(var(--rgb_green), 0.5));
  border-radius: 3rem 3rem 3rem 3rem;
  position: absolute;
  opacity: 0;
}
@media screen and (min-width: 48em), print {
  .feature ul li::after {
    border-radius: 6rem 6rem 6rem 6rem;
  }
}
.feature ul li:nth-child(odd)::after {
  width: 7.5rem;
  aspect-ratio: 5/8;
  top: 14rem;
  left: calc(50% - 11rem);
}
.feature ul li:nth-child(odd) .txt_wrap::before {
  color: var(--clr_blue);
}
.feature ul li:nth-child(even)::after {
  height: 7.5rem;
  aspect-ratio: 8/5;
  top: 18.5rem;
  right: calc(50% - 11rem);
}
.feature ul li:nth-child(even) .txt_wrap::before {
  color: var(--clr_green);
}
.feature ul li:not(:last-child) {
  margin: 0 0 4rem;
}
.feature ul li .txt_wrap {
  opacity: 0;
}
.feature ul li .txt_wrap::before {
  content: counter(number, decimal-leading-zero) ".";
  counter-increment: number 1;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-size: 4rem;
  line-height: 1.4;
  display: block;
}
.feature ul li .txt_wrap .tit {
  color: var(--clr_green_dark);
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2;
  margin: 0 0 2rem;
  opacity: 0;
}
.feature ul li .txt_wrap p {
  opacity: 0;
  letter-spacing: 0.05em;
}
.feature ul li .txt_wrap .btn_yellow {
  display: block;
  width: fit-content;
  margin: 2rem auto 0;
  opacity: 0;
}
.feature ul li.feat1 .txt_wrap, .feature ul li.feat2 .txt_wrap, .feature ul li.feat6 .txt_wrap {
  background-position: right 1rem top 3rem;
}
.feature ul li.trigger::before {
  animation: fade_right 1s forwards;
}
.feature ul li.trigger::after {
  animation: fade_right 1s forwards 0.3s;
}
.feature ul li.trigger:nth-child(even)::before {
  animation: fade_left 1s forwards;
}
.feature ul li.trigger:nth-child(even)::after {
  animation: fade_left 1s forwards 0.3s;
}
.feature ul li.trigger .txt_wrap {
  animation: fadein 1.5s forwards 0.5s;
}
.feature ul li.trigger .txt_wrap .tit, .feature ul li.trigger .txt_wrap p, .feature ul li.trigger .txt_wrap .btn_yellow {
  animation: fade_up 1.5s forwards 0.8s;
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 13rem var(--padding110);
  }
  .feature .tit_02_top {
    margin: 0 auto 7rem;
  }
  .feature ul li {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 73rem;
  }
  .feature ul li::before {
    width: 50rem;
    height: 68rem;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .feature ul li:nth-child(odd)::before {
    left: 0;
  }
  .feature ul li:nth-child(odd)::after {
    width: 20rem;
    top: 41.2rem;
    left: -5rem;
  }
  .feature ul li:nth-child(even) {
    justify-content: flex-start;
  }
  .feature ul li:nth-child(even)::before {
    left: auto;
    right: 0;
  }
  .feature ul li:nth-child(even)::after {
    height: 20rem;
    top: 52.9rem;
    right: -5rem;
  }
  .feature ul li:not(:last-child) {
    margin: 0 0 1rem;
  }
  .feature ul li .txt_wrap {
    width: 50rem;
    background-size: 20rem auto !important;
    background-position: top right !important;
  }
  .feature ul li .txt_wrap::before {
    font-size: 7.2rem;
    margin: 0 0 1rem;
  }
  .feature ul li .txt_wrap .tit {
    font-size: 2.8rem;
    margin: 0 0 2.5rem;
  }
  .feature ul li .txt_wrap p {
    margin: 0 0 2.1em;
  }
  .feature ul li .txt_wrap .btn_yellow {
    margin: -1rem auto 0;
    min-width: 28rem;
  }
  .feature ul li.feat1 .txt_wrap, .feature ul li.feat2 .txt_wrap {
    background-position: top 3rem right !important;
  }
  .feature ul li.feat3 .txt_wrap, .feature ul li.feat4 .txt_wrap {
    background-position: top right 1.5rem !important;
  }
  .feature ul li.feat6 .txt_wrap {
    background-position: top 3rem right 1rem !important;
  }
}
.greeting {
  padding: 4rem 1rem;
  position: relative;
  z-index: 1;
}
.greeting::before {
  content: "";
  width: 25%;
  height: 100%;
  background: var(--clr_yellow);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 0 8rem 8rem 0;
}
@media screen and (min-width: 48em), print {
  .greeting::before {
    border-radius: 0 16rem 16rem 0;
  }
}
.greeting.trigger .dr_img {
  animation: fadein 1s forwards;
}
.greeting.trigger p, .greeting.trigger .btn_yellow {
  animation: fade_up 1.5s forwards;
}
.greeting .dr_img {
  border-radius: 3rem 3rem 3rem 3rem;
  width: 70%;
  margin: 0 auto 2rem;
  opacity: 0;
}
@media screen and (min-width: 48em), print {
  .greeting .dr_img {
    border-radius: 6rem 6rem 6rem 6rem;
  }
}
.greeting p {
  opacity: 0;
  letter-spacing: 0.05em;
}
.greeting .btn_yellow {
  display: block;
  width: fit-content;
  margin: 2rem auto 0;
  opacity: 0;
}

@media screen and (min-width: 48em), print {
  .greeting {
    padding: 14rem var(--padding110) 5rem;
    position: relative;
  }
  .greeting::before {
    width: calc(var(--padding120) + 19rem);
  }
  .greeting .dr_img {
    width: 40rem;
    margin: 0;
    position: absolute;
    top: 14rem;
    left: calc(50% - 55rem);
  }
  .greeting .tit_02_top, .greeting p:first-of-type {
    width: 64rem;
    text-align: left;
  }
  .greeting .tit_02_top {
    margin: 0 0 5rem auto;
  }
  .greeting p {
    margin: 0 0 1.95em;
  }
  .greeting p:first-of-type {
    margin: 0 0 1.35em auto;
  }
  .greeting p:has(+ .dr_name) {
    margin: 0 0 1.5rem;
  }
  .greeting .btn_yellow {
    min-width: 28rem;
  }
}
.cal {
  padding: 4rem 2rem;
  position: relative;
  z-index: 1;
}
.cal::before {
  content: "";
  width: 90%;
  height: 14rem;
  background: var(--clr_yellow);
  border-radius: 5.3rem 0 0 0;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 48em), print {
  .cal::before {
    border-radius: 10.6rem 0 0 0;
  }
}
.cal.trigger .caledit {
  animation: fadein 1s forwards;
}
.cal.trigger .status {
  animation: fade_up 1s forwards;
}
.cal .caledit {
  width: 100%;
  margin: 0 0 2rem;
  opacity: 0;
}
.cal .status {
  display: flex;
  justify-content: center;
  gap: 1em;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  opacity: 0;
}
.cal .status li {
  display: flex;
  align-items: center;
  gap: 0 0.6em;
}
.cal .status li::before {
  content: "";
  width: 1.2em;
  height: 1.2em;
}
.cal .status li.open::before {
  background: #fff;
  border: 1px solid var(--clr_green);
}
.cal .status li.am_only::before {
  background: var(--clr_yellow_dark);
  border: 1px solid var(--clr_green);
}
.cal .status li.closed::before {
  background: var(--clr_pink);
}

@media screen and (min-width: 48em), print {
  .cal {
    padding: 9rem var(--padding110) 13rem;
  }
  .cal::before {
    width: calc(var(--padding120) + 101.6rem);
    height: 34.4rem;
  }
  .cal .cal_wrap {
    display: flex;
    justify-content: space-between;
  }
  .cal .cal_wrap .caledit {
    width: 53rem;
    font-size: 1.8rem;
    border-radius: 2rem;
  }
  .cal .cal_wrap .caledit .week th {
    padding: 1rem 0;
  }
}
.loopslider {
  margin: 1rem auto;
  width: 100%;
  height: 7.2rem;
  text-align: left;
  position: relative;
  overflow: hidden;
  opacity: 0;
}
.loopslider.trigger {
  animation: fadein 1s forwards;
}
.loopslider ul {
  height: 100%;
  float: left;
  display: inline;
  overflow: hidden;
}
.loopslider ul li {
  width: 12rem;
  height: 100%;
  float: left;
  display: inline-block;
  overflow: hidden;
  padding: 0 0.6rem;
}
.loopslider ul li img {
  border-radius: 0.6rem 0.6rem 0.6rem 0.6rem;
}
@media screen and (min-width: 48em), print {
  .loopslider ul li img {
    border-radius: 1.2rem 1.2rem 1.2rem 1.2rem;
  }
}

@media screen and (min-width: 48em), print {
  .loopslider {
    margin: 2rem auto;
    height: 20rem;
  }
  .loopslider ul li {
    width: 32rem;
    padding: 0 1rem;
  }
}
body:not(.index) .sub_header {
  background: linear-gradient(to bottom, transparent 50%, var(--clr_yellow) 50%);
}
body:not(.index) .main_wrap {
  background: var(--clr_yellow);
  padding: 2rem 1rem 1rem;
}
body:not(.index) .main_wrap .main {
  padding: 2rem 1rem;
  background: #fff;
  border-radius: 1rem 1rem 1rem 1rem;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main_wrap .main {
    border-radius: 2rem 2rem 2rem 2rem;
  }
}
body:not(.index) .main_wrap .main .tel_style {
  font-size: 120%;
}
body:not(.index) .main_wrap .main a:not([class*=btn], [href*="tel:"], .lst_anc > li > a) {
  color: var(--clr_green_dark2);
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main_wrap {
    padding: 6rem 0 2rem;
  }
  body:not(.index) .main_wrap .main {
    width: 110rem;
    margin: 0 auto;
    padding: 6rem 5rem;
  }
  body:not(.index) .main_wrap .main .cf .img_l, body:not(.index) .main_wrap .main .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}

.breadnav {
  max-width: 100vw;
  margin: 3rem 1rem 0;
  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:not(:last-child)::after {
  display: inline-block;
  content: ">";
  margin: 0 0.6rem;
}
.breadnav .breadcrumb li br {
  display: none;
}

@media screen and (min-width: 48em), print {
  .breadnav {
    width: 110rem;
    max-width: 100%;
    margin: 5.5rem auto 0;
    overflow-x: inherit;
  }
  .breadnav .breadcrumb {
    font-size: 1.8rem;
  }
  .breadnav .breadcrumb li:not(:last-child)::after {
    margin: 0 1rem;
  }
  .breadnav .breadcrumb li a:hover {
    opacity: 1;
    text-decoration: underline;
  }
}
.dr_name {
  text-align: right;
  font-size: 111%;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-weight: 600;
}

.gallery {
  width: 100%;
  margin: auto;
  visibility: hidden;
}
.gallery .gallery_slider div .cap, .gallery .route_slider div .cap {
  margin: 0.2rem 0 0;
  text-align: center;
  padding: 0.4rem;
  font-size: 1.2rem;
  opacity: 0;
  transition: 0.3s ease;
  background: var(--clr_yellow);
  line-height: 1.4;
}
.gallery .gallery_slider div .slick-current .cap, .gallery .route_slider div .slick-current .cap {
  opacity: 1;
  transition-delay: 0.5s;
}
.gallery .gallery_slider div:first-child .cap, .gallery .route_slider div:first-child .cap {
  transition-delay: 0s;
}
.gallery .gallery_thum div img, .gallery .route_thum div img {
  cursor: pointer;
  filter: brightness(50%);
}
.gallery .gallery_thum .slick-current div img, .gallery .route_thum .slick-current div img {
  filter: brightness(100%);
}
.gallery .gallery_thum#clinic02_nav .slick-track {
  transform: translate3d(0px, 0px, 0px) !important;
}

@media screen and (min-width: 48em), print {
  .gallery {
    width: 75rem;
    margin: auto;
  }
  .gallery .gallery_slider, .gallery .route_slider {
    font-size: 1.6em;
  }
  .gallery .gallery_slider div .cap, .gallery .route_slider div .cap {
    font-size: 1.8rem;
    padding: 1rem;
  }
  .gallery .gallery_thum, .gallery .route_thum {
    width: calc(100% + 0.6rem);
  }
  .gallery .gallery_thum .slick-track, .gallery .route_thum .slick-track {
    transform: translate3d(0px, 0px, 0px) !important;
  }
}
body.access .main .gmap {
  height: 100vw;
  margin: 2rem 0;
}
@media screen and (min-width: 48em), print {
  body.access .main .gmap {
    margin: 4rem 0 0;
    height: 40rem;
  }
}/*# sourceMappingURL=style.css.map */