.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

#header h3 {
  margin: 0;
}

.bar_search {
  background: #F58700;
  text-align: center;
  font-size: 1.05rem;
  font-weight: 400;
  color: #FFF;
  height: 2rem;
  line-height: 2.1rem;
}

.search {
  background-color: #F2F2F2;
  padding: 1px 0;
}

.search_form {
  background-color: #FFF;
  margin: 0;
  border: 1px #CCC solid;
}

.search_form input {
  vertical-align: top;
  margin: 0px;
  box-sizing: border-box;
  background-color: transparent;
}

.search_form {
  border-radius: 3px;
  position: relative;
}

.search_input {
  border: none;
  width: 100%;
  height: 2rem !important;
  line-height: 2rem;
  padding-left: 6px;
  padding-right: 30px;
  color: #333;
}

.search_submit {
  position: absolute;
  top: 6px;
  right: 0;
  width: 30px;
  border: none;
  padding: 0;
  background-image: url(https://img21.shop-pro.jp/PA01410/791/etc/icon_search.png?cmsp_timestamp=20180129114433);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}