.s_tab + .total {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}
.s_tab + .flex{

}
.liqu__box {
  width: 100%;
  max-width: 768px;
}
.liqu__info a {
  display: flex;
  gap: 20px;
  padding: 20px 0px 20px;
  border-top: 1px solid #ddd;
}
.liqu__info .thumb {
  width: 200px;
  height: auto;
  border: 1px solid #ddd;
  position:relative;
  border-radius: .5rem;
}
.liqu__info .thumb img {
  width: 100%;
  height: 100%;
  border-radius: .5rem;
}
.liqu__info .thumb .nomihodai{
  position:absolute;
  left:10px;
  top:10px;
  width:30px;
  height:30px;
}
.liqu__info .thumb .nomihodai img{
  width:100%;
  height: 100%;
  object-fit: cover;
}
.liqu__info .info_wrap {
  width: calc(100% - 220px);
}
.liqu__info .info_wrap .info {
  margin-bottom: 10px;
}
.liqu__info .info_wrap .info h3 {
  font-weight: 700;
  color: #222;
  font-size: 18px;
  margin-bottom: 5px;
  background: url("../images/arrow-right.svg") no-repeat 100% 3px / auto 15px;
  padding-right: 20px;
  line-height: 1.2;
}
.liqu__info .info_wrap .info p {
  line-height: 15px;
  color: #666;
  font-weight: 400;
  margin-bottom: 8px;
}

.liqu__info .info_wrap ul {
  margin: 0 0 10px;
}
.liqu__info .info_wrap ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 2px 5px 2px 0;
  font-size: 13px;
  font-weight: 500;
  color: #8e8e8e;
  border: 1px solid #e6e6e6;
  border-radius: 50px;
  padding: 2px 10px 3px;
}

.liqu__box .list_graph {
  display: flex;
  margin: 0 0 10px;
}
.liqu__box .list_graph .bar {
  flex: 1;
  margin-top: 20px;
  max-width: 180px;
  margin-bottom: 10px;
}

.liqu__box .list_graph .bar:first-child {
  margin-right: 15px;
}

.liqu__box .list_graph .bar .line {
  position: relative;
  width: 100%;
  height: 3px;
  background: #e6e6e6;
  border-radius: 100px;
}

.liqu__box .list_graph .bar .line:after {
  content: "";
  display: block;
  width: 1px;
  height: 5px;
  background: #e6e6e6;
  border-radius: 10px;
  position: absolute;
  top: -1px;
  left: 50%;
}

.liqu__box .list_graph .bar .line span {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #ec463d;
  background: #ec463d;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -2px;
  z-index: 1;
}

.liqu__box .list_graph .bar .line em {
  display: none;
}

.liqu__box .list_graph .bar .line.empty {
  text-align: center;
}

.liqu__box .list_graph .bar .line.empty span {
  display: none;
}

.liqu__box .list_graph .bar .line.empty i {
  font-style: normal;
  font-size: 10px;
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  background: #ddd;
  color: #fff;
  padding: 2px;
  border-radius: 5px;
}

.liqu__box .list_graph .bar .bar_name {
  font-size: 11px;
  color: #6a6a6a;
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
.liqu__box .list_graph .bar .bar_name p {
  font-size: 13px;
}
.liqu__box .info_wrap .price {
  width: 100%;
}
.liqu__box .info_wrap .price p {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 7px;
  display: flex;
  gap: 10px;
  flex-direction: row-reverse;
  align-items: end;
  justify-content: flex-end;
  color: #ec463d;
}
.liqu__box .info_wrap .price span {
  color: #8e8e8e;
  font-weight: 500;
  font-size: 13px;
  /* margin-left:5px; */
}
.liqu__box .info_wrap .liqu_ml_wrap.active {
  display: none;
}
.liqu__box:last-of-type {
  padding-bottom: 40px;
}

.alcohol_special_detail{
  font-size:14px;
  line-height: 1.5;
  color: var(--gray8e);
  margin:10px 0 0;
}


.bar_point{
  padding:10px 0 !important; 
}
.bar_point .num{
  display:block;
  margin-bottom:10px;
}
.bar_point .clear{
  margin-bottom:10px !important;
}
.bar_point .clear .fl{
  font-size:0;
}
.bar_point .ques_btn{
    width:15px;
    height:15px;
    background:url("../images/ic_interrogation.svg")no-repeat 50% 50%/100% !important;
    background-size:15px !important; 
    float:right;
}
/* alcohol detail */
#detail .detail_tit{
  font-size:16px;
  font-weight: 600;
  margin-bottom:20px;
}

button.alcohol_close{
  width:20px;
  height:20px;
  background:url(../images/ico-close-thin.svg) center no-repeat;
  background-size:100%;
  position:absolute;
  right:30px;
  top:4px;
  z-index: 1;
}


.detail_imgbox{
  display:flex;
  gap:20px;
  width:100%;
}
.detail_imgbox .pd5 {
  padding: 10px;
}

.detail_imgbox .pd15 {
  width:calc(100% - 250px);
  padding: 15px;
  box-sizing: border-box;
}
.detail_imgbox .pd15 .name {
  position: relative;
  line-height: 1.3;
}
.detail_imgbox .pd15 .name h3 {
  font-size: 17px;
  font-weight: 700;
  color: #222;
  margin-bottom: 5px;
}
.detail_imgbox .pd15 .name p {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #666;
  margin: 0 5px 7px 0;
}
.detail_imgbox .pd15 .name span {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #8e8e8e;
  margin-top: -4px;
}
.detail_imgbox .pd15 .desc {
  margin-top: 15px;
  color: #444;
  font-size: 15px;
  line-height: 1.4;
}


.store .detail > div {
  padding: 0 10px;
}
.detail_imgbox .pd15 .txt_group {
  font-size: 0;
  margin-top: 7px;
}
.detail_imgbox .pd15 .txt_group span {
  display: inline-block;
  vertical-align: middle;
  margin: 2px 3px 9px 0;
  font-size: 13px;
  font-weight: 500;
  color: #8e8e8e;
  border: 1px solid #e6e6e6;
  border-radius: 50px;
  padding: 2px 10px 3px;
}
.detail_imgbox .pd15 .txt_group span:last-child {
  margin-right: 0;
}
.detail_imgbox .pd15 .desc {
  font-size: 13px;
  color: #8e8e8e;
  line-height: 1.5;
}
.detail_imgbox .pd15 .price {
  margin: 20px 0 30px;
  text-align: right;
}
.detail_imgbox .pd15 .price .price_reverse {
  display: flex;
  gap: 10px;
  align-items: end;
  flex-direction: row-reverse;
  color: #ec463d;
  font-size: 17px;
  font-weight: 700;
  margin: 10px 0;
}
.detail_imgbox .pd15 .price > div span {
  font-size: 12px;
  font-weight: 500;
  margin-right: 0px;
  color: #8e8e8e;
}
.alcohol_img {
  width: 40%;
}
.alcohol_img .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ìƒì„¸ì •ë³´ í…Œì´ë¸” */
.alcohol_tb h2 {
  font-size: 17px;
}
.alcohol_tb .info_table {
  margin-top: 20px;
}

.alcohol_tb .info_table th {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 0;
  border-bottom: 1px solid #f0f3f4;
  color: #8e8e8e;
  text-align: left;
  width: 60px;
}

.alcohol_tb .info_table td {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 0;
  border-bottom: 1px solid #f0f3f4;
  color: #494949;
}
.alcohol_tb .info_table td span{
  font-weight: 500;
}
.alcohol_tb .info_table td.won {
  display: flex;
}

.alcohol_tb .info_table td.won p {
  width: calc(100% - 18px);
  line-height: 1.2;
}

.alcohol_tb .info_table td button {
  float: right;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  background:url("../images/ic_interrogation.svg")no-repeat 50% 50% !important;
  background-size:15px;
}

.alcohol_tb .info_table .bar {
  position: relative;
  margin-top: 15px;
}

.alcohol_tb .info_table .bar .bar_line {
  position: relative;
  border-radius: 100px;
  width: 100%;
  height: 6px;
}

.alcohol_tb .info_table .bar .bar_line em {
  position: absolute;
  top: -6px;
  display: block;
  width: 14%;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  text-align: center;
  z-index: 1;
}

.alcohol_tb .info_table .bar .bar_line em.y_bg {
  background: #ffc960;
  color: #fff;
}

.alcohol_tb .info_table .bar .bar_line em.s_bg {
  background: #91dee1;
  color: #fff;
}

.alcohol_tb .info_table .bar span {
  background: #e6e6e6;
  border-radius: 10px;
  display: block;
  width: 1px;
  height: 14px;
  position: absolute;
  top: -3px;
}

.alcohol_tb .info_table .control {
  margin-top: 15px;
  color: #8e8e8e;
  font-size: 12px;
  display:flex;
  justify-content: space-between;
  align-items: center;
}

.alcohol_tb .info_table .control div{
  flex:1;
}
.alcohol_tb .info_table .control .left {
  background: url("../images/g_left.svg") no-repeat 0 1px;
  padding-left: 20px;
  text-align: left;
}
.alcohol_tb .info_table .control .center{
  text-align: center;
}
.alcohol_tb .info_table .control .right {
  background: url("../images/g_right.svg") no-repeat 100% 1px;
  padding-right: 20px;
  text-align: right;
}

.alcohol_tb .info_table .taste_form + tr td {
  border-bottom: 0;
}
.alcohol_tb .info_table .taste_form th,
.alcohol_tb .info_table .taste_form td {
  border-bottom: 0;
  padding-bottom: 5px;
}
.alcohol_tb .info_table .taste_form + tr > td {
  padding: 0;
  border-bottom: 1px solid #f0f3f4 !important;
}
.alcohol_tb .info_table .taste_form + tr table th,
.alcohol_tb .info_table .taste_form + tr td {
  position: relative;
  vertical-align: top;
}
.alcohol_tb .info_table .taste_form + tr th {
  width: 60px; /* 230704 40px */
  border-bottom: 0;
}
.alcohol_tb .info_table .taste_form + tr th strong {
  font-size: 12px;
  font-weight: 700;
  color: #222;
}
.alcohol_tb .info_table .taste_form + tr td {
  border-bottom: 0;
}

.alcohol_tb .info_table .taste_form + tr td .bar {
  position: relative;
  width: 100%;
  height: 6px;
  background: #e6e6e6;
  border-radius: 100px;
  margin-top: 3px;
}
.alcohol_tb .info_table td .bar span {
  position: absolute;
  top: -3px;
  transform: translateX(-50%);
  display: block;
  width: 9px;
  height: 9px;
  background: #ffffff;
  border: 1px solid #ec463d;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  box-sizing: border-box;
  z-index: 1;
}
.alcohol_tb .info_table td .bar em {
  display: none;
}
.alcohol_tb .info_table td .bar.empty {
  text-align: center;
}
.alcohol_tb .info_table td .bar.empty span {
  display: none;
}
.alcohol_tb .info_table td .bar.empty em {
  position: relative;
  top: -5px;
  display: inline-block;
  font-size: 8px;
  font-weight: 500;
  color: #fff;
  background: #bfbfbf;
  border-radius: 4px;
  padding: 2px 3px;
  z-index: 1;
}
.alcohol_tb .info_table td .clear {
  position: relative;
  font-size: 11px;
  color: #8e8e8e;
  margin-top: 13px;
  margin-bottom: 30px;
}
.alcohol_tb .info_table td .clear div {
  position: absolute;
  transform: translateX(-50%);
  width: 55px; /* 230704 ì¶”ê°€ */
  text-align: center; /* 230704 ì¶”ê°€ */
}
.alcohol_tb .info_table td .clear div:first-child,
.alcohol_tb .info_table td .clear div:last-child {
  transform: none;
}
.alcohol_tb .info_table td .clear div:first-child {
  text-align: left; /* 230704 ì¶”ê°€ */
}
.alcohol_tb .info_table td .clear div:last-child {
  text-align: right; /* 230704 ì¶”ê°€ */
}
.alcohol_tb .info_table td .clear div.line:after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background: #e6e6e6;
  border-radius: 10px;
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
}

/* ê¶ê¸ˆí•´ìš” íŒì—… */
.questionAnswer{
  width:92%;
  height:450px;
  max-width:580px;
  position:fixed;
  bottom:-100%;
  left:50%;
  top:initial;
  transition: .5s;
  transform: translateX(-50%);
  background:#fff;
  z-index: 1002;
  padding:20px;
  border-radius: 5px;;
}
.questionAnswer span.close{
  width: 30px;
  height: 30px;
  background: url(../images/ico-close-white.svg) center no-repeat;
  background-size: 25px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  z-index: 1001;
}
.questionAnswer.active{
  bottom:0;
}
.questionAnswer .scroll{
  height:410px;
  overflow-y: scroll;
}
.questionAnswer .cont h3{
  font-size:16px;
  font-weight: 500;
  color: var(--gray44);
  margin-bottom:20px;
}
.questionAnswer .cont .txt{
  font-size:14px;
  color: var(--gray8e);
  font-weight: 400;
  line-height:1.5;
}



/* ë¸Œëžœë“œ ë° ì£¼ì¡°ì‚¬ */
.brand > div{
  width:100%;
  /* padding:20px 20px 10px;
  border-radius:5px;
  border:1px solid #ddd;; */
}
.brand h4{
  font-size:14px;
  font-weight: 600;
  margin-bottom:20px;;
}

.brand .flex{
  display:flex;
  gap:10px;
}
.brand .flex .thumb{
  width:120px;
  height:120px;
}
.brand .flex .thumb img{
  width:100%;
  height:100%;
  object-fit: cover;;
}

.brand .line_box{
  border:1px solid #ddd;
  border-radius: 5px;
  padding:10px;;
}
.brand .line_box .thumb{
  width:90px;
  height:90px;
}

.brand .flex .name{
  width:calc(100% - 130px);
}
.brand .flex .name p{
  font-size:15px;
  color: var(--black22);
  line-height: 1.4;;
}
.brand .flex .name span{
  display: block;
  font-size:13px;
  color: var(--gray8e);
}
.brand .sameBrandSake{
  padding:10px 0;
  width:100%;
  display:block;
  margin:10px 0;
  font-size:14px;
  color: var(--black22);
  border:1px solid var(--graydd);
  border-radius: 5px;
  font-weight: 500;
  text-align: center;
}
.brand .jujo p{
  font-size:15px;
  color: var(--black22);
  margin-bottom:5px;
}
.brand .jujo span{
  display:block;
  color: var(--gray66);
  font-size:13px;
}
.brand .jujo .map{
  width:100%;
  height:200px;
  overflow: hidden;
}

.total{
  padding:0 !important;
}








/* íŒì—…ìŠ¤íƒ€ì¼ */

.filterPop{
	max-width:400px !important;
	top:inherit;
	left:inherit;
}
.arrayPop{
  max-width:400px !important;
  top:50%;
  left:50%;
}

.arrayPop ul li,
.filterPop ul li{
  margin-bottom:0;
}

.arrayPop ul li input[type="radio"] + label, 
.arrayPop ul li input[type="checkbox"] + label,
.filterPop ul li input[type="radio"] + label,
.filterPop ul li input[type="checkbox"] + label{
  font-size:15px;
  font-weight: 400;;
}




.sort_box button {
  display: block;
  height: 30px;
  border: 1px solid var(--surfcolor);
  border-radius: 4px;
  box-sizing: border-box;
  text-align: center;
  line-height: 29px;
  color: var(--surfcolor);
  font-size: 14px;
  padding: 0 10px 0 30px;
}
.sort_box button.sort{
  background: url("../images/ico-filter-surf.svg")no-repeat 7px 50%;
	background-size:18px;
}
.sort_box button.view.brand{
	background: url("../images/ic_thumbnail_surf.svg?v=1")no-repeat 7px 50%;
	background-size:20px;
	padding: 0 10px 0 33px;
}
.sort_box button.view.list{
	background: url("../images/ic_list_surf.svg?v=2")no-repeat 7px 50%;
	background-size:20px;
	padding: 0 10px 0 33px;
}
.sort_box button.array{
	background: url("../images/ico_sort_filter_surf.svg?v=1")no-repeat 7px 50%;	
	background-size:20px;
}

/* 230828 ëª¨ë°”ì¼íƒ­ìŠ¬ë¼ì´ë“œ */

.s_tab {
  background: #fff;
}

.tabs {
  /* padding: 20px 0; */
  background: #fff;
  box-sizing: border-box;
}

.tabs .swiper-slide {
  width: auto;
  margin-right: 5px;
}

.tabs .swiper-slide a {
  display: block;
  font-size: 14px;
  background: #f5f5f5;
  color: #494949;
  border-radius: 4px;
  padding: 10px 16px;
  font-weight: 500;
}

.tabs .swiper-slide.active a,
.tabs .swiper-slide:hover a {
  background: #ec463d;
  color: #fff;
}

.sub_menu {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 10px;
  background: #fff;
  display: flex;
  gap: 20px;
}
.sub_menu li {
  width:33%;
  text-align: center;
}
.sub_menu li a {
  width:100%;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-weight: 700;
  color: #bfbfbf;
  padding: 0 10px 15px;
  margin-right: 40px;
  border-bottom: 2px solid #fff;
}

.sub_menu li a:last-child {
  margin-right: 0;
}

.sub_menu li a.active {
  color: #222;
  border-bottom: 2px solid #222;
}
.menu_tabs{
  margin:20px 0 30px;
}






.tab_submenu{
  display:flex;
  gap:5px;
  margin-bottom:20px;
}
.tab_submenu li a{
  display:block;
  font-size:14px;
  background:#f5f5f5;
  color:var(--gray44);
  border-radius: 4px;
  padding:10px 16px;
  font-weight: 500;;
}
.tab_submenu li.active a,
.tab_submenu li:hover a{
  background:var(--redec);
  color:var(--whiteff);
}


.swiper-slide{
  width:auto !important;

}







/* index ìœ„ì¹˜ì •ë³´ */
.loca_list {
  width: 100%;
  margin: 10px 0 20px;
}
.loca_list li {
  line-height: 1;
  font-size: 15px;
  color: #555;
  margin-bottom: 8px;
  display: flex;
  gap: 5px;
}
.loca_list li p,
.loca_list li i {
  line-height: 1.3;
}
.loca_list li span {
  font-size: 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 0px 5px;
  line-height: 16px;
  height: 15px;
  display: inline-block;
}
.loca_map {
  width: 100%;
  height: 400px;
  margin: 20px 0;
}
/* //index ìœ„ì¹˜ì •ë³´ */

/* ì‹ì‚¬ë©”ë‰´ë¦¬ìŠ¤íŠ¸ */
.item_wrap {
  width: 100%;
}
.item_wrap .item {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
.item_wrap .item:hover {
  background: #f9f9f9;
}
.item_wrap .item .thumb {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 4px;
  overflow: hidden;
}

.item_wrap .item .thumb button {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 15px;
}
.item_wrap .item .thumb button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.item_wrap .item .icon button {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  margin-left: 15px;
}

.item_wrap .item .info {
  width: 100%;
  margin-bottom: 20px;
}

.item_wrap .item .info a {
  display: block;
}

.item_wrap .item .info .badge {
  font-size: 0;
  margin-bottom: 5px;
}

.item_wrap .item .info .badge span {
  display: inline-block;
  vertical-align: middle;
  background: #ec463d;
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  margin-right: 5px;
  padding: 2px 4px 3px;
}

.item_wrap .item .info .name {
  background: url("../images/arrow-right.svg") no-repeat right 3px / auto 15px;
}

.item_wrap .item .info .name strong {
  display: block;
  font-size: 17px;
  color: #222;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 5px;
  width: calc(100% - 20px);
}

.item_wrap .item .info .name p {
  font-size: 15px;
  color: #666;
  font-weight: 400;
  margin-bottom: 8px;
  display: inline-block;
}

.item_wrap .item .info .name span {
  color: #8e8e8e;
  font-size: 15px;
  margin-left: 3px;
  display: inline-block;
}

.item_wrap .item .info .txt {
  font-size: 15px;
  color: #444;
  line-height: 1.3;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.item_wrap .item .desc {
  font-size: 15px;
  color: #444;
  line-height: 1.3;
  margin-top: 12px;
}

.item_wrap .item .info .price {
  margin-top: 10px;
  font-size: 17px;
  color: #ec463d;
  font-weight: 700;
  line-height: 1.8;
  text-align: right;
}

.item_wrap .item .info .price div {
  font-weight: 700;
}

.item_wrap .item .info .price div span {
  color: #ec463d;
  margin-left: 0;
  font-weight: 700;
}

.item_wrap .item .info .price strike {
  color: #ababab;
  font-size: 11px;
  font-weight: 500;
  margin-right: 5px;
}

.item_wrap .item .info .price span {
  color: #8e8e8e;
  margin-left: 5px;
  font-weight: 500;
}

.item_wrap .item .ingredient .item {
  width: 100%;
  margin-top: -1px;
  padding: 0;
  border: 0;
}

.item_wrap .item .ingredient div.thumb {
  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;
}

.item_wrap .item .ingredient div.thumb img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  object-fit: cover;
}

.item_wrap .item .ingredient div.thumb + div {
  width: calc(100% - 100px);
}

.item_wrap .item .ingredient div strong {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #363636;
  margin-bottom: 7px;
}

.item_wrap .item .ingredient div p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  color: #494949;
}
.ingredient div p.cost{
  text-align: right;
  color: var(--redec);
  padding:2px 0;
  margin-top:5px;
  font-size:14px;
  font-weight: 600;
}
.ingredient div p.cost span{
  color: #555;
  }
/* ì‹ì‚¬ë©”ë‰´ë¦¬ìŠ¤íŠ¸ */





.ingredient{
  margin-bottom: 7px;
  width:100%;
  margin-bottom: 10px;
}
.ingredient a {
  display: flex;
  margin-bottom: 7px;
  width:100%;
  background:url("/common/images/arrow-right.svg") no-repeat 98% 50% !important;
  margin-bottom: 20px;
}
.ingredesp {
  width:calc(100% - 80px);
  display:flex;
  flex-direction: column;
  justify-content: center;
}
.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 strong span{
  color:var(--gray66);
  margin-left:5px;
}
.ingredient div p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  color: #494949;
}
















/* menu_wrap */

.menu_wrap{
  width:100%;
  display:flex;
  flex-direction: column;
  gap:20px;
}
.item{
  width:100%;
  /* border-bottom:1px solid var(--graydd); */
}
/* .item:last-of-type{
  border-bottom:0;
} */
.item .thumb{
  width:100%;
  height:0;
  padding-bottom:66.67%;
  position:relative;
  margin-bottom:10px;
}
.item .thumb img{
  width:100%;
  height:100%;
  object-fit: cover;
  position:absolute;
  top:0; left:0;
  border-radius: .7rem;;
}
.item .info{
  width:100%;
}
.item .info .name{
  background:url("../images/arrow-right.svg") no-repeat right 3px/auto 15px;
}
.item .info .name h3{
  display:block;
  font-size:17px;
  color:var(--black22);
  font-weight: 700;
  line-height:1.3;
  margin-bottom:5px;
}
.item .info .name p{
  font-size:15px;
  color:var(--gray66);
  font-weight: 400;
  margin-bottom:8px;
  display:inline-block;
}
.item .info .name span{
  font-size:15px;
  color:var(--gray8e);
  margin-left:3px;
  display:inline-block;
}
.item .info .desc{
  font-size:14px;
  color:var(--gray44);
  margin:15px 0 10px;
  line-height:1.4;
}
.item .info .price{
  font-size:17px;
  color:var(--redec);
  line-height:1.8;
  text-align: right;
  margin:0 0 20px;
}

.item .info .price p{
  font-weight: 700;
}
.item .info .price p span{
  font-size:15px;
  color:var(--gray66);
  margin-left:5px;
}

.item button.line{
  border:1px solid var(--surfcolor);
  color:var(--surfcolor);
  border-radius: 5px;
  padding:8px 20px;
  width:60%;
  margin-top:5px;
  font-size:14px;
  margin-left:20%;
  margin-bottom:20px;
}




/* ìƒì„¸ íŽ˜ì´ì§€ */
.back_icon {
  width: 100%;
  height: 30px;
  background: url(../images/arrow-left.svg) 20px center no-repeat;
  background-size: 12px;
  display: block;
  margin-bottom: 10px;
}
.detail_imgbox {
  width: 100%;
  display: flex;
  gap: 20px;
}
.detail_imgbox .swiper-slide{
  max-width:250px;
}
.detail_imgbox .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail_imgbox .alcohol_img {
 width:250px;
}
.detail_imgbox .pd15 {
  width:calc(100% - 250px);
  padding: 15px;
  box-sizing: border-box;
}
.detail_imgbox .pd15 .name {
  position: relative;
  line-height: 1.3;
}
.detail_imgbox .pd15 .name h3 {
  font-size: 17px;
  font-weight: 700;
  color: #222;
  margin-bottom: 5px;
}
.detail_imgbox .pd15 .name p {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #666;
  margin: 0 5px 7px 0;
}
.detail_imgbox .pd15 .name span {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #8e8e8e;
  margin-top: -4px;
}
.detail_imgbox .pd15 .desc {
  margin-top: 15px;
  color: #444;
  font-size: 15px;
  line-height: 1.4;
}

.detail_imgbox .ingredient {
  margin-top: 20px;
  white-space: nowrap;
  width: 100%;
}
.detail_imgbox .ingredient .item {
  width: 325px;
}
.detail_imgbox .ingredient .item a {
  flex-wrap: nowrap;
  align-items: center;
  color: #363636;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  border: 1px solid #e6e6e6;
  /* border-radius: 50px; */
  padding: 8px 50px 8px 10px;
  background: url("../images/arrow-right.svg") no-repeat 94% 50%;
  box-sizing: border-box;
  margin-top: -1px;
}
.detail_imgbox .ingredient .item .thumb {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  background: #fafafa;
  border: 1px solid #e6e6e6;
  margin-right: 10px;
  box-sizing: border-box;
}

.detail_imgbox .ingredient .item .thumb img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  object-fit: cover;
}
.detail_imgbox .ingredient .item .thumb + div {
  width: calc(100% - 60px);
}
.detail_imgbox .ingredient .item .thumb + div strong {
  font-size: 14px;
  font-weight: 500;
  color: #363636;
  margin-bottom: 7px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.detail_imgbox .ingredient .item .thumb + div p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  color: #494949;
}
#scontainer{
  margin-bottom:40px;
}
@media (width <= 700px) {
  .detail_imgbox .detail_img {
    width: 50%;
  }
}

@media (width <= 650px) {
  .detail_imgbox {
    width: 100%;
    display: block;
  }
  .detail_imgbox .pd15,
  .detail_imgbox .alcohol_img,
  .detail_imgbox .ingredient .item{
    width: 100%;
  }
  .detail_imgbox .pd15{
    padding:15px 0;
  }
  .detail_imgbox .swiper-slide{
    max-width:100%;
  }
}











@media all and (max-width: 1360px) {
  .liqu__box {
    width: 100%;
    max-width: 1360px;
  }
}
@media all and (max-width: 768px) {
  .liqu__box:last-of-type {
    padding-bottom: 40px;
  }
  .liqu__info .thumb {
    width: 120px;
    height: auto;
  }
  .liqu__info .thumb img {
    width: 100%;
    height: 100%;
  }
  .liqu__info .info_wrap {
    width: calc(100% - 120px);
  }

  .liqu__info .info_wrap .info h3 {
    font-size: 17px;
  }
  .liqu__info .info_wrap .info p {
    line-height: 1.2;
    font-size: 15px;
  }
  .liqu__info .info_wrap ul li {
    font-size: 14px;
  }
}
@media (width <= 700px) {
  .store .contents {
    padding: 15px;
  }
  .detail_imgbox .detail_img {
    width: 50%;
  }
}
@media (width <= 650px) {
  .alcohol_img {
    width: 100%;
    border-bottom: 1px solid #ddd;
  }
  .detail_imgbox {
    width: 100%;
    display: block;
  }
  .detail_imgbox .pd15,
  .detail_imgbox .alcohol_img,
  .detail_imgbox .ingredient .item{
    width: 100%;
  }
  .detail_imgbox .pd15{
    padding:15px 0;
  }
  .detail_imgbox .swiper-slide{
    max-width:100%;
    flex:1;
  }
}


@media all and (max-width: 550px) {
  .liqu__box .info_wrap .price p {
    justify-content: flex-start;
  }
  .alcohol_special_detail{
    text-align: right;;
  }
}

@media all and (max-width: 480px) {
  .liqu__info {
    display: block;
  }
  .liqu__info a{
    display:block;
}
  .liqu__info .thumb {
    width: 100%;
    height: auto;
    border: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  .liqu__info .thumb img {
    width: auto;
    height: 190px;
  }
  .liqu__info .info_wrap {
    width: 100%;
  }

  .liqu__box .list_graph {
    gap: 10px;
  }
  .liqu__box .list_graph .bar {
    max-width: 100%;
  }
  .liqu__info .thumb .nomihodai{
    top:0;
    left:0;
    width:60px;
    height:60px;
  }
}

@media (width <= 430px){
  .s_tab + .flex{
    display:block;
  }
  .s_tab + .flex .sort_box {
    margin-top:10px;
  }
  .s_tab + .flex .sort_box button{
    flex:1;
    overflow: hidden;
  }
}