/*
Theme Name: 真砂屋米店テーマ v1.2
Theme URI: https://komeyamasagoya.com
Author: Masagoya
Author URI: https://komeyamasagoya.com/
Description: 真砂屋米店テーマ v1.2
Requires PHP: 7.4
Version: 1.2
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;
}

/*-----------------------------------------------------------------------------------------
	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:202px;
}
.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;
}
/*-----------------------------------------------------------------------------------------
	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;
}

.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:-16px;
}
.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 {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
			align-items: center;
	-webkit-justify-content:space-between;
			justify-content:space-between;
	margin:40px 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 0 0 30%;
	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:70%;
}
dl.item-order div dd {
	width:30%;
	text-align: center;
}
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:hover {
	cursor: pointer;
}
.mg100 {
	margin-bottom:0;
	font-size:14px;
	font-weight:700;
}

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

#onlineshop p {
    text-align: center;
    font-size:18px;
    line-height:180%;
    margin-bottom:100px;
}
.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;
}


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

	/*-----------------------------------------------------------------------------------------
		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:after { content:'' !important; }
	#gnav ul li a {
		display: block;
		position: relative;
		padding:5% 1%;
		color:#000 !important;
	}
	#gnav ul li a:after {
		position:absolute;
		content:'';
		top:50%;
		right:2%;
		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 {}

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

	footer {
		padding:5% 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 {}

	/*-----------------------------------------------------------------------------------------
		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;
	}
	.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:0;
	}
	/*-- 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: 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;
	}
	dl.item-order div:last-child {
		border-bottom:none;
	}
	dl.item-order div dt {
		font-size:12px;
		padding:3%;
		width:65%;
	}
	dl.item-order div dd {
		padding:3%;
		width:35%;
		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:100%;
		margin:0 !important;
	}	
	dl.item-order div dd img:hover {}
	.mg100 {
		margin-bottom:0;
		font-size:14px;
		font-weight:700;
	}
	
}