@charset "UTF-8";
@import url("grid.css");

body {
    border: 2px solid #8e6465;
}

img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
    display:block;
    color: #1177Ee;
    text-decoration-line: none;
}
a:hover { 
    color: #5ac0c6;
}
a img:hover {
	opacity: 0.8;
}
/*.underline {
	border-bottom: 3px solid #19a27d;
	padding-bottom: 0.5rem;
}*/

/*body.toppage li {
    margin-bottom: 0;
}*/

/*ヘッダー
-------------------------------------*/
/*.head {
	display: flex;
    flex-direction: row;
    padding: 0;
}

.head h1 { 
    padding: 0;
	width: 100%;
}
.head h1 a {
	display: inline;
}
.head h1 span {
	font-size:3rem;
}*/


/*nav ul {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
	margin-bottom: 1rem;
}
nav li {
    display: block;
    flex: 1 0 auto;
}
nav li a {
    text-decoration: none;
    text-align: center;
}
nav a:hover {
    background-color: #f7f7f7;    
}
nav a {
    padding: 1rem;
}*/

/*@media screen and (min-width: 1024px){
 PC時はMENUボタンを非表示 
#open, #close {
    display: none !important;
}

#navi {
    display: block !important;
}
}*/

/*@media screen and (max-width: 768px){
.head {
	flex-direction: column;
    text-align: left;
}
.header_bar {
	height: 30px;
	background-size: contain;
}
.head #open,#close  {
    position: absolute;
    top: 28px;
    right: 12px;
    }
nav ul {
	flex-direction: column;
}

nav li {
	padding-top: 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0;
}
 スマホ時はMENUボタンを表示 
#open,#close  {
    display: block;
    width: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
 スマホ時はメニューを非表示 
#navi {
    display: none;
}
}*/

/*@media screen and (max-width: 520px){
.head h1 {
	line-height: 1.6rem;
}
.head h1 a {
	display:block;
	font-size:2.5rem;
}
.head h1 span {
	font-size:2rem;
}
.header_bar {
	height: 20px;
}
}*/

/*メイン画像
-------------------------------------*/
.mainimg img {
    width: 100vw;
    vertical-align: top;
}

/*メインコンテンツ
-------------------------------------*/
main {
    margin: 0;
}

/*タイトル
-------------------------------------*/
div.title {
	width: 100%;
        margin: 0 0 0 0;
        text-align: center;
        border: 1px solid rgba(255,255,255,1.0);
        border-bottom: none;
        letter-spacing: 0.7em;
	color: #22a27d;
	background-image: url(../img/title_bg_g.png);
	background-repeat: repeat;
        background-size: contain;
        height: 2em;
}
div.title div {
	display: table-cell;
	width: 56px;
}
div.title p {
        color: #fff;
	display: table-cell;
}
div.title img {
	/*margin-right: 10px;*/
	vertical-align: middle;
}
@media screen and (max-width: 520px){
div.title {
	height: 34px;
	padding-left: 5px;
	font-size: 1.7rem;
	line-height: 2rem;
    background-size: contain;
}
div.title p {
	vertical-align: middle;
}
div.title img {
	margin-right: 6px;
}
}

/*リスト
-------------------------------------*/
.list01 {
    list-style-type: decimal;
    list-style-position: outside;
}
.list01 li {
}


.list01 li {
    padding-left: 12.5vw;
    padding-right: 7vw;
    padding-top: 0.6rem;
    padding-bottom: 0.2rem;
    
    margin-bottom: 0;
    letter-spacing: 0.1rem;
    list-style: none;
    text-indent: -5.5vw;
}
@media screen and (max-width: 520px){
    .list01 li {
        padding-top: 0.2rem;
    }
}

.news .list01 li {
    border-bottom: 2px solid #c5adb1;
}
.news .list01 li.firstchild {
    border-top: 2px solid #c5adb1;
}
.annai .list01 li {
    border-bottom: 2px solid #59DD4E;
}
.annai .list01 li.firstchild {
    border-top: 2px solid #59DD4E;
}

.list01 div.sub_text {
    padding-top: 0.4rem;
    padding-bottom: 0.2rem;
}

@media screen and (min-width: 1200px) {
    .list01 li {
        padding-left: 150px!important;
        text-indent: -66px!important;
        padding-right: 84px!important;
/*        padding-left: 84px;
        padding-right: 84px;*/
    }
}


.annai ul.list01 .sub_text {
    padding-left: 10vw;
    border-bottom: 2px solid #59dd4e;
}
.annai ul.list01 {
    border-left: 1px solid #59dd4e;
    border-right: 1px solid #59dd4e;
}
@media screen and (max-width: 520px){
    ul.list01 .sub_text {
        margin-left: 0;
        margin-bottom: 0rem;
        padding-left: 5rem;
    }
}

div.list01 {
    padding: 0 3rem;
}



@media screen and (max-width: 520px) {
    div.list01 {
        padding: 0 1rem;
    }

    ul.list01 li {
        line-height: 2rem;
        padding-left: 6.4rem;
        text-indent: -3.4rem;
    }

    div#about ul.list01 li {
        padding-left: 3.4rem;
    }

    ul.list01 div {
        line-height: 2rem;
        margin-bottom: 2rem;
    }
    
    .annai ul.list01 .sub_text {
        padding-left: 6.5rem;
        text-indent: -1.7rem;
    }
}



ul.top_info {
    background-color: #ffffdf;
    margin-left: 0!important;
}
ul.top_info li {
    /*margin-left: 3rem!important;*/
    list-style: none;
    /*border: 2px solid #ddd;*/
}
@media screen and (max-width: 520px){
ul.top_info li {
    /*margin-left: 1rem!important;*/
}
}



.list02 {
	list-style-type: disc;
	list-style-position: outside;
}

/*エリア
-------------------------------------*/



ul.top_menu {
    background-color: #dbf2aa;
    margin-bottom: 0!important;
    margin-left: 0!important;
    padding: 7vw!important;
    
    margin-bottom: -1px!important;
    background-image: url(../img/wood_top.jpg),url(../img/wood_bottom.jpg),url(../img/wood_right.jpg),url(../img/wood_left.jpg);
    background-position: top, bottom, right, left;
    background-size: 100% 5vw, 100% 5vw, 5.4% 100%, 5.4% 100%;
}
@media screen and (min-width: 1200px) {
    ul.top_menu {
        background-size: 100% 60px, 100% 60px, 5.4% 100%, 5.4% 100%;
    }
}


ul.top_menu li {
    margin-left: 7rem;
    line-height: 2.5rem!important;
/*    margin-bottom: 2rem;*/
margin-bottom: 0.5rem;
}
@media screen and (max-width: 520px) {
ul.top_menu li {
    margin-left: 3.5rem!important;
    line-height: 2rem!important;
}
}

ul.top_menu p {
    color: #8e6465;
    font-weight: bold;
    text-align: left;
    margin-bottom: 2rem;
    letter-spacing: 0.15em;
}







/*テーブル
-------------------------------------*/
.table01 {
	width: 96%;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: #cccccc;
	margin: 50px auto;
}
.table01_td1 {
	width: 34%;
	padding: 15px 0px;
	text-align: center;
	border-style: solid;
	border-width: 1px 0 0 1px;
	border-color: #cccccc;
	margin: 50px auto;
	background-color: #19a27d;
	color: #ffffff;

}
.table01_td2 {
	width: 11%;
	padding: 15px 0px;
	text-align: center;
	border-style: solid;
	border-width: 1px 0 0 1px;
	border-color: #cccccc;
}


/*ABOUT
-------------------------------------*/
#about {
	/*margin-bottom: 4rem;*/
	/*border-bottom: dashed 1px #999999;*/
	font-size: 3rem;
}
.about01 {
	font-size: 2.2rem;
}
.about01 ul.area_l {
	font-size: 2.2rem;
}
.about01 ul.area_m {
	font-size: 2.2rem;
}
.about01 ul.area_m span {
	font-weight: bold;
}
@media screen and (max-width: 520px){
#about {
	/*margin-bottom: 4rem;*/
	/*border-bottom: dashed 1px #999999;*/
	font-size: 1.6rem;
}
.about01 {
	font-size: 1.6rem;
}
.about01 ul.area_l {
	font-size: 1.4rem;
}
.about01 ul.area_m {
	font-size: 1.4rem;
}
}

.head_blue {
    background-color: #6666ff;
    color: #fff;
    padding: 4px 0 2px 5px;
    border-radius: 8px;
}
/*ANNAI
-------------------------------------*/
.annai .title {
    font-size: 3vw;
}
.annai li, 
.annai .sub_text {
    font-size: 3vw;
}
@media screen and (min-width: 1200px) {
.annai li, 
.annai .sub_text {
    font-size: 36px;
}
.annai .sub_text {
    padding-left: 120px!important;
}
}

.annai .list01 {
    margin-bottom: 0.5rem;
}
@media screen and (max-width: 520px){
    .annai {
            font-size: 1.6rem;
    }
    .annai li, 
    .list01 div.sub_text {
	font-size: medium;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        letter-spacing: 0.1rem;
    }
}
p.annai_img {
    text-align: right;
    margin-bottom: 0rem;
    margin-right: 1rem;
}
p.annai_img img {
    width: 50%;
}
@media screen and (max-width: 520px){
p.annai_img img {
    width: 220px;
}
}
/*NEWS
-------------------------------------*/
.news {
	/*font-size: 3rem;*/
        font-size: 3vw;
}
@media screen and (min-width: 1200px) {
.news {
        font-size: 3.5rem;
}
.annai .title {
        font-size: 3.5rem;
}
}
@media screen and (max-width: 600px) {
/*.news {
        font-size: 1.8rem;
}
.news li {
    padding-left: 12vw;
    text-indent: -5.6vw;
}*/
}

.news .list01 {
    margin-bottom: 0.5rem;
    margin-left: 0!important;
    background-color: #ffeaff;
}
@media screen and (max-width: 520px){
    .news {
            font-size: 1.6rem;
    }
}

/* 掲示板 */
p.board_img {
    text-align: center;
    margin-bottom: 0vw;
    margin-top: 6vw;
}
p.board_img img {
    width: 50%;
}
@media screen and (min-width: 1200px) {
    p.board_img {
        margin-bottom: 0px;
        margin-top: 78px;
    }
}
@media screen and (max-width: 520px){
    p.board_img img {
        width: 200px;
    }
}

p.annai_img {
    margin-bottom: 0vw;
    margin-top: 4vw
}
@media screen and (min-width: 1200px) {
    p.annai_img {
        margin-bottom: 12px;
        margin-top: 24px;
    }
}

/*フッター
-------------------------------------*/
footer {
    background-color: #f7f7f7;
    padding: 5rem 0;
}
footer h5 {
    border-bottom: 3px solid #ccc;
}

/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem 0;
    background-color: #fff;
}
.copyright a {
    color: #000;
    text-decoration: none;
	display: inline-block;
}
@media screen and (max-width: 520px){
.copyright {
	padding-bottom: 80px;
}
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 10px;
    right: 85px;
    background-color: rgba(25, 162, 125, 0.9);
    width: 70px;
    height: 70px;
    padding-top: 8px;
    text-align: center;
    vertical-align: middle;
    line-height: 1.4;
    border-top: 1px solid #997374;
    border-bottom: 1px solid #997374;
}
#pagetop a {
    /*display: block;*/
    /*background: #000;*/
    color: #fff;
/*    width: 50px;
    padding: 10px 9px;
    text-align: center;*/
}
#pagetop a:hover {
    background: #666;
}
@media screen and (max-width: 520px){
/* スマホ時はMENUボタンを非表示 */
#pagetop {
    display: none !important;
}
}


#pagetop2 {
    position: fixed;
    bottom: 10px;
    right: 15px;
    background-color: rgba(25, 162, 125, 0.9);
    width: 70px;
    height: 70px;
    padding-top: 8px;
    text-align: center;
    vertical-align: middle;
    line-height: 1.4;
    border: 1px solid #997374;
}
#pagetop2 a {
/*    display: block;
    background: #000;*/
    color: #fff;
/*    width: 50px;
    padding: 10px 9px;
    text-align: center;*/
}
#pagetop2 a:hover {
    background: #666;
}
@media screen and (max-width: 520px){
/* スマホ時はMENUボタンを非表示 */
#pagetop2 {
    display: none !important;
}
}

#pagetop3 {
    position: fixed;
    bottom: 10px;
    right: 155px;
    background-color: rgba(25, 162, 125, 0.9);
    width: 70px;
    height: 70px;
    padding-top: 8px;
    text-align: center;
    vertical-align: middle;
    line-height: 1.4;
    border: 1px solid #997374;
}
#pagetop3 a {
    /*display: block;*/
    /*background: #000;*/

    color: #fff;
/*    width: 75px;
    padding: 10px 9px;*/

}
#pagetop3 a:hover {
    background: #666;
}
@media screen and (max-width: 520px){
/* スマホ時はMENUボタンを非表示 */
#pagetop3 {
    display: none !important;
}
}
a.pcmenu {
    color: #fff;
}

/*パンくずリスト
-----------------------------------*/
.breadcrumb {
    margin: 0 0 1em 0;
    padding: 0;	
}
.breadcrumb li {
    list-style-type: none;
}
.breadcrumb li a {
    display: inline-block;
    color: #959fa5;
}

/*スマホ用下部メニュー
-----------------------------------*/
.for-sp{
	display: none;
}

@media screen and (max-width: 520px){
.for-sp {
	display: inline;
}
#sp-fixed-menu{
	position: fixed;
	width: 100%;
	bottom: 0px;
	font-size: 0;
	opacity: 0.9;
	z-index: 99;
}

#sp-fixed-menu ul{
	display: table;
	list-style: none;
	padding:0;
	margin:0;
	width:100%;
}

#sp-fixed-menu li{
	display: table-cell;
	vertical-align: middle;
	width: 20%;
	height: 80px;
	padding:0;
	margin:0;
	font-size: 14px;
	border-right: 1px solid #8e6465;
	border-bottom: 1px solid #8e6465;
	border-top: 1px solid #8e6465;
	background-color: #19a27d;
}

/*ボタンを調整*/
#sp-fixed-menu li a{
	color: #ffffff;
	text-align: center;
	display:block;
	width: 100%;
}
}

.nursery li,
.nursery ul {
    list-style: none!important;
}

.nursery .list01 li {
    padding-left: 2em;
    text-indent: -2em;
}
.nursery .list01 li.second {
    padding-left: 1em;
    text-indent: -1em;
}
.nursery .list02 li {
    padding-left: 1em;
    text-indent: -1em;
}
.nursery .about01 div {
    padding-left: 1em;
    text-indent: -1em;
}
.nursery ul.list00 li {
    padding-left: 1em;
    text-indent: -1em;
}
.nursery .noindent {
    text-indent: 0!important;
    padding-left: 0!important;
}

.nursery ul.list00 {
    margin-bottom: 0!important;
}
.nursery ul.list00 ul.list02 {
    margin-left: 1.7rem!important;
    margin-bottom: 0!important;
}

@media screen and (max-width: 520px) {
.nursery ul.list00 li {
    font-size: 1.6rem;
}
}
.nursery ul.list00 li span {
    font-weight: normal;
}

@media screen and (max-width: 520px) {
.nursery .about01 .list02 li {
    font-size: 1.6rem;
}
}

/*.nursery .list02 li:before{
    content:"・";
}*/
.nursery .list02 li.mark01:before{
    content:"①";
}
.nursery .list02 li.mark02:before{
    content:"②";
}
.nursery .list02 li.mark03:before{
    content:"③";
}
.nursery .list02 li.mark04:before{
    content:"④";
}
.nursery .list02 li.mark05:before{
    content:"⑤";
}
.nursery .about01 div.mark01r:before{
    content:"（１）";
}
.nursery .list02 li.mark02r:before{
    content:"（２）";
}
.nursery .list02 li.mark03r:before{
    content:"（３）";
}
.nursery .list02 li.mark04r:before{
    content:"（４）";
}
.nursery .list02 li.mark05r:before{
    content:"（５）";
}
.nursery .list02 li.mark_space:before{
    content:"　";
}
.nursery .list02 li.mark_dot:before{
    content:"・";
}

.nursery .head_blue {
    margin-bottom: 10px;
}
.nursery ul {
    margin-bottom: 0!important;
}
.nursery .about01 {
    padding-bottom: 2rem;
}

.nursery  ul.top_menu li {
    margin-left: 2.5rem!important;
}
.nursery  ul.top_menu li.second {
    margin-left: 5.5rem!important;
}
@media screen and (max-width: 800px) {
.nursery  ul.top_menu li {
    margin-bottom: 0.5rem;
    font-size: 20px;
}
.nursery  ul.top_menu li.second {
    margin-left: 4.5rem!important;
}
}

@media screen and (max-width: 520px) {
.nursery  ul.top_menu li {
    margin-left: 1.5rem!important;
    font-size: 1.6rem;
}
.nursery  ul.top_menu li.second {
    margin-left: 3rem!important;
}
}

@media screen and (max-width: 520px) {
.nursery ul.area_m {
    padding-left: 2rem;
}
}

.nursery .about01 {
    font-size: 2.2rem;
}
@media screen and (max-width: 520px) {
.nursery .about01 {
    font-size: 1.6rem;
}
}

span.red {
    color: red;
    font-weight: normal!important;
}

.nursery a {
    display: inline!important;
}
.nursery .about01 a {
    text-decoration: underline!important;
}

#sp-fixed-menu a {
    display: block!important;
}

.head_image {
    height: 2.8vw;
    min-height: 15px;
    max-height: 32px;
    margin-top: 0.8rem;
}
/*@media screen and (max-width: 520px) {
    .head_image {
        margin-top: 0.8rem;
    }
}*/

.top_info img {
    position: relative;
    display: inline;
    float: none;
    margin-top: -5px;
    margin-right: 0;
    top: 0.7vw;
    left: 1vw;
    width: 4vw;
    min-width: 20px;
    max-width: 48px;
}
@media screen and (max-width: 520px) {
    .top_info img {
        top: 5px;
        left: 5px;
    }
}

span.line {
    color: #00cc00;
    font-weight: normal!important;
}
span.blue {
    color: #000fff;
    font-weight: normal!important;
}
span.green {
    color: #009900;
    font-weight: normal!important;
}

.subtext {
    font-size: 2.6vw;
    line-height: 1.4;
    text-indent: 0em;
    margin-bottom: 0;
}
@media screen and (max-width: 520px) {
    .subtext {
        font-size: 1.4rem;
    }
}
@media screen and (min-width: 1200px) {
    .subtext {
        font-size: 3rem;
    }
}