h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
body {
	font-family: "AxisStd-ExtraLight", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	color: #111;
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
	clear: both;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

.carousel-content h1 {
	border: none;
}

.wrap {
	position: relative;
	z-index: 10;
}

.breadcrumb {
	margin-bottom: 0px;
	font-size: 80%;
}

.breadcrumb a {
	color: #aaa;
}

.breadcrumb li.active a {
	color: #C8CE2A;
}

.breadcrumb a:hover,
.breadcrumb li.active a:hover {
	color: #1586C3;
}

.dux-page {
	display: inline-block;
	overflow: hidden;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
	border-radius: 5px;
}

.dux-page a {
	display: block;
	float: left;
	border: 1px solid #f2f2f2;
	min-width: 32px;
	padding: 3px 6px;
	margin-right: -1px;
	text-align: center;
	;
	color: #111;
}

.dux-page a:first-child {
	border-radius: 5px 0 0 5px;
}

.dux-page a:last-child {
	border-radius: 0px 5px 5px 0px;
}

.dux-page a:hover {
	background: #52b6ec;
	color: #fff;
}

#header,
#contentframe,
#footer,
#contact {
	width: 1000px;
	margin: 0 auto;
}
.map a{
	opacity: .6;
}
.map a:hover{
	opacity: 1;
}
/* header style */

#header {
	position: relative;
	background: #fff;
	height: auto;
	border-radius: 0px 0px 5px 5px;
	padding-bottom: 10px;
}


/*#header:after {
	content: "";
	display: block;
	width: 100%;
	position: relative;
	top: 0px;
	height: 2px;
	background: #52b6ec;
	clear: both;
}*/

#header .head_info {
	padding: 10px 20px;
	margin: 0px;
	font-weight: normal;
	font-size: 80%;
	border-bottom: 1px dotted #ccc;
}

#header .logo {
	background: url('../images/logo.png') no-repeat center center;
	min-height: 95px;
}

#header .top_contact {
	text-align: right;
}

#header .top_info p.address {
	font-size: 110%;
	color: #000;
	text-align: right;
	padding-top: 20px;
}

#header .top_contact li {
	display: inline-block;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, .1);
	padding: 3px 8px 2px 8px;
	border-radius: 3px;
	margin-left: 10px;
	line-height: 28px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	cursor: pointer;
}

#header .top_contact li .fa {
	color: #666;
}

#header .top_contact li:hover {
	box-shadow: 0px 0px 8px rgba(0, 100, 255, .3);
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

#header .top_contact li a {
	color: #666;
	font-size: 120%;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/* main navgation style */

.main-nav {
	clear: both;
	padding-top: 10px;
	/*padding-left: 15px;
	padding-right: 15px;*/
	padding-bottom: 0px;
	background: #e5e5e5;
	/*box-shadow: inset 0px 10px 35px rgba(0,0,0,.1);*/
}

.main-nav .menu {
	display: table;
	width: 100%;
	margin: 0px;
	/*padding-bottom:15px;*/
	position: relative;
}


/*.main-nav .menu:after{
	content:"";
	display: block;
	border-bottom:2px solid #52B6EC;
	width: 100%;
	clear: both;
	top:-20px;
	position: relative;
}*/

.main-nav .menu li {
	display: table-cell;
	width: 14.28571%;
	position: relative;
	height: 50px;
	margin: 0px 5px;
	padding: 0px 2px;
}

.main-nav .menu li a {
	box-shadow: 0px -1px 5px rgba(0, 0, 0, .1);
	display: block;
	font-weight: bold;
	height: 42px;
	text-align: center;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	position: relative;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(rgba(255, 255, 255, 1), 0), color-stop(rgba(246, 246, 246, 1), 0.74), color-stop(rgba(237, 237, 237, 1), 1));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 74%, rgba(237, 237, 237, 1) 100%);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 74%, rgba(237, 237, 237, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 74%, rgba(237, 237, 237, 1) 100%);
	background: linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 74%, rgba(237, 237, 237, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	z-index: 1;
	/*border: 1px solid #f2f2f2;*/
	padding-top: 10px;
	bottom: -8px;
	outline: none;
	color: #333;
}

.main-nav .menu li a small {
	opacity: 0;
	font-size: 80%;
	font-weight: normal;
	display: block;
	color: #111;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

.main-nav .menu li a:hover,
.main-nav .menu li.active a {
	background: #52b6ec;
	-webkit-box-shadow: 0px 0px 9px rgba(0, 100, 255, 0.4), 0px 0px 0px 1px rgba(100, 200, 255, 0.1);
	-moz-box-shadow: 0px 0px 9px rgba(0, 100, 255, 0.4), 0px 0px 0px 1px rgba(100, 200, 255, 0.1);
	box-shadow: 0px 0px 9px rgba(0, 100, 255, 0.4), 0px 0px 0px 1px rgba(100, 200, 255, 0.1);
	z-index: 11;
	/*border: 1px solid #52b6ec;*/
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	height: 50px;
	color: #fff;
	bottom: 0px;
}

.main-nav .menu li a:hover small,
.main-nav .menu li.active a small {
	opacity: 1;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}


/* homepage style */

.home-3g {
	margin-left: -5px;
	margin-right: -5px;
}

.home-3g li {
	padding-left: 5px;
	padding-right: 5px;
}

.home-3g li a {
	display: block;
	min-height: 300px;
	border: 1px solid #eee;
	border-radius: 5px;
	position: relative;
	padding-bottom: 10px;
}

.home-3g li a:after {
	content: "\f00e";
	position: absolute;
	display: block;
	font: normal normal normal 14px/1 FontAwesome;
	color: #111;
	normal normal normal 14px/1 FontAwesome;
	bottom: 8px;
	right: 8px;
}

.home-3g li a:hover {
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
}

.home-3g h4 {
	display: block;
	padding: 15px 10px;
	margin: 0px;
	font-size: 100%;
	font-weight: normal;
	position: relative;
	padding-left: 20px;
}

.home-3g h4:before {
	content: "";
	display: block;
	width: 3px;
	height: 20px;
	background: #52b6ec;
	position: absolute;
	left: 10px;
	top: 12px;
}

.home-3g .textbox {
	display: block;
	font-size: 80%;
	padding: 10px 8px;
}

.home-3g .home-img {
	overflow: hidden;
	width: 100%;
	display: block;
	height: 180px;
	opacity: .8;
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	-o-transition: 500ms;
	transition: 500ms;
}

.home-3g .home-img:hover {
	opacity: 1;
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	-o-transition: 500ms;
	transition: 500ms;
}

.home-textbox {
	box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
	padding: 15px 20px;
	margin-bottom: 20px;
}

.home-textbox p {
	line-height: 1.8em;
	text-indent: 2em;
}


/* content frame style */

#contentframe {
	min-height: 600px;
	background: #fff url(../images/minbg.png) repeat-y -167px top;
}

#main-slider {
	position: relative;
	width: 100%;
	padding: 20px 0px;
	box-shadow: 0px -5px 10px rgba(0, 0, 0, .1);
}


/* sidebar style */

#main-sider {
	min-height: 800px;
	padding-top: 15px;
	background: #ddd;
}

.itembuttongroup {
	background: url('../images/itembutton.png') no-repeat left top;
	width: 300px;
	min-height: 200px;
}

.itembuttongroup ul {
	padding: 65px 30px 0px 30px;
}

.itembuttongroup ul li {
	margin-bottom: 15px;
}

.itembuttongroup ul li a {
	display: block;
	background: #ddd;
	border-radius: 5px;
	min-height: 50px;
}

.itembuttongroup ul li.salehouse a {
	background: #c8ce2a url('../images/itembutton-sale.png')no-repeat center center;
}

.itembuttongroup ul li.buyhouse a {
	background: #3daece url('../images/itembutton-buy.png')no-repeat center center;
}

.itembuttongroup ul li a:hover {
	background-color: #111;
}

.left-contact-img {
	min-height: 500px;
	background: url('../images/left-contact.png') no-repeat left top;
	padding: 350px 20px 20px 20px;
}

.left-contact-img ul {
	line-height: 2em;
}

.left-contact-img ul li.address {
	color: #111;
	font-weight: bold;
}

.left-contact-img ul li.tel,
.left-contact-img ul li.mail {
	font-size: 150%;
	font-weight: bold;
	margin-top: 10px;
	color: #111;
}

.left-contact-img ul li.tel a,
.left-contact-img ul li.mail a {
	color: #111;
}

.left-list-block {
	min-height: 300px;
	border: 1px solid #ccc;
	background: #eee;
	border-radius: 5px;
	width: 300px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
}

.left-list-block ul {
	padding: 10px 0px;
}

.left-list-block ul a {
	display: block;
	border-bottom: 1px solid #ddd;
	font-size: 110%;
	padding: 5px 15px;
	color: #111;
}

.left-list-block ul a:hover {
	background: #aaa;
	color: #fff;
}

.left-list-block>ul>li>a {
	font-weight: bold;
}

.left-list-block>ul>li>div.deeptwo>a {
	padding-left: 3em;
}

a.banner-block {
	display: block;
	width: 300px;
}

a.banner-block:hover {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .5);
}


/* main page style */

#main-page {
	padding-top: 15px;
	/*background: #fff;*/
	min-height: 800px;
	padding-bottom: 15px;
}


/* list page style */

.list-page {}

.list-page h1,
.item-page h1,
.pagecontent h1 {
	font-weight: bold;
	border-bottom: 2px solid #52B6EC;
	margin-bottom: 20px;
	padding: 10px 5px 10px 5px;
	color: #111;
}

.list-photo-item {
	margin-left: -8px;
	margin-right: -8px;
	/*overflow: hidden;*/
}

.list-page ul {}

.list-photo-item li {
	margin-bottom: 20px;
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	-o-transition: 500ms;
	transition: 500ms;
	padding: 10px 8px;
	display: table;
}

.list-photo-item li:hover {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
	margin-bottom: 20px;
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	-o-transition: 500ms;
	transition: 500ms;
}

.list-photo-item .photo {
	height: 220px;
	overflow: hidden;
	display: block;
	background: #f2f2f2;
	text-align: center;
	opacity: .8;
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	-o-transition: 500ms;
	transition: 500ms;
	margin-bottom: 5px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, .2);
}

.list-photo-item .photo img {
	height: 100%;
}

.list-photo-item li:hover .photo {
	opacity: 1;
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	-o-transition: 500ms;
	transition: 500ms;
}

.list-photo-item li .title,
.list-photo-item li .price {
	font-size: 80%;
	display: block;
	overflow: hidden;
	vertical-align: text-bottom;
	padding: 3px;
}

.list-photo-item li .title {
	min-height: 42px;
	padding: 3px;
	font-weight: bold;
	color: #111;
	text-align: right;
}

.list-photo-item li .price {
	text-align: right;
	border: 1px solid #f3f3f3;
	border-radius: 5px;
	color: #CE332D;
	font-weight: 800;
}

.list-photo-item li .price span {
	color: #000;
}

.list-photo-item>li>a {
	position: relative;
	display:block;
	padding:0px;
	margin:0px;
}

.badge-box {
	display: block;
	width: 98px;
	height: 61px;
	position: absolute;
	top: -2px;
	left: 54px;
	opacity: 1;
	z-index: 999;
}

.badge-box.badge-box-rent:before {
	background:url('../images/badge-yellow.svg') no-repeat right top;
}

.badge-box.badge-box-sale:before {
	background:url('../images/badge-red.svg') no-repeat right top;	
}

.svg:not(html):before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-size: contain;
}

.badge-box .badge-text.sale {
	color: #fff;
	position: absolute;
	font-weight: 400;
	font-size: 14px;
	transform-origin: center center 0;
	transform: rotate(30deg);
	top: 18px;
	left: 42px;
	bottom: 0;
	right: 0;
}

.badge-box .badge-text.rent {
	color: #fff;
	position: absolute;
	font-weight: 400;
	font-size: 14px;
	transform-origin: center center 0;
	transform: rotate(30deg);
	top:18px;
	left: 42px;
	bottom: 0;
	right: 0;
}


/* item content style */

.item-page {}

.item-page h1 {
	font-size: 180%;
	color: #111;
	position: relative;
	margin-bottom: 60px;
	overflow:visible;
}

.item-page h1:after {
	content: "";
	display: block;
	border-bottom: 1px solid #eee;
	height: 52px;
	position: absolute;
	width: 100%;
	left: 0px;
}

.item-page .smallbox {
	display: block;
	position: absolute;
	right: 0px;
	top: 59px;
}

.item-page h1 small {
	display: inline-block;
	margin-left: 6px;
	border: 1px solid #1586C3;
	color: #1586C3;
	font-size: 48%;
	font-weight: 200;
	padding: 3px 6px;
	border-radius: 3px;
}

.item-page h1 small:first-child {
	margin-left: 30px;
}

.item-page h1 small.renting {
	background: #a6801a;
	color: #fff;
	border: 1px solid #7f1c00;
}

.item-page h1 small.sale {
	background: #a6391a;
	color: #fff;
	border: 1px solid #7f5d00;
}

.item-page h1 small.redbox {
	background: #CB2027;
	color: #fff;
	border: 1px solid #CB2027;
}

.item-label {
	display: inline-block;
	margin-left: 6px;
	color: #fff;
	font-size: 80%;
	font-weight: 200;
	padding: 2px 6px 0px 6px;
	border-radius: 3px;
	line-height: 15px;
	background: #52b6ec;
}

.item-info dl {
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.item-info dt,
.item-info dd {
	display: inline-block;
	color: #111;
	font-weight: 900;
}

.item-info dd {
	margin-right: 20px;
	padding-left: 10px;
}

.item-info dl.dl-block {
	display: table;
	width: 100%;
}

.item-info dl.dl-block dt,
.item-info dl.dl-block dd {
	display: table-cell;
}

.item-info dl.dl-block dt {
	width: 58px;
}

.item-info dl.dl-block dd {}

.item-info b {
	font-size: 2.758rem;
	vertical-align: baseline;
	color: #ed6103;
}

.item-moreinfo {
	margin: 15px 0px;
}

.item-moreinfo-p {
	display: table;
	width: 100%;
	border-collapse: collapse;
}

.item-moreinfo-row {
	display: table-row;
}

.item-moreinfo-row .item-label,
.item-moreinfo-single .item-label {
	background: transparent;
	color: #111;
}

.item-moreinfo-row>dt.th,
.item-moreinfo-row>dd.td,
.item-moreinfo-single>dt.th,
.item-moreinfo-single>dd.td {
	display: table-cell;
	min-height: 30px;
	padding: 5px;
	border: 1px solid #eee;
}

.item-moreinfo-row>dt.th {
	width: 100px;
}

.item-moreinfo-row>dd.td {
	wdith: 218px;
}

.item-moreinfo-single {
	display: table-row;
}

.item-moreinfo-single>dt.th {
	width: 100px;
}

.item-moreinfo-single>dd.td {}

.item-photobox {
	margin: 20px auto;
}

.item-photobox .photoshow {
	min-height: 300px;
	text-align: center;
	overflow: hidden;
}

.item-photobox .photoshow img {
	max-height: 800px;
}

.item-photobox .photolist {
	overflow: hidden;
}

.item-photobox .photolist ul li {
	width: 50px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	position: relative;
	overflow: hidden;
}

.item-photobox .photolist ul li:before {
	content: "\f00e";
	position: absolute;
	display: block;
	font: normal normal normal 14px/1 FontAwesome;
	color: #fff;
	normal normal normal 14px/1 FontAwesome;
	bottom: 2px;
	right: 2px;
}

.item-photobox .photolist ul li:hover {
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .8);
}

.item-photobox .photolist img {
	width: 100%;
}


/* nagare style */

.nagare {}

.nagare>li {
	margin-bottom:1px;
}

.nagare>li>dl {
	position: relative;
	margin: 0px;
}

.nagare>li>dl>dt,
.nagare>li>dl>dd {
	position: relative;
	display: block;
	height: 200px;
	background: #f8f8f8;
	float: left;
}

.nagare>li>dl>dt {
	padding-left: 0;
	padding-right: 0px;
	background: #52b6ec;
}
.nagare>li>dl>dd{
	display: block;
	padding:10px 10px 10px 10px;
	font-size: 80%;
	/*overflow: scroll;*/
	overflow-y:auto;
	line-height: 1.5em;
}
.nagare>li>dl>dt.step:before,
.nagare>li>dl>dt.step:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -50px;
	right: 0px;
	width: 110px;
	height: 50px;
	background: transparent;
	border-style: solid;
	border-width: 31px 55px 0 55px;
	border-color: #fff transparent transparent transparent;
	z-index: 99;
}

.nagare>li>dl>dt.step:before {
	z-index: 7;
	bottom: -50px;
	right: 0px;
}

.nagare>li>dl>dt.step:after {
	z-index: 10;
	border-width: 30px 55px 0 55px;
	border-color: #52b6ec transparent transparent transparent;
}
.nagare>li>dl>dt .steptip{
	display: block;
	color:#fff;
	padding:5px;
}
.nagare>li>dl>dt .steptitle{
	text-align: center;
	display: block;
	color:#fff;
	padding-top:20px;
}

/* banner block style */

.banner-block {
	margin-bottom: 15px;
}
/* public style section */
.titlewell{
	
}
.titlewell dt{
	display: block;
	background:#52b6ec;
	padding:10px 15px;
	line-height:36px;
	min-height:55px;
	color:#fff;
	font-size:180%;
	font-weight: normal;
}
.titlewell dd{
	background:#eee;
	padding:10px 15px;
	line-height:1.5em;
}
.radius{
	border-radius: 5px;
}
.qa-list dd{
	text-indent: 1em;
}
.qa-list dd .fa{
	color:#52b6ec;
	font-size:150%;
}
.qa-list.titlewell dt{
	font-size:120%;
	line-height: 1.5em;
}
.qa-list.titlewell dd{
	line-height: 2em;
}
.kaisyagayo{
	border:1px solid #f2f2f2;
	padding:30px 20px;
}
.kaisyagayo dd,.kaisyagayo dt{
	font-size:14px;
	line-height: 32px;
	border-bottom:1px solid #f2f2f2;
}
.kaisyagayo dt{
	
}