@import url("global.css");

.intro {
	background: url(../exterior/img/intro.jpg) center center;
	background-size: cover;
}
.intro .wrapper {
	position: relative;
	height: 600px;
}
.intro .txt {
	position: absolute;
	width: 640px;
	background-color: rgba(255,255,255,0.5);
	bottom: 40px;
	left: 0;
	padding: 30px;
	box-sizing: border-box;
	border-radius: 4px;
}
.intro .txt h3 {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 15px;
}
.intro .txt p {
	font-size: 16px;
	font-weight: 600;
	margin-top: 5px;
}

.about {
	background-color: #F2ECE7;
	color: #572513;
}
.about .wrapper {
	padding: 50px 30px 60px;
	box-sizing: border-box;
}
.about .wrapper h3 {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 20px;
}
.about .wrapper p {
	font-size: 18px;
	margin-top: 10px;
}
.about .wrapper ul {
	margin-top: 40px;
}
.about .wrapper ul li {
	width: 320px;
	float: left;
	margin-right: 25px;
}
.about .wrapper ul li:last-child {
	margin-right: 0px;
}
.about .wrapper ul li figure {
	border-radius: 2px;
}
.about .wrapper ul li figure img {
	border-radius: 2px;
}
.about .wrapper ul li figcaption {
	margin-top: 5px;
}

.point h3 {
	font-size: 32px;
	font-weight: 700;
	margin-top: 60px;
	margin-bottom: 20px;
}
.point ul.wrapper {
	padding: 30px 50px;
}
.point ul li {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #cfcfcf;
}
.point ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}
.point ul li .image {
	float: left;
	border-radius: 4px;
}
.point ul li .image img {
	border-radius: 4px;
}
.point ul li .text {
	padding-left: 460px;
}
.point ul li .text h4 {
	font-size: 24px;
	font-weight: 700;
	color: #71331C;
	margin-top: 30px;
	padding-bottom: 20px;
	padding-left: 54px;
	line-height: 1.2;
	position: relative;
}
.point ul li .text h4::before {
	content: "";
	position: absolute;
	background-color: #572513;
	height: 2px;
	width: 40px;
	top: 15px;
	left: 0;
}
.point ul li .text p {
	font-size: 18px;
	line-height: 1.8;
}

.plan {
	margin-top: 50px;
	padding: 60px 0;
	background-color: #f3f3f3;
}
.plan .wrapper {
	padding: 0 30px;
}
.plan .image {
	float: right;
	border-radius: 4px;
}
.plan .image img {
	border-radius: 4px;
}
.plan .text {
	padding-right: 460px; 
}
.plan .text h3 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.4;
}
.plan .text p {
	font-size: 15px;
	margin-top: 10px;
}
.plan .text p.btn {
	text-align: center;
	margin-top: 30px;
}
.plan .text p.btn a {
	font-size: 18px;
	padding: 10px 0;
	border: 2px solid #555;
	display: block;
	position: relative;
	border-radius: 3px;
}
.plan .text p.btn a::after {
	content: '';
	width: 12px;
	height: 12px;
	border: 0px;
	border-top: solid 2px #555;
	border-right: solid 2px #555;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -6px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.plan .text p.btn a:hover {
	color: #38783D;
	border: 2px solid #38783D;
}
.plan .text p.btn a:hover::after {
	content: '';
	border-top: solid 2px #38783D;
	border-right: solid 2px #38783D;
}

.attention h3 {
	margin-top: 60px;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.4;
}
.attention .txt {
	font-size: 18px;
	margin: 20px 0 35px;
}
.attention p.btn a {
	font-size: 18px;
	padding: 10px 0;
	border: 2px solid #555;
	display: block;
	position: relative;
	width: 600px;
	margin: 0 auto;
	border-radius: 3px;
}
.attention p.btn a::after {
	content: '';
	width: 12px;
	height: 12px;
	border: 0px;
	border-top: solid 2px #555;
	border-right: solid 2px #555;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -6px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.attention p.btn a:hover {
	color: #38783D;
	border: 2px solid #38783D;
}
.attention p.btn a:hover::after {
	content: '';
	border-top: solid 2px #38783D;
	border-right: solid 2px #38783D;
}

.form h3 {
	padding-top: 90px;
	text-align: center;
	font-size: 32px;
	 font-weight: 700;
}

/* ----- ウッドデッキ展示場 ボタン ----- */

.point p.btn {
	margin-top: 30px;
	text-align: center;
}
.point p.btn a {
	font-size: 26px;
	padding: 20px 0;
	display: block;
	position: relative;
	max-width: 700px;
	margin: 0 auto;
	border-radius: 3px;
	background-color: #C76A38;
	color: #fff;
	font-weight: 700;
}
.point p.btn a::after {
	content: '';
	width: 12px;
	height: 12px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -6px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

.point p.btn a:hover {
/*	opacity: 0.7;*/
	border: none;
	background-color: #D08257;
	text-shadow: 0 0 4px #fff;
	box-shadow: none;
	border-radius: 10px;
}
.point p.btn a:hover::after {
/*	opacity: 0.7;*/
}

/* ------------------------------------------------------------------------------------------------------------------------

/* 1099px（タブレット縦）以下から 1カラム表示

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1099px){

.intro .wrapper {
	height: 450px;
}
.intro .txt {
	width: 600px;
	bottom: 40px;
}
.intro .txt h3 {
	font-size: 30px;
	margin-bottom: 15px;
}
.intro .txt p {
	font-size: 15px;
	font-weight: 600;
	margin-top: 5px;
}

.about .wrapper {
	padding: 40px 20px 45px;
}
.about .wrapper h3 {
	font-size: 26px;
	margin-bottom: 20px;
}
.about .wrapper p {
	font-size: 16px;
}
.about .wrapper ul li {
	width: 32%;
	margin-right: 2%;
}
.about .wrapper ul li figcaption {
	font-size: 14px;
}

.point h3 {
	font-size: 26px;
	margin-top: 50px;
}
.point ul.wrapper {
	padding: 10px 20px;
}
.point ul li .image {
	width: 300px;
}
.point ul li .text {
	padding-left: 340px;
}
.point ul li .text h4 {
	font-size: 22px;
	font-weight: 700;
	color: #71331C;
	margin-top: 0px;
	padding-bottom: 10px;
	padding-left: 48px;
}
.point ul li .text h4::before {
	content: "";
	width: 35px;
	top: 14px;
}
.point ul li .text p {
	font-size: 16px;
	line-height: 1.8;
}

.plan {
	margin-top: 40px;
	padding: 40px 10px;
}
.plan .wrapper {
	padding: 0;
}
.plan .image {
	width: 300px;
}
.plan .text {
	padding-right: 340px; 
}
.plan .text h3 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.4;
}
.plan .text h3 span {
	display: block;
}
.plan .text p {
	font-size: 14px;
}

.attention h3 {
	margin-top: 40px;
	font-size: 26px;
}
.attention .txt {
	font-size: 16px;
	margin: 20px 0 35px;
}

.form h3 {
	padding-top: 70px;
	font-size: 26px;
}


}




/* ------------------------------------------------------------------------------------------------------------------------

/* 幅644px以下

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px){

.intro {
	background: url(../exterior/img/intro.jpg) no-repeat top center;
	background-size: auto 180px;
	height: auto;
	padding-top: 210px;
}
.intro .wrapper {
	height: auto;
	padding-bottom: 30px;
}
.intro .txt {
	position: relative;
	width: auto;
	bottom: 0;
	padding:0;
}
.intro .txt h3 {
	font-size: 18px;
	margin-bottom: 15px;
}
.intro .txt p {
	font-size: 15px;
	font-weight: 500;
	margin-top: 10px;
	line-height: 1.8;
}

.about .wrapper {
	padding: 40px 0px 40px;
}
.about .wrapper h3 {
	font-size: 18px;
	margin-bottom: 15px;
}
.about .wrapper p {
	font-size: 15px;
	line-height: 1.8;
}
.about .wrapper ul {
	margin-top: 10px;
}
.about .wrapper ul li {
	width: 48%;
	margin-right: 4%;
	margin-top: 20px;
}
.about .wrapper ul li:nth-child(2) {
	margin-right: 0%;
}
.about .wrapper ul li figcaption {
	font-size: 13px;
}

.point ul.wrapper {
	padding: 0 10px 20px;
}
.point h3 {
	font-size: 18px;
	margin-top: 35px;
	text-align: left;
	padding: 0 10px;
	margin-bottom: 30px;
}
.point ul li {
	padding-bottom: 30px;
}
.point ul li .image {
	width: 100%;
	max-widdth: 400px;
	float: none;
	margin: 0 auto;
}
.point ul li .text {
	padding-left: 0;
	margin-top: 20px;
}
.point ul li .text h4 {
	font-size: 17px;
	padding-bottom: 10px;
	padding-left: 40px;
}
.point ul li .text h4::before {
	content: "";
	width: 30px;
	top: 10px;
}
.point ul li .text p {
	font-size: 15px;
	line-height: 1.8;
}

.plan {
	margin-top: 20px;
	padding: 40px 0px;
}
.plan .image {
	width: 100%;
	max-width: 300px;
	float: none;
}
.plan .text {
	padding-right: 0px; 
}
.plan .text h3 {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 1.5;
	text-align: center;
}
.plan .text p.btn a {
	font-size: 16px;
}
.plan .text p.btn a::after {
	content: '';
	width: 10px;
	height: 10px;
}

.attention h3 {
	margin-top: 35px;
	font-size: 18px;
}
.attention .txt {
	font-size: 15px;
	margin: 15px 10px 30px;
	text-align: left;
}
.attention p.btn a {
	font-size: 15px;
	padding: 10px 0;
	width: auto;
	margin: 0 10px;
}
.attention p.btn a span {
	display: block;
}
.attention p.btn a::after {
	content: '';
	width: 10px;
	height: 10px;
}

.form h3 {
	padding-top: 50px;
	font-size: 18px;
}

/* ----- ウッドデッキ展示場 ボタン ----- */

.point p.btn {
	margin-top: 15px;
}
.point p.btn a {
	font-size: 19px;
	padding: 15px 0;
	display: block;
	position: relative;
	max-width: 700px;
	margin: 0 auto;
	border-radius: 3px;
	background-color: #C76A38;
	color: #fff;
	font-weight: 700;
}






}









