@charset "utf-8";
body {
	background: #eaeeee;
}
body#page_diy {
	background: #FFF;
}
#wrapper {
	width: 1120px;
	margin: 100px auto 50px;
	min-height: 500px;
}
#wrapper:after,
#contents:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}


#wrapper a,
#wrap a {
	color: #15375f;
	text-decoration: underline;
}
#wrapper a:hover,
#wrap a:hover {
	text-decoration: none;
}

div.categorytitle {
	text-align: center;
	color: #15375f;
}
div.categorytitle h3 {
	line-height: 0.8;
}

#contents {
	width: 75%;
	min-height: 400px;
	float: left;
	background: #FFF;
	padding: 40px;
	box-sizing: border-box;
}
body.type_all #contents {
	float: none;
	width: 100%;
}

#contents h3,
#contents h4 {
	font-family: Helvetica,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Noto Sans Japanese","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	line-height: 1.2;
	margin-right: 0;
	font-weight: 600;
	color: #15375F;
}

#contents h3 {
	margin-bottom: 5px;
}
#contents h4 {
	clear: both;
	margin: 60px 0 30px;
}
#contents h4.first {
	margin-top: 0;
}

#contents article {
	clear: both;
	margin-bottom: 40px;
}
#contents article p {
	margin-bottom: 1.5em;
}
#contents article p.figure {
	margin-bottom: 5px;
}
#contents article p.figure img {
	max-width: 100%;
	height: auto;
}

#contents article div.figcaption {
	margin-bottom: 2em;
}

#contents article p img {
	padding-bottom: 0.3em;
}

#contents article p.date {
	font-size: 13px;
	margin-bottom: 30px;
}


#sidebar {
	width: 17.8%;
	float: right;
	box-sizing: border-box;
}
#sidebar h3 {
	font-size: 26px;
	color: #15375F;
	margin: 0 0 30px;
	line-height: 0.8;
}
#sidebar h3 span.ja {
	font-size: 11px;
	font-family: Helvetica,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Noto Sans Japanese","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


#sidebar ul.sidenav li {
	list-style: none;
	font-size: 90%;
	margin-bottom: 5px;
}
#sidebar ul.sidenav li.extra {
	font-size: 12px;
}

#sidebar ul.sidenav li a {
	padding: 8px;
	display: block;
	border: 1px solid #15375f;
	background: #15375f;
	color: #FFF;
	text-decoration: none!important;
}
#sidebar ul.sidenav li.current a,
#sidebar ul.sidenav li a:hover {
	background: #FFF;
	color: #15375f;
}

#sidebar div.past {
	margin: 0 0 30px;
	cursor: pointer;
}
#sidebar div.past img {
}
#sidebar div.past a {
	color: #333;
	text-decoration: none;
}

#sidebar div.past:hover img {
	opacity: 0.7; /* 0.0～1.0 */
	filter: alpha(opacity=70); /* 0～100 */
}

#sidebar div.past p {
	font-size: 13px;
	line-height: 1.3;
	margin-bottom: 10px;
}
#page_eventseminar #sidebar div.past p span.teacher {
	font-size: 85%;
}

#sidebar div.past div.thumb {
	margin-bottom: 6px;
	overflow: hidden;
	width: 100%;
}
#sidebar div.past div.thumb img {
	height: auto;
}
#sidebar div.past p.date {
	font-size: 12px;
}


#special_contents {
	min-height: 800px;
	padding: 100px 0 50px;
}
#special_contents:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}


div.entryposts,
ul.pickupbrand li {
	float: left;
	width: 22.45%;
	margin: 0 3.39% 40px 0;
	cursor: pointer;
	list-style: none;
}
div.entryposts:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.gallery_posts div.entryposts {
	width: 20%;
	margin-right: 0;
	box-sizing: border-box;
	padding: 0 4px;
	margin-bottom: 25px;
}
.gallery_posts div.entryposts:nth-child(5n+1) {
	clear: both;	
}





div.entryposts.pickup_1 {
	width: 48.29%;
}
div.entryposts.pickup_3,
div.entryposts.no_4,
div.entryposts.no_8,
div.entryposts.no_12,
div.entryposts.no_16,
div.entryposts.no_20,
div.entryposts.no_24,
div.entryposts.no_28,
div.entryposts.no_32 {
	margin-right: 0;
}
div.entryposts.no_5,
div.entryposts.no_9,
div.entryposts.no_13,
div.entryposts.no_17,
div.entryposts.no_21,
div.entryposts.no_25 {
	clear: both;
}

div.entryposts.pickup_1 div.thumb img {
	width: 100%!important;
	max-width: inherit!important;
	height: auto!important;
	margin: 0!important;
}
div.tag_line div.entryposts:nth-child(5) {
	margin-right: 0;
}


ul.pickupbrand {
	clear: both;
}

ul.pickupbrand li:last-child {
	margin-right: 0;
}
ul.pickupbrand li img {
	width: 100%;
	height: auto;
}

@media (min-width: 770px) {
div.entryposts div.thumb {
	position: relative;	
}
div.entryposts div.thumb:hover img {
	z-index: 100;
	position: relative;
	opacity: 0.5; /* 0.0～1.0 */
	filter: alpha(opacity=50); /* 0～100 */
}
div.entryposts div.thumb:hover:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #15375f;
	z-index: 0;
}
}

/*
div.entryposts.no_4,
div.entryposts.no_8,
div.entryposts.no_12,
div.entryposts.no_16 {
	margin-right: 0;
}

div.entryposts.no_5,
div.entryposts.no_9,
div.entryposts.no_13,
div.entryposts.no_17 {
	clear: both;
}
*/
#contents div.entryposts a {
	text-decoration: none;
}

div.entryposts div.thumb img {
	width: 100%;
	height: auto;
}
div.entryposts div.thumb {
	overflow: hidden;
	margin-bottom: 10px;
}
div.entryposts .caption h5 {
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 1.3;
}
.gallery_posts div.entryposts .caption h5 {
	font-size: 12px;	
}


div.entryposts .caption p {
	margin-bottom: 10px;
	line-height: 1.3;
}
div.entryposts .caption p.date,
div.entryposts .caption p.pickupcaption {
	font-size: 90%;
	line-height: 1.4;
}

div.entryposts .caption a {
	color: #15375f;
	text-decoration: none;
}

.f-red {
	color: #CC0000;
}
.mgnb05 {
	margin-bottom: 5px!important;
}

div.wp-pagenavi {
	clear: both;
	text-align: center;
	padding-top: 25px;
}
div.wp-pagenavi:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.wp-pagenavi a,
.wp-pagenavi span {
	border: 1px solid #15375F;
}
#wrapper .wp-pagenavi a,
#wrap .wp-pagenavi a {
	background: #15375F;
	color: #FFF;
	text-decoration: none;
}
#wrapper .wp-pagenavi a:hover,
#wrap .wp-pagenavi a:hover {
	background: #FFF;
	color: #15375F;
	text-decoration: none;
}

div.caption p.news_title {
	font-weight: 600;
	line-height: 1.3;
}

@media (max-width: 1120px) {
#wrapper {
	width: auto;
	margin: 120px 15px 50px;
}
}

@media (max-width: 770px) {
#contents {
	padding: 20px;
}
#contents img {
	width: 100%;
	height: auto;
}
#contents .ico_jdca img {
	width: 100px;
	height: auto;	
}
#sidebar h3 {
	font-size: 22px;
}

div.entryposts,
div.entryposts.pickup_1 {
	margin: 0 0 20px;
	width: 48%;
}
div.entryposts div.thumb {
	float: none;
	width: 100%;
	margin: 0 0 5px;
}
div.entryposts div.caption {
    margin: 0 0 20px;
    padding: 0;
}

/*
div.entryposts.no_1,
div.entryposts.no_3,
div.entryposts.no_5,
div.entryposts.no_7,
div.entryposts.no_9,
div.entryposts.no_11,
div.entryposts.no_13,
div.entryposts.no_13,
div.entryposts.no_15,
div.entryposts.no_17,
div.entryposts.no_19,
div.entryposts.no_21,
div.entryposts.no_23,
div.entryposts.no_25,
div.entryposts.no_27,
div.entryposts.no_29  {
	clear: both;
}
*/
div.entryposts.no_2,
div.entryposts.no_4,
div.entryposts.no_6,
div.entryposts.no_8,
div.entryposts.no_10,
div.entryposts.no_12,
div.entryposts.no_14,
div.entryposts.no_16,
div.entryposts.no_18,
div.entryposts.no_20,
div.entryposts.no_22,
div.entryposts.no_24,
div.entryposts.no_26,
div.entryposts.no_28,
div.entryposts.no_30,
div.entryposts.no_32,
div.entryposts.no_34 {
	float: right;
	clear: none;
}
div.entryposts.no_1,
div.entryposts.no_3,
div.entryposts.no_5,
div.entryposts.no_7,
div.entryposts.no_9,
div.entryposts.no_11,
div.entryposts.no_13,
div.entryposts.no_15,
div.entryposts.no_17,
div.entryposts.no_19,
div.entryposts.no_21,
div.entryposts.no_23,
div.entryposts.no_25,
div.entryposts.no_27,
div.entryposts.no_29,
div.entryposts.no_31,
div.entryposts.no_33 {
	clear: both;
}

div.tag_line div.entryposts:nth-child(even) {
	clear: both;
}
div.tag_line div.entryposts:nth-child(odd) {
	float: right;
	clear: none;
}

#page_showcase div.entryposts div.thumb {
	float: none;
	width: 100%;
	margin: 0 0 5px;
}

#page_showcase div.entryposts div.caption {
    margin: 0 0 20px;
    padding: 0;
}


.gallery_posts div.entryposts {
	width: 25%;
}
.gallery_posts div.entryposts:nth-child(5n+1) {
	clear: none;	
}
.gallery_posts div.entryposts:nth-child(4n+1) {
	clear: both;	
}


}

@media (max-width: 670px) {
#wrapper {
	margin-top: 70px;
	margin-left: 0px;
	margin-right: 0px;
}
#contents,
#sidebar {
	float: none;
	width: auto;
	clear: both;
}
#sidebar {
	margin: 0 10px;
}

#page_shop #sidebar,
#page_member #sidebar,
#page_recruit #sidebar {
	margin-left: 10px;
	margin-right: 10px;
}
#page_eventseminar #sidebar,
#page_decoration #sidebar,
#page_flowerdesign #sidebar,
#page_movie #sidebar {
	margin-left: 15px;
	margin-right: 15px;
}



#sidebar ul.sidenav {
	margin-bottom: 5px;
}
#sidebar ul.sidenav li,
#sidebar ul.sidenav li.extra {
	margin-bottom: 2px;
	font-size: 10px;
	box-sizing: border-box;
}
#sidebar ul.sidenav li a {
	padding: 6px 0px;
	text-align: center;
}

#sidebar ul.sidenav {
	margin-bottom: 10px;
}
/*------------------------------------*/
#sidebar ul.sidenav:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
/*------------------------------------*/



#contents {
	width: auto;
	padding: 20px 15px 30px;
	margin-bottom: 30px;
}
#contents h3,
#contents h4 {
	font-size: 17px;
}

div#sidebar h3 {
	margin-bottom: 15px;
}

div#sidebar div.past {
	width: 120px;
	float: left;
	margin: 0 15px 0 0;
}
#sidebar div.past p {
	font-size: 12px;
}

div#sidebar div.scrollarea {
	overflow: auto;
	height: 280px;
}

div#sidebar div.inner {
	width: 900px;
}



ul.pickupbrand li {
	width: 48%;
	margin: 0 1% 20px;
}

/*
div.entryposts div.thumb {
	width: 90px;
}
div.entryposts div.caption {
	margin: 0 0 0 100px;
	padding: 0;
}
*/

div.wp-pagenavi,
.wp-pagenavi a,
.wp-pagenavi a.last,
.wp-pagenavi span {
	font-size: 10px;
}

.wp-pagenavi a, .wp-pagenavi span {
    margin: 2px;
    padding: 4px ;
}


.gallery_posts div.entryposts {
	width: 33.3%;
	padding: 0 2px;
	margin-bottom: 15px!important;
}
.gallery_posts div.entryposts:nth-child(4n+1),
.gallery_posts div.entryposts:nth-child(3n){
	clear: none;	
}
.gallery_posts div.entryposts:nth-child(3n+1){
	clear: both;	
}
.gallery_posts div.entryposts .caption h5 {
	font-size: 10px;	
}

}


@media (max-width: 320px) {
/*div.entryposts div.thumb {
    width: 80px;
}

div.entryposts div.caption {
    margin: 0 0 0 90px;
}
*/
div.entryposts .caption p.date, div.entryposts .caption p.pickupcaption {
    font-size: 11px;
}


}
