@charset "utf-8";

/* ------------------------- */
/* イベント */
/* ------------------------- */
.event-kv2 {
	position: relative;
	max-width: 940px;
	margin-top: 180px;
	margin-left: auto;
	margin-right: auto;
}

.event-wrap {
	max-width: 840px;
	padding: 100px 20px;
	margin: 0 auto;
}

.event-info-wrap {
	margin-bottom: 60px;
}

.event-table-inner {
	width: 100%;
	font-weight: bold;
	margin: 0 auto;
}

.event-table-row {
	border-bottom: 1px dotted #ACACAC;
}

.event-table-row:first-of-type {
	border-top: 1px dotted #ACACAC;
}

.event-table-header {
	width: 20%;
	color: #A3A3A3;
	padding: 15px;
}

.event-summary-title {
	font-weight: bold;
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 40px;
}

.event-summary-title span {
	background: linear-gradient(transparent 60%, #e5a949 60%);
}

.event-content {
	max-width: 600px;
	margin: 0 auto;
}

.event-content p {
	margin-bottom: 60px;
	line-height: 2.5;
}

.event-content h4 {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 30px;
}


/* ------------------------- */
/* 提携会社一覧 */
/* ------------------------- */
.tieup-list {
	display: flex;
	flex-wrap: wrap;
}

.tieup-item {
	width: calc(100% / 3 - 4%);
	border: 1px solid #323232;
	border-radius: 20px;
	margin: 0 2% 4%;
	padding: 2%;
	transition: 0.3s;
	position: relative;
	padding-bottom: 40px;
}

.tieup-item:hover {
	opacity: 0.7;
}

.tieup-item::after {
	content: "";
	position: absolute;
	bottom: 20px;
	left: 50%;
	display: block;
	width: 30px;
	height: 9px;
	transition: 0.3s;
	border-bottom: 2px solid #000;
	border-right: 3px solid #000;
	transform: translateX(-50%) skew(45deg);
}

.tieup-item:hover::after {
	transform: translateX(-20%) skew(45deg);
}

/* トップ画像 */
.tieup-img-wrap {
	position: relative;
	width: 100%;
	padding-top: 65%;
	overflow: hidden;
}

.tie-up-img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: 0.3s;
}

.tie-up-img.tie-thumbnail {
	aspect-ratio: 4/3;
}

.tieup-img.tie-logo {
	max-width: 200px;
	height: 80px;
	object-fit: contain;
	margin: 2% auto;
	display: block;
}

@media screen and (max-width: 599px) {
	.tieup-img.tie-logo {
		height: 60px;
	}
}

.tieup-item:hover .tie-up-img {
	width: 110%;
}

/* 会社ロゴ */
/* .tieup-logo-wrap {
	max-width: 160px;
	margin: 2% auto;
} */

.tieup-text {
	font-weight: bold;
	line-height: 1.6;
}



/* ------------------------- */
/* 提携会社詳細 */
/* ------------------------- */
.company-top-img-wrap {
	position: relative;
	max-width: 760px;
	margin: 0 auto 100px;
	padding-top: 45%;
	overflow: hidden;
}

.company-top-img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.pr-lead {
	font-size: 2.6rem;
	font-weight: bold;
	margin-bottom: 40px;
}

.pr-lead>span {
	background: linear-gradient(transparent 60%, #e5a949 60%);
}

.pr-text {
	margin-bottom: 40px;
	text-align: justify;
}

.pr-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pr-item {
	width: calc(100% / 3 - 2%);
	margin-bottom: 4%;
}

.pr-item:not(:nth-child(3n)) {
	margin-right: 2%;
}

.pr-img-wrap {
	position: relative;
	width: 100%;
	padding-top: 70%;
	overflow: hidden;
}

.pr-img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.company-message-wrap {
	background-color: #FCFCFC;
}

.company-message-wrap nav {
	margin-top: 50px;
}

.company-message-wrap .common-btn02 {
	max-width: 320px;
	padding: 10px 0;
}

.person-message-wrap {
	display: flex;
	align-items: flex-start;
}

.person-message-wrap:not(:last-of-type) {
	margin-bottom: 100px;
}

.person-img-wrap {
	width: 30%;
	margin-right: 5%;
	border-radius: 20px;
	overflow: hidden;
}

.person-message-text {
	flex: 1;
	text-align: justify;
}



/* ------------------------- */
/* お客さまの声_一覧 */
/* ------------------------- */
.voice-list {
	display: flex;
	flex-wrap: wrap;
}

.voice-item {
	width: calc(100% / 4 - 4%);
	margin: 0 2% 4%;
	transition: 0.3s;
	position: relative;
	padding-bottom: 20px;
}

.voice-item:hover {
	opacity: 0.7;
}

.voice-item::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	width: 30px;
	height: 9px;
	transition: 0.3s;
	border-bottom: 2px solid #000;
	border-right: 3px solid #000;
	transform: translateX(-50%) skew(45deg);
}

.voice-item:hover::after {
	transform: translateX(-20%) skew(45deg);
}

.voice-chart-img-wrap {
	position: relative;
	width: 100%;
	padding-top: 100%;
	border-radius: 50%;
	overflow: hidden;
}

.voice-chart-img {
	position: absolute;
	width: auto;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: 0.3s;
	object-fit: cover;
}

.voice-item:hover .voice-chart-img {
	height: 110%;
}

.customer-name {
	position: relative;
	display: block;
	background-color: #a70719;
	color: #fff;
	width: 90%;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	margin: -1rem auto 1rem;
	padding: 0.5rem;
	z-index: 1;
}

.voice-chart-text {
	font-size: 1.4rem;
	line-height: 1.6;
}


/* ------------------------- */
/* お客さまの声_詳細 */
/* ------------------------- */
.voice-detail-wrap {
	max-width: 800px;
	padding: 0 20px;
	margin: 120px auto 80px;
}

.voice-detail-inner {
	position: relative;
	margin-bottom: 80px;
}

.voice-detail-img-wrap {
	position: relative;
	width: 100%;
	padding-top: 60%;
	border-radius: 20px;
	overflow: hidden;
}

.voice-detail-img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.voice-detail-name {
	position: absolute;
	background-color: #a70719;
	color: #fff;
	font-size: 2.5rem;
	font-weight: bold;
	padding: 0.5rem 4rem;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
}

.voice-detail-name::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 0 20px;
	border-color: transparent transparent transparent #5f020c;
	top: 0;
	right: -20px;
}

.voice-detail-lead {
	font-size: 2.6rem;
	font-weight: bold;
	border-bottom: 2px solid #323232;
	padding: 0.5rem 0;
	margin-bottom: 2rem;
}

.voice-detail-text {
	margin-bottom: 60px;
}

.voice-detail-wrap .common-btn02 {
	max-width: 320px;
	padding: 10px 0;
}



/* ------------------------- */
/* スタッフ紹介 */
/* ------------------------- */
.staff-wrap {
	margin-bottom: 200px;
}

/* リード */
.staff-lead-area {
	display: flex;
	align-items: center;
	max-width: 1140px;
	padding: 0 20px;
	margin: 0 auto 30px;
	opacity: 0;
	position: relative;
	z-index: 1;
	transform: translateX(-10%);
	transition: 1s;
}

.staff-lead-area.show {
	opacity: 1;
	transform: translateX(0);
}

.staff-numbering {
	width: 100px;
	height: 100px;
	text-align: center;
	background-color: #a70719;
	color: #fff;
	margin-right: 25px;
	padding: 15px;
}

.s-en {
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2.2rem;
	width: 100%;
	line-height: 1.2;
}

.s-number {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 5rem;
	line-height: 1;
}

.staff-lead {
	flex: 1;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.6;
}

/* 名前＆紹介文 */
.staff-inner {
	position: relative;
	display: flex;
	align-items: center;
	height: 460px;
	margin-bottom: 60px;
	overflow: hidden;
}

.staff-img-wrap {
	position: absolute;
	width: 55%;
	right: 0;
}

.staff-img {
	/* width: auto; */
	height: 460px;
}

.staff-info {
	width: 1140px;
	margin: 0 auto;
	padding: 0 20px;
	z-index: 1;
	opacity: 0;
	transform: translateY(30%);
	transition: 1s;
}

.staff-info.show {
	opacity: 1;
	transform: translateY(0);
}

.staff-position {
	display: block;
	font-size: 2.4rem;
	font-weight: bold;
}

.staff-name {
	display: block;
	font-size: 3.8rem;
	font-weight: bold;
}

.staff-name-area {
	margin-bottom: 20px;
}

.staff-name-en {
	position: relative;
	font-size: 14rem;
	font-family: 'Roboto Condensed', sans-serif;
	color: #FFFBE3;
	margin-top: -80px;
	z-index: -1;
}

.staff-text {
	width: 50%;
	background-color: #fff;
	padding: 30px;
	border-top: 8px solid #e5a949;
	box-shadow: 0 0 6px rgb(0, 0, 0, 0.3);
	text-align: justify;
}

/* 自己紹介 */
.staff-table-wrap {
	max-width: 1140px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.staff-table-inner {
	width: 100%;
	font-size: 1.8rem;
}

.staff-table-row {}

.staff-table-row:first-of-type {}

.staff-table-header {
	width: 25%;
	color: #A3A3A3;
	padding: 25px;
}

.staff-table-row:first-of-type .staff-table-text2 {
	border-top: 2px dotted #ccc;
}

.staff-table-row .staff-table-text2 {
	text-align: auto;
	padding: 1rem 0.5rem;
	border-bottom: 2px dotted #ccc;
	vertical-align: top;
	background: #fff;
}

.staff-table-row .staff-table-text2 strong {
	font-weight: bold;
}

.staff-table-row .staff-table-text2:first-child {
	border-right: 2px dotted #ccc;
}

.staff-table-row .staff-table-text2 .head-text {
	font-weight: bold;
	font-size: 2.0rem;
}


/* ------------------------- */
/* よくある質問 */
/* ------------------------- */
.faq {
	margin-bottom: 80px;
}

.faq__dt,
.faq__dd {
	position: relative;
	padding-left: 60px;
}

.faq__dt::before,
.faq__dd::before {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.8rem;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	width: 47px;
	height: 47px;
	border-radius: 50%;
	left: 0;
	top: 0;
}

.faq__dt {
	font-size: 2.8rem;
	font-weight: bold;
	margin-bottom: 3rem;
}

.faq__dd {
	font-size: 1.8rem;
	line-height: 2;
	padding-top: 0.5rem;
	text-align: justify;
	border-bottom: 2px dotted #ccc;
	padding-bottom: 70px;
}

.faq__dt::before {
	content: "Q";
	color: #fff;
	background-color: #a70719;
}

.faq__dd::before {
	content: "A";
	color: #fff;
	background-color: #323232;
}



/* ------------------------- */
/* ブログ一覧 */
/* ------------------------- */
.main-wrap {
	display: flex;
}

.main-area {
	flex: 1;
	padding-right: 140px;
}

/* 記事一覧 */
.blog-info-item {
	border-bottom: 1px dotted #323232;
	padding: 22px 0;
}

.blog-info-item:first-of-type {
	border-top: 1px dotted #323232;
}

.blog-info-inner {
	display: flex;
	align-items: center;
	transition: 0.3s;
}

.blog-info-inner:hover {
	opacity: 0.7;
}

.blog-tmb-wrap {
	position: relative;
	flex: 0 0 180px;
	margin-right: 30px;
	overflow: hidden;
}

.blog-tmb {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 110%;
	height: auto;
	transition: 0.3s;
}

.blog-info-inner:hover .blog-tmb {
	width: 120%;
}

.post-main-area img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.blog-date {
	font-size: 1.7rem;
}

.blog-title {
	font-size: 2.2rem;
	font-weight: bold;
}

/* サイドバー */
.sidebar {
	flex: 0 0 200px;
}

.backnum {
	width: 100%;
	background-color: #323232;
	color: #fff;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 20px;
}

.archive-title {
	font-weight: bold;
	border-bottom: 1px dotted #323232;
	margin-bottom: 20px;
}

.archive-list {
	margin-bottom: 20px;
}

.archive-list li {
	padding: 5px 0;
}

.archive-list li:hover {
	opacity: 0.7;
}


/* ------------------------- */
/* ブログ詳細 */
/* ------------------------- */
.blog-container {
	max-width: 940px;
	padding: 100px 20px;
	margin: 0 auto;
	overflow: hidden;
}

.post-main-area {
	flex: 1;
	padding-right: 140px;
}

.b-title-wrap {
	margin-bottom: 40px;
}

.b-title {
	font-size: 3.4rem;
	font-weight: bold;
}

/*


.b-date {}

.b-date span.cat {
	margin-right: 15px;
	background: #e5a949;
	font-weight: bold;
	font-size: 1.4rem;
	padding: 0.5rem 1.0rem;
}

.post-main-area img {
	max-width: 100%;
	width: auto;
	height: auto;
	margin-bottom: 30px;
}

.blog-info-item img {
	margin-bottom: 0;
}

.post-main-area h2 {
	position: relative;
	font-size: 2.5rem;
	font-weight: bold;
	border-left: 5px solid #e5a949;
	padding-left: 2rem;
	margin-bottom: 2rem;
}

.post-main-area h2::before {
	content: "";
	position: absolute;
	background: #ED6C00;
	width: 5px;
	height: 50%;
	top: 0;
	left: -5px;
}

.post-main-area h3 {
	font-size: 2rem;
	font-weight: bold;
	background: #FFF4B2;
	padding: 0.5rem 2rem;
	margin-bottom: 2rem;
}

.post-main-area p {
	line-height: 1.6;
	text-align: justify;
}

.post-main-area strong {
	font-weight: bold;
	background: linear-gradient(transparent 70%, #e5a949 70%);
}

.post-main-area a {
	text-decoration: underline;
} */

.blog-container nav {
	margin-top: 50px;
}

.blog-container .common-btn02 {
	max-width: 320px;
	padding: 10px 0;
	text-decoration: none;
}

/* ------------------------- */
/* 予約フォーム */
/* ------------------------- */
.reserve-wrap {
	max-width: 840px;
}

.reserve-title {
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.reserve-coution {
	margin-bottom: 40px;
}

.reserve-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.reserve-item {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: calc(100% / 3 - 4%);
	border: 1px solid #323232;
	box-shadow: 0 0 5px rgb(0, 0, 0, 0.3);
	border-radius: 20px;
	margin: 0 2% 4%;
	transition: 0.3s;
}

.reserve-item a {
	display: block;
	width: 100%;
	padding: 15% 0;
}

/*
.reserve-item:hover {
  background-color: #e5a949;
}
*/
.reserve-text-l {
	position: relative;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 30px;
}

.reserve-text-l::after {
	content: "";
	position: absolute;
	width: 30px;
	height: 4px;
	background-color: #a70719;
	bottom: -8px;
	left: 50%;
	border-radius: 5px;
	transform: translateX(-50%);
	transition: 0.3s;
}

/*
.reserve-item:hover .reserve-text-l::after {
  background-color: #fff;
}
*/
.reserve-text {
	position: relative;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.4;
}

.reserve-text::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border: 1px solid;
	top: 50%;
	border-color: #000 #000 transparent transparent;
	transform: rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	transition: 0.3s;
}

/*
.reserve-item:hover .reserve-text::after {
  transform: translateX(10px) translateY(-50%) rotate(45deg);
}
*/
.reserve-caution {
	vertical-align: super;
	font-size: 1.2rem;
}

/* お知らせ */
.news {
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
}

.news__title {
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 1rem;
}

/* ------------------------- */
/* サンクスページ */
/* ------------------------- */
.thanks-text {
	text-align: center;
}


/* ------------------------- */
/* 404ページ */
/* ------------------------- */
.notfound-text {
	text-align: center;
	text-decoration: underline;
}

.policy-lead {
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 20px;
}

.policy-text {
	margin-bottom: 50px;
	text-align: justify;
}


/* ------------------------- */
/* プライバシーポリシー */
/* ------------------------- */
.policy-wrap {
	max-width: 940px;

}


/* ------------------------------------------------------------------- */
@media screen and (max-width: 1700px) {
	.staff-img {
		height: auto;
	}
}

/* ------------------------- */
/* タブレット */
/* ------------------------- */
@media screen and (max-width: 1024px) {

	/* ------------------------- */
	/* イベント */
	/* ------------------------- */
	.event-kv2 {
		margin-top: 90px;
	}

	/* ------------------------- */
	/* 提携会社一覧 */
	/* ------------------------- */
	.tieup-logo-wrap {
		max-width: 120px;
	}

	.tieup-text {
		font-size: 1.4rem;
		line-height: 1.4;
	}


	/* ------------------------- */
	/* お客さま一覧 */
	/* ------------------------- */
	.customer-name {
		font-size: 1.5rem;
	}


	/* ------------------------- */
	/* スタッフ紹介 */
	/* ------------------------- */

	/* リード */
	.staff-lead {
		font-size: 2.2rem;
	}

	/* 名前＆紹介文 */
	.staff-inner {
		height: 400px;
	}

	.staff-img-wrap {
		width: 55%;
	}

	.staff-img {
		height: auto;
	}

	.staff-position {
		font-size: 2rem;
	}

	.staff-name {
		font-size: 3.4rem;
	}

	.staff-name-en {
		font-size: 6.5rem;
		margin-top: -50px;
	}

	.staff-text {
		padding: 20px;
	}

	/* 自己紹介 */
	.staff-table-inner {
		font-size: 1.6rem;
	}

	.staff-table-header {
		padding: 20px;
	}


	/* ------------------------- */
	/* ブログ一覧 */
	/* ------------------------- */
	.main-area {
		padding-right: 60px;
	}

	/* 記事一覧 */
	.blog-tmb-wrap {
		flex: 0 0 160px;
		margin-right: 20px;
	}

	.blog-date {
		font-size: 1.4rem;
	}

	.blog-title {
		font-size: 1.6rem;
	}

	.blog-text {
		font-size: 1.4rem;
		line-height: 1.6;
	}
}

/* 記事詳細 */
.post-main-area {
	padding-right: 60px;
}

.post-main-area h2 {
	font-size: 2rem;
}

.post-main-area h3 {
	font-size: 1.8rem;
}


/* ------------------------- */
/* 予約フォーム */
/* ------------------------- */
.reserve-text-l {
	font-size: 1.5rem;
}





/* ----------------------------------------------------------------- */
/* ------------------------- */
/* スマホ */
/* ------------------------- */
@media screen and (max-width: 599px) {
	.tieup-list {
		display: flex;
		justify-content: space-between;
	}

	.tieup-item {
		width: 48%;
		margin: 0;
		margin-bottom: 20px;
		padding: 15px;
		padding-bottom: 40px;
	}

	/* 会社ロゴ_SP */
	.tieup-logo-wrap {
		max-width: 180px;
	}

	.tieup-text {
		font-size: 1.4rem;
		line-height: 1.6;
	}


	/* ------------------------- */
	/* イベント */
	/* ------------------------- */
	.event-kv2 {
		margin-top: 60px;
	}

	.event-wrap {
		padding: 40px 20px;
	}

	.event-table-row {
		display: flex;
		flex-direction: row;
		padding: 15px 0;
	}

	.event-table-header {
		width: 25%;
		padding: 0;
		margin-right: 5px;
	}

	.event-summary-title {
		font-size: 5vw;
	}

	.event-content h4 {
		font-size: 4.5vw;
	}

	/* ------------------------- */
	/* 提携会社詳細 */
	/* ------------------------- */
	.company-top-img-wrap {
		margin-bottom: 50px;
		padding-top: 65%;
	}

	.pr-lead {
		font-size: 5vw;
		margin-bottom: 20px;
	}

	.pr-list {
		display: block;
	}

	.pr-item {
		width: 100%;
		margin-bottom: 20px;
	}

	.pr-item:not(:nth-child(3n)) {
		margin-right: 0;
	}

	.person-message-wrap {
		display: block;
	}

	.person-message-wrap:not(:last-of-type) {
		margin-bottom: 60px;
	}

	.person-img-wrap {
		width: 80%;
		margin: 0 auto 20px;
	}


	/* ------------------------- */
	/* お客さま一覧 */
	/* ------------------------- */
	.voice-list {
		display: flex;
		justify-content: space-between;
	}

	.voice-item {
		width: 48%;
		margin: 0;
		margin-bottom: 40px;
	}

	.customer-name {
		font-size: 1.4rem;
	}

	.voice-chart-text {
		font-size: 1.2rem;
	}


	/* ------------------------- */
	/* お客さまの声_詳細 */
	/* ------------------------- */
	.voice-detail-wrap {
		margin: 60px auto 40px;
	}

	.voice-detail-inner {
		margin-bottom: 40px;
	}

	.voice-detail-name {
		font-size: 1.8rem;
		width: 70%;
		padding: 0.5rem 2rem;
		top: -15px;
		text-align: center;
	}

	.voice-detail-name::after {
		border-width: 15px 0 0 15px;
		right: -15px;
	}

	.voice-detail-lead {
		font-size: 4.5vw;
		margin-bottom: 1rem;
		line-height: 1.8;
	}

	.voice-detail-text {
		margin-bottom: 40px;
	}

	/* ------------------------- */
	/* スタッフ紹介 */
	/* ------------------------- */
	.staff-wrap {
		margin-bottom: 100px;
	}

	/* リード */
	.staff-lead-area {
		display: block;
		margin-bottom: 10px;
	}

	.staff-numbering {
		width: 70px;
		height: 70px;
		padding: 10px;
		margin-bottom: 10px;
	}

	.s-en {
		font-size: 1.4rem;
	}

	.s-number {
		font-size: 4rem;
	}

	.staff-lead {
		font-size: 4.5vw;
	}

	/* 名前＆紹介文 */
	.staff-inner {
		display: block;
		height: auto;
		margin-bottom: 30px;
	}

	.staff-img-wrap {
		position: static;
		width: 100%;
		margin-bottom: 10px;
	}

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

	.staff-info {
		width: 100%;
	}

	.staff-position {
		font-size: 4vw;
	}

	.staff-name {
		font-size: 7vw;
	}

	.staff-text {
		width: 100%;
		padding: 20px;
		border-top: 6px solid #e5a949;
	}

	/* 自己紹介 */
	.staff-table-inner {
		width: 100%;
	}

	.staff-table-row {}

	.staff-table-header {
		width: 100%;
		padding: 0;
		margin-bottom: 5px;
	}

	.staff-table-row .staff-table-text2 .head-text {
		font-size: 1.4rem;
	}

	.staff-table-row .staff-table-text2 .text {
		font-size: 1.2rem;
	}


	/* ------------------------- */
	/* よくある質問 */
	/* ------------------------- */
	.faq {
		margin-bottom: 40px;
	}

	.faq__dt,
	.faq__dd {
		padding-left: 45px;
	}

	.faq__dt::before,
	.faq__dd::before {
		font-size: 2rem;
		width: 35px;
		height: 35px;
	}

	.faq__dt {
		font-size: 2rem;
		margin-bottom: 2rem;
	}

	.faq__dd {
		font-size: 1.6rem;
		padding-top: 0;
		padding-bottom: 25px;
	}


	/* ------------------------- */
	/* ブログ一覧 */
	/* ------------------------- */
	.main-wrap {
		display: block;
	}

	.main-area {
		padding-right: 0;
	}

	/* 記事一覧 */
	.blog-info-list {
		margin-bottom: 60px;
	}

	.blog-info-item {
		padding: 10px 0;
	}

	.blog-tmb-wrap {
		flex: 0 0 35%;
		margin-right: 15px;
	}

	.blog-title {
		font-size: 1.6rem;
		line-height: 1.4;
	}

	.blog-text {
		display: none;
	}

	/* サイドバー */
	.sidebar {
		flex: 0 0 100%;
	}

	.backnum {
		width: 100%;
		font-size: 1.8rem;
	}


	/* ------------------------- */
	/* ブログ詳細 */
	/* ------------------------- */
	.post-main-area {
		padding-right: 0;
		margin-bottom: 80px;
	}

	.b-title {
		font-size: 2.2rem;
	}

	.b-img {
		margin-bottom: 40px;
	}

	.main-area h3 {
		font-size: 1.8rem;
		margin-bottom: 20px;
	}

	/* ------------------------- */
	/* 予約フォーム */
	/* ------------------------- */
	.reserve-title {
		font-size: 5vw;
	}

	.reserve-coution {
		margin-bottom: 30px;
	}

	.reserve-list {
		flex-wrap: wrap;
	}

	.reserve-item {
		width: calc(100% / 2 - 4%);
	}

	.reserve-text-l {
		font-size: 4vw;
		margin-bottom: 20px;
		line-height: 1.8rem;
	}

	.reserve-text {
		font-size: 3.5vw;
	}
}





/* 来店プレゼント */
.present-area {
	position: relative;
	max-width: 1000px;
	padding: 0 20px;
	margin: 60px auto;
	z-index: 1;
}

.present-list {
	display: flex;
}

.present-item {
	opacity: 0;
	transform: translateY(50%);
	transition: 1s;
}

.present-item.show {
	opacity: 1;
	transform: translateY(0);
}

.present-item:not(:last-child) {
	margin-right: 10px;
}

@media screen and (max-width: 1024px) {
	.present-area {
		max-width: 700px;
		margin-top: -20px;
	}
}

@media screen and (max-width: 599px) {
	.present-area {
		margin: 25px auto;
	}

	.present-list {
		flex-direction: column;
	}

	.present-item:not(:last-child) {
		margin-right: 0;
	}

	.present-item {
		margin-bottom: 15px;
	}
}




.column-archive {}

.column-archive .column-cat-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
}

.column-archive .column-cat-list li {
	margin: 1.0rem 2.0rem;
}

.column-archive .column-cat-list li a {
	border: 1px solid #000;
	border-radius: 50px;
	padding: 2.0rem 5.0rem;
	font-size: 1.8rem;
	font-weight: bold;
	transition: 0.5s;
	display: block;
}

.column-archive .column-cat-list li a:hover {
	background: #000;
	color: #fff;
}

.column-archive .column-info-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.column-archive .column-info-list::before {
	content: "";
	display: block;
	width: 23%;
	order: 1;
}

.column-archive .column-info-list::after {
	content: "";
	display: block;
	width: 23%;
}

.column-archive .column-info-list .column-info-item {
	display: flex;
	width: 23%;
	margin: 20px 0;
}

.column-archive .column-info-list .column-info-item a {
	display: block;
	width: 100%;
	transition: 0.5s;
}

.column-archive .column-info-list .column-info-item .column-tmb-wrap {
	background: #eee;
	width: 100%;
	padding-top: 68%;
	overflow: hidden;
	position: relative;
}

.column-archive .column-info-list .column-info-item .column-tmb-wrap img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.column-archive .column-info-list .column-info-item .column-text-area {
	position: relative;
	padding: 20px 0;
	padding-bottom: 40px;
}

.column-archive .column-info-list .column-info-item .column-text-area::after {
	content: "";
	position: absolute;
	bottom: 20px;
	left: 50%;
	display: block;
	width: 30px;
	height: 9px;
	transition: 0.3s;
	border-bottom: 2px solid #000;
	border-right: 3px solid #000;
	transform: translateX(-50%) skew(45deg);
}

.column-archive .column-info-list .column-info-item a:hover .column-text-area::after {
	transform: translateX(-20%) skew(45deg);
}

.column-archive .column-info-list .column-info-item .column-text-area .column-cat {
	position: absolute;
	left: -10px;
	top: 0;
	transform: translateY(-50%);
}

.column-archive .column-info-list .column-info-item .column-text-area .column-cat span {
	position: relative;
	display: inline-block;
	font-weight: bold;
	font-size: 1.4rem;
	padding: 0 2rem;
	background: #ffe33f;
}

.column-archive .column-info-list .column-info-item .column-text-area .column-cat span:before {
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 0;
	height: 0;
	content: '';
	border-top: 10px solid #c69322;
	border-left: 10px solid transparent;
}

.column-archive .column-info-list .column-info-item .column-text-area .column-title {
	font-weight: bold;
	font-size: 1.8rem;
}

.column-archive .column-info-list .column-info-item .column-text-area .column-date {
	font-weight: bold;
}

.column-archive .pagination {
	margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
	.column-archive {}

	.column-archive .column-cat-list {
		margin-bottom: 30px;
	}

	.column-archive .column-cat-list li {
		margin: 0.5rem 1.0rem;
	}

	.column-archive .column-cat-list li a {
		padding: 1.0rem 3.0rem;
		font-size: 1.6rem;
	}

	.column-archive .column-info-list::before {
		content: none;
	}

	.column-archive .column-info-list::after {
		width: 30%;
	}

	.column-archive .column-info-list .column-info-item {
		width: 30%;
	}

	.column-archive .column-info-list .column-info-item .column-text-area .column-title {
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 767px) {
	.column-archive .column-info-list::after {
		width: 48%;
	}

	.column-archive .column-info-list .column-info-item {
		width: 48%;
	}
}

@media screen and (max-width: 599px) {
	.column-archive .column-cat-list li a {
		padding: 1.0rem 1.5rem;
	}

	.column-archive .column-info-list {
		flex-direction: column;
	}

	.column-archive .column-info-list .column-info-item {
		width: 100%;
		margin: 20px 0;
	}
}




.event-sec {
	padding-top: 100px;
}

.event-sec .bg_wrap {
	background: #f3f2e6;
}

.event-sec .event-info-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.event-sec .event-info-list .event-info-item {
	display: flex;
	width: 48%;
	margin: 30px 0;
}

.event-sec .event-info-list .event-info-item a {
	display: block;
	width: 100%;
	background: #fff;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
	transition: 0.5s;
}

.event-sec .event-info-list .event-info-item a:hover {
	box-shadow: none;
}

.event-sec .event-info-list .event-info-item .event-tmb-wrap {
	background: #eee;
	width: 100%;
	padding-top: 66.7%;
	overflow: hidden;
	position: relative;
}

.event-sec .event-info-list .event-info-item .event-tmb-wrap img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.event-sec .event-info-list .event-info-item .event-text-area {
	position: relative;
	padding: 50px 50px;
	padding-bottom: 60px;
}

.event-sec .event-info-list .event-info-item .event-text-area::after {
	content: "";
	position: absolute;
	bottom: 20px;
	left: 50%;
	display: block;
	width: 30px;
	height: 9px;
	transition: 0.3s;
	border-bottom: 2px solid #000;
	border-right: 3px solid #000;
	transform: translateX(-50%) skew(45deg);
}

.event-sec .event-info-list .event-info-item a:hover .event-text-area::after {
	transform: translateX(-20%) skew(45deg);
}

.event-sec .event-info-list .event-info-item .event-text-area .event-date {
	position: absolute;
	left: -10px;
	top: 0;
	transform: translateY(-50%);
}

.event-sec .event-info-list .event-info-item .event-text-area .event-date span {
	position: relative;
	display: inline-block;
	font-weight: bold;
	min-width: 200px;
	padding: 1rem 3rem;
	background: #a70719;
	color: #fff;
}

.event-sec .event-info-list .event-info-item .event-text-area .event-date span:before {
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 0;
	height: 0;
	content: '';
	border-top: 10px solid #5f020c;
	border-left: 10px solid transparent;
}

.event-sec .event-info-list .event-info-item .event-text-area .event-title {
	font-weight: bold;
	font-size: 1.8rem;
}

.event-sec .pagination {
	margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
	.event-sec {
		padding-top: 60px;
	}

	.event-sec .event-info-list .event-info-item .event-text-area {
		padding: 30px 20px;
		padding-bottom: 40px;
	}

	.event-sec .event-info-list .event-info-item .event-text-area .event-title {
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 599px) {
	.event-sec .event-info-list {
		flex-direction: column;
	}

	.event-sec .event-info-list .event-info-item {
		width: 100%;
		margin: 20px 0;
	}

	.event-sec .event-info-list .event-info-item .event-text-area .event-date span {
		padding: 0.5rem 3rem;
	}
}




.flow-sec01 {
	padding-top: 100px;
}

.flow-sec01 .bg_wrap {
	background: #f3f2e6;
	padding-bottom: 100px;
}

.flow-sec01 .flow-list {}

.flow-sec01 .flow-list li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	background: #fff;
	border-radius: 20px;
	margin-bottom: 120px;
	opacity: 0;
	transform: translateY(50%);
	transition: 1s;
}

.flow-sec01 .flow-list li.show {
	opacity: 1;
	transform: translateY(0);
}

.flow-sec01 .flow-list li:last-child {
	margin-bottom: 0;
}

.flow-sec01 .flow-list li:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border: 40px solid transparent;
	border-top: 35px solid #fff;
}

.flow-sec01 .flow-list li .ico {
	position: absolute;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 9rem;
	top: -0.5em;
	left: 0.2em;
}

.flow-sec01 .flow-list li figure {
	width: 40%;
}

.flow-sec01 .flow-list li .text {
	flex: 1;
	padding: 0 70px;
}

.flow-sec01 .flow-list li .text h3 {
	text-align: center;
	font-size: 3.2rem;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.flow-sec01 .flow-list li .text h3 span {
	background: linear-gradient(transparent 70%, #e5a949 70%);
}

.flow-sec01 nav {
	max-width: 380px;
	margin: 0 auto;
	opacity: 0;
	transform: translateY(100%);
	transition: 1s;
}

.flow-sec01 nav.show {
	opacity: 1;
	transform: translateY(0);
}

.flow-sec01 nav a {
	padding: 15px 0;
}

@media screen and (max-width: 1024px) {
	.flow-sec01 {
		padding-top: 60px;
	}

	.flow-sec01 .bg_wrap {
		padding-bottom: 60px;
	}

	.flow-sec01 .flow-list li .ico {
		font-size: 6rem;
	}

	.flow-sec01 .flow-list li .text h3 {
		font-size: 2.6rem;
	}

	.flow-sec01 .flow-list li .text {
		padding: 0 30px;
	}
}

@media screen and (max-width: 599px) {
	.flow-sec01 .flow-list li {
		flex-direction: column;
		padding: 20px;
		margin-bottom: 50px;
	}

	.flow-sec01 .flow-list li:before {
		border: 20px solid transparent;
		border-top: 18px solid #fff;
	}

	.flow-sec01 .flow-list li figure {
		width: 100%;
		margin-bottom: 15px;
	}

	.flow-sec01 .flow-list li .text {
		padding: 0;
	}

	.flow-sec01 .flow-list li .text h3 {
		font-size: 2.0rem;
	}

	.flow-sec01 nav {
		width: 80%;
		margin: 10px auto;
	}

	.flow-sec01 nav a {
		padding: 5px 0;
	}
}




.reserve-title:not(:first-child) {
	margin-top: 50px;
}

.reserve-list {
	align-items: flex-start;
}

.reserve-item {
	flex-direction: column;
	border: none;
	box-shadow: none;
	border-radius: 0;
}

.reserve-item:hover {
	background-color: #fff;
}

.reserve-item a.link {
	border: 1px solid #323232;
	box-shadow: 0 0 5px rgb(0 0 0 / 30%);
	border-radius: 20px;
	transition: 0.3s;
	display: block;
	width: 100%;
	padding: 15% 0;
}

.reserve-item a.link:hover {
	background-color: #FFE33F;
}

.reserve-item a.link:hover .reserve-text::after {
	transform: translateX(10px) translateY(-50%) rotate(45deg);
}

.reserve-item .reserve-text-l {
	font-size: 2.0rem;
}

.reserve-text-shop {
	padding-right: 10px;
	position: relative;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.4;
}

.reserve-text-shop::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border: 1px solid;
	top: 50%;
	right: 0;
	border-color: #000 #000 transparent transparent;
	transform: rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	transition: 0.3s;
}

.reserve-text-shop:hover::after {
	transform: translateX(10px) translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 599px) {
	.reserve-title:not(:first-child) {
		margin-top: 30px;
	}

	.reserve-item .reserve-text-l {
		font-size: 1.4rem;
	}
}




/* ------------------------- */
/* 店舗情報 */
/* ------------------------- */
.store-info-detail {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	border-bottom: 2px dotted #bbb;
	margin-bottom: 60px;
}

.store-info-detail .store-info-lead {
	margin: 0 auto;
	margin-bottom: 1.0em;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

.store-info-detail .store-info-lead span {
	background: linear-gradient(transparent 60%, #e5a949 60%);
	padding: 0 0.5em;
}

.store-info-detail .face {
	width: 47%;
	margin-bottom: 40px;
}

.store-info-detail .face nav {
	width: 80%;
	margin: 0 auto;
	margin-top: 25px;
}

.store-info-detail .face nav a.common-btn01 {
	padding: 5px 0;
}

.store-info-detail .face .flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.store-info-detail .face figure {
	border-radius: 50%;
	overflow: hidden;
	width: 36%;
	margin-right: 6%;
}

.store-info-detail .face .text {
	flex: 1;
}

.store-info-detail .face .text .staff-catch {
	font-size: 1.8rem;
	font-weight: bold;
	background: #a70719;
	color: #fff;
	padding: 3px 20px;
	border-radius: 50px;
	text-align: center;
	display: inline-block;
	margin-bottom: 10px;
}

.store-info-detail .face figure img {
	aspect-ratio: 1/1;
	object-fit: cover;
}

.store-info-detail .face .text .staff-position {
	font-size: 1.8rem;
}

.store-info-detail .image {
	width: 50%;
	margin-bottom: 40px;
}

.store-info-detail .address {
	width: 47%;
	margin-bottom: 40px;
}

.store-info-detail .map {
	width: 50%;
	margin-bottom: 40px;
}

.store-info-detail .address .address-dl {
	font-size: 2.0rem;
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
}

.store-info-detail .address .address-dl dt {
	width: 28%;
	padding: 0.3em 0;
}

.store-info-detail .address .address-dl dd {
	width: 72%;
	padding: 0.3em 0;
}

.store-info-booking #booking-package {
	margin-top: 80px;
}

@media screen and (max-width: 1024px) {
	.store-info-detail {
		flex-direction: column;
		margin-bottom: 40px;
	}

	.store-info-detail .face {
		width: 100%;
	}

	.store-info-detail .face figure {
		width: 34%;
		margin-right: 6%;
	}

	.store-info-detail .face .text .staff-catch {
		font-size: 1.4rem;
		padding: 3px 0;
		display: block;
	}

	.store-info-detail .face .text .staff-position {
		font-size: 1.5rem;
	}

	.store-info-detail .image {
		width: 100%;
	}

	.store-info-detail .address {
		width: 100%;
	}

	.store-info-detail .map {
		width: 100%;
	}
}

@media screen and (max-width: 599px) {
	.store-info-detail .address .address-dl {
		font-size: 1.4rem;
	}
}

/*スライド*/
.store-info-detail .image {}

.store-info-detail .image .slider {}

.store-info-detail .image .slider .main {
	margin-bottom: 7px;
}

.store-info-detail .image .slider .main .bx-wrapper {
	box-shadow: none;
	border: none;
	margin-bottom: 0;
	padding-top: 5px;
}

.store-info-detail .image .slider .main .bx-wrapper ul {
	padding: 0;
}

.store-info-detail .image .slider .thumbnail {}

.store-info-detail .image .slider .thumbnail ul {
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	list-style: none;
}

.store-info-detail .image .slider .thumbnail ul li {
	width: 19%;
}

.store-info-detail .image .bx-wrapper .bx-loading {
	/*background: none;*/
}

.store-info-detail .image .bx-wrapper .bx-controls-direction a {
	z-index: 4;
}

@media screen and (max-width: 599px) {
	.store-info-detail .image .slider .main {
		margin-bottom: 4px;
	}
}




.column-archive {}

.column-archive .column-cat-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
}

.column-archive .column-cat-list li {
	margin: 1.0rem 2.0rem;
}

.column-archive .column-cat-list li a {
	border: 1px solid #000;
	border-radius: 50px;
	padding: 2.0rem 5.0rem;
	font-size: 1.8rem;
	font-weight: bold;
	transition: 0.5s;
	display: block;
}

.column-archive .column-cat-list li a:hover {
	background: #000;
	color: #fff;
}

.column-archive .column-info-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.column-archive .column-info-list::before {
	content: "";
	display: block;
	width: 23%;
	order: 1;
}

.column-archive .column-info-list::after {
	content: "";
	display: block;
	width: 23%;
}

.column-archive .column-info-list .column-info-item {
	display: flex;
	width: 23%;
	margin: 20px 0;
}

.column-archive .column-info-list .column-info-item a {
	display: block;
	width: 100%;
	transition: 0.5s;
}

.column-archive .column-info-list .column-info-item .column-tmb-wrap {
	background: #eee;
	width: 100%;
	padding-top: 68%;
	overflow: hidden;
	position: relative;
}

.column-archive .column-info-list .column-info-item .column-tmb-wrap img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.column-archive .column-info-list .column-info-item .column-text-area {
	position: relative;
	padding: 20px 0;
	padding-bottom: 40px;
}

.column-archive .column-info-list .column-info-item .column-text-area::after {
	content: "";
	position: absolute;
	bottom: 20px;
	left: 50%;
	display: block;
	width: 30px;
	height: 9px;
	transition: 0.3s;
	border-bottom: 2px solid #000;
	border-right: 3px solid #000;
	transform: translateX(-50%) skew(45deg);
}

.column-archive .column-info-list .column-info-item a:hover .column-text-area::after {
	transform: translateX(-20%) skew(45deg);
}

.column-archive .column-info-list .column-info-item .column-text-area .column-cat {
	position: absolute;
	left: -10px;
	top: 0;
	transform: translateY(-50%);
}

.column-archive .column-info-list .column-info-item .column-text-area .column-cat span {
	position: relative;
	display: inline-block;
	font-weight: bold;
	font-size: 1.4rem;
	padding: 0 2rem;
	background: #ffe33f;
}

.column-archive .column-info-list .column-info-item .column-text-area .column-cat span:before {
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 0;
	height: 0;
	content: '';
	border-top: 10px solid #c69322;
	border-left: 10px solid transparent;
}

.column-archive .column-info-list .column-info-item .column-text-area .column-title {
	font-weight: bold;
	font-size: 1.8rem;
}

.column-archive .column-info-list .column-info-item .column-text-area .column-date {
	font-weight: bold;
}

.column-archive .pagination {
	margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
	.column-archive {}

	.column-archive .column-cat-list {
		margin-bottom: 30px;
	}

	.column-archive .column-cat-list li {
		margin: 0.5rem 1.0rem;
	}

	.column-archive .column-cat-list li a {
		padding: 1.0rem 3.0rem;
		font-size: 1.6rem;
	}

	.column-archive .column-info-list::before {
		content: none;
	}

	.column-archive .column-info-list::after {
		width: 30%;
	}

	.column-archive .column-info-list .column-info-item {
		width: 30%;
	}

	.column-archive .column-info-list .column-info-item .column-text-area .column-title {
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 767px) {
	.column-archive .column-info-list::after {
		width: 48%;
	}

	.column-archive .column-info-list .column-info-item {
		width: 48%;
	}
}

@media screen and (max-width: 599px) {
	.column-archive .column-cat-list li a {
		padding: 1.0rem 1.5rem;
	}

	.column-archive .column-info-list {
		flex-direction: column;
	}

	.column-archive .column-info-list .column-info-item {
		width: 100%;
		margin: 20px 0;
	}
}



.reserve-wrap {
	padding: 60px 20px;
}

.reserve-wrap .section-title {
	margin-bottom: 40px;
}

.reserve-wrap #booking-package {
	margin-top: 60px;
}

.reserve-wrap #booking-package .bookingButton {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
	min-width: 380px;
	height: auto;
	cursor: pointer;
	padding: 10px 0;
}






/* ------------------------- */
/* 物件情報 */
/* ------------------------- */
.realestate-sec {
	padding-top: 100px;
}

.realestate-sec .bg_wrap {
	background: #f3f2e6;
}

.realestate-sec .realestate-cat {
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
}

.realestate-sec .realestate-cat li {
	margin: 0 10px;
}

.realestate-sec .realestate-cat li a {
	padding: 10px;
	min-width: 150px;
	text-align: center;
	font-weight: bold;
	font-size: 2.0rem;
	display: block;
	background: #A70719;
	color: #fff;
}

.realestate-sec .realestate-cat li a:hover {
	background: #000;
}

.realestate-sec .realestate-info-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.realestate-sec .realestate-info-list .realestate-info-item {
	display: flex;
	width: 48%;
	margin: 30px 0;
}

.realestate-sec .realestate-info-list .realestate-info-item a {
	display: block;
	width: 100%;
	background: #fff;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
	transition: 0.5s;
}

.realestate-sec .realestate-info-list .realestate-info-item a:hover {
	box-shadow: none;
}

.realestate-sec .realestate-info-list .realestate-info-item .realestate-tmb-wrap {
	background: #eee;
	width: 100%;
	padding-top: 66.7%;
	overflow: hidden;
	position: relative;
}

.realestate-sec .realestate-info-list .realestate-info-item .realestate-tmb-wrap img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.realestate-sec .realestate-info-list .realestate-info-item .realestate-text-area {
	position: relative;
	padding: 50px 50px;
	padding-bottom: 60px;
}

.realestate-sec .realestate-info-list .realestate-info-item .realestate-text-area::after {
	content: "";
	position: absolute;
	bottom: 20px;
	left: 50%;
	display: block;
	width: 30px;
	height: 9px;
	transition: 0.3s;
	border-bottom: 2px solid #000;
	border-right: 3px solid #000;
	transform: translateX(-50%) skew(45deg);
}

.realestate-sec .realestate-info-list .realestate-info-item a:hover .realestate-text-area::after {
	transform: translateX(-20%) skew(45deg);
}

.realestate-sec .realestate-info-list .realestate-info-item .realestate-text-area .realestate-date {
	position: absolute;
	left: -10px;
	top: 0;
	transform: translateY(-50%);
}

.realestate-sec .realestate-info-list .realestate-info-item .realestate-text-area .realestate-date span {
	position: relative;
	display: inline-block;
	font-weight: bold;
	min-width: 200px;
	padding: 1rem 3rem;
	background: #a70719;
	color: #fff;
}

.realestate-sec .realestate-info-list .realestate-info-item .realestate-text-area .realestate-date span:before {
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 0;
	height: 0;
	content: '';
	border-top: 10px solid #5f020c;
	border-left: 10px solid transparent;
}

.realestate-sec .realestate-info-list .realestate-info-item .realestate-text-area .realestate-price {
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.0;
}

.realestate-sec .realestate-info-list .realestate-info-item .realestate-text-area .realestate-price strong {
	color: #a70719;
	font-weight: bold;
	font-size: 1.6em;
	vertical-align: -2px;
	margin-right: 5px;
}

.realestate-sec .realestate-info-list .realestate-info-item .realestate-text-area .realestate-note {
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.5;
}

.realestate-sec .pagination {
	margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
	.realestate-sec {
		padding-top: 60px;
	}

	.realestate-sec .realestate-info-list .realestate-info-item .realestate-text-area {
		padding: 30px 20px;
		padding-bottom: 40px;
	}

	.realestate-sec .realestate-info-list .realestate-info-item .realestate-text-area .realestate-title {
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 599px) {
	.realestate-sec .realestate-cat {
		margin-bottom: 20px;
		justify-content: space-between;
	}

	.realestate-sec .realestate-cat li {
		width: 30%;
		margin: 0;
	}

	.realestate-sec .realestate-cat li a {
		padding: 10px 0;
		min-width: inherit;
		font-size: 1.4rem;
	}

	.realestate-sec .realestate-info-list {
		flex-direction: column;
	}

	.realestate-sec .realestate-info-list .realestate-info-item {
		width: 100%;
		margin: 20px 0;
	}

	.realestate-sec .realestate-info-list .realestate-info-item .realestate-text-area .realestate-title {
		font-size: 1.6rem;
	}

	.realestate-sec .realestate-info-list .realestate-info-item .realestate-text-area .realestate-date span {
		padding: 0.5rem 3rem;
	}

	.realestate-sec .realestate-info-list .realestate-info-item .realestate-text-area .realestate-price {
		font-size: 1.5rem;
		margin-bottom: 5px;
	}

	.realestate-sec .realestate-info-list .realestate-info-item .realestate-text-area .realestate-price strong {
		font-size: 1.5em;
	}

	.realestate-sec .realestate-info-list .realestate-info-item .realestate-text-area .realestate-note {
		font-size: 1.5rem;
	}
}


.realestate-kv2 {
	position: relative;
	max-width: 940px;
	margin-top: 180px;
	margin-left: auto;
	margin-right: auto;
}

.realestate-wrap {
	max-width: 1150px;
	padding: 100px 20px;
	margin: 0 auto;
}

@media screen and (max-width: 1024px) {
	.realestate-kv2 {
		margin-top: 90px;
	}
}

@media screen and (max-width: 599px) {
	.realestate-kv2 {
		margin-top: 60px;
	}

	.realestate-wrap {
		padding: 40px 20px;
	}
}

.realestate-images {
	margin-bottom: 80px;
}

.realestate-images .slider {}

.realestate-images .slider .main {
	margin-bottom: 7px;
}

.realestate-images .slider .main .bx-wrapper {
	box-shadow: none;
	border: none;
	margin-bottom: 0;
	padding-top: 5px;
}

.realestate-images .slider .main .bx-wrapper ul {
	padding: 0;
}

.realestate-images .slider .main .bx-wrapper ul li img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	aspect-ratio: 1200 / 900;
}

.realestate-images .slider .thumbnail {}

.realestate-images .slider .thumbnail ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 0 -5px;
}

.realestate-images .slider .thumbnail ul li {
	width: 20%;
	box-sizing: border-box;
	padding: 5px 5px;
}

.realestate-images .slider .thumbnail ul li img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	aspect-ratio: 1200 / 900;
}

.realestate-images .bx-wrapper .bx-loading {
	/*background: none;*/
}

.realestate-images .bx-wrapper .bx-controls-direction a {
	z-index: 4;
}

.realestate-images .bx-wrapper .bx-controls-direction a.bx-prev {
	left: -10px;
}

.realestate-images .bx-wrapper .bx-controls-direction a.bx-next {
	right: -10px;
}

@media screen and (max-width: 599px) {
	.realestate-images {
		margin-bottom: 60px;
	}

	.realestate-images .slider .main {
		margin-bottom: 4px;
	}

	.realestate-images .slider .thumbnail ul {
		margin: 0 -3px;
	}

	.realestate-images .slider .thumbnail ul li {
		padding: 3px 3px;
	}
}

.realestate-info {
	margin-bottom: 80px;
}

.realestate-info .cat {
	text-align: center;
	margin-bottom: 30px;
}

.realestate-info .cat span {
	padding: 10px;
	min-width: 150px;
	text-align: center;
	font-weight: bold;
	font-size: 2.0rem;
	display: inline-block;
	background: #A70719;
	color: #fff;
}

.realestate-info .catch {
	display: table;
	margin: 0 auto;
	margin-bottom: 40px;
}

.realestate-info .catch p {
	font-size: 2.0rem;
	font-weight: bold;
}

.realestate-info ul.detail-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.realestate-info ul.detail-list li {
	width: 48%;
	border-top: 1px solid #B2B2B2;
}

.realestate-info ul.detail-list li:last-child {
	border-bottom: 1px solid #B2B2B2;
}

.realestate-info ul.detail-list li.row {
	width: 100%;
}

.realestate-info ul.detail-list li dl {
	display: flex;
	align-items: center;
	padding: 15px 10px;
}

.realestate-info ul.detail-list li dl dt {
	width: 7em;
	font-weight: bold;
}

.realestate-info ul.detail-list li dl dd {
	flex: 1;
}

.realestate-info ul.detail-list li dl dd.price {
	font-weight: bold;
}

.realestate-info ul.detail-list li dl dd.price strong {
	color: #a70719;
	font-weight: bold;
	font-size: 1.6em;
	vertical-align: -2px;
	margin-right: 5px;
}

@media screen and (max-width: 1024px) {
	.realestate-info ul.detail-list {
		flex-direction: column;
	}

	.realestate-info ul.detail-list li {
		width: 100%;
	}
}

@media screen and (max-width: 599px) {
	.realestate-info {
		margin-bottom: 60px;
	}

	.realestate-info .section-title {
		margin-bottom: 40px;
	}

	.realestate-info .cat {
		margin-bottom: 20px;
	}

	.realestate-info .cat span {
		font-size: 1.8rem;
	}

	.realestate-info .catch {
		margin-bottom: 30px;
	}

	.realestate-info .catch p {
		font-size: 1.6rem;
	}

	.realestate-info ul.detail-list li dl dt {
		width: 6em;
	}

	.realestate-info ul.detail-list li dl dd {
		font-size: 0.875em;
	}
}

.realestate-map {
	margin-bottom: 80px;
}

.realestate-map iframe {
	width: 100%;
}

@media screen and (max-width: 599px) {
	.realestate-map {
		margin-bottom: 60px;
	}
}

.realestate-detail {
	margin-bottom: 80px;
}

.realestate-detail .note {
	font-size: 0.875em;
	padding-top: 5px;
}

.realestate-detail .inner {
	background: #F8F8F8;
	padding: 60px 80px;
}

.realestate-detail h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
}

.realestate-detail ul.detail-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.realestate-detail ul.detail-list li {
	width: 48%;
	border-top: 1px solid #B2B2B2;
}

.realestate-detail ul.detail-list li dl {
	display: flex;
	align-items: center;
	padding: 15px 10px;
}

.realestate-detail ul.detail-list li dl dt {
	width: 8em;
	font-weight: bold;
}

.realestate-detail ul.detail-list li dl dd {
	flex: 1;
	font-size: 0.875em;
}

@media screen and (max-width: 1024px) {
	.realestate-detail .inner {
		padding: 40px 40px;
	}

	.realestate-detail ul.detail-list {
		flex-direction: column;
	}

	.realestate-detail ul.detail-list li {
		width: 100%;
	}
}

@media screen and (max-width: 599px) {
	.realestate-detail {
		margin-bottom: 60px;
	}

	.realestate-detail .inner {
		padding: 25px 15px;
	}

	.realestate-detail h2 {
		font-size: 1.25em;
	}

	.realestate-detail ul.detail-list li dl dt {
		width: 6em;
		padding-right: 1em;
	}
}

.realestate-company {
	display: flex;
	justify-content: space-between;
}

.realestate-company figure {
	width: 44%;
	margin-left: 4%;
}

.realestate-company .text {
	flex: 1;
}

.realestate-company .text ul.company-list {}

.realestate-company .text ul.company-list li {
	border-bottom: 1px solid #B2B2B2;
}

.realestate-company .text ul.company-list li dl {
	display: flex;
	align-items: center;
	padding: 15px 10px;
}

.realestate-company .text ul.company-list li:first-child dl {
	padding-top: 0;
}

.realestate-company .text ul.company-list li dl dt {
	width: 7em;
	font-weight: bold;
}

.realestate-company .text ul.company-list li dl dd {
	flex: 1;
}

.realestate-company .text ul.company-list li dl dd strong {
	font-size: 1.125em;
	font-weight: bold;
}

@media screen and (max-width: 599px) {
	.realestate-company {
		flex-direction: column;
	}

	.realestate-company figure {
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}

	.realestate-company .text ul.company-list li dl {
		padding: 15px 0;
	}

	.realestate-company .text ul.company-list li dl dt {
		width: 6em;
	}

	.realestate-company .text ul.company-list li dl dd {
		font-size: 0.875em;
	}
}

.realestate-booking {
	background: #F3F2E6;
}

.realestate-booking .wrap {
	max-width: 1150px;
	padding: 60px 20px;
	margin: 0 auto;
}

@media screen and (max-width: 599px) {
	.realestate-booking .wrap {
		padding: 40px 20px;
	}
}
