@charset "utf-8";

.slideMenu, .slideMenu2	{font-family: "Sawarabi Gothic";}
.btnClose, .btnClose2	{display:block;text-align: center;}


@media screen and (min-width: 0px) and (max-width: 480px) 
{

/* 送料無料バナー */
.free_shipping {
    height: 38px;
    background-image: url(../img/common_nationwide/free_shipping_s.jpg);
    background-size: 100%;
    background-repeat: repeat-x;
}		
	
#header_erea {
	width:100%
}
#top_logo {
	width:50%;
	float:left;
}
.welcome {
	width:60%;
}
#member {
	width:50%;
	float:right;
}
#header_erea ul {
	float: right;
}
#member li {
	float:left;
	margin-right:0.6em;
	text-align: center;
    line-height: 0.7em;
	cursor:pointer;
}
#member li a:link,#member li a:hover,#member li a:visited {
	text-decoration:none;
	color:#999999;
}
.member_text {
	font-size:10px;
	color:#999999;
}
.fa-shopping-cart,.fa-user {
	color:#999999 !important;
	font-size:1.2em !important;
	text-align:center;
	padding-left:4px;
}
.fa-pencil-square-o {
	color:#999999 !important;
	font-size:1.2em !important;
	text-align:center;
	padding-left:8px;
}
#box_article01 {
	margin:0 !important;
}
#box_body {
	background-color:#FFF;
}
#box_wrap {
	margin-top:0;
}
#box_site_header {
	padding:0;
}
#obj_top_information_box {
	margin-top: 1em !important;
}
/*--  icon START  --*/
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	width: 100%;
	height: 30px;
	z-index:2;
	cursor:pointer;
}
.menu-trigger span {
    width: 20px;
    height: 2px;
    background-color: #4f4f4f;
    border-radius: 3px;
}
	
.menu-trigger span:nth-of-type(1) {
    display: block;
    margin: 10px auto 0 auto;
}
	
.menu-trigger span:nth-of-type(2) {
	display:block;
	margin:5px auto 0 auto;
}
.menu-trigger span:nth-of-type(3) {
	display:block;
	margin:5px auto 0 auto;
}
.menu-trigger::after {
    position: absolute;
    left: 0;
    top: 28px;
    content: 'MENU';
    display: block;
    width: 100%;
    color: #4f4f4f;
    font-size: 8px!important;
    text-decoration: none;
    text-align: center;
    transition: all .4s;
}
.menu-trigger.active::after {
	content: 'CLOSE';
	bottom: -17px;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(20px) rotate(-45deg);
	transform: translateY(20px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-20px) rotate(45deg);
	transform: translateY(-20px) rotate(45deg);
}

/*--  icon END  --*/
.menu_block {
	display: inline-block;
    padding-top: 3px;
}
.menu_block2 {
	display: inline-block;
    padding-top: 8px;
    line-height: 0.5em;
}

.favorite_text {
	font-size:10px;
	color:#FFFFFF;
}
.fa-arrow-up {
	color: #FFF;
    font-size: 20px;
}
.fa-search {
    font-size: 1.2em;
    margin-bottom: 2px;
}
.fa-envelope {
    font-size: 1.2em;
    margin-bottom: 2px;
}
.fa-heart-o {
    font-size: 1.2em;
    margin-bottom: 2px;
}


/*--  favorite_icon  START  --*/


.favorite_btn {
height: 25px;
width: 25px;
cursor: pointer;
position:absolute;
float:right;
right:10px;
top:0;
color:#FFFFFF;
z-index:2;
}

.fa-folder {
    color: #FFF;
    position: relative;
    top: 10px;
    font-size: 23px;
}
	
.sub {
	font-size:10px;
	width:45px;
	letter-spacing:-1px;
	color:#FFFFFF;
	position:relative;
	right:13px;
	top: 6px;
}
.favorite_btn, .btnMenu2 a{
	text-decoration:none;
}


/*--  favorite_icon  END  --*/

/*--  アコーディオン　START  --*/

.theme-headline {
	font-size: 32px;
	line-height: 1.5;
	margin: 15px;
}
.accordion-menu {
	position:absolute;
	top:0;
	width:99%;
	height: 100%;
	}
.accordion-menu .open {
  display: block;
  position:relative;
  text-decoration: none;
}
.open.is-open::after,
.open.is-close::after {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
  font-size: 15px;
  font-family: 'FontAwesome';
}
.open.is-open::after {
  content: "\f068";
}
.open.is-close::after {
  content: "\f067";
}


/* theme */
.open {
  color: #3A3A3A;
  font-size: 15px;
  cursor:pointer;
  padding: 7px 0;
}
.menu {
  font-size: 15px;
  padding: 5px 0;
  cursor:pointer;
  display: block;
  position: relative;
  text-decoration: none;
}
.theme-accordion dt .menu::after,.theme-accordion dd .block::after {
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
  font-size: 15px;
  font-family: 'FontAwesome';
}
.theme-accordion dt,
.theme-accordion dd {
  border-bottom: 1px dotted #AFAFAF;
  border-left: 1px solid #AFAFAF;
  border-right: 1px solid #D3D3D3;
　padding: 5px 0 5px 15px;
}

.theme-accordion dd {
    background-color: #EEEEEE;
}
	
.theme-accordion dt {
	background-color:#FFF;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.theme-accordion a {
  font-size: 15px;
  padding: 5px 0;
  cursor:pointer;
  display: block;
  position:relative;
  text-decoration: none;
}
.theme-accordion a:link,a:hover,a:visited{
	color:#3A3A3A;
	text-decoration:none;
}
.theme-accordion dt:first-child {
  border-top: 1px solid #D3D3D3;
}
	
.block {
	display:block;
	text-decoration:none;
}

.tab-bar {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    z-index: 3;
    left: 0;
    top: 0;
    padding: 0 5px;
    background-color: #ffffff!important;
    box-shadow: 0px 1px 0px 0px rgba(102,102,102,0.7);
}
	
.c_logo-furi {
    width: 70%;
    display: block;
    margin-right: 5px;
}

.first_contents
	{
		padding-left: 30px;
		background-color:#FCFCFC;
	}

.third_contents
	{
		padding-left: 45px;
		background-color:#eeeeee;
		padding-top:5px;
		padding-bottom:5px;
	}
	
.third_contents a
	{
		font-size: 13px;
	}

.fourth_contents
	{
		padding-left: 65px;
		background-color:#DCDCDC;
		padding-top:5px;
		padding-bottom:5px;
	}

.fourth_contents a
	{
		font-size: 13px;
	}
	
	
.tab-bar .menu_list {
    width: 45px;
    height: 45px;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    position: relative;
    margin: 7px 0;
    background-color: #ffffff!important;
}
	
.fa-phone {
    margin-top: 8px;
    margin-left: 9px;
    color: #eb697c;
	}
	
.tab-bar .menu_list img {
	text-align:center !important;
	margin:0 auto 0 auto !important;
}

.tab-bar .menu_list:first-child {
	border-right: none;
}

.tab-bar a {
    padding: 0;
    text-align: center;
    color: #fff;
    text-decoration: none;
}
	

.tab-bar.active{
position:fixed;
top:0;
left:0;
}

/*--  アコーディオン　END  --*/

/* --  MENU　START  --*/
/* コンテンツが短い場合、オーバーレイが途中で切れるのを防止 
 html, body, #box_wrap {
    height:100%;
}
/* メインコンテンツ部分 
 #box_wrap {
    position: relative;
    -webkit-transition: all .2s;
            transition: all .2s;
}*/
#box_wrap.open {
    -webkit-transform: translate3d(-250px, 0, 0);
            transform: translate3d(-250px, 0, 0);
    overflow: hidden;
}

/* ドロワーメニュー部分 */
/*右スライドメニュー　ユーザーメニュー部分*/
.user_contents_box {
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding-right: 20px;
    padding: 5px 0 5px 15px;
}
.user_contents_box p {
	font-size: 10px;
	}
.user_contents {
	color: #3A3A3A;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    padding: 5px 0;	
	}
	
.c_logo-furi{
	width: 70%;
    display: block;
    margin-right: 5px;
	}
.c_menu_icon {
	color: #4f4f4f;
	font-size: 20px;
	display: block;
	text-align: center;
	}	
.fa-gratipay {
    color: #e17390 !important;
    font-size: 22px!important;
    text-align: center;
}
.fa-user {
    color: #4f4f4f !important;
    font-size: 20px!important;
    text-align: center;
}
.fa-pencil-square-o {
    color: #4f4f4f !important;
    font-size: 20px!important;
    text-align: center;
}
.fa-window-close {
	color: #4f4f4f !important;
    font-size: 26px!important;
	vertical-align: middle;
		
	}
/*右スライドメニュー　ユーザーメニュー部分おわり*/
	
.slideMenu2{
    position: fixed;
    top: 0;
    right: -290px;
    z-index: 4;
    width: 290px;
    height: 100%;
    background-color: #ADADAD;
    overflow: auto;
}

.shade{
    position: fixed;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: #333;
    background-color: rgba(0,0,0,.7);
}
 

/* --  MENU　END  --*/

}

@media screen and (min-width:481px) and (max-width: 950px) 
{
/* 送料無料バナー */
.free_shipping {
    height: 50px;
    background-image: url(../img/common_nationwide/free_shipping.jpg);
    background-size: 65%;
    background-repeat: repeat-x;
}	
	
	
#box_article01 {
	margin:0 !important;
}
#box_body {
	background-color:#FFF;
	overflow-x: hidden;
}
#box_wrap {
	margin-top:0;
	margin-top:5px;
	width:99%
}
#box_site_header {
	padding:0;
}
#obj_top_information_box {
	margin-top: 1em !important;
}
/*--  icon START  --*/
.menu_erea {
	width:100%;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	width: 100%;
	height: 30px;
	z-index:2;
	cursor:pointer;
}
.menu-trigger span {
    width: 20px;
    height: 2px;
    background-color: #4f4f4f;
    border-radius: 3px;
}
.menu-trigger span:nth-of-type(1) {
    display: block;
    margin: 10px auto 0 auto;
}
.menu-trigger span:nth-of-type(2) {
    display: block;
    margin: 5px auto 0 auto;
}
.menu-trigger span:nth-of-type(3) {
    display: block;
    margin: 5px auto 0 auto;
}

.menu-trigger::after {
    position: absolute;
    left: 0;
    top: 28px;
    content: 'MENU';
    display: block;
    width: 100%;
    color: #4f4f4f;
    font-size: 8px!important;
    text-decoration: none;
    text-align: center;
    transition: all .4s;
}	

.menu-trigger.active::after {
	content: 'CLOSE';
	bottom: -17px;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(20px) rotate(-45deg);
	transform: translateY(20px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-20px) rotate(45deg);
	transform: translateY(-20px) rotate(45deg);
}

/*--  icon END  --*/
.menu_block {
	display: inline-block;
    padding-top: 3px;
}
.menu_block2 {
	width:100%;
	height:42px;
	display: inline-block;
    padding-top: 8px;
    line-height: 0.5em;
}
.favorite_img {
	display:block;
	text-align:center;
}

.favorite_text {
	font-size:10px;
	color:#FFFFFF;
	position: relative;
	top: 1px;
}
.favorite_text2 {
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	display: block;
	position: relative;
	top: -3px;
}
.fa-arrow-up {
	color: #7d7d7d;
    font-size: 20px;
}


	
.fa-search {
    font-size: 1.2em !important;
}
.fa-sort-amount-asc {
    font-size: 1.2em !important;
}
.fa-heart-o {
	font-size: 1.2em !important;
}


/*--  favorite_icon  START  --*/



.favorite_btn {
height: 25px;
width: 25px;
cursor: pointer;
position:absolute;
float:right;
right:10px;
top:0;
color:#FFFFFF;
z-index:2;
}

.fa-folder {
    color: #FFF;
    position: relative;
    top: 10px;
    font-size: 23px;
}
	
.sub {
	font-size:10px;
	width:45px;
	letter-spacing:-1px;
	color:#FFFFFF;
	position:relative;
	right:13px;
	top: 6px;
}
.favorite_btn, .btnMenu2 a{
	text-decoration:none;
}


/*--  favorite_icon  END  --*/

/*--  アコーディオン　START  --*/

.theme-headline {
	font-size: 32px;
	line-height: 1.5;
	margin: 15px;
}
.accordion-menu {
	position:absolute;
	top:0;
	width:99%;
	height: 100%;
	}
.accordion-menu .open {
  display: block;
  position:relative;
  text-decoration: none;
}
.open.is-open::after,
.open.is-close::after {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
  font-size: 15px;
  font-family: 'FontAwesome';
}
.open.is-open::after {
  content: "\f068";
}
.open.is-close::after {
  content: "\f067";
}


/* theme */
.open {
  color: #3A3A3A;
  font-size: 15px;
  padding: 0;
  cursor:pointer;
  padding: 5px 0;
}
.menu {
  font-size: 15px;
  padding: 5px 0;
  cursor:pointer;
  display: block;
  position: relative;
  text-decoration: none;
}
.theme-accordion dt .menu::after,.theme-accordion dd .block::after {
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
  font-size: 15px;
  font-family: 'FontAwesome';
}
.theme-accordion dt,
.theme-accordion dd {
  border-bottom: 1px dotted #AFAFAF;
  border-left: 1px solid #AFAFAF;
  border-right: 1px solid #D3D3D3;
}
	
.theme-accordion dt {
    background-color: #FFF;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.theme-accordion a {
  font-size: 15px;
  padding: 5px 0;
  cursor:pointer;
  display: block;
  position:relative;
  text-decoration: none;
}
.theme-accordion a:link,a:hover,a:visited{
	color:#3A3A3A;
	text-decoration:none;
}
.theme-accordion dt:first-child {
  border-top: 1px solid #D3D3D3;
}

.block {
	display:block;
	text-decoration:none;
}

.tab-bar {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px;
    z-index: 3;
    left: 0;
    top: 0;
    padding: 0 5px;
    background-color: #ffffff!important;
    box-shadow: 0px 1px 0px 0px rgba(102,102,102,0.7);
}

.first_contents
	{
		padding-left: 30px;
		background-color:#FCFCFC;
	}

.third_contents
	{
		padding-left: 45px;
		background-color:#eeeeee;
		padding-top:5px;
		padding-bottom:5px;
	}
	
.third_contents a
	{
		font-size: 13px;
	}

.fourth_contents
	{
		padding-left: 65px;
		background-color:#DCDCDC;
		padding-top:5px;
		padding-bottom:5px;
	}

.fourth_contents a
	{
		font-size: 13px;
	}

	
.tab-bar .menu_list {
    width: 80px;
    height: 45px;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    position: relative;
    margin: 7px 0;
    background-color: #ffffff!important;
}
	
.fa-phone {
    margin-top: 8px;
    color: #eb697c;
}
	

	
.Front {
	z-index:2;
}
.tab-bar .menu_list img {
	text-align:center !important;
	margin:0 auto 0 auto !important;
}

.tab-bar .menu_list:first-child {
	border-right: none;
}

.tab-bar a {
	padding: 0;
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

.tab-bar.active{
position:fixed;
top:0;
left:0;
}

/*--  アコーディオン　END  --*/

/* --  MENU　START  --*/
/* コンテンツが短い場合、オーバーレイが途中で切れるのを防止 
 html, body, #box_wrap {
    height:100%;
}
/* メインコンテンツ部分 
 #box_wrap {
    position: relative;
    -webkit-transition: all .2s;
            transition: all .2s;
}
#box_wrap.open {
    -webkit-transform: translate3d(-250px, 0, 0);
            transform: translate3d(-250px, 0, 0);
    overflow: hidden;
}

/* ドロワーメニュー部分 */
.slideMenu2 {
    position: fixed;
    top: 0;
    right: -300px;
    z-index: 4;
    width: 300px;
    height: 100%;
    background-color: #ADADAD;
    text-align: left;
    overflow: auto;
}

.shade{
    position: fixed;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: #333;
    background-color: rgba(0,0,0,.7);
}
 

/* --  MENU　END  --*/

/*右スライドメニュー　ユーザーメニュー部分*/
.user_contents_box {
	width: 80%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
	padding-right: 20px;
	}
.user_contents_box p {
	font-size: 10px;
	}
.user_contents {
	color: #3A3A3A;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    padding: 5px 0;	
	}
	
.theme-accordion dd {
    background-color: #EEEEEE;
}

.c_logo-furi{
	width: 70%;
    display: block;
    margin-right: 5px;
	}
.c_menu_icon {
	color: #4f4f4f;
	font-size: 20px;
	display: block;
	text-align: center;
	}

.fa-gratipay {
    color: #e17390 !important;
    font-size: 22px!important;
    text-align: center;
}
.fa-user {
    color: #4f4f4f !important;
    font-size: 20px!important;
    text-align: center;
}
.fa-pencil-square-o {
    color: #4f4f4f !important;
    font-size: 20px!important;
    text-align: center;
}
.fa-window-close {
	color: #4f4f4f !important;
    font-size: 26px!important;
	vertical-align: middle;
		
	}
/*右スライドメニュー　ユーザーメニュー部分おわり*/

/* --  絞込検索部分  --*/
#obj_banner_box_sp {
	margin-top: -70px;
    padding-top: 70px;
    font-size: 0.9em;
    color: #666666;
}

.obj_date {
	margin-bottom:5px;
}
.accordion-menu {
	height:50px;
}
.sub_contents2 {
    margin-left: -102%;
    background-color: #f6f6f6;
    width: 407%;
    height: 500px !important;
    overflow: scroll !important;
    position: relative;
    padding-top: 50px;
    margin-top: -1px;
	z-index:9999;
	padding-bottom:30px;
}
#obj_catalogue_form_button {
    z-index: 5;
	width: 100%;
}
.sub_contents3 {
	margin-left:-203%;
	height:auto;
	background-color:#999999;
	width:407%;
	overflow:scroll;
	z-index:1;
	padding:25px 0;
	display: none;
	margin-top:-1px
}
.open2 {
	cursor:pointer;
}
.open3 {
	cursor:pointer;
}

#header_erea {
	width:100%
}
#top_logo {
	width:60%;
	float:left;
}
#member {
	width:40%;
	float:right;
}
#header_erea ul {
	float: right;
}
#member li {
	float:left;
	margin-right:20px;
	text-align: center;
    line-height: 0.7em;
	cursor:pointer;
}
#member li a:link,#member li a:hover,#member li a:visited {
	text-decoration:none;
	color:#999999;
}
.member_text {
	font-size:10px;
	color:#999999;
}
.fa-shopping-cart,.fa-user {
	color:#999999;
	font-size:1.4em;
	text-align:center;
	padding-left:4px;
}
.fa-pencil-square-o {
	color:#999999;
	font-size:1.4em;
	text-align:center;
	padding-left:8px;
}
	
}

@media screen and (min-width:951px), print, tv
{
	
/* 送料無料バナー */
.free_shipping {
    height: 65px;
    background-image: url(../img/common_nationwide/free_shipping.jpg);
    background-repeat: repeat-x;
}
	
#box_article01 {
	margin:0 !important;
}
#box_body {
	background-color:#FFF;
	overflow-x: hidden;
}
#box_wrap {
	margin-top:0;
	margin-top:5px;
	width:99%
}
#box_site_header {
	padding:0;
}
#obj_top_information_box {
	margin-top: 1em !important;
}
/*--  icon START  --*/
.menu_erea {
	width:100%;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	width: 100%;
	height: 30px;
	z-index:2;
	cursor:pointer;
}
.menu-trigger span {
	width: 50px;
	height: 5px;
	background-color: #fff;
	border-radius: 3px;
}
.menu-trigger span:nth-of-type(1) {
	display:block;
	margin:17px auto 0 auto;
}
.menu-trigger span:nth-of-type(2) {
	display:block;
	margin:10px auto 0 auto;
}
.menu-trigger span:nth-of-type(3) {
	display:block;
	margin:10px auto 0 auto;
}
.menu-trigger::after {
	position: absolute;
	top:55px;
	content: 'MENU';
	display: block;
	width: 100%;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	text-align: center;
	transition: all .4s;
}
.menu-trigger.active::after {
	content: 'CLOSE';
	bottom: -17px;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(20px) rotate(-45deg);
	transform: translateY(20px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-20px) rotate(45deg);
	transform: translateY(-20px) rotate(45deg);
}

/*--  icon END  --*/
.menu_block {
	display: inline-block;
    padding-top: 3px;
}
.menu_block2 {
	width:100%;
	height:42px;
	display: inline-block;
    padding-top: 8px;
    line-height: 0.5em;
}
.favorite_img {
	display:block;
	text-align:center;
}

.favorite_text {
	font-size:10px;
	color:#FFFFFF;
	position: relative;
	top: 1px;
}
.favorite_text2 {
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	display: block;
	position: relative;
	top: -3px;
}
.fa {
	color: #7d7d7d;
    margin-right: 5px;
    font-size: 20px;
}
.fa-search {
    font-size: 1.2em !important;
}
.fa-sort-amount-asc {
    font-size: 1.2em !important;
}
.fa-heart-o {
	font-size: 1.2em !important;
}


/*--  favorite_icon  START  --*/



.favorite_btn {
height: 25px;
width: 25px;
cursor: pointer;
position:absolute;
float:right;
right:10px;
top:0;
color:#FFFFFF;
z-index:2;
}

.fa-folder {
    color: #FFF;
    position: relative;
    top: 10px;
    font-size: 23px;
}
	
.sub {
	font-size:10px;
	width:45px;
	letter-spacing:-1px;
	color:#FFFFFF;
	position:relative;
	right:13px;
	top: 6px;
}
.favorite_btn, .btnMenu2 a{
	text-decoration:none;
}


/*--  favorite_icon  END  --*/

/*--  アコーディオン　START  --*/
	
/*右スライドメニュー　ユーザーメニュー部分*/
.user_contents_box {
	width: 80%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
	padding-right: 20px;
	}
.user_contents_box p {
	font-size: 10px;
	}
.user_contents {
	color: #3A3A3A;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    padding: 5px 0;	
	}
	
.theme-accordion dd {
    background-color: #EEEEEE;
}

.c_menu_icon {
	color: #4f4f4f;
	font-size: 20px;
	display: block;
	text-align: center;
	}

.fa-gratipay {
    color: #e17390 !important;
    font-size: 22px!important;
    text-align: center;
}
.fa-user {
    color: #4f4f4f !important;
    font-size: 20px!important;
    text-align: center;
}
.fa-pencil-square-o {
    color: #4f4f4f !important;
    font-size: 20px!important;
    text-align: center;
}
.fa-window-close {
	color: #4f4f4f !important;
    font-size: 26px!important;
	vertical-align: middle;
		
	}

	
.theme-headline {
	font-size: 32px;
	line-height: 1.5;
	margin: 15px;
}
.accordion-menu {
	position:absolute;
	top:0;
	width:99%;
	height: 100%;
	}
.accordion-menu .open {
  display: block;
  position:relative;
  text-decoration: none;
}
.open.is-open::after,
.open.is-close::after {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
  font-size: 15px;
  font-family: 'FontAwesome';
}
.open.is-open::after {
  content: "\f068";
}
.open.is-close::after {
  content: "\f067";
}


/* theme */
.open {
  color: #3A3A3A;
  font-size: 15px;
  padding: 0;
  cursor:pointer;
  padding: 10px 0;
}
.menu {
  font-size: 15px;
  padding: 5px 0;
  cursor:pointer;
  display: block;
  position: relative;
  text-decoration: none;
}
.theme-accordion dt .menu::after,.theme-accordion dd .block::after {
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
  font-size: 15px;
  font-family: 'FontAwesome';
}
.theme-accordion dt,
.theme-accordion dd {
  border-bottom: 1px dotted #AFAFAF;
  border-left: 1px solid #AFAFAF;
  border-right: 1px solid #D3D3D3;
}
.theme-accordion dt {
	background-color:#FFF;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.theme-accordion a {
  font-size: 15px;
  padding: 5px 0;
  cursor:pointer;
  display: block;
  position:relative;
  text-decoration: none;
}
.theme-accordion a:link,.theme-accordion a:hover,.theme-accordion a:visited{
	color:#3A3A3A;
	text-decoration:none;
}
.theme-accordion dt:first-child {
  border-top: 1px solid #D3D3D3;
}

.block {
	display:block;
	text-decoration:none;
}

.first_contents
	{
		padding-left: 30px;
		background-color:#FCFCFC;
	}

.third_contents
	{
		padding-left: 45px;
		background-color:#eeeeee;
		padding-top:5px;
		padding-bottom:5px;
	}
	
.third_contents a
	{
		font-size: 13px;
	}

.fourth_contents
	{
		padding-left: 65px;
		background-color:#DCDCDC;
		padding-top:5px;
		padding-bottom:5px;
	}

.fourth_contents a
	{
		font-size: 13px;
	}


	
.tab-bar {
	width: 100px;
    height: 50px;
    z-index: 2;
    left: 5px;
	top:2px;
	position:fixed;
}

.tab-bar .menu_list {
	height: 90px;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	box-sizing: border-box;
	background-color: #666;
	position: relative;
	border-radius: 10px;
    opacity: 0.8;
    top: 80px;
}
.Front {
	z-index:2;
}
.tab-bar .menu_list img {
	text-align:center !important;
	margin:0 auto 0 auto !important;
}

.tab-bar .menu_list:first-child {
	border-right: none;
}

.tab-bar a {
	padding: 0;
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

.tab-bar.active{
position:fixed;
top:0;
left:0;
}

/*--  アコーディオン　END  --*/

/* --  MENU　START  --*/
/* コンテンツが短い場合、オーバーレイが途中で切れるのを防止 
 html, body, #box_wrap {
    height:100%;
}
/* メインコンテンツ部分 */
 #box_wrap {
    -webkit-transition: all .2s;
            transition: all .2s;
}
#box_wrap.open {
    -webkit-transform: translate3d(-250px, 0, 0);
            transform: translate3d(-250px, 0, 0);
    overflow: hidden;
}

/* ドロワーメニュー部分 */
.slideMenu{
    position: fixed;
    top: 0;
    left: -320px;
    z-index: 4;
    width: 320px;
    height: 100%;
    background-color: #ADADAD;
    overflow: auto;
}

.shade{
    position: fixed;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: #333;
    background-color: rgba(0,0,0,.7);
}
 

/* --  MENU　END  --*/


/* --  絞込検索部分  --*/
#obj_banner_box_sp {
	margin-top: -70px;
    padding-top: 70px;
    font-size: 0.9em;
    color: #666666;
}

.obj_date {
	margin-bottom:5px;
}
.accordion-menu {
	height:50px;
}
.sub_contents2 {
    margin-left: -102%;
    background-color: #f6f6f6;
    width: 407%;
    height: 500px !important;
    overflow: scroll !important;
    position: relative;
    padding-top: 50px;
    margin-top: -1px;
	z-index:9999;
	padding-bottom:30px;
}
#obj_catalogue_form_button {
    z-index: 5;
	width: 100%;
}
.sub_contents3 {
	margin-left:-203%;
	height:auto;
	background-color:#999999;
	width:407%;
	overflow:scroll;
	z-index:1;
	padding:25px 0;
	display: none;
	margin-top:-1px
}
.open2 {
	cursor:pointer;
}
.open3 {
	cursor:pointer;
}

#header_erea {
	width:100%
}
#top_logo {
	width:60%;
	float:left;
}
#member {
	width:40%;
	float:right;
}
#header_erea ul {
	float: right;
}
#member li {
	float:left;
	margin-right:20px;
	text-align: center;
    line-height: 0.7em;
	cursor:pointer;
}
#member li a:link,#member li a:hover,#member li a:visited {
	text-decoration:none;
	color:#999999;
}
.member_text {
	font-size:10px;
	color:#999999;
}
.fa-shopping-cart,.fa-user {
	color:#999999;
	font-size:1.4em;
	text-align:center;
	padding-left:4px;
}
.fa-pencil-square-o {
	color:#999999;
	font-size:1.4em;
	text-align:center;
	padding-left:8px;
}
	
}