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

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

a[href^="tel:"] {
  pointer-events: none;
}

/*===============================================
  ページネーション
===============================================*/
/*===============================================
  詳細ページ前後
===============================================*/
/*===============================================
  wrapper
===============================================*/
#wrapper {
  min-width: 1200px;
}
#wrapper:has(#container.top)::before {
  min-width: 1200px;
}

/*===============================================
  header
===============================================*/
#header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#header .header__logo {
  width: 18rem;
  width: clamp(128px, 10vw, 180px);
  padding: clamp(15px, 1.1111111111vw, 20px);
}
#header .header__logo img {
  width: clamp(86px, 6.6666666667vw, 120px);
}

/*===============================================
  footer
===============================================*/
#footer {
  padding: 15rem 0 12rem;
}
#footer .footer__inner {
  display: grid;
  grid-template: "logo links links" auto "info info nav" auto/12rem 1fr auto;
  gap: 6rem;
  width: 108rem;
}
#footer .footer__logo {
  grid-area: logo;
  width: 12rem;
  padding-bottom: 6rem;
  margin-bottom: 1px;
  position: relative;
}
#footer .footer__logo::before {
  content: "";
  width: 108rem;
  height: 1px;
  background: var(--color-blue);
  position: absolute;
  top: 100%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}
#footer .footer__info {
  grid-area: info;
  font-size: var(--font-size-sm);
  gap: 3rem 1rem;
  padding-bottom: 9.3rem;
}
#footer .footer__info dt {
  width: 8rem;
}
#footer .footer__links {
  grid-area: links;
  justify-content: flex-end;
  align-self: flex-end;
  gap: 2rem;
  padding-bottom: 6rem;
  margin-bottom: 1px;
}
#footer .footer__link {
  width: 30rem;
  height: 7rem;
}
#footer .footer__link::before {
  right: 3rem;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  grid-area: nav;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
}
.footer-nav__list {
  display: grid;
  grid-template-rows: repeat(6, 1fr);
  grid-auto-flow: column;
  gap: 3rem 10rem;
}
.footer-nav__item {
  margin-block: calc((1em - 1lh) / 2);
}
.footer-nav__link {
  letter-spacing: var(--letter-spacing-base);
  margin-inline-end: calc(var(--letter-spacing-base) * -1);
}

/*コピーライト
-----------------------------*/
.copy {
  width: 108rem;
  margin-inline: auto;
}
.copy p {
  position: absolute;
  left: 0;
  bottom: 0;
}

/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  flex-direction: row-reverse;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  bottom: 1rem;
  right: 1rem;
}
#pagetop > span {
  letter-spacing: var(--letter-spacing-xl);
  margin-inline-end: calc((--letter-spacing-xl) * -1);
}
#pagetop::before {
  width: 1.5rem;
}

/*サイドボタン
-----------------------------*/
#side {
  bottom: 6rem;
  right: 0;
}
#side .side-btn {
  width: 6rem;
  height: 20rem;
}
#side .side-btn a {
  font-size: var(--font-size-sm);
}
#side .side-btn a > span {
  writing-mode: vertical-rl;
  max-height: auto;
  text-orientation: mixed;
}
@media screen and (max-width: 767px) {
  #side .side-btn a > span {
    writing-mode: horizontal-tb;
    max-height: inherit;
  }
}

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
.visual {
  padding-top: 9rem;
}
.visual:has(.visual__main) {
  padding-bottom: 6rem;
}

/*メインビジュアル
-----------------------------*/
.visual__main {
  width: calc(100% - 12rem);
  max-width: 180rem;
  height: calc(clamp(546px, 42.65625vw, 819px) + 1px);
  min-height: calc(100dvh - 15rem);
  margin-inline: auto;
}
.visual__scroll {
  font-size: clamp(9px, 0.6770833333vw, 13px);
  padding-bottom: 2rem;
}
.visual__scroll::after {
  height: clamp(27px, 2.0833333333vw, 40px);
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: clamp(320px, 25vw, 450px);
}
.visual__sub::before {
  width: calc(100% - clamp(280px, 21.875vw, 420px) - 6rem);
  right: 6rem;
}
.visual__catch--sub {
  width: clamp(280px, 21.875vw, 420px);
  height: 100%;
  font-size: clamp(24px, 1.8229166667vw, 35px);
}
.visual__catch--sub > span {
  line-height: calc(1em + clamp(20px, 1.5625vw, 30px));
  letter-spacing: var(--letter-spacing-xl);
  margin-inline: calc(var(--letter-spacing-xl) * -1);
}

/*===============================================
  グローバルナビ
===============================================*/
.gnav {
  font-size: var(--font-size-base);
  line-height: calc(1em + 3rem);
  letter-spacing: 0;
  padding-right: 6rem;
}
.gnav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  height: 9rem;
}
.gnav__item {
  letter-spacing: var(--letter-spacing-lg);
  margin-inline-end: calc(var(--letter-spacing-lg) * -1);
}
.gnav__link {
  display: block;
  position: relative;
}
.gnav__link::after {
  content: "";
  width: 0%;
  height: 1px;
  background: var(--color-text);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  transition: all 0.3s ease-out;
}
.gnav__link:hover::after, .gnav__link.current::after {
  width: 100%;
}

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

.inbox {
  width: 108rem;
}

/*電話番号
-----------------------------*/
.com-tel {
  width: -moz-fit-content;
  width: fit-content;
  align-items: flex-start;
  row-gap: 1.9rem;
}
.com-tel__num {
  font-size: 3rem;
  -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: 42rem;
  height: 6rem;
}
.com-btn::after {
  right: 6rem;
}
.com-btn--window::before {
  width: 1.5rem;
  right: 6rem;
}
.com-btn--mail::before {
  width: 2rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 6rem;
}

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

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

/*テキストボックス
-----------------------------*/
.com-text p {
  margin-inline-end: calc(var(--letter-spacing-base) * -1);
}

/*ブログ
-----------------------------*/
.com-post__item {
  line-height: 1.76471;
  margin-bottom: 4rem;
}
.com-post__item--image .com-post__link {
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}
.com-post__item--image .com-post__heading {
  font-size: var(--font-size-h5);
  line-height: var(--line-height-h5);
  margin-bottom: 1rem;
}
.com-post__item--image .com-post__image {
  width: 36rem;
}
.com-post__item--image .com-post__image img {
  aspect-ratio: 3/2;
}

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

/*中タイトル
-----------------------------*/
/*小タイトル
-----------------------------*/
/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact::before {
  width: calc(100% - 8rem);
  max-width: 172rem;
}
.com-contact__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 6rem;
}
.com-contact__title {
  margin-bottom: 0;
}
.com-contact__items {
  display: grid;
  grid-template-columns: repeat(2, 42rem);
  align-items: center;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  padding-inline: 1rem;
  margin-top: -2rem;
}
.com-contact__items:has(.com-contact__tel) {
  padding-top: 6rem;
  border-top: solid 1px var(--color-gray);
  margin-top: 0;
}
.com-contact__items > * {
  margin-inline: auto;
}
.com-contact__items > *:last-child:first-child {
  grid-column: span 2;
}
.com-contact__btn {
  height: 7rem;
}

/*ページリンク
-----------------------------*/
.com-bnr {
  padding-bottom: 10rem;
}
.com-bnr__items {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.com-bnr__item {
  width: 100%;
  height: 25rem;
}
.com-bnr__item::after {
  width: 2.6rem;
  right: min(6rem, 12%);
}

/*===============================================
  トップページ
===============================================*/
/*大人のための、上質なひととき
-----------------------------*/
.top-concept {
  padding-bottom: clamp(510px, 8rem + 33.334vw, 72rem);
}
.top-concept__title {
  row-gap: 5rem;
  margin-bottom: 8rem;
}
.top-concept__title > span:not(.en) {
  writing-mode: vertical-rl;
  max-height: auto;
  text-orientation: mixed;
}
@media screen and (max-width: 767px) {
  .top-concept__title > span:not(.en) {
    writing-mode: horizontal-tb;
    max-height: inherit;
  }
}
.top-concept__text {
  text-align: center;
}
.top-concept__btn {
  margin: 8rem auto 0;
}
.top-concept__images {
  width: 100%;
  max-width: 192rem;
  height: calc(100% - 16rem);
  position: absolute !important;
  left: 50%;
  top: 8rem;
  transform: translateX(-50%);
  pointer-events: none;
}
.top-concept__image {
  position: absolute;
}
.top-concept__image--rt {
  width: calc(50% - 43rem);
  max-width: 38rem;
  height: 33%;
  max-height: 54rem;
  top: 0;
  left: calc(50% + 38rem);
}
.top-concept__image--lt {
  width: calc(50% - 40rem);
  max-width: 43rem;
  height: 38%;
  max-height: 61rem;
  top: min(44rem, 28%);
  right: calc(50% + 38rem);
}
.top-concept__image--lb-t {
  width: calc(50% - 48rem);
  max-width: 23rem;
  height: 20%;
  max-height: 32rem;
  right: clamp(50% + 200px, 50% + 15.105vw, 50% + 29rem);
  bottom: min(16rem, 10%);
}
.top-concept__image--lb-b {
  width: calc(50% - 45rem);
  max-width: 34rem;
  height: 12.5%;
  max-height: 20rem;
  left: 0;
  bottom: min(4rem, 2.5%);
}
.top-concept__image--rb {
  width: calc(50% - 10rem);
  max-width: 64rem;
  height: 24%;
  max-height: 37rem;
  left: calc(50% + 8rem);
  bottom: 0;
}
.top-concept__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*旬魚と酒肴、語らいを深める一皿
-----------------------------*/
.top-menu__inner {
  min-height: 68rem;
  padding-left: 68rem;
}
.top-menu__image {
  width: calc(50vw + 4rem);
  max-width: 100rem;
  min-width: 640px;
  height: 71rem;
  position: absolute;
  top: -3rem;
  right: calc(50% - 4rem);
}
.top-menu__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-menu__btn {
  margin-top: 6rem;
}

/*大切なひとときに選ばれるコース
-----------------------------*/
.top-course::before, .top-course::after {
  content: "";
  width: 10rem;
  min-width: calc(50% - 86rem);
  height: 100%;
  background: var(--pattern-bg-base);
  position: absolute;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.top-course::before {
  left: 0;
}
.top-course::after {
  right: 0;
}
.top-course__inner {
  width: 62rem;
  padding: 12rem 10rem;
  box-shadow: 0 0 2rem rgba(14, 14, 23, 0.5);
}
.top-course__btn {
  margin: 6rem auto 0;
}

/*お席のご紹介
-----------------------------*/
.top-floor__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  min-height: 42rem;
  padding-right: 56rem;
}
.top-floor__image {
  display: flex;
  justify-content: center;
  image-resolution: 0;
  width: 48rem;
  height: 42rem;
  position: absolute;
  top: 0;
  right: 0;
}
.top-floor__image img {
  width: 27rem;
  aspect-ratio: 270/362;
  -o-object-fit: contain;
     object-fit: contain;
}

/*店舗のご案内
-----------------------------*/
.top-info {
  padding-top: 25rem;
}
.top-info__title, .top-info__table {
  width: 44rem;
  margin-left: auto;
}
.top-info__title span:not(.en) {
  writing-mode: vertical-rl;
  max-height: auto;
  text-orientation: mixed;
}
@media screen and (max-width: 767px) {
  .top-info__title span:not(.en) {
    writing-mode: horizontal-tb;
    max-height: inherit;
  }
}
.top-info__table th {
  width: 12rem;
}
.top-info__map {
  height: 35rem;
  margin-top: 12rem;
}
.top-info__images {
  width: calc(100% - 8rem);
  max-width: 168rem;
  min-width: 1280px;
  height: calc(100% - 10rem);
  position: absolute !important;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  pointer-events: none;
}
.top-info__image {
  position: absolute;
}
.top-info__image--main {
  width: 43rem;
  height: 61rem;
  right: 50%;
  bottom: 12rem;
}
.top-info__image--rt {
  width: 34rem;
  height: 21rem;
  right: 0;
  top: 0;
}
.top-info__image--lb {
  width: 22rem;
  height: 31rem;
  right: calc(50% + 49rem);
  bottom: 0;
}
.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: 0;
}
.top-blog::before {
  height: calc(100% + 1px);
  clip-path: polygon(0 0, 100% 0, 100% 100%, calc(50% - 8rem) 100%, calc(50% - 8rem) calc(27rem + var(--font-size-h3)), 0 calc(27rem + var(--font-size-h3)));
}
.top-blog__box {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: flex-end;
  gap: 8rem 6rem;
}
.top-blog__title {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: row;
  padding-bottom: 4rem;
  margin-bottom: 0;
}
.top-blog__title::after {
  content: "";
  width: 108rem;
  height: 1px;
  background: var(--color-blue);
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0.5;
}
.top-blog__btn {
  margin-bottom: 4rem;
}
.top-blog__list,
.top-blog .com-empty {
  width: calc(50% + 8rem);
  min-height: 54rem;
  grid-column: span 2;
  padding-block: 8rem;
  margin-left: auto;
}
.top-blog__list {
  padding-left: 10rem;
}
.top-blog .com-empty {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*===============================================
  こだわり
===============================================*/
/*こだわりのご紹介
-----------------------------*/
.concept-commitment__text {
  text-align: center;
  line-height: 2.94118;
}
.concept-commitment__images {
  width: calc(100vw - 4rem);
  max-width: 144rem;
  min-width: 1180px;
  height: 68rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -7rem;
  pointer-events: none;
}
.concept-commitment__image {
  position: absolute;
}
.concept-commitment__image--main {
  width: 25rem;
  height: 34rem;
  bottom: 0;
  right: 10rem;
}
.concept-commitment__image--lt {
  width: 26rem;
  height: 38rem;
  top: 0;
  left: 12rem;
}
.concept-commitment__image--lb {
  width: 20rem;
  aspect-ratio: 1;
  bottom: 6rem;
  left: 0;
}
.concept-commitment__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.concept-commitment__list {
  padding-top: 24rem;
}
.concept-commitment__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  min-height: 42rem;
  padding-top: 2rem;
  margin-bottom: 10rem;
  position: relative;
}
.concept-commitment__item:nth-of-type(2n + 1) {
  padding-left: 58rem;
}
.concept-commitment__item:nth-of-type(2n + 1) .concept-commitment__thumb {
  right: calc(50% + 2rem);
}
.concept-commitment__item:nth-of-type(2n) {
  padding-right: 58rem;
}
.concept-commitment__item:nth-of-type(2n) .concept-commitment__thumb {
  left: calc(50% + 2rem);
}
.concept-commitment__thumb {
  width: 62rem;
  height: 42rem;
  position: absolute;
  top: 0;
}
.concept-commitment__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.concept-commitment__heading {
  row-gap: 3rem;
  margin-bottom: 6rem;
}

/*ギャラリー
-----------------------------*/
.concept-gallery__images {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 4rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.concept-gallery__image {
  width: 24rem;
}

/*===============================================
  一品とお酒
===============================================*/
/*一品とお酒のご紹介
-----------------------------*/
.menu-about__text {
  text-align: center;
  line-height: 2.94118;
}
.menu-about__links {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 8rem;
       column-gap: 8rem;
  padding-top: 10rem;
  margin-top: 10rem;
}
.menu-about__link {
  width: 40rem;
  height: 6rem;
}
.menu-about__link::after {
  width: 1.5rem;
  right: 6rem;
}

/*料理 / ドリンク
-----------------------------*/
.menu-list {
  padding-top: 0;
}
.menu-list__title {
  width: 40rem;
  row-gap: 3rem;
  margin-bottom: 0;
}
.menu-list__image {
  height: 40rem;
}
.menu-list__box {
  padding-top: 12rem;
}
.menu-list__heading {
  padding-bottom: 3rem;
  margin-bottom: 6rem;
}
.menu-list__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 4rem;
}
.menu-list__item {
  padding-bottom: 3rem;
}

/*===============================================
  コース料理
===============================================*/
/*コース料理のご紹介
-----------------------------*/
.course-list__text {
  text-align: center;
  line-height: 2.94118;
}
.course-list__items {
  margin-top: 10rem;
}
.course-list__item {
  display: grid;
  grid-template-columns: 52rem 1fr;
  align-items: flex-start;
  gap: 4rem;
  padding-top: 12rem;
}
.course-list__item:first-of-type {
  padding-top: 10rem;
}
.course-list__item:not(:has(.course-list__image)) .course-list__table {
  grid-column: span 2;
}
.course-list__heading {
  padding: 0 1rem 3rem;
  grid-column: span 2;
  order: 0;
}
.course-list__body {
  grid-column: span 2;
  order: 1;
}
.course-list__table {
  line-height: 1.76471;
  margin-top: calc((1em - 1lh) / 2);
  align-self: center;
  order: 3;
}
.course-list__table tr:first-of-type {
  border-top: none;
}
.course-list__table tr:first-of-type th,
.course-list__table tr:first-of-type td {
  padding-top: 0;
}
.course-list__table tr th,
.course-list__table tr td {
  padding-block: 1.3rem;
}
.course-list__table tr th {
  width: 14rem;
}
.course-list__image {
  order: 2;
}
.course-list__image img {
  aspect-ratio: 0.9285714286;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*===============================================
  店舗案内
===============================================*/
/*代表挨拶
-----------------------------*/
.info-message__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}
.info-message__image {
  width: 52rem;
  flex-shrink: 0;
}
.info-message__inner {
  width: 100%;
  min-height: 42rem;
  padding-block: 2rem;
  align-self: center;
}
.info-message__heading {
  margin-bottom: 6rem;
}
.info-message + .info-shop {
  padding-top: 0;
}
.info-message + .info-shop .inbox {
  padding: 15rem 12rem;
  box-shadow: 0 0 0 1px rgba(113, 120, 123, 0.5) inset;
}

/*店舗情報
-----------------------------*/
.info-shop__table tr th {
  width: 23rem;
}
.info-shop__table tr td .com-replace {
  display: block;
  font-size: 1.1rem;
  margin-block: 0.5rem;
}
.info-shop__map {
  height: 30rem;
  margin-top: 6rem;
}

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

/* ブログ 詳細
-----------------------------*/
.blog-detail {
  padding-bottom: 10rem;
}
.blog-detail__title {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}

/*===============================================
  お問い合わせ
===============================================*/
/* お問い合わせ方法
-----------------------------*/
.contact-method {
  padding-bottom: 0;
}
.contact-method__text {
  text-align: center;
  line-height: 2.94118;
}
.contact-method__items {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 10rem;
}
.contact-method__items > * {
  min-width: 39rem;
}
.contact-method__tel {
  align-items: center;
}
.contact-method__tel .com-tel__num {
  font-size: var(--font-size-h3);
}
.contact-method__tel .com-tel__num::before {
  width: 2.3rem;
}
.contact-method__tel .com-tel__num > span {
  margin-top: -0.7rem;
}
.contact-method__info {
  gap: 2rem 1rem;
}
.contact-method__info dt {
  width: 8rem;
}

/* メールフォーム
-----------------------------*/
.contact-form {
  padding-block: 10rem;
}
.contact-form__table tr th {
  width: 36rem;
  text-align: left;
  line-height: 2.2353;
  padding-right: 4rem;
}
.contact-form__table tr th .optional-mark,
.contact-form__table tr th .required-mark {
  margin-top: calc(1.9rem - 1em);
}
.contact-form__table tr td {
  vertical-align: middle;
  line-height: 2.2353;
}
.contact-form .contact-submits-wrap > * {
  width: 40rem;
  height: 6rem;
  margin: 2rem 1.5rem 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
.contact-complete__text {
  text-align: center;
}

/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy__box {
  margin-bottom: 10rem;
}
.privacy-policy__heading {
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}

/*===============================================
  サイトマップ
===============================================*/
.sitemap-list__items {
  display: grid;
  grid-template: repeat(5, 1fr)/repeat(2, 1fr);
  grid-auto-flow: column;
  gap: 2rem 8rem;
}
.sitemap-list__link {
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 1em 1.5em;
}

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