@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/*------------------ elements ------------------*/
/*font-family*/
/*font-size*/
/*color*/
/*break point*/
/*
 * Easing function
 * Original：http://easings.net/
 */
/* Scss Document */
/*------------------ reset ------------------*/
/*すべてに適応*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

a {
  text-decoration: none; }

img {
  vertical-align: bottom; }

* {
  box-sizing: border-box; }

* {
  color: #222222;
  font-family: futura-pt, noto-sans-cjk-jp, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7; }

p {
  text-align: justify;
  /*文章の均等割り付け*/
  line-break: strict;
  /*禁則処理*/ }

img {
  max-width: 100%; }

iframe {
  max-width: 100%; }

.small {
  font-size: 12px; }

a {
  cursor: pointer; }

/* compornent//繰り返される最小単位//Scss Document */
.c-heading {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 32px;
  font-weight: 800; }
  @media screen and (min-width: 890px) {
    .c-heading {
      font-size: 2rem; } }
  .c-heading-en {
    font-size: 0.75rem;
    display: block;
    font-weight: normal; }
  .c-heading-subtext {
    font-size: 1.25rem;
    text-align: center;
    font-weight: 800;
    color: #004c87; }

.c-subpagetitle {
  font-size: 2rem;
  border-bottom: 5px solid #72b0d2;
  color: #004c87;
  text-align: center;
  padding-top: 160px;
  font-weight: 800; }
  @media screen and (min-width: 890px) {
    .c-subpagetitle {
      font-size: 2.5rem;
      text-align: left; } }

.c-headingText {
  font-weight: 800;
  color: #004c87;
  text-align: center;
  font-size: 1.25rem; }

.c-textBlue {
  color: #004c87; }

.c-textLblue {
  color: #72b0d2; }

.c-textWhite {
  color: #fff; }

.c-bgOrange {
  background-color: #f26419; }

.c-bgYellow {
  background-color: #fdca40; }

.c-bgBlue {
  background-color: #72b0d2; }

.c-bgLblue {
  background-color: #004c87; }

.c-underline {
  background: linear-gradient(transparent 60%, rgba(242, 191, 80, 0.6) 60%); }

.c-btn {
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  border-width: 2px;
  border-style: solid;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0px 3px 55.8px 4.2px rgba(0, 0, 0, 0.1); }

.c-btnMore {
  color: #72b0d2;
  border-color: #72b0d2; }

.c-btnAct {
  display: inline-block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100%;
  max-width: 320px;
  position: relative;
  text-align: center;
  cursor: pointer;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50px; }
  .c-btnAct::before {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle; }

.c-btnActWeb {
  background-color: #fdca40; }
  .c-btnActWeb::before {
    background-image: url("../img/web.png"); }

.c-btnActTel {
  background-color: #f26419; }
  .c-btnActTel::before {
    background-image: url("../img/tel.png"); }

.c-wrap {
  width: 87.8%;
  margin: 0 auto; }

@media screen and (min-width: 890px) {
  .news .c-wrap,
  .schedule .c-wrap,
  .greeting .c-wrap,
  .s-access-inner {
    width: 82.4%; } }

.c-flex {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

@media screen and (min-width: 890px) {
  .c-flexpc {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; } }

.u-center {
  text-align: center; }

.u-left {
  text-align-last: auto; }

.u-spblock {
  display: block; }
  @media screen and (min-width: 890px) {
    .u-spblock {
      display: none; } }

.u-pcblock {
  display: none; }
  @media screen and (min-width: 890px) {
    .u-pcblock {
      display: block; } }

body .drawer-overlay {
  /*position:fixedをheaderにするとなぜか前面が灰色になるので、透明にした。検証ツールでセレクタ見る*/
  background-color: transparent;
  position: relative; }

.header .drawer-hamburger {
  margin-right: 0.5rem; }
.header .drawer-hamburger-icon, .header .drawer-hamburger-icon:after, .header .drawer-hamburger-icon:before {
  background-color: #fdca40; }

.c-btnHeader {
  display: inline-block;
  width: 70px;
  padding-top: 2rem;
  padding-bottom: 0.4rem;
  color: #fff;
  position: relative;
  text-align: center; }
  @media screen and (min-width: 890px) {
    .c-btnHeader {
      width: auto;
      padding-right: 0.4rem;
      padding-left: 0.4rem; } }
  .c-btnHeader::before {
    position: absolute;
    top: 0.4rem;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle; }

.header {
  box-shadow: 0px 3px 55.8px 4.2px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000; }
  .header .c-wrap {
    width: 95%; }
    @media screen and (min-width: 890px) {
      .header .c-wrap {
        width: auto;
        margin-left: 16px; } }
  .header-act {
    margin-right: 56px; }
    @media screen and (min-width: 890px) {
      .header-act {
        margin-right: 0; } }
  .header .drawer-hamburger {
    display: block; }
    @media screen and (min-width: 890px) {
      .header .drawer-hamburger {
        display: none; } }
  @media screen and (max-width: 890px) {
    .header .drawer-menu {
      flex-direction: column;
      padding: 40px; } }
  .header-logo {
    width: 30%;
    max-width: 240px; }
    .header-logo img {
      width: 80%;
      min-width: 140px; }

nav li {
  margin-right: 40px; }
  @media screen and (min-width: 890px) {
    nav li {
      margin-right: 8px; } }

.footer {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media screen and (max-width: 890px) {
    .footer .c-wrap {
      width: 70%;
      margin: 0 auto; } }
  .footer-detail {
    margin-bottom: 2rem; }
    .footer-detail-logo {
      width: 240px;
      margin-bottom: 2rem; }
  .footer-nav {
    margin-bottom: 2rem; }
    .footer-nav > li {
      margin-bottom: 1rem; }
    .footer-nav > li:not(:last-child) {
      margin-right: 24px; }
  .footer-tel::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-image: url("../img/footer_tel.png"); }

.reservation {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #72b0d2; }
  @media screen and (min-width: 890px) {
    .reservation {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .reservation .c-heading, .reservation .c-heading-en {
    color: #fff; }
  .reservation p {
    color: #fff;
    text-align: center; }
  .reservation-text {
    margin-bottom: 2rem; }
  .reservation-time {
    margin-bottom: 2rem; }
    @media screen and (min-width: 890px) {
      .reservation-time {
        width: 50%;
        order: 2; } }
  .reservation-act > li:first-child {
    margin-bottom: 1rem; }
  @media screen and (min-width: 890px) {
    .reservation-act {
      width: 50%;
      order: 1; } }

.pagetop img {
  width: 56px;
  z-index: 99;
  position: fixed;
  bottom: 80px;
  right: 24px; }

.breadcrumb {
  margin-top: 1rem;
  margin-bottom: 80px; }
  .breadcrumb li {
    display: inline-block; }

.mainvisual {
  width: 100vw;
  height: 100vh;
  position: relative;
  text-align: center;
  background-image: url("../img/top_img01.jpeg");
  background-size: cover;
  background-position: 70% 0; }
  .mainvisual img {
    width: 80%;
    max-width: 560px;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 3px 55.8px 4.2px rgba(0, 0, 0, 0.1); }
    @media screen and (min-width: 890px) {
      .mainvisual img {
        left: auto;
        transform: translateX(0%); } }

.news {
  background-color: #ecf7fc;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media screen and (min-width: 890px) {
    .news {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media screen and (min-width: 890px) {
    .news-parts {
      width: 40%; } }
  @media screen and (min-width: 890px) {
    .news .c-heading {
      text-align: left; } }
  .news-corona {
    text-align: center;
    margin-bottom: 24px; }
    @media screen and (min-width: 890px) {
      .news-corona {
        text-align: left; } }
    .news-corona a {
      color: #fdca40;
      border-bottom: 1px solid #fdca40; }
  .news-inner {
    margin-bottom: 24px;
    width: 80%;
    margin-right: auto;
    margin-left: auto; }
    @media screen and (min-width: 890px) {
      .news-inner {
        width: 60%; } }
    .news-inner dl {
      padding: 8px; }
    .news-inner time, .news-inner dd {
      color: #72b0d2; }
    .news-inner li {
      border-bottom: 1px solid #fff; }

.schedule {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media screen and (min-width: 890px) {
    .schedule {
      padding-top: 80px;
      padding-bottom: 120px; } }
  .schedule .c-flexpc {
    align-items: flex-end; }
  @media screen and (min-width: 890px) {
    .schedule .c-heading {
      text-align: left; } }
  @media screen and (min-width: 890px) {
    .schedule-inner {
      width: 48%; } }
  .schedule-text {
    margin-bottom: 16px; }
    @media screen and (min-width: 890px) {
      .schedule-text {
        margin-bottom: 0; } }
    .schedule-text p {
      text-align: left; }
  @media screen and (min-width: 890px) {
    .schedule-table {
      width: 48%; } }

.greeting {
  padding-bottom: 40px;
  background-color: #ecf7fc; }
  @media screen and (min-width: 890px) {
    .greeting {
      background-color: #fff;
      position: relative;
      text-align: left;
      margin-bottom: 160px; } }
  .greeting img {
    margin-bottom: 1rem; }
  .greeting-title {
    display: block;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 6px solid #004c87;
    border-bottom: 6px solid #004c87;
    margin-bottom: 1rem;
    text-align: center;
    color: #004c87;
    font-weight: 800;
    font-size: 1.5rem; }
  .greeting-text {
    margin-bottom: 1.5rem; }
  @media screen and (min-width: 890px) {
    .greeting-bg {
      width: 87.8%;
      height: 40.9956076135vw;
      object-fit: cover;
      margin-left: auto;
      background-color: #ecf7fc;
      position: absolute;
      top: 20%;
      right: 0; } }
  @media screen and (min-width: 890px) {
    .greeting-pcimg img {
      width: 93.9%;
      min-height: 480px;
      object-fit: cover;
      position: relative;
      z-index: 2; } }
  @media screen and (min-width: 890px) {
    .greeting-inner {
      position: absolute;
      top: 50%;
      left: 8.7%;
      transform: translateY(-50%);
      width: 30%;
      min-width: 360px;
      z-index: 3; } }

.treatment {
  padding-top: 40px; }
  .treatment-inner dl {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px; }
  .treatment-inner dt {
    display: inline-block;
    margin-bottom: 32px;
    background: linear-gradient(transparent 60%, rgba(242, 191, 80, 0.6) 60%);
    color: #fff;
    font-size: 1.25rem; }
    @media screen and (min-width: 890px) {
      .treatment-inner dt {
        transform: translate(-120px, 110px); } }
  @media screen and (min-width: 890px) {
    .treatment-inner-list {
      justify-content: center;
      width: 100%;
      padding: 40px; } }
  .treatment-inner-list > li {
    width: 28vw;
    height: 28vw;
    max-width: 180px;
    max-height: 180px;
    font-size: 0.75rem;
    border-radius: 50%;
    background-color: #fff;
    position: relative; }
    @media screen and (min-width: 890px) {
      .treatment-inner-list > li {
        justify-content: center;
        width: 16vw;
        height: 16vw; } }
    .treatment-inner-list > li:first-child {
      display: none; }
      @media screen and (min-width: 890px) {
        .treatment-inner-list > li:first-child {
          display: block;
          background-color: transparent;
          margin-bottom: 1rem; } }
    @media screen and (min-width: 890px) {
      .treatment-inner-list > li:nth-child(3) {
        margin-right: 1rem; } }
    .treatment-inner-list > li a {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      color: #72b0d2; }
  .treatment-inner-list img {
    height: 32px;
    display: block;
    margin: 0 auto 4px; }
  @media screen and (min-width: 890px) {
    .treatment .c-bgBlue {
      width: 50%; } }
  @media screen and (min-width: 890px) {
    .treatment .c-bgLblue {
      width: 50%; } }

@media screen and (min-width: 890px) {
  .name {
    margin-bottom: 120px; } }

.access {
  padding-top: 40px;
  margin-bottom: 40px; }
  @media screen and (min-width: 890px) {
    .access {
      margin-bottom: 120px; } }
  .access-inner {
    background: linear-gradient(180deg, #fff 0%, #fff 4%, #ecf7fc 4%, #ecf7fc 100%);
    width: 100%;
    padding-bottom: 40px; }
    @media screen and (min-width: 890px) {
      .access-inner {
        width: 87.8%;
        margin: 0 auto; } }
  @media screen and (min-width: 890px) {
    .access .c-wrap {
      width: 82.4%; } }

.s-access {
  text-align: center; }
  .s-access-map {
    margin-bottom: 2rem; }
    @media screen and (min-width: 890px) {
      .s-access-map {
        width: 87.8%;
        margin: 0 auto 120px; } }
    .s-access-map > iframe {
      margin: 0 auto; }
  @media screen and (min-width: 890px) {
    .s-access-inner {
      justify-content: center; } }
  .s-access-inner img {
    border-radius: 20px;
    margin-bottom: 1rem; }
  @media screen and (min-width: 890px) {
    .s-access-inner-text {
      width: 48%; } }
  .s-access-inner-text > p {
    text-align: center; }
    @media screen and (min-width: 890px) {
      .s-access-inner-text > p {
        width: 95%; } }
  .s-access-inner-text-adress {
    margin-bottom: 2rem; }
  .s-access-inner-detail {
    margin-bottom: 40px; }
    @media screen and (min-width: 890px) {
      .s-access-inner-detail {
        width: 48%; } }
    .s-access-inner-detail dl {
      margin-bottom: 1rem; }
      @media screen and (min-width: 890px) {
        .s-access-inner-detail dl {
          text-align: left; } }
    .s-access-inner-detail dt {
      display: inline-block;
      margin-bottom: 0.5rem;
      font-size: 1.25rem;
      font-weight: 800;
      color: #004c87;
      border-bottom: 2px solid #fdca40; }
    .s-access-inner-detail dd p {
      text-align: center; }
      @media screen and (min-width: 890px) {
        .s-access-inner-detail dd p {
          text-align: left; } }
    .s-access-inner-detail-car {
      color: #004c87;
      font-weight: 800; }

.s-treatment-title {
  margin-bottom: 2rem; }
.s-treatment-inner {
  margin-bottom: 80px; }
  .s-treatment-inner .c-flexpc {
    justify-content: center; }
  .s-treatment-inner-img {
    text-align: center;
    margin-bottom: 2rem;
    margin-right: 2rem; }
    .s-treatment-inner-img img {
      width: 56vw;
      height: 56vw;
      max-width: 360px;
      max-height: 360px;
      border-radius: 50%;
      object-fit: cover; }
  .s-treatment-inner-text {
    padding: 1rem 2rem;
    border-top: 6px solid #72b0d2;
    border-bottom: 6px solid #72b0d2;
    box-shadow: 0px 12px 34px 6px rgba(0, 0, 0, 0.08); }
    @media screen and (min-width: 890px) {
      .s-treatment-inner-text {
        width: 40%; } }
    .s-treatment-inner-text > h3 {
      padding-bottom: 8px;
      border-bottom: 2px solid #72b0d2; }
    .s-treatment-inner-text p {
      margin-top: 8px; }
.s-treatment-point {
  margin-bottom: 2.5rem; }
  .s-treatment-point-text h3 {
    margin-bottom: 2.5rem; }
  @media screen and (min-width: 890px) {
    .s-treatment-point-text .second {
      width: 50%;
      margin: 0 auto; } }
  .s-treatment-point-first {
    margin-bottom: 2rem; }
  .s-treatment-point-img {
    width: 70%;
    margin: 0 auto; }
    .s-treatment-point-img > .first {
      margin-bottom: 40px; }
      @media screen and (min-width: 890px) {
        .s-treatment-point-img > .first {
          margin-bottom: 0; } }
    @media screen and (min-width: 890px) {
      .s-treatment-point-img p {
        width: 48%; } }
  .s-treatment-point-list {
    margin-bottom: 80px; }

/* Scss Document */
.s-greeting {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #ecf7fc; }
  .s-greeting-title {
    font-weight: 800;
    font-size: 1.5rem;
    text-align: center;
    color: #004c87; }
  @media screen and (min-width: 890px) {
    .s-greeting-inner {
      display: flex; } }
  @media screen and (min-width: 890px) {
    .s-greeting-inner .img {
      width: 40%; } }
  .s-greeting-inner img {
    text-align: center;
    margin-bottom: 2rem; }
    @media screen and (min-width: 890px) {
      .s-greeting-inner img {
        width: 100%; } }
  .s-greeting-inner-text {
    color: #004c87; }
    @media screen and (min-width: 890px) {
      .s-greeting-inner-text {
        width: 48%; } }

.s-feature {
  padding-top: 40px;
  padding-bottom: 40px; }
  .s-feature .c-flex {
    justify-content: center; }
    @media screen and (min-width: 890px) {
      .s-feature .c-flex {
        justify-content: space-between; } }
  .s-feature-list {
    width: 80%;
    margin: 0 auto; }
    .s-feature-list li {
      margin-bottom: 3rem; }
      @media screen and (min-width: 890px) {
        .s-feature-list li {
          width: 48%; } }
    .s-feature-list img {
      max-width: 360px;
      margin-bottom: 1rem; }
    .s-feature-list dt {
      text-align: center;
      font-weight: bold;
      color: #72b0d2; }
    @media screen and (min-width: 890px) {
      .s-feature-list dl {
        width: 48%;
        margin: 0 auto; } }
