@charset "utf-8";

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
.helo {
	background-image: url("../images/contact/h_bg.webp");
	height: 500px;
	background-position: center center;
	background-size: cover;
}
.helo .inner {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-top: 200px;
}
.helo .inner h1 {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-shadow: none;
}
.helo .inner h1 span {
	color: #D83935;
	font-size: 80px;
	font-family: 'Inter', 'Noto Serif JP', serif;
	display: block;
	margin-bottom: 40px;
}




.contact {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-bottom: 150px;
}
.contact h2 {
	height: 66px;
	background-color: #F6F6F5;
	line-height: 66px;
	color: #D83935;
	font-size: 22px;
	padding-left: 20px;
	font-weight: bold;
	margin-top: 60px;
	margin-bottom: 20px;
}
.wpcf7-list-item {
	display: block;
	margin-bottom: 5px;
}

.wpcf7-list-item label .wpcf7-list-item-label {
	font-family: 'Noto Sans JP', sans-serif!important;
	margin-left: 10px!important;
}

.contact th {
	font-weight: bold;
	width: 250px;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}
.contact th span {
	background-color: #D83935;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	width: 50px;
	height: 25px;
	line-height: 25px;
	position: absolute;
	right: 20px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	text-align: center;
	display: block;
}
.contact td {
		padding-top: 10px;
	padding-bottom: 10px;
}
.contact td input[type="text"],
.contact td input[type="email"],
.contact td input[type="tel"]
{
	border: 1px solid #ccc;
	width: 98%;
	padding-left: 2%;
	height: 40px;
}
.contact td textarea
{
	border: 1px solid #ccc;
	width: 92%;
	padding: 2vw;
	height: 200px;
	line-height: 1.8em;
}
.contact .text {
	text-align: center;
	margin-top: 20px;
}
.contact .text a {
	color: #D83935;
}
.contact .text+.text {
	text-align: center;
	margin-top: 15px;
}
.contact input[type="submit"]  {
	background-color: #D83935;
	width: 320px;
	height: 60px;
	display: block;
	line-height: 60px;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	border-radius: 100px;
	position: relative;
	transition: 0.3s;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	margin-top: 40px;
}
.contact input[type="submit"]::after {
	display: block;
	width: 28px;
	height: 28px;
	background-color: #E37070;
	content: "";
	border-radius: 100px;
	position: absolute;
	right: 12px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	background-image: url("../images/arrow.png");
	background-size: 11px 10px;
	background-repeat: no-repeat;
	background-position: center center;
	transition: 0.3s;
}
.contact input[type="submit"]:hover {
	background-color: #FF433E;
	transition: 0.3s;
}
.contact input[type="submit"] :hover::after {
	background-color: #F76262;
	transition: 0.3s;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
.helo {
	background-image: url("../images/contact/h_bg.webp");
	height: 60vw;
	background-position: center right -22vw;
	background-size: cover;
}
.helo .inner {
	width: 90%;
	padding-top: 35vw;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.helo .inner h1 {
	color: #fff;
	font-size: 6vw;
	font-weight: bold;
	text-shadow: 0px 0px 15px rgba(0,0,0,0.30),0px 0px 15px rgba(0,0,0,0.30),0px 0px 15px rgba(0,0,0,0.30);
}
.helo .inner h1 span {
	color: #D83935;
	font-size: 12vw;
	font-family: 'Inter', 'Noto Serif JP', serif;
	display: block;
	margin-bottom: 5vw;
	text-shadow: 0px 0px 15px rgba(255,255,255,0.30);
}






.contact {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-bottom: 15vw;
}
.contact h2 {
	height: 12vw;
	background-color: #F6F6F5;
	line-height: 12vw;
	color: #D83935;
	font-size: 5vw;
	padding-left: 5vw;
	font-weight: bold;
	margin-top: 10vw;
	margin-bottom: 5vw;
}
.wpcf7-list-item {
	display: block;
	margin-bottom: 5px;
}

.wpcf7-list-item label .wpcf7-list-item-label {
	font-family: 'Noto Sans JP', sans-serif!important;
	margin-left: 10px!important;
}

.contact th {
	font-weight: bold;
	width: 100%;
	display: block;
	position: relative;
	font-size: 4vw;
}
.contact th span {
	background-color: #D83935;
	color: #fff;
	font-size: 3vw;
	font-weight: 500;
	height: 5vw;
	line-height: 5vw;
	position: absolute;
	right: 2vw;
	padding-left: 2vw;
	padding-right: 2vw;
	top: 0px;
	bottom: 0px;
	margin: auto;
	text-align: center;
	display: block;
}
.contact td {
		padding-top: 3vw;
		padding-bottom: 8vw;
	width: 100%;
	display: block;
}
.contact td input[type="text"],
.contact td input[type="email"],
.contact td input[type="tel"]
{
	border: 1px solid #ccc;
	width: 98%;
	padding-left: 2%;
	height: 40px;
}
.contact td textarea
{
	border: 1px solid #ccc;
	width: 96%;
	padding: 2vw;
	height: 200px;
	line-height: 1.8em;
}
.contact .text {
	text-align: center;
	margin-top: 20px;
}
.contact .text a {
	color: #D83935;
}
.contact .text+.text {
	text-align: center;
	margin-top: 15px;
}
.contact input[type="submit"]  {
	background-color: #D83935;
	width: 80vw;
	height: 15vw;
	display: block;
	line-height: 15vw;
	color: #fff;
	font-size: 5vw;
	text-decoration: none;
	border-radius: 100px;
	position: relative;
	transition: 0.3s;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	margin-top: 5vw;
}
.contact input[type="submit"]::after {
	display: block;
	width: 28px;
	height: 28px;
	background-color: #E37070;
	content: "";
	border-radius: 100px;
	position: absolute;
	right: 12px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	background-image: url("../images/arrow.png");
	background-size: 11px 10px;
	background-repeat: no-repeat;
	background-position: center center;
	transition: 0.3s;
}
.contact input[type="submit"]:hover {
	background-color: #FF433E;
	transition: 0.3s;
}
.contact input[type="submit"] :hover::after {
	background-color: #F76262;
	transition: 0.3s;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}
