@charset "utf-8";

/*
----------------------------------------------------------------------------		

・お客様の光熱費
・お客様の光熱費 個別ページ
・モデルハウス

・土地情報

--------------------------------------------------------------------------*/



/*--------------------------------------------------------------------------
・お客様の光熱費
--------------------------------------------------------------------------*/
/* 共通 */

#cost {
	box-sizing:border-box;
	width:100%;
	max-width:1020px;
	margin:0 auto;
	padding:60px 10px 70px;
}

#cost h2 {
	box-sizing:border-box;
	width:100%;
	font-size:20px;
	font-weight:bold;
	margin-bottom:15px;
	/*background:url(../../cost/img/list_title_ar_rb.png) left center no-repeat;
	background-size:15px;*/
	padding-left:15px;
	/*color: #56381A;*/
	border-left:#007038 10px solid;
	line-height:1.3;
}

/* 一覧 */

#cost .list {
}

#cost .list article {
	box-sizing: border-box;
	background:#EDEFED;
	padding:30px;
	margin-bottom:30px;
}

#cost .list article .box {
	box-sizing:border-box;
	display:table;
	width:100%;
}

#cost .list article .box div {
	box-sizing:border-box;
	display:table-cell;
	vertical-align:top;
}

#cost .list article .box div.total {
	padding-right:25px;
}

#cost .list article .box div.total section {
	box-sizing:border-box;
	width:100%;
	display:table;
	background:#FFF;
	margin-bottom:15px;
}

#cost .list article .box div.total section h3,
#cost .list article .box div.total section ul {
	box-sizing:border-box;
	display:table-cell;
	vertical-align:middle;
}

#cost .list article .box div.total section h3 {
	text-align:center;
	background:#EB8A13;
	width:240px;
	font-size:15px;
	font-weight:500;
	color:#FFF;
}

#cost .list article .box div.total section h3 span {
	display:block;
}

#cost .list article .box div.total section ul {
	padding:0 20px;
	border:#EB8A13 1px solid;
}

#cost .list article .box div.total section ul li {
	padding:10px 0;
}

#cost .list article .box div.total section ul li:last-child {
	border-top:#464637 1px solid;
}

#cost .list article .box div.total section ul li span {
	display:inline-block;
}

#cost .list article .box div.total section ul li span:first-child {
	width:30%;
	text-align:center;
	font-size:16px;
}

#cost .list article .box div.total section ul li span:last-child {
	width:70%;
	text-align:right;
	font-size:20px;
	font-weight:bold;
}

#cost .list article .box div.total section ul li span:last-child::after {
    content: "円";
    margin: 0 0 0 5px;
	font-size:14px;
}

#cost .list article .box div.total a {
	box-sizing:border-box;
	display:block;
	width:100%;
	max-width:200px;
	background:#007038;
	text-align:center;
	/*font-size:16px;*/
	color:#FFF;
	padding:8px 0 8px;
	margin:0 auto;
}

#cost .list article .box div.total section + a {
	margin-top:25px;
}

#cost .list article .box div.total a:hover {
	background:#66A988;
	text-decoration:none;
}

#cost .list article .box div.date {
	/*background:#FFF;*/
	width:270px;
	padding:0;
}

#cost .list article .box div.date dl {
	box-sizing:border-box;
	width:100%;
	float:none;
	padding:5px 0 7px;
	margin:0;
	border-top:#393939 1px solid;
}

#cost .list article .box div.date dl:last-child {
	border-bottom:#393939 1px solid;
}

#cost .list article .box div.date dl dt,
#cost .list article .box div.date dl dd {
	box-sizing:border-box;
	font-size:14px;
}

#cost .list article .box div.date dl dt {
	font-weight:bold;
	padding-left: 15px;
	background:url(../img/circle_8.png) left center no-repeat;
	background-size:8px;
}

#cost .list article .box div.date dl dd {
}


/*--------------------------------------------------------------------------
・お客様の光熱費 個別ページ
--------------------------------------------------------------------------*/
#cost.cost_ar {
	padding:60px 10px 100px;
}

#cost .house_s {
	margin-bottom:50px;
}

/*--- 【名前】 ---*/

#cost .house_s h2 {
	margin-bottom: 40px;
}

#cost .house_s h2 span {
}

/*--- 【物件詳細】 ---*/

#cost .house_s #date {
	box-sizing:border-box;
	width:100%;
	background:#EDEFED;
	padding:20px;
	overflow:hidden;
	margin-bottom:30px;
}

#cost .house_s #date div {
	box-sizing:border-box;
	float:left;
	width:50%;
}

#cost .house_s #date div:first-child {
	padding-right:10px;
}

#cost .house_s #date div:last-child {
	padding-left:10px;
}

#cost .house_s #date div section {
	box-sizing:border-box;
	display:table;
	width:100%;
	max-width: 450px;
	padding:10px 0 10px;
	border-bottom:#393939 1px solid;
}

#cost .house_s #date div section:last-child {
	margin-bottom:0;
}

#cost .house_s #date div:first-child section {
	margin: 0 0 0 auto;
}

#cost .house_s #date div:last-child section {
	margin: 0 auto 0 0;
}

#cost .house_s #date div section h3,
#cost .house_s #date div section p {
	box-sizing:border-box;
	display: table-cell;
	vertical-align:middle;
}

#cost .house_s #date div section h3 {
	box-sizing:border-box;
	font-weight:bold;
	padding-left: 25px;
	background:url(../img/circle_8.png) left 10px center no-repeat;
	background-size:8px;
	width: 100px;
	font-size:13px;
}

#cost .house_s #date div section p {
	box-sizing:border-box;
	display: table-cell;
	padding: 0 15px 0;
}

/*--- 【物件詳細】 項目色付き・線無しver---
#cost .house_s #date {
	box-sizing:border-box;
	width:100%;
	background:#EEE;
	padding:20px;
	overflow:hidden;
	margin-bottom:40px;
}

#cost .house_s #date div {
	box-sizing:border-box;
	float:left;
	width:50%;
	padding:5px;	
}

#cost .house_s #date div section {
	box-sizing:border-box;
	display:table;
	width:100%;
	margin-bottom:2px;
}

#cost .house_s #date div section:last-child {
	margin-bottom:0;
}

#cost .house_s #date div section h3,
#cost .house_s #date div section p {
	box-sizing:border-box;
	display: table-cell;
	padding:2px 15px 4px;
	vertical-align:middle;
}

#cost .house_s #date div section h3 {
	background:#CCC;
	text-align: right;
	font-size:13px;
	font-weight:bold;
	width:110px;
	padding-right:18px;
}

#cost .house_s #date div section p {
	box-sizing:border-box;
	display: table-cell;
}
---*/

/*--- 【光熱費詳細】 ---*/

#cost .house_s #charges {
	/*background:#FFF;*/
	overflow:hidden;
}

#cost .house_s #charges #all {
	box-sizing:border-box;
	background:#F1EFDC;
	padding:40px 30px 50px;
}

#cost .house_s #charges #all h3 {
	text-align:center;
	font-size:22px;
	font-weight:bold;
	margin-bottom:20px;
	letter-spacing:0.08em;
	line-height: 1.5;
}

#cost .house_s #charges #all section {
	box-sizing:border-box;
	display:table;
	width:100%;
	background:#FFF;
	border:#FFF 1px solid;
	margin-bottom:15px;
}

#cost .house_s #charges #all section:last-child {
	margin-bottom:0;
}

/*#cost .house_s #charges #all section h4,*/
#cost .house_s #charges #all section div {
	box-sizing:border-box;
	display:table-cell;
	font-size:16px;
	vertical-align:middle;
	padding:10px 20px;
}

/*#cost .house_s #charges #all section h4 {
	width:24%;
	text-align:center;
	background:#E8DDCB;
}*/		/*年度・合計・月額平均横並びのとき*/

#cost .house_s #charges #all h4 {
	box-sizing:border-box;
	text-align:center;
	background:#393939;
	font-size:18px;
	font-weight: 500;
	color:#FFF;
	padding:10px;
	letter-spacing:0.08em;
}

#cost .house_s #charges #all section div {
	width:50%;
}

#cost .house_s #charges #all section div:last-child {
	border-left:#DDD7CC 1px solid;
}

#cost .house_s #charges #all section div dl {
	box-sizing:border-box;
	display:table;
	width:100%;
}

#cost .house_s #charges #all section div dl dt,
#cost .house_s #charges #all section div dl dd {
	box-sizing:border-box;
	display:table-cell;
}

#cost .house_s #charges #all section div dl dt {
	width:100px;
	/*background:#EAE7E0;*/
	text-align:center;
	font-size:16px;
	font-weight:500;
	vertical-align:middle;
	color:#FFF;
}

#cost .house_s #charges #all section div dl dt span {
	box-sizing:border-box;
	width: 100px;
	display:inline-block;
	/*background:#EAE7E0;*/
	padding:1px;
}

#cost .house_s #charges #all section div:first-child dl dt span {
	background:#EB8A13;
}

#cost .house_s #charges #all section div:last-child dl dt span {
	background:#007038;
}

#cost .house_s #charges #all section div dl dd {
	text-align:right;
	font-size:28px;
	font-weight:bold;
}

#cost .house_s #charges #all section div dl dd::after {
    content: "円";
    margin: 0 0 0 5px;
	font-size:14px;
}

#cost .house_s #charges #year {
	box-sizing:border-box;
	/*display: table;*/
	width:100%;
	background:#F1EFDC;
	font-size:14px;
	overflow:hidden;
	padding:30px 20px 0;
}

#cost .house_s #charges #year section {
	box-sizing:border-box;
	/*display: table-cell;*/
	float:left;
	width:50%;
	padding:0 10px;
	margin-bottom:30px;
}

#cost .house_s #charges #year section h5 {
	box-sizing:border-box;
	width:100%;
	/*background:#CCC2B3;*/
	/*text-align:center;*/
	font-size:16px;
	font-weight:bold;
	padding:0;
	margin-bottom:5px;
}

#cost .house_s #charges #year section h5:before {
	content:'■';
	font-size:1.2em;
}

#cost .house_s #charges #year section table {
	box-sizing:border-box;
	width:100%;
	border:#393939 2px solid;
}

#cost .house_s #charges #year section table tr {
}

#cost .house_s #charges #year section table tr th,
#cost .house_s #charges #year section table tr td {
	box-sizing:border-box;
	border-top:#393939 1px solid;
}

#cost .house_s #charges #year section table tbody tr:first-child th,
#cost .house_s #charges #year section table tbody tr:first-child td {
	border-top: none;
}

#cost .house_s #charges #year section table tr th {
	box-sizing:border-box;
	width:120px;
	text-align: center;
	background: #EDEFED;
	font-weight:normal;
	padding:10px;
}

#cost .house_s #charges #year section table tr td {
	background: #FFF;
	text-align:right;
	font-size:16px;
	padding:10px 20px 10px 10px;
}

#cost .house_s #charges #year section table tr td::after {
    content: "円";
    margin: 0 0 0 10px;
}

#cost .house_s #charges #year section table tfoot {
	font-weight:bold;
}

#cost .house_s #charges #year section table tfoot tr:first-child th,
#cost .house_s #charges #year section table tfoot tr:first-child td {
	border-top:#393939 3px solid;
}

#cost .house_s #charges #year section table tfoot tr th {
	background:#007038;
	color:#FFF;
	font-weight:500;
}


/*--------------------------------------------------------------------------
・モデルハウス
--------------------------------------------------------------------------*/
/*共通*/
#modelhouse {
	box-sizing:border-box;
	width:100%;
	max-width:1020px;
	margin:0 auto;
	padding:60px 10px 100px;
}

#modelhouse .in_blo{
	display: inline-block;
}

/*一覧*/
#modelhouse #top_model {
	margin:0 auto 0;
}

#modelhouse #top_model a {
	display:block;
	width:100%;
}

#modelhouse #top_model a + a {
	margin-top: 30px;
}

#modelhouse #top_model a:active,
#modelhouse #top_model a:hover {
	opacity:0.6;
}

#modelhouse #top_model a .frm {
	display:table;
	width:100%;
}

#modelhouse #top_model a .frm .ph,
#modelhouse #top_model a .frm .cap {
	display:table-cell;
	vertical-align:middle;
	box-sizing: border-box;
}

#modelhouse #top_model a .frm .ph {
	width:300px;
}

#modelhouse #top_model a .frm .ph div {
	position: relative;
	overflow: hidden;
	width: 100%;
}

#modelhouse #top_model a .frm .ph div img {
	position: absolute;
}

#modelhouse #top_model a .frm .cap {
	padding:5px 10px;
	line-height:1.2;
	color:#FFF;
	background:#007038;
	text-align:center;
}

#modelhouse #top_model a .frm .cap p {
	font-size:18px;
	font-weight:700;
}

#modelhouse #top_model a .frm .cap h2 {
    margin-top: 5px;
	line-height:1.2;
	font-size:35px;
	letter-spacing:0.12em;
}

#modelhouse #top_model a.mod_sub .frm .cap h2 {
    margin-top: 0;
}

#modelhouse #top_model a .frm .cap h2 .eng {
	font-size: 1.2em;
}

#modelhouse #top_model a .frm .cap ul {
	margin:10px 0 0 0;
}

#modelhouse #top_model a .frm .cap ul li {
	margin:0 auto;
	padding:3px 0 5px 0;
	display:inline-block;
	width:100%;
	background:#EB8A13;
	font-size:15px;
	font-weight:500;
	max-width:590px;
	box-sizing:border-box;
}

#modelhouse #top_model a .frm .cap ul li + li {
	margin:10px 0 0;
	padding:0;
	background:none;
	font-size:14px;
	max-width:inherit;
}

#modelhouse #top_model a .frm .cap ul + p {
	margin-top: 10px;
	font-size:16px;
}

#modelhouse #top_model .in_blo{
	display: inline-block;
}


/*詳細ページ*/
#modelhouse .title_area {
	margin-bottom: 50px;
	padding: 15px 20px 15px;
	color: #ffffff;
	background: #007038;
	box-sizing: border-box;
	text-align: center;
	font-size: 16px;
}

#modelhouse .title_area .sub_name {
	margin-bottom: 5px;
	letter-spacing: 0.1em;
	font-size: 20px;
	font-weight: 500;
}

#modelhouse .title_area h2 {
	margin-bottom: 20px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	font-size: 50px;
}

#modelhouse .title_area .comment {
	margin-bottom: 10px;
	padding: 7px;
	letter-spacing: 0.1em;
	background: #EB8A13;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: 500;
}

#modelhouse .title_area .comment br {
	display: none;
}

#modelhouse .title_area .md_add p.item {
	display:inline-block;
}

#modelhouse .title_area .md_add p.item:last-child {
	padding:0 0 0 30px;
	box-sizing:border-box;
}

#modelhouse .link {
	margin-bottom:50px;
}

#modelhouse .link ul {
	display:table;
	table-layout:fixed;
	width:100%;
}

#modelhouse .link ul li {
	display:table-cell;
	padding:0 10px 0;
	vertical-align:middle;
	box-sizing:border-box;
	text-align:center;
}

#modelhouse .link ul li a {
	display:block;
	margin:0 auto 0;
	max-width:500px;
	height:60px;
	color:#FFFFFF;
	line-height:60px;
	background:#39463C;
}

#modelhouse .link ul li.map a {
	background:#ABC027;
}

#modelhouse .link ul li.map a span {
	display:inline-block;
	padding:0 0 0 55px;
	line-height:60px;
	background:url(../img/event_map.png) left center no-repeat;
	background-size:46px;
	box-sizing:border-box;
}

#modelhouse .link ul li a:hover,
#modelhouse .link ul li a:active {
	opacity:0.6;
}

#modelhouse .image_area {
	margin-bottom: 60px;
	text-align: center;
}

#modelhouse .image_area img {
	max-width: 700px;
}

#modelhouse section h3 {
	margin-bottom: 15px;
	padding: 0 0 0 15px;
	line-height: 1.2;
	border-left: 10px solid #007038;
	box-sizing: border-box;
	font-size: 20px;
}

#modelhouse .box01 .data {
	overflow: hidden;
	margin: 20px auto 60px;
	width: 100%;
}

#modelhouse .box01 .data div {
	float: left;
	width: 50%;
}

#modelhouse .box01 .data dl {
	display: table;
	width: 100%;
}

#modelhouse .box01 .data dl dt,
#modelhouse .box01 .data dl dd {
	display: table-cell;
	vertical-align: middle;
}

#modelhouse .box01 .data dl dt {
	padding: 30px 0 30px;
	width: 100px;
	color: #ffffff;
	background: #738273;
	text-align: center;
	font-weight: 500;
}

#modelhouse .box01 .data dl dd {
	padding: 10px 10px 10px 20px;
	background: #EDEFED;
	box-sizing: border-box;
}

#modelhouse .box01 .item_list {
	margin-bottom: 100px;
	padding: 0 0 80px;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #393939;
	box-sizing: border-box;
}

#modelhouse .box01 .item_list .item {
	float: left;
	margin-bottom: 20px;
	padding: 0 10px 0;
	width: 25%;
	box-sizing: border-box;
}

#modelhouse .title_area .md_add p.item:last-child span.it_day br {
	display: none;
}

#modelhouse .box01 .frm {
	position: relative;
	overflow: hidden;
}

#modelhouse .box01 .frm img {
	position: absolute;
}


/*パース拡大共通*/
#plan_sub .p_box .photo {
	display: table;
	table-layout: fixed;
	width: 100%;
}

#plan_sub .p_box .photo > div {
	display: table-cell;
	padding: 0 25px 0;
	vertical-align: top;
	box-sizing: border-box;
	text-align: center;
}

#plan_sub .p_box .photo a {
	display: block;
	margin-top: 20px;
	padding: 10px;
	max-width: 100%;
	color: #ffffff;
	background: #ABC027;
	box-sizing: border-box;
}

#plan_sub .p_box .photo > div .item {
	padding: 30px;
	border: 1px solid #393939;
	box-sizing: border-box;
}

#plan_sub .p_box .photo > div .item img {
	max-width: 360px;
}

#plan_sub .p_box .photo > div a:hover,
#plan_sub .p_box .photo > div a:active {
	background: #007038;
}
/*end*/

#modelhouse #plan_sub .p_box .photo {
	margin: 50px auto 50px;
}


#modelhouse .box02 .text {
	margin-bottom: 60px;
	padding: 20px;
	background: #F1EFDC;
	box-sizing: border-box;
}

#modelhouse .box02 .text h4 {
	margin-bottom: 15px;
	padding: 0 0 0 10px;
	line-height: 1.2;
	border-left: 10px solid #EB8A13;
	box-sizing: border-box;
	font-size: 16px;
}

/*タイトル・コメントのセットリスト*/
#set_list {
	margin-bottom: 50px;
	padding: 20px;
	border: 1px solid #007038;
	box-sizing: border-box;
}

#set_list .item {
	margin-bottom: 30px;
}

#set_list h4 {
	margin-bottom: 15px;
	padding: 0 0 0 40px;
	box-sizing: border-box;
	font-size: 16px;
}

#set_list .item:nth-child(1) h4 { background: url(../img/sche_01.png) left center no-repeat; background-size: 28px; }
#set_list .item:nth-child(2) h4 { background: url(../img/sche_02.png) left center no-repeat; background-size: 28px; }
#set_list .item:nth-child(3) h4 { background: url(../img/sche_03.png) left center no-repeat; background-size: 28px; }
#set_list .item:nth-child(4) h4 { background: url(../img/sche_04.png) left center no-repeat; background-size: 28px; }
#set_list .item:nth-child(5) h4 { background: url(../img/sche_05.png) left center no-repeat; background-size: 28px; }


/*特別リンク枠追加*/
#modelhouse #caution_link{
    box-sizing: border-box;
    background: #EDEFED;
    margin-bottom: 30px;
    padding: 20px;
}

#modelhouse #caution_link a{
    font-size: 15px;
    font-weight: 500;
}


/*--------------------------------------------------------------------------
・土地情報
--------------------------------------------------------------------------*/
/*一覧・詳細　共通*/
#land {
	box-sizing:border-box;
	width:100%;
	max-width:1020px;
	margin:0 auto;
	padding:60px 10px 100px;
}

#land .land_title {
	margin-bottom:30px;
}

#land .land_title span {
	box-sizing:border-box;
	display:block;
	margin-bottom:10px;
	line-height:1.5;
	font-size:20px;
	font-weight:600;
} 

#land .land_title h2 {
	box-sizing:border-box;	
	border-left:#007038 5px solid;
	padding:0 0 0 15px;
	line-height:1.4;
	font-size:16px;
	font-weight:600;
	word-break:break-all;	
}


/* 一覧 */

#land.list {
}

#land.list article a {
	box-sizing:border-box;
	display:block;
	width:100%;
	padding:30px;
	color:#393939;
	overflow:hidden;
	margin-bottom:30px;
	background-color:#EDEFED;
}

#land.list article a:hover {
	opacity:0.6;
}

#land.list article a:last-child {
	margin-bottom:0;
}

#land.list article a section {
	margin:0 auto 0;
	max-width:900px;
}

#land.list article a section dl {
	box-sizing:border-box;
	display:table;
	width:100%;
	margin-bottom:1px;
}

#land.list article a section dl:last-child {
	margin-bottom:0;
}

#land.list article a section dl dt,
#land.list article a section dl dd {
	box-sizing:border-box;
	display:table-cell;
	vertical-align:middle;
	background-color:#FFF;
}

#land.list article a section dl dt {
	width:130px;
	font-size:15px;
	font-weight:300;
	text-align:center;
	background-color:#007038;
	color:#FFF;
	padding:8px 0 8px;
}

#land.list article a section dl dd {
	overflow: hidden;
    /*text-overflow: ellipsis;
    white-space: nowrap;*/
	padding:5px 15px 5px;
	font-size:15px;
	word-break:break-all;
}

#land.list section dl.choice dd p {
	float:left;
	width:100%;
}

#land.list section dl.choice dd p.two {
	width:50%;
}

#land.list section dl.choice dd p.three {
	width:33.33%;
}

#land.list section dl.choice dd p + p {
	box-sizing:border-box;
	padding-left:30px;
}

#land.list section dl.price dd p {
	color:#B20000;
	font-size:20px;
	font-weight:500;
}

#land.list section dl.price.choice span {
	background-position: left top 8px;
}

#land.list section dl.price.choice span.jp_tx {
	background-position: left top 6px;
	font-size: 17px;
}

#land.list section dl.price dd p .sub_tx{
	margin: 0;
	color: #393939;
	font-size: 14px;
	font-weight: normal;
	vertical-align: top;
}

/* 共通 */
#land .choice span {
	box-sizing:border-box;
	background-size: 20px auto;
	background-position: left top 3px;
	background-repeat: no-repeat;
	display:inline-block;
	margin: 3px 5px 0 0; 
	padding: 0 0 0 25px;
	vertical-align: baseline;
}

#land .choice .color_a { background-image:url(../../land/img/land_A.png); }
#land .choice .color_b { background-image:url(../../land/img/land_B.png); }
#land .choice .color_c { background-image:url(../../land/img/land_C.png); }

#land .choice .situation {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

#land .choice .situation_sub {
	margin: 0;
	padding: 0;
	font-size: 12px;
}


/*共通　1区画*/
#land .type_one .choice .choice_tx {
	background: none;
	padding: 0;
}

/*la_004用*/
/*#land .la004 .choice .situation_sub{
	display: block;
}*/
#land.la004 .choice span .in_blo {
	padding: 0;
}

/*詳細ページ---------------------------------------------*/

/*タイトル*/
#land.post .land_title {
	margin-bottom:60px;
}

/*項目タイトル*/
#land.post h3 {
	margin-bottom: 20px;
	padding: 0 0 0 15px;
	line-height:1.2;
	border-left: 5px solid #007038;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: bold;
}

/*photo*/
#land.post .photo {
	margin:0 auto 60px;
	max-width:400px;
}

#land.post .but_box {
	display:table;
	table-layout: fixed;
	margin-bottom:60px;
	width:100%;
}

#land.post .but_box > div {
	box-sizing:border-box;
	display:table-cell;
	vertical-align: middle;
	padding:0 10px 0;
}

#land.post .but_box > div a {
	box-sizing:border-box;
	display:block;
	padding:0 10px 0;
	color:#ffffff;
	line-height:60px;
	text-align:center;
}

#land.post .but_box > div.map a {
	background:#ABC027;
}

#land.post .but_box > div.map span {
	box-sizing:border-box;
	display: inline-block;
	background: url(../img/event_map.png) left center no-repeat;
	background-size:46px auto;
	padding:0 0 0 55px;
}

#land.post .but_box > div.plan a {
	background:#39463C;
}

#land.post .but_box > div a:hover,
#land.post .but_box > div a:active {
	opacity:0.6;
}

/*リンク1つ*/
#land.post .box_one {
	margin: 0 auto 60px;
	max-width: 500px;
}

#land.post .box_one > div{
	padding: 0;
}

#land.post .data_area {
	margin-bottom:50px;
	padding: 0;
	background: #ffffff;
	box-sizing:border-box;
}

#land.post #data_box {
	overflow: hidden;
}

#land.post #data_box #left {
	float: left;
	width: 50%;
	padding-right: 1px;
	box-sizing: border-box;
}

#land.post #data_box #right {
	float: right;
	width:50%;
	padding-left: 1px;
	box-sizing: border-box;
}

#land.post #data_box dl {
	box-sizing:border-box;
	display:table;
	margin-bottom:1px;
	width:100%;
}

#land.post #data_box dl dt,
#land.post #data_box dl dd {
	display:table-cell;
	vertical-align:top;
	box-sizing:border-box;
}

#land.post #data_box dl dt {
	padding: 10px 0 10px;
	width:80px;
	color:#ffffff;
	background:#007038;
	text-align:center;
	font-size:13px;
}

#land.post #data_box dl dd {
	padding:10px 15px 10px;
	background:#EDEFED;
	word-break:break-all;
}

#land.post .data_area .caution {
	box-sizing:border-box;
	padding:10px 0 0 5px;
	text-align:right;
	font-size:13px;
}

#land.post #data_box dl.price dd  span {
	color:#B20000;
	font-size:16px;
	font-weight:600;
}


/*photo_area*/
#land.post #p_box {
	overflow:hidden;
	margin-bottom:70px;
	width:100%;
}

#land.post #p_box > div {
	box-sizing:border-box;
	float:left;
	padding:0 10px 0;
	width:33.33%;
}

#land.post #p_box > div a {
    display: block;
}

#land.post #p_box > div:nth-child(n + 4) {
	margin-top:20px;
}

#land.post #p_box > div .p_frm {
	position:relative;
	overflow:hidden;
	margin:0 auto 0;
	max-width:290px;
}

#land.post #p_box > div .p_frm img {
	position: absolute;
}

#land.post #p_box > div p {
	margin-top: 3px;
	text-align: center;
	font-size: 13px;
}


/*2枚*/
#land.post #p_box.two > div {
	width: 50%;
}

#land.post #p_box.two > div .p_frm {
	max-width: 400px;
}

#land.post #p_box.two > div .p_frm a {
    display: block;
}

#land.post #p_box.two > div:nth-child(n + 3) {
	margin-top:20px;
}


/*追加 land003*/
#data_box dl dd .pd{
    box-sizing: border-box;
    padding: 0 10px 0 0;
}

#la_plan #p_box div p {
    margin-top: 5px;
    text-align: center;
    font-size: 12px;
}

#land.post #la_plan #p_box.two > div:nth-child(n + 3) {
	margin-top: 25px;
}

#la_plan h3 + p {
    margin-bottom: 20px;
}

#la_plan {
    margin-bottom: 50px;
}

#la_plan .text {
    margin: 0 auto 50px;
    max-width: 600px;
}

#la_plan .text ul {
    box-sizing: border-box;
    border-right: 1px solid #393939;
    border-top: 1px solid #393939;
    overflow: hidden;
}

#la_plan .text ul li {
    float: left;
    box-sizing: border-box;
    border-left: 1px solid #393939;
    border-bottom: 1px solid #393939;
    width: 50%;
}

#la_plan .text ul li span {
    display: inline-block;
    box-sizing: border-box;
    background: #cccccc;
    margin-right: 10px;
    padding: 10px;
    width: 100px;
    text-align: center;
}

#la_plan #p_box.separate {
    margin-bottom: 50px;
}

#la_outinfo .list {
    box-sizing: border-box;
    background: #EDEFED;
    margin-top: 30px;
    padding: 20px;
}

#land.post #la_outinfo h3 {
    line-height: 1.3;
}

#la_outinfo .list:last-child {
    margin-bottom: 50px;
}

#la_outinfo .list h4 {
    box-sizing: border-box;
    background: url("../img/square_14gr.jpg") left center no-repeat;
    background-size: 14px auto;
    margin-bottom: 15px;
    padding: 0 0 0 25px;
    font-size: 15px;
}

#la_outinfo .list ul {
    box-sizing: border-box;
    padding: 0 20px 0;
}

#la_outinfo .list ul li + li {
    margin-top: 5px;
}

#la_outinfo .list ul li {
    box-sizing: border-box;
    background-position: left top 13px;
    background-repeat: no-repeat;
    background-size: 17px auto;
    padding: 10px 10px 10px 30px;
    font-weight: bold;
}

#la_outinfo .list ul li:nth-child(1) { background-image: url("../img/sche_01.png"); }
#la_outinfo .list ul li:nth-child(2) { background-image: url("../img/sche_02.png"); }
#la_outinfo .list ul li:nth-child(3) { background-image: url("../img/sche_03.png"); }
#la_outinfo .list ul li:nth-child(4) { background-image: url("../img/sche_04.png"); }
#la_outinfo .list ul li:nth-child(5) { background-image: url("../img/sche_05.png"); }

#la_outinfo .list ul li a {
    box-sizing: border-box;
    background: url("../img/link_bk.png") right center no-repeat;
    background-size: 16px auto;
    padding: 0 25px 0 0;
}

#la_outinfo .list ul li a:hover,
#la_outinfo .list ul li a:active {
    opacity: 0.6;
}

#la_outinfo p a {
    box-sizing: border-box;
    background: url("../img/link_bk.png") right 5px center no-repeat;
    background-size: 16px auto;
    padding: 0 18px 0 5px;
    font-weight: 500;
}

#la_outinfo .other_link {
    background: #ffffff;
    margin: 30px auto 0;
    max-width: 500px;
}

#la_outinfo .other_link a {
    display: block;
    box-sizing: border-box;
    background: url("../img/link_bk.png") right 10px top 10px no-repeat #ffffff;
    background-size: 20px auto;
    border: 2px solid #B4D885;
    padding: 10px 30px 10px 10px;
    color: #393939;
    text-align: center;
}

#la_outinfo .other_link a:hover,
#la_outinfo .other_link a:active {
    opacity: 0.6;
}


/*ページ下部リンク*/
#land.post .pagelink a {
	display:table;
	margin:0 auto 70px;
	width:100%;
	max-width:500px;
}

#land.post .pagelink a:hover,
#land.post .pagelink a:active {
	opacity:0.6;
}

#land.post .pagelink a > div {
	display:table-cell;
	vertical-align: middle;
	color:#ffffff;
	background:#CF1E11;
	text-align:center;
	font-size:20px;
}

#land.post .pagelink a > div.ph {
	width:200px;
}

/*内部リンク 共通*/
#land_navi {
    margin-bottom: 50px;
}

#land_navi ul {
    overflow: hidden;
}

#land_navi ul li {
    float: left;
    box-sizing: border-box;
    padding: 0 10px 0;
    width: 25%;
}

#land_navi ul li a {
    display: block;
    box-sizing: border-box;
    background: #738273;
    padding: 2px;
    color: #ffffff;
    text-align: center;
}

#land_navi ul li a:hover,
#land_navi ul li a:active {
    opacity: 0.6;
}

#land_navi.two_navi ul{
    margin: 0 auto 0;
    max-width: 600px;
}

#land_navi.two_navi ul li{
    width: 50%;
}



/*ページ指定*/
#land.la_002 #land_navi ul {
    margin: 0 auto 0;
    max-width: 600px;
}

#land.la_002 #land_navi ul li {
    width: 50%;
}

#land.la_003 #land_navi ul {
    margin: 0 auto 0;
    max-width: 800px;
}



