@charset "UTF-8";

/* ==========================================================================
    pages style
============================================================================= */
@-webkit-keyframes slideinTop {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideinTop {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slideoutTop {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
}

@keyframes slideoutTop {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
}

/* ==========================================================================
    下層ページ 共通
============================================================================= */
.bg-white {
  background-color: #fff;
}

.page-title {
  background-color: #fff;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.page-title__hdg {
  text-align: center;
}

.page-title__hdg .eng {
  color: #d0e5c3;
  display: block;
  font-family: 'La Belle Aurore', cursive;
  font-size: 12rem;
  font-weight: 400;
  line-height: 50.412%;
}

.page-title__hdg .ttl {
  color: #000;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 2.8px;
}

.page-title__img {
  position: absolute;
  bottom: -3.833vw;
  width: 100%;
}

@media screen and (max-width: 767.98px) {
  .page-title {
    min-height: 200px;
  }

  .page-title__hdg .eng {
    font-size: 8rem;
  }
}

.breadcrumb {
  margin-top: 15px;
  margin-left: 3.472vw;
}

.breadcrumb>li {
  display: inline;
}

.breadcrumb>li+li::before {
  content: " > ";
}

.breadcrumb>li .txt {
  font-size: 1.2rem;
}

.breadcrumb>li a {
  color: #000;
  display: inline;
  text-decoration: none;
}

.anchor {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 92px 0 50px;
}

.anchor>li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.anchor a {
  color: #000;
  /* font-size: 1.4rem; */
  font-size: 1.8rem;
  font-weight: 500;
  /* line-height: 285.714%; */
  letter-spacing: 1.4px;
}

.anchor.col-5>li {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}

.anchor.col-4>li {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.anchor.col-3>li {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
}

.anchor.col-2>li {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

@media screen and (min-width: 768px) {
  .anchor {
    border-right: 3px solid #fff;
  }

  .anchor>li {
    border-left: 3px solid #fff;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    padding: 10px 5px;
  }
}

@media screen and (max-width: 767.98px) {
  .anchor {
    row-gap: 20px;
    margin: 46px 0 25px;
  }

  .anchor.col-5>li {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
  }

  .anchor.col-4>li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .anchor.col-3>li,
  .anchor.col-2>li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

/* ==========================================================================
    クリニックについて
============================================================================= */
.clinic .hdg-1 {
  margin-bottom: 80px;
}

.clinic section:not(.contact) {
  padding: 150px 0;
}

.clinic .message .profile {
  margin-top: 55px;
}

.clinic .staff {
  padding-top: 142px;
  padding-bottom: 90px;
}

.clinic .staff .hdg-1 {
  margin-bottom: 100px;
}

.clinic .about {
  padding-top: 150px;
  padding-bottom: 132px;
}

.clinic .about .schedule {
  margin-top: 100px;
}

.clinic .about .map iframe {
  margin-bottom: 20px;
}

.clinic .partners .media {
  margin-top: 100px;
}

@media screen and (max-width: 767.98px) {
  .clinic section:not(.contact) {
    padding: 90px 0;
  }

  .clinic .message .figure {
    text-align: center;
  }

  .clinic .message .figure img {
    width: auto;
  }

  .clinic .about .schedule {
    margin-top: 50px;
  }

  .clinic .partners .media {
    margin-top: 50px;
  }
}

/* ==========================================================================
    診療内容
============================================================================= */
.menu article section {
  padding: 100px 0;
}

.menu article section p+p {
  margin-top: 30px;
}

.menu #breast {
  padding-top: 150px;
}

@media screen and (min-width: 768px) {
  .menu #vaccine .table th {
    width: 12em;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767.98px) {
  .menu article section {
    padding: 60px 0;
  }

  .menu #breast {
    padding-top: 50px;
  }

  .menu #vaccine {
    padding-bottom: 100px;
  }

  .menu #vaccine .table th {
    width: 100%;
  }
}