
/* -----------------------------------------------------
guide
-------------------------------------------------------- */

/* title */

section.guide  {
	width: 100%;
	height: auto;
	padding: 0 0 50px 0;
	overflow: hidden;
	float: none;
	clear: both;
}
section.guide h2 {
	width: 100%;
	height: auto;
	padding: 50px 20px 45px 20px;
	box-sizing: border-box;
	font-size: 25px;
	letter-spacing: 0.01em;
	line-height: 38px;
	color: #2e2926;
	text-align: left;
}
section.guide h2 i {
	font-size: 38px;
	line-height: 38px;
	color: #d8c9b7;
	padding: 0 10px 0 0;
	float: left;
	transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
}
section.guide h2 span {
	font-family: raleway, sans-serif;
	letter-spacing: 0.1em;
	font-size: 11px;
	font-weight: 600;
	color: #898077;
	display: block;
	float: right;
}

/* page links */

ul.page_link {
	width: 100%;
	height: auto;
	margin: 0;
	overflow: hidden;
	box-sizing: border-box;
	border-top: #e8e8e8 solid 1px;
	border-left: #e8e8e8 solid 1px;
}
section.guide ul.page_link li {
	width: 25%;
	height: auto;
	padding: 5px;
	box-sizing: border-box;
	float: left;
	border-right: #e8e8e8 solid 1px;
	border-bottom: #e8e8e8 solid 1px;
}
section.guide ul.page_link li a {
	width: 100%;
	height: 45px;
	display: block;
	font-size: 13px;
	line-height: 45px;
	text-align: center;
	background: #f3f1ed;
	color: #333;
}
section.guide ul.page_link li a:hover {
	color: #fff;
	background: #898077;
}

/* sub title */

section.guide h3 {
	width: 100%;
	height: 64px;
	margin: 60px 0 50px 0;
	box-sizing: border-box;
	font-size: 20px;
	letter-spacing: 0.01em;
	line-height: 60px;
	color: #2e2926;
	text-align: left;
	border-top: #4b4642 solid 2px;
	border-bottom: #4b4642 solid 2px;
}
section.guide h3 i {
	font-size: 32px;
	line-height: 60px;
	color: #d8c9b7;
	padding: 0 10px 0 5px;
	float: left;
}
section.guide h3#coupon i {
	transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
}

section.guide h4 {
	width: 100%;
	height: 50px;
	margin: 40px 0 30px 0;
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: 50px;
    border-top: #e8e8e8 dashed 1px;
    border-bottom: #e8e8e8 dashed 1px;
	float: none;
	clear: both;
}
section.guide h5 {
	font-size: 14px;
	font-weight: 600;
	padding:  30px 0 10px 0;
}
section.guide h4 + h5 {
	padding:  10px 0;
}
section.guide ul li ul li ul li h5 {
	padding:  0 0 5px 0;
}

/* guide */

section.guide span {
	font-weight: 600;
}

section.guide p {
	line-height: 1.8em;
	padding:  0 0 10px 0;
}
section.guide em {
	color: #c00;
	font-style: normal;
}
section.guide small {
	font-size: 13px;
	line-height: 1.6em;
	display: block;
}
section.guide small:before {
	content: "※";
	display: inline-block;
	padding: 0 5px 0 0;
}
section.guide .red {
	font-color: #c00;
}
section.guide img {
	display: block;
	padding:  0 0 30px 0;
}
section.guide img.daibiki {
	padding: 20px;
	border: #e8e8e8 solid 2px;
}

section.guide ol {
	counter-reset: number;
	list-style: none;
	margin: 10px 0 20px 0;
	padding: 0;
}
section.guide ol li {
	width: 100%;
	height: auto;
	line-height: 1.8em;
	padding: 0 0 15px 27px;
	box-sizing: border-box;
	position: relative;
}
section.guide ol li:before {
	counter-increment: number;
	content: counter(number);
	width: 20px;
	height: 20px;
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
	text-align: center;
	color: #fff;
	display: inline-block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	float: left;
	background: #666;
	position: absolute;
	left: 0;
	top: 0;
}
section.guide ol li span:first-child {
	display: block;
}
section.guide a {
	color: #cc6e6e;
	font-weight: normal;
	font-size: 13px;
}
section.guide a:hover {
	opacity: 0.6;
}
section.guide a.atobarai span {
	font-weight: normal;
}
section.guide a.atobarai img {
	padding: 0 0 10px 0;
}

section.guide ul.dots {
	width: 100%;
	height: auto;
	margin: 20px 0;
}
section.guide ul.dots li {
	padding: 0 0 10px 17px;
}
section.guide ul.dots li:before {
	content: "・";
	color: #ccc;
	margin: 0 5px 0 -17px;
	float: left;
}
section.guide ul.dots li.red:before {
	color: #c00;
}

section.guide ul.circle {
	width: 100%;
	height: auto;
	margin: 10px 0 20px 0;
}
section.guide ul.circle li {
	padding: 0 0 10px 17px;
}
section.guide ul.circle li:before {
	content: "●";
	color: #ccc;
	margin: 0 5px 0 -17px;
}


section.guide dl.function {
	width: 100%;
	height: auto;
	padding: 20px;
	margin: 0 0 30px 0;
	box-sizing: border-box;
	border: #e8e8e8 solid 2px;
}
section.guide dl.function dt {
	font-size: 15px;
	font-weight: 600;
	padding: 0 0 10px 25px;
	line-height: 20px;
}
section.guide dl.function dt:before {
	content: "！";
	width: 20px;
	height: 20px;
	margin: 0 5px 0 -25px;
	line-height: 20px;
	text-align: center;
	display: block;
	background: #333;
	color: #fff;
	float: left;
}
section.guide dl.function dd {
	line-height: 1.8em;
	padding: 0 0 5px 17px;
}
section.guide dl.function dd:before {
	content: "※";
	margin: 0 5px 0 -17px;
}

section.guide dl.function.red {
	border-color: #c00;
}
section.guide dl.function.red dt {
	color: #c00;
	padding: 0 0 10px 25px;
}
section.guide dl.function.red dd {
	padding: 0 0 10px 0;
}
section.guide dl.function.red dt:before {
	background: #c00;
}
section.guide dl.function.red dd:before {
	display: none;
}
section.guide dl.function.red dd span {
	font-size: 13px;
	display: block;
	padding: 10px 0;
	color: #c00;
}

section.guide dl.address {
	width: 100%;
	height: auto;
	margin: 20px 0;
	padding: 20px;
	box-sizing: border-box;
	border: #e8e8e8 solid 2px;
}
section.guide dl.address dt {
	font-weight:  600;
	padding: 0 0 10px 0;
}
section.guide dl.address dt:before {
	content: "■";
	padding: 0 5px 0 0;
}
section.guide dl.address dd {
	line-height: 1.8em;
}

section.guide table {
	width: 100%;
	height: auto;
	margin: 0 0 30px 0;
	border-left: #e8e8e8 solid 1px;
	border-top: #e8e8e8 solid 1px;
}
section.guide p + table {
	margin: 30px 0 30px 0;
}
section.guide table td,
section.guide table th {
	border-right: #e8e8e8 solid 1px;
	border-bottom: #e8e8e8 solid 1px;
	padding: 10px 20px;
	line-height: 1.6em;
	text-align: left;
	vertical-align: middle;
}
section.guide table th {
	width: 30%;
	text-align: center;
	background: #f8f8f8;
	font-weight: 600;
}
section.guide table tr td.bgy {
	background: #FFFEE4;
}

/* -----------------------------------------------------
hack for win8.1+  ie
-------------------------------------------------------- */

.win8_1.ie section.guide ul.page_link li a,
.win10.ie11 section.guide ul.page_link li a {
	line-height: 49px;
}
.win8_1.ie section.guide h3,
.win10.ie11 section.guide h3 {
	line-height: 66px;
}
.win8_1.ie section.guide h4,
.win10.ie11 section.guide h4 {
	line-height: 56px;
}
.win8_1.ie section.guide table th,
.win10.ie11 section.guide table th {
	padding: 14px 20px 10px 20px
}
.win8_1.ie section.guide dl.function dt:before,
.win10.ie11 section.guide dl.function dt:before,
.win8_1.ie section.guide ol li:before,
.win10.ie11 section.guide ol li:before {
	line-height: 24px;
}


@media screen and (max-width:767px) {
	
	/* -----------------------------------------------------
	!! 繝｡繧､繝ｳ繧ｳ繝ｳ繝�Φ繝�棧繧剃ｸｭ螟ｮ蟇�○縺ｫ縺吶ｋ縺溘ａ縺ｮCSS縺ｪ縺ｮ縺ｧ
	   繝�Φ繝励Ξ繝ｼ繝育ｵ�∩霎ｼ縺ｿ縺ｮ髫帙↓縺ｯ縲∝炎髯､縺励※縺上□縺輔＞ !!
	-------------------------------------------------------- */

	section.main {
		width: 100%;
		margin: 0;
		float: none;
		clear: both;
	}
	
	/* page links */

	section.guide ul.page_link li {
		width: 50%;
	}
	section.guide ul.page_link li a {
		height: 30px;
		font-size: 11px;
		letter-spacing: 0;
		line-height: 30px;
	}
	
	/* -----------------------------------------------------
	campaign
	-------------------------------------------------------- */
	
	/* title */

	section.guide  {
		width: 90%;
		margin: 0 5%;
	}
	section.guide h2 {
		padding: 20px 0;
		font-size: 16px;
		line-height: 30px;
	}
	section.guide h2 i {
		font-size: 30px;
		line-height: 25px;
	}
	
	/* page links */

	ul.page_link {
		margin: 0 0 30px 0;
	}
	ul.page_link li a {
		height: 30px;
		font-size: 11px;
		letter-spacing: 0;
		line-height: 30px;
	}
	ul.page_link li a:active {
		color: #fff;
		background: #898077;
	}

	/* sub title */

	section.guide h3 {
		height: 44px;
		margin: 30px 0 25px 0;
		font-size: 14px;
		line-height: 40px;
	}
	section.guide h3 i {
		font-size: 25px;
		line-height: 40px;
		padding: 0 10px;
	}
	section.guide h4 {
		font-size: 14px;
	}
	section.guide h4 {
		font-size: 12px;
		height: 40px;
		margin: 20px 0 15px 0;
		display: block;
		line-height: 40px;
	}
	section.guide h5 {
		padding: 15px 0 10px 0;
	}	
	
	/* guide */

	section.guide img {
		max-width: 100%;
		box-sizing: border-box;
		padding:  0 0 30px 0;
	}
	section.guide dl.function,
	section.guide dl.address {
		padding: 5%;
	}
	section.guide dl.function dt,
	section.guide dl.function.red dd span {
		font-size: 12px;
	}
	section.guide table th {
		width: 40%;
		padding: 0;
		font-size: 11px;
	}
	section.guide table td {
		padding: 10px;
		font-size: 11px;
	}
	section.guide dl dt {
		font-size: 12px
	}
	section.guide p,
	section.guide em,
	section.guide small,
	section.guide span,
	section.guide h5,
	section.guide dl dd,
	section.guide ul li {
		font-size: 11px;
	}
	


}

@media screen and (max-width:360px) {
	
	/* -----------------------------------------------------
	small smartphone
	-------------------------------------------------------- */
	

}