@charset "UTF-8";
/**
 *
 * search: 導入店舗検索
 *
*/
/*----------------------------
	ツール
-----------------------------*/
/*----------------------------
	Search
-----------------------------*/
#Search .inner .youtube {
  width: 480px;
  line-height: 0;
  margin: 0 auto 80px auto;
}

#Search .inner .youtube iframe {
  width: 100%;
  height: 270px;
}

#Search .inner #Map {
  width: 100%;
  margin: 0 auto;
}

#Search .inner #Map {
  width: 100%;
  margin: 0 auto;
  max-width: 998px;
}

#Search .inner #AreaForm {
  position: absolute;
  top: 10px;
  left: calc(50% - 492px);
  z-index: 10;
}

#Search .inner #AreaForm #Area {
  align-self: center;
  display: block;
  border: solid 1px #c8c8c8;
  outline: none;
  padding: 0 20px;
  color: #c8c8c8;
  width: 365px;
  height: 52px;
  border-radius: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  background: url("../images/icon_contactpull-g.svg") #fff no-repeat 95% center;
  background-size: 12px;
}

#Search .inner #AreaForm #Area option {
  color: #323232;
}

@media all and (max-width: 1024px) {
  #Search .inner {
    padding: 0 2.66667vw;
  }
  #Search .inner .youtube {
    width: 94.66667vw;
    margin: 0 auto 9.6vw auto;
  }
  #Search .inner .youtube iframe {
    height: 53.384vw;
  }
  #Search .inner #AreaForm {
    position: relative;
    top: auto;
    left: auto;
  }
  #Search .inner #AreaForm #Area {
    padding: 0 3.2vw;
    width: 100%;
    height: 10.13333vw;
    border-radius: 1.33333vw;
    background: url("../images/icon_contactpull-g.svg") #fff no-repeat 96% center;
    background-size: 2.66667vw;
    margin-bottom: 8.8vw;
  }
}
