@media screen and (max-width: 1024px) {
	body {
		font-size: calc(112.5% + 0.25vw);
	}

	h2 {
		font-size: calc((112.5% + 0.25vw));
	}

	h3 {
		font-size: calc((112.5% + 0.25vw)*1.2);
	}

	h4 {
		font-size: 1.2em;
		line-height: 1.5em;
	}

	h5 {
		font-size: 16px;
	}

	h6 {
		font-size: 30px;
	}

	.title h3 {
		font-size: calc((112.5% + 0.25vw)*1.2);
	}

	.main-title {
		padding-left: 5px;
		padding-right: 5px;
	}

	#sns img {
		width: 45px;
	}

	#sns .sns-box {
		width: 300px;
		margin: 30px auto 0px;
	}

	.title.center p {
		line-height: 1.5em;
	}

	.service {
		padding-top: 37px;
	}

	.service-area_description {
		width: 70%;
	}

	.service-list h4 .number {
		padding: 0 20px 0 0;
	}

	.detail {
		padding: 47px 0 50px;
	}

	.detail-inner,
	.detail-inner_description,
	.detail-inner_title {
		display: inherit;
	}

	.detail-inner_title {
		width: 100%;
		padding: 10px 0;
		font-size: 1em;
	}

	.detail-inner_description {
		border-width: 1px;
	}

	.detail-inner_description li {
		font-size: .7em;
		line-height: 24px;
	}

	.detail-inner_description .bottom-space li {
		margin-bottom: 10px;
	}

	.detail-inner_description table.worktime td {
		font-size: .7em;
	}

	.guide {
		padding: 0 0 40px;
	}

	.guide li h5 {
		float: none;
		padding: 20px 0 10px;
	}

	.guide li p {
		width: 100%;
		padding: 20px 0 15px;
		text-align: center;
		line-height: 25px;
	}

	.header-nav_inner h1 {
		padding: 3% 0;
	}

	.header-nav_inner ul {
		display: none;
	}

	.header-address_inner a {
		color: #fff !important;
	}

	.navBurger {
		display: block;
	}

	.header-nav-sp {
		display: block;
	}

	.content-area {
		width: 90%;
	}

	.new-area {
		padding-bottom: 70px;
	}

	.new-area_news li span {
		font-size: .8em;
	}

	.new-area_news li p {
		padding-left: 10px;
		font-size: .9em;
		font-size: .8em;
	}

	.new-area_banner img {
		width: 100%;
		padding-bottom: 10px;
	}

	.cherry-area_concept,
	.lemon-area_concept,
	.melon-area_concept,
	.berry-area_concept {
		padding: 30px 0 60px;
		font-size: .8em;
		text-align: left;
	}

	#cherry h4,
	#lemon h4,
	#melon h4,
	#berry h4 {
		line-height: 1.3em;
		text-indent: -3rem;
		padding-left: 3rem;
	}

	.detail-inner table {
		line-height: 25px
	}

	.detail-inner td {
		padding: 0 15px;
	}

	.detail-inner th.center {
		width: auto;
	}

	.detail-inner th.center:last-of-type {
		padding-left: 10px;
	}

	.border-change .detail-inner_title {
		border-width: 0 !important;
	}

	.border-change .detail-inner_description {
		border-width: 1px !important;
		;
	}

	.guide li h5 {
		width: 200px;
	}

	.company-area {
		margin: 50px 0 70px;
	}

	.company-area_president,
	.company-area_greeting,
	.company-area_president img {
		display: block;
	}

	.company-area_president {
		padding: 30px 0 70px;
	}

	.company-area_president img {
		width: 60%;
		margin: 0 auto;
	}

	.company-area_greeting {
		padding: 10px 0 0 0;
	}

	.company-area_greeting p {
		font-size: .8em;
	}

	.company-area .detail-inner_description li {
		text-indent: -1rem;
		padding-left: 1rem;
	}

	footer {
		font-size: .6em;
		line-height: 2em;
	}

	footer address {
		font-size: .8em;
	}


	.pc-only {
		display: none !important;
	}

	.guide li p.left-indent {
		text-align: left;
		display: flex;
		justify-content: center;
	}

}