@charset "utf-8";

div#contents{
	width:100%;
	margin:0;
	padding:0;
}

article{
	text-align: center;
	background-color: #f8f8f8;
	font-family: 'Noto Sans Japanese', sans-serif;
    color: #202020;
}

p{
	font-size: 130%;
	margin-bottom:15px;
	letter-spacing: 0.1em;
	line-height: 1.8em;
}

.text{
	width:60%;
	margin:50px auto;
	text-align: left;
}

@media(max-width: 1024px){
	.text{
		width:80%;
	}
}


.text h2,
.text h3{
	margin-bottom:30px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	article img{
		width: 100%;
		height: auto;
	}
	article h3 img{
		width: auto;
	}
}
/*-----------------------------
	#top
-------------------------------*/

#top h2{
	padding-top:100px;
}

#top h1{
	padding:20px;
	max-width:500px;
	margin:0 auto;
}

#top h3{
	max-width:950px;
	margin:30px auto;
	font-size: 160%;
	letter-spacing: 0.3em;
	line-height: 1.8em;
	font-weight: 100;
}

#top {
	margin-bottom:50px;
}
@media screen and (max-width: 768px) {
	#top{
		margin-bottom: 0;
	}
	#top h1{
		width: 100%;
	}
	#top h3{
		width: 100%;
		font-size: 130%;
	}
	#top svg{
		width: 100%;
	}
	#gFooter{
		margin-top: 0;
	}
}
/*--------------------------------
	#concept
----------------------------------*/

#concept {
	max-width: 1280px;
	margin:0 auto 20px auto;
}

#concept h2,
#futago h2,
#details h2{
	font-size: 200%;
	background-color: white;
	padding:5px;
	width:20%;
	margin:50px auto;
	letter-spacing: 0.1em;
}


#concept h3{
	font-size:180%;
	margin-top:10%;
}


.container{
	display: flex;
}

.downside{
	flex-direction: row-reverse;
}

.container .item{
	width:50%;
}

.container .item p{
	text-align: left;
	margin:10% 5%;
}

.container .left img{
	width:100%;
	height:auto;
}

.container .right2{
	background-color:#FFFFFF;
	padding:15% 0;
}

.container .right2 img{
	width:85%;
	height:auto;
}

@media only screen and (max-width: 768px) {
	#concept h2,
	#futago h2,
	#details h2{
		width:35%;
	}
	.container{
		flex-direction: column;
	}
	.container .item{
		width:100%;
	}
}


/*--------------------------------
	#futago
----------------------------------*/

#futago{
	
}


/*slickの画像幅指定*/

.slider .item{
	margin:5px;
}

.slick-slider{
	margin-bottom:50px;
}

.planimg{
	margin-top:50px;
} 


/*-------------------------------
	#about-usagi
---------------------------------*/

#about-usagi ul{
	display: flex;
	margin-bottom:50px;
	justify-content: center;
}

#about-usagi ul li img{
	width:70%;
	height:auto;
	border-radius: 50%;
	border:1px solid black;
}

#about-usagi h2 img{
	width:462px;
}

.plink{
	padding:20px;
	background-color:black;
	color:white;
}

#about-usagi,
.open{
	width:950px;
	background-color: #fff;
	border-style: dashed;
	border-color: #000;
	border-width: medium;
	border-radius: 2px;
	margin: 150px auto;
	box-shadow:0 0 0px 10px #fff;
	padding: 30px;
	text-align: center;
	letter-spacing:0.1em;
}

#north{
	margin-bottom:150px;
}

#south{
	padding-bottom:150px;
}

#boxs{
    width: 950px;
    height: 500px;
    margin: 0 auto;
    padding-top: 60px;
}
#boxs p{
    font-size: 130%;
    text-align: center;
}
#boxs ul {
	width: 950px;
	float: left;
	}
#boxs ul li {
	float: left;
	margin-right: 6px;
	margin-bottom: 2px;
}
/*9枚目の右0px*/
#boxs ul li:nth-child(9n){
	margin-right: 0;
}

.open {
	background-color: #DDDDDD;
	border-color: #fff;
	box-shadow:0 0 0px 10px #DDDDDD;
}

.open h2{
	font-size:180%;
	font-weight: 100;
	margin:20px;
}

.open .date{
	font-size:180%;
}

.open p{
	margin-left: auto;
	margin-right: auto;
	font-size:130%;
	line-height:2em;
}

table.house{
	max-width:950px;
	margin:50px auto;
}

table.house th,
table.house td{
	padding:10px;
	font-size: 120%;
	border-bottom:1px solid black;
}

table.house th{
	width:100px;
    text-align: left;
}

table.house td{
	text-align: left;
}


@media(max-width:768px){
	#about-usagi{
		width: 100%;
		margin-top: 0;
	}
		#about-usagi h2 img{
		width:90%;
		height:auto;
	}
	.plink{
		padding: 10px;
	}
	table.house{
		width: 95%;
		margin: 0 auto;
		line-height: 2;
	}
	table.house th,table.house td{
		display: block;
		width: 100%;
	}
}