/* assets/background_style.css */
.background_stone {
  background-color: #fafafa; /* フォールバック */
  background-image: url('./images/background_stone_001.webp');
  background-repeat: repeat;
  /* background-position: center center;
  background-size: cover; */
  /* background-attachment: fixed; */
  /* retina対応例
  background-image: image-set(
    url('../images/bg@1x.jpg') 1x,
    url('../images/bg@2x.jpg') 2x
  );
  */
}

.buner_head_background_001 {
  background-color: #000000;
  background-image: url('./images/head_back_001.webp');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /* background-attachment: fixed; */
  /* retina対応例
  background-image: image-set(
    url('../images/bg@1x.jpg') 1x,
    url('../images/bg@2x.jpg') 2x
  );
  */
}

.category-burner header.entry-header{
  background-color: #000000;
  background-image: url('./images/head_back_001.webp');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.category-burner header.entry-header h1{
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  color: white;
  padding: 3rem 5%;

  /* background-attachment: fixed; */
  /* retina対応例
  background-image: image-set(
    url('../images/bg@1x.jpg') 1x,
    url('../images/bg@2x.jpg') 2x
  );
  */
}
.category-burner .entry-header h1.entry-title  {
    background-color:transparent;
}


.category-burner table{
    border:2px solid #ffebd5;
    border-collapse: separate;
    border-spacing: 0px;
    width: 90%;
    width: calc(100% - 10px) !important;
}

.category-burner table thead th{
    background-color:#ffecc3;
}

.category-burner table tr:nth-child(2n+1){
    background-color:#ececec;
}
.category-burner table tr:nth-child(2n){
    background-color:#fafafa;
}
.category-burner table td ,.category-burner table thead th{
    border: none;
    text-align:center;
    font-size:0.8rem;
    font-family: "Zen Kaku Gothic New", serif;
}
