@charset "UTF-8";
/* デバイス共通 */
/* 初期化 */
* {
	/* 文字関連 */
	font-style: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	vertical-align: baseline;
	text-decoration: none;
	color: #333333;
	text-align: left;
	letter-spacing: normal;
	word-spacing: normal;
	/* 背景 */
	background: none;
	/* 余白 */
	margin: 0;
	padding: 0;
	/* その他 */
	list-style: none;
	border: none;
	box-sizing: border-box;
}
html {
  scroll-behavior: smooth; /* これだけでスムーズになる */
}
p{
	margin-bottom: 0.6em;
}
/* コラム投稿ページ用 */
div#toc_container{
	width: 100% !important;
}
ul.toc_list li{
	margin-bottom: 0.5em !important;
}
/* リスト-タイトルあり */
.list-1 {
    position: relative;
    padding: 0 1.5em;
    border: 2px solid #129D00;
}
.list-1 > div {
    position: absolute;
    top: -.75em;
    left: 1em;
    padding: 0 .5em;
    background-color: #fff;
    color: #129D00;
    font-weight: 600;
}
.list-1 ol {
    list-style-type: disc;
    margin: 0;
    padding: 20px 0;
}
.list-1 li {
    padding: .3em .3em .3em 0;
}
.list-1 li::marker {
    color: #129D00;
    font-size: 1.1em;
}

/* サイドバー */
#sidebar{
	margin-top: 0;
}
#sidebar img{
	border: 1px solid #CCCCCC;
}
/* 個人情報の取り扱いページ用 */
#privacypolicy ol li{
	list-style: decimal inside;
	margin-bottom: 0.5em;
}
#privacypolicy h2{
	font-size: 20px;
	line-height: 30px;
	margin-top: 30px;
}
#privacypolicy h3{
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 5px;
}
/* 工事対応エリアページ用 */
#arealist h2{
	font-size: 28px;
	line-height: 40px;
}
#arealist h3{
	font-size: 20px;
	line-height: 32px;
	font-weight: bold;
	margin-top: 30px;
}
/* 運営会社ページ用 */
dl#company{
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 60px;
}
dl#company dt{
	float: left;
	width: 35%;
	line-height: 40px;
	font-weight: bold;
}
dl#company dd{
	float: left;
	width: 65%;
	line-height: 40px;
}
div#message{
	background-color: #F9F9F9;
	padding: 1em;
	border: 1px solid #EEEEEE;
}
#message h3{
	font-weight: bold;
	margin-top: 0.5em;
}
#message p{
	margin: 0;
	line-height: 2em;
	padding: 0.5em 0;
}
#message p.signature{
	text-align: right;
	margin-top: 1.5em;
	margin-right: 1em;
}
/* 施工事例一覧ページ用 */
section#worklist{
	overflow: hidden;
	margin-top: 0;
}
/* コラム一覧ページ用 */
section#columnlist{
	overflow: hidden;
	margin-top: 0;
}
/* お問い合わせページ用 */
.inquiry span{
	color: #E60023;
}
.inquiry ul{
	margin-bottom: 30px;
}
.inquiry ul li{
	text-align: center;
	width: 100%;
	border: 1px solid #CCCCCC;
	padding: 0.5em;
}
.inquiry ul li:nth-child(odd){
	background-color: #D0FFCA;
}
.inquiry ul li:nth-child(even){
	line-height: 30px;
	padding: 1em;
}
.inquiry p a{
	color: #129D00;
	text-decoration: underline;
}
.submit{
	cursor: pointer;
	width: 100%;
	background-color: #EEEEEE;
	border: 1px solid #999999;
	padding: 1em 2em;
	text-align: center;
	margin-top: 60px;
}

.inquiry li input.wpcf7-text, textarea{
	width: 100%;
	border: 1px solid #CCCCCC;
	padding: 0.5em;
}
.inquiry li p{
	margin-bottom: 0;
}
.inquiry span.wpcf7-list-item-label{
	color: #333333;
}
input.large-acceptance[type="checkbox"] {
  transform: scale(1.5); /* チェックボックスを1.5倍に */
  margin-right: 10px; /* 文字との間隔を調整 */
	margin-top: 40px;
}
input[type="file"]{
	margin: 5px 0 25px 0;
}
/* コラム記事ページ用 */
#kiji img{
	display: block;
	margin: 0 auto;
}
#kiji h1{
	margin-top: 20px;
}
#kiji h2{
	position: relative;
	padding-left: 15px; /* 線と文字の隙間 */
}
#kiji h2 span{
	color: #333333;
}
#kiji h2::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 6px; /* 線の太さ */
	height: 100%;
	/* 2色を指定：上半分と下半分で分ける */
	background: linear-gradient(to bottom, #1BE700 50%, #129D00 50%);
}
#kiji h3{
	border-bottom: 3px solid #129D00;
}
#kiji h3 span{
	font-weight: bold;
	color: #333333;
	font-size: 20px;
	line-height: 40px;
}
#kiji h4 span{
	font-weight: bold;
	color: #129D00;
	font-size: 18px;
	line-height: 30px;
}
#kiji #kanshu{
	overflow: hidden;
	border-radius: 10px;
	border: 2px solid #129D00;
	padding: 15px;
}
#kiji #kanshu div{
	float: left;
	width: 160px;
	margin-right: 20px;
}
#kiji #kanshu img{
	width: 160px;
	height: auto;
	border-radius: 10px;
	border: 3px solid #CCCCCC;
	margin-bottom: 10px;
}
#kiji dl#shimei{
	overflow: hidden;
}
#kiji dl#shimei dt{
	float: left;
	padding: 0.5em 1em;
	background-color: #129D00;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	line-height: 28px;
}
#kiji dl#shimei dd{
	float: left;
	font-size: 16px;
	line-height: 28px;
	padding: 0.5em 0 0.5em 1em;
}
#kiji dl#intro{
	overflow: hidden;
	float: left;
	width: 466px;
}
#kiji dl#intro dt{
	margin-bottom: 5px;
}
#kiji dl#intro dd+dt{
	margin-top: 15px;
}

/* よくある質問 */
.qa-1 {
    width: 100%;
    margin-bottom: 7px;
    border: 1px solid #d6dde3;
    border-radius: 5px;
}
.qa-1 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}
.qa-1 summary::before,
.qa-1 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}
.qa-1 summary::before {
    color: #129D00;
    content: "Q";
}
.qa-1 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}
.qa-1[open] summary::after {
    transform: rotate(225deg);
}
.qa-1 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}
.qa-1[open] p {
    transform: none;
    opacity: 1;
}
.qa-1 p::before {
    color: #FF6A00;
    line-height: 1.2;
    content: "A";
}

/* ボタン装飾 */
.button{
	margin-top: 30px;
}
.button a {
	background: #FF6A00;
	border-radius: 9999px;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: auto;
	max-width: 325px;
	padding: 15px 25px;
	font-family: "Noto Sans Japanese";
	text-decoration: none;
	color: #FFFFFF;
	line-height: 1.8;
	transition: 0.3s ease-in-out;
	font-size: 16px;
}
.button a:after {
	content: "";
	position: absolute;
	top: 50%;
	bottom: 0;
	right: 1.8rem;
	font-size: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: right 0.3s;
	width: 6px;
	height: 6px;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	transform: translateY(-50%) rotate(45deg);
}
.button a:hover {
	background: #FF4E00;
	color: #FFFFFF;
}
.button a:hover:after {
	right: 1.4rem;
}
/* フルサイズボタン */
.fullbutton{
	clear: both;
}
.fullbutton a {
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: auto;
	width: 100%;
	padding: 15px 25px;
	transition: 0.3s ease-in-out;
	border: 1px solid #129D00;
	font-size: 16px;
	line-height: 36px;
	color: #129D00;
}
.fullbutton a:after {
	content: "";
	position: absolute;
	top: 50%;
	bottom: 0;
	right: 2rem;
	font-size: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: right 0.3s;
	width: 6px;
	height: 6px;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	transform: translateY(-50%) rotate(45deg);
}
.fullbutton a:hover {
	color: #129D00;
}
.fullbutton a:hover:after {
	right: 1.4rem;
}

/* 見出し装飾 */
/* 下線2色 */
.underline2{
 position:relative;
 border-bottom:solid 3px #999999;
}

.underline2::after{
 position:absolute;
 content:"";
 display:block;
 border-bottom:solid 3px #129D00;
 width:15%;
}
/* 左縦線2色 */
.leftline2 {
  position: relative;
  padding-left: 15px; /* 線と文字の隙間 */
}
.leftline2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 6px; /* 線の太さ */
  height: 100%;
  /* 2色を指定：上半分と下半分で分ける */
  background: linear-gradient(to bottom, #1BE700 50%, #129D00 50%);
}
/* 最初の文字だけ大文字 */
.character1st:first-letter {
  font-size: 2em;
  color: #129D00;
}
/* 背景内に下線 */
.backgroundline {
	font-weight: normal;
	background-color: #129D00;
	color: #FFFFFF;
	padding: 0.5em 0.5em calc(0.5em - 6px);
	position: relative;
	font-size: 20px;
	line-height: 40px;
}
.backgroundline::after {
	content: '';
	background-color: #129D00;
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: -6px;
	left: 0;
}

/* 枠 */
.backgroundline+div{
	overflow: hidden;
	border: 3px solid #129D00;
	padding: 1em;
	margin-top: -12px;
	margin-bottom: 15px;
}
.backgroundline+div h3{
	margin-top: 15px;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	color: #129D00;
}
/* PC用追従バナー */
#pagetop{
	width: 110px;
	position:fixed;
	right:0px;
	bottom:160px;
	cursor:pointer;
}
#inquiryImg{
	margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
	/* 横幅600px以下の場合(スマートフォン向け) */
	/* PC用追従バナー */
	#pagetop{
		display: none !important;
	}
	/* Gナビ用 */
	/*============
	nav
	=============*/
	nav {
		display: block;
		position: fixed;
		top: 0;
		left: -300px;
		bottom: 0;
		width: 300px;
		background: #ffffff;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		transition: all .5s;
		z-index: 3;
		opacity: 0;
	}
	.open nav {
		left: 0;
		opacity: 1;
	}
	nav .inner {
		padding: 25px;
	}
	nav .inner ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	nav .inner ul li {
		position: relative;
		margin: 0;
		border-top: 1px solid #999999;
	}
	nav .inner ul li:first-child, nav .inner ul li:last-child{
		border: 0;
	}
	nav .inner ul li a {
		display: block;
		color: #333333;
		font-size: 16px;
		padding: 1em;
		text-decoration: none;
		transition-duration: 0.2s;
	}
	nav .inner ul li a:hover {
		background: #e4e4e4;
	}
	nav .inner ul li:last-child a{
		border: 0;
		background-color: #FF6A00;
		line-height: 40px;
		border-radius: 30px;
		color: #FFFFFF;
		text-align: center;
		margin-top: 35px;
	}
	/*============
	.toggle_btn
	=============*/
	.toggle_btn {
		display: block;
		position: absolute;
		top: 30px;
		right: 30px;
		width: 30px;
		height: 30px;
		transition: all .5s;
		cursor: pointer;
		z-index: 3;
	}
	.toggle_btn span {
		display: block;
		position: absolute;
		left: 0;
		width: 30px;
		height: 2px;
		background-color: #333;
		border-radius: 4px;
		transition: all .5s;
	}
	.toggle_btn span:nth-child(1) {
		top: 4px;
	}
	.toggle_btn span:nth-child(2) {
		top: 14px;
	}
	.toggle_btn span:nth-child(3) {
		bottom: 4px;
	}
	.open .toggle_btn span {
		background-color: #fff;
	}
	.open .toggle_btn span:nth-child(1) {
		-webkit-transform: translateY(10px) rotate(-315deg);
		transform: translateY(10px) rotate(-315deg);
	}
	.open .toggle_btn span:nth-child(2) {
		opacity: 0;
	}
	.open .toggle_btn span:nth-child(3) {
		-webkit-transform: translateY(-10px) rotate(315deg);
		transform: translateY(-10px) rotate(315deg);
	}
	/*============
	#mask
	=============*/
	#mask {
		display: none;
		transition: all .5s;
	}
	.open #mask {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: .8;
		z-index: 2;
		cursor: pointer;
	}
	/* コラム記事ページ用 */
	#kiji h1{
		margin-top: 20px;
	}
	#kiji h1, #kiji h1 span, #kiji h2, #kiji h2 span{
		font-size: 22px;
		line-height: 36px;
	}
	#kiji #kanshu{
		overflow: hidden;
		border-radius: 10px;
		border: 2px solid #129D00;
		padding: 15px;
	}
	#kiji #kanshu div{
		float: none;
		width: 100%;
	}
	#kiji #kanshu img{
		display: block;
		width: 100px;
		border-radius: 10px;
		border: 3px solid #CCCCCC;
		margin-bottom: 10px;
		margin-right: 30px;
		float: left;
	}
	#kiji dl#shimei{
		overflow: hidden;
		float: left;
		margin-top: 28px;
	}
	#kiji dl#shimei dt{
		float: left;
		padding: 0.5em 1em;
		background-color: #129D00;
		color: #FFFFFF;
		text-align: center;
		font-size: 16px;
		line-height: 28px;
	}
	#kiji dl#shimei dd{
		float: left;
		font-size: 16px;
		line-height: 28px;
		padding: 0.5em 0 0.5em 1em;
	}
	#kiji dl#intro{
		overflow: hidden;
		width: 100%;
	}
	#kiji dl#intro dt{
		margin-bottom: 5px;
	}
	#kiji dl#intro dd+dt{
		margin-top: 15px;
	}

	/* パンくず */
	section.pankuzu{
		clear: both;
		width: 94%;
		margin: 60px auto 0 auto;
	}
	section.pankuzu li{
		float: left;
		color: #333333;
		font-size: 12px;
		line-height: 26px;
	}
	section.pankuzu li a{
		padding: 0 0.3em;
		font-size: 12px;
		line-height: 26px;

	}
	section.pankuzu li a span{
		color: #333333;
		font-size: 12px;
		line-height: 26px;
	}

	/* ヘッダー */
	header{
		overflow: hidden;
		width: 75%;
		padding: 10px 5px;
	}
	header img{
		display: block;
	}
	/* メインビジュアル */
	#mainv{
		border-top: 3px solid #129D00;
	}
	#mainv img{
		display: block;
		width: 100%;
	}
	/* コンテンツ内の電話番号 */
	.contenttel{
		clear: both;
		border-top: 4px solid #129D00;
		border-bottom: 4px solid #129D00;
		padding: 20px 0;
		background-image: linear-gradient(45deg, #7CE96E12 25%, transparent 25%, transparent 50%, #7CE96E12 50%, #7CE96E12 75%, transparent 75%, transparent), linear-gradient(-45deg, #7CE96E12 25%, transparent 25%, transparent 50%, #7CE96E12 50%, #7CE96E12 75%, transparent 75%, transparent);
		background-color: #7CE96E0d;
		background-size: 20px 20px;
	}
	.contenttel p{
		color: #333333;
		text-align: center;
		margin: 0;
	}
	.contenttel .storename{
		font-size: 16px;
	}
	.contenttel .storename+p{
		font-size: 22px;
		line-height: 40px;
		font-weight: bold;
	}
	.contenttel .telnumber{
		font-size: 34px;
		line-height: 38px;
		font-weight: bold;
		width: 340px;
		margin: 0 auto;
	}
	.contenttel .telnumber a{
		font-size: 34px;
		line-height: 38px;
		font-weight: bold;
	}
	.contenttel .time{
		font-size: 16px;
	}
	.contenttel .button{
		margin-top: 10px;
	}
	/* エアコン */
	div.aircon{
		position: relative;
		width: 100%;
		padding: 2%;
		margin-bottom: 15px;
		border: 1px solid #999999;
		border-radius: 12px;
		overflow: hidden;
	}
	div.aircon ul{
		overflow: hidden;
		margin-bottom: 5px;
	}
	div.aircon ul li{
		background-color: #D6FFD1;
		color: #129D00;
		border: 1px solid #129D00;
		border-radius: 8px;
		font-size: 14px;
		line-height: 40px;
		text-align: center;
		width: 23%;
		float: left;
		margin-right: 2%;
	}
	div.aircon ul li:first-child{
		background-color: transparent;
		width: 50%;
		border: 0;
	}
	div.aircon ul li:first-child img{
		display: block;
		width: auto;
		height: 40px;
	}
	div.aircon ul li:last-child{
		margin-right: 0;
	}
	div.aircon ul+picture img{
		display: block;
		width: auto;
		max-height: 150px;
	}
	div.aircon ul+picture+p{
		font-size: 14px;
		line-height: 22px;
	}
	div.aircon div p{
		float: left;
		color: #129D00;
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 0;
	}
	div.aircon div p+p, div.aircon div p+p span{
		color: #E60023;
		font-size: 31px;
		line-height: 40px;
		font-weight: bold;
	}
	div.aircon div p+p{
		margin-left: 10px;
	}
	div.aircon div p+p span{
		font-size: 16px;
	}
	div.aircon img.sale{
		width: 100px;
		height: auto;
		position: absolute;
		bottom: 40px;
		right: 3px;
	}
	/* 矢印 */
	.arrow{
		position: relative;
		padding-right: 30px;
	}
	.arrow::before{
		content: "";
		position: absolute;
		right: 20px;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 6px;
		height: 6px;
		border-radius: 2px;
		border-left: 2px solid #FFFFFF;
		border-bottom: 2px solid #FFFFFF;
		transform: rotate(-135deg);
		box-sizing: content-box;
		transition: 0.6s cubic-bezier;
	}

	img {
		max-width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	h1,h2,h3,h4,h5,h6{
		margin-bottom: 0.5em;
	}
	h1, h1 span, h2, h2 span{
		font-size: 28px;
		line-height: 36px;
		font-weight: bold;
	}
	h1 span, h2 span{
		color: #FF6A00;
	}
	h2{
		margin-top: 60px;
	}
	h3{
		font-size: 18px;
	}
	h4{
		font-size: 18px;
	}
	h5{
		font-size: 16px;
	}
	h6{
		font-size: 16px;
	}
	div#wrap{
		width: 94%;
		margin: 20px auto;
	}
	/* メインコンテンツ */
	article{
	}
	section{
		margin: 30px 0;
	}
	/* ご依頼の流れ */
	div.flow{
		border-radius: 12px;
		border: 1px solid #999999;
		padding: 15px;
		margin-bottom: 15px;
	}
	div.flow img{
		display: block;
		width: 100%;
		height: auto;
		margin-bottom: 10px;
		border-radius: 12px;
	}
	div.flow h3{
		font-size: 18px;
		line-height: 40px;
		font-weight: bold;
	}
	div.flow p, div.flow p span{
		font-size: 16px;
		line-height: 24px;
	}
	div.flow p span{
		color: #FF6A00;
	}
	/* 施工事例一覧 */
	div.constructionexample{
		float: left;
		width: 49%;
		margin-right: 2%;
		margin-bottom: 5%;
	}
	div.constructionexample:nth-of-type(2n){
		margin-right: 0;
	}
	div.constructionexample dl{
		margin-top: 5px;
	}
	div.constructionexample dt, div.constructionexample dd{
		font-size: 14px;
		line-height: 20px;
	}
	div.constructionexample dt{
		font-weight: bold;
	}
	/* コラム一覧ページ用 */
	div.column{
		float: left;
		width: 49%;
		margin-right: 2%;
		margin-bottom: 20px;
	}
	div.column:nth-of-type(2n){
		margin-right: 0;
	}
	div.column p{
		padding-top: 7px;
	}

	/* 運営会社ページ用 */
	dl#company{
		overflow: hidden;
		margin-top: 15px;
		margin-bottom: 30px;
	}
	dl#company dt{
		float: left;
		width: 32%;
		line-height: 25px;
		font-weight: bold;
		margin-right: 3%;
		padding: 12px 0;
	}
	dl#company dd{
		float: left;
		width: 65%;
		line-height: 25px;
		margin-bottom: 0.5em;
		padding: 12px 0;
	}
	/* エアコン一覧ページ用 */
	ul.sizebutton{
		overflow: hidden;
		margin-top: 30px;
	}
	ul.sizebutton li{
		float: left;
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	ul.sizebutton li:nth-of-type(2n){
		margin-right: 0;
	}
	ul.sizebutton li a{
		display: block;
		border: 1px solid #129D00;
		border-radius: 8px;
		text-align: center;
		color: #129D00;
		padding: 1em 0;
	}
	p.hosho, p.hosho span{
		text-align: center;
		font-size: 26px;
		line-height: 40px;
		color: #129D00;
		font-weight: bold;
	}
	p.hosho{
		margin: 40px 0;
		padding: 25px 0;
		border-top: 2px solid #129D00;
		border-bottom: 2px solid #129D00;
	}
	p.hosho span{
		color: #FF6A00;
	}
	section.aircondetail{
		overflow: hidden;
	}
	section.aircondetail h3{
		font-size: 26px;
		line-height: 40px;
		font-weight: bold;
	}
	/* 工事・料金ページ用 */
	.osusume{
		overflow: hidden;
	}
	.osusume ul{
	}
	.osusume ul li{
		font-size: 16px;
		line-height: 22px;
		background-image: url("../images/check.png");
		background-repeat: no-repeat;
		background-size: auto 22px;
		padding-left: 26px;
		margin-top: 15px;
	}
	img.feeimg{
		display: block;
		margin-bottom: 10px;
	}
	div.feedetail{
		overflow: hidden;
	}
	/* 標準工事費の料金表 */
	ul.feetable1{
		overflow: hidden;
		padding: 8px;
		border: 1px solid #999999;
	}
	ul.feetable1+ul.feetable1{
		margin-top: 20px;
	}
	ul.feetable1 li, ul.feetable1 li span{
		font-size: 16px;
		line-height: 38px;
	}
	ul.feetable1 li span{
		color: #E60023;
		font-size: 26px;
	}
	ul.feetable1 li:first-child{
		background-color: #EEEEEE;
		line-height: 50px;
		text-align: center;
	}
	ul.feetable1 li:nth-child(2), ul.feetable1 li:nth-child(3){
		float: left;
		padding: 10px 10px 15px 10px;
	}
	ul.feetable1 li:nth-child(2){
		width: 40%;
	}
	ul.feetable1 li:nth-child(3){
		width: 60%;
		text-align: right;
	}
	ul.feetable1 ul{
		overflow: hidden;
		width: 100%;
	}
	ul.feetable1 ul li{
		float: left;
		color: #129D00;
		width: 18%;
		height: 36px;
		border: 1px solid #129D00;
		text-align: center !important;
		margin-right: 2.5%;
	}
	ul.feetable1 ul li:first-child{
		background-color: transparent;
		line-height: 36px;
	}
	ul.feetable1 ul li:nth-child(2), ul.feetable1 ul li:nth-child(3){
		padding: 0;
		width: 18%;
	}
	ul.feetable1 ul li:last-child{
		margin-right: 0;
	}
	/* 追加工事の料金表 */
	.backgroundline+div.feedetail{
		border: 0;
		padding: 0;
		margin-top: 0;
	}
	.addfee .add{
		margin-top: 15px;
		margin-bottom: 30px;
	}
	/* feetable2 */
	ul.feetable2{
		overflow: hidden;
		width: 100%;
		padding: 8px;
		border: 1px solid #999999;
	}
	ul.feetable2+ul.feetable2{
		margin-top: 10px;		
	}
	ul.feetable2 li, ul.feetable2 li span{
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 5px;
	}
	ul.feetable2 li span{
		color: #E60023;
		font-size: 24px;
	}
	ul.feetable2 li:first-child{
		background-color: #EEEEEE;
		line-height: 50px;
		text-align: center;
	}
	ul.feetable2 li:nth-child(2), ul.feetable2 li:nth-child(3){
		text-align: center;
		width: 100%;
	}
	ul.feetable2 li:nth-child(2){
		font-size: 16px;
	}
	ul.feetable2 li:nth-child(3){
		font-size: 16px;
	}
	ul.feetable2 li:nth-child(4){
		font-size: 14px;
		line-height: 22px;
	}
	/* feetable3 */
	table.feetable3{
		border-collapse: collapse;
		width: 100%;
	}
	table.feetable3 th, table.feetable3 td{
		text-align: center;
		border: 1px solid #999999;
	}
	table.feetable3 th{
		background-color: #EEEEEE;
		font-size: 14px;
		line-height: 50px;
	}
	table.feetable3 td{
		font-size: 14px;
		line-height: 64px;
		vertical-align: middle;
	}
	table.feetable3 td.price{
		width: 38%;
	}
	table.feetable3 td.price span{
		color: #E60023;
		font-size: 16px;
	}
	/* feetable4 */
	ul.feetable4{
		padding: 10px;
		border: 1px solid #999999;
	}
	ul.feetable4+ul.feetable4{
		margin-top: 10px;
	}
	ul.feetable4 li{
		text-align: center;
		padding: 15px 0;
	}
	ul.feetable4 li span{
		font-size: 24px;
		line-height: 32px;
		color: #E60023;
	}
	ul.feetable4 li:first-child{
		background-color: #EEEEEE;
		font-size: 16px;
	}
	ul.feetable4 li:nth-child(2){
		padding-bottom: 0;
		font-size: 16px;
		line-height: 30px;
	}
	ul.feetable4 li:nth-child(3){
		text-align: left;
		font-size: 14px;
		line-height: 22px;
	}

	.fee h3{
		font-size: 18px;
	}
	.fee h4{
		color: #129D00;
		font-weight: bold;
	}
	.fee .add{
		font-size: 12px;
		line-height: 18px;
	}
	/* サイドバー */
	aside#sidebar{
		width: 100%;
	}
	aside#sidebar h2{
		font-size: 18px;
		line-height: 40px;
		border-bottom: 3px solid #129D00;
	}
	aside#sidebar img.sidebanner{
		margin-bottom: 30px;
		width: 49%;
		height: auto;
		float: left;
		margin-right: 2%;
	}
	aside#sidebar a+a img.sidebanner{
		margin-right: 0;
	}
	aside#sidebar .column{
		width: 49%;
		height: auto;
		float: left;
		margin-right: 2%;
	}
	aside#sidebar .column:nth-of-type(2n){
		margin-right: 0;
	}
	aside#sidebar img+p{
		margin: 5px 0 30px 0;
		font-size: 14px;
		line-height: 22px;
	}
	/* 施工事例 */
	.workdetail{
		overflow: hidden;
		margin-top: 15px;
	}
	.workdetail h1{
		color: #129D00;
		font-size: 22px;
		line-height: 36px;
	}
	.workdetail .workimg{
		display: block;
		margin-bottom: 15px;
	}
	.workdetail .workimg+div{
		overflow: hidden;
	}
	.workdetail dl{
		overflow: hidden;
		float: left;
		width: 50%;
	}
	.workdetail dl dt, .workdetail dl dd{
		text-align: center;
		padding: 0.5em;
		border: 1px solid #999999;
		font-size: 16px;
		line-height: 28px;
	}
	.workdetail dl dt{
		background-color: #D0FFCA;
		color: #129D00;
	}
	.workdetail dl dd{
		font-size: 14px;
	}
	.workdetail dl.detail{
		width: 100%;
	}
	.workdetail dl.detail dd{
		text-align: left;
	}
	.workdetail dl.fee{
		clear: both;
		float: none;
		margin-top: 15px;
		width: 100%;
		border: 1px solid #999999;
	}
	.workdetail dl.fee dt, .workdetail dl.fee dd{
		float: left;
		border: 0;
		padding: 1em;
	}
	.workdetail dl.fee dt{
		width: 33%;
		font-size: 18px;
		line-height: 36px;
		background-color: #FF6A00;
		color: #FFFFFF;
	}
	.workdetail dl.fee dd{
		width: 67%;
		font-size: 18px;
		line-height: 36px;
	}
	.workdetail dl.fee dd span{
		color: #FF6A00;
		font-size: 24px;
		font-weight: bold;
	}
	.workdetail dl.fee+p{
		clear: both;
		float: none;
		font-size: 12px;
		line-height: 24px;
		color: #333333;
		margin-top: 3px;
	}
	.process{
		overflow: hidden;
	}
	.process h2{
		margin-top: 0;
		font-size: 22px;
		line-height: 36px;
	}
	.process div{
		position: relative;
		float: left;
		width: 32%;
		margin-right: 2%;
		border: 3px solid #129D00;
	}
	.process img{
		display: block;
	}
	.process div p{
		position: absolute;
		top: 0;
		padding: 0.4em 0.8em;
		background-color: #129D00;
		color: #FFFFFF;
	}
	.process div:last-child{
		margin-right: 0;
	}

	/* フッター */
	footer{
		clear: both;
		background-color: #129D00;
	}
	footer div{
		overflow: hidden;
		padding: 10px 10px 0 10px;
	}
	footer ul:last-child{
		margin-bottom: 0;
	}
	footer li{
		color: #FFFFFF;
		font-size: 18px;
		font-weight: bold;
		border-bottom: 1px solid #FFFFFF;
	}
	footer li a{
		display: block;
		color: #FFFFFF;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 5px;
	}
	footer ul:last-child li:last-child{
		border: 0;
	}
	footer p.address{
		clear: both;
		color: #FFFFFF;
		text-align: center;
		margin-top: 15px;
		margin-bottom: 0;
		background-color: #095700;
		padding: 15px 0;
	}
	/* 追従フッター */
	body {
		padding-bottom: 70px;
	}
	.contact-footer {
		position: fixed;
		display: flex;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		z-index: 100000;
	}
	.contact-footer a {
		display: block;
		width: 50%;
		text-align: center;
		line-height: 70px;
		font-size: 16px;
	}
	.contact-footer span {
		position: relative;
		padding-right: 20px;
		color: #FFFFFF;
		font-weight: bold;
	}
	.contact-footer span::after{
		content: "";
		position: absolute;
		right: -10px;
		width: 20px;
		height: 20px;
		display: inline-block;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.contact-footer-tel {
		background-color: #129D00;
	}
	.contact-footer-mail {
		background-color: #FF6A00;
	}
	.contact-footer-tel span::after{
		background-image: url("../images/tel.png");
		top: -2px;
	}
	.contact-footer-mail span::after {
		background-image: url("../images/mail.png");
		top: 0px;
	}
}
@media only screen and (min-width: 601px) {
	/* 横幅601px以上の場合(PC・タブレット向け) */
	*{
		font-size: 18px;
		line-height: 26px;
	}
	/* パンくず */
	section.pankuzu{
		overflow: hidden;
		clear: both;
		width: 1024px;
		margin: 0 auto 3px auto;
	}
	section.pankuzu ul{
	}
	section.pankuzu li{
		float: left;
		color: #333333;
		font-size: 14px;
		line-height: 24px;
	}
	section.pankuzu li a{
		padding: 0 0.3em;
		font-size: 14px;
		line-height: 24px;

	}
	section.pankuzu li a span{
		color: #333333;
		font-size: 14px;
		line-height: 24px;
	}
	section.pankuzu li a:hover{
		opacity: 0.8;
	}

	/* ヘッダー */
	header{
		overflow: hidden;
		width: 1024px;
		margin: 0 auto;
	}
	header img{
		display: block;
		float: left;
		margin: 22px 0;
	}
	/* Gナビ用 */
	#navArea{
		overflow: hidden;
		width: 754px;
		margin-left: 30px;
		float: left;
	}
	nav{
	}
	nav ul{
	}
	nav ul li{
		display:inline-flex;
		padding: 20px 0;
	}
	nav ul li:last-child{
	}
	nav ul li a{
		display: block;
		color: #333333;
		font-size: 14px;
		line-height: 22px;
		padding: 0 1em;
		border-left: 1px solid #333333;
	}
	nav ul li:first-child a{
		padding-left: 0;
		border: 0;
	}
	nav ul li:last-child a{
		border: 0;
		background-color: #FF6A00;
		line-height: 60px;
		border-radius: 30px;
		color: #FFFFFF;
		font-size: 18px;
	}
	nav ul li a:hover{
		opacity: 0.8;
	}
	nav ul li:last-child a:hover{
		opacity: 1;
		background-color: #FF4E00;
	}
	/* メインビジュアル */
	#mainv{
		border-top: 3px solid #129D00;
	}
	#mainv img{
		display: block;
		width: 100%;
		min-width: 1024px;
	}
	/* コンテンツ内の電話番号 */
	.contenttel{
		border-top: 4px solid #129D00;
		border-bottom: 4px solid #129D00;
		padding: 30px 0;
		background-image: linear-gradient(45deg, #7CE96E12 25%, transparent 25%, transparent 50%, #7CE96E12 50%, #7CE96E12 75%, transparent 75%, transparent), linear-gradient(-45deg, #7CE96E12 25%, transparent 25%, transparent 50%, #7CE96E12 50%, #7CE96E12 75%, transparent 75%, transparent);
		background-color: #7CE96E0d;
		background-size: 20px 20px;
	}
	.contenttel p{
		color: #333333;
		text-align: center;
		margin: 0;
	}
	.contenttel .storename{
		font-size: 24px;
		line-height: 50px;
	}
	.contenttel .storename+p{
		font-size: 20px;
		line-height: 30px;
	}
	.contenttel .telnumber{
		font-size: 48px;
		line-height: 72px;
		font-weight: bold;
		width: 458px;
		margin: 0 auto;
	}
	.contenttel .telnumber a{
		font-size: 48px;
		line-height: 72px;
		font-weight: bold;
	}
	.contenttel .time{
		font-size: 24px;
	}
	.contenttel .time+div{
		margin: 10px auto 0 auto;
	}
	.contenttel .time+div a{
		display: block;
		max-width: 458px;
		color: #FFFFFF;
		font-size: 24px;
		line-height: 72px;
		text-align: center;
	}
	/* エアコン */
	div.aircon{
		float: left;
		position: relative;
		width: 49%;
		padding: 2%;
		margin-bottom: 2%;
		border: 1px solid #999999;
		border-radius: 12px;
		overflow: hidden;
	}
	div.aircon:nth-of-type(2n){
		margin-left: 2%;
	}
	div.aircon ul{
		overflow: hidden;
		margin-bottom: 5px;
	}
	div.aircon ul li{
		background-color: #D6FFD1;
		color: #129D00;
		border: 1px solid #129D00;
		border-radius: 8px;
		font-size: 14px;
		line-height: 40px;
		text-align: center;
		width: 23%;
		float: left;
		margin-right: 2%;
	}
	div.aircon ul li:first-child{
		background-color: transparent;
		width: 50%;
		border: 0;
	}
	div.aircon ul li:first-child img{
		display: block;
		width: auto;
		height: 40px;
	}
	div.aircon ul li:last-child{
		margin-right: 0;
	}
	div.aircon ul+picture img{
		display: block;
		width: auto;
		max-height: 150px;
	}
	div.aircon ul+picture+p{
		font-size: 14px;
		line-height: 22px;
	}
	div.aircon div p{
		float: left;
		color: #129D00;
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 0;
	}
	div.aircon div p+p, div.aircon div p+p span{
		color: #E60023;
		font-size: 31px;
		line-height: 40px;
		font-weight: bold;
	}
	div.aircon div p+p{
		margin-left: 10px;
	}
	div.aircon div p+p span{
		font-size: 16px;
	}
	div.aircon img.sale{
		width: 90px;
		height: auto;
		position: absolute;
		bottom: 100px;
		right: 3px;
	}
	
	img {
		max-width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	h1,h2,h3,h4,h5,h6{
		margin-bottom: 15px;
	}
	h1, h1 span, h2, h2 span{
		font-size: 28px;
		line-height: 36px;
		font-weight: bold;
	}
	h1 span, h2 span{
		color: #FF6A00;
	}
	h2{
		margin-top: 60px;
	}
	h3{
		font-size: 26px;
	}
	h4{
		font-size: 20px;
	}
	h5{
		font-size: 18px;
	}
	h6{
		font-size: 18px;
	}
	div#wrap{
		overflow: hidden;
		width: 1000px;
		margin: 30px auto 120px auto;
	}
	/* メインコンテンツ */
	article{
		overflow: hidden;
		width: 680px;
		float: right;
	}
	section{
		margin: 30px 0;
	}
	/* ご依頼の流れ */
	div.flow{
		border-radius: 20px;
		border: 1px solid #999999;
		padding: 14px;
		margin-bottom: 20px;
	}
	div.flow img{
		display: block;
		width: 180px;
		height: auto;
		float: left;
		margin-right: 15px;
		margin-bottom: 10px;
		border-radius: 12px;
	}
	div.flow h3{
		float: left;
		width: 453px;
		font-size: 18px;
		line-height: 26px;
		font-weight: bold;
	}
	div.flow p, div.flow p span{
		font-size: 16px;
		line-height: 24px;
	}
	div.flow p span{
		color: #FF6A00;
	}
	/* 施工事例一覧 */
	div.constructionexample{
		float: left;
		width: 220px;
		margin-right: 10px;
		margin-bottom: 20px;
	}
	div.constructionexample:nth-of-type(3n){
		margin-right: 0;
	}
	div.constructionexample dl{
		margin-top: 5px;
	}
	div.constructionexample dt, div.constructionexample dd{
		font-size: 14px;
		line-height: 20px;
	}
	div.constructionexample dt{
		font-weight: bold;
	}
	/* コラム一覧ページ用 */
	div.column{
		float: left;
		width: 32%;
		margin-right: 2%;
		margin-bottom: 20px;
	}
	div.column:nth-of-type(3n){
		margin-right: 0;
	}
	div.column p{
		padding-top: 7px;
	}
	/* エアコン一覧ページ用 */
	ul.sizebutton{
		overflow: hidden;
		margin-top: 30px;
	}
	ul.sizebutton li{
		float: left;
		width: 128px;
		margin-right: 10px;
		margin-bottom: 15px;
	}
	ul.sizebutton li:nth-of-type(5n){
		margin-right: 0;
	}
	ul.sizebutton li a{
		display: block;
		border: 1px solid #129D00;
		border-radius: 8px;
		text-align: center;
		color: #129D00;
		padding: 0.5em 0;
	}
	ul.sizebutton li a:hover{
		color: #095700;
		border: 1px solid #095700;
	}
	p.hosho, p.hosho span{
		text-align: center;
		font-size: 38px;
		line-height: 50px;
		color: #129D00;
		font-weight: bold;
	}
	p.hosho{
		margin: 60px 0;
		padding: 25px 0;
		border-top: 2px solid #129D00;
		border-bottom: 2px solid #129D00;
	}
	p.hosho span{
		color: #FF6A00;
	}
	section.aircondetail{
		overflow: hidden;
	}
	section.aircondetail h3{
		font-size: 28px;
		line-height: 40px;
		font-weight: bold;
	}
	/* 工事・料金ページ用 */
	.osusume{
		overflow: hidden;
	}
	.osusume img{
		float: left;
		width: 240px;
		height: auto;
		margin-right: 5px;
	}
	.osusume ul{
		float: left;
	}
	.osusume ul li{
		font-size: 16px;
		line-height: 25px;
		background-image: url("../images/check.png");
		background-repeat: no-repeat;
		background-size: auto 25px;
		margin: 14px 0;
		padding-left: 32px;
	}
	.osusume ul li:first-child{
		margin-top: 2px;
	}
	img.feeimg{
		display: block;
		margin-bottom: 10px;
	}
	div.feedetail{
		overflow: hidden;
	}
	/* 標準工事費の料金表 */
	ul.feetable1{
		overflow: hidden;
		float: left;
		width: 50%;
		padding: 8px;
		border: 1px solid #999999;
	}
	ul.feetable1+ul.feetable1{
		overflow: hidden;
		float: left;
		border-left: 0;
	}
	ul.feetable1 li, ul.feetable1 li span{
		font-size: 16px;
		line-height: 38px;
	}
	ul.feetable1 li span{
		color: #E60023;
		font-size: 26px;
	}
	ul.feetable1 li:first-child{
		background-color: #EEEEEE;
		line-height: 50px;
		text-align: center;
	}
	ul.feetable1 li:nth-child(2), ul.feetable1 li:nth-child(3){
		float: left;
		padding: 10px 10px 15px 10px;
	}
	ul.feetable1 li:nth-child(2){
		width: 40%;
	}
	ul.feetable1 li:nth-child(3){
		width: 60%;
		text-align: right;
	}
	ul.feetable1 ul{
		overflow: hidden;
		width: 100%;
	}
	ul.feetable1 ul li{
		float: left;
		color: #129D00;
		width: 56px;
		height: 36px;
		border: 1px solid #129D00;
		text-align: center !important;
		margin-right: 10px;
	}
	ul.feetable1 ul li:first-child{
		background-color: transparent;
		line-height: 36px;
	}
	ul.feetable1 ul li:nth-child(2), ul.feetable1 ul li:nth-child(3){
		padding: 0;
		width: 56px;
	}
	ul.feetable1 ul li:last-child{
		margin-right: 0;
	}
	/* 追加工事の料金表 */
	.backgroundline+div.feedetail{
		border: 0;
		padding: 0;
		margin-top: 0;
	}
	.addfee .add{
		margin-top: 15px;
		margin-bottom: 30px;
	}
	/* feetable2 */
	ul.feetable2{
		overflow: hidden;
		float: left;
		width: 50%;
		padding: 8px;
		border: 1px solid #999999;
	}
	ul.feetable2+ul.feetable2{
		overflow: hidden;
		float: left;
		border-left: 0;
	}
	ul.feetable2 li, ul.feetable2 li span{
		font-size: 16px;
		line-height: 38px;
	}
	ul.feetable2 li span{
		color: #E60023;
		font-size: 26px;
	}
	ul.feetable2 li:first-child{
		background-color: #EEEEEE;
		line-height: 50px;
		text-align: center;
	}
	ul.feetable2 li:nth-child(2), ul.feetable2 li:nth-child(3){
		float: left;
		padding: 10px 10px 15px 10px;
	}
	ul.feetable2 li:nth-child(2){
		width: 30%;
		font-size: 14px;
	}
	ul.feetable2 li:nth-child(3){
		width: 70%;
		text-align: right;
		font-size: 14px;
	}
	ul.feetable2 li:nth-child(4){
		font-size: 14px;
		line-height: 22px;
	}
	/* feetable3 */
	table.feetable3{
		border-collapse: collapse;
		width: 680px;
	}
	table.feetable3 th, table.feetable3 td{
		width: 33%;
		text-align: center;
		border: 1px solid #999999;
	}
	table.feetable3 th{
		background-color: #EEEEEE;
		font-size: 16px;
		line-height: 50px;
	}
	table.feetable3 td{
		font-size: 16px;
		line-height: 64px;
		vertical-align: middle;
	}
	table.feetable3 td.price span{
		color: #E60023;
		font-size: 20px;
	}
	/* feetable4 */
	ul.feetable4{
		float: left;
		width: 33%;
		padding: 10px;
		border: 1px solid #999999;
	}
	ul.feetable4+ul.feetable4{
		border-left: 0;
	}
	ul.feetable4:nth-of-type(3n){
		width: 34%;
	}
	ul.feetable4 li{
		text-align: center;
		padding: 15px 0;
	}
	ul.feetable4 li span{
		font-size: 24px;
		line-height: 32px;
		color: #E60023;
	}
	ul.feetable4 li:first-child{
		background-color: #EEEEEE;
		font-size: 16px;
	}
	ul.feetable4 li:nth-child(2){
		padding-bottom: 0;
		line-height: 30px;
	}
	ul.feetable4 li:nth-child(3){
		text-align: left;
		font-size: 16px;
	}
	
	.fee h4{
		color: #129D00;
		font-weight: bold;
	}
	.fee .add{
		font-size: 12px;
		line-height: 18px;
	}
	/* サイドバー */
	aside#sidebar{
		float: right;
		width: 300px;
		margin-right: 20px;
	}
	aside#sidebar h2{
		font-size: 24px;
		line-height: 50px;
		border-bottom: 3px solid #129D00;
	}
	aside#sidebar img.sidebanner{
		margin-bottom: 30px;
	}
	aside#sidebar a+a img.sidebanner{
		margin-bottom: 0;
	}
	aside#sidebar img+p{
		margin: 5px 0 30px 0;
	}
	/* 施工事例 */
	.workdetail{
		overflow: hidden;
		margin-top: 15px;
	}
	.workdetail h1{
		color: #129D00;
		font-size: 24px;
		line-height: 36px;
	}
	.workdetail .workimg{
		display: block;
		margin-bottom: 15px;
	}
	.workdetail .workimg+div{
		overflow: hidden;
	}
	.workdetail dl{
		overflow: hidden;
		float: left;
		width: 33%;
	}
	.workdetail dl dt, .workdetail dl dd{
		text-align: center;
		padding: 0.5em;
		border: 1px solid #999999;
		font-size: 16px;
		line-height: 28px;
	}
	.workdetail dl dt{
		background-color: #D0FFCA;
		color: #129D00;
	}
	.workdetail dl:nth-of-type(3n){
		width: 34%;
	}
	.workdetail dl.detail{
		width: 100%;
	}
	.workdetail dl.detail dd{
		text-align: left;
	}
	.workdetail dl.fee{
		clear: both;
		float: none;
		margin-top: 15px;
		width: 100%;
		border: 1px solid #999999;
	}
	.workdetail dl.fee dt, .workdetail dl.fee dd{
		float: left;
		border: 0;
		padding: 1em;
	}
	.workdetail dl.fee dt{
		width: 33%;
		line-height: 36px;
		background-color: #FF6A00;
		color: #FFFFFF;
	}
	.workdetail dl.fee dd{
		width: 67%;
		line-height: 36px;
	}
	.workdetail dl.fee dd span{
		color: #FF6A00;
		font-size: 24px;
		font-weight: bold;
	}
	.workdetail dl.fee+p{
		clear: both;
		float: none;
		font-size: 12px;
		line-height: 24px;
		color: #333333;
		margin-top: 3px;
	}
	.process{
		overflow: hidden;
	}
	.process h2{
		margin-top: 0;
		font-size: 24px;
		line-height: 36px;
	}
	.process div{
		position: relative;
		float: left;
		width: 220px;
		margin-right: 10px;
		border: 3px solid #129D00;
	}
	.process img{
		display: block;
	}
	.process div p{
		position: absolute;
		top: 0;
		padding: 0.4em 0.8em;
		background-color: #129D00;
		color: #FFFFFF;
	}
	.process div:last-child{
		margin-right: 0;
	}
	/* フッター */
	footer{
		clear: both;
		padding-top: 30px;
		background-color: #129D00;
	}
	footer div{
		overflow: hidden;
		width: 1024px;
		margin: 0 auto;
	}
	footer ul{
		float: left;
		margin-right: 100px;
	}
	footer ul+ul{
		margin-right: 0;
	}
	footer ul li{
		line-height: 45px
	}
	footer ul li a{
		color: #FFFFFF;
	}
	footer ul li a:hover{
		opacity: 0.9;
	}
	footer p.address{
		clear: both;
		color: #FFFFFF;
		text-align: center;
		margin-top: 50px;
		margin-bottom: 0;
		background-color: #095700;
		padding: 25px 0;
	}
	/* 追従フッター */
	.contact-footer{
		display: none;
	}
}