@charset "utf-8";
/* ■◆■━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━■◆■ */

/*                                                                 */

/*    【共通　ここから】                                                */

/*                                                                 */

/* ■◆■━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━■◆■ */

a {
	text-decoration: none;
	color: #444444;
}
img {
	max-width: 100%;
}
.header_box {
	background-color: #ffffff;
}
.header_flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
footer {
	width: 100%;
	background: rgb(134, 161, 48);
	background: linear-gradient(180deg, rgba(134, 161, 48, 1) 0%, rgba(105, 139, 0, 1) 100%);
	padding: 15px;
	bottom: 0;
	position: relative;
}

.copyright {
	font-size: 0.7em;
	text-align: center;
	color: #ffffff;
	font-weight: 400;
}
/* ■◆■━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━■◆■ */

/*                                                                  */

/*    【PCここから】                                                     */

/*                                                                  */

/* ■◆■━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━■◆■ */

@media screen and (min-width:769px) {
	/* ヘッダー　ここから */
	header {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	.header_flex {
		max-width: 1200px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 15px 10px;
	}
	.logo {
		width: 36%;
	}
	.header_btn_wrap {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.header_btn {
		width: 48%;
	}
	.header_btn img {
		width: 100%;
		max-width: 230px;
	}
	nav {
		background-color: #EAF2CF;
	}
	.header_menu {
		display: flex;
		justify-content: space-between;
		align-items: center;
		max-width: 1200px;
		margin: 0 auto;
	}
	.header_menu li {
		display: inline-block;
		width: calc( 100% / 4);
		text-align: center;
		/*font-weight: 600;*/
		line-height: 58px;
		border-left: solid 1px #cccccc;
	}
	.header_menu li:last-of-type {
		border-right: solid 1px #cccccc;
	}
	.header_menu li a {
		display: block;
	}
	/* ヘッダー　ここまで */
	/* フッター　ここから */
	footer {
		margin-bottom: 105px;
	}
	.footer_menu {
		max-width: 1200px;
		display: block;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.footer_menu ul {
		display: flex;
		justify-content: center;
		/*align-items: center;*/
		/*margin: 0 0 15px;*/
	}
	.footer_menu li {
		margin-right: 50px;
		font-size: 12px;
	}
	.footer_menu li:last-of-type {
		margin-right: 0;
	}
	.footer_menu li a {
		color: #ffffff;
		font-size: 12px;
		font-weight: 600;
	}
	/* フッター　ここまで */
	.fixed {
		background: rgba(0, 0, 0, 0.8);
		padding: 15px 20px;
		position: fixed;
		bottom: 0;
		width: 100%;
		height: 105px;
	}
	.fixed_inner {
		width: 100%;
		max-width: 1200px;
		display: flex;
		margin: 0 auto;
		justify-content: space-between;
		align-items: center;
	}
	.fixed_inner p {
		color: #F4CB43;
		/*font-size: 24px;*/
		font-size: calc(1rem + ((1vw - 7.69px) * 0.5213));
		width: 45%;
	}
	.fixed_btn_wrap {
		display: flex;
		justify-content: space-around;
		width: 50%;
	}
	.fixed_btn {
		width: 46%;
	}
	.fixed_btn img {
		width: 100%;
		max-width: 276px;
	}
}
@media screen and (min-width:779px) {
	.header_menu li:nth-of-type(2) {
		font-size: 0.9em;
	}
	.fixed {
		height: 
	}
}
/* ■◆■━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━■◆■ */

/*                                                                  */

/*    【SPここから】                                                     */

/*                                                                  */

/* ■◆■━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━■◆■ */

@media screen and (max-width:768px) {
	/* ヘッダー　ここから */
	.header_box {
		background-color: #ffffff;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 9998;
		width: 100%;
		height: 70px;
		padding: 20px 10px;
	}
	.header_box a:first-of-type {
		display: inline-block;
		max-width: calc( 100% - 70px);
		margin-right: 20px;
	}
	.header_box a:first-of-type img {
		width: 100%;
	}
	#navToggle {
		width: 30px;
		height: 25px;
		cursor: pointer;
	}
	#navToggle div {
		position: relative;
	}
	#navToggle span {
		display: block;
		position: absolute;
		width: 100%;
		height: 3px;
		background-color: #999999;
		border-radius: 3px;
	}
	#navToggle, #navToggle span {
		display: inline-block;
		transition: all .5s;
		box-sizing: border-box;
	}
	#navToggle span:first-of-type {
		top: 0;
	}
	#navToggle span:nth-of-type(2) {
		top: 11px;
	}
	#navToggle span:nth-of-type(3) {
		top: 22px;
	}
	.openNav span:first-of-type {
		-webkit-transform: translateY(20px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}
	.openNav span:nth-of-type(2) {
		opacity: 0;
	}
	.openNav span:nth-of-type(3) {
		-webkit-transform: translateY(-20px) rotate(-45deg);
		transform: translateY(-12px) rotate(-45deg);
	}
	nav {
		overflow: auto;
		position: absolute;
		background-color: #F9EFE2;
		right: 0;
		top: 70px;
		width: 100%;
		transition: .5s ease-in-out;
		-webkit-transform: translateY(-365px);
		transform: translateY(-365px);
		z-index: 9997;
	}
	nav.open {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
		z-index: 2;
	}
	.header_menu {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.header_menu li {
		display: block;
		width: 100%;
		margin: 0;
		border-bottom: dotted 1px #696969;
		line-height: 3.5em;
		font-size: 1.2em;
		color: #444444;
		font-weight: 600;
		padding: 0 25px;
	}
	.header_menu li a {
		display: block;
	}
	.header_menu li::after {
		content: '';
	}
	.header_menu li:last-child {
		border-bottom: none;
	}
	/* ヘッダー　ここまで */
	/* フッター　ここから */
	footer {
		margin-bottom: 108px;
	}
	.footer_menu {
		max-width: 100%;
		display: block;
		margin: 0 auto;
	}
	.footer_menu ul {
		display: flex;
		justify-content: center;
		margin: 0 0 15px;
		font-size: 14px;
	}
	.footer_menu li {
		margin-right: 20px;
	}
	.footer_menu li:last-of-type {
		margin-right: 0;
	}
	.footer_menu li:before {
		content: "―";
		display: inline-block;
		color: #fff;
		margin-right: 5px;
	}
	.footer_menu li a {
		color: #ffffff;
		font-size: 1.0em;
		font-weight: 600;
	}
	/* フッター　ここまで */
	.fixed {
		background: rgba(0, 0, 0, 0.8);
		padding: 10px 3px 10px 15px;
		position: fixed;
		bottom: 0;
		width: 100%;
		height: 108px;
	}
	.fixed_inner {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}
	.fixed_inner p {
		color: #F4CB43;
		font-size: 12px;
		text-align: center;
		margin-left: -30px
	}
	.fixed_btn_wrap {
		display: flex;
		justify-content: space-between;
		align-items: baseline;
		margin-top: -13px;
	}
	.fixed_btn.contact {
		width: 23.5%;
	}
	.fixed_btn.tel {
		width: 73.5%;
	}
	.fixed_btn img {
		width: 100%;
	}
}
/* フッター微調整 */

@media screen and (max-width:400px) {
	.footer_menu ul {
		flex-direction: column;
		line-height: 2.5em;
	}
	.footer_menu li {
		margin-right: 0;
	}
	.fixed {
		background: rgba(0, 0, 0, 0.8);
		padding: 10px 3px 10px 15px;
		position: fixed;
		bottom: 0;
		width: 100%;
		height: 108px;
	}
	.fixed_inner {
		width: 100%;
	}
	.fixed_inner p {
		color: #F4CB43;
		/*font-size: 12px;*/
		font-size: calc(1rem + ((1vw - 5.69px) * 1.5213));
		text-align: center;
		margin-left: -30px
	}
	.fixed_btn_wrap {
		display: flex;
		justify-content: space-between;
		align-items: baseline;
		margin-top: -13px;
	}
	.fixed_btn.contact {
		width: 23.5%;
	}
	.fixed_btn.tel {
		width: 73.5%;
	}
	.fixed_btn img {
		width: 100%;
	}
}