@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Pacifico);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
    margin: 0;
    padding: 0;
    text-align: right;
}
address,caption,cite,code,dfn,em,strong,th,var{
    font-style: normal;
    font-size: 20px;
}
ul{
    list-style: none;
}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h6{
    font-size: 100%;
    text-align: center;
	font: Arial, Helvetica, "sans-serif"
}
img,abbr,acronym,fieldset{border:0;}

h3{
   font-size: 10pt;
    color: #595757;
    text-align: left;
}

h4{
    font-size: 16pt;
    text-align: center;
    color: #474242;
    top: 100px;
}
h5{
    font-size: 12pt;
    color: #595757;
    text-align: left;
} 
h6{
    font-size: 8pt;
    color: #595757;
    text-align: left;
}



body{
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

a{
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}

td{text-align: inherit}

/* ヘッダー
------------------------------------------------------------*/
#header{
    background-color: white;
    position: fixed;
    z-index: 9999;
    width: 100%;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
	height: 


}

#header h1{
    padding-top: 40px;
    position: absolute;
    text-align: right;
}

#mainnav a{
    color: #000;
    text-align: right;
}

#mainImg{
position: relative;
padding-top: 50px;
overflow: hidden;
width: 100%;
height: 700px;
}

#mainImg img{
position: absolute;
left: 50%;
max-width: 1280px;
width: 100;
height: 528px;
margin-left: -640px;
}


/*スライダー001*/
.slider-001 {
  width: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  border-radius: 6px;

}

.slide-001 {
  width: 100%;
  flex-shrink: 0;
  position: relative;
  top: 0;
  left: 0;
  transition: all 0.6s ease-in-out;
}

.slide-content-001 {
  width: 100%;
  height: 700px;
  background-color: #c8e4ff;

}

.slide-content-001 img {
  width:100%;
  object-fit: cover;
  height: 100%;
}

.prev-001,
.next-001 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  height: 35px;
  padding: 16px;
  margin-top: -28px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.2s ease;
  border-radius: 0 4px 4px 0;
  user-select: none;
}

.next-001 {
  right: 0;
  border-radius: 4px 0 0 4px;
}

.prev-001:hover,
.next-001:hover {
    background-color: rgba(107, 182, 255, 0.8);
}

.slide-caption-001 {
  color: white;
  font-size: 15px;
  padding: 0;
  position: absolute;
  bottom: 31px;
  width: 100%;
  text-align: center;
}

.numbertext {
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 16px;
  position: absolute;
  top: 0;
}

.dots {
  height: 15px;
  padding: 0;
  position: absolute;
  bottom: 22px;
  width: 100%;
  text-align: center;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 10px 4px;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.2s ease;
}

.dot:hover {
  background-color: rgba(107, 182, 255, 0.8);
}

/*ボーダー*/

.border{
	border: solid 1px #454545;
	border-radius:4px;
	padding: 2px
}

/*ラピュタイメージ*/
.laputa
li{width: 50%;
	float:right
		
	}






/*フロートボタン*/

img#floatButton1 {
    position: fixed;
    right: 0;
    top: 90%;
	z-index: 150;
}


img#floatButton2 {
    position: fixed;
    right: 0;
    top: 85%;
	z-index: 151;
}

img#floatButton3 {
    position: fixed;
    right: 0;
    top: 80%;
	z-index: 151;
}


img#floatButton4 {
    position: fixed;
    right: 0;
    top: 75%;
	z-index: 151;
}



td.info_moji {

    text-align: left;
	padding-left: 20px;
	width: 50%;
}

.moji_shou{
	font-size: 10pt; 
	font-weight: 200}

/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
	background-color: antiquewhite;
	
	
	
}

#sec10{
	background-color: lightgray;
	padding-top: 100px;
}


/* 共通
------------------------------------------------------------*/

img{
    max-width: 100%;
    height: auto;
    text-align: center;
}

section{
    clear: both;
    padding-top: 30px;
}

section h2{
    font-family: 'Pacifico', cursive;
    width: 80%;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    background: url(../test20240126/tpl_093/images/borderBlack.png) repeat-x 0 50%;
    background-size: 1px 1px;
	

}

section h2 span {
    background: #fff;
    padding: 0 30px;
    font-family: "Arial Black", Gadget, sans-serif;

}

.inner{
    width: 80%;
    margin: 0 auto;
    padding-bottom: 30px;
    text-align: center;
	padding-top: 10px;
	align-items: center;
	
}



.innerS{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 40px;

}

/* SEC00
------------------------------------------------------------*/
#sec00  table{
	padding-bottom: 130px;
	position: relative;
   
}


/* SEC01
------------------------------------------------------------*/
#sec01{
	padding-top: 130px;
    align-items: center;}




/* SEC02 Gallery
------------------------------------------------------------*/


#sec02{
	padding: 0 !important;
	text-align: inherit;
	
}

#sec02 header{
	display: none;
}

#gallery li{
	float: left;
	width: calc(100%/3);
	line-height: 0;
	
}

#gallery img{
	width: 100%;
	height: auto;
	
}



#box1, #box2, #box3, #box4 , #box5, #box6, #box7, #box8, #box9, #box10, #box11, #box12, #box13, #box14, #box15, #box16, #box17, #box18, #box19, #box20, #box21, #box22, #box23{
    display: block;
    height: 50px;
    width: 25%;
    align-items: center;
    float: left;
    text-align: left;
    font-size: 12pt;
}


#boxA , #boxB {
    display: block;
	align-items: center;
    height: 50px;
    width: 100%;
    float: left;
    text-align:left;
    font-size: 14pt;
	
}

#tr{align-content: center;}



/* SEC03 gallery
------------------------------------------------------------*/
#sec03 img{
	width: 100%;
	margin-bottom: 0px;
}


/* 建売住宅紹介
------------------------------------------------------------*/
.col3 img{
    display: block;
    margin: 0 auto 5px;
    border-radius: 2%;
    vertical-align: top;
    text-align: center;
		
}




.col3 li{
	line-height: 1.5.0;
	float: left;
	
}

.col3 .img{
    padding: 0px;
    margin-bottom: 10px;
    line-height: 0 !important;
    background: #fff;
    text-align: left;
	
}

#sec04_02{
	background: url(../test20240126/tpl_093/images/bgSec04.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: center;
	padding: 220px 20px;
}

#sec04_02 img{
	width: auto;
}


/* SEC05 COMPANY
------------------------------------------------------------*/
#sec05 p{
    margin-bottom: 5px;
    text-align: left;
}

.col2 li{
	display: inline-block;
	width: 30%;
	margin: 20px 0;
	vertical-align: top;


}

#sns img{
	padding: 35px 10px 5px 0;
}

#sns a:hover img{
	opacity: .8;
}

#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	z-index: 0;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}

.bodycopy{
    text-align: justify
}


/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
		}
	
	td.info_moji {

    text-align: left;
	padding-left: 20px;
	width: 60%;
}
	
}

@media only screen and (min-width : 825px ){
	body{
		font-size:14px;
	}
	
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
		padding-right: 10px;
	}

	#mainnav li{
    display: inline-block;
    padding-top: 45px;
    padding-right: 20px;
    padding-bottom: 30px;
    font-size: 15px;
    top: auto;
	}
	
img#floatButton1 {
    position: fixed;
    right: 0;
    top: 80%;
    z-index: 150;
	width: 5%
}


img#floatButton2 {
    position: fixed;
    right: 0;
    top: 60%;
    z-index: 151;
	width: 7%
}

img#floatButton3 {
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 151;
	width: 7%
}
	
	img#floatButton4 {
    position: fixed;
    right: 0;
    top: 25%;
    z-index: 151;
		width: 7%
}
	
td.info_moji {

    text-align: left;
	padding-left: 20px;
	width: 60%;
}	
	
	/* SEC03 PROJECT
	-----------------*/
	.col3{
    text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 28%;
		padding: 0 2.5% 50px;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
		
		
	}
	
	#boxA, #boxB {
    display: block;
    height: 50px;
    width: 100%;
    float: left;
    text-align:center;
    font-size: 12pt;
}
	
  #footer{
		padding: 30px 10px 70px 0;
	}
	
td.info_moji {
position: block;
    text-align: left;
	padding-left: 10px;
	width: 60%;
	font-size: 14pt;
	float:left;}

td.info_moji2 {
    position: block;
    text-align: right;
    width: 40%;
    font-size: 12pt;
}	
	
	
}



@media only screen and (max-width : 824px ){
	#header{
		position: fixed;
		width: 100%;
		z-index: 300;
	}
	
	#headerWrap{
		position: relative;
		width: 100%;
		height: 60px;
		background: #fff;

	}
	
	#header h1{
		padding-top: 16px;
	}
	
	#header h1 img{
		margin-top: 3px;
		max-height: 45px;
		width: auto !important;
	}

  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  
	}

	#menuBtn{
    display: block;
    position: absolute;
    top: 60%;
    left: 50%;
    width: 18px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background: #000;
    transition: .2s;
    text-align: right;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #000;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: 0px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
		text-align: right;
	}

	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
		z-index:100;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}

	#mainnav li a{
    position: relative;
    display: block;
    padding: 15px 25px;
    border-bottom: 1px solid #ccc;
    color: #000;
    font-weight: 400;
    text-align: left;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
		
img#floatButton1 {
    position: fixed;
    right: 0;
    top: 77%;
    z-index: 150;
	width: 10%;
}

img#floatButton2 {
    position: fixed;
    right: 0;
    top: 65%;
    z-index: 152;
	width: 14%;
}

img#floatButton3 {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 151;
	width: 14%;
}
	
	img#floatButton4 {
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 151;
		width: 14%;
}

	td.info_moji {

    text-align: left;
	padding-left: 20px;
	width: 80%;
	padding-bottom: px;
	font-size: 12pt;
}
	
	#mainImg{
		padding-top: 50px;
		z-index: -100;
	}

	.col3 li{
		display: inline-block;
		width: 45%;
		padding: 0 2.5% 50px;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
	
	section{
		padding-top: 30px;
	}
		
	section h2{
		margin: 0 auto 15px;
		
	}
	section h2 span {
		padding: 0 15px;
	}



.col2 li{
    display: inline-block;
    width: 32%;
    margin: 20px 0;
    vertical-align: top;
    text-align: left;
	
}

#boxA, #boxB {
    display: block;
    height: 50px;
    width: 100%;
    float: left;
    text-align:center;
    font-size: 16pt;

}


td.info_moji {
position: block;
    text-align: left;
	padding-left: 10px;
	width: 70%;
	font-size: 12pt;
}

	td.info_moji2 {
    position: block;
    text-align: right;
    width: 30%;
    font-size: 12pt;
}
	
}

@media (max-width : 420px ){
	
	img#floatButton1 {
    position: fixed;
    right: 2%;
    top: 86%;
    z-index: 150;
		width: 18%;
}


    img#floatButton2 {
    position: fixed;
    right: 30%;
    top: 87%;
    z-index: 151;
		width: 28%;
}

	img#floatButton3 {
    display: none;
		
}
	
    img#floatButton4 {
    position: fixed;
    right: 60%;
    top: 90%;
    z-index: 151;
		width: 29%;
}
	
	#box1, #box2, #box3, #box4 , #box5, #box6, #box7, #box8, #box9, #box10, #box11, #box12, #box13, #box14, #box15, #box16, #box17, #box18, #box19, #box20, #box21, #box22 #box23{
    display: block;
    height: 50px;
    width: 100%;
    align-items: center;
    float: left;
    text-align: left;
    font-size: 14pt;
		padding-left: 15px


}

	#boxA, #boxB {
    width: 100%;
    font-size: 12pt;
	text-align:left;


	
}
	
	.col3 li{
    display: inline-block;
    width: 90%;
    padding-top: 0;
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 50px;
    margin-bottom: 0;
    text-align: left;		
	
	}

	
  #footer{
		padding: 30px 10px 70px 0;
	}
	
.col2 li {
	display: inline-block;
	width: 95%;
	margin: 20px 0;
	text-align: left;

	}
	
	/*ラピュタイメージ*/
.laputa li{width: 100%;
		
	}
	

td.info_moji {
    position: block;
    text-align: left;
	padding-left: 10px;
	width: 70%;
	font-size: 10pt;
}

	td.info_moji2 {
    position: block;
    text-align: left;
    padding-left: 0px;
    width: 30%;
    font-size: 9pt;
}

	}
	


