﻿@charset "utf-8";
/* CSS Document */
html{font-size: 100%;}
/* --all page-- */
.logo{
	text-align: center;
}
/* header */
header{
	background-color: #fff;
}
header #bg_img{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
#main_img {
	overflow: hidden;
}
#main_menu ul li a {
	display: block;
	color:#fff;
	padding: 20px;
}
/*#main_menu ul li:hover {
	background: #f57f40;
}*/
.menu_bt {
	right: 0;
	z-index: 999;
}
.cate_list{
	margin-bottom: 50px;
	text-align: center;
}
.cate_list li{
	display: inline-block;
	width: 30%;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.cate_list li a{
	display: block;
	padding: 20px;
}
/*page top*/
#page-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
	z-index: 99;
	border-radius: 50px;
}
#page-top a{
	height: 70px;
	width: 70px;
	display: block;
	border-radius: 50%;
	overflow: hidden;
	background-image: url(../img/page-top.svg);
	background-position: center 40%;
	background-repeat: no-repeat;
	background-size: 50%;
	box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
/*drawer-menu*/
.drawer-hamburger{
	position: absolute;
	width: 32px;
	height: 32px;
	top: 50%!important;
	right: 30px!important;
	transform: translate(0,-50%)!important;
	z-index: 9999;
	padding: 10px 10px 20px!important;
	background-color: #fff!important;
}
.drawer-nav{
	font-size: 14px;
}
.drawer-nav .drawer-menu{
	padding: 20px;
}
.drawer-nav .drawer-menu li{
	line-height: 1.8;
	margin-bottom: 20px;
	border-left: 3px solid;
	padding-left: 7px;
}
.drawer-nav .drawer-menu li.on_page{
	border-bottom: 4px double;
}
.drawer-nav .drawer-menu li a{
	letter-spacing: 3px;
}
/* iframe googlemap */
#aside_access iframe{
	width: 100%;
	height: 300px;
}
#contents iframe{
	width: 100%;
	height: 500px;
}
/*Page7*/
#company .cate_box:last-of-type {
	border-bottom: none;
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.cate_list li{
	width: 40%;
}
#page-top {
    bottom: 10px!important;
    right: 10px;
}
#page-top a{
	height: 50px;
	width: 50px;
}
#page7 #aside_access{
	display: none;
}
#page8 input[type="submit"], #page8 input[type="reset"], #contact input[type="button"]{
	-webkit-appearance: none;
	border-radius: 0;
}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.cate_list li{
	width: 90%;
}
.pager li:not(.prev){
	display: none;
}
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
	/*#contact_btn a {
		width:40px;
	}*/
}

/* ---------- IE ---------- */
@media all and (-ms-high-contrast:none){
	#header #contact_btn a{padding: 8px 10px 2px;}
	#bottom_menu nav ul li{padding: 13px 10px 7px}
	.cate_list li a{padding: 23px 20px 17px;}
	#main_menu ul li a{padding: 23px 20px 17px;}
	#page_title{padding: 36px 30px 24px;}
	#aside_company h2{padding: 15px 10px 7px;}
	#aside_access h2{padding: 15px 10px 7px;}
	#sitemap ul li a{padding: 23px 20px 17px;}
	#contact input[type="submit"], #contact input[type="reset"], #contact input[type="button"]{padding: 13px 10px 7px;}
}

.g-recaptcha > div {
	margin: 0 auto 30px;
	overflow: hidden;
}