@charset "utf-8";
/* CSS Document */

body{
  font-family: "メイリオ", "Meiryo UI", "ヒラギノ丸ゴ Pro W4", "小塚ゴシック Pro R", sans-serif;
  
	
}

li{ list-style-type: none; } 

#wrap{ 
  width: 1000px;
  display: block;
  margin: 0 auto;
  background: rgba(255,255,255,0.85);
  padding-left: 20px;
}
.clear{ clear: both; }

a{ text-decoration: none; outline: none; }

.shadow{ text-align: center; }

strong{
  color: red;
  font-weight: bold;
}

/************ container **************/
.container{
    width: 1000px;
    margin: auto;
    display: block;
    position: relative;
}

/**************** parent div ****************/

#header,#GNav, #Mv, #content, #footer{
    display: block;
    width: 100%;
    min-width: 1000px;
    height: 100%;
    position: relative;
}

#header{
  background:#01c3ca;
  padding:30px 0;
  text-align:center;
}

#header .container{
	
	}

#GNav{
  padding: 15px 0;
}
#GNav .container{}
#GNav ul{
  border-bottom: 2px solid #00aeef;
}
#GNav li{
  display: inline-block;
  *display: inline;
  zoom: 1;
  float: left;
  text-align: center;  
  padding: 0 3px;
}
#GNav li:first-child{ border-left: none; }

#GNav li a{
    font-size: 12px;
  -webkit-transition: all .20s ease-in;
  -moz-transition: all .20s ease-in;
  -ms-transition: all .20s ease-in;
  -o-transition: all .20s ease-in;
  transition: all .20s ease-in;   
  color: #e87f81;
  display: block;
  padding: 10px 20px;  
  position: relative;
}

#GNav li a:hover{
    background: #00aeef;
    color: #fff;
}
#GNav li a:hover > .shadow{ opacity: 1; }

#GNav li a .shadow{
  position: absolute;
  bottom: -15px;
  left: -17px;
  z-index: 1;
  opacity: 0;
  transition: opacity .20s linear;
}

.GNav{
  width: 642px;
  float: right;
  background: #f3deb6;
  position: relative;
  margin-top: 40px;
  padding: 10px 0;
  border-top: 1px solid #fcf3e2;
  border-bottom: 1px solid #fcf3e2;
}
.GNav ul{
  border-top: 1px dashed #B79B68;
  border-bottom: 1px dashed #B79B68;
  padding: 10px;
}
.GNav li{
  *display: inline;
  display: inline-block;
  zoom: 1;
  margin: 5px 0 5px 10px;
}
.GNav li a{
  color: #725a2b;
  font-size: 13px;
  padding: 5px 15px;
  display: block;
  border-radius: 2px;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-transition: all .20s ease-in;
  -moz-transition: all .20s ease-in;
  -ms-transition: all .20s ease-in;
  -o-transition: all .20s ease-in;
  transition: all .20s ease-in;  
}
.GNav li a:hover{
  background: #ecd5aa;
  border-right: 1px solid #f1e4bf;
  border-bottom: 1px solid #f1e4bf;
  box-shadow: inset 0 0 2px #d3b57c;  
}

.GNav > .shadow{
  position: absolute;
  bottom: -35px;
  right: 0;
}

#Mv {
  padding: 30px 0;
  text-align:center;
  background: rgba(1,195,202,1);
	background: -moz-linear-gradient(top, rgba(1,195,202,1) 0%, rgba(0,146,146,1) 47%, rgba(0,99,91,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(1,195,202,1)), color-stop(47%, rgba(0,146,146,1)), color-stop(100%, rgba(0,99,91,1)));
	background: -webkit-linear-gradient(top, rgba(1,195,202,1) 0%, rgba(0,146,146,1) 47%, rgba(0,99,91,1) 100%);
	background: -o-linear-gradient(top, rgba(1,195,202,1) 0%, rgba(0,146,146,1) 47%, rgba(0,99,91,1) 100%);
	background: -ms-linear-gradient(top, rgba(1,195,202,1) 0%, rgba(0,146,146,1) 47%, rgba(0,99,91,1) 100%);
	background: linear-gradient(to bottom, rgba(1,195,202,1) 0%, rgba(0,146,146,1) 47%, rgba(0,99,91,1) 100%);
 
}
#Mv .container{
    
}

#content{
  padding: 30px 0;
  background:url(../images/pattern.png);
}

.email{
  text-align: left;
  padding: 0 10px;
  display: inline-block;
  font-size: 16px;
  color: #315f13;
  position: absolute;
  top: 45%;
  right: 0;
}

.sitemap{
  display: inline-block;
  position: absolute;
  top: 35%;
  right: 0;
}
.sitemap li{
    display: inline-block;
}
.sitemap li a{
    background: url(../images/head-nav.jpg) repeat-x center center;
    font-size: 14px;
    color: #8C53B2;
    padding: 8px 20px;
    -webkit-transition: all .50s ease-in;
    -moz-transition: all .50s ease-in;
     transition: all .50s ease-in;
    display: block;
    float: left;
  font-weight: bold;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.sitemap li a:hover{
  background: #8C53B2;
    color: #fff;
}

#footer{
  background:#00635b;
  padding:30px 0;
 
  
}


/**************** child section div ****************/
.aside-left{
     float: left;
    width:  250px;
    display: block;
    position: relative;
}
.aside-right{
    width: 250px;
    float: right; 
    display: block;
    position: relative;
}
.main{
    width:720px;
    float: right;
    display: block;
    position: relative;  
}
.aside{
    float: left;
    width:  250px;
}

/******** site title **********/
.siteTitle{
	display:inline-block;
	margin-bottom:20px;
	
	
	}
.siteTitle a{
	display:inline-block;
    font-size: 30px;
    color:#fff;
    font-weight: bold;
 

}
.siteTitle a > img{
    vertical-align: middle;
	margin-right:10px;
}

/******** Mv **********/



/******** main content **********/

h1{
  font-size: 18px;
  text-transform: uppercase;
  line-height: 45px;
  min-height: 45px;
  padding: 0 20px;
  position: relative;
  margin: auto;
  z-index: 10;
  font-weight: bold;
  text-align: left;
  text-align: left;
  color: #008B8A;  
  margin-bottom:10px;
  text-align:center;
}
h2{
  font-size: 16px;
  text-transform: uppercase;
  line-height: 40px;
  min-height: 40px;
  padding: 0 20px;
  color: #fff;
  background: #b7ab83;
  position: relative;
  margin: auto;
  z-index: 10;
  font-weight: bold;
  text-align: left;
  margin-top: 10px;
}
 h1 > img{ vertical-align: middle; }
.text01{

  padding: 10px;
  background:#fff;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
}
.text01 p{
  padding: 10px;
  color: #555;
  font-size: 13px;
  line-height: 25px;
}
.text01 .pull-left img{
	float:left;
  margin: 10px;
  border-radius:50%;
 
}
.text01 .pull-right img{
	float:right;
  margin: 10px;
  border-radius:50%;
}

/******** nav **********/

.nav h3{
  font-size: 16px;
  text-transform: uppercase;
  line-height: 45px;
  min-height: 45px;
  padding: 0 20px;
  position: relative;
  font-weight: bold;
  color: #fff;  
  background:#008B8A;
  margin-bottom:10px;
}
.nav h3 > img { vertical-align: middle; padding-right: 5px  }
.nav{ 
  display: block;
  position: relative;
  margin-bottom: 20px;
 
}
.nav ul{
	font-size:0;
	letter-spacing:0;
 
  
}
.nav li{
  display: block;
  margin-bottom:5px;
}

.nav li a > i{ padding: 0 10px;  font-size: 22px; vertical-align: middle;}
.nav li a > img{ vertical-align: middle; padding: 0 10px; }
.nav li a{
  color: #444;
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  padding: 12px 20px;  
  background:#fff;
  transition:all .30s ease-in-out;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
 
}
.nav li a:hover{
   color: #fff;
  background:#008B8A;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
   
}


.faq{
  display: block;
  margin-bottom: 20px;
  width: 250px;
  position: absolute;
  bottom: 0;
  z-index: 10;
  margin-left: 10px;
}
.faq h3{
  font-size: 16px;
  text-transform: uppercase;
  line-height: 50px;
  padding: 0 20px;
  color: #436620;
  position: relative;
  margin: auto;
  z-index: 10;
  font-weight: bold;
  text-align: left;
}
.faq h3 > img { vertical-align: middle; padding-right: 10px  }
.faq ul{}
.faq li{
  border: 2px solid #fff;
}
.faq li a{
  background: #098bbc;
  line-height: 40px;
  padding: 0 10px;
  font-size: 13px;
  color: #fff; 
  display: block;
  -webkit-transition: all .50s ease-in;
  -moz-transition: all .50s ease-in;
  transition: all .50s ease-in;
}
.faq li a:hover{
  background: #1cbbb4;
}

.faq .shadow{
    position: absolute;
    left: -11.5px;
    bottom: 0;
}

/******** blog parts **********/

.blogparts{
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  position: relative;
 
}
.blogparts h3{ 
  font-size: 16px;
  text-transform: uppercase;
  line-height: 50px;
  min-height: 50px;
  padding: 0 20px;
  position: relative;
  font-weight: bold;
  text-align: left;
  color: #fff;  
 background:url(../images/pattern.png);
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);

  
}
.blogparts h3 > img{ vertical-align: middle; padding-right: 10px; }
.blogparts .blogWidget{
  
  
}

.blogwrap{
  
  padding: 10px 10px;
}


/******** experience **********/

.exp{
  display: block;
  width: 350px;
  float: left;
  margin-bottom: 20px;
  position: relative;
}
.exp h3{ 
  font-size: 16px;
  text-transform: uppercase;
  line-height: 50px;
  padding: 0 10px;
  color: #42641e;
  position: relative;
  font-weight: bold;
  text-align: left;
  border-top: 4px solid #42641e;
}
.exp h3 > img{ vertical-align: middle; padding-right: 10px; }
.exp ul{ 
  margin: auto; 
  padding: 10px 0;
}
.exp li{ 
  display: block;
  padding: 5px 0;
  border-bottom: 1px dashed rgba(0,0,0,0.15);
}
.exp li a{
  display: block !important;
  font-size: 13px;
  color: #fff;
  line-height: 15px;
  -webkit-transition: all .50s ease-in-out;
  -moz-transition: all .50s ease-in-out;
  transition: all .50s ease-in-out;
  padding: 15px 10px;
  background: #b9aa6e;
}

.exp li a:hover{
  background: #304d13;
  color: #fff;
}

.exp .shadow{
    position: absolute;
    left: -11.5px;
    bottom: 0;
}

/******** back links **********/

.link01 a{
  font-size: 13px;
  color: #444;
  -webkit-transition: all .20s ease-in;
  -moz-transition: all .20s ease-in;
  transition: all .20s ease-in;
  display: block;
  background-origin: padding-box; 
  padding: 15px 20px 15px 45px;
  margin-bottom: 10px;
  background: #eee  url(../images/link01-icon.png) no-repeat 10px center; 
   border:1px solid #ddd;
  
}
/*.link01 a:before{ content:"\f0a4"; font-family:'FontAwesome'; font-size: 28px; vertical-align: middle; padding-right: 6px;  }*/
.link01 a:hover{ 
  background: #fff  url(../images/link01-icon.png) no-repeat -30px center;
  color:#555;
  border:1px solid #ddd;
  text-decoration:underline;
   padding: 15px 20px 15px 45px;
}

/******** content navigations **********/

.con-nav{
  display: block;
  position: relative;
  padding: 10px 0;
}
.con-nav li{
  display: block;
  border-bottom: 1px dashed #d2d2d2;
  padding-top: 8px;
}
.con-nav li a{
  display: block;
  padding: 15px;
  margin-bottom: 10px;
  color: #fff;
  background: #B6AB84 url(../images/con-nav-icon.png) no-repeat 10px center;
  -webkit-transition: all .50s ease-in;
  -moz-transition: all .50s ease-in;
  transition: all .50s ease-in;
  font-size: 13px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.con-nav li a:hover{
  color: #fff;
  background: #95A0A9;
}

/******** new **********/
.new{
	position:relative;
  margin-top: 20px;
   
}
.new h3{
  font-size: 16px;
  text-transform: uppercase;
  line-height: 50px;
  min-height: 50px;
  padding: 0 20px;
  position: relative;
  font-weight: bold;
  text-align: left;
  color: #fff;
  background:#68b2b5;
  text-align:center;
  text-shadow:2px 2px 2px #111;
  margin-bottom:20px;

}
.new h3 > img{ vertical-align: middle; padding-right: 10px; }

.new ul{
	font-size:0;
	letter-spacing:0;
 
}
.new li{
	margin-left:20px;
	display:inline-block;
}
.new li a{
  color: #fff;
  padding: 10px 10px;
  font-size: 13px;
  display: block;
  -webkit-transition: all .20s ease-in;f
  -moz-transition: all .20s ease-in;
  transition: all .20s ease-in;
  text-decoration: none;
  word-wrap: break-word;
  
}
.new li a:hover{
	background:#01514c;
 
}
.new li a img{
  float: left;
  margin-right: 10px;
}
.new li a p{ line-height: 13px; padding: 2px; font-size:13px;display:inline-block; }

/******** FNav **********/

.FNav{
  display: block;
  padding: 20px 0;
  text-align: center;
}
.FNav li{
  display: inline-block;
  *display: inline;
  zoom: 1;
  border-right: 1px solid #fff;
  padding: 5px;
  margin-bottom: 10px;
}
.FNav li:last-child{ border-right: none; }
.FNav li a{
  font-size: 13px;
  color: #fff;
  padding:  5px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px; 
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  
  -webkit-transition: all .50s ease-in;
  -moz-transition: all .50s ease-in;
  -ms-transition: all .50s ease-in;
  -o-transition: all .50s ease-in;
  transition: all .50s ease-in;  
}
.FNav li a:hover{
  background: #fff;
  color: #333;
}

/******** copy **********/

.copy{
  text-align: center;
  font-size: 13px;
  color: #fff;
  padding: 10px 0;
}

/******** slider css **********/

/*slider*/
.bx-wrapper .bx-viewport {
	border: none !important;
	background: none !important;
	left: 0 !important;
  box-shadow: none !important;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 10px !important;
  z-index: 20 !important;
  lefT: 450px;
  top: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a{

  background: #efdbad !important;
  width: 16px !important;
  height: 16px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a.active{
  background: #315f13 !important;
}

/******************* misc **************************/

.border{
  
  
}
