@charset "utf-8";
@media screen and (min-width: 0px) and (max-width: 750px) {
/* common */
.clearfix {
	clear: both;
}
.c_pc, .c_wide, .c_tablet {
	display: none!important;
}
/* body, wrap */

#box_wrap {
	width: 95%;
	margin: 0px auto 0px auto;
}
/* header */
	
#obj_sitetitle_box {
	color: #777;
	font-size: 0.5rem;
	text-align: center;
}
#obj_about_site {
	color: #666;
	font-size: 11px;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: ivory;
	overflow: hidden;
}
.obj_header_guide_box {
	display: none;
	position: absolute;
	bottom: -20px;
	right: 0;
}
.obj_header_guide_box img {
	display: block;
	float: left;
	margin: 0 0 0 2px;
	height: 20px;
	max-width: 87px;
}
#obj_header_menu_box {
	clear: both;
	font-size: 0.7em;
	line-height: 1.5em;
	float: right;
}
#obj_header_menu_box a:link, #obj_header_menu_box a:visited {
	display: block;
	float: left;
	padding: 0 0.5em 0 0.2em;
	margin: 0 0.2em 0 0;
	color: #333333;
	text-decoration: none;
}
.c_logo-furi {
	display: inline-block;
	text-align: left;
	float: left;
	padding-top: 5px;
}
.c_logo {
	text-align: left;
}
.bottom_line {
	width: 100%;
	padding-bottom: 3.5em;
	border-bottom: solid 1px #dbdbdb;
}
.c_title img {
	width: 98%;
	margin-top: 1%;
}
/* nav */
	
#obj_open_menu, #obj_close_menu {
	text-align: center;
	line-height: 40px;
	height: 40px;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0.2em 0;
	border-radius: 3px;
}
#box_nav {
	display: none;
}
.c_mainmenu {
	position: relative;
}
.c_containing_menu {
	border: solid 1px #FFFFFF;
}
.c_containing_menu {
	text-align: center;
	line-height: 40px;
	height: 40px;
	font-size: 0.9em;
	font-weight: bold;
}
.c_containing_menu a:link, .c_containing_menu a:visited {
	display: block;
	color: #333333;
	text-decoration: none;
	height: 40px;
	width: 100%;
}
.main_contents{
width: 98%;
margin: 0 auto;
}
.user_icon {
    position: absolute;
    right: 55px;
    width: 120px;
    display: flex;
    justify-content: space-between;
}
a.header_mypage::before {
    content: "マイページ";
    font-size: 8px;
    position: absolute;
    bottom: -12px;
    left: 2%;
    color: #252525!important;
}
.user_icon a.header_cart::before {
    content: "カート";
    font-size: 8px;
    position: absolute;
    bottom: -12px;
    left: 72%;
    color: #252525!important;
}
.user_icon .fa-user, .user_icon .fa-heart, .user_icon .fa-shopping-cart {
    font-size: 20px !important;
    margin: 0 0.7em;
    color: #242424!important;
}
}

@media screen and (min-width:751px) and (max-width: 1024px) {
/* common */
	
img {
	max-width: 100%;
}
.c_pc, .c_phone, .c_pcphone {
	display: none !important;
}
/* body, wrap */

#box_wrap {
	width: 99%;
	margin: 0px auto 0px auto;
}
/* header */
		
#obj_sitetitle_box {
	float: left;
	width: 100%;
	position: relative;
}
.obj_header_guide_box {
	position: absolute;
	top: 0px;
	right: 5px;
}
.obj_header_guide_box img {
	display: block;
	float: left;
	margin: 0;
}
.c_logo-furi {
	display: block;
	margin-right: 5px;
	padding-top: 5px;
}
.c_logo {
	text-align: left!important;
}
.main_contents{
width: 98%;
margin: 0 auto;
}
.user_icon {
    position: absolute;
    right: 55px;
    width: 120px;
    display: flex;
    justify-content: space-between;
}
a.header_mypage::before {
    content: "マイページ";
    font-size: 8px;
    position: absolute;
    bottom: -12px;
    left: -3px;
    color: #252525!important;
}
.user_icon a.header_cart::before {
    content: "カート";
    font-size: 8px;
    position: absolute;
    bottom: -12px;
    left: 64%;
    color: #252525!important;
}
.user_icon .fa-user, .user_icon .fa-heart, .user_icon .fa-shopping-cart {
    font-size: 20px !important;
    margin: 0 0.7em;
    color: #242424!important;
}
}

@media screen and (min-width:1025px), print, tv {
/* common */
a:hover img {
	opacity: 0.7;
}
.c_tablet, .c_narrow, .c_phone {
	display: none !important;
}
/*------------------------------------------- 
ナビゲーション途中から表示して固定
------------------------------------------- */	
#headbar {
	position: fixed;
	z-index: 99999;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 65px;
	background-color: #ffffff;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.4);
}
/*------------------------------------------- 
ナビゲーション途中から表示して固定　ここまで
------------------------------------------- */	
.main_contents{
width: 98%;
margin: 0 auto;
}

}

@media print {
#box_wrap, #box_article02, #box_site_header, #box_article01, #box_footer, #box_body {
	width: 100%;
}
#box_nav, #box_common_header {
	display: none;
}
#box_article02 {
	width: 100%;
}
.bottom_line {
	width: 100%;
	padding-bottom: 0.5em;
	border-bottom: solid 1px #dbdbdb;
}
#obj_address {
	width: 40%;
	float: left;
	padding: 10px 5px 10px 5px;
}
#obj_footer_shop_name {
	display: block;
}
#obj_delivery_data, #obj_store_data {
	width: 30%;
	float: left;
	padding: 10px 5px 10px 5px;
}
.c_shop_section_name, #obj_footer_shop_name {
	font-size: 16px;
}
.mainbox_kiyaku {
	margin: 3em 4em 2em 4em;
}
}