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

/*---------------------------------------------------
* elements initialization
*--------------------------------------------------*/
body {
	color:#333;
	margin: 0;
	padding:0;
	line-height:1.7;
	font-size: 0.85em;
}
* html body {
	vertical-align: baseline;
	font-family: Verdana, Arial, "ＭＳ Ｐゴシック", sans-serif;
	text-align: left;
} /* lte ie6 */
*:first-child+html body {
	font-family: Verdana, Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
} /* ie7 */
html>/**/body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
} /* ie8 */
html:not(:target) body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
} /* modern browser */


/*-------明朝体-------*/
.min {
	font-family: 'ヒラギノ明朝 Pro W3', '平成明朝','ＭＳ Ｐ明朝', serif;
}

img {
	vertical-align:top;
	border: none;
}
/*IE6*/
* html img {
	vertical-align: bottom;
}
/*IE7*/
*:first-child+html img {
	vertical-align: bottom;
}
blockquote, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, select, span, textarea, td, th, ul {
	margin:0;
	padding:0;
}
abbr, acronym {
	border:0;
}
address, caption, cite, code, dfn, em, th, strong, var {
	font-style:normal;
	font-weight:normal;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;/*13px*/
	font-weight:normal;
}
input, select, textarea {
	font-size:1em;/*13px*/
}
ol, ul, li {
	list-style:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:1em;/*13px*/
}
hr {
	display: none;
}
strong, em {
	font-weight: bold;
}
/* ----- form -------*/

button, fieldset, form, input, label, legend, select, textarea {
	font-size:1em;  /*13px*/
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	padding:0;
	vertical-align:baseline;
}
input, textarea {
	vertical-align: middle;
	padding: 1px;
}
textarea {
	width: 98%;
}
input[type="radio"], input[type="checkbox"] {
	vertical-align: baseline;
	margin-right: 3px;
}
/*----- links color -----*/
a:link {
	color: #333;
	text-decoration:none;
}
a:visited {
	color: #333;
	text-decoration:none;
}
a:hover {
	color: #0066FF;
	text-decoration: underline;
}






/* Clearfix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
    min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-Mac */





/* ------------------------------------------------------------------------- */





#container {
	width: 960px;
	margin: 0 auto;
}


#wrapper {
	clear: both;
	float: left;
	width: 960px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.content {
	float: left;
	width: 690px;
}

.rightContent {
	float: right;
	width: 250px;
	margin-top: 8px;
}



.toTop {
	margin: 0 auto;
	text-align: right;
	width: 960px;
	font-size: 0.9em;
}


#foot {
	clear: both;
	height:380px;
	background:url(../img/footBg.gif) repeat-x;
}
#footer {
	width: 960px;
	margin: 0 auto;
	height: 280px;
	background:url(../img/footerBg.gif) no-repeat;
}
#footer #sitemap {
	clear: both;
	width: 580px;
	margin-left: 400px;
	font-size: 0.85em;
	margin-bottom: 10px;
}
.sitemapBox1 {
	float: left;
	width: 153px;
}
.sitemapBox2 {
	float: left;
	width: 233px;
}
.sitemapBox3 {
	float: left;
	width: 173px;
}

#footHead {
	height: 98px;
	background:url(../img/footHead.gif) no-repeat;
	background-position: top center;
}
#sitemap dl {
	margin-bottom: 10px;
}
#sitemap dt {
	font-weight: bold;

}




/*****************************
グローバルナビゲーション
*****************************/
#gNavi {
	clear:both;
	height: 38px;

}
#gNavi ul {
	width: 960px;
	height:38px;
	background:url(../img/gNavi_on.gif) no-repeat;
}
#gNavi ul li {
	float:left;
	height:38px;
	list-style:none;
}
#gNavi li#gNavi01 a,
#gNavi li#gNavi02 a,
#gNavi li#gNavi03 a,
#gNavi li#gNavi04 a,
#gNavi li#gNavi05 a,
#gNavi li#gNavi06 a,
#gNavi li#gNavi07 a
 {
	display: block;
}
#gNavi li#gNavi01 a img,
#gNavi li#gNavi02 a img,
#gNavi li#gNavi03 a img,
#gNavi li#gNavi04 a img,
#gNavi li#gNavi05 a img,
#gNavi li#gNavi06 a img,
#gNavi li#gNavi07 a img
 {
	display: block;
}
#gNavi li#gNavi01 a:hover img,
#gNavi li#gNavi02 a:hover img,
#gNavi li#gNavi03 a:hover img,
#gNavi li#gNavi04 a:hover img,
#gNavi li#gNavi05 a:hover img,
#gNavi li#gNavi06 a:hover img,
#gNavi li#gNavi07 a:hover img,
#top #gNavi li#gNavi01 a img,
#edu #gNavi li#gNavi02 a img,
#guide #gNavi li#gNavi03 a img,
#support #gNavi li#gNavi04 a img,
#info #gNavi li#gNavi05 a img,
#photo #gNavi li#gNavi06 a img,
#recruit #gNavi li#gNavi07 a img
{
	visibility: hidden;
}


/*****************************
バナー
*****************************/
#banner {
	clear:both;
	height: 110px;
	margin-top:5px;
}
#banner ul {
		width: 960px;
		height: 110px;
		background:url(../../topimg/banner_over.gif) no-repeat;
}
#banner ul li {
		float:left;
		height: 110px;
		list-style: none;
}
#banner li.banner a {
		display:block;
}
#banner li.banner a img {
	display: block;
}
#banner li.banner a:hover img {
	visibility: hidden;
}


/*****************************
サイドナビゲーション
*****************************/
#sNavi {
	margin: 0; padding:0;
/*	background:url(../img/sNavi_over.jpg) no-repeat;*/
	background:url(../img/sNavi_over_v2.jpg) no-repeat;
}
#sNavi ul li.sNavi a {
	display: block;
}
#sNavi ul li.sNavi a img {
	display: block;
}
#sNavi ul li.sNavi a:hover img {
	visibility: hidden;
}

/*****************************
サイドサブナビゲーション
*****************************/
#ssNavi {
	margin: 5px 0 3px 0;
	padding: 10px 0 10px 10px;
	background:#e8e8e8;
}
.ssNavi ul {
}
#ssNavi ul li.ss {
	height:40px;
	width: 240px;
	text-indent: 10px;
	margin-bottom: 1px;
}
#ssNavi ul li.ss a {
	background:url(../img/ssNaviBtn.jpg) no-repeat;
	padding: 10px 0 10px 10px;
	color: #000;
	display: block;
}
#ssNavi ul li.ss a:hover {
	background:url(../img/ssNaviBtnOver.jpg) no-repeat;
	text-decoration: none;
	color:#FF6600;
}

#ssNavi ul li {
	height:40px;
	width: 240px;
	text-indent: 24px;
	margin-bottom: 1px;
}
#ssNavi ul li a {
	padding: 10px 0 10px 10px;
	color: #000;
	display: block;
}
#ssNavi ul li a:hover {
	text-decoration: none;
	color:#FF6600;
}
.letterspace-1 {
	letter-spacing: -1px;
}


h3 {
	margin: 15px 0;
}

h4 {
	margin: 15px 0;
}

.h5Area {
	clear:both;
	margin: 5px 0 0 20px
}
h5 {
	clear: both;
	height:30px;
	border-left: solid 3px #b8b8b8;
	border-bottom: solid 1px #b8b8b8;
	padding: 5px 0 0 10px;
	font-size: 1.1em;
	font-weight:bold;
	margin-bottom: 10px;
	color:#396;
}
.h5Area p {
	margin-bottom: 25px;
}




.cap {
	margin: 10px;
	text-decoration: underline;
}


.mt20 {
	margin-top: 20px;
}
.mt50 {
	margin-top: 50px;
}






/* ------------------------------------------------------------------------- */






/*************************
topページ
**************************/
#top {
	background:url(../../topimg/mainBg.jpg) repeat-x;
	background-position: top center;
}
#top td {
	padding: 15px 0;
}
#top tr {
	border-bottom: dotted 1px #CCC;
}

.topics {
	margin: 0;
	width: 688px;
/*	height: 96px;
*/	background:url(../../topimg/news_02.png) no-repeat;
	font-size: 13.5px;
	margin-bottom: 40px;
}

.topics dl {
	width: 648px;
	margin: 0 auto 3px auto;
	padding: 12px 0;
	border-bottom: dotted 1px #d3d3d2;
}
.topics dt {
	float: left;
	margin: 0 15px;
}

.instagram{
	margin: 0;
	width: 688px;
	margin-bottom: 60px;
}




.bannerArea {
	margin: 20px 0 0 0;
}
.bannerArea li {
	float: left;
	margin-bottom: 10px;
}
.bannerRight {
	margin-right: 20px;
}
.topBannerArea {
	margin-left: 30px;

}
.topBannerArea li a {
	float: left;
	display: block;
	margin-right: 10px;
	padding: 3px 20px;
	border: solid 1px #CCC;
	text-decoration: none;
	transition: all 0.2s linear;
	background: rgba(255,102,0,1);
	color: #FFF;
}
.topBannerArea.n3{
	width: 100%;
}
.topBannerArea.n3 li{
	box-sizing: border-box;
	display: inline-block;
	min-width: 28%;
	float: left;
	margin: 0 10px 8px 0;
}
.topBannerArea.n3 li a{
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	white-space: nowrap;
	text-align: center;
}

.topBannerArea li a.green {
	background-color: #2ebe2e;
}
.topBannerArea li a.pink {
	background-color: #ff94ab;
}

.topBannerArea li a:hover {
	background: #FFF;
	color: #333;
}

.topBannerArea.n3.insta{
	margin-left: 0;
}
.topBannerArea.n3.insta ul{
	margin-top: 15px;
	text-align: center;
}
.topBannerArea.n3.insta li{
	float: none;
}
.topBannerArea.n3.insta li a{
	background: linear-gradient(45deg, #833ab4, #fd1d1d, #fcb045);
}
.topBannerArea.n3.insta li a:hover{
	opacity: 0.8;
	color: #fff;
}



/*************************
みのべの教育ページ
**************************/
#edu,
#guide,
#support,
#info,
#photo,
#recruit,
#contactUs,
#topics,
#aboutUs,
#newsletter
 {
	background:url(../img/mainBg.jpg) repeat-x;
	background-position: top center;
}

#edu #contImg01 {
	background:url(../../edu/img/contImg01.jpg) no-repeat;
	height: 212px;
}
#edu #contImg01 p {
	width: 350px;
}
#edu #contImg02 {
	background:url(../../edu/img/contImg02.jpg) no-repeat;
	height: 212px;
}
#edu #contImg02 p {
	margin-left: 320px;
	width: 350px;
}
#edu #contImg03 {
	background:url(../../edu/img/contImg03.jpg) no-repeat;
	height: 212px;
}
#edu #contImg03 p {
	width: 370px;
}
#edu #contImg04 {
	background:url(../../edu/img/contImg04.jpg) no-repeat;
	height: 212px;
}
#edu #contImg04 p {
	margin-left: 300px;
	width: 370px;
}


#edu #contImg05 {
	background:url(../../edu/img/contImg05.jpg) no-repeat;
	height: 212px;
}
#edu #contImg05 p {
	width: 350px;
}
#edu #contImg06 {
	background:url(../../edu/img/contImg06.jpg) no-repeat;
	height: 212px;
}
#edu #contImg06 p {
	margin-left: 320px;
	width: 350px;
}
#edu #contImg07 {
	background:url(../../edu/img/contImg07.jpg) no-repeat;
	height: 220px;
}
#edu #contImg07 p {
	width: 370px;
}
#edu #contImg08 {
	background:url(../../edu/img/contImg08.jpg) no-repeat;
	height: 212px;
}
#edu #contImg08 p {
	margin-left: 300px;
	width: 370px;
}
#edu #contImg09 {
	background:url(../../edu/img/contImg09.jpg) no-repeat;
	height: 212px;
}
#edu #contImg09 p {
	width: 350px;
}

#edu #contImg10 {
	background:url(../../edu/img/contImg10.jpg) no-repeat;
	height: 370px;
}
#edu #contImg10 p {
	padding-top: 80px;
	width: 350px;
}
#edu #contImg11 {
	background:url(../../edu/img/contImg11.jpg) no-repeat;
	height: 370px;
}
#edu #contImg11 p {
	padding-top: 80px;
	width: 350px;
}

#edu #contImg12 {
	background:url(../../edu/img/contImg12.jpg) no-repeat;
	height: 270px;
}
#edu #contImg12 p {
	padding-top: 30px;
	width: 320px;
}
#edu #contImg13 {
	background:url(../../edu/img/contImg13.jpg) no-repeat;
	height: 370px;
}
#edu #contImg13 p {
	padding-top: 50px;
	width: 350px;
}
#edu #contImg14 {
	background:url(../../edu/img/contImg14.jpg) no-repeat;
	height: 370px;
	margin-bottom: 40px;
}
#edu #contImg14 p {
	padding-top: 40px;
	width: 350px;
}
#edu #contImg15 {
/*	background:url(../../edu/img/contImg15.jpg) no-repeat;
	height: 370px;*/
}
#edu #contImg15 p {
	padding-top: 10px;
/*	width: 350px;*/
}

#edu #contImg16 {
	background:url(../../edu/img/contImg16.jpg) no-repeat;
	height: 240px;
}
#edu #contImg16 p {
	padding-top: 30px;
	width: 350px;
}
#edu #contImg17 {
	background:url(../../edu/img/contImg17.jpg) no-repeat;
	height: 200px;
}
#edu #contImg17 p {
	padding-top: 20px;
	width: 260px;
}

#edu #contImg19 {
	background:url(../../edu/img/contImg19.jpg) no-repeat;
	height: 390px;
}
#edu #contImg19 p {
	padding-top: 80px;
	width: 260px;
}

#edu #contImg20 {
	background:url(../../edu/img/contImg20.jpg) no-repeat;
	height: 200px;
}
#edu #contImg20 p {
	margin-left: 220px;
	width: 440px;
}


#edu table td {
	padding: 8px;

}
#edu table th {
	padding: 5px 8px;
	font-weight:bold;

}

#edu .kirin table {
	width: 98%;
	margin-bottom: 5px;
}
#edu .kirin th,
#edu .kirin td {
	border: solid 1px #ededed;
}
p.note {
	font-size: 0.9em;
	margin-left: 1em;
	text-indent: -1em;
}

/*************************
みのべ幼稚園ってどんな園？
**************************/
#aboutUs #contImg01 {
	background:url(../../aboutUs/img/contImg01.jpg) no-repeat;
	height: 212px;
}
#aboutUs #contImg01 p {
	padding-top: 40px;
	width: 350px;
}
#aboutUs #contImg02 {
	background:url(../../aboutUs/img/contImg02.jpg) no-repeat;
	height: 212px;
}
#aboutUs #contImg02 p {
	margin-left: 320px;
	padding-top: 40px;
	width: 350px;
}
#aboutUs #contImg03 {
	background:url(../../aboutUs/img/contImg03.jpg) no-repeat;
	height: 212px;
}
#aboutUs #contImg03 p {
	padding-top: 40px;
	width: 350px;
}
#aboutUs #contImg04 {
	background:url(../../aboutUs/img/contImg04.jpg) no-repeat;
	height: 212px;
}
#aboutUs #contImg04 p {
	margin-left: 300px;
	padding-top: 40px;
	width: 350px;
}


.interview {
	margin-top: 35px;
}
.interview p {
	padding-bottom: 25px;
	background:url(../../aboutUs/img/mk.gif) no-repeat;
	text-indent: 25px;
}

#aboutUs .history dl {
	margin: 20px 30px;
	line-height: 3;
}
#aboutUs .history dt {
	float: left;
	width: 160px;
}
#aboutUs .history dt,
#aboutUs .history dd {
	padding: 0 20px;
	border-bottom: dotted 1px #999;
}



/*************************
園生活ガイド
**************************/

#guide #contImg01 {
	background:url(../../guide/img/contImg01.jpg) no-repeat;
	height: 212px;
}
#guide #contImg01 p {
	width: 350px;
}
#guide #contImg02 {
	background:url(../../guide/img/contImg02.jpg) no-repeat;
	height: 222px;
}
#guide #contImg02 p {
	margin-left: 320px;
	width: 350px;
}

#guide #contImg02 p.ml {
	text-indent:-1em; margin-left: 334px; margin-bottom: 0;
}

#guide #contImg04 {
	background:url(../../guide/img/contImg04.jpg) no-repeat;
	height: 222px;
}
#guide #contImg04 p {
	margin-left: 0px;
	width: 370px;
}

.slide {
	margin: auto;
	margin-bottom: 40px;
}
/*スライドショー用CSS*/
#slideshow {list-style:none; color:#fff}
#slideshow span {display:none}
#ssWrapper {width:571px; margin:0px auto; display:none}
#ssWrapper * {margin:0; padding:0}
#fullsize {position:relative; width:565px; height:370px; padding:2px; border:1px solid #ccc; background:#FFF}
#information {position:absolute; bottom:0; width:565px; height:0; background:#FFF; color:#000; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=80)}
#information h3 {padding: 5px 0 0 5px; font-size:1.2em; text-indent: 0px;}
#information p {padding:0 0 3px 5px; font-size: 1em; line-height: 1.2;}
#image {width:565px}
#image img {position:absolute; z-index:25; width:auto}
.imgnav {position:absolute; width:25%; height:306px; cursor:pointer; z-index:150}
#imgprev {left:0; background:url(../../guide/images/left.gif) left center no-repeat}
#imgnext {right:0; background:url(../../guide/images/right.gif) right center no-repeat}
#imglink {position:absolute; height:306px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(images/link.gif) center center no-repeat}
#thumbnails {margin-top:5px}
#slideleft {float:left; width:20px; height:81px; background:url(../../guide/images/scroll-left.gif) center center no-repeat; background-color:#d7c7ab}
#slideleft:hover {background-color:#cec198}
#slideright {float:right; width:20px; height:81px; background:#d7c7ab url(../../guide/images/scroll-right.gif) center center no-repeat}
#slideright:hover {background-color:#cec198}
#slidearea {float:left; position:relative; width:521px; margin-left:5px; height:81px; overflow:hidden}
#slider {position:absolute; left:0; height:81px}
#slider img {cursor:pointer; border:1px solid #666; padding:2px}




#sliderpro .sp-selected-thumbnail {
	border: 2px solid #333;
}



/*************************
子育て支援
**************************/

#support #contImg01 {
	background:url(../../support/img/contImg01.jpg) no-repeat;
	height: 200px;
}
#support #contImg01 p {
	width: 350px;
	padding-top: 20px;
	padding-left: 20px;
}
#support #contImg02 {
	background:url(../../support/img/contImg02.jpg) no-repeat;
	height: 220px;
}
#support #contImg02 p {
	width: 350px;
	padding-top: 20px;
	padding-left: 20px;
}
#support #contImg03 {
	background:url(../../support/img/contImg03.jpg) no-repeat;
	height: 220px;
}
#support #contImg03 p {
	width: 350px;
	padding-top: 20px;
	padding-left: 20px;
}
#support #contImg04 {
	background:url(../../support/img/contImg04.jpg) no-repeat;
	height: 150px;
}
#support #contImg04 p {
	width: 350px;
	padding-top: 20px;
	padding-left: 40px;
}
#support #contImg05 {
	background:url(../../support/img/contImg05.jpg) no-repeat;
	height: 212px;
}
#support #contImg05 p {
	width: 325px;
	padding-top: 40px;
	padding-left: 30px;
}
#support #contImg06 {
	background:url(../../support/img/contImg06.jpg) no-repeat;
	height: 212px;
}
#support #contImg06 p {
	width: 325px;
	padding-top: 20px;
	padding-left: 30px;
}

#support table {
	border-collapse:collapse;
}
#support td {
	border: solid 1px #CCC;
	padding: 5px 20px;
}



/*************************
入園案内
**************************/
#info #contImg01 {
	background:url(../../info/img/contImg01.jpg) no-repeat;
	height: 212px;
}
#info #contImg01 p {
	width: 325px;
	padding-top: 20px;
	padding-left: 30px;
}

#info #contImg02 {
	background:url(../../info/img/contImg02.jpg) no-repeat;
}
#info #contImg03 {
	background:url(../../info/img/contImg03.jpg) no-repeat;
}
#info #contImg04 {
	background:url(../../info/img/contImg04.jpg) no-repeat;
}
#info #contImg05 {
	background:url(../../info/img/contImg05.jpg) no-repeat;
}
#info #contImg06 {
	background:url(../../info/img/contImg02.jpg) no-repeat;
}
#info #contImg07 {
	background:url(../../info/img/contImg03.jpg) no-repeat;
}
#info #contImg08 {
	background:url(../../info/img/contImg04.jpg) no-repeat;
}
#info #contImg02 p,
#info #contImg03 p,
#info #contImg04 p,
#info #contImg05 p,
#info #contImg06 p,
#info #contImg07 p,
#info #contImg08 p
 {
	width: 480px;
	margin: 0 0 15px 0;
	text-indent: -1em;
	padding-top: 0px;
	padding-left: 180px;
}

#info h6 {
	margin-bottom: 15px;
}

/*************************
写真館
**************************/

#photo .backnumber {
	width: 648px;
	padding: 10px;
}
.backnumber li {
	float: left;
	margin-bottom: 5px;
	width: 200px;
	line-height: 1.4;
}

#lf {
	float: left;
	margin: 0 5px 0 0; padding: 0;
	width: 150px;
	font-size: 0.95em;
}
#lf p {
	margin: 0 0 5px 0; padding: 0;
	line-height: 1;
	font-size: 0.9em;
}

#ri {
	float: left;
	padding: 0 0 0 10px;
	width: 515px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c33434;
}
#ri h3 {
	margin: 0; padding: 5px 0;
	font-size: 1em;
}
#ri p {
	margin: 0; padding: 0;
	line-height: 1.4;
}

#ri ul{
	width:100%;
}
#ri li{
	display: inline-block;
	margin: 0;
	padding: 0;



	line-height: 0;
}
#ri li a{
	display: block;
	margin: 0;
	padding: 0;
	line-height: 0;
}

#ri img {
	margin: 0 5px 0 0;
	padding: 0;
	border: 1px solid #999999;
}


/*************************
お問い合わせ
**************************/
.hagaki table {
	margin: 15px 0 0 0px; padding: 0;
	color: #666666;
	font-size: 0.9em;
	border-collapse: collapse;
}
.hagaki td {
	border: solid 1px #ccc;
	padding: 5px 20px;

}


.hagaki td br.nw{
	display: none;
}




.fromtxt {
	font-size: 1em;
	color: #006699;
}

#contactUs .hagakiBg {
/*	background:url(../../contactUs/img/hagaki.jpg) no-repeat;*/
}
#contactUs .hagakiBg td {
	background: #FFF;
}

/*************************
お知らせとニュース
**************************/
body#news {
	background:url(../../news/img/mainImg.png) no-repeat top center;
}
.newsbacknumber li {
	padding: 10px 10px;
	border-bottom: dotted 1px #660066;
}
#news p#date {
	margin: 25px 0px 0px 5px;
	text-align: right;
	font-size: 0.8em;
}
#news p#tit {
	margin: 0 0 20px 5px; padding: 15px 0;
	text-align: center;
	border-top: solid 1px #cea28c;
	border-bottom: solid 1px #cea28c;
}
#news p#memo {
	padding: 0px;
	margin: 0px 0px 0px 5px;
	line-height: 1.8;
	font-family: "Geneva", "Arial", "Helvetica", "sans-serif";
}
#news p#memo img {
	margin: 10px 10px 0 0; padding: 0;
}


/*************************
採用情報
**************************/
.msg p {
	margin: 0 0 0 2em;
	text-indent: -1em;
}
.msg h5 {
	margin-top: 20px;
}

.udline {
	margin: 20px 0 0 40px;
}
.udline p {
	padding-left: 20px;
	border-bottom: dotted 1px #CCC;
}
.columnWaku {
	border: solid 1px #FF9900;
	background:url(../../guide/img/contImg03.jpg) no-repeat;
	padding: 30px 40px 0 40px;
	margin-bottom: 25px;
}
.recTel {
	width: 90%;
	margin: 20px 0;
	padding: 40px 0 40px 40px;
	border: solid 1px #CCCCCC;
	font-size: 1.4em;
}

#recruit #contImg01 {
	background:url(../../recruit/img/bgImg01.png) no-repeat;
	height: 295px;
}

table.assist {
	width: 380px;
}
.assist th {
	padding: 5px;
	white-space: nowrap;
	vertical-align: top;
}
.assist td {
	padding: 5px 20px;
}

#recruit #contImg02 {
	background:url(../../recruit/img/bgImg02.jpg) no-repeat;
	min-height: 160px;
	margin-top: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #CCC;
}
#recruit #contImg03 {
	background:url(../../recruit/img/bgImg03.jpg) no-repeat;
	min-height: 160px;
	margin-top: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #CCC;
}
#recruit #contImg04 {
	background:url(../../recruit/img/bgImg04.jpg) no-repeat;
	min-height: 160px;
	margin-top: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
}

#recruit .year {
	margin-left: 200px;
	font-size: 80%;
}
#recruit span.tanto {
	margin-left: 200px;
	font-size: 80%;
}
#recruit .voice {
	margin-left: 200px;
}

/*************************
MOVIE
**************************/
.movieCont {
	clear:both;
	width: 640px;
	margin: 50px auto;
}


.cont10 {
	padding: 10px 30px;
}
.orange {
	color:#FF6600
}
.sax {
	color:#39F;
}
.sax a {
	color:#39F;
}
.green {
	color:#339966;
}
.purple {
	color:#939;
}
.purple a {
	color:#939;
}
.wine {
	color:#990000;
}
.gray {
	color:#333;
}
.bold {
	font-weight: bold;
}

.fsz12 {
	font-size: 1.2em;
}
.fsz09 {
	font-size: 0.9em;
}

.ml20 {
	margin-left: 20px;
}




.support.schedule{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.support.schedule .event{
	width: 49%;
}
.support.schedule .event table{
	width: 100%;
	margin-bottom: 15px;
}
#support .support.schedule .event table td{
	box-sizing: border-box;
	padding: 5px 5px;
}
.support.schedule .event table td.date{
	width: 10%;
	white-space: nowrap;
}
.support.schedule .event table td.dow{
	width: 5%;
}
.support.schedule .event table td.activity{
	width: 85%;
	vertical-align: middle;
}




.fade_img {
	position: relative;
	overflow: hidden;
	width: 960px;
	height: 226px;
}




/* Responsive Structure
/* ---------------------------------------------------------------------------------------------------------------------*/

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


#container {
	width: 100%;
	margin: 0 auto;
}

h1 {
	width: 40%;
	overflow: hidden;

	padding: 5px 2%;
}
h1 img{
	width: auto;
	height: 50px;
}


.fade_img {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height:auto;
	line-height: 0;
}
.fade_img:before {
	content:"";
	display: block;
	padding-top: 23.5%;
}

.fade_img img{
	width: 100%;
	height: auto;
}




#wrapper {
	clear: both;
	float: none;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
}

.content {
	float: none;
	width: 96%;
	margin: 0 auto;


	padding-bottom: 80px;
}

.rightContent {
	float: none;
	width: 96%;
	margin: 0 auto;

	margin-top: 8px;


	text-align:center;
}

#top {
	background: none;
}



h5 {
	height:auto;
}


h2 img,
h3 img,
h4 img,
h5 img,
h6 img{
	width: 100%;
	height: auto;
}

.topics {
	margin: 0;
	width: 100%;
	font-size: 13px;
	margin-bottom: 40px;
}
.topics.v02 {
	margin-bottom: 20px;
}
.topics dl {
	width: 98%;
	margin: 0 auto 3px auto;
	padding: 12px 0;
	border-bottom: dotted 1px #d3d3d2;
}
.topics dt {
	float: left;
	margin: 0 15px;
}

.instagram{
	width: 100%;
	margin-bottom: 40px;
}





img.fullWidth{
	width: 100%;
	height: auto;
}


/*****************************
グローバルナビゲーション
*****************************/

#gNavi {
	clear:both;
	height: auto;
}
#gNavi ul {
	width: 100%;
	height: auto;
	background: none;


	margin-top: 60px;
}
#gNavi ul li {
	float: none;

	width: 100%;

	height: auto;

	list-style:none;

	margin-bottom: -2px;
}
#gNavi li#gNavi01 a,
#gNavi li#gNavi02 a,
#gNavi li#gNavi03 a,
#gNavi li#gNavi04 a,
#gNavi li#gNavi05 a,
#gNavi li#gNavi06 a,
#gNavi li#gNavi07 a
 {
	display: block;
}
#gNavi li#gNavi01 a img,
#gNavi li#gNavi02 a img,
#gNavi li#gNavi03 a img,
#gNavi li#gNavi04 a img,
#gNavi li#gNavi05 a img,
#gNavi li#gNavi06 a img,
#gNavi li#gNavi07 a img
 {
	display: block;


width: 100%;
height: auto;

}
#gNavi li#gNavi01 a:hover img,
#gNavi li#gNavi02 a:hover img,
#gNavi li#gNavi03 a:hover img,
#gNavi li#gNavi04 a:hover img,
#gNavi li#gNavi05 a:hover img,
#gNavi li#gNavi06 a:hover img,
#gNavi li#gNavi07 a:hover img,
#top #gNavi li#gNavi01 a img,
#edu #gNavi li#gNavi02 a img,
#guide #gNavi li#gNavi03 a img,
#support #gNavi li#gNavi04 a img,
#info #gNavi li#gNavi05 a img,
#photo #gNavi li#gNavi06 a img,
#recruit #gNavi li#gNavi07 a img
{
	visibility: visible;
}



#commonNavi {
	display: none;
}


#menuOverlay {
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	display: none;
	position: fixed;
	z-index: 9997;
}

#switchBtnArea {
	width: 100%;

	position: relative;
}

#switchBtnArea #switchBtn {
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	display: block;
/*	background: #18d6c6;*/

/*	border: 1px solid #fff;*/

	position: absolute;

	z-index: 9998;

	background-color: rgba(0,0,0,0.2);
}

#switchBtnArea #switchBtn span {
	left: 32%;
	width: 36%;
	height: 2px;
	display: block;
	position: absolute;
	background-color: #444;
	border-radius: 5px;
	transition: all 0.2s linear;
}
#switchBtnArea #switchBtn span:nth-of-type(1) {
	top: 22px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
#switchBtnArea #switchBtn span:nth-of-type(2) {
	top: 29px;
	-webkit-transform: scale(1);
	transform: scale(1);
}
#switchBtnArea #switchBtn span:nth-of-type(3) {
	bottom: 22px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

#switchBtnArea #switchBtn.btnClose {
	background: transparent;
}
#switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
	top: 29px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #000;
}
#switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
	-webkit-transform: scale(0);
	transform: scale(0);
}
#switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
	bottom: 29px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #000;
}

#rwdMenuWrap {
	top: 0;
	right: -150px;
	width: 150px;
	height: 100%;
	background-color: #fff;
	overflow: auto;
	position: fixed;
	z-index: 9997;
}

#rwdMenuWrap ul#gNavi {
	width: 100%;
	padding: 60px 0 0;
}
#rwdMenuWrap ul#gNavi li {
	width: 100%;
	border-bottom: 1px solid #c9ced2;
}
#rwdMenuWrap ul#gNavi li:first-child {
	border-top: 1px solid #c9ced2;
}

#rwdMenuWrap ul#gNavi li a {
	padding: 15px 25px;
	text-align: left;
	display: block;
	background-color: #e9ebee;
	position: relative;

	color: #000;

	font-size: 14px;
}

#rwdMenuWrap ul#gNavi li a:after {
	content: '';
	margin-top: -4px;
	top: 50%;
	right: 15px;
	width: 8px;
	height: 8px;
	color: #888;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
	display: block;
	position: absolute;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}






/*****************************
バナー
*****************************/
#banner {
	clear:both;
	height: auto;
	margin-top:5px;
}
#banner ul {
		width: 100%;
		height: auto;
		background:url(../../topimg/banner_over.gif) no-repeat;

		background-size: 100% auto;

		display: flex;
		flex-wrap: nowrap;

}
#banner ul li {
		float:none;
		height: auto;
		list-style: none;


		line-height: 0;
}
#banner li.banner a {
		display:block;
}
#banner li.banner a img {
	display: block;


	width: 100%;
	height: auto;
}
#banner li.banner a:hover img {
	visibility: hidden;
}


/*****************************
サイドナビゲーション
*****************************/
#sNavi {
	width: 250px;
	margin: 40px auto 0;



	padding:0;
	background:url("../img/sNavi_over.jpg?d=1") no-repeat;
}
#sNavi ul li.sNavi a {
	display: block;
}
#sNavi ul li.sNavi a img {
	display: block;
}
#sNavi ul li.sNavi a:hover img {
	visibility: hidden;
}

/*****************************
サイドサブナビゲーション
*****************************/
#ssNavi {
	margin: 20px auto 3px;
	padding: 10px 0 10px 10px;
	background:#e8e8e8;


	width: 240px;

}
.ssNavi ul {
}
#ssNavi ul li.ss {
	height:40px;
	width: 240px;
	text-indent: 10px;
	margin-bottom: 1px;
}
#ssNavi ul li.ss a {
	background:url(../img/ssNaviBtn.jpg) no-repeat;
	padding: 10px 0 10px 10px;
	color: #000;
	display: block;
}
#ssNavi ul li.ss a:hover {
	background:url(../img/ssNaviBtnOver.jpg) no-repeat;
	text-decoration: none;
	color:#FF6600;
}

#ssNavi ul li {
	height:40px;
	width: 240px;
	text-indent: 24px;
	margin-bottom: 1px;
}
#ssNavi ul li a {
	padding: 10px 0 10px 10px;
	color: #000;
	display: block;
}
#ssNavi ul li a:hover {
	text-decoration: none;
	color:#FF6600;
}
.letterspace-1 {
	letter-spacing: -1px;
}



.topBannerArea li {
	margin: 10px 0;
}
.topBannerArea li a {
	float: none;
	display: inline-block;
}

.topBannerArea.n3{
	margin-left: 20px;
}
.topBannerArea.n3 li{
	box-sizing: border-box;
	margin: 0 10px 8px 0;
}
.topBannerArea.n3 li a{
	display: block;
}





/*************************
みのべの教育ページ
**************************/

#edu,
#guide,
#support,
#info,
#photo,
#recruit,
#contactUs,
#topics,
#aboutUs
 {
	background: none;
}

.mainImg img{
	width: 100%;
	height: auto;
}


#edu #contImg01 {
	background:url(../../edu/img/contImg01.jpg) no-repeat;

	height: auto;
	padding-bottom: 60%;
	background-size: 200% auto;
	background-position: right bottom;
	margin-bottom: 20px;

}
#edu #contImg01 p {
	width: 100%;
}
#edu #contImg02 {
	background:url(../../edu/img/contImg02.jpg) no-repeat;

	height: auto;
	padding-bottom: 60%;
	background-size: 210% auto;
	background-position: left bottom;
	margin-bottom: 20px;

}
#edu #contImg02 p {
	margin-left: 0;
	width: 100%;
}
#edu #contImg03 {
	background:url(../../edu/img/contImg03.jpg) no-repeat;

	height: auto;
	padding-bottom: 60%;
	background-size: 220% auto;
	background-position: right bottom;
	margin-bottom: 20px;

}
#edu #contImg03 p {
	width: 100%;
}
#edu #contImg04 {
	background:url(../../edu/img/contImg04.jpg) no-repeat;

	height: auto;
	padding-bottom: 60%;
	background-size: 200% auto;
	background-position: left bottom;
	margin-bottom: 20px;

}
#edu #contImg04 p {
	margin-left: 0;
	width: 100%;
}




#edu #contImg05 {
	background:url(../../edu/img/contImg05.jpg) no-repeat;

	height: auto;
	padding-bottom: 60%;
	background-size: 200% auto;
	background-position: right bottom;
	margin-bottom: 20px;

}
#edu #contImg05 p {
	width: 100%;
}
#edu #contImg06 {
	background:url(../../edu/img/contImg06.jpg) no-repeat;

	height: auto;
	padding-bottom: 60%;
	background-size: 200% auto;
	background-position: left bottom;
	margin-bottom: 20px;

}
#edu #contImg06 p {
	margin-left: 0;
	width: 100%;
}
#edu #contImg07 {
	background:url(../../edu/img/contImg07.jpg) no-repeat;

	height: auto;
	padding-bottom: 60%;
	background-size: 200% auto;
	background-position: right bottom;
	margin-bottom: 20px;

}
#edu #contImg07 p {
	width: 100%;
}
#edu #contImg08 {
	background:url(../../edu/img/contImg08.jpg) no-repeat;

	height: auto;
	padding-bottom: 60%;
	background-size: 200% auto;
	background-position: left bottom;
	margin-bottom: 20px;

}
#edu #contImg08 p {
	margin-left: 0;
	width: 100%;
}
#edu #contImg09 {
	background:url(../../edu/img/contImg09.jpg) no-repeat;

	height: auto;
	padding-bottom: 60%;
	background-size: 200% auto;
	background-position: right bottom;
	margin-bottom: 20px;

}
#edu #contImg09 p {
	width: 100%;
}
#edu #contImg20 {
	background:url(../../edu/img/contImg20.jpg) no-repeat;

	height: auto;
	padding-bottom: 60%;
	background-size: 200% auto;
	background-position: left bottom;
	margin-bottom: 20px;

}
#edu #contImg20 p {
	margin-left: 0;
	width: 100%;
}


#edu #contImg10 {
	background:url(../../edu/img/contImg10.jpg) no-repeat;

	height: auto;
	padding-bottom: 105%;
	background-size: 200% auto;
	background-position: right bottom;
	margin-bottom: 20px;

}
#edu #contImg10 p {
	padding-top: 0;
	width: 100%;
}
#edu #contImg11 {
	background:url(../../edu/img/contImg11.jpg) no-repeat;

	height: auto;
	padding-bottom: 105%;
	background-size: 200% auto;
	background-position: right bottom;
	margin-bottom: 20px;

}
#edu #contImg11 p {
	padding-top: 0;
	width: 100%;
}



#edu #contImg12 {
	background:url(../../edu/img/contImg12.jpg) no-repeat;

	height: auto;
	padding-bottom: 75%;
	background-size: 200% auto;
	background-position: right bottom;
	margin-bottom: 20px;

}
#edu #contImg12 p {
	padding-top: 0;
	width: 100%;
}
#edu #contImg13 {
	background:url(../../edu/img/contImg13.jpg) no-repeat;

	height: auto;
	padding-bottom: 105%;
	background-size: 200% auto;
	background-position: right bottom;
	margin-bottom: 20px;
}
#edu #contImg13 p {
	padding-top: 0;
	width: 100%;
}
#edu #contImg14 {
	background:url(../../edu/img/contImg14.jpg) no-repeat;
	height: 370px;
	margin-bottom: 40px;

	height: auto;
	padding-bottom: 45%;
	background-size: 100% auto;
	background-position: right bottom;
	margin-bottom: 20px;

}
#edu #contImg14 p {
	padding-top: 0;
	width: 100%;
}
#edu #contImg15 {
	background:url(../../edu/img/contImg15.jpg) no-repeat;

	height: auto;
	padding-bottom: 105%;
	background-size: 200% auto;
	background-position: right bottom;
	margin-bottom: 20px;
}
#edu #contImg15 p {
	padding-top: 0;
	width: 100%;
}


#edu #contImg16 {
	background:url(../../edu/img/contImg16.jpg) no-repeat;

	height: auto;
	padding-bottom: 65%;
	background-size: 200% auto;
	background-position: right bottom;
	margin-bottom: 20px;
}
#edu #contImg16 p {
	padding-top: 0;
	width: 100%;
}
#edu #contImg17 {
	background:url(../../edu/img/contImg17.jpg) no-repeat;

	height: auto;
	padding-bottom: 60%;
	background-size: 160% auto;
	background-position: right bottom;
	margin-bottom: 20px;
}
#edu #contImg17 p {
	padding-top: 0;
	width: 100%;
}

#edu #contImg19 {
	background:url(../../edu/img/contImg19.jpg) no-repeat;

	height: auto;
	padding-bottom: 90%;
	background-size: 160% auto;
	background-position: right bottom;
	margin-bottom: 20px;
}
#edu #contImg19 p {
	padding-top: 0;
	width: 100%;
}






/*************************
みのべ幼稚園ってどんな園？
**************************/
#aboutUs #contImg01 {
	background:url(../../aboutUs/img/contImg01.jpg) no-repeat;

	height: auto;
	padding-bottom: 60%;
	background-size: 200% auto;
	background-position: right bottom;
	margin-bottom: 20px;
}
#aboutUs #contImg01 p {
	padding-top: 0;
	width: 100%;
}
#aboutUs #contImg02 {
	background:url(../../aboutUs/img/contImg02.jpg) no-repeat;

	height: auto;
	padding-bottom: 60%;
	background-size: 200% auto;
	background-position: left bottom;
	margin-bottom: 20px;
}
#aboutUs #contImg02 p {
	margin-left: 0;
	padding-top: 0;
	width: 100%;
}
#aboutUs #contImg03 {
	background:url(../../aboutUs/img/contImg03.jpg) no-repeat;

	height: auto;
	padding-bottom: 60%;
	background-size: 200% auto;
	background-position: right bottom;
	margin-bottom: 20px;
}
#aboutUs #contImg03 p {
	padding-top: 0;
	width: 100%;
}
#aboutUs #contImg04 {
	background:url(../../aboutUs/img/contImg04.jpg) no-repeat;

	height: auto;
	padding-bottom: 60%;
	background-size: 200% auto;
	background-position: left bottom;
	margin-bottom: 20px;
}
#aboutUs #contImg04 p {
	margin-left: 0;
	padding-top: 0;
	width: 100%;
}


.interview {
	margin-top: 35px;
}
.interview p {
	padding-bottom: 25px;
	background:url(../../aboutUs/img/mk.gif) no-repeat;
	text-indent: 25px;
}

#aboutUs .history dl {
	margin: 20px 0;
	line-height: 1.8;

	width: 100%;
	float: left;

	border-bottom: dotted 1px #999;
}
#aboutUs .history dt {
	clear: both;
	float: left;
	width: 28%;
}
#aboutUs .history dd {
	float: left;
	width: 68%;
}
#aboutUs .history dt,
#aboutUs .history dd {
	padding: 10px 1%;
	border-bottom: none;
	border-top: dotted 1px #999;
}





/*************************
園生活ガイド
**************************/

#guide #contImg01 {
	background:url(../../guide/img/contImg01.jpg) no-repeat;

	height: auto;
	padding-bottom: 25%;
	background-size: 100% auto;
	background-position: right bottom;
	margin-bottom: 20px;
}
#guide #contImg01 p {
	width: 100%;
}
#guide #contImg02 {
	background:url(../../guide/img/contImg02.jpg) no-repeat;

	height: auto;
	padding-bottom: 70%;
	background-size: 200% auto;
	background-position: left bottom;
	margin-bottom: 20px;
}
#guide #contImg02 p {
	margin-left: 0;
	width: 100%;
}
#guide #contImg02 p.ml {
	text-indent:0; margin-left: 0; margin-bottom: 0;
}
#guide #contImg04 {
	background:url(../../guide/img/contImg04.jpg) no-repeat;

	height: auto;
	padding-bottom: 85%;
	background-size: 300% auto;
	background-position: right bottom;
	margin-bottom: 20px;
}
#guide #contImg04 p {
	margin-left: 0px;
	width: 100%;
}



.udline {
	margin: 20px 0 0 0;
}
.udline p {
	padding-left: 0;
	border-bottom: dotted 1px #CCC;
}
.columnWaku {
	background-size:200%;
}




#support #contImg01 {
	background:url(../../support/img/contImg01.jpg) no-repeat;

	height: auto;
	padding-bottom: 65%;
	background-size: 200% auto;
	background-position: right bottom;
	margin-bottom: 20px;
}
#support #contImg01 p {
	width: 100%;
	padding-left: 0;

}
#support #contImg02 {
	background:url(../../support/img/contImg02.jpg) no-repeat;

	height: auto;
	padding-bottom: 65%;
	background-size: 200% auto;
	background-position: right bottom;
	margin-bottom: 20px;
}
#support #contImg02 p {
	width: 100%;
	padding-left: 0;
}
#support #contImg03 {
	background:url(../../support/img/contImg03.jpg) no-repeat;

	height: auto;
	padding-bottom: 65%;
	background-size: 200% auto;
	background-position: right bottom;
	margin-bottom: 20px;
}
#support #contImg03 p {
	width: 100%;
	padding-left: 0;
}
#support #contImg04 {
	background:url(../../support/img/contImg04.jpg) no-repeat;

	height: auto;
	padding-bottom: 40%;
	background-size: 200% auto;
	background-position: right bottom;
	margin-bottom: 20px;
}
#support #contImg04 p {
	width: 100%;
	padding-left: 0;
}
#support #contImg05 {
	background:url(../../support/img/contImg05.jpg) no-repeat;

	height: auto;
	padding-bottom: 65%;
	background-size: 200% auto;
	background-position: right bottom;
	margin-bottom: 20px;
}
#support #contImg05 p {
	width: 100%;
	padding-left: 0;
}
#support #contImg06 {
	background:url(../../support/img/contImg06.jpg) no-repeat;

	height: auto;
	padding-bottom: 65%;
	background-size: 200% auto;
	background-position: right bottom;
	margin-bottom: 20px;
}
#support #contImg06 p {
	width: 100%;
	padding-left: 0;
}

#support table {
	border-collapse:collapse;
}
#support td {
	border: solid 1px #CCC;
	padding: 5px 20px;
}




#info #contImg01 {
	background:url(../../info/img/contImg01.jpg) no-repeat;

	height: auto;
	padding-bottom: 65%;
	background-size: 200% auto;
	background-position: right bottom;
	margin-bottom: 20px;
}
#info #contImg01 p {
	width: 100%;
	padding-left: 0;
}

#info #contImg02 {
	background:none;
}
#info #contImg03 {
	background:none;
}
#info #contImg04 {
	background:none;
}
#info #contImg05 {
	background:none;
}
#info #contImg06 {
	background:none;
}
#info #contImg07 {
	background:none;
}
#info #contImg08 {
	background:none;
}
#info #contImg02 p,
#info #contImg03 p,
#info #contImg04 p,
#info #contImg05 p,
#info #contImg06 p,
#info #contImg07 p,
#info #contImg08 p
 {
	width: 95%;
	margin: 0 0 15px 0;
	text-indent: -1em;
	padding-top: 0;
	padding-left: 5%;
}







#photo .backnumber {
	width: 95%;
	margin: 0 auto;
	padding: 10px 0;

}
.backnumber ul {
	width: 100%;

	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.backnumber li {
	float: none;
	margin-bottom: 5px;
	width: 48%;
	padding: 0 1% 5px;
	line-height: 1.4;
}



#photoBody{

	width:100%;
	display: flex;

	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
}

#lf {
	float: none;
	width: 19%;
	margin: 0 1% 0 0;
	padding: 0;
	min-width: 150px;
	font-size: 0.95em;
}
#lf p {
	margin: 0 0 1% 0;
	padding: 0;
	line-height: 1;
	font-size: 0.9em;
}

#ri {
	float: none;
	padding: 0 0 0 1%;
	width: 79%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c33434;
}
#ri h3 {
	margin: 0; padding: 5px 0;
	font-size: 1em;
}
#ri p {
	margin: 0; padding: 0;
	line-height: 1.4;
}

#ri ul{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

#ri li{
	display: block;
	width: 48%;
	margin: 0 1%;
}
#ri li a{
	display: block;
	width: 100%;
}
#ri img {
	margin: 7px 0 0 0;
	padding: 0;
	border: 1px solid #999999;

	width: 100%;
	height: auto;
}





#recruit #contImg01 {
	background:url(../../recruit/img/bgImg01.png) no-repeat;

	height: auto;
	padding-bottom: 75%;
	background-size: 200% auto;
	background-position: right bottom;
	margin-bottom: 20px;
}

table.assist {
	width: 100%;
}



/*************************
MOVIE
**************************/
.movieCont {
	clear:both;
	width: 100%;
	margin: 50px auto;
}
.movieCont iframe{
	width: 100%;
}





/*************************
お問い合わせ
**************************/
.hagaki td {
	padding: 5px 10px;
}
.hagaki table td input,
.hagaki table td textarea{
	max-width: 95%;
}
.hagaki td br.nw{
	display: block;
}


form.cmnform {
}

.hagaki td input[type="text"],
.hagaki td input[type="password"]{
	height: 25px;
	font-size: 14px;
	margin-bottom: 3px;
}

.hagaki td input[type="text"].name{ width: 100px;}
.hagaki td input[type="text"].zip1{ width: 50px;}
.hagaki td input[type="text"].zip2{ width: 70px;}
.hagaki td input[type="text"].address{ width: 200px;}
.hagaki td input[type="text"].tel{ width: 60px;}
.hagaki td textarea{ width: 200px; height: 8em; font-size: 14px;}
.hagaki td input[type="text"].year{ width: 60px;}
.hagaki td input[type="text"].month{ width: 40px;}
.hagaki td input[type="text"].day{ width: 40px;}
.hagaki td input[type="text"].email{ width: 200px;}


#contactUs .hagakiBg {
	background:none;
}
#contactUs .hagakiBg td {
	background: #FFF;
}



img.lunchmenu{
	max-width: 100%;
	height: auto;
}




.toTop {
	margin: 0 auto;
	text-align: right;
	width: 96%;

	padding-top: 20px;

	font-size: 1.2em;
}

#foot {
	clear: both;
	height: auto;
	background:url(../img/footBg.gif) repeat-x center bottom;


	padding-bottom: 30px;
}
#footer {
	width: 100%;
	margin: 0 auto;
	height: auto;
	background: none;
}
#footer #sitemap {


display: none;

	clear: both;
	width: 90%;
	margin: 0 auto;
	font-size: 1em;
	margin-bottom: 10px;
}
.sitemapBox1 {
	float: none;
	width: 100%;
}
.sitemapBox2 {
	float: none;
	width: 100%;
}
.sitemapBox3 {
	float: none;
	width: 100%;
}

#footHead {
	height: 98px;
	background:url(../img/footHead.gif) no-repeat;
	background-position: top center;
}
#sitemap dl {
	margin-bottom: 10px;
}
#sitemap dt {
	font-weight: bold;

}



.nwc{
	clear: both;
}





}






/* ---------------------------------------------------------------------------------------------------------------------*/

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


h1 {
	width: 70%;
	overflow: hidden;

	padding: 5px 2%;
}



/*****************************
バナー
*****************************/
#banner {
	clear:both;
	height: auto;
	margin-top:5px;
}
#banner ul {
		background: none;

		display: flex;
		flex-wrap: wrap;
}
#banner ul li {
		float:none;
		height: auto;
		list-style: none;


		width: 33.3%;

		line-height: 0;
}
#banner li.banner a:hover img {
	visibility: visible;

}


.topBannerArea.n3{
	box-sizing: border-box;
	margin-left: 20px;
	padding-right: 10px;
}
.topBannerArea.n3 li{
	min-width: 28%;
	float: none;
	display: block;
	margin: 0 10px 8px 0;
	text-align: center;
}
.topBannerArea.n3 li a{
	width: 100%;
	max-width: 250px;
	display: inline-block;
}


.topBannerArea.n3.insta{
	margin-left: 20px;
}



.support.schedule .event{
	width: 100%;
}



#ri li{
	width: 100%;
	margin: 0 0;
}

}








/* 2025.04 LINE */

.lineadd{
    box-sizing: border-box;
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    
    text-align:center;

    border: 8px solid #c3e2f7;
	border-radius: 5px;
    padding: 12px 24px;
    
    margin-bottom: 30px;
}
.lineadd h2{
    font-size: 1.1em;
    color: #00a041;
    line-height:1.3;
    margin-bottom: 5px;
}
.lineadd p{
    line-height:1.3;
    margin-bottom: 10px;
}
.lineadd br.nw{
    display: none;
}

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

.lineadd{
    padding: 8px 12px;
}
.lineadd br.nw{
    display: block;
}

}