/*
Theme Name:		Welcart Basic Child
Description:	Welcart Basic Child is child theme for Welcart Basic.
Author:			Collne Inc.
Author URI:		https://www.collne.com/
Template:		welcart_basic
Version:		1.0.0
License:		GNU General Public License v2 or later
License URI:	http://www.gnu.org/licenses/gpl-2.0.html
Tags:			responsive-layout, basic-child, two-columns, right-sidebar. left-sidebar
*/

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
.note-mark {
clear: both;
}
.widget_welcart_calendar .note-mark .businessday {
background-color: transparent;
}
span.day-color {
    background-color: #fff0d1;
    margin-left: 3px;
}
h1.site-title a:hover, div.site-title a:hover{
    text-decoration: none;
}
.front-il .itemprice, .front-il .itemsoldout, .front-il .itemname {
    text-align: center !important;
}
.front-il {
    padding: 30px 0 40px;
}
.cat-il.type-grid .itemname, .cat-il.type-grid .itemprice {
    text-align: center;
}
footer nav li:last-child {
    padding-right: 0;
}
/*ヘッダー*/
@media screen and (min-width: 62.5em) {
 footer nav li {
    width: auto;
 }      
#site-navigation ul {
    display: flex;
    justify-content: center;
}
.footer-menu.cf {
    display: flex;
    justify-content: center;
}
}
@media screen and (max-width: 1000px) {
footer nav li {
    text-align: center;
}
}
/*フッター余白排除*/
.wrappers{
    display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100vh;
}
