@charset "UTF-8";
/* placeholder color */
/**********************************************************************************************

　order

**********************************************************************************************/
/*---------------------------------------------
order
---------------------------------------------*/
.taste_wrap {
  margin: 0 0 100px; }
  @media (max-width: 750px) {
    .taste_wrap {
      margin: 0 0 12vw; } }

.taste_box:not(:last-child) {
  margin: 0 0 120px; }
  @media (max-width: 750px) {
    .taste_box:not(:last-child) {
      margin: 0 0 10vw; } }

.taste_tit {
  border-radius: 100px;
  background: #23202d;
  padding: 10px;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  margin: 0 0 40px; }
  @media (max-width: 750px) {
    .taste_tit {
      padding: 2vw;
      font-size: 4vw;
      margin: 0 0 5vw; } }

.tasteList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .tasteList::after {
    content: "";
    display: block;
    width: 308px;
    order: 1; }
    @media (max-width: 750px) {
      .tasteList::after {
        display: none; } }
  .tasteList li {
    width: 308px;
    margin: 0 0 40px; }
    @media (max-width: 750px) {
      .tasteList li {
        width: 48%;
        margin: 0 0 5vw; } }
  .tasteList a {
    display: block;
    overflow: hidden;
    border-radius: 20px;
    background: #fff6cc; }
    @media (max-width: 750px) {
      .tasteList a {
        border-radius: 10px; } }

.tasteList_img {
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  @media (max-width: 750px) {
    .tasteList_img {
      height: 40vw; } }

.tasteList_txtArea {
  padding: 10px 20px; }
  @media (max-width: 750px) {
    .tasteList_txtArea {
      padding: 2vw 4vw; } }

.tasteList_tit {
  font-size: 2rem; }
  @media (max-width: 750px) {
    .tasteList_tit {
      font-size: 4vw;
      margin: 0 0 2vw; } }

.tasteList_costArea {
  display: flex;
  align-items: center; }
  @media (max-width: 750px) {
    .tasteList_costArea {
      display: block; } }

.tasteList_cost_tit {
  background: #23202d;
  color: #fff;
  padding: 0 10px;
  margin: 0 10px 0 0;
  border-radius: 7px;
  font-size: 1.5rem; }
  @media (max-width: 750px) {
    .tasteList_cost_tit {
      display: inline-block;
      padding: 0 2vw;
      margin: 0;
      font-size: 3vw; } }

.tasteList_cost {
  color: #ea5f28; }
  .tasteList_cost span {
    vertical-align: baseline;
    font-size: 2rem; }
    @media (max-width: 750px) {
      .tasteList_cost span {
        font-size: 4vw; } }