@charset "utf-8";

.search{
  padding: 15px;
  margin: 20px 10px 30px;
  background-color: rgba(185,184,184,0.70);
  border-radius: 15px;
}

.v-align-center{
display: flex;
align-items: center; 
}

.place_list{
  margin:0 0 30px 50px;
}

.list_img{
  width:50px;
  height:50px;
}

.list_img img{
width: 100%;
  height: 100%;
  object-fit: contain;
}

._h2{
  width:100%;
  border-bottom: 1px solid #000;
}

.place_img{
  margin: 0 0 20px;
  width:100%;
  height:200px;
  text-align:center;
}

.place_img img{
width: 100%;
  height: 100%;
  object-fit: contain;
}

.place_item{
  marign: 0 0 15px;
}
.thumb_img{
  margin: 20px auto;
  width:100%;
}

.thumb_box {
  text-align: center;
  aspect-ratio: 1 / 1;
  align-items: center; /* 垂直方向中央 */
  justify-content: center; /* 水平方向中央 */
}

.thumb_box img{
  width:100%; 
  height: 100%;
  object-fit: contain;


}

.stamp_box{
  margin: 20px auto;
  width:calc(100% -20px);
  text-align:center;
}

.stamp_img{
   margin: 0 auto;
   text-align: center;
  aspect-ratio: 1 / 1;
  align-items: center; /* 垂直方向中央 */
  justify-content: center; /* 水平方向中央 */
}
 
.stamp_img img{
  width:100%; 
  height: 100%;
  object-fit: contain;
}


@media (max-width:755.98px){
  .place_list{
    margin:0 10px 30px 10px;
  }

  .v-align-center{
    display: block;
    align-items: center; 
  }

  .list_img{
    width:100%;
    height:100px;
  }
}