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

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

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

:root {
  --white: #fff;
  --clr_txt: #333;
  --clr_main: #ED86B3;
  --clr_sub01: #FEF2F7;
  --clr_sub02: #2F64A3;
  --clr_sub03: #FEE5F0;
  --clr_sub04: #F8FF91;
  --clr_sub05: #B39166;
  --clr_sub06: #cccccc;
  --clr_sub07: #EB6D87;
  --clr_sub08: #EEEEEE;
  --clr_sub09: #F8C7DD;
  --clr_sub10: #FCE2ED;
  --clr_sub11: #66B36B;
  --clr_sub12: #F5F9FF;
  --clr_sub13: #91c1ff;
  --clr_sub14: #CDE3FF;
  --clr_sub15: #7CA4D9;
  --clr_sub16: #FFFAF4;
}

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

.cf::after {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

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

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

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

.bold {
  font-weight: bold;
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

.red {
  color: #ff0000;
}

.img_c {
  margin: 1rem auto;
}

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

.tate {
  max-width: 60%;
  border-radius: 2rem;
}

@media screen and (min-width: 48em), print {
  .img_l {
    float: left;
    margin: 0 2rem 2rem 0;
    border-radius: 3rem;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 2rem;
    border-radius: 3rem;
  }
  .tate {
    max-width: 25% !important;
    border-radius: 3rem;
  }
}
.sp_n {
  display: none;
}

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

.mt30 {
  margin-top: 3rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt10 {
  margin-top: 1rem;
}

.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;
  }
  .mt30 {
    margin-top: 6rem;
  }
  .mt20 {
    margin-top: 4rem;
  }
  .mt10 {
    margin-top: 2rem;
  }
  .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.3rem;
}
.tbl_time caption {
  font-size: 85%;
  caption-side: bottom;
  text-align: left;
  line-height: 2;
  margin: 1rem 1rem 0 0;
}
.tbl_time caption span {
  color: var(--clr_main);
  background-color: var(--white);
  border: 0.1rem solid var(--clr_main);
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  margin-right: 1rem;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  text-align: center;
  background-color: var(--clr_main);
  color: var(--white);
}
.tbl_time tr th[scope=col]:first-child {
  width: 30%;
  border-radius: 1rem 0 0 0;
}
.tbl_time tr th[scope=col]:last-child {
  border-radius: 0 1rem 0 0;
}
.tbl_time tr th.time {
  border-bottom: 1px solid var(--clr_sub06);
}
.tbl_time tr th[scope=row] {
  background-color: var(--white);
  border-left: 1px solid var(--clr_sub06);
}
.tbl_time tr td {
  text-align: center;
  padding: 1rem 0.4rem;
  background-color: var(--white);
  border-bottom: 1px solid var(--clr_sub06);
  line-height: 1;
  color: var(--clr_main);
}
.tbl_time tr td span {
  display: inline-block;
  font-size: 70%;
}
.tbl_time tr td:last-child {
  border-right: 1px solid var(--clr_sub06);
}
.tbl_time tr:last-child > *:first-child {
  border-radius: 0 0 0 1rem;
}
.tbl_time tr:last-child > *:last-child {
  border-radius: 0 0 1rem 0;
}
.tbl_time.senmon {
  margin: 1rem 0 0;
}
.tbl_time.senmon tr th[scope=col] {
  background-color: var(--clr_sub11);
}
.tbl_time.senmon tr td {
  color: var(--clr_sub11);
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 1.8rem;
  }
  .tbl_time caption {
    font-size: 100%;
    margin: 1rem 0 0;
    line-height: 2;
  }
  .tbl_time caption span {
    padding: 0.5rem 1rem;
    margin-right: 1.5rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 1rem 0;
  }
  .tbl_time tr td {
    padding: 1.5rem 0;
  }
  .tbl_time tr td span {
    font-size: 80%;
  }
  .tbl_time.senmon {
    margin: 4rem 0 0;
  }
}
.gmap {
  width: 100%;
}

.tit_01, .tit_02, .tit_03, .tit_04, .tit_05, .tit_06 {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
}

.tit_01 {
  background-color: var(--clr_sub01);
  font-size: 2.2rem;
  padding: 3rem 1rem;
  text-align: center;
  margin: 0 auto 1rem;
  color: var(--clr_sub07);
  position: relative;
  z-index: 2;
}
.tit_01:before {
  content: "";
  display: block;
  width: 9rem;
  height: 7rem;
  background-image: url("../img/h1_ilst_left.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.tit_01:after {
  content: "";
  display: block;
  width: 15rem;
  height: 5rem;
  background-image: url("../img/h1_ilst_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -2rem;
  right: 0;
}

.tit_02 {
  font-size: 2rem;
  line-height: 1.2;
  margin: 0 auto 2rem;
  text-align: center;
  width: -moz-fit-content; /* Firefox */
  width: -webkit-fit-content;
  width: fit-content; /* other browsers */
  position: relative;
}
.tit_02 span {
  font-family: "Josefin Sans", sans-serif;
  display: block;
  margin: auto;
  color: var(--clr_main);
  font-size: 80%;
}
.tit_02:before, .tit_02:after {
  content: "";
  display: block;
  width: 2rem;
  height: 2.4rem;
  background-image: url("../img/h2_illst.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -3rem;
}
.tit_02:after {
  left: auto;
  right: -3rem;
  top: 0;
}

.tit_03 {
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 0 1rem;
}

.tit_04 {
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 0 0 2rem;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 4.4rem;
    padding: 9.7rem 0;
  }
  .tit_01:before {
    width: 44rem;
    height: 32rem;
    top: 0;
    left: 5%;
  }
  .tit_01:after {
    width: 67rem;
    height: 19rem;
    bottom: -5rem;
    right: 5%;
  }
  .tit_02 {
    font-size: 4rem;
    margin: 0 auto 6rem;
  }
  .tit_02 span {
    font-size: 2rem;
  }
  .tit_02:before, .tit_02:after {
    width: 5rem;
    height: 5.4rem;
    left: -4rem;
  }
  .tit_02:after {
    left: auto;
    right: -4rem;
    top: 0;
  }
  .tit_03 {
    font-size: 3.2rem;
    margin: 0 0 2rem;
  }
  .tit_04 {
    font-size: 2.4rem;
    margin: 0 0 2rem;
  }
}
.lst_ul {
  line-height: 1.4;
  margin: 1rem 0;
}
.lst_ul > li {
  padding: 0 0 0 1em;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul > li::before {
  content: "●";
  color: var(--clr_main);
  position: absolute;
  top: 0.5rem;
  left: 0;
  font-size: 50%;
}
.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 0 1rem;
}
.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::marker {
  color: #f00;
}
.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 {
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid var(--clr_sub06);
  border-bottom: none;
}
.lst_dl01 dt {
  background-color: var(--clr_sub01);
  border-right: 1px solid var(--clr_sub06);
  border-bottom: 1px solid var(--clr_sub06);
  padding: 1rem;
}
.lst_dl01 dd {
  border-bottom: 1px solid var(--clr_sub06);
  padding: 1rem;
}

.tbl_att {
  font-size: 90%;
  color: var(--clr_main);
}
.tbl_att:after {
  font-family: "fontello";
  content: "\f006";
  margin-left: 0.3rem;
}

.tbl_wrap {
  width: 100%;
  overflow-x: auto;
}

.tbl01 {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--clr_sub06);
  border-bottom: none;
}
.tbl01 tr th {
  white-space: nowrap;
  padding: 1rem;
  background-color: var(--clr_sub01);
  border-bottom: 1px solid var(--clr_sub06);
}
.tbl01 tr td {
  padding: 1rem;
  border-bottom: 1px solid var(--clr_sub06);
}
.tbl01 tr:first-child th {
  border-radius: 1rem 0 0 0;
}
.tbl01 tr:first-child td {
  border-radius: 0 1rem 0 0;
}
.tbl01 tr:last-child th {
  border-radius: 0 0 0 1rem;
}
.tbl01 tr:last-child td {
  border-radius: 0 0 1rem 0;
}
.tbl01.price {
  width: 80rem;
  display: block;
  table-layout: auto;
  border-radius: 1rem;
  overflow: hidden;
  border-right: none;
}
.tbl01.price:first-child th {
  border-radius: 0;
}
.tbl01.price:first-child td {
  border-radius: 0;
}
.tbl01.price:last-child th {
  border-radius: 0;
}
.tbl01.price:last-child td {
  border-radius: 0;
}
.tbl01.price tr th {
  background-color: var(--clr_main);
  color: var(--white);
  border-right: 1px solid var(--clr_sub06);
  padding: 0.5rem;
}
.tbl01.price tr td {
  border-right: 1px solid var(--clr_sub06);
}
.tbl01.price tr td:first-child {
  background-color: var(--clr_sub01);
}
.tbl01.price .adj {
  background-color: unset !important;
}

@media screen and (min-width: 48em), print {
  .lst_ul > li::before {
    top: 0.75rem;
  }
  .lst_ul.beside {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .lst_ul.beside li {
    width: auto;
  }
  .lst_ol > li {
    padding: 0 0 0 3.6rem;
  }
  .lst_dl01 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .lst_dl01 dt {
    width: 20%;
    padding: 2rem 1rem;
  }
  .lst_dl01 dd {
    width: 80%;
    padding: 2rem 1rem;
  }
  .tbl_att {
    display: none;
  }
  .tbl01 {
    width: 100%;
    border-radius: 1rem;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid var(--clr_sub06);
    border-bottom: none;
  }
  .tbl01 tr th {
    padding: 2rem 1rem;
  }
  .tbl01 tr td {
    padding: 2rem 1rem;
  }
  .tbl01.price {
    width: 100%;
  }
  .tbl01.price tr th {
    padding: 2rem;
  }
}
.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3 > li {
  width: 46%;
}

@media screen and (min-width: 48em), print {
  .flex2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .flex2 > section, .flex2 > li {
    width: 48%;
    margin-top: 0 !important;
  }
  .flex3 {
    justify-content: flex-start;
  }
  .flex3 li {
    width: 31%;
  }
  .flex3 li:not(:nth-child(3n)) {
    margin: 0 2rem 0 0;
  }
}
.tel {
  font-family: "Josefin Sans", sans-serif;
}
.tel a {
  display: flex;
  align-items: center;
}
.tel a:before {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url("../img/icon_tel.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.5rem;
}
@media screen and (min-width: 48em), print {
  .tel {
    display: flex;
    align-items: center;
    font-size: 4rem;
  }
  .tel:before {
    content: "";
    display: inline-block;
    width: 4.5rem;
    height: 4.5rem;
    background-image: url("../img/icon_tel.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 1rem;
  }
  .tel a:before {
    display: none;
  }
}

.btn_rsv {
  display: inline-block;
  padding: 0.4rem 2rem;
  background: var(--clr_sub07);
  color: var(--white);
  text-decoration: none !important;
  text-align: center;
  -webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
  border-radius: 1.5rem;
}
.btn_rsv:before {
  font-family: "fontello";
  content: "\e80e";
  margin-right: 0.5rem;
}
@media screen and (min-width: 48em), print {
  .btn_rsv {
    width: 38rem;
    font-size: 2.4rem;
    padding: 1.5rem 2rem;
    letter-spacing: 0.2rem;
    margin: 3rem 0;
  }
  .btn_rsv:before {
    margin-right: 1rem;
  }
  .btn_rsv:hover {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

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

.btn_detail {
  display: inline-block;
  padding: 0.4rem 2rem;
  background: var(--clr_main);
  color: var(--white);
  text-decoration: none !important;
  -webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
  border-radius: 1.5rem;
}
.btn_detail:before {
  font-family: "fontello";
  content: "\e4a2";
  color: var(--white);
  margin-right: 1rem;
}
@media screen and (min-width: 48em), print {
  .btn_detail {
    padding: 1.5rem 4rem;
    font-size: 1.8rem;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .btn_detail:hover {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.linkout {
  display: inline-block;
  color: var(--clr_main);
  margin: 0 0.2em;
}
.linkout::after {
  display: inline-block;
  font-family: "fontello";
  content: "\f08e";
  font-size: 0.8em;
  padding-left: 0.3rem;
}
@media screen and (min-width: 48em), print {
  .linkout:hover {
    text-decoration: none;
  }
}

.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: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--clr_main);
}
.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: 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_main);
}
.slick-dots li button:hover, .slick-dots li button:focus {
  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;
  }
}
.scr {
  display: block;
}

html {
  font-size: 3.125vw;
}

body {
  background: #fff;
  color: var(--clr_txt);
  font-family: "Kosugi Maru", sans-serif;
  word-wrap: break-word;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: var(--clr_sub10);
  position: fixed;
  top: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
body.spnav_modal {
  height: 100%;
  overflow: hidden;
}
body.spnav_modal::after {
  visibility: visible;
  opacity: 1;
}

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

.main {
  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(1200px + 40px);
  }
  body::after {
    display: none;
  }
  a, button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1200px;
    margin: auto;
  }
  .main {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    text-decoration: none;
  }
}
.header .wrap {
  margin: 1rem;
}
.header .wrap .logo {
  width: calc(100% - 5rem);
  height: 5.5rem;
}
.header .wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
}
.header .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}
.header .wrap .headR .acc {
  margin: 0.5em 0;
  text-align: center;
  font-size: 1.4rem;
}
.header .wrap .headR .acc .fukidashi {
  background-color: var(--clr_sub02);
  color: var(--white);
  padding: 0.6rem 1.6rem;
  border-radius: 0.5rem;
  position: relative;
  margin-right: 1.4rem;
}
.header .wrap .headR .acc .fukidashi:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -7px;
  margin-left: 0px;
  border: 7px solid transparent;
  border-left: 7px solid var(--clr_sub02);
}
.header .wrap .headR .acc .fcl_b {
  color: var(--clr_sub02);
}
.header .wrap .headR .acc .num {
  font-size: 2rem;
}
.header .wrap .headR ul li.add {
  text-align: center;
  font-size: 1.4rem;
}
.header .wrap .headR ul li .tel {
  display: none;
}

@media screen and (min-width: 48em), print {
  .header {
    padding: 1.5rem 0;
  }
  .header .wrap {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .wrap .logo {
    width: 40%;
    height: 9rem;
  }
  .header .wrap .headR {
    width: 60%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .header .wrap .headR .acc {
    margin: 1em 0;
    font-size: 2rem;
  }
  .header .wrap .headR .acc .fukidashi {
    font-size: 1.8rem;
  }
  .header .wrap .headR .acc .num {
    font-size: 2.4rem;
  }
  .header .wrap .headR ul {
    width: 30rem;
    margin-left: 7.2rem;
  }
  .header .wrap .headR ul li.add {
    font-size: 1.8rem;
  }
  .header .wrap .headR ul li .tel {
    display: flex;
  }
}
#nav {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  background: var(--clr_main);
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  padding: 0;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
}
#nav #sp_menu::before {
  display: block;
  font-family: "fontello";
  content: "\e802";
  font-size: 3.6rem;
  margin: -0.6rem 0 -0.2rem;
  color: var(--white);
}
#nav #sp_menu::after {
  content: "MENU";
  color: var(--white);
}
#nav #sp_menu.close::before {
  font-family: "fontello";
  content: "\e806";
}
#nav #sp_menu.close::after {
  content: "CLOSE";
}
#nav #sp_menu span {
  display: none;
}
#nav .gnav_subnav {
  display: none;
  width: 94vw;
  max-height: 75vh;
  overflow-y: auto;
  background: #fff;
  padding: 1.6rem;
  position: absolute;
  top: 6rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
#nav .gnav_subnav .gnav {
  border-top: 1px solid var(--clr_txt);
  border-bottom: 1px solid var(--clr_txt);
}
#nav .gnav_subnav .gnav > li:not(:last-child) {
  border-bottom: 1px dotted var(--clr_txt);
}
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-size: 1.4rem;
}
#nav .gnav_subnav .gnav > li .sub::after {
  font-family: "fontello";
  content: "\f004";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--clr_main);
  line-height: 1;
}
#nav .gnav_subnav .gnav > li .sub.close::after {
  font-family: "fontello";
  content: "\f005";
}
#nav .gnav_subnav .gnav > li .subbox {
  display: none;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li:not(:last-child) {
  border-bottom: 0.1rem dashed var(--clr_main);
}
#nav .gnav_subnav .gnav > li .subbox .subnav li a {
  display: block;
  padding: 1rem;
  color: var(--clr_txt);
}
#nav .gnav_subnav .gnav > li .subbox .subnav li a:before {
  font-family: "fontello";
  content: "\e816";
  color: var(--clr_main);
  margin-right: 0.5rem;
}

@media screen and (min-width: 48em), print {
  #nav {
    width: auto;
    position: relative;
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block;
    width: 100%;
    max-height: auto;
    overflow-y: visible;
    padding: 0;
    position: static;
  }
  #nav .gnav_subnav .gnav {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    border: none;
  }
  #nav .gnav_subnav .gnav li {
    flex-grow: 1;
    position: relative;
    padding: 1rem 0 0;
  }
  #nav .gnav_subnav .gnav li:before {
    content: "";
    display: block;
    width: 0.1rem;
    top: 0.5rem;
    height: 4rem;
    position: absolute;
    right: 0;
    border-right: 0.1rem dashed var(--clr_main);
  }
  #nav .gnav_subnav .gnav li:first-child:after {
    content: "";
    display: block;
    width: 0.1rem;
    height: 4rem;
    position: absolute;
    top: 0.5rem;
    left: 0;
    border-left: 0.1rem dashed var(--clr_main);
  }
  #nav .gnav_subnav .gnav li:not(:last-child) {
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav li a, #nav .gnav_subnav .gnav li .sub {
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 2rem;
    margin: 0;
    padding: 0;
    cursor: pointer;
    position: relative;
  }
  #nav .gnav_subnav .gnav li a::after, #nav .gnav_subnav .gnav li .sub::after {
    display: block;
  }
  #nav .gnav_subnav .gnav li a:hover, #nav .gnav_subnav .gnav li a.current, #nav .gnav_subnav .gnav li .sub:hover, #nav .gnav_subnav .gnav li .sub.current {
    color: var(--clr_main);
  }
  #nav .gnav_subnav .gnav li .sub {
    display: block;
  }
  #nav .gnav_subnav .gnav li .sub:after {
    font-size: 80%;
  }
  #nav .gnav_subnav .gnav li .subbox {
    width: auto;
    position: absolute;
    z-index: 100;
    background-color: var(--white);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
    padding: 2rem;
  }
  #nav .gnav_subnav .gnav li .subbox.nav01 {
    width: 47rem;
  }
  #nav .gnav_subnav .gnav li .subbox.nav02 {
    width: 32rem;
  }
  #nav .gnav_subnav .gnav li .subbox.nav03 {
    width: 50rem;
    left: -37rem;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem 0;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li:before {
    display: none;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li:first-child:after {
    display: none;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a {
    padding: 0;
    text-align: left;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a:before {
    margin-right: 1rem;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a:hover {
    color: var(--clr_main);
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li:not(:last-child) {
    border-bottom: none;
  }
  #nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 0;
  }
  #nav.fixed .gnav_subnav {
    background-color: var(--white);
    padding: 0;
  }
  #nav.fixed .gnav_subnav .gnav li a.sub {
    padding: 0.5rem 0;
  }
}
.overview {
  padding: 2rem 1rem 4rem;
  font-size: 1.4rem;
  line-height: 1.6;
}
.overview .clinic_name {
  text-align: center;
  margin: 0 0 2rem;
}
.overview .clinic_name img {
  max-width: 70%;
  margin: auto;
}
.overview > .wrap .gaiyo {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.overview > .wrap .gaiyo dt {
  -ms-grid-row-align: center;
      align-self: center;
  width: 30%;
  padding: 0.4rem;
  color: var(--clr_txt);
  background-color: var(--clr_sub10);
  color: var(--clr_sub07);
  border-radius: 1rem;
  text-align: center;
  margin: 0 0 1rem;
}
.overview > .wrap .gaiyo dd {
  width: 70%;
  padding: 0.4rem;
  margin: 0 0 1rem;
  line-height: 1.3;
}
.overview > .wrap .gaiyo dd .tel {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 120%;
}
.overview > .wrap .gaiyo dd .tel a:before {
  display: none;
}
.overview > .wrap .overviewL .tbl_time {
  margin: 2rem 0;
}
.overview > .wrap .overviewR .gmap {
  height: 100vw;
}
.overview > .wrap .overviewR .btn_map {
  display: inline-block;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 8rem 0;
    font-size: 1.8rem;
  }
  .overview .clinic_name {
    margin: 0 0 6rem;
  }
  .overview .clinic_name img {
    max-width: 39.2rem;
  }
  .overview > .wrap {
    display: flex;
    justify-content: space-between;
  }
  .overview > .wrap .gaiyo dt {
    width: 21%;
    padding: 1rem 0;
    margin: 0 0 1.5rem;
  }
  .overview > .wrap .gaiyo dd {
    width: 75%;
    padding: 1rem 0;
    margin: 0 0 1.5rem;
  }
  .overview > .wrap .gaiyo dd .tel:before {
    display: none;
  }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR {
    width: 48%;
  }
  .overview > .wrap .overviewR {
    margin: 0;
  }
  .overview > .wrap .overviewR .gmap {
    height: 100%;
  }
}
#tel_up {
  width: 100%;
  height: 4rem;
  background: #fff;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#tel_up ul {
  width: calc(100% - 4rem);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
#tel_up ul li {
  width: 33%;
  height: 100%;
  text-align: center;
  color: var(--white);
}
#tel_up ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#tel_up ul li .tel {
  height: 100%;
  font-family: "Kosugi Maru", sans-serif;
  background-color: var(--clr_sub11);
}
#tel_up ul li .tel a:before {
  display: none;
}
#tel_up ul li .btn_rsv {
  border-radius: 0;
}
#tel_up ul li .btn_rsv:before {
  display: none;
}
#tel_up ul li .access {
  background-color: var(--clr_sub15);
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  font-size: 1.6rem;
  text-align: center;
  padding: 0 0.4rem;
  line-height: 1;
  background: var(--white);
  border: 0.1rem solid var(--clr_main);
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\e817";
  position: relative;
  margin: 1rem 0 0;
  color: var(--clr_main);
}
#tel_up #pageup .clip {
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

@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: 3rem;
    border-radius: 50%;
  }
  #tel_up #pageup::before {
    margin: 2rem 0 0;
    font-size: 1.8rem;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
}
.footer .copy {
  display: block;
  background: var(--clr_main);
  color: var(--white);
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 3rem 0 0;
  }
  .footer .copy {
    margin: 3rem 0 0;
    padding: 1.5rem 1rem;
    font-size: 1.6rem;
  }
  .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 {
    opacity: 1;
  }
  .footer ul li a span {
    display: none;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
}
.pc_btn_rsv {
  display: none;
}

@media screen and (min-width: 48em), print {
  .pc_btn_rsv {
    display: block;
    width: 8rem;
    height: 18rem;
    background-color: var(--clr_sub07);
    border-radius: 15px 0px 0px 15px;
    -webkit-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1);
    padding: 0 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    flex-direction: column;
    top: 25%;
    right: 0;
    color: var(--white);
    font-size: 2.2rem;
    text-align: center;
    letter-spacing: 0.1rem;
    line-height: 1.4;
    z-index: 101;
  }
  .pc_btn_rsv:before {
    display: block;
    font-family: "fontello";
    content: "\e80e";
    margin: 0 auto;
    font-size: 3rem;
  }
  .pc_btn_rsv:hover {
    opacity: 0.8 !important;
  }
}
.keyvsl {
  width: 100%;
  position: relative;
  background: url("../img/kv_bg.png") no-repeat left bottom/cover #fff;
  padding: 0 0 1rem;
}
.keyvsl:after {
  content: "";
  display: inline-block;
  width: 10rem;
  height: 9rem;
  background-image: url("../img/kv_illst01.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.keyvsl:before {
  content: "";
  display: inline-block;
  width: 11rem;
  height: 4rem;
  background-image: url("../img/kv_illst02.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.keyvsl #keyvsl {
  max-width: 95%;
  margin: auto;
  height: 26rem;
  overflow: hidden;
  visibility: hidden;
  border-radius: 3rem;
}
.keyvsl #keyvsl .slick-list div img {
  height: 26rem !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.keyvsl #keyvsl .slick-dots {
  position: relative;
  z-index: 2;
}
.keyvsl #keyvsl .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.6rem;
}
.keyvsl .read {
  width: 30%;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 1;
}
.keyvsl .read .catch {
  height: 21rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 1.5rem;
  text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
  letter-spacing: 0.3rem;
}
.keyvsl .read .catch span {
  display: inline-block;
  border-right: 0.2rem solid var(--clr_sub04);
  line-height: 1.8;
}
.keyvsl .read .catch span:nth-child(2) {
  margin: 3rem 0 0;
}
.keyvsl .read .catch span:nth-child(3) {
  margin: 6rem 0 0;
}

@media screen and (min-width: 48em), print {
  .keyvsl {
    width: 100%;
    overflow: hidden;
    margin: 2rem 0 0;
    background: url("../img/kv_bg.png") no-repeat center bottom/auto 58rem #fff;
  }
  .keyvsl:after {
    width: 60rem;
    height: 55.6rem;
    top: 0;
    left: 0;
  }
  .keyvsl:before {
    width: 35rem;
    height: 13.5rem;
    bottom: 0;
    right: 0;
  }
  .keyvsl #keyvsl {
    max-width: 140rem;
    height: 65rem;
    border-radius: 5rem;
  }
  .keyvsl #keyvsl .slick-list div img {
    width: 100%;
    height: 65rem !important;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  .keyvsl .read {
    width: 1200px;
    margin: auto;
    top: 11rem;
    left: 0;
    right: 0;
  }
  .keyvsl .read .catch {
    font-size: 4rem;
    margin: 0 7rem 0 auto;
    height: 41.5rem;
    right: 0;
  }
}
.info {
  padding: 2rem 1rem;
  background-color: var(--clr_sub01);
}
.info .wrap {
  position: relative;
}
.info .wrap .tit_02 {
  z-index: 1;
}
.info .wrap:before {
  content: "";
  display: inline-block;
  width: 17rem;
  height: 4rem;
  background-image: url("../img/kv_illst03.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -3rem;
  left: 1rem;
  z-index: 1;
}
.info .info_dl .info_box {
  background-color: var(--white);
  border-radius: 2rem;
  padding: 2rem 0 2rem 1rem;
  position: relative;
  margin-bottom: 2rem;
}
.info .info_dl .info_box .tit {
  font-size: 1.6rem;
  text-align: center;
  margin: 0 0 2rem;
  color: var(--clr_sub05);
}
.info .info_dl .info_box:after {
  content: "";
  display: block;
  width: 5rem;
  height: 0.2rem;
  background-color: var(--clr_sub05);
  border-radius: 0.4rem;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.info .info_dl dl {
  max-height: 20rem;
  overflow-y: auto;
  line-height: 1.4;
}
.info .info_dl dl dt {
  display: flex;
  margin: 0 1rem 0.6rem 0;
  color: var(--clr_sub07);
  cursor: pointer;
}
.info .info_dl dl dt::before {
  font-family: "fontello";
  content: "\e80d";
  margin-right: 0.6rem;
  color: var(--clr_main);
}
.info .info_dl dl dt.close::before {
  font-family: "fontello";
  content: "\e80c";
}
.info .info_dl dl dt:not(:first-of-type) {
  margin: 1.6rem 1rem 0.6rem 0;
  padding: 1.6rem 0 0;
  border-top: 3px dotted var(--clr_sub06);
}
.info .info_dl dl dd {
  margin: 0 1rem 1.6rem 0;
  word-wrap: break-word;
}
.info .info_dl dl dd:not(:nth-of-type(-n+3)) {
  display: none;
}

.info_dl dl::-webkit-scrollbar {
  width: 5px;
}

.info_dl dl::-webkit-scrollbar-track {
  background-color: var(--clr_sub03);
}

.info_dl dl::-webkit-scrollbar-thumb {
  background-color: var(--clr_main);
}

.cal .flex2 .map {
  width: 70rem;
}
.cal .flex2 .map .gmap {
  height: 100%;
}

@media screen and (min-width: 48em), print {
  .info {
    padding: 10rem 0;
  }
  .info .wrap .tit_02 {
    width: 26rem;
  }
  .info .wrap:before {
    width: 67rem;
    height: 16rem;
    top: -13rem;
    left: 1rem;
  }
  .info .info_dl {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 0 10rem;
  }
  .info .info_dl .info_box {
    width: 38rem;
    border-radius: 3rem;
    padding: 4rem 0 4rem 2rem;
    margin-bottom: 0;
  }
  .info .info_dl .info_box .tit {
    font-size: 2.4rem;
    margin: 0 0 3.6rem;
  }
  .info .info_dl .info_box:after {
    width: 5rem;
    height: 0.2rem;
    border-radius: 0.4rem;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  .info .info_dl dl {
    max-height: 46rem;
  }
  .info .info_dl dl dt {
    margin: 0 0 1rem;
    font-size: 2rem;
  }
  .info .info_dl dl dt::before {
    margin: 0 1rem 0 0.3rem;
  }
  .info .info_dl dl dt:not(:first-of-type) {
    padding: 1.6rem 0 0;
  }
  .info .info_dl dl dd {
    font-size: 1.8rem;
  }
  .info_dl dl::-webkit-scrollbar {
    width: 10px;
  }
}
.feature {
  padding: 4rem 1rem;
  background-color: var(--clr_sub01);
}
.feature .wrap {
  position: relative;
}
.feature .wrap:after {
  content: "";
  display: block;
  width: 6rem;
  height: 13rem;
  background-image: url("../img/feature_ilst.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -5rem;
  right: 0;
  z-index: 0;
}
.feature .tit_02 .name {
  color: var(--clr_txt);
  font-size: 1.4rem;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
}
.feature .tit_02:before {
  top: 1.8rem;
}
.feature .tit_02:after {
  top: 1.8rem;
}
.feature ul {
  counter-reset: number 0;
  position: relative;
  z-index: 1;
}
.feature ul li {
  position: relative;
}
.feature ul li:before {
  content: "0" counter(number) "";
  counter-increment: number 1;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2rem;
  color: var(--white);
  background-color: var(--clr_main);
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  position: absolute;
  top: 1rem;
  left: 4rem;
  line-height: 4rem;
  text-align: center;
}
.feature ul li .tit {
  font-size: 1.5rem;
  text-align: center;
  margin: 2rem 0 0;
  line-height: 1.3;
}
.feature ul li img {
  width: 60%;
  margin: 0 auto;
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 10rem 0;
  }
  .feature .wrap {
    position: relative;
  }
  .feature .wrap:after {
    width: 16rem;
    height: 35rem;
    top: -29rem;
    right: 0;
  }
  .feature .tit_02 .name {
    font-size: 2.4rem;
  }
  .feature .tit_02:before {
    left: -8rem;
    top: 2.5rem;
  }
  .feature .tit_02:after {
    right: -8rem;
    top: 2.5rem;
  }
  .feature ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    font-size: 1.8rem;
  }
  .feature ul li {
    width: 36rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 6rem;
  }
  .feature ul li:before {
    font-size: 3.6rem;
    width: 6.5rem;
    height: 6.5rem;
    top: 1rem;
    left: 4rem;
    line-height: 7.2rem;
  }
  .feature ul li p {
    margin: 0;
    line-height: 1.5;
  }
  .feature ul li .tit {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.4rem;
    height: 6rem;
    margin: 3rem auto;
  }
  .feature ul li img {
    width: 100%;
  }
  .feature ul li .disc {
    height: 10.5rem;
    margin-top: auto;
  }
}
.details {
  margin: 4rem 0 3rem;
  background: url("../img/details_bg.png") no-repeat center center/contain;
}
.details .tit_02:before {
  width: 5rem;
  height: 7rem;
  background-image: url("../img/details_h2_left.svg");
  left: -7rem;
  top: -3rem;
}
.details .tit_02:after {
  width: 5rem;
  height: 3rem;
  background-image: url("../img/details_h2_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -8rem;
}
.details .subnav {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}
.details .subnav li {
  width: 48%;
  margin-bottom: 2rem;
}
.details .subnav li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-align: center;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.3;
}
.details .subnav li a:after {
  width: 2rem;
  height: 2rem;
  font-family: "fontello";
  content: "\f006";
  background-color: var(--clr_sub03);
  border-radius: 50%;
  color: var(--clr_main);
  position: absolute;
  top: 10rem;
  right: 2rem;
  font-size: 1.3rem;
  padding: 0 0 0 0.3rem;
  line-height: 1.6;
}
.details .subnav li a span:before {
  content: "";
  display: block;
  margin: 0 auto 1rem;
  width: 13rem;
  height: 13rem;
  background-image: url("../img/subnav_bg01.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.details .subnav li a span:after {
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  background-image: url("../img/icon_pediatrics.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 3.5rem;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.details .subnav li a:hover span:after {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.details .subnav li a:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.details .subnav li:nth-child(even) a span:before {
  background-image: url("../img/subnav_bg02.svg");
}
.details .subnav li .infant_medical_examination span:after {
  background-image: url("../img/icon_infant_medical_examination.svg");
}
.details .subnav li .allergy span:after {
  background-image: url("../img/icon_allergy.svg");
}
.details .subnav li .home_care span:after {
  background-image: url("../img/icon_home_care.svg");
}
.details .subnav li .vaccination span:after {
  background-image: url("../img/icon_vaccination.svg");
}

@media screen and (min-width: 48em), print {
  .details {
    margin: 10rem 0 !important;
  }
  .details .tit_02:before {
    width: 10rem;
    height: 13rem;
    left: -16rem;
    top: -6rem;
  }
  .details .tit_02:after {
    width: 10rem;
    height: 13rem;
    right: -16rem;
  }
  .details .subnav {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .details .subnav li {
    width: 20rem;
    margin-bottom: 0;
  }
  .details .subnav li a {
    font-size: 2.4rem;
  }
  .details .subnav li a:after {
    width: 3rem;
    height: 3rem;
    top: 15rem;
    right: 2rem;
    font-size: 1.6rem;
    padding: 0 0 0 0.3rem;
    line-height: 3rem;
  }
  .details .subnav li a:before {
    content: "";
    position: absolute;
    width: 20rem;
    height: 20rem;
    top: 0;
    left: 0;
    border: 5px solid var(--clr_sub03);
    border-radius: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: -1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform ease 0.3s;
    transition: opacity 0.3s, -webkit-transform ease 0.3s;
    transition: transform ease 0.3s, opacity 0.3s;
    transition: transform ease 0.3s, opacity 0.3s, -webkit-transform ease 0.3s;
  }
  .details .subnav li a span:before {
    width: 20rem;
    height: 20rem;
  }
  .details .subnav li a span:after {
    width: 10rem;
    height: 10rem;
    top: 5rem;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .details .subnav li a:hover span:after {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .details .subnav li a:hover:before {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.medical {
  padding: 3rem 1rem;
  margin-top: 0rem !important;
  background: url("../img/medical_bg.png") no-repeat center center/contain var(--clr_sub12);
}
.medical .tit_02:before {
  width: 6rem;
  height: 6rem;
  background-image: url("../img/medical_h2_left.svg");
  left: -9rem;
  top: -1rem;
}
.medical .tit_02:after {
  width: 7rem;
  height: 4.5rem;
  background-image: url("../img/medical_h2_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -10rem;
  top: 0;
}
.medical p {
  margin: 0;
}
.medical .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.medical .wrap ul {
  width: 100%;
}
.medical .wrap ul li {
  margin-bottom: 1rem;
}
.medical .wrap ul li a {
  display: block;
  text-decoration: none;
  background-color: var(--white);
  border-radius: 1rem;
  border: 3px solid var(--clr_sub13);
  padding: 0.8rem 2rem;
  -webkit-box-shadow: 5px 5px 0 var(--clr_sub14);
          box-shadow: 5px 5px 0 var(--clr_sub14);
}
.medical .wrap ul li a:before {
  font-family: "fontello";
  content: "\e4a2";
  color: var(--clr_sub13);
  margin-right: 1.5rem;
}
.medical .wrap .left {
  order: 3;
}
.medical .wrap .right {
  order: 2;
}
.medical .wrap .center {
  order: 1;
  margin: 0 0 2rem;
}
.medical .wrap .center img {
  margin: auto;
}
.medical .wrap .center .tit {
  font-size: 1.6rem;
  color: var(--clr_sub15);
  text-align: center;
  margin: 2rem 0 1rem;
}
.medical .btn_detail {
  background-color: var(--clr_sub13);
  margin: 1rem 0;
}

@media screen and (min-width: 48em), print {
  .medical {
    padding: 10rem 0;
  }
  .medical .tit_02:before {
    width: 13.4rem;
    height: 13rem;
    left: -21rem;
    top: -5rem;
  }
  .medical .tit_02:after {
    width: 17rem;
    height: 10rem;
    right: -25rem;
    top: -2rem;
  }
  .medical .wrap {
    flex-direction: row;
  }
  .medical .wrap ul {
    width: auto;
  }
  .medical .wrap ul li {
    width: 36rem;
    margin-bottom: 0;
  }
  .medical .wrap ul li:not(:last-child) {
    margin-bottom: 3rem;
  }
  .medical .wrap ul li a {
    font-size: 2.4rem;
    border-radius: 20px 20px 0px 20px;
    padding: 1.7rem 2rem;
    -webkit-box-shadow: 5px 5px 0 var(--clr_sub14);
            box-shadow: 5px 5px 0 var(--clr_sub14);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .medical .wrap ul li a:before {
    margin-right: 1.5rem;
  }
  .medical .wrap ul li a:hover {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .medical .wrap .left {
    order: unset;
  }
  .medical .wrap .right {
    order: unset;
  }
  .medical .wrap .right li a {
    border-radius: 20px 20px 20px 0px;
  }
  .medical .wrap .center {
    order: unset;
    width: 36rem;
    margin: 0;
    font-size: 1.8rem;
  }
  .medical .wrap .center .tit {
    font-size: 3.2rem;
    margin: 4rem 0 3rem;
  }
  .medical .btn_detail {
    width: 38rem;
    font-size: 2.4rem;
    padding: 1.3rem 0;
    margin: 4rem 0 0;
  }
}
.calendar .gcal {
  height: 30rem;
  margin-bottom: 1rem;
}
.calendar .map .gmap {
  height: 20rem;
}
.calendar .map .gmap iframe {
  border-radius: 1rem;
}

@media screen and (min-width: 48em), print {
  .calendar .gcal {
    width: 47rem;
    height: 50rem;
    margin-bottom: 0;
    background-color: var(--white);
    padding: 1rem;
    border-radius: 1rem;
  }
  .calendar .map {
    width: 70rem;
  }
  .calendar .map .gmap {
    height: 100%;
  }
  .calendar .map .gmap iframe {
    border-radius: 3rem;
  }
}
.loopslider {
  margin: 2rem 0;
}
.loopslider .slick-slide {
  margin: 0 0.5rem;
}
.loopslider .slick-slide img {
  border-radius: 2rem;
}

@media screen and (min-width: 48em), print {
  .loopslider {
    margin: 6rem 0 1rem;
  }
  .loopslider .slick-slide {
    margin: 0 1rem;
  }
  .loopslider .slick-slide img {
    border-radius: 3rem;
  }
}
body:not(.index) .main {
  margin: 0 1rem 3rem;
}
body:not(.index) .tit_01::before {
  top: -2rem;
}
body:not(.index) .tit_02::before {
  display: none;
}
body:not(.index) .tit_02::after {
  content: "";
  display: block;
  width: 2rem;
  height: 0.4rem;
  background-image: url("../img/low_h2_dot.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  margin: 0.5rem auto 0;
  right: auto;
}
body:not(.index) .tit_03 {
  color: var(--clr_sub05);
  padding: 0 0 0 3rem;
  position: relative;
}
body:not(.index) .tit_03::before {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url("../img/low_h3_illst.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -0.4rem;
  left: 0;
}
body:not(.index) .tit_04 {
  padding: 0 0 0.5rem;
  border-bottom: 2px dotted var(--clr_main);
}
body:not(.index) .overview_low {
  background-color: var(--clr_sub01);
}
body:not(.index) .overview_low .gmap {
  height: 50rem;
}
body:not(.index) .box01 {
  padding: 1rem;
  background-color: var(--clr_sub01);
  border-radius: 2rem;
}
body:not(.index) .box02 {
  padding: 1rem;
  background-color: var(--clr_sub12);
  border-radius: 2rem;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    margin: 0 0 8rem;
    font-size: 1.8rem;
  }
  body:not(.index) .cf .img_l, body:not(.index) .cf .img_r {
    max-width: 40%;
    height: auto;
  }
  body:not(.index) #nav .gnav_subnav {
    padding: 0 0 0.5rem;
  }
  body:not(.index) .tit_01::before {
    top: 10rem;
    left: 2%;
  }
  body:not(.index) .tit_01:after {
    bottom: -10rem;
  }
  body:not(.index) .tit_02 {
    margin: 0 auto 3rem;
  }
  body:not(.index) .tit_02::after {
    width: 4rem;
    height: 0.8rem;
    margin: 1rem auto 0;
  }
  body:not(.index) .tit_03 {
    padding: 0 0 0 6rem;
  }
  body:not(.index) .tit_03::before {
    width: 5rem;
    height: 5rem;
    top: -0.8rem;
  }
  body:not(.index) .tit_04 {
    padding: 0 0 1rem;
    border-bottom: 3px dotted var(--clr_main);
  }
  body:not(.index) .overview_low {
    background-color: var(--clr_sub01);
  }
  body:not(.index) .overview_low .overview {
    padding: 6rem 0 2rem;
  }
  body:not(.index) .overview_low .gmap {
    height: 50rem;
  }
  body:not(.index) .box01, body:not(.index) .box02 {
    padding: 3rem;
    border-radius: 3rem;
  }
}

.breadcrumb {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  margin: 0 1rem 4rem;
}
.breadcrumb li:not(:last-child)::after {
  display: inline-block;
  content: ">";
  font-size: 70%;
  margin: 0 0.4rem;
}

@media screen and (min-width: 48em), print {
  .breadcrumb {
    font-size: 1.4rem;
    margin: 0 0 8rem;
  }
  .breadcrumb li:not(:last-child)::after {
    margin: 0 0.8rem;
  }
}
.gallery {
  width: 85%;
  margin: auto;
}
.gallery .gallery_slider {
  visibility: hidden;
}
.gallery .gallery_slider div .cap {
  margin: 0;
  text-align: center;
  color: var(--white);
  padding: 0.4rem;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: var(--clr_main);
}
.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_thum {
    width: calc(100% + 0.6rem);
  }
}
.flow li {
  margin: 0;
  padding: 2rem 1rem;
  border-radius: 2rem;
  border: 5px solid var(--clr_sub01);
  position: relative;
}
.flow li:not(:last-child) {
  margin: 0 0 6rem;
}
@media screen and (min-width: 48em), print {
  .flow li:not(:last-child) {
    margin: 0 0 10rem;
  }
}
.flow li:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 2rem solid var(--clr_main);
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem solid transparent;
  margin: auto;
}
.flow li .tit_03 {
  display: block;
  margin: 0 0 0.5rem;
}

@media screen and (min-width: 48em), print {
  .flow li {
    padding: 5rem;
    border-radius: 5rem;
    border: 5px solid var(--clr_sub01);
  }
  .flow li .tit_03 {
    margin: 0 0 3rem;
  }
}
.access .main .gmap {
  height: 30rem;
  margin: 2rem 0;
}
@media screen and (min-width: 48em), print {
  .access .main .tbl_time {
    font-size: 2rem;
  }
  .access .main .gmap {
    margin: 4rem 0 0;
    height: 50rem;
  }
}

@media screen and (min-width: 48em), print {
  .home_care .gallery .gallery_thum .slick-track {
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
            transform: translate3d(0px, 0px, 0px) !important;
  }
}