
.list-food {
	width: 100%;
	margin: 0;
	padding: 0;
}

.list-food li {
	width: 47%;
	margin: 1%;
	float: left;
}

.list-food li a figure div {
	display: block;
	width: 100%;
	height: auto;
	padding-top: 70%;
	border-top: 5px solid rgba(0, 0, 0, 0.3);
	border-left: 5px solid rgba(0, 0, 0, 0.3);
	border-bottom: 5px solid rgba(0, 0, 0, 0.3);
	border-right: 5px solid rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 8px #999;
	background-position: center;
	background-repeat: no-repeat;
  background-size: cover;
}

.list-food h3 {
    padding-top: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1.5em;
    -ms-word-break: break-all;
        word-break: break-all;
    text-align: center;
}
.list-food a {
  text-decoration: none !important;
}

.list-food h4 {
    padding-top: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: .9em;
    font-weight: normal;
    -ms-word-break: break-all;
        word-break: break-all;
}

.list-food aside {
	font-size: .8em;
  margin-top: 5px;
  margin-bottom: 5px;
	line-height: 110%;
    -ms-word-break: break-all;
        word-break: break-all;
}
.flag-box {
	width: 100%;
	display: block;
	padding-top: 5px;
}
.flag-box span {
	line-height: 120%;
}
.icon-flag {
	width: 16px;
	float: left;
	margin-right: 5px;
}

ul.images {
  margin: 0 auto 2rem auto;
  padding: 0;
}
ul.images li {
  width: 32%;
  float: left;
}
ul.images li:nth-child(2){
  margin-left: 1%;
  margin-right: 1%;
}
dl.detail {
  margin: 1rem 0;
  padding: 0;
}
dl.detail dt {
  font-weight: bold;
}
dl.detail dd {
  margin-left: 0;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px dashed #CCC;
}
span.cat:before {
  content: " / ";
}
.btn-box a {
  background: #000;
}
.btn-box a.entry {
  background: #947F28;
}

@media only screen and (max-width: 959px) {
  .list-food li {
    width: 48%;
    margin-bottom: 20px;
  }
  .list-food h3 {
      margin-top: 5px;
      margin-bottom: 0;
      line-height: 100%;
      font-size: 0.7rem;
  }
  .list-food h4 {
    margin-top: 0;
    margin-bottom: 0;
  }

  ul.images li {
    width: 100%;
    float: none;
  }
  ul.images li:nth-child(2){
    margin-left: 0;
    margin-right: 0;
  }
  span.cat:before {
    content: "";
  }

}


/* detail */
.food-nest {
  width: 100%;
  margin: 0;
  padding: 0;
  display: table;
}

.food-nest .col-2 {
  width: 47%;
  margin: 1%;
  display: table-cell;
}
.food-nest .col-2:nth-of-type(2){
  vertical-align: middle;
  text-align: center;
}

.food-nest .col-2 figure div {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 70%;
  box-shadow: 0 2px 8px #999;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.food-nest .col-2 h3 {
    padding-top: 0;
    font-size: 1.5em;
    -ms-word-break: break-all;
        word-break: break-all;
    text-align: center;
}

.food-nest h2 {
  color: #947F28;
  font-size: 1.2rem;
}

.food-artist-list {
  width: 100%;
  margin: 0;
  padding: 0;
}
.food-artist-list li {
  width: 47%;
  margin: 1%;
  float: left;
}

.mt-3 {
  margin-top: 3rem;
}

  @media only screen and (max-width: 959px) {
    .food-nest {
      display: block;
    }

    .food-nest .col-2 {
      width: 98%;
      margin: 1%;
      display: block;
    }
  }


/* modal-dialog */

  .blocker {
    z-index: 101;
  }
  .modal {
    max-width: 960px;
    z-index: 102;
  }
  .modal .col-2 {
    width: 47%;
    margin: 1%;
    float: left;
  }
  .modal .col-2 figure,
  .modal .col-2 figure img {
    max-width: 100%;
  }
  .modal a.close-modals {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 2rem;
    text-decoration: none;
    color: #000;
  }
  .modal a.close-modal {
    display: none;
  }

  @media only screen and (max-width: 959px) {
    .modal .col-2 {
      width: 98%;
      margin: 1%;
      float: none;
    }
  }