/* 横幅1024px以上の場合(パソコン) */
@media only screen and (min-width: 1024px){
/* 初期化 */
	*{
		/* 文字関連 */
		font-style:normal;
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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;
	}
	img{
		vertical-align:bottom;
	}
	p{
		margin-bottom:0.7em;
	}
	a{
		text-decoration:underline;
	}
	a:hover{
		color:#4F1300;
	}
	.f_bold{
		font-weight:bold !important;
	}
	.c_blue{
		color:#3366CC !important;
	}
/* header */
	div#header{
		overflow:hidden;
		width:960px;
		margin:10px auto 10px auto;
	}
	div#header img{
		display:block;
		float:left;
	}
	div#header img+img{
		margin-left:15px;
	}
	div#header img#h_logo{
		margin-right:2px;
	}
	div#h_title{
		background-color:#FF6633;
	}
	div#h_title h1{
		width:960px;
		font-size:16px;
		line-height:32px;
		margin:0 auto;
		color:#4F1300;
	}
/* nav */
	nav{
		background-color:#FFC9B7;
		margin-bottom:30px;
	}
	#menuButton{
		display:none !important;
	}
	.menu{
		display:block !important;
	}
	nav ul{
		overflow:hidden;
		width:960px;
		margin:0 auto;
		padding:20px 0;
	}
	nav ul li{
		float:left;
		margin-right:20px;
		width:143px;
		height:62px;
	}
	nav ul li:last-child{
		margin-right:0;
	}
	nav ul li a{
		display:block;
		font-size:16px;
		line-height:32px;
		color:#FFFFFF;
		background-color:#FF6633;
		text-align:center;
		padding:15px;
		text-decoration:none;
	}
	nav ul li a:hover{
		background-color:#ED3B00;
		color:#FFFFFF;
	}
/* wrap */
	div#wrap{
		overflow:hidden;
		width:960px;
		margin:0 auto;
	}
	img#m_visual{
		display:block;
		margin-bottom:30px;
	}
	h2.title{
		text-align: center;
		border-bottom: 2px solid #3366CC;
		margin-bottom:20px;
	}
	h2.title,h2.title span{
		color:#FF6633;
		font-size:48px;
		line-height:1.2;
		font-weight:bold;
		/* テキスト装飾 */
		letter-spacing:2px;
		text-shadow:1px 1px 0 #FFFFFF,1px -1px 0 #FFFFFF,
				  	-1px 1px 0 #FFFFFF,
				  	-1px -1px 0 #FFFFFF,
				  	4px 4px 4px #CCCCCC;
	}
	span.f_blue{
		color:#3366CC !important;
	}
	article img.img_banner{
		margin-bottom:40px !important;
	}
	div.toppage{
		overflow:hidden;
		margin-bottom:30px;
	}
	div.toppage{
		overflow:hidden;
		margin-bottom:30px;
	}
	img#license{
		float:left;
		margin-right:15px;
	}
	div.content{
		overflow:hidden;
		width:960px;
	}
	div.content div.sentence{
		width:960px;
	}
	div.sentence div{
		overflow:hidden;
		width:960px;
		margin-bottom:30px;
	}
	div.sentence div h3{
		font-size:32px;
		font-weight: bold;
		line-height:38px;
		color:#FF6633;
		margin-bottom:3px;
		padding-left:46px;
		background-image:url(../images/icon_mizuzaru.png);
		background-repeat:no-repeat;
	}
	div.sentence div p{
		padding:20px;
		background-color:#FFF1E2;
		border-radius: 10px;
	}

/* left_content */
	div#left_content{
		overflow:hidden;
		width:700px;
		margin-right:30px;
		margin-bottom:60px;
		float:left;
	}
	.img_banner{
		display:block;
		margin-bottom:15px;
	}
	 a .img_banner{
		display:block;
		margin-bottom:15px;
		opacity: 1;
		transition: .3s ease-in-out;
	}
	a .img_banner:hover{
		display:block;
		margin-bottom:15px;
		 opacity: .6;
	}
	/* 期間限定紹介 */
	h2.limited{
		width:700px;
		font-size:32px;
		line-height:40px;
		text-align:center;
		padding:10px 0;
		background-color:#CC0000;
		color:#FFFF00;
		letter-spacing:4px;
		text-shadow:none;
		margin-bottom:60px;
		font-weight:bold;
	}
	.info-bnr{
		margin-bottom: 30px;
		overflow: hidden;
	}
	.info-bnr .m_Tel{
		float: left;
	}
	.info-bnr a{
		display: block;
		float: right;
		transition: .6s;
	}
	.info-bnr a:hover{
		opacity: .6;
	}
	/* 給湯器の一覧 */
	.kyutoki_list{
		overflow:hidden;
		width:700px;
		margin-bottom:35px;
	}
	.kyutoki_list img{
		float:left;
	}
	.kyutoki_list a:hover img{
		opacity:0.8;
		border:1px solid #CCD8F2;
	}
	/* 給湯器 */
	div.kyutoki_model{
		overflow:hidden;
		margin-top:20px;
		margin-bottom:60px;
		float:left;
	}
	div.kyutoki_model+div.kyutoki_model{
		margin-left:20px;
	}
	div.kyutoki_model a:hover{
		opacity: 0.6;
	}
	/* 見積もり */
	div.detail{
		overflow:hidden;
		margin-top:60px;
		margin-bottom:30px;
	}
	img.mitsumori_img{
		display:block;
		float:left;
		margin-right:7px;
		margin-bottom:7px;
	}
	div.mitsumori_sentence{
		float:left;
	}
	div.mitsumori_add{
		overflow:hidden;
		width:700px;
		padding:0.5em;
		border:1px solid #CCCCCC;
		background-color:#F2F2F2;
	}
	/* 対応地域 */
	div.area_sentence{
		overflow:hidden;
		margin-bottom:10px;
	}
	div.area{
		overflow:hidden;
		background-color:#E7FEFF;
		border:10px solid #C7FDFF;
		padding:10px;
		margin-bottom:7px;
	}
	div.area img{
		float:left;
	}
	div.area div.arealist{
		float:left;
		margin-top:5px;
		margin-left:20px;
	}
	div.arealist h3{
		color:#3366CC;
		font-size:18px;
		line-height:26px;
		font-weight:bold;
	}
	div.arealist div{
		margin-bottom:20px;
	}
	div.area+p{
		text-align:right;
	}

/* right_content */
	div#right_content{
		overflow:hidden;
		width:230px;
		margin-bottom:60px;
	}
	div#right_content img{
		margin-bottom:30px;
	}
/* footer */
	footer{
		background-color:#FFECD9;
	}
	div#footer_link{
		overflow:hidden;
		background-color:#FF6633;
	}
	footer ul{
		width:960px;
		margin:0 auto;
	}
	footer ul li{
		float:left;
		padding:10px 0;
	}
	footer ul li:last-child{
		border:none;
	}
	footer ul li a{
		display:block;
		font-size:14px;
		line-height:22px;
		border-right:1px solid #FFFFFF;
		color:#FFFFFF;
		padding:10px 27px;
		text-decoration:none;
	}
	footer ul li a:hover{
		background-color:#ED3B00;
		color:#FFFFFF;
	}
	footer ul li a.last{
		border:none;
	}
	div#footer_img{
		overflow:hidden;
		width:960px;
		margin:30px auto 0 auto;
		padding-bottom:30px;
	}
	div#footer_img img{
		display:block;
		float:left;
		margin-right:30px;
	}
	div#footer_img img#footer_logo{
		width:auto;
		height:101px;
		margin-right:0;
	}
/* address */
	p#address{
		width:960px;
		margin:20px auto;
		text-align:center;
	}
	p#address a{
		text-decoration:none;
	}
	p#address a:hover{
		color:#333333;
	}
/* pagetop */
/* トップへ戻るボタン */
	#pagetop{
		position:fixed;
		right:20px;
		bottom:20px;
		cursor:pointer;
	}
}
/* 横幅415px～横幅1023px以下の場合(タブレット) */
@media only screen and (min-width: 415px) and (max-width:1023px){
/* 初期化 */
	*{
		/* 文字関連 */
		font-style:normal;
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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;
	}
	img{
		vertical-align:bottom;
	}
	p{
		margin-bottom:0.7em;
	}
	a{
		text-decoration:underline;
	}
	a:hover{
		color:#4F1300;
	}
	.f_bold{
		font-weight:bold !important;
	}
	.c_blue{
		color:#3366CC !important;
	}
	.tbnone{
		display:none !important;
	}
/* header */
	div#header{
		overflow:hidden;
		text-align:center;
		margin-top:10px;
	}
	div#header img, div#header img.h_Tel{
		max-width:46%;
		margin:0 2%;
		height:auto;
	}
	div#h_title{
		background-color:#F2F2F2;
	}
	div#h_title h1{
		font-size:16px;
		line-height:48px;
		text-align:center;
		vertical-align:middle;
		margin-top:15px;
	}
/* nav */
	nav{
		background-color:#FFC9B7;
	}
	#menuButton{
		display:none !important;
	}
	.menu{
		display:block !important;
	}
	nav ul{
		overflow:hidden;
		width:100%;
		margin:0 auto;
		padding:0;
	}
	nav ul li{
		float:left;
		width:50%;
		height:62px;
	}
	nav ul li:last-child{
		margin-right:0;
	}
	nav ul li a{
		display:block;
		font-size:18px;
		line-height:48px;
		color:#FFFFFF;
		background-color:#FF6633;
		text-align:center;
		padding:7px;
		text-decoration:none;
	}
	nav ul li a:hover{
		background-color:#ED3B00;
		color:#FFFFFF;
	}
/* wrap */
	div#wrap{
		overflow:hidden;
		max-width:100%;
		margin:0 auto;
	}
	img#m_visual{
		display:block;
		max-width:100%;
		height:auto;
		margin-bottom:30px;
	}
	h2.title{
		max-width:96%;
		margin:0 auto;

	}
	h2.title,h2.title span{
		color:#FF6633;
		font-size:42px;
		line-height:48px;
		font-weight:bold;
		margin-bottom:15px;
		/* テキスト装飾 */
		letter-spacing:2px;
		text-shadow:1px 1px 0 #FFFFFF,1px -1px 0 #FFFFFF,
				  	-1px 1px 0 #FFFFFF,
				  	-1px -1px 0 #FFFFFF,
				  	4px 4px 4px #CCCCCC;
	}
	.info-bnr{
		margin-bottom: 30px;
		overflow: hidden;
	}
	.info-bnr .m_Tel{
		float: left;
		width: 49%;
	}
	.info-bnr a{
		display: block;
		float: right;
		width: 49%;
	}
	.info-bnr a img{
		width: 100%;
	}
	span.f_blue{
		color:#3366CC !important;
	}
	article img.img_banner{
		margin-bottom:40px !important;
	}
	div.toppage{
		overflow:hidden;
		max-width:96%;
		margin:0 auto 30px auto;
	}
	img#license{
		float:left;
		max-width:20%;
		height:auto;
		margin-right:15px;
	}
	img#license+div.toppage{
		max-width:76%;
		margin-right:15px;
	}
	div.content{
		overflow:hidden;
		max-width:96%;
		margin:0 auto;
	}
	div.content div.sentence{
		max-width:100%;
	}
	div.sentence div{
		overflow:hidden;
		max-width:100%;
		margin-bottom:30px;
	}
	div.sentence div h3{
		font-size:24px;
		line-height:32px;
		color:#FF6633;
		margin-bottom:3px;
		padding-left:46px;
		background-image:url(../images/icon_mizuzaru.png);
		background-repeat:no-repeat;
	}
	div.sentence div p,div.sentence div p span{
		padding:0.5em;
		background-color:#FFF1E2;
		font-size:14px;
		line-height:22px;
	}
	div.sentence div p span{
		padding:0;
	}
/* left_content */
	div#left_content{
		overflow:hidden;
		max-width:77%;
		margin-right:3%;
		margin-bottom:60px;
		float:left;
	}
	div#left_content section{
		max-width:96%;
		margin-left:4%;
	}
	.img_banner{
		display:block;
		max-width:100%;
		height:auto;
		margin-bottom:15px;
	}
	/* 期間限定紹介 */
	img.limiteditem{
		max-width:100%;
		height:auto;
	}
	h2.limited{
		max-width:100%;
		font-size:24px;
		line-height:32px;
		text-align:center;
		padding:10px 0;
		background-color:#CC0000;
		color:#FFFF00;
		letter-spacing:4px;
		text-shadow:none;
		margin-bottom:60px;
	}
	/* 給湯器の一覧 */
	.kyutoki_list{
		overflow:hidden;
		width:100%;
		margin-bottom:35px;
	}
	.kyutoki_list img{
		max-width:33%;
		height:auto;
		float:left;
	}
	/* 給湯器 */
	div.kyutoki_model{
		overflow:hidden;
		max-width:46%;
		margin:10px 2% 50px 2%;
		float:left;
	}
	div.kyutoki_model a img{
		max-width:100%;
		height:auto;
	}
	/* 見積もり */
	div.detail{
		overflow:hidden;
		margin-top:60px;
		margin-bottom:30px;
	}
	div.detail h2.title{
		margin-left:0;
	}
	img.mitsumori_img{
		display:block;
		float:left;
		margin-right:7px;
		margin-bottom:7px;
	}
	div.mitsumori_sentence{
		float:left;
	}
	div.mitsumori_add{
		overflow:hidden;
		width:100%;
		padding:0.5em;
		border:1px solid #CCCCCC;
		background-color:#F2F2F2;
	}
	/* 対応地域 */
	div.area_sentence{
		overflow:hidden;
		margin-bottom:10px;
	}
	div.area{
		overflow:hidden;
		background-color:#E7FEFF;
		border:10px solid #C7FDFF;
		padding:10px;
		margin-bottom:7px;
	}
	div.area img{
		float:left;
		max-width:35%;
		height:auto;
	}
	div.area div.arealist{
		float:left;
		max-width:60%;
		margin-top:5px;
		margin-left:5%;
	}
	div.arealist h3{
		color:#3366CC;
		font-size:18px;
		line-height:26px;
		font-weight:bold;
	}
	div.arealist div{
		margin-bottom:20px;
	}
	div.arealist div p{
		font-size:14px;
		line-height:22px;
	}
	div.area+p{
		text-align:right;
	}

/* right_content */
	div#right_content{
		overflow:hidden;
		max-width:18%;
		margin:0 1% 30px 1%;
	}
	div#right_content img{
		max-width:100%;
		height:auto;
		margin-bottom:30px;
	}
/* footer */
	#footer_link ul{
		overflow:hidden;
		list-style: none;
		width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	#footer_link ul li{
		list-style: none;
		width: 100%;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #ED3B00;
	}
	#footer_link ul li+li{
		width: 50%;
		float:left;
	}
	#footer_link ul li:last-child{
		border-bottom: 0px;
	}
	#footer_link ul li a{
		position: relative;
		display: block;
		margin: 0;
		padding: 10px;
		background: #FF6633;
		color: #fff;
		text-decoration: none;
	}
	#footer_link ul li a:before{
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 50%;
		right: 35px;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		background: #fff;
	}
	#footer_link ul li a:after{
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 50%;
		right: 40px;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		background: #FF6633;
	}
	div#footer_img{
		overflow:hidden;
		margin:20px auto;
	}
	div#footer_img img{
		display:block;
		margin:20px 0 15px 40px;
	}
	div#footer_img img.f_Tel{
		max-width:65%;
		margin-left:5%;
		height: auto;
	}
/* address */
	p#address{
		width:100%;
		padding:10px 0;
		background-color:#F2F2F2;
		text-align:center;
		font-size:16px;
		line-height:24px;
		margin-bottom:0;
	}
	p#address a{
		font-size:16px;
		line-height:24px;
		text-decoration:none;
	}
/* pagetop */
/* トップへ戻るボタン */
	#pagetop{
		position:fixed;
		right:20px;
		bottom:20px;
		cursor:pointer;
	}
}
/* 横幅414px以下の場合(スマートフォン) */
@media only screen and (max-width: 414px){
	*{
		/* 文字関連 */
		font-style:normal;
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size:14px;
		line-height:22px;
		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;
	}
	img{
		vertical-align:bottom;
	}
	p{
		margin-bottom:0.7em;
	}
	.f_bold{
		font-weight:bold !important;
	}
	.c_blue{
		color:#3366CC !important;
	}
	.spnone{
		display:none !important;
	}
/* header */
	div#header{
		overflow:hidden;
		text-align:center;
		margin-top:10px;
	}
	div#header img, div#header img.h_Tel{
		max-width:96%;
		height:auto;
	}
	div#h_title{
		background-color:#F2F2F2;
		padding:3px 0;
	}
	div#h_title h1{
		font-size:12px;
		line-height:18px;
		text-align:center;
	}
/* nav */
	/* メニュー開閉ボタン */
	nav{
		margin: 20px 0;
	}
	#menuButton {
		display: block;
		width: 100%;
		height:42px;
		position:relative;
		z-index: 3;
		background-color:#FF6633;
		border-radius: 10px;
	}
	#menuButton p{
		text-align: center;
		padding-top: 10px;
		color: #fff;
		font-size: 19px;
		font-weight: bold;
	}
	#menuButton span {
		display: block;
		background: #FFFFFF;
		width: 24px;
		height: 2px;
		position: absolute;
		left: 9px;
		transition: all 0.4s;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		bottom: 20px;
	}
	#menuButton span:first-child {
		top: 12px;
	}
	#menuButton span:nth-child(2) {
		margin-top: -1px;
		top: 30%;
	}
	#menuButton span:last-child {
		bottom: 12px;
	}
	#menuButton.active span.menu-non {
		opacity: 0;
	}
	#menuButton.active span:nth-child(2) {
		-webkit-transform: translateY(8px) rotate(45deg);
		-moz-transform: translateY(8px) rotate(45deg);
		-ms-transform: translateY(8px) rotate(45deg);
		transform: translateY(8px) rotate(45deg);
	}
	#menuButton.active span:last-child {
		-webkit-transform: translateY(-8px) rotate(-45deg);
		-moz-transform: translateY(-8px) rotate(-45deg);
		-ms-transform: translateY(-8px) rotate(-45deg);
		transform: translateY(-8px) rotate(-45deg);
	}
	.menu{
		display:none;
	}
	.menu li{
		border-bottom:1px dashed #CCCCCC;
	}
	.menu li:last-child{
		border:none;
	}
	.menu li a{
		display:block;
		padding:15px 0 15px 10px;
	}
/* wrap */
	div#wrap{
		overflow:hidden;
		width:100%;
		margin:0 auto 30px auto;
	}
	#m_visual{
		max-width:100%;
		height:auto;
		margin-bottom:15px;
	}
	h2{
		width:96%;
		margin:0 auto;
		border-bottom: 2px solid #3366CC;
		text-align: center;
	}

	h2,h2 span{
		color:#FF6633;
		font-size:24px;
		line-height:32px;
		font-weight:bold;
		margin-bottom:5px;
		/* テキスト装飾 */
		text-shadow:1px 1px 0 #FFFFFF,1px -1px 0 #FFFFFF,
				  	-1px 1px 0 #FFFFFF,
				  	-1px -1px 0 #FFFFFF,
				  	2px 2px 2px #CCCCCC;
	}
	span.f_blue{
		color:#3366CC !important;
	}
	article img.img_banner{
		display:block;
		max-width:96% !important;
		height:auto;
		margin:0 auto 30px auto !important;
	}
	div.toppage{
		overflow:hidden;
		max-width:96%;
		margin:0 auto 30px auto;
	}
	img#license{
		display:block;
		max-width:100%;
		height:auto;
		margin:0 auto 20px auto;
	}
	div.content{
		overflow:hidden;
		max-width:96%;
		margin:0 auto;
	}
	div.content div.sentence{
		overflow:hidden;
		max-width:100%;
	}
	div.sentence div{
		overflow:hidden;
		max-width:100%;
		margin-bottom:15px;
	}
	div.sentence div h3{
		font-size:24px;
		line-height:32px;
		color:#FF6633;
		margin-bottom:3px;
		padding-left:46px;
		background-image:url(../images/icon_mizuzaru.png);
		background-repeat:no-repeat;
	}
	div.sentence div p,div.sentence div p span{
		padding:0.5em;
		background-color:#FFF1E2;
		font-size:14px;
		line-height:22px;
	}
	div.sentence div p span{
		padding:0;
	}
/* left_content */
	div#left_content{
		overflow:hidden;
		width:96%;
		margin:0 auto;
	}
	.img_banner{
		max-width:100%;
		height:auto;
		margin-bottom:15px;
	}

	/* 期間限定紹介 */
	img.limiteditem{
		max-width:100%;
		height:auto;
	}
	h2.limited{
		max-width:100%;
		font-size:16px;
		line-height:24px;
		text-align:center;
		padding:5px 0;
		background-color:#CC0000;
		color:#FFFF00;
		letter-spacing:4px;
		text-shadow:none;
		margin-bottom:30px;
	}
	.info-bnr{
		margin-bottom: 30px;
	}
	.info-bnr .m_Tel{
		display: block;
		margin: 0 auto 15px;
	}
	.info-bnr img{
		width: 80%;
	}
	.info-bnr a{
		margin: 0 auto 15px;
		display: block;
		width: 80%;
	}
	.info-bnr a img{
		width: 100%;
	}
	/* 給湯器の一覧 */
	.kyutoki_list{
		overflow:hidden;
		width:100%;
		margin-bottom:35px;
	}
	.kyutoki_list img{
		max-width:33%;
		height:auto;
		float:left;
	}
	/* 給湯器 */
	div.kyutoki_model{
		overflow:hidden;
		max-width:46%;
		margin:10px 2% 40px 2%;
		float:left;
	}
	div.kyutoki_model a img{
		max-width:100%;
		height:auto;
	}
	/* 見積もり */
	div.detail{
		overflow:hidden;
		margin-top:20px;
		margin-bottom:20px;
	}
	div.detail h2.title{
		margin-left:0;
	}
	img.mitsumori_img{
		display:block;
		margin:0 auto 15px auto;
	}
	div.mitsumori_sentence{
	}
	div.mitsumori_add{
		overflow:hidden;
		width:100%;
		padding:0.5em;
		border:1px solid #CCCCCC;
		background-color:#F2F2F2;
	}
	/* 対応地域 */
	div.area_sentence{
		overflow:hidden;
		margin-bottom:10px;
	}
	div.area{
		overflow:hidden;
		background-color:#E7FEFF;
		border:10px solid #C7FDFF;
		padding:10px;
		margin-bottom:7px;
	}
	div.area div.arealist{
		max-width:100%;
	}
	div.arealist h3{
		color:#3366CC;
		font-size:18px;
		line-height:26px;
		font-weight:bold;
	}
	div.arealist div{
		margin-bottom:20px;
	}
	div.area+p{
		text-align:center;
		margin-top:20px;
		margin-bottom:40px;
	}
	div.area+p a {
		display: inline-block;
		width: 200px;
		height: 54px;
		text-align: center;
		text-decoration: none;
		line-height: 54px;
		outline: none;
		background-color: #336699;
		color: #fff;
	}
	div.area+p a::before,
	div.area+p a::after {
		position: absolute;
		z-index: -1;
		display: block;
		content: '';
	}
	div.area+p a,
	div.area+p a::before,
	div.area+p a::after {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all .3s;
		transition: all .3s;
	}
/* footer */
	#footer_link ul{
	  list-style: none;
	  width: 100%;
	  padding: 0;
	  margin: 0 auto;
	}
	#footer_link ul li{
	  list-style: none;
	  width: 100%;
	  margin: 0;
	  padding: 0;
	  border-bottom: 1px solid #ED3B00;
	}
	#footer_link ul li:last-child{
	  border-bottom: 0px;
	}
	#footer_link ul li a{
	  position: relative;
	  display: block;
	  margin: 0;
	  padding: 10px;
	  background: #FF6633;
	  color: #fff;
	  text-decoration: none;
	}
	#footer_link ul li a:before{
	  display: block;
	  content: "";
	  position: absolute;
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	  top: 50%;
	  right: 35px;
	  width: 10px;
	  height: 10px;
	  margin-top: -5px;
	  background: #fff;
	}
	#footer_link ul li a:after{
	  display: block;
	  content: "";
	  position: absolute;
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	  top: 50%;
	  right: 40px;
	  width: 10px;
	  height: 10px;
	  margin-top: -5px;
	  background: #FF6633;
	}
	div#footer_img{
		overflow:hidden;
		margin:20px auto;
	}
	div#footer_img img{
		display:block;
		margin:20px auto 15px;
	}
	div#footer_img img.f_Tel{
		width:100%;
		height: auto;
	}
/* address */
	p#address{
		width:100%;
		padding:10px 0;
		background-color:#F2F2F2;
		text-align:center;
		font-size:12px;
		line-height:18px;
		margin-bottom:0;
	}
	p#address a{
		font-size:12px;
		line-height:18px;
	}
/* フッターにでる電話番号 */
	.footertel{
			overflow:hidden;
			display:block;
			width:100%;
			position:fixed;
			bottom:0px;
			right:0px;
			margin:0px 0px -5px 0px;
	}
	.footertel .telimg{
		max-width:100%;
		height:auto;
	}
}