@charset "UTF-8";
/* SCSSの読み込み */
@import url(all.css);
/*===============================================
  切り替え用
===============================================*/
html {
  font-size: clamp(8px, 2.2222222222vw, 10px);
}

.sp-none {
  display: none !important;
}

.com-table:not(.com-table--noblock) table,
.com-table:not(.com-table--noblock) table tbody,
.com-table:not(.com-table--noblock) table th,
.com-table:not(.com-table--noblock) table tr,
.com-table:not(.com-table--noblock) table td {
  display: block !important;
  width: 100% !important;
}

/*===============================================
  ページネーション
===============================================*/
/*===============================================
  詳細ページ前後
===============================================*/
/*===============================================
  wrapper
===============================================*/
#wrapper {
  min-width: 320px;
}

/*===============================================
  header
===============================================*/
#header .header__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#header .header__logo {
  width: 11rem;
  padding: 1.2rem;
}
#header .header__logo img {
  width: 7.5rem;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding-block: 6rem;
  border-top: solid 1px rgba(113, 120, 123, 0.5);
}
#footer .footer__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  row-gap: 3rem;
  width: 90%;
}
#footer .footer__logo {
  width: 12rem;
}
#footer .footer__info {
  font-size: var(--font-size-sm);
  gap: 2rem 1em;
}
#footer .footer__info dd span {
  margin-right: 0.5em;
}
#footer .footer__links {
  width: 100%;
  max-width: 48rem;
  gap: 1.2rem;
}
#footer .footer__link {
  height: 6rem;
  padding: 0 3.5rem 0 2rem;
  white-space: nowrap;
}
#footer .footer__link::before {
  width: 1.2rem;
  right: 1.2rem;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  width: 100%;
  font-size: var(--font-size-sm);
  padding-top: 2rem;
}
.footer-nav__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 2rem;
}
.footer-nav__item {
  border-bottom: solid 1px rgba(113, 120, 123, 0.5);
}
.footer-nav__item:first-of-type:nth-last-of-type(2n + 1) {
  grid-column: span 2;
}
.footer-nav__link {
  line-height: var(--line-height-sm);
  padding: 1em 0.5em;
}

/*コピーライト
-----------------------------*/
.copy {
  padding-block: 3rem;
}
/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  width: 5.6rem;
  aspect-ratio: 1;
  flex-direction: column;
  row-gap: 1.2rem;
  right: 1rem;
  bottom: 1rem;
}
#pagetop > span {
  letter-spacing: var(--letter-spacing-base);
  margin-inline-end: calc((--letter-spacing-base) * -1);
}
#pagetop::before {
  width: 3.2rem;
}

/*サイドボタン
-----------------------------*/
#side {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 10rem);
  left: 1rem;
  bottom: 1rem;
}
#side .side-btn {
  width: 100%;
  height: 5rem;
}
#side .side-btn a {
  font-size: calc(var(--font-size-sm) - 1px);
  padding-inline: 1.5rem;
  white-space: nowrap;
}

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
.visual {
  padding-top: 8rem;
}

/*メインビジュアル
-----------------------------*/
.visual__main {
  height: 56rem;
  min-height: calc(100svh - 16rem);
  background-position: left 24% center;
}
.visual__scroll {
  padding-bottom: 2rem;
}
.visual__scroll::after {
  height: 2.4rem;
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: 25rem;
}
.visual__sub::before {
  width: 64%;
}
.visual__catch--sub {
  width: 36%;
  height: 100%;
  font-size: var(--font-size-h2);
}
.visual__catch--sub > span {
  line-height: var(--line-height-h2);
  letter-spacing: var(--letter-spacing-xl);
  margin-inline-end: calc(var(--letter-spacing-xl) * -1);
  max-height: calc(6em + var(--letter-spacing-xl) * 6);
}

/*===============================================
  main#container
===============================================*/
/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  padding-block: calc(2.25rem - 0.5em);
}
.breadcrumb__list {
  width: 90%;
}
/*===============================================
  main共通
===============================================*/
.section {
  padding-block: 8rem;
}

.inbox {
  width: 90%;
}

/*電話番号
-----------------------------*/
.com-tel {
  row-gap: 1.5rem;
}
.com-tel__num {
  font-size: 3.2rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.com-tel__num::before {
  width: 2rem;
}
.com-tel__num span {
  margin-top: -0.6rem;
  margin-bottom: -0.2rem;
}
.com-tel .com-replace {
  font-size: 1.1rem;
}

/*ボタン
-----------------------------*/
.com-btn {
  width: 36rem;
  height: 6rem;
}
.com-btn::after {
  right: 4rem;
}
.com-btn--window::before {
  width: 1.5rem;
  right: 4rem;
}
.com-btn--mail::before {
  width: 2rem;
  aspect-ratio: 1;
  margin-right: 1.5rem;
}

.com-link {
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
}

/* SNS
-----------------------------*/
/*テーブル
-----------------------------*/
.com-table {
  line-height: 1.5;
}
.com-table tr {
  border-bottom: solid 1px rgba(113, 120, 123, 0.5);
}
.com-table tr th,
.com-table tr td {
  padding: 1em 1rem;
}
.com-table--noblock tr:first-of-type {
  border-top: solid 1px rgba(113, 120, 123, 0.5);
}
.com-table--noblock tr th {
  width: 7.5em;
}
.com-table:not(.com-table--noblock) tr td {
  padding-top: 0;
}
.com-table:not(.com-table--noblock) tr:first-of-type th {
  padding-top: 0;
}

/*テキストボックス
-----------------------------*/
.com-text br:not(.pc-none) {
  display: none;
}

/*ブログ
-----------------------------*/
.com-post__item {
  line-height: 1.5;
  margin-bottom: 3rem;
}
.com-post__item--image .com-post__link {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.com-post__item--image .com-post__inner {
  row-gap: 1.5rem;
}
.com-post__item--image .com-post__date {
  font-size: var(--font-size-sm);
}
.com-post__item--image .com-post__heading {
  font-size: var(--font-size-h6);
  line-height: var(--line-height-h6);
  margin-bottom: 0.5rem;
}
.com-post__item--image .com-post__heading > span {
  -webkit-line-clamp: 2;
  max-height: 2lh;
}
.com-post__item--image .com-post__tag {
  font-size: var(--font-size-xs);
  line-height: var(--line-height-xs);
}
.com-post__item--image .com-post__image {
  width: 15rem;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  row-gap: 2.4rem;
  margin-bottom: 4rem;
}
.com-title01--left > span.en {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.com-title01--left > span.en::after {
  width: 4.5rem;
}

/*中タイトル
-----------------------------*/
/*小タイトル
-----------------------------*/
/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact {
  padding-top: 12rem;
}
.com-contact::before {
  background-position: right 12% top;
}
.com-contact__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 3rem;
}
.com-contact__title {
  margin-bottom: 1rem;
}
.com-contact__text + * {
  margin-top: 1rem;
}
.com-contact__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 3rem;
}
.com-contact__btn {
  height: 7rem;
}

/*ページリンク
-----------------------------*/
.com-bnr {
  padding-block: 6rem;
}
.com-bnr__item {
  width: 100%;
  height: 16rem;
  margin-bottom: 2rem;
}
.com-bnr__item:last-of-type {
  margin-bottom: 0;
}
.com-bnr__item::after {
  width: 2.4rem;
  right: 4rem;
}

/*===============================================
  トップページ
===============================================*/
/*大人のための、上質なひととき
-----------------------------*/
.top-concept {
  padding-bottom: 0;
}
.top-concept__btn {
  margin: 4rem auto 0;
}
.top-concept__images {
  display: grid;
  grid-template: "lt lt rt" min(16rem, 30vw) "lb-t rb rb" min(16rem, 30vw) "lb-b rb rb" min(16rem, 30vw)/2fr 1fr 2fr;
  gap: 1rem;
  padding-top: 6rem;
}
.top-concept__image--lt {
  grid-area: lt;
}
.top-concept__image--rt {
  grid-area: rt;
}
.top-concept__image--lb-t {
  grid-area: lb-t;
}
.top-concept__image--lb-b {
  grid-area: lb-b;
}
.top-concept__image--rb {
  grid-area: rb;
}
.top-concept__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*旬魚と酒肴、語らいを深める一皿
-----------------------------*/
.top-menu__image {
  margin-bottom: 4rem;
}
.top-menu__image img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-menu__btn {
  margin: 4rem auto 0;
}

/*大切なひとときに選ばれるコース
-----------------------------*/
.top-course {
  padding-block: 6rem;
}
.top-course__inner {
  padding: 6rem 5vw;
}
.top-course__btn {
  margin: 4rem auto 0;
}

/*お席のご紹介
-----------------------------*/
.top-floor__image {
  text-align: center;
  padding-block: 1.5rem;
  margin-top: 4rem;
}
.top-floor__image img {
  width: 20rem;
  aspect-ratio: 20/27;
  -o-object-fit: contain;
     object-fit: contain;
}

/*店舗のご案内
-----------------------------*/
.top-info:has(.top-info__images) {
  padding-bottom: 0;
}
.top-info__map {
  height: 30rem;
  margin-top: 4rem;
}
.top-info__images {
  display: grid;
  grid-template: "lt main" min(16rem, 40vw) "lb main" min(16rem, 40vw)/40vw 50vw;
  gap: 1rem;
  padding: 5rem 5vw;
}
.top-info__image--main {
  grid-area: main;
}
.top-info__image--lb {
  grid-area: lb;
}
.top-info__image--lt {
  grid-area: lt;
}
.top-info__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-info:has(.top-info__map) .top-info__images {
  height: calc(100% - 57rem);
}

/*ブログ
-----------------------------*/
.top-blog {
  padding-bottom: calc(50vw + 6rem);
}
.top-blog::before {
  height: calc(100% - 50vw);
}
.top-blog__box {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: flex-end;
  gap: 4rem 2rem;
}
.top-blog__title {
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: row;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  padding-bottom: 3rem;
  margin-bottom: 0;
}
.top-blog__title::after {
  content: "";
  width: 90vw;
  height: 1px;
  background: var(--color-blue);
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0.5;
}
.top-blog__btn {
  margin-bottom: 3rem;
}
.top-blog__list,
.top-blog .com-empty {
  grid-column: span 2;
}
/*===============================================
  こだわり
===============================================*/
/*こだわりのご紹介
-----------------------------*/
.concept-commitment__images {
  display: grid;
  grid-template: "lt main" min(18rem, 35vw) "lb main" min(18rem, 35vw)/min(18rem, 35vw) auto;
  gap: 1rem;
  padding-top: 4rem;
}
.concept-commitment__image--main {
  grid-area: main;
}
.concept-commitment__image--main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.concept-commitment__image--lt {
  grid-area: lt;
}
.concept-commitment__image--lt img {
  aspect-ratio: 1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.concept-commitment__image--lb {
  grid-area: lb;
}
.concept-commitment__image--lb img {
  aspect-ratio: 1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.concept-commitment__list {
  padding-top: 8rem;
}
.concept-commitment__item {
  margin-bottom: 6rem;
}
.concept-commitment__thumb {
  margin-bottom: 2rem;
}
.concept-commitment__thumb img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.concept-commitment__heading {
  flex-direction: row;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  margin-bottom: 2.4rem;
}
.concept-commitment__heading::before {
  align-self: center;
}
.concept-commitment + .concept-gallery {
  border-top: solid 1px rgba(113, 120, 123, 0.5);
}

/*ギャラリー
-----------------------------*/
.concept-gallery__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
}

/*===============================================
  一品とお酒
===============================================*/
/*一品とお酒のご紹介
-----------------------------*/
.menu-about__links {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  padding-top: 5rem;
  margin-top: 5rem;
}
.menu-about__link {
  width: 100%;
  height: 6.5rem;
  padding-right: 1rem;
}
.menu-about__link::after {
  width: 1.2rem;
  right: 5%;
}

/*料理 / ドリンク
-----------------------------*/
.menu-list {
  padding-top: 0;
}
.menu-list__title {
  width: 30vw;
  row-gap: 2rem;
  margin-bottom: 0;
}
.menu-list__title > span:not(.en) {
  writing-mode: vertical-rl;
  max-height: auto;
  text-orientation: mixed;
}
.menu-list__image {
  height: 24rem;
}
.menu-list__box {
  padding-top: 6.4rem;
}
.menu-list__heading {
  padding-bottom: 2rem;
  margin-bottom: 4rem;
}
.menu-list__item {
  padding-bottom: 2.4rem;
  margin-bottom: 2.4rem;
}
.menu-list__item:last-of-type {
  margin-bottom: 0;
}

/*===============================================
  コース料理
===============================================*/
/*コース料理のご紹介
-----------------------------*/
.course-list__items {
  margin-top: 6rem;
}
.course-list__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 3rem;
  padding-top: 8rem;
}
.course-list__item:first-of-type {
  padding-top: 6rem;
}
.course-list__item > * {
  width: 100%;
}
.course-list__heading {
  padding: 0 1rem 2rem;
}
.course-list__table {
  padding-top: 0.5rem;
}
.course-list__table tr th {
  width: 8.5em;
}
.course-list__image img {
  aspect-ratio: 1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*===============================================
  店舗案内
===============================================*/
/*代表挨拶
-----------------------------*/
.info-message__image {
  margin-bottom: 3rem;
}
.info-message__image img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.info-message__heading {
  margin-bottom: 3rem;
}
.info-message + .info-shop {
  border-top: solid 1px rgba(113, 120, 123, 0.5);
}

/*店舗情報
-----------------------------*/
.info-shop__map {
  height: 32rem;
  margin-top: 4rem;
}

/*===============================================
  ブログ
===============================================*/
/* ブログ 一覧
-----------------------------*/
.blog-archive__tags {
  margin-bottom: 5rem;
}
.blog-archive .com-post__link {
  padding: 2.4rem 2rem;
}
.blog-archive .com-post__link:has(.com-post__image) {
  padding: 1.5rem;
}
.blog-archive .com-post__link:has(.com-post__image) .com-post__inner {
  padding-block: 1rem;
}

/* ブログ 詳細
-----------------------------*/
.blog-detail__title {
  padding-bottom: 2rem;
  margin-bottom: 2.4rem;
}

/*===============================================
  お問い合わせ
===============================================*/
/* お問い合わせ方法
-----------------------------*/
.contact-method {
  padding-bottom: 0;
}
.contact-method__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 2.4rem;
  padding-block: 5rem;
}
.contact-method__tel {
  row-gap: 1rem;
}
.contact-method__tel .com-tel__num {
  font-size: 3.2rem;
}
.contact-method__tel .com-tel__num::before {
  width: 2.4rem;
}
.contact-method__tel .com-tel__num > span {
  margin-top: -0.7rem;
}
.contact-method__info {
  font-size: var(--font-size-sm);
  gap: 1.2rem 1rem;
}

/* メールフォーム
-----------------------------*/
.contact-form .contact-submits-wrap > * {
  margin: 0 auto 2rem;
}
.contact-form .contact-submits-wrap > *:last-child {
  margin-bottom: 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy__heading {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

/*===============================================
  サイトマップ
===============================================*/
.sitemap-list__item {
  margin-bottom: 1.2rem;
}
.sitemap-list__item:last-of-type {
  margin-bottom: 0;
}
.sitemap-list__link {
  padding: 1em;
}

/*===============================================
  404エラー
===============================================*/