@charset "utf-8";

.スライド----------{}
#slide_area{
	position: relative;
}
#cach_copy{
	width: 190px;
	height: auto;
	position: absolute;
	z-index: 100;
	bottom: 53px;
	right: 90px;
}

.ギャラリー----------{}
#gallery .lead {
	font-size: 3.4rem;
	letter-spacing: 0.4rem;
	margin-bottom: 4rem;
}

#tile{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 7rem;
}
.tile_clumn{
	flex-basis: 33%;
}
.tile_clumn img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
	margin-bottom: 4px;
}


.保育園・こども園・幼稚園　設計・監理----------{}
.hoikuen {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 18px;
	letter-spacing: 0.1em;
}



.キッズデザイン賞----------{}
#kids_design {
	border: 5px solid #E3E3E3;
	border-radius: 20px;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 35px;
	padding-bottom: 35px;
	display: flex;
	align-items: center;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
#kids_design div {
	width: 250px;
}
#kids_design div img {
	width: 100%;
	height: auto;
}
#kids_design .txt {
	width: 570px;
	font-size: 2rem;
	line-height: 1.8;
	text-align: justify;
	padding-left: 50px;

}



.民営化公募型プロポのサポート----------{}
#proposal {
	background-color: #EEF5FF;
	margin-top: 50px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 80px;
	padding-right: 80px;
}
#proposal .lead {
	font-size: 26px;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 13px;
	font-weight: bold;
	margin-top: 0px;
	padding-right: 0px;
}
#proposal .txt {
	font-size: 18px;
	text-align: justify;
	line-height: 1.8;
}




/* スマホ用CSS */
/*
@media screen and ( max-width:600px ){
#kids_design {
	border-radius: 20px;
	padding-right: 45px;
	padding-left: 45px;
	padding-top: 45px;
	padding-bottom: 40px;
	margin-bottom: 5rem;
	display: block;
}
#kids_design .logo {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
#kids_design .logo img {
	width: 100%;
	height: auto;
}
#kids_design .txt {
	width: 100%;
	font-size: 1.9rem;
	line-height: 1.8;
	text-align: justify;
	padding-left: 0px;

}


}


*/





.園舎の見学会のご案内----------{}
#tour {
	background-image: url(../works_nursery/2016_yasosya/_MG_8155.jpg);
	padding-top: 9rem;
	padding-bottom: 9rem;
	background-size: cover;
}

#tour_box {
	width: 76rem;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(255,255,255,0.80);
	padding-top: 6rem;
	padding-bottom: 6rem;
	padding-left: 8rem;
	padding-right: 8rem;
}

#tour_box .head {
	font-size: 3rem;
	letter-spacing: 0.3rem;
	margin-bottom: 3rem;
}

#tour_box .txt {
	font-size: 1.7rem;
	line-height: 1.8;
	margin-bottom: 3rem;
}


.ムービー----------{}
.movie_item_wrap {
	margin-left: -20px;
}

.movie_item {
	width: 300px;
	float: left;
	margin-left: 20px;
	height: 210px;
}

/*X番目以前に適用*/
.movie_item:nth-last-of-type(n+3) {
	margin-bottom: 26px;
}

.movie_img {
	margin-bottom: 1.5rem;
}

.movie_img img {
	width: 100%;
	height: auto;
}
.movie_item p {
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: center;
}



.ブックリスト----------{}
.book_item_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.wrap_magin_bottom  {
	margin-bottom: 3rem
}

.book_item {
	width: 168px;
	position: relative;
	margin-bottom: 30px;
}
.book_item:nth-last-child(-n+5) {
	margin-bottom: 0px;
}

.book_item img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	margin-bottom: 1.5rem;
	
  -webkit-box-shadow: 1px 1px 3px 0 #ccc; /* Safari, Chrome用 */
  -moz-box-shadow: 1px 1px 3px 0 #ccc; /* Firefox用 */
  box-shadow: 1px 1px 3px 0 #ccc; /* CSS3 */
}
.book_item p {
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: center;
}

.冊子販売のご案内----------{}
#book_sell_wrap {
	width: 76rem;
	margin-right: auto;
	margin-left: auto;
	
	display: flex;
	justify-content: space-between;
}

#book_sell_wrap .img_area {
	flex-basis: 25%;
}

#book_sell_wrap .img_area img {
	width: 100%;
	height: auto;
}

#book_sell_wrap .txt_area {
	flex-basis: 75%;
	padding-left: 40px;
	text-align: left;
}

#book_sell_wrap .txt_area .head1 {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.2rem;
	color: #A7CF05;
	margin-bottom: 2rem;
}

#book_sell_wrap .txt_area .head2 {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.1rem;
	margin-bottom: 0.5rem;
}

#book_sell_wrap .txt_area .head3 {
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.2rem;
	margin-bottom: 1.5rem;
}

#book_sell_wrap .txt_area .txt {
	font-size: 1.8rem;
	line-height: 1.8;
	margin-bottom: 2.5rem;
}

.設計監理業務実績----------{}
#list .wrap02{
	padding-bottom: 14rem;
}
#list .head {
	font-size: 2rem;
	line-height: 1;
	letter-spacing: 0.3rem;
	font-weight: bold;
	text-align: left;
	margin-bottom: 3rem;
}
#list .txt {
	font-size: 1.9rem;
	line-height: 1.8;
	text-align: justify;
	margin-bottom: 3rem;
}


.table_01 {
	width: 100%;
	font-size: 1.5rem;
	line-height: 1.5;
	text-align: left;
}
.table_01 tr {
	border-top: 1px solid #dddddd;
}
.table_01 tr th, .table_01 tr td  {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.table_01 tr th {
	text-align: left;
	padding-left: 10px;
}
.table_01 tr td {
}
.table_01 tr td:nth-of-type(4) {
	text-align: right;
	padding-right: 10px;
}


.table_01 .year {
	width: 100px;
}
.table_01 .name {
	width: 250px;
}
.table_01 .type {
	width: 190px;
}
.table_01 .model {
	width: 230px;
}
.table_01 .place {
	width: 150px;
}
.table_01 tr:hover{
	background-color: #eeeeee
}


.完成物件----------{}

#works_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 4em;
	margin-bottom: 12em;
	}


.works_item .img {
	width: 300px;
	height: 200px;
	object-fit: cover;
	margin-bottom: 1.8em;
}

.works_item .category {
	font-size: 2.0rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
	margin-bottom: 0.5em;
}

.works_item .category_eng {
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: 0.1em;
}

#works h2 {
	font-size: 2.8rem;
	line-height: 1;
	letter-spacing: 0.1em;
	margin-bottom: 1.2em;
}
#boka_menu {
	font-size: 1.8rem;
	line-height: 1;
	letter-spacing: 0.1em;
	
	height: 3em;
	width: 86%;
	margin: 0 auto 2.8em;
	
	display: flex;
	justify-content: space-around;
	align-items: center;
	
	list-style: none;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#boka_wrap {
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
	row-gap: 4em;
}

#boka_wrap::after{
  content:"";
  display: block;
  width:30%;
}