@charset "UTF-8";
@import url(all.css);
/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #4a5553;
  --color-fontlightgray: #a7b2b1;
  --color-fontgray: #878f8e;
  --color-white: #ffffff;
  --color-whitegray: #f4f6f6;
  --color-green: #20b2aa;
  /*カレントカラー*/
  --color-current: #20b2aa;
  /*テキストリンクカラー*/
  --color-textlink:#20b2aa;
  /*必須ボタンカラー*/
  --color-required: #20b2aa;
  /*任意ボタンカラー*/
  --color-optional: #20b2aa;
  /*ラジオボタンカラー*/
  --color-radio: #20b2aa;
  /*チェックボタンカラー*/
  --color-check: #20b2aa;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Nothing You Could Do", cursive;
  /*本文*/
  --font-family-body: "Zen Kaku Gothic New", sans-serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.6rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 1.875;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.1em;
}

/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #4a5553;
  --color-fontlightgray: #a7b2b1;
  --color-fontgray: #878f8e;
  --color-white: #ffffff;
  --color-whitegray: #f4f6f6;
  --color-green: #20b2aa;
  /*カレントカラー*/
  --color-current: #20b2aa;
  /*テキストリンクカラー*/
  --color-textlink:#20b2aa;
  /*必須ボタンカラー*/
  --color-required: #20b2aa;
  /*任意ボタンカラー*/
  --color-optional: #20b2aa;
  /*ラジオボタンカラー*/
  --color-radio: #20b2aa;
  /*チェックボタンカラー*/
  --color-check: #20b2aa;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Nothing You Could Do", cursive;
  /*本文*/
  --font-family-body: "Zen Kaku Gothic New", sans-serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.6rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 1.875;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.1em;
}

/*opacity含めたカラー指定あればここで定義*/
/*========================
    default
========================*/
html {
  font-size: min(2.22vw, 10px);
}

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

.wrapper {
  min-width: 320px;
  line-height: 1.6;
}

.com-inbox {
  width: 90%;
}

.inline-block {
  display: inline-block;
}

/*パンくずリスト非表示*/
.breadcrumb {
  display: none;
}

section:not(.mv, .sv, .privacy__box, .com-section) {
  padding-block: 10rem;
}

.logo {
  height: 2rem;
}

/*==============================
    ヘッダー
==============================*/
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header__inner {
  height: 10rem;
  padding: 1.5rem;
}

/*==============================
    メインビジュアル
==============================*/
.mv {
  background: url(../img/mv/deco-mv.png) top right/auto 80% no-repeat;
  gap: 4.5rem;
  padding-top: 13rem !important;
}
.mv__title {
  position: relative;
  gap: 2rem;
  padding-left: 2rem;
}
.mv__title .sub {
  font-size: 1.6rem;
  color: var(--color-fontlightgray);
}

/*==============================
    サブビジュアル
==============================*/
.sv {
  background: url(../img/sv/sv-deco.png) top right/auto 19rem no-repeat;
  padding-top: 13rem !important;
}
.sv__title {
  font-size: 2.9rem;
  padding-left: 3rem;
  margin-bottom: 2rem;
}

/*==============================
    共通タイトル
==============================*/
.com-title01 {
  gap: 1.5rem;
  margin-bottom: 4rem;
}
.com-title01 .en {
  font-size: 2.8rem;
}
.com-title01 .ja {
  font-size: 2.6rem;
  text-align: center;
}
.com-title01--left {
  align-items: center;
}

/*==============================
    共通ボタン
==============================*/
.booking-btn {
  height: 80px;
  width: 100%;
  font-size: 1.6rem;
  max-width: 380px;
}

.line-btn {
  height: 80px;
  width: 100%;
  gap: 20px;
  font-size: 1.6rem;
  padding-inline: 20px 30px;
  line-height: 1.3;
  max-width: 380px;
}
.line-btn::before {
  width: 40px;
}

.ig-btn {
  gap: 15px;
  height: max(8rem, 70px);
  font-size: 1.6rem;
  padding-left: 15px;
  width: 100%;
  max-width: 380px;
}
.ig-btn::before {
  width: 30px;
}

/*==============================
    共通テーブル
==============================*/
.com-table tr th {
  width: 35%;
}

/*==============================
    TOP
==============================*/
.top-about {
  padding-block: 10rem 40vw !important;
}
.top-about::after {
  bottom: 20vw;
}
.top-about .com-inbox {
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}
.top-about__image {
  max-width: 300px;
}
.top-about__title {
  font-size: 2.2rem;
  margin-bottom: 5rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.top-reason::before {
  height: calc(100% + 6.3rem);
}
.top-reason::after {
  width: 30%;
  top: 2rem;
  left: 1rem;
}
.top-reason__list {
  gap: 4rem 1.5rem;
}
.top-reason__item {
  align-items: center;
  justify-content: center;
  width: min((100% - 1.5rem) / 2, 265px);
  padding-top: 0rem;
  letter-spacing: 0.04em;
}
.top-reason__item > span {
  font-size: 1.6rem;
}
.top-reason__item::before {
  margin-bottom: 1rem;
}

.top-cafe .com-inbox {
  flex-direction: column;
  align-items: center;
  gap: 5.5rem;
}
.top-cafe .com-btn {
  margin-inline: auto;
}
.top-cafe::after {
  top: -6rem;
  right: 0;
  width: 40%;
  max-width: 200px;
}
.top-cafe__image {
  max-width: 400px;
}

.top-link__list {
  display: grid;
  gap: 3.5rem;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
}
.top-link__item {
  width: 100%;
}
.top-link__item a::after {
  width: 4rem;
}
.top-link .com-title01 {
  align-items: flex-start;
  padding-left: 3rem;
  padding-bottom: 2rem;
  gap: 1rem;
}
.top-link .com-title01 .en {
  font-size: 2.2rem;
}
.top-link .com-title01 .ja {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

.top-news .com-btn {
  margin-top: 5rem;
  margin-inline: auto;
}

/*==============================
    共通デザインセクション（冒頭）
==============================*/
.com-section {
  padding-block: 10rem 40vw;
}
.com-section::after {
  bottom: 20vw;
}
.com-section__wrap {
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}
.com-section__image {
  max-width: 350px;
}

/*==============================
    初めての方へ
==============================*/
.first-reason__title > span {
  font-size: 2.2rem;
  margin-top: 1.3rem;
}

.first-stylist__wrap {
  flex-direction: column;
  align-items: center;
}
.first-stylist__title {
  font-size: 2rem;
  gap: 1rem;
}
.first-stylist__title span:first-child {
  padding-bottom: 1rem;
}
.first-stylist__image {
  max-width: 350px;
}

.first-gallery__list {
  gap: 4rem 2rem;
  grid-template-columns: repeat(2, 1fr);
}

/*==============================
    カフェサービス
==============================*/
.cafe-menu::before {
  height: calc(100% + 6.3rem);
}
.cafe-menu__item {
  flex-direction: column;
  align-items: center;
}
.cafe-menu__image {
  aspect-ratio: 16/9;
}
.cafe-menu__title {
  font-size: 2.2rem;
}
.cafe-menu__subtitle {
  font-size: 2rem;
}
.cafe-menu .cafe-drink__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.cafe-diary .com-title01 small {
  font-size: 2rem;
}
.cafe-diary__list {
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 2rem;
}
.cafe-diary__title {
  font-size: 2rem;
}

/*==============================
    カフェ日記詳細
==============================*/
.cafe-detail__container {
  box-sizing: content-box;
  margin-bottom: 2rem;
  width: 100%;
}
.cafe-detail__list {
  height: 85%;
  margin: 2rem 0 2rem 2rem;
}
.cafe-detail__title {
  font-size: 2.2rem;
}

/*==============================
    メニュー＆料金案内
==============================*/
.menu-section__title {
  font-size: 2.2rem;
}
.menu-section .menu-title {
  font-size: 2rem;
}
.menu-section .menu-price {
  font-size: 1.8rem;
}

/*==============================
    店舗案内
==============================*/
.shop-greetings .com-section__text .name {
  font-size: 1.8rem;
  letter-spacing: 0.12em;
}

.shop-info {
  padding-bottom: 0 !important;
}
.shop-info__list {
  gap: 4rem 2rem;
  grid-template-columns: repeat(2, 1fr);
}
.shop-info__title {
  font-size: 2.6rem;
}
.shop-info .map {
  height: 30rem;
}

/*==============================
    お知らせ一覧
==============================*/
.news {
  padding-block: 60px;
}
.news .com-news__item a:has(.com-news__image) {
  gap: 4rem;
}
.news .com-news__item a:has(.com-news__image) .com-news__image {
  width: 10rem;
}
.news .com-news__item a:has(.com-news__image) .com-news__wrap {
  width: calc(100% - 14rem);
}

.com-news__list {
  grid-template-columns: repeat(2, 1fr);
}

/*タグリスト(SP)
-----------------------------*/
.tag-select {
  margin-left: auto;
  text-align: center;
  margin-bottom: 20px;
}
.tag-select__box {
  min-width: 125px;
}
.tag-select__box::after {
  right: 12px;
}
.tag-select__dropdown {
  padding: 0.5em 2.5em 0.5em 0.5em;
}

/*==============================
    お知らせ詳細
==============================*/
.news-detail__box {
  padding: 20px 10px 30px 10px;
}
.news-detail__title {
  font-size: 2.2rem;
}
.news-detail time,
.news-detail .tag {
  font-size: 13px;
}
.news-detail .paginated__list {
  margin-top: 30px;
}

/*==============================
  サイトマップ
==============================*/
.site {
  padding: 60px 0;
}
.site__list {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.site__item {
  height: 60px;
}
.site__item a {
  padding-left: 10px;
  font-size: 16px;
}
.site__item a::after {
  width: 10px;
  transform: rotate(-45deg) translate(-10px, -10px);
}

/*==============================
  お問い合わせ
==============================*/
.contact {
  padding-block: 10rem;
}
.contact .com-table {
  margin-bottom: 30px;
}
.contact .com-table th {
  text-align: left;
  font-size: 15px;
  letter-spacing: 0;
  padding-inline: 10px;
  width: 100%;
  padding-bottom: 0;
}
.contact .com-btn {
  margin-inline: auto;
  margin-top: 50px;
  width: 100%;
  height: 60px;
  max-width: 300px;
}
.contact select,
.contact textarea,
.contact input[type=tel],
.contact input[type=text],
.contact input[type=email],
.contact input[type=url] {
  padding: 7px;
}
.contact .upload-item-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact .upload-item-wrap .thumb {
  width: clamp(184px, 57.37vw, 440px);
  height: clamp(184px, 57.37vw, 440px);
  margin: 0px;
}
.contact .upload-item-wrap .ancion-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: clamp(15px, 4.56vw, 35px);
  gap: clamp(8px, 2.61vw, 20px);
  margin-inline: auto;
}

/*==============================
  お問い合わせ完了
==============================*/
.complete {
  padding-block: 10rem;
}
.complete__box {
  text-align: center;
  line-height: 1.733;
}
.complete__btn {
  margin-top: 50px;
}
.complete__btn:hover {
  opacity: 0.5;
}

/*==============================
プライバシーポリシー
==============================*/
.privacy {
  padding-block: 10rem;
}
.privacy__box {
  margin-bottom: 30px;
}
.privacy__box:last-child {
  margin-bottom: 0;
}
.privacy__title {
  font-size: 2.2rem;
}

/*==============================
    NOT FOUND
==============================*/
.e404 {
  padding-block: 10rem;
}
.e404__text {
  width: 90%;
  margin: 0 auto;
}
.e404__text p,
.e404__text a {
  font-size: 15px;
  text-align: center;
}

/*==============================
    共通お問い合わせセクション
==============================*/
.com-contact .com-inbox {
  padding-inline: 2rem;
}
.com-contact address {
  width: 100%;
  padding-inline: 2%;
}
.com-contact address > div {
  margin-top: 1rem;
  flex-direction: column;
  gap: 1rem;
}
.com-contact__list {
  flex-direction: column;
  padding-inline: 0;
}
.com-contact__item {
  width: 100%;
}
.com-contact__item .booking-btn,
.com-contact__item .line-btn,
.com-contact__item .tel-box {
  margin-inline: auto;
}
.com-contact__download {
  width: 100%;
}
.com-contact__title {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
}
.com-contact .download__list {
  gap: max(2rem, 10px);
  padding: 2rem;
}
.com-contact .download__item a {
  height: 40px;
}
.com-contact .download__item a img {
  height: 100%;
  width: 100%;
}

/*==============================
    追従ボタン
==============================*/
.follow_btn {
  bottom: 0;
  width: 100%;
}
.follow_btn a {
  writing-mode: horizontal-tb;
  width: 100%;
  height: 50px;
}

/*==============================
    フッター
==============================*/
.footer {
  padding-top: 6rem;
}
.footer .logo {
  margin-bottom: 5rem;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.footer-nav__list:has(.footer-nav__item:last-child:nth-child(odd)) .footer-nav__item:nth-child(even) {
  border-right: 1px solid var(--color-fontlightgray);
}
.footer-nav__list:has(.footer-nav__item:last-child:nth-child(even)) .footer-nav__item:nth-child(odd) {
  border-right: 1px solid var(--color-fontlightgray);
}
.footer-nav__item {
  border-top: 1px solid var(--color-fontlightgray);
  width: 50%;
  height: 60px;
  text-align: center;
}
.footer-nav__item:first-child:nth-last-child(odd) {
  width: 100%;
}
.footer-nav__item a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}
.footer small {
  padding-block: 1.5rem calc(50px + 1.5rem);
  border-top: 1px solid var(--color-fontlightgray);
}