@charset "utf-8";
/* CSS Document */
/*
Theme Name: NINOMIYA SACHIYO portfolio
Description: NINOMIYA SACHIYO portfolio site のテンプレートです。
Version: 1.0
Author: S.NINO
*/
.section-common h1,.page-title {
  margin-bottom: 20px; 
  padding-top: clamp(100px, 14.2vw, 60px);
  font-size: clamp(2rem, 5.3vw, 3.5rem);/* 最小値,推奨値,最大値 最小のフォントサイズ　÷　最小のフォントサイズで止める画面サイズ　✕　100　=　 vw(推奨値)の値*/
}
.section-common,.border-white {
  background-image: url("images/common/base-border-milk.jpg");
  background-size: cover;
  background-repeat: repeat;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 70px;
  padding-top: 40px;
  }  
.poster-white {
    background-image: url("images/common/base-milk.jpg");
    background-size: cover;
    background-repeat: repeat;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 70px;
}
.border-green {
  background-image: url("images/common/base-border-green.jpg");
  background-size: cover;
  background-repeat: repeat;
  border-radius: 15px;
  padding: 0.3em !important;
  margin-bottom: 70px;
}
.border-green .news-title {
  color: antiquewhite;
}
.box-white {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 600;
  padding-top: 30px;
  text-align: justify;
}
.news-list > li:not(:last-of-type) {
    margin-bottom: 16px;
}
.news-list .text {
    flex: 1 1 0;
    line-height: 1.687;
}
.cat-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    font-size: 1.3rem;
  letter-spacing: 0.15em;
    color:antiquewhite;
}
.news-list .date {
    font-size: 1.3rem;
    color: #BCA98B;
  letter-spacing: 0.15em;
}
.news-item-link time {
  display: block;
}
.part-title {
  display: block;
  font-size: 1.5rem;
}
.cat-list > li {
    min-width: 40px;
    padding: 5px;
    margin-bottom: 0.5em;
    background-color: #BCA98B;
    border-radius: 5px;
    text-align: center;
    line-height: 1;
}
.section-common p {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  margin: 0 auto;
  text-align: justify; /* 両端揃え(均等割り付け) */
  margin-bottom: 10px;
  padding-top: 10px;
  font-size: 1.6rem;
}
.post {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
}
.post p {
	margin-bottom: 10px;
	text-align:justify;
	letter-spacing: 0.01em!important;
	word-break: normal;
	line-height: 1.8;
}
.post p a {
  background-color: #345654;
  color: aliceblue;
  padding: 5px 5px;
  text-align: center; 
  margin-top: 10px;
}
.section-common h2 {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 600;
  padding-top: 30px;
  margin: 0 auto;
  text-align: justify;
  max-width: 550px;
}

@media (min-width:700px) {/*700pxより画面が大きくなったら*/
  .section-common {
    padding-bottom: 80px;
    padding-top: 20px;
  }
  .section-common p {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
}
  .section-common h2 {
  margin-bottom: 20px; 
  padding-top: 40px;
    text-align: center;
    max-width: none;
}
}
.c-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  color: #6C6C6C;
  line-height: 3.2;
}
@media screen and (max-width: 768px) {
  .c-breadcrumbs {
  display:none;
  }
}
.c-breadcrumbs > li {
  display: inline-block;
  position: relative;
}
.c-breadcrumbs > li:not(:last-of-type)::after {
  content: ">";
  display: inline-block;
  margin-right: 0.5em;
  margin-left: 0.5em;
}
.not-found-page {
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width:700px) {/*700pxより画面が大きくなったら*/
  .not-found-page {
    padding-top: 0px;
  }}
.not-found-page h1 {
  margin-bottom: 20px; 
  padding-top: clamp(35px, 9.3vw, 60px);
  font-size: clamp(2rem, 5.3vw, 3rem)!important;
}
.page404-text-box {
  padding-bottom: 100px;
}
.page404-text-box p {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  margin: 0 auto;
  text-align: justify; /* 両端揃え(均等割り付け) */
  max-width: 550px;
  margin-bottom: 10px;
  padding-top: 10px;
}
ul {
  list-style: none;
}
.inner.is-small {
  max-width: clamp(1040px, 95%, 1160px);
  margin: 0 auto;
}
.content-title::before, .page-title::before {
  content: attr(data-title);
  display: block;
  margin-bottom: 25px;
  font-family: "Marcellus", serif;
  color: #355654;
  line-height: 0.8;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.content-title {
  margin-bottom: 3em;
}
.content-title::before {
  font-size: 2rem;
}
@media screen and (max-width: 1100px) {
  .content-title::before {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .content-title::before {
    font-size: 2rem;
  }
}
.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0;  /* 不要ならゼロでもOK */
  row-gap: 1em;
}
.wpcf7-list-item {
  display: flex;
  align-items: center;
  width: 50%;     /* ←ここがポイント：2列にする */
  box-sizing: border-box;
  margin-bottom: 0.5em;
  margin: 0 auto;
}

.wpcf7-list-item input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0 6px 0 0; /* テキストとの間に余白を */
  vertical-align: middle;
}

.wpcf7-list-item-label {
  line-height: 1;
}
.wpcf7-form-control-wrap {
  position: static !important; /* または desired value */
}
.wpcf7-form-control {
  font-size: 1.5rem;
}
.wpcf7-form {
  box-sizing: inherit;
}
/* コンタクトフォーム */
.contact-text {
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 20px;
}

input[type=text], input[type=email], input[type=tel], textarea {
    width: 100%;
    padding: 15px 15px;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    outline: none;
  box-sizing: border-box; /* ←必須！ */
  background-color: #FCF8F5;
}
.wpcf7-form-control::placeholder {
  color: #bbb; /* 薄めの色に */
  opacity: 1;
}
.form-box-wrapper {
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.875;
}
.form-box {
  border-radius: 25px;
  background-image: url("images/common/base-border-green.jpg");
  padding: 30px 15px;
}

.form-box dl {
  color: #F4F2E4;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.form-box dd {
    width: 63.993%;
}
.CF7_req {
  background-color: chocolate;
  color: #355654;
  padding-left: 5px;
  padding-right: 5px;
}
input[type="checkbox"] {
  width: 20px;
  height: 20px;
  transform: scale(1.3); /* より安全な拡大方法 */
  accent-color: #345654; /* ブラウザ対応していれば色変更もできる */
}
/* 「送信する」ボタン */
.btn-wrapper {
  text-align:center;
  padding-top: 30px;
}
.wpcf7 input.wpcf7-submit {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
	background-color:#345654;
  border: solid 2px #f79034;
	color:#F4F2E4;
	font-size:2rem;
	font-weight:bold;
	margin:0 auto;
  display: block;/* ← これを追加 */
  padding: 10px 20px;
  border-radius: 10px;
}
@media screen and (min-width: 700px) {
  .form-box p {
    padding-top:15px;
    margin-bottom: 15px;
  }
}
.CF7_btn{
	text-align:center;
	margin-top:20px;
}

.wpcf7-spinner{
	width:0;
	margin:0;
}


@media screen and (max-width: 768px) {
    .form-box dt, .form-box dd {
        display: block;
        width: 100%;
    }
}
.news-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.news-list > li {
    padding-bottom: 12px;
    border-bottom: 1px solid #BCA98B;
}
.news-list a{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}
.news-list a::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 14px 14px;
    border-color: transparent transparent #BCA98B transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}
.main-content {
  width: 61.551%;
  max-width: 700px;
}
.sidebar {
  width: 31%;
}

.news-title {
  font-family: "Marcellus", serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.25;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.text {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .news-title {
    font-size: 1.125rem;
  }
}
.border-white  {
  border: solid 0.5em #345654 ;
  border-radius: 10px;
}
.poster-white {
  box-shadow: 2px 2px 15px rgba(0.1, 0.1, 0.1, 0.1) ;
  border-radius: 10px;
}
.wp-pagenavi {
  display: flex;
  justify-content: flex-end;
  margin-top: 42px;
}
.wp-pagenavi span, .wp-pagenavi a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #BCA98B;
  font-size: 0.9375rem;
  font-weight: 500;
  transition: 0.3s ease-in;
}
.wp-pagenavi span:not(:last-child), .wp-pagenavi a:not(:last-child) {
  margin-right: 2.622%;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi span, .wp-pagenavi a {
    font-size: 0.875rem;
  }
}
.wp-pagenavi span:hover, .wp-pagenavi a:hover {
  background-color: #1576BE;
  color: #FFFFFF;
}
.wp-pagenavi span.current {
  background-color: #1576BE;
  color: #FFFFFF;
}
.wp-pagenavi a {
  color: #666666;
}
.wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink {
  width: auto;
  padding: 5px 1.2em;
}

.sidebar .box-white {
  padding-right: 8.376%;
  padding-left: 8.376%;
}
.sidebar .item {
  padding: 0 3.773%;
  padding-bottom: 36px;
}
.sidebar .item:not(:last-of-type) {
  border-bottom: 1px solid #BCA98B;
  margin-bottom: 42px;
}
.sidebar-list {
  padding: 0 7.718%;
  font-weight: 500;
  color: #555555;
}
.sidebar-list a {
  display: inline-block;
  padding-right: 1em;
  line-height: 2.562;
}
.sidebar-list a::before {
  content: "-";
  display: inline-block;
  margin-right: 0.5em;
}
.post .box-white {
  margin-bottom: 70px;
}
.post-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2px;
  font-size: 0.875rem;
  color: #555555;
}
.post-header time {
  margin-bottom: 0.5em;
}
.post-header .cat-list {
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .post-header .cat-list {
    font-size: 0.8125rem;
  }
}
.post-header .cat-list > li {
  padding-right: 18px;
  padding-left: 18px;
}
.post-title {
  margin-bottom: 0.718em;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.468;
}
@media screen and (max-width: 768px) {
  .post-title {
    font-size: 1.375rem;
  }
}
.post-wrapper {
  line-height: 1.75;
}
.post-wrapper > * {
  margin-bottom: 36px;
}
.post-wrapper h2 {
  padding-left: 1.166em;
  margin-bottom: 1.5em;
  border-left: 3px solid #BCA98B;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .post-wrapper h2 {
    font-size: 1.125rem;
  }
}
.post-wrapper h3 {
  padding: 10px 4.444%;
  margin-bottom: 1.318em;
  background-color: #E2EBEF;
  border-radius: 10px;
  font-size: 1.375rem;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .post-wrapper h3 {
    font-size: 1rem;
  }
}
.post-wrapper .images-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.post-wrapper .images-wrapper.col2 {
  margin-bottom: 0;
}
.post-wrapper .images-wrapper.col2 > a {
  width: 47.46%;
  margin-bottom: 36px;
}
.post .eyecatch {
  height: 0;
  padding-top: 59.841%;
  position: relative;
  overflow: hidden;
}
.post .eyecatch img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 15px;
}

.lb-outerContainer {
  background-color: transparent;
}

.lightbox .lb-image {
  border: none;
}

.page-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px;
  margin-top: 28px;
  border-top: 1px dashed #BCA98B;
  border-bottom: 1px dashed #BCA98B;
  font-size: 0.875rem;
  font-weight: 500;
  color: #BCA98B;
}
@media screen and (max-width: 768px) {
  .page-nav {
    font-size: 0.8125rem;
  }
}
.page-nav > li {
  min-width: 5em;
}
.page-nav > li:first-of-type a::after {
  right: auto;
  left: 0;
  transform: translateY(-50%) rotate(-135deg);
}
.page-nav a {
  display: inline-block;
  min-width: 5em;
  padding: 5px 14px;
  position: relative;
}
.page-nav a.to-archive {
  font-weight: bold;
  color: #333;
}
.page-nav a.to-archive::after {
  content: none;
}
.page-nav a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #BCA98B;
  border-right: 1px solid #BCA98B;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}

.privacy-wrapper {
  max-width: 574px;
  margin: 0 auto;
}
.privacy-wrapper > * {
  margin-bottom: 1.8em;
}
.privacy-wrapper h2 {
    font-size: 2.5rem;
  }
@media screen and (max-width: 768px) {
  .privacy-wrapper h2 {
    font-size: 2rem;
  }
}
.thumbnail {
    width: 13%;
    margin-right: 6.101%;
    line-height: 1;
}
.thumbnail img {
  max-width: 100%;
    height: auto;
}
/*=======================================================
  ナビゲーション調整用の設定
=======================================================*/
@media screen and (max-width: 1100px) {
  .header-nav {
    height: 54px;
    padding: 4px 4.8% 5px 2.933%;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.02);
  }
  .site-id-img {
    width: 38px;
    height: 17px;
  }
  .gnav {
    width: 100%;
    height: 100vh;
    padding-top: 54px;
    background-color: #BCA98B;
    color: #FFFFFF;
    line-height: 3.866;
    position: fixed;
    top: 0;
    right: -120%;
    z-index: 2;
    transition: all 0.6s;
  }
  .gnav.is-open {
    right: 0;
  }
  .gnav-list {
    display: block;
    padding-top: 38px;
    padding-bottom: 36px;
  }
  .gnav-list li {
    text-align: center;
  }
  .gnav-list li:not(:last-of-type) {
    margin-right: 0;
  }
  .gnav-list li:first-of-type {
    display: block;
  }
  .gnav-list a.current {
    color: inherit;
  }
  .btn-nav {
    display: inline-block;
    width: calc(30px + 9.6%);
    height: 50px;
    padding: 20px 4.8%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3;
  }
  .btn-nav::before, .btn-nav::after {
    content: "";
    height: 2px;
    background-color: #BCA98B;
    position: absolute;
    right: 27.272%;
    transition: all 0.4s;
  }
  .btn-nav::before {
    width: 23px;
    top: 20px;
  }
  .btn-nav::after {
    width: 30px;
    bottom: 20px;
  }
  .btn-nav.is-open::before {
    transform: translateY(4px) rotate(-24deg);
    width: 32px;
  }
  .btn-nav.is-open::after {
    transform: translateY(-4px) rotate(24deg);
    width: 32px;
  }
  .home-news {
    padding: 0 3%;
  }
}
/*=======================================================
  TBサイズより広い場合の設定
=======================================================*/
@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*=======================================================
  TBサイズ以下の設定
=======================================================*/
@media screen and (max-width: 768px) {
  .inner {
    max-width: calc(480px + 12.266%);
  }
  .content-title {
    margin-bottom: 1em;
    margin-left: 6px;
    line-height: 2.812;
  }
  .content-title::before {
    margin-bottom: 4px;
    margin-left: -6px;
  }
  .company-info {
    padding-right: 0;
  }
  .company-info dt {
    width: 7.571em;
    margin-right: 1.428em;
  }
  .news-list {
    width: 100%;
    margin-left: 0%;
  }
  .news-list a {
    padding-right: 6.133%;
    padding-left: 6.133%;
  }
  .news-list a::after {
    right: 5.333%;
  }
  .news-list .thumbnail {
    width: 31%;
  }
  .footer-a {
    padding-top: 26px;
    padding-bottom: 12px;
  }
  .footer-a .inner {
    max-width: inherit;
    padding: 0;
  }
  .footer-b {
    padding: 34px 0;
  }
  .contact-box {
    padding-top: 0;
    padding-bottom: 46px;
    border-radius: 0;
  }
  .contact-box .content-wrapper {
    max-width: calc(480px + 17.6%);
    padding: 0 8.8%;
    margin: 0 auto;
  }
  .contact-box .content-wrapper .item-left, .contact-box .content-wrapper .item-right {
    width: 100%;
  }
  .contact-box .content-wrapper .item-left {
    padding: 0 0 38px;
    border-right: none;
    border-bottom: 1px solid #CCCCCC;
  }
  .contact-box .content-wrapper .item-right .text {
    margin-bottom: 36px;
  }
  .contact-box .business-hours {
    display: block;
  }
  .contact-box .business-hours::after {
    content: "";
  }
  .footer-nav {
    justify-content: center;
    margin-top: 16px;
  }
  .copyright {
    margin-top: 0.6em;
  }
  .home-main {
    padding-bottom: 0;
  }
  .mv {
    height: auto;
    padding-top: 5.6%;
    padding-bottom: 5%;
    margin-bottom: 36px;
  }
  .mv .inner {
    max-width: initial;
  }
  .mv-text {
    margin-bottom: 12%;
    margin-left: 0;
    font-size: 3.733vw;
    line-height: 1;
    letter-spacing: 0.54em;
  }
  .mv-text .inner-text {
    padding-left: 2.898%;
  }
  .mv-text .inner-text:nth-of-type(2) {
    margin-top: 3.285em;
  }
  .mv-text .inner-text:last-of-type {
    padding-left: 0;
    margin-top: 4.857em;
  }
  .mv-en {
    margin-left: -1.866%;
    font-size: 7.2vw;
  }
  .mv .img-box {
    width: 71.466%;
  }
  .about {
    padding-bottom: 0;
  }
  .about::before {
    width: 49.866%;
    height: calc(100% - 14px);
  }
  .about .content-title {
    margin-bottom: 0.75em;
  }
  .about .content-title::before {
    margin-bottom: 4px;
    margin-left: -6px;
  }
  .about .content-wrapper {
    display: block;
  }
  .about .content-wrapper .text-wrapper {
    margin: 0 0 48px 6px;
  }
  .about .content-wrapper .content-text {
    width: 102%;
    padding-left: 6px;
    line-height: 2.357;
  }
  .about .content-wrapper .images-wrapper {
    width: 104.545%;
    margin-left: -6.969%;
  }
  .about .content-wrapper .images-wrapper .item1 {
    width: 36.521%;
  }
  .about .content-wrapper .images-wrapper .item2 {
    width: 29.855%;
    margin-top: 23.837%;
  }
  .about .content-wrapper .images-wrapper .item3 {
    width: 24.637%;
    margin-top: 43.023%;
  }
  .service {
    padding-top: 32px;
    padding-bottom: 28px;
  }
  .service .content-wrapper {
    display: block;
  }
  .service .content-wrapper .box-left {
    width: 100%;
  }
  .service .content-wrapper .box-left .content-text {
    width: 86.666%;
    line-height: 2.357;
  }
  .service .content-wrapper .box-right {
    display: block;
    width: 100%;
  }
  .service .item {
    width: 100%;
  }
  .service .item:nth-of-type(odd) {
    margin-top: 42px;
  }
  .service .item:nth-of-type(odd) .content-text {
    width: 91.515%;
  }
  .service .item:nth-of-type(even) {
    margin-top: 48px;
  }
  .service .item:nth-of-type(even) .content-text {
    width: 96.06%;
  }
  .service .item .content-text {
    margin-left: 2.727%;
  }
  .service .item-title-wrapper {
    margin-bottom: 26px;
    margin-left: 2.727%;
  }
  .service .item-title-wrapper .item-title-img {
    margin-right: 23px;
  }
  .company-news-wrapper {
    padding-top: 40px;
    padding-bottom: 46px;
    margin-bottom: 0;
  }
  .company-news-wrapper::before {
    width: 46.4%;
  }
  .home-company {
    width: 100%;
  }
  .home-company::before {
    width: 114%;
    height: calc(100% - 6px);
    left: 50%;
    transform: translateX(-50%);
  }
  .home-company .company-info {
    margin-left: 2.727%;
  }
  .home-news {
    width: 100%;
    padding-right: 6.4%;
    padding-left: 6.4%;
    padding-bottom: 40px;
    margin-top: 34px;
    margin-bottom: 0;
  }
  .home-news-title {
    text-align: left;
  }
  .home-news .news-list {
    width: 114.678%;
    margin-left: -7.339%;
  }
  .home-news .news-list .thumbnail {
    width: 31%;
  }
  .home-news > p {
    min-height: auto;
  }
  .box-white {
    padding-top: 30px;
  }
  .form-wrapper {
    max-width: 480px;
  }
  .form-box {
    display: block;
  }
  .form-box dt, .form-box dd {
    display: block;
    width: 100%;
  }
  .form-box dt {
    padding-bottom: 0.3em;
  }
  .form-box dt.message {
    padding-top: 0;
  }
  .form-box dd {
    padding-bottom: 1em;
  }
  .company-about {
    justify-content: center;
    margin-bottom: 60px;
  }
  .company-about .text-wrapper {
    flex-basis: auto;
    width: 100%;
    margin-bottom: 1.5em;
    margin-left: 0;
  }
  .company-about .images-wrapper {
    width: 80%;
    max-width: 300px;
  }
  .company-info-wrapper {
    justify-content: center;
  }
  .company-info {
    padding-bottom: 40px;
  }
  .map {
    width: 100%;
    padding-top: 75.092%;
  }
  .news-wrapper .box-white {
    margin-bottom: 40px;
  }
  .news-wrapper .main-content, .news-wrapper .sidebar {
    width: 100%;
  }
  .news-list {
    width: 100%;
    margin-left: 0;
  }
  .page-nav {
    width: 104%;
    padding: 10px 0;
    margin-left: -2%;
  }
  .page-nav a {
    padding: 5px 8px;
  }
  .page-nav a.to-archive {
    padding: 5px 0;
  }
}
.thumbnail {
  position: relative;
  overflow: visible;
}

/* 汎用NEWバッジ */
.new-mark {
 position: absolute;
  top: -8px;     /* ← ここをマイナスに */
  left: -8px;    /* ← ここもマイナスに */
  width: 38px;
  height: 38px;
  background-color: #d33c3c; /* バッジの色 */
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 38px;
  border-radius: 50%; /* 丸くする */
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  pointer-events: none;
	z-index:10;
	border: 1.5px solid #BCA98B;
}
.new-mark {
	color:#BCA98B;
}