.page-top-info-wrap{
  background-color: #a10503;
  display: block !important;
  transition: transform 0.3s ease 0s, height 0.3s ease 0s;
  height: 30px;
}

@media screen and (max-width: 1024px) {
  .page-top-info-wrap{
    height: calc(60/750*100vw);
  }
}

.isFixed .page-top-info-wrap{
  height: 0;
  overflow: hidden;
  transform: translateY(-100%);
}
.page-top-info {
  color: #ffffff !important;
  display: flex;
  font-size: 1.2rem;
  text-decoration: none;
  padding: 0 20px;
  height: 100%;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
}
.page-top-info br{
  display: none;
}
@media screen and (max-width: 1024px) {
  .page-top-info {
    padding: 0 3.7037vw;
  }
  .page-top-info br{
    display: inline;
  }
}
#wrapper > header {
  position: fixed;
  top: 0;
  left: auto;
}

.isFixed + #container {
  margin-top: 0;
}

#content .main-visual {
  padding-top: 42.47007%;
  display: block;
  position: relative;
  overflow: hidden;
}

#content .main-visual video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#content .main-visual .visual-image,
#content .main-visual .shop-logo,
#content .main-visual .visual-menu-list {
  display: none;
}

#content .information {
  background-color: #fafafa;
  margin-bottom: 5.22999% 0;
}

#content .information .section-inner {
  width: 75.48834%;
  padding: 2.52048% 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#content .information .section-inner h2 {
  font-size: 1.41rem;
  line-height: 1.5;
  width: 14.35726%;
}

#content .information .section-inner ul {
  width: 85.64274%;
}

#content .information .section-inner ul li {
  font-size: 1.41rem;
  color: #0b0b0b;
  margin-bottom: 1.85185%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#content .information .section-inner ul li .article-tag,
#content .information .section-inner ul li .article-cat {
  font-size: 1.316rem;
  color: #ffffff;
  background-color: #E0BB12;
  width: 7.79727%;
  padding: 0.5em 0;
  text-align: center;
}

#content .information .section-inner ul li .article-tag.media,
#content .information .section-inner ul li .article-cat.media {
  background-color: #309DF0;
}

#content .information .section-inner ul li .article-tag.open,
#content .information .section-inner ul li .article-cat.open {
  background-color: #F03246;
}

#content .information .section-inner ul li .article-cat {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  width: 10.72125%;
  padding: 0.4em 0;
  margin: 0 1em 0 0.4em;
  white-space: nowrap;
}

#content .information .section-inner ul li a {
  text-decoration: none;
  width: 88.88889%;
  line-height: 1.5;
}

#content .information .section-inner ul li a:hover {
  text-decoration: underline;
}

#content .information .section-inner ul li.more-link {
  text-align: right;
  font-size: 1.316rem;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#content .information .section-inner ul li.more-link::after {
  content: '';
  background-image: url("../images/common/ico_arrow_right_green.png");
  display: inline-block;
  width: 1.5rem;
  height: 0.7rem;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 0.5rem;
  margin-top: 0.3rem;
}

#content .about h3,
#content .menu h2,
#content .shop h2 {
  font-size: 2.444rem;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

#content .about h3 span,
#content .menu h2 span,
#content .shop h2 span {
  display: block;
  border-bottom: 1px solid #a10503;
  font-size: 1.504rem;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 10%;
  padding-bottom: 2%;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

#content .about h3 span::before,
#content .menu h2 span::before,
#content .shop h2 span::before {
  content: '';
  display: inline-block;
  background-image: url("../images/common/symbol.png");
  background-size: 100% auto;
  width: 12.28571%;
  padding-top: 12.57143%;
  margin-right: 8.28571%;
  vertical-align: middle;
}

#content .about .more-link,
#content .menu .more-link,
#content .shop .more-link {
  text-align: right;
  font-size: 1.316rem;
  margin-top: 2.67112%;
}

#content .about .more-link a,
#content .menu .more-link a,
#content .shop .more-link a {
  display: inline-block;
  padding: 1em 1.5em;
  border: 1px solid #a10503;
  color: #a10503;
  text-decoration: none;
}

#content .about .more-link a:hover,
#content .menu .more-link a:hover,
#content .shop .more-link a:hover {
  background-color: #a10503;
  color: #ffffff;
}

#content .about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 86.01134%;
  margin: 4.97795% auto 9.4518%;
  padding-top: 8.82168%;
  position: relative;
}

#content .about h2 {
  position: absolute;
  top: 0;
  left: 50%;
  width: 21.0989%;
  margin-left: -10.54945%;
}

#content .about figure {
  width: 57.28938%;
}

#content .about .section-inner {
  width: 35.82418%;
  padding-top: 13.18681%;
  padding-right: 6.37363%;
}

#content .about .section-inner h3 {
  margin-bottom: 7.77096%;
  width: 87.81095%;
}

#content .about .section-inner p {
  font-size: 1.41rem;
  line-height: 1.8;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

#content .menu {
  margin: 0 auto 3.78072%;
  width: 74.85822%;
}

#content .menu .section-inner {
  position: relative;
}

#content .menu h2 {
  margin: 0 0 4.12458% 0;
  width: 29.7138%;
}

#content .menu .section-inner > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 79.54545%;
  margin: 0 auto;
}

#content .menu .section-inner > dl > div {
  width: 49.94709%;
}

#content .menu .section-inner > dl > div:nth-of-type(3n) {
  margin-right: 0;
}

#content .menu .section-inner > dl > div > dt {
  margin: 0 0 10.59322% 13.34746%;
  padding-left: 3.17797%;
  border-left: 2px solid #a10503;
  font-size: 1.88rem;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

#content .menu .section-inner > dl > div > dd > dl {
  width: 76.27119%;
  margin: 0 auto;
}

#content .menu .section-inner > dl > div > dd > dl dt {
  display: none;
}

#content .menu .section-inner > dl > div > dd p {
  padding: 7.37327% 9.21659% 0;
  font-size: 1.41rem;
  line-height: 1.8;
}

#content .menu .section-inner > dl > div > dd .more-link {
  margin: 0;
  position: absolute;
  bottom: -2em;
  right: 0;
}

#content .menu .section-inner > dl > div.menu01 > dd figure {
  padding-right: 1rem;
}

#content .menu .section-inner > dl > div.menu02 > dd figure {
  padding-left: 1rem;
}

#content .menu .section-inner > dl > div.menu03 {
  position: relative;
  padding-bottom: 4em;
}

#content .shop {
  background-image: url("../images/top/shop_bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #f5f5f5;
  padding: 3.1506%;
}

#content .shop .section-inner {
  margin: 0 auto;
  width: 40.07561%;
  text-align: right;
}

#content .shop .section-inner h2 {
  display: inline-block;
  width: 55.34591%;
  margin: 0 -35.84906% 0 0;
  text-align: left;
}

#content .shop .section-inner dl {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#content .shop .section-inner dl div {
  width: 46.38365%;
  margin: 9.43396% 6.76101% 0 0;
  position: relative;
  background-color: #ffffff;
}

#content .shop .section-inner dl div:nth-of-type(2) {
  margin-right: 0;
}

#content .shop .section-inner dl div::after {
  content: '';
  background-image: url("../images/common/ico_arrow_right_green.png");
  display: inline-block;
  width: 2rem;
  height: 1.2rem;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  bottom: 5.81761%;
  right: 10.16949%;
}

#content .shop .section-inner dl div dt {
  width: 74.57627%;
  margin: 0 auto 15.59322%;
  padding: 23.38983% 4.74576% 0;
}

#content .shop .section-inner dl div.shop02 dt {
  margin: 0 auto 13.55932%;
}

#content .shop .section-inner dl div dd {
  font-size: 1.41rem;
  line-height: 1.8;
  padding: 0 5.08475% 36.61017%;
}

#content .shop .section-inner dl div dd p {
  padding: 8.47458% 5.08475% 0;
}

#content .shop .section-inner dl div dd .shop-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#content .banner {
  padding: 5.48204% 12.41336%;
}

@media screen and (max-width: 1024px) {
  .isFixed + #container {
    margin-top: 0;
  }
  #content {
    overflow: hidden;
  }
  #content .main-visual {
    padding-top: 170.10582%;
    overflow: hidden;
  }
  #content .main-visual video {
    display: none;
  }
  #content .main-visual .visual-image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #content .main-visual .shop-logo {
    position: absolute;
    top: 34.0591%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 5;
    display: block;
    width: 92.59259%;
  }
  #content .main-visual .visual-menu-list {
    width: 69.31217%;
    margin: 0 auto 0;
    position: absolute;
    bottom: 10.05291%;
    background-color: #f2ede1;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 5;
    display: block;
  }
  #content .main-visual .visual-menu-list ul {
    width: auto;
    padding: 12.59542% 0 12.9771%;
  }
  #content .main-visual .visual-menu-list ul li {
    position: relative;
    width: 30.91603%;
    margin: 0 auto;
  }
  #content .main-visual .visual-menu-list ul li a {
    font-size: 0;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #content .main-visual .visual-menu-list ul li:nth-child(1) {
    background-image: url(../images/top/menu_01.png);
    padding-top: 5.6338%;
  }
  #content .main-visual .visual-menu-list ul li:nth-child(2) {
    background-image: url(../images/top/menu_02.png);
    padding-top: 5.98592%;
    margin: 8.4507% auto 8.09859%;
  }
  #content .main-visual .visual-menu-list ul li:nth-child(3) {
    background-image: url(../images/top/menu_03.png);
    padding-top: 7.04225%;
  }
  #content .main-visual .visual-menu-list ul li:nth-child(4) {
    background-image: url(../images/top/menu_04.png);
    padding-top: 4.92958%;
    margin: 8.4507% auto 8.80282%;
  }
  #content .main-visual .visual-menu-list ul li:nth-child(5) {
    background-image: url(../images/top/menu_05.png);
    padding-top: 5.98592%;
  }
  #content .information {
    background-color: #ffffff;
  }
  #content .information .section-inner {
    width: auto;
    padding: 15.60847vw 3.7037vw 15.87302vw;
    margin: 0 auto;
  }
  #content .information .section-inner h2 {
    display: none;
  }
  #content .information .section-inner ul {
    width: auto;
  }
  #content .information .section-inner ul li {
    margin-bottom: 2.1164%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #content .information .section-inner ul li .article-tag {
    width: 7rem;
  }
  #content .information .section-inner ul li .article-cat {
    width: 10rem;
  }
  #content .information .section-inner ul li a {
    width: calc(100% - 7rem);
  }
  #content .information .section-inner ul li.more-link {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 5.29101%;
  }
  #content .information .section-inner ul li.more-link a {
    display: inline-block;
  }
  #content .information .section-inner ul li.more-link::after {
    width: 2.4rem;
    height: 1.2rem;
    margin-left: 1rem;
  }
  #content .about .more-link,
  #content .menu .more-link,
  #content .shop .more-link {
    text-align: center;
    margin: 0 auto;
  }
  #content .about,
  #content .menu {
    width: auto;
    display: block;
    padding: 0 3.7037vw;
  }
  #content .about {
    margin: 0;
    background-image: url("../images/top/top_bg.png");
    background-position: 0 -9.88701%;
    padding-bottom: 15.87302%;
  }
  #content .about h2 {
    position: relative;
    width: 50.26455%;
    margin: 0 auto 10.58201%;
    top: auto;
    left: auto;
  }
  #content .about figure {
    width: auto;
    padding-top: 54.7619%;
    position: relative;
    overflow: hidden;
  }
  #content .about figure img {
    position: absolute;
    top: -60%;
    width: 130%;
  }
  #content .about .section-inner {
    width: auto;
    padding: 5.29101% 3.7037% 4.49735%;
    background-color: #ffffff;
  }
  #content .menu {
    background-image: url("../images/top/top_bg.png");
    background-repeat: repeat-y;
    margin: 0;
  }
  #content .menu .section-inner {
    padding: 7.93651% 4.7619% 14.55026%;
    background-color: #ffffff;
  }
  #content .menu h2 {
    width: 57.97101%;
    margin: 0 0 4.34783% 0;
  }
  #content .menu .section-inner > dl {
    display: block;
    margin: 0;
    width: 100%;
  }
  #content .menu .section-inner > dl > div {
    width: 100%;
    margin: 0 0 5.7971% 0;
  }
  #content .menu .section-inner > dl > div > dt {
    display: none;
  }
  #content .menu .section-inner > dl > div > dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #content .menu .section-inner > dl > div > dd figure {
    width: 45.7971%;
  }
  #content .menu .section-inner > dl > div > dd dl {
    width: 49.27536%;
  }
  #content .menu .section-inner > dl > div > dd dl dt {
    display: block;
    margin: 0 0 6.89655% 2.75862%;
    padding-left: 10.34483%;
    border-left: 2px solid #a10503;
    font-size: 1.88rem;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  }
  #content .menu .section-inner > dl > div > dd dl dd p {
    padding: 0;
  }
  #content .menu .section-inner > dl > div > dd .more-link {
    position: absolute;
    bottom: -2em;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0;
  }
  #content .menu + .about {
    margin-top: 13.22751%;
  }
  #content .shop {
    background-color: #f5f5f5;
    padding: 1% 3.96825% 29.10053%;
    position: relative;
  }
  #content .shop::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 66.13757%;
    z-index: 0;
    background-image: url("../images/top/top_bg.png");
    background-repeat: repeat-y;
  }
  #content .shop .section-inner {
    z-index: 1;
    width: auto;
    position: relative;
    margin-top: 14.24419%;
    text-align: center;
  }
  #content .shop .section-inner h2 {
    width: 58.13953%;
    margin: 0;
    text-align: center;
  }
  #content .shop .section-inner h2 span::before {
    display: none;
  }
  #content .shop .section-inner dl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 8.72093%;
  }
  #content .shop .section-inner dl div {
    width: 47.38372%;
    margin-right: 0;
  }
}
/*# sourceMappingURL=top.css.map */