@charset "utf-8";
/* CSS Document */

/*グループ表示*/
.fs-c-subgroup {
    display: none;
}
#menage h2 {
    font-family: 'Zen Old Mincho', serif;
	transform: rotate(.03deg);
	font-size: 28px;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	color: #005687;
}
#menage .cate_box h3 {
    font-family: 'Zen Old Mincho', serif;
	transform: rotate(.03deg);
	font-size: 24px;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	color: #005687;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 3px solid #005687;
	border-bottom: 1px dashed #005687;
}
#menage .cate_box h4 {
    font-family: 'Zen Old Mincho', serif;
	transform: rotate(.03deg);
	font-size: 24px;
	line-height: 1em;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px dashed #005687;
}
#menage .cate_box h5 {
    font-family: 'Zen Old Mincho', serif;
	transform: rotate(.03deg);
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px dashed #005687;
}
.item_nav .nav_top {
	position: relative;
	text-align: center;
	font-weight: bold;
	font-size: 140%;
	line-height: 1em;
	margin-bottom: 10px;
}
.item_nav .nav_top span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}
.item_nav .nav_top::before {
  position: absolute;
  top: 50%;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.item_nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px 0;
}
.item_nav ul li {
	width: 48%;
}
/*商品ラインナップ*/
.item_nav_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.item_nav_list ul li {
	width: 30%;
	margin-bottom: 10px;
    text-align: center;
}

#menage .staff_box {
	border: 1px solid #005687;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3)
}
#menage .voice_box {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #000000;
}
.pick_up {
    padding: 15px;
    border-top: 1px solid #626262;
    border-bottom: 1px solid #626262;
}
.pick_up a {
    color: #278FD1;
    text-decoration: underline;
}
/*アイテム誘導*/
#other_item .box {
    background-color: #FFF9EE;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}
#other_item .box .item_img {
    width: 30%;
    float: left;
}
#other_item .box .item_text {
    float: right;
    width: 65%;
}
#other_item .btn_page a {
    width: 60%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 1.5em;
    text-align: center;
    font-weight: bold;
    background-color: #CFB78C;
    text-decoration: none;
    border-radius: 60px;
}
#other_item .sub_font {
    color: #C11F1F;
}
