/* CSS Document */
#heroimg {
  position: relative;
  margin-bottom: 8rem; }
  #heroimg .row {
    justify-content: flex-end;
    height: 70vh; }
    @media screen and (max-width: 991px) {
      #heroimg .row {
        height: 50vh; } }
    #heroimg .row .imgArea {
      background: url("../img/heroimg.jpg") no-repeat right 25% top/cover;
      width: 75vw; }
      @media screen and (max-width: 575px) {
        #heroimg .row .imgArea {
          background: url("../img/heroimg.jpg") no-repeat right 31% top/cover; } }
    #heroimg .row .copyright {
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      text-orientation: sideways;
      color: #939393;
      font-size: 1.25rem;
      width: 100px;
      text-align: center; }
      #heroimg .row .copyright p {
        padding-right: 1.5rem; }
      @media screen and (max-width: 991px) {
        #heroimg .row .copyright {
          width: 70px; } }
      @media screen and (max-width: 575px) {
        #heroimg .row .copyright {
          font-size: 1rem;
          width: 60px; } }
  #heroimg .catchContainer {
    position: absolute;
    top: 150px;
    left: 150px; }
    @media screen and (max-width: 1199px) {
      #heroimg .catchContainer {
        left: 100px; } }
    @media screen and (max-width: 991px) {
      #heroimg .catchContainer {
        left: 50px;
        top: 120px; } }
    @media screen and (max-width: 767px) {
      #heroimg .catchContainer {
        top: 50px; } }
    @media screen and (max-width: 575px) {
      #heroimg .catchContainer {
        left: 20px;
        top: 40px; } }
    #heroimg .catchContainer .catchcopy {
      display: inline-block;
      background: #1b377f;
      color: #fff;
      font-size: 3.5rem;
      font-weight: 500;
      padding: 15px;
      margin-bottom: 2.25rem; }
      @media screen and (max-width: 991px) {
        #heroimg .catchContainer .catchcopy {
          font-size: 2.75rem;
          padding: 10px;
          margin-bottom: 1.5rem; } }
      @media screen and (max-width: 575px) {
        #heroimg .catchContainer .catchcopy {
          font-size: 2rem;
          padding: 6px;
          margin-bottom: 1rem; } }

@media screen and (max-width: 1199px) {
  #wrapper #info .container {
    max-width: 800px; } }

#info {
  padding: 5rem 0;
  background: linear-gradient(to right, #ffa64f, #f77f2f);
  position: relative; }
  #info .container {
    max-width: 1000px; }
  #info h2 {
    color: #fff;
    font-size: 2.25rem; }
    #info h2 span {
      font-size: 1.25rem; }
  #info .heichanTop {
    position: absolute;
    display: flex;
    align-items: center;
    width: 150px;
    height: auto;
    top: -220px;
    left: 200px; }
    @media screen and (max-width: 1199px) {
      #info .heichanTop {
        left: 120px; } }
    @media screen and (max-width: 991px) {
      #info .heichanTop {
        top: -150px;
        left: 60px;
        width: 100px;
        height: auto; } }
    @media screen and (max-width: 767px) {
      #info .heichanTop {
        top: -150px;
        width: 100px;
        height: auto;
        left: 30px; } }
    @media screen and (max-width: 575px) {
      #info .heichanTop {
        width: 90px;
        height: auto;
        left: 20px; } }
  #info .heichanInfo {
    width: 90px;
    position: absolute;
    bottom: 30px;
    right: 2%; }
    @media screen and (max-width: 991px) {
      #info .heichanInfo {
        width: 90px;
        position: inherit;
        margin: 2rem auto 0; } }

#menu {
  margin-bottom: 8rem; }
  #menu .box {
    column-gap: 5px; }
  #menu .item {
    width: 100%;
    height: 400px;
    position: relative; }
    @media screen and (max-width: 767px) {
      #menu .item {
        height: 300px; } }
    @media screen and (max-width: 575px) {
      #menu .item {
        height: 350px; } }
  #menu .menu-gas {
    background: url("../img/nav-gas.jpg") no-repeat center top/cover; }
  #menu .menu-ss {
    background: url("../img/nav-ss.jpg") no-repeat center top/cover; }
  #menu .menu-cooking {
    background: url("../img/nav-cooking.jpg") no-repeat center top/cover;
    margin-top: 5px; }
  #menu dl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    background-color: rgba(255, 255, 255, 0.85);
    width: 500px;
    padding: 4rem 4rem;
    transition: 0.2s all linear;
    pointer-events: none; }
    @media screen and (max-width: 991px) {
      #menu dl {
        width: 350px; } }
    @media screen and (max-width: 767px) {
      #menu dl {
        width: 85%;
        padding: 3rem; } }
    #menu dl:hover {
      background-color: white; }
    #menu dl dt {
      font-size: 2.75rem;
      color: #1b377f;
      margin-bottom: 1.25rem; }
      @media screen and (max-width: 575px) {
        #menu dl dt {
          font-size: 2.25rem;
          margin-bottom: 0; } }
      #menu dl dt span {
        font-size: 1.35rem;
        color: #808080; }
    #menu dl .arrow {
      pointer-events: auto; }

#heichan {
  margin: 3rem 3rem 18rem; }
  @media screen and (max-width: 575px) {
    #heichan {
      margin: 0 auto 13rem; } }
  #heichan .heichanMain {
    max-width: 250px;
    position: absolute;
    top: -40px;
    left: 100px;
    z-index: 10; }
    @media screen and (max-width: 991px) {
      #heichan .heichanMain {
        left: 80px; } }
    @media screen and (max-width: 767px) {
      #heichan .heichanMain {
        max-width: 200px;
        top: 40px;
        left: 40px; } }
    @media screen and (max-width: 575px) {
      #heichan .heichanMain {
        max-width: 180px;
        position: initial;
        margin: 0 auto 2rem; } }
  #heichan .container {
    position: relative;
    background: #fbeee0;
    padding: 3rem 4rem 4rem; }
    @media screen and (max-width: 575px) {
      #heichan .container {
        padding: 3rem 3rem 3rem; } }
    #heichan .container dl {
      margin-bottom: 6rem; }
      @media screen and (max-width: 575px) {
        #heichan .container dl {
          margin-bottom: 3rem; } }
      #heichan .container dl dt {
        font-size: 2.5rem; }
        #heichan .container dl dt span {
          font-size: 1.25rem; }
    #heichan .container .heichanGallery {
      position: relative;
      z-index: 11; }
      @media screen and (max-width: 767px) {
        #heichan .container .heichanGallery > div {
          margin-bottom: 1.5rem; } }
