/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: twentytwentyone
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 1.4.1637670798
Updated: 2021-11-23 21:33:18

*/

body {
  color: #000000;
}
.singular .entry-header {
 display:none!important;
}
.info_form/*問い合わせ*/
{
	display:inline-flex;
}
@media screen and (max-width: 480px) { /* 480px以下(Mobile)*/
	.info_form
	{
		display:inline-flex;
    	flex-wrap: wrap;
	}
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
    font-family: "Sawarabi Mincho";
    font-size: 14px;
    font-weight: 400;
	border: 1px solid #000;
	margin: 0.5em;
}
/* — コンタクトフォーム7　送信ボタンのカスタマイズ — */
input.wpcf7-submit {
	padding:1em !important;/* ボタン内の余白 */
	margin:1em 0em !important;/* ボタンの上下の余白 */
	background-color: #25c04a !important;/* 背景の色 */
	border-radius: 5px !important;/* 角を丸く*/
	color: #fff !important;/* 文字の色*/
	font-size: 14px !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_send {
    text-align: center;
}
.wpcf7-spinner {
    display: none !important;
}
.footer-width-fixer{
	background-color:#e5e5e5 !important;
}
