/* スマートフォン用検索バー */
.search {
  width: 55px;
  height: 55px;
  position: fixed;
  right: 10px;
  bottom: 10px;
}

.search_icon {
  width: 55px;
  height: 55px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background-image: url(../../images/icon_search.png);
  background-position: center;
  background-size: contain;
  background-color: #ffaeae;
  border: 1px solid #fff;
  border-radius: 10px;
}

.search_area {
  width: 0px;
  height: 55px;
  position: fixed;
  right: 10px;
  bottom: 10px;
}

.search_area #searchform {
  width: 55px;
  height: 55px;
  position: fixed;
  right: 10px;
  bottom: 10px;
}

.search_area #searchform input {
  width: 0px;
  height: 53px;
  position: fixed;
  right: 35px;
  bottom: 11px;
}

.search_area #searchform button {
  display: none;
  width: 55px;
  height: 55px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  border: 0;
  background-image: url(../../images/icon_search.png);
  background-position: center;
  background-size: contain;
  background-color: #C00;
  border-radius: 0 10px 10px 0;
}