@charset "utf-8";
/*
==================================================

    CSS File Name - layout.css
    Last-updated: 2010-05-14
	
    +1: Formatting Reset
    +2: Redefine
	+3: Float, Clear, Align Set, Valign Set
	+4: body
	+5: #wrap
	+6: #container
	+7: #header
	+8: #mainBody
	+9: #footer

==================================================
*/
* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.productTxt {
	padding-left: 40px;
	padding-right: 30px;
}

.d-flex {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}
.f-wrap {
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.f-nowrap {
  	-ms-flex-wrap: nowrap;
  	flex-wrap: nowrap;
}
.jc-start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.jc-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.jc-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.jc-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.ai-start {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.ai-end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.ai-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/*--------------------------------------------------
+1: Formatting Reset
==================================================*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
div,
p,
pre,
address,
blockquote,
ul,
ol,
dl,
dt,
dd,
form,
fieldset {
	display: block;
	margin: 0;
	padding: 0;
}
p {
	text-align: justify;
}
strong,
em {
	font-weight: bold;
}
ol,
ul {
	list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1em;
	font-weight: normal;
}
address,
em {
	font-style: normal;
}
img {
	border: none;
	vertical-align: bottom;
}
img{
max-width: 100%;
height: auto;
max-width /***/:auto;
}


table,
thead,
tbody,
tfoot,
tr,
th,
td,
caption,
col,
colgroup {
	text-align: inherit;
	line-height: inherit;
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
thead {
	display: table-header-group;
}
tbody {
	display: table-row-group;
}
tfoot {
	display: table-footer-group;
}
tr {
	display: table-row;
}
th,
td {
	display: table-cell;
}
caption {
	display: table-caption;
}
col {
	display: table-column;
}
colgroup {
	display: table-column-group;
}
input,
select,
textarea,
button {
	font-size: inherit;
	line-height: inherit;
}
button {
	cursor: pointer;
}


/*----------------------------------------------------------------------*/
/*html {
	overflow-x: visible;
}*/
/*--------------------------------------------------
+2: Redefine
==================================================*/
a {
	text-decoration:underline;
	color:#333;
}

a:link {
	text-decoration:underline;
	color:#333;
}

a:visited {
	text-decoration:underline;
	color:#333;
}

a:hover {
	text-decoration:none;
	color:#333;
}

a:active {
	text-decoration:underline;
	color:#333;
}
a img:hover {
	opacity: .8;
}

/* clearfix
-------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}/*IE7用*/

/* Hides from IE-mac \*/
* html .clearfix { height:1%;}
.clearfix { display:block;}
/* End hide from IE-mac */

/* alpha
-------------------------------------------------*/
a.alpha:hover img {  
	opacity:0.8;  
	filter: alpha(opacity=80);  
	-ms-filter: "alpha( opacity=80 )";  
	background: #fff;  
} 

/*--------------------------------------------------
+3: Float, Clear, Align Set, Valign Set
==================================================*/
.clear {
	font-size: 1px;
	height: 1px;
	clear: both;
}
.left{
	float:left;
	display:inline;
}

.right{
	float:right;
	display:inline;
}
.alignCenter {
	text-align: center;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.valignTop {
	vertical-align: top;
}
.valignMiddle {
	vertical-align: middle;
}
.valignBottom {
	vertical-align: bottom;
}
/*----------------------------------------------------------------------*/
/*--------------------------------------------------
+4: body
==================================================*/
/* Font-size Setting

80%  = 10px	    |	130% = 16px	|	180% = 22px
90%  = 11px(*)	|	140% = 17px	|	190% = 23px
100% = 12px     |	150% = 18px	|	200% = 24px
105% = 13px	    |	160% = 19px	|	210% = 25px
115% = 14px	    |	165% = 20px	|	215% = 26px
125% = 15px	    |	175% = 21px	| 
/* font 
---------------------------------------------------*/

body {
	color: #333;
	font-family:'ＭＳ Ｐゴシック','MS PGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	font-size: 12px;
	line-height:1.5;
	background:url(../images/bg_body.jpg) repeat left top;
    
    　text-size-adjust: 100%;
 　　-webkit-text-size-adjust: 100%;/*Chrome,Safari*/
 　　-ms-text-size-adjust: 100%;/*EgdeMobile*/
 　　-moz-text-size-adjust: 100%;/*firefox*/
}
/*--------------------------------------------------
+5: #wrap
==================================================*/
div#wrap {
	max-width:100%;
	margin:0 auto;
	background:url(../images/bg_wrap.png) no-repeat center top;
}
/*--------------------------------------------------
+6: #container
==================================================*/

div#container{
	max-width:976px;
	margin:0 auto;
}
/*----------------------------------------------------------------------*/
.fo-mincho {
	font-family: "Sawarabi Mincho", serif;
}
.page_ttl {
	background: url("../images/ttl_bg.png") left center no-repeat;
	background-size: 100% 50px;
	font-family: "Sawarabi Mincho", serif;
	font-size: 20px;
	padding: 20px 55px 12px 40px;
	margin-bottom: 20px;
}
.page_ttl.ttl_link {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.ttl_link img {
	height: auto;
	max-height: 26px;
}

/*--------------------------------------------------
+7: #header
==================================================*/
div#header {
	max-width:962px;
	height:283px;
	margin:0 auto;
	padding:0 7px;
	position:relative;
	padding-top: 10px;
}
/*
@media screen and (max-width: 760px) {
	div#wrap {
		background-size: auto 35vw;
	}
}
*/
div#header p.txt {
	font-size:11px;
}
#header .tel {
	margin-top: -15px;
}
#hnavi {
	position: absolute;
	top: 10px;
	right: 0;
}
#hnavi a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #006838;
	display: inline-block;
	background: url("../images/icon_arrow.png") left center no-repeat;
	padding-left: 15px;
	margin-left: 10px;
}
#hnavi li:first-of-type a {
	background: url("../images/cart02.png") left top no-repeat;
	background-size: auto 17px;
	padding-left: 22px;
}
#hnavi a:hover {
	color: #fff;
}
#gnavi {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 20px;
}
#gnavi a {
	display: block;
	height: auto;
	min-height: 17px;
	background: url("../images/gnavi_off.png") left center no-repeat;
	background-size: 18px auto;
	padding-left: 25px;
	font-size: 17px;
	text-decoration: none;
	padding-top: 3px;
}
#gnavi a:hover {
	background-image: url("../images/gnavi_on.png");
}


.headWrap {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
header .headRight {
	width: 45%;
}
.headLogo {
	padding-top: 5px;
}
.headLogo02 {
	padding-left: 30%;
	margin-top: -10px;
}



/*----------------------------------------------------------------------*/
/*--------------------------------------------------
+8: #mainBody
==================================================*/
p#pnavi {
	clear:both;
	padding:0 0 15px 15px;
	font-size:11px;
}
p#pnavi a {
	color:#333;
}
p#pnavi a.home {
	color:#006838;
	text-decoration:none;
}
p#pnavi a.home:hover {
	text-decoration:underline;
}
div#mainBody {
	max-width:976px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	padding-bottom:40px;
}
div#mainBody div.mainContent {
	float:left;
	width: 100%;
	max-width: 750px;
}
div#mainBody div.subContent {
	float:right;
	padding-right:7px;
}
div#mainBody div.subContent p.btn {
	padding-bottom:10px;
}
div#mainBody div.subContent p.btn2 {
	padding-bottom:20px;
}
div#mainBody div.subContent div {
	max-width:195px;
	overflow:hidden;
	clear:both;
	margin-bottom:20px;
	background:url(../images/sub_bg01.jpg) repeat-y left top;
}
div#mainBody div.subContent div ul.snavi {
	max-width:195px;
	clear:both;
	overflow:hidden;
	padding:10px 0 28px 20px;
	background:url(../images/sub_bg01_bot.jpg) no-repeat left bottom;
}
div#mainBody div.subContent div ul.snavi li {
	line-height:2.0;
}
div#mainBody div.subContent div ul.snavi li a {
	color:#5A4A42;
}
div#mainBody div.subContent ul.btn {
	max-width:195px;
	overflow:hidden;
	clear:both;
	padding-bottom:20px;
}
div#mainBody div.subContent ul.btn li {
	padding-bottom:9px;
}

p.pagetop {
	clear:both;
	text-align:right;
	position: absolute;
	top: -25px;
	right: 0;
}
p.pagetop_mid {
	clear:both;
	text-align:right;
	padding:10px 15px 30px 0;
}
/*----------------------------------------------------------------------*/
/*--------------------------------------------------
+9: #footer
==================================================*/
div#footer {
	margin: 20px auto 0;
	clear:both;
	background:url("../images/bg_footer.png") no-repeat center bottom;
}
div#footer_inner {
	max-width:976px;
	clear:both;
	position:relative;
	margin:0 auto;
	padding: 30px 0 15px;
}
div#footer_inner p.img01 {
	margin-bottom: 5px;
}
div#footer_inner p.img02 {
}
div#footer_inner p.f_logo {
}
div#footer_inner p.f_tel {
}
div#footer_inner p.copyright {
	color:#231F20;
}
div#footer_inner ul {
	max-width:950px;
}
div#footer_inner ul li {
	float:left;
	font-size:11px;
	padding:0 12px 0 12px;
	border-left:1px solid #333;
	line-height:1.3;
}
div#footer_inner ul li.last {
	border-right:1px solid #333;
}
div#footer_inner ul li a {
	color:#333;
}
.footBottom ul {
	max-width: 975px;
	margin: auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	padding: 10px 0;
}
.footBottom li {
	border-left: 1px solid #000;
	padding: 2px 20px;
}
.footBottom li:last-of-type {
	border-right: 1px solid #000;
}







.spheader{
    display: none;
}
.onlysp {
	display: none;
}



@media screen and (min-width: 621px) {
	div#wrap , div#container{
		min-width: 976px;
	}
}
/*********************************/
/* スマホのみ */
/*********************************/
@media screen and (max-width: 620px) {
	.page_ttl {
		font-size: 16px;
		padding-right: 20px;
		background-size: auto 50px;
	}
	.page_ttl.ttl_link img {
		height: 18px;
	}
	.productTxt {
		padding-left: 0!important;
		padding-right: 00!important;
	}

div#wrap{
    background-image: none;
}
	img[src*="/images/box_tit01_b.jpg"] {
		display: block;
		margin-top: 15px;
	}
	div.torio_btn {
		display: flex;
		justify-content: center;
	}
	div.torio_btn > p {
		padding: 10px 1%;
	}
	
	
#header,
.footBottom,
	.subContent{
    display: none;
}
	.menu-icon {
		position: fixed;
		top:7px;
		right: 2%;
		z-index: 99;
	}
	.menu-icon img {
		height: 40px;
		width: auto;
	}
#container{
    padding: 0;
}
	#mainBody {
		padding: 0 20px 20px;
	}
.spheader{
	display: block;
	margin-bottom: 20px;
	position: relative;
	z-index: 999;
}
	div#footer {
		background-size: cover;
	}
	div#footer_inner {
		padding: 20px 5% 10px;
	}
	div#footer_inner p.img01 {
		margin-bottom: 15px;
	}
	#footer .headWrap {
		display: block;
	}
	#footer .headLogo02 {
		padding-left: 0;
		margin: 0;
	}
	#footer .headRight {
	text-align: center;
	}
	div#footer_inner p.img02,
	div#footer_inner p.copyright {
		text-align: center;
		margin: 10px;
	}
	#footer .tellink {
		text-align: center;
	}
	p.pagetop {
		right: 1%;
	}
	.spnavi {
    color: #fff;
    padding:  50px 30px 10px 30px;
    text-align: left;
	}
	.spnavi li {
    border-bottom: 1px solid #fff;
	}
	.spnavi li:nth-child(n+3):nth-child(-n+7) a {
		background: #fff;
		margin: 5px 0;
		padding: 8px 10px;
		color: #fd9218;
	}
	.spnavi a, .spnavi span {
		color: #fff;
    padding: 10px;
    display: block;
		text-decoration: none;
		font-size: 14px;
}
	.spnavi a:visited {
		color: #fff;
		text-decoration: none;
	}
	.spclose {
    text-align: right;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
}
.spclose img {
    height: 40px;
}
	.spclose.closebtn {
		text-align: center;
		position: static;
		background: #fff;
		color: #fd9218;
		margin-top: 15px;
		font-weight: bold;
		letter-spacing: .1em;
	}
		.cartBtn a {
		display: inline-block;
		text-align: center;
		color: #fff;
		font-size: 14px;
		padding: 11px 20px 10px 43px;
		font-weight: bold;
		margin-bottom: 10px;
		background: #006838 url("../images/cart01.png") left 10px center no-repeat;
			background-size: auto 22px;
			
			display: none;
	}

	.onlysp {
		display: block;
	}
	.onlypc {
		display: none;
	}
}


