@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	text-align: center;
}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	width:100%;
	margin:0 auto;
	font-size:14px;
	color:#382400;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
	background:#fff2d9;
}

header {
	width:960px;
	height: auto;
	margin:0px auto 22px;
}

nav {
	width:100%;
}

#contents {
	width:960px;
	margin:10px auto;
}

#main {
	float:right;
	width:65.625%;
}

#sub {
	float: left;
	width: 100%;
	text-align: left;
}

#subnav {
	display:none;
}

a {
	color:#000;
}
a:hover {
	color:#e78f00;
}

h1 {
	height: 215px;
	display: flex;
	align-items: center;
	justify-content: center;


	background:url(../images/img_06.png) no-repeat center center;
    background-size: auto;
}
h1 a {
	color:#000;
	text-decoration:none;
}
h1 a:hover {
	color:#e78f00;
	text-decoration:underline;
}


h2 {
	margin-bottom:0.5em;
	padding-left:10px;
	font-size:18px;
	color:#000;
	border-left:5px solid #e78f00;
}

h3 {
	margin-bottom:0.5em;
	padding:2px 5px;
	color:#e78f00;
	font-size:16px;
	border-bottom:1px solid #e78f00;
}

h4 {
	margin-bottom:0.25em;
	font-size:16px;
	color:#333;
}
h4:before {
	content:"\002605";
	color:#f19500;
}

h5 {
	margin-bottom:0.25em;
	padding:2px;
	color:#000;
	font-size:16px;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	background:#f1f1f1;
}

h6 {
	margin-bottom:0.25em;
	color:#382400;
	font-size:14px;
	font-weight:bold;
}

p {
	margin: 0 0 0em 0;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight: bold;
	color: #f19500;
	text-align: center;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

ul,ol,dl {
	margin:0 0 2em 0;
}
ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}

dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}
dt:before {
	content:"\0025a0";
}
dd {
	margin-bottom: 1em;
	text-align: right;
}

table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:0px solid #fff;
}
th {
	padding:10px;
	text-align:top;
	vertical-align:top;
	border:0px solid #ddd;
	background:#f5f5f5;
}
td {
	padding: 10px;
	text-align: left;
	vertical-align: top;
	border: 0px solid #ddd;
}

table td:nth-child(1){width: 54%;}
table td:nth-child(2){width: 46%;}


table_2 {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:0px solid #fff;
}
th_2 {
	padding:10px;
	text-align:center;
	vertical-align:top;
	border:0px solid #ddd;
	background:#f5f5f5;
}
td_2 {
	padding: 10px;
	text-align:center;
	vertical-align:top;
	border: 0px solid #ddd;
}

.sp_only{display: none;}
.pc_only{display: block;}


/*================================================
 *  ヘッダー
 ================================================*/
header {
	position: relative;
	height: 200px;
}
header h1 {
	margin-bottom:0px;
}

.contact {
	position:absolute;
	top:0;
	right:0;
	vertical-align:top;
}
.contact a {
	display:block;
	padding:5px 10px 5px 29px;
	color:#fff;
	background:#78df2e;
	border-radius:4px;
	text-decoration:none;
	background:#78df2e url(../images/mail.png) 10px 50% no-repeat;
}
.contact a:hover {
	color:#fff;
	background:#91b56f url(../images/mail.png) 10px 50% no-repeat;
}


.contact2 {
	position: absolute;
	top: 0px;
	right: 115px;
	vertical-align: top;
}
.contact2 a {
	display:block;
	padding:5px 10px 5px 29px;
	color:#fff;
	background:#fedd00;
	border-radius:4px;
	text-decoration:none;
	background:#fedd00 url(../images/car.png) 10px 50% no-repeat;
}
.contact2 a:hover {
	color:#fff;
	background:#dfdb75 url(../images/car.png) 10px 50% no-repeat;
}





.summary {
	clear:both;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	margin-bottom:10px;
	padding:0;
	background:#7ce087;
	overflow:hidden;
}
nav ul {
	width:960px;
	margin:0 auto;
	padding:0;
}
nav li {
	float:left;
	list-style:none;
	width:16.666%;
	margin:0;
	padding:0;
}
nav li a {
	display:block;
	padding:15px 0;
	color:#fff;
	text-align:center;
	text-decoration:none;
}
nav li a:hover {
	color:#fff;
	text-decoration:none;
	background:#fedd00;
}
/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
	margin:0;
	padding:0;
	list-style:none;
	background-image: url("../images/banner_m4.png");
}
.submenu li a:before {
	content:"\0025a0";
	color:#000;
}


.submenu li a {
	display:block;
	padding:5px 2px;
	color:#000;
	border-bottom:1px dotted #ddd;
	text-decoration:none;
}
/* .submenu li a:hover {
} */

.bnr {
	overflow:hidden;

}

.bnr ul {
	overflow:hidden;
}

.bnr li {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
.bnr li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.bnr img {
	width:100%;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
}

.footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}
.footmenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
}
.footmenu li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 20px;
	font-size:12px;
	text-align:center;
}

.copyright {
	clear:both;
	padding:20px 0;
	font-size:11px;
	text-align:center;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
/* .totop img {
	background:;
} */
/* .totop img:hover {
	background:;
} */

/*================================================
 *  クラス
 ================================================*/
.textL {
	text-align:left;
}

.textR {
	text-align:right;
}

.list {
	padding:0 0 0 0.5em;
}

.list li {
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
	background:url(../images/check.png) 0 5px no-repeat;
}

.photo {
	overflow:hidden;
	margin:20px 0;
	padding:10px;
	border:5px solid #fce9ff;
	background:#fff;
}

.imgL {
	float:left;
	margin:0 0.5em 0.5em 0;
}

.imgR {
	float:right;
	margin:0 0 0.5em 0.5em;
}

.info dt {
	border-bottom:none;
}
.info dd {
	padding-bottom: 1em;
	border-bottom: 1px solid #ddd;
	text-align: left;
	padding-left: 30px;
}

.towa{padding-top: 70px;}

.flex-box{display: flex; flex-wrap :wrap;}
.flex-box img{padding-right:20px;}

.fs18{font-size: 1.8em;}

/*================================================
 *  トップページ
 ================================================*/
/* スライドショー */
.slide {
	display:none;
	position:relative;
	overflow:hidden;
}

.slidePrev {
	position:absolute;
	cursor:pointer;
	z-index:100;
}

.slideNext {
	position:absolute;
	cursor:pointer;
	z-index:100;
}

.slidePrev img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideNext img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideInner {
	position:relative;
	margin:0 0 5px 0;
	padding:0;
}
.slideInner li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.slideInner li img {
	margin:0 5px;
	padding:0;
}

.filterPrev {
	position:absolute;
	left:0;
	opacity:0;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.filterNext {
	position:absolute;
	right:0;
	opacity:0;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.controlNav {
	position:relative;
	float:left;
	left:50%;
}
.controlNav span {
	position:relative;
	left:-50%;
	float:left;
	margin:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:10px;
	height:10px;
	overflow:hidden;
	background:#ccc;
	text-indent:-9999px;
	vertical-align:middle;
}
.controlNav span:hover {
	background:#999;
	cursor:pointer;
}
.controlNav span.current {
	background:#f19500;
}

/* トップナビ */
* html .topNavi {
	height:1em;
	overflow:visible;
}

.topNavi {
	overflow:hidden;
	position:relative;
	margin-right:-1.030%;
	margin-top:0px;
	margin-bottom:0px;
}

.topNaviColumn {
	display:inline;
	width:32.302%;
	float:left;
	margin-right:1.030%;
}

.topNaviCon {
	position:relative;
	display:block;
	box-sizing:border-box;
	overflow:hidden;
	padding:10px;
	text-decoration:none;
	color:#000;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
	background:#fefde4;
	border:1px solid #f1f1f1;
	border-radius:4px;
}
.topNaviCon:hover {
	color:#000;
	background:#f6feda none repeat scroll 0 0;
	border:1px solid #f19500;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
}
.topNaviCon h2 {
	margin:10px;
	padding:0;
	font-size:14px;
	font-weight:bold;
	color:#f19500;
	border:none;
}
.topNaviCon:hover h2 {
	color:#f19500;
}
.topNaviCon p {
	margin:10px;
}

.topNaviPhoto img {
	width:100%;
}

.important .title{font-size: 24px;}
.important p{font-size: 20px; text-align: left;}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	body {
		box-sizing:border-box;
		width:100%;
		padding:0;
	}

	header {
		width:100%;
		padding-top: 10px;
	}

	nav ul {
			width:100%;
	}

	#contents {
		width:96%;
		margin-top: 20px auto;
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/

@media screen and (max-width:767px) {
/*	.contact2 {
		position:relative;
		float:left;
		margin:0px 0px 10px 180px;
	}*/
	.summary{text-align: left; padding-left: 10px;}
	.contact {right: 10px; margin-top: 40px;}
	.contact2 {margin-top: 40px;}
	.sp_only{display: block;}
	.pc_only{display: none;}
	.fs18{font-size: 1.8em;}

	header h1 {
		margin-bottom:0;
	}

	header h1 img{width: 80%;}
	#main {
		float:none;
		width:100%;
	}

	#sub {
		float:none;
		width:100%;
	}

	.bnr ul {
		overflow:hidden;
		margin-right:-2%;
	}

	.bnr li {
		float:left;
		width:48%;
		margin:0 2% 2% 0;
	}

	/* メインメニュー */
	nav {
		display:block;
		position:relative;
		width:100%;
	}
	nav h3 {
		cursor:pointer;
		margin-bottom:0;
		color:#fff;
		background:#7ce087;
		border:none;
	}
	nav h3:after {
		position:absolute;
		content:"\0025bc";
		top:3px;
		right:5px;
	}
	nav h3.menuOpen:after {
		position:absolute;
		content:"\0025b2";
		top:3px;
		right:5px;
	}
	nav ul {
		width:100%;
	}

	nav li {
		width:33.33%;
		margin:0;
		padding:0;
		list-style:none;
	}
	nav li:first-child a {
		width:100%;
	}

	nav li a {
		display:block;
		width:100%;
		border-bottom:1px dotted #ddd;
		text-decoration:none;
	}

	/* トップナビ */
	.topNavi {
		margin-right:0;
	}

	.topNaviColumn {
		display:block;
		box-sizing:border-box;
		width:100%;
		float:none;
		margin-right:0;
		margin-bottom:10px;
	}

	/*トップページ*/
	.info dd {padding-left: 5px;}
	.towa{padding-top: 40px;}
	.important .title{font-size: 18px;}
	.important p{font-size: 14px; text-align: left;}

	table td{display: block; padding-left: 0;}
	table td:nth-child(1){width: 100%;}
	table td:nth-child(2){width: 100%;}
	table .img_box img{width: 42%;}
	table .col2 td{width: 50%;}

	.flex-box img{width: 45%; padding: 10px 5px 5px 0px;}
	.ayumi {font-size: 12px;text-align: left;}

}



body2 {background-image: url("../images/banner_m4.png"); }



/* 画像の元サイズで表示  */
img{
	width: auto;
	height: auto;
}


div{
    line-height: 1.6;
}


.ggmap {
position: relative;
padding-bottom: 30px;
padding-top: 15px;
height: 300px;
overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {

top: 0;
left: 0;
width: 100%;
height: 100%;
}


section table { width: 80%; }
section th, section td  { padding: 10px; border: 1px solid #ddd; }
section th  { background: #f4f4f4; }

/*----------------------------------------------------
  .demo01
----------------------------------------------------*/
.demo01 th  { width: 30%; text-align: left; }

@media only screen and (max-width:480px){
    .demo01 { margin: 0 -10px; }
    .demo01 th,
    .demo01 td{
    width: 100%;
    display: block;
    border-top: none;
    }
  .demo01 tr:first-child th { border-top: 1px solid #ddd; }
}

/* 20230907_子育て支援  */
.flame_dots {
	margin-top: 1rem;
	padding: 3rem 1rem;
	background-image: url(/images/flame_mizutama2.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
