/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2015/09/23, 14:23:30
    Author     : nmnltake4
*/
@charset "UTF-8";
@import "base.css";
@import "fonts.css";

/*==========================================================================*/
/*  Common-Setting
/*==========================================================================*/

/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
h1,h2,h3,h4,h5,h6,input,button,textarea,select,p,blockquote,table,pre,address,ul,ol,dl {
    font-size: 140%;
}

a {text-decoration:none; }
a:hover,
a:active { color: #9092ae; text-decoration: none; }
a:visited {}

img {
    display: block;
    margin: 0;
}
dt img,dd img,li img { vertical-align: bottom; }

/*==========================================================================*/
/*  共通スタイル
/*==========================================================================*/

.bold  { font-weight: bold; }

.fl   { float: left; }
.fr   { float: right; }
.clear { clear: both; }

.mr20  { margin-right: 20px }
.mr60  { margin-right: 60px }
.ml60  { margin-left: 60px }

.font140 { font-size: 140%; }
.font160 { font-size: 160%; }

.none { display: none; }

/*==========================================================================*/
/*  レイアウト
/*==========================================================================*/

html {
    background: none;
}
body {
    font-family: Helvetica,Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic",YuGothic,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    line-height: 1.6em;
}

/* for smartphone */
@media only screen and (max-width: 767px) {
    body {
        background-image: url(/images/main_bg.jpg);
    }
}
#wrapper {}

/*  header
--------------------------------------------*/
#header .inner,#header2 .inner{
    height:80px;  
    width:100%;
    margin: 0 auto;
    min-width:1000px;
    max-width: 1400px;
    display:block;    
}

#header , #header2{
    height: 80px;
    background: #111868;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
#header a, #header2 a{
    font-size: 100%;
    font-weight: bold;
    line-height: 40px;
    color: #fff;
    font-size:12px;
}
#header a:hover, #header2 a:hover{
    color: #9092ae;
}
#header .inner , #header2 .inner{
    position:  relative;
}
#logo {
    position: absolute;
    width:auto;
    height:60px;
    margin:20px 0 0 30px;
}
.header-menu{
    width:auto;
    position: absolute;
    right: 0;
    font-size:16px;
    display:block;
    height:80px;
    padding-right:20px;
    min-width:576px;
}
.header-menu li , .header-info li{
    margin-left: 14px;
    float: left;
    color: #fff;
    display:block;
    height:40px;
    width:auto;
    margin:20px;
}
#header2 {
    height: 80px;
    background: #111868;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

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

#footer {
    background: #222222;
    height:100px;
    padding:0;
    margin:0;
}
.copyright {
    text-align: center;
    color:#959595;
    line-height:100px;
}




/*  contents
--------------------------------------------*/
.inner {
    width:1000px;
    margin: 0 auto;
    display:block;
}
.inner h1{
    font-size:40px;
    text-align:center;
    line-height:100px;
}
.inner h2{
    font-size:20px;
    text-align:center;
}
span.border{
    display:block;
    width:60px;
    height:20px;
    border-bottom:1px solid #000;
    margin:0 auto;
    margin-bottom:60px;
}
section#services span.border{
    border-bottom: 1px solid #fff;
}
section {
    padding: 50px 0 40px;
    clear: both;
    overflow: hidden;
}
section#news, section#contact{
    background:#E9EDF0;
}
section#services{
    height: 560px;
    overflow: hidden;
    position: relative;
    min-width:1000px;
    width: 100%;
    background:rgba(0, 0, 0, 0) url("../images/main-img02.jpg") no-repeat scroll center top / cover ;    
}
section#services h1, section#services h2{
    color:#fff;
}
.sec-left,
.sec-right {
    overflow: hidden;
}

/*-- common parts --*/
div.box-wrap{
    width:1000px;
    margin:0 auto;
    display:block;
}
div.box-wrap .box{
    display:table-cell;
}

/*-- main visual --*/
#main-visual {
    height: 740px;
    overflow: hidden;
    position: relative;
    min-width:1000px;
    width: 100%;
    background:rgba(0, 0, 0, 0) url("../images/main-img01.jpg") no-repeat scroll center top / cover ;
}
#main-visual .inner {
    position: relative;
    height:740px;
    display:block;
    text-align:center;
}
#main-visual .inner img{
    padding-top: 250px;
    margin:0 auto;
}

/*-- vision --*/
span.red {
    color:red;
}
td#vision-text{
    vertical-align:top;
    font-size:13px;
}
td#vision-text div{
    line-height:2em;
    margin-left:50px;
}
td#recruite_message{
    line-height:1.5em;
    font-size:15px;
    line-height:2em;
}

/*-- PHILOSOPHY --*/
section#philosophy {
    margin-bottom:60px;
}
div#p_box {
    width:290px;
    padding-right:30px; 
    float:left;
}
div#philosophy_box{
    margin-right:-40px;
}
div#philosophy div.box-wrap .box p.title{
    font-size:16px;
}
div#philosophy div.box-wrap .box p{
    text-align:center;
    font-size:14px;
    line-height:1.6em;
    padding:5px 0;
    margin:0;
}
div#philosophy div.box-wrap .box div.image{
    text-align:center;
    display:block;
    width:100%;
}
div#philosophy div.box-wrap .box div.image img{
    margin:0 auto;
    padding-bottom:40px;
    width:250px;
    height:250px;
}
div#philosophy div.box-wrap .box p.title{
    font-weight:bold;
}

/*-- NEWS --*/
div#news_wrapper {
    padding-bottom:40px;
}
div#news_wrapper div#date{
    width:150px;
    float:left;
    font-size:18px;
    padding-bottom:20px;
}
div#news_text{
    font-size:16px;
    padding:0;
    margin:0;    
}
div#news_text p{
    font-size:18px;
    font-weight:bold;
    padding:0;
    margin:0;
}
div#news_text p a{
    font-size:18px;
    color:#000;
}
div#news_text p a:hover{
    text-decoration: underline;
}
/*-- SERVICES --*/
section#services div#detail{
}
section#services div#detail h3{
    color:#fff;
    font-size:16px;
    text-align:center;
    padding-bottom:20px;
}
section#services div#detail a{
    color:#fff;
    margin:60px auto;
    display:block;
    width:400px;
    height:60px;
    background-color:#111868;
    line-height:60px;
    font-size:18px;
    text-align:center;
    font-weight:bold;
    background-image:url("../images/arrow.png");    
}
section#services div#detail a:hover{
    background-color:#9092ae;
}
/*-- PROFILE --*/
section#profile {
    padding-bottom:0px;
}
div#profile_box div#left{
    float:left;
    width:430px;
    height:100%;
}
div#profile_box div#left span {left: 60px;display: inline-block;font-weight: bold;font-size: 20px;position: relative;margin-top: 25px;}
div#profile_box div#right{
    text-align:left;
}
div#profile_box div#right h3{
    font-size:16px;
    text-align:left;
    font-weight:bold;
    padding-bottom:40px;
}
div#profile_box div#right div#text{
    margin:0;
    padding-bottom:60px;
    font-size:14px;
    line-height:2em;
}
/*-- ACCESS --*/
section#access h3{
    font-size:16px;
    font-weight:bold;
    padding-bottom:20px;
}
section#access p{
    font-size:14px;
}
section#access div#left{
    width:470px;
}
/*-- Google Map --*/
div#map_canvas {
    margin-bottom:40px;
}

/*-- CONTACT --*/
section#contact div#left{
    width:215px;
    font-size:20px;
    font-weight:bold;
    vertical-align:middle;
}
section#contact div#center{
    width:425px;    
}
section#contact div#right{
    width:360px;
}
section#contact div#right a{
    background-color: #111868;
    background-image: url("/images/mailto.png");
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    height: 80px;
    line-height: 80px;
    padding-left: 70px;
    text-align: center;
    width: 290px;
}
section#contact div#right a:hover{
    background-color:#9092ae;
}
section#contact div#tel, div#contact_info div#tel{
    background:#222222;
    color:#fff;
    font-size:18px;
    line-height:24px;
    display:block;
    width:60px;
    height:24px;
    display:table-cell;
    text-align:center;
    vertical-align:middle;
    float:left;
    margin-top:3px;
}
section#contact div#number, div#contact_info div#number{
    display: table-cell;
    float: left;
    font-size: 40px;
    height: 24px;
    line-height: 30px;
    margin-left: 20px;
    text-align: left;
    vertical-align: middle;
    width: 345px;
}
section#contact div#telephone, div#contact_info div#telephone{
    display:block;
    width:100%;
    height:30px;
    padding-bottom:10px;
}
div#form_wrapper div#error{
    text-align:center;
    display:block;
    background:#e9edf0;
    padding:20px;
    font-size:16px;
    line-height:2em;
    margin-bottom:20px;
    color:red;
}
div#form_wrapper div#error p.error_messe{
    font-size:16px;
    font-weight:bold;
    padding:10px 0;
}


/* 下層ページ共通 */
div.content_wrapper {
    margin-top:80px;
    width:100%;
    min-height:500px;
}


/*-- CONTACT FORM --*/
div#page_title{
    width:100%;
    padding-bottom:10px;    
    background:#E9EDF0;    
}
div#page_title h1{
    font-size: 40px;
    line-height: 100px;
    text-align: center;
    font-weight:bold;
    padding-top:85px;
}
div#page_title h2{
    font-size:20px;
    text-align:center;
}
div.table{
    display:table;
    width:100%;
    padding:0;
    margin:0;
}
div.box{
    display:table-cell;
    vertical-align: top;
}
div#form_wrapper {
    width:700px;
    margin:0 auto;
}
div#form_wrapper p{
    font-size:20px;
    text-align:center;
}
div#form_wrapper div#contact_info{
    width:425px;
    margin:40px 100px 40px auto;
}
div#form_wrapper div#contact_info p{
    text-align:left;
    font-size:17px;    
}
div#form_wrapper table.formTable {
    border-bottom: 1px solid #EBECEE;
}
div#form_wrapper table.formTable th{
    width:160px;
    text-align:left;
    font-size:16px;
    padding:35px 10px;
    line-height:40px;
}
div#form_wrapper table.formTable td{
    padding:35px 10px;
    width:540px;
}
div#form_wrapper table.formTable tr{
    border-top:1px solid #EBECEE;
}
div#form_wrapper table.formTable input[type="text"] {
    width:100%;
    height:40px;
    background: #E9EDF0;
    border:1px solid #EBECEE;
    padding-left: 10px;
}
div#form_wrapper table.formTable textarea{
    width:100%;
    background-color: #E9EDF0;
    border:1px solid #EBECEE;
    padding-left:10px;
}
div#form_wrapper a#submit{
    color:#fff;
    margin:60px auto;
    display:block;
    width:360px;
    height:70px;
    background-color:#111868;
    line-height:70px;
    font-size:18px;
    text-align:center;
    font-weight:bold;
    background-image:url("../images/contact_submit.png");
}
div#form_wrapper a#submit:hover{
    background-color:#9092ae;    
}
div#form_wrapper div#thankyou {
    background: #e9edf0 none repeat scroll 0 0;
    display: block;
    font-size: 16px;
    height: auto;
    line-height: 2em;
    padding: 20px;
    width: 100%;
    margin-bottom:100px;
}
/*-- SERVICES PAGE  --*/
div#services_title{
    height: 400px;
    overflow: hidden;
    position: relative;
    min-width:1000px;
    width: 100%;
    color:#fff;
    background:rgba(0, 0, 0, 0) url("../images/main-img03.jpg") no-repeat scroll center top / cover ;    
}
div#services_title h1{
    font-size: 40px;
    line-height: 100px;
    text-align: center;
    font-weight:bold;
    padding-top:140px;
    color:#fff;    
}
div#services_title h2{
    font-size:20px;
    text-align:center;
}
div#services_title span.border{
    border-bottom:1px solid #fff;
}
div.table div#left {
    float:left;
    width:500px;
}
div.table div#right{
    width:500px;
}
div#service_detail h2{
    font-size:20px;
    text-align:left;
    color:#c1c1c1;
    font-weight:bold;
}
div#service_detail h3{
    font-size:20px;
    padding: 10px 0;
    text-align:left;
    font-weight:bold;
    line-height:1.6em;
    display:block;
    height:60px;
}
div#service_detail div#text_detail{
    font-size:14px;
}
div#service_detail ul{
    margin-left:20px;
    padding-top:30px;
}
div#service_detail ul li{
    list-style:disc;
    font-size:14px;
    font-weight:bold;
    line-height:1.6em;
}
div#service_detail div.service_lineup{
    border-bottom:1px solid;
    width:60px;
    display:block;
    height:60px;
    margin-bottom:30px;
}
div#service_detail div#about_price{
    background:#EEF2F5;
    color:#f54365;
    display:block;
    width:100%;
    padding:40px;
    margin:100px 0 40px;
    font-size:18px;
    line-height:1.6em;
}
