@charset "utf-8";
/*
Theme Name: 若杉工業
Theme URI: 
Template: lightning
Description: 
Author: wakasugi
Tags: 
Version: 0.1.2
*/

/* menu */
.menuBtn.btn-default,.vk-mobile-nav-menu-btn{
	display: none!important;
}

#company,#access,#contact{
	padding-top: 120px;
	margin-top: -100px;
	margin-bottom: 50px;
}
@media(max-width:479px){
.navbar-brand{
	text-align: left;
	font-size: 7vw;
	padding: 0 0 0 20px;
}
.siteHeader{
	min-height: 60px;
}
}

/* company */
@media(max-width:600px){
#company th{
	width: 100%;
	float: left;
	background-color: #ffffef;
}
#company td{
	width: 100%;
	float: left;
}
}

/* googleマップ */
.btn-ghost {
	border-color: inherit;
	box-shadow: 0 0 2px #fff;
	text-shadow: 0 0 2px #fff;
	margin-top: .8em;
	padding: .4em 2em;
	-webkit-transition: background-color 1s, border-color .5s;
	transition: background-color 1s, border-color .5s;
}
.btn-ghost:hover {
	border-color: #538539;
	background-color: #88b04b;
	color: #fff;
	text-shadow: none;
}

/* map */
.map-link a{
	display: block;
}

/* contact form */
.cb-a{
	overflow: hidden;
	margin-bottom: 50px;
	line-height: 2;
}

.tel-num{
	display: inline-block;
	margin: 20px 0;
	padding: 20px;
	font-size: 200%;
	font-weight: bold;
	border-radius: 10px;
	background: #dbffdb;
}
@media(max-width:479px){
.tel-num{
	font-size: 7vw;
}
}
