@charset "UTF-8";

.top-search{
  display: none;
}

@media screen and (max-width: 560px) {
  .top-search{
    display: table;
    width: 100%;
    background: #EFEDEA;
  }
  .top-search > *{
    display: table-cell;
    vertical-align: middle;
    padding: 3% 2%;
  }
  .top-search .top-search-input{
    width: 66%;
    padding-right: 1%;
  }
  .top-search .search-input-set{
    position: relative;
  }
  .top-search .search-input-set .form-control{
    width: 100%;
    height: 44px;
    margin: 0;
    padding: 0 1em;
    border-radius: 40em;
    border: none;
    box-shadow: 0px 0px 3px rgba(111, 92, 66, 0.4);
  }
  .top-search .search-input-set button{
    position: absolute;
    top: 5%;
    right: 2%;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
  }

  .top-search .top-search-location{
    width: 44%;
    padding-left: 1%;
  }
  .button-location{
    position: relative;
    background: #6FB52A;
    border-radius: 50em;
    width: 100%;
    height: 44px;
    line-height: 40px;
    font-size: .9em;
    color: #FFF;
    padding-left: .5em;
    border: none;
  }
  .button-location:before{
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/img/top/icon-button__location.svg) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    left: 12%;
    top: 26%;
  }
}

.section.odekake-snap{
  display: none;
}


@media screen and (max-width: 560px) {
  .section.odekake-snap{
    display: block;
  }
  .odekake-snap-list{
    padding: 0 .5em;
    margin: 0;
  }
  .odekake-snap-item{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-evenly;
    padding: 0;
  }
  .odekake-snap-item li{
    padding: .4em;
    width: 33.33%;

  }
  .snap-frame{
    position: relative;
    width: 29vw;
    height: 29vw;
    overflow: hidden;
  }
  .snap-frame img{
    margin: auto;
    max-width: 50vw;
    max-height: 50vw;
    width: auto;
    height: auto;
  }
  .icon-odekakesnap:before{
    content: "";
    display: inline-block;
    width: 26px;
    height: 20px;
    background: url(/img/icon/icon-top__odekakesnap.svg) 0 0 no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
}