@charset "UTF-8";

@media screen and (max-width: 767px) {

body {
	font-size: 0.9375rem;
	line-height: 1.8;
}
.pc { display: none; }
.sp { display: block; }

/* header */

header {
	padding: 0 0 5px;
}

.logo_area {
	padding-right: 0;
}

.logo_area h1 {
	width: 250px;
}

.header_info>p a {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin-left: auto;
	margin-right: 50px;
	width: 50px;
	height: 50px;
	padding-left: 0;
	background-color: #59c66e;
	background-image: url("../img/icon_tel02.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 40px auto;
}

.header_info div.time {
	margin: 5px;
}

.header_info div.time p {
	font-size: 0.875rem;
	padding: 3px;
}

/* sp hmenu start */

.openbtn02 {
	display: block;
	position: fixed;
	z-index: 9999;
	top: 0px;
	right: 0px;
	cursor: pointer;
	width: 50px;
	height:50px;
	background-color: #39573f;
}
	
/*×に変化*/	
.openbtn02 span {
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 14px;
	height: 3px;
	border-radius: 2px;
	background-color: #fff;
		width: 45%;
	}

.openbtn02 span:nth-of-type(1) {
	top:15px;	
}

.openbtn02 span:nth-of-type(2) {
	top:23px;
}

.openbtn02 span:nth-of-type(3) {
	top:31px;
}

.openbtn02.active span:nth-of-type(1) {
	top: 18px;
	left: 18px;
	transform: translateY(6px) rotate(-45deg);
	width: 30%;
}

.openbtn02.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn02.active span:nth-of-type(3){
	top: 30px;
	left: 18px;
	transform: translateY(-6px) rotate(45deg);
	width: 30%;
}

#h-nav{
	background:#68b44a;
	border-bottom: none;
}

#h-nav.m_fixed{
	top:-120%;
}


/*アクティブクラスがついたら位置を0に*/
#h-nav.panelactive{
	top: 0 !important;
}

/*ナビゲーションの縦スクロール*/
/* #h-nav.panelactive #h-nav-list{
	position: fixed;
	z-index: 999; 
	width: 100%;
	height: 100vh;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	background:#6fafdd;
} */

/*ナビゲーション*/
#h-nav ul {
	margin: 50px auto 0;
	display: block;
	font-size: 1.0rem;
	color: #fff;
	border-top: 1px solid;
}

#h-nav ul li {
	width: 100%;
}

#h-nav ul li a {
	height: auto;
	padding: 15px 0;
	font-size: 1.0rem;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid;	
}

#h-nav ul li a:hover {
	border-bottom: 1px solid;
}

#h-nav ul li a::after {
	display: none;
}

/* sp hmenu end */

.ttl_h2 {
	font-size: 1.5rem;
}

	
.fv_slider li {
	max-width: 350px;
	margin: 0 10px;
}

.content001 {
	margin: 0 auto;
	padding-top: 0;
}

.content002 {
	margin: 0 auto;
	padding-top: 0;
}

.list01 {
	font-size: 1.0rem;	
}

.list01 li {
	width: 230px;
	height: 40px;	
	margin: 5px;
	border-radius: 10px;
}


.list03 {
	justify-content: center;
}

.list03 dt {
	text-align: center;
	font-size: 1.0rem;
	margin: 15px 0;
}

.list03 dd {
	font-size: 0.75rem;
	width: 120px;
	height: 20px;	
	margin: 5px;
	border-radius: 10px;
}

.list04 li {
	font-size: 1.0rem;
}

.aboutus>p {
	font-size: 1.25rem;
}

.aboutus h3 {
	font-size: 1.125rem;
	margin: 20px 0;
}

.aboutus h4 {
	font-size: 1.0rem;
	margin: 20px 0;
}

.aboutus dl {
	font-size: 0.875rem;
	display: block;
}

.aboutus dl:last-of-type {
	margin-bottom: 20px;
}

.aboutus dl dt {
	justify-content: start;
	padding: 0 10px;
	width: 100%;
	text-align: left;
	margin: 0 0 5px;
	height: 30px;
}

.aboutus dl dd {
	width: 100%;
	margin-bottom: 20px;
}

.greeting {
	display: block;
}

.greeting>div:first-child {
	width: 100%;
	max-width: 200px;
	padding: 0 10px;
	margin: 0 auto 30px;	
}

.note {
	font-size: 0.875rem;
}

.greeting>div:last-child {
	width: 100%;
	padding: 0 10px;
}

.form {
	font-size: 1.0rem;
}

footer {
	padding-bottom: 70px;
}

.footer_copy {
	font-size: 0.75rem;
}

/* sp cv start */

.openbtn{
	display: block;
	position:fixed;
	z-index: 9999;/*ボタンを最前面に*/
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70px;
	padding: 9px 0 10px;
	background-color: #fff;
	border-top: solid 1px #39573f;
}

.openbtn p {
	cursor: pointer;
	width: 90%;
	max-width: 460px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.125rem;
	font-weight: bold;
	color: #fff;
	height: 50px;
	background-image:
	url("../img/fv_arrow.png"),
	linear-gradient(to right,rgba(91,92,87,100),rgba(91,92,87,100) ),
	linear-gradient(to right bottom,rgba(91,92,87,100) 0%,rgba(91,92,87,100) 50%,rgba(80,81,76,100) 50%,rgba(80,81,76,100) 100%),
	linear-gradient(to right,rgba(80,81,76,100),rgba(80,81,76,100) );  
	background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
	background-position: right 15px center,0% 0%,50% 0%,100% 0%;
	background-size: 30px auto,44% 100%,13% 100%,44% 100%;
	border-radius: 25px !important;
	box-shadow: 0 4px 0 #3a4c3d;
}

.openbtn.active p {
	background-image:
	url("../img/fv_close.png"),
	linear-gradient(to right,rgba(91,92,87,100),rgba(91,92,87,100) ),
	linear-gradient(to right bottom,rgba(91,92,87,100) 0%,rgba(91,92,87,100) 50%,rgba(80,81,76,100) 50%,rgba(80,81,76,100) 100%),
	linear-gradient(to right,rgba(80,81,76,100),rgba(80,81,76,100) );  
}

#g-nav{
	position:fixed;
	z-index: 999;
	bottom:-120%;
	left:0;
	width:100%;
	/* height: 200px; */
	background: #fff;
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
	bottom: 70px;
}

/*ナビゲーション*/
#g-nav ul li {
	margin: 10px;
}

#g-nav ul li:nth-of-type(1) {
	width: 300px;
}

#g-nav ul li:nth-of-type(2) {
	width: 300px;
}

#g-nav ul li:nth-of-type(3) {
	width: 300px;
}

#g-nav ul li:nth-of-type(1) a {
	display: flex;
}

/* sp cv end */

}

@media screen and (max-width: 450px) {

.header_info div.time p {
	font-size: 2.0vw;
}
}