@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Syncopate:wght@400;700&display=swap');

* {
  -webkit-box-sizing: initial;
  box-sizing: initial;
}

#mainContainer p.eng {
    text-align: center;
    /*font-family: 'Michroma','Arial Black',Arial;*/
    font-family: 'Syncopate', 'Arial Black', 'Arial', sans-serif;
    font-size: 110%;
    letter-spacing: 0.4em;
    margin-bottom: 5px;
}

#mainContainer p.eng img{
	display: inline-block;
}

#mainContainer p.jp {
    text-align: center;
    font-size: 95%;
    font-weight: normal;
    letter-spacing: 0;
}

.pNum {
    font-size: 90%;
	margin-top:40px;
	text-align: center;
}

.pNum span {
    padding: 0 10px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    line-height: 1em;
}

.projectBlock .imgBox{
    width: 100%;
    height:auto;
    /*min-width: 1280px;
	position: relative;*/
}

.projectBlock .imgBox>img{
	width:100%;
}

.projectBlock .imgBox .txtBox{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    /*height:100%;
	position: absolute;
	left:0;
	top:0;
    -js-display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px solid #000000;*/
    padding-top: 60px;
    padding-bottom: 60px;
}

.projectBlock .imgBox .txtBox p{
	text-align: center;
	/*font-family: 'Arial';*/
	letter-spacing: 0.1em;
	color:#FFF;
    font-family: 'Syncopate', 'Arial', sans-serif;
}

.projectBlock .imgBox .txtBox.fcBlack p{
	color:#000;
}

.projectBlock .imgBox .txtBox p.pName{
	/*font-size:120%;*/
    font-size: 20px;
	text-align: center;
    margin-bottom: 10px;
}

.projectBlock .imgBox .txtBox p.pMansion{
	/*font-size:90%;*/
    font-size: 16px;
	text-align: center;
}

.projectBlock .imgBox .txtBox p.pName img,
.projectBlock .imgBox .txtBox p.pMansion img{
	display:inline-block;
}

.projectBlock .infoBox{
	padding:30px 0;
	text-align: center;
}

.projectBlock .infoBox .pNum{
	font-size:90%;
}

.projectBlock .infoBox .pNum span {
    padding: 0 10px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    line-height: 1em;
}

.projectBlock .infoBox .pNameJP{
	/*font-size:120%;*/
    font-size: 20px;
	margin-top:10px;
}

.projectBlock .infoBox .pMansionJP{
	/*font-size:80%;*/
    font-size: 16px;
	margin-top:10px;
}

.projectPhoto{
	width:980px;
	margin:0 auto;
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.projectPhoto.sp{
	display:none;
}

.photoBox:nth-of-type(n+3){
	margin-top:10px;
}

.projectInfo{
	width:980px;
	margin:40px auto 0;
	-js-display: flex;
	display: flex;
	justify-content: space-between;
	font-size:95%;
}

.projectInfo .infoTitle{
	color:#808080;
    font-size: 18px;
	font-weight: 700;
	width:300px;
}

.projectInfo .infoArea dl{
	-js-display: flex;
	display: flex;
	align-items: baseline;
    font-size: 16px;
}

.projectInfo .infoArea dl:nth-of-type(n+2){
	margin-top:15px;
}

.projectInfo .infoArea dt{
	width:7em;
	padding-right:1em;
	border-right:1px solid #000;
}

.projectInfo .infoArea dt .ls2{
	letter-spacing: 4em;
}

.projectInfo .infoArea dt .ls4{
	letter-spacing: 0.7em;
}

.projectInfo .infoArea dd{
	padding-left:1em;
	width:26em;
}

#ulink{
	width:980px;
	margin:130px auto 0;
	-js-display: flex;
	display: flex;
	justify-content: center;
}

#ulink li{
	border-right: 1px solid #000;
}

#ulink li:first-child{
	border-left: 1px solid #000;
}

#ulink li a{
	padding:0 10px;
	color:#000;
}

#ulink li a:hover{
	text-decoration: underline;
}

@media only screen and (max-width:640px){
	
	.projectBlock .imgBox{
		min-width:320px;
	}
	
	.projectBlock .imgBox .txtBox p.pName img{
		max-width:95%;
	}
	
	.projectBlock .imgBox .txtBox p.pMansion img{
		max-width:50%;
	}
	
	.projectPhoto.sp{
		width:100%;
		min-width: 320px;
		-js-display: flex;
		display: flex;
		flex-wrap: wrap;
	}

	.projectPhoto.pc{
		display:none;
	}
	
	.projectPhoto .col1{width:100%;}
	.projectPhoto .col2{width:49%;}
	
	.projectPhoto .photoBox img{
		width:100%;
	}
	
	.projectInfo{
		width:100%;
		min-width: 320px;
		display: block;
	}
	
	.projectInfo .infoTitle{
		width:100%;
		text-align: center;
	}

	.projectInfo .infoArea{
		width:100%;
		box-sizing: border-box;
		padding:0 3%;
		margin-top:15px;
	}
	
	.projectInfo .infoArea dl{
		display: block;
	}
	
	.projectInfo .infoArea dt{
		width:100%;
		padding:3px;
		border-right:none;
		border-bottom:1px solid #000;
		box-sizing: border-box;
	}
	
	.projectInfo .infoArea dd{
		width:100%;
		box-sizing: border-box;
		padding:0 3px;
	}
	
	.photoBox{
		margin-top:10px;
	}
	
	#ulink{
		width:90%;
		display: block;
		text-align: center;
		margin:130px auto 0;
	}
	
	#ulink li{
		display:inline-block;
		margin:5px 0;
	}
}

/*pagenation*/

.pagenation {
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    /*height: 156px;*/
    padding: 46px 0 110px;
    font-size: 16px;
    font-family: 'Syncopate', 'Arial', sans-serif;
    z-index: 3;
  }
  
.pagenation a.index {
    width: 50%;
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-0%);
    -moz-transform: translateX(-50%) translateY(-0%);
    -ms-transform: translateX(-50%) translateY(-0%);
    -o-transform: translateX(-50%) translateY(-0%);
    transform: translateX(-50%) translateY(-0%);
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    background-image: url(../img/project/index.png);
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 60px;
}

.pagenation p.prev,.pagenation p.next {
	position: absolute;
    padding-top: 60px;
}

.pagenation p.prev {
	left: 0;
}

.pagenation p.next {
	right: 0;
}

.pagenation p.prev a:after {
	content: "|";
    padding-left: 20px;
}

.pagenation p.next a:before {
	content: "|";
    padding-right: 20px;
}

.pagenation a {
	color: #000000;
	display: block;
}

.pagenation a:hover{
	color: #000000;
	text-decoration: underline;
}

/*ft_nav*/

.ft_nav {
    max-width: 1200px;
    margin: 0 auto;
	position: relative;
    margin-top: -156px;
    height: 156px;
    margin-bottom: 140px;
  }

.ft_nav ul{
    overflow: hidden;
    
  }

.ft_nav li {
    max-width: 240px;
  }

.ft_nav li.prev {
	position: absolute;
    left: 0;
  }

.ft_nav li.next {
	position: absolute;
    right: 0;
  }

.ft_nav li img{
    max-width: 240px;
    transition: opacity .3s linear;
  }

.ft_nav li img:hover{
    opacity: 0.6;
  }

@media only screen and (min-width:1px) and (max-width:680px) {

.ft_nav {
    max-width: 96%;
    margin: 0 auto;
	position: relative;
    margin-top: 0;
    height: 156px;
    margin-bottom: 70px;
  }
    
.ft_nav li {
    max-width: 240px;
    width: 48%;
  }
    
} /*@mediaEnd*/

/***** 2023.09.12 *****/

#mainContainer{
	padding: 0 0;
	position: relative;
	z-index:2;
}

/* mb140*/

.mb140{
	margin-bottom: 140px;
}

@media only screen and (max-width:640px){
.mb140{
	margin-bottom: 70px;
}
}

/* mt40*/

.mt40{
	margin-top: 40px;
}