/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
html, body {
	border: 0;
	font-size: calc(14px + 0.25vw);
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	color: #42210b;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.7;
	width: auto;
}
div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, small, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	margin: 0px;
}

p {
	margin-bottom: 10px;
}

img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
a{
	text-decoration: none;
}
a img{
	border: 0;
	}
ol, ul {
	list-style: none;
	margin: 0px;
    padding: 0px;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: auto;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}

.mt30 {
	margin-top: 50px;
	display: block;
}
.font10 {
	font-size: 10px;
}
.font18 {
	font-size: 18px;
}
a.link {
	color: #069;
}
a.link:hover {
	text-decoration: underline;
}

/* ========RESET LAYOUT======== */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* ========COLOR LAYOUT======== */

.red {
	color: #b20000;
}

.orange{
	color: #F60;
	}
.gold{
	color:#DDF700;
}

.green{
	color:#008000;
	}
.aqua{
	color: #0066FF;
	}	
.blue{
	color:#0000ff;
	}	
	
.purple{
	color: #666699;
	} 
	
.pink {
	color: #FF00FF;
	}
.brown {
	color: #592D00;
}
/* ========LAYOUT======== */

#wrapper {
	width: 100%;
	overflow: hidden;
}
.right_link  {
	display: none;
}
header {
	background-color: #FFF;
	width: 100%;
	z-index: 200;
}

header h1 {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

header h1 a{
	font-size: 24px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

_nav#mainNav ul li:first-child {
	display: block;
	}
.main {
	overflow: hidden;
	width: 100%;
}
.content {
	overflow: hidden;
	padding-bottom: 30px;
	width: 90%;
	padding-top: 30px;
	margin-left: 2%;
}
.content .inner {
	overflow: hidden;
}
footer{
	overflow: hidden;
	background-color: #F4F0EB;
	padding-top: 30px;
	padding-bottom: 20px;
}

footer .inner {
	overflow: hidden;
	width: 90%;
	margin-left: 2%;
}
footer .add {
	overflow: hidden;
}
footer .add h2 {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
footer .add img {
	display: block;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

footer .add p {
	margin-left: 3%;
	line-height: 1.7;
	font-size: 16px;
	text-align: center;
	color: #592D00;
}

footer .add p.tel {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2;
}
footer .add .tel span {
	font-size: 18px;
	margin-left: 5px;
	color: #FFF;
}

footer .sitemap {
	overflow: hidden;
}

footer .sitemap ul {
	text-align: center;
	margin-bottom: 10px;
	margin-top: 20px;
}

footer .sitemap li {
	display: -moz-inline-box;
	display: inline-block;



/display: inline;
	/zoom: 1;
	padding-right: 5px;
	padding-left: 5px;
}
footer .sitemap li a {
	font-size: 13px;
	color: #592D00;

	}
	footer .sitemap li a:hover {
	color: #C30A0D;
	}
footer .sitemap li a.top {
	_float: left;
	font-size: 13px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
	padding-left: 5px;
	color: #333;
	}

small {
	font-style: normal;
	font-size: 11px;
	display: block;
	right: 20px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#page-top {
	position: fixed;
	bottom: 150px;
	z-index: 200;
	right: 5px;
	text-align: center;
}

#page-top a {
	display: block;
	padding: 3px;
	background-color: #5FB200;
	border: 1px solid #FFF;
}
#page-top a:hover {
	background-color: #FFB700;
}
#page-top a span{
	display: none;
	color: #FFF;
	font-size: 10px;
}



@media screen and (min-width:480px) { 
	/*　for iPhone Landscape　(iPhone 横)　*/
	
header h1 {
	width: 400px;
}
#page-top a span{
	display: block;
}
img.image_l {
	margin-right: auto;
	display: block;
	margin-bottom: 10px;
	margin-left: auto;
	width: 50%;
}
}
/* -------------------------------------------- */
/* ▼タブレット用デザインとして付け足すデザイン */
/* -------------------------------------------- */
@media screen and (min-width:768px) {
.br-sp { display:none; }
	
.right_link  {
	display: block;
	width: 50px;
	position: fixed;
	top: 200px;
	right: 0px;
}
.right_link a:hover img {
    opacity: 0.9;
    filter: Alpha(opacity=90);
}
nav#mainNav ul {
	text-align: center;
}

nav#mainNav ul li {
	text-align: center;
	display: inline-block;
	width: auto;
	margin-right: 10px;
	margin-bottom: 10px;
	}
_nav#mainNav ul li:first-child {
	display: none;
	}
nav#mainNav ul li a{
	font-size: 16px;
	display: block;
	color: #592D00;
	white-space: nowrap;
	}
nav#mainNav ul li a.recruit {
	background-image: url(../images/commons/bot1.png);
	background-repeat: no-repeat;
	color: #FFF;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
nav#mainNav ul li a.contact {
	background-image: url(../images/commons/bot2.png);
	background-repeat: no-repeat;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
nav#mainNav ul li a:hover{
	color: #000;
	_background-color: #000;
	color: #C30A0D;
	}
nav#mainNav ul li a.recruit:hover {
	background-image: url(../images/commons/bot1.png);
	background-repeat: no-repeat;
	color: #FFECA2;
	}
nav#mainNav ul li a.contact:hover {
	background-image: url(../images/commons/bot2.png);
	background-repeat: no-repeat;
	color: #D0F396;
	}

nav#mainNav ul li ul {
	position: absolute;
	top: 150px;
	z-index: 100;
	width: 150px;
}
nav#mainNav ul li ul li {
	visibility: hidden;
	text-align: left;
	overflow: hidden;
	width: 120px;
	margin-bottom: 0px;
}
nav#mainNav ul li ul li a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #F0F0F0;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
}
nav#mainNav ul li ul li:hover, nav#mainNav ul li ul li a:hover {
	background-color: #DBDBDB;
}
nav#mainNav ul li:hover ul li, nav#mainNav ul li a:hover ul li{
	visibility: visible;
	overflow: visible;/*サブメニューの高さ*/
	z-index: 10;
	border-bottom-style: none;
}
				nav#mainNav ul li ul li:hover:after {
	background-color: #DBDBDB;
}
.content {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.alignleft{
	float: left;
}

.alignright{
	float: right;
}
.aligncenter{
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

img.image_r {
	float: right;
	margin-left: 10px;
}

img.image_l {
	float: left;
	margin-right: 10px;
}

small {
	right: 20px;
	float: right;
	margin-right: 10px;
}
#page-top a span{
	font-size: 12px;
}
}
/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media all and (min-width: 1024px) {

	
.right_link  {
	width: 60px;
	top: 200px;
}
.content {
	width: 830px;
}
.content .inner {
	overflow: hidden;
}
.content .inner {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

footer .add {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
footer .add h2 {
	font-size: 40px;
	text-align: left;
}
footer .add img {
	margin-bottom: 0px;
	float: left;
}
footer .add .add_r {
	margin-top: 30px;
	overflow: hidden;
	float: right;
	width:40%;
}
footer .add p {
	font-size: 14px;
	text-align: left;
}

footer .add p.tel {
	font-size: 18px;
}
footer .add .tel span {
	font-size: 30px;
	margin-left: 5px;
}



}

@media screen and (min-width:1200px) {
.right_link  {
	width: 60px;
	top: 150px;
}
header h1 {
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	margin-botton: 10px;
	width: 450px;
}
nav#mainNav{
	float: right;
	margin-top: 50px;
	}
nav#mainNav ul li ul {
	top:80px;
}	

}

/* ------------------------------------ */
/* ▼下部☎ */
/* ------------------------------------ */

/*641px～PC　PC上では見えないようにする*/
@media screen and (min-width:641px){
	.footer_area{
		display: none;
}	
}

/*スマホ～641pxの幅サイズまで*/
@media screen and (max-width:640px){
.footer_area {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba( 0, 0, 0, 0.6 );
	z-index: 10000;
}
.footer_area .footer_area_inner {
    position: relative;
    width: 80%;
    margin: 0px auto;
    padding: 10px 0;
	margin-right: 0px;
}
.footer_area .footer_area_inner .footer_area_inner_btn {
    width: 85%;
    padding: 11px 0;
    font-size: 20px;
    font-weight: bold;
    margin-left: 15px;
	line-height: 1.3;
    
}
.inquiry_btn {
    background-color: #068BF1;
    -webkit-border-radius: 3px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
	width: 80%;
    padding: 5px 0;
    font-size: 18px;
    font-weight: bold;
}
.inquiry_btn:link, .inquiry_btn:visited {
    color: #FFFFFF !important;
}
.footer_area_inner span{
	color: #fff;
}
#siteBottom{
	margin-bottom: 85px;
}
}
