@charset "UTF-8";


/*---カバー画像---*/
#Top_Cover {
	width: 100%;
	height: 100%;
	background:url(../img/cover_base.jpg) no-repeat left bottom;
	background-size: cover;
}

/*---背景色---*/
.Bg_Green{
	height: 120px;
	background: #a3d6ce;
	padding:0;
}

/*---見だし---*/
#Heading{
	height: 120px;
	background: url(../img/tit_01.png) no-repeat;
	background-size: 120px;
	position: relative;
	top: 20px;
	font-size: 48px;
	padding: 8px 0px 0px 150px;
}

.Title_01{
	padding: 10px 0 6px;
	background: #3678da;
	color:#fff;
}

.Title_02{
	padding: 10px 0 6px;
	background: #c1435b;
	color:#fff;
}

/*---枠---*/
.Box01_Tit{
	padding: 10px 0 6px;
	background: #ebebd6;
	color:#000;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.Box01{
	background: #fff;
	border: 1px solid #ebebd6;
	padding: 20px;
}

.Box02_Tit{
	padding: 10px 0 6px;
	background: #d6e1eb;
	color:#000;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.Box02{
	background: #fff;
	border: 1px solid #d6e1eb;
	padding: 20px;
}

/*---フォント---*/
.fcOrange { color: #ff9900;}


/* ▼768px以下の場合に適用（iPad portrait以下）
---------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {

	#Top_Cover {
		display: none;
	}

	.Bg_Green{
		height: 50px;
		background: #a3d6ce;
		padding:0;
		margin-bottom:20px;
	}

	#Heading{
		height: 60px;
		background: url(../img/tit_01.png) no-repeat left top;
		background-size: 60px;
		font-size: 18px;
		padding: 4px 0px 0px 70px;
		position: relative;
		top: 8px;
	}

	.Title_01{
		padding: 6px 0px 3px 0px;
		background: #3678da;
		color:#fff;
	}

	.Title_02{
		padding: 6px 0px 3px 0px;
		background: #c1435b;
		color:#fff;
	}

	/*---枠---*/
	.Box01_Tit{
		padding: 6px 0 3px;
		background: #ebebd6;
		color:#000;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	}

	.Box01{
		background: #fff;
		border: 1px solid #ebebd6;
		padding: 6px;
	}

	.Box02_Tit{
		padding: 6px 0 3px;
		background: #d6e1eb;
		color:#000;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	}

	.Box02{
		background: #fff;
		border: 1px solid #d6e1eb;
		padding: 6px;
	}

}


/*---ボタン（エフェクト）---*/
.button2 {
	display: inline-block;
	position: relative;
	z-index: 2;
	width: 100%;
	height: 42px;
	text-align: center;
	text-decoration: none;
	background: #449884;
	border:1px solid #449884;
	color: #FFF;
	line-height: 42px;
	overflow: hidden;
	font-size: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.button2::before,
.button2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button2,
.button2::before,
.button2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button2:hover {
	background: #33806e;
	color: #FFF;
}

@media only screen and (max-width: 768px) {
	.button2 {
			display: inline-block;
			position: relative;
			z-index: 2;
			width: 100%;
			height: 30px;
			text-align: center;
			text-decoration: none;
			color: #FFF;
			line-height: 30px;
			overflow: hidden;
			font-size: 12px;
			border-radius: 5px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
		}
}

/* 名前の由来 */
.origin{
	margin:40px auto 0;
	padding:3% 3% 6%;
	box-shadow: 8px 8px 0px -5px #ede8de;
	background:url(../img/bee.png) #fff;
	background-repeat:no-repeat;
	background-position:96% 90%;
	background-size:18%;
	width:100%;
	max-width:800px;
}

.origin h3{
	display:inline-block;
	background:#e36a07;
	padding:0.5% 3%;
	color:#fff;
	font-size:112%
}