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

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

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

/*===============================================
  header
===============================================*/
#header {
  background: var(--color-text);
}
#header .header__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: 8rem;
}
#header .header__logo {
  width: 10rem;
  filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.3)) drop-shadow(0 0 0.1rem rgba(0, 0, 0, 0.2)) drop-shadow(0 0 2rem rgba(0, 0, 0, 0.15));
}
#header .header__logo img {
  width: 100%;
  aspect-ratio: 100/56;
  -o-object-fit: contain;
     object-fit: contain;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding-block: 5.6rem 3rem;
}
#footer .footer__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 4rem;
}
#footer .footer__logo img {
  height: 8rem;
  aspect-ratio: 144/80;
  -o-object-fit: contain;
     object-fit: contain;
}
#footer .footer__left, #footer .footer__info {
  row-gap: 3rem;
  padding-inline: 5vw;
}
#footer .footer__add {
  text-align: center;
  line-height: 1.875;
  margin-block: calc((1em - 1lh) / 2);
}
#footer .footer__add dt {
  display: none;
}
#footer .footer__add .line {
  display: inline-block;
  margin-right: 0.5em;
}
#footer .footer__add .line:last-of-type {
  margin-right: 0;
}
#footer .footer__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}
#footer .footer__btn {
  width: 32rem;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  width: 100%;
  font-size: calc(1em - 1px);
  padding-top: 2rem;
}
.footer-nav__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--color-border);
  padding-block: 1px;
}
.footer-nav__item {
  background: var(--color-text);
}
.footer-nav__item:first-of-type:nth-last-of-type(2n + 1) {
  display: none;
}
.footer-nav__link {
  line-height: 2;
  padding: 1em 1em;
}

/*コピーライト
-----------------------------*/
.copy {
  padding-top: 3rem;
}
/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  width: 6rem;
  right: 1rem;
  bottom: 1rem;
}

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

/*メインビジュアル
-----------------------------*/
.visual__main {
  aspect-ratio: 5/3;
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: 24rem;
}
.visual__catch--sub {
  min-width: 12em;
  font-size: var(--font-size-h2);
  padding: 0.75em 0.5em;
}

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

/*===============================================
  main共通
===============================================*/
.section {
  padding-block: 8rem;
}
.section--bg {
  background-size: 78rem;
}
.section--line::after {
  height: 2.4rem;
  background-size: auto 100%;
  bottom: -0.4rem;
}

.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: 1.6rem;
}
.com-tel__num span {
  margin-block: -0.7rem -0.1rem;
}
.com-tel .com-replace {
  font-size: var(--font-size-sm);
}
.com-tel__inner {
  row-gap: 1.2rem;
}
.com-tel__txt {
  font-size: var(--font-size-base);
}

/*ボタン
-----------------------------*/
.com-btn {
  height: 7rem;
}
.com-btn::after {
  width: 5rem;
  box-shadow: -0.2rem 0 0 0 var(--color-white);
}
.com-btn--reserve, .com-btn--mail {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.com-btn--reserve::before, .com-btn--mail::before {
  width: 2.5rem;
}
.com-btn--window::before {
  width: 1.5rem;
  right: 2rem;
}

/* SNS
-----------------------------*/
/*テーブル
-----------------------------*/
.com-table {
  line-height: 1.5;
}
.com-table tr th,
.com-table tr td {
  padding: 1.25em 1em;
}
.com-table--noblock tr th {
  width: 7em;
}
.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;
}
.com-table:not(.com-table--noblock) tr {
  border-bottom: none;
}
.com-table:not(.com-table--noblock) tr td {
  color: var(--color-text);
  background: var(--pattern-bg-beige);
}

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

/*お知らせ
-----------------------------*/
.com-post__item {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
.com-post__link {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.com-post__image {
  width: 12rem;
}
.com-post__inner {
  row-gap: 1.5rem;
}
.com-post__heading > span {
  -webkit-line-clamp: 2;
  max-height: 2lh;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  margin-bottom: 4.5rem;
}

/*中タイトル
-----------------------------*/
/*小タイトル
-----------------------------*/
/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact__title {
  text-shadow: 0 0 1.6rem rgba(113, 66, 28, 0.8), 0 0 1.6rem rgba(113, 66, 28, 0.8), 0 0 1.6rem rgba(113, 66, 28, 0.8);
}
.com-contact__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 2.5rem;
  padding: 3rem 2.4rem;
}
.com-contact__btn {
  width: 36rem;
}

/*セクション名
-----------------------------*/
/*===============================================
  トップページ
===============================================*/
/*旬の魚と熱々の鉄板焼きと旨い酒。
-----------------------------*/
.top-about {
  background-size: 78rem;
  padding-block-end: 0;
}
.top-about::before {
  width: 40rem;
  max-width: 84vw;
  aspect-ratio: 832/618;
  top: 0.5rem;
}
.top-about__title {
  max-width: 10em;
  align-items: flex-start;
  text-align: left;
  font-size: var(--font-size-h3);
  margin-bottom: 6rem;
  text-shadow: 0 0 0.2rem var(--color-bg-black), 0 0 0.6rem var(--color-bg-black), 0 0 1rem var(--color-bg-black);
  paint-order: stroke;
}
.top-about__title .min {
  font-size: calc(1em - 0.8rem);
  line-height: 1;
}
.top-about__btn {
  width: 30rem;
  margin-top: 5rem;
}
.top-about__image::after {
  width: 42%;
  top: 2rem;
  right: 8%;
  transform: rotate(10deg);
}
.top-about__image img {
  width: 80%;
}

/*店内について
-----------------------------*/
.top-seating__wrap::before {
  width: 78rem;
  height: calc(100% - 5rem);
  background-size: 78rem auto;
  top: -4rem;
}
.top-seating__title {
  filter: drop-shadow(0 0 0.4rem rgba(113, 66, 28, 0.8)) drop-shadow(0 0 1rem rgba(113, 66, 28, 0.8)) drop-shadow(0 0 1.6rem rgba(113, 66, 28, 0.8));
  margin-inline: auto;
}
.top-seating__title::after {
  width: calc(100% + 6rem);
  height: 4.2rem;
  top: -3.2rem;
}
.top-seating__text {
  text-shadow: 0 0 1.6rem rgba(113, 66, 28, 0.8), 0 0 1.6rem rgba(113, 66, 28, 0.8), 0 0 1.6rem rgba(113, 66, 28, 0.8);
}
.top-seating__num {
  width: 8em;
  font-size: var(--font-size-h3-min);
  line-height: calc(1em + 1rem);
  padding: 0.5em 0.25em;
  margin-top: 3rem;
}
.top-seating__btn {
  width: 32rem;
  margin-top: 4rem;
}
.top-seating__imgs {
  display: grid;
  grid-template-columns: 40% 56%;
  justify-content: space-between;
  margin-top: 5rem;
}
.top-seating__img {
  height: 15rem;
}
.top-seating__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-seating__box {
  margin-top: 8.8rem;
}
.top-seating__box::before {
  width: 78rem;
  aspect-ratio: 1920/358;
  bottom: -3.2rem;
}
.top-seating__box--first {
  display: grid;
  grid-template-columns: calc(50% - 1.6rem) 50%;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
}
.top-seating__box--first .top-seating__heading {
  grid-column: span 2;
  margin: 0 auto 1.5rem;
}
.top-seating__box--second {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4.5rem 2rem;
}
.top-seating__box--second .top-seating__body {
  padding-top: 3.2rem;
}
.top-seating__box--second .top-seating__items {
  grid-column: span 2;
}
.top-seating__heading {
  justify-content: center;
  align-items: center;
  width: 8rem;
  aspect-ratio: 4/5;
  background: url(../img/index/bg_seating-ttl.svg) no-repeat center/100% 100%;
}
.top-seating__heading > span {
  writing-mode: vertical-rl;
  max-height: auto;
  text-orientation: mixed;
}
.top-seating__heading > span .num {
  display: inline-block;
  text-combine-upright: all;
  margin-inline: -0.25em 0.15em;
}
.top-seating__thumb figcaption {
  line-height: calc(1em + 1rem);
  padding: calc((7rem - 2lh) / 2) 1rem;
}
.top-seating__thumb img {
  width: 100%;
  height: calc(100% - 7rem);
  -o-object-fit: cover;
     object-fit: cover;
}
.top-seating__body dt {
  width: 11em;
  font-size: var(--font-size-h5);
  line-height: 1.36364;
  padding-block: calc((6rem - 1em) / 2);
  margin-bottom: 2rem;
}
.top-seating__body dd {
  font-size: var(--font-size-btn);
  line-height: 1.6;
  text-shadow: 0 0 1.6rem rgba(113, 66, 28, 0.8), 0 0 1.6rem rgba(113, 66, 28, 0.8), 0 0 1.6rem rgba(113, 66, 28, 0.8);
}
.top-seating__item {
  display: grid;
  grid-template-columns: 42% 1fr;
  margin-bottom: 1.5rem;
}
.top-seating__item:last-of-type {
  margin-bottom: 0;
}
.top-seating__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*当店の人気メニュー
-----------------------------*/
.top-menu__title {
  row-gap: 2rem;
  padding-top: 3.6rem;
  background-size: auto 2.4rem;
}
.top-menu__title img {
  height: 6.4rem;
}
.top-menu__text {
  word-break: keep-all;
}
.top-menu__text strong {
  font-size: calc(1em + 0.5rem);
  line-height: 1;
}
.top-menu__list {
  padding-top: 4rem;
}
.top-menu__item {
  padding-bottom: 3rem;
  margin-bottom: 5rem;
}
.top-menu__item:last-of-type {
  margin-bottom: 0;
}
.top-menu__item:nth-of-type(1) .top-menu__price img {
  height: 6.5rem;
}
.top-menu__item:nth-of-type(2) .top-menu__image {
  margin-right: -3vw;
}
.top-menu__item:nth-of-type(2) .top-menu__price img {
  height: 8rem;
  transform: rotate(-12deg);
}
.top-menu__item:nth-of-type(3) .top-menu__price img {
  height: 8rem;
}
.top-menu__num {
  width: 12rem;
  margin-inline: auto 2rem;
  margin-bottom: -4rem;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 0 0.2rem var(--color-white)) drop-shadow(0 0 0.2rem var(--color-white));
}
.top-menu__image {
  position: relative;
  z-index: 1;
}
.top-menu__inner {
  padding: 5rem calc(2.4rem + 2vw) 6.4rem;
  margin: -2.4rem -2vw 0;
}
.top-menu__heading {
  margin-bottom: 3rem;
}
.top-menu__price {
  position: absolute;
  right: 1rem;
  bottom: 0;
}

/*お品書きコースはこちら
-----------------------------*/
.top-bnr {
  padding-block: 0;
}
.top-bnr__inner {
  width: 100%;
  padding: 6.4rem 5vw;
}
.top-bnr__text {
  font-size: var(--font-size-btn);
  line-height: 1.5;
}
.top-bnr__text strong {
  font-size: calc(1em + 0.5rem);
}
.top-bnr__btn {
  width: 30rem;
  margin: 4rem auto 0;
}
.top-bnr__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.top-bnr__image {
  aspect-ratio: 5/4;
}
.top-bnr__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*スタッフ募集中
-----------------------------*/
.top-recruit::before {
  width: 78rem;
  aspect-ratio: 1920/358;
  bottom: 2.4rem;
}
.top-recruit__title {
  margin-left: -3vw;
  margin-bottom: -12vw;
  position: relative;
  z-index: 3;
}
.top-recruit__image {
  width: 64%;
  margin: 0 -10vw -1.5rem auto;
}
.top-recruit__text {
  font-size: var(--font-size-h5);
  line-height: 1.45455;
  text-shadow: 0 0 1.6rem rgba(113, 66, 28, 0.8), 0 0 1.6rem rgba(113, 66, 28, 0.8), 0 0 1.6rem rgba(113, 66, 28, 0.8);
  word-break: keep-all;
}
.top-recruit__text strong {
  font-size: calc(1em + 0.8rem);
  line-height: 1;
}
.top-recruit__btn {
  width: 35rem;
  margin-top: 4rem;
}

/*お知らせ
-----------------------------*/
.top-news::before {
  width: calc(100% + 12rem);
  height: 16rem;
  -webkit-mask-size: auto 24rem;
          mask-size: auto 24rem;
}
.top-news .com-empty {
  background: rgba(255, 255, 255, 0.8);
}
.top-news__btn {
  width: 30rem;
  margin: 4rem auto 0;
}

/*店舗概要
-----------------------------*/
.top-info__inner {
  padding-block: 8rem 5rem;
}
.top-info__inner::before {
  height: 12rem;
}
.top-info__inner::after {
  height: 18rem;
}
.top-info__image {
  height: 35vw;
}
.top-info__map {
  height: 36rem;
}

/*===============================================
  こだわり
===============================================*/
/*当店の5つのこだわり
-----------------------------*/
.concept-list__wrap::before, .concept-list__wrap::after {
  width: 100vw;
  height: calc(50% - 4rem);
  background-size: 78rem auto;
}
.concept-list__wrap::before {
  top: 2rem;
}
.concept-list__wrap::after {
  bottom: -3rem;
}
.concept-list__item {
  margin-bottom: 5rem;
}
.concept-list__inner {
  background: linear-gradient(to bottom, transparent 2rem, var(--color-text) 2rem);
  padding: 0 2.4rem 3.2rem;
}
.concept-list__inner::before {
  -webkit-mask: none;
          mask: none;
}
.concept-list__label {
  flex-direction: column;
  align-items: center;
  row-gap: 1.2rem;
  font-size: var(--font-size-btn);
  margin-bottom: 2.5rem;
}
.concept-list__label::before {
  font-size: var(--font-size-h3);
}
.concept-list__label > span {
  padding-block: 1rem;
  padding-inline: 1.8rem calc(2.5rem - 0.5em);
  white-space: nowrap;
}
.concept-list__heading {
  align-items: center;
  text-align: center;
  margin-bottom: 3rem;
  margin-inline: -0.5em;
}
.concept-list__heading br {
  display: none;
}
.concept-list__image img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  -o-object-fit: cover;
     object-fit: cover;
}
.concept-list__image {
  margin-bottom: 3rem;
}

/*===============================================
  ご利用シーン
===============================================*/
/*ご利用シーン
-----------------------------*/
.scene-list__wrap::before {
  width: calc(100% + 24rem);
  height: calc(50% - 5rem);
  -webkit-mask-size: 25rem, 45rem;
          mask-size: 25rem, 45rem;
  top: 3px;
}
.scene-list__wrap::after {
  width: 284.7rem;
  height: 146.4rem;
  -webkit-mask-size: 77.1rem, 135.6rem;
          mask-size: 77.1rem, 135.6rem;
  left: calc(50% + 18rem);
  bottom: 6rem;
}
.scene-list__items {
  padding-top: 5rem;
}
.scene-list__item {
  margin-bottom: 5rem;
}
.scene-list__inner {
  padding: 3.2rem 2.4rem;
}
.scene-list__inner::before {
  -webkit-mask: none;
          mask: none;
}
.scene-list__heading {
  align-items: center;
  text-align: center;
  margin-bottom: 2.5rem;
  word-break: keep-all;
}
.scene-list__image img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  -o-object-fit: cover;
     object-fit: cover;
}
.scene-list__image {
  margin-bottom: 3rem;
}

/*===============================================
  お品書き・コース
===============================================*/
/*ページ内リンク
-----------------------------*/
.menu-link {
  padding-block-end: 0;
}
.menu-link__item {
  margin-bottom: 1.5rem;
}
.menu-link__item:last-of-type {
  margin-bottom: 0;
}

/*お品書き
-----------------------------*/
.menu-food__text {
  text-align: center;
}
.menu-food__text + .menu-food__box {
  margin-top: 4rem;
}
.menu-food__box {
  padding: 2rem 2rem 3rem;
  margin-bottom: 4rem;
}
.menu-food__heading {
  padding: calc((7rem - 1em) / 2) 1em;
  margin-bottom: 3rem;
}
.menu-food__body {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.menu-food__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 2rem;
  margin-top: 3rem;
}
.menu-food__item {
  row-gap: 1.5rem;
}
.menu-food__thumb img {
  width: 100%;
  aspect-ratio: 1.1111111111;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu-food__label {
  line-height: 1.78572;
}

/*ドリンクメニュー
-----------------------------*/
.menu-drink__text {
  text-align: center;
}
.menu-drink__text + .menu-drink__box {
  margin-top: 4rem;
}
.menu-drink__box {
  padding: 2rem 2rem 3rem;
  margin-bottom: 4rem;
}
.menu-drink__heading {
  padding: calc((7rem - 1em) / 2) 1em;
  margin-bottom: 3rem;
}
.menu-drink__item {
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
}

/*コース
-----------------------------*/
.menu-course__text {
  text-align: center;
}
.menu-course__text + .menu-course__box {
  margin-top: 4rem;
}
.menu-course__box {
  padding: 1.6rem;
  margin-bottom: 4rem;
}
.menu-course__heading {
  padding: calc((7rem - 1em) / 2) 1em;
  margin-bottom: 3rem;
}
.menu-course__price {
  font-size: var(--font-size-btn);
  line-height: calc(1em + 1rem);
}
.menu-course__thumb img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu-course__thumb {
  margin-top: 2.5rem;
}
.menu-course__body {
  line-height: 1.875;
  padding: calc(3rem + (1em - 1lh) / 2) 2.4rem;
  margin-top: 2rem;
}

/*===============================================
  採用情報
===============================================*/
/*ホールスタッフ、調理補助スタッフ募集中！
-----------------------------*/
.recruit-lead {
  padding-block-end: 23rem;
  text-shadow: 0 0 1.6rem rgba(113, 66, 28, 0.8), 0 0 1.6rem rgba(113, 66, 28, 0.8), 0 0 1.6rem rgba(113, 66, 28, 0.8), 0 0 1.6rem rgba(113, 66, 28, 0.8);
}
.recruit-lead::before {
  height: 16rem;
  background-size: auto 100%;
  bottom: 3rem;
}
.recruit-lead::after {
  width: 96%;
  height: 21rem;
}

/*募集要項
-----------------------------*/
.recruit-detail__box {
  margin-bottom: 4rem;
}
.recruit-detail__heading {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  margin-bottom: 3rem;
}
.recruit-detail__heading::before {
  width: 1.5rem;
  margin-top: calc((1em - 1.5rem) / 2);
}

/*採用までの流れ
-----------------------------*/
.recruit-flow::before {
  min-width: 120rem;
  height: 20rem;
  -webkit-mask-size: auto 24rem;
          mask-size: auto 24rem;
}
.recruit-flow__item {
  display: grid;
  grid-template-columns: 5rem 1fr;
  align-items: center;
  gap: 2.5rem 3rem;
  padding: 3rem 2.4rem;
  margin-bottom: 5rem;
}
.recruit-flow__item::after {
  width: 6rem;
  aspect-ratio: 3/1;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  left: 50%;
  top: calc(100% + 1.5rem);
  transform: translateX(-50%);
}
.recruit-flow__heading {
  -moz-column-gap: 0.25em;
       column-gap: 0.25em;
  flex-direction: row;
}
.recruit-flow__heading::before {
  counter-increment: num 1;
  content: counter(num, decimal-leading-zero) ".";
  font-family: var(--font-family-title);
  font-weight: 400;
  color: var(--color-white);
  line-height: 1;
  letter-spacing: -0.1em;
  flex-shrink: 0;
}
.recruit-flow__heading .ki {
  display: inline-block;
  margin-inline: -0.25em;
}
.recruit-flow__icon img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.recruit-flow__body {
  grid-column: span 2;
}

/*===============================================
  お知らせ
===============================================*/
/* お知らせ 一覧
-----------------------------*/
/* お知らせ 詳細
-----------------------------*/
.news-detail__box {
  padding: 3.2rem 2.4rem;
}
.news-detail__heading {
  padding-bottom: 2rem;
  margin-bottom: 2.5rem;
}

/*タグリスト
-----------------------------*/
/*===============================================
  お問い合わせ
===============================================*/
/* お問い合わせ
-----------------------------*/
.contact-lead::before {
  min-width: 120rem;
  height: 20rem;
  -webkit-mask-size: auto 24rem;
          mask-size: auto 24rem;
}
.contact-lead__items {
  row-gap: 2.5rem;
  margin-top: 4rem;
}
.contact-lead__tel {
  width: 36rem;
  max-width: 100%;
  row-gap: 0;
}
.contact-lead__tel .com-tel__txt {
  font-size: var(--font-size-h4-min);
  line-height: calc(1em + 1rem);
  padding: calc((5rem - 1lh) / 2) 0.5em;
}
.contact-lead__tel .com-tel__inner {
  height: 10rem;
}
.contact-lead__time {
  font-size: var(--font-size-lg);
}

/* お問い合わせフォーム
-----------------------------*/
.contact-form__inner {
  margin-top: 4rem;
}
.contact-form__table tr td {
  padding-inline: 0.5em;
}
.contact-form .contact-submits-wrap > * {
  margin: 0 auto 2rem;
}
.contact-form .contact-submits-wrap > *:last-child {
  margin-bottom: 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy__heading {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  margin-bottom: 2.5rem;
}
.privacy-policy__heading::before {
  width: 1.2rem;
  margin-top: calc((1em - 1.2rem) / 2);
}

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

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