/*
Theme Name: 真砂屋米店テーマ v1.3
Theme URI: https://komeyamasagoya.com
Author: Masagoya
Author URI: https://komeyamasagoya.com/
Description: 真砂屋米店テーマ v1.3
Requires PHP: 8.3
Version: 1.3
License: Masagoya only.
Text Domain: komeyamasagoya
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, ins, kbd,
q, s, samp, small, strike, strong, sub, sup,
tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
	position: relative;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
a { outline:none !important; color:#000; text-decoration: none; }
a:focus { outline:none !important; color:#000; text-decoration:none; }
a:active { outline:none !important; color:#000; text-decoration:none; }
a:hover { color:#000; text-decoration:none; opacity:0.60; }
a:visit { color:#000; text-decoration:none; }
a {
	-webkit-transition:0.20s;
	        transition:0.20s;
}
address {margin:0;}
b,strong {font-weight: 700;}
em,i,b {font-weight:700;}
p {	margin-bottom: 20px;}
ul,ol {	list-style: none;}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 0;
	width: 100%;
}
input[type="text"], 
input[type="button"], 
input[type="submit"], 
textarea {
	border-radius:0;
	-webkit-appearance: none;
}

.fade {
	opacity:0;
	-webkit-transform:translate(0, 20px);
			transform:translate(0, 20px);
	-webkit-transition:all 1.2s;
			transition:all 1.2s;
}
.fade.show {
	opacity:1;
	-webkit-transform:translate(0, 0);
			transform:translate(0, 0);
}

/*-----------------------------------------------------------------------------------------
	body
-----------------------------------------------------------------------------------------*/
body {
	font-family:'Lucida Grande',
				'メイリオ',
				Meiryo,
				'Hiragino Kaku Gothic ProN',
				'ヒラギノ角ゴ ProN W3',
				sans-serif;
	font-size:16px;
	line-height:180%;
	color:#555;
	min-width:1100px;
	background:#f7f7f7;
}
html, body {
	height: 100%;
	width:100%;
	min-width: 1100px;
	margin: 0;
	padding: 0;
}
main {
	position: relative;
	overflow: hidden;
	min-width: 810px;
}

#container {
	display: -webkit-flex;
	display: flex;
}

/*-----------------------------------------------------------------------------------------
	header
-----------------------------------------------------------------------------------------*/

header {
	position: fixed;
	width:280px;
	height:100vh;
	background:#fff;
	border-top:10px solid #bfbf60;
	box-shadow:0 0 5px rgba(0,0,0,0.05);
	z-index: 10;
}
header:after {
	position: absolute;
	content:'';
	top:5px;
	left:0;
	width:100%;
	border-bottom:5px solid #bfbf60;
}
header #logo {
	margin:20% 0 25px 30px;
	text-align:center;
	width:220px;
	border-bottom:1px solid #eee;
	padding-bottom:35px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#content {
	position: relative;
	width:calc(100vw - 280px);
	margin-left:280px;
	min-height:500px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

/*-- cart badge & account --*/
.bt_account,
.bt_cart {
	position:relative;
    border:5px solid #efefef;
	width:200px;
    line-height: 60px;
    margin-bottom:20px;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.bt_account {
    background:url("img/parts/ic_account_blk.svg") 14px 50% no-repeat;
}
.bt_cart {
    background:url("img/parts/ic_cart_blk.svg") 10px 50% no-repeat;
}
.bt_account a,
.bt_cart a {
    margin-bottom:0 !important;
}
.quantity_badge {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif" !important;
	position: absolute;
	top:-18px;
	right:-10px;
    display: inline-block;
    font-size: 1.1em;
	font-weight:700;
    width:2em;
    height:2em;
    background-color: #25a300;
    border-radius:50%;
    text-align: center;
    line-height: 2.2em;
    color: #fff;
    z-index: 10;
 }
.bt_cart a:hover .quantity_badge {
	opacity:1 !important;
}
.bt_cart a,
.bt_account a {
    display: block;
	padding:0;
    width:100%;
    height:100%;
}
.bt_cart:hover,
.bt_account:hover {
    border:5px solid #bfbf60;
    background-color:#fff !important;
}
.bt_cart a:hover,
.bt_account a:hover {
	opacity:1 !important;
}

/*-----------------------------------------------------------------------------------------
	navi
-----------------------------------------------------------------------------------------*/

#gnav {
	position:relative;
	margin:0 0 0 40px;
}
#gnav ul {
	margin-bottom:40px;
}
#gnav ul li {
	/*font-family: 'Shippori Mincho', serif;*/
	position:relative;
}
#gnav ul li a,
#gnav ul li div {
    position: relative;
    display: block;
	font-size:15px;
	font-weight:500;
	color:#333;
	margin-bottom:23px;
}
#gnav ul li a:after {
	position: absolute;
	bottom:-20px;
	left:0;
	color:#ccc;
	font-size:11px;
	letter-spacing:1px;
}
#gnav ul li a.n1:after { content:'home'; }
#gnav ul li a.n2:after { content:'Information'; }
#gnav ul li a.n3:after { content:'Products'; }
#gnav ul li a.n4:after { content:'Delivery'; }
#gnav ul li a.n5:after { content:'Onlineshop'; }
#gnav ul li a.n6:after { content:'News'; }
#gnav ul li a.n7:after { content:'Inquiry'; }
.btn {
	border:1px solid #333;
	margin-bottom:20px;
	width:200px;
}
.btn img {
	width:100%;
	height:auto;
}

/*-----------------------------------------------------------------------------------------
	footer
-----------------------------------------------------------------------------------------*/

footer {
	position: relative;
	background:#fff;
	padding:2%;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
footer small {
	position: absolute;
	bottom:10px;
	right:0;
}
#footer {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
			align-items: center;
	-webkit-justify-content: space-between;
			justify-content: space-between;
}
.information p.logo-f {
	font-family: 'Shippori Mincho', serif;
	margin-bottom:20px;
	font-size:24px;
	font-weight:700;
	letter-spacing:3px;
}
.information p {
	font-size:14px;
	line-height:160%;
}
.information p strong {
	display: block;
	font-weight:700;
	margin-bottom:5px;
}

/*-- Footer navi ----------*/
#fnav {
	margin-left:5%;
}
#fnav ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
#fnav ul li {
	position: relative;
	margin:0 15px;
	font-size:12px;
}
#fnav li:first-child:before {
	position: absolute;
	content:'';
	top:50%;
	left:-15px;
	margin-top:-5px;
	border-left:1px solid #000;
	height:10px;
}
#fnav li:after {
	position: absolute;
	content:'';
	top:50%;
	right:-15px;
	margin-top:-5px;
	border-left:1px solid #000;
	height:10px;
}
#pageUp {
	display: none !important;
	position: absolute;
	left:50%;
	top:-26px;
}
#pageUp:hover {
	cursor: pointer;
}
/*---------- footer link btn ----------*/
#fBtn {
	display: none;
}

/*-----------------------------------------------------------------------------------------
	TopPage
-----------------------------------------------------------------------------------------*/

/*-- MainImage ----------*/
#imgMain {
	position: relative;
	clear:both;
	overflow: hidden;
	height:90vh;
	min-width: 810px;
	width:100%;
	text-indent:-9999px;
	background:url("img/content/top/img-main.jpg") 50% 50% no-repeat;
	background-size:cover;
	margin-bottom:30px;
}
#imgMain:after {
	position: absolute;
	content:'';
	top:15%;
	left:70%;
	width:20%;
	height:70%;
	background: url("img/content/top/catchphrase.png") 0 0 no-repeat;
	background-size:auto 100%;
}

/*-- MASAGOYA Information ----------*/
#s_info {
	position: relative;
	height:800px;
	background: #f7f7f7;
	margin-bottom:20px;
}
#s_info .bx {
	position:absolute;
	top:0;
	right:0;
	left:3%;
	bottom:0;
	margin:auto auto auto 0;
	background:#fff;
	width:47%;
	min-width:620px;
	height:580px;
	padding:80px 60px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.20);
	border-radius:5px;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
#s_info .bx h2 {
	font-family: 'Shippori Mincho', serif;
	margin-bottom:50px;
	font-size:30px;
	font-weight:600;
	letter-spacing:3px;
	line-height:150%;
	color:#333;
}
#s_info .bx p {
	margin-bottom:50px;
	font-size:18px;
	line-height: 180%;
}
#s_info .bg-info {
	position: absolute;
	right:0;
	top:0;
	height:800px;
	width:75%;
	background:url("img/content/top/img-information.jpg") 100% 100% no-repeat;
	background-size:cover;
}
.more_info {
	margin-bottom:0;
}
.more_info a {
	position: relative;
	display: inline-block;
	background:#404060;
	border-radius:3px;
	line-height:65px;
	padding:0 80px 0 20px;
	color:#fff;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
.more_info a:after {
	position: absolute;
	content:'';
	top:50%;
	right:28px;
	margin-top:-6px;
	width:25px;
	height:12px;
	background:url("img/parts/ic_arrow.png") 0 50% no-repeat;
	-webkit-transition:0.2s;
			transition:0.2s;
}
.more_info a:hover:after {
	right:20px;
}

/*-- Delivery ----------*/
#s_deli {
	position: relative;
	height:800px;
	background: #f7f7f7;
	margin-bottom:20px;
}
#s_deli .bx {
	position:absolute;
	top:0;
	right:0;
	left:3%;
	bottom:0;
	margin:auto auto auto 0;
	background:#fff;
	width:47%;
	min-width:620px;
	height:580px;
	padding:100px 60px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.20);
	border-radius:5px;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
#s_deli .bx h2 {
	font-family: 'Shippori Mincho', serif;
	margin-bottom:50px;
	font-size:30px;
	font-weight:600;
	letter-spacing:3px;
	line-height:150%;
	color:#333;
}
#s_deli .bx p {
	margin-bottom:40px;
	font-size:18px;
	line-height: 180%;
}
#s_deli .bx p strong {
	font-size:28px;
	color:#e45c5c;
}
#s_deli .bg-deli {
	position: absolute;
	right:0;
	top:0;
	height:800px;
	width:75%;
	background:url("img/content/top/img-delivery.jpg") 100% 50% no-repeat;
	background-size:auto 130%;
}
.kerosene_ttl {
	display: inline-block;
	margin-right:20px;
}
.more_deli {
	margin-bottom:0;
}
.more_deli a {
	position: relative;
	display: inline-block;
	background:#e45c5c;
	border-radius:3px;
	line-height:65px;
	padding:0 80px 0 20px;
	color:#fff;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
.more_deli a:after {
	position: absolute;
	content:'';
	top:50%;
	right:28px;
	margin-top:-6px;
	width:25px;
	height:12px;
	background:url("img/parts/ic_arrow.png") 0 50% no-repeat;
	-webkit-transition:0.2s;
			transition:0.2s;
}
.more_deli a:hover:after {
	right:20px;
}

/*-- Products ----------*/
#s_product {
	position: relative;
	height:800px;
	background: #f7f7f7;
	margin-bottom:20px;
}
#s_product .bx {
	position:absolute;
	top:0;
	right:0;
	left:3%;
	bottom:0;
	margin:auto auto auto 0;
	background:#fff;
	width:47%;
	min-width:620px;
	height:580px;
	padding:100px 60px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.20);
	border-radius:5px;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
#s_product .bx h2 {
	font-family: 'Shippori Mincho', serif;
	margin-bottom:50px;
	font-size:30px;
	font-weight:600;
	letter-spacing:3px;
	line-height:150%;
	color:#333;
}
#s_product .bx p {
	margin-bottom:40px;
	font-size:18px;
	line-height: 180%;
}
#s_product .bx p strong {
	font-size:28px;
	color:#e45c5c;
}
#s_product .bg-product {
	position: absolute;
	right:0;
	top:0;
	height:800px;
	width:75%;
	background:url("img/content/top/img-products.jpg") 50% 100% no-repeat;
	background-size:cover;
}
.more_product {
	margin-bottom:0;
}
.more_product a {
	position: relative;
	display: inline-block;
	background:rgba(37,163,0,1.00);
	border-radius:3px;
	line-height:65px;
	padding:0 80px 0 20px;
	color:#fff;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
.more_product a:after {
	position: absolute;
	content:'';
	top:50%;
	right:28px;
	margin-top:-6px;
	width:25px;
	height:12px;
	background:url("img/parts/ic_arrow.png") 0 50% no-repeat;
	-webkit-transition:0.2s;
			transition:0.2s;
}
.more_product a:hover:after {
	right:20px;
}

/*-- News ----------*/
#s_news {
	position: relative;
	padding:80px 0 150px 0;
	background:#efefef;
	min-width:820px;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
#s_news h2 {
	font-family: 'Shippori Mincho', serif;
	margin-bottom:50px;
	font-size:30px;
	font-weight:600;
	letter-spacing:3px;
	line-height:150%;
	text-align: center;
}
.list-news {
	width:65%;
	min-width:800px;
	margin:0 auto;
}
.list-news div {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	border-bottom:1px dotted #ccc;
	padding:15px 10px;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
.list-news div dt {
	width:15%;
}
.list-news div dd {
	width:78%;
}
.list-news div dd a:hover {
	text-decoration: underline;
}

/*-----------------------------------------------------------------------------------------
	page 共通
-----------------------------------------------------------------------------------------*/

article section {
	padding:80px 30px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#ttl {
	position: relative;
	background:url("img/parts/bg-ttl.jpg") 50% 20% no-repeat;
	color:#fff;
	text-shadow:0 0 10px rgba(0,0,0,0.50);
	font-size:36px;
	font-weight:700;
	text-align: center;
	line-height:300px;
	letter-spacing:8px;
}

/*---------- ECタイトル ----------*/
#ttl-ec {
	position: relative;
	/*background:rgba(234,233,214,0.30);*/
	background:rgba(255,255,255,0.95);
	color:#222115;
	font-size:28px;
	font-weight:700;
	text-align: center;
	line-height:160px;
	letter-spacing:3px;
}
.fx {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-justify-content: space-between;
			justify-content: space-between;
}
.inner {
	max-width:1100px;
	min-width:960px;
	margin:0 auto;
}

/*-----------------------------------------------------------------------------------------
	MASAGOYA Information
-----------------------------------------------------------------------------------------*/

#message {
	background:#fff;
}
.img-masagoya {
	margin-bottom:40px;
}
.img-masagoya img {
	width:49.5%;
	height: auto;
	display: block;
	margin-bottom:1%;
}

#access dl {
	width:48.5%;
}
#access dl div {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	border-bottom:1px dotted #ccc;
	width:100%;
	padding:10px 5px;
	font-size:15px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#access dl div dt {
	width:23%;
}
#access dl div dd {
	width:77%;
}
#access dl div dd span {
	display: inline-block;
	margin-right:10px;
}

.map {
	position: relative;
	clear:both;
	overflow: hidden;
	max-width:1100px;
	min-width:960px;
	height:650px;
	margin:50px auto !important;

	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.map p {
	font-weight:700;
	font-size:24px;
}
.map iframe {
	width:100%;
	height:90%;
	border:5px solid #fff !important;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

/*-----------------------------------------------------------------------------------------
	Delivery
-----------------------------------------------------------------------------------------*/

#delivery {}
#price {
	position: relative;
	height:500px;
	width:500px;
	background:#e45c5c;
	border-radius:50%;
	margin:0 auto 80px auto;
	box-shadow:0 10px 0 rgba(0,0,0,0.10);
}
#price div {
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto auto auto auto;
	width:400px;
	height:240px;
	text-align: center;
	color:#fff;
}
#price p {
	font-size:40px;
	font-weight:bold;
	margin-bottom:80px;
	line-height:100%;
}
#price p.price_data {
	font-size:50px;
	margin-bottom:20px;
}
#price p.price_data span {
	font-size:150px !important;
	display: inline-block;
	margin-right:10px;
}
#price p.price_tani {
	font-size:24px;
	text-align: right;
}

.deli_txt {
	display: block;
	max-width:100%;
	height:auto;
}

ul.list-attention {
	width:730px;
	margin:0 auto;
}
ul.list-attention li {
	position: relative;
	padding-left:25px;
	font-size:20px;
	margin-bottom:10px;
	font-weight:bold;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
ul.list-attention li:before {
	position:absolute;
	content:'※';
	left:0;
	top:0;
}

#telephone {
	text-align: center;
	background:#fff;
	margin-top:70px;
	padding:80px 0;
	border:12px solid #f1f1f1;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
#telephone p {
	color:#3d2f2e;
	font-size:36px;
	font-weight:700;
	margin-bottom:50px;
}
#telephone p:last-child {
	margin:0;
	font-size:28px;
}
#telephone img {
	max-width:100%;
	height:auto;
	display: inline-block;
	margin-bottom:70px;
}

/*-----------------------------------------------------------------------------------------
	News
-----------------------------------------------------------------------------------------*/

#news {}
/*-- pagenation ----------*/
.pagination {
	position:relative;
	overflow:hidden;
	width:100%;
	margin:100px auto 0 auto;
	display: inline-block;
	text-align: center;
}
.pagination span,
.pagination a {
	position: relative;
	display:inline-block;
	margin:0 5px;
	width:50px;
	height:50px;
	line-height:50px;
	border-radius:50%;
	border:1px solid #efefef;
	background:#fff;
	text-align:center;
	color:#333 !important;
	-webkit-transition:0.20s;
	        transition:0.20s;
}
.pagination a:hover,
.pagination .current {
	background:#0f9c58;
	border:1px solid #0f9c58;
	color:#fff !important;
	opacity:1.0;
}
.pagination a.prev,
.pagination a.next {
	width:50px;
	height:50px;
	border-radius:50%;
}
.pagination a.prev:before,
.pagination a.next:before {
	position: absolute;
	content:'';
	top:50%;
	left:17px;
	width:10px;
	height:10px;
	margin:-5px 0 0 0;
	border-top:1px solid #333;
	border-right:1px solid #333;
}
.pagination a.prev:before {
	left:20px;
	-webkit-transform:rotate(-135deg);
			transform:rotate(-135deg);
}
.pagination a.next:before {
	right:20px;
	-webkit-transform:rotate(45deg);
			transform:rotate(45deg);
}
.pagination a.prev:hover:before,
.pagination a.next:hover:before {
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	
}

/*-- TopPageと共通 ----------*/
.list-news {}

/*-- Detail ----------*/
.inner-details {
	width:960px;
	margin:0 auto;
	padding:80px 30px;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
.entry-title {
	position: relative !important;
	border:none;
	height: auto !important;
	width:100% !important;
	box-shadow:0 0 0 rgba(0,0,0,0);
	background:none;
	margin-bottom:50px;
	padding:0 10px;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
.entry-title h2 {
	font-family: 'Shippori Mincho', serif;
	margin-bottom:0;
	font-size:36px;
	font-weight:600;
	letter-spacing:3px;
	line-height:150%;
	color:#333;
}
.entry-title:after {
	display: none;
}

.datetime {
	font-size:14px;
	color:#999;
	margin:0;
}

.entry-content {}
.entry-content img {
	max-width:100%;
	height:auto;
	display: block;
	margin-bottom:40px;
}
.entry-content p {
	margin-bottom:40px;
	line-height:200%;
}

#back {
	position: relative;
	width:250px;
	height:60px;
	line-height:60px;
	border-radius:60px;
	text-align: center;
	margin:100px auto 50px auto;
	background:#0f9c58;
	border:1px solid #0f9c58;
	color:#fff;
	-webkit-box-shadow:0 5px 0 rgba(0,0,0,0.10);
			box-shadow:0 5px 0 rgba(0,0,0,0.10);
	-webkit-transition:0.20s;
	        transition:0.20s;
}
#back:hover {
	background:#fff;
	border:1px solid #efefef;
	color:#333;
	cursor: pointer;
}

/*-----------------------------------------------------------------------------------------
	Inquiry
-----------------------------------------------------------------------------------------*/

#inquiry .inner a {
	color:#0f9c58;
	text-decoration:underline;
}
#mailform {
	background:#fff;
}

/*---------- MailForm ----------*/
.inquiryForm {
	position: relative;
	margin:50px auto 0 auto;
}
.inquiryForm div {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items:center;
			align-items:center;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	border-bottom:1px solid #efefef;
}
.inquiryForm div dt {
	padding:15px 0 15px 80px;
	width:25%;
}
.inquiryForm div dd {
	padding:15px 0;
	width:70%;
}
.inquiryForm div dt,
.inquiryForm div dd {
	position:relative;
	font-size:15px;
	color:#1a1a1a;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.inquiryForm div dd p {
	margin:0 0 20px 0;
}

/*-- text --*/
.inquiryForm div dd input[type="text"],
.inquiryForm div dd input[type="email"],
.inquiryForm div dd input[type="tel"]{
	width:100%;
	height: 50px;
	line-height: 50px;
	padding:0 10px;
	display: inline-block;
	font-size: 16px;
	background:#f3f3f3;
	border:1px solid #f3f3f3;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

/*-- textarea --*/
.inquiryForm div dd textarea {
	display: block;
	width:100%;
	min-height: 200px;
	padding:10px;
	background:#f3f3f3;
	border:1px solid #f3f3f3;
	font-size: 16px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

.h:after {
	position: absolute;
	top:50%;
	left:0;
	content:'必須';
	text-align: center;
	color:#fff;
	width:60px;
	background:#0f9c58;
	line-height:32px;
	border-radius: 5px;
	font-size:16px;
	margin-top:-25px;
}
.n:after {
	position: absolute;
	top:50%;
	left:0;
	content:'任意';
	text-align: center;
	color:#666;
	width:60px;
	background:#f5f5f5;
	line-height:32px;
	border-radius: 5px;
	font-size:16px;
	margin-top:-16px;
}
.error {
	display: block;
	margin:10px 0 0 0;
	color:#b2b2b2;
}
.bx-complete {
	position: relative;
	width:700px;
	margin: 0 auto 100px auto;
}
.ttl-sendmail {
	font-size:24px;
	letter-spacing: 3px;
	color:#c1272d;
	margin:40px auto;
	text-align: center;
}
.send-box {
	margin:80px 0 0 0;
	border-radius: 5px;
	width:100%;
	padding:20px 0;
	text-align:center;
}
.send-box input[type="submit"] {
	border:none;
	background:#0f9c58;
	color:#fff;
	width:280px;
	height:70px;
	line-height:70px;
	font-size:16px;
	margin:0 !important;
	border-radius:3px;
	-webkit-transition:0.3s;
			transition:0.3s;
}
.send-box input[type="submit"]:hover {
	background:rgba(15,156,88,0.50);
	cursor: pointer;
}
.send-box p {
	margin:0;
}
.send-box p a {
	text-decoration: underline;
}
.error-entry {
	border:1px solid #c1272d;
	padding:4%;
	text-align: center;
	color:#c1272d;
	margin-bottom: 50px;
	background:rgba(255,77,1,0.10);
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}

/*-- Privacy-policy ----------*/
#privacypolicy h2 {
	margin-bottom:40px;
	font-size:22px;
	font-weight:600;
	letter-spacing:3px;
	line-height:150%;
	text-align: center;
}
#privacypolicy h3 {
	margin-bottom:10px;
	font-size:18px;
	font-weight:600;
	letter-spacing:3px;
	line-height:150%;
}
#privacypolicy p {
	margin-bottom:40px;
}
#privacypolicy ul {
	margin-bottom:40px;
}
#privacypolicy ul li {
	margin-left:25px;
	list-style: disc;
}

/*-----------------------------------------------------------------------------------------
	Product
-----------------------------------------------------------------------------------------*/

.txt_20 {
	font-size:20px;
	line-height:200%;
}

.bx-item {
	margin:40px auto 60px auto;
	width:100%;
	padding:0;
}
.bx-item h2 {
	font-family: 'Shippori Mincho', serif;
	margin-bottom:50px;
	font-size:36px;
	font-weight:600;
	line-height:150%;
	padding:10px;
	border-bottom:1px solid #ccc;
}

/*-- Item detail ----------*/
.fx-item {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items:flex-start;
			align-items:flex-start;
	-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-justify-content: space-between;
			justify-content: space-between;
}
.fx-item div {
	width:55% !important;
	padding:10px;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
.fx-item div dl.list-product_detail {
	margin-top:40px;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
.fx-item div dl.list-product_detail div {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	padding:4px 0 !important;
	width:100% !important;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
.fx-item div dl.list-product_detail div dt {
	position: relative;
	width:15%;
}
.fx-item div dl.list-product_detail div dt:after {
	position: absolute;
	content:'：';
	top:0;
	right:-25px;
}
.fx-item div dl.list-product_detail div dd {
	width:75%;
}
.fx-item img {
	width:40%;
	height:auto;
}

/*-- cart button ----------*/
.ttl-online {
	margin:40px 0 20px 0;
	font-size:16px;
	font-weight:700;
}
dl.item-order {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
			flex-wrap:wrap;
	width:100%;
	margin:0 0 10px 0;
	/*
	border-top:1px solid #efefef;
	border-left:1px solid #efefef;
	*/
	background:rgba(255,255,255,0.90);
	border:1px solid #efefef;
	border-radius:3px;
}
dl.item-order div {
	width:100% !important;
	padding:20px;
	font-size:14px;
	font-weight:700;
	border-bottom:1px solid #f7f7f7;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
			align-items: center;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
dl.item-order div dt {
	width:40%;
    padding:5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
dl.item-order div dd {
	width:30%;
    padding:5px 0 0 0;
	text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
dl.item-order div dd .storesjp-button {
	border-bottom:none;
	margin:0 !important;
	padding:0 !important;
}
dl.item-order div dd img {
	width:100%;
	max-width:150px;
	height:auto;
	margin:0 !important;
}
dl.item-order div dd img a:hover {
	cursor: pointer;
    opacity: 0.90 !important;
}
.mg100 {
	margin-bottom:0;
	font-size:14px;
	font-weight:700;
}

.item-head {
    background:#f2f2eb;
    text-align: center;
}
.item-head dd {
    width:60% !important;
}

/*-----------------------------------------------------------------------------------------
	Onlineshop
-----------------------------------------------------------------------------------------*/

#onlineshop p {
    text-align: center;
    font-size:20px;
    line-height:200%;
    margin-bottom:80px;
}
.list-ec {
    margin:0 auto 100px auto;
    width:940px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
.list-ec li {
    width:45%;
	text-align: center;
	background:#fff;
	border:12px solid #f1f1f1;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
.list-ec li img {
    width:80%;
    height:auto;
}
.list-ec li a {
    display: block;
    width:100%;
	padding:80px 0;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}

/*---------- item list ----------*/
ul.list-item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    max-width:1200px;
    margin:0 auto 5% auto;
}
ul.list-item::after{
  content:"";
  display: block;
  width:30%;
}
ul.list-item li {
    position: relative;
    width:32%;
    text-align: left !important;
    background: #fff;
    padding:15px;
    margin-bottom:5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
ul.list-item li .itemImg_thumb {
    position: relative;
    overflow: hidden;
}
ul.list-item li .itemImg_thumb img {
    width:100%;
    height:auto;
    display: block;
    margin-bottom:4%;
    -webkit-transition: 0.3s;
            transition: 0.3s;
}
ul.list-item li:hover .itemImg_thumb img {
    -webkit-transform: scale(1.1) !important;
            transform: scale(1.1) !important;
}
ul.list-item li a {
	display: block ;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-indent:-9999px;
	background: #fff\9;
	filter:alpha(opacity=0);
}
.ttl-item {
    font-size:18px;
    font-weight:700;
    text-align: left !important;
    margin:0 4% 4% 4% !important;
}
.price {
    text-align: left !important;
    font-size:20px !important;
    margin:0 0 4% 4% !important;
}
.stock {
    text-align: left !important;
    font-size:20px !important;
    margin:0 0 2% 4% !important;
    color:#C59F00;
}

.bx-items {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    max-width:1100px;
    margin:0 auto;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
.bx-items .itemImg {
    width:42%;
    border:15px solid #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
        
}
.bx-items .itemImg img {
    width:100%;
    height:auto;
}
.bx-items .bx-cart {
    width:55%;
}
.bx-items .bx-cart img {
    /**/display: none;
}
.related {
    display: none;
}

/*------------------------------ 商品詳細 ----------*/
.entry-title {
    font-weight:700;
    font-size: 28px;
    line-height:150%;
    margin:30px 0;
}
.entry-summary .price {
    font-size:30px !important;
    font-weight:700;
    margin-bottom:20px !important;
}
.entry-summary .price:after {
    font-size: 16px !important;
    content:'(税込)';
    margin-left:10px;
}
.woocommerce-product-details__short-description {
    margin-bottom:20px;
}
.woocommerce-product-details__short-description p {
    font-size:16px;
    margin-bottom:5px;
}
form.cart {
    display: -webkit-flex;
    display: flex;
    width:100%;
    margin-bottom:30px;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
form.cart .quantity {
    width:20%;
}
form.cart .quantity input[type="number"] {
    display: block;
    padding:10px;
    line-height:50px !important;
    height:50px !important;
    width:100%;
    font-size:20px;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
form.cart button.button {
    width:75%;
    line-height:50px !important;
    height:50px !important;
    font-size:20px;
    background:#0f9c58;
    border:0;
    color:#fff;
    border-radius:5px;
    box-shadow:0 5px 0 rgba(0,0,0,0.05);
}
form.cart button.button:hover {
    cursor: pointer;
}
.wc-tabs-wrapper {
    display: none;
}
.product_meta span {
    display: block;
    margin:0 0 5px 10px;
    font-size:12px !important;
}
.product_meta span .sku,
.product_meta span a {
    display: inline-block !important;
    margin:0 0 0 2% !important;
}

/*------------------------------ cart_in ----------*/
.is-error {
    border:1px solid #D30003;
    padding:20px 10px;
    margin-bottom:30px;
    text-align: center;
    color:#D30003;
    font-weight:700;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.is-error button {
    display: none;
}

.wc-block-cart-items {
    border-spacing:4px;
}
.wc-block-cart-items__header th {
    background:#f2f2eb;
    padding:15px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.wc-block-cart-items__header-image {
    width:20%;
}
.wc-block-cart-items__header-product {
    width:70%;
}
.wc-block-cart-items__header-total {
    width:10%;
}
.wc-block-cart-items__row td {
    background:#fff;
    padding:15px 20px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.wc-block-cart-items__row td img {
    width:100%;
    height:auto;
}
.wc-block-cart-items__row td:first-child,
.wc-block-cart-items__row td:last-child {
    text-align: center;
}
.wc-block-cart-item__prices {
    font-size:16px !important;
}
.wc-block-cart-item__prices span {
    margin:5px 0 0 0!important;
}
.wc-block-components-product-metadata__description {
    font-size:12px;
}
.wc-block-cart-item__quantity {
    display: -webkit-flex;
    display: flex;
}
.wc-block-components-quantity-selector input[type="number"] {
    height:32px;
    width:80px;
    text-align: center;
    font-size:16px;
    margin-right:2px;
}
.wc-block-components-quantity-selector button {
    height:37px;
    width:37px;
    text-align: center;
    margin:0 2px;
}
.wc-block-cart-item__remove-link {
    margin-left:20px;
}

/*----------------------------- cart total ----------*/
.wc-block-cart__main {
    margin-bottom:50px;
}
.wc-block-cart__sidebar {
    background:#fff;
    margin:0 0 0 auto;
    padding:20px;
    width:40%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.wc-block-cart__submit-container .wc-block-components-button__text {
    background:#0f9c58;
    text-align: center;
    width:100%;
    line-height:50px;
    color:#fff;
    box-shadow: 0 5px 0 rgba(0,0,0,0.05);
}
.wc-block-cart__totals-title {
    margin-bottom:5%;
    font-size:24px;
    font-weight:700;
}
/*
.wc-block-components-totals-item .wc-block-components-totals-item__value {
    display: none;
}
*/
/*----- suitei -----*/
.wc-block-components-totals-item__label {
    /*display: none;*/
    font-weight:700;
    margin-right:4%;
}

/*----- tax -----*/
.wc-block-components-totals-footer-item-tax {
    font-size:12px;
}
/*----- shipping -----*/
.wc-block-components-totals-footer-item-shipping {
    font-size:12px;
}
.wc-block-components-totals-item__value .wc-block-formatted-money-amount {
    font-size:24px;
    font-weight:700;
    line-height:60px;
}

/*----------------------------- cart delivery ----------*/
/*
.address-field label,
.address-field strong {
    display: none !important;
}
*/
.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3 {
    font-weight:700;
    font-size:18px;
    margin-bottom:10px;
}
label[for="billing_country"],
label[for="shipping_country"],
.woocommerce-input-wrapper strong {
    display: none !important;
}
.txt-cart {
    font-weight:700;
    margin-bottom:10px;
    font-size:22px;
}
.col-1,
.col-2 {
    width:100% !important;
}
.col-1,
.col-2,
.woocommerce-checkout-review-order {
    border-radius: 10px;
    background:#fff;
    padding:40px;
    margin-bottom:50px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}
.woocommerce-shipping-fields {
    margin-bottom:50px;
}
#payment {
    background:#f7f7f7 !important;
    padding:20px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}
.payment_box {
    padding:30px !important;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}
.payment_box::before {

}
#order_review_heading {
    font-weight:700;
    margin-bottom:10px;
    font-size:22px;
}
.wc_payment_methods li {
    line-height:60px !important;
    display: block;
    
}
.woocommerce-terms-and-conditions-wrapper p {
    font-size:14px;
}
.woocommerce-terms-and-conditions-wrapper p a {
    text-decoration: underline;
}

/*----- order button -----*/
#place_order {
    background:#0f9c58 !important;
    width:100% !important;
    display:block !important;
    margin:50px auto 0 auto !important;
    font-size:22px !important;
    line-height:50px!important;
    text-align: center !important;
}

/*----- shipping cart -----*/
.woocommerce-form__label-for-checkbox {
    font-weight:700;
}
.woocommerce-form__label-for-checkbox input[type="checkbox"] {
    width:20px !important;
    height:20px !important;
    margin-right:10px;
    -webkit-transform: scale(1.3) !important;
	        transform: scale(1.3) !important;
}
#order_comments_field textarea {
    min-height:200px;
}

/*------------------------------ Cart ----------*/
/*----- item empty -----*/
.wc-block-cart__empty-cart__title {
    margin:100px auto 100px auto;
    text-align: center;
    font-size:16px;
}

/*----- NewArrival list -----*/
.wc-block-grid__products {
    margin:50px auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
.wc-block-grid__products li {
    width:22%;
    font-size:14px;
    text-align: left;
    background:#fff;
    padding:15px !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.wc-block-grid__products li img {
    width:100%;
    height: auto;
    display: block;
    margin-bottom:8%;
}
.wc-block-grid__product-price {
    margin-bottom:20px !important;
}
.wc-block-grid__product-price span {
    font-size:16px;
}
.add_to_cart_button {
    font-size:14px;
    background:#0f9c58;
    text-align: center;
    display: block !important;
}
.add_to_cart_button:hover {
    color:#fff !important;
}

/*----- separator -----*/
hr.wp-block-separator {
    margin-bottom:50px;
}

/*----- order complate -----*/
.woocommerce-customer-details {
    padding:0 !important;
}
section.addresses {
    padding:0 !important;
}
.woocommerce-order-details__title {
    font-size:20px;
    font-weight:700;
    margin-bottom:20px;
}
.woocommerce-order-details {
    padding:50px 0;
}
table.order_details {
    border-radius:5px;
    background:#fff;
}
.woocommerce-order h2,
.woocommerce-order-details h2 {
    font-size:20px;
    font-weight:700;
    margin-bottom:20px;
}
.woocommerce-order ul {
    padding:30px;
    border-radius:5px;
    background:#fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.jp4wc_date,
.jp4wc_time {
    padding:30px;
    background:#fff;
    border-radius:5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

/*-----------------------------------------------------------------------------------------
	My account
-----------------------------------------------------------------------------------------*/
#myaccount {}

/*----- account area -----*/
#myaccount .woocommerce {
    position: relative;
    clear:both;
    overflow: hidden;
    margin-bottom:100px;
}

/*----- account area
#myaccount .woocommerce {
    margin-bottom:100px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items:flex-start;
            align-items:flex-start;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
 -----*/
#customer_login {
    width:50%;
    margin: 0 auto;
}
.lost_reset_password {
    width:50% !important;
    margin: 0 auto;
    border-radius:5px;
    padding: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
#myaccount .woocommerce h2 {
    margin:0 auto 20px auto;
    font-size:20px;
    font-weight:700;
}
#myaccount .woocommerce form {
    display: block !important;
    margin:0 auto 20px auto;
    background:#fff;
    width:100%;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
#myaccount .woocommerce-MyAccount-navigation {
    background:#fff;
    width:22%;
    float:left;
}
#myaccount .woocommerce-MyAccount-content {
    background:#fff;
    width:75%;
    padding:20px;
    border-radius:5px;
    float:right;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

#myaccount .woocommerce-info {
    background:none !important;
    border:0 !important;
}

#myaccount .woocommerce-Address {
    padding:0 !important;
    margin:0 0 80px 0 !important;
}
#myaccount header.woocommerce-Address-title {
    border-top:3px solid #bfbf60;;
    height: auto !important;
    box-shadow: none !important;
    width:100% !important;
    padding:30px 0 !important;
}
#myaccount header.woocommerce-Address-title:after {
    display: none !important;
}

.woocommerce-form-login label,
.lost_reset_password label,
.woocommerce-form-register label {
	margin-bottom:20px;
}
.woocommerce-form-login input,
.lost_reset_password input,
.woocommerce-form-register input{
	border:1px solid #efefef;
	background:#fff !important;
	margin-bottom:15px !important;
	display: inline-block;
}
.woocommerce-form__label {
	display: block !important;
}
.woocommerce-form-login__submit {
	margin-bottom:20px !important;
}

/*---------- Account page ------------------------------*/
/*-- Navigation --*/
.woocommerce-MyAccount-navigation {
	width:20%;
	padding:15px;
	border:1px solid #efefef;
	border-radius:5px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.woocommerce-MyAccount-navigation li a {
	border-bottom:1px dotted #efefef;
	padding:15px 10px;
	line-height:100% !important;
	display: block;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.woocommerce-MyAccount-content {
	width:75%;
}
.woocommerce-MyAccount-content a {
	color:#25a300;
}
.woocommerce-MyAccount-content label {
	margin-bottom:15px;
}
.woocommerce-Address-title {
	position: relative;
	padding:0 15px !important;
	margin-bottom:20px;
	width:100%;
	min-width:100%;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
.woocommerce-Address-title h3 {
	font-weight:700;
}
.is-active {
	background:rgba(216,174,0,0.20);
}
.view {
	line-height:40px !important;
	height:40px !important;
}

.woocommerce-error {
    width:40%;
    margin:0 auto 40px auto;
}
.woocommerce-form-row {
    width:100% !important;
}

/*-----------------------------------------------------------------------------------------
	privacy policy
-----------------------------------------------------------------------------------------*/
#privacy-policy,
#tokushoho {}
#privacy-policy h2,
#tokushoho h2 {
    position: relative;
    font-size:20px;
    font-weight:700;
    margin-bottom:40px;
    border-left:5px solid #333;
    line-height:45px;
    padding-left:20px;
}
#privacy-policy h2:after,
#tokushoho h2:after {
    position: absolute;
    content:'';
    width:5px;
    height:50%;
    top:0;
    left:-5px;
    background:#999;
}
#privacy-policy p,
#tokushoho p {
    margin-bottom:40px;
}
#privacy-policy ul,
#tokushoho ul {
    margin-bottom:40px;
}
#privacy-policy ul li,
#tokushoho ul li {
    list-style: disc;
    margin:0 0 0 20px;
}

/*
.bx-privacy {
	max-width:1100px;
	padding:50px 0;
	margin: 0 auto;
}
.bx-privacy h2 {
	font-size:24px;
	font-weight: 700;
	margin-bottom:80px;
	text-align: center;
}
.bx-privacy h3 {
	font-weight: 700;
	padding: 20px 4px 15px 20px;
	margin:50px 0 20px 0;
	line-height: 150%;
	background:#f9f9f9;
	border-left:3px solid #117CB4;
}
.bx-privacy h3::after {
	position: absolute;
	content:'';
	top:0;
	left:-3px;
	width:3px;
	height:50%;
	border-left:3px solid rgba(255,255,255,0.50);
}
.bx-privacy ul {
	position: relative;
	clear:both;
	overflow: hidden;
	margin:0 0 20px 10px;
}
.bx-privacy ul li {
	list-style:disc;
	margin-left:20px;
	margin-bottom:6px;
}
.bx-privacy ul li,
.bx-privacy p {}
*/

#tokushoho table {
	position: relative;
	margin-bottom:20px;
    border-spacing: 4px;
}
#tokushoho table th,
#tokushoho table td {
	padding:2% 0;
	font-size:14px;
	text-align: center;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
#tokushoho table th {
	background:#f2f2eb;
    font-weight:700;
}
#tokushoho table td {
	background:#fff;
}
#tokushoho table.guideTable th,
#tokushoho table.guideTable td {
	vertical-align: middle;
}
#tokushoho table.guideTable td {
	text-align: left;
	padding:2%;
}
#tokushoho table.deliveryTable th,
#tokushoho table.deliveryTable td {
    vertical-align: middle;
}
#tokushoho table.deliveryTable th span {
    font-size:12px;
    display: block;
}

/*-----------------------------------------------------------------------------------------
	SP
-----------------------------------------------------------------------------------------*/
@media only screen and (max-width:800px) {
	a {}
	a:focus {}
	a:active {}
	a:hover {opacity:1 !important;}
	a:visit {}
	a {
		-webkit-transition:0s;
				transition:0s;
	}
	address {}
	b,strong {}
	em,i,b {}
	p {margin-bottom: 4%;}
	ul,ol {}
	img {}
	table {}
	input[type="text"], 
	input[type="button"], 
	input[type="submit"], 
	textarea {}

	.fade {
		opacity:1;
		-webkit-transform:translate(0, 0);
				transform:translate(0, 0);
		-webkit-transition:all 1s;
				transition:all 1s;
	}
	.fade.show {
		opacity:1;
		-webkit-transform:translate(0, 0);
				transform:translate(0, 0);
	}

	/*-----------------------------------------------------------------------------------------
		body
	-----------------------------------------------------------------------------------------*/
	body {
		font-size:16px;
		line-height:180%;
		min-width:100%;
	}
	html, body {
		min-width: 100%;
	}
	main {
		min-width: 100%;
	}

	#container {
		display:block !important;
	}
	.hidden {
		overflow: hidden;
	}

	/*-----------------------------------------------------------------------------------------
		header
	-----------------------------------------------------------------------------------------*/

	header {
		position: fixed;
		width:100%;
		height:60px;
		border-top:3px solid #bfbf60;
	}
	header:after {
		top:2px;
		border-bottom:2px solid #bfbf60;
	}
	header #logo {
		position: relative;
		overflow: hidden;
		margin:19px 0 0 10px;
		width:150px;
		height:27px !important;
		border-bottom:0;
		padding-bottom:0;
	}
	header #logo img {
		width:100%;
		height:auto;
	}
	#content {
		width:100%;
		margin-left:0;
		min-height:300px;
	}
    /*-- cart badge & account --*/
    .bt_account {}
    .bt_cart {}
    .quantity_badge {
        position: absolute;
        top:15px;
        right:23px;
        display: inline-block;
        font-size: 1.1em;
        font-weight:700;
        width:2em;
        height:2em;
        background-color: #25a300;
        border-radius:50%;
        text-align: center;
        line-height: 2.2em;
        color: #fff;
        z-index: 10;
     }
    .bt_cart a:hover .quantity_badge {
        opacity:1 !important;
    }
    .bt_cart a,
    .bt_account a {}
    .bt_cart:hover,
    .bt_account:hover {}
    .bt_cart a:hover,
    .bt_account a:hover {}

	/*-----------------------------------------------------------------------------------------
		navi
	-----------------------------------------------------------------------------------------*/

	/*------------------------------ bugger ----------*/
	#panel-btn {
		display: inline-block;
		position: fixed;
		top:22px;
		right:15px;
		width:25px;
		max-width:25px;
		min-width:25px;
		height:25px;
		margin-top:0;
		z-index:7000;
	}
	#panel-btn-icon {
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		width: 20px;
		height: 0;
		background: #000;
		border-radius:50px;
		-webkit-transition: 0.2s;
				transition: 0.2s;
	}
	#panel-btn-icon:before,
	#panel-btn-icon:after {
		position: absolute;
		content: "";
		top: 50%;
		left: 0;
		display: block;
		height: 2px;
		background: #000;
		-webkit-transition: 0.3s;
				transition: 0.3s;
	}
	#panel-btn-icon:before {
		width: 25px;
		margin-top: -5px;
	}
	#panel-btn-icon:after {
		width: 25px;
		margin-top: 3px;
	}
	#panel-btn .close {
		background: transparent;
	}
	#panel-btn .close:before,
	#panel-btn .close:after {
		margin-top: 0;
		background: #000;
		width:25px;
	}
	#panel-btn .close:before{
	  -webkit-transform: rotate(-45deg);
			  transform: rotate(-45deg);
	}
	#panel-btn .close:after{
	  -webkit-transform: rotate(-135deg);
			  transform: rotate(-135deg);
	}
	
	.dr_on {
		top:60px !important;
		visibility:visible !important;
		opacity:1 !important;
		-webkit-transition: 0.7s;
				transition: 0.7s;
	}
	.dr_off {
		top:60px;
		visibility:hidden;
		opacity:0;
		-webkit-transition: 0.7s;
				transition: 0.7s;
	}
	
	/*------------------------------ Grobal Nav ----------*/
	#gnav {
		position: fixed;
		top:60px;
		left:0;
		width:100%;
		max-width:100%;
		height:100%;
		visibility:hidden;
		opacity:0;
		margin-left:0;
		background:rgba(255,255,255,1);
		z-index: 9999 !important;
	}
	#gnav ul {
		display:block;
		margin:4% auto 6% auto;
		height:80%;
		width:80%;
		overflow-x: hidden;
	}
	#gnav ul li {
		font-size: 16px;
		line-height:100%;
		text-align: left;
		margin:0;
		border-bottom:1px solid rgba(0,0,0,0.10);
	}
	#gnav ul li a:after { content:'' !important; }
	#gnav ul li a {
		display: block;
		position: relative;
		padding:5% 1%;
		color:#000 !important;
        margin-bottom:0 !important;
	}
	#gnav ul li a:before {
		position:absolute;
		content:'';
		top:50%;
		right:2% !important;
		width:5px;
		height:5px;
		margin-top:-5px;
		border-top:1px solid #000;
		border-right:1px solid #000;
		-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
	}
	.btn {
		margin:0 auto 4% auto;
		width:50%;
	}
	.btn img {}
    .list-cart {
        display:none !important;
    }

	/*-----------------------------------------------------------------------------------------
		footer
	-----------------------------------------------------------------------------------------*/

	footer {
		padding:5% 2% 100px 2%;
	}
	footer small {
		position:relative;
		display: block;
		bottom:auto;
		right:auto;
		text-align: center;
		line-height:40px;
		font-size:10px;
	}
	#footer {
		position: relative;
		display:block;
		text-align: center;
	}
	.information p.logo-f {
		margin-bottom:5%;
	}
	.information p {}
	.information p strong {}

	/*-- Footer navi ----------*/
	#fnav {
		display: none;
	}
	#fnav ul {}
	#fnav ul li {}
	#fnav li:first-child:before {}
	#fnav li:after {}
    
    /*---------- footer link btn ----------*/
	#fBtn {
		display: block;
		position: fixed;
		left:0;
		bottom:0;
		z-index: 1000;
	}
	#fBtn ul {
		position: fixed;
		left:0;
		bottom:0;
		display: -webkit-flex;
    	display: flex;
		width: 100%;
		border-top:1px solid rgba(255,255,255,0.20);
	}
	#fBtn ul li {
		position: relative;
		width: 33.33333333%;
		font-weight:700;
		text-align:center;
		font-size: 12px !important;
		letter-spacing: 1px;
	}
	#fBtn ul li:before {
		position: absolute;
		content:'';
		top:20%;
		right:0;
		height:60%;
		border-left:1px solid rgba(255,255,255,0.20);
	}
	#fBtn ul li:last-child:before {
		display: none;
	}
    #fBtn ul li a {
        display: block;
        color:#fff;
        width:100%;
		padding:45px 0 0 0;
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
    }
	#fBtn ul li.email {
		background:url("img/parts/ic_email.svg") 50% 22px no-repeat #2d2c0f;
        background-size:25px auto;
	}
	#fBtn ul li.cart {
		background:url("img/parts/ic_cart.svg") 50% 18px no-repeat #2d2c0f;
        background-size:25px auto;
	}
	#fBtn ul li.account {
		background:url("img/parts/ic_account.svg") 50% 18px no-repeat #2d2c0f;
        background-size:20px auto;
	}

	/*-----------------------------------------------------------------------------------------
		TopPage
	-----------------------------------------------------------------------------------------*/

	/*-- MainImage ----------*/
	#imgMain {
		height:50vh;
		min-width: 100%;
		width:100%;
		background:url("img/content/top/img-main.jpg") 50% 50% no-repeat;
		background-size:cover;
		margin-bottom:0;
	}
	#imgMain:after {
		top:20%;
		left:65%;
		width:30%;
		height:75%;
		background: url("img/content/top/catchphrase.png") 0 0 no-repeat;
		background-size:auto 100%;
	}

	/*-- MASAGOYA Information ----------*/
	#s_info {
		position: relative;
		clear:both;
		overflow: hidden;
		height:auto;
		margin-bottom:4%;
	}
	#s_info .bx {
		position:relative;
		left:0;
		margin:70% auto 10% auto;
		background:#fff;
		width:90%;
		min-width:90%;
		height:auto;
		padding:6%;
	}
	#s_info .bx h2 {
		margin-bottom:8%;
		font-size:22px;
	}
	#s_info .bx h2 br {
		display: none;
	}
	#s_info .bx p {
		font-size:16px;
		margin-bottom:8%;
	}
	#s_info .bg-info {
		position: absolute;
		right:0;
		top:0;
		height:auto;
		width:100%;
		background:url("img/content/top/img-information.jpg") 50% 50% no-repeat;
		background-size:cover;
		padding-top:100%;
	}
	.more_info {
		margin:0 auto;
		width:100% !important;
	}
	.more_info a {
		display: block;
		padding:0 80px 0 4%;
	}
	.more_info a:after {
		right:28px;
		-webkit-transition:0s;
				transition:0s;
	}
	.more_info a:hover:after {
		right:28px;
	}

	/*-- Delivery ----------*/
	#s_deli {
		position: relative;
		clear:both;
		overflow: hidden;
		height:auto;
		margin-bottom:4%;
	}
	#s_deli .bx {
		position:relative;
		left:0;
		margin:70% auto 10% auto;
		background:#fff;
		width:90%;
		min-width:90%;
		height:auto;
		padding:6%;
	}
	#s_deli .bx h2 {
		margin-bottom:8%;
		font-size:22px;
	}
	#s_deli .bx h2 br {
		display: none;
	}
	#s_deli .bx p {
		font-size:16px;
		margin:0 auto 8% auto;
	}
	#s_deli .bx p strong {
		text-align: center;
		font-size:24px;
		margin:0 auto;
		display: block;
	}
	#s_deli .bg-deli {
		position: absolute;
		right:0;
		top:0;
		height:auto;
		width:100%;
		background:url("img/content/top/img-delivery.jpg") 100% 50% no-repeat;
		background-size:cover;
		padding-top:100%;
	}
	.kerosene_ttl {
		display: block;
		margin:0 0 4% 0;
	}
	.more_deli {
		margin:0 auto;
		width:100%;
	}
	.more_deli a {
		display: block;
		padding:0 80px 0 4%;
	}
	.more_deli a:after {
		right:28px;
		-webkit-transition:0s;
				transition:0s;
	}
	.more_deli a:hover:after {
		right:28px;
	}

	/*-- Products ----------*/
	#s_product {
		position: relative;
		clear:both;
		overflow: hidden;
		height:auto;
		margin-bottom:4%;
	}
	#s_product .bx {
		position:relative;
		left:0;
		margin:70% auto 10% auto;
		background:#fff;
		width:90%;
		min-width:90%;
		height:auto;
		padding:6%;
	}
	#s_product .bx h2 {
		margin-bottom:8%;
		font-size:22px;
	}
	#s_product .bx h2 br {
		display: none;
	}
	#s_product .bx p {
		font-size:16px;
		margin-bottom:8%;
	}
	#s_product .bx p strong {
		font-size:24px;
	}
	#s_product .bg-product {
		position: absolute;
		right:0;
		top:0;
		height:auto;
		width:100%;
		background:url("img/content/top/img-products.jpg") 50% 100% no-repeat;
		background-size:cover;
		padding-top:100%;
	}
	.more_product {
		margin:0 auto;
		width:100%;
	}
	.more_product a {
		display: block;
		padding:0 80px 0 4%;
	}
	.more_product a:after {
		right:28px;
		-webkit-transition:0s;
				transition:0s;
	}
	.more_product a:hover:after {
		right:28px;
	}

	/*-- News ----------*/
	#s_news {
		position: relative;
		padding:10% 4% 20% 4%;
		background:#efefef;
		min-width:100%;
		-webkit-box-sizing:border-box;
				box-sizing:border-box;
	}
	#s_news h2 {
		margin-bottom:5%;
		font-size:22px;
	}
	.list-news {
		width:100%;
		min-width:100%;
	}
	.list-news div {
		display:block;
		padding:4% 0;
	}
	.list-news div dt {
		width:100%;
	}
	.list-news div dd {
		width:100%;
	}
	.list-news div dd a:hover {
		text-decoration:none;
	}

	/*-----------------------------------------------------------------------------------------
		page 共通
	-----------------------------------------------------------------------------------------*/

	article section {
		padding:12% 5%;
	}
	#ttl {
		font-size:28px;
		font-weight:700;
		line-height:200px;
		letter-spacing:3px;
		margin:60px 0 0 0;
		background:url("img/parts/bg-ttl.jpg") 50% 0 no-repeat;
		background-size:cover;
	}
    /*---------- ECタイトル ----------*/
    #ttl-ec {
        font-size:20px;
        font-weight:700;
        text-align: center;
        line-height:120px;
		margin:60px 0 0 0;
        letter-spacing:3px;
    }
	.fx {}
	.inner {
		max-width:100%;
		min-width:100%;
		margin:0;
	}

	/*-----------------------------------------------------------------------------------------
		MASAGOYA Information
	-----------------------------------------------------------------------------------------*/

	#message {}
	.img-masagoya {
		margin-bottom:8%;
	}
	.img-masagoya img {}

	#access dl {
		width:100%;
	}
	#access dl div {
		width:100%;
		padding:2% 1%;
		font-size:14px;
	}
	#access dl div dt {
		width:30%;
		font-weight:700;
	}
	#access dl div dd {
		width:70%;
	}
	#access dl div dd span {
		display: block;
		margin:0 0 1% 0;
	}

	.map {
		max-width:100%;
		min-width:100%;
		height:550px;
		margin:10% auto !important;
	}
	.map p {
		font-size:18px;
	}
	.map iframe {}

	/*-----------------------------------------------------------------------------------------
		Delivery
	-----------------------------------------------------------------------------------------*/

	#delivery {}
	#price {
		height:280px;
		width:280px;
		margin:0 auto 10% auto;
	}
	#price div {
		width:200px;
		height:150px;
	}
	#price p {
		font-size:20px;
		margin-bottom:50px;
	}
	#price p.price_data {
		font-size:26px;
		margin-bottom:30px;
	}
	#price p.price_data span {
		font-size:70px !important;
		margin-right:5px;
	}
	#price p.price_tani {
		font-size:18px;
		text-align: right;
	}

	.deli_txt {
		margin-bottom:5%;
	}

	ul.list-attention {
		width:90%;
		margin:0 auto;
	}
	ul.list-attention li {
		font-size:16px;
		margin-bottom:2%;
	}
	ul.list-attention li:before {}

	#telephone {
		margin-top:10%;
		padding:8% 5%;
		border:6px solid #f1f1f1;
	}
	#telephone p {
		font-size:18px;
		margin-bottom:6%;
	}
	#telephone p:last-child {
		margin:0;
		font-size:14px;
	}
	#telephone img {
		margin-bottom:5%;
	}

	/*-----------------------------------------------------------------------------------------
		News
	-----------------------------------------------------------------------------------------*/

	#news section {
		padding-top:10%;
	}
	/*-- pagenation ----------*/
	.pagination {
		margin:15% auto 0 auto !important;
	}
	.pagination span,
	.pagination a {
		font-size:12px;
		margin:0 1%;
		width:35px;
		height:35px;
		line-height:35px;
		-webkit-transition:0s;
				transition:0s;
	}
	.pagination a:hover,
	.pagination .current {}
	.pagination a.prev,
	.pagination a.next {
		width:35px;
		height:35px;
	}
	.pagination a.prev:before,
	.pagination a.next:before {
		left:12px;
		width:6px;
		height:6px;
		margin:-3px 0 0 0;
	}
	.pagination a.prev:before {
		left:15px;
	}
	.pagination a.next:before {
		right:20px;
	}
	.pagination a.prev:hover:before,
	.pagination a.next:hover:before {}

	/*-- TopPageと共通 ----------*/
	.list-news {}

	/*-- Detail ----------*/
	.inner-details {
		width:100%;
		margin:0;
		padding:10% 5%;
	}
	.entry-title {
		margin-bottom:8%;
		padding:0 2%;
		z-index: 1;
	}
	.entry-title h2 {
		font-size:24px;
	}
	.entry-title:after {}

	.datetime {}

	.entry-content {}
	.entry-content img {
		margin-bottom:8%;
	}
	.entry-content p {
		font-size:16px;
		line-height:180%;
		margin-bottom:8%;
	}

	#back {
		width:70%;
		text-align: center;
		margin:10% auto 5% auto;
		-webkit-transition:0s;
				transition:0s;
	}
	#back:hover {
		border:1px solid #0f9c58;
		background: #0f9c58;
		color:#fff;
	}

	/*-----------------------------------------------------------------------------------------
		Inquiry
	-----------------------------------------------------------------------------------------*/

	#inquiry .inner a {}
	#mailform {}

	/*---------- MailForm ----------*/
	.inquiryForm {
		position: relative;
		margin:10% auto 0 auto;
	}
	.inquiryForm div {
		display:block;
		border-bottom:0;
	}
	.inquiryForm div dt {
		padding:3% 0 3% 80px;
		width:100%;
		font-weight:700;
	}
	.inquiryForm div dd {
		padding:3% 0;
		width:100%;
	}
	.inquiryForm div dt,
	.inquiryForm div dd {
		font-size:14px;
	}
	.inquiryForm div dd p {
		margin:0 0 4% 0;
	}

	/*-- text --*/
	.inquiryForm div dd input[type="text"],
	.inquiryForm div dd input[type="email"],
	.inquiryForm div dd input[type="tel"]{
		width:100%;
		height: 50px;
		line-height: 50px;
		padding:0 10px;
		display: inline-block;
		font-size: 16px;
		background:#f3f3f3;
		border:1px solid #f3f3f3;
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
	}

	/*-- textarea --*/
	.inquiryForm div dd textarea {
		display: block;
		width:100%;
		min-height: 200px;
		padding:10px;
		background:#f3f3f3;
		border:1px solid #f3f3f3;
		font-size: 16px;
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
	}

	.h:after {
		font-size:14px;
		font-weight:normal;
	}
	.n:after {
		font-size:14px;
		font-weight:normal;
	}
	.error {
		display: block;
		margin:10px 0 0 0;
		color:#b2b2b2;
	}
	.bx-complete {
		position: relative;
		width:90%;
		margin: 0 auto 10% auto;
	}
	.ttl-sendmail {
		font-size:20px;
		margin:8% auto;
	}
	.send-box {
		display:block;
		margin:8% 0 0 0;
		border-radius: 5px;
		width:100%;
		padding:4% 0;
	}
	.send-box input[type="submit"] {
		width:70%;
		font-size:16px;
		margin:0 auto;
		-webkit-transition:0s;
				transition:0s;
	}
	.send-box input[type="submit"]:hover {}
	.send-box p {}
	.send-box p a {}
	.error-entry {
		padding:4%;
		margin-bottom: 12%;
	}

	/*-- Privacy-policy ----------*/
	#privacypolicy h2 {
		margin-bottom:8%;
		font-size:18px;
	}
	#privacypolicy h3 {
		margin-bottom:2%;
		font-size:16px;
	}
	#privacypolicy p {
		margin-bottom:8%;
	}
	#privacypolicy ul {
		margin-bottom:8%;
	}
	#privacypolicy ul li {}

	/*-----------------------------------------------------------------------------------------
		Product
	-----------------------------------------------------------------------------------------*/
	
	#product section {
		padding: 10% 0;
	}
	#product section section {
		padding:20% 5%;
	}
	#product section section:nth-child(2n-1) {
		background:#fff;
	}

	.txt_20 {
		font-size:18px;
		line-height:200%;
		margin:0 auto 4% auto;
		width:90%;
	}
	.bx-item {
		margin:0 auto;
		width:100%;
		padding:0;
	}
	.bx-item h2 {
		margin-bottom:0;
		font-size:28px;
		padding:0 0 4% 0;
		border-bottom:0;
	}

	/*-- Item detail ----------*/
	.fx-item {}
	.fx-item div {
		width:100% !important;
		padding:0;
	}
	.fx-item div dl.list-product_detail {
		margin-top:5%;
		padding:0 !important;
	}
	.fx-item div dl.list-product_detail div {
		padding:1% 0 !important;
	}
	.fx-item div dl.list-product_detail div dt {
		width:25%;
	}
	.fx-item div dl.list-product_detail div dt:after {}
	.fx-item div dl.list-product_detail div dd {
		width:65%;
	}
	.fx-item img {
		width:90%;
		height:auto;
		margin:0 auto 10% auto;
	}

	/*-- cart button ----------*/
	.ttl-online {
		margin:8% 0 4% 0;
		font-size:14px;
	}
	dl.item-order {
		width:100%;
		background:#fff;
		border:2px solid #efefef;
		margin:4% auto 2% auto;
	}
	dl.item-order div {
		width:90%;
		margin:0 auto;
		padding:0 !important;
		font-size:14px;
		font-weight:700;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
	}
	dl.item-order div:last-child {
		border-bottom:none;
	}
	dl.item-order div dt {
		font-size:16px;
		padding:6% 6% 4% 6%;
        line-height:130%;
		width:100% !important;
        display: block !important;
	}
    dl.item-order div dt br {
        display: none;
    }
	dl.item-order div dd {
		padding:1%;
		width:50%;
		text-align: center;
	}
	dl.item-order div dd .storesjp-button {
		border-bottom:none;
		width:100% !important;
		height:auto;
	}
	dl.item-order div dd img {
		max-width:150px;
		margin:0 !important;
	}	
	dl.item-order div dd img:hover {}
	.mg100 {
		margin-bottom:0;
		font-size:14px;
		font-weight:700;
	}
    .item-head {}
    .item-head dd {
        display: none !important;
    }
    
    /*-----------------------------------------------------------------------------------------
        Onlineshop
    -----------------------------------------------------------------------------------------*/

    #onlineshop p {
        text-align: left;
        font-size:18px;
        line-height:180%;
        margin-bottom:10%;
    }
    .list-ec {
        margin:0 auto 10% auto;
        width:100%;
        display:block;
    }
    .list-ec li {
        width:100%;
        margin-bottom:10%;
    }
    .list-ec li img {
        width:70%;
        height:auto;
    }
    .list-ec li a {
        padding:15% 0;
    }

    /*---------- item list ----------*/
    ul.list-item {
        max-width:100%;
        margin:0 auto 5% auto;
    }
    ul.list-item::after{}
    ul.list-item li {
        width:48.5%;
        padding:2%;
        margin-bottom:2%;
    }
    ul.list-item li .itemImg_thumb {}
    ul.list-item li .itemImg_thumb img {
        margin-bottom:5%;
        -webkit-transition: 0s;
                transition: 0s;
    }
    ul.list-item li:hover .itemImg_thumb img {
        -webkit-transform: scale(1) !important;
                transform: scale(1) !important;
    }
    ul.list-item li a {}
    .ttl-item {
        font-size:16px !important;
        text-align: left !important;
        margin:0 2% 4% 2% !important;
    }
    .price {
        text-align: left !important;
        font-size:12px !important;
        font-style: italic;
        margin:0 2% 4% 2% !important;
    }
    .stock {
        text-align: left !important;
        font-size:20px !important;
        margin:0 0 2% 4% !important;
        color:#C59F00;
    }

    .bx-items {
        display:block;
        max-width:100%;
        margin:0;
    }
    .bx-items .itemImg {
        width:100%;
        border:10px solid #fff;
        margin-bottom:5%;
    }
    .bx-items .itemImg img {}
    .bx-items .bx-cart {
        width:100%;
    }
    .bx-items .bx-cart img {}
    .related {}

    /*------------------------------ 商品詳細 ----------*/
    .entry-title {
        font-size: 22px;
        margin:6% 0;
    }
    .entry-summary .price {
        font-size:26px !important;
        font-weight:700;
        margin-bottom:20px !important;
    }
    .entry-summary .price:after {
        font-size: 16px !important;
        margin-left:2%;
    }
    .woocommerce-product-details__short-description {
        margin-bottom:4%;
    }
    .woocommerce-product-details__short-description p {
        font-size:14px;
        margin-bottom:2%;
    }
    form.cart {
        margin-bottom:10%;
    }
    form.cart .quantity {
        width:30%;
    }
    form.cart .quantity input[type="number"] {}
    form.cart button.button {
        width:65%
    }
    form.cart button.button:hover {}
    .wc-tabs-wrapper {}
    .product_meta span {
        display: block;
        margin:0 0 1% 2%;
    }
    .product_meta span .sku,
    .product_meta span a {}

    /*------------------------------ cart_in ----------*/
    .is-error {
        padding:4% 2%;
        margin-bottom:6%;
    }
    .is-error button {}
    .wc-block-cart-items {}
    .wc-block-cart-items__header th {
        padding:2% 1%;
        font-size:14px !important;
    }
    .wc-block-cart-items__header-image {
        width:20%;
    }
    .wc-block-cart-items__header-product {
        width:60%;
    }
    .wc-block-cart-items__header-total {
        width:20%;
    }
    .wc-block-cart-items__row td {
        padding:2% 2%;
    }
    .wc-block-cart-items__row td img {}
    .wc-block-cart-items__row td:first-child,
    .wc-block-cart-items__row td:last-child {}
    .wc-block-cart-item__prices {
        font-size:14px !important;
        margin:5% 0 !important;
    }
    .wc-block-cart-item__prices span {
        margin:0 !important;
    }
    .wc-block-components-product-metadata__description {
        display: none !important;
    }
    .wc-block-cart-item__quantity {
        display:block;
    }
    .wc-block-components-quantity-selector input[type="number"] {
        height:32px;
        width:80px;
        text-align: center;
        font-size:16px;
        margin-right:2px;
    }
    .wc-block-components-quantity-selector button {}
    .wc-block-cart-item__remove-link {
        margin:4% 0 0 0;
    }

    /*----------------------------- cart total ----------*/
    .wc-block-cart__main {
        margin-bottom:10%;
    }
    .wc-block-cart__sidebar {
        margin:0 auto;
        padding:7%;
        width:98%;
    }
    .wc-block-cart__submit-container .wc-block-components-button__text {
        width:90%;
        line-height:50px;
        border-radius:5px;
        margin-bottom:5%;
    }

    /*----- suitei -----*/
    .wc-block-components-totals-item__label {
        /*display: none;*/
        font-weight:700;
        margin-right:4%;
    }
    /*----- tax -----*/
    .wc-block-components-totals-footer-item-tax {
        font-size:12px;
    }
    /*----- shipping -----*/
    .wc-block-components-totals-footer-item-shipping {
        font-size:12px;
    }
    .wc-block-components-totals-item__value .wc-block-formatted-money-amount {
        font-size:24px;
        font-weight:700;
        line-height:60px;
    }

    /*----------------------------- cart delivery ----------*/
    .woocommerce-billing-fields h3,
    .woocommerce-additional-fields h3 {
        font-size:16px;
        margin-bottom:2%;
    }
    label[for="billing_country"],
    label[for="shipping_country"],
    .woocommerce-input-wrapper strong {}
    .txt-cart {
        margin-bottom:2%;
        font-size:18px;
    }
    .col-1,
    .col-2 {}
    .col-1,
    .col-2,
    .woocommerce-checkout-review-order {
        padding:4%;
        margin-bottom:12%;
    }
    .woocommerce-shipping-fields {
        margin-bottom:12%;
    }
    #payment {
        padding:0 !important;
    }
    .payment_box {
        padding:2% !important;
    }
    .payment_box::before {}
    #order_review_heading {
        margin-bottom:2%;
        font-size:16px;
    }
    .wc_payment_methods li {
        line-height:50px !important;
        display: block;
    }
    .woocommerce-terms-and-conditions-wrapper p {}
    .woocommerce-terms-and-conditions-wrapper p a {}

    /*----- order button -----*/
    #place_order {
        margin:10% auto 0 auto !important;
        font-size:18px !important;
        line-height:40px!important;
    }

    /*----- shipping cart -----*/
    .woocommerce-form__label-for-checkbox {}
    .woocommerce-form__label-for-checkbox input[type="checkbox"] {
        -webkit-transform: scale() !important;
                transform: scale() !important;
    }
    #order_comments_field textarea {
        min-height:200px;
    }
    
    #shipping_method label {
        font-size:14px !important;
    }
    .shipping-method-description {
        font-size:12px !important;
        font-weight:normal !important;
        margin:5% 0;
    }

    /*------------------------------ Cart ----------*/
    /*----- item empty -----*/
    .wc-block-cart__empty-cart__title {
        margin:10% auto;
        font-size:14px;
    }

    /*----- NewArrival list -----*/
    .wc-block-grid__products {
        margin:12% auto;
    }
    .wc-block-grid__products li {
        width:48.5%;
        padding:2% !important;
        margin-bottom:3%;
        line-height:150%;
        font-size:12px !important;
        font-weight:700 !important;
    }
    .wc-block-grid__products li img {}
    .wc-block-grid__product-price {
        margin:8% 0 !important;
    }
    .wc-block-grid__product-price span {
        font-size:12px;
    }
    .add_to_cart_button {
        font-size:12px;
        background:#0f9c58;
        text-align: center;
        display: block !important;
        line-height:30px;
        margin:15% 0 5% 0;
    }
    .add_to_cart_button:hover {}

    /*----- separator -----*/
    hr.wp-block-separator {
        margin-bottom:15%;
    }

    /*----- order complate -----*/
    .woocommerce-customer-details {}
    section.addresses {}
    .woocommerce-order-details__title {
        font-size:20px;
        font-weight:700;
        margin-bottom:20px;
    }
    .woocommerce-order-details {
        padding:50px 0;
    }
    table.order_details {
        border-radius:5px;
        background:#fff;
    }
    .woocommerce-order h2,
    .woocommerce-order-details h2 {
        font-size:20px;
        font-weight:700;
        margin-bottom:20px;
    }
    .woocommerce-order ul {
        padding:30px;
        border-radius:5px;
        background:#fff;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    .jp4wc_date,
    .jp4wc_time {
        padding:30px;
        background:#fff;
        border-radius:5px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }

    /*-----------------------------------------------------------------------------------------
        My account
    -----------------------------------------------------------------------------------------*/
    #myaccount {}

    /*----- account area -----*/
    #myaccount .woocommerce {
        margin-bottom:15%;
    }

    #customer_login {
        width:90%;
        margin: 0 auto;
    }
    .lost_reset_password {
        width:100% !important;
        margin: 0 auto;
        border-radius:5px;
        padding: 40px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    #myaccount .woocommerce h2 {
        margin:0 auto 20px auto;
        font-size:20px;
        font-weight:700;
    }
    #myaccount .woocommerce form {
        display: block !important;
        margin:0 auto 4% auto;
        width:100%;
    }
    #myaccount .woocommerce-MyAccount-navigation {
        width:100%;
        float:none;
    }
    #myaccount .woocommerce-MyAccount-content {
        width:100%;
        padding:4%;
        border-radius:5px;
        float:none;
    }

    #myaccount .woocommerce-info {
        background:none !important;
        border:0 !important;
    }

    #myaccount .woocommerce-Address {
        padding:0 !important;
        margin:0 0 80px 0 !important;
    }
    #myaccount header.woocommerce-Address-title {
        border-top:3px solid #bfbf60;;
        height: auto !important;
        box-shadow: none !important;
        width:100% !important;
        padding:30px 0 !important;
    }
    #myaccount header.woocommerce-Address-title:after {
        display: none !important;
    }

    .woocommerce-form-login label,
    .lost_reset_password label,
    .woocommerce-form-register label {
        margin-bottom:20px;
    }
    .woocommerce-form-login input,
    .lost_reset_password input,
    .woocommerce-form-register input{
        border:1px solid #efefef;
        background:#fff !important;
        margin-bottom:15px !important;
        display: inline-block;
    }
    .woocommerce-form__label {
        display: block !important;
    }
    .woocommerce-form-login__submit {
        margin-bottom:20px !important;
    }

    /*---------- Account page ------------------------------*/
    /*-- Navigation --*/
    .woocommerce-MyAccount-navigation {
        width:100%;
        padding:3%;
        margin-bottom:5%;
    }
    .woocommerce-MyAccount-navigation ul {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
                align-items: center;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .woocommerce-MyAccount-navigation li {
        margin-bottom:2%;
        padding:2%;
        border-right:3px solid #fff;
        text-align: center;
        background:#f7f7f7;
        width:33.33333333% !important;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    .woocommerce-MyAccount-navigation li a {
        border-bottom:none;
        padding:0;
        margin:0.5%;
        display: inline-block !important;

    }
    .woocommerce-MyAccount-content {
        width:100%;
    }
    .woocommerce-MyAccount-content a {
        color:#25a300;
    }
    .woocommerce-MyAccount-content label {
        margin-bottom:15px;
    }
    .woocommerce-Address-title {
        position: relative;
        padding:0 15px !important;
        margin-bottom:20px;
        width:100%;
        min-width:100%;
        -webkit-box-sizing:border-box;
                box-sizing:border-box;
    }
    .woocommerce-Address-title h3 {
        font-weight:700;
    }
    .is-active {
        background:rgba(216,174,0,0.20)!important;
    }
    .view {
        line-height:40px !important;
        height:40px !important;
    }

    .woocommerce-error {
        width:80%;
        margin:0 auto 40px auto;
    }
    .woocommerce-form-row {
        width:100% !important;
    }
    /*---------- 完了ページ注文番号などの項目があるエリア ----------*/
    .woocommerce-order-overview li {
        display:flex !important;
        align-items: center;
        float: none !important;
        margin-bottom:4%;
        width: 100%;
        border:none !important;
    }
    .woocommerce-order-overview li strong {
        margin-left:4%;
        
    }
}