@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{
	margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;
}body{
	line-height:1;
    margin:0;
    padding:0;
    overflow-y:scroll;
}


article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display:block;
}ul{
	list-style:none;
}blockquote,q{
	quotes:none;
}blockquote::before,blockquote::after,q::before,q::after{
	content:none;
}a{
	margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;
}del{
	text-decoration:line-through;
}abbr[title],dfn[title]{
	border-bottom:1px dotted;cursor:help;
}table{
	border-collapse:collapse;border-spacing:0;
}hr{
	display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;
}input,select{
	vertical-align:middle;
}

/*================================================
 *  一般・共通設定
 ================================================*/
body{
	font-size:14px;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
}

header{
	width:100%;

}

#contents{
	width: 1100px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}

a{
	color:#043771;
}
a:hover{
	color:#144d8d;
}

h1{

	font-weight: bold;
	text-align: center;

}

h2{
	margin-top: 50px;
	margin-bottom: 0.5em;
	font-size: 130%;
	color: #333333;
	text-align: center;
}

h3{
	margin-bottom:0.25em;
	font-size:130%;
}

h4{
	margin-bottom:0.25em;
	font-size:130%;
}

h5{
	margin-bottom:0.25em;
	padding-left:25px;
	font-size:16px;
	background:url('images/bg_arrow_black.png') 0 50% no-repeat;
}

h6{
	margin-bottom:0.25em;
	padding-left:5px;
	font-size:16px;
	font-weight:bold;
}

p{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	font-size: 110%;
}

img{
	vertical-align:bottom;
}

em{
	font-weight:bold;
}

strong{
	font-weight:bold;
	color:#ff0000;
}

pre{
	margin:1em 0;
	padding:1em;
}

blockquote{
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

ul,ol,dl{
	margin:0 0 1em 0;
}
ul li{
	list-style:disc;
}
ol li{
	list-style:decimal;
}
li{
	margin-left:2em;
}

dt{
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}
dd{
	margin-bottom:1em;
}

table{
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
}
th{
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#f1f1f1;
}
td{
	padding:10px;
	text-align:left;
	border:1px solid #fff;
}

/*================================================
 *  汎用クラス
 ================================================*/
/* 写真中央寄せ */
.imgC{
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
	text-align:center;
}
.imgC img{
	border-radius:5px;
	margin-bottom:0.5em;
}

/* 写真左寄せ */
.imgL{
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgL img{
	float:left;
	margin:0 1em 0.5em 0;
	border-radius:5px;
}

/* 写真右寄せ */
.imgR{
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgR img{
	float:right;
	margin:0 0 1em 0.5em;
	border-radius:5px;
}

/* 2カラム（スマートフォンでは1カラム) */
.twoCol{
	overflow:hidden;
	margin-bottom:50px;
}
.twoColInner{
	overflow:hidden;

}
.twoColInner div{
	width:48%;
	float:left;
	margin-right:2%;
}
.twoColInner div:nth-child(2n+1){
	clear:both;
}
.twoColInner img{
	width:100%;
	margin-bottom:0.5em;
	border-radius:5px;
}

/* 3カラム（スマートフォンでは1カラム) */
.threeCol{
	overflow:hidden;
	margin-bottom:50px;
}
.threeColInner{
	overflow:hidden;
	margin-right:-3%;
}
.threeColInner div{
	width:31%;
	float:left;
	margin-right:2%;
}
.threeColInner div:nth-child(3n+1){
	clear:both;
}
.threeColInner img{
	width:100%;
	margin-bottom:0.5em;
	border-radius:5px;
}

/* ボタン（タイプ1） */
.btn01 a{
	display: block;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 50px;
	color: #ffffff;
	text-decoration: none;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
	background-color: #1b1b1b;
	background-image: url("../img/renovation/bg_arrow_white.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 20px 50%;
	background-size: auto auto;
	background-origin: padding-box;
	background-clip: border-box;
	transition: all 0.2s ease 0s;
	font-size: 120%;
}
.btn01 a:hover{
	background : url("../img/renovation/bg_arrow_white.png") 20px 50% / auto auto no-repeat scroll padding-box border-box #2e2e2e;
	transition:all 0.2s ease 0s;
}

/* ボタン（タイプ2） */
.btn02 a{
	display: block;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	color: #1b1b1b;
	text-decoration: none;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #1b1b1b;
	background-color: #ffffff;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-size: auto auto;
	background-origin: padding-box;
	background-clip: border-box;
	transition: all 0.2s ease 0s;
	font-size: 120%;
	margin-bottom: 40px;
	margin-top: 20px;
}
.btn02 a:hover{
	color:#fff;
	background:#1b1b1b;
	transition:all 0.2s ease 0s;
}

/*================================================
 *  ヘッダー
 ================================================*/
header{
	position:relative;
}
header h1{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: 200px;
	height: 100px;
	z-index: 10;
	opacity: .8;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	padding:10px 0;
	opacity:0.8;
	background:#000;
	z-index:10;
}
nav ul{
	position:relative;
	float:left;
	left:50%;
	margin:0;
}
nav li{
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 15px;
}
nav li a{
	color:#fff;
	text-decoration:none;
}
nav li a:hover{
	color:#dfdfdf;
	text-decoration:underline;
}

/*================================================
 *  メイン
 ================================================*/
main{
	width:100%;
}

section{
	margin-bottom:10%;
}

/*================================================
 *  フッター
 ================================================*/
footer{
	clear: both;
	padding-top: 2%;
	padding-right: 0px;
	padding-bottom: 2%;
	padding-left: 0px;
	font-size: 11px;
	text-align: center;
	background-color: silver;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop{
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a{
	display:block;
	text-decoration:none;
}
.totop img{
	background:#000;
}
.totop img:hover{
	background:#333;
}

/*================================================
 *  スライドショー
 ================================================*/
/* slide01 */
.slide01{
    display:none;
    overflow:hidden;
    position:relative;
    width:100%;
}

.slide01 .slidePrev{
    position:absolute;
    cursor:pointer;
    z-index:100;
}

.slide01 .slideNext{
    position:absolute;
    cursor:pointer;
    z-index:100;
}

.slide01 .slidePrev img{
    position:absolute;
    width:50px !important;
    height:60px !important;
}

.slide01 .slideNext img{
    position:absolute;
    width:50px !important;
    height:60px !important;
}

.slide01 .slideInner{
    position:relative;
    margin:0;
    padding:0;
}
.slide01 .slideInner li{
    float:left;
    margin:0;
    padding:0;
    list-style:none;
}
.slide01 .slideInner li img{
    margin:0 5px;
    padding:0;
    vertical-align:bottom;
}

.slide01 .filterPrev{
    position:absolute;
    left:0;
    opacity:0.5;
    filter:alpha(opacity=50);
    background-color:#fff;
}

.slide01 .filterNext{
    position:absolute;
    right:0;
    opacity:0.5;
    filter:alpha(opacity=50);
    background-color:#fff;
}

.slide01 .controlNav{
	position: relative;
	float: left;
	left: 50%;
	margin-top: 10px;
}
.slide01 .controlNav span{
      position:relative;
      left:-50%;
      float:left;
      margin:5px;
      -webkit-border-radius:5px;
      -moz-border-radius:5px;
      border-radius:5px;
      width:10px;
      height:10px;
      overflow:hidden;
      background:#ccc;
      text-indent:-9999px;
      vertical-align:middle;
}
.slide01 .controlNav span:hover{
      background:#999;
      cursor:pointer;
}
.slide01 .controlNav span.current{
      background:#f19500;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	#contents{
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}
nav li{
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 5px;
}


}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	h1{
	text-align: left;
}
	p{
	text-align: left;
}
	h2{
	
	margin-top: 30px;
	
	text-align: left;
	
}

	.imgC{
		margin-bottom:30px;
	}
	.imgC img{
		max-width:100%;
	}

	.imgL{
		margin-bottom:30px;
	}
	.imgL img{
		float:none;
		max-width:100%;
		margin-right:0;
	}

	.imgR{
		margin-bottom:30px;
	}
	.imgR img{
		float:none;
		max-width:100%;
		margin-left:0;
	}

	.twoCol{
		margin-right:0;
		margin-bottom:30px;
	}
	.twoColInner{
		margin-right:0;
	}
	.twoColInner div{
		float:none;
		width:100%;
	}

	.threeCol{
		margin-bottom:30px;
	}

	.threeColInner{
		margin-right:0;
	}
	.threeColInner div{
		float:none;
		width:100%;
	}

	#sec04{
	
	background-repeat: no-repeat;
	
	background-attachment: fixed;
	
	background-size: cover;
	
	background-origin: padding-box;
	
	background-clip: border-box;
	
	-webkit-background-size: cover;
	
	color: white;
	
	background-color: transparent;
	
	background-image: url("../img/renovation/back01.jpg");
	
}

}













#sec04{
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 100% 100%;
	background-size: cover;
	background-origin: padding-box;
	background-clip: border-box;
	-webkit-background-size: cover;
	color: white;
	background-color: transparent;
	background-image : url("../img/renovation/back01.jpg");
	height: 500px;
}


.post{
	width: 60%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


.inner{
	width: 94%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

.col2 li{
	display: inline-block;
	width: 100%;
  	margin: 20px 0 20px 0;
}

.col2 h2{
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	color: white;
}







.waku{
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: silver;
	border-spacing: 1px 1px;
}


