@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");

.h3-content-title-blk b{
	font-weight: bold;
	font-size: 30px
}
.h3-content-title-wht b{
	font-weight: bold;
	font-size: 30px
}

h3.h3-content-title-wht {
	text-align: center;
	font-size: 15px;
	margin: 50px auto 50px auto;
	padding: 0;
    line-height: 20px;
	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: 15px;
	letter-spacing: 2px;
	margin: 50px auto 50px auto;
	line-height: 20px;
	padding: 0;
	color: #3c4042;
	font-weight: normal;
	font-family: -apple-system, 'BlinkMacSystemFont', 'Segoe UI', 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.bukken-area-102 .h3-content-title-blk {
	text-align: center;
	font-size: 15px;
	margin: 50px auto 50px auto;
    line-height: 20px;
	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;
}

#container-top img.index-logo {
	width: 310px;
	margin-top: 0px;
	padding-bottom: 15px;
	display: unset;
}
#container-top img.index-logo-sp {
	display:none;
}

#container-top img.shop_name {
    width: 200px;
    position: relative;
	display: block;
	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: 0px auto;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
	/*text-shadow: 0px 0px 10px #000;*/
	color: #414042;
}

#container-top .head_title{
	font-size: 30px;
	margin-top: 20px;
	display: block;
}
@media screen and (max-width: 768px){
	#container-top .head_title{
	    font-size: 20px;
	    margin-top: 9px;
	    display: block;
	    font-weight: bold;
	    line-height: 1.2em;
	}
}

#container-top .title {
	position: absolute;
	left: 51%;
	top: 480px;
	-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: 1040px;
	height: 130px;
	z-index: 800;
	color: #fff;
	text-align: left;
}
#container-top .anniversary {
    margin: 0 auto;
    display: block;
    position: relative;
    top: -282px;
    width: 800px;
}
#container-top .anniversary span {
    position: relative;
    top: 165px;
    left: 516px;
    color: #d2d2d2;
    font-size: 14px;
}
#container-top .anniversary-sp {
	display: none;
}

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

/*-----------------------------------------*/
/*トップ用グローバルメニュー*/
/*-----------------------------------------*/

.blurry-menu-top {
	min-width: 1040px;
	font-family: 'Lato', helvetica, arial, sans-serif;
	height: 0;
	/*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: -745px;
	width: 1040px;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	display: table;
	text-align: center;
	overflow: hidden;
	position: relative;
	background: #000000;
	/*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;*/
}

/*#container-sub .blurry-menu 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 #333;
	border-right: 1px solid #eee;*/
	color: #e6e6e6;
	display: block;
	font-size: 16px;
	height: 66px;
	line-height: 66px;
	position: relative;
	text-decoration: none;
	/*text-shadow: 0 0px 0 #000;*/
	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;
	background: #c7ba8c;
	color: #FFF;
	/*-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: #FFF;
	/*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 {
	margin-top: 50px;
	padding-bottom: 40px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	width: 1040px;
	margin: -60px auto 40px auto;
	position: relative;
}

.tabs .tab_item {
	width: calc(100% / 2);
	height: 60px;
	background-color: #000;
	line-height: 60px;
	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: #000;
	background: #c7ba8c;
}

.tabs .search-btn a {
    width: calc(92% / 4);
    height: 150px;
    padding-top: 100px;
    border-right: #dddddd solid 2px;
    /* border-radius: 3px; */
    text-align: center;
    text-decoration: none;
    color: #000;
    display: block;
    float: left;
    margin: 0 1%;
}

.tabs .search-btn-b a {
	width: calc(88% / 3);
    height: 150px;
    padding-top: 100px;
    border-right: #dddddd solid 2px;
    /* border-radius: 3px; */
    text-align: center;
    text-decoration: none;
    color: #000;
    display: block;
    float: left;
    margin: 0 2%;
}

.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-tochi:last-child {
    border-right: none;
}

.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;
}
.tabs .icon-train:last-child {
    border-right: none;
}

/*-----------------------------------------*/
/*特集　共通スタイル*/
/*-----------------------------------------*/
.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(255, 255, 255, .4), rgba(255, 255, 255, 0.2)) fixed, url(../img_rwd/test20.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-401 {
	width: 100%;
	height: auto;
	padding: 10px 10% 50px 10%;
	background-color: #333333;
	background: linear-gradient(-45deg, rgba(255, 255, 255, .4), rgba(255, 255, 255, 0.2)) fixed, url(../img_rwd/smpl-kdt2.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	float: left;
}

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

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

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

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

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

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

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

.bukken-area-401 #top-bukkenn-slide .syoudan {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 0 2px;
	border-bottom: solid 2px #00b136;
}
.bukken-area-401 #top-bukkenn-slide .seiyaku {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 0 2px;
	background: #ff6d6d;
	border-bottom: solid 2px #bdae8a;
}
.bukken-area-401 .top-bukken-layout {
	padding: 10px 10px 20px 10px;
	background-color: #ffffff;
	border-radius: 0 0 5px 5px;
}
.bukken-area-404 {
	width: 100%;
	height: auto;
	padding: 10px 10% 50px 10%;
	background-color: #333333;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	float: left;
}
.bukken-area-404 .h3-content-title-blk {
	color: #fff;
}

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

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

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

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

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

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

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

.bukken-area-404 #top-bukkenn-slide .syoudan {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 0 2px;
	border-bottom: solid 2px #00b136;
}
.bukken-area-404 #top-bukkenn-slide .seiyaku {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 0 2px;
	background: #ff6d6d;
	border-bottom: solid 2px #bdae8a;
}
.bukken-area-404 .top-bukken-layout {
	padding: 10px 10px 20px 10px;
	background-color: #ffffff;
	border-radius: 0 0 5px 5px;
}
.bukken-area-403 {
	width: 100%;
	height: auto;
	padding: 10px 10% 50px 10%;
	background-color: #333333;
	background: linear-gradient(-45deg, rgba(255, 255, 255, .4), rgba(255, 255, 255, 0.2)) fixed, url(../img_rwd/smpl-kdt11.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	float: left;
}

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

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

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

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

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

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

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

.bukken-area-403 #top-bukkenn-slide .syoudan {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 0 2px;
	border-bottom: solid 2px #00b136;
}
.bukken-area-403 #top-bukkenn-slide .seiyaku {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 0 2px;
	background: #ff6d6d;
	border-bottom: solid 2px #bdae8a;
}
.bukken-area-403 .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: #3c4042;
	/*拡張用*/
	/*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: 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: url(../img_rwd/test4.jpg) fixed;
	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: 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(-0deg, rgba(190,175,135, 0.9), rgba(190,175,135, 0.8)) 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: #fff;
	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;
    text-align: center;
    color: #fff;
    line-height: 60px;
    display: block;
    background: #000000;
    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: #fff;
	line-height: 60px;
	display: block;
	background: #888888;
	border: #888888 solid 1px;
	float: right;
	margin: 10px;
}

.content-member-login .shinki-member-new a {
    width: 220px;
    height: 60px;
    text-align: center;
    color: #000000;
    line-height: 60px;
    display: block;
    background: #ffffff;
    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: #888888;
	border: #888888 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: #ffffff;
	padding: 12px 0 0 40px;
	margin: 0;
	letter-spacing: .1em;
	position: absolute;
}

/*-----------------------------------------*/
/*お知らせ*/
/*-----------------------------------------*/
#info-area {
	width: 100%;
	height: auto;
	float: left;
	background-color: #fff;
}

#info-area .content {
	max-width: 1040px;
	margin: 40px auto;
	background: #000;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    color:#fff;
}

#info-area h3.open_h3.btn-5 {
	text-align: center;
	font-size: 16px;
	line-height: 3em;
	border-bottom: solid 1px #000;
}

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

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

#info-area .all_list {
    text-align: right;
}

/*-----------------------------------------*/
/*コラム&地域情報*/
/*-----------------------------------------*/
.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;
	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: #f5f5f5;
	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 #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: 30px 10% 50px 10%;
	background-color: #f5f5f5;
	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;
}

@media screen and (max-width: 768px) {

	#container-top img.index-logo-sp {
		width: 100%;
	    display: unset;
	    right: 10px;
	    position: absolute;
	}
	#container-top img.index-logo {
		display:none;
	}

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

	#container-top .h2-site-top {
	    margin: 50px 3px;
	    font-size: 8px;
	    line-height: 1.5em;
	    text-shadow: 0px 0px 3px #000;
	    color: #FFF;
	    text-align: left;
	}

	#container-top .title {
		position: absolute;
		left: 75%;
		top: 210px;
		-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: 50%;
		height: 300px;
		z-index: 999;
		color: #fff;
		text-align: center;
	}
	#container-top .anniversary-sp {
	    margin: 0 auto;
	    display: block;
	    position: relative;
	    top: -266px;
	    padding: 20px;
	    height: 300px;
	    background: rgba(0,0,0,0.6);
	}
	#container-top .anniversary,
	#container-top .anniversary span {
		display: none;
	}
	.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;
	}

	/*-----------------------------------------*/
	/*種別タブ検索*/
	/*-----------------------------------------*/
	.backlogo{
		background: url(/m/cmn_files/img_rwd/bg_logo.png);
		display:flex;
  	  padding-bottom: 50px;
	}
	.tabs {
		margin-top: 50px;
		padding-bottom: 10px;
		background-color: #fff;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
		width: 85%;
		margin: 85px auto 0 auto;
		position: relative;
	}

	.tabs .tab_item {
		width: calc(100% / 2);
		height: 60px;
		background-color: #000;
		line-height: 60px;
		font-size: 16px;
		text-align: center;
		color: #fff;
		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;
		background: #c7ba8c;
	}

	.tabs .search-btn a {
	    width: calc(100% / 2);
	    height: 120px;
	    padding-top: 80px;
	    border-right: #dddddd solid 1px;
	    border-bottom: #dddddd solid 1px;
	    /* border-radius: 3px; */
	    text-align: center;
	    text-decoration: none;
	    color: #000;
	    display: block;
	    float: left;
	    margin: 0%;
	}

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

	.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-chyuko:last-child {
	    border-right: none;
	}

	.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-mansyon:last-child {
	    border-bottom: none;
	}

	.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-tochi:last-child {
	    border-right: none;
	    border-bottom: none;
	}

	.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-size: 230%;
		background-attachment: unset;
		float: left;
	}

	.bukken-area-101 img {
		width: 100%;
		height: 130px;
		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: 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: 170px;
		padding: 10px 5px 20px 5px;
	}
	.bukken-area-401 {
		width: 100%;
		height: auto;
		padding: 10px 0 50px 0;
		background-size: 230%;
		background-attachment: unset;
		float: left;
	}

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

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

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

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

	.bukken-area-401 .top-bukken-layout {
		min-height: 170px;
		padding: 10px 5px 20px 5px;
	}
	
/*---------------------------------------
おすすめ物件ウィジェット
----------------------------------------*/
	.bukken-area-102 .top-bukken-layout {
		min-height: 170px;
		padding: 10px 5px 20px 5px;
	}
	.bukken-area-102 {
		width: 100%;
		height: auto;
		padding: 10px 0% 50px 0%;
		background-color: #3c4042;
		/*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: 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: 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-404 {
		width: 100%;
		height: auto;
		padding: 10px 0 50px 0;
		background-size: 230%;
		background-attachment: unset;
		float: left;
	}

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

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

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

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

	.bukken-area-404 .top-bukken-layout {
		min-height: 170px;
		padding: 10px 5px 20px 5px;
	}
		.bukken-area-403 {
		width: 100%;
		height: auto;
		padding: 10px 0 50px 0;
		background-size: 230%;
		background-attachment: unset;
		float: left;
	}

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

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

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

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

	.bukken-area-403 .top-bukken-layout {
		min-height: 170px;
		padding: 10px 5px 20px 5px;
	}
/*----------------------------------------
オープンハウスウィジェット
-----------------------------------------*/

	.bukken-area-103 {
		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-103 img {
		height: 130px;
		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-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 {
		color: #fff;
		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;
		/*border-radius: 3px;*/
		text-align: center;
		text-decoration: none;
		/*color: #fff;
		display: block;
		background: #02007b;
		border: #5a57ff solid 1px;*/
		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;
		/*color: #fff;
		display: block;
		background: #5a57ff;
		border: #5a57ff solid 1px;*/
		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;
		/*color: #fff;
		display: block;
		background: #ea3232;
		border: #ff6d6d solid 1px;*/
		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;
		/*color: #fff;
		display: block;
		background: #ff8d8d;
		border: #ff6d6d solid 1px;*/
		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;
		background: #000;
		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▼コラム&地域情報*/
	/*-----------------------------------------*/
	#sample_box_2,#sample_box_3{
		height: 220px;
		display: grid;
	}
	.kiji-area {
		padding: 30px 0 50px 0;
		font-size: 3.3vw;
		border-bottom: solid 1px #f1f1f1;
	}

	.kiji-area .kiji-topicks {
	}
	.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: 0px;
	    position: relative;
	    line-height: 115%;
	    padding: 10px 10px 0 10px;
	    width: 100%;
	}

	.kiji-area #sample_box_2 li {
	    height:140px !important;
	    width: 100%;
	    padding: 1% 1% 1% 1%;
	    line-height: 0.3em;
	    clear: both;
	}

	.kiji-area #sample_box_2 li:last-child {
	}

	.kiji-area #sample_box_3 li {
	    height: 140px !important;
	    width: 100%;
	    padding: 1% 1% 1% 1%;
	    line-height: 0.3em;
	    clear: both;
	}

	.kiji-area #sample_box_3 li:last-child {
	}

	.kiji-area .kiji-topicks img {
	    height: 130px;
	    background-size: cover;
	}
	.kiji-area .kiji-topicks-list p{
		display: -webkit-inline;
	    display: -webkit-inline;
	    display: -ms-inline;
	    display: block;
	    margin: 0px;
	    position: relative;
	    line-height: 115%;
	    padding: 0px 10px 0 10px;
	    width: 100%;
	}
	.kiji-area .kiji-topicks-list img {
	    height: 130px;
	    background-size: cover;
	}
	.kiji-text{
		display: none;
	}

	.kiji-text-sp {
		display: block;
		bottom: 90px;
		line-height: 15px;
		width: 100%;
		padding: 0px 10px 0 10px;
	}
	.kiji-area .right {
		float: right;
		width: 60%;
		padding: 10px;
	}
	.kiji-area .left {
		float: left;
		width: 40%;
	}


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

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

}
