@charset "UTF-8";
/* reset */
/* html5doctor.com Reset v1.6.1 - http://cssreset.com */
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%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

* {
	box-sizing: border-box;
}

h1, h2, h3, h4 {
	font-weight: normal;
}

strong, em {
	font-weight: normal;
	font-style: normal;
}

img {
	width: 100%;
	vertical-align: top;
}

ul, ol {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* basicss */
html, body {
	background: url(../images/bg.gif) repeat center;
}

body {
	font: 16px/2 "秀英丸ゴシック L", "Shuei MaruGo L", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	color: #2B211E;
	letter-spacing: 0.05em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	color: #2B211E;
}

a:hover {
	opacity: 0.6;
}

.indent, .indentList li {
	text-indent: -1.05em;
	margin-left: 1.05em;
}

.indent {
	display: inline-block;
}

/* rayout */
.wrapper {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	background-color: #fff;
}

.section {
	margin: 0 6.45833%;
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px solid #6EB584;
}

#header {
	padding: 14px 3.125%;
	background-color: #2b211e;
}

#header > img {
	display: block;
	max-width: 450px;
	margin: 0 auto;
}

#main {
	position: relative;
	height: 0;
	padding-bottom: 58.33333%;
	background: url(../images/main_bg.jpg) no-repeat center top/contain;
}

#main h1 {
	position: absolute;
	width: 69.6875%;
	top: 6.07143%;
	left: 3.54167%;
}

#main > div {
	position: absolute;
	width: 17.5%;
	top: 6.07143%;
	right: 3.54167%;
}

#main > p {
	position: absolute;
	width: 15.9375%;
	top: 40.71429%;
	left: 19.79167%;
}

#lead {
	padding: 62px 4.16667% 12px 6.45833%;
}

#lead:after {
	content: "";
	display: table;
	clear: both;
}

#lead p {
	font-family: "A1明朝", "A1 Mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝","MS PMincho", serif;
	float: left;
	font-size: 18px;
	line-height: 2.2;
	letter-spacing: 0.14em;
}

#lead > div {
	float: right;
}

#lead > div dl {
	padding-left: 16px;
	border-left: 2px solid #6EB584;
	line-height: 1.8;
	color: #493A3A;
}

#lead > div dl dt {
	font-family: "Shuei MaruGo B", '秀英丸ゴシック B', "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	font-size: 17px;
	color: #6EB584;
}

#lead > div dl dd span {
	font-size: 13px;
}

#lead > div dl + dl {
	margin-top: 30px;
}

.product {
	padding-top: 40px;
}

.product > div dl {
	display: inline-block;
	width: 30.62201%;
	vertical-align: top;
	text-align: center;
	line-height: 1.6;
}

.product > div dl + dl {
	margin-left: 2.87081%;
}

.product > div dl dt {
	font-family: "Shuei MaruGo B", '秀英丸ゴシック B', "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	letter-spacing: -0.02em;
}

.product > div .cart {
	display: inline-block;
	width: 168px;
	margin-top: 10px;
}

.product > div .cart .rest {
	display: inline-block;
	margin-top: 5px;
	font-size: 13px;
	color: #FF785C;
}

.product p {
	margin-top: 60px;
	text-align: center;
}

.product p > a {
	display: inline-block;
	padding: 6px 22px;
	border: 1px solid #6EB584;
	line-height: 1;
	text-decoration: none;
	color: #6EB584;
}

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

.content > h2 {
	margin-bottom: 30px;
}

.content > p {
	padding-left: 134px;
}

.content .img {
	margin-bottom: 140px;
}

.content .img > img {
	display: block;
	margin-top: 30px;
}

.content .img > p {
	margin-top: 6px;
	padding-left: 16px;
	background: url(../images/arrow_top.png) no-repeat left 0.24em;
	font-size: 14px;
	line-height: 1.4;
	color: #6EB584;
}

#booklet {
	position: relative;
	width: 600px;
	margin: 0 auto 80px auto;
	padding-top: 30px;
	padding-bottom: 164px;
	border-radius: 24px;
	background: #E9F7EA url(../images/booklet_bg.png) no-repeat center bottom/contain;
}

#booklet > div {
	position: absolute;
	width: 182px;
	top: -20px;
	left: -45px;
}

#booklet > img {
	display: block;
	width: 284px;
	margin: 0 auto;
}

#booklet > p {
	padding-left: 134px;
}

#spec {
	padding-left: 4.78469%;
	padding-right: 4.78469%;
}

#spec:after {
	content: "";
	display: table;
	clear: both;
}

#spec h2 {
	font-family: "Shuei MaruGo B", '秀英丸ゴシック B', "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #6EB584;
}

#spec div {
	float: left;
	width: 60%;
	font-size: 14px;
}

#spec div dt {
	font-family: "Shuei MaruGo B", '秀英丸ゴシック B', "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	color: #6EB584;
}

#spec div dd {
	display: inline-block;
	vertical-align: top;
}

#spec div + div {
	width: 40%;
	padding-left: 6%;
}

#tobichi {
	padding-top: 84px;
}

#tobichi > div {
	width: 600px;
	margin: 0 auto;
	padding-bottom: 50px;
	background-color: #EADED0;
}

#tobichi > div ul {
	font-family: "Shuei MaruGo B", '秀英丸ゴシック B', "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	margin: 30px 0;
	padding-left: 134px;
}

#tobichi > div p {
	padding-left: 134px;
}

#footer {
	margin-top: 70px;
	padding-bottom: 54px;
	text-align: center;
}

#footer ul.link {
	max-width: 400px;
	margin: 0 auto;
}

#footer ul.link > li {
	margin-bottom: 30px;
}

#footer ul.link + ul {
	max-width: 400px;
	margin: 80px auto 40px auto;
}

#footer ul.link + ul li {
	display: inline-block;
	width: 20.5%;
	vertical-align: top;
}

#footer ul.link + ul li + li {
	margin-left: 4%;
}

#footer ul.link + ul li > a {
	display: block;
}

#footer p {
	font-size: 14px;
}

/* responsive */
@media (max-width: 960px) {
	#lead {
		padding-left: 4.16667%;
		padding-right: 4.16667%;
	}
	#lead > p {
		float: none;
		line-height: 2;
	}
	#lead > div {
		float: none;
		margin-top: 42px;
	}
	.section {
		margin-left: 1.5625%;
		margin-right: 1.5625%;
	}
	#spec div {
		float: none;
		width: 100%;
	}
	#spec div + div {
		width: 100%;
		padding-left: 0;
	}
}

@media (max-width: 620px) {
	body {
		line-height: 1.8;
	}
	.adj {
		display: none;
	}
	.section {
		margin-left: 0;
		margin-right: 0;
	}
	.content {
		width: 100%;
		padding-left: 2.5%;
		padding-right: 2.5%;
	}
	.content > p {
		padding-left: 0;
	}
	.content .img {
		margin-bottom: 100px;
	}
	.product > div dl {
		display: block;
		width: 100%;
		max-width: 340px;
		margin: 0 auto;
	}
	.product > div dl + dl {
		margin-left: auto;
		margin-top: 40px;
	}
	#booklet {
		width: 96%;
		padding-top: 60px;
		padding-bottom: 140px;
	}
	#booklet > div {
		top: -60px;
		left: -20px;
	}
	#booklet > p {
		padding-left: 5%;
		padding-right: 5%;
	}
	#tobichi > div {
		width: 96%;
	}
	#tobichi > div ul {
		padding-left: 5%;
		padding-right: 5%;
	}
	#tobichi > div p {
		padding-left: 5%;
		padding-right: 5%;
	}
	#footer ul.link {
		padding-left: 1.875%;
		padding-right: 1.875%;
	}
	#footer ul.link + ul {
		padding-left: 1.875%;
		padding-right: 1.875%;
	}
}
