/* reset */

/*Regular*/
/* @font-face {
	font-family: 'Noto Sans JP';
	src: url('../font/Noto_Sans_JP/NotoSansJP-Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
} */

/*Bold*/
/* @font-face {
	font-family: 'Noto Sans JP';
	src: url('../font/Noto_Sans_JP/NotoSansJP-Bold.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
} */

body {
	font-family: Arial, Helvetica, 'Noto Sans JP', 'メイリオ', sans-serif;
	color: #333333;
	text-align: justify;
}

a {
	color: #333;
}

a:hover {
	text-decoration: none;
	opacity: 0.8;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* /reset */


.search_area {
	font-size: 1rem;
	/* margin-bottom: 2rem; */
}

.search_area input[name="min"],
.search_area input[name="max"] {
	width: 20%;
	border: 1px solid rgba(32, 33, 36, 0.1);
	box-shadow: 0 0px 3px 0 rgb(32 33 36 / 28%) inset;
	-webkit-appearance: none;
}

.search_area input[name="sitem"] {
	width: 250px;
	border: 1px solid rgba(32, 33, 36, 0.1);
	box-shadow: 0 0px 3px 0 rgb(32 33 36 / 28%) inset;
	border-radius: 0.2rem;
	box-sizing: border-box;
	letter-spacing: 0.1rem;
	-webkit-appearance: none;
}

.search_area input[name="Submit"] {
	background-image: url(https://www.rakuten.ne.jp/gold/z-mall/topimg/search_icon.svg);
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 0.2rem;
	background-color: #fff;
	border: none;

}

.shop_menu_btn {
	position: fixed;
	top: 2rem;
	right: 0.5rem;
	padding: 1rem 0.5rem;
	color: #fff;
	background-color: #3d3734;
	border: #3d3734;
	z-index: 999;
	/* border: none;
	background-color: #fff;
	padding: 0; */
}

/* .shop_menu_btn img{
	width: 3rem;
} */

.shop_menu_btn:hover {
	color: #fff;
}


.shop_menu_btn {
	-webkit-transition: all 0.5s;
	-webkit-transform: translate(100px, 0);
	opacity: 0;
}

.shop_menu_btn.show_insert_r {
	-webkit-transform: translate(0, 0);
	opacity: 1;
}

.modal-header {
	padding: 0.5rem;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 999;
}

.modal-header,
.modal-footer {
	border: none;
}

.modal-body {
	padding: 1rem 0;
}
#main_modal_menu .item_list{
	display: block;
	padding: 0;
}
.item_list_title {
	font-size: 1rem;
	text-align: center;
	margin-bottom: 1rem;
}

.modal_shop_menu_wrap {
	margin-bottom: 1rem;
}

.modal_shop_menu_header {
	border-left: 0.5rem #3d3734 solid;
	font-size: 1rem;
	margin-bottom: 0;
	text-indent: 0.5rem;
	padding: 0.5rem 0;
	background-color: #eee;
}

.modal_shop_menu_collapse {
	display: block;
}

.modal_shop_menu {
	list-style: none;
	margin: 0;
	padding: 0;
	transition: 0.2s all;
}

.menu_grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 1rem;
}

.modal_shop_menu li a {
	display: block;
	padding: 0.8rem 0;
	border-bottom: 2px #eee dotted;
	font-size: 0.8rem;
	line-height: 1.2;
}

.modal_shop_sns {
	display: flex;
	justify-content: space-between;
}

.modal_shop_menu .collapsing li a,
.modal_shop_menu .collapse li a {
	padding-left: 2rem;
	color: #333;
	background-color: #f4f4f4;
	border-bottom-color: #c4c3c2;
}

/* pageTop */

#pageTop {
	width: 65px;
	position: fixed;
	bottom: 0.5rem;
	right: 0.5rem;
	z-index: 999;
}

#pageTop img {
	border-radius: 0.2rem;
}

/* /pageTop */

/* navi02 */
.navi01 {
	width: 135px;
	margin-right: 25px;
	float: left;
}

.navi01 iframe {
	width: 135px;
	height: 9000px;
}

.navi02 {
	width: 170px;
	margin-right: 70px;
	float: left;
}

.navi02 iframe {
	width: 170px;
	height: 9600px;
}

@media screen and (max-width:767px) and (orientation:portrait) {

	.navi01,
	.navi02 {
		display: none;
	}

}


.other_list{
	margin-top: 3rem;
}
