@CHARSET "utf-8";

/*============================================================================*
/*  スマホメニューボタン
/*============================================================================*/



.sb-active { display:block !important;}


.content_wrap_fixed{ position:fixed;}


/*============================================================================*
/*  
/*============================================================================*/
#menu {
	background:#fff;
	position:fixed;
	width:80%;
	height:100%;
	overflow-y:scroll;
	top:0;
	z-index:-1;
	-webkit-overflow-scrolling: touch;

	-webkit-transform: translateX(-100%);
	   -moz-transform: translateX(-100%);
	        transform: translateX(-100%);

	-webkit-transform:translate3d(-100%,0,0);
	-ms-transform:translate3d(-100%,0,0);
	transform:translate3d(-100%,0,0);

	-webkit-transition-property: -webkit-transform,-webkit-transform;
	transition-property: transform,-webkit-transform;
	-webkit-transition-duration: .45s;
	transition-duration: .45s;
	-webkit-transition : all 0.45s ease;
	   -moz-transition : all 0.45s ease;
	     -o-transition : all 0.45s ease;
	        transition : all 0.45s ease;
}

#menu.menu_on{
	z-index:99999999;
	-webkit-transform:translate3d(0,0,0);
	-ms-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
}

#menu  ul{ height:100%; overflow:scroll; padding-bottom:0px;}
#menu  ul li:last-child{ margin-bottom:20px;}
#menu > nav{
	width: 100%;
	position: relative;
	background:#fff;
}


#menu .user_info .mypage{
	display:block;
	font-size:17px;
	height:70px;
	line-height:70px;
	padding-left:10px;
	font-weight:bold;
	vertical-align:middle;
	-webkit-box-sizing : border-box;
	   -moz-box-sizing : border-box;
	    -ms-box-sizing : border-box;
	     -o-box-sizing : border-box;
	        box-sizing : border-box;
}
#menu .user_info .mypage img{
	vertical-align:middle;
	margin:10px 10px 10px 0;
	width:50px;
	height:50px;
	-webkit-border-radius : 50px;
	   -moz-border-radius : 50px;
	        border-radius : 50px;	
}
#menu .user_info .general{
	display:block;
	background:url('../images/sp_menu/general.png') no-repeat ;
	background-position: 10px center;
	background-size:contain;
	font-size:17px;
	height:70px;
	padding-left:95px;
	font-weight:bold;
	padding-top:15px;
	line-height:1.2em;
	-webkit-box-sizing : border-box;
	   -moz-box-sizing : border-box;
	    -ms-box-sizing : border-box;
	     -o-box-sizing : border-box;
	        box-sizing : border-box;
}
#menu .user_info a span{ font-size:12px; color:#999;}
#menu a:hover{ text-decoration:none; background:#f8f8f8;}

#menu a{
	border-bottom:1px solid #eee;
	display:block;
	height:44px;
	line-height:44px;
	padding-left:56px;
	position:relative;
}
#menu a::after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -4px;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#menu .footer_wanchan{
	text-align: center;
	padding: 10px;
	font-size: 10px;
	font-weight: bold;
}
#menu .footer_wanchan a{
	display: block;
	border: 1px solid #eee;
	padding: 10px 0 15px;
	margin-top: 10px;
	height:auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}
#menu .footer_wanchan a::after { display:none;}
#menu .footer_wanchan img{ height:30px; vertical-align:middle;}

#menu .menu_inner{}




/*----------------------------*
/* home
/*----------------------------*/
#menu .home a{
	background:url('../images/sp_menu/home.png') no-repeat;
	background-size:contain;
	background-position: 6px center;
}

/*----------------------------*
/* お気に入り
/*----------------------------*/
#menu .favolit a{
	background:url('../images/sp_menu/favolit.png') no-repeat;
	background-size:contain;
	background-position: 6px center;
}

/*----------------------------*
/* osusume
/*----------------------------*/
#menu .osusume  a{
	background:url('../images/sp_menu/osusume.png') no-repeat ;
	background-size:contain;
	background-position: 5px center;
}

/*----------------------------*
/* handbook
/*----------------------------*/
#menu .handbook a{
	background:url('../images/sp_menu/handbook.png') no-repeat ;
	background-size:contain;
	background-position: 6px center;
}

/*----------------------------*
/* hoken
/*----------------------------*/
#menu .hoken a{
	background:url('../images/sp_menu/hoken.png') no-repeat ;
	background-size:contain;
	background-position: 6px center;
}

/*----------------------------*
/* matome
/*----------------------------*/
#menu .matome a{
	background:url('../images/sp_menu/matome.png') no-repeat ;
	background-size:contain;
	background-position: 10px center;
}

/*----------------------------*
/* recipe
/*----------------------------*/
#menu .recipe a{
	background:url('../images/sp_menu/cooking.png') no-repeat ;
	background-size:contain;
	background-position: 6px center;
}


/*----------------------------*
/* blog
/*----------------------------*/
#menu .blog a{
	background:url('../images/sp_menu/blog.png') no-repeat ;
	background-size:contain;
	background-position: 6px center;
}

/*----------------------------*
/* note
/*----------------------------*/
#menu .note a{
	background:url('../images/sp_menu/note.png') no-repeat;
	background-size:contain;
	background-position: 6px center;
}

/*----------------------------*
/* hos
-----------------------*/
#menu .hos a{
	background:url('../images/sp_menu/hos.png') no-repeat;
	background-size:contain;
	background-position: 6px center;
}

/*============================================================================*
/*drawer_menu
/*============================================================================*/
#menu {
}
.menu_active {
	-webkit-transform: translateX(80%);
	   -moz-transform: translateX(80%);
	        transform: translateX(80%);
}



/*============================================================================*
/*container ドロワーメニューで移動する本体
/*============================================================================*/

#container {
	background:#fff;
	width: 100%;
	margin: 0 auto;
	-webkit-box-sizing : border-box;
	   -moz-box-sizing : border-box;
	    -ms-box-sizing : border-box;
	     -o-box-sizing : border-box;
	        box-sizing : border-box;
}

@media screen and (max-width: 1023px) {
#container {
	z-index: 100;
	position: absolute;
	top: 0;
	width: 100%;
	-webkit-transition: all 100ms ease-out 0s;
	   -moz-transition: all 100ms ease-out 0s;
	        transition: all 100ms ease-out 0s;
}
.menu_active {
	-webkit-box-shadow : 0px 2px 4px rgba( 0, 0, 0, .9);
	   -moz-box-shadow : 0px 2px 4px rgba( 0, 0, 0, .9);
	    -ms-box-shadow : 0px 2px 4px rgba( 0, 0, 0, .9);
	        box-shadow : 0px 2px 4px rgba( 0, 0, 0, .9);
}

/*End @media */}



/*============================================================================*
/*メニューのボタン
/*============================================================================*/

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 40px;
	height: 33px;
	margin: 5px 8px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 70%;
	height: 4px;
	background-color: #e74040;
	border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
	top: 4px;
}
.menu-trigger span:nth-of-type(2) {
	top: 14px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 5px;
}


.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}


/*============================================================================*
/* 閉じるボタン
/*============================================================================*/

#btn_close{
	width:250px;
	border:1px solid #e74040;
	color:#e74040;
	text-align:center;
	padding:10px 0;
	margin: 30px auto;
	-webkit-border-radius : 3px;
	   -moz-border-radius : 3px;
	        border-radius : 3px;	
}


/*============================================================================*
/* 黒い背景
/*============================================================================*/
.container_active a{ pointer-events: none;}
.container_active:after {
	content: '';
	display: block;
	position: fixed;
	z-index: 101;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity:1;
	background-color: rgba(0,0,0,0.4);
}