@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 {
  pointer-events: none;
}

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

:root {
  --clr_txt: #322B29;
  --rgb_txt: 50,43, 41;
  --clr_brown_dark: #4E4035;
  --rgb_brown_dark: 78,64, 53;
  --clr_brown_dark2: #75664A;
  --rgb_brown_dark2: 117,102, 74;
  --clr_brown_dark3: #854A00;
  --rgb_brown_dark3: 133,74, 0;
  --clr_brown_dark4: #C8A563;
  --rgb_brown_dark4: 200,165, 99;
  --clr_brown_dark5: #8B7764;
  --rgb_brown_dark5: 139,119, 100;
  --clr_brown_dark6: #AF6B19;
  --rgb_brown_dark6: 175,107, 25;
  --clr_brown_dark7: #BB8A4F;
  --rgb_brown_dark7: 187,138, 79;
  --clr_brown: #A19387;
  --rgb_brown: 161,147, 135;
  --clr_brown_light: #B19A6E;
  --rgb_brown_light: 177,154, 110;
  --clr_brown_light2: #BFAF8F;
  --rgb_brown_light2: 191,175, 143;
  --clr_brown_light3: #DED0B6;
  --rgb_brown_light3: 222,208, 182;
  --clr_brown_light4: #EFE7BE;
  --rgb_brown_light4: 239,231, 190;
  --clr_brown_light5: #EDE8E1;
  --rgb_brown_light5: 237,232, 225;
  --clr_brown_light6: #F5DCBD;
  --rgb_brown_light6: 245,220, 189;
  --clr_brown_light7: #F2E6D6;
  --rgb_brown_light7: 242,230, 214;
  --clr_brown_light8: #F6F0E3;
  --rgb_brown_light8: 246,240, 227;
  --clr_brown_light9: #FFFBF2;
  --rgb_brown_light9: 255,251, 242;
  --clr_brown_light10: #E3D9CB;
  --rgb_brown_light10: 227,217, 203;
  --clr_brown_light11: #D5D0CB;
  --rgb_brown_light11: 213,208, 203;
  --clr_brown_light12: #F3DFC4;
  --rgb_brown_light12: 243,223, 196;
  --clr_brown_light13: #D1C4BA;
  --rgb_brown_light13: 209,196, 186;
  --clr_brown_light14: #CFB585;
  --rgb_brown_light14: 207,181, 133;
  --clr_blue_dark: #495D60;
  --rgb_blue_dark: 73,93, 96;
  --clr_blue_dark2: #4F919A;
  --rgb_blue_dark2: 79,145, 154;
  --clr_blue_dark3: #356F77;
  --rgb_blue_dark3: 53,111, 119;
  --clr_blue_dark4: #607274;
  --rgb_blue_dark4: 96,114, 116;
  --clr_blue_dark5: #789B9F;
  --rgb_blue_dark5: 120,155, 159;
  --clr_blue_dark6: #7CBAC2;
  --rgb_blue_dark6: 124,186, 194;
  --clr_blue: #66ABB4;
  --rgb_blue: 102,171, 180;
  --clr_blue_light: #D9EDEF;
  --rgb_blue_light: 217,237, 239;
  --clr_blue_light2: #CDE9EC;
  --rgb_blue_light2: 205,233, 236;
  --clr_blue_light3: #A4CACF;
  --rgb_blue_light3: 164,202, 207;
  --clr_blue_light4: #89AFB4;
  --rgb_blue_light4: 137,175, 180;
  --clr_blue_light5: #AFBBBC;
  --rgb_blue_light5: 175,187, 188;
  --clr_blue_light6: #CCDADC;
  --rgb_blue_light6: 204,218, 220;
  --clr_gray_dark: #5B5B5B;
  --rgb_gray_dark: 91,91, 91;
  --clr_gray: #7B7B7B;
  --rgb_gray: 123,123, 123;
  --breakpoint: 576px;
}

: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(-2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade_up {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  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 balloon {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0.6rem);
  }
}
@keyframes airball {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}
@keyframes poyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 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_txt) 60%);
}

.txt_blue {
  color: var(--clr_blue_dark4);
}

.img_c {
  margin: 1rem auto;
}

.img_l, .img_r {
  max-width: 80%;
  margin: 1rem auto 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: 36em), print {
  .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: 36em), 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: 2rem;
}

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

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

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

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

@media screen and (min-width: 36em), 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: 4rem;
  }
  .mth2 {
    margin-top: 10rem !important;
  }
  .mth3 {
    margin-top: 8rem !important;
  }
  .mth4 {
    margin-top: 6rem !important;
  }
  .mth5 {
    margin-top: 4rem !important;
  }
}
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.4rem;
}
.tbl_time caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.6rem 0;
  text-align: center;
  background: var(--clr_brown);
  color: #fff;
}
.tbl_time tr th[scope=col]:first-child {
  width: 30%;
}
.tbl_time tr th[scope=row] {
  border-bottom: 1px solid var(--clr_brown);
  background: #fff;
}
.tbl_time tr td {
  text-align: center;
  padding: 1.4rem 0.4rem;
  border-bottom: 1px solid var(--clr_brown);
  line-height: 1;
  background: #fff;
}

@media screen and (min-width: 36em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: clamp(1.2rem, 0.8308rem + 0.641vw, 1.6rem);
  }
  .tbl_time tr th[scope=col] {
    padding: 0.8rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 31%;
  }
  .tbl_time tr th[scope=col]:last-child {
    width: 12%;
    padding: 0.8rem 1rem 0.8rem 0;
  }
  .tbl_time tr td {
    padding: 1.1rem 0;
  }
  .tbl_time tr td:last-child {
    padding: 1.1rem 1rem 1.1rem 0;
  }
}
.tbl_basic {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  border: 1px solid #ccc;
  font-size: 1rem;
}
.tbl_basic tr th {
  border: 1px solid #ccc;
  padding: 0.4rem;
}
.tbl_basic tr th[scope=col] {
  background: var(--clr_txt);
  color: #fff;
}
.tbl_basic tr th[scope=row] {
  background: #ccc;
}
.tbl_basic tr td {
  padding: 0.4rem;
  border: 1px solid #ccc;
}

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

.tit_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 10rem;
  background: url(../img/tit_01.jpg) no-repeat center center/cover;
  font-size: 2.4rem;
  line-height: 1.4;
  text-align: center;
  color: var(--clr_brown_dark2);
  letter-spacing: 0.04em;
  text-indent: 0.04em;
  padding: 1rem;
  text-align: center;
}

.tit_02 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 2.2rem;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.06em;
  text-indent: 0.06em;
  margin: 0 auto 2rem;
  color: var(--clr_blue_dark);
  font-weight: 600;
}
.tit_02::before, .tit_02::after {
  content: "";
  width: 1.5em;
  height: 1px;
  background: var(--clr_blue_dark3);
}

.tit_03 {
  font-size: 2rem;
  line-height: 1.4;
  margin: 0 0 1.5rem;
  padding: 0.5rem 1rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--clr_blue_dark);
  background: var(--clr_blue_light);
}

.tit_04 {
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0 0 1.5rem;
  padding: 0.5rem 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  background: var(--clr_brown_light2);
}

.tit_05 {
  font-size: 1.7rem;
  line-height: 1.4;
  margin: 0 0 1rem;
  padding: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--clr_gray);
  border-bottom: 1px solid var(--clr_blue_dark5);
}

.tit_06 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 1rem;
  padding: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--clr_brown_dark5);
  border-bottom: 2px dotted var(--clr_gray);
}

@media screen and (min-width: 36em), print {
  .tit_01 {
    min-height: 28.5rem;
    padding: 14rem 1rem 1rem;
    font-size: clamp(2.2rem, 1.2769rem + 1.603vw, 3.2rem);
  }
  .sub_header {
    container: tab/inline-size;
    container: tab/inline-size;
  }
  @container tab (width < 970px) {
    .sub_header .tit_01 {
      min-height: 34rem;
      padding: 18rem 1rem 1rem;
    }
  }
  @container tab (width < 820px) {
    .sub_header .tit_01 {
      padding: 20rem 1rem 1rem;
    }
  }
  .tit_02 {
    font-size: clamp(2.2rem, 1.2769rem + 1.603vw, 3.2rem);
    margin: 0 auto 4rem;
  }
  .tit_03 {
    font-size: clamp(1.8rem, 1.2462rem + 0.962vw, 2.4rem);
    margin: 0 0 2rem;
    padding: 1rem;
  }
  .tit_04 {
    font-size: clamp(1.7rem, 1.2385rem + 0.801vw, 2.2rem);
    margin: 0 0 2rem;
    padding: 0.5rem 1rem;
  }
  .tit_05 {
    font-size: clamp(1.6rem, 1.0462rem + 0.962vw, 2.2rem);
    margin: 0 0 1.5rem;
  }
  .tit_06 {
    font-size: clamp(1.5rem, 1.0385rem + 0.801vw, 2rem);
    margin: 0 0 1.5rem;
  }
}
.lst_ul {
  line-height: 1.4;
  margin: 1rem 0;
}
.lst_ul > li {
  padding: 0 0 0 0.8em;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin: 0 0 0.6rem;
}
.lst_ul > li::before {
  content: "";
  width: 4px;
  height: 4px;
  background: var(--clr_blue);
  position: absolute;
  left: 0;
  top: 0.5em;
}
.lst_ul.kome > li::before {
  content: "※";
  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;
}
.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: 36em), 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_txt);
  border-top: none;
  margin: 1em 0;
}
.lst_dl02 dt {
  padding: 0.5rem 1rem;
  text-align: center;
  font-weight: bold;
  border-top: 1px solid var(--clr_txt);
  border-bottom: 1px solid var(--clr_txt);
  background: #ccc;
}
.lst_dl02 dd {
  padding: 1rem;
}
@media screen and (min-width: 36em), print {
  .lst_dl02 {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid var(--clr_txt);
  }
  .lst_dl02 dt, .lst_dl02 dd {
    width: 50%;
    padding: 1rem 2rem;
  }
  .lst_dl02 dt {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: none;
    border-right: 1px solid var(--clr_txt);
  }
  .lst_dl02 dt:last-of-type {
    border-bottom: none;
  }
  .lst_dl02 dd:not(:last-of-type) {
    border-bottom: 1px solid var(--clr_txt);
  }
  .lst_dl02.dt_small dt {
    width: 30%;
  }
  .lst_dl02.dt_small dd {
    width: 70%;
  }
}

.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: 36em), 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.4rem;
  color: var(--clr_blue_dark4);
  font-weight: 400;
  letter-spacing: 0.05em;
}
.tel_style::before {
  font-family: "fontello";
  content: "\e803";
  font-size: 82%;
}
.tel_style.btn_tel {
  position: relative;
  z-index: 0;
}
.tel_style.btn_tel::after {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid var(--clr_blue_light6);
  z-index: -1;
}

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

.box_ {
  background: var(--clr_txt);
}

.btn_rsv, .btn_acs {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  padding: 1rem 2rem;
  position: relative;
  z-index: 0;
  text-align: center;
}
.btn_rsv::before, .btn_acs::before {
  font-size: 130%;
}
.btn_rsv::after, .btn_acs::after {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (min-width: 36em), print {
  .btn_rsv:is(:hover, :focus-visible), .btn_acs:is(:hover, :focus-visible) {
    opacity: 1;
    filter: brightness(110%);
  }
}

.btn_rsv {
  background: var(--clr_brown);
}
.btn_rsv::before {
  font-family: "fontello";
  content: "\e812";
}
.btn_rsv::after {
  border: 1px solid var(--clr_brown_light13);
}

.btn_acs {
  background: var(--clr_blue_dark5);
}
.btn_acs::before {
  font-family: "fontello";
  content: "\e805";
}
.btn_acs::after {
  border: 1px solid var(--clr_blue_light5);
}

.btn1, .btn2 {
  display: inline-block;
  padding: 1.4rem 3rem;
  line-height: 1.4;
  background: #fff;
  border-radius: 100vh;
  color: #fff;
  text-decoration: none !important;
  position: relative;
}
.btn1::before, .btn2::before {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 2px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid var(--clr_brown_light9);
  border-radius: 100vh;
}
@media screen and (min-width: 36em), print {
  .btn1, .btn2 {
    padding: 1.6rem 5rem;
  }
  .btn1:is(:hover, :focus-visible), .btn2:is(:hover, :focus-visible) {
    opacity: 1;
  }
}

.btn1 {
  background: var(--clr_blue_dark5);
}
@media screen and (min-width: 36em), print {
  .btn1:is(:hover, :focus-visible) {
    background: var(--clr_brown_dark6);
  }
}

.btn2 {
  background: var(--clr_brown_dark5);
}
@media screen and (min-width: 36em), print {
  .btn2:is(:hover, :focus-visible) {
    background: var(--clr_blue);
  }
}

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

@media screen and (min-width: 36em), 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: 26rem;
  }
  .slick-arrow::before {
    font-size: 5rem;
    color: var(--clr_txt);
    transition: 0.3s;
  }
  .slick-arrow.slick-prev {
    left: -6rem;
  }
  .slick-arrow.slick-prev::before {
    font-family: "fontello";
    content: "\71";
  }
  .slick-arrow.slick-next {
    right: -6rem;
  }
  .slick-arrow.slick-next::before {
    font-family: "fontello";
    content: "\77";
  }
}
.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_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: 36em), print {
  .slick-dots {
    margin: 1.6rem auto;
  }
  .slick-dots li {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 0.6rem;
  }
}
html {
  font-size: 2.7777777778vw;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: var(--clr_txt);
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}
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;
  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.4rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.main a:not([class*=btn], [href*="tel:"]) {
  text-decoration: underline;
}

@media screen and (min-width: 36em), print {
  html {
    font-size: 62.5%;
  }
  body::after {
    display: none;
  }
  a, button {
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    max-width: 1200px;
    margin: auto;
  }
  .main {
    font-size: clamp(1.3rem, 1.0231rem + 0.481vw, 1.6rem);
    line-height: 1.8;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    text-decoration: none;
  }
}
.header {
  position: relative;
  background: #fff;
}
.header > .wrap .logo {
  width: 100%;
  height: 6.6rem;
  padding: 1rem;
}
.header > .wrap .logo.hide {
  transform: translateY(-150%);
}
.header > .wrap .logo a {
  display: block;
  width: calc(100% - 5.6rem);
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
  position: relative;
}
.header > .wrap .logo a::after {
  content: "（仮称）";
  position: absolute;
  bottom: -1rem;
  right: -0.7rem;
  font-size: 1rem;
}
.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: 36em), print {
  .header {
    padding: 0 1rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 201;
    container: tab/inline-size;
  }
  .header > .wrap {
    max-width: 110rem;
    padding: 2rem 0 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header > .wrap .logo {
    max-width: 44%;
    height: 3.1rem;
    padding: 0;
    position: relative;
    z-index: 101;
    background: none;
  }
  .header > .wrap .logo a {
    width: 100%;
  }
  .header > .wrap .headR {
    display: flex;
    justify-content: flex-end;
    flex: 1;
  }
  .header > .wrap .headR ul {
    display: flex;
    gap: clamp(1rem, 0.0769rem + 1.603vw, 2rem);
  }
  .header > .wrap .headR ul li .tel_style {
    font-size: clamp(2rem, 1.0769rem + 1.603vw, 3rem);
  }
  .header > .wrap .headR ul li.add {
    font-size: clamp(1.2rem, 0.8308rem + 0.641vw, 1.6rem);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    letter-spacing: 0.03em;
  }
  .header > .wrap .headR ul li.add::before {
    font-family: "fontello";
    content: "\e805";
    color: var(--clr_blue_dark4);
    font-size: 2.2rem;
  }
  @container tab (width < 950px) {
    .header .wrap {
      flex-direction: column;
      gap: 1rem;
    }
    .header .wrap .logo {
      max-width: 50rem;
    }
  }
}
#nav {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  background: var(--clr_brown_dark5);
  border: 1px solid #fff;
  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 {
  display: none;
  width: 100vw;
  max-height: calc(100dvh - 1px);
  overflow-y: auto;
  background: #fff;
  padding: 7rem 1.6rem 1.6rem;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
#nav .gnav_subnav .gnav > li:not(:last-child) {
  border-bottom: 1px solid var(--clr_brown_light11);
}
#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;
  letter-spacing: 0.03em;
}
#nav .gnav_subnav .gnav > li a.current, #nav .gnav_subnav .gnav > li .sub.current {
  color: var(--clr_blue_dark3);
}
#nav .gnav_subnav .gnav > li .sub {
  gap: 0.4rem;
}
#nav .gnav_subnav .gnav > li .sub::after {
  font-family: "fontello";
  content: "\e80d";
  color: var(--clr_brown_dark);
  font-size: 70%;
}
#nav .gnav_subnav .gnav > li .sub.close::after {
  font-family: "fontello";
  content: "\e80f";
}
#nav .gnav_subnav .gnav > li .subbox {
  display: none;
  padding: 1rem;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li:not(:last-child) {
  margin: 0 0 0.5rem;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a {
  justify-content: flex-start;
  gap: 0.3em;
  padding: 1rem 1.5rem;
  color: var(--clr_brown_dark);
  letter-spacing: 0.02em;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 100vh;
  font-size: 1.3rem;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16);
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a::before {
  font-family: "fontello";
  content: "\e804";
  font-size: 80%;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a br {
  display: none;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a.current {
  color: var(--clr_blue_dark3);
  background: var(--clr_brown_light5);
}
#nav .gnav_subnav .gnav > li.specialty .subbox {
  background: rgba(var(--rgb_brown), 0.61);
}
#nav .gnav_subnav .gnav > li.specialty .subbox > .subnav > li:not(:last-child) {
  margin: 0 0 1rem;
}
#nav .gnav_subnav .gnav > li.specialty .subbox > .subnav > li a.clr {
  color: #fff;
  font-size: 1.4rem;
}
#nav .gnav_subnav .gnav > li.specialty .subbox > .subnav > li a.clr.current {
  filter: brightness(110%);
}
#nav .gnav_subnav .gnav > li.specialty .subbox > .subnav > li a.mental_health {
  background: rgba(var(--rgb_brown_dark2), 0.9);
}
#nav .gnav_subnav .gnav > li.specialty .subbox > .subnav > li a.developmental_disorder {
  background: rgba(var(--rgb_blue_dark2), 0.9);
}
#nav .gnav_subnav .gnav > li.specialty .subbox > .subnav > li a.social_anxiety {
  background: rgba(var(--rgb_brown_dark4), 0.9);
}
#nav .gnav_subnav .gnav > li.specialty .subbox > .subnav > li a.developmental_disorder + ul li a {
  color: var(--clr_blue_dark3);
}
#nav .gnav_subnav .gnav > li.specialty .subbox > .subnav > li .sub_subnav {
  margin: 0.5rem 0 0;
}
#nav .gnav_subnav .gnav > li.treatment .subbox {
  background: rgba(var(--rgb_blue_light4), 0.61);
}
#nav .gnav_subnav #menu_close {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: var(--clr_txt);
  background: var(--clr_brown_light5);
  text-align: center;
  padding: 0.6rem 0;
  margin: 1rem 0 0;
}
#nav .gnav_subnav #menu_close::before {
  font-family: "fontello";
  content: "\e801";
  margin: 0 0.6rem 0 0;
}

@media screen and (min-width: 36em), print {
  #nav {
    width: auto;
    position: static;
    z-index: 100;
    transition: 0.8s;
    container: tab/inline-size;
  }
  #nav.change_color {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  #nav.change_color .gnav_subnav {
    background: rgba(255, 255, 255, 0.9);
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block !important;
    width: 100%;
    max-height: calc(var(--vh, 1vh) * 100);
    overflow-y: visible;
    padding: 1.5rem 1rem;
    position: static;
  }
  #nav .gnav_subnav .gnav {
    max-width: 110rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
  }
  #nav .gnav_subnav .gnav > li {
    flex: auto;
    border-right: 1px solid var(--clr_brown_light11);
  }
  #nav .gnav_subnav .gnav > li:not(:last-child) {
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav > li.first-in-row {
    border-left: 1px solid var(--clr_brown_light11);
  }
  #nav .gnav_subnav .gnav > li.pc_gnav_n {
    display: none;
  }
  #nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
    justify-content: center;
    text-align: center;
    font-size: clamp(1.4rem, 1.2154rem + 0.321vw, 1.6rem);
    margin: 0;
    padding: 0 0.5rem;
    cursor: pointer;
  }
  #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_blue_dark3);
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li .subbox {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 100;
    padding: 2rem 1rem;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 1.1rem 0.8rem;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li:not(:last-child) {
    margin: 0;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a {
    padding: 0.8rem 0.5rem 0.8rem 1rem;
    font-size: clamp(1.2rem, 0.8308rem + 0.641vw, 1.6rem);
    white-space: nowrap;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:is(:hover, :focus-visible, .current) {
    color: var(--clr_blue_dark3);
    background: var(--clr_brown_light5);
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li.specialty .subbox > .subnav {
    max-width: 110rem;
    display: block;
  }
  #nav .gnav_subnav .gnav > li.specialty .subbox > .subnav > li {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
  }
  #nav .gnav_subnav .gnav > li.specialty .subbox > .subnav > li:not(:last-child) {
    margin: 0 0 1rem;
  }
  #nav .gnav_subnav .gnav > li.specialty .subbox > .subnav > li a {
    min-width: clamp(20rem, 18.1538rem + 3.205vw, 22rem);
    width: fit-content;
    padding: 0.8rem 0.5rem 0.8rem 1.3rem;
  }
  #nav .gnav_subnav .gnav > li.specialty .subbox > .subnav > li a.clr {
    font-size: clamp(1.4rem, 1.0308rem + 0.641vw, 1.8rem);
  }
  #nav .gnav_subnav .gnav > li.specialty .subbox > .subnav > li a.clr:is(:hover, :focus-visible) {
    filter: brightness(110%);
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li.specialty .subbox > .subnav > li .sub_subnav {
    display: flex;
    gap: 1rem;
    flex: 1;
    margin: 0;
    flex-wrap: wrap;
  }
  #nav .gnav_subnav .gnav > li.specialty .subbox > .subnav > li .sub_subnav li {
    min-width: calc((100% - 2rem) / 3);
  }
  #nav .gnav_subnav .gnav > li.specialty .subbox > .subnav > li .sub_subnav li a {
    width: 100%;
    height: 100%;
  }
  #nav .gnav_subnav .gnav > li.treatment .subbox > .subnav {
    max-width: 105rem;
  }
  #nav .gnav_subnav .gnav > li.treatment .subbox > .subnav li {
    min-width: calc((100% - 1.6rem) / 3);
  }
  #nav .gnav_subnav #menu_close {
    display: none;
  }
  @container tab (width < 800px) {
    #nav .gnav_subnav .gnav {
      flex-wrap: wrap;
      justify-content: center;
      gap: 0.5rem 0;
    }
    #nav .gnav_subnav .gnav li {
      flex: none;
      min-width: 20%;
    }
    #nav .gnav_subnav .gnav li a {
      padding: 0 1rem;
    }
  }
}
.side_btn {
  display: none;
}

@media screen and (min-width: 36em), print {
  .side_btn {
    display: block;
    position: fixed;
    right: 0;
    top: 26%;
    z-index: 200;
    width: clamp(5rem, 1.5846rem + 5.929vw, 8.7rem);
  }
  .side_btn li:not(:last-child) {
    margin: 0 0 1rem;
  }
  .side_btn li .tel_style, .side_btn li .btn_rsv, .side_btn li .btn_acs {
    display: flex;
    flex-direction: column;
    padding: 2rem 0;
    min-height: clamp(10rem, 4.5538rem + 9.455vw, 15.9rem);
  }
  .side_btn li .tel_style {
    background: #fff;
    font-size: clamp(1.5rem, 1.0385rem + 0.801vw, 2rem);
    text-align: left;
    padding: 2rem clamp(0.5rem, -0.8846rem + 2.404vw, 2rem);
  }
  .side_btn li .tel_style::before {
    font-size: 100%;
  }
  .side_btn li .btn_rsv {
    font-size: clamp(1.4rem, 0.9385rem + 0.801vw, 1.9rem);
    line-height: 1.3;
    gap: 0.2rem;
  }
  .side_btn li .btn_acs {
    font-size: clamp(1.2rem, 0.8308rem + 0.641vw, 1.6rem);
    gap: 0.2rem;
  }
}
body:is(.index) .overview > .wrap {
  margin-top: -30vh;
}
@media screen and (min-width: 36em), print {
  body:is(.index) .overview > .wrap {
    margin-top: -15vh;
  }
}

.overview {
  font-size: 1.4rem;
  line-height: 1.6;
  position: relative;
}
.overview .overview_parallax {
  position: sticky;
  height: 100vh;
  width: 100%;
  z-index: 0;
  top: 0;
  background: url(../img/overview_bg.jpg) no-repeat center/cover;
}
.overview > .wrap {
  background: rgba(255, 255, 255, 0.92);
  position: relative;
  z-index: 1;
  margin-top: -75vh;
  padding: 4rem 1rem;
}
.overview > .wrap .clinic_name {
  margin: 0 0 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  position: relative;
}
.overview > .wrap .clinic_name::after {
  content: "（仮称）";
  position: absolute;
  top: 2rem;
  right: 0;
  font-size: 1rem;
}
@media screen and (min-width: 36em), print {
  .overview > .wrap .clinic_name::after {
    right: calc(50% - 27rem);
  }
}
.overview > .wrap .clinic_name img {
  max-width: 90%;
}
.overview > .wrap .clinic_name .tel_style {
  font-size: 1.8rem;
}
.overview > .wrap .overviewL .gaiyo {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem 0;
}
.overview > .wrap .overviewL .gaiyo dt {
  width: 30%;
  padding: 0.4rem;
  color: #fff;
  background: var(--clr_brown);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
}
.overview > .wrap .overviewL .gaiyo dt.two_ltrs {
  letter-spacing: 1em;
  text-indent: 1em;
}
.overview > .wrap .overviewL .gaiyo dd {
  width: 70%;
  padding: 0.4rem 0.4rem 0.4rem 1rem;
}
.overview > .wrap .overviewR {
  margin: 2rem 0 0;
}
.overview .gmap {
  height: 100vw;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 36em), print {
  .overview {
    font-size: clamp(1.3rem, 1.0231rem + 0.481vw, 1.6rem);
    container: tab/inline-size;
  }
  .overview > .wrap {
    width: 100%;
    max-width: 100%;
    padding: clamp(5rem, 0.3846rem + 8.013vw, 10rem) 1rem clamp(5rem, 1.3077rem + 6.41vw, 9rem);
  }
  .overview > .wrap .clinic_name {
    width: 100%;
    margin: 0 0 4rem;
    gap: 1.5rem;
  }
  .overview > .wrap .clinic_name img {
    max-width: 54.6rem;
  }
  .overview > .wrap .clinic_name .tel_style {
    font-size: clamp(2.2rem, 1.5538rem + 1.122vw, 2.9rem);
  }
  .overview > .wrap .flex_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: clamp(2rem, -7.7846rem + 16.987vw, 12.6rem);
    max-width: 110rem;
    margin: auto;
  }
  .overview > .wrap .flex_box .overviewL, .overview > .wrap .flex_box .overviewR {
    flex: 1;
  }
  .overview > .wrap .flex_box .overviewL .gaiyo {
    gap: 1.8rem 0;
  }
  .overview > .wrap .flex_box .overviewL .gaiyo dt {
    width: 22.5%;
    padding: 1rem 0;
  }
  .overview > .wrap .flex_box .overviewL .gaiyo dd {
    width: 77.5%;
    display: flex;
    align-items: center;
    padding: 0 0 0 1rem;
  }
  .overview > .wrap .flex_box .overviewR {
    margin: 0;
  }
  .overview > .wrap .flex_box .overviewR .tbl_time tr th[scole=col] {
    padding: 1rem 0;
  }
  .overview > .wrap .flex_box .overviewR .tbl_time tr td {
    padding: 1.4rem 0;
  }
  .overview .gmap {
    height: 54rem;
  }
  @container tab (width < 850px) {
    .overview > .wrap .flex_box {
      display: block;
    }
    .overview > .wrap .flex_box .overviewR {
      margin: 2rem 0 0;
    }
  }
}
#tel_up {
  width: 100%;
  height: 4rem;
  background: #fff;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 -0.2rem 0.2rem rgba(var(--rgb_txt), 0.2);
}
#tel_up ul {
  width: calc(100% - 4rem);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
#tel_up ul li {
  flex: auto;
  height: 100%;
  text-align: center;
}
#tel_up ul li .tel_style {
  height: 100%;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#tel_up ul li .btn_rsv {
  height: 100%;
  display: flex;
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  font-size: 1.6rem;
  text-align: center;
  padding: 1rem;
  line-height: 1;
  color: #fff;
  background: var(--clr_blue);
  overflow: hidden;
  position: relative;
  z-index: 101;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\e814";
}
#tel_up #pageup .clip {
  display: block;
  font-size: 1rem;
  clip-path: inset(50%);
  color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 0;
}

@media screen and (min-width: 36em), print {
  #tel_up {
    width: clamp(4rem, 2.1538rem + 3.205vw, 6rem);
    height: clamp(4rem, 2.1538rem + 3.205vw, 6rem);
    bottom: 2rem;
    right: clamp(6rem, 2.3077rem + 6.41vw, 10rem);
    left: auto;
    background: none;
    padding: 0;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.16);
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 100%;
    font-size: clamp(2rem, 0.7077rem + 2.244vw, 3.4rem);
  }
  #tel_up #pageup:is(:hover, :focus-visible) {
    filter: brightness(110%);
    opacity: 1;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
  background: var(--clr_brown_dark5);
  color: #fff;
}
.footer .copy {
  display: block;
  padding: 1rem;
  font-size: 1.2rem;
}
.footer .nav_wrap {
  display: none;
}

@media screen and (min-width: 36em), print {
  .footer {
    padding: clamp(4rem, 1.2308rem + 4.808vw, 7rem) 1rem 0;
    container: tab/inline-size;
  }
  .footer .copy {
    margin: clamp(3rem, 0.2308rem + 4.808vw, 6rem) 0 0;
  }
  .footer .nav_wrap {
    display: flex;
    justify-content: space-between;
    max-width: 110rem;
    margin: auto;
    text-align: left;
    font-family: "Hiragino Sans", Meiryo, sans-serif;
    font-family: "Hiragino Sans", "Yu Gothic medium", "Yu Gothic", "游ゴシック Medium", Meiryo, sans-serif;
    letter-spacing: 0.06em;
  }
  .footer .nav_wrap ul li::before {
    content: "▸";
  }
  .footer .nav_wrap ul li:not(:last-of-type) {
    margin: 0 0 0.6em;
  }
  .footer .nav_wrap ul li br {
    display: none;
  }
  .footer .nav_wrap ul.gnav {
    font-size: clamp(1.4rem, 1.0308rem + 0.641vw, 1.8rem);
  }
  .footer .nav_wrap ul.gnav li.specialty, .footer .nav_wrap ul.gnav li.treatment {
    display: none;
  }
  .footer .nav_wrap .subnav_wrap {
    display: flex;
    min-width: 70%;
    gap: clamp(2rem, -3.9077rem + 10.256vw, 8.4rem);
  }
  .footer .nav_wrap .subnav_wrap dl {
    flex: 1;
  }
  .footer .nav_wrap .subnav_wrap dl dt {
    font-size: clamp(1.4rem, 1.0308rem + 0.641vw, 1.8rem);
    color: var(--clr_brown_light12);
    font-weight: 700;
    letter-spacing: 0.06em;
    margin: 0 0 2rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .footer .nav_wrap .subnav_wrap dl dt::after {
    content: "";
    width: 20rem;
    height: 1px;
    background: #fff;
    flex: 1;
  }
  .footer .nav_wrap .subnav_wrap dl dd {
    font-size: clamp(1.3rem, 1.0231rem + 0.481vw, 1.6rem);
  }
  @container tab (width < 900px) {
    .footer .nav_wrap {
      display: block;
    }
    .footer .nav_wrap .subnav_wrap {
      min-width: 100%;
      margin: 4rem 0 0;
    }
  }
}
.keyvsl {
  width: 100%;
  position: relative;
  background: #fff;
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: auto;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl .slick-list div img {
  height: 27rem !important;
  object-fit: cover;
  margin: auto;
}
.keyvsl > .wrap {
  padding: 0 1rem 2rem;
  margin-top: -14rem;
  position: relative;
  opacity: 0;
  animation: fadein 2s forwards;
}
.keyvsl > .wrap .open {
  background: rgba(var(--rgb_brown), 0.9);
  color: #fff;
  width: 9.5rem;
  height: 9.5rem;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1.3;
  border-radius: 50%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 1px solid rgba(var(--rgb_brown), 0.9);
  outline-offset: 2px;
}
.keyvsl > .wrap .open .txt_small {
  font-size: 84%;
  letter-spacing: 0.06em;
}
.keyvsl > .wrap .open .txt_smallest {
  font-size: 69%;
  letter-spacing: 0.06em;
}
.keyvsl > .wrap .catch {
  font-weight: 700;
  font-family: "Hiragino Sans", Meiryo, sans-serif;
  font-family: "Hiragino Sans", "Yu Gothic medium", "Yu Gothic", "游ゴシック Medium", Meiryo, sans-serif;
  font-size: 1.6rem;
  color: var(--clr_brown_dark);
  line-height: 1.56;
  letter-spacing: 0.05em;
  margin: -1.5rem 0 1.5rem;
  text-shadow: 0 0 1rem #fff, 0 0 1rem #fff, 0 0 1rem #fff;
  position: relative;
  z-index: 1;
}
.keyvsl > .wrap .kv_feat {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 0 0 1rem;
}
.keyvsl > .wrap .kv_feat li {
  width: 9.5rem;
  height: 9.5rem;
  border-radius: 50%;
  background: var(--clr_brown_light9);
  color: var(--clr_brown_dark);
  text-align: center;
  font-size: 1.3rem;
  border: 3px solid #fff;
  outline: 1px solid #fff;
  outline-offset: 2px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.27;
}
.keyvsl > .wrap .kv_feat li .txt_small {
  font-size: 88.8%;
}
.keyvsl > .wrap .kv_feat li .txt_large {
  font-size: 111.1%;
}

@media screen and (min-width: 36em), print {
  .keyvsl {
    container: tab/inline-size;
  }
  .keyvsl #keyvsl {
    height: 75rem;
  }
  .keyvsl #keyvsl .slick-list div img {
    height: 75rem !important;
  }
  .keyvsl > .wrap {
    padding: 0 1rem;
    margin: auto;
    margin-top: 0;
    position: absolute;
    bottom: 2.6rem;
    left: 0;
    right: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    max-width: 112rem;
    width: 100%;
  }
  .keyvsl > .wrap .open {
    width: clamp(12rem, 7.9385rem + 7.051vw, 16.4rem);
    height: clamp(12rem, 7.9385rem + 7.051vw, 16.4rem);
    font-size: clamp(1.8rem, 1.0615rem + 1.282vw, 2.6rem);
    padding: 0 0 1rem;
  }
  .keyvsl > .wrap .catch {
    font-size: clamp(2.2rem, 1.2769rem + 1.603vw, 3.2rem);
    margin: -2.7rem 0 1rem;
    text-shadow: 0 0 2rem #fff, 0 0 2rem #fff, 0 0 2rem #fff, 0 0 2rem #fff;
  }
  .keyvsl > .wrap .kv_feat {
    gap: 7px;
    margin: 0 0 2rem;
    justify-content: flex-start;
  }
  .keyvsl > .wrap .kv_feat li {
    width: clamp(8rem, 5.2308rem + 4.808vw, 11rem);
    height: clamp(8rem, 5.2308rem + 4.808vw, 11rem);
    font-size: clamp(1.26rem, 0.7615rem + 0.865vw, 1.8rem);
  }
  .keyvsl > .wrap .tbl_time {
    width: 35%;
  }
  @container tab (width < 1024px) {
    .keyvsl > .wrap {
      display: block;
    }
    .keyvsl > .wrap .tbl_time {
      width: 40rem;
    }
  }
}
.tit_02_top {
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  font-weight: 700;
  color: var(--clr_blue_dark);
  letter-spacing: 0.06em;
  text-indent: 0.06em;
  margin: 0 auto 2rem;
  font-family: "Hiragino Sans", Meiryo, sans-serif;
  font-family: "Hiragino Sans", "Yu Gothic medium", "Yu Gothic", "游ゴシック Medium", Meiryo, sans-serif;
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
.tit_02_top::after {
  content: attr(data-txt);
  color: var(--clr_brown_light5);
  display: block;
  font-size: 312.5%;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  width: fit-content;
  padding: 0 4.5rem;
  margin: -0.6em auto 0;
  background: linear-gradient(to right, var(--clr_brown_light10) 3.5rem, transparent 3.5rem, transparent calc(100% - 3.5rem), var(--clr_brown_light10) calc(100% - 3.5rem)) no-repeat center/auto 1px;
  position: relative;
  z-index: -1;
}
.tit_02_top.clr::after {
  color: var(--clr_brown_light10);
  background: linear-gradient(to right, var(--clr_brown_light11) 3.5rem, transparent 3.5rem, transparent calc(100% - 3.5rem), var(--clr_brown_light11) calc(100% - 3.5rem)) no-repeat center/auto 1px;
}

@media screen and (min-width: 36em), print {
  .tit_02_top {
    font-size: clamp(2.2rem, 1.2769rem + 1.603vw, 3.2rem);
  }
  .tit_02_top::after {
    padding: 0 1.25em;
    background: linear-gradient(to right, var(--clr_brown_light10) 1em, transparent 1em, transparent calc(100% - 1em), var(--clr_brown_light10) calc(100% - 1em)) no-repeat center/auto 2px;
  }
  .tit_02_top.clr::after {
    background: linear-gradient(to right, var(--clr_brown_light11) 1em, transparent 1em, transparent calc(100% - 1em), var(--clr_brown_light11) calc(100% - 1em)) no-repeat center/auto 2px;
  }
}
.concept {
  padding: 4rem 1rem;
  overflow: hidden;
}
.concept .parallax {
  position: fixed;
  inset: 0;
  z-index: -1;
  background: url(../img/index_concept_bg.jpg) no-repeat center/cover;
}
.concept .flex_box {
  opacity: 0;
}
.concept .flex_box::before {
  content: "";
  width: 60%;
  aspect-ratio: 1/1;
  display: block;
  background: url(../img/index_concept.jpg) no-repeat center/cover;
  margin: 0 auto 2rem;
}
.concept .flex_box .txt_wrap p.lead {
  font-size: 1.7rem;
  font-weight: 700;
  font-family: "Hiragino Sans", Meiryo, sans-serif;
  font-family: "Hiragino Sans", "Yu Gothic medium", "Yu Gothic", "游ゴシック Medium", Meiryo, sans-serif;
  letter-spacing: 0.05em;
  margin: 0 0 0.45em;
}
.concept .flex_box.trigger {
  animation: fadein 1s forwards;
}

@media screen and (min-width: 36em), print {
  .concept {
    padding: clamp(4rem, 2.1538rem + 3.205vw, 6rem) 1rem clamp(5rem, -0.5385rem + 9.615vw, 11rem);
  }
  .concept .flex_box {
    max-width: 110rem;
    margin: auto;
    display: flex;
    gap: clamp(2rem, -0.7692rem + 4.808vw, 5rem);
    align-items: flex-start;
  }
  .concept .flex_box::before {
    width: clamp(20rem, 13.1692rem + 11.859vw, 27.4rem);
    margin: 0;
  }
  .concept .flex_box .txt_wrap {
    flex: 1;
  }
  .concept .flex_box .txt_wrap p.lead {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}
.feature {
  padding: 4rem 0 0;
  background: var(--clr_brown_light8);
}
.feature ol {
  counter-reset: number 0;
}
.feature ol li {
  padding: 2rem 1rem;
  counter-increment: number 1;
}
.feature ol li:nth-child(2n-1) {
  background: #fff;
}
.feature ol li::before {
  content: "";
  width: 100%;
  height: 22rem;
  display: block;
}
.feature ol li.feat1::before {
  background: url(../img/index_feat1.jpg) no-repeat center/cover;
}
.feature ol li.feat2::before {
  background: url(../img/index_feat2.jpg) no-repeat center/cover;
}
.feature ol li.feat3::before {
  background: url(../img/index_feat3.jpg) no-repeat center/cover;
}
.feature ol li .txt_wrap {
  display: flex;
  gap: 1rem;
  margin: 2rem 0 0;
}
.feature ol li .txt_wrap .point {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.2;
  color: var(--clr_brown);
  writing-mode: sideways-lr;
  border-top: 1px solid var(--clr_brown);
  border-bottom: 1px solid var(--clr_brown);
  padding: 0 1rem;
}
.feature ol li .txt_wrap .point::after {
  content: counter(number);
  font-family: "Cinzel", serif;
  font-weight: 500;
  font-size: 314%;
  writing-mode: horizontal-tb;
  line-height: 1;
  padding: 0.1em 0 0;
}
.feature ol li .txt_wrap > div {
  opacity: 0;
}
.feature ol li .txt_wrap > div.trigger {
  animation: fade_up 1s forwards;
}
.feature ol li .txt_wrap .tit {
  line-height: 1.375;
  margin: 0 0 1rem;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-family: "Hiragino Sans", Meiryo, sans-serif;
  font-family: "Hiragino Sans", "Yu Gothic medium", "Yu Gothic", "游ゴシック Medium", Meiryo, sans-serif;
}
.feature ol li .txt_wrap p {
  letter-spacing: 0.03em;
}

@media screen and (min-width: 36em), print {
  .feature {
    padding: clamp(5rem, 1.3077rem + 6.41vw, 9rem) 0 0;
    background: linear-gradient(to top, var(--clr_brown_light9) 23rem, var(--clr_brown_light8) 23rem);
  }
  .feature ol li {
    padding: clamp(2rem, 0.1538rem + 3.205vw, 4rem) clamp(2rem, -0.7692rem + 4.808vw, 5rem) clamp(2rem, 0.1538rem + 3.205vw, 4rem) 1rem;
    max-width: 122rem;
    margin: 0 auto clamp(2rem, 0.1538rem + 3.205vw, 4rem);
    display: flex;
    gap: clamp(2rem, -0.7692rem + 4.808vw, 5rem);
    align-items: center;
    justify-content: space-between;
    min-height: clamp(10rem, -22.4rem + 56.25vw, 45.1rem);
  }
  .feature ol li:nth-child(2n-1) {
    flex-direction: row-reverse;
    max-width: calc(120rem + (100% - 120rem) / 2);
    margin: 0 0 clamp(2rem, 0.1538rem + 3.205vw, 4rem) auto;
    padding: clamp(2rem, 0.1538rem + 3.205vw, 4rem) 1rem clamp(2rem, 0.1538rem + 3.205vw, 4rem) clamp(2rem, -1.2308rem + 5.609vw, 5.5rem);
    justify-content: flex-end;
  }
  .feature ol li:last-child {
    margin-bottom: 0;
  }
  .feature ol li::before {
    max-width: clamp(20rem, -13.6rem + 58.333vw, 56.4rem);
    aspect-ratio: 47/31;
    height: auto;
  }
  .feature ol li .txt_wrap {
    gap: clamp(1rem, -1.7692rem + 4.808vw, 4rem);
    margin: 0;
    max-width: 53.5rem;
    flex: 1;
    align-items: center;
  }
  .feature ol li .txt_wrap .point {
    font-size: clamp(1.7rem, 0.6846rem + 1.763vw, 2.8rem);
    width: 19.5%;
    min-height: clamp(30rem, 23.3538rem + 11.538vw, 37.2rem);
    flex-shrink: 0;
  }
  .feature ol li .txt_wrap .tit {
    font-size: clamp(1.6rem, 0.8615rem + 1.282vw, 2.4rem);
  }
}
.symptoms {
  padding: 8rem 1rem 4rem;
  background: linear-gradient(to top, var(--clr_brown_light8) 16.4rem, var(--clr_brown_light9) 16.4rem);
}
.symptoms .wrap {
  opacity: 0;
}
.symptoms .wrap > div {
  background: #fff;
  padding: 1rem;
}
.symptoms .wrap > div.adult {
  margin: 0 0 4rem;
}
.symptoms .wrap > div.adult .tit {
  background: var(--clr_blue_light);
  color: var(--clr_brown_dark);
}
.symptoms .wrap > div.adult .tit::before {
  background: var(--clr_blue_dark);
}
.symptoms .wrap > div.adult .tit::after {
  background: url(../img/index_symptoms_adult.png) no-repeat center/100% auto;
}
.symptoms .wrap > div.adult .lst_ul li::before {
  background: var(--clr_blue_dark6);
}
.symptoms .wrap > div.child .tit {
  background: var(--clr_brown_light7);
  color: var(--clr_brown_dark6);
}
.symptoms .wrap > div.child .tit::before {
  background: var(--clr_brown_dark7);
}
.symptoms .wrap > div.child .tit::after {
  background: url(../img/index_symptoms_child.png) no-repeat center/100% auto;
}
.symptoms .wrap > div.child .lst_ul li::before {
  background: var(--clr_brown_light);
}
.symptoms .wrap > div .tit {
  display: flex;
  gap: 0.3em;
  align-items: center;
  padding: 0.5rem 1rem;
  margin: 0 0 2rem;
  font-family: "Hiragino Sans", Meiryo, sans-serif;
  font-family: "Hiragino Sans", "Yu Gothic medium", "Yu Gothic", "游ゴシック Medium", Meiryo, sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  font-size: 1.6rem;
}
.symptoms .wrap > div .tit::before {
  content: "";
  width: 0.6em;
  height: 1px;
}
.symptoms .wrap > div .tit::after {
  content: "";
  width: 8rem;
  height: 8rem;
  position: absolute;
  right: 2rem;
  bottom: -1rem;
}
.symptoms .wrap > div .lst_ul li {
  padding: 0 0 0 1em;
  line-height: 1.8;
}
.symptoms .wrap > div .lst_ul li::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  top: 0.6em;
}
.symptoms .wrap > div .lst_ul li:not(:last-child) {
  margin: 0;
}
.symptoms .wrap.trigger {
  animation: fadein 1s forwards;
}

@media screen and (min-width: 36em), print {
  .symptoms {
    padding: clamp(6rem, 0.4615rem + 9.615vw, 12rem) 1rem 0;
  }
  .symptoms .wrap {
    margin: clamp(3rem, 0.2308rem + 4.808vw, 6rem) auto 0;
    display: flex;
    gap: clamp(2rem, -2.1538rem + 7.212vw, 6.5rem);
    max-width: 110rem;
  }
  .symptoms .wrap > div {
    flex: 1;
    padding: clamp(1.5rem, -0.8077rem + 4.006vw, 4rem);
  }
  .symptoms .wrap > div.adult {
    margin: 0;
  }
  .symptoms .wrap > div .tit {
    font-size: clamp(1.7rem, 1.0538rem + 1.122vw, 2.4rem);
    margin: 0 0 3rem;
  }
  .symptoms .wrap > div .tit::after {
    width: clamp(9rem, 3.4615rem + 9.615vw, 15rem);
    height: auto;
    aspect-ratio: 25/24;
    right: clamp(1.5rem, -3.1154rem + 8.013vw, 6.5rem);
    bottom: -1.3rem;
  }
  .symptoms .wrap > div .lst_ul {
    padding: 0 0 0 1rem;
  }
}
.outpatient {
  padding: 4rem 2rem;
  background: var(--clr_brown_light8);
}
.outpatient .lead {
  text-align: center;
  font-weight: bold;
  font-family: "Hiragino Sans", Meiryo, sans-serif;
  font-family: "Hiragino Sans", "Yu Gothic medium", "Yu Gothic", "游ゴシック Medium", Meiryo, sans-serif;
  color: var(--clr_brown_dark);
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.outpatient > ul.trigger > li:nth-child(1) {
  animation: fade_down 1.3s forwards normal;
  animation-delay: 0.2s;
}
.outpatient > ul.trigger > li:nth-child(2) {
  animation: fade_down 1.3s forwards normal;
  animation-delay: 0.4s;
}
.outpatient > ul.trigger > li:nth-child(3) {
  animation: fade_down 1.3s forwards normal;
  animation-delay: 0.6s;
}
.outpatient > ul > li {
  background: var(--clr_brown_light9);
  opacity: 0;
}
.outpatient > ul > li:not(:last-child) {
  margin: 0 0 2rem;
}
.outpatient > ul > li .mainlink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 20rem;
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 600;
  text-shadow: 0 0 0.5rem var(--clr_brown_dark);
  position: relative;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
  z-index: 1;
}
.outpatient > ul > li .mainlink::before {
  content: "▸";
}
.outpatient > ul > li .mainlink::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.outpatient > ul > li .txt_wrap {
  padding: 2rem;
  min-height: 22rem;
}
.outpatient > ul > li .txt_wrap p {
  color: var(--clr_brown_dark3);
  line-height: 1.6;
  letter-spacing: 0;
}
.outpatient > ul > li .txt_wrap p::after {
  content: "";
  width: 100%;
  height: 1.4rem;
  background: url(../img/index_outpatient_square.svg) no-repeat center/30% auto;
  display: block;
  margin: 2rem 0;
}
.outpatient > ul > li .txt_wrap ul li {
  color: var(--clr_blue_dark3);
  display: flex;
  align-items: first baseline;
  gap: 0.2em;
}
.outpatient > ul > li .txt_wrap ul li:not(:last-child) {
  margin: 0 0 0.1em;
}
.outpatient > ul > li .txt_wrap ul li::before {
  font-family: "fontello";
  content: "\e806";
  color: var(--clr_blue_dark2);
  font-size: 90%;
}
.outpatient > ul > li .txt_wrap ul li a {
  font-weight: 600;
  letter-spacing: 0;
}
.outpatient > ul > li.mental .mainlink {
  background: url(../img/index_outpatient01.jpg) no-repeat center/cover;
}
.outpatient > ul > li.mental .mainlink::after {
  background: rgba(var(--rgb_brown_dark2), 0.3);
}
.outpatient > ul > li.developmental .mainlink {
  background: url(../img/index_outpatient02.jpg) no-repeat center/cover;
}
.outpatient > ul > li.developmental .mainlink::after {
  background: rgba(var(--rgb_blue_dark), 0.31);
}
.outpatient > ul > li.anxiety .mainlink {
  background: url(../img/index_outpatient03.jpg) no-repeat center/cover;
}
.outpatient > ul > li.anxiety .mainlink::after {
  background: rgba(var(--rgb_brown_light14), 0.46);
}

@media screen and (min-width: 36em), print {
  .outpatient {
    padding: clamp(6rem, 0.4615rem + 9.615vw, 12rem) 1rem;
  }
  .outpatient .lead {
    font-size: clamp(1.7rem, 1.0538rem + 1.122vw, 2.4rem);
    margin: 0 0 3.5rem;
  }
  .outpatient > ul {
    max-width: 110rem;
    margin: auto;
    display: flex;
    gap: clamp(1rem, -0.6615rem + 2.885vw, 2.8rem);
  }
  .outpatient > ul > li {
    flex: 1;
  }
  .outpatient > ul > li:not(:last-child) {
    margin: 0;
  }
  .outpatient > ul > li .mainlink {
    height: auto;
    aspect-ratio: 29/19;
    font-size: clamp(1.6rem, 0.4923rem + 1.923vw, 2.8rem);
    text-shadow: 0 0 1rem var(--clr_brown_dark);
    transition: 0.3s;
  }
  .outpatient > ul > li .mainlink::after {
    transition: 0.3s;
  }
  .outpatient > ul > li .mainlink:is(:hover, :focus-visible) {
    text-shadow: 0 0 1rem var(--clr_brown_dark), 0 0 1rem var(--clr_brown_dark), 0 0 2rem var(--clr_brown_dark), 0 0 2rem var(--clr_brown_dark), 0 0 2rem var(--clr_brown_dark);
  }
  .outpatient > ul > li .mainlink:is(:hover, :focus-visible):after {
    opacity: 0;
  }
  .outpatient > ul > li .txt_wrap {
    padding: clamp(1.5rem, 0.3rem + 2.083vw, 2.8rem) clamp(1rem, -0.6615rem + 2.885vw, 2.8rem) clamp(2rem, 0.6154rem + 2.404vw, 3.5rem);
    min-height: 0;
  }
  .outpatient > ul > li .txt_wrap p {
    font-size: clamp(1.4rem, 1.0308rem + 0.641vw, 1.8rem);
  }
  .outpatient > ul > li .txt_wrap p::after {
    background: url(../img/index_outpatient_square.svg) no-repeat center/8.7rem auto;
    margin: 2.5rem 0;
  }
  .outpatient > ul > li .txt_wrap ul li {
    font-size: clamp(1.4rem, 1.0308rem + 0.641vw, 1.8rem);
  }
}
.tre {
  background: url(../img/index_tre_bg.jpg) no-repeat center/cover;
  padding: 4rem 0;
}
.tre .subnav {
  padding: 0 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 1rem;
  opacity: 0;
}
.tre .subnav.trigger {
  animation: fadein 1s forwards;
}
.tre .subnav li a {
  display: block;
  width: 16rem;
  font-size: 1.1rem;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
}
.tre .subnav li a::before {
  content: "";
  width: 9rem;
  height: 7rem;
  display: block;
  margin: auto;
}
.tre .subnav li a.depression::before {
  background: url(../img/index_tre_depression.svg) no-repeat center/100% auto;
}
.tre .subnav li a.maladjustment::before {
  background: url(../img/index_tre_maladjustment.svg) no-repeat center/100% auto;
}
.tre .subnav li a.insomnia_autonomic::before {
  background: url(../img/index_tre_insomnia_autonomic.svg) no-repeat center/100% auto;
}
.tre .subnav li a.panic-anxiety_social_anxiety::before {
  background: url(../img/index_tre_panic-anxiety_social_anxiety.svg) no-repeat center/100% auto;
}
.tre .subnav li a.developmental_disorder::before {
  background: url(../img/index_tre_developmental_disorder.svg) no-repeat center/100% auto;
}
.tre .subnav li a.child_adolescent::before {
  background: url(../img/index_tre_child_adolescent.svg) no-repeat center/100% auto;
}
.tre .subnav li a.somatic_symptom_disorder::before {
  background: url(../img/index_tre_somatic_symptom_disorder.svg) no-repeat center/100% auto;
}
.tre .subnav li a.womens_mental_health::before {
  background: url(../img/index_tre_womens_mental_health.svg) no-repeat center/100% auto;
}
.tre .subnav li a.private::before {
  background: url(../img/index_tre_private.svg) no-repeat center/100% auto;
}
.tre .subnav li a span::before {
  content: "▶";
  color: var(--clr_blue_light3);
}

@media screen and (min-width: 36em), print {
  .tre {
    padding: clamp(5rem, 0.3846rem + 8.013vw, 10rem) 1rem;
  }
  .tre .subnav {
    max-width: 110rem;
    padding: 0;
    margin: clamp(2.5rem, 1.5769rem + 1.603vw, 3.5rem) auto 0;
    gap: clamp(4rem, 1.2308rem + 4.808vw, 7rem) clamp(2rem, 0.8rem + 2.083vw, 3.3rem);
  }
  .tre .subnav li a {
    width: fit-content;
    min-width: clamp(14rem, 10.3077rem + 6.41vw, 18rem);
    font-size: clamp(1.3rem, 1.0231rem + 0.481vw, 1.6rem);
  }
  .tre .subnav li a::before {
    width: clamp(12rem, 6.4615rem + 9.615vw, 18rem);
    height: auto;
    aspect-ratio: 90/59;
    margin: 0 auto clamp(2rem, 0.8rem + 2.083vw, 3.3rem);
  }
  .tre .subnav li a:is(:hover, :focus-visible) {
    color: var(--clr_blue_dark2);
  }
}
.greeting {
  padding: 4rem 1rem;
  background: var(--clr_brown_light9);
}
.greeting .wrap.trigger img {
  animation: fadein 1s forwards;
}
.greeting .wrap.trigger > div {
  animation: fade_up 1s forwards 0.3s;
}
.greeting .wrap img {
  width: 60%;
  margin: 0 auto 2rem;
  opacity: 0;
}
.greeting .wrap > div {
  opacity: 0;
}
.greeting .wrap .name {
  text-align: right;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 1.5rem;
  line-height: 1.4;
  margin: 2rem 0 0;
}
.greeting .wrap .name .txt_large {
  font-size: 125%;
}
.greeting .wrap .name .btn {
  color: var(--clr_brown_dark2);
  display: inline-block;
  padding: 0 5em 0 0.3em;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.09em;
}
.greeting .wrap .name .btn::after {
  content: "";
  width: calc(100% + 5.3em);
  height: 1rem;
  margin-left: -0.3em;
  background: url(../img/index_dr_btn.svg) no-repeat center/100% auto;
  display: block;
}

@media screen and (min-width: 36em), print {
  .greeting {
    padding: clamp(5rem, 0.3846rem + 8.013vw, 10rem) 1rem;
    background: var(--clr_brown_light9);
    container: tab/inline-size;
  }
  .greeting .wrap {
    max-width: 110rem;
    display: flex;
    flex-direction: row-reverse;
    gap: clamp(2rem, -3.5385rem + 9.615vw, 8rem);
    justify-content: space-between;
  }
  .greeting .wrap img {
    max-width: 28.4rem;
    margin: 0;
  }
  .greeting .wrap .name {
    gap: 2.5rem;
    margin: 3.5rem 0 0;
  }
  .greeting .wrap .name .btn::after {
    height: 1.2rem;
  }
  .greeting .wrap .name .btn:is(:hover, :focus-visible) {
    color: var(--clr_blue_dark2);
  }
  @container tab (width < 750px) {
    .greeting .wrap {
      display: block;
    }
    .greeting .wrap img {
      margin: 0 auto 3rem;
    }
  }
}
.info_blog {
  background: var(--clr_brown_light9);
  padding: 4rem 0 0;
  margin-bottom: -30rem;
  position: relative;
  overflow-x: clip;
}
.info_blog::after {
  content: "";
  width: 100%;
  height: 15rem;
  position: absolute;
  bottom: 15rem;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, var(--clr_brown_light9), transparent);
  z-index: 1;
}
.info_blog .tit_02_top {
  text-align: left;
  margin: 0 0 2rem;
  padding: 3.3em 0 0;
}
.info_blog .tit_02_top::after {
  background: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 280%;
}
.info_blog > section {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.07);
  position: relative;
  z-index: 2;
  opacity: 0;
}
@media screen and (min-width: 36em), print {
  .info_blog > section {
    box-shadow: 1rem 1rem 2rem rgba(0, 0, 0, 0.07);
  }
}

@media screen and (min-width: 36em), print {
  .info_blog {
    padding: 0;
    display: flex;
    justify-content: center;
    gap: clamp(2rem, 0.1538rem + 3.205vw, 4rem);
    margin-bottom: -50vh;
  }
  .info_blog::after {
    height: 50rem;
    bottom: auto;
    top: 0;
    background: linear-gradient(to bottom, var(--clr_brown_light9) 60%, transparent);
  }
  .info_blog .tit_02_top {
    font-size: clamp(1.4rem, 0.8462rem + 0.962vw, 2rem);
    margin: 0 0 3rem;
  }
  .info_blog .tit_02_top::after {
    font-size: 280%;
  }
  .info_blog > section {
    flex: 1;
  }
}
.info {
  margin: 0 1rem 2rem 0;
  padding: 2rem 1rem 2rem 2rem;
}
.info .tit_02_top {
  color: var(--clr_brown_dark);
}
.info .tit_02_top::after {
  color: var(--clr_brown_light10);
}
.info.trigger {
  animation: fade_left 1s forwards;
}
.info .accordion-container {
  max-height: calc(100vw - 4rem);
  overflow-y: auto;
  overscroll-behavior-y: none;
}
.info .accordion-container .accordion-item:not(:last-child) {
  padding: 0 0 2em;
}
.info .accordion-container .accordion-item .accordion-header {
  display: block;
  margin: 0 0 0.6rem;
  padding: 0 0 0 2.5rem;
  color: var(--clr_brown_dark3);
  cursor: pointer;
  position: relative;
  font-size: 125%;
}
.info .accordion-container .accordion-item .accordion-header::before {
  font-family: "fontello";
  content: "\e808";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--clr_brown);
  padding: 0 0 0 1px;
  font-size: 90%;
}
.info .accordion-container .accordion-item .accordion-header .accordion-date {
  color: var(--clr_gray_dark);
  display: block;
  margin: 0 0 0.5rem;
  font-size: 1.4rem;
}
.info .accordion-container .accordion-item .accordion-content {
  margin: 0 0 0 2.5rem;
  line-height: 1.75;
}
.info .accordion-container .accordion-item[open] .accordion-header::before {
  font-family: "fontello";
  content: "\e807";
}

@media screen and (min-width: 36em), print {
  .info {
    margin: 0;
    padding: clamp(2rem, 0.1538rem + 3.205vw, 4rem) clamp(2rem, 0.1538rem + 3.205vw, 4rem) clamp(2rem, 0.1538rem + 3.205vw, 4rem) 1rem;
  }
  .info .tit_02_top {
    max-width: 49rem;
    margin: 0 0 3rem auto;
  }
  .info .accordion-container {
    height: 44rem;
    max-height: 44rem;
    max-width: 49rem;
    padding: 0 2rem 0 0;
    margin: 0 0 0 auto;
    scrollbar-color: var(--clr_brown_dark5) var(--clr_brown_light11);
    scrollbar-width: thin;
    /* Scrollbar track */
    /* Scrollbar thumb */
  }
  .info .accordion-container::-webkit-scrollbar {
    width: 3px;
  }
  .info .accordion-container ::-webkit-scrollbar-track {
    background: var(--clr_brown_light11);
  }
  .info .accordion-container ::-webkit-scrollbar-thumb {
    background: var(--clr_brown_dark5);
  }
  .info .accordion-container .accordion-item .accordion-header {
    padding: 0 0 0 3rem;
    transition: 0.2s;
  }
  .info .accordion-container .accordion-item .accordion-header::before {
    top: 0.2em;
  }
  .info .accordion-container .accordion-item .accordion-header .accordion-date {
    display: inline-block;
    margin: 0 0.5rem 0 0;
    font-size: clamp(1.3rem, 1.0231rem + 0.481vw, 1.6rem);
  }
  .info .accordion-container .accordion-item .accordion-header:is(:hover, :focus-visible) {
    color: var(--clr_brown_dark2);
  }
}
.blogfeed {
  margin: 0 0 0 1rem;
  padding: 2rem 2rem 2rem 1rem;
}
.blogfeed .tit_02_top::after {
  color: var(--clr_blue);
}
.blogfeed.trigger {
  animation: fade_right 1s forwards;
}
.blogfeed ul {
  max-height: calc(100vw - 4rem);
  overflow-y: auto;
  overscroll-behavior-y: none;
  scrollbar-color: var(--clr_blue) var(--clr_brown_light11);
  scrollbar-width: thin;
  /* Scrollbar track */
  /* Scrollbar thumb */
}
.blogfeed ul::-webkit-scrollbar {
  width: 3px;
}
.blogfeed ul ::-webkit-scrollbar-track {
  background: var(--clr_brown_light11);
}
.blogfeed ul ::-webkit-scrollbar-thumb {
  background: var(--clr_blue);
}
.blogfeed ul li:not(:last-child) {
  margin: 0 0 2rem;
}
.blogfeed ul li a {
  display: flex;
  gap: 1rem;
  align-items: center;
  text-decoration: none !important;
  line-height: 1.75;
}
.blogfeed ul li a img {
  width: 9rem;
  height: 9rem;
  object-fit: cover;
  flex-shrink: 0;
}
.blogfeed ul li a > span {
  flex: 1;
}
.blogfeed ul li a > span .date {
  display: block;
  color: var(--clr_gray_dark);
}
.blogfeed ul li a > span .date span {
  font-family: "Cinzel", serif;
  font-weight: 500;
}
.blogfeed ul li a > span .title {
  color: var(--clr_blue_dark3);
  text-decoration: underline;
  display: block;
}
.blogfeed ul li a > span .summary {
  display: block;
}

@media screen and (min-width: 36em), print {
  .blogfeed {
    margin: 0;
    padding: clamp(2rem, 0.1538rem + 3.205vw, 4rem) 1rem clamp(2rem, 0.1538rem + 3.205vw, 4rem) clamp(2rem, 0.1538rem + 3.205vw, 4rem);
  }
  .blogfeed ul {
    height: 44rem;
    max-height: 44rem;
    max-width: 49rem;
    padding: 0 3rem 0 0;
  }
  .blogfeed ul li:not(:last-child) {
    margin: 0 0 3rem;
  }
  .blogfeed ul li a img {
    width: clamp(8rem, 3.8462rem + 7.212vw, 12.5rem);
    height: clamp(8rem, 3.8462rem + 7.212vw, 12.5rem);
  }
  .blogfeed ul li a:is(:hover, :focus-visible) .title {
    text-decoration: none;
  }
}
body:not(.index) {
  background: var(--clr_brown_light9);
}
body:not(.index) .sub_header {
  display: flex;
  flex-direction: column-reverse;
}
body:not(.index) .main {
  margin: 2rem 1rem 6rem;
}
body:not(.index) .main .tel_style {
  font-size: 120%;
}
body:not(.index) .main a:not([class*=btn], [href*="tel:"], .lst_anc > li > a) {
  color: var(--clr_txt);
}
@media screen and (min-width: 36em), print {
  body:not(.index) .main {
    max-width: 112rem;
    padding: 0 1rem;
    margin: 4rem auto 8rem;
  }
  body:not(.index) .main .cf .img_l, body:not(.index) .main .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}

.breadnav {
  max-width: 100vw;
  margin: 1rem;
  overflow-x: auto;
}
.breadnav .breadcrumb {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  white-space: nowrap;
}
.breadnav .breadcrumb li {
  display: flex;
  align-items: center;
}
.breadnav .breadcrumb li a {
  color: var(--clr_blue_dark3);
}
.breadnav .breadcrumb li:not(:last-child)::after {
  display: inline-block;
  content: ">";
  margin: 0 0.6rem;
}

@media screen and (min-width: 36em), print {
  .breadnav {
    max-width: 112rem;
    width: 100%;
    margin: 2rem auto 0;
    padding: 0 1rem;
    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: underline;
  }
}
.dr_name {
  text-align: right;
}
.dr_name span {
  font-size: 120%;
}

.gallery {
  width: 85%;
  margin: auto;
  visibility: hidden;
}
.gallery .gallery_slider div .cap {
  margin: 0.2rem 0 0;
  text-align: center;
  color: #fff;
  padding: 0.4rem;
  font-size: 1.2rem;
  opacity: 0;
  transition: 0.3s ease;
  background: var(--clr_txt);
  line-height: 1.4;
}
.gallery .gallery_slider div .slick-current .cap {
  opacity: 1;
  transition-delay: 0.5s;
}
.gallery .gallery_slider div:first-child .cap {
  transition-delay: 0s;
}
.gallery .gallery_thum div img {
  cursor: pointer;
  filter: brightness(50%);
}
.gallery .gallery_thum .slick-current div img {
  filter: brightness(100%);
}

@media screen and (min-width: 36em), print {
  .gallery {
    max-width: 75rem;
    margin: auto;
  }
  .gallery .gallery_slider {
    font-size: 1.6em;
  }
  .gallery .gallery_slider div .cap {
    font-size: 1.8rem;
    padding: 1rem;
  }
  .gallery .gallery_thum {
    width: calc(100% + 0.6rem);
  }
}
body.access .main .gmap {
  height: 100vw;
  margin: 2rem 0;
}
@media screen and (min-width: 36em), print {
  body.access .main .gmap {
    margin: 4rem 0 0;
    height: auto;
  }
}

@media print {
  body {
    width: 1300px !important;
    zoom: 0.8;
  }
}/*# sourceMappingURL=style.css.map */