@charset "utf-8";

#finish #contactform {
	border-bottom: none;
}
/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
#catch {
	background-image: url("../images/pc/entry/m_bg.png");
	height: 600px;
	background-size: cover;
	background-position: center right;
	position: relative;
}
#catch div {
	width: 400px;
	padding-left: 100px;
	height: 120px;
	background-color: #EEEFEF;
	position: absolute;
	left: 0px;
	bottom: 0px;
	border-top-right-radius: 69px;
	text-align: left;
}
#catch div h1 {
	font-size: 14px;
	font-weight: 500;
	position: absolute;
	bottom: 0px;
}
#catch div h1 span {
	font-size: 80px;
	font-weight: bold;
	font-family: "Lato", sans-serif;
}
#catch div h1 em {
	color: #4E903C;
	margin-left: 15px;
}





main {
	overflow-x: hidden;
}
#Information {
	margin-top: 110px;
	width: 90%;
	min-width: 950px;
	margin-left: 100px;
}
#Information h2 {
	font-size: 48px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #000;
	padding-bottom: 40px;
	margin-bottom: 25px;
	color: #528F42;
	width: 150vw;
}
#Information h3 {
	width: 90%;
	min-width: 950px;
	max-width: 1166px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #528F42;
	height: 100px;
	line-height: 100px;
	border-radius: 100px;
	color: #fff;
	font-size:21px;
	position: relative;
	cursor: pointer;
	transition: 0.3s;
	z-index: 2;
	margin-bottom: 25px;
}
#Information h3 span {
	margin-left: 50px;
}
#Information h3 img {
	position: absolute;
	right: 50px;
	top: 40px;
	width: 20px;
	height: auto;
}
#Information h3:hover {
	filter: brightness(1.2);
	transition: 0.3s;
}
#Information .box {
	background-color: #fff;
	width: 90%;
	min-width: 950px;
	max-width: 1166px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	display: none;
	position: relative;
	top: -75px;
	z-index:1;
}
#Information .box table {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#Information .box table th {
	border-bottom: 1px solid #000;
	font-size: 21px;
	font-weight: 500;
	text-align: left;
	width: 40%;
	padding-top: 25px;
	padding-bottom: 25px;
	line-height: 1.8em;
}
#Information .box table td {
	border-bottom: 1px solid #000;
	font-size: 21px;
	font-weight: 500;
	text-align: left;
	padding-top: 25px;
	padding-bottom: 25px;
	line-height: 1.8em;
}
#Information .box table tr:last-child th,
#Information .box table tr:last-child td
{
	border-bottom: none;
}






#contactform {
	width: 90%;
	min-width: 950px;
	margin-left: 100px;
	text-align: left;
	margin-top: 100px;
	border-bottom: 1px solid #4E903C;
	padding-bottom: 60px;
	margin-bottom: 100px;
}
#contactform h2 {
	font-size: 48px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #000;
	padding-bottom: 40px;
	margin-bottom: 25px;
	color: #528F42;
	width: 150vw;
}
#contactform h2+p {
font-size: 18px;
}
#contactform .text a {
	color: #0000FF;
}
#contactform dl {
	margin-top: 55px;
	padding-top: 55px;
	border-top: 1px solid #4E903C;
}
#contactform dt {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 10px;
}
#contactform dt span {
	color: #EC6646;
}
#contactform dd {
	margin-bottom: 30px;
	font-size: 21px;
}
#contactform dd.radioarea {
	width: 96%;
	padding-left: 3%;
	padding-right: 1%;
	height: 90px;
	font-size: 21px;
	background-color: #fff;
	line-height: 90px;
}
#contactform dd input[type="text"],
#contactform dd input[type="email"],
#contactform dd input[type="tel"]
{
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;
	height: 90px;
	font-size: 21px;
}
#contactform dd .wpcf7-list-item {
	margin-right: 20px;
}
#contactform dd select {
	width: 100%;
	padding-left: 1%;
	padding-right: 1%;
	height: 90px;
	font-size: 21px;
}
#contactform dd textarea {
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;
	height: 300px;
	font-size: 21px;
}
#contactform dl+p {
	font-size: 21px;
	text-align: center;
	margin-top: 50px;
}
#contactform input[type="checkbox"] {
	width: 25px;
	height: 25px;
	background-color: #fff;
	border: 2px solid #000;
	position: relative;
	top: 4px;
	margin-right: 5px;
}
#contactform dl+p+p {
	font-size: 21px;
	text-align: center;
	margin-top: 20px;
}
#contactform .inputbtn button {
	background-color: #EC6646;
	border: none;
	height: 100px;
	line-height: 100px;
	width: 100%;
	text-align: center;
	font-size: 21px;
	color: #fff;
	font-weight: bold;
	border-radius: 100px;
	margin-top: 40px;
	cursor: pointer;
	font-family: 'Noto Sans JP', sans-serif;
}
#contactform .inputbtn button:hover {
	opacity: 0.7;
}
#contactform .inputbtn button.back-button {
	height: auto;
	line-height: normal;
	background-color: #676767;
	padding-top: 15px;
	padding-bottom: 15px;
}

}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
#catch {
	background-image: url("../images/pc/entry/m_bg_sp.png");
	height: 60vh;
	border-bottom-right-radius: 20vw;
	background-size: cover;
	background-position: center right;
	position: relative;
}
#catch div {
	width: 85%;
	padding-left: 5%;
	height: 18vw;
	background-color: #fff;
	position: absolute;
	left: 0px;
	bottom: 0px;
	border-top-right-radius: 69px;
	text-align: left;
}
#catch div h1 {
	font-size: 3.5vw;
	font-weight: 500;
	position: absolute;
	bottom: 0px;
}
#catch div h1 span {
	font-size: 12vw;
	font-weight: bold;
	font-family: "Lato", sans-serif;
}
#catch div h1 em {
	color: #4E903C;
	margin-left: 15px;
}





main {
	overflow-x: hidden;
}
#Information {
	margin-top: 10vw;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#Information h2 {
	font-size: 6vw;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #000;
	padding-bottom: 5vw;
	margin-bottom: 5vw;
	color: #528F42;
	width: 100vw;
}
#Information h3 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #528F42;
	height: 15vw;
	line-height: 15vw;
	border-radius: 100px;
	color: #fff;
	font-size:5vw;
	position: relative;
	cursor: pointer;
	transition: 0.3s;
	z-index: 2;
	margin-bottom: 5vw;
}
#Information h3 span {
	margin-left: 8vw;
}
#Information h3 img {
	position: absolute;
	right: 6vw;
	top: 6vw;
	width: 3.5vw;
	height: auto;
}
#Information h3:hover {
	filter: brightness(1.2);
	transition: 0.3s;
}
#Information .box {
	background-color: #fff;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	display: none;
	position: relative;
	z-index:1;
	margin-top: -5vw;
}
#Information .box table {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#Information .box table th {
	border-bottom: 1px solid #000;
	font-weight: 500;
	text-align: left;
	width: 30%;
	padding-top: 3vw;
	padding-bottom: 3vw;
	line-height: 1.8em;
}
#Information .box table td {
	border-bottom: 1px solid #000;
	font-weight: 500;
	text-align: left;
	padding-top: 3vw;
	padding-bottom: 3vw;
	line-height: 1.8em;
}
#Information .box table tr:last-child th,
#Information .box table tr:last-child td
{
	border-bottom: none;
}





#contactform {
	padding-left: 5vw;
	padding-right: 5vw;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 8vw;
	margin-bottom: 15vw;
	background-color: #EEEFEF;
	padding-bottom: 10vw;
}
#contactform .text {
	line-height: 1.6em;
}
#contactform .text a {
	color: #0000FF;
}
#contactform dl {
	margin-top: 10vw;
	padding-top: 10vw;
	border-top: 1px solid #4E903C;
}
#contactform dt {
	font-weight: bold;
	margin-bottom: 10px;
}
#contactform dt span {
	color: #EC6646;
}
#contactform dd {
	margin-bottom: 30px;
}
#contactform dd.radioarea {
	width: 96%;
	padding-left: 3%;
	padding-right: 1%;
	height: 15vw;
	line-height: 15vw;
	background-color: #fff;
}
#contactform dd input[type="text"],
#contactform dd input[type="email"],
#contactform dd input[type="tel"]
{
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;
	height: 15vw;
}
#contactform dd .wpcf7-list-item {
	margin-right: 3vw;
}
#contactform dd select {
	width: 100%;
	padding-left: 1%;
	padding-right: 1%;
	height: 15vw;
}
#contactform dd textarea {
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;
	height: 30vw;
}

#contactform dl+p {
	text-align: center;
	margin-top: 5vw;
}
#contactform input[type="checkbox"] {
	width: 5vw;
	height: 5vw;
	background-color: #fff;
	border: 2px solid #000;
	position: relative;
	top: 0.9vw;
	margin-right: 5px;
}
#contactform dl+p+p {
	text-align: center;
	margin-top: 20px;
}
#contactform .inputbtn button {
	background-color: #EC6646;
	height: 15vw;
	line-height: 15vw;
	width: 100%;
	text-align: center;
	font-size: 4.5vw;
	color: #fff;
	font-weight: bold;
	border-radius: 100px;
	margin-top: 5vw;
	cursor: pointer;
	border: none;
	font-family: 'Noto Sans JP', sans-serif;
}
#contactform .inputbtn button:hover {
	opacity: 0.7;
}
#contactform .inputbtn button.back-button {
	height: auto;
	line-height: normal;
	background-color: #676767;
	padding-top: 2vw;
	padding-bottom: 2vw;
}
}



/*===============================================
●画面の横幅が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------------------------------------------- {
}
}