@charset "utf-8";

/* -- Main jumbotron pageTitle -------------------------------------------------------------------------------- */

.jumbotron {
	background-image: url("../image/sat_lg-bn.jpg");
	background-size: cover;
	background-position: center 60%;	
}

.jumbotron h1 {
	color: #fff;
  text-shadow: 1px 1px 6px #060625;
}

.jumbotron h3 {
	color: #fff;
  text-shadow: 1px 1px 4px #060625;
}

.jumbotron h3 .heding {
	position: relative;
	padding-top: .74em;
	color: #333333;
}

.jumbotron h3 .heding ::before {
	position: absolute;
	bottom: .5em;
	left: 0;
	z-index: -1;
	content: attr(data-word);
	pointer-events: none; 
}

.jumbotron h3 ::before {
	content: 'NEW'; /*表示させる英単語*/
	font-family: "Allura"; /*英字用フォント*/
	font-size: 1.5em;
	font-weight: 300;
	transform: translateX(-15%) rotate(-12deg); /*水平方向の位置と傾き*/
	color: #3ed0b0;
	text-shadow: 1px 1px 4px #fff;
	z-index: -1;
}


/* -- span.required, span.optional -------------------------------------------------------------------------------- */

.container hr {
	border-width: 1px;
	color: #e9a40f;
}

.container h2 {
	font-size: 30px;
	font-size: 3rem;
	position: relative;
	padding: 1.5rem 1.5rem 0 1.5rem; /*上下 左右の余白*/
	text-align:center;
}
.container h2::before{
	position: absolute;
	bottom: -10px;
	left: calc(50% - 40px);
	content: '';
	height: 6px; /*下線太さ*/
	width: 80px; /*下線長さ*/
	background-color: #d0683e; /*下線色*/
}
.container p lead {
	padding-top: 1.5rem;
}

/* -- 見出し -------------------------------------------------------------------------------- */

/* -- 通常ボタン -------------------------------------------------------------------------------- */
.btn-brik,
.btn-brik.disabled, .btn-brik:disabled {
  color: #fff;
  background-color: #d0683e;
  border-color: #d0683e;
}
/* hover時の色 */
.btn-brik:hover {
  color: #fff;
  background-color:  #94543b;
  border-color:  #94543b;
}

/* -- error message -------------------------------------------------------------------------------- */

/* -- loading -------------------------------------------------------------------------------- */

/* -- desc -------------------------------------------------------------------------------- */
.two_desc {
	margin: 10px;
	padding: 20px 20px 10px 20px;
	border: 2px solid #eb9b6f;
	border-radius: 5px;
}

.two_desc h3 {
	color: #cc7350;
}

.icon-circle {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	color: #fff;
	background-color: #eb9b6f;
}

.icon-circle i {
	width: 100%;
	height:auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	color: #fff;
}

/* -- google map -------------------------------------------------------------------------------- */
.ggmap {
	margin: 0px;
	border: 2px solid #eb9b6f;
	border-radius: 5px;
}

/* -- 　 -------------------------------------------------------------------------------- */








