@charset "UTF-8";
/* CSS Document */

/* reset部
====================================================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
ul, ol,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  word-wrap: break-word;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

ul, ol {
  list-style-type: none;
}

/* キッズページ汎用・共通
====================================================================*/
html {
	height: auto !important;
}

body.kids {
	background: #66cc33;
}

.contents,
.kids_main_visual {
  width: 960px;
  margin: 0 auto;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.ClearBoth {
  clear: both;
}

a {
 color: #0000ff;
}

a:visited {
 color: #800080;
}

/* header部 */

.kids_header {
  background: url("../c_img/kids/header_sub_loop.jpg") repeat-x center top scroll;
}

.kids_main_visual img {
  vertical-align: baseline;
}

.kids #spmenu.kids_nav {
  background: linear-gradient(transparent 0%, transparent calc(100% - 3em), #007f00 3em, #007f00 0%);
  padding-bottom: 1.5em;
  position: static;
  width: auto;
}

.kids_nav p {
  display: none;
}

.kids_nav_ul {
  display: -ms-flexbox;
  display: flex;
}

.kids_nav_li {
  width: calc(100% / 7);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.kids_nav_li span{
  width: 100%;
  display: block;
  font-size: 70%;
  padding-bottom: .5em;
}

.kids_nav_li a,
.kids_nav_li a:hover,
.kids_nav_li a:visited {
	color: #fff;
	text-decoration: none;
	text-align: center;
}

/* コンテンツ部 */

.kids_main {
  border-radius: 10px;
  overflow: hidden;
  margin: -1em auto 1em;
  background-color: #ffffeb;
}

.kids_breadcrumbs {
 background-color: #ffffb0;
 padding: .7em 1.5em;
  font-size: 75%;
  box-shadow: 0px 7px 6px 0px rgba(0,0,0,0.1);
}

.kids_inner {
  width: 880px;
  max-width: calc( 100% - 2em);
  margin: 0 auto;
}

.kids_cont_box h1,
.kids_h1 {
  min-height: 80px;
  padding: 1.2em 0;
  color: #336600;
  font-size: 160%;
  font-weight: bold;
}

/* キッズh1分類設定 */
.kids_01 .kids_cont_box h1,
.kids_01 .kids_h1 {
  background: url("../c_img/kids/menu1.png") no-repeat left 50%;
  background-size: 80px auto;
  padding-left: 100px;
}
.kids_02 .kids_cont_box h1,
.kids_02 .kids_h1 {
  background: url("../c_img/kids/menu2.png") no-repeat left 50%;
  background-size: 80px auto;
  padding-left: 100px;
}
.kids_03 .kids_cont_box h1,
.kids_03 .kids_h1 {
  background: url("../c_img/kids/menu3.png") no-repeat left 50%;
  padding-left: 100px;
  background-size: 80px auto;
}
.kids_04 .kids_cont_box h1,
.kids_04 .kids_h1 {
  background: url("../c_img/kids/menu4.png") no-repeat left 50%;
  padding-left: 100px;
  background-size: 80px auto;
}
.kids_05 .kids_cont_box h1,
.kids_05 .kids_h1 {
  background: url("../c_img/kids/menu5.png") no-repeat left 50%;
  padding-left: 100px;
  background-size: 80px auto;
}
.kids_06 .kids_cont_box h1,
.kids_06 .kids_h1 {
  background: url("../c_img/kids/menu6.png") no-repeat left 50%;
  padding-left: 100px;
  background-size: 80px auto;
}
.kids_07 .kids_cont_box h1,
.kids_07 .kids_h1 {
  background: url("../c_img/kids/menu7.png") no-repeat left 50%;
  padding-left: 100px;
  background-size: 80px auto;
}

.kids_cont_box h2,
.kids_h2 {
  background: url("../c_img/kids/h2_mark.png") no-repeat left 50%;
  background-size: 49px 49px;
  margin: 0 0 1em;
  font-size: 140%;
  display: -ms-flexbox;
  display: flex;
}

.kids_cont_box h2 span,
.kids_h2 span {
  display: inline-block;
  margin-left: 60px;
  color: #fff;
  background: url("../c_img/kids/h2_stripe.jpg") repeat left top;
  border-radius: 5px;
  min-height: 49px;
  padding: .3em 1em;
  width: calc( 100% - 61px );
  position: relative;
}

.kids_cont_box h2 span:after,
.kids_h2 span:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(104, 159, 56, 0);
	border-right-color: #689F38;
	border-width: 10px;
	margin-top: -10px;
}

.kids_cont_box h3,
.kids_h3,
.kids_menu_box ul li,
.kids_menu_ul li {
  min-height: 33px;
  background: url("../c_img/kids/h3_mark.png") no-repeat left center;
  border-bottom: dotted 2px #ffcc02;
  padding-left: 30px;
  font-size: 125%;
  font-weight: bold;
  margin-bottom: 1em;
}

.kids_cont_box h3,
.kids_h3,
.kids_cont_box h4,
.kids_h4 {
  display: -ms-flexbox;
  display: flex;
}


.kids_cont_box h4,
.kids_h4 {
  background: url("../c_img/kids/h4_mark.png") no-repeat left center;
  padding-left: 15px;
  font-size: 110%;
  margin-bottom: 1em;
  font-weight: bold;
}

.kids_h4_wrap {
  margin-left: 1em;
}

.kids_cont_box {
  position: relative;
}

.kids_cont_box a {
  text-decoration: underline;
}

.kids_cont_box strong {
  font-weight: bold;
}

.kids_cont_box em {
  color: #c00;
}

.kids_cont_box p,
.kids_cont_box ul,
.kids_cont_box dl {
  margin-bottom: 1em;
}

.kids_cont_box ol {
  margin-bottom: 1em;
  margin-left: 1.3em;
  list-style-type: decimal;
}

.kids_cont_box ul li {
  background: url(../c_img/icon_ul_dot.png)no-repeat 0 0.4em;
  padding-left: 16px;
}

.kids_cont_box dt {
  font-weight: bold;
}

.kids_cont_box dd {
  margin-left: 1em;
}

.kids_cont_txt {
  float: left;
  width: 575px;
  margin-left: 1em;
  font-size: 90%;
}

.kids_cont_txt p {
  padding-bottom: 1em;
  font-size: 110%;
}

.kids_cont_img,
.imgtype1_r {
  float: right;
  width: 240px;
  overflow: hidden;
  margin-left: .5em;
}

.imgtype1_l {
  float: left;
  width: 240px;
  overflow: hidden;
  margin-right: .5em;
}

.kids_cont_img a {
  display: inline-block;
  padding-bottom: 1em;
}

.imgtype1_l img,
.imgtype1_r img,
.img2 img,
.kids_cont_img img {
  height: auto;
  width: 240px;
  object-fit: contain;
  object-position: center center;
}

.imgarea1 {
  margin-bottom: 1em;
}

.imgtype2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap : wrap;
  flex-wrap: wrap;
  margin-top: 1em;
}

.img2 {
  width: 240px;
  text-align: center;
  margin: 0 .8em .5em;
}

.img1 .caption,
.kids_cont_img_txt {
  color: #000;
  text-decoration: none;
  padding-left: 1em;
  display: inline-block;
  font-size: 85%;
}

.img2 .caption {
  color: #000;
  text-decoration: none;
  padding-left: 1em;
  display: block;
  font-size: 85%;
  text-align: left;
}

.kids_cont_img_icon {
  color: #336600;
  margin-left: -1em;
}

.kids_cont_img_none {
  position: absolute;
    right: 0;
    bottom: 1em;
}

.kids_inner .imgLeftS .txtBox,
.kids_inner .imgRightS .txtBox {
  width: 630px;
}

.kids_inner .imgRightM .txtBox,
.kids_inner .imgLeftM .txtBox{
  width: 510px;
}


/* table設定 */

.kids_cont_box table {
  clear: both;
  border: 1px solid #2b5500;
  border-collapse: collapse;
  margin: .5em 0;

}

.kids_cont_box table caption {
  font-weight: bold;
  text-align: left;
  background: url("../c_img/kids/table_mark.png") no-repeat left center;
  padding-left: 15px;
}

.kids_cont_box th {
  text-align: left;
  border: 1px solid #2b5500;
  padding: .5em;
  text-align: left;
  font-weight: bold;
  background-color: #d5ffaa;
}

.kids_cont_box td {
  text-align: left;
  border: 1px solid #2b5500;
  padding: .5em;
  text-align: left;
}


#related,
.kids_add {
  border: 1px solid #66cc33;
  border-radius: 5px;
  padding: 1.5em;
  margin-bottom: 1em;
}

#related h2,
.kids_add_h2 {
  color: #336600;
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 1em;

}

/* クイズ */
.kids_quiz {
  margin-bottom: 1em;
}

/* 添付ファイル */
.getpdf {
  background: #f6f6f6;
  padding: 1em 20px;
  font-size: 88%;
  margin-bottom: 20px;
}

.getpdf a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap : wrap;
  flex-wrap: wrap;
}

.getpdf a img {
  margin-right: 10px;
}

.getpdf a br {
  display: none;
}

/* footer部 */

.kids_pagetop {
  text-align: center;
  margin-bottom: 1em;
}

.kids_pagetop a {
  text-decoration: underline;
}

.kids_footer_wrap {
  background: url("../c_img/kids/footer_sub.jpg") repeat-x center top scroll;
  height: 150px;
}

.kids_footer {
  padding: 0 1em 1em;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-sizing: border-box;
  font-size: 90%;
}
.kids_footer a {
  text-decoration: underline;
}

/* キッズメニューページ
====================================================================*/

.kids_menu_ul {
  width: calc(100% - 20px);
  margin: 1em auto;
}

/* キッズトップページ
====================================================================*/

.kids_top_h1 {
  text-indent: -999em;
  height: 0;
}

.kids_top.kids_main {
  margin-top: 0;
}

.kids_main #content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap : wrap;
  flex-wrap: wrap;
  height: 850px;
}

.Col1 {
	width: 380px;
}



.Col2 {
	width: 580px;
	padding-top: 1em;
}
.flex_num1 {
  -ms-flex-order: 1;
  order: 1;
}
.flex_num2 {
  -ms-flex-order: 2;
	order: 2;
	height: 50%;
}
.flex_num3 {
  -ms-flex-order: 3;
	order: 3;
}

/* 市からのお知らせ */
#info {
	margin: 0;
	padding: 1em 0;
	background: #CDFFCC;
}



#info h2 {
	margin: 0;
	padding: 0;
	height: 110px;
	background: url(../c_img/kids/info_title.png) no-repeat center;
	text-indent: -999em;
}


#info ul {
  margin: 0 1em 0 2em;
  list-style-type: disc;
	width: 321px;
}


#info ul li {
	line-height: 1.9em;
}


#info p {
	margin-right: 2em;
	display: block;
	float: right;
}


.hogosya {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
	justify-content: center;
  -ms-flex-align: center;
	align-items: center;
	height: 100%;
}


/* メニュー部分 */
.Col2 ul {
	margin: 1em 0 0;
	padding: 0;
	list-style: none;
}

.hogosya a,
.Col2 a {
  border: 2px solid #0a0; /*#008000;*/
  background-color: #fafff4;
}

.hogosya a:hover,
.Col2 a:hover,
.Col2 a:focus {
  border-color: #00552b;
    background-color: #fff;

}

.Col2 .menu a {
  margin: 0 auto 2em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
	justify-content: center;
  -ms-flex-align: center;
	align-items: center;
	width: 500px;
	padding: .5em;
  font-size: 120%;
  border-radius: 20px;
  min-height: 95px;
}

.Col2 .menu a img {
  margin-right: .5em;
}


.Col2 .submenu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
	align-items: center;
	padding: 0 1em;
  justify-content: space-between;
}

.Col2 .submenu ul {
  width: calc( 96% / 3 );
}

.hogosya a,
.Col2 .submenu ul a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
	justify-content: center;
  -ms-flex-align: center;
	align-items: center;
  -ms-flex-wrap : wrap;
	flex-wrap: wrap;
	margin-bottom: 2em;
	padding: 1.6em;
  border-radius: 50%;
  width: 174px;
  height: 174px;
}

.Col2 .submenu ul a span {
  width: 100%;
  text-align: center;
}

/* スマホ用
====================================================================*/

@media screen and (max-width:670px) {

.contents {
  width: calc(100% - 20px);
}

.kids_header {
  background: none;
}

.kids_main_visual {
  width: 100%;
}

#sp_visual {
  width: 100%;
  height: auto;
}

.kids #spmenu.kids_nav {
  position: relative;
  background: none;
}

.kids_nav p {
  position: absolute;
  display: block;
  top: -485%;
  right: 20px;
  width: 12.5%;
}

.navioff img,
.navi img {
  width: 100%;
  height: auto;
}

.navioff .kids_nav_ul {
  display: none;
}

.navi .kids_nav_ul {
  position: absolute;
  width: 100%;
  background-color: #66cc33;
  -ms-flex-wrap : wrap;
  flex-wrap: wrap;
  z-index: 1000;
}

.kids_nav_li {
  width: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 1em;
}

.kids_nav_li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.kids_nav_li span {
  width: auto;
  display: inline;
  font-size: 95%;

}

.navioff .kids_nav_li img,
.navi .kids_nav_li img {
  width: auto;
  margin-right: .5em;
}

.kids_inner {
  max-width: calc( 100% - 2em);
}

.kids_cont_box h1,
.kids_h1 {
  margin-top: 1.5em;
  padding: 1em;
  font-size: 140%;
  font-weight: bold;
  text-align: center;
  border-top: none;
}

/* キッズh1分類設定 */
.kids_01 .kids_cont_box h1,
.kids_01 .kids_h1 {
  background: url("../c_img/kids/menu1.png") no-repeat center top;
  padding: 80px 1em 1em;
}
.kids_02 .kids_cont_box h1,
.kids_02 .kids_h1 {
  background: url("../c_img/kids/menu2.png") no-repeat center top;
  padding: 80px 1em 1em;
}
.kids_03 .kids_cont_box h1,
.kids_03 .kids_h1 {
  background: url("../c_img/kids/menu3.png") no-repeat center top;
  padding: 80px 1em 1em;
}
.kids_04 .kids_cont_box h1,
.kids_04 .kids_h1 {
  background: url("../c_img/kids/menu4.png") no-repeat center top;
  padding: 80px 1em 1em;
}
.kids_05 .kids_cont_box h1,
.kids_05 .kids_h1 {
  background: url("../c_img/kids/menu5.png") no-repeat center top;
  padding: 80px 1em 1em;
}
.kids_06 .kids_cont_box h1,
.kids_06 .kids_h1 {
  background: url("../c_img/kids/menu6.png") no-repeat center top;
  padding: 80px 1em 1em;
}
.kids_07 .kids_cont_box h1,
.kids_07 .kids_h1 {
  background: url("../c_img/kids/menu7.png") no-repeat center top;
  padding: 80px 1em 1em;
}

.kids_cont_box h2,
.kids_h2 {
  font-size: 120%;
  font-weight: bold;
}

.kids_cont_box h2 span,
.kids_h2 span {
  padding: .5em;
}

.kids_cont_box h3,
.kids_h3 {
  margin-bottom: .5em;
}

.imgtype1_l,
.imgtype1_r,
.kids_cont_txt,
.kids_cont_img {
  float: none;
  width: calc( 100% - 1.5em );
  margin: 0 auto;
}

.imgarea1,
.kids_cont_img a {
  width: 240px;
  margin: 0 auto 1em;
  display: block;
}

.kids_h4_wrap {
  margin: 0;
}

.kids_cont_img_none {
  display: none;
}

.kids_inner .imgLeftS .txtBox,
.kids_inner .imgRightS .txtBox,
.kids_inner .imgRightM .txtBox,
.kids_inner .imgLeftM .txtBox{
  width: 100%;
}

.kids_quiz {
  display: none;
}

.kids_pagetop {
  background-color: #ffcc02;
  border-radius: 5px;
  padding: .3em 0;
}

.kids_footer_wrap {
  background: none;
}

.kids_footer {
  background: url("../c_img/kids/sp_footer_sub.jpg") no-repeat center bottom;
  background-size: 100%;
  width: 100%;
  padding-top: 29%;
  position: relative;
  -ms-flex-pack: center;
  justify-content: center;
}

.kids_footer p:last-child {
  position: absolute;
  top: 10%;
  right: 1em;
}

.kids_footer p:first-child {
  font-size: 60%;
}

/* キッズトップページスマホ*/

.kids_main #content {
  -ms-flex-direction: row;
  flex-direction: row;
  height: auto;
}

.Col1,
.Col2 {
  width: 100%;
}

.flex_num2 {
	-ms-flex-order: 3;
  order: 3;
	height: auto;
}
.flex_num3 {
	-ms-flex-order: 2;
  order: 2;
}

#info {
  margin-bottom: 1em;
}

#info ul {
  width: calc( 100% - 3em );
}

#info ul li {
  width: auto;
}

.Col2 .menu a {
  width: 95%;
}

.Col2 .submenu {
  -ms-flex-wrap : wrap;
  flex-wrap: wrap;
}

.Col2 .submenu ul{
  width: 100%;
}

.hogosya a, .Col2 .submenu ul a {
  margin: 0 auto 1em;
}
}

@media screen and (max-width:550px) {

.kids_nav p {
  top: -410%;
}


}

@media screen and (max-width:460px) {

.kids_nav p {
  top: -350%;
}

.kids_footer p:last-child {
  top: 20%;
}

}

@media screen and (max-width:400px) {

.kids_nav p {
  top: -300%;
  right: 10px;
}

.kids_footer {
  padding-bottom: .2em;
}

.kids_footer p:last-child {
  top: 30%;
}

}

@media screen and (max-width:350px) {

.kids_nav p {
  top: -275%;
}

.kids_footer p:last-child {
  top: 40%;
}

}

@media print {
  body {
    display: block;
  }
  .kids_main:not(.kids_top) {
    overflow: visible;
  }
  body:not(.kids_top_wrap) #animation_container {
    position: relative;
  }
}
