@charset "UTF-8";
.footer a {
  display: inline-block;
}

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

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

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

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.txt_c {
  text-align: center;
}

.txt_l {
  text-align: left;
}

.txt_r {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.larger {
  font-size: 150%;
}

.red {
  color: #f00 !important;
}

@media screen and (min-width: 48em), print {
  .pc-txt_c {
    text-align: center;
  }
}

.img_c {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1rem auto;
}

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

.tate {
  max-width: 60%;
}

.s_small {
  width: 60%;
  border-radius: 1rem;
  display: block;
  text-align: center;
  margin: 0 auto 1rem;
}

@media screen and (min-width: 48em), print {
  .img_l {
    float: left;
    margin: 0 3rem 3rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 3rem 3rem;
  }
  .tate {
    width: 20%;
  }
  .mini {
    width: 70%;
  }
  .small {
    max-width: 35rem;
  }
  .s_small {
    width: 35%;
    margin: 0;
  }
}
.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;
}

.pt30 {
  padding-top: 3rem !important;
}

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

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

.mg0 {
  margin: 0 !important;
}

.w50 {
  width: 50%;
}
@media screen and (min-width: 48em), print {
  .w50 {
    width: 30%;
  }
}

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

.-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 0.8em;
}
@media screen and (min-width: 48em), print {
  .-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@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;
  }
  .pt30 {
    padding-top: 6rem !important;
  }
  .main > section ~ section, .flex2 > section ~ section {
    margin-top: 7.3rem;
  }
  .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;
  table-layout: fixed;
  overflow: hidden;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  color: #fff;
  background: #FCACC4;
  font-weight: normal;
}
.tbl_time tr th[scope=col]:first-child {
  width: 28%;
}
.tbl_time tr th[scope=col]:last-child {
  letter-spacing: -0.1rem;
  padding: 0 1rem 0 0;
  white-space: nowrap;
}
.tbl_time tr th.time {
  white-space: nowrap;
  text-align: center;
  font-weight: normal;
  background: #fff;
  font-size: 1.2rem;
}
.tbl_time tr th.time span {
  font-size: 80%;
  display: block;
}
.tbl_time tr td {
  text-align: center;
  font-weight: normal;
  font-size: 1rem;
  padding: 0.8rem 0;
  line-height: 1;
  color: #F4B4D0;
  background: #fff;
}
.tbl_time tr td.cls {
  color: #674E4E;
}
.tbl_time tr td span {
  color: #ffd7d1;
}
.tbl_time tr:first-of-type th:first-of-type {
  border-radius: 0.6rem 0 0 0;
}
.tbl_time tr:first-of-type th:last-of-type {
  border-radius: 0 0.6rem 0 0;
}
.tbl_time tr:last-of-type th.time:first-of-type {
  border-radius: 0 0 0 0.6rem;
}
.tbl_time tr:last-of-type td:last-of-type {
  border-radius: 0 0 0.6rem;
}
.tbl_time tr:nth-of-type(2) th.time, .tbl_time tr:nth-of-type(3) th.time {
  border-bottom: 0.1rem #FCACC4 dotted;
}
.tbl_time tr:nth-of-type(2) td, .tbl_time tr:nth-of-type(3) td {
  border-bottom: 0.1rem #FCACC4 dotted;
}

p.notice {
  margin: 0.8rem 0 0 0;
  font-size: 1.2rem;
}
p.notice span {
  color: #ffd7d1;
}

@media screen and (min-width: 48em), print {
  .tbl_time tr th[scope=col] {
    padding: 0.89rem 0;
    font-size: 1.6rem;
  }
  .tbl_time tr th.time {
    font-size: 1.6rem;
  }
  .tbl_time tr td {
    font-size: 1.6rem;
    padding: 0.9rem 0;
  }
  p.notice {
    font-size: 1.6rem;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.tit_01 {
  background: url(../img/tit_01.png) no-repeat center top/contain;
  font-size: 2.2rem;
  text-align: center;
  padding: 2.5rem 1rem;
  margin: 0 1rem 3rem;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  text-shadow: 0 0 10px #674E4E, 0 0 10px #674E4E, 0 0 10px #674E4E, 0 0 10px #674E4E;
}

.tit_02 {
  text-align: center;
  color: #674E4E;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.2;
  font-size: 2.2rem;
  margin: 0 0 2rem;
  padding: 1rem 0 0 0;
  background: url("../img/bg_h2.png") no-repeat center center/contain;
}
.tit_02 span {
  display: block;
  color: #E278AB;
  font-size: 1.2rem;
}

.tit_03 {
  font-size: 1.8rem;
  margin: 0 0 2rem auto;
  background: #FFE8F3;
  border-top: 0.2rem #EF97C1 solid;
  border-radius: 0 0 0.6rem 0.6rem;
  position: relative;
  width: 99.8%;
  padding: 0 0 0 5.3rem;
}
.tit_03::before {
  content: "";
  position: absolute;
  left: -1rem;
  top: -0.8rem;
  background: url("../img/icon_h3.png") no-repeat center center/contain;
  width: 5.7rem;
  height: 3.5rem;
}

.tit_04 {
  font-size: 1.8rem;
  border-bottom: solid 0.3rem #EEEEEE;
  margin: 0 0 2rem;
  position: relative;
}
.tit_04::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 0.3rem #ACCE4D;
  bottom: -0.3rem;
  width: 4%;
}

.tit_05 {
  font-size: 1.6rem;
  font-weight: bold;
}
.tit_05::before {
  content: "";
  margin: 0 0.4rem 0 0;
  background: url("../img/icon_h5.png") no-repeat center center/contain;
  width: 1.8rem;
  height: 2.2rem;
  display: inline-block;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 3.6rem;
    padding: 11.8rem 1rem 0 1rem;
    margin: 0 auto;
    width: 1200px;
    height: 29rem;
  }
  .tit_02 {
    font-size: 3.4rem;
    margin: 0 0 3rem;
    padding: 4rem 0 2rem;
  }
  .tit_02 span {
    font-size: 1.8rem;
  }
  .tit_03 {
    font-size: 2.4rem;
    padding: 0 2rem 0 12rem;
  }
  .tit_03::before {
    width: 11.4rem;
    height: 7rem;
    top: -3rem;
  }
  .tit_04 {
    font-size: 2.2rem;
    padding: 0 2rem 0 0;
  }
  .tit_05 {
    font-size: 2rem;
    padding: 0 2rem 0 0;
  }
  .tit_05::before {
    margin: 0 0.8rem 0 0;
    vertical-align: -0.4rem;
  }
}
.lst_ul01 li, .lst_ul02 li {
  text-indent: -1.4rem;
  padding-left: 2rem;
  padding-bottom: 1rem;
  line-height: 1.4;
}
.lst_ul01 li:last-of-type, .lst_ul02 li:last-of-type {
  padding-bottom: 0;
}
.lst_ul01 li::before, .lst_ul02 li::before {
  content: "●";
  margin-right: 0.4rem;
  color: #EF97C1;
  vertical-align: 0.1rem;
  font-size: 70%;
}

.lst_ul02 {
  padding: 1.3rem 1.3rem 0 1.3rem;
}

.lst_ol01 {
  margin: 1rem 0 1rem 2.6rem;
}
.lst_ol01 li {
  line-height: 1.4;
  counter-increment: number 1;
  text-indent: -1rem;
  padding: 0 0 1rem 0;
}
.lst_ol01 li::before {
  display: inline-block;
  content: counter(number) ".";
  margin-right: 0.8rem;
  font-family: "Lato", sans-serif;
  color: #674E4E;
  font-weight: bold;
}

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

.lst_dl02 dt {
  background: #EAF4FB;
  padding: 0.2rem 0.8rem;
}
.lst_dl02 dd {
  margin: 0 0 2rem;
  padding: 0.8rem;
}

@media screen and (min-width: 48em), print {
  .lst_ul01 li, .lst_ul02 li {
    text-indent: -1.8rem;
    padding-left: 2rem;
  }
  .lst_ul01 li::before, .lst_ul02 li::before {
    vertical-align: 0.2rem;
  }
  .lst_ol01 {
    margin: 1rem 0 1rem 3rem;
  }
  .lst_ol01 li {
    text-indent: -1.2rem;
    padding: 0 0 1.4rem 0;
  }
  .lst_dl01 dt {
    float: left;
    width: 15rem;
    font-weight: bold;
    clear: left;
  }
  .lst_dl01 dd {
    padding-left: 15rem;
  }
  .lst_dl02 dt {
    padding: 0.4rem 1rem;
  }
  .lst_dl02 dd {
    padding: 1rem;
  }
}
.flex3 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex3 > li {
  width: 46%;
}

@media screen and (min-width: 48em), print {
  .flex2 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex2 > section, .flex2 > li {
    width: 48%;
    margin: 0 !important;
  }
  .flex3 li {
    width: 31%;
  }
}
.tel {
  line-height: 1;
  color: #E278AB;
  font-family: "Rubik", sans-serif;
}
.tel::before {
  font-family: fontello;
  content: "\e8fa";
  font-size: 75%;
  margin: 0;
}
.tel a {
  text-decoration: none !important;
}

.btn_rsv, .btn_link {
  display: block;
  background: #ACCE4D;
  color: #fff;
  text-align: center;
  border-radius: 3rem;
  padding: 0.4rem 0.6rem;
  font-weight: bold;
}
.btn_rsv::after, .btn_link::after {
  display: inline-block;
  font-family: "fontello";
  content: "\e8f0";
  font-size: 40%;
  margin: -0.1rem 0 0 0.4rem;
  font-weight: normal;
}
@media screen and (min-width: 48em), print {
  .btn_rsv, .btn_link {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
}

.btn_link {
  background: #ffa7cd;
}
.btn_link::after {
  vertical-align: 0.2rem;
}

.btn_detail {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.4rem 3rem;
  font-size: 1.4rem;
  border-radius: 3rem;
  background: #FFA7CD;
  color: #fff;
  text-decoration: none !important;
  font-family: "Zen Maru Gothic", sans-serif;
}
.btn_detail::after {
  font-family: "fontello";
  content: "\e8f0";
  margin: 0 0 0 0.6rem;
  font-size: 0.6rem;
}
@media screen and (min-width: 48em), print {
  .btn_detail {
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .btn_detail::after {
    margin: 0.3rem 0 0 0.8rem;
  }
}

.btn_txt {
  color: #f6b7d6;
  text-decoration: underline;
}
@media screen and (min-width: 48em), print {
  .btn_txt:hover {
    color: #ffc43a;
  }
}

.anc li {
  margin-bottom: 1rem;
}
.anc li a {
  background: #ffeff0;
  border-radius: 10px;
  color: #e5b7cb;
  display: block;
  text-decoration: none !important;
  text-align: center;
  padding: 1rem 0;
  margin: 0 auto;
}
.anc li a::before {
  font-family: "fontello";
  content: "\e8f1";
  line-height: 0.8;
  width: 90%;
}

@media screen and (min-width: 48em), print {
  .anc {
    display: -webkit-flex;
    display: flex;
    justify-content: left;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .anc li {
    width: 24%;
    margin: 0 1% 2rem 0;
  }
  .anc li a {
    width: 100%;
    padding: 1rem 0;
  }
}
.box_white {
  padding: 1rem;
  background: #fff;
  border-radius: 0.8rem;
}
@media screen and (min-width: 48em), print {
  .box_white {
    padding: 4rem;
  }
}

.box_blue, .box_pink, .box_yellow {
  padding: 1rem;
  background: #FFEFF0;
  border-radius: 1rem;
}
@media screen and (min-width: 48em), print {
  .box_blue, .box_pink, .box_yellow {
    padding: 2.4rem;
  }
}

.box_yellow {
  background: #FBF1CA;
}

.box_pink {
  background: #ffe8f3;
}

/*
 * Hover.css (https://ianlunn.co.uk/)
 * Version: 1.0
 * Author: Ian Lunn @IanLunn
 * Author URL: https://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Made available under a MIT License:
 * https://www.opensource.org/licenses/mit-license.php

 * Hover.css Copyright Ian Lunn 2014.
 */
/* Default styles for the demo buttons */
.button {
  margin: 0.4em;
  padding: 1em;
  cursor: pointer;
  background: #ececec;
  text-decoration: none;
  color: #666;
}

/* 2D TRANSITIONS */
/* Grow */
.grow {
  display: inline-block;
  transition-duration: 0.3s;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.grow:hover {
  transform: scale(1.1);
}

/* Shrink */
.shrink {
  display: inline-block;
  transition-duration: 0.3s;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.shrink:hover {
  transform: scale(0.9);
}

/* Pulse */
@keyframes pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.pulse {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.pulse:hover {
  animation-name: pulse;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

/* Pulse Grow */
@keyframes pulse-grow {
  to {
    transform: scale(1.1);
  }
}
.pulse-grow {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.pulse-grow:hover {
  animation-name: pulse-grow;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

/* Pulse Shrink */
@keyframes pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
.pulse-shrink {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.pulse-shrink:hover {
  animation-name: pulse-shrink;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

/* Push */
@keyframes push {
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.push {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.push:hover {
  animation-name: push;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

/* Pop */
@keyframes pop {
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.pop {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.pop:hover {
  animation-name: pop;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

/* Rotate */
.rotate {
  display: inline-block;
  transition-duration: 0.3s;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.rotate:hover {
  transform: rotate(4deg);
}

/* Grow Rotate */
.grow-rotate {
  display: inline-block;
  transition-duration: 0.3s;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.grow-rotate:hover {
  transform: scale(1.1) rotate(4deg);
}

/* Float */
.float {
  display: inline-block;
  transition-duration: 0.3s;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.float:hover {
  transform: translateY(-5px);
}

/* Sink */
.sink {
  display: inline-block;
  transition-duration: 0.3s;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.sink:hover {
  transform: translateY(5px);
}

/* Hover */
@keyframes hover {
  50% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(-6px);
  }
}
.hover {
  display: inline-block;
  transition-duration: 0.5s;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hover:hover {
  transform: translateY(-15px);
  animation-name: hover;
  animation-duration: 1.5s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

/* Hang */
@keyframes hang {
  50% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(6px);
  }
}
.hang {
  display: inline-block;
  transition-duration: 0.5s;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hang:hover {
  transform: translateY(6px);
  animation-name: hang;
  animation-duration: 1.5s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

/* Skew */
.skew {
  display: inline-block;
  transition-duration: 0.3s;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.skew:hover {
  transform: skew(-10deg);
}

/* Skew Forward */
.skew-forward {
  display: inline-block;
  transition-duration: 0.3s;
  transition-property: transform;
  transform-origin: 0 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.skew-forward:hover {
  transform: skew(-10deg);
}

/* Wobble Vertical */
@keyframes wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.wobble-vertical {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.wobble-vertical:hover {
  animation-name: wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

/* Wobble Horizontal */
@keyframes wobble-horizontal {
  16.65% {
    transform: translateX(8px);
  }
  33.3% {
    transform: translateX(-6px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}
.wobble-horizontal {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.wobble-horizontal:hover {
  animation-name: wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

/* Wobble Top */
@keyframes wobble-top {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  100% {
    transform: skew(0);
  }
}
.wobble-top {
  display: inline-block;
  transform-origin: 0 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.wobble-top:hover {
  animation-name: wobble-top;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

/* Wobble Bottom */
@keyframes wobble-bottom {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  100% {
    transform: skew(0);
  }
}
.wobble-bottom {
  display: inline-block;
  transform-origin: 100% 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.wobble-bottom:hover {
  animation-name: wobble-bottom;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

/* BORDER TRANSITIONS */
/* Border Fade */
.border-fade {
  display: inline-block;
  transition-duration: 0.3s;
  transition-property: box-shadow;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: inset 0 0 0 4px #ececec, 0 0 1px rgba(0, 0, 0, 0); /* Hack to improve aliasing on mobile/tablet devices */
}
.border-fade:hover {
  box-shadow: inset 0 0 0 4px #666, 0 0 1px rgba(0, 0, 0, 0); /* Hack to improve aliasing on mobile/tablet devices */
}

/* Hollow */
.hollow {
  display: inline-block;
  transition-duration: 0.3s;
  transition-property: background;
  transform: translateZ(0); /* Hack to improve performance on mobile/tablet devices */
  box-shadow: inset 0 0 0 4px #ececec, 0 0 1px rgba(0, 0, 0, 0); /* Hack to improve aliasing on mobile/tablet devices */
}
.hollow:hover {
  background: none;
}

/* Trim */
.trim {
  display: inline-block;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.trim:before {
  content: "";
  position: absolute;
  border: white solid 4px;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: opacity;
}
.trim:hover:before {
  opacity: 1;
}

/* Outline Outward */
.outline-outward {
  display: inline-block;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.outline-outward:before {
  content: "";
  position: absolute;
  border: #ececec solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition-duration: 0.3s;
  transition-property: top right bottom left;
}
.outline-outward:hover:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}

/* Outline Inward */
.outline-inward {
  display: inline-block;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.outline-inward:before {
  content: "";
  position: absolute;
  border: #ececec solid 4px;
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: top right bottom left;
}
.outline-inward:hover:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1;
}

/* Round Corners */
.round-corners {
  display: inline-block;
  transition-duration: 0.3s;
  transition-property: border-radius;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.round-corners:hover {
  border-radius: 1em;
}

/* SHADOW/GLOW TRANSITIONS */
/* Glow */
.glow {
  display: inline-block;
  transition-duration: 0.3s;
  transition-property: box-shadow;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.glow:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* Box Shadow Outset */
.box-shadow-outset {
  display: inline-block;
  transition-duration: 0.3s;
  transition-property: box-shadow;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.box-shadow-outset:hover {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

/* Box Shadow Inset */
.box-shadow-inset {
  display: inline-block;
  transition-duration: 0.3s;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0); /* Hack to improve aliasing on mobile/tablet devices */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
}
.box-shadow-inset:hover {
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0); /* Hack to improve aliasing on mobile/tablet devices */
}

/* Float Shadow */
.float-shadow {
  display: inline-block;
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%); /* W3C */
  transition-duration: 0.3s;
  transition-property: transform opacity;
}
.float-shadow:hover {
  transform: translateY(-5px); /* move the element up by 5px */
}
.float-shadow:hover:before {
  opacity: 1;
  transform: translateY(5px); /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/* Hover Shadow */
@keyframes hover {
  50% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(-6px);
  }
}
@keyframes hover-shadow {
  0% {
    transform: translateY(6px);
    opacity: 0.4;
  }
  50% {
    transform: translateY(3px);
    opacity: 1;
  }
  100% {
    transform: translateY(6px);
    opacity: 0.4;
  }
}
.hover-shadow {
  display: inline-block;
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hover-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%); /* W3C */
  transition-duration: 0.3s;
  transition-property: transform opacity;
}
.hover-shadow:hover {
  transform: translateY(-6px);
  animation-name: hover;
  animation-duration: 1.5s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.hover-shadow:hover:before {
  opacity: 0.4;
  transform: translateY(6px);
  animation-name: hover-shadow;
  animation-duration: 1.5s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

/* Shadow Radial */
.shadow-radial {
  display: inline-block;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.shadow-radial:before, .shadow-radial:after {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  height: 5px;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: opacity;
}
.shadow-radial:before {
  bottom: 100%;
  background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}
.shadow-radial:after {
  top: 100%;
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}
.shadow-radial:hover:before, .shadow-radial:hover:after {
  opacity: 1;
}

/* SPEECH BUBBLES */
/* Bubble Top */
.bubble-top {
  display: inline-block;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.bubble-top:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  border-style: solid;
  transition-duration: 0.3s;
  left: calc(50% - 10px);
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ececec transparent;
  transition-property: top;
}
.bubble-top:hover:before {
  top: -10px;
}

/* Bubble Right */
.bubble-right {
  display: inline-block;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.bubble-right:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  border-style: solid;
  transition-duration: 0.3s;
  transition-property: right;
  top: calc(50% - 10px);
  right: 0;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #ececec;
}
.bubble-right:hover:before {
  right: -10px;
}

/* Bubble Bottom */
.bubble-bottom {
  display: inline-block;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.bubble-bottom:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  border-style: solid;
  transition-duration: 0.3s;
  transition-property: bottom;
  left: calc(50% - 10px);
  bottom: 0;
  border-width: 10px 10px 0 10px;
  border-color: #ececec transparent transparent transparent;
}
.bubble-bottom:hover:before {
  bottom: -10px;
}

/* Bubble Left */
.bubble-left {
  display: inline-block;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.bubble-left:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  border-style: solid;
  transition-duration: 0.3s;
  transition-property: left;
  top: calc(50% - 10px);
  left: 0;
  border-width: 10px 10px 10px 0;
  border-color: transparent #ececec transparent transparent;
}
.bubble-left:hover:before {
  left: -10px;
}

/* Bubble Float Top */
.bubble-float-top {
  display: inline-block;
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.bubble-float-top:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  left: calc(50% - 10px);
  top: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ececec transparent;
  transition-duration: 0.3s;
  transition-property: top;
}
.bubble-float-top:hover {
  transform: translateY(5px) translateZ(0);
}
.bubble-float-top:hover:before {
  top: -10px;
}

/* Bubble Float Right */
.bubble-float-right {
  display: inline-block;
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.bubble-float-right:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  top: calc(50% - 10px);
  right: 0;
  content: "";
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #ececec;
  transition-duration: 0.3s;
  transition-property: right;
}
.bubble-float-right:hover {
  transform: translateX(-5px);
}
.bubble-float-right:hover:before {
  right: -10px;
}

/* Bubble Float Bottom */
.bubble-float-bottom {
  display: inline-block;
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.bubble-float-bottom:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  left: calc(50% - 10px);
  bottom: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ececec transparent transparent transparent;
  transition-duration: 0.3s;
  transition-property: bottom;
}
.bubble-float-bottom:hover {
  transform: translateY(-5px) translateZ(0);
}
.bubble-float-bottom:hover:before {
  bottom: -10px;
}

/* Bubble Float Left */
.bubble-float-left {
  display: inline-block;
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.bubble-float-left:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: calc(50% - 10px);
  left: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #ececec transparent transparent;
  transition-duration: 0.3s;
  transition-property: left;
}
.bubble-float-left:hover {
  transform: translateX(5px);
}
.bubble-float-left:hover:before {
  left: -10px;
}

/* CURLS */
/* Curl Top Left */
.curl-top-left {
  display: inline-block;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.curl-top-left:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: white; /* IE9 */
  background: linear-gradient(135deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr="#ffffff", endColorstr="#000000"); /*For IE7-8-9*/
  z-index: 1000;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  transition-duration: 0.3s;
  transition-property: width height;
}
.curl-top-left:hover:before {
  width: 25px;
  height: 25px;
}

/* Curl Top Right */
.curl-top-right {
  display: inline-block;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.curl-top-right:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  top: 0;
  right: 0;
  background: white; /* IE9 */
  background: linear-gradient(225deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
  transition-duration: 0.3s;
  transition-property: width height;
}
.curl-top-right:hover:before {
  width: 25px;
  height: 25px;
}

/* Curl Bottom Right */
.curl-bottom-right {
  display: inline-block;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.curl-bottom-right:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
  background: white; /* IE9 */
  background: linear-gradient(315deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  transition-duration: 0.3s;
  transition-property: width height;
}
.curl-bottom-right:hover:before {
  width: 25px;
  height: 25px;
}

/* Curl Bottom Left */
.curl-bottom-left {
  display: inline-block;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.curl-bottom-left:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  bottom: 0;
  left: 0;
  background: white; /* IE9 */
  background: linear-gradient(45deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
  transition-duration: 0.3s;
  transition-property: width height;
}
.curl-bottom-left:hover:before {
  width: 25px;
  height: 25px;
}

.link {
  display: block;
  width: 100%;
  text-align: center;
}

.link a {
  font-weight: bold;
}

html {
  font-size: 3.125vw;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

body {
  background: #fff;
  color: #674E4E;
}

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

aside {
  display: none;
}

.main {
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 0 0 6rem;
}
.main a:not([href=tel]) {
  text-decoration: underline;
}
.main a[class*=btn_] {
  text-decoration: none;
}

@media screen and (min-width: 48em), print {
  :target::before {
    /*
     content: "";
     display: block;
     height: 20.0rem;
     margin: -20.0rem 0 0;
    */
  }
  html {
    font-size: 62.5%;
  }
  body {
    min-width: calc(1200px + 40px);
  }
  a, button {
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1200px;
    margin: auto;
  }
  .wrapper {
    width: 100%;
    margin: 0;
    padding: 5.2rem 0 0 0;
  }
  .main {
    width: 1200px;
    font-size: 1.8rem;
    padding: 0 0 8rem;
    margin: 0 auto;
  }
}
@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.eot");
  src: url("fontello/font/fontello.eot#iefix") format("embedded-opentype"), url("fontello/font/fontello.woff2") format("woff2"), url("fontello/font/fontello.woff") format("woff"), url("fontello/font/fontello.ttf") format("truetype"), url("fontello/font/fontello.svg#fontello") format("svg");
}
@font-face {
  font-family: "fontello2";
  src: url("fontello2/font/fontello.eot");
  src: url("fontello2/font/fontello.eot#iefix") format("embedded-opentype"), url("fontello2/font/fontello.woff2") format("woff2"), url("fontello2/font/fontello.woff") format("woff"), url("fontello2/font/fontello.ttf") format("truetype"), url("fontello2/font/fontello.svg#fontello") format("svg");
}
.header {
  background: #FFF9F8 url("../img/bg_header.png") no-repeat center top/contain;
  padding: 0 0 7.5rem;
}
.header .sticky > div:nth-child(2) {
  z-index: 0 !important;
}
.header .sticky .wrap {
  margin: 0 1rem 1rem 1rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header .sticky .wrap .logo {
  order: 1;
  width: 12.5rem;
  height: 8.75rem;
  text-align: center;
}
.header .sticky .wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header .sticky .wrap .headL {
  order: 2;
  margin: 1rem 0 0 0;
}
.header .sticky .wrap .headL .tel_add .add {
  font-size: 1.3rem;
}
.header .sticky .wrap .headR {
  order: 3;
  margin: 1rem 0 0 0;
}
.header .sticky .wrap .headR .tel_add {
  text-align: center;
  margin: 0;
}
.header .sticky .wrap .headR .tel_add .acs {
  font-size: 1.4rem;
  margin: 1rem 0 0 0;
}
.header .sticky .wrap .headR .tel_add .acs .acsset {
  text-align: left;
  line-height: 1.4;
}
.header .sticky .wrap .headR .tel_add .acs .acsset span {
  font-weight: bold;
  color: #E278AB;
}
.header .sticky .wrap .headR .tel_add .acs .acsset li::before {
  content: "●";
  margin-right: 0.4rem;
  color: #B9CF6E;
  font-size: 60%;
}
.header .sticky .wrap .headR .tel_add .acs .park {
  color: #A8BE5D;
  font-weight: bold;
  margin: 1rem 0 0 0;
  border-top: 0.2rem #95A759 dotted;
  border-bottom: 0.2rem #95A759 dotted;
  padding: 0.8rem 0;
}
.header .sticky .wrap .headR .tel_add .call {
  display: block;
}
.header .sticky .wrap .headR .tel_add .call .tel {
  display: block;
  font-size: 2.8rem;
  white-space: nowrap;
  margin: 0 0 1rem;
}
.header .sticky .wrap .headR .tel_add .call .btn_rsv {
  padding: 0.8rem 0;
  font-size: 1.4rem;
}
.header .sticky .wrap .headR .tel_add .call .btn_rsv::after {
  vertical-align: 0.15rem;
}

@media screen and (min-width: 48em), print {
  .header {
    margin: 0;
    padding: 3rem 0 0 0;
  }
  .header .sticky .wrap {
    margin: 0 auto;
    padding: 0 1rem 3.2rem 1rem;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .header .sticky .wrap .logo {
    order: 2;
    width: 25.2rem;
    height: 15.8rem;
  }
  .header .sticky .wrap .headL, .header .sticky .wrap .headR {
    width: 42.3rem;
  }
  .header .sticky .wrap .headL {
    order: 1;
    margin: 0;
  }
  .header .sticky .wrap .headL .tel_add .add {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .header .sticky .wrap .headR {
    margin: 0;
  }
  .header .sticky .wrap .headR .tel_add {
    text-align: right;
    margin: 0;
  }
  .header .sticky .wrap .headR .tel_add .acs {
    font-size: 1.6rem;
    margin: 2.16rem 0 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .header .sticky .wrap .headR .tel_add .acs .acsset span {
    font-size: 1.8rem;
  }
  .header .sticky .wrap .headR .tel_add .acs .park {
    font-size: 1.6rem;
    width: 11.8rem;
    height: 4.25rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0;
    margin: 0;
  }
  .header .sticky .wrap .headR .tel_add .call {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .header .sticky .wrap .headR .tel_add .call .tel {
    margin: 0;
    font-size: 3.4rem;
    letter-spacing: 0.3rem;
  }
  .header .sticky .wrap .headR .tel_add .call .btn_rsv {
    font-size: 1.6rem;
    width: 11.8rem;
    height: 3.3rem;
    margin: 0;
    padding: 0;
  }
}
.tel_add .tel {
  font-size: 200%;
}

.slicknav_menu {
  position: absolute;
  top: 1rem;
  right: 0;
  font-size: 4.4rem;
  display: inline-block;
  background: none;
  padding: 0;
  z-index: 100;
}
.slicknav_menu .slicknav_btn {
  width: 5rem;
  height: 5.5rem;
  color: #4ebdcf;
  background: #fff;
  border: 1px solid #4ebdcf;
  text-shadow: none;
  border-radius: 0;
  text-align: center;
  line-height: 1;
  margin: 0 1rem;
  padding: 0.4rem 0 0 0;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::before {
  display: block;
  font-family: "fontello2";
  content: "\e800";
  line-height: 0.8;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::after {
  display: block;
  content: "MENU";
  font-size: 1.2rem;
}
.slicknav_menu .slicknav_btn.slicknav_open::before {
  display: block;
  font-family: "fontello2";
  content: "\e801";
  line-height: 0.8;
}
.slicknav_menu .slicknav_btn.slicknav_open::after {
  display: block;
  content: "CLOSE";
  font-size: 1.2rem;
}
.slicknav_menu .slicknav_nav {
  width: 100vw;
  background: #fff3c5;
  padding: 1.6rem;
  position: absolute;
  top: 6rem;
  right: 0;
  margin: auto;
}
.slicknav_menu .slicknav_nav .gnav {
  border-top: 1px solid #addef5;
  margin: 0;
}
.slicknav_menu .slicknav_nav .gnav li {
  border-bottom: 1px solid #addef5;
}
.slicknav_menu .slicknav_nav .gnav li a {
  display: block;
  color: #674E4E !important;
  padding: 1rem 0;
  font-size: 1.6rem;
  position: relative;
}
.slicknav_menu .slicknav_nav .gnav li a span {
  display: none;
}
.slicknav_menu .slicknav_nav .gnav li a span.treatment {
  display: block;
}
.slicknav_menu .slicknav_nav .gnav li a span.beauty {
  display: block;
}
.slicknav_menu .slicknav_nav .gnav li a.sub {
  background: none;
  border: none;
}
.slicknav_menu .slicknav_nav .gnav li a.sub::after {
  position: absolute;
  right: 1rem;
  top: 1.2rem;
  content: "▼";
  color: #4ebdcf;
}
.slicknav_menu .slicknav_nav .gnav li a:hover {
  color: inherit;
  background: none;
}
.slicknav_menu .slicknav_nav .gnav li.slicknav_parent a.slicknav_item {
  padding: 0;
}
.slicknav_menu .slicknav_nav .gnav li.slicknav_parent ul li:last-child {
  border: none;
}
.slicknav_menu .slicknav_nav .gnav li.slicknav_open > a.slicknav_item .sub::after {
  content: "▲";
}
.slicknav_menu .slicknav_nav .gnav li .subnav li, .slicknav_menu .slicknav_nav .gnav li .-subnav_beauty li {
  border: none;
}
.slicknav_menu .slicknav_nav .gnav li .subnav li a, .slicknav_menu .slicknav_nav .gnav li .-subnav_beauty li a {
  padding: 1rem;
  background: rgba(255, 255, 255, 0.8);
}
.slicknav_menu .slicknav_nav .gnav li .subnav li a span, .slicknav_menu .slicknav_nav .gnav li .-subnav_beauty li a span {
  display: block;
}
.slicknav_menu .slicknav_nav .gnav li .-subnav_beauty li {
  font-size: 1.6rem;
  color: #674E4E;
  background: none;
}
.slicknav_menu .slicknav_nav .gnav li .-subnav_beauty li.tit {
  margin-top: 0.8em;
  margin-bottom: 0.5em;
}
.slicknav_menu .slicknav_icon, .slicknav_menu .slicknav_icon-bar, .slicknav_menu .slicknav_arrow, .slicknav_menu .slicknav_row:after {
  display: none !important;
}

#nav {
  display: none;
}

@media screen and (min-width: 48em), print {
  .slicknav_menu {
    display: none;
  }
  #nav {
    display: block;
    width: 100%;
    height: 23.5rem;
    padding: 2.1rem 0 0 0;
    background: url("../img/gnav_bottom.png") no-repeat center bottom, linear-gradient(180deg, #FFF9F8 0%, #FFF9F8 40%, #FFF 40%, #FFF 100%);
  }
  #nav ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 118rem;
    margin: 0 auto;
  }
  #nav ul li {
    position: relative;
    height: 7.5rem;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 0.3rem #F9D9E8 dotted;
  }
  #nav ul li:last-of-type {
    border-right: 0.3rem #F9D9E8 dotted;
  }
  #nav ul li:hover .children-1 {
    display: block;
  }
  #nav ul li a {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #674E4E;
    width: 100%;
    height: 7.5rem;
  }
  #nav ul li a::before {
    display: block;
    content: url("../img/gnav_home.svg");
    margin: 0 0 0.4rem;
  }
  #nav ul li a.home::before {
    content: url("../img/gnav_home.svg");
  }
  #nav ul li a.doctor::before {
    content: url("../img/gnav_doctor.svg");
  }
  #nav ul li a.sub::before {
    content: url("../img/gnav_medical.svg");
  }
  #nav ul li a.-beauty::before {
    content: url("../img/gnav_beauty.svg");
  }
  #nav ul li a.clinic::before {
    content: url("../img/gnav_clinic.svg");
  }
  #nav ul li a.visitor::before {
    content: url("../img/gnav_visitor.svg");
  }
  #nav ul li a.access::before {
    content: url("../img/gnav_access.svg");
  }
  #nav ul .children-1 li, #nav ul .children-2 li {
    width: 65%;
    height: auto;
    border-left: 0;
    float: left;
    padding: 0 0.8rem 0 0;
  }
  #nav ul .children-1 li:last-of-type, #nav ul .children-2 li:last-of-type {
    border-right: 0;
    display: none;
  }
  #nav ul .children-1 li a, #nav ul .children-2 li a {
    height: auto;
    padding: 0.9rem 0 0.9rem 1.6rem;
    width: 100%;
    border-left: 0;
    margin: 0;
    text-align: left;
    white-space: nowrap;
  }
  #nav ul .children-1 li a br, #nav ul .children-2 li a br {
    display: none;
  }
  #nav ul .children-1 li a::before, #nav ul .children-2 li a::before {
    display: inline-block;
    color: #EF97C1;
    font-family: fontello;
    content: "\e8f0" !important;
    margin: 0 0.4rem 0 0;
    font-size: 0.6rem;
  }
  #nav ul .children-1 li:hover, #nav ul .children-2 li:hover {
    background: #FFD4E7;
    border-radius: 2rem;
  }
  #nav ul .children-1 li:nth-child(odd), #nav ul .children-2 li:nth-child(odd) {
    width: 35%;
  }
  #nav ul .children-1 {
    display: none;
    position: absolute;
    background: #FFE8F3;
    border-radius: 1rem;
    z-index: 999;
    top: 7.5rem;
    left: -10rem;
    margin: auto;
    width: 49rem;
    padding: 1.6rem 0.8rem;
    box-shadow: 0.2rem 0.2rem 0.4rem #ccc;
  }
  #nav ul .children-1 li .children-2 {
    display: none;
    position: absolute;
    top: 0px;
    left: 110px;
    width: 100%;
  }
  #nav ul .children-1 li:hover .children-2 {
    display: block;
    background: #E6E4D7;
  }
  #nav ul .children-2 a {
    width: 100%;
  }
  #nav ul .-subnav_beauty li {
    width: initial;
    float: initial;
    padding: 0.3em 1em;
  }
  #nav ul .-subnav_beauty li:last-of-type {
    display: block;
  }
  #nav ul .-subnav_beauty li:nth-child(odd) {
    width: fit-content;
  }
  #nav ul .-subnav_beauty .tit {
    padding-left: 0.5em;
    font-size: 1.6rem;
    display: inline-block;
  }
  #nav ul .-subnav_beauty .tit .tit:not(:last-child) {
    margin-bottom: 2em;
  }
  #nav ul .-subnav_beauty .tit:hover {
    background: none;
  }
  #nav ul .-subnav_beauty ul {
    display: flex !important;
    flex-wrap: wrap;
    margin: initial;
    width: fit-content;
    display: inline-block;
    padding: 0.5em 0 0;
  }
  #nav ul .-subnav_beauty ul:not(:last-child) {
    margin-bottom: 1.8em;
  }
  #nav ul .-subnav_beauty ul li {
    width: 100% !important;
  }
  #nav ul .-subnav_beauty ul li.pointer-events {
    pointer-events: none;
  }
  #nav ul .-subnav_beauty ul li.pointer-events:hover {
    background: none;
  }
  #nav ul .-subnav_beauty ul li.pointer-events a {
    pointer-events: none;
  }
  #nav ul .-subnav_beauty ul li a {
    padding: initial;
  }
  #nav ul .-subnav_beauty ul li::before {
    display: inline-block;
    content: none !important;
  }
  .index #nav .home,
  .treatment #nav .sub,
  .clinic #nav .clinic,
  .doctor #nav .doctor,
  .visitor #nav .visitor,
  .access #nav .access {
    color: #EF97C1;
  }
}
.overview {
  padding: 4rem 1rem 2rem 1rem;
  margin: 0;
  width: 100%;
  background: url("../img/bg_overview.jpg") no-repeat center top/cover;
}
.overview .clinic_name {
  width: 55%;
  display: block;
  margin: -2.6rem auto 0;
}
.overview > .wrap {
  box-sizing: border-box;
  padding: 0;
  margin: 2rem auto 0;
}
.overview > .wrap .overviewL {
  padding: 0 1rem;
}
.overview > .wrap .overviewL .box_white {
  border-radius: 1rem;
  padding: 1.8rem 1rem;
}
.overview > .wrap .overviewL .box_white .add {
  background: #FFE8F3;
  padding: 0;
  border-radius: 1rem;
  line-height: 1.4;
  text-align: center;
  padding: 0.6rem;
  font-size: 1.1rem;
}
.overview > .wrap .overviewL .box_white .ent {
  font-size: 1.2rem;
  text-align: left;
  margin: 1rem 0 0 0;
}
.overview > .wrap .overviewL .box_white .tel_rsv .tel {
  font-size: 2.8rem;
  margin: 1rem;
  letter-spacing: 0.2rem;
  text-align: center;
}
.overview > .wrap .overviewL .box_white .tel_rsv .btn_rsv {
  font-size: 1.4rem;
  padding: 0.6rem 0;
}
.overview > .wrap .overviewL .box_white .tel_rsv .btn_rsv::after {
  vertical-align: 0.1rem;
}
.overview > .wrap .overviewL .box_white .gaiyo {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 1rem 0 0 0;
  line-height: 1.5;
}
.overview > .wrap .overviewL .box_white .gaiyo dt {
  width: 25%;
  font-size: 1.4rem;
  color: #674E4E;
  font-weight: bold;
  text-align: left;
  margin: 0 0 1rem;
}
.overview > .wrap .overviewL .box_white .gaiyo dd {
  width: 70%;
  font-size: 1.4rem;
  margin: 0 0 1rem 0.8rem;
}
.overview > .wrap .overviewL .box_white .gaiyo dd .lst_ul01 li::before {
  color: #B9CF6E;
}
.overview > .wrap .overviewL .box_white .gaiyo dd .lst_ul01 li span {
  font-weight: bold;
  color: #E278AB;
}
.overview > .wrap .overviewL .box_white .gaiyo dd .lst_ul01 li span.trainbus {
  color: #674E4E;
}
.overview > .wrap .overviewL .box_white .gaiyo dd.dname {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.overview > .wrap .overviewL .box_white .gaiyo dd.dname img {
  width: 37%;
}
.overview > .wrap .overviewL .box_white .gaiyo dt:last-of-type, .overview > .wrap .overviewL .box_white .gaiyo dd:last-of-type {
  margin: 0;
}
.overview > .wrap .overviewL .tbl_wrapper {
  width: 100%;
  margin: 1.6rem 0 0 0;
}
.overview > .wrap .overviewR {
  margin: 2rem 0 0 0;
  padding: 0;
  text-align: center;
}
.overview > .wrap .overviewR iframe {
  border: 0;
  border-radius: 1rem;
  width: 100%;
  height: 25rem;
}
.overview > .wrap .overviewR .btn_detail {
  font-size: 1.4rem;
}
.overview > .wrap .overviewR .btn_detail::after {
  vertical-align: 0.1rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    margin: 16rem 0 0 0;
    padding: 0 0 6rem;
  }
  .overview .clinic_name {
    width: 29.5rem;
    margin: -9rem auto 0;
  }
  .overview > .wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 1rem;
    margin: 3.5rem auto 0;
  }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR {
    width: 50%;
  }
  .overview > .wrap .overviewL {
    padding: 0 1.7rem 0 5.3rem;
    margin: 0 auto 0 0;
  }
  .overview > .wrap .overviewL .box_white {
    border-radius: 1.4rem;
    padding: 2rem 1.8rem;
  }
  .overview > .wrap .overviewL .box_white .add {
    font-size: 1.6rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 6.3rem;
    padding: 0;
    border-radius: 1.4rem;
  }
  .overview > .wrap .overviewL .box_white .ent {
    font-size: 1.4rem;
    margin: 1.84rem 0;
    text-align: center;
  }
  .overview > .wrap .overviewL .box_white .tel_rsv {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .overview > .wrap .overviewL .box_white .tel_rsv .tel {
    font-size: 3.4rem;
    margin: 0;
    letter-spacing: 0.2rem;
  }
  .overview > .wrap .overviewL .box_white .tel_rsv .btn_rsv {
    width: 11.7rem;
    height: 3.7rem;
    font-size: 1.6rem;
    margin: 0 0 0 2rem;
    padding: 0;
  }
  .overview > .wrap .overviewL .box_white .gaiyo {
    margin: 2rem 0 0 0;
    width: 100%;
  }
  .overview > .wrap .overviewL .box_white .gaiyo dt {
    width: 9.2rem;
    font-size: 1.6rem;
    margin: 0 0 1.5rem;
    padding: 0 0 0 0.9rem;
  }
  .overview > .wrap .overviewL .box_white .gaiyo dd {
    width: 39.2rem;
    font-size: 1.6rem;
    margin: 0 0 1.5rem;
    padding: 0;
  }
  .overview > .wrap .overviewL .box_white .gaiyo dd .lst_ul01 li span {
    font-size: 2rem;
  }
  .overview > .wrap .overviewL .box_white .gaiyo dd .lst_ul01 li span.trainbus {
    font-size: 1.6rem;
  }
  .overview > .wrap .overviewL .box_white .gaiyo dd.dname img {
    width: 21%;
  }
  .overview > .wrap .overviewL .tbl_wrapper {
    margin: 3.5rem 0 0 0;
  }
  .overview > .wrap .overviewR {
    margin: 0;
    padding: 0 5.3rem 0 1.7rem;
  }
  .overview > .wrap .overviewR iframe {
    width: 100%;
    height: 49rem;
    margin: 0 auto 0 0;
    border-radius: 1.6rem;
  }
  .overview > .wrap .overviewR .btn_detail {
    margin: 1.28rem auto 0;
    font-size: 1.6rem;
    padding: 0;
    width: 20rem;
    height: 4.146rem;
  }
}
.tel_up {
  width: 100%;
  background: #fff;
  padding: 0.2rem 1rem;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 1.4rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.tel_up .tel {
  display: block;
  text-align: center;
  width: 46%;
  font-size: 1.8rem;
  line-height: 1;
  padding: 0;
  white-space: nowrap;
}
.tel_up .btn_rsv {
  padding: 0.6rem 1rem;
}
.tel_up .btn_rsv::after {
  vertical-align: 0.2rem;
}
.tel_up .pageup a {
  display: block;
  width: 4.55rem;
  height: 4.15rem;
  padding: 0;
}
.tel_up .pageup a span {
  display: none;
}
.tel_up .pageup a::after {
  content: "";
  display: block;
  background: url("../img/btn_logo.png") no-repeat center center/contain;
  width: 4.55rem;
  height: 4.15rem;
  margin: 0;
}

@media screen and (min-width: 48em), print {
  .tel_up {
    display: block;
    width: 8rem;
    bottom: 4rem;
    right: 2rem;
    left: auto;
    cursor: pointer;
    background: none;
    padding: 0;
  }
  .tel_up .tel, .tel_up .btn_rsv {
    display: none;
  }
  .tel_up .pageup a {
    width: 9.1rem;
    height: 8.3rem;
  }
  .tel_up .pageup a::after {
    width: 9.1rem;
    height: 8.3rem;
  }
}
.footer {
  text-align: center;
  padding: 0;
}
.footer .copy {
  color: #fff;
  display: block;
  padding: 1rem 1rem 5.4rem;
  font-size: 1.4rem;
  background: #FCACC4;
}
.footer .footer_wrapper {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    background: #fff;
  }
  .footer .footer_wrapper {
    width: 100rem;
    margin: 0 auto;
    padding: 2.54rem 0 3.6rem;
    display: block;
  }
  .footer .footer_wrapper ul.glo, .footer .footer_wrapper ul.-sub_beauty, .footer .footer_wrapper ul.sub {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer .footer_wrapper ul.glo li, .footer .footer_wrapper ul.-sub_beauty li, .footer .footer_wrapper ul.sub li {
    display: inline-block;
    -webkit-text-size-adjust: none;
    border-left: 0.1rem #674E4E solid;
    padding: 0 1rem;
    margin: 0;
  }
  .footer .footer_wrapper ul.glo li a, .footer .footer_wrapper ul.-sub_beauty li a, .footer .footer_wrapper ul.sub li a {
    font-size: 1.6rem;
    color: #674E4E;
    opacity: 1;
  }
  .footer .footer_wrapper ul.glo li a:hover, .footer .footer_wrapper ul.-sub_beauty li a:hover, .footer .footer_wrapper ul.sub li a:hover {
    text-decoration: underline;
  }
  .footer .footer_wrapper ul.glo li .subnav, .footer .footer_wrapper ul.-sub_beauty li .subnav, .footer .footer_wrapper ul.sub li .subnav, .footer .footer_wrapper ul.glo .slicknav_menu .slicknav_nav .gnav li .-subnav_beauty, .footer .footer_wrapper ul.-sub_beauty .slicknav_menu .slicknav_nav .gnav li .-subnav_beauty, .footer .footer_wrapper ul.sub .slicknav_menu .slicknav_nav .gnav li .-subnav_beauty, .slicknav_menu .slicknav_nav .gnav .footer .footer_wrapper ul.glo li .-subnav_beauty, .slicknav_menu .slicknav_nav .gnav .footer .footer_wrapper ul.-sub_beauty li .-subnav_beauty, .slicknav_menu .slicknav_nav .gnav .footer .footer_wrapper ul.sub li .-subnav_beauty {
    display: none;
  }
  .footer .footer_wrapper ul.glo li:first-of-type, .footer .footer_wrapper ul.-sub_beauty li:first-of-type, .footer .footer_wrapper ul.sub li:first-of-type, .footer .footer_wrapper ul.glo li:nth-of-type(11), .footer .footer_wrapper ul.-sub_beauty li:nth-of-type(11), .footer .footer_wrapper ul.sub li:nth-of-type(11) {
    border-left: 0;
  }
  .footer .footer_wrapper ul.glo li:nth-of-type(3), .footer .footer_wrapper ul.-sub_beauty li:nth-of-type(3), .footer .footer_wrapper ul.sub li:nth-of-type(3) {
    display: none;
  }
  .footer .footer_wrapper ul.sub {
    margin: 0;
  }
  .footer .footer_wrapper ul.sub li {
    margin: 2rem 0 0;
  }
  .footer .footer_wrapper ul.sub li a br {
    display: none;
  }
  .footer .footer_wrapper ul.sub li:nth-of-type(3) {
    display: block;
  }
  .footer .footer_wrapper ul.sub li:last-of-type {
    display: none;
  }
  .footer .footer_wrapper ul.-sub_beauty .tit {
    display: none;
  }
  .footer .footer_wrapper ul.-sub_beauty .pointer-events a {
    pointer-events: none;
  }
  .footer .footer_wrapper ul.-sub_beauty ul {
    display: flex;
    align-items: center;
  }
  .footer .copy {
    margin: 0 auto;
    padding: 2.6rem 0;
    font-size: 1.6rem;
  }
}
body.index .main {
  padding: 2rem 0;
}
@media screen and (min-width: 48em), print {
  body.index .main {
    padding: 0;
  }
}

#keyvsl {
  margin: 1rem 0 0 0;
  padding: 16rem 2rem 0;
  max-width: 100%;
  background: url(../img/index_keyvsl01.png) no-repeat center top/95%;
  height: 20rem;
}
#keyvsl .catch {
  position: relative;
  margin: 5rem 0 0 0;
}
#keyvsl .catch p {
  text-align: center;
  padding: 0;
  color: #E278AB;
  font-size: 1.2rem;
  line-height: 1.4;
  font-family: "Zen Maru Gothic", sans-serif;
  margin: 0;
}
#keyvsl .catch .open_event {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: absolute;
  width: 20.2rem;
  bottom: 4.5rem;
  right: 0;
}
#keyvsl .catch .open_event li.event, #keyvsl .catch .open_event li.open {
  color: #fff;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  padding: 13% 0 0 0;
  line-height: 1.4;
}
#keyvsl .catch .open_event li.event {
  display: none;
  background: url("../img/bg_event.png") no-repeat center center/contain;
  left: 0;
  z-index: 1;
  width: 12rem;
  height: 12rem;
  font-size: 1.2rem;
}
#keyvsl .catch .open_event li.open {
  display: block;
  background: url("../img/bg_open.png") no-repeat center center/contain;
  right: 0;
  width: 11rem;
  height: 11rem;
  font-size: 1.4rem;
}

@media screen and (min-width: 48em), print {
  #keyvsl {
    background: url(../img/index_keyvsl01.png) no-repeat center bottom/auto;
    margin: 0;
    padding: 0;
    height: 60rem;
    position: relative;
  }
  #keyvsl .catch {
    width: 118rem;
    height: 100%;
    margin: 0 auto;
  }
  #keyvsl .catch p {
    text-align: left;
    padding: 4.1rem 0 0 4.6rem;
    color: #fffbfa;
    font-size: 2.2rem;
    line-height: 2;
    letter-spacing: 0.3rem;
    text-shadow: 1px 3px 5px #999, -2px -2px 10px #999, 8px 7px 10px #999, -6px -4px 15px #999, 0 2px 4px #999;
  }
  #keyvsl .catch .open_event {
    width: 27.8rem;
    bottom: 2.7rem;
    right: 3.5rem;
  }
  #keyvsl .catch .open_event li.event, #keyvsl .catch .open_event li.open {
    line-height: 1.4;
    padding: 10% 0 0 0;
  }
  #keyvsl .catch .open_event li.event .fs14, #keyvsl .catch .open_event li.open .fs14 {
    font-size: 1.4rem;
  }
  #keyvsl .catch .open_event li.event .fs16, #keyvsl .catch .open_event li.open .fs16 {
    font-size: 1.6rem;
  }
  #keyvsl .catch .open_event li.event .fs24, #keyvsl .catch .open_event li.open .fs24 {
    font-size: 2.4rem;
  }
  #keyvsl .catch .open_event li.event {
    width: 15.9rem;
    height: 15.9rem;
    font-size: 1.8rem;
  }
  #keyvsl .catch .open_event li.open {
    width: 17rem;
    height: 17rem;
    font-size: 2rem;
  }
}
.bnr_lst {
  text-align: center;
  margin: 0 auto;
  width: 95%;
}
@media screen and (min-width: 48em), print {
  .bnr_lst {
    margin-top: -15rem;
  }
}
.info {
  margin: 0 1rem;
  padding: 3rem 0 0 0;
  background: url("../img/bg_info.png") no-repeat center top 5rem/contain;
}
.info dl {
  margin: 0 auto;
  line-height: 1.4;
  padding: 0 1rem 1rem 1rem;
}
.info dl dt, .info dl dd {
  word-break: break-all;
}
.info dl dt {
  font-size: 1.5rem;
  margin: 0 0 1rem;
  color: #E278AB;
  font-family: "Zen Maru Gothic", sans-serif;
}
.info dl dt:not(.close) {
  padding: 0 0 1rem;
  border-bottom: 0.1rem #674E4E dotted;
}
.info dl dt:not(.close)::before {
  font-family: fontello;
  content: "\e8f1";
  font-size: 1.4rem;
  vertical-align: 0.1rem;
}
.info dl dt.close::before {
  font-family: fontello;
  content: "\e8f2";
  font-size: 1.4rem;
  vertical-align: 0.1rem;
}
.info dl dd {
  font-size: 1.4rem;
  padding: 0 0 2rem;
  margin: 0 0 1.6rem;
  border-bottom: 0.1rem #674E4E dotted;
  color: #674E4E;
}
.info dl dd .link_text {
  display: block;
}
.info dl dd:not(:nth-of-type(-n+3)) {
  display: none;
}

@media screen and (min-width: 48em), print {
  .info {
    width: 100%;
    margin: 3rem auto 6rem;
    padding: 3rem 1rem 0;
    background: url("../img/bg_info.png") no-repeat center top 2rem;
  }
  .info dl {
    width: 79rem;
    min-height: 20rem;
    margin: 0 auto;
    height: auto;
    padding: 0;
  }
  .info dl dt {
    font-size: 2rem;
  }
  .info dl dd {
    font-size: 1.6rem;
  }
}
.bnr_recruit {
  border: 0.3rem dashed #EF97C1;
  border-radius: 1rem;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  width: 80%;
  padding: 3rem 1rem;
  margin: 0 auto 6rem;
}
.bnr_recruit p {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
}
.bnr_recruit p.tit {
  margin: 0 0 1rem;
}
.bnr_recruit p.tit span {
  background: linear-gradient(transparent 70%, #FFE8F3 70%);
  font-size: 2rem;
  color: #E278AB;
}
.bnr_recruit p.txt {
  font-size: 1.4rem;
}

@media screen and (min-width: 48em), print {
  .bnr_recruit {
    width: 68rem;
    height: 13.7rem;
    margin: 0 auto 6rem;
    padding: 0;
  }
  .bnr_recruit p.tit {
    font-size: 2.6rem;
  }
  .bnr_recruit p.txt {
    font-size: 2.2rem;
  }
}
.greeting {
  margin: 1rem 0 0 0;
  padding: 7rem 1rem 3rem 1rem;
  background: #FFF9F8 url("../img/bg_greeting.jpg") no-repeat center top/contain;
  position: relative;
}
.greeting .tit_02 {
  position: absolute;
  top: -1.8rem;
  left: 0;
  right: 0;
  margin: auto;
}
.greeting .greeting_wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.greeting .greeting_wrapper figure {
  margin: 0 0 2rem;
}
.greeting .greeting_wrapper figure img {
  border-radius: 3rem;
}
.greeting .greeting_wrapper .txt p {
  margin: 0 0 1.6rem;
  font-size: 1.4rem;
  line-height: 1.6;
}
.greeting .greeting_wrapper .txt .docbox {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.greeting .greeting_wrapper .txt .docbox p.doctor_name {
  display: flex !important;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-family: "Zen Maru Gothic", sans-serif;
}
.greeting .greeting_wrapper .txt .docbox p.doctor_name span {
  font-size: 1.8rem;
}
.greeting .greeting_wrapper .txt .docbox p.doctor_name img {
  width: 27%;
}
.greeting .greeting_wrapper .txt .docbox .btn_detail {
  margin: 0;
}
.greeting .greeting_wrapper .txt .docbox .btn_detail::after {
  vertical-align: 0.2rem;
}
.greeting .greeting_wrapper .txt .docbox .fig {
  margin: 0 0 0 2rem;
  background: url("../img/sakura.png") no-repeat right top;
  width: 8.8rem;
  height: 6.6rem;
  position: relative;
}
.greeting .greeting_wrapper .txt .docbox .fig img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 64%;
}

@media screen and (min-width: 48em), print {
  .greeting {
    margin: 0;
    padding: 7rem 0;
  }
  .greeting .tit_02 {
    top: -1.2rem;
  }
  .greeting .greeting_wrapper {
    width: 1200px;
    margin: 10rem auto 0;
    padding: 0 1rem;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .greeting .greeting_wrapper figure {
    margin: 0;
  }
  .greeting .greeting_wrapper figure img {
    width: 31.7rem;
  }
  .greeting .greeting_wrapper .txt {
    width: 81.9rem;
  }
  .greeting .greeting_wrapper .txt p {
    font-size: 1.8rem;
    letter-spacing: 0.16rem;
    line-height: 2;
    margin: 0 0 5rem;
  }
  .greeting .greeting_wrapper .txt .docbox {
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .greeting .greeting_wrapper .txt .docbox p.doctor_name {
    font-size: 2.2rem;
    margin: 0;
  }
  .greeting .greeting_wrapper .txt .docbox p.doctor_name span {
    font-size: 2.6rem;
  }
  .greeting .greeting_wrapper .txt .docbox .btn_detail {
    width: 21.2rem;
    height: 5rem;
    font-size: 1.8rem;
    margin: 0 0 0 2.8rem;
  }
  .greeting .greeting_wrapper .txt .docbox .fig {
    width: 13.2rem;
    height: 10rem;
    margin: 0 0 0 2.6rem;
  }
  .greeting .greeting_wrapper .txt .docbox .fig img {
    width: auto;
  }
}
.med {
  margin: 0;
  padding: 3rem 1rem;
  background: url("../img/bg_med.jpg") no-repeat top center/cover;
}
.med .subnav, .med .subnav2 {
  width: 100%;
  margin: 2rem auto 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.med .subnav li, .med .subnav2 li {
  margin: 0 0 5.3rem;
}
.med .subnav li a, .med .subnav2 li a {
  display: block;
  background: #FFE8F3;
  border-radius: 50%;
  text-align: center;
  width: 14.5rem;
  height: 14.5rem;
  padding: 2.2rem 0 0 0;
  font-size: 1.4rem;
  font-family: "Zen Maru Gothic", sans-serif;
}
.med .subnav li a span::before, .med .subnav2 li a span::before {
  font-family: fontello;
  content: "\e8f0";
  font-size: 0.8rem;
  margin: 0 0.6rem 0 0;
  color: #EF97C1;
  vertical-align: 0.2rem;
}
.med .subnav li a::before, .med .subnav2 li a::before {
  display: block;
  margin: 0 auto;
  content: "";
  margin: 0 auto 3rem;
  width: 10rem;
  height: 10rem;
}
.med .subnav li a.internal::before, .med .subnav2 li a.internal::before {
  background: url("../img/i-internal_medicine.svg") no-repeat center center/contain;
}
.med .subnav li a.lifestyle-related::before, .med .subnav2 li a.lifestyle-related::before {
  background: url("../img/i-lifestyle_disease.svg") no-repeat center center/contain;
}
.med .subnav li a.osteoporosis::before, .med .subnav2 li a.osteoporosis::before {
  background: url("../img/i-osteoporosis.svg") no-repeat center center/contain;
}
.med .subnav li a.antismoking::before, .med .subnav2 li a.antismoking::before {
  background: url("../img/i-non-smoking.svg") no-repeat center center/contain;
}
.med .subnav li a.allergy::before, .med .subnav2 li a.allergy::before {
  background: url("../img/i-hay_fever.svg") no-repeat center center/contain;
}
.med .subnav li a.hematology::before, .med .subnav2 li a.hematology::before {
  background: url("../img/i-hematology.svg") no-repeat center center/contain;
}
.med .subnav li a.fever_outpatient::before, .med .subnav2 li a.fever_outpatient::before {
  background: url("../img/i-fever.svg") no-repeat center center/contain;
}
.med .subnav li a.woman::before, .med .subnav2 li a.woman::before {
  background: url("../img/i-woman.svg") no-repeat center center/contain;
}
.med .subnav li a.sas::before, .med .subnav2 li a.sas::before {
  background: url("../img/i-sas.svg") no-repeat center center/contain;
}
.med .subnav li a.skin_disease::before, .med .subnav2 li a.skin_disease::before {
  background: url("../img/i-skin_disease.svg") no-repeat center center/contain;
}
.med .subnav li a.checkup::before, .med .subnav2 li a.checkup::before {
  background: url("../img/i-medical_checkup.svg") no-repeat center center/contain;
}
.med .subnav li a.vaccination::before, .med .subnav2 li a.vaccination::before {
  background: url("../img/i-vaccination.svg") no-repeat center center/contain;
}
.med .subnav li a.covid::before, .med .subnav2 li a.covid::before {
  background: url("../img/i-corona.svg") no-repeat center center/contain;
}
.med .subnav li a.private::before, .med .subnav2 li a.private::before {
  background: url("../img/i-private_practice.svg") no-repeat center center/contain;
}
.med .subnav li a.beauty::before, .med .subnav2 li a.beauty::before {
  background: url("../img/i-beauty_treatment.svg") no-repeat center center/contain;
}
.med .subnav li a.homecare::before, .med .subnav2 li a.homecare::before {
  background: url("../img/i-homecare.svg") no-repeat center center/contain;
}
.med .subnav li:nth-of-type(even) a, .med .subnav2 li:nth-of-type(even) a {
  background: #FFF3C5;
}
.med .subnav li:last-of-type, .med .subnav2 li:last-of-type {
  display: none;
}
.med .subnav2 {
  display: none;
}

@media screen and (min-width: 48em), print {
  .med {
    margin: 0;
    padding: 4rem 0 10rem;
    width: 100%;
    background: url("../img/bg_med.jpg") no-repeat top -5rem center;
    /*
    .subnav2 {
    	margin: 0 auto;
    	display: flex !important;
    	li {
    		&:nth-last-of-type(-n+6) {
    			display: block;
    		}
    		&:nth-of-type(-n+5) {
            display: none;
          }
    		&:last-of-type {
    			display: none;
    		}
    	}
    }
    */
  }
  .med .subnav, .med .subnav2 {
    width: 1200px;
    padding: 0 1rem;
    margin: 5.45rem auto 6.4rem;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .med .subnav li, .med .subnav2 li {
    margin: 0 0 8rem;
    width: 20%;
  }
  .med .subnav li a, .med .subnav2 li a {
    width: 18rem;
    height: 18rem;
    padding: 2.6rem 0 0 0;
    font-size: 2rem;
    margin: 0 auto;
  }
  .med .subnav li a::before, .med .subnav2 li a::before {
    margin: 0 auto 3.4rem;
    width: 13rem;
    height: 13rem;
  }
}
.tre {
  margin: 1rem 0 0 0;
  padding: 0 1rem;
  background: url("../img/bg_tre.png") no-repeat center top/contain, linear-gradient(180deg, #fff 0%, #fff 5%, #FFFBF9 5%, #FFFBF9 60%, #FFFDFC 60%, #fff 100%);
}
.tre .tre_wrapper li {
  margin: 0 0 3rem;
}
.tre .tre_wrapper li img.img_tre {
  border-radius: 2rem;
}
.tre .tre_wrapper li .piyo, .tre .tre_wrapper li .piyopiyo {
  position: relative;
  background: url("../img/sakura_01.png") no-repeat center center/contain;
  width: 11.4rem;
  height: 5.2rem;
  margin: -3rem auto 0;
}
.tre .tre_wrapper li .piyo img, .tre .tre_wrapper li .piyopiyo img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50%;
}
.tre .tre_wrapper li .piyopiyo {
  background: url("../img/sakura_02.png") no-repeat center center/contain;
}
.tre .tre_wrapper li p {
  margin: 0;
  width: 100%;
  font-size: 1.48rem;
  line-height: 1.6;
}
.tre .tre_wrapper li p.tit {
  color: #E278AB;
  font-family: "Zen Maru Gothic", sans-serif;
  background: linear-gradient(transparent 70%, #FFE8F3 70%);
  display: table !important;
  font-size: 1.8rem;
  margin: 2rem auto;
  line-height: inherit;
}

@media screen and (min-width: 48em), print {
  .tre {
    margin: 0;
    padding: 5rem 0;
    background: url("../img/bg_tre.png") no-repeat center top, linear-gradient(180deg, #fff 0%, #fff 22.6rem, #FFFBF9 22.6rem, #FFFBF9 70%, #FFFDFC 80%, #fff 100%);
  }
  .tre .tre_wrapper {
    width: 1200px;
    margin: 5rem auto 0;
    padding: 0 1rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .tre .tre_wrapper li {
    margin: 0;
  }
  .tre .tre_wrapper li .piyo, .tre .tre_wrapper li .piyopiyo {
    width: 17.2rem;
    height: 7.8rem;
    margin: -6rem auto 0;
  }
  .tre .tre_wrapper li .piyo img, .tre .tre_wrapper li .piyopiyo img {
    width: auto;
  }
  .tre .tre_wrapper li p {
    width: 55.8rem;
    font-size: 1.8rem;
    letter-spacing: 0.19rem;
    line-height: 1.8;
  }
  .tre .tre_wrapper li p.tit {
    width: auto;
    font-size: 2.4rem;
    margin: 3rem auto 4rem;
    line-height: inherit;
  }
}
.features {
  margin: 0;
  padding: 3rem 1rem 0 1rem;
  background: url("../img/bg_feature.png") no-repeat top center/cover;
}
.features .flex3 {
  margin: 2rem 0 0 0;
}
.features .flex3 .box {
  margin: 0 auto 3rem;
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
}
.features .flex3 .box .hover {
  position: absolute;
  top: 17rem;
  left: 1rem;
  width: 15%;
}
.features .flex3 .box p {
  margin: 0;
  text-align: left;
  width: 100%;
  font-size: 1.48rem;
  line-height: 1.6;
}
.features .flex3 .box p.num, .features .flex3 .box p.num2, .features .flex3 .box p.num3 {
  color: #E278AB;
  font-family: "Rubik", sans-serif;
  background: #FFE8F3;
  border-radius: 50%;
  display: flex !important;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  font-size: 2.4rem;
  width: 5.4rem;
  height: 5.4rem;
  top: 11.7rem;
}
.features .flex3 .box p.num2 {
  color: #95A759;
  background: #DAE8AD;
}
.features .flex3 .box p.num3 {
  color: #0A9CDC;
  background: #ADDEF5;
}
.features .flex3 .box p.tit {
  width: 90%;
  text-align: center;
  color: #E278AB;
  font-family: "Zen Maru Gothic", sans-serif;
  display: flex !important;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.8rem;
  margin: 2rem auto;
  line-height: inherit;
}
.features .flex3 .box p.tit span {
  background: linear-gradient(transparent 70%, #FFF7D9 70%);
}

@media screen and (min-width: 48em), print {
  .features {
    margin: 0;
    padding: 2rem 0 3.2rem;
    width: 100%;
    background: url("../img/bg_feature.png") no-repeat top 5.7rem center/auto;
  }
  .features .flex3 {
    width: 1200px;
    padding: 0 1rem;
    margin: 3.86rem auto 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .features .flex3 .box {
    margin: 0;
    width: 34.7rem;
  }
  .features .flex3 .box .hover {
    top: 20rem;
    left: 0;
    width: auto;
  }
  .features .flex3 .box p {
    width: 100%;
    font-size: 1.8rem;
    letter-spacing: 0.19rem;
    line-height: 1.8;
  }
  .features .flex3 .box p.num, .features .flex3 .box p.num2, .features .flex3 .box p.num3 {
    font-size: 3rem;
    width: 8rem;
    height: 8rem;
    top: 11.7rem;
  }
  .features .flex3 .box p.tit {
    width: inherit;
    font-size: 2.4rem;
    margin: 2.4rem auto 3rem;
    line-height: 1.4;
    min-height: 6.7rem;
  }
}
.cal {
  background: #fff;
  padding: 3rem 1rem;
  overflow-y: hidden;
}
.cal .inner p {
  margin: 0;
}
.cal .inner p span.kyuushin::before, .cal .inner p span.pmOnly::before, .cal .inner p span.amOnly::before {
  width: 16px;
  height: 16px;
  content: "";
  background: #FFE2F0;
  display: inline-block;
  border: 0.1rem #E3E3DD solid;
  vertical-align: -0.2rem;
  margin: 0 0.2rem;
}
.cal .inner p span.amOnly::before {
  background-color: #FFF3C5;
}
.cal .inner p span.pmOnly::before {
  background-color: lavender;
}

@media screen and (min-width: 48em), print {
  .cal {
    padding: 8rem 0;
  }
  .cal .inner {
    width: 1200px;
    padding: 0 1rem;
    margin: 4.65rem auto 0;
  }
  .cal .inner .swiper-slide {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cal .inner .swiper-slide div {
    width: 56rem;
    margin: 0;
  }
  .cal .inner .swiper-slide div table {
    width: 100%;
    margin: 0;
  }
  .cal .inner p {
    margin: 1.3rem 0 0 0;
    text-align: left;
  }
  .cal .inner p span.kyuushin, .cal .inner p span.amOnly, .cal .inner p span.pmOnly {
    font-size: 1.8rem;
    margin: 0 1.27rem 0 0;
  }
  .cal .inner p span.kyuushin::before, .cal .inner p span.amOnly::before, .cal .inner p span.pmOnly::before {
    width: 2.5rem;
    height: 2.6rem;
    margin: 0 0.7rem 0 0;
    vertical-align: -0.7rem;
  }
}
body:not(.index) .header {
  padding: 0;
}
body:not(.index) .main {
  margin: 0 1rem;
}
body:not(.index) .main .btn_rsv {
  width: 70%;
  margin: 1rem auto;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .header {
    background: #FFF9F8 url("../img/bg_header.png") no-repeat center top/100% 72%;
    padding: 3rem 0 0 0;
  }
  body:not(.index) #nav {
    padding: 3.4rem 0 0 0;
  }
  body:not(.index) .main {
    margin: 0 auto;
  }
  body:not(.index) .main .btn_rsv {
    width: 25rem;
    margin: 0 auto 0 0;
  }
}

.arrow {
  width: 0;
  height: 0;
  border-left: 6rem solid transparent;
  border-right: 6rem solid transparent;
  border-top: 3rem solid #00b9d5;
  text-align: center;
  display: block;
  margin: 3rem auto;
}

.block {
  display: block;
  font-weight: bold;
}

.price_skin li {
  margin: 0 0 2rem;
}
.price_skin li > p {
  margin: 0 0 1rem;
  padding: 0.6rem 1rem;
  text-align: center;
  border-left: 0.1rem #ccc solid;
  border-right: 0.1rem #ccc solid;
  border-bottom: 0.1rem #ccc solid;
}
.price_skin li > p.tit {
  background: #fff3c5;
  padding: 0 1rem;
  display: flex !important;
  -webkit-align-items: center;
  align-items: center;
  text-align: left;
  margin: 0;
  border-top: 0.1rem #ccc solid;
  border-bottom: 0.1rem #ccc solid;
}
.price_skin li > div {
  margin: 0 0 1rem;
  padding: 0.6rem 1rem;
  text-align: center;
  border-left: 0.1rem #ccc solid;
  border-right: 0.1rem #ccc solid;
  border-bottom: 0.1rem #ccc solid;
}
.price_skin li .img_c {
  width: 70%;
}
@media screen and (min-width: 48em), print {
  .price_skin li > p {
    padding: 2rem 1rem;
  }
  .price_skin li > p.tit {
    height: 7rem;
  }
  .price_skin li > div {
    padding: 2rem 1rem;
    text-align: inherit;
  }
  .price_skin li > div p {
    margin: 1rem 0 0;
  }
  .price_skin li .img_c {
    width: 50%;
  }
}
.price_skin.-pores li {
  margin: 0 0 4rem;
}
.price_skin.-pores li span {
  display: block;
  text-align: center;
}
.price_skin.-wrinkles li {
  margin: 0 0 4rem;
}
.price_skin.-wrinkles li span {
  display: block;
  text-align: center;
}
.price_skin.-spots li {
  margin: 0 0 4rem;
}
.price_skin.-spots li span {
  display: block;
  text-align: center;
}

.categories li > p.orange {
  background: #ffdb87;
}
.categories li > p.black {
  background: #a3a8a3;
}
.categories li > p.green {
  background: #80c883;
}
.categories li > p.blue {
  background: #93b2ec;
}
.categories li > p.brown {
  background: #edc1a6;
}
.categories li > p.red {
  color: inherit !important;
  background: #f19ba1;
}
.categories li > p.purple {
  background: #fce4f0;
}

.doctor .img_r, .doctor .img_c {
  border-radius: 1rem;
}
.doctor p.doctor_name {
  display: flex !important;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-family: "Zen Maru Gothic", sans-serif;
}
.doctor p.doctor_name span {
  font-size: 1.8rem;
}
.doctor p.doctor_name img {
  width: 27%;
}
.doctor .flex2 .cont {
  margin: 0 0 2rem;
}
.doctor .flex2 .cont_u {
  margin: 7rem 0 0 0;
}
@media screen and (min-width: 48em), print {
  .doctor p.doctor_name {
    font-size: 2.2rem;
    margin: 0;
  }
  .doctor p.doctor_name span {
    font-size: 2.6rem;
  }
  .doctor p.doctor_name img {
    width: 12%;
  }
  .doctor .flex2 {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .doctor .flex2 .cont {
    width: 48%;
  }
  .doctor .flex2 .cont, .doctor .flex2 .cont_u {
    margin: 0;
  }
  .doctor .flex2 .cont_r {
    width: 60%;
  }
}
#clinicslide01 img, #clinicslide01 p, #clinicslide02 img, #clinicslide02 p {
  display: none;
}

.sp-layer.sp-black.sp-padding {
  text-align: left;
  font-size: 2.4rem;
}

.sp-selected-thumbnail {
  border: 2px solid #ffd7d1;
}

.machine_flex .equip {
  margin: 0 0 3rem;
}
.machine_flex .equip p {
  margin: 0;
}
@media screen and (min-width: 48em), print {
  .machine_flex {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .machine_flex .equip {
    width: 48%;
    margin: 0 0 6rem;
  }
  .machine_flex .equip img {
    margin: 0 0 1rem;
  }
  .machine_flex .equip p {
    font-size: 1.6rem;
  }
}

.flow dt {
  background: #dbefee;
  padding: 0.6rem 1rem;
  font-weight: bold;
}
.flow dd {
  margin: 0 0 6rem;
  position: relative;
  padding: 1rem 0;
}
.flow dd .btn_rsv {
  display: inline-block;
  padding: 0 3rem;
  margin: 1rem;
}
@media screen and (min-width: 48em), print {
  .flow dd {
    margin: 0 0 10rem;
  }
}
.flow dd:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 2rem solid #4ebdcf;
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem solid transparent;
  margin: auto;
}

.access .illustmap {
  margin: 0 auto 2rem;
  display: block;
}
.access .gmap {
  height: 30rem;
  margin: 2rem 0;
}

@media screen and (min-width: 48em), print {
  .access .main .tbl_time tr th[scope=col] {
    font-size: 1.8rem;
  }
  .access .main .tbl_time tr th.time {
    font-size: 1.8rem;
  }
  .access .main p.notice {
    font-size: 1.8rem;
  }
  .access .main .gmap {
    height: 50rem;
  }
}
.tbl_price, .tbl_lst, .tbl_lst2 {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.tbl_price tr th, .tbl_lst tr th, .tbl_lst2 tr th {
  display: block;
  padding: 0.4rem 1rem;
  text-align: left;
  background: #f6f6f6;
  font-weight: normal;
  border: 1px solid #ccc;
  border-bottom: none;
}
.tbl_price tr td, .tbl_lst tr td, .tbl_lst2 tr td {
  display: block;
  padding: 1rem;
  border: 1px solid #ccc;
  text-align: right;
}
.tbl_price tr:not(:last-child) td, .tbl_lst tr:not(:last-child) td, .tbl_lst2 tr:not(:last-child) td {
  border-bottom: none;
}
.tbl_price.num, .num.tbl_lst, .num.tbl_lst2 {
  counter-reset: number 0;
}
.tbl_price.num tr th, .num.tbl_lst tr th, .num.tbl_lst2 tr th {
  counter-increment: number 1;
}
.tbl_price.num tr th::before, .num.tbl_lst tr th::before, .num.tbl_lst2 tr th::before {
  display: inline-block;
  content: counter(number) ".";
  margin-right: 0.4rem;
}

.tbl_lst tr th, .tbl_lst2 tr th {
  text-align: center;
}
.tbl_lst tr td, .tbl_lst2 tr td {
  text-align: center;
}
@media screen and (min-width: 48em), print {
  .tbl_lst.-w20 tr th, .-w20.tbl_lst2 tr th {
    width: 20%;
  }
  .tbl_lst.-w20 tr td, .-w20.tbl_lst2 tr td {
    text-align: left;
  }
}

.tbl_lst2 tr td.prc {
  text-align: center;
}

@media screen and (min-width: 48em), print {
  .tbl_price tr th, .tbl_lst tr th, .tbl_lst2 tr th, .tbl_price tr td, .tbl_lst tr td, .tbl_lst2 tr td {
    display: table-cell;
    padding: 2rem;
  }
  .tbl_price tr th, .tbl_lst tr th, .tbl_lst2 tr th {
    width: 45%;
    border-bottom: 1px solid #ccc;
  }
  .tbl_price tr:not(:last-child) td, .tbl_lst tr:not(:last-child) td, .tbl_lst2 tr:not(:last-child) td {
    border-bottom: 1px solid #ccc;
  }
  .tbl_lst tr td, .tbl_lst2 tr td {
    /*text-align: right;*/
  }
}
nav {
  margin: 1rem 1rem 0;
}
nav .breadcrumb {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1rem;
  margin: 4rem 0 0 0;
  color: #674E4E;
}
nav .breadcrumb li {
  font-family: "Zen Maru Gothic", sans-serif;
}
nav .breadcrumb li:not(:last-child)::after {
  display: inline-block;
  font-family: "fontello";
  content: "\e8f0";
  color: #EF97C1;
  font-size: 0.8rem;
  margin: 0 0.4rem;
}
nav .breadcrumb li a {
  text-decoration: none;
  color: #674E4E;
}

@media screen and (min-width: 48em), print {
  nav {
    width: 1200px;
    margin: 0 auto;
  }
  nav .breadcrumb {
    font-size: 1.6rem;
    margin: 0;
  }
  nav .breadcrumb li:not(:last-child)::after {
    margin: 0 0.8rem;
    font-size: 0.8rem;
    vertical-align: 0.2rem;
  }
}/*# sourceMappingURL=style.css.map */