@charset "UTF-8";


body{
	margin: 0;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
}


/* サイト名 */
.site h1 a{
	color: #000000;
	text-decoration: none;
}

.site h1{
	margin: 0;
	font-size: 30px;
}

.site img{
	border: none;
}

/* ヘッダー画像 */
.topimg{
	max-width: 100%;
	height: 50px;
	vertical-align: bottom;
}

/* 店舗情報・地図 */
#location{
	padding: 4% 0;
}

#location .wrapper{
	display: flex;
	justify-content: space-between;
}

.location-info{
	width: 50%;
}

.location-info p{
	font-size: 14px;
	padding: 12px 10px;
}

.location-map{
	width: 50%;
}

/* youtube */
.responsive{
	position:relative;
	width: 100%;
	max-width: 560px;
}

.responsive::before{
	content: "";
	display:block;
	width:100%;
	padding-top: 56.25%;
}

.responsive iframe{
	position: absolute;
	top:0;
	right:0;
	width: 100%;
	height: 100%;
}

/* キャッチコピー */
.catch{
  margin: 0;
  padding: 15px;
  background-color: rgba(255,255,255,0.5);
  font-size: 18px;
}

/* ヘッダー画像にキャッチコピーを重ねる */
.top{
  position: relative;
}

.catch{
  position: absolute;
  top: 7%;
  left: 3%;
}

/* コンテナ設定 */
.container{
	margin: 20px;
	display:flex;
	flex-wrap: wrap;
	align-content: space-between;
}

.item1-1{
	width: 375px;
	margin: 0px;
	padding: 10px;
}

.item1-2{
	width: 375px;
	margin: 0px;
	padding: 10px;
}

/* 概要 */
.gaiyou a{
  display: block;
  background-color: #222222;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}

.gaiyou a:hover{
  opacity: 0.8
}

.img{
	height: 120px;
	width: 100%;
  border: none;
	object-fit: cover;
}

.gaiyou h1{
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: nomal;
}

.gaiyou p{
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cccccc;
  font-size: 12px;
}

/* お知らせ */
.news{
	padding: 20px;
	border: solid 5px #dddddd;
}

.news h1{
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 18px;
	color: #666666;
}

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

.news li a{
	display: block;
	padding: 5px;
	border-bottom: dotted 2px #dddddd;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}

.news li a:hover{
	background-color: #eeeeee;
}

.news time{
	color: #888888;
	font-weight: bold;
}

.news a::after{
	content: "";
	display: block;
	clear: both;
}

.news time{
	float: left;
	width: 60px;
}

.news .text{
	float: none;
	width: auto;
	margin-left: 60px;
}

/* SNSメニュー */
.follow ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.follow li a{
	display: block;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 4px;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}

.follow li a:hover	{opacity: 0.8}

.follow-tw{
	background-color: #1DA1F2;
}

.follow-li{
	background-color: #00B900;
}

.follow-gp{
	background-color: #f65d4a;
}

.follow i{
	margin-right: 10px;
	font-size: 24px;
	vertical-align: middle;
}

/* 補足説明 */
.follow p{
  margin-top: 0;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #dddddd;
  font-size: 14px;
  text-align: center;
}

.follow-info{
  position: relative;
  background: #dddddd;
}

.follow-info::after{
  top: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
	pointer-events: none;
	border-color: rgba(221, 221, 221, 0);
	border-top-color: #dddddd;
	border-width: 15px;
	margin-left: -15px;
}

/* 記事 */
.banner{
	display:inline-block;
	width: 18%;
	height: 20%;
	margin-right: 10px;
	margin-bottom: 30px;
}

/* ガス料金テーブル設定 */

.ryokin{
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
	text-align: center;
}

table{
	border-collapse:collapse;
}

.A caption{
	caption-side:bottom;
	text-align:right;
}

.A th{
	border: solid 1px #dddddd;
	background-color: #99ff99;
}

.A tr:nth-child(2n){
	background-color: #cce3ff;
}

.A td{
	border: solid 1px #dddddd;
}

.A td:last-child{
  text-align: right;
}

.A table, .A th, .A td{
	width: auto !important;
}

.B caption{
	caption-side: top;
	text-align: left;
}

.B tr:nth-child(2n){
	background-color: #cce3ff;
}

.B td:last-child{
  text-align: right;
}

.B table, .B th, .B td{
	width: auto !important;
}

.kiji h1{
	margin-top: 0;
	margin-bottom: 20px;
	padding-left: 20px;
	border-left: solid 20px #ff0073;
	font-size: 36px;
	font-weight: normal;
	color: #0073ff;
}

.kiji h2{
	margin-top: 50px;
	margin-bottom: 20px;
	border-bottom: solid 1px #ff8c00;
	font-size: 28px;
	font-weight: normal;
}

.kiji h2 i{
  margin-right: 7px;
	color: #ff0073;
}

.kiji p{
	max-width: 800px;
	margin-top: 0;
	margin-bottom: 20px;
}

.kijiimg{
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}

/* ガス器具用リストBOX設定 */

.category-box{
	margin-bottom: 20px;
}

.category h2{
	margin: 0;
	border: 1px solid #6bc5e2;
	padding: 5px;
	border-radius: 5px 5px 0 0;
	background: #6bc5e2;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
}

.category p{
	margin: 0;
	border: 1px solid #6bc5e2;
	padding: 20px;
	border-radius: 0 0 5px 5px;
	height: 200px;
}

/* パンくずリスト */
.bread{
	margin-bottom: 20px;
}

.bread ol{
	margin: 0;
	padding: 0;
	list-style: none;
}

.bread li a{
	display: inline-block;
	padding: 5px;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}

.bread li a:hover{
	background-color: #eeeeee;
}

.bread ol::after{
	content: "";
	display: block;
	clear: both;
}

.bread li{
	float: left;
	width: auto;
}

.bread li::after{
	margin-left: 10px;
	margin-right: 10px;
	content: '\003e';
	color: #888888;
}

/* サイドメニュー */
.sidemenu{
	border: solid 6px #dddddd;
}

.sidemenu h1{
	margin: 0;
	padding: 10px;
	font-size: 16px;
	font-weight: normal;
}

.sidemenu h1 i{
	margin-right: 5px;
	color: #ff8c00;
	font-size: larger;
}

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

.sidemenu li a{
	display: block;
	padding: 10px;
	border-top: solid 1px #dddddd;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}

.sidemenu li a:hover{
	background-color: #eeeeee;
}

/* コピーライト */
.copyright p{
	margin: 0;
	color: #666666;
	font-size: 14px;
}

/* BOX1の下に罫線を挿入（コンテンツページのみ） */
.contents, header{
	border-bottom: solid 1px #ff8c00;
}

/* Footerをバーの形にする */
.footer{
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #ff8c00;
}

/*メニューをページ下部に固定*/
#sp-fixed-menu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   opacity: 0.9;
   z-index: 99;
}

/*メニューを横並びにする*/
#sp-fixed-menu ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}

#sp-fixed-menu li{
   justify-content: center;
   align-items: center;
   width: 50%;
   padding:0;
   margin:0;
   font-size: 14px;
   border-right: 1px solid #fff;
}

/*左側メニューを緑色に*/
#sp-fixed-menu li:first-child{
   background: #38b435;
}

/*左側メニューをオレンジ色に*/
#sp-fixed-menu li:last-child{
   background: #f3a324;
}

/*ボタンを調整*/
#sp-fixed-menu li a{
   color: #fff;
   text-align: center;
   display:block;
   width: 100%;
   padding-top: 20px;
	 padding-bottom: 20px;
}

/* ボックスの左右 */
.header, .info, .footer, .pickupA, .pickupB, .box1{
	padding-left: 15px;
	padding-right: 15px;
}

/* ボックスの上下 */
.header{
	padding-top: 20px;
	padding-bottom: 10px;
}

.info{
	padding-top: 20px;
	padding-bottom: 20px;
}

.info-main{
	padding-bottom: 20px;
}

.pickupA{
       padding-top: 20px;
}

.pickupB{
       padding-top: 20px;
}

.pickupA-1, .pickupA-2, .pickupA-3, .pickupB-1, .pickupB-2, .pickupB-3{
       padding-bottom: 10px;
}

.box1{
	padding-top: 25px;
	padding-bottom:  25px;
}

/* ########### 359px以下 ########### */
@media screen and (max-width: 359px) {

/* サイト名 */
.site img{
      width: 225px;
      height: auto;
}

}

/* ########### 599px以下 ########### */
@media screen and (max-width: 599px) {

/* ナビゲーション */
.menu li a{
	padding: 10px 7px;
	font-size: 11px;
}

/* キャッチコピー */
.catch{
       padding: 5px 10px;
       font-size: 10px;
}

/* 記事 */
.kiji h1{
	font-size: 26px;
}

.kiji h2{
	font-size: 20px;
}

.kiji p, li{
	font-size: 14px;
}

.A tr, .B tr{
	font-size: 12px;
}

caption{
	font-size: 14px
}

.item1-1{
	background-color: #cce3ff;
	font-size: 14px;
	padding: 5px;
}

.item1-2{
	font-size: 14px;
	padding: 5px;
}

.category h2{
	margin: 0;
	border: 1px solid #6bc5e2;
	padding: 5px;
	border-radius: 5px 5px 0 0;
	background: #6bc5e2;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
}

.category p{
	margin: 0;
	border: 1px solid #6bc5e2;
	padding: 20px;
	border-radius: 0 0 5px 5px;
	height:auto;
}

/* 店舗情報 */
#location .wrapper{
	flex-direction:column;
}

.location-info, .location-map{
	width: 100%;
}

}

/* ########### 767px以下 ########### */
@media screen and (max-width: 959px) {

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

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

#menubtn:focus{
  outline: none;
}

#menubtn i{
  color: #888888;
  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: 5px;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}

.menu li a:hover{
	background-color: #eeeeee;
}

/* ボトムメニュー用底上げ */
.footer{
	margin-bottom: 70px;
}

}

/* ########### 768px以上 ########### */
@media screen and (min-width: 960px) {

/* トグルボタン */
#menubtn{
  display: none;
}

/* ナビゲーションメニュー */

#menu{
  display: block !important;
}

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

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

.menu li a:hover{
	background-color: #eeeeee;
}

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

.menu li{
	float: left;
	width: auto;
}

/* siteとnavを横に並べる設定 */
.header::after{
	content: "";
	display: block;
	clear: both;
}

.header-site{
	float: left;
	width: auto;
}

.header-nav{
	float: right;
	width: auto;
}

/* info-mainとinfo-subを横に並べる設定 */
.info::after{
	content: "";
	display: block;
	clear: both;
}

.info-main{
	float: left;
	width: 70%;
	padding-right: 35px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.info-sub{
	float: left;
	width: 30%;
}

/* pickupA-1,pickupA-2,pickupA-3 を横に並べる設定 */
.pickupA::after{
  content: "";
  display: block;
  clear: both;
}

.pickupA-1{
  float: left;
  width: 32%;
  margin-right: 2%;
}

.pickupA-2{
  float: left;
  width: 32%;
  margin-right: 2%;
}

.pickupA-3{
  float: left;
  width: 32%;
}

/* pickupB-1,pickupB-2,pickupB-3 を横に並べる設定 */
.pickupB::after{
  content: "";
  display: block;
  clear: both;
}

.pickupB-1{
  float: left;
  width: 32%;
  margin-right: 2%;
}

.pickupB-2{
  float: left;
  width: 32%;
  margin-right: 2%;
}

.pickupB-3{
  float: left;
  width: 32%;
}

.category{
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
}

.category-box{
	width:  24%;
	margin-right: 1.3%
}

/* BOX1-1とBOX1-2を横に並べる設定 */
.box1::after{
	content: "";
	display: block;
	clear: both;
}

.box1-1{
	float: right;
	width: 80%;
	padding-left: 50px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.box1-2{
	float: left;
	width: 20%;
}

/* フッターメニュー　スマホ固定 */
.for-sp{
	display: none;
}

}


/* ########### 1190px以上 ########### */
@media screen and (min-width: 1200px) {

/* 全体の横幅を固定 */
.photo, .info, .header-inner, .footer-inner, .pickupA, .pickupB,.box1{
	width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

/* headerの下に罫線を挿入 */

.header{
	margin-bottom: 20px;
	border-bottom: solid 1px #ff8c00;
}

}
