@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;
  cursor: hand;
}

.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;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  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 {
  overflow-wrap: break-word;
}

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

h5, h6 {
  margin: 0;
}

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

p {
  margin: 1em 0;
}

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

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

:root {
  --clr_txt: #555;
  --rgb_txt: 85, 85, 85;
  --clr_red: #f00;
  --rgb_red: 255, 0, 0;
  --clr_red_light: #F29FBC;
  --rgb_red_light: 242, 159, 188;
  --clr_red_dark: #c00;
  --rgb_red_dark: 204, 0, 0;
  --clr_purple: #BF79C0;
  --rgb_purple: 191, 121, 192;
  --clr_purple_light: #F0E0EE;
  --rgb_purple_light: 240, 224, 238;
  --clr_purple_light2: #FFE7F3;
  --rgb_purple_light2: 255, 231, 243;
  --clr_purple_light3: #FFEEFD;
  --rgb_purple_light3: 255, 238, 253;
  --clr_purple_light4: #FFF2F6;
  --rgb_purple_light4: 255, 242, 246;
  --clr_purple_dark: #AC1796;
  --rgb_purple_dark: 172, 23, 150;
  --clr_purple_dark2: #F99AE8;
  --rgb_purple_dark2: 249, 154, 232;
  --clr_purple_dark3: #C44698;
  --rgb_purple_dark3: 196, 70, 152;
  --clr_gold: #AD8B3F;
  --rgb_gold: 173, 139, 63;
  --clr_gold_light: #bf9a55;
  --rgb_gold_light: 191, 154, 85;
  --clr_gold_dark: #9a7913;
  --rgb_gold_dark: 154, 121, 19;
  --clr_green: #00B050;
  --rgb_green: 0, 176, 80;
}

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

.underline {
  text-decoration: underline;
}

.txt_green {
  color: var(--clr_green);
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

.img_c {
  margin: 1rem auto;
}

.img_l, .img_r {
  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;
  }
}
.mt00 {
  margin-top: 0rem;
}

.mt10 {
  margin-top: 1rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt40 {
  margin-top: 4rem;
}

.ml00 {
  margin-left: 0rem;
}

.ml10 {
  margin-left: 1rem;
}

.ml20 {
  margin-left: 2rem;
}

.ml30 {
  margin-left: 3rem;
}

.ml40 {
  margin-left: 4rem;
}

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

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

.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 {
  .mt00 {
    margin-top: 0rem;
  }
  .mt10 {
    margin-top: 2rem;
  }
  .mt20 {
    margin-top: 4rem;
  }
  .mt30 {
    margin-top: 6rem;
  }
  .mt40 {
    margin-top: 8rem;
  }
  .main > section ~ section, .flex2 > section ~ section {
    margin-top: 4rem;
  }
  .main > section section ~ section, .flex2 > section section ~ section {
    margin-top: 2rem;
  }
  .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;
  }
}
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.4rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
}
.tbl_time caption {
  font-size: 140%;
  font-weight: bold;
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl_time caption::before {
  font-family: "fontello";
  content: "\e819";
  color: var(--clr_red_light);
}
.tbl_time caption span {
  margin-right: 1rem;
  color: var(--clr_purple_dark);
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  font-size: 90%;
  text-align: center;
  color: #fff;
  background: var(--clr_purple);
  font-weight: bold;
}
.tbl_time tr th[scope=col]:first-child {
  width: 20%;
}
.tbl_time tr th[scope=row] {
  background: #fff;
  border-bottom: 1px solid var(--clr_purple);
  font-size: 80%;
}
.tbl_time tr th[scope=row] span {
  font-size: 2.5vw;
  display: block;
}
.tbl_time tr td {
  background: #fff;
  text-align: center;
  padding: 1.4rem 0.4rem;
  border-bottom: 1px solid var(--clr_purple);
  line-height: 1;
  font-size: 80%;
  font-weight: bold;
}
.tbl_time tr td.close {
  color: var(--clr_txt);
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 1.8rem;
  }
  .tbl_time caption {
    font-size: 1.6rem;
    margin-top: 0.4rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 0.8rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 22%;
  }
  .tbl_time tr th[scope=row] span {
    font-size: 1.4rem;
    display: inline-block;
  }
  .tbl_time tr td {
    padding: 2rem 0;
  }
}
.gmap {
  width: 100%;
}

.btn_map {
  display: block;
  width: fit-content;
  margin: 1rem auto;
  padding: 0.5rem 2rem;
  border-radius: 100vh;
  background: var(--clr_purple);
  border: 1px solid var(--clr_purple);
  color: #fff;
}
.btn_map a {
  color: #fff;
}

.tit_01 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  min-height: 10rem;
  background: url(../img/bg_tit_01.jpg) no-repeat center/auto 100%;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}
.tit_01.-top_h1 {
  text-indent: 0;
  text-align: left;
}
@media screen and (min-width: 48em), print {
  .tit_01.-top_h1 {
    text-indent: 0.2em;
  }
}
.tit_01 {
  font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  text-shadow: var(--clr_purple) 2px 0px 0px, var(--clr_purple) -2px 0px 0px, var(--clr_purple) 0px -2px 0px, var(--clr_purple) 0px 2px 0px, var(--clr_purple) 2px 2px 0px, var(--clr_purple) -2px 2px 0px, var(--clr_purple) 2px -2px 0px, var(--clr_purple) -2px -2px 0px, var(--clr_purple) 1px 2px 0px, var(--clr_purple) -1px 2px 0px, var(--clr_purple) 1px -2px 0px, var(--clr_purple) -1px -2px 0px, var(--clr_purple) 2px 1px 0px, var(--clr_purple) -2px 1px 0px, var(--clr_purple) 2px -1px 0px, var(--clr_purple) -2px -1px 0px, var(--clr_purple) 1px 1px 0px, var(--clr_purple) -1px 1px 0px, var(--clr_purple) 1px -1px 0px, var(--clr_purple) -1px -1px 0px;
  padding: 1rem;
  text-align: center;
}
.tit_01::before {
  display: block;
  content: "";
  background: url(../img/icon_square.gif) no-repeat center/contain;
  width: 15px;
  height: 15px;
}

.tit_02 {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: var(--clr_purple_dark);
  margin: 0 auto 2rem;
  padding: 0 0.5rem;
  border: 2px solid var(--clr_purple_dark);
  background: var(--clr_purple_light2);
}
.tit_02::before {
  display: block;
  content: "";
  background: url(../img/icon_h2_low.svg) no-repeat center/contain;
  width: 25px;
  height: 25px;
}

.tit_03 {
  position: relative;
  padding: 0 0 0 2rem;
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 1rem;
}
.tit_03::before {
  position: absolute;
  left: 0;
  display: block;
  font-family: "fontello";
  content: "\f111";
}

.tit_04 {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0 0 2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  color: var(--clr_gold);
  border-bottom: 2px solid var(--clr_gold);
}

.tit_05 {
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 0 0 2rem;
  padding: 0 0.5rem;
  width: fit-content;
  background: var(--clr_purple_light3);
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    min-height: 5rem;
    font-size: 2.4rem;
    padding: 1rem 7rem;
    gap: 0.5rem;
  }
  .tit_01::before {
    width: 15px;
    height: 15px;
  }
  .tit_02 {
    font-size: 1.8rem;
    margin: 0 auto 2rem;
    gap: 1rem;
  }
  .tit_03 {
    font-size: 1.6rem;
    margin: 0 0 1rem;
  }
  .tit_04 {
    font-size: 1.6rem;
    margin: 0 0 2rem;
    width: fit-content;
    min-width: 30%;
  }
  .tit_05 {
    font-size: 1.6rem;
    margin: 0 0 2rem;
    min-width: 30%;
  }
}
.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_txt);
  position: absolute;
  left: 0;
}
.lst_ul.kome > li::before {
  content: "※";
  color: var(--clr_txt);
}

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

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

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

.lst_ol_flow {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
  counter-reset: number 0;
  width: 60%;
  margin: 1rem auto;
  padding: 0;
}
.lst_ol_flow > li {
  counter-increment: number 1;
  padding: 0.5rem 0.5rem 0.5rem 3.6rem;
  position: relative;
  flex: 1 1 auto;
  min-width: 80px;
}
.lst_ol_flow > li:nth-child(1) {
  background: #D9AFD9;
}
.lst_ol_flow > li:nth-child(2) {
  background: #DFBCDF;
}
.lst_ol_flow > li:nth-child(3) {
  background: #E5C9E6;
}
.lst_ol_flow > li:nth-child(4) {
  background: #ECD7EC;
}
.lst_ol_flow > li:nth-child(5) {
  background: #F2E4F2;
}
.lst_ol_flow > li:nth-child(6) {
  background: #F8F1F9;
}
.lst_ol_flow > li:not(:last-child)::after {
  content: "";
  height: 0;
  inset: auto 10px -10px auto;
  position: absolute;
  width: 0;
  z-index: 1;
  border-top: 11px solid rgba(var(--rgb_purple), 0.1);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
.lst_ol_flow > li::before {
  display: inline-block;
  content: counter(number) ".";
  color: var(--clr_txt);
  font-weight: bold;
  position: absolute;
  left: 1rem;
}

.lst_anc {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.lst_anc li {
  flex: auto;
  width: 100%;
  text-align: center;
  font-weight: 500;
  line-height: 1.1;
  color: #fff;
  min-height: 4rem;
  border-radius: 0.6rem;
  overflow: hidden;
  position: relative;
}
.lst_anc li::after {
  position: absolute;
  right: 0.3em;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "fontello";
  content: "\74";
}
.lst_anc li a {
  background: var(--clr_purple_dark3);
  text-decoration: none !important;
  padding: 0.4rem 2.2rem 0.4rem 0.4rem;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lst_dl01 dt {
  font-weight: bold;
}
.lst_dl01 dd {
  margin: 0 0 1rem;
}

.lst_dl_price {
  border-bottom: 1px solid var(--clr_gold);
}
.lst_dl_price dt, .lst_dl_price dd {
  line-height: 2;
  padding: 0.4rem;
}
.lst_dl_price dt {
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: var(--clr_gold);
  border-bottom: 1px solid var(--clr_gold);
  border-right: 1px solid var(--clr_gold);
  border-left: 1px solid var(--clr_gold);
}
.lst_dl_price dd {
  margin: 0;
  text-align: right;
  border-right: 1px solid var(--clr_gold);
  border-left: 1px solid var(--clr_gold);
}

.lst_dl_qa dt, .lst_dl_qa dd {
  width: 100%;
  position: relative;
}
.lst_dl_qa dt {
  margin: 0 0 1.5rem;
  padding: 0 0 0 2em;
}
.lst_dl_qa dt::before {
  position: absolute;
  left: 0;
  top: -0.2em;
  width: 3rem;
  height: 2rem;
  display: block;
  content: "Q.";
  font-family: Geneva, "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
  font-style: normal;
  color: var(--clr_purple);
  font-size: 120%;
}
.lst_dl_qa dd {
  margin: 0 0 2rem;
  padding: 0 0 1em 2em;
}
.lst_dl_qa dd:not(:last-of-type) {
  border-bottom: 0.1rem solid var(--clr_purple);
}
.lst_dl_qa dd::before {
  position: absolute;
  left: 0;
  top: -0.2em;
  width: 3rem;
  height: 2rem;
  display: block;
  content: "A.";
  font-family: Geneva, "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
  font-style: normal;
  color: var(--clr_red_dark);
  font-size: 120%;
}

.lst_career {
  display: flex;
  flex-wrap: wrap;
}
.lst_career dt {
  width: 4.5em;
}
.lst_career dd {
  width: 70%;
  width: -webkit-calc(100% - 4.5em);
  width: calc(100% - 4.5em);
}

@media screen and (min-width: 48em), print {
  .lst_ol_flow {
    flex-direction: row;
    width: 100%;
    padding-right: 30px;
  }
  .lst_ol_flow > li {
    padding: 0.5rem 0.5rem 0.5rem 3.6rem;
    flex: 1 1 auto;
    min-width: 80px;
  }
  .lst_ol_flow > li:not(:last-child)::after {
    border-bottom: 15px solid transparent !important;
    border-left: 10px solid rgba(var(--rgb_purple), 0.2);
    border-top: 15px solid transparent !important;
    border-right: none;
    content: "";
    height: 0;
    inset: 0 -9px auto auto;
    position: absolute;
    width: 0;
    z-index: 1;
  }
  .lst_ol_flow > li::before {
    left: 2rem;
  }
  .lst_anc {
    justify-content: space-between;
    gap: 1.4rem 0;
  }
  .lst_anc li {
    flex: none;
    width: 49%;
    min-height: 5rem;
  }
  .lst_anc li::after {
    right: 0.5em;
  }
  .lst_anc li a {
    padding: 0.5rem 3rem 0.5rem 1rem;
  }
  .lst_anc li a:is(:hover, :focus-visible) {
    opacity: 0.8 !important;
  }
  .lst_dl01 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .lst_dl01 dt {
    width: 12%;
  }
  .lst_dl01 dd {
    width: 88%;
    padding: 0 0 0 1rem;
  }
  .lst_dl01.doctor {
    width: auto;
  }
  .lst_dl01.doctor dt {
    width: 100%;
  }
  .lst_dl01.doctor dd {
    padding: 0;
  }
  .lst_dl_price {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .lst_dl_price dt {
    width: 75%;
    padding: 0 1rem;
    border-right: none;
    border-left: none;
  }
  .lst_dl_price dt:not(:last-of-type) {
    border-bottom: 1px solid #fff;
  }
  .lst_dl_price dd {
    width: 25%;
    padding: 0 1rem;
    border-top: 1px solid var(--clr_gold);
  }
  .lst_dl_price.doctor {
    width: auto;
  }
  .lst_dl_price.doctor dt {
    width: 100%;
  }
  .lst_dl_price.doctor dd {
    padding: 0;
  }
}
.tbl_01 {
  font-size: 70%;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid var(--clr_txt);
}
.tbl_01._fixed {
  table-layout: fixed;
}
.tbl_01 caption {
  font-size: 80%;
  text-align: right;
}
.tbl_01 thead tr th, .tbl_01 thead tr td {
  vertical-align: middle;
  background: var(--clr_purple_light2);
  text-align: center;
}
.tbl_01 tr th, .tbl_01 tr td {
  padding: 0.4rem;
  border: 1px solid var(--clr_txt);
}
.tbl_01 tr th {
  background: var(--clr_purple_light2);
  text-align: left;
  font-weight: normal;
}
.tbl_01 tr th[scope=row] {
  width: 30% !important;
}
.tbl_01 tr td {
  background: #fff;
  vertical-align: baseline;
  overflow-wrap: break-word;
}
.tbl_01 tr td.txt_r {
  vertical-align: middle;
}
.tbl_01 .bg_y01 {
  background: var(--clr_orange_dark);
}
.tbl_01 .bg_y02 {
  background: var(--clr_orange_light2);
}
.tbl_01 .bg_y03 {
  background: var(--clr_yellow_light2);
}

@media screen and (min-width: 48em), print {
  .tbl_01 {
    font-size: 90%;
  }
  .tbl_01 tr th {
    padding: 1rem 2rem;
  }
  .tbl_01 tr th[scope=row] {
    width: 25%;
  }
  .tbl_01 tr td {
    padding: 1rem;
  }
}
.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 0 4rem;
}
.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;
  }
  .flex3 {
    justify-content: flex-start;
    gap: 2rem;
  }
  .flex3 li {
    width: 31%;
  }
}
.tel {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 0 0.4rem;
  line-height: 1;
}
.tel::before {
  font-family: "fontello";
  content: "\e810";
  color: var(--clr_purple);
}
.tel a {
  display: inline-flex;
  align-items: center;
  height: 100%;
}

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

.box_doctor {
  padding: 3rem 2.2rem;
  background: url(../img/item_box_doc01.png) no-repeat left 0 top 0/20% auto, url(../img/item_box_doc02.png) no-repeat right 0 bottom 0/20% auto;
}
@media screen and (min-width: 48em), print {
  .box_doctor {
    padding: 3rem;
  }
}

.btn_rsv {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.4rem;
}
.btn_detail {
  display: inline-block;
  padding: 0.4rem 2rem;
  background: var(--clr_purple);
  color: #fff;
  border: 1px solid var(--clr_purple);
  border-radius: 100vh;
  font-weight: bold;
  text-decoration: none !important;
}
@media screen and (min-width: 48em), print {
  .btn_detail:is(:hover, :focus-visible) {
    background: #fff;
    color: var(--clr_purple);
    opacity: 1;
  }
}

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

.slick-arrow {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 9rem;
  cursor: pointer;
  line-height: 0;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: var(--clr_purple);
  z-index: 5;
}
.slick-arrow::before {
  font-size: 1.2rem;
}
.slick-arrow.slick-prev {
  left: -2.6rem;
}
.slick-arrow.slick-prev::before {
  font-family: "fontello";
  content: "\71";
}
.slick-arrow.slick-next {
  right: -2.6rem;
}
.slick-arrow.slick-next::before {
  font-family: "fontello";
  content: "\77";
}

@media screen and (min-width: 48em), print {
  .slick-arrow {
    width: 5rem;
    height: 5rem;
    border: 1px solid var(--clr_purple);
    top: 26rem;
  }
  .slick-arrow::before {
    font-size: 2.4rem;
  }
  .slick-arrow.slick-prev {
    left: -6rem;
  }
  .slick-arrow.slick-next {
    right: -6rem;
  }
  .slick-arrow:is(:hover, :focus-visible) {
    color: var(--clr_txt);
    background: #fff;
    opacity: 1;
  }
}
.slick-dots {
  display: 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_purple);
}
.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: 2.7777777778vw;
}

body {
  background: #fff;
  color: var(--clr_txt);
  font-feature-settings: "palt";
  font-family: "ＭＳ Ｐゴシック", Osaka, "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Geneva, Arial, Helvetica, "メイリオ", Meiryo, sans-serif;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgba(var(--rgb_txt), 0.6);
  position: fixed;
  inset: 0;
  z-index: 90;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  -webkit-backdrop-filter: blur(0.6rem);
  backdrop-filter: blur(0.6rem);
}
body.spnav_modal {
  overflow: hidden !important;
}
body.spnav_modal::after {
  visibility: visible;
  opacity: 1;
}

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

.main {
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 1pt;
}
.main a:not([class*=btn], [href*="tel:"]) {
  text-decoration: underline;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    background: var(--clr_purple_light4);
    min-width: calc(758px + 40px);
    padding: 0 0 1rem;
  }
  body::after {
    display: none;
  }
  body > .wrap {
    background: #fff;
    box-shadow: 0 5px 10px 0 rgba(var(--rgb_purple_dark), 1);
  }
  a, button {
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 758px;
    margin: auto;
  }
  .main {
    width: 60rem;
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    text-decoration: none;
  }
}
:target {
  scroll-margin-top: 2rem;
}
@media screen and (min-width: 48em), print {
  :target {
    scroll-margin-top: 4rem;
  }
}

.header {
  position: relative;
  background: var(--clr_purple_light);
}
.header > .desqri {
  padding: 0.5rem 1rem;
  color: #fff;
  background: var(--clr_purple);
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
}
.header > .wrap {
  padding: 1rem;
  background: url(../img/bg_header.jpg) no-repeat left top/cover;
  height: 8rem;
  position: relative;
}
.header > .wrap .headtel li {
  width: 100%;
  text-align: center;
  padding-top: 4rem;
  font-size: 1.4rem;
  color: #150870;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
}
.header > .wrap .linkarea {
  position: absolute; /* 絶対配置 */
  display: block;
  top: 5px;
  left: 0;
  width: 250px;
  height: 42px;
}
.header > .wrap .headR {
  margin: 5.6rem 0 0;
}
.header > .wrap .headR ul {
  display: flex;
  align-items: center;
}
.header > .wrap .headR ul li .tel {
  font-size: 1.8rem;
}
@media screen and (min-width: 48em), print {
  .header > .desqri {
    padding: 0.5rem 1rem;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .header > .wrap {
    padding: 2rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header > .wrap .logo {
    width: 40%;
    height: 8rem;
    padding: 0;
    position: relative;
    z-index: 101;
    background: none;
  }
  .header > .wrap .logo a {
    width: 100%;
  }
  .header > .wrap .headR {
    width: 60%;
    margin: 0;
  }
  .header > .wrap .headR ul {
    justify-content: flex-end;
  }
  .header > .wrap .headtel {
    margin: 0;
    padding: 0;
  }
  .header > .wrap .headtel li {
    position: absolute; /* 絶対配置 */
    display: block;
    text-align: right;
    top: 20px;
    right: 10px;
    padding: 0;
    font-size: 2rem;
    color: #150870;
    font-weight: bold;
    font-family: "Zen Old Mincho", serif;
    font-style: normal;
  }
}
#nav {
  width: 100vw;
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  background: var(--clr_purple);
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  padding: 0;
  position: absolute;
  inset: 2.4rem 1.5rem auto auto;
  z-index: 100;
  transition: 0.5s;
}
#nav #sp_menu.hide {
  transform: translateY(-220%);
}
#nav #sp_menu::before {
  display: block;
  font-family: "fontello";
  content: "\e801";
  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: "\e800";
}
#nav #sp_menu.close::after {
  content: "CLOSE";
}
#nav #sp_menu span {
  display: none;
}
#nav .gnav_subnav {
  display: none;
  width: 94vw;
  max-height: calc(100dvh - 8rem);
  overflow-y: auto;
  background: var(--clr_purple_light);
  box-shadow: 0 0.4rem 0.6rem 0.2rem rgba(var(--rgb_txt), 0.2);
  padding: 1.6rem;
  margin: auto;
  position: absolute;
  inset: 8.4rem 0 auto;
  z-index: 100;
}
#nav .gnav_subnav .gnav {
  border-top: 1px solid var(--clr_purple);
  border-bottom: 1px solid var(--clr_purple);
}
#nav .gnav_subnav .gnav > li:not(:last-child) {
  border-bottom: 1px dotted var(--clr_purple);
}
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-size: 1.4rem;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 900;
  color: var(--clr_purple_dark3);
}
#nav .gnav_subnav .gnav > li a.current, #nav .gnav_subnav .gnav > li .sub.current {
  color: var(--clr_red_dark);
  opacity: 0.7;
}
#nav .gnav_subnav .gnav > li .sub::after {
  font-family: "fontello";
  content: "\72";
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
#nav .gnav_subnav .gnav > li .sub.close::after {
  font-family: "fontello";
  content: "\f106";
}
#nav .gnav_subnav .gnav > li .subbox {
  display: none;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a {
  display: block;
  padding: 1rem;
  color: var(--clr_red_light);
  background: var(--clr_purple_light4);
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a.current {
  color: var(--clr_red_dark);
}
#nav .gnav_subnav #menu_close {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: var(--clr_purple);
  text-align: center;
  padding: 0.6rem 0;
  margin: 2rem 0 0;
}
#nav .gnav_subnav #menu_close::before {
  font-family: "fontello";
  content: "\e800";
  margin: 0 0.6rem 0 0;
}

@media screen and (min-width: 48em), print {
  #nav {
    width: auto;
    position: sticky;
    inset: 0 0 auto;
    z-index: 100;
    transition: 0.8s;
  }
  #nav.hide {
    transform: translateY(-300%);
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block !important;
    width: 100%;
    max-height: inherit;
    box-shadow: none;
    overflow-y: visible;
    padding: 0;
    position: static;
    background: #fff;
  }
  #nav .gnav_subnav .gnav {
    margin: auto;
    margin: 0.5rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background: var(--clr_purple);
    background: linear-gradient(to bottom, var(--clr_purple) 6px, var(--clr_purple_light3) 6px, var(--clr_purple_light3) 7px, var(--clr_purple) 7px);
    box-shadow: 0 0 0.5rem rgba(var(--rgb_purple_dark), 1);
  }
  #nav .gnav_subnav .gnav > li {
    width: 100%/6;
    position: relative;
  }
  #nav .gnav_subnav .gnav > li:not(:last-child) {
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
    letter-spacing: -2px;
    background: linear-gradient(to bottom, var(--clr_purple_light3) 6px, var(--clr_purple) 6px, var(--clr_purple) 7px, var(--clr_purple_light3) 7px);
    justify-content: center;
    text-align: center;
    font-size: 1.8rem;
    margin: 0;
    padding: 0.5rem 1rem;
    cursor: pointer;
  }
  #nav .gnav_subnav .gnav > li a::after, #nav .gnav_subnav .gnav > li .sub::after {
    margin: 0 0 0 0.8rem;
  }
  #nav .gnav_subnav .gnav > li a:is(:hover, :focus-visible), #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible) {
    color: var(--clr_purple_dark);
    opacity: 0.7;
  }
  #nav .gnav_subnav .gnav > li a.current, #nav .gnav_subnav .gnav > li .sub.current {
    transition: 0s;
  }
  #nav .gnav_subnav .gnav > li .subbox {
    display: none;
    width: 160%;
    position: absolute;
    z-index: 100;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a {
    font-size: 1.4rem;
    padding: 1rem 0;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:is(:hover, :focus-visible) {
    color: var(--clr_red_dark);
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a.current {
    transition: 0s;
  }
  #nav .gnav_subnav #menu_close {
    display: none;
  }
}
.overview {
  padding: 3rem 1.6rem;
  font-size: 1.4rem;
  line-height: 1.6;
  background: var(--clr_purple_light);
}
.overview .clinic_name {
  margin: 0 0 2rem;
}
.overview .clinic_name img {
  max-width: 80%;
  margin: auto;
}
.overview > .wrap .gaiyo {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.overview > .wrap .gaiyo dt {
  width: 30%;
  padding: 1rem;
  color: var(--clr_txt);
  border-bottom: 1px solid var(--clr_txt);
}
.overview > .wrap .gaiyo dd {
  width: 70%;
  padding: 1rem;
  border-bottom: 1px solid var(--clr_txt);
}
.overview > .wrap .gaiyo dd .tel {
  font-size: 120%;
}
.overview > .wrap .overviewL .tbl_time {
  margin: 2rem 0;
}
.overview > .wrap .overviewR .gmap {
  height: calc(100vw - 3.2rem);
  margin-bottom: 1rem;
}
@media screen and (min-width: 48em), print {
  .overview {
    padding: 5rem 0;
    font-size: 1.8rem;
  }
  .overview .clinic_name {
    margin: 0 0 4rem;
  }
  .overview .clinic_name img {
    max-width: 35rem;
  }
  .overview > .wrap {
    padding: 0 1.5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem 0;
  }
  .overview > .wrap .gaiyo dt {
    padding: 1rem 0;
  }
  .overview > .wrap .gaiyo dd {
    padding: 1rem 0;
  }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR {
    width: 48%;
  }
  .overview > .wrap .overviewR {
    margin: 0;
  }
  .overview > .wrap .overviewR .gmap {
    height: 28rem;
  }
}
#tel_up {
  width: 100%;
  height: 4rem;
  background: #fff;
  position: fixed;
  inset: auto 0 0;
  z-index: 10;
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 -0.2rem 0.2rem rgba(var(--rgb_txt), 0.2);
}
#tel_up ul {
  width: calc(100% - 4rem);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
#tel_up ul li {
  flex: auto;
  height: 100%;
  text-align: center;
}
#tel_up ul li.telno {
  width: 85%;
}
#tel_up ul li.telno a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.4rem;
  height: 100%;
  color: var(--clr_purple);
  background: var(--clr_purple_light2);
  font-size: 1.8rem;
}
#tel_up ul li.telno a::before {
  content: "電話予約制";
  font-size: 1.4rem;
}
#tel_up ul li.mail {
  width: 15%;
  margin: 0 auto;
  text-align: center;
}
#tel_up ul li.mail a {
  display: inline-block;
  width: 100%;
  padding: 1rem 0.8rem;
  background: var(--clr_red_light);
}
#tel_up ul li.mail a img {
  width: auto;
  max-height: 48px;
}
#tel_up ul li .btn_rsv {
  height: 100%;
  display: flex;
}
#tel_up .btn_mail {
  display: none;
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  text-align: center;
  padding: 0 1rem;
  line-height: 1;
  background: var(--clr_purple);
  border: 1px solid var(--clr_purple);
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 101;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\f106";
  font-size: 1.6rem;
}
#tel_up #pageup .clip {
  display: block;
  font-size: 1rem;
  clip-path: inset(50%);
  color: transparent;
  position: absolute;
  inset: 0;
  z-index: 0;
}

@media screen and (min-width: 48em), print {
  #tel_up {
    display: block;
    width: 6rem;
    height: 6rem;
    inset: auto 4rem 8rem auto;
    background: none;
    box-shadow: none;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up .btn_mail {
    display: block;
    width: 100%;
    border-radius: 50%;
    margin: 0 0 1rem;
    padding: 0;
    height: 100%;
    text-align: center;
    line-height: 1;
    background: var(--clr_red_light);
    border: 1px solid var(--clr_red_light);
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 101;
  }
  #tel_up .btn_mail img {
    width: 100%;
    max-height: 28px;
    margin: 1.5rem auto;
  }
  #tel_up #pageup {
    width: 100%;
    border-radius: 50%;
    padding: 0;
  }
  #tel_up #pageup::before {
    font-size: 3rem;
  }
  #tel_up #pageup:is(:hover, :focus-visible) {
    opacity: 1;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
}
.footer .copy {
  display: block;
  background: #fff;
  font-family: Arial, sans-serif;
  font-style: normal;
  color: var(--clr_purple);
  letter-spacing: 1px;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
  border-top: 1px solid var(--clr_purple);
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 0;
  }
  .footer .copy {
    font-size: 1rem;
    margin: 0;
  }
  .footer ul {
    display: block;
    text-align: center;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.6rem;
    margin: 0 0 1rem;
    -webkit-text-size-adjust: none;
  }
  .footer ul li:not(:last-child)::after {
    content: "|";
    margin: 0 1rem;
  }
  .footer ul li a:hover {
    text-decoration: underline;
    opacity: 1;
  }
  .footer ul li.treatment {
    display: none;
  }
}
.keyvsl {
  width: 100%;
  position: relative;
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: 27rem;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl div img {
  height: 24rem !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 {
  position: absolute;
  max-width: 90%;
  inset: auto 0 6rem;
}
.keyvsl > .wrap .catch {
  padding: 0 1rem;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
  color: #fff;
  text-shadow: 0px 0px 6px var(--clr_txt);
}
@media screen and (min-width: 48em), print {
  .keyvsl #keyvsl {
    max-width: 100%;
    height: 40rem;
    margin: 0 auto 5rem;
  }
  .keyvsl #keyvsl div img {
    height: 40rem !important;
  }
  .keyvsl #keyvsl .slick-dots {
    margin: 1rem auto 0;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  .keyvsl > .wrap {
    inset: auto 0 3rem;
  }
  .keyvsl > .wrap .catch {
    font-size: 2.5rem;
  }
}
.kv_pop {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 13px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 300px;
  margin: 0 auto;
}
@media screen and (min-width: 48em), print {
  .kv_pop {
    flex-wrap: nowrap;
    width: 100%;
    bottom: -25px;
    padding: 0;
  }
}

.maru {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-flow: column;
  vertical-align: top;
  text-align: center;
  width: 110px;
  height: 110px;
  background-image: url("../img/index_pop.png");
  background-size: cover;
  margin: 0.5rem;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.21), inset 6px 6px 10px 0px rgba(255, 255, 255, 0.151);
}
.maru .letter3 {
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: 0.05em;
  font-family: "Zen Old Mincho", serif;
}
.maru.pink {
  background-color: #F29FBc;
}
.maru.purple {
  background-color: #BF79C0;
}
@media screen and (min-width: 48em), print {
  .maru {
    width: 150px;
    height: 150px;
    margin-left: 0.5rem;
  }
  .maru .letter3 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}

body.index .main .tit_02 {
  margin: 0 0 2rem;
  padding: auto;
  display: flex;
  align-items: center;
  gap: 0.2rem;
  color: var(--clr_purple_dark);
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  background: none;
  border: none;
  font-weight: 900;
}
body.index .main .tit_02::before {
  display: block;
  content: "";
  background: url(../img/icon_h2_top.svg) no-repeat center/contain;
  width: 36px;
  height: 36px;
}
@media screen and (min-width: 48em), print {
  body.index .main .tit_02 {
    gap: 1rem;
  }
  body.index .main .tit_02::before {
    width: 36px;
    height: 36px;
  }
}

.information {
  margin: 3rem 1.6rem;
}
.information .wrap dl {
  border: 1px solid var(--clr_purple);
  padding: 1rem;
  max-height: calc(100vw - 4rem);
  overflow-y: auto;
  overscroll-behavior-y: none;
  font-family: sans-serif;
  font-style: normal;
}
.information .wrap dl dt {
  display: flex;
  align-items: flex-start;
  gap: 0 0.3rem;
  margin: 0 0 0.6rem;
  font-weight: bold;
  color: var(--clr_purple);
  line-height: 1.6;
}
.information .wrap dl dt::before {
  font-family: "fontello";
  content: "\72";
}
.information .wrap dl dt.active::before {
  font-family: "fontello";
  content: "\f106";
}
.information .wrap dl dt:not(:first-of-type) {
  margin: 2rem 0 0.6rem;
  padding: 0;
}
.information .wrap dl dd {
  margin: 0 0 2rem;
}
.information {
  scrollbar-color: #e6d0eb #fff;
}

@media screen and (min-width: 48em), print {
  .information {
    margin: 4rem 0 4rem;
  }
  .information .wrap {
    max-width: 100%;
  }
  .information .wrap .tit_02 {
    width: 26rem;
  }
  .information .wrap dl {
    max-height: 50rem;
    flex: 1;
  }
  .information .wrap dl dt {
    margin: 0 0 1rem;
    transition: 0.2s;
  }
  .information .wrap dl dt::before {
    margin-right: 1rem;
    transition: 0.2s;
  }
  .information .wrap dl dt:not(:first-of-type) {
    margin: 0 0 0.6rem;
    padding: 0 0 0;
  }
  .information .wrap dl dd {
    margin: 0 0 3rem;
  }
}
.feature {
  margin: 0 1.6rem 3rem;
}
.feature .wrap ol li {
  position: relative;
  padding: 24rem 1rem 0;
  margin: 0 0 2rem;
}
.feature .wrap ol li::before {
  position: absolute;
  font-size: 2.2rem;
  inset: 18rem auto auto 0;
  margin: auto;
  display: block;
  width: fit-content;
  z-index: 1;
  color: #fff;
  background: var(--clr_purple_dark);
  padding: 0.8rem;
  border-radius: 10px;
}
.feature .wrap ol li::after {
  position: absolute;
  inset: 0 0 auto;
  margin: auto;
  width: calc(100% - 2rem);
  height: auto;
  aspect-ratio: 3/2;
  content: "";
  display: block;
  border-radius: 10px;
}
.feature .wrap ol li:nth-of-type(1)::after {
  background: url(../img/index_feature_01.jpg) no-repeat center/contain;
}
.feature .wrap ol li:nth-of-type(2)::after {
  background: url(../img/index_feature_02.jpg) no-repeat center/contain;
}
.feature .wrap ol li:nth-of-type(3)::after {
  background: url(../img/index_feature_03.jpg) no-repeat center/contain;
}
.feature .wrap ol li span {
  font-weight: bold;
  font-size: 125%;
  margin-bottom: 0.5rem;
  display: inline-block;
  color: var(--clr_purple);
}

@media screen and (min-width: 48em), print {
  .feature {
    margin: 0 0 4rem;
  }
  .feature .wrap {
    max-width: 100%;
  }
  .feature .wrap ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .feature .wrap ol li {
    width: 48%;
    margin: 0 0 3rem;
    padding: 20rem 1rem 0;
  }
  .feature .wrap ol li::before {
    inset: 15rem auto auto 0;
  }
}
.introduce {
  margin: 2rem 1.6rem 3rem;
}

@media screen and (min-width: 48em), print {
  .introduce {
    margin: 4rem auto 6rem;
    width: 600px;
  }
}
.contact_us {
  margin: 0 1.6rem 3rem;
}
.contact_us > .wrap {
  box-shadow: 0 6px 12px 0 rgba(200, 200, 200, 0.5);
}
.contact_us .tit_02a {
  padding: 1rem 0.4rem 1rem 0.4rem;
  text-align: center;
  font-size: 1.6rem;
  background: var(--clr_gold_light);
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  color: #fff;
}
.contact_us .tit_02a span {
  display: block;
  text-align: center;
  color: var(--clr_txt);
  font-size: 80%;
}
.contact_us div {
  padding: 0.8rem;
}
.contact_us div p:first-child {
  margin-top: 0;
}
.contact_us div ul li {
  position: relative;
  padding-left: 1.4rem;
}
.contact_us div ul li::before {
  content: "";
  font-family: "fontello";
  width: 1.2rem;
  height: 1.2rem;
  background: url(../img/icon_checklst.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 0.4rem;
}

@media screen and (min-width: 48em), print {
  .contact_us {
    margin: 0rem 0 8rem;
  }
  .contact_us > .wrap {
    display: flex;
    max-width: 100%;
  }
  .contact_us .tit_02a {
    font-size: 1.8rem;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 30%;
    padding: 0px 1rem 0px 2.2rem;
    background-position: right center;
  }
  .contact_us .tit_02a span {
    display: block;
    text-align: left;
  }
  .contact_us div {
    width: 70%;
    padding: 2.2rem 2.2rem 1.1rem 2.2rem;
  }
  .contact_us div ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    flex: 1 1 0%;
  }
  .contact_us div ul li {
    margin-bottom: 0.6rem;
    padding-left: 2.6rem;
    line-height: 1.4;
    font-size: 1.4rem;
  }
  .contact_us div ul li::before {
    width: 2rem;
    height: 2rem;
    top: -0.2rem;
  }
}
body:not(.index) .sub_header {
  display: flex;
  flex-direction: column-reverse;
}
body:not(.index) .main {
  margin: 4rem 1.6rem;
}
body:not(.index) .main .tel {
  font-size: 140%;
  font-weight: 500;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    margin: 5rem auto 4rem;
  }
  body:not(.index) .main .cf .img_l, body:not(.index) .main .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}

.breadnav {
  max-width: 100vw;
  margin: 1rem 1.6rem;
  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: 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: 758px;
    max-width: 100%;
    margin: 2rem auto 0;
    overflow-x: inherit;
  }
  .breadnav .breadcrumb {
    font-size: 1.4rem;
  }
  .breadnav .breadcrumb li:not(:last-child)::after {
    margin: 0 1rem;
  }
  .breadnav .breadcrumb li a:hover {
    opacity: 1;
    text-decoration: none;
  }
}
.dr_img {
  text-align: center;
  max-width: 170px;
}
.dr_img span {
  line-height: 3;
  font-size: 120%;
}
.dr_img img {
  margin: 1rem auto 0;
  padding: 3px 4px 3px;
  border: 1px solid var(--clr_purple);
}
@media screen and (min-width: 48em), print {
  .dr_img {
    max-width: 35% !important;
  }
}

.gallery {
  width: 85%;
  margin: auto;
  visibility: hidden;
}
.gallery .gallery_slider div .cap {
  margin: 0.2rem 0 0;
  text-align: center;
  color: #fff;
  padding: 0.4rem;
  font-size: 1.2rem;
  opacity: 0;
  transition: 0.3s ease;
  background: var(--clr_purple);
  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;
}
.gallery .gallery_thum .slick-current div img {
  border: 4px solid var(--clr_purple);
}

@media screen and (min-width: 48em), print {
  .gallery {
    width: 100%;
    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 1rem;
  text-align: center;
}
.device li img {
  margin: 0 auto;
  width: 80%;
  max-width: 80%;
}

@media screen and (min-width: 48em), print {
  .device {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem 2rem;
  }
  .device li {
    width: 48%;
    line-height: 1.3;
  }
  .device li img {
    width: 100%;
    max-width: 100%;
  }
}
.device_02 li, .device_04 li {
  margin: 0;
  text-align: center;
}
.device_02 li img, .device_04 li img {
  max-width: 80%;
  padding: 3px 4px 3px;
  border: 1px solid var(--clr_purple);
}

.device_02 li img {
  margin: 0 auto 0.6rem;
  max-width: 80%;
}

.device_04 li img {
  margin: 0 auto 1rem;
  max-width: 150px;
}

@media screen and (min-width: 48em), print {
  .device_02 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0.5rem 2rem;
    width: 85%;
    margin: 0 auto;
  }
  .device_02 li {
    width: 48%;
    line-height: 1.3;
  }
  .device_02 li img {
    margin: 0 auto 0.5rem;
    max-width: 100%;
  }
  .device_04 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0.5rem 2rem;
    width: 85%;
    margin: 0 auto;
  }
  .device_04 li {
    width: 22%;
    line-height: 1.3;
  }
  .device_04 li img {
    margin: 0 auto 0.5rem;
    max-width: 100%;
  }
}
.lst_flow {
  counter-reset: number 0;
}
.lst_flow li {
  margin: 0;
  counter-increment: number 1;
  position: relative;
}
.lst_flow li .tit {
  display: block;
}
.lst_flow li .tit::before {
  display: inline-block;
  content: counter(number, decimal-leading-zero);
}
.lst_flow li:not(:last-child) {
  margin: 0 0 6rem;
}
.lst_flow li:not(:last-child)::after {
  display: block;
  content: "";
  width: 2.8rem;
  height: 1.4rem;
  background: var(--clr_txt);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  inset: auto 0 -4rem;
  margin: auto;
}

@media screen and (min-width: 48em), print {
  .lst_flow li:not(:last-child) {
    margin: 0 0 10rem;
  }
  .lst_flow li:not(:last-child)::after {
    width: 3.6rem;
    height: 1.8rem;
    inset: auto 0 -6rem;
  }
}
body.intro .main .gmap, body.access .main .gmap {
  height: 100vw;
  margin: 2rem 0;
}
@media screen and (min-width: 48em), print {
  body.intro .main .tbl_time, body.access .main .tbl_time {
    font-size: 1.6rem;
    width: 90%;
    margin: 0 auto;
  }
  body.intro .main .gmap, body.access .main .gmap {
    width: 65%;
    margin: 2rem auto 0;
    height: 45rem;
  }
}

.anc {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 2rem;
}
.anc li {
  display: flex;
  gap: 0 0.6rem;
}
.anc li::before {
  font-family: "fontello";
  content: "\e80c";
  color: var(--clr_txt);
}
.anc li a {
  color: var(--clr_txt);
  display: inline-block;
  text-decoration: none !important;
}

@media screen and (min-width: 48em), print {
  .anc {
    justify-content: center;
    gap: 1.6rem 2rem;
  }
  .anc li {
    font-size: 110%;
  }
  .anc li a:hover {
    text-decoration: underline !important;
  }
}/*# sourceMappingURL=style.css.map */