@charset "utf-8";
/* CSS Document */

/*レスポンシブ設定
-------------------------------------*/
@media screen and (min-width:751px){
	.sp{
		display: none;
	}
	#greeting p.lGreeting{
		writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		-webkit-writing-mode:vertical-rl;
	}
}

@media screen and (max-width:750px){
.pc{
	display: none;
}
	.layout{
		 width:100%;
	padding: 0 10px;
	 box-sizing: border-box;
		margin:0 auto;
	}
	
	img{
		width: 100%;
		height: auto;
	}
.bgColor{
		background-color: #FEFBF6;
		padding-top: 30px;
	}
	
	/* 基本設定
------------------------------------- */
html { font-size: 62.5%; } 
body {
	font-size: 1.6rem;/* =16px */
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		letter-spacing:0px;
}
	h2{		
		font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro',"游明朝", "YuMincho","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	}

/* ヘッダー＆フッター
------------------------------------- */

header {
	background:url(../../img/tobiuo.png) 655px 9px no-repeat,url(../../img/tubaki.png) 0 0 no-repeat;
	position:relative;
}

header h1 {
	position:absolute;
	left:5px;
	top:5px;
	font-size:10px;
	color:#442400;
}

header .hTxt {
	position:absolute;
	right:13px;
	top:9px;
}

header p.hContact {
	position:absolute;
	right:13px;
	top:39px;
}

header p#hLogo {
	text-align:center;
	padding-top:57px;
	padding-bottom:52px;
}
	nav#gNav {
	display: none;
	}
nav#gNav li {
	float:left;
	padding:10px 0 18px 10px;
}
footer{
	padding:30px 0;
		background-color: #f60;
		color: #fff;
}
	footer .box01 {
		width:100%;
		height:auto;
		padding:0;
	}

	footer .box02 {
		width:100%;
		height:auto;
		padding:0;
	}

footer li {
	float:left;
}

footer .copyright {
	text-align:center;
	font-size: 1.2rem;
	}
	
/*navメニュー
-------------------------------------*/
.spMenu{
padding: 40px 10px 0 10px;
background-color:#f60;
position: fixed;
width: 100%;
height: 100%;
box-sizing: border-box;
top: 0!important;
left: 0;
z-index: 10000;
	overflow: auto;
}
.spMenu .fLogo{
	text-align: center;
}
.spMenu .fLogo img{
	width:50%;
	margin-bottom: 30px;
}
.spMenu li{
	display: block;
	width: calc(100% - 20px);
	height: 20px;
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 10px;
	font-size: 18px;
	padding: 10px 0 0 10px;
}
.spMenu li a{
	display: block;
	margin-right: 18px;
	background:url(../img/icon.gif) no-repeat;
background-position: right;
}
.spMenu li a:hover {
background:url(../img/icon_on.gif) no-repeat;
background-position: right;
}
	
#fNav{
	text-align: center;
}
#fNav .sp span{
	color: #fff;
	padding-right: 10px;
}
#fNav .sp img{
	width: inherit;
}
#fNav .fLogo img{
	width: 50%;
	margin: 0 auto 20px;
}
#fNav .fLogo span{
	display: inline-block;
	margin-right: 22px;
}


/* 共通パーツ設定
------------------------------------- */
table th,
table td{
	border: 1px solid #a0a0a0;
	text-align: center;
}

.goLink {
	margin-top:19px;
}

.goLink a {
		border-bottom:none;
			color: #f60;
			padding-bottom: 5px;
}
.goLink a:hover {
	border-bottom:none;
}
	
#sideBox p.lTitle,
#sideBox #sideTop p.lTitle,
#sideBox #sideUnder .lTitle,
#law #sideBox #sideTop p.lTitle,
.address .shop,
#law #sideTop .lTitle,
#law .sideUnder .lTitle	{
	font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro',"游明朝", "YuMincho","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	}
	
	#top .ttlBox:after,
	#jigokudaki .area03 h2.sideTitle:after,
	#souryou #area h2:after,
	#shopping .ttlBox:after,
	#law #sideTop .lTitle:after,
	#law .sideUnder .lTitle:after{
		content: '';
		position: absolute;
		left: 50%;
		bottom:-10px;
		display: inline-block;
		width: 100px; /*下線の幅*/
		height: 2px; /*下線の太さ*/
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translate(-50%); /*位置調整*/
		background-color: #FF6600; /*下線の色*/
		}
	
	.greeting:after,
	#tenpo .area01:after,
	#jigokudaki .area01:after{
		content: '';
  position: absolute;
  left: 50%;
  /*bottom:-100px; 下線の上下位置調整*/
  display: inline-block;
  width: 50px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #f60; /*下線の色*/
	}
	
	#law #contents {
		position: relative;
		width: 100%;
	}

	.pageTop img{
		width: inherit;
	}
	
	.spPhoto{
		border-radius: 5px;
		overflow: hidden;
		margin: 5px 0;
	}
	#shopping .spPhoto{
		margin: 5px 0 40px;
	}
	
/* top
------------------------------------- */
#contents {
	min-width:100%;
}
#top #contents {
	width:100%;
		border-bottom:none;
	
	background:url(../../img/top/fillust_sp.jpg) center bottom no-repeat;
		min-width:inherit;
}

#mainImg {
	position: relative;
	width:100%;
		min-width:inherit;
		height:auto;
		text-indent:inherit;
}
	#top #mainImg {
		height:auto;
		background:none;
	}
	#mainImg .menu{
		width: 40px;
		height: auto;
		position: fixed;
		top: 20px;
		right: 20px;
		z-index: 9999;
	}
	#mainImg .contact{
		width: 74.6%;
		height: auto;
		position: absolute;
		bottom: 42px;
		right: 12.7%;
	}
		
#greeting {
		width:100%;
		height:auto;
		background:none;
			margin: 0 auto;
		padding-bottom:10px;
			font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro',"游明朝", "YuMincho","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		position: relative;
}

#greeting p.lGreeting{
		width:100%;
	height:30px;
	margin-right:17px;
		padding-top:10px;
		float:none;
		font-size:22px;
		letter-spacing:0;
		text-align: center;
		position: relative;
	font-weight: bold;
}
#greeting .pMessage{
	padding:30px 10px 60px;
	float:none;
	display:flex;
	flex-direction: column-reverse;
	align-items: center;
}

	#greeting .pMessage .otaphoto{
		margin-top: 15px;
		float:none;
		width: 50%;
	}
	#greeting .otaphoto figcaption{
		margin-top: 10px;
	}
	#greeting .border_radius{
		  border-radius: 5px;
	}

#greeting .pMessage .message{
		width:100%;
		float:none;
		padding-left:0;
		line-height:inherit;
}

#greeting .pMessage p.name{
	text-align:inherit;
		float: left;
}
	#greeting figure{
		text-align: center;
	}

#introductionBox {
		padding-left:0;
}

#introductionBox .area01 {
		width:100%;
		height:auto;
		padding:40px 0;
		background:none;
		margin-bottom:40px;
}
#introductionBox .area02 {
		width:100%;
		height:inherit;
		padding:0;
		background:none;
		margin-bottom:40px;
}
#introductionBox .area03 {
		width:100%;
	height:inherit;
	padding:0 auto;
		background:none;
		margin-bottom:0;
		padding-bottom: 40px;
}

#introductionBox .area01 h2,
#introductionBox .area02 h2,
#introductionBox .area03 h2{
		font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro',"游明朝", "YuMincho","ヒラギノ角ゴ ProN W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		font-size:22px;
		padding:10px 0;
		line-height:1.2;
		font-weight: bold;
}

#introductionBox .area01 p {
		width:100%;
		line-height:1.5em;
}

#introductionBox .area02 .rightBox{
		width:100%;
		padding-left:0;
		line-height:1.5em;
}

#introductionBox .area02 .goLink a:hover {
	border-bottom:none;
	background:url(../img/icon_on.gif) 0 3px no-repeat;
}
#introductionBox .area03 p {
		width:100%;
		line-height:1.5em;
}
.layout.bgColor{
		width: 100%;
		padding: 40px 10px;
		background-color: #FFF8E8;
	}
#shopping {
		width:100%;
		height:auto;
		background:none;
		margin:0;
		padding: 40px 0;
		
}
#shopping h3 {
	font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro',"游明朝", "YuMincho","ヒラギノ角ゴ ProN W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size:22px;
	color:#333;
		padding:0;
		font-weight: bold;
}
#shopping .ttlBox{
	text-align: center;
	position: relative;
	margin-bottom: 10px;
}
	#shopping .txtBox{
		margin: 20px 0
	}

#shopping .leftBox p {
	width:100%;
	line-height:inherit;
	padding: 30px 0;
}
#shopping .leftBox .shopTxt {
	padding: 30px 0 10px;
	box-sizing: border-box;
}
#shopping p.gift {
		position: inherit;
		top: 0;
		right:0;
		float: right;
		width: 32%;
	padding: 30px 0 10px;
	margin:0 10px;
}
#shopping .button01,
#shopping .button02{
	width: 74.6%;
	clear: both;
	margin: 20px auto;
}
#shopping p.button01,
#shopping p.button02{
		position: inherit;
		left:0;
		bottom: 0;
}
#spaceBelow {
		width:100%;
		height:auto;
		background:none;
	position: relative;
	padding-bottom: 20vw;
}

#spaceBelow .address {
		width:100%;
		height:260px;
		font-family:"ヒラギノ角ゴ ProN W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";		
		float:none;
		margin:40px 0 0;
	background: url("../img/tobiuo.png") no-repeat top right;
}

#spaceBelow .address .shop {
	font-size:22px;
	padding-bottom:5px;;
}

#spaceBelow #address table {
	width: 430px;
	height: 70px;
	border: none;
}

#spaceBelow #address table th,
#spaceBelow #address table td {
	border: none;
	line-height:2em;
	text-align:left;
}

#spaceBelow #address table th.post {
	width:100px;
}


	#spaceBelow #likeBox {
		width:100%;  
		float:none;
		margin:14px 0;
		text-align: center;
		position: relative;
		overflow: hidden;
		height: 550px;
	}
	#spaceBelow #likeBox .topBox{
		width: 100%;
		height: 810px;
	}
	#spaceBelow #likeBox .topBox iframe {
		width: 100%!important;
		position: absolute;
		left: -6px;
	}
#spaceBelow #likeBox .underBox{
	padding-top:14px;
	height: auto;
	width: 100%;
	margin-bottom: 20vw;
}
	#spaceBelow #likeBox .underBox img{
		width: 100%;
	}
		

/* 下層ページtenpo
------------------------------------- */

#tenpo nav#gNav li {
		height: 20px
}

#tenpo #mainImg {
	height:120px;
	background:none;
}

#tenpo #contents {
		height:auto;
	background:none;
	padding:0 ;
	background:url(../img/kasouhaikei.jpg) 0 0 repeat;
}

#tenpo #sideBox {
		width:100%;
		float:none;
		background:none;
	height: auto;
	position: relative;
}

#tenpo #area {
		width:100%;
		float:none;
}

#tenpo #area h2 {
		font-weight:bold;
	font-size:22px;
	padding-bottom:10px;
	margin: 20px 0 0
}

#tenpo #area p {
	line-height:inherit;
		width:100%;
	margin-bottom: 60px;
}

#tenpo #area .area01 {
		width:100%;
		height:auto;
	padding:60px 0 0;
		background:none;
		border-bottom:none;
	margin-bottom:40px;
}

#tenpo #area .area02 {
		width:100%;
		height:auto;
		background:none;
	padding:60px 0;
}

#tenpo #area .area02 table.shopInfo {
		width:100%;
		height:auto;
	line-height:2em;
		margin:0;
}

#tenpo #area .area02 table.shopInfo td,
#tenpo #area .area02 table.shopInfo th {
	border:none;
	text-align:left;
}

#tenpo #area .area02 table.shopInfo th.lead {
	width:100px;
}
#tenpo .layout.shopping{
	background-color: #FFF8E8;
}
#tenpo footer{
	position: relative;
}
#tenpo #shopping .spPhoto img{
		width: 49%;
	}
#tenpo #shopping .spPhoto img:first-child{
		margin-right: 2%;
	}

/* 下層ページjigokudaki
------------------------------------- */

	#jigokudaki.layout.bgColor{
		width: 100%;
		padding: 0;
		background-color: #FFF8E8;
	}

#jigokudaki #mainImg {
	height:120px;
		background:none;
}

#jigokudaki #contents {
		height:auto;
	background:none;
	padding:0;
	background:url(../img/kasouhaikei.jpg) 0 0 repeat;
}

#jigokudaki #sideBox {
		width:100%;
		float:none;
		background:none;
	position: relative;
	text-align: center;
}

#jigokudaki .area {
		width:100%;
		float:none;
}

#jigokudaki h2 {
		font-weight:bold;
		font-size:22px;
		padding:10px 0;
}

#jigokudaki .area p {
		width:100%;
		line-height:inherit;
	padding-bottom: 40px;
}

#jigokudaki .area01 {
		width:100%;
		height:auto;
	padding-bottom:0;
	border-bottom:none;
		margin:0 0 60px;
		background:none;
}
#jigokudaki .area01 .spPhoto{
	padding-top: 40px;
}
#jigokudaki .area01 .spPhoto img{
	border-radius: 5px;
}

#jigokudaki .area02 {
		width:100%;
		height:auto;
	background:none;
	padding-bottom:60px;
		border-bottom:none;
		margin-bottom:40px;
}

#jigokudaki .area02 h2.lTitle{
	writing-mode: horizontal-tb;
	-ms-writing-mode: horizontal-tb;
	-webkit-writing-mode:horizontal-tb;
		width:100%;
		height:auto;
		line-height:1.2;
		padding-left:0;
	font-weight: bold;
}

#jigokudaki .area .area02 p.rightSentence{
		width:100%;
		padding:0;
}

#jigokudaki .area03 {
		width:100%;
		height: auto;
		background:none;
		margin-bottom:0;
		position: relative;
		padding: 40px 0;
	 box-sizing: border-box;
}
#jigokudaki .area.right {
    float: none;
}
#jigokudaki .area03 h2 {
		letter-spacing:inherit;
	    text-align: center;
    position: relative;
    margin-bottom: 10px;
		padding-bottom: 10px;
	font-weight: bold;
}
#jigokudaki .area03 h2.sideTitle {
		padding:0;
		position: relative;
	margin: 0;
	font-weight: bold;
}
#jigokudaki .area03 .txtBox {
	width: 100%;
	    padding: 35px 0 20px 0;
	text-align: left;
	}
	#jigokudaki .area03 .shopping{
		margin: 0 auto;
	}
	#jigokudaki .area01 img,
	#jigokudaki .area02 img	{
		border-radius: 5px;
		overflow: hidden;
	}
	#jigokudaki .area03 .spPhoto{
		margin: 5px 0 40px;
	}
	#jigokudaki .area03 .spPhoto img{
		width: 49%;
	}
	#jigokudaki .area03 .spPhoto img:first-child{
		margin-right: 2%;
	}
	#jigokudaki .button01{
		clear: both;
	}
	#jigokudaki .button01 img,
	#jigokudaki .button02 img{
		width: 74.6vw;
	}
	#jigokudaki p.button01,
	#jigokudaki p.button02{
		width: 74.6vw;
		padding-bottom: 0;
		margin: 20px auto;
	}

/* 下層ページsouryou
------------------------------------- */

#souryou #mainImg {
	background:none;
	height:0;
	}

#souryou #contents {
		height:auto;
		background:none;
	padding:0;
	background:url(../img/kasouhaikei.jpg) 0 0 repeat;
}

#souryou #sideBox {
		width:100%;
		float:none;
	background:url(../../img/souryou/line.gif) 95px 60px no-repeat;
		position: relative;
	text-align: center;
}
#souryou #area {
		width:100%;
		float:none;
}

#souryou #area h2 {
	font-size:22px;
	font-weight:bold;
	padding-bottom:0;
		position: relative;
	text-align: center;
}
	
#souryou #area h3 {
	font-weight:bold;
	font-size:18px;
		padding:50px 0 5px 0;
}

#souryou #area p {
	line-height:inherit;
}
#souryou #area p.bracketsItem,
#souryou #area p.webCollect{
		padding:20px 0 5px 0;
}

#souryou .area01 {
	width:100%;
	padding:40px 0 60px 0;
}

#souryou .area01 .sentence01 {
		padding:0;
}

#souryou .area01 table.delivery {
	line-height:2.1;
	background-color:#FFFFFF;
	width: 680px;
}

	#souryou .scroll{
		overflow-x: auto;
		padding: 0 0 6px 0;
	}
	 .scroll::-webkit-scrollbar {
    height: 5px;
  }
  .scroll::-webkit-scrollbar-thumb{
    background: #999;
    border-radius: 3px;
  }
  .scroll::-webkit-scrollbar-track-piece {
    background: #efefef;
  }
#souryou .area01 th {
	width:80px;
}
#souryou .area01 th.lCell {
	width:40px;
}
#souryou .area01 .tCell {
	height:40px;
}
#souryou .area01 .bCell {
	height:50px;
}

#souryou .area01 td.cell02 {
	width:80px;
	height:300px;
}


#souryou .area01 tr.cell03 {
	width:80px;
	height:50px;
}

#souryou .area01 td.lCell {
	width:40px;
	background-color:#339999;
}	
#souryou #area .area02 {
	width:100%;
	height:auto;
		padding-bottom: 60px;
}
#souryou #area .area02 img{
	padding: 0;
}	


#souryou #area .area02 p.pay {
	padding:20px 0 0;
}

#souryou .area02 .boldItem {
	font-weight:bold;
	padding:0 0 10px 0;
}
	
#souryou .area02 .sentence02 {
		padding:0;
}
	
#souryou .area02 .payYamato {
		padding:0;
}

#souryou .area02 .collect {
	font-weight:normal;
	font-size:18px;
	padding:0 0 5px 0;
}

/* レスポンシブ address
------------------------------------- */
.address{
	position: relative;
}
#souryou #address,
#jigokudaki #address,
#pageShoplist #address,
#pageShopdetail #address{
	position: absolute;
	top:30px;
	left: 10px;
}
.address .shop {
	font-size: 22px;
	padding-bottom: 5px;
	font-weight: bold;
}
.address .brank{
	margin-top: 10px;
}

/* 下層ページlaw
------------------------------------- */

#law #contents {
	height:auto;
	background:none;
	padding:0;
	background:url(../img/kasouhaikei.jpg) 0 0 repeat;
}

#law #sideBox {
		width:100%;
		float:none;
	background:none;
		position: relative;
}

#law #sideBox #sideTop {
	height:auto;
	position: relative;
}

#law #sideTop .lTitle,
#law .sideUnder .lTitle	{
	font-weight:bold;
	font-size:20px;
		padding:60px 0 0;
		text-align: center;
	position: relative;
}

#law #sideBox .sideUnder {
	padding: 40px 0 0 0;
	width:100%;
	text-align: center;
}

#law #area {
	width:100%;
	float:none;
}

#law #area p {
	line-height:1.5;
}

#law #area .area01 {
	padding:60px 0;
}

#law #area .area01 table {
	width:100%;
	height:auto;
}

#law #area .area01 th {
	width:30%;
	text-align:left;
	padding:0.75em;
	border-left:none;
	border-right:none;
}

#law #area .area01 td {
	line-height:1.5;
	text-align:left;
	border-left:none;
	border-right:none;
	padding:0.75em;
}

#law #area .area02 {
	padding:40px 0 60px;
	line-height: 1.8;
}

#law #area .area02 p.title {
	padding:25px 0 5px;
	font-weight: 600;
}

#law #area .area02 p.sentence {
	margin-left:5px;
}

/* 下層ページpageShoplist
------------------------------------- */
#pageShoplist #area {
	padding: 60px 0;
		width:100%;
	float:left;
}
#pageShoplist .itemList li {
	border:1px solid #452401;
		width:calc(50% - 7px);
	float:left;
		margin-right:10px;
	margin-bottom:20px;
}
#pageShoplist .itemList li a {
	display:block;
	color:000;
}
#pageShoplist .itemList li a:hover {
	opacity:0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	zoom:1;
	color:#000;
}
	#pageShoplist .itemList li:nth-of-type(2n) {
	margin-right:0;
}
	#pageShoplist .itemList li:nth-of-type(2n + 1) {
	clear:both;
}
#pageShoplist .itemList li .img {
	text-align:center;
	width: 100%;
	height: 43.2vw;
}
#pageShoplist .itemList li .img img {
	width:100%;
	height:auto;
}
#pageShoplist .itemList li .inBox {
	padding:10px;
}
#pageShoplist .itemList li .ttlTxt {
	font-weight:bold;
	font-size:18px;
	margin-bottom:5px;
	line-height:1.4;
}
#pageShoplist .itemList li .price {
	font-weight:bold;
	font-size:20px;
	margin-top:10px;
	text-align:center;
	border-top:1px solid #ccc;
	padding-top:2px;
}
#pageShoplist .itemList li .price .tax {
	font-size:12px;
	font-weight:normal;
}
	#pageShoplist .itemBox h2{
		font-weight: bold;
		    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	}
	#pageShoplist .checkBtn img{
		width: 30px;
	}

/* 下層ページpageShopdetail
------------------------------------- */

#pageShopdetail #area {
	padding: 60px 0;
		width:100%;
		float:none;
}
#pageShopdetail .txtBox{
		float: none;
		width: 100%;
		padding: 0;
	box-sizing: border-box;
}
#pageShopdetail .inBox,
#pageShopdetail .submit{
	display: inline-block;
}
#pageShopdetail .img{
		float: none;
	width: 100%;
}
#pageShopdetail p.ttl{
	font-size: 22px;
    font-weight: bold;
	border-bottom: solid 2px #cdcbcb;
		padding:0;
	letter-spacing: 3px;
		margin-top: 20px;
}
#pageShopdetail p.txt{
	font-size: 1.6rem;
		width:100%;
		padding:0;
}
#pageShopdetail .txt p{
	margin-top: 1em;
}
#pageShopdetail p.price{
	font-size: 2.6rem;
	text-align: right;
	padding:5px 15px;
	font-weight: bold;
	margin-top: 30px;
}
#pageShopdetail .tax{
	font-size: 1.4rem;
}
#pageShopdetail .item img{
	height: auto;
	margin-bottom: 20px;
}
#pageShopdetail .item img:last-child{
	margin-bottom: 0;
}
#pageShopdetail .cartBtn{
	text-align: right;
}
#pageShopdetail .cartBtn a{
	 -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
	border: none;
	border-radius: 5px;
    background: #f60;
	font-size: 1.7rem;
    padding: 15px 0;
	width: 250px;
	color: #fff;
		display: block;
	box-sizing: border-box;
	height: auto;
	font-family: "Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	margin: 20px auto 0;
	cursor: pointer;
	text-align: center;
}
#pageShopdetail .checkBtn img{
	width: 30px;
}

/* 下層ページpageToiawase
------------------------------------- */
#pageToiawase .area {
	padding: 0 0 60px;
		width:100%;
		float:none;
}
#pageToiawase input,
#pageToiawase textarea{
	border:solid 1px #ccc;
	font-size: 1.6rem;
		width: 100%;
}

#pageToiawase form{
	padding:20px 20px;
	text-align: left;
	width: 100%;
	margin: 0 auto;
}
#pageToiawase input{
	height: 20px;
	padding: 5px 5px;
}
#pageToiawase form dt{
	padding-top: 5px;
		margin-bottom: 10px;
		float: none;
		width: 100%;
	clear: both;
	padding-right: 5%;
	font-size: 1.6rem;
	box-sizing: border-box;
}
#pageToiawase form dd{
		margin-bottom: 15px;
	float: none;
		width: 100%;
}
#pageToiawase .name01 input,
#pageToiawase .name02 input{
	width: 200px;
}
#pageToiawase .post input,
#pageToiawase .tel input{
	width: 20vw;
}
#pageToiawase .post input:first-child,
#pageToiawase .tel input:first-child{
	width: 15vw;
}
#pageToiawase .email input,
#pageToiawase .address input{
	width: calc(100% - 10px);
}
#pageToiawase .contact textarea{
	width: 100%;
	height: 200px;
}
#pageToiawase h1{
	color: #8B4513;
}
#pageToiawase .must{
	color:#f00;
	font-size: 1.4rem;
}
#pageToiawase form .small{
	font-size: 1.4rem;
	line-height: 1.2;
	text-indent: -1em;
	margin-left: 1em;
	display: inline-block;
}
#pageToiawase .submit{	
	text-align: center;
}
#pageToiawase .submit input{
	 -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
	border: none;
	border-radius: 5px;
    background: #f60;
	font-size: 1.7rem;
    padding: 15px 0;
	width: 250px;
	color: #fff;
	display: inline-block;
	box-sizing: border-box;
	height: auto;
	font-family: "Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	margin-top: 20px;
	cursor: pointer;
}
#pageToiawase .thanks h2{
	font-family: "Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	padding-top: 40px;
	font-size: 2.2rem;
	margin: 0 0 40px;
	font-weight: bold;
}
#pageToiawase .thanks p{
	font-size: 1.5rem;
}

/* ハンバーガーメニュー
------------------------------------- */
.menuBox {
	display:none!important;
	background:#fff;
	width:100%;
	height:100%;
	position:fixed;
	opacity:100!important;
}
.btnHamburger {
	position: fixed;
	top: 10px;
	right: 10px;
	width: 40px; /* クリックエリアの横幅*/
	height: 40px; /* クリックエリアの高さ*/
	cursor: pointer;
	z-index:10001;
	background-color:#f60;
	border-radius: 5px;
}
.btnHamburger .line {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 20px; /* 横幅 */
	height: 3px; /* 1本辺りの高さ */
	background: #fff; /* 線の色 */
	/* 適用するプロパティ、変化する時間、変化する速度 */
-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.btnHamburger.is-active.blk .line{
	background:#f00;
}	
.btnHamburger.is-active .line{
	background:#fff;
}	
.btnHamburger.blk  .line{
	background: #f00;
}
.btnHamburger .line_01 {
	top: 11px;
	left:10px;
}
.btnHamburger .line_02 {
	top: 19px;
	left:10px;
}
.btnHamburger .line_03 {
	top: 27px;
	left:10px;
}
.btnHamburger.is-active .line_01 {
	top: 20px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btnHamburger.is-active .line_02 {
	opacity: 0;
}
.btnHamburger.is-active .line_03 {
	top: 20px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.mnuspopen{
	display:block!important;
	opacity:1!important;
}
	}