﻿@charset "utf-8";




/******************************* - CSS Reset - *****************************/
* {
	margin: 0;
	padding: 0;
}


/******************************* - Global Settings for SmartPhone - *****************************/

a {  
	-webkit-tap-highlight-color: rgba(255,255,255,.2);
}


*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}




/******************************* - Global Settings - *****************************/
html {overflow-y:scroll;}
body {
    -webkit-text-size-adjust: 100%;
	width:100%;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
    font-size: 16px;
    line-height: 1.5;
	letter-spacing:0;
	text-align:center;
	margin:0 auto;
	padding:0;
	background:#F9F9B9;
	color: #000;
}
h1,h2,h3,h4,h5,h6,ul,dl,ol,p {
	font-size:100%;
	font-weight:normal;
}
p,li,dd {}
p {margin:0;}
li {list-style-type:none;}
img {border:0; vertical-align:bottom;}
hr {display:none; clear:both;}
address {font-style:normal;}
strong {font-weight:bold;}
.clear {clear:both !important;}
.hide {display:none;}

a {overflow:hidden;}
a:link {
	color: #000;
	text-decoration:none;
}
a:visited {
	color: #000;
	text-decoration:none;
}
a:hover {
	color: #c20d23;
	text-decoration:none;
}
a:active {
	color: #c20d23;
	text-decoration:none;
}

a[href^="tel:"] { pointer-events: none; }


.ClearFix:after { /*for modern browser*/
    content: ".";
    clear: both;
    display: block;
    line-height: 0;
    height: 0;
    visibility: hidden;
}





/******************************* - Layout - *****************************/
/* ================================[wrapper] */
/*Responsive - 横1023px以下*/@media only screen and (max-width: 1023px) {
#wrap {
	text-align:left;
	width:100%;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	background:#fff;
}
}
/*Responsive - 横1024px以上*/@media only screen and (min-width: 1024px) {
#wrap {
	text-align:left;
	width:800px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	background:#fff;
}
}






/* ================================[Header] */
#header {
	margin:0 auto;
	text-align:center;
}




/*---campaign_title*/
#campaign_title h1 {
	margin:0 auto;
}
/*Responsive - 横1023px以下*/@media only screen and (max-width: 1023px) {
#campaign_title h1 img,
#campaign_title p img {
	width:100%;
	height:auto;
}
}
/*Responsive - 横1024px以上*/@media only screen and (min-width: 1024px) {
#campaign_title h1 img,
#campaign_title p img {
	width:800px;
	height:auto;
}
}




/*-----nav*/
/*Responsive - 横1023px以下*/@media only screen and (max-width: 1023px) {
#nav {
	width:100%;
	height:49px;
	margin:0 auto;
	background:none;
	border-bottom:5px solid #E95504;
	margin-top:10px;
	padding-left:2px;
}

#nav ul {}
#nav ul li {
	text-align:center;
	font-size:16px;
}
#nav ul li a {
	float:left;
	display: inline-block;
	width:45%;
	height:44px;
	line-height:46px;
	letter-spacing:0.15em;
	color:#fff;
	transition:0.4s;
	text-shadow:1px 1px 0 #333;
	border-radius:10px 10px 0 0;
}

/*---stay*/
#home #nav ul li.home a {
	background:#E95504;
}
#home #nav ul li.guide a {
	background:#2da64a;
		background: -moz-linear-gradient(top, #2da64a 0%, #006c36 100%);
		background: -webkit-linear-gradient(top, #2da64a 0%,#006c36 100%);
		background: linear-gradient(to bottom, #2da64a 0%,#006c36 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2da64a', endColorstr='#006c36',GradientType=0 );
}
#home #nav ul li.guide a:hover {
	background:#2da64a;
		background: -moz-linear-gradient(top, #03914a 0%, #5abd4a 100%);
		background: -webkit-linear-gradient(top, #03914a 0%,#5abd4a 100%);
		background: linear-gradient(to bottom, #03914a 0%,#5abd4a 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03914a', endColorstr='#5abd4a',GradientType=0 );
}
#guide #nav ul li.home a {
	background:#2da64a;
		background: -moz-linear-gradient(top, #2da64a 0%, #006c36 100%);
		background: -webkit-linear-gradient(top, #2da64a 0%,#006c36 100%);
		background: linear-gradient(to bottom, #2da64a 0%,#006c36 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2da64a', endColorstr='#006c36',GradientType=0 );
}
#guide #nav ul li.home a:hover {
	background:#2da64a;
		background: -moz-linear-gradient(top, #03914a 0%, #5abd4a 100%);
		background: -webkit-linear-gradient(top, #03914a 0%,#5abd4a 100%);
		background: linear-gradient(to bottom, #03914a 0%,#5abd4a 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03914a', endColorstr='#5abd4a',GradientType=0 );
}
#guide #nav ul li.guide a {
	background:#E95504;
}
}
/*Responsive - 横1024px以上*/@media only screen and (min-width: 1024px) {
#nav {
	width:800px;
	height:49px;
	margin:0 auto;
	background:url(../images/nav__bg.jpg) no-repeat right top;
	border-bottom:5px solid #E95504;
}

#nav ul {}
#nav ul li {
	text-align:center;
	font-size:18px;
}
#nav ul li a {
	float:left;
	display: inline-block;
	height:44px;
	line-height:44px;
	letter-spacing:0.15em;
	color:#000;
	text-shadow:1px 1px 0 #333;
	border-radius:10px 10px 0 0;
	text-indent:-100000em;
}

/*---stay*/
#home #nav ul li.home a {
	width:267px;
	background: url(../images/nav__home_bg_on.png) no-repeat left top;
}
#home #nav ul li.guide a {
	width:286px;
	background: url(../images/nav__guide_bg_off.png) no-repeat left top;
}
#guide #nav ul li.home a {
	width:267px;
	background: url(../images/nav__home_bg_off.png) no-repeat left top;
}
#guide #nav ul li.guide a {
	width:286px;
	background: url(../images/nav__guide_bg_on.png) no-repeat left top;
}
#home #nav ul li.guide a:hover,
#guide #nav ul li.home a:hover {
	opacity: 0.8;
		filter: alpha( opacity=80 );/*for IE6,7*/
		-ms-filter: "alpha( opacity=80 )";/*for IE8*/
	transition:0.2s;
}
}










/* ================================[main] */
/*==========[home/] */
/*Responsive - 横1023px以下*/@media only screen and (max-width: 1023px) {
}
/*Responsive - 横1024px以上*/@media only screen and (min-width: 1024px) {
#home #main {
	margin:0 auto;
	padding:0;
}
}



/*-----top_txt*/
/*Responsive - 横1023px以下*/@media only screen and (max-width: 1023px) {
.top_txt {
	text-align:center;
	margin:20px 0;
	padding:0 2%;
}
.top_txt h2 img {
	width:100%;
	max-width:700px;
	height:auto;
}
}
/*Responsive - 横1024px以上*/@media only screen and (min-width: 1024px) {
.top_txt {
	text-align:center;
	margin:40px 0;
	padding:0;
}
.top_txt h2 img {
	width:700px;
	max-width:700px;
	height:auto;
}
}




/*-----common*/
/*Responsive - 横1023px以下*/@media only screen and (max-width: 1023px) {
.exhibitor {padding:0px 2% 0px 2%;}
.kushiro_gas {padding:30px 2% 0px 2%;}
.access_map,
.benefits {
	padding:50px 2% 0px 2%;
}

#home .ttl_wrap {
	margin:0 0 30px 0;
	border-bottom:2px dotted #ED7700;
}
#home .benefits .ttl_wrap {margin:0 0 10px 0;}
#home .ttl_wrap h3 {
	float:none;
	font-size:24px;
	font-weight:bold;
	color:#E95504;
	text-align:center;
}
#home .ttl_wrap h3 span {
	margin-left:0.5em;
	font-size:16px;
	font-weight:normal;
	color:#000;
}
#home .ttl_wrap p {
	float:none;
	margin-left:1em;
	margin-top:0em;
	text-align:center;
}
}
/*Responsive - 横1024px以上*/@media only screen and (min-width: 1024px) {
.exhibitor {padding:0px 50px 0px 50px;}
.kushiro_gas {padding:30px 50px 0px 50px;}
.access_map,
.benefits {
	padding:50px 50px 0px 50px;
}

#home .ttl_wrap {
	margin:0 0 30px 0;
	border-bottom:2px dotted #ED7700;
}
#home .benefits .ttl_wrap {margin:0 0 10px 0;}
#home .ttl_wrap h3 {
	float:left;
	font-size:24px;
	font-weight:bold;
	color:#E95504;
}
#home .ttl_wrap h3 span {
	margin-left:0.5em;
	font-size:16px;
	font-weight:normal;
	color:#000;
}
#home .ttl_wrap p {
	float:left;
	margin-left:1em;
	margin-top:0.5em;
}
}




/*-----exhibitor*/
/*Responsive - 横1023px以下*/@media only screen and (max-width: 1023px) {
.exhibitor .cont ul {
	text-align:center;
}
.exhibitor .cont ul li {
	display:inline-block;
	margin:0 5px 20px 5px;
}
.exhibitor .cont ul li:nth-of-type(5),
.exhibitor .cont ul li:nth-of-type(6),
.exhibitor .cont ul li:nth-of-type(7),
.exhibitor .cont ul li:nth-of-type(8) {
	margin-top:0px;
}
}
/*Responsive - 横1024px以上*/@media only screen and (min-width: 1024px) {
.exhibitor .cont ul {}
.exhibitor .cont ul li {
	display:inline-block;
	margin:0 5px 0 5px;
}
.exhibitor .cont ul li:nth-of-type(5),
.exhibitor .cont ul li:nth-of-type(6),
.exhibitor .cont ul li:nth-of-type(7),
.exhibitor .cont ul li:nth-of-type(8) {
	margin-top:20px;
}
}
.exhibitor .cont ul li a img:hover {
	opacity: 0.7;
		filter: alpha( opacity=70 );/*for IE6,7*/
		-ms-filter: "alpha( opacity=70 )";/*for IE8*/
	transition:0.2s;
}



/*-----kushiro_gas*/
/*Responsive - 横1023px以下*/@media only screen and (max-width: 1023px) {
.kushiro_gas p img {
	width:100%;
	max-width:700px;
	height:auto;
}
}
/*Responsive - 横1024px以上*/@media only screen and (min-width: 1024px) {
.kushiro_gas p img {
	width:700px;
	max-width:700px;
	height:auto;
}
}
.kushiro_gas p a img:hover {
	opacity: 0.7;
		filter: alpha( opacity=70 );/*for IE6,7*/
		-ms-filter: "alpha( opacity=70 )";/*for IE8*/
	transition:0.2s;
}



/*-----access_map*/
/*Responsive - 横1023px以下*/@media only screen and (max-width: 1023px) {
.access_map .cont p img {
	width:100%;
	max-width:100%;
	height:auto;
}
}
/*Responsive - 横1024px以上*/@media only screen and (min-width: 1024px) {
.access_map .cont p img {
	width:698px;
	max-width:698px;
	height:auto;
}
}



/*-----benefits*/
/*Responsive - 横1023px以下*/@media only screen and (max-width: 1023px) {
.benefits .cont p img {
	width:100%;
	max-width:100%;
	height:auto;
}
}
/*Responsive - 横1024px以上*/@media only screen and (min-width: 1024px) {
.benefits .cont p img {
	width:700px;
	max-width:700px;
	height:auto;
}
}



















/*==========[guide/] */
/*Responsive - 横1023px以下*/@media only screen and (max-width: 1023px) {
/*-----common*/
.maker_data {
	padding:40px 2% 0px 2%;
}
.venue_map {
	padding:50px 2% 0px 2%;
}

#guide .ttl_wrap {
	margin:0 0 30px 0;
	border-bottom:2px dotted #ED7700;
}
#guide .benefits .ttl_wrap {margin:0 0 10px 0;}
#guide .ttl_wrap h2 {
	float:none;
	font-size:24px;
	font-weight:bold;
	color:#E95504;
	text-align:center;
}
#guide .ttl_wrap p {
	float:none;
	margin-left:1em;
	margin-top:0em;
	text-align:center;
}


/*-----maker_data*/
.maker_data .cont_L {
	float:none;
	width:100%;
	text-align:center;
}
.maker_data .cont_L h3 {
	margin:0 0 1em 0;
	font-size:22px;
	font-weight:bold;
	line-height:1.3;
	color:#00923A;
}
.maker_data .cont_L .about_txt {
	margin:0 0 2em 0;
}
.maker_data .cont_L .kokoga_eco {
	margin:0 0 1em 0;
}
.maker_data .cont_L .kokoga_eco img,
.maker_data .cont_L .maker_info img {
	width:100%;;
	max-width:343px;
	height:auto;
}

.maker_data .cont_R {
	float:none;
	width:100%;
	text-align:center;
	margin:1em 0 ;
}
.maker_data .cont_R h4 {
	margin:0 0 1em 0;
}
.maker_data .cont_R h4 img {
	width:100%;
	max-width:340px;
	height:auto;
}
/*
.maker_data .cont_R ul {
	width:100%;
}
.maker_data .cont_R ul li {
	display:inline-block;
}
.maker_data .cont_R ul li:first-child {
	margin-bottom:20px;
}
.maker_data .cont_R ul li:nth-of-type(2) {
	margin:0 0 0 10px;
}
*/
.maker_data .cont_R p img {
	width:100%;
	height:auto;
	padding:4px;
	border:1px solid #fff;
}
.maker_data .cont_R p img:hover {
	border:1px solid #00923A;
	opacity: 0.8;
		filter: alpha( opacity=80 );/*for IE6,7*/
		-ms-filter: "alpha( opacity=80 )";/*for IE8*/
	transition:0.2s;
}
.maker_data .cont_R p+p {
	margin:0.5em 0 0 0;
	font-size:12px;
}


/*-----venue_map*/
#guide .venue_map {
	clear:both;
}
#guide .venue_map p img {
	width:100%;
	max-width:698px;
	height:auto;
}
}
/*Responsive - 横1024px以上*/@media only screen and (min-width: 1024px) {
/*-----common*/
.maker_data {
	padding:40px 50px 0px 50px;
}
.venue_map {
	padding:50px 50px 0px 50px;
}

#guide .ttl_wrap {
	margin:0 0 30px 0;
	border-bottom:2px dotted #ED7700;
}
#guide .ttl_wrap h2 {
	float:left;
	font-size:24px;
	font-weight:bold;
	color:#E95504;
}
#guide .ttl_wrap h2 span {
	margin-left:0.5em;
	font-size:16px;
	font-weight:normal;
	color:#000;
}
#guide .ttl_wrap p {
	float:left;
	margin-left:1em;
	margin-top:0.5em;
}


/*-----maker_data*/
.maker_data .cont_L {
	float:left;
	width:350px;
}
.maker_data .cont_L h3 {
	margin:0 0 1em 0;
	font-size:22px;
	font-weight:bold;
	line-height:1.3;
	color:#00923A;
}
.maker_data .cont_L .about_txt {
	margin:0 0 2em 0;
}
.maker_data .cont_L .kokoga_eco {
	margin:0 0 1em 0;
}
.maker_data .cont_L .kokoga_eco img,
.maker_data .cont_L .maker_info img {
	width:343px;
	max-width:343px;
	height:auto;
}

.maker_data .cont_R {
	float:right;
	width:340px;
	text-align:center;
}
.maker_data .cont_R h4 {
	margin:0 0 1em 0;
}
.maker_data .cont_R h4 img {
	width:340px;
	max-width:340px;
	height:auto;
}
/*
.maker_data .cont_R ul {
	width:100%;
}
.maker_data .cont_R ul li {
	display:inline-block;
}
.maker_data .cont_R ul li:nth-of-type(2) {
	margin:0 0 0 10px;
}
*/
.maker_data .cont_R p img {
	width:340px;
	height:auto;
	padding:4px;
	border:1px solid #fff;
}
.maker_data .cont_R p img:hover {
	border:1px solid #00923A;
	opacity: 0.8;
		filter: alpha( opacity=80 );/*for IE6,7*/
		-ms-filter: "alpha( opacity=80 )";/*for IE8*/
	transition:0.2s;
}
.maker_data .cont_R p+p {
	margin:0.5em 0 0 0;
	font-size:12px;
}


/*-----venue_map*/
#guide .venue_map {
	clear:both;
}
#guide .venue_map p img {
	width:698px;
	max-width:698px;
	height:auto;
}
}
























/* ================================[pagetop] */
.page_top {
	position: fixed;
	bottom:15px;
	right:15px;
	font-size:12px;
}
.page_top a {
	display: block;
	text-align: center;
	text-decoration: none;
	text-shadow:1px 1px 0 #333;
	padding:20px 5px;
	background: #006532;
	color: #fff;
	border:1px solid #fff;
	border-radius:7px;
	opacity:0.9;
	box-shadow:0 1px 5px 0px #999;
}
.page_top a:hover {
	color: #5C2C18;
	background:#8DC21F;
	text-decoration: none;
	text-shadow:none;
	opacity:1;
	transition:0.2s;
}





/* ================================[Footer] */
/*Responsive - 横1023px以下*/@media only screen and (max-width: 1023px) {
#footer {
	clear:both;
	width:100%;
	margin:0 auto;
	margin:50px 0 0 0;
	padding:45px 5% 25px 5%;
	background:#006934 url(../images/footer_bg.png) no-repeat left top;
	text-align:left;
	font-size:14px;
	color:#fff;
}
}
/*Responsive - 横1024px以上*/@media only screen and (min-width: 1024px) {
#footer {
	clear:both;
	width:100%;
	margin:0 auto;
	margin:50px 0 0 0;
	padding:45px 50px 25px 50px;
	background:#006934 url(../images/footer_bg.png) no-repeat left top;
	text-align:left;
	font-size:14px;
	color:#fff;
}
}


#footer p {
	margin:0 0 0.5em 0;
	line-height:1.3;
	text-shadow:1px 1px 0 #555;
}


