@font-face {
  font-family: YuMincho;
  src: url(../fonts//fonts/yumin.ttf);
}

* {
  margin: 0;
  padding: 0;
  font-family: YuMincho, /* Mac用 */ "Yu Mincho", /* Windows用 */ serif !important;
  text-decoration: none;
  color: #fff;
  list-style: none;
  word-break: break-all;
}

body {
  background-image: url(../slice/common/background/main-background.png);
  background-repeat: repeat;
}

.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas,
.fa-brands {
  font-family: "Font Awesome 6 Free" !important;
}

body.no-scroll {
  overflow: hidden;
}

/* HEADER */

.main__header .container {
  padding: 30px;
}

.fl-column {
  flex-direction: column;
}

.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.red-text {
  color: #db1f20;
}

.social_links-layout {
  display: flex;
  gap: 30px;
  align-items: center;
}

.social_links-layout li a i {
  font-size: 24px;
}

.h-nav_layout {
  display: flex;
  align-items: center;
  gap: 30px;
}

.h-nav_layout li {
  position: relative;
  transition: all 0.7s ease;
}

.h-nav_layout li:hover {
}

.h-nav_layout li:hover a {
  color: #db1f20;
}

.h-nav_layout li:hover::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #db1f20;
}

.header-nav {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.tel_link {
  font-size: 30px;
}

.social_links,
.h-logo,
.header-info {
  width: 30%;
}

.h-logo {
  width: 18.5%;
  position: relative;
}

.h-logo a {
  position: absolute;
  top: -20px;
}

.header-info_layout {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 25px;
}

.header-info_layout li p {
  text-align: end;
}

.header-info_layout li a p {
  text-align: end;
}

.header-info_layout li:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.header-info_layout li a i {
  margin-right: 5px;
}

.top__sec {
  margin-bottom: 200px;
}

.ham-btn {
  height: 50px;
  width: 50px;
  margin-left: auto;
  position: relative;
}

.ham-btn span {
  height: 5px;
  width: 100%;
  background-color: #048387fd;
  border-radius: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
}

.ham-btn span:nth-child(1) {
  top: 25%;
}

.ham-btn span:nth-child(3) {
  top: 75%;
}

.ham-btn.active span:nth-child(1) {
  top: 55%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.ham-btn.active span:nth-child(2) {
  opacity: 0;
}

.ham-btn.active span:nth-child(3) {
  top: 45%;
  transform: translate(-50%, 50%) rotate(-45deg);
}

.scrll-ham-btn {
  height: 23px;
  width: 21px;
  margin-left: auto;
  position: relative;
}

.scrll-ham-btn span {
  height: 3px;
  width: 100%;
  background-color: #fff;
  border-radius: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
}

.scrll-ham-btn span:nth-child(1) {
  top: 25%;
}

.scrll-ham-btn span:nth-child(3) {
  top: 75%;
}

.scrll-ham-btn.active span:nth-child(1) {
  top: 55%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.scrll-ham-btn.active span:nth-child(2) {
  opacity: 0;
}

.scrll-ham-btn.active span:nth-child(3) {
  top: 45%;
  transform: translate(-50%, 50%) rotate(-45deg);
}

.scroll-down_header {
  display: none;
  background-color: #151515;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
}

.scroll-down_header.active {
  display: block;
  position: fixed;
  width: 100%;
  top: 0;
}

.scroll-down_header .container {
  display: flex;
  justify-content: space-between;
  padding: 20px 30px;
}

.sd-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

.sd-nav .social_links-layout {
  gap: 10px;
}

.sd-logo a {
  display: block;
  width: 305px;
}

.sd-logo a img {
  width: 100%;
}

.burger-menu {
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  padding: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  z-index: 1000;
}

.burger-menu.open {
  display: block;
}

.burger-nav_layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 30px;
  padding-top: 100px;
  width: 50%;
  margin-left: auto;
  background-color: #151515;
  height: 100%;
}

.burger-nav_layout li {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 30px;
}

.burger-nav_layout .header-info {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.burger-nav_layout .header-info_layout li {
  width: auto;
}

.burger-nav_layout .header-info_layout li:nth-child(2) {
  align-items: flex-end;
}

.burger-nav_layout .header-info_layout {
  gap: 0;
}

/* BUTTONS */

.see-more {
  display: flex;
  align-items: center;
  gap: 50px;
  position: relative;
  transition: all 0.7s ease;
}

.see-more:hover {
  color: #db1f20;
}

.see-more:hover::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #db1f20;
  bottom: -5px;
}

.see-more:hover .btn-hvr {
  display: block;
}

.see-more:hover .seemore-arrow {
  display: none;
  transition: all 0.7s ease;
}

.btn-hvr {
  display: none;
  transition: all 0.7s ease;
}

/* TOP MV */

.top__mv .container {
  padding: 0 30px;
}

.top__mv .container img {
  display: block;
  width: 100%;
}

/* SEC TITLE */

.top_sec-title-eng {
  font-size: 36px;
  font-weight: 600;
}

.vertical-title {
  /* writing-mode: vertical-lr; */
  letter-spacing: 20px;
  font-weight: 400;
}

.top_sec-title-jp {
  color: #db1f20;
  font-size: 26px;
  font-weight: 500;
}

.top_red-rotd-title {
  writing-mode: sideways-lr;
  font-size: 56px;
  font-weight: 500;
  color: #db1f20;
  line-height: 1;
}

.br-side {
  border-left: 1px solid #db1f20;
}

.txt-center {
  text-align: center !important;
}
.fnt-res {
  font-size: clamp(0.875rem, 0.833rem + 0.139vw, 1rem) !important;
}

.fnt {
  font-weight: 600;
}

.fnt-400 {
  font-weight: 400;
}

/* TOP SEC01 */

.top__sec01 {
  margin-bottom: 0;
  max-width: 1920px;
  margin-inline: auto;
}

.top__sec01-img-container {
  position: relative;
  padding-right: 40px;
}

.top__sec01 .container {
  display: flex;
  gap: 60px;
}

.shape_abs {
  position: absolute;
  z-index: -1;
  bottom: -100px;
  right: 0;
  max-width: 400px;
}

.top__sec01-desc {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}

.top__sec01-desc .vertical-title {
  padding: 10 20px;
  border-right: 1px solid #db1f20;
}

.top__sec01-desc .top_sec-title-jp {
  font-size: 46px;
  max-width: 470px;
}

/* TOP SEC02 */

.top__sec02 {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;

  padding: 200px 0;
}
.mx-1920 {
  max-width: 1920px;
  margin-inline: auto !important;
}
.fog {
  position: absolute;
  width: 100%;
  height: 100%;
  /* filter: blur(50px); */
  z-index: -1;
  /* opacity: 0.2; */
  top: 0;
  left: 0;
}

.top__sec02 .container {
  display: flex;
  gap: 60px;
  margin-right: 100px;
  align-items: center;
}
@media screen and (max-width: 1500px) {
  .top__sec02 .container {
    display: flex;
    gap: 30px;
    margin: auto;
    align-items: center;
  }
}
.top__sec02-desc {
  /* display: flex; */
}

.top__sec02-headline .top_sec-title-jp {
  max-width: 470px;
}

.top__sec02-desc li {
  /* writing-mode: vertical-rl; */
  /*-webkit-writing-mode: vertical-rl;  For older versions of WebKit browsers */
  /*-ms-writing-mode: rl;  For older versions of Internet Explorer */
  /*writing-mode: vertical-rl;  Standard property */
  padding: 0 10px;
  /* letter-spacing: 10px; */
  white-space: nowrap;
}

.br-bottom {
  border-bottom: 1px solid #db1f20;
}

.top__sec02-desc li:nth-child(1) {
}

.top__sec02-l .top_sec-title-eng {
  margin-top: 30px;
  margin-bottom: 20px;
}

.badge-img {
  display: block;
  padding: 10px;
  background-color: #fff;
}

/* TOP SEC03 */

.top__sec03 .container {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-right: 100px;
}

.top__sec03-desc .top_sec-title-eng {
  margin-bottom: 20px;
  border-bottom: 1px solid #db1f20;
}

.top__sec03-desc p {
  margin-top: 30px;
}

/* TOP SEC04 */

.top__sec04 .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 100px;
  gap: 60px;
}

.top__sec04-desc .top_sec-title-eng {
  margin-bottom: 20px;
  border-bottom: 1px solid #db1f20;
}

.top__sec04-desc .top_sec-title-jp {
  max-width: 470px;
}

.combine {
  display: flex;
  align-items: center;
}

/* TOP SEC05 */

.top__sec05 .container {
  max-width: 1180px;
  margin: 0 auto;
}

.top__sec05-feature {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}

.absolute-title {
  position: absolute;
  right: -80px;
  line-height: 1;
  padding-left: 10px;
  border-left: 1px solid #db1f20;
  bottom: 81px;
}

.top__sec05-title {
  margin-right: -20px;
  z-index: 1;
}

.top__sec05-desc {
  margin: 60px 0;
}

.top__sec05-desc p {
  line-height: 36px;
}

.top__sec05-sitinfo {
  display: flex;
  justify-content: space-between;
}

.sitinfo-card {
  width: 24%;
}

.sitinfo-card-img img {
  width: 100%;
  height: auto;
}

.top__sec05-btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 60px;
}

/* TOP SEC06 */

.top__sec06 .container {
  max-width: 1180px;
  margin: 0 auto;
}

.top__sec06-feature {
  position: relative;
  display: flex;
  align-items: center;
  gap: 50px;
}

.top__sec06-desc {
  margin: 60px 0;
}

.top__sec06-lunchmenu {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  border-top: 1px solid #db1f20;
}

.lunchmenu-card {
  width: 24%;
}
.lunch-card-img {
  display: flex;
}

.lunch-card-img img {
  width: 100%;
  height: auto;
}

.lunch-card-title {
  font-size: 20px;
  font-weight: 600;
  margin: 5px 0;
}

.lunch-card-content {
  line-height: 36px;
  margin-bottom: 20px;
}

.lunch-card-price {
  color: rgba(255, 255, 255, 0.5);
}

.top__sec06-btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 60px;
}

/* TOP SEC07 */

.top__sec07 .container {
  max-width: 1180px;
  margin: 0 auto;
}

.top__sec07-feature {
  position: relative;
  display: flex;
  align-items: center;
  gap: 50px;
}

.top__sec07-feature .absolute-title {
  bottom: unset;
}

.top__sec07-desc {
  margin: 60px 0;
}

.top__sec07-dinnermenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  border-top: 1px solid #db1f20;
}

.dinnermenu-card {
  width: 24%;
}

.dinner-card-img img {
  width: 100%;
  height: auto;
}

.dinner-card-title {
  margin: 20px 0;
  font-size: 20px;
  font-weight: 600;
}

.dinner-card-price {
  color: rgba(255, 255, 255, 0.5);
}

.top__sec07-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 60px;
}

/* TOP SEC08 */

.top__sec08 {
  margin-bottom: 0;
}

.top__sec08 .container {
  display: flex;
  align-items: center;
}

.top__sec08-l,
.top__sec08-r {
  width: 50%;
  position: relative;
  transition: all 0.7s ease;
}

.shop-img,
.recruit-img {
  width: 100%;

  display: block;
  transition: all 0.7s ease;
}

.top__sec08-l::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 1;
  top: 0;
  display: none;
  transition: all 0.7s ease;
}

.top__sec08-r::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 1;
  top: 0;
  display: none;
  transition: all 0.7s ease;
}

.top__sec08-l:hover::after {
  display: block;
  transition: all 0.7s ease;
}

.top__sec08-l:hover .hover-desc_title-jp,
.top__sec08-r:hover .hover-desc_title-jp,
.top__sec08-l:hover .hover-desc_title-txt,
.top__sec08-r:hover .hover-desc_title-txt {
  color: #151515;
  transition: all 0.7s ease;
}

.top__sec08-l:hover .hover-desc,
.top__sec08-r:hover .hover-desc {
  background: rgba(255, 255, 255, 0.3);
  transition: all 0.7s ease;
}

.top__sec08-r:hover::after {
  display: block;
  transition: all 0.7s ease;
}

.hover-desc {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 30px 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  background: rgba(0, 0, 0, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 1);
  border-bottom: 1px solid rgba(255, 255, 255, 1);
  z-index: 10;
  transition: all 0.7s ease;
}

.hover-desc p {
  text-align: center;
  line-height: 36px;
}

.hover-desc_title-jp {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* TOP SEC09 */

.top__sec09 {
  margin-bottom: 0;
  padding: 200px 0;
  position: relative;
}

.top__sec09 .container {
  max-width: 1180px;
  margin: 0 auto;
}

.top__sec09-headline {
  margin-bottom: 30px;
}

.top__sec09-headline .top_sec-title-eng {
  border-bottom: 1px solid #db1f20;
  margin-bottom: 10px;
}

.access_map {
  width: 100%;
}

.access_map iframe {
  width: 100%;
}

.access_details {
  /* margin-top: 60px; */
}

.access_details-table {
  margin-top: 30px;
}

.access_details-row {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  flex-direction: column;
}

.access_details-row:nth-child(2) {
  margin-bottom: 0;
}

.access_details-colmn1,
.access_details-colmn2 {
  display: flex;
  gap: 20px;
}

.red {
  width: 90px;
  color: #db1f20;
}

.detls {
  width: 370px;
  line-height: 36px;
}

.top__sec09-btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 60px;
}

.fl-02 {
  display: flex;
  align-items: center;
}

.gap60 {
  gap: 60px;
}

.sec09 {
  max-width: 1200px;
  margin: auto;
  margin-top: 100px;
}

.bg-access {
  background-image: url("../slice/top/section06-background.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-insta {
  background-image: url("../slice/top/section04-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.blk {
  color: #171717 !important;
}
.blk p {
  color: #171717 !important;
}

.blk-btn {
  color: #171717;
}

.wd-86 {
  width: 86%;
}

.table01 {
  width: 100%;
}

.table01 img {
  width: 100%;
}

.divider img {
  width: 100%;
}

/* FOOTER */

.main__footer {
  /* background-color: #fff; */
}

.main__footer .container {
  display: flex;
  align-items: center;
  gap: 100px;
  padding: 100px 0 30px 200px;
}

.footer_r {
  display: flex;
  flex-direction: column;
  width: 70%;
}

.footer_r a,
.footer_r i {
  color: #fff;
}

.store_link {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 50px;
}

.store_link a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer_nav {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #db1f20;
  width: 100%;
}

.top-page {
  display: flex;
  align-items: center;
  gap: 30px;
}

.footer_nav-layout {
  display: flex;
  align-items: center;
  gap: 30px;
}

.footer_nav-layout li:nth-child(2) {
  display: flex;
  align-items: center;
  gap: 10px;
}

.copyright {
  color: #db1f20;
  /* margin-top: 30px; */
  text-align: center;
}

.footer_l {
  width: 50%;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* SUBPAGE PROPERTIES */

/* SUBPAGE MV */

.fl-divide {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.sub-image {
  display: flex;
}
.sub-image img {
  width: 100%;
  object-fit: cover;
  height: 470px;
}
.subpage_title {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-block: 60px;
}
.jp_title {
  font-size: clamp(2.5rem, 1.7813rem + 3.5937vw, 5.375rem);
}
.eng_title {
  font-size: clamp(1.5rem, 1.3125rem + 0.9375vw, 2.25rem);
  border-top: 5px solid #db1f20 !important;
  padding-top: 10px;
}
.breadcrumbs-container {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: flex-end;
  max-width: 1200px;
  margin: 20px auto;
}

.service__sec01 .container,
.service__sec02 .container,
.service__sec03 .container {
  max-width: 1180px;
  display: flex;

  gap: 30px;
  margin: 0 auto;
}

.service__sec01-content p,
.service__sec02-content p,
.service__sec03-content p {
  line-height: 36px;
}

.service__sec {
  margin-bottom: 150px;
}
/* SERVICE PAGE */

.service__headline-title {
  margin-bottom: 30px;
}

.service-headline-jp {
  font-size: 36px;
  border-bottom: 1px solid #db1f20;
  margin-bottom: 20px;
}

.service-headline-eng {
  font-size: 26px;
  color: #db1f20;
  font-weight: 600;
}

.service__sec01-content p {
  line-height: 36px;
}

.sub-image img {
  width: 100%;
  object-fit: cover;
  height: 380px;
}
.breadcrumbs {
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  /* SUBPAGE MV */

  .subpage__mv {
    margin-bottom: 60px;
  }

  .subpage__mv .container {
    margin: 0 30px;
    position: relative;
  }

  /* .subpage__mv img {
    width: 100%;
    height: auto;
    object-fit: cover;
  } */

  .subpage_title {
    position: absolute;
    width: -webkit-fill-available;
    padding: 20px 0;
    background-color: transparent;

    background-color: rgba(0, 0, 0, 0.4); /* Black w/opacity/see-through */
    top: 17rem;
    transform: translate(0, -50%);
  }

  .subpage_title h1 {
    text-align: center;
  }

  .jp_title {
    font-size: clamp(2.5rem, 1.7813rem + 3.5937vw, 5.375rem);
    color: #fff !important;
  }

  .eng_title {
    font-size: clamp(1.5rem, 1.3125rem + 0.9375vw, 2.25rem);
    color: #fff !important;
  }

  .breadcrumbs {
    max-width: 1180px;
    margin: 0 auto;
  }
  .breadcrumbs {
    margin-inline: auto;
  }

  .breadcrumbs .breadcrumbs-container {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: flex-end;
    margin-inline: auto;
  }

  .main-content {
    margin: 150px 0;
  }

  /* SUBPAGE HEADLINE */

  .sp-sec_headline {
    text-align: center;
    margin-bottom: 60px;
  }

  .sp-sec_title {
    margin-bottom: 10px;
    font-size: 36px;
    font-weight: 600;
  }
  .fl-divide {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 480px) {
  .sub-image img {
    width: 100%;
    object-fit: cover;
    height: 300px;
  }
  .mv-video-bg {
    height: 480px;
  }
}

/* ABOUT THE SEAT PAGE */

.seat-info_sec .container {
  max-width: 1180px;
  margin: 0 auto;
}

.seat-info_row {
  margin-bottom: 60px;
}

.seat-info_headline p,
.dinner-menu_headline p {
  line-height: 36px;
}

.seat_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.seat-row_title {
  text-align: center;
}

.seat-row_title h3 {
  font-size: 26px;
}

.seat-img {
  margin-bottom: 20px;
  display: block;
}

.served {
  max-width: 1180px;
  margin: auto;
  padding-inline: 4vw;
  margin-bottom: 30px;
  text-align: center !important;
}

.max-container {
  width: 100% !important;
  display: flex;
  gap: 60px;
  align-items: center;
   max-width: 1260px;
  margin-inline: auto;
}

.max-container2 {
  width: 100% !important;
  display: flex;
  gap: 60px;
  justify-content: flex-end;
  align-items: center;
  max-width: 1260px;
  margin-inline: auto;
}

.wide {
  max-width: 670px;
}

.bg-service-container00 {
  background-image: url("../slice/service/service_background/service01.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 100px;
}

.bg-service-container01 {
  background-image: url("../slice/service/service_background/service02.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 100px;
}

.bg-service-container02 {
  background-image: url("../slice/service/service_background/service03.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 100px;
}

.bg-service-container03 {
  background-image: url("../slice/service/service_background/service04.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 100px;
}

.bg-service-container04 {
  background-image: url("../slice/service/service_background/service05-1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 100px;
}
.bg-service-container05 {
  background-image: url("../slice/service/service_background/service05.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 100px;
}

.mr-0 {
  margin-bottom: 10px;
}
.fl-served {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media screen and (max-width: 1090px) {
  .max-container {
    flex-direction: column;
    width: 80% !important;
    margin: auto;
    align-items: baseline;
  }
  .max-container2 {
    flex-direction: column-reverse;
    width: 80% !important;
    margin: auto;
    align-items: baseline;
  }
}
@media screen and (max-width: 580px) {
  .bg-service-container00,
  .bg-service-container01,
  .bg-service-container02,
  .bg-service-container03,
  .bg-service-container04,
  .bg-service-container05 {
    padding-block: 50px;
  }
  .max-container2,
  .max-container {
    gap: 30px;
  }
}

/* DINNER MENU PAGE */

.dinner-menu__sec {
  margin-bottom: 150px;
}

.dinner-menu__sec01 .container,
.dinner-menu__sec02 .container,
.dinner-menu__sec03 .container,
.dinner-menu__sec04 .container {
  max-width: 1180px;
  margin: 0 auto;
}

/* .dinner-menu__sec04 {
  margin-bottom: 50px;
} */

.dm01-content_row {
  display: flex;
  gap: 30px;
}

.dm01-desc {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.dm01-desc_row {
  margin-top: 30px;
}

.dm01-desc_row h3 {
  font-size: 26px;
  font-weight: 600;
}

.dm01-desc_row p {
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
  padding: 0 20px;
}

.dm01-desc_row p::before {
  content: "";
  position: absolute;
  background-color: #db1f20;
  height: 1px;
  width: 10px;
  top: 50%;
  left: 0;
}

.dm01-desc_row p::after {
  content: "";
  position: absolute;
  background-color: #db1f20;
  height: 1px;
  width: 10px;
  top: 50%;
  right: 0;
}

.dm-desc_content {
  line-height: 36px;
}

.dm01-img p {
  color: #db1f20;
  margin-top: 30px;
}

.dm01-row1 {
  margin-bottom: 60px;
}

.dinner-menu02__content {
  display: flex;
  justify-content: space-between;
}

.dm02-card {
  width: 32%;
}

.dm02-card img {
  width: 100%;
  height: auto;
}

.dinner-menu__sec03 .dinner-menu_headline {
  border-top: 1px solid #db1f20;
  border-bottom: 1px solid #db1f20;
  padding: 10px 0;
}

.dm04_content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.dm04-card {
  width: 23%;
}

.dm04-card img {
  width: 100%;
  height: auto;
}

.dm04-card h3 {
  font-size: 20px;
}

.dm04-card p {
  color: rgba(255, 255, 255, 0.5);
  line-height: 36px;
}

.solution-img img {
  width: 100%;
}

.solution-img {
  max-width: 816px;
  margin: auto;
  margin-top: 30px;
}

.head-title {
  background-color: #db1f201a;
  padding: 10px 0;
}

.head-title h1 {
  font-size: clamp(1rem, 0.9375rem + 0.3125vw, 1.25rem);
  text-align: center;
  color: #171717;
}

.card01 {
  background-color: #f6f6f6;
  border: 1px solid #db1f20;
  border-left: 0;
}

.card01:first-child {
  border-left: 1px solid #db1f20;
}

.card01 .head-title p {
  font-size: 14px;
  color: #db1f20;
  text-align: center;
  font-weight: 600;
}

.grid-select {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 60px;
  flex-wrap: wrap;
  width: 100%;
}

.slcbtn {
  text-align: center;
  /* grid-template-columns: repeat(7, 1fr); */
  font-size: 20px;
}
.waku {
  background-color: #481514;
  border: 1px solid #1a1a1a;
  padding: 4px 0;
}
.waku:hover {
  opacity: 0.6;
}
#lec,#toy,#nis,#hon,#mit,#mat,#sub,#suz,#dai,#bmw,#aud,#fol,#por,#mel,#alf,#fia,#jag,#lan,#cha,#siv,#cra,#jee,#for,#tes,#vol,#sit,#dso,#pjo,#rno {
  scroll-margin-top: 80px;
}
.car-img img {
  object-fit: cover;
  height: 141px;
  object-position: center;
  width: 100%;
}

@media screen and (max-width: 1420px) {
  .grid-select {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 60px;
    flex-wrap: wrap;
    width: 100%;
  }
}

@media screen and (max-width: 540px) {
  .grid-select {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 60px;
    flex-wrap: wrap;
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  .grid-select {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 60px;
    flex-wrap: wrap;
    width: 100%;
  }
  .slcbtn {
    grid-template-columns: repeat(2, 1fr);
    font-size: 14px;
  }
}

.text-car {
  background-color: #f6f6f6;
  padding: 5px;
}

.text-car p {
  color: #171717;
  text-align: center;
  font-size: clamp(0.75rem, 0.6875rem + 0.3125vw, 1rem);

  font-weight: 400;
}

.cont {
  max-width: 1320px;
  margin: auto;
  padding-inline: 4vw;
}

.table-list {
  display: flex;
  flex-direction: column;
  padding: 0 4vw;
  max-width: 1200px;
  margin: auto;
  gap: 60px;
}

.tbl01 img {
  width: 100%;
}

@media screen and (max-width: 780px) {
  .slcbtn {
    font-size: 17px;
  }
  .table-list {
    display: flex;
    flex-direction: column;
    padding: 0 2vw;
    max-width: 1200px;
    margin: auto;
    gap: 30px;
  }
}

/* LUNCH MENU PAGE */

.sp-sec_headline {
  padding-bottom: 10px;
  /* border-bottom: 1px solid #db1f20; */
}

.lunch-menu__sec .container {
  max-width: 1180px;
  margin: 0 auto;
}

.lm_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.lm-card {
  width: 23%;
}

.lm-card h3 {
  font-size: 20px;
  font-weight: 600;
}

.lm-card img {
  width: 100%;
  margin-bottom: 20px;
}

.lm-card_desc {
  margin: 20px 0;
  color: rgba(255, 255, 255, 1);
}

.lm-card p {
  color: rgba(255, 255, 255, 0.5);
}

/* BLOG PAGE */

.blog__sec .container {
  max-width: 1180px;
  margin: 0 auto;
}

.blog-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
.grids {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.blog-card {
  display: block;
  width: 31%;
}
.grids > .blog-card {
  width: 100% !important;
}
.wids {
  width: 100% !important;
}
.blog-card_img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.blog-date_ig {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.blog-date_ig p i {
  margin-right: 10px;
}

.blog-card_title {
  font-size: 26px;
  font-weight: 600;
}

.blog-content {
  line-height: 36px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog__details5-feature img {
  width: 100;
}

.blog__details-title {
  font-size: 36px;
}

.blog__details-date-ig {
  display: flex;
  gap: 20px;
}

.blog__details-date-ig i {
  margin-right: 10px;
}

.blog__details-date-ig p {
  font-size: 14px;
}

.blog__details-feature {
  margin-top: 30px;
  margin-bottom: 20px;
}

.blog__details-feature img {
  width: 100%;
  height: auto;
}

.blog__details-content {
  line-height: 36px;
}

.blog-br-bottom {
  display: flex;
  border-bottom: 1px solid #db1f20;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 1120px) {
  .grids {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 1020px) {
  .blog-br-bottom {
    flex-direction: column;
    align-items: baseline;
  }
  .fl-02 {
    display: flex;
    align-items: normal;
    flex-direction: column;
  }
  .access_map,
  .access_details {
    width: 100% !important;
  }
}

.back-to-list {
  margin-top: 60px;
}

.back-to-list a {
  display: flex;
  justify-content: space-between;
  width: 196px;
  align-items: center;
}

.back-to-list a img {
  transform: rotate(180deg);
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  margin-top: 60px;
}

.pagination a,
.pagination i {
  color: #db1f20;
}

.pagination .current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: #db1f20;
  color: #fff;
}

/* ACCESS PAGE */

.access__sec .container {
  max-width: 1180px;
  margin: 0 auto;
}

.access__title-jp {
  font-size: 36px;
  font-weight: 600;
  border-bottom: 1px solid #db1f20;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.access__title-eng {
  font-size: 26px;
  font-weight: 600;
  color: #db1f20;
}

.access__headline {
  margin-bottom: 30px;
}

.access__map iframe {
  width: 100%;
  height: 395px;
}

.access__map-details {
  margin-top: 60px;
}

.access__map-details-row {
  display: flex;
  gap: 30px;
}

.md-col {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

.white {
  width: 370px;
}

.access__map-details-row {
  margin-bottom: 30px;
}

/* PRIVACY POLICY */

.privacy-policy__sec .container {
  max-width: 1180px;
  margin: 100px auto;
}

.privacy-policy__sec h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}

.privacy-policy__content {
  /* padding: 50px 100px; */
  /* border: 1px solid #db1f20; */
}

.privacy-policy__content p {
  line-height: 36px;
  font-weight: 400;
}

.privacy-policy__content ol li {
  list-style: decimal;
  line-height: 36px;
}

.privacy-policy__content ol {
  padding-left: 30px;
}

/* ERROR PAGE */

.error-page__sec .container {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
  /* border: 1px solid #db1f20; */
  padding: 50px 0;
}

.error-message {
  margin: 60px 0;
  line-height: 36px;
}

.error-page_headline {
  font-size: 36px;
  font-weight: 400;
  display: inline-block;
  border-bottom: 1px solid #db1f20;
}

.error-page-btn {
  display: flex;
  justify-content: flex-start;
}

.error-page-btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 260px;
}

.error-page-btn a img {
  transform: rotate(180deg);
}

/* RESPONSIVE */

@media screen and (max-width: 1490px) {
  /* TOP SEC01 */

  .top__sec01-img {
    width: 55%;
  }

  .top_sec01-feature {
    width: 100%;
  }

  /* TOP SEC03 */
  .top__sec03-l {
    width: 55%;
  }

  .top__sec03-r {
    width: 40%;
  }

  .top__sec03-l img {
    width: 100%;
  }

  /* TOP SEC04 */

  .top__sec04-r {
    width: 55%;
  }

  .top__sec04-r img {
    width: 100%;
  }

  /* TOP SEC05 */

  .absolute-title {
    bottom: unset;
  }

  .top__sec05 .container,
  .top__sec06 .container,
  .top__sec07 .container,
  .top__sec09 .container {
    width: 80%;
    margin: 0 auto;
  }

  .top__sec05-title {
    margin-right: -100px;
  }

  .top__sec05-feature img {
    width: 90%;
  }

  /* TOP SEC06 */

  .top__sec06-feature img {
    width: 100%;
  }

  /* TOP SEC07 */

  .top__sec07-feature img {
    width: 90%;
  }

  .access_map {
    width: 50%;
  }

  /* ------------------ SERVICE PAGE ----------------------*/

  .main-content {
    margin: 100px 0;
  }

  .service__sec01 .container,
  .service__sec02 .container,
  .service__sec03 .container,
  .breadcrumbs {
    max-width: unset;
    width: 80%;
  }

  .service__sec01-l,
  .service__sec01-r,
  .service__sec02-l,
  .service__sec02-r,
  .service__sec03-l,
  .service__sec03-r {
    width: 50%;
  }

  .service__sec01-l img,
  .service__sec02-r img,
  .service__sec03-l img {
    width: 100%;
  }

  /* SEAT INFO PAGE */

  .seat-info_sec .container {
    width: 80%;
    max-width: unset;
  }

  /* DINNER MENU PAGE */

  .dinner-menu__sec01 .container,
  .dinner-menu__sec02 .container,
  .dinner-menu__sec03 .container,
  .dinner-menu__sec04 .container {
    width: 80%;
    max-width: unset;
  }

  .dm01-img,
  .dm01-desc {
    width: 50%;
  }

  .dm01-img img {
    width: 100%;
  }

  /* LUNCH MENU PAGE */

  .lunch-menu__sec .container {
    width: 80%;
    max-width: unset;
  }

  /* BLOG PAGE */

  .blog__sec .container {
    max-width: unset;
    width: 80%;
  }

  .blog__details-feature img {
    width: 100%;
  }

  /* ACCESS PAGE */

  .access__sec .container {
    width: 80%;
    max-width: unset;
  }

  /* PRIVACY POLICY PAGE */

  .privacy-policy__sec .container {
    width: 80%;
    max-width: unset;
  }

  /* ERROR PAGE */

  .error-page__sec .container {
    width: 80%;
    max-width: unset;
  }

  .gp {
    width: 100% !important;
  }
}

@media screen and (max-width: 1290px) {
  /* HEADER */

  .main__header {
    display: none;
  }

  .scroll-down_header {
    display: block;
  }

  .shape_abs {
    max-width: 290px;
  }

  /* TOPSEC02 */

  .top__sec02 .container {
    margin: 0 auto;
    width: 80%;
  }

  /* TOPSEC05*/

  .top__sec05-feature,
  .top__sec06-feature,
  .top__sec07-feature {
    flex-direction: column;
    align-items: flex-start;
  }

  .top_red-rotd-title {
    writing-mode: unset;
  }

  .top_red-rotd-title {
    margin-right: 0;
  }

  .absolute-title {
    bottom: 80px;
    right: 0;
  }

  /* TOP SEC09 */

  .red {
    width: 20%;
  }

  .detls {
    width: 80%;
  }

  .access_details-colmn1,
  .access_details-colmn2,
  .md-col {
    width: 100%;
  }

  .white {
    width: 80%;
  }

  .access_details {
    width: 50%;
  }

  .sec09 {
    padding-inline: 4vw;
  }

  .combine {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 10px;
  }

  .combine > .vertical-title {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    width: 100%;
    padding-top: 10px;
  }

  .br-side {
    border: 0;
    border-top: 1px solid #db1f20;
  }
}

@media screen and (max-width: 1090px) {
  .top__sec01-desc .top_sec-title-jp {
    max-width: unset;
  }

  /* TOP SEC01 */

  .top__sec01 .container {
    flex-direction: column;
    gap: 75px;
  }

  .top__sec01-img {
    width: auto;
    padding-right: 30px;
  }

  .top__sec01-desc {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 30px;
  }

  .top__sec01-desc .vertical-title {
    border-right: none;
    border-bottom: 1px solid #db1f20;
    writing-mode: unset;
  }

  .top_sec-title-jp {
    max-width: unset;
  }

  /* TOP SEC02 */

  .top__sec02 .container {
    flex-direction: column;
  }

  .top__sec02-l {
    display: flex;
    /* flex-direction: ; */
  }

  .top__sec02-headline {
    width: 100%;
  }

  .badge-img {
    width: 30%;
    max-height: 260px;
  }

  .top__sec02-desc {
    justify-content: center;
  }

  /* TOP SEC03 */

  .top__sec03 .container {
    margin-right: 30px;
    gap: 30px;
  }

  .top__sec04 .container {
    margin-left: 30px;
    gap: 30px;
  }

  .top__sec04-l {
    width: 45%;
  }

  .top__sec04-desc .top_sec-title-jp {
    max-width: unset;
  }

  .absolute-title {
    bottom: unset;
    top: 10%;
  }

  /* FOOTER */

  .main__footer .container {
    padding: 50px 0 30px 0px;
    padding-inline: 50px;
    gap: 50px;
  }

  /* SUBPAGE */
  /* 
  .subpage__mv img {
    height: 500px;
  } */

  /* ----------- SERVICE PAGE */

  .service__sec01 .container,
  .service__sec03 .container {
    flex-direction: column;
  }

  .service__sec02 .container {
    flex-direction: column-reverse;
  }

  .service__sec01-l,
  .service__sec01-r,
  .service__sec02-l,
  .service__sec02-r,
  .service__sec03-l,
  .service__sec03-r {
    width: 100%;
  }

  /* SEAT INFO PAGE */

  .seat-card {
    width: 32%;
  }

  .seat-card img {
    width: 100%;
  }

  /* DINNER MENU PAGE */

  .dm01-content_row {
    flex-direction: column;
  }

  .dm01-img,
  .dm01-desc {
    width: 100%;
  }

  .dm04_content {
    justify-content: space-between;
  }

  .dm04-card {
    width: 47%;
  }

  /* LUNCH MENU PAGE */

  .lm-card {
    width: 45%;
  }

  /* BLOG PAGE */

  .blog-card {
    width: 45%;
  }

  /* ACCESS PAGE */

  .access__map-details-row {
    flex-direction: column;
  }

  .md-col {
    width: 100%;
  }

  .md-col .red {
    width: 30%;
  }

  .white {
    width: 70%;
  }

  /* PRIVACY POLICY PAGE */

  .privacy-policy__content {
    padding: 50px;
  }
}

@media screen and (max-width: 780px) {
  .gp,
  .wids {
    width: inherit !important;
  }
  .bg-insta {
    padding-block: 60px;
  }
  .burger-nav_layout {
    width: 100%;
  }

  .social_links-layout li a i {
    font-size: 16px;
  }

  .sd-logo a {
    width: 200px;
  }

  .top__sec {
    margin-bottom: 50px;
  }

  .vertical-title {
    letter-spacing: 10px;
  }

  .top_red-rotd-title {
    font-size: 36px;
  }

  .top__mv .container {
    padding: 0 10px;
  }

  .top__mv .container img {
    height: 750px;
    object-fit: cover;
  }

  /* TOP SEC01 */

  .top_sec-title-eng,
  .top__sec01-desc .top_sec-title-jp {
    font-size: 26px;
  }

  /* TOP SEC02 */

  .top__sec02 {
    padding: 50px 0;
  }

  .top__sec02 .container {
    width: 100%;
    margin: 0 0px;
  }

  .top__sec02-desc li {
    font-size: 14px;
  }

  /* TOP SEC03 */

  .top__sec03 .container {
    flex-direction: column;
  }

  .top__sec03-l {
    width: 100%;
  }

  .top__sec03-r {
    width: auto;
    padding-left: 30px;
  }

  /* TOP SEC04 */

  .top__sec04 .container {
    flex-direction: column-reverse;
  }

  .top__sec04-r {
    width: 100%;
  }

  .top__sec04-l {
    width: 95%;
    padding-right: 30px;
  }

  .top__sec05 .container,
  .top__sec06 .container,
  .top__sec07 .container,
  .top__sec09 .container {
    width: auto;
    margin: 0 30px;
  }

  /* TOP SEC05 */

  .top__sec05-sitinfo,
  .top__sec06-lunchmenu,
  .top__sec07-dinnermenu {
    flex-wrap: wrap;
  }

  .sitinfo-card,
  .lunchmenu-card,
  .dinnermenu-card {
    width: 49%;
  }

  /* TOP SEC08 */

  .top__sec08 .container {
    flex-direction: column;
  }

  .top__sec08-l,
  .top__sec08-r {
    width: 100%;
  }

  /* TOP SEC09 */

  .top__sec09 {
    padding: 0;
  }

  .access_details-row {
    flex-direction: column;
  }

  .access_details-colmn1,
  .access_details-colmn2 {
    width: 100%;
  }

  /* FOOTER */

  .main__footer .container {
    flex-direction: column-reverse;
  }

  .footer_r,
  .footer_l {
    width: 100%;
  }

  .footer_logo {
    display: flex;
    justify-content: center;
  }

  .footer_nav-layout li:nth-child(2) {
    display: none;
  }

  /* SUBPAGE */

  /* .subpage__mv img {
    height: 300px;
  } */

  /* ------ SERVICE PAGE ----------*/
  .service__sec01 .container,
  .service__sec02 .container,
  .service__sec03 .container {
    width: auto;
    margin: 0 30px;
  }

  .service__sec {
    margin-bottom: 50px;
  }

  .service-headline-jp {
    font-size: 26px;
  }

  .service__sec01-content p,
  .service__sec02-content p,
  .service__sec03-content p {
    font-size: 14px;
  }

  /* SEAT INFO PAGE */

  .seat-info_sec .container {
    width: auto;
    margin: 0 30px;
  }

  .seat-card_txt {
    font-size: 14px;
  }

  .seat-info_headline p,
  .dinner-menu_headline p {
    font-size: 14px;
  }

  /* DINNER MENU PAGE */

  .dinner-menu__sec {
    margin-bottom: 50px;
  }

  .dinner-menu__sec01 .container,
  .dinner-menu__sec02 .container,
  .dinner-menu__sec03 .container,
  .dinner-menu__sec04 .container {
    width: auto;
    margin: 0 30px;
  }

  .dinner-menu02__content {
    flex-direction: column;
    gap: 30px;
  }

  .dm02-card {
    width: 100%;
  }

  .dm01-desc_row {
    margin-top: 10px;
  }

  .sp-sec_title {
    font-size: 26px;
  }

  .dm01-desc_row h3 {
    font-size: 18px;
  }

  .dm-desc_content,
  .dm01-desc_row p,
  .dinner-menu__sec03 .dinner-menu_headline p {
    font-size: 12px;
  }

  .dm04-card h3 {
    font-size: 16px;
  }

  .dm04-card p {
    font-size: 12px;
  }

  /* LUNCH MENU PAGE */

  .lm-card {
    width: 100%;
  }

  .lm-card_desc {
    font-size: 12px;
  }

  /* ACCESS PAGE */

  .access__title-jp {
    font-size: 26px;
  }

  .access__title-eng {
    font-size: 18px;
  }

  /* BLOG PAGE */

  .blog__sec .container {
    width: auto;
    margin: 0 30px;
  }

  .blog-card {
    width: 100%;
  }

  .blog-card_img img {
    height: auto;
  }

  /* PRIVACY POLICY PAGE */

  .privacy-policy__sec .container {
    width: auto;
    margin: 0 30px;
  }

  .privacy-policy__content p,
  .privacy-policy__content li {
    font-size: 12px;
  }

  /* ERROR PAGE */

  .error-page__sec .container {
    width: auto;
    margin: 0 30px;
  }

  .error-page_headline {
    font-size: 26px;
  }

  .error-message {
    font-size: 12px;
  }
}

@media screen and (max-width: 650px) {
  .badge-img {
    max-height: 200px;
  }

  .top__sec02-desc li {
    padding: 0 10px;
    font-size: 2vw;
    white-space: nowrap;
    margin: 0;
  }

  .shape_abs {
    max-width: unset;
    width: 55%;
  }

  .top_sec-title-eng,
  .top__sec01-desc .top_sec-title-jp {
    font-size: 4vw;
  }

  .seat_list {
    flex-direction: column;
    gap: 30px;
  }

  .seat-card {
    width: 100%;
  }
}

@media screen and (max-width: 490px) {
  .top__sec01-desc {
    align-items: center;
  }

  .top_sec-title-eng,
  .top_sec-title-jp,
  .top__sec05-title {
    text-align: center;
  }

  .top__sec05-feature,
  .top__sec06-feature,
  .top__sec07-feature {
    align-items: center;
  }

  .sd-logo a {
    width: 50%;
  }

  .top__mv .container img {
    height: 400px;
  }

  .top__sec {
    margin-bottom: 50px;
  }

  .top__sec05-feature img,
  .top__sec06-feature img,
  .top__sec07-feature img {
    width: 100%;
  }

  .top_sec-title-eng,
  .top_sec-title-jp,
  .top_red-rotd-title {
    font-size: 5vw;
  }
  .top_sec-title-eng {
    margin-top: 10px;
  }

  .top__sec02 {
    padding: 50px 0;
  }

  .top__sec05-desc p {
    line-height: normal;
  }

  .top__sec02-l {
    flex-direction: column;
  }

  .badge-img {
    width: 90%;
    max-height: unset;
    height: auto;
    margin: 0 auto;
  }

  .hover-desc {
    padding: 15px 0;
  }

  .top__sec02-headline {
    width: 80%;
    margin: auto;
  }

  .top__sec03-desc p,
  .top__sec05-desc p,
  .top__sec06-desc p,
  .top__sec07-desc p {
    font-size: 14px;
    line-height: 36px;
  }

  .top__sec02-desc li {
    padding: 0 5px;
    font-size: 2.5vw;
  }

  .top__sec03 .container,
  .top__sec04 .container {
    margin: 0 30px;
  }

  .top__sec03-r {
    padding-left: 0;
  }

  .top__sec04-l {
    padding-right: 0;
    width: auto;
  }

  .top__sec05-btn,
  .top__sec06-btn,
  .top__sec07-btn,
  .top__sec09-btn {
    justify-content: center;
    margin-top: 30px;
  }

  .top__sec05-feature,
  .top__sec06-feature,
  .top__sec07-feature {
    gap: 30px;
  }

  .top__sec05-desc,
  .top__sec06-desc,
  .top__sec07-desc {
    margin: 20px 0;
  }

  .absolute-title {
    position: static;
    writing-mode: unset;
    border-left: none;
    border-bottom: 1px solid #db1f20;
  }

  .top__sec05-sitinfo,
  .top__sec06-lunchmenu,
  .top__sec07-dinnermenu {
    flex-direction: column;
    gap: 30px;
  }

  .sitinfo-card,
  .dinnermenu-card,
  .lunchmenu-card {
    width: 100%;
  }

  .access_details-colmn1,
  .access_details-colmn2 {
    flex-direction: column;
  }

  .hover-desc_title-jp {
    font-size: 5vw;
  }

  .hover-desc_title-txt {
    font-size: 12px;
  }

  .red {
    font-size: 16px;
    width: unset;
  }

  .detls,
  .white {
    font-size: 14px;
  }

  .sitinfo-card-title,
  .lunch-card-title,
  .dinner-card-title {
    font-size: 16px;
  }

  .lunch-card-content {
    font-size: 14px;
  }

  .lunch-card-title {
    margin-bottom: 0;
  }

  /* FOOTER */

  .footer_logo img {
    width: 50%;
  }

  .main__footer .container {
    padding: 50px 0 50px 0px;
    padding-inline: 20px;
  }

  .copyright {
    font-size: 12px;
  }

  .jp_title {
    font-size: 26px;
  }

  .eng_title {
    font-size: 18px;
  }

  /* -------- SERVICE PAGE ---------*/

  .main-content {
    margin: 50px 0;
  }

  .service-headline-jp {
    font-size: 18px;
  }

  .service-headline-eng {
    font-size: 16px;
  }

  /* DINNER MENU PAGE */

  .dm04_content {
    flex-direction: column;
  }

  .dm04-card {
    width: 100%;
  }

  .sp-sec_title {
    font-size: 18px;
  }

  .dinner-menu_headline p {
    font-size: 12px;
  }

  /* LUNCH MENU PAGE */

  .lm-card h3 {
    font-size: 16px;
  }

  .lm-card_desc {
    margin: 10px 0;
  }

  .lm-card_desc,
  .lm-card p {
    font-size: 12px;
  }

  /* BLOG PAGE */

  .blog-card_title,
  .blog__details-title {
    font-size: 18px;
  }

  .blog-content,
  .blog__details-content {
    font-size: 12px;
    line-height: 20px;
  }

  .blog-date_ig p {
    font-size: 14px;
  }

  .back-to-list {
    display: flex;
    justify-content: center;
  }

  /* ACCESS PAGE */

  .md-col {
    flex-direction: column;
    gap: 10px;
  }

  .white {
    width: 100%;
  }

  .access__map iframe {
    height: revert-layer;
  }

  .access__map-details {
    margin-top: 30px;
  }

  /* PRIVACY POLICY PAGE */

  .privacy-policy__content {
    padding: 20px;
  }

  /* ERROR PAGE */

  .error-page_headline {
    font-size: 5vw;
  }
}

/* contact */

.form-wrapper {
  max-width: 1400px;
  margin: auto;
  padding: 7.1428vw;
  border: 1px solid var(--orange);
}

.form-head {
  font-size: clamp(0.875rem, 0.833rem + 0.139vw, 1rem);
  color: var(--blue);
  font-family: var(--yu-gothic);
  text-align: center;
  margin-bottom: 100px;
}

.contact--wrappers {
  padding: 0 3vw;
}
.contact--headline {
  text-align: center;
  line-height: 3;
  font-size: clamp(0.875rem, 0.833rem + 0.139vw, 1rem) !important;
}

.contact-table {
  max-width: 1100px;
  margin: auto;
  /* padding: 0 4.545vw; */
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  gap: 30px;
}

.table-card {
  display: grid;
  grid-template-columns: 1fr;
}

.text-input {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ff0000;
  align-items: center;
}

.labels {
  display: flex;
  align-items: center;
  justify-content: space-between;

  font-size: clamp(0.875rem, 0.833rem + 0.139vw, 1rem);
}

.radio {
  display: flex;
  align-items: center;
  gap: 10px;
}

.radio label {
  display: flex;
  align-items: center;
  gap: 20px;
}

.radio label span {
  white-space: nowrap;
}

.input {
  max-width: 396px;
  height: 50px;
  width: 90%;
  padding: 0px 10px;
  font-size: clamp(0.875rem, 0.833rem + 0.139vw, 1rem);
  font-weight: 400;
  line-height: 1.2;
  color: #171717;
}

.textarea {
  max-width: 656px;
  height: 130px;
  width: 90%;
  font-size: clamp(0.875rem, 0.833rem + 0.139vw, 1rem);
  padding: 10px;
  font-weight: 400;
  color: #171717;
}

.no-br {
  border-bottom: 1px solid #ff0000;
  margin-bottom: 60px;
}

.text_p {
  font-size: clamp(0.875rem, 0.833rem + 0.139vw, 1rem) !important;
  color: white;
}
.mwform-checkbox-field-text {
  display: none;
}

.privacy {
  display: flex;
  gap: 6px;
  align-items: center;
}

.privacy p {
  font-size: clamp(0.875rem, 0.833rem + 0.139vw, 1rem) !important;
}

.privacy a {
  display: block;
  color: #7e1907;
  text-decoration: underline;
}

.privacy a p::after {
  content: "\f0c5";
  font-family: "Font Awesome 6 Free";
  font-size: clamp(0.875rem, 0.833rem + 0.139vw, 1rem) !important;
  font-weight: 900;
  color: #7e1907;
}

.icons {
  display: block;
  color: #7e1907;
}

/* .icons::after {
  content: "\f0c5";
  font-family: "Font Awesome 6 Free";
  font-size: clamp(0.875rem, 0.833rem + 0.139vw, 1rem);
  font-weight: 900;
  color: #ff0000;
} */

.important::after {
  content: "必須";
  font-size: 14px;
  background-color: #ff0000;
  color: white;
  padding: 5px 10px 5px 10px;
  font-weight: 500;
  line-height: 1.2;
}

.contact-check {
  max-width: 1100px;
  margin: auto;
  padding: 0 4vw;
}
/* ====== */
button.primary {
  max-width: 250px;
  width: 100%;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  color: white;
  background-color: transparent;
  border: none;
  transition: all 0.3s ease-out;
  border-bottom: 1px solid transparent;
  font-size: clamp(0.875rem, 0.833rem + 0.139vw, 1rem) !important;
}
button.primary:hover {
  color: #db1f20;
  transition: all 0.3s ease-out;
}
.primary::after {
  content: url(../slice/common/seemore.png);
  transition: all 0.3s ease-out;
}

button.primary:hover.primary::after {
  content: url(../slice/common/seemore_hver.png);
  transition: all 0.3s ease-out;
}
.primary:hover.primary::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #db1f20;
  background-color: #db1f20;
  bottom: -5px;
  left: 0;
  right: 0;
  transition: all 0.5s ease-out;
}

button.b_submit {
  display: flex;
  border: 1px solid var(--white-color);
  color: var(--white-color);
  font-size: var(--fnt14-16);
  font-weight: 400;
  font-family: var(--shippori);
  background-color: var(--orange-color);
  padding-block: 13px;
  padding-inline: 10px;
  max-width: 300px;
  margin: auto;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.3s ease-out;
}

button.b_submit::after {
  content: "\f061";
  font-family: var(--font-awesome);
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  right: 25px;
}

button.b_submit:hover {
  background-color: #8a4318;
  transition: 0.3s ease-out;
}

.finish-wrap {
  max-width: 1200px;
  margin: auto;
  padding-inline: 4vw;
  display: grid;
  gap: 100px;
}
.finish-inner-wrap {
  max-width: 719px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .error-page-btn {
    display: flex;
    justify-content: center;
  }
  .text-input {
    grid-template-columns: 1fr;
  }
  .labels {
    justify-content: normal;
    gap: 30px;
  }
  .input {
    max-width: inherit;
    width: 94%;
  }
  button.primary {
    margin: auto;
  }
  .finish-wrap {
    gap: 60px;
  }
}
@media screen and (max-width: 480px) {
  .input {
    max-width: inherit;
    width: 90%;
  }
  .finish-wrap {
    gap: 30px;
  }

  .combine > .vertical-title {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    width: 100%;
    padding-top: 10px;
    align-items: center;
  }
}

.MV {
  position: relative;
  margin-bottom: 150px;
}

.mv-video-bg {
  margin-top: 30px;
  position: relative;
  height: 750px;
}

.mv-video-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  /* background-color: rgba(0, 0, 0, 0.511); */
  height: 100%;
  max-height: 900px;
}

#mv_video {
  position: relative;
  z-index: 1;
  object-fit: cover;
  max-height: 900px;
}

@media screen and (max-width: 480px) {
  .mv-video-bg {
    height: 400px;
  }
  .MV {
    margin-bottom: 50px;
  }
}

.contact__footer--wrapper {
  background-color: #fff;
  padding-block: 57px;
  display: flex;
  justify-content: center;
  gap: 54px;
}
.left-contact {
  display: flex;
  align-content: center;
  gap: 60px;
}
.vertical-contact {
  -webkit-writing-mode: sideways-lr;
  -ms-writing-mode: sideways-lr;
  writing-mode: sideways-lr;
  color: #171717 !important;
  align-items: center;
}
.vertical-contact h1 {
  font-size: clamp(2.5rem, 1.7813rem + 3.5937vw, 5.375rem);
  color: #171717 !important;
  text-align: center;
}
.vertical-contact p {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;

  text-align: center;
  font-size: clamp(1.5rem, 1.3125rem + 0.9375vw, 2.25rem);
  color: #171717 !important;
  border-left: 5px solid #db1f20 !important;
  letter-spacing: 10px;
  line-height: 2;
  font-weight: 600;
  font-family: YuMincho, /* Mac用 */ "Yu Mincho", /* Windows用 */ serif !important;
}
.contact--align {
  display: flex;
}

a.ct-1 {
  display: flex;
  align-items: center;
  font-size: clamp(0.75rem, 0.6875rem + 0.3125vw, 1rem);
  color: #171717;
  gap: 10px;
  white-space: nowrap;
}
a.ct-1::before {
  content: "\f0e0";
  font-family: "Font Awesome 6 Free";
  font-weight: 500;
}
a.ct-1::after {
  content: url(../slice/common/seemore_hver.png);
  margin-left: 20px;
  line-height: 1.2;
}
.right-img img {
  width: 100%;
}
@media screen and (max-width: 1120px) {
  .contact__footer--wrapper {
    flex-direction: column;
    -webkit-writing-mode: horizontal-tb !important;
    -ms-writing-mode: lr-tb !important;
    writing-mode: horizontal-tb !important;
  }
  .vertical-contact {
    -webkit-writing-mode: horizontal-tb !important;
    -ms-writing-mode: lr-tb !important;
    writing-mode: horizontal-tb !important;
    color: #171717 !important;
    align-items: center;
  }
  .vertical-contact h1 {
    font-size: clamp(2.5rem, 1.7813rem + 3.5937vw, 5.375rem);
    color: #171717 !important;
    text-align: center;
    -webkit-writing-mode: horizontal-tb !important;
    -ms-writing-mode: lr-tb !important;
    writing-mode: horizontal-tb !important;
  }
  .vertical-contact p {
    -webkit-writing-mode: horizontal-tb !important;
    -ms-writing-mode: lr-tb !important;
    writing-mode: horizontal-tb !important;
    text-align: center;
    font-size: clamp(1.5rem, 1.3125rem + 0.9375vw, 2.25rem);
    color: #171717 !important;
    border-left: none !important;
    border-bottom: 5px solid #db1f20 !important;
    letter-spacing: 10px;
    line-height: 2;
    font-weight: 600;
    font-family: YuMincho, /* Mac用 */ "Yu Mincho", /* Windows用 */ serif !important;
  }
  .left-contact {
    display: flex;
    align-content: center;
    gap: 60px;
    flex-direction: column;
    max-width: 446px;
    margin: auto;
  }
  .contact--align {
    justify-content: center;
  }
  .breadcrumbs {
    margin-inline: auto !important;
  }
}

@media screen and (max-width: 480px) {
  .contact__footer--wrapper {
    gap: 30px;
  }
  .breadcrumbs {
    margin-inline: auto;
  }
  .combine {
    align-items: center;
  }
  .combine > .vertical-title {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    width: 100%;
    padding-top: 10px;
    align-items: center;
  }

  .text-input {
    gap: 10px;
  }
}
