@charset "UTF-8";

/* ヘッダー&フッター */

header#topHead2 {
  position: fixed;
  top: 0;
  margin: 0 auto;
  padding: 0;
  height: 70px;
  width: 100%;
  color: #1D3879;
  background-color: rgba(237, 239, 243,0.9);
  z-index: 2;
}


header#topHead2 .inner {
  position: relative;
  width: 1080px;
  margin: 0 auto;
}
header#topHead2 .inner:after {
  content: "";
  clear: both;
  display: block;
}
header#topHead2 .logo {
  position: absolute;
  bottom: 13px;
}
header#topHead2 .logo img {
  width: 90%;
}





header#topHead2 .inner .telArea {
  width: 64%;
  float: right;
}
header#topHead2 .inner .telArea p {

  
  float: right;
  width: 37%;
  margin-top: 20px;
}
header#topHead2 .inner .telArea p img {
  width: 12%;
  margin-right: 5px;
}
header#topHead2 .inner .telArea p a {
  text-decoration: none;
  font-size: clamp(16px, 3vw, 30px);
  font-weight: bold;
  color: #E87E15;
}

header#topHead2 .inner .telArea .telInfo {
  float: right;
  margin: 15px 20px 0 0;
}
header#topHead2 .inner .telArea .telInfo li {
  font-size: 14px;
  list-style: none;
  line-height: 1.5;
}




header#topHead2 .inner .telArea .btnArea {
  width: 13%;
  float: right;
  cursor: pointer;
  background: #28c400;
  text-align: center;
  font-size: 1.5rem;
}
header#topHead2 .inner .telArea .btnArea a {
  display: block;
  height: 70px;
  color: #fff;
  text-decoration: none;
  line-height: 1.5;
  font-size: 15px;
}


header#topHead2 .inner .telArea .btnArea:hover {
  background: #2ddc00;
  transition: 0.3s;
}

header#topHead2 .inner .telArea .btnArea i {
  font-size: 22px;
  padding-top: 15px;
}




/* globalNav2 */

#globalNav2 {
  width: 100%;
  list-style: none;
  position: absolute;
  right: 0;
  top: 70px;
  height: 50px;
  background-color: rgba(237, 239, 243,0.9);
}
#globalNav2 ul {
  width: 1080px;
  display: flex;
	font-weight: bold;
  margin: 5px auto;
}
#globalNav2 ul li {
  border-left: 1px solid #1D3879;
  width: 25%;
  line-height: 1.2;
  font-size: clamp(12px, 3vw, 17px);
  text-align: center;
}
#globalNav2 ul li:last-child {
  border-right: 1px solid #1D3879;
}
#globalNav2 ul li a {
  color: #1D3879;
  display: block;
  padding: 10px 0;
  text-decoration: none;
}
#globalNav2 ul li a:hover {
  background: #1D3879;
  color: #fff;
  transition: 0.3s;
}

#globalNav2 ul li br{
  display: none;
}

#globalNav2 ul li a.active {
  background: #1D3879;
  color: #fff;
}






.hamburger-demo-menubox {
  display: none;
}










/*--------------------★★★PCサイト用（1080px以下）★★★---------------------*/
@media screen and (max-width: 1080px) {

  header#topHead2 .inner {
    width: 100%;
  }
  header#topHead2 .logo {
    position: absolute;
    left: 2%;
    top: 15px;
  }
  header#topHead2 .logo img {
    width: 60%;
  }


  /* globalNav2 */

  #globalNav2 ul {
    width: 100%;
  }
  #globalNav2 ul li:first-child {
    border-left: none;
  }
  #globalNav2 ul li{ font-size: clamp(12px, 3vw, 16px);}
  #globalNav2 ul li:last-child {
    border-right: none;
  }
  

}








/*--------------------★★★スマホサイト用（767px以下）★★★---------------------*/
@media screen and (max-width:767px) {

header#topHead2 {
  height: 54px;
}

#mobileHead ul.contactLink {
  display: flex;
  position: absolute;
  right: 16%;
  width: 20%;
  margin-top: 8px;
}
#mobileHead ul.contactLink li {
  box-sizing: border-box;
  width: 100%;
  list-style: none;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
  margin-right: 5px;
  background: #FFA244;
}
#mobileHead ul.contactLink li:last-child {
  background: #28c400;
}
#mobileHead ul.contactLink li a {
  display: block;
  color: #fff;
  padding: 10px 0;
  text-decoration: none;
}



/* globalNav2 */

#globalNav2 {
  width: 100%;
  top: 54px;
}

#globalNav2 ul li {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(237, 239, 243, 0.9);
}
#globalNav2 ul li br{
  display: block;
}
#globalNav2 ul li a {
  width: 100%;
  padding: 8px 0;
}


.hamburger-demo-menubox {
  display: block;
}


/* inputを非表示 */
.input-hidden {
  display: none;
}
/* label */
.hamburger-demo-switch {
  cursor: pointer;
  position: absolute;
  right: 3%;
  top: 0; /* ハンバーガーアイコンの位置（上から） */
  z-index: 9999;
  width: 3.2em; /* アイコン（クリック可能領域）の幅 */
  height: 3.2em; /* アイコン（クリック可能領域の）高さ */
}
/* メニュー展開時にハンバーガーアイコンを固定 */
#hamburger-demo1:checked ~ .hamburger-demo-switch {
  position: fixed;
}
/* ハンバーガーアイコン */
.hamburger-switch-line1,
.hamburger-switch-line1:before,
.hamburger-switch-line1:after {
  width: 25px;
  height: 3px;
  background: #1D3879; /* ハンバーガーアイコンの色 */
  position: absolute;
  top: 50%;
  left: 50%;
  transition: .3s;
  content: "";
}
.hamburger-switch-line1 {
  transform: translate(-50%, -50%);
}
.hamburger-switch-line1:before {
  transform: translate(-50%, -300%);
}
.hamburger-switch-line1:after {
  transform: translate(-50%, 200%);
}
/* ハンバーガーアイコン･アニメーション */
#hamburger-demo1:checked ~ .hamburger-demo-switch .hamburger-switch-line1 {
  width: 0;
}
#hamburger-demo1:checked ~ .hamburger-demo-switch .hamburger-switch-line1:before {
  transform: rotate(45deg) translate(-40%, 325%);
}
#hamburger-demo1:checked ~ .hamburger-demo-switch .hamburger-switch-line1:after {
  transform: rotate(-45deg) translate(-40%, -325%);
}
/* メニューエリア･アニメーション */
/* 右から */
#hamburger-demo1:checked ~ .hamburger-demo-menuwrap {
  left: 0;
}
/* コンテンツカバー */
#hamburger-demo1:checked ~ .hamburger-demo-cover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 54px;
  left: 0;
  z-index: 9997;
  display: block;
}
/* メニューエリア */
.hamburger-demo-menuwrap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 54px;
  left: 100%;
  margin: 0 auto 0;
  padding: 0 0;
  z-index: 9998;
  transition: .3s;
  overflow-y: scroll; /* メニュー内容が多い場合に縦スクロールする */
  background: #E9EDF1; /* メニューエリアの背景色 */
}




header#topHead2 .hamburger-demo-menuwrap ul {
  box-sizing: border-box;
  list-style: none;
  right: 0;
  bottom: 0;
  font-weight: bold;
  font-size: 1.6rem;
  background: #fff;
  margin: 0 0 10px 0;
}
header#topHead2 .hamburger-demo-menuwrap ul li {
  width: 100%;
}
header#topHead2 .hamburger-demo-menuwrap ul li a::after {
  position: absolute;
  right: 28px;
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  float: right;
  font-size: 2rem;
  color: #1D3879;
}

header#topHead2 .hamburger-demo-menuwrap ul li {
  float: none;
  position: static;
}
header#topHead2 .hamburger-demo-menuwrap ul li a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 15px 25px 15px 15px;
  line-height: 1.2;
}
header#topHead2 .hamburger-demo-menuwrap ul li.house a,
header#topHead2 .hamburger-demo-menuwrap ul li.apart a {
  padding: 0;
  line-height: 2;
}
header#topHead2 .hamburger-demo-menuwrap ul li a span {
  display: inline-block;
  color: #fff;
  width: 40%;
  text-align: center;
  margin-right: 2px;
  padding: 5px 0;
}
header#topHead2 .hamburger-demo-menuwrap ul li.house a span {
  background: #ff0078;
  font-size: 16px;
}
header#topHead2 .hamburger-demo-menuwrap ul li.apart a span {
  background: #3c6ef0;
  font-size: 16px;
} 




/* ハンバーガーメニュー　装飾部分 */

.humIndex{ 
  padding:0;
  width: 90%;
  margin: 0 auto;
}

.accHum-title {
  color: #fff;
  font-weight: bold;
  border: #fff 1px solid;
  background: #1D3879;
  cursor: pointer;
  font-size: 17px;
  position: relative;
  padding: 18px 10px 10px 15px;
  margin: 0 0 0 0;
  border-radius: 8px 8px 0 0;
}

.accHum-title:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 10px;
  height: 2px;
  width: 15px;
  background: #fff;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}
.accHum-title:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 10px;
  height: 2px;
  width: 15px;
  background: #fff;
  transition: all .3s ease-in-out;
}

.accHum-title.open:before {
  transform: rotate(180deg);
}
.accHum-title.open:after {
  opacity: 0;
}

.accHum-text {
  display: none;
}

.accHum-title.open + .accHum-text { display: block; }

.accHum-text ul li {
  font-size: 16px;
  text-align: left;
  list-style: none;
  position: relative;
}

.accHum-text ul li a{
  color: #000;
  font-weight: bold;
  text-decoration: none;
  background: #fff;
  transition: 0.3s;
  padding: 3% 1% 3% 8%;
  display: block;
  border-bottom: #ccc 1px solid;
}
.accHum-text ul li a::after {
  position: absolute;
  right: 32px;
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #00006c;
}




.accHum-title_bt {
  color: #fff;
  font-weight: bold;
  border: #fff 1px solid;
  background: #1D3879;
  cursor: pointer;
  font-size: 17px;
  position: relative;
  padding: 15px 10px 15px 15px;
  margin: 0 0 0 0;
  border-radius: 8px;
}
.accHum-title_bt a { 
  color: #fff;
  text-decoration: none;
}
.accHum-title_bt:after {
  position: absolute;
  right: 10px;
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  float: right;
  font-size: 2rem;
  color: #fff;
}

/* humIndexのアイコン */
.hum_i_kodate,
.hum_i_oya,
.hum_i_apart,
.hum_i_lpg{
    display: inline-block;
    line-height: 1.0;
    width: 20px;
    height: 20px;
    margin: -8px 8px 0 0;
    padding: 0;
}
.hum_i_kodate{
    background: url(https://www.propane-npo.com/renewal/img/icon_kodate.png) no-repeat center center;
    background-size: contain;
    vertical-align: middle;
}
.hum_i_oya{
    background: url(https://www.propane-npo.com/renewal/img/icon_oya.png) no-repeat center center;
    background-size: contain;
    vertical-align: middle;
}
.hum_i_apart{
    background: url(https://www.propane-npo.com/renewal/img/icon_apart.png) no-repeat center center;
    background-size: contain;
    vertical-align: middle;
}
.hum_i_lpg{
    background: url(https://www.propane-npo.com/renewal/img/icon_lpg.png) no-repeat center center;
    background-size: contain;
    vertical-align: middle;
}
}


















/* footer----------------------------------------------------- */


/* footerアコーディオン */

.footerIndex{
  width: 100%;
  background: #E9EDF1;
  padding: 3% 0;
}
.footerInner {
  width: 800px;
  margin: 0 auto;
  padding: 0;
}



.accF-title {
  color: #333;
  font-weight: bold;
  cursor: pointer;
  font-size: 1.7rem;
  position: relative;
  padding: 15px 10px 15px 15px;
  margin: 0 0 0 0;
  border-bottom: 1px solid #333;
}

.accF-title:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: #333;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}
.accF-title:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: #333;
  transition: all .3s ease-in-out;
}

.accF-title.open:before {
  transform: rotate(180deg);
}
.accF-title.open:after {
  opacity: 0;
}


.accF-text {
  display: none;
}

.accF-title.open + .accF-text { display: block; }


.accF-text ul li {
  font-size: 16px;
  text-align: left;
  list-style: none;
  position: relative;
}

.accF-text ul li a{
  color: #000;
  text-decoration: none;
  background: #fff;
  transition: 0.3s;
  padding: 15px;
  display: block;
  border-bottom: #ccc 1px solid;
}
.accF-text ul li a::after {
  position: absolute;
  right: 26px;
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #00006c;
}
.accF-text ul li a:hover{
  background: #3c6ef0;
  color: #fff;
}
.accF-text ul li a:hover::after { color: #fff;}


.footerRay{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
    margin: 2% 0 0 0;
}
.footerRay > dl{
	width: 48%;
	margin:0 2% 2% 0;
}
.footerRay > dl:nth-child(2n){ margin:0 0% 2% 0;}

.footerRay > dl img{
    width: 100%;
    height: auto;
    margin: 0 0 5px 0;
}


@media screen and (max-width:767px) {
    .footerIndex span{ font-size: 2rem;}
    .footerRay > dl{
        width: 100%;
        margin:0 0% 2% 0 ;
    }
    .footerRay > dl:nth-child(3n){ margin:0 0% 2% 0;}

}






/* fotterCTA */

.footerCTA{
  background: #DDE1EB;
  border-top: 5px solid #1D3879;
  border-bottom: 5px solid #1D3879;
  padding: 20px 0;
}
.footerCTA_inner{
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
}
.footerCTA p{
  text-align: center;
}
.footerCTA p img{
  max-width: 320px;
  width: 100%;
}

/* copyright */

.copyArea {
  margin: 0 auto;
  padding: 10px 0;
  max-width: 800px;
  width: 90%;
}
.copyArea {
  color: #333;
  margin: 0 auto 10px;
}
.copyArea ul {
  display: flex;
}
.copyArea ul li {
  font-size: clamp(10px, 3vw, 12px);
  list-style: none;
  margin-right: 20px;
}
.copyArea ul li a {
  color: #333;
  text-decoration: none;
}
.copyArea ul li a:hover {
  text-decoration: underline;
}
.copyArea address {
  font-size: clamp(10px, 3vw, 12px);
  text-align: center;
  font-style: normal;
  margin: 20px 0 10px;
  line-height: 1.2;
}


@media screen and (max-width:1080px) {

  .footerInner {
    width: 90%;
    margin: 0 auto;
  }
  
}

@media screen and (max-width:767px) {
  
  .ray3 > dl{
    width: 100%;
    margin:0 0% 2% 0 ;
  }
  .ray3 > dl:nth-child(2n){ margin:0 0 2% 0;}
  
  .copyArea{
    padding-bottom: 80px;
  }


}








/* 全ページ共通のCTA */

/* new cta */
.cta {
  background: #DDE1EB;
  border-bottom: 5px solid #1D3879;
  padding: 0 0 10px 0;
 }
.ctaTit{
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: clamp(20px, 3vw, 20px);
  background: #1D3879;
  padding: 15px 0;
}
.cta_triangle{
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #1D3879;
  margin: 0 auto;
}

.cta_apart{
  text-align: right;
  font-size: clamp( 12px, 3vw, 14px);
}
.cta_apart a{
  color: #1D3879;
  text-decoration: none;
}
.cta_apart a:hover{
  text-decoration: underline;
}



.ctaSet {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0 20px;
}
.ctaSet > div{
  width: 48%;
  box-sizing: border-box;
  margin: 15px 0 0;
}

/* 子要素が1つだけのとき */
.ctaSet > div:only-child {
  width: 60%;
  margin: 0 auto;
}

    @media screen and (max-width:767px) {
      .ctaSet > div { width: 100%;}
      .ctaSet > div:only-child {
        width: 100%;
        margin: 0 auto;
      }
    }

.ctaSet div.tel,.ctaSet div.mail {
  border-radius: 4px;
  text-align: center;
}
.ctaSet div.tel a,.ctaSet div.mail a {
  display: block;
  text-decoration: none;
  padding: 15px 0;
  line-height: 1.0;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.ctaSet div.tel {
  position: relative;
  overflow: hidden;
  background: #FFA41C;
  cursor: pointer;
  font-size: 26px;
  font-weight: bold;
}
.ctaSet div.tel a {
  color: #000;
}
.ctaSet div.tel a:hover {
  background: #FF8F00;
}

.ctaSet div.mail {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #28c400;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
}
.ctaSet div.mail a {
  color: #fff;
}
.ctaSet div.mail a:hover {
  background: #2ddc00;
}

.ctaSet div.tel::before{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 70%);
  -webkit-animation: shine 5s infinite;
  animation: shine 5s infinite;
}
.ctaSet div.mail::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 70%);
  -webkit-animation: shine 5s infinite;
  animation: shine 5s infinite;
}


.ctaOpen{
  font-size: clamp(14px, 3vw, 16px);
  color: #1D3879;
  display: block;
  margin: 10px auto;
  text-align: center;
}
.ctaOpenSide{
  font-size: 14px;
  color: #1D3879;
  display: block;
  margin: 10px auto;
  text-align: center;
}

.i_tel{
  display: inline-block;
  line-height: 1.0;
  width: 49px;
  height: 25px;
  margin: 0 0 0 0;
  padding: 0;
  background: url(https://www.propane-npo.com/renewal/img/i_freedial_bk.svg) no-repeat center center;
  background-size: contain;
}
.i_mail{
  display: inline-block;
  line-height: 1.0;
  width: 44px;
  height: 25px;
  margin: 0 0 0 0;
  background: url(https://www.propane-npo.com/renewal/img/i_mail.svg) no-repeat center center;
  background-size: contain;
}





/* スマホフッター スティッキー */
@media screen and (max-width:767px) {
  
.linkCTA{
  width: 100%;
  flex-wrap: wrap;
  filter: drop-shadow(0px 5px 10px #000);
  background: #fff;
  padding: 5px 0;
}
.linkCTA ul{
  width: 94%;
  margin: 0 auto;
  display: flex;
}

.linkCTA > ul li{
  font-size: 15px;
  font-weight: bold;
  list-style: none;
  width: 20%;
  text-align: center;
  padding: 5px 0;
  margin: 0 0 0 5px;
  border-radius: 10px;
  color: #fff;
}
.linkCTA > ul li:first-child{
  width: 60%;
  margin: 0 0 0 0;
}
.linkCTA > ul li a{
  text-decoration: none;
  color: #fff;
}

.linkCTA ul li#tel div a{
  font-size: 10px;
  background: #ff9933;
  border-radius: 30px;
  font-size: 26px;
  white-space: nowrap;
  display: block;
  font-weight: bold;
  margin: -5px 0 5px 0;
  padding: 5px 0;
}
.linkCTA ul li#tel div.hour {
 display: block;
 color: #000;
 font-weight: bold;
 font-size: 13px;
}


.linkCTA ul li#mail{
  background: #00BC2A;
}
.linkCTA ul li#calc{
  background: #47ACD5;
}

.icon_tel{
  display: inline-block;
  line-height: 1.0;
  width: 20px;
  height: 12px;
  margin: 0 5px 0 0;
  background: url('https://www.propane-npo.com/renewal/img/icon_tel.svg') no-repeat center center;
  background-size: contain;
  vertical-align: middle;
}
.icon_mail{
  display: block;
  width: 24px;
  height: 26px;
  margin: 2px auto 4px;
  background: url('https://www.propane-npo.com/renewal/img/icon_mail_wire.svg') no-repeat center center;
  background-size: contain;
}
.icon_calc{
  display: block;
  width: 24px;
  height: 26px;
  margin: 2px auto 4px;
  background: url('https://www.propane-npo.com/renewal/img/icon_calc.svg') no-repeat center center;
  background-size: contain;
}

}