@charset "utf-8";
/*
=========================================
 single page
=========================================
*/
.post_content{
	width: 100%;
	margin: 0 0 20px 0;
	padding: 15px 15px 30px;
	background-color: #ffffff;
	border-radius: 6px;
	box-sizing: border-box;
}
/*post_info_area*/
.post_info_area{
	width: 100%;
	margin: 0 0 0 0;
	padding: 0;
}
.cat_set{
	width: 100%;
	margin: 0 0 16px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cat_set li.cat{
	width: 70%;
	margin: 0;
	padding: 0;
}
.cat_set li.time{
	width: 30%;
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 1.4rem;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
}
.estate_area .time{
	width: 30%;
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 1.4rem;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
}

.post_main_info_set{
	width: 100%;
	margin: 0 0 16px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
.post_main_info_set > li.left_box{
	width: 60%;
	margin: 0;
	padding: 0;
}
.post_main_info_set > li.right_box{
	width: 36%;
	margin: 0;
	padding: 0;
}
@media all and (max-width: 767px) {
.post_main_info_set{
	width: 100%;
	margin: 0 0 16px 0;
	flex-direction: column;
}
.post_main_info_set > li.left_box{
	width: 100%;
	margin: 0;
	padding: 0;
}
.post_main_info_set > li.right_box{
	width: 100%;
	margin: 0;
	padding: 0;
}
}
.price {
	font-size: 3.5rem;
	margin: 0 0 6px;
	padding: 0 0 0;
	font-weight: 900;
	line-height: 1.1;
}
.price span {
  font-size: 1.8rem;
  font-weight: normal;
}
.estate_meta_set{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0 0 0 2em;
	flex-direction: column;
}
.estate_meta_set > li{
	padding: 0 0 0 0;
	width: 100%;
	font-size: 1.4rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  text-indent:-1em;
}
.estate_meta_set > li:before{
	color: #33a3d8;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.estate_meta_set > li:nth-child(1):before{
  content: url(../images/ico/ico_mark.svg);
  width: 14px;
  display: inline-block;
}
.estate_meta_set > li:nth-child(2):before{
  content: url(../images/ico/ico_madori.svg);
  width: 14px;
  display: inline-block;
}
.estate_meta_set > li:nth-child(3):before{
  content: url(../images/ico/ico_tochi.svg);
  width: 14px;
  display: inline-block;
}
.estate_meta_set > li:nth-child(4):before{
  content: url(../images/ico/ico_add.svg);
  width: 14px;
  display: inline-block;
}
.single_map{
	width: 100%;
	margin: 0;
	padding: 0;
}
.single_map iframe {
  width: 100%;
  height: 300px;
}

/*post_image_area*/
.post_image_area{
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0;
}

.thumb-item {
	max-width: 720px;
	margin: 0 auto 5px;
	padding: 0 0;
}
.thumb-item-nav {
	max-width: 720px;
	margin: 0 auto;
}
.thumb-item-nav li
{
	overflow: hidden;
}
.imgCropWrpperMain img{
	width: 100%;
	height: 420px;
/* 	object-fit: cover; */
	object-position: ;
}
.imgCropWrpper img{
	width: 100%;
	height: 70px;
	object-fit: cover;
	object-position: ;
	cursor: pointer;
}
@media all and (max-width: 600px) {
.imgCropWrpperMain img{
	width: 100%;
	height: 200px;
/* 	object-fit: cover; */
	object-position: ;
}
.imgCropWrpper img{
	width: 100%;
	height: 60px;
	object-fit: cover;
	object-position: ;
}
}
.object-fit-img {
  object-fit: contain;
  font-family: 'object-fit: contain;'
}
.slick-initialized .slick-slide {
  display: block;
  margin: 0 5px;
}
.post_text{
	font-size: 1.4rem;
	background-color: #faf5e5;
	border-radius: 6px;
	margin: 0;
	padding: 10px;
}
.post_news_text{
	font-size: 1.4rem;
	margin: 0;
	padding: 0;
}

/*post_details_area*/
.post_details_area{
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0;
}
.post_details_set{
	width: 100%;
	margin: 0 0 30px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
.post_details_set > li:nth-child(1){
	width: 50%;
	margin: 0;
	padding: 0;
}
.post_details_set > li:nth-child(2){
	width: 50%;
	margin: 0;
	padding: 0;
}
@media all and (max-width: 600px) {
.post_details_set{
	width: 100%;
	margin: 0 0 30px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}
.post_details_set > li:nth-child(1){
	width: 100%;
	margin: 0;
	padding: 0;
}
.post_details_set > li:nth-child(2){
	width: 100%;
	margin: 0;
	padding: 0;
}
}
/*post_access_area*/
.post_access_area{
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0;
}

/*page_nav*/
.page_nav{
	margin: 0 auto 20px;
	padding: 0;
	max-width: 720px;
	height: 30px;
}
.page_nav_set{
	width: 100%;
	position: relative;
}
.page_nav_set .list{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	border: 0;
	margin: 0;
	padding: 0;
	width: 140px;
	margin: auto;
	text-align: center;
}
.page_nav_set .next{
	position: absolute;
	left: 0;
	right: auto;
	top: 0;
	border: 0;
	padding: 0;
	width: 100px;
	margin: auto;
	text-align: center;
}
.page_nav_set .prev{
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	border: 0;
	padding: 0;
	width: 100px;
	margin: auto;
	text-align: center;
}
/*
// Article Format
// ===============
*/
.entry_content,
.entry_summary {
	clear: both;
}

.entry_content p,
.entry_content ul,
.entry_content ol,
.entry_content dd,
.entry_content pre,
.entry_content hr {
	margin-top: 2em;
	line-height: 2;
}
img {
	width: inherit;
	max-width: 100%;
	overflow: hidden;
}
table {
	margin: 0 0 0;
	text-align: left;
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #cfcfcf;
	box-sizing: border-box;
	font-size: 1.4rem;
}
tr th, thead th {
	font-weight: normal;
	padding: 7px 8px;
	border-bottom: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
	background-color: #f3f7f4;
	width: 26%;
	white-space: nowrap
}
tr td {
	padding: 7px 8px;
	border-bottom: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
}
tr.odd td {
	background: #f6f6f6;
}
sup, sub {
	font-size: 1rem;
}
blockquote {
	margin: 1.5em 0 0 0;
	padding: 20px;
	color:#666;
	border: solid 1px #dfdfdf;
	background: #efefef;
}
blockquote p:first-child {
	margin: 0;
}
.post_area ul,
.post_area ol{
	display: block;
	margin: 1.5em 0 0 0;
	padding-left: 30px !important;
	list-style-type: disc;
	list-style-position: outside;
}

/*
// Image
// ===============
//
// Resize images to fit the main content area.
// Applies only to images uploaded via WordPress by targeting size-* classes.
// Other images will be left alone. Use "size-auto" class to apply to other images.
*/

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget_container img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
/*pagenavi*/
.wp-pagenavi {
	margin: 30px 0 0 0;
	padding: 0 !important;
	text-align: center;
	width: 100%;
	clear: both;
}
.wp-pagenavi a:hover {
	border: 0px ;
  border-color: #000;
}
.wp-pagenavi > a,
.wp-pagenavi > span {
	margin: 2px;
	padding: 0 !important;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
	border: 1px solid #ddd;
	width: 40px;
	display: inline-block;
}
.wp-pagenavi > a.last,
.wp-pagenavi > a.first{
	width: 60px;
}
.wp-pagenavi > .pages {
	display: none;
}
.wp-pagenavi a:hover {
	color: #ffffff;
	background: #008cce;
	opacity: 1;
}
.wp-pagenavi .current {
	font-weight: normal !important;
	color: #fff;
	background: #008cce;
	border: none;
}
.post_area p a{
	color: #008cce;
}
.post_area p a:hover{
	text-decoration: underline;
}
