@charset "utf-8";
/* CSS Document */
#logo{
	height: 80px;
	display: table-cell;
	vertical-align: middle;
}
#logo a{
	margin: auto;
}
#news.blog #main .bread_crumb{
	width:100vw;
	margin: 20px 0;
	overflow-x: auto;
	white-space: nowrap;
	background-color:#F2F2F2;
}
#news.blog #main .bread_crumb ul li,#news.blog #main .bread_crumb ul li a{
	float:none;
	display: inline-block;
    color: #7f7f7f;
}
.blog-title{
	width: 100%;
	padding: 2vw 0 5vw;
	font-size: 20px;
	font-weight: bold;
	border-bottom: solid 1px #eeeeee;
}
.post-thumbnail img{
	display: block;
	margin: 1rem auto;
}
p.data::after, #news.blog #main .content .news_box .entry-header time::after{
	width: 7em;
	padding: 3px 5px;
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	border-radius: 5px;
	display: inline-block;
	position: absolute;
	margin-left: 10px;
}

#news.blog #main .content .news_list li.aroma p.data:after,
#news.blog.aroma #main .content .news_box .entry-header time:after { content: "アロマ・小顔"; background: #9900cc;}

#news.blog #main .content .news_list li.baby p.data:after,
#news.blog.baby #main .content .news_box .entry-header time:after { content: "脳育ベビー"; background: #d62c70;}

#news.blog #main .content .news_list li.yoga p.data:after,
#news.blog.yoga #main .content .news_box .entry-header time:after { content: "ヨガ"; background: #6ea946;}

#news.blog #main .content .news_list li.kaigai p.data:after,
#news.blog.kaigai #main .content .news_box .entry-header time:after { content: "ヨガ（海外）"; background: #339966;}

#news.blog #main .content .news_list li.pilates p.data:after,
#news.blog.pilates #main .content .news_box .entry-header time:after { content: "ピラティス"; background: #006699;}

#news.blog #main .content .news_list li.seitai p.data:after,
#news.blog.seitai #main .content .news_box .entry-header time:after { content: "整体師"; background: #ed7d31;}

#news.detail #main .content .news_box article.blog_template p .aligncenter {
    display: block;
    margin: 0 auto 1rem!important;
    text-align: center;
}
#news.detail #main .content .news_box article.blog_template p img {
    max-width: 640px;
	height: auto;
}
#main .content .news_box h3 span{
	border-bottom: none;
}
#main .content .news_box ol > li::before{
	counter-increment: number;
	content: counter(number);
	color: #dd9b9d;
	background: #fff;
	border: 1px solid #fd7507;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	border-radius:50%;
	display: block;
	position: absolute;
	margin-top: -3px;
	left: 0;
}
#main .content .news_box ol li{
	padding-left: 2.7rem;
	position: relative;
	margin-top: 1rem;
}
#main .content .news_box ol{
	counter-reset:number;
}
#main .content .cont_box article.blog_template ul{
	background: #ffead2;
	border: 1px dashed #ffead2;
}
#main .content .cont_box  article.blog_template .point{
	background: #ffead2;
}
/* ブログ記事修正 */
.blogcard{
	border: 4px solid #fd7507;
	border-radius:5px;
	overflow:hidden;
	margin-bottom:1.5em;
}
.blogcard::after{
	display: block;
	content: "";
	clear: both;
}
.blogcard .blogcard__link{
	color: #000;
	text-decoration:none;
}
.blogcard__subtitle{
	background:#ffead2;
	padding: 7px 10px;
	font-size: 12px;
	color:#fd7507;
	font-weight: bold;
}
.blogcard__contents{
	width:70%;
	margin-left:2.5%;
	margin-right:2.5%;
	float:left;
}
.blogcard__contents .heading{
	color:#252525;
	font-size: 16px;
	font-weight: bold;
	margin-top: 4px;
}
.blogcard__contents .phrase{
	color:#626262;
	font-size: 15px;
	margin-bottom: 0px;
}
.bc-image{
	width:25%;
	float:left;
}
/* 関連記事修正 */
.related__item {
	display: flex;
    align-items: flex-start;
}
#main article.blog_template .related .related__list .related__item {
	margin-bottom: 10px;
    width: 100%;
    list-style-type: none;
	background:#fff;
	box-shadow: 1px 3px 2px rgba(0,0,0,0.2);
}
.related__item .eyecatch {
    width: 30%;
}
.related__item .eyecatch img{
    height: auto;
}
#news.detail #main .content .news_box .cont_news .related__item .eyecatch img{
	margin:0;
}
.related__item .archive__contents {
    width: 100%;
    margin-left: 15px;
	position: relative;
}
#main article.blog_template .archive__contents h3{
	border-left:none;
	border-bottom:none;
	margin:0 0 15px 0;
}
#main article.blog_template .related h2{
	margin-bottom:0;
}
#main article.blog_template .archive__contents h3 a{
	color:#000;
	text-decoration:none;
}
#news.detail #main .content .news_box .cont_news .blogcard__link .bc-image img{
	margin: 0 auto;
}
#main article.blog_template .archive__contents .related h2{
	margin-bottom:0;
}
#main article.blog_template .related ul{
	margin: 0;
}
@media screen and (max-width: 480px){
	#header{
		padding:19px 0 0 0;
	}
	#logo{
		height:22px;
	}
	#h_top .h_logo #logo a{
		margin: 0 0 0 20px;
	}
	.blogcard{
	border: 2px solid #ff6868;
	}
	.blogcard__contents{
	width:60%;
	}
	.blogcard__contents .heading{
		font-size: 14px;
	}
	.blogcard__contents .phrase,.archive__contents p{
		display:none;
	}
	.bc-image{
	width:35%;
		float:left;
	}
	.related__item{
		display:block;
	}
	.related__item .eyecatch {
    	width: 100%;
    }
    .related__item .eyecatch img{
    	height: auto;
    }
	.related__item .archive__contents{
		margin-left:0;
	}
	#main article.blog_template .archive__contents h3{
		line-height: 29px;
	}
}
@media screen and ( min-width : 481px ) {
	#news.blog #main .bread_crumb{
		background-color:#fff;
	}
	.blog-title{
		padding: 15px 20px;
		font-size: 18px;
		font-weight: bold;
	}
	#main .content .news_box ol > li::before{
		left: 1.6rem;
	}
	#main .content .news_box ol li{
		padding-left: 4.7rem;
	}
}