/*
Theme Name: hakko layout
Theme URI:
Description:
Version:
Author: fs
Author URI:
*/

/* ヘッダー・ナビゲーション */

.header {
	position: fixed;
	margin: 0;
	padding: 1rem 0 0;
	/*-moz-transition: all 0.5s;*/
	/*-o-transition: all 0.5s;*/
	/*-webkit-transition: all 0.5s;*/
	/*transition: all 0.5s;*/
	z-index: 999;
}

.header.transform {
	/*padding: 0 0;*/
}

.header .site_logo {
	width: 192px;
	margin: 0 10rem 1rem 5rem;
	padding: 0;
	float: left;
	display: inline-block;
	/*-moz-transition: all 0.5s;*/
	/*-o-transition: all 0.5s;*/
	/*-webkit-transition: all 0.5s;*/
	/*transition: all 0.5s;*/
}

.header.transform .site_logo {
	/*width: 128px;*/
	/*margin: 0.7rem 10rem 0 5rem;*/
}

.site_logo img {
	width: 100%;
	height: auto;
}

.header .menu-container {
	display: block;
}

.header .pr {
	display: inline-block;
}

.header .pr .pr_text {
	font-size: 2.8rem;
	font-weight: 700;
	color: #173770;
}

/* パンくず */

.breadcrumb {
	width: 100%;
	margin: 0;
	padding: 0;
}

.breadcrumb_list {
	margin: 0;
	padding: 0;
}

.breadcrumb_list li {
	display: inline-block;
	font-size: 1.3rem;
	line-height:1.2;
	padding: 0 1rem 0 0;
}

.breadcrumb_list li span {
	font-size: 1.3rem;
}

.breadcrumb_list li a {
	font-size: 1.3rem;
	padding: 0 1rem 0 0;
}

/* ページネーション */

.pagination {
	width: 100%;
	margin: 0;
	padding: 0 1%;
	text-align: center;
}

.pagination_inner {
	background: url("/images/pagination_back.png") no-repeat top center;
	margin: 0 auto;
	padding: 30px 0 0;
}

.pagination_inner li {
	display: inline-block;
}

.pagination_inner li span,
.pagination_inner li a {
	background: none;
	font-size: 120%;
	font-weight: 500;
	color: #414141;
	text-decoration: none;
	vertical-align: middle;
	border: none;
	margin: 5px 10px;
	padding: 10px 0 5px;
}

.pagination_inner li .dots,
.pagination_inner li .prev,
.pagination_inner li .next {
	font-size: 100%;
	font-weight: 500;
	vertical-align: middle;
}

.pagination_inner li a:hover {
	background: none;
	color: #414141;
}

.pagination_inner li .current {
	background: none;
	color: #414141;
	border-bottom: 3px solid #414141;
}

.pagination .page_count {
	font-size: 80%;
	text-align: center;
	margin: 25px 0 0;
	padding: 0;
}

/* コンテンツトップ・スライドイメージ */

.bx-wrapper {
	left: 0;
	box-shadow: none;
	border: none;
}

#slider li {
	position: relative;
	height: 100vh;
	background: center / cover no-repeat;
	background-attachment: fixed;
}

/* コンテンツ */

main .h1_title {
	width: 100%;
	margin: 0;
	padding: 16rem 0 0;
}

main .h1_title .main_title {
	display: block;
	font-size: 3.2rem;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.2;
	margin: 0 0 1rem;
	padding: 0 0;
}

main .h1_title .sub_title {
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.2;
	margin: 0;
	padding: 0 0;
}

main .h2_title {
	text-align: center;
	margin: 3rem 0 3rem;
}

main .h2_title .main_title {
	display: inline-block;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}

main .h2_title .sub_title {
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 1.5rem;
	padding: 0;
}

main .h3_title {
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	margin: 6rem 0 2.5rem;
	padding: 0;
}

main .h4_title {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.2;
	margin: 1rem 0 1rem;
	padding: 0;
}

main p {
	line-height: 1.7;
	margin: 0;
	padding: 1rem 0 4rem;
}

main .address {
	margin: 2rem 0 1rem;
}

main .address dt {
	margin: 2rem 0 1rem;
	padding: 0;
	line-height: 1.2;
}

main .address dd {
	margin: 0.5rem 0;
	padding: 0;
	line-height: 1.2;
}

main .address dd ul {
	margin: 0;
	padding: 0;
}

main .address dd ul li {
	margin: 0.2rem 0;
	padding: 0;
	line-height: 1.2;
}

.transition_button_1 {
	text-align: center;
	margin: 3rem 0 3rem;
}

.transition_button_1 a {
	text-align: center;
	text-decoration: none;
	font-size: 1.4rem;
	font-weight: 500;
	color: #494949;
	padding: 1rem 3rem 1rem;
	border: #494949 2px solid;
	border-radius: 10px;
}

.transition_button_1 a .marker {
	font-size: 1.2rem;
	font-weight: 500;
	color: #494949;
	margin-left: 0.5rem;
}

.transition_button_1 a:hover {
	background: #494949;
	color: #ffffff;
	border: #494949 2px solid;
}

.transition_button_1 a:hover span {
	color: #ffffff;
}

.transition_button_1 a::before,
.transition_button_1 a::after,
.transition_button_1 a span::before,
.transition_button_1 a span::after {
	z-index: -1;
	content: '';
}

.transition_button_1 a,
.transition_button_1 a::before,
.transition_button_1 a::after,
.transition_button_1 a span,
.transition_button_1 a span::before,
.transition_button_1 a span::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.transition_button_2 {
	text-align: center;
	margin: 3rem 0 3rem;
}

.transition_button_2 a {
	text-align: center;
	text-decoration: none;
	font-size: 1.6rem;
	font-weight: 700;
	color: #509354;
	padding: 1rem 5rem 1rem;
	border: #509354 4px solid;
	border-radius: 6px;
}

.transition_button_2 a .marker {
	font-size: 1.2rem;
	font-weight: 700;
	color: #509354;
	margin-left: 0.5rem;
}

.transition_button_2 a:hover {
	background: #509354;
	color: #ffffff;
	border: #509354 4px solid;
}

.transition_button_2 a:hover span {
	color: #ffffff;
}

.transition_button_2 a::before,
.transition_button_2 a::after,
.transition_button_2 a span::before,
.transition_button_2 a span::after {
	z-index: -1;
	content: '';
}

.transition_button_2 a,
.transition_button_2 a::before,
.transition_button_2 a::after,
.transition_button_2 a span,
.transition_button_2 a span::before,
.transition_button_2 a span::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.transition_image a img {
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-ms-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}

.transition_image a:hover img {
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

/* メインインデックス */

.index_top .index_top_logo {
	width: 100%;
	margin: 0;
	padding: 0;
}

.index_top .index_top_logo .logo {
	width: 50%;
	max-width: 204px;
	margin: 0 auto;
	padding: 0;
}

.index_top .index_top_logo .logo img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.index_top .index_top_logo .text {
	font-size: 2rem;
	font-weight: 500;
	color: #ffffff;
	line-height:1.2;
	text-align: center;
	margin: 1rem 0 4rem;
	padding: 0;
}

h2.index_h2_title {
	text-align: center;
	margin: 5rem 0 3rem;
	padding: 1rem 0;
}

h2.index_h2_title .jp_title {
	display: inline;
	font-weight: 700;
	font-size: 3.2rem;
	color: #373736;
	line-height: 1.2;
	padding: 0;
}

h2.index_h2_title .en_title {
	display: block;
	font-size: 6rem;
	font-weight: 700;
	color: rgba(58,147,119,0.3);
	line-height: 1.2;
	margin: 0 0 1rem;
}

h3.index_h2_title {
	margin: 0;
	padding: 0;
}

.index_top_inner {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0 auto;
	padding: 0;
	z-index: 998;
}

.index_top_inner .estate_search_title {
	font-size: 3.6rem;
	font-weight: 700;
	color: #509354;
	line-height: 1.2;
	margin: 0;
	padding: 0.5rem 0;
}

.index_top_inner .estate_search_title::before {
	position: relative;
	top: 5px;
	content: url("http://www.hakkou-estate.co.jp/estate_wp/wp-content/themes/hakkolayout/images/search_l.png");
	margin-right: 1rem;
}

.index_top_inner .estate_category_title {
	display: inline;
	position: absolute;
	top: 11rem;
	left: 0;
	background: url("http://www.hakkou-estate.co.jp/estate_wp/wp-content/themes/hakkolayout/images/search_a.png") no-repeat left center;
	margin: 0;
	padding: 0.5rem 0 0.5rem 1rem;
}

.index_top_inner .estate_category_title h3 {
	font-size: 1.4rem;
	font-weight: 500;
	margin: 0.5rem 1rem;
}

.index_top_inner .estate_category {
	position: relative;
	width: 100%;
	margin: 0 0 ;
	padding: 0.5rem 0 17rem 2rem;
	background: #ffffff;
	border-radius: 10px 10px 0 0;
}

.index_top_inner .estate_category_inner {
	position: relative;
	display: inline-block;
	width: 49%;
	vertical-align: top;
	margin: 0 0;
	padding: 1rem 0;
}

.index_top_inner .estate_category .cat-item {
	width: 95%;
	font-size: 2rem;
	vertical-align: top;
	margin: 0.5rem 0.5rem 0.5rem 0;
	padding: 2.5rem 1.5rem 2.5rem 9rem;
	border: 4px solid #509354;
	border-radius: 4px;
}

.index_top_inner .estate_category .cat-item a {
	font-size: 3rem;
	font-weight: 700;
	color: #509354;
}

.index_top_inner .estate_category .cat-item a::after {
	content: "を探す";
	font-size: 2rem;
}

.index_top_inner .estate_category_inner .cat-item-6 {
	background: url("http://www.hakkou-estate.co.jp/estate_wp/wp-content/themes/hakkolayout/images/category_item_back01.png") no-repeat left center;
}

.index_top_inner .estate_category_inner .cat-item-4 {
	background: url("http://www.hakkou-estate.co.jp/estate_wp/wp-content/themes/hakkolayout/images/category_item_back02.png") no-repeat left center;
}

.index_top_inner .estate_category .children {
	display: block;
	position: absolute;
	top: 13rem;
	left: 0;
	width: 95%;
	margin: 1rem 0 1rem;
	padding: 0 0;
	border: 4px solid #c5c5c2;
	border-radius: 4px;
}

.index_top_inner .estate_category .children .cat-item {
	display: inline-block;
	width: 30%;
	font-size: 1.4rem;
	font-weight: 300;
	color: #494949;
	margin: 0.5rem 0.5rem;
	padding: 0.5rem 0.5rem;
	border: none;
}

.index_top_inner .estate_category .children .cat-item a {
	font-size: 1.4rem;
	font-weight: 300;
	color: #494949;
	border: none;
}

.index_top_inner .estate_category .children .cat-item a:before {
	content: normal;
}

.index_top_inner .estate_category .children .cat-item a:after {
	content: normal;
}

.index_middle_inner .estate_new {
	width: 100%;
	margin: 1rem 0 5rem;
	padding: 0 0 0;
}

.index_middle_inner .estate_new_inner {
	background: #f9f7f1;
	display: inline-block;
	width: 49%;
	vertical-align: top;
	margin: 0 0;
	padding: 1rem 1rem;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.index_middle_inner .estate_new_inner .estate_new_title {
	width: 100%;
	background: url("http://www.hakkou-estate.co.jp/estate_wp/wp-content/themes/hakkolayout/images/new_label.png") #eae9de no-repeat left top;
	font-size: 1.6rem;
	font-weight: 500;
	margin: 0 0 2rem;
	padding: 1.25rem 1rem 1.25rem 2.5rem;
	border: 3px solid #e8e7da;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.index_middle_inner .estate_new_inner .new_item {
	display: inline-block;
	width: 48%;
	vertical-align: top;
	margin: 0.5rem 0.5rem 1rem 0;
	padding: 1rem 1rem;
	border: 2px solid #c5c5c2;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.index_middle_inner .estate_new_inner .new_item dd {
	font-size: 1.2rem;
	line-height:1.2;
	vertical-align: top;
	margin: 0.5rem 0;
	padding: 0;
}

.index_middle_inner .estate_new_inner .new_item .cat {
	text-align: left;
	margin: 0 0 0.5rem;
	padding: 0;
}

.index_middle_inner .estate_new_inner .new_item .cat span {
	display: inline-block;
	background: #509354;
	margin: 0.5rem 0.5rem 0.5rem 0;
	padding: 0.2rem 1rem 0.4rem;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.index_middle_inner .estate_new_inner .new_item .cat span a {
	font-size: 1.2rem;
	font-weight: 500;
	color: #ffffff;
}

.index_middle_inner .estate_new_inner .new_item .image {
	height: 150px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.index_middle_inner .estate_new_inner .new_item .image img {
	width: auto;
	height: 100%;
}

.index_middle_inner .estate_new_inner .new_item .title {
	text-align: left;
	margin: 1rem 0 1rem;
	padding: 0;
}

.index_middle_inner .estate_new_inner .new_item .title a {
	font-size: 1.6rem;
	line-height: 1.2;
}

.index_middle_inner .estate_new_inner .new_item .price {
	position: relative;
	top: 0.1rem;
	font-size: 1.8rem;
	color: #d35230;
	margin-right: 0.2rem;
}

.index_middle_inner .estate_new_inner .estate_new_contact a {
	width: 40%;
	display: block;
	background: #509354;
	text-align: center;
	text-decoration: none;
	font-size: 1.4rem;
	font-weight: 700;
	color: #ffffff;
	margin: 0 auto;
	padding: 1rem 0.5rem 1rem;
	border: #509354 4px solid;
	border-radius: 4px;
}

.index_middle_inner .estate_new_inner .estate_new_contact a:hover {
	background: #ffffff;
	color: #509354;
}

.index_middle_inner .estate_new_inner .estate_new_contact a::before,
.index_middle_inner .estate_new_inner .estate_new_contact a::after {
	z-index: -1;
	content: '';
}

.index_middle_inner .estate_new_inner .estate_new_contact a,
.index_middle_inner .estate_new_inner .estate_new_contact a::before,
.index_middle_inner .estate_new_inner .estate_new_contact a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.index_middle_inner .reason_h2_image {
	width: 384px;
	margin: 1rem auto 1rem;
	padding: 0 0;
}

.index_middle_inner .reason_h2_image img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.index_middle_inner .reason_h2_title {
	font-size: 2.6rem;
	font-weight: 700;
	line-height:1.2;
	text-align: center;
	margin: 3rem 0 3rem;
	padding: 0 0;
}

.index_middle_inner .reason_h2_title::before {
	position: relative;
	top: 1rem;
	content: url("http://www.hakkou-estate.co.jp/estate_wp/wp-content/themes/hakkolayout/images/reason_h2_title_b.png");
	margin-right: 4rem;
}

.index_middle_inner .reason_h2_title::after {
	position: relative;
	top: 1rem;
	content: url("http://www.hakkou-estate.co.jp/estate_wp/wp-content/themes/hakkolayout/images/reason_h2_title_a.png");
	margin-left: 4rem;
}

.reason_outline {
	position: relative;
	display: block;
	width: 80%;
	background-color: #ffffff;
	border: solid 2px #173770;
	border-radius: 10px;
	margin: 1rem auto 6rem;
	padding: 1rem ;
	text-align: center;
}

.reason_outline:before,
.reason_outline:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.reason_outline:before {
	border: solid 12px transparent;
	border-top: solid 12px #525252;
}

.reason_outline:after {
	border: solid 14px transparent;
	border-top: solid 14px #fff;
	margin-top: -5px;
}

.reason_outline span {
	display: block;
	font-size: 1.4rem;
	font-weight: 500;
	line-height:2.0;
	text-align: center;
	padding: 1.5rem 3rem;
}

.index_middle_inner .reason {
	width: 100%;
	margin: 2rem 0 9rem;
	padding: 0 0;
}

.index_middle_inner .reason1 {
	background: url("http://www.hakkou-estate.co.jp/estate_wp/wp-content/themes/hakkolayout/images/reason_main1_back.png") no-repeat top 10px right 10px;
}

.index_middle_inner .reason2 {
	background: url("http://www.hakkou-estate.co.jp/estate_wp/wp-content/themes/hakkolayout/images/reason_main2_back.png") no-repeat top 10px right 10px;
}

.index_middle_inner .reason .reason_title {
	margin: 0 0;
	padding: 0 0;
	border-top: 4px solid #173770;
	border-right: 4px solid #173770;
	border-left: 4px solid #173770;
	border-radius: 10px 10px 0 0;
}

.index_middle_inner .reason .reason_title .no {
	display: inline-block;
	width: 10%;
	background: #173770;
	font-size: 3.8rem;
	font-weight: 700;
	color: #ffffff;
	line-height:1.2;
	vertical-align: top;
	margin: 0 0;
	padding: 2rem 4rem 1rem;
}

.index_middle_inner .reason .reason_title .title {
	display: inline-block;
	width: 85%;
	font-size: 3.8rem;
	font-weight: 700;
	line-height:1.2;
	vertical-align: top;
	margin: 0 0;
	padding: 2rem 1rem 1rem;
}

.index_middle_inner .reason_main {
	line-height:1.8;
	margin: 0 0;
	padding: 3rem 2rem 2rem 15rem;
	border-right: 4px solid #173770;
	border-bottom: 4px solid #173770;
	border-left: 4px solid #173770;
	border-radius: 0 0 10px 10px;
}

.index_middle_inner .reason_main .list {
	margin: 2rem 0;
	padding: 0;
}

.index_middle_inner .reason_main .list li {
	font-size: 1.6rem;
	font-weight: 500;
	color: #173770;
	line-height:1.2;
	margin: 0.75rem 0;
	padding: 0;
}

/* メインインデックス　インフォメーション */

h2.index_h2_title_info {
	background: url("http://www.hakkou-estate.co.jp/estate_wp/wp-content/themes/hakkolayout/images/title_info_back.jpg") no-repeat left center;
	font-size: 2.2rem;
	font-weight: 700;
	color: #173770;
	margin: 0 0 0.5rem;
	padding: 1.25rem 1rem 1.25rem 6.5rem;
	border: 4px solid #173770;
	border-radius: 10px 10px 0 0;
}

.index_infomation .transition_button_2 {
	margin: 2rem 0 0;
}

.index_infomation .infomation_list {
	display: block;
	letter-spacing: -0.20em;
	width: 100%;
	line-height: 1.2;
	margin: 0 0 3rem;
	padding: 1rem 2rem;
	border: 2px solid #c5c5c2;
	border-radius: 0 0 10px 10px;
}

.index_infomation .infomation_list .infomation_item_date {
	display: inline-block;
	letter-spacing: normal;
	width: 15%;
	vertical-align: top;
	margin: 0;
	padding: 10px 5px;
	border-top: 2px dotted #c5c5c2;
}

.index_infomation .infomation_list .infomation_item_title {
	display: inline-block;
	letter-spacing: normal;
	width: 65%;
	vertical-align: top;
	margin: 0;
	padding: 10px 5px;
	border-top: 2px dotted #c5c5c2;
}

.index_infomation .infomation_list .infomation_item_title a {

}

.index_infomation .infomation_list .infomation_item_cat {
	display: inline-block;
	letter-spacing: normal;
	width: 15%;
	font-size: 1.3rem;
	font-weight: 700;
	color: #173770;
	vertical-align: top;
	margin: 0;
	padding: 10px 5px;
	border-top: 2px dotted #c5c5c2;
}

.index_infomation .read_more {
	text-align: center;
	margin: 25px 0 25px;
}

.index_infomation .read_more a {
	background: #173770;
	font-size: 1.5rem;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	padding: 1rem 5rem 1rem;
	border: 4px solid #173770;
	border-radius: 4px;
}

.index_infomation .read_more a:hover {
	background: #ffffff;
	color: #173770;
}

.index_infomation .read_more a::before,
.index_infomation .read_more a::after {
	z-index: -1;
	content: '';
}

.index_infomation .read_more a,
.index_infomation .read_more a::before,
.index_infomation .read_more a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* アーカイブ　インフォメーション */

.post-type-archive-infomation .archive_top,
.tax-infomation_cat .archive_top {
	background: #ffffff url("http://www.hakkou-estate.co.jp/estate_wp/wp-content/themes/hakkolayout/images/infomation_top_back.jpg") no-repeat center center;
	background-size: cover;
}

.post-type-archive-infomation .infomation_list,
.tax-infomation_cat .infomation_list {
	letter-spacing: -0.20em;
	background: #f6f6f6;
	width: 95%;
	line-height: 1.2;
	margin: 1rem auto 2rem;
	padding: 2rem 4rem;
	border-radius: 10px;
}

.post-type-archive-infomation .infomation_list .infomation_item_date,
.tax-infomation_cat .infomation_list .infomation_item_date {
	display: inline-block;
	letter-spacing: normal;
	width: 15%;
	font-size: 1.3rem;
	vertical-align: top;
	margin: 0;
	padding: 1.5rem 1.5rem;
	border-top: 2px dotted #c1c1c1;
}

.post-type-archive-infomation .infomation_list .infomation_item_title,
.tax-infomation_cat .infomation_list .infomation_item_title {
	display: inline-block;
	letter-spacing: normal;
	width: 70%;
	vertical-align: top;
	margin: 0;
	padding: 1.5rem 1.5rem;
	border-top: 2px dotted #c1c1c1;
}

.post-type-archive-infomation .infomation_list .infomation_item_title a,
.tax-infomation_cat .infomation_list .infomation_item_title a {

}

.post-type-archive-infomation .infomation_list .infomation_item_cat,
.tax-infomation_cat .infomation_list .infomation_item_cat {
	display: inline-block;
	letter-spacing: normal;
	width: 10%;
	font-size: 1.3rem;
	font-weight: 700;
	color: #173770;
	text-align: center;
	vertical-align: top;
	margin: 0;
	padding: 1.5rem 1.5rem;
	border-top: 2px dotted #c1c1c1;
}

.post-type-archive-infomation .infomation_list dt:first-child,
.post-type-archive-infomation .infomation_list dt:first-child + dd,
.post-type-archive-infomation .infomation_list dt:first-child + dd + dd,
.tax-infomation_cat .infomation_list dt:first-child,
.tax-infomation_cat .infomation_list dt:first-child + dd,
.tax-infomation_cat .infomation_list dt:first-child + dd + dd {
	border: none;
}

/* アーカイブ */

/* 物件情報アーカイブ */

.post-type-archive-estate .estate_category_title {
	display: inline;
	position: absolute;
	top: 13.5rem;
	left: 0;
	background: url("http://www.hakkou-estate.co.jp/estate_wp/wp-content/themes/hakkolayout/images/search_s.png") no-repeat left center;
	margin: 0;
	padding: 0.5rem 0 0.5rem 1rem;
}

.post-type-archive-estate .estate_category_title h2 {
	font-size: 1.4rem;
	font-weight: 500;
	margin: 0.5rem 1rem;
	padding: 0;
}

.post-type-archive-estate .estate_category {
	position: relative;
	width: 100%;
	margin: 1rem 0 25rem;
	padding: 0 0 0;
}

.post-type-archive-estate .estate_category_inner {
	position: relative;
	display: inline-block;
	width: 49%;
	vertical-align: top;
	font-size: 2.2rem;
	margin: 0 0;
	padding: 1rem 0;
}

.post-type-archive-estate .estate_category .cat-item {
	width: 95%;
	vertical-align: top;
	font-size: 2.4rem;
	margin: 0.5rem 0.5rem 0.5rem 0;
	padding: 3rem 1.5rem 3rem 9rem;
	border: 4px solid #509354;
	border-radius: 4px;
}

.post-type-archive-estate  .estate_category .cat-item a {
	font-size: 3rem;
	font-weight: 700;
	color: #509354;
}

.post-type-archive-estate  .estate_category .cat-item a::after {
	content: "を探す";
	font-size: 2rem;
}

.post-type-archive-estate .estate_category_inner .cat-item-6 {
	background: url("http://www.hakkou-estate.co.jp/estate_wp/wp-content/themes/hakkolayout/images/category_item_back01.png") no-repeat left center;
}

.post-type-archive-estate .estate_category_inner .cat-item-4 {
	background: url("http://www.hakkou-estate.co.jp/estate_wp/wp-content/themes/hakkolayout/images/category_item_back02.png") no-repeat left center;
}

.post-type-archive-estate .estate_category .children {
	display: block;
	position: absolute;
	top: 16rem;
	left: 0;
	width: 95%;
	margin: 1rem 0 1rem;
	padding: 0 0;
	border: 4px solid #c5c5c2;
	border-radius: 4px;
}

.post-type-archive-estate .estate_category .children .cat-item {
	display: inline-block;
	width: 30%;
	font-size: 1.4rem;
	font-weight: 300;
	color: #494949;
	margin: 0.5rem 0.5rem;
	padding: 0.5rem 0.5rem;
	border: none;
}

.post-type-archive-estate .estate_category .children .cat-item a {
	font-size: 1.4rem;
	font-weight: 300;
	color: #494949;
	border: none;
}

.post-type-archive-estate .estate_category .children .cat-item a:before {
	content: normal;
}

.post-type-archive-estate .estate_category .children .cat-item a:after {
	content: normal;
}

.post-type-archive-estate .estate_new {
	width: 100%;
	margin: 1rem 0 5rem;
	padding: 0 0 0;
}

.post-type-archive-estate .estate_new_inner {
	background: #f9f7f1;
	display: inline-block;
	width: 49%;
	vertical-align: top;
	margin: 0 0;
	padding: 1rem 1rem;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.post-type-archive-estate .estate_new_inner .estate_new_title {
	width: 100%;
	background: url("http://www.hakkou-estate.co.jp/estate_wp/wp-content/themes/hakkolayout/images/new_label.png") #eae9de no-repeat left top;
	font-size: 1.6rem;
	font-weight: 500;
	margin: 0 0 2rem;
	padding: 1.25rem 1rem 1.25rem 2.5rem;
	border: 3px solid #e8e7da;
	border-radius: 4px;
}

.post-type-archive-estate .estate_new_inner .new_item {
	display: inline-block;
	width: 48%;
	vertical-align: top;
	margin: 0.5rem 0.5rem 1rem 0;
	padding: 1rem 1rem;
	border: 2px solid #c5c5c2;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.post-type-archive-estate .estate_new_inner .new_item dd {
	font-size: 1.2rem;
	line-height:1.2;
	vertical-align: top;
	margin: 0.5rem 0;
	padding: 0;
}

.post-type-archive-estate .estate_new_inner .new_item .cat {
	text-align: left;
	margin: 0 0 0.5rem;
	padding: 0;
}

.post-type-archive-estate .estate_new_inner .new_item .cat span {
	display: inline-block;
	background: #509354;
	margin: 0.5rem 0.5rem 0.5rem 0;
	padding: 0.2rem 1rem 0.4rem;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.post-type-archive-estate .estate_new_inner .new_item .cat span a {
	font-size: 1.2rem;
	font-weight: 500;
	color: #ffffff;
}

.post-type-archive-estate .estate_new_inner .new_item .image {
	height: 150px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.post-type-archive-estate .estate_new_inner .new_item .image img {
	width: auto;
	height: 100%;
}

.post-type-archive-estate .estate_new_inner .new_item .title {
	text-align: left;
	margin: 1rem 0 1rem;
	padding: 0;
}

.post-type-archive-estate .estate_new_inner .new_item .title a {
	font-size: 1.6rem;
	line-height: 1.2;
}

.post-type-archive-estate .estate_new_inner .new_item .price {
	position: relative;
	top: 0.1rem;
	font-size: 1.8rem;
	color: #d35230;
	margin-right: 0.2rem;
}

.post-type-archive-estate .estate_new_inner .estate_new_contact a {
	width: 40%;
	display: block;
	background: #509354;
	text-align: center;
	text-decoration: none;
	font-size: 1.4rem;
	font-weight: 700;
	color: #ffffff;
	margin: 0 auto;
	padding: 1rem 0.5rem 1rem;
	border: #509354 4px solid;
	border-radius: 4px;
}

.post-type-archive-estate .estate_new_inner .estate_new_contact a:hover {
	background: #ffffff;
	color: #509354;
}

.post-type-archive-estate .estate_new_inner .estate_new_contact a::before,
.post-type-archive-estate .estate_new_inner .estate_new_contact a::after {
	z-index: -1;
	content: '';
}

.post-type-archive-estate .estate_new_inner .estate_new_contact a,
.post-type-archive-estate .estate_new_inner .estate_new_contact a::before,
.post-type-archive-estate .estate_new_inner .estate_new_contact a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* 物件情報タクソノミーアーカイブ */

.term-01land .archive_top {
	background: url("http://www.hakkou-estate.co.jp/estate_wp/wp-content/themes/hakkolayout/images/archive_01land_back.jpg") no-repeat center center;
	background-size: cover;
}

.tax-estate_cat .estate_category_title,
.single-estate .estate_category_title {
	display: inline;
	position: absolute;
	top: 12rem;
	left: 0;
	right: 0;
	width: 300px;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	margin: 0 auto;
	padding: 0 0;
	border: 1px solid #494949;
	border-radius: 4px;
}

.tax-estate_cat .estate_category,
.single-estate .estate_category {
	position: relative;
	width: 100%;
	margin: 1rem 0 18rem;
	padding: 0 0 0;
	border-bottom: 4px solid #509354;
}

.tax-estate_cat .estate_category .cat-item,
.single-estate .estate_category .cat-item {
	display: inline-block;
	width: 20%;
	background: #c5c5c2;
	vertical-align: top;
	font-size: 2.2rem;
	font-weight: 300;
	color: #ffffff;
	margin: 0 0;
	padding: 1.5rem 1.5rem;
	border-bottom: 3px solid #ffffff;
	border-radius: 4px 4px 0 0;
}

.tax-estate_cat .estate_category .current-cat,
.tax-estate_cat .estate_category .current-cat-parent,
.tax_02apartment .estate_category .cat-item-4,
.tax_01land .estate_category .cat-item-6 {
	background: #509354;
	border-bottom: 3px solid #509354;
	border-radius: 4px 4px 0 0;
}

.tax-estate_cat .estate_category .cat-item a,
.single-estate .estate_category .cat-item a {
	font-weight: 500;
	color: #ffffff;
}

.tax-estate_cat .estate_category .children,
.tax_02apartment .cat-item-6 .children,
.tax_01land .cat-item-4 .children {
	display: none;
}

.tax-estate_cat .estate_category .current-cat .children,
.tax-estate_cat .estate_category .current-cat-parent .children,
.tax_02apartment .cat-item-4 .children,
.tax_01land .cat-item-6 .children {
	display: block;
	position: absolute;
	top: 11rem;
	left: 0;
	width: 100%;
	margin: 1rem 0 2rem;
	padding: 0.5rem 0;
	border: 4px solid #c5c5c2;
	border-radius: 4px;
}

.tax-estate_cat .estate_category .current-cat .children .cat-item,
.tax-estate_cat .estate_category .current-cat-parent .children .cat-item,
.tax_02apartment .cat-item-4 .children .cat-item,
.tax_01land .cat-item-6 .children .cat-item {
	width: auto;
	background: none;
	font-size: 1.5rem;
	font-weight: 300;
	color: #494949;
	margin: 1rem 0.5rem;
	padding: 0.5rem 0.5rem;
	border-bottom: none;
}

.tax-estate_cat .estate_category .current-cat .children .cat-item a,
.tax-estate_cat .estate_category .current-cat-parent .children .cat-item a,
.tax_02apartment .cat-item-4 .children .cat-item a,
.tax_01land .cat-item-6 .children .cat-item a {
	font-weight: 300;
	color: #494949;
}

.tax-estate_cat .h2_title {
	width: 100%;
	text-align: left;
	margin: 3rem 0 1rem;
	padding: 1rem 0 1rem;
	border-top: 2px solid #c5c5c2;
}

.tax-estate_cat .h2_title .cat {
	display: inline-block;
	background: #509354;
	margin-right: 1rem;
	padding: 0 3rem 0.5rem;
	border-radius: 4px;
}

.tax-estate_cat .h2_title .cat a {
	position: relative;
	top: -0.1rem;
	font-size: 1.4rem;
	font-weight: 300;
	color: #ffffff;
	padding: 0;
}

.tax-estate_cat .h2_title .name {
	display: inline-block;
	font-weight: 500;
	font-size: 2rem;
	color: #373736;
	line-height: 1.2;
	margin-left: 1rem;
	padding: 0;
}

.tax-estate_cat .pr {
	line-height:1.4;
	margin: 0 0 0.5rem;
	padding: 0;
}

.tax-estate_cat .estate_section {
	width: 100%;
}

.tax-estate_cat .estate_section .estate_section_left {
	display: inline-block;
	width: 57%;
	vertical-align: top;
	margin: 1rem 1rem 1rem 0;
	padding: 0;
}

.tax-estate_cat .estate_section .estate_section_right {
	display: inline-block;
	width: 40%;
	vertical-align: top;
	margin: 1rem 0 1rem 1rem;
	padding: 0;
}

.tax-estate_cat .estate_section estate_section_mainimage {
	width: 100%;
}

.tax-estate_cat .estate_section .featured_image {
	display: inline-block;
	width: 57%;
	height: 240px;
	text-align: center;
	margin: 0 0.5rem 1.5rem 0;
	padding: 0;
	overflow: hidden;
}

.tax-estate_cat .estate_section .plan_image {
	display: inline-block;
	width: 40%;
	height: 240px;
	text-align: center;
	margin: 0 0 1.5rem 0.5rem;
	padding: 0;
	overflow: hidden;
}

.tax-estate_cat .estate_section .featured_image img,
.tax-estate_cat .estate_section .plan_image img {
	height: 100%;
	width: auto;
}

.tax-estate_cat .estate_section .estate_section_thumbnail {
	width: 100%;
}

.tax-estate_cat .estate_section .thumbnail_item {
	display: inline-block;
	width: 23.5%;
	height: 100px;
	text-align: center;
	margin: 0.5rem 0.5rem 1rem 0;
	padding: 0;
	overflow: hidden;
}

.tax-estate_cat .estate_section .thumbnail_item img {
	height: 100%;
	width: auto;
}

.tax-estate_cat .estate_section .thumbnail_item .text {
	display: block;
	width: 100%;
	text-align: center;
	padding: 0;
}

.tax-estate_cat .estate_section .estate_section_outline {
	width: 100%;
	margin: 0 0 2rem;
	padding: 0;
}

.tax-estate_cat .estate_section .estate_section_outline dt {
	display: inline-block;
	width: 30%;
	line-height:1.4;
	vertical-align: top;
	font-weight: 500;
	margin: 0;
	padding: 0 1rem 1rem 0;
}

.tax-estate_cat .estate_section .estate_section_outline dd {
	display: inline-block;
	width: 69%;
	line-height:1.4;
	vertical-align: top;
	margin: 0;
	padding: 0 1rem 1rem 0;
}

.tax-estate_cat .estate_section .estate_section_outline .price {
	font-size: 2rem;
	color: #d35230;
	margin-right: 0.2rem;
}

.tax-estate_cat .estate_section .estate_section_outline .unit {

}

.tax-estate_cat .estate_section_detail {
	display: table;
	width: 100%;
	margin: 0 0;
}

.tax-estate_cat .estate_section_detail .item {
	display: table-cell;
	width: 50%;
	text-align: center;
	margin: 0;
	padding: 0.5rem;
}

.tax-estate_cat .estate_section_detail .item_contact a {
	display: block;
	background: #ffffff;
	text-align: center;
	text-decoration: none;
	font-size: 1.6rem;
	font-weight: 700;
	color: #509354;
	margin: 0 0;
	padding: 2rem 0.5rem 2rem;
	border: #509354 4px solid;
	border-radius: 4px;
}

.tax-estate_cat .estate_section_detail .item_contact a:hover {
	background: #509354;
	color: #ffffff;
}

.tax-estate_cat .estate_section_detail .item_detail a {
	display: block;
	background: #509354;
	text-align: center;
	text-decoration: none;
	font-size: 1.6rem;
	font-weight: 700;
	color: #ffffff;
	margin: 0 0;
	padding: 2rem 0.5rem 2rem;
	border: #509354 4px solid;
	border-radius: 4px;
}

.tax-estate_cat .estate_section_detail .item_detail a:hover {
	background: #ffffff;
	color: #509354;
}

.tax-estate_cat .estate_section_detail .item a::before,
.tax-estate_cat .estate_section_detail .item a::after {
	z-index: -1;
	content: '';
}

.tax-estate_cat .estate_section_detail .item a,
.tax-estate_cat .estate_section_detail .item a::before,
.tax-estate_cat .estate_section_detail .item a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* 固定ページ */

.page .copy_1 {
	width: 80%;
	font-size: 3.2rem;
	color: #373736;
	line-height:1.6;
	text-align: center;
	margin: 0 auto 8rem;
	padding: 90px 0 0;
}

.page .copy_2 {
	font-size: 2.8rem;
	font-weight: 700;
	color: #373736;
	line-height:1.4;
	margin: 3rem 0 3rem;
	padding: 0;
}

.page .copy_text {
	line-height:1.8;
	margin: 2rem 0 2rem;
	padding: 0;
}

.page .h2_title {
	margin: 0rem 0 4rem;
}

.page .skip_container {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
	padding: 0 0 6rem 0;
}

.page .skip_container .container_first {
	position: relative;
	background-size: cover;
	min-height: 300px;
}

.page .skip_container .container_next {
	min-height: 300px;
}

.page .skip_container:nth-child(odd) .container_first {
	width: 39%;
	float: left;
	padding: 1rem 10rem 1rem 2rem;
}

.page .skip_container:nth-child(odd) .container_next {
	width: 59%;
	float: right;
	padding: 0rem 2rem 0rem 5rem;
}

.page .skip_container:nth-child(even) .container_first {
	width: 39%;
	float: right;
	padding: 1rem 2rem 1rem 10rem;
}

.page .skip_container:nth-child(even) .container_next {
	width: 59%;
	float: left;
	padding: 0rem 5rem 1rem 0rem;
}

.page .page_middle_list {
	width: 100%;
	background: #ecebe5;
	padding: 6rem 0 3rem;
}

.page .page_middle_list_inner {
	width: 1200px;
	margin: 0 auto;
}

.page .page_list {
	width: 90%;
	margin: 0 auto 6rem;
}

.page .page_list th,
.page .page_list td {
	padding: 2rem 1rem;
	border-top: 1px solid #a9a49a;
	text-align: center;
	line-height:1.6;
	vertical-align:  middle;
}

.page .page_list th {
	font-size: 1.6rem;
	font-weight: 500;
}

.page .page_list .list_name {
	width: 30%;
	border-right: 1px solid #a9a49a;
}

.page .page_list .list_content {
	width: 70%;
}

.page .page_list .list_content ul {
	margin: 0;
	padding: 0;
}

.page .page_list .list_content ul li {
	line-height:1.4;
	margin: 0 0 0.2rem;
	padding: 0;
}

.page .page_list tbody .list_content {
	text-align: left;
}

.page .page_list .kome {
	font-size: 1rem;
}

.page .comments {
	width: 90%;
	margin: 2rem auto 1rem;
	padding: 0;
}

.page .comments li {
	font-size: 1.2rem;
	line-height:1.4;
	margin: 0 0 0.2rem;
	padding: 0;
}

/* 企業情報 */

.page-company .page_top {
	background: url("http://www.hakkou-estate.co.jp/estate_wp/wp-content/themes/hakkolayout/images/company_top_back.jpg") no-repeat top left;
	background-size: cover;
}

.page-company .profile {
	letter-spacing:-1em;
	width: 100%;
	margin: 1rem 0 12rem;
}

.page-company .profile .name {
	display: inline-block;
	letter-spacing:normal;
	width: 15%;
	font-weight: 500;
	vertical-align: top;
	line-height:1.8;
	margin: 0;
	padding: 2rem 1rem;
	border-top: 1px solid #c5c5c2;
}

.page-company .profile .text {
	display: inline-block;
	letter-spacing:normal;
	width: 83%;
	line-height:1.8;
	margin: 0;
	padding: 2rem 1rem;
	border-top: 1px solid #c5c5c2;
}

.page-company .profile ul li {
	line-height:1.8;
	margin: 0;
	padding: 0 0.5rem 0.5rem 0;
}

.page-company .store_info {
	width: 100%;
	margin: 0;
	padding: 0;
}

.page-company .store_info .img {
	display: inline-block;
	width: 384px;
	margin: 0 1rem 0 0;
	padding: 0;
}

.page-company .store_info .img img {
	width: 100%;
	height: auto
	margin: 0;
	padding: 0;
}

.page-company .store_info .gmap {
	display: inline-block;
	margin: 0;
	padding: 0;
}

/* お問い合わせ */

/* 単一記事 */

.single .h1_title .main_title {
	font-weight: 500;
}

.single .single_middle img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.infomation_header {
	width: 100%;
	margin: 1rem 0 1rem;
	padding: 0;
}

.infomation_header li {
	display: inline-block;
	vertical-align: middle;
}

.infomation_header .date {
	font-weight: 500;
	color: #b6b6b6;
}

.infomation_header .avatar {
	margin-left: 2rem;
	padding: 0;
}

.infomation_header .name {
	margin-left: 0.5rem;
	padding: 0;
}

.infomation_header .cat {
	position: relative;
	top: 5px;
	float: right;
	background: #357dbf;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin: 0 0.5rem;
	padding: 2px 10px 5px;
}

.infomation_header .cat a {
	font-size: 1.3rem;
	font-weight: 500;
	color: #ffffff;
}

.single_widget_title {
	font-size: 2rem;
	font-weight: 700;
	margin: 0 0 2rem;
	padding: 0;
}

.single_widget_title {
	margin: 1rem 0 2rem;
}

.single_widget_title .marker {
	background-color: #2c2c2c;
	border-radius: 3px;
	content: "";
	display: inline-block;
	height: 36px;
	margin-right: 10px;
	vertical-align: middle;
	width: 6px;
}

.single_widget_list {
	margin: 0 0 5rem;
	padding: 0;
}

.single_widget_list li {
	width: 100%;
	margin: 0;
	padding: 1.5rem 0;
	border-top: 1px solid #c1c1c1;
}

.single_widget_list li a {
	font-size: 1.6rem;
	font-weight: 500;
}

.single_widget_list li .gt {
	display: block;
	float: right;
	font-size: 1.6rem;
	font-weight: 500;
	margin-right: 1rem;
}

/* 単一記事　インフォメーション */

.single-infomation .single_top {
	background: #ffffff url("http://www.hakkou-estate.co.jp/estate_wp/wp-content/themes/hakkolayout/images/infomation_top_back.jpg") no-repeat center center;
	background-size: cover;
}

/* 単一記事　物件情報 */

.single-estate .h2_title {
	width: 100%;
	text-align: left;
	margin: 3rem 0 1rem;
	padding: 1rem 0 1rem;
	border-top: 2px solid #c5c5c2;
}

.single-estate .h2_title .cat {
	display: inline-block;
	position: relative;
	top: -0.5rem;
	background: #509354;
	margin-right: 1rem;
	padding: 0 3rem 0.5rem;
	border-radius: 4px;
}

.single-estate .h2_title .cat a {
	display: block;
	font-size: 1.4rem;
	font-weight: 700;
	color: #ffffff;
	padding: 0.5rem 0 0.25rem;
}

.single-estate .h2_title .name {
	display: inline-block;
	margin-left: 1rem;
	padding: 0;
}

.single-estate .h2_title .name a {
	font-weight: 500;
	font-size: 2.6rem;
	color: #373736;
	line-height: 1.2;
}

.single-estate .pr {
	line-height:1.4;
	margin: 0 0 0.5rem;
	padding: 0;
}

.single-estate .estate_single {
	width: 100%;
}

.single-estate .estate_single .estate_single_left {
	display: inline-block;
	width: 57%;
	vertical-align: top;
	margin: 1rem 1rem 1rem 0;
	padding: 0;
}

.single-estate .estate_single .estate_single_right {
	display: inline-block;
	width: 40%;
	vertical-align: top;
	margin: 1rem 1rem 1rem 0;
	padding: 0;
}

.single-estate .estate_single .estate_single_bottom {
	display: block;
	width: 100%;
	vertical-align: top;
	margin: 1rem 0 5rem 0;
	padding: 0;
}

.single-estate .estate_single estate_single_mainimage {
	width: 100%;
}

.single-estate .estate_single .featured_image {
	width: 100%;
	height: 380px;
	margin: 0 0.5rem 0.5rem 0;
	padding: 0;
	overflow: hidden;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.single-estate .estate_single .featured_image img {
	height: 100%;
	width: auto;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.single-estate .estate_single .estate_single_thumbnail {
	width: 100%;
}

.single-estate .estate_single .thumbnail_item {
	display: inline-block;
	width: 13.25%;
	height: 100px;
	text-align: center;
	margin: 0.5rem 0.5rem 1rem 0;
	padding: 0;
	overflow: hidden;
}

.single-estate .estate_single .thumbnail_item img {
	height: 100%;
	width: auto;
}

.single-estate .estate_single .thumbnail_item .text {
	display: block;
	width: 100%;
	text-align: center;
	padding: 0;
}

.single-estate .estate_single .estate_single_outline {
	width: 100%;
	margin: 0 0 4rem;
	padding: 0;
}

.single-estate .estate_single .estate_single_outline dt {
	display: inline-block;
	width: 30%;
	line-height:1.4;
	vertical-align: top;
	font-weight: 500;
	margin: 0;
	padding: 0 1rem 1.5rem 0;
}

.single-estate .estate_single .estate_single_outline dd {
	display: inline-block;
	width: 69%;
	line-height:1.4;
	vertical-align: top;
	margin: 0;
	padding: 0 1rem 1.5rem 0;
}

.single-estate .estate_single .estate_single_outline .price {
	font-size: 2.2rem;
	font-weight: 500;
	color: #d35230;
	margin-right: 0.2rem;
}

.single-estate .estate_single .estate_single_outline .unit {
	font-weight: 500;
}

.single-estate .estate_single_outline2 {
	width: 100%;
	margin: 1rem 0 5rem;
	padding: 0;
}

.single-estate .estate_single_outline2 .item_plan {
	display: inline-block;
	width: 360px;
	height: 300px;
	text-align: center;
	vertical-align: top;
	margin: 0 0.5rem 1.5rem 0;
	padding: 0;
}

.single-estate .estate_single_outline2 .item_plan img {
	height: 100%;
	width: auto;
}

.single-estate .estate_single_outline2 .item_map {
	display: inline-block;
	width: 600px;
	text-align: center;
	vertical-align: top;
	margin: 0 0 1.5rem 0.5rem;
	padding: 0;
}

.single-estate .estate_single_outline2 dl dt {
	width: 100%;
	text-align: left;
	font-size: 2.0rem;
	font-weight: 500;
	margin: 1.5rem 0 1rem;
	padding: 0.5rem 1.5rem 0.75rem;
	border-left: 5px solid #509354;
}

.single-estate .estate_single_outline2 dl dd {
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.single-estate .detail_title {
	width: 100%;
	font-size: 2.0rem;
	font-weight: 500;
	margin: 1.5rem 0 1rem;
	padding: 0.5rem 1.5rem 0.75rem;
	border-left: 5px solid #509354;
}

.estate_single_detail {
	width: 100%;
}

.estate_single_detail tbody {
	border-top: solid 1px #c5c5c2;
}

.estate_single_detail .item_th {
	vertical-align: middle;
	font-weight: 500;
	background: #eeede5;
	border-left: solid 1px #c5c5c2;
	border-right: solid 1px #c5c5c2;
	border-bottom: solid 1px #c5c5c2;
	padding: 10px;
	line-height: 1.4;
}

.estate_single_detail .item_td {
	vertical-align: middle;
	border-left: solid 1px #c5c5c2;
	border-right: solid 1px #c5c5c2;
	border-bottom: solid 1px #c5c5c2;
	padding: 10px;
	line-height: 1.4;
}

.single-estate .estate_single_contact {
	width: 100%;
	margin: 5rem 0 6rem;
}

.single-estate .estate_single_contact .item {
	text-align: center;
	margin: 2rem 0 3rem;
	padding: 0;
}

.single-estate .estate_single_contact .msg {
	font-size: 1.8rem;
	font-weight: 500;
}

.single-estate .estate_single_contact .msg:before {
	position: relative;
	top: 0.3rem;
	content: url(http://www.hakkou-estate.co.jp/estate_wp/wp-content/themes/hakkolayout/images/mail_icon.png);
	margin-right: 2rem;
}

.single-estate .estate_single_contact .item a {
	width: 50%;
	display: block;
	background: #509354;
	text-align: center;
	text-decoration: none;
	font-size: 1.8rem;
	font-weight: 700;
	color: #ffffff;
	margin: 0 auto;
	padding: 2.5rem 0.5rem 2.5rem;
	border: #509354 4px solid;
	border-radius: 4px;
}

.single-estate .estate_single_contact .item a:hover {
	background: #ffffff;
	color: #509354;
}

.single-estate .estate_single_contact .item a::before,
.single-estate .estate_single_contact .item a::after {
	z-index: -1;
	content: '';
}

.single-estate .estate_single_contact .item a,
.single-estate .estate_single_contact .item a::before,
.single-estate .estate_single_contact .item a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* グーグルマップ */

.gmap {
	text-align: center;
	margin: 0;
}

.index_location {
	width: 100%;
	height: 450px;
}

.page_location {
	width: 550px;
}

.gmap label {
	width: auto;
	display: inline;
}

.gmap img {
	max-width: none;
}

.gmap_address {
	width: 95%;
	margin: 15px auto 15px;
}

.gmap_address .name {
	font-size: 1.2rem;
	line-height: 1.2;
	margin: 10px 0 5px;
}

.gmap_address .add {
	font-size: 1.2rem;
	line-height: 1.2;
	margin: 0 0 3px 12px;
}

/* フッターお問い合わせ */

.contact {
	background: url("http://www.hakkou-estate.co.jp/estate_wp/wp-content/themes/hakkolayout/js/bxslider/slideimg/slide01.jpg") no-repeat top center;
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
	margin: 0;
	padding: 1rem 0;
	vertical-align: top;
}

.contact_inner {
	background: #ffffff;
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 2rem 2rem;
	vertical-align: top;
	border-radius: 10px;
}

.contact .contact_inner .contact_list {
	width: 100%;
	text-align: center;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

.contact_inner .contact_list .contact_list_item {
	display: inline-block;
	width: 49%;
	text-align: center;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

.contact_inner .contact_list .contact_list_item:first-child {
	border-right: 2px solid #c5c5c2;
}

.contact_list .contact_list_item .title {
	position: relative;
	top: -2.5rem;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.2;
	margin: 0;
	padding: 0 0 1rem;
}

.contact_list .contact_list_item .title_phone::before {
	position: relative;
	top: 2.5rem;
	content: url(http://www.hakkou-estate.co.jp/estate_wp/wp-content/themes/hakkolayout/images/phone_icon.png);
	margin-right: 1rem;
}

.contact_list .contact_list_item .title_mail::before {
	position: relative;
	top: 2.5rem;
	content: url(http://www.hakkou-estate.co.jp/estate_wp/wp-content/themes/hakkolayout/images/mail2_icon.png);
	margin-right: 1rem;
}

.contact_list .contact_list_item .phone {
	font-size: 3.2rem;
	font-weight: 700;
	line-height:1.2;
	color: #509354;
	margin: 0.5rem 0;
	padding: 0;
}

.contact_list .contact_list_item .note {
	font-size: 1.2rem;
	line-height:1.2;
	margin: 0.5rem 0;
	padding: 0;
}

.contact_list .contact_list_item .mail a {
	width: 45%;
	display: block;
	background: #509354;
	text-align: center;
	text-decoration: none;
	font-size: 1.4rem;
	font-weight: 700;
	color: #ffffff;
	margin: 0 auto;
	padding: 1rem 0.5rem 1rem;
	border: #509354 4px solid;
	border-radius: 4px;
}

.contact_list .contact_list_item .mail a:hover {
	background: #ffffff;
	color: #509354;
}

.contact_list .contact_list_item .mail a::before,
.contact_list .contact_list_item .mail a::after {
	z-index: -1;
	content: '';
}

.contact_list .contact_list_item .mail a,
.contact_list .contact_list_item .mail a::before,
.contact_list .contact_list_item .mail a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* メールフォーム */

.page-contact .page_top {
	background: url("http://www.hakkou-estate.co.jp/estate_wp/wp-content/themes/hakkolayout/images/contact_top_back.jpg") no-repeat top center;
	background-size: cover;
}

.mailform {
	width: 100%;
	margin: 0 auto 2rem;
	padding: 0;
}

.mailform dt {
	width: 25%;
	display: inline-block;
	font-weight: 500;
	vertical-align: top;
	margin: 0;
	padding: 1rem 0 0;
}

.mailform dt .must {
	position: relative;
	top: -2px;
	font-size: 1.2rem;
	color: #509354;
	line-height:1;
	border: 1px solid #509354;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	margin: 0 0.5rem;
	padding: 0 10px 1px;
}

.mailform dd {
	width: 74%;
	display: inline-block;
	margin: 0;
	padding: 0;
}

.page input,
.page textarea,
.page select {
	border: 0;
	padding: 1rem;
	border: 1px solid #b6b6b6;
	margin: 0 auto 2rem;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.page .w15 input,
.page .w15 textarea,
.page .w15 select {
	width: 15%;
}

.page .w30 input,
.page .w30 textarea,
.page .w30 select {
	width: 30%;
}

.page .w60 input,
.page .w60 textarea,
.page .w60 select {
	width: 60%;
}

.page .w100 input,
.page .w100 textarea,
.page .w100 select {
	width: 100%;
}

.mailform dd .mwform-radio-field-text {
	margin-right: 1rem;
}

.terms {
	height: 20rem;
	width: 85%;
	border: 1px solid #b6b6b6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: auto;
	margin: 0 auto 1rem;
	clear: both;
	text-align:left;
}

.terms_title {
	font-size: 2.6rem;
	font-weight: 500;
	text-align: center;
	line-height:1.6;
	margin: 5rem auto 1rem;
	padding: 0;
}

.terms .terms_subhead {
	font-size: 2rem;
	font-weight: 500;
	line-height:1.6;
	margin: 1.5rem 0 0;
	padding: 0;
}

.terms p {
	margin: 0.5rem 1rem 1.5rem;
	padding: 0;
	line-height: 1.6;
}

.terms ul {
	margin: 0.5rem 1rem 1.5rem;
}

.terms li {
	margin: 0 0 0.5rem 2rem;
	line-height: 1.6;
	list-style-type: disc;
}

p.terms_agree {
	width: 100%;
	color: #509354;
	text-align: center;
	margin: 0 1rem 1rem;
	padding: 0;
}

p.terms_agree span {
	color: #509354;
}

.sending_button {
	width: 100%;
	text-align: center;
	margin: 3rem 0 3rem;
}

.page input.confirmation {
	background: none;
	text-align: center;
	text-decoration: none;
	font-size: 2rem;
	font-weight: 700;
	color: #509354;
	padding: 1.5rem 10rem 1.5rem;
	border: #509354 4px solid;
	border-radius: 10px;
}

.page input.confirmation .marker {
	font-size: 1.2rem;
	font-weight: 700;
	color: #509354;
	margin-left: 0.5rem;
}

.page input.confirmation:hover {
	background: #509354;
	color: #ffffff;
	border: #509354 4px solid;
}

.page input.confirmation::before,
.page input.confirmation::after {
	z-index: -1;
	content: '';
}

.page input.confirmation,
.page input.confirmation::before,
.page input.confirmation::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* フッター */

footer .footer_nav {
	width: 100%;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	-o-column-count: 2;
	-ms-column-count: 2;
	column-count: 2;
	margin: 15px 15px;
	vertical-align: top;
	border-left: 1px solid #efeeed;
}

footer .footer_nav ul li {
	vertical-align: top;
	margin: 0 25px 5px;
}

footer .footer_nav ul li:before {
	position: relative;
	top: 0;
	font-size: 1.4rem;
	color: #173770;
	content: "● ";
}

footer .footer_nav ul li a {
	font-size: 1.3rem;
	font-weight: 500;
	color: #173770;
}

.footer_nav ul li ul {
	margin: 10px 0 5px 0;
}

footer .footer_nav ul li ul li {
	list-style: none;
	margin: 7px 0 7px 13px;
}

footer .footer_nav ul li ul li a {
	font-size: 1.3rem;
	font-weight: 500;
	color: #173770;
}

footer .footer_nav ul li ul li:before {
	position: relative;
	top: 0;
	content: none;
}

footer .footer_address {
	width: 45%;
	display: inline-block;
	vertical-align: top;
	margin: 0 2rem 2rem 0;
	padding: 0;
}

footer .footer_address dt,
footer .footer_address dd {
	font-size: 1.2rem;
	color: #173770;
	line-height: 1.2;
	margin: 0 0 0.5;
	padding: 0;
}

footer .footer_address dd a {
	color: #173770;
}

footer .footer_address dt {
	min-height: 40px;
	margin: 0 0 1rem;
}

footer .footer_address dt img {
	width: 192px;
	height: auto;
}

footer .footer_copyright {
	font-size: 1.1rem;
	text-align: center;
	color: #173770;
	padding: 1rem 0 1rem;
}

/*スマートフォン*/

@media only screen and (max-width: 768px) {

	/* ヘッダー・ナビゲーション */
	.site_logo {
		float: none;
		position: absolute;
		top: 5px;
		left: 0;
		margin: 0;
		padding: 0;
	}

	.header {
		position: relative;
	}

	/* コンテンツトップ・スライドイメージ */

	#slider li {
		height: 90vh;
		background: center / cover no-repeat;
	}

	/* コンテンツ */

	main .h1_title {
		padding: 7rem 0 0;
	}

	main .h1_title .main_title {
		font-size: 2.2rem;
	}

	main .h2_title h2 {
		margin: 0;
	}

	main .h2_title .main_title {
		font-size: 2rem;
		margin: 2rem 0;
	}

	main .h3_title {
		font-size: 2rem;
	}

	.transition_button_1 {
		margin: 0 0 2rem;
	}

	.transition_button_1 a {
		font-size: 1.3rem;
		padding: 1rem 2rem 1rem;
	}

	.transition_button_2 {
		margin: 0 0 2rem;
	}

	.transition_button_2 a {
		font-size: 1.3rem;
		padding: 1rem 2rem 1rem;
	}

	/* メインインデックス */

	.index_top .index_top_logo .logo {
		width: 30%;
	}

	.index_top .index_top_logo .text {
		font-size: 1.8rem;
		margin: 1rem 0 2rem;
	}

	h2.index_h2_title {
		font-size: 2rem;
	}

	.index_top_inner .estate_category_title {
		position: absolute;
		top: 9rem;
		left: 0;
	}

	.index_top_inner .estate_category {
		padding: 0rem 0 23rem 0.5rem;
	}

	.index_top_inner .estate_category .cat-item {
		width: 100%;
		font-size: 1rem;
		margin: 0.5rem 0.5rem 0.5rem 0;
		padding: 2.5rem 0.5rem 1rem 0.5rem;
	}

	.index_top_inner .estate_category .cat-item a {
		font-size: 2rem;
	}

	.index_top_inner .estate_category .cat-item a::after {
		font-size: 1rem;
	}

	.index_top_inner .estate_category_inner .cat-item-6 {
		background: url("http://www.hakkou-estate.co.jp/estate_wp/wp-content/themes/hakkolayout/images/category_item_back01.png") no-repeat left -1px top -1px;
		background-size: 25px 20px;
	}

	.index_top_inner .estate_category_inner .cat-item-4 {
		background: url("http://www.hakkou-estate.co.jp/estate_wp/wp-content/themes/hakkolayout/images/category_item_back02.png") no-repeat left -1px top -1px;
		background-size: 25px 20px;
	}

	.index_top_inner .estate_category .children {
		position: absolute;
		top: 11rem;
		width: 100%;
	}

	.index_top_inner .estate_category .children .cat-item {
		display: inline-block;
		width: 46%;
		font-size: 1.2rem;
		margin: 0.5rem 0.25rem;
	}

	.index_top_inner .estate_category .children .cat-item a {
		font-size: 1.2rem;
	}

	.index_middle_inner .estate_new_inner .estate_new_title {
		width: 100%;
		background: url("http://www.hakkou-estate.co.jp/estate_wp/wp-content/themes/hakkolayout/images/new_label.png") #eae9de no-repeat left -1px top -1px;
		background-size: 25px 25px;
		font-size: 1.4rem;
		padding: 1.25rem 1rem 1.25rem 2rem;
	}

	.index_middle_inner .estate_new_inner .new_item {
		display: block;
		width: 100%;
		padding: 0.5rem 0.5rem;
	}

	.index_middle_inner .estate_new_inner .new_item .cat span a {
		font-size: 1rem;
	}

	.index_middle_inner .estate_new_inner .new_item .title a {
		font-size: 1.4rem;
	}

	.index_middle_inner .estate_new_inner .new_item .price {
		font-size: 1.6rem;
	}

	.index_middle_inner .estate_new_inner .estate_new_contact a {
		width: 90%;
		font-size: 1.4rem;
		padding: 1rem 0.5rem 1rem;
	}

	.index_middle_inner .reason_h2_image {
		width: 50%;
		margin: 3rem auto 0;
	}

	.index_middle_inner .reason_h2_title {
		font-size: 1.8rem;
		margin: 0 0 3rem;
	}

	.index_middle_inner .reason_h2_title::before {
		margin-right: 1rem;
	}

	.index_middle_inner .reason_h2_title::after {
		margin-left: 1rem;
	}

	.reason_outline {
		width: 90%;
	}

	.reason_outline span {
		font-size: 1.2rem;
		line-height: 1.8;
		padding: 0.5rem;
	}

	.index_middle_inner .reason {
		margin: 1rem 0 3rem;
	}

	.index_middle_inner .reason .reason_title .no {
		width: 13%;
		font-size: 2rem;
		padding: 1rem 1.5rem;
	}

	.index_middle_inner .reason .reason_title .title {
		width: 85%;
		font-size: 2rem;
		padding: 1rem 1rem;
	}

	.index_middle_inner .reason1 {
		background: url("http://www.hakkou-estate.co.jp/estate_wp/wp-content/themes/hakkolayout/images/reason_main1_back.png") no-repeat top 30px right 10px;
		background-size: 60px;
}

.index_middle_inner .reason2 {
	background: url("http://www.hakkou-estate.co.jp/estate_wp/wp-content/themes/hakkolayout/images/reason_main2_back.png") no-repeat top 30px right 10px;
		background-size: 60px;
	}

	.index_middle_inner .reason_main {
		padding: 4rem 2rem 1rem 2rem;
	}

	/* メインインデックス　インフォメーション */

	.index_infomation .infomation_list {
		margin: 2rem 0;
	}

	.index_infomation .infomation_list .infomation_item_date {
		display: block;
		width: 100%;
		padding: 1rem 0.5rem 0;
	}

	.index_infomation .infomation_list .infomation_item_title {
		width: 75%;
		border-top: none;
		padding: 0.5rem 0.5rem;
	}

	.index_infomation .infomation_list .infomation_item_title a {
		font-weight: 500;
	}

	.index_infomation .infomation_list .infomation_item_cat {
		width: 20%;
		font-size: 1rem;
		font-weight: 500;
		border-top: none;
		padding: 0.5rem 0.5rem;
	}

	/* アーカイブ　インフォメーション */

	.post-type-archive-infomation .infomation_list,
	.tax-infomation_cat .infomation_list {
		width: 100%;
		margin: 2rem 0;
		padding: 0.5rem 1rem;
	}

	.post-type-archive-infomation .infomation_list .infomation_item_date,
	.tax-infomation_cat .infomation_list .infomation_item_date {
		display: block;
		width: 100%;
		padding: 1rem 0.5rem 0;
	}

	.post-type-archive-infomation .infomation_list .infomation_item_title,
	.tax-infomation_cat .infomation_list .infomation_item_title {
		width: 75%;
		border-top: none;
		padding: 0.5rem 0.5rem;
	}

	.post-type-archive-infomation .infomation_list .infomation_item_title a,
	.tax-infomation_cat .infomation_list .infomation_item_title a {
		font-weight: 500;
	}

	.post-type-archive-infomation .infomation_list .infomation_item_cat,
	.tax-infomation_cat .infomation_list .infomation_item_cat {
		width: 20%;
		font-size: 1rem;
		font-weight: 500;
		border-top: none;
		padding: 0.5rem 0.5rem;
	}

	/* 物件情報アーカイブ */

	.post-type-archive-estate .estate_category_title {
		position: absolute;
		top: 9rem;
		left: 0;
	}

	.post-type-archive-estate .estate_category {
		padding: 0rem 0 23rem 0.5rem;
	}

	.post-type-archive-estate .estate_category .cat-item {
		width: 100%;
		font-size: 1rem;
		margin: 0.5rem 0.5rem 0.5rem 0;
		padding: 2.5rem 0.5rem 1rem 0.5rem;
	}

	.post-type-archive-estate .estate_category .cat-item a {
		font-size: 2rem;
	}

	.post-type-archive-estate .estate_category .cat-item a::after {
		font-size: 1rem;
	}

	.post-type-archive-estate .estate_category_inner .cat-item-6 {
		background: url("http://www.hakkou-estate.co.jp/estate_wp/wp-content/themes/hakkolayout/images/category_item_back01.png") no-repeat left -1px top -1px;
		background-size: 25px 20px;
	}

	.post-type-archive-estate .estate_category_inner .cat-item-4 {
		background: url("http://www.hakkou-estate.co.jp/estate_wp/wp-content/themes/hakkolayout/images/category_item_back02.png") no-repeat left -1px top -1px;
		background-size: 25px 20px;
	}

	.post-type-archive-estate .estate_category .children {
		position: absolute;
		top: 11rem;
		width: 100%;
	}

	.post-type-archive-estate .estate_category .children .cat-item {
		display: inline-block;
		width: 46%;
		font-size: 1.1rem;
		margin: 0.5rem 0.25rem;
	}

	.post-type-archive-estate .estate_category .children .cat-item a {
		font-size: 1.1rem;
	}

	.post-type-archive-estate .estate_new_inner .estate_new_title {
		width: 100%;
		background: url("http://www.hakkou-estate.co.jp/estate_wp/wp-content/themes/hakkolayout/images/new_label.png") #eae9de no-repeat left -1px top -1px;
		background-size: 25px 25px;
		font-size: 1.4rem;
		padding: 1.25rem 1rem 1.25rem 2rem;
	}

	.post-type-archive-estate .estate_new_inner .new_item {
		display: block;
		width: 100%;
		padding: 0.5rem 0.5rem;
	}

	.post-type-archive-estate .estate_new_inner .new_item .cat span a {
		font-size: 1rem;
	}

	.post-type-archive-estate .estate_new_inner .new_item .title a {
		font-size: 1.4rem;
	}

	.post-type-archive-estate .estate_new_inner .new_item .price {
		font-size: 1.6rem;
	}

	.post-type-archive-estate .estate_new_inner .estate_new_contact a {
		width: 90%;
		font-size: 1.4rem;
		padding: 1rem 0.5rem 1rem;
	}

	/* 物件情報タクソノミーアーカイブ */

	.tax-estate_cat .estate_category_title,
	.single-estate .estate_category_title {
		position: absolute;
		top: 8rem;
		font-size: 1.6rem;
	}

	.tax-estate_cat .estate_category,
	.single-estate .estate_category {
		position: relative;
		width: 100%;
		margin: 1rem 0 19rem;
		padding: 0 0 0;
		border-bottom: 4px solid #509354;
	}

	.tax-estate_cat .estate_category .cat-item,
	.single-estate .estate_category .cat-item {
		width: 49%;
		font-size: 1.8rem;
		padding: 1.5rem 1.5rem;
	}

	.tax-estate_cat .estate_category .current-cat .children .cat-item,
	.tax-estate_cat .estate_category .current-cat-parent .children .cat-item,
	.tax_02apartment .cat-item-4 .children .cat-item,
	.tax_01land .cat-item-6 .children .cat-item {
		font-size: 1.2rem;
		margin: 0.5rem 0.5rem;
		padding: 0.5rem 0.25rem;
	}

	.tax-estate_cat .h2_title .cat {
		padding: 0 1rem 0.5rem;
	}

	.tax-estate_cat .h2_title .cat a {
		font-size: 1.2rem;
	}

	.tax-estate_cat .h2_title .name {
		display: block;
		font-size: 1.8rem;
		margin-left: 0;
		padding: 1rem 0 1rem;
	}

	.tax-estate_cat .estate_section .estate_section_left {
		display: block;
		width: 100%;
		margin: 1rem 0;
	}

	.tax-estate_cat .estate_section .estate_section_right {
		display: block;
		width: 100%;
		margin: 1rem 0;
	}

	.tax-estate_cat .estate_section .featured_image {
		width: 55%;
		height: 160px;
	}

	.tax-estate_cat .estate_section .plan_image {
		width: 40%;
		height: 160px;
	}

	.tax-estate_cat .estate_section .thumbnail_item {
		width: 22.5%;
		height: 65px;
	}

	.tax-estate_cat .estate_section_detail .item_contact a,
	.tax-estate_cat .estate_section_detail .item_detail a {
		font-size: 1.4rem;
	}

	/* 固定ページ */

	/* 企業情報 */

	.page-company .page_top {
		background: url("http://www.hakkou-estate.co.jp/estate_wp/wp-content/themes/hakkolayout/images/company_top_back.jpg") no-repeat top left -100px;
		background-size: cover;
	}

	.page-company .profile {
		margin: 1rem 0 6rem;
	}

	.page-company .profile .name {
		width: 25%;
		padding: 1.5rem 0.5rem;
	}

	.page-company .profile .text {
		width: 73%;
		padding: 1.5rem 0.5rem;
	}

	.page-company .store_info .img {
		display: block;
		width: 60%;
		margin: 0 auto 2rem;
	}

	.page-company .store_info .gmap {
		display: block;
	}

	/* 単一記事 */

	/* 単一記事　物件情報 */

	.single-estate .h2_title .cat {
		padding: 0 1rem 0.5rem;
	}

	.single-estate .h2_title .cat a {
		font-size: 1.2rem;
	}

	.single-estate .h2_title .name {
		display: block;
		margin-left: 0;
	}

	.single-estate .h2_title .name a {
		font-size: 2rem;
	}

	.single-estate .estate_single .estate_single_left {
		display: block;
		width: 100%;
		margin: 1rem 0;
		padding: 0;
	}

	.single-estate .estate_single .estate_single_right {
		display: block;
		width: 100%;
		margin: 1rem 0;
	}

	.single-estate .estate_single .estate_single_bottom {
		margin: 1rem 0 2rem 0;
	}

	.single-estate .estate_single .featured_image {
		width: 100%;
		height: auto;
		margin: 0.5rem 0;
	}

	.single-estate .estate_single .featured_image img {
		width: 100%;
		height: auto;
	}

	.single-estate .estate_single .thumbnail_item {
		width: 22.5%;
		height: 65px;
	}

	.single-estate .estate_single .estate_single_outline {
		margin: 0 0 2rem;
	}

	.single-estate .estate_single_outline2 {
		margin: 1rem 0 2rem;
	}

	.single-estate .estate_single_outline2 .item_plan {
		display: block;
		width: 100%;
		height: auto;
		margin: 0.5rem 0;
	}

	.single-estate .estate_single_outline2 .item_plan dl dd {
		display: block;
		width: 100%;
		height: auto;
	}

	.single-estate .estate_single_outline2 .item_plan img {
		width: 100%;
		height: auto;
	}

	.single-estate .estate_single_outline2 .item_map {
		display: block;
		width: 100%;
		margin: 0.5rem 0;
		overflow: hidden;
	}

	.single-estate .estate_single_outline2 .item_map iframe {
		width: 100%;
	}

	.single-estate .estate_single_contact .msg {
		font-size: 1.6rem;
	}

	.single-estate .estate_single_contact .item a {
		width: 80%;
		font-size: 1.4rem;
		padding: 2rem 0.5rem 2rem;
	}

	/* グーグルマップ */

	.index_location {
		height: 300px;
	}

	.page_location {
		width: 100%;
	}

	/* メールフォーム */

	.page-contact .page_top {
		background: url("http://www.hakkou-estate.co.jp/estate_wp/wp-content/themes/hakkolayout/images/contact_top_back.jpg") no-repeat top left -100px;
		background-size: cover;
	}

	.mailform {
		width: 95%;
	}

	.mailform dt {
		font-size: 1.3rem;
		padding: 0.5rem 0 0;
	}

	.mailform dt .must {
		display: block;
		width: 45%;
		text-align: center;
		margin: 1rem 0.5rem;
		padding: 2px 5px 3px;
	}

	.page .w15 input,
	.page .w15 textarea,
	.page .w15 select {
		width: 20%;
	}

	.page .w60 input,
	.page .w60 textarea,
	.page .w60 select {
		width: 100%;
	}

	.mailform dd .mwform-radio-field-text {
		margin-right: 0.5rem;
	}

	.terms {
		width: 95%;
	}

	.terms_title {
		font-size: 2rem;
		margin: 3rem auto 1rem;
	}

	.terms .terms_subhead {
		font-size: 1.6rem;
	}

	.terms p {
		font-size: 1.3rem;
	}

	.terms li {
		font-size: 1.3rem;
	}

	p.terms_agree {
		width: 95%;
		margin: 0 auto 1rem;
	}

	.sending_button {
		margin: 2rem 0 2rem;
	}

	.page input.confirmation {
	font-size: 1.8rem;
	}

	/* フッターお問い合わせ */

	.contact {
		padding: 1rem 0;
	}

	.contact_inner {
		width: 95%;
		padding: 1rem 0.5rem;
	}

	.contact_list .contact_list_item .title {
		position: relative;
		top: 0;
		font-size: 1.4rem;
	}

	.contact_list .contact_list_item .title_phone::before {
		display: block;
		position: relative;
		top: 0;
		margin-right: 0;
	}

	.contact_list .contact_list_item .title_mail::before {
		display: block;
		position: relative;
		top: 0;
		margin-right: 0;
	}

	.contact_list .contact_list_item .phone {
		font-size: 2.2rem;
	}

	.contact_list .contact_list_item .note {
		font-size: 1rem;
	}

	.contact_list .contact_list_item .mail a {
		width: 95%;
		font-size: 1.2rem;
	}

	/* フッター */

	footer .footer_nav {
		margin: 1rem 0.5rem;
		border-left: none;
	}

	footer .footer_nav ul li {
		margin: 0 1rem 0.5rem;
	}

	footer .footer_logo {
		width: 25%;
		margin: 2rem 0.5rem;
	}

	footer .footer_address {
		width: 65%;
		margin: 2rem 0.5rem;
	}

	footer .footer_address dd {
		font-size: 1.1rem;
	}

	footer .footer_copyright {
		padding: 4rem 0 1rem;
	}

}