@charset "utf-8";

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　初期設定　＝＝＝＝＝＝＝＝＝ */

*{
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	list-style-type: none;
}

img{
	vertical-align: middle;
}
#wrapper{overflow: hidden;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝　ページレイアウト　＝＝＝＝＝＝＝＝ */

body{
	width: 100%;
	-webkit-text-size-adjust: 100%;
}
@media only screen and (min-width:801px) {
	#content{
		width: 1030px;
		padding: 0px 10px;
		margin: 0px auto;
	}
}

header{
	width: 100%;
}

#main{
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 0px 10px;
}
@media only screen and (min-width:801px) {
	#main{
		width: 700px;
		float: right;
		margin-left: 10px;
}
}

aside{
	width: auto;
	margin: 20px 0px 20px 0px;
}
@media only screen and (max-width:650px) {
aside{
	width: auto;
	margin: 1px 0px 20px 0px;
}
}
@media only screen and (min-width:651px) {
	aside{
		width: 620px;
	}
	#sidebar-1{
		width: 300px;
		float: left;
	}
	#sidebar-2{
		width: 300px;
		float: right;
	}
}
@media only screen and (min-width:801px) {
	aside{
		width: 300px;
		float: left;
	}
}

aside:after{
	display: table;
	content: "";
	clear: both;
}

footer{
	width: 100%;
	clear: both;
	padding: 10px 20px;
	background: #000;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　ヘッダー　＝＝＝＝＝＝＝＝＝＝＝ */

@media only screen and (min-width:801px) {
	#rogo{
		width: 1030px;
		margin-left: auto;
		margin-right: auto;
	}
}



@media only screen and (max-width:480px) {
#sp-tel{
	float: right;
}
#pc-tel{
	display: none;
}
}

@media only screen and (min-width:481px) {

#sp-tel{
	display: none;
}
#pc-tel{
	float: right;
	display: block;
	margin: 50px 30px 0px 0px;
}
}


#header-top h1{
	border:none;
	float:left;
	padding-left:10px;
	margin-bottom: 0px;
	margin-top: 10px;
}


#header-top:after{
	display: table;
	content: "";
	clear: both;
}

#header-img{
	height: auto;
	background-color: #66A03F;
	background-size: cover;
	background-position: bottom;
}
@media only screen and (min-width:651px) {
	#header-img{
		height: auto;
	}
}
@media only screen and (min-width:801px) {
	#header-img{
		height: auto;
	}
}

#top-message{
	width: 1030px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
}
@media only screen and (max-width:480px) {
#top-message{
	width: auto;
}
}
@media only screen and (min-width:801px) {
#top-message h1{
	margin-left: 20px;
}
#top-message h2{
	margin-left: 20px;
}
}
#top-message h1{
	color: #FFF;
	border: none;
	font-size: 30px;
	font-family: "Comic Sans MS", cursive;
	margin-bottom: 0px;
}
#top-message h2{
	color: #FFF;
	border: none;
	font-size: 30px;
	font-family: "Comic Sans MS", cursive;
}
#top-message p{
	color: #FFF;
	border: none;
	font-size: 20px;
	font-family: "Comic Sans MS", cursive;
	padding-left: 15px;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝メイン　ナビゲーション　＝＝＝＝＝＝＝＝＝＝ */

nav ul{
	list-style-type: none;
}

nav li{
	width: 50%;
	float: left;
	border-bottom: solid 2px #666;
}
nav li:nth-child(odd){
	border-right: solid 2px #666;
}
@media only screen and (min-width:651px) {
	nav li{
		width: 16.6666666%;
		border-right: solid 2px #666;
		border-bottom: none;
	}
	nav li:last-child{
		border-right: none;
	}
}

nav a{
	display: block;
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	line-height: 45px;
	padding-left: 10px;
	text-decoration: none;
	background-color: #09C;
}
@media only screen and (min-width:651px) {
	nav a{
		line-height: 36px;
		text-align: center;
		padding-left: 0;
	}
}

nav a:hover{
	background: #C30;
}

nav ul:after{
	display: table;
	content: "";
	clear: both;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　メイン用　＝＝＝＝＝＝＝＝＝＝＝ */
#main a:hover{ opacity:0.8;
}

#main section{
	margin-bottom: 20px;
}

h1,h2{
	color: #336;
	line-height: 1.2;
	border-bottom: solid 2px #336;
	margin-bottom: 8px;
}
h1{font-size: 20px;}
h2{font-size: 18px;}
@media only screen and (min-width:651px) {
	h1{font-size: 24px;}
	h2{font-size: 20px;}
}

.main-text{
	text-align: justify;
	font-size: 15px;
	line-height: 1.5;
}
@media only screen and (min-width:651px) {
	.main-text{
		font-size: 16px;
	}
}
#main li{
	margin-left: 10px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝　サイドバー用　＝＝＝＝＝＝＝＝＝＝ */
aside h2{margin-top: 10px;
		margin-bottom: 5px;
		border-bottom: dotted 2px #dddddd;
		color: #000;
		font-size: 14px;
}

aside p{
	font-size: 12px;
	line-height: 1.3;
	margin-bottom: 10px;
}
/* ＝＝　サイドバー用やり替え＝＝＝＝＝ */
aside ul{list-style:none;
}

aside li a{display:block;
				padding: 15px;
				border-bottom: solid 2px #dddddd;
				font-size: 15px;
				color: #000;
				text-decoration: none;
				background-color: #F3FCFA;
}

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

aside li a img{border:none;
				margin-left: 5px;
}

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

aside img{float:left;
				width:50px;
				height:50px;
}

aside .text{float:none;
				width:auto;
				margin-left: 50px;
				padding-left:15px;
}

aside span{display:block;
				color:#666666;
				font-size: 12px;
}
aside .text-big{
	width: auto;
	font-size:25px;
	color: #FFF;
	margin-left: 30px;
}
aside .text-big span{
	width: auto;
	font-size:13px;
	color: #FFF;
}
aside li.link a{
	background-color: #250495;
}
aside li.link a:hover{
	background-color: #2461D0;
}
aside li.link2 a{
	background-color: #D81060;
}
aside li.link2 a:hover{
	background-color: #FF6CFF;
}
aside li.link3 a{
	background-color: #E18F06;
}
aside li.link3 a:hover{
	background-color: #F25EC6;
}
aside li.link4 a{
	background-color: #690;
}
aside li.link4 a:hover{
	background-color: #F25EC6;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝　フッター用　＝＝＝＝＝＝＝＝＝＝＝＝ */
@media only screen and (min-width:801px) {
	#footer-inner{
		width: 1030px;
		margin-left: auto;
		margin-right: auto;
	}
}

footer ul{
	width: 100%;
	list-style-type: none;
}
@media only screen and (min-width:801px) {
	footer ul{
		width: 300px;
	}
}

footer li{
	width: 50%;
	float: left;
}

footer li a{
	display: block;
	color: #FFF;
	font-size: 13px;
	line-height: 45px;
	padding-left: 10px;
	text-decoration: none;
}
@media only screen and (min-width:801px) {
	footer li a{
		line-height: 24px;
	}
}

footer li a:hover{
	background: #C30;
}

footer ul:after{
	display: table;
	content: "";
	clear: both;
}

#copyright{
	text-align: right;
	color: #FFF;
	font-size: 12px;
}

@media only screen and (min-width:651px) {
	#copyright br{
		display: none;
	}
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝　sinntiku新築戸建て＝＝＝＝＝＝＝＝＝＝＝ */
.sinntiku {
	background-color: #FDFDF2;
	border-bottom: solid 1px #666;
	width: auto;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝　おしらせ用　（キャンペーン）＝＝＝＝＝＝＝＝＝＝＝ */
.canpen{padding: 5px;
	border: solid 5px #FF8B53;
}

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

.canpen ul{margin: 0;
		padding: 0;
		list-style:none;
		height: auto;
		overflow:auto
}

.canpen p{color: #888888;
			font-weight: bold;
}

.canpen p{float:left;
			width: 50px;
}

.canpen .text{float:none;
			width:auto;
			margin-left: 50px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝　おしらせ用　（ニュース）＝＝＝＝＝＝＝＝＝＝＝ */
.news{padding: 5px;
	border: solid 5px #dddddd;
}

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

.news ul{margin: 0;
		padding: 0;
		list-style:none;
		height: 250px;
		overflow:auto
}
@media only screen and (min-width:651px) {
.news ul{
		height: 350px;
	}
}
.news li a{display:block;
			padding: 5px;
			border-bottom: dotted 2px #dddddd;
			color: #000000;
			font-size: 14px;
			text-decoration: none;
			overflow:hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
}

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

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

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

.news p{float:left;
			width: 70px;
}

.news .text{float:none;
			width:auto;
			margin-left: 70px;
}
	
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝　グリッドシステム　＝＝＝＝＝＝＝＝＝＝ */
@media only screen and (max-width:650px) {
.clear{
	clear: both;
}
}
.row{
	margin: 0px -10px 1px -10px;
}
.row:after{
	display: table;
	content: "";
	clear: both;
}
.bg-5-div img{ float: left;
 	padding: 5px;
}
	
.sm-1-div, .sm-2-div, .sm-3-div, .sm-4-div,.sm-75-div{
	display: block;
	float: left;
	padding: 0px 10px;
}
.sm-1-div{width: 100%;}
.sm-75-div{width: 75%;}
.sm-2-div{width:  50%;}
.sm-3-div{width:  33.33333333%;}
.sm-4-div{width:  25%;}
@media only screen and (min-width:651px) {
	.bg-1-div{width: 100%;}
	.bg-85-div{width: 85%;}
	.bg-80-div{width: 80%;}
	.bg-75-div{width: 75%;}
	.bg-66-div{width: 66.66666666%}
	.bg-2-div{width:  50%;}
	.bg-3-div{width:  33.33333333%;}
	.bg-4-div{width:  25%;}
	.bg-5-div{width:  15%;}
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝　汎用クラス　＝＝＝＝＝＝＝＝＝＝＝＝ */
/*マウスオーバーで画像拡大*/
@media only screen and (min-width:651px) {
span img { /* サムネイルサイズ */
width: 300px;
}
span:hover img { /* 元の画像の大きさ */
width: 320px;
}
}
/*アンテナ目的別メニューのオンマウス*/
.a-menyu:hover{color: #F00;
}

/*キャンペーントップ２*/
.canpentop2 {
	background-color: #FFFFCC;
	width: 100%;
	border:1px solid #999999;
	overflow: auto;
}
/*フロート*/
.flortleft{ float:left;
}

/*罫線*/
.keisen{
	border: solid 1px;
}
/*ロゴマークのブロック化 */
.logo{
	display: block;
	float:left;
	margin-top: 10px;
	margin-left: 20px;
}

/* 見出し、ｈ１、ｈ２、ｈ３ */

h1.midasi{
	background-color: #BBDF5E;
	border: none;
}
h2.midasi{
	background-color: #BBDF5E;
	border: none;
}
h2.midasi2{
	background-color: #EAFFFF;
	border: none;
}
/*見出し（罫線付きｈ３）*/
h3.ansin {
	border-left: thick solid #336633;
	border-bottom: thin solid #336633;
	width: 280px;
	padding-left: 5px;
	font-weight: bold;
}
/* 見出し、ｈ２、ｈ３ */
h2.midasi{
	background-color: #BBDF5E;
	border: none;
}
h1.midasi{
	background-color: #BBDF5E;
	border: none;
}
/* 文字関係 */
.push{
	color:#F03;
}
.push_green{
	color:#099;
}
/* キャンペーン価格の色など*/
.price{
	text-align: left;
	font-size: 16px;
	line-height: 2em;
}
.before{
	text-align: left;
	font-size: 16px;
	line-height: 2em;
	text-decoration: line-through;
}

/* 縦方向の間隔調整 */
.height-space{
	height: 0px;
	margin-bottom: 15px;
}
/* 区切り線の色、高さ調整 */
#main section hr {
	margin-top: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F00;
	width: 100%;
}
/* 小画面－内余白ゼロ 、写真の中央揃え*/
@media only screen and (max-width:650px) {
	.sm-1pad{
		padding: 1px;
}
	.sm-nopad{
		padding: 0px;
}
.sm-btm-pad{
	padding-bottom: 5px;
}
}
.row .sm-2-div.bg-4-div img {
	height: auto;
	width:100%;
}

/* 親要素の幅１００％に表示 */
.width-full{max-width: 100%;
}

@media only screen and (max-width:650px) {
.price{
	margin-left: 10px;
}
	
}
.p-text{
	border-bottom: 1px solid;
	font-size: 15px;
	text-align: left;
	line-height: 2em;
}
@media only screen and (max-width:650px) {
.p-text{
	margin-left: 10px;
}
}
.p-text2{
	background-color: #360;
	color: #fff;
	font-size: 14px;
	text-align: left;	
	line-height: 2em;		
}
.p-text3{
	background-color: #CCA60F;
	color: #fff;
	font-size: 14px;
	text-align: left;	
	line-height: 2em;		
}

h3.kakaku{
border-left:solid 10px #D20000;
margin-bottom: 5px;
margin-top: 5px;
}

/* ＝＝＝＝＝＝＝＝＝　ハウツー（サイド）＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.howto-text{
	font-size: 14px;
	white-space: normal;
	margin-bottom: 15px;
}

.howto-text p {
	margin-bottom: 15px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝　当店について＝＝＝＝＝＝＝＝＝＝ */
.about-color{background-color: #F8F8F8;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝　デザインアンテナ＝＝＝＝＝＝＝＝ */
ul.nostyle{list-style: none;
padding:5px;
}

.nostyle li {
	text-indent: -15px;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝　地域tiiki(example)＝＝＝＝＝＝ */

.tiiki ul{
	list-style-type: none;
}

.tiiki li{
	width: 45%;
	float: left;
	border: solid 1px #666;
}
@media only screen and (min-width:651px) {
	.tiiki li{
		width: 16.66666667%;
		border: solid 1px #666;
	}
}

.tiiki a{
	display: block;
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	line-height: 45px;
	padding-left: 10px;
	text-decoration: none;
	background-color: #D78202;
}
@media only screen and (min-width:651px) {
	.tiiki a{
		line-height: 36px;
		text-align: center;
		padding-left: 0;
	}
}

.tiiki a:hover{
	background: #C30;
}

.tiiki ul:after{
	display: table;
	content: "";
	clear: both;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝　スケジュール＝＝＝＝＝＝ */
table.schedule {
	margin-left: 10px;
	float: left;
	clear: none;
	width: auto;
}
table.schedule td.day {
	background: #CCCCCC;
}

table.schedule th {
	height: 30px;
}

table.schedule td {
	height: 30px;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝古いnavi＝＝＝＝＝＝ */
#main-navi {
	height: auto;
	width: 1030;
	display: block;
	overflow: hidden;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#tohome  a  {
	height: 70px;
	width: 70px;
	display: block;
	background: url(image/bb_home.gif) no-repeat 0px 0px;
}
#tohome {
	height: 70px;
	width: 70px;
	float: left;
	margin-left: 30px;
}
#tohome a:hover img {
	visibility: hidden;
}

#toantena {
	height: 70px;
	width: 70px;
	float: left;
}
#toantena a {
	display: block;
	height: 70px;
	width: 70px;
	background: url(image/bb_antena.gif) no-repeat 0px 0px;
}
#toantena  a:hover img {
	visibility: hidden;
}

#toanother {
	height: 70px;
	width: 70px;
	float: left;
}
#toanother a {
	height: 70px;
	width: 70px;
	display: block;
	background: url(image/bb_another.gif) no-repeat 0px 0px;
}
#toanother  a:hover img {
	visibility: hidden;
}
#tocontact {
	height: 70px;
	width: 70px;
	float: left;
}

#tocontact a {
	height: 70px;
	width: 70px;
	display: block;
	background: url(image/b_contact.gif) no-repeat 0px 0px;
}
#tocontact  a:hover img {
	visibility: hidden;
}
#toabout {
	height: 70px;
	width: 70px;
	float: left;
}
#toabout a {
	height: 70px;
	width: 70px;
	display: block;
	background: url(image/bb_aboutus.gif) no-repeat 0px 0px;
}
#toabout  a:hover img {
	visibility: hidden;
}
#tositemap {
	height: 70px;
	width: 70px;
	float: left;
}
#tositemap  a {
	height: 70px;
	width: 70px;
	display: block;
	background: url(image/bb%20sitemap.gif) no-repeat 0px 0px;
}
#tositemap   a:hover  img {
	visibility: hidden;
}
#toeakon {
	float: left;
	height: 70px;
	width: 70px;
}
#toeakon  a {
	height: 70px;
	width: 70px;
	display: block;
	background: url(image/bb_eacon.gif) no-repeat 0px 0px;
}
#toeakon   a:hover img {
	visibility: hidden;
}
@media only screen and (max-width:850px) {
#top-navi {
	display: none;
}
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝アンテナのtableレイアウト＝＝＝＝＝＝ */

section table	{ width: 100%; }
section th, section td	{ padding: 3px; border: 1px solid #ddd; }
.a-type th	{ background: #f4f4f4; }
.b-type th	{ background: #FFFFCC; }
/*----------------------------------------------------
	.a-type
----------------------------------------------------*/
.a-type th	{ width: 35%; text-align: left; }

@media only screen and (max-width:650px){
    .a-type	{ margin: 0px; }
    .a-type th,
    .a-type td{
		width: 100%;
		display: block;
		border-top: none;
    }
	.a-type tr:first-child th	{ border-top: 1px solid #ddd; }

}
.a-type p {
	margin-bottom: 0.7em;
 margin-right: 3px;
 margin-left: 3px;
 line-height: 140%;
}
/*----------------------------------------------------
	.b-type
----------------------------------------------------*/
.b-type th	{ width: 65%; text-align: left; }

@media only screen and (max-width:650px){
    .b-type	{ margin: 0px; }
    .b-type th,
    .b-type td{
		width: 100%;
		display: block;
		border-top: none;
    }
	.b-type tr:first-child th	{ border-top: 1px solid #ddd; }

}
.b-type p {
 margin-right: 5px;
 margin-left: 5px;
 line-height: 140%;
}
