/* =====
 * single
============================================================================= */
/* -----
 * setting
----------------------------------------------------------------------------- */
/* -----
 * modules
----------------------------------------------------------------------------- */
#Header:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 17px;
    z-index: -1;
    display: block;
    background-image: url(../images/index/keyvisual.jpg);
    -webkit-background-size: cover;
    background-size: cover;
}
#ContentBody {
    padding-top: 77px;
}

#Contact {
  padding: 80px 0 120px;
}

#Contact > .content-inner {
  width: 900px;
}

#Contact > .content-inner > .text {
  margin-top: 60px;
}

.common-cap{
  margin-bottom: 60px;
}

.list-item img{
  max-width: 100%;
  height: auto;
  display: block;
}

#Footer {

    clear: both;
}


.list-item{
  width: 100%;
  position: relative;
}

 

.list-item .thumbnail {
  border-radius: 0px;
  padding: 0px;
  margin-bottom: 0px;
  border: none;
  position: relative;
}
.thumbnail img {
  width: 100%!important;
  height: auto;
  -moz-transition: -moz-transform 0.2s linear;
  -webkit-transition: -webkit-transform 0.2s linear;
  -o-transition: -o-transform 0.2s linear;
  -ms-transition: -ms-transform 0.2s linear;
  transition: transform 0.2s linear;
}


.thumbnail { background-color: transparent; }
.thumnail-image {
  width: 100%;
  height: 100%;
  max-height: 233px;
  max-width: 350px;
  overflow: hidden;

    position: relative;
    width: 100%;
    height: 188px;
    overflow: hidden;

    text-align: center;
    vertical-align: middle;

}

.thumnail-image img{

    max-height: 233px;
    height: 233px;
    width: auto!important;
    margin: 0 auto;

    max-height: 233px;
    /* height: 233px; */
    width: auto!important;
    margin: 0 auto;
    /* width: 100%; */
    /* height: auto; */
    width: auto;
    height: auto;
    -webkit-transition: all .5s;
    transition: all .5s;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;


    }

.thumnail-image>img {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.thumbnail a:hover>img {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

.list-item {
  margin-bottom: 30px;
}
.caption{padding:10px; }
.caption p{
  text-align: left;
}

.post-date{
  font-size: 11px;
  letter-spacing: 0.035em;
  color: #333;
}

.post-title{
  font-weight: bold;
  font-size: 14px;
  margin-top: 0px;
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 1000px) {
  /* PC */
  form button {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  form button:hover {
    background-color: #fcc419;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  /* tablet */
}

@media screen and (max-width: 767px) {
  /* smart phone */
  #Contact {
    padding: 50px 15px;
  }
  #Contact > .content-inner {
    width: auto;
  }


  .col-xs-4{
    float: none;
    width: 100%;
  }


}
