/*
Theme Name: okesys-theme2023
Theme URI: https://okesys.net
Description: 桶狭間情報システムのテーマ
Version: 1.0
Author: Sakai Takayuki
Author URI: https://okesys.net
*/


#sidebar div{
	margin-bottom: 30px;
}
#wp-calendar{
	width: 100%;
}
/* — コンタクトフォーム7　送信ボタンのカスタマイズ — */
input.wpcf7-submit {
padding:1em !important;/* ボタン内の余白 */
margin:2em 0em !important;/* ボタンの上下の余白 */
background-color: #25c04a !important;/* 背景の色 */
border-radius: 5px !important;/* 角を丸く*/
color: #fff !important;/* 文字の色*/
font-size: 18px !important;/* 文字の大きさ */
font-weight: bold !important;/* 文字の太さ*/
width: 50%;/* ボタンの横幅*/
transition:0.5s;/* 背景色が変わるまでの時間*/
box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.10);/* 薄っすらとボタンにドロップシャドウをかける*/
}
input.wpcf7-submit:hover {
background-color:#f2d500 !important;/* マウスを乗せたときの背景色 */
color: #fff !important;/* マウスを乗せたときの文字の色 */
}
.btn-submit {
    width: 100%;
    text-align: center;
}

@media (max-width: 576px) {
	#section{
		margin-top:80px;
	}
}