@charset "utf-8";
/* CSS Document */

/*------------------------
  head内にあったスタイル
（不要か分からないため）
-------------------------*/
/* 
.gm-style .gm-style-mtc label,
    .gm-style .gm-style-mtc div {
      font-weight: 400
    }
    .gm-control-active>img {
      box-sizing: content-box;
      display: none;
      left: 50%;
      pointer-events: none;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%)
    }

    .gm-control-active>img:nth-child(1) {
      display: block
    }

    .gm-control-active:hover>img:nth-child(1),
    .gm-control-active:active>img:nth-child(1) {
      display: none
    }

    .gm-control-active:hover>img:nth-child(2),
    .gm-control-active:active>img:nth-child(3) {
      display: block
    }
    .gm-ui-hover-effect {
      opacity: .6
    }

    .gm-ui-hover-effect:hover {
      opacity: 1
    }
    .gm-style .gm-style-cc span,
    .gm-style .gm-style-cc a,
    .gm-style .gm-style-mtc div {
      font-size: 10px;
      box-sizing: border-box
    }
    @media print {

      .gm-style .gmnoprint,
      .gmnoprint {
        display: none
      }
    }

    @media screen {

      .gm-style .gmnoscreen,
      .gmnoscreen {
        display: none
      }
    }
    .gm-style-pbc {
      transition: opacity ease-in-out;
      background-color: rgba(0, 0, 0, 0.45);
      text-align: center
    }

    .gm-style-pbt {
      font-size: 22px;
      color: white;
      font-family: Roboto, Arial, sans-serif;
      position: relative;
      margin: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%)
    }
    .gm-style {
      font: 400 11px Roboto, Arial, sans-serif;
      text-decoration: none;
    }

    .gm-style img {
      max-width: none;
    }
*/

/*------------------------

ヘッダー

------------------------*/

header {
  margin-bottom: 0;
  padding: 0;
  background-color: #fff;
  border-top: 7px solid #0077cc;
}

header .col-5 {
  width: 43%;
}

header .col-7 {
  width: 57%;
}

header .logo {
  padding-top: 0;
  padding-bottom: 0;
}

header .access,
header .medical-time,
header .tel {
  float: left;
}

header .access,
header .medical-time {
  margin-top: 50px;
}

header .access a,
header .medical-time a {
  padding-right: 15px;
  text-decoration: none;
}

header .tel {
  padding-top: 46px;
  margin-left: 15px;
}

@media (max-width: 1279px) {

  header .access,
  header .medical-time {
    margin-top: 35px;
  }

  header .tel {
    padding-top: 30px;
    width: 150px;
  }
}

@media (max-width: 1023px) {
  header .logo {
    text-align: center;
  }

  header .right {
    text-align: center;
    float: none;
  }

  header .access,
  header .medical-time,
  header .tel {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }

  header .access,
  header .medical-time {
    margin-top: 0;
  }

  header .tel {
    padding-top: 0;
    margin-top: -10px;
  }
}

@media(max-width:782px){
  header .logo {
    width: 230px;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {

  header .row.gutters .col {
    margin-bottom: 10px;
  }

  header .access,
  header .medical-time,
  header .tel {
    padding: 0;
    margin: 0;
  }

  header .access,
  header .medical-time {
    padding: 3px 10px 0 0;
  }

  header .tel {
    width: 219px;
    margin-bottom: 10px;
  }
}

/*------------------------

グローバルナビ

------------------------*/

.navigation {
  padding: 0;
  background-color: #f3f7fa;
  border-top: 1px solid #dfe4e9;
  border-bottom: 1px solid #dfe4e9;
}

@media (max-width: 767px) {
  .navigation {
    padding: 0;
    border-bottom: 0;
  }
}

.globalNavi li {
  float: left;
  width: 20%;
  text-align: center;
  border-right: 1px solid #eaeaea;
}

.globalNavi li:first-child {
  border-left: 1px solid #eaeaea;
}

.globalNavi li a {
  transition: all 0.3s;
  text-align: center;
  display: block;
  padding: 15px 15px;
  color: #2e61b9;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.globalNavi li a span {
  display: block;
  color: #bebfbf;
  font-size: 14px;
  font-weight: 400;
}

@media only screen and (min-width: 1025px) {
  .globalNavi li a:hover {
    background-color: #e0edf7;
  }
}

/*------------------------

ページトップ

------------------------*/

.page-top {
  position: fixed;
  z-index: 9;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
}

.page-top a {
  display: block;
  width: 62px;
  height: 62px;
  padding: 7px 0 0;
  cursor: pointer;
  text-align: center;
  border-radius: 0;
  background-color: #fff;
  font-size: 3rem;
  transition: all 0.3s;
  text-decoration: none;
}

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

.page-top a i {
  margin-right: 0;
  margin-left: 0;
  color: #00a6fb;
}

@media (min-width: 1280px) {
  .page-top a:hover {
    color: #fff;
    background: #00a6fb;
  }

  .page-top a:hover i {
    color: #fff;
  }
}

/*------------------------

地図

------------------------*/

#mapkit {
  height: 400px;
  width: 100%;
}

#mapkit02 {
  height: 320px;
  width: 100%;
}

@media (max-width: 767px) {
  #mapkit02 {
    height: 400px;
    width: 100%;
  }
}

/*------------------------

フッター

------------------------*/

footer {
  background-color: #00a6fb;
  color: #ffffff;
}

.footer-logo {
  text-align: center;
  margin-bottom: 30px;
}

.footer-logo img{
  max-width: 380px
}

@media(max-width:767px){
  .footer-logo img{
    width: 100%
  }
}

footer .label.focus {
  width: 80px;
  border-radius: 3px;
  background-color: #59d2fe;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  padding: 2px;
}

footer dl {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

footer dl:last-child {
  margin-bottom: 0;
}

footer dt,
footer dd {
  float: left;
}

footer dt {
  width: 80px;
  text-align: center;
}

.contact .button {
  margin-top: 5px;
}

.contact-area {
  padding: 30px 0 25px;
  border-bottom: 1px solid #3cbafa;
}

footer .inner {
  padding: 30px 0;
  text-align: center;
}

footer .inner ul {
  margin: 0;
}

footer .inner ul li {
  list-style-type: none;
  display: inline-block;
  padding: 0 15px;
}

footer .inner ul li:before {
  font-family: 'themify';
  content: "\e628";
  margin-right: 10px;
}

footer .inner ul li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

footer .copy {
  padding: 20px 0;
  text-align: center;
  background-color: #c8f0ff;
}

footer .copy small {
  color: #00a6fb;
  font-size: 13px;
  font-weight: 400;
}

@media only screen and (min-width: 1025px) {
  footer .inner ul li a:hover {
    text-decoration: underline;
  }
}

@media (max-width: 1023px) {
  footer .tel.right {
    float: none;
    text-align: center;
  }

  footer .inner ul li {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-area .tel {
    width: 100%;
    padding-right: 0;
  }

  footer dt {
    margin-bottom: 10px;
  }

  footer dd {
    width: 100%;
    text-align: left;
    margin-left: 0;
  }

  footer .inner {
    padding: 10px 0 30px 0;
    text-align: center;
  }

  footer .inner ul li {
    width: 100%;
  }

  footer .inner ul li:before {
    display: none;
  }

  footer .inner ul li a {
    position: relative;
    display: block;
    padding: 15px 0;
    text-align: left;
    border-bottom: 1px solid #3cbafa;
  }

  footer .inner ul li a:before {
    color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -13px;
    font-family: 'themify';
    content: "\e628";
  }

  footer .copy small {
    font-size: 9px;
  }
}

@media all and (-ms-high-contrast: none){
  .button{
    padding:28px 100px 20px 100px;
  }
}

@media all and (-ms-high-contrast: none){
  .footer .label.focus{
    padding:6px 2px 0px 2px;
  }
}
