@charset "utf-8";

/*----------------------------------------------------
 elements
----------------------------------------------------*/
body {
	background:#fff;
	color:#411a0d;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
	overflow-x:hidden;
	width:100%;
	background:url(../images/common/bg_body.jpg);
}



a:link {
	text-decoration: none;
	color:#411a0d;
}

a:visited {
	text-decoration: none;
	color:#411a0d;
}

img {
	vertical-align: top;
	margin:0px;
	padding:0px;
}


p, dl, ol, ul {
}

ol, ul {
	list-style:none;
	text-align:left;
}



/* --------------------------------------------------- */
/* wrapper */
/* ---------------------------------------------------- */
#wrapper {
	background-size: 100% 355px ;
	-webkit-background-size: 100% 355px ;
	-moz-background-size:  100% 355px ;
	/*margin: 0 auto;*/
}

/* ---------------------------------------------------- */
/* ランドスケープ表示 */
/* ---------------------------------------------------- */
@media all and (orientation:landscape) {
	#wrapper {
		width: 100%;
	}
}





/* ---------------------------------------------------- */
/* header */
/* ---------------------------------------------------- */
header {
	width:100%;
	position:fixed;
	z-index:100000;
	top:0;
	/*background: url(../images/line01.png) left top repeat-x;
    background-color: #fffdf8;*/
	height:54px;
}

header h1{
	max-width:640px;
	margin:4px auto 0;
	position:relative;
	z-index:1000;
	height:20px;
	
}

header .logo{
	display:inline-block;
	margin:0 !important;
	padding:10px 4px;

}

header #sitemap_menu{
	padding-top:0px;
	font-family: 'Alegreya', serif;
	font-size:14px;
	float:right;
	font-weight:bold;
	margin:4px !important;
	background-color:#9bcb3f;
	border-radius:50% 50%;
}



nav#new{
	margin:1px 0px;
	background:#fff;
}


nav#new .hd{
	width:100%;
	max-width:640px;
	font-size:13px;
	margin:0 auto;
	border-collapse:separate;
	border-spacing:0px 0;
	line-height: 1;
}

nav#new .hd td{
	text-align:center;
	width:20%;
	vertical-align:middle;
	box-shadow:#999 0 0 1px;
}

nav#new .hd td span{
	font-size:16px !important;
	border-bottom:none !important;
	color:#6f4d39;

}

nav#new .hd td p{
	font-weight:bold;
}

nav#new .hd td a{
	display:block;
	color:#000;
	padding:14px 0;
	}

  /* demo style */
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    transition: .3s;
  }
  header h1 {
    color: #fff;
    transition: .3s;
  }
  .is-animation {
    background:rgba(0,0,0,0.6);
  }
  .is-animation h1 {
  }


/* ---------------------------------------------------- */
/* footer */
/* ------------------------------------------------ */

footer{
	width:100%;
	padding: 10px 0px 0px 0px;
	font-size:12px;
	color:#000;
	text-align:center;
	background: url(../images/top/bg_line01.jpg) no-repeat center top;
}


/*------------------------------------------------------*/


footer #footer_nav{
	margin:30px 0px 0px;
}


footer #footer_nav .ft{
	width:100%;
	font-size:11px !important;
}


footer #footer_nav .ft td{
	background:url(../images/common/bg-footer-cont_bg.jpg);
	/*background-size:14px 14px;
	background-position:right 5px bottom 10px;*/
	text-align:left;
	width:25%;
	vertical-align:middle;
	border:#887766 1px solid;
}

footer #footer_nav .ft td a{
	display:block;
	font-weight:bold;
	color:#fff;
	padding:8px;
	}



footer small {
	text-align:center;
	padding:8px;
	display:block;
	font-size:10px;
	clear:both;
}

footer small#copy a{
	color:#000;
}




.footer::before {
    box-sizing: border-box;
    width: 204px;
    height: 204px;
    border: 204px solid transparent;
    border-left: 204px solid #289255;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.footer::before, .footer::after {
    position: absolute;
    bottom: -210px;
    right: -200px;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#info{
	max-width:640px;
	margin:10px auto 0;
	font-weight:bold;
	background:url(../images/common/bg-footer-cont_bg.jpg);
	padding:5px;
	overflow:hidden;
}



#info .text{
	padding:0;
	margin:0px;
	margin-left:5px;text-align:center;
}

#info .text tit{
	margin-bottom:5px;
	
}



#info .contact{
	overflow:hidden;
	width:280px;
	margin:10px 4px 0 !important;
	text-align:center;
}


#info .contact li{
	border:#CCC 1px solid;
	box-shadow:#999 0 0 2px;
	text-align:center !important;
	border-radius:4px;
	width:46% !important;
	margin-top:10px;
	display:inline-block;
}

#info .contact li a{
	display:block;
	color:#333 !important;
	padding:2px;
	border-top:1px solid #FC0;
	border-bottom:1px solid #FC0;
	color:#d4d2d2;
	background:#FC0;
	background:linear-gradient(top, #FC0, #FC0);
	-pie-background:linear-gradient(top, #FC0, #FC0);
	border-radius:3px;
	font-weight:bold;

}


#info .contact li a .mls {
	font-size:12px;

}



.foot-top dt {
    display: block;
    color: #FFF;
    background: #289255;
    text-align: center;
    border-radius: 3px;
    padding: 2px;
	width:80px;
	margin:10px auto 0;
}

.foot-top dd {
    display: block;
    padding-left: 10px;
}


.foot-top dl {
    display:block;
    padding-bottom: 10px;
	margin:0 auto;
	width:340px;
	text-align:center;
}



footer .tel {

    font-size: 18px;
    color: #292929;
    letter-spacing: 0.05em;
    margin-top: 10px;
    font-family: 'Josefin Sans', sans-serif;
}










/* ---------------------------------------------------- */
/* content */
/* ---------------------------------------------------- */
/************************* 汎用 *******************************/




.container-content{
	width:100%;
	margin:0;
}

.container-content p{
}


/*
section.content {
}
*/

.container{
	margin-bottom:20px;
	text-align:center;
	max-width:640px;
	margin:0px auto;
	background:url(../images/common/bg_body.gif);
}



section{
	padding:20px 0px;
}


h2{}

h3{
	margin:10px 0;
}

h4 {

	}
	


h5{
	font-weight:bold;
	text-align:left;
	margin:5px;
	font-size:14px;
	color:#333;
	border-left:#333 4px solid;
	padding-left:5px;
	
}


h6{
	text-align:left;
}



section dl{
	margin:10px 10px;
	text-align:left;font-size:12px;
}

section dt{
	font-weight:bold;
	overflow:hidden;
	font-size:14px;
}



section img{
	max-width:100%;
	height:auto;
	margin:5px auto; 
}



section p{
	margin:5px;
}

.container span{
	font-weight:bold;
}


.container strong{
	font-weight:bold;
}


.map{
	text-align:center;
	-webkit-box-sizing: border-box;
  	box-sizing:border-box;
	white-space:nowrap;
	margin:10px 5px;
}


em{
	font-size:12px;
	text-align:left;
	padding:10px;
}


.left{
	float:left;
}

.right{
	float:right;
}

.clear{
	clear:both;
}


/*ul*/


ul.sp2{
	font-size:12px;
	color:#000;
	padding:0px;
	margin:0px;
}



ul.sp2 li{
	width:49%;
	float:left;
	color:#000;
	margin:0px;
	overflow:hidden;
}


ul.sp2 li:nth-child(2n){
	float:right;
}

ul#sp2 li h4{
	padding:0px;
	margin:0px;
	background:none;
	border:none;
}


ul#sp2 li p{
	height:200px;
	margin:0px;
	padding:5px;
}

ul#sp2 li img{
	border:none;
	margin:0px;
	padding:0px;
}




ul.sp3{
	font-size:12px;
	color:#000;
	padding:0px;
	margin:5px;
}


ul.sp3 li{
	width:32%;
	float:left;
	color:#000;
	margin:2px;
	padding-top:2px;
	overflow:hidden;
}



/*page top*/

#totop{
	text-align:center;
	margin:20px 0px 0px;
	clear:both;
	padding-right:5px;
}


section div{
	text-align:left;
	line-height:1.8em;
}



main section{
	max-width:640px;
	text-align:center;
	margin:0 auto;
}


/* ---------------------------------------------------- */
/* site map page */
/* ---------------------------------------------------- */



section.content nav{
	/*border-radius:6px 6px 6px 6px;
	-moz-border-radius:0px 0px 6px 6px;
	-webkit-border-radius:0px 0px 6px 6px;*/
	background-color:rgba(ff,bb,77,1.0);
	margin:10px 10px 10px;
}
section.content nav ul {
	width:100%;
	overflow:hidden;
}
section.content nav ul li {
	line-height:120%;
	/*border-top:1px solid #fff8ff;*/
	border-bottom:1px dotted #dfdfdf;
	background:url(../images/top/ico_news-li.gif) left center no-repeat;
	background-size:7px 7px;
}
section.content nav ul li a{
	/*background:url(../images/common/icon_arrow.png) right center no-repeat ;
	background-size: 25px 20px;
	-webkit-background-size: 25px 20px;
	-moz-background-size: 25px 20px;*/
	display:block;
	padding:12px 20px;
	color:#036;
}
section.content nav ul li:last-child {
	border-bottom:none;
	
}
section.content nav ul li:first-child{
	border-top:none;
}

section.content nav.search li{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width:50%;
	float:left;
}
section.content nav.search li:nth-child(2n){
	border-left:1px solid #cccccc;
}
section.content nav.search ul li:nth-last-child(2) {
	border-bottom:none;
}
section.content nav.search ul li:nth-child(2){
	border-top:none;
}




main{
	padding-top:40px;
	max-width:640px;
	margin:0 auto;
	overflow:hidden;
	width:100%;
}


.w50{
	width:48%;
	margin:0 1%;
}


.w70{
	width:68%;
	margin:0 1%;
}


.w30{
	width:29%;
}

img{
	max-width:100%;
}


/* ---------------------------------------------------- */
/* top page */
/* ---------------------------------------------------- */


			
/* main-visual
-------------------------*/
#visual.top {}
    #visual h2 {}
	
	/* top image and slideshow */
	.flexslider {
		width: 100%;
		position: relative;
		z-index:0;
	}
	.slides {
		height: 100%;
		overflow: hidden;
	}
		.slides li.main01 {background:url(../images/top/bg_visual01.jpg) no-repeat center top; background-size:cover;}
		.slides li.main02 {background:url(../images/top/bg_visual02.jpg) no-repeat center top; background-size:cover;}
		.slides li.main03 {background:url(../images/top/bg_visual03.jpg) no-repeat center top; background-size:cover;}
		.slides li.main04 {background:url(../images/top/bg_visual04.jpg) no-repeat center top; background-size:cover;}
	.slides li {
		height: auto;
		padding:24em 0 10em;
	}








.newsTtl h3 img{
	height:40px;
	width:auto;
}

.works h3 img{
	height:40px;
	width:auto;
}


h3 span {
    line-height: 50px;
    margin-left: 14px;
	padding-top:20px;
	font-weight:bold;
}






h4.left{
	text-align:left;
	padding:30px 10px 0;
	font-size:16px;
	font-weight:bold;
}





#garage {
    background: url(../images/top/bg_garage.jpg) no-repeat center top;
	color:#FFF;
}



.garage .btn {
    background: url(../images/top/bg_btn01.png) no-repeat center top;
	background-size:100% 100%;
    width: 88px;
    height: 28px;
    line-height: 24px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    letter-spacing: 0.05em;
    margin: 0 auto;
	text-align:center;
}




.ct{
	text-align:center;font-size:12px;
}


.bnr_garage {
    background: url(../images/top/bg_bnr.png) no-repeat center top;
	background-size:100% 100%;
    padding-top: 16px;
    margin-top: 25px;
}




#reform {
    background: url(../images/top/bg_reform.jpg) no-repeat center top;
	background-size:auto 100%;
}


#reform p {
    line-height: 48px;
    font-size: 20px;
    letter-spacing: 0.1em;
	writing-mode: vertical-rl;
	font-weight:bold;
}


.waterarea {
	
    background: url(../images/top/bg_line01.jpg) no-repeat center bottom;
    padding-bottom: 35px;
    position: relative;
    z-index: 0;
	overflow:hidden;
	padding-top:20px;
	background-image:
        url(../images/top/bg_line01.jpg),
        url(../images/common/bg_body.jpg);
    background-position:
         center bottom,
        left bottom;
    background-repeat:
        no-repeat,
		repeat;
}

.mImg{
	padding:30px 0;
	background: url(../images/common/bg_body.jpg);
}


.reform .flex{
	background: url(../images/common/bg_body.jpg);
}








.waterarea h4 {
    font-size: 18px;
    line-height: 36px;
	text-align:center;
	font-weight:bold;

}
.waterarea h4 span{
    font-size: 18px;
    line-height: 36px;
	text-align:center;
	font-weight:bold;

}


.waterarea ul {
    width: 100%;
    margin: 0 auto;
}




#works ul{
	overflow:auto;
	text-align:center;
}





#works li{
	display:inline-block;
	width:32%;
	margin:1%;
}


.works .btn {
    background: url(../images/top/bg_btn02.jpg) no-repeat center top;
	background-size:100% 100%;
	text-align:center;
    width: 108px;
    height: 38px;
    line-height: 38px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    letter-spacing: 0.05em;
    margin: 42px auto 0;
}


.info .btn {
    background: url(../images/top/bg_btn02.jpg) no-repeat center top;
	background-size:100% 100%;
	text-align:center;
    width: 108px;
    height: 38px;
    line-height: 38px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    letter-spacing: 0.05em;
    margin: 42px auto 0;
}









.bnr{
	margin-top:30px;
}


.newsTtl {
    background: url(../images/top/bg_line02.jpg) repeat-x bottom;
    margin-bottom: 6px;
}




.news li {
    overflow: hidden;
    text-align: left;
    padding:12px 6px;
}











/*
table.def tr:nth-child(2n+1) th, table.def tr:nth-child(2n+1) td {
    background: rgba(144,200,92,0.2);
}

*/

/* ---------------------------------------------------- */
/* sub page */
/* ---------------------------------------------------- */







#subvisual {
    background: url(../images/common/bg_sub.jpg) no-repeat center;
    width: 100%;
    position: relative;
    z-index: 0;
    height: 160px;
    overflow: hidden;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
}


#subvisual h2 {
	width:100%;
    max-width: 640px;
    margin: auto;
    text-align: left;
    position: relative;
    top: 68%;
    transform: translateY(-65%);
    font-size: 22px;
    line-height: 34px;
}



.subpage h3 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    line-height: 26px;
    margin: 30px 0 20px;
    color: #b66076;
    text-align: center;
	font-weight:bolder;
}

.subpage h3 span {
    display: block;
    font-size: 14px;
    color: #333;padding-top: 10px;
	line-height: 10px;
}




.sitemap-list li {
    border: 1px solid #333;
    text-align: center;
	padding:12px;
	width:80%;
	margin:10px auto 20px;
}









.subpage .catch_ttl {
    text-align: center;
    font-size: 16px;
    font-family: 'Noto Sans Japanese', serif;
    line-height: 18px;
    font-weight: bold;
}



.st_list li{
	overflow:hidden;
	margin:20px 0;background:#FFF;
	padding:10px;
}

.st_list li:first-child {
    background: url(../images/house/bg_st01.jpg) no-repeat top center;

}



.st_list li h4 {
    line-height: 30px;
    background: url(../images/house/bg_st.png) no-repeat top left;
	background-size:30px auto;
    padding: 5px 0 5px 7px;
    font-size: 14px;
	font-weight:bold;
}



.st_list li h4 span {
    font-size: 16px;
    padding-right: 10px;
}




.st_list .txtBox_R h4{
	overflow:hidden;
	width:48%;
}

.st_list .txtBox_R img.left{
	overflow:hidden;
	width:48%;
}




.garageBox dl{
	overflow:hidden;
	margin:20px 0;
}

.subpage .point_list h4 span{
	font-weight:bold;
}

.subpage .point_list h4 {
    border-bottom: 1px dashed #b66076;
    padding-bottom: 10px;
	font-size:14px;
	font-weight:bold;
	margin-top:30px;
}


.point_list{
	margin:30px 0;
}
.subpage .point_list02{
	margin:30px 0;
}
.subpage .point_list02 li{
	margin:16px 0;
}
.subpage .point_list02 li span {
    padding-right: 10px;
    color: #b66076;
    font-weight: bold;
}




.bg_w {
    background: rgba(255,255,255,0.6);
    overflow: hidden;
    padding: 10px;
    box-shadow: #eee 2px 2px 8px;
}






.subpage h4 {
    font-size: 16px;
    line-height: 28px;
    margin: 20px 0 15px;
	font-weight:bold;
}



.ulbox01{
	overflow:hidden;
}

.ulbox01 li {
    margin-left: 20px;
    line-height: 25px;
	width:46%;
	float:left;
	list-style: disc !important;
}




.Renovation_box {
    background:url(../images/top/bg_works.jpg);
    padding: 10px 10px 20px;
}


.Renovation_content li dt span {
    font-size: 14px;
    color: #d190a1;
    font-weight: bold;
}







.work_list {
    padding: 30px 0;
    background: url(../images/top/bg_line02.jpg) repeat-x bottom;
}




.work_list li{
	margin:1%;
}




.comment {
    background: #333;
    color: #fff;
    padding: 12px;
}



.txt_right {
    text-align: right;
}


table.def th {
    text-align: left;
    width: 24%;
    padding: 12px 6px;
    background: url(../images/top/bg_line01.jpg) no-repeat center bottom;
    color: #b66076;
    letter-spacing: 0.4px;
}


table.def td {
	text-align: left;
    padding: 12px 6px;
    background: url(../images/top/bg_line01.jpg) no-repeat center bottom;
}




.sub-news ul.list li {
    line-height: 30px;
    text-align: left;
    background: url(../images/top/bg_line02.jpg) repeat-x bottom;
    padding-bottom:16px;
    margin-bottom:  20px;
}





















.bread_crumb_list{
	display:none;
}





.flex{
	display:flex;
	text-align:center;
}



.clm3 li{
	width:32%;
	margin:1%;
	text-align:center;
	display:inline-block;
}


/*----------------足すもの------------------*/

hr{
border: 0;
height:1px;
background: -webkit-gradient(linear, left top, right top, from(#333),
color-stop(0.7,#ccc), color-stop(0.7,#ccc), to(#fff));
background: -moz-linear-gradient(left,#333 0%, #ccc 30%, #ccc 70%, #fff
100%);
background: -o-linear-gradient(left,#333 0%, #ccc 30%, #ccc 70%, #fff 100%);
background: -ms-linear-gradient(left,#333 0%, #ccc 30%, #ccc 70%, #fff
100%);
background: linear-gradient(left,#333 0%, #ccc 30%, #ccc 70%, #fff 100%);
-pie-background: linear-gradient(left,#333 0%, #ccc 30%, #ccc 70%, #fff
100%);
behavior: url(PIE.htc);
clear:both;
}


.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
	

/*.clearfix{display: inline-block;}*/




@media only screen and (orientation : landscape) { /*横向き*/


}
@media only screen and (orientation : portrait) { /*縦向き*/
.pagenavi li:nth-child(9n) {
	clear:both;
}

}


.w_detail{
	display: flex!important;
	justify-content: flex-start!important;
	padding-bottom: 10px!important;
}

.w_detail li{
	width: 20% !important;
	height: 17vh !important;
	margin-right: calc(20% / 5)!important;
	margin-left: 0px!important;
	margin-bottom: 0!important;
	margin-top: 0!important;
}

.w_detail li:first-child{
	margin-left:  calc(20% / 5)!important;
}

.w_detail li img{
	width: 100%!important;
	object-fit: cover!important;
	height: 100%!important;
	margin: 0;
}

