@charset "utf-8";

/* EMWおそうじ活用ブック紹介ページ */
.ecopure-page .content-lead-title {
	margin-bottom: 20px;
}

/* Web公開版では削除ページによる飛び番を見せない。表紙・裏表紙名は残す。 */
.book-reader > .book-spread:not(:first-child):not(:last-child) > figcaption {
	display: none;
}

@media print, screen and (min-width: 640px) {
	.ecopure-page .content-section-title {
		margin-bottom: 20px;
	}
}

.guide-hero {
	display: flex;
	align-items: flex-start;
	gap: 35px;
	padding: 0 20px 45px;
}

.guide-cover {
	flex: 0 0 245px;
	margin: 0;
	text-align: center;
}

.guide-cover img {
	display: block;
	width: 245px;
	height: auto;
	box-shadow: 0 4px 14px rgba(84, 58, 30, 0.25);
}

.guide-cover figcaption {
	margin-top: 8px;
	font-size: 12px;
	color: #765331;
}

.guide-copy {
	flex: 1;
	padding-top: 4px;
}

.guide-badges {
	margin-bottom: 18px;
}

.guide-badge {
	display: inline-block;
	margin: 0 6px 6px 0;
	padding: 5px 12px;
	border-radius: 16px;
	background: #f3ede4;
	color: #765331;
	font-size: 13px;
	font-weight: bold;
}

.guide-copy p {
	margin-bottom: 18px;
	line-height: 1.9;
}

.guide-cta {
	margin: 24px 0 8px;
	text-align: center;
}

.guide-cta a {
	display: inline-block;
	min-width: 300px;
	padding: 14px 28px;
	border: 2px solid #e88300;
	border-radius: 28px;
	background: linear-gradient(#ffbd35, #f39800);
	box-shadow: 0 3px 0 #c96d00;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.guide-cta a:hover {
	background: linear-gradient(#ffc95d, #f6a922);
}

.guide-cta-note {
	display: block;
	margin-top: 10px;
	color: #666;
	font-size: 12px;
}

.guide-topics {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin: 0 20px 45px;
}

.guide-topics li {
	padding: 0;
	border-radius: 6px;
	background: #f8f3ea;
	color: #633;
	font-weight: bold;
	position: relative;
	overflow: hidden;
}

.guide-topics li:before {
	content: "●";
	position: absolute;
	left: 16px;
	top: 12px;
	color: #f39800;
	pointer-events: none;
	z-index: 1;
}

.guide-topics a {
	display: block;
	padding: 12px 14px 12px 38px;
	color: #633;
	text-decoration: none;
}

.guide-topics a:hover,
.guide-topics a:focus {
	background: #fff0d6;
	color: #8c3e1f;
	text-decoration: none;
}

.book-page-link[id] {
	scroll-margin-top: 20px;
}

.reader-intro {
	margin: 0 20px 20px;
	line-height: 1.8;
}

.book-reader {
	margin: 0 20px;
	padding: 20px;
	border-radius: 8px;
	background: #e8dfd1;
}

.book-spread {
	margin: 0 0 28px;
	text-align: center;
}

.book-spread:last-child {
	margin-bottom: 0;
}

.book-spread-pages {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 0;
}

.book-page-link {
	display: block;
	width: 50%;
	background: #fff;
}

.book-page-link img {
	display: block;
	width: 100%;
	height: auto;
}

.book-spread--single .book-page-link {
	width: 50%;
	box-shadow: 0 3px 12px rgba(84, 58, 30, 0.2);
}

.book-spread figcaption {
	margin-top: 8px;
	color: #765331;
	font-size: 12px;
}

.guide-bottom-cta {
	margin: 35px 0 10px;
}

@media screen and (max-width: 639px) {
	* {
		box-sizing: border-box;
	}

	body.ecopure-page {
		margin: 0;
		background: #f5efe4 url(../img/common/body_bg.gif) repeat;
		color: #333;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
		font-size: 14px;
		line-height: 1.6;
	}

	.ecopure-page #all,
	.ecopure-page #siteHeader,
	.ecopure-page #siteHeaderInner1,
	.ecopure-page #mainArticle,
	.ecopure-page #siteFooter {
		min-width: 0;
		width: 100%;
	}

	.ecopure-page #siteHeader {
		height: 88px;
		background: #f7b70c;
	}

	.ecopure-page #siteHeaderInner1,
	.ecopure-page #siteHeaderInner2 {
		height: 88px;
	}

	.ecopure-page #siteHeaderInner2 {
		position: relative;
		width: 100%;
	}

	.ecopure-page #siteHeaderLogo {
		position: static;
		padding: 7px 0 0 12px;
	}

	.ecopure-page #siteHeaderLogo img {
		width: 160px;
		height: auto;
	}

	.ecopure-page #siteHeaderLogo:after,
	.ecopure-page #siteHeaderSearch,
	.ecopure-page #siteHeaderContact {
		display: none;
	}

	.ecopure-page #globalNav {
		width: 100%;
		min-width: 0;
		height: auto;
		margin: 0;
		background: #fff;
	}

	.ecopure-page #globalNav ul {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}

	.ecopure-page #globalNav li,
	.ecopure-page #globalNav li:first-child {
		float: none;
		width: auto;
		height: auto;
		margin: 0 !important;
		padding: 0;
		border: 1px solid #eee1cf;
		list-style: none;
	}

	.ecopure-page #globalNav li#gnHome,
	.ecopure-page #globalNav li#gnPower,
	.ecopure-page #globalNav li#gnAbout,
	.ecopure-page #globalNav li#gnUse,
	.ecopure-page #globalNav li#gnVoice,
	.ecopure-page #globalNav li#gnFaq {
		width: auto;
	}

	.ecopure-page #globalNav a,
	.ecopure-page #globalNav li a:hover,
	.ecopure-page #globalNav li.now a {
		display: block;
		width: 100%;
		height: auto;
		padding: 11px 6px;
		background: none;
		color: #633;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		text-indent: 0;
	}

	.ecopure-page #globalNav li.now a {
		background: #f6a313;
		color: #fff;
	}

	.ecopure-page #mainArticle {
		margin: 14px 0 0;
	}

	.ecopure-page #mainArticle:after {
		display: none;
	}

	.ecopure-page #mainTitle {
		height: auto;
		margin: 0 10px;
		padding: 16px;
		background: #bd8e5d;
		line-height: 1.2;
	}

	.ecopure-page #mainTitle:before,
	.ecopure-page #mainTitle:after {
		display: none;
	}

	.ecopure-page #mainTitle .page-title {
		display: block;
		margin: 0;
		white-space: normal;
	}

	.ecopure-page #mainTitle .page-title-main {
		font-size: 24px;
	}

	.ecopure-page #mainTitle .page-title-sub {
		display: block;
		margin: 7px 0 0;
		font-size: 13px;
	}

	.ecopure-page #mainContent {
		margin: 0 10px;
		background: #fff;
	}

	.ecopure-page #mainContentInner {
		width: auto;
		padding: 22px 12px 30px;
	}

	.ecopure-page .content-lead-title {
		font-size: 23px;
		line-height: 1.4;
		white-space: normal;
	}

	.guide-hero {
		display: block;
		padding: 0 0 35px;
	}

	.guide-cover {
		width: 72%;
		margin: 0 auto 24px;
	}

	.guide-cover img {
		width: 100%;
	}

	.guide-copy {
		padding: 0;
	}

	.guide-cta a {
		width: 100%;
		min-width: 0;
		padding: 13px 14px;
		font-size: 17px;
	}

	.ecopure-page .content-section-title {
		width: 100%;
		height: auto;
		min-height: 0;
		padding: 0 4px 7px;
		font-size: 20px;
		line-height: 1.4;
	}

	.guide-topics {
		display: block;
		margin: 0 0 35px;
		padding: 0;
	}

	.guide-topics li {
		margin-bottom: 8px;
	}

	.reader-intro,
	.book-reader {
		margin-left: 0;
		margin-right: 0;
	}

	.book-reader {
		padding: 10px;
	}

	.book-spread-pages {
		display: block;
	}

	.book-page-link,
	.book-spread--single .book-page-link {
		width: 100%;
		margin-bottom: 10px;
	}

	.ecopure-page #contactBox {
		width: auto;
		margin: 20px 10px 0;
	}

	.ecopure-page #contactBox img {
		width: 100%;
		height: auto;
	}

	.ecopure-page #siteFooter {
		margin-top: 45px;
	}

	.ecopure-page #siteFooterButtons {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 8px;
		margin: 0 0 18px;
		padding: 0 10px;
	}

	.ecopure-page #siteFooterButtons a {
		margin: 0;
		text-align: center;
	}

	.ecopure-page #siteFooterButtons img {
		max-width: 100%;
		height: auto;
	}

	.ecopure-page #siteFooterTop,
	.ecopure-page #siteFooterBottom {
		height: auto;
	}

	.ecopure-page #siteFooterTop {
		background: #bd8e5d;
	}

	.ecopure-page #siteFooterBottom {
		background: #feaf19;
	}

	.ecopure-page #siteFooterTopInner,
	.ecopure-page #siteFooterBottomInner {
		width: auto;
		padding: 0 12px;
	}

	.ecopure-page #siteFooterTopicpath,
	.ecopure-page #siteFooterTotop,
	.ecopure-page #siteFooterNav,
	.ecopure-page #siteFooterCopyright {
		float: none;
		height: auto;
		line-height: 1.6;
		text-align: center;
	}

	.ecopure-page #siteFooterTopicpath,
	.ecopure-page #siteFooterTotop {
		padding: 10px 0;
		color: #fff;
	}

	.ecopure-page #siteFooterTopicpath {
		margin: 0;
		list-style: none;
	}

	.ecopure-page #siteFooterTopicpath li {
		display: inline;
		list-style: none;
	}

	.ecopure-page #siteFooterTopicpath li + li:before {
		content: " > ";
	}

	.ecopure-page #siteFooterTopicpath a,
	.ecopure-page #siteFooterTotop a {
		color: #fff;
		text-decoration: none;
	}

	.ecopure-page #siteFooterNav {
		padding-top: 12px;
	}

	.ecopure-page #siteFooterCopyright {
		padding: 10px 0 14px;
		color: #fff;
	}
}
