@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::before {
  width: 45%;
  min-width: 24rem;
  height: 15rem;
}
#header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5rem 10rem 0 5vw;
}
#header .header__logo img {
  height: 6rem;
  aspect-ratio: 11/12;
  -o-object-fit: contain;
     object-fit: contain;
}
#header .gtranslate_wrapper {
  margin-top: 0.5rem;
  margin-left: auto;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding-top: 5rem;
}
#footer .footer__inner, #footer .footer__left, #footer .footer__right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  row-gap: 3rem;
}
#footer .footer__logo {
  text-align: center;
}
#footer .footer__logo img {
  height: 10rem;
  aspect-ratio: 92/100;
  -o-object-fit: contain;
     object-fit: contain;
}
#footer .footer__info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 2rem;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  width: 100%;
  background: var(--color-white);
  padding: 2rem 5vw 3rem;
}
.footer-nav__item {
  border-bottom: solid 1px var(--color-border);
}
.footer-nav__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 2;
  padding: 0.75em 5vw;
}
.footer-nav__link::after {
  content: "";
  width: 1.8rem;
  aspect-ratio: 9/5;
  -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-text);
}
.footer-nav__sub-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  font-size: var(--font-size-sm);
  margin-top: 1rem;
}
.footer-nav__sub-list:has(.footer-nav__sub-item:nth-of-type(4)) {
  grid-template-columns: repeat(4, 1fr);
}
.footer-nav__sub-item {
  border-bottom: solid 1px var(--color-border);
}
.footer-nav__sub-link {
  text-align: center;
  line-height: 2;
  padding-block: 0.75em;
}

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

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

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
.visual::after {
  width: 120%;
  height: 3.6rem;
}

/*メインビジュアル
-----------------------------*/
.visual__main {
  height: calc(82.5rem - clamp(0px, 50vw - 17.5rem, 15rem));
}
.visual__inner::before {
  height: calc(100% - 20rem);
  background-size: 32% !important;
  bottom: 4rem;
}
.visual__inner::after {
  width: 96%;
  height: 10rem;
  bottom: 0.6rem;
}
.visual__box {
  width: 30rem;
  padding-top: 11.5rem;
  gap: 1.5rem 2rem;
}
.visual__logo::before {
  height: 13.2rem;
  aspect-ratio: 274/132;
}
.visual__logo img {
  width: 10rem;
  aspect-ratio: 10/11;
  -o-object-fit: contain;
     object-fit: contain;
}
.visual__catch--main {
  padding-top: 2.8rem;
  margin-bottom: 0.5rem;
  aspect-ratio: 300/63;
}
.visual__catch--main img {
  width: 12rem;
  filter: drop-shadow(0 0 0.4rem rgba(179, 136, 67, 0.52)) drop-shadow(0 0 0.8rem rgba(179, 136, 67, 0.52)) drop-shadow(0 0 1.2rem rgba(179, 136, 67, 0.52));
}
.visual__ig {
  width: 4rem;
}
.visual__images {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  width: 96vw;
  max-width: 56rem;
  height: calc(100% - 42rem + clamp(0px, 20vw - 7rem, 6rem));
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4rem;
  z-index: -1;
}
.visual__image {
  position: absolute;
}
.visual__image img {
  height: 22rem;
  aspect-ratio: 404/517;
  -o-object-fit: contain;
     object-fit: contain;
}
.visual__image figcaption {
  width: 12rem;
  bottom: 1rem;
  font-size: 1.5rem;
  row-gap: 0.6rem;
  padding-top: 0.25em;
  padding-inline: 0.75em;
}
.visual__image figcaption .en {
  font-size: calc(1em - 0.3rem);
  line-height: calc(1em + 2px);
}
.visual__image--left {
  top: 0;
  left: 0;
}
.visual__image--left figcaption {
  right: -9rem;
  padding-right: calc(0.75em + 2px);
}
.visual__image--right {
  bottom: 0;
  right: 0;
}
.visual__image--right figcaption {
  left: -9rem;
  padding-left: calc(0.75em + 2px);
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: 31.5rem;
  padding-top: 4rem;
}
.visual__catch--sub {
  width: 90%;
  font-size: var(--font-size-h2);
}
.visual__catch--sub > span {
  line-height: calc(1em + 1rem);
}
.visual__catch--sub > span::after {
  width: 5rem;
  aspect-ratio: 1;
  right: -6rem;
  bottom: -2.4rem;
}

/*===============================================
  main#container
===============================================*/
#container::before {
  aspect-ratio: 192/128;
  top: 3rem;
}
#container.about::before {
  top: inherit;
  bottom: 0;
}

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

/*===============================================
  main共通
===============================================*/
.section {
  padding-block: 8rem;
}
.section:has(+ .section:not(.section--bg)):not(.section--bg) {
  padding-bottom: 0;
}

.inbox {
  width: 90%;
}

/*電話番号
-----------------------------*/
/* 営業時間 / 定休日
-----------------------------*/
.com-info {
  font-size: var(--font-size-sm);
  gap: 0.8rem 1rem;
}
.com-info dt {
  width: 5em;
  line-height: 1.14286;
  padding-block: 0.4rem;
}
.com-info dd {
  line-height: 1.42858;
}
.com-info dd .min {
  display: inline-block;
  font-size: var(--font-size-xs);
  line-height: 1.66667;
}

/*ボタン
-----------------------------*/
.com-btn {
  width: 24rem;
  height: 7rem;
}
.com-btn::after {
  width: 1.8rem;
  right: 2rem;
  bottom: calc(50% - 0.5rem);
}
.com-btn--ig {
  width: 35rem;
  height: 8rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.com-btn--ig::before {
  width: 4rem;
}
.com-btn--ig::after {
  width: 1.4rem;
  right: 1rem;
  bottom: 1rem;
}

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

/*テーブル
-----------------------------*/
.com-table {
  line-height: 1.5;
}
.com-table tr th,
.com-table tr td {
  padding: 1em 0.75em;
}
.com-table--noblock table {
  border-collapse: separate;
  border-spacing: 0 0.5rem;
  margin-block: -0.5rem;
}
.com-table--noblock tr th {
  width: 10em;
  text-align: center;
}
.com-table--noblock tr td {
  padding-left: 1.25em;
  padding-right: 0;
}
.com-table--noblock tr th,
.com-table--noblock tr td {
  vertical-align: middle;
  padding-block: 0.75em;
}
.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-text br:not(.pc-none) {
  display: none;
}

/*お知らせ
-----------------------------*/
.com-post__item {
  margin-bottom: 2rem;
}
.com-post__link {
  display: grid;
  grid-template-columns: 10rem 1fr;
  gap: 1rem 2rem;
}
.com-post__inner {
  row-gap: 1.5rem;
  align-self: center;
}
.com-post__tags {
  grid-column: span 2;
}
.com-post__tag {
  font-size: var(--font-size-xs);
  line-height: 1.66667;
  padding-inline: 0.5em;
}
.com-post__image img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.com-post__date {
  font-size: var(--font-size-sm);
}
.com-post__heading {
  padding-left: calc(1rem + 2px);
  padding-right: 1rem;
  position: relative;
}
.com-post__heading::before {
  height: calc(100% - (1rem - 1px));
  position: absolute;
  top: 0;
  left: 0;
}
.com-post__heading > span {
  -webkit-line-clamp: 2;
  max-height: 2lh;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  row-gap: 2.5rem;
  margin-bottom: 6rem;
}
.com-title01 .en {
  font-size: calc(1em - 1.2rem);
  line-height: 1;
}
.com-title01:has(.mid) {
  font-size: min(2.8rem, 6.2223vw);
}

/*中タイトル
-----------------------------*/
/*小タイトル
-----------------------------*/
/*===============================================
  共通セクション
===============================================*/
/*バナーセクション
-----------------------------*/
.com-bnr {
  padding-block: 5rem;
}
.com-bnr__item {
  padding: 5rem 2.4rem 3rem;
}
.com-bnr__item::after {
  width: 98vw;
  height: 9rem;
  bottom: -3rem;
}
.com-bnr__title {
  margin-bottom: 3rem;
}
.com-bnr__btn {
  width: 100%;
  font-size: var(--font-size-h5);
}

/*===============================================
  トップページ
===============================================*/
/*迷う時間さえ、美味しい。
-----------------------------*/
.top-about {
  padding-top: 7.2rem;
}
.top-about::after {
  width: 96vw;
  height: 10rem;
  bottom: -5.6rem;
  z-index: 6;
}
.top-about__title {
  row-gap: 2rem;
}
.top-about__title .min {
  font-size: calc(1em - 1.2rem);
  line-height: calc(1em + 2rem);
  padding-inline-start: 0.5em;
}
.top-about__btn {
  margin: 4rem auto 0;
}
.top-about__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100vw;
  margin-top: 6rem;
  margin-inline: -5vw;
}
.top-about__image {
  aspect-ratio: 1;
}
.top-about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*Menu
-----------------------------*/
.top-menu__title {
  margin-bottom: 5rem;
}
.top-menu__items {
  padding-top: 6rem;
}
.top-menu__item {
  display: grid;
  grid-template-columns: 10rem 1fr auto;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  background: var(--color-cream);
  padding: 1rem;
  margin-bottom: 2rem;
  transition: all 0.3s ease-out;
}
.top-menu__item:last-of-type {
  margin-bottom: 0;
}
.top-menu__item::after {
  content: "";
  display: block;
  width: 3.6rem;
  aspect-ratio: 1;
  background: url(../img/common/arrow.svg) no-repeat center/1.8rem;
  background-color: var(--color-mint);
  border-radius: 50%;
  transition: all 0.3s ease-out;
}
.top-menu__item:hover {
  background: var(--color-lemon);
}
.top-menu__image img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-menu__txt {
  font-size: var(--font-size-h5);
}

/*News
-----------------------------*/
.top-news__box {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 5rem 2rem;
}
.top-news__title {
  align-items: flex-start;
  margin-bottom: 0;
}
.top-news__list,
.top-news .com-empty {
  grid-column: span 2;
}
.top-news__btn {
  width: 18rem;
  height: 5rem;
}
.top-news__btn::after {
  right: 1.5rem;
}

/*===============================================
  About Pulizia
===============================================*/
/*Story
-----------------------------*/
.about-story__inner {
  display: grid;
  grid-template-columns: 1fr 18rem;
  gap: 4rem 2rem;
  padding-block: 6rem;
}
.about-story__inner::before {
  width: 100vw;
}
.about-story__title {
  margin-bottom: 0;
}
.about-story__image img {
  width: 100%;
  aspect-ratio: 1.25;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-story__text {
  grid-column: span 2;
}

/*Puliziaの特徴・こだわり
-----------------------------*/
.about-feature__list {
  padding-top: 4rem;
}
.about-feature__item {
  display: grid;
  grid-template-columns: 8rem 1fr;
  gap: 2.4rem 2rem;
  padding: 2rem 2rem 3rem;
  margin-bottom: 2rem;
}
.about-feature__heading {
  align-self: center;
}
.about-feature__body {
  grid-column: span 2;
}

/*大切にしていること
-----------------------------*/
.about-value__heading {
  padding: calc((5rem - var(--font-size-h4)) / 2) 1.6rem;
  margin-bottom: 3rem;
}
.about-value__body p:has(strong) {
  text-align: center;
  margin-top: calc(4rem - (0.5lh - 0.5em) - 1rem);
}
.about-value__body p strong {
  line-height: 2;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
}
.about-value__body p strong::before, .about-value__body p strong::after {
  width: 0.8rem;
}
.about-value__images {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 2rem;
}
.about-value__image--main {
  aspect-ratio: 1;
}
.about-value__image--sub {
  aspect-ratio: 3/2;
  margin-left: -2rem;
  margin-bottom: -2rem;
}
.about-value__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*===============================================
  Gelato
===============================================*/
/*Puliziaのおすすめ
-----------------------------*/
.gelato-recommend__list {
  padding-top: 4rem;
}
.gelato-recommend__item {
  padding: 2.4rem 2.4rem 3.2rem;
  margin-bottom: 3rem;
}
.gelato-recommend__thumb img {
  width: 100%;
  aspect-ratio: 1.3333333333;
  -o-object-fit: cover;
     object-fit: cover;
}
.gelato-recommend__thumb {
  margin-bottom: 2.4rem;
}
.gelato-recommend__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 2.4rem;
  width: 100%;
}
.gelato-recommend__inner > * {
  width: 100%;
}
.gelato-recommend__heading {
  padding: calc((4.5rem - var(--font-size-h4)) / 2) 1rem;
}
.gelato-recommend__prices {
  padding: 2.4rem 2rem;
}
.gelato-recommend__price {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

/*Gelato
-----------------------------*/
.gelato-list__title {
  padding: calc((7rem - 1em) / 2) 4rem;
  margin-bottom: 4rem;
}
.gelato-list__title::before {
  width: calc(100% - 4rem);
  height: 7.2rem;
  top: -3.2rem;
}
.gelato-list__item {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

/*===============================================
  Juice & Others
===============================================*/
/*コールドプレスジュース
-----------------------------*/
.drinks-juice__list {
  padding-block: 4rem;
  margin-top: 4rem;
}
.drinks-juice__list::before {
  width: 100vw;
}
.drinks-juice__item {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding: 1.5rem;
  margin-bottom: 2rem;
}
.drinks-juice__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 2rem;
  width: 100%;
}
.drinks-juice__inner > * {
  width: 100%;
}
.drinks-juice__heading {
  font-size: var(--font-size-h5);
  padding: calc((4rem - var(--font-size-h5)) / 2) 1rem;
}
.drinks-juice__thumb {
  width: 10rem;
}

/*その他メニュー
-----------------------------*/
.drinks-other__list {
  padding-block: 4rem;
  margin-top: 4rem;
}
.drinks-other__list::before {
  width: 100vw;
}
.drinks-other__item {
  gap: 2.4rem 2rem;
  padding: 1.5rem;
  margin-bottom: 2rem;
}
.drinks-other__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  font-size: calc(var(--font-size-base) - 1px);
  row-gap: 2.4rem;
  width: 100%;
}
.drinks-other__inner > * {
  width: 100%;
}
.drinks-other__heading {
  font-size: var(--font-size-h5);
  padding: calc((4rem - var(--font-size-h5)) / 2) 1rem;
}
.drinks-other__prices {
  padding: 1.5rem 1rem;
  grid-column: span 2;
}
.drinks-other__price {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.drinks-other__thumb {
  width: 10rem;
}

/*===============================================
  Shop info
===============================================*/
/*Shop Overview
-----------------------------*/
.info-shop__table tr td .icon {
  width: 4rem;
}
.info-shop__map {
  height: 36rem;
  margin-top: 4rem;
}

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

/*タグリスト
-----------------------------*/
/*===============================================
  お問い合わせ
===============================================*/
.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エラー
===============================================*/