@charset "utf-8";
/* CSS Document */

@media screen and (max-width:745px) {
	
	.pc_only{display: none!important;}
	.sp_only{display: inline!important;}
	
	.sp_size{width: 100%!important;}

	.wrap{width:100% !important;}
	
	.inbox{padding: 10px!important;}

	hr{}
	
	/*スライダー*/
	#wide{
		padding: 20px 0 0px 0!important;
	}
	
	
	
	
	
	
	
	/**グローバルメニュー*/
	#area_gmenu h1{
		display: none!important;
	}
	#area_gmenu ul{
		display: none!important;
	}

	/*新着情報*/
	#area_whatsnew{
		padding: 10px 0!important;
	}
	#area_whatsnew h2{
		float: none!important;
	}
	#area_whatsnew ul{
		margin-left: 0px!important;
	}
	
	
	/*活動日誌*/
	#area_diary ul#cat{
		width: 100%!important;
	}
	#area_diary ul#cat li{
		padding: 0 10px!important;
	}

	
	
	/*あいさつ*/
	#area_hello4{
	}

	#area_hello4 .wrap{
		background-image: none!important;
		background-size: 0px!important;
		padding-left: 0px!important;
	}
	#btn_contact_hello img{
		width: 100%!important;
	}
	
	/*支援者さまへ*/
	#area_supporter .wrap{
		padding: 60px 0px 0px 0px!important;
	}

	
	
	/*footer-------------------------*/

	#footer{
		background:#5C66A4;
		padding:20px 0;
	}

	#footer div#f_list{
	}

	#footer div#nav{
		float: none!important;
		width: 100%!important;
	}
	#footer div#menu{
		float: none!important;
		width: 100%!important;
	}

	#footer dl{}

	#footer dl dt{
		color:#FFF;
		border-bottom: 2px solid #fff;
		padding-bottom: 6px;
		margin-bottom: 10px;
	}
	#footer dl dd{
		color:#FFF;
	}

	#footer dl dd a{
		color:#FFF;
		text-decoration: none;
	}

	#contact_f{
		padding: 20px 0;
	}
	#contact_f img{
		width: 300px;
	}


	#copyright{
		color:#5C66A4;
		padding-top:6px;
	}

	#copyright p#address{
		float: left;
		font-size:1.4rem;
	}


	p.totop{
		font-size:1.4rem;
		text-align:right;
		float: right;
	}
	p.totop a{
		text-decoration:none;
	}
	
	
/* ▽▽ハンバーガーメニュー▽▽
------------------------------------------------------- */

.hm_menu_check {/* チェックボックスを隠す */
  display: none;
}
.hm_wrap {
	display: inline-block;
	position :fixed;
	top :0;
	left :0;
	width :100%;
	padding :10px;
	background :#fff;*/
	height:50px !important;
	background:url("../images/logo_hope_ss.jpg") no-repeat center #fff !important;
	background-size:contain !important;
}

.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: left;
	z-index: 2;
/*	padding:10px !important;*/
/*	background:#000;*/
}
.hm_btn::before {
	-webkit-box-shadow: #000 0 12px 0;
	box-shadow: #5B66A4 0 12px 0;
}
.hm_btn::after {
	bottom: 0;
}
.hm_btn::before,
.hm_btn::after {
	width: 30px;
	height: 6px;
	background: #5B66A4;
	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 :10000px;
	background: #fff;
	position: absolute;
	left: -100%;
	top: 0;
	-webkit-transition: left 0.4s;
	transition: left 0.4s;
}

/* ▽▽開閉時のアニメーション▽▽ */
.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: 50px 0 0;
	padding: 10px 0 0 0;
}
.hm_list li a {
	color: #777;
	display: block;
	overflow: hidden;
	padding: 8px 22px 8px 0px;
	margin-left:60px !important;
	position: relative;
	text-decoration: none;
	z-index: 1;
}
.hm_list li a::before {/* aタグマウスオーバー時の背景 */
	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);
}
/* メニュー内のリストスタイル△△ */

/* △△ハンバーガーメニュー△△
------------------------------------------------------- */
	
	
	
}