
@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    	border: 1px solid transparent;
    	background-color:orange;
    }

    .top-nav-collapse {
        padding: 0;
    }
}


.intro-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
}

.about-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #eee;
}

.services-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #fff;
}

.contact-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #eee;
}


/* Global Styles */

html,
body {
  height: 100%;
  width: 100%;
  background-color:orange;
font-family: 'メイリオ ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Verdana','Osaka','ＭＳ Ｐゴシック',sans-serif;

}

.vert-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

h2 {
	letter-spacing: 2px;
}

.centered {
margin-left:auto;
margin-right: auto;
}

hr {
	border-top: 1px solid #FFDAA3;
}


/* Full Page Image Header Area */

.header {
  display: table;
  width: 100%;
  position: relative;
  background: url(../img/bg-1.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: orange;
  padding-top: 100px;
}

.header h1 {
  padding: 0;
  margin: 0;

  font-weight: 700;
  color: white;
  text-shadow: 0px 2px 3px #F4793E;
  }

.header a {
	margin-top: 50px;
	padding-left: 40px;
	padding-right: 40px;
}

@media(max-width:767px){
  .header h1 { font-size: 1.2em; }
  h4 { font-size: 18px;}
}
@media(min-width:768px){
  .header h1 { font-size: 2.5em; }
  .lead { font-size: 12px; }
  h4 { font-size: 18px;}
}
@media(min-width:992px){
  .header h1 { font-size: 3em; }
  .lead { font-size: 14px; }
  h4 { font-size: 18px;}
}
@media(min-width:1200px){
  .header h1 { font-size: 4em; }
  .lead { font-size: 16px; }
  h4 { font-size: 20px;}
}

.navbar {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.navbar-default .navbar-nav > li > a {
color: #FFF;
font-weight: lighter;
text-shadow: 0px 2px 3px #FA8F5C;
}

.navbar-default .navbar-brand {
color: #FFF;
font-weight: lighter;
text-shadow: 0px 2px 3px #FA8F5C;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
color: #FFF;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
color: #FFF;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: #FFF;
background-color: #FFCC31;
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
background-color: orange;
}

.navbar-default .navbar-toggle .icon-bar {
background-color: #FFF;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: #F4793E;
}

a:focus {
outline: none;
}


.lead {
line-height: 2;
font-weight: lighter;
letter-spacing: 3.5px;
font-family: 'メイリオ ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Verdana','Osaka','ＭＳ Ｐゴシック',sans-serif;
}

p {
line-height: 25px;
font-weight: lighter;
letter-spacing: 2.3px;
color: white;
}


/* ABOUT */

.about {
	padding-top: 70px;
	padding-bottom: 60px;
	text-align: center;
	background: #F4793E;
	color:white;
}

.about img {
	margin-top:60px;
	margin-bottom:32px;
	border: 3px solid #ffffff;
}


.btn-order {
	margin-bottom: 20px;
}

.btn-look {
	border-radius: 0px;
	margin: 2px;
	width: 70px;
	padding: 2px;
}

/* EXPLAIN */

.explain {
	padding-top: 70px;
	padding-bottom: 60px;
	text-align: center;
	background: #0A5175;
	color:white;
}

.explain img {
	margin-top:10px;
	margin-bottom:10px;
	border: 3px solid #ffffff;
}



/* Services */

.services {
	padding-top: 70px;
	padding-bottom: 60px;
	background: #7fbbda;
	color: #ffffff;
}

.service-item {
  margin-bottom: 15px;
}

i.service-icon {
  border: 3px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  font-size: 56px;
  width: 140px;
  height: 140px;
  line-height: 136px;
  vertical-align: middle; 
  text-align: center;
}

.services img {
	margin-top:60px;
	margin-bottom:32px;
	border: 3px solid #ffffff;
	  display: inline-block;
}

.services .col-md-4 {
padding-left: 20px;
padding-right: 20px;
}

/* Callout */

.callout {
  color: #ffffff;
  display: table;
  height: 591px;
  width: 100%;
  background: url(../img/callout.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Callout 2*/

.callout2 {
  color: #ffffff;
  display: table;
  height: 350px;
  width: 100%;
  background: url(../img/callout-2.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Portfolio */

.portfolio {
  padding: 50px 0;
  	background: #0A5175;
}

.portfolio-item {
  margin-bottom: 25px;
}

.img-portfolio {
  margin: 0 auto;
}


/* Call to Action */

.call-to-action {
  	color: #ffffff;
  	background-color:#F4793E;
    padding: 50px 0;
    display: table;
  height: 45%;
  width: 100%;
  position: relative;
  background: url(../img/order.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 100px;
}


.order-header {
	background-color: orange;
	line-height: 28px;
}

.order-item {
	background-color: #FFCC31;
}

.order_textarea {
	width: 70px;
	text-align: center;
}

.order-footer {
	background-color: #7FBBDA;
}

.order-submit {
	background-color: #0A5175;
}

.contact-header {
	background-color: #7FBBDA;
	line-height: 28px;
}

.contact-request {
	background-color: orange;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-right: 20px;
	text-align: right;
}

.contact-input {
	background-color: #FFCC31;
	padding-left: 28px;
}




input, textarea {
	margin: 2px;
	border: none;
	background-color: white;
	color: black;
    text-align: left;
    padding-left: 4px;
}

select {
	margin: 2px;
    border: none;
    color: black;
    padding: 4px;
    width: 250px;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>") right no-repeat;
    background-color: white;
    background-transparency: 1;
    background-position: right 15px top 6px;
    background-size: 18px 18px;
}

select:active {
    border: none;
}

table {
  /*  border: 1px solid #000; */
}


/* Map */

.map {
  height: 500px;
}

/* Footer */

footer {
  padding: 70px 0;
  
}

.top-scroll {
  margin-top: 50px;
}

.top-scroll a {
  text-decoration: none;
  color: inherit;
}

i.scroll {
  color: #333333;
}

i.scroll:hover {
  color: #0a5175;
}
/* Responsive */

@media(max-width:1024px) {
	
  /*.header {
	background: url(../img/bg.jpg) no-repeat center center scroll; 
  }*/

  .callout {
	background: url(../img/callout.jpg) no-repeat center center scroll; 
  }
  
  .callout2 {
	background: url(../img/callout-2.jpg) no-repeat center center scroll; 
  }

  .call-to-action {
	background: #F4793E; 
  }
}

