@charset "UTF-8";
/******************************************************

    thin     font-weight:100;
    Light     font-weight:200;
    DemiLight font-weight:300;
    Regular   font-weight:400;
    Medium   font-weight:500;

******************************************************/
html {
  font-size: 62.5%;
  /*10px 1em */ }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

body {
  color: #666;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.5;
  min-width: 1100px;
  background: #f8f8f8; }

a {
  color: #299ad8;
  text-decoration: none;
  border: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

a:hover {
  color: #2eacf0; }

a img {
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

a:hover img {
  opacity: 0.5; }

img {
  vertical-align: top; }

/*
home
******************************************************/
h1.seo {
  font-size: 9px;
  background: #efefef;
  line-height: 16px;
  text-indent: 10px;
  font-weight: 100;
  color:#07679b; }
  
p.seo {
  font-size: 9px;
  background: #efefef;
  line-height: 16px;
  text-indent: 10px;
  font-weight: 100;
  color:#07679b; }

#sidemenuCover {
  display: none; }

#wrap {
  position: relative; }

header {
  width: 100%; }
  header .headerContent {
    width: 100%;
    overflow: hidden;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
    position: relative; }
    header .headerContent .logo {
      float: left; }
    header .headerContent .txt {
      font-size: 1.3rem;
      width: 300px;
      text-align: right;
      color: #07679b;
      position: absolute;
      top: 50%;
      right: 300px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    header .headerContent .phone {
      float: right; }
	  
	  
	  
	  
	  
	  
	  
  /*header nav {
    width: 100%;
    overflow: hidden;
    border-top: #e5e5e5 solid 0.5px;
    border-bottom: #e5e5e5 solid 0.5px;
    background: #fff; }
    header nav li {
      float: left;
      width: 14.285%;
      box-sizing: border-box;
      text-align: center;
      position: relative; }
      header nav li a {
        display: block;
        width: 100%;
        font-size: 1.5rem;
        font-weight: 300;
        height: 62px;
        line-height: 62px;
        color: #07679b; }
    header nav li:after {
      content: "";
      height: 42px;
      width: 1px;
      background: #e5e5e5;
      position: absolute;
      right: 0;
      top: 10px; }
    header nav li:first-child {
      border: none; }

#home nav li:nth-child(1) a,
#concept nav li:nth-child(2) a,
#staff nav li:nth-child(3) a,
#clinic nav li:nth-child(4) a,
#guidance nav li:nth-child(5) a,
#access nav li:nth-child(6) a,
#contact nav li:nth-child(7) a {
  background: #fff;
  color: #59b9d0; }*/


header nav {
    width: 100%;
    overflow: hidden;
    border-top: #e5e5e5 solid 0.5px;
    border-bottom: #e5e5e5 solid 0.5px;
    background: #fff; }
    header nav li {
      float: left;
      width: 16.6%;
      /*width: calc(100% / 6);*/
      box-sizing: border-box;
      text-align: center;
      position: relative; }
      header nav li a {
        display: block;
        width: 100%;
        font-size: 1.5rem;
        font-weight: 300;
        height: 62px;
        line-height: 62px;
        color: #07679b; }
    header nav li:after {
      content: "";
      height: 42px;
      width: 1px;
      background: #e5e5e5;
      position: absolute;
      right: 0;
      top: 10px; }
    header nav li:first-child {
      border: none; }

/*#home nav li:nth-child(1) a,
#concept nav li:nth-child(2) a,
#staff nav li:nth-child(3) a,
#clinic nav li:nth-child(4) a,
#guidance nav li:nth-child(5) a,
#access nav li:nth-child(6) a,
#contact nav li:nth-child(7) a {
  background: #fff;
  color: #59b9d0; }*/



.menu {
    position: relative;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}


/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

li.menu__mega_li ul.menu__second-level {
    display: flex;
    position: absolute;
    visibility: hidden;
    top: 40px;
    left: 0;
    margin-left: -43vw;
    box-sizing: border-box;
    width: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__mega_li:hover ul.menu__second-level {
    top: 100px;
    visibility: visible;
    opacity: 1;
  width: 100vw;
  position: static;
}

header .menu li.menu__mega_li ul.menu__second-level > li {
    float: left;
    width: calc(100% / 7);
    border: none;
}

header .menu li.menu__mega_li ul.menu__second-level > li:after {
    content: " ／ ";
      height: 42px;
      width: 0;
      background: #e5e5e5;
      position: absolute;
      right: 0;
      top: 20px;
}
header .menu li.menu__mega_li ul.menu__second-level > li:last-child::after {
    content: none;
      
}


@media screen\0 {
  /*header .menu li.menu__mega_li ul.menu__second-level > li {
    width: calc(90% / 4);
  }*/
}

/* Edge */
_:-ms-lang(x)::backdrop, header .menu li.menu__mega_li ul.menu__second-level > li {
    width: calc(90% / 4);
}





.phone {
  font-size: 2.8rem !important;
  letter-spacing: 2px;
  font-weight: 500; }
  .phone a {
    color: #07679b; }

.phone:before {
  content: "\e902";
  font-family: "icomoon";
  font-size: 30px;
  padding-right: 5px;
  position: relative;
  top: 5px;
  color: #07679b; }

.phone.freedial:before {
  content: "\e900";
  font-family: "icomoon"; }

#silideBox {
  width: 100%;
  min-width: 1100px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
  position: relative; }
  #silideBox .rslides {
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0; }
    #silideBox .rslides li {
      position: relative;
      display: none;
      width: 100%;
      height: 430px;
      background: #ccc; }
      #silideBox .rslides li img {
        position: absolute;
        width: 100%;
        min-width: 1100px;
        height: auto;
        min-height: 430px;
        left: 0; }
        #silideBox .rslides li span {
          position: absolute;
          bottom: 0;
          width: 100%;
          padding: 20px 0;
          font-size: 30px;
          text-align: center;
          color: #ffffff;
          background: rgba(7,103,155,0.5);
      }

article {
  width: 100%;
  margin: 0 auto; }

section {
  width: auto;
  margin-top: 50px; }
  section .inner {
    width: 1000px;
    padding: 50px;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2); }
    section .inner h2 {
      font-size: 3.5rem;
      font-weight: 200;
      line-height: 1;
      margin-bottom: 30px;
      color: #07679b; }
    section .inner .textBox {
      width: 100%;
      overflow: hidden; }
      section .inner .textBox img.left {
        float: left;
        margin-right: 35px; 
        height: auto;}
      section .inner .textBox img.right {
        float: right;
        margin-left: 35px; 
        height: auto;}
      section .inner .textBox p {
        font-size: 1.4rem;
        line-height: 1.8; }
    section .inner .textBox + .textBox {
      padding-top: 40px; }
      .name {
        display: block;
        font-size: 2rem;
        color: #07679b;
        text-align: right;
    }

section:after {
  content: "";
  display: block;
  clear: both; }

img.greeting {
  float: right;
  margin-left: 35px; }

.guidanceList {
  width: 100%;
  overflow: hidden;
  text-align: center; 
  display: flex;
  flex-wrap: wrap;
  justify-content: center;}
  .guidanceList li {
    width: 265px;
    min-height: 400px;
    overflow: hidden;
    display: inline-block;
    padding: 0 19px 40px; }
    .guidanceList li dl {
      padding-bottom: 30px; }
    .guidanceList li dt a {
      font-size: 2.4rem;
      color: #07679b;
      font-weight: 200;
      padding: 0.6em 0px;
      display: block; }
  .guidanceList li:nth-child(3n) {
    padding-right: 0; }

a.btn {
  display: block;
  width: 190px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #f7fcff;
  border: #299ad8 solid 0.5px;
  color: #299ad8;
  font-size: 1.4rem;
  font-weight: 300;
  position: relative;
  margin: 0 auto;
  border-radius: 2px; }

a.btn:hover {
  background: #ffffff; }

a.btn:after {
  content: "\e904";
  font-family: "icomoon";
  position: absolute;
  right: 10px;
  font-size: 10px; }

.newsList {
  width: 100%;
  overflow: hidden; }
  .newsList li {
    padding: 12px 0;
    width: auto;
    overflow: hidden;
    border-top: #d7d7d7 dotted 1px;
    position: relative; }
    .newsList li time {
      float: left; }
    .newsList li time + p {
      margin-left: 100px; }
    .newsList li a + time, .newsList li a + time + p {
      color: #299ad8; }
    .newsList li a {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    .newsList li a:hover {
      background: rgba(255, 255, 255, 0.5); }
  .newsList li:last-child {
    border-bottom: #d7d7d7 dotted 1px; }

.bn_sect {
  margin-top: 0; }

.bannersList {
  width: 1000px;
  margin: 0 auto;
  text-align: center; }
  .bannersList li {
    display: inline-block;
    width: 320px;
    height: 90px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    margin-right: 16px;
    margin-top: 20px;
    position: relative;
    text-align: left; }
    .bannersList li a {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: block;
      z-index: 10; }
    .bannersList li a:hover {
      background: rgba(255, 255, 255, 0.5); }
    .bannersList li span {
      font-size: 1.8rem;
      font-weight: 500;
      display: block;
      line-height: 90px;
      color: #299ad8;
      padding-left: 20px; }
    .bannersList li img {
      position: absolute;
      right: 0;
      top: 0; }
  .bannersList li:nth-child(3n) {
    margin-right: 0; }

.facebook {
  text-align: center;
  padding-top: 50px; }

footer {
  text-align: center;
  padding-top: 50px; }
  footer .footerContent {
    width: 100%;
    overflow: hidden; }
    footer .footerContent .f-logo {
      margin-bottom: 20px; }
    footer .footerContent address {
      font-size: 1.4rem;
      color: #07679b; }
    footer .footerContent .businessHours {
      text-align: center;
      font-size: 1.6rem;
      font-weight: 300;
      width: 430px;
      margin: 0 auto;
      padding-top: 30px; }
      footer .footerContent .businessHours table {
        width: 100%;
        color: #07679b;
        border-bottom: #e5e5e5 solid 1px;
        line-height: 1; }
        footer .footerContent .businessHours table th {
          font-weight: 300;
          padding: 10px 0;
          border-top: #e5e5e5 solid 1px; }
        footer .footerContent .businessHours table td {
          background: #fff;
          padding: 10px 0;
          border-top: #e5e5e5 solid 1px;
          text-align: center;
          vertical-align: middle; }
    footer .footerContent small {
      color: #07679b;
      font-size: 1.3rem;
      padding-top: 10px;
      padding-bottom: 30px;
      display: block; }

.googlemap {
  width: 100%;
  padding: 0;
  margin: 0;
  height: 450px;
  overflow: hidden; }

.Copyright {
  line-height: 1;
  font-size: 1rem;
  letter-spacing: 1px;
  font-weight: 100;
  text-align: center;
  padding: 30px;
  color: #07679b; }

.pageTop {
  position: fixed;
  right: 50px;
  bottom: -100px;
  opacity: 0;
  transition: all 0.5s ease;
  backface-visibility: hidden; }
  .pageTop a {
    color: #07679b; }
  .pageTop a:hover {
    color: #2eacf0; }
  .pageTop span {
    font-size: 70px; }

.pageTop.on {
  bottom: 50px;
  opacity: 1; }

#overlay,
#slidemenu {
  display: none; }

/*
subpages
******************************************************/
.pagetitle {
  width: 100%;
  height: 230px;
  position: relative;
  overflow: hidden; }
  .pagetitle img {
    position: absolute;
    right: 0;
    top: 0; }
  .pagetitle h1 {
    position: absolute;
    left: 50%;
    top: 75px;
    font-size: 35px;
    font-weight: 200;
    color: #07679b;
    margin-left: -480px;
    z-index: 2; }
  .pagetitle .Breadcrumb {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    padding: 15px;
    box-sizing: border-box;
    text-align: right;
    z-index: 3; }
    /* .pagetitle .Breadcrumb li {
      float: right;
      font-size: 1.2rem;
      color: #07679b; }
      .pagetitle .Breadcrumb li a {
        color: #07679b; }
      .pagetitle .Breadcrumb li a:hover {
        color: #2eacf0; }
      .pagetitle .Breadcrumb li a:before {
        content: "<";
        padding: 0 5px; } */
        .pagetitle .Breadcrumb a {
          display: inline-block;
        }
        .pagetitle .Breadcrumb a span {
          color: #07679b;
      }   
      .pagetitle .Breadcrumb a span:hover {
        color: #2eacf0; 
    } 
    .pagetitle .Breadcrumb a span:before {
      content: ">";
      padding: 0 5px; 
  } 
  .pagetitle .Breadcrumb span:first-child a span::before {
    content:"";
  }

.subnav {
  background: #fff;
  text-align: center; }
  .subnav #submenuBtn {
    display: none; }
  .subnav li {
    display: inline-block;
    position: relative;
    padding: 0 30px; }
    .subnav li a {
      display: block;
      line-height: 50px;
      color: #07679b;
      box-sizing: border-box; }
    .subnav li a:hover {
      color: #2eacf0; }
  .subnav li.current a {
    border-bottom: #07679b solid 2px; }
  .subnav li:after {
    position: absolute;
    right: -10px;
    top: 10px;
    font-size: 20px;
    content: "／";
    font-weight: 100;
    color: #07679b; }
  .subnav li:last-child:after {
    content: none; }

.subpages .inner h3 {
  font-size: 2.5rem;
  color: #07679b;
  font-weight: 200;
  margin-bottom: 20px; }

.subpages .inner .textBox + h3 {
  padding-top: 40px; }

.subpages .inner .textBox strong.circle {
  font-size: 1.8rem;
  font-weight: 400;
  color: #07679b;
  padding-bottom: 10px; }

.subpages .inner .textBox strong.circle::before {
  content: "●";
  opacity: 0.6;
  font-size: .8em;
  padding-right: 5px;
  position: relative;
  top: -1px; }

/*# sourceMappingURL=cmn_pc_style.map */

/*add 20210707*/
#footer_sp{
	display:none;
}
/*add 20210707*/
