/*
Theme Name: massive_tcd084-child
Template: massive_tcd084
*/

#header_slider_catch .catch{
	font-weight: bold;
}

#blog_header .title_area {
    position: absolute;
    left: 0%;
    top: 80%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.news_list .item {
    width: calc(45% - 10px);
    height: 360px;
    margin: 0 25px 60px 25px;
    background: #f3f3f3;
    position: relative;
}

.news_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news_list .title_area {
    position: absolute;
    right: 30px;
    bottom: 30px;
    padding: 40px;
    background: #fff;
    z-index: 2;
    width: 390px;
    height: 120px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.news_list .category {
    color: #fff;
    min-width: 110px;
    height: 22px;
    line-height: 22px;
    margin-right: 22px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background: #5C944F;
    border: none;
    border-radius: inherit;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 110px;
    left: -20px;
    z-index: 5;
}

.news_list .title {
    line-height: 1.6;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    visibility: visible;
    -ms-flex: 110%;
    -webkit-flex: 110%;
    flex: 110%;
    margin-top: 10px;
}

.news_list .item a {
    background: #fafafa;
    height: auto;
    padding: 0;
    border: none; 
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.news_list .item:last-of-type a {
    border-bottom: none;
}

.news_list .image_wrap {
    display: block;
    width: 100%;
    height: 360px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.news_list .image {
    width: 100%;
    height: 100% !important;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

/* ----------------------------------------------------------------------
 エントリーページ休業の表示
---------------------------------------------------------------------- */

.close_info {
  text-align: center;
  background: #eee;
  padding: 3em 2em;
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 1000px;
	width: auto;
}

.close_info p {
  line-height: 2;
}
.close_info h2 {
  font-size: 2em;
  padding: 0em 0 1em;
  color: #5b9450;
}
.close_info strong {
  color: #5b9450;
  text-decoration: underline;
  font-size: 1.1em;
}

