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


img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
　display:block;
}

#container {
	width:100%;
}

p {
	color: #3E3A39;	/* 文字色 */
}

/*===============================================
基本レイアウト
===============================================*/
html {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* ボディ */
body {
	margin: 0;		/* スペース */
	padding: 0;	/* 余白 */
	font-size: 15px;	/* 文字サイズ */
	line-height: 1.7;	/* 行の高さ */
	color: #3E3A39;
	background-image: url(image/bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-size: cover;
}

/* ヘッダー */
.header {
	text-align: center;	/* テキスト、画像の真ん中寄せ */
	padding: 1em 0;		/* 上下の余白 */
	margin-bottom: 0;	/* 他のブロックとのスペース */
	background: #B1063A;	/* 背景色(確認用) */
}

.header-wrapper {
	margin: 0 auto;	/* 左右に[auto]を指定することで、真ん中に寄る */
	padding: 0;	/* 上下左右の余白を0にしておく */
	overflow: hidden;		/* floatを解除する */
}

/* ロゴ画像を囲む[h1] */
.logo-wrapper {
	margin: 0;			/* スペース */
	padding: 0;		/* 余白 */
}

/* ロゴ画像 */
.logo {
	max-width: 220px;		/* 横幅 */
	height: auto;		/* 高さ */
}
/*テキストリンクの色*/
a:link {
	color:#F16682;
	text-decoration: line;
}
/*マウスの上にカーソルがあるときのリンクの色*/
a:hover {
	color:#cccccc;
	text-decoration: none;
}
a:visited{
	color:#86D4F3;
}




/*===============================================
メインコンテンツ
===============================================*/
.wrapper {
	width: auto;
	padding: 0 0px;		/* 左右の余白 */
	overflow: hidden;		/* floatを解除する */
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-size: cover;
}


.main {
	width: auto;
	padding: 0;		/* 余白 */
	border: none;		/* 枠線 */
	float: none;		/* floatを無効する */
}

.side {
	width: auto;
	float: none;		/* floatを無効する */
}
.newlist {
	display: none;		/* 非表示にする */
}
.author {
	display: none;		/* 非表示にする */
}
/* キーイメージ */
.keyimage{
	margin: 0px;
	padding: 0px;
}
.topimg {
	margin: 0 auto;	/* 左右に[auto]を指定することで、真ん中に寄る */
	padding-bottom: 20px;
	max-width: 100%;
}


/* リード文 */
.h3 {
	font-size: 13px;
	font-size: 1.3em;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding-top: 10px;
	padding-bottom: 5px;
}

.leadtext_r {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 5px;
}
.leadtext {
	display: none;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto }

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}




/* [≡]menu.jsとセットでどうぞ[≡]
-----------------------------------------*/
nav  * {
margin: 0;
padding: 0;
font-weight: normal;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
nav.open-list {
position: static;
margin-bottom: 25px;
}
nav {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 10;
}
nav h2 {/*jQueryで自動挿入される[≡]ボタン*/
	width: 57px;
	height: 47px;
	background:  url(../image/navmenu_s.png) no-repeat center center;
	border-radius: 3px;
	float: right;
	cursor: pointer;
	position: absolute;
	top: 3px;
	right: 1%;
	z-index: 100;
}
nav.selected h2 {/*jQueryで自動挿入される[≡]ボタン close*/
	background:  url(../image/navmenu_s_on.png) no-repeat center center;
	transition: background 0.3s ease;
}
nav > ul {
clear: both;
font-size: 16px;
padding-top: 65px;
}
nav.open-list > ul {
padding-top: 0;
}
nav > ul li {
color: #fff;
text-align: center;
position: relative;
background: #B1063A;
}
nav > ul > li a,
nav > ul > li span {
display: block;
padding: 10px;
text-decoration: none;
color: #fff;
border-top: 1px solid #F2F2F2;
}
nav > ul > li:last-child a {
border-bottom: 1px solid #F2F2F2;
}
nav a:link {
	color:#fff;
	text-decoration: line;
}
nav li a:hover {
color: #FFF;
}
nav a:hover,
nav span:hover {
	color: #fff;
background: #F16682;
}
nav a:visited{
	color:#fff;
}
nav li ul {
font-size: 14px;
}
nav li ul li a {
font-size: 12px;
}
nav li ul li a:before {
content: "> ";
}
nav li {background-color:#B1063A;}



#dropmenu {
	display: none;
}



/*===============================================
フロート・フォント関連
===============================================*/
.bold {
	font-weight: bold;
}
.red {
	color: #e5004d;
}
.sub-title {
	font-size: 18px;
	font-weight: bold;
}



/*===============================================
タイトル
===============================================*/
.main-title_r {
	color: #001A43;
	background: #fffcf6;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 14px;
	font-size: 1.4em;
	margin: 0px 0px 20px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.main-title {
	display: none;
}



/*===============================================
児童館について
===============================================*/
.incyo_r {
	width: auto;
	padding: 0px 20px;
}
.incyo-photo_r {
	width: 50%;
	margin: 0 auto;	/* 左右に[auto]を指定することで、真ん中に寄る */
}
.hyosyo-photo_r {
	width: auto;
}
.messeage-box_r {
	max-width: auto;
	padding: 0px 20px;
	margin-bottom: 60px;
}
.shinsatsujikan_r {
	color: #F16682;
	border-top: 2px dotted #9fa0a0;
	border-bottom: 2px dotted #9fa0a0;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	margin-right: 20px;
	margin-left: 20px;
}
.time_r {
	margin: 0 auto;	/* 左右に[auto]を指定することで、真ん中に寄る */
	max-width: auto;
	padding: 20px 20px 0px;
}
.incyo {
	display: none;
}
.incyo-photo {
	display: none;
}
.hyosyo-photo {
	display: none;
}
.messeage-box {
	display: none;
}
.shinsatsujikan {
	display: none;
}
.time {
	display: none;
}



/*===============================================
よくある質問
===============================================*/
.qa-title {
	font-weight: bold;
	color: #F16682;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
}
.pa-box {
	padding: 0px 20px;
}


/*===============================================
アクセス
===============================================*/
.access {
	width: 80%;
	margin: 0 auto;	/* 左右に[auto]を指定することで、真ん中に寄る */
}





/*===============================================
フッター
===============================================*/
/* フッター */
#footer_r {
	width: 100%;
	padding: 5px 0px 0px 10px;
	background: #B1063A;
	border-top: 1px #ffffff;
	border-right: 1px #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px #ffffff;
	clear: both;
	font-size: 10px;
	font-size: 0.75em;
	margin-top: 20px;
}
#footer-wrapper {
	width:auto;
	margin: 0 auto;	/* 左右に[auto]を指定することで、真ん中に寄る */
	padding: 5px;	/* 上下左右の余白を0にしておく */
	overflow: hidden;		/* floatを解除する */
	display:block;
}
.footlogo {
	width:25%;
	max-width:200px;
}
.footimg {
	width:100%;
	max-width:300px;
}
#copyright {
	width:100%;
	margin:0 auto 0;
	padding: 1rem 0 1rem;	
	font-size:10px;
	text-align:center;
	background: #B1063A;
	color: #ffffff;
}
#footer {
	display: none;
}
 


/*===============================================
スライドショー
===============================================*/
.slide {
  position: relative;
  width: 100%;
  padding-top: 62.5%;
  overflow: hidden;
  background-color: #c6c6c6;
}
 
@keyframes slideshow {
  0% {
    opacity: 0;
  }
 
  10% {
    opacity: 1;
  }
 
  28% {
    opacity: 1
  }
 
  38% {
    opacity: 0;
  }
 
  100% {
    opacity: 0;
  }
}
 
.slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  opacity: 0;
  animation: slideshow 24s linear infinite;
}
 
.slide img:nth-child(2) {
  animation-delay: 8s;
}
 
.slide img:last-child {
  animation-delay: 16s;
}