@charset "utf-8";
/* CSS Document */

/* ---------- 初期設定 ---------- */
.pc{display: block;}
.sp{display: none;}

@media screen and (max-width: 480px){
	.pc{display: none;}
	.sp{display: block;}
}

body{
	font-family: Lato, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Arial, Helvetica, sans-serif;
	line-height: 1.8;
}



/* ---------- 共通設定 ---------- */
ul{list-style: none;}
img{max-width: 100%;}

/* フォント */
.fontsize160{font-size: 160%;}
.text-center{text-align: center;}
.text-right{text-align: right;}
.text-left{text-align: left;}
/* テキスト - 太文字 */
.text_bold{font-weight: bold;}
/* テキスト - 赤文字 */
.text_red{color: #f00;}
/* テキスト - 青文字 */
.text_blue{color: #0071b9;}
/* テキスト - グレー文字 */
.text_title{color: #737373;}




/* ---------- pc ---------- */
h2{
	text-align: center;
	margin-bottom: 30px;
}
h2 img{
	width: auto;
	max-width: 100%;
}

#header{
	width: 100%;
    max-width: 1400px;
    margin: 0 auto;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	padding: 15px 0 0;
}
#header h1{
	flex-grow: 1;
}
#header p.tell{
	margin-right: 20px;
}
.main{
	width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.bn-list{
	width: 100%;
	background: #fff9d8;
}
.bn-list .bn-list-inner{
	width: 100%;
    max-width: 1400px;
    margin: 0 auto;
	padding: 20px 0;
}
.bn-list .bn-list-inner ul{
	width: 100%;
    max-width: 1000px;
    margin: 0 auto;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


/* 選ばれる理由 */
section#content02{
	width: 100%;
	max-width: 1400px;
        margin: 0 auto;
	padding: 60px 0;
	background: #f8dceb;
        text-align: center;
}
section#content02 h2 + p{
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 5px;
}
section#content02 h2 + p2{
	font-size: 20px;
	margin-bottom: 20px;
}
/* お客様の声 */
section#content03{
	width: 100%;
	max-width: 1400px;
        margin: 0 auto;
	padding: 60px 0;
	background: #ffffff;
        text-align: center;
}
section#content03 h2 + p{
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 5px;
}
section#content03 h2 + p2{
	font-size: 20px;
	margin-bottom: 20px;
}

section#content03
div.container {
  width:  100%;
  display: flex;
 justify-content: space-between;
 width: 1100px;
 margin: 0 auto;
}
div.item {
  width: 100%;
  margin: 0px;
  width: 550px;
}


/* 設置までの流れ */
section#content04{
	width: 100%;
	max-width: 1400px;
        margin: 0 auto;
	padding: 60px 0;
	background: #f8dceb;
        text-align: center;
}
section#content04 p{
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 5px;
}


/* 団地用給湯器の選び方 */
section#content05{
	width: 100%;
	max-width: 1400px;
        margin: 0 auto;
	padding: 60px 0;
	background: #fffff;
        text-align: center;
}
section#content05 h2 + p{
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 5px;
}
section#content05 h4 + p2{
	font-size: 20px;
	margin-bottom: 20px;
}



/* よくあるご質問 */
section#content06{
	width: 100%;
	max-width: 1400px;
    margin: 0 auto;
	padding: 60px 0;
	background: #f8dceb;
}
section#content06 h2 + p{
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 5px;
}
section#content06 h4 + p2{
	font-size: 20px;
	margin-bottom: 20px;
}

/* ボックス全体 */
section#content06 .accbox {
	width: 100%;
	max-width: 1000px;
    margin: 0 auto;
    padding: 0;
}
/* ラベル */
section#content06 .accbox label {
    display: block;
	border-top: 4px solid #8a8c8d;
    margin: 0;
    padding : 30px 50px 30px 80px;
    color: #000;
    font-weight: bold;
    background: #fff;
    cursor :pointer;
    transition: all 0.5s;
	position: relative;
}
/* Qアイコンを表示 */
section#content06 .accbox label:before {
    content: '';
	position: absolute;
	top: 0;
    left: 20px;
    bottom: 0;
    margin: auto;
	width: 50px;
    height: 50px;
	background: url(../../image/lp/ecocute/content06_iconQ.png) no-repeat;
}
section#content06 .accbox label:after {
    content: '';
	position: absolute;
	top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    border-top: 4px solid #be272d;
    border-right: 4px solid #be272d;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
/* ラベルホバー時 */
section#content06 .accbox label:hover {
    background :#ffe9a9;
}
/* チェックは隠す */
section#content06 .accbox input {
    display: none;
}
/* 中身を非表示にしておく */
section#content06 .accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
	margin-bottom: 20px;
}
/* クリックで中身表示 */
section#content06 .cssacc:checked + label + .accshow {
    height: auto;
    padding: 30px 20px 30px 80px;
    background: #efefef;
    opacity: 1;
	position: relative;
}
section#content06 .cssacc:checked + label + .accshow::before{
	content: '';
	position: absolute;
	top: 30px;
    left: 20px;
	width: 50px;
    height: 50px;
	background: url(../../image/lp/ecocute/content06_iconA.png) no-repeat;
}
/* 矢印アイコンを入れ替える */
section#content06 .cssacc:checked + label:after {
	top: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}



/* 店舗紹介 */
section#content08{
	width: 100%;
	max-width: 1400px;
    margin: 0 auto;
	background: #fffff
	text-align: center;
	padding: 60px 0;
}
section#content08 h2 + p{
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 5px;
}
section#content08 h4 + p2{
	font-size: 20px;
	margin-bottom: 20px;
}
section#content08 .shop{
	width: 100%;
	max-width: 1000px;
    margin: 0 auto;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	-webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
section#content08 .shop .company{
	width: 100%;
	border: 4px solid #e3e3e3;
    border-radius: 20px 30px;
    background: #fff;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
}

section#content08 .shop .fuse,
section#content08 .shop .kounoike{
	width: 48%;
	border: 4px solid #e3e3e3;
    border-radius: 20px 30px;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
}
section#content08 .shop .shopname{
	font-size: 30px;
	color: #e4007f;
	font-weight: bold;
	margin-bottom: 20px;
}
section#content08 .shop .shopimg{margin-bottom: 20px;}
section#content08 .shop dl{
	text-align: left;
	margin-bottom: 20px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
section#content08 .shop dt{
	width: 20%;
    background: #e4007f;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 16px;
}
section#content08 .shop dd{width: 75%;}

/* サービス提供エリア一覧 */
section#content09{
	width: 100%;
	max-width: 1400px;
    margin: 0 auto;
	background: #f8dceb;
	padding: 60px 0;
}
section#content09 h2 + p{
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 5px;
}
section#content09 h4 + p2{
	font-size: 20px;
	margin-bottom: 20px;
}
section#content09 dl{
	clear: both;
	width: 100%;
	max-width: 1000px;
    margin: 0 auto;
    padding: 10px 0;
    border-bottom: 1px dotted #CCC;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
section#content09 dt {
    font-weight: bold;
    float: left;
    width: 10%;
    padding: 0px 20px 10px 8px;
}
section#content09 dt.osaka {
    padding: 0px 20px 20px 8px;
}
section#content09 dd {
	width: 80%;
    font-size: 14px;
}

/* Copyright */
section#content10{
	width: 100%;
    margin: 0 auto 60px;
	background: #e4007f;
	text-align: center;
	padding: 10px 0;
}
section#content10 p{
	color: #fff;
	font-size: 12px;
}

/* フッター固定（スクロール）
-------------------------------------------------------------*/
#footer_info{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
	background: rgba(228, 0, 127, 0.3);
  box-sizing: border-box;
  padding-top: 10px;
}
#footer_info ul{
	width: 1100px;
	margin: 0 auto;
}
#footer_info li{
	display: inline-block;
  width:266px;
  margin: 0 2px;
}
#footer_info li img{
	width: 100%;
}


/* ---------- スマホ ---------- */
@media screen and (max-width: 480px){
	#header{width: 100%;}
	#header p.tell{margin: 0 10px;}
	h2{
		width: 100%;
		margin: 0 auto 20px
      }
       
	.fontsize160 {
		font-size: 100%;
	}
	.bn-list .bn-list-inner{width: 96%;}
	.bn-list .bn-list-inner ul li{width: 49%;}
	
	
       /* 選ばれる理由 */
	section#content02{padding: 30px 0;}
	section#content02 h2 + p{font-size: 25px; margin-bottom: 10px;}
	section#content02 p{width: 96%; margin: 0 auto;}
	/* お客様の声 */
	section#content03{padding: 30px 0;}
	section#content03 h2 + p{font-size: 25px; margin-bottom: 10px;}
	section#content03 p{width: 96%; margin: 0 auto;}
        section#content03 div.container {flex-direction: column; align-items: center;width: 100%;}
        section#content03 div.item {width: 90%; margin-bottom: 10px;}

        /* 設置までの流れ */
	section#content04{padding: 30px 0;}
	section#content04 h2 + p{font-size: 25px; margin-bottom: 10px;}
	section#content04 p{width: 96%; margin: 0 auto;}
 　　　　/* 団地給湯器の選び方 */
	section#content05{padding: 30px 0;}
	section#content05 h2 + p{font-size: 25px; margin-bottom: 10px;}
	section#content05 p{width: 96%; margin: 0 auto;}
	/* よくあるご質問 */
	section#content06{padding: 30px 0;}
　　　　 section#content06 h2 + p{font-size: 25px; margin-bottom: 10px;}
        section#content06 p{width: 96%; margin: 0 auto;}
	section#content06 .accbox{width: 96%;}
	section#content06 .accbox label, section#content06 .cssacc:checked + label + .accshow{padding: 10px 10px 10px 40px;}
	section#content06 .accbox label:before{left: 10px; width: 25px; height: 25px; background-size: cover;}
	section#content06 .accbox label:after{width: 10px; height: 10px;}
	section#content06 .cssacc:checked + label + .accshow::before{top: 10px; left: 10px; width: 25px; height: 25px; background-size: cover;}
	/* お得なキャンペーン/ランキング */
	section#content07 .campaign, section#content07 .ranking{width: 100%; padding: 30px 0;}
	section#content07 .campaign ul, section#content07 .ranking ul{width: 96%; margin: 0 auto;}
	section#content07 li:last-child{margin-bottom: 0;}
	/* 店舗紹介 */
	section#content08 h2 + p{font-size: 25px; margin-bottom: 10px;}
        section#content08{padding: 30px 0;}
	section#content08 .shop{width: 96%;}
	section#content08 .shop > div{margin-bottom: 10px;}
	section#content08 .shop .fuse, section#content08 .shop .kounoike{width: 100%;}
	section#content08 .shop .shopname{font-size: 20px; margin-bottom: 10px;}
	section#content08 .shop .shopimg{margin-bottom: 10px;}
	section#content08 .shop dl{margin-bottom: 10px;}
	section#content08 .shop dt{width: 30%}
	section#content08 .shop dd{width: 60%;}
	/* サービス提供エリア一覧 */
        section#content09 h2 + p{font-size: 25px; margin-bottom: 10px;}
	section#content09{padding: 30px 0;}
	section#content09 dl{width: 96%;}
	section#content09 dt{width: 100%; float: none;}
	section#content09 dd{width: 100%;}
	/* Copyright */
	section#content10{margin: 0 auto 70px;}

	/* フッター固定メニュー */
	.fix_menu_smartphone {
         width: 100%;
         height: 38px;
         position: fixed;
         bottom: 0px;
         left: 0px;
         z-index: 10000;
         border-bottom: 5px solid #e4007f;
}
        .fix_menu_smartphone ul {
         width: 98%;
         display: flex;
         justify-content: space-between;
          margin: 0 auto;
}
        .fix_menu_smartphone li {
         float: left;
         width: 33%;
         height: auto;
         text-align: center;
         list-style: none;
         display: flex;
         justify-content: center;
         align-content: flex-end;
}

       .fix_menu_smartphone li a{
	display: block;
}
       .fix_menu_smartphone img{
        width:130px;
	height: auto;
	padding: 6px 0;
}
       @media screen and (max-width:320px) {
      .fix_menu_smartphone li{
	height: 56px;
}
      .fix_menu_smartphone img{
       width:100%;
}
}
