@charset "UTF-8";
/*
Theme Name: sakai-dental
*/
@font-face {
  font-family: "CygnetRound";
  src: url("font/CygnetRound.ttf");
}
.under-line {
  border-bottom: 1px solid #124e91;
  color: #063b68;
  font-weight: bold;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  /* ルートのフォントサイズを10pxに設定しておく */
  scroll-behavior: smooth;
}

body {
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "Yu Mincho",
    "MS PMincho", serif;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.7;
  box-sizing: border-box;
  background: url(images/bg.png) repeat;
  color: #666;
}

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

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  opacity: 0.7;
}

li {
  list-style: none;
}

@media (max-width: 99999px) {
  .pc {
    display: block;
  }

  .tab {
    display: none;
  }

  .sp {
    display: none;
  }
}
@media (max-width: 1230px) {
  .pc {
    display: none;
  }

  .tab {
    display: block;
  }

  .sp {
    display: none;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }

  .tab {
    display: none;
  }

  .sp {
    display: block;
  }
}
@media (max-width: 99999px) {
  .pc-tab {
    display: block;
  }
}
@media (max-width: 1230px) {
  .pc-tab {
    display: block;
  }
}
@media (max-width: 767px) {
  .pc-tab {
    display: none;
  }
}

@media (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

.header .header__inner {
  max-width: 1370px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
  padding-top: 28px;
}
@media (max-width: 767px) {
  .header .header__inner {
    padding-top: 10px;
  }
}
.header .header__flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1230px) {
  .header .header__flex {
    justify-content: space-around;
  }
}
.header .header__left {
  max-width: 408px;
  padding-top: 15px;
}
@media (max-width: 767px) {
  .header .header__left .header__logo {
    width: 70%;
  }
}
.header .header__left .header__addres {
  font-size: 1.5rem;
  line-height: 1.46;
  color: #302a89;
  font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica",
    "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
@media (max-width: 767px) {
  .header .header__left .header__addres {
    font-size: 1.1rem;
    line-height: 1;
  }
}
.header .header__right {
  display: flex;
}
.header .header__reserve {
  margin-top: 25px;
  margin-right: 30px;
}
.header .header__btn {
  font-size: 2rem;
  line-height: 1.2;
  color: #ffffff;
  background: rgb(0,69,131);
background: linear-gradient(0deg, rgba(0,69,131,1) 35%, rgba(0,33,62,1) 100%);
  border-radius: 5px;
  padding: 7px 10px;
}
@media (max-width: 1230px) {
  .header .header__btn {
    font-size: 1.6rem;
  }
}
.header .header__tel {
  margin-top: 19px;
  text-align: center;
}
.header .header__tel-number {
  font-size: 4rem;
  line-height: 0.1;
  color: #124e91;
}
@media (max-width: 1230px) {
  .header .header__tel-number {
    font-size: 3rem;
  }
}

.calender {
  max-width: 433px;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;
  margin-top: -10px;
  margin-right: 10px;
  font-family: "fot-tsukuardgothic-std", "筑紫A丸ゴシック", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Arial",
    "Yu Gothic", "Meiryo", sans-serif;
  /* 左上 */
  /* 右上 */
  /* 左下 */
  /* 右下 */
}
@media (max-width: 1230px) {
  .calender {
    display: none;
  }
}
.calender .calender__title {
  font-size: 1.4rem;
  color: #ffffff;
  border: 0.85px #bba255 solid;
  background: rgb(187,162,85);
  /*background: linear-gradient(90deg, rgba(187,162,85,1) 0%, rgba(244,228,179,1) 50%, rgba(187,162,85,1) 100%);*/
}
.calender .calender__time {
  padding: 8px 5px;
  letter-spacing: -0.6px;
  min-width: 140px;
}
.calender .calender__am,
.calender .calender__pm {
  font-size: 1.7rem;
  line-height: 1.2;
}
.calender .calender__weekday {
  padding: 3px 0;
  text-align: center;
  min-width: 40px;
}
.calender .calender__holiday {
  font-weight: bold;
  padding: 4px 10px;
  min-width: 50px;
}
.calender th:not(:last-child) {
  border-right: 0.85px #ffffff solid;
}
.calender td {
  border: 1px #bba255 solid;
  border-top: none;
  border-right: none;
  text-align: center;
  font-size: 1.6rem;
}
    .calender tbody tr td:last-child { border-right: 1px #bba255 solid; }
.calender thead th:first-child {
  border-radius: 10px 0 0 0;
}
.calender thead th:last-child {
  border-radius: 0 10px 0 0;
}
.calender tbody tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}
.calender tbody tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}

.border-bottom-none {
  border-bottom: none !important;
}

.nav {
  margin-top: 25px;
  background: rgb(0,69,131);
background: linear-gradient(0deg, rgba(0,69,131,1) 35%, rgba(6,59,104,1) 100%);
  text-align: center;
}
@media (max-width: 767px) {
  .nav {
	  display: none;
    margin-top: 15px;
  }
}
.nav .nav__inner {
  max-width: 1150px;
  margin: 0 auto;
}
.nav .nav__item-box {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 1230px) {
  .nav .nav__item-box {
    justify-content: center;
  }
}
.nav .nav__item {
  padding-left: 40px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-right: 0.1px #ffffff solid;
  padding-right: 40px;
}
@media (max-width: 1230px) {
  .nav .nav__item {
	  padding: 1%;
	  height: 65px;
	  border-right: none;
  }
	  .nav__item-box .nav__link:last-of-type .nav__item {
		  border-right: none;
	  }
}
.nav .nav__link:first-child {
  border-left: 0.1px #ffffff solid;
}
@media (max-width: 1230px) {
  .nav .nav__link {
	  padding: 3% 3% 1%;
	  width: 100%;
/*	  border-right: 0.1px #ffffff solid;*/
  }
}

.nav .nav__img {
  height: 35px;
  vertical-align: bottom;
  /* padding-right: 7px; */
  padding-bottom: 7px;
}
.nav .nav__text {
  /* display: inline-block; */
}
.nav .nav__text {
  /* display: inline-block; */
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.2;
  padding-left: 3px;
  color: #ffffff;
}
@media (max-width: 1230px) {
  .nav .nav__text {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .nav .nav__text {
	  margin-top: 10px;
	  font-size: 1.4rem;
	  padding-left: 0;
  }
}

#global-nav.m_fixed {
  left: 0;
  position: fixed;
  top: -25px;
  z-index: 9999;
  width: 100%;
}

#global-logo.m_fixed {
  top: 10px;
  left: 45px;
  position: fixed;
  z-index: 9999;
  width: 53%;
}

.first-view {
  display: flex;
  margin: 0 auto;
  gap: 10px;
  min-width: 100%;
  height: 500px;
  max-height: 66vh;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .first-view {
    padding-top: 20px;
  }
}
.first-view .first-view__title {
  width: 750px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.first-view .first-view__title-top {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.6;
  color: #064568;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .first-view .first-view__title-top {
    font-size: 1.8rem;
  }
}
.first-view .first-view__title-foot {
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.5;
  color: #064568;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .first-view .first-view__title-foot {
    font-size: 2.6rem;
  }
}
.first-view .first-view__img {
  position: relative;
  height: 100%;
  width: 100%;
}

.first-view .first-view__img div {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.img-01 {
  background-image: url('images/top_main01.jpg');
  animation: slide-animation-01 18s infinite;
}
.img-02 {
  background-image: url('images/top_main02.jpg');
  animation: slide-animation-02 18s infinite;
}
.img-03 {
  background-image: url('images/top_main03.jpg');
  animation: slide-animation-03 18s infinite;
}
@keyframes slide-animation-01 {
    0% {opacity: 1; transform: scale(1.0);}
   30% {opacity: 1;}
   40% {opacity: 0; transform: scale(1.03);}
   90% {opacity: 0}
  100% {opacity: 1; transform: scale(1.0);}
}
@keyframes slide-animation-02 {
    0% {opacity: 0;}
   30% {opacity: 0; transform: scale(1.03);}
   40% {opacity: 1;}
   60% {opacity: 1;}
   70% {opacity: 0; transform: scale(1.0);}
  100% {opacity: 0;}
}
@keyframes slide-animation-03 {
    0% {opacity: 0;}
   60% {opacity: 0;  transform: scale(1.0);}
   70% {opacity: 1;}
   90% {opacity: 1;}
  100% {opacity: 0; transform: scale(1.03);}
}

.first-view .first-view__left {
  flex: 0 1 50%;
  text-align: right;
  position: relative;
}
.first-view .first-view__left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 500px;
  background-image: linear-gradient(270deg, transparent 0 80%, #124e91 95%);
}
.first-view .first-view__left::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background-image: linear-gradient(90deg, transparent 0 50%, #fff 100%);
}
.first-view .first-view__right {
  flex: 0 1 50%;
  text-align: le;
  position: relative;
}
.first-view .first-view__right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background-image: linear-gradient(270deg, transparent 0 83%, #fff 100%);
}
.first-view .first-view__right::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background-image: linear-gradient(90deg, transparent 0 80%, #124e91 95%);
}
.aside {
	min-width: 250px;
	max-width: 250px;
}
@media (max-width: 1230px) {
  .aside {
    order: 2;
    display: flex;
    justify-content: space-around;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .aside {
	  min-width: 100%;
    flex-direction: column;
  }
}
@media (max-width: 1230px) {
  .aside .aside__feature {
    margin-top: 63px;
  }
}
.aside .aside__title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #124e91;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #ffffff;
  border-top: 3px #bba255 solid;
  border-bottom: 3px #bba255 solid;
  border-image: linear-gradient(
    90deg,
    #f3c546 10%,
    #b0781e 18%,
    rgba(192, 129, 29, 0.8) 25%,
    #f3c546 35%,
    ivory 50%,
    #f3c546 65%,
    #c0811d 75%,
    rgba(176, 120, 30, 0.8) 82%,
    #f3c546 90%
  );
  border-image-slice: 1;
}
.aside .aside__title-box {
  width: 100%;
  height: 55p;
  background-color: #063b68;
  outline: 2px solid #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .aside .aside__title-box {
    margin-left: auto;
    margin-right: auto;
  }
}
.aside .aside__list {
  margin: 25px auto;
  width: 90%;
}
@media (max-width: 767px) {
  .aside .aside__list {
    display: table;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }
}
.aside .aside__item:not(:first-child) {
  margin-top: 13px;
}
.aside .aside__link {
  font-weight: 600;
  color: #124e91;
}
.aside .aside__link--style {
  color: #bba255;
  font-weight: bold;
}
.aside .aside__external-content {
  margin-top: 65px;
}
@media (max-width: 767px) {
  .aside .aside__external-content {
    text-align: center;
  }
}
.aside .aside__external-link {
  margin-top: 3px;
  text-align: center;
}
@media (max-width: 767px) {
  .side_gallery img { display: block; margin: 0 auto 20px; width: 80%; }
}

.main {
  padding-left: 58px;
}
@media (max-width: 1230px) {
  .main {
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 0px;
  }
}
.main .main__title--flex {
  display: flex;
  gap: 30px;
}
@media (max-width: 1230px) {
  .main .main__title--flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .main .main__title--flex {
    gap: 15px;
  }
}
.main .main__title--mt {
  margin-top: 120px;
}
.main .main__title {
  font-size: 4.2rem;
  font-weight: 600;
  color: #063b68;
}
@media (max-width: 1230px) {
  .main .main__title {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .main .main__title {
    font-size: 2.5rem;
    line-height: 1;
  }
}
.main .main__title--brown {
  color: #bba255;
  font-size: 5.3rem;
}
@media (max-width: 1230px) {
  .main .main__title--brown {
    font-size: 4rem;
  }
}

.main-aside {
  display: flex;
  max-width: 1230px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
  margin-top: 50px;
}
@media (max-width: 1230px) {
  .main-aside {
      margin-top: 20px;
      padding: 0;
      flex-direction: column;
  }
}
aside {
    background: #fff;
    box-shadow: 0 0 20px #ebebeb;
}
@media (max-width: 767px) {
    box-shadow: none;
}
#blog {
  margin-top: 60px;
  max-width: 100%;
}
@media (max-width: 767px) {
  #blog {
    margin-left: auto;
    margin-right: auto;
  }
}
.blog_inner {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.blog__content {
  margin: 10px 1% 10px;
  width: 31%;
}
@media (max-width: 767px) {
  .blog_inner  {
    display: block;
  }
  .blog__content {
    margin: 10px auto 10px;
    width: 80%;
  }
}
.blog__date {
  font-weight: 600;
  color: #063b68;
  text-align: center;
}
.blog__text-box {
  text-align: center;
}
.blog__text {
  font-size: 1.4rem;
  color: #666666;
  font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica",
    "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.blog__btn {
  width: 220px;
  border: 1px solid #f0f0f0;
  background: rgb(251,251,251);
  background: linear-gradient(90deg, rgba(251,251,251,1) 35%, rgba(255,255,255,1) 100%);
  border-radius: 5px;
  padding: 8px 0;
  text-align: center;
}
.blog__btn {
  margin: 10px auto;
  padding-right: 5px;
}
.blog__btn-img {
  vertical-align: sub;
}
img.blog__img { width: 100%; }
.blog__back-link {
  color: #063b68;
  font-family: "fot-tsukuardgothic-std", "筑紫A丸ゴシック", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Arial",
    "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
}
.aside__external-img { margin: 0 auto; width: 80%; }

.main {
  padding-left: 58px;
}
@media (max-width: 1230px) {
  .main {
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 0px;
  }
}
.main .main__title--flex {
  display: flex;
  gap: 30px;
}
@media (max-width: 1230px) {
  .main .main__title--flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .main .main__title--flex {
    gap: 15px;
  }
}
.main .main__title--mt {
  margin-top: 120px;
}
.main .main__title--feature {
  margin-top: 0;
}
.main .main__title {
  font-size: 4.2rem;
  font-weight: 600;
  color: #063b68;
}
@media (max-width: 1230px) {
  .main .main__title {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .main .main__title {
    font-size: 2.5rem;
    line-height: 1;
  }
}
.main .main__title--brown {
  color: #bba255;
  font-size: 5.3rem;
}
@media (max-width: 1230px) {
  .main .main__title--brown {
    font-size: 4rem;
  }
}

#news {
    margin-top: 40px;
}
.news {
  padding-top: 20px;
}
.news .news__date {
  width: 105px;
  height: 25px;
  color: #ffffff;
  background-color: #bba255;
  text-align: center;
  padding-bottom: 5px;
  padding-right: 2px;
  padding-left: 2px;
  font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica",
    "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
}
.news .news__sub-title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #124e91;
  padding-top: 5px;
  font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica",
    "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
@media (max-width: 767px) {
  #news {
      padding: 0 10%;
  }
  .news .news__sub-title {
    font-size: 2rem;
  }
}
.news .news__text {
  font-size: 1.5rem;
  padding-top: 5px;
  font-weight: 300;
  font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica",
    "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

#top_calender { margin: 40px 0 0; }
@media (max-width: 767px) {
  #top_calender iframe {
      width: 100%;
  }
}

#doctor {
    margin: 40px 0;
    padding: 30px 20px;
    background: url(images/doctor_bg.jpg) top center no-repeat;
    box-shadow: 0 0 10px #d6d6d6;
}
#doctor .main__title--flex {
    margin-bottom: 20px;
}
#doctor .main__title {
    color: #fff;
    text-shadow: 0 0 12px #666;
}
.doctor .doctor__flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1230px) {
  .doctor .doctor__flex {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
    #doctor {
        background: url(images/doctor_bg.jpg) 20% top no-repeat;
    }
  .doctor .doctor__flex {
    flex-direction: column;
  }
}
.doctor .doctor__contet {
  max-width: 66%;
  margin-top: 5px;
}
@media (max-width: 1230px) {
  .doctor .doctor__contet {
    max-width: 70%;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .doctor .doctor__contet {
    order: 2;
    margin-left: auto;
    margin-right: auto;
    max-width: 607px;
  }
}
.doctor .doctor__text {
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 15px;
  font-weight: 300;
  font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica",
    "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #000;
  text-shadow: 0 0 6px #fff;
}
.doctor .doctor__profile {
  margin-top: 42px;
}
@media (max-width: 1230px) {
  .doctor .doctor__profile {
    min-width: 30%;
  }
}
@media (max-width: 767px) {
  .doctor .doctor__profile {
    margin-left: auto;
    margin-right: auto;
    max-width: 607px;
  }
}
.doctor .doctor__img-box {
  text-align: center;
}
.doctor .doctor__img {
  border: 1px solid #063b68;
  border-radius: 200px;
  box-shadow: 0 0 10px #fff;
}
.doctor .doctor__clinic-name {
  font-weight: 500;
  color: #063b68;
  text-align: center;
}
.doctor .doctor__name {
  font-weight: 500;
  color: #063b68;
  text-align: center;
  padding-right: 25px;
}
.doctor .doctor__name--large {
  font-size: 2.5rem;
}

.feature .feature__flex {
  display: flex;
  gap: 30px;
  justify-content: center;
}
@media (max-width: 1230px) {
  .feature .feature__flex {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .feature .feature__flex {
    flex-direction: column;
  }
}
.feature .feature__flex-item {
  text-align: center;
  padding-top: 20px;
}
.feature .feature__number {
  font-family: "CygnetRound";
  font-size: 7rem;
  color: #bba255;
  opacity: 0.23;
  line-height: 0.9;
}
.feature .feature__sub-title {
  margin-bottom: 10px;
  font-size: 1.9rem;
  line-height: 1.4;
  text-align: center;
  font-weight: 800;
  color: #063b68;
}
.feature .feature__img {
  margin-top: 5px;
  border-radius: 10px;
  overflow: hidden;
  max-width: 270px;
  height: 220px;
/*  object-fit: cover;*/
  box-shadow: 0 0 10px #c0c0c0;
}
.feature .feature__btn {
  display: block;
  width: 200px;
    background: rgb(6,59,104);
    background: linear-gradient(90deg, rgba(6,59,104,1) 35%, rgba(42,106,159,1) 100%);
  color: #ffffff;
  font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica",
    "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  text-align: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
}
.feature .feature__text {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2;
  margin-top: 46px;
  font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica",
    "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
@media (max-width: 1230px) {
  .feature .feature__text {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}

.menu {
  background: #00345b url(images/top_menu_bg.jpg) top center no-repeat;
  margin: 50px 0;
  padding-top: 40px;
  min-height: 1220px
}
    .menu .main__title { color: #fff; }
.menu .menu__title-box {
  padding-bottom: 0;
  justify-content: center;
}
.menu .menu__title {
  font-size: 4.2rem;
  font-weight: 600;
  color: #063b68;
}
.menu p.menu_desc {
    margin: 20px auto 420px;
    width: 90%;
    color: #fff;
}
.menu .menu__grid {
  padding-left: 30px;
  padding-right: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  place-items: center;
  grid-column-gap: 25px;
  grid-row-gap: 90px;
  margin-top: 35px;
}
@media (max-width: 767px) {
  .menu {
      margin: 20px 0 40px;
      min-height: 1770px;
      background: #00345b url(images/top_menu_bg.jpg) 5% top no-repeat;
  }
    .menu .main__title img { vertical-align: -20%; }
  .menu .menu__grid {
    grid-template-columns: repeat(2, 1fr);
    padding-left: 15px;
    padding-right: 15px;
    grid-row-gap: 125px;
  }
}
.menu .menu__item {
  max-width: 196px;
  max-height: 211px;
}
@media (max-width: 767px) {
  .menu .menu__item {
    max-width: 250px;
    max-height: 160px;
  }
}
@media (max-width: 767px) {
  .menu .menu__item .menu__img {
    width: 100%;
  }
}
.menu .menu__sub-title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
  color: #063b68;
  background-color: #ffffff;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 71px;
}
@media (max-width: 767px) {
  .menu .menu__sub-title {
    font-size: 1.8rem;
  }
}
.menu .menu__sub-title--two-column {
  padding-top: 10px;
}
.menu .menu__text {
  font-size: 1.5rem;
  font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica",
    "Arial", "Yu Gothic", "Meiryo", sans-serif;
  letter-spacing: -0.5px;
  color: #fff;
}
@media (max-width: 1230px) {
  .menu .menu__text {
    font-size: 1.4rem;
  }
}

.license {
  margin-top: 40px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.license .license__flex, .license .license__flex a {
  display: flex;
  justify-content: center;
}
.license .licence__text {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.2rem;
  font-weight: bold;
  color: #063b68;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  font-family: "fot-tsukuardgothic-std", "筑紫A丸ゴシック", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Arial",
    "Yu Gothic", "Meiryo", sans-serif;
}
@media (max-width: 767px) {
  .license .licence__text {
    font-size: 2.5rem;
  }
}
.license .license-img {
  object-fit: cover;
}
.license .license-img:nth-of-type(n + 2) {
  margin-left: -101px;
}

.banner {
  text-align: center;
}
.banner .banner-img {
  text-align: center;
  margin-top: 22px;
}

.gallery {
  margin-top: 58px;
}
.gallery .gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0px 6px;
  place-items: center;
}
@media (max-width: 767px) {
  .gallery .gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.footer {
  background: rgb(6,59,104);
  background: linear-gradient(90deg, rgba(6,59,104,1) 35%, rgba(93,150,199,1) 100%);
  margin-top: 85px;
  position: relative;
  width: 100%;
}
.footer .footer__text {
  font-size: 1.1rem;
  font-weight: 200;
  color: #ffffff;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 10px;
  font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica",
    "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 999999999999999;
  right: 15px;
  top: 23px;
  width: 42px;
  height: 42px;
  background: #fff;
  cursor: pointer;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.hamburger span {
  display: block;
  position: absolute;
  z-index: 999999999999;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 10px;
}

.hamburger span:nth-child(2) {
  top: 20px;
}

.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active {
  position: fixed;
  z-index: 1000000000000000000000000000000000;
}

.hamburger.active span:nth-child(1) {
  top: 20px;
  left: 6px;
  /* background: #fff; */
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 20px;
  /* background: #fff; */
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #063b68;
  opacity: 0.9;
  text-align: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

nav.globalMenuSp ul {
  margin-top: 20%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: 0.4s all;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration: none;
  margin-top: 30px;
  font-size: 1.8rem;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  display: block;
}

.head-border {
  display: flex;
  align-items: center;
}

.head-border:before,
.head-border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #707070;
  opacity: 0.1;
}

.head-border:before {
  margin-right: 1rem;
}

.head-border:after {
  margin-left: 1rem;
}

.head-border-white {
  display: flex;
  align-items: center;
}

.head-border-white:before,
.head-border-white:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #ffffff;
  opacity: 0.9;
}

.head-border-white:before {
  margin-right: 1rem;
}

.head-border-white:after {
  margin-left: 1rem;
}

.page-top {
  position: fixed;
  background: #ffffff;
  border-radius: 50%;
  width: 73px;
  height: 73px;
  border: 0.6px solid #063b68;
  color: #063b68;
  font-size: 1.2rem;
  font-family: "fot-tsukuardgothic-std", "筑紫A丸ゴシック", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Arial",
    "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  text-align: center;
  padding-top: 12px;
  bottom: 30px;
  right: 30px;
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 20px #dadada;
}

.page-top:hover {
  opacity: 0.5;
  cursor: pointer;
}

/*このクラスが付与されると表示する*/
.active {
  opacity: 1;
  visibility: visible;
  z-index: 99;
} 

.main .main__title--flex {
  display: flex;
}
.main .perfect-circle {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #0091EA;
}

/*-------- サブメニュー追加 ------------*/
.nav .nav__link:first-child {
  border-left: none;
}

.nav .nav__item {
  position: relative;
  padding: 0;
  border-left: 0.1px #ffffff solid;
  border-right: none;
  width: 20%;
}

.nav__item:last-child {
  border-right: 0.1px #ffffff solid;
}

.nav__link {
  display: inline-block;
  width: 100%;
  /* padding-left: 40px; */
  padding-top: 14px;
  padding-bottom: 14px;
  /* padding-right: 40px; */
}

.submenu_list {
  display: none;
  position: absolute;
  /* top: 63px; */
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: #00345b;
}

.submenu_list_link {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 15px 5px;
  font-size: 14px;
}

@media (max-width: 1230px) {
  .nav .nav__item {
    width: 20%;
  }

  .nav .nav__link {
    padding: 3% 3% 1%;
  }
}

/* sp nav */
nav.globalMenuSp {
  bottom: 0;
  right: 0;
  overflow-y: scroll;
  padding-bottom: 40px;
}

nav.globalMenuSp ul.globalMenuSp_submenu_list {
  margin-top: 0;
}

nav.globalMenuSp ul li.has_submenu {
  position: relative;
}

.globalMenuSp_btnSubmenu {
  font-size: 20px;
  position: absolute;
  right: 10%;
  top: 15px;
  display: inline-block;
  width: 30px;
  height: 30px;
  z-index: 1;
}

.globalMenuSp_btnSubmenu::before {
  content: '+';
}
.globalMenuSp_btnSubmenu.is-active::before {
content: '';
display: inline-block;
width: 13px;
height: 1px;
background-color: #fff;
position: relative;
top: -5px;
}

.globalMenuSp_submenu_list_link {
  color: #fff;
}

/*----------- サブメニュー追加 ここまで ------------*/

/*　下層ページ　*/
.page_mv {
	padding: 100px 0;
}
.page-id-2 .page_mv, .page-id-39, .page-id-188 .page_mv { background: url(images/page_shishu.jpg) 0 0 no-repeat; background-size: cover; }
.page-id-13 .page_mv, .page-id-46 .page_mv { background: url(images/page_shishu2.jpg) 0 0 no-repeat; background-size: cover; }
.page-id-20 .page_mv, .page-id-51 .page_mv { background: url(images/page_shishu3.jpg) 0 0 no-repeat; background-size: cover; }
.page-id-48 .page_mv, .page-id-140 .page_mv { background: url(images/page_teeth.jpg) 0 0 no-repeat; background-size: cover; }
.page-id-56 .page_mv { background: url(images/page_camera.jpg) 0 0 no-repeat; background-size: cover; }
.page-id-27, .page_mv, .single .page_mv { background: url(images/page_clinic1.jpg) 0 0 no-repeat; background-size: cover; }
.page-id-36 .page_mv { background: url(images/page_clinic2.jpg) 0 0 no-repeat; background-size: cover; }
.page-id-53 .page_mv { background: url(images/page_clinic3.jpg) 0 0 no-repeat; background-size: cover; }
.page-id-30 .page_mv, .page-id-82 .page_mv { background: url(images/page_flower.jpg) 0 0 no-repeat; background-size: cover; }

	.page_mv h1 {
		font-size: 3.4rem;
		color: #fff;
		text-align: center;
	}
.page_white {
	margin: 30px auto 40px;
	padding: 40px 60px;
	background: #fff;
	box-shadow: 0 0 10px #d6d6d6;
}
.page main .page_white:nth-of-type(1), .single main .page_white:nth-of-type(1) { margin-top: 0; }
.page main .main__title, .single main .main__title { margin: 0 0 10px; font-size: 3rem; }
.page main .page_white p, .single main .page_white p { margin: 0 0 20px; font-size: 1.1em; }
.page_photo { position: relative; }
.page_photo img { width: 100%; }
.page_photo span { position: absolute; bottom: 10px; left: 0; padding: 20px 30px 10px; width: 100%; height: 65px; background: rgba(0,0,0,.15); font-size: 1.8rem; color: #fff; text-align: center; }
/* チェックマーク */
.list_check {
	display: flex;
	justify-content: start;
	margin: 0 auto 30px;
	padding: 30px 20px 20px;
	width: 95%;
	border-radius: 5px;
	border: 1px #bba255 solid;
	list-style: none;
	flex-wrap: wrap;
}
.list_check > li {
    position: relative;
    padding: 0px 0px 0px 2em;
    margin: 0px 2% 20px;
    width: 46%;
    font-size: 16px;
}
.list_check > li::before,
.list_check > li::after {
    position: absolute;
    top: 50%;
    height: 1em;
    content: "";
}
.list_check > li::before {
    top: .8em;
    left: 0px;
    transform: translateY(-50%);
    width: 1em;
    border: 1px solid #bba255;
}
.list_check > li::after {
    top: .8em;
    left: 0.5em;
    transform: translateY(-75%) rotate(45deg);
    width: 0.5em;
    border-bottom: 2px solid #bba255;
    border-right: 2px solid #bba255;
}
table { border-top: 1px solid #ccc; }
	table tr { }
	table th { width: 30%; text-align: left; }
	table th, table td { padding: 20px; border-bottom: 1px solid #ccc; }

.pre_next{margin:20px 0 60px;text-align:center;}
.pre_next li{display:inline-block; line-height: 1; vertical-align: top;}
.pre_next p {text-align:left;}
.pre_next p img {margin-right: 20px;}
.pre_next a{font-size:16px;text-decoration:underline;line-height:1.4em;}
.pre_next01, .pre_next03 { width: 39%; }
.pre_next01 { text-align: left;}
.pre_next03 { text-align: right; }
.pre_next02 { width: 19%; }

@media (max-width: 767px) {
  .page_mv h1 {
    font-size: 2.2rem;
  }
  .page_white {
		padding: 40px 30px;
		width: 95%;
  }
	.page main .main__title, .single main .main__title { font-size: 2rem; }
	.page main .page_white p, .single main .page_white p { margin: 10px 0 10px; font-size: 1.6rem; }
	.page_photo span { bottom: 7px; padding: 10px 30px; height: 50px; font-size: 1.6rem; }
	table th, table td { padding: 10px 0; font-size: 14px; }
    ul.pre_next{margin:5% auto 10%; width: 95%; text-align:center;}
    ul.pre_next a{font-size:12px;text-decoration:underline;text-align:right;line-height:1.2em;}
    ul.pre_next img { float: left; width: 35%; margin-right: 5%; }
    .pre_next01, .pre_next03 { width: 45%; }
    .pre_next02 { width: 5%; }
}

/* ----------- cta追加  ------------ */
.cta{
  display: none;
}
@media (max-width: 767px){
  .footer{
    margin-bottom: 47px;
  }
  .cta{
    display: block;
    position: fixed;
    bottom: 30px;
    right: 0;
    z-index: 99;
  }
  .cta_list{
/*    display: flex;*/
  }
  .cta_item{
    width: 100px;
    background: rgba( 255,255,255, 0.9);
    border: 1px solid #000;
    margin: 0 0 5px;
  }
  /* telアイコン */
  .cta_item.cta_item_tel a::before{
    content: url(images/tel.png);
    position: relative;
    top: 5px;
  }
  /* webアイコン */
  .cta_item.cta_item_web a::before{
    content: url(images/mail.png);
    position: relative;
    top: 5px;
    margin-right: 5px;
  }
  .cta_item a{
    display: block;
    padding: 30px 10px;
    width: 100%;
    color: #000;
    font-size: 1.3rem;
    text-align: center;
  }
  .cta_item a::before {
    content: none !important;
  }
}
/* ----------- cta追加 ここまで ------------ */
