@charset "utf-8";

.inner {
	width:1100px !important;
}

main section {
	margin-bottom:50px;
}

main h1 {
	margin-bottom:25px;
}

.sa {
  opacity: 0;
  transition: all .5s ease;
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa--up {
  transform: translate(0, 80px);
}

/* 上部アイコンメニュー */
#pic_menu12 {
	width:96%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

#pic_menu12 li {
	width:11%;
	text-align:center;
	line-height:1.1;
	margin-bottom:10px;
}
#pic_menu12 li a {
	text-decoration:none;
	color:#6AA444;
	font-weight:600;
}

#pic_menu12 li img {
	display:block;
	width:90%;
	height:auto;
	margin:12px auto;
	border-radius:7%;
}
#pic_menu12 li img:hover {
	opacity:0.8;
}


/* 開花 */
#top_flower {
	background:url(img/top/bg.gif);
	padding:50px 0;
}

#top_flower h1 {
	text-align:center;
	margin-bottom:25px;
}

#top_flower div ul {
	float:right;
	display:flex;
	width:770px;
	margin-top:55px;

	flex-wrap:wrap;
	justify-content:flex-start;
}

#top_flower div ul li {
	margin-right:7px;
	text-align:center;
	margin-bottom:15px;
	
	position: relative;
}

#top_flower div ul li img {
	width:180px;
	height:120px;
	overflow:hidden;
}

#top_flower div ul li .big_p {
    position: absolute;
    top:60%;
    left:20%;
	z-index:100;
	cursor:pointer;
	opacity:0.65;
}
#top_flower div ul li .big_p:hover {
	opacity:1;
}

#top_flower div ul li .big_p img {
	width:20px;
	height:20px;
}

#top_flower div ul li .di {
	width:30px;
	height:20px;
}

#top_flower div ul li span {
	display:block;
}

#top_flower div div {
	float:right;
	width:230px;
}

/* イベントカレンダー */
#top_event {
	text-align:center;
}

/* 最初の記事 */
#top_first {
	display:flex;
	margin-top:120px;
	width:1000px;
}


/* 20180410追加カレンダー */
#calev {
	width:500px;
	position:relative;
	margin:0 auto;
	margin-top:-70px;
}

#calev .sp_item {
	display:none;
}

/* わんこ */
#top_dog {
	width:330px;
}

#dog_text {
	position:relative;
	margin-top:-260px;
	margin-left:160px;
	margin-bottom:130px;
}

#top_dog ul {
	display:flex;
	justify-content: space-between;
}

#top_dog ul li {
	background-color:#fff;
	border:solid 1px #563107;
	text-align:center;
	width:12em;
	margin:15px auto;
	background:url(img/pdf18.png) no-repeat 15% 40%;
	padding-left:20px;
	font-size:12px;
}
#top_dog ul li a {
	color:#563107;
	text-decoration:none;
	display:block;
	padding:10px 15px;
}
#top_dog ul li a:hover {
	opacity:0.8;
}

.cal_holiday {
	background-color:#fed9fc;
}
.cal_event {
	background-color:#fcebce;
}
.cal_study {
	background-color:#cee2fc;
}
.cal_ex {
	background-color:#f0fddd;
}

/* 20180406追加 */
#add_menu ul {
	display:flex;
	-webkit-justify-content: center;
    justify-content: center;
}

#add_menu ul li {
	margin:15px;
}
#add_menu ul li:hover {
	opacity:0.8;
}

#instagram {
	margin:55px auto 0 auto;
}

#instagram #img_inst {
	display:flex;
	flex-wrap: wrap;
}

#instagram #img_inst li {
	display: block;
	flex: 0 0 auto;
	width:165px;
	height:165px;
	padding:1px;
}
#instagram #img_inst li img {
	object-fit: none;
	object-position: 0% 0%;
	width: 100%;
	height: 100%;
}

/* 2022.03.01追加 イベント情報 */
#event_top_data div {
	display:flex;
	flex-wrap:wrap;
}

#event_top_data div dl {
	width:32.33%;
	margin:35px 0.5%;
	padding:15px;
}

#event_top_data div dl .title_a {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
#event_top_data div dl .title_a a {
	color:#563107;
}

#event_top_data div dl dd {
	padding-top:7px;
	line-height:1.1;
}

#event_top_data div dl dd img {
	width:100%;
	height:auto;
}

#add_menu ul {
	display:flex;
    justify-content: space-between;
}

#add_menu ul li {
	margin:15px 0;
}
#add_menu ul li:hover {
	opacity:0.8;
}

#info_bana {
	display:flex;
	justify-content: space-between;
	margin-top:55px;
	width:96%;
}

/* 新着情報 */
#top_l_info {
	width:48%;
}

#top_l_info h1 {
	text-align:center;
	background:url(img/top/bdr_green.png) no-repeat center bottom;
	padding-bottom: 14px;
	margin-bottom: 10px;
}

#top_l_info dl dt {
	padding:12px 0 0 0;
}

#top_l_info dl dd {
	padding: 0 0 12px 0;
	border-bottom:dotted 1px #ccc;
}
#top_l_info dl dd a {
	text-decoration:none;
	color: #563107;
}

#top_l_info dl span a {
	color:#fff;
	text-decoration:none;
}

.kaika,
.kenshukai,
.exhibition,
.information,
.study,
.event,
.dogrun,
.flower {
	font-size:10px;
	font-weight:bold;
	color:#fff;
	padding:0 3px;
	margin-left:10px;
	text-align:center;
	
	width: 7em;
	display: inline-block;
	border-radius:8px;
}
.information {
	background-color:#F68500;
}
.study {
	background-color:#C6A51B;
}
.event {
	background-color:#6AA444;
}
.flower {
	background-color:#FFA1C3;
}
.exhibition {
	background-color:#2cbffd;
}
.kenshukai {
	background-color:#2c76fd;
}
.kaika {
	background-color:#fb8f7a;
}
.dogrun {
	background-color:#3A89D8;
}

/* ガイド */
#top_r_bana {
	width: 48%;
}

#top_r_bana li {
	text-align:center;
}

#top_r_bana ul li img {
	width:100%;
	max-width:450px;
}

/* 2022.07.12 変更 */
.right_plant {
	color:#5ea403;
	border:solid 3px #5ea403;
	background-color:#f1f9ca;
	border-radius:24px;
}

.right_plant h1 {
	text-align:center;
	font-size: 30px;
	font-weight: normal;
	margin-top:15px;
}

.right_plant ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.right_plant ul:after {
	content:"";
	width:42%;
}

.right_plant ul li {
	font-size:17px;
	width:20%;
	margin:1%;
	text-align:center;
	font-weight:600;
}
.right_plant ul li a {
	color:#5ea403;
	display:block;
	padding: 10px;
}

.right_plant ul li img {
	height:auto;
	display:block;
	margin:0 auto;
}
.right_plant ul li img a:hover {
	opacity:0.8;
}

#flower {
	margin:80px auto;
}

/* google カレンダー */
#google_cal {
	margin:0 auto;
}

#google_cal>div {
	overflow-x: auto;
	margin:0 auto;
	text-align:center;
}

#google_cal h1 {
	text-align:center;
	background:url(img/top/bdr_green.png) repeat-x center bottom;
	padding-bottom: 14px;
	margin-bottom: 35px;
}

#container {
	margin:0 auto;
}

/* twitter_youtube */
#sns_area {
	display:flex;
    justify-content: space-between;
	padding-right:1%;
}

#sns_area>div,
#sns_area>p {
	width:48%;
}

#sns_area p img {
	width:100%;
	height:auto;
}

#nav_twitter {
	margin:0 auto;
	width:100%;
}

.twitter-timeline {
	margin:0 auto;
}


@media screen and ( max-width:1150px ){
	.inner {
		width:96% !important;
	}
	.right_plant ul:after {
		width:62%;
	}
	.right_plant ul li {
		width:31%;
	}
}

@media screen and ( max-width:1000px ){
	#dog_text {
		margin-top:-270px;
		margin-left:60px;
		margin-bottom:140px;
		width:100%;
	}
	#top_flower div div {
		width:30%;
		margin-right:0;
	}
	#top_flower div ul {
		width:70%;
	}
	#top_flower div ul li {
		margin-right:7px;
		margin-bottom:7px;
		float:left;
		width:40%;
	}
}

@media screen and ( max-width:880px ){
	#pic_menu12 {
		justify-content: flex-start;
	}
	#pic_menu12 li {
		width:25%;
	}
	#pic_menu12 li img {
		max-width:150px;
		width:86%;
	}
	#top_first {
		width:96%;
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
	#top_news {
		width:100%;
		margin-bottom:100px;
	}
	#top_news dl {
		width:100%;
	}
	#top_news dl dt {
		padding-top:5px;
		margin-top:5px;
	}
	#top_news dl dd {
		padding-top:0;
		margin-top:0;
	}
	#top_dog {
		width:100%;
		margin-left:auto;
		margin-right:auto;
	}
	#top_dog #d_left {
		float:left;
		width:55%;
	}
	#top_dog #d_right {
		float:right;
		width:45%;
	}
	#dog_text {
		margin-top:-200px;
		margin-left:160px;
	}
	#sns_area {
		margin-right:4%;
	}
}

@media screen and ( max-width:800px ){
	#event_top_data div {
		flex-wrap:wrap;
	}
	#event_top_data div dl {
		width:49%;
	}
	#info_bana {
		display:block;
	}
	#top_l_info,
	#top_r_bana {
		width:100%;
	}
	#top_r_bana {
		padding-bottom:35px;
	}
	.right_plant ul:after {
		width:0;
	}
	.right_plant ul li {
		width:18%;
	}
}

	
@media screen and ( max-width:780px ){
#dog_text {
	margin-top:-200px;
	margin-left:120px;
}
}

@media screen and ( max-width:760px ){
	#top_first {
		display:block;
	}
	#top_news dl {
		line-height:2;
	}
	#top_news dl dt {
		position:static;
		width:100%;
	}
	#top_news dl dd {
		padding-left:0;
		margin-bottom:10px;
		padding-bottom:10px;
	}
	#dog_text {
		margin-top:-200px;
		margin-left:300px;
		margin-bottom:100px;
		width:100%;
	}
	#top_dog ul {
		display:flex;
		width:100%;
	}
	#dog_text {
		margin-top:-200px;
		margin-left:110px;
	}
	#top_flower div div {
		width:100%;
	}
	#top_flower div ul {
		width:100%;
	}
	#instagram #img_inst li {
		width:100px;
		height:100px;
	
	}
}

@media screen and ( max-width:680px ){
	#sns_area {
		display:block;
	}
	#sns_area>div,
	#sns_area>p {
		width:96%;
		margin:10px auto;
	}
	.right_plant ul:after {
		width:48%;
	}
	.right_plant ul li {
		width:23%;
	}
}

@media screen and ( max-width:560px ){
	#pic_menu12 li {
		width:33.33%;
	}
	#event_top_data div dl {
		width:86%;
		margin:10px auto;
	}
	#event_top_data div dt {
		text-align:center;
	}
	#dog_text {
		margin-top:-220px;
		margin-left:50px;
		margin-bottom:100px;
	}
	#top_dog ul {
		display:block;
		width:100%;
	}
	#add_menu ul {
		display:block;
	}
	#add_menu ul li {
		margin:15px auto 0 auto;
	}
	#sns_area {
		padding-right:8%;
		margin-right:0;
	}
}

@media screen and ( max-width:500px ){
	#top_dog #d_left {
		float:none;
		width:100%;
	}
	#top_dog #d_right {
		float:none;
		width:100%;
		text-align:center;
	}
	#dog_text {
		margin-top:-220px;
		margin-left:50px;
		margin-bottom:100px;
	}
	#top_flower div ul {
		flex-wrap:wrap;
		justify-content:flex-start;
	}
	#top_flower div ul li {
		width:30%;
	}
}

@media screen and ( max-width:480px ){
	#top_flower div ul li {
		width:40%;
	}
	#calev {
		width:330px;
	}
	#calev .sp_item {
		display:block;
	}
	#calev .pc_item {
		display:none;
	}
	.right_plant ul:after {
		width:66%;
	}
	.right_plant ul li {
		width:31%;
	}
}







