/* ************************************************
 *	共通設定
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #333333;
	font-size: small;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
   font-size:15px;
	line-height: 1.8em;
	background-color: #ffffff;
	text-align:center;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

img {
	border: 0px;
	vertical-align: top;
	vertical-align: bottom;
}


/* -------------------------------------
 *	ページレイアウト
 * -------------------------------------
 *※ページ全体の幅は800pxとなっています。
    幅を広げる場合は、.sideと.mainのwidth
    の合計値が#containerのwidthになるよう
    設定してください。
 * ------------------------------------- */

/*ページ全体の幅、レイアウトをセンタリング*/
#container {
	margin:0px auto;
	width:980px;
	text-align:left;
}

/*ヘッダー（ページタイトル、グローバルメニュー）*/
.header {
 width:100%;
 clear:left;
}

/*　画面左側メニューの幅　*/
.side {
	float: left;
	width:230px;
}

/*　画面右側の幅　*/
.main {
	float: left;
	width: 720px;
}

/* 特定商取引法に基づく表記（返品など）ボタン */
p#sk_link_other {
	text-align:left;
	margin-top:10px;
}

p#sk_link_other a {
	font-size:12px;
}

/*　フッター（コピーライト）　*/
.footer {
 width:100%;
 clear:left;
}

#group-list {
	border-top:#838383 dotted 1px;
	padding:5px 0px 0px;
	margin:10px 20px 0px 0px;
}



/*--top--*/
#top{
	background-color: #000000;
}
#top h1{
  	padding: 2px 0 0;
	width: 980px;
	font-size: 13px;
	font-weight: bold;
	background-color: #000000;
	color: #FFFFFF;
	margin: 0px auto;
	text-align: center;
}
/*--//top--*/

/*--header--*/
#header{
	padding: 0px;
	width: 980px;
	margin: 0px auto;
}
#header a:hover {
  opacity: 0.7;
}
.header-top {
  padding-top: 8px;
}
.header-top p {
  margin-bottom: 8px;
}

.header-btm {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-btm h1 {
  width: 280px;
}
.header-r {
  width: 680px;
}
.header-r ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-r ul.header-contact {
  margin-bottom: 7px;
  padding: 0 0 8px;
  background: url(https://file001.shop-pro.jp/PA01136/024/img/line_w.png) repeat-x bottom;
}


@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500;700&display=swap');
.header-info {
	position: relative;
}
.header-info .tel,
.header-info .mail,
.header-info .fax {
	position: absolute;
	font-family: 'Roboto', sans-serif;
	line-height: 1;
	font-weight: 500;
	display: none;
}
.header-info .mail {
	font-weight: 500;
	display: block;
	top: 50px;
	left: 232px;
	color: #000;
}

/* --241001 headerレイアウト変更 --*/
.header2410 {
    margin: 15px auto;
    position: relative;
	overflow: hidden;
}
.header2410 .mail {
    position: absolute;
    top: 116px;
    left: 835px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 1;
    display: block;
    color: #000;
}
.header2410 .contact {
    position: absolute;
    top: 152px;
    right: 0;
}
.header2410 .text-buy {
	font-size: 14.5px;
	font-weight: bold;
	float: left;
	padding-top: 23px;
}
.header2410 .header-btn {
  width: 680px;
	float: right;
	padding-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
	list-style: none;
}


/* --140502 header_search追記 --*/
#header_search {
clear:both;
}
#header_search dt {
background:#333;
}
#header_search dd {
padding:15px 0 15px 20px;
border:#333 1px solid;
}

#header_search dd ul li {
padding-right:12px;
float:left;
list-style:none;
}
#header_search dd ul li:nth-of-type(1) {
width:26%;
}
#header_search dd ul li:nth-of-type(2) {
width:60%;
}
#header_search dd ul li input[type="text"] {
width:100%;
font-size:16px;
height: 34px;
}
#header_search dd ul li select {
width:100%;
font-size:16px;
height: 38px;
}
#header_search dd ul li input[type="submit"] {
padding:0 30px;
font-size:16px;
height: 38px;
}

#without {
  margin: 3px 0 -5px;
  float: right;
  width: 513px;
  text-align: center;
}
/*--//header--*/




/*--side-menu--*/
.side-menu {
  margin: 0 0 30px;
}
.side-menu li a {
  padding: 3px 0 2px 28px;
  background: #fff url(https://img06.shop-pro.jp/PA01136/024/etc/icon_list.png) no-repeat 10px center;
  border-bottom: #eee 1px solid;
  font-size: 17px;
  display: block;
  color: #BF3333;
  text-decoration: none;
}
.side-menu li a:hover {
  background: #FCFCFC url(https://img06.shop-pro.jp/PA01136/024/etc/icon_list.png) no-repeat 10px center;
  font-weight: bold;
}
.side-menu.category li a {
  font-size: 15px;
  color: #000;
}
.side-menu.category li a:hover {
  color: #BF3333;
  font-weight: normal;
}

/* --- ログイン表記 --- */
.login-status {
  margin-bottom: 1em;
	padding: 1em;
	border: #e0e0e0 1px solid;
	border-radius: 8px;
	text-align: center;
	p {
		margin-top: 0.5em;
		text-align: center;
		a {
			padding: .4em;
			color: #FFF;
			background: #f09e16;
			display: block;
			border-radius: 4px;
		}
	}
}
/*--//side-menu--*/




/*--contents980-l--*/
#contents980-l{
	float: left;
	width: 230px;
	margin-top:16px;
}

#contents980-l li{
	list-style-type: none;
}


#search{}


#search-box1{
	width: 208px;
	margin:0;
	padding: 8px 10px;
	border: 1px solid #333333;
	text-align: center;
}

#snv{
	font-size: 12px;
	color: #666666;
	margin-top: 20px;
}

#snv li{
	width: 230px;
	list-style-type: none;
}

#snv a{ color: #666666; font-weight: normal; text-decoration: none;}
#snv a:link{ color: #666666; font-weight: normal; text-decoration: none;}
#snv a:visited{ color: #666666; font-weight: normal; text-decoration: none;}
#snv a:hover{ color: #666666; font-weight: normal; text-decoration: underline;}



/* --- カテゴリーで探す --- */
/* --- アコーディオンメニュー --- */

/*ボックス全体*/
.accbox {
margin-right: 0;
margin-left: 0;
margin-bottom: 2em;
padding: 0;
max-width: 230px;/*最大幅*/
}
/*ラベル*/
.accbox label {
	font-size: 14px;
	line-height: 18px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #AAAAAA;
	display: block;
	cursor : pointer;
	transition: all 0.5s;
	padding-left: 10px;
	color: #A43A4A;
}

/*アイコンを表示*/
.accbox label:before {
content: url(https://img05.shop-pro.jp/PA01105/437/etc/191024_left_yajirusi.jpg);
padding-left: 0px;
margin-left: -11px;
}
/*ラベルホバー時*/
.accbox label:hover {
	font-weight: bold;
}
/*チェックは隠す*/
.accbox input {
    display: none;
}
/*中身を非表示にしておく*/
.accbox .accshow {
height: 0;
overflow: hidden;
opacity: 0;
transition: 0.8s;
}
.accbox .accshow p {
	font-size: 14px;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	border-bottom: 1px solid #FFFFFF;
	padding-top: 13px;
	padding-bottom: 13px;
}
.accbox .accshow a {
	color: #A43A4A;
	text-decoration: none;
}
.accbox .accshow a:hover {
	color: #A43A4A;
	text-decoration: underline;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
	height: auto;
	background-color: #F5F6F7;
	opacity: 1;
	margin-bottom: 5px;
}

/*アイコンを入れ替える*/
.cssacc:checked + label:before {
    content: url(https://img05.shop-pro.jp/PA01105/437/etc/191024_left_yajirusi2.jpg);
}







/*--//contents980-l--*/


/*--contents980-r--*/
#contents980-r{
	float: right;
	width: 720px;
	margin-top:16px;
	margin-left: 30px;
}
/*--//contents980-r--*/


/*--footer--*/
#footer{
	padding: 0px;
	clear: both;
	width: 720px;
	padding-top: 55px;
	margin: 0px auto;
	font-size: 12px;
	color: #333333;
	padding-left: 260px;
	
}

 #footer-box01{
	background-image: url(https://file001.shop-pro.jp/PA01136/024/img/img_foot.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 103px;
	padding-left: 450px;
	padding-top: 7px;
	
	margin: 0px auto;
}

#footer-box02{
/*background-color: #FFF8E1; */
    /* height: auto; */
   
    /* margin-top: 60px; */
    /* margin-right: auto; */
    /* margin-left: auto; */
    /* padding-top: 3px; */
    /* padding-bottom: 3px; */
    /* font-size: 13px; */
    /* font-weight: bold; */
    /* color: #000000; */
    /* border: solid 1px #eea211; */
    /* color: black; */
    padding: 25px;
    margin-top: 20px;
    border: 4px solid #eea211;
    border-radius: 10px;
    color: #666;
    /* margin: 0 auto; */
}

.footer-text{
	text-align: left;
}
.footer-text__ttl{
	font-size: 17px;
    font-weight: bold;
	text-align: center;
}
    


#bottom{
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	height: 30px;
}
.footer-text_box{
	padding: 25px;
    margin-top: 20px;
    border: 4px solid #EEA211;
    border-radius: 10px;
    color: #666;
}


.f-group {
	padding: 30px 0;
	background: #EEE;
	width: 100%;
	font-size: 12px;
	line-height: 1.4;
	text-align: left;
}
.f-group > ul {
	margin: 0 auto;
	width: 920px;
	display: flex;
	flex-wrap: wrap;
}
.f-group > ul > li {
	margin-bottom: 15px;
	padding-right: 15px;
	width: calc(100% / 4);
	font-weight: bold;
	box-sizing: border-box;
}
.f-group > ul > li > a {
	color: #333;
}
.f-group > ul > li ul {
	margin-top: 8px;

}
.f-group > ul > li li {
	margin-bottom: 5px;
	margin-left: 1em;
	text-indent: -1em;
	font-weight: normal;
}
.f-group > ul > li li::before {
	content: '→';
	margin-right: 10px;
}



/*--//footer--*/




/* float関係いろいろ */

.float_clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	width: 0px;
}
.float_left {float: left;}
.float_right {float: right;}


/* clearfix */

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* float関係いろいろおわり */







#bana_osusume {
	margin-bottom: 30px;
}
.aaa {
	margin-bottom: 20px;
}

#faq_q {
	border: 1px solid #ECE9D8;
	padding: 20px;
}

#faq_q li {
	color: #660000;
	background-image: url(https://img06.shop-pro.jp/PA01136/024/etc/question.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	height: 25px;
	padding-left: 25px;
	list-style-type: none;
}
#faq_q li a{
	color: #660000;
	text-decoration: underline;
}
.faqbox {
	margin-top: 30px;
}
.faqbox_q {
	margin-top: 30px;
	color: #660000;
	background-image: url(https://img06.shop-pro.jp/PA01136/024/etc/question.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
}.faqbox_a {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 45px;
	border: 1px solid #ECE9D8;
	background-color: #F7F5EE;
	line-height: 20px;
	background-image: url(https://img06.shop-pro.jp/PA01136/024/etc/answer.jpg);
	background-repeat: no-repeat;
	background-position: 20px 10px;
	font-size: 12px;
}
.faqbox_a a {
	color: #FF3333;
}

.faq-tit{
	background-color: #E8E8E8;
	width: 700px;
	padding: 8px 10px;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 30px;
}

/* ************************************************
 *	名入れ　バックアップ
 * ************************************************ */

/* ************************************************
.boxnaire {
	border: 1px solid #ECE9D8;
	background-color: #F9F8F2;
	padding: 20px;
	margin-bottom: 20px;
	line-height: 1.5ex;
}
.boxnaire_bltxt {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}
.boxnaire_1mida {
	font-weight: bold;
	font-size: 14px;
	background-color: #FFFFFF;
	line-height: 20px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #333333;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.waku650box {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}
.waku650box .boxnaire1table {
	width: 650px;
}
.boxnaire1table th {
	width: 105px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
	background-color: #FFFFFF;
	padding-left: 5px;
}
.boxnaire1table td {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	line-height: 1.6em;
}

.boxnaire2table td {
	vertical-align: top;
	padding: 10px;
	background-color: #FFFFFF;
}
.boxnaire2table li {
	list-style-type: disc;
	margin-bottom: 5px;
	margin-left: 20px;
}
.boxnaire1table .kome {
	font-size: 10px;
}
.boxnaire1table li {
	list-style-type: disc;
	margin-bottom: 5px;
	margin-left: 20px;
}.boxnaire2table .tth {
	font-weight: bold;
	background-color: #EDEADA;
	font-size: 14px;
	line-height: 25px;
	padding-left: 20px;
	margin-bottom: 5px;
}
.boxnaire2table .ttd {
	padding-left: 30px;
}

.boxnaire2table .left {
	width: 420px;
	float: left;
}
.boxnaire2table .right {
	float: right;
}

 * ************************************************ */



/* ************************************************
 *	名入れ　201608更新分
 * ************************************************ */
.boxnaire {
	border: 1px solid #ECE9D8;
	background-color: #F9F8F2;
	padding: 14px;
	margin-bottom: 20px;
	width: 690px;
	text-align: left;
	font-size: 12px;
}
.boxnaire li {
	list-style-type: none;
}
.boxnaire_bltxt {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}
.boxnaire_blltxt {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FD900F;
	padding-bottom: 5px;
	margin-bottom: 0px;
}
.boxnaire_bllltxt {
	width: 600px;
	border: 1px solid #ECE9D8;
	background-color: #F3F1E6;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 20px;
}

.boxnaire_1mida {
	font-weight: bold;
	font-size: 14px;
	background-color: #FFFFFF;
	line-height: 30px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #333333;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.waku650box {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}
.waku650box .boxnaire1table {
	width: 650px;
}
.boxnaire1table th {
	width: 105px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
	background-color: #FFFFFF;
	padding-left: 5px;
}
.boxnaire1table td {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	line-height: 1.6em;
}
.boxnaire1table .kome {
	font-size: 10px;
}
.boxnaire1table li {
	list-style-type: disc;
	margin-bottom: 5px;
	margin-left: 20px;
}
.boxnaire2table td {
	vertical-align: top;
	padding: 10px;
	background-color: #FFFFFF;
}
.boxnaire2table li {
	list-style-type: disc;
	margin-bottom: 5px;
	margin-left: 20px;
}
.boxnaire2table .tth {
	font-weight: bold;
	background-color: #EDEADA;
	font-size: 14px;
	line-height: 25px;
	padding-left: 20px;
	margin-bottom: 5px;
}
.boxnaire2table .ttd {
	padding-left: 30px;
}

.boxnaire2table .left {
	width: 420px;
	float: left;
}
.boxnaire2table .right {
	float: right;
}

.boxnaire_gallery {
	display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.boxnaire_gallery li {
	margin: 0 7px 12px;
	width: 150px;
	font-size: 14px;
	line-height: 1.4;
}
.boxnaire_gallery li img {
	width: 100%;
}



.boxnaire3table td {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	line-height: 1.6em;
	padding-right: 30px;
	padding-left: 40px;
}
.boxnaire3table li {
	list-style-type: disc;
	margin-bottom: 5px;
	margin-left: 20px;
}


/* 名入れ印刷2302016更新 */
.wrap_og {
    margin: 0 auto 15px;
    width: 660px;
    border: 5px solid #FD900F;
    padding: 15px 20px 13px;
    border-radius: 4px;
    background: #FFF;
    box-sizing: border-box;
}

.wrap_og .center {
    text-align: center;
}
.wrap_og .f16 {
    font-size: 16px;
}
.wrap_og .f24 {
    font-size: 24px;
}
.wrap_og .c-rd {
    color: #CC0000;
}
.wrap_og .fb {
    font-weight: bold;
}
.wrap_og p {
    margin: 10px 0;
}





#contents-category{
	clear: both;
	width: 720px;
	padding-top: 60px;
}

#contents-category ul{
	width: 720px;
	margin-top: 11px;
}

#contents-category li{
	float: left;
	width: 140px;
	list-style-type: none;
	margin-bottom: 3px;
	margin-left: 5px;
}

#guide {
    clear: both;
    padding-top: 70px;
}


/* ************************************************
 *
 * ************************************************ */

.waku650box {
	line-height: 1.8em;
}


.listpan{
	background-color: #E8E8E8;
	width: 700px;
	padding: 8px 10px;
	font-size: 12px;
}

.listpan a{ color: #000000; font-weight: normal; text-decoration: none;}
.listpan a:link{ color: #000000; font-weight: normal; text-decoration: none;}
.listpan a:visited{ color: #000000; font-weight: normal; text-decoration: none;}
.listpan a:hover{ color: #E00707; font-weight: normal; text-decoration: underline;}



.listpage-okuri a{
	font-family: "Comic Sans MS", Tahoma;
	color: #000000;
	font-size:14px;
	font-weight: bold;
	text-decoration: none;
}
.listpage-okuri a:link{
	font-family: "Comic Sans MS", Tahoma;
	color: #000000;
	font-size:14px;
	font-weight: bold;
	text-decoration: none;
}
.listpage-okuri a:visited{
	font-family: "Comic Sans MS", Tahoma;
	color: #000000;
	font-size:14px;
	font-weight: bold;
	text-decoration: none;
}
.listpage-okuri a:hover{
	font-family: "Comic Sans MS", Tahoma;
	color: #666666;
	font-size:14px;
	font-weight: bold;
	text-decoration: underline;
}

.listpage-guide{
	font-size: 10px;
	text-align: center;
	width: 720px;
	margin-top: 6px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
}


/* ************************************************
 *	名入れギャラリー
 * ************************************************ */

.boxgallery {
	width: 720px;
	margin-bottom: 30px;
}
.boxgallery li {
	width: 235px;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	font-size: 12px;
	list-style-type: none;
}
.boxgallery li a{
	color: #999999;
	text-decoration: none;
}
.boxgallery .clear {
	clear: both;
}

/* ------------------------------------- 
 *	色見本
 * ------------------------------------- */	

.dic {
	font-size: 16px;
}

.dic-ttl {
background-color: #E8E8E8;
    width: 700px;
    padding: 8px 10px;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 30px;
}
.dic-box {
	margin: 30px 0;
}
.dic-ttl-h2 {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background: #660000;
	border-radius: 5px;
	margin-bottom: 15px;
	padding: 10px 7px 7px;
}
.dic-attention {
color:#D80000;
font-weight:bold;
margin: 20px 0;
}
.dic-list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	list-style: none;
}
.dic-list li {
	width: 50%;
}
.dic-list img {
	width: 100%;
}

/* ************************************************
 *	スマホ電話問い合わせ
 * ************************************************ */
#sp_phone {
  padding: 15px 20px 5px;
  width: 100%;
  background: #660000;
  color: #F09E16;
  font-size: 40px;
  font-weight: bold;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  z-index: 1000;
  display: none;
}
#sp_phone p {
  padding: 25px 0 15px;
}
#sp_phone a {
  display: block;
}
#sp_phone img {
  width: 100%;
}

/* ************************************************
 *	clearfix
 * ************************************************ */

/*--clearfix--*/

.clearfix{
zoom: 100%;
}

.clearfix:after{
display: block;
clear: both;
content: ".";
height: 0.1px;
font-size: 0.1em;
line-height: 0;
visibility: hidden;
}

.clearfix{
display: inline-block;
}

/*\*/

*html .clearfix{
height: 1px;
}

.clearfix{
display: block;


/**/
  
  
