/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 27 2025 | 03:52:29 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 21 2025 | 10:45:13 */
@charset "UTF-8";
/**
 * コラム（ブログ）詳細
 * ルール
 * ・セレクタの最初に .es-post を付ける
 */

.es-post article.es-article-single{
	max-width: 900px;
	width: 95%;
	margin: 0 auto 120px;
}

/* 記事タイトル */
.es-post .entry-title{
	position: relative;
	display: block;
	width: 100%;
	padding: 0 0 10px;
	font-size: 28px !important;
	font-weight: 700;
	color: #00a491;
}

.es-post .entry-title{
	position: relative;
	display: block;
	width: 100%;
	padding: 0 0 10px;
	font-size: 30px !important;
	font-weight: 700;
	color: #555;
}
/*
.es-post .entry-title::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 4px;
	margin-top: auto;
	background-color: #6fb3a6;
	border-radius: 8px;
}
*/

/* 記事メタ情報(公開日、更新日、カテゴリー) */
.es-post .entry-meta{
	margin-top: 15px;
	font-size: 15px;
}

.es-post .entry-meta span{
	color: #333;
}

.es-post .entry-meta span span{
	display: inline-block;
	margin-right: 1.5rem;
}

.es-post .entry-meta .published::before{
	content: "投稿日 ";
	display: inline-block;
}

.es-post .entry-meta .updated::before{
	content: "更新日 ";
	display: inline-block;
}

/* 本文ブロック */
.es-post .entry-content{
	margin: 30px 0 0;
	font-size: 15px;
	counter-reset: number 0; /* 本文のh2にナンバリングをつけるため */
}

/* メインビジュアル */
.es-post .main_thumbnail{
	width: 100%;
	margin: 0 auto;
}

.es-post .main_thumbnail img{
	max-width: 900px;
	width: 100%;
	height: auto;
	vertical-align: middle;
}

/* 目次 */
.es-post .wp-block-uagb-columns.toc_box,
.es-post .toc_box{
	margin: 40px 0;
	padding: 40px 0 !important;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border-radius: 12px;
}

.es-post .wp-block-uagb-columns.toc_box .uagb-column__wrap,
.es-post .toc_box{
	width: 100% !important;
}

.es-post .toc_box .toc > p{
	text-align: center;
	font-size: 16px;
	font-weight: 700;
}

.es-post .toc_box .toc > ol{
	list-style: none;
	counter-reset: toc-counter;
	margin: 20px 0 0 0 !important;
	padding: 0;
}

.es-post .toc_box .toc > ol > li{
	display: flex;
	align-items: flex-start;
	margin-left: 30px;
	margin-right: 30px;
	border-bottom: #d9d4d4 1px solid;
}

.es-post .toc_box .toc > ol > li::before {
	counter-increment: toc-counter;
	content: counter(toc-counter) ".";
	padding: 15px 10px 15px 0;
	white-space: nowrap;
	font-weight: 400;
	color: #333;
}

.es-post .toc_box .toc > ol > li ul{
	margin: 0 0 10px 40px;
}

.es-post .toc_box .toc > ol > li ul li:first-child{
	border-top: #d9d4d4 1px solid;
}

.es-post .toc_box .toc > ol > li ul li:not(:last-child){
	border-bottom: #d9d4d4 1px solid;
}

.es-post .toc_box .toc > ol a{
	text-decoration: none;
	display: inline-block;
	width: 100%;
	padding: 15px 0;
	color: #333;
}

.es-post .toc_box .toc > ol a:hover{
	text-decoration: none;
	color: #00a491;
}

/* 見出し */
.es-post .entry-content h2{
	margin: 25px 0;
	text-align: left;
	font-size: 24px;
	font-weight: 700;
	color: #00a491;
}

.es-post .entry-content h2.add_heading_large{
	margin: 40px 0 0;
	padding: 10px 20px;
	background-color: #00a491;
	text-align: left;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
}

.es-post .entry-content h2::before{
	content: counter(number) ". ";
	counter-increment: number 1;
}

.es-post .entry-content h2::after{
	content: "";
	width: 100%;
	height: 2px;
	margin: 5px 0 0;
	background-color: #00a491;
}

.es-post .entry-content h2.add_heading_large::after{
	display: none;
}

.es-post .entry-content > h2:last-child{
	background-color: #00a491;
}

.es-post .entry-content h3{
	margin: 25px 0;
	text-align: left;
	font-size: 18px;
	font-weight: 700;
	color: #333;
}

.es-post .entry-content h3.add_heading_midium{
	margin: 30px 0 0;
	padding: 5px 20px;
	background-color: #e8fdf4;
	border-left: #00a491 4px solid;
	text-align: left;
	font-size: 18px;
	font-weight: 700;
	color: #00a491;
}

.es-post .entry-content .add_heading_small{ /* h4～h6想定 */
	margin: 25px 0 0;
	padding: 5px 20px;
	background-color: #e8fdf4;
	text-align: left;
	font-size: 16px;
	font-weight: 700;
	color: #00a491;
}

/* 本文（リンク） */
.es-post .entry-content a{
	text-decoration: underline;
}

/* 本文（段落） */
.es-post .entry-content p{
	margin: 20px 0;
	line-height: 2;
}

/* 本文（画像） */
.es-post figure.wp-block-image{
	margin: 16px 0;
}

.es-post figure.wp-block-image img{
	border-radius: 12px;
}

.es-post .column_image{
	width: 90%;
	margin: 0 auto;
}

.es-post .column_image_full{
	width: 100%;
}

.es-post .column_image img,
.es-post .column_image_full img{
	max-width: 900px;
	width: 100%;
	height: auto;
	border-radius: 12px;
	vertical-align: middle;
}

.es-post .column_image_full img{
	max-width: none;
}

/* 本文（リスト） */
.es-post .entry-content ul:not(.toc){
	list-style: disc outside;
	margin: 15px 0 15px 1rem;
}

.es-post .entry-content ol{
	list-style: decimal outside;
	margin: 15px 0 15px 1rem;
}

.es-post .entry-content ul.add_list_disc:not(.toc),
.es-post .entry-content ol.add_list_disc{
	margin: 20px 0 30px 1rem;
}

.es-post .entry-content ul.list_2row{
	display: flex;
	flex-wrap: wrap;
	gap: 0 4%;
}

.es-post .entry-content ul.list_2row li{
	width: 48%;
}

.es-post .entry-content ul.add_list_disc:not(.toc) li,
.es-post .entry-content ol.add_list_disc li{
	padding: 6px 0;
	border-bottom: #00a491 1px dashed;
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
}

/* 本文（表） */
.es-post .entry-content table{
	/* table-layout: fixed; */
	width: 100%;
	margin: 15px 0;
}

.es-post .entry-content table th,
.es-post .entry-content table td{
	padding: 15px 10px;
	border: #dedbdb 1px solid;
	text-align: center;
}

.es-post .entry-content table th{
	background-color: #e8fdf4;
}

/* 本文（テキストと画像が横並び） */
.es-post .uagb-columns__wrap,
.es-post .uagb-column__inner-wrap{
	padding: 0 !important;
}

.es-post .uagb-columns__inner-wrap{
	justify-content: space-between;
}

.es-post .uagb-column__wrap{
	width: 48% !important;
}

/* 本文（物件へのリンク） */
.es-post .entry-content .bukken_link_box{
	display: flex;
	gap: 0 40px;
	width: 100%;
	margin: 20px 0 0;
	padding: 20px;
	border: #ccc 1px solid;
	border-radius: 10px;
}

.es-post .entry-content .bukken_image img{
	object-fit: cover;
	width: 250px;
	height: 150px;
	border-radius: 10px;
}

.es-post .entry-content .bukken_name{
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.7;
}

.es-post .entry-content .bukken_price{
	margin: 10px 0 0;
}

.es-post .entry-content .bukken_link{
	margin: 10px 0 0;
}

.es-post .entry-content .bukken_link a{
	text-decoration: underline;
	color: #00a491;
}


/* 総評（まとめ） */
.es-post .matome{
	width: 100%;
	border: #6fb3a6 1px solid;
	border-radius: 12px;
}

.es-post .matome .uagb-column__wrap{
	width: 100% !important;
}

.es-post .matome h2{
	width: 100%;
	margin: 0;
	padding: 15px 30px;
	background-color: #6fb3a6;
	border-radius: 10px 10px 0 0;
	color: #fff;
}

.es-post .matome h2::after{
	display: none;
}

.es-post .matome .matome_body{
	width: 100%;
	margin: 0;
	padding: 15px 30px !important;
}


/* 物件一覧へのリンク */
.es-post .to_feature_box{
	display: flex;
	justify-content: space-around;
	margin-top: 100px;
}

.es-post .to_feature_box.add_flex_wrap{
	flex-wrap: wrap;
	gap: 20px 0;
}

.es-post .to_feature_box a{
	position: relative;
	display: flex;
	align-items: center;
	width: 400px;
	padding: 20px 60px 20px 20px;
	background-color: #fff;
	border: #00a491 2px solid;
	border-radius: 10px;
	text-decoration: none;
	color: #00a491;
}

.es-post .to_feature_box a::after{
	content: "→";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	background-color: #00a491;
	border: #00a491 1px solid;
	border-radius: 50%;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	transition: .3s;
}

@media screen and (min-width: 768px) {
	.es-post .to_feature_box a:hover{
		background-color: #00a491;
		color: #fff;
	}
	
	.es-post .to_feature_box a:hover::after{
		background-color: #fff;
		color: #00a491;
		transition: .3s;
	}
}


/* 関連記事 */
.es-post .entry-content .blog_related_box{
	margin-top: 0;
}

.es-post .entry-content .blog_related_box h2{
	display: block;
	width: 125px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	color: #00a491;
}

.es-post .entry-content .blog_related_box h2::before{
	content: '';
}

.es-post .entry-content .blog_related_box ul.es-list-items{
	margin: 40px 0 0;
}

.es-post .entry-content .blog_related_box h3 {
	margin: 10px 0 0;
	text-align: left;
	font-size: 16px;
	font-weight: 700;
	color: #333;
}


/* この記事をシェアする */
.es-post .post_share{
	display: block;
	width: 100%;
	margin: 120px 0 0;
	padding: 25px 10px;
	background-color: #f6f6f6;
	border-radius: 12px;
}

.es-post .post_share .heading{
	text-align: center;
	font-size: 15px;
}

.es-post .post_share .sns_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 13px;
	margin: 16px 0 0;
}

.es-post .site-content .post_share .sns_list a:hover img{
	transform: scale(1);
}

/* コラム一覧に戻る */
.es-post .btn_back_page_01{
	position: relative;
	display: block;
	width: 270px;
	margin: 80px auto 0;
	padding: 20px;
	background-color: #fff;
	border: #c8c8c8 1px solid;
	border-radius: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: #333;
}

.es-post .btn_back_page_01::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 16px;
	transform: translateY(-50%) rotate(-45deg);
	display: block;
	width: 8px;
	height: 8px;
	border-top: #969696 1px solid;
	border-left: #969696 1px solid;
	transition: all 1s ease;
}

.es-post .btn_back_page_01:hover{
	text-decoration: none;
	border-color: #00a491;
	color: #00a491;
}

.es-post .btn_back_page_01:hover::before{
	border-color: #00a491;
}

/* Google Map */
.es-post .gmap{
	width: 100%;
	aspect-ratio: 16 / 9;
}

.es-post .gmap iframe{
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}


/*--------------------------------------------------
**************************************************
  スマホ用
**************************************************
--------------------------------------------------*/
@media screen and (max-width: 767px) {

	/* 目次 */
	.es-post .toc_box .toc > ol > li{
		margin-left: 15px;
		margin-right: 15px;
	}
	
	.es-post .toc_box .toc > ol li ul a{
		width: 100%;
	}

	/* 記事タイトル */
	.es-post .entry-title{
		font-size: 20px !important;
	}

	/* 記事メタ情報(公開日、更新日、カテゴリー) */
	.es-post .entry-meta{
		font-size: 16px;
	}

	/* 見出し */
	.es-post .entry-content h2{
		font-size: 18px;
	}
	
	.es-post .entry-content h2.add_heading_large{
		font-size: 21px;
		line-height: 1.2em;
	}

	.es-post .entry-content h3{
		margin: 25px 0 15px;
		font-size: 16px;
	}

	/* 本文（リスト） */
	.es-post .entry-content ul.list_2row{
		display: block;
	}
	
	.es-post .entry-content ul.list_2row li{
		width: 100%;
	}
	
	.es-post .entry-content ul.add_list_disc:not(.toc) li,
	.es-post .entry-content ol.add_list_disc li{
		line-height: 1.8;
	}

	/* 本文（物件へのリンク） */
	.es-post .entry-content .bukken_link_box{
		flex-direction: column;
		gap: 20px 0;
		width: 90%;
		margin: 20px auto 0;
	}
	
	.es-post .entry-content .bukken_image img{
		width: 100%;
	}
	
	.es-post .entry-content .bukken_name{
		font-size: 16px;
	}

	/* 物件一覧へのリンク */
	.es-post .to_feature_box{
		flex-direction: column;
		justify-content: flex-start;
		row-gap: 20px;
		margin-top: 50px;
	}
	
	.es-post .to_feature_box a{
		width: 100%;
		padding: 15px 60px 15px 20px;
	}

	/* コラム一覧に戻る */
	.es-post .btn_back_page_01{
		width: 100%;
	}
	
	/* Google Map */
	.es-post .gmap{
		aspect-ratio: 4 / 3;
	}
}
@media (max-width: 480px) {
	.entry-content > .column_image_full {
		padding: 0;
	}
}
