@media screen and (max-width: 1200px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 520px) {}

@media screen and (max-width: 420px) {}

@media screen and (max-width: 375px) {}






/*-----------------------------------------------------------------------------------------
0001 CONTENT
----------------------------------------------------------------------------------------- */
.content {
	padding: 5vw 0;
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 768px) {
	.content {
		padding: 7.5vw 0;
	}
}

@media screen and (max-width: 520px) {}

@media screen and (max-width: 420px) {}

@media screen and (max-width: 375px) {}


/*-----------------------------------------------------------------------------------------
1001 PARTS - LOOP
----------------------------------------------------------------------------------------- */
.loop dl {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin-bottom: 60px;
	position: relative;
}

.loop dl::before {
	content: '';
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	height: 4px;
	background: #ddd;
}

.loop dl::after {
	content: '';
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 25%;
	height: 4px;
	background: #636444;
}

.loop dl dt {
	width: 25%;
	padding: 0px;
	margin: 0;
}

.loop dl dd {
	border: 0px solid green;
	width: 75%;
	padding: 0 0 0 20px;
	margin: 0;
}

.loop dl img {
	width: 100%;
	height: auto;
	display: block;
	padding: 0;
	margin: 0 auto;
	border-radius: 1px;
	border: 1px solid #ddd;
}

.loop dl dd a h3 {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 0.3em;
	color: #333;
	padding: 0;
	margin: 0;
	letter-spacing: 0.01em;
	text-align: left;
}

.loop dl dd a h3::after {
	display: none;
}

.loop dl dd a p {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 0.3em;
	color: #666;
	padding: 0;
	margin: 0;
	letter-spacing: 0.01em;
}

.loop dl dd a time {
	padding: 0;
	margin: 8px 0;
	display: block;
	text-align: left;
	color: #636444;
}


.loop dl dd a time span {
	font-size: 1.4rem;
	letter-spacing: 0;
	line-height: 1;
	padding: 0;
	margin: 0;
	color: #636444;
	display: inline-block;
	font-family: Oswald, sans-serif;
	font-weight: 600;
}

.loop dl a {
	display: block;
	text-decoration: none;
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 768px) {

	.loop dl dd {
		padding-left: 15px;
	}

	.loop dl dd a h3 {
		font-size: 2.1rem;
	}

	.loop dl dd a p {
		font-size: 1.4rem;
	}

	.loop dl dd a time {
		font-size: 1.1rem;
	}


	.loop dl dd a time span {
		font-size: 1.1rem;
	}

}

@media screen and (max-width: 520px) {}

@media screen and (max-width: 420px) {}

@media screen and (max-width: 375px) {}





/*-----------------------------------------------------------------------------------------
1002 PARTS - PAGE-TITLE
----------------------------------------------------------------------------------------- */
.page-title {
	background: #636444;
	background: linear-gradient(#83855e 0%, #636444 100%);
	padding: 45px 0;
	margin: 0;
	width: 100%;
	display: block;
}

.post-type-archive-sale .page-title,
.tax-sale_categoty .page-title {
	background: #998179;
	background: linear-gradient(#cdb8b1 0%, #998179 100%);
}

.post-type-archive-rent .page-title,
.tax-rent_category .page-title {
	background: #63948E;
	background: linear-gradient(#8ec3bc 0%, #63948E 100%);
}

.page-title h2 {
	font-size: 4.0rem;
	line-height: 1.3;
	padding: 0;
	margin: 0;
	font-weight: 600;
	color: white;
	text-align: center;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
}

.page-title h2 span {
	font-weight: 600;
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 768px) {
	.page-title {
		padding: 30px 0;
	}

	.page-title h2 {
		font-size: 6.5vw;
	}
}

@media screen and (max-width: 520px) {}

@media screen and (max-width: 420px) {}

@media screen and (max-width: 375px) {}






/*-----------------------------------------------------------------------------------------
1003 PARTS - PAGE-BUKKEN
----------------------------------------------------------------------------------------- */
.bukken {}

.bukken li {
	width: 33.33333%;
	padding: 10px;
	margin: 0;
}

.bukken li a {
	display: block;
	border-top: 0px solid #eee;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 0px solid #eee;
	padding: 10px;
	height: 100%;
	box-shadow: 5px 5px 2px rgba(200, 200, 200, 0.3);
	position: relative;
	background: white;
}

.bukken li a h3 {
	font-size: 1.7rem;
	font-weight: 600;
	color: #444;
	margin-top: 0.7em;
	line-height: 1.3;
}

.bukken li a h3 span {
	font-size: 1.9rem;
	font-weight: 600;
	margin-left: 0.75em;
	color: #444;
}

.bukken li a h4 {
	font-size: 1.7rem;
	font-weight: 600;
	color: #988076;
	margin-top: 0.7em;
	line-height: 1.3;
}

.post-type-archive-rent .bukken li a h4 {
	color: #629491;
}


.bukken li a p {
	font-size: 1.4rem;
	line-height: 1.5;
	margin-top: 0.7em;
}

.bukken li a p span {
	margin-right: 0.75em;
	font-weight: 400;
	display: block;
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 768px) {
	.bukken li {
		width: 50%;
	}
}

@media screen and (max-width: 520px) {
	.bukken li {
		width: 100%;
	}

	.bukken li a {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 5px;
	}


	.bukken li a figure {
		width: 25%;
	}

	.bukken li a .text {
		width: 75%;
		padding: 0 0 0 15px;
	}

	.bukken li a h3 {
		margin-top: 0;
		font-size: 2.1rem;
	}

	.bukken li a h4 {
		margin-top: 0.4em;
		font-size: 2.1rem;
	}

}

@media screen and (max-width: 420px) {

	.bukken li a figure {
		width: 30%;
	}

	.bukken li a .text {
		width: 70%;
		padding: 0 0 0 15px;
	}
}

@media screen and (max-width: 375px) {}





/*-----------------------------------------------------------------------------------------
1003 PARTS - PAGE-PHILOSOPHY
----------------------------------------------------------------------------------------- */
.philosophy {
	padding: 0;
	margin: 0;
}

.philosophy blockquote {
	width: 100%;
	background: #636444;
	padding: 0;
	margin: 1px 0;
}

.philosophy blockquote h3 {
	color: White;
	font-size: 3.0em;
	line-height: 1.7;
	padding: 1.5em;
	letter-spacing: 0.8em;
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 768px) {
	.philosophy blockquote h3 {
		font-size: 2.5em;
		letter-spacing: 0.5em;
	}
}

@media screen and (max-width: 520px) {}

@media screen and (max-width: 420px) {
	.philosophy blockquote h3 {
		font-size: 2em;
		letter-spacing: 0.5em;
	}
}

@media screen and (max-width: 375px) {}





/*-----------------------------------------------------------------------------------------
1004 PARTS - TYPO
----------------------------------------------------------------------------------------- */
.signature {
	text-align: right;
	margin: 0.5em 0;
}






/*-----------------------------------------------------------------------------------------
2001 PAGE - ABOUT
----------------------------------------------------------------------------------------- */
.about {}

.about table {
	margin-top: 2.5vw
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 520px) {}

@media screen and (max-width: 420px) {}

@media screen and (max-width: 375px) {}





/*-----------------------------------------------------------------------------------------
2002 PAGE - STAFF
----------------------------------------------------------------------------------------- */
.staff table th,
.staff table td {
	padding: 0.5em 1em;
}

.staff .loop dl::after {
	width: 20%;
}

.staff .loop dl dt {
	width: 20%;
}

.staff .loop dl dd {
	width: 80%;
}

.staff .loop dl dd h3 {
	font-size: 2.1rem;
}

.staff h4 {
	color: #444;
	font-size: 3.6rem;
	font-weight: 600;
	text-align: center;
	line-height: 1.3;
	margin: 1.5em 0
}



@media screen and (max-width: 1200px) {}

@media screen and (max-width: 768px) {

	.staff .col-04,
	.staff .col-08 {
		width: 100%;
	}

	.staff table {
		margin-top: 2.5vw
	}
}

@media screen and (max-width: 520px) {}

@media screen and (max-width: 420px) {}

@media screen and (max-width: 375px) {}






/*-----------------------------------------------------------------------------------------
2003 PAGE - CONTACT
----------------------------------------------------------------------------------------- */
#form .signature {
	color: red;
}

#form {
	border: 0px solid olive;
	max-width: 960px;
	padding: 0;
	margin: 60px auto;
}

#lform input,
#form input[type="text"],
#form input[type="email"] {
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
}

#form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	background: transparent;
}

#form textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	resize: none;
	padding: 0;
	border: 0;
	outline: none;
	background: transparent;
}

#form input[type="text"],
#form input[type="email"],
#form textarea,
#form select {
	width: 100% !important;
	border: 2px solid rgba(89, 73, 63, 0.2);
	font-size: 18px;
	line-height: 1.8;
	padding: 5px 15px;
	margin: 0;
	color: #444;
	background: linear-gradient(#fafafa 0%, #fff 100%);
	border-radius: 2px;
}

#form input[type="text"].telephone {
	width: 25% !important;
}

#form select {
	background: linear-gradient(rgba(137, 120, 109, 0) 0%, rgba(137, 120, 109, 0.2) 100%);
	width: auto;
	border: 1px solid rgba(89, 73, 63, 0.2);
}

#form textarea {
	height: 12em !important;
}

#form .area-btn {
	border: 0px solid blue;
	padding: 0;
	margin: 60px 0;
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#form input[type="button"] {
	border: none;
	background: #59493F;
	background: gradient(linear, center top, center bottom, from(#766459), to(#59493F));
	background: -webkit-gradient(linear, center top, center bottom, from(#766459), to(#59493F));
	background: -moz-linear-gradient(top, #766459, #59493F);
	background: -ms-linear-gradient(top, #766459 0%, #59493F 100%);
	background: -webkit-linear-gradient(#766459 0%, #59493F 100%);
	text-shadow: none;
	font-size: 11px;
	line-height: 1;
	color: white;
	cursor: pointer;
	outline: none;
	padding: 0.4em 1em 0.5em 1em;
	margin: 0 0.5em;
	width: 13em;
	border-radius: 20px;
	text-align: center;
}

#form input[type="submit"],
#form input[type="reset"] {
	border: none;
	background: #5ea7c1;
	background: gradient(linear, center top, center bottom, from(#5ea7c1), to(#3487a4));
	background: -webkit-gradient(linear, center top, center bottom, from(#5ea7c1), to(#3487a4));
	background: -moz-linear-gradient(top, #5ea7c1, #3487a4);
	background: -ms-linear-gradient(top, #5ea7c1 0%, #3487a4 100%);
	background: -webkit-linear-gradient(#5ea7c1 0%, #3487a4 100%);
	text-shadow: none;
	font-size: 18px;
	line-height: 1;
	color: white;
	cursor: pointer;
	outline: none;
	letter-spacing: 0.01em;
	text-indent: 0.5em;
	padding: 1em 3em;
	width: calc(6em + 6em);
	border-radius: 4px;
	text-align: center;
}

#form input[type="submit"]:hover,
#form input[type="reset"]:hover {
	opacity: 0.5;
	transition: 0.8s;
}

#form table {
	border: 1px solid #59493F;
	width: 100%;
	margin: 0;
	border-collapse: collapse;
}

#form table th,
#form table td {
	width: 33.33333%;
	margin: 0;
	font-size: 18px;
	line-height: 1.4;
	padding: 1em 1.5em;
	background: white;
	border: 1px solid #ccc;
	text-align: left;
	vertical-align: middle;
	color: #59493F;
}

#form table th {
	background: rgba(99, 100, 68, 0.1);
	letter-spacing: 0.1em;
}

#form table td {
	width: 66.66666%;
	background: #fff;
}

#form table th span {
	color: red;
	font-size: 0.8em;
	vertical-align: top
}

#form table b {
	font-weight: Bold;
	font-size: 1.3em;
}

#form span.mwform-tel-field {
	font-size: 2em;
	line-height: 1;
	margin-top: 0;
	display: block;
}

@media screen and (max-width: 768px) {

	#form {
		width: 90%;
	}

	#form input[type="text"],
	#form input[type="email"],
	#form textarea,
	#form select {
		font-size: 14px;
	}

	#form area-btn {
		display: block;
		padding: 30px 0px;
	}


	#form table th,
	#form table td {
		width: 100%;
		display: block;
		border: none;
		padding: 1em;
		font-size: 14px;
	}


	#form table th {
		background: rgba(99, 100, 68, 0.2);
		font-weight: bold;
	}

	#form table td {
		width: 100%;
		padding-bottom: 3em;
		border: 1px solid #ddd;
	}

	#form table th br {
		display: none;
	}

}






/*-----------------------------------------------------------------------------------------
3001 SINGLE
----------------------------------------------------------------------------------------- */
.single article h1,
.single article h2,
.single article h3,
.single article h4,
.single article h5,
.single article h6,
.single article p,
.single article dt,
.single article dd,
.single article li {
	font-size: 10px;
	line-height: 1;
	letter-spacing: 0;
	font-weight: 400;
	color: #333;
	text-align: left;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Yu Gothic", sans-serif;
	border: none;
}

.single article strong {
	font-weight: 600 !important;
	color: inherit;
}

.single article time {
	padding: 0;
	margin: 8px 0;
	display: block;
	text-align: left;
	color: #636444;
	font-size: 1.6rem;
}



.single article time span {
	display: inline-block;
	font-family: Oswald, sans-serif;
}






.single article a {
	color: #636444;
	text-decoration: underline;
}

.single article h1 {
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 1.2;
	padding: 0;
	margin: 1em 0;

}

.single article .title h1 {
	font-size: 4.6rem;
	margin: 0 0 0.4em;
}

.single article h2 {
	font-size: 2.4rem;
	line-height: 1.3;
	padding: 0;
	margin: 1em 0;
	font-weight: 600;
}

.single article h3 {
	font-size: 2.4rem;
	line-height: 1.3;
	padding: 0;
	margin: 1em 0;
}

.single article h3::after {
	display: none;
}

.single article h4 {
	font-size: 2.4rem;
	line-height: 1.3;
	padding: 0;
	margin: 1em 0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.single article h5 {
	font-size: 1.8rem;
	line-height: 1.5;
	padding: 0;
	margin: 1em 0;
	font-weight: 600;
}

.single article h6 {
	font-size: 1.8rem;
	line-height: 1.5;
	padding: 0;
	margin: 1em 0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.single article p {
	font-size: 1.6rem;
	line-height: 1.9;
	padding: 0;
	margin: 0.75em 0;
}

.single article ul,
.single article ol {
	padding: 0 0 0 2.4em;
	margin: 3.0rem 0;
}

.single article ul li,
.single article ol li {
	list-style-type: disc;
	list-style-position: outside;
	font-size: 1.6rem;
	line-height: 1.5;
	padding: 0;
	margin: 1em 0;
}

.single article ol li {
	list-style-type: decimal;
}

.single article blockquote {
	border: 4px solid #f7f7f7;
	background: #fcfcfc;
	padding: 45px;
	margin: 30px 0;
}

.single article blockquote p {
	opacity: 0.8;
	font-style: italic;
	margin: 1em 0;
}

.single article blockquote p:last-child {
	margin-bottom: 0;
}

.single article pre {
	font-size: 1.6rem;
	color: #333;
	background: #f7f7f7;
	padding: 1.5em 0.5em;
	margin: 1em 0;
	width: 100%;
	overflow: auto;
	border-right: 1em solid #eee;
	border-left: 1em solid #eee;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.single article hr {
	margin: 6rem 0;
	clear: both;
}

.single article img {
	width: auto;
	max-width: 100%;
	height: auto;
	padding: 0;
	margin: 5px 0;
}

.single article img.size-thumbnail {}

.single article img.size-medium {}

.single article img.size-large {}

.single article img.size-full {}

.single article img.alignleft {
	float: left;
	margin: 15px 15px 15px 0 !important;
	clear: both;
}

.single article img.alignright {
	float: right;
	margin: 15px 0 15px 15px !important;
	clear: both;
}

.single article img.aligncenter {
	margin: 15px auto !important;
	clear: both;
}

.single article .wp-caption {
	border: 0px solid green;
	display: block;
	width: 100% !important;
}

.single article .wp-caption-text {
	background: white;
	display: block;
	font-size: 1.4rem;
	line-height: 1.4;
	padding: 0.5em 0;
	margin: 1em 0 2em;
	text-align: center;
	color: #999;
}


.single article .btn-more {
	line-height: 1;
	display: block;
	margin-bottom: 15px;
	border-bottom: 1px solid #aaa;
}

.single article .btn-more a {
	background: #679892;
	color: white;
	text-decoration: none;
	display: block;
	padding: 0.5em;
	width: 7em;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}

.single.single-sale article .btn-more a {
	background: #9E877F;
}



@media screen and (max-width: 1200px) {}

@media screen and (max-width: 768px) {
	.single article .title h1 {
		font-size: 4rem;
	}

	.single article blockquote {
		padding: 30px;
		margin: 15px 0;
	}

	.single article img.alignleft {
		margin: 10px 10px 10px 0 !important;
	}

	.single article img.alignright {
		margin: 10px 0 10px 10px !important;
	}

	.single article img.aligncenter {
		margin: 10px auto !important;
	}


}

@media screen and (max-width: 520px) {
	.single article .title h1 {
		font-size: 3rem;
	}

	.single article blockquote {
		padding: 20px;
		margin: 10px 0;
	}
}

@media screen and (max-width: 420px) {}

@media screen and (max-width: 375px) {}













/*-----------------------------------------------------------------------------------------
3002 SINGLE 物件
----------------------------------------------------------------------------------------- */
table.bukken-single {
	margin: 30px 0;
}

.single article .eyecatch {
	background: rgba(156, 132, 124, 0.1);
	width: 100%;
	padding: 5px;
}

.single article .eyecatch img {
	margin: auto;
}

.single article ul.pict-list {
	padding: 30px;
	margin: 0;
	background: rgba(156, 132, 124, 0.1);
}

.single article ul.pict-list li {
	list-style: none !important;
	width: 25%;
	padding: 10px;
	margin: 0;
}

.single article ul.pict-list li img {
	padding: 5px;
	margin: 0;
	border: 1px solid #ddd;
	background: white;
}



@media screen and (max-width: 1200px) {}

@media screen and (max-width: 768px) {
	table.bukken-single {
		margin: 15px 0;
	}

	.single article ul.pict-list {
		padding: 15px;
	}

	.single article ul.pict-list li {
		list-style: none !important;
		width: 33.33333%;
		padding: 5px;
	}

	.single article ul.pict-list li img {
		padding: 3px;
		margin: 0;
	}
}

@media screen and (max-width: 520px) {}

@media screen and (max-width: 420px) {
	.single article ul.pict-list {
		padding: 10px;
	}

}

@media screen and (max-width: 375px) {}






/*


.single article .the_content {}