/* 一覧 */
.icon_color_reversal {
  filter: brightness(0) invert(1);
}
.grayscale {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
.raku_rounded {
  border-radius: 10px;
}
.recipe_search table th, .recipe_search table td {
  padding-top: 6px;
  padding-bottom: 6px;
}
.recipe_search table th {
  min-width: 170px;
}
.recipe_search label {
  margin: 0 2px;
  cursor: pointer;
}
.recipe_search label input[type=checkbox] {
  display: none;
}
.recipe_search label span {
  padding: 4px 10px;
}
.recipe_search label input:checked + span {
  color: #FFF;
  background-color: #FF570D;
}
.recipe_search label input:checked + span img {
  filter: brightness(0) invert(1);
}
.recipe_search .search_btn {
  width: 350px;
  padding: 13px 10px;
}
.recipe_list .list_link {}
.recipe_list .list_link:hover {
  background: #FF5800;
}
.recipe_list .list_link:hover .reverse {
  filter: brightness(0) invert(1);
}
.recipe_list .list_link:hover .star-rating {
  -webkit-text-stroke: 1px #FFF;
  text-stroke: 1px #FFF;
}
.recipe_list .img_box {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
.recipe_list .img_box .icon_text {
  position: absolute;
  left: 0;
  top: 0;
}
.recipe_list .icon_time {
  position: absolute;
  right: 3%;
  bottom: -20px;
}
.star-rating {
  margin: 0 10px;
  position: relative;
  font-size: 22px;
  font-family: -apple-system;
}
.star-rating-front {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #FF5800;
}
.star-rating-back {
  color: #EBEBEB;
}
/* 詳細 */
.recipe_main {
  background-image: url(../img/recipe/show_mainbg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #FFF4E0;
}
.table_material th, .table_material td {
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: normal;
}
.table_material td {
  text-align: right;
}
.hr_dot {
  border: none;
  border-top: 2px dotted #707070;
  background-color: inherit;
}
.recipe_make .number {
  background: #FF570D;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 24px;
  flex: 1;
}
.recipe_make .text_box {
  padding: 0 20px;
  flex: 13;
}
.recipe_make .img_box {
  flex: 4;
}
.recipe_point {
  border-radius: 20px;
}
.recipe_point h3 {
  border-bottom: 2px dotted #FF5800;
  display: table;
}

	.half-column .sub_ttl{
		font-size: 14px;
		overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
	}
	.half-column .main_ttl{
		font-size: 20px;
		font-weight: bold;
	}
@media (max-width: 991px) {
  .recipe_search table th, .recipe_search table td {
    display: block;
  }
  .recipe_search table th {
    padding-bottom: 0;
  }
  .recipe_search .search_btn {
    width: 100%;
  }
  .recipe_list .img_box {
    margin-bottom: 25px;
  }
  .recipe_list .icon_time {
    width: 25vw;
  }
  /* 詳細 */
  .recipe_main {
    background-size: contain;
    background-position: top left;
  }
  .table_material th, .table_material td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .recipe_make {
    flex-wrap: wrap;
  }
  .recipe_make .number {
    width: 30px;
    height: 30px;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .recipe_make .text_box {
    padding: 0;
    margin-bottom: 10px;
  }
  .recipe_make .img_box {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .ac_ttl {
    position: relative;
    justify-content: center;
    cursor: pointer;
    transition: .3s;
    border: 1px solid #FF570D;
    padding: 10px;
    border-radius: 10px;
  }
  .ac_ttl img {
    width: 8%;
  }
  .ac_ttl::before {
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 2px #FF570D;
    border-right: solid 2px #FF570D;
    position: absolute;
    right: 20px;
    top: 30%;
    transform: rotate(135deg) translateY(-50%);
  }
	.half-column .star-rating{
		margin: 5px 0;
		font-size: 90%;
	}
	.half-column .img_box{
		margin-bottom: 20px;
	}

	.half-column .img_box .icon_text{
		font-size: 12px;
	}
	.half-column .img_box .icon_text img{
		width: 40%;
	}
	.half-column .icon_time{
		width: 40%;
		bottom: -14px;
	}
	.half-column .sub_ttl{
		font-size: 10px;
		overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
	}
	.half-column .main_ttl{
		font-size: 13px;
		margin-top: 5px;
		font-weight: bold;
		line-height: 1.3;
	}
	.half-column .rating-num{
		font-size: 13px;
	}
	.half-column .time-area{
		font-size: 12px;
		position: absolute;
		right: 0;
		bottom: 11%;
	}
	.half-column .time-area img{
		width: .7rem
	}
}
@media (max-width: 320px) {
	.half-column .main_ttl{
		font-size: 10px;
	}
	.half-column .rating-num{
		font-size: 9px;
	}
}