/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/

/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/

/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/

/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/

/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/

/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/

/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/

/*------------------------------------------------
common
--------------------------------------------------*/

body {
	-webkit-text-size-adjust: 100%;
	width: 100%;
	min-width: 320px;
	color: #333;
	font-family: 'Lucida Grande','繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3','Hiragino Kaku Gothic ProN','繝｡繧､繝ｪ繧ｪ',Meiryo,Helvetica,Arial,sans-serif;
}

#contents {
	position: relative;
}

.front {
	position: relative;
	z-index: 1;
}

#contents .pc-not-view {
	display: none;
}

a {
	text-decoration: none;
	color: #666;
}

a:hover {
	opacity: 0.7; /*    filter: alpha(opacity = 70);*/ /*    -ms-filter: "alpha( opacity=70 )";*/
}

a:active,
a:hover {
	color: #666;
}

#contents .inner {
	width: 970px;
	margin: 0 auto;
}

.contents-ttl {
	font-size: 24px;
	color: #70b42b;
	font-weight: bold;
	position: relative;
	line-height: 1;
	margin: 0 0 50px 30px;
}

.contents-sub-ttl {
	font-size: 22px;
	color: #70b42b;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 20px;
}

.red-text {
	color: red;
}

.green-box,
.yellow-box {
	color: #fff;
	padding: 2px 10px;
	margin: 0 10px;
	font-weight: normal;
	font-size: 80%;
	display: inline-block;
	vertical-align: middle;
}

.green-box {
	background-color: #70b42b;
}

.yellow-box {
	background-color: #ffc200;
}

.shadow-01 {
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=0, strength=2, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=90, strength=2, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=180, strength=2, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=270, strength=2, enabled=true);
}

.modal-cover {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.modal-box {
	position: absolute;
	z-index: 10;
}

.shadow-01:not(:target),
.modal-cover:not(:target) {
	-webkit-filter: none\9;
	filter: none\9;
}

.youtube {
	background-image: url(/gas-enekan/images/common/loading.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
	position: relative;
	padding-top: 56.25%;
}

.youtube iframe,
.youtube video,
.youtube span {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.google-map {
	position: relative;
	height: 300px;
	overflow: hidden;
}

.google-map iframe,
.google-map object,
.google-map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.adobe_reader {
	display: inline-block;
	width: 72px;
	margin-right: 5px;
}

/*------------------------------------------------
header
--------------------------------------------------*/

#header {
	border-top: 6px solid #1eb9f0;
	border-bottom: 2px solid #eeeeee;
	background-color: #fff;
}

#header .inner {
	height: auto;
	background: none;
}

#header #sitelogo {
	float: left;
	position: static;
	width: auto;
}

#header p {
	padding-top: 9px;
}

h1 {
	padding: 10px 40px 0 0;
	font-size: 11px;
	font-weight: normal;
}

.logo {
	float: left;
	width: 356px;
}

ul.NaviBtn li {
	float: left;
	margin: 0 0 -2px;
}

/*------------------------------------------------
footer
--------------------------------------------------*/

#footer {
	position: relative;
}

#footer .btn_pagetop {
	display: none;
}

#footer .inner {
	width: 970px;
}

#footer .copyright-pc {
	display: block;
}

#footer .copyright-sp {
	display: none;
}

/*------------------------------------------------
navi
--------------------------------------------------*/

#navi {
	background-color: #fff;
	position: relative;
	z-index: 10;
	border-bottom: 1px solid #eee;
}

#navi .inner {
	/*width: 970px;*/
	margin: 0 auto;
}

#navi .pc-not-view {
	display: none;
}

.page-logo-area {
	position: relative;
	width: 970px;
	margin: 0 auto;
}

.page-logo {
}

.page-logo img {
	width: 186px;
}

.page-logo-sp {
	display: none;
}

.navi-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 0 20px;
}

.navi-btn {
	display: none;
}

.navi-column {
	display: table;
	border-left: 1px solid #e6e6e6;
}

.navi-column li {
	display: table-cell;
	width: 123px;
	border-right: 1px solid #e6e6e6;
	box-sizing: border-box;
}

.navi-column li a {
	position: relative;
	color: #333;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	padding: 26px 0 0;
	display: block;
	text-align: center;
}

.navi-column li a:hover {
	color: #70b42b;
	opacity: 1;
}

.navi-sub {
	position: absolute;
	top: 130px;
	left: 0;
	width: 100%;
	background-color: #70b42b;
	background-color: rgba(112, 180, 43, 0.8);
	padding: 10px 0;
	display: none;
	z-index: 10;
}

.navi-sub > .inner{
	max-width: 600px;
	display: flex;
	justify-content: flex-end;
}

.navi-sub.navi-sub-02 > .inner{
	max-width: 840px;
	display: flex;
	justify-content: center;
}

.navi-sub-inner {
	border-left: 1px solid #fff;
	position: relative;
}

.navi-sub-inner:before {
	display: block;
	content: '';
	position: absolute;
	top: -20px;
	left: 57px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 10px 5px;
	border-color: transparent transparent #70b42b transparent;
	opacity: 0.8;
}

.navi-sub-inner li {
	border-right: 1px solid #fff;
}

.navi-sub-inner li a {
	color: #fff;
	opacity: 0.8;
}

.navi-sub-inner li a:hover {
	color: #fff;
}

.navi-sub-02 .navi-sub-inner {
	margin-left: 227px;
}

.navi-sub-03 .navi-sub-inner {
	margin-left: 246px;
}

.navi-column-01 {
	float: left;
}

.navi-column-02 {
	float: right;
}

/*------------------------------------------------
pankuzu
--------------------------------------------------*/

.pankuzu {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
}

.pankuzu li {
	display: inline-block;
	padding: 10px 0;
	margin: 0 5px 0 0;
}

.pankuzu li a {
	text-decoration: underline;
	color: #333;
}

.pankuzu li a:hover {
	text-decoration: none;
}

/*------------------------------------------------
contents-footer
--------------------------------------------------*/

.contents-footer {
	position: relative;
	padding: 40px 0 65px;
	background-image: url(/gas-enekan/images/pc/common/bg_contents_footer.png);
	background-color: #e6f5ff;
	background-position: 0 bottom;
	background-repeat: repeat-x;
}

.contents-footer .pc-not-view {
	display: none;
}

.contents-footer .bg-cloud {
	height: 100%;
}

.contents-footer .grid {
	float: left;
}

.contents-footer .grid-inner {
	margin: 0 5px;
	display: block;
}

.contents-footer .grid-inner img {
	width: 100%;
}

.contents-footer-1 .grid {
	float: none;
	width: 325px;
	margin: 0 auto;
}

.contents-footer-2 .grids {
	padding: 0 160px;
}

.contents-footer-2 .grid {
	width: 50%;
}

.contents-footer-3 .grids {
	margin: 0 -5px;
}

.contents-footer-3 .grid {
	width: 33.3%;
}

/*------------------------------------------------
bg
--------------------------------------------------*/

#contents.bg-main {
	background-image: url(/gas-enekan/images/pc/common/bg_main.png);
	background-color: #AED9F0;
	background-position: 0 bottom;
	background-repeat: repeat-x;
}

.bg-sky {
	background-image: url(/gas-enekan/images/pc/common/bg_sky_01.png);
	background-color: #c2e9ff;
	background-position: 0 bottom;
	background-repeat: repeat-x;
}

.bg-cloud {
	background-image: url(/gas-enekan/images/pc/common/bg_cloud.png);
	width: 100%;
	height: 520px;
	position: absolute;
	left: 0;
	top: 0;
}

.bg-city:before {
	content: '';
	width: 100%;
	height: 33px;
	background-image: url(/gas-enekan/images/pc/common/bg_city.png);
	position: absolute;
	left: 0;
	top: -36px;
}

/*------------------------------------------------
sprite
--------------------------------------------------*/

.navi-main-icon-01:before {
	background-image: url(/gas-enekan/images/pc/common/sprite.png);
	background-position: -117px -77px;
	width: 20px;
	height: 20px;
	margin-left: -10px;
	top: 0;
	left: 50%;
	display: block;
	content: '';
	position: absolute;
}

.navi-main-icon-01:hover:before {
	background-image: url(/gas-enekan/images/pc/common/sprite.png);
	background-position: -165px 0px;
	width: 20px;
	height: 20px;
}

.navi-main-icon-02:before {
	background-image: url(/gas-enekan/images/pc/common/sprite.png);
	background-position: 0px -151px;
	width: 18px;
	height: 19px;
	margin-left: -9px;
	top: 0;
	left: 50%;
	display: block;
	content: '';
	position: absolute;
}

.navi-main-icon-02:hover:before {
	background-image: url(/gas-enekan/images/pc/common/sprite.png);
	background-position: -18px -151px;
	width: 18px;
	height: 19px;
}

.navi-main-icon-03:before {
	background-image: url(/gas-enekan/images/pc/common/sprite.png);
	background-position: -36px -151px;
	width: 20px;
	height: 16px;
	margin-left: -10px;
	top: 0;
	left: 50%;
	display: block;
	content: '';
	position: absolute;
}

.navi-main-icon-03:hover:before {
	background-image: url(/gas-enekan/images/pc/common/sprite.png);
	background-position: -103px -60px;
	width: 20px;
	height: 16px;
}

.navi-main-icon-04:before {
	background-image: url(/gas-enekan/images/pc/common/sprite.png);
	background-position: -121px -40px;
	width: 15px;
	height: 19px;
	margin-left: -7.5px;
	top: 0;
	left: 50%;
	display: block;
	content: '';
	position: absolute;
}

.navi-main-icon-04:hover:before {
	background-image: url(/gas-enekan/images/pc/common/sprite.png);
	background-position: -185px -138px;
	width: 15px;
	height: 19px;
}

.navi-main-icon-05:before {
	background-image: url(/gas-enekan/images/pc/common/sprite.png);
	background-position: -185px -40px;
	width: 17px;
	height: 19px;
	margin-left: -8.5px;
	top: 0;
	left: 50%;
	display: block;
	content: '';
	position: absolute;
}

.navi-main-icon-05:hover:before {
	background-image: url(/gas-enekan/images/pc/common/sprite.png);
	background-position: -185px -59px;
	width: 17px;
	height: 19px;
}

.navi-main-icon-06:before {
	background-image: url(/gas-enekan/images/pc/common/sprite.png);
	background-position: -137px -112px;
	width: 21px;
	height: 16px;
	margin-left: -10.5px;
	top: 0;
	left: 50%;
	display: block;
	content: '';
	position: absolute;
}

.navi-main-icon-06:hover:before {
	background-image: url(/gas-enekan/images/pc/common/sprite.png);
	background-position: -82px -60px;
	width: 21px;
	height: 16px;
}

.navi-sub-icon-01:before {
	background-image: url(/gas-enekan/images/pc/common/sprite.png);
	background-position: -165px -118px;
	width: 20px;
	height: 18px;
	margin-left: -10px;
	top: 0;
	left: 50%;
	display: block;
	content: '';
	position: absolute;
}

.navi-sub-icon-02:before {
	background-image: url(/gas-enekan/images/pc/common/sprite.png);
	background-position: -165px -118px;
	width: 20px;
	height: 18px;
	margin-left: -10px;
	top: 0;
	left: 50%;
	display: block;
	content: '';
	position: absolute;
}

.navi-sub-icon-03:before {
	background-image: url(/gas-enekan/images/pc/common/sprite.png);
	background-position: -21px -128px;
	width: 21px;
	height: 23px;
	margin-left: -10.5px;
	top: 0;
	left: 50%;
	display: block;
	content: '';
	position: absolute;
}

.navi-sub-icon-04:before {
	background-image: url(/gas-enekan/images/pc/common/sprite.png);
	background-position: 0px -170px;
	width: 16px;
	height: 17px;
	margin-left: -8px;
	top: 0;
	left: 50%;
	display: block;
	content: '';
	position: absolute;
}

.navi-sub-icon-05:before {
	background-image: url(/gas-enekan/images/pc/common/sprite.png);
	background-position: -185px -78px;
	width: 16px;
	height: 20px;
	margin-left: -8px;
	top: 0;
	left: 50%;
	display: block;
	content: '';
	position: absolute;
}

.navi-sub-icon-06:before {
	background-image: url(/gas-enekan/images/pc/common/sprite.png);
	background-position: -18px -151px;
	width: 18px;
	height: 19px;
	margin-left: -9px;
	top: 0;
	left: 50%;
	display: block;
	content: '';
	position: absolute;
}

.navi-sub-icon-07:before {
	background-image: url(/gas-enekan/images/pc/common/sprite.png);
	background-position: -66px -128px;
	width: 24px;
	height: 20px;
	margin-left: -12px;
	top: 0;
	left: 50%;
	display: block;
	content: '';
	position: absolute;
}

.navi-sub-icon-08:before {
	background-image: url(/gas-enekan/images/pc/common/sprite.png);
	background-position: -165px -20px;
	width: 18px;
	height: 21px;
	margin-left: -9px;
	top: 0;
	left: 50%;
	display: block;
	content: '';
	position: absolute;
}

.navi-sub-icon-09:before {
	background-image: url(/gas-enekan/images/pc/common/sprite.png);
	background-position: -68px -77px;
	width: 25px;
	height: 20px;
	margin-left: -12.5px;
	top: 0;
	left: 50%;
	display: block;
	content: '';
	position: absolute;
}

.navi-sub-icon-10:before {
	background-image: url(/gas-enekan/images/pc/common/sprite.png);
	background-position: -103px -60px;
	width: 20px;
	height: 16px;
	margin-left: -10px;
	top: 0;
	left: 50%;
	display: block;
	content: '';
	position: absolute;
}

.navi-sub-icon-11:before {
	background-image: url(/gas-enekan/images/pc/common/sprite.png);
	background-position: -185px 0px;
	width: 17px;
	height: 20px;
	margin-left: -8.5px;
	top: 0;
	left: 50%;
	display: block;
	content: '';
	position: absolute;
}

.navi-sub-icon-12:before {
	background-image: url(/gas-enekan/images/pc/common/sprite.png);
	background-position: -185px -118px;
	width: 16px;
	height: 20px;
	margin-left: -8px;
	top: 0;
	left: 50%;
	display: block;
	content: '';
	position: absolute;
}

.navi-sub-icon-13:before {
	background-image: url(/gas-enekan/images/pc/common/sprite.png);
	background-position: -62px -151px;
	width: 16px;
	height: 20px;
	margin-left: -8px;
	top: 0;
	left: 50%;
	display: block;
	content: '';
	position: absolute;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {

.contents-footer {
	background-image: url(/gas-enekan/images/pc@2x/common/bg_contents_footer.png);
	background-size: 1px 269px;
}

#contents.bg-main {
	background-image: url(/gas-enekan/images/pc@2x/common/bg_main.png);
	background-size: 1px 1317px;
}

.bg-sky {
	background-image: url(/gas-enekan/images/pc@2x/common/bg_sky_01.png);
	background-size: 1px 1602px;
}

.bg-cloud {
	background-image: url(/gas-enekan/images/pc@2x/common/bg_cloud.png);
	background-size: 970px 520px;
}

.bg-city:before {
	background-image: url(/gas-enekan/images/pc@2x/common/bg_city.png);
	background-size: 483px 33px;
}

.navi-main-icon-01:before {
	background-image: url(/gas-enekan/images/pc@2x/common/sprite.png);
	background-position: -320px -44px;
	width: 40px;
	height: 40px;
	width: 20px;
	height: 20px;
	background-position: -160px -22px;
	background-size: 198px 188px;
	margin-left: -10px;
}

.navi-main-icon-01:hover:before {
	background-image: url(/gas-enekan/images/pc@2x/common/sprite.png);
	background-position: -320px -84px;
	width: 40px;
	height: 40px;
	width: 20px;
	height: 20px;
	background-position: -160px -42px;
	background-size: 198px 188px;
}

.navi-main-icon-02:before {
	background-image: url(/gas-enekan/images/pc@2x/common/sprite.png);
	background-position: -360px -78px;
	width: 36px;
	height: 38px;
	width: 18px;
	height: 19px;
	background-position: -180px -39px;
	background-size: 198px 188px;
	margin-left: -9px;
}

.navi-main-icon-02:hover:before {
	background-image: url(/gas-enekan/images/pc@2x/common/sprite.png);
	background-position: -360px -40px;
	width: 36px;
	height: 38px;
	width: 18px;
	height: 19px;
	background-position: -180px -20px;
	background-size: 198px 188px;
}

.navi-main-icon-03:before {
	background-image: url(/gas-enekan/images/pc@2x/common/sprite.png);
	background-position: -206px -120px;
	width: 40px;
	height: 32px;
	width: 20px;
	height: 16px;
	background-position: -103px -60px;
	background-size: 198px 188px;
	margin-left: -10px;
}

.navi-main-icon-03:hover:before {
	background-image: url(/gas-enekan/images/pc@2x/common/sprite.png);
	background-position: -80px -300px;
	width: 40px;
	height: 32px;
	width: 20px;
	height: 16px;
	background-position: -40px -150px;
	background-size: 198px 188px;
}

.navi-main-icon-04:before {
	background-image: url(/gas-enekan/images/pc@2x/common/sprite.png);
	background-position: -62px -336px;
	width: 30px;
	height: 38px;
	width: 15px;
	height: 19px;
	background-position: -31px -168px;
	background-size: 198px 188px;
	margin-left: -7.5px;
}

.navi-main-icon-04:hover:before {
	background-image: url(/gas-enekan/images/pc@2x/common/sprite.png);
	background-position: -32px -336px;
	width: 30px;
	height: 38px;
	width: 15px;
	height: 19px;
	background-position: -16px -168px;
	background-size: 198px 188px;
}

.navi-main-icon-05:before {
	background-image: url(/gas-enekan/images/pc@2x/common/sprite.png);
	background-position: -360px -196px;
	width: 34px;
	height: 38px;
	width: 17px;
	height: 19px;
	background-position: -180px -98px;
	background-size: 198px 188px;
	margin-left: -8.5px;
}

.navi-main-icon-05:hover:before {
	background-image: url(/gas-enekan/images/pc@2x/common/sprite.png);
	background-position: -360px -234px;
	width: 34px;
	height: 38px;
	width: 17px;
	height: 19px;
	background-position: -180px -117px;
	background-size: 198px 188px;
}

.navi-main-icon-06:before {
	background-image: url(/gas-enekan/images/pc@2x/common/sprite.png);
	background-position: -272px -224px;
	width: 42px;
	height: 32px;
	width: 21px;
	height: 16px;
	background-position: -136px -112px;
	background-size: 198px 188px;
	margin-left: -10.5px;
}

.navi-main-icon-06:hover:before {
	background-image: url(/gas-enekan/images/pc@2x/common/sprite.png);
	background-position: -164px -120px;
	width: 42px;
	height: 32px;
	width: 21px;
	height: 16px;
	background-position: -82px -60px;
	background-size: 198px 188px;
}

.navi-sub-icon-01:before {
	background-image: url(/gas-enekan/images/pc@2x/common/sprite.png);
	background-position: -320px -84px;
	width: 40px;
	height: 40px;
	width: 20px;
	height: 20px;
	background-position: -160px -42px;
	background-size: 198px 188px;
	margin-left: -10px;
}

.navi-sub-icon-02:before {
	background-image: url(/gas-enekan/images/pc@2x/common/sprite.png);
	background-position: -40px -300px;
	width: 40px;
	height: 36px;
	width: 20px;
	height: 18px;
	background-position: -20px -150px;
	background-size: 198px 188px;
	margin-left: -10px;
}

.navi-sub-icon-03:before {
	background-image: url(/gas-enekan/images/pc@2x/common/sprite.png);
	background-position: -272px -98px;
	width: 42px;
	height: 46px;
	width: 21px;
	height: 23px;
	background-position: -136px -49px;
	background-size: 198px 188px;
	margin-left: -10.5px;
}

.navi-sub-icon-04:before {
	background-image: url(/gas-enekan/images/pc@2x/common/sprite.png);
	background-position: -284px -256px;
	width: 30px;
	height: 34px;
	width: 15px;
	height: 17px;
	background-position: -142px -128px;
	background-size: 198px 188px;
	margin-left: -7.5px;
}

.navi-sub-icon-05:before {
	background-image: url(/gas-enekan/images/pc@2x/common/sprite.png);
	background-position: -320px -124px;
	width: 38px;
	height: 40px;
	width: 19px;
	height: 20px;
	background-position: -160px -62px;
	background-size: 198px 188px;
	margin-left: -9.5px;
}

.navi-sub-icon-06:before {
	background-image: url(/gas-enekan/images/pc@2x/common/sprite.png);
	background-position: -360px -40px;
	width: 36px;
	height: 38px;
	width: 18px;
	height: 19px;
	background-position: -180px -20px;
	background-size: 198px 188px;
	margin-left: -9px;
}

.navi-sub-icon-07:before {
	background-image: url(/gas-enekan/images/pc@2x/common/sprite.png);
	background-position: -154px -256px;
	width: 48px;
	height: 40px;
	width: 24px;
	height: 20px;
	background-position: -77px -128px;
	background-size: 198px 188px;
	margin-left: -12px;
}

.navi-sub-icon-08:before {
	background-image: url(/gas-enekan/images/pc@2x/common/sprite.png);
	background-position: -360px 0px;
	width: 36px;
	height: 40px;
	width: 18px;
	height: 20px;
	background-position: -180px 0px;
	background-size: 198px 188px;
	margin-left: -9px;
}

.navi-sub-icon-09:before {
	background-image: url(/gas-enekan/images/pc@2x/common/sprite.png);
	background-position: -104px -256px;
	width: 50px;
	height: 40px;
	width: 25px;
	height: 20px;
	background-position: -52px -128px;
	background-size: 198px 188px;
	margin-left: -12.5px;
}

.navi-sub-icon-10:before {
	background-image: url(/gas-enekan/images/pc@2x/common/sprite.png);
	background-position: -80px -300px;
	width: 40px;
	height: 32px;
	width: 20px;
	height: 16px;
	background-position: -40px -150px;
	background-size: 198px 188px;
	margin-left: -10px;
}

.navi-sub-icon-11:before {
	background-image: url(/gas-enekan/images/pc@2x/common/sprite.png);
	background-position: -360px -156px;
	width: 34px;
	height: 40px;
	width: 17px;
	height: 20px;
	background-position: -180px -78px;
	background-size: 198px 188px;
	margin-left: -8.5px;
}

.navi-sub-icon-12:before {
	background-image: url(/gas-enekan/images/pc@2x/common/sprite.png);
	background-position: -360px -272px;
	width: 32px;
	height: 40px;
	width: 16px;
	height: 20px;
	background-position: -180px -136px;
	background-size: 198px 188px;
	margin-left: -8px;
}

}

@media screen and (min-width: 768px) and (max-width: 969px) {

#contents .pc-not-view {
	display: block;
}

#contents .tab-not-view {
	display: none;
}

#navi .pc-not-view {
	display: block;
}

#navi .tab-not-view {
	display: none;
}

.contents-footer .pc-not-view {
	display: block;
}

.contents-footer .tab-not-view {
	display: none;
}

.contents-footer-3 .grids {
	margin: 0;
}

}

@media screen and (max-width: 969px) {

#contents .inner {
	width: 100% !important;
}

#header {
	border-bottom: none;
}

#header .inner {
	width: 100%;
	padding: 0 0 0 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #e6e6e6;
}

#footer {
	margin: 0 0;
	width: 100%;
}

#footer .btn_pagetop {
	display: block;
	position: absolute;
	top: -22px;
	right: 10px;
	z-index: 2;
}

#footer .btn_pagetop a {
	display: block;
}

#footer .inner {
	width: 100% !important;
}

#footer .copyright {
	float: none;
}

#footer .copyright-pc {
	display: none;
}

#footer .copyright-sp {
	display: block;
	margin-left: 10px;
}

#footer #fnavi ul {
	float: none;
	margin: 0 0 10px;
}

#footer #fnavi ul li {
	float: none;
}

#footer .copyright {
	float: none;
	width: 246px;
}

#navi .inner {
	width: 100%;
	padding: 0;
}

#navi .inner .page-logo{
	display: none;
}

.page-logo-area {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	width: auto;
	height: 55px;
}

.page-logo {
	position: static;
	margin-left: 0;
	vertical-align: middle;
	padding: 10px 0 10px 10px;
}

.page-logo img {
	width: 141px;
}

.page-logo-pc {
	display: none;
}

.page-logo-sp {
	display: block;
}

.navi-inner {
	padding: 0;
	display: none;
	position: absolute;
	top: 54px;
	left: 0;
	background-color: #fff;
}

.navi-sub {
	position: static;
	width: 100%;
	background-color: #f2f2f2;
	padding: 0;
}

.navi-sub-inner {
	border-left: none;
	width: 100%;
}

.navi-sub-inner:before {
	display: none;
}

.navi-sub-inner li {
	border-right: none;
}

.navi-sub-inner li a {
	color: #333;
	opacity: 1;
	padding-left: 53px;
}

.navi-sub-inner li a::after {
	display: none;
	content: '';
}

.navi-column {
	float: none;
	display: block;
	border-left: none;
}

.navi-column li {
	display: block;
	width: 100%;
	border-right: none;
}

.navi-column li a {
	font-size: 14px;
	line-height: 1;
	padding: 12px 0 12px 40px;
	display: block;
	text-align: left;
	border-bottom: 1px solid #e6e6e6;
}

.navi-column li a:hover {
	color: #333;
}

.navi-column li a br {
	display: none;
}

.navi-sub-02 .navi-sub-inner {
	margin-left: 0;
}

.navi-sub-03 .navi-sub-inner {
	margin-left: 0;
}

.navi-btn {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 55px;
	height: 55px;
	box-sizing: border-box;
	border-left: 1px solid #e6e6e6;
}

.navi-btn a {
	display: block;
	position: relative;
	height: 100%;
}

.navi-btn-inner {
	width: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -7.5px 0 0 -10px;
}

.navi-btn-border {
	display: block;
	height: 3px;
	background-color: #0099cc;
	margin: 0 0 2px;
}

.pankuzu .inner {
	padding: 0 10px;
	box-sizing: border-box;
}

.navi-main-icon-01:before {
	background-image: url(/gas-enekan/images/sp/common/sprite.png);
	background-position: -150px -104px;
	width: 24px;
	height: 22px;
	width: 12px;
	height: 11px;
	background-position: -75px -52px;
	background-size: 87px 87px;
	top: 50%;
	left: 10px;
	margin-left: 0;
	margin-top: -5.5px;
}

.navi-main-icon-01:hover:before {
	background-image: url(/gas-enekan/images/sp/common/sprite.png);
	background-position: -150px -104px;
	width: 24px;
	height: 22px;
	width: 12px;
	height: 11px;
	background-position: -75px -52px;
	background-size: 87px 87px;
}

.navi-main-icon-02:before {
	background-image: url(/gas-enekan/images/sp/common/sprite.png);
	background-position: -150px -78px;
	width: 22px;
	height: 26px;
	width: 11px;
	height: 13px;
	background-position: -75px -39px;
	background-size: 87px 87px;
	top: 50%;
	left: 10px;
	margin-left: 0;
	margin-top: -6.5px;
}

.navi-main-icon-02:hover:before {
	background-image: url(/gas-enekan/images/sp/common/sprite.png);
	background-position: -150px -78px;
	width: 22px;
	height: 26px;
	width: 11px;
	height: 13px;
	background-position: -75px -39px;
	background-size: 87px 87px;
}

.navi-main-icon-03:before {
	background-image: url(/gas-enekan/images/sp/common/sprite.png);
	background-position: -64px -126px;
	width: 24px;
	height: 20px;
	width: 12px;
	height: 10px;
	background-position: -32px -63px;
	background-size: 87px 87px;
	top: 50%;
	left: 10px;
	margin-left: 0;
	margin-top: -5px;
}

.navi-main-icon-03:hover:before {
	background-image: url(/gas-enekan/images/sp/common/sprite.png);
	background-position: -64px -126px;
	width: 24px;
	height: 20px;
	width: 12px;
	height: 10px;
	background-position: -32px -63px;
	background-size: 87px 87px;
}

.navi-main-icon-04:before {
	background-image: url(/gas-enekan/images/sp/common/sprite.png);
	background-position: 0px -150px;
	width: 20px;
	height: 24px;
	width: 10px;
	height: 12px;
	background-position: 0px -75px;
	background-size: 87px 87px;
	top: 50%;
	left: 10px;
	margin-left: 0;
	margin-top: -6px;
}

.navi-main-icon-04:hover:before {
	background-image: url(/gas-enekan/images/sp/common/sprite.png);
	background-position: 0px -150px;
	width: 20px;
	height: 24px;
	width: 10px;
	height: 12px;
	background-position: 0px -75px;
	background-size: 87px 87px;
}

.navi-main-icon-05:before {
	background-image: url(/gas-enekan/images/sp/common/sprite.png);
	background-position: -20px -126px;
	width: 20px;
	height: 24px;
	width: 10px;
	height: 12px;
	background-position: -10px -63px;
	background-size: 87px 87px;
	top: 50%;
	left: 10px;
	margin-left: 0;
	margin-top: -6px;
}

.navi-main-icon-05:hover:before {
	background-image: url(/gas-enekan/images/sp/common/sprite.png);
	background-position: -20px -126px;
	width: 20px;
	height: 24px;
	width: 10px;
	height: 12px;
	background-position: -10px -63px;
	background-size: 87px 87px;
}

.navi-main-icon-06:before {
	background-image: url(/gas-enekan/images/sp/common/sprite.png);
	background-position: -122px -82px;
	width: 28px;
	height: 20px;
	width: 14px;
	height: 10px;
	background-position: -61px -41px;
	background-size: 87px 87px;
	top: 50%;
	left: 10px;
	margin-left: 0;
	margin-top: -5px;
}

.navi-main-icon-06:hover:before {
	background-image: url(/gas-enekan/images/sp/common/sprite.png);
	background-position: -122px -82px;
	width: 28px;
	height: 20px;
	width: 14px;
	height: 10px;
	background-position: -61px -41px;
	background-size: 87px 87px;
}

.navi-sub-icon-01:before {
	background-image: url(/gas-enekan/images/sp/common/sprite.png);
	background-position: -150px -104px;
	width: 24px;
	height: 22px;
	width: 12px;
	height: 11px;
	background-position: -75px -52px;
	background-size: 87px 87px;
	top: 50%;
	left: 20px;
	margin-left: 0;
	margin-top: -5.5px;
}

.navi-sub-icon-02:before {
	background-image: url(/gas-enekan/images/sp/common/sprite.png);
	background-position: -28px -102px;
	width: 26px;
	height: 24px;
	width: 13px;
	height: 12px;
	background-position: -14px -51px;
	background-size: 87px 87px;
	top: 50%;
	left: 20px;
	margin-left: 0;
	margin-top: -6px;
}

.navi-sub-icon-03:before {
	background-image: url(/gas-enekan/images/sp/common/sprite.png);
	background-position: -122px -54px;
	width: 26px;
	height: 28px;
	width: 13px;
	height: 14px;
	background-position: -61px -27px;
	background-size: 87px 87px;
	top: 50%;
	left: 20px;
	margin-left: 0;
	margin-top: -7px;
}

.navi-sub-icon-04:before {
	background-image: url(/gas-enekan/images/sp/common/sprite.png);
	background-position: -150px -52px;
	width: 22px;
	height: 26px;
	width: 11px;
	height: 13px;
	background-position: -75px -26px;
	background-size: 87px 87px;
	top: 50%;
	left: 20px;
	margin-left: 0;
	margin-top: -6.5px;
}

.navi-sub-icon-05:before {
	background-image: url(/gas-enekan/images/sp/common/sprite.png);
	background-position: -150px -26px;
	width: 24px;
	height: 26px;
	width: 12px;
	height: 13px;
	background-position: -75px -13px;
	background-size: 87px 87px;
	top: 50%;
	left: 20px;
	margin-left: 0;
	margin-top: -6.5px;
}

.navi-sub-icon-06:before {
	background-image: url(/gas-enekan/images/sp/common/sprite.png);
	background-position: -150px -78px;
	width: 22px;
	height: 26px;
	width: 11px;
	height: 13px;
	background-position: -75px -39px;
	background-size: 87px 87px;
	top: 50%;
	left: 20px;
	margin-left: 0;
	margin-top: -6.5px;
}

.navi-sub-icon-07:before {
	background-image: url(/gas-enekan/images/sp/common/sprite.png);
	background-position: -122px -28px;
	width: 28px;
	height: 26px;
	width: 14px;
	height: 13px;
	background-position: -61px -14px;
	background-size: 87px 87px;
	top: 50%;
	left: 20px;
	margin-left: 0;
	margin-top: -6.5px;
}

.navi-sub-icon-08:before {
	background-image: url(/gas-enekan/images/sp/common/sprite.png);
	background-position: -150px 0px;
	width: 24px;
	height: 26px;
	width: 12px;
	height: 13px;
	background-position: -75px 0px;
	background-size: 87px 87px;
	top: 50%;
	left: 20px;
	margin-left: 0;
	margin-top: -6.5px;
}

.navi-sub-icon-09:before {
	background-image: url(/gas-enekan/images/sp/common/sprite.png);
	background-position: 0px -102px;
	width: 28px;
	height: 24px;
	width: 14px;
	height: 12px;
	background-position: 0px -51px;
	background-size: 87px 87px;
	top: 50%;
	left: 20px;
	margin-left: 0;
	margin-top: -6px;
}

.navi-sub-icon-10:before {
	background-image: url(/gas-enekan/images/sp/common/sprite.png);
	background-position: -64px -126px;
	width: 24px;
	height: 20px;
	width: 12px;
	height: 10px;
	background-position: -32px -63px;
	background-size: 87px 87px;
	top: 50%;
	left: 20px;
	margin-left: 0;
	margin-top: -5px;
}

.navi-sub-icon-11:before {
	background-image: url(/gas-enekan/images/sp/common/sprite.png);
	background-position: -130px -102px;
	width: 18px;
	height: 20px;
	width: 9px;
	height: 10px;
	background-position: -65px -51px;
	background-size: 87px 87px;
	top: 50%;
	left: 20px;
	margin-left: 0;
	margin-top: -5px;
}

.navi-sub-icon-12:before {
	background-image: url(/gas-enekan/images/sp/common/sprite.png);
	background-position: 0px -126px;
	width: 20px;
	height: 24px;
	width: 10px;
	height: 12px;
	background-position: 0px -63px;
	background-size: 87px 87px;
	top: 50%;
	left: 20px;
	margin-left: 0;
	margin-top: -6px;
}
	
.navi-sub-icon-13:before {
	background-image: url(/gas-enekan/images/sp/common/sprite.png);
	background-position: -45px -63px;
	width: 10px;
	height: 12px;
	background-size: 87px 87px;
	top: 50%;
	left: 20px;
	margin-left: 0;
	margin-top: -6px;
}

.navi-arrow-icon:after {
	background-image: url(/gas-enekan/images/sp/common/sprite.png);
	background-position: 0px -76px;
	width: 40px;
	height: 26px;
	width: 20px;
	height: 13px;
	background-position: 0px -38px;
	background-size: 87px 87px;
	top: 50%;
	right: 10px;
	margin-left: 0;
	margin-top: -6.5px;
	display: block;
	content: '';
	position: absolute;
}

.open.navi-arrow-icon:after {
	background-image: url(/gas-enekan/images/sp/common/sprite.png);
	background-position: -40px -76px;
	width: 40px;
	height: 26px;
	width: 20px;
	height: 13px;
	background-position: -20px -38px;
	background-size: 87px 87px;
	top: 50%;
	right: 10px;
	margin-left: 0;
	margin-top: -6.5px;
	display: block;
	content: '';
	position: absolute;
}

}

@media screen and (max-width: 767px) {

#contents .pc-not-view {
	display: block;
}

#contents .sp-not-view {
	display: none;
}

a:hover {
	opacity: 1;
}

#contents .inner {
	width: 100% !important;
	padding: 0 10px;
	box-sizing: border-box;
}

.contents-ttl {
	font-size: 20px;
	margin: 0 0 30px;
}

.contents-sub-ttl {
	font-size: 15px;
	margin: 0 0 10px;
}

.youtube {
	background: none;
	background-color: #fff;
}

#navi .pc-not-view {
	display: block;
}

#navi .sp-not-view {
	display: none;
}

.pankuzu {
	position: relative;
}

.contents-footer {
	padding: 20px 0 70px;
	background-color: #d8effc;
	background-image: url(/gas-enekan/images/sp/common/bg_contents_footer.png);
	background-size: 1px 473px;
}

.contents-footer .pc-not-view {
	display: block;
}

.contents-footer .sp-not-view {
	display: none;
}

.contents-footer .bg-cloud {
	height: 306px;
}

.contents-footer .grid {
	float: none;
}

.contents-footer .grid-inner {
	margin: 0 0 10px;
}

.contents-footer-1 .grid {
	width: 100%;
}

.contents-footer-2 .grids {
	padding: 0;
}

.contents-footer-2 .grid {
	width: 100%;
}

.contents-footer-3 .grids {
	margin: 0;
}

.contents-footer-3 .grid {
	width: 100%;
}

#contents.bg-main {
	background-image: url(/gas-enekan/images/sp/common/bg_main.png);
	background-size: 1px 1602px;
}

.bg-sky {
	background: -webkit-linear-gradient(top, #c2e9ff 0%, #fafeff 100%);
	background: linear-gradient(to bottom, #c2e9ff 0%, #fafeff 100%);
}

.bg-cloud {
	background-image: url(/gas-enekan/images/sp/common/bg_cloud.png);
	background-size: 320px 306px;
	height: 306px;
}

.bg-city:before {
	width: 100%;
	height: 22px;
	background-image: url(/gas-enekan/images/sp/common/bg_city.png);
	background-size: 315.5px 22px;
	top: -25px;
}

}

.bnr_closed:not(.second),
.bnr_closed.second > div {
	display: table;
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    padding: 18px 0;
	box-sizing: border-box;
}

.bnr_closed.second {
	background: #fff;
}

.bnr_closed img {
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
	.bnr_closed {
		padding: 18px 5px;
	}
}