@charset "utf-8";
/* ヘッダー */
header {
	text-align: center;
	border-bottom: 1px solid #707070;
}
.description {
	background-color: #666666;
	padding: 1px 0;
	color: #fff;
}
.description .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 15px;
    font-size: 12px;
}
.description .welcome{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 15px;
    font-size: 12px;
}

.description-li {
	display: flex;
    height:clamp(3.125rem, 4.633rem + -3.33vw, 2.5rem);
	list-style: none;
	margin: 0;
}
.header-contact-bt {
	margin-left: 23px;
}
.inner {
	width: 1180px;
	text-align: left;
	margin: 0 auto;
}
.head {
	width: 1180px;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0 15px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header-logo {
	margin: 0;
	padding: 0;
	width: 180px;
}
.header-logo img {
	vertical-align: top;
}
.header-form {
    padding-top: 3px;
	width: 720px;
}
.head form {
	display: flex;
}
.head .search-input {
	margin-left: 5px;
	width: 670px;
	min-height: 42px;
	padding: 11px 22px 11px 22px;
	font-size: 14px;
	color: #686868;
	font-weight: 600;
	border: 2px solid #E8702C;
}
.head .search-botton {
	border: 2px solid #E8702C;
	border-left: none;
	width: 81px;
	font-size: 14px;
	min-height: 42px;
	color: #333;
	font-weight: 600;
	background-color: #fff;
	background: url("../images/menu/search_icon.png") no-repeat 12px center;
	padding-left: 20px;
}
.head .header-bt {
	display: flex;
	list-style: none;
	margin: 0 20px 0 0;
	padding: 3px 0 0 0;
}
.head .header-bt img {
	max-width: inherit;
}
.head .header-bt li {
	padding: 0 8px;
	border-right: 1px solid #e1e1e1;
}
.head .header-bt li:last-child {
	border: none;
	padding-right: 0;
}
.head .header-bt li img {
	vertical-align: middle;
}
.cart-bt {
	position: relative;
}
.cart-bt .kazu {
	position: absolute;
	width: 15px;
	height: 15px;
	left: 8px;
	top: 0;
	color: #fff;
	font-size: 10px;
	font-weight: 600;
}

.login-bt {
    padding-top: 3px;
}
.login-bt a {
	position: relative;
	display: block;
	background-color: #E8702C;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	width: 155px;
	min-height: 42px;
	line-height: 42px;
	text-decoration: none;
}
.login-bt a:after {
	position: absolute;
	right: 10px;
	content: "▼";
}
.sp-nav {
	display: none;
}



/*スマホ用設定*/
@media screen and (max-width: 767px) {
	header {
		width: 100%;
		background-color: #fff;
		z-index: 99999;
	}
	#page {
		background-color: #fff;
	}
	.header-logo {
		width: 100px;
		margin: 0 10px;
	}
	.description {
		background-color: #fff;
		color: #000;
	}
	.description .inner {
		display: block;
	}
	.description .inner p {
		font-weight: bold;
	}
	.description-li {
		display: block;
		margin: 0;
		padding: 0;
	}
	.header-contact-bt {
		display: none;
	}
	.head {
		width: 100%;
		justify-content: flex-start;
		position: fixed;
		z-index: 99999;
		background-color: #fff;
		top: 0;
	}
	.head .header-bt, .login-bt {
		display: none;
	}
	.head .search-input {
		width: auto;
	}
	.header-logo img {
		vertical-align: inherit;
	}
	.head .search-input {
		margin-left: 0px;
		width: 100%;
		border-radius: 20px;
		font-size: 11px;
		font-weight: 300;
		padding: 5px 10px;
		border: 1px solid #E8702C;
		min-height: 34px;
	}

	.head .search-botton {
		margin-left: 10px;
		border: 1px solid #E8702C;
/* 		background-color: #E8702C; */
		color: #ffffff;
		border-radius: 20px;
/* 		background-image: url("../images/menu/search_icon_white.png") */
	}
	.header-form {
		width: 64%;
	}
	.inner {
		width: auto;
	}
	/* 左右スライダーメニュー */
	#menu nav:not(.mm-menu) {
		display: none;
	}
	.sp-nav {
		/*
		display: block;
		width: 40px;
		height: 34px;
		position: absolute;
		right: 10px;
		top: 17px;
		z-index: 9999;
		border-left: 2px solid #E0E0E0;
		*/
	}
	.sp-nav {
		display: block;
		width: 44px;
		height: 44px;
		position: absolute;
		right: 5px;
		top: 13px;
		z-index: 9999;
		background: url("../images/menu/hmenu.png") no-repeat 0 0;
		transition: all .5s ease;
		-webkit-transition: all .5s ease 0s;
		-moz-transition: all .5s ease 0s;
		-ms-transition: all .5s ease 0s;
		-o-transition: all .5s ease 0s;
	}
	.sp-nav a {
		display: block;
		width: 44px;
		height: 44px;
	}
	.mm-wrapper_opened .sp-nav {
		width: 44px;
		height: 44px;
		background: url("../images/menu/hmenu_close.svg") no-repeat 0 0;
	}
	.sp-nav-menu {
		font-size: 10px;
		position: absolute;
		left: 4px;
		top: 24px;
	}
	.header.fixed {
		position: fixed;
		top: 0;
		left: 0;
	}
	.footer.fixed {
		position: fixed;
		bottom: 0;
		left: 0;
	}
	.header a {
		/*
		display: block;
		width: 28px;
		height: 18px;
		padding: 2px;
		position: absolute;
		top: 0;
		left: 5px;*/
	}
	.header a:before, .header a:after {
		/*
		content: '';
		display: block;
		background: #000;
		height: 3px;
		*/
	}
	.header a span {
		/*
		background: #000;
		display: block;
		height: 3px;
		margin: 6px 0;
		*/
	}
	.content {
		padding: 150px 50px 50px 50px;
	}

    .welcome {
        align-items: center;
    }
}