﻿@charset "UTF-8";


/* !HTML5 elements
---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{ display: block;}

/* !Reseting
---------------------------------------------------------- */
body {
   font-family:"メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
   -webkit-text-size-adjust: none;
   font-size: 16px;
   line-height: 1.5;
   color: #333333;
   background: #fcfbf7;
}
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, figure, figcaption
{ margin: 0; padding: 0;}
input, textarea
{ margin: 0; font-size: 100%;}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ max-width: 100%; width: 100%; height: auto; vertical-align: top;}
address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6
{ font-size: 100%; font-weight: normal;}
q:after, q:before
{ content:'';}
a, input
{ outline: none; }
input, textarea
{ border-radius: 0; font-family:"メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
input[type="button"],input[type="submit"]
{ -webkit-appearance: none; background: none; border: none; padding: 0; cursor: pointer;}
abbr, acronym
{ border: 0;}
*
{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
/* !Clearfix
---------------------------------------------------------- */
.clearfix,
#header,
#contents,
section,
.box_layout01,
.box_column01,
.list_inline01
{
   display: block;
   min-height: 1%;
}
.clearfix:after,
#header:after,
#contents:after,
section:after,
.box_layout01:after,
.box_column01:after,
.list_inline01:after
{
   clear: both;
   content:".";
   display: block;
   height: 0;
   visibility: hidden;
}
/* !Layout
---------------------------------------------------------- */
html { overflow-y: scroll;}
@media print {
	html,
	html body { *zoom: 0.65;}
}

.Clear {
   clear: both;
}

a {
   color: #009c84;
   text-decoration: underline;
}

a:hover {
   color: #009c84;
   text-decoration: none;
}

/* !ヘッダー／ナビ
---------------------------------------------------------- */
header {
   width: 960px;
   min-height: 800px;
   background-size: cover !important;
   -webkit-background-size: cover !important;
   text-align: center;
   overflow: hidden;
}

/* vertically center banner section */
header:before {
   content: '';
   display: inline-block;
   vertical-align: middle;
   height: 100%;
}


/* ナビ改修 2018.02.06
--------------------------------------------------------------------- */

#nav-wrap {
    height: 54px;
    margin: 0px auto 0;
    z-index: 80;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #2493A3;
}
#Logo {
   width: 180px;
   display:block;
   margin: 16px auto 0 10px;
}

.menu {
    position: absolute;
    width: 960px;
    height: 54px;
    max-width: 800px;
    top:5px;
	right:0;
	font-size:14px;
}

.menu > li {
    float: left;
    width: 16%;
    height: 54px;
    line-height: 1;
}

.menu > li a {
    display: block;
    color: #fff;
	padding:20px 0;
	transition:.2s;
	text-decoration:none;
}

.menu > li a:hover {
    background-color: rgba(0,0,0,0.5);
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    background-color: rgba(0,0,0,0.5);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    border-top: 1px solid #ccc;
}

.menu__third-level li {
    border-top: 1px solid #ccc;
}

.menu__second-level li a:hover {
   background-color: rgba(0,0,0,0.5);
}

.menu__third-level li a:hover {
    background-color: rgba(0,0,0,0.5);
}

.menu__fourth-level li a:hover {
    background-color: rgba(0,0,0,0.5);
}

/* 下矢印 */
/*.init-bottom:after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 0 3px 7px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}*/

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

.menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 54px;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
    top: 54px;
    visibility: visible;
    opacity: 1;
}

/* primary navigation
--------------------------------------------------------------------- */
/*#nav-wrap ul, #nav-wrap li, #nav-wrap a {
   margin: 0;
   padding: 0;
   border: none;
   outline: none;
}*/

/* nav-wrap */
/*#nav-wrap {
   height: 84px;
   margin: 0 auto;
   z-index: 100;
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   width:100%;
}*/
/*.opaque { background: #009c84; }*/

/* hide toggle button */
/*#nav-wrap > a.mobile-btn { display: none; }*/

/*ul#nav {
   min-height: 84px;
   width: auto;
   /* center align the menu */
  /* text-align: center;
   padding-top: 20px;
}*/
/*ul#nav li {
   position: relative;
   list-style: none;
   height: 48px;
   display: inline-block;
}*/

/* Links */
/*ul#nav li a {*/

/* 8px padding top + 8px padding bottom + 32px line-height = 48px */
/*   display: inline-block;
   padding: 8px 8px;
   line-height: 32px;
   text-decoration: none;
   text-align: left;
   font-size: 16px;
   color: #FFF;
   -webkit-transition: color .2s ease-in-out;
   -moz-transition: color .2s ease-in-out;
   -o-transition: color .2s ease-in-out;
   -ms-transition: color .2s ease-in-out;
   transition: color .2s ease-in-out;
}*/

/*ul#nav li a:hover {
   color: #ff6c00;
}*/

/*ul#nav li a:active { background: transparent !important; }
ul#nav li.current a { color: #ff6c00; }*/

/*#Logo {
   width: 252px;
   margin-right: 10px;
}*/

/* !汎用コンテンツ
---------------------------------------------------------- */
#Container {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
}

.row {
   width: 96%;
   max-width: 960px;
   margin: 0 auto;
}

#Top_Cover {
   width: 100%;
   height: 450px;
   background: #4fb0be;
}

/*---ライン---*/
.Line {
   border-top: 1px solid #dcdcdc;
   border-bottom: 1px solid #dcdcdc;
   padding: 4px 0 3px;
}

/*---3カラム（リキッド）---*/
.Liquid_3box {
   display: table;
   margin: 0px;
   padding: 0px;
   width: 100%;
}

.Liquid_3box .col {
	float: left;
	display: table-cell;
	width: 32.6%;
	margin-bottom: 12px;
	background-color: #FFFFFF;
}

.Liquid_3box .col_margin {
   float: left;
   display: table-cell;
   width: 1.1%;
   margin-bottom:12px;
}

.Liquid_3box .col a {
   display: block;
   width: 100%;
   color: #000;
   text-decoration: none;
   border: 1px solid #ccc;
   padding: 10px;
   border-radius: 4px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
}

.Liquid_3box .col a:hover {
   background:#ffe095;
}

.Liquid_3box .col img {
   border-radius: 4px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
}

@media screen and (max-width: 640px) {
   .Liquid_3box {
      display: block;
   }
   .Liquid_3box .col {
      display: block;
      width: 100%;
      margin-bottom:12px;
   }
   .Liquid_3box .col_margin {
      display: none;
   }
}

/*---ボタン（エフェクト）---*/
.button {
	display: inline-block;
	position: relative;
	z-index: 2;
	width: 100%;
	text-decoration: none;
	background: #c1435b;
	border:1px solid #82031e;
	color: #FFF;
	overflow: hidden;
	font-size: 14px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button:hover {
	background: #7cbad7;
	color: #FFF;
}

/*---ボタン2（エフェクト）---*/
.button2 {
	display: inline-block;
	position: relative;
	z-index: 2;
	width: 100%;
	text-decoration: none;
	background: #3678da;
	border:1px solid #003f5c;
	color: #FFF;
	overflow: hidden;
	font-size: 14px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.button2::before,
.button2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button2,
.button2::before,
.button2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button2:hover {
	background: #7cbad7;
	color: #FFF;
}

/*---ボタン3（エフェクト）---*/
.button3 {
	display: inline-block;
	position: relative;
	z-index: 2;
	width: 100%;
	text-decoration: none;
	background: #f2d22f;
	border:1px solid #003f5c;
	color: #FFF;
	overflow: hidden;
	font-size: 14px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.button3::before,
.button3::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button3,
.button3::before,
.button3::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button3:hover {
	background: #7cbad7;
	color: #FFF;
}


/* !Footer
---------------------------------------------------------- */
/*---大多喜ガスロゴ---*/
#Foooter_Logo {
   width: 20% !important;
   display: block;
   margin-left: auto;
   margin-right: auto;
}
/*---ページの先頭へ---*/
#back-top {
   position:fixed;
   right:30px;
   bottom:10px;
   z-index: 9999;
}

#back-top a {
width: 125px;
   height: 120px;
   display: block;
   background: url(../img/pagetop.png) no-repeat left top;
   text-indent:-9999px;
   z-index: 5;
}

#back-top a:hover {
   background: url(../img/pagetop.png) no-repeat left -120px;
   z-index: 5;
}

@media screen and (max-width: 640px) {
   #back-top a {
      display: none;
   }
}

footer a {
   color: #000;
   text-decoration: underline;
}

footer a:hover {
   color: #000;
   text-decoration: none;
}

/* !Fonts -------------------------------------------------------------- */
.fwB { font-weight: bold;}
.fcGreen { color: #009999;}
.fcRed { color: #ff0000;}
.fz26 { font-size: 26px; line-height:1.4em;}

/* !Margin ------------------------------------------------------------------ */
.mt10 { margin-top:10px !important;}
.mt20 { margin-top:20px !important;}
.mt30 { margin-top:30px !important;}
.mt40 { margin-top:40px !important;}
.mt60 { margin-top:60px !important;}

/* !Inline Align ------------------------------------------------------------ */
.taC { text-align: center !important;}
.ImgC { display: block; margin-left: auto; margin-right: auto;}

/* !Floats ------------------------------------------------------------------ */
.flL    { display: inline; float: left;}
.flR    { display: inline; float: right;}


/* フッターのバナー
-----------------------------------------*/
.Bnr{
  position: relative;
  margin: 0 auto;
  width: 100%;
  /*display: none;*/
}
.Bnr .Bnr__img{
  position: fixed;
  bottom: 0;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  z-index: 88;
	width:100%;
}
.Bnr__img__inner{
  width: 100%;
  height: auto;
  box-sizing:border-box;
  padding: 14px;
  background-color: rgba(0,0,0,.3);
}

.Bnr__img__inner img{
	display:block;
	margin:0 auto;
	width:480px;
	max-width:92%;
	height:auto;
}

.Bnr .Bnr__img__inner a{
  /*display: block;*/
}
.Bnr .Bnr__img p.close{
  position: absolute;
  right: 6px;
  top:6px;
}
.Bnr .Bnr__img p.close a{
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
}
.Bnr .Bnr__img p.close a span{
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* トップ アトラクション */
h3.bee{
  background:#c1435b;
  padding:4px 0 3px;
  color:#fff;
}
h3.brume{
  background:#3678da;
  padding:4px 0 3px;
  color:#fff;
}

/* トップ クリックで閉じるバナーエリア */
#slideBox{
    background:#135273;
}
#slideBox .slidebox_inner{
    max-width:960px;
    margin:0 auto;
    padding:16px 0;
}
#slideBox .slidebox_inner ul{
    display:table;
}
#slideBox .slidebox_inner ul li{
    display:table-cell;
    padding:0 6%;
}
/*#slideBox .slidebox_inner ul li:last-child{
    width:11%;
    padding:0 1%;
}*/

/* トップ　お知らせ枠（ベージュ色）---*/
.Frame_Beige {
   background: #fff4de;
   border:1px solid #ccc;
   padding: 16px;
   border-radius: 4px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   margin-bottom:10px;
}

/* トップ バナー掲載枠 */
.top_bnbox{
    max-width:960px;
    margin:0 auto;
    padding:0 5%;
}
.top_bnbox img{
    display:block;
    max-width:640px;
    margin:0 auto;
}
.top_bnbox a{transition:.3s;}
.top_bnbox a:hover{opacity:.8;}

/* !Box
----------------------------------------------------------- */
.box_column01 {
	margin: 0;
}
	.box_column01 .col {
		float: left;
	}
	.box_column01.col2 .col {
		margin: 16px 2.2% 0 0;
		width: 48.9%;
	}
.box_column01.col2 .col:nth-child(2n){
		margin-right: 0;
	}
	.box_column01.col2 .col:nth-child(2n+1){
		clear: both;
	}
@media screen and (max-width:767px){
.box_column01  {
	margin: 0;
}
	.box_column01 .col,
	.box_column01.col2 .col {
		float: none;
		width: auto;
		margin: 0;
		padding: 10px 0;
	}
	.box_column01 figure {
		float: left;
		width: 100px;
		margin-right: 10px;
		margin-bottom: 10px;
		width: 100%;
	}
}

/* ピックアップの囲み文字 */
.round_red{
    display:inline-block;
    border:solid 1px #ff0000;
    font-size:14px;
    line-height:24px;
    padding:0 1em;
    color:#ff0000;
    margin-bottom:4px;
    border-radius:8px;
}