@charset "UTF-8";


@media (min-width: 1024px) {

}

@media (min-width: 769px) and (max-width: 1023px){

}

@media ( min-width: 769px ) {
	.l-header {
		display: none;
	}
}

@media (max-width: 768px) {
	.c-hamburger-btn {
		width: 44px;
		height: 44px;
		border-radius: 50%;
		background: #2aa22a;
	}

	.l-header .c-hamburger-btn__bar {
		background-color: #fff;
	}

	.c-hamburger-btn__bar {
		background-color: #fff;
		height: 2px;
	}

	.c-row--margin-s > .c-row__col:last-child {
		padding-right: 0!important;
	}

	.c-hamburger-btn__label {
		display: none;
	}

}


.c-page-header[data-has-image=true] {
	height: 240px;
}



@media (any-hover: hover) {


	
}