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

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

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

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

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

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

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

/* https://medium.com/@matuzo/writing-css-with-accessibility-in-mind-8514a0007939 */
.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  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;
}

@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: #9B5968;
}

.blue {
  color: #0000ff;
}

.img_c {
  margin: 1rem auto;
}

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

.tate {
  max-width: 60%;
}

.img_s {
  max-width: 30%;
}

@media screen and (min-width: 48em), print {
  .img_l {
    float: left;
    margin: 0 2rem 2rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 2rem;
  }
  .tate {
    max-width: 25% !important;
  }
  .img_s {
    max-width: 13%;
  }
}
.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.4rem;
}
.tbl_time caption {
  font-size: 85%;
  caption-side: bottom;
  text-align: left;
  padding-top: 0.4rem;
  background-color: #fff;
}
.tbl_time caption span {
  display: block;
}
.tbl_time caption span.red {
  display: inline-block;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  font-size: 90%;
  text-align: center;
  background-color: #C3D5BC;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th.time {
  background-color: #fff;
  border-bottom: 1px solid #B8A4A9;
}
.tbl_time tr td {
  text-align: center;
  padding: 1rem 0.4rem;
  border-bottom: 1px solid #B8A4A9;
  line-height: 1;
  font-size: 80%;
  color: #9B5968;
  background-color: #fff;
}
@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 1.6rem;
  }
  .tbl_time caption {
    font-size: 100%;
  }
  .tbl_time tr th[scope=col] {
    padding: 1rem 0;
    font-size: 100%;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 30%;
  }
  .tbl_time tr td {
    font-size: 90%;
    padding: 1.2rem 0;
  }
}
.gmap {
  width: 100%;
}

.tit_01 {
  background: url(../img/tit_01.jpg) no-repeat center center/auto 100%;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.2rem;
  padding: 3rem 1rem;
  text-align: center;
  margin: 0 0 1rem;
  font-weight: 400;
}

.tit_02 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  margin: 0 0 2rem;
  padding: 0 0 1rem;
  font-weight: 400;
  color: #702939;
  text-align: center;
  position: relative;
}
.tit_02:after {
  content: "";
  display: block;
  background-color: #702939;
  width: 8%;
  height: 0.2rem;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
}

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

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

@media screen and (min-width: 48em), print {
  .tit_01 {
    background: url(../img/tit_01.jpg) no-repeat center center/auto;
    font-size: 3.2rem;
    padding: 8rem 0;
  }
  .tit_02 {
    font-size: 3rem;
    margin: 0 0 3rem;
    padding: 0 0 1.8rem;
  }
  .tit_03 {
    font-size: 2.4rem;
    margin: 0 0 3rem;
  }
  .tit_04 {
    font-size: 2.2rem;
    margin: 0 0 3rem;
  }
}
.lst_ul {
  line-height: 1.4;
  margin: 1rem 0;
}
.lst_ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding: 0 0 0 1em;
}
.lst_ul > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul > li::before {
  content: "■";
  color: #A7858D;
  position: absolute;
  top: 0.3rem;
  left: 0;
  font-size: 1rem;
}
.lst_ul.kome > li::before {
  content: "※";
  color: #313131;
}

.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: #313131;
}

.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: #313131;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.lst_dl01 {
  margin: 2rem 0;
  border-top: 0.1rem solid #445B3B;
  border-left: 0.1rem solid #445B3B;
}
.lst_dl01 dt {
  padding: 1rem;
  background-color: #DFE9DB;
  border-bottom: 0.1rem solid #445B3B;
  border-right: 0.1rem solid #445B3B;
}
.lst_dl01 dd {
  padding: 1rem;
  border-bottom: 0.1rem solid #445B3B;
  border-right: 0.1rem solid #445B3B;
}
.lst_dl01.dl02 {
  border-top: 0.1rem solid #615244;
  border-left: 0.1rem solid #615244;
}
.lst_dl01.dl02 dt {
  background-color: #F1E7E0;
  border-bottom: 0.1rem solid #615244;
  border-right: 0.1rem solid #615244;
}
.lst_dl01.dl02 dd {
  border-bottom: 0.1rem solid #615244;
  border-right: 0.1rem solid #615244;
}

.qa_lst {
  margin: 0 0 3rem;
}
.qa_lst li {
  padding: 0 0 0 2rem;
  position: relative;
}
@media screen and (min-width: 48em), print {
  .qa_lst li {
    padding: 0 0 0 2.5rem;
  }
}
.qa_lst li:first-child:before {
  content: "Q:";
  display: block;
  font-size: 120%;
  color: #6D7A68;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.2;
}
@media screen and (min-width: 48em), print {
  .qa_lst li:first-child:before {
    line-height: 1.5;
  }
}
.qa_lst li:last-child:before {
  content: "A:";
  display: block;
  font-size: 120%;
  color: #987A5D;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.2;
}
@media screen and (min-width: 48em), print {
  .qa_lst li:last-child:before {
    line-height: 1.5;
  }
}

.tbl_01 {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #007261;
  border-left: 1px solid #007261;
}
.tbl_01 tr th {
  background-color: #DFE9DB;
  text-align: left;
  font-weight: normal;
  padding: 0.5rem;
  border-right: 1px solid #007261;
  border-bottom: 1px solid #007261;
  width: 65%;
}
@media screen and (min-width: 48em), print {
  .tbl_01 tr th {
    width: auto;
    padding: 1rem 2rem;
  }
}
.tbl_01 tr td {
  padding: 0.5rem;
  border-right: 1px solid #007261;
  border-bottom: 1px solid #007261;
}
@media screen and (min-width: 48em), print {
  .tbl_01 tr td {
    padding: 1rem 2rem;
  }
}

.tbl_02 {
  width: 100%;
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #007261;
  border-left: 1px solid #007261;
  margin-bottom: 2rem;
}
.tbl_02 tr th {
  background-color: #DFE9DB;
  text-align: left;
  font-weight: normal;
  padding: 0.5rem;
  border-right: 1px solid #007261;
  border-bottom: 1px solid #007261;
}
@media screen and (min-width: 48em), print {
  .tbl_02 tr th {
    width: auto;
    padding: 1rem 2rem;
  }
}
.tbl_02 tr td {
  padding: 0.5rem;
  border-right: 1px solid #007261;
  border-bottom: 1px solid #007261;
}
@media screen and (min-width: 48em), print {
  .tbl_02 tr td {
    padding: 1rem 2rem;
  }
}
.tbl_02 tr td.left {
  width: 30%;
}

@media screen and (min-width: 48em), print {
  .lst_ul > li {
    padding: 0 0 0 1em;
  }
  .lst_ul > li::before {
    top: 0.5rem;
    left: 0;
  }
  .lst_ol > li {
    padding: 0 0 0 3rem;
  }
  .lst_dl01 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lst_dl01 dt {
    width: 40%;
  }
  .lst_dl01 dd {
    width: 60%;
  }
}
.flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex3 > li {
  width: 46%;
}

@media screen and (min-width: 48em), print {
  .flex2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex2 > section, .flex2 > li {
    width: 48%;
    margin-top: 0 !important;
  }
  .flex3 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .flex3 li {
    width: 31%;
  }
  .flex3 li:not(:nth-child(3n)) {
    margin: 0 2rem 0 0;
  }
}
.tel {
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.tel a:before {
  font-family: "fontello";
  content: "\e80a";
  margin-right: 0.3rem;
}
@media screen and (min-width: 48em), print {
  .tel a:before {
    display: none;
  }
  .tel:before {
    font-family: "fontello";
    content: "\e80a";
    margin-right: 0.5rem;
  }
}

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

.btn_detail {
  display: block;
  width: -moz-fit-content; /* Firefox */
  width: -webkit-fit-content;
  width: fit-content; /* other browsers */
  padding: 0.4rem 3rem;
  background: #6D7A68;
  color: #fff;
  border-radius: 0.5rem;
  text-decoration: none !important;
}
.btn_detail:before {
  font-family: "fontello";
  content: "\e80f";
  font-size: 80%;
  margin-right: 0.5rem;
}
@media screen and (min-width: 48em), print {
  .btn_detail {
    padding: 0.4rem 6.8rem;
  }
  .btn_detail:hover {
    background: #E8E0B7;
    color: #6D7A68;
    opacity: 1;
  }
}

.linkout {
  display: inline-block;
  color: #313131;
  text-decoration: none !important;
  margin: 0 0.2em;
}
.linkout::after {
  font-family: "fontello";
  content: "\f08e";
  font-size: 0.8em;
  margin-left: 0.4rem;
}

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

@media screen and (min-width: 48em), print {
  .slick-arrow {
    width: 5rem;
    height: 5rem;
  }
  .slick-arrow::before {
    font-size: 2.4rem;
  }
  .slick-arrow.slick-prev {
    left: -6rem;
  }
  .slick-arrow.slick-next {
    right: -6rem;
  }
}
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 1rem auto;
}
.slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.2rem;
}
.slick-dots li button {
  padding: 50%;
  display: block;
  font-size: 0;
  cursor: pointer;
  opacity: 0.25;
  border-radius: 50%;
  background: #6D7A68;
}
.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: #313131;
  font-family: "Kosugi Maru", "Hiragino Maru Gothic ProN", sans-serif;
  word-wrap: break-word;
}
body::after {
  visibility: hidden;
  width: 100%;
  height: 100%;
  content: "";
  background: white;
  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(1100px + 40px);
  }
  body::after {
    display: none;
  }
  a, button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1100px;
    margin: auto;
  }
  .main {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    text-decoration: none;
  }
}
.header {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.9);
}
.header .wrap {
  margin: 1rem;
}
.header .wrap .logo {
  width: calc(100% - 5rem);
  height: 5rem;
  margin: 0;
}
.header .wrap .logo a {
  display: block;
  width: 70%;
  height: 90%;
  background: url(../img/logo.svg) no-repeat left center/contain;
}
.header .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
}
.header .wrap .headR {
  color: #6D7A68;
}
.header .wrap .headR .headR_disc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .wrap .headR .headR_disc li .tel {
  display: none;
}
.header .wrap .headR .headR_disc li.dept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 1rem auto 0;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 300;
}
.header .wrap .headR .headR_disc li .btn_instagram {
  display: block;
  position: absolute;
  top: 1.5rem;
  right: 7.6rem;
  width: 46px;
}
.header .wrap .headR .headR_disc li .btn_rsv {
  display: none;
}

@media screen and (min-width: 48em), print {
  .header {
    width: auto;
    position: sticky !important;
    top: 0;
    left: 0;
    padding: 2.5rem 0;
  }
  .header .wrap {
    margin: 1rem auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .wrap .logo {
    width: 35%;
    height: 9.5rem;
    margin: 0;
  }
  .header .wrap .logo a {
    width: 90%;
  }
  .header .wrap .headR {
    width: 65%;
    font-size: 1.6rem;
  }
  .header .wrap .headR .headR_disc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .wrap .headR .headR_disc li .tel {
    display: inline-block;
    font-size: 2.2rem;
  }
  .header .wrap .headR .headR_disc li.dept {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 2rem;
    font-size: 2.2rem;
    line-height: 1.5;
    text-align: right;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
  }
  .header .wrap .headR .headR_disc li .btn_instagram {
    display: inline-block;
    position: revert;
    width: 42px;
    height: auto;
    margin: 0 21px 0 0;
  }
  .header .wrap .headR .headR_disc li .btn_rsv {
    display: block;
    padding: 0.2rem 1.5rem;
    background-color: #6D7A68;
    font-size: 1.4rem;
    color: #fff;
  }
  .header .wrap .headR .headR_disc li .btn_rsv:before {
    font-family: "fontello";
    content: "\e80c";
    font-size: 1.8rem;
    margin-right: 0.3rem;
  }
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  background: #6D7A68;
  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: #fff;
}
#nav #sp_menu::after {
  content: "MENU";
  color: #fff;
}
#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 #313131;
  border-bottom: 1px solid #313131;
}
#nav .gnav_subnav .gnav > li:not(:last-child) {
  border-bottom: 1px dotted #313131;
}
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-size: 1.4rem;
}
#nav .gnav_subnav .gnav > li a span, #nav .gnav_subnav .gnav > li .sub span {
  display: inline-block;
  font-size: 1rem;
  margin-left: 0.5rem;
}
#nav .gnav_subnav .gnav > li a .br, #nav .gnav_subnav .gnav > li .sub .br {
  font-size: 1.4rem;
  display: inline-block;
}
#nav .gnav_subnav .gnav > li .sub::after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "fontello";
  content: "\f004";
  margin-left: 0.5rem;
}
#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 {
  background-color: #6D7A68;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li a {
  display: block;
  padding: 1rem;
  color: #fff;
  text-align: left;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li a:before {
  content: "・";
  display: inline-block;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li a span {
  font-size: 1.4rem;
  margin-left: 0;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li:not(:last-child) {
  border-bottom: 0.1rem solid #fff;
}

@media screen and (min-width: 48em), print {
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block;
    width: 100%;
    max-height: auto;
    overflow-y: visible;
    padding: 0;
    position: static;
    background-color: unset;
  }
  #nav .gnav_subnav .gnav {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: none;
  }
  #nav .gnav_subnav .gnav li {
    width: auto;
    position: relative;
  }
  #nav .gnav_subnav .gnav li:not(:last-child) {
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav li a, #nav .gnav_subnav .gnav li .sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 1.6rem;
    margin: 3.5rem 0 0;
    padding: 0;
    cursor: pointer;
  }
  #nav .gnav_subnav .gnav li a::after, #nav .gnav_subnav .gnav li .sub::after {
    margin: 0 0 0 1rem;
  }
  #nav .gnav_subnav .gnav li a span, #nav .gnav_subnav .gnav li .sub span {
    display: block;
    margin: 0 auto;
    font-size: 1rem;
  }
  #nav .gnav_subnav .gnav li a .br, #nav .gnav_subnav .gnav li .sub .br {
    font-size: 1.6rem;
  }
  #nav .gnav_subnav .gnav li .sub {
    position: relative;
  }
  #nav .gnav_subnav .gnav li .sub:after {
    position: absolute;
    top: 0;
    right: -2rem;
    margin-left: 0;
  }
  #nav .gnav_subnav .gnav li .subbox {
    width: 18.8rem;
    position: absolute;
    top: 9.9rem;
    z-index: 100;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a {
    padding: 1rem;
    margin: 0;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a span {
    font-size: 1.6rem;
    display: inline-block;
  }
}
.overview {
  padding: 2rem 1rem;
  font-size: 1.4rem;
  line-height: 1.6;
  background: url("../img/overview_bg.png") repeat center center/6rem 4.9rem #6D7A68;
}
.overview .clinic_name {
  width: -moz-fit-content; /* Firefox */
  width: -webkit-fit-content;
  width: fit-content; /* other browsers */
  text-align: center;
  margin: 0 auto 4rem;
  position: relative;
}
.overview .clinic_name img {
  max-width: 60%;
  margin: auto;
}
.overview .clinic_name:before {
  content: "";
  display: inline-block;
  width: 6rem;
  height: 6.5rem;
  background-image: url("../img/overview_ill01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 1.5rem;
  bottom: -3rem;
}
.overview .clinic_name:after {
  content: "";
  display: inline-block;
  width: 6rem;
  height: 6.5rem;
  background-image: url("../img/overview_ill02.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 1.5rem;
  bottom: -3rem;
}
.overview > .wrap .gaiyo {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
}
.overview > .wrap .gaiyo dt {
  width: 30%;
  background-color: #B1987F;
  border-radius: 0.4rem;
  text-align: center;
  margin-bottom: 0.5rem;
}
.overview > .wrap .gaiyo dd {
  width: 70%;
  padding: 0 1rem;
  margin-bottom: 0.5rem;
}
.overview > .wrap .gaiyo dd .tel {
  font-size: 120%;
}
.overview > .wrap .overviewL .tbl_time {
  margin: 2rem 0;
}
.overview > .wrap .overviewL .tbl_time caption {
  padding: 1rem;
  border-radius: 0 0 0.4rem 0.4rem;
}
.overview > .wrap .overviewL .tbl_time tr th[scope=col]:first-child {
  border-radius: 0.4rem 0 0 0;
}
.overview > .wrap .overviewL .tbl_time tr th[scope=col]:last-child {
  border-radius: 0 0.4rem 0 0;
}
.overview > .wrap .overviewR .map img {
  display: block;
  margin: auto;
  border-radius: 10px;
}
.overview > .wrap .overviewR .btn_map {
  display: block;
  width: -moz-fit-content; /* Firefox */
  width: -webkit-fit-content;
  width: fit-content; /* other browsers */
  margin: 1.8rem auto;
  padding: 0 2rem;
  color: #fff;
  border: 0.1rem solid #fff;
  border-radius: 0.4rem;
}
.overview > .wrap .overviewR .btn_map:before {
  font-family: "fontello";
  content: "\e812";
  margin-right: 1.3rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 10rem 0;
    font-size: 1.8rem;
  }
  .overview .clinic_name {
    margin: 0 auto 9rem;
  }
  .overview .clinic_name img {
    max-width: 51.6rem;
  }
  .overview .clinic_name:before {
    width: 14rem;
    height: 14.5rem;
    left: -20rem;
    bottom: 0;
  }
  .overview .clinic_name:after {
    width: 14rem;
    height: 14.5rem;
    right: -20rem;
    bottom: 2rem;
  }
  .overview > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .overview > .wrap .gaiyo dt {
    width: 18%;
    padding: 0;
    margin-bottom: 1.5rem;
  }
  .overview > .wrap .gaiyo dd {
    width: 82%;
    padding: 0 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 100%;
  }
  .overview > .wrap .gaiyo dd:before {
    display: none;
  }
  .overview > .wrap .overviewL {
    width: 52%;
  }
  .overview > .wrap .overviewL .tbl_time {
    margin: 2rem 0 0;
  }
  .overview > .wrap .overviewL .tbl_time caption {
    padding: 1rem;
  }
  .overview > .wrap .overviewR {
    width: 45%;
    margin: 0;
  }
  .overview > .wrap .overviewR .map img {
    margin: 0;
    margin-left: auto;
  }
}
#tel_up {
  width: 100%;
  height: 4rem;
  background: #fff;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#tel_up ul {
  width: calc(100% - 4rem);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
#tel_up ul li {
  width: 50%;
  height: 100%;
  text-align: center;
}
#tel_up ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
#tel_up ul li .tel {
  color: #6D7A68;
}
#tel_up ul li .tel a {
  background-color: #DDE1C6;
}
#tel_up ul li .btn_rsv {
  background-color: #6D7A68;
  color: #fff;
}
#tel_up ul li .btn_rsv:before {
  font-family: "fontello";
  content: "\e80c";
  margin-right: 0.3rem;
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  font-size: 1.6rem;
  text-align: center;
  padding: 0 0.4rem;
  line-height: 1;
  background: #976E77;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\f005";
  position: relative;
  margin: 1rem 0 0;
  color: #fff;
}
#tel_up #pageup .clip {
  clip-path: inset(50%);
}

@media screen and (min-width: 48em), print {
  #tel_up {
    width: 10rem;
    bottom: 4rem;
    right: 4rem;
    left: auto;
    background: none;
    padding: 0;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 100%;
    height: 10rem;
    font-size: 3rem;
    border: 0.1rem solid #F6F1ED;
    border-radius: 50%;
  }
  #tel_up #pageup:before {
    content: "";
    display: inline-block;
    width: 5rem;
    height: 7rem;
    background-image: url("../img/pagetop.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
  background: url("../img/overview_bg.png") repeat center center/6rem 4.9rem #6D7A68;
}
.footer .copy {
  display: block;
  color: #fff;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 3rem 0 2.3rem;
  }
  .footer .copy {
    margin: 3rem 0 0;
    font-size: 1.4rem;
  }
  .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;
    color: #fff;
  }
  .footer ul li a {
    color: #fff;
    opacity: 1;
  }
  .footer ul li a span {
    display: none;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
  .footer ul.subnav li a span {
    display: inline-block;
  }
  .footer ul.subnav li a:hover span {
    text-decoration: underline;
  }
}
.sidebar {
  margin: 3rem 0 0;
  padding: 0 1rem;
}
.sidebar .subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sidebar .subnav li {
  width: 48%;
  margin-bottom: 2rem;
}
.sidebar .subnav li a {
  width: 100%;
  display: block;
  text-decoration: none;
  position: relative;
}
.sidebar .subnav li a .txt {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #fff;
}
.sidebar .subnav li a .txt:before {
  font-family: "fontello";
  content: "\e80f";
  font-size: 80%;
}
.sidebar .subnav li a:before {
  content: "";
  display: block;
  width: 13rem;
  height: 13rem;
  background-image: url("../img/a_icon_dermatology.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #F6F1ED;
  border-radius: 0.5rem;
  margin: 0 auto 1rem;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
}
.sidebar .subnav li a .br {
  display: block;
}
.sidebar .subnav li .children:before {
  background-image: url("../img/a_icon_children.svg");
}
.sidebar .subnav li .skin_surgery:before {
  background-image: url("../img/a_icon_skin_surgery.svg");
}
.sidebar .subnav li .examination:before {
  background-image: url("../img/a_icon_examination.svg");
}
.sidebar .subnav li .aesthetic:before {
  background-image: url("../img/a_icon_aesthetic.svg");
}
.sidebar .subnav li .cosme:before {
  background-image: url("../img/a_icon_cosme.svg");
}
.sidebar .subnav li .private:before {
  background-image: url("../img/a_icon_private.svg");
}

@media screen and (min-width: 48em), print {
  .sidebar {
    margin: 9rem 0;
    padding: 0;
  }
  .sidebar .subnav {
    width: 72.1rem;
    margin: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5rem 2.7rem;
  }
  .sidebar .subnav li {
    width: 16rem;
    margin-bottom: 0;
  }
  .sidebar .subnav li a .txt {
    font-size: 1.8rem;
  }
  .sidebar .subnav li a .txt:before {
    font-size: 1.3rem;
    vertical-align: text-bottom;
  }
  .sidebar .subnav li a:before {
    width: 15.7rem;
    height: 15.7rem;
    margin: 0 auto 2rem;
  }
  .sidebar .subnav li a:hover {
    opacity: 0.8;
  }
  .sidebar .subnav li:nth-child(1) {
    margin: 0 0 0 9rem;
  }
  .sidebar .subnav li:nth-child(3) {
    margin: 0 9rem 0 0;
  }
}
.vistor .sidebar_wrap {
  background-color: #6D7A68;
  padding: 1rem 0;
}

@media screen and (min-width: 48em), print {
  .vistor .flow dd {
    font-size: 1.6rem;
  }
}
.keyvsl {
  width: 100%;
  margin: 10rem 0 0;
  position: relative;
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: 26rem;
  overflow: hidden;
  visibility: hidden;
}
.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 .catch {
  position: absolute;
  top: 16rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  text-align: center;
}
.keyvsl .catch p {
  margin: 0;
}
.keyvsl .catch .read {
  display: block;
  font-size: 1.5rem;
  color: #702939;
  text-shadow: 0px 0px 20px #fffccf, 0px 0px 20px #fffccf;
}
.keyvsl .catch .day {
  display: block;
  font-size: 1.3rem;
  color: #577D48;
  text-shadow: 0px 0px 8px #fff, 0px 0px 8px #fff;
}
.keyvsl .catch .num {
  font-size: 1.5rem;
}

@media screen and (min-width: 48em), print {
  .keyvsl {
    margin: 0;
    overflow: hidden;
  }
  .keyvsl #keyvsl {
    height: 70rem;
  }
  .keyvsl #keyvsl .slick-list div img {
    width: 100%;
    height: 70rem !important;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  .keyvsl .catch {
    width: 1100px;
    margin: auto;
    top: auto;
    bottom: 18rem;
    left: 6.6rem;
    text-align: left;
  }
  .keyvsl .catch p {
    font-family: "M PLUS Rounded 1c", sans-serif;
  }
  .keyvsl .catch .read {
    font-size: 3.6rem;
  }
  .keyvsl .catch .day {
    font-size: 2.4rem;
  }
  .keyvsl .catch .num {
    font-size: 2.8rem;
  }
}
.bnr {
  width: 95%;
  margin: auto;
  padding-bottom: 5rem;
}
.bnr a {
  display: block;
  margin: auto;
  width: -moz-fit-content; /* Firefox */
  width: -webkit-fit-content;
  width: fit-content; /* other browsers */
}
.bnr a.btn_detail {
  font-size: 120%;
  padding: 0.7rem 2rem;
  width: 100%;
  text-align: center;
}
.bnr img {
  display: block;
  margin: auto;
  width: -moz-fit-content; /* Firefox */
  width: -webkit-fit-content;
  width: fit-content; /* other browsers */
}
.bnr .link {
  margin-top: 1.5rem;
}
@media screen and (min-width: 48em), print {
  .bnr {
    width: 100%;
    padding-bottom: 10rem;
  }
  .bnr .tit_02 {
    margin: 0 0 4rem;
  }
  .bnr a.btn_detail {
    font-size: 150%;
    width: 300px;
  }
}

.info {
  padding: 2rem 1rem;
  background-color: #F6F1ED;
}
.info .wrap {
  position: relative;
}
.info .wrap .tit_02 {
  text-align: center;
  position: relative;
  z-index: 1;
}
.info .wrap .tit_02:after {
  display: none;
}
.info .wrap .tit_02 span {
  display: block;
  font-family: "Maitree", serif;
  font-weight: 300;
  color: #E1CEBF;
  margin: 0 0 0 9rem;
}
.info .wrap dl {
  height: 28rem;
  overflow-y: scroll;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}
.info .wrap dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0.6rem;
  color: #6D7A68;
  cursor: pointer;
}
.info .wrap dl dt::before {
  font-family: "fontello";
  content: "\e800";
  margin-right: 0.6rem;
}
.info .wrap dl dt.close::before {
  font-family: "fontello";
  content: "\e803";
}
.info .wrap dl dt:not(:first-of-type) {
  margin: 1.6rem 0 0.6rem;
  padding: 1.6rem 0 0;
  border-top: 1px solid #ccc;
}
.info .wrap dl dd {
  margin: 0 0 1.6rem;
  word-wrap: break-word;
}
.info .wrap dl dd:not(:nth-of-type(-n+3)) {
  display: none;
}
.info .wrap dl::-webkit-scrollbar {
  width: 10px;
}
.info .wrap dl::-webkit-scrollbar-track {
  background-color: #ccc;
}
.info .wrap dl::-webkit-scrollbar-thumb {
  background-color: #6D7A68;
}
.info .wrap .deco {
  margin: 0;
  color: #E1CEBF;
  font-family: "Maitree", serif;
  font-weight: 300;
  font-size: 1.8rem;
  position: absolute;
  top: -3.9rem;
  right: 0;
}
.info .wrap:before {
  content: "";
  display: block;
  width: 15rem;
  height: 15rem;
  background-image: url("../img/info_bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -2rem;
  left: 0;
  z-index: 0;
}

@media screen and (min-width: 48em), print {
  .info {
    padding: 3.4rem 0;
  }
  .info .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .info .wrap .tit_02 {
    width: 28rem;
    text-align: left;
  }
  .info .wrap .tit_02 span {
    margin: 1rem 0 0;
    font-size: 3.8rem;
    text-align: right;
  }
  .info .wrap dl {
    width: 73.6rem;
    height: 28rem;
    padding: 3rem 2.5rem;
  }
  .info .wrap dl dt {
    margin: 0 0 1rem;
  }
  .info .wrap dl dt::before {
    margin-right: 1rem;
  }
  .info .wrap dl dt:not(:first-of-type) {
    padding: 1.6rem 0 0;
  }
  .info .wrap dl dd {
    margin: 0 0 1.6rem;
  }
  .info .wrap .deco {
    font-size: 4.8rem;
    top: -9.2rem;
  }
  .info .wrap:before {
    content: "";
    width: 40.2rem;
    height: 38.5rem;
    top: -3.4rem;
    left: -3rem;
  }
}
.schedule .surgery .cal_wrap .cal .caledit td.open {
  background-color: #E8E0B7 !important;
}

.schedule {
  padding: 7rem 1rem;
}
.schedule .tit_03 {
  background: url("../img/low_h3_bg.svg") no-repeat right center/contain #C3D5BC;
  border-radius: 0.5rem;
  color: #445B3B;
  padding: 1rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  margin: 0;
}
.schedule .tit_03.surgery {
  background: url("../img/low_h3_bg.svg") no-repeat right center/contain #E8E0B7;
}
.schedule .schedule_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.schedule .schedule_flex .cal_wrap {
  width: 100%;
}
.schedule .schedule_flex .cal_wrap .cal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.schedule .schedule_flex .cal_wrap .cal .height {
  width: 100%;
}
.schedule .schedule_flex .cal_wrap .cal .caledit {
  width: 100%;
  padding-bottom: 1.5rem;
  border-bottom: 0.1rem solid #F6F1ED;
}
.schedule .schedule_flex .cal_wrap .cal .caledit td {
  border: none;
  padding: 0;
  height: auto;
}
.schedule .schedule_flex .cal_wrap .cal .caledit td.open {
  background-color: #C3D5BC;
}
.schedule .schedule_flex .cal_wrap .cal .caledit td.open.surgery {
  background-color: #E8E0B7;
}
.schedule .schedule_flex .cal_wrap .cal .caledit td.outPatient {
  background-color: #976E77;
}
.schedule .schedule_flex .cal_wrap .cal .caledit td.pmOnly {
  background: #F6F1ED;
}
.schedule .schedule_flex .cal_wrap .cal .caledit td.amOnly {
  background: #B1987F;
}
.schedule .schedule_flex .cal_wrap .cal .caledit td .shortTitle {
  display: none;
}
.schedule .schedule_flex .cal_wrap .cal .caledit .month th {
  background-color: unset;
  font-family: "Maitree", serif;
  font-weight: 300;
  color: #E1CEBF;
  text-align: left;
  font-size: 2.8rem;
  border: none;
  position: relative;
}
.schedule .schedule_flex .cal_wrap .cal .caledit .month th:after {
  content: "";
  display: block;
  width: 83%;
  height: 0.1rem;
  background-color: #E1CEBF;
  position: absolute;
  top: 2.6rem;
  right: 0;
}
.schedule .schedule_flex .cal_wrap .cal .caledit .week th {
  background-color: unset;
  color: #A7858D;
  border: none;
  font-size: 1.4rem;
  font-weight: 400;
}
.schedule .schedule_flex .cal_wrap .cal .caledit .day .notTheMonth {
  background-color: unset;
  background: unset;
  color: #fff;
  background: #fff !important;
}
.schedule .schedule_flex .cal_wrap .cal .caledit .day .notTheMonth:before {
  display: none;
}
.schedule .schedule_flex .cal_wrap .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 85%;
}
.schedule .schedule_flex .cal_wrap .status li:not(:last-child) {
  margin-right: 1.5rem;
}
.schedule .schedule_flex .cal_wrap .status li span {
  display: inline-block;
  width: 1rem;
  height: 1rem;
}
.schedule .schedule_flex .cal_wrap .status .open span {
  background: #C3D5BC;
}
.schedule .schedule_flex .cal_wrap .status .open.surgery span {
  background-color: #E8E0B7;
}
.schedule .schedule_flex .cal_wrap .status .outPatient span {
  background: #976E77;
}
.schedule .schedule_flex .cal_wrap .status .pmOnly span {
  background: #F6F1ED;
}
.schedule .schedule_flex .cal_wrap .status .amOnly span {
  background: #B1987F;
}
.schedule .schedule_flex .cal_wrap .addition p {
  margin: 0;
}
.schedule .schedule_flex .cal_wrap .addition ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0.5rem 0;
}
.schedule .schedule_flex .cal_wrap .addition ul li {
  padding: 0 1rem;
  border: 0.1rem solid #313131;
}
.schedule .schedule_flex .cal_wrap .addition ul li:first-child {
  border-right: none;
}
.schedule .schedule_flex .tbl_time {
  width: 100%;
  margin: 2rem 0 0;
}

@media screen and (min-width: 48em), print {
  .schedule {
    padding: 7rem 0 10rem;
  }
  .schedule .tit_03 {
    padding: 1rem 2rem;
    font-size: 2.2rem;
  }
  .schedule .schedule_flex .cal_wrap {
    width: 62%;
    margin: 0;
  }
  .schedule .schedule_flex .cal_wrap .cal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .schedule .schedule_flex .cal_wrap .cal .height {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .schedule .schedule_flex .cal_wrap .cal .caledit .month {
    height: 8rem;
  }
  .schedule .schedule_flex .cal_wrap .cal .caledit .month th {
    font-size: 3rem;
  }
  .schedule .schedule_flex .cal_wrap .cal .caledit .month th:after {
    width: 75%;
    top: 4.5rem;
    right: 0;
  }
  .schedule .schedule_flex .cal_wrap .cal .caledit .week th {
    font-size: 1.6rem;
  }
  .schedule .schedule_flex .cal_wrap .status {
    font-size: 100%;
  }
  .schedule .schedule_flex .cal_wrap .status li:not(:last-child) {
    margin-right: 2rem;
  }
  .schedule .schedule_flex .cal_wrap .status li span {
    width: 1.6rem;
    height: 1.6rem;
  }
  .schedule .schedule_flex .tbl_time {
    width: 34%;
    margin: 0;
  }
}
.medical {
  background-color: #6D7A68;
  padding: 3rem 0;
}
.medical .tit_02 {
  color: #fff;
}
.medical .tit_02:after {
  background-color: #fff;
}
.medical .disc {
  width: 75%;
  margin: auto;
  text-align: center;
  color: #fff;
  position: relative;
}
.medical .disc:before, .medical .disc:after {
  content: "";
  display: block;
  width: 7rem;
  height: 7.5rem;
  background-image: url("../img/medical_read.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -2.3rem;
}
.medical .disc:before {
  left: -4rem;
}
.medical .disc:after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  right: -4rem;
}

@media screen and (min-width: 48em), print {
  .medical {
    padding: 7.2rem 0 9rem;
  }
  .medical .disc {
    width: 100%;
    font-size: 1.8rem;
  }
  .medical .disc:before, .medical .disc:after {
    width: 14rem;
    height: 14.5rem;
  }
  .medical .disc:before {
    left: 11rem;
    bottom: -5rem;
  }
  .medical .disc:after {
    right: 11rem;
    bottom: -3rem;
  }
}
.feature {
  padding: 4rem 1rem;
  background: url(../img/feature_bg.png) no-repeat left -11rem top/auto 100% #F6F1ED;
}
.feature ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.feature ul li p {
  margin: 0 0 2rem;
  line-height: 1.5;
}
.feature ul li img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.feature ul li .read {
  color: #6D7A68;
  font-size: 1.8rem;
  margin: 1rem 0;
  text-align: center;
}
.feature ul li .btn_detail {
  margin: auto;
}
.feature ul li:not(:last-child) {
  margin-bottom: 3rem;
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 7rem 0 20rem;
    background: url(../img/feature_bg.png) no-repeat center top/contain #F6F1ED;
  }
  .feature ul {
    margin: 8.5rem 0 0;
  }
  .feature ul li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .feature ul li .box {
    width: 50rem;
  }
  .feature ul li img {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
  .feature ul li .read {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 2.4rem;
    margin-bottom: 2rem;
    text-align: left;
  }
  .feature ul li .btn_detail {
    margin: 0;
  }
  .feature ul li:not(:last-child) {
    margin-bottom: 12rem;
  }
  .feature ul li:nth-child(odd) .box {
    margin-right: 5rem;
  }
  .feature ul li:nth-child(even) .box {
    margin-left: 5rem;
  }
}
.measures {
  padding: 3rem 1rem;
  margin: auto;
}
.measures .tit {
  color: #6D7A68;
  text-align: center;
  font-size: 1.8rem;
  position: relative;
  margin: 0 0 1rem;
}
.measures .tit:before {
  content: "";
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background-image: url("../img/icon_measures.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -0.5rem;
  left: 2rem;
}
.measures .tit:after {
  content: "";
  display: inline-block;
  width: 11rem;
  height: 10.6rem;
  background-image: url("../img/measures_bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -12rem;
  right: 0;
  z-index: -1;
}

@media screen and (min-width: 48em), print {
  .measures {
    width: 42.8rem;
    padding: 10rem 0;
  }
  .measures .tit {
    font-family: "M PLUS Rounded 1c", sans-serif;
    text-align: left;
    font-size: 2.4rem;
    margin: 0 0 1rem;
  }
  .measures .tit:before {
    width: 9.2rem;
    height: 9.2rem;
    top: 1rem;
    left: -11rem;
  }
  .measures .tit:after {
    width: 21rem;
    height: 20.6rem;
    top: -6rem;
    right: -18rem;
    z-index: -1;
  }
}
@media screen and (min-width: 48em), print {
  .index_timetable .tbl_time {
    font-size: 2rem;
  }
  .index_timetable .tbl_time caption {
    font-size: 85%;
  }
  .index_timetable .tbl_time caption span {
    display: inline-block;
    margin-right: 1rem;
  }
  .index_timetable .tbl_time tr th[scope=col] {
    padding: 2rem 1rem;
    font-size: 100%;
  }
  .index_timetable .tbl_time tr td {
    font-size: 100%;
    padding: 2rem 0;
  }
}
body:not(.index) .main {
  margin: 0 1rem 6rem;
}
body:not(.index) .tit_01 {
  margin: 10rem 0 1rem;
}
body:not(.index) .tit_03 {
  background: url("../img/low_h3_bg.svg") no-repeat right center/contain #C3D5BC;
  border-radius: 0.5rem;
  color: #445B3B;
  padding: 1rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
}
body:not(.index) .tit_04 {
  font-weight: 400;
  color: #987A5D;
  position: relative;
  padding: 0.3rem;
  border-top: 0.2rem solid #987A5D;
  border-bottom: 0.2rem solid #987A5D;
}
body:not(.index) .tit_05 {
  font-weight: 400;
  position: relative;
  padding: 0 1rem;
  font-size: 1.4rem;
}
body:not(.index) .tit_05:before {
  display: block;
  content: "";
  width: 100%;
  height: 1.3rem;
  border-radius: 0.5rem;
  background-color: #E8E0B7;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
body:not(.index) .marker_yel {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #E8E0B7));
  background: linear-gradient(transparent 50%, #E8E0B7 50%);
}
body:not(.index) .marker_pnk {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #F1DDE1));
  background: linear-gradient(transparent 50%, #F1DDE1 50%);
}
body:not(.index) .box1 {
  padding: 1rem;
  background-color: #DFE9DB;
}
body:not(.index) .box2 {
  padding: 1rem;
  background-color: #F6F1ED;
}
body:not(.index) .box03 {
  padding: 1rem;
  background-color: #E8E0B7;
}
body:not(.index) .txt_link {
  color: #445B3B;
  text-decoration: none;
}
body:not(.index) .txt_link:after {
  font-family: "fontello";
  content: "\e80f";
}
body:not(.index) .emp {
  color: #6D7A68;
}
body:not(.index) .link_lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body:not(.index) .link_lst li {
  width: 48%;
  margin: 0 0 0.5rem 0;
}
body:not(.index) .link_lst li a {
  color: #445B3B;
  text-decoration: none;
}
body:not(.index) .link_lst li a:after {
  font-family: "fontello";
  content: "\f004";
  font-size: 80%;
  margin-left: 1rem;
}
body:not(.index) .link_lst li.adj {
  width: 100%;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .img_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
body:not(.index) .img_flex img {
  max-width: 60%;
  margin: 1rem auto;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .img_flex img {
    max-width: 40%;
    height: auto;
  }
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    margin: 0 0 8rem;
  }
  body:not(.index) .cf .img_l, body:not(.index) .cf .img_r {
    max-width: 40%;
    height: auto;
  }
  body:not(.index) .tit_01 {
    margin: 0;
  }
  body:not(.index) .tit_03 {
    padding: 1rem 2rem;
    font-size: 2.2rem;
  }
  body:not(.index) .tit_04 {
    padding: 0.5rem 1.5rem;
    font-size: 2rem;
  }
  body:not(.index) .tit_05 {
    padding: 0 1.5rem;
    font-size: 1.8rem;
  }
  body:not(.index) .box1, body:not(.index) .box2, body:not(.index) .box3 {
    padding: 3rem;
  }
  body:not(.index) .txt_link:hover {
    color: #E8E0B7;
  }
  body:not(.index) .link_lst {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  body:not(.index) .link_lst li {
    width: auto;
    margin: 0 2rem 0 0;
  }
  body:not(.index) .link_lst li.adj {
    width: auto;
  }
  body:not(.index) .link_lst li a:hover {
    text-decoration: underline;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  margin: 0 0 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.2rem 0 0;
  text-align: center;
  color: #313131;
  padding: 0.4rem;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: #DFE9DB;
}
.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 #6D7A68;
}
@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);
  }
}
.device li {
  margin: 0 0 2rem;
  text-align: center;
}
.device li img {
  margin: 0 auto 0.6rem;
  max-width: 80%;
}

@media screen and (min-width: 48em), print {
  .device {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .device li {
    width: 32%;
    margin: 0 0 2rem;
  }
  .device li:not(:nth-child(3n)) {
    margin: 0 2.4rem 2rem 0;
  }
  .device li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
.flow dd {
  margin: 0;
  position: relative;
}
.flow dd:not(:last-child) {
  margin: 0 0 6rem;
}
@media screen and (min-width: 48em), print {
  .flow dd:not(:last-child) {
    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 #6D7A68;
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem solid transparent;
  margin: auto;
}

.vistor .main {
  margin: 0 0 6rem !important;
}
.vistor .wrap {
  padding: 0 1rem;
}
.vistor .sidebar_wrap > .wrap {
  padding: 0;
}

@media screen and (min-width: 48em), print {
  .vistor .main {
    margin: 0 0 8rem !important;
  }
  .vistor .wrap {
    padding: 0;
  }
}
.access .main .gmap {
  height: 30rem;
  margin: 2rem 0;
}
.access .img_flex img {
  max-width: 80% !important;
}
@media screen and (min-width: 48em), print {
  .access .main .gmap {
    margin: 4rem 0 0;
    height: 50rem;
  }
  .access .img_flex img {
    max-width: 48% !important;
  }
}

@media screen and (min-width: 48em), print {
  .dermatology .tit_05 {
    font-size: 2rem !important;
  }
}

.skin_surgery .btn_lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 1rem;
  margin: 2rem 0;
}
.skin_surgery .btn_lst li {
  width: 48%;
}
.skin_surgery .btn_lst li a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 48em), print {
  .skin_surgery .tit_05 {
    font-size: 2rem !important;
    margin: 0 0 2rem;
  }
  .skin_surgery .btn_lst {
    gap: 1rem 1rem;
    margin: 2rem 0;
  }
  .skin_surgery .btn_lst li {
    width: 30%;
  }
}

.aesthetic .link_lst li {
  width: 100% !important;
}
@media screen and (min-width: 48em), print {
  .aesthetic .link_lst li {
    width: auto !important;
  }
}
.aesthetic .img14 {
  width: 240px;
  height: auto;
}
@media screen and (min-width: 48em), print {
  .aesthetic .img14 {
    width: 350px;
  }
}

.examination .tbl_01 {
  border-right: none;
  table-layout: auto;
  font-size: 1rem;
}
@media screen and (min-width: 48em), print {
  .examination .tbl_01 {
    font-size: 1.6rem;
  }
}
.examination .tbl_01 tr th {
  width: 15%;
  padding: 0.5rem;
}
@media screen and (min-width: 48em), print {
  .examination .tbl_01 tr th {
    width: auto;
    padding: 1rem 2rem;
  }
}
.examination .tbl_01 tr td {
  border-right: 1px solid #007261;
  padding: 0.5rem;
}
@media screen and (min-width: 48em), print {
  .examination .tbl_01 tr td {
    padding: 1rem 2rem;
  }
}
.examination .care a {
  display: block;
  margin: auto;
  width: -moz-fit-content; /* Firefox */
  width: -webkit-fit-content;
  width: fit-content; /* other browsers */
}
/*# sourceMappingURL=style.css.map */