@charset "utf-8";
/*
Theme Name: ichikawa
Template: lightning
Author: di
Version: 0.0.1
*/

br.spOnly {
	display: none;
}
footer .copySection p:nth-child(2){
	display: none;
}
.postList_thumbnail a {
	border: none !important;
}
#topMenu {
	display: flex;
	flex-wrap: wrap;
}
#topMenu figure {
	padding: 10px;
	width: 33.3%;
}
#topMenu figcaption {
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color:#464646;
}
.holidaytb table th {
	font-weight: bold;
	font-size:14px;
}
.holidaytb table td {
	font-size:16px;
}
.holidaytb figcaption {
	font-size: 16px!important;
	padding-top: 20px;
}
select.selectArea {
	width: 90%;
	height: 50px;
	font-size: 20px;
	display: block;
	margin: 0 auto 20px;
}
p#nomatch {
	display:none;
	margin-top:80px;
	text-align: center;
}
table#officeLs th {
	font-size: 15px;	
	font-weight: bold;
}
table#officeLs td {
	font-size: 16px;	
	padding-left: 10px;
	padding-right: 0;
}
div.wpcf7 label {
	width: 100%;
}
span.wpcf7-form-control-wrap input, span.wpcf7-form-control-wrap textarea {
	width: 90%;
	display: block;
	margin: 10px auto;
}
div.wpcf7 input.btn {
	width: 200px;
	display:block;
	margin: 10px auto;
}

@media screen and (max-width: 576px) {
br.spOnly {
	display: inline;
}
#topMenu figure {
	padding: 7px;
	width: 50%;
}	
table#officeLs tr:first-child {
	display: none;
}
table#officeLs td {
	display: block;
}
table#officeLs td:nth-child(1) {
	font-weight: bold;
	border-bottom: none;
	padding-bottom: 0;
}
table#officeLs td:nth-child(2) {
	border-bottom: none;
	padding: 0 0 0 40px;
}
table#officeLs td:nth-child(3) {
	padding: 0 0 10px 40px;
}
}
