@charset "UTF-8";
.hero img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .hero figcaption {
    color: #fccf00;
    font-size: 6rem;
    font-weight: 900;
    background-color: #e40011;
    text-align: center;
    line-height: 100%;
    padding: 15px 0;
  }
}

@media only screen and (min-width: 768px) {
  .shop-nav {
    width: calc(100% + 5px);
    padding: 0;
    margin: 20px 0 0 -5px;
    list-style: none;
  }
}
@media only screen and (min-width: 768px) {
  .shop-nav li {
    padding: 0;
    width: calc(9.33% - 3px);
    margin: 0 0 0 5px;
  }
}
.shop-nav li a {
  border: 1px solid #2b2b2b;
  background-color: #f1f1f1;
  display: block;
  font-size: 0.7rem;
  white-space: nowrap;
  padding: 8px 0;
}
.shop-nav li .active {
  background-color: #e40011;
  color: #fccf00;
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .contents {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 20px 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .contents .topics {
    list-style: none;
    padding: 0;
    margin: 0;
    width: calc(100% - 360px);
  }
}
@media only screen and (min-width: 768px) {
  .contents .topics .topic {
    width: calc(100% - 40px);
    padding: 20px;
    margin: 10px 0 0 0;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .contents .topics .topic:hover {
    background-color: #f5f5f5;
  }
  .contents .topics .topic:first-child {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .contents .topics .topic figure {
    width: 300px;
    position: relative;
    overflow: hidden;
  }
  .contents .topics .topic figure:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
  }
}
.contents .topics .topic figure .spacer {
  padding-bottom: 75%;
}
.contents .topics .topic figure a {
  text-decoration: none;
}
.contents .topics .topic figure img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.contents .topics .topic figure .noimage {
  width: 100%;
  height: 100%;
  display: -webkit-box-pack;
  display: -webkit-flex;
  display: flex;
  background-color: #bebebe;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .contents .topics .topic .details {
    width: calc(100% - 320px);
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .contents .topics .topic .details .cat {
    background-color: #e40011;
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
    padding: 7px 13px;
    margin: 0 0 10px 0;
  }
}
@media only screen and (min-width: 768px) {
  .contents .topics .topic .details .title {
    font-size: 1.2rem;
    font-weight: 900;
    line-height: 140%;
    margin: 0 0 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
  }
}
.contents .topics .topic .details .title a {
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .contents .topics .topic .details .linkto-article {
    text-align: right;
    font-size: 0.9rem;
  }
}
.contents .topics .topic .details .linkto-article a {
  color: #ffffff;
  background-color: #1253A4;
  padding: 4px 8px;
}
@media only screen and (min-width: 768px) {
  .contents .subcontents {
    width: 340px;
  }
}
.contents .subcontents figure {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .contents .subcontents .twitter {
    width: 100%;
    margin: 15px 0 0 0;
  }
}
.contents .subcontents .twitter .em {
  font-size: 1.2rem;
  background-color: #0a1945;
  color: #ffffff;
  font-weight: 900;
  padding: 10px 0;
}

@media only screen and (min-width: 768px) {
  .map {
    width: 100%;
    margin: 25px auto 0 auto;
  }
}
.map .em {
  font-size: 1.2rem;
  background-color: #0a1945;
  color: #ffffff;
  font-weight: 900;
  padding: 10px 0;
  margin: 0 0 15px 0;
}

@media only screen and (min-width: 768px) {
  .row {
    display: -webkit-flexbox;
    display: -webkit-box-pack;
    display: -webkit-flex;
    display: flex;
  }
}

.global_foot {
  border-top: none;
}

.global_head {
  margin-bottom: 0;
}

/* ################ ここから追加 ################## */
.nagoyaDesp {
  width: 98%;
  margin: 10px auto;
  padding: 10px;
  color: #333;
  line-height: 1.6;
  text-align: left;
  background: #e6e6e6;
  border: solid 3px #595959;
}
.nagoyaDesp .innerTitle {
  border-bottom: solid 2px #262626;
  font-size: 2.0rem;
  font-weight: bold;
}
.nagoyaDesp .innerSetsumei {
  border-bottom: dotted 2px #0d0d0d;
  font-size: 1.6rem;
  font-weight: bold;
}

/*# sourceMappingURL=style_daimansai_shop.css.map */
