@charset "UTF-8";
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 62.5%;
	font: inherit;
	vertical-align: baseline;}
a	{
	text-decoration : none;
	color : #241e20;
}
img {image-rendering: -webkit-optimize-contrast;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}
body {
	-webkit-text-size-adjust: none;
}
ol,ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
mark {
	background-color: transparent;
	color: inherit;
}
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}
.mincho	{font-family : "游明朝",Yu Mincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","MS P明朝","MS 明朝",'Noto Serif Display',serif;}
.inline	{
	display : inline-block;
}

/* Body header */
body {
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	margin: 0;
	width : 100%;
	background : #FFF;
	color : #241e20;
}
header	{
	position: fixed;
	width : 100%;
	top : 0;
	left : 0;
	margin : 0 auto;
	height : 120px;
	background: rgba(255,255,255,1);
z-index: 2;
}
@media screen and (min-width : 1241px) and (max-width: 1524px)	{
}
@media screen and (max-width: 1024px)	{
}
@media screen and (max-width: 768px)	{
}
@media screen and (max-width: 479px)	{
	header	{
		position:static;
	margin : 0 auto;
	height : auto;
	}
	header #gNav	{
		display : none;
	}
}
/* spNav */
header #spNav	{
	display : none;
}
@media screen and (max-width: 479px)	{
	header #spNav	{
		display : block;
	}
}
/* Body gNav*/
#gNav	{
	margin : 5px auto; /* height 120px */
	width : 90%;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 768px)	{
	#gNav	{
	width : 98%;
	}
}
@media screen and (max-width: 479px)	{
	#gNav	{
		display : none;
	}
}
#hd_logo	{
	display: flex;
	align-items: center;
}
#hd_logo img	{
	margin-right : 1rem;
}
@media screen and (max-width: 768px)	{
	#hd_logo img	{
		width : 74%;
	}
	#hd_logo p	{
		margin-left : -3rem;
		font-size : 0.7rem;
	}
}
#nav_box	{
	text-align : right;
}
#nav_box img	{
	margin : 0.4rem;
}
#nav_box ul	{
	display: flex;
	margin-top : 1rem;
}
#nav_box ul li	{
	position: relative;
	display: flex;
	margin : 0 1.2rem;
	font-family: heisei-maru-gothic-std, sans-serif;
	font-weight : 800;
}
@media screen and (max-width: 768px)	{
	#nav_box ul li	{
		margin : 0 1.6rem 0 0;
	}
}
#nav_box ul li a	{
	display : block;
}
/* #gNav ul li a:hover	{
	color : #E60613;
	transition: color 0.3s ease 0s;
	text-decoration: inherit;
} */
#gNav ul li a::after	{
position: absolute;
left: 0;
content: '';
width: 100%;
height: 1px;
background: #70ce6e;
bottom: -1px;/*アンダーラインがaタグの下端から現れる*/
transform: scale(0, 1); /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
transform-origin: left top;/*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
transition: transform 0.3s;
}
#gNav ul li a:hover:after	{
	transform : scale(1,1);
}
#gNav ul li.has-child ul{
	position: absolute;
	top : 74px;
	left:0;
	z-index: 4;
	visibility: hidden;
	opacity: 0;
}
/* hoverしたらdropdown表示 */
#gNav ul li.has-child:hover > ul,
#gNav ul li.has-child:active > ul	{
	visibility: visible;
	opacity: 1;
	transition: all .4s;
}
#gNav ul li.has-child ul li	{
	width : 280px;
	height : 58px;
	padding : 0;
	text-indent : 1rem;
	background-color:rgba(34,21,19,0.9); /* #221513 */
	background-image : none;
	border-bottom : solid 1px #fff;
	text-align : left;
	line-height : 58px;
}
#gNav ul li.has-child ul li a{
	color: #fff;
	width : 280px;
	height : 58px;
	padding : 0;
	background-image : none;
}
#gNav ul li.has-child ul li:last-child{
	border-bottom:none;
}
#gNav ul li.has-child ul li a:hover,
#gNav ul li.has-child ul li a:active{
	background:#003463;
	transition: all .4s;
	background-image : none;
}

/* Body container*/
#container	{
	margin : 0 auto;
}
.content_in	{
	width : 1188px;
	margin : 0 auto;
}
@media screen and (max-width: 1240px)	{
	.content_in	{
		width : 96%;
		margin : 0 auto;
/* border : solid 1px #ff0000; */ /* 調整用 */
	}
}
@media screen and (max-width: 1024px)	{
	.content_in	{
/* border : solid 1px #0000ff; */ /* 調整用 */
	}
}
@media screen and (max-width: 768px)	{
	.content_in	{
		width : 98%; /* 確定 */
	}
}
@media screen and (max-width: 479px)	{
	.content_in	{
		width : 92%; /* 確定 */
	}
}
/* ---------------------------------------------------------- */
/* 共通パーツ*/
.tx_LL	{
	font-family: 'Asap Condensed', sans-serif;
	font-weight : 500;
}
.center	{
	text-align : center;
}
.kugiri	{
	border-style : solid;
	border-color : #F5D255;
	border-width : 1px 0 0 0;
	padding-bottom : 4rem;
}
h2	{
	margin : 7rem auto 3rem auto;
	font-size : 2.2rem;
	background-image : url(../img/img_h2_u.png),url(../img/img_h2_b.png);
	background-repeat : no-repeat,no-repeat;
	background-position : 50% 0,50% 100%;
	height : 7rem;
	line-height : 6rem;
	font-family: heisei-maru-gothic-std, sans-serif;
}
p.midashi	{
	font-size : 1.4rem;
}
.box_v-h	{
	display: flex;
	flex-direction: row;
}
@media screen and (max-width: 768px)	{
	.box_v-h	{
		flex-direction: column;
	}
	.half	{
		width : 50%;
	}
}
@media screen and (max-width: 479px)	{
	p.midashi	{
		font-size : 1.4rem;
	}
	.kugiri	{
		padding-bottom : 2rem;
	}
	h2	{
		margin : 6rem auto 3rem auto;
	}
}
/* ---------------------------------------------------------- */
/* contents */
#main	{
	height : 700px; /* 高さは画像に応じて任意設定 */
	background : url(../img/main_sample.jpg) no-repeat 50% 0;
	background-size : cover;
	background-position : 0 80%;
	display : flex;
	justify-content: center;
	align-items: center;
}
#main #bg_h1	{
	background : url(../img/bg_h1.png) no-repeat;
	text-align : center;
	height : 154px;
	width : 500px;
	margin-top : 8rem; /* mainの高さ中央で補正できない分の調整 */
	padding-top : 30px;
	color : #fff;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
	font-family: heisei-maru-gothic-std, sans-serif;
}
#main #bg_h1 h1	{
	font-size : 3.2rem;
	line-height : 120%;
}
#main #bg_h1 p	{
	font-size : 1.6rem;
	line-height : 100%;
}
#main .main_logo	{
	display : none;
}
@media screen and (max-width: 1024px)	{
	#main	{
		height : calc(700px*0.8);
	}
}
@media screen and (max-width: 479px)	{
	#main	{
		height : calc(700px*0.4);
	}
	#main .main_logo	{
		display : block;
		position : absolute;
		top : 0;
		left : 0;
	}
	#main .main_logo img	{
		width : 130px;
	}
	#main #bg_h1	{
		background : url(../img/bg_h1.png) no-repeat;
		background-size : 94%;
		background-position : 50% 30%;
		margin-top : 2rem; /* mainの高さ中央で補正できない分の調整 */
		padding-top : 40px;
	}
	#main #bg_h1 h1	{
		font-size : 3rem;
	}
	#main #bg_h1 p	{
		font-size : 1.4rem;
	}
}
/* about */
#about	{
	margin : 0;
	background-image : url(../img/img_corner_L.png),url(../img/img_corner_R.png);
	background-repeat : no-repeat, no-repeat;
	background-position : 0% 0%, 100% 0%;
	padding-bottom : 4rem; /* about以外はkugiriで設定 */
border-style : solid;
border-top-color : #B18B68;
border-bottom-color : #FFF;
border-width : 1px 0;
}
#about .content_in	{
	font-size : 1.4rem;
	padding : 2rem 0;
	background-image : url(../img/il_about05.png),url(../img/il_about02.png);
	background-repeat : no-repeat, no-repeat;
	background-position : 12% 50%, 90% 50%;
	background-size : 11%,10%;
}
@media screen and (max-width: 768px)	{
	#about .content_in	{
		background-position : 2% 50%, 98% 50%;
	}
}
@media screen and (max-width: 479px)	{
	#about .content_in	{
		background-position : 0 100%, 98% 100%;
		background-size : 22%,18%;
		padding : 2rem 0 8rem 0;
	}
}
/* activity */
#activity h3	{
	font-size : 1.8rem;
	line-height : 160%;
	font-family: heisei-maru-gothic-std, sans-serif;
	margin-bottom : 1.4rem;
}
#activity ul#slide	{
	margin : 0 auto;
	width : 84%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#activity ul#slide li	{
	width : 46%;
	margin : 4rem 2% 0 2%;
}
@media screen and (max-width: 768px)	{
	#activity .midashi	{
		width : 86%;
		margin : 0 auto;
	}
	#activity ul#slide	{
		width : 98%;
	}
	#activity ul#slide li	{
		width : 48%;
		margin : 4rem 1% 0 1%;
	}
}
@media screen and (max-width: 479px)	{
	#activity ul#slide	{
		width : 98%;
		flex-direction: column;
	}
	#activity ul#slide li	{
		width : 98%;
		margin : 4rem auto 0 auto;
	}
}
#activity ul#slide h4	{
	background : url(../img/bg_activity_h3.png) no-repeat 50% 0;
	color : #fff;
	font-size : 1.6rem;
	height : 80px;
	line-height : 80px;
	margin-bottom : 0.8rem;
}
#activity ul#slide li p	{
	height : 3rem;
}
#activity ul#slide li .act_frame_kousaku,
#activity ul#slide li .act_frame_undou,
#activity ul#slide li .act_frame_gaishusu,
#activity ul#slide li .act_frame_chouri	{
	width:100%;
	max-width: 500px;
	height: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
	margin : 1rem 0;
}
@media screen and (max-width: 479px)	{
#activity ul#slide li .act_frame_kousaku,
#activity ul#slide li .act_frame_undou,
#activity ul#slide li .act_frame_gaishusu,
#activity ul#slide li .act_frame_chouri	{
		height: 300px;
	}
}
#activity ul#slide li .act_frame_kousaku	{
	background-image : url(../img/ph_act_handcraft.jpg);
}
#activity ul#slide li .act_frame_undou	{
	background-image : url(../img/sample/AdobeStock_535180774_Preview.jpeg);
}
#activity ul#slide li .act_frame_gaishusu	{
	animation: img_anime_gaishusu 10s ease infinite;
}
@keyframes img_anime_gaishusu	{
	0% {
		background-image: url(../img/sample/AdobeStock_195261901_Preview.jpeg); /* 背景画像1を指定 */
		}
	50% {
		background-image: url(../img/sample/AdobeStock_195261901_Preview.jpeg）; /* 背景画像1を指定 */
		}
	45% {
		background-image: url(../img/sample/AdobeStock_623021486_Preview.jpeg); /* 背景画像2を指定 */
		}
	65% {
		background-image: url(../img/sample/AdobeStock_623021486_Preview.jpeg); /* 背景画像2を指定 */
		}
	100% {
		background-image: url(../img/sample/AdobeStock_195261901_Preview.jpeg); /* 背景画像1に戻る */
		}
}
#activity ul#slide li .act_frame_chouri	{
	animation: img_anime_chouri 16s ease infinite;
}
@keyframes img_anime_chouri	{
	0% {
		background-image: url(../img/ph_act_cook01.jpg); /* 背景画像1を指定 */
		}
	20% {
		background-image: url(../img/ph_act_cook01.jpg); /* 背景画像1を指定 */
		}
	24% {
		background-image: url(../img/ph_act_cook02.jpg); /* 背景画像2を指定 */
		}
	34% {
		background-image: url(../img/ph_act_cook02.jpg); /* 背景画像2を指定 */
		}
	54% {
		background-image: url(../img/ph_act_cook03.jpg); /* 背景画像3を指定 */
		}
	74% {
		background-image: url(../img/ph_act_cook03.jpg); /* 背景画像3を指定 */
		}
	78% {
		background-image: url(../img/ph_act_cook04.jpg); /* 背景画像4を指定 */
		}
	84% {
		background-image: url(../img/ph_act_cook04.jpg); /* 背景画像4を指定 */
		}
	100%	{
		background-image: url(../img/ph_act_cook01.jpg); /* 背景画像1に戻る */
	}
}
/* 5領域支援プログラム 202503追記 */
#activity h4.obal_kenkou,
#activity h4.obal_undou,
#activity h4.obal_ninchi,
#activity h4.obal_gengo,
#activity h4.obal_social	{
	margin : 4rem auto 1rem auto;
	border-radius : 3rem;
	color : #fff;
	font-size : 1.6rem;
	line-height : 240%;
}
#activity h4.obal_kenkou	{
	width : 12rem;
	background-color : #78D250;
}
#activity h4.obal_undou	{
	width : 12rem;
	background-color : #F9C300;
}
#activity h4.obal_ninchi	{
	width : 12rem;
	background-color : #50A0DC;
}
#activity h4.obal_gengo	{
	width : 24rem;
	background-color : #F87878;
}
#activity h4.obal_social	{
	width : 24rem;
	background-color : #DCAFF0;
}
#activity ul.act5	{
	margin : 0 auto;
	padding-left: 12px;
}
#activity ul.act5 li	{
	text-align : left;
	margin-left : 26%;
	font-size : 1.2rem;
	line-height : 180%;
}
#activity ul.act5 li:before	{
	content: '・';
	display: inline-block;
	margin-left : -20px
	/* width: 32px;
	height: 32px;
	vertical-align: middle;
	margin-right : 0.4rem; */
}
@media screen and (max-width: 768px)	{
	#activity ul.act5 li	{
		margin-left : 10%;
	}
}
@media screen and (max-width: 479px)	{
	#activity ul.act5 li	{
		margin-left : 2%;
		margin-bottom : 0.8rem;
	}
}
/* 支援プログラム 202503追記 */
#box_shien	{
	width : 70%;
	margin : 0 auto;
}
#box_shien h4	{
	margin : 4rem auto 1rem auto;
	font-size : 1.6rem;
	background-image : url(../img/img_h4.png);
	background-size : 50%;
	background-repeat : no-repeat;
	background-position : 50% 100%;
	line-height : 200%;
}
#box_shien p	{
	font-size : 1.2rem;
}
#box_shien a	{
	font-size : 1.2rem;
}
#box_shien a:before	{
	content: '';
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url(../img/icon_PDF.png);
	background-size: contain;
	vertical-align: middle;
	margin-right : 0.4rem;
}
@media screen and (max-width: 768px)	{
	#box_shien	{
		width : 84%;
	}
}
@media screen and (max-width: 479px)	{
	#box_shien	{
		width : 94%;
		text-align : left;
	}
	#box_shien h4	{
		background-size : 100%;
		font-size : 1.5rem;
		text-align : center;
	}
}
@media screen and (max-width: 390px)	{
	#box_shien	{
		width : 94%;
	}
	#box_shien h4	{
		font-size : 1.5rem;
	}
}
/* document */
#document dl	{
	width : 20rem;
	margin : 2rem auto;
}
#document dl dt	{
	background : #F5D255;
	line-height : 240%;
	margin-bottom : 1rem;
}
#document dl dd	{
	text-align : left;
}
#document dl dd a	{
	line-height : 44px;
	text-decoration : underline;
}
#document dl dd a:before	{
	content: '';
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url(../img/icon_PDF.png);
	background-size: contain;
	vertical-align: middle;
	margin-right : 0.4rem;
}
/* info */
#info h3	{
	font-weight : 900;
	line-height : 200%;
}
#info .box_v-h	{
	width : 94%;
	margin : 0 auto;
}
#info .box_v-h .box_map	{
	width : 60%;
	margin-right : 4%;
}
#info .box_v-h .tx	{
	width : 36%;
	text-align : left;
}
#info dl	{
	display: flex;
	flex-wrap: wrap;
	margin : 1rem auto;
}
#info dl dt	{
	width : 5rem;
	margin-right : 1rem;
	text-align : left;
}
#info dl dd	{
	width : 70%;
	text-align : left;
}
@media screen and (max-width: 1024px)	{
	#info .box_v-h	{
		flex-direction: column;
		width : 100%;
		margin : 0 auto;
	}
	#info .box_v-h .box_map	{
		width : 100%;
	}
	#info .box_v-h .tx	{
		width : 100%;
		display: flex;
		flex-direction: row;
		margin : 1rem auto;
	}
	#info .box_v-h .tx .detail	{
		margin-left : 2rem;
	}
}
@media screen and (max-width: 768px)	{
}
@media screen and (max-width: 479px)	{
	#info .box_v-h .box_map	{
		width : 90%;
		margin : 0 auto;
	}
	#info .box_v-h .tx	{
		width : 96%;
		flex-direction: column;
		margin : 1rem auto;
	}
	#info .box_v-h .tx .ph_info	{
		text-align : center;
		margin-bottom : 1rem;
	}
	#info .box_v-h .tx .detail	{
		margin-left : 0.4rem;
	}
}


.googlemap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.googlemap iframe,
.googlemap object,
.googlemap embed,
.movie_wrap iframe,
.movie_wrap object,
.movie_wrap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;}


/* ---------------------------------------------------------- */
/* footer */
#bg_oval	{
	background : #F5D255;
	border-radius: 50% 50% 0 0;
	text-align : center;
	margin-top : 6rem;
	padding : 1.6rem 0 0.8rem 0;
	height : 140px;
}
#ft_copy	{
	position: relative;
}
#ft_copy::before	{
	position : absolute;
	top : 32%;
	margin-right : 1rem;
	content: 'すき！たのしい！を';
	margin-left : 11.7rem;
}
#ft_copy::after	{
	position : absolute;
	top : 60%;
	content: '見つける場所';
	margin-left : 1rem;
}
footer	{
	text-align : center;
	background : #F5D255;
	margin-top : -2rem; /* 重なり調整 */
}
footer p	{
	padding-bottom : 0.6rem;
	font-size : small;
}
@media screen and (max-width: 479px)	{
	#bg_oval	{
		margin-top : 2rem;
	}
	#ft_copy::before	{ /* ロゴ下に配置 */
		top : 100%;
		margin-right : 0;
		margin-left : 0;
	}
	#ft_copy::after	{
		position : absolute;
		top : 118%;
	content: '見つける場所';
		margin-left : -10.8rem;
}
	footer p	{
		font-size : xx-small;
		margin-top : 2rem; /* 重なり調整 */
	}
}
/* ---------------------------------------------------------- */
.telNo	{
	display : block;
}
.telNo a	{
	color : #B28C7A;
}

#page-top {
	z-index : 2;
	position: fixed;
	bottom: 2%;
	right: 2%;
}
#page-top a img {
	display: block;
	position:relative;
	top:0;
}
#page-top a img:hover {
	top:-10px;
	transition:0.3s;
}

/* br */
br.onlyPC	{
	display : block;
}
br.forTB	{
	display : none;
}
br.onlySP	{
	display : none;
}
@media screen and (max-width: 768px)	{
	br.onlyPC	{
		display : none;
	}
	br.forTB	{
		display : block;
	}
	br.onlySP	{
		display : none;
	}
}
@media screen and (max-width: 479px)	{
	br.onlyPC	{
		display : none;
	}
	br.forTB	{
		display : none;
	}
	br.onlySP	{
		display : block;
	}
}

.clearfix
	{
	display: block;
	min-height: 1%;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* margin */
.mgt1	{margin-top : 1rem;}
.mgt2	{margin-top : 2rem;}
.mgt3	{margin-top : 3rem;}
.mgt4	{margin-top : 4rem;}
.mgt6	{margin-top : 6rem;}
.mgb1	{margin-bottom : 1rem;}
.mgb2	{margin-bottom : 2rem;}
.mgb3	{margin-bottom : 3rem;}
.mgb4	{margin-bottom : 4rem;}
.mgb6	{margin-bottom : 6rem;}