@charset "utf-8";
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 0;
    margin: 0;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
img {
	border: none;
}
a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
a:hover {
	color:#09F
}
.sp {
	display:none;
}

/*-----------------------------------------------------
レイアウト関連1
-----------------------------------------------------*/
#contents {
}
/*-----------------------------------------------------
レイアウト関連2
-----------------------------------------------------*/
.block-left {
	float:left;
}
.block-right {
	float:right;
}
.inner-cont {
	width: 1170px;
	margin-right: auto;
	margin-left: auto;
}
.area01 {
	background-color: #F9F9F9;
	padding-bottom: 30px;
	background-image: url(../img/area01_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	padding-top: 50px;
}
.area02{
	background-color: #FFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E0DDD8;
	border-bottom-color: #E0DDD8;
	padding-top: 50px;
	padding-bottom: 50px;
}
.area03 {
	background-color: #F9F9F9;
	padding-bottom: 30px;
	padding-top: 50px;
}
.area04 {
	background-color: #F9F9F9;
	padding-bottom: 80px;
	padding-top: 50px;
}
.flex-cont {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
/*-----------------------------------------------------
文字関連
-----------------------------------------------------*/
.midasi01-1 {
	font-size: 50px;
	color: #FFF;
	background-color: #00CCFF;
	background-image: url(../img/midasi01-1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 10px;
}
.midasi01-2 {
	font-size: 50px;
	color: #FFF;
	background-color: #00CCFF;
	background-image: url(../img/midasi01-2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 10px;
}
.midasi02 {
	font-size: 40px;
	color: #00CCFF;
	margin-top: 50px;
	margin-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00CCFF;
}
.midasi03 {
	font-size: 30px;
	color: #00CCFF;
	margin-top: 50px;
	margin-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00CCFF;
}
.midasi04 {
	font-size: 30px;
	color: #00CCFF;
	margin-top: 5px;
	margin-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00CCFF;
	text-align: center;
}
.mame-txt {
	font-size: 14px;
	line-height: 120%;
	/*	margin-bottom: 30px;*/
	/*	padding-right: 70px;
	padding-left: 70px;*/
	color: #FFF;
	background-color: #0CF;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-radius: 20px;
	font-weight: normal;
}


/*-----------------------------------------------------
テーブル
-----------------------------------------------------*/
.tbs {
	width: 100%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #D4D0C8;
	margin-top: 30px;
}
.tbs  td{
	padding: 30px;
	font-size: 16px;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	line-height: 150%;
	
}
.col-txt2 {
	color: #00CCFF;
}
/*-----------------------------------------------------
fo-mu 上
-----------------------------------------------------*/
.ipbox, .slbox, .txbox {
	border: 1px solid #D4D0C8;
	font-size: 16px;
	color: #333;
}
.button {
	font-size: 16px;
	color: #FFF;
	background-color: #039;
	text-align: center;
	width: 300px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
.sub-bt {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
/*-----------------------------------------------------
header上
-----------------------------------------------------*/
#header {
    margin: 0;
    padding: 0;
}
.h1area {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0DDD8;
	background-color: #F9F7F4;
    margin: 0;
    padding: 0;
    height: 22px;
}
.h1area h1{
	font-size: 12px;
	color: #666;
	padding-bottom: 5px;
	padding-left: 60px;
	padding-top: 5px;
    font-weight: normal;
    line-height: 100%;
}
/*-----------------------------------------------------
header画像エリア
-----------------------------------------------------*/
.header-img {
	overflow: hidden;
}
.header-img img {
	height: auto;
	width: 100%;
}
/*-----------------------------------------------------
nav エリア
-----------------------------------------------------*/
#nav {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0DDD8;
	box-shadow: 0px 6px 7px -8px #777777;
}
.nav-inner {
	width: 1170px;
	margin-right: auto;
	margin-left: auto;
}
.g-nav {
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
.g-nav li {
	display: inline;
    text-decoration: none;
    line-height: 0%;
    margin: 0;
    padding: 0;
}
.g-nav li a {
	display: inline-block;
	text-align: center;
	width: 12%;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 16px;
	text-decoration: none;
    line-height: 100%;
    color: #333;
}
.g-nav li a:hover {
	color: #0CF;
}
/*-----------------------------------------------------
FOOTRエリアで探す
-----------------------------------------------------*/
#footer {
	background-color: #00CCFF;
}
.footer-inner {
	width:1170px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 15px;
}
.footer-nav {
    list-style: none;
    text-decoration: none;
}
.footer-nav li {
	font-size: 14px;
	padding-bottom: 5px;
}
.footer-nav li a {
	color: #FFF;
    text-decoration: none;
}
.footer-info {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
.footer-info p {
	font-size: 12px;
	color: #FFF;
	line-height: 150%;
}
/*-----------------------------------------------------
TOP物件タイプで探す
-----------------------------------------------------*/
.chintai-item {
	background-color: rgba(255,255,255,0.65);
	border: 1px solid #EBE9E4;
	margin-top: 50px;
	padding-bottom: 15px;
	box-shadow: 5px 6px 7px -8px #777777;
}
.baibai-item {
	background-color: rgba(255,255,255,0.65);
	border: 1px solid #EBE9E4;
	margin-top: 50px;
	padding-bottom: 15px;
	box-shadow: 5px 6px 7px -8px #777777;
}
.bukken-btn a {
	background-color: #FFF;
	font-size: 28px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #CCCCCC;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	display: block;
	background-image: url(../img/yazi.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	box-shadow: 5px 6px 7px -8px #777777;
	color: #666;
	font-weight: bold;
}
.bukken-btn a:hover {
	background-color: #EEF9FF;
	background-image: url(../img/yazi2.png);
	background-repeat: no-repeat;
	background-position: right center;
	box-shadow: 0px 0px 7px -8px #777777;
}
.aisatu {
	background-color: rgba(255,255,255,0.65);
	border: 1px solid #EBE9E4;
	margin-top: 20px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	border-radius: 10px;
	box-shadow: 5px 6px 7px -8px #777777;
}
.aisatu p {
	font-size: 16px;
	line-height: 170%;
}
/*-----------------------------------------------------
TOP仲西宅建について
-----------------------------------------------------*/
.about-us {
	padding: 33px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/aisatu.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #E5F5FD;
	border-radius: 20px;
	margin-top: 30px;
}
.about-us p {
	font-size: 18px;
	line-height: 200%;
	float: right;
	width: 850px;
}

/*-----------------------------------------------------
TOP最新情報
-----------------------------------------------------*/
.saisin {
	margin-top: 50px;
}
.saisin .item {
	margin-bottom: 25px;
	background-color: #FFF;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	border: 1px solid #D4D0C8;
	box-shadow: 5px 6px 7px -8px #777777;
}
.bukken-bunrui {
	font-size: 14px;
	color: #FFF;
	background-color: #F90;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 140px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.bukken-type {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-bottom: 5px;
}
.bukken-chinryo {
	font-size: 18px;
	font-weight: bold;
	color: #900;
	margin-bottom: 5px;
}
.bukken-jusyo {
	font-size: 14px;
	color: #333;
	margin-bottom: 5px;
}
.bukken-comm {
	font-size: 14px;
	color: #666;
}
/*-----------------------------------------------------
SUBコンテンツエリア
-----------------------------------------------------*/
.cont-area {
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
}
.cont-area p{
	font-size:16px;
	line-height:150%;
	margin-bottom: 15px;
}
h4 {
	font-size: 26px;
	font-weight: bold;
	color: #00CCFF;
	margin-top: 80px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #00CCFF;
}
.kounyu {
/*	margin-left: 25px;*/
	background-color: #F1F3F5;
	margin-bottom: 30px;
	margin-top: 30px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 30px;
	width: 100%;
	font-size: 18px;
	border: 1px dashed #139AD6;
}
.kounyu li {
	line-height: 250%;
	color: #066;
}
.button2 {
	font-size     : 11pt;
	text-align    : center;
	cursor        : pointer;
	background    : #139ad6;
	color         : #ffffff;
	line-height   : 1em;
	transition    : .3s;
	border        : 2px solid #139ad6;
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
	padding-right: 30px;
	padding-bottom: 12px;
	padding-left: 30px;
}
.button2 a {
	color: #FFF;
}
.chiiki {
	width: 550px;
	margin-top: 15px;
	border: 2px solid #00CCFF;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
	border-radius: 10px;
}
.chiiki-l {
	float: left;
	width: 250px;
	padding-top: 20px;
	padding-left: 35px;
}
.chiiki-r {
	float: right;
	width: 250px;
	padding-top: 20px;
	padding-left: 5px;
}
.chiiki-a {
	background-color: #06F;
	width: 200px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	border-radius: 10px;
}
iframe {
	height:2500px;
}
.youtube iframe {
    width: 600px;
    height: 300px;
}
#sho-area {
	border: 2px dotted #139AD6;
	border-radius:15px;
	padding: 15px;
	margin-top: 30px;
	height:2000px;
}
#sho-area .bukkensho {
	width: 100%;
	font-size:14px;
}
#sho-area .bukkensho td {
	padding:10px;
}