@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wdth,wght,GRAD@8..144,73.3,100..1000,-130&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&icon_names=auto_stories,call,edit_calendar,place,edit');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap');

.material-symbols-outlined {
	font-weight: 200;
	font-variation-settings:
		'FILL' 0,
		'wght' 200,
		'GRAD' 0,
		'opsz' 24
}

@view-transition {
	navigation: auto;
}

.pb-md {
	padding-bottom: 3rem !important;
}

.pb-lg {
	padding-bottom: 5rem !important;
}

.mt-sm {
	margin-top: 2rem !important;
}

.mt-md {
	margin-top: 3rem !important;
}

.btn-border {
	color: var(--c-text);
	border: 1px solid var(--c-text);
	font-size: 0.9em;
}

.btn-border:active,
.btn-border:focus,
.btn-border:hover {
	background-color: var(--c-text);
	color: #FFF;
}

.mfp-figure figure {
	background-color: #FFF;
}

.list-circle>li+li,
.list-square>li+li {
	margin-block: 1rem;
}

.btn-border-icon {
	padding: 1.0rem;
}

.roboto-flex {
	--roboto-weight: 400;
	--roboto-variations: "slnt" 0, "wdth" 73.3, "GRAD" -61, "XOPQ" 96, "XTRA" 468, "YOPQ" 79, "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 712;
	font-family: "Roboto Flex", serif;
	font-optical-sizing: auto;
	font-weight: var(--roboto-weight);
	font-style: normal;
	font-variation-settings: var(--roboto-variations);
}

body {
	height: auto;
	padding-top: 4.6rem;
	color: var(--c-text);
}

a {
	color: var(--c-text);
}

.anchor-2 {
	display: block;
	padding: 0;
	margin: 0;
}

/* 検索結果のヘッダー */

.header-propaty-sm-row-1-btn-menu-prepend {
	transition: transform 0.3s ease-out;
}

.btn-header-page.active .header-propaty-sm-row-1-btn-menu-prepend {
	transform: rotate(-90deg);
}


/*小規模物件テンプレート用ヘッダー*/
.bg-white {
	background-color: #fff !important;
}

.bg-beige {
	background-color: #f9f6ec !important;
}

.bg-beige-lite {
	background-color: #eae3d3 !important;
}

.bg-primary {
	background-color: var(--c-secondary) !important;
}

.header-propaty-sm {
	display: block;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1100;
	container-type: inline-size;
}

.container {
	container-type: inline-size;
	padding-inline: 2rem;
}

/**/
.header-propaty-sm-row-1 {
	gap: 1rem;
	align-items: center;
	background-color: hsla(0, 0%, 100%, 0.8);
	-webkit-box-align: center;
	display: flex;
	-ms-flex-align: center;
	width: 100%;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}

.header-propaty-sm-row-1-name {
	padding: 0.4em 0 0.4em 1em;
}

.header-propaty-sm-row-1-name-text {
	font-family: var(--ff-serif);
	font-size: 1.1em;
}

.header-propaty-sm-row-1-name-sub {
	font-size: 0.8em;
	margin-top: 0.4em;
	color: var(--c-primary);
}

:has(.header-propaty-sm-row-1-btn-menu.active) .header-propaty-sm-row-1,
:has(.header-propaty-sm-row-1-btn-menu.active) .header-propaty-sm-row-1-btn-menu {
	background-color: var(--c-primary);
}

:has(.header-propaty-sm-row-1-btn-menu.active) .header-propaty-sm-row-1-logo img,
:has(.header-propaty-sm-row-1-btn-menu.active) .header-propaty-sm-row-1-btn-menu-prepend img {
	filter: brightness(0) invert(1);
}

@media (min-width: 768px) {

	:has(.header-propaty-sm-row-1-btn-menu.active) .header-propaty-sm-row-1,
	:has(.header-propaty-sm-row-1-btn-menu.active) .header-propaty-sm-row-1-btn-menu {
		background-color: #FFF;
	}

	:has(.header-propaty-sm-row-1-btn-menu.active) .header-propaty-sm-row-1-logo img,
	:has(.header-propaty-sm-row-1-btn-menu.active) .header-propaty-sm-row-1-btn-menu-prepend img {
		filter: unset;
	}
}

:has(.header-propaty-sm-row-1-btn-menu.active) .header-propaty-sm-row-1-title a {
	color: #FFF;
}

:has(.header-propaty-sm-row-1-btn-menu.active) .header-propaty-sm-row-2 {
	background-color: var(--c-primary);
}

:has(.header-propaty-sm-row-1-btn-menu.active) .header-propaty-sm-row-2-inner {
	border-top: 1px solid #bcbaa2;
}

.header-propaty-sm-row-1-logo {
	padding: 0.5em 0 0.5em 1em;
	width: 7em;
	flex-shrink: 0;
}

.header-propaty-sm-row-1-title {
	font-family: var(--ff-serif);
	min-height: 4.5rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0;
	align-content: center;
}

.header-propaty-sm-row-1-title span {
	font-size: 1.1rem;
	display: inline-block;
}

/**/
.header-propaty-sm-row-1-list-btns-1 {
	display: flex;
	margin: 0;
	margin-top: 1.5em;
	padding: 0;
	width: 100%;
	justify-content: center;
}

.header-propaty-sm-row-1-list-btns-1-item {
	text-align: center;
	width: 50%;
}

.header-propaty-sm-row-1-list-btns-1-item-link {
	display: block;
	padding: 0.8em 0;
}

/**/
.header-propaty-sm-row-1-list-btns-2 {
	list-style: none;
	margin: 0;
	margin-top: 1.5em;
	padding: 0;
	display: flex;
	flex-direction: column-reverse;
	gap: 1rem
}

.header-propaty-sm-row-1-list-btns-2-item-link {
	color: #fff;
	display: flex;
	padding: 0.8em 0;
	background-color: #FFF;
	border: 1px solid var(--c-accent);
	color: var(--c-accent);
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

.header-propaty-sm-row-1-list-btns-2-item-link:hover {
	filter: brightness(1.1);
	text-decoration: none;
	background-color: var(--c-accent);
	color: #FFF;
}

.header-propaty-sm-row-1-list-btns-2-item-prepend {
	color: var(--c-accent);
	text-align: center;
	transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

.header-propaty-sm-row-1-list-btns-2-item-link:hover .header-propaty-sm-row-1-list-btns-2-item-prepend {
	color: #FFF;
}

.header-propaty-sm-row-1-list-btns-2-item-body {
	color: var(--c-accent);
	text-align: center;
	font-size: 1em;
}

.header-propaty-sm-row-1-list-btns-2-item-link:hover .header-propaty-sm-row-1-list-btns-2-item-body {
	color: #FFF;
}

.header-propaty-sm-row-1-list-btns-2-item-append {
	color: #fff;
	text-align: center;
	width: 2em;
}

.header-propaty-sm-row-1-list-btns-2-item-link-alt {
	background-color: #FFF;
	border: 1px solid var(--c-primary);
}

.header-propaty-sm-row-1-list-btns-2-item-link-alt .header-propaty-sm-row-1-list-btns-2-item-prepend,
.header-propaty-sm-row-1-list-btns-2-item-link-alt .header-propaty-sm-row-1-list-btns-2-item-body {
	color: var(--c-primary);
}

.header-propaty-sm-row-1-list-btns-2-item-link-alt:hover {
	background-color: var(--c-primary);
	color: #fff;
	border-color: var(--c-primary);
}

.header-propaty-sm-row-1-list-btns-2-item-link-alt:hover .header-propaty-sm-row-1-list-btns-2-item-prepend,
.header-propaty-sm-row-1-list-btns-2-item-link-alt:hover .header-propaty-sm-row-1-list-btns-2-item-body {
	color: #fff;
}

.header-propaty-sm-row-2 .header-propaty-sm-row-1-list-btns-2 {
	padding-inline: 2rem;
	margin-top: 2rem;
}

/**/
.header-propaty-sm-row-1-btn-menu {
	color: #333;
	cursor: pointer;
	cursor: pointer;
	display: block;
	line-height: 1;
	margin-left: auto;
	padding-right: 1em;
	margin-left: auto;
	width: 3rem;
	flex-shrink: 0;
}

.header-propaty-sm-row-1-btn-menu-prepend {
	display: block;
	font-size: 1.6em;
	text-align: center;
}

.header-propaty-sm-row-1-btn-menu .header-propaty-sm-row-1-btn-menu-prepend {
	transition: transform 0.3s ease-out;
}

.header-propaty-sm-row-1-btn-menu.active .header-propaty-sm-row-1-btn-menu-prepend {
	transform: rotate(-90deg);
}

.header-propaty-sm-row-1-btn-menu-body {
	display: block;
	font-size: 0.6em;
	margin-top: -0.4em;
	text-align: center;
}

.header-propaty-sm-row-1 .header-propaty-sm-phone {
	display: none;
}

/**/

.header-propaty-sm-row-2 {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	display: none;
	max-height: 100dvh;
	overflow-y: scroll;
	overscroll-behavior-y: contain;
	height: calc(100dvh - 4.499rem);
	overflow-y: auto;
}

@media (min-width: 768px) {
	.header-propaty-sm-row-2 {
		height: auto;
	}
}

.header-propaty-sm-row-2.active {
	display: block;
}

.header-propaty-sm-row-2-inner {
	padding: 0;
}

/**/
.header-nav {
	background-color: var(--c-primary);
	color: #FFF;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.header-nav__item {
	border-bottom: 1px solid #bcbaa2;
	background-color: var(--c-primary);
}

.header-nav__item:nth-child(odd) {
	border-right: 1px solid #bcbaa2
}

.header-nav__link {
	color: #FFF !important;
	display: flex;
	align-items: center;
	padding: 1rem 1.5rem;
	min-height: 5rem;
	background-image: url("../images/ic-arrow-line-white-right.svg");
	background-repeat: no-repeat;
	background-size: 0.8em auto;
	background-position: right 1.5rem top 50%;
	position: relative;
}

.header-nav__link:hover {
	text-decoration: none;
}

@media (min-width: 768px) {
	.header-nav {
		font-family: var(--ff-serif);
		font-size: 0.8em;
		letter-spacing: 0.2em;
		max-width: 1200px;
		grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
		margin-inline: auto;
	}

	.header-propaty-sm-row-2-inner {
		background-color: #FFF;
	}

	.header-nav__item {
		border: none !important;
		background-color: #fff;
		color: var(--c-text);
	}

	.header-nav__link {
		background-image: unset;
		min-height: 3rem;
		justify-content: center;
		color: var(--c-text) !important;
	}

	.header-nav__link:after {
		content: "";
		background-color: var(--c-secondary);
		width: 100%;
		height: 4px;
		position: absolute;
		bottom: 0;
		left: 0;
		transform: scaleX(0);
		transform-origin: right;
		transition: transform 0.3s ease;
	}

	.header-nav__link:hover:after {
		transform: scaleX(1);
		transform-origin: left;
	}
}

.header-nav-close {
	background-color: unset;
	color: #FFF;
	border: unset;
	width: fit-content;
	margin-block: 2rem;
	margin-inline: auto;
	display: block;
	cursor: pointer;
}

@media (min-width: 768px) {
	.header-nav-close {
		display: none;
	}
}

/**/
.header-propaty-sm-row-2-nav {
	background-color: #fff;
	border-top: 1px solid hsl(0, 0%, 80%);
}

.header-propaty-sm-row-2-nav-list {
	margin: 0;
	padding: 0;
}

.header-propaty-sm-row-2-nav-list-item {
	border-bottom: 1px solid hsl(0, 0%, 80%);
}

.header-propaty-sm-row-2-nav-list-item+.header-propaty-sm-row-2-nav-list-item {
	border-top: 1px solid #fff;
}

.header-propaty-sm-row-2-nav-list-item-link {
	background-image: url("../../../../images/ic-chevron-right.svg");
	background-position: right 0.5em top 50%;
	background-repeat: no-repeat;
	background-size: 1em auto;
	color: #333;
	display: block;
	padding: 1em;
	padding: 0.6em;
	position: relative
}

.header-propaty-sm-row-2-nav-list-item-link.active::after {
	background-color: var(--c-primary);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 0.3em;
}

.header-propaty-sm-row-2-nav-list-item-link-new {
	display: inline-block;
	background-color: #c70021;
	color: #FFF;
	font-size: 0.6em;
	line-height: 1;
	padding: 0.3em 0.4em 0.2em;
}

/**/
.header-propaty-sm-phone {
	margin-top: 2em;
	text-align: center;
}

.header-propaty-sm-phone-num {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.2em;
}

.header-propaty-sm-phone-num .material-icons {
	font-size: 0.9em;
}

.header-propaty-sm-phone-time {
	font-size: 0.8em;
}

/**/
.header-propaty-sm-row-3 {
	border-top: 1px solid hsl(0, 0%, 80%);
	margin-top: 2em;
	padding-top: 1.5em;
}

.header-propaty-sm-row-3-header {
	margin: 0 auto;
	max-width: 60%;
}

/**/
.header-propaty-sm-row-3-list-btns {
	border-bottom: 1px solid hsl(0, 0%, 80%);
	list-style: none;
	margin: 0;
	margin-top: 1.5em;
	padding: 0;
	;
}

.header-propaty-sm-row-3-list-btns-item {
	border-top: 1px solid hsl(0, 0%, 80%);
}

.header-propaty-sm-row-3-list-btns-item-link {
	background-image: url("../../../../images/ic-chevron-right.svg");
	background-position: right 0.5em top 50%;
	background-repeat: no-repeat;
	background-size: 1em auto;
	display: block;
	padding: 0.6em;
}

.header-propaty-sm-row-3-list-btns-item-link-nhas {
	background-image: url("../../../../images/ic-window.png");
}

/**/
.header-propaty-sm-row-3-nhas {
	margin-top: 1.5em;
}

/*メインビジュアル*/
.section-mv {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #ebe3d3;
}

/**/
.mv-sv {
	position: relative;
	width: 100%;
	aspect-ratio: 1000 / 1000;
}

.mv-sv__image {
	aspect-ratio: 1000 / 1000;
}

.mv-sv-caption {
	font-size: 0.8em;
	color: #FFF;
	position: absolute;
	right: 0;
	bottom: 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
}

.mv-sv-inner {
	width: 100%;
}

.mv-sv-title {
	background-color: hsla(0, 0%, 100%, 0.50);
	color: var(--c-primary);
	width: 100%;
	padding: 2rem 1rem;
	backdrop-filter: blur(0.3rem);
}

.mv-sv-title-ja {
	display: flex;
	font-size: 1.8em;
	flex-wrap: wrap;
}

.mv-sv-title-en {
	display: flex;
	letter-spacing: 0.6em;
	font-size: 0.6em;
	margin-top: 0.5rem;
	gap: 0em 1em;
	flex-wrap: wrap;
}

.banner_new {
	position: absolute;
	left: 3rem;
	top: 3rem;
	z-index: 1;
	width: 20rem;
	/* box-shadow:0.3rem 0.3rem 0rem 0rem hsla(0,0%,0%,0.18); */
}

/* 区画図 */
.mv-sv-plan {
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mv-sv-title-word {
	font-style: normal;
}

.mv-sv-plan-image {
	object-fit: contain;
	filter: unset !important;
	padding: 1rem;
}

.mv-sv-plan-link {
	display: block;
	position: relative;
}

.mv-sv-plan-link-icon {
	width: 1.6em;
	position: absolute;
	right: 1rem;
	bottom: 1rem;
}

.mv-sv .swiper-slide .mv-sv__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.figure__caption {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #FFF;
	font-size: 0.6em;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
	padding-right: 1rem;
}

.long_term {
	position: absolute;
	left: 0;
	top: 0;
	width: clamp(5vw, calc(12rem + 5vw), 18rem);
}

.long_term img {
	filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
}

/**/
/*プラン*/
#sectionPlan {
	padding-bottom: 5rem;
	background-color: #eae3d3 !important
}

.article-plan-wrapper {
	word-break: break-all;
}

.article-plan-header {
	display: none;
}

.article-plan {
	margin-top: 3rem;
	background-color: unset;
	padding: 1.5rem 2rem;
	display: grid;
	grid-template-rows: auto auto auto auto auto auto;
	grid-template-columns: auto 6em;
	gap: 0;
	position: relative;
	border: 1px solid var(--c-gray);
}

.article-plan-section {
	grid-area: 1 / 2 / 6 / 3;
	top: 0;
	right: 0;
	margin-top: 0.2em;
	display: flex;
}

.article-plan-title {
	display: none;
}

.article-plan-link {
	display: flex;
	border: 1px solid var(--c-primary);
	color: var(--c-primary);
	border-radius: 1em;
	text-align: center;
	white-space: nowrap;
	font-weight: bold;
	line-height: 1;
	padding: 0.2em 1em;
	align-items: center;
	justify-content: center;
	width: 5.0rem;
	align-self: flex-start;
	margin-left: auto;
	margin-top: 0.5rem;
	background-color: var(--c-primary);
	color: #FFF;
}

.article-plan-link-1 {
	background-color: #8e834e
}

.article-plan-link-2 {
	background-color: #5d8442
}

.article-plan-link-3 {
	background-color: #2d7d7d
}

.article-plan-link-4 {
	background-color: #3d5ba7
}

.article-plan-link-5 {
	background-color: #7d3d7d
}

.article-plan-link::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.article-plan-text {
	font-size: 0.8em;
	white-space: nowrap;
	letter-spacing: 0.1em;
}

.article-plan-icon {
	width: 80%;
}

.article-plan-data {
	display: flex;
	align-items: center;
}

.article-plan-data.num {
	grid-area: 1 / 1 / 2 / 3;
	color: var(--c-primary);
	font-weight: bold;
	border-bottom: 1px solid var(--c-gray);
}

.article-plan-data.layout {
	grid-area: 2 / 1 / 3 / 2;
	font-family: var(--ff-serif);
	align-items: baseline;
	margin-top: 1rem;
}

.article-plan-data.land {
	grid-area: 3 / 1 / 4 / 3;
	font-family: var(--ff-serif);
	align-items: baseline;
}

.article-plan-data.building {
	grid-area: 4 / 1 / 5 / 3;
	font-family: var(--ff-serif);
	align-items: baseline;
}

.article-plan-data.price {
	grid-area: 5 / 1 / 6 / 3;
	font-family: var(--ff-serif);
	align-items: baseline;
}

.article-plan-data.price .article-plan-value {
	font-size: 1.4em;
}

.article-plan-comment {
	grid-area: 6 / 1 / 7 / 3;
	font-family: var(--ff-serif);
}

@media (min-width: 768px) {
	.article-plan-comment {
		border-top: 1px solid var(--c-gray);
	}
}

.article-plan-comment .article-plan-label {
	display: none;
}

.article-plan-label {
	line-height: 1.2;
	font-weight: bold;
	padding: 1rem;
	padding-left: 0;
}

.article-plan-data.num .article-plan-label {
	background-color: none;
	color: var(--c-primary);
	letter-spacing: 0.1em;
	padding-left: 1rem;
	border: 1px solid var(--c-gray);
	border-bottom: none
}

.article-plan-value {
	line-height: 1.2;
	padding: 0.5rem;
	display: block;
}

.article-plan-value.plot {
	font-size: 1.2em;
	padding: 0 0.8rem;
}

.article-plan-value.layout {
	font-size: 1.2em;
}

.article-plan-description {
	line-height: 1.2;
	padding: 1rem 0rem;
	display: block;
	border-top: 1px solid var(--c-gray);
	line-height: 1.6;
}

/*間取りページ*/
.modal-plan-inner {
	padding: 0 2rem 1rem;
	background-color: #fff;
	position: relative;
	padding-bottom: 6rem;
}

.swiper-plan-layout {
	/* margin-top: 3rem; */
}

.swiper-plan-title {
	color: var(--c-primary);
	font-size: 1.2em;
	margin-top: 0;
	padding: 1.5rem 0;
	/* border-top: 1px solid var(--c-gray); */
	border-bottom: 1px solid var(--c-gray);
	display: flex;
	flex-wrap: wrap;
	gap: 0 1em;
	font-family: var(--ff-serif);
	font-weight: 400;
	gap: 0.5rem 4rem;
}

.article-plan-modal {
	border-bottom: 1px solid var(--c-gray);
}

.swiper-plan-title-date {
	display: inline-block;
}

.swiper-plan-title-name {
	display: inline-block;
	word-break: break-all;
}

.swiper-pagination-plan {
	transform: unset !important;
	justify-content: center;
	margin: 1em auto;
}

/*間取り表示*/
#modalPlan {}

#modalPlan.opened {
	display: block;
	animation: appearPlan 0.5s ease;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	z-index: 99999;
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
}

@keyframes appearPlan {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}


body:has(.modal-plan-cta) {
	padding-top: 0;
}

.modal-plan-cta {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #fff;
	z-index: 9999999;
	line-height: 1;
	padding: 1.0rem 1rem 1.0rem;
}

.swiper-plan-layout-image {
	margin-left: auto;
	margin-right: auto;
}

.modal-plan-inner .close-plan-footer {
	width: 12rem;
	margin: 3rem auto;
}

.modal-plan-inner .btn-close-plan-header {
	position: absolute;
	top: 0;
	right: 0;
	padding: 1rem;
}

/* /////////////////////////////////////////////////////////////////// */
/*ロケーション*/
#sectionLocation {
	padding-bottom: 5rem !important;
	background-color: #faf6ec !important;
}

.article-lifeinfo {
	margin-top: 3rem;
}

.article-lifeinfo-title {
	font-size: 1.1em;
	border-top: 1px solid var(--c-primary);
	padding: 1.5rem 0;
	letter-spacing: 0.05em;
	color: var(--c-primary);
	font-family: var(--ff-serif);
	font-size: 0.9em;
}

.article-lifeinfo-item-wrapper {
	margin-top: 0;
}

.article-lifeinfo-item {
	display: flex;
	gap: 1em;
	border-top: 1px dotted var(--c-secondary);
	padding: 1.2rem 0;
	font-size: 0.8em;
}

.article-lifeinfo-item-place {
	font-weight: normal;
}

.article-lifeinfo-item-time {
	margin-left: auto;
	white-space: nowrap;
}

.embed-responsive-16by9 {
	padding-bottom: 100%;
}

/* 物件概要////////////////////////////////////// */
#sectionOutline {
	padding-bottom: 5rem;
	background-color: #f9f6ec !important;
}

:has(#sectionSpecification.hidden) #sectionOutline {
	background-color: #ebe3d3 !important
}

.dl-outline {
	margin-top: 0;
}

.dl-outline dt {
	border-bottom: 1px solid var(--c-gray);
	font-size: 0.9em;
	padding: 1.5rem 0;
	font-family: var(--ff-serif);
}

.dl-outline .list-circle {
	margin-top: 2rem;
}

.dl-outline li {
	line-height: 1.6;
	font-size: 0.9em;
}

/*swiper*/
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: "";
}

.swiper-button-next {
	background-color: hsl(0deg 0% 100% / 70%);
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPlJREFUeNrs2lEKxCAMhOGm7P2v7ELpwh7AmflpJ299ET+0mgRnrXW8Kc7jZVFwwQUXXHDBBefis3m8K22bmd/3bBt4U0a4dYXnlv5Nbj1+S9PRkn+YjJYdWlS09JQmouXXEg1tuYdJaFviQUFbMy0C2p5aptGRXDqJjhUPKXS0Wkqg4+WhG42oh51oTAPAhUZ1PBxoXItHjUb2tJTodi0Jse6lVTQDzzdhcWA1FgV2YDFgFxYBdmLjYDc2Ck5gY+AUNgJOYu3gNNYKJmBtYArWAiZh5WAaVgomYmVgKlYCJmO3g+nYa0J9EV9wwQUXXHDBBRcsiq8AAwCQMaJzbhgYbgAAAABJRU5ErkJggg==");
	background-repeat: no-repeat;
	background-size: 2.4em auto;
	background-position: right 50% top 50%;
	right: 0;
}

.swiper-button-prev {
	background-color: hsl(0deg 0% 100% / 70%);
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPZJREFUeNrs2sENwzAMQ9Eo6P4ru0CRQ3sPyZ+aGsDAsxJbEjxrrWOnOI/NouCCCy644IILzsXrzsVm5s7lPiXgVyU4/5zhH+zcuJPnTlgiWIqlgeVYEtiCpYBtWALYik2D7dgkOIJNgWPYBDiKdYPjWCcYgXWBMVgHGIVVg3FYJRiJVYGxWAUYjaVOPB4Fniuzx5XptUOG0WjVJ41FK/9hJFp9aOHQjlMahXZdSxi08x5GoN2FRxydqLSi6FRpGUMna+kIOt082NGEbsmKprSHNjSpH7agaQMAOZo48ZCiqSMeGXr6Ir7gggsuuOCCCy5YFG8BBgDL9aJzArQtYAAAAABJRU5ErkJggg==");
	background-repeat: no-repeat;
	background-size: 2.4em auto;
	background-position: right 50% top 50%;
	left: 0;
}

.swiper-button-disabled {
	display: none;
}

/**/
.swiper-pagination-outer {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	height: 2em;
	justify-content: center;
	width: 100%;
}

.swiper-pagination-outer .swiper-pagination-bullets-dynamic {
	-webkit-box-pack: center;
	display: flex;
	-ms-flex-pack: center;
	flex-wrap: nowrap;
	font-size: 1em;
	justify-content: center;
	width: auto;
	width: 10em !important;
}

.swiper-pagination-outer .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: none;
	position: static;
	transition: all 0.3s ease-out;
}

@media (min-width: 768px) {

	.article-plan-modal .article-plan-label {
		padding-left: 1.5rem;
	}

}

/*間取りのSwiperのナビ*/
.nav-plan {
	position: fixed;
	left: 0;
	bottom: 0;
	background-color: #fff;
	width: 100%;
	z-index: 99999;
}

.nav-plan-inner {
	display: flex;
	align-items: center
}

.swiper-pagination-plan,
.swiper-button-prev-plan,
.swiper-button-next-plan {
	position: static;
	margin: 0;
	z-index: unset;
}

.nav-plan .swiper-button-disabled {
	display: block;
	opacity: 0;
	pointer-events: none;
}

.swiper-pagination-plan {
	width: auto !important;
	flex-basis: 0;
	flex-grow: 1;
}

.swiper-button-prev-plan {
	width: 2em;
	flex-shrink: 0;
}

.swiper-button-next-plan {
	width: 2em;
	flex-shrink: 0;
}

.btn-gray {
	background-color: #fff;
	border: 1px solid var(--c-gray);
}

/*検索ページ*/
.h-plain-sm {
	padding: 1em 0;
}

/*チェックボックス*/
.checkbox-cake-outer {
	display: flex;
	flex-wrap: wrap;
	gap: 1em
}

.checkbox-cake {
	padding: 0;
	width: 100%;
}

.checkbox-cake input[type=checkbox] {
	left: -10000px;
	opacity: 0;
	position: fixed;
}

.checkbox-cake input[type=checkbox]+label {
	cursor: pointer;
	display: flex;
	font-size: 1em;
	border: 1px solid var(--c-primary);
	border-radius: 0.0em;
	padding: 4px;
	line-height: 1.2;
	width: 100%;
	gap: 0.5em;
	align-items: center;
}

.checkbox-cake input[type=checkbox]+label:last-child {
	margin-bottom: 0;
	height: 100%;
}

.checkbox-cake input[type=checkbox]+label::before {
	background-color: #efefef;
	border: 1px solid #d2d2d2;
	border-radius: 0;
	box-shadow: inset 0.1em 0.1em 0.0em #b1b1b1, inset -0.1em -0.1em 0.0em #efefef;
	content: "";
	display: block;
	flex-grow: 0;
	flex-shrink: 0;
	height: 1.4em;
	margin-right: 0;
	width: 1.4em;
}

.checkbox-cake input[type=checkbox]:checked+label {
	border: 1px solid var(--c-primary);
	background-color: var(--c-primary);
	color: #FFF;
}

.checkbox-cake input[type=checkbox]:checked+label::before {
	background-image: url(data:image/png;base64,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);
	background-position: right 50% top 50%;
	background-repeat: no-repeat;
	background-size: 70% auto;
}

.checkbox-cake-outer .checkbox-cake label {
	width: 100%
}

.checkbox-cake-outer-1-2 .checkbox-cake {
	width: calc(50% - (1em * 1/2))
}


.list-property-item-checkbox-wrapper .checkbox-cake input[type=checkbox]+label {
	border: none;
}


/*結果一覧*/
.list-property {
	padding: 0;
}

.list-property-item {
	margin-top: 3rem;
	position: relative;
	background-color: #fff;
	padding: 1em;
	padding: 1.5rem;
	box-shadow: 0 0 1.5rem 00 hsla(0, 0%, 0%, 0.15);
}

.list-property-item-checkbox-wrapper {
	margin-left: auto;
	position: absolute;
	right: 0;
	top: 0;
}

.checkbox-cake-outer {
	margin: 0;
}

.checkbox-cake {
	margin: 0;
}

.checkbox-cake-input {}

.checkbox-cake-label {}

.list-property-item-photo-wrapper {
	overflow-x: hidden;
	margin-top: 1em;
}

.swiper-container {}

.swiper-property-photo {}

.swiper-wrapper {}

.swiper-slide {}

.swiper-property-item {}

.swiper-property-item-link {}

.swiper-property-item-image {
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

.list-property-item-plan-wrapper {
	overflow-x: hidden;
	margin: 1em 0 1em;
}

.list-property-item-plan-wrapper .swiper-property-item {
	border: 1px solid var(--c-gray);
}

.swiper-property-plan {}

.property-address {
	margin: 0;
	padding: 0;
	margin-top: 0;
}

.property-address-detail {
	border-bottom: 1px solid var(--c-gray);
	display: flex;
	padding: 0.6em 0;
	align-items: center;
}

.property-address-title {
	flex-shrink: 0;
	width: 5em;
	white-space: nowrap;
}

.property-address-description {}

.property-strong-text {
	font-size: 1.4em;
	color: var(--c-primary);
}

.property-small-text {}

.list-property-item-col-plan-image {
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-block: 1px solid var(--c-gray);
	margin-top: 1.5rem;
}

.list-property-item-col-plan {
	position: relative;
}

.list-property-item-col-plan-icon {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 1.5rem;
}

/**/
.property-description-wrapper {}

.property-description-text {
	font-weight: bold;
	line-height: 1.2;
	color: var(--c-primary);
	padding: 1em 0;
	font-size: 1.1em;
	text-wrap: balance;
	word-break: auto-phrase;
	overflow-wrap: anywhere;
	line-break: strict;
}

.property-description-list {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	column-count: 2;
	padding: 0 0 0;
	column-gap: 2em;
}

.property-description-item {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	font-size: 0.9em;
	position: relative;
	padding-left: 2em;
	line-height: 1.2;
}

.property-description-item+.property-description-item {
	margin-top: 0.5rem;
}

.property-description-item::before {
	content: "・";
	position: absolute;
	left: 1em;
	color: var(--c-gray);
}

/**/
.property-actions-wrapper {
	margin-top: 1em;
	width: 100%;
	display: grid;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: center;
	border-top: 1px solid var(--c-gray);
	padding-top: 1em;
	grid-template-columns: 1fr 1fr 1fr;
}

.property-action-notice {
	color: var(--c-primary);
	font-weight: bold;
	width: 100%;
	text-align: center;
	font-family: var(--ff-serif);
	grid-area: 1/1/2/4;
	color: var(--c-accent);
}

.property-action-link {
	font-size: 0.9em;
}

.property-action-link-wrapper {
	white-space: nowrap;
}

.property-action-link {
	background-color: var(--c-accent);
	color: #FFF !important;
	font-weight: bold;
	display: block;
	text-align: center;
	padding: 0.8em 0;
	border-radius: 0.0em;
	width: 100%;
	border-width: 1px;
}

.property-action-link-alt {
	background-color: var(--c-primary) !important;
}

.property-action-link-web {
	border: 1px solid var(--c-secondary);
	background-color: #fff;
	color: var(--c-secondary) !important;
	letter-spacing: 0.1em;
	margin-inline: auto;
}

.accordion-detail {
	display: none;
}

.accordion-detail.opened {
	display: block;
	animation: appearPlan 0.5s ease;
}

.btn-open-accordion {
	padding: 0.4em 0;
	border-radius: 2em;
	width: 10rem;
	margin-inline: auto;
	margin-top: 1rem;
}

.hgroup-list-property {
	display: flex;
	align-items: center;
}

.hgroup-list-property h3 {
	font-family: var(--ff-serif);
	color: var(--c-primary);
	text-wrap: balance;
	word-break: auto-phrase;
	overflow-wrap: anywhere;
	line-break: strict;
}

.btn-checked-request {
	all: unset;
	display: inline-block;
	border-radius: 0;
	background-color: #FFF;
	color: var(--c-primary) !important;
	padding: 0.3em 1em;
	cursor: pointer;
	font-size: 0.9em;
	border-radius: 0.2em;
	border: 1px solid var(--c-secondary);
}

/*Magnific Popupのアニメーション*/
.mfp-bg {
	opacity: 0;
	transition: all 0.5s ease-out;
	background: #FFF;
}

.mfp-bg.mfp-ready {
	opacity: 0.75;
}

.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-wrap .mfp-content {
	opacity: 0;
	transition: all 1s ease-out;
}

.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

.mfp-container {
	padding-left: 1em;
	padding-right: 1em;
}

.mfp-close {
	text-indent: -10000px;
	overflow: hidden;
}

.mfp-close-btn-in .mfp-close {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAYAAADimHc4AAAAAXNSR0IArs4c6QAAAzlJREFUeF7tnEFu2zAQRSmfJN3ZPkVzk/YkRU/ioyS3kHb1SayChQkERmSNKA7/n/RnKxoz855HUkiaQ9IflMAAja7gSQLAXwIJkAAwAXB4dYAEgAmAw6sDJABMABxeHSABYALg8OoACQATAIdXB0gAmAA4vDpAAsAEwOHVARIAJgAOrw746gKOx+PL4XD4dbvdfk/TdAXXawqfcx6G4W2e51fvnF074F7IJaX0PaV07VGQifCTQfec/9yHuOfsJuABfinZvaA9Ah7gd8nZRcAC/C4F1QpYgO+ec3MBK/DdC6oRsALfNefmAs7n82We5x8GEBS3IyP8Us77OI6vhtrMQ5oLKG8QKaUXQxZQCRvh51x/TtP0bqjLPKS5gBw5ggQG+JmViwB2CSzwXQWwSmCC7y6ATQIb/C4CWCQwwu8mAC2BFX5XASgJzPC7C+gtgR0+REAvCRHgwwR4S4gCHyrAS0Ik+HABrSVEg08hoJWEiPBpBOyVEBU+lYBaCf+KGIayhrs2DewypbwW9Nl1t9nQ2qS2TmUb1x1yOnTw6TqgSNsoweKaEj6tgIrb0TMJtPCpBTSSQA2fXsBOCfTwQwiolBACfjQB1lfN8sbjvq/T8vRfG0P3GvqY8MZ/sj5+HLrlZQ18uU4tYAf8Uh+9BFoBDeCHkEApoCF8egl0AjbCLz/4oN8GufRMoBKwFX7eq5nnePKvWYxzQnTPBBoBNfDLRtmNc0dUEigE7IFfOYFHIwEuoAX8yBKgAlrCjyoBJsADfkQJEAGe8KNJ6C6gB/xIEroK6Ak/ioRuAhDwI0joIgAJn12CuwAG+MwSXAUwwWeV4CaAET6jBBcBzPDZJDQXEAE+k4TmAk6nU969YF0gaX72gnUxvFLClzmsg2rfjnE94TqO47etgtfGN+8Aw0YqKvjGTnCB77oxa+FbRQl/RYIbfFcBn3QCNfwFCa7w3QV8kJBP0crHVjY97Gjt/lp7/d69l9anY32Wj8szoLbw//FzEgC2LgESACYADq8OkAAwAXB4dYAEgAmAw6sDJABMABxeHSABYALg8OoACQATAIdXB0gAmAA4vDpAAsAEwOHVARIAJgAO/xdYoGKOy0oeeAAAAABJRU5ErkJggg==);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: right 0 top 50%;
	height: 1.0em;
	overflow: hidden;
	text-indent: -9999px;
	color: transparent;
	position: fixed;
	right: 1rem;
	top: 1rem;
	z-index: 99999999;
}

.mfp-close,
.mfp-close:active {
	top: auto;
}

/**/
.mfp-auto-cursor .mfp-content {
	max-width: 1104px;
	margin-left: auto;
	margin-right: auto;
}

.mfp-arrow:before,
.mfp-arrow:after {
	content: unset;
}

.mfp-bg.mfp-ready {
	opacity: 1;
}

.mfp-arrow-left {
	background-image: url("../../../../images/slider-arrow-left.png") !important;
	background-repeat: no-repeat !important;
	background-size: 3em auto !important;
	background-position: right 100% top 50% !important;
	z-index: 99999999 !important;
	background-color: none !important;
}

.mfp-arrow-right {
	background-image: url("../../../../images/slider-arrow-right.png") !important;
	background-repeat: no-repeat !important;
	background-size: 3em auto !important;
	background-position: left 100% top 50% !important;
	z-index: 99999999 !important;
	background-color: none !important;
}

.mfp-arrow {
	margin-top: 0 !important;
	width: 3em;
	transform: translate(0%, -50%);
}

.mfp-figure:after {
	box-shadow: unset;
}

/*Pagination*/
.pagination-wrapper {
	padding: 1em 0;
	margin-top: 1.5em;
}

.pagination,
.pagination * {
	line-height: 1;
}

.pagination {
	border-radius: 0;
	-webkit-box-pack: center;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0em 0;
	width: 100%;
	gap: 2px
}

.pagination>li {
	background: #fff;
	border: 1px solid var(--c-gray);
	display: flex;
	border-radius: 50%;
	overflow: hidden;
	aspect-ratio: 1;
}

.pagination>li>a,
.pagination>li>span {
	align-items: center;
	border: none;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1;
	padding: 0.6em 0em;
	text-align: center;
	width: 100%;
	min-width: 2.2em;
	white-space: nowrap;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	border-radius: 0 !important;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-radius: 0 !important;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: var(--c-secondary);
	color: #fff !important;
	height: 100%;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	color: #333 !important;
}

.pagination>li>a,
.pagination>li>span {
	color: #333;
	margin: 0;
}

/*検索条件*/
.search-conditions {
	margin-top: 0.5em;
	font-size: 0.9em;
	margin-top: 0.5rem;
}

.search-conditions-title {}

.search-conditions-list {
	all: unset;
	display: flex;
	flex-wrap: wrap;
	gap: 0em 1em;
	line-height: 1.2;
	margin-top: 0.2rem;
}

.search-conditions-list-item {
	display: inline-block;
	margin: 0;
	font-size: 0.8em;
}

/**/
.section-filter {
	display: flex;
	gap: 1em;
	margin-top: 1em;
	position: relative;
}

.section-filter-item {
	flex-grow: 1;
	flex-basis: 0;
	flex-shrink: 1;
}

.section-filter-btn {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	;
	background-color: #fff;
	border: 1px solid hsla(0, 0%, 80%, 1.00);
	font-size: max(1em, 16px);
	padding: 0.6em;
	line-height: 1.2;
	display: block;
	width: 100%;
}

select.form-control {
	font-size: max(1em, 16px);
	padding: .6em 1.9em .6em 1em;
	line-height: 1.2;
}

/**/
.section-filter-popup {
	position: absolute;
	left: 0;
	background-color: #fff;
	width: 100%;
	top: 3em;
	z-index: 99999;
	box-shadow: 0em 0.0em 3em -0.5em hsla(0, 0%, 0%, 0.2);
	padding: 1rem 1rem 1rem;
	display: none;
}

.section-filter-popup.opened {
	animation: appearPlan 0.5s ease;
	display: block;
}

input[type=text].form-control {
	font-size: max(1em, 16px);
}

/**/
.section-filter-popup-header {
	display: flex;
	background-color: hsl(0, 0%, 20%);
	align-items: center;
	padding: 0.5em;
	margin: -1rem;
	margin-bottom: 1em;
	position: relative;
}

.section-filter-popup-header::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.5em;
	border-color: hsla(0, 0%, 20%, 0) hsla(0, 0%, 20%, 0) hsla(0, 0%, 20%, 1.00) hsla(0, 0%, 20%, 1.00);
	top: 0;
	left: 1.0em;
	transform: translate(0, -99%);
}

.section-filter-popup-header-title {
	color: #FFF;
}

.close-section-filter-popup {
	margin-left: auto;
	display: inline-flex;
	background-color: #fff;
}

.popup-shade {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: hsla(0, 0%, 100%, 0.66);
	z-index: 9999;
	backdrop-filter: blur(0);
}

.popup-shade.opened {
	display: block;
	animation: appearPlan 0.5s ease;
}

/* 特徴 */
.feature-container {
	container-type: inline-size;
	width: auto;
}

.feature {
	color: #FFF;
	background: linear-gradient(to top right, #cbb572, #5b4324);
	;
	margin-inline: -2rem;
	font-family: var(--ff-serif);
}

.feature__list {
	display: grid;
	gap: 0;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

.feature__item {
	padding: 1.5rem 0;
	text-align: center;
	font-size: 1.4em;
	text-wrap: balance;
	word-break: auto-phrase;
	overflow-wrap: anywhere;
	line-break: strict;
	position: relative;
	letter-spacing: 0.05em;
	line-height: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.3rem;
	min-height: 7rem;
}

.feature__item span,
.feature__item strong {
	display: flex;
	min-height: 2rem;
	position: relative;
	align-items: flex-end;
	font-weight: 500;
}

.feature__item sup {
	font-size: 0.5em;
	font-weight: normal;
	display: inline-block;
}



.feature__item strong::after {
	content: "";
	display: block;
	background-color: var(--c-accent);
	height: 3px;
	width: 100%;
	bottom: 0;
	position: absolute;
	transform: translateY(230%);
}

.feature__item em {
	font-size: 1.3em;
	font-style: normal;
	display: inline-block;
}

.feature__item i {
	font-size: 1.5em;
	font-style: normal;
}

@media (min-width:789px) {
	.feature__item em {
		font-size: 1.3em;
	}

	.feature__item i {
		font-size: 1.65em;
		font-style: normal;
		display: grid;
		height: 2rem;
		transform: translateY(-0.05em);
	}

}


/* 
.feature__item strong {
	text-decoration-line: underline;
	text-decoration-color: var(--c-accent);
	text-decoration-thickness: 3px;
	text-underline-offset: 8px;
display: inline-block;
margin: 0.5rem 0;
}

.feature__item span {
	font-size: 1.65em;
}

@media (min-width:789px) {
.feature__item strong span {
	font-size: 1.8em;
}
} */



.feature__list .feature__item:nth-child(n+2)::before {
	content: "";
	background-color: var(--c-secondary);
	height: 1px;
	width: 38.2%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

@media (min-width: 769px) {
	.feature {
		margin-inline: calc(50% - 50vw);
		padding: 1rem 2rem;
	}

	.feature__list {
		width: min(100%, 1200px);
		margin-inline: auto;
		display: flex;
		flex-wrap: wrap;
		gap: 0;
		justify-content: center;
	}

	.feature__item {
		width: auto;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		padding: 1rem 2rem;
	}

	.feature__list .feature__item:nth-child(n+2)::before {
		width: 1px;
		height: 61.8%;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	text-decoration-thickness: 3px;
	text-underline-offset: 4px;
}

/* 見出し */
.section-header {
	padding-block: 4rem;
	text-align: center;
	font-weight: normal;
	container-type: inline-size;
}

.section-header__title {}

.section-header__title--en {
	color: var(--c-primary);
	font-size: 2.6rem;
	letter-spacing: 0.086em;
}

.section-header__title--jp {
	font-family: var(--ff-serif);
	font-size: 1.2em;
	color: var(--c-primary);
	letter-spacing: 0.101em;
	margin-top: 1rem;
	font-weight: 400;
}

.bg-primary .section-header__title--jp {
	color: var(--c-text);
}

@container (min-width: 769px) {
	.section-header {
		padding-block: 5rem;
	}

	.section-header__title--en {
		font-size: 3.6rem;
	}

	.section-header__title--jp {
		font-size: 1.6em;
	}
}

#sectionContact {
	padding-bottom: 5rem;
	color: var(--c-text);
}

#sectionContact .header-propaty-sm-row-1-list-btns-2-item-link {
	font-size: 1.4em;
	font-weight: bold;
}

.bottom-list-btns {
	display: flex;
	gap: 2rem;
	justify-content: center;
	flex-direction: column-reverse;
	padding: 0;
}

@container (min-width: 600px) {
	.bottom-list-btns {
		flex-direction: row;
	}

	.bottom-list-btns>li {
		width: 24rem;
	}
}

#sectionBanner {
	padding-block: 5rem;
	background-color: #eae3d3 !important;
}

.wrapper-banner img {
	max-width: unset;
	width: 100%;
}

.list-property-item-col-data {
	margin-top: 0;
	font-family: var(--ff-serif);
	font-size: 0.9em;
	line-height: 1.8;
}


/* 設備仕様 */
.specification-header {}

.specification-header-inner {
	margin-inline: -2rem;
	margin-top: 2rem;
}

.specification-text {
	font-family: var(--ff-serif);
	text-align: center;
	line-height: 2;
	letter-spacing: 0.1em;
	font-size: 1.2em;
	text-wrap: balance;
	word-break: auto-phrase;
	overflow-wrap: anywhere;
	line-break: strict;
}

.specification-header__image {
	object-fit: cover;
	object-position: center;
	aspect-ratio: 4 / 3;
}

#sectionSpecification {
	background-color: #eae3d3 !important;
}

@media (min-width: 768px) {
	.specification-header-inner {
		margin-inline: calc(50% - 50vw);
		display: flex;
		justify-content: center;
	}


	.specification-header__image {
		aspect-ratio: unset;
		max-width: 1400px;
	}

}

.section-specification {
	padding-bottom: 5rem;
}

.quality-contents {
	margin-top: 3rem;
	display: grid;
	gap: 4rem;
}

.quality-contents__item {}

.quality-contents__content {}

.quality-heading {
	margin-top: 1rem;
}

.quality-heading__en {
	color: var(--c-primary);
	display: block;
	font-size: 2em;
	letter-spacing: 0.2em;
}

.quality-heading__ja {
	color: var(--c-primary);
	font-size: 1.1em;
	display: block;
	margin-top: 0.5rem;
	letter-spacing: 0.2em;
	font-weight: 400;
	font-family: var(--ff-serif);
}

.quality-contents__text {
	margin-top: 1.5rem;
	font-family: var(--ff-serif);
	font-size: 0.8em;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

.quality-contents__text.lead {
	font-size: 0.9em;
}

.quality-contents__image-block {
	position: relative;
}

.quality-contents__image {}

.quality-contents__caption {
	font-size: 0.7em;
	position: absolute;
	left: 0.5rem;
	bottom: 0;
	color: #FFF;
}

@media (min-width: 768px) {
	.quality-contents__item {
		display: grid;
		gap: 3rem;
		grid-template-columns: 40% 1fr;
		align-items: center;
	}

	.quality-heading {
		margin-top: 0;
	}

}



/* MARK:DT */
@media (min-width: 768px) {


	/**/
	body {
		padding-top: 8.2rem;
	}

	/*小規模物件テンプレート用ヘッダー*/
	.header-propaty-sm-row-1-name {
		padding-left: 1em;
		margin-right: 1em;
	}

	.header-propaty-sm-row-1-name-text {
		font-family: var(--ff-serif);
		font-size: 1.2em;
	}

	.header-propaty-sm-row-1-name-sub {
		font-size: 0.9em;
	}

	.header-propaty-sm-row-1-logo {
		flex-shrink: 0;
		width: 12em;
		display: block;
	}

	.header-propaty-sm-row-1-btn-menu {
		display: none !important;
	}

	.header-propaty-sm-row-1 {
		background-color: initial;
		margin: 0 auto;
	}

	.header-propaty-sm-row-1-list-btns-1 {
		align-items: center;
		-webkit-box-align: center;
		display: flex;
		-ms-flex-align: center;
		font-size: 0.8em;
		margin-top: 0;
		width: auto;
		gap: 1rem;
		margin-left: auto;
	}

	.header-propaty-sm-row-1-list-btns-1-item {
		width: auto;
	}

	.header-propaty-sm-row-1-list-btns-1-item:first-child {
		border: none;
	}

	.header-propaty-sm-row-1-list-btns-2-outer {
		margin-left: 1em;
		margin-right: 1em;
	}

	.header-propaty-sm-row-1-list-btns-2 {
		align-items: center;
		display: flex;
		margin-top: 0;
		flex-direction: row;
	}

	.header-propaty-sm-row-1-list-btns-2-item {
		width: 10em;
	}

	.header-propaty-sm-row-1-list-btns-2-item+.header-propaty-sm-row-1-list-btns-2-item {
		margin-left: 0;
		margin-top: 0;
	}

	.header-propaty-sm-row-1-list-btns-2-item-link {
		padding: 0.7em 0;
	}

	.header-propaty-sm-row-1 .header-propaty-sm-phone {
		display: flex;
	}

	/**/
	.header-propaty-sm-row-2 {
		display: block;
	}

	.header-propaty-sm-row-2 .header-propaty-sm-row-1-list-btns-1 {
		display: none;
	}

	.header-propaty-sm-row-2 .header-propaty-sm-row-1-list-btns-2 {
		display: none;
	}

	.header-propaty-sm-row-2-inner {
		padding: 0;
	}

	.header-propaty-sm-row-2-inner {
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
	}

	.header-propaty-sm-row-2-inner .header-propaty-sm-row-3 {
		-webkit-box-pack: center;
		display: none;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 0;
		opacity: 0;
		order: 1;
		padding: 0;
		transition: all 0.3s ease-out;
		width: 100%;
	}

	.header-propaty-sm-row-2-inner .header-propaty-sm-row-3.active {
		display: flex;
		opacity: 1;
	}

	.header-propaty-sm-row-2-inner .header-propaty-sm-row-2-nav {
		order: 2
	}

	.header-propaty-sm-row-3-inner {
		align-items: center;
		-webkit-box-align: center;
		-webkit-box-pack: justify;
		display: flex;
		-ms-flex-align: center;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.header-propaty-sm-row-2-nav {
		background: none
	}

	.header-propaty-sm-row-2-nav-list {
		border: none;
		-webkit-box-pack: center;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

	.header-propaty-sm-row-2-nav-list-item {
		border-bottom: none;
		width: 16.666%;
	}

	.header-propaty-sm-row-2-nav-list .header-propaty-sm-row-2-nav-list-item:first-child .header-propaty-sm-row-2-nav-list-item-link {
		border-left: 1px solid #ccc;
	}

	/*.header-propaty-sm-row-2-nav-list .header-propaty-sm-row-2-nav-list-item:last-child .header-propaty-sm-row-2-nav-list-item-link {border-right: none;}*/
	.header-propaty-sm-row-2-nav-list-item-link {
		background: none;
		border-right: 1px solid hsl(0, 0%, 80%);
		position: relative;
		position: relative;
		text-align: center;
	}

	.header-propaty-sm-row-2-nav-list-item-link::after {
		background-color: #fff;
		content: "";
		height: 1.2em;
		left: 0;
		position: absolute;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		width: 1px;
	}

	.header-propaty-sm-row-2-nav-list-item-link:hover,
	.header-propaty-sm-row-2-nav-list-item-link:focus,
	.header-propaty-sm-row-2-nav-list-item-link:active {
		color: #333;
		text-decoration: none;
	}

	.header-propaty-sm-row-2-nav-list-item-link::before {
		background-color: hsla(105.7, 44.4%, 58.8%, 1);
		bottom: 0;
		content: "";
		height: 0.2em;
		left: 0;
		position: absolute;
		top: auto;
		transition: width 0.3s ease-out;
		width: 0%;
	}

	.header-propaty-sm-row-2-nav-list-item-link:hover:before {
		width: 100%
	}

	.header-propaty-sm-row-2-nav-list-item-link.active::after {
		bottom: 0;
		height: 0.2em;
		left: 0;
		top: auto;
		width: 100%;
	}

	.header-propaty-sm-row-2-nav-list-item+.header-propaty-sm-row-2-nav-list-item {
		border: none;
	}

	.header-propaty-sm-row-2 {
		overflow: hidden;
	}

	.header-propaty-sm {
		background-color: hsla(0, 0%, 100%, 1);
	}

	.header-propaty-sm-row-2 .header-propaty-sm-phone {
		display: none;
	}

	.header-propaty-sm-phone {
		align-items: center;
		-webkit-box-align: center;
		display: flex;
		-ms-flex-align: center;
		margin-left: auto;
		margin-top: 0;
		text-align: left;
	}

	.header-propaty-sm-phone-num {
		font-family: "Times New Roman", Times, serif;
		font-size: 1.4rem;
	}

	.header-propaty-sm-phone-num .material-icons {
		font-size: 0.9em;
	}

	.header-propaty-sm-phone-time {
		font-size: 0.7em;
		line-height: 1.2;
		margin-left: 1em;
	}

	.header-propaty-sm-row-2-nav-list-item-link-new {
		position: absolute;
		top: 0;
		left: 0;
	}

	/**/
	.header-propaty-sm-row-3-list-btns {
		border-bottom: none;
		display: flex;
		margin-left: 2em;
		margin-right: 2em;
		margin-top: 0;
		width: 100%;
	}

	.header-propaty-sm-row-3-list-btns-item {
		border-right: 1px solid hsl(0, 0%, 80%);
		border-top: none;
		width: 20%;
	}

	.header-propaty-sm-row-3-list-btns {
		border-left: 1px solid hsl(0, 0%, 80%);
	}

	.header-propaty-sm-row-3-list {
		align-items: center;
		-webkit-box-align: center;
		display: flex;
		-ms-flex-align: center;
		width: calc(100% - 20em)
	}

	.header-propaty-sm-row-3-header {
		margin-left: 0;
		margin-right: 0;
		padding: 0.6em 1em;
		width: 9em;
	}

	.header-propaty-sm-row-3-nhas {
		margin-top: 0;
		padding: 0.6em 1em;
		width: 10em;
	}

	.header-propaty-sm-row-3-list-btns-item-link {
		background-image: unset;
		padding: 0.6em 0;
		text-align: center;
		white-space: nowrap;
		width: auto;
	}

	.header-propaty-sm-row-3-list-btns-item-link:hover {
		text-decoration: none;
	}

	.header-propaty-sm-row-3-list-btns-item-link-nhas {
		background-image: url(../../../images/ic-window.png);
	}

	.header-propaty-sm-row-3-list-btns-item-link {
		position: relative;
	}

	.header-propaty-sm-row-3-list-btns-item-link::before {
		background-color: hsla(105.7, 44.4%, 58.8%, 1);
		bottom: 0;
		content: "";
		height: 0.2em;
		left: 0;
		position: absolute;
		top: auto;
		transition: width 0.3s ease-out;
		width: 0%;
	}

	.header-propaty-sm-row-3-list-btns-item-link:hover:before {
		width: 100%
	}

	/*メインビジュアル*/
	.section-mv {
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}

	/**/
	.mv-sv {
		aspect-ratio: unset;
		overflow: hidden;
		padding-bottom: 0;
	}

	.mv-sv-inner {
		height: 100%;
		position: relative;
	}

	.mv-sv-title {
		background-color: hsla(0, 0%, 100%, 0.75);
		position: absolute;
		left: 0;
		top: 20%;
		padding: 3.6vw 1rem;
		letter-spacing: 0.07em;
	}

	.mv-sv__image {}

	.mv-sv-title-inner {
		margin-inline: auto;
		width: clamp(71rem, 100%, 62%);
	}

	.mv-sv-title-ja {
		width: 50%;
		padding-inline-end: 2rem;
		font-size: 2.2vw;
	}

	.mv-sv-title-en {
		width: 50%;
		padding-inline-end: 2rem;
		font-size: 0.6vw;
	}

	.mv-sv-plan {
		width: auto;
		height: min(100%, 100%);
		position: static;
		left: 50%;
		top: 0;
		overflow: hidden;
	}

	.mv-sv-plan-image {
		max-width: 100%;
		max-height: 100%;
	}

	.mv-sv-title-word {}

	.mv-sv-plan-image {
		/* max-height: calc(100dvh - 10rem);
		max-width: 61.8vw;
		min-width: 33rem;
		min-height: 33rem; */
		padding: 2rem;
	}

	.mv-sv .swiper-slide .mv-sv__image {
		max-width: unset;
		object-fit: cover;
		width: 100%;
		height: auto;
		aspect-ratio: 2000/700;
	}

	/**/

	/*プラン*/
	.article-plan-wrapper {
		display: table;
		border-collapse: collapse;
		margin-top: 3em;
		width: 100%;
	}

	.article-plan-header {
		display: table-row;
		background-color: unset;
		text-align: center;
	}

	.article-plan-body {
		display: table-row-group;
	}

	.article-plan-header-label {
		display: table-cell;
		font-weight: bold;
		padding: 1em 0.7em;
		white-space: nowrap;
		border: 1px solid var(--c-gray);
		font-size: 0.9em;
		font-family: var(--ff-serif);
		color: var(--c-primary);
	}

	.article-plan-header .article-plan-header-label:not(:last-child) {
		border-right: 1px solid var(--c-gray);
	}

	.article-plan {
		display: table-row;
		box-shadow: unset;
		margin-top: 0;
		border: unset;
	}

	.article-plan-section,
	.article-plan-comment,
	.article-plan-data {
		display: table-cell;
		vertical-align: middle;
		padding: 1.5rem 0.7rem;
	}

	.article-plan-data.num {
		border-bottom: none;
	}

	.article-plan-section {
		width: 6rem;
		border-right: 1px dotted var(--c-gray);
		position: static;
		margin-top: unset;
	}

	.article-plan-label {
		display: none;
	}

	.article-plan-description {
		border-top: unset;
		font-size: 0.9em;
	}

	.article-plan-value {
		white-space: nowrap;
	}

	.article-plan-body .article-plan:not(:first-child) {
		border-top: 1px solid var(--c-gray);
	}

	.article-plan-data.price .article-plan-value {
		font-size: 1.2em;
	}

	.article-plan .article-plan-data {
		border-right: 1px dotted var(--c-gray);
		align-items: center;
	}

	.article-plan:hover {
		filter: brightness(0.97);
		color: var(--c-primary);
		background-color: #fff8e4;
	}

	.article-plan:hover .article-plan-link {
		/* background-color: unset; */
		color: #FFF;
		text-decoration: none !important;
	}


	.btn-close-plan-header {
		position: absolute;
		top: 50%;
		right: 0;
		width: 2em;
		height: 2em;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		border: none;
		font-size: 1em;
		transform: translate(0%, -50%);
		font-size: 1.5em;
		background-color: transparent;
		opacity: 0.5;
	}

	/*間取りページ*/
	.modal-plan-inner {
		max-width: 1140px;
		margin: 0 auto;
	}

	.modal-plan-cta {
		padding: 1.5rem 1rem 1.5rem;
	}

	.modal-plan-cta-inner {
		max-width: 1140px;
		margin: 0 auto;
		position: relative;
	}

	.nav-plan-inner {
		max-width: 1140px;
		margin: 0 auto;
	}

	.swiper-plan-title {
		font-size: 1.4em;
		justify-content: center;
		padding-block: 2.5rem;
	}

	.article-plan-modal .article-plan-label {
		display: block;
		font-weight: 400 !important;
	}

	.article-plan-modal .article-plan-data {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.article-plan-modal {
		display: grid;
		grid-template-rows: auto auto;
		grid-template-columns: auto auto auto;
		gap: 0em 1em;
	}

	.article-plan-modal .article-plan-data.land {
		grid-area: 1 / 1 / 2 / 2;
	}

	.article-plan-modal .article-plan-data.building {
		grid-area: 1 / 2 / 2 / 3;
	}

	.article-plan-modal .article-plan-data.price {
		grid-area: 1 / 3 / 2 / 4;
	}

	.article-plan-modal .article-plan-comment {
		grid-area: 2 / 1 / 3 / 4;

		text-align: center;
	}

	.article-plan-modal .article-plan-label {
		border-left: 1px solid var(--c-gray);
	}

	/* /////////////////////////////////////////////////////////////////// */
	/*ロケーション*/
	.article-lifeinfo-wrapper {
		column-count: 3;
		margin-top: 5rem;
		row-gap: 3rem;
		column-gap: 3rem;
	}

	.article-lifeinfo-item-wrapper {
		display: flex;
		flex-wrap: wrap;
		gap: 0 2em;
		margin-top: 0;
		margin-bottom: 3rem;
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid;
	}

	.article-lifeinfo {
		margin-top: 0;
		/* 以下を追加 */
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid;
	}

	/* .article-lifeinfo-item {width: calc(33.333% - (4em * 2/3));flex-wrap: wrap;gap:0 0} */
	.article-lifeinfo-item {
		width: 100%;
		flex-wrap: wrap;
		gap: 0 0
	}

	.embed-responsive-16by9 {
		padding-bottom: 50%;
	}

	/* 物件概要////////////////////////////////////// */
	.dl-outline {
		display: flex;
		width: 100%;
	}

	.dl-outline dt {
		border: none;
		border-right: 1px solid var(--c-gray);
		width: 25%;
		flex-shrink: 0;
		padding: 2rem 0;
	}

	.dl-outline dd {
		padding-left: 1em;
	}

	/*結果一覧*/
	.accordion-detail {
		display: block;
	}

	.list-property-item {
		display: flex;
		flex-wrap: wrap;
		gap: 1em 2em;
		padding: 2em;
	}

	.hgroup-list-property {
		width: 100%;
	}

	.list-property-item-col-plan {
		width: 25%;
		flex-shrink: 0;
	}

	.list-property-item-col-data {
		flex-grow: 1;
		flex-basis: 0;
	}

	.list-property-item-col-cta {
		width: 25%;
		flex-shrink: 0;
	}

	.list-property-item-photo-wrapper {
		margin-top: 0;
	}

	.property-actions-wrapper {
		margin-top: 0;
	}

	.property-action-link-wrapper {
		width: 100%;
	}

	.property-description-text {
		line-height: 1.6;
		letter-spacing: 0.1em;
	}

	.property-address-1 {
		display: flex;
		width: 100%;
	}

	.property-address-1 .property-address-detail {
		flex-grow: 1;
		flex-basis: 0;
	}

	.property-address-detail {
		display: flex;
		align-items: baseline
	}

	.property-action-link {
		padding: 0.6em 0;
		font-size: 0.9em;
	}

	.swiper-property-item-image {
		aspect-ratio: 1 / 1;
	}

	/*検索条件*/
	.search-conditions {
		display: flex;
		gap: 1em
	}

	.section-filter {
		max-width: 50%;
	}

	.section-filter-popup {
		width: 50em;
		left: 1em;
	}

	.section-filter .checkbox-cake-outer-1-2 .checkbox-cake {
		width: calc(33.333% - (1em * 2/3));
	}

	input[type=text].form-control {
		padding: 0.6em;
		line-height: 1.2;
	}

	.section-filter-popup-top {
		display: flex;
		gap: 1em
	}

	.section-filter-popup-top .form-group {
		flex-grow: 1;
		flex-shrink: 1;
		flex-basis: 0;
	}




	.search-conditions-list {
		margin-top: 0;
	}

	.search-conditions {
		display: flex;
		gap: 1rem;
	}

	.search-conditions-title {
		flex-shrink: 0;
	}


	.search-setting__wrapper {
		display: flex;
		gap: 3rem;
		align-items: center;
	}

	.search-setting__result {
		order: 1;
		margin-left: auto;
	}

	.search-setting__result P {
		text-align: right;
	}

	.section-filter {
		margin-top: 0;
		flex-shrink: 0;
	}

	.list-property-item {
		margin-top: 5rem;

		gap: 2rem 3rem;
		padding: 2rem 3rem;
	}

	.list-property-item-col-plan-image {
		margin-top: 0;
		border-block: none;
	}

	.list-property-item-col-plan-icon {
		bottom: auto;
		right: auto;
		top: 0;
	}

	.property-actions-wrapper {
		padding-top: 0;
		border-top: none;
		grid-template-columns: 1fr;
		gap: 1rem
	}

	.property-action-notice {
		grid-area: unset;
	}

	.property-address-detail {
		padding: 0.8em 0;
	}

	.hgroup-list-property h3 {
		letter-spacing: 0.1em;
	}

	.pagination>li.active {
		border: none;

	}

}


/* スマホ資料請求 */
.cta-fixed__container {
	position: fixed;
	width: 100%;
	z-index: 1099;
	background-color: #2b2b2b;
	color: #FFF;
	left: 0;
	bottom: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
	opacity: 0;
	transform: translateY(100%);
}

.cta-fixed__item {
	display: grid;
	gap: 0.0rem;
	justify-items: center;
	padding: 0.5rem 0;
	box-shadow: inset 0 8px 8px rgb(0 0 0 / 80%);
}

.cta-fixed__item:nth-child(n+2) {
	border-left: 1px solid #6a6a6a;
}


.cta-fixed__text {
	font-weight: 400;
	color: var(--c-secondary);
	font-size: 0.7em;
	font-family: var(--ff-serif);
	letter-spacing: 0.1em;
	white-space: nowrap;
}

.cta-fixed__container .material-icons-outlined {
	color: var(--c-secondary);
	font-weight: normal !important;
}

.cta-fixed__container .material-symbols-outlined {
	color: var(--c-secondary);
	font-variation-settings:
		'FILL' 0,
		'wght' 200,
		'GRAD' 0,
		'opsz' 24
}



@media (min-width: 769px) {
	.cta-fixed__container {
		display: none;
	}
}

.pagetop {
	bottom: 1rem
}

:has(.cta-fixed__container) .pagetop {
	bottom: 4rem
}

@media (min-width: 769px) {
	.pagetop {
		bottom: 1rem
	}
}

/**/
.flex-selling-outer {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.5rem 1rem;
}


.flex-selling {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.8em;
	line-height: 1;
	white-space: nowrap;
}

.selling-block {
	width: 1.5em;
	height: 1.2em;
	background: radial-gradient(circle, #a4975c, #8e834e);
	display: inline-block;
	border: 1px solid #6e4281;
	margin-bottom: 0.3em;
}

.selling-block-1 {
	background: radial-gradient(circle, #a4975c, #8e834e);
}

.selling-block-2 {
	background: radial-gradient(circle, #7ba05b, #5d8442);
}

.selling-block-3 {
	background: radial-gradient(circle, #4a9b9b, #2d7d7d);
}

.selling-block-4 {
	background: radial-gradient(circle, #5d7bc7, #3d5ba7);
}

.selling-block-5 {
	background: radial-gradient(circle, #9b5d9b, #7d3d7d);
}

.selling-subdivision {
	width: 1.5em;
	display: inline-block;
	margin-bottom: 0.3em;
}

.application-block {
	width: 1.5em;
	height: 1.2em;
	background-color: #b7d7e8;
	display: inline-block;
	border: 1px solid hsl(200.8, 51.6%, 61.4%);
	margin-bottom: 0.3em;
}

.list-plans {
	font-family: var(--ff-serif);
	display: grid;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 4rem;
}

.list-plans__item {
	border-top: 1px solid var(--c-gray);
}

.list-plans__link {
	display: block;
	padding: 0.5rem 1rem;
	background-image: url("../images/ic-arrow-right.png");
	background-repeat: no-repeat;
	background-size: 0.5rem auto;
	background-position: right 1rem top 50%;
}

.list-plans__link.current {
	background-color: var(--c-text);
	color: #FFF;
	cursor: pointer;
}

.list-plans:has(> li:only-child) {
	display: none;
}


@media (min-width: 769px) {
	.list-plans {
		justify-content: center;
		grid-template-columns: repeat(auto-fit, minmax(6rem, 9rem));
		gap: 0
	}

	.list-plans__item {
		border-top: none;
		border-left: 1px solid var(--c-gray);
	}

}


.btn-gray {
	padding: 0.5rem 0;
}


/* 図面 　スマホ1列 PC2列*/
.plans {
	display: grid;
	gap: 2rem;
	margin-top: 2rem;
}

.plans__item {
	display: flex;
	justify-content: center;
}

@media (min-width: 769px) {
	.plans.holizontal {
		gap: 3rem;
		grid-template-columns: 1fr 1fr;
		align-items: start;
	}
}


.list-caption.centered {
	width: fit-content;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/* ACTIONS */
.actions__wrapper {
	background-color: #111;
	padding: 1rem;
	line-height: 1;
	background: radial-gradient(circle at center, #483926 #2f261a, #111111);
	background-size: 400% 400%;
	animation: gradient-animation 12s ease infinite;
}

@keyframes gradient-animation {
	0% {
		background-position: 0% 0%;
	}

	50% {
		background-position: 100% 100%;
	}

	100% {
		background-position: 0% 0%;
	}
}

.actions__wrapper-inner {
	display: grid;
	gap: 1rem;
}

.actions__body {
	display: grid;
	gap: 1rem;
	font-family: var(--ff-serif);
	color: #FFF;
}

.actions__body-title {
	background: linear-gradient(to right, #cab16e, #664c2a);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	display: inline-block;
	font-size: 2.2rem;
	letter-spacing: 0.05em;
	line-height: 1.4;
	text-align: center;
	text-wrap: balance;
	word-break: auto-phrase;
	overflow-wrap: anywhere;
	line-break: strict;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;

}

.actions__body-text {
	font-size: 0.8em;
	text-align: center;
	color: #FFF;
	margin-top: 0.5rem;
}

.actions__link {}

.actions__link-btn {
	display: block;
	padding: 1rem 1rem;
	border: 1px solid var(--c-secondary);
	color: var(--c-secondary);
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,3 L14,3 M11,1 L14,3 L11,5' stroke='%237d7343' stroke-width='1' fill='none' /%3E%3C/svg%3E");
	background-position: right 0.5em top 50%;
	background-size: 1em auto;
	background-repeat: no-repeat;
	font-family: var(--ff-serif);
}


@media (min-width: 769px) {
	.actions__wrapper {
		padding-inline: 2rem;
	}

	.actions__wrapper-inner {
		width: fit-content;
		margin-inline: auto;
		;
		grid-template-columns: auto auto;
		align-items: center;
		gap: 3rem
	}

	.actions__body-title {
		font-size: 3.4rem;
	}

	.actions__link-btn {
		padding-inline: 3rem;
		transition-property: background-color;
		transition-duration: 1s;
	}

	.actions__link-btn:hover {
		background-color: var(--c-secondary);
	}



}


.article-plan:has(a.disable) {

	pointer-events: none !important;
}

.article-plan-link.disable {
	opacity: 0;
	visibility: hidden;
}


[id] {
	scroll-margin-top: 4.4rem;
}

@media (min-width: 769px) {
	[id] {
		scroll-margin-top: 7.7rem;
	}
}



/* デスクトップ用ヘッダーのフォントサイズ */
@media (min-width:768px) {
	.header-propaty-sm-row-1-title span {
		font-size: 1.3rem;
	}

	.header-propaty-sm-row-1-list-btns-1 {
		font-size: 0.9em;
	}

	.header-propaty-sm-row-1-list-btns-2-item-body {
		font-size: 1em;
	}

	.header-nav {
		font-size: 1em;
	}
}