/*
Theme Name:  storefront - Child Theme
Template:    storefront
*/
body {
  font-family: Montserrat, "Helvetica Neue", sans-serif;
}
#primary a {
	text-decoration:underline;
}

/* ヘッダーロゴ */
@media screen and (min-width: 768px) { 
.site-header .site-branding img {
	max-width: unset !important;
	width: 280px;
}
	.storefront-secondary-navigation.woocommerce-active .site-header .site-branding{
		width: auto;
		max-width:280px;
		margin-right:1%;
	}
	.storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation{
		width: 45%;
		margin-right:1%;
	}
}
.site-branding .site-description{
	margin-top: 0.5rem;
	display:block;
}

/* ヘッダーメニュー */
.site-header ul.menu li.current-menu-item > a{
	border-bottom:dotted 1px #F33832;
}


/* フッター */
.site-footer {
    border-top: solid #00428C 1px;
	margin-top:1px;
}
.site-content {
    border-bottom: solid #F03B29 1px;
}

/* icon */
.fa-file-pdf{
	color:#E20001;
}

/* Form */
.frex_radio .wcpa_group_field{
    display: flex;
}

/* システムメンテナンスMSG */
.mente_msg {
	padding:10px;
	background-color:#ffeeee;
	border:solid 2px #F83932;
}
.normal_msg {
	padding:10px;
	background-color:#eeeeff;
	border:solid 2px #00428C;
}

/* 並び替えセレクト非表示 */
.woocommerce-ordering {
	display: none;
}