@charset "utf-8";
/* CSS Document

/* ---------------------------------------------------------------------
body
--------------------------------------------------------------------- */
body {
	font-size:1em;
}


/* ---------------------------------------------------------------------
header
--------------------------------------------------------------------- */


header {
	display:block;
	width:100%;
	height:140px;
	background-color:#FFF;
	min-width:1100px;
}

h1 {
	font-size:15px;
	font-weight:normal;
/*height:20px;*/
	width:1100px;
	color:#FFF;
	background-color:#f08200;
	margin:0px auto;
}

.h1_bg {
	width:100%;
	/*height:20px;*/
	background-color:#f08200;
	min-width:1100px;
}

header .header_box {
	width:1100px;
	height:120px;
	margin:0px auto;
}

header .header_box .logo {
	width:480px;
	height:110px;
	padding:5px 0px;
	float:left;
}

header .header_box .mail_contact {
	width:270px;
	height:110px;
	padding:5px 0px;
	text-align:right;
	float:right;
	margin-left:10px;
}

header .header_box .tel_contact {
	width:330px;
	height:110px;
	padding:5px 0px;
	text-align:right;
	float:left;
	margin-left:10px;
}

header .header_box .tab_contact ,header .header_box .smf_menu {
	display:none;
}


/* ---------------------------------------------------------------------
container
--------------------------------------------------------------------- */
.container {
	width:1100px;
	margin:20px auto;
}

/* ---------------------------------------------------------------------
nav
--------------------------------------------------------------------- */


nav {
	display:block;
	width:100%;
	height:50px;
	background-image:url(../img/template/gn/gn.png);
	clear:both;
	border-top:solid 1px #f08200;
	border-bottom:solid 1px #f08200;
	min-width:1100px;
}


nav ul {
	width: 1101px;
	height:50px;
	margin:0px auto;
}

nav ul li {
	width:209px;
	height:50px;
	float:left;
	text-align:center;
	font-size:18px;
	border-right:solid 1px #f08200;
}

nav ul .gnhome {
	width:48px;
	height:50px;
	float:left;
	text-align:center;
	font-size:18px;
	border-right:solid 1px #f08200;
	border-left:solid 1px #f08200;
}

nav ul .gncamp {
	width:48px;
	height:50px;
	float:left;
	text-align:center;
	font-size:18px;
	border-right:solid 1px #f08200;
}


/* ---------------------------------------------------------------------
contents
--------------------------------------------------------------------- */

.contents {
	width:800px;
	float:right;
	border-radius:10px;
	margin-bottom:20px;
}

.contents h2 {
	width:750px;
	height:20px;
	color:#FFF;
	font-size:22px;
	padding:22px 20px 18px 30px;
	border-radius:10px 10px 0px 0px;
	float:right;
	background-image: linear-gradient(#f2b929, #f08200);
	line-height:20px;
}

.contents.sekojirei h2 {
	height:auto;
	background-size:cover;
	line-height: 1.3;
}



/* ---------------------------------------------------------------------
main
--------------------------------------------------------------------- */

.main {
	width:738px;
	padding:10px 30px;
	margin-bottom:10px;
	float:right;
	background-color:#FFF;
	border-top:none;
	border-right:solid 1px #f08200;
	border-left:solid 1px #f08200;
	border-bottom:solid 1px #f08200;
	border-radius:0px 0px 10px 10px;
	-webkit-text-size-adjust: 100%;
}

.main p {
	margin-bottom:5px;
}

/* ---------------------------------------------------------------------
aside
--------------------------------------------------------------------- */

aside {
	display:block;
	width:280px;
	float:left;
}


aside h2 {
	width:280px;
	height:20px;
	color:#FFF;
	font-size:16px;
	text-align:center;
	padding:22px 0px 18px 0px;
	border-radius:10px 10px 0px 0px;
	background-image: linear-gradient(#f2b929, #f08200);
	line-height:20px;
}

aside h2 .h2_large {
	font-size:20px;
	line-height:20px;
}

aside h2 a {
	color:#FFF;
	text-decoration:none;
}

aside h2 a:hover {
	color:#00F;
}

aside ul {
	/*width:278px;*/
	border-top:none;
	border-right:solid 1px #f08200;
	border-left:solid 1px #f08200;
	margin-bottom:20px;
	background-color:#FFFFFF;
}


aside ul li {
	display:block;
	text-align:center;
	height:50px;
	border-bottom:solid 1px #f08200;
	line-height:50px;
}

aside ul li a:hover {
	background-color:#FFC;
	color:#000;
}

aside ul a{
	display:block;
	text-decoration:none;
	width:100%;
	height:100%;
	color:#00F;
}

aside .product li {
	height:90px;
}

aside .product li a:hover{
	background-color:#FFF;
}

aside .side_area {
	width:278px;
	/*padding:10px 10px 10px 20px;*/
	border-top:none;
	border-right:solid 1px #f08200;
	border-left:solid 1px #f08200;
	border-bottom:solid 1px #f08200;
	background-color:#FFFFFF;
	margin-bottom:20px;
}

aside .side_area h3{
	padding:10px 10px 5px 10px;
}

aside .side_area p{
	padding:0px 10px 10px 10px;
}

aside ul.sitelink li {
	height: auto;
	padding: 1%;
	background: #fff;
	box-sizing: border-box;
}
aside ul.sitelink li img{
	max-width: 100%;
}
/*---------------------------------------------------------------------
footer
--------------------------------------------------------------------- */

footer {
	display:block;
	width:100%;
	clear:both;
	background-color:#eaeaea;
	min-width:1100px;
}

footer .top_link {
	width:1080px;
	margin:0px auto;
	padding:10px;
	text-align:right;
}

footer  a{
	color:#00F;
}


footer a:hover {
	color:#141414;
}



footer .sitemap {
	clear:both;
	width:1100px;
	margin:0px auto;
}

footer .sitemap ul {
	clear:both;
	border-left:solid 1px #000;
	width:950px;
	margin:5px auto;
}

footer .sitemap ul li {
	width:auto;
	padding:0px 10px;
	font-size:14px;
	color:#FFF;
	border-right:solid 1px #000;
	float:left;
	margin-bottom:5px;
}

footer .corp {
	clear:both;
	width:1100px;
	height:110px;
	padding:10px;
	margin:0px auto 20px;
}

footer .corp p {
	float:left;
	margin-right:20px;
	color:#000;
}

footer .corp .footer_corp {
	padding-top:60px;
	color:#000;
}


footer .copyright {
	font-size:15px;
	clear:both;
	width:100%;
	display: grid;
	place-items: center;
	background-color:#f08200;
	color:#FFF;
}

footer .copyright a {
	text-decoration:none;
	color:#FFF;
}


/* ---------------------------------------------------------------------

フォント

---------------------------------------------------------------------  */

.red {
	color:#F00;
}

.blue {
	color:#00F;
}

.green {
	color:#090;
}



/* スライドショー */
.slide {
	display:none;
	position:relative;
	overflow:hidden;
	z-index: 2;
}
.slidePrev {
	position:absolute;
	cursor:pointer;
	z-index:100;
}
.slideNext {
	position:absolute;
	cursor:pointer;
	z-index:100;
}
.slidePrev img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}
.slideNext img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}
.slideInner {
	position:relative;
	margin:0 0 5px 0;
	padding:0;
}
.slideInner li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.slideInner li img {
	/*margin:0 5px;*/
	padding:0;
}
.filterPrev {
	position:absolute;
	left:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}
.filterNext {
	position:absolute;
	right:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}
.controlNav {
	position:relative;
	float:left;
	left:50%;
}
.controlNav span {
	position:relative;
	left:-50%;
	float:left;
	margin:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:10px;
	height:10px;
	overflow:hidden;
	background:#ccc;
	text-indent:-9999px;
	vertical-align:middle;
}
.controlNav span:hover {
	background:#999;
	cursor:pointer;
}
.controlNav span.current {
	background:#f19500;
}



/****************************
pagenavi
*****************************/
.wp-pagenavisoto{
	/*display: grid;
	place-items: center;
	white-space: nowrap;*/
}
.wp-pagenavi{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.wp-pagenavi a,.wp-pagenavi span{
	text-decoration: none;
	margin-left: 0.5%;
	color: #000;
	font-weight: bold;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 2%;
}
.page{
	font-size: 15px;
	padding: 1%;
	border: #f08200 solid 1px;
	border-radius: 2px;
}
span.pages{
	font-size: 15px;
	padding: 1%;
	border: #000 solid 1px;
	border-radius: 2px;
	font-weight: bold;
}
@media screen and (max-width:480px) {

span.pages{
	max-width: 70px;
	text-align: center;
}
}


/***************************
フロートバナー
***************************/
.contactsp{
	display: none;
}
@media screen and (max-width:767px) {
	.contactsp{
		display:flex;
		position: fixed;
		bottom: 0;
		left: 0;
		flex-wrap: wrap;
		width: 100%;
	}
}

.contactsp a{
	text-decoration: none;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	display: grid;
	place-items: center;
	font-size: 18px;
	font-weight: bold;
	padding: 3%;

}
@media screen and (max-width:600px) {
	.contactsp a{
		font-size: 3vw;
}
}
.contactsp a .smj{
	font-size: 60%;
}
.contactsp a:hover{
	background: #000;
	color: #fff;
}
a.ctdenwa{
	background: #0099ff;
	width: 45%;
}
a.ctweb{
	background: #c42082;
	width: 100%;
}
a.ctline{
	background: #00b900;
	width: 27.5%;
}
