@charset "UTF-8";
/* =====
 * /campaign レイアウト
============================================================================= */
/* -----
 * PageHead
----------------------------------------------------------------------------- */
#PageHead {
  padding: 75px 0 125px;
  background: url(../images/common/page_head_wave.png) 50% 0 repeat-x, url(../images/restaurant/page_head_title.jpg) 50% 0 no-repeat #f5f2ee;
}

#PageHead .inner .page-ttl .ttl {
  display: none;
}

/* -----
 * CampaignArchives
----------------------------------------------------------------------------- */
#CampaignArchives {
  margin-top: 70px;
  overflow: hidden;
}

#CampaignArchives .archive-ttl {
  font-size: 24px;
  padding-bottom: 1em;
  margin-bottom: 1em;
  color: #004096;
  font-weight: bold;
  background: transparent url(../images/campaign/shop_name_bg.png) 0 100% repeat-x;
}

#CampaignArchives .shops {
  width: 990px;
  margin-bottom: -40px;
}

#CampaignArchives .shops .shop {
  width: 300px;
  float: left;
  margin: 0 30px 40px 0;
}

#CampaignArchives .shops .shop .thumbnails .thumb {
  position: relative;
  width: 100%;
  height: 160px;
  float: left;
}

#CampaignArchives .shops .shop .thumbnails .thumb .thumb-img {
  height: 160px;
  overflow: hidden;
}

#CampaignArchives .shops .shop .thumbnails .thumb .new-shop, #CampaignArchives .shops .shop .thumbnails .thumb .new-item {
  position: absolute;
  top: -4px;
  left: 6px;
}

#CampaignArchives .shops .shop .thumbnails .thumb .new-shop img, #CampaignArchives .shops .shop .thumbnails .thumb .new-item img {
  width: auto;
}

#CampaignArchives .shops .shop .ttl {
  display: table;
  width: 100%;
  margin-top: 0.5em;
  line-height: 1.3;
}

#CampaignArchives .shops .shop .ttl .name {
  display: table-cell;
  vertical-align: top;
  padding: 3px 0;
  font-size: 16px;
  font-weight: bold;
}

#CampaignArchives .shops .shop .ttl .area {
  display: table-cell;
  vertical-align: top;
  text-align: right;
  padding-left: 1em;
}

#CampaignArchives .shops .shop .ttl .area .str {
  display: inline-block;
  white-space: nowrap;
  font-size: 12px;
  background-color: #b28146;
  color: #fff;
  padding: 3px 5px;
}

#CampaignArchives .shops .shop .read-copy {
  font-size: 12px;
  margin: 0.5em 0 0;
  line-height: 1.5;
}

#CampaignArchives .shops .shop .sns-links {
  margin-top: 25px;
  text-align: center;
}

#CampaignArchives .shops .shop .sns-links a {
  display: inline-block;
  padding: 10px 45px;
  color: #fff;
  background-color: #005bac;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 944px) {
  /* PC */
  .sns-links p a {
    transition: opacity 0.3s linear 0s;
    -moz-transition: opacity 0.3s linear 0s;
    -webkit-transition: opacity 0.3s linear 0s;
    -o-transition: opacity 0.3s linear 0s;
    -ms-transition: opacity 0.3s linear 0s;
  }
  .sns-links p a:hover {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}

@media screen and (min-width: 768px) and (max-width: 943px) {
  /* tablet */
}

@media screen and (max-width: 767px) {
  /* smart phone */
  /* -----
   * PageHead
  ----------------------------------------------------------------------------- */
  #PageHead {
    background-image: url(../images/common/page_head_wave_sp.png), url(../images/restaurant/page_head_title_sp.png), url(../images/restaurant/page_head_bg_sp.png);
    -webkit-background-size: 375px 34px,contain,cover;
            background-size: 375px 34px,contain,cover;
    background-position: 50% 0,50% 100%,50% 100%;
  }
  /* -----
   * CampaignArchives
  ----------------------------------------------------------------------------- */
  #CampaignArchives {
    margin-top: 30px;
  }
  #CampaignArchives .archive-ttl {
    font-size: 20px;
    background-image: url(../images/campaign/shop_name_bg_sp.png);
    -webkit-background-size: 5px 6px;
            background-size: 5px 6px;
    margin-bottom: 1em;
  }
  #CampaignArchives .shops {
    width: auto;
    margin-bottom: 0;
  }
  #CampaignArchives .shops .shop {
    width: auto;
    height: auto !important;
    max-width: 335px;
    float: none;
    margin: 30px auto 0;
  }
  #CampaignArchives .shops .shop:first-child {
    margin-top: 0;
  }
  #CampaignArchives .shops .shop .sns-links a {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    font-size: 15px;
    -webkit-border-radius: 25px;
            border-radius: 25px;
  }
}
