/* nav--b-wrapper
------------------------------------*/
.nav--b-wrapper {
  padding: 40px 0;
  background: #f3f3f3; }
  .nav--b-wrapper .nav--b {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: baseline;
    justify-content: space-between; }
    .nav--b-wrapper .nav--b--card {
      width: 125px;
      height: 120px;
      border-radius: 10px;
      background-color: #fff;
      text-align: center;
      box-sizing: border-box;
      padding-top: 17px; }
      .nav--b-wrapper .nav--b--card__ic {
        display: flex;
        justify-content: space-around;
        width: auto;
        height: 64px; }
        .nav--b-wrapper .nav--b--card__ic.ajust {
          height: 60px; }
      .nav--b-wrapper .nav--b--card__txt {
        font-size: 1.2rem;
        line-height: 1.4rem;
        height: 28px;
        display: flex;
        justify-content: center;
        align-items: center; }
        .nav--b-wrapper .nav--b--card__txt .ajust {
          display: inline-block;
          padding-top: 15px; }
      .nav--b-wrapper .nav--b--card a {
        display: block; }
      .nav--b-wrapper .nav--b--card.current {
        background-color: #c02829; }
        .nav--b-wrapper .nav--b--card.current .nav--b--card__txt {
          color: #fff; }

/* svg
------------------------------------*/
.nav--b--card svg {
  fill: #c02829; }

.current svg {
  fill: #fff; }

.icon_00 {
  width: 51px; }

.icon_01 {
  width: 41px; }

.icon_02 {
  width: 53px; }

.icon_03 {
  width: 48px; }

.icon_04 {
  width: 48px; }

.icon_05 {
  width: 59px; }

.icon_06 {
  width: 50px; }

.icon_07 {
  width: 59px; }

/* index.php
------------------------------------*/
.nav--a-wrapper {
  width: 100%;
  height: 100px;
  background-color: #f5f5f5;
  margin-bottom: 65px; }
  .nav--a-wrapper .nav--a {
    display: flex;
    align-items: center;
    width: 1200px;
    height: 100px;
    margin: 0 auto; }
    .nav--a-wrapper .nav--a .nav {
      width: auto;
      height: 100px;
      position: relative; }
      .nav--a-wrapper .nav--a .nav a {
        display: flex;
        align-items: center;
        padding-left: 70px; }
      .nav--a-wrapper .nav--a .nav__txt {
        padding-left: 10px; }
      .nav--a-wrapper .nav--a .nav::before {
        content: "";
        width: 18px;
        height: 18px;
        position: absolute;
        top: 40px;
        left: 35px;
        border: 2px solid #cdcdcd;
        background-color: #fff;
        box-sizing: border-box; }
      .nav--a-wrapper .nav--a .nav.select::after {
        content: "";
        position: absolute;
        display: block;
        width: 4px;
        height: 8px;
        top: 42px;
        left: 41px;
        border: solid 3px #333;
        border-left: 0;
        border-top: 0;
        transform: rotate(45deg); }
    .nav--a-wrapper .nav--a .nav-all {
      border-right: 1px solid #dedede; }
      .nav--a-wrapper .nav--a .nav-all a {
        padding: 0 40px 0 30px; }
      .nav--a-wrapper .nav--a .nav-all::before {
        content: "";
        top: 40px;
        left: -5px; }
      .nav--a-wrapper .nav--a .nav-all.select::after {
        top: 42px;
        left: 1px; }

.section-inner {
  width: 1200px;
  height: auto;
  margin: 0 auto; }

/* detail.php
------------------------------------*/
.shop-wrapper {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede; }
  .shop-wrapper .shop {
    width: 1200px;
    margin: 0 auto;
    letter-spacing: 0.05em;
    padding: 19px 0 13px; }
    .shop-wrapper .shop a {
      display: flex; }
    .shop-wrapper .shop .shop__logo {
      margin: 0 50px 0 -20px; }
    .shop-wrapper .shop .shop__name {
      font-size: 2.6rem;
      margin: 44px 0 0; }
      .shop-wrapper .shop .shop__name .floor {
        font-family: "din-condensed", sans-serif;
        font-size: 2.8rem;
        font-weight: bold;
        margin: 0 19px 0 0; }
    .shop-wrapper .shop .shop__info {
      font-size: 1.4rem;
      margin: 12px 0 0; }
      .shop-wrapper .shop .shop__info .tel {
        margin: 0 0 0 30px; }

.section {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 60px 0 0; }
  .section .detail_article {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto; }
  .section .article {
    width: 630px;
    padding: 0 0 82px; }
    .section .article .article__date {
      font-size: 1.6rem; }
    .section .article .article__ttl {
      font-size: 2.6rem;
      margin: 16px 0 0;
      letter-spacing: 0.05em; }
    .section .article .article__txt {
      font-size: 1.4rem;
      line-height: 2.4rem;
      letter-spacing: 0.05em;
      margin: 37px 0 0; }
      .section .article .article__txt:first-child {
        margin: 32px 0 0; }
    .section .article .article__img {
      margin: 45px 0 0;
      text-align: center; }
      .section .article .article__img img {
        max-width: 100%;
        height: auto; }
    .section .article .article__item {
      margin: 73px 0 0;
      letter-spacing: 0.05em;
      line-height: 1.7; }
      .section .article .article__item .name {
        font-weight: bold; }
    .section .article .article__link {
      margin: 55px 0 0; }
      .section .article .article__link .article__link__item {
        font-size: 1.4rem;
        text-decoration: underline;
        margin: 0 0 18px; }
        .section .article .article__link .article__link__item :last-child {
          margin: 0; }
        .section .article .article__link .article__link__item.more {
          position: relative;
          padding: 0 0 0 40px; }
          .section .article .article__link .article__link__item.more ::before {
            position: absolute;
            content: '';
            background: url("../images/shopnews/ic_pdf.svg");
            width: 26px;
            height: 21px;
            left: 0;
            top: 0; }
        .section .article .article__link .article__link__item.official {
          position: relative;
          padding: 0 0 0 40px; }
          .section .article .article__link .article__link__item.official :before {
            position: absolute;
            content: '';
            background: url("../images/shopnews/ic_link.svg");
            width: 26px;
            height: 26px;
            left: 0;
            top: 0; }
        .section .article .article__link .article__link__item a {
          color: #c02829; }
    .section .article .sns {
      display: flex;
      align-items: center;
      justify-content: start;
      margin: 102px 0 0; }
      .section .article .sns .ic {
        margin: 0 20px 0 0; }
        .section .article .sns .ic :last-child {
          margin: 0; }
      .section .article .sns .facebook {
        margin-top: -6px; }
    .section .article .btn-wrapper {
      margin: 83px auto 0;
      width: 810px; }
      .section .article .btn-wrapper .btn--a {
        box-shadow: 3px 0 7px rgba(0, 0, 0, 0.1); }
  .section .news {
    background: #f5f5f5;
    width: 330px;
    padding: 40px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .section .news .news__ttl {
      position: relative;
      font-size: 2.0rem;
      padding: 0 0 0 52px;
      letter-spacing: 0.05em; }
      .section .news .news__ttl::after {
        position: absolute;
        content: '';
        background: url("../images/shopnews/ic_news.svg") no-repeat center;
        left: 1px;
        top: -4px;
        width: 37px;
        height: 37px; }
    .section .news .news-inner2 {
      margin: 30px 0 0;
      letter-spacing: 0.1em; }
      .section .news .news-inner2 .news__item {
        margin: 0 0 30px; }
        .section .news .news-inner2 .news__item:last-child {
          margin: 0; }
        .section .news .news-inner2 .news__item .news__date {
          font-size: 1.2rem;
          color: #888888; }
        .section .news .news-inner2 .news__item .news__subttl {
          font-size: 1.6rem;
          color: #000;
          line-height: 2.4rem;
          margin: 7px 0 0;
          text-decoration: underline; }
  .section .archive {
    background: #f5f5f5;
    width: 330px;
    padding: 40px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 40px 0 0; }
    .section .archive .archive__ttl {
      font-size: 2.0rem;
      letter-spacing: 0.05em;
      position: relative;
      padding: 0 0 0 52px; }
      .section .archive .archive__ttl::before {
        position: absolute;
        content: '';
        background: url("../images/shopnews/ic_archive.svg") no-repeat center;
        left: 1px;
        top: -4px;
        width: 36px;
        height: 37px; }
    .section .archive .archive-inner2 {
      margin: 29px 0 0; }
      .section .archive .archive-inner2 .archive__item {
        font-size: 1.6rem;
        letter-spacing: 0.1em;
        text-decoration: underline;
        margin: 0 0 26px; }
        .section .archive .archive-inner2 .archive__item:last-child {
          margin: 0; }

.archive-hd {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 53px auto 0; }
  .archive-hd__title {
    font-size: 2.6rem; }
  .archive-hd__menu {
    width: 290px;
    position: relative;
    overflow: hidden;
    margin: 0 20px 25px;
    border-radius: 20px;
    background: #f0f0f0;
    box-sizing: border-box; }
    .archive-hd__menu:before {
      content: "";
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 5px 0 5px;
      border-color: #000 transparent transparent transparent;
      position: absolute;
      top: 18px;
      right: 18px; }
    .archive-hd__menu select {
      font-size: 1.4rem;
      color: #000;
      box-sizing: border-box;
      width: 100%;
      height: 40px;
      padding: 0 20px;
      letter-spacing: .07em;
      border: none;
      outline-style: none;
      background-color: transparent;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }

.search_noresult {
  width: 100%;
  padding: 50px 0 100px;
  font-size: 1.6rem;
  text-align: center; }

/*# sourceMappingURL=shopnews.css.map */