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

#contents {
  padding-bottom: 4%;
  margin-bottom: 0;
}

#contInner {
  width: 100%;
  margin: 0;
}

#wrapper.top #main {
  padding-top: 0;
  margin-bottom: 0;
}

.pc_appear {
  display: none;
}

.sp_appear {
  display: block;
}

.image {
  width: 100%;
  height: auto;
}

/* ----------------------------
  content
------------------------------*/

a.common_link_shop_detail {
  margin: 7px 0;
  background-color: #C42523;
  border-color: #C42523;
  font-weight: bold;
}
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: #EB9100;
}
.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;
}

#happybag-reservation {
  width: 100%;
  margin: 0;
  background: url(/sc/common/campaign/2021happybag/img/bg-main_sp.jpg) repeat top;
  background-size: auto;
  padding-bottom: 6.25%;
}

.happybag {
  width: 100%;
  padding-bottom: 24%;
  background: url(/sc/common/campaign/2021happybag/img/bg-footer_sp.png) no-repeat center bottom;
  background-size: 100% auto;
}
.happybag *, .happybag *:before, .happybag *:after {
  box-sizing: border-box;
}
.happybag_lead_notice {
  width: 95.3%;
  margin: 6.25% auto 4.7% auto;
  border: 2px solid #2D2D2D;
  background: #fff;
  padding-bottom: 2.3%;
}
.happybag_lead_notice_title {
  padding: 2.3% 3.6%;
  background: #2D2D2D;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .happybag_lead_notice_title {
    font-size: 12px;
    font-size: 3.75vw;
  }
}
.happybag_lead_notice_list {
  margin: 2.3% 3% 0;
}
.happybag_lead_notice_list_item {
  line-height: 1.8;
  font-size: 9px;
  font-size: 0.5625rem;
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 768px) {
  .happybag_lead_notice_list_item {
    font-size: 9px;
    font-size: 2.8125vw;
  }
}
.happybag_box {
  width: 95.3%;
  margin: 6.25% auto 0 auto;
  background: #fff;
  padding-bottom: 2.62%;
}

.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;
}

.pagenav {
  width: 90%;
  margin: 0 auto;
  zoom: 1;
}
.pagenav::after {
  display: block;
  clear: both;
  content: '';
  height: 0;
}
.pagenav_item {
  width: 48.4%;
  float: left;
  margin-left: 3.2%;
  margin-top: 2.2%;
}
.pagenav_item:nth-child(2n+1) {
  clear: left;
  margin-left: 0;
}
.top_banner {
  margin: 6.25% auto 0;
  width: 95.3%;
}
.top_banner a:hover img{
  opacity: 0.7;
}
.cat_title {
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  padding: 3px;
  box-sizing: border-box;
}
.fashion .cat_title {
  background: #C42523;
}
.goods .cat_title {
  background: #468D3E;
}
.food .cat_title {
  background: #EB9100;
}
.service .cat_title {
  background: #3BA1BF;
}

.shopinfo {
  width: 95.24%;
  border: 1px solid #2b1f10;
  margin: 4% auto;
  padding: 1.72% 0 4.3% 0;
}
.shopinfo_modal {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
}
.shopinfo_modal .shopinfo_detail {
  padding-right: 4%;
  text-align: left;
}
.shopinfo_modal .shopinfo_detail .shopnamebox {
  padding-right: 6%;
}
.shopinfo_outline {
  width: 100%;
  border-bottom: 1px solid #2b1f10;
  padding: 0 1.72% 1.72%;
  display: table;
}
.shopinfo_outline .shoplogo {
  display: table-cell;
  width: 33%;
  vertical-align: middle;
  text-align: left;
  padding-right: 3%;
  border-right: 1px solid #000;
}
.shopinfo_outline .shoplogo_image {
  width: 92%;
  height: auto;
}
.shopinfo_detail {
  display: table-cell;
  width: 67%;
  padding-left: 4%;
}

.shopnamebox {
  width: 100%;
  display: table;
}
.shopnamebox p {
  display: table-cell;
  width: 3em;
  vertical-align: top;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: left;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .shopnamebox p {
    font-size: 12px;
    font-size: 3.75vw;
  }
}

.shopoutline {
  width: 100%;
  margin-top: 2.2%;
}
.shopoutline_item {
  margin-top: 5px;
}
.shopoutline {
  width: 100%;
  margin-top: 2%;
}
.shopoutline_item {
  position: relative;
  display: inline-block;
  margin: 0 15px 0 0;
  padding-left: 22px;
}

.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;
  left: 4px;
  background-image: url("/sc/common/campaign/2023happybag/img/ico_tel.svg");
}

.shopoutline_item:first-child {
  margin-top: 0;
}
.shopoutline_item:first-child {
  margin-top: 0;
}
.shopoutline_list {
  display: table;
}
.shopoutline_list_subject {
  display: table-cell;
  width: 30%;
  vertical-align: top;
}
.shopoutline_list_subject img {
  width: 100%;
  height: auto;
}
.shopinfo_modal .shopoutline_list_subject {
  width: 30%;
}
.shopoutline_list_text {
  display: table-cell;
  padding-left: 10px;
  font-size: 10px;
  font-size: 0.625rem;
  vertical-align: middle;
  line-height: 1.3;
  text-align: left;
}
@media (max-width: 768px) {
  .shopoutline_list_text {
    font-size: 10px;
    font-size: 3.125vw;
  }
}

.itemarea {
  width: 93.1%;
  margin: 0 auto 0 2.9%;
  padding: 4.3% 0;
}
.itemarea_photo {
  width: 53%;
  margin: 0 auto;
}
.itemarea_photo_image {
  width: 100%;
  height: auto;
  border: 2px solid #e7e7e7;
}
.itemarea_main {
  width: 100%;
}
.itemarea_main_inner {
  margin-top: 4.4%;
}
.itemarea_main_title {
  padding-bottom: 2.2%;
  border-bottom: 2px solid #e84050;
}
.itemarea_main_title_list {
  display: table;
}
.itemarea_main_title_list_sub {
  display: table-cell;
  width: 17.2%;
  vertical-align: top;
}
.itemarea_main_title_list_text {
  display: table-cell;
  padding-left: 1em;
  color: #e84050;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: bold;
  line-height: 1.5;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .itemarea_main_title_list_text {
    font-size: 11px;
    font-size: 3.4375vw;
  }
}

ul.tag_icon {
  padding: 8px 0 0;
}

.tag_icon li {
  display: inline-block;
  margin-bottom: 3px;
}

#wrapper .tag_icon li img,
.tag_icon li img {
  width: auto;
  height: 25px;
}

.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: 1px dotted #000;
}
.item_outline_list_item:first-child {
  margin-top: 0;
}

.item_info {
  display: table;
}
.item_info_subject {
  display: table-cell;
  width: 18.5%;
  vertical-align: middle;
}
.item_info_subject img {
  width: 100%;
  height: auto;
}
.item_info_text {
  display: table-cell;
  padding-left: 1.8%;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.5;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .item_info_text {
    font-size: 11px;
    font-size: 3.4375vw;
  }
}

.item_outline_btn {
  width: 62%;
  margin: 5.5% 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;
}
.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: 26px;
  height: 26px;
}
.remodal-close:before {
  width: 26px;
  height: 26px;
  background: url(/sc/common/campaign/2021happybag/img/btn-modal_close.png) no-repeat center center;
  background-size: contain;
}

.modal_itembox {
  width: 95.33%;
  margin: 5.4% auto 0 auto;
}
.modal_itembox:first-child {
  margin-top: 0;
}

.modal_itemarea {
  width: 95.33%;
  margin: 2.6% auto 0 auto;
  text-align: left;
}
.modal_itemarea_inner {
  margin-top: 4.6%;
  max-height: 40vh;
  overflow-y: scroll;
}
.modal_itemarea .itemarea_photo {
  width: 97.6%;
  margin: 0 auto;
}
.modal_itemarea .item_pics_main {
  width: 54.26%;
  margin: 0 auto;
}
.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: 15%;
  margin-left: 2%;
  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(6n+1) {
  clear: left;
  margin-left: 0;
}
.modal_itemarea .item_pics_thumb_image {
  width: 100%;
  height: auto;
}

.shop_recommend {
  margin-top: 5.3%;
  padding: 1.8%;
  border: 1px solid #e84050;
  font-size: 10px;
  font-size: 0.625rem;
  color: #e84050;
  line-height: 1.5;
}

.shop_recommend.by_item {
  margin-top: 10px;
  border: 1px solid #000000;
  color: #000000;
}

@media (max-width: 768px) {
  .shop_recommend {
    font-size: 10px;
    font-size: 3.125vw;
  }
}

#wrapper img.widthimg{
  width: 100%;
}
#wrapper .swiper-slide img {
    width: 100%;
}
#wrapper .happybag_box .shoplogo img {
    width: 100%;
}

.swiper-pagination span:only-child,
.swiper-paginationimage span:only-child
{
  display: none;
}



.luckybagTxt {
    margin: 15px 0 0;
    border: 1px solid #707070;
    padding: 15px;
    text-align: left;
}

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

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

.shopSlider.slider_reset .swiper-wrapper{
  flex-wrap: wrap !important;
  flex-direction: row !important;
  width: 100% !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: 60px !important;
  width: 25% !important;
  padding: 10px !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

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

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