@charset "utf-8";
/* CSS Document */

body,html {
    width: 100%;
    height: 100%;
	margin: 0;
	padding: 0;
	font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
}

#header {
	width:1000px;
	margin:0 auto;
	background-color:#FFF;}

#header img {
	margin-bottom:10px;}

.container {	
	width:1000px;
	margin:0 auto;}

.p_banner {
	position:absolute;
	    bottom: 0;
		margin-left: -500px;}

.p_left {
	float:left;}

.p_right {
	float:right;}

.p_center {
	margin-left: -100px;
	position:absolute;
	top: 960px;
	}
.p_kanban {
	position:absolute;
	margin-top: -170px;
	margin-left: 20px;}

.p_point {
	margin-top: -50px;
    position: absolute;
    margin-left: 280px;
	}

/*------------------------------------------------------
▼unit00
------------------------------------------------------*/

.unit00 {
	background: url(img/back_kobe.jpg) no-repeat top center;
	width: 100%;
    position: relative;
    background-size: cover;
    overflow: hidden;
	padding-top:30px;
	clear:both;}

.text_box {
	width: 420px;
    padding: 15px 30px;
    background-color: rgba( 255, 255, 255, 0.7 );
    margin: 28px 0;}
	  
.unit00_2 {
	background:url(img/back_line.png) repeat-x bottom;
	overflow: hidden;
	margin-bottom: -2px;}

/*------------------------------------------------------
▼unit01
------------------------------------------------------*/

.unit01 {
	background: url(img/unit01_back.png) repeat;
    overflow: hidden;
}

.unit01_2 {
	background:url(img/back_line02.png) repeat-x bottom;
	overflow: hidden;
	}

.text_box02 {
	width:800px;
	margin:20px auto;
	padding:15px 30px;
	background-color: rgba( 255, 255, 255, 0.7 );
	  }

.kokuban {
	background:url(img/kokuban.png) no-repeat center;
	height:470px;
	overflow: hidden;
	min-width: 1000px;
	}

.movie {
	margin-top: 82px;
    margin-left: 220px;}


/*point*/
.point {
	width:1000px;
	background-color:#FFF;
	margin: 40px auto;
	box-shadow:#666 0 0 5px;
	overflow:hidden;}
.point ul {
	margin: 20px 10px;
    overflow: hidden;
    padding: 15px;}
.point ul li {
	list-style:none;
	clear:both;
	overflow:hidden;
	height:80px;}
.point ul li p {
	float:left;
	width:480px;
	background-color:#D9ECFF;
	padding: 10px;
	font-size: 90%;}
.point ul li a:hover p {
	background-color:#FF6;}
.point ul li img {
	margin-top: 30px;
    margin-left: 10px;}
.point ul li a {
	display:block;
	text-decoration:none;
	color:#000;}
.point ul li h1 {
	font-size: 26px;
	color:#000;
	float:left;
	line-height:90px;
	margin:0;
	width: 400px;}
.point ul li h1 span {
	color:#09F;
	padding-right:15px;}

.p_photo01 {
	float:left;
	position:absolute;
	margin-left: -50px;
    top: 870px;}

.p_photo02 {
	float:right;
	position:absolute;
    top: 940px;
    margin-left: 800px;}

.demo-box {
    float: left;
    margin: 10px 20px 20px 0;
    width: 130px;}

.sample {background: #f36;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    height: 130px;
    line-height: 130px;
    margin: 10px 0 0 0;
    text-align: center;
    text-shadow: -2px 2px 0px rgba(0,0,0,.2);}



/*------------------------------------------------------
▼unit02
------------------------------------------------------*/

.unit02 {
	background-color:#25a9e0;
    overflow: hidden;
	margin-top: -30px;
}

.unit02 ul {
	margin:0;
	padding:10px 0 0 0;}

.unit02 ul li {
	list-style:none;
	width:300px;
	float:left;
	background-color:#FFF;
	padding:10px;
	text-align:center;
	margin-right: 13px;
	}

.unit02 ul li:after {
	margin-right:0;
}
	
.unit02 ul.change li {
	border-bottom:#FFF100 8px solid;
	height:110px;
	margin-bottom: 20px;}

.unit02 ul.change li h2 {
	font-size:42px;
	margin:0;
	padding:0;}


.unit02 ul li h4 {
	padding-top:10px;}

.unit02 ul li p {
	width:90%;
	margin:0 auto 8px;
	background-color:#FFF100;
	height:70px;
	font-weight:bold;
	font-size:120%;}

.unit02 ul li p a {
	display:block;}

.unit02 ul li p a:hover {
	background-color:#09F;}

/*------------------------------------------------------
▼unit03
------------------------------------------------------*/

.unit03 {
	background-color:#fff;}

.unit03_02 {
	background:url(img/back_line.png) repeat-x top;
	overflow: hidden;
	padding: 120px 0 40px;
	margin-top: -30px;}

.unit03 .profile {
	width:500px;}
.unit03 .profile h1 span {
	color:#39F;
	margin-left:15px;
	font-size:80%;}
.unit03 .profile h1 {
	font-size:34px;
	color:#000;
	margin: 15px 0 0;}

/*------------------------------------------------------
▼footer
------------------------------------------------------*/

#footer {
	width:auto;
	text-align:center;
	background-color:#0E3CB6;
	padding:10px 0;
	color:#FFF;}























