@charset "utf-8";
/* レイアウトのためのCSS */

body{
    font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #000;
	font-size:1em;
	line-height:1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
}

@media screen and (max-width:768px) {
body{
	font-size:0.8rem;
	}
}

*{box-sizing: border-box;}

ul{
	margin:0;
	padding: 0;
	list-style: none;
}

a{
	color: #333;
	text-decoration: none;
    outline: none;
}

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

/* font-family */

#splash-logo,
.top-lead,
h1,
h2,
h3 span,
#g-nav,
#pc-nav,
.openbtn,
#footer{
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.1em;
}

/* splash */

#splash-logo{
    font-size: 1.2rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color:#1B7E47;
}

/* g-nav */

#g-nav.panelactive li:last-child a{
    margin: 30px 0 0 0;
    padding: 10px 20px;
    border: 2px solid #fff;
    white-space: nowrap;
}

/*pc-nav*/

#pc-nav span.bgLRextend::before{
    background:#333;
}

#pc-nav{
    font-weight: 800;
    }
@media screen and (max-width:1380px) {
    #pc-nav{
        display: none;
    }
}

/* heading */

h1{
    position: absolute;
    top: 10%;
    left: 2%;
}
@media screen and (max-width:1380px) {
h1 img{
width: 80%;
}
}
@media screen and (max-width:1230px) {
h1 img{
width: 80%;
    left: 1%;
}
}

@media screen and (max-width:768px) {
h1 img{
    left: 1%;}
}

h2{
    text-align: center;
    margin: 50px 0 50px 0;
    font-size: 1.5em;
    line-height: 1.5;
}

h2 span{
    font-size: 2.0em;
    text-transform: uppercase;
    display: block;
	    font-family: 'Poppins', sans-serif;

}



@media screen and (max-width:768px) {
h2{
    font-size: 1.5em;
}

h2 span{
    font-size: 1.8em;
}
}

/*===================================
見出しデザイン
===================================*/
.heading02 {
	position: relative;
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 5px solid #dddddd;
}

.heading02::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 70px;
	height: 5px;
	background-color: #71AF50;
}

.heading-16 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
}

/* 動画 */
.heading-16::before,
.heading-16::after {
    width: 3px;
    height: 40px;
    background-color: #2589d0;
    content: '';
}

.heading-16::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}

.heading-16::after {
    transform: rotate(35deg);
    margin-left: 30px;
}

/* 検索見出し */
.heading-41 {
    display: flex;
    align-items: center;
    padding: .5em .7em;
    background-color: #f2f2f2;
    color: #333333;
}

.heading-41::before {
    display: inline-block;
    width: 5px;
    height: 1.5em;
    margin-right: .5em;
    background-color: #71AF50;
    content: '';
}

.heading-33 {
    border-bottom: 3px solid #f2f2f2;
	text-align: left;
}

.heading-33 span {
    display: inline-block;
    position: relative;
    padding: 0 .4em .2em;
    color: #333333;
}

.heading-33 span::before {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #5b8c40;
    content: '';
}

/* 固定ページ見出し */

.heading-7 {
    display: inline-block;
    position: relative;
    color: #333;


}

.heading-7:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #009900;
}


.heading-7 span{
    font-size: 2.8em;
}

@media screen and (max-width:768px) {
.heading-7 span{
    font-size: 2em;
}
}

/* lead */
.top-main {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -50px;
}

.top-lead{
    position: relative;
	top:40%;
    font-size:3.1rem;
    font-weight: bold;
    line-height: 1.5;
	color: #fff;
	text-align: center;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.8));
}

@media screen and (max-width:768px) {
.top-lead{
    font-size:2.3rem;
    }
}
@media screen and (max-width:550px) {
.top-lead{
    font-size:2.2rem;
    }
}
@media screen and (max-width:380px) {
.top-lead{
    font-size:1.8rem;
    }
}

/* lead text */

.top-lead-text{
    position: relative;
	top:45%;
    font-size:1rem;
    font-weight: bold;
    line-height: 1.5;
	color: #fff;
	text-align: center;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.6));
}

@media screen and (max-width:768px) {
.top-lead-text{
    font-size:0.9rem;
    }
}
@media screen and (max-width:550px) {
.top-lead-text{
    font-size:0.8rem;
	padding:0 30px;
    }
}


/* main-area */

#main-area{
    width:100%;
	/*max-width: 1240px;*/
    margin:0 auto;
    padding: 10px 70px; 
}

@media screen and (max-width:768px) {
#main-area{
    padding: 10px; 
    }
}

/* common */
.remark{
    width:80%;
	max-width: 1200px;
	margin: 30px auto 80px ;
   font-size:1rem;
    line-height: 1.5;
	text-align: left;
}

@media screen and (max-width:768px) {
.remark{
    width:100%;
    font-size:0.9rem;
	padding:0 10px;
    }
}

/* パンクズ */

/* 不動産情報　*/
#pankuzu{
	width:100%;
	height: 100px;
	top:40px;
	position: absolute;
	display: block;
} 

@media screen and (max-width:990px) {
#pankuzu{
	margin-bottom: 30px;
} 
} 

/* 共通（不動産情報・ニュース）　*/
.breadcrumb {
  margin: 0;
  padding: 1.1em 5% 1em;
  list-style: none;
  background:  #edf5d6;
  overflow: hidden;
  text-align: left;
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
}

.breadcrumb li:after {
  /* ▶を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #72a1f7;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: #273376;
}

.breadcrumb li:first-child a:before {/*家アイコンに*/
    content: "\f015";
    font-family: "Font Awesome 5 Free";
  font-weight: normal;
  font-size: 1.1em;
}


.breadcrumb li a:hover {
  text-decoration: underline;
}



/* footer */

#footer{
    padding: 100px 0;
    border-top:1px solid #333;
    text-align: center;
    background: #b4d454;
    position: relative;
    text-transform: uppercase;
}

#footer01 {
  position: relative;
}

#footer01 .logo {
  text-align: center;
}

#footer01 .logo a {
  display: inline-block;
}

#footer01 .logo img {
  width: 300px;
}

/* footer_NAV*/
#footer01 .nav a {
  display: block;
  padding: 0 20px;
  color: #fff;
  font-weight: bold;
}

footer .copyright{
     color:#fff;
	 margin: 50px auto;
	 font-size: 0.8em;
}

@media only screen and (min-width: 641px) {
/*PCのみ*/
  #footer01 .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0;
  }
  #footer01 .nav a:hover {
    color: #ca353b;
  }
    }
@media only screen and (max-width: 640px) {
/*SPのみ*/
  #footer01 {
    text-align: center;
	padding-bottom: 30px;
  }
 
  #footer01 .nav li {
    border-top: 1px solid #fff;
  }
 
  #footer01 .nav li:last-child {
    border-bottom: 1px solid #fff;
  }
 
  #footer01 .nav li a {
    padding: 12px 20px;
  }
}





/* footer_contact */

footer #contact{
    background: #5bb963;
    color:#ffffff;
    margin:-100px 0 100px 0;
	padding: 100px 0px;
}

footer #contact h2{
    margin: 0 0 70px 0;
    color: #fff;
    text-transform: uppercase;
}

footer #contact h2 span{
    color: #fff;
}

footer #contact .footer-logo{
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0 0 30px 0;
    color: #fff;
	font-size:2em;
}

footer #contact .footer-add{
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0 0 10px 0;
    color: #fff;
	font-size:1.2em;
}
footer #contact .footer-tel{
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0 0 50px 0;
    color: #fff;
	font-size:2em;
}

footer #contact #button{
margin: 0 auto;
}

@media only screen and (max-width: 880px) {
footer #contact .footer-logo{
	font-size:1.5em;
}
footer #contact .footer-add{
    font-weight: 700;
	font-size:1em;
}
footer #contact .footer-tel{
    font-weight: 800;
	font-size:1.6em;
}
}

@media only screen and (max-width: 640px) {
footer #contact .footer-logo{
	font-size:1.2em;
}
}



/*===========================================================*/
/* トップページ*/
/*===========================================================*/



/* real_estate_info */
#real_estate_info{
text-align: center;
}

#real_estate_info .yaji{
text-align: center;
margin:30px auto;
max-width: 70px;
}

/* real_estate_button*/
.real_estate_button{
  display: flex;
  justify-content: center; /* 中央寄せ */
    letter-spacing: 0.3em;
text-decoration: none;
  cursor: pointer;
}

.d-btn, .e-btn,.f-btn {
width: 15rem;
}


@media (max-width:888px) {
.real_estate_button{
  display: flex;
  justify-content: center; /* 中央寄せ */
}
.d-btn, .e-btn,.f-btn {
  margin: 0 5px;
  padding: 10px 30px;
  width: 13rem;

}
}


@media (max-width:580px) {
.real_estate_button{
  display: flex;
  justify-content: center; /* 中央寄せ */
}
.d-btn, .e-btn,.f-btn {
  margin: 0 5px;
  padding: 10px;
  width: 13rem;

}
}

@media (max-width:480px) {
.real_estate_button{
  display: inline-block;
  justify-content: center; /* 中央寄せ */
}
.d-btn, .e-btn,.f-btn {
text-align: center;
width: 100%;
  margin: 5px 0px;
  padding: 10px 80px;
}
}




#for_sale_info, #for_rent_info ,#for_achievement_info{
margin: 20px auto;
}


/* real_estate_header*/
#for_sale_info  h3 {
font-size: 2.5em;
  position: relative;
  padding: 50px 0px 0px 0px;
  margin: 3em 0px;
  text-align: center;
  color:#eb6100;
  letter-spacing: 0.1em;
}

#for_sale_info  h3:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #eb6100;
}

#for_rent_info  h3 {
font-size: 2.5em;
  position: relative;
  padding: 50px 0px 0px 0px;
  margin: 3em 0px;
  text-align: center;
  color:#008020;
  letter-spacing: 0.1em;
}

#for_rent_info  h3:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #008020;
}

#for_achievement_info  h3 {
font-size: 2.5em;
  position: relative;
  padding: 50px 0px 0px 0px;
  margin: 3em 0px;
  text-align: center;
  color:#5A9F5E;
  letter-spacing: 0.1em;
}

#for_achievement_info  h3:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #5A9F5E;
}

@media screen and (max-width:840px) {
#for_sale_info  h3 {
font-size: 2em;
letter-spacing: 0.1em;
padding: 0px 0px 0px 0px;
}

#for_rent_info  h3 {
font-size: 2em;
letter-spacing: 0.1em;
display: block;
padding: 100px 0px 0px 0px;
margin: 100px;
}
#for_achievement_info  h3 {
font-size: 2em;
letter-spacing: 0.1em;
display: block;
padding: 100px 0px 0px 0px;
}
}



/* real_estate_contents////for_sale////*/

#info_list, #info_list2, #info_list3{
    position:relative;
    margin: 50px 0 100px 0;
}

@media screen and (max-width:840px) {
#info_list, #info_list2, #info_list3{
    margin:0;
}
}

.list_waku{
    width: 100%;

}

.info_list{
	display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.info_list section{
    width: 30%;
    background: #fff;
    position: relative;
    box-shadow: 2px 2px 0 rgba(0,0,0,0.1);
    margin: 0 0 50px 0;
    padding: 5px 5px 10px 5px;
    border-radius: 3px;
    border-color: #666666;
    border-width: 0px;
}

.info_list section:nth-child(2){
     animation-delay: 0.2s;   
}
.info_list section:nth-child(3){
     animation-delay: 0.4s;   
}



.info_list section .already-done{
    background: #fff;
    display: inline-block;
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 2;
    padding-top: 3px;
    padding-right: 7px;
    padding-left: 7px;
    padding-bottom: 3px;
    font-size: 2rem;
    font-weight: bold;
    color: #ff6633;
    border: 2px solid #ff6633;
}

.info_list .sort_sale_house {
  color: #fff;
  width: 50%;
  margin: 0px auto;
  font-weight: bold;
  border-radius: 1px;
  background: #eb6100;
}

.info_list .sort_sale_land {
  color: #fff;
  width: 50%;
  margin: 0px auto;
  font-weight: bold;
  border-radius: 1px;
  background: #ff9933;
}

.info_list .sort_rent_house {
  color: #fff;
  width: 50%;
  margin: 0px auto;
  font-weight: bold;
  border-radius: 1px;
  background: #00ace6;
}

.info_list .sort_rent_land {
  color: #fff;
  width: 50%;
  margin: 0px auto;
  font-weight: bold;
  border-radius: 1px;
  background: #33ccff;
}

.info_list  .list_img{
    width: 80%;
    max-width: 300px;
	margin: 0px auto;
}


.info_list dl{
	display: flex;
    justify-content: flex-start; /* フレックスアイテムを先頭に寄せる */
}

.info_list dt{
    font-size: 1.2em;
    margin: 10px 0 0 0;
    padding: 0 20px 0 0;
	font-weight: 800;
    display:  inline-block;     /* インラインブロックにする */
    vertical-align:  bottom;    /* 下揃えにする */
    box-sizing: border-box;     /* 余白や線を幅と高さに含める */
	}
.info_list dd{
    display:  inline-block;     /* インラインブロックにする */
    vertical-align:  bottom;    /* 下揃えにする */
    box-sizing: border-box;     /* 余白や線を幅と高さに含める */
	}

.info_list .price{
    font-size: 1.8rem;
	font-weight:  bolder;
	color:#20B800;
}

.info_list .add{
    font-size: 1.2em;
    margin: 10px 0 ;
	font-weight: 800;
}


.info_list .list_table {
  width: 100%;
}
.info_list .list_table th {
  color: #000;
  width: 30%;
  margin-top: 60px;
  font-weight: 700;
  font-size:0.9em;
  border-radius: 1px;
  background: #DBDAC9;
}


.info_list .list_table td {
  color: #000;
  width: 70%;
  font-weight: 600;
  font-size:0.9em;
  text-align: left;
  padding-left: 20px;
}

.info_list .to_detail {
  margin: 20px auto;
  display: block;

}



.soldout{
  position: relative;/*親要素にrelative*/
}
.soldout p{
  position: absolute;/*重ねたい子要素にabsolute*/
  top:50%;
  left: 50%;
 -ms-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
  -webkit-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
  transform: translate(-50%,-50%);/*センター寄せの修正*/
  color: #EF5C0A;
  font-size: 1.8rem;
  font-weight: bolder;
  margin: 0!important;/*文字がずれている場合や*/
  padding: 0!important;/*文字が折り返される場合*/
}

.soldout .price {
  text-decoration: line-through;
   text-decoration-line: line-through;
  text-decoration-style: double;
}

.soldout .sold-out {
  color: #EF5C0A;
  padding:10px ;
}

@media screen and (max-width:990px) {
.info_list{
	display: block;
}

.info_list section{
    width:100%;
}

.info_list section:nth-child(2),
.info_list section:nth-child(3){
     animation-delay: 0s;   
}

.info_list .sort_sale_house {
  width: 100%;
}

.info_list .sort_sale_land {
  width: 100%;
}

.info_list .sort_rent_house {
  width: 100%;
}

.info_list .sort_rent_land {
  width: 100%;
}


.info_list .right_contents{
width:50%;
margin: 40px 0px 0px 40px;
}
	
.info_list .detail{
    display:  flex;     /* インラインブロックにする */
	}
.info_list  .list_img{
    width: 100%;
    max-width: 350px;
	margin: 0px auto;
}
.info_list dl{
    width: 100%;
	margin: 20px;

}

.info_list dt{
    font-size: 1.2em;
	}

}


@media screen and (max-width:840px) {
.info_list  .list_img{
    width: 100%;
    max-width: 300px;
	margin: 0px auto;
}
}


@media screen and (max-width:640px) {
.info_list .detail{
    display:  block;    
	}
.info_list dl{
		margin: 0px;
}
.info_list .right_contents{
width:50%;
margin: 10px 0px;
}
.info_list  .list_img{
    width: 100%;
    max-width: 300px;
	margin: 0px auto;
}
}


/*===========================================================*/
/* news*/
/*===========================================================*/
/* news common/トップページとnewsページ */

#news{
	position: relative;
    padding: 50px 0 100px 0;
    margin: 50px  0 100px;
	box-sizing:content-box
}

#news li a{
    transition: all 0.3s;
}

#news li a:hover{
     color: #666;    
}

#news .news-area{
    background:#fff;
    padding: 20px;
	box-shadow: 2px 3px 0 rgba(0,0,0,0.2);
    width:100%;
    margin: 0 auto;
    border-radius:10px;
}

#news .news_article{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #ccc;
	text-align: left;		
}

#news .news_pic{
    background:#fff;
    padding: 0px 3px 0px 0px;
	/* box-shadow: 1px 1px 0 rgba(0,0,0,0.2);*/
    max-width:250px;
    margin: 0 50px 10px 0;
}

#news article .icon_oshirase {
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 7em;
	padding: 2px;
	font-weight: bold;
	background: #00ace6;
	color: #fff;
	border-radius: 5px;
	display:  inline-block;
	font-size: 0.9em;
}
#news article .icon_bukken {
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 7em;
	padding: 2px;
	font-weight: bold;
	background: #eb6100;
	color: #fff;
	border-radius: 5px;
	display:  inline-block; 
	font-size: 0.9em;
}

#news article .icon_chiiki {
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 7em;
	padding: 2px;
	font-weight: bold;
	background: #ffc33c;
	color: #fff;
	border-radius: 5px;
	display:  inline-block; 
	font-size: 0.9em;
}

#news article time{
    padding: 0 2em 0 0;
    color: #666;
    font-size: 0.9rem;
	display:  inline-block; 
}

#news article h3{
    font-size: 1.2rem;
	color:#0099cc;
}


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

#news{
    padding: 50px 0;
    }
#news .news-area{
    width:98%;
    padding: 10px;
}
 #news .news_left{
    width:30%;
}   
 #news .news_right{
    width:70%;
} 

#news .news_pic{
    max-width:250px;
    margin: 0 30px 10px 0;
}
}

#news .comment{
    max-width:900px;
	font-size: 1em;
}



@media screen and (max-width:768px) {
#news article h3{
    font-size: 1rem;
}
#news .news_pic{
    max-width:200px;
    margin: 0 15px 10px 0;
}
}

/* news /newsページ */

#news-main{
	width:100%;
	height: 40vh;
	position: relative;
} 

#news-main:before{
	content: '';
	position:fixed;
	top:10vh;
	left:0%;
	z-index:-1;
	width:100%;
	height: 40vh;
	/*背景画像設定*/
	background:url("../img/news_main.webp") no-repeat center;
	background-size:cover;
}

@media screen and (max-width:768px) {
#news-main:before{
    background-position: top center;
    background-size:auto 90%;
    }
}


/* newsタイトル */

#newstitle h2{
    text-align: center;
    margin:50px 0 100px 0;
	font-size: 0.7em;
	letter-spacing: 0.5em;
}

@media screen and (max-width:550px) {
#newstitle h2{
    margin:50px 0 50px 0;
    }
}


#newscontents{
width: 90%;
max-width: 1000px;
    text-align: left;
    margin:0 auto 100px auto;
}



/* read-more-1記事へリンクボタン */
.read-more-1 {
    color: #0099cc;
    cursor: pointer;
	position: relative;
}
.read-more-1 :hover {
    color: #c7511f;
    text-decoration: underline;
    cursor: pointer;
}

.read-more-1 :after {
    content: "\f061";
    position: relative;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 5px;
}



/* news category */

.news-list{
  display: flex;
  justify-content: center; /* 中央寄せ */
}
.news-list .news_category{
  box-sizing: border-box;
 background: #ffc33c;
  margin: 0 10px;
  padding: 10px 40px;
  border-radius: 4px;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
  width: 15rem;
}

.news-list .news_category:first-child {
 background: #00ace6;
}

.news-list .news_category:nth-child(2)  {
 background: #eb6100;
}

.news-list .news_category:nth-child(3)  {
 background: #ffc33c0;
}

@media (max-width:768px) {
.news-list{
  display: flex;
  justify-content: center; /* 中央寄せ */
}
.news-list .news_category{
  margin: 0 5px;
  padding: 10px 30px;
}
}

@media (max-width:480px) {
.news-list{
  display: block;
}
.news-list .news_category{
text-align: center;
width: 100%;
  margin: 5px 0px;
  padding: 10px 80px;
}
}


/* news_contents */

.news-contents{
	position: relative;
	z-index:1;
	width:100%;
	max-width: 960px;
	margin: 0 auto;
}

#news_detail{
	text-align: left
}

/* news article 記事ページ */
.news-article-detail{
	width:100%;
	margin: 20px auto 100px;
}
.news-article-detail h3{
	font-size: 2em;
}

@media (max-width:768px) {
.news-article-detail h3{
	font-size: 1.3em;
}
}

time{
    font-size:0.8em;
	color:cadetblue
    }
.news-mainimg{
	margin: 30px auto 30px;
}

.news-paragraph p{
	margin: 50px auto 30px;
}


/* news article ボタン */
.back_link {
	display: flex;
	align-items: center;
	justify-content: center;
}
.back_link a{
	font-size:1.1rem;
  display: inline-block;
  color:#009124;
  text-decoration:none;
  position: relative;
  transition: .3s;
}
.back_link a::after{
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #009124;
	transition: .3s;
	transform: translateX(-50%);
}
.back_link a:hover::after{
	width: 100%;
}

.back_link a::before {
  font-family: "Font Awesome 5 Free";
  content: '\f100';
  font-weight: 900;
}

/* ページネーション */
.pagination-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 8px;
    list-style-type: none;
    padding: 0;
}

.pagination-1 a {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2em;
    height: 2em;
    border: 1px solid #009124;
    border-radius: 1px;
    color: #009124;
}

.pagination-1 a:not(:hover) {
    text-decoration: none;
}

.pagination-1 .current a {
    background-color: #009124;
    color: #fff;
    pointer-events: none;
}

/*===========================================================*/
/* プライバシーポリシー*/
/*===========================================================*/

/* プライバシーポリシー　*/
#privacy-main{
	width:100%;
	height: 40vh;
	position: relative;
} 

#privacy-main:before{
	content: '';
	position:fixed;
	top:10vh;
	left:0%;
	z-index:-1;
	width:100%;
	height: 40vh;
	/*背景画像設定*/
	background:url("../img/privacy_main.webp") no-repeat center;
	background-size:cover;
}

@media screen and (max-width:768px) {
#privacy-main:before{
    background-position: top center;
    background-size:auto 90%;
    }
}


/* privacyタイトル */

#privacytitle h2{
    text-align: center;
    margin:30px 0 100px 0;
	font-size: 0.8em;
	letter-spacing: 0.5em;
}

@media screen and (max-width:550px) {
#privacytitle h2{
    margin:20px 0 50px 0;
    }
}


#privacypolicy{
width: 90%;
max-width: 1000px;
    text-align: left;
    margin:0 auto 100px auto;
}

#privacypolicy h3{
    text-align: left;
    margin:40px 0;
	font-size:1.3em;
	font-weight: bold;
}
.indication{
    text-align: left;
    margin:40px 0;
	font-size:1em;
	font-weight: bold;
}

#privacypolicy ul{
    padding: 0 0 0 1.5em;
}

#privacypolicy li{
    text-align: left;
    margin:40px 0;
	font-size:1em;
	font-weight:500;
	text-indent: -1.5em;
}


/*===========================================================*/
/* お問い合わせ*/
/*===========================================================*/

/* お問い合わせ　*/
#contact-main{
	width:100%;
	height: 40vh;
	position: relative;
} 

#contact-main:before{
	content: '';
	position:fixed;
	top:10vh;
	left:0%;
	z-index:-1;
	width:100%;
	height: 40vh;
	/*背景画像設定*/
	background:url("../img/contact_main.webp") no-repeat center;
	background-size:cover;
}

@media screen and (max-width:768px) {
#contact-main:before{
    background-position: top center;
    background-size:auto 90%;
    }
}


/* contactタイトル */

#contacttitle h2{
    text-align: center;
    margin:50px 0 100px 0;
	font-size: 0.8em;
	letter-spacing: 0.5em;
}

@media screen and (max-width:550px) {
#contacttitle h2{
    margin:20px 0 50px 0;
    }
}


/* contact form */

#contact-form{
    margin:0 0 100px 0;
	padding:50px ;
    width:100%;
	background-color: #f6faeb;
}


#contact-form h2{
    text-align: center;
    margin:30px 0 100px 0;
    color: #1F1F1F;
}

@media screen and (max-width:550px) {
#contact-form h2{
     margin:20px 0 50px 0;
    }
}



#contact-form .form-list{
    width:100%;
    max-width: 900px;
    margin: 0 auto;
}

#contact-form input , button , textarea , select {
	margin:0;
	padding:0;
	border:none;
	outline:none;
	background:none;
    font-size: 16px;
}

#contact-form .form-list input[type='text'] , 
#contact-form .form-list input[type='email'] , 
#contact-form .form-list textarea{
	width:100%;
	border:1px solid #666;
	background:#fff;
	padding: 10px;
	-webkit-appearance:none;
	   -moz-appearance:none;
	        appearance:none;
}

#contact-form .form-list input[type='text'] , input[type='email'] {
	height:50px;
}

#contact-form .form-btn{
    width:100%;
    margin: 0 auto;
	display: flex;
	justify-content: center;
}


#contact-form .submit-btn{
    width:152px;
    margin: 10px;
}

#contact-form input[type='submit']{
   border:2px solid #333;
    color: #333;
    text-align: center;
    padding: 5px 20px;
    width:152px;
    margin: 0 auto;
    transition: all .3s;
}

#contact-form input[type='submit']:hover{
    background: #333;
    color: #fff;
} 


#contact-form .reset-btn{
    width:152px;
    margin: 10px;
}

#contact-form input[type='reset']{
   border:2px solid #333;
    color: #333;
    text-align: center;
    padding: 5px 20px;
    width:152px;
    margin: 0 auto;
    transition: all .3s;
}

#contact-form input[type='reset']:hover{
    background: #333;
    color: #fff;
} 


#contact-form .form-list dl{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	padding:0 0 20px 0;
}

#contact-form .form-list dt{
    width:30%;
	text-align: right;
}

#contact-form .form-list dd{
    width:66%;
}

#contact-form .form-list textarea {
	height:200px;
}

#contact-form .form-list  p {
	margin-bottom:8px;
}

@media screen and (max-width:768px) {
#contact-form .form-list dt{
	margin:0 0 10px 0;
	text-align: left;
}
#contact-form .form-list dt,
#contact-form .form-list dd{
    width:100%;
}
	
}

.sent{
   border_bottom:2px solid #333;
    color: #008ae6;
    text-align: center;
    padding: 10px 0px;
    margin: 50px auto;
	font-size:  1.5em;
	font-weight: bolder;
}
@media screen and (max-width:768px) {
.sent{
	font-size:  1.2em;
}
}

.required{
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    margin: 0px 0px 0px 10px;
	font-size:  0.8em;
	font-weight: bold;
	background: #ff5050;
	border-radius: 5px;
}


/*===========================================================*/
/* 会社概要*/
/*===========================================================*/

/* 会社概要　*/
#company-main{
	width:100%;
	height: 40vh;
	position: relative;
} 

#company-main:before{
	content: '';
	position:fixed;
	top:10vh;
	left:0%;
	z-index:-1;
	width:100%;
	height: 40vh;
	/*背景画像設定*/
	background:url("../img/company_main.webp") no-repeat center;
	background-size:cover;
}

@media screen and (max-width:768px) {
#company-main:before{
    background-position: top center;
		/*背景画像設定*/
	background:url("../img/company_main_sp.webp") no-repeat center;
	background-size:cover;
    }
}


/* service */

#company h2{
    text-align: center;
    margin:30px 0 100px 0;
	font-size: 0.8em;
	letter-spacing: 0.5em;
}

@media screen and (max-width:550px) {
#company h2{
    margin:20px 0 50px 0;
    }
}

/* vision */

#vision{
    display: flex;
    justify-content:space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin:50px 0 100px 0;
}


#vision .img{
    width:40%;
    min-height: 390px;
}

#vision .content{
   width:55%; 
   text-align: left;
}



#vision  .vision-lead {
    color:#70AF62;
    margin:0 0 30px 0;
	text-align: left;
}

#vision p{
    line-height: 2;
    margin: 0 0 50px 0;
}




@media screen and (max-width:1350px) {
#vision{
 margin: 30px 0px 100px;
 }

#vision .vision-lead{
    font-size: 1.3em;
	margin-top: 20px;
	vertical-align: top;

}
#vision .vision-lead span{
    font-size: 1.7em;
}
#vision .img{
    width:40%;
    min-height: 390px;
	 vertical-align: top;
}

#vision .content{
   width:58%; 
   text-align: left;
    vertical-align: top;
}
#vision .content p{
    font-size: 0.9em;
}
}
	
@media screen and (max-width:880px) {
#vision{
     margin:30px 0 50px 0;
    }
#vision .img{
    width:100%;
    min-height: 290px;
    margin:0 0 50px 0;
}

#vision .content{
   width:100%; 
   text-align: left;
}   
}


/* about */

#about{
    margin: 0 0 200px 0;
}

@media screen and (max-width:768px) {
#about{
    margin: 0 0 100px 0;
}
    
}

#about h2{
    text-align: center;
    color:#70AF62;
    margin:0 0 100px 0;
}

@media screen and (max-width:550px) {
#about h2{
    margin:0 0 50px 0;
    }
}

#about .about-list{
   width: 96%;
    max-width: 900px;
    margin: 0 auto;
}

#about .about-list li{
    border-bottom: 1px solid #ccc;
    margin:0 0 15px 0;
    padding: 0 0 15px 0;
	
}

#about .about-list dl{
     display: flex;
    justify-content: space-between;
}

#about .about-list dt{
    width:30%;
    padding: 0 0 0 40px;
	text-align: left;
}
#about .about-list dd{
   text-align: left;
}

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

#about .about-list dt{
     padding:0 0 0 10px; 
    }
}

#about .about-list dd{
    width:65%;
}

/* enkaku */

#enkaku{
    margin: 0 0 200px 0;
}

@media screen and (max-width:768px) {
#enkaku{
    margin: 0 0 100px 0;
}
    
}

#enkaku h2{
    text-align: center;
    color:#70AF62;
    margin:0 0 100px 0;
}

@media screen and (max-width:550px) {
#enkaku h2{
    margin:0 0 50px 0;
    }
}

#enkaku .about-list{
   width: 96%;
    max-width: 900px;
    margin: 0 auto;
}

#enkaku .about-list li{
    border-bottom: 1px solid #ccc;
    margin:0 0 15px 0;
    padding: 0 0 15px 0;
}

#enkaku .about-list dl{
     display: flex;
    justify-content: space-between;
}

#enkaku .about-list dt{
    width:30%;
    padding: 0 0 0 40px;
}

#enkaku .about-list dd{
   text-align: left;
}

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

#enkaku .about-list dt{
     padding:0 0 0 10px; 
    }
}

#enkaku .about-list dd{
    width:65%;
}



/* access */

#access{
    margin: 0 0 200px 0;
}

@media screen and (max-width:768px) {
#access{
    margin: 0 0 100px 0;
}
    
}

#access h2{
    text-align: center;
    color:#70AF62;
    margin:0 0 100px 0;
}

@media screen and (max-width:550px) {
#access h2{
    margin:0 0 50px 0;
    }
}


#access .company_name{
    text-align: center;
    color:#000000;
    margin:0 0 20px 0;
	font-size: 1.3em;
	font-weight: 700
}

#access .company_add{
    text-align: center;
    color:#000000;
    margin:0 0 60px 0;
	font-size: 1em;
	font-weight: 500
}


#access .access_map{
width: 90%;
align-items: center;
    margin:auto;
}


#access .access-bg{
    position: relative;
    height: 35vh;
    background:url("../img/access_bg.webp") no-repeat center;
    background-size:cover;
    margin: 100px 0 200px 25%;
}

#access .access-bg::after{
    content:'';
    position: absolute;
    top:20%;
    left:-32%;
    width:100%;
    height:35vh;
    background:#f3f3f3;
    z-index: -1;
}

#access .logo {
  text-align: center;
}

#access .logo a {
  display: inline-block;
}

#access .logo img {
  width: 500px;
}

@media screen and (max-width:550px) {
#access .logo img {
margin: 0 auto;
  width: 50%;
}
}

/*===========================================================*/
/* 不動産情報*/
/*===========================================================*/



/* 売買物件情報　*/
/* 検索名 */
#for_sale_info h4 {
  position: relative;
  padding: 0 65px;
  margin-bottom: 30px;
  text-align: center;
  color:#007032;
  font-size: 1.8em;
}

#for_sale_info h4:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #007032;
}

#for_sale_info h4 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}

/* 検索結果一覧 */
#for_sale_info h5 {
font-size: 1.3rem;
text-align: left;
  padding: 1rem 2rem;
  border-left: 5px solid #094;
  background: #EDECE3;
  color:#000;
}

/* 賃貸物件情報　*/
/* 検索名 */
#for_rent_info h4 {
  position: relative;
  padding: 0 65px;
  margin-bottom: 30px;
  text-align: center;
  color:#eb6100;
  font-size: 1.8em;
}

#for_rent_info h4:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #eb6100;
}

#for_rent_info h4 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}

/* 検索結果一覧 */
#for_rent_info h5 {
font-size: 1.3rem;
text-align: left;
  padding: 1rem 2rem;
  border-left: 5px solid #eb6100;
  background: #EDECE3;
  color:#000;
}



/* 検索結果詳細 */

#info_list_detail, #info_list2_detail, #info_list3_detail{
    position:relative;
    margin: 50px auto 100px;
}

@media screen and (max-width:840px) {
#info_list_detail, #info_list2_detail, #info_list3_detail{
    margin:0;
}
}

.info_list_detail{
	display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
	max-width: 1000px;
	margin: 50px auto 100px;
}

.info_list_detail section{
    width: 100%;
    margin: 0 0 50px 0;
}




.info_list_detail section .already-done{
    background: #fff;
    display: inline-block;
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 2;
    padding-top: 3px;
    padding-right: 7px;
    padding-left: 7px;
    padding-bottom: 3px;
    font-size: 0.9rem;
    font-weight: bold;
    color: #ff6633;
    border: 2px solid #ff6633;
}

.info_list_detail .sort_sale_house {
  color: #fff;
  width: 10em;
  margin: 0px;
  font-weight: bold;
  border-radius: 1px;
  background: #eb6100;
}

.info_list_detail .sort_sale_land {
  color: #fff;
  width:  10em;
  margin: 0px;
  font-weight: bold;
  border-radius: 1px;
  background: #ff9933;
}

.info_list_detail .sort_rent_house {
  color: #fff;
  width:  10em;
  margin: 0px;
  font-weight: bold;
  border-radius: 1px;
  background: #00ace6;
}

.info_list_detail .sort_rent_land {
  color: #fff;
  width: 10em;
  margin: 0px;
  font-weight: bold;
  border-radius: 1px;
  background: #33ccff;
}

.bukken_title{
  color: #000;
  width: 100%;
  margin: 0px auto;
  font-weight: bold;
  background: #fff;
  font-size: 1.3em;
}



.introduction{
	display: flex;
    justify-content: flex-start; /* フレックスアイテムを先頭に寄せる */
	padding: 10px 0px;
	margin: 10px auto;
    border-bottom: 3px double #2589d0;
	border-top: 3px double #2589d0;
    background-color: #ffffff;
}



.info_list_detail dl{
	display: table;
    justify-content: flex-start; /* フレックスアイテムを先頭に寄せる */
	padding: 20px 40px;
}

.info_list_detail dt{
    font-size: 1.2em;
    padding: 0 20px 0 0;
	font-weight: 800;
    display:  table-cell;     
    vertical-align:  middle;    /* 中央揃えにする */
    box-sizing: border-box;     /* 余白や線を幅と高さに含める */
	text-align:left;
	}
.info_list_detail dd{
    display:  inline-block;     /* インラインブロックにする */
    vertical-align:  middle;    /* 中央揃えにする */
    box-sizing: border-box;     /* 余白や線を幅と高さに含める */
	text-align:left;
	}

.info_list_detail .price{
    font-size: 1.8rem;
	font-weight:  900;
	color:#20B800;
}

.info_list_detail .add{
    font-size: 1.2em;
    margin: 10px 0 ;
	font-weight: 800;
}

.explanation{
  width: 100%;
  margin: 30px auto;
  padding:10px;
  font-size: 1rem;
  text-align: left;
  background: #eeeeee;
}



.info_list_detail .list_table {
  width: 100%;
  margin-top: 40px;
}
.info_list_detail .list_table th {
  color: #000;
  width: 20%;
  margin-top: 60px;
  font-weight: 700;
  font-size:0.9em;
  border-radius: 1px;
  background: #DBDAC9;
  border: 1px solid #ccc;
}


.info_list_detail .list_table td {
  color: #000;
  width: 80%;
  font-weight: 600;
  font-size:0.9em;
  text-align: left;
  padding: 10px  20px;
  border: 1px solid #ccc;
}



@media screen and (max-width:990px) {
.info_list_detail{
	display: block;
}

.info_list_detail section{
    width:100%;
}

.introduction{
	display: block;
	padding: 0px;
}

.bukken_title{
  margin: 20px auto;
  font-size: 1.3em;
}

.info_list_detail .sort_sale_house {
  width: 100%;
}

.info_list_detail .sort_sale_land {
  width: 100%;
}

.info_list_detail .sort_rent_house {
  width: 100%;
}

.info_list_detail .sort_rent_land {
  width: 100%;
}



.info_list_detail dl{
    width: 100%;
	margin: 0px;
	padding: 0px  0px  0px 20px;
	text-align:left;
}

.info_list_detail dt{
    display:  inline-block;     /* インラインブロックにする */
    vertical-align:  middle;    /* 中央揃えにする */
    box-sizing: border-box;     /* 余白や線を幅と高さに含める */
	text-align:left;
    font-size: 1em;
	}
.info_list_detail dd{
    display:  inline-block;     /* インラインブロックにする */
    vertical-align:  middle;    /* 中央揃えにする */
    box-sizing: border-box;     /* 余白や線を幅と高さに含める */
	text-align:left;
    font-size: 1em;
	}
}


@media screen and (max-width:640px) {
.info_list_detail .detail{
    display:  block;    
	}

.info_list_detail{
width:100%;
margin: 10px 0px;
}

.bukken_title{
  margin: 20px auto;
  font-size: 1em;
}

.explanation{
  font-size: 0.8em;
}

.info_list_detail .price{
    font-size: 1.3em;
}

.info_list_detail .add{
    font-size: 1em;
    margin: 0 ;
}

}


/* 物件写真gallery */

* {
  box-sizing: border-box;
}


div.gallery {
  border: 1px solid #ccc;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 5px;
  text-align: left;
  font-size: 0.9em;
  height:5em;
  line-height: 130%;
}


.responsive {
  padding: 0 6px;
  margin: 10px 0px;
  float: left;
  width: 49.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}


/*===========================================================*/
/* 物件検索*/
/*===========================================================*/



.direction{
    margin:  50px auto;
	width: 100%;
	max-width: 1000px;
	font-size: 1.4rem;
	font-weight: bold;
	
}
.step {
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 7em;
	padding: 5px;
	margin-right: 30px;
	font-weight: bold;
	background: #eb6100;
	color: #fff;
	border-radius: 5px;
	font-size: 1em;
}

.search_category{
    margin:  50px auto;
	width: 90%;
	max-width: 900px;
}

.option{
    margin:  20px auto;
	padding:20px;
	width: 100%;
	max-width: 900px;
	border-bottom: 1px #ccc;
}


@media only screen and (max-width: 768px) {
.direction{
    margin:  30px auto;
	width: 100%;
	font-size: 1.2em;
}
.step {
	text-align: center;
	width: 5em;
	padding: 3px;
	margin-right: 10px;
	font-size: 0.9em;
}
}


/* チェックボックス */
.checkbox-2 {
    display: flex;
    flex-wrap: wrap;
    gap: .5em 2em;
    border: none;
}

.checkbox-2 label {
    display: flex;
    align-items: center;
    gap: 0 .5em;
    position: relative;
    cursor: pointer;
}

.checkbox-2 label::before {
    width: 18px;
    height: 18px;
    border-radius: 3px;
    border: 2px solid #d6dde3;
    content: '';
}

.checkbox-2 label:has(:checked)::after {
    position: absolute;
    top: 5px;
    left: 7px;
    transform: rotate(45deg);
    width: 5px;
    height: 10px;
    border: solid #2589d0;
    border-width: 0 3px 3px 0;
    content: '';
}

.checkbox-2 input {
    display: none;
}