@charset "UTF-8";

.l-mainContent__inner>.post_content {
	margin: 1.5rem 0 0 0;
}

.c-postTitle{
	display: none;
}

.p-articleFoot{
	display: none;
}

.post_content>h2 {
    margin-left: 0;
}

/* リストに登録ボタン */
.simplefavorite-button{
	padding: .2rem .8rem;
	border-radius: 20px;
	border: solid 4px #FCBF38;	
	background: rgba(0, 0, 0, 0);
	font-weight: bolder;
}

.simplefavorite-button .active{
	background: #FCBF38;
}



/* 電話ボタンの枠色 */
.btn-phone a{
	border: solid 2px #0D4A75;
}

/* 資料請求ボタン，電話ボタンの枠の丸さ */
.btn-request-info a, .btn-phone a{
	border-radius: 16px;
}

.num-phone{
	align-content: center;
}

.facility-info{
	background: #fdfdfd;
}


/* スライダー全体のレスポンシブ設定 */
@media (max-width: 1024px) {
	/* タブレット対応（幅1024px以下） */
	.sp-post-contents p, .sp-post-contents strong, .sp-post-contents span{
		font-size: 16px !important;
	}
	.swell-block-columns__inner:has(.btn-phone){
		justify-content: center;
	}
	.btn-phone a{
		border-radius: var(--the-btn-radius, 0);
		padding: .7rem;
	}
	.facility-info .is-style-btn_normal{
		margin: 0 auto 1em;
	}
	
	/* ギャラリー画像の表示枚数	 */
	.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
		margin: 0;
		width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px) / 2);
	}
	
	/* ギャラリー画像ポップアップのスタイル	 */
	.lum-lightbox-inner img {
        max-width: 95vw !important;
    }
	
	/* スマホ用の投稿タイトルスタイル	 */
	.sp-post-title .jet-listing-dynamic-field__content{
		font-weight: 500;
		font-size: 1.2em;
		line-height: 1.4;
		text-align: left;
	}
	.sp-post-title{
		margin-bottom: 1rem;
	}
	.post_content .has-text-align-right{
		margin-bottom: 1rem;
	}
	.l-mainContent__inner>.post_content {
		margin: .5rem 0 0 0;
	}
}

@media (max-width: 768px) {
	/* スマートフォン対応（幅768px以下） */
	
}

@media (max-width: 480px) {
	/* カード内の文字の余白を調整 */

}
