/* ***** ヘッダ回り ***** */
.cate_baloon .note + p {
	margin-top: 1.5em;
}
.anchor_menu ul {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 90%;
    justify-content:center;
    padding: 0.5em 0;
}
.anchor_menu li {
	width: auto;
    padding: 0 2em;
}

/* ***** スタイルから探す ***** */
#product_select .style {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#product_select .style > li {
	width: calc(25% - 1em);
	margin-top:1em;
}
#product_select .style > li:nth-child(1),
#product_select .style > li:nth-child(2),
#product_select .style > li:nth-child(3),
#product_select .style > li:nth-child(4) {
	margin-top:0;
}
#product_select .style > li img {
	width: 100%;
}

/*#styling_select_area + .from_item li:not(:nth-child(4n+1)) {
	margin-left: 1.5em;
}*/
/*#styling_select_area + .from_item li:nth-child(n+5) {
	margin-top: 1.5em;
}*/

.panel_more {
	padding: 0.5em 0;
	background-color: #eee;
	font-size: 120%;
	text-align: center;
	transition: 0.5s opacity;
}
.panel_more:hover {
	cursor: pointer;
	opacity: 0.7;
	transition: 0.5s opacity;
}

/* ***** テイストから探す ***** */
#style_select_area + .from_item .item_box {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}
#style_select_area + .from_item .text {
	//height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

#style_select_area + .from_item .text h3 {
	margin: 0;
	font-family: 'EB Garamond', 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 160%;
	line-height: 1.4;
	text-align: center;
}
#style_select_area + .from_item .text p {
	margin-top: 1em;
}
#style_select_area + .from_item .text h3 + p {
	margin-top: 0.5em;
	font-size: 120%;
	text-align: center;
}
#style_select_area + .from_item p:nth-last-child(2) {
	//margin-bottom: 1.5em;
	height: 8em;
}
#style_select_area + .from_item .text .moreinfo {
	margin: auto 0 0;
}

#style_select_area + .from_item .moreinfo a {
	display: block;
	padding: 0.5em 0;
	border: solid 1px #222;
	background-color: #222;
	color: #fff;
	text-align: center;
	transition: 0.5s;
	position: relative;
}
#style_select_area + .from_item .moreinfo a::before {
	content: none;
}
#style_select_area + .from_item .moreinfo a::after {
	content: "  \f0da";
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	right: 0.5em;
	transform: translateY(-50%);
}
#style_select_area + .from_item .moreinfo a:hover {
	background-color: #fff;
	color: #222;
	text-decoration: none;
	transition: 0.5s;
}

/* ***** お手入れカタログスタッフ ***** */
.curtain_topic h2 {
	margin: 3em 0 0;
	padding: 0.2em 0;
	padding-left: 0.5em;
	border-left: solid 6px #b00a0a;
	border-bottom: none;
	font-size: 150%;
	line-height: 1.4;
}
.curtain_topic > div {
	margin-top: 0.8em;
	padding: 1.5em;
	border: solid 1px #ccc;
	border-radius: 5px;
}
.curtain_topic .moreinfo a {
	display: block;
	padding: 0.5em;
	border: solid 2px #ccc;
	border-radius: 5px;
	background-color: #efefef;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	transition: 0.5s;
}
.curtain_topic .moreinfo a::before {
	content: "\f054  ";
	font-family: FontAwesome;
	color: #b00a0a;
}
.curtain_topic .moreinfo a:hover {
	text-decoration: none;
	background-color: #ccc;
	transition: 0.5s;
}
.curtain_topic .col2 {
	margin-top: 1.5em;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.curtain_topic .col2 > * {
	width: calc((100% - 1.5em) / 2);
}

/* ***** デジタルカタログ ***** */
#catalog_select_area + div {
	display: -webkit-flex;
	display: flex;
}
#catalog_select_area + div .image {
	flex: none;
}
#catalog_select_area + div .text {
	width: 100%;
	margin-left: 1.5em;
}
#catalog_select_area + div .text h3 {
	margin: 0;
	font-size: 130%;
}
#catalog_select_area + div .text p {
	margin-top: 1em;
	font-size: 110%;
}
#catalog_select_area + div .text .moreinfo + * {
	margin-top: 1em;
}

/* ***** スタッフ ***** */
#staff_select_area + div .col2 {
	display: -webkit-flex;
	display: flex;	-webkit-justify-content: space-between;
	justify-content: space-between;
	font-size: 110%;
}
#staff_select_area + div .col2 .image,
#staff_select_area + div .col2 .text {
	width: calc((100% - 1.5em ) / 2);
}
#staff_select_area + div .col2:nth-of-type(3) .image {
	order: +1;
}
#staff_select_area + div h3 {
	margin: 1.5em 0 0;
	border-bottom: 1px dotted #7f7f7f;
	font-size: 140%;
	font-weight: normal;
	line-height: 2;
}
#staff_select_area + div p {
	margin-top: 0;
}
#staff_select_area + div .note {
	margin-top: 1em;
}
#staff_select_area + div .note a {
	text-decoration: underline;
}
#staff_select_area + div .moreinfo {
	margin-top: 3em;
}
#staff_select_area + div .moreinfo a {
	padding: 1em;
	font-size: 140%;
}
