@charset"utf-8";

.movie-wrap {
  margin: 0 auto 30px;
  text-align: center;
}

/* sp */
@media screen and (max-width: 960px) {
  .movie-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
  margin-bottom: 10px;
  }

  .movie-wrap iframe {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
  }
}

/* =============================================
for wp-pagenavi
=============================================　*/
.wp-pagenavi{
margin: 30px 0;
}
.wp-pagenavi a,
.wp-pagenavi span{
  margin: 0 2px;
}
.wp-pagenavi a{
  padding: 5px 10px;
  background: #eee;
  border-radius: 2px;
}
.wp-pagenavi a:hover{
  padding: 5px 10px;
  background: #ccc;
  border-radius: 2px;
  text-decoration: none;
}

.wp-pagenavi .pages{
  margin-right: 10px;
}

.wp-pagenavi .current{
  padding: 5px 10px;
  border: 1px solid #eee;
  border-radius: 2px;
}


/* =============================================
for contact form7
=============================================　*/
.screen-reader-response,
.wpcf7-not-valid-tip,
.wpcf7-response-output{
  color: #ff0000;
}
.screen-reader-response,
.wpcf7-response-output{
  margin-bottom: 20px;
  line-height: 1.6;
}
.screen-reader-response ul{
  display: none;
}
.wpcf7-not-valid-tip{
  color: #ff0000;
  margin-left: 0.5em;
}
.wpcf7-form{
}
.wpcf7-form .wpcf7-submit{
  padding: 10px 20px;
  border-radius: 4px;
  border: solid 2px #549fde;
  background-color: #549fde;
  font-size: 1.1em;
  color: #fff;
  -webkit-appearance: none;
}
.wpcf7-form .wpcf7-submit:hover{
  background-color: #fff;
  color: #549fde;
  transition: 0.5s;
  cursor: pointer;
}

/* sp */
@media screen and (max-width: 960px) {
  .wpcf7-form{
  }
  .wpcf7-form .wpcf7-text,
  .wpcf7-form .wpcf7-textarea{
    width: 90%;
  }
  .wpcf7-not-valid-tip {
    display: block;
    margin-top: 10px;
  }
}