@charset "utf-8";

img {
	-webkit-backface-visibility: hidden;
}
main {
    display: block;
}
.fax a{
	pointer-events: none;
    text-decoration: none;
}
.wpcf7-list-item {
	display: inline-block;
	white-space: nowrap;
}
/* 共通（モダンブラウザ対応） */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #CADEC4;   /* 好きな色に変更 */
  opacity: 1;    /* Safariで薄くなるのを防ぐ */
}

/* Edge 対応 */
.wpcf7 input::-ms-input-placeholder,
.wpcf7 textarea::-ms-input-placeholder {
  color: #CADEC4;
}

/* IE 対応 */
.wpcf7 input:-ms-input-placeholder,
.wpcf7 textarea:-ms-input-placeholder {
  color: #CADEC4;
}



/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
.num {
	margin-top: -80px;
	padding-top: 80px;
}
h2.ttl {
	font-family: "Lato", sans-serif;
	font-weight: bold;
	font-size: 80px;
	text-align: left;
}
h2.ttl span {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-left: 20px;
}
h2.ttl span em {
	color: #69983B;
}
body {
	background-color: #EEEFEF;
}
.sp {
	display: none;
}
a img {
  transition: 0.5s;
}
a img:hover {
  opacity: 0.6;
}
header {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	min-width: 950px;
	z-index: 9999;
}
header h1,
header .logo
{
	width: 316px;
	height: 135px;
	background-color: #528F42;
	position: absolute;
	left: 0px;
	top: 0px;
	border-bottom-right-radius: 8px;
}
header h1 img,
header .logo img
{
	width: 172px;
	height: auto;
	position: relative;
	top: 40px;
}
header nav {
	width: 520px;
	height: 55px;
	position: absolute;
	right: 50px;
	top: 50px;
	background-color: #FFFFFF;
	display: flex;
	justify-content: space-between;
	border-radius: 7px;
}
header nav ul {
	display: flex;
	justify-content: space-between;
	width: 458px;
	line-height: 55px;
	margin-left: 30px;
}
header nav ul li a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	transition: 0.3s;
}
header nav ul li a:hover {
	color: #4E903C;
	transition: 0.3s;
}
header nav #menu {
	position: relative;
	right: 15px;
	top: 13px;
	cursor: pointer;
}
header nav #menu img {
	width: 30px;
	height: 30px;
}
header nav #nav01 {
	position: absolute;
	left: -30px;
	top: 49px;
	width: 173px;
	background-color: #FFFFFF;
	display: block;
	text-align: left;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	line-height: 1.8em;
	padding-bottom: 20px;
	display: none;
}
header nav #nav02 {
	position: absolute;
	left: 60px;
	top: 49px;
	width: 213px;
	background-color: #FFFFFF;
	display: block;
	text-align: left;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	line-height: 1.8em;
	padding-bottom: 20px;
	display: none;
}
header nav #nav01 li,
header nav #nav02 li
{
	padding-left: 30px;
	padding-top: 10px;
}
header nav #nav01 li span,
header nav #nav02 li span
{
	color: #4E903C;
}
header #menu {
	display: none;
}





.btn a {
	width: 300px;
	height: 80px;
	line-height: 80px;
	background-color: #528F42;
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	border-radius: 7px;
	box-shadow: 5px 5px 5px hsla(0,0%,0%,0.5),0px 0px 5px hsla(0,0%,0%,0.2);
	transition: 0.7s;
}
.btn a:hover {
	filter: brightness(1.2);
	transition: 0.7s;
}





#contact {
	background-image: url("../images/pc/index/contact_bg.png");
	height: 330px;
	background-size: cover;
	background-position: center center;
	margin-top: 140px;
}
#contact .flex {
	display: flex;
	justify-content: space-between;
	width: 90%;
	min-width: 950px;
	margin-left: auto;
	margin-right: auto;
	height: 330px;
	align-items: center;
}
#contact .flex h2 {
	color: #fff;
}
#contact .flex h2 em {
	color: #fff;
}
#contact .flex h2+p {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	margin-top: 40px;
	text-align: left;
}
#contact .flex .btn a {
	width: 350px;
	background-color: #EC6646;
}





footer .flex {
	display: flex;
	justify-content: space-between;
	text-align: left;
	align-items: center;
	min-width: 950px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
footer .flex .logo img {
	width: 171px;
	height: auto;
	margin-right: 20px;
}
footer .flex div {
	display: flex;
	align-items: center;
}
footer .flex div dt {
	font-size: 18px;
	font-weight: bold;
	margin-top: 40px;
}
footer .flex div dd {
	font-size: 16px;
	font-weight: 500;
}
footer .flex nav {
	display: flex;
	line-height: 2.1em;
}
footer .flex nav ul+ul {
	margin-left: 100px;
}
footer .flex nav ul li a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	transition: 0.3s;
}
footer .flex nav ul li a:hover {
	color: #528F42;
	transition: 0.3s;
}
footer .inner {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	margin-top: 110px;
}
footer .inner p a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	transition: 0.3s;
}
footer .inner p a:hover {
	color: #528F42;
	transition: 0.3s;
}
footer .inner p small {
	display: block;
	color: #1B9041;
	font-size: 14px;
	font-weight: 500;
	margin-top: 15px;
	padding-bottom: 25px;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
img {
	max-width: 100%;
	height: auto;
	width: auto;
}
.pc {
	display: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
.num {
	margin-top: -15vw;
	padding-top: 15vw;
}

h2.ttl {
	font-family: "Lato", sans-serif;
	font-weight: bold;
	font-size: 11.4666666667vw;
	text-align: left;
}
h2.ttl span {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 3.46666666667vw;
	font-weight: normal;
	margin-left: 4vw;
}
h2.ttl span em {
	color: #69983B;
}




header {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	min-width: 950px;
	z-index: 9999;
}
header h1,
header .logo
{
	width: 52vw;
	height: 24vw;
	background-color: #528F42;
	position: absolute;
	left: 0px;
	top: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99;
	border-bottom-right-radius: 2vw;
}
header h1 img,
header .logo img
{
	width: 29.0666666667vw;
	height: auto;
	position: relative;
}
header nav {
	position: fixed;
	right: 10vw;
	top: 5vw;
	cursor: pointer;
	width: 17.3333333333vw;
	height: 14.6666666667vw;
	background-color: #FFFFFF;
	border-radius: 2vw;
}
header nav ul#gnav {
/*	display: none;*/
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	width: 100%;
	background-color: #fff;
	padding-top: 35vw;
	text-align: left;
	height: 95vh;
	overflow-y: scroll;
	padding-left: 3vw;
	padding-right: 3vw;
	line-height: 2.1em;
}
header nav ul#gnav li a {
	color: #000;
	text-decoration: none;
	font-size: 3.73333333333vw;
	font-weight: 500;
}
header nav ul#gnav li a span {
	color: #4E903C;
}
header nav ul#gnav li a img {
	width: 2vw;
	position: relative;
	top: 3.5vw;
	margin-left: 1vw;
}
#nav01 {
	padding-left: 15vw;
	margin-bottom: 5vw;
	border-top: 1px solid #ccc;
	padding-top: 2vw;
}
#nav02 {
	padding-left: 15vw;
	margin-bottom: 5vw;
	border-top: 1px solid #ccc;
	padding-top: 2vw;
}
header nav #menu {
	position: relative;
	top: 3.46666666667vw;
}
header nav #menu img {
	width: 8vw;
	height: 8vw;
}





.btn a {
	width: 80vw;
	height: 15vw;
	line-height: 15vw;
	margin-left: auto;
	margin-right: auto;
	background-color: #528F42;
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 4.26666666667vw;
	font-weight: bold;
	border-radius: 7px;
	box-shadow: 5px 5px 5px hsla(0,0%,0%,0.5),0px 0px 5px hsla(0,0%,0%,0.2);
	transition: 0.7s;
}
.btn a:hover {
	filter: brightness(1.2);
	transition: 0.7s;
}





#contact {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5%;
	padding-right: 5%;
	align-items: center;
	margin-top: 20vw;
	background-image: url("../images/sp/contact_bg.png");
	background-size: cover;
	background-position: center center;
	padding-top: 10vw;
	padding-bottom: 10vw;
}
#contact h2 {
	color: #fff;
}
#contact h2 span em {
	color: #fff;
}
#contact h2+p {
	text-align: left;
	font-size: 3.5vw;
	margin-top: 1vw;
	margin-bottom: 5vw;
	color: #fff;
}
#contact .btn a {
	background-color: #EC6646;
}



footer .flex {
	text-align: left;
	align-items: center;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
footer .flex .logo img {
	width: 45.6vw;
	margin-left: auto;
	margin-right: auto;
	display: block;
	height: auto;
}
footer .flex div {
}
footer .flex div dt {
	font-size: 4.26666666667vw;
	font-weight: bold;
	margin-top: 5vw;
	text-align: center;
}
footer .flex div dd {
	font-size: 3.73333333333vw;
	font-weight: 500;
	text-align: center;
}
footer .flex nav {
	display: none;
}
footer .inner {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3vw;
	border-top: 1px solid #4E903C;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}
footer .inner p a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	transition: 0.3s;
	display: none;
}
footer .inner p a:hover {
	color: #528F42;
	transition: 0.3s;
}
footer .inner p small {
	display: block;
	color: #1B9041;
	font-size: 3.73333333333vw;
	font-weight: 500;
	margin-top: 2vw;
	padding-bottom: 3vw;
}
}



/*===============================================
●画面の横幅が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------------------------------------------- {
}
.sp.tab {
	display: none;
}
}
