@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/*
Theme Name: STORY CHILD
Template: story_tcd041
*/
*{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
html{
	scroll-behavior: smooth;
}
body{
	font-size: 18px;
	font-family: "Noto Sans JP", sans-serif;
	color: #333333;
	background: #fff8f1;
}
.ad-img{
	width: 100%;
	max-width: 563px;
	margin: 0 auto;
	position: relative;
}
img{
	max-width: 100%;
}
a.contact_btn,a.contact_btn2{
	width: 81.7%;
	max-width: 360px;
	height: 80px;
	line-height: 80px;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background: #f7941e;
	border: 2px solid #ffff;
	border-radius: 10px;
	padding: 0 1em 0 3em;
	position: absolute;
	bottom: 300px;
	left: 50%;
	transform: translateX(-50%);
}
a.contact_btn2{
	bottom: 50px;
}
a.contact_btn::after,a.contact_btn2::after{
	content: '\f35a';
	display: block;
	font-family: "FontAwesome";
	position: absolute;
	top: 0;
	left: 1em;
}
/* コンタクトフォーム */
#contact{
	margin-top: -100px;
	padding-top: 100px;
}
.wpcf7{
	width: 100%;
	max-width: 563px;
	border: none;
	background: #fff;
	padding: 50px 0 20px;
	margin: 0 auto !important;
}
.wpcf7 form{
	margin: 0 1.5em;
}
.wpcf7 p{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	line-height: 2;
}
.wpcf7 p:last-child{
	line-height: 1;
	margin-bottom: 0;
}
.wpcf7 input, .wpcf7 textarea{
	width: 100%;
	height: 55px;
	background: #fff8f1;
	border-color: #f7941e;
	border-radius: 5px;
}
.wpcf7 select{
	width: 100%;
	height: 55px;
	font-size: 18px;
	color: #666;
	background: #fff8f1;
	border-color: #f7941e;
	border-radius: 5px;
}
.wpcf7 input.wpcf7-submit{
	width: 81.7%;
	max-width: 360px;
	height: 80px;
	line-height: 80px;
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	background: #c0392b;
	border: 2px solid #c0392b;
	border-radius: 10px;
	padding: 0 1em;
	position: relative;
}
.wpcf7 input.wpcf7-submit:hover{
	background: #ea9e8f;
}
p.recaptcha-copy {
	text-align: center;
    font-size: 10px;
    color: #aaa;
}
p.recaptcha-copy a{
    color: #aaa;
}
.grecaptcha-badge { visibility: hidden; }

.footer{
	width: 100%;
	max-width: 563px;
	padding: 30px 2rem 0;
	margin: 0 auto;
	background: #f7941e;
}
.footer h2{
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	margin-bottom: 1em;
}
.footer p{
	font-size: 1.1em;
	color: #fff;
}
.footer address{
	color: #fff;
	line-height: 1.5;
	font-style: normal;
	margin-bottom: 1em;
}
.footer_btn{
	display: block;
	width: 100%;
	max-width: 240px;
	height: 40px;
	line-height: 40px;
	color: #f7941e;
	background: #fff;
	padding: 0 2em 0 1em;
	margin: 0 auto;
	position: relative;
}
.footer_btn::after{
	content: '\f054';
	display: block;
	font-family: "FontAwesome";
	position: absolute;
	top: 0;
	right: 1em;
	transition: all .6s;
}
.footer_btn:hover{
	background: #fff8f1;
}
.footer_btn:hover::after{
	right: 1.5em;
}
.dp-footer-bar{
	background: #C14032;
	border: none;
	padding: .5rem 1rem;
	margin-left: -2rem;
}
.dp-footer-bar a{
	width:100%;
	height: 60px;
	line-height: 60px;
	font-size: 28px;
	font-weight: 700 !important;
	text-align: center;
	color: #fff;
	background: #f7941e;
	border: 2px solid #ffff;
	border-radius: 10px;
	padding: 0 1em 0 3em;
	position: relative;
}
.dp-footer-bar a span{
	line-height: 56px;
	font-weight: 700;
}
.dp-footer-bar a::after{
	content: '\f35a';
	display: block;
	font-family: "FontAwesome";
	position: absolute;
	top: 0;
	left: 1em;
}
.dp-footer-bar-icon:before{
	content: none;
}
p.copyright{
	font-size: 12px;
}
@media screen and (max-width: 563px){
	a.contact_btn, a.contact_btn2{
		height: 14.2vw;
		line-height: 14.2vw;
		font-size: 6.5vw;
		bottom: 53vw;
	}
	a.contact_btn2{
		bottom: 8vw;
	}
	.wpcf7 input.wpcf7-submit{
		height: 14.2vw;
		line-height: 14.2vw;
		font-size: 6.5vw;
	}
} 