/*****************************************************
記事リスト共通
******************************************************/
@media screen and (max-width: 480px) {
  .food_content {
    padding-top: 0;
  }
}
.food_content ul {
  display: flex;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: start;
  vertical-align: top;
}
.food_content li {
  width: 32%;
  margin-right: 1.9%;
  min-width: 300px;
  text-align: center;
  background: #fff;
  margin-bottom: 30px;
  position: relative;
}
.food_content li:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  .food_content li {
    width: 48%;
    min-width: auto;
  }
  .food_content li:nth-of-type(3n) {
    margin-right: 1%;
  }
  .food_content li:nth-of-type(2n) {
    margin-right: 0;
  }
}
.food_content li:last-child {
  margin-right: 0px;
}
.food_content__img {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 896px) {
  .food_content__img {
    height: 30vw;
  }
}
.food_content__img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
@media screen and (max-width: 896px) {
  .food_content__img img {
    height: 160px;
  }
}
.food_content__period {
  padding: 10px 0;
  width: 100%;
  background: #5d87b7;
  color: #fff;
}
.food_content__ttl {
  width: 90%;
  margin: 15px auto;
  text-align: center;
}
.food_content__ttl h3 {
  font-size: 1.8rem;
}
.food_content__desc {
  width: 90%;
  margin: 20px auto;
  text-align: left;
}
.food_content_period {
  text-align: center;
}
.food_content_period dl {
  display: inline-block;
  margin: 20px auto 0;
  width: 90%;
}
.food_content_period dt,
.food_content_period dd {
  padding: 8px 24px;
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #5d87b7;
  box-sizing: border-box;
}
.food_content_period dt {
  width: 25%;
  background: #5d87b7;
  font-size: 14px;
}
.food_content_period dd {
  text-align: left;
  width: 65%;
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  .food_content_period dt,
  .food_content_period dd {
    display: block;
    width: 100%;
  }
  .food_content_period dd {
    font-size: 1.2rem;
    padding: 8px 10px;
  }
}
.food_content_btn {
  display: block;
  width: 50%;
  min-width: 200px;
  height: 45px;
  padding: 15px 10px 10px;
  box-sizing: border-box;
  background: #b9c8ca;
  color: #fff;
  text-align: center;
  border-radius: 25px;
  margin: 20px auto;
}
@media screen and (max-width: 480px) {
  .food_content_btn {
    width: 90%;
    min-width: auto;
  }
}
/*****************************************************
個別投稿ページ（single-pickup.php）
******************************************************/
.content_width {
  padding: 0 20px 40px;
}
.main_contents_bk {
  background: #fff;
  max-width: 1200px;
  margin: 40px auto !important;
}
.main_contents h2.article_title {
  position: relative;
  padding: 60px 20px 20px;
  font-size: 24px;
}
@media screen and (max-width: 896px) {
  .main_contents h2.article_title {
    margin-top: 24px;
    line-height: 1.4;
    padding: 60px 0px 20px;
    font-size: 17px;
  }
}

.main_contents .sub_title h3.sub_title {
  padding: 8px;
  font-size: 18px;
  color: #5d87b7;
  max-width: 1000px;
  margin: 8px auto;
}

/*コンテンツ記事詳細内　記事一覧*/
.green-belt {
  text-align: center;
  padding: 60px 0 40px;
  font-size: 2.2rem;
}
/*****************************************************
アクティビティ（single-activity.php）
******************************************************/
.contents_mainimg img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.table-dot {
  font-size: 1.5rem;
  border-bottom: #999 1px dotted;
  padding: 1em;
}
.table-dot:first-of-type {
  border-top: #999 1px solid;
  margin-top: 40px;
}
.table-dot:last-of-type {
  border-bottom: #999 1px solid;
  margin-bottom: 40px;
}
.table-dot dt {
  width: 190px;
}
.table-dot dd {
  line-height: 1.8;
}
.googlemap iframe {
  width: 100%;
}
/*PC*/
@media screen and (min-width: 897px) {
} /*END*/
/*Smartphone*/
@media screen and (max-width: 896px) {
  .contents_mainimg img {
    width: 100%;
  }
  .table-dot {
    font-size: 1.3rem;
    padding: 20px 4%;
  }
  .table-dot:last-of-type {
    margin-bottom: 20px;
  }
  .table-dot dt {
    width: 100px;
  }
  .table-dot dd {
  }
  .googlemap iframe {
    height: 260px;
  }
} /*END*/
