/*ÏÈ*/
.row-eq-height{
  display:flex;
  flex-wrap:wrap;
}
.column_flow{
	margin-bottom: 0;
  margin-left: 0;
	position: relative;
	margin-top: 30px;
}
.column_flow::before{
	content: " ";
	display: block;
	position: absolute;
	width: 2px;
	height: 99%;
	top: 0.5%;
	left: calc(1rem + 18px);
	background-color: #ddd;
}
/*li*/
.column_flow li{
	color: #fff;
	list-style: none;
	display: flex;
	padding: 0 1rem;
	margin-bottom: 1.5rem;
	position: relative;
}
/*icon*/
.cf_icon{
	width: 40px;
	min-width: 40px;
	height: 40px;
	background-color: #fff;
	color: #000;
	font-weight: bold;
	font-size: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cf_icon.cf_i_c1{
	background-color: #000;
	color: #fff;
}
.cf_icon.cf_i_c2{
	border-radius: 50%;
}
/*¥Æ¥­¥¹¥È*/
.cf_txt{
	flex-grow: 1;
	padding-left: 1rem;
}
/*ÆÃÄ§*/
.tokutyo_box{
	position: relative;
	width: 100%;
	padding-top: 5%;
	padding-bottom: 5%;
}
.tokutyo_box,.tokutyo_box *{
	
	box-sizing: border-box;
}
.tokutyo_box::before{
	content: " ";
	width: 60%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(https://file003.shop-pro.jp/PA01476/321/tbi.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.tb_txt{
	background-color: #000;
	width: 50%;
	min-width: 500px;
	margin-left: auto;
	position: relative;
	padding: 5%;
}
#page-detail .description-body p.tb_tit{
	font-size: 2.4rem;
	margin-bottom: 30px;
    font-family: 'Noto Serif JP',"ÞâÌÀÄ«", YuMincho, "¥Ò¥é¥®¥ÎÌÀÄ« ProN W3", "Hiragino Mincho ProN", "HGÌÀÄ«E", "£Í£Ó £ÐÌÀÄ«", "£Í£Ó ÌÀÄ«", serif;
    line-height: 1.3;
	letter-spacing: 0.2rem;
}
#page-detail .description-body p.tb_tit span{
	color: #ad0505;
}
#page-detail .description-body p.tokutyo_h{
    font-family: 'Noto Serif JP',"ÞâÌÀÄ«", YuMincho, "¥Ò¥é¥®¥ÎÌÀÄ« ProN W3", "Hiragino Mincho ProN", "HGÌÀÄ«E", "£Í£Ó £ÐÌÀÄ«", "£Í£Ó ÌÀÄ«", serif;
	border-left: 5px #333 solid;
	font-size: 1.4rem;
	padding: 5px 10px;
	margin-bottom: 20px;
	margin-top: 60px;
}
.doji_tit{
	margin-top: 30px;
	padding: 5px 0;
	border-top: 1px #fff solid;
	border-bottom: 1px #fff solid;
}
@media screen and (max-width: 768px){
	.tokutyo_box{
		padding-top: 300px;
		padding-bottom: 0;
	}
	.tokutyo_box::before{
		height: 65%;
		width: 90%;
		min-height: 350px;
	}
	.tb_txt{
		width: 90%;
		min-width: initial;
	}
}
@media screen and (max-width: 575px){
	#page-detail .description-body p.tb_tit{
		font-size: 1.8rem;
	}
	.tokutyo_box::before{
		height: 55%;
	}
	#page-detail .description-body p.tokutyo_h{
		margin-top: 30px;
	}
}

.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}
.icon_star {
  float: left;
  width: 75px;
  overflow: hidden;
}
.icon_star img {
  max-width: inherit;
}
.review_poster li {
  float: left;
  margin-left: 10px;
}
.review_poster li {
  list-style: none;
}
.reviewlist {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.review_ttl,
.shopcomment_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.review_img {
  float: right;
  margin: 0 0 10px 10px
}
.reviewlist_content {
  overflow: hidden;
  zoom: 1;
}
.shopcomment {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #eee;
  padding: 15px;
  border-radius: 6px;
}
