@charset "utf-8";
/* -----------------------------------------------------------
　　無垢材加工ページ
----------------------------------------------------------- */
/* フォント */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
:root {
  --font-family-m: 'Noto Sans JP', sans-serif;
}

.sp{
	display:none !important;
}
@media screen and (max-width: 740px) {
.sp{
	display:block !important;
}
.pc{
	display:none !important;
}
}

.ordermade * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
/* ===== ベース ===== */
.ordermade {
  font-family: var(--font-family-m);
  font-size: 62.5%; /* 1rem = 10px */
  line-height: 1.5;
  letter-spacing: normal;
  font-weight: 700;
}
.ordermade p {
  margin: 0;
  padding: 0;
  text-indent: 0;
  letter-spacing: normal;
}
.ordermade div, .ordermade article, .ordermade section, .ordermade ul, .ordermade li, .ordermade ol, .ordermade dl, .ordermade dt, .ordermade dd, .ordermade table, .ordermade th, .ordermade td, .ordermade span {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: normal;
  font-weight: 700;
}
/* ==========================
  見出し（共通）
========================== */
.ordermade h2 {
  margin: 0 0 40px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: .02em;
  font-size: clamp(2.2rem, 2.8vw, 3.0rem);
  text-align: center;
}
.ordermade h3 {
  margin: 10px auto 40px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .02em;
  font-size: clamp(1.8rem, 2.2vw, 2.6rem);
  text-align: center;
  max-width: 34em;
}
@media (max-width: 740px) {
  .ordermade h2 {
    font-size: 1.9rem;
    line-height: 1.3;
    margin-bottom: 1.0em;
  }
  .ordermade h3 {
    font-size: 1.6rem;
    line-height: 1.45;
    margin-bottom: 1.0em;
    max-width: 100%;
  }
}
.ordermade h4 {
  font-style: italic;
  font-size: clamp(1.8rem, 2.3vw, 2.5rem);
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .02em;
}
.ordermade .inner > p {
  max-width: 60em;
  margin: 0.5em auto 0;
  text-align: center;
}
/* ===== レイアウト共通 ===== */
.ordermade section {
  width: 100%;
  padding: 40px 0 80px;
}
.ordermade .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.ordermade .section-dark {
  background-color: #EFEFEF;
  color: #000;
}
.ordermade .section-white {
  background-color: #FFF;
  color: #000;
}
@media screen and (max-width: 985px) {
  .ordermade section {
    padding: 30px 0 40px;
  }
  .ordermade .inner {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}


/* =================================
  ヒーロー
================================= */

.ordermade .ordermade-hero {
  position: relative;
  width: 100%;
  line-height: 0;
}

.ordermade .ordermade-hero picture,
.ordermade .ordermade-hero .hero-bg {
  display: block;
  width: 100%;
}

.ordermade .ordermade-hero .hero-bg {
  width: 100%;
  height: auto;
}

.ordermade .ordermade-hero .hero-text {
  position: absolute;
  left: 50%;
  bottom: 15%;
  transform: translateX(-50%);
  width: min(88%, 980px);
  background: rgba(0, 0, 0, 0.38);
  padding: clamp(16px, 2.4vw, 28px) 20px;
  text-align: center;
  line-height: 1.4;
}

.ordermade .ordermade-hero .hero-text p {
  margin: 0;
  color: #fff;
  font-size: clamp(2.4rem, 3.3vw, 5.2rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.04em;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.28);
}

@media screen and (max-width: 750px) {
  .ordermade .ordermade-hero .hero-text {
    bottom: 6%;
    width: 92%;
    padding: 10px 8px;
  }

  .ordermade .ordermade-hero .hero-text p {
    font-size: clamp(1.7rem, 5.4vw, 3.0rem);
    line-height: 1.3;
    letter-spacing: 0.03em;
  }
}



/* =========================
   最初のメッセージ
========================= */
.ordermade .ordermade-intro {
  padding: 56px 0 48px;
  background: #fff;
}

.ordermade .ordermade-inner {
  width: min(100%, 1100px);
  margin: 0 auto;
  padding: 0 20px;
}

.ordermade .ordermade-intro__title{
  margin:0;
  text-align:center;
  font-size:clamp(2.2rem, 2.8vw, 3.0rem);
  line-height:1.25;
  font-weight: bolder;
  font-style:italic;
  letter-spacing:.02em;
  color:#000;
}

.ordermade .ordermade-intro__text{
  margin:20px auto 0;
  max-width:700px;
  text-align:left;
  font-size:1.2rem;
  line-height:1.9;
  font-weight:700;
  color:#111;
}

@media screen and (max-width: 750px) {
  .ordermade .ordermade-intro {
    padding: 34px 0 28px;
  }
  .ordermade .ordermade-inner {
    padding: 0 16px;
  }
  .ordermade .ordermade-intro__title{
    font-size:1.7rem;
    line-height:1.35;
	font-weight: bolder;
  }

  .ordermade .ordermade-intro__text{
    font-size:1.0rem;
	font-weight:400;
    line-height:1.8;
  }
}

/* =========================
   製作事例
========================= */
.ordermade .ordermade-case {
  padding: 34px 0 24px;
  background: #fff;
}

.ordermade .ordermade-case__heading {
  margin: 0;
  text-align: center;
  font-size: clamp(2.4rem, 2.8vw, 3.4rem);
  line-height: 1.3;
  font-weight: 700;
  color: #000;
}

.ordermade .ordermade-case__title {
  margin: 34px 0 22px;
  text-align: center;
  font-size: clamp(2rem, 2.2vw, 2.8rem);
  line-height: 1.4;
  font-weight: 700;
  color: #000;
}

.ordermade .ordermade-case__main {
  margin: 0 auto;
  width: min(100%, 860px);
}

.ordermade .ordermade-case__main picture,
.ordermade .ordermade-case__main img {
  display: block;
  width: 100%;
}

.ordermade .ordermade-case__main img {
  height: auto;
}

@media screen and (max-width: 740px) {
  .ordermade .ordermade-case {
    padding: 26px 0 18px;
  }

  .ordermade .ordermade-case__heading {
    font-size: 2rem;
  }

  .ordermade .ordermade-case__title {
    margin: 22px 0 14px;
    font-size: 1.7rem;
    line-height: 1.5;
  }
}

/* ================
   イメージ図から製作
================= */
.ordermade .work-example{
  padding: 24px 0 40px;
  background: #fff;
}

.ordermade .work-example__header{
  text-align: center;
  margin-bottom: 1.8rem;
}

.ordermade .work-example__header h3{
  margin: 0;
  font-size: clamp(2.0rem, 2.2vw, 2.8rem);
  line-height: 1.4;
  font-weight: 700;
  color: #000;
}

.ordermade .stage{
  margin-bottom: 3.2rem;
}

.ordermade .stage:last-child{
  margin-bottom: 0;
}

.ordermade .stage__title{
  text-align: center;
  letter-spacing: .3em;
  margin: 0 0 1.4rem;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  line-height: 1.4;
  font-weight: 700;
  color: #000;
}

.ordermade .stage__grid{
  display: grid;
  gap: 1.2rem;
}

.ordermade .stage__item picture,
.ordermade .stage__item img{
  display: block;
  width: 100%;
  height: auto;
}

.ordermade .stage__grid--design,
.ordermade .stage__grid--make,
.ordermade .stage__grid--delivery{
  grid-template-columns: repeat(2, 1fr);
}

.ordermade .stage__caption{
  text-align: center;
  margin-top: 16px;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 700;
  color: #111;
}

@media (max-width: 900px){
  .ordermade .stage__grid--make{
    gap: 1rem;
  }
}

@media (max-width: 720px){
  .ordermade .work-example{
    padding: 18px 0 28px;
  }

  .ordermade .stage{
    margin-bottom: 2.4rem;
  }

  .ordermade .stage__title{
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }

  .ordermade .stage__grid--design,
  .ordermade .stage__grid--make,
  .ordermade .stage__grid--delivery{
    grid-template-columns: 1fr;
  }

  .ordermade .stage__caption{
    text-align: left;
    font-size: 1.0rem;
    line-height: 1.75;
    margin-top: 12px;
  }
}


/* =========================
   東濃信用金庫
========================= */
.ordermade .ordermade-case02 {
  padding: 34px 0 46px;
  background: #fff;
}

.ordermade .ordermade-case02__title {
  margin: 0;
  text-align: center;
  font-size: clamp(2rem, 2.2vw, 2.8rem);
  line-height: 1.4;
  font-weight: 700;
  color: #000;
}

.ordermade .ordermade-case02__text {
  max-width: 980px;
  margin: 18px auto 28px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.9;
  font-weight: 700;
  color: #111;
}

.ordermade .ordermade-case02__main {
  margin: 0 auto 26px;
  width: min(100%, 760px);
}

.ordermade .ordermade-case02__main picture,
.ordermade .ordermade-case02__main img,
.ordermade .ordermade-case02__item picture,
.ordermade .ordermade-case02__item img {
  display: block;
  width: 100%;
}

.ordermade .ordermade-case02__main img,
.ordermade .ordermade-case02__item img {
  height: auto;
}

.ordermade .ordermade-case02__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.ordermade .ordermade-case02__item {
  margin: 0;
}

@media screen and (max-width: 740px) {
  .ordermade .ordermade-case02 {
    padding: 26px 0 30px;
  }

  .ordermade .ordermade-case02__title {
    font-size: 1.8rem;
    line-height: 1.5;
  }

  .ordermade .ordermade-case02__text {
    margin: 14px auto 20px;
    text-align: left;
    font-size: 1.0rem;
    line-height: 1.8;
  }

  .ordermade .ordermade-case02__main {
    margin-bottom: 18px;
  }

  .ordermade .ordermade-case02__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

/* ==========================
  安心なJAS認定工場（写真4枚）
========================== */
.ordermade .jas-block {
  padding: 5rem 20px;
}

.ordermade .jas-grid {
  list-style: none;
  margin: 0;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(0.8rem, 2.4vw, 2rem);
  align-items: start;
}

.ordermade .jas-fig {
  margin: 0;
  text-align: center;
}

.ordermade .jas-fig img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.ordermade .jas-fig figcaption {
  margin-top: 0.8em;
  font-size: clamp(1.2rem, 1.6vw, 1.4rem);
  font-weight: 700;
  letter-spacing: 0.03em;
}

/* 説明文 */
.ordermade .jas-text {
  text-align: center;
  line-height: 2;
  color: #222;
}

.ordermade .jas-text p {
  margin: 0.6em 0 0;
  font-size: 1.5rem;
  font-weight: 700;
}

/* タブレット */
@media (max-width: 980px) {
  .ordermade .jas-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* スマホ */
@media (max-width: 600px) {
  .ordermade .jas-grid {
    grid-template-columns: 1fr;
  }

  .ordermade .jas-text p {
    font-size: 1rem;
    line-height: 1.8;
	text-align: left;
  }
}

/* ==========================
  加工設備
========================== */
.ordermade .facility {
  padding: clamp(2.5rem, 6vw, 5rem) 0;
}

.ordermade .facility__header {
  text-align: center;
  margin-bottom: clamp(1.8rem, 4vw, 3rem);
}

.ordermade .facility__header p {
  font-size: 1.5rem;
  line-height: 1.9;
  font-weight: 700;
}

.ordermade .facility__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.4rem, 3.5vw, 2.8rem);
}

/* カード */
.ordermade .facility__figure {
  margin: 0;
}

.ordermade .facility__figure img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  background: #f4f4f4;
}

/* キャプション */
.ordermade .facility__figure figcaption {
  margin-top: 0.9em;
  font-size:1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.8;
  text-align: center;
}

/* スマホ */
@media (max-width: 768px) {
  .ordermade .facility__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ordermade .facility__header p {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}


/* =============== 
   発注〜納品の流れ
=============== */
.ordermade .flow {
  padding: 4rem 0 5rem;
}

.ordermade .flow__header {
  text-align: center;
  margin-bottom: 3rem;
}

.ordermade .flow__grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(120px, 1fr));
  gap: clamp(12px, 2.4vw, 28px);
  align-items: start;
  position: relative;
}

.ordermade .flow__item {
  text-align: center;
  position: relative;
  scroll-snap-align: start;
}

/* ステップバッジ */
.ordermade .flow__step {
  display: inline-block;
  font-size: clamp(10px, 1.2vw, 12px);
  letter-spacing: .06em;
  font-weight: 700;
  background: #111;
  color: #fff;
  border-radius: 999px;
  padding: .28em .7em;
  margin-bottom: .5em;
}

/* アイコン */
.ordermade .flow__icon {
  width: clamp(64px, 10vw, 96px);
  height: clamp(64px, 10vw, 96px);
  margin: 0 auto;
  display: grid;
  place-items: center;
  position: relative;
}

.ordermade .flow__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* テキスト */
.ordermade .flow__text {
  margin: .6em 0 0;
  line-height: 1.5;
  font-weight: 700;
  min-height: 2.8em;
  font-size: 1.5rem;
}

.ordermade .flow__text small {
  display: block;
  color: #666;
  font-weight: 600;
  font-size: 1.3rem;
}

/* smallが無い場合の高さ合わせ */
.ordermade .flow__text:not(:has(small))::after {
  content: "";
  display: block;
  height: 1.2em;
}

/* 点線コネクタ */
.ordermade .flow__item:not(:last-child) .flow__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + clamp(6px, 1.2vw, 14px));
  transform: translateY(-50%);
  width: clamp(28px, 5vw, 64px);
  height: 2px;
  background: repeating-linear-gradient(90deg, #bbb 0 8px, transparent 8px 14px);
  pointer-events: none;
}

/* 1200px以下 */
@media (max-width: 1200px) {
  .ordermade .flow__grid {
    grid-template-columns: repeat(5, minmax(100px, 1fr));
  }
}

/* タブレット */
@media (max-width: 900px) {
  .ordermade .flow__grid {
    grid-auto-flow: column;
    grid-auto-columns: 80%;
    overflow-x: auto;
    padding-bottom: .4rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
}

/* スマホ */
@media (max-width: 640px) {
  .ordermade .flow__grid {
    grid-auto-flow: initial;
    grid-auto-columns: initial;
    overflow: visible;
    grid-template-columns: repeat(6, 1fr);
    justify-items: center;
  }

  .ordermade .flow__item {
    grid-column: span 2;
  }

  .ordermade .flow__item:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .ordermade .flow__item:nth-child(5) {
    grid-column: 4 / span 2;
  }

  .ordermade .flow__icon {
    width: clamp(52px, 18vw, 72px);
    height: clamp(52px, 18vw, 72px);
  }

  .ordermade .flow__step {
    font-size: 10px;
  }

  .ordermade .flow__text {
    font-size: 1.3rem;
  }

  .ordermade .flow__text small {
    font-size: 1.2rem;
  }
}

/* ==========================
   お問い合わせ
========================== */
.ordermade .ordermade-contact {
  padding: 4rem 0 6rem;
}

.ordermade .ordermade-contact__header {
  text-align: center;
  margin-bottom: 2.4rem;
}

.ordermade .ordermade-contact__header h3 {
  margin: 0;
  font-size: clamp(2.4rem, 3vw, 4.2rem);
  line-height: 1.35;
  font-weight: 700;
  color: #000;
}

/* フォームを囲む外枠 */
.ordermade .ordermade-contact__formbox {
  border: 1px solid #d9d9d9;
  padding: clamp(18px, 3vw, 34px);
  background: #fff;
  margin-bottom: 4rem;
}

/* 会社情報 */
.ordermade .ordermade-company {
  text-align: center;
}

.ordermade .ordermade-company__logo {
  max-width: 620px;
  margin: 0 auto 1.6rem;
}

.ordermade .ordermade-company__logo picture,
.ordermade .ordermade-company__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.ordermade .ordermade-company__info p {
  margin: 0.1em 0;
  font-size: clamp(1.8rem, 2.2vw, 2.8rem);
  line-height: 1.2;
  font-weight: 700;
  font-style: italic;
  color: #000;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 750px) {
  .ordermade .ordermade-contact {
    padding: 3rem 0 4rem;
  }

  .ordermade .ordermade-contact__header {
    margin-bottom: 1.8rem;
  }

  .ordermade .ordermade-contact__header h3 {
    font-size: 2rem;
    line-height: 1.45;
  }

  .ordermade .ordermade-contact__formbox {
    padding: 14px;
    margin-bottom: 3rem;
  }

  .ordermade .ordermade-company__logo {
    max-width: 92%;
    margin-bottom: 1.2rem;
  }

  .ordermade .ordermade-company__info p {
    font-size: 1.8rem;
    line-height: 1.25;
  }
}

/* ==========================
   Contact Form 7 調整
========================== */
.ordermade .ordermade-form{
  width: 100%;
  font-size: 14px;
  line-height: 1.8;
  color: #222;
}

.ordermade .ordermade-form *{
  box-sizing: border-box;
}

.ordermade .ordermade-form table.contact{
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin: 0;
}

.ordermade .ordermade-form table.contact th,
.ordermade .ordermade-form table.contact td{
  padding: 7px 0;
  vertical-align: middle;
  border: none;
}

.ordermade .ordermade-form table.contact th{
  width: 28%;
  padding-right: 22px;
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 500;
  color: #222;
}

.ordermade .ordermade-form table.contact td{
  width: 72%;
  font-size: 14px;
}

.ordermade .ordermade-form .require{
  color: #ff8d8d;
  font-size: 14px;
  font-weight: 500;
}

.ordermade .ordermade-form .wpcf7-form-control-wrap{
  display: block;
  width: 100%;
}

.ordermade .ordermade-form input[type="text"],
.ordermade .ordermade-form input[type="email"],
.ordermade .ordermade-form input[type="tel"],
.ordermade .ordermade-form textarea{
  width: 100%;
  max-width: 100%;
  border: 1px solid #d3d3d3;
  background: #fff;
  border-radius: 0;
  padding: 10px 12px;
  font-size: 14px !important;
  line-height: 1.6;
  font-weight: 400;
  color: #111;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

.ordermade .ordermade-form input[type="text"],
.ordermade .ordermade-form input[type="email"],
.ordermade .ordermade-form input[type="tel"]{
  height: 32px;
}

.ordermade .ordermade-form textarea{
  min-height: 250px;
  resize: vertical;
}

/* お問い合わせページ名 */
.ordermade .ordermade-form td.orderdic input[type="text"]{
  width: 230px;
  max-width: 100%;
  font-size: 14px !important;
  font-weight: 700;
  padding: 8px 12px;
}

/* Private: を消したい場合 */
.ordermade .ordermade-form td.orderdic .wpcf7-form-control-wrap::before{
  content: none !important;
}

.ordermade .ordermade-form input[readonly]{
  background: #fff;
}

/* チェック文 */
.ordermade .ordermade-form__accept{
  margin: 16px 0 10px;
  font-size: 14px !important;
  line-height: 1.8;
  color: #222;
  font-weight: 400;
}

.ordermade .ordermade-form__accept .wpcf7-list-item{
  margin: 0;
}

.ordermade .ordermade-form__accept .wpcf7-list-item-label{
  font-size: 14px !important;
  line-height: 1.8;
  font-weight: 400;
}

.ordermade .ordermade-form__accept input[type="checkbox"]{
  margin-right: 8px;
  transform: scale(1);
}

/* プライバシー文 */
.ordermade .ordermade-form__privacy{
  margin: 0 0 20px;
  font-size: 14px !important;
  line-height: 1.8;
  color: #222;
  font-weight: 400;
}

.ordermade .ordermade-form__privacy a{
  color: #222;
  text-decoration: underline;
}

/* 送信ボタン */
.ordermade .ordermade-form__submit{
  text-align: center;
}

.ordermade .ordermade-form input.sub-btn,
.ordermade .ordermade-form .sub-btn{
  display: inline-block;
  min-width: 190px;
  padding: 14px 22px;
  border: none;
  background: #4b4f4f;
  color: #fff;
  font-size: 13px !important;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: opacity .2s ease;
}

.ordermade .ordermade-form input.sub-btn:hover,
.ordermade .ordermade-form .sub-btn:hover{
  opacity: .88;
}

.ordermade .ordermade-form .wpcf7-spinner{
  display: block;
  margin: 10px auto 0;
}

.ordermade .ordermade-form .wpcf7-not-valid-tip{
  margin-top: 4px;
  font-size: 12px !important;
  line-height: 1.5;
}

.ordermade .ordermade-form .wpcf7-response-output{
  margin: 18px 0 0;
  font-size: 13px !important;
  line-height: 1.7;
}

/* SP */
@media (max-width: 767px){
  .ordermade .ordermade-form table.contact,
  .ordermade .ordermade-form table.contact tbody,
  .ordermade .ordermade-form table.contact tr,
  .ordermade .ordermade-form table.contact th,
  .ordermade .ordermade-form table.contact td{
    display: block;
    width: 100%;
  }

  .ordermade .ordermade-form table.contact tr{
    margin-bottom: 12px;
  }

  .ordermade .ordermade-form table.contact th{
    padding: 0 0 6px;
    text-align: left;
    font-size: 13px;
  }

  .ordermade .ordermade-form table.contact td{
    padding: 0;
  }

  .ordermade .ordermade-form input[type="text"],
  .ordermade .ordermade-form input[type="email"],
  .ordermade .ordermade-form input[type="tel"]{
    height: 40px;
    font-size: 14px !important;
  }

  .ordermade .ordermade-form textarea{
    min-height: 180px;
    font-size: 14px !important;
  }

  .ordermade .ordermade-form td.orderdic input[type="text"]{
    width: 100%;
  }

  .ordermade .ordermade-form__accept,
  .ordermade .ordermade-form__privacy{
    font-size: 13px !important;
    line-height: 1.75;
  }

  .ordermade .ordermade-form input.sub-btn,
  .ordermade .ordermade-form .sub-btn{
    width: 100%;
    max-width: 260px;
    min-width: 0;
    font-size: 13px !important;
  }
}