/*
Theme Name: ふじた精肉店管理画面
Theme URI: ""
Author: Carameru.
Author URI: 
Description: 管理画面
Version: 1.0
*/
@charset "UTF-8";
* {
  font-size: 62.5%;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

a {
  color: inherit;
  text-decoration: none;
}

body {
  font-family: "Inter", sans-serif;
  color: #333;
  background-color: #fafafa;
  padding: 0;
  margin: 0;
}

section.news-sec,
section.description-sec,
section.charm-sec,
section.kodawari-sec,
section.concept-sec,
section.store-sec,
section.uservoice-sec,
section.mobile-sec,
section.access-sec,
section.store-bg {
  padding: 6% 0;
}

section h2.section-title,
div.dummy-bg > div.abs-contents > h2 {
  font-size: 4rem;
  margin: 50px auto;
  text-align: center;
  color: #ffffff;
}

a.link-btn {
  display: inline-flex;
  justify-content: center; /* テキスト左、矢印右 */
  align-items: center;
  width: 200px; /* ボタンの横幅（調整） */
  padding: 0.8em 1em;
  border: 1px solid #ffffff;
  text-decoration: none;
  color: #ffffff;
  padding: 1.5% 3%;
  font-size: 2rem;
}
a.link-btn .arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  font-weight: bold;
  line-height: 1;
  margin-left: 10px;
}

section.key-mv {
  background: url("./images/MV.jpg") no-repeat center center;
  background-size: cover;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.key-mv .key-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
section.key-mv .key-contents img {
  width: 200px;
  height: auto;
}
section.key-mv .key-contents .text-box {
  margin-top: 40px;
  color: #ffffff;
}
section.key-mv .key-contents .text-box .text-head {
  font-size: 4.8rem;
  font-style: 100;
  margin-bottom: 0.4em;
}
section.key-mv .key-contents .text-box .text-bottom {
  font-size: 2.4rem;
  margin-bottom: 1.5em;
}

section.news-sec {
  background-color: #000;
}
section.news-sec h2 {
  color: #C0AFFF;
}
section.news-sec .news-contents {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
section.news-sec .news-contents .fuji-img {
  width: 100%;
  margin: 0 auto;
}
section.news-sec .news-contents .fuji-img img {
  width: 120px;
  height: auto;
}
section.news-sec .news-contents .news-list {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  border-top: 1px solid #ddd;
  width: 70%;
}
section.news-sec .news-contents .news-list .news-item {
  display: flex;
  align-items: center;
  gap: 1.5em;
  padding: 20em 0;
  border-bottom: 1px solid #cbbfb3;
}
section.news-sec .news-contents .news-list .news-item .news-date {
  font-size: 1.6rem;
  color: #C0AFFF;
  flex-shrink: 0;
  width: 7em;
  font-weight: 100;
}
section.news-sec .news-contents .news-list .news-item .news-link {
  font-size: 1.6rem;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s;
}
section.news-sec .news-contents .news-list .news-item .news-link:hover {
  color: #8b0000;
  text-decoration: underline;
}
section.news-sec .news-contents a.link-btn {
  margin-top: 40px;
}

section.description-sec {
  background: url("./images/Section01-bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 6rem 0;
}
section.description-sec .description-contents {
  display: flex;
  justify-content: flex-end; /* デフォルトは右寄せ */
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
section.description-sec .description-contents .description-box {
  display: flex;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 5rem 10rem;
  width: 70%; /* 右端・左端の余白 */
  position: relative;
  min-height: 300px;
  margin-top: 4%;
}
section.description-sec .description-contents .description-box .left-contents {
  color: #fff;
  flex: 1;
  text-align: left;
  margin-top: 6%;
}
section.description-sec .description-contents .description-box .left-contents .top {
  display: flex;
  align-items: baseline;
  gap: 1.5em;
  margin-bottom: 2em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 10px;
}
section.description-sec .description-contents .description-box .left-contents .top .num {
  font-size: 6rem;
  color: #706A84;
  margin-right: 2%;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
}
section.description-sec .description-contents .description-box .left-contents .top .under-text {
  font-size: 2.4rem;
}
section.description-sec .description-contents .description-box .left-contents .bottom {
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  line-height: 1.8;
  opacity: 0.9;
}
section.description-sec .description-contents .description-box .right-contents {
  flex: 0 0 40%;
  max-width: 500px;
}
section.description-sec .description-contents .description-box .right-contents img {
  width: 100%;
  display: block;
}
section.description-sec .description-contents {
  /* ---------- 左固定（reverseクラス） ---------- */
}
section.description-sec .description-contents.reverse {
  justify-content: flex-start; /* 左寄せに変更 */
}
section.description-sec .description-contents.reverse .description-box {
  flex-direction: row-reverse; /* 画像とテキストを左右反転 */
}
section.description-sec .description-contents.reverse .description-box .left-contents {
  flex: 0 0 40%;
  max-width: 500px;
  margin-top: 0;
}
section.description-sec .description-contents.reverse .description-box .left-contents img {
  width: 100%;
  display: block;
}
section.description-sec .description-contents.reverse .description-box .right-contents {
  color: #fff;
  flex: 1;
  text-align: left;
  margin-top: 6%;
}
section.description-sec .description-contents.reverse .description-box .right-contents .top {
  display: flex;
  align-items: baseline;
  gap: 1.5em;
  margin-bottom: 2em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 10px;
}
section.description-sec .description-contents.reverse .description-box .right-contents .top .num {
  font-size: 6rem;
  margin-right: 2%;
  color: #706A84;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
}
section.description-sec .description-contents.reverse .description-box .right-contents .top .under-text {
  font-size: 2.4rem;
}
section.description-sec .description-contents.reverse .description-box .right-contents .bottom {
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  line-height: 1.8;
  opacity: 0.9;
}

section.charm-sec {
  background: url("./images/Section-02-bg.jpg") no-repeat center center;
  background-size: cover;
}
section.charm-sec .charm-contents {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 80%;
  margin-left: 0;
  margin-right: auto;
}
section.charm-sec .charm-contents .charm-box {
  background-color: #000;
  padding-left: 6%;
  display: flex;
  align-items: center;
  position: relative;
}
section.charm-sec .charm-contents .charm-box .fuji-bg {
  top: 0;
  left: 0;
  z-index: 1;
}
section.charm-sec .charm-contents .charm-box .fuji-bg img {
  width: 30%;
}
section.charm-sec .charm-contents .charm-box .left-contents {
  margin-left: 20%;
}
section.charm-sec .charm-contents .charm-box .left-contents .top {
  display: flex;
  align-items: baseline;
  gap: 1.5em;
  margin-bottom: 2em;
  color: #ffffff;
  font-weight: bold;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 10px;
}
section.charm-sec .charm-contents .charm-box .left-contents .top .num {
  font-size: 9rem;
  color: #C0AFFF;
  font-family: serif;
  line-height: 1em;
}
section.charm-sec .charm-contents .charm-box .left-contents .top div.under-text {
  font-size: 2.8rem;
  color: #ffffff;
  line-height: 2.5em;
  margin-left: 1%;
}
section.charm-sec .charm-contents .charm-box .left-contents .bottom {
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 1.6;
  padding-top: 10px;
  margin-right: 5%;
}
section.charm-sec .charm-contents .charm-box .right-contents {
  margin-right: 6%;
  padding: 5% 0;
  max-width: 500px;
  width: 100%;
}
section.charm-sec .charm-contents .charm-box .right-contents img {
  width: 100%;
}

section.kodawari-sec {
  background: url("./images/Section-04-bg.png") no-repeat center center;
  background-size: cover;
}
section.kodawari-sec .kodawari-contents {
  text-align: center;
  color: #ffffff;
  width: 80%;
  margin: 0 auto;
}
section.kodawari-sec .kodawari-contents div {
  font-size: 1.6rem;
  margin-bottom: 45px;
}
section.kodawari-sec .kodawari-contents div:nth-child(3) {
  margin-bottom: 35px;
}
section.kodawari-sec .kodawari-contents div img {
  width: 100%;
  max-width: 700px;
}

section.concept-sec {
  background: url("./images/Section-05-bg.jpg") no-repeat center center;
  background-size: cover;
}
section.concept-sec .concept-contents {
  color: #ffffff;
  width: 40%;
  margin: 0 auto;
  margin-left: 20%;
  background-color: #ffffff;
  color: #000;
  padding-left: 2%;
  padding-right: 0%;
  padding-top: 3%;
  padding-bottom: 3%;
  position: relative;
}
section.concept-sec .concept-contents .fujita-logo {
  position: absolute;
  top: 10%;
  right: 8%;
}
section.concept-sec .concept-contents .fujita-logo img {
  width: 100%;
  max-width: 160px;
}
section.concept-sec .concept-contents div {
  margin-bottom: 20px;
}
section.concept-sec .concept-contents .head-title {
  font-size: 4rem;
}
section.concept-sec .concept-contents .ac-text {
  color: #6F1C9E;
  font-size: 2.4rem;
}
section.concept-sec .concept-contents .sub-text {
  margin-bottom: 10px;
  font-size: 1.6rem;
}

section.store-sec {
  background: url("./images/Section-06-bg.jpg") no-repeat center center;
  background-size: cover;
}
section.store-sec .section-title {
  color: #000;
}
section.store-sec .store-contents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3%;
  width: 80%;
  margin: 0 auto;
}
section.store-sec .store-contents .store-item {
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  overflow: hidden;
  padding-bottom: 2%;
  max-width: 350px;
  width: 100%;
}
section.store-sec .store-contents .store-item .store-image img {
  width: 100%;
  height: auto;
}
section.store-sec .store-contents .store-item .item-contents {
  padding-top: 3%;
  padding-left: 5%;
  padding-right: 5%;
}
section.store-sec .store-contents .store-item .item-contents .item-name {
  font-size: 2rem;
  margin-top: 2%;
  font-weight: bold;
}
section.store-sec .store-contents .store-item .item-contents .itme-desc {
  font-size: 1.2rem;
  margin-bottom: 3%;
}
section.store-sec .store-contents .store-item .item-contents .item-price {
  font-size: 2.2rem;
  font-weight: bold;
}
section.store-sec .store-contents .store-item .item-contents .itemmore-btn {
  margin-right: 0;
  margin-left: auto;
  width: 180px;
  font-size: 1.6rem;
  margin-top: 5%;
  border-bottom: 1px solid #000;
  position: relative;
  padding-bottom: 8px;
}
section.store-sec .store-contents .store-item .item-contents .itemmore-btn::after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 0;
  width: 2px;
  height: 6px;
  background: #000;
  transform: skewX(60deg);
}
section.store-sec a.store-button {
  border: 1px solid #000;
  color: #000;
  margin: 0 auto;
  text-align: center;
  display: block;
  margin-top: 4%;
  padding: 0.8% 2%;
}

section.uservoice-sec {
  background: url("./images/user-bg.png") no-repeat center center;
  background-size: cover;
  padding: 10% 0;
}

section.mobile-sec {
  background-color: #000;
  padding-bottom: 0;
}
section.mobile-sec .mobile-contents {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  margin: 0 auto;
}
section.mobile-sec .mobile-contents .left {
  padding-top: 2%;
  width: 50%;
}
section.mobile-sec .mobile-contents .left .title {
  font-size: 2.4rem;
  color: #fff;
  margin-bottom: 8%;
}
section.mobile-sec .mobile-contents .left .mobile-rec {
  display: flex;
  align-items: center;
  align-items: center;
  margin-bottom: 3%;
}
section.mobile-sec .mobile-contents .left .mobile-rec .num {
  background-color: #C9C3DE;
  border-radius: 40px;
  font-size: 1.6rem;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
}
section.mobile-sec .mobile-contents .left .mobile-rec .rec-text {
  font-size: 1.8rem;
  color: #fff;
  margin-left: 5%;
}
section.mobile-sec .mobile-contents .left .mobile-text {
  color: #fff;
  font-size: 1.5rem;
}
section.mobile-sec .mobile-contents .right {
  width: 50%;
}
section.mobile-sec .mobile-contents .right img {
  max-width: 320px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-right: 0;
  display: block;
}

section.access-sec {
  background: url("./images/Section-06-bg.jpg") no-repeat center center;
  background-size: cover;
}
section.access-sec .section-title {
  color: #000;
}
section.access-sec .access-contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5%;
  width: 70%;
  margin: 0 auto;
}
section.access-sec .access-contents .map-wrap {
  width: 100%;
  max-width: 600px; /* 任意：地図の最大幅を指定したいとき */
  margin: 0 auto; /* 中央寄せ */
  aspect-ratio: 16/9; /* 横:縦の比率（モダンブラウザ） */
  /* もしくは aspect-ratio: 4/3 など用途に合わせて変更 */
  overflow: hidden;
  border-radius: 8px; /* 任意：角丸 */
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08); /* 任意：影 */
}
section.access-sec .access-contents .map-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
section.access-sec .access-contents .access-box {
  width: 50%;
}
section.access-sec .access-contents .access-box .access-info {
  font-size: 1.8rem;
  margin-bottom: 5%;
  font-weight: bold;
  display: flex;
  align-items: center;
}
section.access-sec .access-contents .access-box .access-info .body-t {
  font-size: 1.6rem;
  background-color: #2B2B2B;
  color: #fff;
  padding: 2% 5%;
  margin-right: 3%;
  font-weight: bold;
  width: 20%;
  text-align: center;
}
section.access-sec .access-contents .access-box .access-info .sub-t {
  width: 80%;
  font-size: 1.6rem;
}

section.store-bg {
  background: url("./images/store-bg.png") no-repeat center center;
  background-size: cover;
}
section.store-bg .text-contents {
  color: #fff;
  margin: 0 auto;
  text-align: center;
}
section.store-bg .text-contents .title-t {
  font-size: 3.2rem;
  margin-bottom: 1%;
}
section.store-bg .text-contents .sub-t {
  font-size: 1.6rem;
}
section.store-bg .text-contents a.store-button {
  margin-top: 4%;
  padding: 0.8% 2%;
}

footer {
  padding: 2% 0;
}
footer .footer-logo {
  margin: 0 auto;
  text-align: center;
}
footer .footer-logo img {
  width: 100%;
  max-width: 150px;
}
footer small {
  text-align: center;
  margin: 0 auto;
  display: block;
  padding: 10px 0;
}

@media (max-width: 768px) 
{
  section h2.section-title {
    font-size: 3.6rem;
  }
  section.key-mv .key-contents img {
    max-width: 150px;
    width: 100%;
  }
  section.key-mv .key-contents .text-box .text-head {
    font-size: 2.4rem;
  }
  section.key-mv .key-contents .text-box .text-bottom {
    font-size: 1.4rem;
  }
  section.news-sec .news-contents {
    width: 90%;
  }
  section.news-sec .news-contents .fuji-img img {
    width: 100px;
  }
  section.news-sec .news-contents .news-list {
    width: 100%;
    text-align: left;
  }
  section.news-sec .news-contents .news-list .news-item {
    flex-direction: column;
    align-items: center;
  }
  section.news-sec .news-contents .news-list .news-item .news-date, section.news-sec .news-contents .news-list .news-item .news-link {
    margin-right: auto;
    margin-left: 2%;
  }
  section.description-sec .description-contents .description-box {
    flex-direction: column;
    padding: 5rem 3rem;
    width: 100%;
  }
  section.description-sec .description-contents.reverse .description-box {
    flex-direction: column-reverse;
  }
  section.kodawari-sec .kodawari-contents div {
    text-align: left;
    font-size: 1.4rem;
  }
  section.concept-sec .concept-contents {
    color: #ffffff;
    width: 80%;
    margin: 0 auto;
    /* margin-left: 20%; */
    background-color: #ffffff;
    color: #000;
    padding: 3% 4%;
    z-index: 3;
  }
  section.concept-sec .concept-contents .fujita-logo {
    z-index: -1;
    opacity: 0.2;
  }
  section.concept-sec .concept-contents .sub-text {
    font-size: 1.4rem;
  }
  section.store-sec .store-contents {
    flex-direction: column;
  }
  section.store-sec .store-contents .store-item {
    margin-bottom: 10%;
  }
  section.uservoice-sec {
    padding: 50% 0 !important;
  }
  .dummy-bg .abs-contents {
    width: 100% !important;
    position: static;
    padding: 0 !important;
  }
  .dummy-bg .abs-contents .user-flex {
    flex-wrap: wrap;
  }
  .dummy-bg .abs-contents .user-flex .user-item {
    margin-bottom: 4%;
  }
  section.mobile-sec {
    padding-bottom: 6%;
    padding-top: 4cm;
  }
  section.mobile-sec .mobile-contents {
    flex-direction: column;
    width: 90%;
  }
  section.mobile-sec .mobile-contents .left {
    width: 100%;
  }
  section.mobile-sec .mobile-contents .right {
    display: none;
  }
  section.access-sec .access-contents {
    flex-direction: column;
    width: 90%;
  }
  section.access-sec .access-contents .access-box {
    width: 100%;
  }
  section.access-sec .access-contents .access-box .access-info {
    align-items: normal;
    flex-direction: column;
  }
  section.access-sec .access-contents .access-box .access-info .body-t {
    margin-bottom: 3%;
  }
  section.store-bg .text-contents .title-t {
    font-size: 2.4rem;
  }
  section.store-bg .text-contents .sub-t {
    font-size: 1.1rem;
    margin-top: 2%;
    margin-bottom: 5%;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }


  section.news-sec .news-contents .news-list .news-item
  {
    padding: 2% 0;
  }

  section.news-sec .news-contents a.link-btn
  {
    margin-top: 25%;
  }

  section.news-sec,
  section.description-sec,
  section.charm-sec,
  section.kodawari-sec,
  section.concept-sec,
  section.store-sec,
  section.uservoice-sec,
  section.mobile-sec,
  section.access-sec,
  section.store-bg 
  {
    padding: 100px 0;
  }

  section.description-sec .description-contents .description-box .right-contents
  {
    margin: 6% 0;
  }

  .dummy-bg .abs-contents
  {
    padding-bottom: 80px!important;
  }

  section.mobile-sec
  {
    padding-top: 200px !important;
  }

  .section.store-bg .text-contents .sub-t
  {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }

  section.store-bg
  {
    background: url(./images/store-bg.png) no-repeat;
    background-size: cover;
  }
  section.kodawari-sec 
  {
    background-position-x: right;
  }

  section.kodawari-sec .kodawari-contents
  {
    width: 85%;
  }

}
.dummy-bg {
  max-height: 600px;
  height: 100%;
  position: relative;
  padding: 10% 0;
  padding-bottom: 30%;
  background-color: #ffffff;
}
.dummy-bg .abs-contents {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  width: 60%;
  background-color: #ffffff;
  padding: 2% 2%;
}
.dummy-bg .abs-contents .section-title {
  color: #000;
}
.dummy-bg .abs-contents .user-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6%;
  width: 100%;
  margin: 0 auto;
}
.dummy-bg .abs-contents .user-flex .user-item {
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s, box-shadow 0.3s;
  border-radius: 20px;
  overflow: hidden;
  max-width: 320px;
  width: 100%;
  padding: 5% 2%;
  padding-bottom: 5%;
}
.dummy-bg .abs-contents .user-flex .user-item .img-flex {
  display: flex;
  align-items: center;
  gap: 7%;
}
.dummy-bg .abs-contents .user-flex .user-item .img-flex img {
  max-width: 110px;
  width: 100%;
}
.dummy-bg .abs-contents .user-flex .user-item .img-flex .user-info {
  font-size: 2.4rem;
  font-weight: bold;
  color: #000;
  text-align: left;
}
.dummy-bg .abs-contents .user-flex .user-item .user-text {
  color: #000;
  text-align: left;
  font-size: 1.64rem;
  margin-top: 5%;
}
@media (max-width: 768px) {
  .dummy-bg .abs-contents .user-flex {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    gap: 6%;
    justify-content: flex-start;
    padding-bottom: 4%;
    scrollbar-width: none;
  }
  .dummy-bg .abs-contents .user-flex::-webkit-scrollbar {
    display: none;
  }
  .dummy-bg .abs-contents .user-flex .user-item {
    flex: 0 0 70%;
    scroll-snap-align: start;
    max-width: none;
  }
}
/*# sourceMappingURL=style.css.map */

/* news */
section.news-single,
section.news-list
{
  padding: 6% 0;
  background: url("./images/Section-04-bg.png") no-repeat center center;
  background-size: cover;

}

section.news-single article,
section.news-list .news-contents
{
  width: 80%;
  margin-left: 15%;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  color: #ffffff;
}

section.news-single article h1.news-title
{
  font-size: 4rem;
  margin: 50px auto;
  /* text-align: center; */
}

section.news-single article span.news-date
{
  font-size: 2.5rem;
  margin: 50px auto;
  margin-bottom: 0;
}


section.news-single article .news-content
{
  font-size: 3rem;
  margin-top: -10px;
}


section.news-single article .back-link
{
  font-size: 2.4rem;
  margin-top: 200px;
}


section.news-single article
{
  width: 80%;
  margin-left: 15%;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  color: #ffffff;
}


section.news-list .section-title
{
  font-size: 4rem;
  margin: 50px auto;
}

section.news-list .news-contents .date-text
{
  font-size: 2.2rem;
  margin: 50px auto;
  margin-bottom: 0;
}

section.news-list .news-contents ul li a.news-title
{
  font-size: 2.2rem;
  margin-top: -10px;
  margin-left: 20px;
}

section.news-list .news-contents ul li
{
  list-style-type: none;
}

section.news-list .news-contents ul
{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

section.contact-sec
{
  background: url("./images/Section-04-bg.png") no-repeat center center;
  background-size: cover;
}


/* contact */
.contact-form {
  max-width: 800px;
  margin: 80px auto;
  padding: 40px 50px;
  /* border-radius: 16px; */
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  color: #333;
}

.contact-form h2 {
  font-size: 3rem;
  text-align: center;
  color: #4b2e83; /* 深いふじ色 */
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}

.contact-form label.label-t
{
  display: block;
  font-size: 1.6rem;
  color: #444;
  margin-bottom: 8px;
  font-weight: 600;
}

.contact-form .text-d,
.contact-form .email-d,
.contact-form .area-d {
  width: 100%;
  /* padding: 12px 16px; */
  border: 1px solid #ccc;
  /* border-radius: 8px; */
  font-size: 1.6rem;
  color: #333;
  transition: all 0.3s ease;
}

.contact-form .text-d:focus,
.contact-form .email-d:focus, 
.contact-form .area-d:focus 
{
  outline: none;
  border-color: #b497bd; /* 藤色系 */
  box-shadow: 0 0 6px rgba(180, 151, 189, 0.3);
  background: #fff;
}

.contact-form .area-d 
{
  min-height: 140px;
  resize: vertical;
}

.contact-form .form-group {
  margin-bottom: 24px;
}

.contact-form .button-send {
  display: block;
  width: 100%;
  background: linear-gradient(135deg, #b497bd 0%, #a084ca 100%);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 14px;
  border: none;
  /* border-radius: 8px; */
  cursor: pointer;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
}

.contact-form .button-send:hover {
  background: linear-gradient(135deg, #a084ca 0%, #8f77b5 100%);
  box-shadow: 0 6px 16px rgba(160, 132, 202, 0.3);
  transform: translateY(-2px);
}

.contact-form .note {
  text-align: center;
  font-size: 1.6rem;
  color: #777;
  margin-top: 16px;
}

.hidden-fields-container{
  display: none;
}