@charset "UTF-8";
/* Scss Document */
/* Scss Document */
*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  /* 文章設定 */
  text-autospace: normal;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

/* animation */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
img {
  max-width: 100%;
  height: auto;
}

h2,
h3,
h4,
h5 {
  font-weight: 700;
}

p {
  font-size: 1rem;
  text-align: justify;
  line-height: 2.25em;
}
@media (max-width: 1000px) {
  p {
    line-height: 2em;
  }
}

/* note */
.notes {
  font-size: 85%;
}

.note-box {
  margin-top: 0.5em;
  font-size: 0.75rem;
}

/* indent */
.indent-icon {
  margin-left: 1em;
  text-indent: -1em;
}

.indent-icon * {
  margin-left: 0;
  text-indent: 0;
}

/* display on/off */
@media (max-width: 1000px) {
  .pc {
    display: none;
  }
}

@media (min-width: 1001px) {
  .tab {
    display: none;
  }
}

@media (min-width: 1001px) {
  .tab-only {
    display: none;
  }
}
@media (max-width: 560px) {
  .tab-only {
    display: none;
  }
}

@media (max-width: 560px) {
  .pctab {
    display: none;
  }
}

.sp {
  display: block;
}
@media (min-width: 561px) {
  .sp {
    display: none;
  }
}

/* short cut */
.mb-05 {
  margin-bottom: 0.5rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.display-inlineblock {
  display: inline-block;
}

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

.textalign-center {
  text-align: center;
}

.textalign-left {
  text-align: left;
}

.textalign-right {
  text-align: right;
}

/* link */
a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease;
}

a img {
  transition: all 0.2s ease;
}

a:hover img {
  opacity: 0.5;
}

a.text-link {
  text-decoration: underline;
}

a.anker {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}
@media (max-width: 1000px) {
  a.anker {
    padding-top: 140px;
    margin-top: -140px;
  }
}

/* common content block size */
.mw1000px {
  max-width: 1000px;
  margin: 0 auto;
}

.mw1280px {
  max-width: 1280px;
  margin: 0 auto;
}

.pd4per {
  padding: 0 4%;
}

/* global header */
header {
  /*
  background-color: rgba(0, 175, 236, 0.1);
  */
  background-color: rgba(219, 244, 252, 0.8);
  width: 100%;
  height: 155px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
@media (max-width: 1000px) {
  header {
    height: 130px;
  }
}
@media (max-width: 560px) {
  header {
    height: 80px;
  }
}
header .logo {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  max-width: 350px;
}
@media (min-width: 561px) {
  header .logo {
    width: calc(100% - 360px);
  }
}
@media (max-width: 560px) {
  header .logo img {
    width: 250px;
  }
}
header {
  /* global cta button */
}
header .global-cta-button-box {
  position: fixed;
  top: auto;
  right: 1%;
  bottom: 80px;
  transform: none;
  display: none;
}
@media (min-width: 561px) {
  header .global-cta-button-box {
    bottom: auto;
    display: block;
    position: absolute;
    right: calc(3% + 80px);
    top: 50%;
    transform: translateY(-50%);
  }
}
header .global-cta-button-box ul.btn {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
@media (min-width: 561px) {
  header .global-cta-button-box ul.btn {
    flex-direction: row;
  }
}
header .global-cta-button-box ul.btn li {
  width: 110px;
  height: 110px;
  margin-left: 20px;
}
@media (max-width: 1000px) {
  header .global-cta-button-box ul.btn li {
    width: 96px;
    height: 96px;
    margin-left: 15px;
  }
}
@media (max-width: 560px) {
  header .global-cta-button-box ul.btn li {
    width: 85px;
    height: 85px;
    margin-left: 0;
    margin-bottom: 0.5rem;
  }
}
header .global-cta-button-box ul.btn li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
}
header .global-cta-button-box ul.btn li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 87px;
}
@media (max-width: 560px) {
  header .global-cta-button-box ul.btn li a img {
    max-width: 50px;
  }
}
header .global-cta-button-box ul.btn li:first-of-type {
  /* 来院予約 */
}
header .global-cta-button-box ul.btn li:first-of-type a {
  background-color: #00afec;
}
header .global-cta-button-box ul.btn li:last-of-type {
  /* オンライン予約 */
}
header .global-cta-button-box ul.btn li:last-of-type img {
  max-width: 72px;
}
@media (min-width: 561px) {
  header .global-cta-button-box ul.btn li:last-of-type img {
    max-width: 87px;
  }
}
header .global-cta-button-box ul.btn li:last-of-type a {
  background-color: #00428e;
}
header {
  /* gnav hamburger button */
}
header .toggle {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  right: 3%;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
@media (min-width: 561px) {
  header .toggle {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1001px) {
  header .toggle {
    width: 60px;
    height: 60px;
  }
}
header .toggle:after {
  content: "menu";
  position: absolute;
  width: 4em;
  text-align: center;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  color: #00428e;
}
@media (min-width: 1001px) {
  header .toggle:after {
    bottom: -14px;
  }
}
header .toggle span {
  margin-top: 0;
  position: absolute;
  top: calc(50% - 8px);
}
header .toggle span,
header .toggle span:before,
header .toggle span:after {
  position: absolute;
  left: 0;
  height: 3px;
  /*線の太さ*/
  width: 100%;
  /*長さ*/
  background: #00428e;
  display: block;
  content: "";
  transition: all 0.25s ease-in-out;
  border-radius: 3px;
}
header .toggle span:before {
  top: -16px;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 561px) {
  header .toggle span:before {
    top: -16px;
  }
}
@media (min-width: 1001px) {
  header .toggle span:before {
    top: -20px;
  }
}
header .toggle span:after {
  top: 16px;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 561px) {
  header .toggle span:after {
    top: 16px;
  }
}
@media (min-width: 1001px) {
  header .toggle span:after {
    top: 20px;
  }
}
header .toggle.active span {
  background: transparent;
}
header .toggle.active span:before {
  transform: rotate(225deg);
  top: 0;
}
header .toggle.active span:after {
  transform: rotate(-225deg);
  top: 0;
}
header nav.header {
  background-color: white;
  position: absolute;
  z-index: 1;
  width: 100%;
  max-width: 660px;
  height: 100vh;
  max-height: 800px;
  right: 0;
  transform: translateX(660px);
  transition: all 0.5s ease-in-out;
  overflow-y: auto;
}
@media (max-width: 560px) {
  header nav.header {
    max-height: 400px;
  }
}
header nav.header.active {
  transform: translateX(0);
  display: block;
}
header nav.header .wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 155px;
}
@media (max-width: 1000px) {
  header nav.header .wrap {
    margin-top: 130px;
  }
}
@media (max-width: 560px) {
  header nav.header .wrap {
    margin-top: 80px;
  }
}
header nav.header .wrap .left {
  flex-basis: 50%;
  position: relative;
  border-right: 1px solid #00afec;
  box-sizing: border-box;
}
header nav.header .wrap .left ul.menu {
  /*
  position: absolute;
  left: 18%;
  top: 50%;
  transform: translateY(-50%);
  */
  padding-left: 18%;
  text-align: left;
  color: #00428e;
  font-size: clamp(12px, 3.5vw, 16px);
}
header nav.header .wrap .left ul.menu li a {
  padding: 0.5em 0;
  display: block;
  white-space: nowrap;
}
header nav.header .wrap .left ul.menu li a::after {
  content: "　　　";
  width: 41px;
  padding-left: 0.5em;
  transition: 0.5s;
  background: url("../img/common/gnav_menu_arrow01.svg") no-repeat center center;
  background-size: 41px auto;
}
@media (max-width: 560px) {
  header nav.header .wrap .left ul.menu li a::after {
    background-size: 22px auto;
  }
}
header nav.header .wrap .left ul.menu li a:hover {
  opacity: 1;
}
header nav.header .wrap .left ul.menu li a:hover::after {
  padding-left: 3em;
}
header nav.header .wrap .left ul.menu + li {
  margin-top: 0.8em;
}
header nav.header .wrap .right {
  flex-basis: 50%;
  position: relative;
}
header nav.header .wrap .right ul.menu_btn {
  position: relative;
  width: 80%;
  top: 0;
  left: 10%;
}
header nav.header .wrap .right ul.menu_btn li a {
  display: block;
  width: 100%;
  height: 150px;
  position: relative;
}
header nav.header .wrap .right ul.menu_btn li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 560px) {
  header nav.header .wrap .right ul.menu_btn li a {
    height: 75px;
  }
  header nav.header .wrap .right ul.menu_btn li a img {
    width: 50%;
    height: auto;
  }
}
header nav.header .wrap .right ul.menu_btn li:first-of-type a {
  background-color: #00afec;
}
header nav.header .wrap .right ul.menu_btn li:nth-of-type(2) a {
  background-color: #00428e;
}
header nav.header .wrap .right ul.menu_btn {
  /* gnav form link button
  li:last-of-type a {
  	background-color: #e5ecf4;

  	@include sp {
  		img {
  			width: 80px;
  		}
  	}
  }
  */
}

/* to top */
.gotop {
  position: fixed;
  right: -56px;
  bottom: 4vw;
  z-index: 999;
}
@media (min-width: 561px) {
  .gotop {
    right: -56px;
    bottom: 80px;
  }
}

#coming_soon section.feature {
  width: 100%;
  height: 100vh;
  max-height: 1056px;
  position: relative;
  background: url("../img/coming_soon-bg.jpg") repeat-x center top;
  background-size: cover;
}
@media (max-width: 560px) {
  #coming_soon section.feature {
    /*background-image: url("../img/feature-img-sp.jpg");*/
  }
}
#coming_soon section.feature .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 560px) {
  #coming_soon section.feature .text {
    transform: translate(-50%, -100%);
  }
}
#coming_soon section.feature .text p:first-of-type {
  color: #00428e;
  text-align: center;
  margin-bottom: 1em;
  font-size: 2.25rem;
  line-height: 1em;
  white-space: nowrap;
}
@media (max-width: 560px) {
  #coming_soon section.feature .text p:first-of-type {
    font-size: 2rem;
  }
}
#coming_soon section.feature .text p:last-of-type {
  color: #00afec;
  text-align: center;
  font-size: 1.12rem;
  line-height: 1em;
}

.sub-page section.feature {
  width: 100%;
  height: 100vh;
  max-height: 500px;
  position: relative;
  background: repeat-x center top;
  background-size: cover;
}
@media (max-width: 1000px) {
  .sub-page section.feature {
    max-height: 400px;
  }
}
@media (max-width: 560px) {
  .sub-page section.feature {
    max-height: 285px;
  }
}
.sub-page section.feature h1 {
  text-align: center;
  font-size: 1.12rem;
  position: absolute;
  top: calc(50% + 60px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 571px;
  border-bottom: 5px solid white;
  padding-bottom: 1em;
}
@media (max-width: 1000px) {
  .sub-page section.feature h1 {
    top: calc(50% + 50px);
  }
}
@media (max-width: 560px) {
  .sub-page section.feature h1 {
    top: calc(50% + 25px);
  }
}
.sub-page section.feature h1 span {
  text-align: center;
  line-height: 0;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -2em;
  color: #00afec;
}
.sub-page .main_copy {
  background-color: rgba(0, 66, 142, 0.05);
  padding: 4.5rem 0;
}
@media (max-width: 560px) {
  .sub-page .main_copy {
    padding: 2rem 0;
  }
}
.sub-page .main_copy p {
  font-size: 1.12rem;
  text-align: center;
  color: #00afec;
  font-weight: 700;
  width: 90%;
  margin: auto;
}

#form section.feature {
  background-image: url("../img/form/form-top-form.jpg");
}
#form section.form {
  padding: 80px 0 130px;
}
@media (max-width: 560px) {
  #form section.form {
    padding: 50px 0 70px;
  }
}
#form section.form form {
  width: 90%;
  max-width: 850px;
  margin: auto;
}
#form section.form form dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
  margin-bottom: 50px;
}
@media (max-width: 560px) {
  #form section.form form dl {
    margin-bottom: 20px;
  }
}
#form section.form form dl dt {
  width: 15rem;
  font-size: 1.12rem;
  font-weight: 700;
  color: #00428e;
}
#form section.form form dl dt.required:after {
  content: "*必須項目";
  color: #00afec;
  font-size: 0.87rem;
  font-weight: 500;
  padding-left: 1em;
}
@media (max-width: 560px) {
  #form section.form form dl dt {
    width: 100%;
    margin-bottom: 1rem;
  }
}
#form section.form form dl dd {
  width: calc(100% - 16rem);
  margin-bottom: 2rem;
}
@media (max-width: 560px) {
  #form section.form form dl dd {
    width: 100%;
  }
}

#form_thanks section.feature {
  background-image: url("../img/form/form-top.jpg");
}
#form_thanks section.thanks {
  padding: 80px 0 130px;
}
@media (max-width: 560px) {
  #form_thanks section.thanks {
    padding: 30px 0 70px;
  }
}
#form_thanks section.thanks p {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  color: #00428e;
  font-size: 1.3rem;
  line-height: 2.85em;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-align: center;
  background-image: url("../img/form/thanks-bg.svg");
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 252px;
  padding-top: 2em;
  padding-bottom: 2em;
}
@media (max-width: 560px) {
  #form_thanks section.thanks p {
    text-align: justify;
    font-size: 1.12rem;
    line-height: 2em;
    background-position: center 1em;
    padding-bottom: 1em;
  }
  #form_thanks section.thanks p br {
    display: none;
  }
}

/* footer */
footer {
  width: 100%;
}
footer .wrap {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 70px 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 560px) {
  footer .wrap {
    flex-direction: column;
  }
}
footer .wrap .info {
  width: 53%;
}
@media (max-width: 560px) {
  footer .wrap .info {
    width: 100%;
    margin-bottom: 2rem;
  }
}
footer .wrap .info .logo {
  width: 100%;
  max-width: 426px;
  margin: auto auto 2.25rem;
}
footer .wrap .info address {
  font-style: normal;
  color: #00afec;
  margin: auto auto 0.5rem;
}
@media (max-width: 560px) {
  footer .wrap .info address {
    letter-spacing: 0.05em;
  }
}
footer .wrap .info .footer-tel {
  font-style: normal;
  color: #00afec;
  margin: auto auto 2rem;
}
footer .wrap .info table {
  width: 100%;
  color: #00428e;
  line-height: 1.2em;
}
footer .wrap .info table tr:not(:last-of-type) {
  border-bottom: 2px solid #8cdbf7;
  width: 100%;
}
footer .wrap .info table tr:not(:last-of-type) th {
  padding-bottom: 0.8em;
  width: 10%;
}
footer .wrap .info table tr:not(:last-of-type) th:first-of-type {
  width: 14em;
}
footer .wrap .info table tr:not(:last-of-type) th:last-of-type {
  width: 4em;
}
@media (max-width: 1000px) {
  footer .wrap .info table tr:not(:last-of-type) th {
    width: 8%;
  }
}
footer .wrap .info table tr:not(:last-of-type) td {
  text-align: center;
  vertical-align: middle;
  padding: 0.8em 0;
}
footer .wrap .info table tr:last-of-type td {
  /*font-size: 0.75rem;*/
  text-align: left;
  padding: 1em 0;
}
footer .wrap .g-map {
  width: 42%;
  overflow: hidden;
  position: relative;
}
footer .wrap .g-map img {
  max-width: 100%;
}
@media (max-width: 560px) {
  footer .wrap .g-map {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }
}
footer .wrap .g-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
footer .copyright {
  background-color: #dbf4fc;
  color: #00428e;
  margin: auto;
  text-align: center;
  line-height: 65px;
  font-size: 0.875rem;
}
@media (max-width: 560px) {
  footer .copyright {
    font-size: 0.6rem;
  }
}
footer {
  /* 受付時間 */
}
footer .wrap .info table tr td.time-pl {
  text-align: left;
  padding-left: 30px;
  padding-left: 2vw;
}
footer .wrap .info table tr th.time-pl {
  text-align: left;
  padding-left: 2vw;
}
footer {
  /* footer info */
}
footer .clinic-info {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: auto auto 2.75rem;
  border-top: 2px solid #8cdbf7;
}
footer .clinic-info__row {
  display: flex;
  padding: 0;
  border-bottom: 2px solid #8cdbf7;
}
@media (max-width: 560px) {
  footer .clinic-info__row {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
footer .clinic-info__row:nth-child(odd) {
  background-color: #f2f6f9;
}
footer .clinic-info__label,
footer .clinic-info__value {
  padding-left: 2vw;
  padding: 0.8em 8px;
  box-sizing: border-box;
  color: #00428e;
  text-align: left;
  line-height: 1.4;
}
footer .clinic-info__label {
  width: 26%;
  padding-left: 2vw;
}
@media (max-width: 560px) {
  footer .clinic-info__label {
    width: 85px;
  }
}
footer .clinic-info__value {
  flex: 1;
}/*# sourceMappingURL=style.css.map */