/** @format */

@charset "utf-8";

/*  shop.css
---------------------------------------------- */


/*  pc
---------------------------------------------- */


/* common */

#shop #pagehead .pagehead__ttl::before {
    color: #dd1367;
}

#shop #pagehead .pagehead__ttl span::before {
    background-color: #dd1367;
}


/*  lists ------------------------ */


/* searchedlist */


/* #searchedlist {
	padding-bottom: 60px;
}
#searchedlist .searchedlist__terms {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-bottom: 30px;
	font-size: 1.8rem;
	font-weight: 700;
}
#searchedlist .searchedlist__terms::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background: url("../common/img/icon/icon_search_black.svg") no-repeat center / contain;
}
#searchedlist .searchedlist__lists {
	display: flex;
	flex-wrap: wrap;
	gap: 60px 40px;
}
#searchedlist .searchedlist__lists .searchedlist__lists_item {
	position: relative;
	width: 100%;
	max-width: 366px;
}
#searchedlist .searchedlist__lists .searchedlist__lists_item .thumbnail {
	width: 100%;
	height: 245px;
	margin-bottom: 20px;
	border-radius: 0 30px 0 30px;
	overflow: hidden;
}
#searchedlist .searchedlist__lists .searchedlist__lists_item .term {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 15px;
}
*/

#searchedlist .searchedlist__lists .searchedlist__lists_item .term .area {
    display: flex;
    align-items: center;
    height: 24px;
    padding: 0 10px;
    border-radius: 24px;
    font-size: 1.2rem;
}

#searchedlist .searchedlist__lists .searchedlist__lists_item .term .area.blue {
    border: 1px solid #00689d;
}

#searchedlist .searchedlist__lists .searchedlist__lists_item .term .area.pink {
    border: 1px solid #dd1367;
}

#searchedlist .searchedlist__lists .searchedlist__lists_item .term .area.green {
    border: 1px solid #56c02b;
}

#searchedlist .searchedlist__lists .searchedlist__lists_item .term .area.brown {
    border: 1px solid #dda63a;
}

#searchedlist .searchedlist__lists .searchedlist__lists_item .term .area.orange {
    border: 1px solid #fd6925;
}

#searchedlist .searchedlist__lists .searchedlist__lists_item .term .area.yellow {
    border: 1px solid #fcc30b;
}

#searchedlist .searchedlist__lists .searchedlist__lists_item .term .category {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #606060;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1rem;
}

#searchedlist .searchedlist__lists .searchedlist__lists_item .term .category::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
}


/*
#searchedlist .searchedlist__lists .searchedlist__lists_item .ttl {
	margin-bottom: 10px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2.2rem;
}
#searchedlist .searchedlist__lists .searchedlist__lists_item .txt {
	margin-bottom: 10px;
	font-size: 1.2rem;
	line-height: 2rem;
}
*/

#searchedlist .searchedlist__lists .searchedlist__lists_item .coupon {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #606060;
    font-size: 1.2rem;
    font-weight: 700;
}

#searchedlist .searchedlist__lists .searchedlist__lists_item .coupon::before {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    background: url("../common/img/icon/icon_star.svg") no-repeat center / contain;
}


/*
#searchedlist .searchedlist__lists .searchedlist__lists_item .thumbnail {
	position: relative;
}
*/

#searchedlist .searchedlist__lists .searchedlist__lists_item .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.3s;
}

#searchedlist .searchedlist__lists .searchedlist__lists_item a:hover .thumbnail img {
    transform: scale(1.1);
    transition: 0.3s;
}

#searchedlist .searchedlist__lists .searchedlist__lists_item .thumbnail .donation {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    justify-content: center;
    width: 40px;
    height: 36px;
    padding-top: 6px;
    background: url("../common/img/icon/icon_heart.svg") no-repeat center / contain;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 900;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.32));
}


/*
#searchedlist .searchedlist__lists .searchedlist__lists_item .decoration {
	position: absolute;
	top: 280px;
	right: 15px;
	width: 40px;
	height: 1px;
	background-color: #000;
}
#searchedlist .searchedlist__lists .searchedlist__lists_item .decoration::before,
#searchedlist .searchedlist__lists .searchedlist__lists_item .decoration::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
}
#searchedlist .searchedlist__lists .searchedlist__lists_item .decoration::before {
	width: 5px;
	height: 5px;
	background-color: #000;
	border-radius: 5px;
	transform: translateY(-50%);
}
#searchedlist .searchedlist__lists .searchedlist__lists_item .decoration::after {
	width: 25px;
	height: 25px;
	border: 1px solid #000;
	border-radius: 25px;
	opacity: 0.5;
	transform: translate(10px, -50%);
	transition: 0.3s;
}
#searchedlist .searchedlist__lists .searchedlist__lists_item a:hover .decoration::after {
	opacity: 0;
	transform: translate(10px, -50%) scale(1.3);
	transition: 0.3s;
} */


/*  saerch ------------------------ */


/* search */

#search {
    display: flex;
    height: 80vh;
    margin: 60px 30px 40px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
}

#search .search__form {
    width: 350px;
    height: 100%;
    padding: 25px 15px;
    font-size: 1.4rem;
    overflow-y: scroll;
}

#search .search__form h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 1.6rem;
    font-weight: 700;
    position: relative;
}

#search .search__form h3::before {
    content: "";
    display: block;
    width: 14px;
    height: 12px;
    background: url("../common/img/icon/icon_term.svg") no-repeat center / contain;
}

#search .search__form h3 .search_title {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: 1;
}

#search .search__form h3 .term_close,
#search .search__map h3 .search__map_close {
    color: #606060;
    font-size: 1.2rem;
    font-weight: 700;
}

#search .search__form h3 .term_close::before,
#search .search__map h3 .search__map_close::before {
    content: "× ";
}

#search .search__form h3 button {
    color: #dc1367;
    font-size: 1.2rem;
    font-weight: 700;
    position: relative;
    z-index: 2;
}

#search .search__form input[type="text"] {
    height: 40px;
    font-size: 1.4rem;
}

#search .search__form strong {
    display: block;
    margin-bottom: 10px;
    font-size: 1.4rem;
}

#search .search__form .form_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

#search .search__form .form_wrap.checkbox label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100% - 10px) / 3);
    min-height: 38px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    font-size: 0.6vw;
    transition: 0.3s;
    text-align: center;
    word-break: break-word;
    padding: 4px;
}

#search .search__form .form_wrap.checkbox label.font-size-mini {
    font-size: 1rem;
}

#search .search__form .form_wrap.checkbox input[type="checkbox"] {
    display: none;
}

#search .search__form .form_wrap.checkbox input[type="checkbox"]:hover+label,
#search .search__form .form_wrap.checkbox input[type="checkbox"]:checked+label {
    border: 1px solid #dc1367;
    color: #dc1367;
    transition: 0.3s;
}

#search .search__form .form_wrap.radio input[type="radio"] {
    display: none;
}

#search .search__form .form_wrap.radio label {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-right: 15px;
    font-size: 1.2rem;
}

#search .search__form .form_wrap.radio label::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #707070;
    border-radius: 16px;
}

#search .search__form .form_wrap.radio label::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 5px;
    display: block;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-radius: 8px;
}

#search .search__form .form_wrap.radio input[type="radio"]:checked+label::after {
    background-color: #dc1367;
}

#search .search__form .freeword,
#search .search__form .category,
#search .search__form .coupon,
#search .search__form .commitment,
#search .search__form .price,
#search .search__form .scene,
#search .search__form .smoke {
    margin-bottom: 25px;
}

#search .search__form .spot {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    padding-left: 30px;
    background-color: #f4f4f4;
    border-radius: 2px;
    color: #959595;
    cursor: default;
}

#search .search__form .spot::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 13px;
    display: block;
    width: 9px;
    height: 13px;
    background: url("../common/img/icon/icon_pin_black.svg") no-repeat center / contain;
    transform: translateY(-50%);
}

#search .search__form .spot span {
    width: 70%;
}

#search .search__form .spot button {
    position: absolute;
    top: 50%;
    right: 10px;
    color: #dc1367;
    font-weight: 700;
    transform: translateY(-50%);
}

#search .search__form .coupon .form_wrap.checkbox label {
    width: 100%;
}

#search .search__form .price .form_wrap {
    align-items: center;
    margin-top: 20px;
}

#search .search__form .price .price_range_dy,
#search .search__form .price .price_range_nt {
    margin-top: 15px;
}

#search .search__form .price input[type="text"] {
    width: 70px;
    padding: 0 10px;
    background-color: transparent;
    border: 1px solid #d2d2d2;
    text-align: right;
}

#search .search__form .price input[type="text"]:last-child {
    margin-left: 10px;
}

#search .search__form .price .noUi-target {
    height: 4px;
    background-color: #f0f0f0;
    border: none;
    border-radius: 4px;
}

#search .search__form .price .noUi-connect {
    background-color: #dc1367;
}

#search .search__form .price .noUi-handle {
    border: none;
    box-shadow: none;
}

#search .search__form .price .noUi-horizontal .noUi-handle {
    right: -12px;
    top: -4px;
    width: 12px;
    height: 12px;
    background-color: #dc1367;
    border-radius: 12px;
}

#search .search__form .price .noUi-handle:after,
#search .search__form .price .noUi-handle:before {
    display: none;
}

#search .search__lists {
    width: 350px;
    height: 100%;
    padding: 25px 15px;
    background-color: #fef5f8;
    overflow-y: scroll;
}

#search .search__lists .search__lists_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    gap: 10px;
}

#search .search__lists .search__lists_head .hit {
    color: #606060;
    font-size: 1rem;
    font-weight: 700;
    text-align: left;
}

#search .search__lists .search__lists_head .hit span {
    display: inline-block;
    margin-right: 5px;
    font-size: 1.6rem;
}

#search .search__lists .search__lists_head .select {
    display: flex;
    align-items: center;
    width: fit-content;
}

#search .search__lists .search__lists_head .select::before {
    content: "";
    display: block;
    width: 18px;
    height: 12px;
    background: url("../common/img/icon/icon_sort.svg") no-repeat center / contain;
}

#search .search__lists .search__lists_head .select::after {
    position: static;
    width: 5px;
    height: 5px;
    transform: translateY(0) rotate(45deg);
}

#search .search__lists .search__lists_head .select select {
    height: auto;
    padding: 0 8px;
    border: none;
    font-size: 1.3rem;
}

#search .search__lists .search__lists_list .item {
    margin-bottom: 10px;
}

#search .search__lists .search__lists_list .item.active {
    border: 1px solid #dc1367;
    box-shadow: none;
}

#search .search__lists .search__lists_list .item.active .viewmore {
    color: #dc1367;
}

#search .search__lists .search__lists_list .item.active .viewmore span,
#search .search__lists .search__lists_list .item.active .viewmore span::before {
    background-color: #dc1367 !important;
}

#search .search__lists .search__lists_list .item.active .viewmore span::after {
    border: 1px solid #dc1367 !important;
}

#search .search__form::-webkit-scrollbar,
#search .search__lists::-webkit-scrollbar {
    width: 6px;
}

#search .search__form::-webkit-scrollbar-track,
#search .search__lists::-webkit-scrollbar-track {
    background-color: transparent;
}

#search .search__form::-webkit-scrollbar-thumb,
#search .search__lists::-webkit-scrollbar-thumb {
    background-color: #c2c2c2;
    border-radius: 6px;
}

#search .search__map {
    width: calc(100% - 350px - 350px);
}

#search .search__map iframe {
    width: 100%;
    height: 100%;
}

#search .search__map #map {
    width: 100%;
    height: 100%;
}


/* prev */

#prev {
    padding-bottom: 40px;
}

#prev p {
    margin-bottom: 15px;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
}


/* spot */

#spot {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
}

#spot .spot__overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    cursor: pointer;
}

#spot .spot__inner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 999;
    width: 92%;
    max-width: 960px;
    height: fit-content;
    max-height: 80vh;
    margin: 0 auto;
    padding: 50px;
    background-color: #fff;
    border-radius: 6px;
    overflow-y: scroll;
    transform: translateY(-50%);
}

#spot .spot__inner::-webkit-scrollbar {
    width: 6px;
}

#spot .spot__inner::-webkit-scrollbar-track {
    background-color: transparent;
}

#spot .spot__inner::-webkit-scrollbar-thumb {
    background-color: #c2c2c2;
    border-radius: 6px;
}

#spot .spot__inner h3 {
    margin-bottom: 25px;
    font-size: 1.6rem;
    text-align: center;
    font-weight: 700;
}


/* #spot .spot__inner .current {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 25px;
	font-size: 1.4rem;
	font-weight: 700;
} */


/* #spot .current::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background-color: #dc1367;
	border-radius: 10px;
} */

#spot .spot__inner .current label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
    font-size: 1.4rem;
    font-weight: 700;
}

#spot .spot__inner .current input {
    display: none;
}

#spot .spot__inner .current label::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #707070;
    border-radius: 16px;
}

#spot .spot__inner .current label::after {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-radius: 8px;
    margin-left: 4px;
}

#spot .spot__inner .current input[type="radio"]:checked+label::after {
    background-color: #dc1367;
}

#spot .spot__inner .spot__lists {
    font-size: 1.4rem;
}

#spot .spot__inner .spot__lists .spot__lists_item {
    border-bottom: 1px solid #707070;
}

#spot .spot__inner .spot__lists .spot__lists_item .acd_parent {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 20px 20px 0;
    font-weight: 700;
    cursor: pointer;
}

#spot .spot__inner .spot__lists .spot__lists_item .acd_parent::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: url("../common/img/icon/icon_circle.svg") no-repeat center / contain;
}

#spot .spot__inner .spot__lists .spot__lists_item .acd_parent::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #606060;
    border-bottom: 2px solid #606060;
    transform: translateY(-50%) rotate(45deg);
}

#spot .spot__inner .spot__lists .spot__lists_item .acd_child {
    display: none;
    padding-bottom: 25px;
}

#spot .spot__inner .spot__lists .spot__lists_item .acd_child div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
}

#spot .spot__inner .spot__lists .spot__lists_item .acd_child input[type="radio"] {
    display: none;
}

#spot .spot__inner .spot__lists .spot__lists_item .acd_child label {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    width: calc(100% / 2);
}

#spot .spot__inner .spot__lists .spot__lists_item .acd_child label::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #707070;
    border-radius: 16px;
}

#spot .spot__inner .spot__lists .spot__lists_item .acd_child label::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 6px;
    display: block;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-radius: 8px;
}

#spot .spot__inner .spot__lists .spot__lists_item .acd_child input[type="radio"]:checked+label::after {
    background-color: #dc1367;
}


/*  detail ------------------------ */


/* shophead */

#shophead {
    padding: 60px 0;
}

#shophead .inner {
    display: flex;
    gap: 40px;
}

#shophead .inner .shophead__slider {
    width: 570px;
}

#shophead .inner .shophead__slider .shophead__slider_main {
    margin-bottom: 10px;
}

#shophead .inner .shophead__slider .shophead__slider_main .inner .swiper-button-next,
#shophead .inner .shophead__slider .shophead__slider_main .inner .swiper-button-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 0;
    background-color: #000;
    border-radius: 40px;
}

#shophead .inner .shophead__slider .shophead__slider_main .inner .swiper-button-next::after,
#shophead .inner .shophead__slider .shophead__slider_main .inner .swiper-button-prev::after {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
}

#shophead .inner .shophead__slider .shophead__slider_main .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 380px;
    background-color: #eee;
    border-radius: 10px;
    overflow: hidden;
}

#shophead .inner .shophead__slider .shophead__slider_main .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#shophead .inner .shophead__slider .shophead__slider_thumbnail .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 70px;
    background-color: #eee;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}

#shophead .inner .shophead__slider .shophead__slider_thumbnail .swiper-wrapper .swiper-slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

#shophead .inner .shophead__slider .shophead__slider_thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active::after {
    background-color: transparent;
}

#shophead .inner .shophead__slider .shophead__slider_thumbnail .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#shophead .inner .shophead__info {
    width: calc(100% - 610px);
}

#shophead .inner .shophead__info .shophead__info_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

#shophead .inner .shophead__info .shophead__info_head>div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

#shophead .inner .shophead__info .shophead__info_head .img {
    width: 80px;
    height: 80px;
    overflow: hidden;
}

#shophead .inner .shophead__info .shophead__info_head .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

#shophead .inner .shophead__info .shophead__info_head .name {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 4rem;
}

#shophead .inner .shophead__info .shophead__info_head .favorite {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    gap: 10px;
    width: 155px;
    height: 40px;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    color: #606060;
    font-size: 1.2rem;
    line-height: 1rem;
}

#shophead .inner .shophead__info .shophead__info_head .favorite.active {
    background-color: #dd1367;
    border: 1px solid #dd1367;
    color: #fff;
}

#shophead .inner .shophead__info .shophead__info_head .favorite.active path {
    fill: #fff;
}

#shophead .inner .shophead__info .shophead__info_cats {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
    margin-bottom: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #dfdfdf;
}

#shophead .inner .shophead__info .shophead__info_cats li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 10px;
    border-right: 1px solid #dfdfdf;
    color: #606060;
    font-size: 1.2rem;
    line-height: 2rem;
}

#shophead .inner .shophead__info .shophead__info_cats li.caterogy::before,
#shophead .inner .shophead__info .shophead__info_cats li.price_l::before,
#shophead .inner .shophead__info .shophead__info_cats li.price_d::before,
#shophead .inner .shophead__info .shophead__info_cats li.tel::before,
#shophead .inner .shophead__info .shophead__info_cats li.hours::before {
    content: "";
    display: block;
}

#shophead .inner .shophead__info .shophead__info_cats li.caterogy::before {
    width: 6px;
    height: 6px;
    transform: translateY(-1px);
}

#shophead .inner .shophead__info .shophead__info_cats li.price_l {
    padding-right: 0;
    border-right: none;
}

#shophead .inner .shophead__info .shophead__info_cats li.price_l::before {
    width: 12px;
    height: 12px;
    background: url("../common/img/icon/icon_price_l.svg") no-repeat center / contain;
    transform: translateY(1px);
}

#shophead .inner .shophead__info .shophead__info_cats li.price_d::before {
    width: 10px;
    height: 10px;
    background: url("../common/img/icon/icon_price_d.svg") no-repeat center / contain;
    transform: translateY(1px);
}

#shophead .inner .shophead__info .shophead__info_cats li.tel::before {
    width: 10px;
    height: 10px;
    background: url("../common/img/icon/icon_tel.svg") no-repeat center / contain;
    transform: translateY(1px);
}

#shophead .inner .shophead__info .shophead__info_cats li.hours::before {
    width: 13px;
    height: 13px;
    background: url("../common/img/icon/icon_hours.svg") no-repeat center / contain;
    transform: translateY(1px);
}

#shophead .inner .shophead__info .shophead__info_cats li.shophead__info_link {
    position: absolute;
    right: 0;
    bottom: 20px;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 0;
    border: none;
    color: #dd1367;
}

#shophead .inner .shophead__info .shophead__info_cats li.shophead__info_link::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-right: 1px solid #dd1367;
    border-bottom: 1px solid #dd1367;
    transform: rotate(45deg) translateY(-1px);
}

#shophead .inner .shophead__info .shophead__info_txt {
    margin-bottom: 30px;
    font-size: 1.6rem;
    line-height: 2.7rem;
}

#shophead .inner .shophead__info .shophead__info_coupon {
    display: flex;
    align-items: stretch;
    width: 330px;
    min-height: 56px;
    border-top: 1px solid #606060;
    border-left: 1px solid #606060;
    border-bottom: 1px solid #606060;
    font-size: 1.4rem;
}

#shophead .inner .shophead__info .shophead__info_coupon .ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 126px;
    padding: 18px 0;
    background-color: #606060;
    color: #fff;
    text-align: center;
}

#shophead .inner .shophead__info .shophead__info_coupon .coupon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 126px);
    padding: 18px 0;
    background: url("../img/shop/coupon_bg.png") no-repeat right / auto 100%;
    font-weight: 700;
}

#shophead .inner .shophead__info .shophead__info_coupon .coupon span {
    position: relative;
    display: block;
    max-width: calc(100% - 50px);
    padding-left: 12px;
}

#shophead .inner .shophead__info .shophead__info_coupon .coupon span::before {
    content: "";
    position: absolute;
    top: 2px;
    left: -12px;
    display: block;
    width: 14px;
    height: 15px;
    background: url("../common/img/icon/icon_star.svg") no-repeat center / contain;
}

#shophead .inner .shophead__info .coupon_note {
    margin-top: 8px;
    color: #e5243b;
}

#shophead .inner .shophead__info .coupon_note .coupon_note_title {
    font-size: 1.6rem;
}

#shophead .inner .shophead__info .coupon_note .coupon_note_text {
    font-size: 1.2rem;
}

#shophead .inner .shophead__info .coupon_limit {
    margin-top: 8px;
    font-size: 1.4rem;
}


/* information */

#information {
    padding: 55px 0;
    background-color: #f7f7f7;
}

#information .information__viewmore_sp {
    display: none;
}

#information .information__wrap {
    display: flex;
    gap: 70px;
}

#information .information__wrap>div {
    width: calc(50% - 35px);
}

#information .information__wrap dl {
    display: flex;
    flex-wrap: wrap;
    padding: 25px 0 10px;
    font-size: 1.6rem;
    line-height: 2.7rem;
}

#information .information__wrap>div dl:not(:last-child) {
    border-bottom: 1px solid #dfdfdf;
}

#information .information__wrap dl dt {
    position: relative;
    width: 145px;
    margin-bottom: 15px;
    padding-left: 30px;
}

#information .information__wrap dl dt.shop::before,
#information .information__wrap dl dt.addr::before,
#information .information__wrap dl dt.hours::before,
#information .information__wrap dl dt.payment::before,
#information .information__wrap dl dt.children::before,
#information .information__wrap dl dt.parking::before,
#information .information__wrap dl dt.other::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#information .information__wrap dl dt.shop::before {
    background-image: url("../common/img/icon/icon_shop.svg");
}

#information .information__wrap dl dt.addr::before {
    background-image: url("../common/img/icon/icon_pin.svg");
}

#information .information__wrap dl dt.hours::before {
    background-image: url("../common/img/icon/icon_hours_pink.svg");
}

#information .information__wrap dl dt.payment::before {
    background-image: url("../common/img/icon/icon_payment.svg");
}

#information .information__wrap dl dt.children::before {
    background-image: url("../common/img/icon/icon_children.svg");
}

#information .information__wrap dl dt.parking::before {
    background-image: url("../common/img/icon/icon_parking.svg");
}

#information .information__wrap dl dt.other::before {
    background-image: url("../common/img/icon/icon_other.svg");
}

#information .information__wrap dl dd {
    width: calc(100% - 145px);
    margin-bottom: 15px;
}

#information .information__wrap dl dd a {
    color: #dd1367;
}

#information .information__wrap dl dd a.blank::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 10px;
    background: url("../common/img/icon/icon_blank.svg") no-repeat center / contain;
}

#information .information__wrap dl dd .price_l {
    margin-right: 15px;
}

#information .information__wrap dl dd .price_l::before,
#information .information__wrap dl dd .price_d::before {
    content: "";
    display: inline-block;
    margin-right: 5px;
}

#information .information__wrap dl dd .price_l::before {
    width: 18px;
    height: 18px;
    background: url("../common/img/icon/icon_price_l.svg") no-repeat center / contain;
    transform: translateY(3px);
}

#information .information__wrap dl dd .price_d::before {
    width: 14px;
    height: 14px;
    background: url("../common/img/icon/icon_price_d.svg") no-repeat center / contain;
    transform: translateY(1px);
}


/* connection */

#connection {
    padding-top: 60px;
}

#connection .h4 {
    margin-bottom: -40px;
}

#connection .connection__slider {
    padding: 0 8px;
}

#connection .connection__slider .swiper-slide {
    width: 335px;
    padding: 3px 0;
}

#connection .connection__slider .inner {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    width: 100%;
    margin-bottom: 45px;
}

#connection .connection__slider .inner .swiper-button-next,
#connection .connection__slider .inner .swiper-button-prev {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 0;
    background-color: #000;
    border-radius: 40px;
}

#connection .connection__slider .inner .swiper-button-next::after,
#connection .connection__slider .inner .swiper-button-prev::after {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
}

#connection .connection__slider .swiper-slide .item,
#search .search__lists .search__lists_list .item {
    display: flex;
    padding: 15px;
    height: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

#connection .connection__slider .swiper-slide .item .connection__slider_info,
#search .search__lists .search__lists_list .item .search__slider_info {
    width: calc(100% - 110px - 15px);
}

#connection .connection__slider .swiper-slide .item .connection__slider_info>div,
#search .search__lists .search__lists_list .item .search__slider_info>div {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    height: 30%;
}

#connection .connection__slider .swiper-slide .item .connection__slider_info>div .name,
#search .search__lists .search__lists_list .item .search__slider_info>div .name {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2.2rem;
    width: 85%;
    height: 4.4rem; /* 2行分の高さを固定（2.2rem × 2） */
    min-height: 4.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 5px; /* 店舗名の下に余白を追加 */
}

#connection .connection__slider .swiper-slide .item .connection__slider_info>div .favorite,
#search .search__lists .search__lists_list .item .search__slider_info>div .favorite {
    margin-top: 3px;
}

#connection .connection__slider .swiper-slide .item .connection__slider_info>div .favorite .heart,
#search .search__lists .search__lists_list .item .search__slider_info>div .favorite .heart {
    content: '';
    display: block;
    width: 20px;
    height: 18px;
    background: url('../common/img/icon/icon_favorite_gray.svg') no-repeat center / contain;
}

#connection .connection__slider .swiper-slide .item .connection__slider_info>div .favorite .heart.active,
#search .search__lists .search__lists_list .item .search__slider_info>div .favorite .heart.active {
    content: '';
    display: block;
    width: 20px;
    height: 18px;
    background: url('../common/img/icon/icon_favorite_pink.svg') no-repeat center / contain;
}

#connection .connection__slider .swiper-slide .item .connection__slider_info .txt,
#search .search__lists .search__lists_list .item .search__slider_info .txt {
    margin: 10px 0 10px; /* 上部のマージンを5pxから10pxに変更 */
    font-size: 1.2rem;
    line-height: 1.5;
    height: 3.6rem; /* 2行分の高さを固定（1.2rem × 1.5 × 2） */
    max-height: 3.6rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-word;
    text-overflow: ellipsis;
}

#connection .connection__slider .swiper-slide .item .connection__slider_info .hours,
#search .search__lists .search__lists_list .item .search__slider_info .hours {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
    font-size: 1.2rem;
    font-weight: 500;
}

#connection .connection__slider .swiper-slide .item .connection__slider_info .hours::before,
#search .search__lists .search__lists_list .item .search__slider_info .hours::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: url("../common/img/icon/icon_hours.svg") no-repeat center / contain;
}

#connection .connection__slider .swiper-slide .item .connection__slider_info .coupon,
#search .search__lists .search__lists_list .item .search__slider_info .coupon_content {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 1.2rem;
    font-weight: 700;
    height: 20px;
    min-height: 20px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

#connection .connection__slider .swiper-slide .item .connection__slider_info .coupon::before,
#search .search__lists .search__lists_list .item .search__slider_info .coupon::before,
#search .search__lists .search__lists_list .item .search__slider_info .coupon_content::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url("../common/img/icon/icon_star.svg") no-repeat center / contain;
}

#connection .connection__slider .swiper-slide .item .connection__slider_other,
#search .search__lists .search__lists_list .item .search__slider_other {
    width: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#connection .connection__slider .swiper-slide .item .connection__slider_other .imgs,
#search .search__lists .search__lists_list .item .search__slider_other .imgs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 100%; /* 親要素の幅いっぱいに広げる */
    height: 100%; /* 親要素の高さいっぱいに広げる */
}

#connection .connection__slider .swiper-slide .item .connection__slider_other .imgs::-webkit-scrollbar,
#search .search__lists .search__lists_list .item .search__slider_other .imgs::-webkit-scrollbar {
    display: none;
}

#connection .connection__slider .swiper-slide .item .connection__slider_other .imgs .thumbnail,
#search .search__lists .search__lists_list .item .search__slider_other .imgs .thumbnail {
    flex-shrink: 0;
    width: 72px;
    height: 72px;
    margin-right: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

#connection .connection__slider .swiper-slide .item .connection__slider_other .imgs .thumbnail img,
#search .search__lists .search__lists_list .item .search__slider_other .imgs .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#connection .connection__slider .swiper-slide .item .connection__slider_other .viewmore,
#search .search__lists .search__lists_list .item .search__slider_other .viewmore {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-right: 20px;
    font-size: 1.2rem;
    font-weight: 700;
}

#connection .connection__slider .swiper-slide .item .connection__slider_other .viewmore span,
#search .search__lists .search__lists_list .item .search__slider_other .viewmore span {
    position: relative;
    width: 22px;
    height: 1px;
    background-color: #000;
    transform: translateY(1px);
}

#connection .connection__slider .swiper-slide .item .connection__slider_other .viewmore span::before,
#search .search__lists .search__lists_list .item .search__slider_other .viewmore span::before {
    content: "";
    position: absolute;
    top: -1.5px;
    right: 0;
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background-color: #000;
}

#connection .connection__slider .swiper-slide .item .connection__slider_other .viewmore span::after,
#search .search__lists .search__lists_list .item .search__slider_other .viewmore span::after {
    content: "";
    position: absolute;
    top: -7px;
    right: -6px;
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    border: 1px solid #7f7f7f;
}

#connection .connection__slider .swiper-slide .item .connection__slider_other .viewmore:hover span::after,
#search .search__lists .search__lists_list .item .search__slider_other .viewmore:hover span::after {
    opacity: 0;
    transform: scale(1.3);
    transition: 0.3s;
}


/* shopsearch */


/* #shopsearch {
	padding: 60px 0;
}
#shopsearch .search__contents_word,
#shopsearch .search__contents_map {
	border: 1px solid #dfdfdf;
} */


/* qr */

#qr {
    display: none;
}


/*  mobile & smart phone
---------------------------------------------- */

@media only screen and (max-width: 959px) {
    /*  lists ------------------------ */
    /* shoplist */
    #shoplist {
        margin-top: 5px;
        padding-bottom: 30px;
    }
    #shoplist .shoplist__terms {
        margin-bottom: 20px;
        font-size: 1.6rem;
    }
    #shoplist .shoplist__terms::before {
        width: 16px;
        height: 16px;
    }
    #shoplist .shoplist__lists {
        gap: 40px;
    }
    #shoplist .shoplist__lists .shoplist__lists_item {
        max-width: 380px;
    }
    #shoplist .shoplist__lists .shoplist__lists_item .thumbnail {
        height: 220px;
    }
    #shoplist .shoplist__lists .shoplist__lists_item .decoration {
        top: 250px;
    }
    /*  saerch ------------------------ */
    /* search */
    #search {
        display: block;
        height: auto;
        margin: 0 0 30px 0;
        box-shadow: none;
    }
    #search .search__sphead {
        position: relative;
        z-index: 1;
        width: 100%;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    }
    #search .search__sphead .search__sphead_list {
        display: flex;
        padding: 15px 0;
    }
    #search .search__sphead .search__sphead_list li {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
        width: calc(100% / 3);
        color: #6a6a6a;
        font-size: 1.4rem;
        font-weight: 700;
    }
    #search .search__sphead .search__sphead_list li.sort::before {
        content: "";
        width: 19px;
        height: 12px;
        margin-left: 8px;
        background: url("../common/img/icon/icon_sort.svg") no-repeat center / contain;
    }
    #search .search__sphead .search__sphead_list li.sort .select {
        width: auto;
    }
    #search .search__sphead .search__sphead_list li.sort .select::after {
        display: none;
    }
    #search .search__sphead .search__sphead_list li.sort .select select {
        width: fit-content;
        height: auto;
        padding: 0 5px;
        border: none;
        width: 100%;
        white-space: normal;
    }
    #search .search__sphead .search__sphead_list li.narrow_open::before {
        content: "";
        width: 14px;
        height: 12px;
        background: url("../common/img/icon/icon_term.svg") no-repeat center / contain;
    }
    #search .search__sphead .search__sphead_list li.map_open::before {
        content: "";
        width: 15px;
        height: 13px;
        background: url("../common/img/icon/icon_map.svg") no-repeat center / contain;
    }
    #search .search__sphead .search__sphead_list li:not(:last-child) {
        border-right: 1px solid #e5e5e5;
    }
    #search .search__form {
        display: none;
        position: fixed;
        top: 70px;
        left: 0;
        z-index: 11;
        width: 100%;
        height: calc(100vh - 70px);
        padding: 25px 4% 130px;
        background-color: #fff;
    }
    #search .search__form h3 {
        justify-content: space-between;
        position: relative;
    }
    #search .search__form h3::before {
        display: none;
    }
    #search .search__form h3 .search_title {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        width: 100%;
        z-index: 1;
    }
    #search .search__form h3 .term_close,
    #search .search__map h3 .search__map_close {
        color: #606060;
        font-size: 1.2rem;
        font-weight: 700;
    }
    #search .search__form h3 .term_close::before,
    #search .search__map h3 .search__map_close::before {
        content: "× ";
    }
    #search .search__form h3 button {
        color: #dc1367;
        font-size: 1.2rem;
        font-weight: 700;
        position: relative;
        z-index: 2;
    }
    #search .search__form .submit {
        display: flex !important;
        width: 225px;
        margin: 30px auto 0;
    }
    #search .search__lists {
        width: 100%;
        height: fit-content;
        padding: 25px 4%;
        overflow-y: visible;
    }
    #search .search__lists .search__lists_head .select {
        display: none;
    }
    #search .search__map {
        display: none;
        position: fixed;
        top: 70px;
        left: 0;
        z-index: 1;
        width: 100%;
        height: calc(100vh - 70px);
    }
    #search .search__map h3 {
        justify-content: space-between;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        font-size: 1.6rem;
        font-weight: 700;
    }
    #search .search__map h3 .search__map_title {
        flex-grow: 1;
        text-align: center;
        margin-right: 50px;
    }
    #search .search__map strong {
        display: block;
        margin-bottom: 10px;
        font-size: 1.4rem;
    }
    #search .search__map .spot {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        height: 40px;
        margin-bottom: 10px;
        padding-left: 30px;
        background-color: #f4f4f4;
        border-radius: 2px;
        color: #959595;
        cursor: default;
    }
    #search .search__map .spot::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 13px;
        display: block;
        width: 9px;
        height: 13px;
        background: url(../common/img/icon/icon_pin_black.svg) no-repeat center / contain;
        transform: translateY(-50%);
    }
    #search .search__map .spot span {
        width: 70%;
        font-size: 1.4rem;
    }
    #search .search__map .spot button {
        position: absolute;
        top: 50%;
        right: 10px;
        color: #dc1367;
        font-weight: 700;
        transform: translateY(-50%);
        font-size: 1.4rem;
    }
    #search .search__map .search__map_head {
        position: absolute;
        top: 25px;
        left: 0;
        right: 0;
        z-index: 10;
        display: flex !important;
        align-items: center;
        width: 92%;
        height: 50px;
        margin: 0 auto;
        background-color: #fff;
        border-radius: 2px;
        overflow: hidden;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    }
    #search .search__map .search__map_head .map_close {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        font-size: 1.6rem;
    }
    #search .search__map .search__map_head .map_term {
        width: calc(100% - 100px);
    }
    #search .search__map .search__map_head .narrow_open {
        width: 50px;
        height: 50px;
        background: #606060 url("../common/img/icon/icon_term_white.svg") no-repeat center / 16px;
    }
    #search .search__map .search__mapitem {
        position: absolute;
        bottom: 130px;
        left: 0;
        right: 0;
        z-index: 10;
        width: 92%;
        margin: 0 auto;
    }
    #search .search__map .search__mapitem {
        display: flex !important;
        gap: 15px;
        padding: 20px 0 20px 20px;
        border-radius: 10px;
        background-color: #fff;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    }
    #search .search__map .search__mapitem .search__mapitem_info {
        width: calc(100% - 110px - 15px);
    }
    #search .search__map .search__mapitem .search__mapitem_info>div {
        display: flex;
        align-items: flex-start;
        gap: 10px;
    }
    #search .search__map .search__mapitem .search__mapitem_info>div .name {
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 2.2rem;
    }
    #search .search__map .search__mapitem .search__mapitem_info>div .favorite {
        margin-top: 3px;
    }
    #search .search__map .search__mapitem .search__mapitem_info .txt {
        margin: 5px 0 10px;
        font-size: 1.2rem;
    }
    #search .search__map .search__mapitem .search__mapitem_info .hours {
        display: flex;
        align-items: center;
        gap: 5px;
        margin-bottom: 10px;
        font-size: 1.2rem;
        font-weight: 500;
    }
    #search .search__map .search__mapitem .search__mapitem_info .hours::before {
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        background: url("../common/img/icon/icon_hours.svg") no-repeat center / contain;
    }
    #search .search__map .search__mapitem .search__mapitem_info .coupon {
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 1.2rem;
        font-weight: 700;
    }
    #search .search__map .search__mapitem .search__mapitem_info .coupon::before {
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        background: url("../common/img/icon/icon_star.svg") no-repeat center / contain;
    }
    #search .search__map .search__mapitem .search__mapitem_other {
        width: 110px;
    }
    #search .search__map .search__mapitem .search__mapitem_other .imgs {
        display: flex;
        gap: 5px;
        margin-bottom: 10px;
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    #search .search__map .search__mapitem .search__mapitem_other .imgs::-webkit-scrollbar {
        display: none;
    }
    #search .search__map .search__mapitem .search__mapitem_other .imgs .thumbnail {
        flex-shrink: 0;
        width: 72px;
        height: 72px;
        margin-right: 0;
        overflow: hidden;
    }
    #search .search__map .search__mapitem .search__mapitem_other .viewmore {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding-right: 20px;
        font-size: 1.2rem;
        font-weight: 700;
    }
    #search .search__map .search__mapitem .search__mapitem_other .viewmore span {
        position: relative;
        width: 22px;
        height: 1px;
        background-color: #000;
        transform: translateY(1px);
    }
    #search .search__map .search__mapitem .search__mapitem_other .viewmore span::before {
        content: "";
        position: absolute;
        top: -1.5px;
        right: 0;
        display: block;
        width: 3px;
        height: 3px;
        border-radius: 3px;
        background-color: #000;
    }
    #search .search__map .search__mapitem .search__mapitem_other .viewmore span::after {
        content: "";
        position: absolute;
        top: -7px;
        right: -6px;
        display: block;
        width: 15px;
        height: 15px;
        border-radius: 15px;
        border: 1px solid #7f7f7f;
    }
    #search .search__map .search__mapitem .search__mapitem_other .viewmore:hover span::after {
        opacity: 0;
        transform: scale(1.3);
        transition: 0.3s;
    }
    /* prev */
    #prev p {
        font-size: 1.6rem;
    }
    /* spot */
    #spot .spot__inner {
        width: 92%;
        padding: 30px 6%;
    }
    #spot .spot__inner .spot__lists .spot__lists_item .acd_child label {
        width: 100%;
    }
    /*  detail ------------------------ */
    /* shophead */
    #shophead {
        padding: 30px 0;
    }
    #shophead .inner {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        gap: 30px;
    }
    #shophead .inner .shophead__slider {
        width: 100%;
    }
    #shophead .inner .shophead__slider .shophead__slider_main {
        margin-bottom: 10px;
    }
    #shophead .inner .shophead__slider .shophead__slider_main .swiper-wrapper .swiper-slide {
        height: 270px;
    }
    #shophead .inner .shophead__slider .shophead__slider_thumbnail .swiper-wrapper .swiper-slide {
        height: 40px;
    }
    #shophead .inner .shophead__info {
        width: 100%;
    }
    #shophead .inner .shophead__info .shophead__info_head {
        gap: 10px;
        margin-bottom: 20px;
    }
    #shophead .inner .shophead__info .shophead__info_head>div {
        gap: 15px;
    }
    #shophead .inner .shophead__info .shophead__info_head .img {
        width: 60px;
        height: 60px;
    }
    #shophead .inner .shophead__info .shophead__info_head .name {
        font-size: 1.8rem;
        line-height: 3.2rem;
    }
    #shophead .inner .shophead__info .shophead__info_head .favorite {
        width: 40px;
        height: 40px;
        border: 1px solid #dfdfdf;
        border-radius: 40px;
    }
    #shophead .inner .shophead__info .shophead__info_head .favorite.active {
        background-color: #fce7ef;
        border: 1px solid #fce7ef;
    }
    #shophead .inner .shophead__info .shophead__info_head .favorite.active path {
        fill: #dc1367;
    }
    #shophead .inner .shophead__info .shophead__info_txt {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }
    #shophead .inner .shophead__info .shophead__info_coupon {
        width: 100%;
    }
    /* information */
    #information {
        position: relative;
        padding: 30px 0;
    }
    #information .information__viewmore_sp {
        position: absolute;
        bottom: 30px;
        left: 0;
        right: 0;
        display: block;
        width: 190px;
        height: 46px;
        margin: 0 auto;
        border-radius: 10px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    }
    #information .information__viewmore_sp span {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        background-color: #fff;
        border: 1px solid #707070;
        border-radius: 10px;
        font-size: 1.4rem;
    }
    #information .information__wrap {
        display: block;
        max-height: 300px;
        overflow: hidden;
        transition: 0.7s;
    }
    #information .information__wrap.active {
        max-height: 2000px;
        transition: 0.7s;
    }
    #information .information__wrap>div {
        width: 100%;
    }
    #information .information__wrap dl {
        padding: 20px 0 5px;
        font-size: 1.4rem;
        line-height: 2.4rem;
    }
    #information .information__wrap dl dt {
        width: 90px;
        padding-left: 0;
    }
    #information .information__wrap dl dt.shop::before,
    #information .information__wrap dl dt.addr::before,
    #information .information__wrap dl dt.hours::before,
    #information .information__wrap dl dt.payment::before,
    #information .information__wrap dl dt.children::before,
    #information .information__wrap dl dt.parking::before,
    #information .information__wrap dl dt.other::before {
        display: none;
    }
    #information .information__wrap dl dd {
        width: calc(100% - 90px);
    }
    /* connection */
    #connection {
        padding-top: 30px;
    }
    #connection .connection__slider {
        margin-top: 32px;
    }
    #connection .connection__slider .swiper-slide {
        width: 335px;
    }
    #connection .connection__slider .inner {
        width: 100%;
        margin-bottom: 20px;
    }
    /* shopsearch */
    #shopsearch {
        padding: 30px 0;
    }
    /* qr */
    #qr {
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 999;
        display: none;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 96px;
        background-color: rgba(255, 255, 255, 0.75);
    }
    #qr .camera {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 330px;
        height: 56px;
        background-color: #dd1367;
        border-radius: 5px;
        color: #fff;
        font-size: 1.4rem;
        font-weight: 700;
        box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16);
    }
    #qr .camera span {
        display: flex;
        align-items: center;
        gap: 15px;
    }
    #qr .camera span::before {
        content: "";
        display: block;
        width: 20px;
        height: 15px;
        background: url("../common/img/icon/icon_camera.svg") no-repeat center / contain;
    }
    /* search form checkbox label font size adjustment for mobile */
    #search .search__form .form_wrap.checkbox label {
        font-size: 1.4rem;
    }
    /* search map */
    #search .search__map {
        display: none;
        position: fixed;
        top: 70px;
        left: 0;
        z-index: 11;
        width: 100%;
        height: calc(100vh - 70px);
        background-color: #fff;
        padding: 25px 4% 140px;
    }
    #search .search__map .map_close {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 11;
        width: 30px;
        height: 30px;
        background-color: #dc1367;
        color: #fff;
        text-align: center;
        line-height: 30px;
        border-radius: 50%;
        cursor: pointer;
        display: block;
    }
    
    /* 既存のスタイル */
    
    /* 「詳しく見る」ボタンをスマホ表示時に非表示にする */
    #search .search__lists .search__lists_list .item .search__slider_other .viewmore {
        display: none;
    }
    
    /* スマホ表示時に.itemにポインタカーソルを設定 */
    #search .search__lists .search__lists_list .item {
        cursor: pointer;
    }
    
    /* 既存のスマホ表示用スタイル */
    
    /* 詳細文の表示を調整 */
    #search .search__lists .search__lists_list .item .search__slider_info .txt {
        min-height: 3em;  /* 2行分の高さを確保 */
        margin-bottom: 15px;  /* 「詳しく見る」ボタンがない分、下マージンを増やす */
    }
    
    /* 「詳しく見る」ボタンを非表示にした分のスペースを調整 */
    #search .search__lists .search__lists_list .item .search__slider_other {
        display: flex;
        align-items: center;
    }
    
    /* searchedlist */
    #searchedlist .searchedlist__lists {
        justify-content: center;
    }
    
    /* 「詳しく見る」ボタン削除後のスマホ表示時のレイアウト調整 */
    #connection .connection__slider .swiper-slide .item {
        padding: 10px;
        height: 160px; /* スマホ表示時の高さを固定 */
        justify-content: space-between; /* 左右の要素を均等に配置 */
        align-items: center; /* 縦方向中央揃え */
    }
    
    #connection .connection__slider .swiper-slide .item .connection__slider_info {
        width: calc(100% - 110px); /* 右側の要素のスペースを確保 */
    }
    
    #connection .connection__slider .swiper-slide .item .connection__slider_info>div {
        height: auto;
        margin-bottom: 5px;
    }
    
    #connection .connection__slider .swiper-slide .item .connection__slider_info>div .name {
        height: 4.4rem; /* 2行分の高さを固定（2.2rem × 2） */
    }
    
    #connection .connection__slider .swiper-slide .item .connection__slider_info .txt {
        margin: 5px 0 5px;
        line-height: 1.5;
        height: 3.6rem; /* 2行分の高さを固定（1.2rem × 1.5 × 2） */
        max-height: 3.6rem;
        word-break: break-word;
        text-overflow: ellipsis;
    }
    
    #connection .connection__slider .swiper-slide .item .connection__slider_info .coupon {
        margin-bottom: 5px;
        height: 20px;
    }
    
    #connection .connection__slider .swiper-slide .item .connection__slider_other {
        width: 110px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%; /* 親要素の高さいっぱいに広げる */
    }
    
    #connection .connection__slider .swiper-slide .item .connection__slider_other .imgs {
        margin-bottom: 0;
        justify-content: center;
        align-items: center;
        width: 100%; /* 親要素の幅いっぱいに広げる */
        height: 100%; /* 親要素の高さいっぱいに広げる */
    }
}

@media only screen and (min-width: 960px) {
    /* PC表示では非表示 */
    #search .search__map h3,
    #search .search__map strong,
    #search .search__map .spot {
        display: none;
    }
}

.shop_info {
    padding: 4px;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.shop_info .name {
    height: 40%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.shop_info .address {
    height: 60%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.marker {
    background: url("../common/img/icon/icon_pin.svg") no-repeat center / contain;
    background-size: cover;
    width: 25px;
    height: 35px;
}

.marker_select {
    width: 35px !important;
    height: 50px !important;
    z-index: 1 !important;
    filter: drop-shadow(1px 1px 5px rgb(0, 0, 0));
}


/*ローディング*/

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .7);
    z-index: 99999;
}

#loading img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 65px;
    height: 65px;
    margin: 0 auto;
    transform: translateY(-50%);
}

.maplibregl-popup-content {
    margin-bottom: 20px;
}

.maplibregl-popup-close-button {
    font-size: 20px;
}

@media only screen and (max-width: 959px) {
    /* 非表示にしたい要素のセレクタを指定 */
    #search .search__form .spot_search_title,
    #search .search__form .spot {
        display: none;
    }
}

/* 検索結果0件時のスタイル */
#searchedlist .searchedlist__none {
    text-align: center;
    padding: 40px 0;
}

#searchedlist .searchedlist__none .txt {
    font-size: 1.6rem;
    color: #606060;
}

/* マップのポップアップ内の「詳しく見る」リンクを太字にする */
.balloon .shop_detail_link .viewmore {
    font-weight: bold;
}

#search .search__form .smoke {
    margin-bottom: 20px;
}

#search .search__form .close_button_area {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

#search .search__form .close_button_area button {
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 30px;
    font-size: 1.4rem;
    cursor: pointer;
    transition: 0.3s;
}

#search .search__form .close_button_area button:hover {
    opacity: 0.8;
}

/* スライドのクリック可能な領域をわかりやすくする */
#connection .connection__slider .swiper-slide {
    cursor: pointer;
    transition: opacity 0.3s ease;
}

#connection .connection__slider .swiper-slide:hover {
    opacity: 0.8;
}

/* お気に入りボタンのクリック領域を明確にする */
#connection .connection__slider .swiper-slide .item .connection__slider_info>div .favorite {
    position: relative;
    z-index: 10;
}

/* 「詳しく見る」ボタン削除後のレイアウト調整 */
#connection .connection__slider .swiper-slide .item {
    display: flex;
    padding: 15px;
    height: 100%;
    box-sizing: border-box;
    justify-content: space-between; /* 左右の要素を均等に配置 */
    align-items: center; /* 縦方向中央揃え */
}

#connection .connection__slider .swiper-slide .item .connection__slider_info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% - 110px); /* 右側の要素のスペースを確保 */
}

#connection .connection__slider .swiper-slide .item .connection__slider_other {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 100%; /* 親要素の高さいっぱいに広げる */
}

/* 251010 */
.side_flo {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 500;
  display: none;
  filter: drop-shadow(0px 0px 7px #aaa);
}

/* .side_flo.active {
  opacity: 0;
  pointer-events: none;
} */

.side_flo img {
  max-width: 400px;
}

.side_flo .close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -9px;
  right: 0;
  background: #fff;
  border-radius: 100px;
  box-shadow: 0 0 5px rgb(0 0 0);
  z-index: 10;
  cursor: pointer;
  pointer-events: auto;
}

.side_flo .close::before {
  transform: rotate(-45deg);
  content: '';
  width: 60%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.side_flo .close::after {
  content: '';
  width: 60%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}

.nopc {
    display: none;
}
.nosp {
    display: block;
}

/*html:not([lang="ja"]) .side_flo {
  display: none!important;
}*/

@media only screen and (max-width: 959px) {
  .side_flo {
  position: fixed;
  left: 0;
	bottom: 96px;
  width: 100%;
  z-index: 40;
  display: none;
	filter: drop-shadow(0px 0px 7px #aaa);
}

.side_flo a {
	display: block;
}

/* .side_flo.active {
  opacity: 0;
  pointer-events: none;
} */

.side_flo img {
	width: 100%;
  max-width: 100%;
}

.side_flo .close {
	width: 20px;
    height: 20px;
    position: absolute;
    top: -9px;
    right: 0;
    background: #fff;
    border-radius: 100px;
    box-shadow: 0 0 5px rgb(0 0 0);
    z-index: 10;
    cursor: pointer;
    pointer-events: auto;
}

.side_flo .close::before {
	transform: rotate(-45deg);
	content: '';
    width: 60%;
    height: 1px;
    background: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.side_flo .close::after {
	content: '';
    width: 60%;
    height: 1px;
    background: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
}

.nopc {
    display: block;
}
.nosp {
    display: none;
}
}