/*
Theme Name: Twenty Twenty-Four Child
Template: twentytwentyfour
*/

.wrap {
	position: inherit;
	text-align: left;
	margin:0px 10px;
	background-color:transparent;
	width:auto;
}

.t-center{
	text-align:center;
}

.t-center.sp-left
{
	text-align:left;
}

.linkarea{
	 position: relative;
     z-index: 1;
}

.linkarea a{
	position: absolute;
	/*
	top: -25px;
	left: -10px;
	*/
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	z-index: 2;
}

.linkarea:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
	cursor:pointer;
}

.red{
	color:#e7211a;
}

.mgb10{
	margin-bottom:10px;
}

html{
	font-size:16px;
	line-height:1.6;
}

.Container{
/*  display: flex;
  flex-direction: column;
  min-height: 100vh;
*/  
  background-color:#fff;
  width:100%;
}
.sp-br{
	display:block;
}

.sp {
		display: block;
		/*
		text-align: center;
	*/
}


/*
#footer{
  margin-top: auto;
}
*/

@media (min-width: 950px) {

.t-center{
	text-align:center;
}

.sp {
		display: none;
}

.Container{
/*  display: flex;
  flex-direction: column;
  min-height: 100vh;
*/  
  background-color:#fff;
  width:100%;
}

#footer{
  margin-top: auto;
}

.sp-br{
	display:none;
}
}

@media (min-width: 1281px) {
.wrap {
	position: relative;
	text-align: left;
	width:1280px;
	margin:0 auto;
	background-color:transparent;
}
}


/* reCAPTCHA非表示 */
.grecaptcha-badge { visibility: hidden; }


/* form
-------------------------------------------------- */
#page-contact .txt-lead{
	margin:0 0 20px;
}

#page-contact .contact_table{
	font-size:1.1rem;
}
#page-contact .center{
	text-align:center;
}
.wpcf7 {}
.wpcf7 form {
	margin: 0;
}
.wpcf7 table {
	margin-bottom: 10px;
}

.wpcf7 table p{
	margin-bottom:10px !important;
}
.wpcf7 table th {
	white-space: nowrap;
	font-weight:bold;
}
.wpcf7 table .his {
	color: #f00;
	font-size: 0.9em;
	padding-left: 0.3em;
}
.wpcf7 fieldset {
	border: 1px solid #e5e5e5;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
.wpcf7 legend {
	border: 0;
	padding: 0;
	white-space: normal;
	*margin-left: -7px;
}
.wpcf7 label {
	display: inline-block;
	margin: 1em auto;
}
.wpcf7 button, .wpcf7 input, .wpcf7 select, .wpcf7 textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}
.wpcf7 textarea {
		width:100%;
	border: 1px solid #e5e5e5;
	border-radius:5px;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
.wpcf7 button, .wpcf7 input {
	line-height: normal;
	font-weight: normal;
}
.wpcf7 button, .wpcf7 input[type="button"], .wpcf7 input[type="reset"], .wpcf7 input[type="submit"], .wpcf7 .btn {
	cursor: pointer;
	*overflow: visible;
	-webkit-appearance: none;
}
.wpcf7 button[disabled], .wpcf7 input[disabled] {
	cursor: default;
}
.wpcf7 input[type="checkbox"], .wpcf7 input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	*height: 13px;
	*width: 13px;
}
.wpcf7 input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: border-box;
}
.wpcf7 input[type="search"]::-webkit-search-cancel-button, .wpcf7 input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
.wpcf7 button::-moz-focus-inner, .wpcf7 input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.wpcf7 textarea {
	overflow: auto;
	vertical-align: top;
}
/* form
---------------------------------------- */

.wpcf7 form input[type="text"], .wpcf7 form input[type="email"], .wpcf7 form input[type="url"], .wpcf7 form input[type="tel"], .wpcf7 form input[type="number"], .wpcf7 form input[type="date"] {
	border-radius: 3px;
	padding: 0.8em 1.5em;
	width: 100%;
	border: 1px #dddddd solid;
	outline: none;
	box-sizing: border-box;
	margin: 0.3em 0;
}
.wpcf7 form input[type="submit"] {
	display: inline-block;
	width: 30%;
	min-width: 240px;
	margin: 10px 2%;
	padding: 0.5em;
	background: #FFE556;
	font-size: 1.125em;
	font-weight: bold;
	border-radius: 3em;
	outline: none;
	border: none;
	appearance: none;
}
@media screen and (max-width: 780px) {
	.page-id-584 .wpcf7 form input[type="submit"] {
		margin: 0 2% 20%;
	}
	#header-gnav-area, #header-gnav-area.fix {
		position: fixed;
		top: 0;
		transform: none;
		box-shadow: none;
		/*
		height: 21vw;
	*/
	}
}
.wpcf7 form input[type="submit"]:hover {
	cursor: pointer;
}
.wpcf7 form input[type="button"] {
	display: inline-block;
	width: 30%;
	min-width: 240px;
	margin: 0 2%;
	padding: 0.5em;
	background: #fed600;
	font-size: 1.125em;
	font-weight: bold;
	border-radius: 3em;
	outline: none;
	border: none;
	appearance: none;
	color: #fff;
}
.wpcf7 form input[type="button"]:hover, .wpcf7 form button:hover {
	cursor: pointer;
}
