@charset "UTF-8";


/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0;word-wrap: break-word;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size:16px;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.8;
	background: #fff;
	display: flex;
  flex-direction: column;
  min-height: 100vh;
	counter-reset: number 0;
	}

@font-face{ 
	font-family: 'aozora';
	src: url('../../font/font.eot');
    src: url('../../font/font.eot?#iefix') format('embedded-opentype'),
    url('../../font/font.woff') format('woff'),
    url('../../font/font.ttf') format('truetype');
}

.aozora{
	font-family: 'aozora';
}


.clear {clear:both;}

/* For modern browsers */
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}

.clearfix:after {
	clear:both;
}


.header_m {
	width:100%;
	height:700px;
	
}

.contents {
	width:1100px;
	margin:0 auto;
}
.pt50{
	padding-top:50px;

}

.mb100{
	margin-bottom:100px;
}

.mb60{
	margin-bottom:60px;
}

.mb30{
	margin-bottom:30px;
	}

.contents2 {
	padding:0 15px;
	margin-bottom:60px;	
}

.contents3 {
	padding:0;
}

.contents3R {
	padding:0;
	text-align: right;
}

.contents3_t {
	margin-bottom: 100px;
}

	
.contents3_t2 {
	border: #ccc 1px solid;
	min-height:100px;
	overflow: auto
}

.contents4 {
	padding:0 15px;
	margin-bottom:100px;
	text-align:right;
}


.contents5 {
	margin-bottom:60px;
	text-align:center;
}

.contents6 {
	width: 700px;
	float: right;
}

.contents7 {
	width: 300px;
	float: left;
}

a {
	color:#f5b300;
	text-decoration:underline;
}
a:hover {
	color:#000;
	text-decoration:none;
}

h1 {
	font-size:28px;
}

h2 {
    font-size: 40px;
    text-align: center;
    font-family: 'aozora';
    color: #f5b300;
	margin-bottom: 40px;
}

h3 {
	font-size: 30px;
    font-family: 'aozora';
    margin-bottom: 15px;
    border-bottom: #f5b300 1px solid;
    padding-left: 10px;
}

h4 {
	font-size:28px;
	font-family: 'aozora';
}

h5 {
	font-size:20px;
}

h6 {
	font-size:18px;
	font-weight:bold;
}

/*p {
	margin:0 0 1em 0;
}*/

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#ff0000;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

.arrow_r::before{
	content:url(../images/bg_arrow_green.png);
	
}


/*button*/
.btn {
	padding:0 15px;
	
}

/*button1*/
.btn1 a {
	display:block;
	padding:5px 0 3px;
	width:150px;
	color:#fff;
	text-decoration:none;
	border-radius:5px;
	background:#f5b300;
	font-size:18px;	
	text-align: center;
	font-weight: bold;
}
.btn1 a:hover {
	background:rgba(245,179,0,.7);
	color: #fff;
	border-radius:5px;
}


/*button2*/
.btn2 input {
	display:block;
	padding:5px 0 3px;
	width:100%;
	color:#fff;
	text-decoration:none;
	border-radius:5px;
	background:#f5b300;
	font-size:18px;	
	text-align: center;
	font-weight: bold;
}
.btn2 input:hover {
	background:rgba(245,179,0,.7);
	color: #fff;
	border-radius:5px;
}
.btn2 a {
	display:block;
	padding:5px 0 3px;
	width:100%;
	color:#fff;
	text-decoration:none;
	border-radius:5px;
	background:#f5b300;
	font-size:18px;	
	text-align: center;
	font-weight: bold;
}
.btn2 a:hover {
	background:rgba(245,179,0,.7);
	color: #fff;
	border-radius:5px;
}

/*button3*/
.btn3 a {
	display:block;
	padding:10px 0 8px;
	width:80%;
	color:#fff;
	text-decoration:none;
	border-radius:5px;
	background:#f5b300;
	font-size:18px;	
	text-align: center;
	font-weight: bold;
	margin: 0 auto;
}
.btn3 a:hover {
	background:rgba(245,179,0,.7);
	color: #fff;
	border-radius:5px;
}

.btn3 input {
	display:block;
	padding:10px 0 8px;
	width:80%;
	color:#fff;
	text-decoration:none;
	border-radius:5px;
	background:#f5b300;
	font-size:18px;	
	text-align: center;
	font-weight: bold;
	margin: 0 auto;
}
.btn3 input:hover {
	background:rgba(245,179,0,.7);
	color: #fff;
	border-radius:5px;
}

/*button4*/
.btn4 a{
	display:block;
	width: 160px;
    background: #848484;
    color: #ffffff;
    font-size: 16px;
	border-radius: 5px;
	box-sizing: border-box;
	text-decoration:none;
	margin-left: auto;
	text-align: center;
	padding: 2px 0 0;
	margin-top: 50px;
}

.btn4 a:hover{
	color: #fff;
	background:rgba(132,132,132,.7);
}

.btn4 a::before{
	content: '< ';
}

/*button5*/
.btn5 a {
	display:block;
	padding:5px 0 3px;
	width:150px;
	color:#fff;
	text-decoration:none;
	border-radius:5px;
	background:#ed1c24;
	font-size:18px;	
	text-align: center;
	font-weight: bold;
	margin-left: 20px;
}
.btn5 a:hover {
	background: rgba(237,28,36, .8);
	color: #fff;
	border-radius:5px;
}

/*button6*/
.btn6 a {
	display:block;
	padding:5px 0 3px;
	width:100%;
	color:#fff;
	text-decoration:none;
	border-radius:5px;
	background:#ed1c24;
	font-size:18px;	
	text-align: center;
	font-weight: bold;
	margin-top: 30px;
}
.btn6 a:hover {
	background: rgba(237,28,36, .8);
	color: #fff;
	border-radius:5px;
}




/*.btn05::before {
  position: relative;
  content:url("../images/bg_free.png");
  bottom:-0.18em;
  margin-right:7px;
  
}*/



.btn7 a {
	display:block;
	padding:21px 10px 20px 75px;
	width:240px;
	color:#fff;
	text-decoration:none;
	border-radius:10px;
	background:#00693e url('../images/bg_arrow.png') 95% 50% no-repeat;
	font-size:22px;
	margin-left:200px;
}


.btn7 a:hover {
	background:#529536 url('../images/bg_arrow.png') 95% 50% no-repeat;
	
}

.btn8 a {
	display:block;
	padding:11px 10px 11px 10px;
	width:30px;
	color:#fff;
	text-decoration:none;
	background:#db8f11;
	font-size:18px;
	float:right;
	text-align:center;
}

.btn9 a {
	display:block;
	padding:16px 10px 16px 10px;
	width:135px;
	color:#fff;
	text-decoration:none;
	border-radius:10px;
	font-size:18px;
	float:right;
	background:#db8f11;
	text-align:center;
}


.btn9 a:hover {
	background:#dba141;
	
}


ruby {
  position: relative;
}

ruby rt {
  position: relative;
  top: 0.3ex;
  font-size:11px;
}

.page{
	width: 980px;
	margin: 0 auto;
	height:30px;
}


	
.page ul li {
	display:inline-block;
	float:right;
	text-align:center;
	background:#f5b300;
	margin-right:7px;
	width:30px;
	
}

.page ul li:first-child{
	margin-right:0;
}


.active_pg{
	background:#ffffff !important;
	color: #000000;
	border: #f5b300 1px solid;
	box-sizing: border-box;
	height: 25px;
	padding-top: 1px;
	padding-bottom:27px;
}

.page ul li a:hover{
	background: #f8d168;
	text-decoration: none;
	color: #000;
}

.page ul li a,
.page ul li.active a{
	padding-top: 1px;
	padding-bottom:20px;
	display: block;
	color: #ffffff;
	height: 9px;
}

.page ul li.active a{
	color: #000;
}






/*================================================
 *  ヘッダー
 ================================================*/
.header_m {
	position:relative;
}
.header_m h1 {
	position:absolute;
	top:20%;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	width:1100px;
	height:200px;
	z-index:10;
	text-align:center;
	font-size:46px;
	color:#00693e;
	text-shadow: #fff 0px 1.4px,
				#fff 1.4px 0px,
				#fff -1.4px 0px, 
    			#fff 0px -1.4px, 
				#fff -1.4px -1.4px,
				#fff 1.4px 1.4px, 
    			#fff 1.4px -1.4px,
				#fff -1.4px 1.4px,
			   4px 4px 4px #000; 
	/*text-shadow: 2px 1px 1px #fff,
               2px -1px 1px #fff,
               -2px 1px 1px #fff,
               -2px -1px 1px #fff,
			   4px 4px 4px #000;*/
	font-family: 'はれのそら明朝';
}

.header_m h2 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position:absolute;
	top:40%;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	width:1100px;
	height:200px;
	z-index:10;
	text-align:center;
	font-size:20px;
	color:#000;
	text-shadow: #fff 0px 1px,
				#fff 1px 0px,
				#fff -1px 0px, 
    			#fff 0px -1px, 
				#fff -1px -1px,
				#fff 1px 1px, 
    			#fff 1px -1px,
				#fff -1px 1px; 
}


header{
	margin:20px auto 0;
	width:1100px;
	display: flex;
	align-items: center;
}

.name{
	width: 50%;
	text-align: right;
	margin-left: auto;
}

.name p::before{
	content: '\3088\3046\3053\305D\3001';
}

.name p::after{
	content: '\69D8';
}

.logout{
	background: #C44744;
	border-radius: 10px;
	width: 70px;
	text-align: center;
	margin-left: 10px;
	color: #fff;
	font-size:16px;
	line-height: 1.2em;
	padding: 6px 0;
	text-decoration: none;
}

.logout span{
	font-size: 12px;
	display: block;
}

.logout:hover{
	color: #fff;
	background:rgba(196,71,68,.7);
}


.rOver img:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	
}

a img:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	
}


/* サブナビ4つ
	* --------------------------------------- */
	
.menuscroll{
	position: sticky;
	top:0;
	z-index: 1;
	background: #FFFFFF;
}

.menu{
	width:60%;
	margin: 0px auto;
	height:60px;
	margin-top:30px;
	margin-bottom:50px;
	font-size: 16px;
}

.menu ul{
	display: flex;
	justify-content: center;
	position: relative;
}
	
.menu ul li {
	display:inline-block;
	width : calc(100% / 3) ;
	text-align:center;
	line-height: 1.6em;

}

.menu ul li a{
	text-decoration:none;
	color: #000;
	padding: 6px 0 3px;
}

.menu ul li a:hover{
	background:rgba(245,179,0,.7);
	color:#fff;
}

.menu ul li:nth-child(2){
	border-right: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
}

.menu ul li:first-child a::before {
    display: block;
    font-family: "Font Awesome 5 Free";
    content: '\f00e';
    font-size: 20px;
    font-weight: 900;
}

.menu ul li:nth-child(2) a::before {
    display: block;
    font-family: "Font Awesome 5 Free";
    content: '\f07a';
    font-size: 20px;
    font-weight: 900;
}

.menu ul li:nth-child(3) a::before {
    display: block;
    font-family: "Font Awesome 5 Free";
    content: '\f1da';
    font-size: 20px;
    font-weight: 900;
}


.menu ul li a,
.menu ul li.active a{

	display: block;
}

.menu ul li.active a{
	color: #000;
}

.cartIcon {
    right: 40%;
    top: 3px;
    width: 18px;
    height: 18px;
    font-size: 11px;
    border-radius: 50%;
    background: #c7004c;
    line-height: 20px;
    color: #fff;
	position: absolute;
}



/*ふったー*/

#footer_top{
	height: 60px;
	display: block;
	width: 100%;
	background: #db0100;
	text-align: center;
	color: #fff;
	padding-top:30px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	margin-top:120px;
}	

#footer_top a {
	text-decoration:none;
	color:#fff;
}

#footer_top a:hover {
	color:#00693e;
}

.f_top{
	width: 80px;
	margin-top: 10px;
	position: fixed;
	bottom: 90px;
	right: 5px;
	padding: 10px;
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.footlogo {
	width:100%;
	background: #f7f7f7;
	height: 130px;
	text-align: center;
	padding: 10px 0 0;

}


.foot_shop{
	width: 1100px;
	margin: 0 auto;
}

.foot_menu{
	background: #6d6d6d;
}

.foot_menu ul{
	display: flex;
	list-style: none;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto;
}

.foot_menu ul li a::before{
	font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-size: 14px;
    font-weight: 900;
	margin-right: 5px;
}

.foot_menu ul li a{
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 5px 0 3px;
}

.foot_menu ul li a:hover{
	color: #ccc;
}

footer {
    clear: both;
    width: 100%;
	margin-top: auto;
}

.copyright {
	clear:both;
	height: 23px;
	font-size:14px;
	text-align:center;
	color:#fff;
	background:#f5b300;
	padding: 6px 0;
}


input.infoInput {
    height: 25px;
    margin: 0;
    padding: 5px;
    border: #CCCCCC 1px solid;
    font-size: 15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.infosizeB{
	width:100%;
}

.infosize{
	width:95%;
}

.infosize2{
	width:70%;
}

.infosize3{
	width:80%;
}

.infosize4{
	width:30%;
}

.infosize5{
	width:500px;
}

.infosize6{
	width:150px;
}

.infosize7{
	width:750px;
}

.infosizeSu{
	width:30%;
}

.suryo::before{
	content: '\6570\91CF\FF1A';
	display: inline-block;
}

.infoselect{
	height: 35px;
	padding: 5px;
	border: #CCCCCC 1px solid;
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
}

textarea.infocomment {
    margin: 0;
    padding: 5px;
    border: #CCCCCC 1px solid;
    font-size: 15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	box-sizing: border-box;
}

.formBtn{
	display: flex;
	justify-content: center;
	margin: 30px 0;
}

.formBtn_C{
	margin: 20px auto;
}

.formBtn_C2{
	margin: 20px auto;
	width: 30%;
}

.formBtn_l{
	text-align:center;
	margin-top: 20px;
}

.formBtnT{
	width: 150px;
    height: 40px;
    background: #f5b300;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
	border-radius: 5px;
	box-sizing: border-box;
}

.formBtnT:hover{
	color: #fff;
	background:rgba(245,179,0,.7);
}

.formBtnK{
	width: 100px;
    height: 40px;
    background: #848484;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
	border-radius: 5px;
	box-sizing: border-box;
}

.formBtnK:hover{
	color: #fff;
	background:rgba(132,132,132,.7);
}

.formBtnK2{
	width: 10%;
    height: 40px;
    background: #70AD47;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
	border-radius: 5px;
	box-sizing: border-box;
	margin-left: 1%;
}

.formBtnK2:hover{
	color: #fff;
	background: rgba(112,173,71, .8);
}

.formBtnR{
	width: 100px;
    height: 30px;
    background: #848484;
    color: #ffffff;
    font-size: 16px;
	border-radius: 5px;
	box-sizing: border-box;
}

.formBtnR:hover{
	color: #fff;
	background:rgba(132,132,132,.7);
}

.formBtnJ{
	width: 100px;
    height: 37px;
    background: #ED7D31;
    color: #ffffff;
    font-size: 16px;
	border-radius: 5px;
	box-sizing: border-box;
	margin-left: 10px;
}

.formBtnJ:hover{
	color: #fff;
	background:rgba(237,125,49,.7);
}

.formBtnJ2{
	width: 100px;
    height: 37px;
    background: #ED7D31;
    color: #ffffff;
    font-size: 16px;
	border-radius: 5px;
	box-sizing: border-box;
	margin-right: 10px;
}

.formBtnJ2:hover{
	color: #fff;
	background:rgba(237,125,49,.7);
}

.formBtnL{
	width: 150px;
    height: 40px;
    background: #C44744;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    margin-right: 20px;
	border-radius: 5px;
	box-sizing: border-box;
}

.formBtnL:hover{
	color: #fff;
	background:rgba(196,71,68,.7);
}

.formBtn1{
	width: 150px;
    height: 40px;
    background: #f5b300;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
	border-radius: 5px;
	box-sizing: border-box;
}

.formBtn1:hover{
	color: #fff;
	background:rgba(245,179,0,.7);
}


.formBtn2{
	width:150px;
	height:40px;
	background: #4d4d4d;
	color:#fff;
	font-size:18px;
	border:none;
	font-weight:bold;
	border-radius: 5px;
	box-sizing: border-box;
}

.formBtn2:hover{
	background:rgba(77,77,77,.3);
	color: #000;
}

.formBtn3{
	width:150px;
	height:40px;
	color:#fff;
	font-size:18px;
	background:#ed1c24; 
	font-weight:bold;
	margin-left:20px;
	border-radius: 5px;
	box-sizing: border-box;
}

.formBtn3:hover{
	background: rgba(237,28,36, .8);
}

.formBtnC{
	width:95%;
    height: 40px;
    background: #f5b300;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
	border-radius: 5px;
	box-sizing: border-box;
}

.formBtnC:hover{
	color: #fff;
	background:rgba(245,179,0,.7);
}


.btn_erea{
	display: flex;
	justify-content: flex-end;
}

.btn_erea2{
	display: flex;
	justify-content: center;
}

.detl{
	width:50px;
	height:30px;
	color:#fff;
	font-size:16px;
	background:#70AD47; 
	border-radius: 5px;
}

.detl:hover{
	background: rgba(112,173,71, .8);
}

.dele{
	width:80px;
	height:40px;
	color:#fff;
	font-size:18px;
	background:#ed1c24;
	border-radius: 5px;
}

.dele:hover{
	background: rgba(237,28,36, .8);
}

.change{
	width:70px;
	height:37px;
	color:#fff;
	font-size:16px;
	background:#4d4d4d;
	border-radius: 5px;
	margin-left: 10px;
}

.change:hover{
	background: rgba(77,77,77,.8);
}

.order::before{
	content: '\6CE8\6587';
	color:#fff;
	font-size:16px;
	background:#f5b300; 
	border-radius: 5px;
	padding: 3px 22px;
}

.sumi::before{
	content: '\53D7\53D6\6E08';
	color:#fff;
	font-size:16px;
	background:#4d4d4d; 
	border-radius: 5px;
	padding: 3px 14px;
}

.cancel::before{
	content: '\30AD\30E3\30F3\30BB\30EB';
	color:#fff;
	font-size:14px;
	background:#FF3333; 
	border-radius: 5px;
	padding: 5px 3px 4px;
}

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

.stts_btn{
	display: none;
}

.status label{
	background: #b3b3b3;
	width:49%;
	color:#fff;
	font-size:15px;
	border-radius: 5px;
	padding: 2px 0 0;
	cursor: pointer;
}

.stts_btn:checked + label {
  background: #f5b300;
}

.stts_on{
	background: #f5b300;
	width:49%;
	color:#fff;
	font-size:15px;
	border-radius: 5px;
	padding: 4px 0 2px;
}

.stts_off{
	background: #b3b3b3;
	width:49%;
	color:#fff;
	font-size:15px;
	border-radius: 5px;
	padding: 4px 0 2px;
}


.mt20{
	margin-top: 20px;
}

input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  box-sizing: border-box;
  cursor: pointer;
	border: none;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.list{
	height: 800px;
	overflow: auto;
	margin-top: 20px;
}

.list2{
	height: 600px;
	overflow: auto;
	margin-top: 20px;
}

.smtb{
	overflow: auto;
}

table.table_rec {
	width: 98%;
	border-collapse: collapse;
	table-layout: fixed;
}

table.table_rec td {
	border-collapse: collapse;
	padding : 8px 5px 8px 5px;
	vertical-align: middle;
	box-sizing: border-box;
	border: 1px solid #ccc;
	text-align: center;
}

table.table_rec td:nth-child(2) {
	text-align:left;
}


table.table_rec th{
	background:#F7F7F7;
	color:#000000;
	border-collapse: collapse;
	border: solid 1px #ccc;
	padding : 8px 5px 5px 5px;
	vertical-align: middle;
	box-sizing: border-box;
}

table.table_rec2 {
	width: 98%;
	border-collapse: collapse;
	table-layout: fixed;
}

table.table_rec2 td {
	border-collapse: collapse;
	padding : 8px 5px;
	vertical-align: middle;
	box-sizing: border-box;
	border: 1px solid #ccc;
}

table.table_rec2 td:first-child,table.table_rec2 td:nth-child(2) ,table.table_rec2 td:nth-child(4) {
	text-align: center;
}


table.table_rec2 th{
	background:#F7F7F7;
	color:#000000;
	border-collapse: collapse;
	border: solid 1px #ccc;
	padding : 8px 5px 5px 5px;
	vertical-align: middle;
	box-sizing: border-box;
}

table.table_rec3 {
	width: 98%;
	border-collapse: collapse;
	table-layout: fixed;
}

table.table_rec3 td {
	border-collapse: collapse;
	padding : 8px 5px;
	vertical-align: middle;
	box-sizing: border-box;
	border: 1px solid #ccc;
	text-align: center;
}

table.table_rec3 td:nth-child(4){
	text-align: left;
}


table.table_rec3 th{
	background:#F7F7F7;
	color:#000000;
	border-collapse: collapse;
	border: solid 1px #ccc;
	padding : 8px 5px 5px 5px;
	vertical-align: middle;
	box-sizing: border-box;
}

table.table_rec4 {
	width: 98%;
	border-collapse: collapse;
	table-layout: fixed;
}

table.table_rec4 td {
	border-collapse: collapse;
	padding : 8px 5px;
	vertical-align: middle;
	box-sizing: border-box;
	border: 1px solid #ccc;
	text-align: center;
}

table.table_rec4 td:nth-child(4) {
	text-align: left;
}


table.table_rec4 th{
	background:#F7F7F7;
	color:#000000;
	border-collapse: collapse;
	border: solid 1px #ccc;
	padding : 8px 5px 5px 5px;
	vertical-align: middle;
	box-sizing: border-box;
}


table.uptable {
  width: 100%;
  border-collapse: collapse;
	border:none;
  margin : 8px  0 8px 0;
}

table.uptable td {
  border-collapse: collapse;
	border:none;
  margin : 8px  0 8px 0;
}

.rad{
	margin-right: 20px;
}

.rad2{
	margin-right: 20px;
}

.rad3{
	margin-left: 20px;
}

.tb dl {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	border: #ccc 1px solid;
	margin:20px 0; 
}

.tb dl dt {
	display: flex;
    flex-direction: column;
    justify-content: center;
	background:#F7F7F7;
    width: 30%;
	padding: 10px;
	/*vertical-align:middle;*/
	border-bottom: 1px solid #ccc;
	color: #000;
	box-sizing: border-box;	
}

.tb dl dd {
  	padding:10px;
	width: 70%;
	background: #fff;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
}

.tb dl dd::after {
      content: '';
      display: block;
      clear: both;
    }

.tb dl dt:nth-last-child(2){
	border-bottom:none;
}

.tb dl dd:last-child{
	border-bottom: none;
}

.tb2 dl {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	border: #ccc 1px solid;
	margin:20px auto; 
	width: 60%;
}

.tb2 dl dt {
	display: flex;
    flex-direction: column;
    justify-content: center;
	background:#F7F7F7;
    width: 30%;
	padding: 10px;
	/*vertical-align:middle;*/
	border-bottom: 1px solid #ccc;
	color: #000;
	box-sizing: border-box;	
	text-align: center;
}

.tb2 dl dd {
  	padding:10px;
	width: 70%;
	background: #fff;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
}

.tb2 dl dd::after {
      content: '';
      display: block;
      clear: both;
    }

.tb2 dl dt:nth-last-child(2){
	border-bottom:none;
}

.tb2 dl dd:last-child{
	border-bottom: none;
}

.thumb img{
    max-width: 200px;
	max-height: 150px;
    margin: 10px 0;
}

.result{
	text-align: right;
}

.result::before{
	content: '\8868\793A\4EF6\6570\FF1A';
}

.result::after{
	content: '\4EF6';
}

.pro{
	height: 500px;
	overflow: auto;
}

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

.pro_div{
	width: 49%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 2%;
}

.pro_img{
	width: 48%;
	position: relative;
}

.pro_img::before{
  content: "";
  display: block;
  padding-top: 100%;
}

.pro_img img{
	position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
   object-fit: cover;
}

.pro_dtl{
	width: 49%;
}

.search{
	margin: 10px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

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

.p_dimg{
	width: 59%;
}

.p_dimg img{
	width: 100%;
	max-height: 525px;
	object-fit: cover;
}


.p_thumb ul{
	display: flex;
	justify-content: space-between;
	margin-top: 1%;
}

.p_thumb ul li{
	width: calc(98% / 3);
	max-width: 212px;
	max-height: 159px;
}

.p_thumb ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: middle;
}


.p_dtl{
	width: 39%;
}

.p_price{
	margin-bottom: 10px;
}

.p_setsu{
	border-top: #cccccc 1px solid;	
	padding: 10px 0 0;
	box-sizing: border-box;
}

.price::before{
	content: '\FFE5';
}

.price2{
	font-size: 20px;
}

.price2::before{
	content: '\FFE5';
}

.p_none{
	display: none;
}

.price_total::before{
	content: '\5408\8A08\FF1A\FFE5';
	
}

.price_c{
	margin-top: 5px;
	font-weight: bold;
	font-size: 18px;
}

.price::before{ content: '\FFE5';}

.price_c::before{
	content: '\5C0F\8A08\FF1A\a0\FFE5';
}

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

.cart_detail{
	width: 68%;
}

.cart_div{
	display: flex;
	justify-content: space-between;
	padding: 2% 0;
	border-bottom: #ccc 1px solid;
}

.cart_div:first-child{
	padding-top:0; 
}

.cart_div:last-child{
	border-bottom: none;
}

.cart_img{
	width: 25%;
	position: relative;
}

.cart_img::before{
  content: "";
  display: block;
  padding-top: 100%;
}

.cart_img img{
	position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
   object-fit: cover;
}

.cart_dtl{
	width: 50%;
}

.cart_dele{
	width: 21%;
	display: flex;
    align-items: center;
	justify-content: flex-end;
}

.total{
	width: 30%;
	border: #ccc 1px solid;
	padding: 10px;
	box-sizing: border-box;
	height: 330px;
}

.total dl{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.total dl dt{ 
	width: 50%;
	margin-bottom: 10px;
}

.total dl dd{
	width: 50%;
	text-align: right;
	margin-bottom: 10px;
}

.kosuu::after{
	content: '\70B9';
}

.t_price{
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
}

.t_price::before {
    content: '\FFE5';
}

.history{
	border: #ccc 1px solid;
	margin-bottom: 30px;
}

.h_detl{
	padding: 10px;
}

.h_head{
	display: flex;
	background: #F7F7F7;
	padding: 8px 8px 5px 8px;
	justify-content: space-between;
}

.h_date{
	font-weight: bold;
}

.h_order{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 30px 0;
	
}

.h_main{
	width:32%;
	border: #ccc 1px solid;
	margin-bottom: 20px;
	box-sizing: border-box;
	padding: 8px;
}


.h_order::after {
    display: block;
    content: "";
    width: 32%;
}


.h_naiyo{
	margin-top: 10px;
}

.h_naiyo dl{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 18px;
}

.h_naiyo dt{
	width: 50%;
}

.h_naiyo dd{
	width: 50%;
	text-align: right;
}

.h_price{
	text-align: right;
}

.h_price::before{
	content: '\5C0F\8A08\FF1A\FFE5';
}

.h_Odtl:first-child{
	width: 60%; 
	display: flex;
	justify-content: space-between;
}

.h_Odtl:not(:first-child){
	width: 25%; 
}

.h_div{
	display: flex;
	justify-content: space-between;
	padding: 2% 0;
    border-bottom: #ccc 1px solid;
}

.h_div:first-child{
	padding-top: 0;
}

.h_div:last-child{
	border-bottom: none;
	padding-bottom: 0;
}

.h_btn{
	width: 30%;
	text-align: center;
	margin: auto;
}

.h_order .cart_img{
	width: 20%;
}

.h_order .cart_dtl{
	width: 78%;
}

.h_status {
	text-align: center;
    color: #fff;
    width:100px;
    height:30px;
    padding: 3px 0px 2px;
	margin-right: 5px;
}

.correspnddate {
	padding-top:3px;
}

.nohin_d{
	text-align: right;
}


.nohin_m::before{
	content: '\6CE8\6587\6570\FF1A';
}

.nohin_m2{
	width: 50%;
	text-align: right;
}

.n_sumi::before{
	content: '\7D0D\54C1\6570\FF1A';
}

.n_mi::before{
	content: '\672A\7D0D\54C1\6570\FF1A';
}

.n_bubun{
	text-align: right;
	margin-bottom: 30px;
}

.n_bubun::before{
	content: '\90E8\5206\7D0D\54C1\6570\FF1A';
}

/*規約*/

.sc4{
	width: 100%;
	margin: 30px 0 0;
}

.sc4 dl {
	width: 100%;
	line-height: 1.8em;

}


.sc4 dt{
	display: inline-block;
	clear: left;
	padding-right:5px;
	margin-bottom: 15px;
	font-size: 24px;
	width: 100%;
	font-family: 'aozora';
}

.sc4 dl dt::before{
	counter-increment: number 1;      /* number カウンタを増加 */
  content: counter(number) ;      /* 表示形式を指定 */
	font-size: 24px;
    color: #f5b300;
	margin-right: 10px;
}


.sc4 dd {
	display: inline-block;
  	margin-bottom: 50px;
}
.sc4 dd :last-child{

  	margin-bottom: 0;
}

.sc4 dd ul{
	list-style: none;
}
.sc4 dd ul li {
    display: block;
    padding-left: 15px;
    line-height: 2em;
    text-indent: -15px;
}
.sc4 ul li::before {
    content: "■ ";
}
.sc4 dd ol{
	list-style: none;
	counter-reset: item;
}
.sc4 dd ol li {
    display: block;
    line-height: 2em;
	margin-bottom: 0;
	text-indent: -2em;
	padding-left: 2em;
}

.sc4 dd ol li::before {
  counter-increment: item;
  content:counter(item)'）' ;
  font-size: 16px;
    font-family: 'auxin';
    margin-right: 10px;
}
.sc4 dd ol li ol{
	list-style: none;
	counter-reset: item;
}
.sc4 dd ol li ol li {
    display: block;
    line-height:2em;
	margin-bottom: 0;
	text-indent: -2em;
	padding-left: 2em;
}

.sc4 dd ol li ol li::before {
  counter-increment: item;
  content:'[' counter(item)']';
  font-size: 16px;
    margin-right: 10px;
}
.sc4 dd div.pp_info {
    width: 100%;
    border: #2ca6e0 4px solid;
    border-radius: 10px;
    display: block;
    margin: 30px auto 0;
    padding: 10px 20px;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:1024px) {

img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

.inner {
	width:100%;
}
	
.inner2 {
	width:100%;
}

#contents {
	box-sizing:border-box;
	width:100%;
	padding:0 10px;
}

footer {width:100%;}

.foot_menu ul {
    width: 96%;
}

header { width: 98%;}
	
h1{
		width: 310px;
		margin-top: 12px;
}
	
h1 img{width: 100%;}
	
h2 {
    margin-top: 20px;
	font-size: 36px; 
}
	
h3.sh {
	margin: 0 10px 15px ;
	padding-left: 0;
}
	
.p_none{ display: block;}	
.pa_none{display: none;}
	
.contents {
	box-sizing:border-box;
	width:100%;
	margin-top: 80px;
}
	
.contents2 {
	box-sizing:border-box;
	width:100%;
	padding:0 10px;
}
	
.contents3 {
	box-sizing:border-box;
	width:100%;
	padding:0 10px;
}
.contents3_t {
	box-sizing:border-box;
	width:100%;
	padding:0 10px;
}

	
.contents5,.contents7 {
	box-sizing:border-box;
	width:100%;
	padding:0 10px;
}
	
.contentsM{
	margin: 30px auto 0;
	width: 90%;
}
	
.threeCol2 {
		margin-bottom:30px;
	}

	.threeColInner,.threeCol2Inner {
		margin-right: 0%;
	}
	.threeColInner div,.threeCol2Inner div {
		float:left;
		width:32%;
		margin-right: 2%;
	}
	
	.photoText3_2 dl{
	width: 100%;
	height: 400px;
}

.photoText3_1 a,.photoText3_3 a{
	text-decoration:underline;
	color: #f5b300;
}

	
	.photoText3_2 h6{
	
	font-size: 18px;
}
	
	.threeColInner,.threeCol2Inner img {
	width:100%;
	margin-bottom:0;
		
}
	
.threeCol3Inner div {

		width:32%;
	height: 300px;
	margin-right: 2%;
	}
	
.threeCol3Inner img {
	display: block;
	width: 100%;
	height: 170.52px;
}
	
.photoText3_1 .caption {
	display: none;
}
.photoText3_1 .mask {
	display: none;
}

.page{
	width:90%;
	box-sizing:border-box;
	height:30px;
}
	
.btnJ1 a  {
	width:150px;
	float:none;
	margin: 20px auto;
}

.btnJ2 a {
	width:150px;
	float:none;
	margin: 30px auto 10px;
}

.btnK,.btnK_s{
	width: 60%;
	text-align: center;
	margin: 10px 0 0 40%;
}
	
a.telhref {
		color: #000;
	text-decoration: none;
	}
	
.contact{
	width: 95%;
}
	
	
.contents_tel {
    width: 60%;
    text-align: center;
}



.f_btnH{
	width: 480px;
	float: none;
	text-align: center;

	margin: 30px auto 0;
}

.f_btnH1 a {
	
	margin-left: 20px;
}


.contents_pic li {
	display:block;
	float:left;
	background:#fff;
	margin:0 1% 0 0;
	width:24.25%;
		overflow: hidden;
	height: auto;
}

.contents_pic li:last-child{
	margin-right: 0;
}

.contents_pic li img {
	cursor:pointer;
	width:100%;
}

	
.foot_bnr {
	width:95%;
	margin: 0 auto;
	margin-top: 120px;

}

.foot_bnrL{
	float: left;
	width: 48%;
}
	
.foot_bnrL img{
	width: 100%;
}

.foot_bnrR{
	float: right;
	width: 48%;
}
	
.foot_bnrR img{
	width: 100%;
}


.footlogo {
	width:100%;
	background: #f7f7f7;
	height: auto;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.foot_shop{
	width: 95%;
}

	.foot_shop p{
		font-size: 14px;
		
	}


.tb dl {
	display: block;
	margin: 20px auto 0;
}

.tb dl dt {
	float: none;
	width: 100%;
	border-bottom: none;
}
	
.tb dl dd {
    display: block;
    margin-bottom: 10px;
    margin-left: 0;
	width: 100%;
	border-bottom: none;
}


.tb{
	width:100%;
}
	
.tb2 dl {
	display: block;
	margin: 20px auto 0;
	width:100%;
}

.tb2 dl dt {
	float: none;
	width: 100%;
	border-bottom: none;
	text-align: left;
}
	
.tb2 dl dd {
    display: block;
    margin-bottom: 10px;
    margin-left: 0;
	width: 100%;
	border-bottom: none;
}


input.infoInput {
    height: 25px;
    padding: 5px;
    border: #CCCCCC 1px solid;
    font-size: 15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.infosize{
	width:96%;
}

.infosize3{
	width:75%;
}
	
.menu{
	width: 80%;
}
	
.total{
	height: auto;
}
	
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:640px) {
	
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
	
.name {
    width: 60%;
	text-align: left;
}

.name p::before{
	content: '\3088\3046\3053\305D\3001\A';
	white-space: pre;
}
	
.lock {
	overflow:hidden;
}

	
.p_none{
	display: block;
}
	
.s_none{
	display: none;
}
	
	h1{
		width: 150px;
		margin-top: 18px;
	}

	h1 img{
		width: 98%;
	}
	
	.h_info{
		width: 150px;
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.h_info img{
		width: 92%;
		margin-right: 38px;
		margin-top: 2px;
		
	}


	
	h1{
		text-align: left;
		margin-bottom: 0;
		margin-top: 6px;
		margin-left: 0;
	}
	


.inner {
	width:100%;
}
	
	.contents {
		box-sizing:border-box;
		width:100%;
		margin-top: 20px;
		
	}
	
.contentsT {
    margin-top: 0;
}	
	
.contents2,.contents3 {
	box-sizing:border-box;
	width:100%;
	
}

	
	h2 {
	margin-top: 50px;
    font-size: 28px;
}
	
	h2.mtn {
	margin-top:0px;
		
}




	h2.none {
	font-size:26px;
	color:#000;
	text-align: center;
	font-family: 'genmin';
		margin-top: 0px;
}
	
	h3 {
	font-size:24px;
		padding-left: 0;
}
	
	
h4 {
    font-size: 24px;
	margin-bottom: 5px;
}
	
h5 {
    margin-bottom: 10px;
}

	.price_c{
		margin-top: 10px;
	}

.contact{
	width: 98%;
}

.f_info{
	float: none;
	width: 98%;
	font-family: 'genmin';
	height: 110px;
}

.f_toi{
	font-size: 16px;
}

.f_phone{
	font-size: 30px;
}

.f_time{
	font-size: 16px;
}

.f_btnH{
	width: 92%;
	float: none;
	text-align: center;

}

.f_btnH1 a {
	width:150px;
	padding: 3px 0 5px 0;
	margin-left: 0;
	margin-right:0; 
}




	
.fr_btnH{
	width: 340px;
	text-align: center;
	padding-top: 30px;
	margin: 0 auto;

}

.fr_btnH1 a {
	display:block;
	width:160px;
	color:#fff;
	text-decoration:none;
	border-radius:3px;
	font-family: 'genmin';
	font-size:18px;
	float:left;
	background: #f79f9f;
	padding: 10px 0 10px 0;
	margin: 0 20px 20px auto;
}
.fr_btnH1 a:hover {
	background:rgba(247,159,159,.7);
	color: #FFF;
}

.fr_btnH2 a {
	display:block;
	width:160px;
	color:#fff;
	text-decoration:none;
	border-radius:3px;
	font-family: 'genmin';
	font-size:18px;
	float:left;
	background: #29abe2;
	padding: 10px 0 10px 0;
	margin: 0 auto 15px auto;
}
.fr_btnH2 a:hover {
	background:rgba(41,171,226,.7);
	color: #fff;
}
	
.foot_bnr {
	width:90%;
	margin: 0 auto;
	margin-top: 70px;
	height: auto;
}

.foot_bnr ul li {
	float:left;
	margin-right:3%;
	margin-bottom: 15px;
	
}

.foot_bnr ul li:nth-child(even){
	margin-right:0;	
	float: none;
}


.footlogo {
	width:100%;
	background: #f7f7f7;
	height: auto;
	text-align: center;

}
	
.f_logo{
		width: 80%;
	}

.foot_shop{
	width: 95%;
	margin: 0 auto;
	font-size: 18px;
	margin-top: 5px;

}

	
	
.footlogoL {
    float: none;
    margin-right: 0;
}
	
.footlogoC {
    float: none;
}
	
.footlogoR {
    float: none;
    margin-left: 0;
    margin-top: 30px;
	margin-bottom: 30px;
}
	

	
.foot_bnrL img{
	width: 100%;
}


	
.foot_bnrR img{
	width: 100%;
}

.foot_bnr {
	width:95%;

	margin: 100px auto 0;
	height: auto;

}

.foot_bnrL{
	float: none;
	text-align: center;
	margin-bottom: 30px;
	width: 100%;
}

.foot_bnrR{
	float: none;
	text-align: center;
	margin-bottom: 10px;
	width: 100%;
}


/*.footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
	background:#efede9;
}*/


.copyright {
	clear:both;
	height: 25px;
	font-size:12px;
	text-align:center;
	color:#fff;
	background:#feb957;
	padding-top: 6px;
}


input.infoInput {
    height: 25px;
    margin: 0 0 0 0;
    padding: 5px;
    border: #CCCCCC 1px solid;
    font-size: 15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



.infosize3{
	width:96%;
	margin-bottom: 10px!important;
}
	
.infosize4{
	width:50%;
}


.smtb{
	overflow: auto;
}

.menu3{
	font-size: 18px;
	width: 95%;
}
	
.customer ul{
	display: block;
}

.customer ul li{
	width: 100%;
	margin-bottom: 30px;
}
	
.rad2{
	margin-right: 0px;
	display: block;
	margin-bottom: 10px;
}

.rad3{
	margin-left: 0;
	display: block;
	margin-top: 10px;
}
	
.search{
	flex-wrap: wrap;
}
		
.formBtnK2 {
    width: 150px;
	margin: 0 auto;
	text-align: center;
}
	
.pro_div {
    width:100%;
    margin-bottom: 5%;
}

.p_detail{
	display: block;
}

.p_dimg{
	width: 100%;
	margin-bottom: 20px;
}

.p_dimg img{
	width: 100%;
}

.p_dtl{
	width: 100%;
}

.p_price{
	margin-bottom: 10px;
}
	
.cart{
	display: block;}

.cart_detail{
	width: 100%;
}

.cart_div{
	display: flex;
	justify-content: space-between;
	padding: 5% 0;
	border-bottom: #ccc 1px solid;
	flex-wrap: wrap;
}

.cart_img{
	width: 30%;
	position: relative;
}

.cart_img::before{
  content: "";
  display: block;
  padding-top: 100%;
}

.cart_img img{
	position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
   object-fit: cover;
}

.cart_dtl{
	width: 65%;
}

.cart_dele{
	width: 100%;
	margin-top: 20px;
}

.total{
	width: 100%;
}
	
.price2{
	margin-bottom: 5px;
}
	
.formBtn_C2{
	width: 100%;
}
	
.h_main{
	width: 49%;
}

.h_naiyo dt {
    width:100%;
}
.h_naiyo dd {
    width:100%;
}

.h_Odtl:first-child{
	width: 100%;
}
	
.h_Odtl:not(:first-child){
	margin-left: auto;
}
	
.h_order .cart_img {
    width: 30%;
}
	
.h_order .cart_dtl {
    width: 68%;
}
	
.h_div{
	display: block;
}

	.h_btn{
		width: 100%;
		margin-top: 30px;
	}
	
.sc4 dt{
	font-size: 22px;
	text-indent: -1em;
	padding-left: 1em;
	box-sizing: border-box;
}
	
.sc4 dt::before{
	font-size: 22px;
}
	
}