@charset "utf-8";

/* CSS Document */



body{

  font-family: "メイリオ", "Meiryo UI", "ヒラギノ丸ゴ Pro W4", "小塚ゴシック Pro R", sans-serif;

  background: url(../images/bg.png);

  

}



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; }



strong{

  color: red;

  font-weight: bold;

}



a{ text-decoration: none; outline: none; }



.shadow{ text-align: center; }



/************ container **************/

.container{

    width: 1000px;

    margin: auto;

    display: block;

    position: relative;

}



/**************** parent div ****************/



#header,#GNav, #banner, #content, #footer{

    display: block;

    width: 100%;

    min-width: 1000px;

    height: 100%;

    position: relative;

}



#header{



}



header .container{

}



#GNav{

  background: #e5c554;

}

#GNav .container{}

#GNav .shadow{

  position: absolute;

  bottom: -8px;

  right: -20px;

  z-index: -1;

  pointer-events: none;

}

#GNav ul{

  padding: 10px 0;

}

#GNav li{

  display: inline-block;

  float: left;

  text-align: center;  

  border-left: 1px solid rgba(0,0,0,0.25);

  padding: 0 25px;

}

#GNav li:first-child{ border-left: none; }



#GNav li a{

    font-size: 12px;

    color: #424242;

  -webkit-transition: all .20s linear;

  -moz-transition: all .20s linear;

  -ms-transition: all .20s linear;

  -o-transition: all .20s linear;

  transition: all .20s linear;

  display: block;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  -ms-border-radius: 3px;

  -o-border-radius: 3px;

  border-radius: 3px;

  padding: 15px 25px 15px 50px;

  background: url(../images/hover.png) no-repeat -30px center;

}



#GNav li a:hover{

  background: #667ea0 url(../images/hover.png) no-repeat 16px center;

  color: #f0bf77;

}



.GNav{

  width: 640px;

  float: right;

  position: relative;

  line-height: 90px;

}

.GNav li{

  *display: inline;

  display: inline-block;

  zoom: 1;

  margin: 0 3px;

}

.GNav li a{

  color: #a0af84;

  font-size: 13px;

  display: block;

  border-radius: 2px;

  padding-left: 20px;

  line-height: 20px;

}

.GNav li a:hover{

  background: url(../images/hover.png) no-repeat left center;

  color: #a7a5ba;

}



.GNav > .shadow{

  position: absolute;

  bottom: -35px;

  right: 0;

}



#banner{

}

#banner > .container{

}

#content{

}

#content .container

{

  background: #DEDAD3;

  padding: 5px;

}

.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{

 

}



/**************** child section div ****************/

.aside-left{

    width: 250px;

    float: right;

    margin-right: 15px;

    display: block;

    position: relative;

}

.aside-right{

    width: 350px;

    float: left; 

    display: block;

    position: relative;

}

.main{

    width: 650px;

    float: right;

    display: block;

    position: relative;      

}

.aside{

    float:right;

    width:  250px;

}



/******** site title **********/

#headerTop{

    

}

.siteTitle{

  text-align: left;

  background: url(../images/header.png);

}

.siteTitle a{

  font-size: 35px;

  font-family: Kozuka Mincho pro;

    color:#6B3B25;

    font-weight: bold;

    line-height: 80px;

  padding:10px;

  

}



.siteTitle a > img{

    vertical-align: middle;

  margin-right:10px;

}



/******** Mv **********/



.Mv{

  position: relative;

  box-shadow: 0px 0px 0px 5px #DEDAD3;

  width: 1000px;

height: 300px;

  

}





/******** main content **********/



h1{

  font-size: 15px;

  text-transform: uppercase;

  line-height: 45px;

  min-height: 45px;

  padding: 0px 10px;

  color: #fff;

  position: relative;

  font-weight: bold;

  text-align: left;

  margin-bottom: 10px;

  background: #E09402;

  box-shadow: 5px 5px 1px #C6C2BC;

}





h2{

  font-size: 16px;

  text-transform: uppercase;

  line-height: 40px;

  min-height: 40px;

  padding: 0 20px;

  color: #fff;

  border: 3px solid #f4eae0;

  -webkit-box-shadow: 0 0 0 3px #674d53;

  -moz-box-shadow: 0 0 0 3px #674d53;

  -ms-box-shadow: 0 0 0 3px #674d53;

  -o-box-shadow: 0 0 0 3px #674d53;

  box-shadow: 0 0 0 3px #674d53;  

  background: #674d53;

  position: relative;

  margin: auto;

  font-weight: bold;

  text-align: left;

  margin-top: 10px;

}

 h1 > img{ 

  vertical-align: middle;

  padding-right: 5px;

  padding-bottom: 2px;

   padding-top: 2px;

 }



.text01{

  padding: 10px;

}

.text01 p{

  padding: 10px;

  color: #6B3B25;

  font-size: 13px;

  line-height:1.8;

}

.text01 .pull-left img{

  margin-right: 10px;

 border: 8px solid #999999;

 

 

}

.text01 .pull-right img{

  margin-left: 10px;

  border: 8px solid #999999;

}



/******** nav **********/



.nav h3{

  font-size: 18px;

text-transform: uppercase;

line-height: 50px;

min-height: 50px;

padding: 0px 10px;

color: #000;

position: relative;

font-weight: bold;

text-align: left;

 margin-top:20px;

    background: #E09402;

  box-shadow: 5px 5px 1px #C6C2BC;

 

}



.nav h3 > img { vertical-align: middle;

padding-right:3px;

}

#Nav{

 

}

.nav{ 

  display: block;

  position: relative;

  background-color:#e06002;

  border:2px solid #f88a39;

  margin: 10px 0 15px 0;

  padding:10px;

}

.nav ul{

	text-align: center;

 

}

.nav ul li{

  display:inline-block;

}



.nav li a{

color: #fff;

  font-size: 13px;

  text-transform: uppercase;

  display: block;

  -webkit-transition: all .50s ease-in;

  -moz-transition: all .50s ease-in;

  transition: all .50s ease-in;

  line-height: 30px;

  padding: 10px 15px;

  border-radius:10px;

  margin:5px 0;

}

.nav li a:hover{

  color:#fff;

  background: #62493D ;



}





.faq{

  display: block;

  margin-bottom: 20px;

  width: 350px;

  float: right;

  position: relative;

  background: #cdc08b;

  border-top: 4px solid #436620;

}

.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 dl{

    padding: 5px 10px 10px 10px; 

    background: #436620; 

    margin-top: 10px;

}

.faq dt{

  line-height: 40px;

  margin-top: 10px;

  padding: 0 10px;

  font-size: 13px;

  color: #fff;

  font-weight: bold;

  border-bottom: 1px dashed #fff;

}

.faq dd{

    padding-bottom: 3px;

    border-bottom: 1px dashed #fff;

    margin-bottom: 3px;

}

.faq dd a{

  background: #fff;

  line-height: 40px;

  margin-top: 3px;

  padding: 0 10px;

  font-size: 13px;

  color: #436620; 

  display: block;

  -webkit-transition: all .50s ease-in;

  -moz-transition: all .50s ease-in;

  transition: all .50s ease-in;

}

.faq dd a:hover{

  background: #CDC08B;

}



.faq .shadow{

    position: absolute;

    left: -11.5px;

    bottom: 0;

}



/******** blog parts **********/



.blogparts{

  margin-bottom: 20px;

  text-align: center;

  



}

.blogparts h3{ 

  font-size: 18px;

  text-transform: uppercase;

  line-height: 45px;

  min-height: 45px;

  padding: 0 10px;

  color: #fff;

  position: relative;

  font-weight: bold;

  text-align: left;

  background: #E09402 none repeat scroll 0% 0%;

  box-shadow: 5px 5px 1px #C6C2BC;

}





.blogparts h3 > img{ vertical-align: middle; padding-right: 10px; padding-bottom: 2px; padding-top: 2px;  }

.blogparts .blogWidget{

 

  

  

}

.blogwrap{

  padding: 10px 0px;

}

.blogparts1{

  position: relative;

  

}

.blogparts1 h3{ 

  font-size: 18px;

  text-transform: uppercase;

  line-height: 50px;

  min-height: 50px;

  padding: 0 20px;

  color: #fff;

  position: relative;

  font-weight: bold;

  text-align: center;

  border-bottom:2px solid #fff;

  margin:0 70px;

  

  

}



.blogparts1 h3 > img{ vertical-align: middle; padding-right: 5px; padding-bottom: 2px; padding-top: 2px;  }

.blogparts1 .blogWidget1{

  padding: 55px 10px;

  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);

  

  

  

}

.blogwrap1{

  padding: 0px 0px;

}





/******** 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: #fff;

  -webkit-transition: all .50s ease-in;

  -moz-transition: all .50s ease-in;

  transition: all .50s ease-in;

  display: block;

  background-origin: padding-box;

  padding: 20px;

  margin-bottom: 10px;

  background:#6B3B25 url(../images/link01-icon.png) no-repeat -40px center;

  transition:all .40s ease-in;

 

    

}

/*.link01 a:before{ content:"\f0a4"; font-family:'FontAwesome'; font-size: 28px; vertical-align: middle; padding-right: 6px;  }*/

.link01 a:hover{ 

  background: #E09402 url(../images/link01-icon.png) no-repeat 18px center;

color:#000;

  padding-left: 40px;

}



/******** 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: #49373b 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;

}

.con-nav li a:hover{

  color: #fff;

  background: #b25b7e;

}



/******** new **********/

.new{



 

  

  

}

.new h3{

	 font-size: 18px;

	text-transform: uppercase;

	line-height: 50px;

	min-height: 50px;

	padding: 0px 20px;

	color: #FFF;

	position: relative;

	font-weight: bold;

	text-align: left;

	background: #475E4E none repeat scroll 0% 0%;

 

}

.new h3 > img{ vertical-align: middle; padding-right: 10px; }





.new ul{

  text-align: center;

  

}

.new ul li{

display:inline-block;

	padding: 10px 0 10px 0;

	margin: 0 10px;

	width: 270px;

	

   

  

}

.new li a > span{

  padding: 5px 5px;

  color:#fff;

  font-size:14px;

  display:block;

}



.new li a{

  color:#fff;

  padding:10px 15px;

  font-size: 13px;

  display: block;

  transition: all 0.4s ease-in;

  text-decoration: none;

  border-bottom: 5px solid #FFF;

box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.45);

  margin-bottom: 10px;



}

.new li a:hover{ 

  background:#292121;

  border-bottom-left-radius: 20px;

  border-top-right-radius: 20px;

  color: #fff;

}

.new li a:hover span

{

  color: #fff;

}

.new li a i{

  font-size: 23px;

  vertical-align: middle;

  padding-right: 10px solid #e9872e;

}



/******** FNav **********/



.FNav{

  display: block;

  padding: 20px 0;

  text-align: center;

}

.FNav li{

  display: inline-block;

  *display: inline;

  zoom: 1;

  padding: 5px 5px;

  margin-bottom: 15px;



}

.FNav li:last-child{ border-right: none; }

.FNav li a{

  font-size: 13px;

  color: #000;

  padding:  5px 5px;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px; 

  -ms-border-radius: 3px;

  -o-border-radius: 3px;

  -webkit-transition: all .40s ease-in;

  -moz-transition: all .40s ease-in;

  -ms-transition: all .40s ease-in;

  -o-transition: all .40s ease-in;

  transition: all .40s ease-in;

  background: #D8D1FC;

    

}

.FNav li a:hover{

	color:#fff;

  border-bottom:2px solid #fff;

  background: #39358A;

  border-radius: 5px;

}



/******** copy **********/



.copy{

  text-align: center;

  font-size: 13px;

  color: #fff;

  padding: 20px 0;

  font-weight:bold;

  margin:0 -5px;

  background: url(../images/1.png);

}



/******** slider css **********/



/*slider*/

.bx-wrapper .bx-viewport {

	border: none !important;

	background: none !important;

	left: 0 !important;

  box-shadow: none !important;

  height: 300px !important;

}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {

    bottom: -30px !important;

  z-index: 20 !important;

}

.bx-wrapper .bx-pager.bx-default-pager a{



  background: #fff !important;

  width: 13px !important;

  height: 13px !important;

}

.bx-wrapper .bx-pager.bx-default-pager a.active{

  background: #84AF93 !important;

}



/******************* misc **************************/



.title-wrap{

 

}

