/* スマートフォン用CSS */
@media screen and (max-width: 640px) {

 /* ▽▽ハンバーガーメニュー▽▽
------------------------------------------------------- */
#hm_menu_block {
	display:block;
}
.hm_menu_check {/* チェックボックスを隠す */
  display: none;
}

.hm_title {/* ハンバーガーメニューオープン時の見出し */
	position: relative;
	color: #999/* 見出しの文字の色 */;
	display: inline-block;
	float: left;
	font-weight: 100;
	line-height: 30px;
	margin: 0 0 0 15px;
	opacity: 0;
	-webkit-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
	-webkit-transition: -webkit-transform 0.6s, opacity 0.5s;
	transition: transform 0.6s, opacity 0.5s;
	z-index: 2;
}

/* ▽▽メニューボタン▽▽ */
.hm_btn {
	position: relative;/* 三本線ボタンの表示位置 */
	width: 30px;
	height: 30px;
	cursor: pointer;
	display: block;
	float: right;
	padding-right:4px;
	z-index: 4;/* 重なり　上のレイヤー */
}
.hm_btn::before {
	-webkit-box-shadow: #9B8633 0 12px 0;
	box-shadow: #9B8633 0 12px 0;
}
.hm_btn::after {
	bottom: 0;
}
.hm_btn::before,
.hm_btn::after {
	width: 30px;
	height: 6px;
	background: #9B8633;
	display: block;
	content: '';
	position: absolute;
	-webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
	transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
}
/* △△メニューボタン△△ */

.hm_menu_wrap {
	width :100%;
	height :190px;/* メニューの縦サイズ */
	background: #fff;
	position: absolute;/* メニューの表示位置　絶対値 */
	left: -100%;
	top: 616px;
	-webkit-transition: left 0.4s;
	transition: left 0.4s;
	z-index: 3;/* 重なり　上のレイヤー */
}

/* ▽▽開閉時のアニメーション▽▽ */
.hm_menu_check:checked ~ .hm_title {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.hm_menu_check:checked ~ .hm_btn::before {
	-webkit-box-shadow: transparent 0 0 0;
	box-shadow: transparent 0 0 0;
	-webkit-transform: rotate(45deg) translate3d(6px, 11px, 0);
	transform: rotate(45deg) translate3d(6px, 11px, 0);
}
.hm_menu_check:checked ~ .hm_btn::after {
	-webkit-transform: rotate(-45deg) translate3d(6px, -11px, 0);
	transform: rotate(-45deg) translate3d(6px, -11px, 0);
}
.hm_menu_check:checked ~ .hm_menu_wrap {
	left: 0;
}

/* △△開閉時のアニメーション△△ */

/* ▽▽メニュー内のリストスタイル▽▽ */
.hm_list {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
	text-align:left;
}
.hm_list li a {
	color: #9B8633;
	display: block;
	overflow: hidden;
	padding: 8px 22px;
	position: relative;
	text-decoration: none;
	z-index: 1;
	border-bottom:1px #CCCCCC dotted;
}
.hm_list li a::before {/* aタグマウスオーバー時の背景 */
	color: #777;
	background: #eee;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 100%;
	left: 0;
	-webkit-transition: bottom 0.4s;
	transition: bottom 0.4s;
	z-index: -1;
}

.hm_list li a:hover::before {
	bottom: 0;
}
.hm_list li a:hover::after {
	opacity: 0.5;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/* メニュー内のリストスタイル△△ */

/* △△ハンバーガーメニュー△△
------------------------------------------------------- */


/* ママにこ倶楽部・ママにこ広場・今月の開催予定
----------------------------------------------------- */
/* 背景色白 */
#this_month_schedule_table {
width:100%;
padding: 0;
background-color: #fff;
}
/* タイトル　下線ドット */
#this_month_schedule_table h2 {
width:100%;
margin: 0  !important;
text-align:left;
background-image: linear-gradient(to right, #F7AB00, #F7AB00 3px, transparent 3px, transparent 3px);/* ドットのサイズ */
background-size: 12px 3px;/* ドットの間隔調整 */
background-position: bottom;/* ドットの位置 */
background-repeat: repeat-x;
}

/* レイアウト用テーブル */
#this_month_schedule_table table {
width:100%;
margin: 0 auto;
text-align:center;
border-spacing: 4px;
table-layout: fixed;
}


#this_month_schedule_table table td {
width: 100%;
border-bottom: none;
font-size: 100%;
text-align:center;
display: block;
line-height:110%;
}

/* レイアウト用テーブル・ご予約はこちらボタンセル */
#this_month_schedule_table table td.reserved_td {
padding-bottom: 10px;
text-align:center;
border-bottom: #666 1px dotted;
}


/* ご予約はこちらボタン */
.reserved a {
width: 200px;
margin: 0 auto !important;
text-align:center !important;
padding: 4px 8px 4px 8px;
background-color: #FFDD25;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
display:block;
font-size:100%;
color: #D20002;
}

.reserved a:hover {
filter: alpha(opacity=70);
opacity:0.7;
text-decoration: none;
}

.mnhiroba_block {
	width:100%;
	margin:0 auto;
}
.mnhiroba_block ul {
	margin:20px 0 0 0 !important;
	padding:0 !important;
}
.mnhiroba_block ul li {
	background: url(../images/list_mn03.png) 0 50% no-repeat ;
	margin:0;
	list-style:none ;
	line-height:100%;
	padding-left:20px !important;
}


/* TOPタイトル
----------------------------------------------------- */
#top_title {
width: 100% !important;
margin:0 auto;
text-align:left;
}
#top_title img {
width: 100%;
}

/*グローバルナビゲーション　スマホは表示しない
------------------------------------------------------*/
#global_navigation {
display:none;
width:100%;
height:auto;
margin-bottom:0;
}

/*グローバルナビゲーション横幅をPC用に中央寄せ��サイズ指定
------------------------------------------------------*/
#global_navigation_in {
width:100%;
margin:0 auto;
}

/*グローバルナビゲーションを中央寄せ
------------------------------------------------------*/
#global_navigation_center {
width:215px;
height:auto;
margin: 0 auto;
padding:0;
}

/*グローバルナビゲーションUL
------------------------------------------------------*/
#global_navigation_center ul {
margin-bottom: 20px;
padding: 0;
}

/*グローバルナビゲーションLI
------------------------------------------------------*/
#global_navigation_center ul li {
margin: 0 ;
padding: 0;
float:none;
list-style:none;
display:block;
}
#global_navigation_center ul li span {
display:none;
}
#global_navigation_center ul li.gn01 {
	width:175px;
	height:60px;
background:url(../images/g_navi01_sp.png) no-repeat;
display:block;
}
#global_navigation_center ul li.gn01 a {
	width:175px;
	height:60px;
background:url(../images/g_navi01_sp.png) no-repeat;
display:block;
}
#global_navigation_center ul li.gn01 a:hover {
background:url(../images/g_navi01_sp.png) no-repeat;
}

#global_navigation_center ul li.gn02 {
	width:198px;
	height:60px;
background:url(../images/g_navi02_sp.png) no-repeat;
display:block;
}
#global_navigation_center ul li.gn02 a {
	width:198px;
	height:60px;
background:url(../images/g_navi02_sp.png) no-repeat;
display:block;
}
#global_navigation_center ul li.gn02 a:hover {
background:url(../images/g_navi02_sp.png) no-repeat;
}

#global_navigation_center ul li.gn03 {
	width:195px;
	height:60px;
background:url(../images/g_navi03_sp.png)no-repeat;
display:block;
}
#global_navigation_center ul li.gn03 a {
	width:195px;
	height:60px;
background:url(../images/g_navi03_sp.png) no-repeat;
display:block;
}
#global_navigation_center ul li.gn03 a:hover {
background:url(../images/g_navi03_sp.png) no-repeat;
}

#global_navigation_center ul li.gn04 {
	width:215px;
	height:60px;
background:url(../images/g_navi04_sp.png) no-repeat;
display:block;
}
#global_navigation_center ul li.gn04 a {
	width:215px;
	height:60px;
background:url(../images/g_navi04_sp.png) no-repeat;
display:block;
}
#global_navigation_center ul li.gn04 a:hover {
background:url(../images/g_navi04_sp.png) no-repeat;
}

/* TOPコンテンツレイアウト
----------------------------------------------------- */
#top_contents {
width: 100%;
}

/* TOPコンテンツ横幅指定＋中央寄せ */
#top_contents_in {
width: 100%;
margin:0 auto;
text-align:center;
}

/* TOPコンテンツ p */
#top_contents_in p {
	margin: 0 0 10px 0;
	padding: 0 0 0 6px;
	font-size: 100%;
	text-align:left;
	word-wrap:break-word;
}


/* メインイメージレイアウト
----------------------------------------------------- */
#main_image {
width: 100%;
margin:0 auto;
}

/* メインイメージサイズ */
#main_image img {
width: 100%;
}


/* TOP・おもやいっこ他サイトへのリンクバナー
----------------------------------------------------- */
#top_othersitebanner_block {
width: 100%;
height:auto;
background:none;
clear:both;
}
#top_othersitebanner_block img {
margin: 0 2px;
}
.top_othersitebanner_bgimg {
background:url(../images/bgimg_mamaniko.jpg) repeat-y ;
-moz-background-size:contain;
 background-size:contain; 
}
.top_othersitebanner {
width: 100%;
margin:0 auto;
}
.top_othersitebanner img {
width: 70%;
}
.top_ob01 {
float:left;
}
.top_ob02 {
float:right;
}


/* TOP・インフォブロック
----------------------------------------------------- */
#top_info_block {
width: 100%;
margin: 0 auto;
text-align:center;
}
.top_banner_left {
width: 100%;
margin: 0 auto;
float:none;
	}

/* TOP・お知らせ
----------------------------------------------------- */
#top_oshirase_block {
width:100%;
margin: 0 auto;
padding-bottom:20px;
float: none;
}
/* TOP・お知らせ中央寄せ
----------------------------------------------------- */
#top_oshirase_block_center {
width:100%;
margin: 0 auto;
text-align:center;
}

/* TOP・お知らせ背景ヘッダ
----------------------------------------------------- */
#top_oshirase_header {
width:100%;
height: auto;
background: url(../images/mamaniko_background_oshirase_header.png) no-repeat 50% 50%;
}

/* TOP・お知らせ背景中央
----------------------------------------------------- */
#top_oshirase_middle {
width:100%;
background-color: #fff;
}
/* タイトル　下線ドット */
#top_oshirase_middle h2 {
margin-bottom:10px;
text-align:left;
background-image: linear-gradient(to right, #F7AB00, #F7AB00 3px, transparent 3px, transparent 3px);/* ドットのサイズ */
background-size: 12px 3px;/* ドットの間隔調整 */
background-position: bottom;/* ドットの位置 */
background-repeat: repeat-x;
}

/* TOP・お知らせ背景フッタ
----------------------------------------------------- */
#top_oshirase_footer {
width:100%;
height: 20px;
background: url(../images/mamaniko_background_oshirase_footer.png) no-repeat 50% 50%;
}

/* TOP・お知らせ内容中央寄せ
----------------------------------------------------- */
.top_oshirase_middle_in {
width:100%;
margin: 0 auto;
text-align:center;
}

/* TOP・お知らせ内容
----------------------------------------------------- */
#top_oshirase_block dl {
margin: 0;
padding: 0;
font-size: 80%;
}
/* TOP・お知らせ日付
----------------------------------------------------- */
#top_oshirase_block dl dt {
width:100%;
float: none;
padding-left: 10px;
text-align: left;
}
/* TOP・お知らせ詳細
----------------------------------------------------- */
#top_oshirase_block dl dd {
width:100%;
float:none;
text-align: left;
padding-left: 10px;
}

/* TOP・バナー
----------------------------------------------------- */
.top_banner_right {
width: 100%;
margin:0 auto;
float:none;
text-align: center;
}

/* ママにこ倶楽部・フッタ保育ルーム予約バナー
----------------------------------------------------- */
#mn_footer {
width: 100%;
margin:0 auto;	
}
#mn_footer h2 {
margin-bottom:20px;
text-align:center;
color:#F29600;
font-family:"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
background-image: linear-gradient(to right, #F7AB00, #F7AB00 3px, transparent 3px, transparent 3px);/* ドットのサイズ */
background-size: 12px 3px;/* ドットの間隔調整 */
background-position: bottom;/* ドットの位置 */
background-repeat: repeat-x;
}
#mn_footer ul {
margin:0;
}
#mn_footer ul li {
list-style:none;
padding-left:10px;
float:none;
}
#mn_footer ul li img {
	width:80%;
	max-width:200px;
}

}/* ←CSSの一番最後に記述 */