@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: 1;
}

a img {
	border: none;
	outline: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ul{
    list-style: inside disc;
	text-indent: -1.5em;
	padding-left: 1.5em;
}
ol{
    list-style: inside decimal;
    text-indent: -1.5em;
	padding-left: 1.5em;
}
ul li{
	margin: 5px auto;
}
ol li{
	margin: 5px auto;
}

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: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 150%;
	letter-spacing: 0.08em;
}

/*-----------------------------------------システムメイン*/

#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/header_lt.png), url(images/header_rt.png);
	background-position: left top, right top;
	background-repeat: no-repeat, no-repeat;
	background-size: 18%, 18%;
	background-color: #fffaf5;
}

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

header{
	width: 100%;
	height: auto;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/header_lb.png), url(images/header_rb.png), url(images/header_b.png);
	background-position: left 40px bottom 8px, right 20% bottom 8px, left bottom;
	background-repeat: no-repeat, no-repeat, repeat-x;
	background-size: 11%, 11%, auto;
	position: relative;

}
header h1{
	position: absolute;
	width: 18%;
	left: 0;
	right: 0;
	top: 7%;
	margin: auto;
	z-index: 999;
}
header h1 img{
	width: 80%;
}
#logo{
	width: 100%;
}

#logo img{
	position: absolute;
	width: 9vw;
	left: 0;
	right: 0;
	bottom: -15%;
	margin: auto;
	z-index: 999;
}
#logo2{
	width: 100%;
}

#logo2 img{
	position: absolute;
	width: 9vw;
	left: 0;
	right: 0;
	bottom: -15%;
	margin: auto;
	z-index: 999;
}

/*-----------------------------------------ナビ*/

nav{
	width: 65%;
	margin: auto;
}

nav ul{
	width: 100%;
	display: flex;
	justify-content: center;
	list-style: none;
	text-indent: 0;
	padding-left: 0;
	padding-bottom: 13%;
}
nav ul li.title{
	width: 28%;
	margin-top: 20px;
	border: none;
}

nav ul li{
	margin-top: 4%;
	width: 12%;
	border-left: 2px dotted;
}
nav ul li:nth-child(3){
	border-right: 2px dotted;
}
nav ul li:last-child{
	border-right: 2px dotted;
}
nav ul li img{
	width: auto;
}

.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(-8px);
            transform: translateY(-8px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}

.mail{
	width: 100%;
}
.mail img{
	position: absolute;
	width: 11.5vw;
	right: 20px;
	bottom: 1%;
}
.album{
	width: 100%;
}
.album img{
	position: absolute;
	width: 9vw;
	left: 7%;
	top: 1%;
}

/*-----------------------------------------トップフォト*/

#top_photo{
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 30px;
}
#top_photo p img{
	width: 68%;
}
.kumo1, .kumo2, .kumo3, .kumo4{
	width: 100%;
}
.kumo1 img{
	position: absolute;
	width: 7.5vw;
	left: 6%;
	top: 3%;
	animation: kumo1 2s linear infinite alternate;
}

.kumo2 img{
	position: absolute;
	width: 9vw;
	left: 18%;
	top: 10%;
	animation: kumo2 2s linear infinite alternate;
}
.kumo3 img{
	position: absolute;
	width: 7.5vw;
	right: 18%;
	top: 23%;
	animation: kumo3 2s linear infinite alternate;
}

.kumo4 img{
	position: absolute;
	width: 9vw;
	right: 10%;
	top: 5%;
	animation: kumo4 2s linear infinite alternate;
}
@keyframes kumo1{
  0%{
  transform: translateY(0);
  }
  100%{
  transform: translateY(15px);
  }
}

@keyframes kumo2{
  0%{
  transform: translateY(15px);
  }
  100%{
  transform: translateY(0px);
  }
}
@keyframes kumo3{
  0%{
  transform: translateY(15px);
  }
  100%{
  transform: translateY(0px);
  }
}
@keyframes kumo4{
  0%{
  transform: translateY(0);
  }
  100%{
  transform: translateY(15px);
  }
}

/*-----------------------------------------コンテナ―*/

#container{
	width: 100%;
	height: auto;
	position: relative;
	background-color: #ffe9ed;
	overflow: hidden;
	padding-top: 30px;
	background-image: url(images/bg_main.png);
}

.bottom{
	background-image: url(images/bottom.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	padding-top: 11%;
	padding-bottom: 20px;
}
#top_title p{
	margin-right: 25px;
	margin-top: -1%;
}

/*-----------------------------------------メイン*/

#main {
	width:1050px;
	text-align: center;
	margin: auto;
	padding-bottom: 80px;
}

article{
	width:100%;
	margin: auto;
	padding: 50px 0;
}

h2 {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

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

#PageTopBtn {
    position: fixed;
    bottom: 0px;
    right: 10px;
	z-index: 9999;
}

#PageTopbtn a{
	display: block;
}

#PageTopBtn a:hover{
	opacity: 1.0;
}
  
#pagetop{
	display: none;
}

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

#footer{
	width: 100%;
	position: relative;
	margin-top: -1px;
}

#footer p{
	background-color: #b6e073;
	padding-top: 5px;
	padding-bottom: 20px;
}
#footer p img{
	width: auto;
}

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

#news {
	overflow: hidden;
	margin-top: 10px;
}

#news .news_details {
	width: 100%;
	background-image: url(images/bg_news.png);
	background-color: #ffd2db;
	padding: 50px 20px 15px 20px;
	margin-top: -45px;
	border-radius: 10px;
}

#news iframe {
	width: 100%;
	height: 350px;
	border-style: none;
	background-color: #fff;
	margin: 0px;
	padding: 10px;
	border-radius: 10px;
}
.overview_box{
	display: flex;
	justify-content: space-between;
}
#overview table{
	width: 55%;
	border-collapse: separate;
	border-spacing: 4px;
}
#overview th{
	background-color: #ffc69f;
	padding: 20px;
	text-align: center;
	border-radius: 8px;
	white-space: nowrap;
	color: #fff;
}
#overview td{
	background-color: rgba(255, 255, 255, 0.7);
	padding: 20px;
	border-radius: 8px;
}
#overview td br{
	display: none;
}
#map{
	width: 43%;
}
#map #googlemap {
	width: 100%;
	height: 100%;
	border: 4px solid #ffc69f;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
}
#map #googlemap iframe{
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
}

#policy p{
	font-family: "Zen Maru Gothic", serif;
	font-weight: 600;
	font-size: 26px;
	line-height: 150%;
	color: #ff7777;
	margin-bottom: 30px;
}
#policy ul{
	list-style: none;
	text-indent: 0;
	padding-left: 0;
	margin: auto;
}
#policy ul li{
	display: inline-block;
	width: 45%;
	margin: 20px;
}
#policy ul li img{
	width: 100%;
	height: 320px;
	object-fit: cover;
	border-radius: 40px;
}
#feature dl{
	text-align: left;
}
#feature dt{
	font-family: "Noto Sans JP", serif;
	font-weight: 500;
	font-size: 23px;
	padding-left: 1em;
	padding-bottom: 5px;
	background: linear-gradient(transparent 70%, #ffea83 70%);
	position: relative;
}
#feature dt:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ffea83;
	position: absolute;
	bottom: -5px;
	left: -0.5em;
}
#feature dd{
	margin-bottom: 30px;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 20px;
	border-radius: 10px;
}
#feature dd p{
	margin: 8px auto;
	text-align: left;
}
#feature dd p:before{
	content: "● ";
	font-size: 10px;
}

#feature dd:last-child{
	margin-bottom: 0;
}
#feature dd figure{
	margin-top: 20px;
	text-align: center;
}
#feature dd figure img{
	width: 40%;
	border-radius: 5px;
}

#extension dl{
	text-align: left;
}
#extension dt{
	margin-bottom: 10px;
	margin-top: 15px;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 5px;
	border-radius: 10px;
}
#extension dd p{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
}
#extension dd p:before{
	content: "●";
	color: #F99;
}
#extension dd{
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#extension a{
	color: #7a6a56;
	font-weight: bold;
}

/*-----------------------------------------園について*/

#daily ul{
	list-style: none;
	text-indent: 0;
	padding-left: 0;
	display: flex;
	justify-content: space-between;
}
#daily ul li{
	width: 48%;
}
#daily ul li p{
	font-family: "Zen Maru Gothic", serif;
	font-weight: 600;
	font-size: 22px;
	padding: 10px;
	color: #fff;
	margin-bottom: 10px;
	border-radius: 5px;
}
#daily ul li.group1 p{
	background-color: #ffce00;
}
#daily ul li.group2 p{
	background-color: #91cced;
}
#daily table{
	width: 100%;
}
#daily th{
	padding: 10px 10px 10px 30px;
	text-align: left;
	border: 3px solid #fff;
	white-space: nowrap;
}
.group1 th{
	background-color: #ffed9f;
}
.group2 th{
	background-color: #bddeef;
}
#daily td{
	padding: 10px;
	width: 75%;
	border: 3px solid #fff;
}
.group1 td{
	background-color: #fff8dc;
}
.group2 td{
	background-color: #e4f1f9;
}

#event ul{
	list-style: none;
	text-indent: 0;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#event ul li{
	width: 32%;
	margin: 10px auto;
	padding: 10px;
	border-radius: 10px;
}
#event ul li:last-child{
	width: 98%;
}
.apr{
	background-color: #ffd2e9;
}
.may{
	background-color: #c5eac5;
}
.jun{
	background-color: #c1f4f3;
}
.jul{
	background-color: #fff7c7;
}
.aug{
	background-color: #bbf2ec;
}
.sep{
	background-color: #cacaef;
}
.oct{
	background-color: #f1d7f7;
}
.nov{
	background-color: #edd7be;
}
.dec{
	background-color: #f9d7d7;
}
.jan{
	background-color: #eef29e;
}
.feb{
	background-color: #ffdbc7;
}
.mar{
	background-color: #ffd4d4;
}
.others{
	background-color: #fff;
}

#event td{
	padding-left: 10px;
}

#activities ul{
	list-style: none;
	text-indent: 0;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#activities ul li{
	width: 100%;
	background-color: #ffccd6;
	background-image: url(images/bg_act.png);
	padding: 15px;
	border-radius: 5px;
	margin: 5px auto;
}
#activities dl{
	text-align: left;
	background-color: #fff;
	padding: 15px;
	border-radius: 5px;
}
#activities dt{
	font-family: "Yomogi", serif;
	font-weight: 600;
	font-size: 20px;
	border-bottom: 2px dotted #ff97ab;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-left: 35px;
	background-image: url(images/list_act.png);
	background-position: left center;
	background-repeat: no-repeat;
}
#price ul{
	list-style: none;
	text-indent: 0;
	padding-left: 0;
	margin-bottom: 20px;
}
#price ul li{
	text-align: left;
	border-bottom: 1px dashed #559ed6;
	padding: 3px;
	margin-bottom: 10px;
}
#price ul li:before{
	content: "●";
	color: #559ed6;
}
#price p{
	text-align: left;
}
#history table{
	width: 100%;
}
.history_box{
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.6);
	border-radius: 5px;
}
#history th{
	padding: 10px;
	font-family: "M PLUS Rounded 1c", serif;
	font-weight: 600;
	border-bottom: 1px dashed #7dc178;
	white-space: nowrap;
}
#history td{
	width: 90%;
	padding: 10px;
	border-bottom: 1px dotted #7dc178;
}

/*------------------------------------------ブログ*/

#blogbox{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	overflow: hidden;
	width: 100%;
}
#blogside{
	float: left;
	width: 23%;
	margin-bottom: 15px;
	padding: 20px;
	background-color: #ffc5d3;
	background-image: url(images/bg_news.png);
	border-radius: 10px;
}
.blog_category img{
	width: 90%;
}
#blogside ul{
	list-style: none;
	text-indent: 0;
	padding-left: 0;
	padding-top: 10px;
	padding-bottom: 15px;
	width: 100%;
	text-align: left;
}
#blogside li{
	padding: 8px;
	margin:8px 0;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 600;
	background-color: #fff;
	border-radius: 8px;
	
}
#blogside li a{
	text-decoration: none;
	color: #7a6a56;
}
#blogside li a:hover{
	opacity: 0.7;
}
#blogmain {
	float: right;
	width: 75%;
	padding-bottom: 20px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin: 0px;
}
#blogtitle{
	font-family: "Yomogi", serif;
	font-weight: 900;
	font-size: 22px;
	padding: 20px 10px 8px 40px;
	margin: 20px 10px 25px 10px;
	position: relative;
	text-align: left;
	background-image: url(images/list_blogtitle.png);
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom: 3px dotted #39b54a;
}
.blogkiji .blogdate {
	text-align: right;
	padding-right: 10px;
	padding-top:10px;
	font-weight: bold;
	font-size: 12px;
}
#blog .blogkiji {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 10px;
	background:#fff;
	border: 4px solid #ffe3eb;
	border-radius: 10px;
}
#blog .blogkiji .bloghonbun {
	text-align: left;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#blog .blogkiji .blog_photo {
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: center;
}
#blog .blogkiji .blog_photo dl {
	width: 32%;
	display: inline-block;
	list-style-type: none;
	margin-bottom: 10px;
	text-align: center;
	vertical-align: top;
	font-size: 13px;
	line-height: 120%;
}
#blog .blogkiji dt img {
	width: 95%;
	border-radius: 10px;
	padding-bottom: 5px;
}
#blog .blog_pdf ul{
	list-style: none;
	text-indent: 0;
	padding-left: 0;
}
#blog .blog_pdf ul li{
	text-align: left;
	margin-left: 5px;
	margin-right: 10px;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 5px;
	background-image: url(images/list_blogpdf.png);
	background-position: left top 13px;
	background-repeat: no-repeat;
	font-size: 14px;
}
#blog .blog_pdf a{
	text-decoration: underline;
	color: #7a6a56;
}
#blog .blog_pdf a:hover{
	opacity: 0.7;
}
#blog .youtube{
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
  position: relative;
  width: 95%;
  padding-top: 56.25%;
}
#blog .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#blog .blogPage{
	margin-top: 0px;
	margin-right: 20px;
	text-align: right;
}
#blog .blogPage ul{
	list-style: none;
	text-indent: 0;
	padding-left: 0;
}
#blog .blogPage ul li{
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
	font-size: 18px;
	vertical-align: top;
}
#blog .blogPage ul li a{
	background-color: #fff;
	padding: 1px 8px;
	text-decoration: none;
	border: 1px solid #ffaec5;
	color: #ffaec5;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: all 300ms linear;
}
#blog .blogPage ul li a:hover{
	background-color: #ffaec5;
	color: #fff;
	opacity: 1;
}
#blog .blogPage ul li .active{
	background-color: #ffaec5;
	color: #fff;
}

/*------------------------------------------職員募集*/

.recruit_top p{
	font-size: 22px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 600;
	line-height: 150%;
	margin-bottom: 30px;
}
.recruit_top{
	margin-bottom: 50px;
}
.recruit_txt{
	text-align: left;
	font-family: "Noto Sans JP", serif;
	font-weight: 500;
	font-size: 16px;
}
.recruit_comment{
	background-color: rgba(255, 255, 255, 0.6);
	border-radius: 20px;
	padding: 20px;
	margin: 30px auto;
	position: relative;
}
.recruit_comment:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 50px;
  border: 15px solid transparent;
  border-top: 20px solid rgba(255, 255, 255, 0.6);
  width: 0;
  height: 0;
}
.recruit_voice{
	text-align: left;
	margin-bottom: 10px;
}
.recruit_staff{
	text-align: right;
}

/*-----------------------------------------お問い合わせ*/

.mf{
	background-color: #fff;
}
.mailform{
	margin-bottom: 50px;
}
.mailform iframe{
	height: 1050px;
	border-radius: 10px;
}


#contactform {
	margin-bottom: 50px;
	background-color: #fff;
}

#contactform dl {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	background-color: #FFFFFF;
	margin-bottom: 30px;
	margin-top: 20px;
}
#contactform dt {
	font-weight: bold;
	font-size: 1.1em;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
}
#contactform dd {
	margin-bottom: 15px;
	border-bottom: 1px dotted #8E5E46;
	padding-bottom: 15px;
}
#contactform dd input[type="text"] {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    text-align: left;
    background-color: #F2ECDF;
    margin-top: 2px;
    margin-bottom: 2px;
    display: inline;
	border: none;
}

#contactform dd textarea {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #F2ECDF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: none;
}

#contactform dd input[type="radio"] {
	margin-right: 3px;
}
#contactform .submit {
	float:left;

}
#contactform .reset {
	float:right;
}
#contactform .soushinbox {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.submit input[type="submit"]  {
    width: 180px; 
    margin-bottom: 5px;
    border: 1px solid #B7B7B7;
    background-color: #A3DFF9;
    padding: 0.4em;
    cursor: pointer;
	display: block;
}

.submit input[type="submit"]:hover{
	opacity: 0.7;
}

.reset input[type="reset"]  {
	width: 180px;
	border: 1px solid #B7B7B7;
	background-color: #E1E1E1;
	padding: 0.4em;
	cursor: pointer;
	display: block;
}

.reset input[type="reset"]:hover{
	opacity: 0.7;
}

.hissu {
    font-weight: normal;
    color: #FFFFFF;
    font-size: 0.6em;
    background-color: #F30;
    padding-top: 1px;
    padding-right: 4px;
    padding-bottom: 1px;
    padding-left: 4px;
	border-radius: 3px;
}

/*------------------------------------------アルバム*/

#albumbox{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	overflow: hidden;
	width: 100%;
}
#albumside{
	float: left;
	width: 23%;
	margin-bottom: 15px;
	padding: 20px;
	background-color: #a3cee5;
	background-image: url(images/bg_news.png);
	border-radius: 10px;
}
.album_category img{
	width: 90%;
}
#albumside ul{
	list-style: none;
	text-indent: 0;
	padding-left: 0;
	padding-top: 10px;
	padding-bottom: 15px;
	width: 100%;
	text-align: left;
}
#albumside li{
	padding: 8px;
	margin:8px 0;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 600;
	background-color: #fff;
	border-radius: 8px;
	
}
#albumside li a{
	text-decoration: none;
	color: #7a6a56;
}
#albumside li a:hover{
	opacity: 0.7;
}
#albummain {
	float: right;
	width: 75%;
	padding-bottom: 20px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin: 0px;
}
#albumtitle{
	font-family: "Yomogi", serif;
	font-weight: 900;
	font-size: 22px;
	padding: 20px 10px 8px 40px;
	margin: 20px 10px 25px 10px;
	position: relative;
	text-align: left;
	background-image: url(images/list_albumtitle.png);
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom: 3px dotted #FC3;
}
.albumkiji .albumdate {
	text-align: right;
	padding-right: 10px;
	padding-top:10px;
	font-weight: bold;
	font-size: 12px;
}
#album .albumkiji {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 10px;
	background:#fff;
	border: 4px solid #c0d6e2;
	border-radius: 10px;
}
#album .albumkiji .albumhonbun {
	text-align: left;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#album .albumkiji .album_photo {
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: center;
}
#album .albumkiji .album_photo dl {
	width: 32%;
	display: inline-block;
	list-style-type: none;
	margin-bottom: 10px;
	text-align: center;
	vertical-align: top;
	font-size: 13px;
	line-height: 120%;
}
#album .albumkiji dt img {
	width: 95%;
	border-radius: 10px;
	padding-bottom: 5px;
}
#album .album_pdf ul{
	list-style: none;
	text-indent: 0;
	padding-left: 0;
}
#album .album_pdf ul li{
	text-align: left;
	margin-left: 5px;
	margin-right: 10px;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 5px;
	background-image: url(images/list_albumpdf.png);
	background-position: left top 13px;
	background-repeat: no-repeat;
	font-size: 14px;
}
#album .album_pdf a{
	text-decoration: underline;
	color: #7a6a56;
}
#album .album_pdf a:hover{
	opacity: 0.7;
}
#album .youtube{
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
  position: relative;
  width: 95%;
  padding-top: 56.25%;
}
#album .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#album .albumPage{
	margin-top: 0px;
	margin-right: 20px;
	text-align: right;
}
#album .albumPage ul{
	list-style: none;
	text-indent: 0;
	padding-left: 0;
}
#album .albumPage ul li{
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
	font-size: 18px;
	vertical-align: top;
}
#album .albumPage ul li a{
	background-color: #fff;
	padding: 1px 8px;
	text-decoration: none;
	border: 1px solid #87bacc;
	color: #87bacc;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: all 300ms linear;
}
#album .albumPage ul li a:hover{
	background-color: #87bacc;
	color: #fff;
	opacity: 1;
}
#album .albumPage ul li .active{
	background-color: #87bacc;
	color: #fff;
}


@media screen and (max-width:1500px){
	
/*-----------------------------------------ヘッダー*/

header h1 img{
	width: 90%;
}

#logo img{
	position: absolute;
	width: 9vw;
	left: 0;
	right: 0;
	top: 12vw;
	margin: auto;
	z-index: 999;
}
#logo2 img{
	position: absolute;
	width: 9vw;
	left: 0;
	right: 0;
	top: 12vw;
	margin: auto;
	z-index: 999;
}

/*-----------------------------------------ナビ*/

nav{
	width: 70%;
}

nav ul li img{
	width: 100%;
}

.mail img{
	width: 14vw;
}
.album img{
	width: 10%;
	left: 4%;
	top: 5%;
}

/*-----------------------------------------トップフォト*/

#top_photo p img{
	width: 80%;
}
.kumo1 img{
	left: 4%;
}

.kumo2 img{
	left: 15%;
}
.kumo3 img{
	right: 13%;
}

.kumo4 img{
	right: 6%;
}

/*-----------------------------------------コンテナ―*/

.bottom p img{
	width: 30%;
}
#top_title img{
	width: 27vw;
}

/*-----------------------------------------メイン*/

#main{
	width: 100%;
}

article{
	width: 80%;
}


}

@media screen and (max-width:1100px){
	
/*-----------------------------------------システムメイン*/

#system_main{
	width: 1100px;
}

#logo img{
	width: 100px;
	top: 130px;
}

#top_title img{
	width: 320px;
}
#logo2 img{
	width: 100px;
	top: 130px;
}


}

@media screen and (max-width:768px){
	
/*-----------------------------------------システムメイン*/

#system_main{
	width: 100%;
	height: auto;
	background-size: 30%, 30%;
}	
	
/*-----------------------------------------ヘッダー*/

header{
	background-position: left 20px bottom 5px, right 20% bottom 5px, left bottom;
	background-size: 20%, 20%, 400px;
}
header h1{
	position: static;
	padding-top: 10px;
	margin-bottom: 30px;
	width: 100%;
}
header h1 img{
	width: 35%;
}

#logo img, #logo2 img{
	width: 15vw;
	top: 32vw;
}


/*-----------------------------------------ナビ*/

nav{
	width: 95%;
}

nav ul{
	width: 100%;
	padding-bottom: 18%;
}
nav ul li.title{
	display: none;
}

nav ul li{
	margin-top: 0;
	width: 25%;
	border-left: 2px dotted;
}

nav ul li:nth-child(3){
	border-right: none;
}

.mail img{
	width: 25vw;
}
.album img{
	width: 20vw;
	left: 8%;
	top: 2%;
}

/*-----------------------------------------トップフォト*/

#top_photo p img{
	width: 98%;
}
.kumo1 img{
	left: 2%;
	top: 0;
}

.kumo2 img{
	left: 11%;
	top: 5%;
}
.kumo3 img{
	right: 8%;
	top: 17%;
}

.kumo4 img{
	right: 2%;
	top: 0;
}

/*-----------------------------------------コンテナ―*/

#container{
	padding-top: 15px;
}
.bottom{
	background-image: url(images/bottom_resp.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	padding-top: 200px;
	padding-bottom: 0px;
}
.bottom p img{
	width: 50%;
}

/*-----------------------------------------メイン*/	

#main{
	padding-top: 0;
	padding-bottom: 80px;
}
article{
	width: 90%;
	padding: 30px 0;
}
h2 img{
	width: 70%;
}

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

#ptb_slide{
	display: none;
}

#pt_resp #pagetop{
	position: absolute;
	bottom: 130px;
	right: 5px;
}

#pagetop{
	display: block;
	text-align: right;
}

#pagetop img{
	width: 95px;
}

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

#footer p{
	padding-top: 10px;
}

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

#news p img{
	width: 60%;
}

.overview_box{
	flex-wrap: wrap;
}
#overview table{
	width: 100%;
	margin-bottom: 30px;
}
#map{
	width: 100%;
	height: 320px;
}
#policy p{
	font-size: 22px;
}
#policy ul li{
	width: 48%;
	margin: auto;
}
#policy ul li img{
	width: 90%;
	height: 40vw;
}
#feature dd figure img{
	width: 50vw;
}

/*-----------------------------------------園について*/

#daily th{
	padding: 10px 10px 10px 15px;
}
#event ul li{
	width: 48%;
}
#event ul li.others td br{
	display: none;
}

/*-----------------------------------------ブログ*/

#blog{
	padding-top: 10px;
}
#blogbox{
	float: none;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#blogside{
	float: none;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	margin-top: 30px;
	padding-top: 10px;
}
.blog_category img{
	width: auto;
}
#blogtitle{
	margin-top: 10px;
}
#blogmain{
	float: none;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding: 0px;
}
#blog .blogkiji .blog_photo dl{
	width: 48%;
}
#blog .blogkiji dt img {
	width: 95%;
}

/*-----------------------------------------お問い合わせ*/

#contactform dl {
		width: auto;
	}
#contactform dd input[type="text"] {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	text-align: left;
	background-color: #F0EDE6;
}

#contactform dd textarea {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #F0EDE6;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

/*-----------------------------------------アルバム*/

#album{
	padding-top: 10px;
}
#albumbox{
	float: none;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#albumside{
	float: none;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	margin-top: 30px;
	padding-top: 10px;
}
.album_category img{
	width: auto;
}

#albumtitle{
	margin-top: 10px;
}

#albummain{
	float: none;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding: 0px;
}
#album .albumkiji .album_photo dl{
	width: 48%;
}
#album .albumkiji dt img {
	width: 95%;
}


}


@media screen and (max-width:480px){
	
/*-----------------------------------------システムメイン*/

#system_main{
	background-size: 35%, 35%;
}	
	
/*-----------------------------------------ヘッダー*/

header{
	background-position: left 20px bottom 5px, right 20px bottom 5px, left bottom;
	background-size: 23%, 23%, 400px;
}
header h1{
	padding-top: 5px;
	margin-bottom: 15vw;
}

header h1 img{
	width: 55%;
}

#logo img, #logo2 img{
	width: 15vw;
	top: 25vw;
	bottom: auto;
}
/*-----------------------------------------ナビ*/

nav{
	width: 100%;
	padding-bottom: 13%;
	padding-top: 3%;
}
nav ul{
	flex-wrap: wrap;
}
nav ul li{
	width: 31%;
	margin: 3px;
	border-left: none;
}
nav ul li:last-child{
	border-right: none;
}
nav ul li a{
	display: block;
	background-color: #fff;
	border: 2px solid #F99;
	border-radius: 10px;
}
nav ul li img{
	width: 90%;
}

.slide-top:hover {
	-webkit-animation: none;
	        animation: none;
			transition: 0.5s;
	opacity: 0.7;
}
.mail img{
	width: 43vw;
	left: auto;
	right: 15%;
	margin: auto;
	bottom: 0;
}
.album img{
	width: 32vw;
	left: 1%;
	top: 21%;
}

/*-----------------------------------------トップフォト*/

#top_photo p img{
	height: 56vw;
}

/*-----------------------------------------コンテナ―*/

.bottom{
	padding-top: 130px;
}
.bottom p img{
	width: 70%;
}
#top_title p{
	margin-right: auto;
	padding-top: 20px;
}
#top_title img{
	width: 85%;
}

/*-----------------------------------------メイン*/

article{
	padding: 30px 0px;
}

h2 img{
	width: 100%;
}

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

#pt_resp #pagetop{
	bottom: 80px;
}
#pagetop img{
	width: 80px;
}

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

#news{
	padding-top: 15px;
}
.news_box{
	padding: 20px 15px 15px 15px;
	margin-top: -20px;
}

#news p img{
	width: 90%;
}

#overview th{
	display: block;
}
#overview td{
	display: block;
	margin-bottom: 5px;
}
#overview td br{
	display: block;
}
#policy ul li{
	width: 100%;
	margin: 10px auto;
}
#policy ul li img{
	height: 53vw;
}
#feature dt{
	font-size: 21px;
}
#feature dd figure img{
	width: 95%;
}
#extension dt img{
	width: 100%;
}
#extension dt.e03 img, #extension dt.e04 img{
	width: 130%;
}

#link p img{
	width: 95%;
}

/*-----------------------------------------園について*/

#daily ul{
	flex-wrap: wrap;
}

#daily ul li{
	width: 100%;
}
#daily ul li:first-child{
	margin-bottom: 30px;
}
#event ul li{
	width: 100%;
}
.others th{
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
.others td{
	display: block;
}
.history_box{
	padding: 10px;
}
#history th{
	display: block;
	border-bottom: none;
	padding-bottom: 0;
}
#history td{
	display: block;
	width: 100%;
}

/*-----------------------------------------ブログ*/
#blog #blogtitle{
	font-size: 17px;
	padding-bottom: 5px;
	margin-top: 5px;
}
#blog .blogkiji .blog_photo dl {
	display: inline-block;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
}
#blog .blogkiji dt img {
	width: 90%;
}

/*-----------------------------------------	職員募集*/

.recruit_top p{
	font-size: 18px;
}

/*-----------------------------------------お問い合わせ*/

.mailform iframe{
	height: 1070px;
}

#contactform .soushinbox {
    width: 90%;
	margin: auto;
}
.submit{
	width: 48%;
}
.reset{
	width: 48%;
}
.submit input[type="submit"]  {
    width: 100%; 
}
.reset input[type="reset"]  {
    width: 100%; 
}

/*-----------------------------------------アルバム*/

#album #albumtitle{
	font-size: 17px;
	padding-bottom: 5px;
	margin-top: 5px;
}
#album .albumkiji .album_photo dl {
	display: inline-block;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
}
#album .albumkiji dt img {
	width: 90%;
}

}
	