/*共通用*/
li{
	list-style:none;
}
body{
		background-color: #fffdf1;
}
#logo{
        transition: all 0.2s ease;
}
#logo:hover{
        opacity: 0.5;
}
nav ul li{
        transition: all 0.2s ease;
}

nav ul li:hover{
        opacity: 0.4;
}
main {
	width: 100%;
}
footer{
	width:100%;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-top:50px;
	clear:both;
}
footer div ul{
	float: right;
	font-size:small;
	margin-top:50px;
}
.top_photo{
	width: 100%;	
}
.title_photo{
	width: 7%;
	position: absolute;
	left: 50%;
	top: 35%;
	-ms-transform: translate(-50%,-50%);
  	-webkit-transform: translate(-50%,-50%);
  	transform: translate(-50%,-50%);
  	margin:0;
  	padding:0;
}
#contents_sample9 ul li{
        transition: all 0.2s ease;
}
#contents_sample9 ul li:hover{
        opacity: 0.5;
}
/*共通用　終了*/

/*sp用スタイル*/
#top_photo_sp{
	display: none;
}
#main_photo_sp{
	display: none;
}
/*sp用スタイル　終了*/

/*tb用スタイル*/
#top_photo_tb{
	display: none;
}
#main_photo_tb{
	display: none;
}
/*tb用スタイル　終了*/

/*pc用スタイル*/
#logo img{
	width: 200px;
	height: auto;
	margin-left:18px;
	margin-top:15px;
}
.sample9header{
	display: flex;
	position: fixed;
	justify-content: space-between;
	width: 100%;
	z-index: 100;
}
#navi{
	margin-right: 10px;
	margin-top:15px;
}
nav ul{
	display :flex;
}
nav ul li{
	margin-right: 15px;
	margin-left: 15px;
}
nav img{
	width: auto;
	height: 18px;
}

#top_photo_pc{
	display: block;
	position: relative;
}
#main_photo_pc img{
	display: block;
	width: 100%;
	margin-top:15px;
}
#title_photo_yoko{
	width: 15%;
	position: absolute;
	left: 50%;
	top: 20%;
	-ms-transform: translate(-50%,-50%);
  	-webkit-transform: translate(-50%,-50%);
  	transform: translate(-50%,-50%);
  	margin:0;
  	padding:0;
}
.contents_nav{
	display: none;
}
#contents_sample9{
	display :flex;
}
#contents_sample9 img{
	width: 97%;
	margin-top:15px;
	margin-right: auto;
	margin-left: 1.5%;
}
#gnav_only ul{
	width: 100%;
	display :flex;
}
#gnav_only li{
	width: 100%;
	margin-top: 2%;
	margin-right: auto;
	margin-left: auto;
	transition: all 0.2s ease;
}
#gnav_only li:hover{
        opacity: 0.5;
}
#gnav_only li img{
	width: 24%;
	margin-left: 34%;
}
/*物件情報の上部*/
#yohaku{
	height: 200px;
}
#article_information{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
/*電話ナビ*/
#tel_tel{
	display: none;
}
/*物件ページ情報部分*/
table{
	width:600px;
	border-collapse:collapse;
	margin:0 auto;
}
th{
	width:80px;
	font-family:serif;
	font-size :18px;
	color:#444444;
}
td{
	font-family:serif;
	font-size :15px;
	color:#444444;
}
td,th{
	border:1px solid #ccc;
	padding:10px;
}
th{
	background:#EFEFEF;
}
div#living_environment{
	width:600px;
	margin:0 auto;
}
#living_title{
	font-weight: 800;
	font-family:serif;
	font-size :19px;
	color:#444444;
	margin-top:30px;
	margin-bottom:10px;
	margin-left: 105px;
}
.environment{
	font-family:serif;
	font-size :17px;
	color:#444444;
	margin-top:5px;
	margin-bottom:10px;
	margin-left: 105px;
}
/*検索結果に戻る*/
.return_result{
	font-weight: 700; 
	color: #4855ff;
	font-size: 22px;
	letter-spacing: 2px;
	transition: all 0.2s ease;
}
.return_result:hover{
        opacity: 0.5;
}
#contents a{
	text-decoration: none;
}
/*物件検索のページ*/
form#search-filter-form-919.searchandfilter{
	margin-left: 400px;
	color: #444444;
	font-family:serif;
}
/*物件検索、結果、問合せページの上部余白*/
.yohaku_3{
	height: 100px;
}

/*検索結果のページ*/
#contents{
	width: 980px ;
	margin-right: auto;
	margin-left: auto;
}	
div#search-filter-results-919.search-filter-results{
	margin-left: 200px;
	margin-top: 40px;
}
.search_results dl dt{
	margin-left: 340px;
	margin-top: 80px;
	margin-bottom:10px;
}
.search_results dl dt a img{
	width:300px;
	height: 300px;
}
.search_results dl dd{
	margin-left: 370px;
	margin-top: 10px;
	margin-bottom:100px;
}
.search_results dl dd h3 a{
	font-style: italic;
	text-decoration: none;
	color: blue;
}
/*検索結果数の文字*/
#etrieval_result9 div#search-filter-results-919.search-filter-results{
	color: #444444;
	font-family:serif;
	font-size :20px;
}
/*検索結果のリンクの文字*/
html body.page-template.page-template-template-01.page-template-template-01-php.page.page-id-959.logged-in div.page main#contents main#etrieval_result9 div.search_results dl.clearfix dd h3 a{
	font-family:serif;
	color: #4529eb;
	font-size :19px;
}
/*問合せページ*/
#mw_wp_form_mw-wp-form-453{
	margin-right: auto;
	margin-left: auto;
	color: #7c7973;
}
/*pc用スタイル　終了*/

/*新着物件・物件情報　ＰＣ用*/
#info_main{
	width:980px;
	margin-right: auto;
	margin-left: auto;
}
.info img{
	width:500px;
	float: left;
	margin-left: 10%;
	margin-top:50px;
	transition: all 0.2s ease;
}
.info_p{
	margin-left: 20px;
	margin-top: 200px;
	float: right;
	margin-right: 15%;
	font-size :24px;
	color : #7c7973;
	transition: all 0.2s ease;
}
.info img:hover{
        opacity: 0.4;
}
.info_p:hover{
        opacity: 0.4;
}

.info_p_2{
	font-size :18px;
	color : #7c7973;
}
/*flexスライダー*/
.flexslider{
	width: 650px;
	margin-right: auto !important;
	margin-left: auto !important;
}
#slider{
	margin-bottom:20px !important;
}
#carousel{
	margin-top:20px !important;
	margin-bottom:20px !important;
}
