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

*{
	margin:0;
	padding:0;
}

html,body {
	height:100%;
}

html {
	font-family:"ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", Meiryo, fantasy;
	font-size:62.5%;
}

body {
	font-size:1.4rem;/* =14px */
	color:#630;
	background:linear-gradient(to top, rgba(255,255,255,0),rgba(255,255,255,1)) fixed,url(../img/bg_body.png) fixed;
	background-size:100%,320px 230px;
}

.all {
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -150px;
	background:url(../img/bg_all.png) bottom repeat-x;
	background-size:150px;
}

.all > .main,.index > .main {
	padding-top:60px;
}

/* header */

header {
	height:50px;
	padding:10px 20px 0 20px;
	position:fixed;
	top:0;
	right:0;
	left:0;
	z-index:99;
	margin-bottom:0;
	background:url(../img/bg_header.png) bottom repeat-x;
	background-size:70px 60px;
}

h1 {
	width:777px;
	font-size:1.2rem;
	font-weight:normal;
	float:left;
}

.likebox {
	float:right;
}

header iframe {
	width:100px;
	height:21px;
	border:none;
	overflow:hidden;
}

/* main */

.main {
	width:980px;margin:0 auto;
}

.boxset_index {
	width:980px;
	background:url(../img/cook.png) no-repeat top center;
	background-size:220px 550px;
}

.boxset_left {
	width:180px;
	float:left;
}

.boxset_right {
	width:800px;
	float:left;
	margin-bottom:30px;
}

/* nav */

nav {
	margin:10px 0 30px 0;
}

.menu_main,.menu_sub {
	text-align:center;
	list-style:none;
}

.menu_main a,.menu_sub a {
	color:#630;
	text-decoration:none;
	display:block;
}

.menu_main li {
	width:120px;
	margin:40px 20px 0 0;
	float:left;
}

.menu_main li:last-child {
	margin:40px 0 0 0;
}

.menu_main li.logo {
	width:140px;
	margin:0 20px 0 0;
}

.menu_main a {
	background:url(../img/menu-n.png) no-repeat bottom;
	background-size:120px 20px;
}

.menu_main a:hover,a.active {
	background:url(../img/menu-o.png) no-repeat bottom;
	background-size:120px 20px;
}

.menu_logo {
	width:140px;
	height:125px;
}

.menu_sub li {
	margin-bottom:20px;
}

.menu_sub li:last-child {
	margin-bottom:30px;
}

.menu_sub span {
	font-size:3.5rem;/*=35px */
}

.menu_sub a:hover,a.active_sub {
	background:url(../img/menu_sub.png) no-repeat bottom;
	background-size:150px 20px;
}

/* footer */

.space {
  height:150px; /* 29&31 */
}

footer {
	height:130px;
	margin-top:19px;
	background:rgba(255,255,255,0.5);
}

.copy {
	width:980px;
	height:130px;
	margin:0 auto;
	background:url(../img/bg_copy.png) top center no-repeat;
	background-size:980px;
	font-size:1.2rem;
	line-height:1.5rem;
}

.copy_add {
	margin:85px 0 0 111px;
	float:left;
}

.copy_right {
	margin-top:100px;
	float:right;
}

/* common */

.allura {
	font-family: 'Allura',cursive;
	line-height:110%;
	font-size:4.0rem;/*=40px */
}

.clearboth:after {
	height:0;
	visibility:hidden;
	content: ".";
	display:block;
	clear:both;
}

/* index */

.index {
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -150px;
	background:url(../img/bg_index.png) bottom repeat-x;
	background-size:410px;
}

.blackborad img {
	width:300px;
	margin-right:40px;
	float:left;
}

.blackborad img:last-child {
	margin-right:0;
}

.info div {
	width:480px;
	height:240px;
	margin-top:20px;
	border-radius:5px;
	background:#fff;
	float:left;
}

.info div:first-child {
	margin-right:20px;
}

.info div iframe {
	width:480px;
	height:240px;
	border:0;
	overflow:hidden;
}

/* other */

.catering {
	text-align:center;
}

.catering img {
	width:780px;
	margin-left:20px;
}

.catering p {
	margin-top:10px;
}