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

:root {
  --clr_txt: #444444;
  --rgb_txt: 68, 68, 68;
  --clr_orange_dark: #EF8337;
  --rgb_orange_dark: 239, 131, 55;
  --clr_orange: #FBB246;
  --rgb_orange: 251, 178, 70;
  --clr_orange_light: #FAC83E;
  --rgb_orange_light: 250, 200, 62;
  --clr_orange_light2: #FFECDB;
  --rgb_orange_light2: 255, 236, 219;
  --clr_orange_light3: #FFE6CF;
  --rgb_orange_light3: 255, 230, 207;
  --clr_orange_light4: #FBEABF;
  --rgb_orange_light4: 251, 234, 191;
  --clr_brown_dark: #877458;
  --rgb_brown_dark: 135, 116, 88;
  --clr_brown_dark2: #A59C6F;
  --rgb_brown_dark2: 165, 156, 111;
  --clr_brown_dark3: #A5847B;
  --rgb_brown_dark3: 165, 132, 123;
  --clr_brown: #A5947B;
  --rgb_brown: 165, 148, 123;
  --clr_brown_light: #C2AC8B;
  --rgb_brown_light: 194, 172, 139;
  --clr_brown_light2: #CCC1B3;
  --rgb_brown_light2: 204, 193, 179;
  --clr_brown_light3: #FEFCEE;
  --rgb_brown_light3: 254, 252, 238;
  --clr_brown_light4: #F8F6F2;
  --rgb_brown_light4: 248, 246, 242;
  --clr_brown_light5: #FEFCEF;
  --rgb_brown_light5: 254, 252, 239;
  --clr_brown_light6: #D8C8AF;
  --rgb_brown_light6: 216, 200, 175;
  --clr_brown_light7: #CFC9A7;
  --rgb_brown_light7: 207, 201, 167;
  --clr_brown_light8: #D1BAB4;
  --rgb_brown_light8: 209, 186, 180;
  --clr_green_dark: #6CBB63;
  --rgb_green_dark: 108, 187, 99;
  --clr_green_dark2: #6A9020;
  --rgb_green_dark2: 106, 144, 32;
  --clr_green: #B6D350;
  --rgb_green: 182, 211, 80;
  --clr_green_light: #F3F8E7;
  --rgb_green_light: 243, 248, 231;
  --clr_green_light2: #F4FCEE;
  --rgb_green_light2: 244, 252, 238;
  --clr_green_light3: #EFF6D3;
  --rgb_green_light3: 239, 246, 211;
  --clr_gray: #707070;
  --rgb_gray: 112, 112, 112;
}

: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(2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade_right {
  0% {
    opacity: 0;
    transform: translateX(10rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade_left {
  0% {
    opacity: 0;
    transform: translateX(-10rem);
  }
  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_green_light3) 60%);
}

.img_c {
  margin: 1rem auto;
  border-radius: 0.5rem;
}
.img_c.r20 {
  border-radius: 1rem;
}

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

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_l {
    float: left;
    margin: 0 3rem 2rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 3rem;
  }
  .img_c, .img_r, .img_l {
    border-radius: 1rem;
  }
  .img_c.r20, .img_r.r20, .img_l.r20 {
    border-radius: 2rem;
  }
  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: 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: 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: 4rem;
  }
  .mth2 {
    margin-top: 10rem !important;
  }
  .mth3 {
    margin-top: 8rem !important;
  }
  .mth4 {
    margin-top: 6rem !important;
  }
  .mth5 {
    margin-top: 4rem !important;
  }
}
.tab_button {
  display: flex;
}
.tab_button .tab {
  flex: auto;
  text-align: center;
}
.tab_button .tab button {
  width: 100%;
  height: 100%;
  padding: 0.4rem;
  border-radius: 0.5rem 0.5rem 0 0;
  color: var(--clr_brown_dark);
  transition: 0.2s;
}
.tab_button .tab button.out {
  background: var(--clr_brown_light7);
}
.tab_button .tab button.vis {
  background: var(--clr_brown_light6);
}
.tab_button .tab button.bab {
  background: var(--clr_brown_light8);
}
.tab_button .tab.active button {
  color: #fff;
}
.tab_button .tab.active button.out {
  background: var(--clr_brown_dark2);
}
.tab_button .tab.active button.vis {
  background: var(--clr_brown);
}
.tab_button .tab.active button.bab {
  background: var(--clr_brown_dark3);
}
@media screen and (min-width: 48em), print {
  .tab_button .tab button {
    border-radius: 1rem 1rem 0 0;
    padding: 0;
  }
  .tab_button .tab.active button {
    cursor: default;
  }
  .tab_button .tab.active button:hover {
    opacity: 1 !important;
  }
}

.box_wrapper .tab_box {
  background: #fff;
  padding: 1rem;
  display: none;
  border-radius: 0 0 0.5rem 0.5rem;
}
.box_wrapper .tab_box.panel1 {
  border: 2px solid var(--clr_brown_dark2);
}
.box_wrapper .tab_box.panel2 {
  border: 2px solid var(--clr_brown);
}
.box_wrapper .tab_box.panel3 {
  border: 2px solid var(--clr_brown_dark3);
}
.box_wrapper .tab_box.active {
  display: block;
}
@media screen and (min-width: 48em), print {
  .box_wrapper .tab_box {
    border-radius: 0 0 1rem 1rem;
    padding: 4rem 3rem;
    min-height: 38rem;
  }
}

.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.2rem;
}
.tbl_time caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 1rem;
  line-height: 1.33;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  text-align: center;
  color: #fff;
}
.tbl_time tr th[scope=col]:first-child {
  width: 27%;
  border-radius: 3px 0 0 3px;
}
.tbl_time tr th[scope=col]:last-child {
  border-radius: 0 3px 3px 0;
}
.tbl_time tr td {
  text-align: center;
  padding: 1.4rem 0.4rem;
  line-height: 1;
}
.tbl_time.out tr th[scope=col] {
  background: var(--clr_brown_dark2);
}
.tbl_time.out tr th[scope=row], .tbl_time.out tr td {
  border-bottom: 1px solid var(--clr_brown_dark2);
}
.tbl_time.vis tr th[scope=col] {
  background: var(--clr_brown);
}
.tbl_time.vis tr th[scope=row], .tbl_time.vis tr td {
  border-bottom: 1px solid var(--clr_brown);
}
.tbl_time.bab tr th[scope=col] {
  background: var(--clr_brown_dark3);
}
.tbl_time.bab tr th[scope=row], .tbl_time.bab tr td {
  border-bottom: 1px solid var(--clr_brown_dark3);
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 1.8rem;
  }
  .tbl_time caption {
    margin-top: 2rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 0.3rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 22%;
  }
  .tbl_time tr th[scope=col]:last-child {
    width: 15%;
    padding: 0.3rem 1.5rem 0.3rem 0;
  }
  .tbl_time tr td {
    padding: 3rem 0;
  }
  .tbl_time tr td:last-child {
    padding: 3rem 1.5rem 3rem 0;
  }
}
.gmap {
  width: 100%;
  border: 1px solid var(--clr_brown_light6);
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (min-width: 48em), print {
  .gmap {
    border-radius: 2rem;
  }
}

.tit_01 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 20rem;
  background: url(../img/tit_01.jpg) no-repeat center right -5rem/auto 100%;
  font-size: 2.2rem;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
  color: var(--clr_brown_dark);
  padding: 7.7rem 2rem 3rem;
  text-align: right;
  margin-top: -6.7rem;
  position: relative;
}
.tit_01::before {
  content: "";
  width: 100%;
  height: 6rem;
  background: url(../img/index_lower_kvwave.svg) no-repeat center bottom/150% auto;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 1;
}

.tit_02 {
  width: fit-content;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  margin: 0 auto 2rem;
  color: var(--clr_brown_dark);
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.tit_02::before, .tit_02::after {
  content: "";
  width: 1.9em;
  height: 1.5em;
  background: url(../img/tit_02.svg) no-repeat center/100% auto;
  flex-shrink: 0;
}
.tit_02::after {
  transform: rotateY(180deg);
}

.tit_03 {
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  font-weight: 500;
  color: var(--clr_orange_dark);
}
.tit_03::after {
  content: "";
  width: 100%;
  height: 4px;
  background: linear-gradient(to bottom, var(--clr_orange_dark) 50%, var(--clr_orange) 50%);
  display: block;
  margin: 0.3rem 0 0;
}

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

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

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

@media screen and (min-width: 48em), print {
  .tit_01 {
    min-height: 60rem;
    background: url(../img/tit_01.jpg) no-repeat center center/auto;
    font-size: 3.8rem;
    padding: 17.9rem var(--padding120) 13rem;
    margin-top: -17.9rem;
  }
  .tit_01::before {
    height: 19rem;
    background-size: 200rem auto;
  }
  .tit_02 {
    font-size: 3.2rem;
    margin: 0 auto 4rem;
    gap: 1rem;
  }
  .tit_03 {
    font-size: 3rem;
    margin: 0 0 3rem;
  }
  .tit_03::after {
    height: 6px;
  }
  .tit_04 {
    font-size: 2.8rem;
    margin: 0 0 3rem;
    border-bottom: 3px solid var(--clr_green_dark);
  }
  .tit_05 {
    font-size: 2.6rem;
    margin: 0 0 2rem;
    border-bottom: 4px dotted var(--clr_brown);
  }
  .tit_06 {
    font-size: 2.4rem;
    margin: 0 0 2rem;
  }
}
.lst_ul {
  line-height: 1.4;
  margin: 1rem 0;
}
.lst_ul > li {
  padding: 0 0 0 1.4em;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul > li::before {
  content: "●";
  color: var(--clr_orange);
  position: absolute;
  left: 0;
}
.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: 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 {
  margin: 1em 0;
}
.lst_dl02 dt {
  background: var(--clr_green_light3);
  border-top: 1px solid var(--clr_gray);
  border-bottom: 1px solid var(--clr_gray);
  text-align: center;
  padding: 1rem;
  line-height: 1.4;
}
.lst_dl02 dd {
  padding: 1rem 1rem 1.5rem;
  background: #fff;
}
.lst_dl02 dd:last-of-type {
  border-bottom: 1px solid var(--clr_gray);
}
.lst_dl02.price dt {
  background: var(--clr_orange_light2);
}
.lst_dl02.price dd {
  text-align: center;
}
.lst_dl02.dd_c dd {
  text-align: center;
}
@media screen and (min-width: 48em), print {
  .lst_dl02 {
    display: flex;
    flex-wrap: wrap;
  }
  .lst_dl02 dt,
  .lst_dl02 dd {
    width: 50%;
  }
  .lst_dl02 dt {
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
  }
  .lst_dl02 dt:last-of-type {
    border-bottom: 1px solid var(--clr_gray);
  }
  .lst_dl02 dd {
    border-top: 1px solid var(--clr_gray);
    padding: 2rem;
  }
  .lst_dl02.dt_small dt {
    width: 30%;
  }
  .lst_dl02.dt_small dd {
    width: 70%;
  }
  .lst_dl02.price dt {
    text-align: left;
    justify-content: left;
  }
  .lst_dl02.price dd {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
  }
}

.lst_flow {
  counter-reset: number 0;
}
.lst_flow > li {
  background: #fff;
  border: 2px solid var(--clr_orange);
  border-radius: 3px;
  padding: 1rem;
  position: relative;
}
.lst_flow > li .tit {
  font-size: 1.6rem;
  display: flex;
  align-items: first baseline;
  gap: 1rem;
  margin: 0 0 1rem;
  color: var(--clr_orange);
  font-weight: 500;
}
.lst_flow > li .tit::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  background: var(--clr_orange);
  border-radius: 50%;
  color: #fff;
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.lst_flow > li:not(:last-of-type) {
  margin: 0 0 5rem;
}
.lst_flow > li:not(:last-of-type)::after {
  content: "";
  width: 10rem;
  height: 1.5rem;
  background: var(--clr_orange);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -3.5rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 48em), print {
  .lst_flow > li {
    padding: 3rem;
    border-radius: 5px;
  }
  .lst_flow > li .tit {
    font-size: 2.4rem;
  }
  .lst_flow > li .tit::before {
    width: 5rem;
    height: 5rem;
  }
  .lst_flow > li:not(:last-of-type) {
    margin: 0 0 8.5rem;
  }
  .lst_flow > li:not(:last-of-type)::after {
    width: 19.6rem;
    height: 3.3rem;
    bottom: -6.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;
  }
  .flex_col {
    display: flex;
    flex-direction: column;
  }
}
.tel_style {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 0 0.4rem;
  color: var(--clr_brown_dark);
  line-height: 1;
  font-size: 1.8rem;
}
.tel_style::before {
  font-family: "fontello";
  content: "\e944";
  width: 2rem;
  height: 2rem;
  background: var(--clr_brown_dark);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
}
@media screen and (min-width: 48em), print {
  .tel_style::before {
    width: 2.6rem;
    height: 2.6rem;
    font-size: 1.8rem;
    margin: 6px 0 0;
  }
}

.box_orange, .box_green {
  padding: 1rem;
  margin: 1em 0;
  background: #fff;
  border-radius: 0.8rem;
}
@media screen and (min-width: 48em), print {
  .box_orange, .box_green {
    border-radius: 1.5rem;
    padding: 3rem;
  }
}

.box_orange {
  border: 2px solid var(--clr_orange);
}

.box_green {
  border: 2px solid var(--clr_green);
}

.btn_rsv {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.5rem;
  padding: 1rem 2rem;
  line-height: 1.4;
  background: var(--clr_green_dark);
  color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.btn_rsv::before {
  font-family: "fontello";
  content: "\e945";
  font-size: 125%;
}
@media screen and (min-width: 48em), print {
  .btn_rsv {
    padding: 1rem 3rem;
    border-radius: 1rem;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  }
  .btn_rsv:is(:hover, :focus-visible) {
    opacity: 1;
    filter: brightness(110%);
  }
}

.btn_orange, .btn_green, .btn_darkorange {
  display: inline-block;
  padding: 1rem 4rem;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  text-decoration: none !important;
  border-radius: 0.5rem;
  position: relative;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.16);
}
.btn_orange::before, .btn_green::before, .btn_darkorange::before {
  font-family: "fontello";
  content: "\e94d";
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 135%;
}
.btn_orange.out, .btn_orange.pdf, .btn_green.out, .btn_green.pdf, .btn_darkorange.out, .btn_darkorange.pdf {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.btn_orange.out::after, .btn_orange.pdf::after, .btn_green.out::after, .btn_green.pdf::after, .btn_darkorange.out::after, .btn_darkorange.pdf::after {
  margin: 0.3rem 0 0;
}
.btn_orange.out::after, .btn_green.out::after, .btn_darkorange.out::after {
  font-family: "fontello";
  content: "\f08e";
}
.btn_orange.pdf::after, .btn_green.pdf::after, .btn_darkorange.pdf::after {
  font-family: "fontello";
  content: "\f1c1";
}
@media screen and (min-width: 48em), print {
  .btn_orange, .btn_green, .btn_darkorange {
    border-radius: 1rem;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
    padding: 1.1rem 6.5rem;
  }
  .btn_orange::before, .btn_green::before, .btn_darkorange::before {
    left: 2rem;
  }
  .btn_orange:is(:hover, :focus-visible), .btn_green:is(:hover, :focus-visible), .btn_darkorange:is(:hover, :focus-visible) {
    opacity: 1;
    filter: brightness(110%);
  }
  .btn_orange.out, .btn_orange.pdf, .btn_green.out, .btn_green.pdf, .btn_darkorange.out, .btn_darkorange.pdf {
    gap: 1rem;
  }
  .btn_orange.out::after, .btn_orange.pdf::after, .btn_green.out::after, .btn_green.pdf::after, .btn_darkorange.out::after, .btn_darkorange.pdf::after {
    margin: 0.5rem 0 0;
  }
}

.btn_orange {
  background: var(--clr_orange);
}

.btn_green {
  background: var(--clr_green_dark);
}

.btn_darkorange {
  background: var(--clr_orange_dark);
}

.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";
}

.lst_anc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
  margin: 1em 0;
}
.lst_anc li {
  min-width: calc((100% - 1rem) / 2);
}
.lst_anc li a {
  display: block;
  padding: 1rem 4rem;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  text-decoration: none !important;
  border-radius: 0.5rem;
  position: relative;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.16);
  background: var(--clr_orange_dark);
}
.lst_anc li a::before {
  font-family: "fontello";
  content: "\e94d";
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  font-size: 135%;
}
@media screen and (min-width: 48em), print {
  .lst_anc {
    gap: 2rem;
  }
  .lst_anc li {
    min-width: 0;
  }
  .lst_anc li a {
    border-radius: 1rem;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
    padding: 1.1rem 6.5rem;
  }
  .lst_anc li a::before {
    left: 2rem;
  }
  .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: 26rem;
  }
  .slick-arrow::before {
    font-size: 5rem;
    color: var(--clr_orange_dark);
    transition: 0.3s;
  }
  .slick-arrow.slick-prev {
    left: -6rem;
  }
  .slick-arrow.slick-prev::before {
    font-family: "fontello";
    content: "\e80b";
  }
  .slick-arrow.slick-next {
    right: -6rem;
  }
  .slick-arrow.slick-next::before {
    font-family: "fontello";
    content: "\e80c";
  }
}
.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_orange);
}
.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: var(--clr_brown_light3);
  color: var(--clr_txt);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgba(var(--rgb_orange_light3), 0.6);
  position: fixed;
  top: 0;
  z-index: 99;
  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;
}
.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;
}
@media screen and (min-width: 48em), print {
  :target {
    scroll-margin-top: 7rem;
  }
}

.header {
  padding: 0 1rem;
  position: relative;
  z-index: 98;
}
.header > .wrap {
  border-bottom: 1px solid var(--clr_brown_light2);
}
.header > .wrap .logo {
  width: 100%;
  height: 6.6rem;
  padding: 1rem 0;
  transition: 0.5s;
}
.header > .wrap .logo.hide {
  transform: translateY(-150%);
}
.header > .wrap .logo a {
  display: block;
  width: calc(100% - 5.6rem);
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
}
.header > .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
  color: transparent;
}
.header > .wrap .headR {
  display: none;
}

@media screen and (min-width: 48em), print {
  .header > .wrap {
    padding: 1.5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header > .wrap .logo {
    width: 48rem;
    height: 7.8rem;
    padding: 0;
    position: relative;
    z-index: 101;
    background: none;
  }
  .header > .wrap .logo a {
    width: 100%;
  }
  .header > .wrap .headR {
    display: block;
  }
  .header > .wrap .headR ul li {
    text-align: right;
    font-size: 1.8rem;
  }
  .header > .wrap .headR ul li .tel_style {
    font-size: 3rem;
  }
  .header > .wrap .headR ul li.add {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--clr_brown_dark);
    margin: 0.5rem 0 0;
  }
  .header > .wrap .headR ul li.add::before {
    font-family: "fontello";
    content: "\e941";
    width: 2.6rem;
    height: 2.6rem;
    background: var(--clr_brown_dark);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#nav {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  background: var(--clr_orange);
  padding: 0;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 100;
  border-radius: 3px;
  transition: 0.5s;
}
#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: 70%;
  height: 100dvh;
  overflow-y: auto;
  background: #fff;
  padding: 6rem 1rem 1rem;
  margin: auto;
  position: absolute;
  top: 0;
  right: -100%;
  z-index: 99;
  opacity: 0;
  transition: 0.6s;
  visibility: hidden;
}
#nav .gnav_subnav.show {
  right: 0;
  opacity: 1;
  visibility: visible;
}
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--clr_brown_dark);
}
#nav .gnav_subnav .gnav > li a::before, #nav .gnav_subnav .gnav > li .sub::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--clr_orange_light);
  margin: 0 1rem 0 0;
}
#nav .gnav_subnav .gnav > li a.current, #nav .gnav_subnav .gnav > li .sub.current {
  color: var(--clr_orange_dark);
}
#nav .gnav_subnav .gnav > li .sub::after {
  font-family: "fontello";
  content: "\e94c";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--clr_orange_dark);
  font-size: 90%;
  font-weight: normal;
}
#nav .gnav_subnav .gnav > li .sub.close::after {
  font-family: "fontello";
  content: "\e94b";
}
#nav .gnav_subnav .gnav > li .subbox {
  display: none;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav {
  background: rgba(var(--rgb_orange_dark), 0.8);
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li:not(:last-child) {
  border-bottom: 1px dotted #fff;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a {
  display: block;
  padding: 1rem;
  color: #fff;
  font-weight: 500;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a.current {
  background: var(--clr_orange_dark);
}
#nav .gnav_subnav #menu_close {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: var(--clr_txt);
  background: rgba(var(--rgb_brown_light2), 0.3);
  text-align: center;
  padding: 0.6rem 0;
  margin: 1rem 0 0;
  border-radius: 3px;
}
#nav .gnav_subnav #menu_close::before {
  font-family: "fontello";
  content: "\e807";
  margin: 0 0.6rem 0 0;
}

@media screen and (min-width: 48em), print {
  #nav {
    width: auto;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    transition: 0.8s;
  }
  #nav.change_nav {
    background: rgba(255, 255, 255, 0.8);
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block !important;
    width: 100%;
    height: auto;
    overflow-y: visible;
    padding: 1rem 0;
    position: static;
    background: none;
    opacity: 1;
    right: auto;
    visibility: visible;
  }
  #nav .gnav_subnav .gnav {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
  }
  #nav .gnav_subnav .gnav > li {
    width: auto;
    position: relative;
  }
  #nav .gnav_subnav .gnav > li.pc_gnav_n {
    display: none;
  }
  #nav .gnav_subnav .gnav > li:not(:first-child)::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--clr_orange_light);
    position: absolute;
    top: 50%;
    left: -3.3rem;
    transform: translateY(-50%);
  }
  #nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
    justify-content: center;
    text-align: center;
    font-size: 2rem;
    padding: 1rem 0.5rem;
    margin: 0;
    cursor: pointer;
  }
  #nav .gnav_subnav .gnav > li a::before, #nav .gnav_subnav .gnav > li .sub::before {
    display: none;
  }
  #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_orange_dark);
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li .subbox {
    display: none;
    width: 17rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a {
    padding: 1.1rem 1.5rem;
    text-align: left;
    font-size: 1.8rem;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:is(:hover, :focus-visible, .current) {
    background: var(--clr_orange_dark);
    opacity: 1;
  }
  #nav .gnav_subnav #menu_close {
    display: none;
  }
}
.side_btn {
  display: none;
}
@media screen and (min-width: 48em), print {
  .side_btn {
    display: block;
    position: fixed;
    right: 0;
    top: 20%;
    z-index: 200;
    font-size: 2rem;
  }
  .side_btn li a {
    writing-mode: vertical-rl;
    white-space: nowrap;
    text-orientation: upright;
    padding: 2.5rem 1.8rem;
    border-radius: 1rem 0 0 1rem;
    min-width: 7rem;
  }
}

.overview {
  padding: 4rem 1rem;
  font-size: 1.25rem;
  line-height: 1.6;
  border-top: 2px solid var(--clr_brown_light);
}
.overview > .wrap .overviewL .clinic_name {
  margin: 0 0 2rem;
}
.overview > .wrap .overviewL .clinic_name img {
  max-width: 90%;
  margin: auto;
}
.overview > .wrap .overviewL .gaiyo {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.overview > .wrap .overviewL .gaiyo dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  padding: 0.2rem;
  color: #fff;
  background: var(--clr_brown);
  border-radius: 3px;
  text-align: center;
}
.overview > .wrap .overviewL .gaiyo dt:not(:last-child) {
  margin: 0 0 1rem;
}
.overview > .wrap .overviewL .gaiyo dd {
  width: 70%;
  padding: 0.2rem 0 0.2rem 1rem;
}
.overview > .wrap .overviewL .gaiyo dd:not(:last-child) {
  margin: 0 0 1rem;
}
.overview > .wrap .overviewL .tbl_time_wrap {
  margin: 2rem 0;
}
.overview > .wrap .overviewL .tbl_time_wrap .box_wrapper .tab_box {
  background: none;
  padding: 0;
  border: none !important;
  min-height: 0;
}
.overview > .wrap .overviewL .tbl_time_wrap .box_wrapper .tab_box .tbl_time tr th[scope=col]:first-child {
  border-top-left-radius: 0 !important;
}
.overview > .wrap .overviewL .tbl_time_wrap .box_wrapper .tab_box .tbl_time tr th[scope=col]:last-child {
  border-top-right-radius: 0 !important;
}
.overview > .wrap .overviewR .gmap {
  height: 100vw;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 10rem 0;
    font-size: 1.6rem;
    border-top: 3px solid var(--clr_brown_light);
  }
  .overview > .wrap {
    display: flex;
    justify-content: space-between;
  }
  .overview > .wrap .overviewL {
    width: 43%;
  }
  .overview > .wrap .overviewL .clinic_name {
    margin: 0 0 4rem;
  }
  .overview > .wrap .overviewL .clinic_name img {
    max-width: 47.9rem;
    margin: 0;
  }
  .overview > .wrap .overviewL .gaiyo dt {
    padding: 0;
    width: 25.5%;
  }
  .overview > .wrap .overviewL .gaiyo dt:not(:last-child) {
    margin: 0 0 2.5rem;
  }
  .overview > .wrap .overviewL .gaiyo dd {
    padding: 0 0 0 4rem;
    width: 74.5%;
  }
  .overview > .wrap .overviewL .gaiyo dd:not(:last-child) {
    margin: 0 0 2.5rem;
  }
  .overview > .wrap .overviewL .tbl_time_wrap {
    margin: 2rem 0 0;
  }
  .overview > .wrap .overviewL .tbl_time_wrap .tab_button li button {
    padding: 0.4rem 0;
  }
  .overview > .wrap .overviewL .tbl_time_wrap .box_wrapper .tab_box .tbl_time {
    font-size: 1.6rem;
  }
  .overview > .wrap .overviewL .tbl_time_wrap .box_wrapper .tab_box .tbl_time tr th[scope=col] {
    padding: 0.7rem 0;
  }
  .overview > .wrap .overviewL .tbl_time_wrap .box_wrapper .tab_box .tbl_time tr th[scope=col]:last-child {
    padding: 0.7rem 1.5rem 0.7rem 0;
  }
  .overview > .wrap .overviewL .tbl_time_wrap .box_wrapper .tab_box .tbl_time tr td {
    padding: 2.3rem 0;
  }
  .overview > .wrap .overviewL .tbl_time_wrap .box_wrapper .tab_box .tbl_time tr td:last-child {
    padding: 2.3rem 1.5rem 2.3rem 0;
  }
  .overview > .wrap .overviewR {
    width: 51.5%;
  }
  .overview > .wrap .overviewR .gmap {
    height: 73rem;
  }
}
#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_brown_dark), 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;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  font-size: 1.8rem;
  text-align: center;
  padding: 1rem;
  line-height: 1;
  background: var(--clr_orange_dark);
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 101;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\e94b";
}
#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: 48em), print {
  #tel_up {
    width: 5rem;
    height: 5rem;
    bottom: 4rem;
    right: 4rem;
    left: auto;
    background: none;
    padding: 0;
    box-shadow: none;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 100%;
    font-size: 2.6rem;
    border-radius: 50%;
  }
  #tel_up #pageup:is(:hover, :focus-visible) {
    opacity: 1;
    filter: brightness(110%);
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
  background: var(--clr_orange);
}
.footer .copy {
  display: block;
  color: #fff;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 4.5rem 0 0;
  }
  .footer .copy {
    margin: 4.5rem 0 0;
    padding: 3rem 0;
    font-size: 1.6rem;
  }
  .footer ul {
    display: block;
    text-align: center;
    color: #fff;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.6rem;
    margin: 0 0 1.5rem;
    -webkit-text-size-adjust: none;
  }
  .footer ul li:not(:first-child)::before {
    content: "|";
    margin: 0 0.3rem;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.treatment_outpatient, .footer ul li.treatment_visit, .footer ul li.top_ft_n {
    display: none;
  }
}
.keyvsl {
  width: 100%;
  position: relative;
  margin-top: -6.7rem;
}
.keyvsl::before {
  content: "";
  width: 100%;
  height: 6rem;
  background: url(../img/index_lower_kvwave.svg) no-repeat center bottom/150% auto;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 1;
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: 30rem;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl .slick-list div img {
  height: 30rem !important;
  object-fit: cover;
  margin: auto;
}
.keyvsl #keyvsl .slick-dots {
  margin: 0.6rem 0 0;
  position: relative;
  z-index: 2;
}
.keyvsl #keyvsl .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.6rem;
}
.keyvsl > .wrap {
  padding: 0 1rem;
  position: absolute;
  bottom: -3rem;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  animation: fadein 1s forwards;
}
.keyvsl > .wrap .catch {
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: right;
  text-shadow: 0 0 5px var(--clr_green_dark2), 0 0 5px var(--clr_green_dark2), 0 0 5px var(--clr_green_dark2);
  margin: 0 0 3rem;
}
.keyvsl > .wrap .open {
  color: var(--clr_green_dark);
  font-weight: 700;
  font-size: 1.8rem;
  padding: 0 7rem 2rem 2rem;
  width: fit-content;
  background: url(../img/index_kv_deco.svg) no-repeat center/100% auto;
}
.keyvsl > .wrap .open i {
  font-style: normal;
  font-size: 56%;
}
.keyvsl > .wrap .open span {
  font-size: 92%;
}

@media screen and (min-width: 48em), print {
  .keyvsl {
    margin-top: -17.9rem;
  }
  .keyvsl::before {
    height: 19rem;
    background-size: 200rem auto;
  }
  .keyvsl #keyvsl {
    height: 90rem;
  }
  .keyvsl #keyvsl .slick-list div img {
    height: 90rem !important;
  }
  .keyvsl #keyvsl .slick-dots {
    margin: 1rem 0 0;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  .keyvsl > .wrap {
    bottom: 0;
    padding: 0;
  }
  .keyvsl > .wrap .catch {
    font-size: 3.6rem;
    text-shadow: 0 0 10px var(--clr_green_dark2), 0 0 10px var(--clr_green_dark2), 0 0 10px var(--clr_green_dark2);
    margin: 0 0 2rem;
  }
  .keyvsl > .wrap .open {
    font-size: 5rem;
    width: 60rem;
    padding: 0 0 3rem 6.5rem;
    background-position: bottom center;
  }
}
.tit_02_top {
  color: var(--clr_brown_dark);
  font-weight: 500;
  margin: 0 auto 2rem;
  width: fit-content;
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
}
.tit_02_top::after {
  content: attr(data-txt);
  color: var(--clr_orange_light);
  display: block;
  font-size: 52%;
  font-weight: 700;
  margin: 0.3rem 0 0;
}

@media screen and (min-width: 48em), print {
  .tit_02_top {
    margin: 0 auto 4rem;
    font-size: 3.8rem;
  }
  .tit_02_top::after {
    margin: 0.5rem 0 0;
  }
}
.info {
  padding: 4rem 1rem;
}
.info .tit_02_top {
  padding: 5rem 0 3.5rem;
  background: url(../img/index_tit_news.svg) no-repeat center/auto 100%;
  width: 100%;
}
.info .tit_02_top::after {
  margin: 0.5rem 0 0;
}
.info .btn_orange {
  display: block;
  width: fit-content;
  min-width: 70%;
  margin: 3rem auto 0;
}
.info dl.info_lst {
  max-height: calc(100vw - 4rem);
  overflow-y: auto;
  overscroll-behavior-y: none;
}

dl.info_lst {
  padding: 0 0 1rem;
}
dl.info_lst dt {
  display: flex;
  align-items: flex-start;
  gap: 0 0.6rem;
  margin: 0 0 0.6rem;
  color: var(--clr_orange_dark);
  font-size: 1.4rem;
  line-height: 1.3;
  cursor: pointer;
  padding: 1rem 0 0;
  border-top: 1px dotted var(--clr_brown_dark);
}
dl.info_lst dt::before {
  font-family: "fontello";
  content: "\e94e";
  font-size: 85%;
  margin: 0.1em 0 0;
}
dl.info_lst dt.close::before {
  font-family: "fontello";
  content: "\e94f";
}
dl.info_lst dt:not(:first-of-type) {
  margin: 1rem 0 0.6rem;
}
dl.info_lst dd {
  margin: 0 0 1.6rem;
  line-height: 1.44;
}
dl.info_lst dd:not(:nth-of-type(-n+3)) {
  display: none;
}

@media screen and (min-width: 48em), print {
  .info {
    padding: 10rem var(--padding120);
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 4rem 3.7rem;
  }
  .info .tit_02_top {
    width: 27.2rem;
    padding: 11rem 0 7rem;
  }
  .info .tit_02_top::after {
    margin: 0.7rem 0 0;
  }
  .info .btn_orange {
    margin: 0 0 0 auto;
    padding: 1.3rem 6.5rem;
    font-size: 2.4rem;
    min-width: 0;
  }
  .info .btn_orange::before {
    font-size: 100%;
  }
  .info dl.info_lst {
    max-height: 40rem;
  }
  dl.info_lst {
    width: calc(100% - 30.9rem);
  }
  dl.info_lst dt {
    margin: 0 0 0.6rem;
    padding: 1.6rem 0 0;
    gap: 0 0.5rem;
    font-size: 2rem;
    transition: 0.3s;
  }
  dl.info_lst dt::before {
    margin: 0.2em 0 0;
  }
  dl.info_lst dt:not(:first-of-type) {
    margin: 1.6rem 0 0.6rem;
  }
  dl.info_lst dt:hover {
    color: var(--clr_brown_dark);
  }
  dl.info_lst dd {
    margin: 0 0 1.6rem;
  }
}
.about {
  padding: 3rem 0 26rem;
  background: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.about::after {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  display: block;
  background: var(--clr_green_light) url(../img/index_about.png) no-repeat center left calc(50% - 0.5rem)/67% auto;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: -4rem;
  transform: translateX(-50%);
  z-index: -1;
}
.about h2 {
  background: var(--clr_green);
  color: #fff;
  font-weight: 700;
  font-size: 2.2rem;
  padding: 0.7rem 2rem;
  margin: 0 0 2rem;
  width: 80%;
  position: relative;
  line-height: 1.4;
}
.about h2::after {
  content: "";
  width: 1.5rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.about .anime {
  opacity: 0;
}
.about .anime.trigger {
  animation: fade_up 1s forwards;
}
.about p {
  font-weight: 700;
  padding: 0 2rem;
}
.about p span {
  color: var(--clr_green);
  font-size: 170%;
}

@media screen and (min-width: 48em), print {
  .about {
    padding: 16rem calc((100% - 85rem) / 2) 0;
    min-height: 48rem;
  }
  .about::after {
    width: 58.2rem;
    left: calc(50% + 1.8rem);
    bottom: 50%;
    transform: translateY(50%);
  }
  .about h2 {
    font-size: 4rem;
    padding: 2.5rem 1.5rem 15rem;
    margin: 0;
    width: auto;
    letter-spacing: 0.2em;
    writing-mode: vertical-rl;
    white-space: nowrap;
    position: absolute;
    left: calc(50% - 60rem);
    top: 0;
  }
  .about h2::after {
    width: 100%;
    height: 2.9rem;
    right: 0;
    top: auto;
    bottom: -1px;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
  }
  .about p {
    font-size: 2rem;
    padding: 0;
    margin: 0 0 1.5rem;
  }
}
.res_sched > section .anime {
  opacity: 0;
}
.res_sched > section .anime.trigger {
  animation: fade_up 1s forwards;
}

@media screen and (min-width: 48em), print {
  .res_sched {
    display: flex;
  }
  .res_sched > section {
    width: 50%;
  }
}
.reserve {
  background: var(--clr_green_light2);
  padding: 4rem 1rem;
}
.reserve .txt_wrap::before {
  content: "";
  width: 80%;
  height: 13rem;
  background: url(../img/index_rsv.jpg) no-repeat center/cover;
  display: block;
  margin: 0 auto 2rem;
  border-radius: 0.5rem;
}
.reserve .txt_wrap .btn_green {
  display: block;
  width: fit-content;
  min-width: 70%;
  margin: 2rem auto 0;
}

@media screen and (min-width: 48em), print {
  .reserve {
    padding: 9rem 5.8rem 12rem var(--padding120);
  }
  .reserve .tit_02_top {
    margin: 0 auto 6rem;
  }
  .reserve .txt_wrap::before {
    width: 30rem;
    height: 16rem;
    border-radius: 1rem;
  }
  .reserve .txt_wrap p {
    font-size: 2rem;
  }
  .reserve .txt_wrap .btn_green {
    margin: 4.5rem auto 0;
    padding: 1.5rem 9rem;
    font-size: 2.4rem;
    min-width: 0;
  }
  .reserve .txt_wrap .btn_green::before {
    font-size: 100%;
  }
}
.schedule {
  background: var(--clr_brown_light4);
  padding: 4rem 1rem;
}
.schedule .tbl_time tr th[scope=col]:first-child span {
  display: none;
}

@media screen and (min-width: 48em), print {
  .schedule {
    padding: 9rem var(--padding120) 8rem 5rem;
  }
  .schedule .tit_02_top {
    margin: 0 auto 6rem;
  }
}
.tre {
  padding: 4rem 1rem;
  background: url(../img/index_tre_bg.jpg) no-repeat center bottom/200% auto;
}
.tre .subnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
.tre .subnav.trigger li:nth-child(1) {
  animation: fade_up 1s forwards normal;
  animation-delay: 0.2s;
}
.tre .subnav.trigger li:nth-child(2) {
  animation: fade_up 1s forwards normal;
  animation-delay: 0.4s;
}
.tre .subnav.trigger li:nth-child(3) {
  animation: fade_up 1s forwards normal;
  animation-delay: 0.6s;
}
.tre .subnav.trigger li:nth-child(4) {
  animation: fade_up 1s forwards normal;
  animation-delay: 0.8s;
}
.tre .subnav.trigger li:nth-child(5) {
  animation: fade_up 1s forwards normal;
  animation-delay: 1s;
}
.tre .subnav.trigger li:nth-child(6) {
  animation: fade_up 1s forwards normal;
  animation-delay: 1.2s;
}
.tre .subnav.trigger li:nth-child(7) {
  animation: fade_up 1s forwards normal;
  animation-delay: 1.4s;
}
.tre .subnav li {
  width: 11rem;
  height: 11rem;
  opacity: 0;
}
.tre .subnav li.top_ft_n {
  display: none;
}
.tre .subnav li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
  background: var(--clr_orange_light3);
  border-radius: 50%;
  position: relative;
  z-index: 1;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.16);
}
.tre .subnav li a::before {
  content: "";
  width: 4.5rem;
  height: 4.5rem;
  display: block;
}
.tre .subnav li a::after {
  content: "";
  width: calc(100% - 20px);
  aspect-ratio: 1/1;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.tre .subnav li a.internal::before {
  background: url(../img/index_tre_internal.svg) no-repeat center/100% auto;
}
.tre .subnav li a.checkup::before {
  background: url(../img/index_tre_checkup.svg) no-repeat center/100% auto;
}
.tre .subnav li a.fever::before {
  background: url(../img/index_tre_fever.svg) no-repeat center/100% auto;
}
.tre .subnav li a.pediatrics::before {
  background: url(../img/index_tre_pediatrics.svg) no-repeat center/100% auto;
}
.tre .subnav li a.vaccination::before {
  background: url(../img/index_tre_vaccination.svg) no-repeat center/100% auto;
}
.tre .subnav li a.infant_checkup::before {
  background: url(../img/index_tre_infant_checkup.svg) no-repeat center/100% auto;
}
.tre .subnav li a.visit::before {
  background: url(../img/index_tre_visit.svg) no-repeat center/100% auto;
}
.tre .subnav li:nth-child(2n) a {
  background: var(--clr_orange_light4);
}

@media screen and (min-width: 48em), print {
  .tre {
    padding: 9rem 0 10.5rem;
    background-size: clamp(200rem, 100vw, 100%);
  }
  .tre .subnav {
    width: 120rem;
    margin: 6rem auto 0;
    gap: 0;
  }
  .tre .subnav li {
    width: 17rem;
    height: 17rem;
  }
  .tre .subnav li a {
    font-size: 2rem;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
    transition: 0.3s;
  }
  .tre .subnav li a::before {
    width: 7.5rem;
    height: 7.5rem;
  }
  .tre .subnav li a::after {
    width: calc(100% - 30px);
    transition: 0.3s;
  }
  .tre .subnav li a:is(:hover, :focus-visible, .current) {
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  }
  .tre .subnav li a:is(:hover, :focus-visible, .current)::after {
    width: 100%;
    opacity: 0.8;
  }
  .tre .subnav li:nth-child(2n) {
    margin: 11rem 0 0;
  }
}
.feature {
  padding: 3rem 0 6rem;
  counter-reset: number 0;
  position: relative;
  overflow: hidden;
}
.feature::before {
  content: "";
  width: 200%;
  height: calc(100% - 2rem);
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 100vh;
  background: #fff;
  z-index: -1;
}
.feature .tit_02_top {
  padding: 7rem 0;
  width: 100%;
  background: url(../img/index_tit_feat.svg) no-repeat center/auto 100%;
}
.feature ol {
  padding: 0 5rem;
}
.feature ol li {
  position: relative;
  opacity: 0;
}
.feature ol li.trigger {
  animation: fadein 1s forwards;
}
.feature ol li::before {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  display: block;
  border-radius: 50%;
  margin: 0 0 1rem;
}
.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.feat4::before {
  background: url(../img/index_feat4.jpg) no-repeat center/cover;
}
.feature ol li.feat5::before {
  background: url(../img/index_feat5.jpg) no-repeat center/cover;
}
.feature ol li.feat6::before {
  background: url(../img/index_feat6.jpg) no-repeat center/cover;
}
.feature ol li::after {
  content: counter(number, decimal-leading-zero);
  counter-increment: number 1;
  font-family: "Pacifico", cursive;
  font-weight: 400;
  color: var(--clr_orange_light);
  font-size: 6rem;
  line-height: 1;
  position: absolute;
  top: 16.3rem;
  right: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
}
.feature ol li:not(:last-child) {
  margin: 0 0 4rem;
}
.feature ol li h3 {
  color: var(--clr_orange_dark);
  font-size: 1.8rem;
  text-align: center;
  font-weight: 500;
  margin: 0 0 0.5rem;
  line-height: 1.4;
}
.feature ol li .btn_orange {
  display: block;
  text-align: center;
}
.feature ol li p {
  line-height: 1.7;
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 10rem var(--padding120) 9rem;
  }
  .feature::before {
    width: 110rem;
    height: 110rem;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .feature .tit_02_top {
    padding: 14rem 0;
    width: 38rem;
    position: absolute;
    top: 32rem;
    left: 0;
    right: 0;
    margin: auto;
  }
  .feature .tit_02_top::after {
    margin: 1rem 0 0;
  }
  .feature ol {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 7rem 7.5rem;
  }
  .feature ol li {
    width: 35rem;
  }
  .feature ol li::before {
    margin: 0 0 2.5rem;
  }
  .feature ol li::after {
    font-size: 10rem;
    top: 25.3rem;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
  }
  .feature ol li:not(:last-child) {
    margin: 0;
  }
  .feature ol li:first-child {
    margin-right: 42.5rem;
  }
  .feature ol li h3 {
    font-size: 2.8rem;
    margin: 0 0 1rem;
  }
  .feature ol li .btn_orange {
    margin: 2.5rem 0 0;
    font-size: 2.4rem;
    padding: 1.4rem 0;
  }
  .feature ol li .btn_orange::before {
    font-size: 100%;
  }
  .feature ol li p {
    font-size: 2rem;
  }
}
.greet {
  background: var(--clr_brown_light) url(../img/index_greeting_bg.svg) no-repeat center top/180% auto;
  padding: 6rem 1rem 4rem;
}
.greet .tit_02_top {
  color: #fff;
}
.greet p {
  color: #fff;
}
.greet .img_dr {
  margin: 0 0 2rem;
}
.greet .img_dr img {
  width: 80%;
  margin: 0 auto 0.5rem;
}
.greet .img_dr p {
  font-size: 1.4rem;
  text-align: center;
}
.greet .img_dr p span {
  font-size: 136%;
}
.greet .txt_wrap {
  opacity: 0;
}
.greet .txt_wrap.trigger {
  animation: fade_up 1s forwards;
}
.greet .txt_wrap p {
  line-height: 2;
}
.greet .txt_wrap .btn_orange {
  display: block;
  width: fit-content;
  min-width: 70%;
  margin: 1rem auto 0;
}

@media screen and (min-width: 48em), print {
  .greet {
    background-size: 200rem auto;
    padding: 19rem var(--padding120) 11rem;
    display: flex;
    gap: 1.5rem 3.6rem;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .greet .tit_02_top {
    width: 100%;
  }
  .greet .img_dr {
    margin: 0;
    width: 48rem;
  }
  .greet .img_dr img {
    width: 100%;
    margin: 0;
  }
  .greet .img_dr p {
    font-size: 2.2rem;
  }
  .greet .txt_wrap {
    flex: 1;
  }
  .greet .txt_wrap p {
    font-size: 2rem;
    margin: 0 0 2em;
  }
  .greet .txt_wrap .btn_orange {
    min-width: 0;
    margin: 3rem 0 0 auto;
    padding: 1.4rem 8.7rem;
    font-size: 2.4rem;
  }
  .greet .txt_wrap .btn_orange::before {
    font-size: 100%;
  }
}
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_orange_dark);
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    width: 107.2rem;
    margin: 4rem auto 10rem;
  }
  body:not(.index) .main .cf .img_l, body:not(.index) .main .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}

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

@media screen and (min-width: 48em), print {
  .breadnav {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    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;
}
.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;
  padding: 0.4rem;
  font-size: 1.2rem;
  opacity: 0;
  transition: 0.3s ease;
  background: var(--clr_orange_light2);
  line-height: 1.4;
}
.gallery .gallery_slider div .slick-current .cap {
  opacity: 1;
  transition-delay: 0.5s;
}
.gallery .gallery_slider div:first-child .cap {
  transition-delay: 0s;
}
.gallery .gallery_thum div img {
  cursor: pointer;
  border: 4px solid transparent;
  filter: brightness(50%);
}
.gallery .gallery_thum .slick-current div img {
  filter: brightness(100%);
}

@media screen and (min-width: 48em), print {
  .gallery {
    width: 75rem;
    margin: auto;
  }
  .gallery .gallery_slider {
    font-size: 1.6em;
  }
  .gallery .gallery_slider div .cap {
    font-size: 1.8rem;
    padding: 1rem;
  }
  .gallery .gallery_thum {
    width: calc(100% + 0.6rem);
  }
}
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: auto;
  }
}

body.news dl.info_lst {
  width: 100%;
}

.btn_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 1em 0;
}
@media screen and (min-width: 48em), print {
  .btn_wrap {
    gap: 4rem;
  }
}/*# sourceMappingURL=style.css.map */