@charset "utf-8";
/*
Theme Name: Eight Days A Week 2018
Theme URI: http://www.lookat.co.jp
Author: hidekky
Description: Made in 2016-11-15
*/

@import url("foundation-edit.css");

/* ////////////////////////////////////////////////////////////
	ヘッダー・ナビゲーション
//////////////////////////////////////////////////////////// */	
body {
	background-color: rgba(255, 255, 255,1);
}

body.home {
/*	background-image: url(images/bg_nemophila.jpg);
	background-repeat: no-repeat;
	background-size: contain; 
*/
}

a { color: #1d3994;}
a:visited { color: #1d3994;}
a:hover, a:focus { color: #FF9100;}
.button { color: #FFF !important;}
.button.hollow { color: inherit !important;}


.primary {
	padding-bottom:30px;
}

@media (max-width: 640px) {
	
	.primary {
		padding-bottom:10px;
	}
}
@media (min-width: 641px) {
.primary {
/*	padding-left:30px;
	padding-right:30px; */
}
}

.menu-area {
	padding-right:0;	

}

/* パンくず */
.breadcrumbs li {text-transform:none !important;}

/* ナビゲーションメニュー */

.header-area {
		margin-top:0;
		overflow: visible;

}

.header-area button {
	line-height: 1;
}

.title-bar .menu-icon {
	margin:0;
}

.top-bar,
.top-bar ul {
    background-color:inherit;
}
.global-nav a {
	display: block;
	color: inherit;
	font-size: 12px;
	text-decoration: none;
}

.global-nav a:hover {
	background-color: rgba(0,0,0,0.3);
}
.global-nav li:before {
	content: none;
}

ul.yoko li {
	margin-right: 30px;
	padding-top:3px;
}

/* 色を変えないリンクテキスト */
.title a,
footer a {
	color:#fff !important;	
}
.title a:hover,
footer a:hover {
	color:#FFEB3B !important;
	transition: all 0.5s ease;
}
footer ul {
	line-height:1.3;
}
footer li {
	font-size:small ;
}

/* セクション */
section {padding-top:1rem;padding-bottom:1rem;}
section.flowering-navi {padding:0}


/* タイトルエリア */

.parent-title {
/* 青 */ background: linear-gradient(rgba(21, 101, 192, 0.6), rgba(21, 101, 192, 1));
/* 緑  background: linear-gradient(rgba(16, 146, 85, 0.6), rgba(16, 146, 85, 1)); */
/* 赤  background: linear-gradient(rgba(215, 29, 24, 0.6), rgba(215, 29, 24, 1));  */
	padding-top:30px;
	padding-bottom: 30px;
	margin-top: 0;
	margin-bottom: -50px;
	z-index: 10;
	position: relative;
	border-radius: 0 0  20px 20px;
}
@media (max-width: 640px) {
.parent-title {
	background: transparent;
	padding:10px 0 20px;
	z-index: 0;
}
}

.title {
/* ネモフィラ */	background-image: linear-gradient(rgba(187, 222, 251,0.4), rgba(187, 222, 251,0.4)), url(images/bg_title_nemophila.jpg);
/* バラ	background-image: linear-gradient(rgba(252, 232, 235,0.4), rgba(252, 232, 235,0.4)), url(images/bg_title_bara.jpg) ;	*/
/* 大草原 	background-image: linear-gradient(rgba(188, 201, 228,0.4), rgba(188, 201, 228,0.4)), url(images/bg_title_daisougen.jpg) ; */
/* コキア background-image: linear-gradient(rgba(255,255, 255,0.4), rgba(255,255,255,0.4)), url(images/bg_title_kochia.jpg); */

	background-position: center center; 
	background-size: cover;
	padding-top: 0;
	padding-bottom:30px; 
	} /* ページタイトルエリア全体 */
.title p {
	font-size: 1.3rem;
	font-weight: bold;
	height:3rem;
	line-height: 1.5;
	text-align: center;
	color:#fff;
}
@media (max-width: 1024px) {
	.title p {
	font-size: large;
	}
}
.page-title {
	/* background: #EFEBE9; */
/*	background-image: linear-gradient(rgba(187, 222, 251,0.4), rgba(187, 222, 251,0.4)), url(images/bg_title_nemophila.jpg); */
	background-image: linear-gradient(rgba(187, 222, 251,0.2), rgba(187, 222, 251,0.2)), url(images/bg_title_daisougen.jpg);background-position:center bottom;
/*	background-image: linear-gradient(rgba(185,55,55,0.2), rgba(185,55,55,0.2)), url(images/bg_title_kochia.jpg);background-position:center center; */
	margin-top:0;
	margin-bottom:0;
	
}
.page-title h2{
	margin:0;
	text-align: center;
	padding-top:30px;
	padding-bottom:30px;
	line-height: 1.6;
}
.page-title h2 span{
	background-image: linear-gradient(rgba(2, 136, 209, 1), rgba(2, 136, 209, 1))/* , url(images/bg_title.png) */;
	padding-bottom: 15px;
	background-position: center bottom;
	background-repeat: repeat-x;
		color:#fff;
		font-weight: bold;
		padding: 10px 20px;
		border-radius: 5px;
}
@media (max-width: 640px) {
	.page-title {
	background-image:none;
	background: rgba(2, 136, 209, 1);
}
.page-title h2 span{
	background-image: none;
	}	
}

/* ////////////////////////////////////////////////////////////
	フッター
//////////////////////////////////////////////////////////// */	


.footer-top {
	text-align: center;
	padding-top:50px;
}

/* フッター */
footer {
	background-color: #3293bf; /* ネモフィラ */
/*	background-color: #AA3242; /* コキア */
/*	background-color: #bb9e76; /* 土 */
	color:#fff;
}

footer a{
	color:#fff;
}
footer a:hover{
	color:#FFFF00;
}
footer li:before {
	color:#ff0;
}
footer h2 {
	color: #fff;
	border-bottom: 1px solid #fff;
}
footer h3 {
	color: #fff;
}

.footer-title {
	font-weight:bold;
	border-bottom: 1px solid #fff;
}
.footer-submenu-aho {
	margin-top: 30px;
	margin-bottom: 10px;
	padding-top: 5px;
	font-weight: bold;

}
.footer-submenu {
	margin-bottom: 50px;
	padding-top: 5px;
	border-radius: 5px;
	background:linear-gradient(rgba(255,255,255,0.2), rgba(255,255,255,0.2));
	overflow: hidden;
}


/* ページトップへボタン */
.page-top-link a{
	display: block;
}
.page-top-link a{
	position: fixed;
	right: 20px;
	bottom: 20px;
	top:auto;
	left: auto;
	
}
.page-top-link .fukidashi{
	font-size: 10px;
	text-align: center;
	width:80px;
	background: #fff;
	border-radius: 6px;
	padding:3px 0;
	position: relative;
	margin-bottom: 10px;
}
.page-top-link .fukidashi:before {
	content: "";
	position: absolute;
	bottom: -16px;
	right: 40%;
	border: 10px solid transparent;
	border-top: 10px solid #fff;
}


/* ////////////////////////////////////////////////////////////
	トップページ
//////////////////////////////////////////////////////////// */	



/* 新着情報・ブログ */
.latest-information {
	margin-top: 50px;
	margin-bottom: 20px;
	background: #F7F5F1;
	background: var(--light-bg-color); /* ベージュ */
}

.blog-thumb {
	margin-left: 5px;
	margin-right: 5px;
	border: none;
}
section.blog {
	margin-top: 50px;
	padding-top: 20px;
	padding-bottom: 50px;
	background: #F7F5F1;
	background: var(--light-bg-color); /* ベージュ */
}

.latest-information h4 {
	margin-bottom: 0.5rem;
}
.news-date {
	color:rgba(2, 136, 209, 0.7);
	font-size: small;
}
.latest-information p {
	font-size: small;
}


/* ////////////////////////////////////////////////////////////
	カレンダー
//////////////////////////////////////////////////////////// */	

.event-cal .saturday th {
    background: #bbdefb none repeat scroll 0 0 !important;
}
.event-cal .sunday th {
    background: #ffcdd2 none repeat scroll 0 0 !important;
}
.event-cal .saturday td {
    background: #f4faff none repeat scroll 0 0;
}
.event-cal .saturday td:first-child {
    color: #0081ff;
}
.event-cal .sunday td {
    background: #fff4f4 none repeat scroll 0 0;
}
.event-cal .sunday td:first-child {
    color: #d50000;
}

label {
    display: inline !important;
    }

/* ////////////////////////////////////////////////////////////
	検索画面
//////////////////////////////////////////////////////////// */	
#course_search label {
	font-size: large;
}
input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin: 0;
    vertical-align: middle;
}
input[type=radio] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
/* ////////////////////////////////////////////////////////////
	検索結果
//////////////////////////////////////////////////////////// */	
.search-option {
    border-radius: 3px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-top: 10px;
}
.search-option h6 {
    border-bottom: 1px solid #ddd;
    color: #e57373;
    font-weight: bold;
}
.search-option p {
    margin-bottom: 0;
}

.res-num {
    color: #e64a19;
    font-size: xx-large;
    font-weight: bold;
    margin-right: 5px;
}


/* ////////////////////////////////////////////////////////////
	ヘッダー
//////////////////////////////////////////////////////////// */	

/*
.logo-area {
	margin-top:5px;
	background: url(images/logo-bg-hamanasu.png) right top no-repeat; 
}
*/

/*
header h1 {
	margin-top: 30px;
}
*/
header h1 img {
	width: 400px;
}

.title-logo {
	spadding:20px 10px;
}

a.title-logo:hover {
	background: transparent;
}


.title-bar-right .title-logo {
	display: inline;
	border:none;
	background: transparent;
	box-shadow: none;
	font-weight: bold;
	color:#1B5E20;
}




.title-logo:hover {
	background: #FFF8E1;

}


.title-bar-right .title-logo:hover {
	background: transparent;

}


.support-menu {
	text-align: right;
	padding-top:5px;
}
.support-menu a {
	
}

.english-link {
	padding: 0;
}
.english-link a{
	background:#0277BD;
	font-weight: bold;
	color:#fff;
	display: block;
	padding:6px 10px;

}
.english-link a:hover{
	background: #039BE5;
	transition: all 0.6s ease;
}


.support-menu form {
	margin-bottom: 7px;
}
.support-menu [type='search'] {
	width: 70%;
	float:left;
	margin:0;
	margin-right:2px;
	font-size: small;
	padding:2px;
	height: auto;
}
button {
	float:left;
	padding: 5px 10px !important;
	margin-bottom: 0 !important;
}

.title-logo img {
	max-height:140px;
}

.global-nav3 .columns {
	padding: 0;
}
.global-nav3 .menu1 {
	background: #44aeea;
}
.global-nav3 .menu1:hover {
	background: #f00;
    transition: all 0.6s ease;

}
.global-nav3 .menu2 {
	/* background: linear-gradient(rgba(250, 200, 0, .7), rgba(277, 0, 127, .7)); */
	background: #b4cb32;
}
.global-nav3 .menu3 {
	background: #b2b6db;
}
.global-nav3 .menu4 {
	background: #dd9cb4;
}
.global-nav3 .menu5 {
	background: #ebc061;
}
.global-nav3 .menu6 {
	background: #ebc061;
}

.global-nav3 .menu1 a {
	background: url(images/menu1.png) ;
	background-size: 30% auto;
}
.global-nav3 .menu2 a {
	background: url(images/menu8.png) ;
}
.global-nav3 .menu3 a {
	background: url(images/menu9.png) ;
}
.global-nav3 .menu4 a {
	background: url(images/menu2.png) ;
}
.global-nav3 .menu5 a {
	background: url(images/menu6.png)  ;
}
.global-nav3 .menu6 a {
	background: url(images/menu10.png)  ;
}
.global-nav3 .columns a {
	display: block;
	width:100%;
	padding-top:70px;
	padding-bottom: 5px;

	font-size: medium;
	color:#fff;
	text-align: center;

	font-weight: bold;
	background-size: 40%;
	background-repeat: no-repeat;
	background-position: center 30%;
}



.global-nav-mobile {
	margin: 10px auto;
	background: rgba(2, 136, 209, 0.06) !important;
}

.global-nav-mobile .columns a {
	display: block;
	width:100px;
	height:80px;
	border:4px solid transparent;
	text-align: center;
	
} 
.global-nav-mobile i{
	text-align: center;
	font-size:240%;
}
.off-canvas {
	background: #E1F5FE;
}
.mobilemenu {
	margin-right: 10px;
}
.global-nav-mobile .columns {
	margin-bottom: 0;	
}



/* メガメニュー */
#mega-menu-wrap-main {
	background: transparent !important;
}

#mega-menu-main > li {
	width:16.6% !important;	
	text-align: center !important;
}

#mega-menu-main li{
	border-right: 0 !important;
}
#mega-menu-main li:last-child {
	border-right: none !important;
}

/*

#mega-menu-item-42148 > a{
	background: #44aeea url(images/menu1.png) center 30% no-repeat !important;
	background-size: 30% auto !important;
	border-bottom: 4px solid #0091EA !important;
}
#mega-menu-item-42149 > a {
	// background: linear-gradient(rgba(250, 200, 0, .7), rgba(277, 0, 127, .7)); //
	background: #b4cb32 url(images/menu8.png) center 30% no-repeat !important;
	background-size: 30% auto !important;
	border-bottom: 4px solid #00C853 !important;
}
#mega-menu-item-42244 > a {
	background: #b2b6db url(images/menu9.png) center 30% no-repeat !important;
	background-size: 30% auto !important;
	border-bottom: 4px solid #6200EA !important;
}
#mega-menu-item-42151 > a{
	background: #dd9cb4 url(images/menu2.png) center 30% no-repeat !important;
	background-size: 30% auto !important;
	border-bottom: 4px solid #C51162 !important;
}
#mega-menu-item-42235 > a {
	background: #ebc061 url(images/menu6.png) center 30% no-repeat !important;
	background-size: 30% auto !important;
	border-bottom: 4px solid #FF6F00 !important;
}
#mega-menu-item-42152 > a {
	// background: #6db5a9 url(images/menu10.png) center 30% no-repeat !important; //
	background: #ebc061 url(images/menu10.png) center 30% no-repeat !important;
	background-size: 30% auto !important;
	// border-bottom: 4px solid #33691E !important; //
	border-bottom: 4px solid #FF6F00 !important;
}
*/
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-main #mega-menu-main > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-main #mega-menu-main > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
#mega-menu-main {
	background: rgba(2, 136, 209, 0.06) !important;
}

.mega-menu-link {
	color: rgba(2, 136, 209, 1) !important;	
}
.mega-menu-link i {
	display: block;
	font-size: 250%;
	margin-bottom: 10px;
}

.mega-menu-link .main-menu-icon img {
	margin-bottom:10px;
	height:40px;
}

.mega-menu-link .main-menu-icon p {
	margin:0;
}

.mega-menu-link .main-menu-icon {
	display: block;
}

#mega-menu-wrap-main #mega-menu-main p {
	margin-bottom: 0;
	line-height: 1.3;
}

.mega-sub-menu i {
	font-size: inherit;
}

.global-nav-mobile a,
#mega-menu-main > .mega-menu-item > a{
	width:100%;
	padding:20px 0 10px !important;
	font-size: medium !important;
	text-align: center !important;
	font-weight: bold !important;
	height:auto !important;
	line-height: 1.3 !important;
}
.global-nav-mobile a {
	padding:50px 0 10px !important;

}


.global-nav-mobile .columns {
		background-size: 40% auto !important;
		padding-left:5px;

}

.mega-menu-item {
	padding:0 !important;
}
.mega-menu-item a {
	display: block;	
	padding:15px !important
}
.mega-menu-item a:hover{
	background:#B2EBF2 !important;
	transition: all 0.6s ease !important;
}

.mega-sub-menu {
	box-shadow:2px 2px 5px !important;}


#mega-menu-wrap-main #mega-menu-main > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  color: #555;
  font-family: inherit;
  font-size: 14px !important;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  vertical-align: top;
  display: block;
  border-top: 0px solid #555;
  border-left: 0px solid #555;
  border-right: 0px solid #555;
  border-bottom: 0px solid #555;
}

li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
	content: none !important;
}

header {
/*	margin-bottom: -50px;
	position: relative;
	z-index: 100; */
}


/* 本日の開園状況 */

.open-time {
	color:#000;
	font-size: large;
	text-align: center;
	background: #FFF;
	padding:10px;
	border-radius: 10px;
	font-weight: bold;
	margin-bottom: 20px;
}
.open-time .midashi{
	color:#558B2F;
	font-size: large;
	text-align: center;
	background: #FFF;
	padding:10px;
	border-radius: 10px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom:0;
}
.open-time .jikan{
	background: #F1F8E9;
	padding:10px 30px;
	border-radius: 10px;
	font-weight: bold;
	color: #558B2F;
}

.info-today {
	margin-top: 0;
	background: #AED581;
	overflow: hidden;
}
.info-time p{
	/* background: linear-gradient(rgba(104, 159, 56,1), rgba(104, 159, 56,1)); */
	text-align: center;
	line-height: 1.2;
}


.info-time .date {
	font-size: 120%;
	font-weight:bold;
	margin-bottom: 0;
}
.info-time .time {
	font-size: 120%;
	font-weight:bold;
	margin-top: 10px;
}
.info-time .time span{
	font-size: 160%;
	font-weight:bold;
}

@media (max-width: 640px) {
	.info-time {
		xmin-height: 150px;
	}
	.info-time .date ,
	.info-time .time {
		font-size: 100%;
	}
	.info-time .time span{
		font-size: 130%;
	}

}




/*
.info-campaign {
	position: relative;	
}
.info-campaign img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
*/
.info-campaign,
.info-campaign .image-area {
	height: 100%;
}
.info-campaign .image-area {
    display: flex;          /* 2 */
    justify-content: center;/* 3 */
    align-items: center;    /* 4 */
}
	
/* インフォメーションタブ */


.topics a {
	font-size: 13px;	
}
.info-list dt,
.info-list dd {
	border-top: 1px dotted rgba(0, 0, 0, 0.2);
	min-height: 2.5rem;
	display: flex;
	align-items: flex-end;
}

@media (max-width: 640px) {
	.topics dt {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom:0;
}
	.topics dd {
		margin-top:0;
		padding-top:0;
		}
}

.tabs#information-tabs {
border: none;
background: transparent;
}

.tabs li:before {
	content: none;
}

.tabs-panel li:before {
	top:3px;
}
.tabs-panel .label {
	padding-top:5px;
	padding-bottom: 2px;
}

.tabs-title {
	width: 25%;
	text-align: center;
}

.tabs-title > a{
	border-radius:10px 10px 0 0;
	padding: 1.5rem 0.5rem 1rem;
	margin-top:1rem;
/*	font-size:15px; */
}

/*
.tabs-title.tab1 > a {
	background: #FFECB3;color:#000;
}
.tabs-title.tab2 > a{
	background: #DCEDC8;color:#000;
}
.tabs-title.tab3 > a {
	background: #FFCDD2;color:#000;
}
.tabs-title.tab4 > a{
	background: #B3E5FC;color:#000;
}
*/
.tabs-title > a {
	background: rgba(2, 136, 209, 0.1);color:#000;
}

/*
.tabs-title.tab1 > a:hover {
	background: #FFD54F;color:#fff;
	    transition: all 0.6s ease;
}
.tabs-title.tab2 > a:hover {
	background: #AED581;color:#fff;
	    transition: all 0.6s ease;
}
.tabs-title.tab3 > a:hover {
	background: #EF9A9A;color:#fff;
	    transition: all 0.6s ease;
}
.tabs-title.tab4 > a:hover {
	background: #81D4FA;color:#fff;
	    transition: all 0.6s ease;
}
*/
.tabs-title > a:hover {
	background: rgba(2, 136, 209, 0.3);color:#fff;
	    transition: all 0.1s ease;
}


/*
focus, .tabs-title.tab1 > a[aria-selected='true'] {
	background: #FFAB00;color:#fff;font-weight:bold;
	margin-top: 0;padding-bottom:2rem;
}
focus, .tabs-title.tab2 > a[aria-selected='true'] {
	background: #00C853;color:#fff;font-weight:bold;
	margin-top: 0;padding-bottom:2rem;
}
focus, .tabs-title.tab3 > a[aria-selected='true'] {
	background: #FF5252;color:#fff;font-weight:bold;
	margin-top: 0;padding-bottom:2rem;
}
focus, .tabs-title.tab4 > a[aria-selected='true'] {
	background: #40C4FF;color:#fff;font-weight:bold;
	margin-top: 0;padding-bottom:2rem;
}
*/
focus, .tabs-title > a[aria-selected='true'] {
	background: rgba(2, 136, 209, 1);color:#fff;font-weight:bold;
	margin-top: 0;padding-bottom:2rem;
}


.tabs-content {
	border:none;
}

/*
#panel1 {
	border-radius: 0 0 10px 10px;
	border:4px solid #FFAB00;	
}
#panel2 {
	border-radius: 0 0 10px 10px;
	border:4px solid #00C853;
}
#panel3 {
	border-radius: 0 0 10px 10px;
	border:4px solid #FF5252;	
}
#panel4 {
	border-radius: 0 0 10px 10px;
	border:4px solid #40C4FF;	
}
*/
.tabs-panel.is-active {
	border-radius: 0 0 10px 10px;
	border:4px solid rgba(2, 136, 209, 1);	
}


@media (max-width: 640px) {
	.tabs-title > a {
		padding-left: 2px;
		padding-right: 2px;
	}
	
	.tabs-title {
		width: 25%;
		text-align: center;
	}
}

.info-list li {
	margin-bottom: 5px;
}
.info-list .date {
	display: inline-block;
	width:100px;
}

.info-list .label {
	display: inline-block;
	border-radius: 8px;
	color:#fff;
	width:80px;
	text-align: center;
	margin-bottom: 2px;
}
.info-list .label.information {
	background: #00C853;
}
.info-list .label.pause {
	background: #FF5252;
}
.info-list .label.pressrelease {
	background: #40C4FF;
}
.info-list dl {
	margin:0;
}
.info-list dt {
	font-weight: normal;
	background: transparent;
	margin-right: 0;
	text-align: left;
}
@media (min-width: 641px) {
.primary .info-list dt {
	width:220px !important;	
}
}
.info-list dt:before {
	content: '\f04b';
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	margin-right: 5px;
	color:#F48FB1;
	font-size: x-small;
	
}


/* ////////////////////////////////////////////////////////////
	サイドバー
//////////////////////////////////////////////////////////// */	



/* サイドバー */
.sidebar-widget li{
	border-bottom: 1px solid #f0f0f0; 
	margin-top: 10px;
}
.sidebar-widget li a{
	display: block;
}
.sidebar-widget li a:hover{
	background: #fcfcf0;
}
.sidebar-widget li:last-child{
	border-bottom: none;
}



/* サイドバーの幅 */
.secondary {
	background: rgba(2, 136, 209, 0.2);
	padding-top:20px;
	padding-bottom:50px;
}
.sidebar {
}
@media (min-width: 641px) {
.sidebar {
	max-width: 250px;
	margin: 0 auto;
}	
}

/* サイドバー見出し */
.sidebar h2 {
	margin-bottom: 0.5rem;

}
.sidebar h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;
	font-size: medium;
	border-bottom: 3px solid #FFB74D;
	color:#6D4C41;
}

.sidebar h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 0;
	border: 0;
	font-size: small;
}

.sidebar aside {
	margin-top:-20px;
}


.side-link .button {
	width: 100%;
	text-align: left;
	background: #FAF6EF;
	color:#6D4C41 !important; 
	border-color:#FFE0B2;
	margin-bottom: 5px;
	padding-top:5px;
	padding-bottom: 5px;
}


/* サイドバーのページリスト */

#side-list {
	background: #fff;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	border-radius: 5px;
	margin-bottom:20px;
}
#side-list li{
/*	border-bottom: 1px dotted #ddd; */
	padding-bottom: 3px;
	margin-bottom: 5px;
	line-height: 1.3;
	background: url(images/li-pink.png) no-repeat 0 3px;
}
#side-list a {
	display: block;
	font-weight: bold;
}
#side-list a:hover {
	color:#FF9100;	
}

#side-list dl {
	margin-left: 10px;
}
#side-list dt {
	background:#ECEFF1;
}
#side-list dt:before {
	content:none;
}
#side-list dd {
	padding-bottom:10px;
}

/* サイドバーのカレンダー */
.sidebar .widget_metaslider_widget {
	background: #fff;
	overflow: hidden;
}


.sidebar .metaslider .caption-wrap {
	background: transparent !important;
	position: absolute;
	top: 0;
	
}

.sidebar .metaslider .slides {
/*	padding-top:30px;	*/
	padding-bottom: 20px;
	clear:both;
}

.sidebar .caption {
	color:#000;
	background: #fff;
	text-align: center;
	font-size: medium;
}

.widget.widget_text {
	background: #fff;
	padding-bottom: 5px;
	overflow: hidden;
	margin-top:-10px;
}
.sbc-legend {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    font-size: 80%;
}
#sbc-calendar form {
    margin: 0;
}
.sbc-navigation select {
    width: auto;
}
.sbc-calendar-month {
    width: 200px;
}
#sbc-calendar table thead, table tfoot {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-weight: bold;
}
#sbc-calendar tr td.pad {
    background: #ffffff none repeat scroll 0 0;
}

/* サイドバーカレンダー スライダーの矢印固定 */
/*.widget_metaslider_widget .caption-wrap{top:-2em; bottom:inherit; opacity:1; background:0; color:inherit; text-align:center;}
.widget_metaslider_widget .caption-wrap .caption{ padding:0 !important;}
.widget_metaslider_widget ul{margin:0 !important; padding:0 !important; text-indent:0 !important; } */
.sidebar .widget_metaslider_widget .flex-direction-nav {margin-bottom: 2em !important; }
.sidebar .widget_metaslider_widget .flex-direction-nav a{top:100%; opacity: 1;}
.sidebar .widget_metaslider_widget .flex-direction-nav .flex-next{ right:0;}
.sidebar .widget_metaslider_widget .flex-direction-nav .flex-prev{ left:0;}

/* サイドバーカレンダー凡例 */
.day-example {
	text-align: center;
	font-size: x-small;
}
.day-example .column{
	padding:2px;
}
.day-example .column div{
	border-radius: 4px;
	padding:2px;
}
.close-day {
	background: #FFC0BD;
}
.morning-day {
	background: #9AF5F9;
}
.free-day {
	background: #FFB333;
}
.partical-free-day {
	background: #C0E288;
}
.expand-day {
	background: #FEE2A0;
}
.night-day {
	background: #CEA2FF;
}

/* サイドバー天気 */
.widget_weatherhackswidget {
	background: #fff;
}

/* サイドバー SNS */
.sns-links .column {
	text-align: center;
	font-size: x-small;
	padding:5px;
	margin-bottom: 10px;
}
.sns-links .icon	{
	display: inline-block;
	margin-bottom: 2px;
	font-size: 40px;
	width: 2em;
	line-height: 2em;
	border-radius: 50%;
	text-align: center;
	background-color: #d2e9f2;
	color: #fff;
}
@media (max-width: 900px) {
.sns-links .icon	{
	font-size: 30px;
	width: 1.9em;
	line-height: 1.9em;
}	
}
.sns-links .icon.fa-twitter {
	background-color: #55acee;
}
.sns-links .icon.fa-facebook {
	background-color: #3B5998;
}
.sns-links .icon.fa-instagram {
/*	background-color: #C13584; */
  background:-webkit-gradient(linear, left top, right bottom,
    color-stop(0, #294DFD),
    color-stop(0.11, #473DEB),
    color-stop(0.22, #8727C7),
    color-stop(0.33, #D62286),
    color-stop(0.44, #FA1864),
    color-stop(0.55, #FF3038),
    color-stop(0.66, #FE5631),
    color-stop(0.77, #FF732C),
    color-stop(0.88, #FFB240),
    color-stop(1.0, #FFDF82));
  background:-webkit-linear-gradient(left top,
    #294DFD 0,
    #473DEB 11%,
    #8727C7 22%,
    #D62286 33%,
    #FA1864 44%,
    #FF3038 55%,
    #FE5631 66%,
    #FF732C 77%,
    #FFB240 88%,
    #FFDF82 100%,
  );
  background:-moz-linear-gradient(left top,
    #294DFD 0,
    #473DEB 11%,
    #8727C7 22%,
    #D62286 33%,
    #FA1864 44%,
    #FF3038 55%,
    #FE5631 66%,
    #FF732C 77%,
    #FFB240 88%,
    #FFDF82 100%,
  );
  background:-o-linear-gradient(left top,
    #294DFD 0,
    #473DEB 11%,
    #8727C7 22%,
    #D62286 33%,
    #FA1864 44%,
    #FF3038 55%,
    #FE5631 66%,
    #FF732C 77%,
    #FFB240 88%,
    #FFDF82 100%,
  );
  background:linear-gradient(to right bottom,
    #294DFD 0,
    #473DEB 11%,
    #8727C7 22%,
    #D62286 33%,
    #FA1864 44%,
    #FF3038 55%,
    #FE5631 66%,
    #FF732C 77%,
    #FFB240 88%,
    #FFDF82 100%,
  );	
}
.sns-links .icon.fa-comment {
	background-color: #00c300;
}
.sns-links .icon.fa-youtube-play {
	background-color: #cd201f;
}
.sns-links .icon.fa-envelope {
	background-color: #FFB74D;
}
.sns-links .icon.fa-pencil {
	background-color: #7986CB;
}
.sns-links .icon.fa-newspaper-o {
	background-color: #ff0;
}
.sns-links .icon.fa-leaf {
	background-color: #9CCC65;
}

/* 三大バナー */
.banner-3 {
	padding:0 30px;
}
.banner-3 .columns {
	padding:5px;
}

@media (max-width: 640px) {
	.banner-3 {
	padding:0;
	}
}


/* cardの設定 */
.small-up-1 .column {
	padding-right:0.3125rem;
	padding-left:0.3125rem;
} 
.small-up-1 .column a:hover .card{
	box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.3);
	background: rgba(2, 136, 209, 0.1);
	transition: all 0.6s ease;

}
.card-divider {
	background:#DCE775;
	padding:5px 10px;
}


.card-section {
	padding:10px 10px 5px;
}
.small-up-1 a div.card-section:after {
	content:"クリックで詳細ページへ \f0a9";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	font-size: 60%;
	text-align: right;
	padding-top:10px;
	display: block;
}
@media (max-width: 640px) {
.small-up-1 a div.card-section:after {
	content:"タップで詳細ページへ \f0a9";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
}
	
}


/* いま楽しめる花情報 */
/*
.flower-info {
	background:linear-gradient(rgba(252, 228, 236,0.7), rgba(255, 253, 231,0.7));
}
*/
.secondary .flower-info {
	background: none;
}
.flower-info.flower-list {
	background:transparent;
}
.flower-info .card {
	background:#fff;
	border:2px solid #0288D1;
/*	border-radius: 4px; */
	padding:5px;
}

@media (min-width: 641px) {
.flower-info .card {
	min-height:10.5em;

}	
	}

.flower-info .card-divider {
	padding:0;
	background: transparent;
}
.flower-info h5 {
	margin: 0;
	border-left: 4px solid rgba(2, 136, 209, 1);
	border-bottom: none;
	padding: 2px 4px;
}
.flower-info h6 {
	margin-top:10px;
	color:#000;
}

.flower-info p {
	line-height:1.3;
}
.flower-info .condition {
	font-weight:bold;
	margin: 5px 10px;
	color: rgba(2, 136, 209, 0.8);
	font-size:80%;
}
.flower-info .condition:before {
	content: "\f013";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	padding-right: 5px;
	
}

.flower-info .place {
	margin: 5px 10px;
	color: rgba(2, 136, 209, 0.8);
	font-size:80%;
}
.flower-info .place:before {
	content: "\f041";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	padding-right: 10px;
	padding-left:2px;	
}
.flower-info .time:before {
	content: "\f073";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	color:#1B5E20;
	padding-right: 10px;
	padding-left:2px;	
}

.flower-info .date {
	text-align:right;
	margin: 10px 5px 10px 5px;
	font-size:80%;
}

.flower-info .photo {
	min-height: 130px;
	background-position: center;
	background-size: cover;
}


@media (max-width: 640px) {
.flower-info .photo {
	min-height: 125px;
}
	
}

.sidebar .flower-info .photo {
	min-height: 100px;
}


.flower-list .hana-individual {
	background: #FFF8E1;
	padding:5px;
	margin-bottom: 3px;
}



/* 花のキャッチフレーズ */
.catchphrase p {
	color:rgba(2, 136, 209, 1);
	font-family: serif;
	font-weight: bold;
	text-align:center;
	font-size:large;
}


/* 施設案内 */
.area-list .card-divider {
	padding:0;
	background: #FFFFFF;
}
.area-list h5 {
	margin: 0;
	border-left: 4px solid rgba(2, 136, 209, 1);
	background: rgba(2, 136, 209, 0.2);
	border-bottom: none;
	padding: 2px 4px;
}
.area-list p {
	line-height:1.2;
}
.area-list .legend {
	min-height:30px;
}





/* パンくずエリア */
.breadcrumbs-area {
	background: #F5F5F5;
	clear:both;
}
.breadcrumbs {
	margin-bottom: 0;
	padding:10px;
}


/* 花のスライダーサムネイル */
.flex-control-nav {
	text-align: left !important;
}
.metaslider ol.flex-control-thumbs img {
	width: 122px !important;
}

.home .flex-control-nav {
	text-align: center !important;
}

@media (max-width: 640px) {
	
.metaslider ol.flex-control-thumbs img {
	width: 100px !important;
}
	
}
@media (max-width: 767px) and (orientation: landscape) {
	
.metaslider ol.flex-control-thumbs img {
	width: 60px !important;
}
	
}


/* 施設のスライダーサムネイル */
.single-spot .flex-control-nav {
	text-align: left !important;
}
.single-spot .metaslider ol.flex-control-thumbs img {
	width: 140px !important;
}

@media (max-width: 640px) {
	
.single-spot .metaslider ol.flex-control-thumbs img {
	width: 100px !important;
}
	
}

@media (max-width: 767px) and (orientation: landscape) {
	
.single-spot .metaslider ol.flex-control-thumbs img {
	width: 70px !important;
}
	
}


/* リード文 */
.lead { 
	font-size: 18px;
	line-height: 2;
	}


/* table */
.header th,
thead th {
	background: rgba(2, 136, 209, 1);
}

th {
	background: rgba(2, 136, 209, 0.1);
}
td {
	background: rgba(2, 136, 209, 0.05);
}
table tbody tr:nth-child(even) {
		background-color: #fff;

}


/* 関連リンク */

.gotohana { 
	margin:20px 10px;
}

.gotohana {
	border-radius: 5px;
}

.gotohana span {
	background:#fff;
	border-radius:10px;
	padding:5px 8px;
	color:#F06292;	
}

.gotoflower {
	background:rgba(2, 136, 209, 0.05);
	padding:10px 0 0;
}
.gotoflower .flower-info{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.gotoflower .flower-info .card {
	margin-bottom: 5px;
}
.gotoflower .button {
	margin-bottom: 0;
}

/* Google Map 見出し */
h4 i {
	color:#0091EA;
	}


table ul {
	margin-bottom: 0;	
}


.page-list i {
	font-size:48px;	
}
.page-list i.fa{
	font-size:40px;
	margin:8px;	
}
.page-list .button {
	line-height: 1.4;
	padding-top:30px;
	padding-bottom:30px;
}

.page-list .button.large {
	font-size: 16px;	
}

.mega-menu{
  -webkit-transition: background-color .2s ease-out;
  -moz-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
  z-index:90;
 }

.social-link {
	text-align: right;
}
.social-link a{
	font-size: 200%;
	color:#0288D1	
}

.social-link-sp {
	text-align: center;
}
.social-link-sp a{
	font-size: 250%;
	color:#0288D1	
}


/* DL */
dl {
margin: 0 0.625rem 0.625rem;
}
dl dt {
width: 100%;
background: #ECEFF1;
float: none;
padding: 5px ;
text-align: center;
margin-right: 10px;
margin-bottom: 0;
}
dl.yoko dt {
	width: 9em;
	float: left;
}
@media (max-width: 640px) {
dl.yoko dt {
	width: 100%;
	float: none;;
}	
}

dl dd {
padding: 5px ;
/* border-bottom: 1px solid #CFD8DC; */
overflow: hidden;
}
@media all and (max-width: 480px) {
dl dt{
width: 100%;
}
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 130px;
  height: 40px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding:10px;
    box-shadow: none;
    content: ''; }

.menu-icon.dark::after {
	content: "\f0c9  MENU";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	font-size: x-large;
	color:#FFF;
	background: #F48FB1;
	padding-right: 5px;
	border-radius: 3px;
}
  .menu-icon.dark:hover::after {
    background: #F48FB1;
    box-shadow: none; }

.close-button {
	background: #fff;	
}


.title-bar {
	padding: 0;
}
.title-logo-sp {
	width: 80%;
	margin: 0 auto;
	padding:50px 0 10px;
}

/* 放射線テーブル */
.parent-pageid-5184 td {
	background: #fff;
}

/* 凡例 */
dl.legend {
	clear: both;
}
dl.legend dt {
	float: left;
	padding:0 3px;
	font-weight: inherit;
	width: 20px;
	background: none;
	margin-right: 0;
}
dl.legend dt.wc {
	width: 36px;
}
dl.legend dt.wc img{
	width: 31px;
}
dl.legend img {
	width: 15px;
	height: 15px;
	float: left;
}
dl.legend dd {
	float: left;
	padding: 0 5px 0 0;
	font-size: small;
	line-height: 1.2;
	margin-bottom: 5px;
}


/* 周辺観光情報 */
#around-park .kanko-spot .large-2,
#around-park .kanko-spot .large-10 {
	padding:0;
}
#around-park .kanko-spot .large-10 h4{
	margin:0;
}

@media (min-width: 641px) {
#around-park .kanko-spot .medium-4 {
	height:35em;
}
}


#around-park .kanko-spot .button a{
	color:#fff;
}

#flowering .page-title {
	display: none;
}

/* 駐車場空き状況 */

ul#parkinfo {
	margin:10px;
	padding:0;	
}

#parkinfo dl {
	margin:5px;
	border:4px solid #546E7A;
	padding:0;
}

#parkinfo dt{
	width: 100%;
	background: #546E7A;
	color:#fff;
	text-align: center;
	font-weight:bold;
	margin-bottom: 0;
	padding-bottom:4px;
}
#parkinfo dd {
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size:large;
	padding:20px 0;
	margin-left: 0;
}

#parkinfo dd.full {
	background:#FFCDD2;
	color:#f00;
}
#parkinfo dd.high {
	background:#FFE0B2;
	color:#E65100;
}
#parkinfo dd.middle {
	background:#DCEDC8;
	color:#33691E;
}
#parkinfo dd.low {
	background:#B3E5FC;
	color:#01579B;
}
#parkinfo dd.closed {
	background:#CFD8DC;
	color:#263238;
}
#parkinfo dd.other {
	background:#D7CCC8;
	color:#4E342E;
}

#main .kochia-today p {
	margin:0;
	padding-top:0;
	font-size:95%;
	color:#fff;
}

/* ==========================================================================
   L(^"^)k お問い合わせフォームのスタイル
   ========================================================================== */

.wpcf7-form table input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    margin:0;
	display: inline;
	width: inherit;
}

.wpcf7-form input[type="text"] {
	margin:0;
	display: inline;
	width: inherit;
}
.wpcf7-form table td .full input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
	width: 100%;
}

.wpcf7-small {
	width: 4em !important;
}
.wpcf7-medium {
	width: 22em !important;
}
.wpcf7-large {
	width: 100% !important;
}

#form-coffee .wpcf7-medium {
	width: 10em !important;
}
#form-coffee .wpcf7-large {
	width: 100% !important;
}

.form-midashi {
	background: #D1EBFF;
}

/* 送信ボタン */
.wpcf7 input[type="submit"] {
	width: 200px;
	height: 50px;
	background: #000;
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #000;
	border-radius: 3px;	
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
}

.job-age .wpcf7-form-control-wrap input {width:8rem !important}
@media (min-width: 769px) {
#staff table th {width:25%;}
#staff table td {width:75%;}
}

/* 送信ボタンホバー */
.wpcf7 input[type="submit"]:hover {
	background: #939090;
	border: 1px solid #939090;
	color: #fff;  
}

/* ディスクゴルフトーナメント */
.golf-form .wpcf7-list-item span {
	font-size: large;
}
.golf-form .form-submit {
	width: 250px !important;
}

@media only screen and (max-width: 800px) {
  .responsive tr,
  .responsive th,
  .responsive td {
    display: block;
    width: auto;
  }
  
  .responsive1 tr:first-child {
    border-top: 1px solid #dbe1e8;  
  }
  
  .responsive th,
  .responsive td {
    border-top: none;
  }
}


/* コキアおすすめ撮影スポット */
#photo-spot-list .columns {
	position:relative;
}
#photo-spot-list .photo-number {
	position: absolute;
	top:5px;
	left:20px;
	background:RGBA(226, 82, 27, 1.00);
	border:1px solid #fff;
	border-radius: 50%;
	width:26px;
	height:26px;
	color:#fff;
	font-weight:bold;
	text-align: center;
}
#loveflower {
	background:RGBA(232, 230, 138, 1.00);
	padding:20px 10px;
}
#loveflower .share {
	background:RGBA(54, 170, 63, 1.00);
	color:#fff;
	margin:20px 8%;
	border-radius : 20px;
	text-align: center;
}




/* トップページ管理者確認用 */

body:not(.logged-in) #admin-check-area {
	display:none;
}
.logged-in #admin-check-area {
	color:#f00;
}

/* 2017晩秋の見どころ */
.ov-rabel {
	display: inline-block;
	background:transparent;
	border-bottom: 2px solid #8D6E63; 
	color:#3E2723;
	padding:3px 30px 0 3px;
	margin:20px 10px 10px;
	}
h5.nov-rabel {
	border-bottom:none;
	padding-top:20px;
	padding-left: 10px;
}
h5.nov-rabel:after {
content:"";
display:block;
height:3px;
width:100%;
/* background: linear-gradient(90deg, red, orange, yellow, green, blue, indigo, violet); */
background-image: linear-gradient(to left, #ffecd2 0%, #fcb69f 100%);
}
.nov-spot {
	background: #efb19e;
	color:#000;
	padding:4px 0;
	font-weight: bold;
	text-align:center;
	}
.nov-spot span{
	font-size: 0.7rem;
	}
.nov-text {
	line-height: 1.4;
	margin-left: 0;
	margin-right: 0;
	min-height: 4em;
	}
#park-in-autmun .callout{
	border:none;
	  box-shadow: 0 0 3px #e3d6cf;
	}
@media (min-width: 800px) {
#park-in-autmun .title-lead770 {
	background: url(images/nov-title.png) center top no-repeat;
	background-size: contain;
	height: 300px;
	padding:180px 140px 0;
	margin:30px 0;
}
#park-in-autmun .title-lead769 {
	display: none;
}
}
@media (max-width: 799px) {
#park-in-autmun .title-lead770,
#park-in-autmun .title-lead770 p {
	display: none;
}
#park-in-autmun .title-lead769 {
	margin-top:20px;
}
}

#park-in-autmun {
	background:#F9F4EC;	
}
#park-in-autmun .page-title{
	display: none;
}

/* 円の基本形 */
.maru {
color: #FFF;
border: 2px solid #FFF;
background: #E11120;
padding-top: 1px;
border-radius: 50%;
font-size: medium;
text-align: center;
position: absolute;
width: 34px;
height:34px;
top: 10px;
left: 10px;
}

/* ジョギング大会フォーム */

#jogging-form .wpcf7-small {
	width: 100% !important;
}
#jogging-form .age1 input,
#jogging-form .age2 input,
#jogging-form .age3 input,
#jogging-form .age4 input,
#jogging-form .age5 input {
	display: inline-block;
	width: 4em !important;
}
#jogging-form [type='radio'] {
	margin-bottom: 0;
}
#jogging-form h5 span {
	border-bottom: none;
}
#jogging-form span.wpcf7-list-item {
	display: inline-block;
	margin: 0 !important;
}

#jogging-form label > [type='checkbox'],
#jogging-form label > [type='radio'] {
	margin-right: 0;
	margin-left:10px;
}

/* BMXフォーム */
#bmx .wpcf7-large {
	width: 75% !important;
}
#bmx .wpcf7-medium {
	width: 75% !important;
}
#bmx th {
	width: 20% !important;
}
#bmx [type='submit'],
#bmx input [type='submit']{
	padding:20px 30px;
}

/* 持ち込み禁止品 */
.kinshi td {
	width: 55%;
	background-color: #fff;
}
.kinshi p {
	line-height: 1.2;
}

/* カレンダーの月送りボタン */
@media (max-width: 640px) {
#calendar .button span{
	display: none;	
}
}

/* アンケートフォーム ラジオボタンとテキストの縦位置合わせ */
/*span.wpcf7-list-item-label {
	margin: 0 0 1rem;
} */
[type='file'], [type='checkbox'], [type='radio'] {
	margin:inherit;
}

/* イベント情報縦画像 */
@media (max-width: 640px) {
.event-image img {
	max-height: 300px;
	width: auto;	
}
}


/* バナーキャプション */
.banner_caption {
	color:rgba(2, 136, 209, 0.8);
	font-weight: bold;	
}




/* 開園日カレンダー */
.calendar table{
	font-size: 85%;
	font-weight: bold;
}
.calendar .large-3.columns {
	min-height: 340px !important;
}

.calendar table th {
	width: 14.2%;
}

.calendar table th,
.calendar table td {
	padding:5px 0 !important;
	text-align: center !important;
}
@media (max-width: 640px) {
.calendar th,
.calendar td {
	font-size: 80%;
}
}
.calendar tr td:last-child {
	color:#1976D2;
}
.calendar tr td:first-child,
.calendar .hatabi,
.calendar tr td:last-child.hatabi {
	color:#E53935;
}
.calendar th{
	background:rgba(2, 136, 209, 1) !important;
	color: #fff !important;
}

.calendar td{
	background: #fff !important;
}
.calendar .emergency-close {
	background: #d00 !important;
	color:#fff !important;
}
.calendar .close {
	background: #EF9A9A !important;
}
.calendar .free {
	background: #AED581 !important;
}
.calendar .keirou {
	background: #BCAAA4 !important;
}
.calendar .morning {
	background: #B2EBF2 !important;
}
.calendar .night {
	background: #9FA8DA !important;
}
.calendar h4 {
	background: transparent !important;
	margin-bottom: 10px !important;
}
.calendar .seasonal {
	border-bottom: 3px solid #FFB300;
}

/* 小画面対応 */
@media (max-width: 330px) {
	.calendar .small-6 { width:100%;}
}

.breadcrumbs-area + .row {
	padding-top:30px;
}


/* ネモフィラのお知らせ */
.notice div{
	background-image: linear-gradient(#00B3FE, #003399);
	color:#fff;
	margin-bottom: 0;
}
.notice span {
	color:#FFEB3B !important;
	font-weight:bold;

}
.notice a {
	color:#F48FB1 !important;
	font-weight:bold;
}
@media (max-width: 640px) {
.notice p {
	line-height: 1.3 !important;
}
}

/* キッズページ木登り */

@media (min-width: 769px) {

#tougei setion {
	margin-bottom: 80px;
}
#tougei .howto {
	background:#FBF2CE;
}

#tougei .pickup {
	background: #F9DBE1;
	padding:40px;
}
}

/* キッズページ木登り */

@media (min-width: 769px) {
tree {
	font-size: large;
}
}

#tree setion {
	margin-bottom: 80px;
}
#tree .howto {
	background:#FBF2CE;
}

#tree .pickup {
	background: #F9DBE1;
	padding:40px;
}

/* キッズページ稲刈り */

@media (min-width: 769px) {
tree {
	font-size: large;
}
}

#inekari setion {
	margin-bottom: 80px;
}
#inekari .howto {
	background:#FBF2CE;
}

#inekari .pickup {
	background: #F9DBE1;
	padding:40px;
}



 
 /* 2019料金改訂関連 */
.newprice2019 {
/*	color:#f00;
	display: none; */
}


/* 管理画面からメタスライダーメニューを非表示に */
.customize-support #toplevel_page_metaslider {
	display: none !important;
}

/* cook in japan 2019 */
#event_824-2 .wp-caption-text {
	font-weight: bold;
}

.cook-text {
	font-size: 90%;
	line-height: 1.4;
	padding-bottom: 20px;
}

/* 開花速報 */
/*
.forecast-info {
	display: none;
}
*/

.forecast-kochia {
	background: #fde0dc;
}

.forecast-nemophila{
	background: #e1f5fe;
}

/* スライダー下お知らせ */
.emergency {
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
/*
.emergency-box h4{
	margin: 0;
	margin-bottom: 0.5rem;
	padding: 0;
}
*/
.emergency-box p{
	font-size: 130%;
	line-height: 1.4;
}

.emergency-box img{
	min-width: 50px;
}

@media (max-width: 640px) {
.emergency-box.Level1 img{	
	display: none;
}
}

.emergency-box.Level1 {
	margin:0 ;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color:#fffde9;
	border:4px solid #0288D1;
	border-radius: 10px;
	padding-right:20px;
}

.emergency-box.Level1 h4,
.emergency-box.Level1 p {
	font-weight: bold;
	margin: 0.5rem;
	padding: 0;
}


.emergency-box.Level2 {
	margin:0 ;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color:#f5f5f5;
	border:4px solid #ffd900;
	padding-right:20px;
}

.emergency-box.Level2 h4 {
	font-size: 150%;
	font-weight: bold;
	border-bottom: solid 2px #000;
	color: #000;
}

.emergency-box.Level3 {
	margin:0 ;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color:#C62828;
	border:4px solid #B71C1C;
	color: #fff;
	padding-right:20px;
}
.emergency-box.Level3 a{
	color:#FFCC80;
}
.emergency-box.Level3 h4 {
	font-size: 150%;
	font-weight: bold;
	border-bottom: solid 2px #ffd900;
	color: #ffd900;
}



@media (max-width: 640px) {
.emergency-box p{
	font-size: 100%;
}	
}


/* スタッフ募集応募フォーム */
.form-table {
	width: 90% !important;
	margin:20px auto;
	overflow: hidden;
}

.hissu {
	color:#f00;
	margin-left:0.3rem;
}

.wpcf7-form-control-wrap.your-age input {
	width: 25%;
}

input[type="tel"] {
	max-width: 320px !important;
}

.your-zip input {
	max-width: 270px !important;
}

input[type="email"] {
	max-width: 320px !important;	
}

.your-kakunin label span {
	font-size: large;
}

.wpcf7 input[type="submit"] {
	background:#D50000;
	border-color:#D50000;
}

.wpcf7 input[type="submit"]:hover {
	background:#FF1744;
	border-color:#FF1744;
}

@media (max-width: 640px) {
	input[type="text"],
	textarea {
		max-width:80% !important; 
	}
}

.your-occupation .wpcf7-list-item {
	display: block;
}


/*スマホメニュー遊園地アイコン*/
.mobilemenu .menu5 img {
	height:35px;
	margin:0;
}
.mobilemenu .menu5 p {
	margin:0;
}


/* 冬の楽しみ方チャート */
.winter-chart {
	background: #F1DECB;
}
.winter-chart h2{
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.4;
}
.winter-chart .callout {
	border:3px solid #A59F9F;
	background: #fff;
	border-radius: 5px;
	text-align: center;
}
.winter-chart h5 {
	color:#517690;
	padding: 20px 0;
}
.winter-chart .select {
	min-height: 25vh;
	display: flex;
	padding:0;
	flex-direction: column;
	justify-content: space-around;
}
.winter-chart .button-a {
	background: #D57A66;
}
.winter-chart .button-b {
	background: #489F64;
}
.winter-chart .select h6 {
	color: rgba(255,255,255,0.7);
	font-size: 20px;
}
.winter-chart .select p {
	color:#fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
}
.winter-chart .select a {
	display: block;
}
.page-id-63832  .winter-chart img,
 .parent-pageid-63832 .winter-chart img {
	padding:20px 30px;
}
.parent-pageid-63832 .page-title,
.parent-pageid-63832 .breadcrumbs-area,
.page-id-63832 .page-title,
.page-id-63832 .breadcrumbs-area {
	display: none;
}
.parent-pageid-63832 .small-12 img {
	padding-top:30px;
}
.parent-pageid-63832 .small-12 h4 {
	margin-top: 0;
}


/* イベントカレンダー確認用 */
#cal_kakunin a {
	color:#f00;
}
#cal_kakunin a:visited {
	color:#ccc !important;
}

/* 外国語版フラワーカレンダースマホ表示 */
@media (max-width:640px) {
	#flowers .frame {
		overflow: auto;
	}
	
	#flowers .flower-calendar {
		width: auto;
		max-width:none;
		height: 400px;
	}
	
	#flowers .arrow {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-ms-flex-pack:distribute;
		justify-content:space-around;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
	}
	
	#flowers .arrow img {
		margin-bottom:5px;
	}
	
	#flowers .arrow p {
		color:#0277bd;
		font-variant: bold;
		font-size:110%;
		margin:0 1rem;
	}
	
	#flowers .flower-calendar {
		border:1px solid #bdbdbd;
	}
}
@media (min-width:641px) {
	#flowers .arrow {
		display: none;
	}
}

/* **********************
	 外国語版花情報 
************************* */
.flower-info .season-box h5 {
	border-left: none;
}

.flower-info .honsu {
	margin: 5px 10px;
	color: rgba(2, 136, 209, 0.8);
	font-size:80%;
}

.flower-info .honsu:before {
	content: "\f1bb";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	padding-right: 10px;
	padding-left:2px;	
}

.flower-info .season-box .time {
	margin: 5px 10px;
	color: rgba(2, 136, 209, 0.8);
	font-size:80%;
}

.flower-info .season-box .time:before {
	content: "\f073";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	color: rgba(2, 136, 209, 0.8);
	padding-right: 10px;
	padding-left:2px;	
}

.flower-info ul li {
	background: none;
}

.flower-info .tabs-title {
	width: auto;
	min-width: 20%;
}

.flower-info .tabs-title > a {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.foreign.flower-info img {
  width: 120px;
  height: 120px;
  object-fit: cover; /* この一行を追加するだけ！ */
	object-position: 50% 50%;
}
@media (max-width: 640px) {
.foreign.flower-info img {
  width: 100px;
  height: 100px;
  object-fit: cover; /* この一行を追加するだけ！ */
	object-position: 50% 50%;
}
	
}


/* 言語選択 */
.language-select {
	position: absolute;
	width: 170px;
	z-index: 99;
} 
.menu-area ul li {
	background: none;
	padding: 0;
}
.accordion-menu .is-accordion-submenu-parent a {
  background: #01579B;
  padding: 5px;
  padding-left: 1rem;
}
.accordion-menu .is-accordion-submenu a {
  background: #0288D1;
}
.accordion-menu a {
  color: #fefefe;
  box-shadow: inset 0 -1px #41444a;
}
.accordion-menu .is-accordion-submenu a:hover {
	background: #29B6F6;
	transition: all 0.6s ease;
}
.accordion-menu a::after {
  border-color: #fefefe transparent transparent;
  right: 0.5rem;
}

/*
.flower-list.flower-info {
	display: none;
}
*/

/* Twitter連携ページ */
.flower-twitter .primary {background:RGBA(216, 231, 245, 0.2);}
.flower-twitter #wp-calendar {font-size: 11px;}
.flower-twitter #wp-calendar caption {font-size: 14px;}
.flower-twitter #wp-calendar td {text-align: center;padding:0.2rem;}
.flower-twitter #wp-calendar td a {font-weight:bold;color:#FF1744;display:block;background:#FFFDE7;}
.flower-twitter #wp-calendar #prev a,
.flower-twitter #wp-calendar #next a {color:#333;}
.flower-twitter .lead-text {font-size:95%;line-height:1.4;color:#3949AB;margin:1rem 1rem 3rem;}
.flower-twitter .kaika-yoso {margin-top: 3rem;}
.flower-twitter .calendar-text {font-size:85%;line-height:1.4;}
.flower-twitter .tweet {display: flex; justify-content: space-between;max-width:500px;}
.flower-twitter .tweet .next {justify-self:flex-end;}

/* ポップアップ */
#lets-play-sports .popup,
#lets-play-sports .popup2,
#lets-play-sports .popup3,
#lets-play-sports .popup4  {
  display: none;
  height: 100vh;
  width: 100%;
  background: rgba(10,10,10,0.6);
  position: fixed;
  top: 0;
  left: 0;
}
#lets-play-sports .content {
  background: #fff;
  padding: 10px;
  width: 600px;
}
#lets-play-sports .show {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 2020夏 スポーツ・自然クイズ・外遊び */

#nature-quiz .bg_nature,
#play-outside .bg_outside,
#lets-play-sports .bg_play-sports {
	background-position:center center;
	    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
    -ms-flex-direction:column;
        flex-direction:column;
-webkit-box-align:start;
    -ms-flex-align:start;
        align-items:flex-start;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    height:500px;
    padding:20px
}

#nature-quiz .bg_nature .lead-text,
#play-outside .bg_outside .lead-text,
#lets-play-sports .bg_play-sports .lead-text {
	background:rgba(255,255,255,0.9);
	padding:20px;
	margin:20px 0;
}


#nature-quiz .bg_nature {
	background-image:url(images/bg_title_nature-quiz.jpg);
}

#play-outside .bg_outside {
	background-image:url(images/bg_title_play-outside.jpg);
}

#lets-play-sports .bg_play-sports {
	background-image:url(images/bg_title_lets-play-sports.jpg);
}

/* コキア整理券 */
#ticket-link {
	background: #F3E5F5;
	width: 100%;
	height:120px;
	position:fixed;
	bottom:0;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 10px 5px rgba(3, 3, 3, 0.2);
	}

#ticket-link .button {
	margin: 0;
}

#kochia-oubo .wpcf7-response-output {
	font-size: large;
	font-weight:bold;
	text-align: center;
	border:none;
	background:#FFF8E1;
	padding:10px;
	margin: 10px 0;
}

/* 画像横スクロール */
@media (max-width: 768px) {
#yoko-scroll, .yoko-scroll,
#scroll-img, .scroll-img {overflow-x: scroll;}
#yoko-scroll img, .yoko-scroll img,
#scroll-img img, .scroll-img img  {width: 1800px;max-width: 1800px !important;/*height:440px;*/}
}

/* 隠れたアートスポット?!「たまごの森」の歩き方 */
@media (min-width: 641px) {
#tamagonomori-recommend .object-image {padding:3rem;}
}

#faq-2021spring h4 {color:#222;}
#faq-2021spring h5 {color:#2196f3;}
#faq-2021spring .question {}
#faq-2021spring .answer {margin-bottom: 2rem;}
#faq-2021spring .question {
	  position: relative;
	  display: inline-block;
	  margin: 0.5rem 0 ;
	  padding: 4px 4px 0;
	  width: 100%;
	  font-size: 16px;
	  background: #FDEF51;
	}
	
#faq-2021spring .question:before {
	  content: "";
	  position: absolute;
	  top: 100%;
	  left: 50%;
	  margin-left: -15px;
	  border: 15px solid transparent;
	  border-top: 15px solid #FDEF51;
	}
#faq-2021spring .answer {
	margin-top:-20px;
	padding:1rem;
	z-index: -1;
	border:1px solid #aae0f2;
	background:#ecf8fc;
}
#nemophila-10points .callout {border:3px solid #aae0f2;background:#ecf8fc;}
@media (min-width: 641px) {
#nemophila-10points .callout {min-height: 14rem;}	
}
#nemophila-10points .callout h4 {margin:0 0 0 0.5rem;padding:0;color:#222;}
#nemophila-10points .callout h4 strong {color:#5BB08C !important;}
#nemophila-10points .callout p {margin:0.5rem !important;line-height: 1.4;}
#nemophila-10points .callout .button {margin-bottom: 0;}
@media (max-width: 640px) {
#nemophila-10points .callout {margin:0.25rem !important;padding:0.51rem !important;}
#nemophila-10points .callout h4 {font-size:1rem !important;font-weight:bold !important;}
#nemophila-10points .callout .small-12 img {padding:0.5rem 2rem !important;}
}

#flowering .hero {position:relative;}
#flowering .logo {position: absolute; top: 3rem; left: 4rem;}
@media (max-width: 640px) {
#flowering .logo {position: absolute; top: 1rem;left:0; width:90%; padding:0 1rem;}
}

/* ネモフィラ開花予想パンくず処理 */
#forecast-nemophila .post-forecast-archive {display:none;}

/* イベントカレンダーの中止 */
#calendar .cancel {
	background:#fff;
	color:#d00;
	border:3px solid #D00;
	border-radius: 4px;
	padding:2px 5px 1px;
	font-size:0.75rem;
	margin-right:5px;
}

/* キッズページ 202108 */
#herb-lavender .lead-area{
	background: #ede7f6;
	padding-bottom:1.5rem;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	margin-bottom:2rem;
}
#herb-lavender .lead-area p{
	margin:1rem 2rem 0;
}
#herb-lavender .reporter p {
	font-size:1rem;
	font-weight:bold;	
	text-align: center;
	line-height:1.3;
}
#herb-lavender .reporter p span {
	font-size:.75rem;
	font-weight:normal;	
}
#herb-lavender .reporter img {
	border-radius:50%;
}
#herb-lavender .reporter img.title-reporter {
	border-radius:none;
}
#herb-lavender .what{
	background: #e0f2f1;
	margin-top:2rem;
	margin-bottom:2rem;
	padding-bottom:2rem;
}
#herb-lavender .flow{
	background: #ede7f6;
	margin-top:2rem;
	margin-bottom:2rem;
	padding-bottom:2rem;
}
#herb-lavender .flow .column{
	position: relative;
}
#herb-lavender .flow .column img.number-icon{
	position: absolute;
	top:10px;
	left:20px;
}
#herb-lavender .life{
	margin-bottom:2rem;
}
#herb-lavender .report{
	background-image: url(https://hitachikaihin.jp/wp-content/uploads/2021/08/bg-dot_07.jpg);
	margin-top:2rem;
	margin-bottom:2rem;
	padding-bottom:1rem;
	border-radius:20px;
}
#herb-lavender .teacher{
	background: #f9fbe7;
	margin-top:2rem;
	margin-bottom:3rem;
	padding-bottom:2rem;
}

/* キッズページ 202112 */
#disc-golf .lead-area{
	background: #fcca00;
	padding-bottom:1.5rem;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	margin-bottom:2rem;
}
#disc-golf .lead-area p{
	margin:1rem 2rem 0;
}
#disc-golf .reporter p {
	font-size:1rem;
	font-weight:bold;	
	text-align: center;
	line-height:1.3;
}
#disc-golf .reporter p span {
	font-size:.75rem;
	font-weight:normal;	
}
#disc-golf .reporter img {
	border-radius:50%;
}
#disc-golf .reporter img.title-reporter {
	border-radius:none;
}
#disc-golf .what{
	background: #fbdfc7;
	margin-top:2rem;
	margin-bottom:2rem;
	padding-bottom:2rem;
}
#disc-golf .flow{
	background: #edec7b;
	margin-top:2rem;
	margin-bottom:2rem;
	padding-bottom:2rem;
}
#disc-golf .flow .column{
	position: relative;
}
#disc-golf .flow .column img.number-icon{
	position: absolute;
	top:10px;
	left:20px;
}
#disc-golf .life{
	margin-bottom:2rem;
}
#disc-golf .report{
	background-image: url(https://hitachikaihin.jp/wp-content/uploads/2021/12/bg-dot_yellow.png);
	margin-top:2rem;
	margin-bottom:2rem;
	padding:1rem;
	border-radius:20px;
}
#disc-golf .teacher{
	background: #fcf1ab;
	margin-top:2rem;
	margin-bottom:3rem;
	padding-bottom:2rem;
}

/* キッズページ 202203 */
#newyear .lead-area{
	background: #fce4ec;
	padding-bottom:1.5rem;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	margin-bottom:2rem;
}
#newyear .lead-area p{
	margin:1rem 2rem 0;
}
#newyear .reporter p {
	font-size:1rem;
	font-weight:bold;	
	text-align: center;
	line-height:1.3;
}
#newyear .reporter p span {
	font-size:.75rem;
	font-weight:normal;	
}
#newyear .reporter img {
	border-radius:50%;
}
#newyear .reporter img.title-reporter {
	border-radius:none;
}
#newyear .what{
	background: #CDDEBC;
	margin-top:2rem;
	margin-bottom:2rem;
	padding-bottom:2rem;
}
#newyear .flow{
	background: #FDF6C4;
	margin-top:2rem;
	margin-bottom:2rem;
	padding-bottom:2rem;
}
#newyear .flow .column{
	position: relative;
}
#newyear .flow .column img.number-icon{
	position: absolute;
	top:10px;
	left:20px;
}
#newyear .life{
	margin-bottom:2rem;
}
#newyear .report{
	background-image: url(https://hitachikaihin.jp/wp-content/uploads/2022/03/bg-dot_pink.png);
	margin-top:2rem;
	margin-bottom:2rem;
	padding:1rem;
	border-radius:20px;
}
#newyear .teacher{
	background: #F7E8E7;
	margin-top:2rem;
	margin-bottom:3rem;
	padding-bottom:2rem;
}



/* コキア2021 */
.kochia-topimage {
	background-image: url(https://hitachikaihin.jp/wp-content/uploads/2021/09/bg-kochia2021b.jpg);
	background-size:cover;
	min-height: 360px;
	aspect-ratio: 1 / 1;
	padding-top:100%;
	position: relative;
}
.kochia-topimage .kochia-logo {
	position: absolute;
	top:8%;
	width: 100%;	
}
.kochia-topimage .kochia-catch {
	position: absolute;
	top:60%;
	width: 100%;	
}
.kochia-specialdays {margin-top:2rem;margin-bottom: 3rem;}
.kochia-intro {margin-top:2rem;}
.kochia-intro .kochia-info {margin:1rem;border-radius:10px;border:5px solid #ef9a9a; padding:.5rem 1rem; background:#ffebee;display: inline-block;}
.kochia-intro .kochia-info p {font-size: 1.25rem; color:#d00;font-weight:bold;margin:0;}
.kochia-intro .kochia-info p span {color:#fff;background: #d00;padding:0.25rem 0.5rem;border-radius:10px;}
h3.kochia1 {color:#e00;background-image: url(images/h3_kochia1.png)}
h3.kochia2 {color:#2E7D32;background-image: url(images/h3_kochia2.png)}
@media (min-width: 641px) {
.kochia2021-love-flower {margin:2rem 10rem;}
}
/* ラッキースポット */
.spot-answer {background:#f0d2d3;border-radius:15px;padding:2rem;overflow:hidden;}
.lucky-spot h4 {color:#fff;text-align: center;font-size: 1.35rem;padding:1rem;border-radius:8px;}
.lucky-spot .anatawa {padding:2rem 1rem 2rem;}
.lucky-spot.spot-a h4 {background:#e4535d;}
.lucky-spot.spot-b h4 {background:#f0cb42;}
.lucky-spot.spot-c h4 {background:#28b8be;}
.lucky-spot.spot-d h4 {background:#6db131;}
.lucky-spot .callout  {border-radius:10px;padding:0;}
.lucky-spot .callout img {margin-bottom:0;}
.lucky-spot .callout a {display:block;background:#f0d2d3;padding:1rem;}
.lucky-spot .callout a:hover {background:#fff8e1;transition: all 0.6s ease;}
/* 混雑予想2021秋 */
.konzatsu-calendar2021autumn {background: #d2eceb;padding:2rem;overflow: hidden;border-radius:15px;}
.midashi-yosou {width:400px;padding:1rem 2rem;margin:1rem auto;}
.kininaru2021autumn {background: #fff4d6;padding:2rem;overflow: hidden;border-radius:15px;}
.kininaru-matome {overflow: hidden;}
.kochia2021-sub-navi a {display: block;background: #fff8e1;padding:1rem;margin-bottom: 1rem;border-radius:5px;border:1px solid linen;transition: all 0.6s ease;}
@media (min-width: 641px) {.kochia2021-sub-navi a {padding:2rem 1rem;}}
.kochia2021-sub-navi a:hover {background: #fbe9e7;}

/* 冬の野鳥 */
.birds .column {padding:10px;}
.card.bird {border-radius:5px;background:linen;}
.card.bird h4,.card.bird .length,.card.bird img,.card.bird h5,.card.bird .place {margin:0;padding:0;}
.card.bird .bird-point {background:#111;color:#fff;text-align: center;
}
.card.bird .name-length {display: flex;align-items: center;justify-content: space-between;padding:5px;}
.card.bird .name-length {display: flex;flex-direction: column;}
.card.bird h4 {color:#000;}
.card.bird h5 {padding:5px 5px 0;font-size: .8125rem;color:#6d4c41;}
.card.bird .place {padding:0 5px 5px;line-height: 1.4;}
.card.bird .bird-area {background: #ddd;color:#fff;font-size:.7rem;line-height: 1.3;text-align: center;display: flex;flex-wrap: wrap;border:1px solid #333;justify-content: center;}
@media (max-width: 400px) {.card.bird .bird-area {font-size:.6rem;}}
.card.bird .bird-area div {flex:0 0 33%;padding:10px 0;border:.5px solid #333;display: flex;justify-content: center;align-items: center;}
.card.bird .bird-area .bird-area2, .card.bird .bird-area .bird-area5 {flex: 1 1 34%;}
.card.bird .bird-area .bird-area7 {flex: 1 1 100%;}
.card.bird .bird-area .bird-area1.on {background: #009946;}
.card.bird .bird-area .bird-area2.on {background: #fa8800;}
.card.bird .bird-area .bird-area3.on {background: #ea68a2;}
.card.bird .bird-area .bird-area4.on {background: #01abee;}
.card.bird .bird-area .bird-area5.on {background: #f27271;}
.card.bird .bird-area .bird-area6.on {background: #9b6ae9;}
.card.bird .bird-area .bird-area7.on {background: #ae5d5c;}

/* 特定のイベントコロナ注意書き非表示 */
#event_210862 section .callout {display: none;}

/* 2022春 見どころスポットガイド */
#midokoro-spot {
	max-width: 100%;
	margin:auto;
}
#midokoro-spot .callout {
	border:2px solid #64B5F6;
	border-radius:20px;
}
#midokoro-spot .midokoro-matrix {
	margin-bottom: 10px;
	padding-left:10px;
	padding-right:10px;
	display: none;
}
#midokoro-spot .midokoro-matrix .waku,
#midokoro-spot .midokoro-matrix .act,
#midokoro-spot .midokoro-matrix .yami,
#midokoro-spot .midokoro-matrix .ref {
	color:#fff;
	font-size:.7rem;
	border-radius:30px;
	padding:2px 8px;
	margin-bottom: 5px;
	text-align: center;
}
#midokoro-spot .midokoro-matrix .waku,
#midokoro-spot .midokoro-matrix .act {
	background:#C95996;
}
#midokoro-spot .midokoro-matrix .yami,
#midokoro-spot .midokoro-matrix .ref {
	background:#5E76B5;
}
#midokoro-spot .midokoro-matrix .off {
	background:#999;
}

/* キッズページ 202206 */
#tulip-guidetour .lead-area{
	background: #fce4ec;
	padding-bottom:1.5rem;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	margin-bottom:2rem;
}
#tulip-guidetour .lead-area p{
	margin:1rem 2rem 0;
}
#tulip-guidetour .reporter p {
	font-size:1rem;
	font-weight:bold;	
	text-align: center;
	line-height:1.3;
}
#tulip-guidetour .reporter p span {
	font-size:.75rem;
	font-weight:normal;	
}
#tulip-guidetour .reporter img {
	border-radius:50%;
}
#tulip-guidetour .reporter img.title-reporter {
	border-radius:none;
}
#tulip-guidetour .what{
	background: #F3D6D0;
	margin-top:2rem;
	margin-bottom:2rem;
	padding-bottom:2rem;
}
#tulip-guidetour .flow{
	background: #D1B7C7;
	margin-top:2rem;
	margin-bottom:2rem;
	padding-bottom:2rem;
}
#tulip-guidetour .flow .column{
	position: relative;
}
#tulip-guidetour .flow .column img.number-icon{
	position: absolute;
	top:10px;
	left:20px;
}
#tulip-guidetour .life{
	margin-bottom:2rem;
}
#tulip-guidetour .report{
	background-image: url(https://hitachikaihin.jp/wp-content/uploads/2022/06/bg-dot_orange.png);
	margin-top:2rem;
	margin-bottom:2rem;
	padding:1rem;
	border-radius:20px;
}
#tulip-guidetour.teacher{
	background: #F7E8E7;
	margin-top:2rem;
	margin-bottom:3rem;
	padding-bottom:2rem;
}

/* 20230116 広報ジュニア */
#minohama .lead-area{
	background: #fce4ec;
	padding-bottom:1.5rem;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	margin-bottom:2rem;
}
#minohama .lead-area p{
	margin:1rem 2rem 0;
}
#minohama .reporter p {
	font-size:1rem;
	font-weight:bold;	
	text-align: center;
	line-height:1.3;
}
#minohama .reporter p span {
	font-size:.75rem;
	font-weight:normal;	
}
#minohama .reporter img {
	border-radius:50%;
}
#minohama .reporter img.title-reporter {
	border-radius:none;
}
#minohama .what{
	background: #d2eae3;
	margin-top:2rem;
	margin-bottom:2rem;
	padding-bottom:2rem;
}
#minohama .flow{
	background: #cae9fa;
	margin-top:2rem;
	margin-bottom:2rem;
	padding-bottom:2rem;
}
#minohama .flow.area2 {
background: #c9d5ed;
}
#minohama .flow .column{
	position: relative;
}
#minohama .flow .column img.number-icon{
	position: absolute;
	top:10px;
	left:20px;
}
#minohama .life{
	margin-bottom:2rem;
}
#minohama .report{
	background-image: url(https://hitachikaihin.jp/wp-content/uploads/2023/01/bg-dot_green.png);
	margin-top:2rem;
	margin-bottom:2rem;
	padding:1rem;
	border-radius:20px;
}
#minohama .teacher{
	background: #d2eae3;
	margin-top:2rem;
	margin-bottom:3rem;
	padding-bottom:2rem;
}




#koho-junior {
	
}


/* 2022 「夏映え」スポット */
#natsu-bae .item {
	background: #d7ffd9;
	background: linear-gradient(#fff 50%, rgba(215, 255, 217,0.5));
	border: 2px solid #087f23;
	border-radius: 10px;
	padding: 20px;
	margin: 10px;
	box-shadow: 0 1rem 1.5rem -1.5rem hsl(200 50% 20% / 40%)
}

#natsu-bae .item h4{
	color: #004d40;
	margin-bottom: 0.25rem;
}

#natsu-bae .item p{
	margin-bottom: 20px;
}

#natsu-bae .bae-jiki{
	background: #fff;
	color: #087f23;
	margin-left: 1rem;
	padding-left: 5px;
	border-radius: 3px 3px 0 0;
	border: 1px solid #087f23;
}
#natsu-bae .bae-place{
	background: #087f23;
	color: #fff;
	margin-left: 1rem;
	padding-left: 5px;
	border-radius: 0 0 3px 3px;
	border: 1px solid #087f23;
}

#natsu-bae .himawari-bg {
background-image:url(https://hitachikaihin.jp/wp-content/uploads/2022/06/himawari.jpg);
background-size:cover;
background-position: top right;
height:200px;
display: flex;
align-items: center;
justify-content: flex-start;
}
@media (min-width: 641px) {
#natsu-bae .himawari-bg p{
	margin-left: 200px;
}
}

/* コキアカーニバル */
#autumn-kochia .kochia-green {overflow: hidden;background:linear-gradient(170deg,#f9fbe7, #e8f5e9);}
#autumn-kochia .kochia-gradation {overflow: hidden;background:linear-gradient(350deg,#ffcdd2, #f0f4c3, #e8f5e9);}
#autumn-kochia .kochia-red {overflow: hidden;background:linear-gradient(170deg,#fce4ec, #ffcdd2);}
#autumn-kochia .kochia-gradation2 {overflow: hidden;background:linear-gradient(351deg,#ffe0b2, #FFCCBC, #ffcdd2);}
#autumn-kochia .kochia-brown {overflow: hidden;background:linear-gradient(170deg, #ffe0b2, #efebe9);}
/* #autumn-kochia .event-pickup .columns,
#autumn-kochia .plant {background:#fff;} */
#autumn-kochia .colors-belt {height:3rem;background:#FFD54F;}
@media (max-width: 640px) {
#autumn-kochia .kochia-title img.status-title {max-width: 300px;}
#autumn-kochia .kochia-title img.jiki {margin-left:auto;}
#autumn-kochia .small-9 {float:none;text-align:center;margin:0 auto;}
#autumn-kochia .small-9 img {margin:0 auto;}
}
#autumn-kochia .image-area {margin:2rem 1rem;overflow:hidden;}
#autumn-kochia .plant-info {color: #4caf50;}
#autumn-kochia .plant-info i {margin-right:.25rem;}
#autumn-kochia .event-pickup .columns .callout,
#autumn-kochia .plant .callout {margin:0 0 2rem !important; padding-top:1rem;padding-bottom:1rem;border-radius:8px;box-shadow: 0 6px 16px -8px rgba(0,0,0,.04);}
@media (max-width: 640px) {
	#autumn-kochia .event-pickup .columns .callout,
	#autumn-kochia .plant .callout {padding: 2rem;}
}

/* 2022版 コキア背景 
#konzatsu-calendar article,
#autumn-kochia article,
#autumn-walk article,#kochia-tour article
 {background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='40' height='40' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0,0%,100%,1)'/><path d='M40 45a5 5 0 110-10 5 5 0 010 10zM0 45a5 5 0 110-10 5 5 0 010 10zM0 5A5 5 0 110-5 5 5 0 010 5zm40 0a5 5 0 110-10 5 5 0 010 10z'  stroke-width='1' stroke='none' fill='hsla(4, 90%, 58%, 0.13)'/><path d='M20 25a5 5 0 110-10 5 5 0 010 10z'  stroke-width='1' stroke='none' fill='hsla(339, 70%, 60%, 0.13)'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>")}
*/

/* 2023版 コキア背景
#forecast-kochia article,
#kochia-history article,
#volunteer_festival article,
#konzatsu-calendar article,
#autumn-kochia article,
#autumn-walk article,#kochia-tour article
 { background: #feffff;
  background-image:
	radial-gradient(rgba(255, 205, 210, .2) 30%, transparent 30%),
	radial-gradient(rgba(191, 54, 12, .07) 30%, transparent 30%);
  background-size: 100px 100px;
  background-position: 0 0, 50px 50px;
}
*/

/* 2024版 コキア背景 */
#forecast-kochia article,
#volunteer_festival article,
#konzatsu-calendar article,
#autumn-kochia article,
#autumn_flowers article
{ background: rgba(255, 253, 231, .2);
  background-image:
	radial-gradient(rgba(255, 205, 210, .2) 40%, transparent 40%),
	radial-gradient(rgba(255, 138, 128, .1) 40%, transparent 40%);
  background-size: 120px 120px;
  background-position: 0 0, 60px 60px;
}
.kochia-event .columns {padding-left:.5rem;padding-right:.5rem;}
.kochia-event .callout {margin:0 0 1rem !important; background: rgba(255, 255, 255, .7);border-radius:1rem;border:1px solid #EF9A9A;			
}

#flower-introduction h4 {color:#F4511E;}
#flower-introduction img {margin-bottom: 0;}
#kochia-introduction1 {background:#E8F5E9;}
#kochia-introduction1 .image-set img {margin-bottom: 0;border:3px solid #E8F5E9;}
#kochia-introduction2 {background:#F0F4C3;}
#kochia-introduction2 .image-set img {margin-bottom: 0;border:3px solid #F0F4C3;}
#kochia-introduction3 {background:#FFCDD2;}
#kochia-introduction3 .image-set img {margin-bottom: 0;border:3px solid #FFCDD2;}
#kochia-introduction4 {background:#F8BBD0;}
#kochia-introduction4 p {margin-left:0;}
#kochia-introduction5 {background:#FFECB3;}
#kochia-introduction5 .image-set img {margin-bottom: 0;border:3px solid #FFECB3;}
#kochia-introduction6 {background:#D7CCC8;}
#kochia-introduction6 .image-set img {margin-bottom: 0;border:3px solid #D7CCC8;}
#cosmos-introduction {
background-color: hsla(132, 0%, 100%, 1);
background-image: radial-gradient(circle at 91% 11%, hsla(13, 100%, 88%, 0.66) 4.038772213247173%, transparent 37.2265767974114%), radial-gradient(circle at 66% 37%, hsla(323, 100%, 88%, 1) 0%, transparent 63.33640956108327%), radial-gradient(circle at 36% 87%, hsla(268, 100%, 88%, 1) 12.107536057085522%, transparent 63.33640956108327%);
background-blend-mode: normal, normal, normal;}
#etc-introduction {margin-top:3rem;}
#etc-introduction .columns { margin-bottom: 1rem;}
#flower-introduction .heading img,
#cosmos-introduction .heading img,
#etc-introduction .heading img {width:600px;max-width:90vw;margin-left:1rem;}

article#tourism_autumn2024,
#tourism_autumn2024 article { 
	  background-image:  radial-gradient(#FFD54F 2px, transparent 2px), radial-gradient(#FFECB3 2px, #ffffff 2px);
	  background-size: 40px 40px;
	  background-position: 0 0,20px 20px;
	}

#tourism_autumn2024 .image-set img {margin-bottom: 0;border:3px solid #F0F4C3;}
.caption-text {text-align: center;font-size: .75rem;}
.cyclehr.narrow {margin:3rem auto;}
.cyclehr img {width:200px;}
@media (min-width: 641px) {
.konna-hito, .check-point {border-radius:50%;aspect-ratio: 1/1;margin:1.5rem;display: flex;align-items: center;justify-content: center;flex-direction:column;}
}
@media (max-width: 640px) {
.konna-hito, .check-point {padding:1rem;border-radius:1rem;margin-bottom:1rem;}	
}
.konna-hito {background:#F3E5F5;}
.check-point {background:#FFECB3;}
.tachiyori-spot {padding-top:2rem;border-radius:1.5rem;background:#F0F4C3;}
.mimura img {width:100%;max-width:150px;border-radius:50%;}

article#ambassador,
#ambassador article {
	  background-image:  radial-gradient(#BBDEFB 2px, transparent 2px), radial-gradient(#B2EBF2 2px, #fff 2px);
	  background-size: 40px 40px;
	  background-position: 0 0,20px 20px;
	}
.shiho-message .callout {border:2px solid #4FC3F7;border-radius:1rem;}


/* 2023 コキアカーニバル */
/* 園内をめぐろう！秋の草花さんぽ */
.sanpo-info {margin: 0.5rem;}
.sanpo-info span {background:linen;font-size:.75rem;padding:.25rem .5rem;margin:.25rem;}
.sanpo-kasane {position:relative;}
.sanpo-kasane .fukidashi {
	margin-top: -45%;
	z-index:2;
}
.sanpo-kasane.rose .fukidashi {
	margin-top: -35%;
	z-index:2;
}
.kokonimo {background:linen;}
@media (max-width: 640px) {
	.kochia-above .fukidashi img,
	.kokonimo .fukidashi img {
		margin-top:-40%;
		width:300px;
	}
}
.kokonimo-kochia h4 {margin-top:0;}
#autumn-walk h5 {margin-top:.75rem;}
.kochia-above {display:flex;align-items: flex-end;gap:1rem;}
.kochia-below {display:flex;align-items: center;gap:1rem;}
.kokonimo-kochia,
.kochia-grow {display:flex;align-items: flex-end;gap:1rem;}
@media (max-width: 640px) {
	.kochia-above,
	.kochia-below,
	.kokonimo-kochia,
	.kochia-grow {display:flex;flex-direction:column;align-items: flex-start;gap:.5rem;}
}

.kochia-grow img {width:250px;margin-bottom: 0;}
#autumn-walk .sanpo-kochia {background: #ffebee;margin-top: 0 !important;}
.sanpo-cosmos {background:#fffde7;}

/* 秋のおすすめコキアツアー */
#kochia-tour .callout {border-radius:10px;}
.tour-point {background:#ffcdd2;}
.kochia-tour-title {padding-top:5rem;}
.tour-shizen {background:#fff3e0;padding:3rem 2rem 2rem;}
.tour-asobi {background:#e3f2fd;padding:3rem 2rem 2rem;}
#kochia-tour .flag {width:60px;}
#kochia-tour .arrow {width:60px;}
.tour-shizen h4 {color:#e64a19;}
.tour-shizen p, .tour-asobi p {background:#fff;padding:1rem;border-radius:5px;}


/* 2022秋クイズラリー */
#quiz-answer ul {
	margin:1rem 1rem 2rem;;
}
#quiz-answer ul li {
	background:linear-gradient(to left,#ff5f6d, #ffc371);
	padding:0;
	transition: all 0.6s ease;
}
#quiz-answer .accordion-title:hover,
#quiz-answer .accordion-title:focus {
	background:linear-gradient(to left,#ff5f6d, #ff5f6d);
	transition: all 0.6s ease;
}

#quiz-answer ul li .accordion-title {
	color:#fff;
	font-size:1.25rem;
}
#quiz-answer h4 {
	color:#f00;
	font-weight:bold;
	font-size:x-large;
}
#quiz-answer h4 span {
	font-size: medium;
	color:#333;
}
#quiz-answer .accordion-content {
	background:#fff3e0;
	overflow: hidden;
}

#quiz-answer .radiobutton {
  display: none;
}
#quiz-answer label {
  background-color: #4dd0e1;
  padding: 50px 5px;
  border-radius: 5px;
  margin:0 1%;
  color: #fff;
  font-weight: bold;
  font-size: large;
  text-align: center;
  width: 30% !important;
  display: inline-block !important;
  transition: 0.6s all ease;
}
#quiz-answer label:hover {
  background-color: #42a5f5;
}
#quiz-answer .radiobutton:checked + label {
  background-color: #fff176;
}
#quiz-answer .hantei {
	background:#ddd;
	padding:1rem;
	text-align: center;
	font-size: x-large;
	font-weight:bold;
	margin:1rem;
}

#quiz-rally2023spring .accordion-title {
	background:#2196f3;
	color:#fff !important;
}

#quiz-rally2023spring .accordion-title:hover,
#quiz-rally2023spring  .accordion-title:focus {
	background:#1976d2;
	color:#fff176 !important;
}
#quiz-rally2023spring .accordion-content {
	background:#e1f5fe
}
#oubo h5 span {border-bottom: none;}

@media (max-width: 59.375em) {
	.narrow {
		margin: 0 1rem;
	}
}


@media (min-width: 59.375em) { /* .......950px */
	  .narrow {
	  max-width:850px;   /* .........740px */
	  margin:0 auto;
	  }
	}

/* クイズラリー 2024秋 */
#quiz-rally2024autumn .accordion-content h4 {font-size :3rem;}
#quiz-rally2024autumn .accordion-content a {color:#b00;text-decoration: underline;}


/* クイズラリー 2025冬 */
#quiz-answer ul li {
	background:linear-gradient(to left,#03A9F4, #0288D1);
	padding:0;
	transition: all 0.6s ease;
}
#quiz-answer .accordion-title:hover,
#quiz-answer .accordion-title:focus {
	background:linear-gradient(to left,#03A9F4, #0288D1);
	transition: all 0.6s ease;
}
#quiz-answer .accordion-content {
	background:#eee;
	overflow: hidden;
}


/* mw form */
#mw-form input[type=number],#mw-form input[type=text] {
	display: inline;
}
#mw-form .vertical-item input {margin: 0;}

#mw-form .hissu {
	color:#fff;
	background:#e00;
	font-size:.6rem;
	padding:.125rem .5rem;
	font-weight:bold;
	margin-left: .25rem;
	border-radius:.25rem;
  }


.mw_wp_form_input .confirm-text {
  display: none;
}

.mw_wp_form_confirm .input-text {
  display: none;
}

#mw-form .submit-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap:2rem;
}

/* フォームボタン */
.mw_wp_form .submit-button [type=submit] {
  background:#f06292;
  color:#fff;
  padding:20px;
  border-radius:3px;
  cursor: pointer;
  border:none;
  font-weight: bold;
 }
 .mw_wp_form .back-button [type=submit] {
   background: #666666; 
   color:#fff;
   padding:20px;
   border-radius:3px;
   cursor: pointer;
   border:none;
  }
 .mw_wp_form .back-button [type=submit]:hover,
 .mw_wp_form .submit-button [type=submit]:hover {
 opacity:.8;
  } 

#mw-form input[type=text],
#mw-form input[type=search],
#mw-form input[type=tel],
#mw-form input[type=number],
#mw-form input[type=email],
#mw-form input[type=password] {
	border: 1px solid #ddd !important;
	background-color: #ffffff;
	color: #666666;
	padding: 0 12px !important;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	outline: none !important;
	cursor: text !important;
	width: auto;
	height: auto !important;
	box-sizing: border-box !important;
	box-shadow: none !important;
	margin: 0 0 .5rem !important;
	padding:5px !important;
	position: static;
	outline: none !important;
  }
#mw-form label {
	line-height: 1.4;
  }
#mw-form input {
	border:none;
  }
#mw-form textarea {
	border: 1px solid #ddd !important;
	background-color: #ffffff;
	color: #666666;
	width: 100%;
	border-radius: 2px;
	font-size: 15px !important;
	height: 100px !important;
  }
#mw-form {
  font-size: .875rem;
  }
#mw-form .form-small {
	width: 6em !important;
  }
#mw-form .form-medium {
	width: 20em !important;
  }
#mw-form-content {
	margin:0 2rem;
	background:#fff9e7;
	padding:.5rem 1rem;
	border-radius:5px;
  }
#mw-form-content p {
	margin-left:0;
	margin-right: 0;
  }

#mw-form .agreecheck span {
	  font-size:large;
  }

/* 2022秋 外遊び */
#sotoasobi h2,#sotoasobi h3,#sotoasobi h4 { color:#870000; margin-top:3rem;  }
#sotoasobi h4 {border-bottom:2px solid #fdd835;max-width: 90vw;margin:2rem auto 1rem;}
@media (min-width: 769px) {#sotoasobi h4 {border-bottom:2px solid #fdd835;max-width: 50vw;margin:3rem auto 2rem;}}
#sotoasobi .outline { background:linen; color:#870000;  }
#sotoasobi .outline h2 {margin-top:0;}
#sotoasobi .circle-images img {  border-radius: 50%; padding:2rem;}
#sotoasobi .circle-images p { text-align: center; margin-bottom: 1rem; margin-top:-1rem;}
.event-list .callout {
	background:linen;
	border-radius:5px;
	margin:0 0 2rem !important;
	padding-top:0.5rem;
}
.event-list .number span {
	font-weight: 700;
	margin-right: 5px;
	color:#FFF;
	background:#d32f2f;
	width:2rem;
	display:inline-block;
	text-align: center;
	border-radius:4px;
	padding:4px;
	font-size: small;
}
/* .bbq-hiroba .number span {
background:#ff8f00;
}
*/
.event-list .callout h5 {
	border-bottom:3px solid #ff7043;
	margin-top:.5rem;
}
.event-list .callout .summary {
	margin-bottom: 1rem;
}
.event-list .time:before,
.event-list .price:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	margin-right: 5px;
	color:#FFF;
	background:#795548;
	width:1.5rem;
	display:inline-block;
	text-align: center;
	border-radius:4px;
	padding:0;
	font-size: small;
}
.event-list .time:before {
  content: '\f017';
}
.event-list .price:before {
  content: '\f157';
}
.event-list .people:before {
  content: '\f0c0';
}
.credit p {margin-left:0;}
.credit h5 {text-align: center;margin-top:5rem;margin-left: 0;margin-bottom: 1.5rem;}
.credit-list {list-style-type: none;display: flex;column-gap:2rem;row-gap:1rem;flex-wrap:wrap;justify-content: center;margin-bottom: 3rem;margin-left:0;}
@media (max-width: 640px) {.credit-list,.credit-logo{flex-direction: column;align-items:center; }}
.credit-list.tate {flex-direction:column; align-items: center;gap:1rem;}
.credit-list li {background:none;padding-left:0;}
.credit-logo {
	display: flex;
	gap:2rem;
	flex-wrap: wrap;
	align-items: center;
	justify-content:center;
	width:100%;
}
.credit-logo img{
	width:auto;
	height:auto;
	max-width:250px;
	max-height:45px;
}
.credit-logo img.square{
	width:auto;
	height:auto;
	max-width:250px;
	max-height:100px;
}

/* 冬フェア2022 */
.winterfair-title {
	display:flex;align-items:center;justify-content:center;gap:1rem;
}
@media (max-width: 640px) {
	.winterfair-title {
		display:flex;flex-direction:column;;
	}

}
#geoglyph .callout {border-radius:15px;}
.dekirumade .column {margin-top:10px;position:relative}
.dekirumade .column img.alignnone {position:absolute;top:10px;left:10px;}

/* 縦位置中央 */
.y-center {
	display: flex;
	align-items: center;
	height:100%;
}

/* flowering 2023 */
#flowering .callout {border-radius:20px;border:3px solid #aed581;}


/* ナビゲーション */
.flowering-navi {display:flex;flex-wrap:nowrap;}
.top-position {margin-top:-30px;margin-bottom:3rem;position:sticky;top:0;z-index:1;	box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.4);}
.bottom-position {margin-top:5rem;margin-bottom: 0;}
.flowering-navi > * {flex:auto;}
.flowering-navi img {margin-bottom:0;}
@media (max-width: 640px) {
.top-position {display:flex;flex-wrap:wrap;justify-content: center;}
.bottom-position {display:flex;flex-wrap:wrap;margin-top:5rem;margin-bottom: 0;justify-content: center;display: none;}
.flowering-navi > * {flex:0 0 33%;}
.flowering-navi  {background:#FFF8E1;background:transparent;}
}
/* あしかがフラワーパーク */
#ashikaga-flowerpark article.post {
background-image: linear-gradient(rgba(243, 229, 245, 0.8), rgba(243, 229, 245, 0.8)), url(images/bg_flowering2023.jpg);padding-bottom:5rem;
}
#ashikaga-flowerpark .fukidashi {border-radius:20px;border:3px solid #ffd54f;padding:.5rem;}
/* 主なイベント */
#flowering .callout.flowering-menu3,
#flowering-events article.post {
background-image: linear-gradient(rgba(255, 253, 231, 0.5), rgba(241, 248, 233, 0.7)), url(images/bg_flowering2023.jpg);padding-bottom:5rem;
}
#flowering-events .callout {border-radius:20px;border:3px solid #aed581;}

/* 見どころ早見表 */
#flowering .callout.flowering-menu5,
#midokoro-hayami article.post {
background-image: linear-gradient(rgba(252, 228, 236, 0.5), rgba(227, 242, 253, 0.5)), url(images/bg_flowering2023.jpg);padding-bottom:5rem;
}

/* ネモフィラベストショットガイド */
#flowering .callout.flowering-menu2 /* ,
#best-shot article.post */ {
background-image: linear-gradient(rgba(224, 247, 250, 0.5), rgba(232, 245, 233, 0.5)), url(images/bg_flowering2023.jpg);padding-bottom:5rem;
}
#best-shot .clock {border-radius:50%;}

/* 混雑予想カレンダー2023春 */
#flowering .callout.flowering-menu4,
#konzatsu-calendar_2023spring article.post {
background-image: linear-gradient(rgba(255, 249, 196, 0.6), rgba(255, 205, 210, 0.6)), url(images/bg_flowering2023.jpg);padding-bottom:5rem;
}


/* 花図鑑 */
#flowering .callout.flowering-menu1,
/*
#flowering-flowers article.post {background-image: linear-gradient(rgba(255, 235, 238, 0.7), rgba(227, 242, 253, 0.7), rgba(255, 249, 196, 0.7)), url(images/bg_flowering2023.jpg);padding-bottom:5rem;}
#flowering-flowers .flower-navi .imgcircle {padding:0;margin:0;}
#flowering-flowers .flower-navi  {padding-top:3rem;padding-bottom:2rem;}
#flowering-flowers .callout {border-radius:20px;border:3px solid #aed581;}
#flowering-flowers #suisen .callout {background:#fff8e1;}
#flowering-flowers #tulip .callout {background:#fce4ec;}
#flowering-flowers #nemophila .callout {background:#e3f2fd;}
#flowering-flowers #nemophila .callout th {background:#fff;}
#flowering-flowers #rose .callout {background:#ffebee;}
#flowering-flowers .callout.hana-point {border-radius:20px;border:4px solid #f8bbd0;background:#fff !important;}
@media (max-width: 640px) {.wp-caption-text {display:none;}.callout.hana-point {margin:1rem 0 !important;padding:1rem !important;}
#flowering-flowers .callout {padding:1rem 0;}}
*/
/* ちらつき防止 */
.load-hidden {
	visibility: hidden;
}

/* swiper スライダー */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {bottom:10;text-align: center;}
.swiper-slider {background:#E1F5FE;padding-top:2rem;padding-bottom:1rem;}
.top-pickup-title {margin-top:2rem;text-align:center}
.top-pickup-title span {background:#E1F5FE;padding:1rem 2rem;border-radius: 15px 15px 0 0;font-size:1.125rem;font-weight:bold;color:#EC407A;}
.swiper-wrapper {display:flex;align-items:center;height:auto !important;}

/* 2023 2024 夏フェア */
/* #summer_fair .post {
	  background: #feffff;
	  background-image:
		radial-gradient(rgba(76, 175, 80, .05) 30%, transparent 30%),
		radial-gradient(rgba(124, 179, 66, .05) 30%, transparent 30%);
	  background-size: 100px 100px;
	  background-position: 0 0, 50px 50px;
	}
*/
/* 2024 夏フェア */
#homework {background: #E4F3FA;padding-top:2rem;}
#homework .title-image {width:80%;max-width:500px;}
span.entry {border:1px solid #225199;background:#225199;color:#fff;font-size:.75rem;border-radius:10px;margin-left:.5rem;padding:.25rem .5rem .2rem;display:inline-block;}
span.entry.free {background:#fff;color:#225199;}
#satomatsuri {background: #FEFCE1;padding-top:2rem;}
#satomatsuri .title-image {width:80%;max-width:500px;}

#irpo-flowers .post {
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(90deg, transparent, transparent 12px, rgba(227, 241, 240, 1) 12px, rgba(227, 241, 240, 1) 15px );
}
#irpo-flowers .title-image {width:80%;max-width:700px;padding-top:3rem;}
#irpo-flowers .callout {border-radius:10px;padding:3rem;}
#irpo-flowers .flower-name {height:60px;width:auto;}
#irpo-flowers th,#irpo-flowers td {padding:5px !important; background: transparent;}
#irpo-flowers th {width: 100px;}
#irpo-flowers th img {width:100%;margin:0;padding-top:0px;}
#irpo-flowers tbody {background: transparent;}
#irpo-flowers tbody tr:nth-child(even) {background: transparent;}
#irpo-flowers .number {width:100px;}
#irpo-flowers .flowers h4 {background:#0e6eb8;color:#F4EB61;font-weight:bold;display:inline-block;}
#irpo-flowers .rarity {background-color: transparent;border:none !important;padding:0 !important;}
.imgradius {border-radius:8px;}
@media (max-width: 640px) {
#irpo-flowers .callout {border-radius:10px;padding:1rem;}
}
#irpo-flowers .flower-name-circle {width:120px;}
#irpo-flowers .flower-name-fusen {width:300px;}
#irpo-flowers .jiyu-kenkyu-introduction {display: flex;}
#irpo-flowers .fuwarin-top {width:80px;height:80px;}
#irpo-flowers .himawari-diary {width:300px;}
#irpo-flowers .flower-divider {margin:4rem auto;} 
#irpo-flowers .accordion-item {padding-left:0;background:none;}
#irpo-flowers .callout.ajisai {background:rgba(232, 245, 233, .6);}
#irpo-flowers .quiz-title {width:500px;}
#irpo-flowers .accordion-title {font-size:1rem;background:#FFF9C4;}
#irpo-flowers .quiz {background:rgba(179, 229, 252, .6);padding-top:3rem;}
#resort .post {background:#F4F1EE;}
#resort .wp-image-107792 {width:32px;margin-right:.25rem;}
#resort .wp-image-107796 {width:600px;margin:3rem auto;}
@media (min-width: 641px) {
#resort .wp-image-107790 {padding-left:6rem;}
}

/* 2023夏 草花めぐり */
.breadcrumbs .post, .post.current-item {background:transparent !important;}
#kusabana-meguri .post {background:#0d6fb8;}
#kusabana-meguri .post {background-image:url(images/background-kusabana3.jpg);background-size: contain;background-repeat: repeat-y;}
#kusabana-meguri .post .callout {border-radius:10px;padding:3rem;}
#kusabana-meguri .post .callout .flower-name {height:60px;width:auto;}
#kusabana-meguri .post .callout th,#kusabana-meguri .post .callout td {padding:5px !important; background: transparent;}
#kusabana-meguri .post .callout th {width: 100px;}
#kusabana-meguri .post .callout th img {width:100%;margin:0;padding-top:0px;}
#kusabana-meguri .post .callout td {}
#kusabana-meguri .post .number {width:100px;}
#kusabana-meguri .fuwa1 {height:150px;width:auto;}
#kusabana-meguri .fuwa2 {height:150px;width:auto;}
#kusabana-meguri .fuwa3 {height:250px;width:auto;}
#kusabana-meguri .fuwa4 {height:180px;width:auto;}
#kusabana-meguri .fuwa5 {height:200px;width:auto;}
#kusabana-meguri .fuwa6 {height:250px;width:auto;}
#kusabana-meguri .fuwa7 {height:250px;width:auto;}
#kusabana-meguri .fuwa8 {height:220px;width:auto;}
#kusabana-meguri .fuwa9 {max-height:150px;width:auto;}
#kusabana-meguri .fuwa10 {max-height:150px;width:auto;}
#kusabana-meguri .fuwa11 {height:250px;width:auto;}
#kusabana-meguri .post .flowers h4 {background:#0e6eb8;color:#F4EB61;font-weight:bold;display:inline-block;}
#kusabana-meguri .post .rarity {background-color: transparent;border:none !important;padding:0 !important;}
.imgradius {border-radius:8px;}
@media (max-width: 640px) {
#kusabana-meguri .post .callout {border-radius:10px;padding:1rem;}	
}


/* 2023 2024夏 水遊び広場 */
#mizuasobi-2024 .post,
#water-play .post {
	background-color:rgba(205, 230, 240, .5);
	background-image:
		radial-gradient(#fff 15%, transparent 15%),
		radial-gradient(#fff 15%, transparent 15%);
	  background-size: 40px 40px;
	  background-position: 0 0, 20px 20px;
}
#water-play .facility-name,
#mizuasobi-2024 .facility-name {width:60%;}
#water-play .section-title,
#mizuasobi-2024 .section-title {width:400px;max-width:90%;}
#water-play .title-image,
#mizuasobi-2024 .title-image {width:80%;max-width:800px;padding-top:3rem;padding-bottom:1rem;}
@media (min-width: 641px) {#water-play .kaisetsu {padding-top: 3rem;}}
.dosu {width:300px; filter: drop-shadow(2px 2px 6px #ccc);}
@media (max-width: 640px) {.dosu {margin:0 auto;display:block;}}
.cleanup-day {display: none;}


/* 2023夏 夏休み！公園で何して遊ぶ？ */
#nanishite-asobu .post {background:#f7ed11;}
#nanishite-asobu .post .attraction-title {width:90%;max-width:400px;}
/* #nanishite-asobu .post .bbq-image,
#nanishite-asobu .post .bmx-image {max-width:400px;} */
#nanishite-asobu .post .button {margin-top:2rem;}
@media (max-width: 640px) {#nanishite-asobu .post .attraction-title,#nanishite-asobu .post .bbq-image,
	#nanishite-asobu .post .bmx-image {max-width:320px;} }

/* 半透明callout */
.callout.suke {
	background:rgba(255,255,255,.5);
}


/* そとあそび2023 */
#sotoasobi .post {background:#D8D6CE;}
#sotoasobi-test .post {background:#D8D6CE;}
#sotoasobi2023 h3 { text-align: center;
					background-image: url(images/h3-hata.png);
					background-position:top center;
					padding-top:3rem;
					padding-left:0;
					margin-left:0;
					background-size: 400px 49px;
}
@media (max-width: 640px) {
#sotoasobi2023 h3 { background-size: 300px 32px;
}	
}
#sotoasobi2023 h5 {margin-top:0;}
#sotoasobi2023 .information th {width:10rem}
#sotoasobi2023 .summary {padding-top:2rem;padding-bottom:2rem;}
@media (min-width: 641px) {#sotoasobi2023 .summary {text-align:center;}}
#sotoasobi2023 .summary strong {font-size:1.125rem;}
#sotoasobi2023 .summary strong span {font-size:1.25rem;color:#00796B;}
#sotoasobi2023 .summary .excerpt {margin-top:2rem;}
#sotoasobi2023 .topics {padding-top:2rem;padding-bottom:2rem;}

#sotoasobi2023 .topics .topic-item .columns{margin-bottom:1.5rem;}
@media (max-width: 640px) {#sotoasobi2023 .topics .topic-item {margin:1.5rem;}}
@media (max-width: 640px) {#sotoasobi2023 .topics .topic-item .columns{margin-bottom:1.5rem;}}

#sotoasobi2023 .topics .topic-item .image-box img {margin-bottom:0;border-radius:1rem 1rem 0 0;} 
#sotoasobi2023 .topics .topic-item .text-box {background: #D9B584;background: #fffcfa;padding:1rem;border-radius:0 0 1rem 1rem;}
@media (min-width: 641px) {#sotoasobi2023 .topics .topic-item .text-box {min-height:15rem;}}

#sotoasobi2023 .large-up-4.topic-item .text-box h5 {font-size:.875rem;line-height: 1.5;margin-left:0;padding-left:0;}
#sotoasobi2023 .large-up-4.topic-item .text-box p {font-size:.8125rem;line-height: 1.5;margin-left:0;margin-right:0;}
#sotoasobi2023 .topic-item .text-box img.sponsor {max-height:40px;width:auto;margin:.25rem;display:inline;}
.sponsor {display:flex;flex-wrap:wrap;align-items: center;}
.sponsor .columns {flex: 1 0 150px;}
.sponsor .columns.text-link {border: 1px solid #aaa;text-align:center;padding:1rem .5rem;jusity-content:center;}

#sotoasobi2023 .event-content thead th {background: #DAA096;color:#fff;}
#sotoasobi2023 .event-content tbody th {background: rgba(238, 224, 132, .5); text-align: left;width:45%;}
#sotoasobi2023 .map {padding-top:2rem;padding-bottom:2rem;}
#sotoasobi2023 .sakunen {padding-top:2rem;padding-bottom:2rem;}
#sotoasobi2023 .sakunen img {margin-bottom: 2rem;}

#sotoasobi2023 .date-and-category label {margin-left:0.25rem;background:green;color:#fff;padding:.25rem .25rem 0.125rem;border-radius:4px;font-size:.65rem;}
#sotoasobi2023 .tent {height:24px;width: auto;margin-right:.25rem;}

 .credit {margin:4rem 1rem 3rem;background:#fff;padding-top:2rem;padding-bottom:2rem;border-radius:1rem;}


/* ボランティアまつり2023 */
#volunteer_festival .event .columns {margin-bottom:2rem;}
#volunteer_festival .event .columns table th{ width:5rem;}
#volunteer_festival .partner {background:#FCE4EC;padding:1rem 3rem 2rem;border-radius:5px;}

/* あしかがフラワーパーク秋 */
#ashikaga-flowerpark-autumn article.post {
background-image: linear-gradient(rgba(243, 229, 245, 0.8), rgba(243, 229, 245, 0.8)), url(images/bg_flowering2023.jpg);padding-bottom:5rem;
}
#ashikaga-autumn .fukidashi {border-radius:25px;border:4px solid #F48FB1;padding:1rem;}
#ashikaga-autumn .park-title-area {padding:1rem 2rem;}
@media (min-width: 800px) {
#ashikaga-autumn .park-title-area {padding:1rem 5rem;}
}
#ashikaga-autumn .information-area .callout {background:#FFECB3;border-radius:20px;border:3px solid #E57373;margin-bottom:2rem;} 
#ashikaga-autumn .information-area .callout h4 {color:#D84315;}
#ashikaga-autumn .information-area .callout .button {background:#EF5350;}
#ashikaga-autumn .traveppe {border-color: #B71C1C;}
@media (max-width: 640px) {
	#ashikaga-autumn {padding: 1rem 2rem;}
}

/* コキアの歴史 */
.history-step {border-top:4px solid #E28831;padding:4rem 1rem 1rem;}

/* 草花さんぽ2023 */
.from-mokota {font-weight:bold;color:#F44336;}
.kochia-growth {margin:1rem 0;background-image: linear-gradient(45deg, #ff9a9e 0%, #fad0c4 99%, #fad0c4 100%);padding:2rem;border-radius: 10px;}
.sanpo-cosmos {margin:1rem 0;padding:2rem;border-radius: 10px;}
#autumn-walk h3 {margin-top:4rem;}
#autumn-walk .callout h3 {margin-top:0 !important;}

/* 広報ジュニア職場体験 */
#page-100521 hr,
#syokubataiken hr {
	  height: 0;
	  margin: 2rem auto;
	  padding: 0;
	  border: 0;
	  border-top: 4px double #999;
}
#syokubataiken p {font-size:1.125rem;color:#777;}
#syokubataiken p strong {color:#333;}
#syokubataiken p.narrow {width:80%;margin:0 auto 4rem;}
@media (min-width: 59.375em) { /* .......950px */
#syokubataiken .narrow {
  max-width:48rem;   /* .........768px */
  margin:0 auto;
  }
}
#syokubataiken h3 {background:none;padding:0;margin:1rem 1rem 2rem;text-align:center;font-size:1.5rem;color:#000;}

#syokubataiken .illust {width:150px;height:auto;}
@media (min-width: 641px) {
#syokubataiken .yonin-title {padding-top:3rem;padding-bottom:3rem;}
}
#syokubataiken .tate-bottom {display:flex;align-items: flex-end;justify-content: center;height:250px;}
@media (max-width: 640px) {#syokubataiken .tate-bottom {display:flex;align-items: flex-end;justify-content: center;height:auto;}}
#syokubataiken .thumbs {margin-top:2rem;margin-bottom:2rem;}
#syokubataiken .thumbs img {margin-bottom:0;}

#syokubataiken .taiken-link {text-align: center;margin:3rem 1rem 1rem;}
#syokubataiken .taiken-link a {padding:1rem;border:2px solid #111;color:#111 !important;border-radius:8px;background:#fff;}
#syokubataiken .taiken-link a:hover {background:#ddd;}

.taiken-panel {
	margin:2rem 1rem 3rem; 
}
#iza-taiken .taiken-panel {
	margin:0; 
}
#iza-taiken {margin-bottom: 5rem;}

.taiken-panel.green {
	background:#CEF7D9;
}
.taiken-panel.green h4 {
	color:#1B5E20;
}
.taiken-panel.pink {
	background:#F2E1E9;
}
.taiken-panel.pink h4 {
	color:#C2185B;
}
.jr-item {overflow: hidden;margin-bottom:5rem;}
.jr-item {display:flex;gap:1rem;align-items: center;}
@media (max-width: 640px) {.jr-item {display:flex;flex-direction:column;gap:0.5rem}}

.jr-item .img-tate img {max-height: 600px;width:auto;}

.junior-navi {display: flex;gap:.5rem;align-items: center;justify-content: center;}
.junior-navi a {border:2px solid #999; border-radius:15px;padding:.25rem 1rem;color:#777 !important;}
.junior-navi a:hover {background:#ddd;} 

.section-head-image {max-width:400px;} 
@media (max-width: 640px) {
	.section-head-image {max-width:240px;} 
}
img.teacher {max-width:80%;height:auto;margin:0 auto;}

.kaihin-logo img {max-width:240px;}
@media (max-width: 640px) {
	.taiken-footer-content p{font-size:0.8125rem !important;}
}

/* 404ページ 検索 */
.search-form {display: flex;}
.search-form button {flex:0 0 80px;}
.search-form .screen-reader-text {position: static;clip-path:none;}


/* 2023-2024 冬特集 */
/* 冬フェア */
#winter-fair article {background: url(images/background-winter2024.jpg);}
#geoglyph article {background: url(images/background-winter2024red.jpg);}
#winter-walk article {background: url(images/background-winter2024blue.jpg);}
#dogrun article {background: #d5ead7;}
#fuyu-tanoshimu article {background: url(images/background-winter2024purple.jpg);}


@media (min-width: 641px) {
.chijoe-nittei {display:flex;align-items:center;}
.chijoe-nittei ul {margin-bottom: 0;}
}
#kotae li {padding-left: 0;background:none;}
.fuyu-white {background-color:rgba(255, 255, 255, 0.7);border-radius:15px;border:3px solid #E3F2FD;margin-top:3rem !important;margin-bottom:3rem !important;}
.dogrun-main-image {background:#d5ead7;padding:2rem 1rem 2rem;}


/* フッターサブメニュー整理 */
.footer-submenu {margin:3rem 1rem 1rem;}
@media (max-width: 640px) {
	.footer-submenu { padding:1rem; }
	.footer-submenu .menu {display:flex; flex-wrap: wrap;}
	.footer-submenu .menu li {flex: 0 0 50%;text-align:left;}
}

/* BMX スクールフォーム2024 */
.select_course p span span.wpcf7-checkbox {display: flex;flex-direction: column;gap:.5rem;}

/* 2024春特設ページ */
/* flowering2024 */
.flowering-hero img {margin-bottom: 0;}
.flowering-schedule {margin-top:.5rem;margin-bottom: 3rem;} 
@media (max-width: 640px) {.flowering-schedule img {max-width: 75vw;}}
.flowering-flower {padding:5rem 1rem;background: #FFFDE7;}
.flowering-flower .flower-name-image {max-width:240px;}
.flowering-flower .callout {border:none;border-radius:1rem;background:rgba(255,255,255,.8);}
.flowering-flower#suisen {background-image: linear-gradient(to right, rgba(255, 248, 169, .6), rgba(255, 248, 169, .9)), url("https://hitachikaihin.jp/wp-content/uploads/2024/02/main-suisen.jpg");background-size: cover;}
.flowering-flower#tulip {background-image: linear-gradient(to right, rgba(243, 210, 192, 0.6), rgba(243, 210, 192, 0.9)), url("https://hitachikaihin.jp/wp-content/uploads/2024/02/main-tulip.jpg");background-size: cover;}
.flowering-flower#nemophila {background-image: linear-gradient(to right, rgba(197, 226, 226, 0.6), rgba(197, 226, 226, .9)), url("https://hitachikaihin.jp/wp-content/uploads/2024/02/main-nemo.jpg");background-size: cover;}
.flowering-flower#rose {background-image: linear-gradient(to right, rgba(244, 216, 224, 0.6), rgba(244, 216, 224, 0.9)), url("https://hitachikaihin.jp/wp-content/uploads/2024/02/main-rose.jpg");background-size: cover;}
.omona-event {margin-top:3rem;margin-bottom: 3rem;background: #Fff;padding:1rem;border-radius:2rem;}
.omona-event ul {font-size:.75rem;}
/* 吹き出し */
.fukidashi{ 
	position: relative;
	padding: 1rem;
	background-color: #fff;
	border: 2px solid #ddd;
	border-radius:1rem;
	}
.fukidashi:before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 20px;
	bottom: -1rem;
	border-top: 1rem solid #ddd;
	border-right: 1rem solid transparent;
	border-left: 1rem solid transparent;
	}
.fukidashi:after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 20px;
	bottom: -12px;
	border-top: 1rem solid #fff;
	border-right: 1rem solid transparent;
	border-left: 1rem solid transparent;
}

/* 春のフラワーレッスン */
.lesson-introduction .narrow {margin-top:4rem;margin-bottom:4rem;}
.lesson-introduction .mmn-profile {border: none;border-radius:2rem;background:#E3ECF7;}
.main-flowers {border:4px solid #ddd;border-radius: 2rem;margin:1rem 1rem 2rem;}
.main-flowers#suisen {background: #FFFDE4;border-color: #EEB94D;}
.main-flowers#tulip {background: #FCF4EF;border-color: #D95F34;}
.main-flowers#nemophila {background: #EFF6F7;border-color: #5992CC;}
.main-flowers#rose {background: #FBF1F4;border-color: #D75D8D;}
.main-flowers .yoko {background:#FFF;padding:.5rem 1rem;border-radius:1rem;border:3px solid #000;}
.main-flowers#suisen .yoko {border-color:#FFF8A9;}
.main-flowers#tulip .yoko {border-color:#F3D2C0;}
.main-flowers#nemophila .yoko {border-color:#C5E2E2;}
.main-flowers#rose .yoko {border-color:#F4D8E0;}
.main-flowers .answer img {border-radius:1rem;}
.main-flowers#suisen .answer .fukidashi {border-color: #EEB94D;font-weight:bold;}
.main-flowers#tulip .answer .fukidashi {border-color: #D95F34;font-weight:bold;}
.main-flowers#nemophila .answer .fukidashi {border-color: #5992CC;font-weight:bold;}
.main-flowers#rose .answer .fukidashi {border-color: #D75D8D;font-weight:bold;}
.main-flowers#suisen .answer .fukidashi:before {border-top: 1rem solid #EEB94D;}
.main-flowers#tulip .answer .fukidashi:before {border-top: 1rem solid #D95F34;}
.main-flowers#nemophila .answer .fukidashi:before {border-top: 1rem solid #5992CC;}
.main-flowers#rose .answer .fukidashi:before {border-top: 1rem solid #D75D8D;}
@media (max-width: 640px) {.main-flowers .question-child{width:100px;}}
.sub-flowers {background:#E1F5FE;padding:1rem;border-radius:2rem;margin:1rem 1rem 2rem;}
@media (min-width: 641px) {.sub-flowers .column {padding:1.5rem;}}
.sub-flowers .flower-image {border-radius:50%;margin-bottom:2rem;}
/* 周遊観光 */
.intro-ibaraki .callout {border-radius:2rem;border:4px solid #81C784;} 
.intro-tochigi .callout {border-radius:2rem;border:4px solid #FFD54F;} 
.intro-park .callout {border-radius:2rem;border:4px solid #64B5F6;} 
.shuyu-navi .narrow .callout {border:8px solid #DCEDC8;border-radius:3rem;}
@media (max-width: 640px) { section:not(.shuyu-navi) .shuyu-map-icon{max-width:300px;}}
.kanko-spot-introduction {background:linen;padding:2rem;margin-bottom:4rem;border-radius:3rem;}
.kanko-spot {padding:1rem;margin-bottom:3rem;}
.kanko-spot img {margin-bottom: 0;border-radius: 1rem 1rem 0 0;}
.kanko-spot h4 {background: url("images/bg-title-kanko2024spring.jpg");color:#fff;border:none;margin:0;padding:1rem;}
.kanko-spot .text-box {background: url("images/bg-body-kanko2024spring.jpg");padding:1rem;border-radius: 0 0 1rem 1rem;}
.kanko-spot .text-box p {margin-left:0;margin-right:0;}
.kanko-spot .text-box ul {background:#fff;padding:1rem;border-radius:.5rem;margin-left:0;margin-right:0;}
.kanko-spot h4 span {margin-left:.75rem;padding:.25rem .5rem;background: #fff;border-radius:3rem;font-size:.8125rem;color:#666;}
/* 新マスコットキャラクター登場！ルリィ＆アイシィ */
#newcharacter article {background: url("images/bg_mmn.png");}
.mmn-introduction,.mmn-profile,.mmn-goods {background:rgba(255,255,255,.9);border-radius:3rem;padding:2rem 1rem;margin:1rem 1rem 4rem;}
.mmn-introduction p,.mmn-profile p,.mmn-goods p {text-align: center;font-size:1.125rem;font-weight:bold;color:#0277BD;}
.mmn-introduction h4,.mmn-profile h4,.mmn-goods h4 {text-align: center;}
.mmn-profile .callout {border:3px solid #F8D849;border-radius:2rem;}
.mmn-mainvisual {
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 1fr;
	align-items: end;
}
.mmn-mainvisual .img-main {
	z-index: 3;
	grid-row: 1/2;
	grid-column: 1/2;
}
.mmn-mainvisual .img-bg {
	z-index: 1;
	grid-row: 1/2;
	grid-column: 1/2;
}
/* ドット背景 */
#flowering article,
#tourism article,
#ibaraki2024spring article,
#tochigi2024spring article,
#inside2024spring article,
#flower-lesson article,
#flowering-flowers article,
#best-shot article,
#dstamp-rally2024spring article {  
	  background-image  : radial-gradient(rgba(179, 229, 252, 0.5) 5%, transparent 8%),
						  radial-gradient(rgba(179, 229, 252, 0.5) 5%, transparent 8%);
	  background-position: 0 0, 30px 30px; background-size : 60px 60px;
 }
 
/* ひたちの自然を「見る知る学ぶ」 */

/* ナビゲーション */
.nature-navi {display:flex;flex-wrap:nowrap;}
.nature-navi.top-position {margin-top:0;margin-bottom:0;position:sticky;top:0;z-index:1;	box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.4);}
.bottom-position {margin-top:5rem;margin-bottom: 0;}
.nature-navi > * {flex:auto;}
.natureg-navi img {margin-bottom:0;}
@media (min-width: 641px) {
	.nature-navi {max-width:800px;margin-inline: auto;}
}
@media (max-width: 640px) {
.top-position {display:flex;flex-wrap:wrap;justify-content: center;}
.bottom-position {display:flex;flex-wrap:wrap;margin-top:5rem;margin-bottom: 0;justify-content: center;display: none;}
.nature-navi > * {flex:0 0 25%;}
}


#nature_learning article,
.parent-pageid-106093 article {background: url("images/bg_leaves.png");}
.shizen-header {position:relative;}
.shizen-title-wrapper {background: url("images/bg_creature.jpg");overflow: hidden;padding:3rem 1rem;border-radius:1rem;}
.nature-navi {display:flex;align-items: stretch;}
.nature-navi .link-nature {background:#6A1B9A;}
.nature-navi .link-sakyu {background:#de0065;}
.nature-navi .link-sawada {background:#0075c1;}
.nature-navi .link-mori {background:#008f6c;}
.nature-navi div:hover {background:#EF6C00;}
.nature-navi div {flex:1;display: flex;align-items: center;justify-content: center;}
.nature-navi div a {color:#fff;line-height: 1.5;display:block;width:100%;text-align: center;padding:.25rem;}
.link-introduction {background:rgba(255, 224, 178, .6); overflow:hidden; padding-top:.75rem;}
.area-title-image {margin-top: 3rem;}
.creature-wrapper {background: url("images/bg_creature.jpg");overflow: hidden;padding:3rem 1rem;border-radius:1rem;}
.creature-wrapper .column {padding:1rem .5rem;}
@media (min-width: 641px) {.creature-wrapper .column {padding:1rem 2rem;}}
.creature .column h6 {margin:0;}
.creature .column .category-type {background:rgba(255,255,255,.7);border-radius:.5rem;margin:.5rem .25rem;padding:.125rem .25rem;font-size:.8125rem;font-weight:bold;line-height:1.5rem;}
.creature .column p {margin:0;}
.creature img {border-radius:50%;} 
.ooumegasasou-guidetour {background: #E0F2F1;padding-top:1rem;}
@media (max-width: 640px) {.ooumegasasou-guidetour th {width:5rem;}}

/* over40000000 */
.over40000000 th {text-align:right}

/* そとあそび 2024 */
.sotoasobi-events {margin-bottom: 2rem;}
.sotoasobi-events .columns {padding:0;}
.sotoasobi-events .columns img {margin:0;}
.sotoasobi-events .columns img:hover {opacity:.8;}
.sotoasobi-events .columns .wp-caption-text {margin-bottom: 1rem;}


/* 2024-2025 冬特集 */
@media (max-width: 640px) {
.winter2024 .flowering-navi > * {flex:0 0 33%;}
}
.winter2024 .narrow .fuyu-white {margin:1rem 0 !important;}
.winter2024 .columns {margin-bottom:2rem;}
/* 冬フェア */
#winter-fair article {background: url(images/background-winter2024.jpg);}
#geoglyph article {background: #F8F5ED;}
#winter-walk article {background: url(images/background-winter2024blue.jpg);}
#dogrun article {background: #d5ead7;}
#winter_nature article {background: #e9eff8;background: url(images/background-winter2024blue.jpg);}
#winter_nature h3,
#winter-fair h3 {padding-left: 0; background-image: none;}
.wtnb {width:30px;margin-right: .5rem;margin-bottom:0 !important;border-radius:8px;}
.wtnb-long {width:60px;margin-right: .5rem;margin-bottom:0 !important;}
.winter2024 .fuyu-white {background-color:rgba(255, 255, 255, 0.9);border-radius:20px;border:5px solid #FFAB91;margin-top:2rem !important;margin-bottom:2rem !important;padding-left:.5rem;padding-right:.5rem;}
.arrow-snake {width:60px;margin-bottom: 0;}
.hebi-challenge {max-width:120px;}
@media (min-width: 641px) {.hebi-challenge {max-width:200px;}}
.yellow-flowers .callout {background:rgba(255, 253, 231, .8);border-color:#FFEB3B;}
.nemo-junbi {background:#BBDEFB;}
.osusume-time {width:120px;margin-right:.5rem;}
@media (min-width: 641px) {.chijoe-step {max-width:500px;}}
.fuyu-hana {max-width:90%;}
#winter_nature h3 {color:#2E7D32;}
#winter_nature h4 {color:#43A047;}

/* 画像スマホ */
@media (max-width: 640px) {
	.eanby img,img.eanby {max-width:80%;}
	.eanby2 img,img.eanby2 {max-width:50%;}
}

/* 森の広場 */
#q article,
#morinohiroba article,
.mori-introduction-link {background:#5ea4a4;}
.mori-introduction p,
.mori-introduction-link p {color:#fff;}
@media (min-width: 641px) {.mori-introduction p{font-size:1.0625rem;}}
.konna-mori h3 {color:#E5E663;}
.konna-mori h5 {color:#fff;}
.konna-mori p {color:#fff;}
.festa-mori .callout {border-radius:2rem;border:8px solid #E5E663;}
.mori-introduction-link {margin-top:4rem;border-radius:1rem;}
.mori-introduction-link img,
.mori-introduction img,
.konna-mori img,
.festa-mori img  {border-radius:2rem;}

/* 推し花 */
#page-2976 article,
#oshibana article {background-image: url(images/bg-oshibana2.jpg);}
@media (min-width: 641px) {.oshi-introduction p {text-align: center;font-size: 1.0625rem;}}
.jump-color-links {display: flex;justify-content: center;gap:.5rem;}
.jump-color {width:3rem; height:3rem;display: flex;align-items: center;justify-content: center;border-radius:50%;}
.jump-color a {color:#fff !important;display: block;}
.oshi-flowers img {border-radius:2rem;}
.oshi-white a {color:#333 !important;display: block;}
.oshi-red,
#oshi-red h4 {background:#B71C1C; }
.oshi-blue,
#oshi-blue h4 {background:#1565C0; }
.oshi-pink,
#oshi-pink h4 {background:#E91E63 }
.oshi-orange,
#oshi-orange h4 {background:#FF6F00 }
.oshi-yellow,
#oshi-yellow h4 {background:#FFC400 }
.oshi-purple,
#oshi-purple h4 {background:#6A1B9A }
.oshi-white {background:#F5F5F5 }
#oshi-white h4 {background:#FFF;border:1px solid #ddd; }
.oshi-flowers h4 {color:#fff;text-align: center;}
#oshi-yellow h4, #oshi-white h4 {color:#333 !important;}
.oshi-flowers .callout {margin:0 0 3rem !important;}
.oshi-flowers .callout .callout {border-radius:2rem;margin-bottom: 1rem !important;padding:1rem 0;}
.oshi-cmapaign .callout{background:#FFF59D; border-radius:1rem; border:6px solid #F06292;}
.oshi-point {font-weight:bold;}

/* 北関東 */
#oyako-asobi article,
#kitakanto-flowerpark article {
	background-image: linear-gradient(rgba(224, 238, 226, .7), rgba(224, 238, 226, .7)), url(images/bg-kitakanto.png);
}
@media (max-width: 640px) {
.kitakanto-title {display: flex;flex-direction: column;align-items:center; justify-content: center;margin:0 auto;max-width:60vw;}
}
@media (min-width: 641px) {
.kitakanto-title {display: flex;justify-content: center;}
}
.kitakanto-introduction p {margin-top:4rem;margin-bottom:3rem;}
@media (min-width: 641px) {.kitakanto-introduction p {font-size: 1.125rem;text-align: center;}}
.flowerpark-line-title {width:360px;}
#kitakanto-parks {margin-top:5rem;}
#kitakanto-parks .columns {margin-bottom: 2rem;}
.park-photo {border-radius:2rem;}
.park-name {width:350px;}
.kitakanto-model-course .park-name {text-align: left;margin: 0 auto 0 10px;}
.kitakanto-model-course .arrow {text-align: center;font-size: 2rem;color:#5D4037;}
.stamps img {width:60px;}
.course1 {background: #FFF8E1;}
.course2 {background: #FFEBEE;}
.course1 .callout, .course2 .callout {border-radius: 1rem;}
.course1 h4 {color: #E53935;text-align: center;}
.course2 h4 {color: #2E7D32;text-align: center;}
.stamp-rally .callout {background: #E1F5FE;border-radius: 1rem;}
.stamp-rally .callout.target {background: #FFF8E1;}
.stamp-rally .callout.present {background: #FFF;}

/* フラワリング2025 */
#flowering article {
	background-color: #d9f2fd;
	background-image:	radial-gradient(#c6ebfd 5%, transparent 30%),
					  	radial-gradient(#ecf8fe 5%, transparent 30%);
	background-position: 0 0, 40px 40px; background-size : 80px 80px;
}
@media (min-width: 641px) {.flowering-introduction p {font-size: 1.0625rem;}}
.flowering-flower-name {display: flex;flex-wrap: wrap;align-items: center;}
.flowering-flower-icon {width:60px;}
.flowering-flower .flower-name-image {max-width:160px;}
#suisen.flowering-flower h4 {color:#2E7D32;margin-top:0;}
#tulip.flowering-flower h4 {color:#C2185B;margin-top:0;}
#nemophila.flowering-flower h4 {color:#0277BD;margin-top:0;}
.omona-event .columns {margin-bottom: 2rem;}
.omona-event img {border-radius:2rem;}

/* .eanby img,img.eanby {opacity: .5} */


/* 本日の状況 */
#honjitsu-info {background:#fff;border:4px solid #0288D1;border-radius:.5rem;}
#honjitsu-info h4 {text-align: center;margin:0;}
#honjitsu-info h5 {margin-left:0;font-size:.875rem;}
#honjitsu-info .honjitsu {padding:.25rem .5rem; background:rgba(2, 136, 209, 0.05);}
#honjitsu-info .button0 {text-align: right;}

/* スマホトップページロゴ */
@media (max-width: 640px) {
	.logo-area {padding:0;}
	h1 img {width:260px;margin-left: 60px}
}
.drawer {position: absolute;}

/* スライダーエリア */
#slider-area {padding:0 !important;}
@media (min-width: 6410px) {
#slider-area .slides img {width: 100%; aspect-ratio: 12/5; object-fit:cover;}
}


/* ひたちの自然を「見る知る学ぶ」 */

/* ナビゲーション */
.nature-navi {display:flex;flex-wrap:nowrap;}
.nature-navi.top-position {margin-top:0;margin-bottom:0;position:sticky;top:0;z-index:1;	box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.4);}
.bottom-position {margin-top:5rem;margin-bottom: 0;}
.nature-navi > * {flex:auto;}
.natureg-navi img {margin-bottom:0;}
@media (min-width: 641px) {
	.nature-navi {max-width:800px;margin-inline: auto;}
}
@media (max-width: 640px) {
.top-position {display:flex;flex-wrap:wrap;justify-content: center;}
.bottom-position {display:flex;flex-wrap:wrap;margin-top:5rem;margin-bottom: 0;justify-content: center;display: none;}
.nature-navi > * {flex:0 0 25%;}
}


#nature_learning article,
.parent-pageid-106093 article {background:#D9ECF3;}
.shizen-header {position:relative;}
.shizen-title-wrapper {background: transparent;overflow: hidden;padding:3rem 1rem;border-radius:1rem;}
.nature-navi {display:flex;align-items: stretch;padding:0;}
.nature-navi2025 .link-nature {background:#F0EACD;}
.nature-navi2025 .link-sakyu {background:#EBC0B3;}
.nature-navi2025 .link-sawada {background:#A9BAD4;}
.nature-navi2025 .link-mori {background:#B5D5BC;}
.nature-navi2025 .link-sakyu a {color:#D32F2F;}
.nature-navi2025 .link-sawada a {color:#0277BD;}
.nature-navi2025 .link-mori a {color:#2E7D32;}
.nature-navi2025 div:hover {background:#FFF8E1;}
.nature-navi div {flex:1;display: flex;align-items: center;justify-content: center;}
.nature-navi div a {color:#5D4037;font-weight:bold;line-height: 1.5;display:block;width:100%;text-align: center;padding:.25rem;}
.link-introduction {background:rgba(255, 224, 178, .6); overflow:hidden; padding-top:.75rem;}
.area-title-image {margin-top: 3rem;}
.creature-wrapper2025, .creature-wrapper2025more, .link-introduction2025 {background: rgba(255,255,255,0.2);overflow: hidden;padding:3rem 1rem;border:8px solid #EBC0B3;margin-bottom:4rem;}
#sakyu .creature-wrapper2025, #sakyu .creature-wrapper2025more, .link-introduction2025.sakyu {border-color: #EBC0B3;}
#sawada .creature-wrapper2025, #sawada .creature-wrapper2025more, .link-introduction2025.sawada {border-color: #A9BAD4;}
#shizennomori .creature-wrapper2025, #shizennomori .creature-wrapper2025more, .link-introduction2025.shizennomori {border-color: #B5D5BC;}
.creature-wrapper .column {padding:1rem .5rem;}
.creature-wrapper2025 .creature img {border-radius:0;}
@media (min-width: 641px) {.creature-wrapper .column {padding:1rem 2rem;}}
.creature .column h6 {margin:0;}
.creature .column .category-type {background:rgba(255,255,255,.7);border-radius:.5rem;margin:.5rem .25rem;padding:.125rem .25rem;font-size:.8125rem;font-weight:bold;line-height:1.5rem;}
.creature .column p {margin:0;}
.creature img {border-radius:50%;} 
.ooumegasasou-guidetour {background: #E0F2F1;padding-top:1rem;}
@media (max-width: 640px) {.ooumegasasou-guidetour th {width:5rem;}}

.guide-text {background:#fff;padding:1rem;border-radius:1rem;border: 2px solid #0277BD;margin-bottom: 2rem;}
#sakyu .guide-text {border-color:#E7B2A6;}
#sawada .guide-text {border-color:#97ADCC;}
#shizennomori .guide-text {border-color:#A0CBAE;}
.guide-text h6 {color:#4E342E;font-weight:800;}


/* バラを満喫「常陸ローズガーデン」に行ってみよう */
#rose-garden article {background-image: linear-gradient(rgba(255, 243, 224, .6), rgba(255, 243, 224, .6)), url(images/greyfloral.png);}
#rose-garden section {padding-top:2rem;padding-bottom: 2rem;}
.bara-midashi {width:80vw;max-width:500px;margin-bottom:2rem !important;}
.bara-topics {width:60vw;max-width:200px;margin-bottom:2rem;}
.bara-roses {background-color: rgba(244, 143, 177, .5);border-radius:1rem;}
.bara-topic .callout {border-radius:2rem;background-color: #fff; border:4px solid #81C784;}
.bara-roses .callout {border-radius:2rem;background-color: #fff; border:4px solid #F48FB1;}
.bara-partner .callout {border-radius:2rem;background-color: transparent;background: linear-gradient(40deg, #FFEBEE, #FCE4EC);border:4px solid #F48FB1;}
.bara-topic h5, .bara-roses .callout h5 {color:#D81B60;}
.bara-events h4, .bara-partner h4 {color:#D81B60;} 

/* 夏ナビゲーション */
.summer-navi {display:flex;flex-wrap:nowrap;padding: 0;}
.top-position {margin-top:-30px;margin-bottom:3rem;position:sticky;top:0;z-index:1;	box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.4);}
.bottom-position {margin-top:5rem;margin-bottom: 0;}
.summer-navi > * {flex:auto;}
.summer-navi img {margin-bottom:0;}
@media (max-width: 640px) {
.top-position {display:flex;flex-wrap:wrap;justify-content: center;}
.bottom-position {display:flex;flex-wrap:wrap;margin-top:5rem;margin-bottom: 0;justify-content: center;display: none;}
.summer-navi > * {flex:0 0 25%;}
.summer-navi  {background:#FFF8E1;background:transparent;}
}

/* 夏フェア2025 */

#summer_fair article h5,
#oyako-asobi article h5 
{color: #388E3C;}

#summer_fair article .button,
#oyako-asobi article .button 
{background:#388E3C; } 

 #summerfair2025-introduction {
	 				margin-top:-60px;
					margin-bottom:60px;
	 				padding: 0 1rem 4rem;
	 				background-image:linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,.5) ), url(images/bg-summerfair2025.jpg);
					background-size: cover;
					background-repeat: no-repeat;
} 
.summer-fair-days {background: #fff;font-weight:bold;padding:0 1rem;color:#33691E;border-radius:.5rem;}
@media (min-width: 769px) {.summer-fair-days{font-size:1.5rem;}}
#summer-cafe-menu img {margin-bottom: 0;}
#summer-cafe-menu .text-box {background: #EFEBE9; border-radius: 0  0 1rem 1rem; padding:1rem 0 .5rem;margin-bottom: 1rem;} 
#summer-cafe-menu h5 {margin: 0 .5rem .5rem;}

.pickup-event img {margin-bottom: 0;border-radius:1rem 1rem 0 0;}
.pickup-event .text-box {background: #E8F5E9; border-radius: 0  0 1rem 1rem; padding:1rem; margin-bottom: 2rem;} 
.pickup-event h5 {margin-top: 0;;}
.pickup-event ul {background: #fff;padding: 1rem;border-radius:1rem;margin:0;}


#summer_fair article {
  --s: 55px; /* control the size */
  --b: 15px; /* control the thickness of the curved lines */
  
  --_r: calc(1.28*var(--s) + var(--b)/2) at top 50%;
  --_f: calc(99.5% - var(--b)),#FFF calc(101% - var(--b)) 99.5%,#0000 101%;
  --_g0: calc(-.8*var(--s)), #F9FBE7 var(--_f);
  --_g1: calc(-.8*var(--s)), #f1f9f1 var(--_f);
  --_s: calc(1.8*var(--s) + var(--b));
  background: 
	radial-gradient(var(--_r) right var(--_g0)) calc(-1*var(--_s)) var(--s),
	radial-gradient(var(--_r) left  var(--_g1))         var(--_s)  calc(-1*var(--s)),
	radial-gradient(var(--_r) right var(--_g1)) calc(var(--_s)/-2) calc(-1*var(--s)),
	radial-gradient(var(--_r) left  var(--_g0)) calc(var(--_s)/ 2) var(--s),
	linear-gradient(90deg,#F9FBE7 50%,#f1f9f1 0);
  background-size: var(--_s) calc(4*var(--s));
}


/* 水遊び広場2025 */
#mizuasobi-2025 .post {
	background-color:#fff;
	background-image:
		radial-gradient(rgba(205, 230, 240, .5) 15%, transparent 15%),
		radial-gradient(rgba(205, 230, 240, .5) 15%, transparent 15%);
	  background-size: 60px 60px;
	  background-position: 0 0, 30px 30px;
}
#mizuasobi-2025 .facility-name {width:60%;}
#mizuasobi-2025 .section-title {width:400px;max-width:90%;}
#mizuasobi-2025 .title-image {width:80%;max-width:800px;padding-top:3rem;padding-bottom:1rem;}
@media (min-width: 641px) {#mizuasobi-2025 .kaisetsu {padding-top: 3rem;}}
.dosu {width:300px; filter: drop-shadow(2px 2px 6px #ccc);}
@media (max-width: 640px) {.dosu {width:250px; margin:0 auto;display:block;}}
.cleanup-day {display: none;}

/* 親子で楽しむ夏遊び */
#oyako-asobi article {
	background-image: radial-gradient(#ffe542 3px, transparent 3px), radial-gradient(#ffe542 3px, transparent 3px);
	background-size: 30px 30px;
	background-position: 0 0, 15px 15px;
	background-color: #fff461;
}

#oyako-asobi #section1.callout {padding: 2rem 1rem 1rem; border-radius:3rem;border: 10px solid #66BB6A;background: #f3faf4;}
#oyako-asobi #section1.callout .callout {background: #FFF;border-radius:1rem;border:none; box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);}
#oyako-asobi #section2.callout {padding: 2rem 1rem 1rem; border-radius:3rem;border: 10px solid #4FC3F7;background: #f0fafe;}
#oyako-asobi #section2.callout .callout {background: #fff;border-radius:1rem;border:none; box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);}
#oyako-asobi #section3.callout {padding: 2rem 1rem 1rem; border-radius:3rem;border: 10px solid #B3E5FC;background: #fcfefe;}
#oyako-asobi #section3.callout .callout {background: #E1F5FE;border-radius:1rem;border:none; box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);}
#oyako-asobi .callout.onemore {border: 4px solid #FFEA00 !important; background: #FFFDE7 !important;margin: 1rem 0 0 !important;}

/* 夏の植物 */

#summer-nature article {background: #feffff;
  background-image:
	radial-gradient(rgba(76, 175, 80, .05) 30%, transparent 30%),
	radial-gradient(rgba(124, 179, 66, .05) 30%, transparent 30%);
  background-size: 100px 100px;
  background-position: 0 0, 50px 50px;
}

.shokubutsu-list img {margin-bottom: 0;border-radius:1rem 1rem 0 0;}
.shokubutsu-list .text-box {background: #f6f062; border-radius: 0  0 1rem 1rem; padding:1rem; margin-bottom: 2rem;} 
.shokubutsu-list h5 {margin-top: 0;border-bottom:3px solid #498CBC;}
.shokubutsu-list ul {background: #fff;padding: 1rem;border-radius:1rem;margin:0;}


/* カブトムシハウス */
#kabutomushi-house article { background-color: #f4ebe6;}
#kabutomushi-house .kabuto-summary {text-align: center; background: #f6f063; padding:1rem; overflow: hidden;margin: -1rem auto 0;font-size: 1.0625rem}
#kabutomushi-house .kabuto-introduction {text-align: center; font-size: 1.0625rem; color:#3E2723;margin-bottom: 2rem;}
#kabutomushi-house .kabuto-midashi {width:60px; margin-top: 3rem; margin-bottom:0;}
#kabutomushi-house h4 {background: #24ad39; text-align: center; font-size: 1.25rem; color:#fff;margin-top:0; padding:1rem; border-radius: 1rem;}
#kabutomushi-house .kabuto.panel {border:5px solid #3E2723; border-radius: 1rem; background: #fff; overflow: hidden; padding:1rem 1rem .5rem}
#kabutomushi-house .kabuto-access {padding:2rem 1rem; background:#fff;}