@charset "UTF-8";
/* CSS Document */
*{margin:0; padding:0;}

* html body {
	background: url(null) fixed;
}

body{
	min-width:1200px;
	width:100% !important;
	font-size:16px;
	line-height:1;
	height:100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	font-style: normal;
	color:#000;
}

p{
	line-height:1.4;
	margin-bottom:1em;
}

a{text-decoration:none; color:#000; outline:none;}

img{
	border:0;
}

.image.fit img {
				width: 80%;
			}

.ov:hover{
	opacity:0.7;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
	        transition: all 0.25s ease;
}

#header{
	height:84px;
	margin-bottom:5px;
	background:#fff;
	width: 100%;
	padding:0;
	border-bottom: 1px solid #CCC;
	color: #000;
	position: fixed;
	top:0;
	left:0;
	z-index:999;
}

* html div#header{
	position: absolute;
	top: expression(eval(document.documentElement.scrollTop+0));
}

#headerInner{
	overflow:hidden;
}

/*#header h1 {
	width: 800px;
	margin: 0 auto;
}
*/
#headerInner, #content{
	width:960px;
	margin:0 auto;
}

h1{
	width:240px;
	float:left;
	margin-right:44px;
}

#header ul{
	overflow:hidden;
	padding-top:32px;
	float:left;
}

#header ul li{
	float:left;
}

#header ul li a{
	text-indent:-9999px;
	display:block;
	width:auto;
	height:28px;
}

#header ul li.gnv01 a{width:116px; background:url(../img/gnav/about.gif) no-repeat 0 0;}
#header ul li.gnv02 a{width:115px; background:url(../img/gnav/service.gif) no-repeat 0 0;}
#header ul li.gnv03 a{width:115px; background:url(../img/gnav/howto.gif) no-repeat 0 0;}
#header ul li.gnv04 a{width:125px; background:url(../img/gnav/contact.gif) no-repeat 0 0;}

#header a:hover{
	opacity:0.7;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
	        transition: all 0.25s ease;
}

#header p.address{
	text-indent:-9999px;
	width:205px;
	height:84px;
	float:left;
	margin:0;
	padding:0;
	background:url(../img/gnav/address.gif) no-repeat 0 0;
}


#mainImg{
	position:relative;
	padding-top:84px;
}

#mainImg img{
	margin-bottom:20px;
}
#mainImg img.recruitLink{
	margin:0;
	position:absolute;
	top:100px;
	left:69.9%;
}
#mainImg img.recruitLink02{
	margin:0;
	position:absolute;
	top:100px;
	left:48%;
}

#mainImg img.recruitLink:hover,
#mainImg img.recruitLink02:hover{
	opacity:0.7;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
	        transition: all 0.25s ease;
}


#mainImg h2{
	width:960px;
	margin:0 auto 50px;
	font-size:18px;
	font-weight:normal;
}

#content{
	padding:0px 0 0;
}

#content .about, #content .service, #content .howto, #content .contact, #content .top_recruit, #content .recruit, #content .entry{
	margin:0 0 50px;
	overflow:hidden;
	clear:both;
}

#content .entry{
	margin:0 0 20px;
}

#content #about, #content #service, #content #howto, #content #contact, #content #top_recruit, #content #recruit, #content #entry{
	margin-top:-84px;
	padding-top: 94px;
}


#content h3{
	font-size:28px;
	font-weight:normal;
	padding-bottom:10px;
	border-bottom:2px solid #ccc;
	margin-bottom:20px;
	text-align:center;
	letter-spacing:3px;
	line-height:1.5;
}

.about .photo{margin:50px 0;}

.about .photo img{
	display:inline-block;
	margin-right:10px;
}

.about .info{
	width:700px;
	overflow:hidden;
	margin:30px auto;
}

.about .info .infoInner{
	width:380px;
	float:left;
	overflow:hidden;
}

.about .info h4{
	font-size:16px;
	font-weight:normal;
	padding:10px 0;
	border-bottom:1px solid #ccc;
}

.about .info .infoLink{
	width:380px;
	overflow:hidden;
}

.about .info .infoLink .infoLinkInner{
	width:250px;
	float:left;
}

.about .infoLinkInner p{
	border-bottom:1px solid #ccc;
	margin-bottom:0;
	padding:5px 0;
}

.about .infoLinkInner p a:hover{
	color:#898989;
}

.about .info .infoLink .social{
	width:90px;
	padding:14px 20px;
	float:right;
	overflow:hidden;
}

.about .info .infoLink .social li{
	float:left;
}

.about .info .infoLink .social li a{
	display:block;
	width:40px;
	height:40px;
	text-indent:-9999px;
}

.about .info .infoLink .social .fb a{background:url(../img/social_icon_s.png) no-repeat 0 0; margin-right:10px;}
.about .info .infoLink .social .yt a{background:url(../img/social_icon_s.png) no-repeat -40px 0;}
.about .info .infoLink .social .fb a:hover{background:url(../img/social_icon_s.png) no-repeat 0 -40px; margin-right:10px;}
.about .info .infoLink .social .yt a:hover{background:url(../img/social_icon_s.png) no-repeat -40px -40px;}

.about .info img{
	width:280px;
	float:right;
}


.service table{
	width:100%;
	margin:30px 0;
	border-collapse:separate;
	border-spacing:0 15px;
}

.service table th, .service table td{
	padding:14px 28px;
	margin:5px;
	vertical-align:middle;
	line-height:1.2;
}

.service table .bg{
	width:auto;
	text-align:center;
	border:1px solid #ccc;
	white-space:nowrap;
	background-color:#eee;
}

.service h4{
	padding:20px 0 0;
	border-top:2px dotted #ccc;
	font-size:20px;
	font-weight:normal;
	margin-bottom:20px;
}

.omakase{
	background-color:#99cc99;
}

.omakase li{
	display:block;
	margin:0;
	width:auto;
	float:left;
	text-indent:-9999px;
}

.omakase li.service_01{background:url(../img/service_01.gif) no-repeat 0 0; width:260px; height:444px;}
.omakase li.service_02{background:url(../img/service_02.gif) no-repeat 0 0; width:231px; height:444px;}
.omakase li.service_03{background:url(../img/service_03.gif) no-repeat 0 0; width:234px; height:444px;}
.omakase li.service_04{background:url(../img/service_04.gif) no-repeat 0 0; width:235px; height:444px;}
.omakase li.service_05{background:url(../img/service_05.gif) no-repeat 0 0; width:960px; height:48px; float:none; clear:both;}

.howto dl{
	width:760px;
	margin:30px auto;
	overflow:hidden;
	text-align:left;
	padding-top:15px;
}

.howto dt{
	width:240px;
	height:30px;
	float:left;
	clear:both;
	border-right:1px solid #ccc;
	margin:0 20px 30px 0;
	padding:15px 0 15px 0;
}

.howto dt h4{
	font-size:22px;
	font-weight:normal;
	line-height:2;
}

.howto dt h4 span{
	padding:15px;
	border:1px solid #ccc;
	margin-right:15px;
}

.howto dd{
	height:30px;
	margin:0 0 30px 0;
	padding:12px 0 15px 0;
	line-height:1.5;
}
/*
.howto dl{
	width:760px;
	margin:30px auto;
	overflow:hidden;
	text-align:left;
	padding-top:15px;
}
.howto dt{
	width:240px;
	padding:10px 0;
	font-size:22px;
	font-weight:normal;
	line-height:50px;
	height:50px;
	float:left;
}
.howto dt h4{
	line-height:20px;
}
.howto h4 span{
	border:1px solid #ccc;
	margin-right:15px;
}
.howto dd{
	width:500px;
	padding:10px 0 10px 260px;
	height:50px;
	line-height:20px;
}
*/

.howto dd span{
	color:#F00;
}

.howto dd span.tel{
	padding:0 20px 0 5px;
	font-size:18px;
}


/*--------------------------------------
contact
--------------------------------------*/

.contact div,
.top_recruit div{
	text-align:left;
}

.top_recruit{
	letter-spacing:1px;
}

.contact div p,
.top_recruit div p{
	margin-bottom:0;
	line-height:1.4;
}

.contactL,
.top_recruitL{
	width:500px;
	float:left;
}

.contactL h5{
	line-height:1.5;
}


.top_recruitL ul li a{
	display:block;
	width:300px;
	text-align:center;
	padding:12px 10px;
	background-color:#8f1216;
	color:#fff;
	border:0;
	margin:20px 0;
}

.top_recruitL ul li a:hover{
	background-color:#ccc;
	color:#000;
}

.contactR{
	width:360px;
	float:right;
}

.top_recruitR{
	width:420px;
	float:right;
}

.contact div h4, .contact div h5{
	font-weight:normal;
	margin-bottom:5px;
}

.contact div h4{
	font-size:18px;
	margin-bottom:25px;
}

.top_recruitR div{
	overflow:hidden;
	margin:20px 0;
}

.contactR .tel{
	margin:10px 0;
}

.contactR .tel span{
	font-size:20px;
	letter-spacing:2px;
	padding-left:5px;
}

.top_recruitR .tel{
	width:auto;
	float:left;
	margin-right:20px;
}

.top_recruitR .tel span{
	font-size:18px;
	letter-spacing:2px;
	padding-left:5px;
}

.top_recruitR .tantou{
	font-size:14px;
	margin-top:4px;
}


.contactR .time{
	font-size:18px;
	letter-spacing:3px;
}

/*--------------------------------------
recruit.html
--------------------------------------*/
.recruit h2{
	font-size:16px;
	font-weight:normal;
	line-height:1.5;
	margin-bottom:30px;
}

.recruit table{
	width:760px;
	border-collapse:collapse;
	border:1px solid #898989;
	margin:40px auto;
}

.recruit table caption{
	caption-side:top;
	background-color:#fcfcfc;
	padding:10px 18px;
	border:1px solid #898989;
	border-bottom:0;
	font-size:18px;
}

.recruit table th, .recruit table td{
	border-collapse:collapse;
	border:1px solid #898989;
	padding:8px 18px;
	line-height:1.5;
}

.recruit table th{
	background-color:#fcfcfc;
	letter-spacing:1px;
}

.recruit table td span{
	display:block;
	font-size:14px;
}
.recruit table td a{
	text-decoration:underline;
}

.recruit .entryformLink a{
	display:block;
	width:360px;
	background-color:#8f1216;
	color:#fff;
	font-size:18px;
	letter-spacing:2px;
	padding:18px 20px;
	margin:50px auto 20px;
}

.recruit .entryformLink a:hover{
	background-color:#ccc;
	color:#666;
}

/*--------------------------------------
.entryform
--------------------------------------*/
.entry form{
	text-align:left;
	font-size:14px;
}

#content .entry h2{
	font-size:28px;
	margin-bottom:20px;
	font-weight:normal;
}

#content .entry h3{
	font-size:16px;
	letter-spacing:1px;
	border:0;
	font-weight:normal;
}

#content .thanks{
	margin-bottom:50px;
}
#content .thanks{
	font-size:22px;
}

#content .thanks h3{
	border:0;
	font-size:14px;
	line-height:1.5;
}
#content .thanks a{
	font-size:14px;
	text-decoration:underline;
}

#content .thanks a:hover{
	text-decoration:none;
}

.contact ol li{
	margin-bottom: 15px;
}


/*--------------------------------------
footer
--------------------------------------*/


#footer{
	width:100%;
	background-color:#e2e2e2;
	margin-top:70px;
}

#footerInner{
	width:960px;
	margin:35px auto 0px;
	padding:0 0 40px;
	text-align:left;
}

#footer h2{
	font-size:20px;
	font-weight:normal;
	border-bottom:1px solid #fff;
	margin:0;
	padding:20px 0 15px;
	line-height:1.5;
}

#footer h2 span{
	display:block;
	width:960px;
	margin:0 auto;
	text-align:left;
}

.ft01{
	width:300px;
	float:left;
}

#footerInner .ft01 .social{
	width:135px;
	margin:0;
}

#footerInner .ft01 .social li{
	text-indent:-9999px;
	float:left;
}

#footerInner .ft01 .social li a{
	display:block;
	width:50px;
	height:50px;
}

#footerInner .ft01 .social li a:hover{
	border-bottom:none;
}

#footerInner .ft01 .social li.fb a{background:url(../img/social_icon.png) 0 0; margin-right:10px;}
#footerInner .ft01 .social li.yt a{background:url(../img/social_icon.png) -50px 0;}
#footerInner .ft01 .social li.fb a:hover{background:url(../img/social_icon.png) 0 -50px;}
#footerInner .ft01 .social li.yt a:hover{background:url(../img/social_icon.png) -50px -50px;}

#footerInner .ft01 .social li a:hover{
	-webkit-transition:0;
	   -moz-transition:0;
	        transition:0;
}

.ftWrap{
	width:650px;
	overflow:hidden;
}

.ftWrap .ft02{
	width:370px;
	float:left;
}

.ftWrap .ft03{
	width:270px;
	float:right;
}

#footer h3{
	margin:0;
	padding:0;
	font-size:18px;
	font-weight:normal;
	line-height:1.5;
	margin-bottom:15px;
}

#footer h3 a{
	line-height:1.5;
}

#footer h4{
	font-size:16px;
	font-weight:normal;
	line-height:1.5;
	margin-bottom:20px;
}

#footer p, #footer li{
	font-size:14px;
	line-height:1.3;
}

#footer a:hover{
	text-decoration:underline;
	color:#666;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
	        transition: all 0.25s ease;
}

#copy{
	background:#fff;
	width:960px;
	margin:10px auto 20px;
}


#copy p{
	text-align:right;
}

@media print{
	#header{
		position:relative;
	}
	.service{
		page-break-before: always;
	}
}

/*1024px*/
@media only screen
	and (min-device-width:768px) 
	and (max-device-width:1024px) 
	and (orientation:landscape) {
#body{
	min-width:1024px;
    }
#header{
	width: 1024%;
}
}
}

/*768px*/
@media only screen
	and (min-device-width:768px) 
	and (max-device-width:1024px) 
	and (orientation:portrait){
#body{
	min-width:1366px;
    }
#header{
	width: 768%;
}
}

