@charset "utf-8";

#defaultNavbar1 {
	margin: 10px 0 0 0;
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (max-width:360px){
h1,.h1 {
	font-size: 28px;
	margin-bottom:-10px; 
}

.container h2,.h2 {
	font-size: 28px;
	margin-bottom:50px; 
}}

@media screen and (max-width:767px){
#defaultNavbar1 {
    background-color: #e6e6e6;
    left: 0;
    position: fixed;
    width: 100%;
}}

#hd_arrow {
	margin: 15px 5px 0 -4px;
	width: 72px;
}

@media screen and (min-width:361px){
#hd_arrow {
	display: none;
}}

.main-vi {
	position: relative;
	background-color: #fff;
}

.main-vi ul {
	list-style: none;
	margin:0;
	padding:0;
}

.main-container{
	-webkit-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
}

.main-container:before{
	content:"";
	display: block;
	padding-top:50%;
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width: 477px) {
.main-container:before{
	content:"";
	display: block;
	padding-top:50%;
}}

@media screen and (max-width:477px){
.main-container:before{
	content:"";
	display: block;
	padding-top:92%;
}}

@media screen and (min-width:1700px){
.main-container:before{
	content:"";
	display: block;
	padding-top:50%;
}}

.main-container img{
	position: absolute;
	left: 0;
	top: 0;
}

.imc {
    visibility: hidden;
}

img{
	max-width: 100%;
	height: auto;
}

.navbar {
	z-index: 9999;
}

.fixed {
    position: fixed;
    top: 0px;
    z-index: 9999;
    width: 100%;
    opacity:0.7;
	padding: 5px 0 0;
}

.img-responsive-overwrite{
    margin: 0 auto;
}

h1 {
	line-height:1.5;	
}

p {
   margin: 20px 0 0 0;
   line-height:2;
   word-wrap: break-word;
   
}

.jp {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	margin: 0;
}

#about {
	background-color: #A1905B;
	color:#fff;
	margin: 50px 0 0 0;
	padding:100px 0;
}

#pdf {
	margin-top:30px;
}

h2 {
	text-align:center;
    margin: 0 0 80px 0;
}

dt {
	line-height:4;
	font-size: 16px;
}

dd {
	line-height:2;
	margin:0 0 20px 0;
	word-wrap: break-word;
}

#contact {
	margin: 30px 0 0 0;
	padding:100px 0;
}


@media screen and (min-width:990px){
.control-label {
	padding: 0 0 0 50px;
}}

.ct {
	clear:both;
	display:block;
	font-size:9px;
	color:#937f4a;
}

.btn-default {
	-webkit-border-radius: 28;
	-moz-border-radius: 28;
	border-radius: 28px;
	font-family: Arial;
	color: #ffffff;
	font-size: 16px;
	background: #A1905B;
	padding: 5px 60px 5px 60px;
	text-decoration: none;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}

.btn-default :hover {
	background: #855a25;
	text-decoration: none;
}


#send_btn {
	margin:60px 0 0 0;	
}

#page_top {
	text-align:center;
	margin:0;
}

#footer {
	background-color: #2a292c;
	color:#fff;	
	padding:20px 0 40px 0;	
}

.nav > li > a:hover, .nav > li > a:focus {
	border-bottom: medium solid #5F5F5F;
}

.on {
	border-bottom: medium solid #5F5F5F;
}


.nav-animation{
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-duration: 2s;
	animation-delay:2s;
	-webkit-animation-iteration-count: 3;
	animation-iteration-count: 3;
	left: 46.5%;
    margin: 0 auto;
    position: fixed;
    text-align:
}

@media screen and (max-width:800px){
.nav-animation{
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-duration: 2s;
	animation-delay:2s;
	-webkit-animation-iteration-count: 3;
	animation-iteration-count: 3;
	left: 45%;
	margin: 0 auto;
    position: fixed;
    text-align:
}}

@media screen and (max-width:360px){
.nav-animation{
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-duration: 2s;
	animation-delay:2s;
	-webkit-animation-iteration-count: 3;
	animation-iteration-count: 3;
	left: 40%;
	margin: 0 auto;
    position: fixed;
    text-align:
}}

#contact h2 {
	margin-bottom: 10px;	
}

#contact .required_point {
	color:#a11818;
	font-size: 15px;
}

@media screen and (min-width:992px){
#required {
	padding: 0 0 0 50px;
}}

#form_area {
	margin:30px 0 0;
}

textarea {
	width:100%;	
}

#mailform .form-control:first-child {
	margin:10px 0 0 0;
}