@charset "utf-8";
.cate2 .topbox{
    max-width: 1280px;
}
.faq_list {
  gap: 20px;
}
.faq_list .box {
  margin-bottom: 20px;
}
.faq_list .box .qbox {
  cursor: pointer;
  position: relative;
  padding: 10px 5px;
  padding-right: 30px;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 20px;
}
.faq_list .box .qbox .icon {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.faq_list .box .qbox .icon::before, .faq_list .box .qbox .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #555555;
  transition: ease 0.3s;
}
.faq_list .box .qbox .icon::before {
  width: 100%;
  height: 2px;
}
.faq_list .box .qbox .icon::after {
  height: 100%;
  width: 2px;
}
.faq_list .box .qbox.active .icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq_list .box .abox {
  margin-top: 10px;
  background-color: #141C24;
  padding: 20px;
}
body.on .faq_list .box .abox {
  display: none;
}
@media screen and (max-width: 576px) {
  .faq_list .box .qbox {
    padding-right: 20px;
  }
  .faq_list .box .qbox .icon {
    width: 15px;
    height: 15px;
  }
}
.column2_con1 {
  gap: 80px;
  width: 100%;
}
.column2_con1:not(:last-child) {
  margin-bottom: clamp(40px, 8vw, 100px);
}
.column2_con1 .imgbox {
  width: calc(35% - 80px / 2);
  aspect-ratio: 280 / 360; /* 比率固定 */
  overflow: hidden;
}
.column2_con1 .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 画像が比率内に綺麗に収まる */
}
.column2_con1 .txtbox {
  width: calc(65% - 80px / 2);
}
.column2_con1 .topbox {
  max-width: 1280px;
  width: 100%;
}
.topbox .namebox {
  justify-content: flex-start;
  gap: 15px;
}
.topbox .namebox .jp {
  margin-bottom: 10px;
}
.column2_con1 .jobbox {
  color: #E0DDD6;
}
.column2_con1 .topbox .namebox .jp {
  padding-bottom: 10px;
}
.column2_con1 .topbox .txtbox .default_txt2 {
  color: #C8C4B9;
}
/* 1280px 以下 */
@media screen and (max-width: 1280px) {
  .column2_con1 {
    gap: 60px;
  }
  .column2_con1 .imgbox {
    width: calc(35% - 60px / 2);
  }
  .column2_con1 .txtbox {
    width: calc(65% - 60px / 2);
  }
}
/* 768px 以下 */
@media screen and (max-width: 768px) {
  .column2_con1 {
    gap: 20px;
  }
  .column2_con1 .imgbox {
    width: 70%;
  }
  .column2_con1 .txtbox {
    width: 90%;
  }
  .topbox .namebox {
    justify-content: flex-start;
    gap: 15px;
  }
}
.access_a1 .txtbox {
  align-items: flex-start;
  flex-direction: column;
}
.access_a1 .txtbox p {
  font-family: "Noto Sans", sans-serif;
}
.access_a1 .map-card {
  width: 100%;
  margin: 0 auto;
  flex-direction: column;
  max-width: 800px;
}
/* 地図フレーム（角丸＋ブルーの線） */
.access_a1 .map-frame {
  position: relative;
  width: 100%;
}
/* 画像でもiframeでもOK */
.access_a1 .map-frame iframe, .access_a1 .map-frame img {
  display: block;
  width: 100%;
  height: clamp(300px, 50vw, 500px);
  border: 0;
}
@media screen and (max-width: 576px) {
  .access_a1 .company-info-wrap {
    width: 90%;
  }
  .access_a1 .history-item::before {
    width: 10px;
    height: 10px;
    left: -2.25em;
  }
}
.salon_grid {
  max-width: 1280px;
  margin: 20px auto;
  display: grid;
  grid-template-columns: 1fr 1.5fr; /* 左：右の幅比 */
  grid-auto-rows: minmax(0, 1fr); /* 行の高さのベース */
  gap: 20px;
}
/* 各画像ボックス共通 */
.salon_grid .imgbox {
  position: relative;
  overflow: hidden;
}
/* 行の高さを決める（全imgbox共通の比率） */
.salon_grid .imgbox::before {
  content: "";
  display: block;
  padding-top: 60%; /* 行の高さ（好みで調整） */
}
/* 3枚目だけ 2行分を縦にまたぐ → 左1・2枚目は高さ1/2になる */
.salon_grid .imgbox:nth-child(3) {
  grid-column: 2 / 3;
  grid-row: 1 / span 2;
}
/* 1枚目・2枚目は col1,row1 / col1,row2 に自動配置 */
/* 画像トリミング */
.salon_grid .imgbox img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.company_c1 .companywrap {
  width: 100%;
}
.company_c1 .companywrap .boxwrap {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}
.company_c1 .companywrap .boxwrap .box {
  justify-content: flex-start;
  align-items: stretch;
}
.company_c1 .companywrap .boxwrap .box > div {
  justify-content: flex-start;
  align-items: center;
  padding: 40px 0;
}
.company_c1 .companywrap .boxwrap .box .title1 {
  width: 250px;
  border-bottom: 1px solid #403828;
}
.company_c1 .companywrap .boxwrap .box .title1 .title_txt {
  color: #9F8554;
  letter-spacing: 0;
}
.company_c1 .companywrap .boxwrap .box .txtbox {
  width: calc(100% - 250px);
  padding-left: 10px;
  border-bottom: 1px solid #555;
}
.company_c1 .companywrap .boxwrap .box .txtbox p {
  letter-spacing: 0;
  font-family: "Noto Sans", sans-serif;
  color: #E0DDD6;
}
@media screen and (max-width: 576px) {
  .company_c1 .companywrap .boxwrap .box {
    padding-bottom: 20px;
  }
  .company_c1 .companywrap .boxwrap .box > div {
    padding: 20px 0;
  }
  .company_c1 .companywrap .boxwrap .box .title1 {
    width: 100%;
  }
  .company_c1 .companywrap .boxwrap .box .txtbox {
    width: 100%;
    padding-left: 0px;
  }
  .company_c1 .companywrap .boxwrap .box .title1 {
    border-bottom: 1px solid #777;
  }
}
/* ---------- contact-form_a ---------- */
.contact-form_a .form-box .box-wrap .box:not(.filebox) .inputbox > input, .contact-form_a .form-box .box-wrap .box .inputbox textarea {
  background-color: #141C24;
  color: #fff;
}
.contact-form_a .form-box .box-wrap .box:not(.filebox) .inputbox > input::placeholder, .contact-form_a .form-box .box-wrap .box .inputbox textarea::placeholder {
  color: #ccc;
}
.contact-form_a .check-area {
  text-align: center;
}
.contact-form_a .check-area {
  margin-bottom: clamp(40px, 5vw, 50px);
  padding-top: clamp(10px, 3vw, 40px);
}
.contact-form_a .privacy-bt {
  cursor: pointer;
  margin-left: 10px;
}
/* 全体センター寄せ */
.contact-form_a .send {
  display: flex;
  justify-content: center;
}
/* 枠付きボタン本体 */
.contact-form_a .send .send-bt {
  position: relative;
  width: clamp(240px, 30vw, 360px);
  padding: 22px 40px;
  border: 1px solid rgba(226, 219, 204, 0.6);
  border-radius: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px; /* 丸アイコンとテキストの間 */
  transition: border-color .25s ease;
}
/* クリック領域用の透明ボタン */
.contact-form_a .send .send-bt button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0;
  cursor: pointer;
  border: none;
}
/* テキスト */
.contact-form_a .send .send-bt .default_txt {
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.18em;
  color: #e2dbcc;
  transition: color .25s ease;
}
/* 丸アイコン部分 */
.contact-form_a .send .send-bt .icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid rgba(226, 219, 204, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: border-color .25s ease;
}
/* 矢印SVG */
.contact-form_a .send .send-bt .icon img {
  display: block;
  width: 18px;
  height: auto;
  transform: translateX(-10px); /* ちょい左寄せ */
  transition: transform .3s ease;
}
/* hover：枠＆文字＆丸アイコンを少し明るく、矢印を右へスライド */
.contact-form_a .send .send-bt:hover {
  border-color: rgba(226, 219, 204, 0.9);
}
.contact-form_a .send .send-bt:hover .default_txt {
  color: #f5efe4;
}
.contact-form_a .send .send-bt:hover .icon {
  border-color: #f5efe4;
}
.contact-form_a .send .send-bt:hover .icon img {
  transform: translateX(-4px);
}
/* ---------- contact-form_a ---------- */
.contact-form_a .send, .contact-form_a .check-area {
  text-align: center;
}
.contact-form_a .check-area {
  margin-bottom: clamp(40px, 5vw, 50px);
  padding-top: clamp(10px, 3vw, 40px);
}
.contact-form_a .privacy-bt {
  cursor: pointer;
  margin-left: 10px;
}
.contact-form_a .send .send-bt:hover::after {
  transform: translate(3px, -50%);
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {

}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {
.subnav_inner {
    justify-content: center;}}
}
@media screen and (max-width: 768px) {
 
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
  .column2_con1 .imgbox {
    width: 90%;
  }
  .column2_con1 .txtbox {
    width: 100%;
  }
    
    .salon_grid {
        gap: 10px;}
        
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}