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




/* main-img-top */

#main-img-top {
	width: 100%;
	overflow: hidden;
	text-align:center;
}

.main-img-top {
	width: 1400px;
	position:relative;
}


/* topimg-contents */

.topimg-contents {
	width:465px;
	position:absolute;
	right:120px;
	bottom:30px;
}

.topimg-contents a:hover {
	opacity:0.75;
}

.topimg-contents .box01 {
	margin-bottom:15px;
}

.topimg-contents .box01 .contents-left {
	padding-top:100px;
}

.topimg-contents .box02 {
	margin-bottom:20px;
}

.topimg-contents .box03 {
	margin-bottom:8px;
}


/* contents-top */

.contents-top {
	width: 100%;
	background-color:#f4eceb;
	padding-top:50px;
}



/* contents01 */

.contents01 {
	width: 1080px;
	padding-top: 50px;
	padding-bottom:60px;
	margin-bottom:30px;
	position:relative;
}

.contents01 h5 {
	position: absolute;
	left:80px;
	top:0px;
}

.contents01 h6 {
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-image: url(top/images/icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 208px;
	width: 196px;
}

.contents01-box {
	width: 960px;
	border-radius:20px;
	background-color:#FFF;
	padding-top:90px;
	padding-bottom:90px;
}

.contents01-box .contents-left {
	width:480px;
	padding-left:95px;
}

.contents01-box .contents-left h3 {
	font-family: "kozuka-gothic-pr6n", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 200;
	color:#4c4c4c;
	font-size:47px;
	line-height:2;
	letter-spacing:0.15em;
}

.contents01-box .contents-right {
	width:480px;
	padding-left:95px;
}

.contents01-box .contents-right p {
	letter-spacing:0.15em;
	color:#4c4c4c;
	line-height:2;
	margin-bottom:45px;
}

.contents01-box .contents-right a:hover {
	opacity:0.75;
}




/* contents02 */
.contents02 {
	width: 100%;
}


/* contents03 */

.contents03 {
	width: 100%;
	background-color: #FFF;
	background-image: url(top/images/contents01-back.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 544px;
}

.contents03-box {
	width: 1230px;
	padding-top: 75px;
}

.contents03-box div {
	width:550px;
	float:right;
}

.contents03 h3 {
	margin-bottom:30px;
}

.contents03 h4 {
	font-family: "Rounded Mplus 1c";
	line-height: 1.4;
	font-weight: 300;
	font-size:23px;
	color:#323232;
	letter-spacing:0.25em;
	margin-bottom:30px;
}

.contents03 p {
	color:#4d4d4d;
	line-height:2;
	margin-bottom:40px;
}

.contents03 a:hover {
	opacity:0.75;
}



/* contents04 */

.contents04 {
	background-color:#f4eceb;
	background-image: url(top/images/contents02-back.png);
	background-repeat: no-repeat;
	background-position: center 20px;
}


.contents04-box {
	width: 1000px;
	padding-top: 125px;
}

.contents04-box div {
	width:550px;
	float:right;
}

/* contents05 */

.contents05 {
	background-color:#FFF;
	padding-top:60px;
	padding-bottom:60px;
}

.contents05 h3 {
	text-align:center;
	margin-bottom:40px;
}



/*news-box*/

.news-box {
	width:700px;
}

.news-box .news {
	height:220px;
	overflow: auto;
	clear: both;
}

.news-box .news div {
	clear: both;
	padding-right: 5px;
	padding-left: 5px;
	margin-left:10px;
	margin-right:10px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #b2b2b2;
	padding-top:20px;
	padding-bottom:18px;
}

.news-box .news h5 {
	font-size:14px;
	color: #f7931e;
	font-weight: normal;
	width: 100px;
	line-height: 1.6;
}

.news-box .news p {
	width: 570px;
	line-height: 1.6;
	color: #000;
	font-weight:normal;
}



#banner-contents {
	width: 100%;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background-color:#ffffff;
	text-align:center;
	padding-top:30px;
	padding-bottom:10px;
}

#banner-contents h4 {
	background-color:#FFF;
	padding-top:15px;
	padding-bottom:13px;
	font-family: "Rounded Mplus 1c";
	line-height: 1.2;
	font-weight: 400;
	color:#333;
	font-size:22px;
	letter-spacing:0.2em;
}

#banner-contents ul {
	display:inline-block;
	padding-top:30px;
	margin-bottom:10px;
}

#banner-contents ul li {
	display:inline-block;
	vertical-align:top;
	margin-left:10px;
	margin-right:10px;
}

#banner-contents ul li a:hover {
	opacity:0.75;
}


