/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
form.wpcf7-form.init input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: var(--wp--preset--color--vivid-green-cyan);
    width: 100%;
    border: none;
    font-size: 1.2em;
    border-radius: 999px;
    padding: 10px 20px;
}
form.wpcf7-form.init input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: var(--wp--preset--color--light-green-cyan);
}
footer.site-footer .site-footer-copyright p:last-child {
    display: none;
}

/*テーブル装飾CSS（曜日カレンダー）*/
table.normalTbl.cal {
    border-left:solid 1px;
    border-color:#9bc244;
    width:100%;
   }
table.normalTbl.cal th,table.normalTbl.cal td{
    text-align: center;
    padding: 12px;
    border: none;
    width: auto;
	font-size: 25px;
    font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
table.normalTbl.cal th {
    background: #9bc244;
    color: #FFF;
    border-right: solid 1px;
}
table.normalTbl.cal th:last-child {
  border:none;
}
table.normalTbl.cal td, table.normalTbl.cal tr{
    border-bottom: solid 1px #9bc244;
    border-right: solid 1px #9bc244;
    color: #444f2a;
	background: #FEF9DC
}
table.normalTbl th {
    border-bottom: 1px solid #9bc244;
    color: #555;
    height: auto;
    line-height: 150%;
    padding: 6px
    text-align: center;
    vertical-align: middle;
    width: 34%;
    font-weight:bold;
    font-size: 18px;
}


@media only screen and (max-width: 680px) {
table.normalTbl.cal th,
table.normalTbl.cal td{
    display: table-cell;
    padding: 10px
	text-align: center;
}
}