/* CSS Document */

.mainvisual{
	background: url("../img/bg_main01_pc.jpg") no-repeat top center;
	background-size: cover;
	height: 100vh;
	position: relative;
}

.lead_txt{
	color: #fff;
	font-size: 34px;
	position: absolute;
	right:50%;
	bottom:50%;
	-webkit-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
	text-shadow: 4px 2px 7px #000;
	width: 100%;
}

.sakura-bnr{
	position: absolute;
	right: 20px;
	bottom: 110px;
	background: #fff;
}
.sakura-bnr a:hover{
	opacity: 0.8;
}

.sakura-bnr-sp{
	display: none;
}


/* .mainScroll スクロールアイコン
-------------------------------------- */
.mainScroll {
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 60px;
	margin-left: -20px;
	-webkit-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: transparent;
	font-family: 'Crimson Text', 'Noto Serif JP', serif;
}
.mainScroll a {
	display: block;
}
.mainScrollTxt {
	margin-bottom: 8px;
	color: #fff;
	font-size: 17.6px;
	font-size: 1.1rem;
	text-align: center;
}
.mainScrollLine {
	margin-left: auto;
	margin-right: auto;
	width: 1px;
	height: 25px;
	background-color: #fff;
	-webkit-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
	-webkit-animation-name: scroll-icon;
	animation-name: scroll-icon;
	-webkit-animation-duration: 2.5s;
	animation-duration: 2.5s;
	-webkit-animation-timing-function: cubic-bezier(0.37, 0.16, 0.12, 1);
	animation-timing-function: cubic-bezier(0.37, 0.16, 0.12, 1);
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.mainScroll:hoverLine {
	background-color: #d4b079;
}
@media screen and (min-width: 600px) {
	.mainScrollTxt {
		font-size: 1.4rem;
	}
	.mainScrollLine {
		height: 35px;
	}
}
@-webkit-keyframes scroll-icon {
	0% {
		height: 0%;
		top: 100%;
	}
	50% {
		height: 100%;
		top: 0;
	}
	100% {
		height: 0%;
		top: 0;
	}
}
@keyframes scroll-icon {
	0% {
		height: 0%;
		top: 100%;
	}
	50% {
		height: 100%;
		top: 0;
	}
	100% {
		height: 0%;
		top: 0;
	}
}


h2{
	color: #382816;
	font-size: 34px;
	font-weight: normal;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 40px;
}

h2 span{
	display: block;
	font-size: 14px;
	color: #8f8982;
}

#contentsBlock{
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
	.sakura-bnr{
		display: none;
	}
	
	.sakura-bnr-sp{
		display: block;
		margin: 20px auto 0;
		padding: 20px 20px 0;
	}
	
	.mainvisual{
		background: url("../img/bg_main01_sp.jpg") no-repeat top center;
		background-size: cover;
		height: 100vh;
		position: relative;
	}
	
	.lead_txt{
		width: 100%;
		font-size: 5vw;
	}
	
	h2{
		font-size: 26px;
	}
}


/*新着情報*/
/*--------------------------------------------*/
.sec-news .inner{
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	padding: 88px 0 100px;
}

.sec-news .inner a:hover{
	text-decoration: underline;
}







/*空室検索*/
/*--------------------------------------------*/
.sec02{
	margin: 80px auto;
}


.search_box{
	display: flex;
}

.search_box a{
	width: 50%;
	display: block;
	height: 100%;
	color: #fff;
}

.search_box .office_pic ,
.search_box .residence_pic {
	position: relative;
	overflow: hidden;
	text-align: center;
	height: 480px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.search_box .office_pic .inner{
	background: rgba(0,69,59,0.8);
	width: 100%;
	padding: 17px 10px;
}

.search_box .residence_pic .inner{
	background: rgba(74,51,18,0.8);
	width: 100%;
	padding: 17px 10px;
}

.search_box .office_pic .inner p.ttl,
.search_box .residence_pic .inner p.ttl{
	font-size: 30px;
}

.search_box .office_pic .inner p,
.search_box .residence_pic .inner p{
	font-size: 18px;
	width: 100%;
}

.search_box .office_pic:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background: url("../img/index_img01.jpg") no-repeat center center;
	background-size: cover;
	transition: all .5s ease-out;
}

.search_box .residence_pic:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background: url("../img/index_img02.jpg") no-repeat center center;
	background-size: cover;
	transition: all .5s ease-out;
}

.search_box .office_pic:hover:after ,
.search_box .residence_pic:hover:after {
	opacity: .8;
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.search_box .office_pic .inner ,
.search_box .residence_pic .inner {
	z-index: 1;
	position: absolute;
	bottom: 0;
	left:0;

}

@media all and (-ms-high-contrast: none){
	.search_box .office_pic, .search_box .residence_pic{
		display: block;
	}
	
}

@media screen and (max-width: 1100px) {
	.search_box .office_pic .inner p.ttl,
	.search_box .residence_pic .inner p.ttl{
		font-size: 3vw;
	}
	
	.search_box .office_pic .inner,
	.search_box .residence_pic .inner{
		padding: 10px;
	}
}

@media screen and (max-width: 640px) {
	.search_box{
		display: block;
	}
	
	.search_box a{
		width: 100%;
	}
	
	.search_box .office_pic,
	.search_box .residence_pic{
		height: 230px;
	}
	
	.search_box .office_pic::after{
		background: url("../img/index_img01_sp.jpg") no-repeat center center;
		background-size: cover;
	}
	
	.search_box .office_pic .inner,
	.search_box .residence_pic .inner{
		max-height: 200px;
		width: 100% !important;
	}
	
	.search_box .residence_pic::after{
		background: url("../img/index_img02_sp.jpg") no-repeat center center;
		background-size: cover;
	}
}

@media screen and (max-width: 480px) {
	.search_box .office_pic .inner p.ttl,
	.search_box .residence_pic .inner p.ttl{
		font-size: 20px;
	}
	
	.search_box .office_pic .inner p,
	.search_box .residence_pic .inner p{
		font-size: 14px;
	}
}


/*物件情報*/
/*--------------------------------------------*/
.sec01{
	background: #f5f0eb;
}

.sec01 .inner{
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	padding: 88px 0 100px;
}

.tab1 {
	display: flex;
	justify-content: space-between;
	text-align: center;
	margin: 0 !important;
}

.tab1__item:first-child {
	display: block;
	text-decoration: none;
	color: #00453b;
	background-color: #fff;
	border: 1px solid #00453b;
	cursor: pointer;
	font-size: 20px;
	width: 48.5%;
}

.tab1__item:last-child {
	display: block;
	text-decoration: none;
	color: #4a3312;
	background-color: #fff;
	border: 1px solid #4a3312;
	cursor: pointer;
	font-size: 20px;
	width: 48.5%;
}

.tab1__link {
	display: block;
	padding: 15px;
	position: relative;
}

.tab1__item:first-child .tab1__link.on {
	background-color: #00453b;
	color: #fff;
}
.tab1__item:last-child .tab1__link.on {
	background-color: #4a3312;
	color: #fff;
}

.tab1__item:first-child .tab1__link.on:after {
	font-family: 'FontAwesome';
	content: "\f0d7";
	color: #00453b;
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
	font-size: 36px;
}

.tab1__item:last-child .tab1__link.on:after {
	font-family: 'FontAwesome';
	content: "\f0d7";
	color: #4a3312;
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
	font-size: 36px;
}

.tab1-body__item {
	margin: 17px 0;
	display: none;
	text-align: center;
}
.tab1-body__item.on {
	display: block;
}


.info_box{
	background: #fff;
	margin-bottom: 10px;
    position: relative;
}

.info_box .voice{
    position: absolute;
    right: 15px;
    top: 15px;
}
.info_box .voice a{
    padding: 0;
}
.info_box .voice a:hover{
    border: 1px solid #fff;
    opacity: 0.8;
}

.info_box a{
	display: flex;
	justify-content: space-between;
	padding: 20px;
	transition: all 300ms 0s ease;
	border: 1px solid #fff;
}

.info_box a:hover{
	border: 1px solid #00453b;
}

.info_box .info_details_txt{
	max-width: 700px;
	width: 100%;
	text-align: left;
	margin-left: 20px;
}

.info_box .info_details_txt .details_ttl{
	font-size: 28px;
	margin: 15px auto;
}

.tbl_details{
	margin: 25px 0 25px;
}

.tbl_details tr{
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
}
	.tbl_details tr:last-child{
		margin-bottom: 0;
	}

.tbl_details th{
	background: #ebded1;
	text-align: center;
	min-width: 90px;
	margin-right: 10px;
	display: block;
}


.info_box a .more_link{
	background: #000;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	width: 50%;
	border: 1px solid #000000;
	transition: 0.5s ease;
	position: relative;
}

.info_box a .more_link span{
	font-size: 18px;
}

.info_box a .more_link span:after{
	content: "";
	background: url("../common/img/icon/btn_arrow_on.png") no-repeat center center;
	display: inline-block;
	width: 23px;
	height: 6px;
	position:absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.info_box a :hover .more_link span:after{
	background: url("../common/img/icon/btn_arrow.png") no-repeat center center;
}

.info_box a :hover .more_link{
	background: #fff;
	color: #000;
}

.tab1-body__item--2 .tbl_details th{
	background: #382816;
	color: #fff;
	
}

@media screen and (max-width: 1100px) {
	.sec02 .inner{
		padding: 100px 20px;
	}
	.info_box a .more_link span{
		font-size: 2vw;
	}
	
	_:-ms-lang(x)::-ms-backdrop, .info_box figure{
			width: 40%;
	}
	
	_:-ms-lang(x)::-ms-backdrop, .info_details_txt{
		margin-left: 15px;
	}
	
	_:-ms-lang(x)::-ms-backdrop, .tbl_details tr{
		display: inline-table;
	}

}
@media screen and (max-width: 1100px) {
	.sec01 .inner{
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width: 830px) {
    .info_box .voice{
        width: 18%;
    }
    
    .tab1-body__item--2 .info_box .info_details_txt{
        padding-top: 60px;
    }
}


@media screen and (max-width: 640px) {
	.sec01 .inner{
		padding: 88px 0 40px;
	}
	
	.sec02{
		margin: 40px auto;
	}
	
	.sec02 .inner{
		padding: 100px 0 60px;
	}
	
	.tab1{
		padding: 0 20px;
	}
	
	.tbl_details{
		display: none;
	}
	
	.tab1__item:first-child,
	.tab1__item:last-child{
		font-size: 16px;
	}
	
	.info_box .info_details_txt{
		padding-bottom: 40px;
	}
	
	.info_box .info_details_txt .details_ttl{
		font-size: 18px;
		margin: 10px auto 15px;
	}
    
	.info_box a{
		position: relative;
		padding: 10px;
	}
	
	.info_box a .more_link{
		position: absolute;
		right: 0;
		bottom: 0;
		width: 40px;
		height: 40px;
		padding: 10px;
		background: #000;
	}
		
	.more_link span{
		display: none;
	}
	
	.more_link:after{
		content: "";
		background: url("../common/img/icon/btn_arrow_on.png") no-repeat center center;
		display: inline-block;
		width: 23px;
		height: 6px;
		background-size: contain;
	}
}

/*企業情報*/
/*--------------------------------------------*/
.sec03 .inner{
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	padding: 93px 0 100px;
}

.company_box{
	display: flex;
	justify-content: space-between;
}

.company_box .company_box_right{
	max-width: 720px;
	width: 80%;
	text-align: left;
	margin-left: 20px;
}

.company_box .company_box_right p{
	margin-bottom: 20px;
	line-height: 1.8;
}

.more_link a{
	background: #000;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	width: 50%;
	border: 1px solid #000000;
	transition: 0.5s ease;
	position: relative;
}

.more_link a span{
	font-size: 18px;
}

.more_link span:after{
	content: "";
	background: url("../common/img/icon/btn_arrow_on.png") no-repeat center center;
	display: inline-block;
	width: 23px;
	height: 6px;
	position:absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.more_link a:hover{
	background: #fff;
	color: #000;
}

.more_link a:hover span:after{
	background: url("../common/img/icon/btn_arrow.png") no-repeat center center;
}

.news-area{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	max-width: 530px;
	margin: 0 auto;
	text-align: left;
}
.news-area p{
	width: 100%;
	color: #333;
}
	.news-area p > a{
		display: flex;
		justify-content: space-between;
	}
	.news-area a span{
		display: block;
		padding-right: 15px;
		width: 33%;
	}
	.news-area a span:nth-child(2){
		width: 80%;
		padding-right: 0;
	}

	.news-area p > .link-n{
		width: 30%;
		display: block;
	}

	.news-area p > .link-n > span{
		width: 100%;
	}
	.news-area p > .link-n + span{
		width: 70%;
		display: block;
	}

	.news-area p.flex{
		display: flex;
	}

@media screen and (max-width: 1100px) {
	.sec03 .inner{
		padding: 60px 20px;
	}
	
	.more_link a{
		width: 70%;
	}
	
	.more_link a span{
		font-size: 2vw;
	}
}

@media screen and (max-width: 640px) {
	.company_box{
		display: block;
	}
	
	.company_box .company_box_right{
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}
	
	.company_box_right .more_link a{
		width: 100%;
	}
	
	.company_box_right .more_link a span{
		font-size: 16px;
		display: block;
	}
	
	.news-area{
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.news-area p > a{
		display: block;
	}
	
	.news-area a span,
	.news-area span,
	.news-area p.flex,
	.news-area p > .link-n,
	.news-area p > .link-n + span{
		display: block;
		width: 100%;
	}
	
	.news-area a span:nth-child(2){
		width: 100%;
	}
}

@media screen and (max-width: 320px) {
	.tab1__link{
		font-size: 14px;
	}
}