@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
    word-break: break-all;
}

html { 
	overflow-y: scroll;
	overflow-x: hidden;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}


body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	/*-webkit-text-size-adjust: none;*/
	line-height: 1.5;
	color: #000000;
}

.bold{
	font-weight: 700;
}

.medi{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}


.mplus{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
}

.zen-r{
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 400;
}

.zen-m{
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
}


body.is-open{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}



img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: top;
	vertical-align: bottom;
}
a {
	overflow: hidden;
	outline: none;
	color: #000000;
	text-decoration:none;
}
.pc_hide {
}

.sp_hide {
	display: none !important;
}

a {
	opacity: 1;/*-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;*/
}
a:hover {
}


/* 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;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}


select::-ms-expand {
    display: none;
}




/*-----------------------------------------------------------*/

#header_wrap{
	height: 84px;
	position: relative;
}

#header_wrap h1{
	width: 57.77%;
	position: absolute;
	top: 50%;
	left: 3.61%;
	transform: translateY(-50%);
}


#header_wrap .head_inn #toggle {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #56bc35;
	box-shadow: 0px 0px 10px 2px rgba(114, 122, 124, 0.35);
    cursor: pointer;
	position: absolute;
    /*top: 16px;*/
	top: 14px;
	right: 8px;
	z-index: 10000;
}

#header_wrap .head_inn #toggle::before {
	content: 'MENU';
	display: inline-block;
	width: 100%;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	font-size: 10px;
	white-space: nowrap;
	text-align: center;
	color: #fff;
	position: absolute;
	bottom: 11px;
	left: 50%;
	transform: translateX(-50%);
}


#toggle-box {
	width: 16px;
	height: 9px;
	position: absolute;
	top: 16px;
	left: 50%;
	transform: translateX(-50%);
}

#toggle-box > span {
	width: 16px;
	height: 1px;
	display: block;
	background: #fff;
	position: absolute;
	transition: transform .5s ease-in-out, top .5s ease, bottom .5s ease;
}

#toggle-box > span:nth-child(1) {
    top: 0px;
}

#toggle-box > span:nth-child(2) {
	top: 4px;
    /*transform: translatey(-50%);*/
}

#toggle-box > span:nth-child(3) {
  bottom: 0;
}

#toggle {
    z-index: 1000;
}

#header_wrap .head_inn .menu_area{
	display: none;
}


#nav-content {
    z-index: 900;
    overflow: auto;
    width: 100%;
	height: 100%;
	background: #fff;
	/*background: rgba(0,0,0,0.3);*/
    position: fixed;
    top: 0px;
    right: 0;
    /*transform: translateX(100%);
    transition:  transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);*/
	opacity: 0;
	transition: 1.0s;
	pointer-events: none;
}

#nav-content .nav_head{
	width: 100%;
}

#nav-content .nav_head p{
	display: block;
	width: 100%;
	line-height: 76px;
	font-size: 30px;
	color: #56bc35;
	letter-spacing: 0.1em;
	padding-left: 24px;
	box-sizing: border-box;
}

#nav-content .search_area{
	 background: #d6f2cc;
	display: flex;
	align-items: center;
	padding: 12px 0 12px 20px;
	box-sizing: border-box;
}

#nav-content .search_area form{
	display: flex;
	align-items: center;
}

#nav-content .search_area p{
	font-size: 14px;
	line-height: 1.10;
	color: #4d4d4d;
}

#nav-content .search_area #s-box{
	width: 208px;
	height: 37px;
	border: 1px solid #c7c7c7;
	border-radius: 17px;
	margin-left: 9px;
	padding: 0 10px;
	box-sizing: border-box;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.25rem;
	color: #808080;
}


#nav-content .search_area #s-btn-area{
	font-size: 0;
	background: none;
	border: none;
	width: 37px;
	height: 37px;
	border-radius: 50%;
	box-shadow: 0px 0px 10px 2px rgba(106, 153, 170, 0.55);
	margin-left: 12px;
}

#nav-content .search_area #s-btn-area #s-btn{
	width: 100%;
	height: 100%;
	background: url("image/common/head_search.png")no-repeat;
	background-size: cover;
}

/**/


.is-open {
    overflow: hidden;
}

.is-open #toggle-box {
	position: relative;
}

.is-open #header_wrap .head_inn #toggle::before {
	content: '閉じる';
	display: inline-block;
	width: 100%;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	font-size: 10px;
	white-space: nowrap;
	text-align: center;
	color: #fff;
	position: absolute;
	bottom: 11px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.is-open #toggle-box > span {
	background: #fff;
}

/*.is-open #toggle-box > span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg) translatey(-50%);
}*/
.is-open #toggle-box > span:nth-child(1) {
  top: 4px;
  transform: rotate(45deg) translatey(0);
}

.is-open #toggle-box > span:nth-child(2) {
  width: 0;
}

/*.is-open #toggle-box > span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg) translatey(-50%);
}*/
.is-open #toggle-box > span:nth-child(3) {
  top: 4px;
  transform: rotate(-45deg) translatey(0);
}

.is-open #nav-content {
	opacity: 1;
	pointer-events: auto;
	z-index: 9999;
	transform: translateX(0);
	height: 100%;
	box-sizing: border-box;
	/*background: rgba(0,0,0,0.3);*/
}

#nav-content nav{
	width: 100%;
	margin: 0 auto;
}

#nav-content nav ul.nav_menu{
	list-style: none;
}

#nav-content nav ul.nav_menu li{
	width: 100%;
}

#nav-content nav ul.nav_menu li > a{
	display: block;
	width: 100%;
	line-height: 59px;
	padding-left: 6.94%;
	box-sizing: border-box;
	border-bottom: 1px solid #808080;
	position: relative;
	font-size: 1.75rem;
	background: url("image/common/sp_menuico@2x.png")no-repeat right 8.33% center;
	background-size: 19px auto;
}

#nav-content nav ul.nav_menu li > a::before{
	content: '';
	display: inline-block;
	background: url("images/common/ico_nav.svg")no-repeat;
	background-size: contain;
	width: 29px;
	height: 29px;
	position: absolute;
	top: 50%;
	right: 7px;
	transform: translateY(-50%);
}


#nav-content .tel_area{
	padding: 47px 0 42px;
}

#nav-content .tel_area a{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 32px;
	letter-spacing: -0.05em;
	color: #333333;
	position: relative;
}

#nav-content .tel_area a::before{
	content: '';
	display: inline-block;
	background: url("image/common/head_tel.png")no-repeat;
	background-size: cover;
	width: 29px;
	height: 41px;
	margin-right: 8px;
}

#nav-content .link_contact{
	width: 81.11%;
	margin: 0 auto;
}

#nav-content .link_contact a{
	display: block;
	width: 100%;
	line-height: 64px;
	border-radius: 25px;
	background: url("image/common/head_mail.png")no-repeat #56bc35 left 42px center;
	font-size: 1.75rem;
	color: #fff;
	padding-left: 28.25%;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px 2px rgba(114, 122, 124, 0.35);
}

#nav-content .link01{
	width: 100%;
	padding: 43px 0 100px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}

#nav-content .link01 a{
	font-size: 14px;
	text-decoration: underline;
}


/*-----------------------------------------------------------*/

#footer_wrap{
	padding: 25px 0 30px;
	background: #f6f7f2;
}

#footer_wrap .footer_inn{
}

#footer_wrap .footer_inn .foot_head{
}

#footer_wrap .footer_inn .foot_head h1{
	width: 69.166%;
	margin: 0 auto;
}

#footer_wrap .footer_inn .foot_head h1 img{
	width: 100%;
	height: auto;
}

#footer_wrap .footer_inn .foot_head .add{
	margin-top: 22px;
	font-size: 13px;
	line-height: 1.80;
	letter-spacing: 0.1em;
	color: #333333;
	text-align: center;
}

#footer_wrap .footer_inn .foot_head .add a{
	color: #333333;
}

#footer_wrap .footer_inn .foot_head .acc_link{
	display: none;
}

#footer_wrap .footer_inn .foot_menu{
	display: none;
}
/*-----------------------------------------------------------*/

#copy{
	background: rgb(135,193,63);
	background: linear-gradient(90deg, rgba(135,193,63,1) 0%, rgba(234,160,56,1) 60%, rgba(236,90,36,1) 100%);
	padding: 13px 0 16px;
}

#copy p{
	font-size: 10px;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
}

/*-----------------------------------------------------------*/

.totop{
	width: 29px;
	position: fixed;
	bottom: 75px;
	right: 7px;
	z-index: 10000;
	display: none;
}

.totop img{
	width: 100%;
	height: auto;
	filter: drop-shadow(0px 0px 5px rgba(106,153,170,0.55));
}



/*-----------------------------------------------------------*/

.fixed_bnr{
	display: none;
}

/*-----------------------------------------------------------*/

.anim-box{
	opacity: 0;
}

.anim-box.fadein.is-animated {
  animation: fadeIn 3s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
 
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/**/

.anim-box.fadeup.is-animated {
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
 
@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*-----------------------------------------------------------*/


h2.top-midashi{
	display: block;
	width: 100%;
	line-height: 33px;
	font-size: 1.65rem;
	padding-left: 13px;
	box-sizing: border-box;
	position: relative;
}

h2.top-midashi::before{
	content: '';
	display: inline-block;
	background: #87c13f;
	border-radius: 2px;
	width: 3px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

h2.top-midashi02{
	font-size: 1.65rem;
	text-align: center;
	padding: 32px 0 13px;
	box-sizing: border-box;
	position: relative;
}

h2.top-midashi02::before{
	content: '';
	display: inline-block;
	background: url("image/top/logo_ico@2x.png")no-repeat;
	background-size: contain;
	width: 21px;
	height: 23px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

h2.top-midashi02::after{
	content: '';
	display: inline-block;
	background: #92c40a;
	width: 26px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

h2.top-midashi03{
	font-size: 15px;
	text-align: center;
	padding: 0 0 11px;
	box-sizing: border-box;
	position: relative;
}

h2.top-midashi03::after{
	content: '';
	display: inline-block;
	background: #92c40a;
	width: 38px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

/*-----------------------------------------------------------*/


.tit_area{
	height: 110px;
	position: relative;
}

.tit_area::before{
	content: '';
	display: inline-block;
	background: url("image/common/sp-tit_bg.png")no-repeat;
	background-size: cover;
	background-position: bottom center;
	width: 100%;
	height: 200px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -2;
}

.tit_area::after{
	content: '';
	display: inline-block;
	background: url("image/common/sp-tit_item.png")no-repeat;
	background-size: cover;
	width: 93.88%;
	height: 117px;
	position: absolute;
	bottom: 7px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.tit_area h2.page_midashi{
	width: 100%;
	font-size: 20px;
	text-align: center;
	padding-bottom: 12px;
	position: absolute;
	bottom: 26px;
	left: 50%;
	transform: translateX(-50%);
}

.tit_area h2.page_midashi::before{
	content: '';
	display: inline-block;
	background: #92c40a;
	width: 26px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}


/**/

.bread_crumb{
	display: none;
}

/*-----------------------------------------------------------*/

h3.block_midashi{
	display: block;
	width: 100%;
	line-height: 33px;
	position: relative;
	padding-left: 21px;
	box-sizing: border-box;
	font-size: 1.75rem;
	color: #000000;
}

h3.block_midashi::before{
	content: '';
	display: inline-block;
	background: #87c13f;
	width: 3px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/*-----------------------------------------------------------*/


.mokuji_area{
	background: #f2f9ed;
	padding: 16px 4.86% 18px;
}

.mokuji_area ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
}

.mokuji_area ul li{
	width: 48.61%;
}

.mokuji_area ul li a{
	display: flex;
	align-items: center;
	width: 100%;
	height: 41px;
	border-radius: 11px;
	background: url("image/business/anchor_ico@2x.png")no-repeat #fff right 8px center;
	background-size: 14px auto;
	padding: 0 35px 0 13px;
	box-sizing: border-box;
	font-size: 1.25rem;
	line-height: 1.018;
	color: #000;
}

/*-----------------------------------------------------------*/
