.land-content {
	width: 780px;
	margin: 70px auto 0px;
    overflow: hidden;
    padding-bottom: 50px;
    font-size: 14px;
}
.land-content .land-article {
	margin-bottom: 70px;
}
.land-content .land-article:last-child {
	margin-bottom: 0px;
}
.land-article_title {
	font-size: 20px;
	color: #2e1802;
	font-weight: bold;
	border-bottom: 1px solid #2e1802;
	padding: 0px 20px 0px;
	margin-bottom: 30px;
}
.land-article_box {
	padding: 0px 20px;
	box-sizing: border-box;
}
.land-thumb {
	width: 320px;
	float: left;
}
.land-ctn {
	width: 393px;
	margin-left: 27px;
	float: right;
}
.land-lbl {
	background: #d2a038;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-weight: bold;
	width: 90px;
	padding: 5px;
	line-height: 1;
	box-sizing: border-box;
}
.land-desc {
	background: #f2e4c7;
	line-height: 1;
	padding: 5px;
	box-sizing: border-box;
	width: calc(100% - 103px);
}
.land-desc.sort-fild {
	width: 97px;
}
.land-ctn ul {
	margin-left: -6px;
	margin-bottom: 30px;
}
.land-ctn ul li {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	margin-bottom: 8px;
}
.land-ctn ul li:last-child {
	margin-bottom: 0px;
}
.land-ctn ul li .land-lbl,
.land-ctn ul li .land-desc {
	margin-left: 6px;
}
.land-ctn .view-more {
	background: #2e1802;
	line-height: 1;
	color: #fff;
	position: relative;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	width: 260px;
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 0 auto;
}
.land-ctn .view-more:before {
	position: absolute;
    top: 48%;
    left: auto;
    content: '';
    border: 6px solid transparent;
    border-left-color: #fff;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: -20px;
}
.land-ctn .view-more:hover {
	opacity: 0.7;
}
.land-content .pager .page-numbers {
	border: 1px solid #2e1802;
	color: #2e1802;
	padding: 5px 10px;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 18px;
}
.land-content .pager .page-numbers:hover,
.land-content .pager .page-numbers.current {
	background: #2e1802;
	color: #fff;
}

/** land detail **/
.land-sc_mdl {
	padding: 0px 20px;
}
.land-contact_box {
	background: #f2e4c7;
	text-align: center;
	padding: 32px 60px;
}
.land-contact_title {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 20px;
}
.land-contact_link {
	display: flex;
	flex-flow: row wrap;
}
.land-contact_link .land-contact_link--sub {
	background: #d2a038;
	font-size: 16px;
	color: #fff;
	text-align: center;
	width: 294px;
	display: flex;
	flex: 1;
	line-height: 1.3;
	padding: 8px;
	box-sizing: border-box;
}
.land-contact_link .land-contact_link--sub span {
	display: block;
	margin: 0 auto;
	align-self: center;
	position: relative;
}
.land-contact_link .land-contact_link--sub span:before {
	position: absolute;
    top: 50%;
    left: -20px;
    content: '';
    border: 5px solid transparent;
    border-left-color: #fff;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.land-contact_link .land-contact_link--sub:last-child {
	margin-left: 30px;
}
.land-contact_link .land-contact_link--sub:hover {
	opacity: 0.7;
}
.land-cmt {
	display: flex;
	flex-flow: row wrap;
	margin: 30px 0px;
}
.land-cmt span {
	display: inline-block;
	background: #d2a038;
	line-height: 1;
	padding: 10px 25px;
	border-radius: 25px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	align-self: center;
}
.land-cmt p {
	margin-left: 15px;
	align-self: center;
	font-size: 16px;
}
.land-slider {}
.land-slider_main {
	width: 740px;
	height: 526px;
	overflow: hidden;
	margin: 0 auto 18px;
}
.land-slider_main img {
	max-width: 100%;
	height: auto;
}
.land-slider_nav {
	width: 710px;
	text-align: center;
	padding: 0px 37px;
	margin-left: 11px;
}
.land-slider_nav-item {
	width: 97px;
	height: 67px;
	overflow: hidden;
	margin-left: 11px;
}
.land-slider_nav-item img {
	max-width: 100%;
	height: auto;
}
.land-slider .slick-prev:before,
.land-slider .slick-next:before {
	content: '';
	position: absolute;
	width: 19px;
	height: 30px;
	top: 0px;
}
.land-slider .slick-prev,
.land-slider .slick-next {
	opacity: 1;
	width: 19px;
	height: 30px;
}
.land-slider .slick-prev {
	left: -7px;
}
.land-slider .slick-next {
	right: 7px;
}
.land-slider .slick-prev:before {
	background: url(../images/land-arr_prv.png) left top no-repeat;
	background-size: 100% auto;
}
.land-slider .slick-next:before {
	background: url(../images/land-arr_next.png) left top no-repeat;
	background-size: 100% auto;
}
.land-info_title {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	margin: 60px 0px 25px;
}
.land-info_tbl {
	border-spacing: unset;
	width: 100%;
	margin: 0 auto 25px;
	border-top: 3px solid #b5b5b5;
}
.land-info_tbl tr th,
.land-info_tbl tr td {
	padding: 10px 25px;
	box-sizing: border-box;
	line-height: 1.8;
}
.land-info_tbl tr th {
	background: none;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #b5b5b5;
	width: 160px;
}
.land-info_tbl tr td {
	background: none;
	border-left: 1px solid #b5b5b5;
	border-bottom: 1px solid #b5b5b5;
	width: calc(100% - 147px);
}
.land-info_left,
.land-info_right {
	width: 370px;
}
.land-info_left {
	float: left;
}
.land-info_right {
	float: right;
	margin-left: 40px;
}
.land-info_tbl-02 {
	border-top: 3px solid #b5b5b5;
	border-spacing: unset;
	width: 100%;
	margin: 0 auto 50px;
	display: flex;
	flex-flow: row wrap;
}
.land-info_tbl-02 li {
	border-bottom: 1px solid #b5b5b5;
	line-height: 1.8;
	padding: 10px 25px;
	width: 50%;
	box-sizing: border-box;
}
.land-info_tbl-02 li:nth-child(2),
.land-info_tbl-02 li:nth-child(2n + 2) {
	border-left: 1px solid #b5b5b5;
}
.land-map {
	margin: 0 auto !important;
	width: 100% !important;
}
.land-map iframe {
	width: 100%;
	height: 400px;
}

/** recruit page **/
.recruit-content {
	width: 780px;
	margin: 0 auto;
}
.recruit-tbl {
	width: 100%;
	border-spacing: unset;
}
.recruit-tbl th,
.recruit-tbl td {
	border-bottom: 1px solid #b5b5b5;
	line-height: 1.8;
}
.recruit-tbl th {
	padding: 20px 0px;
	color: #333;
	background: none;
	width: 142px;
}
.recruit-tbl th span {
	display: block;
	background: #f2e4c7;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
	padding: 7px 10px;
	box-sizing: border-box;
}
.recruit-tbl td {
	padding: 20px 15px 20px 37px;
	background: none;
	font-size: 16px;
}
.recruit-list_ind li {
	text-indent: -15px;
	padding-left: 15px;
	margin-bottom: 20px;
}
.recruit-list_ind li:last-child {
	margin-bottom: 0px;
}

/** zeg page **/
.zeh-content {
	width: 780px;
	margin: 0 auto;
}
.zeh-top {
	font-size: 14px;
}
.zeh-title {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.3;
	position: relative;
	padding-left: 30px;
	margin: 70px 0px 30px;
}
.zeh-title:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 8px;
	height: 100%;
	content: '';
	background: #d2a038;
}
.zeh-top p {
	margin: 0px 0px 45px 30px;
}
.zeh-sub_title {
	font-size: 21px;
	font-weight: bold;
}
.zeh-tbl {
	width: 100%;
	border-top: 3px solid #b5b5b5;
	border-spacing: unset;
	margin-top: 25px;
	margin-bottom: 50px;
}
.zeh-tbl tr th {
	background: none;
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #b5b5b5;
	width: 215px;
	text-align: center;
	line-height: 1.6;
    padding: 10px;
	vertical-align: middle;
}
.zeh-tbl tr td {
	border-left: 1px solid #b5b5b5;
	border-bottom: 1px solid #b5b5b5;
	width: 170px;
	background: none;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	line-height: 1.6;
}
.zeh-info_wrap {
	font-size: 14px;
}
.zeh-info_wrap .zeh-sub_title {
	border-bottom: 1px solid #000;
	line-height: 1;
	padding-bottom: 15px;
	margin-bottom: 18px;
}
.zeh-info_wrap .land-info_left {
	width: 380px;
}
.zeh-info_wrap .land-info_left .zeh-sub_title {
	font-size: 20px;
}
.zeh-info_wrap .land-info_right {
	width: 340px;
	margin-left: 20px;
}
.zeh-info_wrap .land-info_right .zeh-sub_title{
	font-size: 20px;
}
.zeh-info_wrap ul {
	padding-left: 5px;
}
.zeh-info_wrap ul li {
	text-indent: -13px;
	padding-left: 13px;
}
.land-thumb img{
	max-width: 100%;
}
#pagenation.fix{
	position: relative;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0px;
}
#pagenation.fix #pager{
	position: relative;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
}
#pagenation.fix #kiji_be{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: auto;
}
#pagenation.fix #kiji_af{
	position: absolute;
	left: auto;
	top: 0;
	bottom: 0;
	right: 0;
}
#pagenation.fix .next.page-numbers, #pagenation.fix .prev.page-numbers{
	display: none;
}
.recruit-tbl tr:last-child th,
.recruit-tbl tr:last-child td {
 border-bottom: none;
}