@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.1
*/
.list {
	flex-direction:row;
}
#contact {
  width: 100%;
  height: auto;
  position: relative;
}
#contact::after {
  display: block;
  content:'';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('https://funkotsu-musubi.net/img/contact.jpg');
  background-size: cover;
  opacity: .4;
}
.contact-title {
  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 20px;
  text-align: center;
}
.contact-container {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}
.contact-img {
  width: auto;
  height: 150px;
  padding: 0 10px;
}
.contact-img img {
  width: auto;
  height: 150px;
}
@media screen and (max-width: 1023px){
}
@media screen and (max-width:896px){
  .contact-img {
    height: 120px;
  }
  .contact-img img {
    height: 120px;
  }
}
@media screen and (max-width: 480px){
	.entry-card-wrap {
		width:100%!important;
	}
  .contact-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    padding-bottom:50px;
    color: #fff;
    position: relative;
    z-index: 1;
  }
  .contact-img {
    width: 80%;
    height: auto;
    padding: 0;
    margin: 0 auto;
  }
  .contact-img img {
    width: 100%;
    height: auto;
}
}
