
html {
  scroll-behavior: smooth;
	color: #fff;
	background-color:#000;
}

@media (max-width: 768px){.page-id-195 .custom-logo,
.page-id-208 .custom-logo,
.page-id-184 .custom-logo {
    display: none;
}}
.page-id-222 .header{
   display: none;
}

main {
	width: 70%;
	display: inline-block;
	vertical-align: top;
}

aside {
	width: calc(30% - 26px);
	display: inline-block;
	margin-left: 20px;
	box-sizing: border-box;
	border: solid 1px;
}

p {
	line-height: 2;
	width: 100%;
	display: inline-block;
	padding-right: 10px;
	box-sizing: border-box;
	vertical-align: top;
	margin: 15px;
	
}

.imgarea {
	height: 150px;
	width: calc(40% - 6px);
	background-color: #ccc;
	display: inline-block;
}
@media screen and (max-width:480px) {
	p {
		width: 100%;
		margin: 0px 0 10px 0;
		
	}

	main {
		width: 100%;
	}

	.imgarea {
		width: 100%;
	}

	aside {
		width: 100%;
		margin: 30px 0 0 0;
	}
}

/* Powered by WordPress を非表示 */
.powered-by｛
	display: none;
}

.Blog at WordPress.com.{
display: none;
}

.indispensable{
	font-size:85%;
	opacity:.8;
}
.wpcf7-form-control-wrap {
    width: 100%!important; /* 親要素の幅を100%に設定 */
}

label{
	margin-top:20px;
}
.wpcf7 input[name="name-981"],
.wpcf7 input[name="email-171"],
.wpcf7 input[name="tel-47"],
.wpcf7 select[name="menu-127"],
.wpcf7 textarea {
	width: 100%
}

input[name="name-981"], 
input[name="email-171"], 
input[name="tel-47"] {
  border-radius: 50px;
  border-width: 3px;
  line-height: 1;
  font-size: 1rem;
  width:100%;
	box-sizing: border-box;
}
select[name="menu-127"]{
  border-radius: 50px;
  border-width: 3px;
  line-height: 1;
  font-size: 1.2rem;
	color:#a9a9a9;
  width:100%;
	box-sizing: border-box;	
}
textarea[name="your-message"]{
	font-size: 1.2rem;
	border-radius: 50px;
	border-radius: 50px;
  border-width: 3px;
  width:100%;
	box-sizing: border-box;
}
/* 通常のテキスト入力フィールド、メールアドレスフィールド、電話番号フィールド、選択メニューのスタイル */
.input {
    width: 100%;
    box-sizing: border-box; /* パディングとボーダーを含む幅 */
}

/* テキストエリア（備考欄）のスタイル */
.text_form {
    width: 100%;
    box-sizing: border-box; /* パディングとボーダーを含む幅 */
}

