@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: #2b2b33;
}

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%;
}

.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/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/bg-body.jpg) repeat-x center center/cover;
	pointer-events: none;
}

@media screen and (max-width: 479px) {
	.wrap::before {
		background: url(./img/bg-body.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%;
	background: #2b2b33;
	padding: 40px 62px;
	color: #fff;
}

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

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

.hd-contact__ttl h2 {
	font-size: 2rem;
	color: #fff;
}

.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 #ffffff;
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: 0.08rem;
	transition: 0.4s;
	padding: 24px;
	color: #fff;
}

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

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

	.hd-btn__link:hover svg path,
	.hd-btn__link:hover svg line {
		stroke: #2b2b33;
		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: #2b2b33;
		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: 160px;
	}

	.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: rgba(0, 0, 0, 0.3);
	}
}

.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: #f0f0f0;
	color: #000;
	margin-top: 64px;
}

@media screen and (max-width: 1024px) {
	.ft {
		padding-bottom: 90px;
	}
}

.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.01em;
	color: #000;
}

.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 * {
	color: #fff;
}

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

.fv__ttl-sub span:nth-of-type(1) {
	font-size: 1.6rem;
	margin-bottom: 16px;
}

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

@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 {
	font-size: 3.2rem;
}

@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;
}

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

.fv__ttl-main small {
	font-family: "Marcellus", "Zen Old Mincho", serif;
	display: block;
	margin-top: 16px;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
}

.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%;
	}
}

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

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

.price-total-list__item{}

.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: 2rem;
	}
}

.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;
	margin: 40px auto;
}

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

.cta a {
	display: block;
	width: 100%;
	height: auto;
	background: #8b8437;
	padding: 24px 24px 24px 32px;
	text-align: center;
}

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

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

.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: #fff;
	border: solid 1px #fff;
	transition: all 0.3s;
}

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

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

	.cta a:hover svg path,
	.cta a:hover svg line {
		stroke: #8b8437;
		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;
}

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

.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%;
	}
}

.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%;
	}
}

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

/* location -----------------------------------------------------------------------------------------------------------------------------------*/
#location {
	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/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/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;
}

@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 64px 0;
	padding: 0 16px;
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 1.4rem;
}

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

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

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

/* plan -----------------------------------------------------------------------------------------------------------------------------------*/
#plan {
	padding-top: 80px;
}

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

.plan .plan-list__item {
	background: #2b2b33;
	margin-bottom: 16px;
}

.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;
	gap: 24px;
	border-left: solid 1px #fff;
}

.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.08em;
	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: none;
}

.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/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;
}

@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: #d9d9d9;
	overflow: hidden;
	padding: 32px 16px 56px 16px;
}

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

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

.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 * {
}

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

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

.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 {
	padding-top: 80px;
	padding-bottom: 56px;
	background: #2b2b33;
}

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

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

#point .point__details-item {
	padding: 24px 16px 32px 16px;
	border: solid #8b8437;
	margin-bottom: 8px;
}

#point .point__details-item>span {
	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>span {
		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: 3.2rem;
	letter-spacing: 0.08em;
	margin-top: 8px;
}

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

#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: 0.8rem;
	line-height: 1.5;
	margin-top: 24px;
}

/* contact -----------------------------------------------------------------------------------------------------------------------------------*/
#contact {
	padding-top: 80px;
}

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

.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;
}

.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: 16px 0 0 0;
	}
}

.contact .contact-form__tab-item button.active {
	background: #8b8437;
	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/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/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: #8b8437;
	padding: 8px 0;
}

#profile .profile-slide__box-txt ul li {
	color: #fff;
	padding-left: 40px;
	padding-right: 8px;
	font-size: 1.8rem;
	letter-spacing: 0.04em;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 8px;
	position: relative;
	font-family: "Zen Kaku Gothic New";
}

@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: #fff;
	font-size: 2.4rem;
	font-family: inherit;
	font-weight: 700;
	letter-spacing: 0.04em;
}

@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/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;
	margin-bottom: 64px;
}

@media screen and (max-width: 480px) {
	#company {
		margin-bottom: 8%;
		padding-top: 64px;
	}
}

#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 {
	display: block;
	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;
}

.submit_btn:hover {
	/* border: 1px solid rgba(108, 142, 120, 0.5); */
}

.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;
	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 {
	height: 180px;
	overflow-y: scroll;
	padding: 18px;
	margin-bottom: 32px;
}

.section-form-privacy__cnt h3 {
	font-size: 16px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 6px;
	margin-bottom: 12px;
	margin-top: 32px;
}

.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 {
		padding: 16px;
		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;
}

.wpcf7-not-valid-tip {
	/*   display: none !important; */
}

.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 * {
}

.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/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 */