@charset "UTF-8";
/* CSS Document */
@media screen and (max-width: 767px) {
  /* ----------------------------------------
   * PCとスマホ切り替え
   * ---------------------------------------- */
  .br_none {
    display: none;
  }
  .br_sp {
    display: inherit;
  }
  .pc {
    display: none;
  }
  .sp {
    display: inherit;
  }
  body {
    width: 100%;
  }
  #wrap {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
  }
  nav ul > li + li::before {
    content: none;
  }
  /*menu*/
  #gHeader {
    /*gnav*/
  }
  #gHeader h1 {
    position: absolute;
    z-index: 9998;
  }
  #gHeader h1 img {
    width: 34%;
  }
  #gHeader .menu {
    height: 20px;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 30px;
    z-index: 9999;
    cursor: pointer;
  }
  #gHeader .menu__line {
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    transition: transform 0.3s;
    z-index: 100;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
    width: 100%;
  }
  #gHeader .menu__line--center {
    top: 9px;
  }
  #gHeader .menu__line--bottom {
    bottom: 0;
  }
  #gHeader .menu__line--top.active {
    top: 8px;
    transform: rotate(45deg);
  }
  #gHeader .menu__line--center.active {
    transform: scaleX(0);
  }
  #gHeader .menu__line--bottom.active {
    bottom: 10px;
    transform: rotate(135deg);
  }
  #gHeader .gnav {
    background: rgb(121, 76, 54);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
  }
  #gHeader .gnav__wrap {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
  }
  #gHeader li.gnav__menu__item {
    list-style: none;
    margin: 24% 0;
  }
  #gHeader li.gnav__menu__item a {
    color: #fff;
    font-family: eb-garamond, serif;
    font-size: 1.5rem;
    text-decoration: none;
    transition: 0.5s;
  }
  #gHeader li.gnav__menu__item a:hover {
    color: #666;
  }
  #gHeader li.gnav__menu__item a span {
    display: block;
    font-size: 50%;
    text-align: left;
    font-feature-settings: "palt";
    margin: -5% 0;
  }
  /*ロゴやサイトタイトルをセンタリング*/
  .logo-erea {
    text-align: center;
    margin: auto;
  }
  #f-nav {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    padding: 2% 0 6% 0;
    box-sizing: border-box;
    transition: 0.3s;
    background: #87898c;
  }
  #f-nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 9%;
    /* 子要素をflexboxにより中央に配置する */
    align-items: center;
    /* 子要素をflexboxにより中央に配置する */
  }
  #f-nav ul li {
    list-style: none;
    font-family: eb-garamond, serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    margin: -1.3% 0;
  }
  #f-nav ul li a {
    line-height: 60px;
    color: #fff;
    opacity: 0.85S;
    padding: 0 30px;
    text-decoration: none;
    transition: 0.3s;
    letter-spacing: 2px;
  }
  #f-nav .copyright {
    width: 100%;
    color: #fff;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: normal;
    margin: 1% 0;
  }
  #f-nav .copyright .main-c {
    text-align: center;
    font-size: 80%;
  }
  #f-nav .copyright .sub_cont {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* 子要素をflexboxにより中央に配置する */
    align-items: center;
    /* 子要素をflexboxにより中央に配置する */
    line-height: 1.6;
  }
  #f-nav .copyright .sub_cont .sub {
    margin-left: 1%;
    font-size: 14px;
  }
  #f-nav .copyright h2 {
    width: 100%;
    text-align: center;
    margin: 1% 0 0 0;
  }
  #f-nav .copyright h2 img {
    width: 2%;
  }
  nav ul.f-ul > li + li::before {
    display: none;
  }
}/*# sourceMappingURL=common_sp.css.map */