@charset "UTF-8";
@import  url("/m/cmn_files/css_rwd/separate/style-common.css"     ) ;
@import  url("/m/cmn_files/css_rwd/separate/style-header.css"     ) ;
@import  url("/m/cmn_files/css_rwd/separate/style-hamburger.css"  ) ;
@import  url("/m/cmn_files/css_rwd/separate/style-pankuzu.css"    ) ;
@import  url("/m/cmn_files/css_rwd/separate/style-globalnavi.css" ) ;
@import  url("/m/cmn_files/css_rwd/separate/style-footer.css"     ) ;

.widget_end{
	padding-bottom: 200px;
}

h3.h3-content-title-wht {
	text-align  : center 				;
	font-size   : 28px 	 				;
	margin      : 70px auto 50px auto 	;
	padding     : 0 					;
	color       : #fff 					;
	/*text-shadow : 0px 0px 3px #000 		;*/
	font-weight : normal 				;
	font-family : -apple-system, 'BlinkMacSystemFont', 'Segoe UI',
				 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial',
				 "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
				  "メイリオ", "Meiryo", sans-serif ;
}

h3.h3-content-title-blk {
	text-align     : center 				;
	font-size      : 24px   				;
	letter-spacing : 2px    				;
	margin         : 70px auto 50px auto 	;
	padding        : 0						;
	color          : #000					;
	font-weight    : normal 				;
	font-family    : -apple-system , 'BlinkMacSystemFont' , 'Segoe UI' ,
				'Avenir' , 'Helvetica Neue' , 'Helvetica' , 'Arial' ,
				"游ゴシック" , YuGothic , "ヒラギノ角ゴ Pro" , "Hiragino Kaku Gothic Pro" ,
				"メイリオ" , "Meiryo" , sans-serif ;
}

h3.h3-content-title-wht, h3.h3-content-title-blk {
    font-weight: bold;
    text-align: center;
    font-size: 28px;
    margin: 50px auto 50px auto;
    padding: 0;
    line-height: 1.2;
}

/*タイトルの英語サブ表示*/
h3.h3-content-title-wht span.en_sub, h3.h3-content-title-blk span.en_sub {
    display: block;
    font-size: 15px;
    font-weight: normal;
    line-height: 27px;
}

#container-top img.index-logo {
	width      : 300px ;
	margin-top : 45px  ;
	padding    : 10px  ;
}

#container-top img.shop_name {
	width    : 100%    ;
	position : relative ;
	margin   : auto     ;
}

#container-top .company-name {
	margin      : 15px			   ;
	text-align  : center 		   ;
	text-shadow : 1px 1px 3px #000 ;
	font-family : "MS Pゴシック" 	   ;
}

#container-top .h2-site-top {
    margin: 41px auto 0;
        font-size: 13px;
    line-height: 2;
    text-align: left;
}

#container-top .title {
    position: absolute;
    left: 50%;
        top: 390px;
    -webkit-transform: translate(-50% , -50%);
    -moz-transform: translate(-50% , -50%);
    -ms-transform: translate(-50% , -50%);
    -o-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    width: 80%;
    color: #fff;
    text-align: center;
    width: 870px;
    box-sizing: border-box;
}
/*#container-top .frame{
	padding: 90px 57px;
}*/

#container-top .title_wrap{
	/*padding: 34px 57px;*/
}
#container-top .filter-blk {
	opacity: 1; /* カラーフィルタ効果の度合いを指定(※) */
	display: block;
}
.top_logo_bttm{
width: 50%;
    margin: 0 auto;
}
div#theTarget:before {
	content: url(/m/cmn_files/img_rwd/top_main_logo.svg);
	position: absolute;
	top: 25%;
	right: 54vw;
	max-width: 500px;
	width: 100%;
	height: auto;
	z-index: 1;
}
/*-----------------------------------------*/
/*トップ用グローバルメニュー*/
/*-----------------------------------------*/

.blurry-menu-top {
	min-width: 1040px;
	font-family: 'Lato', helvetica, arial, sans-serif;
	height: 0;
	text-align: center;
}

.blurry-menu-top ul {
	top: -760px;
	width: 1040px;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	display: table;
	text-align: center;
	overflow: hidden;
	position: relative;
	background: #000; /* Old browsers */
	/*background: -moz-linear-gradient(left, #1f1867 0%, #333300 100%); *//* FF3.6-15 */
	/*background: -webkit-linear-gradient(left, #1f1867 0%,#333300 100%);*/ /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to right, #1f1867 0%,#333300 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.blurry-menu-top li {
	display: table-cell;
	vertical-align: middle;
}

.blurry-menu-top a {
	color: #fff;
	display: block;
	font-size: 16px;
	height: 66px;
	line-height: 66px;
	position: relative;
	text-decoration: none;
	z-index: 2;
	font-size: 90%;
}

.blurry-menu-top a:focus {
	outline: 0;
}

.blurry-menu-top li:first-child a {
	border-left: none;
	background-color: #fff;
	color: #000;
}

.blurry-menu-top li:last-child a {
	border-right: none;
}

.blurry-menu-top ul a:hover {
	background: #000;
	color: #FFF;
}

/*
//前回のデザイン

.blurry-menu-top ul:hover a:active {
	border-left-color: #f0f0f0;
	color: #999;
	line-height: 47px;
}

/*.blurry-menu-top {
	min-width          : 1040px 								    ;
	font-family        : 'Lato' , helvetica, arial , sans-serif     ;
	height             : 0 										    ;
	text-align         : center 								    ;
	background         : -webkit-linear-gradient(#fafafa , #f1f1f1) ;
	background         : -moz-linear-gradient(#fafafa    , #f1f1f1) ;
	background         : -ms-linear-gradient(#fafafa     , #f1f1f1) ;
	background         : -o-linear-gradient(#fafafa      , #f1f1f1) ;
	background         : linear-gradient(#fafafa         , #f1f1f1) ;
	-webkit-box-shadow : inset 0 1px 0 #fff, 0 0px 0 1px #fff       ;
	-moz-box-shadow    : inset 0 1px 0 #fff, 0 0px 0 1px #fff       ;
	box-shadow         : inset 0 1px 0 #fff, 0 0px 0 1px #fff       ;
}

.blurry-menu-top ul {
	top                : -550px   								    ;
	width              : 1040px   								    ;
	list-style         : none 	  								    ;
	margin             : 0 auto   								    ;
	padding            : 0 		  								    ;
	display            : table 	  								    ;
	text-align         : center   								    ;
	overflow           : hidden   								    ;
	position           : relative 								    ;
	background         : -webkit-linear-gradient(#fafafa , #f1f1f1) ;
	background         : -moz-linear-gradient(#fafafa    , #f1f1f1) ;
	background         : -ms-linear-gradient(#fafafa     , #f1f1f1) ;
	background         : -o-linear-gradient(#fafafa      , #f1f1f1) ;
	background         : linear-gradient(#fafafa		 , #f1f1f1) ;
	-webkit-box-shadow : inset 0 1px 0 #fff, 0 0px 0 1px #fff       ;
	-moz-box-shadow    : inset 0 1px 0 #fff, 0 0px 0 1px #fff       ;
	box-shadow         : inset 0 1px 0 #fff, 0 0px 0 1px #fff       ;
}

.blurry-menu-top ul:after {
	content           : ''           																		;
	height            : 46px		 																		;
	left              : -50px		 																		;
	position          : absolute 	 																		;
	top               : -32px 		 																		;
	width             : 120% 		 																		;
	z-index           : 1 			 																		;
	background        : -webkit-linear-gradient(left top, rgba(255, 255, 255, .1), rgba(255, 255, 255, .7)) ;
	background        : -moz-linear-gradient(left top   , rgba(255, 255, 255, .1), rgba(255, 255, 255, .7)) ;
	background        : -ms-linear-gradient(left top    , rgba(255, 255, 255, .1), rgba(255, 255, 255, .7)) ;
	background        : -o-linear-gradient(left top     , rgba(255, 255, 255, .1), rgba(255, 255, 255, .7)) ;
	background        : linear-gradient(left top        , rgba(255, 255, 255, .1), rgba(255, 255, 255, .7)) ;
	-webkit-transform : rotate(-2.4deg) 																	;
	-moz-transform    : rotate(-2.4deg) 																	;
	-ms-transform     : rotate(-2.4deg) 																	;
	-o-transform      : rotate(-2.4deg) 																	;
	transform         : rotate(-2.4deg) 																	;
}

.blurry-menu-top li {
	display        : table-cell ;
	vertical-align : middle     ;
}

.blurry-menu-top a {
	border-left        : 1px solid #fff   ;
	border-right       : 1px solid #eee   ;
	color              : #333 			  ;
	display            : block 			  ;
	font-size          : 16px 			  ;
	height             : 66px 			  ;
	line-height        : 66px			  ;
	position           : relative 		  ;
	text-decoration    : none 			  ;
	text-shadow        : 0 1px 0 #fff 	  ;
	z-index            : 2 				  ;
	-webkit-transition : all 150ms linear ;
	-moz-transition    : all 150ms linear ;
	-ms-transition     : all 150ms linear ;
	-o-transition      : all 150ms linear ;
	transition         : all 150ms linear ;
}

.blurry-menu-top a:focus {
	outline: 0;
}

.blurry-menu-top li:first-child a {
	border-left           : none 		  ;
	-webkit-border-radius : 10px 0 0 10px ;
	-moz-border-radius    : 10px 0 0 10px ;
	border-radius         : 10px 0 0 10px ;
}

.blurry-menu-top li:last-child a {
	border-right: none;
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
}

.blurry-menu-top ul:hover a {
	color: transparent;
	text-shadow: 0 0 5px #ccc;
}

.blurry-menu-top ul:hover a:hover {
	background: #fafafa;
	color: #444;
	line-height: 43px;
	text-shadow: 0 1px 0 #fff;
}

.blurry-menu-top ul:hover a:active {
	border-left-color: #f0f0f0;
	color: #999;
	line-height: 47px;
	-webkit-box-shadow: inset 0 0 22px #e9e9e9;
	-moz-box-shadow: inset 0 0 22px #e9e9e9;
	box-shadow: inset 0 0 22px #e9e9e9;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}*/

/*-----------------------------------------*/
/*種別タブ検索*/
/*-----------------------------------------*/
.tabs_wrap{
	background: url(/m/cmn_files/img_rwd/bg_top.png) repeat;
}
.tabs {
	margin-top: 50px;
	padding-bottom: 40px;
	background-color: #fff;/*
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
	width: 1040px;
	margin: -55px auto -1px auto;
	position: relative;
}

.tabs .tab_item {
	width: calc(100% / 2);
	height: 55px;
	background-color: #000;
	line-height:55px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	display: block;
	float: left;
	text-align: center;
	transition: all 0.2s ease;
}

.tabs .tab_item:hover {
	background-color: #333;
	color: #fff;
}

.tabs input[name="tab_item"] {
	display: none;
}

.tabs .tab_content {
	display: none;
	padding: 40px 40px 0;
	clear: both;
	overflow: hidden;
}

.tabs #all:checked ~ #all_content,
.tabs #programming:checked ~ #programming_content {
	display: block;
}

.tabs input:checked + .tab_item {
	color 	  : #fff ;
	background: #C7BA8C;
}

.tabs .search-btn a {
	width: calc(100% / 4);
	height: 150px;
	padding-top: 100px;
	text-align: center;
	text-decoration: none;
	color: #000;
	display: block;
	float: left;
}

.tabs .search-btn-b a {
	width: calc(100% / 3);
	height: 150px;
	padding-top: 100px;
	text-align: center;
	text-decoration: none;
	color: #000;
	display: block;
	float: left;
}

.tabs .icon-shinchiku,
.tabs .icon-chyuko	 ,
.tabs .icon-mansyon  {
	border-right: solid 1px #ccc;
}

.tabs .icon-area,
.tabs .icon-gakku{
	border-right: solid 1px #ccc;
}

.tabs .icon-shinchiku {
	background-image: url(/m/cmn_files/img_rwd/icon-shinchiku-a.svg);
	background-repeat: no-repeat;
	background-position: 50% 36%;
	background-size: 50px;
}

.tabs .icon-chyuko {
	background-image: url(/m/cmn_files/img_rwd/icon-chyuko-a.svg);
	background-repeat: no-repeat;
	background-position: 50% 40%;
	background-size: 50px;
}

.tabs .icon-mansyon {
	background-image: url(/m/cmn_files/img_rwd/icon-mansyon-a.svg);
	background-repeat: no-repeat;
	background-position: 50% 36%;
	background-size: 50px;
}

.tabs .icon-tochi {
	background-image: url(/m/cmn_files/img_rwd/icon-tochi-a.svg);
	background-repeat: no-repeat;
	background-position: 50% 32%;
	background-size: 50px;
}

.tabs .icon-area {
	background-image: url(/m/cmn_files/img_rwd/icon-area-a.svg);
	background-repeat: no-repeat;
	background-position: 50% 33%;
	background-size: 50px;
}

.tabs .icon-gakku {
	background-image: url(/m/cmn_files/img_rwd/icon-gakku-a.svg);
	background-repeat: no-repeat;
	background-position: 50% 36%;
	background-size: 50px;
}

.tabs .icon-train {
	background-image: url(/m/cmn_files/img_rwd/icon-train-a.svg);
	background-repeat: no-repeat;
	background-position: 50% 36%;
	background-size: 50px;
}

/*-----------------------------------------*/
/*特集　共通スタイル*/
/*-----------------------------------------*/
.top-price {
	font-size: 16px;
	line-height: 1.5em;
	color: #ea3232;
}

.top-madori {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
	padding-left: 0.5em;
	color: #888888;
	border-left: solid 2px #ddd;
	margin-bottom: 8px;
}

#top-bukkenn-slide {
	padding: 0;
	border-radius: 5px 5px 3px 3px;
	margin: 5px;
	background-color: #FFF;
}

#top-bukkenn-slide .osusume {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 0 2px;
	border-bottom: solid 2px #ff6d6d;
}

#top-bukkenn-slide .openhouse {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 0 2px;
	border-bottom: solid 2px #7b93f9;
}

#top-bukkenn-slide .replice {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 0 2px;
	border-bottom: solid 2px #ccbf26;
}

#top-bukkenn-slide .genchi {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 0 2px;
	border-bottom: solid 2px #774a96;
}

#top-bukkenn-slide .movie {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 0 2px;
	border-bottom: solid 2px #ea3232;
}

#top-bukkenn-slide .syoudan {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 0 2px;
	border-bottom: solid 2px #00b136;
}
/*
.bukken-area-101,.bukken-area-102,.bukken-area-103,.bukken-area-104,.bukken-area-105,.bukken-area-106 .top-bukken-layout {
	padding: 10px 10px 20px 10px;
	background-color: #ffffff;
	border-radius: 0 0 5px 5px;
}
*/

/*-----------------------------------------*/
/* 各特集 */
/*-----------------------------------------*/
.bukken-area-101 {
	width: 100%;
	height: auto;
	padding: 10px 10% 50px 10%;
	background-color: #333333;
	/*background: linear-gradient(-45deg, rgba(222, 193, 0, .7), rgba(255, 255, 255, 0.2)) fixed, url(../img_rwd/test4.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;*/
	float: left;
}

.bukken-area-101 img {
	height: 180px;
	width: 100%;
	display: block;
	object-fit: cover;
	margin: auto;
	border-radius: 5px 5px 0 0;
}

.bukken-area-101 p {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
}

.bukken-area-101 .top-price {
	font-size: 16px;
	line-height: 1.5em;
	color: #ea3232;
}

.bukken-area-101 .top-madori {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
	padding-left: 0.5em;
	color: #888888;
	border-left: solid 2px #ddd;
	margin-bottom: 8px;
}

.bukken-area-101 #top-bukkenn-slide {
	padding: 0;
	border-radius: 5px 5px 3px 3px;
	margin: 5px;
	background-color: #FFF;
}

.bukken-area-101 #top-bukkenn-slide .osusume {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 0 2px;
	border-bottom: solid 2px #ff6d6d;
}

.bukken-area-101 #top-bukkenn-slide .openhouse {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 0 2px;
	border-bottom: solid 2px #7b93f9;
}

.bukken-area-101 #top-bukkenn-slide .genchi {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 0 2px;
	border-bottom: solid 2px #774a96;
}

.bukken-area-101 #top-bukkenn-slide .syoudan {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 0 2px;
	border-bottom: solid 2px #00b136;
}
.bukken-area-101 #top-bukkenn-slide .seiyaku {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 0 2px;
	background: #ff6d6d;
	border-bottom: solid 2px #bdae8a;
}


.bukken-area-101 .top-bukken-layout {
	padding: 10px 10px 20px 10px;
	background-color: #ffffff;
	border-radius: 0 0 5px 5px;
}

.bukken-area-103 .top-price {
	font-size: 16px;
	line-height: 1.5em;
	color: #ea3232;
}

.bukken-area-103 .top-madori {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
	padding-left: 0.5em;
	color: #888888;
	border-left: solid 2px #ddd;
	margin-bottom: 8px;
}

.bukken-area-103 #top-bukkenn-slide {
	padding: 0;
	border-radius: 5px 5px 3px 3px;
	margin: 5px;
	background-color: #FFF;
}

.bukken-area-103 #top-bukkenn-slide .osusume {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 0 2px;
	border-bottom: solid 2px #ff6d6d;
}

.bukken-area-103 #top-bukkenn-slide .openhouse {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 0 2px;
	border-bottom: solid 2px #7b93f9;
}

.bukken-area-103 #top-bukkenn-slide .replice {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 0 2px;
	border-bottom: solid 2px #ccbf26;
}

.bukken-area-103 #top-bukkenn-slide .genchi {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 0 2px;
	border-bottom: solid 2px #774a96;
}

.bukken-area-103 #top-bukkenn-slide .syoudan {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 0 2px;
	border-bottom: solid 2px #00b136;
}

.bukken-area-103 #top-bukkenn-slide .movie {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 0 2px;
	border-bottom: solid 2px #ea3232;
}
.bukken-area-103 #top-bukkenn-slide .seiyaku {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 0 2px;
	background: #ff6d6d;
	border-bottom: solid 2px #bdae8a;
}

.bukken-area-103 .top-bukken-layout {
	padding: 10px 10px 20px 10px;
	background-color: #ffffff;
	border-radius: 0 0 5px 5px;
}

.bukken-area-102 {
	width: 100%;
	height: auto;
	padding: 10px 10% 50px 10%;
	background-color: #C7BA8C;
	/*拡張用*/
	/*background: linear-gradient(-45deg, rgba(222, 193, 0, .7), rgba(255, 255, 255, 0.2)) fixed, url(../img_rwd/test4.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;*/
	float: left;
}

.bukken-area-102 img {
	width: 100%;
	height: 180px;
	display: block;
	object-fit: cover;
	margin: auto;
	border-radius: 5px 5px 0 0;
}

.bukken-area-102 p {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
}

.bukken-area-102 .top-price {
	font-size: 16px;
	line-height: 1.5em;
	color: #ea3232;
}

.bukken-area-102 .top-madori {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
	padding-left: 0.5em;
	color: #888888;
	border-left: solid 2px #ddd;
	margin-bottom: 8px;
}

.bukken-area-102 #top-bukkenn-slide {
	padding: 0;
	border-radius: 5px 5px 3px 3px;
	margin: 5px;
	background-color: #FFF;
}

.bukken-area-102 #top-bukkenn-slide .osusume {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 0 2px;
	border-bottom: solid 2px #ff6d6d;
}

.bukken-area-102 #top-bukkenn-slide .openhouse {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 0 2px;
	border-bottom: solid 2px #7b93f9;
}

.bukken-area-102 #top-bukkenn-slide .replice {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 0 2px;
	border-bottom: solid 2px #ccbf26;
}

.bukken-area-102 #top-bukkenn-slide .genchi {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 0 2px;
	border-bottom: solid 2px #774a96;
}

.bukken-area-102 #top-bukkenn-slide .movie {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 0 2px;
	border-bottom: solid 2px #ea3232;
}
.bukken-area-102 #top-bukkenn-slide .syoudan {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 0 2px;
	border-bottom: solid 2px #00b136;
}
.bukken-area-102 #top-bukkenn-slide .seiyaku {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 0 2px;
	background: #ff6d6d;
	border-bottom: solid 2px #bdae8a;
}

.bukken-area-102 .top-bukken-layout {
	padding: 10px 10px 20px 10px;
	background-color: #ffffff;
	border-radius: 0 0 5px 5px;
}

.bukken-area-103 {
	width: 100%;
	height: auto;
	padding: 10px 10% 50px 10%;
	background: #000;
	/*background: linear-gradient(-45deg, rgba(222, 193, 0, .7), rgba(255, 255, 255, 0.2)) fixed, url(../img_rwd/test4.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;*/
	float: left;
}

.bukken-area-103 img {
    width: 100%;
    height: 180px;
    display: block;
    object-fit: cover;
    margin: auto;
    border-radius: 5px 5px 0 0;
}

.bukken-area-103 p {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
}

.bukken-area-104 {
	width: 100%;
	height: auto;
	padding: 10px 10% 50px 10%;
	background-color: #333333;
	/*background: linear-gradient(-45deg, rgba(222, 193, 0, .7), rgba(255, 255, 255, 0.2)) fixed, url(../img_rwd/test4.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;*/
	float: left;
}

.bukken-area-104 img {
	height: 180px;
	width: 100%;
	display: block;
	object-fit: cover;
	margin: auto;
	border-radius: 5px 5px 0 0;
}

.bukken-area-104 p {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
}

.bukken-area-104 .top-price {
	font-size: 16px;
	line-height: 1.5em;
	color: #ea3232;
}

.bukken-area-104 .top-madori {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
	padding-left: 0.5em;
	color: #888888;
	border-left: solid 2px #ddd;
	margin-bottom: 8px;
}

.bukken-area-104 #top-bukkenn-slide {
	padding: 0;
	border-radius: 5px 5px 3px 3px;
	margin: 5px;
	background-color: #FFF;
}

.bukken-area-104 #top-bukkenn-slide .osusume {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 0 2px;
	border-bottom: solid 2px #ff6d6d;
}

.bukken-area-104 #top-bukkenn-slide .openhouse {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 0 2px;
	border-bottom: solid 2px #7b93f9;
}

.bukken-area-104 #top-bukkenn-slide .genchi {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 0 2px;
	border-bottom: solid 2px #774a96;
}

.bukken-area-104 #top-bukkenn-slide .syoudan {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 0 2px;
	border-bottom: solid 2px #00b136;
}


.bukken-area-104 .top-bukken-layout {
	padding: 10px 10px 20px 10px;
	background-color: #ffffff;
	border-radius: 0 0 5px 5px;
}




/*--------------------------------

賃貸版　201〜206

---------------------------------*/

.bukken-area-201 {
	width: 100%;
	height: auto;
	padding: 10px 10% 50px 10%;
	background-color: #333333;
	/*background: linear-gradient(-45deg, rgba(222, 193, 0, .7), rgba(255, 255, 255, 0.2)) fixed, url(../img_rwd/test4.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;*/
	float: left;
}

.bukken-area-201 img {
	height: 180px;
	width: 100%;
	display: block;
	object-fit: cover;
	margin: auto;
	border-radius: 5px 5px 0 0;
}

.bukken-area-201 p {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
}

.bukken-area-201 .top-price {
	font-size: 16px;
	line-height: 1.5em;
	color: #ea3232;
}

.bukken-area-201 .top-madori {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
	padding-left: 0.5em;
	color: #888888;
	border-left: solid 2px #ddd;
	margin-bottom: 8px;
}

.bukken-area-201 #top-bukkenn-slide {
	padding: 0;
	border-radius: 5px 5px 3px 3px;
	margin: 5px;
	background-color: #FFF;
}

.bukken-area-201 #top-bukkenn-slide .osusume {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 0 2px;
	border-bottom: solid 2px #ff6d6d;
}

.bukken-area-201 #top-bukkenn-slide .openhouse {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 0 2px;
	border-bottom: solid 2px #7b93f9;
}

.bukken-area-201 #top-bukkenn-slide .genchi {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 0 2px;
	border-bottom: solid 2px #774a96;
}

.bukken-area-201 #top-bukkenn-slide .syoudan {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 0 2px;
	border-bottom: solid 2px #00b136;
}
.bukken-area-201 #top-bukkenn-slide .syoudan {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 0 2px;
	border-bottom: solid 2px #bdae8a;
}


.bukken-area-201 .top-bukken-layout {
	padding: 10px 10px 20px 10px;
	background-color: #ffffff;
	border-radius: 0 0 5px 5px;
}

.bukken-area-203 .top-price {
	font-size: 16px;
	line-height: 1.5em;
	color: #ea3232;
}

.bukken-area-203 .top-madori {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
	padding-left: 0.5em;
	color: #888888;
	border-left: solid 2px #ddd;
	margin-bottom: 8px;
}

.bukken-area-203 #top-bukkenn-slide {
	padding: 0;
	border-radius: 5px 5px 3px 3px;
	margin: 5px;
	background-color: #FFF;
}

.bukken-area-203 #top-bukkenn-slide .osusume {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 0 2px;
	border-bottom: solid 2px #ff6d6d;
}

.bukken-area-203 #top-bukkenn-slide .openhouse {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 0 2px;
	border-bottom: solid 2px #7b93f9;
}

.bukken-area-203 #top-bukkenn-slide .replice {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 0 2px;
	border-bottom: solid 2px #ccbf26;
}

.bukken-area-203 #top-bukkenn-slide .genchi {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 0 2px;
	border-bottom: solid 2px #774a96;
}

.bukken-area-203 #top-bukkenn-slide .syoudan {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 0 2px;
	border-bottom: solid 2px #00b136;
}

.bukken-area-203 #top-bukkenn-slide .movie {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 0 2px;
	border-bottom: solid 2px #ea3232;
}
.bukken-area-203 #top-bukkenn-slide .syoudan {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 0 2px;
	border-bottom: solid 2px #bdae8a;
}

.bukken-area-203 .top-bukken-layout {
	padding: 10px 10px 20px 10px;
	background-color: #ffffff;
	border-radius: 0 0 5px 5px;
}

.bukken-area-202 {
	width: 100%;
	height: auto;
	padding: 10px 10% 50px 10%;
	background-color: #dec100;
	/*拡張用*/
	/*background: linear-gradient(-45deg, rgba(222, 193, 0, .7), rgba(255, 255, 255, 0.2)) fixed, url(../img_rwd/test4.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;*/
	float: left;
}

.bukken-area-202 img {
	width: 100%;
	height: 180px;
	display: block;
	object-fit: cover;
	margin: auto;
	border-radius: 5px 5px 0 0;
}

.bukken-area-202 p {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
}

.bukken-area-202 .top-price {
	font-size: 16px;
	line-height: 1.5em;
	color: #ea3232;
}

.bukken-area-202 .top-madori {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
	padding-left: 0.5em;
	color: #888888;
	border-left: solid 2px #ddd;
	margin-bottom: 8px;
}

.bukken-area-202 #top-bukkenn-slide {
	padding: 0;
	border-radius: 5px 5px 3px 3px;
	margin: 5px;
	background-color: #FFF;
}

.bukken-area-202 #top-bukkenn-slide .osusume {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 0 2px;
	border-bottom: solid 2px #ff6d6d;
}

.bukken-area-202 #top-bukkenn-slide .openhouse {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 0 2px;
	border-bottom: solid 2px #7b93f9;
}

.bukken-area-202 #top-bukkenn-slide .replice {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 0 2px;
	border-bottom: solid 2px #ccbf26;
}

.bukken-area-202 #top-bukkenn-slide .genchi {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 0 2px;
	border-bottom: solid 2px #774a96;
}

.bukken-area-202 #top-bukkenn-slide .movie {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 0 2px;
	border-bottom: solid 2px #ea3232;
}
.bukken-area-202 #top-bukkenn-slide .syoudan {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 0 2px;
	border-bottom: solid 2px #00b136;
}
.bukken-area-203 #top-bukkenn-slide .syoudan {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 0 2px;
	border-bottom: solid 2px #bdae8a;
}

.bukken-area-202 .top-bukken-layout {
	padding: 10px 10px 20px 10px;
	background-color: #ffffff;
	border-radius: 0 0 5px 5px;
}

.bukken-area-203 {
	width: 100%;
	height: auto;
	padding: 10px 10% 50px 10%;
	background: linear-gradient(-45deg, rgba(222, 193, 0, .7), rgba(255, 255, 255, 0.2)) fixed, url(../img_rwd/test4.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	float: left;
}

.bukken-area-203 img {
    width: 100%;
    height: 180px;
    display: block;
    object-fit: cover;
    margin: auto;
    border-radius: 5px 5px 0 0;
}

.bukken-area-203 p {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
}

/*-----------------------------------------*/
/*リボン*/
/*-----------------------------------------*/
.ribbon_box2 {
	display: block;
	position: relative;
	box-sizing: border-box;
}

/* 13-2 リボン　分譲地用 */

/* 13-2 リボン　NEW */
.ribbon13-2 {
	display: inline-block;
	position: absolute;
	top: -6px;
	right: 10px;
	margin: 0;
	padding: 10px 0 7px;
	z-index: 2;
	width: 40px;
	text-align: center;
	color: white;
	font-size: 13px;
	background: #ff0000;
	border-radius: 2px 0 0 0;
}

.ribbon13-2:before {
	position: absolute;
	content: '';
	top: 0;
	border: none;
}

.ribbon13-2:after {
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	height: 0;
	width: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 10px solid #ff0000;
}

/* TOPスライド物件種目 */
.bukken_syumoku_ribbon{
	display: inline-block;
    position: absolute;
    top: 158px;
    right: auto;
    margin-left: 5px;
    padding: 5px 0px 5px;
    z-index: 2;
    width: 100px;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 0px 5px 0px 0px;
}
.bukken_syumoku_ribbon:before {
	position: absolute;
	content: '';
	top: 0;
	border: none;
}
@media screen and (max-width: 768px) {
	.bukken_syumoku_ribbon{
		top: 108px;
		margin-left: 3px;
	}
}


/* 13-2 リボン　分譲地用 */
.ribbon13 {
	display: inline-block;
	position: absolute;
	right: 10px;
	margin: 0;
	padding: 10px 0;
	z-index: 2;
	width: 32px;
	text-align: center;
	color: white;
	font-size: 14px;
	background: linear-gradient(rgb(33, 189, 38) 0%, #00b136 100%);
}

.ribbon13:before {
	position: absolute;
	content: '';
	top: 0;
	border: none;
}

.ribbon13:after {
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	height: 0;
	width: 0;
	border-left: 16px solid #00b136;
	border-right: 16px solid #00b136;
	border-bottom: 8px solid transparent;
}

/*-----------------------------------------*/
/*ログインフォーム*/
/*-----------------------------------------*/
.content-member-login {
	width: 100%;
	height: 130px;
	background: linear-gradient(-45deg, rgba(199,186,140, 0.6), rgb(199,186,140)) fixed, url(/m/cmn_files/img_rwd/member-bg.jpg);
	background-position: center;
	background-size: cover;
	margin: 0;
	padding: 20px 0;
	float: left;
}

.content-member-login .content-width {
	max-width: 1040px;
	margin: 0 auto;
}

.content-member-login p {
	color: #000;
	font-size: 12px;
	line-height: 1.5em;
	position: relative;
	width: 40%;
	left: 40px;
	top: 45px;
}

.content-member-login .shinki-member a {
	width: 220px;
	height: 60px;
	/*border-radius: 3px;*/
	text-align: center;
	text-decoration: none;
	color: #000;
	line-height: 60px;
	display: block;
	background: #fff;
	border: #ddd solid 1px;
	float: right;
	margin: 10px;
	position: relative;
	top: -30px;
}

.content-member-login .shinki-member a:hover {
	width: 220px;
	height: 60px;
	/*border-radius: 3px;*/
	text-align: center;
	text-decoration: none;
	color: #000;
	line-height: 60px;
	display: block;
	background: #ddd;
	border: #ddd solid 1px;
	float: right;
	margin: 10px;
}

.content-member-login .shinki-member-new a {
	width: 220px;
	height: 60px;
	/*border-radius: 3px;*/
	text-align: center;
	text-decoration: none;
	color: #fff;
	line-height: 60px;
	display: block;
	background: #000;
	float: right;
	margin: 10px;
	position: relative;
	top: -30px;
}

.content-member-login .shinki-member-new a:hover {
	width: 220px;
	height: 60px;
	/*border-radius: 3px;*/
	text-align: center;
	text-decoration: none;
	color: #fff;
	line-height: 60px;
	display: block;
	background: #565656;
	border: #565656 solid 1px;
	float: right;
	margin: 10px;
}

.content-member-login .shinki-member-login a {
	width: 400px;
	height: 60px;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	line-height: 60px;
	display: block;
	background: #00a20c;
	border: #f5f732 solid 1px;
	float: right;
	margin: 10px;
	position: relative;
	top: -30px;
}
.content-member-login .shinki-member-login a:hover {
	width: 400px;
	height: 60px;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	line-height: 60px;
	display: block;
	background: #2e4a2f;
	border: #f5f732 solid 1px;
	float: right;
	margin: 10px;
}


.content-member-login h3.content-member-title {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	padding: 12px 0 0 40px;
	margin: 0;
	letter-spacing: .1em;
	position: absolute;
}

/*-----------------------------------------*/
/*お知らせ*/
/*-----------------------------------------*/
#info-area {
	width: 100%;
	height: auto;
	float: left;/*
	background-color: #fff;*/
	
	background: url(/m/cmn_files/img_rwd/bg_top.png) repeat;
}

#info-area .content {
	max-width: 1040px;
	margin: 40px auto;
	background: #1f1867;
    background: -moz-linear-gradient(left, #1f1867 0%, #333300 100%);
    background: -webkit-linear-gradient(left, #1f1867 0%,#333300 100%);
    background: linear-gradient(to right, #1f1867 0%,#333300 100%);
	/*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);*/
}

#info-area h3.open_h3.btn-5 {
	text-align: center;
	font-size: 16px;
	line-height: 55px;
	color: #fff;
	border-bottom: solid 1px #ddd;
}

#info-area .info-list {
	width: 95%;
	margin: 0 auto;
	font-size: 16px;
	line-height: 2.5em;
	color: #999999;
}

#info-area .info-list a {
	width: 95%;
	margin: 0 auto;
	font-size: 16px;
	line-height: 2.5em;
	color: #999999;
}

/*-----------------------------------------*/
/*コラム&地域情報*/
/*-----------------------------------------*/
.kiji-area {
	width: 100%;
	height: auto;
	padding: 30px 10% 50px 10%;
	background-color: #ffffff;
	float: left;
}

.kiji-area .kiji-topicks {
	max-width: 1040px;
	margin: 0 auto;
}
.kiji-area .kiji-topicks p{
	margin-top: 10px;
	font-weight: bold;
}

.kiji-area #sample_box_2 li {
	float: left;
	height:370px !important;
	width: 50%;
	padding: 2%;
	list-style: none;
	line-height: 1.3em;
	border-right: solid 1px #f1f1f1;
	border-top: solid 1px #f1f1f1;
}

.kiji-area #sample_box_2 li:last-child {
	border-right: 0px;
}

.kiji-area #sample_box_3 li {
	float: left;
	height:370px !important;
	width: 33.333333333%;
	padding: 2%;
	list-style: none;
	line-height: 1.3em;
	border-right: solid 1px #f1f1f1;
	border-top: solid 1px #f1f1f1;
}

.kiji-area #sample_box_3 li:last-child {
	border-right: 0px;
}

.kiji-area .kiji-topicks img {
	width: 100%;
	height: 200px;
	background: #fff;
	display: block;
	object-fit: cover;
}
.kiji-text {
	height: 70px;
	font-size: 12px;
	margin-top: 10px;
	color: #666;
}
.kiji-text-sp {
	height: 70px;
	font-size: 12px;
	margin-top: 10px;
	color: #666;
	display: none;
}


/*-----------------------------------------*/
/*分譲地特集エリア*/
/*-----------------------------------------*/
.bunjyouchi-area {
	width: 100%;
	height: auto;
	padding: 10px 0 50px 0;
	background-color: #ffffff;
	float: left;
}

.bunjyouchi-area #top-bunjyouchi-slide {
	width: 97%;
	padding-left: 10px;
	height: 300px;
	margin: 5px;
	background-color: #ffffff;
	position: relative;
}

.bunjyouchi-area #top-bunjyouchi-slide img {
	height: 150px;
	object-fit: cover;
}

.bunjyouchi-area .top-bunjyouchi-name {
	width: 100%;
	font-size: 16px;
	line-height: 2em;
	font-weight: bold;
	border-left: solid 2px #dec100;
	padding-left: .7em;
	float: left;
}

.bunjyouchi-area #top-bunjyouchi-slide .left {
	width: 50%;
	background: #000000;
	height: 150px;
	float: left;
}

.bunjyouchi-area #top-bunjyouchi-slide .right {
	width: 50%;
	height: 150px;
	float: right;
	background-color: #f5f5f5;
}

.bunjyouchi-area #top-bunjyouchi-slide .price {
	width: 100%;
	font-size: 16px;
	line-height: 1.5em;
	color: #ea3232;
	float: left;
	margin-top: 10px;
}

.bunjyouchi-area #top-bunjyouchi-slide .hirosa {
	width: 100%;
	font-size: 12px;
	line-height: 1.5em;
	color: #888888;
	float: left;
}

.bunjyouchi-area #top-bunjyouchi-slide .hanbai-kuaku {
	width: 100%;
	line-height: 105px;
	text-align: center;
	display: block;
	font-size: 24px;
}

.bunjyouchi-area #top-bunjyouchi-slide .zen-kuaku {
	width: 100%;
	text-align: center;
	display: block;
	font-size: 12px;
	color: #999999;
}

.bunjyouchi-area .kanbai_img {
	position: absolute;
	width: 50%;
	background: #000000;
	height: 150px;
	float: left;
}

/*-----------------------------------------*/
/*スライドバナーエリア（PICUP）*/
/*-----------------------------------------*/
.bana-area-01 {
	width: 100%;
	height: auto;
	padding: 30px 10% 50px 10%;
	background-color: #000;
	float: left;
}

.bana-area-01 img {
	margin: 5px;
	height: 150px;
	width: 240px;
	background: #fff;
	padding: 2px;
	/* object-fit: contain; */
}

/*-----------------------------------------*/
/*スライドバナーエリア（TOPIC）*/
/*-----------------------------------------*/
.bana-area-02 {
	width: 100%;
	height: auto;
	padding: 30px 10% 50px 10%;
	background-color: #dec100;
	float: left;
}

.bana-area-02 img {
	margin: 5px;
	height: 90px;
	width: 190px;
	background: #fff;
	padding: 2px;
	object-fit: contain;
}

.sp{
	display: none;
}
@media screen and (max-width: 768px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	#container-top img.index-logo {
		width: 80%;
	}

	#container-top .company-name {
		margin: 15px;
		text-align: center;
	}

	#container-top .h2-site-top {
		margin: 30px auto;
		font-size: 75%;
    	line-height: 1.8;
	}
	div#theTarget:before {
		top: 13%;
		right: 45vw;
		max-width: 200px;
		width: 100%;
	}
	.skippr>div{
		background-position: 35% 0;
	}
	/*#container-top .title_wrap {
	    padding: 12px 16px 0;
	}*/

	#container-top .title {
		position: absolute;
    left: 50%;
    top: 174px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    color: #fff;
    text-align: center;
	}
	.content-member-login .shinki-member-login a {
		width: 100%;
    height: 60px;
    line-height: 60px;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    display: block;
    background: #00a20c;
    border: #f5f732 solid 1px;
		float: right;
    margin: 10px auto 0 auto;
	}
	.content-member-login .shinki-member-login a:hover {
		width: 100%;
    height: 60px;
    line-height: 60px;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    display: block;
		background: #2e4a2f;
		border: #f5f732 solid 1px;
		float: right;
    margin: 10px auto 0 auto;
	}


	/*-----------------------------------------*/
	/*トップ用グローバルメニュー*/
	/*-----------------------------------------*/
	.blurry-menu-top {
		display: none;
	}

	/*-----------------------------------------*/
	/*種別タブ検索*/
	/*-----------------------------------------*/
	.tabs {
		margin-top: 50px;
		padding-bottom: 10px;
		background-color: #fff;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
		width: 90%;
		margin: -220px auto 0 auto;
		position: relative;
		z-index: 3;
	}

	.tabs .tab_item {
		width: calc(100% / 2);
		height: 60px;
		line-height: 60px;
		font-size: 16px;
		text-align: center;
		display: block;
		float: left;
		transition: all 0.2s ease;
	}

	.tabs .tab_item:hover {
		background-color: #333;
		color: #fff;
	}

	.tabs input[name="tab_item"] {
		display: none;
	}

	.tabs .tab_content {
		display: none;
		padding: 4%;
		clear: both;
		overflow: hidden;
	}

	.tabs #all:checked ~ #all_content,
	.tabs #programming:checked ~ #programming_content {
		display: block;
	}

	/*.tabs input:checked + .tab_item {
		color: #fff;
	}*/

	.tabs .search-btn a {
		width: calc(100% / 2);
		height: 150px;
		padding-top: 100px;
		text-align: center;
		text-decoration: none;
		color: #000;
		display: block;
		float: left;
	}

	.tabs .search-btn-b a {
		width: calc(100% / 3);
		height: 150px;
		padding-top: 100px;
		text-align: center;
		text-decoration: none;
		color: #000;
		display: block;
		float: left;
	}

	.tabs .icon-shinchiku,
	.tabs .icon-chyuko	 {
		border-bottom: solid 1px #ccc;
	}

	.tabs .icon-chyuko{
		border-right: none;
	}

	.tabs .icon-shinchiku {
		background-image: url(/m/cmn_files/img_rwd/icon-shinchiku-a.svg);
		background-repeat: no-repeat;
		background-position: 50% 36%;
		background-size: 50px;
	}

	.tabs .icon-chyuko {
		background-image: url(/m/cmn_files/img_rwd/icon-chyuko-a.svg);
		background-repeat: no-repeat;
		background-position: 50% 40%;
		background-size: 50px;
	}

	.tabs .icon-mansyon {
		background-image: url(/m/cmn_files/img_rwd/icon-mansyon-a.svg);
		background-repeat: no-repeat;
		background-position: 50% 36%;
		background-size: 50px;
	}

	.tabs .icon-tochi {
		background-image: url(/m/cmn_files/img_rwd/icon-tochi-a.svg);
		background-repeat: no-repeat;
		background-position: 50% 32%;
		background-size: 50px;
	}

	.tabs .icon-area {
		background-image: url(/m/cmn_files/img_rwd/icon-area-a.svg);
		background-repeat: no-repeat;
		background-position: 50% 33%;
		background-size: 50px;
	}

	.tabs .icon-gakku {
		background-image: url(/m/cmn_files/img_rwd/icon-gakku-a.svg);
		background-repeat: no-repeat;
		background-position: 50% 36%;
		background-size: 50px;
	}

	.tabs .icon-train {
		background-image: url(/m/cmn_files/img_rwd/icon-train-a.svg);
		background-repeat: no-repeat;
		background-position: 50% 36%;
		background-size: 50px;
	}

	/*-----------------------------------------*/
	/*特集　共通スタイル*/
	/*-----------------------------------------*/
	.top-price {
		font-size: 16px;
		line-height: 1.5em;
		color: #ea3232;
	}

	.top-madori {
		font-size: 10px;
		font-weight: normal;
		line-height: 1.3em;
		padding-left: 0.5em;
		color: #888888;
		border-left: solid 2px #ddd;
	}

	#top-bukkenn-slide {
		padding: 0;
		border-radius: 5px 5px 3px 3px;
		margin: 3px;
	}

	/*
		.bukken-area-101,.bukken-area-102,.bukken-area-103,.bukken-area-104,.bukken-area-105,.bukken-area-106 .top-bukken-layout {
			padding: 10px 5px 20px 5px;
		}
	*/
	/*-----------------------------------------*/
	/* 各特集 */
	/*-----------------------------------------*/
	/*-----------------------------------------
	新着物件ウィジェット
	------------------------------------------*/
	.bukken-area-101 {
		width: 100%;
		height: auto;
		padding: 10px 0 50px 0;
		/*background-color: #010056;
		float: left;
		background: linear-gradient(-45deg, rgba(222, 193, 0, .7), rgba(255, 255, 255, 0.2)) fixed, url(/m/cmn_files/img_rwd/test4.jpg);
		background-size: cover;
		background-position: center;
		background-attachment: scroll;*/
		float: left;
	}

	.bukken-area-101 img {
		width: 100%;
		height: 130px;
		object-fit: cover;
		margin: auto;
		border-radius: 5px 5px 0 0;
	}

	.bukken-area-101 p {
		font-size: 12px;
		line-height: 1.5em;
		font-weight: bold;
	}

	.bukken-area-101 .top-price {
		font-size: 16px;
		line-height: 1.5em;
		color: #ea3232;
	}

	.bukken-area-101 .top-madori {
		font-size: 10px;
		font-weight: normal;
		line-height: 1.3em;
		padding-left: 0.5em;
		color: #888888;
		border-left: solid 2px #ddd;
	}

	.bukken-area-101 #top-bukkenn-slide {
		padding: 0;
		border-radius: 5px 5px 3px 3px;
		margin: 3px;
	}

	.bukken-area-101 .top-bukken-layout {
		min-height: 210px;
		padding: 10px 5px 20px 5px;
	}

/*---------------------------------------
おすすめ物件ウィジェット
----------------------------------------*/
	.bukken-area-102 .top-bukken-layout {
		min-height: 210px;
		padding: 10px 5px 20px 5px;
	}
	.bukken-area-102 {
		width: 100%;
		height: auto;
		padding: 10px 0% 50px 0%;
		/*background: linear-gradient(-45deg, rgba(222, 193, 0, .7), rgba(255, 255, 255, 0.2)) fixed, url(../img_rwd/test4.jpg);
		background-size: cover;
		background-position: center;
		background-attachment: scroll;*/
	}
	.bukken-area-102 img {
		height: 130px;
		display: block;
		object-fit: cover;
		margin: auto;
		border-radius: 5px 5px 0 0;
	}

	.bukken-area-102 p {
		font-size: 12px;
		line-height: 1.5em;
		font-weight: bold;
	}

	.bukken-area-102 .top-price {
		font-size: 16px;
		line-height: 1.5em;
		color: #ea3232;
	}

	.bukken-area-102 .top-madori {
		font-size: 10px;
		font-weight: normal;
		line-height: 1.3em;
		padding-left: 0.5em;
		color: #888888;
		border-left: solid 2px #ddd;
	}

	.bukken-area-102 #top-bukkenn-slide {
		padding: 0;
		border-radius: 5px 5px 3px 3px;
		margin: 3px;
	}

/*----------------------------------------
オープンハウスウィジェット
-----------------------------------------*/

	.bukken-area-103 {
		width: 100%;
		height: auto;
		padding: 10px 0% 50px 0%;
		background-size: cover;
		background-position: center;
		background-attachment: scroll;
	}

	.bukken-area-103 img {
		height: 130px;
		display: block;
		object-fit: cover;
		margin: auto;
		border-radius: 5px 5px 0 0;
	}

	.bukken-area-103 p {
		font-size: 12px;
		line-height: 1.5em;
		font-weight: bold;
	}

	.bukken-area-103 .top-price {
		font-size: 16px;
		line-height: 1.5em;
		color: #ea3232;
	}

	.bukken-area-103 .top-madori {
		font-size: 10px;
		font-weight: normal;
		line-height: 1.3em;
		padding-left: 0.5em;
		color: #888888;
		border-left: solid 2px #ddd;
	}

	.bukken-area-103 #top-bukkenn-slide {
		padding: 0;
		border-radius: 5px 5px 3px 3px;
		margin: 3px;
	}

	.bukken-area-103 .top-bukken-layout {
		min-height: 210px;
		padding: 10px 5px 20px 5px;
	}

/*---------------------------------------
値下げ物件ウィジェット
----------------------------------------*/

	.bukken-area-104 {
		width: 100%;
		height: auto;
		padding: 10px 0 50px 0;
		/*background-color: #010056;
		float: left;
		background: linear-gradient(-45deg, rgba(222, 193, 0, .7), rgba(255, 255, 255, 0.2)) fixed, url(/m/cmn_files/img_rwd/test4.jpg);
		background-size: cover;
		background-position: center;
		background-attachment: scroll;*/
		float: left;
	}

	.bukken-area-104 img {
		width: 100%;
		height: 130px;
		object-fit: cover;
		margin: auto;
		border-radius: 5px 5px 0 0;
	}

	.bukken-area-104 p {
		font-size: 12px;
		line-height: 1.5em;
		font-weight: bold;
	}

	.bukken-area-104 .top-price {
		font-size: 16px;
		line-height: 1.5em;
		color: #ea3232;
	}

	.bukken-area-104 .top-madori {
		font-size: 10px;
		font-weight: normal;
		line-height: 1.3em;
		padding-left: 0.5em;
		color: #888888;
		border-left: solid 2px #ddd;
	}

	.bukken-area-104 #top-bukkenn-slide {
		padding: 0;
		border-radius: 5px 5px 3px 3px;
		margin: 3px;
	}

	.bukken-area-104 .top-bukken-layout {
		min-height: 210px;
		padding: 10px 5px 20px 5px;
	}




/*----------------------------------------*/
/*賃貸TOPIC*/
/*----------------------------------------*/
/*-----------------------------------------
新着物件ウィジェット
------------------------------------------*/
.bukken-area-201 {
	width: 100%;
	height: auto;
	padding: 10px 0 50px 0;
	/*background-color: #010056;
	float: left;
	background: linear-gradient(-45deg, rgba(222, 193, 0, .7), rgba(255, 255, 255, 0.2)) fixed, url(/m/cmn_files/img_rwd/test4.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: scroll;*/
	float: left;
}

.bukken-area-201 img {
	width: 100%;
	height: 130px;
	object-fit: cover;
	margin: auto;
	border-radius: 5px 5px 0 0;
}

.bukken-area-201 p {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
}

.bukken-area-201 .top-price {
	font-size: 16px;
	line-height: 1.5em;
	color: #ea3232;
}

.bukken-area-201 .top-madori {
	font-size: 10px;
	font-weight: normal;
	line-height: 1.3em;
	padding-left: 0.5em;
	color: #888888;
	border-left: solid 2px #ddd;
}

.bukken-area-201 #top-bukkenn-slide {
	padding: 0;
	border-radius: 5px 5px 3px 3px;
	margin: 3px;
}

.bukken-area-201 .top-bukken-layout {
	min-height: 210px;
	padding: 10px 5px 20px 5px;
}

/*---------------------------------------
おすすめ物件ウィジェット
----------------------------------------*/
.bukken-area-202 .top-bukken-layout {
	min-height: 210px;
	padding: 10px 5px 20px 5px;
}
.bukken-area-202 {
	width: 100%;
	height: auto;
	padding: 10px 0% 50px 0%;
	background-color: #dec100;
	/*background: linear-gradient(-45deg, rgba(222, 193, 0, .7), rgba(255, 255, 255, 0.2)) fixed, url(../img_rwd/test4.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: scroll;*/
}
.bukken-area-202 img {
	height: 130px;
	display: block;
	object-fit: cover;
	margin: auto;
	border-radius: 5px 5px 0 0;
}

.bukken-area-202 p {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
}

.bukken-area-202 .top-price {
	font-size: 16px;
	line-height: 1.5em;
	color: #ea3232;
}

.bukken-area-202 .top-madori {
	font-size: 10px;
	font-weight: normal;
	line-height: 1.3em;
	padding-left: 0.5em;
	color: #888888;
	border-left: solid 2px #ddd;
}

.bukken-area-202 #top-bukkenn-slide {
	padding: 0;
	border-radius: 5px 5px 3px 3px;
	margin: 3px;
}

/*----------------------------------------
オープンハウスウィジェット
-----------------------------------------*/

.bukken-area-203 {
	width: 100%;
	height: auto;
	padding: 10px 0% 50px 0%;
	background: linear-gradient(-45deg, rgba(222, 193, 0, .7), rgba(255, 255, 255, 0.2)) fixed, url(../img_rwd/test4.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
}

.bukken-area-203 img {
	height: 130px;
	display: block;
	object-fit: cover;
	margin: auto;
	border-radius: 5px 5px 0 0;
}

.bukken-area-203 p {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
}

.bukken-area-203 .top-price {
	font-size: 16px;
	line-height: 1.5em;
	color: #ea3232;
}

.bukken-area-203 .top-madori {
	font-size: 10px;
	font-weight: normal;
	line-height: 1.3em;
	padding-left: 0.5em;
	color: #888888;
	border-left: solid 2px #ddd;
}

.bukken-area-203 #top-bukkenn-slide {
	padding: 0;
	border-radius: 5px 5px 3px 3px;
	margin: 3px;
}

.bukken-area-203 .top-bukken-layout {
	min-height: 210px;
	padding: 10px 5px 20px 5px;
}

/*---------------------------------------
値下げ物件ウィジェット
----------------------------------------*/

.bukken-area-204 {
	width: 100%;
	height: auto;
	padding: 10px 0 50px 0;
	/*background-color: #010056;
	float: left;
	background: linear-gradient(-45deg, rgba(222, 193, 0, .7), rgba(255, 255, 255, 0.2)) fixed, url(/m/cmn_files/img_rwd/test4.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: scroll;*/
	float: left;
}

.bukken-area-204 img {
	width: 100%;
	height: 130px;
	object-fit: cover;
	margin: auto;
	border-radius: 5px 5px 0 0;
}

.bukken-area-204 p {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
}

.bukken-area-204 .top-price {
	font-size: 16px;
	line-height: 1.5em;
	color: #ea3232;
}

.bukken-area-204 .top-madori {
	font-size: 10px;
	font-weight: normal;
	line-height: 1.3em;
	padding-left: 0.5em;
	color: #888888;
	border-left: solid 2px #ddd;
}

.bukken-area-204 #top-bukkenn-slide {
	padding: 0;
	border-radius: 5px 5px 3px 3px;
	margin: 3px;
}

.bukken-area-204 .top-bukken-layout {
	min-height: 210px;
	padding: 10px 5px 20px 5px;
}





	/*-----------------------------------------*/
	/*ログイン*/
	/*-----------------------------------------*/
	.content-member-login {
		text-align: center;
		/*background: linear-gradient(-45deg, rgba(2, 0, 117, 0.6), rgb(0, 0, 0, 0.5)) fixed, url(/m/cmn_files/img_rwd/member-bg.jpg);*/
		background-position: center;
		background-size: cover;
		width: 100%;
		height: 400px;
		margin: 0px auto;
		padding: 40px 20px;
		display: block;
		float: left;
	}

	.content-member-login p {
		font-size: 3.5vw;
		line-height: 1.7em;
		height: 100px;
		position: relative;
		width: 100%;
		left: 0;
		top: 0;
	}

	.content-member-login .shinki-member a {
		width: 100%;
		height: 60px;
		line-height: 60px;
		text-align: center;
		text-decoration: none;
		display: block;
		float: right;
		margin: 10px auto 0 auto;
	}

	.content-member-login .shinki-member a:hover {
		width: 100%;
		height: 60px;
		line-height: 60px;
		border-radius: 3px;
		text-align: center;
		text-decoration: none;
		display: block;
		float: right;
		margin: 10px auto 0 auto;
	}

	.content-member-login .shinki-member-new a {
		width: 100%;
		height: 60px;
		line-height: 60px;
		text-align: center;
		text-decoration: none;
		color: #fff;
		display: block;
		
		float: right;
		margin: 10px auto 0 auto;
	}

	.content-member-login .shinki-member-new a:hover {
		width: 100%;
		height: 60px;
		line-height: 60px;
		text-align: center;
		text-decoration: none;
		display: block;
		float: right;
		margin: 10px auto 0 auto;
	}

	.content-member-login h3.content-member-title {
		font-size: 5vw;
		font-weight: bold;
		/*color: #f7ff00;
		text-shadow: 0px 0px 3px #000;*/
		padding: 0;
		line-height: 3em;
		margin: 10px 0 30px 0;
		letter-spacing: .1em;
		position: relative;
		/*border: solid;*/
	}

	/*-----------------------------------------*/
	/*お知らせ*/
	/*-----------------------------------------*/
	#info-area .content {
		max-width: 1040px;
		margin: 40px 20px;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	}

	#info-area .info-list {
		width: 95%;
		margin: 0 auto;
		font-size: 12px;
		line-height: 2em;
		color: #999999;
	}

	#info-area .info-list a {
		width: 95%;
		margin: 0 auto;
		font-size: 12px;
		line-height: 2em;
		color: #999999;
	}

	/*-----------------------------------------*/
	/*▼START▼コラム&地域情報*/
	/*-----------------------------------------*/
	.kiji-area {
		width: 100%;
		height: auto;
		padding: 30px 0 50px 0;
		background-color: #fff;
		float: left;
		font-size: 3.3vw;
		border-bottom: solid 1px #f1f1f1;
	}

	.kiji-area .kiji-topicks {
		max-width: 1040px;
		margin: 0 auto;
	}
	.kiji-area .kiji-topicks img{
		display: inline;
		height: auto;
	}

	.kiji-area .kiji-topicks p{
		display: -webkit-inline;
	    display: -webkit-inline;
	    display: -ms-inline;
	    display: block;
	    margin: 5px 10px 0px 0px;
	    position: relative;
	    float: right;
	    line-height: 115%;
	    width: 200px;
	}

	.kiji-area #sample_box_2 li {
		float: left;
	    height:127px !important;
	    width: 100%;
	    padding: 1% 1% 1% 1%;
	    list-style: none;
	    line-height: 0.3em;
	    border-right: solid 1px #f1f1f1;
	    border-top: solid 1px #f1f1f1;
	    clear: both;
	}

	.kiji-area #sample_box_2 li:last-child {
		border-right: 0px;
	}

	.kiji-area #sample_box_3 li {
		float: left;
	    height: 127px !important;
	    width: 100%;
	    padding: 1% 1% 1% 1%;
	    list-style: none;
	    line-height: 0.3em;
	    border-right: solid 1px #f1f1f1;
	    border-top: solid 1px #f1f1f1;
	    clear: both;
	}

	.kiji-area #sample_box_3 li:last-child {
		border-right: 0px;
	}

	.kiji-area .kiji-topicks img {
		width: 40%;
	    height: 120px;
	    background-size: cover;
	}
	.kiji-text{
		display: none;
	}

	.kiji-text-sp {
		display: block;
		position: relative;
		bottom: 80px;
		line-height: 15px;
		width: 210px;
		float: right;
		padding: 0px 20px 0 0px;
	}

	/*-----------------------------------------*/
	/*スライドバナー（PICUP）*/
	/*-----------------------------------------*/
	.bana-area-01 {
		width: 100%;
		height: auto;
		padding: 10px 0 50px 0px;
		float: left;
	}

	.bana-area-01 img {
		margin: 5px;
		width: 160px;
		height: 120px;
		background: #fff;
		padding: 2px;
		object-fit: cover;
	}

}

