h1,h2,h3{font-weight: bold;}

.googleCalendar iframe {
  width: 100%;
  height: 400px;
}
@media all and (min-width: 768px) {
  .googleCalendar iframe {
	height: 600px;
  }
}

/* 以下contactformのcss */
a:hover{opacity: 0.8;}

#satei-form h2{font-size:20px;}

#satei-form h4{
	font-size:20px;
	font-weight: bold;
}

.cf7-info{
	padding:5px;
	background: lightyellow;
	border: solid 3px crimson;
	border-radius: 10px;
	margin:20px 0 20px;
}

.cf7-strong{
	font-weight: bold;
	font-size: 120%;
	color: crimson;
}

.cf7-color{
	color: crimson;
	text-decoration: underline;
	font-weight: bold;
}

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type="button"] {
  -webkit-appearance: none;
  border-radius: 0;
}

span.wpcf7-list-item {
display: block;
}

span.asterisk{
display: inline-block;
font-size: 70%;
color: white;
background-color: crimson;
padding: 5px 10px;
border-radius: 5px;
margin: 0 0 0 10px;	
}

/* 必須マーク */
.must{
	color: #fff;
	margin-right: 10px;
	padding: 6px 10px;
	background: #F92931;
	border-radius: 20px;
}

/* 任意マーク */
.free {
	color: #fff;
	margin-right: 10px;
	padding: 6px 10px;
	background: #424242;
	border-radius: 20px;
}

/* 項目名を太字にする */
form p {
	font-weight: 600;
}

/* 入力項目を見やすくする */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	padding: 8px 15px;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #d0d5d8;
	border-radius: 3px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 200px;
}

/* 必須項目の入力欄を黄色にする */
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	background: rgba(255, 255, 142, 0.46);
}

/* 送信ボタンを見やすくする */
input.wpcf7-submit {
	width: 100%;
	height: 80px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	background-color: crimson;
}

/* エラーメッセージを見やすくする */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: red;
	font-weight: 600;
}

/* パンくずリストを非表示にする */
.p-breadcrumbs li{
	display:none;
}