@charset "utf-8";
#recommend .list_wrap {
  justify-content: flex-start;
}
#recommend .list_wrap .col .image {
  width: 100%;
  text-align: center;
  border-radius: 10px;
  position: relative;
  margin-bottom: 10px;
}
#recommend .list_wrap .col .image:before {
  content: '';
  display: block;
  padding-top: 100%;
}
#recommend .list_wrap .col .image img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  transition: .5s;
}
#recommend .list_wrap .col a {
  display: block;
  text-decoration: none;
  color: var(--mainColor);
}
#recommend .list_wrap .col a:hover,
#recommend .list_wrap .col a:hover img {
  opacity: 1;
}
#recommend .list_wrap .col a:hover .image img {
  border-radius: 500px;
}
#recommend .list_wrap .col .image .btn {
  width: 70px;
  height: 70px;
  border-radius: 70px;
  background: var(--mainColor);
  position: absolute;
  right: -20px;
  bottom: -20px;
  transition: .3s;
  z-index: 5;
}
#recommend .list_wrap .col .image .btn.arrow:before {
  content: '';
  width: 20px;
  height: 9px;
  background: url(../p_common/images/icon/btn_circle_arrow_wht.png) no-repeat center / contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  transition: .3s;
}
#recommend .list_wrap .col a:hover .image .btn {
  transform: scale(1.1);
}
#recommend .list_wrap .col a:hover .image .btn:before {
  background: url(../p_common/images/icon/btn_circle_arrow_wht.png) no-repeat center / contain;
  animation: btnArrow .3s ease-out forwards;
}
#recommend .list_wrap .col .date {
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 600;
  margin: 0 0 5px;
}
#recommend .list_wrap .col h3 {
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 600;
}

#shop_list {
  position: relative;
}
#shop_list:before {
  content: '';
  width: 100vw;
  height: 70%;
  background: #f0f0dc;
  position: absolute;
  left: 0;
  top: 46%;
  transform: translate(0,-50%);
  z-index: -1;
}
#shop_list .list_wrap {
  justify-content: center;
  position: relative;
  z-index: 1;
}
#shop_list .list_wrap .col {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  gap: 25px 0;
}
#shop_list .list_wrap .col a {
  text-decoration: none;
  display: block;
}
#shop_list .list_wrap .col a:hover,
#shop_list .list_wrap .col a:hover img {
  opacity: 1;
}
#shop_list .list_wrap .col .image {
  width: 100%;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
}
#shop_list .list_wrap .col .image img {
  border-radius: 10px;
}
#shop_list .list_wrap .col .name {
  justify-content: space-between;
  align-items: center;
  gap: 0 10px;
  flex-wrap: nowrap;
  margin: 30px 0;
}
#shop_list .list_wrap .col .name h3 {
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 600;
  min-height: 2.8em;
  display: flex;
  align-items: center;
}
#shop_list .list_wrap .col .name .btn {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid var(--mainColor);
  position: relative;
  transition: .3s;
}
#shop_list .list_wrap .col .name .btn.arrow:before {
  content: '';
  width: 16px;
  height: 7px;
  background: url(../p_common/images/icon/btn_circle_arrow.png) no-repeat center / contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  transition: .3s;
}
#shop_list .list_wrap .col a:hover .name .btn {
  background: var(--mainColor);
}
#shop_list .list_wrap .col a:hover .name .btn:before {
  background: url(../p_common/images/icon/btn_circle_arrow_wht.png) no-repeat center / contain;
  animation: btnArrow .3s ease-out forwards;
}
#shop_list .list_wrap .col p {
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 600;
  letter-spacing: -.07em;
}
#shop_list .list_wrap .col p.floor {
  margin: 0 0 2px;
}
#shop_list .list_wrap .col .tag_list {
  justify-content: flex-start;
  gap: 8px;
}
#shop_list .list_wrap .col .tag_list li {
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 600;
  color: var(--mainColor);
  border: 1px solid var(--mainColor);
  border-radius: 15px;
  padding: 3px 12px;
}
#shop_list .list_wrap .col .btn_wrap {
  margin-top: 30px;
}
#shop_list .list_wrap .col a.rsv_btn {
  color: #fff;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 600;
  text-align: center;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #897d55;
  border-radius: 10px;
  position: relative;
}
#shop_list .list_wrap .col a.rsv_btn:hover {
  opacity: .8;
}
#shop_list .list_wrap .col a.rsv_btn:after {
  content: '';
  width: 12px;
  height: 12px;
  background: url(../p_common/images/icon/link_wht.png) no-repeat center / contain;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0,-50%);
}
#shop_list .list_wrap .col .btm_cts {
  width: 100%;
  position: relative;
}
#shop_list #sweets .list_wrap .col {
  gap: 0;
}



/* ========================================================================================================
   1349px以下
   ========================================================================================================*/
@media screen and (max-width: 1349px) {
}


/* ========================================================================================================
   999px以下
   ========================================================================================================*/
@media screen and (max-width: 999px) {
  
}

/* ========================================================================================================
   767px以下
   ========================================================================================================*/
@media screen and (max-width: 767px) {
  #recommend .wrap,
  #restaurant .wrap,
  #cafe .wrap {
    padding-bottom: 0;
  }
  #shop_list .list_wrap .col {
    gap: 0;
  }
  #recommend .list_wrap .col .image .btn {
    width: 25px;
    height: 25px;
    border-radius: 25px;
    right: -10px;
    bottom: -10px;
  }
  #recommend .list_wrap .col .image .btn.arrow:before {
    width: 9px;
    height: 4px;
  }
  #recommend .list_wrap .col .image {
    border-radius: 5px;
    margin-bottom: 15px;
  }
  #recommend .list_wrap .col .date {
    font-size: 11px;
  }
  #recommend .list_wrap .col h3 {
    font-size: 12px;
  }
  #shop_list .list_wrap .col .name h3 {
    font-size: 15px;
    min-height: 2.8em;
  }
  #shop_list .list_wrap .col .name .btn {
    width: 35px;
    height: 35px;
    border-radius: 35px;
  }
  #shop_list .list_wrap .col p {
    font-size: 12px;
    letter-spacing: .05em;
  }
  #shop_list .list_wrap .col .tag_list {
    margin: 20px 0 0 0;
  }
  #shop_list .list_wrap .col .tag_list li {
    font-size: 11px;
  }
  #shop_list .list_wrap .col a.rsv_btn {
    font-size: 14px;
    border-radius: 5px;
  }
  #shop_list .list_wrap .col .btn_wrap {
    margin-top: 25px;
  }
  #shop_list .list_wrap .col {
    padding-bottom: 0;
    position: relative;
  }
  #shop_list .list_wrap .col {
    padding-bottom: 0;
    position: relative;
  }
  #shop_list .list_wrap .col .btm_cts {
    position: relative;
  }
  #shop_list .list_wrap .col .name {
    margin: 15px 0;
  }
  #shop_list:before {
    height: 83%;
    top: 47%;
    transform: translate(0, -50%);
    z-index: -1;
  }
  #shop_list #sweets .list_wrap .col {
    padding-bottom: 30px;
  }
  
}
/* ========================================================================================================
   499px以下
   ========================================================================================================*/
@media screen and (max-width: 499px) {

}