@charset "utf-8";

.pageWrap{
	background-attachment: fixed;
	background-image: url(../images/top/topBg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 80px 0;
}
.relative{
	position: relative;
}
.absolute{
	position: absolute;
	top: 0;
	left: 0;
}
.ttlWrap,
.subTitle_wrap{
	width:850px;
	margin:0 auto;
}
.ttlWrap>h2,
.subTitle_wrap>h3{
	width:670px;
	margin:0 auto;
	text-align: center;
	line-height: 1.8;
	margin-bottom: 30px;
}
.ttlWrap>h2>span{
	font-size: 1.25em;
	letter-spacing: 0.025em;
}
.ttlWrap>p{
	font-size: 1.5em;
	letter-spacing: 0.1em;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 30px;
}
.under500{
	display: none;
}
@media (max-width:1400px){
	.pageWrap{
		padding: 50px 0;
	}
	.ttlWrap{
		width: 87%;
	}
}
@media (max-width: 1024px){
	.ttlWrap>h2 {
		width: 600px;
		margin-bottom: 15px;
	}
}
@media (max-width: 768px) {
	.ttlWrap>h2 {
		width: 450px;
	}
}
@media (max-width: 500px) {
	.ttlWrap>h2 {
		width: 100%;
	}
	.under500{
		display: block;
	}
}

.security{
	background-color: #fff;
	padding: 80px 0;
}
@media (max-width: 768px) {
	.security{
		padding: 50px 0;
	}
}

.securityWrap{
	width:1320px;
	margin: 0 auto;
}
@media (max-width:1600px){
	.securityWrap{
		width:82.5%;
	}
}
@media (max-width:768px){
	.securityWrap{
		width:90%;
	}
}

.securityWrap>.txtWrap{
	margin-bottom: 30px;
}
.securityWrap>.txtWrap>p{
	font-size: 1.25em;
	line-height: 2;
}
@media (max-width:1200px){
	.securityWrap>.txtWrap>p{
		font-size: 1.15em;
	}
}

.alsok{
	margin-bottom: 30px;
}
.alsok>.logoWrap{
	margin-bottom: 10px;
}
.alsok>.txtWrap{
	margin-bottom:10px;
}
.alsok>.txtWrap>h3{
	font-family: "Noto Sans JP", serif;
	font-size: 1.25em;
	font-weight: 500;
	color: #977c45;
	margin-bottom: 10px;
}
.alsok>.txtWrap>p{
	font-size: 1em;
	line-height: 1.8;
}
.alsok>.imgWrap>h4{
	font-family: "Noto Sans JP", serif;
	font-size: 1.1em;
	font-weight: 500;
	color: #977c45;
	margin-bottom: 10px;
}
@media (max-width:1200px){
	.alsok>.imgWrap>p>img{
		width: 125%;
	}
}
@media (max-width:768px){
	.alsok>.imgWrap>p>img{
		width: 150%;
	}
}
@media (max-width:500px){
	.alsok>.imgWrap>p>img{
		width: 175%;
	}
}
@media (max-width:400px){
	.alsok>.imgWrap>p>img{
		width: 200%;
	}
}
@media (max-width:350px){
	.alsok>.imgWrap>p>img{
		width: 225%;
	}
}

.securityRow{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.securityContent{
	width: 45%;
}
.securityContent>.txtBox>h3{
	font-family: "Noto Sans JP", serif;
	font-size: 1.25em;
	font-weight: 500;
	color: #977c45;
	margin-bottom: 10px;
}
.securityContent>.txtBox>p{
	font-size: 1em;
	line-height: 1.8;
}
.securityContent>.imgBox{
	margin-top: 20px;
}
.alsok>.logoWrap{
	margin-bottom: 10px;
}
.alsok>.txtWrap{
	margin-bottom:10px;
}
.alsok>.txtWrap>h3{
	font-family: "Noto Sans JP", serif;
	font-size: 1.25em;
	font-weight: 500;
	color: #977c45;
	margin-bottom: 10px;
}
.alsok>.txtWrap>p{
	font-size: 1em;
	line-height: 1.8;
}
.alsok>.imgWrap>h4{
	font-family: "Noto Sans JP", serif;
	font-size: 1.1em;
	font-weight: 500;
	color: #977c45;
	margin-bottom: 10px;
}
@media (max-width:1200px){
	.securityContent{
		width: 48%;
	}
}
@media (max-width:500px){
	.securityContent{
		width: 100%;
	}
	.securityContent:first-of-type{
		margin-bottom: 20px;
	}
}

.monitoring{
	background-color: #eceee8;
	padding: 50px;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.monitoring>.txtBox{
	margin-bottom: 20px;
}
.monitoring>.txtBox>.mainTxt{
	margin-bottom: 10px;
}
.monitoring>.txtBox>.mainTxt>h3{
	font-family: "Noto Sans JP", serif;
	font-size: 1.25em;
	font-weight: 500;
	color: #977c45;
	margin-bottom: 10px;
}
.monitoring>.txtBox>.mainTxt>p{
	font-size: 1em;
	line-height: 1.8;
}
.monitoring>.txtBox>.subTxt{
	padding-left: 15px;
	border-left:5px solid #977c45;
}
.monitoring>.txtBox>.subTxt>h4{
	font-family: "Noto Sans JP", serif;
	font-size: 1.1em;
	font-weight: 500;
	color: #977c45;
	margin-bottom: 10px;
}
.monitoring>.txtBox>.subTxt>p{
	font-size: 1em;
	line-height: 1.8;
}
@media (max-width:768px){
	.monitoring{
		padding: 30px;
	}
	.monitoring>.imgBox>p>img{
		width: 125%;
	}
} 
@media (max-width:500px){
	.monitoring>.imgBox>p>img{
		width: 150%;
	}
}
@media (max-width:400px){
	.monitoring>.imgBox>p>img{
		width: 175%;
	}
}
@media (max-width:350px){
	.monitoring>.imgBox>p>img{
		width: 200%;
	}
}

.entranceDoor{
	margin-bottom: 30px;
}
.entranceDoor>h3{
	font-family: "Noto Sans JP", serif;
	font-size: 1.25em;
	font-weight: 500;
	color: #977c45;
	margin-bottom: 10px;
}
.entranceDoor_row{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.entranceDoor_row>.imgBox,
.entranceDoor_row>.txtRow{
	width:48%;
}
.entranceDoor_row>.txtRow>.entranceContent{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.entranceDoor_row>.txtRow>.entranceContent:last-of-type{
	margin-bottom: 0px;
}
.entranceDoor_row>.txtRow>.entranceContent>.txtBox{
	width: 70%;
}
.entranceDoor_row>.txtRow>.entranceContent:last-of-type>.txtBox{
	width: 100%;
}
.entranceDoor_row>.txtRow>.entranceContent>.txtBox>h4{
	font-family: "Noto Sans JP", serif;
	font-size: 1.1em;
	font-weight: 500;
	color: #977c45;
	margin-bottom: 5px;
	display: flex;
	align-items: center;
}
.entranceDoor_row>.txtRow>.entranceContent>.txtBox>h4>span{
	display: inline-block;
	text-align: center;
	line-height: 0.9;
	width: 1em;
	height: 1em;
	padding: 0.25em;
	font-family: "Noto Sans JP", serif;
	font-size: 1em;
	font-weight: 500;
	color: #fff;
	background-color: #977c45;
	border-radius: 50px;
	margin-right:0.5em;
}
.entranceDoor_row>.txtRow>.entranceContent>.txtBox>p{
	font-size: 1em;
	line-height: 1.4;
}
.entranceDoor_row>.txtRow>.entranceContent>.imgBox{
	width: 25%;
}
.entranceDoor_row>.txtRow>.entranceContent>.imgBox>p>span{
	font-size: 0.75em;
	color: #fff;
	position: absolute;
	right: 5px;
	bottom: 5px;
}
@media (max-width:1024px){
	.entranceDoor_row{
		justify-content: center;
	}
	.entranceDoor_row>.imgBox{
		margin-bottom: 20px;
	}
	.entranceDoor_row>.imgBox,
	.entranceDoor_row>.txtRow{
		width:600px;
	}
} 
@media (max-width:768px){
	.entranceDoor_row>.imgBox,
	.entranceDoor_row>.txtRow{
		width:100%;
	}
	.entranceDoor_row>.txtRow{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.entranceDoor_row>.txtRow>.entranceContent{
		width: 48%;
	}
	.entranceDoor_row>.txtRow>.entranceContent{
		align-items: flex-start;
	}
}
@media (max-width:500px){
	.entranceDoor_row>.txtRow>.entranceContent{
		width: 100%;
	}
}

.securityCamera{
	margin-bottom: 30px;
}
.securityCamera>.txtWrap{
	margin-bottom: 20px;
}
.securityCamera>.imgWrap>p:last-of-type{
	margin-top: 20px;
}
.securityCamera>.txtWrap>h3{
	font-family: "Noto Sans JP", serif;
	font-size: 1.25em;
	font-weight: 500;
	color: #977c45;
	margin-bottom: 10px;
}
.securityCamera>.txtWrap>p{
	font-size: 1em;
}
@media (max-width:768px){
	.securityCamera>.imgWrap>p:last-of-type>img{
		width: 125%;
	}
} 
@media (max-width:500px){
	.securityCamera>.imgWrap>p:last-of-type>img{
		width: 150%;
	}
}
@media (max-width:400px){
	.securityCamera>.imgWrap>p:last-of-type>img{
		width: 175%;
	}
}
@media (max-width:350px){
	.securityCamera>.imgWrap>p:last-of-type>img{
		width: 200%;
	}
}

.towerParking>.txtWrap{
	margin-bottom: 20px;
}
.towerParking>.txtWrap>h3{
	font-size: 1.25em;
	font-weight: 400;
	text-align: center;
}
.towerParking_content{
	background-color: #000;
	padding: 30px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.towerParking_row{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.towerParking_row>.imgWrap,
.towerParking_row>.txtWrap{
	width: 48%;
}
.towerParking_row>.txtWrap>ul>li{
	display: flex;
	margin-bottom: 10px;
}
.towerParking_row>.txtWrap>ul>li:last-of-type{
	margin-bottom: 0px;
}
.towerParking_row>.txtWrap>ul>li>.imgBox{
	width: 10%;
	background-color: #977c45;
}
.towerParking_row>.txtWrap>ul>li>.txtBox{
	width: 90%;
	background-color: #b59b74;
	display: flex;
	align-items: center;
	padding-left: 1em;
	font-size: 1.25em;
	line-height: 1.4;
	color:#fff;
}
.under1200{
	display: none;
}
@media (max-width:1600px){
	.towerParking_row>.txtWrap>ul>li>.txtBox{
		font-size: 1.15em;
	}
}
@media (max-width:1200px){
	.under1200{
		display: block;
	}
	.towerParking_content{
		width: 800px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.towerParking_row>.imgWrap,
	.towerParking_row>.txtWrap{
		width: 100%;
	}
}
@media (max-width:1024px){
	.towerParking_content{
		width: 78.12%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
}
@media (max-width:768px){
	.towerParking_content{
		width: 90%;
	}
}
@media (max-width:500px){
	.towerParking_content{
		padding: 15px;
	}
	.towerParking_content{
		width: 100%;
	}
	.towerParking_row>.txtWrap>ul>li>.imgBox{
		width: 15%;
	}
	.towerParking_row>.txtWrap>ul>li>.txtBox{
		width: 85%;
	}
}

.towerParking_content02>.txtWrap{
	margin-bottom: 20px;
}
.towerParking_content02>.txtWrap>h3{
	font-family: "Noto Sans JP", serif;
	font-size: 1.25em;
	font-weight: 500;
	color: #977c45;
	margin-bottom: 10px;
}
.towerParking_content02>.towerParking_row>.imgWrap,
.towerParking_content02>.towerParking_row>.txtWrap{
	width: 48%;
}
.towerParking_content02>.towerParking_row>.txtWrap>ul>li{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px 0;
}
.towerParking_content02>.towerParking_row>.txtWrap>ul>li>span:first-of-type{
	font-size: 1em;
	color:#000;
}
.towerParking_content02>.towerParking_row>.txtWrap>ul>li>span:last-of-type{
	font-size: 1.25em;
	color:#9c8f70;
}
.towerParking_content02>.towerParking_row>.txtWrap>ul>li:nth-of-type(odd){
	background-color: #dddfca;
}
.towerParking_content02>.towerParking_row>.txtWrap>ul>li:nth-of-type(even){
	background-color: #e5e6db;
}
.towerParking_content02>.towerParking_row>.txtWrap>ul>li>span{
	font-size: 1.25em;
}
@media (max-width:1600px){
	.towerParking_content02>.towerParking_row>.txtWrap>ul>li>span{
		font-size: 1.15em;
	}
}
@media (max-width:1024px){
	.towerParking_content02>.towerParking_row{
		justify-content: center;
	}
	.towerParking_content02>.towerParking_row>.imgWrap{
		width: 500px;
		margin-bottom: 20px;
	}
	.towerParking_content02>.towerParking_row>.txtWrap{
		width: 78.12%;
	}
}
@media (max-width:768px){
	.towerParking_content02>.towerParking_row>.txtWrap{
		width: 90%;
	}
}
@media (max-width:600px){
	.towerParking_content02>.towerParking_row>.imgWrap{
		width: 90%;
	}
}
@media (max-width:500px){
	.towerParking_content02>.towerParking_row>.imgWrap,
	.towerParking_content02>.towerParking_row>.txtWrap{
		width: 100%;
	}
}