body, html {
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  color: #1c1c1c;
}

.page-header-title, h1.page-header-title{
	color:#ffffff;
}
.site-footer-copyright p:nth-child(2) {
    display: none;
}

.page-header {
	background-image: url(https://fukuokayaguchi.com/wp-content/uploads/2024/02/ae46b1f460ee46f789c27b264a6cb421.jpg);
	width:100%;
	height:240px;
}
	@media (max-width: 575.98px) {
	.page-header {
		background-image: url(https://fukuokayaguchi.com/wp-content/uploads/2024/02/ae46b1f460ee46f789c27b264a6cb421.jpg);
	width:100%;
	height:120px;
	}
	}

.woocommerce div.product div.images{
	height:auto;
}

li.wc-block-product-categories-list-item {
    list-style: none;
}

.site-footer{
	background-color: #db0025;
}

.profile_text,.footer-nav ul li a,.site-footer-copyright{
	color:#FFFFFF;
}

.footer-nav{
	background-color: #ce0023;
}

/* 商品詳細ページ表 */
.table_design01 {
  border-collapse: collapse;
  width: 100%;
  max-width: 700px;
}
.table_design01 th, .table_design01 td {
  border: 2px solid #fff;
  background-color: #e6f1f6;
  padding: 1em;
}
.table_design01 th {
  background-color: #4d9bc1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 20%;
  min-width: 4em;
}
.table_design07 th, .table_design07 td {
  border: 2px solid #fff;
  background-color: #e6f1f6;
  border-radius: 0 15px 15px 0;
  padding: 1em;
}
.table_design07 th {
  background-color: #4d9bc1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 15px 0 0 15px;
  width: 20%;
  min-width: 4em;
  position: relative;
}
.table_design07 th::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  border: 10px solid transparent;
  border-left: 10px solid #4d9bc1;
  z-index: 2;
}
.table_design07 th::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + 2px);
  transform: translateY(-50%);
  border: 12px solid transparent;
  border-left: 12px solid #fff;
  z-index: 1;
}

/*投稿者名非表示*/
.entry-meta-item-author { display: none; }



