
/*　--------------- ヘッダー　---------------*/
.header {
	width: 100%;
	margin: auto;
	height: 567px;
	background: url(../media/ichigo/top/header.jpg) no-repeat top center;
	background-size:cover;
}


.copybox{
	width: 900px;
	text-align: right;
	margin: auto;
}

.copymain{
	width: 480px;
	text-align: center;
	margin-left: 20px;
	margin-top: 80px;
	margin-bottom: 10px;
}
.copysub{
	width: 480px;
	text-align: center;
	margin-left: 10px;
	font-size: 15px;
	font-family: min;
	font-weight: normal;
	letter-spacing: 2px;
	line-height:35px;
	text-shadow:0px 1px 0px #d4d4d4;
}


/*　---------------  サブメニュー　---------------*/
.submenu {
	width: 915px;
	margin: auto;
	text-align: center;
	position:relative; top:-30px;
	margin-bottom:15px;
}
.menu-gift {
	text-align: center;
	width: 293px;
	height: 209px;
	margin: auto;
	line-height:0px;
	border-radius: 20px;
	background: url(../media/ichigo/top/menuback1.gif);
  -moz-transition: all 0.1s linear 0;
  -webkit-transition: all 0.1s linear 0;
}
.menu-gift:hover{
	width: 315px; 
}
	
	
.menu-you {
	text-align: center;
	width: 293px;
	height: 209px;
	margin: auto;
	line-height:0px;
	border-radius: 20px;
	background: url(../media/ichigo/top/menuback2.gif);
  -moz-transition: all 0.1s linear 0;
  -webkit-transition: all 0.1s linear 0;
}
.menu-you:hover{
	width: 315px; 
}
	
	
.menu-factory {
	text-align: center;
	width: 293px;
	height: 209px;
	margin: auto;
	line-height:0px;
	border-radius: 20px;
	background: url(../media/ichigo/top/menuback3.gif);
  -moz-transition: all 0.1s linear 0;
  -webkit-transition: all 0.1s linear 0;
}
.menu-factory:hover{
	width: 315px; 
}
	
	
/*　---------------　コンテンツ　---------------*/
.contents {
	clear : both ;
	background-color: #fff;
	width: 840px;
	margin: auto;
	padding: 30px;
	border-radius: 20px;
	text-align: center;
}
#contentsdami {
	width: 900px;
	margin: auto;
	text-align: center;
	position:relative; top:-30px;
}



.contents-title {
	margin: auto;
	padding-top: 40px;
	text-align: center;
	font-size: 42px;
	color:#666;
	font-family: min;
	font-weight: normal;
	letter-spacing: -2px;
	line-height:35px;
	margin-bottom:15px;
}
.contents-title2 {
	text-align: left;
	padding-left:15px;
	font-size: 28px;
	color:#666;
	font-family: min;
	font-weight: normal;
	letter-spacing: -4px;
	line-height:50px;
}
.contents-title3 {
	text-align: canter;
	padding-left:15px;
	font-size: 35px;
	color:#666;
	font-family: min;
	font-weight: normal;
	letter-spacing: -4px;
	line-height:60px;
}
.contents-copy {
	margin: auto;
	text-align: center;
	font-size: 15px;
	font-family: min;
	font-weight: normal;
	letter-spacing: 0px;
	line-height:30px;
	text-shadow:0px 1px 0px #d4d4d4;
}

.contents-copy2 {
	padding-left:15px;
	text-align: left;
	font-size: 15px;
	font-family: min;
	font-weight: normal;
	letter-spacing: 0px;
	line-height:25px;
	text-shadow:0px 1px 0px #d4d4d4;
}


.contents-toiawase {
	clear : both ;
	background-color: #fff;
	width: 840px;
	margin: auto;
	padding: 30px;
	border-radius: 20px;
	text-align: center;
}

