/* BASIC css start */
.store_box {width:100%; }
.plops {width:100%; }
.plops_info {display:flex;align-items: flex-start;justify-content: space-between;margin-bottom: 12px;flex-direction: column;}
.plops .name {font-size: 24px;font-weight:600;margin-bottom: 18px;line-height: 1.5;}
.plops .address  {font-size: 14px;font-weight:400;margin-bottom: 3px;line-height: 1.5;}
.plops .time  {font-size: 16px;font-weight:400;line-height: 1.5;}
.plops_info .tel {font-size: 16px;font-weight:400;line-height: 1.5;display: block;text-align: left;margin-top: 5px;}

.plops_video {position:relative;padding-bottom: 57%; }
.plops_video iframe {width:100%; height:100% !important; position:absolute; top:0; left:0; border:none;  }


/* BASIC css end */

