/* ===========================================
 * land
=========================================== */

#land{
	background: #E8E8E4
}
#land_entry{
	background: #fff;
}
#land_margin{
	margin-top: 80px;
}
#land_main{
	padding: 100px 0 0;
}
#land_main h1{
	font-size: 14px;
	text-align: center;
	color: #010005;
}
#land_main h1 span{
	font-size: 40px;
	display: block;
	font-weight: 700;
}
#land_main h1 span::first-letter{
	color: #B40019;
}
#land_main hr{
	border: 0;
	background: #4A4A4A;
	width: 100%;
	height: 1px;
	margin-top: 24px;
}
#land_main_contents {
}

#land_contents {
	padding: 50px 0 150px;
}
#land_contents p.note{
	text-align: center;
	font-size: 14px;
	margin-bottom: 100px;
}
/* 一覧 */
#land_main_contents_list {
	border-bottom: 1px solid #9D9D9D;
}
.land_list_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.land_list_contents{
	width: 500px;
	background: #fff;
	border: 1px solid #707070;
	padding: 50px;
	box-sizing: border-box;
	margin-bottom: 60px;
}

.land_list_contents_img{
	width: 400px;
	height: 170px;
}
.land_list_contents_img img{
	width: 400px;
	height: 170px;
	object-fit: cover;
}
.land_list_contents_body{
	margin-top: 10px;
}
.land_list_contents_body h3{
	font-size: 16px;
}
a h3{
	color: #010005;
}
.land_list_contents_body table{
	width: 400px;
	margin-top: 10px;
	border-collapse: collapse;
}
.land_list_contents_body table th{
	white-space: nowrap;
	width: 1%;
	vertical-align: top;
}
.land_list_contents_body table caption,
.land_list_contents_body table th,
.land_list_contents_body table td{
	text-align: left;
	font-size: 12px;
}

.land_list_contents_body .btn_area{
	display: flex;
	justify-content: center;
	column-gap: 10px;
	margin-top: 20px;
}
.land_list_contents_body .btn_area .btn01{
	width: 120px;
	height: 40px;
	border: 1px solid #010005;
	box-sizing: border-box;
}
.land_list_contents_body .btn_area .btn01 a{
	font-size: 15px;
	display: block;
	line-height: 40px;
	text-align: center;
	color: #010005;
}
.land_list_contents_body .btn_area .btn02{
	width: 120px;
	height: 40px;
	background: #B40019;
	box-sizing: border-box;
}
.land_list_contents_body .btn_area .btn02 a{
	font-size: 15px;
	display: block;
	line-height: 40px;
	text-align: center;
	color: #FDFCF8;
}


/* 詳細 */
.land_main_box{
	margin-bottom: 120px;
	color: #010005;
	width: 900px;
	margin: 0 auto;
}
.land_main_box hr{
	border: 0;
	width: 100%;
	height: 1px;
	background: #B40019;
	margin: 40px 0;
}
.main_img{
	width: 900px;
}
.main_img img{
	width: 900px;
	object-fit: cover;
}
.land_main_box .title{
	display: flex;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.land_main_box .title p{
	background: #010005;
	color: #FDFCF8;
	font-size: 14px;
	padding: 5px 15px;
	margin-right: 20px;
}
.land_main_box .title h3{
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
}
.land_main_box .desc p{
	font-size: 15px;
}
.land_main_box h4.sub_title {
	text-align: center;
	margin-top: 40px;
	border-bottom: 1px solid #B40019;
	font-size: 16px;
}
.land_main_box .sub_img{
	width: 900px;
	margin-top: 40px;
}
.land_main_box .sub_img img{
	width: 900px;
	object-fit: cover;
}
.land_main_box .btn{
	width: 300px;
	height: 60px;
	background: #B40019;
	border-radius: 30px;
	margin: 0 auto 60px;
	text-align: center;
	position: relative;
}
.land_main_box .btn a{
	display: block;
	color: #FDFCF8;
	font-size: 16px;
	line-height: 60px;
}
.land_main_box .btn::after{
	content: "";
    background: url("../img/common/arrow_w.svg") no-repeat center top /cover;
    width: 8px;
    height: 14px;
    position: absolute;
    right: 20px;
    top: 23px;
}
.land_main_box .btn a:hover{
	opacity: .7;
}
.slide_inner{
	margin: 40px auto 0;
	position: relative;
}
.next-btn{
  width: 46px;
  height: 46px;
  position: absolute;
  right:0;
  top:50%;
  margin-top: -25px;
}
.prev-btn{
  width: 46px;
  height: 46px;
  position: absolute;
  left: 0;
  top:50%;
  margin-top: -25px;
}
.bx-prev,.bx-next {
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  top:0;
  z-index: 100;
  /*background-color: #f90;*/
}
.prev-btn img,
.next-btn img{
	width: 100%;
	object-fit: cover;
}
.bxslider1 li{
	height: 675px;
	text-align: center;
	overflow: hidden;
}
.bxslider1 img {
	height: 675px;
    display: block;
    margin-left: auto;
	margin-right: auto;
	object-fit: cover;
}
.bx-pager {
    display: flex;
    flex-wrap: wrap;
	align-items: center;
	width: 900px;
    margin: 20px auto 0;
    list-style: none;
	column-gap: 12px;
}

.bx-pager > li {
    width: 208px;
	height: 129px;
	margin-top: 10px;
}
.bx-pager > li:nth-of-type(7),
.bx-pager > li:nth-of-type(14){
	margin-right: 0;
}
.bx-pager > li img{
    width: 208px;
	height: 129px;
	object-fit: cover;
}
.bx-pager > li > a {
    display: block;
    position: relative;
    padding-top: 75%;
}

.bx-pager > li > a > img {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    max-height: 100%;
}
#land_entry_contentsInner_body{
	margin-bottom: 50px;
}
#land_entry_contentsInner_body table{
	margin-top: 40px;
	width: 900px;
	border-collapse: collapse;
}
#land_entry_contentsInner_body table caption{
	text-align: center;
	font-size: 16px;
	border-bottom: 1px solid #B40019;
	margin-bottom: 40px;
}
#land_entry_contentsInner_body table tr{
	width: 550px;
	margin: 0 auto;
	display: block;
}
#land_entry_contentsInner_body table th,
#land_entry_contentsInner_body table td {
	padding: 0;
	font-size: 14px;
	text-align: left;
}
#land_entry_contentsInner_body table th {
	white-space: nowrap;
	width: 200px;
	vertical-align: top;
}

#land_entry_contentsInner_body table td {
	vertical-align: top;
}



#land_contact{
	width: 100%;
	padding: 150px 0;
	background: #E2E0DC;
}
#land_contact_col h3{
	text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
	font-weight: 700;
}
#land_contact_col p{
	text-align: center;
	font-size: 15px;
}
#land_contact_col hr{
	width: 900px;
	margin: 50px auto;
	border: 0;
	height: 1px;
	background: #D0D0D0;
}

#contact_thanks{
	width: 100%;
	padding: 120px 0 150px;
}
#contact_thanks_col h2{
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 60px;
}
#contact_thanks_col p{
	font-size: 15px;
	font-weight: 300;
	text-align: center;
}



@media screen and (max-width:640px){
	
	#land{
		background: #E8E8E4
	}
	#land_margin{
		margin-top: 80px;
	}
	#land_main{
		padding: 70px 0 0;
	}
	#land_main h1{
		font-size: 20px;
		text-align: center;
		color: #010005;
	}
	#land_main h1 span{
		font-size: 54px;
		display: block;
		font-weight: 700;
	}
	#land_main h1 span::first-letter{
		color: #B40019;
	}
	#land_main hr{
		border: 0;
		background: #4A4A4A;
		width: 100%;
		height: 1px;
		margin-top: 24px;
	}
	#land_main_contents {
	}

	#land_contents {
		padding: 90px 0 90px;
	}
	#land_contents p.note{
		text-align: left;
		font-size: 20px;
		margin-bottom: 70px;
	}
	/* 一覧 */
	#land_main_contents_list {
		border-bottom: 1px solid #9D9D9D;
	}
	.land_list_contents{
		width: 580px;
		background: #fff;
		border: 1px solid #707070;
		padding: 40px;
		box-sizing: border-box;
		margin-bottom: 60px;
	}

	.land_list_contents_img{
		width: 500px;
		height: 200px;
	}
	.land_list_contents_img img{
		width: 500px;
		height: 200px;
		object-fit: cover;
	}
	.land_list_contents_body{
		margin-top: 10px;
	}
	.land_list_contents_body h3{
		font-size: 24px;
	}
	a h3{
		color: #010005;
	}
	.land_list_contents_body table{
		width: 500px;
		margin-top: 10px;
		border-collapse: collapse;
	}
	.land_list_contents_body table th{
		white-space: nowrap;
		width: 1%;
		vertical-align: top;
	}
	.land_list_contents_body table caption,
	.land_list_contents_body table th,
	.land_list_contents_body table td{
		text-align: left;
		font-size: 18px;
	}

	.land_list_contents_body .btn_area{
		display: flex;
		justify-content: center;
		column-gap: 10px;
		margin-top: 20px;
	}
	.land_list_contents_body .btn_area .btn01{
		width: 230px;
		height: 60px;
		border: 1px solid #010005;
		box-sizing: border-box;
	}
	.land_list_contents_body .btn_area .btn01 a{
		font-size: 20px;
		display: block;
		line-height: 60px;
		text-align: center;
		color: #010005;
	}
	.land_list_contents_body .btn_area .btn02{
		width: 230px;
		height: 60px;
		background: #B40019;
		box-sizing: border-box;
	}
	.land_list_contents_body .btn_area .btn02 a{
		font-size: 20px;
		display: block;
		line-height: 60px;
		text-align: center;
		color: #FDFCF8;
	}

	/* 詳細 */
	.land_main_box{
		margin-bottom: 90px;
		color: #010005;
		width: 580px;
		margin: 0 auto;
	}
	.land_main_box hr{
		border: 0;
		width: 100%;
		height: 1px;
		background: #B40019;
		margin: 40px 0;
	}
	.main_img{
		width: 580px;
	}
	.main_img img{
		width: 580px;
		object-fit: cover;
	}
	.land_main_box .title{
		display: block;
		align-items: center;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.land_main_box .title p{
		background: #010005;
		color: #FDFCF8;
		font-size: 20px;
		padding: 5px 15px;
		display: inline-block;
	}
	.land_main_box .title h3{
		margin-top: 20px;
		font-size: 28px;
		font-weight: 400;
		line-height: normal;
	}
	.land_main_box .desc p{
		font-size: 20px;
	}
	.land_main_box h4.sub_title {
		text-align: center;
		margin-top: 40px;
		border-bottom: 1px solid #B40019;
		font-size: 24px;
	}
	.land_main_box .sub_img{
		width: 580px;
		margin-top: 40px;
	}
	.land_main_box .sub_img img{
		width: 580px;
		object-fit: cover;
	}
	.land_main_box .btn{
		width: 400px;
		height: 70px;
		background: #B40019;
		border-radius: 35px;
		margin: 0 auto 60px;
		text-align: center;
		position: relative;
	}
	.land_main_box .btn a{
		display: block;
		color: #FDFCF8;
		font-size: 24px;
		line-height: 70px;
	}
	.land_main_box .btn::after{
		content: "";
		background: url("../img/common/arrow_w.svg") no-repeat center top /cover;
		width: 10px;
		height: 18px;
		position: absolute;
		right: 20px;
		top: 23px;
	}
	.land_main_box .btn a:hover{
		opacity: .7;
	}

	.slide_inner{
		margin: 40px 0 0;
		position: relative;
	}
	.bxslider1 li{
        overflow: auto;
        text-align: center;
		height: 400px;
	}
	.bxslider1 img {
		height: 400px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		object-fit: cover;
	}
	.bx-pager {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		margin-top: 20px;
		width: 580px;
		list-style: none;
		column-gap: 7px;
	}

	.bx-pager > li {
		width: calc(580px / 4 );
		height: 95px;
		margin-top: 5px;
	}
	.bx-pager > li:nth-of-type(7),
	.bx-pager > li:nth-of-type(14){
		margin-right: 0;
	}
	.bx-pager > li img{
		width: calc(580px / 4 );
		height: 95px;
		object-fit: cover;
	}
	.bx-pager > li > a {
		display: block;
		position: relative;
		padding-top: 75%;
	}

	.bx-pager > li > a > img {
		position: absolute;
		top: 0px;
		left: 50%;
		transform: translateX(-50%);
		max-width: 100%;
		max-height: 100%;
	}
	#land_entry_contentsInner_body{
		margin-bottom: 50px;
	}
	#land_entry_contentsInner_body table{
		margin-top: 40px;
		width: 580px;
		border-collapse: collapse;
	}
	#land_entry_contentsInner_body table caption{
		text-align: center;
		font-size: 24px;
		border-bottom: 1px solid #B40019;
		margin-bottom: 40px;
	}
	#land_entry_contentsInner_body table tr{
		width: 580px;
		margin: 0 auto;
		display: block;
	}
	#land_entry_contentsInner_body table th,
	#land_entry_contentsInner_body table td {
		padding: 0;
		font-size: 20px;
		text-align: left;
	}
	#land_entry_contentsInner_body table th {
		white-space: nowrap;
		width: 580px;
		display: block;
		vertical-align: top;
	}

	#land_entry_contentsInner_body table td {
		vertical-align: top;
	}



	#land_contact{
		width: 100%;
		padding: 90px 0;
		background: #E2E0DC;
	}
	#land_contact_col h3{
		text-align: center;
		font-size: 28px;
		margin-bottom: 60px;
	}
	#land_contact_col p{
		text-align: center;
		font-size: 20px;
	}
	#land_contact_col hr{
		width: 580px;
		margin: 50px auto;
		border: 0;
		height: 1px;
		background: #D0D0D0;
	}


	#contact_thanks{
		width: 100%;
		padding: 70px 0 90px;
	}
	#contact_thanks_col h2{
		text-align: left;
		font-size: 30px;
		font-weight: 400;
		margin-bottom: 60px;
	}
	#contact_thanks_col p{
		font-size: 20px;
		font-weight: 300;
		text-align: left;
	}
	
}




