@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;
}

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
.sp {
	display: none;
}
a img {
  transition: 0.5s;
}
a img:hover {
  opacity: 0.6;
}
header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 99999;
	height: clamp(0px, 5.6338vw, 80px);
	background-color: #fff;
}

header .inner {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .inner nav {
	display: flex;
	justify-content: space-between;
}

header .inner nav ul {
	display: flex;
	justify-content: space-between;
	line-height: clamp(0px, 5.6338vw, 80px);
}

header .inner nav ul li {
	margin-right: clamp(0px, 1.4084vw, 20px);
	font-size: clamp(0px, 1.1268vw, 16px);
}

header .inner nav ul li a {
	color: #262626;
	text-decoration: none;
}

header .inner nav ul li a:hover {
	color: #5CA89B;
}

header .inner nav p a {
	width: clamp(0px, 14.0845vw, 200px);
	height: clamp(0px, 2.8169vw, 40px);
	display: block;
	background-color: #5CA89B;
	color: #fff;
	text-decoration: none;
	line-height: clamp(0px, 2.8169vw, 40px);
	border-radius: 100px;
	position: relative;
	top: clamp(0px, 1.2676vw, 18px);
	font-size: clamp(0px, 1.1268vw, 16px);
}









main {
	padding-top: clamp(0px, 5.6338vw, 80px);
}





footer {
	background-color: #EFEFEF;
	padding-top: 40px;
}
footer h2 img {
	position: relative;
	left: -12px;
}
footer h2+p {
	font-size: 21px;
	margin-top: 15px;
}
footer h2+p+p {
	font-size: 20px;
	margin-top: 15px;
	line-height: 1.4em;
}
footer h2+p+p a {
	color: #252525;
	text-decoration: none;
}
footer p small {
	font-size: 15px;
	background-color: #fff;
	display: block;
	margin-top: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
}
}



/*===============================================
●画面の横幅が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;
}
header {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	z-index: 99999;
	background-color: #fff;
	height: 13.5vw;
}
header .inner {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
}
header h1,
header .logo
{
	width: 45vw;
	margin-left: 3vw;
	margin-top: 1vw;
}
#gnavbtn {
	width: 8vw;
	margin-right: 5vw;
	margin-top: 3vw;
}
#gnav{
	position: absolute;
	top: 13.5vw;
	z-index: 1;
	display: none;
	width: 100%;
	background-color: #5CA89B;
	height: 100vh;
}
#gnav li img {
	width: 100%;
}
#gnav ul {
	padding-top: 5vw;
}
#gnav li a {
	color: #fff;
	text-decoration: none;
	font-size: 4.5vw;
	display: block;
	height: 15vw;
	line-height: 15vw;
}
#gnav p a {
	color: #333;
	text-decoration: none;
	display: block;
	background-color: #fff;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	height: 12vw;
	line-height: 12vw;
	font-size: 5vw;
	border-radius: 5vw;
	margin-top: 5vw;
}





main {
	padding-top: 13.5vw;
}







footer {
	background-color: #EFEFEF;
	padding-top: 7vw;
}
footer h2 {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
footer h2 img {
	position: relative;
	left: -2.2vw;
}
footer h2+p {
	font-size: 4vw;
	margin-top: 15px;
}
footer h2+p+p {
	font-size: 3.5vw;
	margin-top: 3vw;
	line-height: 1.8em;
}
footer h2+p+p a {
	color: #252525;
	text-decoration: none;
}
footer p small {
	font-size: 3vw;
	background-color: #fff;
	display: block;
	margin-top: 5vw;
	padding-top: 3vw;
	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;
}
}
