@charset "UTF-8";

/*---------------------------------
リンク画像ロールオーバー半透明
--------------------------------*/
a:hover img{
    opacity:0.5;
    -moz-opacity:0.5;
    filter:alpha(opacity = 50);
}
a:hover {
    opacity:0.5;
    -moz-opacity:0.5;
    filter:alpha(opacity = 50);
}
/*---------------------------------
ボディ文字、背景指定
--------------------------------*/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	font-size: 16px;
	line-height: 2.2em;
}

@media(max-width:767px){
html {
	font: normal normal normal 62.5%/1 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666666;
	overflow-y: scroll;
}
body {
	margin: 0;
	padding: 0;
	background: #fff;
	/*position: relative;*/
	text-align: left;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;/* Safari文字太さ調整 */
	font-size: 15px;
	line-height: 1.6em;
}
}


/*---------------------------------
ヘッダー部分
--------------------------------*/
header{
	width: 100%;
	min-width: 960px;
	margin: 0;
	padding: 0;
}
header #title_box{
	height: 80px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
header #title_box h1{
	margin-top: 20px;
}
header #title_box .tx_link{
	position: absolute;
	bottom: 5px;
	right: 0;
	font-size: 14px;
}
header #title_box .tx_link a{
	text-decoration: none;
	color: #666;
}

@media(max-width:767px){
header{
	height: auto;
	width: 100%;
	min-width: 100%;
	overflow: hidden;
	margin-bottom: 0.2em;
}
header #title_box{
	height: auto;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 1em;
}
header #title_box h1{
}
header #title_box h1 img{
	width: 50%;
	height: auto;
}
header #title_box .tx_link{
	position: absolute;
	font-size: 10px;
	bottom: 5px;
	right: 0;
}
header #title_box .tx_link a{
	color: #666;
}
}


/*---------------------------------
トップライン
--------------------------------*/
#top_line{
	width: 100%;
	height: 6px;
	margin:0 0 20px;
	padding: 0;
	background:linear-gradient(90deg,#8dc21f 0%,#8dc21f 50%,#f5ac3c 50%,#f5ac3c 100%);
}
#top_line .inner{
	width: 960px;
	height: 6px;
	background-image: url(../images/top/top_line.gif);
	background-repeat: no-repeat; 
	margin: 0 auto;
	padding: 0;
}
#top_line hr{
	border: none;
}
@media(max-width:767px){
#top_line{
	width: 100%;
	height: 6px;
	margin:0 0 20px;
	padding: 0;
}
#top_line .inner{
	width: 100%;
	height: 6px;
	background-image: url(../images/top/top_line.gif);
	background-repeat: no-repeat; 
	background-size: 100% 6px;
	margin: 0 auto;
	padding: 0;
}
}

/*---------------------------------
グローバルメニュー
--------------------------------*/
#gmenu_box{
	width: 100%;
	width: 960px;
	box-sizing: border-box;
	margin:0 auto 40px;
}
#gmenu_box ul{
	list-style-type: none;
	box-sizing: border-box;
}  

#gmenu_box li{
	width: 192px;
	display: inline-block;
	border-right: dotted 1px #999;
	text-align: center;
	vertical-align: middle;
	line-height: 1em;
}
#gmenu_box li a span{
	font-size: 12px;
	color: #ccc;
} 
#gmenu_box li:first-child {
  border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
}
#gmenu_box li a{
	color: #666;
	text-decoration: none;
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 0.5em 0 0.1em;
}
#gmenu_box li a:hover{
	color: #fff;
	background-color: #eee;	
	opacity:1;
	transition:0.5s;
} 

@media(max-width:767px){
#gmenu_box{
	display: none;
}
} 



/*---------------------------------
パンくずリスト
--------------------------------*/

#topicpath {
	width: 960px;
	color: #666;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}
#topicpath ul li {
	/* liを横並び＆ブレットを消す */
	display: inline;
	list-style-type: none;
	font-size: 12px;
}
#topicpath ul li:before {
	/* liの後に記号追加 */
	content:" > ";
}
#topicpath ul li:first-child:before {
    /* 最初のliだけcontentを消す */
    content:"";
}
@media(max-width:767px){
#topicpath {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}
}






/*---------------------------------
TOPスライド画像
--------------------------------*/
#slide_box{
	width: 960px;
	height: auto;
	margin:0 auto;
	overflow: hidden;
}

@media(max-width:767px){
#slide_box{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 0%;
}
#slide_box img{
	width: 100%;
	height: auto;
}
}

/*---------------------------------
ミドルボックス
--------------------------------*/
#middle{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	font-size: 16px;
	line-height: 1.8em;
}
@media(max-width:767px){
#middle{
	width: 96%;
	height: auto;
	margin-right: 2%;
	margin-left: 2%;
	margin-top: 0.5em;
	line-height: 1.6em;
	overflow: hidden;
}
} 



/*---------------------------------
新築実績
--------------------------------*/
.newcon_list{
}
.newcon_list li{
	font-size: 14px;
	line-height: 1.4em;
	display: inline-block;
	text-align: center;
	margin-top: 10px;
	margin-right: 20px;
}
@media(max-width:767px){
.newcon_list{
	width: 100%;
	height: auto;
	margin-left: 0;
	margin-right: 0;
}
.newcon_list li{
	font-size: 12px;
	width: 46%;
	height: auto;
	margin: 2%;
}
.newcon_list li img{
	width: 100%;
	height: auto;
}
}

/*---------------------------------
新築 物件表示
--------------------------------*/
.newcon_phto{
}
.newcon_phto li{
	line-height: 1.4em;
	display: inline-block;
	margin-top: 10px;
	margin-right: 10px;
	text-align: center;
	vertical-align: top;
	font-weight: bold;
}
.newcon_phto li span{
	font-size: 15px;
	font-weight: normal;
	line-height: 1.2em;
}
.back_next{
	width: 800px;
	height: auto;
	text-align: center;
	font-size: 13px;
	margin: 10px 0;
}
.back_next a{
	text-decoration: none;
	margin: 0 1em;
}

@media(max-width:767px){
.newcon_phto{
	width: 100%;
	height: auto;
	margin-left: 0;
	margin-right: 0;
}
.newcon_phto li{
	width: 100%;
	height: auto;
	margin: 2% 0;
}
.newcon_phto li img{
	width: 100%;
	height: auto;
}
.back_next{
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 12px;
	margin: 10px 0;
}
}


/*---------------------------------
宅地分譲
--------------------------------*/
.estate_box{
}
.estate_box li{
	font-size: 14px;
	line-height: 1.4em;
	display: inline-block;
	text-align: center;
	margin-top: 10px;
	margin-right: 20px;
}
@media(max-width:767px){
.estate_box{
	width: 100%;
	height: auto;
	margin-left: 0;
	margin-right: 0;
}
.estate_box li{
	font-size: 12px;
	width: 100%;
	height: auto;
	margin: 2%;
}
.estate_box li img.photo{
	width: 100%;
	height: auto;
}
}


table.estate{
	border: none;
	margin: 0;
	border-collapse: collapse;
	width: auto;
	line-height: 1.6em;
}
table.estate th{
	text-align:left;
	padding:0.1em;
	border: none;
	white-space: normal;
}
table.estate td{
	text-align:left;
	padding:0.1em;
	border: none;
}
@media(max-width:767px){
table.estate{
	width: 100%;
	line-height: 1.4em;
}
table.estate th{
	font-size: 14px;
	padding:0.3em 0;
	white-space: normal;
	white-space: nowrap;
}
table.estate td{
	font-size: 14px;
	padding:0.3em 0;
	white-space: normal;
}
}



*---------------------------------
リフォーム
--------------------------------*/
.reform_box{
}
.reform_box li{
	line-height: 1.8em;
	display: inline-block;
	text-align: center;
	margin-top: 10px;
	margin-right: 5px;
	vertical-align: top;
}
.reform_box li a{
	text-decoration: none;
	font-size: 15px;
}
@media(max-width:767px){
.reform_box{
	width: 100%;
	height: auto;
	margin-left: 0;
	margin-right: 0;
}
.reform_box li{
	font-size: 13px;
	width: 44%;
	height: auto;
	margin: 2%;
}
.reform_box li img.photo{
	width: 100%;
	height: auto;
}
}



/*---------------------------------
トップ　テキスト
--------------------------------*/
.tx_box{
	width: 90%;
	text-align: left;
	margin: 3em auto;
}
.tx_box h2.omoi{
	font-size: 28px;
	color: #006934;
	text-align: center;
	font-weight: bold;
}
.neme_utagawa{
	width: 90%;
	margin: 0 auto;
	text-align: right;
	font-size: 18px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight: bold;
	line-height: 2em;
	margin: 1em 0;
}
.tx_box .tx_lead{
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6em;
}

.tx_box h3{
	margin: 1em 0;
	font-size: 20px;
	margin: 2em auto 0;
	font-weight: bold;
	border-left: solid 6px #008244;
	padding-left: 0.5em;
	text-align: left;
}
.tx_common{
	width: 100%;
	margin: 1em 0;
	text-align: justify;
	font-size: 18px;
	line-height: 1.8em;
}
.ph_utagawa{
	float: right;
	margin: 0.25em 0 0 1em;
}
@media(max-width:767px){
.tx_box h2.omoi{
	font-size: 21px;
}
.neme_utagawa{
	width: 100%;
	font-size: 16px;
	text-align: center;
	margin: 0.5em 0;
}
.tx_box .tx_lead{
	font-size: 18px;
}
.tx_box h3{
	font-size: 17px;
}
.tx_common{
	font-size: 15px;
	line-height: 1.6em;
}
.ph_utagawa{
	width: 30%;
	height: auto;
}
}






/*---------------------------------
各ページ共通　右バナー
--------------------------------*/
#right_bnr_box{
	width: 220px;
	float: right;
}
#right_bnr_box img{
	border: solid 1px #ccc;
	margin-bottom: 10px;
}
@media(max-width:767px){
#right_bnr_box{
	width: 100%;
	float: none;
	text-align: center;
}	
#right_bnr_box li{
	width: 30%;
	height: auto;
	margin: 0 2px;
	display: inline-block;
}
#right_bnr_box li img{
	width: 100%;
	height: auto;
}
}


/*---------------------------------
左ボックス
--------------------------------*/
#left_box{
	width: 700px;
	float: left;
}
@media(max-width:767px){
#left_box{
	width: 100%;
	float: none;
}
}

/*---------------------------------
仕組み化とは
--------------------------------*/
.seminar_img{
	margin: 1.5em 0;
}
.seminar_wrap{
	width: 640px;
	height: auto;
	margin: 0 auto 60px;
}
.seminar_wrap h3{
	font-size: 21px;
	font-weight: bold;
	color: #006934;
	margin-bottom: 8px;
}
.seminar_wrap .ws_box{
	width: 300px;
	height: auto;
	margin: 0 10px;
	padding: 0.75em;
	float: left;
	box-sizing: border-box;
	background-color: #fffff2;
	border: solid 1px #666;
}
@media(max-width:767px){
.seminar_img{
	margin: 1.5em 0;
	width: 100%;
	height: auto;
}
.seminar_wrap{
	width: 100%;
	height: auto;
	margin: 0 auto 2em;
}
.seminar_wrap h3{
	font-size: 18px;
	margin-bottom: 5px;
}
.seminar_wrap .ws_box{
	width: 100%;
	height: auto;
	margin: 1em auto;
	padding: 0.75em;
	float: none;
}
}

.start_up{
	margin: 1em 0;
	float:left;
}
.start_up li{
	font-size: 18px;
	line-height: 1.4em;
	margin: 1em 0;
}
.start_up li span{
	font-size: 13px;
	line-height: 1.2em;
	display: block;
}
.start_ph_right{
	width: 300px;
	height: auto;
	float:right;
	margin-top: 1em;
}
.start_ph_right img{
	margin-bottom: 10px;
}
@media(max-width:767px){
.start_up{
	float:none;
}
.start_up li{
	font-size: 15px;
}
.start_ph_right{
	width: 70%;
	height: auto;
	float:none;
	margin: 0.5em 15%;
}
.start_ph_right img{
	width: 42%;
	height: auto;
}
}



/*---------------------------------
事例
--------------------------------*/
.flow_box{
	width: 480px;
	height: auto;
	border: solid 2px #ab855f;
	margin: 1em 0;
	padding: 1.5em;
	border-radius: 8px;
	text-align: center;
}
.flow_box h4{
	font-size: 24px;
	font-weight: bold;
	color: #653200;
}
.flow_box .wrap{
	width: 100%;
	height: auto;
	text-align: left;
	font-size: 18px;
	margin-top: 1em;
}
.flow_box .left_box{
	width: 46%;
	height: auto;
	float: left;
	display: inline-block;
}
.flow_box .right_box{
	width: 46%;
	height: auto;
	float: right;
	display: inline-block;
}
.flow_box .wrap span.sub{
	width: 100%;
	height: auto;
	background-color: #ab855f;
	display: block;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0.5em;
	text-align: center;
	padding: 0.2em;
	border-radius: 8px;
}

.dot_box{
	width: 480px;
	height: auto;
	border: 2px dashed #999;
	margin: 2em 0 1em;
	padding: 1.5em;
	border-radius: 8px;
}
.case_wrap{
	width: 100%;
	height: auto;
	margin: 2em 0;
}
.case_wrap .left_box{
	width: 240px;
	height: auto;
	float: left;
	padding: 1em;
	background-color: #f0f8ff;
	box-sizing: border-box;
	color: #191970;
}
.case_wrap .left_box p span{
	font-size: 20px;
	font-weight: bold;
	display: block;
	margin-bottom: 0.5em;
}
.case_wrap .right_box{
	width: 420px;
	height: auto;
	float: right;
	padding: 1em;
	background-color: #fff8dc;
	box-sizing: border-box;
	color: #b8660b;
}
.case_wrap .right_box p span{
	font-size: 20px;
	font-weight: bold;
	display: block;
	margin-bottom: 0.5em;
}

.balloon1_right {
  position: relative;
  display: inline-block;
}

.balloon1_right:before {
   content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 30px;
  border-left: 15px solid #f0f8ff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}



@media(max-width:767px){
.ab_task{
	width: 100%;
	height: auto;
	}
.flow_box{
	width: 100%;
}
.flow_box h4{
	font-size: 20px;
	font-weight: bold;
	color: #653200;
}
.flow_box .wrap{
	margin-top: 0;
}
.flow_box .left_box{
	width: 100%;
	height: auto;
	float: none;
	display: block;
	margin-bottom: 1em;
}
.flow_box .right_box{
	width: 100%;
	height: auto;
	float: none;
	display: block;
	margin-bottom: 1em;
}
.flow_box .ta_img{
	width: 100%;
	height: auto;	
}
.dot_box{
	width: 100%;
	height: auto;
}	
.case_wrap{
	width: 100%;
	height: auto;
	margin: 2em 0;
}
.case_wrap .left_box{
	width: 42%;
	height: auto;
	float: left;
	padding: 1em;
	background-color: #f0f8ff;
	box-sizing: border-box;
	color: #191970;
}
.case_wrap .left_box p span{
	font-size: 20px;
	font-weight: bold;
	display: block;
	margin-bottom: 0.5em;
}
.case_wrap .right_box{
	width: 50%;
	height: auto;
	float: right;
	padding: 1em;
	background-color: #fff8dc;
	box-sizing: border-box;
	color: #b8660b;
}
.case_wrap .right_box p span{
	font-size: 20px;
	font-weight: bold;
	display: block;
	margin-bottom: 0.5em;
}
}


/* 三角矢印 下向き */
.arrow_down{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 20px 0 20px;
	border-color: #884a03 transparent transparent transparent;
	margin: 20px 0 20px 220px;
}
@media(max-width:767px){
.arrow_down{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 20px 0 20px;
	border-color: #884a03 transparent transparent transparent;
	margin: 20px auto;
}
}


/*---------------------------------
相談
--------------------------------*/
.troubled{
	font-size: 23px;
	font-weight: bold;
	margin: 2em 0 0.5em;
}
.troubled_img{
	margin: 1em 0;
}
.tx_troubled{
	font-size: 16px;
	font-weight: bold;
	color: #e27733;
}
.illust_back{
	width: 100%;
	height: 150px;
	background-image: url(../img/consultation/fig01.jpg);
	background-repeat: no-repeat;
}
.book{
	margin: 2em 0;
}

@media(max-width:767px){
.troubled{
	font-size: 20px;
	font-weight: bold;
	margin: 1em 0 1em;
}
.troubled_img{
	width: 96%;
	height: auto;
	margin: 0 2%;
}
.tx_troubled{
	font-size: 15px;
}
.illust_back{
	background-image: none;
}
.book{
	width: 100%;
	height: auto;
}
}

/*---------------------------------
見出し
--------------------------------*/
h2.double_line{
	font-size: 28px;
	font-weight: bold;
	line-height: 1.8em;
	color: #666;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	margin: 1em 0;
}
@media(max-width:767px){
h2.double_line{
	font-size: 24px;
}
}	

h3.left_gray_line{
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4em;
	color: #666;
	padding: 0.2em 0.5em;
	border-left: solid 6px #999;
	border-bottom: solid 1px #999;
	margin: 1.75em 0 1em;
}
@media(max-width:767px){
h3.left_gray_line{
	font-size: 20px;
}	
}

h4.bottom_grayline{
	font-size: 20px;
	font-weight: bold;
	color: #666;
	line-height: 1.4em;
	padding: 0.3em 0;
	border-bottom: dotted 1px #666;
	margin: 1.5em 0 1em;
}
@media(max-width:767px){
h4.bottom_grayline{
	font-size: 18px;
}	
}

h4.large_tx{
	font-size: 20px;
	font-weight: bold;
	color: #666;
	line-height: 1.4em;
	margin: 1.5em 0 0.75em;
}
@media(max-width:767px){
h4.large_tx{
	font-size: 18px;
}	
}


/*---------------------------------
写真位置
--------------------------------*/
.fig_left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.pih_right {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}



/*-頭三角 見出し-*/
.head_arrow{
	position: relative;
	padding: 5px 5px 5px 42px;
	background: #77c3df;
	font-size: 20px;
	color: #fff;
	margin:30px 0 10px -20px;
	line-height: 1.3;
	z-index:-1;
	font-weight: bold;
}
.head_arrow:before{
	position: absolute;
	content: '';
	left: -2px;
	top: -2px;
	border: none;
	border-left: solid 40px white;
	border-bottom: solid 79px transparent;
	z-index:-2
}
@media(max-width:767px){
.head_arrow{
	position: relative;
	padding: 0.4em 0.4em 0.4em 2.5em;
	background: #77c3df;
	font-size: 1.7rem;
	color: #fff;
	margin: 1.5em 0 0.5em -1.0em;
	line-height: 1.3;
	z-index: -1;
	font-weight: bold;
}
.head_arrow:before{
	position: absolute;
	content: '';
	left: -2px;
	top: -2px;
	border: none;
	border-left: solid 40px white;
	border-bottom: solid 79px transparent;
	z-index:-2
}
}



/*---------------------------------
テーブル
--------------------------------*/
table.prof{
	border: none;
	margin: 0;
	border-collapse: collapse;
	width: auto;
	line-height: 1.6em;
}
table.prof th{
	width: 8em;
	text-align:left;
	vertical-align: top;
	padding:0.5em 0;
	border: none;
	white-space: nowrap;
}
table.prof td{
	text-align:left;
	vertical-align: top;
	padding:0.5em 0;
	border: none;
}
@media(max-width:767px){
table.prof{
	width: 100%;
	line-height: 1.4em;
}
table.prof th{
	font-size: 14px;
	padding:0.3em 0;
	white-space: nowrap;
}
table.prof td{
	font-size: 14px;
	padding:0.3em 0;
	white-space: normal;
}
}




/*---------------------------------
グーグルマップ調整
--------------------------------*/
.google_map{
}
google_map iframe{
	width: 640px;
	height: 400px;
}
@media(max-width:767px){
.google_map{
	width: 100%;
	height: 40%;
}
.google_map iframe{
	width: 100%;
	height: 100%;
}
}


/*---------------------------------
サイトマップ
--------------------------------*/
.sitemap{
	width: 220px;
	height: auto;
	display: inline-block;
	vertical-align: top;
}
.sitemap dt{
	font-size: 16px;
	border-left: 6px solid #666;
	padding-left: 0.5em;
	margin: 0 0 2em 0;
}
.sitemap dd{
	font-size: 15px;
	font-weight: bold;
	color: #666;
	padding-left: 0.6em;
	margin: -2em 0 2em 6px ;
}
.sitemap a{
	text-decoration: none;
	font-weight: bold;
	color: #666;
}
@media(max-width:767px){
.sitemap{
	width: 100%;
	height: auto;
	display: block;
}
}

/*---------------------------------
ページトップへ
--------------------------------*/
#to_the_top{
	position:relative;
    width:100%;
    max-width:960px;
    height:0;
    margin:0 auto;
}
#to_the_top a{
	position: fixed;
    bottom: 80px;
    left:auto;
    display: block;
	height: 44px;
	width: 44px;
	margin-left:916px;
}
@media(max-width:767px){
#to_the_top{
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 0;
	margin: 0;
	overflow: hidden;
}

#to_the_top a{
	position: fixed;
	bottom: 8%;
	display: block;
	height: 44px;
	width: 44px;
	margin-left: 0;
	right: 5%;
	opacity: 0.7;
}
}

/*---------------------------------
下部　リンク
--------------------------------*/
.footer_menu{
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 60px;
	padding-bottom: 10px;
	border-bottom: solid 1px #999;
}
.footer_menu ul{
	text-align: center;
}
.footer_menu li{
	line-height: 1.8em;
	font-size: 14px;
	display: inline-block;
	margin: 0 10px;
}
.footer_menu li a{
	color: #666;
	text-decoration: none;
}
@media(max-width:767px){
.footer_menu{
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 20px;
}
.footer_menu li{
	font-size: 12px;
	line-height: 1.2em;
}
}

/*---------------------------------
フッター
--------------------------------*/
footer{
	width: 100%;
	height: auto;
	margin-top: 20px;
	padding: 0;
}
footer .inner{
	width: 960px;
	height: auto;
	margin: 20px auto;
	position: relative;
}
footer address {
	font-size: 14px;
	line-height: 1.5em;
	color: #666;
}
footer address span{
	font-size: 16px;
	font-weight: bold;
}
footer .copyright{
	font-size: 12px;
	position: absolute;
	line-height: 1.5em;
	margin: 0;
	bottom: 0;
	right: 0;
}

@media(max-width:767px){
footer{
	width: 100%;
	height: auto;
	margin-top: 0;
	overflow: hidden;
	padding: 0;
	text-align: center;
}
footer .inner{
	width: 96%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
footer address {
	font-size: 13px;
	line-height: 1.4em;
	padding: 0;
}
footer address span{
	font-size: 15px;
	line-height: 1em;
	font-weight: bold;
	display: block;
	margin: 0;
}
footer .copyright{
	font-size: 12px;
	position: static;
	line-height: 1.5em;
	margin: 0.75em 0;
}
}



/*---------------------------------
マージン
--------------------------------*/
.mt1em{margin-top: 1em;}
.mt2em{margin-top: 2em;}
.mt3em{margin-top: 3em;}
.mt18em{margin-top: 1.8em;}

.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt22 {margin-top: 22px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}
.mt35 {margin-top: 35px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}
.mt60 {margin-top: 60px;}
.mt70 {margin-top: 70px;}
.mt80 {margin-top: 80px;}
.mt90 {margin-top: 90px;}
.mt100 {margin-top: 100px;}

.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb35 {margin-bottom: 35px;}
.mb40 {margin-bottom: 40px;}

.ml5 {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml15 {margin-left: 15px;}
.ml20 {margin-left: 20px;}
.ml25 {margin-left: 25px;}
.ml30 {margin-left: 30px;}
.ml35 {margin-left: 35px;}
.ml40 {margin-left: 40px;}
.ml45 {margin-left: 45px;}
.ml50 {margin-left: 50px;}
.ml55 {margin-left: 55px;}
.ml60 {margin-left: 60px;}
.ml75 {margin-left: 75px;}
.ml85 {margin-left: 85px;}
.ml90 {margin-left: 90px;}
.ml100 {margin-left: 100px;}
.ml110 {margin-left: 110px;}

.mr5 {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr15 {margin-right: 15px;}
.mr20 {margin-right: 20px;}
.mr25 {margin-right: 25px;}
.mr30 {margin-right: 30px;}
.mr35 {margin-right: 35px;}
.mr40 {margin-right: 40px;}

.ml1em {margin-left: 1em;}
.ml2em {margin-left: 2em;}
.ml4em {margin-left: 4em;}
.ml5em {margin-left: 5em;}

.mb-3 {margin-bottom: -3px;}

.lh12 {line-height: 1.2;}
.lh17 {line-height: 1.7;}

/*---------------------------------
パディング
--------------------------------*/

.pt5 {padding-top: 5px;}
.pt10 {padding-top: 10px;}
.pt25 {padding-top: 25px;}
.pt27 {padding-top: 27px;}
.pt30 {padding-top: 30px;}
.pt40 {padding-top: 40px;}

@media(max-width:767px){
}

/*---------------------------------
テキストサイズ、装飾
--------------------------------*/

.tx12 {font-size: 12px;}
.tx13 {font-size: 13px;}
.tx14 {font-size: 14px;}
.tx15 {font-size: 15px;}
.tx16 {font-size: 16px;}
.tx18 {font-size: 18px;}
.tx20 {font-size: 20px;}
.tx21 {font-size: 21px;}
.tx22 {font-size: 22px;}
.tx24 {font-size: 24px;}

.txbold {font-weight: bold;}
.txred {color: #F00;}
.txdblue {color: #005bac;}
.tx_d_green {color: #009d3b;}
.txorange{color: #ff6600;}

.cap_tx {
	font-size: 13px;
	line-height: 1.4em;
}



/*---------------------------------
文章共通
--------------------------------*/
.tx_left{
	margin: 1.5em 0;
}


/*---------------------------------
写真、図、装飾
--------------------------------*/
.tx_center{
	text-align: center;
}

.copy_bold{
	font-size: 16px;
	font-weight: bold;
}

.tx_block{
	display: inline-block;
}

.f_l{
	float: left;
}
.f_r{
	float: right;
}
@media(max-width:767px){
.f_l{
	float: none;
}
.f_r{
	float: none;
}
}
@media(max-width:767px){
.tx_a_left{
	text-align: left;
}
.img100par{
	width: 100%;
	height: auto;
}
}


/*---------------------------------
PC SP 切り替え
--------------------------------*/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}



@media(max-width:767px){
#middle .other_box{
	width: 96%;
	margin-right: 0;
	margin-left: 0;
	padding-right: 2%;
	padding-left: 2%;
	overflow: hidden;
}
#middle .other_box img{
	width: 100%;
	height: auto;
}
#middle .other_box .left_box{
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}
#middle .other_box .right_box{
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	margin-top: 3%;
}
#middle .other_box .scroll_box{
	overflow-x: auto;   /* スクロール表示 */
	width: 100%;
	height: 10rem;
	border: 1px solid #CCC;
	padding: 0;
	box-sizing: border-box;
}

#middle .other_box .scroll_box iframe{
	width: 100%;
}
#middle .other_box dl {
	width: 90%;
	font-size: 1.4rem;
	line-height: 1.5em;
	margin: 2% 3% 0 3%;
}
#middle .other_box dt {
	color: #77c587;
	font-weight: bold;
}
/*--dtの三角矢印--*/
#middle .other_box dt.list-item {
  position: relative;
  padding-left: 1rem;
}
#middle .other_box dt.list-item:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #77c587;
}
/*--dtの三角矢印ここまで--*/
#middle .other_box dd {
}

#middle .other_box .right_box iframe {
	height: auto;
	width: 100%;
	overflow: hidden;
}
}





/*---------------------------------
区切り線
--------------------------------*/
hr.gray_line {
	border-top: 1px solid #999;
	margin: 50px 0 50px 0;
}

@media(max-width:767px){
	hr.green_line {
	border-top: 1px solid #77c587;
	margin: 10% 0 10% 0;
}
}



/*---------------------------------
プライバシーポリシー
--------------------------------*/
#middle .privacy_box{
	width: 100%;
	margin-top: 30px;
}

#middle .privacy_box p{
	font-weight: bold;
}

#middle .privacy_box ol{
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 1.6em;
}

#middle .privacy_box ol li{
	margin-top: 20px;
}

@media(max-width:640px){
#middle .privacy_box{
	width: 100%;
	margin-top: 5%;
	margin-right: 0;
	margin-left: 0;
}

#middle .privacy_box p{

	font-weight: bold;
}

#middle .privacy_box ol{
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 1.6em;
}

#middle .privacy_box ol li{
	margin-top: 5%;
}
}


/*button共通
---------------------------------------------*/
.btn_contact{
	margin: 10px 0;
	width: 100%;
	float:left;
	text-align: center;
}
.btn_contact a{
	padding: 1.4em 0;
 	width: 50%;
 	font-size: 24px;
	font-weight: bold;
 	line-height: 1.2em;
	color: #fff;
	text-decoration: none;
 	vertical-align: middle;
 	display: inline-block;
 	position: relative;
	background: -moz-linear-gradient(to bottom,#FFF,#5baf5d 30%,#5baf5d 70%,#FFF); 
	background: -webkit-linear-gradient(to bottom,#FFF,#5baf5d 30%,#5baf5d 70%,#FFF); 
	background: linear-gradient(to bottom,#FFF,#5baf5d 30%,#5baf5d 70%,#FFF);
	margin: 10px auto;
}

.btn_contact a span{
	font-weight: normal;
}
/*.btn_contact a:after{
 	content: ">";
	font-weight: normal;
 	padding: 1.4em 2em;
 	vertical-align: middle;
 	display: inline-block;
 	position: absolute;
 	top: 0;
 	right: 6%;
 	bottom: 0;
}*/

.btn_contact a:hover{
	opacity:0.5;
}
@media screen and (max-width: 768px) {
.btn_contact{
	text-align: center;
}
.btn_contact a{
	width: 80%;
}
.btn_contact a:after{
	padding: 1.2em 0.5em;
}
}


.btn_contact2{
	margin: 10px 0;
	width: 100%;
	float:left;
	text-align: center;
}
.btn_contact2 a{
	padding: 1.4em 0;
 	width: 30%;
 	font-size: 24px;
	font-weight: bold;
 	line-height: 1.2em;
	color: #fff;
	text-decoration: none;
 	vertical-align: middle;
 	display: inline-block;
 	position: relative;
	background: -moz-linear-gradient(to bottom,#FFF,#5baf5d 30%,#5baf5d 70%,#FFF); 
	background: -webkit-linear-gradient(to bottom,#FFF,#5baf5d 30%,#5baf5d 70%,#FFF); 
	background: linear-gradient(to bottom,#FFF,#5baf5d 30%,#5baf5d 70%,#FFF);
	margin: 10px auto;
}

.btn_contact2 a span{
	font-weight: normal;
}
/*.btn_contact a:after{
 	content: ">";
	font-weight: normal;
 	padding: 1.4em 2em;
 	vertical-align: middle;
 	display: inline-block;
 	position: absolute;
 	top: 0;
 	right: 6%;
 	bottom: 0;
}*/

.btn_contact2 a:hover{
	opacity:0.5;
}
@media screen and (max-width: 768px) {
.btn_contact2{
	text-align: center;
}
.btn_contact2 a{
	width: 80%;
}
.btn_contact2 a:after{
	padding: 1.2em 0.5em;
}
}


/*---------------------------------
リフォーム
--------------------------------*/
.reform_phto{
}
.reform_phto li{
	line-height: 1.4em;
	display: inline-block;
	margin-top: 10px;
	margin-right: 10px;
	text-align: center;
	vertical-align: top;
}
.reform_phto li span{
	font-size: 15px;
	line-height: 1.2em;
}
.reform_phto .befor_tx{
	font-size: 20px;
	font-weight: bold;color: #fff;
	line-height: 2em;
	background-color: #666;
	border-radius: 5px;
	margin: 0;
}
.reform_phto .after_tx{
	font-size: 20px;
	font-weight: bold;color: #fff;
	line-height: 2em;
	background-color: #ff9933;
	border-radius: 5px;
	margin: 0;
}

.number_box{
	width: 100%;
	height: auto;
	font-size: 16px;
	margin: 20px 0;
	text-align: center;
	display: block;
}
.number_box li{
	display: inline-block;
	margin:0 1em;
}
.number_box a{
	text-decoration: none;
}
.number_box .current{
	color: #fff;
	display: inline-block;
	background-color: #666;
	padding: 0.1em;
}


.btn_befor{
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	background-color: #666;
	padding: 0 0.4em;
	border-radius: 5px;
	margin-bottom: 0.25em;
}
.btn_after{
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	background-color: #ff9933;
	padding: 0 0.4em;
	border-radius: 5px;
	margin-bottom: 0.25em;
}

@media(max-width:767px){
.reform_phto{
	width: 100%;
	height: auto;
	margin-left: 0;
	margin-right: 0;
}
.reform_phto li{
	width: 100%;
	height: auto;
	margin: 2% 0;
}
.reform_phto li img{
	width: 100%;
	height: auto;
}
.reform_phto .befor_tx{
	font-size: 18px;
}
.reform_phto .after_tx{
	font-size: 18px;
}

.number_box{
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 12px;
	margin: 10px 0;
}
}


/*---------------------------------
お問い合わせ
--------------------------------*/
.inquiry_number{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8em;
}
.inquiry_number a{
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
}


