@import url("core4.css");
@import url("palette4.css");
@import url("theme4.css");

/* =====================================
  メインコンテンツの外枠
  → 縦ラインは削除してスッキリ
===================================== */

.main-content-frame{
  width:100%;
  border-collapse:collapse;
}

/* ←ここが今回の修正ポイント */
.main-content-frame td{
  border:none;          /* 縦ライン削除 */
  padding:0 6px;
}



/* =====================================
  メインコンテンツの外枠
  → 左右にうすい縦ラインを入れる
  → ページ全体の「囲み感」を出す
===================================== */
.main-content-frame{

  /* コンテンツの横幅（サイトの基本幅） */
  width: 800;

  /* 左右の余白（文字がラインにくっつかないようにする） */
  padding: 0 20px;

  /* 背景にラインを描画（画像ではなくCSSで作っている） */
  background:

    /* 左側の縦ライン */
    linear-gradient(
      to right,          /* 左→右方向に描画 */
      #7FBF8E 0,         /* 開始位置：色あり */
      transparent 2px    /* 5pxで透明に（＝細いラインになる） */
    ),

    /* 右側の縦ライン */
    linear-gradient(
      to left,           /* 右→左方向に描画 */
      #7FBF8E 0,
      transparent 2px
    );
}







/* =====================================
  CTA全体の外枠
===================================== */
.tsumugiya-cta {
  padding: 48px 20px;
}

/* =====================================
  CTAの白いカード部分
===================================== */
.tsumugiya-cta .cta-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 36px 28px;
  background: #f7f4ef;
  border: 1px solid #e5ddd2;
  border-radius: 24px;
  box-shadow: 0 8px 24px rgba(58, 44, 34, 0.08);
  text-align: center;
}

/* =====================================
  ラベル
===================================== */
.tsumugiya-cta .cta-label {
  display: inline-block;
  margin: 0 0 14px;
  padding: 8px 14px;
  background: #eeeae7;
  color: #3a2c22;
  font-size: 0.92rem;
  font-weight: 700;
  border-radius: 999px;
}

/* =====================================
  タイトル
===================================== */
.tsumugiya-cta .cta-title {
  margin: 0 0 24px;
  padding: 20px 22px;
  background: linear-gradient(135deg, #3a2c22 0%, #5a4638 100%);
  color: #ffffff;
  font-size: 1.9rem;
  line-height: 1.6;
  font-weight: 700;
  border-radius: 14px;
  box-shadow: 0 6px 16px rgba(58, 44, 34, 0.15);
}

/* =====================================
  説明文
===================================== */
.tsumugiya-cta .cta-text {
  margin: 0 auto 28px;
  max-width: 760px;
  color: #5f534b;
  font-size: 1.2rem;
  line-height: 1.9;
}

/* =====================================
  ボタン並び
===================================== */
.tsumugiya-cta .cta-buttons {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

/* =====================================
  ボタン共通
===================================== */
.tsumugiya-cta .cta-btn {
  width: 100%;
  max-width: 340px;
  min-height: 140px;
  padding: 22px 18px;
  border-radius: 20px;
  text-decoration: none;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-sizing: border-box;
}

/* ホバー */
.tsumugiya-cta .cta-btn:hover {
  transform: translateY(-4px);
  filter: brightness(1.05);
  box-shadow: 0 12px 28px rgba(58, 44, 34, 0.14);
}

/* テキスト */
.tsumugiya-cta .cta-btn-small {
  margin-bottom: 8px;
  font-size: 1rem;
  font-weight: 700;
}

.tsumugiya-cta .cta-btn-main {
  margin-bottom: 8px;
  font-size: 1.5rem;
  font-weight: 700;
}

.tsumugiya-cta .cta-btn-note {
  font-size: 1rem;
}

/* 電話 */
.tsumugiya-cta .cta-btn-tel {
  background: linear-gradient(180deg, #3fb89c 0%, #2c9a80 100%);
  color: #ffffff;
  border: 1px solid #2a8f77;
}

/* メール */
.tsumugiya-cta .cta-btn-mail {
  background: linear-gradient(180deg, #e6b36b 0%, #d89e24 100%);
  color: #ffffff;
  border: 1px solid #c48a1c;
}

/* =====================================
  スマホ対応
===================================== */
@media (max-width: 767px) {

  .tsumugiya-cta {
    padding: 32px 16px;
  }

  .tsumugiya-cta .cta-inner {
    padding: 28px 18px;
  }

  .tsumugiya-cta .cta-title {
    font-size: 1.45rem;
  }

  .tsumugiya-cta .cta-text {
    font-size: 0.96rem;
  }
}

/* =====================================
  ロゴ装飾
===================================== */
.logo-img{
  width:80%;
  display:block;
  margin:0 auto;

  border-radius:12px;
  box-shadow:0 4px 20px rgba(0,0,0,0.08);
  background:#fff;
}


/* =====================================
  ロゴ装飾
===================================== */
.logo-img2{
  width:85%;
  display:block;
  margin:0 auto;

  border-radius:12px;
  box-shadow:0 4px 20px rgba(0,0,0,0.20);
  background:#fff;
}


.catch{
  color:#333; /* 全体は落ち着いた黒 */
  font-weight:bold;
}


.accent{
  color:#4CAF50;
}




.example {/*親div*/
  position: relative;/*相対配置*/
  }


.example pp {
  position: absolute;
  color: black;/*文字は黒に*/
  font-weight: bold; /*太字に*/

  font-size: 2.0em;/*サイズ2倍*/
  font-family :Quicksand, sans-serif;/*Google Font*/
  top: 50px;
  left: 24%;

  }
.example ppp {
  position: absolute;
  color: black;/*文字は黒に*/
  font-weight: bold; /*太字に*/

  font-size: 1.5em;/*サイズ2倍*/
  font-family :Quicksand, sans-serif;/*Google Font*/
  top: 120px;
  left: 12%;

  }
.example pppp {
  position: absolute;
  color: black;/*文字は黒に*/
  font-weight: bold; /*太字に*/

  font-size: 1.5em;/*サイズ2倍*/
  font-family :Quicksand, sans-serif;/*Google Font*/
  top: 170px;
  left: 12%;

  }

.example ppppp {
  position: absolute;
  color: black;/*文字は黒に*/
  font-weight: bold; /*太字に*/
  font-size: 1.5em;/*サイズ2倍*/
  font-family :Quicksand, sans-serif;/*Google Font*/

  top: 220px;
  left: 12%;
  }

.example pppppp {
  position: absolute;
  color: black;/*文字は黒に*/
  font-weight: bold; /*太字に*/

  font-size: 1.5em;/*サイズ2倍*/
  font-family :Quicksand, sans-serif;/*Google Font*/

  top: 270px;
  left: 12%;
  }


.example ppppppp {
  position: absolute;
  color: black;/*文字は黒に*/
  font-weight: bold; /*太字に*/

  font-size: 1.5em;/*サイズ2倍*/
  font-family :Quicksand, sans-serif;/*Google Font*/
  top: 320px;
  left: 12%;


  }


.example pppppppp {
  position: absolute;
  color: black;/*文字は黒に*/
  font-weight: bold; /*太字に*/

  font-size: 1.5em;/*サイズ2倍*/
  font-family :Quicksand, sans-serif;/*Google Font*/

  top: 370px;
  left: 12%;
  }


.example ppppppppp {
  position: absolute;
  color: black;/*文字は黒に*/
  font-weight: bold; /*太字に*/

  font-size: 1.5em;/*サイズ2倍*/
  font-family :Quicksand, sans-serif;/*Google Font*/

  top: 420px;
  left: 12%;
  }


.example pppppppppp {
  position: absolute;
  color: black;/*文字は黒に*/
  font-weight: bold; /*太字に*/

  font-size: 1.5em;/*サイズ2倍*/
  font-family :Quicksand, sans-serif;/*Google Font*/

  top: 470px;
  left: 12%;
  }


.example td{
    vertical-align: top;
}

.profile-img{
  width:150px;

  border-radius:12px;

  /* 影をほぼ消す */
  box-shadow:0 4px 12px rgba(0,0,0,0.05);

  /* 枠をうっすらだけ */
  border:1px solid rgba(0,0,0,0.05);
}






