@charset "utf-8";
:root {
  --header-height-pc: 140px;
  --header-height-sp: 78px;
  --site-max-width: 1920px;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height-sp);
}
@media (min-width: 641px) {
  html {
    scroll-padding-top: var(--header-height-pc);
  }
}
@media (min-width: 641px) {
  body,
  .headerPC001 {
      min-width:1200px;
  }
}
body {
  font-family: "Hiragino Sans", "Helvetica Neue", "Helvetica", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  color: #2c2a28;
}

a {
  transition: all 0.3s;
  color: #2c2a28;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

.is-pc {
  display: none;
}

@media (min-width: 641px) {
  .is-pc {
    display: block;
  }
}

.is-sp {
  display: block;
}

@media (min-width: 641px) {
  .is-sp {
    display: none;
  }
}

.c-font-serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-style: normal;
}

/* color --------------------------------- */
.c-gold{
  color: #b69367;
}
/* .c-pink {
  color: #fd94a8;
}
.c-red {
  color: #ff1414;
}

.c-blue {
  color: #3fa4d3;
} */

/* background --------------------------------- */
.bg-White {
  background: #fff;
}

/* font-size --------------------------------- */
.fs-001 {
  font-size: 24px;
}
.fs-002 {
  font-size: 20px;
}
.fs-003 {
  font-size: 18px;
}
.fs-004 {
  font-size: 20px;
}
.fs-005 {
  font-size: 18px;
}
@media (min-width: 641px) {
  .fs-001 {
    font-size: 36px;
  }
  .fs-002 {
    font-size: 26px;
  }
  .fs-003 {
    font-size: 24px;
  }
  .fs-004 {
    font-size: 21px;
  }
}

/* headline --------------------------------- */

.headline-001 {
  margin: 0;
  font-size: 50px;
  font-weight: 700;
  color: #ad8c62;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-style: normal;
  display: block;
  text-align: center;
  width: 100%;
}

@media (min-width: 641px) {
  .headline-001 {
    font-size: 60px;
    justify-self: flex-start;
    display: flex;
    align-items: center;
    gap: 50px;
    justify-self: center;
  }
}

.headline-001 .label {
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  display: block;
}

@media (min-width: 641px) {
  .headline-001 .label {
    display: inline;
  }
}
/* 
.headline-002 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
.headline-002 img{
  width: 30px;
  display: block;
  margin: 0 auto 5px;
}
.headline-002 span{
  background: linear-gradient(0, #2a2826 0%, #b69367 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
*/
/* .headline-002 span{
  font-size: 14px;
} */

.headline-002 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 80px;
}

@media (min-width: 641px) {
  .headline-002 {
    gap: 30px;
    margin-top: 240px;
      flex-wrap:nowrap;
  }
}

.headline-002-text {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

@media (min-width: 641px) {
  .headline-002-text {
    font-size: 60px;
  }
}

.headline-002-text span {
  position: relative;
  z-index: 1;
}

.headline-002-text:before {
  background-image: url(../img/common/icon-headline01.png);
  background-size: 82px;
  background-repeat: no-repeat;
  background-position: left top;
  width: 82px;
  height: 57px;
  position: absolute;
  content: "";
  display: block;
  top: -22px;
  left: -40px;
  z-index: 0;
}

@media (min-width: 641px) {
  .headline-002-text:before {
    background-size: 164px;
    width: 164px;
    height: 114px;
    top: -30px;
    left: -108px;
  }
}

.headline-002-label {
  color: #ad8c62;
  font-size: 16px;
}

.headline-003 {
  position: relative;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #141414;
  border-bottom: dotted 4px #141414;
}

.headline-003 span {
  background-color: #fff;
  position: absolute;
  top: -20px;
  left: 14px;
  font-size: 24px;
  font-weight: 400;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 641px) {
  .headline-003 span {
    top: -38px;
    left: 30px;
    font-size: 45px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.headline-004 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  border-left: solid 10px #ad8c62;
  padding-left: 12px;
}

@media (min-width: 641px) {
  .headline-004 {
    font-size: 30px;
    border-left: solid 20px #ad8c62;
    padding-left: 20px;
  }
}

/* button --------------------------------- */

.button-001 {
  text-align: center;
  max-width: 228px;
  margin-left: auto;
  margin-right: auto;
}



.button-001 a {
  display: inline-block;
  background: #ad8c62;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 24px;
  font-size: 18px;
  width: 100%;
}

@media (min-width: 641px) {
  .button-001 a {
    font-size: 20px;
  }
}
.button-001:hover {
  opacity: 0.7;
}

.button-001 {
  text-align: center;
  max-width: 228px;
  margin-left: auto;
  margin-right: auto;
}

.button-002 {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:80px;
  padding:12px 28px;
  border-radius:8px;
  text-decoration:none;
  width: 100%;
  text-align: center;
  line-height: 1.2;
  letter-spacing:.04em;
  transition:
    background-color .25s ease,
    border-color .25s ease,
    box-shadow .25s ease,
    color .25s ease;
  will-change:box-shadow, background-color, border-color, color;
  color:#ffffff;
  background:linear-gradient(180deg, #d9c3a3 0%, #b89b78 100%);
  border:1px solid #a4855f;
  text-shadow:0 1px 0 rgba(0,0,0,.18);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.45),
    inset 0 -1px 0 rgba(0,0,0,.05),
    0 4px 12px rgba(0,0,0,.12);
}

@media (min-width: 641px){
  .button-002{ font-size:20px; }
}

.button-002:hover{
  background:linear-gradient(180deg, #c19a6d 0%, #8b684a 100%);
  border-color:#6f523c;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.10),
    inset 0 -1px 1px rgba(0,0,0,.14),
    0 2px 6px rgba(0,0,0,.12);
  transform:none;            /* 位置は動かさない */
}
@media (prefers-reduced-motion: reduce){
  .button-002{ transition:none; }
}



/* inner --------------------------------- */
.inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* header-sp-001 ------------------------ */

.header-sp-001 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 11;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
}
.header-sp-001-space {
  height: 60px;
}
.header-sp-001-logo {
  padding-left: 10px;
  width: calc(100% - 80px);
}
.header-sp-001-logo h1 {
  margin: 0;
}
.header-sp-001-logo img {
  height: auto;
  max-height: 16px;
  /* height: 16px; */
}
.header-sp-001-icon {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.header-sp-001-button {
  position: relative;
  background-image: linear-gradient(90deg, rgba(42, 40, 38, 1), rgba(182, 147, 103, 1));
  cursor: pointer;
  width: 60px;
  height: 60px;
}

.header-sp-001-button span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 20px;
  height: 2px;
  background: #fff;
  width: 45%;
}
.header-sp-001-button span:nth-of-type(1) {
  top: 22px;
}
.header-sp-001-button span:nth-of-type(2) {
  top: 30px;
}
.header-sp-001-button span:nth-of-type(3) {
  top: 38px;
}

.header-sp-001-button.active span:nth-of-type(1) {
  top: 22px;
  left: 20px;
  transform: translateY(8px) rotate(-45deg);
  width: 45%;
}
.header-sp-001-button.active span:nth-of-type(1)::before {
  content: none;
}
.header-sp-001-button.active span:nth-of-type(2) {
  opacity: 0;
}
.header-sp-001-button.active span:nth-of-type(3) {
  top: 38px;
  left: 20px;
  transform: translateY(-8px) rotate(45deg);
  width: 45%;
}

.header-sp-001-right {
  height: 100%;
  display: flex;
  align-items: center;
}
.header-sp-001-right .h-tel {
  width: 34px;
  height: 34px;
}

/* header-sp-001 end */

/* header-nav-sp-001 */
.header-nav-sp-001 {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 7;
  background-color: #e6ded1;
}
.header-nav-sp-001 > ul {
  height: calc(100% - 78px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.header-nav-sp-001 ul {
  border-top: 1px solid #ccc;
  width: 100%;
  margin: 0;
  padding: 0;
}
.header-nav-sp-001 li {
  list-style: none;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.header-nav-sp-001 a {
  display: block;
  padding: 20px;
  color: #3b4043;
  text-decoration: none;
  width: 100%;
}
.header-nav-sp-001 ul.sub-menu > li:last-child {
  border-bottom: none;
}
.header-nav-sp-001 .menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 7px;
  background-image: url(../img/arrow-down.png);
  background-size: 12px 7px;
  background-repeat: no-repeat;
  margin-left: 15px;
}
.header-nav-sp-001 .sub-menu {
  display: none;
  padding: 0;
  width: 100%;
}
.header-nav-sp-001 .sub-menu li {
  display: block;
  padding-left: 15px;
}
/* header-nav-sp-001 end */
/* header-pc-001 */

.header-pc-001 {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 7;
}
.header-pc-001-inner {
  width: 100%;
  /* max-width: 1200px; */
  height: var(--header-height-pc);
  max-width: var(--site-max-width);
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
.header-pc-001 {
  width: 100%;
}
.header-pc-001-logo-link {
  text-decoration: none;
  line-height: 1;
  margin: 0;
  width: 40vw;
  transition: none;
}
.header-pc-001-logo {
  margin: 0;
}

@media (min-width: 641px) {
  .header-pc-001-logo-link {
    width: 35vw;
  }
}

@media (min-width: 1280px) {
  .header-pc-001-logo-link {
    max-width: 597px;
  }
}

.nav-pc-001 ul {
  margin: 0;
  padding-left: 0;
  gap: 1vw;
  margin-right: 20px;
}
.nav-pc-001 li {
  list-style: none;
  padding: 0 4.5px;
  text-align: center;
  line-height: 1.2;
}

.nav-pc-001 a {
  text-decoration: none;
}
.nav-pc-001 li a {
  font-size: 1.4vw;
  font-weight: 600;
  color: #030303;
  border-radius: 30px;
  padding-bottom: 10px;
  transition: all 0.5s;
}


@media (min-width: 1280px) {
  .nav-pc-001 ul {
    gap: 20px;
  }
  .nav-pc-001 li a {
    font-size: 18px;
  }
}

.nav-pc-001-nav ul > li { position: relative; }


.nav-pc-001-nav ul > li > a {
  position: relative;
  display: inline-block;
  padding: 10px 6px 14px;
}

.nav-pc-001-nav ul > li:hover > a::before,
.nav-pc-001-nav ul > li:focus-within > a::before {
  width: 70%;
}

/* ▼ ドロップダウン本体 */
.nav-pc-001-nav .sub-menu {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 8px) scale(.98);
  transform-origin: top center;
  min-width: 260px;
  padding: 10px 0;
  margin: 8px 0 0;
  background: #ffffff;
  border: 1px solid #e6ddd0;
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease, visibility 0s linear .18s;
  z-index: 20;
}

.nav-pc-001-nav li:hover > .sub-menu,
.nav-pc-001-nav li:focus-within > .sub-menu,
.nav-pc-001-nav li.is-open > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0) scale(1);
  transition: opacity .18s ease, transform .18s ease;
}

/* サブメニュー内アイテム */
.nav-pc-001-nav .sub-menu > li { list-style: none; }
.nav-pc-001-nav .sub-menu > li > a {
  display: block;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.6;
  color: #2b2b2b;
  white-space: nowrap;
  text-decoration: none;
  transition: background-color .15s ease, color .15s ease, padding-left .15s ease;
}
.nav-pc-001-nav .sub-menu > li > a:hover {
  /* background: #f8f6f3;
  color: #8d6f4f; */
  padding-left: 20px;
}

/* 親に▼アイコン */
.nav-pc-001-nav li.menu-item-has-children > a::after,
.nav-pc-001-hover > a::after {
  content: "";
  display: inline-block;
  margin-left: 6px;
  width: 6px; height: 6px;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  transform: rotate(45deg) translateY(-1px);
}

.nav-pc-001-nav li:last-child > .sub-menu { left: auto; right: 0; transform: translate(0,8px) scale(.98); }
.nav-pc-001-nav li:last-child:hover > .sub-menu,
.nav-pc-001-nav li:last-child:focus-within > .sub-menu,
.nav-pc-001-nav li:last-child.is-open > .sub-menu { transform: translate(0,0) scale(1); }

@media (min-width:1280px){
  .nav-pc-001 li a { font-size: 18px; }
}

.header-pc-001-btn .menu-item a {
  background-image: linear-gradient(90deg, rgba(42, 40, 38, 1), rgba(182, 147, 103, 1));
  color: #fff;
  display: block;
  padding: 1vw 2vw;
  font-size: 1.4vw;;
  font-weight: 600;
  border-radius: 0;
}

@media (min-width: 1280px) {
  .header-pc-001-btn .menu-item a {
    padding: 20px 40px;
    font-size: 18px;
  }
}
/* 親liに透明なブリッジを追加 */
.nav-pc-001-nav li.menu-item-has-children::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 16px; /* gap分をカバー */
  background: transparent;
}

.lh{
  line-height: 1.4;
}
.list-none{
  list-style: none;
}
.new-line span{
  display: inline-block;
}
.text-icon{
text-indent: -1em;
        padding-left: 1em;
}
.box{
  max-width: 800px;
  position:relative;
  border-radius:8px;
  padding:1.6rem 1.8rem;
  border:1px solid rgba(0,0,0,.08);
  outline:1px solid #b58b58;
  outline-offset:-8px;
  border-radius:8px;
  background:#fff;
}


.box ul li{
  margin-bottom: 10px;
}
.box ul li:last-child{
  margin-bottom: 0;
}

.flow-steps{
  list-style:none;
  /* margin:0; */
  padding:0 16px 0 28px;
  position:relative;
  margin-left: 0;
}

.flow-steps::before{
  content:"";
  position:absolute;
  left:18px;
  top:4px; bottom:4px;
  width:2px;
  background:linear-gradient(#c7a97c,#e9dcc2);
  opacity:.7;
}

.flow-steps li{
  position:relative;
  margin:0 0 12px;
  padding:14px 16px;
  background:linear-gradient(135deg,#f5efe3 0%, #ede2cd 100%);
  color:#3a2d1f;
  border-radius:12px;
  box-shadow:0 2px 8px rgba(0,0,0,.06);
  line-height:1.7;
  font-weight:500;
}

.flow-steps li::before{
  content:"";
  position:absolute;
  left:-15px;
  top:50%;
  width:10px; height:10px;
  border:2px solid #b58b58;
  background:#fff;
  border-radius:50%;
  transform:translateY(-50%);
}

.flow-steps li:last-child{ margin-bottom:0; }

@media (min-width:661px){
  .flow-steps{
    display:flex;
    gap:24px;
    padding:0;
    max-width:1100px;
    margin-left: auto;
    margin-right: auto;
  }
  .flow-steps::before{ display:none; }

  .flow-steps li{
    flex:1;
    margin:0;
    min-height:96px;
    padding:22px 18px;
    text-align:center;
    display:flex; align-items:center; justify-content:center;
    border-radius:0;
    box-shadow:0 6px 18px rgba(0,0,0,.06);
    -webkit-clip-path: polygon(0 0, calc(100% - 26px) 0, 100% 50%, calc(100% - 26px) 100%, 0 100%);
    clip-path: polygon(0 0, calc(100% - 26px) 0, 100% 50%, calc(100% - 26px) 100%, 0 100%);
  }
  .flow-steps li::before{ display:none; }
  .flow-steps li:last-child{
    -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
  }
}

/* .pagetop-btn {
  position: fixed;
  z-index: 4;
  background: #fd94a8;
  text-decoration: none;
  width: 60px;
  height: 60px;
  bottom: 80px;
  right: 15px;
  text-align: center;
  border-radius: 11%;
  border: solid 1px #fd94a8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagetop-btn:hover {
  opacity: 0.5;
} */
@media (min-width:661px){
  .btn-box{
    max-width: 1000px;
    margin: 0 auto;
  }
}

/* single */
.single-box {
  margin: 30px auto 50px;
  line-height: 1.7;
}
@media (min-width:661px){
  .single-box {
    margin: 80px auto;
    line-height: 1.7;
  }
}

.headline-post {
  line-height: 1.2;
  margin: 0 0 30px;
  border-bottom: 1px solid #d9cdbd;
  padding-bottom: 10px;
}
.headline-post .time {
  font-weight: 700;
  font-size: 14px;
  color: #3b4043;
}
.single-content {
  overflow: hidden;
}
@media (min-width: 641px) {
  .single-content {
    min-height: 350px;
  }
}
.single-content .article-info {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
}

.single-content h1,
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5,
.single-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
  color: #b58b58;
}

.single-content .article-img {
  margin-bottom: 15px;
}

.single-content h2 {
  background: #b58b58;
  color: #fff;
  border-radius: 12px;
  padding: 5px 20px 7px;
  font-size: 18px;
}
.single-content h3 {
  padding: 0 5px;
  margin-bottom: 0;
  font-size: 20px;
  border-bottom: solid 3px #b58b58;
}
.single-content h4 {
  margin-bottom: 5px;
}
.single-content h4,
.single-content h5 {
  font-size: 18px;
}
.single-content h6 {
  font-size: 16px;
}
.single-content blockquote {
  position: relative;
  margin: 5px 0 15px 0;
  padding: 40px 15px 8px 15px;
  box-sizing: border-box;
  font-style: italic;
  font-size: 18px;
  background: #efe6db;
}

.single-content blockquote:before {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 3px;
  content: "";
  color: #b58b58;
  font-size: 90px;
  line-height: 1;
}

.single-content blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}

.single-content blockquote cite {
  display: block;
  text-align: right;
  color: #717171;
  font-size: 1em;
}
.single-content table {
  border: solid 1px #717171;
  border-collapse: collapse;
}
.single-content table thead th {
  background: #efe6db;
  padding: 5px;
  border: solid 1px #ccc;
}
.single-content table tbody th {
  background: #efe6db;
}
.single-content table tbody th,
.single-content table tbody td {
  padding: 15px;
  border: solid 1px #ccc;
}
.single-content ul,
.single-content ol {
  margin: 5px 0 15px 15px;
}
.single-content ul {
  list-style: disc;
}
.single-content ol {
  list-style: decimal;
}
.single-content img {
  margin-bottom: 15px;
}
.single-content .wp-caption .wp-caption-text {
  font-size: 14px;
  margin-top: -15px;
}
.single-content .aligncenter {
  margin-top: 15px;
}

/* footer ------------------------ */
.footer {
  background: #e6ded1;
  padding: 40px 0;
}
.footer .inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  position: relative;
  padding: 0 20px;
}

@media (min-width: 641px) {
  .footer .inner {
    gap: 10px;
  }
}

.footer-logo {
  max-width: 483px;
}

.footer-menu {
  padding: 0;
  margin: 0;
}

.footer-address {
  font-size: 14px;
  margin-top: 8px;
}

.footer-menu-list {
  padding: 0;
  margin: 0;
}

.footer-menu-list li {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 12px;
}

.footer-menu-list li:nth-of-type(1) {
  margin-top: 0;
}

.footer-menu-list li a {
  text-decoration: none;
  color: #2c2a28;
  font-size: 16px;
  font-weight: 700;
}

.footer-menu-list li ul {
  margin-left: 0.5em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding: 0;
}

@media (min-width: 641px) {
  .footer-menu-list li ul {
    margin-bottom: 40px;
  }
}

.footer-menu-list li ul li {
  margin-top: 12px;
}

.footer-menu-list li ul li:nth-of-type(1) {
  margin-top: 0;
}

.footer-menu-list li ul li a {
  font-weight: 400;
}

@media (min-width: 641px) {
  .footer {
    padding: 40px 0;
  }
  .footer .inner {
    grid-template-columns: 2fr 1fr 1fr;
    gap: 40px;
    padding: 0;
  }

  .footer-logo {
    max-width: 483px;
  }

  .footer-address {
    font-size: 16px;
    margin-top: 12px;
  }

  .footer-menu-last {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .footer-menu-list li ul {
    margin-left: 1em;
    margin-top: 1em;
    padding: 0;
  }

  .footer-menu-list li a {
    font-size: 16px;
  }

  .footer-menu-last ul {
    display: flex;
    gap: 20px;
  }
  .footer-menu-last ul li {
    margin-top: 0;
  }
}

/* トップページ　--------------------------------- */
.p-main {
  position: relative;
}
.p-main:before {
  position: absolute;
  content: "";
  width: 74.418vw;
  height: 66vw;
  background: rgba(173, 140, 98, 0.3);
  display: block;
  top: 36.744vw;
  right: 0;
  z-index: 0;
}

@media (min-width: 641px) {
  .p-main:before {
    width: 93vw;
    height: 662px;
    top: 17.7vw;
  }
}

.p-main-upper,
.p-main-under {
  position: relative;
  z-index: 1;
}

.p-main-upper .p-main-content {
  width: 100%;
}

@media (min-width: 641px) {
  .p-main-upper .p-main-content {
    /* width: 60.364vw; */
    width: 65%;
  }
}

.p-main-upper .p-main-content .p-main-img {
  width: 51.1627vw;
}

@media (min-width: 641px) {
  .p-main-upper .p-main-content .p-main-img {
    width: 100%;
  }
}

.p-main-upper .p-main-title,
.p-main-upper .p-main-button {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 641px) {
  .p-main-upper .p-main-title,
  .p-main-upper .p-main-button {
    padding-left: 10vw;
    padding-right: inherit;
  }
}

.p-main-upper .p-main-title {
  font-size: 19px;
  line-height: 2;
}

@media (min-width: 641px) {
  .p-main-upper .p-main-title {
    font-size: 28px;
  }
}

.p-main-upper .p-main-button a {
  position: relative;
  display: inline-block;
  padding: 20px 40px 20px 22px;
  background-image: linear-gradient(90deg, rgba(42, 40, 38, 1), rgba(182, 147, 103, 1));
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  width: 100%;
}

.p-main-upper .p-main-button a::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-image: url(../img/common/icon-arrow01.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 641px) {
  .p-main-upper .p-main-button a {
    font-size: 24px;
    padding: 26px 77px 26px 44px;
  }

  .p-main-upper .p-main-button a::after {
    right: 20px;
    width: 34px;
    height: 34px;
  }
}

.p-main-upper .p-main-text {
  position: absolute;
  /* left: 56.511vw; */
  right: 10%;
  top: 40px;
  /* width: 31.395vw; */
  width: 31%;
  max-width: 445px;
}

@media (min-width: 641px) {
  .p-main-upper .p-main-text {
    /* left: 63.90625vw; */
    /* width: 23.697vw; */
    width: 24%;
  }
}

.p-main-under {
  margin-top: 70px;
}

.p-main-under .p-main-list {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

@media (min-width: 641px) {
  .p-main-under .p-main-list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
}

.p-main-under .p-main-list li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-main-under .p-main-list li .p-main-list-img {
  margin-bottom: 6px;
  display: block;
  max-width: 400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 641px) {
  .p-main-under .p-main-list li .p-main-list-img {
    margin-bottom: 12px;
  }
}

.p-main-under .p-main-list li .p-main-list-title {
  margin: 0;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 20px;
}

@media (min-width: 641px) {
  .p-main-under .p-main-list li .p-main-list-title {
    margin-bottom: 12px;
  }
}

.p-main-under .p-main-list li .p-main-list-text {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 8px;
  margin-bottom: 0;
}

@media (min-width: 641px) {
  .p-main-under .p-main-list li .p-main-list-title {
  }
}

.p-news {
  padding: 40px 20px;
}

@media (min-width: 641px) {
  .p-news {
    padding: 80px 20px;
  }
}

.p-news .inner {
  border: 1px solid #707070;
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: center;
}

@media (min-width: 641px) {
  .p-news .inner {
    grid-template-columns: 1fr 3fr 1fr;
    padding: 20px 40px;
    gap: 40px;
  }
}

.p-news-title {
  font-size: 30px;
  text-align: center;
  margin: auto;
}

@media (min-width: 641px) {
  .p-news-title {
    font-size: 30px;
  }
}

.p-news-list {
  margin: 0;
  padding: 0;
}

.p-news-list li {
  list-style: none;
  font-size: 15px;
  margin-top: 16px; /* 行間を少し詰める */
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px; /* 縦の隙間も少し狭める */
  align-items: start;
}

.p-news-list li:nth-of-type(1) {
  margin-top: 0;
}

/* カテゴリ */
.p-news-list .p-news-list-cat {
  font-size: 14px;
  padding: 1px 12px;
  background: #e7e3da;
  text-align: center;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 3px;
}

/* 日付 */
.p-news-list .p-news-list-date {
  font-size: 14px;
  white-space: nowrap;
  color: #555;
}
.single .p-news-list li{
  grid-template-columns:auto;
  display: flex;
  flex-wrap: wrap;
  padding:10px 0;
}
.single .p-news-list a{
  /* grid-column:3; */
  /* width: 100px; */
}
.single .p-news-list-taxmonth{
  /* grid-column:3; */
}

/* タイトル */
.p-news-list a {
  text-decoration: none;
  color: #2c2a28;
  font-size: 15px;
  display: block;
  min-width: 0;
}

.p-news-list .p-news-list-title {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 2行まで表示 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}

/* PC幅 */
@media (min-width: 641px) {
  .p-news-list li {
    grid-template-columns: 8em 7em 1fr; /* 固定幅を短くして全体を圧縮 */
    gap: 1.2em; /* カラム間もコンパクトに */
    margin-top: 8px;
    align-items: center;
  }

  .p-news-list .p-news-list-cat {
    grid-column: 1;
    justify-self: start;
    font-size: 13.5px;
    padding: 2px 10px;
  }

  .p-news-list .p-news-list-date {
    grid-column: 2;
    font-size: 13.5px;
  }

  .p-news-list a {
    grid-column: 3;
  }
}

@media (min-width: 1280px) {
  .p-news-list li {
    gap: 20px; /* わずかに余裕を戻す */
  }
}

.p-news .action {
  text-align: center;
  margin-top: auto;
}

.p-tax-news {
  background-color: #e6ded1;
  padding: 20px 0 60px;
}

@media (min-width: 641px) {
  .p-tax-news {
    padding: 80px 0;
  }
}

.p-tax-news .p-tax-news-title {
}

.p-tax-news .p-tax-news-head-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 30px;
}

@media (min-width: 641px) {
  .p-tax-news .p-tax-news-head-content {
    grid-template-columns: 1fr 3fr;
    gap: 40px;
  }
}

.p-tax-news .p-tax-news-head-text {
  font-size: 16px;
  line-height: 1.7;
}

.p-tax-news .p-tax-news-list {
  margin: 0;
  padding: 0;
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0 40px;
}

@media (min-width: 641px) {
  .p-tax-news .p-tax-news-list {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 40px;
  }
}

.p-tax-news .p-tax-news-list li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-tax-news .p-tax-news-list li a {
  border-top: 1px solid #707070;
  width: 100%;
  display: block;
  padding-top: 12px;
  padding-bottom: 24px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
  text-decoration: none;
  color: #2c2a28;
  background-image: url(../img/common/icon-arrow01.png);
  background-size: 34px;
  background-repeat: no-repeat;
  background-position: right;
}

@media (min-width: 641px) {
  .p-tax-news .p-tax-news-list li a {
    padding-top: 24px;
    padding-bottom: 40px;
    padding-right: 40px;
  }
}

.p-tax-news .p-tax-news-list li .p-tax-news-list-date {
  font-size: 16px;
  margin-bottom: 16px;
}

.p-tax-news .p-tax-news-button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
}

@media (min-width: 641px) {
  .p-tax-news .p-tax-news-button {
    margin-left: auto;
    margin-right: 0;
  }
}

.p-member {
  background-color: #141414;
  padding: 20px 0 60px;
  position: relative;
}

@media (min-width: 641px) {
  .p-member {
    padding: 80px 0 60px;
  }
}

.p-member .p-member-title {
  color: #fff;
}
.p-member-head {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}

/* .p-member-button {
  position: relative;
  margin-top:40px;
  margin-right: 0;
} */

.p-member-button {
  width: 100%;
  display: none;
}

@media (min-width: 641px) {
  .p-member-button {
    display: block;
  }
}


.p-member-slide {
  position: relative;
}

.p-member-swiper .slide-content {
  color: #fff;
  margin-top: 12px;
}
.slide-content {
  min-height: 80px; /* 適切な高さに調整 */
  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* 下揃え */
}

.slide-content span {
  min-height: 1.5em; /* 役職部分の高さを確保 */
  display: block;
}

.p-member .swiper-nav {
  padding-top:60px;
  padding-bottom:60px;
  display: flex;
  gap:40px;
  justify-content: center;
  
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left:20px;
  padding-right:20px;
}

@media (min-width: 641px) {
  .p-member .swiper-nav {
    justify-content: flex-end;
    padding-top:30px;
  }
}


.p-member .swiper-button-next,
.p-member .swiper-button-prev {
  /* top: 135vw; */
  background-image: url(../img/common/icon-arrow01.png);
  background-size: 46px;
  background-repeat: no-repeat;
  background-position: center;
  width: 46px;
  height: 46px;
  position: static;
}

.p-member .swiper-button-prev {
  background-image: url(../img/common/icon-arrow02.png);
  left: initial;
  /* left: 30vw; */
}
.p-member .swiper-button-next {
  background-image: url(../img/common/icon-arrow03.png);
  /* right: 30vw; */
}

.p-member .swiper-button-next:after,
.p-member .swiper-button-prev:after {
  display: none;
}

/* @media (min-width: 641px) {
  .p-member .swiper-button-next,
  .p-member .swiper-button-prev {
    top: -93px;
    position: absolute;
  }

  .p-member .swiper-button-prev {
    left: initial;
    right: 170px;
  }
  .p-member .swiper-button-next {
    right: 90px;
  }
} */

.p-member-swiper .slide-content .slide-title {
  margin: 0;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #ad8c62;
}

@media (min-width: 641px) {
  .p-member-swiper .slide-content .slide-title {
    font-size: 30px;
  }
}

.p-member-swiper .slide-content .slide-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #fff;
}

@media (min-width: 641px) {
  .p-member-swiper .slide-content .slide-text {
    font-size: 20px;
  }
}

.p-service {
  padding: 20px 0 60px;
}

@media (min-width: 641px) {
  .p-service {
    padding: 80px 0 120px;
  }
}

.p-service-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}

.p-service-button {
  width: 100%;
  display: none;
}

@media (min-width: 641px) {
  .p-service-button {
    display: block;
    margin-right: 0;
  }
}

.p-service-list {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
}

@media (min-width: 641px) {
  .p-service-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-service-list li {
  list-style: none;
  display: grid;
  grid-template-columns: 1;
  gap: 12px;
}

@media (min-width: 641px) {
  .p-service-list li {
    grid-template-columns: 4fr 5fr;
    gap: 24px;
  }
}

.p-service-list li .p-service-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.p-service-list li .p-service-text {
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  margin-top: 12px;
}

.p-support {
  background-image: linear-gradient(0deg, rgba(173, 140, 98, 1), rgba(88, 71, 50, 1));
  padding: 60px 0 0;
  color: #fff;
  text-align: center;
}

.p-support-title {
  margin: 0;
  font-size: 30px;
  text-decoration: underline;
  font-weight: 500;
}

@media (min-width: 641px) {
  .p-support-title {
    font-size: 38px;
  }
}

.p-support-text {
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.7;
}

@media (min-width: 641px) {
  .p-support-text {
    font-size: 30px;
  }
}

.p-support-img {
  max-width: 841px;
  margin: 20px auto 0;
}

@media (min-width: 641px) {
  .p-support-img {
    margin: 100px auto 0;
  }
}

.p-support-img img {
  vertical-align: bottom;
}

.p-access {
  padding: 40px 0;
}

@media (min-width: 641px) {
  .p-access {
    padding: 168px 0 100px;
  }
}

.p-access .inner {
  position: relative;
}

.p-access-box {
  background: rgba(44, 42, 40, 0.7);
  padding: 24px;
  color: #fff;
  max-width: 618px;
  position: relative;
  z-index: 2;
}

@media (min-width: 641px) {
  .p-access-box {
    padding: 60px;
  }
}

.p-access-title {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}

@media (min-width: 641px) {
  .p-access-title {
    font-size: 26px;
  }
}

.p-access-info {
  margin-top: 24px;
}

.p-access-info-label {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  text-decoration: underline;
}

.p-access-info-text {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.7;
}

.p-access-button {
  max-width: 304px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}

.p-access-map {
  position: relative;
  margin-top: 24px;
}

@media (min-width: 641px) {
  .p-access-map {
    width: 770px;
    position: absolute;
    top: -80px;
    right: 0;
  }
}

.p-access-map-area {
  position: relative;
  width: 100%;
  padding-top: 80%;
  /* padding-top: 56.25%; */
  /* 16:9のアスペクト比 */
  height: 0;
}

.p-access-map-area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 下層ページ　--------------------------------- */

.p-page {
  padding-top: 20px;
}

@media (min-width: 641px) {
  .p-page {
    padding-top: 0;
  }
}


.p-page-title {
  position: relative;
}

.p-page-title:after {
  content: "";
  position: absolute;
  top: 16px;
  right: 0;
  width: 90vw;
  height: 80px;
  background-color: rgba(173, 140, 98, 0.3);
  color: #fff;
  z-index: 1;
}

@media (min-width: 641px) {
  .p-page-title:after {
    top: 30px;
    width: 55vw;
    height: 150px;
  }
}

.p-page-title-text {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  position: relative;
  z-index: 2;
  background-image: linear-gradient(90deg, rgba(42, 40, 38, 1), rgba(182, 147, 103, 1));
  padding: 20px;
  color: #fff;
  width: 90vw;
}

@media (min-width: 641px) {
  .p-page-title-text {
    font-size: 38px;
    padding: 40px 0;
    padding-left: 18vw;
    width: 55vw;
  }
}

.p-breadcrumbs {
  padding-top: 40px;
  font-size: 14px;
}

@media (min-width: 641px) {
  .p-breadcrumbs {
    padding-top: 20px;
    font-size: 16px;
  }
}

.p-page-entry {
  margin-top: 80px;
  line-height: 1.7;
}

@media (min-width: 641px) {
  .p-page-entry {
    font-size: 20px;
  }
}

.p-page-entry .inner > * {
  margin-bottom: 40px;
}

@media (min-width: 641px) {
  .p-page-entry .inner > * {
    margin-bottom: 80px;
  }
}

.p-page-entry .inner .mb-0{
  margin-bottom: 0;
}
.p-page-entry .inner .mb-30{
  margin-bottom: 30px;
}


.p-page-entry .table-001 {
  border-collapse: collapse;
  border-spacing: 0;
}

.p-page-entry .table-001 th,
.p-page-entry .table-001 td {
  padding: 20px 12px;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
}

@media (min-width: 641px) {
  .p-page-entry .table-001 th,
  .p-page-entry .table-001 td {
    padding: 20px 80px;
    font-size: 16px;
  }
}

.p-page-entry .table-001 th {
  width: 25%;
}

.p-page-entry .table-001 td {
  padding: 20px 12px;
  position: relative;
  left: -2px;
  width: 75%;
}

@media (min-width: 641px) {
  .p-page-entry .table-001 td {
    padding: 20px 15px;
  }
}

.p-page-entry .table-001 tr {
  background-color: #e6ded1;
  position: relative;
  top: 2px;
}

.p-page-entry .table-001 tr:nth-of-type(2n) {
  background-color: #f8f5f1;
}

.list-style {
  padding: 0;
  margin: 0;
}


.list-style li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 40px;
}

@media (min-width: 641px) {
  .list-style li {
    grid-template-columns: 2fr 6fr;
    gap: 20px;
    margin-top: 40px;
  }
}

.list-style li .list-style-title {
  margin: 0;
  font-size: 23px;
  font-weight: 400;
  padding-bottom: 8px;
  margin-bottom: 12px;
  border-bottom: solid 1px #707070;
  color: #ad8c62;
}
.list-style li .list-style-title span {
  font-size: 16px;
  font-weight: 400;
}

@media (min-width: 641px) {
  .list-style li .list-style-title {
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 8px;
    margin-bottom: 12px;
  }
  .list-style li .list-style-title span {
    font-size: 20px;
  }
}

.list-style li .list-style-text {
  margin: 0;
  font-size: 16px;
}

@media (min-width: 641px) {
  .list-style li .list-style-text {
    font-size: 18px;
  }
}

.list-style li .list-style-box {
  margin: 0;
  margin-top: 8px;
  font-size: 14px;
  padding: 12px;
  background-color: #f7f5f1;
}

@media (min-width: 641px) {
  .list-style li .list-style-box {
    font-size: 16px;
    padding: 20px;
  }
}

.list-002 li .list-style-title {
  color: #747474;
}

.list-002 li .list-style-box {
  background-color: #ebebeb;
}

@media (min-width: 641px) {
  .list-style {
    grid-template-columns: 1fr 1fr;
  }
}
.list-style-img{
  width: 50%;
  margin: 0 auto;
}
@media (min-width: 641px) {
  .list-style-img{
    width: 100%;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.gmap {
  width: 100%;
  position: relative;
  padding-top:100%;
}

.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 641px) {
  .gmap {
      padding-top: 56.25%;
  }
}


.form-block {
  background: #ffffff;
  border: 1px solid #d9cdbd;
  border-radius: 6px;
  box-shadow: 0 6px 24px rgba(0,0,0,.06);
  padding: 15px;
  max-width: 850px;
  margin: 0 auto 40px;
}

.must {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  background: #ab8b67;
  padding: 5px 10px;
  border-radius: 999px;
  line-height: 1;
  font-weight: 600;
  margin-left: 15px;
}

.form-txt {
  display: inline-flex;
  gap: .5em;
  align-items: center;
  font-size: 15px;
  width: 100%;
  margin-top: 8px;
  color: #2b2b2b;
  background: #ffffff;
  border: 1px solid #d9cdbd;
  border-radius: 4px;
  padding: 12px 14px;
  font-weight: normal;
  transition: box-shadow .2s, border-color .2s, background-color .2s;
}
.form-txt::placeholder{ color: #aaaaaa; }

.form-txt:focus{
  outline: none;
  border-color: #ab8b67;
  box-shadow: 0 0 0 3px rgba(171,139,103,.25);
  background: #fffefb;
}

.form-textarea { resize: vertical; min-height: 100px; }
input[type="submit"] {
  min-width: 220px;
  padding: 14px 22px;
  color: #ffffff;
  background: linear-gradient(135deg, #8d6f4f, #ab8b67);
  border: none;
  border-radius: 999px;
  letter-spacing: .12em;
  transition: transform .08s ease, filter .2s ease;
  cursor: pointer;
}

.wpcf7 input[type="checkbox"].cfp241__check {
  width: 18px;
  height: 18px;
  border: 1px solid #d9cdbd;
  border-radius: 3px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}

.wpcf7 input[type="checkbox"].cfp241__check:checked {
  background-color: #ab8b67;
  border-color: #ab8b67;
}
.wpcf7 input[type="checkbox"].cfp241__check:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

.wpcf7-list-item-label {
  color: #2b2b2b;
}
.wpcf7-list-item-label a {
  color: #ab8b67;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}
.wpcf7-list-item-label a:hover {
  color: #8d6f4f;
  text-decoration: none;
}

.wpcf7-not-valid-tip {
  color: #b83a3a;
  font-size: 13px;
  margin-top: 4px;
  display: block;
}

.wpcf7 form .submit-button,
.wpcf7 form .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 14px 28px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #ab8b67, #8d6f4f);
  color: #ffffff;
  font: 600 15px/1.2 "Noto Sans JP", system-ui, sans-serif;
  letter-spacing: .12em;
  cursor: pointer;
  transition: transform .08s ease, filter .2s ease, box-shadow .2s ease;
}

.wpcf7-spinner {
  display: block;
}

/* hover / active / focus */
.wpcf7 form .submit-button:hover,
.wpcf7 form .wpcf7-submit:hover { filter: brightness(1.03); }

.wpcf7 form .submit-button:active,
.wpcf7 form .wpcf7-submit:active { transform: translateY(1px); }

.wpcf7 form .submit-button:focus-visible,
.wpcf7 form .wpcf7-submit:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(171,139,103,.25);
}

.pagenation {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 999px) {
  .pagenation {
    margin-top: 30px;
  }
}
.pagenation li {
  margin-left: 8px;
  text-align: center;
  border-radius: 50%;
  margin-bottom:10px;
}
@media print, screen and (max-width: 999px) {
  .pagenation li {
    margin-left: 12px;
  }
}
.pagenation li.is-active {
  background: #f0f0f0;
}
.pagenation li a {
  width: 30px;
  height: 30px;
  display: block;
  color: #FFF;
  font-size: 16px;
  line-height: 1;
  line-height: 27px;
  transition: all 0.2s ease-out;
  border: 1px solid #b58b58;
  text-decoration: none;
  border-radius: 50%;
  background: #b58b58;
}
@media print, screen and (max-width: 999px) {
  .pagenation li a {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 1;
    line-height: 26px;
  }
}

.archive-list{
  list-style: none;
}
.archive-item{
  border-bottom: 1px solid #ddd;
  padding: 10px 15px;
}
.archive-data{
  font-size: 16px;
}
.archive-title{
  margin: 0;
  line-height: 1.6;
}


.p-breadcrumbs a.home span[property="name"] {
  display: none; /* テキストを消す */
}

.p-breadcrumbs a.home {
  position: relative;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  vertical-align: middle;
  text-decoration: none;
}

/* 擬似要素で家アイコン（SVG）を背景として表示 */
.p-breadcrumbs a.home::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23000" d="M3 11.5L12 4l9 7.5V20a1 1 0 0 1-1 1h-5v-6H9v6H4a1 1 0 0 1-1-1v-8.5z"/></svg>') center/contain no-repeat;
  opacity: 0.9;
}
h2.topic_catch{
  background: none;
  color: #2c2a28;
  padding: 0;
  position: relative;
  padding: 0 0 0 25px;
}
h2.topic_catch:before{
  position: absolute;
  content: "—";
  left: 0;
  top: -1px;

}
.privacy span.wpcf7-list-item{
  padding-left: 0;
  margin-left: 0;
}

.submit-note {
  color: #666;
  font-size: 14px;
  margin-top: 10px;
}
