/*------------------------------------------
Base
------------------------------------------*/

body {
  font-family: "Hiragino Kaku Gothic Pro", Helvetica, "Meiryo", "MS PGothic", Arial, Verdana, sans-serif;
  color: #000;
  line-height: 1.5;
  text-align: center;
  background: #dddddd;
}

figure {
  margin: 0;
}

a {
  color: #000;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

a:hover {
  opacity: .6;
  color: #333;
}

a img:hover {
  opacity: .6;
}

.w100 {
  width: 100%;
}

.w100>img{
  width: 100%;
}

/*------------------------------------------
Layout
------------------------------------------*/

/*  contents
-------------------------*/

.wrapper {
  width: 100%;
}

.explain_area {
  background: #f9be02;
}

.explain_txt {
  padding: 6.5% 7%;
  text-align: left;
  line-height: 1.7;
  font-size: 12px;
}

.explain_note {
  padding-top: 20px;
  text-align: left;
  line-height: 1.7;
  font-size: 8px;
}

.explain_en {
  font-family: Helvetica, sans-serif;
  padding-bottom: 11px;
}
.explain_ch {
  /* font-family: Helvetica, sans-serif; */
  padding-bottom: 11px;
}

.recommend_area {
  background: #85d5c7;
  display: block;
}

.recommend_ttl_en {
  padding-top: 9px;
  padding-bottom: 5px;
}
.recommend_ttl_en img {
  width: 81.3%;
}

.recommend_ttl_ch {
  padding-bottom: 7px;
  font-size: 11px;
}

.item_area {
  width: 100%;
}

.shop_area {
  display: flex;
  flex-wrap: wrap;
  width: 92%;
  margin: 0 auto;
  padding: 0;
  justify-content: space-between
}

li.shop_box {
  width: 47.5%;
  background: #fff;
  box-sizing: border-box;
  display: block;
  border-radius: 9px;
  margin-bottom: 17px;
}

.shop_box img {
  width: 100%;
}

.shop_detail {
  text-align: left;
  padding: 14px 9px 13px 9px;
  font-family: Helvetica, sans-serif;
}

.shop_detail.last {
  padding-bottom: 28px;
  word-wrap: break-word;
}

.shop_floor {
  background: #02c8a7;
  color: #fff;
  display: inline-block;
  margin-bottom: 9px;
  letter-spacing: 0.5px;
  padding: 0px 11px 0px 13px;
  font-size: 13px;
}

.shop_name {
  font-size: 14px;
  line-height: 1.2;
  padding-bottom: 2px;
  letter-spacing: -0.3px;
}

.shop_category {
  letter-spacing: 0.1px;
  font-size: 11px;
  font-weight: lighter;
}

.more_btn {
  width: 100%;
  padding-bottom: 78px;
  margin-top: 11px;
}

.more_btn img {
  width: 92%;
  margin: 0 auto;
  display: block;
}

/*  footer
-------------------------*/

.page_footer {
  position: relative;
  text-align: center;
  background: #000000;
  padding: 25px 0 21px;
}

.btn_top {
  display: none;
  position: fixed;
  bottom: 110px;
  right: 5px;
  width: 53px;
  height: 53px;
  cursor: pointer;
}

.btn_top.show{
  display: block;
}

.btn_top img {
  width: 100%;
  height: 100%;
}

.top_shop img {
  margin: 0 auto 22px 0px;
width: 70%;
}

.copylight {
  color: #fff;
  font-family: Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: 0.06em;
}

/*------------------------------------------
Clearfix
------------------------------------------*/

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

@media screen and (min-width: 769px) {
  .wrapper {
    width: 750px;
    margin: 0 auto;
  }
  .explain_txt {
    font-size: 23px;
  }
  .recommend_ttl_en {
    padding-top: 32px;
    padding-bottom: 11px;
}
  .recommend_ttl_ch {
    font-size: 23px;
    padding-bottom: 28px;
  }
  .shop_floor {
    font-size: 26px;
    padding: 1px 29px;
    margin-bottom: 20px;
  }
  .shop_name {
    font-size: 28px;
  }
  .shop_category {
    font-size: 23px;
  }
  .shop_detail {
    padding: 33px 9px 29px 20px;
}
  li.shop_box {
    margin-bottom: 34px;
    border-radius: 17.6px;
  }
  .top_shop img {
    width: auto;
  }
  .more_btn {
    margin-top: 21px;
    padding-bottom: 150px;
  }
  .btn_top {
    bottom: 224px;
    right: 50%;
    transform: translateX(364px);
    width: auto;
    height: auto;
  }
  .btn_top:hover {
    opacity: 0.7;
  }
  .page_footer {
    padding-top: 57px;
    padding-bottom: 40px;
  }
  .copylight {
    font-size: 21px;
    margin-top: 21px;
    letter-spacing: 0.03em;
  }
}
