@charset "UTF-8";

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

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

a {
text-decoration:none;
}

a:hover {
color: #222222;
text-decoration:none;
}

a:visited {
text-decoration:none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0.2rem;
	/*color: steelblue;*/
}


.txt-w {
	color: #fff;
}

h3,
h4,
h5,
h6 {
  color: steelblue;
}







.text-blue {
  color: #6b90db !important;
}
.text-glay {
  color: #666666 !important;
}

.text-red {
  color: #F85355 !important;
}

.right{
 text-align:right;
	padding: 20px;
}


.bg-blue,
.thead-blue,
.badge-primary {
  background-color: #6b90db !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;
}

/* --------------------------------------------------
    ファーストビュー
-------------------------------------------------- */
.header {
  height: 100vh;
}

.header .jumbotron {
  background-image: url("../img/main-img.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%;
}

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

/* --------------------------------------------------
    メイン
-------------------------------------------------- */

/*    トップページ
-------------------------------------------------- */
.tokucho h3 span {
  font-family: 'Libre Caslon Text', serif;
  margin-right: 1rem;
  border-bottom: 5px solid #B2C2E1;
}

/*    院内紹介
-------------------------------------------------- */
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でのご予約・お問合せ*/

/* pc / sp  「!important」宣言!  共通
============================================================================================================ */
.sp, .sps {
	display: none !important;
}

@media screen and (max-width: 680px) {
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
img.sp, span.sp, br.sp, em.sp, strong.sp {
	display: inline !important;
}
}

@media screen and (max-width: 370px) {
.sps {
	display: block !important;
}
img.sps, spsan.sps, br.sps, em.sps, strong.sps {
	display: inline !important;
}
}

/* sp
============================================================================================================ */
@media screen and (max-width: 680px) {
*[data-label] img {
	display: none;
}
*[data-label]:before {
	content: attr(data-label);
}
*[data-label-r]:after {
	content: attr(data-label-r);
}

}






/* テーブル
============================================================================================================ */
ul{
	line-height: 2.2;
	
}




