@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;
  width: 90%;
  height: 8rem;
}
#header .header__logo {
  width: 17.4rem;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding-bottom: 11rem;
}
#footer .footer__image {
  height: 16rem;
}
#footer .footer__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 4rem;
  width: 90%;
  padding: 6rem 0 3rem;
}
#footer .footer__logo {
  width: 20.3rem;
  margin-bottom: 1rem;
}

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

/*コピーライト
-----------------------------*/
.copy p {
  font-size: 1.1rem;
}

/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  row-gap: 0.5rem;
  right: 1rem;
  bottom: 1rem;
}
#pagetop img {
  width: 10rem;
  aspect-ratio: 100/20;
  -o-object-fit: contain;
     object-fit: contain;
}
#pagetop::after {
  width: 8rem;
  aspect-ratio: 80/70;
}

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

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
.visual {
  padding-top: 8rem;
}
.visual__catch::before {
  height: 2.4rem;
}
.visual__catch > span {
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-inline-end: -0.08em;
  margin-block: calc((1em - 1lh) / 2);
}

/*メインビジュアル
-----------------------------*/
.visual__main {
  width: 90%;
  height: 64rem;
  border-radius: 0 3rem 3rem 0;
  padding-top: 8rem;
}
.visual__catch--main {
  align-items: center;
  row-gap: 3rem;
  transform: translateX(8vw);
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: 28rem;
  padding: 2rem 1rem 0;
}
.visual__sub::before {
  width: calc(100% - 12rem);
  border-radius: 0 3rem 3rem 0;
}
.visual__sub--voice::before {
  background-position: left 60% center;
}
.visual__sub--blog::before {
  background-position: left 64% center;
}
.visual__sub--privacy::before {
  background-position: right 25% center;
}
.visual__sub--site::before {
  background-position: left 62% center;
}
.visual__catch--sub {
  row-gap: 1em;
  align-items: center;
}
.visual__catch--sub span {
  max-height: 8.05em;
  margin-left: 1em;
}

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

/*===============================================
  main共通
===============================================*/
.section {
  padding-block: 10rem;
}
.section--bg {
  padding-block: 8rem;
}
.section--wave::before {
  width: 78rem;
  height: calc(100% + 12rem);
  -webkit-mask-size: 100% calc(6rem + 1px);
          mask-size: 100% calc(6rem + 1px);
  top: -6rem;
}
.section--waveTop::before {
  height: calc(6rem + 1px);
  bottom: calc(100% - 1px);
}
.section--waveBottom::before {
  height: calc(6rem + 1px);
  top: calc(100% - 1px);
}
.section--wave, .section--waveBottom {
  padding-bottom: 4rem;
}
.section--wave + .section, .section--waveBottom + .section {
  padding-top: 12rem;
}

.inbox {
  width: 90%;
}

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

/*ボタン
-----------------------------*/
.com-btn {
  margin-inline: auto;
}
.com-btn--ln, .com-btn--ig {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.com-btn--ln::before, .com-btn--ig::before {
  width: 30px;
}
.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: max(30px, 4.2rem);
}

/*テーブル
-----------------------------*/
.com-table {
  line-height: 1.6;
}
.com-table tr th {
  padding-block: 1em;
}
.com-table tr td {
  padding-block: 1em;
}
.com-table--noblock tr th {
  width: 8em;
}
.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 {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
.com-post__link {
  gap: 1.5rem 2rem;
}
.com-post__date {
  letter-spacing: 0.12em;
  margin-inline-end: -0.12em;
}
.com-post__tag {
  font-size: var(--font-size-sm);
  line-height: 1.71429;
  letter-spacing: 0.05em;
  padding-inline: 1em;
}

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

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

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

/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact {
  padding-block: 8rem;
}
.com-contact--top::before {
  height: calc(1.2rem + 1px);
}
.com-contact__box {
  padding: 3.6rem 2.4rem;
  border-radius: 3rem;
}
.com-contact__box::before {
  height: 8rem;
  top: -7.4rem;
  left: 0;
}
.com-contact__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 2.4rem;
  border-top: solid 2px var(--color-green);
  padding-top: 4rem;
  margin-top: 4rem;
}
.com-contact__btn {
  width: 36rem;
  height: max(60px, 7rem);
}
.com-contact__btn > span {
  font-size: 2rem;
}
.com-contact__tel {
  height: 5rem;
}
.com-contact + .com-bnr {
  padding-top: 0.6rem;
}

/*バナーリンク
-----------------------------*/
.com-bnr {
  padding-block: 8rem;
}
.com-bnr__items {
  gap: 2rem;
  flex-direction: column;
}
.com-bnr__item {
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  border-radius: 2rem;
  padding: 3rem;
  outline-width: 2px;
}
.com-bnr__item::after {
  content: "";
  display: block;
  width: 1.6rem;
  aspect-ratio: 1;
  -webkit-mask: url(../img/common/arrow.svg) no-repeat center/contain;
          mask: url(../img/common/arrow.svg) no-repeat center/contain;
  background-color: var(--color-green);
  transition: all 0.3s ease-out;
}
.com-bnr__item:hover::after {
  background-color: var(--color-text);
}
.com-bnr__title {
  align-items: flex-start;
  text-align: left;
  row-gap: 0.5em;
  font-size: min(var(--font-size-h4), 5.3334vw);
  margin-bottom: 0;
}
.com-bnr__title .en {
  font-size: var(--font-size-lg);
}
.com-bnr__title .min {
  font-size: calc(1em - 0.5rem);
}
.com-bnr__link {
  display: none;
}

/*===============================================
  トップページ
===============================================*/
/*毎日に寄り添う小さな幸せを
-----------------------------*/
.top-greeting__title {
  word-break: keep-all;
}
.top-greeting__image {
  width: 30rem;
  margin: 0 auto 4.6rem;
}
.top-greeting__image::after {
  width: 16rem;
  right: -1rem;
  bottom: -1.6rem;
}
.top-greeting__image img {
  width: 100%;
  aspect-ratio: 300/283;
  -o-object-fit: contain;
     object-fit: contain;
}

/*HUG MEのこだわり
-----------------------------*/
.top-feature::after {
  width: calc(100% + 5rem);
  height: 20rem;
  bottom: -5rem;
  transform: translateX(-50%) scale(-1, 1);
}
.top-feature__text {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.top-feature__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 2rem 2rem;
  padding-top: 4rem;
}
.top-feature__item {
  width: calc(50% - 1rem);
  row-gap: 1.6rem;
  padding: 4rem 1rem 3rem;
  border-radius: 3rem;
  margin-top: 2.4rem;
}
.top-feature__item::before {
  width: 5rem;
  font-size: var(--font-size-h4);
  top: -2.4rem;
  left: 50%;
  transform: translateX(-50%);
}
.top-feature__heading {
  font-size: var(--font-size-h6);
  justify-content: center;
}
.top-feature__image {
  width: 12rem;
}
.top-feature__image img {
  width: 100%;
  aspect-ratio: 200/154;
  -o-object-fit: contain;
     object-fit: contain;
}

/*お客様の声
-----------------------------*/
.top-voice {
  padding-bottom: 2rem;
}
.top-voice__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.top-voice__link {
  border-radius: 2rem;
}
.top-voice__btn {
  width: 32rem;
  height: 6rem;
  margin-top: 5rem;
}

/*料金を見る
-----------------------------*/
.top-bnr__item {
  height: 18rem;
  border-radius: 2rem;
  outline-width: 2px;
  outline-offset: -2px;
}
.top-bnr__title {
  row-gap: 1rem;
  margin-bottom: 3rem;
}
.top-bnr__title .en {
  font-size: var(--font-size-h6);
}
.top-bnr__title .ja {
  letter-spacing: 0.15em;
  margin-right: -0.15em;
}
.top-bnr__title .min {
  font-size: 0.75em;
  line-height: 1;
}
.top-bnr__images {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 2rem;
  overflow: hidden;
  position: absolute;
  inset: 0;
  z-index: -2;
}
.top-bnr__image {
  width: 40%;
  height: 100%;
}
.top-bnr__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-bnr__image--left img {
  -o-object-position: right center;
     object-position: right center;
}
.top-bnr__image--right img {
  -o-object-position: left center;
     object-position: left center;
}

/*店舗案内
-----------------------------*/
.top-info::after {
  height: 12rem;
}
.top-info__title {
  flex-direction: column-reverse;
}
.top-info__map {
  height: 32rem;
  margin-top: 4rem;
  border-radius: 3rem;
}
.top-info__btn {
  width: 36rem;
  height: 6rem;
  margin-top: 4rem;
}

/*ブログ
-----------------------------*/
.top-blog__list {
  padding: 3.2rem;
}
.top-blog__btn {
  width: 36rem;
  height: 6rem;
  margin-top: 5rem;
}

/*===============================================
  選ばれる理由
===============================================*/
/*HUG MEが選ばれる理由
-----------------------------*/
.reason-list__items {
  padding-top: 6rem;
}
.reason-list__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 3rem;
  border-radius: 3rem;
  padding: 2.4rem 2.4rem 3.6rem;
  box-shadow: 0.3rem 0.3rem 0.5rem 0.4rem rgba(139, 174, 144, 0.7);
  margin-bottom: 5rem;
}
.reason-list__heading {
  width: calc(100% - 9rem);
  align-self: flex-end;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding-bottom: 1.2rem;
  margin-bottom: 0;
}
.reason-list__heading::before {
  width: 4rem;
}
.reason-list__image {
  width: 9rem;
}

/*===============================================
  メニュー・料金
===============================================*/
/*メニュー・料金
-----------------------------*/
.menu-list__links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.menu-list__link {
  width: 100%;
  height: 6rem;
}
.menu-list__box {
  padding-top: 6rem;
}
.menu-list__heading {
  padding: calc(2.5rem - 0.5em) 2rem;
  border-radius: 1.2rem;
}
.menu-list__image {
  margin-bottom: 2.4rem;
}
.menu-list__image img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu-list__image img {
  border-radius: 3rem;
}
.menu-list__text {
  width: 100%;
  font-size: var(--font-size-lg);
  line-height: 1.75;
}
.menu-list__body, .menu-list__item .oth {
  font-size: var(--font-size-base);
  line-height: 1.6;
}
.menu-list__items {
  padding-top: 4rem;
}
.menu-list__items:has(+ .menu-list__body) {
  margin-bottom: 3rem;
}
.menu-list__item {
  line-height: 1.5;
  padding-block: calc(3.5rem - 0.5em);
  gap: 2rem;
}
.menu-list__group {
  padding-top: 4rem;
}
.menu-list__caption {
  padding: calc(2rem - 0.5em) 2rem;
  border-radius: 100vh;
}
.menu-list__unit {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 3rem;
}
.menu-list__unit:last-of-type {
  margin-bottom: 0;
}
.menu-list__unit .menu-list__body {
  width: calc(100% - 13.5rem);
  align-self: center;
}
.menu-list__label {
  width: 100%;
}
.menu-list__thumb {
  width: 12rem;
}
.menu-list__thumb img {
  aspect-ratio: 1.25;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu-list__thumb img {
  border-radius: 1.5rem;
}
.menu-list__price {
  width: 100%;
}

/*===============================================
  お客様の声
===============================================*/
/*お客様の声のご紹介
-----------------------------*/
.voice-list__items {
  padding-top: 5rem;
}
.voice-list__item {
  border-radius: 3rem;
  padding: 3.6rem 2.4rem;
  box-shadow: 0.3rem 0.3rem 0.5rem 0.4rem rgba(139, 174, 144, 0.7);
  margin-bottom: 5rem;
}
.voice-list__image {
  margin-bottom: 3rem;
}
.voice-list__image img {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice-list__image img {
  border-radius: 3rem;
}
.voice-list__data {
  line-height: 1.2;
  align-self: flex-start;
}
.voice-list__data > * {
  padding-block: calc(1.5rem - 0.5lh);
}
.voice-list__data dt {
  width: 15rem;
  border-radius: 100vh;
}
.voice-list__data:has(+ .voice-list__body) {
  margin-bottom: 3rem;
}
.voice-list__body {
  line-height: 1.5;
}

/*===============================================
  店舗案内
===============================================*/
/*ごあいさつ
-----------------------------*/
.info-message__image {
  width: 30rem;
  margin: 0 auto 4.6rem;
}
.info-message__image::after {
  width: 16rem;
  right: -1rem;
  bottom: -1.6rem;
}
.info-message__image img {
  width: 100%;
  aspect-ratio: 300/283;
  -o-object-fit: contain;
     object-fit: contain;
}
.info-message__name {
  font-size: var(--font-size-h6);
  line-height: calc(1em + 1rem);
  padding-top: 4rem;
}
.info-message__name .ruby span {
  font-size: 1rem;
}

/*スタッフ紹介
-----------------------------*/
.info-staff::after {
  width: calc(100% + 5rem);
  height: 20rem;
  bottom: -5rem;
}
.info-staff__item {
  padding: 2.4rem 2.4rem 3.6rem;
  border-radius: 3rem;
  box-shadow: 0.3rem 0.3rem 0.5rem 0.4rem rgba(139, 174, 144, 0.7);
  margin-bottom: 5rem;
}
.info-staff__image {
  margin-bottom: 3rem;
}
.info-staff__image img {
  aspect-ratio: 1.5;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.info-staff__image img {
  border-radius: 3rem;
}
.info-staff__caption {
  padding-top: 3rem;
  margin-bottom: 1.5rem;
}
.info-staff__caption:first-of-type {
  padding-top: 0;
}
.info-staff .com-empty {
  border-radius: 3rem;
}

/*取り扱い商品のご紹介
-----------------------------*/
.info-product {
  padding-bottom: 6rem;
}
.info-product:not(:has(.info-product__item)) + .section {
  padding-top: 12rem;
}
.info-product__list {
  padding-top: 4rem;
}
.info-product__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 3rem;
  border-radius: 3rem;
  padding: 3.6rem 2.4rem;
  box-shadow: 0.3rem 0.3rem 0.5rem 0.4rem rgba(139, 174, 144, 0.7);
  margin-bottom: 5rem;
}
.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: 1rem;
}
.info-product__image {
  width: calc(50% - 0.5rem);
}
.info-product__image img {
  aspect-ratio: 1.5;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.info-product__image img {
  border-radius: 2rem;
}

/*店舗案内
-----------------------------*/
.info-shop::after {
  height: 12rem;
}
.info-shop__title {
  flex-direction: column-reverse;
}
.info-shop__map {
  height: 32rem;
  margin-top: 4rem;
  border-radius: 3rem;
}

/*===============================================
  ブログ
===============================================*/
/* ブログ 一覧
-----------------------------*/
.blog-archive__box {
  padding-top: 1rem;
  margin-bottom: 6rem;
}
.blog-archive__heading {
  font-size: var(--font-size-h6);
  margin-bottom: 2rem;
}
.blog-archive__tags {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.blog-archive__tag {
  width: -moz-fit-content;
  width: fit-content;
}
.blog-archive__tag .com-btn {
  padding: calc(2rem - var(--font-size-sm) / 2) 1em;
  border-radius: 1rem;
}
.blog-archive__tag .com-btn > span {
  font-size: var(--font-size-sm);
}
.blog-archive__tag .com-btn::after {
  display: none;
}
.blog-archive .com-post__item {
  margin-bottom: 4rem;
}
.blog-archive .com-post__link {
  gap: 2rem;
}
.blog-archive .com-post__image {
  width: 12rem;
}
.blog-archive .com-post__image img {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-archive .com-post__image img {
  border-radius: 2rem;
}
.blog-archive .com-post__inner {
  flex-direction: column;
  gap: 2rem 1.5rem;
}
.blog-archive .com-post__date {
  align-self: flex-start;
}
.blog-archive .com-post__heading {
  font-size: var(--font-size-h5);
}

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

/*===============================================
  お問い合わせ
===============================================*/
.contact-form__title {
  padding: 2rem;
  border-radius: 100vh;
  margin-bottom: 4rem;
}
.contact-form__title::after {
  width: 3rem;
}
.contact-form__text {
  font-size: var(--font-size-lg);
  line-height: var(--line-height-lg);
}
.contact-form__items {
  row-gap: 2rem;
  padding-top: 4rem;
}
.contact-form__info {
  row-gap: 1rem;
}
.contact-form__info li span {
  width: 9rem;
}
.contact-form__box {
  padding-top: 8rem;
}
.contact-form .contact-submits-wrap > * {
  margin: 0 auto 2rem;
}
.contact-form .contact-submits-wrap > *:last-child {
  margin-bottom: 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
/*===============================================
  プライバシーポリシー
===============================================*/
/*===============================================
  サイトマップ
===============================================*/
.sitemap-list__item {
  margin-bottom: 1.2rem;
}
.sitemap-list__item:last-of-type {
  margin-bottom: 0;
}
.sitemap-list__link {
  padding: 1em;
}

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