@charset "utf-8";
/* CSS Document */

/* =========================
  ページトップ位置調整
========================= */
.fs-body-custom {
  padding-top:250px;
}
@media (max-width: 435px) {
  .fs-body-custom {
    padding-top: 280px;
  }
}

/* =========================
  ページ見出し
========================= */
.fs-c-heading--page {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS 明朝", serif;
  color: #000;
  font-size: 28px;
  font-weight: 700;
}

/* =========================
  フリーページ用パンくず
========================= */

.free-breadcrumb {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 30px;
  padding: 16px 0 0;
  box-sizing: border-box;
}

.free-breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.free-breadcrumb li {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.6;
  /*color: #666;*/
}

/* futureshopが自動出力する区切り記号 */
.free-breadcrumb li::before,
.free-breadcrumb li::after {
  color: #999;
}

.free-breadcrumb a {
  /*color: #555;*/
  text-decoration: none;
  transition: color 0.3s ease;
}

.free-breadcrumb a:hover {
  color: #8a6a45;
  text-decoration: underline;
}

.free-breadcrumb [aria-current="page"] {
  color: #333;
}

/* スマートフォン */
@media screen and (max-width: 767px) {
  .free-breadcrumb {
    margin-bottom: 20px;
    padding: 15px 0;
    overflow-x: auto;
  }

  .free-breadcrumb ul {
    flex-wrap: nowrap;
    width: max-content;
    min-width: 100%;
  }

  .free-breadcrumb li {
    flex-shrink: 0;
    font-size: 12px;
  }
}

/* ==============================
  会社概要
============================== */

.profile_area {
  max-width: 1000px;
  margin: 0 auto;
  padding: 56px 20px 80px;
  color: #333;
  line-height: 1.8;
}

.profile_area .h2_ttl {
  margin: 0 0 36px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #222;
  position: relative;
}

.profile_area .h2_ttl::after {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  margin: 16px auto 0;
  background: #b89b5e;
  border-radius: 999px;
}

/* テーブル */
.profile_contents_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border: 1px solid #e6e1d8;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.profile_contents_table tr {
  display: table-row;
}

.profile_contents_table th,
.profile_contents_table td {
  padding: 22px 26px;
  border-bottom: 1px solid #eee8df;
  vertical-align: top;
  font-size: 15px;
}

.profile_contents_table tr:last-child th,
.profile_contents_table tr:last-child td {
  border-bottom: none;
}

.profile_contents_table th {
  width: 220px;
  background: #f8f5ef;
  color: #3a3328;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
}

.profile_contents_table td {
  background: #fff;
  color: #333;
}

/* リンク */
.profile_contents_table a {
  color: #8a6f35;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: opacity 0.2s ease;
}

.profile_contents_table a:hover {
  opacity: 0.7;
}

/* 所在地 */
.address_cell {
  padding: 0;
}

.address {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.address p {
  margin: 0;
}

.address iframe {
  display: block;
  width: 100%;
  height: 300px;
  border-radius: 10px;
}

/* 汎用flex */
.flex_row {
  display: flex;
  gap: 20px;
}

.address_img {
  align-items: flex-start;
}

/* ==============================
  スマホ対応
============================== */

@media screen and (max-width: 768px) {
  .profile_area {
    padding: 40px 16px 64px;
  }

  .profile_area .h2_ttl {
    margin-bottom: 28px;
    font-size: 24px;
  }

  .profile_contents_table {
    border-radius: 12px;
  }

  .profile_contents_table,
  .profile_contents_table tbody,
  .profile_contents_table tr,
  .profile_contents_table th,
  .profile_contents_table td {
    display: block;
    width: 100%;
  }

  .profile_contents_table tr {
    border-bottom: 1px solid #eee8df;
  }

  .profile_contents_table tr:last-child {
    border-bottom: none;
  }

  .profile_contents_table th,
  .profile_contents_table td {
    border-bottom: none;
    padding: 14px 18px;
    font-size: 14px;
  }

  .profile_contents_table th {
    background: #f8f5ef;
    color: #3a3328;
    font-size: 13px;
    letter-spacing: 0.04em;
  }

  .profile_contents_table td {
    padding-top: 16px;
    padding-bottom: 20px;
  }

  .sp_flex_col {
    flex-direction: column;
  }

  .address {
    gap: 14px;
  }

  .address iframe {
    height: 240px;
    border-radius: 8px;
  }
}

@media screen and (max-width: 480px) {
  .profile_area {
    padding-left: 12px;
    padding-right: 12px;
  }

  .profile_area .h2_ttl {
    font-size: 22px;
  }

  .profile_contents_table th,
  .profile_contents_table td {
    padding-left: 16px;
    padding-right: 16px;
  }

  .address iframe {
    height: 220px;
  }
}

/* ==============================
  お問い合わせ（フォームメーラー）
============================== */

.contact-form-area {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px 80px;
  color: #333;
  font-size: 16px;
  line-height: 1.7;
  box-sizing: border-box;
}

.contact-form-area *,
.contact-form-area *::before,
.contact-form-area *::after {
  box-sizing: border-box;
}

.contact-form-area form {
  width: 100%;
  margin: 0;
}

/* 説明文 */
.contact-form-intro{
  margin:0 0 32px;
}

.contact-form-intro p{
  margin:0 0 24px;
  color:#333;
  font-size:15px;
  line-height:2;
}

/* 注意事項 */
.contact-form-caution{
  margin:0;
  padding:18px 22px;
  list-style:none;
  background:#FBFAF6;
  border:1px solid #e6dfd3;
  border-left:4px solid #8b1e1e;
  border-radius:4px;
}

.contact-form-caution li{
  position:relative;
  padding-left:1.3em;
  margin-bottom:10px;
  color:#555;
  font-size:14px;
  font-weight: 700;
  line-height:1.8;
}

.contact-form-caution li:last-child{
  margin-bottom:0;
}

.contact-form-caution li::before{
  content:"※";
  position:absolute;
  left:0;
  color:#b84a4a;
  font-weight:700;
}

/* お問い合わせ内容下の注意事項 */
.contact-form-caution--single{
  margin-top:16px;
}

.contact-form-caution--single ul{
  margin:0;
  padding:0;
  list-style:none;
}

.contact-form-caution--single li{
  position:relative;
  padding-left:1.3em;
  margin:0;
  color:#555;
  font-size:14px;
  line-height:1.8;
}

.contact-form-caution--single li::before{
  content:"※";
  position:absolute;
  left:0;
  color:#b84a4a;
  font-weight:700;
}

/* 必須項目の案内 */
.contact-form-note {
  margin: 0 0 20px;
  color: #666;
  font-size: 14px;
  text-align: right;
}

/* フォーム本体 */
.contact-form-list {
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #fff;
}

/* 項目1行 */
.contact-form-row {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  border-bottom: 1px solid #ddd;
}

.contact-form-row:last-child {
  border-bottom: 0;
}

/* 項目名 */
.contact-form-label {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 26px 24px;
  background-color: #FBFAF6;
  color: #333;
  font-weight: 600;
}

.contact-form-label label,
.contact-form-label > span:first-child {
  flex: 1;
}

/* 入力エリア */
.contact-form-field {
  min-width: 0;
  padding: 24px 28px;
  background-color: #fff;
}

/* 必須・任意ラベル */
/*
.contact-form-required,
.contact-form-optional {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  padding: 2px 7px;
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
  white-space: nowrap;
}

.contact-form-required {
  background-color: #b84a4a;
}
.contact-form-optional {
  background-color: #777;
}
*/
.contact-form-required {
    display: inline-block;
    /*margin-left: 8px;*/
    padding: 2px 3px;
    border-radius: 999px;
    color: #b64b3f;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}
.contact-form-required::before {
    content: "*";
    /*display: block;*/
    font-size: 1.2em;
    text-indent: 0;
}

/* 入力欄共通 */
.contact-form-area input[type="text"],
.contact-form-area input[type="email"],
.contact-form-area input[type="tel"],
.contact-form-area select,
.contact-form-area textarea {
  display: block;
  width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 11px 14px;
  border: 1px solid #bbb;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.6;
  appearance: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.contact-form-area input[type="text"]:hover,
.contact-form-area input[type="email"]:hover,
.contact-form-area input[type="tel"]:hover,
.contact-form-area select:hover,
.contact-form-area textarea:hover {
  border-color: #888;
}

.contact-form-area input[type="text"]:focus,
.contact-form-area input[type="email"]:focus,
.contact-form-area input[type="tel"]:focus,
.contact-form-area select:focus,
.contact-form-area textarea:focus {
  border-color: #1e5d9b;
  outline: none;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(30, 93, 155, 0.12);
}

.contact-form-area input::placeholder,
.contact-form-area textarea::placeholder {
  color: #999;
  opacity: 1;
}

/* セレクトボックス */
.contact-form-area select {
  max-width: 320px;
  padding-right: 46px;
  cursor: pointer;
  background-image:
    linear-gradient(45deg, transparent 50%, #555 50%),
    linear-gradient(135deg, #555 50%, transparent 50%);
  background-position:
    calc(100% - 19px) 50%,
    calc(100% - 13px) 50%;
  background-size:
    6px 6px,
    6px 6px;
  background-repeat: no-repeat;
}

/* テキストエリア */
.contact-form-area textarea {
  min-height: 220px;
  resize: vertical;
}

/* 姓名 */
.contact-form-name {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
}

.contact-form-name-item {
  display: flex;
  flex: 1 1 220px;
  align-items: center;
  gap: 10px;
  font-weight: 400;
}

.contact-form-name-item > span {
  flex: 0 0 auto;
  color: #555;
}

.contact-form-name-item input {
  min-width: 0;
}

/* 住所 */
.contact-form-address-item {
  margin-bottom: 22px;
}

.contact-form-address-item:last-child {
  margin-bottom: 0;
}

.contact-form-sub-label {
  display: block;
  margin-bottom: 7px;
  color: #555;
  font-size: 14px;
  font-weight: 600;
}

/* 郵便番号 */
.contact-form-zip {
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact-form-zip input {
  flex: 0 0 auto;
  width: auto;
}

.contact-form-zip input[name="field_52183_zip1"],
.contact-form-zip input[name="field_52199_zip1"] {
  width: 90px;
}

.contact-form-zip input[name="field_52183_zip2"],
.contact-form-zip input[name="field_52199_zip2"] {
  width: 110px;
}

/* 市区町村・建物名 */
.contact-form-area input[name="field_52183_addr1"],
.contact-form-area input[name="field_52183_addr2"],
.contact-form-area input[name="field_52199_addr1"],
.contact-form-area input[name="field_52199_addr2"] {
  max-width: 600px;
}

.contact-form-address-note {
  margin: 7px 0 0;
  color: #777;
  font-size: 13px;
  line-height: 1.6;
}

/* 電話番号・メールアドレス */
.contact-form-area input[name="field_52184"],
.contact-form-area input[name="field_52180"],
.contact-form-area input[name="field_52200"],
.contact-form-area input[name="field_52198"] {
  max-width: 500px;
}

/* ボタンエリア */
.contact-form-submit {
  margin-top: 40px;
  text-align: center;
}

/* 確認ボタン */
.contact-form-area input[type="submit"] {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS 明朝", serif !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 340px;
  min-height: 56px;
  margin: 0;
  padding: 14px 30px;
  border: 1px solid #888;
  border-radius: 4px;
  background-color: #fff;
  color: #000;
  font-family: inherit;
  font-size: 1.4em;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  cursor: pointer;
  appearance: none;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.contact-form-area input[type="submit"]:hover {
  background-color: #888;
  color: #fff;
}

.contact-form-area input[type="submit"]:focus-visible {
  outline: 3px solid rgba(30, 93, 155, 0.25);
  outline-offset: 3px;
}

/* ========================================
   スマートフォン
======================================== */

@media screen and (max-width: 767px) {
  .contact-form-area {
    padding: 24px 16px 60px;
    font-size: 15px;
  }

  .contact-form-note {
    margin-bottom: 14px;
    font-size: 13px;
    text-align: left;
  }

  .contact-form-list {
    border-radius: 4px;
  }

  .contact-form-row {
    display: block;
  }

  .contact-form-label {
    align-items: center;
    padding: 14px 16px;
  }

  .contact-form-field {
    padding: 18px 16px 24px;
  }

  .contact-form-area input[type="text"],
  .contact-form-area input[type="email"],
  .contact-form-area input[type="tel"],
  .contact-form-area select,
  .contact-form-area textarea {
    font-size: 16px;
  }

  .contact-form-name {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .contact-form-name-item {
    display: block;
    min-width: 0;
  }

  .contact-form-name-item > span {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
  }

  .contact-form-zip {
    gap: 6px;
  }

  .contact-form-zip input[name="field_52183_zip1"] {
    width: 80px;
  }

  .contact-form-zip input[name="field_52183_zip2"] {
    width: 100px;
  }

  .contact-form-address-item {
    margin-bottom: 18px;
  }

  .contact-form-area select {
    max-width: 100%;
  }

  .contact-form-area textarea {
    min-height: 180px;
  }

  .contact-form-submit {
    margin-top: 30px;
  }

  .contact-form-area input[type="submit"] {
    max-width: none;
  }
}

/* 幅の狭いスマートフォン */
@media screen and (max-width: 374px) {
  .contact-form-name {
    grid-template-columns: 1fr;
  }
}