@charset "UTF-8";
/* CSS Document */
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */

img{height: auto;}
body {
	line-height:1.5em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	min-width:1030px;
	color:#494949;
	background:#FFFFFF;
	margin:0;
}
a{
	/* [disabled]padding: 100px; */
	text-decoration: none
}
h3{
	color:#EA9045;
	font-size:24px;
	display:inline-block;
	border-bottom:1px solid #AFAFAF;
	margin:0 auto;
	font-weight:500;
	letter-spacing:3px;
	text-indent:3px;
	padding-top:50px;
	padding-bottom:5px;
}
.daimei_page h2 {
	font-size:35px;
	color:#E05A24;
	padding-top:70px;
	letter-spacing:5px;
	font-weight:600;
	padding-bottom:10px;
}
.daimei_eigo{
	font-size:14px;
	letter-spacing:3px;
	margin-top:-20px;
	font-weight:600;
}
ul{list-style-type:none;}
.nakaten{list-style-type:disc;}
.setumei{
	padding: 40px 50px;
	background: #FFFFFF;
	width: 70%;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 70px;
}
.setumei li{
	text-align:left;
	padding:15px 0;
}
.sb_gray{
	background: #F2F2F2;
}

.sb_white{background: #FFF;}
header{
	width: 250px;
	background: #FFFFFF;
	box-shadow: 1px 0 rgba(175,175,175,1.00);
	top: 0;
	left: 0;
	height: 2415px;
	position: fixed;
	z-index: 9000;
}
.logo{
	width:200px;
	text-align:center;
	margin: 0 auto;
	padding: 3px 0;
}
.menu_area{width:250px;}
.list_block{
	border-top:1px solid #AFAFAF;
	height:60px;
}
.stairs{
	border-bottom:1px solid #AFAFAF;
	margin-left:-40px;
	position:relative;
}
.stairs a{
	display: block;
	width: 210px;
	padding:15px 20px;
	color: #4D4D4D;
	font-weight:500;
	letter-spacing:2px;
	text-align:left;
}
span.small{
	color:#E1A880;
	font-size:10px;
	font-weight:bold;
	letter-spacing:4px;
	padding-bottom:30px;
}
.stairs:hover{background:#E6821E;}
.stairs:hover span.big{color:#FFFFFF}
.stairs:hover span.small{color:#FFE9C5;}
.stairs:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #bbbbbb transparent;
	position: absolute;
	bottom: 5px;
	right: 5px
}
.stairs:hover:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #FFFFFF transparent;
	position: absolute;
	bottom: 5px;
	right: 5px
}
.body-right{padding-left:240px;}
.tittle_area{
	margin-top:-35px;
	box-sizing:border-box;
	height:229px;
	background-size:cover;
	background-position:center;
	max-width:100%;
	background-repeat:no-repeat;
}
.topikpass{
	margin-left: 20px;
	display: flex;
	flex-direction: row;
	font-size: 15px;
	letter-spacing: 2px;
}
.topikpass p a{
	color:#E05A24;
	position:relative;
	margin-right:20px;
}
topickpass p a:hover{opacity:0.5;}
.topikpass p a:after{
	content: "";
	position:absolute;
	margin-left: 5px;
	top:5px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #49494E;
	border-right: 2px solid #49494E;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	pointer-events:none;
}
main{
	text-align: center;
	width: 100%;
}
/*トップページここから↓*/
.bxslider img{position:relative;}
.bx-viewport .bxslider li {display: block !important;}
.main_logo img{
	width: 25vw;
	position:absolute;
	top: 14vw;
	left: 17vw;
	right:0vw;
	margin: auto;
}
.banner{
	background: #EDEDED;
	padding: 35px;
	/*margin-top: -28px;*/
	display: wrap;
	align-items: center;
	justify-content: space-between;
}
.banner a{
	margin-right: 10px;
	margin-left: 10px;
}
.banner a:hover{opacity:0.5;}
.news_area{
	border:1px solid #EA9045;
	width:100%;
	height:290px;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:40px;
	padding:20px;
	box-sizing: border-box;
}
div.content a {text-decoration:underline !important;}
.scrollarea{
	overflow:scroll;
	overflow-x: hidden;
	height:250px;
	margin-top:0px;
}
.scrollarea::-moz-scrollbar{
	width:5px;
	height:0px;
}
.scrollarea::-moz-scrollbar-track{
	background:#DFDFDF;
	height:80%;
}
.scrollarea::-moz-scrollbar-thumb{
	background:#E4701F;
}

.scrollarea::-ms-scrollbar{
	width:5px;
	height:0px;
}
.scrollarea::-ms-scrollbar-track{
	background:#DFDFDF;
	height:80%;
}
.scrollarea::-ms-scrollbar-thumb{background:#E4701F;}
.scrollarea::-webkit-scrollbar{
	width:5px;
	height:0px;
}
.scrollarea::-webkit-scrollbar-track{
	background:#DFDFDF;
	height:80%;
}
.scrollarea::-webkit-scrollbar-thumb{
	background:#E4701F;
}
.news_area li{
	text-align: left;
	width: 100%;
	padding: 10px;
	border-bottom: 1px dotted #AFAFAF;
	display: flex;
}
/*
.news_area a{
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 35px;
	padding-bottom: 10px;
	color: #464646;
}
.news_area li:hover{
	background:#FFE9C5;
}
*/
.news{
	display:inline-block;
}
.date{
	width: 30%;
}
.label{
	margin:0 35px;
	padding:2px 20px;
	font-size:14px;
	color:#FFFFFF;
	letter-spacing:3px;
	text-align:center;
	text-indent:3px;
}
.new{
	background:#E4701F;
}
.up{
	background:#529C33;
}
.content{width: 65%;}
.content  a{color: #464646;}
.content a:hover{
	background:#FFE9C5;
}
.entry{
	font-size: 27px;
	display: inline-block;
	padding: 0.7em 70px;
	text-decoration: none;
	background: #E05A24;
	color: #FFF;
	box-shadow: 0 7px 0  #B34220;
	letter-spacing: 4px;
	margin-bottom: 60px;
	position: relative;
}
.entry:after{
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -4px;
}

.entry:hover{
	-ms-transform:translateY(7px);
	-webkit-transform:translateY(7px);
	box-shadow:none;
}

.btn_area{
	background: #EDEDED;
	padding: 60px 0;
	display: flex;
	text-align: center;
	justify-content: center;
}
	
.btn_link a{
	display: flex;
	margin:0 20px;
}
	
.btn_img img{
	width: 140px;
	height:140px;
	background: #E6821E;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
}

.btn_comment{
	width: 200px;
	height:136px;
	background: #FFFFFF;
	border: solid 2px #E6821E;
	position: relative;
}

.btn_comment:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 15px 15px;
	border-color: transparent transparent #F6D2AE transparent;
	position: absolute;
	bottom: 5px;
	right: 5px
}

.btn_comment p{
	color:#4D4D4D;
	font-size:20px;
	padding:20px 30px;
	letter-spacing:3px;
}

.btn_link a:hover{
	opacity: 0.5;
}

.entry_area{
	display:flex;
	height:423px;
}
.entry_box1{
	background:url(../../images/top/touroku1.png);
	width:50%;
	background-size:cover;
}
	
.entry_box2{
	background:url(../../images/top/touroku2.png);
	width:50%;
	background-size:cover;
}
	
.white_box{
	width:70%;
	height:300px;
	background:rgba(255,255,255,0.8);
	margin:70px 80px 70px 80px;
}
	
.white_box .urikai{
	padding-top:40px;
	font-size:19px;
	font-weight:600;
	letter-spacing:4px;
}
	
.white_box .urikai span{
	font-size:24px;
}
.urikai_img{
	padding-bottom:20px;
}

.touroku_btn{
	font-size:17px;
	color:#FFFFFF;
	background:#E05A24;
	padding:20px 75px;
	letter-spacing:3px;
	position:relative;
}

.touroku_btn:after{
	content: '';
	width: 7px;
	height: 7px;
	border: 0px;
	border-top: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -4px;
}

.touroku_btn:hover{
	background:#FFFFFF;
	color:#E05A24;
	font-weight:600;
	border:2px solid #E05A24;
}
	
.touroku_btn:hover:after{
		content: '';
	width: 7px;
	height: 7px;
	border: 0px;
	border-top: solid 2px #E05A24;
	border-right: solid 2px #E05A24;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -4px;
	
}


.guide_area {
	display: flex;
	justify-content: center;
	padding:30px 0 50px 0;
	margin: 0 auto;
}

.nagaoka_btn a{
	display: flex;
	margin:0 5%;
}


.nagaoka_img{
	height:98px;
	width:98px;
}
	
	
.nagaoka_coment{
	width:120px;
	padding:0 20px;
	background: #EDEDED;
	position:relative;
	height:99px;
}

.nagaoka_coment:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 12px 12px;
	border-color: transparent transparent #bbbbbb transparent;
	position: absolute;
	bottom: 5px;
	right: 5px
}

.nagaoka_coment p{
	color: #4D4D4D;
	font-size: 18px;
	margin-top:28px;
}
	
.nagaoka_btn a:hover{
	opacity:0.5;
}
/*トップページここまで↑*/


/*空き家バンクとは？ページここから↓*/



.about{
	background-image:url(../../images/about/top_bg.png);
}
	
	
.akiya_mokuteki img{
	padding-top:30px;
}

.akiya_mokuteki p{
	font-weight:500;
	font-size:19px;
	padding-top:20px;
	line-height:180%;
}
.three_purpose{
	padding:20px 0;
	background: linear-gradient(#fff 40%, #FAE6CC 40%,#FAE6CC);
}
.three_purpose img{
	padding:0 10px;
}
	
#overview{
	max-width:100%;
}
	
#overview p{
	padding-top:30px;
	padding-bottom: 40px;
	width:90%;
	margin:0 auto;
}

#overview span{
	display: block;
	margin-top: 11px;
}

.mannaka{
	margin-top:80px;
}


#overview img{
	max-width:100%;
	margin-right: 0;
	margin-left: 0;
}

#overview a{
	width:30%;
}
	

.sikumitouroku{
	display: flex;
	justify-content: center;
	margin: 0 auto;
	width: 100%;
	max-width: 990px;
}

.overview_btn a{
	display: flex;
	margin:60px 8px 50px 8px ;
	
}
.akiya_sikumi{
	margin-top: -20px;
	margin-bottom: -20px;
}

.overview_btn img{
	height:100px;
	width:100px;
}
	
	
.overview_coment{
	width: 135px;
	height: 96px;
	background: #FFF;
	position: relative;
	border: #E6821E solid 2px;
}

.overview_coment:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 12px 12px;
	border-color: transparent transparent #F6D2AE transparent;
	position: absolute;
	bottom: 5px;
	right: 5px
}


.overview_coment p{
	color: #4D4D4D;
	font-size: 19px;
	align-items:center;
	vertical-align:center;
	margin-top:23px;
}

.overview_coment p span{
	padding-top: 15px;
	display:block;
}

	

	
.overview_btn a:hover{
	opacity:0.5;
}


#tyuui .sb_gray{
	padding-bottom:10px;
}

/*空き家バンクとは？ページここまで↑*/


/*物件検索ページここから↓*/


.bukkensuu{
	margin-top: 25px;
	margin-bottom: 15px;
}


th span{
	font-size:14px;
}

.mansyon{
	font-size:13px;
}
	
.bg_syoudantyu {
	background:#FAEAD4;
}
	
table.table01 {
	margin:0 auto;
	width:80%;
	border:#AFAFAF solid 1px;
	border-collapse: collapse;
}

th img{
	padding-right:5px;
}

table.table01 thead th {
	background:#E6821E;
	color:#FFF;
	padding:20px 15px;
	font-weight:500;
	border:#FFF solid 1px;
	border-collapse:collapse;
}
table.table01 thead th:last-child {
}
table.table01 tbody th {
	font-weight:500;
	color:#4E4E4E;
	padding:0px 5px;
	border:#AFAFAF solid 1px;
}
table.table01 tbody tr:last-child th {
	border:#AFAFAF solid 1px;
	border-collapse:collapse;
}

table.table01 tbody td {
	padding:0px 5px;
	border-collapse:collapse;
	border:#AFAFAF solid 1px;
	vertical-align:top;
}

th img{
	padding-right:5px;
}

td p{
	margin:5px 0;
}


table.table02 {
	margin:0 auto;
	width:80%;
	border:#AFAFAF solid 1px;
	border-collapse: collapse;
}

table.table02 thead th {
	background:#E6821E;
	color:#FFF;
	padding:20px 15px;
	font-weight:500;
	border:#FFF solid 1px;
	border-collapse:collapse;
}

table.table02 tbody th {
	font-weight:500;
	color:#4E4E4E;
	padding:0px 5px;
	border:#AFAFAF solid 1px;
}
table.table02 tbody tr:last-child th {
	border:#AFAFAF solid 1px;
	border-collapse:collapse;
}

table.table02 tbody td {
	padding:0px 5px;
	border-collapse:collapse;
	border:#AFAFAF solid 1px;
	vertical-align:top;
}

.table02 tbody tr th,
.table02 tbody tr td{
	padding: 5px;
	box-sizing: border-box;
}

.table02 tbody tr th:nth-child(1) {
	width: 10%;
}

.table02 tbody tr td:nth-child(2) {
	width: 60%;
}

.table02 tbody tr td:nth-child(3),
.table02 tbody tr td:nth-child(4),
.table02 tbody tr td:nth-child(5) {
	width: 10%;
	vertical-align: middle;
}

.table02 tbody tr td a{
	display: block;
	background: #E6821E;
	border-radius: 5px;
	color: #fff;
	padding: 5px;
	box-sizing: border-box;
	transition: 0.3s;
}

.table02 tbody tr td a:hover{
	opacity: 0.5;
}

#bunpu_map ul{
	padding:10px;
}
	
#bunpu_map li{
	list-style:none;
	padding-top:5px;
}

.marker_map{
	max-width:98%;
	margin:0 auto;
}

#bukken_kensaku{
	/* padding-top: 80px; */
}



#bukken_kensaku h1{
	padding-top: 32px;
}

.kensaku_area{
	display: flex;
	flex-wrap:wrap;
	justify-content:center;
	margin: 0 auto;
	margin-top:30px;
}

.kensaku_btn a{
	display: flex;
	justify-content:center;
	align-items:center;
	margin-bottom:50px;
	width:90%;
	margin-left:10px;
}

.kensaku_btn a img{
	height:82px;
	width:82px;
}
	
	
.kensaku_coment{
	width: 140px;
	height:78px;
	background:#FFFFFF;
	position:relative;
}

.waku_yellow{
	border:#E5B620 solid 2px;
}

.waku_red{
	border:#E5643C solid 2px;
}

.waku_green{
	border:#A1D154 solid 2px;
}



.waku_yellow:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 10px 10px;
	position: absolute;
	bottom: 5px;
	right: 5px;
	border-color: transparent transparent #F6E5AF transparent;
}

.waku_red:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 10px 10px;
	position: absolute;
	bottom: 5px;
	right: 5px;
	border-color: transparent transparent #F6C7B9 transparent;
}

.waku_green:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 10px 10px;
	position: absolute;
	bottom: 5px;
	right: 5px;
	border-color: transparent transparent #DDEEC1 transparent;
}

.kensaku_coment p{
	color:#4D4D4D;
	font-size: 19px;
	align-items:center;
	vertical-align:middle;
	margin-top:30px;
}
	

	
.kensaku_btn a:hover{
	opacity:0.5;
}




/*物件検索ページここまで↑*/

/*空き家物件登録ページ、空き家利用登録ページここから↓*/

.serch{
	background-image:url(../../images/bukken_touroku/top_bg.png);
}

.user{
	background-image:url(../../images/riyou_touroku/bg_top.png);
}

.touroku_nagare{
margin-top: 50px;
margin-bottom:50px;
width:80%;
margin: 0 auto;
}

.shikumi_img h3{
	border:none;
}

.shikumi_img img{
	width:100%;
}

.touroku_setumei{
	display: flex;
	margin-top: 0px;
	justify-content: center;
	width: 100%;
}
.touroku_setumei img{
	height:35px;
	padding-right:30px;
	margin-top:32px;
	margin-left:-10px;
}

.touroku_setumei .riyou_nagare {
	border: none;
	font-size: 21px;
	color: #4D4D4D;
	font-weight: 600;
	letter-spacing: 2px;
	padding: 0 10px 20px 10px;
	margin-left: -27px;
	margin-top:37px;
	margin-bottom:20px;
}

.touroku_setumei p{
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 2px;
	color: #FFF;
	margin-top: 30px;
	padding: 5px 7px;
	text-align: right;
}

.syoyusya p{
		background:#BECB50;
}

.riyoukibousya p{
		background:#70B7AE;
}
	
.osusume{
	margin-top: -30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	width: 100%;
}

.osusume tr{
	display:table;
}

.osusume tr th{
	font-size: 17px;
	letter-spacing: 2px;
}
	
.osusume tr th img{
	margin-top:0px;
	font-size:17px;
}
	
.osusume tr td{
	width:60%;
	text-align:left;
}

.daimoku{
	width: 20%;
	padding-right: 20px;
}
.yazirushi{
	width:5%;
	padding-right:20px;
}

.mousikomi_naiyou{
	max-width:100%;
	padding: 20px 0;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:70px;
	border-collapse: collapse;
}
	

.mousikomi_naiyou tbody tr th{
	padding:30px 0;
	background:#E6821E;
	color:#FFF;
	width:20%;
	border:#FFF 1px solid;
	font-size:20px;
	font-weight:600;
}

.mousikomi_naiyou tbody tr td{
	text-align: left;
	width: 80%;
	padding:15px;
	background:#F2F2F2;
	border:#E6821E 1px solid;
}

.mousikomi_naiyou tbody tr td p{
	margin:25px;
}

.hutomozi{
	font-weight:600;
}

#hituyou_youshiki .sb_gray{
	padding-bottom: 30px;
}

.syorui_daimei{
	width:80%;
	background:#E6821E;
	margin:0 auto;
	color:#FDFDFD;
	padding:30px 0;
	font-size:17px;
	letter-spacing:1px;
	margin-top:30px;
}

.hituyou_syorui{
	width: 80%;
	margin: 0 auto;
	border:#E6821E solid 1px;
	background:#FFFFFF;
	border-collapse:collapse;
	margin-bottom:50px;
}



.hituyou_syorui tbody tr{
	border-bottom: solid 1px #E6821E;
	position:relative;
}

.person {
	padding:30px;
	width: 30%;
}

.three_yazhirushi{
	width:20px;
}

.document{
	width:30%;
}
	
.icon{
	padding-bottom:0px;
	width:5%;
	padding:15px;
}




.text_orange a{
	color:#E95D26;
}
	
.text_orange {
	text-align:left;
	width:13%;
	line-height:1em;
}
	
.text_orange a:hover{
	opacity:0.5 !important;
}

.fail{
	font-size: 16px;
	font-weight: 600;
}

.kb{
	font-size:13px;
	font-weight:600;
}
	



/*空き家物件登録ページ、空き家利用登録ページここまで↑*/


/*物件成約状況ページここから↓*/

.contacting{
	background-image:url(../../images/seiyaku/bg_top.png);
}


.seiyaku_itiran{
	width:80%;
	margin: 0 auto;
	padding:40px 0;
	margin-top:40px;
	margin-bottom:80px;
}
	
.seiyaku{
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
	width:95%;
}

.seiyaku thead tr th{
	font-size:17px;
	background:#E6821E;
	color:#FFF;
	font-weight:500;
	padding:15px 0;
	border:#E6821E solid 1px;
}

.seiyaku tbody tr td{
	background: #FFF;
	border: #AFAFAF solid 1px;
	padding: 7px 0;
	vertical-align:top;
}

.seiyaku_hyou1{
	width:90%;
	margin: 0 auto;
	padding:15px 0;
	display:flex;
}
	
.seiyaku_hyou2{
	width:90%;
	margin: 0 auto;
	padding:15px 0}

.seiyaku_hyou3{
	width:90%;
	margin: 0 auto;
	padding:15px 0}
	
.seiyaku_hyou4{
	width:90%;
	margin: 0 auto;
	padding:15px 0}
	

.seiyaku_hyou2 .seiyaku thead tr th{
	width:5%;
	background:#FAE4CE;
	color:#494949;
	border:#AFAFAF solid 1px;
	padding:7px 0;
}

.seiyaku_hyou3 .seiyaku thead tr th{
	width:50%;
	background:#FAE4CE;
	color:#494949;
	border:#AFAFAF solid 1px;
	padding:7px 0;
}

.seiyaku_hyou4 .seiyaku thead tr th{
	width:30%;
	background:#FAE4CE;
	color:#494949;
	border:#AFAFAF solid 1px;
	padding:7px 0;
}


.seiyaku_daimei{
	font-size:17px;
	padding:15px 0;
	background:#E6821E;
	width:95%;
	color:#FFF;
	margin: 0 auto;
}

.bunkatu{
	width:45%;
}

.bunkatu_nashi{
	width:95%;
}
	





/*物件成約状況ページここまで↑*/

/*長岡市の雪情報ページここから↓*/

.snow{
	background-image:url(../../images/yuki_joho/bg_top.png);
}


#sekiseturyo .setumei{
	padding-bottom:50px;
}


.sekisetu_mozi p{
	text-align:left;
	margin-bottom:40px;
}
	

.bousaisyo p  a{
	color:#FFFFFF;
		padding: 20px 35px;
}

.bousaisyo p {
	width:370px;
	background:#E6811F;
	font-size: 19px;
	padding: 20px 0px;
	letter-spacing:1px;
	position:relative;
	margin:0 auto;
}

.bousaisyo p a:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 12px 12px;
	border-color: transparent transparent #F4C99C transparent;
	position: absolute;
	bottom: 5px;
	right: 5px
}

.bousaisyo :hover{
	opacity:0.5
}

#yukioroshi{
	padding-bottom:70px;
}

#yukioroshi .setumei{
	margin-bottom:0px;
	padding-bottom:80px;
}

#yukioroshi .setumei p{
	margin-bottom:30px;
}


.hukei_douga1 {
	max-width:98%;
	margin:0 auto;
	margin-bottom:35px;
}

.hukei_douga2 {
	max-width:98%;
	margin:0 auto;
}



/*長岡市の雪情報ページここまで↑*/


/*PR動画ページここから↓*/

.video{
	background-image:url(../../images/pr_video/bg_top.png);
}


#prvideo .prvideo_mozi{
	width: 70%;
	margin: 40px auto 0;
}

.prvideo_mozi p{
	text-align:left;
}

.prvideo_title {
	margin-bottom:15px;
}


.prvideo_douga1 {
	max-width:98%;
	margin:0 auto;
	margin-bottom:35px;
}

.prvideo_douga2 {
	max-width:98%;
	margin:0 auto;
	margin-bottom:35px;
}

.prvideo_douga3 {
	max-width:98%;
	margin:0 auto;
}



/*PR動画ページここまで↑*/


/*空き家情報ページここから↓*/


/*.bg_white{
	height: 360px;
	margin-top: 35px;
	max-width:27%;
	margin-left:20px;
	background:#FFFFFF;
	}*/

.infomation{
	background-image:url(../../images/akiya_zyoho/bg_top.png);

}
	

.zyohopage{
	min-width:730px;
}


#container{
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bukken_no span{
	margin-top: -40px;
	font-size: 39px;
	color: #4D4D4D;
	border-bottom: #4D4D4D 2px solid;
}
.bukken_no {
	margin-bottom: 30px;
}



#kihon_zyoho h3{
	margin-bottom:15px;
}

.cover_square{
	display:flex;
	/*justify-content:center;*/
	justify-content: space-between;
}
	
	
.zyoho_square{
	display: flex;
	background: #FFFFFF;
	align-items: center;
	margin: 5px;
	padding: 7px 0;
}



.zyoho_tittle img{
	max-width: 100%;
	min-width: 100%;
	padding: 8px 0 0 0;
}

.bunkatu_no{
	width: 100%;
	margin:5px 5px;
}

.bunkatu_2{
	width: 48%;
}

.zyoho_coment p{
	text-align: left;
	height: 90%;
	padding: 0 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-left: #F2BF8E 2px solid;
}


.coment_24px{
	font-size:24px;
	font-weight:600;
}

.coment_18px{
	font-size: 18px;
	font-weight:600;
}



.madorizubtn_area{
	display: flex;
	justify-content: center;
	margin: 0 auto;
	width:100%;
}
	
.madorizu_btn{
	margin-top:30px;
	margin-right:4%;
	margin-left:4%;
}

.madorizu_btn img{
	width:100%;
}
	



.madorizu_btn a:hover{
	opacity:0.5;
}

#syuhendouga h3{
	margin-bottom:30px;
}

#syuhendouga2 h3{
	margin-bottom:30px;
}

#sonota_zyoho h3{
	margin-bottom:30px;
}

#shisetsu_accsesu h3{
	margin-bottom:30px;
}

.youtube{
	max-width:98%;
	margin:0 auto;
}

.youtubedate {
	margin-top: 20px;
	text-align: center;
}

.gmap{
	max-width:98%;
	margin:0 auto;
}

#iti_zyoho h3{
	margin-bottom:30px;
}


.disabled_link{
	cursor:not-allowed;
}
.disabled_link img{
	opacity:0.5;
}

/*空き家情報ページここまで↑*/

/*全件検索ページここから↓*/

.all_lists{
	background-image:url(../../images/zeken_kensaku/bg_top.png);
}

.gaitousu{
	display: flex;
	flex-wrap:wrap;
	align-items: center;
	justify-content: center;
	margin: 20px auto;
	background: #FAEAD4;
	width: 85%;
	padding-right:10px;
}



.page_gazou{
	margin-right: 2%;
	margin-left: 2%;
	margin-bottom: 0;
}

.page_gazou img{
	margin:0 3px;
	max-width:43%;
	margin-top:10px;
}

.hyouzi_kazu span{
	font-size:1.5em;
	color:#E05A24;
	padding:0 5px;
}


.bukken_syouzi{
	margin-top:40px;
	margin-bottom: 20px;
}


.narabizyun label{
	background: #FFF;
	display: block;
	padding: 10px;
	margin-bottom:0px;
	cursor: pointer;
	width:140px;
	text-align:left;
	z-index:900;
	margin-top:7px;
}

.narabizyun label img{
	margin-left: 80px;
}

.gaitou_right{
	display: flex;
	padding-left:10px;
}
 
select{
	margin-top:13px;
	font-size: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 30px;
	background: #FFFFFF;
	position: relative;
	border: 1px solid #ccc;
	padding: 0 40px 0 10px;
}

select::-ms-expand {
    display: none;
}

.custom{
	position:relative;
}


.custom:after{
	  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1.8em;
  margin-right:-7px;
  margin-top:10px;
  display: block;
  content: "";
  background:url(../../images/zeken_kensaku/sentaku.png) no-repeat center;
  pointer-events: none;
}


.narabikae_zikkou p{
	margin-left: 10px;
	width:100%;
}




.house{
	background:#F2F2F2;
	display:flex;
	width:80%;
	margin: 0 auto;
	padding:25px;
	height:375px;
	margin-bottom:30px;
}

.house_photo{
	width:40%;
	margin-right:20px;
	text-align:center}

.house_photo img{
	max-width:100%;
}

.house_photo p{
	margin-top:30px;
	font-size:19px;
	text-align:center;
}

.house_right{
	width:60%;
}
	

.hause_joho{
	display: flex;
	background: #FFF;
	height:45px;
	margin-bottom:5px;
}
.hause_joho img{
	margin-top:7px;
	margin-right:10px;
}

.hause_joho p{
	margin-top:13px;
}

.syousai_btn {
	margin:0 auto;
	margin-bottom:40px;
	background:#E6821E;
	position:relative;
	
}

.syousai_btn p{
		font-size:19px;
	padding:20px 0;
	color:#FFFFFF;
	letter-spacing:1px;
}

.syousai_btn:after{
	content: "";
	width: 0;
	height: 0;
	bottom:5px;
	right:5px;
	border-style: solid;
	border-width: 0 0 12px 12px;
	border-color: transparent transparent #F4C99C transparent;
	position: absolute;
}

	
.syousai_btn a:hover{
	opacity:0.5;
}
	
	


/*全件検索ページここまで↑*/



/*地域から探すページここから↓*/

.seach_area{
	background-image:url(../../images/tiiki_sagasu/bg_top.png);
}

#tiiki_search{
	margin-bottom: 40px;
}

.nagaoka_tizu{
	margin:40px 0 20px 0;
}


.nagaoka_tizu img{
	width:80%;
}

.sp_map{
	background:#E58D3E;
	width:50%;
	margin: 0 auto;
	color:#FFF;
	font-size:23px;
	padding:20px;
}


#nagaoka_syoukai .sb_gray{
	padding-bottom: 25px;
}
.nagaoka_syoukai_btn{
	width:90%;
	margin: 0 auto;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	text-align:left;
	margin-right:40px;

}

.btn_set{
	margin-top:20px;
	margin-bottom:20px;
}

.btn_set a:hover{
	opacity:0.5
}

.btn_set a img{
	width:23%;
	margin:10px 5px;
}

/*地域から探すページここまで↑*/




/*地域紹介ページここから↓*/

.tiiki{
	background-image:url(../../images/tiiki_syoukai/bg_top.png);
}
	
#tiiki_syoukai h3{
	font-size:19px;
	line-height:1.8em;
	margin-bottom:50px;
	border:none;
	width:80%;
}


	
.tiiki_photo{
	display:flex;
	margin: 0 auto;
	justify-content:center;
	padding-bottom:40px;
}

.tiiki_sethumei{
	display:flex;
	flex-direction:column;
	width:269px;
	padding:0 1.5%;
}



.sethumei_coment{
	background:#F2F2F2;
	height:354px;
	padding:15px 25px;
	line-height:1.8em;
	text-align:left;
}



.tiikikensaku_btn {
	width:340px;
	margin:0 auto;
	margin-bottom:40px;
	background:#E6821E;
	position:relative;
}
	
.tiikikensaku_btn p{
	padding:20px 0;
}

.tiikikensaku_btn a{
	padding:22px 53px;
	font-size:19px;
	color:#FFFFFF;
	letter-spacing:1px;
}
	
	
.tiikikensaku_btn:after{
	content: "";
	width: 0;
	height: 0;
	bottom:5px;
	right:5px;
	border-style: solid;
	border-width: 0 0 12px 12px;
	border-color: transparent transparent #F4C99C transparent;
	position: absolute;
}
	
.tiikikensaku_btn a:hover{
	opacity:0.5;
}
	



	

/*地域紹介ページここまで↑*/


footer{
	color:#FFFFFF;
	text-align:center;
}


.info{
	background:#666666;
	padding:30px;
}

.tittle{
	display:inline-block;
	font-size:20px;
	border-bottom:1px solid white;
	padding-bottom:7px;
}
.adress{
	margin-top:20px;
}

.copylight{
	background:#333333;
	font-size:13px;
	padding:18px;
}

/*=====　index =====*/
#newProperty{
	width: 80%;
	margin: 0 auto;
}

#newProperty ul{
	width: 790px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
	margin: 30px auto 0 auto;
}

#newProperty ul li{
	width: 245px;
	background: #ea9045;
	border: 1px solid #ea9045;
	transition: 0.3s;
}

#newProperty ul li:hover{
	opacity: 0.5;
}

.newPropertyText a{
	display: block;
	padding: 5%;
	color: #fff;
	text-align: left;
}

#indexMiddle{
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#infomation{
	width: 55%;
}

.indexMiddleBtn{
	width: 100%;
	text-align: center;
}

#facebook{
	width: 38%;
	margin-top: 108px;
}

.indexFb{
	width: 100%;
}

/*===== kensaku =====*/

.kensakuFeature{
	display: flex;
	justify-content: space-between;
}

.kensakuImg{
	width: 78px;
	height: 78px;
}

.kensakuImg img{
	width: 100%;
}

.kensakuFeature p{
	display: block;
	width: 80%;
	text-align: left;
	color: #EA9045;
}

/*===== bukken =====*/

.bukkenFeature{
	font-size: 24px;
	margin-bottom: 30px;
	color: #EA9045;
	line-height: 1.8;
}
/*===== link =====*/
.linkWrap{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 30px;
}
.cateWrap{
	margin-bottom: 60px;
}
.cateWrap > h3{
	margin-bottom: 30px;
}
.cateWrap ul{
	padding-inline-start:0;
}
.cateWrap ul li{
	width: 100%;
}
.cateWrap ul li a{
	width: 100%;
	margin-top: 20px;
	display: block;
	font-size: 15px;
	text-align: left;
	background-color: #ebebeb;
	background-image: url("../../images/link/newWin.png");
	background-repeat:no-repeat;
	background-position: right 2% center;
	padding: 3% 6% 3% 3%;
	box-sizing: border-box;
	transition: 0.3s;
	color: #333333;
}
.cateWrap ul li a:hover{
	background-color: #ffddcf;
}

.cateWrap ul li a > strong{
	display: block;
	font-weight: bold;
	font-size: 20px;
	margin:0 0 5px 0;
	color: #E05A24;
}
.newwinicon{
	width: 18px;
	height: 18px;
	fill:#E05A24;
	margin-left: 5px;
}