@charset "utf-8";


@media screen and (min-width: 751px) {
	.wrapper {
		background-image: url(../img/bg_pc.png);
		background-repeat: repeat-y;
		background-position: center top;
	}
}




/* ================================================================================

ブログトップページ

================================================================================ */
section.kv .container {
	display: flex;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #fff;
	text-align: center;
}
section.kv .wrap {
	text-shadow: 0 0 16px rgba(0,0,0,1.00);
}
section.kv h1 {
	font-family: 'Barlow', sans-serif;
	font-weight: 100;
	letter-spacing: 0.0625em;
	line-height: 1.2;
}
section.kv .read {
	font-family: 'Noto Sans JP Light', sans-serif;
	letter-spacing: 0.125em;
	line-height: 1.8;
}

@media screen and (min-width: 751px) {
	section.kv .container {
		height: 296px;
		background-image: url(../img/bg_top_pc.jpg);
	}
	section.kv h1 {
		font-size: 60px;
	}
	section.kv .read {
		margin: 20px 0;
		font-size: 20px;
	}
}

@media screen and (max-width: 750px) {
	section.kv .container {
		height: 64vw;
		background-image: url(../img/bg_top_sp.jpg);
	}
	section.kv h1 {
		font-size: 10.666666666666667vw;
	}
	section.kv .read {
		margin-top: 5.333333333333333vw;
		font-size: 3.733333333333333vw;
	}
}


section[class^="sec-"] {
	overflow: hidden;
}
section[class^="sec-"] h2 {
	font-family: 'Barlow', sans-serif;
	font-weight: 100;
	letter-spacing: 0.0625em;
	text-align: center;
	color: #a0926e;
}
section.sec-guide h2 {
	font-family: 'Noto Sans JP Thin', sans-serif !important;
	font-weight: normal;
}
section[class^="sec-"] h2 + .read {
	line-height: 1.8;
}

section[class^="sec-"] .wrap {
	position: relative;
	box-sizing: border-box;
}
section[class^="sec-"] .wrap::before {
	position: absolute;
	z-index: 2;
	right: 0;
	left: 0;
	display: block;
	width: 1px;
	margin: 0 auto;
	background-color: #a0926e;
	content: '';
}
section[class^="sec-"] .wrap::after {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	height: 100%;
	background-color: #e5e2d8;
	content: '';
}

section[class^="sec-"] h3 {
	position: relative;
	z-index: 4;
	font-family: 'Noto Sans JP Light', sans-serif !important;
	font-weight: normal;
	letter-spacing: 0.0625em;
	text-align: center;
}
section[class^="sec-"] h3 small {
	display: block;
	font-family: 'Barlow', sans-serif;
}

@media screen and (min-width: 751px) {
	section[class^="sec-"] {
		margin: 120px 0;
	}
	
	section[class^="sec-"] h2 {
		font-size: 60px;
	}
	section.sec-guide h2 {
		font-size: 48px;
	}
	section[class^="sec-"] h2 + .read {
		margin-top: 30px;
		font-size: 16px;
		text-align: center;
	}
	
	section[class^="sec-"] .wrap {
		margin-top: 80px;
		padding: 80px 0 120px;
	}
	section[class^="sec-"]:nth-of-type(n+4) .wrap {
		padding-top: 120px;
	}
	section[class^="sec-"] .wrap::before {
		top: -40px;
		height: 80px;
	}
	section[class^="sec-"] .wrap::after {
		width: calc((100% - 1100px) / 2 + (1100px - 95px));
	}
	
	section[class^="sec-"] h3 {
		margin-bottom: 40px;
		font-size: 36px;
	}
	section[class^="sec-"] h3 small {
		margin-top: 16px;
		font-size: 16px;
	}
}

@media screen and (max-width: 750px) {
	section[class^="sec-"] {
		margin: 10.666666666666667vw 0;
	}
	
	section[class^="sec-"] h2 {
		font-size: 8vw;
	}
	section.sec-guide h2 {
		font-size: 6.4vw;
	}
	section[class^="sec-"] h2 + .read {
		margin: 5.333333333333333vw 8vw 0;
		font-size: 3.733333333333333vw;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	
	section[class^="sec-"] .wrap {
		margin-top: 10.666666666666667vw;
		padding: 10.666666666666667vw 0;
	}
	section[class^="sec-"]:nth-of-type(n+4) .wrap {
		padding-top: 16vw;
	}
	section[class^="sec-"] .wrap::before {
		top: -5.333333333333333vw;
		height: 10.666666666666667vw;
	}
	section[class^="sec-"] .wrap::after {
		width: 90vw;
	}
	
	section[class^="sec-"] h3 {
		margin-bottom: 8vw;
		font-size: 5.333333333333333vw;
	}
	section[class^="sec-"] h3 small {
		margin-top: 2.133333333333333vw;
		font-size: 2.666666666666667vw;
	}
}


section[class^="sec-"] .container {
	position: relative;
	z-index: 4;
}
section[class^="sec-"] .container ul.items {
	position: relative;
}
section[class^="sec-"] .container ul.items li.item {
	position: relative;
	box-sizing: border-box;
}
section[class^="sec-"] .container ul.items li.item .wrap-item {
	position: relative;
	display: block;
	box-sizing: border-box;
	text-decoration: none;
}
section[class^="sec-"] .container ul.items li.item .wrap-item figure {
	position: absolute;
	left: 0;
	top: 0;
}
section[class^="sec-"] .container ul.items li.item .wrap-item figure img {
	max-width: 100%;
	height: auto;
}
section[class^="sec-"] .container ul.items li.item .wrap-item div {
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	background-color: #fff;
}
section[class^="sec-"] .container ul.items li.item .wrap-item div p {
	letter-spacing: 0.0625em;
	line-height: 1.6;
}
section[class^="sec-"] .container ul.items li.item .wrap-item div p.building-name-en,
section[class^="sec-"] .container ul.items li.item .wrap-item div p.date {
	font-family: 'Barlow', sans-serif;
}
section[class^="sec-"] .container ul.items li.item .wrap-item div p.building-name-en {
	font-weight: 300;
}

@media screen and (min-width: 751px) {
	section[class^="sec-"] .container {
		width: 1128px;
		margin: 0 auto;
	}
	section[class^="sec-"] h3 + .container {
		margin-bottom: 80px !important;
	}
	section[class^="sec-"] .container ul.items {
	}
	section[class^="sec-"] .container ul.items li.item {
		padding: 0 14px;
	}
	section[class^="sec-"] .container ul.items li.item .wrap-item {
		padding-top: 220px;
	}
	section[class^="sec-"] .container ul.items li.item .wrap-item figure {
		width: 348px;
	}
	section[class^="sec-"] .container ul.items li.item .wrap-item div {
		width: 308px;
		padding: 20px 18px 24px 28px;
	}
	section[class^="sec-"] .container ul.items li.item .wrap-item div p.building-name-en {
		font-size: 24px;
	}
	section[class^="sec-"] .container ul.items li.item .wrap-item div p.building-name-jp {
		font-size: 16px;
	}
	section[class^="sec-"] .container ul.items li.item .wrap-item div p.ttl {
		font-size: 18px;
	}
	section[class^="sec-"] .container ul.items li.item .wrap-item div p.date {
		margin-top: 10px;
		font-size: 14px;
	}
}

@media screen and (max-width: 750px) {
	section[class^="sec-"] .container {
	}
	section[class^="sec-"] h3 + .container {
		margin-bottom: 10.666666666666667vw !important;
	}
	section[class^="sec-"] .container ul.items {
		width: 84vw;
	}
	section[class^="sec-"] .container ul.items.slick-dotted.slick-slider {
		margin-bottom: 0;
	}
	section[class^="sec-"] .container ul.items .slick-list {
		overflow: inherit !important;
	}
	section[class^="sec-"] .container ul.items li.item {
	}
	section[class^="sec-"] .container ul.items li.item .wrap-item {
		padding: 40vw 0 0 5.333333333333333vw;
	}
	section[class^="sec-"] .container ul.items li.item .wrap-item figure {
		width: 73.333333333333333vw;
	}
	section[class^="sec-"] .container ul.items li.item .wrap-item div {
		width: 73.333333333333333vw;
		padding: 4.266666666666667vw 0 5.333333333333333vw 5.333333333333333vw;
	}
	section[class^="sec-"] .container ul.items li.item .wrap-item div p.building-name-en {
		font-size: 4.8vw;
	}
	section[class^="sec-"] .container ul.items li.item .wrap-item div p.building-name-jp {
		font-size: 3.2vw;
	}
	section[class^="sec-"] .container ul.items li.item .wrap-item div p.ttl {
		font-size: 4.266666666666667vw;
	}
	section[class^="sec-"] .container ul.items li.item .wrap-item div p.date {
		margin-top: 2.666666666666667vw;
		font-size: 2.666666666666667vw;
	}
	
	section[class^="sec-"] .container ul.my-dots {
		width: 100vw;
		margin-top: 8vw;
		text-align: center;
		font-size: 0;
	}
	section[class^="sec-"] .container ul.my-dots li {
		display: inline-block;
		width: 4.266666666666667vw;
		height: 4.266666666666667vw;
		padding: 1.066666666666667vw;
		box-sizing: border-box;
		cursor: pointer;
	}
	section[class^="sec-"] .container ul.my-dots li .dots-child {
		width: 2.133333333333333vw;
		height: 2.133333333333333vw;
		border-radius: 2.133333333333333vw;
		background-color: #fff;
	}
	section[class^="sec-"] .container ul.my-dots li.slick-active .dots-child {
		background-color: #a0926e;
	}
}


section[class^="sec-"] .container .more-btn {
	position: absolute;
	display: block;
	color: #a0926e;
	text-decoration: none;
}
section[class^="sec-"] .container .more-btn span {
	display: block;
}
section[class^="sec-"] .container .more-btn span::after {
	display: inline-block;
	border-style: solid;
	border-width: 2px;
	border-color: #a0926e;
	border-left: none;
	border-bottom: none;
	transform: rotate(45deg);
	content: '';
}

@media screen and (min-width: 751px) {
	section[class^="sec-"] .container .more-btn {
		right: 14px;
		top: -56px;
		font-size: 16px;
	}
	section[class^="sec-"] .container .more-btn:hover {
		text-decoration: underline;
	}
	section[class^="sec-"] .container .more-btn span::after {
		width: 8px;
		height: 8px;
		margin-left: 4px;
	}
}

@media screen and (max-width: 750px) {
	section[class^="sec-"] .container .more-btn {
		right: 5.333333333333333vw;
		top: -11.733333333333333vw;
		font-size: 3.733333333333333vw;
	}
	section[class^="sec-"] .container .more-btn span::after {
		width: 2.133333333333333vw;
		height: 2.133333333333333vw;
		margin-left: 1.066666666666667vw;
	}
}




/* ================================================================================

ブログ詳細ページ

================================================================================ */
@media screen and (min-width: 751px) {
	#content .container {
		width: 1100px;
		margin: 80px auto 120px;
	}
	#primary {
		float: left;
	}
	#secondary {
		float: right;
	}
	#content .row:after {
		content: '';
		display: block;
		clear: both;
		height: 0;
	}
}

@media screen and (max-width: 750px) {
	#content .container {
		margin: 0 5.333333333333333vw 16vw;
	}
}



/* ------------------------------------------------------------

左側のカラム

------------------------------------------------------------ */
@media screen and (min-width: 751px) {
	#primary {
		width: 840px;
	}
}


/* ------------------------------------------------------------

ページタイトルエリア

------------------------------------------------------------ */
#main .page-header .page-title {
	font-family: 'Noto Sans JP Light', sans-serif;
	font-weight: normal;
	letter-spacing: 0.0625em;
	line-height: 1.6;
	color: #a0926e;
}

@media screen and (min-width: 751px) {
	#main .page-header {
		margin-bottom: 60px;
	}
	#main .page-header .page-title {
		font-size: 36px;
	}
}

@media screen and (max-width: 750px) {
	#main .page-header {
		margin: 9.333333333333333vw 0;
	}
	#main .page-header .page-title {
		font-size: 6.4vw;
	}
}


/* ------------------------------------------------------------

画像エリア

------------------------------------------------------------ */
#main > article > .page-header + .post-thumbnail {
	position: relative;
	box-sizing: border-box;
}
#main > article > .page-header + .post-thumbnail::after {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	background-color: #e5e2d8;
	content: '';
}
#main > article > .page-header + .post-thumbnail img {
	position: relative;
	z-index: 2;
	display: inline-block;
	max-width: 100%;
	height: auto;
}

@media screen and (min-width: 751px) {
	#main > article > .page-header + .post-thumbnail {
		margin-bottom: 30px;
		padding: 0 40px 50px 0;
	}
	#main > article > .page-header + .post-thumbnail::after {
		width: calc((100vw - 1100px) / 2 + 100%);
		height: 200px;
	}
}

@media screen and (max-width: 750px) {
	#main > article > .page-header + .post-thumbnail {
		margin: 0 -5.333333333333333vw 5.333333333333333vw;
		padding: 0 5.333333333333333vw 5.333333333333333vw 0;
	}
	#main > article > .page-header + .post-thumbnail::after {
		width: 100%;
		height: 26.666666666666667vw;
	}
}


/* ------------------------------------------------------------

日付エリア

------------------------------------------------------------ */
#main > article > .entry-header .entry-meta .posted-on {
	font-family: 'Barlow', sans-serif;
	letter-spacing: 0.0625em;
	line-height: 1.8;
	color: #a0926e;
}
#main > article > .entry-header .entry-meta .posted-on a {
	text-decoration: none;
}

@media screen and (min-width: 751px) {
	#main > article > .entry-header {
		margin: 30px 0;
	}
	#main > article > .entry-header .entry-meta .posted-on {
		font-size: 20px;
	}
}

@media screen and (max-width: 750px) {
	#main > article > .entry-header {
		margin: 5.333333333333333vw 0;
	}
	#main > article > .entry-header .entry-meta .posted-on {
		font-size: 4.266666666666667vw;
	}
}



/* ------------------------------------------------------------

記事エリア

------------------------------------------------------------ */
#main > article > .content-holder .entry-content strong {
	font-family: 'Noto Sans JP Bold', sans-serif;
}
#main > article > .content-holder .entry-content a {
	color: #a0926e;
	text-decoration: none;
}
#main > article > .content-holder .entry-content hr {
	height: 1px;
	border: none;
	background-color: #d0cfcb;
}
#main > article > .content-holder .entry-content > h2,
#main > article > .content-holder .entry-content > h3,
#main > article > .content-holder .entry-content > h4 {
	letter-spacing: 0.0625em;
	line-height: 1.5;
}
#main > article > .content-holder .entry-content > p {
	letter-spacing: 0.03125em;
	line-height: 1.8;
}

@media screen and (min-width: 751px) {
	#main > article > .content-holder .entry-content > * {
		margin: 30px 0;
	}
	#main > article > .content-holder .entry-content a:hover {
		text-decoration: underline;
	}
	#main > article > .content-holder .entry-content > h2,
	#main > article > .content-holder .entry-content > h3,
	#main > article > .content-holder .entry-content > h4 {
		margin-top: 50px;
		font-size: 24px;
	}
	#main > article > .content-holder .entry-content > p {
		font-size: 16px;
	}
}

@media screen and (max-width: 750px) {
	#main > article > .content-holder .entry-content > * {
		margin: 5.333333333333333vw 0;
	}
	#main > article > .content-holder .entry-content > h2,
	#main > article > .content-holder .entry-content > h3,
	#main > article > .content-holder .entry-content > h4 {
		margin-top: 8vw;
		font-size: 4.8vw;
	}
	#main > article > .content-holder .entry-content > p {
		font-size: 3.733333333333333vw;
	}
}


/* ------------------------------------------------------------

表（テーブル）

------------------------------------------------------------ */
#main > article > .content-holder .entry-content > table {
	min-width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border-style: solid;
	border-width: 1px;
	border-color: #a0926e;
	background-color: #fff;
	overflow: hidden;
	line-height: 1.6;
}
#main > article > .content-holder .entry-content > table tr td {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #a0926e;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #a0926e;
}
#main > article > .content-holder .entry-content > table tr td:first-of-type {
	border-bottom-color: #fff;
	background-color: #a0926e;
	color: #fff;
}
#main > article > .content-holder .entry-content > table tr td:last-of-type {
	border-right: none;
}
#main > article > .content-holder .entry-content > table tr td:first-of-type a {
	color: #fff;
}
#main > article > .content-holder .entry-content > table tr:last-of-type td {
	border-bottom: none;
}

@media screen and (min-width: 751px) {
	#main > article > .content-holder .entry-content > table {
		margin: 60px 0 !important;
		border-radius: 5px;
		font-size: 16px;
	}
	#main > article > .content-holder .entry-content > table td {
		padding: 16px 32px;
	}
}

@media screen and (max-width: 750px) {
	#main > article > .content-holder .entry-content > table {
		margin: 9.333333333333333vw 0 !important;
		border-radius: 4px;
		font-size: 3.733333333333333vw;
	}
	#main > article > .content-holder .entry-content > table td {
		padding: 2.666666666666667vw;
	}
}



/* ------------------------------------------------------------

記事リンク埋め込み

------------------------------------------------------------ */
iframe.wp-embedded-content {
	max-width: 100%;
}



/* ------------------------------------------------------------

目次

------------------------------------------------------------ */
#toc_container {
	background-color: #a0926e;
	color: #fff;
	letter-spacing: 0.0625em;
	line-height: 1.8;
}
#toc_container a {
	color: #fff !important;
}

@media screen and (min-width: 751px) {
	#toc_container {
		margin: 60px 0 !important;
		padding: 40px;
		font-size: 16px;
	}
	#toc_container .toc_title {
		margin-bottom: 16px;
	}
}

@media screen and (max-width: 750px) {
	#toc_container {
		margin: 9.333333333333333vw 0 !important;
		padding: 5.333333333333333vw;
		font-size: 3.733333333333333vw;
	}
	#toc_container .toc_title {
		margin-bottom: 3.733333333333333vw;
	}
}



/* ------------------------------------------------------------

「売却についてもっと聞いてみる」ボタン

------------------------------------------------------------ */
#more-information {
	text-align: center;
}
#more-information a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	box-sizing: border-box;
	background-size: contain;
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #a0926e;
	letter-spacing: 0.0625em;
	line-height: 1.4;
	color: #fff !important;
	text-decoration: none;
	position: relative;
}
#more-information a::after {
	position: absolute;
	z-index: 0;
	display: block;
	background-image: url(../img/ico_mail-arr.svg);
	background-size: 100% 100%;
	pointer-events: none;
	content: '';
}

@media screen and (min-width: 751px) {
	#more-information {
		margin: 120px 0 80px !important;
	}
	#more-information a {
		width: 500px;
		height: 80px;
		padding-left: 150px;
		background-image: url(../img/img_more-information_pc.png);
		font-size: 16px;
		transition-duration: 200ms;
	}
	#more-information a::after {
		right: -41px;
		bottom: 40px;
		width: 81px;
		height: 9px;
	}
	#more-information a:hover {
		opacity: 0.7;
		text-decoration: none !important;
	}
}

@media screen and (max-width: 750px) {
	#more-information {
		margin: 16vw 0 10.666666666666667vw !important;
	}
	#more-information a {
		width: 78.666666666666667vw;
		height: 16vw;
		padding-left: 30vw;
		background-image: url(../img/img_more-information_sp.png);
		font-size: 3.733333333333333vw;
	}
	#more-information a::after {
		right: -5.6vw;
		bottom: 8vw;
		width: 10.933333333333333vw;
		height: 2.4vw;
	}
}



/* ------------------------------------------------------------

他の記事へのナビゲーション

------------------------------------------------------------ */
#main nav.navigation.post-navigation {
}
#main nav.navigation.post-navigation .nav-links {
}
#main nav.navigation.post-navigation .nav-links div[class^="nav-"] {
}
#main nav.navigation.posts-navigation .nav-links div[class^="nav-"] {
}
#main nav.navigation.post-navigation .nav-links a,
#main nav.navigation.posts-navigation .nav-links a {
	display: block;
	border-style: solid;
	border-width: 1px;
	border-color: #a0926e;
	box-sizing: border-box;
	line-height: 1.4;
	letter-spacing: 0.125em;
	color: #a0926e;
	text-align: center;
	text-decoration: none;
	position: relative;
}
#main nav.navigation.post-navigation .nav-links a::before,
#main nav.navigation.posts-navigation .nav-links a::before {
	position: absolute;
	display: block;
	border-style: solid;
	border-width: 1px;
	border-color: #a0926e;
	border-right: none;
	border-bottom: none;
	content: '';
}
#main nav.navigation.post-navigation .nav-links .nav-previous a::before,
#main nav.navigation.posts-navigation .nav-links .nav-next a::before {
	transform: rotate(-45deg);
}
#main nav.navigation.post-navigation .nav-links .nav-next a::before,
#main nav.navigation.posts-navigation .nav-links .nav-previous a::before {
	transform: rotate(135deg);
}

@media screen and (min-width: 751px) {
	#main nav.navigation.post-navigation,
	#main nav.navigation.posts-navigation {
		margin-top: 80px;
	}
	#main nav.navigation.post-navigation .nav-links .nav-previous + .nav-next a {
		border-left: none;
	}
	#main nav.navigation.posts-navigation .nav-links .nav-previous + .nav-next a {
		border-right: none;
	}
	
	#main nav.navigation.post-navigation .nav-links:after {
		content: '';
		display: block;
		clear: both;
		height: 0;
	}
	
	#main nav.navigation.post-navigation .nav-links,
	#main nav.navigation.posts-navigation .nav-links {
		display: flex;
		justify-content: center;
	}
	#main nav.navigation.post-navigation .nav-links div[class^="nav-"],
	#main nav.navigation.posts-navigation .nav-links div[class^="nav-"] {
		flex-basis: 50%;
	}
	#main nav.navigation.posts-navigation .nav-links .nav-next {
		order: 1;
	}
	#main nav.navigation.posts-navigation .nav-links .nav-previous {
		order: 2;
	}
	
	#main nav.navigation.post-navigation .nav-links a,
	#main nav.navigation.posts-navigation .nav-links a {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 22px 0;
		height: 100%;
		font-size: 16px;
		transition-duration: 200ms;
	}
	#main nav.navigation.post-navigation .nav-links a:hover,
	#main nav.navigation.posts-navigation .nav-links a:hover {
		background-color: #a0926e;
		color: #fff;
	}
	#main nav.navigation.post-navigation .nav-links a::before,
	#main nav.navigation.posts-navigation .nav-links a::before {
		width: 8px;
		height: 8px;
		transition-duration: 200ms;
	}
	#main nav.navigation.post-navigation .nav-links a:hover::before,
	#main nav.navigation.posts-navigation .nav-links a:hover::before {
		border-color: #fff;
	}
	#main nav.navigation.post-navigation .nav-links .nav-previous a::before,
	#main nav.navigation.posts-navigation .nav-links .nav-next a::before {
		left: 22px;
		top: calc(50% - 6px);
	}
	#main nav.navigation.post-navigation .nav-links .nav-next a::before,
	#main nav.navigation.posts-navigation .nav-links .nav-previous a::before {
		right: 22px;
		top: calc(50% - 6px);
	}
}

@media screen and (max-width: 750px) {
	#main nav.navigation.post-navigation,
	#main nav.navigation.posts-navigation {
		margin-top: 10.666666666666667vw;
	}
	#main nav.navigation.post-navigation .nav-links a,
	#main nav.navigation.posts-navigation .nav-links a {
		padding: 3.733333333333333vw 0;
		font-size: 3.2vw;
	}
	#main nav.navigation.post-navigation .nav-links div[class^="nav-"]:nth-of-type(2),
	#main nav.navigation.posts-navigation .nav-links div[class^="nav-"]:nth-of-type(2) {
		margin-top: 2.666666666666667vw;
	}
	#main nav.navigation.post-navigation .nav-links a::before,
	#main nav.navigation.posts-navigation .nav-links a::before {
		width: 2.133333333333333vw;
		height: 2.133333333333333vw;
	}
	#main nav.navigation.post-navigation .nav-links .nav-previous a::before,
	#main nav.navigation.posts-navigation .nav-links .nav-next a::before {
		left: 4vw;
		top: calc(50% - 1.6vw);
	}
	#main nav.navigation.post-navigation .nav-links .nav-next a::before,
	#main nav.navigation.posts-navigation .nav-links .nav-previous a::before {
		right: 4vw;
		top: calc(50% - 1.6vw);
	}
}



/* ------------------------------------------------------------

右側のカラム

------------------------------------------------------------ */
@media screen and (min-width: 751px) {
	#secondary {
		width: 220px;
	}
	#secondary > section {
		margin: 60px 0;
	}
}

@media screen and (max-width: 750px) {
	#secondary {
		margin-top: 16vw;
	}
	#secondary > section {
		margin: 10.666666666666667vw 0;
	}
}

#secondary > section:first-of-type {
	margin-top: 0 !important;
}


#secondary h2.widget-title {
	border-bottom-style: solid;
	border-bottom-color: #a0926e;
	border-bottom-width: 2px;
	font-weight: normal;
	letter-spacing: 0.125em;
	color: #a0926e;
}
@media screen and (min-width: 751px) {
	#secondary h2.widget-title {
		padding-bottom: 20px;
		font-size: 20px;
	}
}
@media screen and (max-width: 750px) {
	#secondary h2.widget-title {
		padding-bottom: 5.333333333333333vw;
		font-size: 4.266666666666667vw;
	}
}



/* ------------------------------------------------------------

無料査定バナー

------------------------------------------------------------ */
#text-15 img {
	max-width: 100%;
}
@media screen and (min-width: 751px) {
	#text-15 {
		margin-bottom: 20px !important;
		background-color: #fff;
	}
	#text-15 a {
		transition-duration: 200ms;
	}
	#text-15 a:hover {
		opacity: 0.7;
	}
}


/* ------------------------------------------------------------

メルマガフォーム

------------------------------------------------------------ */
.widget_text .hbspt-form input[type="email"],
.widget_text .hbspt-form input[type="submit"],
.widget_custom_html .hbspt-form input[type="email"],
.widget_custom_html .hbspt-form input[type="submit"] {
	display: block;
}
.widget_text .hbspt-form input[type="email"],
.widget_custom_html .hbspt-form input[type="email"] {
	width: 100%;
	padding: 16px;
	box-sizing: border-box;
	border: none;
	border-radius: 4px;
	background-color: #fff;
	font-size: 16px;
}
.widget_text .hbspt-form input[type="email"]::-webkit-input-placeholder,
.widget_custom_html .hbspt-form input[type="email"]::-webkit-input-placeholder {
	text-align: center;
}

.widget_text .hbspt-form input[type="submit"],
.widget_custom_html .hbspt-form input[type="submit"] {
	box-sizing: border-box;
	border: none;
	background-color: #a0926e;
	font-size: 14px;
	letter-spacing: 0.125em;
	color: #fff;
	cursor: pointer;
}

.widget_text .hbspt-form .hs-form-required,
.widget_custom_html .hbspt-form .hs-form-required {
	display: none;
}

@media screen and (min-width: 751px) {
	.widget_text .hbspt-form input[type="submit"],
	.widget_custom_html .hbspt-form input[type="submit"] {
		width: 80px;
		margin: 10px auto 0;
		padding: 8px 0;
		border-radius: 30px;
		transition-duration: 200ms;
	}
	.widget_text .hbspt-form input[type="submit"]:hover,
	.widget_custom_html .hbspt-form input[type="submit"]:hover {
		background-color: #fff;
		color: #a0926e;
	}

	.widget_text .hbspt-form,
	.widget_custom_html .hbspt-form {
		margin: 20px 0 70px 0 !important;
	}
}

@media screen and (max-width: 750px) {
	.widget_text .hbspt-form input[type="submit"],
	.widget_custom_html .hbspt-form input[type="submit"] {
		width: 26.666666666666667vw;
		margin: 15px auto 0;
		padding: 13px 0;
		border-radius: 40px;
	}
}



/* ------------------------------------------------------------

最新記事

------------------------------------------------------------ */
.widget_metro_magazine_recent_post li {
	display: flex;
}
.widget_metro_magazine_recent_post li .entry-header {
	flex: 1;
}
.widget_metro_magazine_recent_post li a {
	text-decoration: none;
}
.widget_metro_magazine_recent_post .entry-title {
	line-height: 1.6;
}

@media screen and (min-width: 751px) {
	.widget_metro_magazine_recent_post li {
		margin-top: 20px;
	}
	.widget_metro_magazine_recent_post .post-thumbnail {
		margin-right: 14px;
	}
	.widget_metro_magazine_recent_post .post-thumbnail img {
		width: 80px;
		height: auto;
	}
	.widget_metro_magazine_recent_post .entry-title {
		font-size: 14px;
	}
	.widget_metro_magazine_recent_post .post-thumbnail:hover + .entry-header a,
	.widget_metro_magazine_recent_post .entry-title a:hover {
		text-decoration: underline;
	}
}

@media screen and (max-width: 750px) {
	.widget_metro_magazine_recent_post li {
		margin-top: 5.333333333333333vw;
	}
	.widget_metro_magazine_recent_post .post-thumbnail {
		margin-right: 5.333333333333333vw;
	}
	.widget_metro_magazine_recent_post .post-thumbnail img {
		width: 26.666666666666667vw;
		height: auto;
	}
	.widget_metro_magazine_recent_post .entry-title {
		font-size: 3.733333333333333vw;
	}
}



/* ------------------------------------------------------------

特集

------------------------------------------------------------ */
.widget_categories {
}
.widget_categories .cat-item {
	border-bottom-style: solid;
	border-bottom-color: #a0926e;
	border-bottom-width: 1px;
}
.widget_categories .cat-item a {
	display: block;
	color: #a0926e;
	line-height: 1.4;
	text-decoration: none;
}

@media screen and (min-width: 751px) {
	.widget_categories {
	}
	.widget_categories .cat-item a {
		padding: 14px 0;
		font-size: 14px;
		transition-duration: 200ms;
	}
	.widget_categories .cat-item a:hover {
		text-decoration: underline;
	}
}

@media screen and (max-width: 750px) {
	.widget_categories {
	}
	.widget_categories .cat-item a {
		padding: 3.733333333333333vw 0;
		font-size: 3.733333333333333vw;
	}
}




/* ================================================================================

ブログ特集一覧ページ

================================================================================ */

#main .taxonomy-description > p {
	line-height: 1.9;
	margin-bottom: 1em;
}
#main .taxonomy-description > p:last-of-type {
	margin-bottom: 0;
}

@media screen and (min-width: 751px) {
	#main .taxonomy-description {
		margin-bottom: 80px;
		font-size: 16px;
	}
}

@media screen and (max-width: 750px) {
	#main .taxonomy-description {
		margin-bottom: 10.666666666666667vw;
		font-size: 3.733333333333333vw;
	}
}


/* ------------------------------------------------------------

記事の見出し

------------------------------------------------------------ */
#main > article.category-list-page {
	position: relative;
	display: flex;
}
#main > article.category-list-page::after {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #a0926e;
	content: '';
}
#main > article.category-list-page > .post-thumbnail {
	position: relative;
	z-index: 2;
}
#main > article.category-list-page > .text-holder {
	position: relative;
	z-index: 2;
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: space-between;
}
#main > article.category-list-page > .text-holder a {
	text-decoration: none;
}
#main > article.category-list-page > .text-holder .entry-title {
	font-weight: normal;
	letter-spacing: 0.0625em;
}
#main > article.category-list-page > .text-holder .entry-meta {
	font-family: 'Barlow', sans-serif;
	letter-spacing: 0.125em;
}

#main > article.category-list-page > .text-holder .entry-footer {
	text-align: right;
	color: #a0926e;
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
	letter-spacing: 0.125em;
}
#main > article.category-list-page > .text-holder .entry-footer a {
	display: inline-block;
	background-image: url(../img/ico_info-btn-arr_sp.svg);
	background-repeat: no-repeat;
	background-position: right top;
}

#main > article.category-list-page::before {
	position: absolute;
	top: 0;
	display: block;
	height: 100%;
	background-color: #e5e2d8;
	content: '';
}

@media screen and (min-width: 751px) {
	#main > article.category-list-page {
		margin: 0 40px 0 65px;
		padding: 40px 0;
	}
	#main > article.category-list-page:first-of-type {
		padding-top: 80px;
	}
	#main > article.category-list-page:last-of-type {
		margin-bottom: 160px;
	}
	#main > article.category-list-page > .post-thumbnail {
		margin-right: 25px;
	}
	#main > article.category-list-page > .post-thumbnail img {
		width: 188px;
		height: auto;
	}
	
	#main > article.category-list-page > .text-holder .entry-title {
		margin-bottom: 16px;
		font-size: 20px;
		line-height: 1.6;
	}
	#main > article.category-list-page > .text-holder .entry-meta {
		font-size: 14px;
	}
	
	#main > article.category-list-page > .text-holder .entry-footer {
		font-size: 16px;
	}
	#main > article.category-list-page > .text-holder .entry-footer a {
		padding-right: 48px;
		background-size: 40px 8px;
		background-position: right 2px;
	}
	
	#main > article.category-list-page::before {
		right: -40px;
		width: calc(100% + 40px + 65px + (100vw - 1100px) / 2);
	}
	#main > article.category-list-page:last-of-type::before {
		height: calc(100% + 80px);
	}
}

@media screen and (max-width: 750px) {
	#main > article.category-list-page {
		padding: 8vw 0;
	}
	#main > article.category-list-page:first-of-type {
		padding-top: 10.666666666666667vw;
	}
	#main > article.category-list-page:last-of-type {
		margin-bottom: 21.333333333333333vw;
	}
	#main > article.category-list-page > .post-thumbnail {
		margin-right: 5.333333333333333vw;
	}
	#main > article.category-list-page > .post-thumbnail img {
		width: 32vw;
		height: auto;
	}
	
	#main > article.category-list-page > .text-holder .entry-title {
		margin-bottom: 2.133333333333333vw;
		font-size: 4.266666666666667vw;
		line-height: 1.4;
	}
	#main > article.category-list-page > .text-holder .entry-meta {
		font-size: 2.666666666666667vw;
	}
	
	#main > article.category-list-page > .text-holder .entry-footer {
		font-size: 3.733333333333333vw;
	}
	#main > article.category-list-page > .text-holder .entry-footer a {
		padding-right: 6.4vw;
		background-size: 5.333333333333333vw 2.666666666666667vw;
		background-position: right 0.266666666666667vw;
	}
	
	#main > article.category-list-page::before {
		right: -5.333333333333333vw;
		width: 100%;
	}
	#main > article.category-list-page:last-of-type::before {
		height: calc(100% + 10.6666666666666667vw);
	}
}




/* ================================================================================

404エラーページ

================================================================================ */

.error404 #body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.error404 #body h1 {
	font-family: 'Barlow', sans-serif;
	font-weight: 100;
	color: #a0926e;
}
.error404 #body h2 {
	font-weight: normal;
	color: #a0926e;
	letter-spacing: 0.0625em;
}
.error404 #body p {
	line-height: 1.7;
}
.error404 #body p a {
	color: #0198c3;
}

@media screen and (min-width: 751px) {
	.error404 #body {
		min-height: calc(100vh - 70px - 110px);
	}
	.error404 #body h1 {
		font-size: 80px;
	}
	.error404 #body h2 {
		margin-top: 20px;
		font-size: 20px;
	}
	.error404 #body p {
		margin-top: 50px;
		font-size: 14px;
	}
	.error404 #body p a:hover {
		text-decoration: none;
	}
}

@media screen and (max-width: 750px) {
	.error404 #body {
		min-height: calc(100vh - 50px - 13.333333333333333vw);
	}
	.error404 #body h1 {
		font-size: 12.8vw;
	}
	.error404 #body h2 {
		margin-top: 4.266666666666667vw;
		font-size: 4.266666666666667vw;
	}
	.error404 #body p {
		margin-top: 10vw;
		font-size: 3.733333333333333vw;
	}
}



