
/*共通用*/
html, body {
	width: 100%;
  	height: 100%;
  	margin: 0px;
  	padding: 0px;
	overflow: hidden;
}
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: 40%;
	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_sample9 ul li{
        transition: all 0.2s ease;
}
#contents_sample9 ul li:hover{
        opacity: 0.5;
}
/*共通用　終了*/
/*sp用スタイル*/
header img{
	width: 60%;	
}
#logo img{
	margin-left: 20px;
	margin-top:20px; 
}
.sample9header{
	display: flex;
	position: fixed;
	justify-content: space-between;
	width: 100%;
	z-index: 1000;
	margin-top:18px;
}
/*ハンバーグメニュー「*/
#navi{
	background-color: #e3fedd; /*メニュー背景色*/
	box-sizing: border-box;
	height: 100%;
	padding: 10px 40px; /*メニュー内部上下左右余白*/
	position: fixed;
	right: -300px; /*メニュー横幅@と合わせる*/
	top: 0;
	transition: transform 0.3s linear 0s; /*0.3s は変化するのにかかる時間*/
	width: 300px; /*メニュー横幅@*/
	z-index: 1000;
}
/*メニューアイコン部分は疑似要素で*/
#navi::before {
    /*background-color: #fff;*/ /*ボタン部分背景色*/
    border-radius: 0 0 0 10px; /*左下角丸*/
    color: white; /*アイコン（フォント）色*/
    content:url(images/humberger2.png); /*メニューアイコン*/
    display: block;
    /*font-size: 50px; *//*アイコン（フォント）サイズ*/
    /*height: 50px;*/
    /*line-height: 50px; *//*縦位置中央化*/
    position: absolute;
    right: 100%;
    /*text-align: center;*/
    /*top: 0;*/
    /*width: 50px;*/
    margin-right: 20px;
}
/*透過背景部分*/
#menu-background {
    background-color: #333; /*黒背景部分背景色*/
    display: block;
    height: 100%;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.3s linear 0s; /*0.3s は変化するのにかかる時間*/
    width: 100%;
    z-index: -1;
}
/*hover 時の処理*/
#navi:hover {
    transform: translate(-300px); /*メニュー横幅@と合わせる*/
}
#navi:hover + #menu-background {
    opacity: 0.5; /*黒背景部分透過度*/
    z-index: 999;
}
/*ハンバーグメニュー　」*/
#navidiv{
	margin-top:70px;
}
nav img{
	width: auto;
	height: 25px;
	margin-top:15px;
	margin-bottom:15px;
}


html, body {     /*iphone6謎の余白対策*/
	width: 100%;
  	height: 100%;
  	margin: 0px;
  	padding: 0px;
	overflow: hidden;
}
.page {
	width: 100%;
	height: 100%;
	overflow: auto; /* html, body の hidden を打ち消す */
}

#top_photo_sp{
	position: relative;
}
#main_photo_sp img{
	width: 100%;
	margin-top:10px;
}
#contents_sample9{
	margin-top:20px;
}
.contents_photo img{
	width: 100%;
}
.contents_nav img{
	width: 25%;
	margin-bottom:15px;
	margin-left: 36%;
}
#gnav_only{
	display: none;
}
/*物件情報の上部*/
#yohaku{
	height: 150px;
}
/*物件ページ情報部分*/
table{
	width:300px;
	border-collapse:collapse;
	margin:0 auto !important;
}
th{
	width:50px !important;
	font-family:serif !important;
	font-size :15px !important;
	color:#444444 !important;
}
td{
	font-family:serif !important;
	font-size :14px !important;
	color:#444444 !important;
}
td,th{
	border:1px solid #ccc !important;
	padding:10px !important;
}
th{
	background:#EFEFEF;
}
div#living_environment{
	width:400px;
	margin:0 auto;
}
#living_title{
	font-weight: 800;
	font-family:serif;
	font-size :16px;
	color:#444444;
	margin-top:30px;
	margin-bottom:10px;
	margin-left: 105px;
}
.environment{
	font-family:serif;
	font-size :15px;
	color:#444444;
	margin-top:5px;
	margin-bottom:10px;
	margin-left: 105px;
}
/*戻るリンク前の余白*/
#yohaku_2{
	height:30px;
}
/*検索結果に戻る*/
.return_result{
	font-weight: 700; 
	color: #4855ff;
	font-size: 18px;
	letter-spacing: 2px;
	margin-left: 75px;
	transition: all 0.2s ease;
}
.return_result:hover{
        opacity: 0.5;
}
#contents a{
	text-decoration: none;
}
/*物件検索のページ*/
#search-filter-form-919 {
	margin-left: 100px;
	color: #444444;
	font-family:serif;
}
/*物件検索、結果、問合せページの上部余白*/
.yohaku_3{
	height: 140px;
}
/*検索結果のページ*/
#contents{
	width: 360px ;
	margin-right: auto;
	margin-left: auto;
}
div#search-filter-results-919.search-filter-results{
	margin-left: 3px;
	margin-top: 40px;
} 
.search_results dl dt{
	margin-left: 50px;
	margin-top: 40px;
	margin-bottom:10px;
}
.search_results dl dt a img{
	width:260px;
	height: 260px;
}
.search_results dl dd{
	margin-left:70px;
	margin-top: 10px;
	margin-bottom:80px;
}
.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 :19px;
}
/*検索結果のリンクの文字*/
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 :18px;
}
/*問合せページ*/
#mw_wp_form_mw-wp-form-453{
	color: #7c7973;
}
/*テキストエリアSP用*/
#mw_wp_form_mw-wp-form-453.mw_wp_form.mw_wp_form_input form p textarea{
	width:300px;
}
/*sp用スタイル　終了*/

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

/*tb用スタイル　終了*/

/*pc用スタイル　スタート*/
#top_photo_pc{
	display: none;
}
#main_photo_pc{
	display: none;
}
/*pc用スタイル　終了*/

/*新着物件・物件情報　ＳＰ用*/
#info_main{
	width:100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
}
.info img{
	width:100%;
	transition: all 0.2s ease;
}
.info_p{
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom:100px;
	margin-right: 35%;
	margin-left: 35%;
	font-size :20px;
	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: 300px;
	margin-right: auto !important;
	margin-left: auto !important;
}
#slider{
	margin-bottom:10px !important;
}
#carousel{
	margin-top:10px !important;
	margin-bottom:10px !important;
}
