/*FONTS*/
.fn-cinzel {
    font-family: "Cinzel" !important;
  }
  
  .fn-hind {
    font-family: "hind" !important;
  }
  
  .home_index header {
    background: transparent;
    border-bottom: 0;
  }
  .home_index header h1 a {
    visibility: hidden;
  }
  .home_index .header-top-sticky h1 a {
    visibility: visible;
  }
  
  header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 25px;
    position: fixed;
    top: 0;
    z-index: 999;
    background: #000000;
    /* border-bottom: 1px solid #999; */
  }
  header .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
  }
  header .header-menu a {
    color: #ffffff;
    padding: 15px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-size: 18px;
    font-family: "Cinzel";
    font-weight: 600;
    cursor: pointer;
  }
  header .header-menu a.active {
    color: #d20613;
  }
  header .header-menu a:active {
    color: #d20613;
  }
  header .header-menu a:hover {
    opacity: 0.8;
    color: #d20613;
    cursor: pointer;
  }
  header .header-menu a.nav-sns {
    padding: 14px 5px;
  }
  header .header-menu .nav-menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header.header-top-sticky {
    background: #000000;
    -webkit-animation: slideDown 0.35s ease-out;
            animation: slideDown 0.35s ease-out;
  }
  header .logo {
    margin-bottom: 0;
  }
  
  @-webkit-keyframes slideDown {
    from {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
    }
    to {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  
  @keyframes slideDown {
    from {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
    }
    to {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  .title {
    color: #000000;
    font-weight: 500;
    margin-bottom: 50px;
    letter-spacing: 3px;
    line-height: 54px;
    font-family: "Cinzel";
    font-size: 40px;
  }
  
  .sub-title {
    color: #000000;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
  }
  
  .home-page {
    background: url("/masa/wp-content/themes/qsv1/images/top-bg.jpg") no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
  }
  
  .welcome-logo {
    width: 100%;
    max-width: 300px;
  }

  section {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  
  .sc-top {
    padding-top: 35vh;
    padding-bottom: 35vh;
  }
  
  .sc-gallery {
    padding-top: 250px;
    padding-bottom: 200px;
  }
  
  .sc-reservation {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  .sc-contact {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  
  .sc-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 120px;
  }
  .sc-top figure {
    width: 65%;
  }
  .sc-top figure img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sc-top .bbq-info {
    width: calc(35% - 240px);
    text-align: center;
    color: #ffffff;
    margin: 0 auto;
    /* padding-top: 120px; */
  }
  .sc-top .bbq-info .fn-cinzel {
    letter-spacing: 3px;
    font-weight: 500;
  }
  .sc-top .bbq-info .fn-hind {
    font-size: 22px;
    letter-spacing: 1.5px;
  }
  .sc-top .bbq-info .logo-text {
    margin-bottom: 12px !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sc-top .bbq-info p {
    margin-bottom: 30px;
  }
  .sc-top .bbq-info .jap-bbq-text {
    font-size: 24px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
  }
  
  .sc-yazawa-beef {
    position: relative;
    z-index: 1;
  }
  .sc-yazawa-beef:after {
    background: #000 url("/masa/wp-content/themes/qsv1/images/welcome-bg.jpg") no-repeat top;
    background-size: cover;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  .sc-yazawa-beef .beef-part-left {
    position: absolute;
    left: 0;
    top: -50px;
  }
  .sc-yazawa-beef .beef-part-right {
    position: absolute;
    right: 0;
    bottom: -50px;
  }
  
  .yazawa-beef-wrap {
    background: rgba(255, 255, 255, 0.8);
    margin-left: auto;
    margin-right: auto;
    max-width: 745px;
    padding: 90px 145px;
    width: 100%;
    -webkit-box-shadow: 0px 2px 5px #d1d1d1;
            box-shadow: 0px 2px 5px #d1d1d1;
  }
  .yazawa-beef-wrap figure {
    margin-bottom: 20px;
  }
  .yazawa-beef-wrap .welcome-text {
    font-size: 24px;
    font-style: italic;
    margin-bottom: 5px;
    font-weight: 600;
  }
  .yazawa-beef-wrap .yazawa-beef-text {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 0;
    font-weight: 600;
    font-family: "Cinzel";
  }
  .yazawa-beef-wrap .para-text {
    font-size: 18px;
    max-width: 450px;
    line-height: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .yazawa-beef-wrap .dash-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100px;
  }
  .yazawa-beef-wrap .dash-line span {
    display: inline-block;
    height: 2px;
    width: 40px;
    background: #6c6c6c;
  }
  .yazawa-beef-wrap .message {
    font-weight: 600;
    margin-top: 40px;
    font-style: italic;
    font-size: 22px;
  }
  
  .sc-special {
    padding-bottom: 0;
    position: relative;
  }
  .sc-special figure {
    aspect-ratio: 1;
    min-height: 1200px;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
  }
  .sc-special figure img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .sc-special .special-item {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sc-special .special-item figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 100%;
    margin-bottom: 0;
  }
  .sc-special .special-item .square-border {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #999999;
    width: 100%;
    height: 100%;
    max-width: 480px;
    max-height: 450px;
    background: rgba(0, 0, 0, 0.3);
  }
  .sc-special .special-item .square-border:after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    border: 1px solid black;
    height: 70%;
    bottom: 0;
    margin: auto;
  }
  .sc-special .special-item.sp-item-1 .abt-item {
    /* right: 0;
    top: 28%; */
    /* left: inherit;  */
    right: 0;
    top: inherit;
    bottom: 15%;
  }
  .sc-special .special-item.sp-item-1 .square-border:after {
    border: 0;
    border-right: 1px solid #000000;
  }
  .sc-special .special-item.sp-item-2 {
    text-align: right;
  }
  .sc-special .special-item.sp-item-2 figure {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .sc-special .special-item.sp-item-2 .abt-item {
    /* right: 0;  */
    top: 20%;
    left: inherit;
    /* top: inherit;
    bottom: 15%; */
  }
  .sc-special .special-item.sp-item-2 .square-border {
    right: 0;
    left: inherit;
  }
  .sc-special .special-item.sp-item-2 .square-border:after {
    right: inherit;
    left: -1px;
    border: 0;
    border-left: 1px solid #000000;
  }
  .sc-special .special-item.sp-item-2 .sq-br-1 {
    right: 8px;
    left: inherit;
  }
  .sc-special .special-item .sq-br-1 {
    left: 8px;
    top: 8px;
  }
  .sc-special .special-item .sq-br-2:after {
    top: 16px;
  }
  .sc-special .abt-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 100px;
    position: absolute;
    min-height: 320px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    top: 0;
  }
  .sc-special .abt-item p {
    position: relative;
    margin-bottom: 0;
    font-size: 18px;
    max-width: 615px;
    min-width: 615px;
  }
  .sc-special .abt-item .item-title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 35px;
    letter-spacing: 2px;
    position: relative;
  }
  
  .sc-menu {
    position: relative;
    overflow: hidden;
  }
  .sc-menu .container {
    padding-top: 125px;
    position: relative;
    z-index: 3;
  }
  .sc-menu .container,
  .sc-menu .menu-list:before {
    max-width: 76%;
    padding-left: 2rem;
    padding-right: 2rem;
    overflow: hidden;
    background: #f5f5f5;
  }
  .sc-menu .container-fluid {
    z-index: 1;
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }
  .sc-menu .menu-list {
    margin-bottom: 70px;
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sc-menu .menu-list:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 55px;
    z-index: -1;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .sc-menu .menu-list .row {
    --bs-gutter-x: 60px !important;
  }
  .sc-menu .menu-list .menu-list-box {
    margin-bottom: 20px;
  }
  .sc-menu .menu-list .menu-list-box .menu-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 25px;
    font-size: 24px;
    letter-spacing: 1.5px;
    font-family: "Cinzel";
    font-weight: 500;
  }
  .sc-menu .menu-text {
    padding: 0 15px;
  }
  .sc-menu .menu-list-box figure {
    aspect-ratio: 2;
    margin-bottom: 50px;
    width: 100%;
  }
  .sc-menu .menu-list-box figure img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sc-menu .view-more-btn {
    border-color: #a4a4a4;
  }
  
  .sc-gallery {
    position: relative;
    z-index: 1;
    background: #000000;
  }
  .sc-gallery:after {
    content: "";
    position: absolute;
    background: #000000 url("/masa/wp-content/themes/qsv1/images/gallery-bg.jpg") no-repeat top center;
    background-size: cover;
    z-index: -1;
    left: 90px;
    top: 90px;
    bottom: 90px;
    right: 90px;
    width: calc(100% - 180px);
    height: calc(100% - 180px);
  }
  .sc-gallery .gallery-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 120px;
  }
  .sc-gallery .gallery-list a {
    padding: 0;
  }
  .sc-gallery .gallery-list a figure {
    overflow: hidden;
    background: rgba(0, 0, 0, 0.75);
  }
  .sc-gallery .gallery-list a figure img {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
  .sc-gallery .gallery-list a figure:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .sc-gallery .gallery-list figure {
    margin-bottom: 0;
    aspect-ratio: 1;
  }
  .sc-gallery .gallery-list figure img {
    -o-object-fit: scale-down;
       object-fit: scale-down;
    -o-object-position: center;
       object-position: center;
    height: 100%;
    width: 100%;
  }
  .sc-gallery .view-more-btn {
    background: #000000;
    border-color: #ffffff;
  }
  .sc-gallery .view-more-btn .arrow-icon {
    background: url("/masa/wp-content/themes/qsv1/images/arrow-white.svg") no-repeat;
  }
  
  .sc-reservation {
    background: rgb(245, 245, 245);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(245, 245, 245)), to(rgb(255, 255, 255)));
    background: linear-gradient(180deg, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 100%);
  }
  .sc-reservation .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
  }
  .sc-reservation .reservation-bg {
    position: relative;
    z-index: 1;
    padding: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 800px;
  }
  .sc-reservation .reservation-bg:after {
    content: "";
    position: absolute;
    background: #000000 url("/masa/wp-content/themes/qsv1/images/reservation-bg.jpg") no-repeat top center;
    background-size: cover;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
  }
  .sc-reservation .book-now-btn {
    border: 0;
  }
  .sc-reservation .book-now-btn .arrow-icon {
    background: url("/masa/wp-content/themes/qsv1/images/arrow-black.svg") no-repeat;
  }
  
  .sc-shop-information {
    position: relative;
    z-index: 1;
    border-top: 1px solid #999999;
  }
  .sc-shop-information:after {
    background: #000 url("/masa/wp-content/themes/qsv1/images/shop-information-bg.jpg") no-repeat bottom;
    background-size: cover;
    content: "";
    height: 100%;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
  }
  .sc-shop-information .container-fluid {
    padding-left: 150px;
    padding-right: 150px;
  }
  .sc-shop-information .shop-info {
    overflow: hidden;
    margin-bottom: 40px;
    font-size: 18px;
  }
  .sc-shop-information .shop-info span {
    display: inline-block;
  }
  .sc-shop-information .shop-info P {
    margin-bottom: 10px;
  }
  .sc-shop-information .shop-info span:first-child {
    min-width: 150px;
  }
  .sc-shop-information .access-btn {
    background: #000000;
    border: 1px solid #ffffff;
  }
  .sc-shop-information .access-btn .arrow-icon {
    background: url("/masa/wp-content/themes/qsv1/images/arrow-white.svg") no-repeat;
  }
  
  .sc-contact .container-fluid {
    padding-left: 150px;
    padding-right: 150px;
  }
  .sc-contact h1 {
    margin-bottom: 30px;
    font-weight: 500;
  }
  .sc-contact .book-now-btn {
    margin: 0 84px 20px 16px;
  }
  .sc-contact .book-now-btn:last-child {
    margin-right: 10px !important;
  }
  
  .copyright {
    font-size: 14px;
    font-style: italic;
  }
  
  @media (1441px <= width <= 1600px) {
    .sc-yazawa-beef .beef-part-left img, .sc-yazawa-beef .beef-part-right img {
      max-width: 550px;
      background-size: cover;
    }
  }
  @media (1600px <= width <= 1800px) {
    .sc-yazawa-beef .beef-part-left img, .sc-yazawa-beef .beef-part-right img {
      max-width: 650px;
    }
  }
  @media (max-width: 1440.98px) {
    .sc-top {
      gap: 70px;
    }
    .sc-top .bbq-info {
      width: calc(40% - 160px);
    }
    .sc-top figure {
      width: 60%;
    }
    .sc-yazawa-beef .beef-part-left img,
    .sc-yazawa-beef .beef-part-right img {
      max-width: 450px;
      background-size: cover;
    }
    .yazawa-beef-wrap {
      padding: 90px 100px;
    }
    .sc-menu .menu-list .row {
      --bs-gutter-x: 40px !important;
    }
    .sc-shop-information .container-fluid,
    .sc-contact .container-fluid {
      padding-left: 100px;
      padding-right: 100px;
    }
    .sc-special .special-item.sp-item-1 .abt-item {
      /* top: 10%; */
    }
    .sc-special .special-item.sp-item-2 .abt-item {
      /* bottom: 5%; */
      top: 15%;
    }
  }
  @media (max-width: 1170.98px) {
    header .header-menu a {
      font-size: 16px;
    }
    section {
      padding-bottom: 100px;
      padding-top: 100px;
    }
    .sc-top {
      gap: 50px;
      padding-bottom: 200px;
      padding-top: 130px;
    }
    .sc-top figure {
      width: 57%;
    }
    .sc-top .bbq-info {
      width: calc(42% - 120px);
    }
    .sc-yazawa-beef .beef-part-left img,
    .sc-yazawa-beef .beef-part-right img {
      max-width: 360px;
      background-size: cover;
    }
    .yazawa-beef-wrap {
      padding: 80px 80px;
    }
    .sc-special .abt-item {
      padding: 60px;
    }
    .sc-special .abt-item p {
      max-width: 540px;
    }
    .sc-special .abt-item .item-title {
      font-size: 32px;
    }
    .title {
      font-size: 32px;
    }
    .sc-menu .menu-list .row {
      --bs-gutter-x: 30px !important;
    }
    .sc-menu .menu-list .menu-list-box .menu-name {
      font-size: 20px;
    }
    .menu-list-box figure {
      margin-bottom: 25px;
    }
    .sc-gallery .gallery-list {
      margin-bottom: 100px;
    }
    .sc-reservation .reservation-bg {
      min-height: 700px;
      padding: 80px;
    }
    .sc-shop-information .container-fluid,
    .sc-contact .container-fluid {
      padding-left: 80px;
      padding-right: 80px;
    }
    .sc-contact .book-now-btn {
      margin: 0 75px 20px 16px;
      max-width: 210px;
    }
  }
  @media (max-width: 991.98px) {
    .nav-menu {
      display: none;
    }
    header {
      padding: 7px 16px;
      background: #000000;
    }
    .sc-reservation .container-fluid {
      padding-left: 75px;
      padding-right: 75px;
    }
    .sc-special .abt-item p {
      max-width: 460px;
    }
    .sc-special .special-item.sp-item-1 .abt-item {
      top: 15%;
    }
    .sc-special .special-item.sp-item-2 .abt-item {
      /* bottom: 10%; */
      bottom: auto;
    }

    .sc-special .abt-item p {
      line-height: 1.45;
    }

    .yazawa-beef-wrap .para-text {
      max-width: 100%;
    }
    .sc-special-tp350 {
      padding-top: 350px;
    }
  }
  @media (max-width: 768.98px) {
    section {
      padding-bottom: 80px;
      padding-top: 80px;
    }
    .sc-gallery {
      padding-top: 180px;
      padding-bottom: 180px;
    }
    .sc-reservation {
      padding-top: 100px;
      padding-bottom: 100px;
    }
    .sc-contact {
      padding-top: 100px;
      padding-bottom: 60px;
    }
    .sc-top {
      gap: 50px;
      padding-bottom: 120px;
      padding-top: 120px;
    }
    .sc-top figure,
    .sc-top .bbq-info {
      width: 100%;
    }
    .sc-top .bbq-info .logo-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    .bbq-item {
      padding: 0 2rem;
    }
    .bbq-info {
      padding-left: 1rem;
      padding-right: 1rem;
    }
    .default-btn {
      max-width: 230px !important;
      min-height: 60px !important;
    }
    .default-btn .arrow-icon {
      background-size: 70% !important;
      right: -70px !important;
      width: 90px !important;
    }
    .yazawa-beef-wrap {
      padding: 50px 30px;
    }
    .yazawa-beef-wrap .dash-line {
      height: 60px;
    }
    .yazawa-beef-wrap .yazawa-beef-text {
      font-size: 36px;
    }
    .yazawa-beef-wrap .message {
      font-size: 16px;
      margin-top: 30px;
    }
    .yazawa-beef-wrap .para-text {
      text-align: center;
    }
    .yazawa-beef-wrap .para-text br {
      display: none;
    }
    .yazawa-beef-wrap .para-text br.br-SP {
      display: block;
    }
    .sc-yazawa-beef .beef-part-left img,
    .sc-yazawa-beef .beef-part-right img {
      max-width: 250px;
      background-size: cover;
    }
    .sc-special .abt-item {
      padding: 30px;
      width: 85%;
    }
    .sc-special .abt-item p {
      max-width: 100%;
      min-width: unset;
    }
    .sc-special .special-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .sc-special .special-item figure {
      width: 100%;
    }
    .sc-special .special-item .item-title {
      margin-bottom: 20px;
    }
    .sc-special .special-item.sp-item-1 .abt-item {
      top: 25%;
    }
    .sc-special .special-item.sp-item-1 .abt-item p {
      line-height: 30px;
    }
    .special-item.sp-item-2 .abt-item {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
    }
    .sc-special .special-item .square-border {
      max-height: 500px;
    }
    .sc-menu .container {
      padding: 50px 30px 0;
    }
    .sc-menu .menu-list {
      margin-bottom: 30px;
    }
    .sc-menu .menu-list .menu-list-box .menu-name {
      margin-bottom: 15px;
    }
    .sc-menu .menu-list .row {
      --bs-gutter-x: 15px !important;
    }
    .sc-menu .container,
    .sc-menu .menu-list:before {
      max-width: 85%;
    }
    .sub-title,
    .title {
      color: #000;
      margin-bottom: 30px;
    }
    .menu-name br {
      display: none;
    }
    .sc-gallery:after {
      bottom: 60px;
      height: calc(100% - 120px);
      left: 60px;
      right: 60px;
      top: 60px;
      width: calc(100% - 120px);
    }
    .sc-gallery .gallery-list {
      margin-bottom: 80px;
    }
    .sc-gallery .gallery-list .img-box {
      width: 33.33%;
    }
    .sc-reservation .reservation-bg {
      min-height: 500px;
      padding: 20px;
    }
    .sc-shop-information .container-fluid,
    .sc-contact .container-fluid,
    .sc-reservation .container-fluid {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
    .sc-shop-information .shop-info span:first-child {
      min-width: auto;
    }
    .sc-shop-information .shop-info span:last-child {
      width: 100%;
      display: block;
    }
    .sc-shop-information .default-btn.access-btn.ms-0 {
      margin-left: auto !important;
    }
    .sc-google-map iframe {
      height: 350px;
    }
    .sc-contact .row {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    .sc-contact .book-now-btn {
      margin: 1rem 2.5rem 1rem 1rem;
    }
    .sc-contact h1 {
      text-align: center;
    }
    .topTop {
      bottom: 35px;
    }
  }
  @media (max-width: 680.98px) {
    .container,
    .container-fluid {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
    .logo img {
      max-width: 115px;
    }
    .sc-top .bbq-info .logo-text img {
      max-width: 90%;
    }
    .yazawa-beef-wrap .para-text {
      text-align: justify;
    }
    .sc-yazawa-beef .beef-part-left {
      top: -20px;
    }
    .sc-yazawa-beef .beef-part-right {
      bottom: -20px;
    }
    .sc-yazawa-beef .beef-part-left img, .sc-yazawa-beef .beef-part-right img {
      max-width: 190px;
    }
    .sc-menu .menu-list .menu-list-box {
      margin-bottom: 2rem;
    }
    .sc-menu .menu-list .menu-list-box figure {
      margin-bottom: 20px;
    }
    .sc-menu .menu-list:before {
      bottom: 0;
    }
    .sc-menu .container,
    .sc-menu .menu-list:before {
      max-width: 100%;
    }
    .sc-gallery {
      padding-top: 100px;
      padding-bottom: 100px;
    }
    .sc-gallery:after {
      bottom: 30px;
      height: calc(100% - 60px);
      left: 30px;
      right: 30px;
      top: 60px;
      width: calc(100% - 60px);
    }
    .sc-gallery .gallery-list .img-box {
      width: 50%;
    }
    .sc-gallery .sub-title {
      padding-left: 1rem;
      padding-right: 1rem;
    }
    .sc-reservation {
      padding-bottom: 60px;
      padding-top: 60px;
    }
    .sc-reservation .reservation-bg {
      min-height: 380px;
      padding: 20px;
    }
    .sc-contact {
      padding-bottom: 40px;
      padding-top: 60px;
    }
    .sc-contact .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .sc-contact .book-now-btn {
      margin: 0px 1rem;
    }
    .sc-contact .book-now-btn:last-child {
      margin-right: 1rem !important;
    }
    .copyright {
      text-align: center !important;
      padding-right: 0 !important;
    }
    .sc-shop-information .title {
      font-size: 22px;
      line-height: 35px;
    }
    .sc-special .special-item.sp-item-1 .abt-item {
      /* top: 10%; */
      top: auto;
      width: calc(100% - 3.5rem);
      left: 1.5rem;
    }
    .sc-special .special-item.sp-item-2 .abt-item {
      width: calc(100% - 3.5rem);
      right: 1.5rem;
    }
  }
  @media (max-width: 360.98px) {
    .logo img {
      max-width: 100px;
    }
    .hamburger {
      right: 2.5rem;
    }
    .default-btn {
      max-width: 190px !important;
      min-height: 50px !important;
    }
    .default-btn .arrow-icon {
      background-size: 70% !important;
      right: -65px !important;
      width: 90px !important;
    }
    .sc-special .special-item .square-border {
      max-height: 500px;
    }
    .sc-yazawa-beef .beef-part-left {
      top: -15px;
    }
    .sc-yazawa-beef .beef-part-right {
      bottom: 0;
    }
    .sc-yazawa-beef .beef-part-left img, .sc-yazawa-beef .beef-part-right img {
      max-width: 150px;
    }
  }
  @media (prefers-reduced-motion: no-preference) {
    :root {
      scroll-behavior: initial !important;
    }
  }
  html {
    height: 100%;
    scroll-behavior: smooth;
  }
  
  body {
    /* font-family: "Times New Roman", "Cinzel", "Hind", sans-serif !important; */
    font-family: "Cinzel", sans-serif !important;
    font-size: 16px;
    color: #000000;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 1px;
  }
  
  img {
    max-width: 100%;
  }
  
  input[type=color],
  input[type=date],
  input[type=datetime],
  input[type=datetime-local],
  input[type=email],
  input[type=month],
  input[type=number],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=text],
  input[type=time],
  input[type=url],
  input[type=week],
  select,
  textarea {
    font-size: 16px;
  }
  
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  /* custom scrollbar  */
  ::-webkit-scrollbar {
    width: 6px !important;
  }
  
  ::-webkit-scrollbar:horizontal {
    height: 6px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    height: 6px;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    border-radius: 4px !important;
    background: #444444 !important;
    height: 6px;
  }
  
  ::-webkit-scrollbar-thumb:window-inactive {
    background: #444444 !important;
    height: 6px;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    font-weight: 600;
  }
  
  a,
  button {
    cursor: pointer;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    word-break: break-word;
    word-wrap: break-word;
  }
  a:hover,
  button:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  
  section {
    clear: both;
  }
  
  p {
    word-break: break-word;
    word-wrap: break-word;
  }
  
  .scrollTo {
    position: fixed;
    z-index: 999;
  }
  
  .topTop {
    line-height: 50px;
    position: fixed;
    z-index: 999;
    right: 1.5rem;
    margin: 0 auto;
    bottom: 2rem;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all ease 350ms;
    transition: all ease 350ms;
    border-radius: 100%;
  }
  .topTop:hover {
    opacity: 0.8;
  }
  
  .default-btn {
    text-decoration: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 70px;
    max-width: 300px;
    margin: 0 auto;
    font-style: italic;
    position: relative;
    font-size: 18px;
  }
  .default-btn .arrow-icon {
    content: "";
    position: absolute;
    background-position: center;
    background: url("/masa/wp-content/themes/qsv1/images/arrow-black.svg") no-repeat;
    width: 109px;
    height: 9px;
    right: -75px;
  }
  
  .book-now-btn {
    background: #ffffff;
  }
  .book-now-btn .arrow-icon {
    background: url("/masa/wp-content/themes/qsv1/images/arrow-gray.svg") no-repeat;
  }
  
  .view-more-btn {
    background: transparent;
    border: 1px solid #000000;
  }
  
  .img-wrapper img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .isBGImg {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .isBGImg img {
    visibility: hidden;
  }
  
  .hamburger {
    display: none;
  }
  .hamburger .bar {
    width: 1.5rem;
    height: 3px;
    display: block;
    color: #ffffff;
    padding: 0;
    margin: 8px 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #ffffff;
  }
  .hamburger .bar:nth-child(1) {
    width: 15px;
  }
  .hamburger .bar:nth-child(2) {
    width: 25px;
  }
  .hamburger .bar:nth-child(3) {
    width: 35px;
  }
  
  /* @media (max-width: 1991.98px) { */
    .hamburger {
      display: block;
      cursor: pointer;
      z-index: 999;
      /* position: absolute; */
      right: 1.5rem;
      padding: 8px 12px;
      border: 1px solid #fff;
    }
    .hamburger.active .bar:nth-child(2) {
      opacity: 0;
    }
    .hamburger.active .bar:nth-child(1) {
      -webkit-transform: translateY(10px) rotate(-315deg);
      transform: translateY(10px) rotate(-315deg);
      width: 35px;
    }
    .hamburger.active .bar:nth-child(3) {
      -webkit-transform: translateY(-12px) rotate(-45deg);
      transform: translateY(-12px) rotate(-45deg);
      width: 35px;
    }
    .nav-menu {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: fixed;
      top: 0;
      left: -100%;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      margin: 0 auto;
    }
    .nav-menu.active {
      left: 0;
      z-index: 100;
      -webkit-transition: 0.2s ease;
      transition: 0.2s ease;
      background: #000000;
    }
    .nav-menu a {
      padding: 1rem;
    }
  /* } */

  .gallery-top {
    background: #000000;
    padding: 250px 0 70px 0;
  }
  
  .sc-gallery-list {
    position: relative;
    z-index: 1;
    background: #000000;
    padding: 80px;
    padding-bottom: 260px;
  }
  .sc-gallery-list:after {
    background: #000 url("/masa/wp-content/themes/qsv1/images/gallery-bg.jpg") no-repeat top;
    background-size: cover;
    bottom: 180px;
    content: "";
    height: calc(100% - 160px);
    left: 180px;
    position: absolute;
    right: 180px;
    top: 0;
    width: calc(100% - 360px);
    z-index: -1;
  }
  .sc-gallery-list .row a {
    padding: 20px;
  }
  .sc-gallery-list figure {
    overflow: hidden;
    margin-bottom: 0;
    border: 1px solid #999;
    aspect-ratio: 1;
  }
  .sc-gallery-list figure img {
    -o-object-fit: scale-down;
       object-fit: scale-down;
    -o-object-position: center;
       object-position: center;
    height: 100%;
    width: 100%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
  .sc-gallery-list figure:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  
  .gallery-page .view-more-btn {
    background-color: #000000;
    border: 1px solid #ffffff;
  }
  .gallery-page .view-more-btn .arrow-icon {
    background: url("/masa/wp-content/themes/qsv1/images/arrow-gray.svg") no-repeat;
  }
  
  @media (max-width: 1170.98px) {
    .sc-gallery-list {
      padding-left: 40px;
      padding-right: 40px;
    }
    .sc-gallery-list:after {
      height: calc(100% - 160px);
      left: 120px;
      right: 120px;
      width: calc(100% - 240px);
    }
  }
  @media (max-width: 991.98px) {
    .sc-gallery-list .row a {
      padding: 10px;
    }
  }
  @media (max-width: 768.98px) {
    .sc-gallery-list {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-bottom: 140px;
    }
    .sc-gallery-list:after {
      height: calc(100% - 60px);
      left: 60px;
      right: 60px;
      width: calc(100% - 120px);
    }
  }
  @media (max-width: 575.98px) {
    .gallery-top {
      background: #000;
      padding: 150px 0 60px;
    }
    .sc-gallery-list {
      padding-top: 40px;
      padding-bottom: 100px;
      padding-left: 1rem;
      padding-right: 1rem;
    }
    .sc-gallery-list:after {
      height: calc(100% - 50px);
      left: 3rem;
      right: 3rem;
      width: calc(100% - 6rem);
    }
  }
  .menu-item-page {
    background-color: #000000;
  }
  .menu-item-page .page-wrapper {
    max-width: 1600px;
  }
  .menu-item-page .default-btn span {
    z-index: 1;
  }
  
  .menu-top {
    background: #000000;
    padding: 235px 0;
    background: url("/masa/wp-content/themes/qsv1/images/menu-bg.jpg") no-repeat top;
    background-attachment: fixed;
  }
  
  .sc-menu-block {
    margin-top: -165px;
    padding-top: 0;
    padding-left: 132px;
  }
  
  .sc-menu-row:first-child {
    margin-bottom: 110px;
  }
  .sc-menu-row .menu-block-l {
    min-height: 1100px;
    width: 700px;
    padding: 146px 76px;
    border: 1px solid #707070;
  }
  .sc-menu-row .block-title {
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 3px;
    margin-bottom: 50px;
    position: relative;
    line-height: 54px;
  }
  .sc-menu-row .block-title::after {
    content: "";
    position: absolute;
    right: 100%;
    top: 25%;
    width: 100px;
    height: 1px;
    background-color: #707070;
    margin-right: 30px;
  }
  .sc-menu-row .block-text {
    font-size: 18px;
    max-width: 385px;
  }
  .sc-menu-row .block-wrapper {
    position: relative;
    z-index: 1;
  }
  .sc-menu-row .block-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sc-menu-row .menu-block-r {
    margin-left: -112px;
    z-index: 1;
    width: 880px;
  }
  .sc-menu-row .menu-list {
    border: 1px solid #707070;
  }
  .sc-menu-row .menu-item {
    padding: 108px 84px 90px 84px;
    gap: 42px;
    grid-template-columns: 200px auto;
    border-bottom: 1px solid #707070;
    background-color: #000000;
  }
  .sc-menu-row .menu-item .item-img {
    overflow: hidden;
    background-color: #707070;
  }
  .sc-menu-row .menu-item .item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sc-menu-row .menu-item .item-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .sc-menu-row .menu-item .item-text {
    font-size: 16px;
    max-width: 445px;
  }
  .sc-menu-row .menu-item .default-btn {
    margin-top: 26px;
    background-color: #ffffff;
  }
  .sc-menu-row .menu-item .default-btn .arrow-icon {
    background: url("/masa/wp-content/themes/qsv1/images/arrow-gray.svg") no-repeat;
  }
  .sc-menu-row .menu-item:last-child {
    border-bottom: 0;
  }
  
  @media screen and (max-width: 1399.98px) {
    .sc-menu-block {
      padding-left: 90px;
    }
    .sc-menu-row .block-title::after {
      width: 60px;
    }
    .sc-menu-row .block-text {
      max-width: 360px;
    }
    .sc-menu-row .menu-item {
      padding: 60px 50px;
      gap: 30px;
    }
    .sc-menu-row .menu-item .default-btn {
      max-width: 250px;
    }
    .sc-menu-row .menu-block-l {
      padding: 110px 60px;
      min-height: 900px;
    }
  }
  @media screen and (max-width: 1199.98px) {
    .sc-menu-block {
      padding-left: 70px;
    }
    .sc-menu-row .block-title::after {
      width: 40px;
      margin-right: 10px;
    }
    .sc-menu-row .block-text {
      max-width: 325px;
    }
    .sc-menu-row .menu-block-l {
      padding-left: 30px;
    }
    .sc-menu-row .menu-item {
      padding: 40px;
    }
    .sc-menu-row .menu-item .item-text {
      max-width: 100%;
    }
    .sc-menu-row .menu-item .default-btn {
      max-width: 200px;
    }
  }
  @media screen and (max-width: 991.98px) {
    .sc-menu-block {
      padding-left: 24px;
      padding-right: 24px;
    }
    .sc-menu-row {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important;
    }
    .sc-menu-row:first-child {
      margin-bottom: 70px;
    }
    .sc-menu-row .block-title::after {
      width: 60px;
      margin-right: 30px;
    }
    .sc-menu-row .block-text {
      max-width: 100%;
    }
    .sc-menu-row .menu-block-l {
      padding-left: 60px;
      padding-right: 60px;
      max-width: 700px;
      width: 100%;
      min-height: 600px;
    }
    .sc-menu-row .menu-block-r {
      margin-left: 0;
      width: auto;
    }
    .sc-menu-row .menu-item .default-btn {
      max-width: 300px;
    }
  }
  @media screen and (max-width: 768px) {
    .sc-menu-row .menu-item {
      padding: 40px 24px;
      gap: 20px;
    }
  }
  @media screen and (max-width: 575.98px) {
    .menu-top {
      padding: 180px 0;
    }
    .sc-menu-row .block-title {
      margin-bottom: 30px;
      font-size: 32px;
    }
    .sc-menu-row .block-title::after {
      display: none;
    }
    .sc-menu-row .menu-block-l {
      padding: 80px 30px 60px 30px;
    }
    .sc-menu-row .menu-item {
      grid-template-columns: 100%;
    }
  }
  @media screen and (max-width: 420px) {
    .sc-menu-row .menu-item {
      padding: 50px 16px 30px 16px;
    }
    .sc-menu-row .menu-item .default-btn {
      max-width: 200px !important;
      min-height: 52px !important;
    }
  }
  .container-1200 {
    max-width: 1200px;
    margin: auto;
  }
  
  .frame-picture {
    max-width: 320px;
    width: 100%;
    height: 320px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.5019607843);
    background-color: rgba(0, 0, 0, 0.5019607843);
    aspect-ratio: 1;
  }
  
  .pages-page {
    color: #ffffff;
  }
  
  .about-banner {
    background-color: #000000;
    padding-top: 120px;
  }
  .about-banner .about-top {
    height: calc(100vh - 120px);
    background-size: 100% !important;
    background-position: center 120px !important;
    background-attachment: fixed !important;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url("/masa/wp-content/themes/qsv1/images/about-bg.jpg") no-repeat;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url("/masa/wp-content/themes/qsv1/images/about-bg.jpg") no-repeat;
  }
  
  .about-info-wrapper {
    z-index: 2;
  }
  .about-info-wrapper .about-info {
    max-width: 800px;
    border: 1px solid #707070;
    padding: 95px 84px 108px;
    margin-top: -270px;
    background-color: rgba(0, 0, 0, 0.9098039216);
  }
  .about-info-wrapper .about-info:before {
    content: "";
    position: absolute;
    top: 180px;
    left: -56px;
    width: 112px;
    height: 1px;
    background-color: #ffffff;
    z-index: 4;
  }
  .about-info-wrapper .about-info .about-content {
    z-index: 2;
  }
  .about-info-wrapper .about-info .map-image {
    max-width: 464px;
    height: 490px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .about-info-wrapper .about-info .page-title {
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 600;
    letter-spacing: 4px;
  }
  .about-info-wrapper .about-info .company-title {
    max-width: 390px;
    font-size: 40px;
    margin-bottom: 50px;
    letter-spacing: 3px;
    font-weight: 500;
    line-height: 54px;
  }
  .about-info-wrapper .about-info .food-title {
    font-size: 24px;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 70px;
    line-height: 54px;
    letter-spacing: 3px;
  }
  .about-info-wrapper .about-info .food-title img {
    width: 12px;
    height: 12px;
    margin: 0 15px;
  }
  .about-info-wrapper .about-info .description {
    font-size: 18px;
    line-height: 30px;
  }
  
  .feature-box {
    gap: 70px;
  }
  .feature-box .feature-content {
    padding-top: 45px;
    max-width: 810px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .feature-box .feature-content .title {
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: 500;
    letter-spacing: 3px;
    color: #ffffff;
  }
  .feature-box .feature-content .headline {
    font-size: 24px;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 40px;
  }
  .feature-box .feature-content .description {
    font-size: 18px;
    line-height: 30px;
  }
  
  .atmosphere-wrapper {
    padding: 98px 0 200px 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url("/masa/wp-content/themes/qsv1/images/atmosphere-bg.jpg") 100% no-repeat;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url("/masa/wp-content/themes/qsv1/images/atmosphere-bg.jpg") 100% no-repeat;
    background-position: top;
    background-size: 100%;
    background-color: #000000;
  }
  .atmosphere-wrapper .atmosphere-box {
    margin-bottom: 134px;
  }
  .atmosphere-wrapper .atmosphere-box .frame-picture::before {
    content: "";
    position: absolute;
    top: 70px;
    left: -504px;
    width: 562px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5019607843);
    z-index: 4;
  }
  .atmosphere-wrapper .atmosphere-gallery {
    margin-left: 10%;
  }
  .atmosphere-wrapper .atmosphere-gallery .d-flex div.img-1 {
    max-width: 800px;
    aspect-ratio: 1.33;
  }
  .atmosphere-wrapper .atmosphere-gallery .d-flex div {
    max-width: 600px;
    aspect-ratio: 1;
  }
  
  .materials-wrapper {
    padding-top: 144px;
    padding-bottom: 197px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url("/masa/wp-content/themes/qsv1/images/materials-bg.jpg") 100% no-repeat;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%), url("/masa/wp-content/themes/qsv1/images/materials-bg.jpg") 100% no-repeat;
    background-position: top;
    background-size: 100%;
    background-color: #000000;
    border-bottom: 1px solid #ffffff;
  }
  .materials-wrapper .material-box {
    margin-bottom: 86px;
  }
  .materials-wrapper .material-box .frame-picture:before {
    content: "";
    position: absolute;
    top: 70px;
    right: -44px;
    width: 110px;
    height: 1px;
    background-color: #ffffff;
    z-index: 4;
    opacity: 0.5;
  }
  .materials-wrapper .material-gallery {
    margin-right: 10%;
  }
  .materials-wrapper .material-gallery .d-flex div.img-1 {
    max-width: 600px;
    aspect-ratio: 1.33;
  }
  .materials-wrapper .material-gallery .d-flex div {
    max-width: 800px;
    aspect-ratio: 1;
  }
  
  @media (max-width: 1440.98px) {
    .atmosphere-wrapper .atmosphere-gallery {
      margin-left: 7.5rem;
    }
    .materials-wrapper .material-gallery {
      margin-right: 7.5rem;
    }
    .container-1200 {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  }
  @media (max-width: 1170.98px) {
    .about-banner .about-info-wrapper .about-info {
      padding: 80px 70px;
      margin-top: -230px;
    }
    .about-banner .about-info-wrapper .about-info .company-title {
      margin-bottom: 10px;
      font-size: 30px;
    }
    .about-banner .about-info-wrapper .about-info .food-title {
      margin-bottom: 20px;
      font-size: 20px;
    }
    .about-banner .about-info-wrapper .about-info .description {
      font-size: 16px;
    }
    .atmosphere-wrapper .atmosphere-gallery {
      margin-left: 3.75rem;
    }
    .materials-wrapper .material-gallery {
      margin-right: 3.75rem;
    }
    .atmosphere-wrapper,
    .materials-wrapper {
      padding-top: 80px;
      padding-bottom: 80px;
    }
    .feature-box {
      gap: 50px;
      margin-bottom: 64px;
    }
    .feature-box .feature-content .title {
      margin-bottom: 10px;
      font-size: 36px;
    }
    .feature-box .feature-content .headline {
      margin-bottom: 20px;
      font-size: 20px;
    }
    .feature-box .feature-content .description {
      font-size: 16px;
    }
  }
  @media (max-width: 1024px) {
    .atmosphere-wrapper .atmosphere-box {
      margin-bottom: 70px;
    }
    .atmosphere-wrapper .atmosphere-box .frame-picture::before {
      width: 360px;
      left: -300px;
    }
  }
  @media (max-width: 991.98px) {
    .about-banner {
      padding-top: 80px;
    }
    .about-banner .about-info-wrapper .about-info {
      margin-top: -280px;
      max-width: 85%;
    }
    .about-banner .about-top {
      height: calc(100vh - 30px);
      background-position: center 80px !important;
    }
    .atmosphere-wrapper .atmosphere-box .frame-picture:before {
      left: -54px;
      width: 110px;
    }
  }
  @media (max-width: 768.98px) {
    .atmosphere-wrapper .atmosphere-gallery {
      margin-left: 0;
    }
    .materials-wrapper .atmosphere-gallery {
      margin-left: 0;
    }
    .materials-wrapper .material-gallery {
      margin-right: 0;
    }
    .atmosphere-wrapper .atmosphere-box,
    .materials-wrapper .material-box {
      gap: 0;
    }
    .atmosphere-wrapper .atmosphere-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
    }
    .about-banner .about-info-wrapper .about-info {
      padding: 80px 40px;
    }
    .about-info-wrapper .about-info:before {
      content: none;
    }
    .about-banner .about-top {
      background-size: 175% !important;
    }
  }
  @media (max-width: 680.98px) {
    .about-info-wrapper .about-info {
      max-width: 500px;
      margin-top: -250px;
    }
    .about-info-wrapper .about-info::before {
      top: 220px;
    }
    .about-info-wrapper .about-info {
      padding: 60px 30px;
    }
    .about-banner .about-info-wrapper .about-info {
      max-width: calc(100% - 3rem);
      padding: 60px 40px;
    }
    .feature-box .feature-content .title {
      font-size: 32px;
    }
  }
  .contact-page {
    background-color: #000000;
  }
  .contact-page .sep-line-1 {
    max-width: 700px;
  }
  
  .contact-top {
    background-color: #000000;
    padding: 350px 0;
    background: url("/masa/wp-content/themes/qsv1/images/contact-bg2.jpg") no-repeat;
    background-attachment: fixed;
  }
  
  .sc-contact-block {
    padding-top: 0;
    padding-bottom: 75px;
    margin-top: -100px;
    margin-bottom: 140px;
    background-color: #151515;
    max-width: 800px;
    border: 1px solid #707070;
  }
  
  .block-separator-line {
    height: 1px;
    background-color: #333333;
  }
  
  .contact-block-top {
    padding: 45px 50px 40px 50px;
  }
  .contact-block-top > div {
    padding: 16px 25px;
  }
  .contact-block-top .block-top-l {
    border-right: 1px solid #333333;
  }
  .contact-block-top .block-top-title {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 22px;
  }
  .contact-block-top .block-top-title::after {
    position: absolute;
    content: "";
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 15px;
    height: 1px;
    background-color: #ffffff;
  }
  .contact-block-top .block-top-list {
    font-size: 18px;
  }
  
  .contact-block-form {
    max-width: 535px;
    padding-top: 48px;
  }
  .contact-block-form .block-form-title {
    font-size: 24px;
  }
  .contact-block-form .form-content {
    row-gap: 28px;
    padding: 40px 0;
  }
  .contact-block-form .form-label {
    font-size: 18px;
    text-align: right;
    white-space: nowrap;
    position: relative;
  }
  .contact-block-form .form-label:after {
    content: ":";
    top: 0;
    height: 25px;
    position: absolute;
    padding-left: 5px;
  }
  .contact-block-form .form-control {
    border: 1px solid #666666;
    background-color: transparent;
    border-radius: 2px;
    height: 32px;
    max-width: 400px;
    color: #ffffff;
    padding-left: 14px;
    padding-right: 14px;
  }
  .contact-block-form .form-control::-webkit-input-placeholder {
    color: #707070;
  }
  .contact-block-form .form-control::-moz-placeholder {
    color: #707070;
  }
  .contact-block-form .form-control:-ms-input-placeholder {
    color: #707070;
  }
  .contact-block-form .form-control::-ms-input-placeholder {
    color: #707070;
  }
  .contact-block-form .form-control::placeholder {
    color: #707070;
  }
  .contact-block-form textarea.form-control {
    height: 120px;
    resize: none;
    padding: 10px 14px;
  }
  .contact-block-form .form-elem {
    grid-template-columns: 165px auto;
    gap: 12px;
    position: relative;
  }
  .contact-block-form .form-elem .invalid-feedback {
    position: absolute;
  }
  .contact-block-form .form-check-agree {
    padding: 24px 0;
    border-top: 1px solid #333333;
  }
  .contact-block-form .form-check-agree .form-check {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    font-size: 14px;
    min-height: 1rem;
    font-weight: 400;
    position: relative;
    margin-bottom: 0;
  }
  .contact-block-form .form-check-agree .form-check input[type=checkbox] {
    margin-top: 3px !important;
    margin-right: 12px;
  }
  .contact-block-form .form-check-agree .form-check .invalid-feedback {
    font-size: 14px;
    margin-left: 8px;
    position: absolute;
    top: 100%;
    margin-top: -2px;
  }
  .contact-block-form .form-check-agree .form-check-label {
    font-size: 14px;
  }
  .contact-block-form .form-check-agree .form-check-input {
    border-radius: 0;
    border: 2px solid #ffffff;
    background-color: #000000;
    min-width: 16px;
  }
  .contact-block-form .form-check-agree .policy-link {
    font-size: 14px;
    margin-top: 4px;
    display: inline-block;
  }
  .contact-block-form .btn-wrapper {
    border-top: 1px solid #333333;
  }
  .contact-block-form .btn-submit {
    margin-top: 30px;
  }
  
  .btn-dark-gradient {
    background: rgb(0, 0, 0);
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), to(rgb(102, 102, 102)));
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(102, 102, 102) 100%);
    color: #ffffff;
    border-radius: 100vh;
    border: 1px solid #666666;
    text-align: center;
    height: 48px;
    min-width: 200px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-style: italic;
  }
  
  .field-contact-is_agree .invalid-feedback {
    display: block;
  }
  
  @media screen and (max-width: 991.98px) {
    .sc-contact-block {
      padding-left: 16px;
      padding-right: 16px;
    }
    .contact-block-top .block-top-l {
      border-right: none;
    }
    .contact-block-form .form-content {
      padding: 40px 0;
    }
  }
  @media screen and (max-width: 767.98px) {
    .contact-block-form .form-control {
      max-width: 380px;
    }
  }
  @media screen and (max-width: 575.98px) {
    .contact-top {
      padding: 180px 0;
    }
    .contact-block-top {
      padding: 30px;
    }
    .contact-block-form .form-content {
      padding: 20px 0;
      row-gap: 12px;
    }
    .contact-block-form .form-elem {
      grid-template-columns: 100%;
      gap: 6px;
    }
    .contact-block-form .form-label {
      text-align: left;
    }
    .contact-block-form .form-control {
      max-width: 100%;
    }
    .contact-block-form .form-input.ps-4 {
      padding-left: 0 !important;
    }
    .contact-block-form .btn-wrapper .btn-dark-gradient {
      min-width: 48%;
    }
    .contact_confirm .contact-block-form .form-input {
      background: #212020;
      padding: 6px !important;
    }
  }
  @media screen and (max-width: 420px) {
    .contact-block-top {
      padding-left: 0;
      padding-right: 0;
    }
  }

  .wpcf7-form input[type="text"], 
.wpcf7-form input[type="email"], 
.wpcf7-form input[type="url"], 
.wpcf7-form input[type="password"], 
.wpcf7-form input[type="search"], 
.wpcf7-form input[type="number"], 
.wpcf7-form input[type="tel"], 
.wpcf7-form textarea {
  border: 1px solid #666666;
  background-color: transparent;
  border-radius: 2px;
  height: 32px;
  max-width: 400px;
  color: #ffffff;
  padding-left: 14px;
  padding-right: 14px;
}
.wpcf7-form p {
    margin: 0 0 28px;
}
.wpcf7-text:focus, 
.wpcf7-textarea:focus {
    outline: 1px solid rgba(84, 222, 197, 0.9);
    outline-offset: 0;
}


/* custom checkbox styling for contact form 7 checkbox */
span.wpcf7-list-item {
  display: inline-block;
  margin: 0;
  }
  .wpcf7 .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
  }
  .wpcf7-checkbox label {
  position: relative;
  cursor: pointer;
  }
  .wpcf7-checkbox input[type=checkbox] {
  /*position: relative;*/
  position: absolute;
  visibility: hidden;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  }
  .wpcf7-checkbox input[type=checkbox] + span {
  /* border: 3px solid red; */
  }
  .wpcf7-checkbox input[type=checkbox] + span:before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 0;
  height: 18px;
  width: 18px;
  top: 0px;
  left: 0px;
  border: 1px solid #ffffff;
  }
  .wpcf7-checkbox input[type=checkbox] + span:after {
  display: block;
  position: absolute;
  content: "\2713";
  height: 18px;
  width: 18px;
  top: 0;
  left: 0;
  visibility: hidden;
  font-size: 18px;
  text-align: center;
  line-height: 22px;
  }
  .wpcf7-checkbox input[type=checkbox]:checked + span:before {
  background: transparent;
  }
  .wpcf7-checkbox input[type=checkbox]:checked + span:after {
  visibility: visible;
  }
  .wpcf7-list-item-label {
  margin-left: 40px;
  display: inline-block;
  }

  .news-title {
    font-size: 18px; 
    font-weight: 600;
  }


  /* Effects */

.img-blurred {
  animation-name: img-unblur;
  animation-duration: 3.2s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-delay: 1s;
  transition-timing-function: ease-in;
}
@keyframes img-unblur {
  0%   {
    /* -webkit-filter: blur(5px); */
    filter: blur(15px); 
    opacity: 0;
  }

  100% {
    /* -webkit-filter: none; */
    filter: blur(0px); 
    opacity: 100;
  }
}

.animated1 {
  animation-name: animated1;
  animation-duration: 2s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-delay: 1s;
  transition-duration: 2s;
}

@keyframes animated1 {
  0%   {
    opacity:0;
    transform: translate(-50px,0px);

  }
  100% {
    opacity:100;
    transform: translate(0px,0px);
    
  }
}


.animate-1-r {
  animation-name: animate-1a-r;
  animation-duration: 2s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-delay: 0.3s;
  transition-duration: 2s;
}

@keyframes animate-1a-r {
  0%   {
    opacity:0;
    transform: translate(50px,0px);

  }
  100% {
    opacity:100;
    transform: translate(0px,0px);
    
  }
}

.animate-1-l {
  animation-name: animate-1a-l;
  animation-duration: 2s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-delay: 0.3s;
  transition-duration: 2s;
}

@keyframes animate-1a-l {
  0%   {
    opacity:0;
    transform: translate(-50px,0px);

  }
  100% {
    opacity:100;
    transform: translate(0px,0px);
    
  }
}