@charset "utf-8";
/* CSS Document */


html,
body {
	min-width: 1020px;
	margin: 0;
	padding: 0;
	background: #fff;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-align: center;
	font-size: 14px;
	line-height: 1.7;
	color: #000;
	letter-spacing: 0.08em;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP", sans-serif;
}

/*===== 20220920追記 */

.main {
	font-size: 10px;
	/* 20220920変更前14px */
}

ul li {
	list-style: none;
}

a {
	color: inherit;
	text-decoration: none;
}

.robot_font {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

@media screen and (max-width:750px) {
	html {
		font-size: 1.3333333333vw;
	}

	html,
	body {
		min-width: auto;
	}

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

}

.header__inner {
	max-width: 1920px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 3.7rem 2.2rem;
}

.header-logo {
	width: 25.2rem;
}



/* fv*/
.fv {
	width: 100%;
	background-color: #fff;
	position: relative;
	height: auto;
}

.fv_ct {
	position: relative;
	height: 16.8rem;
}

.fv_top {
	position: absolute;
	top: 2rem;
	left: 2rem;
	z-index: 1;
}

.fv_top img {
	width: 100%;
}

@media screen and (max-width:750px) {
	.fv_ct {
		position: relative;
		height: 16rem;
	}

	.fv_top {
		top: 0;
		left: 1.2rem;
	}
}


/* main */
.main a {
	display: inline-block;
}

.main-wrapper {
	max-width: 1280px;
	background-color: #fdf5f6;
	margin: 0 auto;
	line-height: 1.61;
	padding-bottom: 6.8rem;
	margin-bottom: 6.8rem;
}

.main-inner {
	position: relative;
}

.tha_h2,
.tha_h2-span {
	color: #ca0010;
}

.tha_h2 {
	font-size: 6.43rem;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.08em;
	margin: 0 0 3rem;
	position: absolute;
	width: 100%;
	height: 10rem;
	top: -5rem;
	text-shadow:
		.5px .5px #ca0010, -.5px .5px #ca0010, -.5px -.5px #ca0010, .5px -.5px #ca0010,
		.5px 0px #ca0010, 0px .5px #ca0010, -.5px 0px #ca0010, 0px -.5px #ca0010;
}

.tha_h2-span {
	font-size: 1.57rem;
	display: block;
	letter-spacing: 0.08em;
	font-weight: 700;
	margin-top: -1.5rem;
	font-family: 'Noto Sans JP', sans-serif !important;
}

.concept_book {
	padding-top: 8.43rem;
}

.concept_book-img {
	margin-bottom: 1.22rem;
}

.concept_book-p {
	font-size: 1.15rem;
	font-weight: bold;
	margin-bottom: 1.22rem;
}

.morebutton,
.link-button a {
	width: 36.43rem;
	height: 5rem;
	margin: 0 auto;
	border: #fff solid 5px;
	border-radius: 4rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.morebutton {
	background-color: #ca0010;
	box-shadow: 10px 10px 10px #ded7d8;
	color: #fff;
	font-size: 1.715rem;
	font-weight: 500;
	gap: 1rem;
	margin-bottom: 3rem;
}

@media screen and (max-width:750px) {
	.main {
		margin-top: 2rem;
	}

	.main-wrapper {
		margin: 0 2.5rem 5rem;
		padding-bottom: 11.5rem;
	}

	.tha_h2 {
		font-size: 8rem;
		margin: 0 0 2.15rem;
		top: -7rem;
	}

	.tha_h2 span {
		font-size: 3.6rem;
		line-height: 1.2777;
	}

	.concept_book {
		padding-top: 16rem;
	}

	.concept_book-p {
		font-size: 2.8rem;
		margin: 0 auto 2rem;
	}

	.concept_book-img {
		font-size: 2.8rem;
		margin: 2rem auto 0;
	}

	.book-sp {
		width: 24rem;
	}

	.morebutton,
	.link-button a {
		width: 63rem;
		height: 11rem;
		border-radius: 6rem;
	}

	.morebutton {
		font-size: 3rem;
		font-weight: 600;
		letter-spacing: 0.08em;
	}

	.morebutton img {
		width: 4.6rem;
	}

}

/* mail */
.book_caution {
	display: flex;
	justify-content: center;
	gap: 4rem;
}

.book_caution-img {
	display: flex;
	align-items: center;
}

.book_caution-img img {
	width: 4.3rem;
	transform: rotateZ(-14.85deg);
}

.book_caution-p {
	text-align: left;
	font-size: 1.3rem;
}

.book_caution-span {
	font-size: 1.1rem;
}

.link-button {
	margin-bottom: 12.4rem;
}

.link-button a {
	background-color: #8f9090;
	color: #fff;
	font-size: 1.43rem;
}

@media screen and (max-width:750px) {
	.book_caution {
		flex-direction: column;
		gap: 0;
	}

	.book_caution-img,
	.book_caution-p {
		margin: 0 auto;
	}

	.book_caution-img img {
		width: 10.22rem;
		transform: rotateZ(0);
	}

	.book_caution-p {
		font-size: 3rem;
		margin: 0 4rem;
		font-weight: 500;
	}

	.book_caution-span {
		font-size: 2.6rem;
	}

	.book_caution-img {
		margin-bottom: 3rem;
	}

	.link-button {
		margin-bottom: 10rem;
	}

	.link-button a {
		font-size: 2.6rem;
		letter-spacing: 0.08em;
	}
}



/* footer */
/* footer-sns */
.footer-sns {
	background-color: #fff;
}

.footer-sns_ct {
	padding: 2.9rem 0;
}

.footer-sns_items {
	display: flex;
}

.footer-sns_item {
	flex: 0 0 25%;
	max-width: 25%;
	text-align: center;
}

.footer-sns_item:nth-child(2n) a {
	border: solid 2px #f6f4f0;
	border-top: 0;
	border-bottom: 0;
}

.footer-sns_item a {
	display: flex;
	flex-wrap: wrap;
	font-family: "Spartan" !important;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 1.15rem;
	padding: 2.9rem 0;
	position: relative;
	color: inherit;
	text-decoration: none;
}

.footer-sns_item img {
	display: inline-block;
	width: 3.93rem;
	padding-right: 1.43rem;
}

@media screen and (max-width: 769px) {
	.footer-sns_items {
		flex-direction: column;
		justify-content: center;
		width: 100%;
	}

	.footer-sns_item {
		max-width: 100%;
	}

	.footer-sns_item img {
		width: 4rem;
		padding-right: 1rem;
	}

	.footer-sns_item a {
		padding: 1.8rem 0;
		font-size: 1.4rem;
	}

	.footer-sns_item:nth-child(2) a {
		border-top: solid 1px #f6f4f0;
		border-bottom: solid 1px #f6f4f0;
		border-left: 0;
		border-right: 0;
	}

	.footer-sns_item:nth-child(3n) a {
		border-bottom: solid 1px #f6f4f0;
		border-left: 0;
		border-right: 0;
	}
}

@media screen and (max-width:480px) {
	.footer-sns_ct {
		padding: 8rem 0;
	}

	.footer-sns_item img {
		width: 8rem;
		padding-right: 2.2rem;
	}

	.footer-sns_item a {
		padding: 4.3rem 0;
		font-size: 2.57rem;
	}
}


/* footer */

.footer {
	background-color: #c80a14;
}

.footer_ct {
	max-width: 1200px;
	margin: 0 auto;
	padding: 4.286rem 0;
}

.footer_box {
	display: flex;
	align-items: center;
	padding: 0 2rem;
	width: 90%;
	margin: 0 auto;
}

.footer_logo {
	width: 20%;
}

.footer_logo img {
	max-width: 50%;
}

.footer_info {
	padding: 0;
	color: #fff;
	text-align: left;
	width: 80%;
	font-size: 1rem;
}

.footer_info_address {
	margin-bottom: 0.072rem;
}

.footer_info_tel {
	margin-bottom: 0.6rem;
	padding-bottom: 0.6rem;
	border-bottom: 2px solid #fff;
}

.footer_lists {
	display: flex;
	flex-wrap: wrap;
}

.footer_list {
	font-size: 1rem;
	margin-bottom: 0.072rem;
}

.footer_copyright {
	padding: 1.39rem 0 0 0;
	color: #fff;
	font-size: 1rem;
}

.praivacy_poricy {
	color: #fff;
	display: inline-block;
	margin: 0 0 0.072rem;
}

@media screen and (max-width: 769px) {
	.footer_ct {
		padding: 2.2rem 0;
	}

	.footer_box {
		width: 96%;
		flex-direction: column;
		padding: 0 1.5rem;
	}

	.footer_logo {
		padding: 0 0 1.43rem;
		max-width: 100%;
	}

	.footer_logo img {
		max-width: 100%;
	}

	.footer_info {
		width: 100%;
		font-size: 1.2rem;
		letter-spacing: normal;
	}

	.footer_info_tel {
		border-bottom: 1px solid #fff;
		margin-bottom: 1rem;
		padding-bottom: 1rem;
	}

	.footer_list {
		font-size: 1.2rem;
	}

	.footer_copyright {
		font-size: 1rem;
		letter-spacing: normal;
		text-align: left;
		padding: 0.72rem 1.43rem;
	}

	.praivacy_poricy {
		margin: 0 0 1.5rem;
	}
}

@media screen and (max-width:480px) {
	.footer_ct {
		padding: 6.4rem 0;
	}

	.footer_logo {
		padding: 0 0 4.3rem;
	}

	.footer_info {
		font-size: 2.5rem;
	}

	.footer_box {
		width: 90%;
		padding: 0 2.8rem;
	}

	.footer_info_tel {
		margin-bottom: 2.2rem;
		padding-bottom: 2.2rem;
	}

	.footer_list {
		font-size: 2.5rem;
	}

	.footer_copyright {
		font-size: 1.5rem;
		padding: 2rem 4rem;
	}

}


/* 20220926追記 */
.section-tha_bread {
	padding: 2.5rem 0 14rem;
}

/* .section--page .section__inner {
    max-width: 128.5rem;
    margin: auto;
} */

.section--housing-list {
	padding-bottom: 0;
}

.breadcrumbs {
	display: flex;
	align-items: center;
	margin-bottom: 10rem;
}

.breadcrumb {
	padding: 0 2rem;
	position: relative;
}

.breadcrumb__link {
	font-size: 1.3rem;
	letter-spacing: 0.08em;
}

.breadcrumb:last-child:after {
	display: none;
}

.breadcrumb:after {
	content: "";
	border: solid 2px #fff;
	width: 1.2rem;
	height: 1.2rem;
	display: inline-block;
	transform: rotate(45deg) translateY(-96%);
	position: absolute;
	top: 50%;
	right: 4rem;
	border-left: 0;
	border-bottom: 0;
	right: 0;
	border-color: #b7bbc0;
	border-width: 1px;
	width: 6px;
	height: 6px;
	transform: rotate(45deg) translateY(-85%);
}

@media screen and (max-width: 959px) {
	.section--page {
		padding-top: 14rem;
	}

	.breadcrumbs {
		justify-content: flex-end;
		font-size: 2rem;
		margin-bottom: 17rem;
	}

	.breadcrumb img {
		width: 4.5rem;
	}

	.breadcrumb__link {
		font-size: 2rem;
	}
}

/* thank you!以降 */
.tha-p_thankyou,
.tha-bookpresent {
	color: #ca0010;
}

.tha-p_thankyou,
.tha-p_message {
	font-weight: bold;
}

.tha_h2,
.tha-bookpresent,
.tha-booktitle,
.tha-booktitle_span {
	font-family: "Spartan", sans-serif;
	font-weight: bold;
	letter-spacing: 0.08em;
}

.thanks-page {
	background-color: #eeeeee;
	padding-bottom: 25rem;
}

.thanks-inner {
	letter-spacing: 0.08em;
	/* top: -6rem; */
	position: relative;
}

.tha-p_thankyou {
	font-size: 1.6rem;
	margin-bottom: 2.2rem;
}

.tha-p_message {
	font-size: 1.3rem;
	margin-bottom: 1.1rem;
	line-height: 1.6;
}

.thanks-img img {
	margin: 0 auto 3rem;
}

/* PRESENT */
.tha-bookpresent_inner {
	background-color: #fff;
	/* margin-bottom: 20rem; */
	width: 95%;
	max-width: 1154px;
	margin: 0 auto;
}

.tha-bookpresent {
	font-size: 2.2rem;
	position: relative;
	top: -1.5rem;
	margin-bottom: 0;
}

.tha-booktitle {
	font-size: 1.6rem;
	margin-bottom: 2.9rem;
	margin-top: -0.8rem;
}

.tha-booktitle_span {
	font-size: 1.3rem;
	display: block;
}

.bookpresent-flex {
	display: flex;
	justify-content: center;
	gap: 4.5rem;
	padding-bottom: 6rem;
}

.bookpresent-flex_pbox p {
	font-size: 1.15rem;
	font-weight: 700;
}

.bookpresent-flex_p1 {
	margin: 1.8rem auto;
}

.bookpresent-flex_p2 {
	margin-bottom: 1.6rem;
}

.bookpresent-flex_p3 {
	margin-top: 0;
}


.morebutton {
	background-color: #ca0010;
	box-shadow: 10px 10px 10px #ded7d8;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 600;
	gap: 0.7rem;
	margin-bottom: 1.2rem !important;
	width: 29rem;
	height: 7rem;
	margin: 0 auto;
	border: #fff solid 5px;
	border-radius: 34.95rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-sns {
	background: #fff;
}


@media screen and (max-width: 959px) {
	.tha-p_thankyou {
		font-size: 3.6rem;
		line-height: 1.33;
		margin-bottom: 3.5rem;
	}

	.tha-p_message {
		font-size: 3rem;
		line-height: 1.6;
		margin-bottom: 3rem;
	}

	.tha-bookpresent {
		font-size: 4rem;
		top: -2.8rem;
	}

	.tha-bookpresent_inner {
		width: auto;
		margin: 0 4rem 7.5rem;
	}

	.tha-booktitle {
		font-size: 3rem;
		margin-bottom: 2.5rem;
	}

	.tha-booktitle_span {
		font-size: 2rem;
	}

	.bookpresent-flex {
		flex-direction: column;
		gap: 4.8rem;
		padding-bottom: 6rem;
	}

	.bookpresent-flex_img img {
		margin: 0 auto;
		width: 18.1rem;
	}

	.bookpresent-flex_pbox p {
		font-size: 3rem;
	}

	.bookpresent-flex_p1 {
		margin: 0 auto 3rem;
	}

	.morebutton {
		width: 57rem;
		height: 11rem;
		font-size: 3rem;
		gap: 3rem;
		margin-bottom: 3.5rem !important;
	}

	.bookpresent-flex_p3 {
		font-size: 2.6rem !important;
	}
}


/* 20220929追記 */
.thanks-inner {
	max-width: 1280px;
	margin: auto;
}

.tha-under {
	top: 5rem;
	position: relative;
}


@media screen and (max-width: 959px) {
	.thanks-inner {
		max-width: 100%;
	}

	.tha-under {
		top: 7.7rem;
	}

	.thanks-img img {
		width: 14.6rem;
	}

	.thanks-page {
		padding-bottom: 13rem;
	}
}

#form .container {
	background: transparent;
}

.h-logo {
	display: none;
}

@media screen and (max-width: 1024px) {
	div#form .container {
		border: 0;
		padding: 130px 0 0;
	}

	.h-logo {
		display: block;
		margin-right: auto;
	}
}

#form {
	padding: 24rem 0 0;
}

@media screen and (max-width: 959px) {
	#form {
		padding: 36rem 0 0;
	}
}