@media print {
/* 省略 */
	a[href]:after {
		content: "";
	}
/* 省略 */
}

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Lato:300);

/*common*/
body{
	color: #333;
	line-height: 1.6;
	font-size: 14px;
	font-family: "Noto Sans Japanese", "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	min-width: 320px;
}
.wrapper{
	overflow: hidden;
}

/*a-link*/
a,
a:link,
a:visited{
	text-decoration: none;
	color: #8cc999;
	cursor: pointer;
	outline: none;
}
a:hover,
a:active{
	text-decoration: underline;
	color: #35c380;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
area{
	outline: none;
}
a img:hover{
	opacity: 0.5;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a img.no-hover:hover{
	opacity: 1;
}
.noactive{
	pointer-events:none;
	opacity: 0.5;
}

/* tel */
a[href^="tel:"] {
	pointer-events: none;
}
@media (max-width: 767px){
	a[href^="tel:"] {
		pointer-events: auto;
	}
}

/*text*/
h1,h2,h3,h4,h5,h6,p,ul,li{
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6{
	line-height: 1.4;
}
.font-serif{
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*br*/
.br-sp{
	display: none;
}
.br-pc{
	display: block;
}
/*mq*/
@media (max-width: 767px){
	.br-sp{
		display: block;
	}
	.br-pc{
		display: none;
	}
}

/*hide*/
.pc-hide{
	display: none;
}
@media (max-width: 767px){
	.sp-hide{
		display: none;
	}
	.pc-hide{
		display: block;
	}
}

/*clearfix*/
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

/*header*/
header{
	border-top: 4px solid #8cc999;
}
header li{
	list-style: none;
}
header .row > div{
	padding: 0 5px;
}
.site-logo{
	max-width: 120px;
	padding: 10px 0;
}
.navbar-toggle{
	background: #ddd;
	margin-top: 8px;
	margin-bottom: 0;
	margin-left: 4px;
	margin-right: 4px;
}


/*topnav*/
.topnav{
	text-align: right;
	font-size: 0;
	margin-top: -1px;
	margin-right: -10px;
}
.topnav li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.topnav li:first-child{
	/*margin-right: 10px;*/
}
.topnav1 img{
	height: 60px;
}
.topnav li.topcam img{
	height: 56px;
	margin-top: 4px;
}
.topnav2 img,
.topnav3 img{
	height: 60px;
}


/*mainnav*/
.mainnav{
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 0;
	text-align: center;
}
.mainnav li{
	display: inline-block;
	width: 14%;
	border-right: 1px solid #b2b2b2;
}
.mainnav li:first-child{
	border-left: 1px solid #b2b2b2;
}
.mainnav li.mainnav6,
.mainnav li.mainnav9,
.mainnav li.mainnav10{
	display: none;
}
.mainnav a{
	position: relative;
	display: block;
	text-decoration: none;
	outline: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	height: 33px;
	margin: 0 5px;
}
.mainnav a::before,
.mainnav a::after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	z-index: 2;
	content: '';
	transition: all 0.3s;
}
.mainnav a::before {
	border-top: 2px solid #35c380;
	border-bottom: 2px solid #35c380;
	transform: scale(0, 1);
}
.mainnav a::after {
	border-right: 2px solid #35c380;
	border-left: 2px solid #35c380;
	transform: scale(1, 0);
}

.mainnav1 a{
	background: url(../images/nav1.png) no-repeat center;
	background-size: auto 12px;
}
.mainnav a:hover::after,
.mainnav a:hover::before {
	transform: scale(1);
}
.mainnav2 a{
	background: url(../images/nav2.png) no-repeat center;
	background-size: auto 12px;
}
.mainnav3 a{
	background: url(../images/nav3.png) no-repeat center;
	background-size: auto 12px;
}
.mainnav4 a{
	background: url(../images/nav4.png) no-repeat center;
	background-size: auto 24px;
}
.mainnav5 a{
	background: url(../images/nav5.png) no-repeat center;
	background-size: auto 24px;
}
.mainnav6 a{
	background: url(../images/topnav1-sp.png) no-repeat center;
	background-size: auto 12px;
}
.mainnav7 a{
	background: url(../images/nav6.png) no-repeat center 5px;
	background-size: auto 24px;
}
.mainnav8 a{
	background: url(../images/nav8.png) no-repeat center 5px;
	background-size: auto 24px;
}
.mainnav9 a{
	background: url(../images/nav9.png) no-repeat center;
	background-size: auto 12px;
}
.mainnav10 a{
	background: url(../images/nav10.png) no-repeat center;
	background-size: auto 12px;
}
/*mq*/
@media (max-width: 991px){
	.mainnav a{
		margin: 0 2px;
	}
}
@media (max-width: 767px){
	header h1{
		margin: 5px 0;
	}
	.site-logo{
		max-width: 100%;
		padding: 0;
	}
	.navbar-header{
		float: right;
	}
	.topnav{
		display: none;
	}

	.topcom-sp{
		font-size: 0;
	}
	.topcom-sp li{
		font-size: 14px;
		display: inline-block;
		width: 33.3333%;
	}

	.mainnav{
		min-width: 25px;
		border: 1px solid #b2b2b2;
	}
	.mainnav li{
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #b2b2b2;
		padding: 5px 0;
	}
	.mainnav li:last-child{
		border-bottom: none;
	}
	.mainnav li.mainnav6,
	.mainnav li.mainnav9,
	.mainnav li.mainnav10{
		display: block;
	}
	.navbar-collapse{
		/*margin-bottom: 10px;*/
	}
}
@media (max-width: 360px){
	.topnav img{
		width: 90%;
	}
}

/*content-common*/
.page-title{
	background: #f3f9f5;
	text-align: center;
	color: #fff;
	padding: 30px;
	margin-bottom: 0;
}
.page-title::after{
	display: none;
}
.breadcrumb{
	background: transparent;
	font-size: 11px;
	text-align: right;
	padding: 0;
	margin-top: 10px;
}
.breadcrumb li{
	line-height: 1.2;
}
.breadcrumb a{
	text-decoration: none;
	color: #8cc999;
}
.text-link{
	padding-top: 5px;
}
.text-link a{
	color: #333;
}
.text-link::before{
	content: "＞ ";
}
.caption{
	font-size: 11px;
}
.captionl{
	font-size: 11px;
	text-align:right;
	margin-top:-50px;
}
.btn-detail,
.btn-detail:link,
.btn-detail:visited,
.btn-detail:active{
	background: #f8c45a;
	color: #fff;
	text-decoration: none;
	padding: 5px;
	display: block;
	width: 80%;
	text-align: center;
	margin: 30px auto 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
/*.btn-detail::before{
	content: "＞ ";
	color: #fff;
}
*/
.btn-detail:hover{
	color: #fff;
	text-decoration: none;
	opacity: 0.5;
}
.main-view{
	width: 100%;
}
.box{
	margin-top: 60px;
	margin-bottom: 60px;
}
h2{
	font-size: 24px;
	margin-bottom: 30px;
	color: #8cc999;
	text-align: center;
	font-weight: bold;
}
h2::after {
	content: "";
	position: relative;
	display: block;
	width: 40px;
	height: 2px;
	margin: 15px auto;
	background-color: #8cc999;
}
h2 span{
	font-size: 14px;
	color: #666;
	font-weight: normal;
}
h3{
	padding-top: 10px;
	font-size: 20px;
	margin: 0 auto 20px;
	color: #8cc999;
	text-align: center;
	font-weight: bold;
}
h3::after{
	content: "";
	position: relative;
	display: block;
	width: 40px;
	height: 1px;
	margin: 10px auto;
	background-color: #8cc999;
}
h3 span{
	font-size: 14px;
	color: #8cc999;
	font-weight: normal;
}
h4{
	margin-top: 10px;
	margin-bottom: 10px;
	color: #8cc999;
	font-size: 16px;
}
h4:first-child{
	margin-top: 0;
}
h4 span{
	color: #fff;
	background: #8cc999;
	padding: 5px 10px;
	margin-bottom: 10px;
	display: inline-block;
	font-size: 12px;
	border-radius: 20px;
}
/*mq*/
@media (max-width: 768px) {
	.box{
		margin-bottom: 60px;
	}
	h2{
		font-size: 20px;
	}
	h3{
		font-size: 16px;
	}
}

/*pagenav*/
.pagenav{
	text-align: center;
	margin-bottom: 40px;
	border-bottom: 2px solid #35c380;
	letter-spacing: -0.5em;
}
.pagenav li{
	letter-spacing: normal;
	list-style: none;
	display: inline;
	text-align: center;
}
.pagenav a{
	display: inline-block;
	border-radius: 5px 5px 0 0;
	text-decoration: none;
	padding: 20px 0;
	line-height: 1;
	margin: 0 2px;
	width: calc(50% - 4px);
	color: #35c380;
	position: relative;
	vertical-align: bottom;
	z-index: 2;
	background-color: #fff;
	border: 2px solid #35c380;
	border-bottom: none;
	overflow: hidden;
}
.pagenav a:hover {
	color: #fff;
}
.pagenav a::after {
	top: -100%;
	width: 100%;
	height: 100%;
}
.pagenav a:hover::after {
	top: 0;
	background-color: #35c380;
}
.pagenav a::before,
.pagenav a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.pagenav a,
.pagenav a::before,
.pagenav a::after {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.pagenav .active{
	color: #fff;
	background-color: #35c380;
}
/*mq*/
@media (max-width: 480px){
	.pagenav{
		font-size: 10px;
	}
	.pagenav .container{
		padding-right: 5px;
		padding-left: 5px;
	}
	.pagenav::after{
		margin-top: -5px;
	}
	.pagenav a{
		min-height: 32px;
	}
}

/*tabnav*/
.tabnav{
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 0;
}
.tabnav li{
	list-style: none;
	display: inline;
	font-size: 14px;
	/*margin-right: -0.5em;*/
	text-align: center;
}
.tabnav a{
	display: inline-block;
	border: 1px solid #e8a1a1;
	border-left: none;
	text-decoration: none;
	padding: 10px 0;
	width: 50%;
	vertical-align: middle;
	color: #e8a1a1;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
.tabnav a:hover {
	color: #fff;
}
.tabnav a::after {
	top: -100%;
	width: 100%;
	height: 100%;
}
.tabnav a:hover::after {
	top: 0;
	background-color: #e8a1a1;
}
.tabnav a::before,
.tabnav a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.tabnav a,
.tabnav a::before,
.tabnav a::after {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.tabnav li:first-child a{
	border: 1px solid #e8a1a1;
}
.tabnav .active{
	background: #e8a1a1;
	color: #fff;
}
/*mq*/
@media (max-width: 767px){
	.tabnav li{
		font-size: 10px;
	}
}



/*footer*/
.pagetop{
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 1;
}
footer{
	margin-top: 40px;
}
footer li{
	list-style: none;
}
footer small{
	font-size: 10px;
	padding-bottom: 5px;
	border-bottom: 4px solid #8cc999;
	display: block;
}

/*footnav*/
.footnav{
	background: #8cc999 url(../images/footnav-bg.jpg) no-repeat;
	background-size: cover;
	padding: 15px 0;
}
.footnav a{
	display: block;
	background: #9fd2a9;
	border: 1px solid #fff;
	text-align: center;
	padding: 30px 0;
}
.footnav a:hover{
	background: #caebd0;
}
.footnav2{
	position: relative;
}
.footnav2-present{
	max-width: 260px;
	margin: auto;
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	width: 90%;
}

/*sitemap*/
.sitemap{
	font-size: 11px;
	background: #fdf7e9;
	padding: 20px 0 40px;
}
.sitemap .container > ul{
	width: 25%;
	float: left;
	box-sizing: border-box;
	padding-left: 20px;
}
.sitemap .container > ul:first-child{
	padding-left: 0;
}
.sitemap ul li{
	position: relative;
	line-height: 1.2;
	margin-bottom: 5px;
}
.sitemap ul li a::before{
	content: "＞ ";
	position: absolute;
	left: 0;
}
.sitemap ul li a{
	padding-left: 1em;
}
.sitemap ul li li a::before{
	content: "・ ";
}
.sitemap ul ul ul{
	padding-left: 1em;
}
.sitemap ul li a{
	border-bottom: 1px dotted #999;
	margin-top: 20px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	width: 100%;
	display: inline-block;
	padding-left: 16px;
}
.sitemap ul li li a{
	border: none;
	margin: 0;
}
.sitemap a{
	color: #4d4d4d;
	text-decoration: none;
}
.sitemap a:hover{
	opacity: 0.5;
}
.contact{
	padding: 40px 0;
}
.company{
	padding-top: 20px;
}
.otherlink{
	border-top: 1px dotted #999;
	font-size: 11px;
	/*background: #edf0f4;*/
	padding: 20px 0 20px;
	margin-bottom:10px;
	text-align:center;
}
.otherlink a{
	display: block;
	text-align: center;
}
.othercopy{
	margin-bottom:10px;
}
.othercopy h5{
	position: relative;
	padding: 0 .4em .1em;
	color:#63b675;
}
.otherlinksp{
	text-align: center;
	font-size: 0;
}
.otherlinksp li{
	margin: 0 5px 10px;
	display: inline-block;
	vertical-align: bottom;
}
.otherlinksp li h5{
	font-size: 12px;
	margin-bottom: 5px;
}

/*mq*/
@media (max-width: 900px){
	.sitemap{
		font-size: 10px;
	}
	.sitemap .container > ul{
		width: 50%;
		padding-left: 0;
		padding-right: 10px;
	}
}
@media (max-width: 767px){
	.footnav{
		padding-bottom: 0;
	}
	.footnav a{
		margin-bottom: 15px;
	}
	.sitemap{
		padding: 0 0 20px;
	}
	.contact{
		padding: 20px 0;
	}
	.tel{
		margin-bottom: 20px;
	}
	.otherlink{
		font-size: 9px;
		padding: 10px 0 10px;
		text-align:center;
		margin-bottom:10px;
	}
/*	.otherlinksp{
		padding-bottom:10px;
		text-align:center;
	}*/
}
/*@media (max-width: 1000px){
	.otherlinksp{
		padding-bottom:10px;
		text-align:center;
	}
}*/
.info-attention{
	margin-top: 10px;
	color:red;
	font-size:11px;
	margin-left: 20px;
}
.comgw{
	color:red;
	font-size:11px;
	margin-left:150px;
}
@media (max-width: 991px){
	.info-attention{
		margin-left: 0;
	}
}
@media (max-width: 767px){
	.comgw{
		font-size:11px;
		text-align:center;
		margin-top:15px;
		margin-left:0px;
	}
}


