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

#main{
	font-size:14px;
	line-height:1.8em;
}
.public_space_kv{
	width: 100%;
	height: 80vh;
  	background-image: url("../images/public_space/main-sp.jpg");
	background-position: center center;
}
/*コンテンツ１*/
.content1{
    padding-bottom: 40px;
}
.content1 img{
	display:block;
	width:100%;
}
.content1 .pc{
	display:none;
}
.content1 h3{
	margin:25px auto;
}
.content1 h4{
	margin:10px auto;
}
.content1 .pc{
	display:none;
}
.content2 {
	margin:0px auto;
    padding: 40px 0;
    background-color: #210b00;
}
.content2 .pc{
	display:none;
}
.content2 h3{
	margin:25px auto;
}
.content2 img{
	display:block;
	width:100%;
}
.content2 .facade{
}
.content2 .facade h3{
	width:80%;
	margin:40px auto;
}
.content2 .facade div{
}
.content2 .facade div p{
	margin:30px auto 40px auto;
}
/*コンテンツ3*/
.content3{
	position:relative;
	overflow:hidden;
    background-color: #210b00;
}
.content3 dl{
    margin-bottom: 40px;
}
.content3 dl img{
	display:block;
	width:100%;
}
.content3 dl dt{
	width:100%;
}
.content3 dl dd{
	width:100%;
    margin: 0;
}
.content3 dl dd h3{
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
	padding:5% 0 2% 0;
}
.content3 dl dd p{
	text-align: left;
	font-size: 12px;
	line-height: 1.8em;
	padding:5% 0;
	color: #FFFFFF;
}
.content3 dl dd p span{
	font-size: 16px;
	color: #FFFFFF;
    padding: 0;
}




/*pc*/
@media screen and (min-width: 758px){
.public_space_kv{
	width: 100%;
	height: 80vh;
  	background-image: url("../images/public_space/main.jpg");
	background-position: center bottom;
}
.content1{
}
.content1 .sp{
	display:none;
}
.content1 .pc{
	display:block;
}
.content1 h3{
	margin:40px auto 0px;
	width:1280px;
}
.content1 h4{
	margin:40px auto;
	width:1280px;
}
.content2 {
	margin:0px auto;
    padding: 80px 0
}
.content2 .sp{
	display:none;
}
.content2 .pc{
	display:block;
}
.content2 p br{
	display: block;
}
.content2 h3{
	margin:40px auto;
	width:1280px;
}
.content2 h4{
	margin:40px auto;
	width:1280px;
}
.content3{
	padding-bottom:0px;
	padding-top:0px;
}	
.content3 dl{
	display: flex;
	justify-content: space-around;
    padding: 0;
}
.content3 dl img{
	display:block;
	width:100%;
}
.content3 dl dt{
	width:50%;
	margin-left:0%;
}
.content3 dl dd{
	width:50%;
	margin-left:0%;
}
.content3 dl dd h3{
	font-size: 24px;
	line-height: 1.5em;
	font-weight: bold;
	text-align:	center;
	margin-left:10%;
}
.content3 dl dd p{
	font-size: 14px;
	line-height: 1.8em;
    margin-bottom: 0px!important;
	margin-left:10%;
	text-align: left;
}
}
