@charset "UTF-8";
/* CSS Document */
/* 共通Mixins
----------------------------*/

/* cookieのエラーが解消できたら削除する */
#fontSize {
  display: none;
}
#breadcrumb {
  font-size: 0.786em;
  padding: 15px 20px 15px 0;
}
/* cookieのエラーが解消できたら削除する */

/* ----------------------------
  common
------------------------------*/
#main {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.pc_appear {
  display: block;
}

.sp_appear {
  display: none;
}

a.common_link_shop_detail{
  width: 190px;
  height: 30px;
  font-weight: bold;
  font-size: 14px;
  background-color: #C42523;
  border-color: #C42523;
  border-radius: 15px;
  margin-bottom: 0;
  line-height: 30px;
  padding: 0;
}

a.common_link_shop_detail:hover{
  color: #C42523;
  border-color: #C42523;
}
a.common_link_shop_detail:after{
  width: 0;
  height: 0;
  border-top: 4.5px solid transparent;
  border-bottom: 4.5px solid transparent;
  border-left: 5px solid #fff;
  border-right: none;
  transform: rotate(0);
  top: calc(50% - 4px);
  right: 10px;
}
a.common_link_shop_detail:hover:after{
  border-top: 4.5px solid transparent;
  border-bottom: 4.5px solid transparent;
  border-left: 5px solid #C42523;
  border-right: none;
  transform: rotate(0);
  top: calc(50% - 4px);
  right: 10px;
}

.goods a.common_link_shop_detail{
  background: #468D3E;
  border-color: #468D3E;
}
.goods a.common_link_shop_detail:hover{
  background: #fff;
  color: #468D3E;
}
.goods a.common_link_shop_detail:hover:after{
  border-left: 5px solid #468D3E;
}

.food a.common_link_shop_detail{
  background: #EB9100;
  border-color: #EB9100;
}
.food a.common_link_shop_detail:hover{
  background: #fff;
  color: #2D2D2D;
}
.food a.common_link_shop_detail:hover:after{
  border-left: 5px solid #EB9100;
}

.service a.common_link_shop_detail{
  background: #3BA1BF;
  border-color: #3BA1BF;
}
.service a.common_link_shop_detail:hover{
  background: #fff;
  color: #3BA1BF;
}
.service a.common_link_shop_detail:hover:after{
  border-left: 5px solid #3BA1BF;
}

.amusement a.common_link_shop_detail{
  background: #C42523;
  border-color: #C42523;
}
.amusement a.common_link_shop_detail:hover{
  background: #fff;
  color: #C42523;
}
.amusement a.common_link_shop_detail:hover:after{
  border-left: 5px solid #C42523;
}

/* ----------------------------
  content
------------------------------*/
#happybag-reservation {
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  background: url(/sc/common/campaign/2021happybag/img/bg-main.jpg) repeat top;
  background-size: auto;
  padding-bottom: 4%;
}

.happybag {
  width: 100%;
  padding-bottom: 17.2%;
  background: url(/sc/common/campaign/2021happybag/img/bg-footer.png) no-repeat center bottom;
  background-size: 100% auto;
}
.happybag *, .happybag *:before, .happybag *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.happybag_lead_notice {
  width: 93.75%;
  margin: 4.375% auto 0 auto;
  border: 2px solid #2D2D2D;
  background: #fff;
  padding-bottom: 20px;
}
.happybag_lead_notice_title {
  padding: 18px 20px;
  background: #2D2D2D;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}
@media (max-width: 1280px) {
  .happybag_lead_notice_title {
    font-size: 20px;
    font-size: 1.5625vw;
  }
}
.happybag_lead_notice_list {
  margin: 20px 25px 0;
}
.happybag_lead_notice_list_item {
  line-height: 1.8;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media (max-width: 1280px) {
  .happybag_lead_notice_list_item {
    font-size: 15px;
    font-size: 1.17188vw;
  }
}
.happybag_box {
  margin: 30px auto 50px auto;
  background: #fff;
  padding-bottom: 0;
}

.pagenav {
  width: 93.75%;
  margin: 3.125% auto 0 auto;
  text-align: center;
}

.pagenav li {
  width: 24%;
  display: inline-block;
}

.pagenav_anchor {
  display: inline-block;
}
.pagenav_anchor:hover {
  opacity: 0.7;
}

.pagenav_anchor .image {
  width: 100%!important;
}

.pagenav.nav_tag_icon li{
  padding: 2px;
}

.top_banner {
  margin: 28px auto 0;
}

.top_banner a:hover img{
  opacity: 0.7;
}

.cat_title {
  width: 100%;
  height: 60px;
  background-color: #C42523;
  display: flex; /* 子要素をflexboxで揃える */
  flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
  justify-content: center; /* 子要素をflexboxにより中央に配置する */
  align-items: center;  /* 子要素をflexboxにより中央に配置する */
}
.search-result-area {
  border: 2px solid #2D2D2D;
  border-top: none;
  padding-top: 30px;
}
.cat_title span{
  font-size: 27px;
  font-weight: bold;
  color: #fff;
  
}
.fashion .cat_title {
  background: #C42523;
}
.goods .cat_title {
  background: #468D3E;
}
.food .cat_title {
  background: #EB9100;
}
.service .cat_title {
  background: #3BA1BF;
}

.shopinfo {
  width: 93.33%;
  border: 1px solid #2b1f10;
  margin: 0 auto 30px auto;
  padding: 0;
}
.shopinfo_modal {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
}
.shopinfo_modal .shopinfo_detail {
  padding-right: 4%;
}
.shopinfo_inner{
  padding: 3.571428571% 3.571428571%;
  border-bottom: 1px solid #2b1f10;
}
.shopinfo_outline {
  display: table;
}
.shopinfo_outline .shoplogo {
  display: table-cell;
  width: 30%;
  padding-right: 3%;
  vertical-align: middle;
  border-right: 1px solid #000;
}

#wrapper .happybag_box .shoplogo img {
  max-width: 230px;
  width: 100%;
  height: auto;
}

.shopinfo_detail {
  display: table-cell;
  width: 70%;
  padding-left: 3%;
}

.shopnamebox {
  width: 100%;
  display: table;
}
.shopnamebox p {
  display: table-cell;
  vertical-align: top;
  font-size: 20px;
  font-size: 1.4rem;
  text-align: left;
  font-weight: bold;
  line-height: 1.5;
}
.shopinfo_inner .freetxt{
  margin-top: 3%;  
}
@media (max-width: 1280px) {
  .shopnamebox p {
    font-size: 20px;
    font-size: 1.5625vw;
  }
}

.shopoutline {
  width: 100%;
  margin-top: 2%;
}
.shopoutline_item {
  position: relative;
  display: inline-block;
  margin: 0 15px 0 0;
  padding-left: 22px;
}
.shopoutline_item.icon_tel {
  padding-left: 18px;  
}
.shopoutline_item::after{
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  top: 1px;
  left: 0;
}
.shopoutline_item.icon_time::after{
  background-image: url("/sc/common/campaign/2023happybag/img/ico_time.svg");
}
.shopoutline_item.icon_tel::after{
  width: 10px;
  background-image: url("/sc/common/campaign/2023happybag/img/ico_tel.svg");
}

.shopoutline_item:first-child {
  margin-top: 0;
}
.shopoutline_list {
  display: table;
}
.shopoutline_list_subject {
  display: table-cell;
  width: 16.8%;
  max-width: 90px;
  vertical-align: middle;
}
.shopoutline_list_subject img {
  width: 100%;
  height: auto;
}
.shopinfo_modal .shopoutline_list_subject {
  width: 15.5%;
  max-width: 90px;
}
.shopoutline_list_text {
  display: table-cell;
  padding-left: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  vertical-align: middle;
  text-align: left;
}
@media (max-width: 1280px) {
  .shopoutline_list_text {
    font-size: 14px;
    font-size: 1.09375vw;
  }
}

.itemarea {
  width: 94.3%;
  max-width: 792px;
  margin: 2.6% auto 50px auto;
  zoom: 1;
}
.itemarea::after {
  display: block;
  clear: both;
  content: '';
  height: 0;
}
.itemarea_photo {
  width: 34.6%;
  float: right;
}
.itemarea_photo_image {
  width: 100%;
  height: auto;
  border: 2px solid #e7e7e7;
}
.itemarea_main {
  width: 54.7%;
  float: left;
  text-align: left;
}
.itemarea_main_inner {
  margin-top: 6.9%;
}
.itemarea_main_inner:first-child {
  margin-top: 0;
}
.itemarea_main_title {
  padding-bottom: 8px;
  border-bottom: 2px solid #C42523;
  color: #C42523;
  font-size: 18px;
  font-size: 1.285714286rem;
  font-weight: bold;
  line-height: 1.7;
}
.itemarea_main_title_list {
  display: table;
}
.itemarea_main_title_list_sub {
  display: table-cell;
  max-width: 89px;
  vertical-align: top;
}
@media (max-width: 1280px) {
  .itemarea_main_title_list_sub {
    width: 21%;
  }
}
@media (max-width: 1280px) {
  .itemarea_main_title {
    font-size: 18px;
    font-size: 1.40625vw;
  }
}

.item_icons {
  padding: 8px 0 0;
}

.item_icons span {
  padding: 3px 6px;
  display: inline-block;
  border-radius: 2px;
  margin: 0 3px 3px 0;
  background: #999;
  line-height: 1;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
}

/* アイコンカラー */
.item_icons span.app_coupon { background: #A740BF }
.item_icons span.app_reservation { background: #D87B00 }
.item_icons span.reservation { background: #5D9F2A }
.item_icons span.reservation_benefits { background: #6A3FCE }
.item_icons span.year_end { background: #2A87CE }
.item_icons span.new_years { background: #B40000 }
.item_icons span.store { background: #29B5AC }
.item_icons span.store_reservation { background: #DE5A1F }
.item_icons span.tell_reservation { background: #E66094 }
.item_icons span.web_reservation { background: #066E3A }
.item_icons span.yume { background: #ce12c0 }

.item_outline_list {
  margin-top: 4.5%;
  zoom: 1;
}
.item_outline_list::after {
  display: block;
  clear: both;
  content: '';
  height: 0;
}
.item_outline_list_item {
  margin-top: 2.2%;
  padding-bottom: 2.2%;
  border-bottom: 2px dotted #000;
}
.item_outline_list_item:first-child {
  margin-top: 0;
}

.item_outline_list_item a{
  font-weight: bold;
  color: #C42523;
  text-decoration: underline;
}

.item_info {
  display: table;
}
.item_info_subject {
  display: flex; /* 子要素をflexboxで揃える */
  flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
  justify-content: center; /* 子要素をflexboxにより中央に配置する */
  align-items: center;  /* 子要素をflexboxにより中央に配置する */
  width: 75px;
  height: 25px;
  background-color: #2d2d2d;
  color: #fff;
  font-weight: bold;
  border-radius: 12.5px;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1;
}
.item_info_text {
  display: table-cell;
  padding-left: 1em;
  font-size: 15px;
  font-size: 1.071428571rem;
  font-weight: bold;
  vertical-align: middle;
  color: #2d2d2d;
  
}
.luckybagTxt {
  margin: 15px 0 0;
  border: 1px solid #707070;
  padding: 15px;
}
@media (max-width: 1280px) {
  .item_info_text {
    font-size: 14px;
    font-size: 1.09375vw;
  }
}

.item_outline_btn {
  width: 77%;
  max-width: 330px;
  margin: 30px auto 0 auto;
}
.item_outline_btn_anchor {
  display: inline-block;
}
.item_outline_btn_anchor:hover {
  cursor: pointer;
  opacity: 0.7;
}

/* modal
----------------------*/
.remodal {
  padding: 18px 0;
  max-width: 900px;
}
.remodal *, .remodal *:before, .remodal *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.remodal-close {
  top: 0;
  right: 0;
  width: 52px;
  height: 52px;
}
.remodal-close:before {
  width: 52px;
  height: 52px;
  background: url(/sc/common/campaign/2021happybag/img/btn-modal_close.png) no-repeat center center;
}

.modal_itembox {
  margin-top: 5.4%;
}

.modal_itemarea {
  width: 95.33%;
  margin: 2.6% auto 0 auto;
  text-align: left;
  zoom: 1;
}
.modal_itemarea::after {
  display: block;
  clear: both;
  content: '';
  height: 0;
}
.modal_itemarea_inner .item_outline_list {
  margin-top: 3%;
}
.modal_itemarea .itemarea_main {
  width: 64%;
  padding-left: 20px;
  padding-right: 20px;
  max-height: 524px;
  overflow: auto;
}
.modal_itemarea .item_pics_main {
  width: 100%;
}
.modal_itemarea .item_pics_main_image {
  width: 100%;
  height: auto;
  border: 2px solid #d8d8d8;
}
.modal_itemarea .item_pics_thumb {
  width: 100%;
}
.modal_itemarea .item_pics_thumb_list {
  width: 100%;
  zoom: 1;
  line-height: 0;
}
.modal_itemarea .item_pics_thumb_list::after {
  display: block;
  clear: both;
  content: '';
  height: 0;
}
.modal_itemarea .item_pics_thumb_list_item {
  border: 2px solid #d8d8d8;
  width: 22%;
  margin-left: 4%;
  margin-top: 3.4%;
  float: left;
}
.modal_itemarea .item_pics_thumb_list_item:hover {
  cursor: pointer;
}
.modal_itemarea .item_pics_thumb_list_item.current {
  border: 2px solid #e84050;
}
.modal_itemarea .item_pics_thumb_list_item:nth-child(4n+1) {
  clear: left;
  margin-left: 0;
}
.modal_itemarea .item_pics_thumb_image {
  width: 100%;
  height: auto;
}

.shop_recommend {
  margin-bottom: 1.8%;
  padding: 1.8%;
  border: 1px solid #e84050;
  font-size: 12px;
  font-size: 0.75rem;
  color: #e84050;
  line-height: 1.5;
}
.shop_recommend.by_item {
  margin-top: 10px;
  border: 1px solid #000000;
  color: #000000;
}
@media (max-width: 1280px) {
  .shop_recommend {
    font-size: 12px;
    font-size: 0.9375vw;
  }
}




/* ----------------------------
  swiper
------------------------------*/
.swiper-pagination span:only-child,
.swiper-paginationimage span:only-child
{
  display: none;
}
.happybag_box .swiper-pagination-bullet-active{
  background-color: #C42523;
}
.goods.happybag_box .swiper-pagination-bullet-active{
  background-color: #468D3E;
}
.food.happybag_box .swiper-pagination-bullet-active{
  background-color: #EB9100;
}
.service.happybag_box .swiper-pagination-bullet-active{
  background-color: #3BA1BF;
}
.amusement.happybag_box .swiper-pagination-bullet-active{
  background-color: #C42523;
}

/* -------------- imageSlider -------------- */
.swiper-paginationimage {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-paginationimage .swiper-pagination-bullet {
  width: 52px;
  height: 52px;
  background: #eee;
  border-radius: 0;
}

.swiper-paginationimage .swiper-pagination-bullet img{
  border: 2px solid #C42523;
  border-radius: 2px;
  box-sizing: border-box;
}

.active_icon {
  display: block;
}


#wrapper .swiper-slide img {
  width: 100%;
}
/* ショップスライダーの枚数が少ない場合のスタイル調整　*/
.shopSlider.slider_reset{
  width: 100% !important;
  margin-top: 0 !important;
}

.shopSlider.slider_reset .swiper-container{
  height: auto !important;
}

.shopSlider.slider_reset .swiper-wrapper{
  margin-top: 10px;
  width: auto !important;
  flex-wrap: wrap !important;
  flex-direction: row !important;
  transform: translate3d(0px, 0px, 0px) !important;
}

.shopSlider.slider_reset .swiper-button-prev,
.shopSlider.slider_reset .swiper-button-next{
  display: none !important;
}

.shopSlider.slider_reset .swiper-slide{
  height: 80px !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
}

.shopSlider.slider_reset .swiper-slide > div{
  padding: 0 5px 5px 5px !important;
}

/* ----------------------------
  notes
------------------------------*/
.notes {
  width: auto;
  margin: auto;
  border: 2px solid #000;
}
.notes .heading {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 25px;
  color: #fff;
  background-color: #000;
}
.notes .note {
  font-size: 14px;
  padding: 15px 0;
  padding-left: 20px;
  line-height: 1.7em;
}