@charset "utf-8";
/* Reset
--------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {outline:none;}
img {vertical-align:bottom;}

/* --------------------------------------------- */


body {
	font-family:"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,"游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:15px;
	line-height:1.6em;
	color:#000;
	-webkit-text-size-adjust: none;
}
strong {font-weight:bold;}
a:link, a:visited { color:#000; text-decoration:none}
a:hover, a:active { color:#fc9d0b; text-decoration:underline}
table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom:1em;
}
table tr td,
table tr th {
	
	padding: 3px 6px;
}

.wrapper {
	width:1024px;
	margin:0 auto;
	position:relative;
}

.navi {
	width:100%;
}
header {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
#header {
	width:1024px;
	margin:0 auto;
	padding:20px 0;
}
#header .logo {
	width:380px;
	float:left;
}
.fixed {
    position: fixed !important;
	 width:100%;
    top: -5px;
    z-index: 900 !important;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
}

.fixed #navi {
}
#main {
	margin:0 auto 20px;
	width:1024px;
	clear:both;
	background:#fff;
}
#main h2 {
	font-size:24px;
	margin-bottom:24px;
	line-height:1.5;
	font-family:"游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体", YuGothic,"游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
#main h2 i {
	color: #fc9d0b;
}
#main h2 a {
	font-size: 16px;
	display: inline-block;
	float: right;
}
#main h3 {
	font-weight: bold;
}
#main p {
	margin-bottom:1em;
}
#main img {
	max-width: 100%;
}
#cook {
	width: 48%;
	float: left;
}
#ribiyou {
	width: 48%;
	float: right;
}
#cook img,
#ribiyou img {
	border: 1px solid #ddd;
}
#cook a,
#ribiyou a {
	display: block;
	transition: all .2s;
}
#cook a:hover,
#ribiyou a:hover {
	opacity: 0.7;
	box-shadow: 0 0 12px rgba(0,0,0,0.25);
}
/*-------------------------FOOTER-----------------------*/

.fb_iframe_widget > span {
  vertical-align: baseline !important;
  height:20px !important;
}
footer {
	background:#fff;
}

#social {
	margin-bottom: 20px;
}
#social ul {
	list-style:none;
	margin:0;
}
#social ul li {
	display:inline-block;
	margin-right:5px;
	margin-bottom:5px;
	vertical-align:bottom;
	overflow:hidden;
	line-height:1;
}
#social ul li:last-child {
	margin-right:0;
}
.fb_iframe_widget > span {
  vertical-align: baseline !important;
}
#profile {
	position: relative;
	width: 100%;
	padding: 25px 0;
	background: #f3f3f3;
	text-align: center;
	font-size: 13px;
	border-top: 1px solid #ddd;
}
#profile table td {
	text-align: center;
}
#profile  i {
	color: #fc9d0b;
}
#profile::before {
	content:"";
	width:130px;
	height: 130px;
	background: url(../images/40th.png) no-repeat;
	position: absolute;
	left:3%;
	top:50px;
}
#profile::after {
	content:"";
	width:130px;
	height: 130px;
	background: url(../images/40th.png) no-repeat;
	position: absolute;
	right:3%;
	top:50px;
}
#info {
	border-top: 1px solid #ddd;
	text-align: center;
	padding:25px 0;
}
#info h3 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}
#footerWrapper {
	border-top: 1px solid #ddd;
	padding:30px 0 60px;
	text-align: center;
}
.copyright {
	font-size:13px;
}
.sns {display:none;}
.aligncenter {text-align:center}
#footerNavi {
	padding: 15px 5px;
	text-align: center;
	border-top: 1px solid #ddd;
}
#footerNavi ul li {
	display:inline-block;
	margin-right:20px;
}
#footerNavi ul li a {
	font-size:13px;
	text-decoration:none;
	font-weight: bold;
}
#footerNavi ul li a i {
	color: #fc9d0b;
}
#footerNavi ul li a:hover {
	text-decoration:underline;
}

#pagetop {
	clear:both;
	width:30px;
	position:fixed;
	margin:0 0 0;
	right:20px;
	bottom:20px;
}
#pagetop a {
	display: block;
	background: rgba(0,0,0,0.2);
	color: #fff;
	text-align: center;
	padding: 3px 0;
}
.m10 {margin-bottom:10px !important;}
.m20 {margin-bottom:20px !important;}
.m30 {margin-bottom:30px !important;}
.m40 {margin-bottom:40px !important;}
.m60 {margin-bottom:60px !important;}
.m80 {margin-bottom:60px !important;}
/* Clearing Floats
--------------------------------------------- */
.clear {
	clear:both;

}
.block:after,
.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
}
#kens-web-copyrights {display:none}
.simplebox {
	cursor: pointer;
}
/* --- Smartphones and small Tablet PCs --- */
@media screen and (max-width : 640px) {
	body {
	}
	.wrapper {
		width:auto;
	}
	#header {
		width:auto;
		margin:0 auto;
		padding:10px;
	}
	#header .logo {
		width:80%;
		float:left;
		margin:0 auto;
	}
	#header .link {
		display: none;
	}
	#header .logo img,
	#header .tel img{max-width:100%;}
	#header .project {
		width:45%;
		float:right;
		margin-left:0;
	}
	#header .project img {width:100%;}
	#header .headerNavi {
		display:none;
	}
	#main {
		width: auto;
	}
	#footerWrapper {
		width:auto;
		margin:0 auto;
		padding:15px 0 60px;
	}
	#profile {
		padding:110px 0;
	}
	#profile table td {
		display: inline-block;
		padding: 5px 0;
		width: 50%;
	}
	#profile table td img {
		max-width: 100%;
	}
	#profile::before {
		content:"";
		width:80px;
		height: 180px;
		background: url(../images/40th.png) no-repeat;
		background-size: 100% auto;
		position: absolute;
		left:50%;
		top:10px;
		transform: translateX(-50%);
	}
	#profile::after {
		content:"";
		width:80px;
		height: 80px;
		background: url(../images/40th.png) no-repeat;
		background-size: 100% auto;
		position: absolute;
		left:50%;
		right: auto;
		top:auto;
		bottom:10px;
		transform: translateX(-50%);
	}
	.copyright {
		width:auto;
		float:none;
		font-size:11px;
		text-align: center;
	}
	.sns {
		display: block;
		margin-bottom: 5px;
	}
	.sns li {
		display: inline-block;
	}
	.sns li img {
		width: 48px;
	}

	#social {
		padding: 0 10px;
	}
	#pagetop {
		clear:both;
		width:10%;
		position:fixed;
		margin:0 0 0;
		right:0;
		bottom:0;
	}
	#pagetop a {
		display: block;
		background: rgba(0,0,0,0.6);
		color: #fff;
		text-align: center;
		padding: 12px 0;
		font-size: 12px;
		line-height: 1;
	}

}