	
@charset "utf-8";

/*RTB TURBO TRPE-R TEMPLATE CSS */
/*独自要素はこのファイルに追加可能です*/
/*f69 t15 head4 h11*/		

body {
  background: url( ./../../images/hy01.png );
}

.navbar{
	margin-bottom:0px;
}

.navbar-default {
  background-color: #f5deb3;
  background: url( ./../../images/f04.png );
  border-color: #e7e7e7;
}

.jumbotron {
	margin-bottom:0px;
}

.main-content {
  background-color: #ffffff;  
}

.sidebar {
  background-color: #deb887; 
  padding-top:20px; 
}

#footer{
    height:140px;
     position:absolute;
     bottom:0;
}

header.jumbotron {
  background: url( ./../../images/head13.jpg );
  background-position:  center center;
  background-size: cover;
  color: #333333;
}

header .container {
  margin-top: 13%;
}

header .cap {
  font-size:2.0em;
  color : #ffffe0 !important;
}

header .headerdescription {
  color : #ffffe0 !important;
 }


header .midashi-btn {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 0;
}

header .midashi-btn:hover {
  color: #0089ff;
  border-color: #0089ff;
}

.navbar-form {
  padding-right: 30px;
}

.sidebar aside {
  background: #f0f0f0;
  padding: 20px;
  margin-bottom: 20px;
}

 .h1cap {
  /*font-size:1.2em;*/
	font-size:20px; 
	font-weight: bold;
	background:url(./../../images/h28.png) no-repeat;
	line-height:50px; 
	padding:0 0 0 35px; 
	margin:30px 0 20px; 
}


footer {
  text-align: center;
  padding: 10px;
  background: #101010;
}

.copyright {
	font-size:0.7em
}

@media screen and (max-width: 979px) {
/* 979px以下用（タブレット用）の記述 */
 .tokutei{
	height:50px;
	line-height: 50px;
	text-align:center;
	background: #0000FF;
 }
}

@media screen and (max-width: 767px) {
/* 767px以下用（タブレット／スマートフォン用）の記述 */
 .tokutei{
	height:50px;
	line-height: 50px;
	text-align:center;
	background: #00FF00;
 }
}

@media screen and (max-width: 479px) {
 /* 479px以下用（スマートフォン用）の記述 */
 .tokutei{
	height:50px;
	line-height: 50px;
	text-align:center;
	background: #FF0000;
 }
}

#pageTop{
	background:#999;
	border-radius:5px;
	color:#FFF;
	padding:20px;
	position:fixed;
	bottom:20px;
	right:20px;
}
#pageTop:hover{
	background:#EEE;
}

.googlegmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.googlegmap iframe,
.googlegmap object,
.googlegmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

