@charset "utf-8";

#main{
	overflow: hidden;
}
.main_full {
	background: url(/img/tpo/yamabukikagurazaka/page/design/main.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.section {
	padding: 50px 0;
}
.bg_gray {
	background: #8b8b8b;
}
.bg_beige {
	background: #eae8e6;
}
.white {
	color: #fff;
}
.title01 {
	color: #4a3f33;
	font-size: 30px;
	letter-spacing: .1em;
	line-height: 1.8;
	margin: 22px 0 38px;
	padding: 0;
	text-align: center;
}
.title02 {
	color: #e0bd7b;
	font-size: 20px;
	letter-spacing: .1em;
	line-height: 1.8;
	margin: 0 0 20px;
	padding: 0;
}
.text01 {
	font-size: 14px;
	line-height: 1.8;
}
.text02 {
	font-size: 14px;
}
.img01 {
	margin-bottom: 40px;
}
.img_intro {
	margin: 0 auto;
	margin-bottom: 40px;
	max-width: 80%;
	padding-top: 22px;
}
.txt_intro {
	font-size: 14px;
	line-height: 2.4;
	margin-top: 30px;
	text-align: center;
}
.sec_introduce {
	background: #f7f6f5;
	background: -moz-linear-gradient(left, #f7f6f5 0%, #d9d6d1 100%);
	background: -webkit-linear-gradient(left, #f7f6f5 0%,#d9d6d1 100%);
	background: linear-gradient(to right, #f7f6f5 0%,#d9d6d1 100%);
}
.sec_welcome {
	background: url(/img/tpo/yamabukikagurazaka/page/design/bg_section.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.sec_designer {
	background: #d9d6d1;
	background: -moz-linear-gradient(left, #d9d6d1 0%, #f7f6f5 100%);
	background: -webkit-linear-gradient(left, #d9d6d1 0%,#f7f6f5 100%);
	background: linear-gradient(to right, #d9d6d1 0%,#f7f6f5 100%);
}

.sec_welcome .title01 {
	color: #e0bd7b;
}
.design_info {
	background: url(/img/tpo/yamabukikagurazaka/page/design/design_06.png) no-repeat center center;
	min-height: 1200px;
	overflow: hidden;
	position: relative;
}
.design_info .title {
	background: url(/img/tpo/yamabukikagurazaka/page/design/bg_ttl.png) no-repeat right top;
	line-height: inherit;
	margin: 0 0 25px;
	padding: 5px 0 0 40px;
	text-align: left;
}
.design_info .title img {
	width: 85px;
}
.design_info .posR {
	min-height: 1080px;
	position: relative;
}
.design_info .title img.approach {
	width: 120px;
}
.list_info li {
	margin-bottom: 40px;
}
.list_info li .ttl {
	color: #cf9a34;
	font-size: 20px;
	letter-spacing: .1em;
	line-height: 1.8;
	margin: 0 0 5px;
	padding: 0;
}
.list_info li .text {
	/*	color: #fff; */
	color: #4a3f33;
	font-size: 14px;
	line-height: 1.6;
}
.list_info li .icon {
	background: #cf9a34;
	color: #fff;
	display: inline-block;
	font-size: 28px;
	font-style: italic;
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
	text-align: center;
	width: 30px;
}
.list_info.groupCD {
	margin-left: auto;
	max-width: 570px;
	position: absolute;
	right: 0;
	top: 90px;
}
.list_info.groupAB {
	bottom: 250px;
	left: 0;
	max-width: 400px;
	position: absolute;
}
.designer .title {
	background: url(/img/tpo/yamabukikagurazaka/page/design/bg_ttl.png) no-repeat right top;
	line-height: inherit;
	margin: 0 0 25px;
	padding: 5px 0 0 40px;
	text-align: left;
}
.designer .title img.architect {
	width: 117px;
}
.designer .txt_designer01 {
	color: #4a3f33;
	font-size: 20px;
	line-height: 1.8;
	margin-bottom: 20px;
}
.designer .txt_designer02 {
	font-size: 16px;
	line-height: 1.8;
}
.designer .profile .ttl {
	border-bottom: 1px solid #d2aa5c;
	font-size: 16px;
	margin-bottom: 8px;
	max-width: 140px;
	padding-bottom: 4px;
}
.designer .profile > p {
	margin-bottom: 5px;
}
.designer .profile .position {
	font-size: 12px;
	line-height: 1.5;
}
.designer .profile .name.jp {
	font-size: 18px;
	margin-top: 10px;
}
.designer .profile .name.en {
	color: #4a3f33;
	font-size: 12px;
	letter-spacing: .4em;
}
.designer .profile .info {
	font-size: 16px;
	line-height: 1.8;
}

@media screen and (max-width: 992px) {
	.list_info.groupCD {
		max-width: 450px;
	}
	.list_info.groupAB {
		max-width: 350px;
	}
}
@media screen and (min-width: 768px) {
	.sp_Lside {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.bg_beige {
		background: #e5e3e0;
	}
	.sp_Lside {
		left: 0;
		right: auto;
	}
	.mb100 {
		margin-bottom: 50px!important;
	}
	.section {
		padding: 25px 0;
	}
	.title01 {
		font-size: 20px;
		line-height: 1.5;
	}
	.title02 {
		font-size: 17px;
		text-align: center;
	}
	.img_intro {
		max-width: inherit;
	}
	.txt_intro {
		font-size: 4.175vw;
		line-height: 1.8;
		margin-top: 35px;
	}
	.text01, .text02 {
		font-size: 14px;
		line-height: 1.8;
	}
	.img01 {
		margin-bottom: 10px;
	}
	.design_info {
		background: none;
		min-height: inherit;
	}
	.design_info .title {
		padding-left: 20px;
	}
	.design_info .img {
		text-align: center;
	}
	.design_info .img img {
		width: 90%;
	}
	.list_info {
		display: flex;
		margin-right: -2%;
		max-width: inherit!important;
		position: static!important;
	}
	.list_info li {
		margin-bottom: 30px;
		margin-right: 2%;
		width: 48%;
	}
	.list_info li:nth-child(1) {
		order: 2;
	}
	.list_info li:nth-child(2) {
		order: 1;
	}
	.list_info li .ttl {
		font-size: 3.5vw;
		letter-spacing: 0;
	}
	.list_info li .icon {
		font-size: 16px;
		height: 22px;
		line-height: 20px;
		margin-right: 5px;
		width: 22px;
	}
	.list_info li .text {
		font-size: 12px;
	}
	.designer .title {
		padding-left: 20px;
	}
	.designer .title img {
		width: 70px;
	}
	.designer .txt_designer01 {
		font-size: 16px;
	}
	.designer .profile .ttl {
		font-size: 14px;
		max-width: inherit;
	}
	.designer .txt_designer02 {
		font-size: 14px;
	}
}