@charset "UTF-8";
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

a, address, article, aside, audio, b, big, blockquote, body, button, caption, center, cite, code, dd, details, div, dl, dt, em, fieldset, figcaption, figure, footer, form, form, h1, h2, h3, h4, h5, h6, header, i, iframe, img, input, label, li, main, mark, menu, nav, ol, p, pre, q, s, section, select, small, span, strong, summary, table, tbody, td, textarea, tfoot, th, thead, time, tr, u, ul, video {
  margin: 0;
  padding: 0;
  font-size: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

button,
input,
select {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

body {
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, sans-serif;
  overflow-x: hidden;
  position: relative;
}

a {
  text-decoration: none;
}

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

/*==================================================================================================
	ヘッダー
==================================================================================================*/
header {
  display: block;
  width: 100%;
  z-index: 999;
  background: #FFFFFF;
  position: fixed;
  top: 0;
  height: 118px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #231815;
}
@media screen and (max-width: 1280px) {
  header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 86px;
  }
}
@media screen and (max-width: 560px) {
  header {
    height: 60px;
  }
}
header .headWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4rem;
}
header .headWrap .leftBox {
  width: 28%;
}
header .headWrap .rightBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .headWrap .headerLogo {
  max-width: 27rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
header .headWrap .headerLogo .logo-kids {
  width: 56%;
}
header .headWrap .headerLogo .logo-elder {
  width: 37%;
}
header .headWrap .headerLogo .logo-elder img {
  vertical-align: middle;
}
header .headWrap .btnArea {
  display: inline-block;
  max-width: 14rem;
  width: 100%;
  margin: 0;
}
header .headWrap .btnArea .inquiryBtn {
  display: block;
  border-radius: 5px;
  color: #FFFFFF;
  text-align: center;
  background-color: #ec7e89;
  width: 100%;
  padding: 0.3em 1em;
  font-size: 95%;
}
header .headWrap .btnArea .inquiryBtn:hover {
  background-color: #eca4aa;
}
@media screen and (max-width: 1280px) {
  header .headWrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0.8em 1.5em;
  }
  header .headWrap .leftBox {
    width: 80%;
  }
  header .headWrap .rightBox {
    width: 20%;
  }
  header .headWrap .btnArea {
    display: block;
    margin: 2em auto;
  }
}
@media screen and (max-width: 1020px) {
  header .headWrap .headerLogo {
    max-width: 25rem;
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  header .headWrap {
    padding: 0.5em 1.5em 0.5em 1em;
  }
  header .headWrap .headerLogo {
    max-width: 22rem;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  header .headWrap {
    padding: 0.7em 1.5em 0.7em 1em;
  }
}
header .headMenu {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
header .headMenu .nav {
  width: 100%;
  max-width: 1080px;
}
header .headMenu .headNavList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
header .headMenu .headNavList__item {
  border-left: 1px solid #231815;
}
header .headMenu .headNavList__item a {
  padding: 0.2em 1.5em;
  display: block;
  font-size: 95%;
  font-weight: 100;
}
header .headMenu .headNavList__item a span {
  display: inline-block;
}
@media screen and (max-width: 1280px) {
  header .headMenu .headNavList__item {
    border-left: none;
  }
}
header .headMenu .subNav {
  display: none;
}
@media screen and (max-width: 1280px) {
  header .headMenu .headNavList__item {
    margin-right: 2em;
  }
}
@media screen and (max-width: 1280px) {
  header .headMenu {
    display: none;
    width: 70%;
    height: calc(100vh - 7.3rem);
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 7.3rem;
    right: 0;
    overflow-y: auto;
  }
  header .headMenu .nav {
    max-width: 100%;
  }
  header .headMenu .headNavList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .headMenu .headNavList__item {
    margin-right: 0;
    border-bottom: 1px solid rgba(162, 162, 162, 0.5);
  }
  header .headMenu .headNavList__item a {
    padding: 1.5em;
    font-size: 100%;
    line-height: normal;
    text-align: center;
  }
}
@media screen and (max-width: 1020px) {
  header .headMenu {
    height: calc(100vh - 6rem);
    top: 6rem;
  }
  header .headMenu .subNav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5vw;
  }
  header .headMenu .subNav .btnArea {
    display: block;
  }
  header .headMenu .subNav .btnArea {
    max-width: 10rem;
  }
  header .headMenu .subNav .btnArea .inquiryBtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  header .headMenu .subNav .btnArea .inquiryBtn img {
    max-width: 4.8rem;
    margin: 0 auto;
  }
  header .headMenu .subNav .btnArea .inquiryBtn p {
    display: block;
  }
}
@media screen and (max-width: 560px) {
  header .headMenu {
    height: calc(100vh - 5rem);
    top: 6rem;
  }
}

/*==================================================================================================
	ハンバーガーメニュー
==================================================================================================*/
.humburgerBtn {
  display: none;
}
.humburgerBtn .humburgerLine {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.humburgerBtn .humburgerLine > span {
  display: block;
  margin: 0 auto 0.6em;
  height: 3px;
  background: #717071;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.humburgerBtn .humburgerLine > span:nth-child(3) {
  margin-bottom: 0;
}
.humburgerBtn .humburgerLine.open span.top {
  -webkit-transform: translateY(0.7em) rotate(-45deg);
          transform: translateY(0.7em) rotate(-45deg);
}
.humburgerBtn .humburgerLine.open span.middle {
  opacity: 0;
}
.humburgerBtn .humburgerLine.open span.bottom {
  -webkit-transform: translateY(-0.6em) rotate(45deg);
          transform: translateY(-0.6em) rotate(45deg);
}
@media screen and (max-width: 1280px) {
  .humburgerBtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 4.5rem;
    height: 4.5rem;
    position: relative;
    top: 20.5px;
    right: 20.5px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    z-index: 999;
  }
  .humburgerBtn .humburgerLine.open span.top {
    -webkit-transform: translateY(0.9em) rotate(-45deg);
            transform: translateY(0.9em) rotate(-45deg);
  }
}
@media screen and (max-width: 560px) {
  .humburgerBtn {
    top: 7.5px;
    right: 1em;
    width: 4rem;
    height: 4rem;
  }
  .humburgerBtn .humburgerLine > span {
    margin: 0 auto 0.4em;
  }
  .humburgerBtn .humburgerLine > span:nth-child(3) {
    margin-bottom: 0;
  }
  .humburgerBtn .humburgerLine.open span.top {
    -webkit-transform: translateY(0.7em) rotate(-45deg);
            transform: translateY(0.7em) rotate(-45deg);
  }
  .humburgerBtn .humburgerLine.open span.middle {
    opacity: 0;
  }
  .humburgerBtn .humburgerLine.open span.bottom {
    -webkit-transform: translateY(-0.5em) rotate(45deg);
            transform: translateY(-0.5em) rotate(45deg);
  }
}

/*==================================================================================================
	フッター
==================================================================================================*/
footer .contactCont {
  border-top: 1px solid #00a199;
  padding: 4rem 0;
}
footer .contactCont .contactList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .contactCont .contactList__item {
  color: #595757;
  width: 47%;
  text-align: center;
}
footer .contactCont .contactList__item > .ttl {
  font-size: 2.7rem;
  color: #00a199;
}
footer .contactCont .contactList__item > .text {
  color: #00a199;
}
footer .contactCont .contactList__item .tel {
  font-size: 2.4rem;
}
footer .contactCont .contactList__item a.telLink {
  font-size: 3rem;
  color: #595757;
}
@media screen and (max-width: 767px) {
  footer .contactCont {
    padding: 2rem 0;
  }
  footer .contactCont .contactList {
    display: block;
  }
  footer .contactCont .contactList__item {
    width: 100%;
    margin-bottom: 1em;
  }
  footer .contactCont .contactList__item:last-child {
    margin-bottom: 0;
  }
  footer .contactCont .contactList__item > .ttl {
    font-size: 2rem;
  }
  footer .contactCont .contactList__item .tel {
    font-size: 2rem;
  }
  footer .contactCont .contactList__item a.telLink {
    font-size: 2.4rem;
  }
}
footer .copy {
  border-top: 1px solid #231815;
  padding: 4rem;
  position: relative;
}
footer .copy .footerlogo {
  max-width: 230px;
  margin: 0 auto;
}
footer .copy .pagetop {
  max-width: 200px;
  width: 100%;
  position: absolute;
  bottom: 5rem;
  right: 3rem;
  text-align: right;
}
footer .copy .pagetop a {
  font-size: 95%;
}
@media screen and (max-width: 860px) {
  footer .copy {
    padding: 2.5rem;
  }
  footer .copy .footerlogo {
    max-width: 120px;
    margin: 0;
  }
  footer .copy .pagetop {
    max-width: 140px;
    width: 100%;
    bottom: 3rem;
    right: 2rem;
  }
}

/*==================================================================================================
	ボタン Button
==================================================================================================*/
.btnArea .basicBtn {
  display: block;
  background-color: #eca4aa;
  color: #FFFFFF;
  text-align: center;
  border-radius: 1rem;
  line-height: 1.3;
  font-size: 1.8rem;
  padding: 0.8em;
  max-width: 300px;
  height: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 3em auto 0;
}
.btnArea .basicBtn:hover {
  background-color: #ec7e89;
}
@media screen and (max-width: 767px) {
  .btnArea .basicBtn {
    margin: 1.5em auto 1em;
  }
}
.btnArea .funBtn {
  display: block;
  background-color: #eca4aa;
  color: #FFFFFF;
  text-align: center;
  border-radius: 1rem;
  line-height: 1.3;
  font-size: 1.8rem;
  height: 160px;
  padding: 0.8em;
  position: relative;
}
.btnArea .funBtn::before {
  content: "";
  display: inline-block;
  width: 132.6px;
  height: 106.49px;
  background-image: url(../img/image-btn.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.btnArea .funBtn:hover {
  background-color: #ec7e89;
}
@media screen and (max-width: 767px) {
  .btnArea .funBtn {
    width: 200px;
    margin: 1em auto 0;
    height: 70px;
    font-size: 1.6rem;
    text-align: left;
  }
  .btnArea .funBtn::before {
    content: "";
    display: inline-block;
    width: 100px;
    height: 80.31px;
    background-image: url(../img/image-btn.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: none;
            transform: none;
  }
}

.floating-banner {
  position: fixed;
  z-index: 99999;
  bottom: 2rem;
  right: 1rem;
  width: 100px;
  display: none;
}

.floating-banner__image {
  max-width: 100%;
}

@media screen and (max-width: 1280px) {
  .floating-banner {
    display: block;
  }
}
/*フッターまでスクロールしたら消す*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
}

/*==================================================================================================
	タイトル Label
==================================================================================================*/
.label {
  font-size: 2.5rem;
  color: #eca4aa;
  margin-bottom: 0.5em;
  text-align: center;
}
.label span {
  font-size: 1.6rem;
}

.subLabel {
  font-size: 2.1rem;
  color: #595757;
  margin-bottom: 1em;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 560px) {
  .subLabel {
    font-size: 1.4rem;
  }
}

/*==================================================================================================
	レイアウト Layout
==================================================================================================*/
/*==================================================================================================
	サイト基礎
==================================================================================================*/
html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  color: #231815;
  font-size: 1.6rem;
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-weight: 600;
  scroll-behavior: smooth;
}
@media screen and (max-width: 860px) {
  body {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 1.3rem;
  }
}
body a {
  color: #231815;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body a:hover {
  text-decoration: none;
  opacity: 1;
}
body .inner {
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  body .inner {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
@media screen and (max-width: 767px) {
  body .inner {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
body .telLink {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}
body .telLink _:-ms-fullscreen,
body .telLink :root .selector {
  display: inline-block;
}
@media screen and (max-width: 860px) {
  body .telLink {
    cursor: pointer;
    pointer-events: auto;
    letter-spacing: 0.02em;
  }
}
body .readTxt {
  letter-spacing: 0.15em;
  line-height: 1.8;
}
body .readTxt.-center {
  text-align: center;
}

.preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

/*==================================================================================================
	共通 Common
==================================================================================================*/
.lContainer .mContainer {
  padding: 4em 0;
}
@media screen and (max-width: 860px) {
  .lContainer .mContainer {
    padding: 2em 0;
  }
}