@charset "utf-8";
/* CSS Document */

/*
* COMMON
******************************************************/
html{

}
body {
	color: #333;
	letter-spacing: 0.6px;
	font-size: 16px;
	line-height: 1.9;
	font-family: "Hiragino Kaku Gothic ProN",Meiryo,YuGothic,'Yu Gothic',Verdana,sans-serif;
	overflow-wrap: break-word;
	word-break: normal;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
.img-responsive {
	width: 100%;
}

/* PC-SP */
.ge_pcOnly {
}
.ge_spOnly {
	display:none;
}
@media(max-width:800px) {
	.ge_pcOnly {
		display:none;
	}
	.ge_spOnly {
		display:block;
	}
}


/*
* HEADER
******************************************************/
.global-header__wrapper {
}
.global-header {
	margin:auto;
}
.header {
	width:100%;
}
.header-topBorder {
	/*background-color:#651911;*/
	/*height:10px;*/
}

/* PC MENU */
.global-header-pc-navi__wrapper {

}
.global-header-pc-navi {
	width:100%;
	max-width:1000px;
	margin:auto;
}
.global-header-pc-navi ul {
	width:100%;
	display:table;
	padding: 15px 0;
}
.global-header-pc-navi li {
	width:14.2%;
	height: 30px;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	line-height: 1.2;
	color:#651911;
	font-size:0.8125em;
	text-align:center;
	position: relative;
	z-index: 2;
	background:#ffffff;
	overflow: hidden;
}
.global-header-pc-navi li a {
	display: block;
	color: #651911;
}
.global-header-pc-navi li::before,
.global-header-pc-navi li::after{
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.global-header-pc-navi li,
.global-header-pc-navi li::before,
.global-header-pc-navi li::after{
	-webkit-transition: all ease-in-out;
	transition: all .3s;
}
.global-header-pc-navi li:hover{
	/*background:#F0EFEA !important;*/
}
.global-header-pc-navi li::after{
	top: -100%;
	width: 100%;
	height: 100%;
	background-color: #651911;
	color:#FFFFFF;
}
.global-header-pc-navi li:hover::after{
	top: 0;
	background-color: #651911;
}


/* PC LOGO */
.header-logo__wrapper {
	margin: auto;
	width:213px;
	padding-top: 10px;
}
.header-logo {
}
.header-logo img {
	width: 100%;
	max-width: 213px;
}
/* nihongo-Menu */
.nav-ja {
	display: none;
	color: #646464;
	font-size: 0.8em;
	font-weight: lighter;
}

/* English-Menu */
.nav-en {
	display: block;
	color: #646464;
	font-size: 1em;
	font-weight: lighter;
}

/* SP LOGO */
.header-logo__wrapper-sp {
	width: 147px;
}
.header-logo-sp {
}
.header-logo-sp img {
	width: 100%;
	max-width: 147px;
}


/* SP MENU */
.global-header-sp__wrapper {
	background:#FFF;
	/*position: fixed;
	z-index:100;*/
	top: 0;
	left:0;
	width: 100%;
	border-top:10px solid #FFF;
	height: 60px;
	overflow:hidden;
}
.global-header-sp {
	display: -webkit-flex;
	display: flex-end;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	height: 60px;
	flex-direction:row;
}
.global-header-sp-navi__wrapper {

}
.global-header-sp-navi {

}
.global-header-sp-navi__wrapper ul.global-header-sp-navi {
	display: block;
	margin:5px;
}
.global-header-sp-navi__wrapper ul.global-header-sp-navi li {
	padding: 15px;
	line-height: 1;
}
.global-header-sp-navi__wrapper ul.global-header-sp-navi li a {
	color:#651911;
}

/*
 SNS BUTTON
 ******************************************************/
 /* PC BUTTON */
.sns-button__wrapper {
  width: 50px;
  position: fixed;
  top: 60px;
  right: 0;
  z-index: 99;
}
.sns-button__content span {
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width:800px) {
  .sns-button__wrapper {
    width: 55px;
    top: auto;
    bottom: 120px;
  }
  .sns-button__content {
		display: none;
  }
}
/* SP BUTTON */
.sns-button-sp__wrapper {
  display:none;
}
.sns-button-sp__content span {
  display: none;
}
@media screen and (max-width:800px) {
  .sns-button-sp__wrapper {
    display:block;
		padding: 0 35px 0 30px;
  }
  .sns-button-sp__content {
		display:block;
  }
	.sns-button-sp__content span {
		display:inline-block;
	}
	.sns-button-sp__content img {
		max-width: 30px;
		width:100%;
	}
}

/*
* CONTENTS
******************************************************/
.maincontent__wrapper {

}
.maincontent {

}
.maincontent-slider {
	height:400px;
	background-color:#ececec;

	text-align:center;
	font-size:35px;
	color:#651911;
}
.maincontent__inner {
	width: 100%;
	max-width: 1000px;
	margin:auto;
}

/* FLEX ORDER */
.flex-wrap {
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	flex-direction: column;
}
.flex-box01 {
	-webkit-box-ordinal-group:1;
  -ms-flex-order:1;
  -webkit-order:1;
  order:1;
}
.flex-box02 {
	-webkit-box-ordinal-group:2;
  -ms-flex-order:2;
  -webkit-order:2;
  order:2;
}
@media(max-width:800px) {
	.maincontent__wrapper {
		/*margin-top: 70px;*/
	}
	.flex-box01 {
		-webkit-box-ordinal-group:2;
	  -ms-flex-order:2;
	  -webkit-order:2;
	  order:2;
	}
	.flex-box02 {
		-webkit-box-ordinal-group:1;
	  -ms-flex-order:1;
	  -webkit-order:1;
	  order:1;
	}
}

/*
* TITLE
******************************************************/
.page-title__wrapper {
	width: 100%;
	margin:auto;
}
.page-title {

}
.page-title h1 {
	text-align: center;
	color: #fff;
	letter-spacing: 0.2em;
	text-shadow:2px 0px 2px #333;
	font-weight:normal;
	padding: 60px;
}
.forrent-page-title {
	background: url('../img/common/forrent-mainimg.png')no-repeat center center;
	width: 100%;
	background-size: cover;
}
.forsale-page-title {
	background: url('../img/common/forsale-mainimg.png')no-repeat center center;
	width: 100%;
	background-size: cover;
}
.privacy-page-title {
	background: url('../img/common/privacy-mainimg.png')no-repeat center center;
	width: 100%;
	background-size: cover;
}
.property-page-title {
	background: url('../img/common/property-mainimg.png')no-repeat center center;
	width: 100%;
	background-size: cover;
}
.recruit-page-title {
	background: url('../img/common/recruit-mainimg.png')no-repeat center center;
	width: 100%;
	background-size: cover;
}
.works-page-title {
	background: url('../img/common/works-mainimg.png')no-repeat center center;
	width: 100%;
	background-size: cover;
}
.about-page-title {
	background: url('../img/common/about-mainimg.png')no-repeat center center;
	width: 100%;
	background-size: cover;
}
.contact-page-title {
	background: url('../img/common/contact-mainimg.png')no-repeat center center;
	width: 100%;
	background-size: cover;
}
.news-page-title {
	background: url('../img/common/news-mainimg.png')no-repeat center center;
	width: 100%;
	background-size: cover;
}
/*
* ITEM CATEGORY
******************************************************/
.item-category__wrapper {
	width: 100%;
	max-width: 1000px;
	margin:auto;
}
.item-category {
	margin: 60px 0 40px 0;
	border-bottom: 5px solid #651911;
	padding-bottom: 30px;
}
.item-category ul {
	display: -webkit-flex;
	display: flex;
	text-align: center;
}
.item-category li {
	width: 16%;
	max-width: 150px;
	padding: 5px;
}

.item-category li.current {
	border-bottom:6px #FF3939 solid;
	margin-bottom:-6px;
}


.item-category li span {
	display: block;
}
.item-category li:not(:last-child){
	margin-right: 15px;
}
.item-category li{
	color: #fff;
	display: block;
	cursor:pointer;
}
.category-icon01 {
	background: #B41112;
	border: 1px solid #600;
}
.category-icon02 {
	background: #C6AF9F;
	border: 1px solid #8D5F3E;
}
.category-icon03 {
	background: #99CB82;
	border: 1px solid #369709;
}
.category-icon04 {
	background: #88C2D8;
	border: 1px solid #1285B4;
}
.category-icon05 {
	background: #B78CD1;
	border: 1px solid #701AA3;
}
.category-icon06 {
	background: #369709;
	border: 1px solid #063;
}
.text-small {
	font-size:0.8125em;
	line-height: 1em;
}
.item-icon01,
.item-icon06 {
	background: #B41112;
	color: #fff;
	padding: 3px 10px;
	font-size:0.75em;
}
.item-icon02,
.item-icon07 {
	background: #C6AF9F;
	color: #fff;
	padding: 3px 10px;
	font-size:0.75em;
}
.item-icon03,
.item-icon08 {
	background: #99CB82;
	color: #fff;
	padding: 3px 10px;
	font-size:0.75em;
}
.item-icon04,
.item-icon09 {
	background: #88C2D8;
	color: #fff;
	padding: 3px 10px;
	font-size:0.75em;
}
.item-icon010 {
	background: #B78CD1;
	color: #fff;
	padding: 3px 10px;
	font-size:0.75em;
}
.item-icon05 {
	background: #B78CD1;
	color: #fff;
	padding: 3px 5px;
	font-size:0.625em
}
.item-icon011 {
	background: #5D0102;
	color: #fff;
	padding: 3px 10px;
	font-size:0.75em;
}
.item-icon012 {
	background: #C4A555;
	color: #fff;
	padding: 3px 10px;
	font-size:0.75em;
}
.item-icon014,
.item-icon015 {
	background: #369709;
	color: #fff;
	padding: 3px 10px;
	font-size:0.75em;
}
@media(max-width:800px) {
	.item-category__wrapper {
		width: auto;
		padding: 15px;
	}
	.item-category {
		margin: 20px 0 0 0;
	}
	.item-category li {
		max-width: auto;
		padding:5px 0;
	}
	.item-category li span {
		display: inline;
	}
	.item-category li:not(:last-child){
		margin-right: 5px;
	}
	.item-category li {
		font-size:0.6875em
	}
}

/*
* FOOTER BANNER
******************************************************/
.mail-form-button__wrapper {
	width:100%;
	max-width: 1000px;
	margin: auto;
}
.mail-form-button {
		margin: 60px 0;
		text-align:center;
}
.mail-form-button a {
	border: 1px solid #651911;
	background: #fff;
	color:#651911;
	padding: 10px 20px;
	font-size:1em;
	font-weight: bold;
	letter-spacing: 2.0;
	transition: all 0.3s;
}
.mail-form-button a:hover {
	border: 1px solid #651911;
	background: #651911;
	color: #fff;
	padding: 10px 20px;
	font-size:1em;
	font-weight: bold;
	letter-spacing: 2.0;
}
@media(max-width:800px) {
	.item-detail__wrapper {
		width: auto;
		padding: 15px;
	}
	.item-detail__content__inner {
		width: 100%;
		display: block;
	}
	.mail-form-button a {
		padding: 10px;
	}
	.mail-form-button a:hover {
		padding: 10px;
	}
}


/*
* POST CONTENT
******************************************************/
.post-content {
	width:100%;
	max-width:800px;
	margin:auto;
}
.post-content h3 {
	border-top: 3px solid #651911;
}
.post-content time {

}
.post-content__inner {
	padding-top: 60px;
}
.post-content__inner img {
	width: 100%;
	max-width:800px;
}
.post-content__inner p {

}
@media screen and (max-width:750px) {
	.post-content h3 {
		line-height: 1.5;
		padding-top: 8px;
	}
	.post-content__inner {
		padding-top: 30px;
	}
}

/*
* FOOTER BANNER
******************************************************/
.footer-banners__wrapper {
	/*background-color:#651911;*/
	width: 100%;
	overflow: hidden;
}
.footer-banners{

}
.footer-banners__content {
	width:100%;
	max-width: 1000px;
	margin: auto;
	display: table;
	padding: 30px 0;
}
.footer-banners__content-inner {
	display: table-cell;
	width: 50%;
	line-height: 0;
}
.footer-banners__content-inner img {
	width:100%;
	max-width:500px;
}
@media(max-width:800px) {
	.footer-banners__content {
		display: block;
		padding: 15px 15px 0 15px;
		width: auto;
	}
	.footer-banners__content-inner {
		display: block;
		width: 100%;
		padding-bottom: 15px;
	}
}
/*
* FOOTER
******************************************************/
.global-footer__wrapper {
	background: #000;
	color: #fff;
	width:100%;
	overflow: hidden;
}
.global-footer {
	max-width: 1000px;
	width: 100%;
	margin: auto;
}
.global-footer__content {

}
/* menu */
.global-footer-menu__wrapper {

}
.global-footer-menu {
	margin-top: 20px;
	font-size:0.9375em;
	line-height: 1;
}
.global-footer-menu ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.global-footer-menu li {
	padding-left: 20px;
}
.global-footer-menu li:not(:last-child){
	border-right: 1px solid #fff;
	padding-right: 20px;
}
.global-footer-menu li a {
	color: #FFF;
}
.global-footer-menu li a:hover {
	color: #FFF;
	text-decoration: underline;
}
@media(max-width:800px) {
	.global-footer-menu ul {
		font-size:0.75em;
	}
	.global-footer-menu li {
		padding-left: 10px;
	}
	.global-footer-menu li:not(:last-child){
		padding-right: 10px;
	}
}

/* company info */
.global-footer-logo__wrapper {
	padding: 30px 0;
}
.global-footer-logo {

}
.global-footer-logo h1 {
	font-size: 130%;
	font-weight: normal;
	margin::0;
}
.global-footer-logo address {
	font-style: normal;
	font-size:0.9375em;
	line-height: 1.2;
	padding-bottom: 15px;
}
@media(max-width:800px) {
	.global-footer-logo__wrapper {
		padding: 30px 15px;
	}
	.global-footer-logo address {
		font-size:0.8125em;
		padding: 0;
	}
}
/* copy right */
.global-footer-copyright__wrapper {
	margin:auto;
	text-align: center;
}
.global-footer-copyright {
	font-size:0.625em
}

.footer-textLinks{
	height:200px;
	background-color:#000000;
}
