@charset "utf-8";
/* CSS Document */
html {
	overflow-y: scroll;
}

*, *:before, *:after {
	padding: 0px;
	margin: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	vertical-align: bottom;
	border: 0px;
}

a{
	transition: 0.5s;
}

a:hover{
	opacity: 0.7;
}

a img {
	border: none;
	outline: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th, td{
    text-align: left;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.left{
	float: left;
}

.right{
	float: right;
}

.indent{
	padding-left:1.2em;
	text-indent:-1.2em;
}

.object-fit-img {
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

html,body {
	height: 100%;
	width: 100%;
	text-align: center;
	color: #7a6a56;	
	font-family:'Kosugi Maru', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0.08em;
	scroll-behavior: smooth;
}

/*-----------------------------------------システムメイン*/

#system_main {
	width: 100%;	
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	height: auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
	background-image: url(images/bg_header.png);
	background-position: left top;
	background-repeat: repeat-x;
}
/*-----------------------------------------ヘッダー*/

header{
	width: 100%;
	height: auto;
	text-align: center;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/header_l.png), url(images/header_r.png), url(images/header_c.png);
	background-position: left bottom, right bottom, center top 5px;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: 28%, 28%, 60%;
}

header h1{
	padding-top: 20px;
	padding-bottom: 80px;
}
header h1 a:hover{
	opacity: 1;
}

/*-----------------------------------------ナビ*/

nav{
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background-color: #fffeca;
	box-shadow: 3px 3px 3px #ccc;
}

nav ul{
	width: 68%;
	display: flex;
	justify-content: center;
	margin: auto;
}

nav ul li{
	width: 11.1%;
	margin: 30px auto;
	border-left: 1px dotted;
}
nav ul li:last-child{
	border-right: 1px dotted;
}

nav ul li a{
	display: block;
}
nav ul li img{
	width: 90%;
}

nav a:hover{
	opacity: 1;
}

.slide-top:hover {
	-webkit-animation: slide-top 1s ease-in-out both;
	        animation: slide-top 1s ease-in-out both;
}
/* ----------------------------------------------
 Generated by Animista on 2023-3-18 17:1:44
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

/*-----------------------------------------トップフォト*/

#top_photo{
	position: relative;
}

#top_photo p img{
	width: 100%;
}

.topImg{
	position: absolute;
	top: 5%;
	width: 100%;
	text-align: right;
	padding-right: 6%;
}
.topImg img{
	width: 15%;
}

/*-----------------------------------------コンテナ―*/

#container{
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

/*-----------------------------------------メイン*/

#main {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 50px;
}

article{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding: 50px 0;
}

h2 {
	margin-bottom: 20px;
	background: linear-gradient(transparent 50%, #ffffb0 50%);
}

/*-----------------------------------------ページトップへ*/

#PageTopBtn {
    position: fixed;
    bottom: 100px;
    right: 20px;
	z-index: 99;
}

#PageTopbtn a{
	display: block;
}

#PageTopBtn a:hover{
	opacity: 1.0;
}
  
#pagetop{
	display: none;
}

/*-----------------------------------------フッター*/

#footer {
	width: 100%;
	background-image: url(images/footer_l.png), url(images/footer_r.png), url(images/bg_footer.gif);
	background-position: left 3% bottom, right 3% bottom, left top;
	background-repeat: no-repeat, no-repeat, repeat;
	padding-top: 50px;
	border-top: 8px solid #bfe476;
}
#footer table{
	margin: auto;
	background-color: #fff;
	border-radius: 10px;
}
#footer th{
	text-align: center;
	padding: 5px 20px;
}
#footer td{
	padding: 5px 20px;
	text-align: center;
}
#footer p{
	padding-top: 5px;
}
#counter{
	margin: 5px auto;
}

/*------------------------------------------トップページ*/

#greeting p{
	font-family: "Yomogi", serif;
	font-size: 19px;
	line-height: 150%;
	font-weight: bold;
	text-align: left;
	margin-bottom: 30px;
}
.feature{
	display: flex;
	justify-content: space-between;
}
.feature ul{
	width: 75%;
	background-image: url(images/greeting-01.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 70px;
}
.feature ul li{
	text-align: left;
	text-indent: -1.5em;
	padding-left: 1.5em;
	margin-left: 1em;
	border-bottom: 1px dashed #998675;
}
.feature ul li{
	font-size: 17px;
	font-weight: bold;
	padding: 10px;
}
.feature ul li:nth-child(1){
	color: #06F;
}
.feature ul li:nth-child(2){
	color: #0faa1e;
}
.feature ul li:nth-child(3){
	color: #ed48a3;
}
.feature ul li:nth-child(4){
	color: #f90;
}
.feature ul li:before{
	content: "● ";
}
.feature p{
	width: 23%;
	margin-top: 20px;
}
.feature p img{
	width: 90%;
}
#target p{
	background-image: url(images/bg_target.png);
	background-position: right 20% top;
	background-repeat: no-repeat;
	padding-bottom: 80px;
}
.overview_box{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.overview_box table{
	width: 55%;
	border-collapse: separate;
	border-spacing: 4px;
}
.overview_box th{
	font-weight: 500;
	text-align: center;
	padding: 10px;
	background-color: #ffa4c2;
	border-radius: 8px;
	color: #FFF;
}
.overview_box td{
	padding: 10px;
	background-color: #fff0f5;
	border-radius: 8px;
}
.tour{
	width: 43%;
}
.tour p img{
	width: 95%;
}
#map dt{
	width: 879px;
	background-image: url(images/line_map.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto;
	margin: 50px auto;
	padding-top: 30px;
}


/*-----------------------------------------園の一日*/

.program{
	display: flex;
	justify-content: space-between;
}
.daily_box{
	width: 48%;
	position: relative;
}
.daily_box table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 4px;
}
.daily_box th{
	padding: 10px;
	text-align: center;
	border-radius: 10px;
}
.daily_box td{
	padding: 10px;
	border-radius: 10px;
}
.under3 p{
	background-color: #ffce31;
	color: #fff;
	padding: 10px;
	border-radius: 10px;
	font-size: 22px;
	font-weight: 600;
}
.under3 th{
	background-color: #ffe697;
}
.under3 td{
	background-color: #fff8e3;
}
.over3 p{
	background-color: #85d0f9;
	color: #fff;
	padding: 10px;
	border-radius: 10px;
	font-size: 22px;
	font-weight: 600;
}
.over3 th{
	background-color: #bae2f7;
}
.over3 td{
	background-color: #eef9ff;
}
.daily01{
	position: absolute;
	top: 20%;
	right: 2%;
}
.daily02{
	position: absolute;
	bottom: 30%;
	right: 5%;
}
.daily03{
	position: absolute;
	top: 38%;
	right: 2%;
}

/*-----------------------------------------年間行事*/

.event_box{
	display: flex;
	justify-content: space-between;
}
.season_box{
	width: 23%;
}
.event_items{
	padding: 15px;
	border-radius: 10px;
}
.season_box table{
	width: 100%;
	border-radius: 10px;
	border-collapse: separate;
	border-spacing: 1px;
}
.season_box th{
	padding: 10px;
	text-align: center;
}
.season_box td{
	padding: 10px;
}
.spr .event_items{
	background-color: #ffeef4;
}
.sum .event_items{
	background-color: #e5f9f6;
}
.aut .event_items{
	background-color: #fff3e3;
}
.win .event_items{
	background-color: #eff5f9;
}
.spr li:before{
	content: "●";
	color: #f98fb2;
}
.sum li:before{
	content: "●";
	color: #86cfbe;
}
.aut li:before{
	content: "●";
	color: #ffc77d;
}
.win li:before{
	content: "●";
	color: #94a8d0;
}
.spr table tr:nth-of-type(1) th, .spr table tr:nth-of-type(1) td{
	border-bottom: 1px dotted;
}
.sum table tr:nth-of-type(1) th, .sum table tr:nth-of-type(1) td, .sum table tr:nth-of-type(2) th, .sum table tr:nth-of-type(2) td{
	border-bottom: 1px dotted;
}
.aut table tr:nth-of-type(1) th, .aut table tr:nth-of-type(1) td, .aut table tr:nth-of-type(2) th, .aut table tr:nth-of-type(2) td{
	border-bottom: 1px dotted;
}
.win table tr:nth-of-type(1) th, .win table tr:nth-of-type(1) td, .win table tr:nth-of-type(2) th, .win table tr:nth-of-type(2) td,  .win table tr:nth-of-type(3) th, .win table tr:nth-of-type(3) td{
	border-bottom: 1px dotted;
}

@media screen and (max-width:1500px){
	
/*-----------------------------------------ナビ*/
	
nav ul{
	width: 80%;
}	
	
}

@media screen and (max-width:1300px){

/*-----------------------------------------ヘッダー*/

header{
	background-size: 32%, 32%, 70%;
}
header h1 img{
	width: 320px;
}

/*-----------------------------------------ナビ*/

nav{
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

nav ul{
	width: 95%;
}

/*-----------------------------------------トップフォト*/

.topImg img{
	width: 18%;
}

/*-----------------------------------------メイン*/	

#main{
	width: 100%;
}

article{
	width: 80%;
}

/*-----------------------------------------園の一日*/

.daily01, .daily02, .daily03{
	right: 0;
}
.daily01 img, .daily02 img, .daily03 img{
	width: 80%;
}

/*-----------------------------------------年間行事*/

.event_box{
	flex-wrap: wrap;
}
.season_box{
	width: 48%;
	margin-bottom: 30px;
}
.aut, .win{
	margin-bottom: 0;
}
	
}

@media screen and (max-width:1024px){
/*-----------------------------------------システムメイン*/

#system_main{
	width: 1024px;
}


	
}

@media screen and (max-width:768px){

/*-----------------------------------------システムメイン*/

#system_main{
	width: 100%;
	background-size: 30%;
}

/*-----------------------------------------ヘッダー*/

header{
	background-size: 35%, 35%, 100%;
}

header h1{
	padding-top: 10px;
	padding-bottom: 8%;
}

header h1 img{
	width: 40%;
}

/*-----------------------------------------ナビ*/

nav{
	margin-top: 0;
}
nav ul{
	width: 100%;
	flex-wrap: wrap;
	padding-top: 1%;
	padding-bottom: 1%;
}
nav ul li{
	width: 32%;
	border: 1px dashed #8fc31f;
	margin: 5px auto;
	border-radius: 10px;
	background-color: #fff;
}
nav ul li:last-child{
	border-right: 1px dashed #8fc31f;
}
nav ul li a{
	padding: 10px 0;
	border-radius: 10px;
}

nav ul li img{
	width: auto;
}
.slide-top:hover {
	-webkit-animation: none;
	        animation: none;
}
nav ul li a:hover{
	background-color: #e8f9b7;
}

/*-----------------------------------------トップフォト*/

#top_photo p img{
	height: 45vw;
}
.topImg img{
	width: 20%;
}

/*-----------------------------------------コンテナ―*/

#container{
	width: 100%;
	height:auto;
}

/*-----------------------------------------メイン*/

#main{
	width: 100%;
	height:auto;
	padding-bottom: 100px;
}


article{
	width: 90%;
	padding: 30px 0;
}

/*-----------------------------------------ページトップへ*/

#ptb_slide{
	display: none;
}

#pt_resp #pagetop{
	position: absolute;
	right: 5px;
	bottom: 100px;
	z-index: 999;
}

#pagetop{
	display: block;
	text-align: right;
}

/*-----------------------------------------フッター*/

#footer {
	width: 100%;
	height: auto;
}
#footer p{
	font-size: 13px;
}

/*-----------------------------------------トップページ*/

#greeting p{
	font-size: 17px;
}
.feature{
	flex-wrap: wrap;
}
.feature ul{
	width: 100%;
	margin-bottom: 30px;
}

#greeting .feature p{
	width: 100%;
	margin: auto;
	text-align: right;
}
#greeting .feature p img{
	width: auto;
}
#target p{
	background-position: right bottom;
	padding-bottom: 80px;
}
.overview_box{
	flex-wrap: wrap;
}
.overview_box table{
	width: 100%;
	margin-bottom: 30px;
}
.overview_box th{
	white-space: nowrap;
}
.overview_box .tour{
	width: 100%;
}
.overview_box .tour p img{
	width: 80%;
}
#map dt{
	width: 100%;
	background-size: 100%;
	padding: 0;
}
#map dd img{
	width: 100%;
}

/*-----------------------------------------園の一日*/	

.program{
	flex-wrap: wrap;
}
.daily_box{
	width: 100%;
}
.daily01, .daily02, .daily03{
	right: 2%;
}
.daily01 img, .daily02 img, .daily03 img{
	width: 100%;
}
.under3{
	margin-bottom: 30px;
}


}

@media screen and (max-width:480px){
	
/*-----------------------------------------システムメイン*/

#system_main{
	background-size: 45%;
}
	
	
/*-----------------------------------------ヘッダー*/

header{
	background-size: 40%, 40%, 100%;
}

header h1{
	padding-top: 10px;
	padding-bottom: 12%;
}

header h1 img{
	width: 65%;
}

/*-----------------------------------------ナビ*/


nav ul li{
	margin: 3px auto;
}

nav ul li a{
	padding: 10px 0;
	border-radius: 10px;
}

nav ul li img{
	width: 90%;
}

/*-----------------------------------------トップフォト*/

#top_photo p img{
	height: 60vw;
}

.topImg img{
	width: 30%;
}

/*-----------------------------------------コンテナ―*/


/*-----------------------------------------メイン*/

h2 img{
	width: 90%;
}

/*-----------------------------------------ページトップへ*/

#pagetop{
	padding-top: 0px;
}

/*-----------------------------------------フッター*/

#footer{
	background-image: url(images/footer_l.png), url(images/bg_footer.gif);
	background-repeat: no-repeat, repeat;
	background-position: center bottom, left top;
	padding-top: 30px;
}

#footer p{
	font-size: 12px;
	padding-bottom: 30px;
}

/*-----------------------------------------トップページ*/

#greeting .feature p{
	text-align: center;
}

#target p img{
	width: 100%;
}
#target p{
	background-position: right 20% bottom;
	padding-bottom: 200px;
}
.overview_box th, .overview_box td{
	display: block;
}
.overview_box .tour p img{
	width: 100%;
}
#map dt{
	width: 100%;
	background-position: left bottom;
	background-size: 185%;
	padding-top: 3%;
}

/*-----------------------------------------園の一日*/	

.daily01, .daily02, .daily03{
	display: none;
}

/*-----------------------------------------年間行事*/

.season_box{
	width: 100%;
}
.aut{
	margin-bottom: 30px;
}

}
	
