@charset "utf-8";
  .is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;}

.mg-t50{ margin-top: 50px}
.mg-t30{ margin-top: 30px}
.mg-b20{margin-bottom: 20px}

.txt-c{ text-align:center;}
.txt-r{ text-align:right;}

body {
font-family: "New York",Iowan Old Style,Apple Garamond,Baskerville,Times New Roman,Droid Serif,Times,Source Serif Pro,serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
 /* font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif; */
  font-weight: normal;
  font-size: 14px;
	background:#fff;

}
.font-min {
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.font-you {
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
font-size: 14px;
color: #684c3f;
}

a:hover{ text-decoration:underline;}

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

.flex {

  display: -webkit-box;
  /* Androidブラウザ用 */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-flex;
  /* safari（PC）用 */
  display: flex;
  -webkit-justify-content: space-between;

  justify-content: space-between;

}

.flex-nav {

  display: -webkit-box;
  /* Androidブラウザ用 */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-flex;
  /* safari（PC）用 */
  display: flex;
  -webkit-justify-content: space-between;

  justify-content: space-between;

}

.flex2 {

  display: -webkit-box;
  /* Androidブラウザ用 */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-flex;
  /* safari（PC）用 */
  display: flex;
  -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;

}

.just {

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;

}


.g-1028{
	position: relative;
    width: 1028px;
    margin: auto;
	padding:15px 0;

	}
.g-945{
	position: relative;
    width: 945px;
    margin: auto;
	padding: 10px 0 35px;
	}

.g-890{
	position: relative;
    width: 890px;
    margin: auto;
	padding:15px 0;
	}
table {
	width: 100%;
	border-top: 1px solid #ccc;
}

table th {
	padding: 8px;
	text-align: left;
	font-weight: normal;
	background: #eee;
	border: 1px solid #ccc;
	font-weight: bold;
	text-align: center;
}
table td {
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
}

section{
	padding:15px 0;
}


a.btnopa:hover img
{
	opacity:0.7;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}



/*ヘッダー上部分*/
header{
	position: relative;
	width:100%;
  	background: #fff /* url(images/head-bg.jpg) */;
	background-repeat: repeat-x;
	height: 81px;
	border-bottom: #cfc5c1 1px solid;
}

.link-icons-sp {
	position: absolute;
	top: 15px;
	left: 10px;
}
.link-icons,
.link-icons-sp ul{
	display: flex;
}
.link-icons div a,
.link-icons-sp ul li{
	font-size: 12px;
}

.link-icons div a{
	display: flex;
	align-items: center;
    align-content: center;
}

.link-icons div:nth-child(n+2),
.link-icons-sp ul li:nth-child(n+2){
	margin-left: 12px;
}

.link-icons .fa-2x,
.link-icons-sp .fa-2x{
	color: #684c3f;
}
.link-icons div a:hover{
	opacity: .7;
}

.link-icons-sp ul li:first-of-type,
.link-icons-sp ul li:nth-last-of-type(2){
display: none;
}


/*ヘッダーグローバルナビ*/
nav{
	position: relative; top: 5px; left: 100px;
	width: 1000px;

}

nav ul li{
	text-align:center;

}




nav a{
	color:#684c3f;
	font-size:16px;
	display:block;
	width:100%;
	height:100%;
	padding:10px 0;
}
nav a:hover{
	opacity:0.7;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}




/*メインイメージ*/

.main-slider{width: 100%;  }

#sample li{ text-align: center; }

.main_txt {
    position: absolute;
    top: 300px;
    right: 30px;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
	z-index: 1;
}


/*トップ　コンテンツ*/
.con-topbg{width:100%;
  	background: url(images/foot-bg.jpg);
	background-repeat: repeat-x;}


.about-tit:before{content:"●"; color:#CC9900; }
.about-tit{ font-size:16px; line-height: 2; color: #684c3f; font-size:20px;}
.about-txt{ font-size:16px; line-height: 2;color: #684c3f;}
.fa-shopping-cart {margin-right: 6px; color: #684c3f;}

.info-bg{
	background:#424c56;
	color:#fff;
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
}
.info-tit{ font-size: 24px; font-weight: bold;color:#684c3f;}
.info-itemtit{ font-size: 22px; font-weight: bold;color:#684c3f; margin: 20px auto 0px auto;}

.info-news p{ margin:5px;color:#684c3f;}
.info-news li{ margin-bottom:5px;}



.item-bg{width:100%;
  	background: url(images/main-bg.jpg);
	background-repeat: repeat-y;
background-position: top center;}

.item-bg2{width:100%;
  	background: url(images/bg-washi.jpg);
	background-repeat: repeat;
background-position: top center;}

.item-bg3{width:100%;
  	/*background:  url(images/main-bg2.png) ;*/
	background-repeat: repeat-y;
background-position: top center;
border-top:3px solid #D6A433;}

.item-bg3 *{ color:#000;}

.item-list{
	text-align: center;
	margin-bottom: 30px;
	transition: .3s;
}
.item-list a:hover{
	opacity: .7;
}
.item-list span{ color:#684c3f; font-size: 14px; font-weight: bold; line-height: 1.8;}

.access-line{ border-bottom: 2px solid #D6A433; padding-bottom: 10px;}
.gmap{ width:830px; margin: 15px auto; color: #684c3f;}

.txt-link {
	text-decoration: underline;
	color: #684c3f;
}
.txt-link:hover {
	transform: .3s;
	opacity: .7 !important;
}

h1 {
	margin: 0 auto;
	padding-top: 10px;
	width: 100%;
	max-width: 945px;
	font-size: 10px;
	font-weight: 400;
}
.fc-1 {
	color: #684c3f;
}

.main-img1 {
    padding-top: 540px;
    background: url(images/main-kiku.jpg) center bottom 0;
    background-size: cover;
    position: relative;;
}
.main-img2 {
    padding-top: 540px;
    background: url(images/main-kimi.jpg) center bottom 0;
    background-size: cover;
    position: relative;;
}

.main-img3 {
    padding-top: 540px;
    background: url(images/main-kin.jpg) center bottom 0;
    background-size: cover;
    position: relative;;
}


.main-img4 {
    padding-top: 540px;
    background: url(images/main-usukawa2.jpg) center bottom 0;
	background-color: #684c3f;
    background-size: cover;
    position: relative;;
}

.main-imghana {
    padding-top: 540px;
    background: url(images/main-hananokanazawa.jpg) center bottom 0;
	background-color: #684c3f;
    background-size: cover;
    position: relative;;
}

.main-okashi {
    padding-top: 540px;
    background: url(images/main-okashi.jpg) center bottom 0;
    background-size: cover;
    position: relative;;
}
.main-usagi {
    padding-top: 540px;
    background: url(images/main-usagi.jpg) center bottom 0;
    background-size: cover;
    position: relative;;
}

.main-img5 {
    padding-top: 264px;
    background: url(images/item-bg.jpg) center bottom 0;
	background-color: #684c3f;
    background-size: cover;
    position: relative;;
}
.main-img6 {
    padding-top: 540px;
    background: url(images/about-bg.jpg) center bottom 0;
	background-color: #684c3f;
    background-size: cover;
    position: relative;;
}

.main-img7 {
    padding-top: 264px;
    background: url(images/other-bg.jpg) center bottom 0;
	background-color: #684c3f;
    background-size: cover;
    position: relative;;
}

.main-column {
    padding-top: 540px;
    background: url(images/col-kintuba-headimg.jpg) center bottom 0;
    background-size: cover;
    position: relative;;
}

.item-name{
	color:#fff;
	font-size: 30px;
	text-shadow:0px 2px 3px #000000;
}

.tit-bg{
	background: url(images/title-bg.jpg) left top 0 no-repeat;
	background-size: cover;
	font-size: 20px;
	padding: 8px 15px;
}
.kikuno-histry{ padding:1em; line-height:1.7; border-bottom:1px dotted #ccc; margin:0 1em 1px 1em; background: #fff}

.item_info {
	margin: 1em;
	padding: 1em;
	border: 3px solid #E8DCA4;
	background: #FCFAF8;
}
.item_info dt {
	font-weight: bold;
	float: left;
	clear: both;
	padding: .6em;
}
.item_info dd {
	padding: .6em;
	padding-left: 6em;
	border-top: 1px dashed #ccc;
}
.item_info dd.borno {
	border-top: none;
}

.cont_ul li {
	padding: 0 .2em;
}

.cols {
	text-align: center;
	letter-spacing: -.4em;
}

.cols li {
	display: inline-block;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
}
.wagasi_ul p {
	color: #684c3f;
	font-weight: bold;
}
.wagasi_ul {
	text-align: left;
}
.wagasi_ul li {
	width: 33%;
	padding: 14px 20px;
}

.wagasi_ul li a img{
	transition: 0.3s;
}
.wagasi_ul li a img:hover{
	opacity: 0.7;
}

.wagasi_ul li span{
	font-size: 14px;
	color: #777;
}

/* トップページお知らせ一覧 */
#news {
	margin-top: -100px;
	padding-top: 100px;
}
.news_boxWrapper {
	padding: 10px 0px 10px 0px;
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
}
.news_boxWrapper:hover {
	background-color: #EEEADE;
}
.news_box {
	border-left: solid #CBA657 4px;
	padding-left: 15px;
}
.news_box_btm {
	display: flex;
	margin-top: 5px;
}
.news_box_btm .more {
	margin-left: auto;
	position: relative;
	margin-right: 25px;
}
.news_box_btm .more::after {
	position: absolute;
	content: "";
	width:0;
	height:0;
	border-style:solid;
	border-width: 6.5px 0 6.5px 7px;
	border-color: transparent transparent transparent #684C3F;
	top: 50%;
    right: -10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.news_box_more {
	background-color: #CBA657;
	color: white;
	font-size: 20px;
	border-radius: 100px;
	padding: 10px 24px;
	text-align: center;
	font-weight: bold;
	position: relative;
	max-width: 290px;
	margin: 30px auto 0 auto;
	padding: 10px 40px 10px 24px;
}
.news_box_more::after {
	position: absolute;
	content: "";
	width:0;
	height:0;
	border-style:solid;
	border-width: 10px 0 10px 11px;
	border-color: transparent transparent transparent #FFFFFF;
	top: 50%;
    right: 30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.news_box_more:hover {
	background-color: #D5B779;
}
.no-deco:hover {
	text-decoration: none;
}

/*　きんつばコラムここから　*/
.col-kintuba{
	line-height: 2.2em;
	font-size: 18px;
	padding-bottom: 100px;
}

.col-kintuba a{
	color:#684c3f;
	text-decoration: underline;
}

.col-kintuba a:hover{text-decoration: none;}

.col-kintuba p{
	margin-bottom: 30px;
}

.col-midashi-1{
	margin-bottom: 15px;
	border-left: 3px solid #CC9900;
	padding-left: 15px;
	font-size: 120%;
	font-weight: bold;
}

.col-midashi-2{
	display: inline-block;
	font-weight: bold;
	background: #E8DCA4;
	padding: 3px 5px 1px;
	margin-bottom: 15px;
}

.col-mark{
	background: linear-gradient(transparent 50%, #E8DCA4 50%);
	font-weight: bold;
}

.col-kintuba h2{
	margin: 100px 0 30px;
}
.col-kintuba h2:first-of-type{margin-top: 0;}

.col-kintuba img{
	max-width: 100%;
	height: auto;
}

ol.col-flow1 {
	list-style: decimal;
	font-weight: bold;
	margin: 0 0 50px 50px;
  }

ul.col-flow2{
	list-style:disc;
	font-weight: bold;
	margin: 0 0 50px 50px;
}
ul.col-flow2 li::marker{
		color: #D6A433;
}

@media only screen and (max-width: 480px) {
	/* .main-column {
		padding-top: 400px;
		background: url(images/col-kintuba-headimg_sp.jpg) left top 0;
		background-size: cover;
	} */

	ol.col-flow1 {
		margin: 0 0 50px 30px;
	}
	ul.col-flow2{
		margin: 0 0 50px 30px;
	}
}

/*　きんつばコラムここまで　*/


.fax_download {
	display: block;
	border-radius: 3px;
	border: 1px solid #CCC8BB;
	background: url(../images/fax_bg.png);
	width: 1100px;
	max-width: 100%;
	padding: 1em;
	margin: auto;
	background: #fff;
}

.img_left {
	float: left;
	margin: 0 1em 0 0;
}


.img_right {
	float: right;
	margin: 0 0 0 1em;
}



.online_shop {
	padding: 2em;
	background: #F3F0DF;
	width: 705px;
	max-width: 100%;
	display: block;
	margin: auto;
}
.online_shop li {
	text-align: center;
}
.online_shop li a {
	width: 80%;
	line-height: 54px;
	color: #684c3f;
	font-weight: bold;
	display: block;
	margin: auto;
}
.online_shop li a.rakuten {
	background: #990000;
}
.online_shop li a.yahoo {
	background: #CC3333;
}

.online_shop2 li {
	text-align: center;
	width: 100%;
	padding: 8px;
}
.online_shop2 li a {
	width: 95%;
	line-height: 30px;
	color: #684c3f!important;
	font-weight: bold;
	display: block;
	margin: auto;
}
.online_shop2 li a.rakuten {
	background: #990000;
}
.online_shop2 li a.yahoo {
	background: #CC3333;
}

a.bunseki {
	background: #990000;
	width: 80%;
	line-height: 54px;
	color: #fff;
	font-weight: bold;
	display: block;
	margin: auto;
}


.span_y {
	/*width: auto;*/
	/*max-width: 50%;*/
	padding: 3%;
}


.contact {
	padding: 2.75em 5em;
	font-size: 16px;
	border: 7px solid #E1E1E1;
	text-align: center;
	background: #fff;
}
.contact strong {
	font-size: 27px;
	padding: 0 0 0 1em;
}
.contact small {
	font-size: 13px;
	margin-top: 2em;
	display: inline-block;
}

.privacy strong {
	font-weight: bold!important;
	font-size: 14px!important;
}

.privacy,.privacy p{ color:#684c3f;}


.mapg {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.mapg.maingmap {
position: relative;
padding-bottom: 40%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.mapg iframe,
.mapg object,
.mapg embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.pad1em {
	padding: 0 1em!important;
}


.arrow_2 {
	display: inline-block;
	position: relative;
	padding: 0 0 0 1.4em;
	line-height: 1.4em;
	background: url(images/menu_icon01.png) no-repeat left 0 top 1px;
}

a.link {
	color: #684c3f;
	text-decoration: underline;
}

.pad1em {
	padding: 0 1em!important; color: #684c3f;
}
.pad1em p{ color:#684c3f;}


.telnumber a{ color:#333;}


/*フッターエリア*/

footer{width:100%;
  	background: #fff /* url(images/foot-bg.jpg) */;
	background-repeat: repeat-x;
	border-top: #cfc5c1 1px solid;
}
@media screen and (max-width: 945px) {
	footer {
		margin-bottom: 44px;
	}
}


.foot-link{
	margin: 0 auto;
	padding: 5px 0;
	width: 100%;
	max-width: 650px;
	flex-wrap: wrap;
}
.foot-link li{ margin:5px 10px; font-size:14px;color:#684c3f}
.foot-link a:before{
	content:url(images/allow.png);
	margin: 10px 5px;
    position: relative;
    top: -2px;
	color:#684c3f;
}
.foot-link a{color:#684c3f;}

.foot-link li:last-of-type{
	margin:5px 0;
	font-size:14px;
	color:#684c3f
}


.copy-area{
	padding:5px 0;
	width:100%;
	text-align: center;
	margin-top:40px;
	font-size:12px;
	color:#684c3f;
}


.pageTop {
position: fixed;
bottom: 190px;
right: 10px;
}

@media screen and (max-width: 945px) {
	.pageTop {
		bottom: 50px;
	}
}

@media only screen and (max-width: 480px) {
	.foot-link li:nth-of-type(9){
		display: inline-block;
	}
	.foot-link li:last-of-type{
		display: inline-block;
		margin: 5px 0;
	}
}

/*LINE友だち追加ボタン*/
#flyin {
	z-index:100;
	border-radius:10px 0 0;
	-moz-border-radius:10px 0 0;
	-webkit-border-radius:10px 0 0;
	width: 160px;
	position:fixed;
	bottom:0px;
	right:0px;
	-webkit-backface-visibility:visible!important;
	-ms-backface-visibility:visible!important;
	backface-visibility:visible!important;
	-webkit-animation:flipInY 1s cubic-bezier(0.77,0,.175,1);
	-moz-animation:flipInY 1s cubic-bezier(0.77,0,.175,1);
	-o-animation:flipInY 1s cubic-bezier(0.77,0,.175,1);
	animation:flipInY 1s cubic-bezier(0.77,0,.175,1);
	-webkit-transition:bottom .5s ease,background-position .5s ease;
	transition:bottom .5s ease,background-position .5s ease;
	padding:0;
	transition: 0.3s ease-in-out;
}
	#flyin .flyinclose {
	-webkit-transition:0 .5s ease .2s,opacity .5s ease,top .5s ease .2s;
	transition:transform .5s ease .2s,opacity .5s ease,top .5s ease .2s;
	content:'';
	display:block;
	z-index:2;
	cursor:pointer;
	width:30px;
	height:30px;
	position:absolute;
	top:0px;
	right:0px;
	margin:0;
	padding:0;
	background-color: #009A00;
	border: none;
	}
#flyin .flyinclose::before,.flyinclose::after {
	content: "";
	position: absolute;
	top: 18px;
    right: 18px;
	width: 1px; /* 棒の幅（太さ）*/
	height: 20px; /* 棒の高さ*/
	background: white; /* バツ印の色*/
}
#flyin .flyinclose::before {
	transform: translate(-50%,-50%) rotate(45deg);
  }

  #flyin .flyinclose::after {
	transform: translate(-50%,-50%) rotate(-45deg);
  }

#flyin a:hover {
	text-decoration: none;
}
	.hide {
	opacity:0;
	-webkit-transition:opacity 1s ease;
	transition:opacity 1s ease;
	}

	.hide div {
	top:60%!important;
	-webkit-transition:top 1s ease;
	transition:top 1s ease;
	}
	.hidden {
	  opacity: 0;
	  visibility: hidden;
	}

	div#flyin:hover {
		transform: translateY(-5px);
		transition: all .5s;
	}
.lineBtn_top {
	background-color: #009A00;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.3;
	padding: 15px 0;
}
.lineBtn_top img {
	display: none;
}
.lineBtn_btm {
	background-color: #DEEDDE;
	border: #009A00 5px solid;
	text-align: center;
	color: #684C3F;
	font-size: 16px;
	line-height: 1.3;
	padding: 15px 0;
}
@media screen and (max-width: 945px) {
	.lineBtn_btm {
		display: none;
	}
	#flyin {
		width: 261px;
		height: 44px;
	}
	.lineBtn_top {
		font-size: 16px;
		text-align: left;
		height: 44px;
		padding: 12px 0 0 0;
	}
	.lineBtn_top img {
		width: 27px;
		display: inline-block;
		margin: -6px 8px 0px 15px;
		vertical-align: middle;
	}
	.lineBtn_top .lineBtn_top_br {
		display: none;
	}
	#flyin .flyinclose::before,.flyinclose::after {
		height: 13px;
		margin-top: 3px;
	}
}

/*パンくず*/
.pankuzu{ margin:auto; text-align:left; font-size:12px; padding:0 10px;}
.pankuzu li{ margin-right:20px; color:#999;}
.pankuzu li:before{content:"＞";}
.pankuzu li:first-child:before{content:"";}

@media only screen and (min-width: 480px) {
	.toplogo{position:absolute; top: -10px; z-index:100;}
	/*ドロップダウンメニュー*/
#dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  margin: 0;
	padding: 0;
  border-radius: 0 0 3px 3px;
	z-index: 9999;
}
#dropmenu li:last-child ul{
  left: -100%;
  width: 100%
}
#dropmenu li ul li{
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #684c3f;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#dropmenu li ul li a{
  padding: 13px 15px;
  background: #fff;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
}

#dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}

}

.only-sp {
	display: none;
}
.only-pc {
	display: block;
}

@media only screen and (max-width: 480px) {
	.only-sp {
		display: block;
	}
	.only-pc {
		display: none;
	}
	h1 {
		width: 88%;
	}
	.about-tit-sp br{
		display: none;
	}
	.about-tit-sp span{
		display: block;
	}
	.link-icons {
		display: none;
	}
	header{ height:auto;}
.g-1028,.g-945,.g-890{
	position: relative;
    width: 95%;
    margin: auto;
	padding:15px;
	}

.flex {
	display:block;

}
.flex-nav{
	display:block;
}
nav{
	position: relative; top: 0px; left: 0px;
	width:100%;

}
.toplogo{ z-index:10000;text-align:left;width: 58%; position:absolute; padding-top:40px;}
	.main_txt{display: none;}
	.item-list img{ width: 100%;}

.gmap { width: 100%;}
.gmap iframe{ width: 100%;}

.cont_ul li {
		width: 100%;
	}
	.cont_ul li .mapg {
		margin: 0 0 1em;
	}
	.wagasi_ul {
		display: flex;
		justify-content: space-around;
		/*align-content: flex-start;*/
		flex-wrap: wrap;
	}
	.wagasi_ul li {
		width: 45%;
		padding: 1%;
		margin: 1em 0.5em;
		text-align: center;
	}
	.wagasi_ul li img{width:100%;}
	.img_left {
		float: none;
		display: block;
		margin: auto;
		width: 100%;
	}

	.img_right {
		float: none;
		display: block;
		margin: 1em auto 0;
	}
	.online_shop {
		width: 100%;
	}
	.online_shop2 li{
		width: 100%;
	}
	.online_shop li {
		padding: .4em 0;
	}
.tit-bg{
	background: url(images/title-bg.jpg) left top 0 no-repeat;
	background-size: cover;
	font-size: 16px; 
	padding: 8px 15px;
}
	.spw100{width:100%}
	.spw50{width:46%}
	.contact strong {
		display:block;
	font-size: 16px;
	padding: 0 0 0 0em;
}
	
	.cont_ul li .mapg {
		margin: 0 0 1em;
	}

.main-imghana {
	padding-top: 280px;
    background-size: auto 100%;
	background-position:-100px;
}
.main-okashi {
	padding-top: 280px;
    background-size: auto 100%;
	background-position:-250px;
}
.main-usagi {
	padding-top: 250px;
    background-size: auto 100%;
	background-position:-320px;
}

.main-img1 {
    padding-top: 200px;
    background-size: cover;
    position: relative;
}
.main-img2 {
    padding-top: 200px;
    background-size: cover;
    position: relative;
}

.main-img3 {
    padding-top: 200px;
    background-size: cover;
    position: relative;
}


.main-img4 {
    padding-top: 200px;
	background-color: #fff;
    background-size: cover;
    position: relative;
}

.main-img5 {
    padding-top: 264px;
	background-color: #fff;
    background-size: cover;
    position: relative;
}
.main-img6 {
    padding-top: 200px;
	background-color: #fff;
    background-size: cover;
    position: relative;
}

.main-img7 {
    padding-top: 264px;
	background-color: #fff;
    background-size: cover;
    position: relative;
}

.main-column {
    padding-top: 200px;
    background-size: cover;
    position: relative;
}

.item-name{font-size: 24px; padding-right: 20px;}
.info-itemtit{ font-size: 18px; font-weight: bold;color:#684c3f; margin: 20px auto 0px auto;}
}

.shop_bnr {
	padding-bottom: 0;
}

.shop_bnr_inner {
	margin-bottom: 0;
}


@media only screen and (min-width: 480px) {

.g-1028,.main-slider,
.con-topbg,.main-img1,.main-img2,.main-img3,
.main-img4,.main-imghana,.main-okashi,
.main-usagi,.main-img5,.main-img6,
.main-img7,header,footer,.info-bg,
.item-bg,.item-bg2,.item-bg3,.main-column
{min-width:1028px;}


}




