/*!
Theme Name: raiki
Author: _raiki
*/

.entry-content p{margin-bottom: 1.5em;}
.entry-content strong{font-weight:bold;}


@media screen and (max-width: 600px){
	.page-header__bread{
		width:calc(100% - 30px);
	}
	.bread{
	width: 100%;
	overflow:hidden;

	white-space:nowrap;
	justify-content:flex-start;

	}
	.bread__item + .bread__item{
		flex-basis:12em;
		overflow:hidden;
		text-overflow:ellipsis;
	}
}
.site-header__contact.-store {
	background-color: rgba(0, 0, 0, 0.61);
	line-height: 1;
	text-align: center;
}
.site-header__contact.-showroom {
	margin-left: 0;
}
@media screen and (min-width: 901px) {
	.site-header__contact.-showroom {
		margin-left: 0;
	}
}
@media screen and (max-width: 600px) {
	.site-header__logo {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 70px;
		flex: 0 0 70px;
		width: 70px;
	}
	.site-header__contact.-store {
		margin-left: 0;
	}
}
@media screen and (max-width: 767px) {
	.title-t2 {
		width: 100%;
		word-break: break-all;
	}
}