@charset "UTF-8";
/*JeneralStyle
========================================*/
html {
  font-size: 62.5%;
}

body {
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  color: #3F3F3F;
  font-size: 1.6rem;
  background-color: #fff;
}

p {
  line-height: 1.7;
}

img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
}

iframe {
  width: 100%;
}

/*COMMON
========================================*/
/*COMMON
========================================*/
main {
  padding: 50px 0 60px;
}

section {
  padding: 40px 0;
}

.wrapper {
  max-width: 1000px;
  padding: 0 30px;
  margin: 0 auto;
  box-sizing: content-box;
}

.page-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 5rem;
}

.section-title {
  position: relative;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 3rem;
  margin-bottom: 20px;
  padding-left: 12px;
}
.section-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #35B5D2;
}

.br-mobile {
  display: none;
}

/*Header
========================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 120px;
  padding: 10px 30px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 5;
}
.header .header-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: content-box;
}

.reserve-btn.top {
  display: block;
  width: 260px;
  line-height: 34px;
  margin: 0 0 0 auto;
  background-color: #FCB005;
  color: #fff;
  border-radius: 20px;
  text-align: center;
}
.reserve-btn.top p {
  display: inline-block;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-content .logo {
  display: block;
  width: 24%;
}
.header-content .nav-list {
  display: flex;
  justify-content: space-between;
  color: #35B5D2;
}
.header-content .nav-list .nav-item a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 12px;
}
.header-content .nav-list .nav-item a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 12px;
  width: calc(100% - 24px);
  height: 1px;
  margin: 0 auto;
  background-color: #35B5D2;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .5s;
}
.header-content .nav-list .nav-item a:hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
}
.header-content .nav-list .nav-item a svg {
  width: auto;
  height: 50px;
}
.header-content .nav-list .nav-item a svg path {
  fill: #35B5D2;
}
.header-content .nav-list .nav-item a svg rect {
  fill: #35B5D2;
}
.header-content .nav-list .nav-item a p {
  margin: 0 5px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  white-space: nowrap;
}
.header-content .nav-list .nav-item a p .en {
  display: block;
  font-size: 1.2rem;
  opacity: .7;
}

/*ハンバーガーボタン*/
.burger-btn {
  display: none;
  z-index: 5;
}

/*HOME
========================================*/
/*HERO
========================================*/
.bg-hero {
  position: relative;
  width: 100%;
  height: 500px;
  margin-top: 120px;
}
.bg-hero .slide-show {
  width: 100%;
  height: 500px;
}
.bg-hero .slide-show .slick-track {
  height: 500px;
}
.bg-hero .slide-show .slick-track img {
  border-radius: 0;
}

.schedule-box {
  position: absolute;
  right: 30px;
  bottom: -80px;
  background-color: #fff;
  border: 2px solid #187AC5;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.schedule-box .schedule-inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 15px 15px 14px 70px;
}
.schedule-box .schedule-inner .heading {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% + 4px);
  transform: translate(-1px, -2px);
  padding: 35px 17px;
  background-color: #187AC5;
  border-radius: 20px 0 0 20px;
  color: #fff;
  white-space: nowrap;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-align: center;
}
.schedule-table tr {
  display: block;
  margin: 0 auto;
  padding: 12px 5px;
  border-bottom: 1px solid #C7C7C7;
}
.schedule-table tr:last-child {
  border-bottom: none;
}
.schedule-table tr th {
  font-weight: 400;
}
.schedule-table tr th.time {
  width: 95px;
}
.schedule-table tr th.day {
  width: 50px;
  text-align: center;
}
.schedule-table tr td {
  width: 50px;
  text-align: center;
}

/*NEWS
========================================*/
.news-item a {
  display: flex;
  margin-bottom: 10px;
}
.news-item a:last-child {
  margin-bottom: 0;
}
.news-item a .date {
  width: 115px;
}
.news-item a .title {
  width: 100%;
  max-width: 500px;
}

/*TREATMENT-MENU
========================================*/
.treatment-list-top {
  display: flex;
  justify-content: space-between;
}
.treatment-list-top .treatment-item {
  width: 30%;
}
.treatment-list-top .treatment-item .heading {
  font-size: 2.4rem;
}
.treatment-list-top .treatment-item .heading .num {
  margin-right: 10px;
  color: #35B5D2;
  font-size: 3.6rem;
}
.treatment-list-top .treatment-item img {
  min-width: 210px;
  height: 200px;
  transition: .5s;
}
.treatment-list-top .treatment-item img:hover {
  transform: scale(1.02);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}

/*ACCESS
========================================*/
.access-wrapper {
  display: flex;
  justify-content: space-between;
}
.access-wrapper .text {
  width: 45%;
}
.access-wrapper .map {
  width: 50%;
}

.access-item {
  display: block;
  margin-bottom: 25px;
}
.access-item:last-child {
  margin-bottom: 0;
}
.access-item .heading {
  color: #35B5D2;
  font-weight: 500;
  line-height: 1.5;
}
.access-item p {
  line-height: 1.5;
}

/*ABOUT ME
========================================*/
/*HERO
======================================*/
.bg-hero {
  background: #EAF5FA no-repeat center top/cover;
}
.bg-hero.about {
  background-image: url("../images/doctor-g778719029_1280.jpg");
}

/*GREETING
======================================*/
.greeting-wrapper {
  display: flex;
  justify-content: space-between;
}
.greeting-wrapper img {
  width: 40%;
}
.greeting-wrapper .text {
  width: 50%;
}
.greeting-wrapper .text .heading {
  margin-bottom: 30px;
  color: #35B5D2;
  font-size: 2rem;
  font-weight: 500;
}

/*FEATURE
======================================*/
.feature-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.feature-list .feature-item {
  width: 30%;
  margin-bottom: 35px;
}
.feature-list .feature-item .heading {
  margin-bottom: 5px;
  font-size: 1.8rem;
}
.feature-list .feature-item .heading .num {
  margin-right: 5px;
  color: #35B5D2;
  font-size: 3rem;
}
.feature-list .feature-item img {
  width: 100%;
  height: 60%;
  margin-bottom: 15px;
}

/*ACCESS
======================================*/
.access .section-title + img {
  height: 35vw;
  margin-bottom: 50px;
}

@media (max-width: 1000px) {
  .feature-list .feature-item {
    width: 45%;
  }
}
/*STAFF
========================================*/
/*HERO
========================================*/
.bg-hero.staff {
  background-image: url("../images/pexels-cedric-fauntleroy-4269362.jpg");
}

/*DOCTOR
========================================*/
.staff-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.staff-wrapper:nth-of-type(1) {
  margin-top: 0;
}
.staff-wrapper img {
  width: 40%;
}
.staff-wrapper .text {
  width: 50%;
}
.staff-wrapper .text .heading {
  margin-bottom: 30px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 2rem;
  font-weight: 500;
}

.staff-desc {
  display: flex;
  background-color: #EAF5FA;
  border-radius: 20px;
  margin: 40px 0 80px;
  padding: 15px 25px;
}
.staff-desc .career {
  width: 50%;
}
.staff-desc .career .heading {
  padding: 10px 0;
  color: #35B5D2;
  font-size: 2rem;
}
.staff-desc .career p {
  margin-bottom: 10px;
}
.staff-desc .career p:last-child {
  margin-bottom: 0;
}
.staff-desc .license {
  position: relative;
  width: 50%;
  padding-left: 25px;
}
.staff-desc .license::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #C7C7C7;
}
.staff-desc .license .heading {
  padding: 10px 0;
  color: #35B5D2;
  font-size: 2rem;
}
.staff-desc .license p {
  margin-bottom: 10px;
}
.staff-desc .license p:last-child {
  margin-bottom: 0;
}

/*OTHER-STAFF
========================================*/
.other-staff img {
  height: 350px;
}

/*TREATMENT
========================================*/
.bg-hero.treatment {
  background-image: url("../images/kaboompics_Young male doctor - dentist.jpg");
}

.treatment-list {
  display: flex;
  justify-content: space-between;
}
.treatment-list .treatment-item {
  width: 30%;
  height: 200px;
  background-color: #EAF5FA;
  border-radius: 20px;
}
.treatment-list .treatment-item.home {
  background-color: transparent;
}
.treatment-list .treatment-item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px 10px 20px;
  transition: .5s;
  border-radius: inherit;
}
.treatment-list .treatment-item a:hover {
  background-color: #f6fbfd;
  transform: translateY(-3px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}
.treatment-list .treatment-item a svg {
  display: block;
  width: auto;
  height: 100px;
  margin: 0 auto;
  fill: #35B5D2;
}
.treatment-list .treatment-item a p {
  margin-top: 10%;
  text-align: center;
}

.treatment-group {
  margin-top: 150px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 4rem;
}

/*TREATMENT-BOX
========================================*/
.treatment-box {
  padding: 50px 50px 60px;
  background-color: #F6F9FA;
  border-radius: 20px;
  margin-bottom: 60px;
}
.treatment-box .treatment-menu {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #C7C7C7;
  font-size: 3rem;
}
.treatment-box .treatment-menu span {
  display: inline-block;
  width: 90px;
  margin-left: 25px;
  line-height: 35px;
  border-radius: 20px;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  transform: translateY(-5px);
}
.treatment-box .treatment-menu span.insurance {
  background-color: #187AC5;
}
.treatment-box .treatment-menu span.not-insurance {
  background-color: #FF6363;
}
.treatment-box .summary {
  margin-bottom: 50px;
}

.treatment-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.treatment-wrapper .heading {
  position: relative;
  margin-bottom: 20px;
  padding-left: 10px;
  font-size: 2rem;
}
.treatment-wrapper .heading::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 5px;
  height: 100%;
  background-color: #35B5D2;
}

.menu-desc-wrapper {
  margin-bottom: 50px;
}
.menu-desc-wrapper .menu-desc {
  margin-bottom: 35px;
}
.menu-desc-wrapper .menu-desc .heading {
  position: relative;
  margin-bottom: 15px;
  padding-left: 25px;
  font-size: 2.4rem;
}
.menu-desc-wrapper .menu-desc .heading::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #35B5D2;
  border-radius: 50%;
}

/*TREATMENT-FLOW
====================*/
.treatment-flow {
  width: 40%;
}
.treatment-flow .flow-parts {
  position: relative;
  margin-bottom: 25px;
  padding: 5px 0;
  background-color: #35B5D2;
  border-radius: 20px;
  color: #fff;
  text-align: center;
}
.treatment-flow .flow-parts::after {
  content: '\f0dd';
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  font-family: "Font Awesome 5 Free";
  color: #C7C7C7;
  font-size: 3rem;
  font-weight: 900;
}
.treatment-flow .flow-parts:last-child {
  margin-bottom: 0;
}
.treatment-flow .flow-parts:last-child::after {
  display: none;
}

/*TREATMENT-FEE
====================*/
.treatment-fee {
  width: 40%;
}
.treatment-fee .menu-row {
  padding: 8px 10px;
  border-bottom: 1px solid #C7C7C7;
}
.treatment-fee .menu-row .menu-wrapper {
  display: flex;
}
.treatment-fee .menu-row .menu-wrapper .menu-name {
  width: 70%;
  font-weight: 500;
}
.treatment-fee .menu-row .menu-wrapper .menu-name.detail {
  padding-left: 20px;
}
.treatment-fee .menu-row .menu-wrapper .menu-name .small {
  font-size: 1.2rem;
  line-height: 12px;
}
.treatment-fee .menu-row .menu-wrapper .menu-fee .small {
  font-size: 1rem;
}
.treatment-fee .menu-row .menu-name {
  font-weight: 500;
}

.treatment-box img {
  width: 100%;
  height: 31vw;
}

/*FOOTER
========================================*/
/*FOOTER
========================================*/
.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 25px;
}
.footer-content .right p {
  margin-bottom: 5px;
  color: #187AC5;
  font-size: 2rem;
  font-weight: 500;
}
.footer-content .left {
  margin-right: 40px;
}

.footer {
  width: 100%;
  padding: 30px 0 15px;
  background-color: #EAF5FA;
}
.footer .logo {
  display: block;
  width: 240px;
}
.footer .address {
  margin-bottom: 70px;
  font-size: 1.4rem;
}
.footer .address::before {
  content: '\f3c5';
  margin-right: 6px;
  font-family: "Font Awesome 5 Free";
  font-size: 3rem;
  font-weight: 900;
  color: #187AC5;
}
.footer .schedule-box {
  position: static;
  box-shadow: none;
}
.footer .schedule-box .schedule-inner {
  width: inherit;
  margin: 0 auto;
  padding: 10px;
}

.reserve-btn.bottom {
  display: block;
  width: 100%;
  padding: 5px 25px;
  background-color: #187AC5;
  border-radius: 50px;
  color: #fff;
  border: 2px solid #fff;
  transform: translate(10px, -10px);
  box-shadow: 0 0 0 10px #187AC5;
  transition: .5s;
  text-align: center;
}
.reserve-btn.bottom .tel {
  font-size: 3rem;
}
.reserve-btn.bottom:hover {
  transform: translate(10px, -15px);
  background-color: #35B5D2;
  color: #fff;
  border: 2px solid #fff;
  box-shadow: 0 0 0 10px #35B5D2;
}

small {
  font-size: 1.4rem;
  text-align: center;
}

@media (max-width: 768px) {
  /*footer*/
  .footer .footer-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer .footer-content .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .footer .footer-content .left .reserve-btn.bottom {
    width: calc(100% - 20px);
    max-width: 530px;
  }

  .footer .schedule-box .schedule-inner {
    padding: 10px 5px;
  }
  .footer .schedule-box .schedule-inner .schedule-table {
    font-size: 1.3rem;
  }
  .footer .schedule-box .schedule-inner .schedule-table th {
    font-weight: 400;
  }
  .footer .schedule-box .schedule-inner .schedule-table th.time {
    width: 100px;
  }
  .footer .schedule-box .schedule-inner .schedule-table th.day {
    width: 60px;
    text-align: center;
  }
  .footer .schedule-box .schedule-inner .schedule-table td {
    width: 60px;
    text-align: center;
  }

  /*//footer*/
}
@media (max-width: 768px) {
  .wrapper {
    padding: 0 4%;
  }

  .page-title {
    font-size: 4rem;
  }

  .br-mobile {
    display: block;
  }

  .header {
    padding: 15px 15px 10px;
  }

  .header-content {
    margin-top: 8px;
  }
  .header-content .logo {
    width: 240px;
  }

  /*BURGER-BTN
  ===================*/
  .burger-btn {
    position: relative;
    display: block;
    width: 46px;
    height: 40px;
    border: 2px solid #35B5D2;
    border-radius: 5px;
    z-index: 10;
  }
  .burger-btn .bar {
    position: absolute;
    top: 50%;
    left: 6px;
    transform: translateY(-50%);
    width: 30px;
    height: 1px;
    background-color: #35B5D2;
  }
  .burger-btn .bar.top {
    transform: translateY(-9px);
  }
  .burger-btn .bar.bottom {
    transform: translateY(9px);
  }

  /*メニューが開いたとき*/
  .burger-btn.cross .bar.top {
    transform: rotate(45deg);
  }
  .burger-btn.cross .bar.mid {
    display: none;
  }
  .burger-btn.cross .bar.bottom {
    transform: rotate(-45deg);
  }

  /*BURGER-MENU
  ====================*/
  .header-nav {
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
    height: calc(100vh - 119px);
    background-color: #EAF5FA;
    z-index: 2;
    display: none;
  }
  .header-nav .nav-list {
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .header-nav .nav-list .nav-item {
    display: inline-block;
    margin: 0 auto 50px;
  }

  .noscroll {
    overflow: hidden;
  }

  .schedule-box.home {
    width: 95%;
    max-width: 350px;
    right: 2px;
    bottom: -40px;
  }
  .schedule-box.home .schedule-inner {
    padding: 15px 10px 14px 45px;
  }
  .schedule-box.home .schedule-inner .heading {
    padding: 0 5px;
  }
  .schedule-table tr {
    width: 100%;
    font-size: 1.3rem;
  }
  .schedule-table tr th.time {
    width: 50px;
    font-size: 1.2rem;
  }
  .schedule-table tr th.day {
    width: 35px;
  }
  .schedule-table tr td {
    width: 35px;
  }

  .treatment-list-top {
    flex-direction: column;
  }
  .treatment-list-top .treatment-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .treatment-list-top .treatment-item:last-child {
    margin-bottom: 0;
  }
  .treatment-list-top .treatment-item img {
    height: 54vw;
  }

  .access-wrapper .text {
    margin-bottom: 35px;
  }

  .greeting-wrapper {
    flex-direction: column;
  }
  .greeting-wrapper img {
    width: 100%;
    margin-bottom: 35px;
  }
  .greeting-wrapper .text {
    width: 100%;
  }

  .feature-list .feature-item {
    width: 100%;
    margin-bottom: 35px;
  }
  .feature-list .feature-item:last-child {
    margin-bottom: 0;
  }
  .feature-list .feature-item img {
    height: 60vw;
  }

  .access-wrapper {
    flex-direction: column;
  }
  .access-wrapper .text {
    width: 100%;
  }
  .access-wrapper .map {
    width: 100%;
  }

  .staff-wrapper {
    flex-direction: column;
  }
  .staff-wrapper img {
    width: 100%;
    margin-bottom: 30px;
  }
  .staff-wrapper .text {
    width: 100%;
  }
  .staff-wrapper .text .heading {
    margin-bottom: 20px;
  }

  .staff-desc {
    flex-direction: column;
    padding: 30px 15px;
  }
  .staff-desc .career {
    width: 100%;
    margin-bottom: 25px;
  }
  .staff-desc .license {
    width: 100%;
    padding-left: 0;
  }
  .staff-desc .license::before {
    display: none;
  }

  .other-staff img {
    height: 240px;
  }

  section.general-dentistry,
  section.orthodontics {
    padding-bottom: 10px;
  }

  .treatment-list.small .treatment-item {
    height: auto;
    border-radius: 10px;
  }
  .treatment-list.small .treatment-item a {
    padding: 18px 5px 13px;
  }
  .treatment-list.small .treatment-item a svg {
    height: 36px;
  }
  .treatment-list.small .treatment-item a p {
    font-size: 1.2rem;
    line-height: 1;
  }

  .treatment-box {
    padding: 50px 4% 60px;
  }
  .treatment-box .treatment-menu span {
    width: 50px;
    line-height: 30px;
    font-size: 1.4rem;
  }

  .menu-desc-wrapper .menu-desc .heading {
    font-size: 2rem;
  }

  .treatment-wrapper {
    flex-direction: column;
  }

  .treatment-flow {
    width: 100%;
    margin-bottom: 50px;
  }

  .treatment-fee {
    width: 100%;
  }
}
