#scontainer{
  margin-top:0 !important;
}
.rest_tit span{
  display:block;
  line-height: 1.5;
}

.ingredesp {
  width:100%;
}
.ingredient a{
  display: flex;;
}
.ingrethumb img {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    background: #fafafa;
    border: 1px solid #e6e6e6;
    margin: 0 10px 0 0;
    box-sizing: border-box;
}

.ingredient div strong {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #363636;
  margin-bottom: 7px;
}

.ingredient div p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  color: #494949;
}








.ingredient_detail .section {
  background: #fff;
  margin-top: 0px;
  box-sizing: border-box;
}
.ingredient_detail .section:first-child {
  margin-top: 0;
}
.ingredient_detail .section .box {
  position: relative;
}
#google_map,
.ingredient_detail .section .slide,
.ingredient_detail .section .slide img {
  width: 100%;
  border-radius: .7rem;
  height:260px;
  object-fit: cover;
}
.ingredient_detail .section .slide .swiper-pagination {
  width: auto;
  background: rgb(16 16 16 / 80%);
  color: #fff;
  border-radius: 50px;
  font-size: 11px;
  left: auto;
  right: 15px;
  bottom: 15px;
  padding: 5px 10px;
}

.ingredient_detail .section .slide .posi_relative{
  position:relative;
}
.ingredient_detail .section .slide .posi_relative .alink_posi{
  position:absolute;
  right:5px;
  bottom:5px;
  width:45%;
  height:26px;
  text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	white-space: nowrap;
	display:block;
  padding:6px 3px;
  color:var(--whiteff);
  font-size:10px;
  background:rgba(000,000,000,.2);
  border-radius: .5rem;
  text-align: center;
}


.ingredient_detail .section .icon {
  font-size: 0;
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 1;
}
.ingredient_detail .section .icon button {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  font-size: 0;
  color: #494949;
  text-align: left;
  margin-left: 15px;
  box-sizing: border-box;
}
.ingredient_detail .section .icon button.heart {
  background: url("../images/ic_wish.png?v=<?=time()?>") no-repeat 50% 50%/40px;
}
.ingredient_detail .section .icon button.heart.on {
  background: url("../images/ic_wish_on.png?v=<?=time()?>") no-repeat 50% 50%/40px;
}
.ingredient_detail .pd20 {
  padding: 20px 0 50px;;
}

.ingredient_detail .pd20 .detail_info{
  width:100%;
  margin-bottom:20px;
}
.ingredient_detail .pd20 .detail_info dl{
  display:flex;
  gap:5px;
  font-size:14px;
  margin-bottom:10px;
}
.ingredient_detail .pd20 .detail_info dl dt{
  width:100px;
  text-align: left;
  font-weight: 600;
  color:var(--balck22);
  line-height: 1.3;
}
.ingredient_detail .pd20 .detail_info dl dd{
  width:calc(100% - 105px);
  color:var(--gray44);
  line-height: 1.3;
  word-wrap: break-word;
}
.ingredient_detail .pd20 .detail_info dl dd .ellipsis{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1.5;
}



.ingredient_detail .section .name h3 {
  font-size: 16px;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
}
.ingredient_detail .section .name p {
  font-size: 14px;
  font-weight: 500;
  color: #8e8e8e;
}
.ingredient_detail .section .name span {
  display: block;
  font-size: 12px;
  color: #8e8e8e;
  margin-top: 5px;
}
.ingredient_detail .section .info_table {
  margin-top: 25px;
}
.ingredient_detail .section .info_table th {
  width: 46px;
  font-size: 12px;
  font-weight: 500;
  color: #494949;
  text-align: left;
}
.ingredient_detail .section .info_table th + td {
  padding: 10px 0;
  font-size: 14px;
}
.ingredient_detail .section .info_table th + td .blue_line {
  color: #388cff;
  text-decoration: underline;
}
.ingredient_detail .section .info_table table td {
  border: 1px solid #e6e6e6;
  width: 8.333%;
  height: 25px;
  text-align: center;
  padding: 6px 0;
}
.ingredient_detail .section .info_table table td.on:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ec463d;
  margin: 0 auto;
}
.ingredient_detail .section .desc {
  color: #494949;
  font-size: 14px;
  line-height: 1.4;
}

.ingredient_detail .section .map {
  width: 100%;
  height: 150px;
  margin-top: 20px;
}

.ingredient_detail .section .map iframe {
  width: 100%;
  border-radius: 5px;
}

.ingredient_detail .section .insta a {
  display: block;
  background: #222 url("../images/ic_instar.svg") no-repeat 20px 50%;
  border-radius: 4px;
  padding: 15px 15px 15px 80px;
  color: #fff;
  margin-top: 30px;
}
.ingredient_detail .section .insta a strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
}
.ingredient_detail .section .insta a p {
  font-size: 12px;
  font-weight: 500;
  margin-top: 10px;
}
.ingredient_detail .section .prev_btn{
  text-align: center;
  margin-top:40px;
}
.ingredient_detail .section .prev_btn button[type="button"]{
  font-size:14px;
  text-decoration: underline;
  color:#666;
}



.ingredient_detail .comment .item {
  margin-bottom: 30px;
}
.ingredient_detail .comment .thumb {
  width: 35px;
  margin-right: 10px;
}
.ingredient_detail .comment .thumb img {
  width: 100%;
}
.ingredient_detail .comment .info {
  flex: 1;
}
.ingredient_detail .comment .info .name {
  font-weight: 500;
  font-size: 14px;
  color: #222;
  margin-bottom: 10px;
}
.ingredient_detail .comment .info .member span {
  font-size: 11px;
  color: #8e8e8e;
  padding-left: 20px;
}
.ingredient_detail .comment .info .member span:first-child {
  background: url("../images/ic_user.svg") no-repeat 0 50% / 20px;
  margin-right: 10px;
}
.ingredient_detail .comment .info .member span:last-child {
  background: url("../images/ic_review.svg") no-repeat 0 50%;
}
.ingredient_detail .comment .conts {
  margin-top: 20px;
  font-size: 14px;
  color: #222;
}
.ingredient_detail .comment .btn_area {
  margin-top: 10px;
}
.ingredient_detail .comment .btn_area button {
  font-size: 12px;
  color: #8e8e8e;
  margin-right: 10px;
}
.ingredient_detail .comment .write {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 10px 15px;
  font-size: 0;
}
.ingredient_detail .comment .write textarea {
  display: inline-block;
  vertical-align: middle;
  height: 22px;
  min-height: 22px;
  font-size: 14px;
  resize: none;
  border: 0;
  padding: 0;
  width: calc(100% - 37px);
  margin-right: 10px;
  box-sizing: border-box;
}
.ingredient_detail .comment .write button {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #ec463d;
}



@media screen and (min-width: 500px) {
    #google_map,
  .ingredient_detail .section .slide,
  .ingredient_detail .section .slide img {
    height:350px;
    object-fit: cover;
  }
  /* .ingredient_detail{
    padding-top:0px;
  }
  .ingredient_detail .section .slide {
    width: 42%;
    margin: 0;
    overflow: hidden;
  }
  .ingredient_detail .section .slide + .pd20 {
    position: absolute;
    top: 0;
    right: 0;
    width: 57%;
    overflow-y: scroll;
    height: 100%;
    padding:20px 10px;
  }
  
  .ingredient_detail .section .slide,
  .ingredient_detail .section .slide img {
    height:auto;
    object-fit: cover;
  }button.pageCloseRound{right:0 !important; } */
}
@media all and (max-width: 499px) {
  
}


