@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;
}

/*===============================================
  header
===============================================*/
#header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3rem 3rem 0;
}
#header .header__logo {
  width: 29rem;
}
#header .header__other {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
}
#header .header__sns li {
  width: 3.3rem;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding-bottom: 11.5rem;
}
#footer .footer__image {
  height: clamp(250px, 19.53125vw, 375px);
}
#footer .footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 108rem;
  padding-top: 11.5rem;
  padding-bottom: 9.4rem;
}
#footer .footer__sns {
  position: absolute;
  right: 0;
  bottom: 0;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  max-width: 65rem;
  overflow: hidden;
}
.footer-nav__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 3.5rem;
  margin-right: -2.75em;
}
.footer-nav__item {
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: var(--letter-spacing-base);
  margin-block: calc((1em - 1lh) / 2);
}
.footer-nav__item::after {
  content: "/";
  margin-inline: 1em;
}

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

/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  bottom: 2rem;
  right: 2rem;
}
#pagetop img {
  width: 12.5rem;
}
#pagetop::after {
  width: 11.3rem;
}

/*サイドボタン
-----------------------------*/
#side {
  bottom: 1rem;
  right: 1rem;
}

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
.visual {
  width: 93.75%;
  min-width: calc(100% - 12rem);
  padding-top: 9rem;
  margin-inline: auto;
}
.visual__catch::before {
  height: calc(clamp(32px, 2.5vw, 48px) + 1px);
}
.visual__catch > span {
  font-size: calc(clamp(26px, 2.03125vw, 39px) + 1px);
  line-height: 1.75;
  letter-spacing: 0.15em;
  margin-inline-end: -0.15em;
  margin-block: calc((1em - 1lh) / 2);
}

/*メインビジュアル
-----------------------------*/
.visual__main {
  height: clamp(540px, 41.6666666667vw, 800px);
  border-radius: clamp(60px, 4.6875vw, 90px);
  padding: clamp(72px, 5.625vw, 108px) max(50% - 78rem, clamp(80px, 6.25vw, 120px)) 0;
  margin-bottom: 4rem;
}
.visual__catch--main {
  row-gap: calc(clamp(32px, 2.5vw, 48px) + 1px);
  padding-right: clamp(66px, 5.15625vw, 99px);
}
.visual__catch--main::before {
  margin-right: clamp(-99px, -5.15625vw, -66px);
}
.visual__catch--main > span {
  max-height: 10.35em;
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: clamp(320px, 24.4791666667vw, 470px);
  padding-top: clamp(30px, 2.34375vw, 45px);
}
.visual__sub::before {
  width: 77.5%;
  border-radius: clamp(60px, 4.6875vw, 90px);
}
.visual__catch--sub {
  row-gap: clamp(30px, 2.34375vw, 45px);
  align-items: center;
}
.visual__catch--sub span {
  max-height: 8.05em;
  margin-right: calc(clamp(105px, 8.0729166667vw, 155px) - (1lh - 1em) / 2);
}

/*===============================================
  グローバルナビ
===============================================*/
.gnav {
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
}
.gnav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-block: calc((1em - 1lh) / 2);
}
.gnav__item {
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: var(--letter-spacing-sm);
}
.gnav__item::after {
  content: "/";
  margin-inline: 1em;
}
.gnav__item:last-of-type {
  margin-right: calc(var(--letter-spacing-sm) * -1);
}
.gnav__item:last-of-type::after {
  display: none;
}
.gnav__link {
  display: block;
}
.gnav__link:hover {
  color: var(--color-gray);
}
.gnav__link.current {
  color: var(--color-green);
}

/*===============================================
  main#container
===============================================*/
/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  padding-block: calc(2.25rem - 0.5em);
}
.breadcrumb__list {
  width: 108rem;
}
.breadcrumb__item::after {
  margin-inline: 1em;
}
.breadcrumb + .section {
  padding-top: 10.8rem;
}

/*===============================================
  main共通
===============================================*/
.section {
  padding-block: 14rem;
}
.section--bg {
  padding-block: 13rem;
}
.section--wave::before {
  height: calc(100% + 36rem);
  -webkit-mask-size: 100% calc(clamp(120px, 9.375vw, 180px) + 1px);
          mask-size: 100% calc(clamp(120px, 9.375vw, 180px) + 1px);
  top: clamp(-180px, -9.375vw, -120px);
}
.section--waveTop::before {
  height: calc(clamp(120px, 9.375vw, 180px) + 1px);
  bottom: calc(100% - 1px);
}
.section--waveBottom::before {
  height: calc(clamp(120px, 9.375vw, 180px) + 1px);
  top: calc(100% - 1px);
}
.section--wave, .section--waveBottom {
  padding-bottom: 8rem;
}
.section--wave + .section, .section--waveBottom + .section {
  padding-top: 18rem;
}

.inbox {
  width: 108rem;
}

/*電話番号
-----------------------------*/
.com-tel {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  font-size: 4.6rem;
}
.com-tel::before {
  height: 3.7rem;
}
.com-tel span {
  margin-top: -1rem;
  margin-bottom: -0.2rem;
}

/*ボタン
-----------------------------*/
.com-btn--ln, .com-btn--ig {
  -moz-column-gap: 1.8rem;
       column-gap: 1.8rem;
}
.com-btn--ln::before, .com-btn--ig::before {
  width: 3.2rem;
}
.com-btn--mail {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.com-btn--mail::before {
  width: 3rem;
}

/* sns
-----------------------------*/
.com-sns {
  gap: 3rem;
}
.com-sns li {
  width: 3.8rem;
}

/*テーブル
-----------------------------*/
.com-table {
  letter-spacing: 0.1em;
}
.com-table tr th {
  padding-block: 1.8rem;
}
.com-table tr td {
  padding-block: 1.8rem;
}
.com-table tr:first-of-type {
  border-top: solid 1px rgba(139, 174, 144, 0.5);
}

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

/*ブログ
-----------------------------*/
.com-post__item {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
.com-post__link {
  gap: 1.5rem 2.5rem;
}
.com-post__date {
  letter-spacing: 0.12em;
  margin-inline-end: -0.12em;
}
.com-post__tag {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding-inline: 1em;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  row-gap: 3rem;
  margin-block-end: 6rem;
}
.com-title01:has(.waa) {
  row-gap: 4rem;
}
.com-title01 .en {
  margin-block-start: -0.4rem;
  margin-block-end: -0.2rem;
}
.com-title01 .ja.waa::before {
  width: calc(100% + 9.4rem);
  height: 3rem;
  bottom: calc(-0.6rem + (1lh - 1em) / 2);
}

/*中タイトル
-----------------------------*/
.com-title02 {
  margin-bottom: 3.5rem;
}

/*小タイトル
-----------------------------*/
.com-title03 {
  padding-bottom: 2rem;
  margin-bottom: 2.5rem;
}

/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact {
  padding-block: 12.7rem;
}
.com-contact--top::before {
  height: calc(1.9rem + 1px);
}
.com-contact__box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row-reverse;
  padding: 8rem 6rem 4.5rem;
  border-radius: 6rem;
}
.com-contact__box::before {
  height: 13.6rem;
  top: -12.7rem;
  left: 7.5rem;
}
.com-contact__title {
  writing-mode: vertical-rl;
  max-height: auto;
  text-orientation: mixed;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .com-contact__title {
    writing-mode: horizontal-tb;
    max-height: inherit;
  }
}
.com-contact__text {
  font-size: 1.9rem;
  line-height: 2;
  writing-mode: vertical-rl;
  max-height: auto;
  text-orientation: mixed;
}
@media screen and (max-width: 767px) {
  .com-contact__text {
    writing-mode: horizontal-tb;
    max-height: inherit;
  }
}
.com-contact__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 4rem;
  border-right: solid 2px var(--color-green);
  padding-right: 8rem;
  margin-right: 8rem;
}
.com-contact__btn {
  width: 38rem;
  height: 7.5rem;
}
.com-contact__btn > span {
  font-size: 2.2rem;
}
.com-contact + .com-bnr {
  padding-top: 0.6rem;
}

/*バナーリンク
-----------------------------*/
.com-bnr {
  padding-block: 12.4rem;
}
.com-bnr__items {
  width: 128rem;
  -moz-column-gap: 5.6rem;
       column-gap: 5.6rem;
}
.com-bnr__item {
  width: 100%;
  min-height: 35rem;
  border-radius: 6rem;
  padding: 4rem;
  outline-width: 3px;
}
.com-bnr__title {
  row-gap: 1em;
  font-size: 4rem;
  margin-bottom: 5rem;
}
.com-bnr__title .min {
  font-size: 3rem;
}

/*===============================================
  トップページ
===============================================*/
/*毎日に寄り添う小さな幸せを
-----------------------------*/
.top-greeting {
  padding: 13.8rem 0 11.7rem;
}
.top-greeting__inner {
  min-height: 54.7rem;
  padding-right: 53rem;
}
.top-greeting__title {
  align-items: flex-start;
  text-align: left;
}
.top-greeting__image {
  width: 56.8rem;
  position: absolute;
  top: 1.1rem;
  right: -10rem;
}
.top-greeting__image::after {
  width: 22.7rem;
  right: 1.4rem;
  bottom: -3.8rem;
}

/*HUG MEのこだわり
-----------------------------*/
.top-feature {
  padding-top: 12rem;
}
.top-feature::after {
  min-width: 1320px;
  height: clamp(312px, 24.375vw, 468px);
  bottom: clamp(16px, 1.25vw, 24px);
}
.top-feature .inbox {
  width: 113rem;
}
.top-feature__text {
  text-align: center;
}
.top-feature__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 5.4rem 3.6rem;
  padding-top: 3.5rem;
}
.top-feature__item {
  width: 35rem;
  row-gap: 1.6rem;
  padding: 5.4rem 2.5rem 2.1rem;
  border-radius: 6rem;
  margin-top: 4.2rem;
}
.top-feature__item::before {
  width: 8.6rem;
  font-size: var(--font-size-h2);
  top: -4.2rem;
  left: 50%;
  transform: translateX(-50%);
}
.top-feature__heading {
  justify-content: center;
  min-height: calc(1em * var(--line-height-h5) + 1em);
}
.top-feature__image {
  width: 29.4rem;
}

/*お客様の声
-----------------------------*/
.top-voice {
  padding-bottom: 5rem;
}
.top-voice__box {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: flex-end;
  gap: 6rem 4rem;
}
.top-voice__title {
  align-items: flex-start;
  text-align: left;
  margin-block-end: 0;
  order: 0;
}
.top-voice__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.66667rem;
}
.top-voice__link {
  border-radius: 4rem;
}
.top-voice__list,
.top-voice .com-empty {
  order: 2;
  grid-column: span 2;
}
.top-voice__btn {
  width: 30rem;
  height: 6.2rem;
  order: 1;
}

/*料金を見る
-----------------------------*/
.top-bnr {
  padding: 12.5rem 0 16rem;
}
.top-bnr::before {
  width: 135.6rem;
  height: 12.5rem;
  top: 3.1rem;
}
.top-bnr__item {
  height: 35rem;
  border-radius: 6rem;
  outline-width: 0.3rem;
  outline-offset: -0.3rem;
}
.top-bnr__title {
  row-gap: 2.2rem;
  margin-bottom: 4.5rem;
}
.top-bnr__title .ja {
  font-size: 6rem;
}
.top-bnr__title .min {
  font-size: 5rem;
  line-height: 1;
}
.top-bnr__images {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 6rem;
  overflow: hidden;
  position: absolute;
  inset: 0;
  z-index: -2;
}
.top-bnr__image {
  height: 100%;
  aspect-ratio: 362/350;
}
.top-bnr__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*店舗案内
-----------------------------*/
.top-info::after {
  height: clamp(190px, 14.84375vw, 285px);
}
.top-info__title {
  align-items: flex-start;
  text-align: left;
  font-size: 4.6rem;
  row-gap: 2.9rem;
}
.top-info__title .en {
  font-size: 2.2rem;
}
.top-info__table th {
  width: 17rem;
}
.top-info__map {
  height: 40rem;
  margin-top: 5rem;
  border-radius: 6rem;
}
.top-info__btn {
  width: 48rem;
  height: 6rem;
  margin: 5rem auto 0;
}

/*ブログ
-----------------------------*/
.top-blog__box {
  display: grid;
  grid-template-columns: 25rem 1fr;
  align-items: flex-start;
  gap: 4rem;
}
.top-blog__title {
  writing-mode: vertical-rl;
  max-height: auto;
  text-orientation: mixed;
  align-items: flex-start;
  row-gap: 2.4rem;
  margin-block-end: 0;
  margin-bottom: 6rem;
  align-self: flex-start;
}
@media screen and (max-width: 767px) {
  .top-blog__title {
    writing-mode: horizontal-tb;
    max-height: inherit;
  }
}
.top-blog__list {
  padding: 4.2rem;
}
.top-blog__list,
.top-blog .com-empty {
  min-height: 29rem;
  grid-row: span 2;
  border-radius: 6rem;
}
.top-blog__btn {
  height: 6.2rem;
  align-self: flex-start;
}

/*===============================================
  選ばれる理由
===============================================*/
/*HUG MEが選ばれる理由
-----------------------------*/
.reason-list__title {
  margin-bottom: 5rem;
}
.reason-list__text {
  text-align: center;
}
.reason-list__items {
  padding-top: 7rem;
}
.reason-list__item {
  min-height: 31.6rem;
  border-radius: 6rem;
  padding: 3.5rem 39.5rem 3.5rem 5.5rem;
  box-shadow: 0.3rem 0.3rem 0.5rem 0.4rem rgba(139, 174, 144, 0.7);
  margin-bottom: 7.7rem;
  position: relative;
}
.reason-list__heading {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  padding-bottom: 0.8rem;
}
.reason-list__heading::before {
  width: 5.4rem;
}
.reason-list__image {
  position: absolute;
  top: 1.5rem;
  right: 5.8rem;
}

/*===============================================
  メニュー・料金
===============================================*/
/*メニュー・料金
-----------------------------*/
.menu-list__title {
  margin-bottom: 5.4rem;
}
.menu-list__links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 3.4rem 6rem;
}
.menu-list__links + .menu-list__box {
  padding-top: 6rem;
}
.menu-list__link {
  width: 32rem;
  height: 6.2rem;
}
.menu-list__box {
  padding-top: 8rem;
}
.menu-list__heading {
  padding: calc(3rem - 0.5em) 3rem;
  border-radius: 100vh;
}
.menu-list__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.menu-list__image {
  width: 52rem;
  flex-shrink: 0;
}
.menu-list__image img {
  aspect-ratio: 1.7333333333;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu-list__image img {
  border-radius: 6rem;
}
.menu-list__text {
  width: 100%;
  line-height: 1.5;
}
.menu-list__body, .menu-list__item .oth {
  font-size: 1.5rem;
  line-height: 1.6;
}
.menu-list__items {
  padding-top: 4.5rem;
}
.menu-list__items:has(+ .menu-list__body) {
  margin-bottom: 2.5rem;
}
.menu-list__item {
  line-height: 1.75;
  padding-block: calc(3.3rem - 0.5em);
  gap: 2.4rem 2rem;
}
.menu-list__group {
  padding-top: 4.5rem;
}
.menu-list__caption {
  padding: calc(2rem - 0.5em) 2rem;
  border-radius: 100vh;
  margin-bottom: 3rem;
}
.menu-list__record {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem 6rem;
}
.menu-list__unit {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 1.5rem;
}
.menu-list__unit > * {
  width: 100%;
}
.menu-list__thumb {
  margin-bottom: 0.5rem;
}
.menu-list__thumb img {
  aspect-ratio: 1.4545454545;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu-list__thumb img {
  border-radius: 4rem;
}

/*===============================================
  お客様の声
===============================================*/
/*お客様の声のご紹介
-----------------------------*/
.voice-list__title {
  margin-bottom: 5rem;
}
.voice-list__text {
  text-align: center;
}
.voice-list__items {
  padding-top: 4.5rem;
}
.voice-list__item {
  display: grid;
  grid-template-columns: 42.8rem 1fr;
  -moz-column-gap: 3.6rem;
       column-gap: 3.6rem;
  gap: 3rem 3.6rem;
  border-radius: 6rem;
  padding: 5.8rem;
  box-shadow: 0.3rem 0.3rem 0.5rem 0.4rem rgba(139, 174, 144, 0.7);
  margin-bottom: 7rem;
}
.voice-list__item:not(:has(.voice-list__right)) {
  display: block;
}
.voice-list__image {
  max-width: 42.8rem;
  margin-inline: auto;
}
.voice-list__image img {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice-list__image img {
  border-radius: 6rem;
}
.voice-list__data {
  font-size: var(--font-size-h6);
  line-height: 1.5;
  align-self: flex-start;
}
.voice-list__data > * {
  padding-block: calc(2rem - 0.5lh);
}
.voice-list__data dt {
  width: 17.5rem;
  border-radius: 100vh;
}
.voice-list__data:has(+ .voice-list__body) {
  margin-bottom: 3rem;
}
.voice-list__body {
  line-height: 1.5;
}

/*===============================================
  店舗案内
===============================================*/
/*ごあいさつ
-----------------------------*/
.info-message {
  padding-bottom: 8rem;
}
.info-message__inner {
  min-height: 54.7rem;
  padding-right: 53rem;
}
.info-message__title {
  align-items: flex-start;
  text-align: left;
  margin-bottom: 4rem;
}
.info-message__heading {
  white-space: nowrap;
  margin-bottom: 4rem;
}
.info-message__image {
  width: 56.8rem;
  position: absolute;
  top: 1.1rem;
  right: -10rem;
}
.info-message__image::after {
  width: 22.7rem;
  right: 1.4rem;
  bottom: -3.8rem;
}
.info-message__name {
  font-size: var(--font-size-h6);
  line-height: calc(1em + 1.8rem);
  padding-top: 5.2rem;
}
.info-message__name .ruby span {
  font-size: 1.3rem;
}
.info-message__name .ruby:nth-of-type(1) span {
  letter-spacing: 0;
}
.info-message__name .ruby:nth-of-type(2) span {
  letter-spacing: 0.2em;
  margin-right: -0.2em;
}

/*スタッフ紹介
-----------------------------*/
.info-staff {
  padding-bottom: 13rem;
}
.info-staff::after {
  min-width: 1320px;
  height: clamp(312px, 24.375vw, 468px);
  bottom: clamp(16px, 1.25vw, 24px);
}
.info-staff__item {
  min-height: 46.6rem;
  border-radius: 6rem;
  padding: 5.8rem;
  padding-right: 52.2rem;
  box-shadow: 0.3rem 0.3rem 0.5rem 0.4rem rgba(139, 174, 144, 0.7);
  margin-bottom: 7rem;
  position: relative;
}
.info-staff__image {
  width: 42.8rem;
  position: absolute;
  top: 5.8rem;
  right: 5.8rem;
}
.info-staff__image img {
  aspect-ratio: 1.2228571429;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.info-staff__image img {
  border-radius: 6rem;
}
.info-staff__caption {
  padding-top: 3.5rem;
  margin-bottom: 2rem;
}
.info-staff__caption:first-of-type {
  padding-top: 0;
}
.info-staff .com-empty {
  border-radius: 3rem;
}

/*取り扱い商品のご紹介
-----------------------------*/
.info-product {
  padding-bottom: 12rem;
}
.info-product:not(:has(.info-product__item)) + .section {
  padding-top: 18rem;
}
.info-product__title {
  align-items: flex-start;
  text-align: left;
}
.info-product__list {
  padding-top: 5rem;
}
.info-product__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 3.5rem;
  border-radius: 6rem;
  padding: 5.8rem;
  box-shadow: 0.3rem 0.3rem 0.5rem 0.4rem rgba(139, 174, 144, 0.7);
  margin-bottom: 7rem;
}
.info-product__item > * {
  width: 100%;
}
.info-product__heading {
  margin-bottom: 0;
}
.info-product__images {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 4rem 5.4rem;
}
.info-product__image {
  width: 45.5rem;
}
.info-product__image img {
  aspect-ratio: 1.5066225166;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.info-product__image img {
  border-radius: 6rem;
}

/*店舗案内
-----------------------------*/
.info-shop::after {
  height: clamp(190px, 14.84375vw, 285px);
}
.info-shop__title {
  align-items: flex-start;
  text-align: left;
  font-size: 4.6rem;
  row-gap: 2.9rem;
}
.info-shop__title .en {
  font-size: 2.2rem;
}
.info-shop__table th {
  width: 17rem;
}
.info-shop__map {
  height: 45rem;
  margin-top: 7.5rem;
  border-radius: 6rem;
}

/*===============================================
  ブログ
===============================================*/
/* ブログ 一覧
-----------------------------*/
.blog-archive__title {
  margin-bottom: 5rem;
}
.blog-archive__box {
  margin-bottom: 7.2rem;
}
.blog-archive__heading {
  font-size: 2rem;
  margin-bottom: 2.4rem;
}
.blog-archive__tags {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 4rem 6rem;
}
.blog-archive__tag {
  width: 32rem;
}
.blog-archive__tag .com-btn {
  padding: calc(3.1rem - var(--font-size-lg) / 2) 4rem;
}
.blog-archive .com-post__item {
  margin-bottom: 9rem;
}
.blog-archive .com-post__image {
  width: 39rem;
}
.blog-archive .com-post__image img {
  aspect-ratio: 1.5;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-archive .com-post__image img {
  border-radius: 6rem;
}
.blog-archive .com-post__inner {
  flex-direction: column;
  row-gap: 2.6rem;
  padding-bottom: 1em;
}
.blog-archive .com-post__date {
  align-self: flex-start;
}
.blog-archive .com-post__heading {
  font-size: 2.8rem;
}
.blog-archive .com-post__tags {
  gap: 1rem 2.6rem;
}
.blog-archive .com-post__body {
  font-size: var(--font-size-base);
  line-height: 1.75;
}
.blog-archive .com-post__body p {
  -webkit-line-clamp: 3;
  max-height: 3lh;
}

/* ブログ 詳細
-----------------------------*/
.blog-detail__box {
  border-radius: 6rem;
  padding: 5.8rem;
  box-shadow: 0.3rem 0.3rem 0.5rem 0.4rem rgba(139, 174, 144, 0.7);
}

/*===============================================
  お問い合わせ
===============================================*/
.contact-form__title {
  font-size: 3rem;
  padding: 2rem 3rem;
  border-radius: 100vh;
  margin-bottom: 4.5rem;
}
.contact-form__title::after {
  width: 3rem;
}
.contact-form__text {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.77778;
}
.contact-form__items {
  row-gap: 2rem;
  padding-top: 3.5rem;
}
.contact-form__info {
  row-gap: 1.2rem;
}
.contact-form__info li span {
  width: 9rem;
}
.contact-form__box {
  padding-top: 6rem;
}
.contact-form__table tr th {
  width: 36rem;
  text-align: left;
  line-height: 2.375;
  padding-right: 4rem;
}
.contact-form__table tr th .optional-mark,
.contact-form__table tr th .required-mark {
  margin-top: 0.5rem;
}
.contact-form__table tr td {
  vertical-align: middle;
  line-height: 2.375;
}
.contact-form .contact-submits-wrap > * {
  margin: 2rem 1.5rem 0;
}

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

/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy__box {
  margin-bottom: 8rem;
}

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

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