@charset "UTF-8";

/* --------------------------------
 * base
 * -------------------------------- */
* {
  box-sizing: border-box;
}

body,
a,
.table {
  color: #666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0.16rem;
  color: #6b90db !important;
}
.h1{
   color: #6b90db !important;
}
.under-h1 h1{
  font-size: 1.6rem;
  color: #f17d2f !important;
}

.text-blue {
  color: #6b90db !important;
}
.text-green {
  color: #53b470 !important;
}
.navbar li a{
  color: #199a1f !important;
  font-weight: bold !important;
}


.bg-blue,
.thead-blue,
.badge-primary {
  background-color: #6b90db !important;
}

.bg-green,
.thead-green,
.badge-primary {
  background-color: #53b470 !important;
}

.bg-lightblue {
  background-color: #ecf7fb !important;
}

.bg-pink {
  background-color: #DB8F81 !important;
}

.border-blue {
  border-color: #B2C2E1 !important;
}

.border-top {
  border-width: 2px !important;
}

p {
  line-height: 1.8rem;
  font-size: 1.1rem;
}
.footer h2{
  color: #53b470 !important;
}
.td_vertical_align_middle.td_vertical_align_middle {
  vertical-align: middle;
}
.bg-gra{
  background: #c1ffe0;

}
.btn-lg{
  font-size: 2rem;
}

.sumtab{
  background-color: #f5e6ee !important;
}
.sumtab h4{
  color: #d46767 !important;
}
/* --------------------------------------------------
    ファーストビュー
-------------------------------------------------- */
.header {
  height: 80vh;
}

.header .jumbotron {
  background-image: url("../img/top-main.jpg");
  background-size: cover;
  background-position: center top;
  position: relative;
  height: 90%;
  margin-bottom: 0;
}

/* nav
-------------------------------------------------- */
nav.fixed {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}
.navbar{
  font-size: 1.2rem;
}

/*    キービジュアル
-------------------------------------------------- */
/*下層ページ*/
.under-layer .jumbotron {
  background-image: url("../img/top-main.jpg");
  background-size: cover;
  background-position: center top;
  margin-bottom: 0;
}

/* --------------------------------------------------
    メイン
-------------------------------------------------- */
.container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1400px;
}

/*    トップページ
-------------------------------------------------- */
.tokucho h3 span {
  font-family: 'Libre Caslon Text', serif;
  margin-right: 1rem;
  border-bottom: 5px solid #B2C2E1;
}
/* 
.tokucho h3{
  font-size: 1.6rem;
  color: #fff;
}
.tokucho p{
    color: #fff;
}
.tokucho,
.tx1{
    color: #fff;
}*/
/*    院内紹介
-------------------------------------------------- */
figcaption {
  padding-left: 1rem;
  border-left: 3px solid #6b90db;
}

/* --------------------------------------------------
    サンプルページ
-------------------------------------------------- */

/*   チャート
-------------------------------------------------- */
.flow > li .flow-icon {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 50px;
  width: 50px;
  color: #fff;
  background-color: #6b90db;
  margin: 0 auto 20px;
  display: block;
  text-align: center;
  position: relative;
  letter-spacing: 2px;
}

.flow > li .flow-icon::before {
  content: "";
  border: solid transparent;
  border-width: 8px;
  border-top-color: #6b90db;
  position: absolute;
  top: calc(100% - .2rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* --------------------------------------------------
    お問い合せページ
-------------------------------------------------- */
/*WEBでのご予約・お問合せ*/
