@charset "UTF-8";
/* CSS Document */
/* Scss Document */
/* Scss Document */
/* アニメーション記述用 */
@keyframes headerFixed {
  0% {
    transform: translateY(-90px); }
  100% {
    transform: translateY(0px); } }
@keyframes SlideIn {
  0% {
    opacity: 0;
    transform: translateY(-90px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes loop {
  0% {
    transform: translateX(100%); }
  to {
    transform: translateX(-100%); } }
@keyframes loop2 {
  0% {
    transform: translateX(0); }
  to {
    transform: translateX(-200%); } }
.header {
  display: block; }

#contents {
  margin-top: 120px; }

.offer-shop .shop_ttl {
  font-size: 1.4rem;
  margin-top: 50px;
  margin-bottom: 30px;
  padding-bottom: 18.1px;
  color: #77BCC8;
  text-align: center;
  line-height: 1;
  position: relative; }
  @media (min-width: 769px) {
    .offer-shop .shop_ttl {
      font-size: calc( 1.4rem + ( 1vw - 7.69px ) * 0.2557544757 ); } }
  @media (min-width: 1160px) {
    .offer-shop .shop_ttl {
      font-size: 1.5rem; } }
  .offer-shop .shop_ttl::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background: #77BCC8; }
.offer-shop .shop__box {
  background: #fff; }
  .offer-shop .shop__box .shop__box-thumb {
    position: relative; }
    .offer-shop .shop__box .shop__box-thumb:before {
      content: '';
      display: block;
      padding-top: 75%; }
    .offer-shop .shop__box .shop__box-thumb img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .offer-shop .shop__box .shop__box-info {
    padding: 5.33%; }
    .offer-shop .shop__box .shop__box-info .tags {
      margin-bottom: 20px; }
      .offer-shop .shop__box .shop__box-info .tags .tag__box {
        display: inline-block;
        padding: 7px 7px;
        margin-right: 10px;
        box-sizing: border-box;
        color: #5A5A5A;
        text-align: center;
        line-height: 1;
        background: #fff;
        border: 1px solid #5A5A5A; }
        .offer-shop .shop__box .shop__box-info .tags .tag__box.category {
          color: #fff;
          background: #5A5A5A; }
        .offer-shop .shop__box .shop__box-info .tags .tag__box.woman {
          color: #ED8F96;
          border: solid 1px #ED8F96; }
        .offer-shop .shop__box .shop__box-info .tags .tag__box.man {
          color: #A57A1A;
          border: solid 1px #A57A1A; }
        .offer-shop .shop__box .shop__box-info .tags .tag__box.both {
          color: #293ca9;
          border: solid 1px #293ca9; }
    .offer-shop .shop__box .shop__box-info .name {
      line-height: 1.5;
      font-size: 1.8rem; }
      .offer-shop .shop__box .shop__box-info .name small {
        font-size: 1.3rem; }

.atention__box {
  margin-bottom: 50px; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  .offer-shop .shop__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 4%; }
    .offer-shop .shop__box .shop__box-thumb {
      flex: 0 1 48%;
      width: 48%;
      max-width: 48%; }
    .offer-shop .shop__box .shop__box-info {
      box-sizing: border-box;
      flex: 0 1 48%;
      width: 48%;
      max-width: 48%;
      padding: 0; }
      .offer-shop .shop__box .shop__box-info .name {
        line-height: 1.5;
        font-size: 1.8rem; }
        .offer-shop .shop__box .shop__box-info .name small {
          font-size: 1.3rem; } }
/*------------------------------
		961px以上
------------------------------*/
@media screen and (min-width: 961px) {
  #contents {
    margin-top: 200px; } }
/*------------------------------
		1181px以上
------------------------------*/

/*# sourceMappingURL=style.css.map */
