@charset "UTF-8";


/* CSS Document *

/* ロードアニメ設定 */

html {
	overflow-y: scroll;
}

.loadAnime {
	position: fixed;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: hidden;
	background: url(../common/img/pt-footer-home.jpg) center bottom no-repeat;
	background-size: 100% auto;
}

.loadAnime_headline {
	width: 689px;
	height: 341px;
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	visibility: hidden;
	-webkit-transition: -webkit-transform 1s;
	transition: transform 1s;
}

.loadAnime_headline img {
	width: 100%;
	height: auto;
}

.loadAnime_headline.is-fadeOut {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.loadAnime_circle {
	border: #fff 10000px solid;
	width: 0px;
	height: 0px;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	margin-top: -10000px;
	margin-left: -10000px;
	border-radius: 20000px;
	overflow: hidden;
}

.loadAnime_circle_inner {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border: #FFD24D 13px solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10000px;
	opacity: 0;
}

.loadAnime_loading {
	position: absolute;
	z-index: 3;
	width: 50px;
	height: 50px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.loadAnime_copyright {
	position: absolute;
	z-index: 4;
	width: 100%;
	left: 0;
	bottom: 10px;
	text-align: center;
	display: block;
	font-size: 11px;
}


/* 背景 */

body {
	background: #1870DA;
}

.backGround {
	padding-bottom: 50%;
	background-image: url(../common/img/pt-footer-home.jpg);
	background-size: 100% auto;
}


/* スライド */

.areaSlide {
	position: relative;
	z-index: 1;
}

.areaSlide_list {
	position: relative;
	z-index: 1;
}

.areaSlide_list li {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	visibility: hidden;
}

.areaSlide_list li.is-current {
	z-index: 2;
}

.areaSlide_list_title {
	position: absolute;
	z-index: 2;
	top: 57px;
	left: 22px;
}

.areaSlide_list_image {
	position: absolute;
	z-index: 1;
	right: -37px;
	top: -20px;
	-webkit-transition: -webkit-transform 1s;
	transition: transform 1s;
}

.areaSlide_list_image.is-fadeout {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.areaSlide_list_button {
	position: absolute;
	z-index: 1;
	left: 9px;
	top: 220px;
	min-width: 263px;
	line-height: 39px;
}

.areaSlide_naviList {
	position: absolute;
	z-index: 10;
	right: 0;
	bottom: 0;
}

.areaSlide_naviList li {
	display: inline-block;
	padding: 4px;
	cursor: pointer;
}

.areaSlide_naviList li a {
	background-color: #0040BA;
	display: block;
	border-radius: 11px;
	width: 11px;
	height: 11px;
	-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
	transition: transform 0.3s, background-color 0.3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.areaSlide_naviList li a.is-current {
	background-color: #FFD700;
}

.areaSlide_naviList li:hover a {
	-webkit-transform: scale(1.8);
	transform: scale(1.8);
	border: 1px solid #fff;
}


/* 緊急のお知らせ */

.emergencyNews {
	position: absolute;
	z-index: 10;
	left: -2px;
	top: 270px;
	background: #FFCFE7;
	border: 2px solid #fff;
	border-radius: 4px;
	font-size: 15px;
	color: #FF45A1;
	display: table;
	width: 100%;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, .3);
}

.emergencyNews_title {
	color: #fff;
	font-size: 15px;
	width: 131px;
	padding: 0 0 0 50px;
	background: url(../img/icn-emergency_x2.png) 23px 45% no-repeat #FF45A1;
	background-size: 10px 24px;
	display: table-cell;
	vertical-align: middle;
	line-height: 40px;
}

.is-ltIE8 .emergencyNews_title {
	background-image: url(../img/icn-emergency.png);
}

.emergencyNews_update {
	margin: 0 7px 0 0;
}

.emergencyNews_update:after {
	content: ":";
}

.emergencyNews_text {
	display: table-cell;
	padding: 5px 10px 5px 20px;
	vertical-align: middle;
	line-height: 1.2;
	font-weight: bold;
}


/* ニューススライド */

.newsSlide {
	position: relative;
	z-index: 1;
}

.newsSlide_listWrap {
	overflow: hidden;
}

.newsSlide_list {
	width: 10000px;
}

.newsSlide_list li {
	float: left;
	margin: 0 16px 0 0;
}

.newsSlide_list li a {
	display: block;
	width: 228px;
	border-radius: 5px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, .3);
	color: inherit;
	text-decoration: none;
}

.newsSlide_list_category {
	background: #00B300;
	color: #fff;
	font-size: 16px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 0 13px;
	line-height: 39px;
}

.newsSlide_list_title {
	font-size: 15px;
	margin: 17px 0 0;
	line-height: 1.4;
}

.newsSlide_list_date {
	display: block;
	color: #008C00;
	font-size: 12px;
}

.newsSlide_list_date small {
	margin: 0 5px 0 0;
	font-size: inherit;
}

.newsSlide_list_image-noImage {
	background: url(../common/img/logo-no-image_x2.png) center center no-repeat #EDEDED;
	background-size: 90% auto;
}

.is-ltIE8 .newsSlide_list_image-noImage {
	background-image: url(../common/img/logo-no-image.png) !important;
}

.newsSlide_list_body {
	padding: 19px 12px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	min-height: 188px;
	background: #fff;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.is-ltIE8 .newsSlide_list_image {
	overflow: hidden;
	height: 110px;
	width: 190px;
}

a:hover .newsSlide_list_body {
	background-color: #F2FCF2;
}

.newsSlide_controller {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 49px;
	display: none;
}

.newsSlide_controller.-prev {
	left: -65px;
}

.newsSlide_controller.-next {
	right: -65px;
}


/* 2列目 */

.rowFirst {
	margin: 32px 0 0;
}

.rowSecond {
	margin: 10px 0 0;
}


/* 930Eバナー */

.banner930E {
	float: left;
	background: #005CD4 url(../img/bg-bnr-930e.png) right center no-repeat;
	border-radius: 5px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, .3);
	color: #fff;
	height: 218px;
	width: 635px;
	position: relative;
	z-index: 1;
}

.banner930E_title {
	font-size: 24px;
	line-height: 1.3;
	position: absolute;
	z-index: 1;
	top: 25px;
	left: 28px;
}

.banner930E_title strong {
	font-size: 54px;
}

.banner930E_text {
	font-size: 13px;
	line-height: 1.4;
	position: absolute;
	z-index: 1;
	left: 186px;
	top: 100px;
	font-weight: bold;
}

.banner930E_list {
	position: absolute;
	z-index: 1;
	top: 155px;
	left: 26px;
}

.banner930E_list li {
	float: left;
	margin: 0 16px 0 0;
}

.banner930E_button {
	line-height: 34px;
	min-width: 0;
	padding: 0 15px;
}

.banner930E_fukidashi {
	position: absolute;
	z-index: 1;
	left: 270px;
	top: 10px;
	-webkit-animation: fukidashi 3s ease-in-out infinite;
	animation: fukidashi 3s ease-in-out infinite;
}

@-webkit-keyframes fukidashi {
	from,
	to {
		-webkit-transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.2) translateY(-20px);
	}
}

@keyframes fukidashi {
	from,
	to {
		transform: scale(1);
	}
	50% {
		transform: scale(1.2) translateY(-20px);
	}
}


/* 参加しよう！ */

.bannerClassroom {
	border-radius: 5px;
	border: 7px solid #fff;
	background: #FFE200 url(../img/bg-classroom_x2.png) 195px 75px no-repeat;
	background-size: 85px 61px;
	width: 275px;
	padding: 25px 8px 0;
	float: right;
	height: 179px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, .3);
}

.is-ltIE8 .bannerClassroom {
	background-image: url(../img/bg-classroom.png);
}

.bannerClassroom_title {
	font-size: 19px;
}

.bannerClassroom_text {
	margin: 12px 0 0;
	font-size: 13px;
	line-height: 1.4;
}

.bannerClassroom_button {
	margin: 27px 0 0;
	display: block;
	min-width: 0;
	width: 100%;
	line-height: 39px;
}


/* 2列目 */

.rowSecond {
	margin: 27px 0 0;
}


/* ニュース */

.areaNews {
	width: 306px;
	float: left;
	margin: 0 21px 0 0;
	border-radius: 5px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, .3);
}

.areaNews-news {
	margin-right: 0;
}

.areaNews_title {
	background: #666;
	color: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	line-height: 39px;
	padding: 0 15px;
	position: relative;
	z-index: 1;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.areaNews_title > a:after {
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	background: url(../img/icn-more-link_x2.png) 0 0 no-repeat;
	background-size: 500% 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	top: 0;
	right: 14px;
	margin: auto;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.is-ltIE8 .areaNews_title > a:after {
	background-image: url(../img/icn-more-link.png);
}

.areaNews_title > a:hover:after {
	-webkit-transform: scale(2);
	transform: scale(2);
}

.areaNews_title-satoyama {
	background-color: #00ACA3;
}

.areaNews_title-satoyama:hover {
	background-color: #27BDB6;
}

.areaNews_title-satoyama > a:after {
	background-position: 0% 0;
}

.areaNews_title-report {
	background-color: #008DEA;
}

.areaNews_title-report:hover {
	background: #3FA4EF;
}

.areaNews_title-report > a:after {
	background-position: 25% 0;
}

.areaNews_title-news {
	background-color: #FF7D98;
}

.areaNews_title-news:hover {
	background-color: #FF98AC;
}

.areaNews_title-news > a:after {
	background-position: 50% 0;
}

.areaNews_title a {
	display: block;
	color: #fff;
	text-decoration: none;
}

.areaNews_list li a {
	display: table;
	width: 100%;
	background: #fff;
	color: #333;
	text-decoration: none;
	font-size: 13px;
	line-height: 1.3;
	padding: 11px 0;
	border-bottom: 1px solid #ddd;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.areaNews_list-satoyama li a:hover {
	background-color: #E5F7F6;
}

.areaNews_list-report li a:hover {
	background-color: #E7F4FD;
}

.areaNews_list-news li a:hover {
	background-color: #FFF2F5;
}

.areaNews_list li:last-child a {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom: none;
}

.areaNews_list_image {
	width: 96px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.areaNews_list_image_box {
	width: 69px;
	height: 69px;
	overflow: hidden;
	display: inline-block;
}

.areaNews_list_image_box-noImage {
	background: url(../common/img/logo-no-thumb_x2.png) center center no-repeat #EDEDED;
	background-size: 90% auto;
}

.is-ltIE8 .areaNews_list_image_box-noImage {
	background-image: url(../common/img/logo-no-thumb.png);
}

.areaNews-news .areaNews_list_image_box-noImage {
	background-color: #fff;
	background-image: url(../img/logo-truck@2x.png);
}

.is-ltIE8 .areaNews-news .areaNews_list_image_box-noImage {
	background-image: url(../img/logo-truck.png);
}

.areaNews-news .areaNews_list_image_box-komatsu {
	background: url(../common/img/logo-no-thumb-komatsu@2x.png) center center no-repeat #FFF;
	background-size: 90% auto;
}

.is-ltIE8 .areaNews-news .areaNews_list_image_box-komatsu {
	background-image: url(../common/img/logo-no-thumb-komatsu.png);
}

.areaNews_list_textBlock {
	text-align: left;
	display: table-cell;
	vertical-align: top;
	padding: 7px 7px 7px 0;
}

.areaNews_list_date {
	display: block;
	font-size: 11px;
	margin: 0 0 3px;
}

.areaNews_list_date-satoyama {
	color: #64B700;
}

.areaNews_list_date-report {
	color: #31ABEA;
}

.areaNews_list_date-news {
	color: #F38290;
}

.areaNews_list_title {
	font-size: 13px;
	font-weight: normal;
}


/* 3列目 */

.rowThird {
	margin: 34px 0 0;
}


/* 開園時間 */

.areaGuide {
	float: left;
	background: #fff;
	border: 8px solid #CBE2F6;
	border-radius: 10px;
	padding: 15px 15px 23px;
	width: 274px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, .3);
}

.areaGuide_title {
	color: #FF5C26;
	font-size: 18px;
	border-bottom: 1px dotted #999;
	margin: 0 0 5px;
}

.areaGuide_title-contact {
	margin: 14px 0 7px;
}

.areaGuide_time {
	font-size: 14px;
}

.areaGuide_time:before {
	content: "■";
	color: #173BAA;
	margin: 0 7px 0 0;
}

.areaGuide_time-satoyama {
	margin: 9px 0 0;
}

.areaGuide_hour {
	margin: 0 0 0 6px;
	color: #003FB8;
	font-size: 19px;
}

.areaGuide_text {
	margin: 5px 0 0;
	font-size: 11px;
}

.areaGuide_address {
	font-size: 15px;
}

.areaGuide_tel a {
	font-size: 15px;
	color: #003FB9;
	font-weight: bold;
}


/* 今日のこまつの杜は？ */

.todayKomatsu {
	width: 296px;
	float: left;
	margin: 0 0 0 18px;
	position: relative;
	z-index: 1;
	padding: 17px 0 0;
}

.todayKomatsu_title {
	width: 100%;
	font-size: 14px;
	position: absolute;
	z-index: 2;
	top: 85px;
}

.todayKomatsu_check {
	position: absolute;
	z-index: 2;
	right: 26px;
	top: 6px;
}

.todayKomatsu_cover {
	text-decoration: none;
	text-align: center;
	display: block;
	position: absolute;
	z-index: 1;
	top: 21px;
	left: 49px;
	color: inherit;
	width: 200px;
	height: 200px;
	background: url(../img/img-todays-cover.png) 0 100% no-repeat;
}

.is-ltIE8 .todayKomatsu_cover {
	top: 20px;
	left: 48px;
	background: #FFD600;
}

.todayKomatsu_cover:hover {
	background-position: 0 0%;
}

.todayKomatsu_cover img {
	visibility: hidden;
}

.todayKomatsu_cover:hover img {
	opacity: 0.9;
}

.todayKomatsu_image {
	margin: 0 auto;
	width: 184px;
	height: 184px;
	overflow: hidden;
	border: 11px solid #fff;
	border-radius: 184px;
}

.todayKomatsu_comment {
	position: relative;
	z-index: 1;
	margin: 24px 0 0;
	padding: 13px;
	font-size: 13px;
	background: #fff;
	border-radius: 7px;
	opacity: 0;
	-webkit-transform: scale(1, 0.5);
	transform: scale(1, 0.5);
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
}

.is-ltIE8 .todayKomatsu_comment {
	visibility: hidden;
}

.todayKomatsu_comment.is-show {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.is-ltIE8 .todayKomatsu_comment.is-show {
	visibility: visible;
}

.todayKomatsu_comment:before {
	content: "";
	display: block;
	border: 13px solid #fff;
	border-left-width: 15px;
	border-right-width: 15px;
	width: 0;
	height: 0;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	margin: auto;
	top: -26px;
}


/* イベントカレンダー */

.eventCalendar {
	float: right;
	font-size: 13px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, .3);
	border-radius: 5px;
}

.eventCalendar a {
	color: #004CC6;
}

.eventCalendar_title {
	background: #B872BA;
	font-size: 16px;
	line-height: 44px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 0 15px;
	position: relative;
	z-index: 2;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.eventCalendar_title:hover {
	background-color: #C68FC8;
}

.eventCalendar_title > a:after {
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	background: url(../img/icn-more-link_x2.png) 75% 0 no-repeat;
	background-size: 500% 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	top: 0;
	right: 14px;
	margin: auto;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.is-ltIE8 .eventCalendar_title > a:after {
	background-image: url(../img/icn-more-link.png);
}

.eventCalendar_title > a:hover:after {
	-webkit-transform: scale(2);
	transform: scale(2);
}

.eventCalendar_title a {
	color: #fff;
	text-decoration: none;
	display: block;
}

.eventCalendar_inner {
	position: relative;
	z-index: 1;
	padding: 17px 30px 21px;
	background: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 1px 1px 0px rgba(0, 0, 0, .2);
}

.eventCalendar_controller {
	position: absolute;
	z-index: 1;
	top: 17px;
}

.eventCalendar_controller.-prev {
	left: 28px;
}

.eventCalendar_controller.-next {
	right: 28px;
}

.eventCalendar_controller.is-disable {
	text-decoration: none;
	color: #888;
	cursor: default;
}

.eventCalendar_month {
	margin: 0 0 2px;
}

.eventCalendar_table {
	width: 100%;
}

.eventCalendar_table th,
.eventCalendar_table td {
	border: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
	width: 34px;
	height: 28px;
	position: relative;
	z-index: 1;
}

.eventCalendar_table th.-sat {
	background-color: #97DDFF;
}

.eventCalendar_table th.-sun {
	background-color: #FFC6FF;
}

.eventCalendar_table td.-holiday {
	background-color: #eee;
}

.eventCalendar_table td.-today a,
.eventCalendar_table td.-today {
	color: #f00;
	font-weight: bold;
}

.eventCalendar_table td a {
	font-weight: bold;
	display: block;
	width: 100%;
	line-height: 28px;
}

.eventCalendar_iconExplain {
	font-size: 11px;
	margin: 6px 0 0;
}

.eventCalendar_iconExplain:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: #ddd;
	vertical-align: middle;
	margin: 0 7px 0 0;
}

.eventCalendar_iconText {
	font-size: 10px;
	margin: 7px 0 0;
}

.rowAdd {
	margin: 20px 0;
}

.rowAdd:after {
	content: "";
	display: block;
	clear: both;
}

.rowAdd_col {
	width: 305px;
	float: left;
	margin-left: 22px;
}

.rowAdd_col-no1 {
	margin-left: 0;
}

.photoDL {}

.photoDL > a {
	height: 90px;
	display: block;
	background: url(../img/bg-photo-dl.jpg) center center repeat;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, .3);
	text-decoration: none;
	text-align: center;
	position: relative;
	z-index: 1;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.photoDL > a:hover {
	opacity: .7;
}

.photoDL > a:before {}

.photoDL > a:after {}

.photoDL_inner {
	border-radius: 5px;
	height: 84px;
	border: 3px solid rgba(255, 255, 255, .7);
}

.photoDL_title {
	background: #005CD4;
	color: #FFFFFF;
	width: 230px;
	line-height: 40px;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -115px;
	border-radius: 25px;
	border: 5px solid rgba(255, 255, 255, 0.9);
	font-size: 17px;
}

.goods {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, .3);
	position: relative;
	z-index: 1;
	height: 90px;
}

.goods > a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	background: #FFE200;
	display: block;
	border: 3px solid #fff;
	border-radius: 5px;
}

.goods > a:hover {
	opacity: .7;
}

.goods > a:hover img {
	opacity: 1;
}

.goods_areaTitle {
	background: #FFE200;
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.goods_lead {
	color: #873126;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
}

.goods_title {
	font-size: 20px;
	line-height: 1.4;
	line-height: 48px;
	text-align: center;
}

.goods_image {}

.goods_image > img {}

.sukusuku {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, .3);
	padding: 3px;
}

.sukusuku > a {
	display: block;
	text-decoration: none;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	text-align: center;
}

.sukusuku > a:hover {
	opacity: .7;
}

.sukusuku > a:hover img {
	opacity: 1;
}

.sukusuku_inner {
	background: #fff;
	border-radius: 3px;
	position: relative;
	z-index: 1;
	padding: 0;
	letter-spacing: -1px;
}

.sukusuku_title {
	/* font-size: 15px; */
	/* color: #333; */
	/* line-height: 1.4; */
	margin-bottom: 2px;
}

.sukusuku_title > br {}

.sukusuku_image {
	/* position: absolute; */
	/* z-index: 1; */
	/* top: 50%; */
	/* right: 10px; */
	/* margin-top: -32px; */
	background: #FFF7D0;
	padding-top: 2px;
	padding-bottom: 2px;
}

.sukusuku_image > img {}

.bnrGroupEntry {}

.bnrGroupEntry > a {
	display: block;
	background: #FF649D;
	border: 3px solid #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, .3);
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.bnrGroupEntry > a:hover {
	opacity: 0.9;
}

.bnrGroupEntry > a:before {}

.bnrGroupEntry > a:after {}

.bnrGroupEntry > a > img {}

.bnrGroupEntry > a:hover > img {
	opacity: 1;
}

.rowAdd_col-no4 {
	margin-left: 0;
	width: 633px;
}

.pamphlet {}

.pamphlet > a {
	display: block;
	background: #FFE400;
	border: 3px solid #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, .3);
}

.pamphlet > a:hover {}

.pamphlet > a:before {}

.pamphlet > a:after {}

.pamphlet > a > img {}


/* タブレット以下設定 */

@media screen and (max-width:939px) {
	/* ロードアニメ設定 */
	.loadAnime {}
	
	.loadAnime_headline {
		width: 551px;
		height: 272px;
	}
	
	.loadAnime_loading {
		width: 40px;
		height: 40px;
	}
	
	.loadAnime_copyright {
		font-size: 11px;
	}
	/* スライド */
	.areaSlide_list {
		position: absolute;
		z-index: 1;
		height: 100%;
		width: 100%;
		left: 0;
		top: 0;
	}
	
	.areaSlide_list li {
		height: 100%;
	}
	
	.areaSlide_list_title {
		top: 17.4%;
		left: 0;
		width: 27.9%;
		height: 42.9%;
	}
	
	.areaSlide_list_image {
		right: -2%;
		top: -6.1%;
		width: 72%;
		height: 107.6%;
	}
	
	.areaSlide_list_button {
		position: absolute;
		z-index: 1;
		left: 0px;
		top: 67%;
		min-width: 0;
		width: 27.5%;
		line-height: 39px;
	}
	/* 緊急のお知らせ */
	.emergencyNews {
		font-size: 14px;
		position: relative;
		top: 0;
		left: 0;
		z-index: 2;
		margin: 0 0 20px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.emergencyNews_title {
		font-size: 14px;
		width: auto;
		padding-left: 25px;
		padding-right: 10px;
		background-position: 10px 45%;
		background-size: 8px auto;
		line-height: 36px;
		white-space: nowrap;
	}
	/* ニューススライド */
	.newsSlide {
		position: relative;
		z-index: 1;
	}
	
	.newsSlide_listWrap {
		overflow: hidden;
	}
	
	.newsSlide_list {
		width: 100%;
	}
	
	.newsSlide_list li {
		width: 33%;
		margin: 0 0.5% 0 0;
	}
	
	.newsSlide_list li:nth-child(3n) {
		margin-right: 0;
	}
	
	.newsSlide_list li:nth-child(n + 4) {
		display: none;
	}
	
	.newsSlide_list li a {
		border-radius: 4px;
		box-shadow: 0px 0px 6px rgba(0, 0, 0, .3);
		width: 100%;
	}
	
	.newsSlide_list_category {
		font-size: 15px;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		padding: 0 10px;
		line-height: 31px;
	}
	
	.newsSlide_list_title {
		font-size: 14px;
		margin: 5px 0 0;
	}
	
	.newsSlide_list_date {
		font-size: 12px;
	}
	
	.newsSlide_list_image {
		text-align: center;
	}
	
	.newsSlide_list_body {
		padding: 12px;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
		min-height: 170px;
	}
	/* 2列目 */
	.rowFirst {
		margin: 25px 0 0;
	}
	
	.rowSecond {
		margin: 25px 0 0;
	}
	/* 930Eバナー */
	.banner930E {
		float: none;
		background: #005CD4 url(../img/bg-bnr-930e.png) right center no-repeat;
		background-size: auto 100%;
		border-radius: 4px;
		height: auto;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 15px;
	}
	
	.banner930E_title {
		font-size: 20px;
		position: static;
	}
	
	.banner930E_title strong {
		font-size: 40px;
	}
	
	.banner930E_text {
		font-size: 12px;
		position: static;
	}
	
	.banner930E_list {
		margin: 10px 0 0;
		position: static;
	}
	
	.banner930E_list li {
		float: none;
		display: inline-block;
		margin: 0;
	}
	
	.banner930E_button {
		font-size: 14px;
		line-height: 30px;
		padding: 0 10px;
		width: auto;
	}
	
	.banner930E_fukidashi {
		left: auto;
		right: 230px;
		width: 88px;
	}
	/* 参加しよう！ */
	.bannerClassroom {
		border-radius: 4px;
		border: 5px solid #fff;
		background-position: 90% 90%;
		padding: 15px;
		height: auto;
		float: none;
		margin: 20px 0;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.bannerClassroom_title {
		font-size: 17px;
	}
	
	.bannerClassroom_text {
		margin: 6px 0 0;
	}
	
	.bannerClassroom_button {
		margin: 17px 0 0;
		width: 260px;
		line-height: 35px;
	}
	/* ニュース */
	.areaNews {
		width: 33%;
		float: left;
		margin: 0 0.5% 0 0;
		border-radius: 4px;
	}
	
	.areaNews-news {
		margin-right: 0;
	}
	
	.areaNews_title {
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		line-height: 35px;
		padding: 0 10px;
		font-size: 14px;
	}
	
	.areaNews_title:after {
		width: 20px;
		height: 20px;
		right: 10px;
	}
	
	.areaNews_list li a {
		padding: 6px 0;
	}
	
	.areaNews_list li:last-child a {
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
	}
	
	.areaNews_list_image {
		width: 60px;
		padding: 0 5px;
	}
	
	.areaNews_list_image_box {
		width: 60px;
		height: 60px;
	}
	
	.areaNews_list_textBlock {
		padding: 0 5px;
	}
	
	.areaNews_list_date {
		font-size: 10px;
	}
	
	.areaNews_list_title {
		font-size: 12px;
	}
	/* 3列目 */
	.rowThird {
		margin: 25px 0 0;
	}
	/* 開園時間 */
	.areaGuide {
		borde-width: 5px;
		border-radius: 5px;
		padding: 15px;
		width: 49%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.areaGuide_title {
		font-size: 16px;
	}
	
	.areaGuide_title-contact {
		margin: 10px 0 5px;
	}
	
	.areaGuide_time {
		font-size: 14px;
	}
	
	.areaGuide_time:before {
		margin: 0 5px 0 0;
	}
	
	.areaGuide_time-satoyama {
		margin: 5px 0 0;
	}
	
	.areaGuide_hour {
		margin: 0 0 0 4px;
		font-size: 16px;
	}
	
	.areaGuide_address {
		font-size: 13px;
	}
	
	.areaGuide_tel a {
		font-size: 14px;
	}
	/* 今日のこまつの杜は？ */
	.todayKomatsu {
		float: none;
		clear: both;
		margin: 0 auto;
	}
	/* イベントカレンダー */
	.eventCalendar {
		font-size: 12px;
		border-radius: 4px;
		width: 49%;
		margin: 0 0 20px;
	}
	
	.eventCalendar_title {
		background: #B872BA;
		font-size: 14px;
		line-height: 38px;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		padding: 0 10px;
	}
	
	.eventCalendar_title:after {
		width: 20px;
		height: 20px;
		right: 10px;
	}
	
	.eventCalendar_inner {
		padding: 15px;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
	}
	
	.eventCalendar_controller.-prev {
		left: 15px;
	}
	
	.eventCalendar_controller.-next {
		right: 15px;
	}
	
	.eventCalendar_table th,
	.eventCalendar_table td {
		height: auto;
		padding: 2px 0;
	}
	
	.eventCalendar_table td a {
		line-height: 1.3;
	}
	
	.todayKomatsu_image img {
		width: auto;
		max-width: none;
		height: auto;
	}
	
	.rowAdd {
		margin: 10px 0;
	}
	
	.rowAdd:after {}
	
	.rowAdd_col {
		width: 100%;
		float: none;
		margin: 0 0 10px;
	}
	
	.rowAdd_col-no1 {}
	
	.photoDL {}
	
	.photoDL > a {}
	
	.photoDL > a:hover {}
	
	.photoDL > a:before {}
	
	.photoDL > a:after {}
	
	.photoDL_inner {}
	
	.photoDL_title {}
	
	section.goods.dropBlock {}
	
	.goods > a {}
	
	.goods_areaTitle {}
	
	.goods_lead {}
	
	.goods_title {}
	
	.goods_image {
		text-align: center;
	}
	
	.goods_image > img {}
	
	.rowAdd_rightCol {
		width: 100%;
		float: none;
		margin: 20px 0;
	}
	
	.sukusuku {}
	
	.sukusuku > a {
		text-decoration: none;
	}
	
	.sukusuku_inner {}
	
	.sukusuku_title {}
	
	.sukusuku_title > br {}
	
	.sukusuku_image {}
	
	.sukusuku_image > img {}
	
	.bnrGroupEntry {}
	
	.bnrGroupEntry > a {
		border-width: 4px;
	}
	
	.bnrGroupEntry > a:hover {}
	
	.bnrGroupEntry > a:before {}
	
	.bnrGroupEntry > a:after {}
	
	.bnrGroupEntry > a > img {}
	
	.bnrGroupEntry > a:hover > img {}
	
	.pamphlet {
		text-align: center;
	}
	
	.pamphlet > a {}
	
	.pamphlet > a:hover {}
	
	.pamphlet > a:before {}
	
	.pamphlet > a:after {}
	
	.pamphlet > a > img {}
}


/* スマホ設定 */

@media screen and (max-width:639px) {
	/* ロードアニメ設定 */
	.loadAnime {}
	
	.loadAnime_headline {
		width: 300px;
		height: 148px;
	}
	
	.loadAnime_loading {
		width: 30px;
		height: 30px;
	}
	
	.loadAnime_copyright {
		font-size: 10px;
	}
	/* スライド */
	.areaSlide_list_button {
		top: 65%;
		font-size: 10px;
		line-height: 1.5;
		padding: 2px 5px;
	}
	
	.areaSlide_list_button.-hasIcon:before {
		width: 10px;
		height: 10px;
		margin-right: 2px;
	}
	
	.areaSlide_naviList {}
	/* 緊急のお知らせ */
	.emergencyNews {
		font-size: 13px;
	}
	
	.emergencyNews_title {
		line-height: 1.2;
	}
	/* ニューススライド */
	.newsSlide_list li {
		width: 100%;
		float: none;
		margin: 0 0 10px;
	}
	
	.newsSlide_list li:nth-child(3) {
		margin-bottom: 0;
	}
	
	.newsSlide_list_image {
		width: 25%;
		float: left;
	}
	
	.newsSlide_list_category {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}
	
	.newsSlide_list_body {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
		z-index: 1;
		padding: 5px 20px 5px 5px;
	}
	
	.newsSlide_list_body:before {
		content: "";
		display: block;
		position: absolute;
		right: 10px;
		top: 50%;
		z-index: 1;
		width: 6px;
		height: 6px;
		border: 2px solid #00B300;
		margin-top: -4px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		border-bottom: none;
		border-left: none;
	}
	
	.newsSlide_list_body:after {
		content: "";
		display: block;
		clear: both;
	}
	
	.newsSlide_list_textBlock {
		width: 73%;
		float: right;
	}
	
	.newsSlide_list_body {
		min-height: 0;
	}
	
	.newsSlide_list_title {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	/* 930Eバナー */
	.banner930E {
		padding: 10px;
	}
	
	.banner930E_title {
		font-size: 18px;
		text-shadow: 0 0 3px rgba(0, 0, 0, 1.00);
	}
	
	.banner930E_title strong {
		font-size: 26px;
		text-shadow: 0 0 3px rgba(0, 0, 0, 1.00);
	}
	
	.banner930E_text {
		font-size: 12px;
		text-shadow: 0 0 3px rgba(0, 0, 0, 1.00);
	}
	
	.banner930E_fukidashi {
		display: none;
	}
	/* 参加しよう！ */
	.bannerClassroom {
		padding: 10px;
		background-size: 70px auto;
	}
	
	.bannerClassroom_title {
		font-size: 15px;
	}
	
	.bannerClassroom_text {
		margin: 6px 0 0;
	}
	
	.bannerClassroom_button {
		margin: 10px 0 0;
		width: auto;
		display: inline-block;
		font-size: 13px;
		padding: 0 10px;
		line-height: 30px;
	}
	/* ニュース */
	.areaNews {
		width: 100%;
		float: none;
		margin: 0 0 10px;
	}
	
	.areaNews_list_date {
		font-size: 11px;
	}
	
	.areaNews_list_title {
		font-size: 13px;
	}
	/* 3列目 */
	/* 開園時間 */
	.areaGuide {
		float: none;
		width: 100%;
		margin: 0 0 25px;
	}
	/* イベントカレンダー */
	.eventCalendar {
		width: 100%;
		float: none;
	}
	
	.rowAdd {
		margin: 10px 0;
	}
	
	.rowAdd:after {}
	
	.rowAdd_col {}
	
	.rowAdd_col-no1 {}
	
	.photoDL {}
	
	.photoDL > a {
		height: 80px;
	}
	
	.photoDL > a:hover {}
	
	.photoDL > a:before {}
	
	.photoDL > a:after {}
	
	.photoDL_inner {
		height: 74px;
	}
	
	.photoDL_title {
		font-size: 14px;
		line-height: 36px;
		border-width: 4px;
		margin-top: -22px;
	}
	
	.goods {
		height: auto;
	}
	
	.goods > a {}
	
	.goods_areaTitle {}
	
	.goods_lead {
		font-size: 14px;
	}
	
	.goods_title {
		font-size: 14px;
		line-height: 30px;
	}
	
	.goods_image {
		bottom: 28px;
		margin-right: -100px;
	}
	
	.goods_image > img {
		width: 200px;
	}
	
	.rowAdd_rightCol {
		margin: 10px 0;
	}
	
	.sukusuku {}
	
	.sukusuku_inner {
		/* padding: 10px; */
		/* height: auto; */
		/* letter-spacing: 0; */
	}
	
	.sukusuku_title {
		font-size: 15px;
		letter-spacing: 0;
	}
	
	.sukusuku_title > br {}
	
	.sukusuku_image {
		/* width: 50px; */
		/* margin-top: -25px; */
	}
	
	.sukusuku_image > img {}
	
	.bnrGroupEntry {}
	
	.bnrGroupEntry > a {
		padding: 10px;
		text-align: center;
		border-width: 3px;
	}
	
	.bnrGroupEntry > a:hover {}
	
	.bnrGroupEntry > a:before {}
	
	.bnrGroupEntry > a:after {}
	
	.bnrGroupEntry > a > img {
		max-width: 240px;
	}
	
	.bnrGroupEntry > a:hover > img {}
	
	.pamphlet {}
	
	.pamphlet > a {}
	
	.pamphlet > a:hover {}
	
	.pamphlet > a:before {}
	
	.pamphlet > a:after {}
	
	.pamphlet > a > img {}
}