@charset "euc-jp";

body {
  background-color: #fff;
  background-image: url();
  color: #594633;
  -webkit-font-smoothing: subpixel-antialiased;
/* background:#edece8 url(https://img05.shop-pro.jp/PA01163/653/etc/ohacoshop_bg.jpg?20120410155829) repeat;*/
  font-family: "Century Gothic","CenturyGothic","游ゴシック",YuGothic,"Yu Gothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Arial,"メイリオ",Meiryo,sans-serif; 
  line-height: 1.6;
  font-size: 13px;
}
body, td, .main_en, .navi_en, .title_en, .sitename_en {
  font-family: "Century Gothic","CenturyGothic", "游ゴシック",YuGothic,"Yu Gothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Arial,"メイリオ",Meiryo,sans-serif;
}

a {
  color: #2182a2;
}

a:hover {
  color: #999;
  text-decoration: none;
  transition: color 0.6s ease-in 0s;
}

dt {
  font-weight: normal;
}
p {
  word-break: normal;
}
textarea {
  color: #999;
}
button {
  background-color: #594633;
  border: medium none;
  border-radius: 1px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  padding: 4px 20px;
}
/*
 * layout
 */

#wrapper {
  width: 100%;
  position: relative;
}
.container {
}
.col{
  word-wrap: break-word;
  word-break: normal;
}
/* common */
.heading {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding-bottom: 20px;
  letter-spacing: 0.1em;
}
ol, ul {
  list-style: outside none none;
}
.line01 {
  background:   rgba(0, 0, 0, 0) url("https://lemoncake.ohacorte.com/img_shop/common/line_btm.gif") repeat-x scroll center bottom
}
.line01_op {
  background:   rgba(0, 0, 0, 0) url("https://lemoncake.ohacorte.com/img_shop/common/line_btm.gif") repeat-x scroll center bottom

}
.line02 {
  background:   rgba(0, 0, 0, 0) url("https://lemoncake.ohacorte.com/img_shop/common/line_btm2.gif") repeat-x scroll center bottom
}
.lists {
  margin: 0;
}

.list {
  border-top: 1px solid #ccc;
  font-weight: normal;
}

.list:first-child {
  border-top: none;
}

.list_link {
  padding: 20px 0;
}

.list_link_name {
  display: block;
  padding-right: 30px;
}

.list_link_img {
  margin-bottom: 5px;
}

.list_icon_arrow {
  float: right;
  margin-right: 10px;
}
.pagerlist {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

.pagerlist ul{
  padding-top: 15px;
  text-align: right;
}

.pagerlist li{
  display: inline-block;
  line-height: 26px;
  text-align: center;
}

.bd-b {
  border-bottom: 1px solid #777;
}

.item_img {
  margin: 0 auto;
}
.item_img:hover {
  opacity: 0.8;
}
.item_name {
  padding-top: 5px;
}
.item_regular_price {
  text-decoration: line-through;
}
.item_price {
  font-weight: bold;
}
.item_price_discount {
  color: #cf0400;
}
.item_discount_rate {
  color: #cf0400;
}
.item_soldout {
  color: #fff;
  background-color: #2182a2;
  opacity: 0.5;
}
.btn-more {
  width: 96%;
  margin: 0 auto 60px;
  padding: 10px 12px;
}
.rank_img {
  width: 170px;
  height: auto;
}
.rank_box {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #333;
  display: block;
  z-index: 5;
}
.rank_box_color_1 {
  background-color: #dccc18;
}

.rank_box_color_2 {
  background-color: #bab9c1;
}

.rank_box_color_3 {
  background-color: #e18961;
}

.rank_number {
  color: #fff;
  display: block;
  padding-top: 3px;
  font-size: 14px;
}
/* float */
.flt_r {
	float: right;
}
.flt_l {
	float: left;
}
.clear {
	clear: both;
}
/* 表示・レイアウト */
.dp-n {display: none;}

/* padding */
/* padding (top) = pdt */
.pdt5 { padding-top: 5px; }
.pdt10 { padding-top: 10px; }
.pdt15 { padding-top: 15px; }
.pdt20 { padding-top: 20px; }
.pdt25 { padding-top: 25px; }
.pdt30 { padding-top: 30px; }

/* padding (right) = pdr */
.pdr5 { padding-right: 5px; }
.pdr10 { padding-right: 10px; }
.pdr15 { padding-right: 15px; }
.pdr20 { padding-right: 20px; }
.pdr25 { padding-right: 25px; }
.pdr30 { padding-right: 30px; }

/* padding (bottom) = pdb */
.pdb5 { padding-bottom: 5px; }
.pdb10 { padding-bottom: 10px; }
.pdb15 { padding-bottom: 15px; }
.pdb20 { padding-bottom: 20px; }
.pdb25 { padding-bottom: 25px; }
.pdb30 { padding-bottom: 30px; }
.pdb60 { padding-bottom: 60px; }

/* padding (left) = pdl */
.pdl5 { padding-left: 5px; }
.pdl10 { padding-left: 10px; }
.pdl15 { padding-left: 15px; }
.pdl20 { padding-left: 20px; }
.pdl25 { padding-left: 25px; }
.pdl30 { padding-left: 30px; }

/* padding (left) = pdl */
.pdlr10 {
  padding-left: 10px;
  padding-right: 10px;
}

/* margin */
/* margin (top) = mgt */
.mgt5 { margin-top: 5px; }
.mgt10 { margin-top: 10px; }
.mgt15 { margin-top: 15px; }
.mgt20 { margin-top: 20px; }
.mgt25 { margin-top: 25px; }
.mgt30 { margin-top: 30px; }
.mgt40 { margin-top: 40px; }
/* margin (right) = mgr */
.mgr5 { margin-right: 5px; }
.mgr10 { margin-right: 10px; }
.mgr15 { margin-right: 15px; }
.mgr20 { margin-right: 20px; }
.mgr25 { margin-right: 25px; }
.mgr30 { margin-right: 30px; }

/* margin (bottom) = mgb */
.mgb5 { margin-bottom: 5px; }
.mgb10 { margin-bottom: 10px; }
.mgb15 { margin-bottom: 15px; }
.mgb20 { margin-bottom: 20px; }
.mgb25 { margin-bottom: 25px; }
.mgb30 { margin-bottom: 30px; }

/* margin (left) = mgl */
.mgl5 { margin-left: 5px; }
.mgl10 { margin-left: 10px; }
.mgl15 { margin-left: 15px; }
.mgl20 { margin-left: 20px; }
.mgl25 { margin-left: 25px; }
.mgl30 { margin-left: 30px; }


/* フォント*/
.fc_01 {
	color: #594633;
}
.fc_01b {
	color: #594633;
	font-weight: bold;
}
.fc_02 {
	color: #2182a2;
}
.fc_02b {
	color: #2182a2;
	font-weight: bold;
}
.fc_03 {
	color: #990000;
}

/* align */
.ta_l { text-align: left; }
.ta_c { text-align: center; }
.ta_r { text-align: right; }

/* font-size */
.fs_xxs { font-size: xx-small; }
.fs_xs { font-size: x-small; }
.fs_s { font-size: small; }
.fs_m { font-size: medium; }
.fs_l { font-size: large; }
.fs_xl { font-size: x-large; }
.fs_xxl { font-size: xx-large; }

.fs_12 { font-size: 12px; }
.fs_13 { font-size: 13px; }
.fs_14 { font-size: 14px; }
.fs_16 { font-size: 16px; }
.fs_18 { font-size: 18px; }
.fs_20 { font-size: 20px; }


.br-sp {
  display: inline-block;
}
/*
 * header
 */

#header {
  margin-bottom: 20px;
}

.header_top {
  width: 100%;
  height: 55px;
/*  border-bottom: 1px solid #eee;*/
  position: absolute;
  top: 0;
/*  background-color: #2182a2; */
  background:url(https://lemoncake.ohacorte.com/img_shop/common/ohaco_bg.jpg) repeat;
  z-index: 10;
}

.header_top_cmspbar {
  position: fixed;
}
.header_top_inner {
  max-width: 980px;
  margin: 0 auto;
}

.search_form {
  margin: 0;
  padding-top: 10px;
  float: left;
}

.search_select {
  width: 160px;
  border: 1px solid #ccc;
  font-size: 12px;
}

.search_box {
  width: 260px;
}

.btn_search {
  padding: 2px 5px 3px 5px;
  border: 1px solid #ccc;
}

.btn_search i {
  vertical-align: -35%;
}

.header_nav_headline {
  text-align: right;
  font-size: 12px;
  margin-top: 14px;
  letter-spacing: 0.1em;
  float: right;
}

.header_nav_headline li a i {
  vertical-align: -40%;
}

.header_nav_headline li a {
  color: #fff;
  margin-right: 5px;
}

.header_nav_headline li a:hover {
  color: #ccc;
  text-decoration: none;
}

.header_nav_headline .headline_viewcart {
  padding-left: 15px;
  border-left: 1px solid #fff;
}

.header_mid {
  width: 100%;
  height: 50px;
/*  border-bottom: 1px solid #333;*/
  position: absolute;
  top: 51px;
  background-color: #fff;
  z-index: 9;
}

.header_mid_cmspbar {
  position: fixed;
}

.header_mid_inner {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}

.header_nav_global {
  font-size: 12px;
  margin-top: 14px;
}

ul.header_nav_global > li {
  padding: 0 5px 0 0;
}

.header_nav_global li a i {
  vertical-align: -30%;
}

.header_nav_global li a {
}

.header_nav_global li a:hover {
  text-decoration: none;
}

.header_nav_global_box {
  display: none;
  max-width: 70%;
  width: 100%;
  height: auto;
/*  background-color: #2182a2; */
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc; 
  border-right: 1px solid #ccc;
  opacity: 0.9;
  position: absolute;
  top: 37px;
  left: -1px;
  padding: 0;
}
.header_nav_global_box_heading {
  color: #fff;
  font-size: 12px;
  margin: 0;
  padding-top: 30px;
  text-align: center;
  letter-spacing: 0.1em;
}
.header_nav_global_box_detail {
  background-color: #fff;
  padding: 30px 20px 20px;
}

.header_nav_global_left {
  float: left;
  margin: 0;
}

.header_nav_global_left li {
  padding-bottom: 15px;
}

.header_nav_global_right {
  float: right;
  margin-top: 20px;
}

.icon-c_twitter {
  padding-left: 0px;
}

/* ul.header_nav_global_social > li {
  padding: 0;
} */

.header_nav_global_social li a i {
  vertical-align: -40%;
}

.header_btm {
  max-width: 980px;
  padding-top: 50px;
  margin: 0 auto;
}

.h1_logo {
  width: 30%;
}
  .navi_width {
   width: 68% 
  }
.header_logo {
  margin: 20px 0 auto;
  float: left;
}

.header_lead {
  padding-top: 12px;
  font-size: 10px;
  color: #594633;
  letter-spacing: 0.08em;
  clear: both;
  line-height: 1.4em;
  width: 270px;
  text-align: center;
  font-weight: initial;
}
.head-logo{
    display: none;
    float: left;
    height: 50px;
    padding: 5px;
    width: 36px;
    z-index: 99;
}
.header_nav_phone {
  z-index: 99;
  float: right;
  height: 50px;
}
.header_nav_lst_phone {
  position: absolute;
  left: 85%;
  display: none;
  margin-left: -50%;
  width: 58%;
  border: 1px solid #ccc;
  background: #fff;
}
.header_nav_lst_phone ul {
  margin: 0;
}
.header_nav_lst_phone li {
  padding: 2px 15px;
  border-bottom: 1px solid #ccc;
  text-align: left;
  font-size: 12px;
}
.header_nav_lst_phone li:last-child {
  border-bottom: none;
}
.header_nav_lst_phone a {
  display: block;
  padding: 6px 0;
}
.header_nav_lst_phone li:hover {
  color: #2182a2;
  background-color: rgba(80,130,160,0.05);
  opacity: 0.5;
  text-decoration: none;
}
.nav_btn_phone {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
.nav_btn_phone i {
  vertical-align: -40%;
}
.navi_btn {
  float: right;
  text-align: center;
  margin-top: -60px;
  clear: both;
}
.navi_btn ul {
  margin: 0;
  width: 860px;
  list-style: none;
}
.navi_btn li {
  float: left;
  width: 13%;
  margin: 0 10px;
}
  .fade {  
  -webkit-transition: 0.4s ease-in-out;  
  -moz-transition: 0.4s ease-in-out;  
  -o-transition: 0.4s ease-in-out;  
  transition: 0.4s ease-in-out;  
}
  .fade:hover {  
  opacity: 0.6;  
  filter: alpha(opacity=60);  
} 
.nav01 {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.nav02 {
  font-size: 10px;
}

.log_name {
  font-size: 80%;
  float: right;
  margin-top: 25px;
}

/*
 * main
 */

.main {
  max-width: 980px;
}

/*
 * contents
 */

.contents {
  padding: 0;
  float: right;
}


/*
 * 商品詳細
 */

.item_detail {
color:#fff;
width:80px;
height:20px;
text-align:center;
line-height:1.4em;
background-color:#2182a2;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
border-radius: 50px;
margin-bottom: 2px;
}
.item_detail2 {
color:#2182a2;
width:80px;
height:20px;
text-align:center;
line-height:1.4em;
background-color:#e2ded3;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
border-radius: 50px;
}
.item_detail2-2 {
color:#2182a2;
width:80px;
height:40px;
font-size: 0.95em;
text-align:center;
line-height:1.5em;
background-color:#e2ded3;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
.item_detail3 {
color:#fff;
width:80px;
height:17px;
text-align:center;
line-height:1.7em;
background-color:#c3bcb1;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
border-radius: 50px;
padding-bottom: 2px;
}

.item-select dt,
.item-select2 dt {
width: 90px;
float: left;
clear: both;  
padding-top: 0.1em;
}
.item-select3 dt {
width: 110px;
float: left;
clear: both;  
padding-top: 0.1em;
line-height: 1.5em;
}
.item-select dd,
.item-select2 dd {
margin-left: 120px;
line-height: 1.4;
padding-top:3px;
}
.item-select3 dd {
margin-left: 130px;
line-height: 1.4;
}
.item-select, 
.item-select2{
/*border-top: 1px solid #C3BCB1/*<{$privacy_title_bgcolor}>*/;
background: rgba(0, 0, 0, 0) url("https://lemoncake.ohacorte.com/img_shop/common/line_btm2.gif") repeat-x scroll center bottom;
padding: 10px 0px;
}
.item-select3{
/*border-top: 1px solid #C3BCB1/*<{$privacy_title_bgcolor}>*/;
background: rgba(0, 0, 0, 0) url("https://lemoncake.ohacorte.com/img_shop/common/line_btm2.gif") repeat-x scroll center bottom;
padding-bottom: 34px;
}
@media all and (-ms-high-contrast:none){
	dt{
	line-height: 1.8em !important;
	}
}
/* pankuzu */
.pankuzu_lists {
  font-size: 10px;
}
ul.pankuzu_lists > li {
  padding: 0;
}
.pankuzu_list {
}

/* info */
.info {
  margin-bottom: 60px;
}

.info_heading {
}

.info_detail {
  margin: 10px 0 0;
  font-size: 13px;
}

.info_detail_lists {
}

.info_detail_list_dt {
  padding: 20px 0 5px;
}

.info_detail_list_dt:first-child {
  padding: 0 0 5px;
}

.info_detail_list_dd {
  margin: 0;
}
.info-header {
  margin: 0;
  font-size: 1.2em;
}
.info-header li {
  padding: 5px 0;
}
.info-header span {
  font-size: 0.9em;
}
/* ranking（seller） */
.seller {
  margin-bottom: 20px;
}

.seller_heading {
}

.seller_lists {
  margin-top: 20px;
  font-size: 12px;
}

.seller_list {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}

/* recommend */
.recommend {
  margin-bottom: 20px;
}

.recommend_heading {
}

.recommend_lists {
  margin-top: 20px;
  font-size: 12px;
}

.recommend_list {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}

/* ご利用ガイド */
#all{
    max-width: 670px;
}
#guide {
    margin: 0 auto;
    padding-bottom: 50px;
    width: 100%;
}
#guide h2 {
  padding: 10px 10px 0;
}
#guide h3 {
  padding: 40px 10px 15px;
}
#guide table {
    border-collapse: collapse;
    border-spacing: 0;
}
#guide p {
  font-size: 14px;
  margin-bottom: 20px;
}
#flow1 {
  margin-top: -55px; /* 固定ナビの高さ分のネガティブマージン */
  padding-top: 55px; /* 打ち消し用のパディング */
}
.guide-list{
}
.guide-list li:hover {
    background-color: rgba(90, 70, 50, 0.1);
}
.guide-list li a{
	color: #594633;
	text-decoration: none;
    font-size: 14px;
	display: block;
}
.guide-list li{
    border: 1px solid #594633;
    display: block;
    float: left;
    height: 45px;
    margin: 10px 10px 24px;
    opacity: 0.9;
    padding: 16px 8px 14px 8px;
    text-align: center;
    width: 110px;
}
.step-list{
}

.step-list_line:first-child {
    background: none;
}

.step-list_line{
    background: url("https://lemoncake.ohacorte.com/img_shop/common/line_btm2.gif")  repeat-x scroll;
	border: 0px none;
	height: 2px;
}

.step-list_cell {
    padding: 30px 20px 0;
    vertical-align: top;
}

.step-list_rect1 {
    background-color: #2182a2;
    border-radius: 3px 3px 0 0;
    color: white;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    min-height: 120px;
    padding: 10px;
    text-align: center;
    width: 50px;
}
.step-list_rect2 {
    background-color: #594633;
    border-radius: 3px 3px 0 0;
    color: white;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    min-height: 120px;
    padding: 10px;
    text-align: center;
    width: 50px;
}

.step-list_tri1 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #2182a2 transparent transparent;
    border-image: none;
    border-style: solid;
    border-top: 35px solid #2182a2;
    border-width: 35px;
    margin-top: -0.01em;
    height: 0;
    width: 0;
}

.step-list_tri2 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #594633 transparent transparent;
    border-image: none;
    border-style: solid;
    border-top: 35px solid #594633;
    border-width: 35px;
    height: 0;
    width: 0;
}
.anc-nav{
}
/* お知らせ SHOP-INFO */
#shop-info h2 {
  padding: 10px 10px 0;
}
#shop-info h3 {
  background: rgba(0, 0, 0, 0) url("https://lemoncake.ohacorte.com/img_shop/common/line_btm.gif") repeat-x scroll center bottom;
  padding: 10px;
}
#shop-info p {
  padding: 0 10px 10px;
  display: block;
}
.info-block {
  margin-bottom: 60px;
}


/* オハコルテのこと ABOUT */
#about h2 {
  padding: 10px 10px 0;
}
#about h3 {
  padding: 10px;
}
#about table {
    width:100%;
    border: none;
}
#about td {
  padding: 0 10px;
}
#about td:nth-child(2n) {
  padding: 20px 10px;
  font-weight: bold;
  font-size: 18px;
}
#about td:nth-child(2n+1) {
 padding-bottom: 20px; 
}
#about p {
  padding: 0 10px 10px;
  display: block;
}
 .about_pc {
  display: block;
}
 .about_sp {
  display: none;
}
.about_pdct {
  font-size: 18px;
  font-weight: bold;
}
  .about_hirami,
  .about_sable,
  .about_sand {
	vertical-align: top;
}
.about_hirami a {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
  .about_hirami a:hover {
  background-position: 0 -200px;
}
.about_sable a {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
  .about_sable a:hover {
  background-position: 0 -200px;
}
.about_sand a {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.about_sand a:hover {
  background-position: 0 -200px;
}
/* free_space */
.free_space {
}

/* カテゴリー（大） */
#category {
  margin: 0 10px;
}
.category_h2 {
	color: #2182a1;
	line-height: 3.2;
	margin-bottom: 0;
	font-size: 1.7em;
}
.hirami_01 {
	margin-top: 20px;
}
.category_h4 {
	color: #2182a1;
	font-size: 1.3em;
	margin-bottom: 8px;
}
.hirami_hozon {
	margin-bottom: 50px;
}
.category_00 {
	display: flex;
}
.category_00 img {
	margin: 0 0 0 auto;
 	height: 100%;
}
.category_00 p {
	margin: 0;
  	padding-right: 20px;
}
.category-title {
	text-align: center;
	margin: 50px 0 30px 0;
	font-size: 15px;
}
.category-title img {
	margin-bottom: 10px;
}
.hirami_01 {
	margin-top: 20px;
}
.category_h4 {
	color: #2182a1;
	font-size: 1.3em;
	margin-bottom: 8px;
}
.category-line {
  margin: 20px 0;
}
.lp_question {
	margin-bottom: 50px;
}
.gift-category-title {
  text-align: center;
  margin: 20px 0;
}
.taste4 {
	display: inline-flex;
	justify-content: space-between;
}
.taste4 div {
	width: 50%;
	margin: 0 5px;
}
.col3 {
	display: inline-flex;
	justify-content: space-between;
}
.col3 div {
	margin: 0 5px;
}
.col3 div img {
  	width: 206px;
    height: 206px;
}
.gift-category01 {
  display: inline-flex;
  font-weight: 700;
  justify-content: space-between;
}
.gift-category01 p {
  width: 100%;
  margin: 0 20px 10px;
background-image: url(https://lemoncake.ohacorte.com/img_shop/sand2/Logo_blue.png);
background-repeat: no-repeat;
background-position: right bottom;
line-height: 23px;
}
.gift-category01 img {
	height: 100%;
}
.gift-category02-sp {
	display: none;
}
.gift-category02 {
	display: flex;
	align-items: flex-start;
}
.gift-category02 h4 {
	margin-top: 0;
}
.mr-20 {
	padding-right: 20px;
}
.ml-20 {
		padding-left: 20px;
}
.gift-box {
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}	
.gift-box img {
	align-self: flex-start;
}	
.box {
    margin-right: 10px;
}	
.box:nth-child(2n) {
    margin-right: 0;
}	
.gift-category02-sp {
	display: none;
}

/* facebook */
#facebookBox {
width: 550px;
padding: 5px 10px 20px;
background: #fff;
overflow: hidden;
}

#facebookFace {
width: 100%;
height: 200px;
overflow: hidden;
position: relative;
}

/*
 * side
 */

.side {
  padding: 0;
}

.side .unstyled img {
  display: block;
  margin-bottom: 5px;
}

.side_banner {
  margin: 0 0 40px;
}
.side_banner_lists {
}
.side_banner_list {
  margin-top: 19px;
}
.side_banner_list:first-child {
  margin-top: 0;
}

.side_category {
  margin: 0 0 40px;
}
.side_category_list {
  position: relative;
}
.side_subcategory_lists {
  width: 80%;
  padding: 15px 20px;
  position: absolute;
  top: -21px;
  right: -180px;
  border: 1px solid #ccc;
  background-color: #fff;
  z-index: 7;
  display: none;
}
.side_subcategory_list {
  border-top: none;
}
.side_subcategory_lists li a {
  padding: 5px 0;
}

.side_group {
  margin: 0 0 40px;
}
.side_group_heading {
}
.side_group_lists {
}
.side_group_list {
}

.side_freepage {
  margin-top: 60px;
}
.side_freepage_heading {
  margin-bottom: 20px;
}
.side_freepage_lists {
}
.side_freepage_list {
  padding-top: 0;
  border: none;
}
.side_freepage_list a {
  padding: 0 0 20px 0;
}

.side_mobile_shop {
  margin-top: 60px;
}
.side_mobile_shop_heading {
  margin-bottom: 20px;
}
.side_mobile_shop_img {
  text-align: center;
}

.side_banner_long {
  margin-top: 40px;
}

/* ------------------------------------- 
 *	カレンダー
 * ------------------------------------- */
.cal_brown {
	color:#fff;
	background-color:#563931;
	display:inline-block;
	padding:2px;
}
.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}
.side_cal {
padding:10px;
background-color:#fff;
margin:5px 0 10px;
}

.side_cal_memo {
padding:0px;
line-height:1em;
}

.side_cal_memobox{
padding:5px;
background-color:#e2ded3;	
}
/*  ------------------------------------- */

/*
 * footer
 */

.footer {
  width: 100%;
  margin-top: 40px;
}

.footer_inner {
  max-width: 980px;
  margin: 0 auto;
}

.footer_heading {
}
.footer_lists {
  margin-top: 20px;
}
.footer_list {
  padding: 0 10px;
  text-align: center;
}
.footer_list_img {
  margin: 0 auto;
}

.footer_seller,
.footer_recommend,
.footer_checked {
  margin-bottom: 40px;
}

.footer_seller_lists,
.footer_recommend_lists,
.footer_checked_lists {
  font-size: 10px;
}

.footer_seller_list,
.footer_recommend_list,
.footer_checked_list{
  margin-bottom: 10px;
}

.footer_banner {
  padding-bottom: 60px;
  margin: 0 auto;
}

.footer_pagetop {
  text-align: center;
  background-color: #2182a2;
}
.footer_pagetop a {
  display: block;
  width: 100%;
  height: 40px;
}
.footer_pagetop_icon {
  margin-top: 8px;
}

.footer_notice {
  padding: 60px 0;
  background-color: #F6F6F6;
}
h3.footer_notice_heading {
  padding-bottom: 40px;
  border-bottom: none;
}
.footer_notice_lists {
  margin: 0;
}
.footer_notice_list_dt {
  padding: 20px 0 10px;
}
.footer_notice_list_dt:first-child {
  padding: 0 0 10px;
}
.footer_notice_list_dd {
  margin: 0;
  line-height: 1.5;
  font-size: 12px;
  word-break: normal;
}
.footer_notice_cal_table {
}
.footer_notice_cal_memo {
}

.tbl_calendar {
  margin-bottom: 20px;
  max-width: 260px;
  width: 100%;
  font-size: 84.615%;
}
  .tbl_calendar caption {
    text-align: center;
  }
  .tbl_calendar th {
    padding: .3em 0;
    border-bottom: 1px solid #ccc;
    text-align: center;
  }
  .tbl_calendar td {
    padding: .5em 0;
    width: 14.2%;
    border-bottom: 1px solid #ccc;
    text-align: center;
  }
.cal_memo {
  margin-top: 1em;
  font-size: 84.615%;
}

.footer_nav {
  padding: 60px 0;
  background:url(https://lemoncake.ohacorte.com/img_shop/common/ohaco_footer_bg.jpg) repeat;
}

.footer_nav_shopinfo {
  color: #fff;
}
.footer_nav_shopinfo_img {
  padding: 0;
  text-align: center;
}
.footer_nav_shopinfo_img img {
  width: 120px;
}
.footer_nav_shopinfo_caption {
  padding: 0 2%;
}
.footer_nav_shopinfo_name {
  font-size: 16px;
  padding: 0 20px;
}
.footer_nav_shopinfo_memo {
  padding: 0 20px;
  font-size: 80%;
}

.footer_nav_list {
  color: #fff;
  padding-top: 15px;
}
.footer_nav_list:first-child {
  padding-top: 0;
}
.footer_nav_list_link {
  color: #fff;
}
.footer_nav_list_link:hover {
  color: #ccc;
  text-decoration: none;
}

.footer_copyright {
  text-align: center;
  padding: 2em 0;
  font-size: 12px;
}
.footer_powered {
  display: block;
  padding: 10px 0;
  line-height: 18px;
}
  .footer_powered a {
    color: #a1a19f;
    text-decoration: none;
    font-size: 11px;
  }
  .footer_powered img {
    margin-bottom: 10px;
    margin-left: 4px;
    width: 200px;
    height: 18px;
  }
  .footer_nav_global {
    margin: 20px 0 5px 15px;
    display: flex;
  }
  .footer_nav_global li {
    margin: 0 3px;
  }

/*
 * gotopボタン
 */
#foot{
    min-height: 490px;
}
p.gotop{
    position: fixed;
    right: 0%;
    bottom: 0;
}
p.gotop a{
    width: 115px;
    height: 42px;
    display: block;
}

/*
 * Slider
 */

.slider {
  position: relative;
  margin-bottom: 40px;
}

.bx-wrapper {
  z-index: 0;
}

.bx-wrapper img {
  width: 100%;
  height: auto;
}

.slider .bx-wrapper .bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
}

.slider .bx-wrapper .bx-caption {
  background: #000\9;
  background: rgba(0, 0, 0, 0.60);
}

.slider .bx-wrapper .bx-caption span {
  font-size: 14px;
  padding: 10px 10px 10px 20px;
}
.bx-prev, .bx-next {
  opacity: 0.4;
}
/*
 * sk privacy
 */

.skpr_box {
  padding-top: 120px;
  margin-top: -60px
}

.skpr_box:first-child {
  padding-top: 0;
  margin-top: 0;
}

.skpr_detail,
.privacy_lead {
  margin: 20px 0 0;
  font-size: 13px;
}

.skpr_detail_lists {
}

.skpr_detail_list_dt {
  padding: 20px 0 5px;
  font-weight: bold;
}

.skpr_detail_list_dt:first-child {
  padding: 0 0 5px;
  font-weight: bold;
}

.skpr_detail_list_dd {
  margin: 0;
}

/*
 * temp
 */

/* textarea input */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 1px solid #ccc;
  background-color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: rgba(82, 168, 236, 0.8);
}

/*
 * icons
 */
.icon-b.icon-user { background-position: -208px -0px; }
.icon-w.icon-user { background-position: -208px -0px; }
.icon-ohaco.icon-user { background-position: -208px -0px; }
.icon-lg-b.icon-user { background-position: -312px -0px; }
.icon-lg-w.icon-user { background-position: -312px -0px; }
.icon-lg-ohaco.icon-user { background-position: -312px -0px; }
.icon-b.icon-adduser { background-position: -240px -0px; }
.icon-w.icon-adduser { background-position: -240px -0px; }
.icon-ohaco.icon-adduser { background-position: -240px -0px; }
.icon-lg-b.icon-adduser { background-position: -360px -0px; }
.icon-lg-w.icon-adduser { background-position: -360px -0px; }
.icon-lg-ohaco.icon-adduser { background-position: -360px -0px; }
.icon-b.icon-login { background-position: -48px -80px; }
.icon-w.icon-login { background-position: -48px -80px; }
.icon-ohaco.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-lg-w.icon-login { background-position: -72px -120px; }
.icon-lg-ohaco.icon-login { background-position: -72px -120px; }
.icon-b.icon-logout { background-position: -32px -80px; }
.icon-w.icon-logout { background-position: -32px -80px; }
.icon-ohaco.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-lg-w.icon-logout { background-position: -48px -120px; }
.icon-lg-ohaco.icon-logout { background-position: -48px -120px; }
.icon-b.icon-cart { background-position: -176px -64px; }
.icon-w.icon-cart { background-position: -176px -64px; }
.icon-ohaco.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-lg-w.icon-cart { background-position: -264px -96px; }
.icon-lg-ohaco.icon-cart { background-position: -264px -96px; }
.icon-b.icon-search { background-position: -208px -16px; }
.icon-w.icon-search { background-position: -208px -16px; }
.icon-ohaco.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-lg-w.icon-search { background-position: -312px -24px; }
.icon-lg-ohaco.icon-search { background-position: -312px -24px; }
.icon-b.icon-mail { background-position: -64px -0px; }
.icon-w.icon-mail { background-position: -64px -0px; }
.icon-ohaco.icon-mail { background-position: -64px -0px; }
.icon-lg-b.icon-mail { background-position: -96px -0px; }
.icon-lg-w.icon-mail { background-position: -96px -0px; }
.icon-lg-ohaco.icon-mail { background-position: -96px -0px; }
.icon-b.icon-book { background-position: -144px -32px; }
.icon-w.icon-book { background-position: -144px -32px; }
.icon-ohaco.icon-book { background-position: -144px -32px; }
.icon-lg-b.icon-book { background-position: -216px -48px; }
.icon-lg-w.icon-book { background-position: -216px -48px; }
.icon-lg-ohaco.icon-book { background-position: -216px -48px; }
.icon-b.icon-help { background-position: -288px -80px; }
.icon-w.icon-help { background-position: -288px -80px; }
.icon-ohaco.icon-help { background-position: -288px -80px; }
.icon-lg-b.icon-help { background-position: -432px -120px; }
.icon-lg-w.icon-help { background-position: -432px -120px; }
.icon-lg-ohaco.icon-help { background-position: -432px -120px; }
.icon-b.icon-c_twitter { background-position: -112px -176px; }
.icon-w.icon-c_twitter { background-position: -112px -176px; }
.icon-ohaco.icon-c_twitter { background-position: -112px -176px; }
.icon-ohaco_w.icon-c_twitter { background-position: -112px -176px; }
.icon-lg-b.icon-c_twitter { background-position: -168px -264px; }
.icon-lg-w.icon-c_twitter { background-position: -168px -264px; }
.icon-lg-ohaco.icon-c_twitter { background-position: -168px -264px; }
.icon-lg-ohaco_w.icon-c_twitter { background-position: -168px -264px; }
.icon-b.icon-c_facebook { background-position: -144px -176px; }
.icon-w.icon-c_facebook { background-position: -144px -176px; }
.icon-ohaco.icon-c_facebook { background-position: -144px -176px; }
.icon-ohaco_w.icon-c_facebook { background-position: -144px -176px; }
.icon-lg-b.icon-c_facebook { background-position: -216px -264px; }
.icon-lg-w.icon-c_facebook { background-position: -216px -264px; }
.icon-lg-ohaco.icon-c_facebook { background-position: -216px -264px; }
.icon-lg-ohaco_w.icon-c_facebook { background-position: -216px -264px; }
.icon-b.icon-c_google { background-position: -192px -176px; }
.icon-w.icon-c_google { background-position: -192px -176px; }
.icon-ohaco.icon-c_google { background-position: -192px -176px; }
.icon-lg-b.icon-c_google { background-position: -288px -264px; }
.icon-lg-w.icon-c_google { background-position: -288px -264px; }
.icon-lg-ohaco.icon-c_google { background-position: -288px -264px; }
.icon-b.icon-c_pinterest { background-position: -224px -176px; }
.icon-w.icon-c_pinterest { background-position: -224px -176px; }
.icon-ohaco.icon-c_pinterest { background-position: -224px -176px; }
.icon-lg-b.icon-c_pinterest { background-position: -336px -264px; }
.icon-lg-w.icon-c_pinterest { background-position: -336px -264px; }
.icon-lg-ohaco.icon-c_pinterest { background-position: -336px -264px; }
.icon-b.icon-instagram { background-position: -272px -176px; }
.icon-w.icon-instagram { background-position: -272px -176px; }
.icon-ohaco.icon-instagram { background-position: -272px -176px; }
.icon-lg-b.icon-instagram { background-position: -431px -264px; }
.icon-lg-w.icon-instagram { background-position: -431px -264px; }
.icon-lg-ohaco.icon-instagram { background-position: -432px -264px; }
.icon-b.icon-chevron_right { background-position: -16px -144px; }
.icon-w.icon-chevron_right { background-position: -16px -144px; }
.icon-ohaco.icon-chevron_right { background-position: -16px -144px; }
.icon-lg-b.icon-chevron_right { background-position: -24px -216px; }
.icon-lg-w.icon-chevron_right { background-position: -24px -216px; }
.icon-lg-ohaco.icon-chevron_right { background-position: -24px -216px; }
.icon-b.icon-chevron_down { background-position: -352px -128px; }
.icon-w.icon-chevron_down { background-position: -352px -128px; }
.icon-ohaco.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }
.icon-lg-w.icon-chevron_down { background-position: -528px -192px; }
.icon-lg-ohaco.icon-chevron_down { background-position: -528px -192px; }
.icon-b.icon-chevron_up { background-position: -0px -144px; }
.icon-w.icon-chevron_up { background-position: -0px -144px; }
.icon-ohaco.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-lg-w.icon-chevron_up { background-position: -0px -216px; }
.icon-lg-ohaco.icon-chevron_up { background-position: -0px -216px; }
.icon-b.icon-chevron_left { background-position: -336px -128px; }
.icon-w.icon-chevron_left { background-position: -336px -128px; }
.icon-ohaco.icon-chevron_left { background-position: -336px -128px; }
.icon-lg-b.icon-chevron_left { background-position: -504px -192px; }
.icon-lg-w.icon-chevron_left { background-position: -504px -192px; }
.icon-lg-ohaco.icon-chevron_left { background-position: -504px -192px; }
.icon-b.icon-list { background-position: -192px -96px; }
.icon-w.icon-list { background-position: -192px -96px; }
.icon-ohaco.icon-list { background-position: -192px -96px; }
.icon-lg-b.icon-list { background-position: -288px -144px; }
.icon-lg-w.icon-list { background-position: -288px -144px; }
.icon-lg-ohaco.icon-list { background-position: -288px -144px; }
.icon-b.icon-c_linkedin { background-position: -288px -176px;}
.icon-w.icon-c_linkedin { background-position: -288px -176px;}
.icon-ohaco.icon-c_linkedin { background-position: -288px -176px;}
.icon-ohaco_w.icon-c_linkedin { background-position: -288px -176px;}
.icon-lg-b.icon-c_linkedin { background-position: -432px -264px;}
.icon-lg-w.icon-c_linkedin { background-position: -432px -264px;}
.icon-lg-ohaco.icon-c_linkedin { background-position: -432px -264px;}
.icon-lg-ohaco_w.icon-c_linkedin { background-position: -432px -264px;}

.icon-b,
.icon-w,
.icon-lg-ohaco,
.icon-ohaco_w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w,
.icon-lg-ohaco,
.icon-lg-ohaco_w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon16_w.png); }
.icon-ohaco { background-image: url(https://lemoncake.ohacorte.com/img_shop/common/icon16_ohaco.png); }
.icon-ohaco_w { background-image: url(https://lemoncake.ohacorte.com/img_shop/common/icon16_ohaco.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_w.png); }
.icon-lg-ohaco {
  background-image: url(https://lemoncake.ohacorte.com/img_shop/common/icon24_ohaco2.png);
  background-size: 552px 480px;
}
.icon-lg-ohaco_w {
  background-image: url(https://lemoncake.ohacorte.com/img_shop/common/icon24_ohaco2_w.png);
  background-size: 552px 480px;
}


@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w,
  .icon-ohaco{
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w,
  .icon-ohaco {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon16_2x_w.png); }
  .icon-ohaco { background-image: url(https://lemoncake.ohacorte.com/img_shop/common/icon16_2x_ohaco.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_2x_w.png); }
  .icon-lg-ohaco { background-image: url(https://lemoncake.ohacorte.com/img_shop/common/icon24_2x_ohaco.png); }
  .icon-lg-ohaco_w { background-image: url(https://lemoncake.ohacorte.com/img_shop/common/icon24_2x_ohaco_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_w.png); }
  .icon-ohaco { background-image: url(https://lemoncake.ohacorte.com/img_shop/common/icon24_ohaco2.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_2x_w.png); }
  .icon-ohaco { background-image: url(https://lemoncake.ohacorte.com/img_shop/common/icon24_2x_ohaco.png); }
}

/*
 * Media Queries
 */

@media (min-width: 980px) {
  .contents {
    width: 670px;
  }

  .contents_detail {
    width: 100%;
  }
  .navi_width {
   width: 68% 
  }
 .navi_btn li {
  float: left;
  width: 13%;
  margin: 0 10px;
}
  .side {
    width: 270px;
  }
  .header_logo {
  margin: 20px 0 auto;
  float: left;
}
  .header_nav_global_right li {
    display: inline-block !important;
    margin: 0 3px;
  }
}

@media (max-width: 980px) {
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
.head-logo{
    display: inherit;
}
  .contents,
  .side,
  .footer_heading {
    padding-right: 1%;
    padding-left: 1%;
  }
  .h1_logo {
  width: 25%;
  }
  .navi_width {
   width: 70% 
  }
  .header_nav_global_right li {
    display: inline-block !important;
    margin: 0 3px;
  }

  .header_nav_phone {
    margin-right: 10px;
  }
  .header_nav_phone {
    margin-right: 0;
  }
  .nav_btn_phone {
	display: block;
  height: 30px;
  margin-top: 7px;
  padding: 5px 5px 0;
  border: #fff solid 1px;
  border-radius: 5px;
  }
.navi_btn li {
  float: left;
  width: 11%;
  margin: 0 10px;
}
}
@media (min-width: 769px) {
  .footer_list {
    width: 12%;
  }
}
@media (max-width: 768px) {
  .contents,
  .side,
  .footer_heading {
    padding: 0;
  }

.h1_logo {
  width: 100%;
}
  .navi_width {
  display: none;
  }

.productlist_lists {
    padding: 0 10px 20px;
  }
.header_nav_global_right {
  display: none;
  }
.header_logo {
  margin: 20px 0;
  float: left;
}
  .header_btm {
    padding-top: 50px;
    text-align: center
  }

  .header_logo {
    float: none;
  }
  
  .header_lead {
    padding-top: 10px;
    font-size: 10px;
    float: none;
    line-height: 1.8em;
  }

  .header_nav_global_social {
    padding-left: 0;
  }

  .search_form {
    float: none;
  }

  .search_select {
    width: 100%;
    margin-bottom: 10px;
  }
  
  .search_box {
    width: 75%;
    float: left;
  }

  .btn_search {
    width: 15%;
    float: right;
  }

  .slider {
    margin-bottom: 20px;
  }

  .side_group,
  .side_freepage {
    margin-top: 0;
  }

  .info_detail,
  .seller_lists,
  .recommend_lists {
    padding: 0 10px 20px;
  }
#about td {
  padding: 0 10px;
  display: block;
}
  .about_hirami {
  width: 100%;
}
  .about_hirami,
  .about_sable,
  .about_sand {
}
 .about_pc {
  display: none;
  }
 .about_sp {
  display: block;
  }
  .free_space {
    font-size: 12px;
    padding: 0 10px 60px;
  }

  .list {
    padding: 0;
  }

  .list_link {
    padding: 10px;
  }

  .list_icon_arrow {
    margin-right: 0;
  }

  .side_banner {
    margin-bottom: 40px;
    text-align: center;
  }

  .side_banner_list {
    margin-top: 0;
  }

  .side_freepage_heading {
    margin-bottom: 0;
  }
  .side_freepage_list {
    padding: 0;
    border-top: 1px solid #ccc;
  }
  .side_freepage_list a {
    padding: 10px;
  }

  .heading {
    font-size: 14px;
    font-weight: bold;
    padding: 0 10px 20px;
  }

  .side_category {
    margin-top: 0 0 40px;
  }
  .side_category_list {
    position: static;
    cursor: pointer;
  }
  .side_subcategory_lists {
    width: 100%;
    padding: 0;
    position: static;
    border: none;
    background-color: #f5f5f5;
    display: none;
  }
  .side_subcategory_list {
    border-top: 1px solid #ccc;
  }
  .side_subcategory_list:first-child {
    border-top: 1px solid #ccc;
  }
  .side_subcategory_lists li a {
    padding: 10px;
  }


  .side_category_heading,
  .side_group_heading,
  .side_freepage_heading,
  .footer_seller_heading,
  .footer_recommend_heading,
  .footer_checked_heading{
/*  background-color: #2182a2; */
    color: #594633;
    padding: 10px 0 10px 10px;
  }

  .footer {
    margin-top: 0;
  }

  .footer_lists {
    padding: 0 10px 20px;
  }

  .footer_list {
    padding-right: 1%;
    padding-left: 1%;
  }

  .footer_checked {
    border-bottom: 1px solid #333;
  }

  .footer_banner {
    text-align: center;
    padding: 0 10px 60px;
  }
  .footer_banner li {
    padding: 5px;
  }


  .footer_seller_lists,
  .footer_recommend_lists,
  .footer_checked_lists {
    font-size: 12px;
  }
  .footer_seller_list,
  .footer_recommend_list {
    margin-bottom: 40px;
  }
  .footer_checked_list {
    margin-bottom: 10px;
  }

  .footer_notice {
    padding: 0;
  }

  .footer_nav {
    padding: 0;
  }
  .footer_nav_shopinfo {
    padding: 30px 0;
  }
  .footer_nav_shopinfo_img {
    padding-bottom: 10px;
    text-align: center;
  }
  .footer_nav_shopinfo_caption {
    text-align: center;
  }
  .footer_nav_shopinfo_name {
    font-size: 14px;
    display: none;
  }
  .footer_nav_shopinfo_memo {
    padding: 0 55px;
    font-size: 75%;
  }

  .footer_nav_menu_right {
    padding: 0;
    display: none;
  }
    .footer_nav_menu_right li {
      margin: 0;
      padding: 0;
    }
    .footer_nav_menu_right li:nth-child(odd) {
      border-right: 1px none #777;
    }
    .footer_nav_menu_right a {
      display: block;
      padding: 12px 10px;
      color: #fff;
      text-decoration: none;
      font-size: 11px;
    }

  .footer_nav_menu {
    margin-bottom: 50px;
    padding: 0px 40px 0px 40px;
    text-align: center;
    font-size: 10px;
 	background:url(https://lemoncake.ohacorte.com/img_shop/common/ohaco_footer_bg.jpg) repeat;
    color: #fff;
  }

  .footer_nav_list {
    padding-top: 5px;
  }

.footer_nav_shopinfo_img img {
  width: 100px;
}
  
  .footer_copyright {
    font-size: 10px;
  }

  .footer_sns {
    margin-bottom: 20px;
  }

  .footer_nav_global{
    display: none;
  }

  .skpr_detail,
  .privacy_lead {
    padding: 0 10px 20px;
  }

  .skpr_box {
    padding-top: 70px;
    margin-top: -10px
  }
  
  .skpr_box:first-child {
    padding-top: 0;
    margin-top: 0;
  }

.navi_btn {
display: none;
}

#facebookBox {
  display: none;
}
/*カテゴリー（大）*/
.category_h4 {
	font-size: 1em;
}
.category_h4 {
	font-size: 1em;
}
}
@media (max-width: 640px) {
/*カテゴリー（大）*/
	.category_h2 {
	line-height: normal;
	font-size: 1.3em;
	text-align: center;
	}
	.category_00 {
	display: inline-block;
   text-align: center;
   padding-top: 10px;
	}
  .category_00 img {
  width: 70%;
  padding-top: 30px;
  }
  .category_00 p {
	padding-right: 0;
}
}
@media (min-width: 481px) {
}
@media (max-width: 480px) {
  .side_banner_list {
    margin-top: 19px;
  }
  .side_banner_list:first-child {
    margin-top: 0;
  }
  .step-list_cell {
    padding: 30px 10px 10px;
    vertical-align: top;
}
  #guide h3 {
  padding: 40px 10px 15px;
}
  #guide p {
  font-size: 13px;
  margin-bottom: 20px;
}
  .br-sp {
    display: none;
  }
    /*カテゴリー（大）*/
 .gift-category-title img {
  width: 60%;
}
.gift-category01 {
display: block;
text-align: center;
}
.gift-category01 p {
background: none;
margin: 0 0 10px 0;
}
.gift-category01 img {
width: 80%;
margin-bottom: 10px;
}
.text {
display: inline-block;
}
 .gift-category02 {
	display: none;
}		
.gift-category02-sp {
	display: block;
}		
.gift-category02-sp-a {
	display: flex;
}	
.gift-category02-sp h4 {
	margin-top: 0;
	margin-bottom: 15px;
}		
.gift-category02-sp img {
	align-self: flex-start;
}	
.mr-10 {
	padding-right: 10px;
}		
.ml-10 {
	padding-left: 10px;
}
.gift-box img {
	width: 100%;
}
ul.uchiiwai li a:hover {
   opacity: 0.6;
}
}