@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;
}
img {
	width: 100%;
	height: auto;
}
a img {
  transition: 0.5s;
}
a img:hover {
  opacity: 0.6;
}
header {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	z-index: 99999;
}
header .inner {
	width: 80%;
	min-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	
}
header h1 {
	width: 310px;
	padding-top: 10px;
}
header nav {
	display: flex;
	justify-content: space-between;
}
header nav ul {
	display: flex;
	justify-content: space-between;
	line-height: 70px;
}
header nav ul li {
	font-size: 18px;
	font-weight: bold;
	margin-right: 20px;
}
header nav ul li a {
	color: #000;
	text-decoration: none;
	transition: 0.3s;
}
header nav ul li a:hover {
	color: #298747;
	transition: 0.3s;
}
header nav p a {
	display: block;
	background-color: #298747;
	color: #fff;
	font-size: 18px;
	width: 200px;
	height: 40px;
	line-height: 40px;
	border-radius: 100px;
	text-decoration: none;
	margin-top: 15px;
	transition: 0.3s;
}
header nav p a:hover {
	opacity: 0.7;
	transition: 0.3s;
}
header.scrolled {
  background-color: rgba(255, 255, 255, 0.9); /* 白の半透明 */
  backdrop-filter: blur(8px); /* ぼかし効果（オプション） */
}




}



/*===============================================
●画面の横幅が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;
	width: 100%;
	height: 14vw;
	z-index: 99999;
	background-color: #E2EFD6;
}
header .inner {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
}
header .inner h1 {
	width: 56.5333333333vw;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2vw;
}
header .inner #menu {
	width: 8.26666666667vw;
	position: absolute;
	right: 4vw;
	top: 4vw;
}
#gnav{
	position: absolute;
	z-index: 1;
	display: none;
	width: 100%;
	background-color: #E2EFD6;
	text-align: center;
	height: 95vh;
}
#gnav ul {
	padding-top: 7vw;
}
#gnav a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-size: 4.66666666667vw;
	margin-bottom: 8vw;
	display: block;
}
#gnav a span {
	font-size: 3.06666666667vw;
	display: block;
	color: #B1764A;
	font-weight: 500;
	margin-bottom: -1.5vw;
}
#gnav li img {
	width: 100%;
}




main {
	padding-top: 14vw;
}
#end {
    height: 60vh;
    padding-top: 80px;
    font-size: 15px;
}
#end p a {
    color: #000;
    font-size: 13px;
    margin-top: 20px;
    display: inline-block;
}
}



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