@charset "UTF-8";
@import url(all.css);
/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #101c28;
  --color-white: #ffffff;
  --color-red: #882c1d;
  /*カレントカラー*/
  --color-current: #882c1d;
  /*テキストリンクカラー*/
  --color-textlink:#882c1d;
  /*必須ボタンカラー*/
  --color-required: #882c1d;
  /*任意ボタンカラー*/
  --color-optional: #882c1d;
  /*ラジオボタンカラー*/
  --color-radio: #882c1d;
  /*チェックボタンカラー*/
  --color-check: #882c1d;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Shippori Mincho B1", serif;
  /*本文*/
  --font-family-body: "Shippori Mincho B1", serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.6rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 2.5;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0;
}

/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #101c28;
  --color-white: #ffffff;
  --color-red: #882c1d;
  /*カレントカラー*/
  --color-current: #882c1d;
  /*テキストリンクカラー*/
  --color-textlink:#882c1d;
  /*必須ボタンカラー*/
  --color-required: #882c1d;
  /*任意ボタンカラー*/
  --color-optional: #882c1d;
  /*ラジオボタンカラー*/
  --color-radio: #882c1d;
  /*チェックボタンカラー*/
  --color-check: #882c1d;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Shippori Mincho B1", serif;
  /*本文*/
  --font-family-body: "Shippori Mincho B1", serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.6rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 2.5;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0;
}

/*opacity含めたカラー指定あればここで定義*/
/*========================
    default
========================*/
html {
  font-size: 62.5%;
}

a[href^="tel:"] {
  pointer-events: none;
}

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

.wrapper {
  min-width: 1280px;
  max-width: 1920px;
  margin-inline: auto;
}

.container {
  /*ヘッダー追従の時はここにmax-width:1920px;,overflow-x:hidden;をかける*/
}

.com-inbox {
  width: 1080px;
}

/*パンくずリスト*/
.breadcrumb {
  padding: 1rem;
  font-size: 1.4rem;
  font-weight: 600;
}
.breadcrumb__list {
  width: 1080px;
  margin-inline: auto;
  display: flex;
  justify-content: flex-start;
}
.breadcrumb__item {
  display: flex;
}
.breadcrumb__item::after {
  content: "｜";
  pointer-events: none;
}
.breadcrumb__item:last-child {
  display: block;
  max-width: 23rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb__item:last-child::after {
  display: none;
}

/*==============================
    各種ホバー処理
==============================*/
/*ロゴ*/
.logo a:hover {
  transition: opacity 0.3s;
}
.logo a:hover:hover {
  opacity: 0.5;
}

/*ボタン*/
.com-btn {
  transition: all 0.3s;
}
.com-btn:hover {
  opacity: 0.5;
}

.fix-btn {
  transition: all 0.3s;
}
.fix-btn::after {
  transition: all 0.3s;
}
.fix-btn:hover {
  background-color: var(--color-white);
  color: var(--color-font);
}
.fix-btn:hover::after {
  background: url(../img/common/com-arw-b.svg) top left/contain no-repeat;
}

.reserve-btn {
  transition: all 0.3s;
}
.reserve-btn:hover {
  opacity: 0.5;
}

.top-purchaser a {
  transition: all 0.3s;
}
.top-purchaser a::before {
  transition: all 0.3s;
}
.top-purchaser a:hover::before {
  opacity: 1;
}

/*パンくずリスト*/
.breadcrumb__item a {
  transition: all 0.3s;
}
.breadcrumb__item a:hover {
  transition: opacity 0.3s;
}
.breadcrumb__item a:hover:hover {
  opacity: 0.5;
}

/*ページネーション*/
.paginated__link {
  transition: all 0.3s;
}
.paginated:hover {
  opacity: 0.5;
}

.pagenation a {
  transition: all 0.3s;
}
.pagenation a:hover {
  opacity: 0.5;
}

/*ヘッダーナビ*/
.gnav__item a {
  transition: all 0.3s;
}
.gnav__item a:hover {
  transition: opacity 0.3s;
}
.gnav__item a:hover:hover {
  opacity: 0.5;
}

/*テキストリンク*/
.com-textlink {
  transition: all 0.3s;
}
.com-textlink:hover {
  transition: opacity 0.3s;
}
.com-textlink:hover:hover {
  opacity: 0.5;
}

/*お問い合わせ完了（トップへ戻る）*/
.complete__btn {
  transition: all 0.3s;
}
.complete__btn:hover {
  transition: opacity 0.3s;
}
.complete__btn:hover:hover {
  opacity: 0.5;
}

/*追従ボタン*/
.follow_btn {
  transition: all 0.3s;
}
.follow_btn:hover {
  opacity: 0.5;
  bottom: 3rem;
}

/*フッターナビ*/
.footer-nav__item a {
  transition: all 0.3s;
}
.footer-nav__item a:hover {
  opacity: 0.5;
}
.footer small a:hover {
  opacity: 0.5;
}

/*==============================
    ヘッダー
==============================*/
.header {
  padding: 1.1rem 2rem 2.3rem 2.2rem;
}
.header__wrap {
  display: flex;
  justify-content: flex-end;
  gap: 2.8rem;
  align-items: center;
  margin-bottom: 2rem;
}

/*==============================
    共通ボタン
==============================*/
.fix-btn {
  width: 28rem;
  height: 7rem;
}

/*==============================
    共通テーブル
==============================*/
.com-table tr th,
.com-table tr td {
  padding-left: 2rem;
}
.com-table tr th {
  width: 20rem;
}
.com-table tr td {
  padding-right: 2rem;
}

/*==============================
    TOP
==============================*/
.top-section {
  padding-top: 5rem;
  overflow: hidden;
}
.top-section::before {
  top: 2.8rem;
  left: calc(50% + 39.2rem);
}

.top-intro::before {
  top: clamp(201px, 15.73vw, 302px);
  left: calc(50% + clamp(430px, 29.58vw, 568px));
}
.top-intro .com-inbox {
  position: relative;
  z-index: 0;
}
.top-intro__title {
  margin-top: 2rem;
}
.top-intro__image {
  margin-left: -42rem;
}
.top-intro__text {
  position: absolute;
  z-index: 1;
  padding: 4.5rem 0 0 4.3rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  right: 0;
  bottom: 0;
}

.top-kagawa__image {
  margin-right: -42rem;
}
.top-kagawa__text {
  padding-top: 3rem;
}
.top-kagawa__title {
  margin-bottom: 4rem;
}

.top-experience {
  margin-top: -4rem;
}
.top-experience__image {
  margin-left: -42rem;
  flex-shrink: 0;
}
.top-experience__text {
  width: 100%;
  padding-top: 15.6rem;
}

.top-news {
  padding-block: 12.2rem 10rem;
}
.top-news .com-title01 {
  margin-bottom: 0;
}
.top-news__box {
  display: flex;
  align-items: flex-end;
  margin-bottom: 3rem;
  justify-content: space-between;
}
.top-news .com-btn {
  padding-bottom: 0;
  border-bottom: none;
}

/*==============================
    香川漆器について
==============================*/
.kagawa-section {
  padding-block: 5.3rem 12.4rem;
}
.kagawa-section__image {
  width: 46rem;
  flex-shrink: 0;
}

.kagawa-technique {
  padding-block: 10rem 7.8rem;
}
.kagawa-technique .com-title01 {
  margin-bottom: 9.3rem;
}
.kagawa-technique__item {
  align-items: flex-start;
}
.kagawa-technique__text {
  padding-top: 0.8rem;
}
.kagawa-technique__btn {
  width: 28rem;
  height: 7rem;
  transition: all 0.3s;
}
.kagawa-technique__btn::after {
  transition: all 0.3s;
}
.kagawa-technique__btn:hover {
  background-color: var(--color-red);
  color: var(--color-white);
}
.kagawa-technique__btn:hover::after {
  background: url(../img/common/com-arw-w.svg) top left/contain no-repeat;
}

/*==============================
    後藤塗・漆器体験
==============================*/
.experience-intro {
  padding-block: 5.3rem 9rem;
}
.experience-intro__image {
  width: 46rem;
  flex-shrink: 0;
}
.experience-intro__text {
  padding-top: 3.5rem;
}
.experience-intro__text p:has(strong) {
  margin-right: -1em;
}

.experience-living {
  padding-block: 8.6rem 14rem;
}
.experience-living .com-title01 {
  margin-bottom: 9.6rem;
}

.experience-care {
  padding-block: 11.6rem 8rem;
}
.experience-care__box {
  width: -moz-fit-content;
  width: fit-content;
}

.experience-section {
  padding-block: 11.3rem 6.4rem;
}
.experience-section .com-title01 {
  margin-bottom: 7rem;
}
.experience-section__box {
  width: 72rem;
}

.experience-commitment {
  padding-block: 6.4rem 1rem;
}
.experience-commitment__wrap {
  align-items: flex-start;
}
.experience-commitment__image {
  flex-shrink: 0;
  width: 46rem;
}
.experience-commitment__text {
  padding-top: 1rem;
}
.experience-commitment__btn {
  width: 28rem;
  height: 7rem;
  transition: all 0.3s;
}
.experience-commitment__btn::after {
  transition: all 0.3s;
}
.experience-commitment__btn:hover {
  background-color: var(--color-red);
  color: var(--color-white);
}
.experience-commitment__btn:hover::after {
  background: url(../img/common/com-arw-w.svg) top left/contain no-repeat;
}

/*==============================
    ご購入をお考えの方へ
==============================*/
.purchaser-section {
  padding-block: 7rem 12.5rem;
}
.purchaser-section__box {
  width: 91rem;
}

.purchaser-service {
  padding-block: 9.3rem 10.1rem;
}
.purchaser-service .com-title01 {
  margin-bottom: 8rem;
}
.purchaser-service__item p {
  width: 32rem;
}
.purchaser-service__title {
  white-space: nowrap;
}

.purchaser-caution {
  padding-block: 11.8rem 5.2rem;
}
.purchaser-caution .com-title01 {
  margin-bottom: 8rem;
}
.purchaser-caution__item {
  width: 52rem;
}

/*==============================
    ギャラリー
==============================*/
.gallery-section {
  padding-block: 9.3rem 0;
}
.gallery-section .com-title01 {
  margin-bottom: 10rem;
}

/*==============================
    共通問い合わせセクション
==============================*/
.com-contact {
  padding-block: 11rem 16rem;
}
.com-contact .com-inbox {
  justify-content: center;
}
.com-contact .reserve-btn {
  width: 72rem;
  height: 18rem;
}

.kagawa_lacquerware-contact {
  padding-block: 16rem;
}

/*==============================
    お知らせ一覧
==============================*/
.news {
  padding-block: 10rem;
}
.news .com-title01 {
  margin-bottom: 9rem;
}

/*お知らせ共通部分*/
.com-news__item a:hover {
  transition: opacity 0.3s;
}
.com-news__item a:hover:hover {
  opacity: 0.5;
}

/*タグリスト(PC)
-----------------------------*/
.tag-select {
  text-align: right;
  margin-bottom: 5rem;
}
.tag-select__box {
  min-width: 24rem;
}
.tag-select__box::after {
  right: 1.8rem;
}
.tag-select__dropdown {
  line-height: 1;
  padding: 12px 48px 12px 12px;
  background-color: var(--color-white);
}

/*==============================
    お知らせ詳細
==============================*/
.news-detail {
  padding-block: 10rem;
}
.news-detail__box {
  padding: 4rem 4rem 6rem 4rem;
}

/*==============================
  お問い合わせ
==============================*/
.contact {
  padding-block: 10rem;
}
.contact .com-title01 {
  margin-bottom: 9rem;
}
.contact .com-table {
  margin-bottom: 3rem;
  table-layout: fixed;
}
.contact .com-table th {
  width: 35%;
}
.contact .com-btn {
  margin-inline: auto;
  margin-top: 5rem;
  width: 30rem;
  height: 6rem;
}
.contact .contact-submits-wrap {
  display: flex;
  justify-content: center;
  gap: 3rem;
}
.contact .contact-submits-wrap .com-btn {
  margin-inline: 0;
}

/*==============================
  お問い合わせ完了
==============================*/
.complete {
  padding-block: 10rem;
}
.complete .com-title01 {
  margin-bottom: 9rem;
}
.complete__box {
  text-align: center;
}
.complete__btn {
  margin-top: 5rem;
}
.complete__btn:hover {
  opacity: 0.5;
}

/*==============================
　プライバシーポリシー
==============================*/
.privacy {
  padding-block: 10rem;
}
.privacy .com-title01 {
  margin-bottom: 9rem;
}
.privacy__box {
  margin-bottom: 5rem;
}
.privacy__box:last-child {
  margin-bottom: 0;
}

/*==============================
    サイトマップ
==============================*/
.site {
  padding-block: 10rem;
}
.site .com-title01 {
  margin-bottom: 9rem;
}
.site .com-inbox {
  width: 70rem;
}
.site__list {
  display: flex;
  flex-direction: column;
}
.site__item {
  height: 7.5rem;
}
.site__item a {
  padding: 1rem;
}
.site__item a::after {
  width: 1rem;
  transform: rotate(-45deg);
}
.site__item a:hover {
  transition: all 0.3s;
  opacity: 0.5;
}
.site__item a:hover::after {
  transform: rotate(-45deg) translate(5px, 5px);
  transition: all 0.3s;
}

/*==============================
    このページは存在しません
==============================*/
.e404 {
  padding-block: 10rem;
}
/*==============================
    フッター
==============================*/
.footer__inner {
  width: 1080px;
  margin-inline: auto;
  padding-bottom: 5rem;
}
.footer-nav__list {
  display: flex;
  line-height: 1;
  margin-bottom: 2.7rem;
}
.footer-nav__list:last-child {
  margin-bottom: 0;
}
.footer-nav__item {
  display: flex;
  align-items: center;
}
.footer-nav__item::before {
  content: "｜";
}
.footer-nav__item a {
  padding-inline: 1em;
}
.footer .nav-item--contact, .footer .nav-item--news, .footer .nav-item--privacy, .footer .nav-item--site {
  display: none;
}
.footer .nav-item--gallery::after {
  content: "｜";
}
.footer__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}