
body {
	color:#303030;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
	border-top: 5px solid #08847b;
}

.text-center{text-align:center;}

/* 1字下げる */
div.cap{
	padding-left:1em;
	text-indent:-1em;
	}


.mt25{margin-top:25px;}
.mb25{margin-bottom:25px;}

/* 見出し  */
h2 {
	border-left:10px solid #127f77;
	padding-left:10px;
	margin:15px 0;
}
.midashi1{border-left:5px solid #ff0000;padding-left:10px;font-weight:bold;}
	

header h1{
	font-size:0.8em;
	margin-top:10px;
}

header .tel{font-size:2.3em;font-weight:bold;}
header .tel:before{
	content:"";
	background:url(../img/tel.png) no-repeat;
	display:inline-block;
	width:30px;
	height:34px;
	margin-right:5px;
}

#main_nav{
	background:#fff;
	margin-top:15px;
	text-align:center;
	padding:10px 0;
	border-bottom:5px solid #127f77;
	position:relative;
}

#main_nav a{
	padding:15px 0;
	color:#4b4b4b;
	display:block;
	}

#main_nav a:hover{text-decoration:none;background:#e6e6e6;}

#main_nav li{
	border-left:1px solid #dedede;
}

#main_nav li:last-child{
	border-right:1px solid #dedede;
}

/* リンク部分の色の設定 */
a:link { color: #295497;text-decoration:none;} /* 普通のリンク色 */
a:visited { color: #295497;text-decoration:underline;} /* すでに見たリンク色 */
a:active {color: #295497;text-decoration:underline;} /* クリックした時のリンク色 */
a:hover {color: #295497;text-decoration:underline;} /* カーソルが乗った時のリンク色 */

a img {  
-webkit-transition: 0.3s ease-in-out;  
-moz-transition: 0.3s ease-in-out;  
-o-transition: 0.3s ease-in-out;  
transition: 0.3s ease-in-out;  
}  

a:hover img {  
opacity: 0.6;  
filter: alpha(opacity=60); 
}

.nayami{
	padding:30px 40px;
	border:5px solid #69C1ED;
	font-size:1.5em;
}

.nayami ul{
	list-style-image:url(../img/check.png);
}

.check{
	font-weight:bold;
	font-size:1.2em;
	color:#113E8E;
}


h2.title{
	background:#cce8fe;
	font-size:1.4em;
	padding:7px 0 7px 25px;
	margin-bottom:20px;
	}

/*  service   */

.point{
	border:5px solid #69C1ED;
	padding:10px 0;
	position:relative;
	z-index:1;
	margin-bottom:50px;
	font-size:1.3em;
	
}

.point .naka{
	padding:20px 40px;
	overflow: auto;
}

img.maru{
	position:absolute;
	top:-20px;
	left:-20px;
	z-index:2;
}

.pmidashi{
	background:#69C1ED;
	font-size:1.5em;
	color:#fff;
	font-weight:bold;
	padding:5px 0 5px 100px;
}

.badge{
	display:inline;
	padding: .2em .6em .2em;
	font-size:70%;
	font-weight:bold;
	line-height:1;
	color:#fff;
	text-align:center;
	white-space:nowrap;
	vertical-align:baseline;
	border-radius:.25em;
}

.badge-danger{
	background:#d9534f;
}

.btn-lg{
	font-size:2.0em;
}

.btn-outline-primary{
	color:#113e8f;
	border-color:#113e8f;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #113e8f;
  border-color: #113e8f;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  background-color: #113e8f;
  border-color: #113e8f;
}



/* googleマップをレスポンシブ対応  */
.ggmap{
	position:relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



/*  グリッドシステムの拡張::  */
.row-center{
text-align:center;
letter-spacing:-0.4em;
}
.row-center > [class*='col-'] {
display:inline-block;
letter-spacing:0;
vertical-align:top;
float:none !important;
}

.row-center.va-middle > [class*='col-'] {
vertical-align:middle;
}
.row-center.va-bottom > [class*='col-'] {
vertical-align:bottom;
}
/*  グリッドシステムの拡張ここまで  */

/* ページ上部へ */
#fixedTop {
    right: 10px;
    bottom: 80px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    display: none;
    background: #127f77;
    position: fixed;
    z-index: 9999;
    border-radius: 5px;
    -webkit-transform: translateZ(0);
}
#fixedTop:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}

/* フッター */
footer {
	border-top:5px solid #08847b;
	overflow: hidden;
	height:auto;
	background:#EBEBEB;
	padding:30px 0;
	font-size:0.9em;
	margin-top:40px;
}
