@import url('font-awesome.min.css');


/* index
===================================================================== */

/******************************* common *******************************/

.content {
	position: relative;
	margin: 0 auto;
	padding: 120px 8%;
}

h3.title {
	display: block;
	font-size: 70px;
	font-family: 'Oswald', YuGothic, '游ゴシック',"Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
	color: #a88860;
	line-height: 1.1em;
}

.con {
	display: block;
	font-size: 15px;
	font-family: YuGothic, '游ゴシック',"Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
}


hr.line {
	width: 120px;
	height: 8px;
	border: none;
	background-color: #a38549;
	margin: 20px auto 0;
}

hr.separator {
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
	border: 0;
}



/* top/header
===================================================================== */

#top {
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
	background: url('../img/top.jpg') center no-repeat;
	background-size: cover;
}

#header {
	position: relative;
	height: 120px;
	padding: 0 8%;
	z-index: 999;
	background: #1f1f1f;
}

#header .logo {
	float: left;
	margin-top: 55px;
}


#header .menu {
	float: right;
	margin-top: 33px;
}

#header #mainmenu ul {
	width: 546px;
}

#header #mainmenu ul li {
	display: block;
	padding: 0 5px;
	margin: 0 5px;
	float: left;

}

/*
#header ul li.noborder{
	border: none;
}
*/


#header #mainmenu ul li a {
	text-decoration: none;
	font-family:'Oswald',Arial, Helvetica,'Lucida Grande','Hiragino Kaku Gothic ProN',
 Meiryo, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #c8c1b5;
	/*
	text-shadow: 1px 1px 4px #d1d1d1;
	*/
	letter-spacing: 1px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-webkit-transition: all 0.2s ease; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	-ms-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;
}

#header #mainmenu ul li a:hover {
	color: #a88860;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}

#header .langwrap {
	text-align: right;
	margin-bottom: 12px;
}

#header .langchange {
	color:#a39b8c;
	font-size: 13px;
	font-weight:normal;
	letter-spacing: 1px;
}

#header .langchange a:link {
	color:#a88860;
	font-weight:bold;
}

#header .langchange a:visited {
	color:#a88860;
}

#header .langchange a:hover {
	text-decoration:underline;
}

#header .langchange span.font_Cardo {
	font-family: 'Cardo', YuGothic, '游ゴシック',"Helvetica Neue", "HelveticaNeue", Helvetica, Arial, Helvetica,'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}


#top .copy img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 515px;
	height: auto;
}

/*
#top p {
	font-size: 14px;
	text-align: center;
	color: #c8c1b5;
	letter-spacing: 0;
	opacity: 0.5;
}
*/


/* Navigation */   
 
.previous, .next{
	position:absolute;
	height:43px;
	width:43px;
	top:50%;
	margin-top:-21px;
	opacity:0.6;
}

.previous{
	left:10px;
	background:url('../img/back.png');
}

.next{
	right:10px;
	background:url('../img/forward.png');
}

.previous:active, .next:active{
	margin-top:-19px;
}

.previous:hover, .next:hover{
	cursor:pointer;
}

/******************************* ABOUT *******************************/

#about {
	position: relative;
	width: 100%;
	background: #fdfcfb;
}


#about .about_copy {
	background: #131313 url(../img/about_copy_img.png) no-repeat;
	background-position: top 30px right;
	text-align: right;
	padding: 135px 8% 40px;
	border-top: 70px solid #1f1f1f;
}	

#about .title {
	text-align: left;
}

#about p {
	margin-bottom: 20px;
}
	


/******************************* COMPANY *******************************/

#company {
	position: relative;
	width: 100%;
}

#company .content{
	background-color: rgba( 31, 31, 31, 0.9 );
}


#company .title {
	text-align: right;
	color: #c8c1b5;
}

#company .con {
	color: #e5e0d7;
}


table.table_profile {
	margin:0 auto;
	width: 100%;
	border-collapse:collapse;
	background: none;
	line-height: 1.7em;
}

table.table_profile th {
	color:#e5e0d7;
	text-align: right;
	padding: 1.1em 2em;
	width: 25%;
	border-right: 1px solid #cfb89b;
}

table.table_profile td {
	padding: 1.1em 2em;
	text-align: left;
	width: 75%;
}


table.table_profile a {
	letter-spacing: normal;
	color: #ceb598;
}

table.table_profile a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}


/******************************* NEWS *******************************/

#news {
	position: relative;
	width: 100%;
	background: #fdfcfb;
}

#news .title {
	text-align: left;
}


table.table_news {
	margin: -15px auto 0;
	width: 100%;
	border-collapse:collapse;
}

table.table_news tr {
	border-bottom: 1px dotted #a88860;
}

table.table_news th {
	text-align: left;
	font-size: 15px;
	padding: 0.8em 2em 0.8em 0;
	color: #a88860;
}

table.table_news td {
	padding: 0.8em 0 0.8em 2em;
	text-align: left;
	word-break: break-all;
}



/******************************* ACCESS *******************************/

#access {
	position: relative;
	width: 100%;
	height: 600px;
}

#access .content {
	padding: 0 8% 0 0;
	background-color: rgba( 247, 242, 234, 0.9 );
}

#access .con{
	padding-top: 0;
	padding-bottom: 0;
}

#access .title {
	text-align: right;
	color: #443e34;
	margin-top: 120px;
	margin-bottom: 50px;
}

#access .address {
	text-align: right;
	color: #1f1f1f;
}

#access #map_canvas {
	width: 100%;
	height: 600px;
}




/******************************* CONTACT *******************************/

#contact {
	position: relative;
	width: 100%;
	background: #fdfcfb;
}

#contact .title {
	text-align: left;
	margin-bottom: 50px;
}


#contact .tel {
	text-align: left;
}

#contact .tel p.text {
	margin-bottom: 20px;
}

#contact .tel .number {
	padding: 20px 30px 10px;
	color: #a88860;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #a88860;
	font-family: 'Cardo', YuGothic, '游ゴシック',"Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size: 18px;
}

#contact .tel .number p{
	line-height: 1.2em;
	margin-bottom: 10px;
}

/*  telリンク対応  */
#contact .tel .number a {
	color: #a88860;
}


#contact .tel span.bold {
	font-size: 1.2em;
	
}

#contact .tel span.small {
	font-size: 0.8em;
}


#contact .mainbox {
	padding: 0;
	text-align: center;
}

#formWrap {
	margin:0 auto 40px;
	line-height: 1.2em;
	overflow-x: hidden;
}

table.table_formTable {
	margin:0 auto 2em; 
	border-collapse: collapse; 
	border: none; 
	width: 100%;
}

table.table_formTable tr {
	background: #fdfcfb;
}

table.table_formTable td, table.table_formTable th {
	padding: 0.5em 1em;
}

table.table_formTable th {
	width: 35%; 
	font-weight:normal; 
	vertical-align: middle; 
	text-align:right; 
}

table.table_formTable td {
	width: 65%; 
	text-align: left; 
	vertical-align: middle;
}

/* セレクトボタンにする場合
form select { border: 1px solid #1b1309; height: 30px; padding: 0 10px; width: 250px; margin:10px 5px;}
*/

form input[type="text"] {
	border: 1px solid #917e5d;
	height: 30px;
	padding: 0 10px;
	width: 250px;
	margin:10px 5px;
	background: #ffffff;
}


form input#request, form input#address {
	border: 1px solid #917e5d;
	height: 30px;
	padding: 0 10px;
	width: 400px;
	margin:10px 5px;
	background: #ffffff;
}

form textarea {
	border: 1px solid #917e5d;
	width: 500px;
	margin: 10px 5px;
	background: #ffffff;
}

form input[type="text"]:focus, form input[type="text"]:hover, form textarea:focus, form textarea:hover, form select:focus, form select:hover, form input#address:focus, form input#address:hover, form input#request:focus, form input#request:hover {
	background: #f9f2e4;
	border: 1px solid #d1c3a8;
}

form input[type="submit"], form input[type="reset"]{
	background: #a7855a url(../img/rausch.png) repeat;
	border: none;
	padding: 10px 30px;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom:10px; 
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px; 
	-webkit-transition: all 0.2s ease; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	-ms-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;
}

form input[type="submit"]:hover, form input[type="reset"]:hover{ 
    background:#1f1f1f url(../img/rausch.png) repeat;
}


#contact .agreement{
	margin-bottom: 30px;
	width: 100%;
	margin: 1em auto 0;
}


#contact .agreement p {
	font-size: 0.9em;
	line-height: 1.6em;
	margin-bottom: 30px;
}

#contact .scrollbox {
	width: 80%;
	height:200px;
	overflow-y:scroll;
	margin: 0 auto;
	border: 1px solid #715f39;
	margin-bottom: 30px;
}

#contact .scrollbox .scrollbox-in {
	padding: 2em 2em;
	text-align: left;
	margin: 0 auto;
	background: #f9f2e4;
}

#contact .scrollbox h4 {
	font-size: 14px;
	font-weight: bold;
	color: #3e3e3e;
	border-bottom: 1px solid #715f39;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}

#contact .scrollbox p {
	font-size: 12px;
	color: #3e3e3e;
}	

#contact .scrollbox dl dt {
	font-weight: bold;
	border-bottom: 1px dotted #715f39;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}

#contact .scrollbox dl {
	font-size: 12px;
	color: #3e3e3e;
	margin-bottom: 2em;
}

#contact .scrollbox dd {
	margin-left: 1em;
}

#contact .scrollbox ul li {
	margin-bottom: 0.5em;
}

#contact .scrollbox ul li.disc{
	margin-bottom: 0;
}

#contact p.buttonarea {
	text-align: center;
}

span.required {
	width: 30px;
	padding: 3px 8px 2px;
	margin-left: 5px;
	color: #fff;
	font-size: 11px;
	text-align: center;
	background: #1f1f1f;
	border: 1px solid #1f1f1f;
	text-transform: uppercase;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-weight: normal;
}

span.no-required {
	width: 30px;
	padding: 3px 8px 2px;
	margin-left: 10px;
	color: #a88860;
	font-size: 11px;
	text-align: center;
	background: #fff;
	border: 1px solid #a88860;
	text-transform: uppercase;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-weight: normal;
}

span.left_m {
	margin-left: 10px;
}

span.label_t {
	display:inline;
}

p.openwd a{
	color: #a88860;
}

p.openwd a:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}
.mail_btn {
	width: 340px;
	padding: 20px 0;
	margin-top: 20px;
	background: #A88860;
	text-align: center;
	display: block;
	transition-duration: 0.5s;
	font-size: 110%;
	color: #FFF;
	border: 1px solid #FFF;
	display: block;
	margin-left: auto;
}

	.mail_btn:hover {
		background: #FFF;
		color: #A88860;
		border: 1px solid #A88860;
		box-sizing: border-box;
	}

/******************************* FOOTER *******************************/
#footer {
	background: #131313;
	padding: 20px 8%;
}


#footer .logo_foot {
	float: left;
	margin: 60px 0 20px;
	color: #c8c1b5;
	text-align: right;
	letter-spacing: 1px;
	font-size: 12px;
}

#footer .logo_foot h3{
	margin-bottom: 5px;
}

/*  telリンク対応  */
#footer .logo_foot a{
	color: #c8c1b5;
}


#footer .menu_foot {
	float: right;
}

#footer .menu_foot ul li {
	float: left;
	padding: 0 10px;
	margin: 0;
}


#footer .menu_foot ul li a{
	color: #c8c1b5;
	text-decoration: none;
	font-family: 'Oswald', YuGothic, '游ゴシック',"Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	letter-spacing: 2px;
	-webkit-transition: all 0.2s ease; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	-ms-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;
}

#footer .menu_foot ul li a:hover {
	color: #a88860;
}


/******************************* COPYRIGHT *******************************/

#copyright {
	background:#1f1f1f;
	padding: 0 8%;
}

p.copyright {
	font-size:12px;
	color:#a39b8c;
	text-align:right;
	padding:3px 0;
	margin-bottom: 0;
}




/* return top
================================================== */

#return-top {
	position: fixed;
	right: 3%;
	bottom: 0;
	z-index: 999;
	display: none;
}

#return-top img {
	vertical-align: bottom;
}

#return-top a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}


/* fixed-header
================================================== */

#fixed-header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 75px;
	z-index: 999;
	display: none;
	background: #1f1f1f;
	padding: 0 8%;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

#fixed-header .logo {
	float: left;
	margin-top: 10px;
}


#fixed-header .logo img{
	width: 250px;
}

#fixed-header .logo a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";	
}

#fixed-header #mainmenu {
	float: right;
	text-align: right;
}

#fixed-header #mainmenu ul {
	display: block;
	width: 498px;
	margin-top: 2px;
}

#fixed-header #mainmenu ul li {
	display: block;
	padding: 0 7px;
	margin: 0 7px;
	float: left;
	transform: scale(1.2,1);
}

#fixed-header #mainmenu ul li a {
	text-decoration: none;
	font-family: 'Oswald', YuGothic, '游ゴシック',"Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #c8c1b5;
	letter-spacing: 1px;
	-webkit-transition: all 0.2s ease; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	-ms-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;
}

#fixed-header #mainmenu ul li a:hover {
	color: #a88860;
}

#fixed-header .langchange {
	color:#a39b8c;
	font-size: 11px;
	margin: 10px 0 0 0;
	text-align: right;
	font-weight:normal;
	letter-spacing: 1px;
}

#fixed-header .langchange a:link {
	color:#a88860;
	font-weight:bold;
}

#fixed-header .langchange a:visited {
	color:#a88860;
}

#fixed-header .langchange a:hover {
	text-decoration:underline;
}

#fixed-header .langchange span.font_Cardo {
	font-family: 'Cardo', YuGothic, '游ゴシック',"Helvetica Neue", "HelveticaNeue", Helvetica, Arial, Helvetica,'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}



#fixed-header a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}




/******************************* PRIVACY *******************************/
#privacy {
	margin: 0 auto;
	padding: 2em 2em;
	text-align: left;
	line-height: 1.2em;
}

#privacy section{
	margin-bottom: 50px;
}

#privacy h4 {
	font-size: 14px;
	font-weight: bold;
	color: #3e3e3e;
	border-bottom: 1px solid #715f39;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}

#privacy p {
	font-size: 12px;
	color: #3e3e3e;
	margin-bottom: 3em;
}

#privacy dl dt {
	font-weight: bold;
	border-bottom: 1px dotted #715f39;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}

#privacy dl {
	margin-bottom: 2em;
	font-size: 12px;
	color: #3e3e3e;
}

#privacy dd {
	margin-left: 1em;
}

#privacy ul li {
	margin-bottom: 0.5em;
}

#privacy ul li.disc{
	margin-bottom: 0;
}

#privacy p.close{
	text-align: center;
	margin-bottom: 50px;
}

#privacy p.close a{
	font-size: 14px;
	color: #a88860;
}

#privacy p.close a:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}


/* shortcord
================================================== */

.one_half {
	width: 48%;
}

.one_third {
	width: 30.66%;
}

.two_third {
	width: 65.33%;
}

.one_fourth {
	width: 65.33%;
}

.one_half, .one_third, .two_third {
	margin-right: 4%;
	float: left;
}

.lastcolumn {
	margin-right: 0!important;
	padding-right: 0!important;
	clear: right;
}

.noborder {
	border: none!important;
}





/* #Media Queries
================================================== */


/********* responsive menu/base*********/
#mainmenu {
	visibility: visible;
}

#responsive-menu {
	display: none;
	float: left;
}

.responsive {
	display:none;
	height: 0;
}


@media only screen and (min-width: 768px) and (max-width: 959px) {

#mainmenu {
	visibility: hidden;
	height: 0;
}
	
#responsive-menu {
	display: inline-block;
	margin-top: -5px;
	text-align: right;
	float: right;
	width: 84%;
	position: absolute;
	right: 8%;
	z-index: 999;
}

#header {
	height: 100px;
}

#header .menu {
	margin-top: 15px;
}

#header .logo_mb {
	position: absolute;
	bottom: 10px;
	z-index: 1000;
}

#header .logo_mb img{
	width: 220px;
}

#fixed-header .logo_mb {
	position: absolute;
	bottom: 7px;
	z-index: 1000;
}

#fixed-header .logo_mb img{
	width: 190px;
}

#fixed-header .langchange {
	margin-top: 5px;
}

.no_responsive {
	display:none;
	height: 0;
}

.responsive {
	display: block;
	height: auto;
}
}


/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

#mainmenu {
	visibility: hidden;
	height: 0;
}
	
#responsive-menu {
	display: inline-block;
	margin-top: -13px;
	text-align: right;
	float: right;
	width: 84%;
	position: absolute;
	right: 8%;
	z-index: 999;
}

#header {
	height: 80px;
	margin-bottom: 80px;
}

#header .menu {
	margin-top: 3px;
}

#header .logo_mb {
	position: absolute;
	bottom: 7px;
	z-index: 1000;
}

#header .langchange, #fixed-header .langchange {
	font-size: 10px;
}

#header .logo_mb img{
	width: 220px;
}

#fixed-header .logo_mb {
	position: absolute;
	bottom: 2px;
	z-index: 1000;
}

#fixed-header .logo_mb img{
	width: 190px;
}

#fixed-header .langchange {
	margin-top: 5px;
}

#fixed-header #responsive-menu {
	margin-top: -3px;
}
	

.no_responsive {
	display:none;
	height: 0;
}

.responsive {
	display: block;
	height: auto;
}
}

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

#header .logo_mb img{
	width: 180px;
}

#fixed-header {
	height: 60px;
}

#fixed-header .logo_mb img{
	width: 150px;
}

#fixed-header .langchange {
	margin-top: 2px;
}
}



/********* else *********/

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 1500px) {
table.table_formTable th, table.table_formTable td{
	padding: 0.5em 1em;
}

span.label_t {
	display: block;
	margin-top: 3px;
	text-align: right;
}
}

@media only screen and (max-width: 1300px) {
	#contact .one_third, #contact .two_third, #contact .one_fourth {
		width: 100%;
		margin-right: 0 !important;
		padding-right: 0 !important;
	}

	.one_fourth {
		width: 100%;
	}

#contact .content {
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

#contact .title {
	text-align: center;
}

table.table_formTable th, table.table_formTable td{
	padding: 0.5em 2em;
}

span.label_t {
	display: inline;
}

#contact h3.title {
	margin-bottom: 50px;
}

#contact .con {
	padding-top: 50px;
}

table.table_formTable th, table.table_formTable td{
	padding: 0.5em 1em;
}

#contact .tel .number {
	text-align: center;
}

	.mail_btn {
		margin: 0 auto;
		margin-top:20px;
	}
}


@media only screen and (max-width: 1100px) {
h3.title {
	font-size: 55px;
}

#about p {
	margin-top: 0;
}

#company h3.title {
	font-size: 45px;
}

span.label_t {
	display: block;
	margin-top: 3px;
	text-align: right;
}

#contact .tel .number {
	text-align: center;
	padding: 20px 10px 10px;
}
}


/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

.one_third, .two_third, {
	width: 100%;
	margin-right: 0!important;
	padding-right: 0!important;
}

.content {
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
	padding: 90px 8%;
}

h3.title {
	text-align: center!important;
	margin-bottom: 40px;
}

#company h3.title {
	font-size: 55px;
}

#top {
	height: 100%!important;
}

#top .copy img {
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 410px;
	height: auto;
}


#about .about_copy {
	text-align: center;
}

#about .about_copy h3 img{
	width: 84%;
	max-width: 395px;
}

	#about .about_link {
		color: #a88860;
	}

	#access {
		height: auto;
	}

#access .content {
	padding: 90px 0 0 0;
}

#access .title {
	padding: 0 8%;
	margin: 0 0 40px 0;
}

#access .address {
	padding: 0 8%;
	margin-bottom: 70px;
	text-align: center;
}

#access .two_third {
	width: 100%;
}

#access #map_canvas {
	width: 100%;
	height: 450px;
}

#contact .tel {
	margin-bottom: 20px;
}

table.table_formTable {
	width: 60%;
	margin: 0 auto;
}

table.table_formTable th, table.table_formTable td {
	width: 100%;
	display: block;
	text-align: left;
	padding: 0.1em 0;
}

table.table_formTable th {
	padding-left: 0.5em;
}

table.table_formTable td {
	padding-bottom: 1em;
}

span.label_t {
	display: inline;
}
}
	
		
		
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

.con {
	font-size: 14px;
}

	
.one_third, .two_third {
	width: 100%;
	margin-right: 0!important;
	padding-right: 0!important;
}

.content {
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
	padding: 60px 8%;
}

h3.title {
	text-align: center!important;
	font-size: 40px;
	margin-bottom: 30px;
}

#company h3.title {
	font-size: 40px;
}

#top {
	height: 100%!important;
	background: none;
}

#top .copy img{
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 70%;
	max-width: 360px;
	height: auto;
}

#top .load-item {
	display: none;
	height: 0;
}

#about p{
	line-height: 1.6em;
}

#about .about_copy {
	padding: 40px 8%;
	border-top: 30px solid #1f1f1f;
	text-align: center;
	background-position: top 30px center;
	background-size: 100%;
}


#about .about_copy h3 img{
	width: 84%;
	max-width: 395px;
}

#company {
	background: url('../img/top5.jpg') center no-repeat!important;
	background-size: cover;
}

table.table_profile {
	width: 90%;
}

table.table_profile th, table.table_profile td{
	width: 100%;
	display: block;
	text-align: left;
	padding: 0.5em 0;
}

table.table_profile th {
	border-right: none;
	border-bottom: 1px solid #cfb89b;
}

table.table_profile td {
	padding-bottom: 1em;
}

table.table_news td {
	line-height: 1.6em;
}

#access {
	height: auto;
	background: url('../img/top4.jpg') left no-repeat!important;
	background-size: cover;
}

#access .content {
	padding: 60px 0 0 0;
}

#access .title {
	padding: 0 8%;
	margin: 0 0 30px 0;
}

#access .address {
	padding: 0 8%;
	margin-bottom: 70px;
	text-align: center;
}

#access .two_third {
	width: 100%;
}

#access #map_canvas {
	width: 100%;
	height: 320px;
}

#contact .title {
	padding: 0 8%;
	margin: 0 0 30px 0!important;
}

#contact .tel {
	margin-bottom: 20px;
	line-height: 1.6em;
}

table.table_formTable {
	width: 90%;
	margin-left: 0;
}

table.table_formTable th, table.table_formTable td {
	width: 100%;
	display: block;
	text-align: left;
	padding: 0.1em 0;
}

table.table_formTable th {
	padding-left: 0.5em;
}

table.table_formTable td {
	padding-bottom: 1em;
}

form input[type="text"], form textarea, form input#request, form input#address {
 width: 100%;
}

form input[type="text"]:not(#request):not(#address){
	max-width: 250px;
}

span.label_t {
	display: inline;
}

#contact .scrollbox {
	width: 90%;
}

#contact .agreement p.cap {
	text-align: left;
	font-size: 0.8em;
}

#footer {
	text-align: center;
}

#footer .logo_foot {
	width: 100%;
	text-align: center;
	float: none;
	margin: 40px auto;
	font-size: 11px;
}

#footer .logo_foot img{
	width: 220px;
	text-align: center;
}

#footer .logo_foot p{
	line-height: 1.6em;
	margin-bottom: 10px;
}

#footer .menu_foot {
	display: none;
	height: 0;
}

p.copyright {
	text-align: center;
	line-height: 1.5em;
	font-size: 10px;
	padding: 8px 0;
}
}

@media only screen and (max-width: 540px) {
	.mail_btn {
		width:100%;
	}
}



