@charset "UTF-8";
/*=============== お知らせ ===============*/
.news {
	padding-bottom: 40px;
}

/* 見出し */
.ttl_h2 {
	font-size: 20px;
	font-size: 2.0rem;
	letter-spacing: 0.08em;
	line-height: 1.6;
	text-align: center;
	color: #EA826C;
	position: relative;
	margin-bottom: 55px;
}

.ttl_h2::before {
	content: "";
	display: block;
	background: url(../images/top/icon_top01_sp.png) no-repeat;
	background-size: contain;
	width: 203px;
	height: 108px;
	margin: 0 auto 20px;
}

.ttl_h2::after {
	content: "";
	display: block;
	background: url(../images/top/icon_top02_sp.png) repeat-x;
	background-size: 19px 11px;
	width: 100%;
	height: 11px;
	position: absolute;
	bottom: -20px;
	left: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

/* エステハウスからのお知らせ */
.wrap_news {
	background: #fff;
	border: 2px solid #BF9A5E;
	border-radius: 10px;
	padding: 20px 0 30px;
}

.ttl_h3_news {
	color: #BF9A5E;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 10px;
}

.ttl_h3_news::before {
	content: "";
	display: block;
	background: url(../images/top/icon_news_sp.png) no-repeat;
	background-size: contain;
	width: 92px;
	height: 31px;
	margin: 0 auto 10px;
}

.ul_news {
	width: 90%;
	margin: 0 auto;
}

.ul_news li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #BF9A5E;
}

.ul_news li:last-child {
	margin-bottom: 0;
}

.news_time {
	font-size: 12px;
	font-size: 1.2rem;
	display: block;
	margin-bottom: 5px;
}

.btn_news {
	width: 80%;
	margin: 20px auto 0;
}

.btn_news a {
	display: block;
	padding: 8px 0;
	text-align: center;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: bold;
	background: rgba(191, 154, 94, 0.2);
	color: #BF9A5E;
	border-radius: 40px;
	font-size: 16px;
	font-size: 1.6rem;
}

.btn_news a::after {
	content: "\f138";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 1em;
}

/* コロナバナー */
.wrap_bnr_covid {
	width: 90%;
	margin: 20px auto 0;
	background: #EA826C;
	border-radius: 10px;
	padding: 5px;
}

.wrap_bnr_covid a {
	color: #fff;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: bold;
	line-height: 1.25;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 10px;
	border: 1px solid #fff;
	padding: 5px 0;
}

.wrap_bnr_covid a::before {
	content: "";
	display: inline-block;
	background: url(../images/top/icon_covid.png) no-repeat;
	background-size: contain;
	width: 53px;
	height: 40px;
	margin-right: 10px;
}

.wrap_bnr_covid a .txt_covid {
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: -0.08em;
	font-weight: 500;
	display: block;
	line-height: 1.66;
}

/*=============== CTA ===============*/
.wrap_cta {
	padding: 40px 0;
	color: #fff;
	background: url(../images/top/bg_mail_sp.jpg) no-repeat;
	background-size: cover;
	text-align: center;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
}

.cta_text {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 20px;
}

.btn_cta {
	background: linear-gradient(315deg, #EA826C 0%, #F4BBAF 100%);
	width: 80%;
	margin: 0 auto;
	border-radius: 65px;
	border: 1px solid #FFFFFF;
}

.btn_cta a {
	color: #fff;
	display: block;
	padding: 16px 0;
	border: 8px solid rgba(255, 255, 255, 0.36);
	border-radius: 65px;
}

.btn_cta a .btn_cta_text {
	font-weight: bold;
	font-size: 20px;
	font-size: 2.0rem;
}

.btn_cta a .btn_cta_text::before {
	content: "";
	display: block;
	background: url(../images/top/icon_mail_sp.png) no-repeat;
	background-size: contain;
	width: 50px;
	height: 40px;
	margin: 0 auto;
}

/*=============== リンクエリア ===============*/
.wrap_link_area {
	background: #F5CDC4;
	padding-bottom: 60px;
}

.link_area_contents {
	position: relative;
	z-index: 1;
	padding-top: 140px;
	margin-bottom: 40px;
}

.link_area_contents::before {
	content: "";
	display: block;
	width: 100%;
	height: 180px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.link_area_contents a {
	display: block;
	width: 80%;
	margin: 0 auto;
	background: #fff;
	border-radius: 10px;
	padding: 110px 0 20px;
	text-align: center;
	position: relative;
}

.link_area_contents a::before {
	content: "";
	display: inline-block;
	width: 150px;
	height: 150px;
	position: absolute;
	top: -40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ttl_h2_link {
	font-weight: bold;
	font-size: 20px;
	font-size: 2.0rem;
	color: #EA826C;
	margin-bottom: 10px;
}

.ttl_h2_link::after {
	content: "\f138";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 1em;
	font-size: 18px;
	font-size: 1.8rem;
}

/* 施工の流れ */
.flow::before {
	background: url(../images/top/bg_flow_sp.jpg) no-repeat;
	background-size: cover;
}

.flow a::before {
	background: url(../images/top/icon_flow_sp.png) no-repeat;
	background-size: contain;
}

/* お客様の声 */
.voice::before {
	background: url(../images/top/bg_voice_sp.jpg) no-repeat;
	background-size: cover;
}

.voice a::before {
	background: url(../images/top/icon_voice_sp.png) no-repeat;
	background-size: contain;
}

/* アクセス */
.access::before {
	background: url(../images/top/bg_access_sp.jpg) no-repeat;
	background-size: cover;
}

.access a::before {
	background: url(../images/top/icon_access_sp.png) no-repeat;
	background-size: contain;
}

/* プライバシーポリシーリンク */
.btn_policy {
	width: 80%;
	margin: 60px auto 0;
}

.btn_policy a {
	display: block;
	padding: 10px 0;
	text-align: center;
	background: #EA826C;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 6px;
	font-weight: bold;
}

@media print, screen and (min-width: 769px) {
	/*=============== お知らせ ===============*/
	.news {
		padding: 30px 0 70px;
	}
	.news .inner_section {
		position: relative;
	}
	/* 見出し */
	.ttl_h2 {
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 1.78;
		margin-bottom: 80px;
	}
	.ttl_h2::before {
		content: none;
	}
	.ttl_h2::after {
		background: url(../images/top/icon_top02_pc.png) repeat-x;
		background-size: 24px 14px;
		width: 544px;
		height: 14px;
		left: 50%;
		-webkit-transform: translate(-50%, 100%);
		transform: translate(-50%, 100%);
	}
	.ttl_h2 span {
		position: relative;
		display: inline-block;
	}
	.ttl_h2 span::before, .ttl_h2 span::after {
		content: "";
		display: block;
		width: 160px;
		height: 170px;
		position: absolute;
		top: -20px;
	}
	.ttl_h2 span::before {
		background: url(../images/top/icon_top01_1_pc.png) no-repeat;
		background-size: contain;
		left: -30px;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	.ttl_h2 span::after {
		background: url(../images/top/icon_top01_2_pc.png) no-repeat;
		background-size: contain;
		right: -30px;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	/* エステハウスからのお知らせ */
	.wrap_news {
		padding: 30px 0;
		max-width: 800px;
		margin: 0 auto;
	}
	.ttl_h3_news {
		font-size: 22px;
		font-size: 2.2rem;
		margin-bottom: 20px;
	}
	.ttl_h3_news::before {
		content: none;
		display: block;
		background: url(../images/top/icon_news_sp.png) no-repeat;
		background-size: contain;
		width: 92px;
		height: 31px;
		margin: 0 auto 10px;
	}
	.ttl_h3_news span {
		display: inline-block;
		position: relative;
	}
	.ttl_h3_news span::before, .ttl_h3_news span::after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
	}
	.ttl_h3_news span::before {
		background: url(../images/top/icon_news01_pc.png) no-repeat;
		background-size: contain;
		width: 57px;
		height: 38px;
		left: -50px;
		-webkit-transform: translate(-100%, -50%);
		transform: translate(-100%, -50%);
	}
	.ttl_h3_news span::after {
		background: url(../images/top/icon_news02_pc.png) no-repeat;
		background-size: contain;
		width: 42px;
		height: 32px;
		right: -50px;
		-webkit-transform: translate(100%, -50%);
		transform: translate(100%, -50%);
	}
	.ul_news {
		width: 90%;
		max-width: 680px;
	}
	.ul_news li a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.ul_news li a:hover {
		color: #EA826C;
		font-weight: bold;
	}
	.ul_news li a:hover .news_time {
		color: #333;
		font-weight: normal;
	}
	.news_time {
		font-size: 14px;
		font-size: 1.4rem;
		margin: 3px 40px 0 0;
	}
	.btn_news {
		max-width: 180px;
	}
	.btn_news a {
		padding: 6px 0;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.btn_news a:hover {
		color: #fff;
		background: #EA826C;
	}
	/* コロナバナー */
	.wrap_bnr_covid {
		width: 150px;
		height: 150px;
		margin: 0;
		border-radius: 50%;
		padding: 6px;
		position: absolute;
		right: 0;
		bottom: -30px;
	}
	.wrap_bnr_covid:hover {
		background: #f2a08f;
	}
	.wrap_bnr_covid a {
		font-size: 18px;
		font-size: 1.8rem;
		text-align: center;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		border: 1px solid #fff;
		padding: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.wrap_bnr_covid a::before {
		margin-right: 0;
		margin-bottom: 5px;
	}
	.wrap_bnr_covid a .txt_covid {
		font-size: 14px;
		font-size: 1.4rem;
		letter-spacing: -0.08em;
		font-weight: 500;
		display: block;
		line-height: 1.66;
	}
	/*=============== CTA ===============*/
	.wrap_cta {
		padding: 50px 0;
		background: url(../images/top/bg_mail_pc.jpg) no-repeat;
		background-size: cover;
	}
	.cta_text {
		display: none;
	}
	.btn_cta {
		background: transparent;
		width: 80%;
		max-width: 500px;
		border-radius: 75px;
		border: 2px solid #FFFFFF;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 120px;
	}
	.btn_cta:hover {
		background: linear-gradient(315deg, #EA826C 0%, #F4BBAF 100%);
	}
	.btn_cta:hover a {
		border: 8px solid rgba(255, 255, 255, 0.36);
	}
	.btn_cta:hover a .btn_cta_text::before {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	.btn_cta a {
		color: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		height: 100%;
		padding: 0;
		border-color: transparent;
		border-radius: 75px;
	}
	.btn_cta a .btn_cta_text {
		font-size: 28px;
		font-size: 2.8rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 5px;
	}
	.btn_cta a .btn_cta_text::before {
		background: url(../images/top/icon_mail_pc.png) no-repeat;
		background-size: contain;
		width: 32px;
		height: 25px;
		margin: 0 20px 0 0;
		-webkit-transition: 0.2s;
		transition: 0.2s;
	}
	/*=============== リンクエリア ===============*/
	.wrap_link_area {
		padding-bottom: 80px;
	}
	.wrap_link_area_contents {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-width: 1000px;
		margin: 0 auto;
	}
	.link_area_contents {
		padding-top: 210px;
		margin-bottom: 0;
		width: calc(100% / 3);
	}
	.link_area_contents::before {
		height: 320px;
	}
	.link_area_contents a {
		width: 100%;
		max-width: 310px;
		margin: 0;
		padding: 160px 0 20px;
	}
	.link_area_contents a::before {
		width: 202px;
		height: 202px;
		top: -50px;
	}
	.link_area_contents a:hover {
		background: #EA826C;
		color: #fff;
	}
	.link_area_contents a:hover .ttl_h2_link {
		color: #fff;
	}
	.ttl_h2_link {
		font-size: 24px;
		font-size: 2.4rem;
	}
	/* 施工の流れ */
	.flow::before {
		background: url(../images/top/bg_flow_pc.jpg) no-repeat center;
		background-size: cover;
		width: calc(100vw / 2.5);
		left: auto;
		right: 0;
	}
	.flow a::before {
		background: url(../images/top/icon_flow_pc.png) no-repeat;
		background-size: contain;
	}
	/* お客様の声 */
	.voice::before {
		background: url(../images/top/bg_voice_pc.jpg) no-repeat center;
		background-size: cover;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.voice a {
		margin: 0 auto;
	}
	.voice a::before {
		background: url(../images/top/icon_voice_pc.png) no-repeat;
		background-size: contain;
	}
	/* アクセス */
	.access::before {
		background: url(../images/top/bg_access_pc.jpg) no-repeat center;
		background-size: cover;
		width: calc(100vw / 2.5);
	}
	.access a {
		margin: 0 0 0 auto;
	}
	.access a::before {
		background: url(../images/top/icon_access_pc.png) no-repeat;
		background-size: contain;
	}
	/* プライバシーポリシーリンク */
	.btn_policy {
		max-width: 310px;
		margin: 80px auto 0;
	}
	.btn_policy a {
		padding: 5px 0;
		background: transparent;
	}
	.btn_policy a:hover {
		background: #EA826C;
	}
}