@charset "utf-8";

/* mainvisual ----------------- */
.f_cooking .mainvisual {
  background-color: #ff9126;
}

/* heading -------------------- */
.f_cooking .heading {
  border-color: #e6061f;
}
.f_cooking .heading:after,
.f_cooking .heading:before,
.f_cooking .heading_inner:after,
.f_cooking .heading_inner:before {
  background-color: #e6061f;
}

/* section_block -------------- */
.f_cooking .contents_block.color1 {
  background-color: #fff9eb;
}
.f_cooking .contents_block.color2 {
  background-color: #fff1d0;
}

.text_lead + .box_photo {
  margin-top: 20px;
}
@media screen and (max-width: 480px) {
  .text_lead + .box_photo {
    margin-top: 14px;
  }
}

/* table_event ---------------- */
.table_event th,
.table_event td,
.table_event tbody th:not(:first-child),
.table_event tbody td:not(:first-child) {
  border-color: #e6061f;
}
.table_event thead th {
  background: #e6061f;
}
.table_event .col1 {
  width: 196px;
}
.table_event .col2 {
  width: 196px;
}
.table_event .col3 {
  width: 196px;
}
.table_event .col4 {
  width: 196px;
}
.table_event .col5 {
  width: 196px;
}
@media screen and (max-width: 480px) {
  .table_event tbody th {
    background: #e6061f;
  }
  .table_event tbody td.item_sp {
    display: block;
  }
}

/* box_voice ---------------- */
.box_voice_item::before {
  background-image: url("/tsunagu/assets/images/f_cooking/avatar.png");
}
.box_voice_item:nth-child(-n+2) {
  margin-top: 7px;
}

/* box_voice ---------------- */
.box_voice_item:nth-child(1)::before {
  background-image: url("/tsunagu/assets/images/f_cooking/avatar01.png");
  background-size: 33px 52px;
}
.box_voice_item:nth-child(2)::before {
  background-image: url("/tsunagu/assets/images/f_cooking/avatar02.png");
  background-size: 31px 50px;
}
.box_voice_item:nth-child(3)::before {
  background-image: url("/tsunagu/assets/images/f_cooking/avatar03.png");
  background-size: 31px 49px;
}
.box_voice_item:nth-child(4)::before {
  background-image: url("/tsunagu/assets/images/f_cooking/avatar04.png");
  background-size: 31px 47px;
}
.box_voice_item:nth-child(5)::before {
  background-image: url("/tsunagu/assets/images/f_cooking/avatar05.png");
  background-size: 35px 47px;
}

/*anchor4----------------------*/
#anchor4 .event_photo{
  margin-top: 30px;
}
#anchor4 .event_photo img{
  width: 100%;
  height: auto;
}