a, .contact .btn {
	transition: all .25s;
}
html {
	font-size: 16px;
}
body {
	font-family: 'Open sans', sans-serif;
	font-weight: 300;
	background: #fff;
	color: #333;
}
.navbar {
	background: #fff!important;
	color: #333!important;
}
.navbar a, .about p {
	text-align: center;
	color: #333!important;
}
.navbar a {
	font-size: 16px;
}
.navbar .fa-external-link {
	font-size: 10px;
}
.main-heading {
	font-family: 'Open sans', sans-serif;
	font-weight: 300;
	text-align: center;
	letter-spacing: 9px;
	text-transform: uppercase;
}
.container > h1 {
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
}
.navbar-brand {
	height: 80px;
}
.navbar-brand img{width:180px;}
@media (min-width: 768px){
.navbar-nav>li {
    margin-top:20px!important;
}
}
.navbar-toggle{margin-top:20px;}

p {
	font-size: 16px;
	line-height: 1.5;
}
.about a {
	text-decoration: underline;
}
.services h2, .services p {
	font-weight: 300;
	text-align: center;
}
.testimonials p {
	font-style: italic;
}
.contact .btn {
	text-transform: uppercase;
}
.soc-media-ul a {
	text-align: center;
	text-decoration: none;
}
section {
	padding: 5em 0;
}
footer {
	padding: 3em 0;
}

@media screen and (max-width: 768px) and (min-width: 485px) {
form {
	max-width: 70%;
}
}
ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
hr {
	margin-bottom: 3em;
	width: 7%;
}

/*Header*/
.navbar-default {}
.navbar .fa-external-link {
	vertical-align: top;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: powderblue;
}
.navbar-default .navbar-nav > li > a:active {
	color: #fff;
}
/*Main*/
.main {
	position: relative;
	height: 860px;
	background: url(../img/mv.jpg) no-repeat center center;
	background-size: cover;
}
.main:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1.0.5));
}
.main-heading {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	padding: 0;
	margin: auto;
	height: 40px;
	color: #fff;
}
/*About*/
.about a {
	color: #333;
}
.about a:hover, .about a:focus {
	color: powderblue;
}


/* Contact */
.contact .form-control:focus {
	border-color: powderblue;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(173, 0, 0, 0.6);
}
.contact .btn {
	padding: .5rem 1.75rem;
	background: #fff;
	font-size: .95rem;
	color: #333;
}
.contact .btn:hover, .contact .btn:focus {
	background: powderblue;
	border-color: #efefef;
}
/*Footer*/
footer {
	background: #fff;
}
.soc-media-ul {
	display: flex;
	justify-content: center;
}
.soc-media-ul li:not(:first-child) a {
	margin-left: 1em;
}
.soc-media-ul a {
	display: block;
	padding: 0.5em .65rem;
	font-size: 1rem;
	color: #333;
}
.soc-media-ul a:hover, .soc-media-ul a:focus {
	color: powderblue;
}



/*contents*/
.brandlogo{width:100%;display:block;margin:0 auto;}
#flogo{display:block;margin:0 auto; max-width: 40px;margin-bottom:3em;}
.map{margin-top:24px;}

#contact{text-align:center;}
.phone{color:#333;font-size: 26px;text-align: center!important;}
#contact span{font-size:11px;display:block;margin-bottom:20px;}
.text-right a{color:#333;}
/*animation*/
.navbar-nav li a:before,
.text-right a:before
{
    position: absolute;
    width: 100%;
    height: 0px;
    left: 0px;
    bottom: 0px;
    content: '';
    background: #FFF;
    opacity: 0.2;
	transition: all 0.3s;
}

.navbar-nav li a:hover:before,
.text-right a:hover:before
{
    height: 100%;
}


.main:before{
	content:"";
	height:860px;
	width: 0%;
	position: absolute;
	right:0;
	background:#fff;
	animation: spin 2s;
  }
  @keyframes spin {
	0% {
		display:block;
		width: 100%;
	}
	100% {
	  width: 0%;
	  display:none;
	}
  }





.main{
	animation: spin2 0.9s;
  }
  @keyframes spin2 {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }




.contentsmin{margin-top:2em;}

  h2{text-align:center;}
  .privacy .container{margin-bottom:8em;}




.more{border:solid 1px #333; color:#333; width:50%;padding:16px; text-align:center;display:block;margin:32px auto; text-decoration:none!important;}
.more:hover{background:#333;color:#fff!important; letter-spacing: 0.3em;}


input.more{background:#fff;}
.contactf{width:100%;}
.contactf tr{display:flex;margin-bottom:2em;width:100%;}
.contactf th{width:40%; vertical-align: top;}
.contactf td{width:60%;}
.contactf td input,.contactf td textarea{width:100%}
.contactf td textarea{height:12em;}
.nini:before{margin-right:1em;display:inline-block; content: "任意";border:green solid 1px; text-align: center;font-size:11px;color:green; width:2.5em;}
.hissu:before{margin-right:1em;display:inline-block; content: "任意";border:red solid 1px; text-align: center;font-size:11px;color:red; width:2.5em;}


@media screen and (max-width: 768px) and (min-width: 485px) {
	form{max-width:100%;}
	.contactf tr{display:block!important;}
	.contactf th{width:100%;display:block;text-align: center;margin-bottom:1em;}
	.contactf td{width:100%;display:block;margin-bottom:3em;}
}



.ftokutei{    font-size: 11px;
	text-align: center;
	color: #333;
	margin: 0 auto;
	width: 90%;
	display: block;}