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

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

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

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  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 {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
html {
  -webkit-text-size-adjust: 100%;
}

body {
  word-wrap: break-word;
}

button {
  cursor: pointer;
  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;
  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_medium {
  font-size: 100% !important;
}

.txt_small {
  font-size: 80%;
}

.img_c {
  margin: 1rem auto;
}

.img_l, .img_r {
  max-width: 80%;
  margin: 1rem auto;
  border: 1px solid #ccc;
  padding: 0.4rem;
}

.tate {
  max-width: 60% !important;
}

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

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

.mt30 {
  margin-top: 3rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt10 {
  margin-top: 1rem;
}

.mt0 {
  margin-top: 0rem;
}

.mb0 {
  margin-bottom: 0rem !important;
}

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

.wrap > section section ~ section, .flex2 > section section ~ section {
  margin-top: 3rem;
}

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

.wrap > 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;
  }
  .wrap > section ~ section, .flex2 > section ~ section {
    margin-top: 8rem;
  }
  .wrap > section section ~ section, .flex2 > section section ~ section {
    margin-top: 6rem;
  }
  .wrap > section > section section ~ section, .flex2 > section > section section ~ section {
    margin-top: 4rem;
  }
  .wrap > section > section > section section ~ section, .flex2 > section > section > section section ~ section {
    margin-top: 2rem;
  }
}
.tbl_time {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.4rem;
}
.tbl_time caption {
  font-size: 85%;
  color: #5C5CA8;
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  font-size: 90%;
  text-align: center;
  background: #EA6D9D;
  color: #fff;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th.time {
  border: 1px solid #EA6D9D;
  background: #fff;
}
.tbl_time tr td {
  text-align: center;
  padding: 1rem 0.4rem;
  border: 1px solid #EA6D9D;
  line-height: 1;
  font-size: 80%;
  color: #EA6D9D;
  background: #fff;
}
@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 1.8rem;
  }
  .tbl_time caption {
    font-size: 100%;
    margin: 1rem 0 0;
  }
  .tbl_time tr th[scope=col] {
    padding: 1.6rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 30%;
  }
  .tbl_time tr td {
    padding: 2.4rem 0;
  }
}
.gmap {
  width: 100%;
}

.tit_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10rem;
  line-height: 1.2;
  background: url(../img/tit_01.jpg) no-repeat center center/auto 100%;
  font-size: 2.2rem;
  color: #C4316A;
  font-weight: normal;
  padding: 0 1rem;
  text-align: center;
  margin: 0 0 1rem;
}

.tit_02 {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: normal;
  text-align: center;
  padding: 0 0 0.4rem;
  border-bottom: 3px double #EA6D9D;
  margin: 0 0 2rem;
}

.tit_03 {
  font-size: 1.8rem;
  color: #EA6D9D;
  font-weight: normal;
  background: url("../img/tit_03.svg") no-repeat left 0.6rem top 0.4rem/1.2em auto #F7E7E5;
  padding: 0.4rem 1rem 0.4rem 3.2rem;
  line-height: 1.2;
  margin: 0 0 2rem;
}

.tit_04 {
  font-size: 1.6rem;
  color: #5C5CA8;
  font-weight: normal;
  line-height: 1.2;
  padding: 0 0 0.4rem;
  border-bottom: 2px solid #DCDCDC;
  margin: 0 0 2rem;
  position: relative;
}
.tit_04::before {
  content: "";
  display: block;
  width: 30%;
  height: 2px;
  background: #5C5CA8;
  position: absolute;
  bottom: -2px;
}

.tit_05 {
  font-size: 1.6rem;
  color: #EA6D9D;
  font-weight: normal;
  margin: 0 0 2rem;
}
.tit_05 span {
  padding: 0 0 0.2rem;
  border-bottom: 2px dotted #F4B6AF;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    height: 20rem;
    background: url(../img/tit_01.jpg) no-repeat center center/auto;
    font-size: 3.2rem;
  }
  .tit_02 {
    font-size: 3rem;
    padding: 0 0 2rem;
    margin: 0 0 3rem;
  }
  .tit_03 {
    font-size: 2.6rem;
    background: url("../img/tit_03.svg") no-repeat left 1rem top 1rem/1.2em auto #F7E7E5;
    padding: 1rem 2rem 1rem 5.2rem;
    margin: 0 0 3rem;
  }
  .tit_04 {
    font-size: 2.2rem;
    padding: 0 0 1rem;
    margin: 0 0 3rem;
  }
  .tit_04::before {
    width: 14rem;
  }
  .tit_05 {
    font-size: 2rem;
    margin: 0 0 3rem;
  }
  .tit_05 span {
    padding: 0 0 0.4rem;
  }
}
.lst_ul {
  line-height: 1.4;
  margin: 1rem 0;
}
.lst_ul > li {
  padding: 0 0 0 1.4em;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul > li::before {
  content: "●";
  color: #EA6D9D;
  position: absolute;
  left: 0;
}
.lst_ul.kome > li::before {
  content: "※";
  color: #333;
}

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

.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.4em;
  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) ".";
  color: #EA6D9D;
  font-weight: bold;
  position: absolute;
  left: 0;
}

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

@media screen and (min-width: 48em), print {
  .lst_ol > li {
    padding: 0 0 0 2.6rem;
  }
  .lst_dl01 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .lst_dl01 dt {
    width: 20%;
  }
  .lst_dl01 dd {
    width: 80%;
    padding: 0 0 0 1rem;
  }
}
.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3 > li {
  width: 46%;
}

.flex2-block, .flex3-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex2-block > li, .flex3-block > li {
  width: 100%;
}

@media screen and (min-width: 48em), print {
  .flex {
    display: flex;
  }
  .flex2, .flex2-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .flex2 > section, .flex2 > li, .flex2-block > section, .flex2-block > li {
    width: 48%;
    margin-top: 0 !important;
  }
  .flex3, .flex3-block {
    justify-content: flex-start;
  }
  .flex3 li, .flex3-block li {
    width: 31%;
  }
  .flex3 li:not(:nth-child(3n)), .flex3-block li:not(:nth-child(3n)) {
    margin: 0 2rem 0 0;
  }
}
.tel {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "Lora", serif;
  color: #EA6D9D;
}
.tel::before {
  content: "TEL. ";
}

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

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

.btn_rsv {
  background: linear-gradient(to right, #ea6d9d 0%, #f4b0a9 100%);
  color: #fff;
}
.btn_rsv::before {
  font-family: "fontello";
  content: "\e801";
}

.btn_ms {
  background: linear-gradient(to right, #5c5ca8 0%, #9797cb 100%);
  color: #fff;
}
.btn_ms::before {
  font-family: "fontello";
  content: "\e807";
}

.btn_pink {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.4rem 2rem;
  background: #EA6D9D;
  border: 1px solid #EA6D9D;
  color: #fff;
  border-radius: 100vh;
  text-decoration: none !important;
}
.btn_pink::after {
  font-family: "fontello";
  content: "\e805";
  margin: 0 0 0 1rem;
}
@media screen and (min-width: 48em), print {
  .btn_pink:hover {
    background: #fff;
    color: #EA6D9D;
  }
}

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

.btn_anc {
  display: block;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0.4rem 2rem;
  background: #EA6D9D;
  border: 1px solid #EA6D9D;
  color: #fff;
  border-radius: 100vh;
  text-decoration: none !important;
}
@media screen and (min-width: 48em), print {
  .btn_anc:hover {
    background: #fff;
    color: #EA6D9D;
  }
}

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

@media screen and (min-width: 48em), print {
  .slick-arrow {
    width: 5rem;
    height: 5rem;
  }
  .slick-arrow::before {
    font-size: 2.4rem;
  }
  .slick-arrow.slick-prev {
    left: -6rem;
  }
  .slick-arrow.slick-next {
    right: -6rem;
  }
}
.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 1rem auto;
}
.slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.2rem;
}
.slick-dots li button {
  padding: 50%;
  display: block;
  font-size: 0;
  cursor: pointer;
  opacity: 0.25;
  border-radius: 50%;
  background: #EA6D9D;
}
.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;
  }
}
html {
  font-size: 3.125vw;
}

body {
  background: #fff;
  color: #333;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  word-wrap: break-word;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  z-index: 10;
  opacity: 0;
  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 {
    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;
  }
}
:target::before {
  content: "";
  display: block;
  height: 8rem;
  margin: -8rem 0 0;
  visibility: hidden;
}
@media screen and (min-width: 48em), print {
  :target::before {
    height: 9rem;
    margin: -9rem 0 0;
  }
}

.header {
  position: relative;
}
.header .wrap {
  margin: 0 1rem 1rem;
}
.header .wrap .logo {
  width: 100%;
  height: 6.6rem;
  padding: 1rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  transition: 0.5s;
}
.header .wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/80% auto;
}
.header .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
  color: transparent;
}
.header .wrap .logo.hide {
  transform: translateY(-150%);
}
.header .wrap .headR {
  margin: 6.8rem 0 0;
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
}
.header .wrap .headR .acs_tel {
  text-align: center;
  font-size: 1rem;
}
.header .wrap .headR .acs_tel .tel {
  display: inline-block;
  font-size: 130%;
  font-weight: bold;
}
.header .wrap .headR .yoyaku_en {
  display: flex;
  align-items: center;
}
.header .wrap .headR .yoyaku_en li .btn_rsv {
  padding: 0.6rem 1.6rem;
}
.header .wrap .headR .yoyaku_en li .btn_ms {
  padding: 0.6rem 1.6rem;
}

@media screen and (min-width: 48em), print {
  .header .wrap {
    margin: 3rem auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .wrap .logo {
    width: 42%;
    height: 8rem;
    padding: 0;
    position: static;
    top: auto;
    left: auto;
  }
  .header .wrap .logo a {
    background: url(../img/logo.svg) no-repeat left center/100% auto;
  }
  .header .wrap .headR {
    width: 56%;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .header .wrap .headR .acs_tel {
    font-size: 1.6rem;
    text-align: right;
    line-height: 1.4;
  }
  .header .wrap .headR .acs_tel .tel {
    font-size: 180%;
  }
  .header .wrap .headR .yoyaku_en {
    font-size: 2rem;
  }
  .header .wrap .headR .yoyaku_en li {
    margin: 0 0 0 1rem;
  }
  .header .wrap .headR .yoyaku_en li .btn_rsv {
    padding: 2rem;
  }
  .header .wrap .headR .yoyaku_en li .btn_rsv::before {
    display: inline-block;
    margin: 0 0.6rem 0 0;
  }
  .header .wrap .headR .yoyaku_en li.english {
    display: block;
  }
  .header .wrap .headR .yoyaku_en li.english a {
    display: block;
    color: #fff;
    padding: 2rem;
    background: linear-gradient(to right, #5c5ca8 0%, #9797cb 100%);
  }
  .header .wrap .headR .yoyaku_en li.english a::before {
    display: inline-block;
    font-family: "fontello";
    content: "\e801";
    margin: 0 0.6rem 0 0;
  }
  .header .wrap .headR .yoyaku_en li.ms {
    display: block;
  }
  .header .wrap .headR .yoyaku_en li.ms a {
    display: block;
    color: #fff;
    padding: 2rem;
    background: linear-gradient(to right, #5c5ca8 0%, #9797cb 100%);
  }
  .header .wrap .headR .yoyaku_en li.ms a::before {
    display: inline-block;
    font-family: "fontello";
    content: "\e807";
    margin: 0 0.6rem 0 0;
  }
}
#nav {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  background: #fff;
  color: #EA6D9D;
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  padding: 0;
  position: absolute;
  top: 1.2rem;
  right: 1rem;
  z-index: 100;
  transition: 0.5s;
}
#nav #sp_menu.hide {
  transform: translateY(-220%);
}
#nav #sp_menu::before {
  display: block;
  font-family: "fontello";
  content: "\f008";
  font-size: 2.6rem;
  margin: -0.6rem 0 0.2rem;
}
#nav #sp_menu::after {
  content: "MENU";
}
#nav #sp_menu.close::before {
  font-family: "fontello";
  content: "\e800";
}
#nav #sp_menu.close::after {
  content: "CLOSE";
}
#nav #sp_menu span {
  display: none;
}
#nav .gnav_subnav {
  display: none;
  width: 94vw;
  max-height: calc(var(--vh, 1vh) * 100 - 8rem);
  overflow-y: auto;
  background: #F7E7E5;
  padding: 1.6rem;
  margin: auto;
  position: absolute;
  top: 6.6rem;
  left: 0;
  right: 0;
  z-index: 100;
}
#nav .gnav_subnav .gnav {
  border-top: 1px solid #F4B6AF;
  border-bottom: 1px solid #F4B6AF;
}
#nav .gnav_subnav .gnav > li:not(:last-child) {
  border-bottom: 1px dotted #F4B6AF;
}
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-size: 1.4rem;
}
#nav .gnav_subnav .gnav > li a.current, #nav .gnav_subnav .gnav > li .sub.current {
  color: #EA6D9D;
}
#nav .gnav_subnav .gnav > li .sub::after {
  font-family: "fontello";
  content: "\e804";
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
#nav .gnav_subnav .gnav > li .sub.close::after {
  font-family: "fontello";
  content: "\e806";
}
#nav .gnav_subnav .gnav > li .subbox {
  display: none;
}
#nav .gnav_subnav .gnav > li .subbox .subnav {
  background: #fff;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li a {
  display: block;
  padding: 1rem 2rem;
  color: #333;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li a br {
  display: none;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li a.current {
  color: #fff;
  background: #EA6D9D;
}
#nav .gnav_subnav #menu_close {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: #EA6D9D;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 0.6rem 0;
  margin: 1rem 0 0;
}
#nav .gnav_subnav #menu_close::before {
  font-family: "fontello";
  content: "\e800";
  margin: 0 0.6rem 0 0;
}

@media screen and (min-width: 48em), print {
  #nav {
    width: auto;
    position: sticky;
    top: 0;
    left: auto;
    right: auto;
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block !important;
    width: 100%;
    max-height: calc(var(--vh, 1vh) * 100);
    overflow-y: visible;
    padding: 1rem 0;
    position: static;
  }
  #nav .gnav_subnav .gnav {
    width: 1100px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    border: none;
  }
  #nav .gnav_subnav .gnav > li {
    flex: auto;
    position: relative;
    border-right: 1px solid #F4B6AF;
  }
  #nav .gnav_subnav .gnav > li:first-child {
    border-left: 1px solid #F4B6AF;
  }
  #nav .gnav_subnav .gnav > li:not(:last-child) {
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.6rem;
    padding: 1rem;
    margin: 0 auto;
    cursor: pointer;
  }
  #nav .gnav_subnav .gnav > li a:hover, #nav .gnav_subnav .gnav > li .sub:hover {
    color: #EA6D9D;
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li a.home, #nav .gnav_subnav .gnav > li .sub.home {
    position: relative;
  }
  #nav .gnav_subnav .gnav > li a.home::before, #nav .gnav_subnav .gnav > li .sub.home::before {
    font-family: "fontello";
    content: "\e803";
    font-size: 2rem;
    position: absolute;
    left: 0;
    right: 0;
  }
  #nav .gnav_subnav .gnav > li a.home .clip, #nav .gnav_subnav .gnav > li .sub.home .clip {
    display: block;
    height: 100%;
    overflow: hidden;
    clip-path: inset(50%);
    color: transparent;
  }
  #nav .gnav_subnav .gnav > li .sub::after {
    margin: 0 0 0 0.6rem;
  }
  #nav .gnav_subnav .gnav > li .subbox {
    display: none;
    width: 30rem;
    position: absolute;
    top: 5.4rem;
    z-index: 100;
    box-shadow: 0 0.2rem 1rem 0 rgba(204, 204, 204, 0.8);
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a {
    text-align: left;
    padding: 1rem 1.6rem;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:hover {
    background: #EA6D9D;
    color: #fff;
  }
  #nav .gnav_subnav #menu_close {
    display: none;
  }
}
.overview {
  padding: 8rem 0 0;
  background: url("../img/overview_bg.jpg") no-repeat center center/cover;
  font-size: 1.4rem;
  line-height: 1.6;
}
.overview > .wrap {
  margin: 0 1rem 4rem;
  padding: 0 1rem 6rem;
  background: url("../img/overview_flower.svg") no-repeat right 1rem bottom 1rem/8rem auto, rgba(255, 255, 255, 0.8);
  border-radius: clamp(1rem, 1vw, 3rem);
  box-shadow: 0 0 0.2rem 0.2rem rgba(51, 51, 51, 0.1);
}
.overview > .wrap .clinic_name {
  text-align: center;
  position: relative;
  top: -3.4rem;
}
.overview > .wrap .clinic_name img {
  max-width: 90%;
  margin: auto;
}
.overview > .wrap .clinic_name .dept {
  margin: 1.4rem 0 0;
}
.overview > .wrap .clinic_name .dept span {
  display: inline-block;
  min-width: 10rem;
  margin: 0 0.4rem;
  background: #F4B6AF;
  color: #fff;
  padding: 0.4rem 1.6rem;
  border-radius: 100vh;
}
.overview > .wrap .overviewL {
  margin: -2rem 0 0;
}
.overview > .wrap .overviewL .gaiyo {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.overview > .wrap .overviewL .gaiyo dt {
  width: 30%;
  padding: 0.4rem;
  color: #EA6D9D;
}
.overview > .wrap .overviewL .gaiyo dd {
  width: 70%;
  padding: 0.4rem;
}
.overview > .wrap .overviewL .gaiyo dd .tel::before {
  display: none;
}
.overview > .wrap .overviewR {
  margin: 2rem 0;
}
.overview .gmap {
  height: 100vw;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 10rem 0 0;
    font-size: 1.8rem;
  }
  .overview > .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto 10rem;
    padding: 0 6rem 4rem;
    border-radius: 3rem;
  }
  .overview > .wrap .clinic_name {
    width: 100%;
    margin: 0 0 1rem;
    top: -5rem;
  }
  .overview > .wrap .clinic_name img {
    max-width: 34rem;
  }
  .overview > .wrap .clinic_name .dept span {
    min-width: 12rem;
    margin: 0 1rem;
    padding: 0.8rem 3rem;
  }
  .overview > .wrap .overviewL {
    width: 35%;
    margin: -2rem 0 0;
  }
  .overview > .wrap .overviewL .gaiyo dt {
    padding: 1rem 0;
  }
  .overview > .wrap .overviewL .gaiyo dd {
    padding: 1rem 0;
  }
  .overview > .wrap .overviewR {
    width: 60%;
    margin: -2rem 0 0;
  }
  .overview .gmap {
    height: 45rem;
  }
}
#tel_up {
  width: 100%;
  height: 4rem;
  background: #fff;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eee;
}
#tel_up ul {
  width: calc(100% - 4rem);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
#tel_up ul li .tel {
  padding: 0 1rem;
  font-size: 1.3rem;
}
#tel_up ul li .btn_rsv {
  display: block;
  height: 100%;
  font-size: 1.1rem;
  padding: 1.3rem 0.5rem;
}
#tel_up ul li .btn_ms {
  display: block;
  height: 100%;
  font-size: 1.1rem;
  padding: 1.3rem 0.5rem;
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  font-size: 2rem;
  text-align: center;
  padding: 1rem;
  line-height: 1;
  color: #EA6D9D;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\e806";
}
#tel_up #pageup .clip {
  clip-path: inset(50%);
  color: transparent;
}

@media screen and (min-width: 48em), print {
  #tel_up {
    width: 8rem;
    height: 8rem;
    bottom: 3rem;
    right: 3rem;
    left: auto;
    padding: 0;
    background: none;
    border: none;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 100%;
    background: #fff;
    font-size: 3rem;
    padding: 2.6rem 0;
    border-radius: 50%;
    box-shadow: 0 0 0.4rem 0.4rem rgba(239, 239, 239, 0.5);
  }
}
.footer {
  padding: 0 0 4rem;
}
.footer .copy {
  display: block;
  background: #fff;
  text-align: center;
  color: #EA6D9D;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 3rem 0 0;
    background: linear-gradient(to right, #ea6d9d 0%, #f4b0a9 100%);
  }
  .footer .copy {
    margin: 3rem 0 0;
    padding: 1.6rem;
  }
  .footer ul {
    width: 1100px;
    margin: auto;
    display: block;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.4rem;
    margin: 0 1.6rem 1rem;
    -webkit-text-size-adjust: none;
  }
  .footer ul li a {
    opacity: 1;
    color: #fff;
  }
  .footer ul li a br {
    display: none;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
  .footer ul.subnav li:nth-child(8)::after {
    content: none;
  }
}
@keyframes loop01 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loop02 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}
body.index .main {
  padding: 0 0 6.5rem;
  position: relative;
  overflow: hidden;
}
body.index .main::before, body.index .main::after {
  display: block;
  width: 200%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: url("../img/index_carousel.webp") no-repeat center bottom 0.4rem/100% auto;
}
body.index .main::before {
  animation: loop01 20s linear infinite;
}
body.index .main::after {
  left: -1px;
  right: 1px;
  animation: loop02 20s linear infinite;
}
@media screen and (min-width: 48em), print {
  body.index .main {
    padding: 0 0 20rem;
  }
  body.index .main::before, body.index .main::after {
    width: 200rem;
    background: url("../img/index_carousel.webp") no-repeat center bottom 1rem/100% auto;
  }
  body.index .main::before {
    animation: loop01 50s linear infinite;
  }
  body.index .main::after {
    animation: loop02 50s linear infinite;
  }
}

.keyvsl {
  width: 100%;
  position: relative;
  background: #FDF6F5;
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: 22rem;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl .slick-list div img {
  height: 22rem !important;
  object-fit: cover;
  margin: auto;
}
.keyvsl #keyvsl .slick-dots {
  position: relative;
  z-index: 2;
}
.keyvsl #keyvsl .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.6rem;
}
.keyvsl .catch {
  width: 100%;
  height: 18rem;
  background: url("../img/index_catch.svg") no-repeat center center/contain;
  color: #EA6D9D;
  font-size: 1.4rem;
  text-align: center;
  padding: 5rem 0;
  margin: -4rem 0 0;
  position: relative;
  z-index: 1;
}
.keyvsl .wrap {
  position: relative;
  height: 15rem;
}
.keyvsl .wrap .btn_rsv {
  display: block;
  width: 15rem;
  height: 15rem;
  font-size: 2rem;
  text-align: center;
  padding: 3.4rem 0 0;
  border-radius: 50%;
  position: absolute;
}
.keyvsl .wrap .btn_rsv::before {
  display: block;
  font-size: 3rem;
}
.keyvsl .wrap .btn_rsv::after {
  content: "";
  display: block;
  width: 94%;
  height: 94%;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 2px dashed #fff;
}
.keyvsl .wrap .btn_ms {
  display: block;
  width: 15rem;
  height: 15rem;
  font-size: 2rem;
  text-align: center;
  padding: 3.4rem 0 0;
  border-radius: 50%;
  position: absolute;
  right: 0;
}
.keyvsl .wrap .btn_ms::before {
  display: block;
  font-size: 3rem;
}
.keyvsl .wrap .btn_ms::after {
  content: "";
  display: block;
  width: 94%;
  height: 94%;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 2px dashed #fff;
}
.keyvsl .open {
  display: flex;
  justify-content: space-around;
}
.keyvsl .open li {
  width: 45%;
}

@media screen and (min-width: 48em), print {
  .keyvsl {
    height: 80rem;
    position: relative;
  }
  .keyvsl #keyvsl {
    height: 100%;
  }
  .keyvsl #keyvsl .slick-list div img {
    height: 75rem !important;
  }
  .keyvsl #keyvsl .slick-dots {
    margin: 1rem auto 0;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  .keyvsl .catch {
    width: 47.8rem;
    height: 33.6rem;
    font-size: 2.8rem;
    padding: 10rem 0;
    margin: auto;
    position: absolute;
    top: -3rem;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .keyvsl .wrap {
    position: relative;
    height: auto;
  }
  .keyvsl .wrap .btn_rsv {
    display: block;
    width: 22.4rem;
    height: 22.4rem;
    font-size: 2.8rem;
    text-align: center;
    padding: 3.6rem 0 0;
    border-radius: 50%;
    position: absolute;
    bottom: 10rem;
  }
  .keyvsl .wrap .btn_rsv::before {
    display: block;
    font-size: 6rem;
  }
  .keyvsl .wrap .btn_rsv::after {
    content: "";
    display: block;
    width: 94%;
    height: 94%;
    border-radius: 50%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border: 2px dashed #fff;
  }
  .keyvsl .wrap .btn_ms {
    display: block;
    width: 22.4rem;
    height: 22.4rem;
    font-size: 2.8rem;
    text-align: center;
    padding: 3.6rem 0 0;
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom: 10rem;
  }
  .keyvsl .wrap .btn_ms::before {
    display: block;
    font-size: 6rem;
  }
  .keyvsl .wrap .btn_ms::after {
    content: "";
    display: block;
    width: 94%;
    height: 94%;
    border-radius: 50%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border: 2px dashed #fff;
  }
  .keyvsl .open {
    width: 1100px;
    margin: auto;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
  }
  .keyvsl .open li {
    width: 22.4rem;
  }
  .keyvsl .open li:first-child {
    margin: 0 -1rem 0 0;
  }
}
body.index .main .tit {
  font-size: 2.2rem;
  text-align: center;
  font-weight: normal;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 48em), print {
  body.index .main .tit {
    font-size: 4.2rem;
    margin: 0 auto 3rem;
  }
}

.info {
  padding: 4rem 1rem;
  background: #FDF6F5;
}
.info .wrap .tit {
  padding: 8rem 0 0.6rem;
  background: url("../img/index_info_tit.svg") no-repeat center bottom/9rem auto;
  position: relative;
}
.info .wrap .tit::before {
  display: block;
  margin: auto;
  content: "";
  width: 10rem;
  height: 10rem;
  margin: auto;
  background: url("../img/logo_mark.svg") no-repeat center center/50% auto #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.info .wrap .tit span {
  position: relative;
  z-index: 1;
}
.info .wrap dl {
  margin: 0 0 4rem;
  padding: 0 0 1rem;
  line-height: 1.4;
  border-bottom: 1px solid #bbd;
}
.info .wrap dl dt {
  display: flex;
  margin: 0 0 0.6rem;
  font-weight: bold;
  font-size: 110%;
  color: #EA6D9D;
  cursor: pointer;
}
.info .wrap dl dt::before {
  font-family: "fontello";
  content: "\e804";
  color: #5C5CA8;
  margin-right: 0.6rem;
}
.info .wrap dl dt.close::before {
  font-family: "fontello";
  content: "\e806";
}
.info .wrap dl dt:not(:first-of-type) {
  margin: 1.6rem 0 0.6rem;
  padding: 1.6rem 0 0;
  border-top: 1px solid #bbd;
}
.info .wrap dl dd {
  margin: 0 0 1.6rem 1.8rem;
}
.info .wrap dl dd:not(:nth-of-type(-n+3)) {
  display: none;
}

@media screen and (min-width: 48em), print {
  .info {
    padding: 8rem 0;
  }
  .info .wrap {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .info .wrap .tit {
    width: 18rem;
    font-size: 3rem;
    margin: 0 8rem 0 0 !important;
    padding: 11rem 0 0;
    background: url("../img/index_info_tit.svg") no-repeat center bottom/13.6rem auto;
  }
  .info .wrap .tit::before {
    width: 15rem;
    height: 15rem;
  }
  .info .wrap dl {
    flex: 1;
    margin: 0 0 6rem;
  }
  .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 .tbl_time {
    width: 100%;
  }
}
.tre {
  padding: 4rem 1rem 7rem;
  background: url("../img/index_tre_bg.png") no-repeat left 1rem top -4rem/38rem auto, url("../img/index_tre_bg.png") no-repeat right 1rem bottom -7rem/45rem auto, linear-gradient(to right, #fbe7e5 0%, #f9d3e2 100%) #FBE7E5;
}
.tre .tit {
  padding: 2rem 0 0;
  position: relative;
}
.tre .tit .en {
  display: flex;
  align-items: center;
  color: #EA6D9D;
  font-family: "Lora", serif;
  font-size: 1rem;
  position: absolute;
  top: 0;
  right: 0;
}
.tre .tit .en::before {
  content: "";
  display: block;
  width: 3rem;
  height: 0.1rem;
  background: #EA6D9D;
  margin: 0 0.6rem 0 0;
}
.tre .wrap .subnav {
  position: relative;
  z-index: 1;
}
.tre .wrap .subnav li {
  margin: 0 0 1rem;
}
.tre .wrap .subnav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #EA6D9D;
  padding: 1.6rem 1rem 1.6rem 4rem;
  background: #fff;
  border-radius: 100vh;
  text-decoration: none !important;
  position: relative;
}
.tre .wrap .subnav li a br {
  display: none;
}
.tre .wrap .subnav li a::before {
  content: "";
  display: inline-block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  margin: 0 1rem 0 0;
  position: absolute;
  left: 1rem;
}
.tre .wrap .subnav li a::after {
  display: block;
  font-family: "fontello";
  content: "\e805";
  color: #5C5CA8;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.tre .wrap .subnav li a.breast::before {
  background: url("../img/icon_breast.svg") no-repeat center center/65% auto #F4B6AF;
}
.tre .wrap .subnav li a.mastitis::before {
  background: url("../img/icon_mastitis.svg") no-repeat center center/65% auto #F4B6AF;
}
.tre .wrap .subnav li a.follow_up::before {
  background: url("../img/icon_follow_up.svg") no-repeat center center/65% auto #F4B6AF;
}
.tre .wrap .subnav li a.c_screening::before {
  background: url("../img/icon_c_screening.svg") no-repeat center center/65% auto #F4B6AF;
}
.tre .wrap .subnav li a.gynecology::before {
  background: url("../img/icon_gynecology.svg") no-repeat center center/65% auto #F4B6AF;
}
.tre .wrap .subnav li a.checkup::before {
  background: url("../img/icon_checkup.svg") no-repeat center center/65% auto #F4B6AF;
}
.tre .wrap .subnav li a.hrt::before {
  background: url("../img/icon_hrt.svg") no-repeat center center/65% auto #F4B6AF;
}
.tre .wrap .subnav li a.ladysdock::before {
  background: url("../img/icon_ladysdock.svg") no-repeat center center/65% auto #F4B6AF;
}
.tre .wrap .subnav li a.botox::before {
  background: url("../img/icon_botox.svg") no-repeat center center/65% auto #F4B6AF;
}

@media screen and (min-width: 48em), print {
  .tre {
    padding: 6rem 0 20rem;
    background: url("../img/index_tre_bg.png") no-repeat center center/auto, url("../img/index_tre_white_sankaku.svg") no-repeat center bottom/auto, linear-gradient(to right, #fbe7e5 0%, #f9d3e2 100%) #FBE7E5;
    position: relative;
  }
  .tre .tit {
    width: 1100px;
    padding: 4rem 0 0;
    margin: 0 auto;
  }
  .tre .tit .en {
    font-size: 1.4rem;
  }
  .tre .tit .en::before {
    width: 4rem;
  }
  .tre .wrap {
    margin: -5rem auto 0;
    padding: 8rem 0 0;
    background: url("../img/index_tre_woman.png") no-repeat left top/auto;
  }
  .tre .wrap .subnav {
    width: 67%;
    margin: 0 0 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .tre .wrap .subnav li {
    width: 35rem;
    margin: 0 0.8rem 2rem;
  }
  .tre .wrap .subnav li a {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 700;
    min-height: 10rem;
    padding: 0 2rem 0 7.6rem;
  }
  .tre .wrap .subnav li a br {
    display: block;
  }
  .tre .wrap .subnav li a::before {
    width: 8rem;
    height: 8rem;
    margin: 0;
    transition: 0.2s;
  }
  .tre .wrap .subnav li a::after {
    right: 2rem;
    transition: 0.4s;
  }
  .tre .wrap .subnav li a:hover {
    background: rgba(255, 255, 255, 0.6);
  }
  .tre .wrap .subnav li a:hover::before {
    transform: scale(-1, 1);
  }
}
.feature {
  margin: 4rem 0 0.4rem;
  counter-reset: number 0;
}
.feature .tit {
  padding: 2rem 0 0;
  position: relative;
}
.feature .tit .en {
  display: flex;
  align-items: center;
  color: #EA6D9D;
  font-family: "Lora", serif;
  font-size: 1rem;
  position: absolute;
  top: 0;
  right: 1rem;
}
.feature .tit .en::before {
  content: "";
  display: block;
  width: 3rem;
  height: 0.1rem;
  background: #EA6D9D;
  margin: 0 0.6rem 0 0;
}
.feature .catch {
  background: url("../img/index_feature_pen.svg") no-repeat right 1rem bottom 1rem/15rem auto #FDF6F5;
  margin: 0 1rem 2rem;
  color: #EA6D9D;
  border-radius: clamp(0.3rem, 1vw, 0.6rem);
  padding: 1rem 1rem 4rem;
}
.feature .catch span {
  line-height: 1.8;
  border-bottom: 1px dotted #F4B6AF;
}
.feature > div {
  position: relative;
}
.feature > div::before {
  content: "";
  display: block;
  width: 100%;
  height: 18rem;
  position: absolute;
  bottom: 0;
}
.feature > div .txt {
  padding: 3rem 1rem 18rem;
}
.feature > div .txt section {
  display: flex;
  flex-direction: column;
  counter-increment: number 1;
  position: relative;
}
.feature > div .txt section .midashi {
  order: 2;
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
  margin: 2rem 0 0;
}
.feature > div .txt section .num {
  order: 1;
  display: flex;
  justify-content: flex-end;
}
.feature > div .txt section .num svg {
  display: inline-block;
  width: 70%;
  height: 2.2rem;
}
.feature > div .txt section .num::after {
  content: counter(number, decimal-leading-zero);
  font-family: "Lora", serif;
  font-size: 2em;
  line-height: 1;
  margin: -0.6rem 0 0 0.6rem;
}
.feature > div .txt section p {
  order: 3;
  margin: 1rem 0 3rem;
}
.feature > div:nth-child(odd) .txt {
  background: url("../img/index_feature_pink.jpg") repeat 0 0/100% auto;
}
.feature > div:nth-child(odd) .txt section .midashi {
  color: #C4316A;
}
.feature > div:nth-child(odd) .txt section .num::after {
  color: #f996bc;
}
.feature > div:nth-child(odd) .txt section .num svg {
  fill: #f996bc;
}
.feature > div:nth-child(even) .txt {
  background: url("../img/index_feature_purple.png") repeat 0 0/100% auto;
}
.feature > div:nth-child(even) .txt section .midashi {
  color: #5C5CA8;
}
.feature > div:nth-child(even) .txt section .num::after {
  color: #9A9AC8;
}
.feature > div:nth-child(even) .txt section .num svg {
  fill: #9A9AC8;
}
.feature > div.feature01::before {
  background: url("../img/index_feature01.jpg") no-repeat center top/cover;
}
.feature > div.feature02::before {
  background: url("../img/index_feature02.jpg") no-repeat center top/cover;
}
.feature > div.feature03::before {
  background: url("../img/index_feature03.jpg") no-repeat center top/cover;
}
.feature > div.feature04::before {
  background: url("../img/index_feature04.jpg") no-repeat center top/cover;
}
.feature > div.feature05::before {
  background: url("../img/index_feature05.jpg") no-repeat center top/cover;
}
.feature > div.feature06::before {
  background: url("../img/index_feature06.jpg") no-repeat center top/cover;
}
.feature > div.feature07::before {
  background: url("../img/index_feature07.jpg") no-repeat center top/cover;
}

@media screen and (min-width: 48em), print {
  .feature {
    margin: 0 0 1rem;
  }
  .feature .tit {
    width: 1100px;
    padding: 6rem 0 0;
  }
  .feature .tit .en {
    font-size: 1.4rem;
  }
  .feature .tit .en::before {
    width: 4rem;
  }
  .feature .catch {
    width: 94rem;
    margin: 0 auto 4rem;
    background: url("../img/index_feature_pen.svg") no-repeat right 1rem bottom 1rem/34rem auto #FDF6F5;
    font-size: 2.4rem;
    padding: 5rem;
  }
  .feature .catch span {
    line-height: 2;
  }
  .feature > div {
    padding: 0;
    display: flex;
  }
  .feature > div::before {
    width: 50%;
    min-height: 40rem;
    height: auto;
    position: static;
  }
  .feature > div .txt {
    width: 50%;
    padding: 6rem 0;
    min-height: 40rem;
  }
  .feature > div .txt section {
    width: 49rem;
    font-size: 2rem;
  }
  .feature > div .txt section .midashi {
    font-size: 2.8rem;
  }
  .feature > div .txt section .num {
    margin: 0 0 0 6rem;
  }
  .feature > div .txt section .num::after {
    font-size: 4rem;
    line-height: 1;
  }
  .feature > div .txt section .num svg {
    width: 38rem;
    height: 5.4rem;
  }
  .feature > div:nth-child(odd) {
    background: url("../img/index_feature_pink.jpg") repeat 0 0/auto;
  }
  .feature > div:nth-child(odd) .txt section {
    margin: 0 auto 0 6rem;
  }
  .feature > div:nth-child(odd) .txt section .num::after {
    margin: 0.2rem 0 0 0.6rem;
  }
  .feature > div:nth-child(even) {
    background: url("../img/index_feature_purple.png") repeat 0 0/auto;
  }
  .feature > div:nth-child(even)::before {
    order: 2;
  }
  .feature > div:nth-child(even) .txt {
    order: 1;
  }
  .feature > div:nth-child(even) .txt section {
    margin: 0 6rem 0 auto;
  }
  .feature > div:nth-child(even) .txt section .num::after {
    margin: 0.2rem 0 0 0.6rem;
  }
}
.top_bnr a {
  text-decoration: none !important;
}
.top_bnr .catch {
  background: url(../img/index_feature_pink.jpg) repeat 0 0/100% auto;
  margin: 0 1rem 3rem;
  color: #EA6D9D;
  border-radius: clamp(0.3rem, 1vw, 0.6rem);
  padding: 2rem;
  text-align: center;
  transition: 0.2s;
}
.top_bnr .catch:hover {
  opacity: 0.8;
}
.top_bnr .catch span {
  line-height: 1.8;
  border-bottom: 1px dotted #F4B6AF;
}
@media screen and (min-width: 48em), print {
  .top_bnr {
    width: 94rem;
    margin: 0 auto;
  }
  .top_bnr .catch {
    margin: 0 auto 7rem;
    font-size: 2.4rem;
    padding: 3.5rem;
  }
  .top_bnr .catch span {
    line-height: 2;
  }
}

body:not(.index) .main {
  margin: 0 0 6rem;
}
body:not(.index) .main > .wrap {
  margin: 7rem 1rem 0;
}
body:not(.index) .main > .wrap .btn_rsv {
  font-size: 120%;
  padding: 0.8rem 2rem;
}
body:not(.index) .main > .wrap .btn_rsv::before {
  margin: 0 0.6rem 0 0;
}
body:not(.index) .main > .wrap .img_c {
  max-width: 90%;
  border: 1px solid #ccc;
  padding: 0.4rem;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    margin: 0 0 8rem;
  }
  body:not(.index) .main > .wrap {
    width: 100rem;
    margin: 9rem auto 0;
  }
  body:not(.index) .main > .wrap .btn_rsv {
    font-size: 120%;
    padding: 1rem 3rem;
  }
  body:not(.index) .main > .wrap .btn_rsv::before {
    margin: 0 1rem 0 0;
  }
  body:not(.index) .main > .wrap .img_c {
    max-width: 60%;
    height: auto;
    padding: 1rem;
  }
}

.breadcrumb {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  margin: 0 1rem;
  position: absolute;
  top: 22.4rem;
  left: 0;
  right: 0;
}
.breadcrumb li {
  line-height: 1.2;
}
.breadcrumb li:first-child {
  flex: 0 0 4.4em;
}
.breadcrumb li:first-child a {
  text-decoration: underline;
}
.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;
    width: 1100px;
    margin: 0 auto;
    top: 40.6rem;
  }
  .breadcrumb li:first-child {
    flex: 0 0 4.8em;
  }
  .breadcrumb li:not(:last-child)::after {
    margin: 0 0.8rem;
  }
  .breadcrumb li a:hover {
    opacity: 1;
    text-decoration: none;
  }
}
@media screen and (min-width: 48em), print {
  .flex {
    justify-content: space-between;
  }
  .flex .txt {
    width: 70%;
  }
  .flex .photo {
    width: 25%;
  }
  .flex .photo img {
    max-width: 100% !important;
  }
}
.gallery {
  width: 85%;
  margin: auto;
  visibility: hidden;
}
.gallery .gallery_slider div .cap {
  margin: 0.2rem 0 0;
  text-align: center;
  color: #fff;
  padding: 0.4rem;
  opacity: 0;
  transition: 0.3s ease;
  background: #EA6D9D;
}
.gallery .gallery_slider div .slick-current .cap {
  opacity: 1;
  transition-delay: 0.5s;
}
.gallery .gallery_slider div:first-child .cap {
  transition-delay: 0s;
}
.gallery .gallery_thum div img {
  cursor: pointer;
  border: 4px solid transparent;
}
.gallery .gallery_thum .slick-current div img {
  border: 4px solid #EA6D9D;
}

@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);
  }
}
.img_c.device {
  margin: 0 auto 0.6rem;
  max-width: 80% !important;
}

@media screen and (min-width: 48em), print {
  .img_c.device {
    margin: 0 auto 1rem;
    max-width: 90% !important;
  }
}
.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 15rem;
  }
}
.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 #d9d9ea;
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem solid transparent;
  margin: auto;
}
@media screen and (min-width: 48em), print {
  .flow dd:not(:last-child)::after {
    bottom: -8rem;
  }
}

.access .main .gmap {
  height: 30rem;
  margin: 2rem 0;
}
@media screen and (min-width: 48em), print {
  .access .main .tbl_time {
    font-size: 2rem;
  }
  .access .main .gmap {
    margin: 4rem 0 0;
    height: 50rem;
  }
  .access .main .gallery_thum#access01_nav .slick-track {
    transform: translate3d(0px, 0px, 0px) !important;
  }
}

.scr {
  display: block;
}

body.ladysdock .main .price {
  display: block;
  padding: 0.4rem 0;
}
body.ladysdock .main .price .txt_small {
  font-size: 65%;
}
body.ladysdock .main .deadline {
  font-size: 65%;
}

.tbl_price {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #5C5CA8;
}
.tbl_price caption {
  text-align: right;
  font-size: 85%;
  margin: 0 0 0.4rem;
}
.tbl_price thead .head {
  background-color: #5C5CA8;
  color: #ffffff;
}
.tbl_price tbody th {
  width: 60%;
  padding: 0.4rem 1rem;
  color: #5C5CA8;
  border-bottom: 1px solid #5C5CA8;
}
.tbl_price tbody td {
  text-align: right;
  padding: 0.4rem 1rem;
  border-bottom: 1px solid #5C5CA8;
}

@media screen and (min-width: 48em), print {
  .tbl_price {
    table-layout: fixed;
  }
  .tbl_price thead .head {
    padding: 0 2rem;
  }
  .tbl_price tbody th, .tbl_price tbody td {
    width: auto;
    padding: 1rem 2rem;
  }
}
.pink {
  color: #EA6D9D;
}

.scroll {
  overflow-x: scroll;
}
.scroll .tbl_price_02 {
  width: 100%;
  min-width: 650px;
  border-collapse: collapse;
  border-top: 1px solid #5C5CA8;
  table-layout: fixed;
}
.scroll .tbl_price_02 caption {
  text-align: right;
  font-size: 85%;
  margin: 0 0 0.4rem;
}
.scroll .tbl_price_02 thead .head {
  background-color: #5C5CA8;
  color: #ffffff;
  padding-right: 1rem;
}
.scroll .tbl_price_02 tbody th {
  width: 60%;
  padding: 0.4rem 1rem;
  color: #5C5CA8;
  border-bottom: 1px solid #5C5CA8;
}
.scroll .tbl_price_02 tbody td {
  text-align: right;
  padding: 0.4rem 1rem;
  border-bottom: 1px solid #5C5CA8;
  width: 30%;
}

@media screen and (min-width: 48em), print {
  .scroll {
    overflow: hidden;
  }
  .scroll .tbl_price_02 {
    table-layout: fixed;
    width: 1000px;
  }
  .scroll .tbl_price_02 thead .head {
    padding: 0 2rem;
  }
  .scroll .tbl_price_02 tbody th, .scroll .tbl_price_02 tbody td {
    width: auto;
    padding: 1rem 2rem;
  }
}
body.english .main .tit_01 {
  font-size: 1.8rem;
}
@media screen and (min-width: 48em), print {
  body.english .main .tit_01 {
    font-size: 3.2rem;
  }
}/*# sourceMappingURL=style.css.map */