@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*=dummy],
.nolink {
  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;
}

@media screen and (min-width: 48em), print {
  .pc-txt_l {
    text-align: left !important;
  }
}
.bold {
  font-weight: bold;
}

.txt_large {
  font-size: 150%;
}

.txt_small {
  font-size: 70%;
}

.red {
  color: #f00;
}

.blue {
  color: #00f;
}

.img_c {
  margin: 1rem auto;
}

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

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

.img-fluid {
  max-width: 100%;
  height: auto;
}

@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.2rem;
  color: var(--clr_txt);
}
.tbl_time caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.6rem;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.8rem 0;
  text-align: center;
  background: var(--clr_sub05);
  color: var(--clr_main);
  font-weight: 700;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th[scope=col]:last-child {
  border-right: none;
}
.tbl_time tr th[scope=row] {
  color: var(--clr_main);
  font-weight: 400;
  border-bottom: 1px solid var(--clr_sub05);
}
.tbl_time tr td {
  text-align: center;
  padding: 1.2rem 0;
  line-height: 1;
  color: var(--clr_main);
  font-size: 80%;
  border-bottom: 1px solid var(--clr_sub05);
}
@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 1.8rem;
  }
  .tbl_time caption {
    margin-top: 1rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 1.5rem 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: 2rem 0;
    font-size: 1.8rem;
  }
}
.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: 700;
  color: var(--clr_main);
  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;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}

.tit_02 {
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1;
  margin: 0 auto 2rem;
  padding: 0 0 1rem;
  border-bottom: 2px #F6C2D8 solid;
}

.tit_03 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background: var(--clr_main);
  padding: 0.2rem 1rem 0.4rem 2rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  position: relative;
}
.tit_03::before {
  content: "";
  background: var(--clr_sub01);
  width: 1.4rem;
  height: 0.4rem;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
}

.tit_04 {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--clr_main);
  line-height: 1.4;
  margin: 0 0 2rem;
  border-bottom: solid 3px #DCDCDC;
  position: relative;
  padding: 0 0 0.4rem;
}
.tit_04::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px var(--clr_sub02);
  bottom: -3px;
  width: 13%;
}

.tit_05 {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--clr_sub01);
  line-height: 1.4;
  margin: 0 0 1rem;
  padding: 0 0 0.4rem;
  border-bottom: 2px var(--clr_sub01) dotted;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.tit_06 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 1rem;
  padding: 0 0.8rem;
  background: var(--clr_main);
  line-height: 1.85;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    height: 20rem;
    background: url(../img/tit_01.webp) no-repeat center center/auto;
    font-size: 3.2rem;
  }
  .tit_02 {
    font-size: 2.8rem;
    margin: 0 auto 3rem;
    padding: 0 0 2rem;
    border-bottom: 4px #F6C2D8 solid;
  }
  .tit_03 {
    font-size: 2.4rem;
    padding: 0.8rem 2.31rem;
    margin: 0 0 3rem;
  }
  .tit_04 {
    font-size: 2.2rem;
    margin: 0 0 3rem;
    padding: 0 0 0.6rem;
  }
  .tit_05 {
    font-size: 2rem;
    padding: 0 0 0.6rem;
    border-bottom: 3px var(--clr_sub01) dotted;
  }
  .tit_06 {
    font-size: 1.8rem;
  }
}
.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 2rem;
}
.lst_ul > li::before {
  content: "●";
  color: var(--clr_sub07);
  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: 15%;
  }
  .lst_dl01 dd {
    width: 85%;
    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: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  text-align: center;
  gap: 0 0.4rem;
  color: var(--clr_main);
  font-family: "Crimson Text", serif;
}
.tel::before {
  content: "TEL.";
  font-size: 80%;
}
.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_purple {
  padding: 1rem;
  background: var(--clr_sub05);
  border-radius: 2rem;
}
@media screen and (min-width: 48em), print {
  .box_purple {
    padding: 3rem;
    border-radius: 3rem;
  }
}

.box_orange {
  padding: 1rem;
  background: #FFFAE8;
  border-radius: 2rem;
}
@media screen and (min-width: 48em), print {
  .box_orange {
    padding: 3rem;
    border-radius: 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;
  text-decoration: none !important;
  position: relative;
  background: #fff;
  color: var(--clr_txt);
  border: 1px var(--clr_sub07) solid;
}
.btn_detail::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 1rem;
  height: 0.2rem;
  width: 1.625rem;
  background: url("../img/arrow.svg") no-repeat center center/contain;
}
@media screen and (min-width: 48em), print {
  .btn_detail {
    padding: 1rem 6rem 1rem 4rem;
  }
  .btn_detail::after {
    height: 0.8rem;
    width: 3.7rem;
  }
  .btn_detail:is(:hover, :focus-visible) {
    background: var(--clr_sub07);
    color: #fff;
  }
}

.btn_rsv {
  padding: 0.4em 1.4em 0.2em;
  text-align: center;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#8f66a8), to(#ed86b3));
  background: linear-gradient(to right, #8f66a8 0%, #ed86b3 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;
}
@media screen and (min-width: 48em), print {
  .btn_rsv {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 0;
  }
  .btn_rsv:hover {
    background: -webkit-gradient(linear, left top, right top, from(#ed86b3), to(#8f66a8));
    background: linear-gradient(to right, #ed86b3 0%, #8f66a8 100%);
  }
}

.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;
  }
}
.slide-bottom {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 2s 0s ease-out;
  transition: all 2s 0s ease-out;
}

.slide-left {
  opacity: 0;
  -webkit-transform: translateX(-60px);
          transform: translateX(-60px);
  -webkit-transition: all 2s 0s ease-out;
  transition: all 2s 0s ease-out;
}

.slide-right {
  opacity: 0;
  -webkit-transform: translateX(60px);
          transform: translateX(60px);
  -webkit-transition: all 2s 0s ease-out;
  transition: all 2s 0s ease-out;
}

html {
  font-size: 3.125vw;
  -webkit-text-size-adjust: 100%;
}

:root {
  --clr_txt: #333;
  --clr_main: #8F66A8;
  --clr_sub01: #ED86B3;
  --clr_sub02: #7FBE26;
  --clr_sub03: #FFF000;
  --clr_sub04: #F5EFF4;
  --clr_sub05: #E1D5E8;
  --clr_sub06: #865EA0;
  --clr_sub07: #C7B3D3;
  --clr_sub08: #707070;
  --clr_sub09: #F0E7ED;
  --clr_sub10: #F5F6F4;
  --clr_sub11: #CCCCB0;
  --clr_sub12: #FCE7F0;
  --clr_sub13: #FFEE8E;
  --clr_sub14: #E6E6E6;
  --clr_sub15: #DCDCDC;
}

body {
  background: #fff;
  color: var(--clr_txt);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  word-wrap: break-word;
  /*
   &::after { // SPハンバーガー　モーダル
     visibility: hidden;
     width: 100vw;
     height: 100vh;
     content: "";
     background: rgba(var(--clr_sub01), .8);
     position: fixed;
     top: 0;
     z-index: 90;
     opacity: 0;
     transition: all .4s ease-in-out 0s;
     @include SetPrefix(backdrop-filter, blur(.6rem));
   }
   &.spnav_modal { // SPハンバーガー　モーダル
     height: 100%;
     overflow: hidden;
     &::after {
       visibility: visible;
       opacity: 1;
     }
   }
  */
}
body.spnav_modal {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.main {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.6;
}
.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(1100px + 40px);
  }
  body::after {
    display: none;
  }
  a, button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1100px;
    margin: auto;
  }
  .main {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    text-decoration: none;
  }
}
:target {
  scroll-margin-top: 8rem;
}
@media screen and (min-width: 48em), print {
  :target {
    scroll-margin-top: 9rem;
  }
}

header {
  position: relative;
}
header .wrap {
  padding: 0;
}
header .wrap .headL .logo {
  width: 100%;
  height: 4.5rem;
  padding: 0.6rem 0;
  /*
      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: 100%;
  height: 100%;
  background: url("../img/logo.png") no-repeat center center/contain;
  margin: 0 auto;
}
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;
  display: none;
}
header .wrap .headR .tel_add {
  display: none;
}
header .wrap .headR .tel_add li.add {
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  text-indent: 0.075em;
}
header .wrap .headR .tel_add li.telno {
  line-height: 1.3;
  color: var(--clr_main);
  font-weight: 700;
  letter-spacing: 0.075em;
  text-indent: 0.075em;
}
header .wrap .headR .tel_add li.telno::before {
  display: inline-block;
  content: "TEL:";
}
header .wrap .headR .btn_rsv {
  font-size: 1.6rem;
}

@media screen and (min-width: 48em), print {
  header .wrap {
    padding: 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  header .wrap .headL {
    width: 47.6rem;
  }
  header .wrap .headL .logo {
    height: 7.3rem;
    padding: 0;
    position: static;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  header .wrap .headL .logo a {
    width: 100%;
  }
  header .wrap .headR {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 0.8rem;
    margin: 0;
    line-height: 1.5;
  }
  header .wrap .headR ul {
    display: block;
  }
  header .wrap .headR ul li.adr {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    text-align: right;
  }
  header .wrap .headR ul li .tel {
    font-size: 3rem;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
  }
  header .wrap .headR .btn_rsv {
    width: 14.5rem;
    height: 6.5rem;
    font-size: 1.8rem;
  }
}
.js-menu_box {
  display: none;
}

@media screen and (max-width: 47.99em) {
  .js-overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(var(--clr_txt), 0.9);
    z-index: 1;
  }
  .js-sp_sticky {
    z-index: 2;
    color: #fff;
    background: #fff;
  }
  body.spnav_modal .js-sp_sticky {
    z-index: 1;
  }
  .js-sp_sticky.is_sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
  }
  .js-sp_box {
    display: none;
    position: fixed;
    top: 9.8rem;
    left: 4vw;
    z-index: 555;
    width: 92vw;
    max-height: 45dvh;
    overflow-y: auto;
  }
  .js-sp_box.is_open {
    display: block;
  }
}
@media screen and (min-width: 48em), print {
  .js-pc_sticky {
    position: relative;
    z-index: 5;
  }
  .js-pc_sticky.is_sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
}
#sp_nav a,
#global_nav a {
  display: block;
}
#sp_nav button,
#global_nav button {
  display: block;
  width: 100%;
  color: inherit;
  background: transparent;
  border: 0;
  position: relative;
}
#sp_nav button.sub_btn::after,
#global_nav button.sub_btn::after {
  font-family: "fontello";
  content: "\e809";
  color: var(--clr_sub07);
  position: absolute;
  top: 0.6rem;
  right: 1.8rem;
  font-weight: normal;
}
#sp_nav button.sub_btn.is_open::after,
#global_nav button.sub_btn.is_open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#sp_nav .sub,
#global_nav .sub {
  position: relative;
}
#sp_nav .btn_rsv,
#global_nav .btn_rsv {
  display: none;
}

@media screen and (max-width: 47.99em) {
  #sp_nav {
    width: 100%;
    line-height: 1;
    z-index: 999;
    position: sticky;
    top: 0;
  }
  #sp_nav .lnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 1rem 0;
  }
  #sp_nav .lnav > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #sp_nav .lnav > li ~ li {
    border-left: 0.1rem solid #AFAFAF;
  }
  #sp_nav .lnav > li > a, #sp_nav .lnav > li button {
    padding: 0 0.1rem;
    font-size: 1.1rem;
    text-align: center;
    color: var(--clr_txt);
  }
  #sp_nav .lnav > li > a::before, #sp_nav .lnav > li button::before {
    display: block;
    margin-bottom: 0.3rem;
    font-family: "fontello";
    font-size: 2rem;
    color: var(--clr_sub01);
  }
  #sp_nav .lnav > li > a.a_home::before, #sp_nav .lnav > li button.a_home::before {
    content: "\e829";
  }
  #sp_nav .lnav > li > a.a_call::before, #sp_nav .lnav > li button.a_call::before {
    content: "\e801";
  }
  #sp_nav .lnav > li > a.a_rsv::before, #sp_nav .lnav > li button.a_rsv::before {
    content: "\e82a";
  }
  #sp_nav .lnav > li > a.a_access::before, #sp_nav .lnav > li button.a_access::before {
    content: "\e805";
  }
  #sp_nav .lnav > li > a#sp_btn::before, #sp_nav .lnav > li button#sp_btn::before {
    content: "\e802";
  }
  #global_nav .gnav {
    font-size: 1.4rem;
    background: #fff;
    border-radius: 0.4rem;
  }
  #global_nav .gnav li ~ li {
    border-top: 1px solid #dde4ea;
  }
  #global_nav .gnav li a, #global_nav .gnav li button {
    padding: 1rem 2rem;
  }
  #global_nav .gnav li .a_home::before {
    margin-right: 0.4rem;
    font-size: 107%;
    color: var(--clr_main);
  }
  #global_nav .gnav li .sub_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #global_nav .gnav li .sub_btn::after {
    font-size: 107%;
    color: var(--clr_txt);
  }
  #global_nav .gnav li .sub_btn.is_open {
    color: #fff;
    background: var(--clr_sub01);
  }
  #global_nav .gnav li .subnav {
    font-size: 1.3rem;
    border-bottom: 1.2rem solid var(--clr_sub05);
  }
  #global_nav .gnav li .subnav li ~ li {
    border-top: 1px dotted #bbcbe1;
  }
  #global_nav .gnav li .subnav li a {
    padding: 1rem;
    background: #f4f7fc;
    border-left: 1rem solid var(--clr_sub05);
    border-right: 1rem solid var(--clr_sub05);
  }
  #global_nav .gnav li .subnav li a br {
    display: none;
  }
}
@media screen and (min-width: 48em), print {
  #sp_nav {
    display: none;
  }
  #global_nav {
    display: block !important;
    height: 70px;
    width: 100%;
    max-height: calc(var(--vh, 1vh) * 100);
    overflow-y: visible;
    padding: 1rem 0;
    position: static;
    background: #fff;
  }
  #global_nav.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999999;
    margin: 0 !important;
    background: rgba(255, 255, 255, 0.9);
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1rem 0;
  }
  #global_nav .gnav {
    width: 1100px;
    margin: auto;
    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: none;
    line-height: 1;
  }
  #global_nav .gnav > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    position: relative;
    border-right: 1px solid var(--clr_main);
  }
  #global_nav .gnav > li:not(:last-child) {
    border-bottom: none;
  }
  #global_nav .gnav > li:first-child {
    border-left: 1px solid var(--clr_main);
  }
  #global_nav .gnav > li a, #global_nav .gnav > li button {
    height: 50px;
    width: 16.3rem;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.8rem;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
  }
  #global_nav .gnav > li a:is(:hover, :focus-visible, .current), #global_nav .gnav > li button:is(:hover, :focus-visible, .current) {
    background: var(--clr_sub12);
    border-radius: 1rem;
  }
  #global_nav .gnav > li a span, #global_nav .gnav > li button span {
    width: 100%;
  }
  #global_nav .gnav > li a span::after, #global_nav .gnav > li button span::after {
    display: block;
    content: attr(data-txt);
    font-family: "Pinyon Script", cursive;
    color: var(--clr_sub01);
    margin: 0.6rem auto 0;
    padding: 0;
    font-size: 1.2rem;
    width: 100%;
  }
  #global_nav .gnav > li .js-menu_box {
    display: none;
    width: 20rem;
    position: absolute;
    top: 6rem;
    left: 0;
    z-index: 100;
  }
  #global_nav .gnav > li .js-menu_box > .subnav {
    width: 100%;
    background: #fff;
    padding: 2rem 0;
    overflow: hidden;
  }
  #global_nav .gnav > li .js-menu_box > .subnav li {
    width: 16rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #global_nav .gnav > li .js-menu_box > .subnav li:not(:last-child) {
    margin: 0 auto 0.6rem;
  }
  #global_nav .gnav > li .js-menu_box > .subnav li a {
    color: var(--clr_txt);
    font-size: 1.8rem;
    padding: 1.3rem 1.4rem 0.9rem;
    height: 100%;
    text-align: left;
    line-height: 1;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #global_nav .gnav > li .js-menu_box > .subnav li a span::after {
    display: none;
  }
  #global_nav .gnav > li .js-menu_box > .subnav li a br {
    display: none;
  }
  #global_nav .gnav > li .js-menu_box > .subnav li a:is(:hover, :focus-visible, .current) {
    background: var(--clr_sub12);
    border-radius: 0.6rem;
  }
}
.overview {
  padding: 3rem 1rem 4rem;
  background: url("../img/overture_bg.jpg") no-repeat center top/cover;
  font-size: 1.4rem;
  line-height: 1.6;
}
.overview > .wrap {
  margin: 0;
  background: #fff;
  border: 1px var(--clr_sub07) solid;
  padding: 3rem 2rem;
}
.overview > .wrap .overviewL {
  margin: 0 0 2rem;
}
.overview > .wrap .overviewL .clinic_name {
  margin: 0 0 2rem;
}
.overview > .wrap .overviewL .clinic_name img {
  max-width: 60%;
  margin: 0 auto;
}
.overview > .wrap .overviewL .txt {
  background: var(--clr_sub04);
  border-radius: 0.6rem;
  text-align: center;
  padding: 0.8rem 0;
}
.overview > .wrap .overviewL .txt p {
  margin: 0;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-indent: 0.04em;
}
.overview > .wrap .overviewL .txt p .tel {
  font-size: 2rem;
}
.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;
  border-bottom: 1px var(--clr_sub05) solid;
}
.overview > .wrap .overviewL .gaiyo dt, .overview > .wrap .overviewL .gaiyo dd, .overview > .wrap .overviewR .gaiyo dt, .overview > .wrap .overviewR .gaiyo dd {
  border-top: 1px var(--clr_sub05) solid;
}
.overview > .wrap .overviewL .gaiyo dt, .overview > .wrap .overviewR .gaiyo dt {
  width: 30%;
  color: var(--clr_txt);
  font-weight: 700;
  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;
}
.overview > .wrap .overviewL .gaiyo dd, .overview > .wrap .overviewR .gaiyo dd {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem 0;
}
.overview > .wrap .overviewL .gaiyo dd ul, .overview > .wrap .overviewR .gaiyo dd ul {
  width: 100%;
  font-size: 1.2rem;
}
.overview > .wrap .overviewL .gaiyo dd ul li, .overview > .wrap .overviewR .gaiyo dd ul li {
  text-indent: -1rem;
  padding-left: 1rem;
}
.overview > .wrap .overviewL .gaiyo dd ul li::before, .overview > .wrap .overviewR .gaiyo dd ul li::before {
  font-family: "fontello";
  content: "\e804";
  font-size: 60%;
  vertical-align: 2px;
  margin: 0 0.4rem 0 0;
  color: var(--clr_sub01);
}
.overview > .wrap .overviewL .tbl_wrapper, .overview > .wrap .overviewR .tbl_wrapper {
  margin: 2rem 0 0 0;
}
.overview .gmap {
  width: 100%;
  padding: 0 1rem;
  height: 100vw;
  margin: 3rem 0 0 0;
}

@media screen and (min-width: 48em), print {
  .overview {
    margin: 0;
    padding: 8rem 0 0 0;
    font-size: 1.8rem;
  }
  .overview > .wrap {
    margin: 0 auto 8rem;
    padding: 3.75rem 3rem 3rem 8.7rem;
    min-height: 58.9rem;
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .overview > .wrap .overviewL {
    width: 38.5rem;
    margin: 0;
    padding: 0;
  }
  .overview > .wrap .overviewL .clinic_name {
    margin: 3.7rem 0 2.5rem;
    width: 100%;
  }
  .overview > .wrap .overviewL .clinic_name img {
    max-width: 100%;
    height: auto;
  }
  .overview > .wrap .overviewL .txt {
    height: 9.2rem;
    border-radius: 1rem;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    padding: 0;
  }
  .overview > .wrap .overviewL .txt p .tel {
    font-size: 3rem;
  }
  .overview > .wrap .overviewR {
    width: 53rem;
  }
  .overview > .wrap .overviewL .gaiyo, .overview > .wrap .overviewR .gaiyo {
    margin: 0;
  }
  .overview > .wrap .overviewL .gaiyo dt, .overview > .wrap .overviewR .gaiyo dt {
    padding: 0;
    width: 13.7rem;
  }
  .overview > .wrap .overviewL .gaiyo dd, .overview > .wrap .overviewR .gaiyo dd {
    width: 39.3rem;
    min-height: 6.7rem;
    padding: 1rem 0;
  }
  .overview > .wrap .overviewL .gaiyo dd ul, .overview > .wrap .overviewR .gaiyo dd ul {
    font-size: 1.6rem;
  }
  .overview > .wrap .overviewL .gaiyo dd ul li, .overview > .wrap .overviewR .gaiyo dd ul li {
    text-indent: 0;
    padding-left: 0;
  }
  .overview > .wrap .overviewL .gaiyo dd ul li::before, .overview > .wrap .overviewR .gaiyo dd ul li::before {
    font-size: 70%;
  }
  .overview > .wrap .overviewL .tbl_wrapper, .overview > .wrap .overviewR .tbl_wrapper {
    margin: 3rem 0 0 0;
  }
  .overview .gmap {
    width: 100%;
    height: 45rem;
    padding: 0;
    margin: 0;
  }
}
#tel_up {
  width: 100%;
  height: 0;
  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: 100%;
  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;
  display: none;
}
#tel_up ul li {
  height: 100%;
  width: 50%;
  text-align: center;
}
#tel_up ul li .tel {
  font-size: 1.6rem;
  width: 100%;
  height: 100%;
  background: var(--clr_main);
  color: #fff;
  padding: 0 1rem;
  white-space: nowrap;
}
#tel_up ul li .tel::before {
  font-size: 1.1rem;
}
#tel_up ul li .btn_rsv {
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 4rem;
  font-size: 3rem;
  text-align: center;
  padding: 0;
  line-height: 1;
  background: #fff;
  position: absolute;
  border: 1px var(--clr_sub01) solid;
  bottom: 3rem;
  right: 1rem;
  color: var(--clr_main);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#tel_up #pageup::before {
  color: var(--clr_main);
  display: block;
  font-family: "fontello";
  content: "\e809";
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  font-size: 1.8rem;
  position: absolute;
  top: 1px;
  left: 1px;
}
#tel_up #pageup .clip {
  display: block;
  font-size: 1.2rem;
  font-family: "Crimson Text", serif;
  color: var(--clr_main);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 40%;
  left: 10%;
  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: 6rem;
    bottom: 0;
  }
  #tel_up #pageup::before {
    font-size: 2.4rem;
    top: 4px;
    left: 4px;
  }
  #tel_up #pageup .clip {
    font-size: 1.8rem;
    top: 40%;
    left: 10%;
  }
  #tel_up #pageup:is(:hover, :focus-visible) {
    opacity: 1;
  }
  #tel_up #pageup:is(:hover, :focus-visible)::before {
    color: var(--clr_sub07);
  }
}
.footer {
  text-align: center;
  padding: 0;
  background: #fff;
}
.footer .copy {
  display: block;
  background: url("../img/copy_bg.png") repeat;
  color: #fff;
  padding: 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 4.7rem 0 0 0;
  }
  .footer .copy {
    margin: 5.4rem 0 0 0;
    padding: 4.6rem 0;
    font-size: 1.8rem;
  }
  .footer ul {
    display: block;
    text-align: center;
    width: 1100px;
    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;
  }
  .footer ul li::before {
    content: "";
    margin: 0 1.8rem 0 0;
  }
  .footer ul li:first-child::before {
    margin: 0;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a br {
    display: none;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.sub {
    display: none;
  }
  .footer ul.subnav {
    margin: 2rem auto 0;
  }
}
.keyvsl {
  width: 100%;
  position: relative;
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: 28rem;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl .slick-list div img {
  height: 28rem !important;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.keyvsl > .wrap {
  position: absolute;
  top: 6rem;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 1rem;
}
.keyvsl > .wrap img {
  margin: 0 auto 1rem;
  width: 35%;
}
.keyvsl > .wrap .catch {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 0.5rem #333;
  margin: 0;
}
.keyvsl .open {
  height: 3rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 1rem;
  background: -webkit-gradient(linear, left top, right top, from(#8f66a8), to(rgba(237, 134, 179, 0.6)));
  background: linear-gradient(to right, #8f66a8 0%, rgba(237, 134, 179, 0.6) 100%);
}
.keyvsl .open p {
  color: #fff;
  font-weight: 700;
  text-align: right;
  font-size: 1.3rem;
  margin: -0.8rem auto 0;
}
.keyvsl .open p::before {
  content: "";
  display: inline-block;
  background: url("../img/illust-1.png") no-repeat center center/contain;
  width: 4.1rem;
  height: 3.25rem;
  vertical-align: bottom;
  margin: 0 0.5rem 0 0;
}

@media screen and (min-width: 48em), print {
  .keyvsl {
    width: 100%;
    margin: auto;
    position: relative;
  }
  .keyvsl #keyvsl {
    height: 70rem;
  }
  .keyvsl #keyvsl .slick-list div img {
    width: 200rem;
    height: 70rem !important;
    -o-object-fit: none;
       object-fit: none;
  }
  .keyvsl > .wrap {
    top: 10rem;
    padding: 0;
  }
  .keyvsl > .wrap img {
    margin: 0 auto 1rem;
    width: auto;
  }
  .keyvsl > .wrap .catch {
    font-size: 2.4rem;
    text-shadow: 0 0 0.6rem #222;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
  }
  .keyvsl .open {
    height: 6rem;
    padding: 0;
  }
  .keyvsl .open p {
    display: block;
    width: 1100px;
    margin: -1.4rem auto 0;
    font-size: 2.4rem;
  }
  .keyvsl .open p::before {
    width: 8.2rem;
    height: 6.5rem;
    vertical-align: -1.2rem;
  }
}
.info {
  margin: 0;
  padding: 4rem 1rem;
}
.info .wrap .inner_info {
  background: var(--clr_sub04);
  position: relative;
}
.info .wrap .inner_info .info_02 {
  position: absolute;
  top: -1.2rem;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-family: "Crimson Text", serif;
  line-height: 1;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  font-size: 2.4rem;
}
.info .wrap .inner_info .info_02::after {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  display: block;
  content: attr(data-txt);
  font-size: 60%;
  margin: 0.2rem 0 0 0;
  font-size: 1.1rem;
}
.info .wrap .inner_info .info_wrapper {
  padding: 6rem 1rem 2rem 1rem;
}
.info .wrap .inner_info .info_wrapper dl {
  max-height: 21rem;
  overflow-y: auto;
  overscroll-behavior-y: none;
  padding: 0 1rem 0 0;
  line-height: 1.5;
}
.info .wrap .inner_info .info_wrapper dl dt {
  margin: 0 0 0.6rem;
  cursor: pointer;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 0 0 0 2.4rem;
  text-indent: -2.4rem;
}
.info .wrap .inner_info .info_wrapper dl dt span {
  color: var(--clr_sub01);
  font-family: "Crimson Text", serif;
  font-size: 80%;
  margin: 0 0 0 0.6rem;
}
.info .wrap .inner_info .info_wrapper dl dt::before {
  color: var(--clr_main);
  font-family: "fontello";
  content: "\e809";
  display: inline-block;
  text-indent: -1.6rem;
  padding: 0 0 0 2rem;
}
.info .wrap .inner_info .info_wrapper dl dt.close::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.info .wrap .inner_info .info_wrapper dl dt:not(:first-child) {
  border-top: 1px solid var(--clr_sub05);
  padding: 1.6rem 0 0 2.4rem;
}
.info .wrap .inner_info .info_wrapper dl dd {
  margin: 0 0 1.6rem;
  padding: 0 0 0 2.6rem;
  font-size: 90%;
  display: none;
}
.info.mt_0 {
  margin-top: 0;
}
.info.-bnr .inner_info {
  text-align: center;
  background: none;
}
.info.-bnr .inner_info img {
  display: inline-block;
}

@media screen and (min-width: 48em), print {
  .info {
    margin: 0;
    padding: 8rem 0;
  }
  .info .wrap {
    padding: 0;
  }
  .info .wrap .inner_info {
    width: 100%;
  }
  .info .wrap .inner_info .info_02 {
    font-size: 3.8rem;
    top: -1.8rem;
  }
  .info .wrap .inner_info .info_02::after {
    font-size: 1.8rem;
    margin: 0.4rem 0 0 0;
  }
  .info .wrap .inner_info .info_wrapper {
    padding: 8.85rem 6.35rem 4.95rem 5.65rem;
    margin: 0;
  }
  .info .wrap .inner_info .info_wrapper dl {
    width: 100%;
    max-height: 33.4rem;
    line-height: 1.8;
  }
  .info .wrap .inner_info .info_wrapper dl dt, .info .wrap .inner_info .info_wrapper dl dd {
    width: 100%;
  }
  .info .wrap .inner_info .info_wrapper dl dt {
    margin: 0 0 1rem;
    font-size: 2rem;
    text-indent: -3.6rem;
    padding: 0 0 0 3.6rem;
  }
  .info .wrap .inner_info .info_wrapper dl dt span {
    font-size: 1.6rem;
    margin: 0 0 0 1rem;
  }
  .info .wrap .inner_info .info_wrapper dl dt::before {
    margin: 0 1rem 0 0;
    text-indent: -1.8rem;
    padding: 0 0 0 2rem;
  }
  .info .wrap .inner_info .info_wrapper dl dt:hover {
    color: var(--clr_sub07);
  }
  .info .wrap .inner_info .info_wrapper dl dt:not(:first-child) {
    padding: 2rem 0 0 3.6rem;
  }
  .info .wrap .inner_info .info_wrapper dl dd {
    font-size: 1.6rem;
    padding: 0 0 0 3.8rem;
  }
}
.features {
  margin-top: 4rem !important;
  padding: 0 1rem 3rem;
  background: var(--clr_sub10);
}
.features .wrap {
  margin: 0 auto;
  position: relative;
}
.features .wrap::after {
  position: absolute;
  content: "";
  background: url("../img/illust.png") no-repeat center top/contain;
  width: 20%;
  height: 50rem;
  top: 0;
  left: 0;
  display: none;
}
.features .wrap .features_02 {
  position: absolute;
  left: 0;
  top: -3rem;
  text-align: left;
  color: var(--clr_sub11);
  font-family: "Pinyon Script", cursive;
  font-weight: normal;
  line-height: 1;
  font-size: 6rem;
}
.features .wrap .features_02::after {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  display: block;
  content: attr(data-txt);
  color: var(--clr_txt);
  font-size: 1.2rem;
}
.features .wrap .inner {
  padding: 8rem 0 0 0;
}
.features .wrap .inner li {
  margin: 0 0 3rem;
}
.features .wrap .inner li p {
  margin: 0;
}
.features .wrap .inner li p.tit {
  color: var(--clr_main);
  font-weight: 700;
  font-size: 1.6rem;
  margin: 0 0 1rem;
  text-indent: -2.4rem;
  padding-left: 2.3rem;
}
.features .wrap .inner li p.tit::before {
  display: inline-block;
  content: "";
  background: url("../img/flo01.png") no-repeat center center/contain;
  width: 2rem;
  height: 2rem;
  margin: 0 0.3rem 0 0;
  vertical-align: -0.5rem;
}
.features .wrap .inner li p.txt {
  font-size: 1.3rem;
}
.features .wrap .inner li::after {
  content: "";
  background: var(--clr_main);
  display: block;
  width: 30%;
  height: 1px;
  margin: 1.4rem 0 0 0;
}
.features .wrap .inner li:nth-child(even) p.tit {
  color: var(--clr_sub01);
}
.features .wrap .inner li:nth-child(even) p.tit::before {
  background: url("../img/flo02.png") no-repeat center center/contain;
}
.features .wrap .inner li:nth-child(even)::after {
  background: var(--clr_sub01);
}

@media screen and (min-width: 48em), print {
  .features {
    margin-top: 8rem !important;
    height: 117.3rem;
    background: url("../img/bg_features.webp") no-repeat center top/auto;
  }
  .features .wrap {
    margin: 0 auto;
  }
  .features .wrap::after {
    width: 45.3rem;
    height: 111.1rem;
    top: 3.15rem;
    left: -33rem;
    display: block;
  }
  .features .wrap .features_02 {
    font-size: 12.8rem;
    top: -7rem;
  }
  .features .wrap .features_02::after {
    font-size: 1.8rem;
  }
  .features .wrap .inner {
    padding: 15.6rem 0 0 0;
  }
  .features .wrap .inner li {
    margin: 0 0 6rem 10rem;
    width: 55rem;
    padding: 0;
  }
  .features .wrap .inner li p {
    line-height: 1.4585;
  }
  .features .wrap .inner li p.tit {
    font-size: 2.4rem;
    margin: 0 0 1rem;
    text-indent: -4rem;
    padding-left: 5rem;
  }
  .features .wrap .inner li p.tit::before {
    width: 3.2rem;
    height: 2.9rem;
    margin: 0 0.3rem 0 0;
    vertical-align: -0.3rem;
  }
  .features .wrap .inner li p.txt {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
  }
  .features .wrap .inner li::after {
    width: 20rem;
    margin: 3rem 0 0 0;
  }
  .features .wrap .inner li:first-child {
    width: 58.7rem;
  }
  .features .wrap .inner li:first-child p.txt {
    width: 55rem;
  }
  .features .wrap .inner li:nth-child(even) {
    margin: 0 0 6rem;
  }
  .features .wrap .inner li:last-child {
    margin: 0;
  }
}
@-webkit-keyframes fade_up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade_up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.tre {
  margin-top: 0 !important;
  background: url("../img/treatment_bg.png") repeat-x center bottom/auto 5rem;
  overflow: hidden;
  padding: 4rem 1rem 9rem;
}
.tre .wrap {
  position: relative;
}
.tre .wrap::after {
  content: "";
  background: url("../img/medical_bg.png") no-repeat center center/contain;
  width: 24.1rem;
  height: 16.5rem;
  display: block;
  position: absolute;
  bottom: -48px;
  right: 0;
}
.tre .wrap .tre_02 {
  text-align: center;
  font-family: "Crimson Text", serif;
  line-height: 1;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
.tre .wrap .tre_02::after {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  display: block;
  content: attr(data-txt);
  font-size: 60%;
  margin: 0.2rem 0 0 0;
}
.tre .wrap .subnav {
  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;
  position: relative;
  z-index: 3;
  gap: 1.5rem 1rem;
  margin: 2rem auto 0;
}
.tre .wrap .subnav li {
  width: 48%;
  height: auto;
  text-align: center;
  border: 1px var(--clr_sub07) solid;
  opacity: 0;
}
.tre .wrap .subnav li.advent {
  -webkit-animation: fade_up 0.8s ease-out forwards;
          animation: fade_up 0.8s ease-out forwards;
}
.tre .wrap .subnav li.advent:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.tre .wrap .subnav li.advent:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.tre .wrap .subnav li.advent:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.tre .wrap .subnav li.advent:nth-child(4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.tre .wrap .subnav li.advent:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.tre .wrap .subnav li.advent:nth-child(6) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.tre .wrap .subnav li.advent:nth-child(7) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.tre .wrap .subnav li.advent:nth-child(8) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.tre .wrap .subnav li.advent:nth-child(9) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.tre .wrap .subnav li a {
  text-decoration: none !important;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.7);
  padding: 2.5rem 0;
}
.tre .wrap .subnav li a::after {
  display: block;
  content: "";
  background: url("../img/arrow.svg") no-repeat center center/contain;
  width: 3.35rem;
  height: 0.4rem;
  margin: 1.5rem 0 0 0;
}
.tre .wrap .subnav li a span {
  display: block;
  width: 100%;
  position: relative;
  color: var(--clr_txt);
  font-size: 1.4rem;
  line-height: 1;
}
.tre .wrap .subnav li a span::after {
  font-family: "Pinyon Script", cursive;
  display: block;
  content: attr(data-txt);
  font-size: 60%;
  margin: 0.3rem 0 0 0;
  color: var(--clr_main);
}

@media screen and (min-width: 48em), print {
  .tre {
    padding: 10.7rem 0 33.4rem;
    background: url("../img/treatment_bg.png") repeat-x center bottom/auto;
  }
  .tre .wrap {
    margin: 0 auto;
  }
  .tre .wrap::after {
    bottom: -14.1rem;
    right: -24.4rem;
  }
  .tre .wrap .tre_02 {
    font-size: 5rem;
  }
  .tre .wrap .tre_02::after {
    font-size: 1.8rem;
    margin: 0.4rem 0 0 0;
  }
  .tre .wrap .subnav {
    gap: 3rem 2.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 5rem auto 0;
  }
  .tre .wrap .subnav li {
    width: 20rem;
    height: 17rem;
  }
  .tre .wrap .subnav li a {
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 0;
  }
  .tre .wrap .subnav li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: var(--clr_sub07);
    z-index: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .tre .wrap .subnav li a::after {
    width: 6.7rem;
    height: 0.8rem;
    position: absolute;
    top: 13.3rem;
    margin: 0;
  }
  .tre .wrap .subnav li a span {
    font-size: 2.2rem;
    display: inline-block;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
  }
  .tre .wrap .subnav li a span::after {
    font-size: 1.6rem;
    margin: 0.6rem 0 0 0;
  }
  .tre .wrap .subnav li a:is(:hover, :focus-visible) span {
    color: #fff;
  }
  .tre .wrap .subnav li a:is(:hover, :focus-visible)::before {
    width: 100%;
  }
}
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: 4rem 1rem;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    margin: 7rem auto;
  }
  body:not(.index) .main .cf .img_l, body:not(.index) .main .cf .img_r, body:not(.index) .main .cf .img_c {
    max-width: 40rem;
    height: auto;
  }
}

.breadnav {
  width: 100%;
  margin: 0;
  padding: 0.4rem 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_txt);
  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 {
    padding: 1rem 0;
    overflow-x: inherit;
  }
  .breadnav .breadcrumb {
    width: 1100px;
    margin: 0 auto;
    font-size: 1.6rem;
  }
  .breadnav .breadcrumb li:not(:last-child)::after {
    margin: 0 1rem;
  }
  .breadnav .breadcrumb li a:hover {
    opacity: 1;
    text-decoration: none;
  }
}
@media screen and (min-width: 48em), print {
  body.doctor .main .cf .txt_r {
    padding: 0 48rem 0 0;
  }
}

.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;
  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 {
    font-size: 120%;
    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: 1100px;
  }
  .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 var(--clr_sub15);
  text-align: center;
  color: #fff;
  font-weight: normal;
  width: 50%;
}
.tbl_price th[scope=row], .tbl_lst2 th[scope=row], .tbl_lst th[scope=row] {
  color: var(--clr_txt);
  background: var(--clr_sub14);
}
.tbl_price td, .tbl_lst2 td, .tbl_lst td {
  padding: 0.6rem 1.6rem;
  border: 1px solid var(--clr_sub15);
  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 a::after {
  font-family: "fontello";
  content: "\e809";
  background: none;
  width: auto;
  height: auto;
  color: var(--clr_sub07);
}

@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;
  }
  .anc li a:hover::after {
    color: #fff;
  }
}/*# sourceMappingURL=style.css.map */