@charset "UTF-8";
/* 1bb1dc */
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #444;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif; }

a {
  color: #2b7cdc;
  transition: 0.5s; }

a:hover, a:active, a:focus {
  color: #0a98c0;
  outline: none;
  text-decoration: none; }

p {
  padding: 0;
  margin: 0 0 30px 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0; }

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #f0dd05;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11; }
  .back-to-top i {
    padding-top: 12px;
    color: #fff; }
  @media (max-width: 768px) {
    .back-to-top {
      bottom: 15px; } }

/* Prelaoder */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff; }

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #2a66ff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite; }

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  padding: 10px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997; }
  #header.header-scrolled, #header.header-pages {
    height: 70px;
    height: 80px;
    padding: 15px 0;
    padding: 5px 0;
    background-color: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3); }
    #header.header-scrolled #topbar, #header.header-pages #topbar {
      display: none; }
  @media (max-width: 991px) {
    #header {
      height: 80px;
      padding: 10px 0; } }
  #header .logo h1 {
    font-size: 36px;
    margin: 0;
    padding: 0;
    line-height: 1;
    text-transform: uppercase; }
  #header .logo h1 a, #header .logo h1 a:hover {
    color: #413e66;
    text-decoration: none; }
  #header .logo img {
    padding: 0;
    margin: 7px 0;
    margin: 0 0;
    max-height: 26px;
    max-height: 63px; }

@media (max-width: 576px) {
  #header {
    height: 70px !important; }
    #header.header-scrolled, #header.header-pages {
      height: 70px; }
    #header .logo h1 img {
      max-height: 50px; } }
.main-pages {
  margin-top: 60px; }

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.main-nav {
  /* Drop Down */
  /* Deep Drop Down */ }
  .main-nav, .main-nav * {
    margin: 0;
    padding: 0;
    list-style: none; }
  .main-nav > ul > li {
    position: relative;
    white-space: nowrap;
    float: left; }
  .main-nav a {
    display: block;
    position: relative;
    color: #413e66;
    padding: 10px 15px;
    transition: 0.3s;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
    text-transform: uppercase;
    font-weight: 600; }
  .main-nav a:hover, .main-nav .active > a, .main-nav li:hover > a {
    color: #2a66ff;
    text-decoration: none; }
  .main-nav li:nth-last-child(2) > a {
    padding-right: 25px; }
  .main-nav .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% - 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s; }
  .main-nav .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible; }
  .main-nav .drop-down li {
    min-width: 180px;
    position: relative; }
  .main-nav .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #065e77; }
  .main-nav .drop-down ul a:hover, .main-nav .drop-down ul .active > a, .main-nav .drop-down ul li:hover > a {
    color: #2a66ff; }
  .main-nav .drop-down > a:after {
    content: "\f107";
    font-family: FontAwesome;
    padding-left: 10px; }
  .main-nav .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px); }
  .main-nav .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%; }
  .main-nav .drop-down .drop-down > a {
    padding-right: 35px; }
  .main-nav .drop-down .drop-down > a:after {
    content: "\f105";
    position: absolute;
    right: 15px; }

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(40, 38, 70, 0.8);
  transition: 0.4s; }
  .mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none; }
  .mobile-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500; }
  .mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
    color: #8dc2fa;
    text-decoration: none; }
  .mobile-nav .drop-down > a:after {
    content: "\f078";
    font-family: FontAwesome;
    padding-left: 10px;
    position: absolute;
    right: 15px; }
  .mobile-nav .active.drop-down > a:after {
    content: "\f077"; }
  .mobile-nav .drop-down > a {
    padding-right: 35px; }
  .mobile-nav .drop-down ul {
    display: none;
    overflow: hidden; }
  .mobile-nav .drop-down li {
    padding-left: 20px; }

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right; }
  .mobile-nav-toggle i {
    margin: 18px 18px 0 0;
    color: #065e77; }

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(40, 38, 70, 0.8);
  overflow: hidden;
  display: none; }

.mobile-nav-active {
  overflow: hidden; }
  .mobile-nav-active .mobile-nav {
    left: 0; }
  .mobile-nav-active .mobile-nav-toggle i {
    color: #fff; }

@media (min-width: 992px) {
  .main-nav {
    margin-top: 15px; } }
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  border-top: 10px solid #2b7cdc;
  font-size: 14px; }
  #footer .footer-top {
    padding: 60px 0 30px 0;
    background: #f5f8fd; }
  #footer p.copyright {
    background-color: #2b7cdc;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    margin-bottom: 0;
    padding: 0.5em 0; }

/* Scss Document */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold; }
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100; }
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200; }
html, body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif; }

@media all and (-ms-high-contrast: none) {
  html, body {
    font-family: Verdana, Meiryo, sans-serif; } }
@media all and (-ms-high-contrast: active) {
  html, body {
    font-family: Verdana, Meiryo, sans-serif; } }
/* Scss Document */
@media (min-width: 20rem) {
  :root {
    font-size: calc(0.875rem + ((1vw - 0.2rem) * 3.6364));
    /* Where: * 3.6364 = 100 * font_Size_Difference / viewport_Width_Difference */ } }
/* Prevent font scaling beyond this breakpoint */
@media (min-width: 23.4375rem) {
  :root {
    font-size: 1rem; } }
@media only screen and (min-width: 769px) {
  body {
    font-size: calc(0.875rem + ((1vw - 7.99px) * 0.995)); } }
@media only screen and (min-width: 1001px) {
  body {
    font-size: 16px; } }
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none; } }
body {
  padding-top: 80px;
  background: url("../img/hero_bg.gif") center top no-repeat; }
  @media (max-width: 576px) {
    body {
      padding-top: 70px;
      background: url("../img/hero_bg_sm.gif") center top no-repeat;
      background-size: contain; } }

.container-fluid, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 1200px) {
  .container, .container-xl {
    max-width: 1140px; } }
/* h* */
.section-bg {
  background: #f5fcff; }

.section-title {
  text-align: center; }
  .section-title h3 {
    font-size: 5.5vw;
    margin-bottom: .3em; }
  .section-title p {
    position: relative;
    display: inline-block;
    padding: 0 2.5em;
    color: #777; }
    .section-title p:before, .section-title p:after {
      content: '';
      position: absolute;
      top: 50%;
      display: inline-block;
      width: 2em;
      height: 1px;
      background-color: #777; }
    .section-title p:before {
      left: 0; }
    .section-title p:after {
      right: 0; }

@media (min-width: 769px) {
  .section-title h3 {
    font-size: 1.875rem; }
  .section-title.section-tilte-row {
    display: flex;
    justify-content: space-between;
    align-items: center; } }
.section-subhead {
  display: inline-block;
  font-style: italic;
  font-size: 4.8vw;
  padding: 0 20px;
  position: relative;
  margin-top: 1em; }
  .section-subhead:before {
    position: absolute;
    left: 0;
    top: -10px;
    display: inline-block;
    content: url("../img/brackets_l.png"); }
  .section-subhead:after {
    position: absolute;
    right: 0;
    top: -5px;
    display: inline-block;
    content: url("../img/brackets_r.png"); }

@media (min-width: 376px) {
  .section-subhead {
    font-size: 1.25rem; } }
.color-shadow {
  box-shadow: 15px 15px #dde0b8; }

/* ---------------------------
	#intro
--------------------------- */
#intro {
  background-image: url("../img/intro_bg.png"), url("../img/intro_heart.png");
  background-repeat: no-repeat, no-repeat;
  background-position: center top,center top;
  margin-bottom: 5em; }
  #intro h2 {
    margin: 55px 0 10px;
    font-size: 1em; }
    #intro h2 span {
      font-size: 1.5em; }
  #intro p.purpose {
    margin-bottom: 30px; }

.phone {
  font-size: 1.3em;
  color: #444; }
  .phone:first-of-type {
    font-size: 2em; }
  .phone i {
    color: #1a569f; }
  .phone > a {
    color: #444; }
    .phone > a > i {
      color: #1a569f; }

@media (max-width: 768px) {
  #intro {
    background-image: url(../img/intro_heart_sm.png);
    background-repeat: no-repeat;
    background-position: right top; }
    #intro h2 {
      font-size: .9em; }
      #intro h2 span {
        font-size: 1.2em; }
    #intro p.purpose {
      width: 75vw;
      max-width: 447px;
      margin-bottom: 3em; } }
@media (max-width: 576px) {
  #intro {
    background-image: url(../img/intro_heart_xs.png);
    background-repeat: no-repeat;
    background-position: right 0;
    /* 9.5486vw */ }
    #intro h2 {
      margin: 9.5486vw 0 1rem; }
    #intro p.purpose {
      margin-bottom: 5em; } }
/* ---------------------------
	#greetings
--------------------------- */
.appearance {
  margin-bottom: 2em; }

@media (min-width: 769px) {
  .greetings-container {
    position: relative; }
    .greetings-container .appearance {
      width: 50%;
      max-width: 500px; }
    .greetings-container .greetings {
      position: absolute;
      top: 50%;
      left: 40%;
      width: 60%;
      background: #fff;
      box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
      padding: 2em;
      transform: translateY(-50%); } }
/* ---------------------------
	#treatment-policy 診療方針
--------------------------- */
ul.list-check li {
  padding-left: 1.5em;
  text-indent: -.75em; }
  ul.list-check li:before {
    display: inline-block;
    font-family: 'FontAwesome';
    content: "\f00c";
    color: #2b7cdc;
    margin-right: .5em; }

/* ---------------------------
	#treatment-contents 診療内容
--------------------------- */
ul.list-arrow li {
  padding-left: 1.5em;
  text-indent: -.75em; }
  ul.list-arrow li:before {
    display: inline-block;
    font-family: 'FontAwesome';
    content: "\f0da";
    color: #2b7cdc;
    margin-right: .5em; }

/* ---------------------------
	#second-opinion セカンドオピニオン
--------------------------- */
#second-opinion table > caption {
  caption-side: top;
  font-weight: 900; }
#second-opinion table th {
  background-color: #dfecff;
  font-weight: 400; }

/* ---------------------------
	#information お知らせ
--------------------------- */
#information dl {
  border-bottom: 1px dotted #ccc; }

/* ---------------------------
	#consultation-hour 診療時間
--------------------------- */
#consultation-hour table thead tr th {
  background: #669fbf;
  color: #fff; }
#consultation-hour table tbody tr td {
  background-color: #fff;
  vertical-align: middle; }

.call {
  font-size: 1.5em;
  letter-spacing: .2rem; }

.btn-web:before {
  display: inline-block;
  font-family: 'FontAwesome';
  content: "\f26c";
  margin-right: 1em; }
.btn-web:after {
  display: inline-block;
  font-family: 'FontAwesome';
  content: "\f054";
  margin-left: 1em; }

.main-nav a.btn-web {
  padding: 5px 15px; }

/* ---------------------------
	utility
--------------------------- */
.text-blue {
  color: #0070c2; }
