@charset "UTF-8";
@import url("/m/cmn_files/css_rwd/separate/style-common.css");
@import url("/m/cmn_files/css_rwd/separate/style-pankuzu.css");
@import url("/m/cmn_files/css_rwd/separate/style-footer.css");
body {
    font-weight: bold!important; /* 通常 */
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
    /* Mac用のフォント調整 */
    body {
        font-weight: 300; /* Macでは軽くする */
    }
}
/*--▼インスタ▼--*/
.insta_btn3 {/*ボタンの下地*/
	color: #FFF;
    border-radius: 10px 0 0 10px;
    position: relative;
    display: block;
    height: 70px;
    width: 60px;
    text-align: center;
    padding-top: 8px;
    box-sizing: border-box;
    font-size: 12px;
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    overflow: hidden;
    text-decoration: none;
    position: fixed;
    z-index: 999;
    right: -35px;
    bottom: 170px;
    transition: all 300ms 0s ease;
}
.insta_btn3:hover{
	right: 0;
}

.insta_btn3:before{/*グラデーション②*/
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;/*全体を覆う*/
  height: 100%;/*全体を覆う*/
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.insta_btn3 div {
  position: relative;
  writing-mode: vertical-rl;
  float: left;
  padding-left: 8px;
}

.insta_btn3 .fa-instagram {
    font-size: 30px;/*アイコンサイズ*/
    position: relative;
    display:inline-block;
    transition: .5s;
    padding-top: 12px;
}
@media screen and (max-width:767px) {s
.insta_btn3{
	top: 350px;
}
}
/*--▲インスタ▲--*/
@media screen and (max-width:767px) {
header{
	position: fixed!important;
	width: 100%;
	height: 70px;
	background-color: #fff;
	z-index: 9999;
}
header img{
max-width: 160px;
width: 100%;
padding-top: 29px;
padding-left: 5vw;
}
}
#container-top:before{
	content: "";
    background-image: url(/m/cmn_files/img_rwd/illust.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 90%;
    height: 70%;
    bottom: -35%;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
}
#container-top .sp{
	display: none;
}
#container-top img.index-logo {
	width: 300px;
	margin-top: 40px;
	padding: 10px;
}

#container-top img.shop_name {
    width: 550px;
    position: relative;
	display: block;
	margin: auto;
}

#container-top .company-name {
	margin: 0px 15px 30px;
	text-align: left;
	/*text-shadow: 1px 1px 3px #000;*/
	font-family: "MS Pゴシック";
	color: #fff;
	font-weight: bold;
}

#container-top .h2-site-top {
	color: #fff;
    text-shadow: 1px 1px 1px #555, -1px 1px 1px #555, 1px -1px 1px #555, -1px -1px 1px #555, 1px 1px 1px #555, -1px 1px 1px #555, 1px -1px 1px #555, -1px -1px 1px #555, 2px 2px #d9dff2;
    transform: rotate(-4deg);
    margin: 30px 15px;
    position: absolute;
    font-size: 2rem;
    text-align: left;
    top: 10px;
    left: 3%;
    line-height: 1.5em;
}
#container-top .header_comment {
	margin: 15px 15px 0px 15px;
	font-size: 24px;
	color:#fff;
	line-height: 1.5em;
	font-weight: bold;
	text-shadow: 0px 0px 10px #000;
}
#container-top .title {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 29%;
	/* -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: 30vw;
	max-width: 400px;
	height: max-content;
	z-index: 800;
	color: #fff;
	text-align: left;
}
#container-top .title img{
	width: 50vw;
}
#container-top .logo{
    position: absolute;
    left: 8vw;
    margin: auto;
    top: 8%;
    width: 20vw;
    /* height: 300px; */
    z-index: 800;
    color: #fff;
    text-align: left;
}
#container-top .logo a{
	filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4)); 
}
@media screen and (max-width:767px) {
#container-top .title img {
		width: 100%;
	}
}
#container-top .top_main_copy {
    position: absolute;
    width: 400px;
    right: 100px;
    top: 330px;
}

#container-top .title_sub{
	/*background: rgba(0,0,0, 0.6);*/
	width: 500px;
	height: 230px;
}

#container-top .filter-blk {
	opacity: 1; /* カラーフィルタ効果の度合いを指定(※) */
	display: block;
}


/*-----------------------------------------*/
/*種別タブ検索*/
/*-----------------------------------------*/
.tabs {
    width: 1040px;
    margin: 0px auto 20px auto;
    position: relative;
}

.tabs_wrap{
	background-color: #F3F3F3;
	padding-bottom: 30px;
	padding-top: 100px;
}
@media screen and (max-width: 768px){
	.tabs_wrap{
		padding-bottom: 50px;
	}
}
.tabs .tab_item {
	width: calc(100% / 2);
	height: 60px;
	background-color: #929292;
	line-height: 60px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	display: block;
	float: left;
	text-align: center;
	transition: all 0.2s ease;
	border-radius: 10px 10px 0 0;
	cursor: pointer;
}

.tabs .tab_item:hover {
	background-color: #cdcdcd;
	color: #000;
}

.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;
	background: #fff;
	padding-bottom: 40px;
}
.tabs #all:checked ~ #all_content .flex-4,
.tabs #programming:checked ~ #programming_content .flex-4{
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	padding-bottom: 15px;
}

.tabs input:checked + .tab_item.color01 {
	color: #fff!important;
	background-color: #7294CE!important;
}
.tabs input:checked + .tab_item.color02 {
	color: #fff!important;
	background-color: #f46b66!important;
}

.tabs .search-btn a {
	width: 100%;
	height: 200px;
	padding-top: 150px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	display: block;
	float: left;
	background-color: #f46b66;
}
.tabs .search-btn-b a {
	width: 100%;
	height: 200px;
	padding-top: 150px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	display: block;
	float: left;
	background-color: #f46b66;
}
.tabs .search-btn-kounyu a {
	width: 100%;
	height: 150px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	display: flex;
	justify-content: center;
	background-color: #f46b66;
}
.tabs .search-btn-c a {
	width: 100%;
	height: 200px;
	padding-top: 150px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	display: block;
	float: left;
	background-color: #7294CE;
}
.tabs .search-btn-baikyaku a {
	width: 100%;
	height: 150px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	display: flex;
	justify-content: center;
	background-color: #7294CE;
}
.tabs picture{
	display: contents;
}
.search-btn,
.search-btn-b,
.search-btn-c{
	flex:1;
	width: calc(100%/4);
}
.tab-illust{
	width: 100%;
	display: block;
	margin: 10px auto;
	max-width: 1040px;
}




.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: 80px;
}

.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: 70px;
}

.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: 60px;
}

.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: 100px;
}

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

.tabs .icon-zigyo {
	background-image: url(/m/cmn_files/img_rwd/icon-zigyo.svg);
	background-repeat: no-repeat;
	background-position: 50% 41%;
	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: 70px;
}

.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: 90px;
}
.tabs .icon-kaitori {
	background-image: url(/m/cmn_files/img_rwd/icon-kaitori.svg);
	background-repeat: no-repeat;
	background-position: 50% 36%;
	background-size: 80px;
}

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

.tabs .icon-leaseback {
	background-image: url(/m/cmn_files/img_rwd/icon-leaseback.svg);
	background-repeat: no-repeat;
	background-position: 50% 36%;
	background-size: 100px;
}
.tabs .kounyu,
.tabs .baikyaku{
	width: 50%;
	max-width: 500px;
}
@media screen and (max-width:767px) {
	.tabs .search-btn-baikyaku a,
	.tabs .search-btn-kounyu a  {
		height: 250px;
		padding: 20px 0;
	}

}

/*-----------------------------------------*/
/*特集　共通スタイル*/
/*-----------------------------------------*/
.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: #b8aa80;
	/*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: scale-down;
	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: #323333;
	/*拡張用*/
	/*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 .h3-content-title-wht img {
	width: 250px;
	height: 100px;
}
.bukken-area-102 img {
	width: 250px;
	height: 150px;
	display: block;
	/* object-fit: scale-down; */
	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: linear-gradient(-45deg, rgba(188, 175, 138, .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: scale-down;
    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: scale-down;
	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;
}
.bukken-area-105 {
	width: 100%;
	height: auto;
	padding: 10px 10% 50px 10%;
	background-color: #b8aa80;
	/*拡張用*/
	/*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-105 img {
	width: 100%;
	height: 180px;
	display: block;
	object-fit: scale-down;
	margin: auto;
	border-radius: 5px 5px 0 0;
}

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

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

.bukken-area-105 .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-105 #top-bukkenn-slide {
	padding: 0;
	border-radius: 5px 5px 3px 3px;
	margin: 5px;
	background-color: #FFF;
}

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

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

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

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

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

.bukken-area-105 .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: #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-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(188, 175, 138, .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: 150px;*/
	background-image: url(/m/cmn_files/img_rwd/auth_bg.png);
	background-color: #000;
	background-position: center;
	background-size: cover;
	margin: 0;
/*	padding: 20px 0;*/
	float: left;
}

.content-member-login .content-width {
	max-width: 980px;
	margin: 50px auto;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}

.content-member-login img{
	max-width: 720px;
	width: 100%;
    margin-right: 30px;
}

.content-member-login p {
	color: #fff;
	font-size: 12px;
	line-height: 1.5em;
	position: relative;
	width: 40%;
	left: 40px;
	top: 45px;
}
.shinki-member-new,
.shinki-member-login{
	margin: auto;
}
.content-member-login .shinki-btn{
	background-color: #cebf95!important;
	color: #000!important;
}
.content-member-login .shinki-btn:hover{
	background-color: #a59979!important;
	color: #000!important;
}
.content-member-login .login-btn{
	background-color: #b43131!important;
	color: #fff!important;
}
.content-member-login .login-btn:hover{
	background-color: #8e2929!important;
	color: #fff!important;
}
.content-member-login .shinki-member a {
    width: 220px;
    height: 80px;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    line-height: 80px;
    display: block;
    background: #b43131;
    border: #b43131 solid 1px;
    float: right;
    margin: 10px;
    position: relative;
    top: 5px;
}

.content-member-login .shinki-member a:hover {
	width: 220px;
	height: 80px;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	line-height: 80px;
	display: block;
	background: #8e2929;
	border: #b43131 solid 1px;
	float: right;
	margin: 10px;
    position: relative;
	top: 5px;
}

.content-member-login .shinki-member-new a {
    width: 220px;
    height: 80px;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    color: #000;
    line-height: 80px;
    display: block;
    background: #cebf95;
    border: #a59979 solid 1px;
    float: right;
    margin: 10px 0;
    position: relative;
    top: 5px;
}

.content-member-login .shinki-member-new a:hover {
	width: 220px;
	height: 80px;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
	color: #000;
	line-height: 80px;
	display: block;
	background: #a59979;
	border: #a59979 solid 1px;
	float: right;
	margin: 10px 0;
    position: relative;
	top: 5px;
}

.content-member-login .shinki-member-login a {
	font-size: 2rem;
	width: 220px;
	height: 100px;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	line-height: 100px;
	display: block;
	background: #00a20c;
	border: #f5f732 solid 1px;
	float: right;
	margin: 10px;
}
.content-member-login .shinki-member-login a:hover {
	font-size: 2rem;
	width: 220px;
	height: 100px;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	line-height: 100px;
	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: #f7ff00;
	padding: 12px 0 0 40px;
	margin: 0;
	letter-spacing: .1em;
	position: absolute;
}

/*-----------------------------------------*/
/*お知らせ*/
/*-----------------------------------------*/
#info-area {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	background-image: url(../img_rwd/info_bg.jpg);
	background-size: cover;
	/* background-color: #eeeeee;
	background-size: cover;
	background-position: center; */
}

#info-area .content {
	max-width: 980px;
	margin: 50px auto;
	background: rgba(255, 255, 255, 0.8);
	/* box-shadow: 0px 1px 20px 1px rgba(0, 0, 0, 0.2); */
	border: solid 1px #dcdddd;
	position: relative;
}


#info-area h3 {
	position: absolute;
	top: -80px;
	font-size: 5rem;
	font-weight: bold;
	left: -2vw;
}

#info-area .info-list {
	width: 95%;
	margin: 0 auto;
	font-size: 16px;
	line-height: 2.5em;
	color: #000;
	padding: 30px 0px 30px 30px;
	/*height: 180px;*/
	min-height: 180px;
}

#info-area .content ul {
	height: 180px;
}

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

#info-area .date a {
	color: #e29835;
}

#info-area .all_list {
	position: relative;
	float: right;
	height: 180px;
	width: 200px;
	text-align: center;
	color: #000;
}

#info-area .date {
	margin-right: 90px;
}

#info-area .border_list {
	height: 260px;
	position: relative;
	top: -260px;
	display: inline-block;
	border: solid 1px #e8e8e8;
	left: 185px;
}

/* #info-area .title {
	font-weight: bold;
	text-align: center;
	font-size: 28px;
	margin: 50px auto 50px auto;
	padding: 0;
	color: #000;
} */

#info-area .all_list a {
	display: block;
	position: absolute;
	color: #000;
	bottom: 1vw;
	right: 1vw;
	letter-spacing: 2px;
	width: 100%;
}
#info-area .all_list img{
	width: 150px;
}
#info-area .date a {
	color: #e29835;
}

#info-area .all_list {
	position: relative;
	float: right;
	height: 180px;
	width: 200px;
	text-align: center;
	color: #000;
}

#info-area .title span {
	display: block;
	font-size: 15px;
	font-weight: normal;
}
/*-----------------------------------------
各ウィジェットのh3タイトル
-----------------------------------------*/
.title-point{
	font-weight: bold;
    text-align: center;
    font-size: 4rem;
	margin: 0 auto;
    font-family: sans-serif;
    color: #000000;
}
#blog-area .title img{
	width: 250px;
}
#info-area .title img{
	width: 60px;
}
@media screen and (max-width:767px) {
#info-area .title img {
		width: 40px;
	}
}
#info-area .title span,
#voice-sub-area-top .title-point span,
#blog-area .title span{
	display: block;
	font-size: 15px;
	font-weight: normal;
}

#voice-sub-area-top .title-point{
	margin: 0 auto;
}
.sub-title{
	font-size: 2rem;
	font-weight: 800;
	font-family: sans-serif;
	display: block;
	text-align: center;
	padding-top: 10px;
}
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,
h3.h3-content-title-blk  span{
	display: block;
	font-size: 15px;
	font-weight: normal;
}
h3.h3-content-title-wht {
	color: #fff;
	/*text-shadow: 0px 0px 3px #000;*/
}
h3.h3-content-title-blk {
	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;
*/
}
@media screen and (max-width:768px) {
	h3.h3-content-title-wht,
h3.h3-content-title-blk {
		font-size: 140%;
	}
	h3.h3-content-title-wht span,
h3.h3-content-title-blk  span{
		font-size: 65%;
	}
	#info-area .title,
	#voice-sub-area-top .title-point{
		font-size: 160%;
	}

	#info-area .title span,
	#voice-sub-area-top .title-point span{
		font-size: 65%;
	}

}


/*---ブログ---*/
#blog-area {
    width: 100%;
    float: left;
    background-color: #ffffff;
    background: url(/m/cmn_files/img_rwd/blog_bg.jpg);
    background-position-y: 65%;
    background-position-x: 30%;
    background-repeat: no-repeat;
}
#blog-area .blog_txt{
	width: 22%;
    max-width: 300px;
    position: relative;
    right: -60vw;
}
#blog-area .content {
	max-width: 35%;
	margin: 50px auto;
	box-shadow: 1px 1px 13px 5px rgba(0, 0, 0, 0.15);
	position: relative;
	left: 15%;
}
#blog-area .ul_open{
	min-height: 150px;
	height: 100%;
}
#blog-area .blog-list a {
	width: 95%;
	margin: 0 auto;
	font-size: 16px;
	line-height: 2.5em;
}
#blog-area .blog-list {
    width: 95%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 2.5em;
    color: #999;
    padding: 30px 0px 30px 30px;
}
#blog-area h3.open_h3.btn-5 {
    text-align: center;
    font-size: 16px;
    line-height: 3em;
    border-bottom: solid 1px #e8e8e8;
    background: #fff;
}
#blog-area .feed{
	padding: 50px;
}

#bloglink_catch{
		font-size: 1.8rem;
		background: #fff;
		color: #000;
		line-height: 50px;
	}
	#bloglink_catch .title{
		font-weight: bold;
		font-size:130%;
	}
	#bloglink_catch .feed a{
		text-decoration: none;
		color: #000;
	}
	#bloglink_catch .feed a:hover{
		text-decoration: underline;
		color: #bcaf8a;
	}
	#bloglink_catch .feed ul li{
		list-style: none;
	}
	#bloglink_catch .feed ul li span{
		font-size: 80%;
		color: red;
		padding:0 10px;
	}
/*-----------------------------------------*/
/*コラム&地域情報*/
/*-----------------------------------------*/
.kiji-area {
	width: 100%;
	height: auto;
	padding: 30px 10% 50px 10%;
	background-color: #ffffff;
	float: left;
}
.kiji-area .h3-content-title-blk img{
	width: 350px;
}

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

.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-area .kiji-topicks-list {
	max-width: 1400px;
	margin: 0 auto;
}
.kiji-area .kiji-topicks-list p{
	margin-top: 10px;
	font-weight: bold;
	color:#000000;
}
.kiji-area .kiji-topicks-list .point {
    width: 15px;
    display: inline-block;
    height: 22px;
    background: unset;
    vertical-align: middle;
    margin: 0 10px;
}

.kiji-area .kiji-topicks-list 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: contain;
	font-family: 'object-fit: contain;';
}

.bunjyouchi-area .top-bunjyouchi-name {
	width: 100%;
	font-size: 16px;
	line-height: 2em;
	font-weight: bold;
	border-left: solid 2px #C7BA8C;
	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: 100px 10% 100px 10%;
	background-color: #fff;
    background-position-y: -70px;
    background-size: 100%;
	float: left;
}
.bana-area-01 .h3-content-title-wht img{
	width: 250px;
	height: 100px;
}
@media screen and (max-width:767px) {
.bana-area-01 .h3-content-title-wht img {
		width: 200px;
		height: 50px;
		background: unset;
		object-fit: contain;
	}
}
.bana-area-01 img {
	height: 150px;
	width: 240px;
	/* background: #fff; */
	padding: 5px;
	/* object-fit: contain; */
	border-radius: 10px;
}
.bana-area-01 .slide-arrow{
	display: none!important;
}
/*-----------------------------------------*/
/*スライドバナーエリア（TOPIC）*/
/*-----------------------------------------*/
.bana-area-02 {
	width: 100%;
	height: auto;
	padding: 30px 10% 50px 10%;
	background-color: #C7BA8C;
	float: left;
}

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

@media screen and (max-width: 768px) {
	#container{
		overflow: hidden;
	}
	#container-top .pc{
		display: none;
	}
	#container-top .sp{
		display: block;
	}
	#container-top:before {
		width: 150vw;
		height: 70%;
		bottom: -45%;
		position: absolute;
		z-index: 1;
		left: 0;
		right: 0;
		margin: auto calc(100vw - 120%);
	}
	#container-top .logo {
		position: absolute;
		left: 5vw;
		margin: auto;
		top: 5%;
		width: 39vw;
		z-index: 800;
		color: #fff;
		text-align: left;
	}
	#container-top .title_sub {
	    background: none;
	    width: 100%;
	    height: 250px;
	    padding: 40px 0px;
	}

	#container-top img.index-logo {
		width: 60%;
		margin:30px auto 0;
	}

	#container-top .company-name {
		margin: 10px 15px 20%;
	    font-size: 13px;
	    text-align: center;
	    color:#fff;
	}
	#container-top .header_comment {
    margin: 30px 0 0 0;
    font-size: 4.5vw;
    color: #fff;
    line-height: 1.4;
    font-weight: bold;
    text-shadow: 0px 0px 0px #000;
	}

	#container-top .h2-site-top {
    margin: 10px 0 0 0;
    font-size: 1.1rem;
    top: 0px;
    left: 5%;
    line-height: 1.8em;
    text-align: center;
	}
	#container-top .mv_txt_sp{
		width: 200px;
	    position: relative;
	    display: block;
	    margin: auto;
	    top: 80px;
	}

	#container-top .title {
        position: absolute;
        /* left: 38%; */
        top: -30vw;
		bottom: 0;
        width: 55%;
        /* height: 300px; */
        z-index: 1;
        color: #fff;
        text-align: center;
	}
	#container-top img.shop_name {
	    width: 300px;
	    top: 90px;
	}
	#container-top .top_main_copy {
    width: 75%;
    right: 55px;
    top: 300px;
	}	
	.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: 0px;
		width: 85%;
		margin: 0px auto 30px auto;
		position: relative;
	}

	.tabs .tab_item {
		width: calc(100% / 2);
		height: 60px;
		line-height: 60px;
		font-size: 16px;
		text-align: center;
		color: #fff;
		display: block;
		float: left;
		transition: all 0.2s ease;
	}
	.tabs .icon-chair {
		width: 100%!important;
	}
	.tabs .search-btn-c .icon-chair {
		width: calc(100% / 2)!important;
	}

	.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: 100%;
		height: 150px;
		display: block;
		float: left;
    padding-top: 120px;
		/*margin: 1%;*/
	}
		.tabs .search-btn-c a {
		width: 100%;
			height: 150px;
			padding-top: 120px;
			display: block;
			float: left;
			/*margin: 1%;*/
		}

	.tabs .search-btn-b a {
		width: 100%;
		height: 150px;
		display: block;
		float: left;
		padding-top: 120px;
		/*margin: 1%;*/
	}
	.tabs .kounyu, .tabs .baikyaku {
		width: 90%;
		max-width: 500px;
	}
	.search-btn, .search-btn-b, .search-btn-c {
		flex: unset;
		width: calc(94% / 2);
	}

/*	.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: 60px;
	}

	.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: 60px;
	}

	.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: 80px;
	}

	.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: 60px;
	}

	.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: 80px;
	}
	.tab-illust {
		width: 90%;
	}


	/*-----------------------------------------*/
	/*特集　共通スタイル*/
	/*-----------------------------------------*/
	.title-point {
        font-size: 160%;
	}
	.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: 160px;
		padding: 10px 5px 20px 5px;
	}

/*---------------------------------------
おすすめ物件ウィジェット
----------------------------------------*/
	.bukken-area-102 .top-bukken-layout {
		min-height: 160px;
		padding: 10px 5px 20px 5px;
	}
	.bukken-area-102 {
		width: 100%;
		height: auto;
		padding: 10px 0% 50px 0%;
		/*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: scroll;*/
	}
	.bukken-area-102 .h3-content-title-wht img {
		width: 200px;
		height: 50px;
	}
	.bukken-area-102 img {
		width: 200px;
		height: 80px;
		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%;
	}

	.bukken-area-103 img {
		height: 130px;
		display: block;
		object-fit: contain;
		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: 160px;
		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: 160px;
		padding: 10px 5px 20px 5px;
	}

	.bukken-area-105 .top-bukken-layout {
		min-height: 160px;
		padding: 10px 5px 20px 5px;
	}
	.bukken-area-105 {
		width: 100%;
		height: auto;
		padding: 10px 0% 50px 0%;
		/*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: scroll;*/
	}
	.bukken-area-105 img {
		height: 130px;
		display: block;
		object-fit: cover;
		margin: auto;
		border-radius: 5px 5px 0 0;
	}

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

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

	.bukken-area-105 .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-105 #top-bukkenn-slide {
		padding: 0;
		border-radius: 5px 5px 3px 3px;
		margin: 3px;
	}


/*----------------------------------------*/
/*賃貸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: 160px;
	padding: 10px 5px 20px 5px;
}

/*---------------------------------------
おすすめ物件ウィジェット
----------------------------------------*/
.bukken-area-202 .top-bukken-layout {
	min-height: 160px;
	padding: 10px 5px 20px 5px;
}
.bukken-area-202 {
	width: 100%;
	height: auto;
	padding: 10px 0% 50px 0%;
	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: 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: 160px;
	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: 160px;
	padding: 10px 5px 20px 5px;
}





	/*-----------------------------------------*/
	/*ログイン*/
	/*-----------------------------------------*/
	.content-member-login {
	    text-align: center;
	    background-position: center;
	    background-size: cover;
	    width: 100%;
	    margin: 0px auto;
	    padding: 40px 20px;
	    display: block;
	    float: left;
	}

	.content-member-login p {
		color: #fff;
		font-size: 3.5vw;
		line-height: 1.7em;
		height: 100px;
		position: relative;
		width: 100%;
		left: 0;
		top: 0;
	}
	.content-member-login img {
		margin-right: 0px;
	    min-width: 60%;
	    width: 100%;
	    margin: -30px auto 0;
	}
	.content-member-login .shinki-member-new,
	.content-member-login .shinki-member{
		display: block;
	}

	.content-member-login .content-width {
	    display: block;
	}

	.content-member-login .shinki-member a {
		width: 100%;
		height: 60px;
		line-height: 60px;
		border-radius: 3px;
		text-align: center;
		text-decoration: none;
		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;
		float: right;
		margin: 10px auto 0 auto;
	}

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

	.content-member-login .shinki-member-new a:hover {
		width: 100%;
		height: 60px;
		line-height: 60px;
		border-radius: 3px;
		text-align: center;
		text-decoration: none;
		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 {
		background-color: #ccc;
		background-size: cover;
		background-position: top;
	}

	#info-area .content {
		max-width: 1040px;
		margin: 40px 20px;
		background: #eeeeee;
		/*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);*/
	}
	#info-area .content ul {
		height: 130px;
	}

	#info-area .info-list {
		width: 95%;
		margin: 0 auto;
		font-size: 12px;
		line-height: 2em;
		color: #000;
		position: relative;
		top: -15px;
		padding: 30px 0px 30px 30px;
		min-height: 100px;
	}

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

	#info-area .all_list {
		height: 50px;
		width: 100%;
		top: -15px;
		line-height: 10px;
		background-position: 60% 48.5%;
	}

	#info-area .border_list {
		display: none;
	}

	#info-area .date {
		margin-right: 0px;
		display: none;
	}

	#info-area .title {
		color: #FFF;
		left: -3vw;
	}
	/*---ブログ---*/
	#blog-area {
	    width: 100%;
	    background-position-y: 100%;
	}
	#blog-area .blog_txt {
	    width: 100%;
	    right: 0;
	    margin: 0 auto;
    	display: block;
	}
	#bloglink_catch{
		font-size: 1.3rem;
	}
	#blog-area .content {
		width: 90%;
		left: 0;
		max-width: 1040px;
		margin: 50px auto;
		box-shadow: 1px 1px 13px 5px rgba(0, 0, 0, 0.15);
	}
	#blog-area .ul_open {
	    /*height: 762px;*/
	}
	#blog-area .blog-list a {
		width: 95%;
		margin: 0 auto;
		font-size: 12px;
		line-height: 2.5em;
	}
	#blog-area .blog-list {
	    width: 95%;
	    margin: 0 auto;
	    font-size: 12px;
	    line-height: 2.5em;
	    color: #999;
	    padding: 30px 0px 30px 30px;
	}
	#blog-area h3.open_h3.btn-5 {
	    text-align: center;
	    font-size: 12px;
	    line-height: 3em;
	    border-bottom: solid 1px #e8e8e8;
	    background: #fff;
	}

	/*-----------------------------------------*/
	/*▼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: 10px 10px 0px 0px;
    position: relative;
    float: right;
    line-height: 115%;
    width:52vw;
	}

	.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: 90px;
		line-height: 15px;
		width: 57vw;
		float: right;
		padding: 0px 20px 0 10px;
	}

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

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

}
