/*共通用*/
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;
}
/*ヘッダーの背景*/
.sample9header.transform{
    background: rgba(0,100,240,0.6);
    padding: 20px;
}
#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;
}
/*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;
}
