@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,700;1,14..32,700&display=swap');

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. 基本
　02.ヘッダー（サブ）

******************************************************************************* */


/* ==

　01. 基本

=============================================================================== */
#main .topicPath {
	background-color: #5E5E5E;
	color: #FFF;
}
#main .topicPath li a{
	color: #FFF;
}
#footerPagetop .pageTop {
	z-index: 6;
}


/* ==

　02.ヘッダー（サブ）

=============================================================================== */
/* headerSub
------------------------------------------------------------------------------- */
#headerSub {
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
#headerSub .nav {
	max-width: 1240px;
	margin: 0 auto;
	padding-left: 0;
	/*
	padding-right: clamp(20px, calc((1900px - 100vw) * 0.35), 250px);
	padding-right: clamp(20px, calc((1700px - 100vw) * 0.6), 250px);
	*/
	box-shadow: none;
	box-sizing: border-box;
	position: static;
}
#headerSub.headerSub_tenant .nav .nav01 {
	width: 45%;
	justify-content: flex-start;
	gap: 0 40px;
}
#headerSub .nav .nav01>li:nth-of-type(1) ,
#headerSub .nav .nav01>li:nth-of-type(2) ,
#headerSub .nav .nav01>li:nth-of-type(3) ,
#headerSub .nav .nav01>li:nth-of-type(4) {
	width: auto;
}
#headerSub.headerSub_tenant .navBtn {
	width: 55%;
	font-size: 135%;
	line-height: 1.3;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 0 10px;
	box-sizing: border-box;
}
#headerSub.headerSub_tenant .navBtn .navBtn_item a{
	padding: 6px 14px;
	background: #FF9900;
	background: linear-gradient(180deg, rgba(255, 153, 0, 1) 0%, rgba(176, 106, 0, 1) 100%);
	border-radius: 5px;
	color: #FFF;
	font-feature-settings: "palt" 1;
	text-decoration: none;
	text-align: center;	
	display: inline-block;
	transition: opacity .5s;
}
#headerSub.headerSub_tenant .navBtn .navBtn_item.navBtn_item_office a{
	background: #1C8BC3;
	background: linear-gradient(180deg, rgba(28, 139, 195, 1) 0%, rgba(14, 81, 115, 1) 100%);
}
#headerSub.headerSub_tenant .navBtn .navBtn_item a:hover{
	opacity: 0.6;
}
#headerSub .nav .nav02 {
	width: 230px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
#headerSub .nav .nav02Soudan > a {
	background: #A21B22;
	background: linear-gradient(0deg, rgba(162, 27, 34, 1) 0%, rgba(211, 35, 46, 1) 100%);
}
@media only screen and (max-width: 1260px) {
	#headerSub {
		padding-left: 20px;
		box-sizing: border-box;
	}
}

@media only screen and (max-width: 1720px) {
	#headerSub.headerSub_tenant .navBtn {
		padding-right: 20px;
	}
}
@media only screen and (max-width: 1700px) {
	#headerSub .nav {
		padding-right: clamp(20px, calc((1700px - 100vw) * 0.5), 250px);
	}
}
@media only screen and (max-width: 1250px) {
	#headerSub.headerSub_tenant .nav .nav01{
		gap: 0 30px;
	}
	#headerSub.headerSub_tenant .navBtn {
		font-size: 125%;
	}
}
@media only screen and (max-width: 1210px) {
	#headerSub.headerSub_tenant .navBtn {
		padding-right: 0;
	}
}


#headerSub .dropArea #dropTenant .dropAreaInner>div {
	margin-top: 40px;
}
#headerSub .dropArea #dropTenant .dropAreaInner>div:nth-of-type(-n+2) {
	margin-top: 0;
}
#headerSub .dropArea #dropTenant .dropAreaInner a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
#headerSub .dropArea #dropTenant .dropAreaImg {
	width: 20%;
}
#headerSub .dropArea #dropTenant .dropAreaImg img {
	width: 100%;
}
#headerSub .dropArea #dropTenant .dropAreaLink {
	width: 75%;
	height: auto;
}
#headerSub .dropArea #dropTenant .dropAreaTxt {
	margin-top: 20px;
}



/* ==

　03.テナント募集中の物件

=============================================================================== */
.tTenantBox01 {
	max-width: 950px;
	margin: 50px auto 80px;
	display: -webkit-box;
	display: flex;
	gap: 0 40px;
}
.tTenantBox01 > div {
	position: relative;
	width: calc((100% - 40px) / 2);
	background-color: #FFF;
	box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
}
.tTenantBox01 > div a {
	padding: 10px 10px 15px;
	text-decoration: none;
	display: block;
	transition: opacity .3s;
}
.tTenantBox01 > div a:hover {
	opacity: 0.6;
}
.tTenantBox01 > div a .tTenantBox01Img01 {
	margin-bottom: 15px;
}
.tTenantBox01 > div a .tTenantBox01Img01 img {
	width: 100%;
	height: auto;
}
.tTenantBox01 > div a .tTenantBox01Txt01 {
	margin-bottom: 10px;
	font-size: 150%;
	font-feature-settings: "palt";
	position: relative;
}
.tTenantBox01 > div a .tTenantBox01Txt01::after {
	content: "";
	width: 19px;
	height: 10px;
	background: url(../images/ico_arw01.svg) left top no-repeat;
	background-size: 100% auto;
	display: block;
	position: absolute;
	top: calc(50% - 5px);
	right: 5px;
}
.tTenantBox01 > div a .tTenantBox01Txt02{
	font-size: 117%;
	line-height: 1.625;
	font-feature-settings: "palt";
}
.tTenantBox01 > div a .tTenantBox01Txt02 li{
	margin-bottom: 5px;
}
.tTenantBox01 > div div img {
	max-width: 100%;
	height: auto;
}
/*
.tTenantBox01New {
	display: -webkit-box;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	width: 70px;
	height: 22px;
	background: #c80028;
	color: #fff;
	font-size: 100%;
}
*/