@charset "utf-8";
/* CSS Document */


/*　　ヘッダ
------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#inner-header{
    overflow: hidden;
    width: 100%;
    min-height: 50vh;
    background-color: #FFF;
	position: relative;
}


#inner-header::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url("../img/header_bg/dots.png");
}



#inner-header p{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	line-height: 1.2em;
	font-size: 30px;
	color: #FFF;
}



.bg_company {background: url(../img/header_bg/company.jpg) top center / contain no-repeat fixed;}
.bg_construction {background: url(../img/header_bg/construction.jpg) top center / contain no-repeat fixed;}
.bg_facility {background: url(../img/header_bg/facility.jpg) top center / contain no-repeat fixed;}
.bg_realestate {background: url(../img/header_bg/realestate.jpg) top center / contain no-repeat fixed;}
.bg_contact {background: url(../img/header_bg/contact.jpg) top center / contain no-repeat fixed;}


@media screen and (max-width: 960px){
	
.bg_company {background: url(../img/header_bg/company.jpg) top center / auto 55vh no-repeat fixed;}	
.bg_construction {background: url(../img/header_bg/construction.jpg) top center / auto 55vh no-repeat fixed;}	
.bg_facility {background: url(../img/header_bg/facility.jpg) top center / auto 55vh no-repeat fixed;}	
.bg_realestate {background: url(../img/header_bg/realestate.jpg) top center / auto 55vh no-repeat fixed;}		
.bg_contact {background: url(../img/header_bg/contact.jpg) top center / auto 55vh no-repeat fixed;}	
	
}
	


@media screen and (max-width: 960px)
and (max-width: 1024px){
#inner-header p{
	font-size: 26px;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	width: 80%;

}

}




/*　　ヘッダ内のロゴ＆文字
------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


.page_ttl {
	width: 100%;
	margin: 10px auto;
	line-height: 1.5em;
	font-size: 60px;
	color: #FFFFFF;
	text-align: center;
	text-shadow:1px 1px 3px #000000;
	letter-spacing: 0.2em;
}


.page_w {
	width: 100%;
	text-align: center;
	color:  #FFF;
	font-size: 18px;
	line-height: 1.2em;
	letter-spacing: 0.1em;
	text-shadow:1px 1px 3px #000000;
	margin-left: -0.5em;
}




@media screen and (max-width: 960px){
	
.page_ttl {
	width: 95%;
	font-size: 45px;
	letter-spacing: 0.1em;
}

.page {
	width: 95%;
	text-align: left;
}


.page br{
	display: none;
}



.page_w {
	font-size: 16px;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-left: -0.4em;
}



.page_w br{
	display: none;
}




.junbi {
	width: 95%;
}

.junbi br{
	display: block;
}

}	








/*　　会社概要
------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* 
.info-tbl {
	border-collapse: collapse;
	width: 80%;
	margin: 10px auto;
	font-size: 16px;
}

.info-tbl th,
.info-tbl td {
  border-top: 1px solid #dbe1e8;  
  padding: 8px;
}

.info-tbl th {
	background: #f9fafc;
	text-align: center;
	font-weight: normal;
	width: 180px;
}

.info-tbl td {
	text-align: justify;
}


@media only screen and (max-width: 800px) {

.info-tbl {
	width: 95%;
}
	
  .info-tbl tr,
  .info-tbl th,
  .info-tbl td {
    display: block;
    width: auto;
  }
  
  .info-tbl tr:first-child {
    border-top: 1px solid #dbe1e8;  
  }
  
  .info-tbl th,
  .info-tbl td {
    border-top: none;
  }
}
 */

.info-tbl {
	border-collapse: collapse;
	width: 80%;
	margin: 10px auto;
	font-size: 16px;
}

.info-tbl th,
.info-tbl td {
  border-top: 1px solid #dbe1e8;  
  padding: 8px;
}


.info-tbl th,
.info-tbl td:last-child{
  border-bottom: 1px solid #dbe1e8;
}

.info-tbl th {
	width: 180px;
	font-weight: bold;
	color: #22154E;
	text-align: left;
	padding: 30px 0px 30px 10px;
	letter-spacing: 0.2em;
	vertical-align: top;
}

.info-tbl td {
	text-align: justify;
	padding: 30px 0px;
}


@media only screen and (max-width: 800px) {

.info-tbl {
	width: 95%;
}
	
  .info-tbl tr,
  .info-tbl th,
  .info-tbl td {
    display: block;
    width: auto;
  }
	
	
  
  .info-tbl tr:first-child {
    border-top: 1px solid #dbe1e8;  
  }
  
  .info-tbl th,
  .info-tbl td {
    border-top: none;
  }
	
.info-tbl th {
	border: none;
	padding: 30px 0px 10px 0px;
	letter-spacing: 0.1em;
	}
	
.info-tbl td {
	padding: 0px 0px 30px 0px;
	}
	
	
}







/*  沿革テーブル　*/

 
.history-tbl {
	border-collapse: collapse;
	width: 65%;
	margin: 10px auto;
	font-size: 16px;
}

.history-tbl  tr {
  border-bottom: 1px solid #dbe1e8;  
}

.history-tbl  tr:first-child {
  border-top: 1px solid #dbe1e8;  
}

.history-tbl  th,
.history-tbl  td {
  padding: 8px 0;
}

.history-tbl  th {
	text-align: left;
	vertical-align: top;
	padding-left: 15px;
	width: 140px;
}

.history-tbl  td {
	text-align: justify;
}




@media only screen and (max-width: 800px) {
	
.history-tbl {
	width: 95%;
}
	
  .history-tbl  tr,
  .history-tbl  th,
  .history-tbl  td {
    display: block;
    width: auto;
  }
  
  .history-tbl  th {
	  padding-bottom: 0;
	  padding-left: 0px;
	vertical-align: middle;
  }


}














/*　　内部ページ共通デザイン（タイトル）
------------------------------------------------------------------------------------------------------------------------------------------------------------------*/




.inner_ttl {
  position: relative;
  display: inline-block;
	padding-left: 450px;
	padding-right: 430px;
	font-weight: normal;
	font-size: 36px;
	letter-spacing: 0.5em;
	margin-right: -0.5em;
	margin: 100px auto;
}

.inner_ttl:before, .inner_ttl:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 400px;
  height: 1px;
  background-color: black;
}

.inner_ttl:before {
  left:0;
}
.inner_ttl:after {
  right: 0;
}





@media screen and (max-width: 768px) {
	

.inner_ttl {
	padding-left: 100px;
	padding-right: 90px;
	font-size: 24px;
}

.inner_ttl:before, .inner_ttl:after {
  width: 80px;
}
	
}






.inner_ttl2 {
  position: relative;
  display: inline-block;
  padding: 0 450px;
	font-weight: normal;
	font-size: 36px;
	letter-spacing: 0.1em;
	margin: 100px auto;
}

.inner_ttl2:before, .inner_ttl2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 400px;
  height: 1px;
  background-color: black;
}

.inner_ttl2:before {
  left:0;
}
.inner_ttl2:after {
  right: 0;
}




@media screen and (max-width: 768px) {
	

.inner_ttl2 {
  padding: 0 100px;
	font-size: 24px;
}

.inner_ttl2:before, .inner_ttl2:after {
  width: 80px;
}
	
}











/*　　設備紹介ページ
------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.stock-list-label {
  font-size: 14px;         /* あえて小さくする */
  font-weight: bold;
  letter-spacing: 0.15em;  /* 字間を広げてお洒落に */
  color: #888;             /* 少し薄めの色で洗練さを出す */
  margin: 50px auto 5px;
  padding-left: 4px;
}


.stock-list {
  list-style: none;     /* デフォルトの「・」を消す */
  padding: 0;           /* デフォルトの余白をリセット */
  max-width: 500px;     /* 横幅を適度に制限（お好みで調整） */
  margin: 20px auto;    /* 中央寄せ */
  border-top: 1px solid #ddd; /* 一番上の線 */
}

.stock-list li {
  padding: 18px 12px;   /* 上下の余白でゆとりを持たせる */
  border-bottom: 1px solid #ddd; /* 行間の線 */
  color: #333;          /* 文字色は真っ黒より少し薄く */
  font-size: 16px;      /* 読みやすいサイズ */
	font-weight: bold;
  line-height: 1.4;
  transition: background-color 0.2s; /* ホバー時の変化を滑らかに */
}

.stock-list li span{
	font-weight: normal;
	font-size: 95%;
	margin-left: 5px;
}


/* ホバーした時にさりげなく背景を変える（スマホでもタップ感がでます） */
.stock-list li:hover {
  background-color: #fcfcfc;
}


@media (max-width: 640px) {
	
	.stock-list{
		margin: 0px auto;
	}
	
}


.stock-img {width: 100%;}
.stock-img img {max-width: 100%;}







/*　　施工実績
------------------------------------------------------------------------------------------------------------------------------------------------------------------*/



.jisseki {
	border: 1px solid #EDEDED;
	border-spacing: 5px;
	width: 100%;
	max-width: 700px;
	font-size: 16px;
	line-height: 1.1em;
}


.jisseki th, .jisseki td {
	padding: 0.1em;
}


.jisseki th {
	color: #333868;
	font-weight: bold;
	text-align: center;
	width: 80px;
	position: relative;
	font-size: 14px;
	background-color: #E0E2F0;
	padding: 10px;
}

.jisseki th::after {
	content: "";
	background-color: #B2B6D9;
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	width: 2px;
	height: 100%;
}


.jisseki td {
	text-align: left;
	padding-left: 10px;
	border-bottom: #E0E2F0 1px solid;
}


@media screen and (max-width: 768px) {
	
	.jisseki th, .jisseki td {
		padding: 0.2em 0.1em;
	}
	
	.jisseki th {font-size: 12px; width: 60px;}
	
	.jisseki td {padding-left: 10px;}
	
	.jisseki {font-size: 13px;}
}









/*　　不動産実績
------------------------------------------------------------------------------------------------------------------------------------------------------------------*/



.result-container {
  max-width: 1100px; /* 横幅を1100pxに設定 */
  margin: 50px auto;
  padding: 0 30px; /* 左右の余白を少し広めに */
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

/* ラベル：少しだけサイズを上げつつ、お洒落な細字に */
.result-label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #888;
  margin-bottom: 25px;
  border-bottom: 2px solid #222; /* 線を少し太くして存在感アップ */
  padding-bottom: 10px;
}

.result-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  /* 文字が大きいため、1列あたりの最小幅を320pxに広げて3列をキープ */
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 0 40px; 
}

.result-grid li {
  padding: 20px 5px; /* 上下の余白を広げてゆとりを出す */
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 住所：大きめでハッキリと */
.location {
  font-size: 17px; /* 17pxで視認性アップ */
  color: #222;
  font-weight: 500;
  letter-spacing: 0.02em;
}

/* 区画数：少しだけ控えめにして強弱をつける */
.lot {
  font-size: 14px;
  color: #777;
  white-space: nowrap;
  margin-left: 15px;
}

/* --- レスポンシブ調整 --- */
@media (max-width: 1000px) {
  /* 画面が少し狭まったら2列へ */
  .result-grid {
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  }
}

@media (max-width: 600px) {
  /* スマホでは1列、かつ文字サイズを微調整 */
  .result-grid {
    grid-template-columns: 1fr;
  }
  .location {
    font-size: 16px;
  }
  .result-container {
    padding: 0 20px;
  }
}







/*　　問い合わせ
------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.contact-tx {
	font-size: 26px;
}


.contact-tx a{
	font-size: 34px;
	font-weight: bold;
}



@media screen and (max-width: 768px) {
.contact-tx {
	font-size: 22px;
}

.contact-tx a{
	font-size: 30px;
}
}




/*　　メールフォーム
------------------------------------------------------------------------------------------------------------*/


#contact table {
	width: 95%;
	border-collapse: collapse;
	font-size: 18px;
	margin: 0 auto;
}

#contact th.t_top {
    border-top: #e3e3e3 1px solid;
}

#contact th {
	border-bottom: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	background: #f7f7f7;
	padding: 10px 15px;
	font-weight: normal;
	text-align: center;
	width: 230px;
}

#contact td.t_top {
	border-top: #e3e3e3 1px solid;
}

#contact td {
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: left;
	padding: 10px;
}

#contact input[type="text"],input[type="datetime-local"],
textarea, select{
    padding: 0.3em;
    outline: none;
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 17px;
	font-family: 'Noto Sans JP', sans-serif;
}


#contact input[type="text"]:focus,
texture:focus {
    box-shadow: 0 0 7px #3498db;
    border: 1px solid #3498db;
}



.textboxheight{
    font-size: 14px !important;
	margin-left: -10px;
}



.tbox:focus {
    box-shadow: 0 0 7px #3498db;
    border: 1px solid #3498db;
}



input.push {
    border-radius: 0;   
    background: -moz-linear-gradient(top, #FFF 0%, #EEE);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
    border: 1px solid #DDD;
    color: #111;
    padding: 10px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

input.push:hover {
    background: -moz-linear-gradient(top, #EFEFEF 0%, #EEE);
    background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#EEE));
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#ccc;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#ccc;
}
::placeholder{ /* Others */
 color:#ccc
}


/*css radio02*/

.radio02-input{
  display: none;
}
.radio02-input + label{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.radio02-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio02-input:checked + label{
  color: #009a9a;
}
.radio02-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 2px;
  width: 11px;
  height: 11px;
  background: #009a9a;
  border-radius: 50%;
}




/* css checkbox01 */

.checkbox01-input{
  display: none;
}
.checkbox01-parts{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.checkbox01-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}
.checkbox01-input:checked + .checkbox01-parts{
  color: #009a9a;
}
.checkbox01-input:checked + .checkbox01-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #009a9a;
  border-right: 3px solid #009a9a;
}





.form_s-tx {
	font-size: 14px;
	line-height: 1.2em;
	letter-spacing: 0.1em;
}

.form_s-tx span{
	font-size: 16px;
	line-height: 1.2em;
	font-weight: bold;
}





