﻿@charset "UTF-8";



#album_contents_area {
	text-align: left;
	font-size: 17px;
	width: 774px;
}

#album_contents_area .album_contents_title {
	font-size: 26px;
	font-weight: bold;
	line-height: 120%;
}
#album_contents_area h2,
#album_contents_area h3 {
	font-weight: bold;	
}

#album_contents_area a {
	color: #4A4747;
	transition-duration: .2s;
	text-decoration: none;
	border-bottom: 1px solid #787878;
}
#album_contents_area a:hover {
	opacity: .7;
}
.hr_line {
	border: none;
	background: url(../img/hr_line.png) no-repeat;
	background-size: 100% 100%;
	height: 5px;
	margin: 2em auto;
	clear: both;
}
.hr_line2 {
	border: none;
	background: url(../img/hr_line2.png) no-repeat;
	background-size: 100% 100%;
	height: 10px;
	margin: 2em auto;
	clear: both;
}
header .hr_line2 {
	margin-top: 5px;
}
#album_contents_area img {
	max-width: 100%;
/* 	background: #949494; */
	vertical-align: top;
	display: inline-block;
	box-sizing: border-box;
}
.img_50,
.img_100 {
	overflow: hidden;
}
.img_100 img {
	width: 100%;
	margin-bottom: 1em;
}
.img_50 img {
	width: 49%;
	float: left;
	margin-bottom: 1em;
}
.img_50 img:nth-child(2n),
.img_50 a:nth-child(2n) img {
	float: right;
}


/* 連番制御 */
	#album_contents_area {
		counter-reset: process;
	}
	.procedure_making {
		counter-reset: procedure_making;
	}
	.procedure_making li {
		font-size: 17px;
	}
	.procedure_making > li,
	#album_contents_area .process h2 {
		margin-left: 1.7em; /* 下部にも設定箇所あり「.procedure_making > li」 */
	}
	.procedure_making > li:before,
	#album_contents_area .process h2:before {
		text-align: center;
		font-weight: normal;
		color: #fff;
		border-radius: 50%;
		background-color: #FF968B;
		display: inline-block;
		width: 1.6em;
		padding-left: .05em;
		padding-top: .1em;
		margin-right: .2em;
		margin-left: -1.8em;
		box-sizing: border-box;
		-webkit-font-feature-settings: 'halt' 1;
		font-feature-settings: 'halt' 1;
		line-height: 160%;
	}
	.procedure_making > li:before {
		counter-increment: procedure_making;
		content: counter(procedure_making);
	}
	#album_contents_area .process h2:before {
		counter-increment: process;
		content: counter(process);
	}
/* 連番制御 */


.header_left {
	float: left;
	overflow: hidden;
	width: 48%;
	margin-bottom: 1em;
}
.header_right {
	float: right;
	overflow: hidden;
	width: 48%;
	margin-bottom: 1em;
}

/* 難易度欄 */
.level_area {
}
.level {
	color: #FF968B;
	font-size: 20px;
}
.level > span {
	color: #4A4747;
	display: inline-block;
	margin-right: 5px;
}
.level_text {
	font-size: 17px;
	margin: 1em auto;
}
.header_left > a {
	font-weight: bold;
	display: inline-block;
	margin-bottom: 1em;
}
.header_left > a:after {
	content: "＞";
}


/* オススメ欄 */
.pickup {
	overflow: hidden;
	border: 1px solid #C2B596;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 15px;
}
.pickup_title {
	font-size: 20px;
	margin-bottom: .3em;
	position: relative;
	margin-left: 1.2em;
	border: none!important;
}
.pickup_title:before {
	content: "";
	display: inline-block;
	background: url(../img/icon_3.png) no-repeat;
	background-size: 100% 100%;
	width: 20px;
	height: 20px;
	margin-right: .5em;
	margin-top: .2em;
	position: absolute;
	top: .12em;
	left: -1.2em;
}
.pickup_list {
	font-size: 16px;
}
.pickup_list li {
	list-style-type: disc;
	margin-left: 1.5em;
}

/* 用意するもの */
.set_title {
	
}
.set_title:before {
	content: "";
	display: inline-block;
	background: url(../img/icon_1.png) no-repeat;
	background-size: 100% 100%;
	width: 29px;
	height: 20px;
	margin-right: .5em;
	margin-top: .2em;
}
.set_list {
	margin: 1em auto;
}
.set_list > li {
/* 	margin-left: 2em; */
	list-style-type: disc;
	display: inline-block;
	margin-right: 1em;
}
.set_list > li:before {
	content: "・";
	display: inline-block;
	margin-right: .2em;
}

/* 作り方の手順 */
.making_title {

}
.making_title:before {
	content: "";
	display: inline-block;
	background: url(../img/icon_2.png) no-repeat;
	background-size: 100% 100%;
	width: 29px;
	height: 20px;
	margin-right: .5em;
	margin-top: .2em;
}
.procedure_making > li,
.process h2 {
	font-size: 21px;
}
.procedure_making {
}
.procedure_making > li {
	list-style-type: none;
	margin: 1em auto 1em 1.7em;
}



.process h2 {
	margin: 1em auto;
}
.process p {
	margin: 1em auto;
}

.point_area {
	border: 1px solid #FF968B;
	position: relative;
	padding: 20px 20px 20px 280px;
	box-sizing: border-box;
}
.point_img {
	width: 162px;
	position: absolute;
	top: 60px;
	left: 50px;
}
.point_title {
	color: #FF968B;
	-webkit-font-feature-settings: 'palt' 1; /* palt*/
	font-feature-settings: 'palt' 1;
	border: none!important;
}
.point_text {
	
}
.point_list {
	margin: 1em auto;
}
.point_list li {
	margin-left: 1em;
	list-style: disc;
}

.sns_button {
	margin: 10px auto;
	text-align: center;
}


.other_item_area {
	overflow: hidden;
	margin: 40px auto;
}
.other_item_title {
	color: #fff;
	background-color: #C2B596;
	text-align: left;
	font-weight: normal;
	padding: 5px 15px;
	font-size: 18px;
	position: relative;
}
.other_item_title > a {
	text-decoration: none;
	color: #fff !important;
	border-color: #fff !important;
	display: inline-block;
	font-size: .8em;
	position: absolute;
	right: 15px;
	top: .6em;
}
.other_item_title > a:after {
	content: "＞";
}
.other_item_list {
	text-align: left;
	font-size: 14px;
}
.other_item_list li {
	width: 30%;
	display: inline-block;
	margin: 20px 1.4% 0;
}
.other_item_list li a {
	color: inherit;
	text-decoration: none;
	display: block;
	border: none !important;
}
.other_item_list li img {
	display: block;
	width: 100%;
}
