
/* header */

#header {
	padding-left: 100px;
	padding-right: 100px;
	min-width: 1115px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 99;
	margin-bottom: -94px;
	
}

#header_logo {
	float: left;
	padding-top: 17px;
	width: 318px;
}

#header_logo img{
	width: 100%;
}

#header_nav {
	float: right;
	width: 400px;
	text-align: center;
	padding-top: 40px;
	display: block;
	
}

#header_nav li{
	display: inline-block;
	font-size: 1.2rem;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
}


#header_nav a{
	font-weight: bold;
	color: #3f3b3a;
	display: block;
}

#header_nav a.active{
	border-bottom: 1px #e73134 solid;
	padding-bottom: 8px;
}

#header_nav_smart {
	display: none;
}

#header_menu {
	display: none;
}

@media screen and (max-width:640px){
	
	.change-color {
		background-color: #FFF !important;
	}
	
	
	#header {
		padding-left: 0px;
		padding-right: 0px;
		min-width: 580px;
		margin-left: auto;
		margin-right: auto;
		position: fixed;
		z-index: 99;
		top: 0;
		margin-bottom: 0px;
		width: 100%;
		padding-bottom: 20px;
		transition: all .5s;


	}

	#header_logo {
		float: left;
		padding-top: 17px;
		padding-left: 30px;
	}

	#header_nav {
		float: right;
		width: 400px;
		text-align: center;
		padding-top: 40px;
		display: none;

	}

	#header_nav li{
		display: inline-block;
		font-size: 1.2rem;
		font-weight: bold;
		margin-left: 10px;
		margin-right: 10px;
	}


	#header_nav a{
		font-weight: bold;
		color: #3f3b3a;
		display: block;
	}

	#header_nav a.active{
		border-bottom: 1px #e73134 solid;
		padding-bottom: 8px;
	}
	
	
	#header_menu {
		display: block;
		float: right;
		padding-right: 30px;
	}
	
	
	
}




#contact_contents {
	width: 100%;
	background-color: #f7f7f7;
}


#contact_contentsInner {
	width: 1275px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../../img/top/f_mark.png");
	background-position: right top;
	background-repeat: no-repeat;
	padding-top: 110px;
	min-height: 600px;
	position: relative;
	top: -30px;
}


#contact_contentsTit {
	padding-bottom: 10px;
}

#contact_contentsbody {
	padding-bottom: 50px;
	font-size: 1.4rem;
}


#contact_form {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	
}

#contact_form table{
	width: 100%;
}

#contact_form table tr th{
	width: 200px;
	text-align: left;
	padding-bottom: 12px;
	text-indent: 10px;
}

#contact_form table tr th span{
	color: #BC8386;
}

#contact_form table tr td{
	padding-bottom: 30px;
}

#contact_bt {
	text-align: center;
	padding-bottom: 80px;
}

.bace_bt {
	text-align: center;
	padding-bottom: 80px;
}

.input {
    width: 100%;
    padding: 20px;
    border: 1px #d9d9d9 solid;
    font-size: 16px;
	box-sizing: border-box;
}

.input_s {
    width: 30%;
    padding: 20px;
    border: 1px #d9d9d9 solid;
    font-size: 16px;
	box-sizing: border-box;
}

.submit {
	background-image: url("../../img/top/btn_bg.jpg");
	background-repeat: no-repeat;
	width: 250px;
	height: 60px;
	display: block;
	color: #FFF;
	line-height: 60px;
	font-size: 1.4rem;
	text-indent: 30px;
	text-align: left;
}


.submit:hover {
	opacity: 0.7;
}






#footer {
	padding-top: 70px;
	background-image: url("../../img/top/f_bg.jpg");
	background-position: center bottom;
	background-repeat: repeat-x;
}

#footerInner {
	width: 1060px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../../img/top/f_bg_main.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
}

#footer_header {
	width: 100%;
	height: 80px;
}



#footer_logo {
	float: left;
}

#footer_nav {
	float: right;
	width: 400px;
	text-align: right;
	
}

#footer_nav li{
	display: inline-block;
	font-size: 1.2rem;
	font-weight: bold;
	margin-left: 20px;
}


#footer_nav a{
	font-weight: bold;
	color: #3f3b3a;
}

#footer_info_contents {
}

#footer_info {
	float: left;
	width: 530px;
	height: 320px;
}

#footer_info_post {
	width: 100%;
	font-size: 1.6rem;
}

#footer_info_post p{
	display: block;
	padding-bottom: 30px;
	line-height: 1.8;
}


#footer_info_post ul{
	list-style-type: disc;
	margin-left: 20px;
}

#footer_info_post ul li{
	padding-top: 2px;
	padding-bottom: 2px;
}

#footer_info_post ul a{
	color: #3f3b3a;
	text-decoration: underline;
}

#footer_info_sns {
	text-align: left;
	padding-left: 10px;
	padding-top: 40px;
} 

#footer_info_sns img{
	margin-right: 25px;
}


#footer_copy {
	height: 334px;
	width: 100%;
	text-align: center;
}

#footer_copy_box {
	padding-top: 250px;
	font-size: 1.6rem;
	padding-bottom: 10px;
}

#footer_copy_box_s {
	font-size: 1.2rem;
}


#footer_map {
	float: right;
	width: 530px;
	height: 320px;
}
.textarea {
	height: 150px;
}



@media screen and (max-width:640px){
	
	


#contact_contents {
	width: 100%;
	background-color: #f7f7f7;
}


#contact_contentsInner {
	width: 580px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../../img/top/f_mark.png");
	background-position: right top;
	background-repeat: no-repeat;
	padding-top: 110px;
	min-height: 600px;
	position: relative;
	top: -30px;
}


#contact_contentsTit {
	padding-bottom: 10px;
}

#contact_contentsbody {
	padding-bottom: 50px;
	font-size: 1.4rem;
}


#contact_form {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	
}

#contact_form table{
	width: 100%;
}

#contact_form table tr th{
	width: 100%;
	text-align: left;
	padding-bottom: 12px;
	text-indent: 10px;
	display: block;
}

#contact_form table tr th span{
	color: #BC8386;
}

#contact_form table tr td{
	padding-bottom: 30px;
	display: block;
}

#contact_bt {
	text-align: center;
	padding-bottom: 80px;
}

.bace_bt {
	text-align: center;
	padding-bottom: 80px;
}

.input {
    width: 100%;
    padding: 20px;
    border: 1px #d9d9d9 solid;
    font-size: 16px;
	box-sizing: border-box;
}

.input_s {
    width: 60%;
    padding: 20px;
    border: 1px #d9d9d9 solid;
    font-size: 16px;
	box-sizing: border-box;
}

.submit {
	background-image: url("../../img/top/btn_bg.jpg");
	background-repeat: no-repeat;
	width: 250px;
	height: 60px;
	display: block;
	color: #FFF;
	line-height: 60px;
	font-size: 1.4rem;
	text-indent: 30px;
	text-align: left;
}


.submit:hover {
	opacity: 0.7;
}






#footer {
	padding-top: 70px;
	background-image: url("../../img/top/f_bg.jpg");
	background-position: center bottom;
	background-repeat: repeat-x;
}

#footerInner {
	width: 580px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../../img/top/f_bg_main.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
}

#footer_header {
	width: 100%;
	height: 80px;
}



#footer_logo {
	float: none;
}

#footer_nav {
	float: none;
	width: 100%;
	text-align: left;
	
}

#footer_nav li{
	display: inline-block;
	font-size: 1.2rem;
	font-weight: bold;
	margin-left: 0px;
	margin-right: 20px;
}


#footer_nav a{
	font-weight: bold;
	color: #3f3b3a;
}

#footer_info_contents {
	padding-top: 40px;
}

#footer_info {
	float: none;
	width: 580px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
}

#footer_info_post {
	width: 100%;
	font-size: 1.6rem;
}

#footer_info_post p{
	display: block;
	padding-bottom: 30px;
	line-height: 1.8;
}


#footer_info_post ul{
	list-style-type: disc;
	margin-left: 20px;
}

#footer_info_post ul li{
	padding-top: 2px;
	padding-bottom: 2px;
}

#footer_info_post ul a{
	color: #3f3b3a;
	text-decoration: underline;
}

#footer_info_sns {
	text-align: left;
	padding-left: 10px;
	padding-top: 40px;
} 

#footer_info_sns img{
	margin-right: 25px;
}


#footer_copy {
	height: 334px;
	width: 100%;
	text-align: center;
}

#footer_copy_box {
	padding-top: 250px;
	font-size: 1.6rem;
	padding-bottom: 10px;
}

#footer_copy_box_s {
	font-size: 1.2rem;
}


#footer_map {
	float: none;
	width: 580px;
	height: 320px;
	margin-left: auto;
	margin-right: auto;
}
.textarea {
	height: 150px;
}
	
	
#header_menu {
	display: block;
	float: right;
	padding-top: 27px;
}

	
	
	
}



.submit_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.90);
	display: none;
	overflow-y: scroll;
	-webkit-overflow-scrolling:touch;
	z-index:999;
}


.submit_contents {
	height: 50px;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	font-size: 18px;
	font-weight: bold;
}


















