/* カスタマイズ用CSS */
.pc { display: block; }
.sp { display: none; }
@media only screen and (max-width: 750px) {
.pc { display: none; }
.sp { display: block; }
}

.ec-newsRole .ec-newsRole__newsCloseBtn {
    background: #006400;
}
.ec-inlineBtn--top {
    color: white;
    background-color: #006400;
    border-color: #006400;
}
.ec-drawerRole {
    background: #FFF;
}

.ec-drawerRole .ec-headerLinkArea {
    background: #006400;
}
.ec-secHeading .ec-secHeading__en {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: #006400;
}
.ec-secHeading {
    margin-bottom: 10px;
    margin-left:10px;
    color: black;
}
.ec-newsRole .ec-newsRole__news {
    border: 0px solid #F8F8F8;
    padding: 0px;
}
.ec-newsRole .ec-newsRole__newsItem {
    padding: 10px 0;
}
.ec-newsRole .ec-newsRole__newsTitle {
    font-size: 1em;
    line-height: 1.6;
}
.ec-newsRole .ec-newsRole__newsDate {
    font-size: 1.1em;
    font-weight: NORMAL;
}

.ttl_frame8 {
  font-weight: bold;
  padding: 0.5em 1em;
  margin-left: 5px;
  margin-right: 5px;
  outline: 3px solid #228b22;
  outline-offset: 5px;
  background: linear-gradient(-45deg, transparent 0 20px, #fff 20px calc(100% - 20px), transparent calc(100% - 20px)),
              repeating-linear-gradient(-45deg, #228b22 0 2px, #fff 2px 6px);
}
.ec-newsRole {
padding:10px 0 0 0;
}

.ec-productRole .ec-productRole__actions {
    padding: 14px 0;
    font-size: 1.3em;
}
.ec-productRole .ec-productRole__category {
    padding: 14px 0;
    border-bottom: 1px dotted #ccc;
font-size: 1.3em;
}
.ec-productRole .ec-productRole__tags {
    margin-top: 5px;
    padding: 0;
    padding-bottom: 5px;
    border-bottom: 1px dotted #ccc;
}
.ec-productRole .ec-productRole__code {
    padding: 14px 0;
    border-bottom: 1px dotted #ccc;
font-size: 1.3em;
}

.ec-price .ec-price__tax {
    font-size: 1.2em;
}
.ec-price .ec-price__price {
    display: inline-block;
    padding: 0 0.3em;
    font-size: 2em;
    font-weight: bold;
}

/* アクセントカラー */
.cstm-box-corner-accent {
   margin-bottom: 1em; /* 外側余白 */
   padding: 2em; /* 内側余白 */
   border: 3px solid #eee; /* ベースの実線 */
   position: relative; /* 配置（基準） */
   z-index: 0; /* 重なり順 */
   max-width: 100%; /* 最大幅 */
}

.cstm-box-corner-accent:before {
   border-top: 3px solid #8293AA; /* 上辺の線の色（#8293AA） */
   border-left: 3px solid #8293AA; /* 左辺の線の色（#8293AA） */
   content: ''; /* 擬似要素にコンテンツなし */
   display: block; /* 擬似要素をブロック表示 */
   position: absolute; /* 配置（位置を指定） */
   top: -3px; /* 上から-3pxずらす */
   left: -3px; /* 左から-3pxずらす */
   width: 20px; /* 幅20px */
   height: 20px; /* 高さ20px */
   z-index: 1; /* 重なり順（前面に表示） */
}

/* ボックス内の段落 */
.cstm-box-corner-accent p {margin:0;font-size:1.2em;}

.ec-headingTitle {
    margin: 0 0 8px;
    font-size: 1.8em;
    font-weight: normal;
    color: #525263;
}

.ec-headerNaviRole .fa-bars {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ec-headerNavSP {
    padding: 0px;
    width: 48px;
    height: 44px;
    border-radius: 25% 10%;
    background: #417038;
}


/* スライダー幅調整 */
.ec-sliderRole {
  margin: 0 auto;
    margin-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  margin-bottom: 24px;
}

.heading-21 {
    position: relative;
    padding: .5em .7em .4em;
    border-bottom: 3px solid #adadad;
    color: #000000;
    font-size:1.2em;
}

.heading-21::before,
.heading-21::after {
    position: absolute;
    left: 30px;
    bottom: -15px;
    width: 30px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.heading-21::before {
    background-color: #adadad;
}

.heading-21::after {
    bottom: -11px;
    background-color: #fff;
}
.heading-21-p {
    margin: 1em 0em;
    font-size:1em;
}


/* ワラ縄スライダー用CSS */
.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    content: " ";
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    text-align: center;
    opacity: .25;
    background-color: black;
    border-radius: 50%;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    background-color: black;
}

.slick-dots li button.thumbnail img {
    width: 0;
    height: 0;
}

@media only screen and (min-width: 768px) {
  .ec-layoutRole .ec-layoutRole__left, .ec-layoutRole .ec-layoutRole__right {
    display: block;
    width: 284px;
    padding-right: 24px;
  }
}


.ttf1 {
  font-weight: bold;
  color:#5a544b;
  padding: 0.3em 1em 0.5em;
  border-radius: 0 0 0 10px;
  border-left: 3px solid #d3a24e;
  border-bottom: 3px solid #d3a24e;
  position: relative;
  margin-bottom:30px;
}
.ttf1::before, .ttf1:after {
  content: '';
  height: 0;
  width: 0;
  border: solid transparent;
  position: absolute;
  left: 30px;
}
.ttf1::before {
  border-color: transparent;
  border-top-color: #d3a24e;
  border-right-color: #d3a24e;
  border-width: 10px;
  top: 100%;
  left: 26px;
}
.ttf1:after {
  border-color: transparent;
  border-top-color: #fff;
  border-right-color: #fff;
  border-width: 6.5px;
  top: 99%;
}

.f01{
  font-size: 1.2em;
  font-weight:bold;
}

.f02{
  font-size: 1em;
  font-weight:bold;
  color:#e60012;
}

.f03{
  font-size: 1.2em;
}

.hm7{
  position: relative;
  overflow: hidden;
  padding: 0.5rem 2rem 0.5rem 90px;
  border: 2px solid #5a544b;
  font-size: 1.5em;
  font-weight: bold;
}

.hm7:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 180px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  background: #5a544b;
}

.hm7 span {
  font-size: 1em;
  font-weight: bold;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 9px;
  padding-left: 18px;
  color: #fff;
}


.tb01 {
    width: 100%;
  }
.tb01 th,
.tb01 td{
  padding: 10px;
  border: solid 1px #ccc;
  box-sizing:border-box;
}
.tb01 th {
  text-align:center;
  font-size: 1.2em;
  background: #e6eae3;
  width: 15%;
}

@media screen and (max-width: 640px) {
.tb01 {
    width: 100%;
  }
  table.tb01 th,
  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
.tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}


.main5 {
  border-collapse: collapse;
  width: 100%;
  text-align:center;
  vertical-align:middle;
}
.main5 th,
.main5 td {
  padding: 5px 0px;
  border: 1px solid #999;
}
.main5 th {
  background-color: #eee;
  width: 11%;
}


.main6 {
  border-collapse: collapse;
  width: 100%;
  text-align:center;
  vertical-align:middle;
}
.main6 th,
.main6 td {
  padding: 5px 0px;
  border: 1px solid #999;

}
.main6 th {
  background-color: #eee;
  width: 30%;
}

.ec-footerRole {
  border-top: 1px solid #FFF;
  margin-top: 30px;
  background-image:url('/html/user_data/assets/img/top/ftuna4.png');
  background-color:#fff;
}

.tl5 {
  font-weight: bold;
  padding: 0.3em;
  margin-bottom: 0.3em;
  position: relative;
}
.tl5::after {
  content: '';
  background-size: 10px 10px;
  background-color: #006400;
  background-image: repeating-linear-gradient(-45deg, #d3a24e 0, #d3a24e 3px, #fff 0, #fff 50%);
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.tl5:first-letter{
 font-size:1.2em;
 color:#006400;
}


.ec-footerNavi
.ec-footerNavi__link a {
text-decoration: none;
color:white;
margin-top:15px;
font-size: 1.3em;
font-weight:bold;
}

#img1 {width: 300px;}

.headsub1 {
  position: relative;
  padding: 8px 1px;
  outline: 2px solid #bc2029;
  font-family: 'Noto Sans JP', serif;
  font-size: 1.2em;
  color: #bc2029;
  font-weight: 700;
  display: block;
  box-sizing: border-box;
  max-width: 100%;
  text-align: center; 
  margin: 5px;
  margin-inline: auto;
}

.headsub1::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  width: 40px;
  height: 40px;
  background: #d0e0e5;
  clip-path: polygon(0 0, 100% 0%, 0 100%);
  z-index:-999;
}

.headsub1::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 100%;
  height: 100%;
  outline: 2px solid #bc2029;
}

.waku2 {
 margin: 15px auto;
 padding: 8px;
 width: 100%;
 background-color: #fff; /* 背景色 */
 border: 1px solid #999999; /* 枠線 */
}