@charset 'UTF-8';

/****************************************
body
全体の背景色：＃fff
メインの青：#0C88BF
薄い青　#71B8D1
****************************************/
body {
  font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
  font-size: 16px;
}
img {
  max-width: 100%;
  height: auto;
}

.main {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
	.contents {
		width: 970px;
	}
}


/*********************************************
/*
/* Header領域のスタイル
/*
/********************************************/

/****************************************
.header
****************************************/


@media screen and (min-width: 992px) {
	.header {
		margin-bottom: 20px;
	}
}

/****************************************
.site-logo
****************************************/
.site-logo {
  margin-top: 16px;
  margin-bottom: 14px;
  padding-right: 0;
}

.site-logo img {
	width: 300px;
}

@media screen and (min-width: 768px) {
.site-logo img {
	width: 400px;
}
}

@media screen and (min-width: 992px) {
.site-logo img {
	width: 400px;
}
}

.head_tel {
	width: 300px;
	margin: 5px 0 0 0;
}


/*********************************************
/*
/* ナビゲーション関連
/*
/********************************************/

/****************************************
.navbar
****************************************/
/* グローバルメニュー */

.menuarea {
	border-top: solid 1px #000;
}

@media screen and (min-width: 768px) {
	.menuarea {
		border: none;
	}
}

/* トグルボタン */
#menubtn {
	padding: 6px 12px;
	border: solid 1px #fff;
	border-radius: 5px;
	background-color: #000;
	position: absolute;
	top: 28px;
	right: 15px;
	cursor: pointer}

#menubtn:hover	{background-color: #222;}

#menubtn:focus	{outline: none}

#menubtn i	{color: #fff;
	font-size: 18px}

#menubtn span	{display: inline-block;
	text-indent: -9999px}


/* グローバルメニュー */
#menu {
	display: none;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu li a {
	display: block;
	padding: 10px;
	color: #000;
	font-size: 14px;
	text-decoration: none;
}
.menu li a:hover {
	color: #eee;
}

/* タブレット、パソコン表示用 */
@media (min-width: 768px)  {
  
#menubtn {
	display: none;
}

#menu {
	display: block !important;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu li a {
	display: block;
	padding: 5px 15px;
	font-size: 14px;
	text-decoration: none;
	border-left: solid 1px #000;
	border-right: none;
}
.menu li a :last-child {
	border-right: solid 1px #000!important;
}

.menu ul:after {
	content: "";
	display:block;
	clear: both;
}

.menu li {
	float: left;
	width:20%;
	text-align: center;
}
}

/****************************************
.sub-nav　電話番号エリア
****************************************/
.sub-nav {
  display: none;
}

@media screen and (min-width: 768px) {
  .sub-nav {
    display: block;
    padding-top: 10px;
    text-align: right;
  }
}

.input-group {
  width: 280px;
}

@media screen and (min-width: 768px) {
 .input-group .input-group-btn {
    width: 1%;
  }
}

/****************************************
タブメニュー
****************************************/
.nav-pills {
	margin-bottom: 20px;
}

.nav-pills li a {
	background-color:#eee;
	margin: 0 5px 5px 0;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	background-color:#EA617C;
}

.nav-pills>li.active>a:hover {
	background-color:#FF9999;
}

/****************************************
.パンくずリスト
****************************************/
.breadcrumb {
  padding: 0;
  background: none;
}

.breadcrumb li+li:before {
  content: '»';
}



/*********************************************
/*
/* TOPページのスタイル
/*
/********************************************/
.top_main {
	margin: 0 0 20px 0;
}

/* カルーセル */
.gimmicCarousel{
	width: 100%;
	margin: auto;
}

.gimmicCarousel ul.slider {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}
.gimmicCarousel ul.slider li img {
	max-width: 100%;
	height: auto;
}
/* カルーセル　ここまで */


/* TOPコメント部分 */
.top_comment_bg {
	background: #FAF9EA;
	margin: 30px 0;
	padding: 30px 0;
}
.top_comment {
	color: #000;
	font-size: 16px;
}
.top_comment h1 {
	font-size: 25px;
}

@media screen and (min-width: 768px) {
.top_comment {
	font-size: 18px;
}
.top_comment h1 {
	font-size: 30px;
}
}

/* /TOPコメント部分 */


/* TOP更新履歴部分 */
.rireki {
	margin-bottom: 30px;
}

.rireki h1 {
	font-size: 25px;
	padding: 0 0 10px 0;
	border-bottom: solid 1px #000;
}

/* /TOP更新履歴部分 */


/* TOPメニュー部分 */
.item_list{
	padding: 5px;
}

@media screen and (min-width: 768px) {
	.item_list {
		margin-bottom: 0;
	}
}
.item_list {
	margin: 30px 0 0 0;
}
.item_list h2 {
	font-size: 20px;
}
.item_list p {
	margin: 0;
}

/* お買い物ガイド*/
.guide {
	font-size: 14px;
}
.guide h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}
.guide p {
	font-size: 14px;
}



/* ブルーのボタン */
a.btn-blue-mini {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #fff;
  padding: 10px;
  background: #333;
  width: 500px;
}
a.btn-blue-mini:hover {
  text-decoration: none;
  opacity: 0.8;
}

/* /TOPメニュー部分 */


/* 会社案内と問い合わせ部分 */
.top_submenu {
	background: #fff;
	padding: 30px 0;
	margin-bottom: 30px;	
}

/* テキストバナー */
a.btn-text {
	display: block;
	color: #000;
	text-align: center;
	font-size: 20px;
	padding: 30px;
	width: 100%;
	margin: 10px auto 10px auto;
	border: solid 1px #000;
}
a.btn-text:hover {
	text-decoration: none;
	background: #F2F2F2;
}

/* /会社案内と問い合わせ部分 */


/* TOPページリンク */
.top_link {
	margin: 30px 0;
}
/* /TOPページリンク */

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

.btn i.fa {
	margin-left: 5px;
}





/*********************************************
/*
/* コンテンツページのスタイル
/*
/********************************************/

/****************************************
ガス・住宅設備のページの各種設定
****************************************/

.box_item {
	text-align: center;
	margin-bottom: 50px;
}

/****************************************
ページ内設定
****************************************/

/* スペースの設定 */
.space_u10 {
	margin: 0 0 10px 0;
}

.space_u20 {
	margin: 0 0 20px 0;
}

.space_u30 {
	margin: 0 0 30px 0;
}

.space_u40 {
	margin: 0 0 40px 0;
}

.space_u50 {
	margin: 0 0 50px 0;
}

.space_o20 {
	margin: 20px 0 0 0;
}

.space_o50 {
	margin-top: 50px !important;
}

/* /スペースの設定 */

/* 画像の回り込み */
.image-right {
	padding: 0px;
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.image-left {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
/* /画像の回り込み */



/* リンク付き画像の半透明 */
a.opacity{
   background-color:#FFF;
   display:inline-block;
}

a.opacity:hover img,
a.opacity:active img{
    -moz-opacity:0.7;
   opacity:0.7;
   filter:alpha(opacity=70);
}

/* /リンク付き画像の半透明 */

hr.shikiri {
	height: 3px !important;
}


/****************************************

各種見出しのスタイル

****************************************/
/* ページ上部の見出し */
.maintitle {
  font-size: 25px;
  line-height: 1.2;
  margin: 0 0 10px 0;
  color: #222;
  text-align: center;
}

@media screen and (min-width: 768px) {
.maintitle {
  font-size: 36px;
}
}

.maintitle:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  content: '';
}

/* 第1サブ見出し。下線付き。 */
.subtitle {
  font-size: 20px;
  color: #222;
  text-align: center;
  border-bottom: 1px solid #222;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
	.subtitle {
	  font-size: 36px;
	}
}

/* 第2サブ見出し */
.subtitle2 {
	font-size: 25px;
	margin: 0 0 30px 0;
}

/* 第3サブ見出し */
.subtitle3 {
	font-size: 20px;
	color: #0C88BF;
	margin: 0;
	font-weight: bold;
}

/* その他の見出しなど */
.menu-midashi {
  font-size: 20px;
  color: #222;
  margin: 0 0 30px 0;
}

.blocktitle {
  font-size: 20px;
  line-height: 1.2;
  padding: 8px 10px;
  color: #EA5098;
  border-bottom: 2px dotted #eaeaea;
}

.boxtitle {
  font-size: 24px;
  line-height: 1.2;
  padding: 8px 0;
}

/* オススメBOX */

.box_osusume {
	margin-bottom: 20px;
}

.osusume_title {
	color:#fff;
	background-color:#666;
	padding: 10px;
}

.box_osusume ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-left: 10px;
}

/****************************************
.table
****************************************/
.table {
	font-size: 12px;
}

@media screen and (min-width: 768px) {
	.table {
		font-size: 14px;
	}
}

.th {
  background-color: #FFCCCC;
}

.table>tr>th:first-child,
.table>tr>td:first-child {
  padding: 8px 8px 8px 15px;
}




/****************************************
Googleマップ　レスポンシブ対応
****************************************/

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



/*********************************************
/*
/* Footer
/*
/********************************************/

/****************************************
.btn-pagetop
****************************************/
.btn-pagetop {
  border-bottom: 5px solid #333;
}

.btn-pagetop .container {
  text-align: right;
}

.btn-pagetop .container a {
  display: inline-block;
  width: 50px;
  height: 25px;
  text-decoration: none;
  color: #fff;
  -webkit-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
  background: #333;
}

.btn-pagetop .container a:hover {
  text-decoration: none;
  background: #ccc;
}

.btn-pagetop .container a i {
  padding-top: 5px;
}


/****************************************
.footer
****************************************/

.footer address {
	font-size: 14px;
}

.footer .container {
  padding: 10px 0;
}

.copyright {
  text-align: center;
  color: #333;
}


/*
ボタンの設定
*/
.btn-pink {
    color: #fff;
    background-color: #333;
}
.btn-pink:hover {
    color: #fff;
    background-color: #333;
}
/*
Bootstrapのグリッド間隔（ガター）を調整するためのCSS設定。
TOPページのメニュー一覧部分に使用。
*/

/*溝幅 20pxの場合*/
.gutter-20{
margin-left:-10px;
margin-right:-10px;
}
.gutter-20 > [class*='col-'] {
padding-left:10px;
padding-right:10px;
}

/*溝幅 10pxの場合*/
.gutter-10{
margin-left:-5px;
margin-right:-5px;
}
.gutter-10 > [class*='col-'] {
padding-left:5px;
padding-right:5px;
}

/*溝幅 0pxの場合*/
.gutter-0{
margin-left:0;
margin-right:0;
}
.gutter-0 > [class*='col-'] {
padding-left:0;
padding-right:0;
}

/* カルーセル */
.left carousel-control {
	background: #FF0000;
}

.flex{
display: flex;
flex-wrap: wrap;
}
