@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_t3 {
	margin: 10px;
}

	
.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:#000;
	text-decoration:none;
	transition: .5s;
}
a:hover {
	color:#3197e0;
	text-decoration:none;
	transition: .5s;
}

h1 {
	font-size:38px;
	text-align: center;
	font-family: 'aozora';
	margin-bottom: 40px;
}

h2 {
	font-size: 34px;
	font-family: 'aozora';
	margin-bottom: 20px;
	margin-top: 70px;
	text-align: center;
}

.mtnone{
	margin-top: 0;
}

h3 {
	font-size: 28px;
	font-family: 'aozora';
	margin-bottom: 15px;
	background: #e6e6e6;
	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;
}


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

/*button1*/
.btn1 a {
	display:block;
	padding:5px 0 3px;
	width:150px;
	color:#fff;
	text-decoration:none;
	background:#000000;
	font-size:18px;	
	text-align: center;
	font-weight: bold;
	margin: 20px auto 0;
	font-family: 'aozora';
}
.btn1 a:hover {
	background:rgba(0,0,0,.7);
	color: #fff;
}


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

/*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;
}

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

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

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

/*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 ;
	width:1100px;
	display: flex;
	align-items: center;
}

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


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

.logout{
	background: #C44744;
	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);
	text-decoration: none;
}

/*pankuzu*/

.pan{
	width:1080px;
	margin:0 auto;
	font-size:14px;
	padding-top: 10px;
}



.pan ol li {
	/* liを横並び＆ブレットを消す */
	display: inline;
	list-style-type: none;
	margin-left: 0.5em;
}

.pan ol li:before {
	/* liの前に記号追加 */
	font-family: "Font Awesome 5 Free";
	content: '\f054';
	font-size: 14px;
	font-weight: 900;
	margin-right: 5px;
}

.pan ol li:first-child:before {
	/* 最初のliだけcontentを消す */
	font-family: "Font Awesome 5 Free";
	content: '\f015';
	font-weight: 900;
	margin-right: 5px;
}

.s_nav{
	display: none;
}

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

a img{
	transition: .5s ;
}

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

/*お知らせ*/
.sc{
	height: 230px;
	overflow-x: auto;
}

.sc dl {
	width: 98%;
	display: flex;
	flex-wrap: wrap;
}

.sc dt{
	width: 23%;
	border-bottom: #ccc 1px solid;
	padding: 10px 0;
	font-family: 'aozora';
}

.sc dd {
	width: 77%;
	border-bottom: #ccc 1px solid;
	padding: 10px 0 8px;
}

.sc dt:first-child,.sc dd:nth-child(2){
	padding-top: 0;
}

.sc dd a{
	color: #000;
	text-decoration: none;
}

.sc dd a:hover{
	color: #3197e0;
	text-decoration: underline;
}

.sc_new::after{
	content: '\65B0\7740';
	background: #c7004c;
	color: #ffffff;
	font-size: 11px;
	padding-top: 1px;
	text-align: center;
	padding-left: 13px;
	padding-right: 13px;
	margin-left: 15px;
}

.i_date {
	text-align: center;
	margin-top: 10px;
	font-family: 'aozora';
}

.i_date::after{
	content: '\63B2\8F09';
	margin-left: 5px;
}

.tpc_dtl{
	margin: 30px 0;
}

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

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

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

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

.tpc_inn{
	height: 900px;
	overflow: auto;
}

.tpc_Itm{
	width: 32%;
	margin-bottom: 30px;
}

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

.tpc_Itm h5{
	font-size: 18px;
}

.tpc_Itm img{
	height: 240px;
	object-fit: cover;
}


/*履歴*/
.history{
	height: 500px;
	overflow: auto;
}

.history table {
	border-collapse: collapse;
	padding: 0;
	width: 98%;
	table-layout: fixed;
	font-size: 16px;
}

.history table tr {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: .35em;
}

.history table th,
.history table td {
	padding: 8px 5px 8px 5px;
	border-right: 1px solid #ccc;
	text-align: center;
}

.history table thead tr{
	background-color: #F7F7F7;
}

.history table th:last-child{
	width: 10%;
}

.history table th:nth-child(4){
	width: 30%;
}

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

.frame_status{
	color: #fff;
	width:100px;
	height:30px;
	padding: 3px 0px 2px;
	margin: 0 auto;
	text-align: center;
	font-family: 'aozora';
}

/*領収書*/
.money{
	text-align: right;
	border-top: #ccc 1px solid;
	padding: 10px 0 0;
}

.express,.sum{
	display: flex;
	justify-content: flex-end;
}

.express::before{ content: '\304A\6025\304E\914D\9001\FF1A'; }

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

.j_price{ width:150px; }
	.j_price::before{ content: '\FFE5';}

table.com_tbl{
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
	table.com_tbl td {
		border-collapse: collapse;
		padding : 8px 5px;
		vertical-align: middle;
		box-sizing: border-box;
		border: 1px solid #ccc;
		text-align: center;
	}
	table.com_tbl 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_receipt td:nth-child(1){ text-align: left; }
table.table_receipt td:nth-child(4) { text-align: right; }

table.prof th{ 
	width: 25%; 
	text-align: left;
}
table.prof td{ text-align: left; }

.pagelink{
	text-decoration:underline;
	color:#0000ee;
	cursor:pointer;
}

/* サブナビ4つ
	* --------------------------------------- */

.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% / 4) ;
	text-align:center;
	line-height: 1.6em;
	font-family: 'aozora';
}

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

.menu ul li a:hover{
	background:#000000;
	color:#fff;
}

.menu ul li:nth-child(2n){
	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: '\f015';
	font-size: 20px;
	font-weight: 900;
}

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

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

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

.menu ul li:nth-child(5) a::before {
	display: block;
	font-family: "Font Awesome 5 Free";
	content: '\f0e0';
	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: 25%;
	top: 3px;
	width: 18px;
	height: 18px;
	font-size: 11px;
	border-radius: 50%;
	background: #c7004c;
	line-height: 18px;
	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: 80px;
	text-align: center;
	padding: 15px 0 0;

}

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

.foot_menu{
	background: #4d4d4d;
}

.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:#000000;
	padding: 6px 0;
}


input.infoInput {
	height: 28px;
	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;
}

.infosize8{
	width:74%;
}

.infosizeSu{
	width:20%;
}


.suryo{
	margin-top: 10px;
}	

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

.infoselect{
	height: 40px;
	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: #000000;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	box-sizing: border-box;
	font-family: 'aozora';
}

.formBtnT:hover{
	color: #fff;
	background:rgba(0,0,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: #000000;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	margin-left: 1%;
	font-family: 'aozora';
}

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

.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: 160px;
	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: 160px;
	height: 40px;
	background: #000;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	box-sizing: border-box;
	font-family: 'aozora';
}

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


.formBtn2{
	width:160px;
	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:160px;
	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);
}

.formBtn4{
	width:160px;
	height:40px;
	color:#fff;
	font-size:18px;
	background:#848484; 
	font-weight:bold;
	margin-left:20px;
	box-sizing: border-box;
	font-family: 'aozora';
}

.formBtn4:hover{
	background:rgba(132,132,132,.7);
}

.formBtnP{
	width: 160px;
	height: 40px;
	background: #C44744;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	box-sizing: border-box;
	font-family: 'aozora';
}

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

.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;
	font-family: 'aozora';
	font-weight: bold;
}

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

.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);
}



.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;
	transition: .5s;
}
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: 300px;
	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: '\691C\7D22\7D50\679C\FF1A';
}

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

/*商品*/
.pro{
	height: 900px;
	overflow: auto;
}

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

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

.pro_div{
	width: 32%;
	border: #ccc 1px solid;
	box-sizing: border-box;
	padding: 10px;
	position: relative;
	margin-bottom: 2%;
}

.pro_div::after {
	content: "\f138";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 2%;
	bottom:0;
	font-size: 28px;
}

.pro_div img{
	width: 100%;
	height: 220px;
	object-fit: cover;
	margin-bottom: 10px;
}

.pro_dtl{
	width: 49%;
}

.pro_btn ul{
	display: flex;
	justify-content: flex-start;
	margin-bottom: 20px;
}

.pro_btn ul li{
	width: 150px;
	text-align: center;
}

.pro_btn ul li a{
	display: block;
	background: #000;
	color: #fff;
	padding: 5px 0 3px;
	font-size: 18px;
	font-weight: bold;
	font-family: 'aozora';
}

.pro_btn ul li a:hover{
	background:rgba(0,0,0,.7);
}

.pro_btn ul li:nth-child(2){
	margin: 0 10px;
}

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

.s_brd{
	width: 28%;
}

.s_brd::before{
	content: '\30E1\30FC\30AB\30FC\FF1A';
}

.s_word{
	width: 72%;
	display: flex;
	justify-content: space-between;
}

.s_word::before{
	content: '\30AD\30FC\30EF\30FC\30C9\FF1A';
	margin: auto 0;
}


.p_ttl{
	display: flex;
	justify-content: space-between;
	font-family: 'aozora';
}

.p_name{
	width: 50%;
	font-size: 30px;
}

.p_price{
	width: 50%;
	font-size: 28px;
	text-align: right;
}

.p_price2{
	width: 100%;
	font-size: 18px;
	text-align: right;
}

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

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

.p_detail{
	margin-top: 10px;
}

.p_dimg{
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.p_dimg2{
	width: 90%;
	margin: 30px auto 0;
	text-align: center;
}

.p_main{
	width: 80%;

}
.p_main img{
	width: 100%;
	object-fit: contain;
	height: 594px;
}

.p_thumb{
	width: 19%;
}

.p_thumb ul{
	list-style: none;
}

.p_thumb ul li{
	width: 100%;
	height: 144px;
	margin-bottom: 6px;
}

.p_thumb ul li:last-child{
	margin-bottom: 0;
}

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

.p_dtl{
	margin-top: 70px;
}

.p_btnarea{
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}

.favo{
	width: 150px;
	height: 40px;
	background: #3171e0;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	box-sizing: border-box;
	font-family: 'aozora';
	margin: auto 0;
}

	.favo:hover{
		color: #fff;
		background:rgba(49,113,224,.7);
	}

.favoLift{
	width: 150px;
	height: 40px;
	background: #C44744;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	box-sizing: border-box;
	font-family: 'aozora';
	margin: auto 0;
}

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

.p_bc{
	width: 45%;
	display: flex;
}

.p_suryo{
	width: 40%;
	font-size: 20px;
}

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

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

.p_btn{
	width: 65%;
	height: 52px;
	background: #000;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	font-family: 'aozora';
	margin: 0 auto;
}

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

.p_con a {
	display:block;
	padding:1px 0;
	color:#000;
	text-decoration:none;
	font-size:18px;	
	text-align: center;
	font-weight: bold;
	margin: 50px auto 0;
	font-family: 'aozora';
	width: 40%;
	border: #000 1px solid;
	box-sizing: border-box;
}

.p_con a::before {
	font-family: "Font Awesome 5 Free";
	content: '\f0e0';
	font-size: 20px;
	font-weight: 900;
	margin-right: 10px;
}

.p_con a:hover {
	background:#000;
	color: #fff;
}

.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:10px;
	font-weight: bold;
	font-size: 18px;
}

.price_c::before{
	content: '\5C0F\8A08\FF1A\FF08\7A0E\8FBC\FF09\a0\FFE5';
}

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

.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_dtl h5{
	margin-bottom: 10px;
}

.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;
	margin-bottom: auto;
	height: auto;
}

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

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

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

.ttl_price{
	border-top: #ccc 1px solid;
	padding-top: 15px;
}

.total2{
	width: 100%;
	border: #ccc 1px solid;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 30px;
	height: auto;
}

.total2 dl{
	display: flex;
	flex-wrap: wrap;
}

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

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

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

.red{
	color: #c7004c;
}

.pay{
	width: 100%;
	border: #ccc 1px solid;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 30px;
	height: auto;
}

.pay ul{
	display: flex;
}

.pay ul li{
	width: 30%;
}

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

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

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

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


.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;
	margin-top: 20px;
}

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

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

.h_main{
	width: 68%;
}

.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%;
}

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

.tra ul{
	list-style: none;
}

.tra ul li{
	text-indent: -1.5em;
	padding-left: 1.5em;
}

.tra ul li::before{
	font-family: "Font Awesome 5 Free";
	content: '\f144';
	font-size: 14px;
	font-weight: 900;
	margin-right: 0.5em;
	color: #4d4d4d;
}

.chui{
	text-indent: -1em;
	padding-left: 1em;
}

.chui::before{
	content: '※'
}

.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: #3171e0;
	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;
}

/* ご利用方法について */
.table_postage{
	margin : 0 auto;
	text-align:center;
	border-collapse: collapse;
	table-layout: fixed;
}

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

	.table_postage td{
		text-align:right;
		border-collapse: collapse;
		padding: 5px;
		vertical-align: middle;
		box-sizing: border-box;
		border: 1px solid #ccc;
	}

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

img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}
	
	.pan{
		display: none;
	}
	
.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 img{
	width: 100%;
}

	
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: 98%;
}
	
.total{
	height: auto;
}
	
}

@media screen and (max-width:780px) {
.sc dt {
	width: 30%;
	border-bottom: #ccc 1px solid;
	padding: 10px 0;
}
	
.sc dd {
	width: 69%;
}
	
}

/*================================================
 *  スマートフォン向けデザイン
================================================*/
@media screen and (max-width:640px) {
	
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}
	
.name {
	width: 60%;
	text-align: left;
}
	
.lock {
	overflow:hidden;
}
	
.p_none{
	display: block;
}
	
.s_none{
	display: none;
}
	
.menu ul li{
	font-size: 14px;
}
	
.menu ul li:first-child{
	display: none;
}
	
.menu ul li:nth-child(2){
	border-left: none;
}

.cartIcon{
	right: 30%;
}

.logout{
	display: none;
}

/*smpナビ*/

.s_nav{
	width: 50px;
	display: block;
}
	
#nav-toggle {
	position: fixed;
	top: 25px;
	right: 10px;
	height: 32px;
	cursor: pointer;
}
#nav-toggle > div {
	position: relative;
	width: 36px;
}
#nav-toggle span {
	width: 100%;
	height: 3px;
	left: 0;
	display: block;
	background: #333;
	position: absolute;
	transition: top .5s ease, -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out, top .5s ease;
	transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 14px;
}
#nav-toggle span:nth-child(3) {
	top: 28px;
}
#nav-toggle:hover span:nth-child(1) {
	top: 4px;
}
#nav-toggle:hover span:nth-child(3) {
	top: 23px;
}

.open #nav-toggle span {
	background: #fff;
}
.open #nav-toggle span:nth-child(1) {
	top: 15px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
	top: 15px;
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 15px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#nav-toggle {
	z-index: 1000;
}

#gloval-nav {
	z-index: 900;
	overflow: auto;
	width: 100%;
	height: 100%;
	background: #000;
	color: #fff;
	position: fixed;
	top: 0;
	right: 0;
	transform: translateX(100%);
	transition:  transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
	
#gloval-nav nav ul li{
	font-size: 20px;
	border-bottom: #ccc 1px solid;
}
	
#gloval-nav nav ul li a{
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 10px 0 10px 30px;
}
	
#gloval-nav nav ul li:first-child a::before {
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	content: '\f015';
	font-weight: 900;
	margin-right: 10px;
}

#gloval-nav nav ul li:nth-child(2) a::before {
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	content: '\f007';
	font-size: 20px;
	font-weight: 900;
	margin-right: 10px;
}

#gloval-nav nav ul li:nth-child(3) a::before {
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	content: '\f00e';
	font-size: 20px;
	font-weight: 900;
	margin-right: 10px;
}

#gloval-nav nav ul li:nth-child(4) a::before {
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	content: '\f07a';
	font-size: 20px;
	font-weight: 900;
	margin-right: 10px;
}

#gloval-nav nav ul li:nth-child(5) a::before {
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	content: '\f0e0';
	font-size: 20px;
	font-weight: 900;
	margin-right: 10px;
}

#gloval-nav nav ul li:nth-child(6) a::before {
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	content: '\f2f5';
	font-size: 20px;
	font-weight: 900;
	margin-right: 10px;
}
	
.open #gloval-nav {
	transform: translateX(0);
	visibility: visible;
	opacity: 1;
}
	
.guide{
	margin-top: 30px;
}
	
.guide ul{
	display: flex;
	list-style: none;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	flex-wrap: wrap;
	font-size: 16px;
}
	
.guide ul li{
	width:100%;
	margin: 0 auto;
}


.guide ul li a{
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 10px 0 10px 30px;
}
	
.guide ul li a::before {
	font-family: "Font Awesome 5 Free";
	content: "";
	font-size: 14px;
	font-weight: 900;
	margin-right: 5px;
}
	
/*お知らせ*/

.sc dt{
	width: 100%;
	border-bottom: none;
}

.sc dd {
	width: 100%;
	border-bottom: #ccc 1px solid;
}

.sc dt:first-child,.sc dd:nth-child(2){
	padding-top: 0;
}
	
.tpc_thumb ul{
	display: flex;
	justify-content: space-between;
	margin-top: 1%;
	flex-wrap: wrap;
}

.tpc_thumb ul li{
	width: 49%;
	margin-bottom: 1%;
	max-height: 130px;
}

.tpc_thumb ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: middle;
}
	
.tpc_inn{
	height: 700px;
	overflow: auto;
}
	
.tpc_Itm{
	width: 49%;
	margin-bottom: 20px;
}
	
.tpc_Itm img{
	height: 130px;
}
	
.tpc_idx::after {
	display: none;
}


/*とｐ*/


.history table {
	border: 0;
	width:100%;
}
	
.history table th{
	background-color: #eee;
	display: block;
	border-right: none;
	font-weight: bold;
	border-bottom: 1px solid #bbb;
}
	
.history table thead {
	border: none;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
	
.history table tr {
	display: block;
	margin-bottom: .625em;
}
	
.history table td {
	border-bottom: 1px solid #bbb;
	display: block;
	text-align: right;
	position: relative;
	border-right: none;
}
.history table td:nth-child(3) {
	width: auto;
	text-align: right;
}

.history table td:nth-child(4){ text-align: right; }
	
.history table td::before {
	content: attr(data-label);
	position: absolute;
	left: 10px;
}
	
.history table td:last-child {
	border-bottom: 0;
}
	
h1{
	font-size:28px; 
}

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;
}
	
.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:22px;
}
	
	
h4 {
	font-size: 24px;
	margin-bottom: 5px;
}
	
/*h5 {
		margin-bottom: 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;
}*/
	
.foot_menu ul{
	display: flex;
	list-style: none;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	flex-wrap: wrap;
}
	
.foot_menu ul li{
	width: 98%;
	margin: 0 auto;
}
	
.foot_menu ul li:nth-child(2n){
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
}

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

.copyright {
	clear:both;
	height: 25px;
	font-size:12px;
	text-align:center;
	color:#fff;
	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: 10px auto 0;
	text-align: center;
	display: block;
}
	
/*商品*/
.pro{
	height: 700px;
}

.products{
	margin-bottom: 30px;
}

.products::after {
	display: none;
}

.pro_div{
	width: 49%;
	padding: 5px;
}
	
.pro_div::after {
	content: "\f138";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 2%;
	top:0;
	font-size: 28px;
}

.pro_div h5 {
	font-size: 18px;
}

.pro_div img{
	height: 130px;
}

.pro_dtl{
	width: 49%;
}

.pro_btn ul li{
	width: 33%;
}

.search{
	margin: 0 0 30px;
	display: block;
}

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

.infosize8{
	width: 98%;
}	
	
.s_word{
	width: 100%;
	display: block;
}


/*商品*/

.p_ttl{
	display: block;
}

.p_name{
	width: 100%;
	font-size: 26px;
}
	
.p_price{
	width: 100%;
	font-size: 22px;
}

.p_price2{
	width: 100%;
	font-size: 16px;
}
	
.p_detail{
	display: block;
}

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

.p_dimg img{
	width: 100%;
	height: 280px;
}
	
.p_thumb{
	width: 100%;
	margin-top: 10px;
}
	
.p_thumb ul{
	display: flex;
	justify-content: space-between;
	margin-top: 1%;
	flex-wrap: wrap;
}

.p_thumb ul li{
	width: 49%;
	margin-bottom: 1%;
	max-height: 130px;
}

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

.p_dtl{
	width: 100%;
}

.p_btnarea{
	display: block;
}

.p_bc{
	width: 100%;
	margin: 30px 0 0;
}	
	
.p_con a{
	width: 70%;
}
	
.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;
	align-items: flex-start;
}

.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: 68%;
}

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

.total{
	width: 100%;
}


.price_c{
	margin-top: 10px;
}
	
.price2{
	margin-bottom: 5px;
}
	
.formBtn_C2{
	width: 100%;
}
	
.h_order{
	display: block;
}
	
.h_main{
	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;
}

.pay ul{
	display: block;
}

.pay ul li{
	width: 100%;
	margin-bottom: 10px;
}

.sc4 dt{
	font-size: 22px;
	text-indent: -1em;
	padding-left: 1em;
	box-sizing: border-box;
}
	
.sc4 dt::before{
	font-size: 22px;
}
	
}