body {
	background: #f9f2eb;
    font-style: normal;
	font-weight: 300;
    overflow-x: hidden;
}



/*---------------------------------------
    Typorgraphy "#1d3e5c"              
-----------------------------------------*/

h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.2em;
	color: #1d3e5c;
}

h1 {
    font-size: 62px;
    padding-bottom: 14px;
    margin-bottom: 0px;
}

h2 {
  font-size: 28px;
  line-height: 160px;
}

h3 {
  font-size: 20px;
  letter-spacing:0.2em;
}

h4 {
  color: #1d3e5c;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.2em;
}

p {
    color: #1d3e5c;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0.2px;
}

strong {
  font-weight: 400;
}

.btn-success:focus {
  background-color: #000;
  border-color: transparent;
}

.menu_p{
	text-align:center;
	margin-top:-10px;
	font-size:10px;
	
}

.menu_p2{
	text-align:center;
	margin-top:-70px;
	font-size:14px;
	
}



.h2_back{
  background-position:center;
  background-repeat:no-repeat;
  padding-bottom:10px;
  width:100%;
  margin:0 auto;
  color: #1d3e5c;
}

.menu_title{
	width: 300px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
}

.content_text{
	color: #1d3e5c;
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: 0.2px;
}

.menber_p{
	text-align:center;
	margin-top:-10px;
	font-size:10px;
	letter-spacing:0.2em;
	
}
	


/*---------------------------------------
    General               
-----------------------------------------*/

html{
  -webkit-font-smoothing: antialiased;
}

a {
  color: #1d3e5c;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}
a:hover, a:active, a:focus {
  color: #1d3e5c;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#portfolio,
#about,
#blog,
#contact,
#single-project,
#blog-single-post {
  padding-top: 80px;
  padding-bottom: 120px;
}

.section-title {
  position: relative;
  padding-bottom: 62px;
  text-align: center;
}

.section-title h3 {
  color: #1d3e5c;
  font-weight: 400;
  letter-spacing: 4px;
}

/*---------------------------------------
    logo              
-----------------------------------------*/

.logo{
	z-index:100;
	position:absolute;
    width:100%;
	height:450px;
	top:0;
	left:0;
    
}

.logo img{
	padding-top:100px;
	margin:0 auto;
    width:350px;
}

/*---------------------------------------
    btn              
-----------------------------------------*/


#page-next a {
  position: relative;
  top: -320px;
  left: 50%;
  margin-left:-50px;
  z-index: 20;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
}

#page-next img{
	width: 100px;
	height: 100px;
}

/*---------------------------------------
    fade-viewer              
-----------------------------------------*/

#home {
  padding: 0; 
  left: 0;
  top: 0;
  width: 100%;
 
}

.container-head {
  position: relative;
  float: left;
  width: 100%;
}
#fade-viewer {
max-width: 100%;
height:1800px;
overflow: hidden;
position: relative;
}
#fade-viewer img {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
}


/*---------------------------------------
    Preloader section              
-----------------------------------------*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-spinner-wordpress.sk-spinner {
  background-color: #1d3e5c;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  position: relative;
  -webkit-animation: sk-innerCircle 1s linear infinite;
  animation: sk-innerCircle 1s linear infinite; 
}

.sk-spinner-wordpress .sk-inner-circle {
  display: block;
  background-color: #ffffff;
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 8px;
  top: 5px;
  left: 5px; 
}

@-webkit-keyframes sk-innerCircle {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes sk-innerCircle {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }


/*---------------------------------------
    Back Bottan             
-----------------------------------------*/



/*ボタンを固定する*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
	z-index:30;
}


/*ボタンをデザインする*/
#page-top a {
    background: #ccc;
    text-decoration: none;
    color: #fff;
    padding: 10px;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #aaa;
}
 

/*---------------------------------------
    Main Navigation             
-----------------------------------------*/

.navbar-default {
	background: #ffffff;
	border: none;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;	
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: transparent;

}

.navbar-default .navbar-brand {
  padding-top: 6px;
}

.navbar-default .navbar-brand .fa {
  color: #000;
  font-size: 42px;
}

.navbar-default .navbar-nav li a {
	color: #1d3e5c;
	font-size: 16px;
	letter-spacing: 1px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	padding-right: 30px;
	padding-left: 30px;
	margin-right:5px;
	margin-left:5px;
}

.navbar-default .navbar-nav > li a:hover {
	color: #3CF !important;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #3CF;
	background-color: transparent;
}

.navbar-default .navbar-nav li a:hover,
 .navbar-default .navbar-nav .active > a {
    color: #3CF;
  }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #1d3e5c;
	background-color: transparent;
}

.navbar-default .navbar-toggle {
     border: none;
     padding-top: 10px;
  }

.navbar-default .navbar-toggle .icon-bar {
	background-color: #1d3e5c;
	border-top-color: #1d3e5c;
	border-right-color: #1d3e5c;
	border-bottom-color: #1d3e5c;
	border-left-color: #1d3e5c;
  }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { 
  background-color: transparent;
}

@media (min-width: 768px){
.navbar-nav{
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    float:none;
}
}  


/*---------------------------------------
    home section              
-----------------------------------------*/

#home {
	
}

#home hr {
  width: 82px;
  margin-top: 32px;
}



/*---------------------------------------
    vision section              
-----------------------------------------*/

#vision {
	background-size: cover;
	background-position: center center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	text-align: center;
	margin-top:100px;
	margin-bottom:60px;
}



/*---------------------------------------
    concept section              
-----------------------------------------*/

#concept {
	background-size: cover;
	background-position: center center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	text-align: center;
	margin-top:100px;
	margin-bottom:60px;
}


/*---------------------------------------
    mission section              
-----------------------------------------*/

#mission {
	background-size: cover;
	background-position: center center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	text-align: center;
	margin-top:100px;
	margin-bottom:60px;
}



/*---------------------------------------
    member section              
-----------------------------------------*/

#member {
	background-size: cover;
	background-position: center center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	text-align: center;
	margin-top:100px;
	margin-bottom:60px;
}

.member-box h2 {
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 50px;
}
.member-box figure {
  margin-bottom: 20px;
  background-size: cover;
}
.member-box figure img {
  width: 250px;
  height: 250px;
  background-size: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.member-box blockquote {
  border: none;
  margin-bottom: 20px;
}
.member-box blockquote p {
  font-style: italic;
  font-size: 26px;
  line-height: 1.6em;
  color: #555555;
}
.member-box span {
  font-style: italic;
}

.member_text{
	padding-left:80px;
	padding-right:80px;
	text-align:left;
	margin-bottom:100px;
}



/*---------------------------------------
    access section              
-----------------------------------------*/

#access {
	background-size: cover;
	background-position: center center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	text-align: center;
	margin-top:100px;
	margin-bottom:60px;
}



/*---------------------------------------
   About section              
-----------------------------------------*/

#about .text-center {
  padding-bottom: 42px;
}

#about .col-md-8 {
  padding-left: 0px;
}

#about .col-md-8 img {
  padding-right: 22px;
  padding-bottom: 22px;
}

#about hr {
  width: 100px;
  margin-top: 42px;
  margin-bottom: 42px;
}

#about ul {
  padding-left: 22px;
}

#about ul li {
  color: #777;
  font-size: 16px;
  font-weight: 400;
  padding-top: 2px;
  padding-bottom: 2px;
}



/*---------------------------------------
   Portfolio section              
-----------------------------------------*/

#portfolio small {
  color: #f0f0f0;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#portfolio .portfolio-thumb {
  position: relative;
  padding: 0;
  margin-top: 32px;
}

#portfolio .portfolio-thumb .portfolio-overlay {
  position: absolute;
  background: #222;
  color: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: top;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

#portfolio .portfolio-item {
    position: absolute;
    top:50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
      -ms-transform:translate(-50%,-50%);
          transform:translate(-50%,-50%);
}

#portfolio .portfolio-thumb:hover .portfolio-overlay {
  opacity: 0.9;
}

#portfolio .text-center {
  padding-top: 62px;
}



/*---------------------------------------
   Single Project section              
-----------------------------------------*/

#single-project {
  text-align: center;
}

#single-project .col-md-12,
#single-project .col-md-6,
#single-project .col-md-4 {
  padding-left: 0px;
  padding-bottom: 22px;
}

#single-project .col-md-12 {
  padding-top: 42px;
}

#single-project .text-center strong {
  display: block;
  padding-top: 12px;
}

#single-project a {
  color: #555;
  font-weight: bold;
  letter-spacing: 1px;
  padding-left: 14px;
}



/*---------------------------------------
   Contact section              
-----------------------------------------*/

#contact {
	background-size: cover;
	background-position: center center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	text-align: center;
	margin-top:100px;
	margin-bottom:60px;
}



#contact .form-control {
	width:600px;
	margin:0 auto;
  border: 0px solid #f0f0f0;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
  background-color:rgba(230,230,230,0.3);
  color:#1d3e5c;
}

#contact .form-control:hover {
  border-color: #777;
}

#contact input,
#contact select {
  height: 50px;
}

#contact input[type="submit"] {
	background: #1d3e5c;
	border-radius: 100px;
	border: none;
	color: #FFFFFF;
	font-weight: 400;
	transition: all 0.4s ease-in-out;
	width:160px;
	margin:0 auto;
}

#contact input[type="submit"]:hover {
	background-color: #33CCFF;
}



/*---------------------------------------
   Blog section              
-----------------------------------------*/

.blog-post-thumb {
  border-bottom: 1px solid #f0f0f0;
  padding-top: 32px;
  padding-bottom: 62px;
  margin-bottom: 32px;
}

.blog-post-thumb:last-child {
  border-bottom: 0px;
  padding-bottom: 32px;
  margin-bottom: 0px;
}

.blog-post-image {
  padding-bottom: 18px;
  width: 100%;
}

.blog-post-title a {
  color: #555;
}

.blog-post-title a:hover {
  color: #000;
}

.blog-post-format {
  padding-bottom: 22px;
}

.blog-post-format span {
  letter-spacing: 0.5px;
  padding-right: 12px;
}

.blog-post-format span a {
  color: #333;
}

.blog-post-format span img {
  display: inline-block;
  width: 42px;
  margin-right: 4px;
}

.blog-post-des blockquote {
  margin: 22px;
}

.blog-post-des .btn {
  border-radius: 100px;
  color: #777;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 14px 28px;
  margin-top: 26px;
  transition: all 0.4s ease-in-out;
}

.blog-post-des .btn:hover {
  background: #000;
  border-color: transparent;
  color: #ffffff;
}

.blog-author {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding-top: 32px;
  padding-bottom: 32px;
  margin-top: 42px;
  margin-bottom: 42px;
}

.blog-author .media img {
  display: inline-block;
  width: 90px;
  margin-right: 12px;
}

.blog-author .media a,
.blog-comment .media h3 {
  color: #444;
  font-size: 18px;
  letter-spacing: 1px;
}

.blog-comment {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 32px;
  margin-bottom: 42px;
}

.blog-comment .media:nth-child(3) {
  padding-top: 18px;
}

.blog-comment .media img {
  width: 80px;
  margin-right: 12px;
}

.blog-comment .media h3 {
  display: inline-block;
  padding-right: 14px;
}

.blog-comment h3,
.blog-comment-form h3 {
  padding-bottom: 18px;
}

.blog-comment-form .col-md-4 {
  padding-left: 0px;
}

.blog-comment-form .form-control {
  box-shadow: none;
  border: 1px solid #f0f0f0;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}

.blog-comment-form .form-control:hover {
  border-color: #777;
}

.blog-comment-form input {
  height: 45px;
}

.blog-comment-form input[type="submit"] {
  background: #222;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  font-weight: 400;
  transition: all 0.4s ease-in-out;
}

.blog-comment-form input[type="submit"]:hover {
  background: #000;
  border-color: transparent;
}



/*---------------------------------------
   Blog Single Post section              
-----------------------------------------*/

#blog-single-post .blog-post-des h3 {
  padding-top: 16px;
}



/*---------------------------------------
   Footer section              
-----------------------------------------*/

footer {
    padding: 100px 0px;
    position: relative;
    text-align: center;

}

footer .col-md-3 .fa {
  font-size: 42px;
}

footer a {
  color: #555;
}

footer hr {
  border-color: #ffffff;
  margin-top: 42px;
  margin-bottom: 22px;
}

footer .footer-copyright {
  padding-top: 16px;
}


/*---------------------------------------
   Social icon             
-----------------------------------------*/

.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
    text-align: center;
}

.social-icon li {
    display: inline-block;
    list-style: none;
}

.social-icon li a {
    color: #1d3e5c;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin: 22px 12px 10px 12px;
}

.social-icon li a:hover {
	color: #9B0029;
	transform: scale(1.1);
}

.h2_back a:hover{
	color: #9B0029;
	transform: scale(1.1);
	
}



/*---------------------------------------
   Mobile Responsive         
-----------------------------------------*/


@media (max-width: 768px) {
#fade-viewer {
max-width: 100%;
height:768px;
overflow: hidden;
position: relative;
}
#fade-viewer img {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
}
  h1 {
    font-size: 38px;
  }

 


  h3 {
    font-size: 22px;
  }

  .section-title h2 {
    font-size: 22px;
    line-height: 35px;
  }

  .navbar-default {
    margin-top: 0px;
    text-align: center;
  }

  #about .col-md-8 img {
    padding-right: 0px;
  }

  #blog-single-post .blog-post-title h2 {
    font-size: 29px;
    line-height: 40px;
  }

 

  footer .col-md-4 {
    padding-top: 42px;
  }


/*---------------------------------------
    logo              
-----------------------------------------*/

.logo{
	z-index:100;
	position:absolute;
    width:100%;
	height:450px;
    
}

.logo img{
	padding-top: 320px;
	padding-left: 22px;
	width: 350px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

h2 {
	font-size: 18px;
	line-height: 10;
	margin-top:-10px;
}


.menu_title{
	width: 200px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
}

.h2_back{
  background-image:url(../images/menu_back.png);
  background-position: bottom;
  background-repeat:no-repeat;
  padding-bottom:10px;
  width:100%;
}

.menu_p2{
	text-align:center;
	margin-top:-86px;
	font-size:10px;
	
}

.content_text{
	color: #1d3e5c;
	font-size: 14px;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 0.2px;
}

/*---------------------------------------
    fade-viewer              
-----------------------------------------*/






/*---------------------------------------
    logo              
-----------------------------------------*/

.logo{
    width:100%;
	height:220px;
    
}


.logo img{
	padding-top:80px;
    width:300px;
}


/*---------------------------------------
    contact              
-----------------------------------------*/


#contact .form-control {
	width:400px;
	margin:0 auto;
  border: 0px solid #f0f0f0;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
  background-color:rgba(230,230,230,0.3);
  color:#1d3e5c;
}



}
