@charset "shift_jis";
/* CSS Document */

/*ベース*/
body{
	background: #F5F5F5;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 1.7;
	padding: 0;
	margin: 0;
	font-size:14px;
	color: #333;
	
}
a:link {
	color:#181878;
	text-decoration: none;
}
a:visited {
	color:#181878;
	text-decoration: none;
}
a:active {
	color:#181878;
	text-decoration: none;
}
a:hover {
	color:#3333FF;
	text-decoration: none;
}
p{
	margin: 20px 0;
}
#wp{
	width: 1200px;
	margin: 0 auto;
	border: 0;
	background: #ffffff;
	display: block;
}
/*header*/
header{
	padding: 20px 10px;
	font-size: 14px;
	line-height:14px;
}


/*navigation*/
nav ul{
  margin:0;
  padding:0;
}
nav ul li {
  list-style: none;
  margin:0;
  padding:0;
  font-size:14px;
  float: left;
  position: relative;
  width: 150px;
  height: 40px;
  line-height: 40px;
  background:#333;
  color: #FFF;
  text-align:center;
  letter-spacing: 0.2em;
}
nav ul li a {
  color: #FFF !important;
  display: block;
  text-decoration: none;
}
nav ul li:hover, nav ul li a:hover {
  background:#666;
  color: #FFF !important;
}
nav ul li ul {
  position: absolute;
  top: 40px;
  width: 150px;
  z-index: 100;
}
nav ul li ul li {
  visibility: hidden;
  overflow: hidden;
  width: 150px;
  height: 0;
  background:#666;
}
nav ul li ul li:hover, nav ul li ul li a:hover {
  background:#999;
}
nav ul li:hover ul li, nav ul li a:hover ul li{
  visibility: visible;
  overflow: visible;
  height:40px;
  z-index: 10;
}
nav * {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/*footer*/
footer{
	background: #ccc;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	
}

/*main*/
section{
	background: #fff;
	padding: 20px;
}
h1{
	font-size: 40px;
	color: #000;
	font-weight: 900;
}
.pr{
	font-size: 18px;
}
/*top key*/
#top_key{
	margin: 0;
	padding:60px 0 0 10px;
	background:url(../img/key.png) no-repeat;
	height: 370px;
	display: block;
}
/*top service*/
#top_sv{
	margin: 0;
	padding:20px;
	height: 300px;
}
#top_sv .box{
	width: 300px;
	display: block;
	padding: 0;
	margin: 0 40px;
	float: left;
	text-align: center;
}
#top_sv h3{
	font-size: 19px;
	font-weight: 700;
	margin: 5px auto;
}
/*top navigation*/
#top_nav{
	margin: -7px 0 0 0;
	padding:0 0 0 400px;
	background:url(../img/main_bg.png) no-repeat;
	height: 370px;
}
#top_nav .box{
	width: 225px;
	display: block;
	padding: 0;
	margin: 30px 30px auto auto;
	float: left;
	text-align: center;
}
#top_nav .box2{
	width: 250px;
	display: block;
	padding: 0;
	margin: 30px 20px auto auto;
	float: left;
	text-align: center;
}
#top_nav h3{
	font-size: 17px;
	font-weight: 700;
	margin: 5px auto;
}
/*top navigation*/
#top_nav3{
	margin: 0;
	padding:0 0 0 450px;
	height: 370px;
	background:url(../img/main_bg.png) no-repeat;
}
#top_nav3 .button {
	background-color: #dadada;
	color: #fff;
	display: block;
	width: 200px;
	height: 145px;
	margin: 30px 20px 0 20px;
	float: left;
	padding: 0;
}
#top_nav3 .button:hover {
	background-color: #59b1eb;
}
/*top navigation2*/
#top_nav2{
	margin: 30px auto;
	padding: 0;
	height: 60px;
	width:680px;
}
#top_nav2 .button {
	background-color: #cc0000;
	color: #fff;
	display: block;
	width: 300px;
	font-size: 24px;
	margin:0 20px;
	float: left;
	padding:5px 0;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.5em;
}
#top_nav2 .button:hover {
	background-color: #FF0000;
}
/*top おまかせください*/
#omakase{
	display: block;
	background: url(../img/omakase_bg.png) no-repeat bottom;
	height: 470px;
	text-align: center;
}
#omakase .ttl{
	font-size: 40px;
	color: #000;
	font-weight: 900;
	text-align: center;
	
}
#omakase ul{
	width: 900px;
	margin: 20px auto;
	display: block;
	padding: 0;
}
#omakase ul li{
	font-size: 24px;
	color: #000;
	background: url(../img/check.png) no-repeat;
	padding:6px 0 0 40px;
	width: 260px;
	list-style: none;
	line-height: 24px;
	height: 45px;
	float: left;
	font-weight: bold;
	display: block;
	text-align: left;
}