@charset "utf-8";

/* CSS Document */


/*------------------------------------------------------------------------------------------------------------------
　Additional
-------------------------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------
   Home
------------------------------------------------------------------------------*/

#home article {
	width:1100px;
}

#home section {
	width:1100px;
	border-radius:0;
	padding:0;
	background:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}

#home section img {
	padding:0;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}

#home #main_visual li {
	position:relative;
	width:1000px;
	height:407px;
	margin-right:50px;
	background-repeat:no-repeat;
}

#home #main_visual #scene01 {
	background-image:url(image/home/mainvisual/scene01/main_photo.png);
}

#home #main_visual #scene02 {
	background-image:url(image/home/mainvisual/scene02/main_photo.png);
}

#home #main_visual #scene03 {
	background-image:url(image/home/mainvisual/scene03/main_photo.png);
}

#home #main_visual #scene04 {
	background-image:url(image/home/mainvisual/scene04/main_photo.png);
}

#home #main_visual #scene05 {
	background-image:url(image/home/mainvisual/scene05/main_photo.png);
}

#home #main_visual .photo {
	position:absolute;
	left:21px;
}

#home #main_visual .message {
	position:absolute;
	left:34px;
	top:332px;
}

#home #firewood {
	width:1000px;
	text-align: center;
	margin-top:36px;
    overflow: hidden;
}

#home #firewood .btn02 {
	display: block;
    float: left;
	margin-top: 24px;
    margin-right: 24px;
}

#home #firewood .btn03 {
	display: block;
    float: left;
	margin-top: 24px;
}

#home #home_about {
	float:left;
	width:482px;
	margin-left:50px;
    text-align: center;
}

#home #home_about ul {
	width:482px;
	margin:0 auto;
	overflow:hidden;
	list-style-type:none;
}

#home #home_about li {
	float:left;
    width: 226px;
    margin-top: 30px;
	margin-right:30px;
}

#home #home_about li:nth-child(even) {
	margin-right:0;
}

/*
#home #blog {
	float:left;
	width:423px;
	height:503px;
	padding:30px;
	margin-left:50px;
	background:#ffffff url(image/home/blog/bg_img.jpg) no-repeat top;
	box-shadow:rgba(12, 160, 218, 0.368627) 0px 0px 7px 0px;
	-webkit-box-shadow:rgba(12, 160, 218, 0.368627) 0px 0px 7px 0px;
	-moz-box-shadow:rgba(12, 160, 218, 0.368627) 0px 0px 7px 0px;
}

#home #blog #ameblo_button {
	float:right;
	margin-top:2px;
	box-shadow:rgba(219, 219, 219, 0.317647) 0px 6px 4px -4px;
	-webkit-box-shadow:rgba(219, 219, 219, 0.317647) 0px 6px 4px -4px;
	-moz-box-shadow:rgba(219, 219, 219, 0.317647) 0px 6px 4px -4px;
}

#home #blog ul {
	overflow:hidden;
}

#home #blog li {
	float:left;
	width:200px;
	margin-top:27px;
	margin-right:22px;
}

#home #blog li:nth-child(2n) {
	margin-right:0;
}

#home #blog #thum {
	background-color:#ffffff;
	width:200px;
	height:123px;
	box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
}

#home #blog #thum a.nonmover{
	display:block;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}

#home #blog #thum a:hover {
	opacity:0.8;
}

#home #blog p {
	font-size:14px;
	margin-top:12px;
}

#home #blog time {
	color:#515151;
}
*/

#home #whats_new {
	float:right;
	width:422px;
	height:540px;
	padding:30px;
	margin-right:50px;
	background:#ffffff url(image/home/whats_new/bg_img.jpg) no-repeat top;
	box-shadow:rgba(12, 160, 218, 0.368627) 0px 0px 7px 0px;
	-webkit-box-shadow:rgba(12, 160, 218, 0.368627) 0px 0px 7px 0px;
	-moz-box-shadow:rgba(12, 160, 218, 0.368627) 0px 0px 7px 0px;	
}

#home #whats_new #old_item_button {
	float:right;
	margin-top:2px;
	box-shadow:rgba(219, 219, 219, 0.317647) 0px 6px 4px -4px;
	-webkit-box-shadow:rgba(219, 219, 219, 0.317647) 0px 6px 4px -4px;
	-moz-box-shadow:rgba(219, 219, 219, 0.317647) 0px 6px 4px -4px;
}

#home #whats_new #whats_new_item {
	overflow:hidden;
	width:422px;
	height:450px;
	margin-top:30px;
}

#home #whats_new .news_title {
	font-size:16px;
	font-weight:bold;
	padding-left:18px;
	border-left:4px solid #4fd5ff;
}

#home #whats_new .news_title time {
	font-size:14px;
	font-weight:normal;
}

#home #whats_new .news_contents {
	margin-top:20px;
	margin-bottom:20px;
	border-bottom:1px dotted #cccccc;
}

#home #whats_new .news_img {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}