/* カスタマイズ用CSS */
.item.slick-slide h3, .item.slick-slide p {
  font-family: "Noto Serif JP", serif;
  position: absolute;
  color: white;
  width: 80%;
  text-align: left;
  margin: 0 20px;
  padding: 10px 0;
  z-index: 10;
  line-height: 1.8;
  text-shadow: 4px 4px 4px black;
}

.ec-eyecatchRole .ec-eyecatchRole__image {
  min-width: 50%;
  padding-top: 30px;
}

.ec-headerSearch {
  width: 80%;
  margin: 0 auto;
}

.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
  background: #01538B;
}

.ec-footerRole {
  border: none;
  background: #01538B;
}

.ec-headerNaviRole .ec-headerNaviRole__search {
  margin-top: 0px;
}

.ec-headerNaviRole .ec-headerNaviRole__right {
  width: 100%;
  justify-content: space-around;
}

.ec-headerNaviRole img {
  width: 100%;
}

.ec-headerNaviRole {
  font-weight: bold;
}

.ec-headerNaviRole__nav {
  padding: 0 10px;
}

.ec-headerNaviRole__contact {
  font-weight: bold;
  font-size: 1.5em;
  padding: 10px;
}

.ec-headerNaviRole__contact span {
  color: #FA0006;
}

.ec-categoryRole {

  background: #FFF;
}

.ec-categoryRole .ec-categoryRole__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ec-categoryRole__listItemTitle {
  font-weight: bold;
  margin-top: 8px;
}

.ec-newsRole {
  padding: 40px 0;
}


.ec-newsRole .ec-newsRole__newsTitle {
  font-weight: normal;
  color: black;
}

.ec-headerNaviRole .ec-headerNaviRole__left {
  width: 0;
}

.ec-itemNav__nav li a span {
  font-size: 12px;
}

@media only screen and (min-width: 768px) {
  .ec-headerNaviRole__contact {
    font-size: 2em;
  }

  .ec-headerNaviRole .ec-headerNaviRole__left {
    width: 33%;
  }

  .ec-categoryRole .ec-categoryRole__listItem {
    width: 45%;
  }

  .ec-categoryRole .ec-categoryRole__listItem:not(:last-of-type) {
    margin-right: 0;
  }

  .ec-newsRole {
    padding: 60px 0;
  }
}

.image-container {
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.image-container a img {
  width: 115px;
}

.maker {
  background-color: #c6e8f4;
  width: 100%x;
  font-size: 16px;
  line-height: 20px;
  margin: 25px;
  color: #00479d;
  margin: 10px;
  padding: 4px 0 4px 10px;
}

.font-1 {
  font-size: 16px;
  line-height: 20px;
  margin: 20px;
  float: left;

}

.item {
  margin: 0 0 10px 0;
}

.item-01 {
  margin: 0 0 0 20px;

}

.item-01 a {
  color: #2e3233;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
}

.list-01 {
  background-color: #c6e8f4;
  padding: 4px;
  width: 110px;
  margin: 10px;
  height: 20px;
  float: left;
}

.clear {
  clear: both;
  float: none;
  display: block;
  line-height: 0px;
}

.anchors a {
  font-size: 24px;
  color: #2e3233;
  line-height: 40px;
  font-weight: bold;
  margin: 12px;
  padding-right: 8px;
  border-right: 1px solid #4c4d4d;

}

.anchors a:last-child {
  border-right: none;
}

.maker_img {
  display: flex;
  justify-content: space-around;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.maker_img li {
  list-style: none;
  width: 30%;
  min-width: 150px;
  text-align: center;
  margin: 15px 0;
}

.maker_img p {
  color: #00479d;
  text-align: center;
}

.maker_img img {
  max-width: 100%;
  max-height: 80px;
}


/*商品一覧ボタン*/

a.btn_01 {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 40%;
  margin: auto;
  padding: 1rem 4rem;
  font-weight: bold;
  border: 2px solid #27acd9;
  color: #27acd9;
  transition: 0.5s;
}

a.btn_01:hover {
  color: #fff;
  background: #27acd9;
}

.arrow {
  position: relative;
  display: inline-block;
  padding: 10px;
}


.arrow::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px #27acd9;
  border-right: solid 2px #27acd9;
  position: absolute;
  left: 10px;
  top: 8px;
  transform: rotate(45deg);
  transition: 0.5s;
}

a.btn_01:hover .arrow::before {
  border-top: solid 2px white;
  border-right: solid 2px white;
  transition: 0.5s;
}


/*PCメニュー*/

#g_navi {
  background: #6999B8;
}

#g_navi ul {
  display: flex;
  margin: 0 auto;
  padding: 0 3%;
  width: 94%;
  max-width: 960px;
  list-style-type: none;
}

#g_navi ul li {
  position: relative;
  width: 20%;
}

#g_navi ul li:first-child::before {
  position: absolute;
  display: block;
  content: "";
  top: 25%;
  left: 0px;
  width: 1px;
  height: 50%;
  background-color: #976d52;
}

#g_navi ul li::after {
  position: absolute;
  display: block;
  content: "";
  top: 25%;
  right: 0px;
  width: 1px;
  height: 50%;
  background-color: #976d52;
}

#g_navi ul li a {
  display: block;
  padding: 17px 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

#g_navi ul li a:hover {
  background-color: #472108;
}