@charset "utf-8";


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, 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;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table.table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */

body {
color:#fff;
font-size:small;
font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.5;
-webkit-text-size-adjust: none;
background:url(../images_common/bg_body.png) #000 repeat-x;
background-attachment:fixed;
}

img{
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}


/* リンク設定
------------------------------------------------------------*/
a{
color:#f6cb00;
text-decoration:none;
}

a:hover{
color:#ccaa00;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}

a:active, a:focus {
outline:0;
}

a:hover img{
opacity: 0.8;
filter: alpha(opacity=80);
}


/* 全体
------------------------------------------------------------*/
#wrapper{
margin:0 auto;
padding:0 1%;
width:98%;
position:relative;
}

.inner{
margin:0 auto;
width:100%;
}


/*************
/* ヘッダー
*************/
#header{
height:76px;
}

#header h1{
padding:0 0 0 10px;
font-size:12px;
font-weight:normal;
}

/*************
/* パンくず
*************/
#pankuzu{
font-size:12px;
margin:10px 0px 10px;
}

/*************
/* TOPへ戻る
*************/
#return{
font-size:12px;
margin:0px 0px 20px;
text-align:right;
}


/*************
/* ロゴ
*************/
.logo{
float:left;
height:60px;
margin:0px;
}

/*************
/* 営業時間
*************/
.info{
margin-top:10px;
float:right;
padding-right:20px;
text-align:right;
margin-bottom:5px;
}
.info_p_00{
font-size:14px
}
.info_p_01{
font-size:14px
}

/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#TopLeft{
float:left;
width:698px;	
}

#TopRight{
float:right;
}

#TopRight img{
margin-top:10px;
border-radius:6px;	
border:4px solid #111;
}

#mainBanner{
margin:0 auto 10px;
padding:0px;
width:100%;
position:relative;
line-height:0;
}

#mainBanner img{
max-width:100%;
height:auto;
border:0px;
border-radius:6px;
margin-top:-5px;
border:4px solid #111;
}

#mainvisual {
width: 100%;
}

#mainvisual ul {
position: relative;
}

#mainvisual ul li {
display: none;
position: absolute;
z-index: 1;
width: 100%;
top: 0;
}
#mainvisual ul li:first-child {
display: block;
position: relative;
z-index: 1000;
}

#mainvisual-button {
width: 100%;
padding:0;
}

#mainvisual-button ul {
text-align: center;
line-height: 10px;
}

#mainvisual-button li {
display: inline-block;
width: 10px;
height: 10px;
margin: 0 8px;
overflow: hidden;
vertical-align: top;
}

#mainvisual-button li a {
display: block;
width: 10px;
height: 20px;
}

#mainvisual-button li a:link,
#mainvisual-button li a:visited{
margin-top: 0;
}

#mainvisual-button li a:hover,
#mainvisual-button li a:active,
#mainvisual-button li a.current {
margin-top: -10px;
}


/**************************
/* グリッド
**************************/
.gridWrapper{
padding-bottom:20px;
clear:both;
}

* html .gridWrapper{
height:1%;
}

.grid{
float:left;
}

.box{
margin:0 5px;
padding:10px;
}

.box img{
max-width:100%;
height:auto;
border:4px solid #111;
border-radius:6px;
margin-left:1px;
}

.box h2{
text-align:left;
font-weight:normal;
padding:0 10px;
line-height:36px;
color:#fff;
background-image:url(../images_common/bg_3column.png);
background-repeat:no-repeat;
border-radius:6px;
}

.box p{
padding:5px 0 0px;
}

.readmore a{
padding:0px 0px 0px 15px;
background-image:url("../images_common/bt_arrow_00.png");
background-repeat:no-repeat;
}


/*************
見出し
*************/

.theme{
width:100%;
}
.theme h2{
color:#f6cb00;
font-size:48px;
font-weight:bold;
line-height:130%;
padding:0px 10px;
margin:30px 0px;
}

/*************
メイン コンテンツ
*************/
section.content article{
font-size:14px;
line-height:200%;
padding:20px;
margin-bottom:20px;
overflow:hidden;
}

* html section.content article{height:1%;}

section.content p{
margin-bottom:5px;
}
section.content dl{
margin-bottom:10px;
}

section.content dt{
background-image:url("../images_common/bt_arrow_01.png");
background-repeat:no-repeat;
padding-left:20px;
border-bottom:1px dotted #666;
margin-bottom:10px;
font-weight:bold;
}

section.content dd{
background-image:url("../images_common/bt_circle_00.gif");
background-repeat:no-repeat;
padding:0px 0px 0px 20px;
margin-bottom:20px;
}

.dd_nonmark{
background-image:none !important;
padding:0px 0px 0px 20px;
}

.stage00{
margin-bottom:50px;
}
.stage00 img{
border:4px solid #111;
border-radius:6px;	
}

.stage01{
text-align:center;
margin-bottom:50px;
}

.bigsize00{
font-weight:bold;
font-size:43px;
line-height:130%;
color:#f6cb00;
margin:30px 0px 30px;
}

.bigsize01{
font-weight:bold;
font-size:25px;
line-height:130%;
color:#f6cb00;
margin:10px 0px 20px;
}

h2.heading{
font-size:20px;
font-weight:bold;
padding:0 10px;
line-height:36px;
color:#fff;
background-image:url(../images_common/bg_3column.png);
}

section.content img{
max-width:90%;
height:auto;
}

.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 0;
}

.alignright{
float:right;
clear:right;
margin:3px 0 10px 10px;
}

.aligncenter{
clear:both;
text-align:center;
}

hr{
border:none;
border-top:dotted 1px #CCC;
height:1px;
color:#FFFFFF;
margin: 0 6 0 6;
}

.item_title{
font-weight:bold;
font-size:26px;
margin-top:20px;
margin-bottom:20px;
}

.item_title small{
font-size:15px;	
font-weight:normal;
}

.item_desc{
padding:10px;
border:1px solid #333333;
margin-bottom:20px;
}
.small{
font-size:small;
}

.stand_out{
font-size:120%;
color:#f6cb00;	
}

#facebook{
padding-top:20px;
width:100%;
height:auto;
overflow:auto;
}

.plugin01{
width:450px;
float:left;
margin-left:19px;
margin-bottom:20px;
}

.plugin02{
width:450px;
float:left;
margin-left:37px;
margin-bottom:20px;
}
/*************
テーブル
*************/
table{
width:100%;
}
.tb_00{
border:1px solid #333333;
border-collapse:collapse;
}
td{
vertical-align:top;
}
.td_00{
padding:5px;
text-align:center;	
}
.td_01{
padding:5px;
border-right:1px solid #333333;
border-bottom:1px solid #333333;
}
.td_02{
padding:5px;
text-align:center;	
border-right:1px solid #333333;
border-bottom:1px solid #333333;
}

.recruit_table{
padding:10px;
}

/*************
/* サイドバー
*************/
#sidebar article{
background:url(../images_common/bg_side_bar.png);
}

#sidebar ul{	
padding:10px;
}

#sidebar li{
margin-bottom:10px;
padding-bottom:10px;
list-style:none;
border-bottom:1px dashed #111;
}

#sidebar li:last-child{
border:0;
padding-bottom:0px;
margin-bottom:0px;
}

#sidebar li a{
color:#fff;
display:block;
}

#sidebar li a:hover{
color:#ccaa00;
}

#sidebar ul.list li{
clear:both;
margin-bottom:5px;
padding:5px 0;
overflow:hidden;
border:0;
}

ul.list li{height:1%;}

ul.list li img{
float:left;
margin-right:10px;
}

ul.list li{
font-size:12px;
line-height:1.35;
}


/*************
/* フッター
*************/
#footer{
clear:both;
overflow:hidden;
padding:10px 10px 20px 10px;
background:#270303;
}

* html #footer{
height:1%;
}

#footer .grid{
font-size:12px;
padding:10px 0 5px;
margin:0;
background:transparent;
}

#footer #info .logo, #footer #info .info{float:none;}

#footer #info .info{
clear:both;
padding:10px 0 0 15px;
text-align:left;
}

#footer .logo{
font-size:18px;
}

#footer .info,#footer .info span,#footer #info .open{
font-size:12px;
color:#333;
}

ul.footnav{
float:right;
padding:10px 0;
}

ul.footnav li{
float:left;
margin-bottom:10px;
padding:0 7px 0 8px;
font-size:12px;	
border-right:1px solid #b6b6b6;
}

#footer a{
color:#F6CB00;
}

#footer a:hover{
color:#ccaa00;
}

address{
clear:both;
padding:5px;
text-align:center;
font-style:normal;
font-size:10px;
background-image:url(../images_common/bg_footer.png);
}

/*************
/* googleマップ
*************/

.google-maps {
position: relative;
padding-bottom: 75%;
height: 0;
overflow: hidden;
border-radius:6px;	
border:4px solid #111;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 960px){
#header,#wrapper,.inner{
width:960px;
padding:0;
margin:0 auto;
}

#wrapper{
padding-bottom:20px;
}

nav#mainNav{
clear:both;
overflow:hidden;
position:relative;
background-image:url("../images_common/bg_mainnav.png");
background-repeat:repeat-x;
}


nav#mainNav .inner{
width:932px;
padding:0px 14px;
}

nav#mainNav ul li{
float: left;
position: relative;
}

nav#mainNav li.last{
border-right:1px solid #111;
}

nav#mainNav ul li a{
display: block;
text-align: center;
_float:left;
font-size:13px;
width:185px;
height:30px;
padding-top:10px;
color:#fff;
background-image:url("../images_common/bg_mainnav.png");
background-repeat:repeat-x;
border-left:1px solid #111;
}

nav#mainNav ul li a span,nav#mainNav ul li a strong{
display:block;
}

nav#mainNav ul li a span{
color:#3b580d;
font-size:10px;
}

nav div.panel{
display:block !important;
float:left;
}

a#menu{
display:none;
}

nav#mainNav li a:hover{
color:#fff;
background-image:url("../images_common/bg_mainnav_on.png");
background-repeat:repeat-x;
}

nav#mainNavTop{
display:none;	
}

#mainBanner{
margin-top:15px;
margin-left:15px;
}
#subpage #mainBanner{
margin:0px auto 20px;
}

#main{
float:left;
width:667px;
padding-right:15px;
}

#sidebar{
float:left;
width:245px;
padding:15px 0 0 15px;
overflow:hidden;
}

#sidebar article{
padding:7px;
margin-top:23px;
margin-bottom:20px;
border:1px solid #111;
overflow:hidden;
}

/* グリッド全体 */
.gridWrapper{
width:960px;
margin:0 0 0 -5px;
}

/* グリッド */
.grid{
float:left;
width:300px;
margin-left:20px;
}

#subpage .grid{width:auto;}
}


@media only screen and (max-width:959px){
*{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

nav#mainNav{
clear:both;
width:100%;
margin:0 auto;
padding:0;
background-color:#111;
}


nav#mainNav a.menu{
width:100%;
display:block;
height:40px;
line-height:40px;
font-weight: bold;
text-align:left;
}

nav#mainNav a#menu span{
padding-left:10px;
}

nav#mainNav a.menu span:before{
content: "→ ";
}

nav#mainNav a.menuOpen span:before{
content: "↓ ";
}

nav#mainNav a#menu:hover{
cursor:pointer;
}

nav .panel{
display: none;
width:100%;
position: relative;
right: 0;
top:0;
z-index: 1;
}

nav#mainNav ul li{
float: none;
clear:both;
width:100%;
height:auto;
line-height:1.2;
}

nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
display: block;
padding:15px 10px;
text-align:left;
border-bottom:1px dashed #222;
}

nav#mainNav ul li a span{
padding-left:10px;
}

nav#mainNav ul li:first-child a{
border-top:1px solid #222;
}

nav#mainNav ul li:last-child a{
border:0;
}

#TopLeft{
clear:both;
width:100%;
}

#TopLeft img{
width:100%;
}

#TopRight{
display:none;
}

/* トップページのみのメニュー　*/
nav#mainNavTop{
clear:both;
width:100%;
margin:0 auto;
padding:0;
background-color:#111;
}


nav#mainNavTop a.menu{
width:100%;
display:block;
height:40px;
line-height:40px;
font-weight: bold;
text-align:left;
}

nav#mainNavTop a#menu span{
padding-left:10px;
}

nav#mainNavTop a.menu span:before{
content: "→ ";
}

nav#mainNavTop a.menuOpen span:before{
content: "↓ ";
}

nav#mainNavTop a#menu:hover{
cursor:pointer;
}

nav#mainNavTop ul li{
float: none;
clear:both;
width:100%;
height:auto;
line-height:1.2;
}

nav#mainNavTop ul li a,nav#mainNavTop ul li.current-menu-item li a{
display: block;
padding:15px 10px;
text-align:left;
border-bottom:1px dashed #222;
}

nav#mainNavTop ul li a span{
padding-left:10px;
}

nav#mainNavTop ul li:first-child a{
border-top:1px solid #222;
}

nav#mainNavTop ul li:last-child a{
border:0;
}
/* トップページのみのメニュー　*/

nav div.panel{
float:none;
}

#subpage #mainBanner{
max-width:668px;
}

#sidebar{
padding-bottom:30px;
}

#sidebar article{
padding:7px 0;
}

#footer .grid,#footer ul.footnav{
float:none;
width:100%;
text-align:center;
}

ul.footnav li{float:none;display:inline-block;}

.grid{
width:32%;
margin:10px 0 0 1%;
}

#footer .grid img, #footer .info{float:none;}
#footer .grid p{display:block;}
#footer #info .info{float:none;text-align:center;}

#footer.logo,#footer .info{
width:100%;
float:none;
}
#mainBanner{
margin-top:15px;
}
.plugin01,.plugin02{
margin:0 auto 20px;	
}
}


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
#header{
height:auto;
}

#header .logo,.info{
text-align:center;
}

.logo,.info{
clear:both;
width:100%;
float:none;
margin-bottom:5px;
}

.box img{
float:left;
margin-right:5px;
}

.box h2{
padding-top:0;
overflow:auto;
}

.alignleft,.alignright{
float:none;
display:block;
margin:0 auto 10px;
}
#mainBanner{
margin-top:10px;
}
}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
.grid{
width:100%;
}

.box img{
max-width:100px;
}

#mainBanner{
margin-top:10px;
}
#mainBanner p{font-size:80%;}
}
