@charset "UTF-8";
/* --------------------------------
 * base
 * -------------------------------- */
* {
  box-sizing: border-box;
}
.DL{}
.DL dt{
 float: left;
}
.DL dd{
 margin-left: 110px;
}

a.btn_11 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 120px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	background-image: linear-gradient(to top, #D8D9DB 0%, #fff 80%, #FDFDFD 100%);
	border-radius: 100vh;
	color: #333;
	border: 1px solid #999;
	text-shadow: 0 1px #fff;
	box-shadow: 0 3px 2px 1px #fcfcfc, 0 4px 6px #cecfd1, 0 -2px 2px #cecfd1, 0 -4px 2px #eee, inset 0 0 2px 2px #cecfd1;
	transition: 0.5s;
}
a.btn_11:hover {
	opacity: 0.5;
}

body, a, .table {
  color: #666;
}
h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.3rem;
}
.text-blue {
  color: #00489d !important;
}
.bg-blue, .thead-blue, .badge-primary {
  background-color: #00489d !important;
}
.bg-lightblue {
  background-color: #ecf7fb !important;
}
.bg-pink {
  background-color: #0a4a28 !important;
}
.border-blue {
  border-color: #B2C2E1 !important;
}
.border-top {
  border-width: 2px !important;
}
p {
  line-height: 1.6rem;
}
#map {
  width: 100%;
  height: 500px;
  overflow: hidden;
}
#map iframe {
  width: 100%;
  height: 860px;
  margin-top: -170px;
}
/* --------------------------------------------------
    ファーストビュー
-------------------------------------------------- */
.header {
  height: 100vh;
}
.header .jumbotron {
 background-image: url(/tokyo/img/main-img_2.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-img-1.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でのご予約・お問合せ*/
