@charset "euc-jp";
/* CSS Document */

.mainnav a .fs_xs {
	font-weight: normal;
	font-size: 1rem !important;
}
#slidemenu_list li.spme_col2 {
	background: #8E9A3A;
}

#notice_con section, #flowers_con section {
	padding-top: 1em;
	padding-bottom: 1em;
}
#top_con h1 {
	font-weight: normal;
}
#notice_con h2, #flowers_con h2, #top_con h2, #top_news_con h2 {
	font-weight: normal;
	text-align: center;
	text-shadow: 0 0 8px #FFF, 0 0 8px #FFF, 0 0 8px #FFF, 0 0 8px #FFF;
}
#notice_con h2 img, #flowers_con h2 img, #top_con h2 img, #top_news_con h2 img {
	width: 50px;
	margin-bottom: 5px;
}
#notice_con {
	background: #E9E292 url(../images/topbg1.jpg) no-repeat right top;
	background-size: cover;
}
#notice_con li a {
	text-shadow: 0 0 10px #FFF, 0 0 10px #FFF, 0 0 10px #FFF, 0 0 10px #FFF, 0 0 10px #FFF;
}

#flowers_con {
	background: #E1EEC2 url(../images/topbg2.jpg) no-repeat left top;
	background-size: cover;
}

#top_con {
	background: #FFF url(../images/topbg3.jpg) no-repeat left top;
	background-size: cover;
}
#top_con h1 {
	margin-bottom: 1em;
}
#top_con ul {
	list-style: none;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: stretch;
}
#top_con ul li{
	width: 24%;
	background: #40AAAA;
	border-bottom: solid 1px #CCC;
	margin-bottom: 15px;
	border-radius: 6px;
}
#top_con ul a {
	height: 100%;
	color: #FFF;
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 1.5em 2em 1.5em 1em;
	position: relative;
	border-radius: 6px;
	vertical-align: middle;
}
#top_con ul a:hover, #top_con ul a:active {
	background: #6FBDBB;
	text-shadow: 0 0 6px #1D8D8D;
	transform: 1s;
}
#top_con ul a::after {
	display: block;
	content: "";
	position: absolute;
	bottom: 10px;
	right: 5px;
	width: 20px;
	height: 13px;
	background: url(../images/icon-arrow-w.png) no-repeat;
	background-size: contain;
}
#top_con ul li.hidden {
	background: none;
	margin-bottom: 0;
	border: none;
	border-radius: 0;
}
#top_con ul li.hidden hr {
	display: none;
}

#top_news_con {
	background: #E9F2FB;
background: -webkit-linear-gradient(to bottom, #E9F2FB, #FFF);
background: linear-gradient(to bottom, #E9F2FB, #FFF);
}
#top_news_con section {
	padding: 1em 3%;
}
.newsbox {
	background: #FFF;
	border: solid 1px #CCC;
	border-radius: 10px 0 10px 0;
	padding: 0 2%;
	margin-bottom: 1em;
}
.newsbox h3 {
	display: block;
	border-bottom: solid 1px #CFCFCF;
	font-weight: normal;
	font-size: 1em;
	text-align: center;
	padding: 5px;
	width: 8em;
	margin: .8em auto .5em;
}
.newsbox ul {
	margin: 1em 0 5px;
}
#topicsbox {
	border: solid 1px #FFD24D;
}
/* 
#topicsbox h3 {
	border-right: solid 8px #FFD24D;
	background: #FDFBF0;
}
.list#eventbox li a .date::before {
	border-right-color: #FFD24D;
	border-bottom-color: #FFD24D;
}
#eventbox {
	border: solid 1px #60D0EC;
}
#eventbox h3 {
	border-right: solid 8px #60D0EC;
	background: #F4FCFD;
}
.list#eventbox li a .date::before {
	border-right-color: #60D0EC;
	border-bottom-color: #60D0EC;
}
#otherbox {
	border: solid 1px #59B200;
}
#otherbox h3 {
	border-right: solid 8px #59B200;
	background: #F8FBF2;
}
.list#otherbox li a .date::before {
	border-right-color: #59B200;
	border-bottom-color: #59B200;
} */

#banner_con {
	background: #EEE;
}
#banner_con ul {
	list-style: none;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 1em 0 0;
}
#banner_con ul li {
	display: block;
	text-align: center;
	width: 19%;
	margin-bottom: 10px;
	border: none;
}
#banner_con ul li.hidden {
	margin: 0;
}
#banner_con ul li.hidden hr {
	display: none;
}

@media screen and (max-width:979px){
#top_con ul li {
	width: 32%;
}
#banner_con ul li {
	width: 24%;
}
}

@media screen and (max-width:699px){
#notice_con h2 img, #flowers_con h2 img, #top_con h2 img, #top_news_con h2 img {
	width: 32px;
}
#top_con ul li {
	width: 49%;
}
#top_con ul a {
	padding: 1em 2em 1em 1em;
}
#banner_con ul li {
	width: 32%;
}
}

@media screen and (max-width:479px){
#top_con h1 {
	font-size: 1.125em;
}
#banner_con ul li {
	width: 48%;
	height: auto;
}
}
