@charset "utf-8";
/* ==================================================
layout
================================================== */
#wrap_project_title,
#wrap_project_mainimage,
#wrap_project_section,
#wrap_project_modelplan,
#wrap_project_location,
#wrap_project_outline {
	width: 100%;
	min-width: 1100px;
	clear: both;
}
#project_title,
#project_mainimage,
#project_section,
#project_modelplan,
#project_location,
#project_outline {
	width: 1080px;
	margin: 0 auto;
}
#wrap_main .title {
	text-align: center;
	position: relative;
	line-height: 1.3;
	margin: 0 0 2em;
}
#wrap_main .title h2 {
	display: inline-block;
	font-size: 234%;
	font-weight: 500;
	color: #127343;
	padding: 0 45px 25px 25px;
	margin: 0 0 0 20px;
	background: url("img/h2_bg.png") no-repeat right bottom;
}
#wrap_main .title p {
	display: block;
	font-weight: 500;
}
/* ==================================================
title
================================================== */
#wrap_project_title {
	padding: 20px 0;
	text-align: center;
	position: relative;
}
#wrap_project_title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 2px;
	background-color: #127343;
}
#wrap_project_title h1 {
	color: #127343;
	display: inline-block;
	padding: 0 10px;
	background-color: #ffffff;
	position: relative;
}
/* ==================================================
mainimage
================================================== */
#wrap_project_mainimage {
	background: url("img/mainimage_bg.jpg") no-repeat center top;
}
/* ==================================================
project_section
================================================== */
#wrap_project_section {
	padding: 50px 0 75px;
}
#project_section {
	text-align: center;
}
#project_section h3 {
	display: inline-block;
	font-size: 147%;
	line-height: 1.7;
	color: #534741;
	padding: 0 50px;
	margin: 0 0 2em;
	position: relative;
	background: url("img/section_h3_line1.png") no-repeat left top,url("img/section_h3_line2.png") no-repeat right top;
}

/* ==================================================
project_modelplan
================================================== */
#wrap_project_modelplan {
	padding: 50px 0;
	background-color: #e2f3ed;
}
#project_modelplan {
	text-align: center;
}
#project_modelplan .modelpan {
	position: relative;
	margin-bottom: 30px;
}
#project_modelplan .modelnumber {
	position: absolute;
	left: 20px;
	top: 290px;
	background: url("img/modelnumber_bg.png") no-repeat center top;
	width: 163px;
	color: #ffffff;
	font-size: 175%;
	font-weight: 500;
	line-height: 1.3;
	padding: 15px 13px 60px 0;
	box-sizing: border-box;
}
#project_modelplan .modelnumber span {
	display: block;
	font-size: 200%;
}
#project_modelplan .modeldata {
	margin: 0 0 35px;
}
#project_modelplan .modeldata .price {
	display: table;
}
#project_modelplan .modeldata .priceleft {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 15px;
	color: #ffffff;
	background-color: #127343;
	font-size: 147%;
	font-weight: 500;
}
#project_modelplan .modeldata .priceleft span {
	font-size: 118%;
	font-weight: 600;
}
#project_modelplan .modeldata .priceright {
	display: table-cell;
	vertical-align: middle;
	padding-left: 30px;
	line-height: 1;
	font-size: 147%;
	font-weight: bold;
}
#project_modelplan .modeldata .priceright span.pr1 {
	font-size: 182%;
	color: #fb3858;
}
#project_modelplan .modeldata ul {
	list-style: none;
	display: table;
	width: 100%;
	margin: 15px 0 10px;
}
#project_modelplan .modeldata ul li {
	display: table-cell;
	width: 25%;
	font-size: 120%;
	font-weight: 500;
	box-sizing: border-box;
	padding: 5px;
}
#project_modelplan .modeldata ul li:nth-of-type(1) {
	padding: 0 18px 0 0;
}
#project_modelplan .modeldata ul li:nth-of-type(2) {
	padding: 0 9px;
}
#project_modelplan .modeldata ul li:nth-of-type(3) {
	padding: 0 9px;
}
#project_modelplan .modeldata ul li:nth-of-type(4) {
	padding: 0 0 0 18px;
}
#project_modelplan .modeldata ul li p {
	background-color: #ffffff;
	padding: 10px 10px 10px;
	height: 100px;
	border-radius: 10px;
}
#project_modelplan .modeldata ul li span {
	font-size: 113%;
	font-weight: 500;
	line-height: 1.3;
}
#project_modelplan .modeldata ul li span.ttl {
	display: block;
	color: #127343;
	margin-bottom: 0.8em;
}
#project_modelplan .modeldata ul li span.ttl2 {
	display: block;
	color: #127343;
	margin-bottom: 0.3em;
}
#project_modelplan .modeldata ul li span.txt {
	display: inline-block;
	font-size: 167%;
	font-weight: 600;
}
#project_modelplan p.emphasize,
#project_modelplan ul.emphasize {
	text-align: left;
}
#project_modelplan h3 {
	font-size: 270%;
	font-weight: 500;
	text-align: center;
	color: #ffffff;
	background-color: #127343;
	padding: 7px 10px;
	margin: 1.6em 37px 0.8em;
	position: relative;
}
#project_modelplan h3::before {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 37px 0 37px 37px;
	border-color: transparent transparent transparent #127343;
	position: absolute;
	top: 0;
	right: -37px;
}

#project_modelplan h3::after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 37px 37px 37px 0;
	border-color: transparent #127343 transparent transparent;
	position: absolute;
	top: 0;
	left: -37px;
}
#project_modelplan .image {
	text-align: center;
	margin: 30px 0 50px;
}
#project_modelplan .text {
	text-align: center;
	margin: 50px 0;
}
#project_modelplan .text p {
	text-align: left;
}
#project_modelplan .text h4 {
	display: inline-block;
	font-size: 250%;
	font-style: italic;
	font-weight: 500;
	color: #333333;
	padding: 3px 40px;
	margin: 0 0 1em;
	position: relative;
}
#project_modelplan .text h4::before {
	content: "";
	position: absolute;
	width: 30px;
	height: 37px;
	left: 0;
	top: 14px;
	background: url("img/modelplan_h4_bg_left.png") no-repeat center center;
}
#project_modelplan .text h4::after {
	content: "";
	position: absolute;
	width: 30px;
	height: 37px;
	right: 0;
	top: 14px;
	background: url("img/modelplan_h4_bg_right.png") no-repeat center center;
}
/* ==================================================
project_location
================================================== */
#wrap_project_location {
	padding: 50px 0;
}
#project_location {
	text-align: center;
}
#project_location h3 {
	display: inline-block;
	font-size: 167%;
	color: #534741;
	padding: 0 50px;
	margin: 0 0 2em;
	position: relative;
	background: url("img/location_h3_line1.png") no-repeat left top,url("img/location_h3_line2.png") no-repeat right top;
}
#project_location p.image {
	margin: 0 0 30px;
	text-align: center;
}
#project_location .project_location_details {
	text-align: left;
	margin: 30px 40px 0;
}
#project_location .project_location_details h5 {
	margin: 1em 0 0.5em;
	background-color: #127343;
	padding: 5px 15px;
	font-weight: bold;
	font-size: 134%;
	color: #ffffff;
	border-radius: 3px;
	border-left: 15px solid #FFDC00;
}
#project_location .project_location_details .left {
	float: left;
	width: 474px;
	margin-right: 52px;
}
#project_location .project_location_details .right {
	float: left;
	width: 474px;
}
#project_location .project_location_details .center {
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 1px 0;
}
#project_location .project_location_details ul {
	margin: 0;
	list-style: none;
	display: table;
}
#project_location .project_location_details ul li {
	display: table-cell;
	width: 50%;
	padding: 7px;
	line-height: 1.3;
}
#project_location .project_location_details .center ul li {
	width: auto;
}
#project_location .project_location_details ul li img {
	margin-bottom: 5px;
}
/* ==================================================
project_outline
================================================== */
#wrap_project_outline {
	padding: 50px 0;
	background-color: #fdfff5;
}
#project_outline table {
	width: 100%;
	border: 2px solid #534741;
	margin: 0 auto 10px;
}
#project_outline table th {
	background-color: #127343;
	color: #ffffff;
	font-size: 110%;
	padding: 15px 25px;
	border: 1px solid #534741;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#project_outline table td {
	font-size: 110%;
	padding: 15px 25px;
	border: 1px solid #534741;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #ffffff;
}
#project_outline table tr:first-of-type th,
#project_outline table tr:first-of-type td {
	border-top: 1px solid #534741;
}
#project_outline table tr:last-of-type th,
#project_outline table tr:last-of-type td {
	border-bottom: 1px solid #534741;
}
#project_outline p.text {
	font-size: 125%;
	margin: 10px 90px 50px;
}
#project_outline p.button {
	text-align: left;
}
/* ==================================================
button
================================================== */
#wrap_main .button {
	margin: 45px 0;
	text-align: center;
}
#wrap_main .button a {
	position: relative;
	display: inline-block;
	background-color: #534741;
	color: #ffffff;
	font-size: 134%;
	font-weight: bold;
	padding: 15px 100px;
	border-radius: 3px;
	text-decoration: none;
	transition-duration: 0.3s;
}
#wrap_main .button a:hover {
	background-color: #867369;
}
#wrap_main .button a::after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 7px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -5px;
	transition-duration: 0.3s;
}
/* ==================================================
button2
================================================== */
#wrap_main .button2 {
	margin: 100px 0 30px;
	text-align: center;
}
#wrap_main .button2 a {
	position: relative;
	display: inline-block;
	background-color: #209DD2;
	color: #ffffff;
	font-size: 200%;
	font-weight: bold;
	padding: 10px 50px 10px 40px;
	border-radius: 3px;
	text-decoration: none;
	transition-duration: 0.3s;
}
#wrap_main .button2 a:hover {
	color: #333333;
	background-color: #FFC952;
}
#wrap_main .button2 a::after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 7px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -5px;
	transition-duration: 0.3s;
}
#wrap_main .button2 a:hover::after {
	border-color: transparent transparent transparent #000000;
}
/* ==================================================
emphasize
================================================== */
#wrap_main p.emphasize {
	font-size: 130%;
	font-weight: 500;
	margin: 30px 0;
}
#wrap_main ul.emphasize {
	margin: 30px 0 30px 30px;
}
#wrap_main ul.emphasize li {
	font-size: 130%;
	font-weight: 500;
	list-style: none;
	margin: 0.3em 0;
	position: relative;
}
#wrap_main ul.emphasize li::before {
	content: "";
	display: block;
	position: absolute;
	left: -1em;
	top: 0.5em;
	width: 0.6em;
	height: 0.6em;
	background-color: #127343;
	border-radius: 50%;
}
/* ==================================================
border_box
================================================== */
#wrap_main .border_box {
	display: inline-block;
	clear: both;
	margin: 1.5em 0;
	padding: 12px 105px;
	border: 5px solid #fb3858;
	background-color: #ffffff;
	text-align: center;
}
#wrap_main .border_box span {
	font-size: 147%;
	font-weight: 600;
}
/* ==================================================
clearfix
================================================== */
#project_modelplan .modeldata ul::after,
.float_clear::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0.1%;
	line-height: 0.1;
	clear: both;
	visibility: hidden;
}

@media screen and (max-width : 480px), screen and (max-width : 740px) and (orientation: landscape) {
/* ==================================================
reset
================================================== */
#wrap_project_title,
#wrap_project_mainimage,
#wrap_project_section,
#wrap_project_modelplan,
#wrap_project_location,
#wrap_project_outline {
	width: 100%;
	min-width: 320px;
	clear: both;
}
#project_title,
#project_mainimage,
#project_section,
#project_modelplan,
#project_location,
#project_outline {
	width: 100%;
	margin: 0;
	padding: 10px;
	box-sizing: border-box;
}
#wrap_main .title {
	line-height: 1.1;
	margin: 0 0 10px;
}
#wrap_main .title h2 {
	font-size: 150%;
	background-size: auto 25px;
	padding: 0 30px 15px 10px;
	margin: 0 0 0 20px;
}
#wrap_main .title p {
	font-weight: 600;
}
#wrap_main h3 {
	font-size: 100%;
	line-height: 1.3;
	padding: 0 10px;
	margin: 0 0 10px;
}
#wrap_main .button {
	margin: 20px 0;
}
#wrap_main .button a {
	font-size: 110%;
	padding: 8px 30px 8px 20px;
}
#wrap_main .button a::after {
	right: 15px;
}
#wrap_main .button2 {
	margin: 30px 0 10px;
}
#wrap_main .button2 a {
	font-size: 110%;
	padding: 8px 30px 8px 20px;
}
#wrap_main .button2 a::after {
	right: 15px;
}
#wrap_main p.emphasize {
	font-size: 110%;
	margin: 15px 0;
}
#wrap_main ul.emphasize {
	margin: 10px 0 10px 15px;
}
#wrap_main ul.emphasize li {
	font-size: 110%;
}
#wrap_main .border_box {
	padding: 10px 5px;
	margin: 10px 0;
	border-width: 3px;
}
#wrap_main .border_box span {
	font-size: 120%;
}
#wrap_main img {
	max-width: 100%;
}
/* ==================================================
project_title
================================================== */
#wrap_project_title {
	padding: 50px 0 0;
}
#wrap_project_title::before {
	top: 73px;
}
#project_title h1 {
	font-size: 140%;
	padding: 0 5px;
}
/* ==================================================
project_mainimage
================================================== */
#project_mainimage {
	padding: 0;
}
/* ==================================================
project_section
================================================== */
#wrap_project_section {
	padding: 10px 0;
}
#project_section h3 {

}
/* ==================================================
project_modelplan
================================================== */
#wrap_project_modelplan {
	padding: 10px 0;
}
#project_modelplan .modelpan {
	margin-bottom: 10px;
}
#project_modelplan .modelnumber {
	position: static;
	display: block;
	width: auto;
	background: #fb3858;
	font-size: 120%;
	font-weight: 600;
	padding: 3px;
	margin-bottom: 5px;
}
#project_modelplan .modelnumber span {
	display: inline;
	font-size: 100%;
}
#project_modelplan .modeldata {
	display: block;
	padding: 0;
	margin: 0 0 20px;
}
#project_modelplan .modeldata .price {
	display: block;
	margin-bottom: 5px;
}
#project_modelplan .modeldata .priceleft {
	font-size: 90%;
	padding: 2px 3px;
	margin-bottom: 5px;
	text-align: center;
	font-weight: 600;
	width: 25%;
}
#project_modelplan .modeldata .priceleft span {
	font-size: 120%;
}
#project_modelplan .modeldata .priceright {
	padding: 0;
	text-align: center;
	font-size: 140%;
}
#project_modelplan .modeldata .priceright span.pr1 {
	font-size: 150%;
}
#project_modelplan .modeldata .priceright span.pr2 {
	font-size: 100%;
}
#project_modelplan h3 {
	font-size: 150%;
	font-weight: 600;
	color: #127343;
	background: none;
	margin: 15px 0;
	padding: 0;
}
#project_modelplan h3::before {
	display: none;
}
#project_modelplan h3::after {
	display: none;
}
#project_modelplan .modeldata ul {
	margin: 5px 0;
}
#project_modelplan .modeldata ul li:nth-of-type(1),
#project_modelplan .modeldata ul li:nth-of-type(2),
#project_modelplan .modeldata ul li:nth-of-type(3),
#project_modelplan .modeldata ul li:nth-of-type(4) {
	font-size: 100%;
	padding: 2px;
}
#project_modelplan .modeldata ul li p {
	padding: 7px 3px 3px;
	height: 70px;
}
#project_modelplan .modeldata ul li span {
	font-size: 100%;
}
#project_modelplan .modeldata ul li span.ttl,
#project_modelplan .modeldata ul li span.ttl2 {
	margin-bottom: 0.2em;
}
#project_modelplan .modeldata ul li span.txt {
	font-size: 120%;
}
#project_modelplan .modeldata ul li:last-child span,
#project_modelplan .modeldata ul li:last-child span.ttl {
	border-bottom: none;
}
#project_modelplan .image {
	margin: 10px 0;
}
#project_modelplan .text {
	margin: 10px 0;
}
#project_modelplan .text h4 {
	font-size: 120%;
	font-weight: 600;
	padding: 0 20px;
	margin: 0 0 8px;
}
#project_modelplan .text h4::before {
	height: 17px;
	width: 20px;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
}
#project_modelplan .text h4::after {
	height: 17px;
	width: 20px;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
}
/* ==================================================
project_location
================================================== */
#wrap_project_location {
	padding: 10px 0;
}
#project_location h3 {
	font-size: 105%;
	padding: 0 15px;
	font-weight: 600;
}
#project_location p.image {
	margin: 10px 0;
}
#project_location .project_location_details {
	margin: 0;
}
#project_location .project_location_details .left {
	float: none;
	width: 100%;
	margin: 0;
}
#project_location .project_location_details .right {
	float: none;
	width: 100%;
	margin: 0;
}
#project_location .project_location_details .center {
	margin: 0;
}
#project_location .project_location_details ul {
	display: flex;
	flex-wrap: wrap;
}
#project_location .project_location_details ul li {
	display: block;
	box-sizing: border-box;
}
#project_location .project_location_details .center ul li {
	width: 50%;
}
#project_location .project_location_details ul li br {
	display: none;
}
#project_location .project_location_details h5 {
	font-size: 110%;
	padding: 2px 8px;
	margin: 10px 0 5px;
	border-width: 8px;
}
/* ==================================================
project_outline
================================================== */
#wrap_project_outline {
	padding: 10px 0;
}
#project_outline table {
	border-width: 1px;
	margin: 10px 0;
}
#project_outline table th {
	display: block;
	text-align: left;
	border-bottom: none;
	font-size: 100%;
	padding: 5px;
}
#project_outline table td {
	display: block;
	border-bottom: none;
	font-size: 100%;
	padding: 5px;
}
#project_outline p.text {
	font-size: 100%;
	padding: 0;
	margin: 10px 0;
}
#project_outline p.button {
	text-align: center;
}

}