#main{
	margin-top: 0 !important;
}

.content{
	margin-top: 20px;
	width: 980px !important;
}

.bread-box {
    background: #b33680;
    padding: 5px 10px;
    width: 100%;
    height: 30px;
}

.bread-list {
    width: 980px;
    margin: 0 auto;
    color: #FFFFFF;
}

.bread-list a {
    text-decoration: underline;
}

.blog-contents{
	background-color: #fffb;
    padding: 40px;
}

.bread-box ul li {
	float: left;
}

.blog-contents .con-right{
	width: 312px !important;
	float: right;
	width: auto;
}

.blog-contents .con-main{
	float: left !important;
	width: 660px !important;
}

/*--------------*/

.blog-contents .st{
	display: inline-block;
	font-weight: bold;
	width: 100%;
	color: #b33680;
	font-size: 20px;
	padding-bottom: 4px;
	margin-bottom: 8px;
	border-bottom: 1px solid #b33680;
	text-align: left !important;
}
.blog-contents .st{
	background: url(../img/blog/artecle.png) no-repeat center;
    background-size: 20px;
    background-position-x: 1%;
    padding: 0 0 0 36px;
}
.blog-contents .st::before,
.blog-contents .st::after{
	display: none;
}

.blog-contents .article{
	width: 100%;
	padding: 8px;
	margin-bottom: 8px;
	border: 1px solid #b33680;
}
.blog-contents .article a{
	display: block;
	width: 100%;
	height: 100%;
}
.blog-contents .article ul{
	display: flex;
	justify-content: space-between;
}
.blog-contents .article ul li{
    height: 100px;
    overflow: hidden;
}
.blog-contents .article ul li img{
    width: 100%;
    height: auto;
    object-position: center;
}
.blog-contents .article ul li:first-child{
	width: 100px;
	margin-right: 4px;
}
.blog-contents .article ul li:nth-child(2){
	width: 60%;
	position: relative;
}
.blog-contents .article ul li > dl{
	height: 100%;
}
.blog-contents .article ul li > dl > dt{
	display: inline;
	font-size: 20px;
    color: #b33680;
    font-weight: bold;
    background: url("../img/blog/blog-logo.png")no-repeat center;
    background-size: 18px;
    background-position-x: 1%;
    padding: 0 0 0 24px;
}
.blog-contents .article ul li > dl > dd{
	font-size: 16px;
	background: url("../img/blog/kimono.svg")no-repeat center;
	background-position-x: 1%; 
	background-size: 20px;
	padding-left: 22px;
	position: absolute;
	bottom: 22px;
}
.blog-contents .article ul li > dl > dd:nth-of-type(2){
	background:url('../img/blog/clock-b.svg') no-repeat center;
	background-position-x:1%; 
	background-size: 16px;
	padding-left: 22px;
	position: absolute;
	bottom: 0;
}
.blog-contents .more-btn{
	height: 48px;
	width: 100%;
	background-color: #b33680;
	display: table;
	font-weight: bold;
	text-align: center;
	box-shadow: 0 2px 3px 0 rgba(100, 100,100, .5);
}
.blog-contents .more-btn button{
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	border:none;
	background:url("../img/blog/arrow-bottom-white.svg")no-repeat center;
	background-position-x:99%; 
	background-size: 24px;
	color: #fff;
	font-size: 20px;
}

/*--------------*/

.blog-contents .con-main{

}
.blog-contents .con-main .eyecatch{
	height: 400px;
    overflow: hidden;
}
.blog-contents .con-main .eyecatch img{
	width: 100%;
	height: auto;
	object-position: center;
}
.blog-contents .con-main h1{
	font-size: 36px;
    font-weight: bolder;
    padding: 8px 0;
     border-bottom: #666 1px dotted; 
    margin: 0 0 12px 0;
}
.blog-contents .con-main .blog-text h2{
	border: none;
    margin: 16px 0;
    background: url(../img/blog/st-mark-red.png)no-repeat center;
    background-size: contain;
    background-position-x: 1%;
    padding: 0 0 0 62px;
    color: #b33680;
    font-family: 'Noto sans japanese', sans-serif;
    font-size: 24px;
    font-weight: 700;
}
.blog-contents .con-main .blog-text{
	font-size: 18px;
    margin-bottom: 16px;
    overflow: hidden;
    line-height: 160%;
}
.blog-contents .con-main .blog-text .reference-btn{
	display: table;
	width: 100%;
	margin:8px 0;
	height: 34px;
	border:1px solid #cf7faf;
	box-shadow: 0 2px 3px 0 rgba(100, 100,100, .5);
}
.blog-contents .con-main .blog-text .reference-btn a{
	display: table-cell;
	padding: 8px;
	width: 100%;
	height: 100%;
}
.blog-contents .con-main .blog-text p{
	line-height: 150%;
}
.blog-contents .con-main .blog-text img{
	margin:16px 0;
	width: 100%;
}
.blog-contents .btn-box{
	width: 100%;
	padding: 16px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-top: #666 1px dotted;
	border-bottom: #666 1px dotted;
	margin-top:0px;
	margin-bottom:8px;
}
.blog-contents .btn-box > p{
	width: 49%;
	text-align: left;
	font-size: 18px;
	background:url('../img/blog/store-icon.png') no-repeat center;
	background-position-x:1%; 
	background-size: 20px;
	padding-left: 32px;
}
.blog-contents .btn-box > span{
	width: 49%;
	text-align: right;
	font-size: 18px;
	background:url('../img/blog/clock-b.svg') no-repeat center;
	background-position-x:194px;
	background-position-y:1px; 
	background-size: 20px;
}
.blog-contents .btn-box > div{
	display: table;
	width: 49%;
	height: 34px;
	font-size: 18px;
	text-align: left;
	padding: 8px 16px;
	color: #b33680;
	border:#b33680 solid 1px;
	margin:8px 0;
	box-shadow: 0 2px 3px 0 rgba(100, 100,100, .5);
}
.blog-contents .btn-box > div{
	background: url(../img/blog/artecle.png) no-repeat center;
    background-size: 18px;
    background-position-x: 4%;
    padding-left: 40px;
}
.blog-contents .btn-box > div > a{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.blog-contents .con-main .news{
	font-size: 18px;
	margin-bottom: 16px;
}
.blog-contents .con-main .news .article ul li:nth-child(2){
	width: 80%;
	position: relative;
}
.blog-contents .con-main .blog-shopname{
	font-size: 18px;
	margin-bottom: 16px;
}
.blog-contents .con-main .blog-shopname .flex-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.blog-contents .con-main .blog-shopname .flex-box > .article{
	width: 49%;
}


/*20200917｜トップページ｜新着ブログリスト
----------------------------------------------------------------*/

.blog-list{
	margin:50px 0;
	display: block;
	overflow: hidden;
}

.blog-list h2 {
    font-family: 'Noto sans japanese', sans-serif;
    font-size: 24px;
    font-weight: 700;
    padding-left: 50px;
    border-bottom: 1px solid #b33680;
    padding-bottom: 10px;
    margin-bottom: 10px;
    background: url(../img/common/bloglist.png)no-repeat center;
    background-position-x: 1%;
    background-size: 30px;
}

.blog-list .blog-listbox{
	display: block;
	width:100%;
	overflow: hidden;
}


.blog-list .blog-listbox ul{
	display: flex !important;
	width:100%;
	overflow: hidden;
	margin-bottom: 0 !important;
}

.blog-list .blog-listbox ul li{
	float: left;
	width: calc( 33.33% - 10px );
	margin-right: 15px;
}

.blog-list .blog-listbox ul li:nth-of-type(3n){
	margin-right: 0;
}

.blog-list .blog-listbox ul li dl{
	background: #fff;
}

.blog-list .blog-listbox ul li dl dt a{
	display: block;
	width:100%;
	padding-top:50%;
	overflow: hidden;
	position: relative;
}

.blog-list .blog-listbox ul li dl dt img{
	position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: auto;
    height: auto;
    max-width: 99%;
}

.blog-list .blog-listbox ul li dl dd{
	line-height: 150%;
	margin-top:10px;
	font-size:14px;
	text-align: left;
}

.blog-list .blog-listbox ul li dl dd p{
	font-family: 'Noto sans japanese', sans-serif;
    font-size: 18px;
    font-weight: 600;
	height: 81px;
}

.blog-list .blog-listbox ul li dl dd a{
	color: #b33680;
}

.blog-list .blog-listbox ul li dl dd .morebtn-bl{
	display: inline-block;
	width:100%;
	font-size:14px;
	padding:5px 10px;
	padding-right: 35px;
	border:1px solid #b33680;
	text-align: center;
	
	position: relative;
}

.blog-list .blog-listbox ul li .morebtn-bl:after{
	content: " ";
	
	position: absolute;
	right:10px;
	top:50%;
	transform: translateY(-50%);
	
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    background: url(../img/common/arrow-icon-red.png) no-repeat center;
    background-size: contain;
}