@charset "UTF-8";
/*=================================================*/
/*色
/*=================================================*/
/*=================================================*/
/*下層FV
/*=================================================*/
.top_wrap {
  padding-top: 48px;
  position: relative;
  min-height: 200px;
}

.top_wrap .back {
  width: 100%;
  min-height: 250px;
}

.top_wrap .top-title-box {
  text-align: center;
}

.top_wrap .top-title-box .h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  white-space: nowrap;
  font-family: 'Damion';
  font-style: normal;
  font-weight: 400;
  font-size: 46px;
  line-height: 37px;
  text-align: center;
  letter-spacing: 0.035em;
  color: rgba(243, 243, 243, 0.35);
}

@media (min-width: 1024px) {
  .top_wrap .top-title-box .h1 {
    font-size: 96px;
    line-height: 74px;
  }
}

.top_wrap .top-title-box .txt-en {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-family: 'Yuji Syuku';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media (min-width: 1024px) {
  .top_wrap .top-title-box .txt-en {
    top: 58%;
    font-size: 32px;
    line-height: 46px;
  }
}

/*=================================================*/
/*ボタン
/*=================================================*/
.red-btn-box {
  width: 90%;
  display: flex;
  justify-content: center;
  flex-flow: column;
  max-width: 654px;
  margin: 80px auto 100px;
  gap: 16px;
}

@media (min-width: 768px) {
  .red-btn-box {
    justify-content: space-between;
    flex-flow: initial;
    width: 100%;
    margin: 80px auto 100px;
  }
}

.red-btn-box .btn-link {
  position: relative;
  display: inline-block;
  width: 220px;
  height: 45px;
  border: 1px solid #A2001C;
  background: #A2001C;
  transition: 0.3s;
  margin: auto;
}

@media (min-width: 768px) {
  .red-btn-box .btn-link {
    margin: 0;
  }
}

.red-btn-box .btn-link:hover {
  background: #FFF;
  transition: 0.3s;
}

.red-btn-box .btn-link:hover .txt16 {
  color: #333;
  transition: 0.3s;
}

.red-btn-box .btn-link:hover .arrow-box {
  border: 1px solid #A2001C;
  transition: 0.3s;
}

.red-btn-box .btn-link:hover .arrow-box::after {
  background: #A2001C;
  transition: 0.3s;
}

.red-btn-box .btn-link:hover .arrow-box::before {
  background: #A2001C;
  transition: 0.3s;
}

.red-btn-box .btn-link .txt16 {
  padding: 12px 30px 13px;
  text-align: center;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  transition: 0.3s;
}

.red-btn-box .btn-link .arrow-box {
  position: absolute;
  right: 15px;
  top: 34%;
  width: 16px;
  height: 16px;
  border-radius: 30px;
  border: 1px solid #FFFFFF;
  transition: 0.3s;
}

.red-btn-box .btn-link .arrow-box::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 1px;
  top: 8px;
  left: 6px;
  background: #FFF;
  transform: rotate(-45deg);
  transition: 0.3s;
}

.red-btn-box .btn-link .arrow-box::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 1px;
  top: 6px;
  left: 6px;
  background: #FFF;
  transform: rotate(45deg);
}

.red-btn-box .btn-left {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .red-btn-box .btn-left {
    margin-bottom: 0;
  }
}

/*=================================================*/
/*海鮮料理
/*=================================================*/
.fresh-seafood-section {
  position: relative;
  width: 90%;
  margin: auto;
}

@media (min-width: 1200px) {
  .fresh-seafood-section {
    width: 100%;
    max-width: 1100px;
  }
}

.fresh-seafood-section .section-title-box {
  position: relative;
  padding: 65px 0 0;
}

@media (min-width: 768px) {
  .fresh-seafood-section .section-title-box {
    padding: 140px 0 0;
  }
}

@media (min-width: 1024px) {
  .fresh-seafood-section .section-title-box {
    padding: 183px 0 0;
  }
}

.fresh-seafood-section .section-title-box .h2-title-en {
  position: absolute;
  text-align: center;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  white-space: nowrap;
  font-family: 'Damion';
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  line-height: 29px;
  letter-spacing: 0.035em;
  color: #F3F3F3;
}

@media (min-width: 768px) {
  .fresh-seafood-section .section-title-box .h2-title-en {
    font-size: 88px;
    line-height: 67px;
  }
}

@media (min-width: 1200px) {
  .fresh-seafood-section .section-title-box .h2-title-en {
    font-size: 128px;
    line-height: 83px;
    right: -80px;
  }
}

.fresh-seafood-section .section-title-box .txt32 {
  text-align: center;
  position: absolute;
  text-align: center;
  top: 29px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-family: 'Yuji Syuku';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0.08em;
  color: #333;
}

@media (min-width: 768px) {
  .fresh-seafood-section .section-title-box .txt32 {
    top: 91px;
    font-size: 24px;
    line-height: 35px;
  }
}

@media (min-width: 1200px) {
  .fresh-seafood-section .section-title-box .txt32 {
    top: 129px;
    font-size: 32px;
    line-height: 35px;
  }
}

.fresh-seafood-section .img-flex {
  margin-top: 2em;
  position: relative;
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  gap: 45px;
  z-index: 1;
}

@media (min-width: 768px) {
  .fresh-seafood-section .img-flex {
    gap: 20px;
  }
}

@media (min-width: 1200px) {
  .fresh-seafood-section .img-flex {
    gap: 15px;
  }
}

@media (min-width: 768px) {
  .fresh-seafood-section .img-flex .img-flex-li {
    width: 40%;
  }
}

@media (min-width: 1200px) {
  .fresh-seafood-section .img-flex .img-flex-li {
    width: 23.9%;
  }
}

.fresh-seafood-section .img-flex-top {
  margin-top: 0;
}

.fresh-seafood-section .price-text-box {
  margin-top: 10px;
}

.fresh-seafood-section .price-text-box .name-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 0.08em;
  color: #333333;
}

.fresh-seafood-section .price-text-box .price-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.08em;
  color: #333333;
}

.fresh-seafood-section .txt16 {
  margin: 20px 0 40px;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.08em;
  color: #333333;
}

@media (min-width: 768px) {
  .fresh-seafood-section .txt16 {
    margin: 35px 0 60px;
  }
}

.fresh-seafood-section.m-top100 {
  margin: 100px auto;
}

/* #sushi .section-title-box {
  padding: 35px 0 0;
} */

/* @media (min-width: 768px) {
  #sushi .section-title-box {
    padding: 72px 0 0;
  }
}

@media (min-width: 1200px) {
  #sushi .section-title-box {
    padding: 96px 0 0;
  }
}

#sushi .section-title-box .txt32 {
  top: 3px;
}

@media (min-width: 768px) {
  #sushi .section-title-box .txt32 {
    top: 37px;
  }
}

@media (min-width: 1200px) {
  #sushi .section-title-box .txt32 {
    top: 59px;
  }
} */

.img-deco {
  display: none;
}

@media (min-width: 768px) {
  .img-deco {
    display: block;
    width: 113px;
    height: 103px;
  }
}

@media (min-width: 1024px) {
  .img-deco {
    width: 213px;
    height: 213px;
  }
}

.deco-right.deco1 {
  position: absolute;
  top: 43px;
  right: -23px;
}

@media (min-width: 1200px) {
  .deco-right.deco1 {
    top: 43px;
    right: -53px;
  }
}

.deco-left.deco2 {
  position: absolute;
  left: 0;
  bottom: 288px;
}

@media (min-width: 1024px) {
  .deco-left.deco2 {
    bottom: 123px;
  }
}

@media (min-width: 1200px) {
  .deco-left.deco2 {
    left: -25px;
    bottom: 110px;
  }
}

.deco-right.deco3 {
  position: absolute;
  top: 203px;
  right: -23px;
}

@media (min-width: 1200px) {
  .deco-right.deco3 {
    top: 203px;
    right: -43px;
  }
}

.deco-left.deco4 {
  position: absolute;
  left: 0;
  bottom: 317px;
}

@media (min-width: 1024px) {
  .deco-left.deco4 {
    bottom: 117px;
  }
}

@media (min-width: 1200px) {
  .deco-left.deco4 {
    left: -45px;
    bottom: 114px;
  }
}

.menu-text-container {
  margin-top: 25px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  z-index: 3;
}

@media (min-width: 768px) {
  .menu-text-container {
    width: 82%;
    margin: 25px auto 0;
  }
}

@media (min-width: 1200px) {
  .menu-text-container {
    width: 100%;
  }
}

.menu-text-container .price-text-box {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 1em;
}

@media (min-width: 415px) {
  .menu-text-container .price-text-box {
    display: flex;
    justify-content: space-between;
    gap: 1.5em;
  }
}

@media (min-width: 768px) {
  .menu-text-container .price-text-box {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .menu-text-container .price-text-box {
    width: 45%;
  }
}

.menu-text-container .price-text-box::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
  border-bottom: dotted 1px #000;
}

.menu-text-container .price-text-box .name-text {
  background-color: #ffffff;
  z-index: 2;
  padding-right: 10px;
}

.menu-text-container .price-text-box .price-text {
  padding-left: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 0.08em;
  color: #333333;
  background-color: #ffffff;
  z-index: 2;
}

.menu-text-container.mt-3 {
  margin-top: 3em;
}

/* フッターコンタクト非表示 */
.footer-ccontact-section {
  display: none;
}
/*# sourceMappingURL=secondmenu2.css.map */