/*
Theme Name: lightning-maedasangyo
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/
body{
    background: #dbd2ca;
    font-family: "Noto Sans JP";
}
#site-header{
    background-image: url(./img/mokume1.jpg);
    background-color:rgba(255,255,255,0.4);
    background-blend-mode:lighten;
}

h1.site-header-logo { 
    /* font-family: "Kokoro"; */
    font-family: "M PLUS Rounded 1c";
    /*font-family: "Sawarabi Mincho";*/
    /*ont-family: "Sawarabi Gothic";*/
}

figure.goods{
    box-shadow: 2px 2px 4px gray;
}

blockquote{
	font-family: "Sawarabi Mincho";
	font-size: 1.5rem;
	background: #eee;
}

.product-list{
    background: #fff;
    padding: 30px;
    box-shadow: 2px 2px 4px gray;
}

div.site-footer-copyright p:nth-child(2){
    display: none;
}

figure.goods img{
    max-height: 350px;
    object-fit: contain;
}

blockquote.explanation{
    font-size: 1.3rem;
}

table{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
}

table th:first-child{
  border-radius: 5px 0 0 0;
}

table th:last-child{
  border-radius: 0 5px 0 0;
  border-right: 1px solid #3c6690;
}

table th{
  text-align: center;
  color:white;
  background: linear-gradient(#829ebc,#225588);
  border-left: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  width: 25%;
  padding: 10px 0;
}

table td{
  text-align: center;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top:none;
  background: white;
  width: 25%;
  padding: 10px 0;
}

table td:last-child{
  border-right: 1px solid #a8b7c5;
}

table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

div.wp-block-media-text{
    background: white;
    box-shadow: 2px 2px 4px gray;
}
div.wp-block-media-text__content p{
    padding-top: 20px;
}