@charset "utf-8";
/* ===================================================================
CSS information

 file name  :homepage.css
 author     :Ability Consultant
style info  :トップページ設定　ハックは最下部に記述
=================================================================== */
/*----------------------------------------------------
	タイトル
----------------------------------------------------*/
#point h2 {
	width: 49.6%;
	margin: 8% auto;
}
#point h2 img {
	width: 100%;
}

/*----------------------------------------------------
	魅力
----------------------------------------------------*/
#point .con_poi {
	padding: 0 0 8%;
	margin: 0 0 8%;
	border-bottom: 1px dotted #8b9fc8;	
}
#point .con_poi.last {
	border-bottom: none;	
}
#point .con_poi h3 {
	margin: 0 0 3%;
}
#point .con_poi h3 img {
	width: 100%;
}
#point .con_poi .txt_poi_01 {
	margin: 0 0 0 5%;
}
#point .con_poi .txt_poi_02 {
	margin: 0 0 0 20%;
}
#point .con_poi .txt_poi_03 {
	margin: 0 0 0 5%;
}
/*----------------------------------------------------
	ボタン
----------------------------------------------------*/
#point .con_btn {
	margin: 5% auto 0;
	width: 80.4%;
}
#point a.btn_roo{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center;
	display: block;
	background: #FFF;
	border: 1px solid #FFF;
	box-shadow: 1px 1px 3px #000;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	padding: 3% 0;
	margin: 0 0 3%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #0652a8), color-stop(0.00, #4d9af0));
	background: -webkit-linear-gradient(top, #4d9af0 0%, #0652a8 100%);
	background: -moz-linear-gradient(top, #4d9af0 0%, #0652a8 100%);
	background: -o-linear-gradient(top, #4d9af0 0%, #0652a8 100%);
	background: -ms-linear-gradient(top, #4d9af0 0%, #0652a8 100%);
	background: linear-gradient(top, #4d9af0 0%, #0652a8 100%);
	font-size: 130%;
	font-weight: 600;
	color: #FFF;
	text-shadow: 1px 1px 1px #2050a1;
}
#point a.btn_acc{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center;
	display: block;
	background: #FFF;
	border: 1px solid #FFF;
	box-shadow: 1px 1px 3px #000;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	padding: 3% 0;
	margin: 0 0 3%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #c79316), color-stop(0.00, #e0c328));
	background: -webkit-linear-gradient(top, #e0c328 0%, #c79316 100%);
	background: -moz-linear-gradient(top, #e0c328 0%, #c79316 100%);
	background: -o-linear-gradient(top, #e0c328 0%, #c79316 100%);
	background: -ms-linear-gradient(top, #e0c328 0%, #c79316 100%);
	background: linear-gradient(top, #e0c328 0%, #c79316 100%);
	font-size: 130%;
	font-weight: 600;
	color: #FFF;
	text-shadow: 1px 1px 1px #b77c1d;
}
