/* font */
/*  coler  */
/*  other  */
#event,
#plan,
#blog {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "YuGo_custom", Meiryo, sans-serif;
}

#event .flex,
#plan .flex,
#blog .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#event .row li,
#plan .row li,
#blog .row li {
  width: calc(calc(100% - 60px)/4);
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#event .row li a,
#plan .row li a,
#blog .row li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

#event .row li a .sub_inner figure,
#plan .row li a .sub_inner figure,
#blog .row li a .sub_inner figure {
  width: 100%;
  margin-bottom: 20px;
}

#event .row li a .sub_inner .thumbnail_title,
#plan .row li a .sub_inner .thumbnail_title,
#blog .row li a .sub_inner .thumbnail_title {
  font-size: 18px;
  font-weight: bold;
  color: #e53d2e;
  text-align: center;
  word-wrap: break-word;
}

#event .row li a .sub_inner .text_box,
#plan .row li a .sub_inner .text_box,
#blog .row li a .sub_inner .text_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#event .row li a .sub_inner .text_box p,
#plan .row li a .sub_inner .text_box p,
#blog .row li a .sub_inner .text_box p {
  font-size: 15px;
  word-wrap: break-word;
}

#event .row li a .sub_inner .text_box p.txt_cnt,
#plan .row li a .sub_inner .text_box p.txt_cnt,
#blog .row li a .sub_inner .text_box p.txt_cnt {
  line-height: 1.2;
}

#event .row li a .txt_date,
#plan .row li a .txt_date,
#blog .row li a .txt_date {
  margin-top: 40px;
  padding-top: 10px;
  border-top: solid 1px #ddd;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}

#event .row li a:hover,
#plan .row li a:hover,
#blog .row li a:hover {
  text-decoration: none;
  color: #333;
}

#event .row li:nth-of-type(4n),
#plan .row li:nth-of-type(4n),
#blog .row li:nth-of-type(4n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  #event .row li,
  #plan .row li,
  #blog .row li {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 30px;
    padding: 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: solid 1px #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #event .row li a,
  #plan .row li a,
  #blog .row li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  #event .row li a .sub_inner,
  #plan .row li a .sub_inner,
  #blog .row li a .sub_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #event .row li a .sub_inner figure,
  #plan .row li a .sub_inner figure,
  #blog .row li a .sub_inner figure {
    width: 100px;
    margin-bottom: 0;
    margin-right: 10px;
  }
  #event .row li a .sub_inner figure img,
  #plan .row li a .sub_inner figure img,
  #blog .row li a .sub_inner figure img {
    width: 100%;
  }
  #event .row li a .sub_inner .sp_subinner,
  #plan .row li a .sub_inner .sp_subinner,
  #blog .row li a .sub_inner .sp_subinner {
	  flex: 1;
  }
  #event .row li a .sub_inner .sp_subinner .thumbnail_title,
  #plan .row li a .sub_inner .sp_subinner .thumbnail_title,
  #blog .row li a .sub_inner .sp_subinner .thumbnail_title {
    font-size: 15px;
    text-align: left;
    word-wrap: break-all;
  }
  #event .row li a .sub_inner .sp_subinner .txt_date,
  #plan .row li a .sub_inner .sp_subinner .txt_date,
  #blog .row li a .sub_inner .sp_subinner .txt_date {
    margin-top: 0;
    text-align: left;
    font-size: 12px;
    border-top: none;
  }
  #event .row li a .sub_inner .sp_subinner .text_box,
  #plan .row li a .sub_inner .sp_subinner .text_box,
  #blog .row li a .sub_inner .sp_subinner .text_box {
    display: none;
  }
  #event .row li:nth-of-type(4n),
  #plan .row li:nth-of-type(4n),
  #blog .row li:nth-of-type(4n) {
    margin-right: 0;
  }
}
