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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  word-wrap: break-word;
}

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

h5, h6 {
  margin: 0;
}

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

p {
  margin: 1em 0;
}

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

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

a[href*="#"] {
  pointer-events: none;
}

@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

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

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

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

.bold {
  font-weight: bold;
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

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

.img_c {
  margin: 1rem auto;
}

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

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

@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.tate {
    max-width: 25% !important;
  }
}
.sp_n {
  display: none;
}

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

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

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

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

.main > section ~ section, .flex2 > section ~ section {
  margin-top: 4rem;
}

.main > section section ~ section, .flex2 > section section ~ section {
  margin-top: 3rem;
}

.main > section > section section ~ section, .flex2 > section > section section ~ section {
  margin-top: 2rem;
}

.main > section > section > section section ~ section, .flex2 > section > section > section section ~ section {
  margin-top: 2rem;
}

@media screen and (min-width: 48em), print {
  .mt40 {
    margin-top: 8rem !important;
  }
  .mt30 {
    margin-top: 6rem !important;
  }
  .mt20 {
    margin-top: 4rem !important;
  }
  .mt10 {
    margin-top: 2rem !important;
  }
  .main > section ~ section, .flex2 > section ~ section {
    margin-top: 8rem;
  }
  .main > section section ~ section, .flex2 > section section ~ section {
    margin-top: 6rem;
  }
  .main > section > section section ~ section, .flex2 > section > section section ~ section {
    margin-top: 4rem;
  }
  .main > section > section > section section ~ section, .flex2 > section > section > section section ~ section {
    margin-top: 2rem;
  }
}
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.4rem;
  color: var(--clr_txt);
}
.tbl_time caption {
  font-size: 90%;
  caption-side: bottom;
  text-align: left;
  margin-top: 1rem;
}
.tbl_time caption span {
  background: var(--clr_sub09);
  padding: 0.35rem 0.55rem;
}
.tbl_time tr th {
  font-weight: normal;
  border-right: 1px var(--clr_sub01) solid;
}
.tbl_time tr th[scope=col] {
  padding: 0.6rem 0;
  text-align: center;
  border-bottom: 1px solid var(--clr_sub01);
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
  text-align: left;
}
.tbl_time tr th[scope=col]:last-child {
  border-right: none;
}
.tbl_time tr th[scope=row] {
  text-align: left;
}
.tbl_time tr td {
  text-align: center;
  padding: 1rem 0;
  line-height: 1;
  color: var(--clr_main);
}
@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 1.8rem;
  }
  .tbl_time caption {
    font-size: 1.8rem;
    margin-top: 1.5rem;
  }
  .tbl_time caption p {
    line-height: 1.8;
  }
  .tbl_time tr th[scope=col] {
    padding: 1rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 30%;
    padding: 0 0 0 2rem;
  }
  .tbl_time tr th[scope=row] {
    padding: 0 0 0 2rem;
  }
  .tbl_time tr td {
    padding: 1.35rem 0;
  }
}
.gmap {
  width: 100%;
}

.tit_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 8rem;
  font-weight: bold;
  background: url(../img/tit_01.webp) no-repeat center center/auto 100%;
  font-size: 2.2rem;
  line-height: 1.4;
  padding: 0 1rem;
  text-align: center;
}

.tit_02 {
  color: var(--clr_sub01);
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1;
  margin: 0 auto 3rem;
}
.tit_02::before {
  content: "";
  display: block;
  margin: 0 auto 0.6rem;
  background: url("../img/icon_h2.png") no-repeat center center/contain;
  width: 3.3rem;
  height: 1.4rem;
}
.tit_02::after {
  content: "";
  display: block;
  margin: 1rem auto 0;
  width: 6.6rem;
  height: 1px;
  background: var(--clr_sub01);
}

.tit_03 {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--clr_sub01);
  background: var(--clr_sub12) url("../img/bg_h3.svg") no-repeat right top/cover;
  padding: 0.8rem 4rem 0.4rem 1rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  border-left: 0.2rem var(--clr_sub13) solid;
}

.tit_04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.6rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--clr_sub01);
  line-height: 1.4;
  border-bottom: 1px solid #ccc;
  padding: 0 0 0.4rem;
  margin: 0 0 2rem;
  position: relative;
  font-family: "Josefin Sans", sans-serif;
}
.tit_04::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 1px var(--clr_sub13);
  bottom: -1px;
  width: 10%;
}

.tit_05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.8rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--clr_sub01);
  line-height: 1.4;
  margin: 0 0 1rem;
}
.tit_05::before {
  content: "";
  width: 1.2rem;
  height: 1.35rem;
  background: url("../img/doco_h5.svg") no-repeat center center/contain;
}

.tit_06 {
  font-size: 1.7rem;
  font-weight: bold;
  color: var(--clr_main);
  margin: 0 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
}
.tit_06::before {
  content: "";
  background: var(--clr_main);
  width: 1rem;
  height: 0.4rem;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    height: 32rem;
    background: url(../img/tit_01.webp) no-repeat center center/auto;
    font-size: 4.8rem;
  }
  .tit_02 {
    font-size: 4.8rem;
    margin: 0 0 4rem;
  }
  .tit_02::before {
    width: 6.6rem;
    height: 2.8rem;
    margin: 0 auto 1.6rem;
  }
  .tit_02::after {
    margin: 1.97rem auto 0;
  }
  .tit_03 {
    font-size: 3.6rem;
    padding: 1.18rem 1.6rem 0.68rem;
    margin: 0 0 3rem;
    border-left: 0.3rem var(--clr_sub13) solid;
  }
  .tit_04 {
    font-size: 3rem;
    margin: 0 0 3rem;
  }
  .tit_05 {
    font-size: 2.4rem;
    gap: 0 1.6rem;
  }
  .tit_05::before {
    width: 2.4rem;
    height: 2.7rem;
  }
  .tit_06 {
    font-size: 2rem;
  }
}
.lst_ul {
  line-height: 1;
  margin: 1rem 0;
}
.lst_ul > li {
  padding: 0 0 0 1.4em;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin: 0 0 2rem;
}
.lst_ul > li::before {
  content: "●";
  color: var(--clr_sub03);
  position: absolute;
  left: 0;
  font-size: 1.2rem;
}
.lst_ul.kome > li::before {
  content: "※";
  color: var(--clr_txt);
}
@media screen and (min-width: 48em), print {
  .lst_ul > li::before {
    font-size: 1.6rem;
  }
}

.lst_ul_disc {
  margin: 0 0 0 2rem;
}
.lst_ul_disc > li {
  list-style: disc;
}
.lst_ul_disc > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul_disc > li::marker {
  color: var(--clr_sub03);
}

.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 {
  color: var(--clr_main);
  font-weight: bold;
}
.lst_dl01 dd {
  margin: 0 0 1rem;
}

@media screen and (min-width: 48em), print {
  .lst_ol > li {
    padding: 0 0 0 3.6rem;
  }
  .lst_dl01 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lst_dl01 dt {
    width: 10%;
  }
  .lst_dl01 dd {
    width: 90%;
    padding: 0 0 0 1rem;
  }
}
.lst_dl02 {
  margin-top: 2rem;
}
.lst_dl02 dt {
  background: var(--clr_main);
  padding: 0.4rem 1rem;
  border-top: 1px solid var(--clr_sub09);
  border-right: 1px solid var(--clr_sub09);
  border-left: 1px solid var(--clr_sub09);
  color: #fff;
}
.lst_dl02 dd {
  margin: 0 0 1.5rem;
  padding: 0.6rem 1rem;
  border-right: 1px solid var(--clr_sub09);
  border-left: 1px solid var(--clr_sub09);
  border-bottom: 1px solid var(--clr_sub09);
}

@media screen and (min-width: 48em), print {
  .lst_dl02 {
    border-bottom: 1px solid var(--clr_sub09);
    margin-top: 3rem;
  }
  .lst_dl02 dt {
    width: 100%;
    padding: 1.5rem 2.5rem;
  }
  .lst_dl02 dd {
    width: 100%;
    margin: 0;
    padding: 1.5rem 2.5rem;
    border-bottom: none;
  }
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 3rem;
}
.flex > li {
  margin: 0 !important;
}
.flex.center > li {
  margin: 0 0 1rem !important;
}

.flex2 > li:not(:last-child) {
  margin: 0 0 2rem;
}

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

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

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

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

.btn_detail {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.4rem 4rem 0.4rem 2rem;
  border-radius: clamp(2rem, 2vw, 3rem);
  text-decoration: none !important;
  position: relative;
  border: 1px var(--clr_main) solid;
  background: var(--clr_main);
  color: #fff;
}
.btn_detail::after {
  font-family: "fontello";
  content: "\e4a2";
  display: block;
  position: absolute;
  right: 0;
  width: 2rem;
}
@media screen and (min-width: 48em), print {
  .btn_detail {
    padding: 1rem 6rem 1rem 4rem;
  }
  .btn_detail::after {
    width: 3rem;
  }
  .btn_detail:is(:hover, :focus-visible) {
    border: 1px var(--clr_main) solid;
    background: #fff;
    color: var(--clr_main);
  }
}

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

.slick-arrow {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  line-height: 0;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--clr_main);
  z-index: 1;
}
.slick-arrow::before {
  font-size: 1.2rem;
}
.slick-arrow.slick-prev {
  left: -2.6rem;
}
.slick-arrow.slick-prev::before {
  font-family: "fontello";
  content: "\f007";
}
.slick-arrow.slick-next {
  right: -2.6rem;
}
.slick-arrow.slick-next::before {
  font-family: "fontello";
  content: "\f006";
}

@media screen and (min-width: 48em), print {
  .slick-arrow {
    width: 5rem;
    height: 5rem;
  }
  .slick-arrow::before {
    font-size: 2.4rem;
  }
  .slick-arrow.slick-prev {
    left: -6rem;
  }
  .slick-arrow.slick-next {
    right: -6rem;
  }
}
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 1rem auto;
}
.slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.2rem;
}
.slick-dots li button {
  padding: 50%;
  display: block;
  font-size: 0;
  cursor: pointer;
  opacity: 0.25;
  border-radius: 50%;
  background: var(--clr_main);
}
.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;
  -webkit-text-size-adjust: 100%;
}

:root {
  --clr_txt: #565656;
  --clr_main: #EE849D;
  --clr_sub01: #685D5B;
  --clr_sub02: #E4456B;
  --clr_sub03: #F5B8C7;
  --clr_sub04: #FADBE3;
  --clr_sub05: #FCEDF1;
  --clr_sub06: #FDF7F9;
  --clr_sub07: #A8A2A1;
  --clr_sub08: #D3D0D0;
  --clr_sub09: #E9E7E7;
  --clr_sub10: #F8F8F8;
  --clr_sub11: #978177;
  --clr_sub12: #FFE3E3;
  --clr_sub13: #FF8F8F;
  --clr_sub14: #F19601;
}

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

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

.main {
  margin: 0;
  font-size: 1.4rem;
  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 {
    -webkit-transition: 0.2s;
    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;
  }
}
.header {
  position: relative;
}
.header .wrap {
  padding: 1rem;
}
.header .wrap .headL .logo {
  width: 100%;
  height: 6.6rem;
  padding: 1rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header .wrap .headL .logo.hide {
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
}
.header .wrap .headL .logo a {
  display: block;
  width: calc(100% - 5.6rem);
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
}
.header .wrap .headL .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  color: transparent;
}
.header .wrap .headR {
  margin: 6.5rem 0 0;
}
.header .wrap .headR .add {
  margin: 0;
  font-size: 1.4rem;
  text-align: center;
}
.header .wrap .headR .yoyaku_tel {
  display: none;
}
.header .wrap .headR .yoyaku_tel li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .wrap .headR .yoyaku_tel li.telno {
  width: 100%;
  background: var(--clr_sub06);
  padding: 0;
}
.header .wrap .headR .yoyaku_tel li.telno .tel {
  font-size: 2.2rem;
  font-weight: bold;
  color: var(--clr_main);
}
.header .wrap .headR .yoyaku_tel li.telno .tel::before {
  font-family: "fontello";
  content: "\e801";
  font-weight: normal;
}

@media screen and (min-width: 48em), print {
  .header .wrap {
    padding: 1rem 0 1.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .wrap .headL {
    width: 45rem;
  }
  .header .wrap .headL .logo {
    height: 7.5rem;
    padding: 0;
    position: static;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header .wrap .headL .logo a {
    width: 100%;
  }
  .header .wrap .headR {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .wrap .headR .add {
    font-size: 1.8rem;
    margin: 0 3rem 0 0;
  }
  .header .wrap .headR .yoyaku_tel {
    display: block;
  }
  .header .wrap .headR .yoyaku_tel li.telno {
    width: 37rem;
    height: 7rem;
  }
  .header .wrap .headR .yoyaku_tel li.telno .tel {
    font-size: 3rem;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
  }
}
#nav {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  color: #fff;
  background: var(--clr_main);
  border-radius: 0.6rem;
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  padding: 0;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 100;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#nav #sp_menu.hide {
  -webkit-transform: translateY(-220%);
          transform: translateY(-220%);
}
#nav #sp_menu::before {
  display: block;
  font-family: "fontello";
  content: "\e802";
  font-size: 2.6rem;
}
#nav #sp_menu::after {
  display: block;
  content: "MENU";
  margin: 0.2rem 0 0;
}
#nav #sp_menu.close::before {
  font-family: "fontello";
  content: "\e806";
}
#nav #sp_menu.close::after {
  content: "CLOSE";
}
#nav #sp_menu span {
  display: none;
}
#nav .gnav_subnav {
  display: none;
  width: 94vw;
  max-height: calc(var(--vh, 1vh) * 100 - 8rem);
  overflow-y: auto;
  background: var(--clr_sub06);
  border-radius: 0 0 1rem 1rem;
  padding: 1.6rem;
  margin: auto;
  position: absolute;
  top: 6.6rem;
  left: 0;
  right: 0;
  z-index: 100;
}
#nav .gnav_subnav .gnav > li:not(:last-child) {
  border-bottom: 1px dashed var(--clr_main);
}
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li button {
  display: block;
  width: 100%;
  text-align: left;
  padding: 1rem;
  color: var(--clr_sub01);
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
}
#nav .gnav_subnav .gnav > li a br, #nav .gnav_subnav .gnav > li button br {
  display: none;
}
#nav .gnav_subnav .gnav > li a::after, #nav .gnav_subnav .gnav > li button::after {
  display: inline-block;
  content: attr(data-txt);
  color: var(--clr_main);
  font-size: 78%;
  margin: 0 0 0 1rem;
  font-weight: normal;
  display: none;
}
#nav .gnav_subnav .gnav > li button {
  position: relative;
  padding: 0;
}
#nav .gnav_subnav .gnav > li button::before {
  font-family: "fontello";
  content: "\f005";
  position: absolute;
  right: 1rem;
  font-weight: normal;
  font-size: 90%;
  top: 1.2rem;
}
#nav .gnav_subnav .gnav > li button.close::before {
  font-family: "fontello";
  content: "\f004";
}
#nav .gnav_subnav .gnav > li .subbox {
  display: none;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav {
  background: var(--clr_main);
  overflow: hidden;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 1rem;
  text-align: center;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a.current {
  background: var(--clr_sub02);
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li:not(:last-child) a {
  border-bottom: 1px #fff solid;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li.tit {
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  background: var(--clr_sub03);
  color: #fff;
  padding: 1rem 0;
  font-weight: bold;
  border-bottom: 1px #fff solid;
}
#nav .gnav_subnav #menu_close {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: var(--clr_main);
  background: rgba(var(--clr_main), 0.1);
  text-align: center;
  border-radius: 0.4rem;
  padding: 0.6rem 0;
  margin: 2rem 0 0;
}
#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 {
    background: #fff;
    width: auto;
    margin: 0 0 1rem;
    padding: 1rem 0;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  #nav.hide {
    -webkit-transform: translateY(-300%);
            transform: translateY(-300%);
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block !important;
    width: 100%;
    max-height: calc(var(--vh, 1vh) * 100);
    overflow-y: visible;
    padding: 0;
    position: static;
    background: #fff;
  }
  #nav .gnav_subnav .gnav {
    width: 1200px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
  }
  #nav .gnav_subnav .gnav > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    position: relative;
  }
  #nav .gnav_subnav .gnav > li:not(:last-child) {
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 1.6rem;
    padding: 0;
    margin: 0;
    cursor: pointer;
  }
  #nav .gnav_subnav .gnav > li a::before, #nav .gnav_subnav .gnav > li button::before {
    right: 1rem;
    top: 0.2rem;
  }
  #nav .gnav_subnav .gnav > li a::after, #nav .gnav_subnav .gnav > li button::after {
    display: block;
    margin: 0;
  }
  #nav .gnav_subnav .gnav > li a:is(:hover, :focus-visible, .current), #nav .gnav_subnav .gnav > li button:is(:hover, :focus-visible, .current) {
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li a:is(:hover, :focus-visible, .current) span, #nav .gnav_subnav .gnav > li button:is(:hover, :focus-visible, .current) span {
    position: relative;
  }
  #nav .gnav_subnav .gnav > li a:is(:hover, :focus-visible, .current) span::after, #nav .gnav_subnav .gnav > li button:is(:hover, :focus-visible, .current) span::after {
    display: block;
    position: absolute;
    content: "";
    background: var(--clr_main);
    width: 100%;
    height: 0.2rem;
    bottom: -2.8rem;
    left: 0;
    right: 0;
  }
  #nav .gnav_subnav .gnav > li button::before {
    font-family: "fontello";
    content: "\f004";
  }
  #nav .gnav_subnav .gnav > li button.close::before {
    font-family: "fontello";
    content: "\f005";
  }
  #nav .gnav_subnav .gnav > li .subbox {
    display: none;
    width: 48rem;
    position: absolute;
    top: 6.8rem;
    left: -15rem;
    z-index: 100;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a {
    font-size: 1.5rem;
    padding: 1.6rem 0;
    border-bottom: 1px #fff solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:is(:hover, :focus-visible, .current) {
    background: var(--clr_sub02);
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li.tit {
    font-size: 1.8rem;
    padding: 1rem 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li:nth-child(even) a {
    border-right: 1px #fff solid;
  }
  #nav .gnav_subnav #menu_close {
    display: none;
  }
}
.overview {
  padding: 3rem 1rem 4rem;
  background: #F8F8F8;
  font-size: 1.4rem;
  line-height: 1.6;
}
.overview .gmap {
  height: 100vw;
  margin: 3rem 0 0 0;
}
.overview > .wrap {
  margin: 0;
}
.overview > .wrap .clinic_name {
  margin: 0 0 2rem;
}
.overview > .wrap .clinic_name img {
  max-width: 90%;
  margin: 0 auto;
}
.overview > .wrap .overviewL .gaiyo, .overview > .wrap .overviewR .gaiyo {
  width: 100%;
  margin: 2rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 0;
}
.overview > .wrap .overviewL .gaiyo dt, .overview > .wrap .overviewR .gaiyo dt {
  width: 30%;
  background: var(--clr_sub09);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.6rem 0;
}
.overview > .wrap .overviewL .gaiyo dd, .overview > .wrap .overviewR .gaiyo dd {
  width: 65%;
}
.overview > .wrap .overviewL .tbl_time, .overview > .wrap .overviewR .tbl_time {
  margin: 3rem 0 0;
}

@media screen and (min-width: 48em), print {
  .overview {
    margin: 6.87rem 0 0 0;
    padding: 5rem 0 0 0;
    font-size: 1.8rem;
  }
  .overview .gmap {
    height: 40rem;
    margin: 0;
  }
  .overview > .wrap {
    margin: 0 auto 7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .overview > .wrap .clinic_name {
    margin: 0 0 5.07rem;
    width: 100%;
  }
  .overview > .wrap .clinic_name img {
    max-width: 100%;
    height: auto;
  }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR {
    width: 57rem;
  }
  .overview > .wrap .overviewL .gaiyo, .overview > .wrap .overviewR .gaiyo {
    margin: 0;
    gap: 2rem 1.6rem;
  }
  .overview > .wrap .overviewL .gaiyo dt, .overview > .wrap .overviewR .gaiyo dt {
    width: 11rem;
    height: 4rem;
    padding: 0;
  }
  .overview > .wrap .overviewL .gaiyo dd, .overview > .wrap .overviewR .gaiyo dd {
    width: 44rem;
  }
  .overview > .wrap .overviewL .tbl_time, .overview > .wrap .overviewR .tbl_time {
    width: 100%;
    margin: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#tel_up ul {
  width: calc(100% - 4rem);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
#tel_up ul li {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  height: 100%;
  text-align: center;
}
#tel_up ul li.telno a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.4rem;
  height: 100%;
  background: var(--clr_sub06);
  color: var(--clr_main);
  font-size: 1.8rem;
  font-weight: bold;
}
#tel_up ul li.telno a::before {
  font-family: "fontello";
  content: "\e801";
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  font-size: 1.6rem;
  text-align: center;
  padding: 1rem;
  line-height: 1;
  color: #fff;
  background: #ccc;
  position: relative;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\e8a3";
}
#tel_up #pageup .clip {
  display: block;
  font-size: 1rem;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  color: transparent;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
}

@media screen and (min-width: 48em), print {
  #tel_up {
    width: 6rem;
    bottom: 4rem;
    right: 4rem;
    left: auto;
    background: none;
    padding: 0;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 100%;
    height: 6rem;
    font-size: 2.6rem;
    border-radius: 50%;
  }
  #tel_up #pageup:is(:hover, :focus-visible) {
    opacity: 1;
    color: #fff;
    background: var(--clr_sub01);
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
  background: var(--clr_txt);
  background: var(--clr_sub10);
}
.footer .copy {
  display: block;
  background: var(--clr_sub01);
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
  color: #fff;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 3rem 0 0;
  }
  .footer .copy {
    margin: 3.85rem 0 0;
    padding: 2.65rem 0;
    font-size: 1.8rem;
  }
  .footer ul {
    display: block;
    text-align: left;
    width: 1200px;
    margin: 0 auto;
  }
  .footer ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.8rem;
    margin: 0;
    -webkit-text-size-adjust: none;
    /*
        &::before {
          content: "|";
          font-size: 150%;
          margin: 0 2.0rem;
        }
        &:last-child::after {
          content: "|";
          font-size: 150%;
          margin: 0 2.0rem;
        }
    */
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a br {
    display: none;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
  .footer ul.subnav {
    margin: 0 auto 1.5rem;
  }
  .footer ul.subnav li {
    margin: 0;
  }
  .footer ul.subnav li:not(:first-child)::before {
    content: "-";
    display: inline-block;
    margin: 0 0.8rem 0 0;
  }
  .footer ul.subnav li:not(:last-child) {
    margin: 0 2rem 0 0;
  }
  .footer ul.gnav {
    margin: 0 auto 3.35rem;
  }
  .footer ul.gnav li::before {
    font-family: "fontello";
    content: "\e4a2";
    color: var(--clr_main);
    margin: 0 0.6rem 0 0;
  }
  .footer ul.gnav li:not(:last-child) {
    margin: 0 3.7rem 0 0;
  }
}
.keyvsl {
  width: 100%;
  position: relative;
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: 27rem;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl .slick-list div img {
  height: 24rem !important;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.keyvsl #keyvsl .slick-dots {
  margin: 0.4rem 0 0;
  position: relative;
  z-index: 2;
}
.keyvsl #keyvsl .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.6rem;
}
.keyvsl .catch {
  margin: -11rem 0 0 0;
  z-index: 10;
  position: relative;
  padding: 0 1rem;
}
.keyvsl .catch p {
  margin: 0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.8);
}

@media screen and (min-width: 48em), print {
  .keyvsl {
    width: 100%;
    margin: auto;
    position: relative;
  }
  .keyvsl #keyvsl {
    height: 75rem;
  }
  .keyvsl #keyvsl .slick-list div img {
    width: 200rem;
    height: 75rem !important;
    -o-object-fit: none;
       object-fit: none;
  }
  .keyvsl #keyvsl .slick-dots {
    margin: -8.4rem 0 0;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  .keyvsl #keyvsl .slick-dots li button {
    background: #fff;
  }
  .keyvsl .catch {
    z-index: 1;
    position: absolute;
    top: 49.4rem;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    width: 1200px;
  }
  .keyvsl .catch p {
    font-size: 3rem;
    text-shadow: none;
  }
}
.index .tit_02 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
}
.index .tit_02::after {
  display: block;
  content: attr(data-txt);
  font-size: 55%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin: 0.6rem 0 0 0;
  width: auto;
  height: auto;
  background: transparent;
}
@media screen and (min-width: 48em), print {
  .index .tit_02 {
    font-size: 6rem;
  }
  .index .tit_02::after {
    font-size: 1.8rem;
    margin: 1rem 0 0 0;
  }
}

.info {
  margin: 2rem 0 0;
  padding: 4rem 1rem;
  background: var(--clr_sub13);
}
.info .wrap {
  background: #fff;
  padding: 2rem;
}
.info .wrap dl {
  max-height: 24rem;
  overflow-y: auto;
  overscroll-behavior-y: none;
  padding: 0 1rem 0 0;
  line-height: 1.5;
  scrollbar-width: thin;
  scrollbar-color: var(--clr_sub01) #eee;
}
.info .wrap dl::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}
.info .wrap dl::-webkit-scrollbar-track {
  background: #eee;
}
.info .wrap dl::-webkit-scrollbar-thumb {
  background: var(--clr_sub01);
}
.info .wrap dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.6rem;
  margin: 0 0 0.6rem;
  color: var(--clr_main);
  font-weight: bold;
  cursor: pointer;
}
.info .wrap dl dt::before {
  font-family: "fontello";
  content: "\f005";
  font-weight: normal;
}
.info .wrap dl dt.close::before {
  font-family: "fontello";
  content: "\f004";
}
.info .wrap dl dt:not(:first-of-type) {
  margin: 1.6rem 0 0.6rem;
  padding: 1.6rem 0 0;
  border-top: 1px solid #ccc;
}
.info .wrap dl dd {
  color: #333;
  margin: 0 0 1.6rem;
}
.info .wrap dl dd:not(:nth-of-type(-n+3)) {
  display: none;
}

@media screen and (min-width: 48em), print {
  .info {
    margin: 0;
    padding: 8rem 0;
  }
  .info .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 7rem 6rem 6rem 6rem;
  }
  .info .wrap dl {
    width: 87rem;
    max-height: 40rem;
    line-height: 1.8;
    padding: 0 2.4rem 0 0;
    overflow-y: auto;
  }
  .info .wrap dl dt {
    margin: 0 0 1rem;
  }
  .info .wrap dl dt::before {
    margin-right: 1rem;
  }
  .info .wrap dl dt:not(:first-of-type) {
    margin: 1.6rem 0 0.6rem;
    padding: 1.6rem 0 0;
  }
  .info .wrap dl dt:hover {
    color: var(--clr_main);
  }
  .info .wrap dl dd {
    margin: 0 0 1.6rem;
  }
}
.med {
  margin: 0;
  padding: 3rem 0;
}
.med .tit_02 span::before, .med .tit_02 span::after {
  display: inline-block;
  content: "";
  background: #fff;
  width: 7rem;
  height: 0.3rem;
  border-top: 1px var(--clr_sub01) solid;
  border-bottom: 1px var(--clr_sub01) solid;
}
.med .tit_02 span::before {
  margin: 0 1rem 0.5rem 0;
}
.med .tit_02 span::after {
  margin: 0 0 0.5rem 1rem;
}
.med .top_obstetrics, .med .top_gynecology {
  border-top: 0.2rem #FF8F8F solid;
}
.med .top_obstetrics .tit, .med .top_gynecology .tit {
  background: #FFE3E3;
  height: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.med .top_obstetrics .tit p, .med .top_gynecology .tit p {
  margin: 0;
  width: 100%;
  color: #FF8F8F;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  position: relative;
  z-index: 1;
  font-size: 2rem;
}
.med .top_obstetrics .tit p::after, .med .top_gynecology .tit p::after {
  display: block;
  content: "Obstetrics";
  font-size: 190%;
  position: absolute;
  top: -0.8rem;
  left: 0;
  right: 0;
  margin: auto;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Josefin Sans", sans-serif;
  z-index: -1;
}
.med .top_obstetrics .content01, .med .top_gynecology .content01, .med .top_gynecology .content09, .med .top_gynecology .content07, .med .top_gynecology .content05, .med .top_gynecology .content03, .med .top_obstetrics .content02, .med .top_gynecology .content02, .med .top_gynecology .content08, .med .top_gynecology .content06, .med .top_gynecology .content04 {
  background-image: url("../img/bg_antenatal.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 180%;
  position: relative;
  z-index: 2;
}
.med .top_obstetrics .content01::before, .med .top_gynecology .content01::before, .med .top_gynecology .content09::before, .med .top_gynecology .content07::before, .med .top_gynecology .content05::before, .med .top_gynecology .content03::before, .med .top_obstetrics .content02::before, .med .top_gynecology .content02::before, .med .top_gynecology .content08::before, .med .top_gynecology .content06::before, .med .top_gynecology .content04::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 15rem;
  height: 14rem;
  background: url("../img/bg_obstetrics01.svg") no-repeat center center/contain;
  content: "";
}
.med .top_obstetrics .content01 .inner, .med .top_gynecology .content01 .inner, .med .top_gynecology .content09 .inner, .med .top_gynecology .content07 .inner, .med .top_gynecology .content05 .inner, .med .top_gynecology .content03 .inner, .med .top_obstetrics .content02 .inner, .med .top_gynecology .content02 .inner, .med .top_gynecology .content08 .inner, .med .top_gynecology .content06 .inner, .med .top_gynecology .content04 .inner {
  padding: 25rem 1rem 3rem 1rem;
}
.med .top_obstetrics .content01 .inner h3, .med .top_gynecology .content01 .inner h3, .med .top_gynecology .content09 .inner h3, .med .top_gynecology .content07 .inner h3, .med .top_gynecology .content05 .inner h3, .med .top_gynecology .content03 .inner h3, .med .top_obstetrics .content02 .inner h3, .med .top_gynecology .content02 .inner h3, .med .top_gynecology .content08 .inner h3, .med .top_gynecology .content06 .inner h3, .med .top_gynecology .content04 .inner h3 {
  color: var(--clr_sub01);
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 1rem;
}
.med .top_obstetrics .content01 .inner p, .med .top_gynecology .content01 .inner p, .med .top_gynecology .content09 .inner p, .med .top_gynecology .content07 .inner p, .med .top_gynecology .content05 .inner p, .med .top_gynecology .content03 .inner p, .med .top_obstetrics .content02 .inner p, .med .top_gynecology .content02 .inner p, .med .top_gynecology .content08 .inner p, .med .top_gynecology .content06 .inner p, .med .top_gynecology .content04 .inner p {
  margin: 0 0 1.8rem;
  line-height: 1.68;
  letter-spacing: 0.028em;
  text-indent: 0.028em;
}
.med .top_obstetrics .content02, .med .top_gynecology .content02, .med .top_gynecology .content08, .med .top_gynecology .content06, .med .top_gynecology .content04 {
  background-image: url("../img/bg_checkup.jpg");
  background-position: left top;
}
.med .top_obstetrics .content02::before, .med .top_gynecology .content02::before, .med .top_gynecology .content08::before, .med .top_gynecology .content06::before, .med .top_gynecology .content04::before {
  background: url("../img/bg_obstetrics02.svg") no-repeat center center/contain;
  content: "";
  left: inherit;
  right: 0;
}
.med .top_gynecology {
  border-top: 0.2rem var(--clr_sub01) solid;
}
.med .top_gynecology .tit {
  background: #E3D6CF;
}
.med .top_gynecology .tit p {
  color: var(--clr_sub01);
}
.med .top_gynecology .tit p::after {
  content: "Gynecology";
}
.med .top_gynecology .content01, .med .top_gynecology .content09, .med .top_gynecology .content07, .med .top_gynecology .content05, .med .top_gynecology .content03, .med .top_gynecology .content02, .med .top_gynecology .content08, .med .top_gynecology .content06, .med .top_gynecology .content04 {
  background-image: url("../img/bg_gyn_outpatient.jpg");
}
.med .top_gynecology .content01::before, .med .top_gynecology .content09::before, .med .top_gynecology .content07::before, .med .top_gynecology .content05::before, .med .top_gynecology .content03::before, .med .top_gynecology .content02::before, .med .top_gynecology .content08::before, .med .top_gynecology .content06::before, .med .top_gynecology .content04::before {
  background: url("../img/bg_gynecology01.svg") no-repeat center center/contain;
}
.med .top_gynecology .content02, .med .top_gynecology .content08, .med .top_gynecology .content06, .med .top_gynecology .content04 {
  background-image: url("../img/bg_cancer_screening.jpg");
}
.med .top_gynecology .content02::before, .med .top_gynecology .content08::before, .med .top_gynecology .content06::before, .med .top_gynecology .content04::before {
  background: url("../img/bg_gynecology02.svg") no-repeat center center/contain;
}
.med .top_gynecology .content03 {
  background-image: url("../img/bg_menopause.jpg");
}
.med .top_gynecology .content04 {
  background-image: url("../img/bg_family_planning.jpg");
}
.med .top_gynecology .content05 {
  background-image: url("../img/bg_pill.jpg");
}
.med .top_gynecology .content06 {
  background-image: url("../img/bg_infertility.jpg");
}
.med .top_gynecology .content07 {
  background-image: url("../img/bg_sexually.jpg");
}
.med .top_gynecology .content08 {
  background-image: url("../img/bg_vaccination.jpg");
}
.med .top_gynecology .content09 {
  background-image: url("../img/bg_abortion.jpg");
}

@media screen and (min-width: 48em), print {
  .med {
    padding: 4rem 0;
  }
  .med .tit_02 span::before, .med .tit_02 span::after {
    width: 39rem;
    height: 0.4rem;
  }
  .med .tit_02 span::before {
    margin: 0 6.3rem 1.5rem 0;
  }
  .med .tit_02 span::after {
    margin: 0 0 1.5rem 6.3rem;
  }
  .med .top_obstetrics, .med .top_gynecology {
    border-top: 0.4rem #FF8F8F solid;
    overflow: hidden;
  }
  .med .top_obstetrics .tit, .med .top_gynecology .tit {
    height: 19rem;
  }
  .med .top_obstetrics .tit p, .med .top_gynecology .tit p {
    font-size: 4.8rem;
  }
  .med .top_obstetrics .tit p::after, .med .top_gynecology .tit p::after {
    font-size: 16rem;
    top: -4rem;
  }
  .med .top_obstetrics .content01, .med .top_gynecology .content01, .med .top_obstetrics .content02, .med .top_gynecology .content02, .med .top_gynecology .content03, .med .top_gynecology .content04, .med .top_gynecology .content05, .med .top_gynecology .content06, .med .top_gynecology .content07, .med .top_gynecology .content08, .med .top_gynecology .content09 {
    width: 100%;
    height: 70rem;
    background-size: auto;
    padding: 16.4rem 0 0 0;
    background-position: center top;
  }
  .med .top_obstetrics .content01::before, .med .top_gynecology .content01::before, .med .top_obstetrics .content02::before, .med .top_gynecology .content02::before, .med .top_gynecology .content03::before, .med .top_gynecology .content04::before, .med .top_gynecology .content05::before, .med .top_gynecology .content06::before, .med .top_gynecology .content07::before, .med .top_gynecology .content08::before, .med .top_gynecology .content09::before {
    width: 75rem;
    height: 70rem;
    left: calc(50% - 95rem);
  }
  .med .top_obstetrics .content01 .inner, .med .top_gynecology .content01 .inner, .med .top_obstetrics .content02 .inner, .med .top_gynecology .content02 .inner, .med .top_gynecology .content03 .inner, .med .top_gynecology .content04 .inner, .med .top_gynecology .content05 .inner, .med .top_gynecology .content06 .inner, .med .top_gynecology .content07 .inner, .med .top_gynecology .content08 .inner, .med .top_gynecology .content09 .inner {
    width: 57rem;
    padding: 0;
  }
  .med .top_obstetrics .content01 .inner h3, .med .top_gynecology .content01 .inner h3, .med .top_obstetrics .content02 .inner h3, .med .top_gynecology .content02 .inner h3, .med .top_gynecology .content03 .inner h3, .med .top_gynecology .content04 .inner h3, .med .top_gynecology .content05 .inner h3, .med .top_gynecology .content06 .inner h3, .med .top_gynecology .content07 .inner h3, .med .top_gynecology .content08 .inner h3, .med .top_gynecology .content09 .inner h3 {
    font-size: 3.6rem;
    margin: 0 0 2.5rem;
  }
  .med .top_obstetrics .content01 .inner p, .med .top_gynecology .content01 .inner p, .med .top_obstetrics .content02 .inner p, .med .top_gynecology .content02 .inner p, .med .top_gynecology .content03 .inner p, .med .top_gynecology .content04 .inner p, .med .top_gynecology .content05 .inner p, .med .top_gynecology .content06 .inner p, .med .top_gynecology .content07 .inner p, .med .top_gynecology .content08 .inner p, .med .top_gynecology .content09 .inner p {
    margin: 0 0 5.3rem;
  }
  .med .top_obstetrics .content02::before, .med .top_gynecology .content02::before, .med .top_gynecology .content04::before, .med .top_gynecology .content06::before, .med .top_gynecology .content08::before {
    right: calc(50% - 95rem);
    left: inherit;
  }
  .med .top_obstetrics .content02 .inner, .med .top_gynecology .content02 .inner, .med .top_gynecology .content04 .inner, .med .top_gynecology .content06 .inner, .med .top_gynecology .content08 .inner {
    margin: 0 0 0 auto;
  }
  .med .top_gynecology {
    margin: 6rem 0 0 0;
    border-top: 0.4rem var(--clr_sub01) solid;
  }
}
body:not(.index) .sub_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
body:not(.index) .main {
  margin: 3rem 1rem;
}
body:not(.index) .main .tel {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 150%;
  color: var(--clr_main);
}
body:not(.index) .main .tel::before {
  content: "Tel.";
  font-size: 70%;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    margin: 6rem auto 8rem;
  }
  body:not(.index) .main .cf .img_l, body:not(.index) .main .cf .img_r, body:not(.index) .main .cf .img_c {
    max-width: 45rem;
    height: auto;
  }
}

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

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

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

@media screen and (min-width: 48em), print {
  .device {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
  .device li {
    width: 32%;
  }
  .device li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
.lst_flow dt {
  margin: 0;
  padding: 0.4rem 1rem;
  color: #fff;
  font-size: 120%;
  background: var(--clr_main);
}
.lst_flow dd {
  margin: 0;
  padding: 1rem;
  border: 2px solid var(--clr_main);
  position: relative;
}
.lst_flow dd:not(:last-child) {
  margin: 0 0 6rem;
}
.lst_flow dd:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5.4rem;
  left: 0;
  right: 0;
  border-top: 2rem solid var(--clr_main);
  border-right: 2rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 2rem solid transparent;
  margin: auto;
}

@media screen and (min-width: 48em), print {
  .lst_flow dt {
    padding: 1rem 3rem;
  }
  .lst_flow dd {
    padding: 2rem 3rem;
  }
  .lst_flow dd:not(:last-child) {
    margin: 0 0 9rem;
  }
  .lst_flow dd:not(:last-child)::after {
    bottom: -7rem;
  }
}
.faq .main .accordion {
  width: 100%;
  margin: 0 auto;
}
.faq .main .accordion dt {
  background: var(--clr_main);
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1rem;
  text-align: left;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.faq .main .accordion dt::hover, .faq .main .accordion dt::active, .faq .main .accordion dt.is-active {
  background-color: black;
}
.faq .main dd {
  text-align: left;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.faq .main dd:not(:last-child) {
  margin: 0 0 2rem;
}
.faq .main dd.is-open {
  padding: 1rem;
  line-height: normal;
  height: auto;
  opacity: 1;
}

@media screen and (min-width: 48em), print {
  .faq .main .accordion {
    width: 1200px;
  }
  .faq .main .accordion dt {
    font-size: 1.8rem;
  }
}
.antenatal .main .schedule > table:first-child {
  margin: 0 0 2rem;
}
.antenatal .main .schedule table tr th, .antenatal .main .schedule table tr td {
  text-align: left;
  padding: 0.4rem 0.8rem;
  font-size: 1.3rem;
}
.antenatal .main .schedule table tr th {
  background: var(--clr_sub13);
  color: #fff;
  width: 45%;
}
@media screen and (min-width: 48em), print {
  .antenatal .main .schedule {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .antenatal .main .schedule > table:first-child {
    margin: 0;
  }
  .antenatal .main .schedule table {
    width: 48%;
  }
  .antenatal .main .schedule table tr th, .antenatal .main .schedule table tr td {
    padding: 0 2rem;
    font-size: 1.8rem;
  }
}
body.access .main .lst_ul_disc li {
  margin: 0;
}
body.access .main .gmap {
  height: 100vw;
  margin: 2rem 0;
}
body.access .main .illst_map li {
  margin: 0 0 2rem;
}
body.access .main .illst_map li img {
  margin: 0 auto 1rem;
}
@media screen and (min-width: 48em), print {
  body.access .main .tbl_time {
    font-size: 2rem;
  }
  body.access .main .gmap {
    height: 50rem;
  }
  body.access .main .flex2 > div {
    width: 45%;
  }
  body.access .main .illst_map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 6rem;
  }
}

.tbl_price, .tbl_lst2, .tbl_lst {
  width: 100%;
  border-collapse: collapse;
}
.tbl_price caption, .tbl_lst2 caption, .tbl_lst caption {
  text-align: left;
  font-size: 85%;
}
.tbl_price th, .tbl_lst2 th, .tbl_lst th {
  padding: 0.6rem 1.6rem;
  background: var(--clr_main);
  border: 1px solid #ccc;
  text-align: center;
  color: #fff;
  width: 50%;
}
.tbl_price td, .tbl_lst2 td, .tbl_lst td {
  padding: 0.6rem 1.6rem;
  border: 1px solid #ccc;
  text-align: right;
  width: 50%;
}

.tbl_lst th {
  width: 30%;
}
.tbl_lst td {
  text-align: left;
  width: 70%;
}

.tbl_lst2 td {
  text-align: left;
}

.anc li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
  margin: 0 0 1rem;
}
.anc li::before {
  font-family: "fontello";
  content: "\e80c";
  color: var(--clr_txt);
  margin-right: 0.4rem;
}
.anc li a {
  color: var(--clr_txt);
  display: inline-block;
  text-decoration: none !important;
}

@media screen and (min-width: 48em), print {
  .anc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 2rem;
  }
  .anc li {
    font-size: 110%;
    margin: 0 0 1.6rem;
  }
  .anc li::before {
    margin-right: 0.8rem;
  }
  .anc li a:hover {
    text-decoration: underline !important;
  }
}
/*# sourceMappingURL=style.css.map */