@charset "UTF-8";
@media screen and (min-width: 768px) {
	/*@import "mixins";
@import "title";*/
	.title {
		position: relative;
		font-size: 0;
		padding-bottom: 6px;
		border-bottom: 5px solid #48d1cc;
		margin-bottom: 20px;
	}
	.title .title1 {
		display: inline-block;
		vertical-align: baseline;
		padding: 0 0 0 80px;
		position: relative;
	}
	.title .title1 span {
		font-family: HiraKakuPro;
		color: #000000;
		font-size: 1.2rem;
		display: block;
		white-space: nowrap;
		position: absolute;
		top: 0;
		left: 80px;
	}
	.title .title1 strong {
		display: block;
		font-size: 3rem;
		line-height: 65px;
		padding-top: 15px;
		font-weight: 700;
	}

	.calender .title1 {
		background: url('/assets_before/shared/img/calender_icon.png') left top no-repeat;
	}

	.mailmagazine .title1 {
		background: url('/assets_before/shared/img/mailmagazine_icon.png') left top no-repeat;
	}

	.benefit {
		background: url('/assets_before/shared/img/benefit_icon.png') left top no-repeat;
	}

	.beginner {
		background: url('/assets_before/shared/img/beginner_icon.png') left top no-repeat;
	}

	.feature {
		background: url('/assets_before/shared/img/feature_icon.png') left top no-repeat;
	}

	.qa {
		background: url('/assets_before/shared/img/qa_icon.png') left top no-repeat;
	}

	.work {
		background: url('/assets_before/work/images/work_h1.png') left top no-repeat;
	}

	.column {
		background: url('/assets_before/shared/img/column/title_kei2.png') bottom repeat-x,
			url('/assets_before/shared/img/column_icon.png') left no-repeat;
		position: relative;
		font-size: 0;
		padding-bottom: 6px;
		border-bottom: none;
		margin-bottom: 20px;
	}

	main {
		/*$category: "movie";
  $cl: $48d1cc;*/
	}
	main .header {
		margin-top: 30px;
	}
	main section {
		padding-top: 30px;
	}
	main section.list > ul {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items: stretch;
		align-items: stretch;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	main section.list > ul > li {
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 306px;
		margin: 20px 0 0 0;
		border-top: 5px solid #ffcc66;
		background-color: #fffaf0;
		padding: 13px;
	}
	main section.list > ul > li.off {
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
		border-top: 5px solid #b3b3b3;
		background-color: #f8f8f8;
		opacity: 0.8;
		position: relative;
	}
	main section.list > ul > li.off::after {
		content: '';
		position: absolute;
		display: block;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	main section.list > ul > li h2 {
		line-height: 5.28rem;
		font-size: 0;
		text-align: center;
	}
	main section.list > ul > li h2 span {
		text-align: left;
		display: inline-block;
		vertical-align: middle;
		font-size: 2.2rem;
		line-height: 1.2;
		font-weight: 700;
	}
	main section.list > ul > li div.photo {
		margin-top: 10px;
	}
	main section.list > ul > li strong {
		display: block;
		margin-top: 15px;
		font-size: 1.4rem;
		font-weight: 400;
		text-align: center;
		line-height: 1.2;
	}
	main section.list > ul > li ul {
		margin-top: 12px;
	}
	main section.list > ul > li ul li {
		margin-top: 5px;
	}
	main section.list > ul > li ul li a {
		display: block;
		background: #fff url('/assets_before/shared/img/icon_arrow_link_16.png') 7px 7px
			no-repeat;
		font-size: 1.4rem;
		line-height: 1;
		padding: 6.6px 6.6px 6.6px 30px;
		font-weight: 400;
		text-decoration: none;
		border-radius: 15px;
	}
	main section.list > ul > li ul li a:hover {
		opacity: 0.7;
	}
	main section.list > ul > li.off ul li a {
		color: #999;
	}
	main section.list > dl {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items: stretch;
		align-items: stretch;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	main section.list > dl > dd {
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 270px;
		margin: 20px 0 0 0;
		border-top: 5px solid #ffcc66;
		background-color: #fffaf0;
		padding: 13px;
	}
	main section.list > dl > dd.off {
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
		border-top: 5px solid #b3b3b3;
		background-color: #f8f8f8;
		opacity: 0.8;
		position: relative;
	}
	main section.list > dl > dd.off::after {
		content: '';
		position: absolute;
		display: block;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	main section.list > dl > dd h2 {
		line-height: 5.28rem;
		font-size: 0;
		text-align: center;
	}
	main section.list > dl > dd h2 span {
		text-align: left;
		display: inline-block;
		vertical-align: middle;
		font-size: 2.2rem;
		line-height: 1.2;
		font-weight: 700;
	}
	main section.list > dl > dd div.photo {
		margin-top: 10px;
	}
	main section.list > dl > dd strong {
		display: block;
		margin-top: 15px;
		font-size: 1.4rem;
		font-weight: 400;
		text-align: center;
		line-height: 1.2;
	}
	main section.list > dl > dd ul {
		margin-top: 12px;
	}
	main section.list > dl > dd ul li {
		margin-top: 5px;
	}
	main section.list > dl > dd ul li a {
		display: block;
		background: #fff url('/assets_before/shared/img/icon_arrow_link_16.png') 7px 7px
			no-repeat;
		font-size: 1.4rem;
		line-height: 1;
		padding: 6.6px 6.6px 6.6px 30px;
		font-weight: 400;
		text-decoration: none;
		border-radius: 15px;
	}
	main section.list > dl > dd ul li a:hover {
		opacity: 0.7;
	}
	main section.list > dl > dd.off dl dd a {
		color: #999;
	}
	main section.list > dl > dt {
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100px;
		margin: 20px 0 0 0;
		padding: 13px;
		padding-top: 45px;
		border-radius: 0 60px 60px 0 / 0 60px 60px 0;
		-webkit-border-radius: 0 60px 60px 0 / 0 60px 60px 0;
		-moz-border-radius: 0 60px 60px 0 / 0 60px 60px 0;
		background: #fffaf0;
		font-size: 30px;
		color: #fff;
	}
	main section.list > .spring_list dt {
		background: #0b691b;
	}
	main section.list > .spring_list dd {
		border-top: 5px solid #0b691b;
		background-color: #dcf1e0;
	}
	main section.list > .summer_list dt {
		background: #00a3d9;
	}
	main section.list > .summer_list dd {
		border-top: 5px solid #00a3d9;
		background-color: #ebf7fb;
	}
	main section.list > .autumn_list dt {
		background: #ea8015;
	}
	main section.list > .autumn_list dd {
		border-top: 5px solid #ea8015;
		background-color: #f5e2d0;
	}
	main section.list > .winter_list dt {
		background: #a275c6;
	}
	main section.list > .winter_list dd {
		border-top: 5px solid #a275c6;
		background-color: #efdefc;
	}
	main section.list_column > ul {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items: stretch;
		align-items: stretch;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	main section.list_column > ul > li {
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 306px;
		margin: 20px 0 0 0;
		border-top: 5px solid #ffcc66;
		background-color: #fffaf0;
		padding: 13px;
	}
	main section.list_column > ul > li.off {
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
		border-top: 5px solid #b3b3b3;
		background-color: #f8f8f8;
		opacity: 0.8;
		position: relative;
	}
	main section.list_column > ul > li.off::after {
		content: '';
		position: absolute;
		display: block;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	main section.list_column > ul > li h2 {
		line-height: 5.28rem;
		font-size: 0;
		text-align: center;
	}
	main section.list_column > ul > li h2 span {
		text-align: left;
		display: inline-block;
		vertical-align: middle;
		font-size: 2.2rem;
		line-height: 1.2;
		font-weight: 700;
	}
	main section.list_column > ul > li div.photo {
		margin-top: 10px;
	}
	main section.list_column > ul > li strong {
		display: block;
		margin-top: 15px;
		font-size: 1.4rem;
		font-weight: 400;
		text-align: center;
		line-height: 1.2;
	}
	main section.list_column > ul > li ul {
		margin-top: 12px;
	}
	main section.list_column > ul > li ul li {
		margin-top: 5px;
	}
	main section.list_column > ul > li ul li a {
		display: block;
		background: #fff url('/assets_before/shared/img/icon_arrow_link_16.png') 7px 7px
			no-repeat;
		font-size: 1.4rem;
		line-height: 1;
		padding: 6.6px 6.6px 6.6px 30px;
		font-weight: 400;
		text-decoration: none;
		border-radius: 3px;
	}
	main section.list_column > ul > li ul li a:hover {
		opacity: 0.7;
	}
	main section.list_column > ul > li.off ul li a {
		color: #999;
	}
	main section.list_column > dl {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items: stretch;
		align-items: stretch;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	main section.list_column > dl > dd {
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 300px;
		margin: 20px 0 0 0;
		border-top: 5px solid #ffcc66;
		background-color: #fffaf0;
		padding: 13px;
	}
	main section.list_column > dl > dd.off {
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
		border-top: 5px solid #b3b3b3;
		background-color: #f8f8f8;
		opacity: 0.8;
		position: relative;
	}
	main section.list_column > dl > dd.off::after {
		content: '';
		position: absolute;
		display: block;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	main section.list_column > dl > dd h2 {
		line-height: 5.28rem;
		font-size: 0;
		text-align: center;
	}
	main section.list_column > dl > dd h2 span {
		text-align: left;
		display: inline-block;
		vertical-align: middle;
		font-size: 2.2rem;
		line-height: 1.2;
		font-weight: 700;
	}
	main section.list_column > dl > dd div.photo {
		margin-top: 10px;
	}
	main section.list_column > dl > dd strong {
		display: block;
		margin-top: 15px;
		font-size: 1.4rem;
		font-weight: 400;
		text-align: center;
		line-height: 1.2;
	}
	main section.list_column > dl > dd ul {
		margin-top: 12px;
	}
	main section.list_column > dl > dd ul li {
		margin-top: 5px;
	}
	main section.list_column > dl > dd ul li a {
		display: block;
		background: #fff url('/assets_before/shared/img/icon_arrow_link_16.png') 7px 7px
			no-repeat;
		font-size: 1.4rem;
		line-height: 1;
		padding: 6.6px 6.6px 6.6px 30px;
		font-weight: 400;
		text-decoration: none;
		border-radius: 5px;
	}
	main section.list_column > dl > dd ul li a:hover {
		opacity: 0.7;
	}
	main section.list_column > dl > dd.off dl dd a {
		color: #999;
	}
	main section.list_column > dl > dt {
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
		margin: 20px 0 10px 0;
		padding: 10px;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		background: #fffaf0;
		font-size: 36px;
		font-weight: bold;
		text-align: center;
		position: relative;
	}
	main section.list_column > .spring_list dt {
		background: url(/assets_before/shared/img/spring_icon.png) no-repeat;
		background-position: 40%;
		border-bottom: #dcf1e0 solid;
	}
	main section.list_column > .spring_list dd {
		background-color: #0b691b;
		border: 2px dashed #fff;
		border-radius: 8px;
		box-shadow: 0 0 0 4px #0b691b;
		margin: 2em 0;
		padding: 2em;
	}
	main section.list_column > .summer_list dt {
		background: url(/assets_before/shared/img/summer_icon.png) no-repeat;
		background-position: 40%;
		border-bottom: #ebf7fb solid;
	}
	main section.list_column > .summer_list dd {
		background-color: #00a3d9;
		border: 2px dashed #fff;
		border-radius: 8px;
		box-shadow: 0 0 0 4px #00a3d9;
		margin: 2em 0;
		padding: 2em;
	}
	main section.list_column > .autumn_list dt {
		background: url(/assets_before/shared/img/autumn_icon.png) no-repeat;
		background-position: 40%;
		border-bottom: #f5e2d0 solid;
	}
	main section.list_column > .autumn_list dd {
		background-color: #ea8015;
		border: 2px dashed #fff;
		border-radius: 8px;
		box-shadow: 0 0 0 4px #ea8015;
		margin: 2em 0;
		padding: 2em;
	}
	main section.list_column > .winter_list dt {
		background: url(/assets_before/shared/img/winter_icon.png) no-repeat;
		background-position: 40%;
		border-bottom: #efdefc solid;
	}
	main section.list_column > .winter_list dd {
		background-color: #a275c6;
		border: 2px dashed #fff;
		border-radius: 8px;
		box-shadow: 0 0 0 4px #a275c6;
		margin: 2em 0;
		padding: 2em;
	}
	main section.column_page section {
		padding-left: 0.5em;
		padding-right: 0.5em;
		padding-top: 10px;
	}
	main section.column_page h1 {
		padding-bottom: 0.5em;
		border-bottom: 1px solid #ccc;
		font-size: 3em;
		padding-top: 0.5em;
		padding-left: 0.5em;
	}
	main section.column_page h1 span {
		/*display: block;*/
		margin-bottom: 0.4em;
		/*color: #aaa;*/
		font-size: 0.8em;
	}
	main section.column_page h2 {
		font-size: 2.2em;
		padding: 0.5em;
		margin-bottom: 0.5em;
	}
	main section.column_page h3 {
		font-size: 1.8em;
		padding: 0.5em;
		margin-bottom: 1.5em;
	}
	main section.column_page figure figcaption a {
		display: block;
		background: #fff url(/assets_before/shared/img/icon_arrow_link_16.png) 7px 7px
			no-repeat;
		font-size: 1.4rem;
		line-height: 1;
		padding: 6.6px 6.6px 6.6px 30px;
		font-weight: 400;
		text-decoration: none;
	}
	main section.column_page p {
		padding-bottom: 2.8rem;
	}
	main section.spring h1 {
		background: #0b691b;
		border: 2px dashed #dcf1e0;
		border-radius: 5px;
		box-shadow: 0 0 0 4px #0b691b;
		color: #fff;
	}
	main section.spring h1 span {
		color: #fff;
	}
	main section.spring h1 span:nth-child(1)::before {
		display: block;
		font-size: 0.6em;
		content: 'ガーデニングコラム春夏秋冬　春の巻';
		padding-bottom: 1em;
	}
	main section.spring h2 {
		background: url(/assets_before/shared/img/spring_icon.png) no-repeat;
		padding-left: 2em;
	}
	main section.spring h3 {
		border-bottom: #0b691b solid 0.5px;
	}
	main section.summer h1 {
		background: #00a3d9;
		border: 2px dashed #ebf7fb;
		border-radius: 5px;
		box-shadow: 0 0 0 4px #00a3d9;
		color: #fff;
	}
	main section.summer h1 span {
		color: #fff;
	}
	main section.summer h1 span:nth-child(1)::before {
		display: block;
		font-size: 0.6em;
		content: 'ガーデニングコラム春夏秋冬　夏の巻';
		padding-bottom: 1em;
	}
	main section.summer h2 {
		background: url(/assets_before/shared/img/summer_icon.png) no-repeat;
		padding-left: 2em;
	}
	main section.summer h3 {
		border-bottom: #00a3d9 solid 0.5px;
	}
	main section.autumn h1 {
		background: #ea8015;
		border: 2px dashed #f5e2d0;
		border-radius: 5px;
		box-shadow: 0 0 0 4px #ea8015;
		color: #fff;
	}
	main section.autumn h1 span {
		color: #fff;
	}
	main section.autumn h1 span:nth-child(1)::before {
		display: block;
		font-size: 0.6em;
		content: 'ガーデニングコラム春夏秋冬　秋の巻';
		padding-bottom: 1em;
	}
	main section.autumn h2 {
		background: url(/assets_before/shared/img/autumn_icon.png) no-repeat;
		padding-left: 2em;
	}
	main section.autumn h3 {
		border-bottom: #ea8015 solid 0.5px;
	}
	main section.winter h1 {
		background: #a275c6;
		border: 2px dashed #efdefc;
		border-radius: 5px;
		box-shadow: 0 0 0 4px #a275c6;
		color: #fff;
	}
	main section.winter h1 span {
		color: #fff;
	}
	main section.winter h1 span:nth-child(1)::before {
		display: block;
		font-size: 0.6em;
		content: 'ガーデニングコラム春夏秋冬　冬の巻';
		padding-bottom: 1em;
	}
	main section.winter h2 {
		background: url(/assets_before/shared/img/winter_icon.png) no-repeat;
		padding-left: 2em;
	}
	main section.winter h3 {
		border-bottom: #a275c6 solid 0.5px;
	}
	main section.prof {
		background: #fafdda;
		padding: 1.5em;
	}
	main section.prof h2 {
		font-size: 1.8em;
		font-weight: bold;
		border-bottom: solid 1px gray;
		padding-bottom: 0.5em;
	}
	main section.prof dl {
		padding: 1em;
	}
	main section.prof dt {
		font-size: 1.8em;
		font-weight: 600;
		padding-bottom: 0.5em;
		padding-top: 0.5em;
	}
	main section.prof dd {
		font-size: 1.4em;
		line-height: 1.5em;
	}

	.sitemap dt {
		margin-top: 20px;
		font-size: 1.5rem;
		font-weight: 700;
		line-height: 1.2;
		border-left: 10px solid #b81c22;
		border-bottom: 2px solid #b81c22;
		padding: 0 0 0 12px;
		margin-right: 20px;
	}
	.sitemap dt span {
		display: inline-block;
		font-size: 2rem;
		line-height: 31px;
	}

	.sitemap dd li {
		font-size: 1.4rem;
		font-weight: 400;
		line-height: 1.5;
		padding: 8px 35px 8px 20px;
		position: relative;
		margin-left: 20px;
	}
	.sitemap dd li::before {
		content: '';
		position: absolute;
		height: 12px;
		width: 12px;
		background-color: #b81c22;
		left: 0;
		top: 16px;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
	}

	.sitemap main a {
		color: #000;
		text-decoration: none;
	}
	.sitemap main a:hover {
		text-decoration: underline;
	}

	.hiari h1 {
		font-size: 2.4rem;
		font-weight: 700;
		background-color: #fffacd;
		padding: 10px 15px 10px 15px;
		border-bottom: 2px solid orange;
	}
	.hiari h1 + * {
		margin-top: 30px;
	}
	.hiari h2 {
		margin-top: 20px;
		font-size: 2rem;
		font-weight: 700;
		line-height: 1.2;
		border-left: 14px solid orange;
		padding: 0 0 0 12px;
	}
	.hiari h2 span {
		border-bottom: 2px solid orange;
		display: inline-block;
		font-size: 2rem;
		line-height: 31px;
	}
	.hiari h2 + * {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.hiari > strong {
		display: block;
		margin-top: 35px;
		margin-bottom: 10px;
		font-size: 1.8rem;
		font-weight: 700;
	}
	.hiari > strong.bdt {
		border-top: 1px solid orange;
		padding-top: 30px;
	}
	.hiari h3 {
		margin-top: 20px;
		font-size: 2rem;
		font-weight: 700;
		line-height: 1.2;
		/*border-left: 14px solid $cl;*/
		padding: 0 0 0 5px;
	}
	.hiari h3 span {
		border-bottom: 2px solid orange;
		display: inline-block;
		font-size: 2rem;
		line-height: 31px;
	}
	.hiari h3 + * {
		margin-top: 15px;
	}
	.hiari figure figcaption {
		margin-top: 3px;
		font-size: 1.4rem;
		line-height: 2.4rem;
		text-align: center;
	}
}
