@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Cardo:400,400i,700');
@import url('http://fonts.googleapis.com/css?family=Roboto:500,900,100,300,700,400');
@import url('http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700');

/*初期設定
----------------------------------------------------*/
body {
	width:100%;
	min-width: 320px;
	color: #333;
	*font-size:small;
	*font:x-small;
	font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "Helvetica Neue",Arial, YuGothic, "游ゴシック", "游ゴシック体", "メイリオ", Meiryo, sans-serif;
	background-color: #fff;
}

a {
	color: #da1350;
	text-decoration: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
}
a:hover {
	color: #ee8690;
}
a img {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
}
a:hover img {
	opacity: 0.6;
}
input[type=text] {
	font-size: 16px;
}
img {
	vertical-align:bottom;
}


#container {
	text-align: center;
	width:100%;
	margin: 0px 0px 0px 0px;
}


/*
header
*/
header {
	text-align: left;
	width:100%;
	height: 60px;
	margin: 0px auto;
	padding-top: 10px;
	box-sizing: border-box;
	position: fixed;
	background: #fff;
	z-index:1000;
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.2);
}

header #company {
	width: 500px;
	float: left;
}
header #nav_sub {
	width: 465px;
	float: left;
}
header .contact {
	line-height: 0;
	width: 235px;
	float: left;
}

header #nav_sub li {
	float: left;
	list-style: none;
	margin-right: 15px;
}

/*
Buttons
*/
.btn {
	border: none;
	border-radius: 2px;
	display: inline-block;
	padding: 0 10px;
	vertical-align: middle;
	-webkit-tap-highlight-color: transparent;
	outline: 0;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
}
.btn:hover {
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2);
}

#totop {
	text-align: center;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 100;
}
#totop a {
	font-size: 14px;
	line-height:64px;
	color: #fff;
	display: block;
	background-color: #005e15;
	border: none;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
}
#totop a:hover {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	opacity: 0.5;
}


footer {
	width:100%;
	text-align:center;
	padding-top:20px;
	padding-bottom:40px;
	background: #000;
}
footer li {
	width: 46%;
	float:left;
	margin: 30px 2% 40px 2%;
	list-style: none;
}
footer li:first-child {
	text-align:right;
}
footer li:last-child {
	text-align:left;
}

footer p {
	color:#999;
	font-size:12px;
	line-height:150%;
	font-family:'Lato';
}
footer p a {
	color:#999;
	border-bottom: 1px solid #666; 
}

#nav_sub_sp {
	display: none;
}


.sp {
	display: none;
}
.sp2 {
	display: none;
}
.pc {
	display: block;
}





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

.sp {
	display: none;
}
.sp2 {
	display: block;
}
.pc {
	display: none;
}

}



@media screen and (min-width: 641px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

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

#totop {
	text-align: center;
	position: fixed;
	bottom: 45px;
	right: 5px;
	z-index: 100;
}

/*
header
*/
header {
	text-align: left;
	width:100%;
	height: 60px;
	margin: 0px auto;
	padding-top: 10px;
	box-sizing: border-box;
	position: static;
	background: #fff;
	z-index:1000;
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.2);
}

header #company {
	text-align: center;
	width: 100%;
	float: none;
}
header #nav_sub {
	display: none;
}
header .contact {
	display: none;
}

#nav_sub_sp {
	display: block;
	text-align: left;
	width:100%;
	height: 60px;
	margin: 0px auto;
	padding: 5px 0px;
	box-sizing: border-box;
	position: fixed;
	bottom:0px;
	background: #fff;
	z-index:1000;
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.2);
}

#nav_sub_sp img {
	width: 100%;
}
#nav_sub_sp nav ul {
	width: 60%;
	float: left;
}
#nav_sub_sp nav li {
	width:32%;
	margin-right: 1%;
	float: left;
	list-style: none;
}
#nav_sub_sp .contact {
	line-height: 0;
	width: 40%;
	float: right;
	padding-top: 2px;
	margin-right: 0%;
}

footer {
	padding-bottom:100px;
}

.sp {
	display: block;
}
.sp2 {
	display: none;
}
.pc {
	display: none;
}

}



/*
*/
header:after, section:after, footer:after, .clearfix:after {
	content: "";
	clear: both;
	display: block;
}
