@charset "UTF-8";

/*---変数---*/
/* 要素 フォントサイズ・マージン・パディングをリセット */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}

/* 行の高=フォントサイズ */
body {
	line-height: 1.5;
	letter-spacing: 0.1em;
}

/* 新規追加要素をブロック要素化 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

/* ulのマーカー非表示 */
ol,
ul,
li {
	list-style: none;
}

/* 引用符の非表示 */
blockquote,
q {
	quotes: none;
}

/* blockquote要素、q要素の前後にコンテンツ非表示 */
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

/* フォントサイズ　リセット フォントの縦方向 ベースライン揃え 点線削除 */
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	outline: none;
}

/* ins要素 デフォルトセット 色を変える場合はここで変更 */
ins {
	background-color: #ff9;
	color: #5b4b4b;
	text-decoration: none;
}

/* mark要素 デフォルトセット 色やフォントスタイルを変える場合はここで変更 */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

/* テキスト 打ち消し線 */
del {
	text-decoration: line-through;
}

/* IE　デフォルトで点線を下線表示設定　下線設定 マウスオーバー時 ヘルプカーソル表示可 */
abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

/*　隣接するセルのボーダーを重ねて表示　*/
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

/* 水平罫線デフォルトリセット */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
	border: 0;
}

/* 縦方向の揃え 中央揃え */
input,
select {
	vertical-align: middle;
}

/* 画像を縦に並べた時に余白0 */
img {
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:after {
	overflow: hidden;
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}

br {
	line-height: inherit;
}

span {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.--en {
	font-family: "Marcellus", serif;
	font-weight: 400;
	font-style: normal;
}

.--color {
	color: #b19c3d;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

section {
	position: relative;
}

input[type=submit],
input[type=button] {
	appearance: button;
	border: none;
	box-sizing: border-box;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
	display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
	outline-offset: -2px;
}

main {
	display: block;
}

img {
	max-width: 100%;
	height: auto;
}

sup {
	position: relative;
	top: -1ex;
	vertical-align: baseline;
}

button {
	outline: none;
}

iframe {
	display: block;
}

/*import*/
html {
	font-size: 62.5%;
	box-sizing: border-box;
}

body {
	font-family: "Zen Old Mincho", serif;
	position: relative;
	-webkit-text-size-adjust: 100%;
	font-size: 1rem;
	font-weight: 400;
	color: #333333;
}

body * {
	font-family: inherit;
	font-weight: inherit;
	color: inherit;
}

body.fix {
	position: fixed;
	width: 100%;
}

body.open {
	overflow: hidden;
}

html,
body {
	position: relative;
	width: 100%;
}

*:focus {
	outline: none;
}

p,
li,
dl,
tr,
th,
td,
div {
	font-size: 1rem;
	letter-spacing: 0;
	line-height: 1.75;
}

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

	p,
	li,
	dl,
	tr,
	th,
	td,
	div {
		font-size: 0.875rem;
	}
}

span {
	font-weight: inherit;
	letter-spacing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: 0;
	line-height: 1.35;
}

a,
a * {
	box-sizing: border-box;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit;
	letter-spacing: inherit;
	text-decoration: none;
	backface-visibility: hidden;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	cursor: pointer;
}

.pc {
	display: block;
}

@media screen and (max-width: 1024px) {
	.pc {
		display: none !important;
	}
}

.pc-tb {
	display: block;
}

@media screen and (max-width: 479px) {
	.pc-tb {
		display: none !important;
	}
}

.tb-sp {
	display: none !important;
}

@media screen and (max-width: 1024px) {
	.tb-sp {
		display: block !important;
	}
}

.tb {
	display: none !important;
}

@media screen and (max-width: 1024px) {
	.tb {
		display: block !important;
	}
}

@media screen and (max-width: 479px) {
	.tb {
		display: none !important;
	}
}

.sp {
	display: none !important;
}

@media screen and (max-width: 479px) {
	.sp {
		display: block !important;
	}
}

@keyframes fadeUp {
	from {
		opacity: 0;
		transform: translateY(80px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.fade-up {
	animation: fadeUp 0.6s forwards;
}

@keyframes fadeDown {
	from {
		opacity: 1;
		transform: translateY(0);
	}

	to {
		opacity: 0;
		transform: translateY(80px);
	}
}

.fade-down {
	animation: fadeDown 0.6s forwards;
}

.cmn-inner {
	position: relative;
	margin: 0 auto;
	padding-inline: 24px;
	width: 100%;
}

@media screen and (max-width: 640px) {
	.cmn-inner {
		padding-inline: 4%;
	}
}

.cmn-inner.--full {
	padding-bottom: 0;
	padding-inline: 0;
}

.cmn-inner.--small {
	padding-inline: 48px;
}

@media screen and (max-width: 479px) {
	.cmn-inner.--small {
		padding-inline: 20px;
	}
}

.wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0 auto;
	background: url(../img/subdivision/bg-body.jpg) no-repeat center center/cover;
}

@media screen and (max-width: 479px) {
	.wrap {
		padding-inline: 0;
	}
}

.wrap::before {
	content: "";
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/subdivision/bg-body.jpg) repeat-x center center/cover;
	pointer-events: none;
}

@media screen and (max-width: 479px) {
	.wrap::before {
		background: url(../img/subdivision/bg-body_sp.jpg) repeat-x center center/100% 100%;
	}
}

.banner {
	position: fixed;
	bottom: 0;
	width: 100%;
	max-width: 480px;
	transform: translateY(80px);
	z-index: 1001;
	transition: 0.4s;
}

@media screen and (min-width: 1025px) {
	.banner {
		pointer-events: none;
	}
}

.banner__link {
	display: block;
}

@media screen and (min-width: 1025px) {
	.banner__link {
		display: none;
	}
}

.banner-box__ttl {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 80px;
	background: #333;
	transition: 0.4s;
}

.banner-box__ttl::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 16px);
	height: calc(100% - 16px);
	border: 1px solid #fff;
}

.banner-box__ttl-st {
	position: relative;
	padding-right: 15px;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.06em;
	color: #fff;
}

.banner-box__ttl-st::before {
	content: "";
	position: absolute;
	top: calc(50% + 4px);
	transform: translateY(-50%);
	right: -16px;
	width: 25px;
	height: 1px;
	background: #fff;
	transition: all 0.4s;
}

.banner-box__ttl-st::after {
	content: "";
	position: absolute;
	top: calc(50% + 2px);
	right: -16px;
	width: 8px;
	height: 1px;
	background: #fff;
	transform: rotate(35deg) translateY(-50%);
	transition: all 0.4s;
}

@media screen and (min-width: 1025px) {
	.banner {
		display: none;
		position: fixed;
		bottom: 20px;
		right: 20px;
		color: #fff;
		padding: 10px 20px;
		border-radius: 5px;
	}
}

.content {
	position: relative;
	margin-left: auto;
	margin-right: 8.34vw;
	width: 480px;
	background: #fff;
	overflow: clip;
	box-shadow: 0px 0px 4px rgba(65, 65, 65, 0.160784);
}

@media screen and (max-width: 1200px) {
	.content {
		margin-right: 6vw;
	}
}

@media screen and (max-width: 1024px) {
	.content {
		margin: 0 auto;
		width: 100%;
		max-width: 480px;
	}
}

.content.open {
	background: transparent;
	box-shadow: none;
}

.content.open .main {
	visibility: hidden;
}

.content.open .ft {
	visibility: hidden;
}

.hd {
	display: flex;
	width: 100%;
}

.hd-cnt {
	position: fixed;
	width: 100%;
	height: 100vh;
	padding-left: 14.59vw;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 1200px) {
	.hd-cnt {
		padding-left: 6vw;
	}
}

@media screen and (min-width: 1025px) {
	.hd-info {
		display: flex;
		justify-content: center;
		align-items: center;
		width: auto;
		text-align: center;

	}
}

.hd-name {
	margin-bottom: 40px;
	width: 200px;
	height: auto;
	aspect-ratio: 200/40;
	z-index: 1001;
}

.hd-name__logo {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.hd-menu {
	width: 420px;
	display: flex;
	gap: 80px;
	flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
	.hd-menu {
		width: 100%;
	}
}

.hd-nav {
	color: #fff;
}

.hd-nav__wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.hd-nav__list {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
	flex-wrap: wrap;
}

.hd-nav__item {
	width: 100%;
	max-width: 240px;
	color: #fff;
}

.hd-contact {
	width: 100%;
	padding: 40px 62px;
	background-image: url(../img/subdivision/bg-hd.jpg);
	background-size: cover;
	background-position: left;
	background-repeat: no-repeat;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	
}

.hd-contact__ttl {
	text-align: center;
	margin-bottom: 20px;
}

.hd-contact__ttl span {
	font-size: 1.4rem;
	display: block;
	margin-bottom: 16px;
	color: #595346;
	line-height: 1;
}

.hd-contact__ttl h2 {
	font-size: 2.4rem;
	color: #595346;
}

.hd-nav__link {
	font-family: "Marcellus", "Zen Old Mincho", serif;
	position: relative;
	display: block;
	width: 100%;
	transition: 0.4s;
	margin-bottom: 24px;
}

.hd-nav__link-main {
	position: relative;
	display: block;
	padding: 0;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 0.08em;
	transition: 0.4s;
}

@media screen and (min-width: 1025px) {
	.hd-nav__link.active span {
		color: #d3cb76;
	}
}

@media screen and (min-width: 1025px) {
	.hd-nav__link:hover {
		color: #d3cb76;
	}
}

.hd-btn__link {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
	height: auto;
	border: 1px solid #595346;
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: 0.08rem;
	transition: 0.4s;
	padding: 20px;
	color: #595346;
	letter-spacing: 0.08em;
}

.hd-btn__link svg path,
.hd-btn__link svg line {
	transition: 0.4s;
}

@media screen and (min-width: 1024px) {
	.hd-btn__link:hover {
		background: #595346;
		color: #fff;
;
	}

	.hd-btn__link:hover svg path,
	.hd-btn__link:hover svg line {
		stroke: #fff;
		transition: 0.4s;
	}
}

@media screen and (max-width: 1024px) {
	.hd {
		position: fixed;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		max-width: 480px;
		height: auto;
		background: transparent;
		line-height: 1;
		transition: all 0.4s;
		z-index: 1000;
	}

	.hd-cnt {
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: nowrap;
		padding: 20px 16px;
		width: 100%;
		height: 100%;
	}

	.hd-name {
		position: relative;
		margin-bottom: 0;
		width: 140px;
		z-index: 10000;
	}

	.hd-name__logo {
		width: 140px;
		aspect-ratio: 140/28;
		transition: 0.4s;
	}

	.hd-nav {
		position: fixed;
		top: 0;
		left: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		width: 100%;
		height: 100svh;
		background-image: url(../img/subdivision/sp-bg.jpg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		overflow-y: auto;
		opacity: 0;
		visibility: hidden;
		z-index: 1000;
	}

	.hd-nav__wrap {
		height: 100svh;
		justify-content: center;
		padding-bottom: 80px;
	}

	.hd-nav__item {
		padding: 0;
		width: 100%;
	}

	.hd-nav__item:last-of-type a {
		margin: 0;
	}

	.hd-nav__link {
		width: 120x;
	}

	.hd-toggle {
		position: relative;
		margin-inline: auto 0;
		width: 20px;
		height: 100%;
		cursor: pointer;
		z-index: 1002;
	}

	.hd-toggle div {
		position: absolute;
		top: 6px;
		right: 0px;
		display: block;
		width: 32px;
		height: 22px;
	}

	.hd-toggle span {
		position: absolute;
		left: 0;
		display: block;
		width: 100%;
		background: #fff;
		color: #fff;
		transition: 0.35s ease-in-out;
	}

	.hd-toggle__line {
		height: 1px;
	}

	.hd-toggle__line:nth-child(1) {
		top: 0;
	}

	.hd-toggle__line:nth-child(2) {
		top: 8px;
	}

	.hd-toggle__line:nth-child(3) {
		position: relative;
		top: 16px;
	}
}

@media screen and (max-width: 1024px) {
	.hd.fixed {
		position: fixed;
		background-color: rgba(89, 83, 70, 0.2);
	}
}

.hd.open {
	background: transparent;
}

.hd.open .hd-name::before {
	opacity: 1;
}

.hd.open .hd-nav {
	opacity: 1;
	transition: 0.4s;
	visibility: visible;
}

.hd.open .hd-toggle span {
	background: #fff;
}

.hd.open .hd-toggle span:nth-child(1) {
	top: 7px;
	transform: rotate(320deg);
}

.hd.open .hd-toggle span:nth-child(2) {
	left: 50%;
	width: 0;
}

.hd.open .hd-toggle span:nth-child(3) {
	top: 7px;
	transform: rotate(-320deg);
}

.ft {
	padding: 48px 24px;
	background: #EBE9E4;
}

@media screen and (max-width: 1024px) {
	.ft {
		padding: 14% 0
	}
}

.ft__logo {
	margin-bottom: 40px;
}

.ft__logo-link {
	display: block;
	width: 226px;
	margin: 0 auto;
}

@media screen and (max-width: 479px) {
	.ft__logo-link {
		width: 160px;
	}
}

.ft__logo-img {
	width: 100%;
	height: auto;
}

.ft__nav {
	color: #2b2b33;
	width: 160px;
	height: auto;
	margin: 0 auto 80px auto;
}

.ft__nav li {
	margin-bottom: 24px;
}

@media screen and (max-width: 480px) {
	.ft__nav li {
		margin-bottom: 12px;
	}
}

.ft__nav li a {
	font-family: "Marcellus", "Zen Old Mincho", serif;
	font-size: 1.6rem;
	letter-spacing: 0.08em;
}

.ft__nav li:last-of-type {
	margin: 0;
}

.ft__copy-st {
	text-align: center;
	font-size: 1rem;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: 0.04em;
	font-family: 'Zen Old Mincho';
}

.fv {
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 1024px) {
	.fv {
		height: 100svh;
	}
}

.fv__slide-cnt {
	position: relative;
}

@media screen and (max-width: 1024px) {
	.fv__slide-ph {
		width: 100%;
		height: 100svh;
	}
}

.fv__slide-ph img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fv__slide-block.--white {
	color: #fff;
}

.fv__slide-ttl {
	position: absolute;
	top: 15px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	font-size: 1.2rem;
	font-weight: 300;
}

@media screen and (max-width: 1024px) {
	.fv__slide-ttl {
		top: auto;
		bottom: 15px;
	}
}

.fv__slide-catch {
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.8;
	/* 128.571% */
	letter-spacing: 0.3em;
	writing-mode: vertical-rl;
	z-index: 1;
}

.fv__slide-catch strong {
	font-size: 2rem;
	line-height: 1.6;
	/* 125% */
	letter-spacing: 0.25em;
}

.fv__ttl {
	position: absolute;
	left: 0;
	right: 0;
	top: 180px;
	margin: auto;
	z-index: 3;
	text-align: center;
}

.fv__ttl-sub span,
.cross-icon,
.fv__ttl-main {
	background: transparent;
	text-shadow:
		0 0 4px rgba(255, 255, 255, 0.85),
		0 0 10px rgba(255, 255, 255, 0.65),
		0 1px 2px rgba(0, 0, 0, 0.25);
}

.fv__ttl-sub-small {
	font-size: 2.4rem;
}
@
@media screen and (max-width: 640px) {
	.fv__ttl-sub-small {
		font-size: 1.8rem;
	}
}

.fv__ttl-sub span {
	display: block;
	letter-spacing: 0.08em;
	line-height: 1.25;
}

.fv__ttl-sub {
	display: block;
	margin: 0 0 8px;
}

.fv__ttl-sub span:nth-of-type(1) {
	display: none;
}

.fv__ttl-sub span:nth-of-type(2) {
	font-size: 4rem;
	position: relative;
	display: inline-block;
	padding-top: 34px;
}

.fv__ttl-sub span:nth-of-type(2)::before {
	content: "相鉄本線";
	position: absolute;
	top: 0;
	font-size: 1.6rem;
	line-height: 1.25;
	letter-spacing: 0.08em;
	white-space: nowrap;
}

@media screen and (max-width: 640px) {
	.fv__ttl-sub span:nth-of-type(2) {
		font-size: 3rem;
	}
}

.fv__ttl-sub span:nth-of-type(2) small {
	font-size: 2.4rem;
}

.cross-icon {
	display: block;
	font-size: 3.2rem;
	line-height: 1;
	margin: 0 0 8px;
}

@media screen and (max-width: 640px) {
	.cross-icon {
		font-size: 2.4rem;
	}
}

.fv__ttl-main {
	font-size: 3.2rem;
	line-height: 1.25;
	letter-spacing: 0.08em;
	margin: 0;
}

@media screen and (max-width: 640px) {
	.fv__ttl-main {
		font-size: 2.4rem;
	}
}

.fv__ttl-main-text {
	display: block;
}

.fv__ttl-note {
	font-family: "Marcellus", "Zen Old Mincho", serif;
	display: block;
	margin-top: 16px;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	text-shadow: 0 0 4px rgba(255, 255, 255, 0.85), 0 0 10px rgba(255, 255, 255, 0.65), 0 1px 2px rgba(0, 0, 0, 0.25);
}

.scroll {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 93px;
	margin: auto;
	z-index: 3;
	width: 40px;
	text-align: center;
}

.scroll span {
	color: #fff;
		font-family: "Marcellus", "Zen Old Mincho", serif;
	font-size: 1.2rem;
	letter-spacing: 0.08em;
}

/* 線のアニメーション部分 */
.scroll::before {
	animation: scroll 2s infinite;
	background-color: #fff;
	bottom: -93px;
	content: "";
	height: 80px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 1px;
}

/* 線のアニメーション */
@keyframes scroll {
	0% {
		transform: scale(1, 0);
		transform-origin: 0 0;
	}

	50% {
		transform: scale(1, 1);
		transform-origin: 0 0;
	}

	51% {
		transform: scale(1, 1);
		transform-origin: 0 100%;
	}

	100% {
		transform: scale(1, 0);
		transform-origin: 0 100%;
	}
}

.location-map {
	width: 100%;
	height: 264px;
	iframe {
		width: 100%;
		height: 100%;
	}
}

/* price-total -----------------------------------------------------------------------------------------------------------------------------------*/
.price-total {
	background: #595346;
	padding: 40px 0;
}

.price-total-list{
	display: grid;
	gap: 20px 0;
}

.price-total-container{
	color: #fff;
}

.price-total-container__title {
	border: 1px solid #fff;
	font-size: 1.6rem;
	letter-spacing: 0.08em;
	line-height: 1;
	margin-bottom: 20px;
	padding: 15px;
	text-align: center;
}

.price-total-container__text{
	text-align: center;
}

.price-total-container__text-value {
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	line-height: 1;
}

@media screen and (max-width: 640px) {
	.price-total-container__text-value {
		font-size: 1rem;
	}
}

.price-total-container--price .price-total-container__text-value strong{
	font-size: 4rem;
}

@media screen and (max-width: 640px) {
	.price-total-container--price .price-total-container__text-value strong {
		font-size: 3rem;
	}
}

.price-total-container--area .price-total-container__text-value strong {
	font-size: 3.2rem;
}

@media screen and (max-width: 640px) {
	.price-total-container--area .price-total-container__text-value strong {
		font-size: 2.8rem;
	}
}

.price-total-container__text-notes {
	font-size: 1.2rem;
	line-height: 1.5;
	margin-top: 20px;
}

/* cta -----------------------------------------------------------------------------------------------------------------------------------*/
.cta {
	display: block;
	background-image: url(../img/subdivision/cta-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 24px;
}

.cta a {
	display: block;
	width: 100%;
	height: auto;
	background: #F5F4F0;
	padding: 40px;
	text-align: center;
}

@media screen and (max-width: 640px) {
	.cta a {
		padding: 4%;
	}
}

.cta a h2 {
	font-size: 2rem;
	line-height: 1.6;
	letter-spacing: 0.08em;
	color: #595346;
	margin-bottom: 16px;
}

.cta a h2 strong {
	font-size: 4rem;
	line-height: 1;
}

.cta a h2 small {
	display: block;
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: 0.08em;
	color: #595346;
	margin-bottom: 16px;
}
@media screen and (max-width: 640px) {
	.cta a h2 small {
		margin-bottom: 4%;

	}
}

.cta a p {
	max-width: 280px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 22px;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	line-height: 1;
	color: #595346;
	border: solid 1px #595346;
	transition: all 0.3s;
}

@media screen and (max-width: 640px) {
	.cta a p {
		padding: 5%;
	}
}

.cta a p * {
	transition: all 0.3s;
}

@media screen and (min-width: 1025px) {
	.cta a:hover p {
		background: #595346;
		color: #fff;
		transition: all 0.3s;
	}

	.cta a:hover svg path,
	.cta a:hover svg line {
		stroke: #fff;
		transition: all 0.3s;
	}
}

/* cta -----------------------------------------------------------------------------------------------------------------------------------*/
.cmn-ttl {
	font-family: "Marcellus", "Zen Old Mincho", serif;
	font-size: 4.8rem;
	letter-spacing: 0.08em;
	line-height: 1;
	margin-bottom: 32px;
	padding: 0 16px;
	color: #595346;
}

@media screen and (max-width: 640px) {
	.cmn-ttl {
		font-size: 4rem;
		padding: 0;
		margin-bottom: 4%;
	}
}

.cmn-sub {
	font-size: 2rem;
	letter-spacing: 0.08em;
	line-height: 1.6;
	margin-bottom: 32px;
	padding: 0 16px;
}

@media screen and (max-width: 640px) {
	.cmn-sub {
		font-size: 1.8rem;
		margin-bottom: 4%;
		padding: 0;
	}
}

.cmn-detail {
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	line-height: 1.71;
	padding-top: 32px;
	padding: 32px 16px 0 16px;
	margin-bottom: 56px;
	position: relative;
}

@media screen and (max-width: 640px) {
	.cmn-detail {
		padding-top: 4%;
		margin-bottom: 6%;
		padding: 4% 0;
	}
}

.cmn-detail::before {
	content: "";
	display: block;
	height: 1px;
	background: #d9d9d9;
	position: absolute;
	left: 16px;
	top: 0;
	width: calc(100% - 32px);
}
@media screen and (max-width: 640px) {
	.cmn-detail::before {
		left: 0;
		width: 100%;
	}
}

/* location -----------------------------------------------------------------------------------------------------------------------------------*/
#location {
	background-color: #F5F4F0;
	padding-top: 80px;
}

@media screen and (max-width: 480px) {
	#location {
		padding-top: 64px;
	}
}

#location .location-slide-wrap {
	position: relative;
	overflow: visible;
	border-bottom: solid 1px #fff;
}

#location .location-slide.js-slider-location {
	overflow: hidden;
}

#location .js-slider-location .swiper-pagination {
	position: static;
	display: flex;
	gap: 8px;
	justify-content: center;
	margin-bottom: 28px;
}

#location .js-slider-location .swiper-pagination-bullet {
	font-family: "Marcellus", "Zen Old Mincho", serif;
	width: calc((100% - 16px) / 3);
	height: auto;
	background: none;
	opacity: 1;
	border-radius: 0;
	margin: 0 !important;
	padding: 28px 32px;
	font-size: 1.6rem;
	line-height: 1;
	color: #fff;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	cursor: pointer;
	transition: 0.2s;
}

@media screen and (max-width: 640px) {
	#location .js-slider-location .swiper-pagination-bullet {
		padding: 16px 12px;
	}
}

#location .js-slider-location .swiper-pagination-bullet-active {
	background: #fff;
	color: #2b2b33;
}

#location .swiper-button-next,
#location .swiper-button-prev {
	width: 32px;
	height: 32px;
	background: url(../img/subdivision/slider-location_arrow.png);
	background-size: contain;
	background-position: center;
	top: 256px;
}

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

	#location .swiper-button-next,
	#location .swiper-button-prev {
		top: 200px;
	}
}

#location .swiper-button-next::after,
#location .swiper-button-prev::after {
	display: none;
}

#location .swiper-button-prev {
	transform: rotate(180deg);
	left: -6px;
}

#location .swiper-button-next {
	right: -6px;
}

#location .location-slide__box-ph {
	margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
	#location .location-slide__box-ph {
		margin-bottom: 4%;
	}
}

#location .location-slide__box-ph a {
	display: block;
	position: relative;
}

#location .location-slide__box-ph a::before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: url(../img/subdivision/popup-icon.png);
	background-size: contain;
	background-position: center;
	position: absolute;
	right: 0;
	bottom: 0;
	pointer-events: none;
}

#location .location-slide__box-txt h3 {
	font-size: 2rem;
	color: #fff;
	letter-spacing: 0.08em;
	line-height: 1.6;
	margin-bottom: 32px;
	font-weight: 600;
}

@media screen and (max-width: 640px) {
	#location .location-slide__box-txt h3 {
		font-size: 1.8rem;
		margin-bottom: 4%;
	}
}

#location .location-slide__box-txt p {
	font-size: 1.4rem;
	color: #fff;
	letter-spacing: 0.08em;
	line-height: 1.71;
	padding-bottom: 40px;
}

@media screen and (max-width: 640px) {
	#location .location-slide__box-txt p {
		margin-bottom: 4%;
	}
}

.location__address {
	margin: 24px 0 48px 0;
	padding: 0 16px;
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
	.location__address {
		margin: 4% 0 8%;
	}
}

.location__gallery {
	padding: 40px;
	background: url(../img/subdivision/slider-location_bg.jpg);
	background-size: cover;
	background-position: center;
}

@media screen and (max-width: 640px) {
	.location__gallery {
		padding: 4%;;
	}
}

/* plan -----------------------------------------------------------------------------------------------------------------------------------*/
#plan {
	padding-top: 80px;
	padding-bottom: 24px;
	background-color: #F5F4F0;
}

@media screen and (max-width: 480px) {
	#plan {
		padding-top: 64px;
	}
}

.plan .plan-list__item {
	background: #595346;
}

.plan .plan-list__head {
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	padding: 32px 16px 24px 16px;
}

.plan .plan-list__head-name {
	height: 100%;
	padding: 20px 16px 20px 4px;
}

.plan .plan-list__head-name strong,
.plan .plan-list__head-name span {
	display: block;
	color: #fff;
}

.plan .plan-list__head-name strong {
	font-size: 2rem;
	letter-spacing: 0.08em;
	line-height: 1;
	margin-bottom: 16px;
}

.plan .plan-list__head-name span {
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	line-height: 1;
}

.plan .plan-list__head-add {
	flex: 1;
	width: auto;
	padding: 0 0px 0 24px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-left: solid 1px #fff;
}

@media screen and (max-width: 640px) {
	.plan .plan-list__head-add {
		gap: 20px;
	}
}

.plan .plan-list__head-add__info {
	display: flex;
	align-items: center;
	gap: 16px;
}

@media screen and (max-width: 640px) {
	.plan .plan-list__head-add__info {
		display: block;
	}
}

.plan .plan-list__head-add__info p {
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: 0;
	line-height: 1;
	color: #fff;
}

.plan .plan-list__head-add__info p:nth-of-type(1) {
	line-height: 1.71;
}

.plan .plan-list__head-add__info p strong,
.plan .plan-list__head-add__info p small {
	color: #fff;
}

.plan .plan-list__head-add__info p strong {
	font-size: 4rem;
	letter-spacing: 0.08em;
}

@media screen and (max-width: 480px) {
	.plan .plan-list__head-add__info p strong {
		font-size: 3.2rem;
	}
}

.plan .plan-list__head-add__info p small {
	font-size: 1.4rem;
	letter-spacing: 0.08em;
}

.plan .plan-list__head-add__info p:first-of-type {
	width: 140px;
}

.plan .plan-list__head-add__info p:last-of-type {
	width: auto;
	flex: 1;
}

.plan-index__ph {
	position: relative;
	margin-bottom: 8px;
}

.plan-index__ph .js-plan-jump {
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 258px;
}

@media screen and (max-width: 480px) {
	.plan-index__ph .js-plan-jump {
		top: 24vw;
		width: 40px;
		height: 40px;
	}
}

.plan-index__ph .js-plan-jump:nth-child(2) {
	left: 80px;
	transform: scale(-1, 1);
}

@media screen and (max-width: 480px) {
	.plan-index__ph .js-plan-jump:nth-child(2) {
		left: 18vw;
	}
}

.plan-index__ph .js-plan-jump:nth-child(3) {
	left: 220px;
}

@media screen and (max-width: 480px) {
	.plan-index__ph .js-plan-jump:nth-child(3) {
		left: 47vw;
	}
}

.plan-index__ph .js-plan-jump:nth-child(4) {
	right: 75px;
}

@media screen and (max-width: 480px) {
	.plan-index__ph .js-plan-jump:nth-child(4) {
		right: 16vw;
	}
}

.plan-index.plan-index02 .js-plan-jump:nth-child(2) {
	left: 140px;
	top: 40px;
	transform: scale(-1, 1);
}

@media screen and (max-width: 480px) {
	.plan-index.plan-index02 .js-plan-jump:nth-child(2) {
		top: 10vw;
		left: 31vw;
	}
}

.plan-index.plan-index02 .js-plan-jump:nth-child(3) {
	left: 300px;
	top: unset;
	bottom: 64px;
}

@media screen and (max-width: 480px) {
	.plan-index.plan-index02 .js-plan-jump:nth-child(3) {
		bottom: 10vw;
		left: 62vw;
	}
}

.plan .plan-list__cnt {
	display: block;
	padding-bottom: 20px;
}
.plan-block__inner {
	border-bottom: 1px solid #F5F4F0;
}

.plan-block {
	width: calc(100% - 32px);
	border-top: solid 1px #fff;
	padding: 40px 0 0 0;
	margin: 0 auto;
}

@media screen and (max-width: 480px) {
	.plan-block {
		padding: 8% 0 0 0;
	}
}

.plan-block__ttl {
	font-size: 2rem;
	line-height: 1;
	letter-spacing: 0.08em;
	margin-bottom: 32px;
	color: #fff;
}

@media screen and (max-width: 480px) {
	.plan-block__ttl {
		margin-bottom: 6%;
	}
}

.plan-block__ph {
	margin-bottom: 40px;
}

@media screen and (max-width: 480px) {
	.plan-block__ph {
		margin-bottom: 8%;
	}
}

.plan-block__madori {
	margin-bottom: 40px;
}

@media screen and (max-width: 480px) {
	.plan-block__madori {
		margin-bottom: 6%;
	}
}

.plan-block__madori__box {
	display: flex;
	gap: 8px;
}

.plan-block__madori__item a {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
}

.plan-block__madori__item a::after {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: url(../img/subdivision/popup-icon.png);
	background-size: contain;
	background-position: center;
	position: absolute;
	right: 0;
	bottom: 0;
	pointer-events: none;
}

.plan-block__info {
	margin-bottom: 40px;
}

@media screen and (max-width: 480px) {
	.plan-block__info {
		margin-bottom: 8%;
	}
}

.plan-block__info ul {
	border-top: solid 1px #fff;
}

.plan-block__info ul li {
	padding: 22px 0;
	display: flex;
	gap: 36px;
	border-bottom: solid 1px #fff;
}

@media screen and (max-width: 480px) {
	.plan-block__info ul li {
		gap: 24px;
		padding: 3% 0;
	}
}

.plan-block__info ul li * {
	color: #fff;
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: 0.08em;
	color: #fff;
}

.plan-block__info ul li h4 {
	width: 80px;
	display: flex;
	align-items: center;
}

.plan-block__info ul li p strong {
	font-size: 2.4rem;
}

@media screen and (max-width: 480px) {
	.plan-block__info ul li p strong {
		font-size: 2rem;
	}
}

.plan-block__point {
	margin-bottom: 40px;
}

@media screen and (max-width: 480px) {
	.plan-block__point {
		margin-bottom: 8%;
	}
}

.plan-block__point ul li {
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.72;
	letter-spacing: 0.08em;
	color: #fff;
}

.plan-block .plan-btn__link {
	border: solid 1px #fff;
	padding: 24px 24px 20px 30px;
	max-width: 276px;
	margin: 0 auto 40px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: 0.4s;
}

.plan-block .plan-btn__link span {
	color: #fff;
	font-size: 1.4rem;
	line-height: 1;
	transition: 0.4s;
}

.plan-block .plan-btn__link svg path,
.plan-block .plan-btn__link svg line {
	transition: 0.4s;
}

@media screen and (min-width: 1024px) {
	.plan-block .plan-btn__link:hover {
		background: #fff;
	}

	.plan-block .plan-btn__link:hover span {
		color: #2b2b33;
		transition: 0.4s;
	}

	.plan-block .plan-btn__link:hover svg path,
	.plan-block .plan-btn__link:hover svg line {
		stroke: #2b2b33;
		transition: 0.4s;
	}
}

.plan-btn__close {
	width: calc(100% - 32px);
	margin: 0 auto;
	border-top: solid 1px #fff;
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: #fff;
	font-size: 1.4rem;
	position: relative;
	cursor: pointer;
}

/* Accordion interaction removed: hide toggle button */
.plan-btn__close {
	display: none;
}

@media screen and (max-width: 480px) {
	.plan-btn__close {
		padding: 4% 0;
	}
}

.plan-btn__close svg {
	transform: rotate(180deg);
	transition: all 0.4s;
}

.plan-btn__close.is-active svg {
	transform: rotate(0deg);
	transition: all 0.4s;
}

.plan-detail__inner>h3.js-plan-spec-open {
	padding: 32px;
	background: #d9d9d9;
	font-size: 2rem;
	cursor: pointer;
	position: relative;
	text-align: center;
}

@media screen and (max-width: 480px) {
	.plan-detail__inner>h3.js-plan-spec-open {
		padding: 24px;
		font-size: 1.8rem;
	}
}

.plan-detail__inner>h3.js-plan-spec-open svg {
	position: absolute;
	right: 16px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.plan-detail__popup {
	width: 432px;
	margin: 0 auto;
	background: #EBE9E4;
	overflow: hidden;
	padding: 32px 16px 56px 16px;
}

@media screen and (max-width: 480px) {
	.plan-detail__popup {
		width: 100%;
	}
}

.plan-detail__popup h3 {
	padding: 0 0 32px 0;
	font-size: 2rem;
	text-align: center;
	color: #595346;
}

.plan-detail__popup ul {
	border-top: 1px solid #bfbfbf;
}

.plan-detail__popup li {
	padding: 14px 0;
	border-bottom: 1px solid #bfbfbf;
	display: flex;
	align-items: center;
}

.plan-detail__popup li h4 {
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	width: 120px;
	color: #595346;
}

.plan-detail__popup li p {
	font-size: 1.4rem;
	line-height: 1.72;
	letter-spacing: 0.08em;
	flex: 1;
	color: #595346;
}

.plan-detail__popup .plan-detail__caution {
	font-size: 1.2rem;
	line-height: 1.66;
	letter-spacing: 0.08em;
	color: #646464;
	margin-top: 32px;
}

.plan-detail__popup .mfp-close {
	right: -40px;
	top: 28px;
	opacity: 1;
}

@media screen and (max-width: 480px) {
	.plan-detail__popup .mfp-close {
		right: -4px;
		top: -36px;
		width: 32px;
		height: 32px;
	}
}

/* point -----------------------------------------------------------------------------------------------------------------------------------*/
#point {
	background: #595346;
	padding-bottom: 24px;
}

@media screen and (max-width: 480px) {
	#point {
		padding-top: 64px;
	}
}

#point .cmn-ttl,
#point .cmn-sub {
	color: #fff;
}

#point .point__details-item {
	border: 1px solid #F5F4F0;
	margin-bottom: 32px;
}
@media screen and (max-width: 480px) {
	#point .point__details-item__label {
		margin-bottom: 4%;
	}
}

.point__details-item__img-wrap {
	width: 219px;
	display: block;
	margin: 0 auto;
}
.point__details-item__img-wrap > img{
	width: 100%;
}

/* contact -----------------------------------------------------------------------------------------------------------------------------------*/
#contact {
	background-color: #F5F4F0;
	padding: 72px 0;
}

@media screen and (max-width: 640px) {
	#contact {
		padding: 14% 0;
	}
}

.contact .cmn-detail {
	margin-bottom: 40px;
}

@media screen and (max-width: 480px) {
	.contact .cmn-detail {
		margin-bottom: 4%;
	}
}

.contact .contact-form__tab {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 8px;
	margin-bottom: 32px;
}

.contact .contact-form__tab-item {
	display: flex;
	flex-direction: column;
	width: calc((100% - 8px) / 2);
	height: auto;
}

.contact .contact-form__tab-item button {
	background: none;
	border: unset;
	padding: 32px 0 20px 0;
	background: #d9d9d9;
	transition: all 0.3s;
}

@media screen and (max-width: 480px) {
	.contact .contact-form__tab-item button {
		padding: 6%;
	}
}

.contact .contact-form__tab-item button.active {
	background: #595346;
	transition: all 0.3s;
}

.contact .contact-form__tab-item button * {
	color: #fff;
	line-height: 1;
}

.contact .contact-form__tab-item button span {
	display: block;
	font-size: 1.2rem;
	letter-spacing: 0.08em;
}

.contact .contact-form__tab-item button p {
	font-size: 2rem;
	letter-spacing: 0.08em;
	margin: 16px 0;
}

@media screen and (max-width: 480px) {
	.contact .contact-form__tab-item button p {
		font-size: 1.6rem;
		margin: 4% 0;
	}
}

/* profile -----------------------------------------------------------------------------------------------------------------------------------*/
#profile {
	padding-top: 80px;
	background: url(../img/subdivision/slider-profile_bg.jpg);
	background-size: cover;
	background-position: center;
}

@media screen and (max-width: 480px) {
	#profile {
		padding-top: 64px;
	}
}

#profile .cmn-ttl,
#profile .cmn-sub {
	color: #fff;
}

#profile .profile-slide-wrap {
	position: relative;
	overflow: visible;
}

#profile .profile-slide.js-slider-profile {
	overflow: hidden;
}

#profile .js-slider-profile .swiper-pagination {
	position: static;
	display: flex;
	gap: 8px;
	justify-content: center;
	margin-bottom: 44px;
}

@media screen and (max-width: 480px) {
	#profile .js-slider-profile .swiper-pagination {
		margin-bottom: 12%;
	}
}

#profile .js-slider-profile .swiper-pagination-bullet {
	font-family: "Marcellus", "Zen Old Mincho", serif;
	width: calc((100% - 16px) / 3);
	height: auto;
	background: none;
	opacity: 1;
	border-radius: 0;
	margin: 0 !important;
	padding: 28px 32px;
	font-size: 1.6rem;
	line-height: 1;
	color: #fff;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	cursor: pointer;
	transition: 0.2s;
}

@media screen and (max-width: 480px) {
	#profile .js-slider-profile .swiper-pagination-bullet {
		padding: 16px 12px;
	}
}

#profile .js-slider-profile .swiper-pagination-bullet-active {
	background: #fff;
	color: #2b2b33;
}

#profile .swiper-button-next,
#profile .swiper-button-prev {
	width: 32px;
	height: 32px;
	background: url(../img/subdivision/slider-profile_arrow.png);
	background-size: contain;
	background-position: center;
	top: 320px;
}

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

	#profile .swiper-button-next,
	#profile .swiper-button-prev {
		top: 270px;
	}
}

#profile .swiper-button-next::after,
#profile .swiper-button-prev::after {
	display: none;
}

#profile .swiper-button-prev {
	transform: rotate(180deg);
	left: -6px;
}

#profile .swiper-button-next {
	right: -6px;
}

#profile .profile-slide__box-ttl h3 {
	font-size: 2.4rem;
	color: #fff;
	margin-bottom: 40px;
	letter-spacing: 0.08em;
	line-height: 1;
}

@media screen and (max-width: 480px) {
	#profile .profile-slide__box-ttl h3 {
		font-size: 2rem;
	}
}

#profile .profile-slide__box-ph {
	margin-bottom: 40px;
}

@media screen and (max-width: 480px) {
	#profile .profile-slide__box-ph {
		margin-bottom: 8%;
	}
}

#profile .profile-slide__box-txt {
	border-bottom: solid 1px #fff;
	padding-bottom: 40px;
}

@media screen and (max-width: 480px) {
	#profile .profile-slide__box-txt {
		padding-bottom: 8%;
	}
}

#profile .profile-slide__box-txt p {
	font-size: 1.6rem;
	color: #fff;
	letter-spacing: 0.08em;
	line-height: 1.71;
	padding-bottom: 40px;
}

@media screen and (max-width: 480px) {
	#profile .profile-slide__box-txt p {
		padding-bottom: 8%;
	}
}

#profile .profile-slide__box-txt ul {
	background: #F5F4F0;
	padding: 8px 0;
}

#profile .profile-slide__box-txt ul li {
	color: #595346;
	padding-left: 40px;
	padding-right: 8px;
	font-size: 1.6rem;
	letter-spacing: 0.04em;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 8px;
	position: relative;
}

@media screen and (max-width: 480px) {
	#profile .profile-slide__box-txt ul li {
		font-size: 1.4rem;
	}
}

#profile .profile-slide__box-txt ul li strong {
	color: #595346;
	font-size: 2.4rem;
	font-family: inherit;
	font-weight: 700;
	letter-spacing: 0.08em;
}

@media screen and (max-width: 480px) {
	#profile .profile-slide__box-txt ul li strong {
		font-size: 2rem;
	}
}

#profile .profile-slide__box-txt ul li::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background: url(../img/subdivision/slider-profile_check.png);
	background-size: contain;
	background-position: center;
	position: absolute;
	left: 12px;
	top: 6px;
	bottom: 0;
	margin: auto;
}

.profile__gallery {
	padding: 0 16px 40px 16px;
}

@media screen and (max-width: 480px) {
	.profile__gallery {
		padding: 0 0 4% 0;
	}
}

/* company -----------------------------------------------------------------------------------------------------------------------------------*/
#company {
	padding-top: 80px;
	padding-bottom: 64px;
	background: #F5F4F0;
}

@media screen and (max-width: 640px) {
	#company {
		padding: 14% 0;
	}
}

#company .company__info {
	padding: 0 16px;
	border-bottom: solid 1px #d9d9d9;
}

#company .company__info-item {
	padding: 24px 0;
	display: flex;
	align-items: center;
	border-top: solid 1px #d9d9d9;
}

#company .company__info-item * {
	font-size: 1.4rem;
	line-height: 1.71;
	letter-spacing: 0.08em;
}

#company .company__info-item h3 {
	width: 104px;
	height: auto;
}

#company .company__info-item p {
	flex: 1;
}

/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* フォーム部分 */
.wpcf7-list-item {
	margin: 0 0 1em 0;
}

form {
	overflow: hidden;
}

form ul {
	display: block;
	margin: 24px 0;
}

form ul:first-of-type {
	margin-top: 0;
}

.item-notice {
	width: 100%;
	margin-right: 0;
	margin-left: auto;
	margin-top: 13px;
	line-height: 1.5;
	font-size: 14px !important;
}

.item-notice strong {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 8px;
	display: block;
}

.item-notice p {
	font-size: 14px;
}

form ul li:last-of-type {
	width: 100%;
}

form ul .item-name {
	color: #2c2928;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: row-reverse;
	gap: 16px;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 500;
}

form ul li:last-of-type .item-form {
	width: 100%;
	display: block;
}

form ul li:last-of-type .item-form span {
	width: 100%;
	display: block;
}

form ul li:last-of-type input {
	width: 100%;
	display: block;
}

form ul li:last-of-type textarea {
	width: 100%;
	display: block;
	resize: vertical;
	height: 240px;
}

@media (max-width: 1024px) {
	form ul .item-name {
		font-size: 14px;
	}
}

.section-form__check1 {
	text-align: center;
	font-size: 14px;
}

.contact__form ul.form-tab button.active {
	color: #186a68;
	border-top: 1px solid #186a68;
	border-bottom: 1px solid #186a68;
}

.submit_btn {
	display: block;
	width: 100%;
	color: #000;
	text-align: center;
	border-radius: 100px;
	border: none;
	margin: auto;
	position: relative;
}

.section-form__check {
	text-align: center;
	margin-top: 32px;
	margin-bottom: 48px;
}

.section-form__check span {
	background: none;
}

.submit_btn:after {
	position: absolute;
	content: "";
	width: 32px;
	height: 6px;
	top: 50%;
	transform: translateY(-48%);
	right: 24px;
	size: cover !important;
	position: center center !important;
}

.wpcf7-spinner {
	display: none !important;
}

li.item-form.itemform_add_search {
	display: flex;
	justify-content: space-between;
}

li.item-form.itemform_add_search span {
	width: calc(100% - 140px);
}

.form-caption {
	margin-bottom: 120px;
}

.form-caption p {
	font-size: 16px;
	text-align: center;
}

.section-form-privacy__cnt {
    overflow-y: scroll;
    margin-bottom: 10px;
    border: 1px solid #43413E;
    height: 200px;
    background: #fff;
    padding: 20px 16px 26px;
}

.section-form-privacy__cnt h3:first-of-type {
	margin-top: 0;
}

.section-form-privacy__cnt p {
	font-size: 14px;
}

.formError {
	z-index: 20 !important;
}

.xdsoft_datetimepicker {
	z-index: 21 !important;
}

@media screen and (max-width: 640px) {
	form ul {
		margin-top: 5%;
		margin-bottom: 3%;
		flex-wrap: wrap;
	}

	form ul li:first-of-type,
	form ul li:last-of-type {
		width: 100%;
	}

	form ul li:first-of-type {
		margin-bottom: 16px;
	}

	form ul li:last-of-type input,
	form ul li:last-of-type textarea {
		font-size: 14px;
	}

	form [type=submit] {
		font-size: 18px;
	}

	.form-caption {
		margin-bottom: 32px;
	}

	.form-caption p {
		font-size: 14px;
		text-align: left;
	}

	.contact__form ul.form-tab {
		margin-bottom: 40px;
	}

	.item-notice,
	li.item-form.itemform_add_search span {
		width: 100%;
	}

	.section-form__check {
		margin-bottom: 5%;
	}
}

.wpcf7-form-control {
	border: none;
	padding: 8px;
	font-size: 16px;
	letter-spacing: normal;
	box-sizing: border-box;
	width: 100%;
}

.wpcf7-form-control.wpcf7-radio label {
	display: flex;
	gap: 12px;
	cursor: pointer;
}

.wpcf7-form-control.wpcf7-radio label input {
	width: 24px;
	height: 24px;
}

.wpcf7-form-control.wpcf7-radio label .wpcf7-list-item-label {
	width: calc(100% - 36px);
}

.form-caption p,
form * {
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	color: #444444;
}

.form__notice {
	font-size: 14px;
	margin-top: 16px;
}

.privacy-policy-scroll {
	background: #fff;
	padding: 20px 16px;
	max-height: 200px;
	height: 100%;
	margin-top: 24px;
	overflow: hidden scroll;
}

.privacy-policy-scroll::-webkit-scrollbar {
	width: 8px;
}

.privacy-policy-scroll::-webkit-scrollbar-thumb {
	background: #a7a7a7;
	border-radius: 10px;
}

.privacy-policy-scroll::-webkit-scrollbar-track {
	background: #fff;
}

.privacy-policy-scroll .simplebar-track {
	width: 0.3rem;
}

.privacy-policy-scroll .simplebar-scrollbar {
	width: 0.3rem;
}

.privacy-policy-scroll .simplebar-scrollbar::before {
	width: 0.3rem;
	color: #fff;
	opacity: 1;
}

.privacy-policy-scroll p {
	font-size: 14px;
	line-height: 1.71;
}

.form-common {
	font-size: 1.6rem;
	margin-top: 40px;
	margin-bottom: 64px;
	/*以下はフォームのデフォルト設定*/
}

.form-common .wpcf7-not-valid-tip {
	display: none;
}

.form-common__inner {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}

.form-common__inner--cnt {
	margin: 0 auto 40px;
}

.form-common__inner--cnt--left {
	font-size: 1.4rem;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	gap: 20px;
}

.form-common__inner--cnt--mail {
	margin: 0 auto 20px;
	font-size: 1.4rem;
	line-height: 1.6em;
}

.form-common__inner--cnt ul:not(:last-of-type) {
	margin: 0 auto 20px;
}

.form-common__inner--cnt ul li {
	float: left;
}

.form-common__inner--cnt ul li:first-of-type {
	display: flex;
	margin-bottom: 16px;
}

.form-common__inner--label {
	width: 70px;
	display: inline-block;
	padding: 12px 0;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1;
	text-align: center;
	border-radius: 24px;
	background: #646464;
}

.form-common__inner--label.label-required {
	background: #8b8437;
}

.form-common__inner--privacy {
	margin: 0 auto 40px;
	border: solid 1px #646464;
	height: 200px;
	overflow: auto;
	padding: 24px 16px;
}

@media screen and (max-width: 480px) {
	.form-common__inner--privacy {
		margin: 0 auto 8%;
	}
}

.form-common__inner--privacy--check {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin: 0 auto 40px;
}

@media screen and (max-width: 480px) {
	.form-common__inner--privacy--check {
		margin: 0 auto 8%;
	}
}

.form-common__inner--privacy--check .wpcf7-form-control {
	line-height: 1;
}

.form-common__inner--privacy--check .wpcf7-form-control.wpcf7-acceptance input {
	height: 18px;
	width: 18px;
}

.form-common__inner--privacy--check .wpcf7-list-item {
	margin: 0;
}

.form-common textarea,
.form-common input[type=text],
.form-common input[type=email],
.form-common input[type=tel],
.form-common input[type=date],
.form-common select {
	width: 100%;
	padding: 20px 16px;
	background: #f0f0f0;
	resize: none;
}

.form-common input[type=text]::placeholder,
.form-common textarea::placeholder {
	font-weight: normal;
}

.form-common input[type=submit],
.form-common input[type=button] {
	position: relative;
	margin: 0 auto;
	width: 100%;
	line-height: 54px;
	text-align: center;
	background: #8b8437;
	color: #fff;
	transition: 0.4s all;
	display: block;
}

.form-common .formError .formErrorContent {
	background: #3a3a3a !important;
	padding: 10px !important;
	border: none !important;
	font-size: 14px !important;
	box-shadow: none !important;
}

.form-common .formError .formErrorArrow .line1,
.form-common .formError .formErrorArrow .line2 {
	background: none !important;
}

.form-common .formError .formErrorArrow div {
	background: #3a3a3a !important;
	border: none !important;
}

.mfp-wrap .mfp-content {
	position: relative;
	width: fit-content;
	margin: 0 auto;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	right: -28px;
	top: 28px;
	opacity: 1;
}

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

	.mfp-image-holder .mfp-close,
	.mfp-iframe-holder .mfp-close {
		right: 0;
		top: -28px;
	}
}

.mfp-close-btn-in .mfp-close {
	color: #fff;
}

@media screen and (max-width: 640px) {
	.mfp-figure--large figure {
		overflow: auto;
		position: relative;
	}

	.mfp-figure--large figure::before {
		aspect-ratio: 1 / 1;
		background: url(../img/subdivision/popup-scrollable.png) center center / contain no-repeat;
		content: "";
		display: block;
		pointer-events: none;
		position: absolute;
		left: calc(50% - 98px);
		top: calc(50% - 98px);
		width: 196px;
	}

	.mfp-figure--large figure.is-scrolled::before {
		display: none;
	}

	.mfp-figure--large figure img {
		max-width: 600px;
	}
}

.xdsoft_datetimepicker * {
	font-family: inherit;
}

/*# sourceMappingURL=page-client.css.map */

/* 260227 */
.plan-list__item {
	position: relative;
}
.plan-list__item.--sold {
	pointer-events: none;
}
.plan-list__item.--sold::after {
	content: '';
	display: block;
	background: url(../img/subdivision/icon-sold.svg) no-repeat center center/cover;
	width: 90px;
	height: 90px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}
.plan-list__item.--sold::before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.6);
		position: absolute;
	z-index: 1;
}

.fv__ttl-info {
		max-width: 165px;
		margin-inline: auto;
		padding-top: 32px;
}

@media(max-width: 640px) {
	.fv__ttl-info {
		padding-top: 5%;
	}
}

.price-total-container__text.--bottom {
		display: flex;
		align-items: center;
		justify-content: center;
	gap: 4px;
}
.price-total-container__text-value.--bottom {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.price-total-container__text-value.--bottom strong {
	font-size: 4rem;
}
@media(max-width: 640px) {
	.price-total-container__text-value.--bottom strong {
		font-size: 3rem;
	}
}
.price-total-container__text-value--dot {
	font-size: 2rem;
}
@media(max-width: 640px) {
	.price-total-container__text-value--dot {
		font-size: 1.4rem;
	}
}
.price-total-container__text-value--unit {
	font-size: 1.4rem;
}
@media(max-width: 640px) {
	.price-total-container__text-notes {
		margin-top: 4%;
	}
}
@media(max-width: 640px) {
	.fv__ttl {
		top: 40%;
		transform: translateY(-50%);
	}
}

.plan-index.plan-index01 .js-plan-jump {
	display: none;
	pointer-events: none;
}

/* 260312 */

.plan-voice {
	margin-block: 40px;
}

.plan-voice__inner {
	position: relative;
	padding-top: 20px;
}

.plan-voice__title {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #8b8437;
	padding: 12px 42px;
	color: #fff;
	font-size: 2rem;
	line-height: 160%;
	letter-spacing: 0.08em;
	text-align: center;
	text-wrap: nowrap;
}

.plan-voice__container {
	background-color: #f0f0f0;
	border: solid 1px #8B8437;
	padding: 52px 24px 32px;
}

.plan-voice-list {
	width: fit-content;
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 0 auto;
}
.plan-voice-list__item {
	display: flex;
	align-items: center;
	gap: 12px;
}

.plan-voice-list__item img {
	width: 16px;
	height: auto;
}

.plan-voice-list__item p {
	font-size: 1.6rem;
	line-height: 200%;
	letter-spacing: 0.08em;
}

@media screen and (max-width: 425px) {
	.plan-voice__title {
		font-size: 1.8rem;
		padding: 12px 24px;
	}
	.plan-voice-list__item p {
		font-size: 1.4rem;
	}
}

/* アコーディオン用 */
#point .point__details--accordion .point__details-item {
	padding: 0;
}

#point .point-image {
	margin-bottom: 24px;
}

#point .point__details-item.is-open {
	transition: none;
}

#point .point__details-item__head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 8px 16px;
	width: 100%;
	padding: 24px 16px 24px;
	border: none;
	background: transparent;
	color: inherit;
	font: inherit;
	text-align: left;
	cursor: pointer;
	position: relative;
}
#point .point__details-item__head .point__details-item__label {
	flex: 0 0 100%;
	color: #fff;
	font-family: "Marcellus", "Zen Old Mincho", serif;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0.08em;
	margin-bottom: 8px;
}
@media screen and (max-width: 480px) {
	#point .point__details-item__head .point__details-item__label {
		margin-bottom: 4%;
	}
}
#point .point__details-item__head .point__details-item__ttl {
	margin-bottom: 0;
	flex: 1;
	min-width: 0;
}
#point .point__details-item__icon {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	position: relative;
	margin-top: 4px;
}
#point .point__details-item__icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 -5px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
	transition: none;
}
#point .point__details-item.is-open .point__details-item__icon::after {
	transform: rotate(-135deg);
}
#point .point__details-item__body {
	display: block;
	max-height: none;
	padding: 0 0 32px 0;
	overflow: hidden;
	transition: none;

}
#point .point__details-item__body.--body01 {
	width: 400px;
    margin: 0 auto;
}
@media screen and (max-width: 480px) {
	#point .point__details-item__body.--body01 {
		width: 100%;
	}
}
#point .point__details-item__body.--body02 {
	width: 400px;
    margin: 0 auto;
}
@media screen and (max-width: 480px) {
	#point .point__details-item__body.--body02 {
		width: 100%;
	}
}
#point .point__details-item__body.--body03 {
	width: 404px;
    margin: 0 auto;
}
@media screen and (max-width: 480px) {
	#point .point__details-item__body.--body03 {
		width: 100%;
	}
}
#point .point__details-item__body[hidden] {
	display: none;
	max-height: none;
	padding: 0 16px;
	visibility: visible;
}
#point .point__details-item.is-open .point__details-item__body {
	max-height: none;
	
	visibility: visible;
}

@media screen and (max-width: 480px) {
	#point .point__details-item.is-open .point__details-item__body {
		width: 100%;
		padding: 0 16px 32px 16px;
	}
}

#point .point__details-item__label {
	color: #d3cb76;
	font-family: "Marcellus", "Zen Old Mincho", serif;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0.08em;
	display: block;
	margin-bottom: 32px;
}

@media screen and (max-width: 480px) {
	#point .point__details-item__label {
		margin-bottom: 4%;
	}
}

#point .point__details-item__ttl {
	color: #fff;
	font-size: 2rem;
	letter-spacing: 0.08em;
	line-height: 1.25;
	margin-bottom: 24px;
}

@media screen and (max-width: 480px) {
	#point .point__details-item__ttl {
		font-size: 1.6rem;
	}
}

#point .point__details-item__ttl strong {
	display: inline-block;
	color: #fff;
	font-family: inherit;
	font-size: 2.8rem;
	letter-spacing: 0.08em;
	margin-top: 8px;
}

@media screen and (max-width: 480px) {
	#point .point__details-item__ttl strong {
		font-size: 2rem;
	}
}

#point .point__details-item__txt {
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.72;
	letter-spacing: 0.08em;
	margin-bottom: 32px;
}

#point .point__details-item__caution {
	display: block;
	color: #fff;
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 24px;
}

#point .point__details-item__box {
	width: 100%;
	display: flex;
	align-items: end;
	justify-content: space-between;
}

@media screen and (max-width: 425px) {
	#point .point__details-item__box {
		align-items: flex-start;
	}
}

#point .point__details-item__box h3 {
	text-wrap: nowrap;
}

#point .point__details-item__img {
	width: 32px;
	height: 32px;
}

#point .point__details-item.is-open .point__details-item__img {
	transform: rotate(180deg);
}

@media screen and (max-width: 425px) {
	#point .point__details-item__img {
		width: 24px;
		height: 24px;
	}
}

/* 260318 */
.js-plan-jump.--none {
	display: none;
	pointer-events: none;
}

/* ==========================================================================
	Contact Section / Form
	========================================================================== */
	.section__contact {
		padding-block: 80px;
		background: #EDEDED;
	}
	.section__contact__menu  {
		display: flex;
		gap: 16px;
	}
	
	@media screen and (max-width: 640px) {
		.section__contact__menu {
			gap: 8px;
		}
	}
	
	.section__contact__heading {
		text-align: left;
		margin-top: 40px;
		padding-bottom: 0;
	}
	
	@media screen and (max-width: 640px) {
		.section__contact__heading {
			margin-top: 6%;
		}
	}
	
	.section__contact .section__contact__form-content {
		display: none;
	}
	
	.section__contact__btn {
		width: 100%;
		height: 100%;
		object-fit: cover;
		opacity: .4;
		cursor: pointer;
	}
	
	
	.section__contact__btn.is-active {
		opacity: 1;
	}
	
	.section__contact .section__contact__form-content.active {
		display: block;
	}
	
	.section__contact span.wpcf7-list-item-label,
	.section__contact .form-date-notice {
		font-size: 1.4rem;
	}
	
	.section__contact .form__notice {
		font-size: 1.4rem;
		font-style: normal;
		font-weight: 400;
		line-height: 2;
		letter-spacing: 1.4px;
	}
	
	@media(max-width: 1024px) {
		.section__contact {
			padding-block: 8%;
		}
	}
	
	@media(max-width: 640px) {
		.section__contact {
			padding-block: 10%;
		}
	}
	
	/* Form Styles */
	form {
		overflow: hidden;
	}
	
	form ul {
		display: block;
		margin-bottom: 16px;
		margin-top: 40px;
	}
	
	form ul .item-name {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		flex-direction: row-reverse;
		gap: 10px;
		margin-bottom: 8px;
		font-size: 16px;
		font-weight: 500;
		letter-spacing: 0.05em;
	}
	
	form ul .item-name span.item-req {
		color: #fff;
		background:#595346;
		text-align: center;
		padding: 5px 22px;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 0.05em;
		border-radius: 30px;
	}
	
	form ul .item-name span.item-noreq {
		color: #fff;
		background: #afafaf;
		text-align: center;
		padding: 5px 22px;
		font-size: 14px;
		border-radius: 30px;
	}
	
	form ul li:last-of-type .item-form {
		width: 100%;
		display: block;
	}
	
	form ul li:last-of-type .item-form span {
		width: 100%;
		display: block;
	}
	
	form ul li:last-of-type textarea {
		width: 100%;
		display: block;
		resize: vertical;
		height: 139px;
	}
	
	form [type=submit] {
		background: #595346;
		height: 56px;
		display: block;
		width: 100%;
		text-align: center;
		border: none;
		padding: 16px;
		margin: auto;
		margin-top: 0px;
		position: relative;
		font-size: 18px;
		opacity: 1;
		transition: 0.3s;
		color: #fff;
		font-size: 1.6rem;
		font-weight: 500;
	}
	
	.section-form__check {
		text-align: center;
		margin-top: 32px;
		margin-bottom: 48px;
	}
	
	.wpcf7-form-control {
		border: none;
		padding: 8px;
		font-size: 16px;
		letter-spacing: normal;
		box-sizing: border-box;
		width: 100%;
	}
	
	.wpcf7-form-control.wpcf7-radio label {
		display: flex;
		gap: 12px;
		cursor: pointer;
	}
	
	.wpcf7-form-control.wpcf7-radio label input {
		width: 24px;
		height: 24px;
	}
	
	.wpcf7-not-valid-tip {
		display: none !important;
	}
	
	.wpcf7-response-output {
		font-size: 1.4rem;
		padding: 16px;
		margin: 16px 0;
		border-radius: 4px;
	}
	
	.wpcf7-response-output.wpcf7-validation-errors {
		border: 2px solid #dc3545;
		color: #dc3545;
		background: #fff3cd;
	}
	
	.wpcf7-response-output.wpcf7-mail-sent-ok {
		border: 2px solid #28a745;
		color: #28a745;
		background: #d4edda;
	}
	
	.privacy-policy-scroll {
		background: #fff;
		padding: 20px 16px;
		max-height: 168px;
		height: 100%;
		margin-top: 24px;
		overflow: hidden scroll;
	}
	
	.privacy-policy-scroll::-webkit-scrollbar-thumb {
		background: #a7a7a7;
		border-radius: 10px;
	}
	
	.privacy-policy-scroll p {
		font-size: 14px;
		line-height: 1.71;
	}
	
	.privacy-box {
		background: #fff;
		/* border: 1px solid #43413E;
		height: 200px;
		overflow: hidden;
		padding: 20px 16px 26px;
		box-sizing: border-box; */
	}

	/* Avoid double scrollbars: keep scrolling only on inner policy area */
	.privacy-box .privacy-policy-scroll {
		height: 100%;
		max-height: 100%;
		margin-top: 0;
		overflow-y: auto;
		overflow-x: hidden;
	}
	
	.privacy-box h3,
	.privacy-box p {
		font-size: 1.4rem;
		font-weight: 400;
		line-height: 1.83;
		letter-spacing: 0.05em;
	}
	
	.privacy-box p:not(:last-of-type) {
		margin-bottom: 4%;
	}
	
	.section-form__check1,
	.section-form__check2 {
		text-align: center;
	}
	
	span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
		background: none;
	}
	
	span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required .wpcf7-list-item-label {
		font-size: 14px;
		line-height: 1;
	}
	
	span.wpcf7-form-control.wpcf7-radio {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		background: unset;
	}
	
	.wpcf7-list-item {
		margin: 0 !important;
		display: flex !important;
		align-items: center;
		gap: 8px;
	}
	
	.wpcf7-list-item input[type=radio] {
		width: auto !important;
	}
	
	.section-form__check1 .wpcf7-list-item,
	.section-form__check2 .wpcf7-list-item,
	.section-form__check3 .wpcf7-list-item {
		justify-content: center;
	}
	
	.wpcf7-form-control.wpcf7-radio label input[type=radio] {
		width: 18px;
		height: 18px;
		border: 1px solid #111111;
		border-radius: 50%;
		color: #ffffff;
		-moz-appearance: none;
		appearance: none;
		-webkit-appearance: none;
		outline: none;
		cursor: pointer;
		background: #fff !important;
	}
	
	.wpcf7-form-control.wpcf7-radio label input[type=radio]:checked {
		color: #000000 !important;
		box-shadow: inset 0 0 0 4px #ffffff;
		background: var(--fc) !important;
	}
	
	.wpcf7-form-control.wpcf7-radio label .wpcf7-list-item-label {
		width: 100%;
	}
	
	input::placeholder,
	textarea::placeholder {
		color: #BFBFBF;
		opacity: 1;
	}
	
	.item-form.itemform_add_search {
		display: flex !important;
		gap: 16px;
	}
	
	.item-form.itemform_add_search .wpcf7-form-control-wrap {
		width: calc(100% - 96px);
	}
	
	.item-form.itemform_add_search button.wpcf7c-elm-step1 {
		width: 90px;
		background: #595346;
		font-size: 1.4rem;
		font-weight: 500;
		text-align: center;
		color: #fff;
	}
	
	.item-notice {
		width: 100%;
		margin-right: 0;
		margin-left: auto;
		margin-top: 13px;
		line-height: 1.5;
		font-size: 14px !important;
	}
	
	.item-notice strong {
		font-size: 13px;
		font-weight: bold;
		margin-bottom: 8px;
		display: block;
	}
	
	.item-notice p {
		font-size: 14px;
	}
	
	.submit_btn {
		display: block;
		width: 100%;
		color: #000;
		text-align: center;
		border-radius: 100px;
		border: none;
		margin: auto;
		position: relative;
	}
	
	.submit_btn:after {
		position: absolute;
		content: "";
		width: 32px;
		height: 6px;
		top: 50%;
		transform: translateY(-48%);
		right: 24px;
		size: cover !important;
		position: center center !important;
	}

	
	.xdsoft_datetimepicker {
		z-index: 21 !important;
	}
	
	li.item-form.itemform_add_search {
		display: flex;
		justify-content: space-between;
	}
	
	li.item-form.itemform_add_search button {
		width: 120px;
		background: #216724;
		border: none;
		color: #fff;
	}
	
	.form-caption p {
		font-size: 16px;
		text-align: center;
	}
	
	.contact__form .privacy-policy-scroll {
		background: #fff;
		padding: 16px 20px;
		margin-bottom: 24px;
	}
	
	.contact__form .privacy-policy-scroll p {
		font-size: 14px;
		line-height: 1.71;
		color: #2c2928;
	}
	
	.contact__form .privacy-policy-scroll p a {
		color: #5839ff;
	}
	
	.section-form__check1 {
		text-align: center;
		font-size: 14px;
	}
	
	.contact__form ul.form-tab button.active {
		color: #186a68;
		border-top: 1px solid #186a68;
		border-bottom: 1px solid #186a68;
	}
	
	/* Radio Button Styles */
	input[type=radio]:checked + label {
		background-color: #e0e0e0;
		color: var(--fc);
		border: 2px solid #c6a160;
		font-weight: bold;
	}
	
	input[type=radio] + label {
		padding: 10px;
		display: inline-block;
		border: 1px solid #ccc;
		border-radius: 5px;
		cursor: pointer;
	}
	
	input[type=radio]:not(:checked) + label {
		background-color: #fff;
		color: #666;
		border: 1px solid #ddd;
	}
	
	.wpcf7-form-control-wrap[data-name=radio-plan] span.wpcf7-list-item {
		margin: 0;
	}
	
	@media (min-width: 1025px) {
		form [type=submit]:hover {
			opacity: 0.5;
			transition: 0.3s;
		}
	}
	
	@media (max-width: 1024px) {
	}
	
	@media screen and (max-width: 640px) {
		form ul {
			margin-top: 5%;
			margin-bottom: 3%;
			flex-wrap: wrap;
		}
		
		.form__notice {
			font-size: 12px;
			margin-top: 2%;
		}
		
		
		.wpcf7-form-control.wpcf7-radio label input[type=radio] {
			padding: 8px;
		}
		
		.form-caption p {
			font-size: 14px;
			text-align: left;
		}
	}
	
	
	.grecaptcha-badge,
	.rc-anchor-alert,
	.rc-anchor {
		visibility: hidden !important;
		opacity: 0 !important;
		display: none !important;
	}
	
	/* Swiper disabled state */
	.swiper-button-disabled {
		opacity: .35;
	}
	
	/* ==========================================================================
		Catalog Radio (Form)
		========================================================================== */
	.catalog-radio {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		padding-bottom:24px ;
	}
	
	.catalog-radio li {
		width: calc((100% - 10px * 1) / 2);
		cursor: pointer;
	}
	
	.catalog-option {
		cursor: pointer;
	}
	
	.catalog-option .txt {
		cursor: pointer;
		font-size: 1.4rem;
		font-weight: 500;
		letter-spacing: 0.05em;
	}
	
	.catalog-option img {
		width: 100%;
		height: auto;
	}
	
	.form-date-notice02 {
		font-size: 1.6rem;
		letter-spacing: 0.05em;
	}
	
	.section__contact .form-spot {
		display: flex;
		gap: 16px;
		margin-top: 40px;
		flex-wrap: wrap;
	}
	
	.section__contact .form-spot__item {
		width: calc((100% - 16px) / 2);
		cursor: pointer;
	}
	
	.section__contact .form-spot__item img {
		opacity: 0.6;
		transition: 0.4s;
	}
	
	.section__contact .form-spot__item.--active img {
		opacity: 1;
	}
	