@charset "utf-8";
/* ================================================================================
	共用CSS
================================================================================ */

/*	エラーメッセージ
-------------------------------------------------------------------------------- */
@import url("./errmsg.css");

html {
	margin: 0;
	height:100%;
	width: 100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,img,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
body {
	margin: 0;
	padding: 0;
	word-wrap:break-word;
	line-height: 1.6;
	background-color: #FFF;
	color: #000;
	font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	font-feature-settings : "palt" 1;
	letter-spacing: 0.1em;
}
@media screen and (max-width:700px){
	body {
		font-size: 15px;
	}
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight:normal;
}

p {
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	margin: 0;
	padding: 0;
}

dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	border: 0;
	vertical-align: bottom;
}

hr {
	border: 0;
	display: none;
}

body .replace {
	text-indent: -10000em;
	background-repeat: no-repeat;
}

a {
	color: #000;
	text-decoration: none;
}

a:link {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover {
	color: #666;
}
/* ---------------------------------
	clearfix
------------------------------------*/
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
* html .clearfix {
	display: inline-block;
}
*+html .clearfix {
	display: inline-block;
}
/* ---------------------------------
	共通  
------------------------------------*/
.txt_center {
	text-align: center;
}
.txt_left {
	text-align: left;
}
.txt_right {
	text-align: right;
}
.clear {
	clear:both;
}
/* 置換 */
.replace {
	text-indent: -10000em;
	background-repeat: no-repeat;
}
/* 枠外 */
.offset {
	position: absolute;
	top: -10000em;
	left: -10000em;
}
/* 非表示 */
.hidden {
	visibility: hidden;
}
.none {
	display: none;
}
/* flex */
.flex_wrap {
	display:flex;
	flex-wrap: wrap;
}
.flex_nowrap {
	display:flex;
	flex-wrap: nowrap;
}

input { font-family: 'Noto Sans Japanese', sans-serif; }

/* safari初期値クリア */
input[type="text"],
input[type="submit"],
input[type="button"]{
	-webkit-appearance: none;
	-moz-appearance: none;
}

/* スタック */
.stack-2 > * + * {margin-top:2px;}
.stack-4 > * + * {margin-top:4px;}
.stack-6 > * + * {margin-top:6px;}
.stack-8 > * + * {margin-top:8px;}
.stack-10 > * + * {margin-top:10px;}
.stack-12 > * + * {margin-top:12px;}
.stack-14 > * + * {margin-top:14px;}
.stack-16 > * + * {margin-top:16px;}
.stack-18 > * + * {margin-top:18px;}
.stack-20 > * + * {margin-top:20px;}

/* クラスター */
.cluster-2 {display:flex;flex-wrap:wrap;gap:2px;}
.cluster-4 {display:flex;flex-wrap:wrap;gap:4px;}
.cluster-6 {display:flex;flex-wrap:wrap;gap:6px;}
.cluster-8 {display:flex;flex-wrap:wrap;gap:8px;}
.cluster-10 {display:flex;flex-wrap:wrap;gap:10px;}
.cluster-12 {display:flex;flex-wrap:wrap;gap:12px;}
.cluster-14 {display:flex;flex-wrap:wrap;gap:14px;}
.cluster-16 {display:flex;flex-wrap:wrap;gap:16px;}
.cluster-18 {display:flex;flex-wrap:wrap;gap:18px;}
.cluster-20 {display:flex;flex-wrap:wrap;gap:20px;}

/* 文字色 */
.rglay {
	color:#ccc;
}
.glay {
	color:#999;
}
.dglay {
	color:#666;
}
/* 文字サイズ */
.fs10 {
	font-size:10px;
}
.fs11 {
	font-size:11px;
}
.fs12 {
	font-size:12px;
}
.fs13 {
	font-size:13px;
}
.fs14 {
	font-size:14px;
}
.fs15 {
	font-size:15px;
}
.fs16 {
	font-size:16px;
}
.fs18 {
	font-size:18px;
}
.fs20 {
	font-size:20px;
}
.fs22 {
	font-size:22px;
}
.fs24 {
	font-size:24px;
}

/* ---------------------------------
	ヘッダー
------------------------------------*/
header#header_wrap {
	position:relative;
	min-height:100px;
	overflow: hidden;
	background: #fffaf0;
	z-index: 0;
}
header#header_wrap #header {
	margin: 0 0 0 0;
	height: 100%;
	position:relative;
	overflow: hidden;
	z-index: -1;
}
header#header_wrap #header a.logo {
	width: 170px;
	margin: 13px 0 0 20px;
	display: block;
}
header#header_wrap #header a.logo img {
	width: 315px;
}

/* マイページアイコン */
#mypage_icon_box {
	position: absolute;
	top:8px;
	right:60px;
	width:180px;
	height:50px;
}
#name_box {
	position: relative;
	right: 10px;
	margin: 44px auto 0 auto;
	padding: 2px 6px 2px 6px;
	width:fit-content;
	max-height: 19px;
	background:#FFF;
	text-align: center;
	border-radius: 3px;
	font-size: 14px;
	overflow: hidden;
}
#name_box_text {
	position: relative;
	right: 10px;
	margin: 44px auto 0 auto;
	padding: 2px 6px 2px 6px;
	width:fit-content;
	max-height: 19px;
	text-align: center;
	border-radius: 3px;
	font-size: 14px;
	overflow: hidden;
}
#mypage_icon {
	position: absolute;
	top: -1px;
	left: 64px;
	margin: 0px 0px 0px 0;
	display: block;
	width:auto;
	height:50px;
}
#mypage_icon::before {
	content: '\f4fc';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 34px;
	color: #000;
}
#mypage_login_icon {
	position: absolute;
	top: -1px;
	left: 64px;
	margin: 0px 0px 0px 0;
	display: block;
	width:auto;
	height:50px;
}
#mypage_login_icon::before {
	content: '\f023';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;		/* 900:solid 400:Regular light:300 */
	font-size: 34px;
}

/* ---------------------------------
	フッター
------------------------------------*/
footer {
	margin: 50px auto 0 auto;
	padding: 0 0 0 0;
	background: #fff;
	font-size: 14px;
}
footer #footer {
	position:relative;
	width: 100%;
	padding: 20px 0 0 0;
	margin: 0 auto 0 auto;
	border-top:1px solid #ccc;
}
footer #footer_wrap {
	display: flex;
	margin: 0 auto 40px auto;
	max-width: 1100px;
	min-height: 200px;
}
footer h3 {
	margin: 0 0 10px 0;
}
footer ul {
	margin: 10px 0 10px 20px;
}
footer ul li {
	margin: 0 0 5px 0;
	text-indent: -10px;
}
footer #footer_payment {
	padding: 10px 10px 10px 10px;
	width: 50%;
	box-sizing: border-box;
}
footer  #footer_payment ul li.caution {
	margin: 20px 0 0 0;
	color: #f00;
}
footer #footer_payment img#pay_img {
	width: 100%;
	max-width:423px;
}
footer #footer_etc {
	padding: 10px 10px 10px 10px;
	width: 50%;
	box-sizing: border-box;
}
footer #footer_aboutus {
	display:block;
	margin: 20px 0 20px 20px;
	font-style:normal;
}

/* copyright */
#copyright {
	width: 100%;
	margin: 0 auto 0 auto;
	padding:2px 0px 2px 0px;
	text-align:center;
	color:#fff;
	font-size:14px;
	font-weight: lighter;
	background: #333;
}

/* ページ先頭へ戻る */
#pagetop a{
	display: block;
	position:fixed;
	right:10px;
	bottom:50px;
	width:50px;
	height:50px;
	padding: 10px;
	background:#AAA;
	color:#FFF;
	opacity:0.8;
	overflow:hidden;
	-webkit-border-radius:50%;
     -moz-border-radius:50%;
      -ms-border-radius:50%;
					border-radius:50%;
	-webkit-transition: all 300ms 0s ease;
					transition: all 300ms 0s ease;
}
#pagetop a::before {
	position:relative;
	display:inline-block;
	margin:-15px 0 0 8px;
	font-family: "Font Awesome 5 Free";
	content: "\f062";
	font-size:50px;
	font-weight: 900;
	color:#FFF;
}
#pagetop a:hover {
	opacity:1;
}

/* ---------------------------------
	処理結果メッセージ表示　モーダルウィンドウ
------------------------------------*/
#overlay {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	background-color: rgba(0, 0, 0, .65);
}
#result_msg {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 99;
	transform: translate(-50%, -50%);
	max-width: 70vw;
	max-height: 70vh;
	box-sizing: border-box;
	padding: 30px 20px 20px 20px;
	border-radius: 5px;
	background-color: #fff;
}
#result_msg #msglist li {
	margin:0 0 5px 0;
}
#result_msg #msglist li::before {
	margin:0 10px 5px 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size:16px;
}
#result_msg #msglist li.success {
	color:#390;
}
#result_msg #msglist li.success::before {
	content: "\f00c";
	color:#3C0;
}
#result_msg #msglist li.error {
	color:#F00;
}
#result_msg #msglist li.error::before {
	content: "\f071";
	color:#F00;
}
#result_msg #close {
	position: absolute;
	top: -24px;
	right: -6px;
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	border-radius: 50%;
	background: #bbb;
	cursor: pointer;
	border: none;
}
#result_msg #close::before {
	position: absolute;
	top: 0px;
	left: 12px;
	cursor: pointer;
	font-family: "Font Awesome 5 Free";
	content: "\f00d";
	font-weight: 900;
	font-size: 26px;
	color: #444;
}
#result_msg #close:hover {
	background: #ccc;
}

#result_msg.active,
#overlay.active {
	display: block !important;
}

/* ---------------------------------
	ボタン表示
------------------------------------*/
.btn {
	box-sizing: border-box;
	display:block;
	width:max-content;
	margin:15px auto;
	padding:15px 50px;
	font-size:16px;
	border:1px solid #CCC;
	border-radius:5px;
	text-align:center;
	background:#FFF;
	cursor:pointer;
}
.btn_link {
	display:block;
	width:max-content;
	margin:15px auto;
	padding:15px 50px;
	border:1px solid #CCC;
	border-radius:5px;
	text-align:center;
	background:#FFF;
	cursor:pointer;
}
.btn_small {
	display:inline-block;
	width:fit-content;
	margin:5px 0;
	padding:2px 10px;
	font-size:14px;
	cursor:pointer;
	text-align:center;
	background:#FFF;
	border:1px solid #CCC;
	border-radius:5px;
}

/* ホームへ戻るボタン */
.btn_home  {
	display:inline-block;
	margin:10px 20px 10px 20px;
	padding:10px 10px 10px 10px;
	background:#F4B38A;
	font-weight:bold;
	font-size:26px;
	color:#FFF;
	cursor:pointer;
	border:1px solid #81370C;
  -webkit-border-radius:5px;
     -moz-border-radius:5px;
      -ms-border-radius:5px;
          border-radius:5px;
}
.btn_home:before {
	position:relative;
	display:inline-block;
	margin:0 20px 0 0;
	content: "\f0a8";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}
.btn:hover,
.btn_link:hover,
.btn_small:hover,
.btn_home:hover {
	opacity:0.7;
}

/* ---------------------------------
	ナビゲーション一覧
------------------------------------*/
.navilist {
	width: 94%;
	margin: 0 auto 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	font-size: 14px;
}
.navilist li {
	margin: 0 0 0 15px;
	padding:0 0 0 0;
}
.navilist li a {
	position: relative;
	padding: 0 0 0 20px;
}
.navilist li a:hover {
	opacity: 0.7;
}
.navilist li a::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;		/* 900:solid 400:Regular light:300 */
	font-size: 18px;
	color: #333;
	position: absolute;
	top: -3px;
	left: 0;
}
.navilist li a.regist::before {
	content: '\f007';
}
.navilist li a.inq {
	padding: 0 0 0 23px;
}
.navilist li a.inq::before {
	content: '\f0e0';
}
.navilist li a.logout::before {
	font-weight: 900;		/* 900:solid 400:Regular light:300 */
	content: '\f2f5';
}

/* ---------------------------------
	全ページ共通部分
------------------------------------*/
/* ぱんくず */
ol.breadcrumb {
	position: relative;
	margin:0 auto 0 auto;
	width:100%;
}
ol.breadcrumb li {
	display:inline-block;
	margin:0 5px 0 0;
	font-size:15px;
}
ol.breadcrumb li a {
	color:#999;
}
ol.breadcrumb li:first-child {
	margin:0 0 0 10px;
}
ol.breadcrumb li:first-child a::before {
	position:relative;
	display:inline-block;
	margin:0 3px 0 0;
	content: "\f015";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;											/* Awesome5では太さ指定しないと文字化け */
	font-size:14px;
	color:#999;
}
ol.breadcrumb li:not(:first-child)::before {
	position:relative;
	display:inline-block;
	margin:0 5px 0 5px;
	content: ">";
	color:#999;
}
/* 送料無料 */
.deli_free{
	box-sizing: border-box;
	display: inline-block;
	margin: 0  0 0 10px;
	padding: 2px 4px 2px 4px;
	width:fit-content;
	color: #FFF;
	background: #fda1a1;
	font-size: 12px;
	border-radius: 3px;
}
/* アイコン */
.icon_s {
	box-sizing: border-box;
	display: inline-block;
	margin: 0  0 0 5px;
	padding: 1px 2px 1px 2px;
	width:fit-content;
	color: #FFF;
	background: #999;
	font-size: 11px;
	border-radius: 2px;
}
.icon {
	box-sizing: border-box;
	display: inline-block;
	margin: 0  0 0 10px;
	padding: 2px 4px 2px 4px;
	width:fit-content;
	color: #FFF;
	background: #fda1a1;
	font-size: 12px;
	border-radius: 3px;
}
/* 直送品 */
.icon_s.direct_ship,
.icon.direct_ship {
	background: #9d82b9;
}
/* 全国一律送料 */
.icon_s.deli_flat_rate,
.icon.deli_flat_rate {
	background: #6a8ec5;
}
/* 同梱不可 */
.icon_s.separate_ship,
.icon.separate_ship {
	background: #7d9d70;
}
/* 個別送料 */
.icon_s.separate_ship_charge,
.icon.separate_ship_charge {
	background: #b38b3f;
}
/* 送料込み */
.icon_s.deli_inc,
.icon.deli_inc {
	background: #dd6e53;
}
/* 送料無料 */
.icon_s.deli_free,
.icon.deli_free,
.icon_s.deli_free,
.icon.deli_free {
	background: #fda1a1;
}

/* ---------------------------------
	コンテンツ
------------------------------------*/
#contents {
	max-width:1100px;
	padding:0px 0px 0 0px;
	position:relative;
	margin:10px auto 0 auto;
	min-height: calc(100vh - 456px);
}
h1.pagetitle {
	font-size:21px;
	box-sizing: border-box;
	margin: 0 auto 0 auto;
	padding:5px;
	text-align:center;
	width: 100%;
	color:#000;
	background:#FFF;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}
p.ex {
	margin:10px 0 0 5px;
	color:#309897;
	font-size:15px;
}

/* **********************************
	スマホ用スタイル
********************************** */
@media screen and (max-width:700px){

/* ---------------------------------
	ヘッダー
------------------------------------*/
header#header_wrap {
	position:relative;
	margin:0px 0 0 10px;
}
#indexheader_wrap #header {
	position:relative;
	margin:0px 0 0 0;
}
header#header_wrap #header a.logo {
	margin: 10px 0 0 0;
}
header#header_wrap #header a.logo img{
	width: 230px;
}

/* マイページアイコン */
#mypage_icon_box {
	right:40px;
}
#mypage_icon,
#mypage_login_icon {
    left: auto;
    right: 78px;
}
.navilist {
	width: 98%;
	margin: 15px auto 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	font-size: 14px;
}

/* ---------------------------------
	フッター
------------------------------------*/
footer {
}
footer #footer {
	border-top:1px solid #ccc;
	padding: 20px 0 0 0;
}
footer #footer_wrap {
	max-width: 100%;
	margin: 0px auto 0 auto;
	flex-wrap: wrap;
}
footer #footer_payment {
	padding: 10px 10px 10px 10px;
	width: 100%;
	box-sizing: border-box;
}
footer #footer_payment img#pay_img {
	width: 100%;
}
footer #footer_etc {
	padding: 20px 10px 10px 10px;
	width: 100%;
	box-sizing: border-box;
}
footer #footer_aboutus {
}

/* copyright */
#copyright {
	font-size:12px;
}
/* ページ先頭へ戻る */
#pagetop a{
	bottom:50px;
}
/* ホームへ戻るボタン */
.btn_home  {
	display:inline-block;
	margin:10px 20px 10px 20px;
	padding:10px 10px 10px 10px;
	background:#F4B38A;
	font-weight:bold;
	font-size:20px;
	color:#FFF;
	cursor:pointer;
	border:1px solid #81370C;
  -webkit-border-radius:5px;
     -moz-border-radius:5px;
      -ms-border-radius:5px;
          border-radius:5px;
}
/* ---------------------------------
	全ページ共通部分
------------------------------------*/
/* ぱんくず */
ol.breadcrumb li {
	margin:0 0 0 0;
}
ol.breadcrumb li:first-child {
	margin:0 0 0 3px;
}
ol.breadcrumb li:not(:first-child)::before {
	margin:0 0 0 0;
}

/* ---------------------------------
	コンテンツ
------------------------------------*/
#contents {
}
#index #contents {
}
h1.pagetitle {
	font-size:18px;
}
.btn_small {
	padding:7px 10px;
	font-size:15px;
}























}
