@charset "utf-8";
html {}
body {
	color: #403b31;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 62.5%;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.12em;
	text-align: justify;
	text-justify: inter-ideograph;
  text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
.dnp{
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 600;
	font-style: normal;
}

.inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}
h1 {
	font-size: 4em;
	text-shadow: 2px 2px 5px #666;}
h2 {
	margin-bottom: 1em; 
	color: #60594a; 
	font-size: 3.0em;
	font-weight: 700; 
	text-align: center; 
}
h2 small { display: block; font-size: 0.6em; color: #71ad76; letter-spacing: 0em;}
h3 {
	margin-bottom: 1em;
	color: #5ca86e;
	font-size: 2.2em;
	font-weight: 700;
	line-height: 1.8;
	text-align: center;
}
h4 {
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	color: #3f774c;
	font-size: 1.8em;
	font-weight: 700;
	border-bottom: 2px solid #5ca86e;}
P {
	margin-bottom: 1em;
	font-size: 1.6em;
	font-weight: 400;
letter-spacing: 0.15em;}
.copy {
	font-size: 1.8em;
	line-height: 2;
}
strong {
	font-weight: 700;
}
.red {color: #d90000;}
.pcno {display: none !important;}
img {
	max-width: 100%;
}

@media only screen and (max-width:768px) {
h1 {font-size: 2.5em;}
h2 {font-size: 2.0em;}
h3 {font-size: 1.8em;}
h4 {font-size: 1.6em;}
P {font-size: 1.4em;}
.copy {font-size: 1.4em;}
.pcno {display: inherit !important;}
.spno {display: none !important;}
}

.add {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2em;
}
.add dt,
.add dd {
	margin-bottom: 0.5em;
	padding: 0.1em 1em;
	font-size: 1.6em;
	line-height: 1.2;}
.add dt {
	width: 5em;
	color: #4d7e58;
	text-align: center;
	background: #fff;
	border: 1px solid #5ca86e;
	border-radius: 25px;
}
.add dd {
	width: calc(100% - 5em);
}
.contactBtn {
	display: block;
	width: fit-content;
	margin-bottom: 2em;
	padding: 0.5em 1em;
	color: #fff;
	font-size: 1.8em;
	text-align: center;
	background: #5ca86e;
	border-radius: 8px;
}
@media only screen and (min-width: 768px) {
	a[href^="tel:"] {
    pointer-events: none;
  }
}
@media only screen and (max-width:768px) {
	.add {
		display: inherit;
		flex-wrap: wrap;
		margin-bottom: 2em;
	}
	.add dt,
	.add dd {
		padding: 0.1em 0.5em;
		font-size: 1.4em;}
	.add dt {
			width: 4em;
		}
		.add dd {
			width: calc(100% - 4em);
		}
	.contactBtn {font-size: 1.6em; width: 100%;}
}
.tbmain {
	width:100%;
	border-collapse: collapse;
	margin: 0 auto 10px;
	font-size: 1.6em;
	line-height: 1.6;
	border-top: 1px solid #5ca86e;
}
.tbmain th {
	color: #fff;
	background: #5ca86e;
}
.tbmain td{
  background: #fff;
}
.tbmain td:nth-child(even ){
  background: #eaf0ec;
}
.tbmain th, .tbmain td {
	padding:0.5em 1em;
	text-align: left;
	border-bottom: 1px solid #5ca86e;
	vertical-align: top;
}

@media only screen and (max-width:768px) {
	.tbmain {font-size: 1.4em;}
	.tbmain th, .tbmain td { padding:0.5em; vertical-align: middle;}
}


/*header*/
header {
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}
header .logo {
	width: 260px;
	padding: 20px 0;
	height: auto !important;
}
@media (max-width: 992px) {
	header .logo {
	padding-bottom: 0;
	}
}
@media only screen and (max-width:768px) {
	header .logo {
	width: 50%;
	padding: 20px 10px;
}
	header .snsbanner{
		background: #fff;
	}
	header .sns img{
		margin: 20px 10px;
		width: 35px;
	}
}

#page_top{
  position: fixed;
  right: 10px;
  bottom:0;
	width: 50px;
	color: #f1f1f1;
	font-size: 1.2em;
	text-align: center;
	background: #71ad76;
  text-decoration: none;
}
#page_top i {
	display: block;
	font-size: 2em;
}

/*footer*/
footer {
	padding: 60px 0 0;
	width: 100%;
	background: #71ad76;
}
footer .name {
	display: flex;
}
footer .name .sns {
	width: 32px;
	margin-left: 1em;
}
footer .logo {
	margin:0 1em 25px 0;
	width: 180px;
}
footer .add{
	margin-bottom: 0.5em;
}
footer .add dd{
	color: #fff;
}
footer h2{
	color: #fdf8eb;
}
footer p{
	color: #fff;
}
footer .contactBtn {
	min-width: 300px;
	margin-bottom: 0.8em;
	color: #71ad76;
	text-align: left;
	background: #fff;
}
footer .contact {
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #fff;
	text-align: center;
}
footer .fcontact{
	display: block;
	margin-top: 0.5em;
	color: #60594a;
	font-size: 3em;
	line-height: 120px;
	text-align: center;
	background: #fff;
	border-radius: 8px;
}
footer .fcontact span {
	font-size: 1.2em;
}
footer .fcontact i{
	color: #71ad76;
}
footer .tbmain th {
	color: #71ad76;
	background: #eaf0ec !important;
}
footer .copyright {
	margin: 20px 0 0;
	padding: 1em 0;;
	color: #e9e7e7;
	font-size: 1.4em;
	text-align: center;
}

@media (max-width: 768px) {
#page_top{
  position: static;
	display: block;
	margin-bottom: 20px;
	width: 100%;
}
footer {
	padding: 20px 0 0;
}
footer .contactBtn {
	min-width: 100%;
	text-align: center;
}
footer .contact {
	margin-bottom: 30px;
	padding-bottom: 30px;
}
footer .fcontact{
	display: block;
	margin-top: 0.5em;
	font-size: 1.8em;
	line-height: 80px;
}
footer .copyright {
	margin: 20px 0 0;
	padding: 1em 0;;
	color: #e9e7e7;
	font-size: 1.1em;
	text-align: center;
}
}

/*content*/
main {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
section {
	width: 100%;
	margin: 0 auto;
	padding: 100px 0;
}
.block {
	padding: 60px 0;
}

@media only screen and (max-width:768px) {
	section {	padding: 50px 0;}
	.block { padding: 30px 0;}
}

#mainImg {
	padding: 0;
	height: 700px;
	background: url("../img/main2.png") no-repeat right 5% center,url("../img/main.jpg") no-repeat center center;
	background-size: auto 100%,cover;
}
#mainImg .inner{
	display: flex;
	align-items: center;
	height: 100%;
}
#mainImg h1 {
	color: #fff;
}
@media only screen and (max-width:768px) {
	#mainImg {
	padding: 0;
	height: 350px;
	background: url("../img/main2.png") no-repeat right 0 center,url("../img/main.jpg") no-repeat center center;
	background-size: auto 100%,cover;
}
#mainImg .inner{
	justify-content: center;
}
#mainImg h1 {
	text-align: center;
}
}


#greeting { 
	text-align: center;
	background: #f2f8f3;}

@media only screen and (max-width:768px) {
	#greeting .copy {text-align: left;}
}

#about {}
#about .facility {
	position: relative;
}
#about img {
	border-radius: 8px;
}
#about .facility p {
	position: absolute;
	bottom: 0.1em;
	right: 0;
	width: fit-contents;
	padding: 0.5em 1.2em;
	color: #fff;
	background: rgba(92,168,110,0.9); 
	border-radius: 25px 0 0 25px;
}
@media only screen and (max-width:768px) {
	#about .facility p {padding: 0.2em 0.5em; letter-spacing: 0;}
}

#access { 
	background: #f2f8f3;}

#access .line {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 500px;
	margin-bottom: 0.5em;
	padding: 0.5em 0.5em 0.5em 1em;
	color: #4d7e58;
	font-size: 1.8em;
	font-weight: 700;
	background: #fff;
}
#access .line img{
	width: 60px;
}
#access .facebook_wrap{
margin-left: auto;
margin-right: auto;
width: 100%;
}

.fb-page,
.fb-page span,
.facebook_wrap iframe{
	width: 100% !important;
	height: 360px !important;
}
@media only screen and (max-width:768px) {
	#access .line {font-size: 1.6em;}
	#access .line img{width: 50px;}
}

#equipment .inner{
	padding: 100px 50px 50px;
	border: 3px solid #5ca86e;
	border-radius: 10px;
}
#equipment h2 {
	position: absolute;
	top: -1em;
	left: 50%;
	padding: 0 1.5em;
	background: #fff;
	transform: translateX(-50%);
	z-index: 10;
}
#equipment img {
	border-radius: 8px;
}
#equipment .row {
	margin-bottom: 4em;
}
#equipment .point {
	padding: 20px;
	margin: 4em 0;
	background: #f2f8f3;
	border-radius: 8px;
	position: relative;
}
#equipment .point h5 {
	position: absolute;
	top: -1em;
	left: 50%;
	display: inline-block;
	padding: 0.2em 1em;
	color: #fff;
	font-size: 1.6em;
	font-weight: 700;
	background: #71ad76;
	border-radius: 25px;
	transform: translateX(-50%);
}
#equipment .checkList {
	margin-top: 2em;
}
#equipment .checkList li {
	padding-left: 1.5em;
	margin-bottom: 0.5em;
	font-size: 1.6em;
	position: relative;
}
#equipment .checkList li::before{
	content: '\f00c';
	position: absolute;
	top: 0.2em;
	left: 0;
	font-family: 'Font Awesome 6 Free';
	font-weight: 700;
	color: #1ea3af;
	display: inline-block;
}

@media only screen and (max-width:768px) {
	#equipment .inner{
	margin: 0 10px;
	padding: 60px 20px 20px;
	border: 3px solid #5ca86e;
	border-radius: 10px;
	}
	#equipment h2 {
	padding: 0 0.5em;
	}
	#equipment .row {
		margin-bottom: 2em;
	}
	#equipment .point h5 { width: 100%; text-align: center; font-size: 1.4em;}
	#equipment .checkList li {font-size: 1.4em;}
}

#other {}
#other dl {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 2em;
}
#other dt,
#other dd {
	margin-bottom: 3em;
	padding: 0.5em 1em;
	font-size: 1.6em;
	line-height: 1.5;
}
#other dt {
	margin-right: 1em;
	width: 10em;
	color: #fff;
	text-align: center;
	background:#5ca86e; 
	border-radius: 25px;
}
#other dd {
	padding: 0.5em 1em;
	width: calc(100% - 11em);
}
#other .endcopy {
	color: #5ca86e;
	font-size: 3em;
	font-weight: 700;
	text-align: center;
}

@media only screen and (max-width:768px) {
	#other dl {
	display: inherit;
	margin-bottom: 2em;
}
#other dt,
#other dd {
	margin-bottom: 1em;
	font-size: 1.4em;
}
#other dt {
	margin-right: 0;
	width: 100%;
}
#other dd {
	width:100%;
}
#other .endcopy {
	font-size: 1.8em;
}
}


