@charset "UTF-8";
@import url(all.css);
/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #2d2d2d;
  --color-white: #ffffff;
  --color-green: #9cad58;
  --color-gray: #d9d9d9;
  --color-lightgreen: #ebefde;
  /*カレントカラー*/
  --color-current: #9cad58;
  /*テキストリンクカラー*/
  --color-textlink:#9cad58;
  /*必須ボタンカラー*/
  --color-required: #9cad58;
  /*任意ボタンカラー*/
  --color-optional: #9cad58;
  /*ラジオボタンカラー*/
  --color-radio: #9cad58;
  /*チェックボタンカラー*/
  --color-check: #9cad58;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Zen Old Mincho", serif;
  /*本文*/
  --font-family-body: "Zen Kaku Gothic New", sans-serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.7rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 2.235; /*fz:17,lh:38*/
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.04em;
}

/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #2d2d2d;
  --color-white: #ffffff;
  --color-green: #9cad58;
  --color-gray: #d9d9d9;
  --color-lightgreen: #ebefde;
  /*カレントカラー*/
  --color-current: #9cad58;
  /*テキストリンクカラー*/
  --color-textlink:#9cad58;
  /*必須ボタンカラー*/
  --color-required: #9cad58;
  /*任意ボタンカラー*/
  --color-optional: #9cad58;
  /*ラジオボタンカラー*/
  --color-radio: #9cad58;
  /*チェックボタンカラー*/
  --color-check: #9cad58;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Zen Old Mincho", serif;
  /*本文*/
  --font-family-body: "Zen Kaku Gothic New", sans-serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.7rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 2.235; /*fz:17,lh:38*/
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.04em;
}

/*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;
}

.logo {
  height: 4rem;
}

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

/*==============================
    ヘッダー
==============================*/
.header__inner {
  height: 10rem;
  padding: 1.5rem;
}

/*==============================
    メインビジュアル
==============================*/
.mv__title {
  bottom: -5.5rem;
  left: 1rem;
}
.mv__title .sub {
  font-size: 2.2rem;
}
.mv__title .main {
  height: 10rem;
  width: auto;
}
.mv__title .main img {
  display: block;
  height: 100%;
  width: auto;
}

/*==============================
    サブビジュアル
==============================*/
.sv__title {
  padding-block: 1.5rem 1rem;
  padding-right: 4rem;
}
.sv__title > span {
  font-size: 3rem;
}

/*==============================
    共通タイトル
==============================*/
.com-title01 {
  margin-bottom: 4rem;
  font-size: 2.9rem;
  align-items: center;
  text-align: center;
}
.com-title01 > span:has(span) > span {
  background: linear-gradient(to top, var(--color-green) 0%, var(--color-green) 30%, var(--color-font) 45%, var(--color-font) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*==============================
    共通ボタン
==============================*/
.com-btn {
  margin-inline: auto;
  width: 100%;
  max-width: 280px;
  height: 60px;
}

.mail-btn {
  height: 60px;
  width: 100%;
  max-width: 220px;
}

.site-btn {
  height: 60px;
  width: 100%;
  max-width: 220px;
}

/*==============================
    TOP
==============================*/
/*20年先まで心地よい畳を*/
.top-about .com-inbox {
  flex-direction: column-reverse;
}
.top-about__image {
  width: 80%;
  max-width: 270px;
}
.top-about .com-title01 {
  margin-bottom: 0;
}
.top-about__title {
  font-size: 2.2rem;
  margin-block: 1rem 3rem;
  text-align: center;
}

/*畳へのこだわり*/
.top-commitment .com-inbox {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  align-items: center;
}
.top-commitment__image {
  width: 80%;
  max-width: 400px;
}

/*下層リンク*/
.top-link__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.top-link__item {
  width: 100%;
}
.top-link__title {
  font-size: 2.6rem;
}

/*お知らせ*/
.top-news {
  padding-block: 10rem 25rem !important;
}
.top-news__title {
  font-size: 2.8rem;
}
.top-news .com-inbox {
  flex-direction: column;
}
.top-news .com-btn {
  position: absolute;
  bottom: 10rem;
  left: 50%;
  transform: translateX(-50%);
}

/*==============================
    小野田畳店
==============================*/
.about-greeting::before {
  width: 50%;
  left: 0;
  top: min(56%, 550px);
}
.about-greeting .com-title01 {
  margin-bottom: 3rem;
}
.about-greeting__wrap {
  flex-direction: column-reverse;
  align-items: center;
  gap: 5rem;
}
.about-greeting__image {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.about-greeting__image img {
  -o-object-position: center bottom;
     object-position: center bottom;
}
.about-greeting__title {
  font-size: 1.8rem;
  gap: 0.5rem;
  margin-bottom: 3rem;
}

.about-info__list {
  flex-direction: column;
}
.about-info__item dl dd .replace {
  height: 1em;
  width: auto;
  display: block;
  margin-top: 0.6rem;
}

/*==============================
    畳へのこだわり
==============================*/
.commitment-material::before {
  width: 50%;
  left: 0;
  top: 40%;
}
.commitment-material__wrap {
  flex-direction: column-reverse;
  align-items: center;
  gap: 5rem;
}
.commitment-material__title {
  text-align: center;
  font-size: 2rem;
}
.commitment-material__image {
  width: 80%;
  max-width: 400px;
}

.commitment-technology::before {
  width: 50%;
  right: 0;
  top: 40%;
}
.commitment-technology__wrap {
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}
.commitment-technology__title {
  text-align: center;
  font-size: 2rem;
}
.commitment-technology__image {
  width: 80%;
  max-width: 400px;
}

.commitment-summary::before {
  width: 50%;
  left: 0;
  top: 35%;
}
.commitment-summary__wrap {
  flex-direction: column-reverse;
  align-items: center;
  gap: 5rem;
}
.commitment-summary__image {
  width: 80%;
  max-width: 400px;
}

/*==============================
    料金
==============================*/
.price-section__box {
  padding: 4rem 2rem;
}
.price-section__title {
  font-size: 2rem;
}
.price-section__title::before {
  width: 1.6rem;
  margin-top: 0.6rem;
}

.price-flow__list {
  width: 100%;
}
.price-flow__item {
  padding: 6rem 3rem;
  flex-direction: column;
  align-items: center;
}
.price-flow__item::before {
  top: 0;
  left: 0;
  width: 8rem;
  font-size: 3.5rem;
}
.price-flow__item .tel-wrap {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin-top: 3rem;
}
.price-flow__item .tel-wrap .com-tel {
  font-size: 2.4rem;
}
.price-flow__item .tel-wrap .com-tel::before {
  font-size: 1.8rem;
}
.price-flow__item .tel-wrap .com-tel:last-child::before {
  content: "直通：";
}
.price-flow__image {
  aspect-ratio: 16/9;
  overflow: hidden;
  width: 100%;
}
.price-flow__title {
  font-size: 2rem;
  text-align: center;
}

/*==============================
    よくある質問
==============================*/
.faq-section__item dl dt {
  padding-right: 0;
}
.faq-section__item dl dt span {
  padding: 1rem 1.5rem;
}
.faq-section__item dl dt::before {
  font-size: 2.5rem;
  padding-bottom: 0.2rem;
}
.faq-section__item dl dd {
  padding-top: 1.5rem;
  padding-inline: 3.4rem 1.5rem;
  gap: 2.5rem;
}
.faq-section__item dl dd::before {
  font-size: 2.5rem;
}

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

/*==============================
    お知らせ一覧
==============================*/
.news {
  padding-block: 60px;
}

/*タグリスト(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;
}

/*==============================
  サイトマップ
==============================*/
.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;
}
.contact .com-btn {
  margin-inline: auto;
  margin-top: 50px;
}
.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__title {
  font-size: 2rem;
}
.privacy__box {
  margin-bottom: 30px;
}
.privacy__box:last-child {
  margin-bottom: 0;
}

/*==============================
    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;
}

/*==============================
    追従ボタン
==============================*/
.follow_btn {
  right: 1rem;
  bottom: 3.5rem;
}

/*==============================
    フッター
==============================*/
.footer__inner {
  padding-block: 6.3rem 0;
}
.footer__wrap {
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
.footer .sns__item {
  width: 40px;
}
.footer-link__list {
  flex-direction: column;
  align-items: stretch;
  gap: 3rem;
}
.footer-link__item a,
.footer-link__item .tel-box {
  margin-inline: auto;
}
.footer .tel-box {
  margin-bottom: 2.5rem;
}
.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4rem;
}
.footer-nav__list:has(.footer-nav__item:last-child:nth-child(odd)) .footer-nav__item:nth-child(even) {
  border-right: 1px solid var(--color-gray);
}
.footer-nav__list:has(.footer-nav__item:last-child:nth-child(even)) .footer-nav__item:nth-child(odd) {
  border-right: 1px solid var(--color-gray);
}
.footer-nav__item {
  border-top: 1px solid var(--color-gray);
  width: 50%;
  height: 60px;
  text-align: center;
  font-size: 1.6rem;
}
.footer-nav__item:first-child:nth-last-child(odd) {
  width: 100%;
}
.footer-nav__item a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}