@charset "UTF-8";
/*----------------------------------------------
 reset styles
----------------------------------------------*/
main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  display: block;
}
/*----------------------------------------------
 formatting styles
----------------------------------------------*/
html {
  font-size: 62.5%;
}
body {
  font-family:Verdana,"Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.3em; /* =13px */
  line-height: 1.6;
  background: url(../img/common/bg.jpg) repeat 0 0;
}
@media screen and (max-width:767px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
  th, td {}
}
a {
  color: #534741;
  text-decoration: none;
}
a:visited {
  color: #736357;
  text-decoration: none;
}
a:hover {
  color: #D85A24;
  text-decoration: underline;
}
img {
  border-style: none;
	vertical-align: bottom;
}
@media screen and (min-width:768px) {
  .spPart, #sbtnCartSp {
    display: none;
  }
}
/*----------------------------------------------
 clearfix
----------------------------------------------*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
/*----------------------------------------------
 box-sizing
----------------------------------------------*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
/* ----------------------------------------------
header
----------------------------------------------*/
header {
  width: 960px;
  margin: 0 auto;
  height: 178px;
  position: relative;
}
header img {
	vertical-align: baseline;
}
#headerBox01 {
  float: left;
  width: 424px;
}
#headerBox02 {
  float: right;
  width: 376px;
}
dl#typehLogo {
  width: 424px;
  margin-top: 18px;
  margin-bottom: 18px;
}
dl#typehLogo dt {
  height: 14px;
  margin-bottom: 6px;
}
dl#typehLogo dd {
  height: 64px;
}
dl#typehTel {
  float: left;
}
dl#typehTel dt {
  height: 15px;
  margin-bottom: 9px;
}
dl#typehTel dd {
  height: 35px;
}
dl#typehFax {
  float: right;
}
dl#typehFax dt {
  height: 15px;
  margin-bottom: 9px;
}
dl#typehFax dd#hFaxBtn {
  position: absolute;
  left: 293px;
  top: 139px;
}
dl#typehFax dd#hFaxBtn a {
  display: block;
  width: 133px;
  height: 21px;
  overflow: hidden;
}
dl#typehFax dd img {
	vertical-align: top;
}
dl#typehFax dd#hFaxBtn a:hover {
  background-image: url(../img/header/btn-fax.png);
  background-position: 0 -21px;
  background-repeat: no-repeat;
}
dl#typehFax dd#hFaxBtn a:hover img {
  visibility: hidden;
}
/* メニュー */
ul#listhNavi {
  float: right;
  width: 271px;
  height: 27px;
  padding-top: 4px;
  list-style: none;
  color: #FFFFFF;
  font-size: 85%;
  text-align: center;
  background: url(../img/header/navi-bg.png) repeat 0 0;
}
ul#listhNavi li {
  display: inline;
}
ul#listhNavi li a {
  color: #FFFFFF;
}
ul#listhMenu {
  width: 376px;
  list-style: none;
  margin-top: 35px;
}
ul#listhMenu li {
  float: left;
}
ul#listhMenu li a {
  display: block;
  height: 126px;
  background-position: 0 126px;
  background-repeat: no-repeat;
}
ul#listhMenu li#hmHome a {
  width: 57px;
  background-image: url(../img/header/menu-home-over.png);
}
ul#listhMenu li#hmGuide a {
  width: 51px;
  background-image: url(../img/header/menu-guide-over.png);
}
ul#listhMenu li#hmVoice a {
  width: 54px;
  background-image: url(../img/header/menu-voice-over.png);
}
ul#listhMenu li#hmRecipe a {
  width: 51px;
  background-image: url(../img/header/menu-recipe-over.png);
}
ul#listhMenu li#hmBlog a {
  width: 61px;
  background-image: url(../img/header/menu-blog-over.png);
}
ul#listhMenu li#hmAbout a {
  width: 51px;
  background-image: url(../img/header/menu-about-over.png);
}
ul#listhMenu li#hmContact a {
  width: 51px;
  background-image: url(../img/header/menu-contact-over.png);
}
ul#listhMenu li a:hover {
  background-position: 0 0;
}
ul#listhMenu li a:hover img {
  display: none;
}
ul#listhMenu li img {
  vertical-align: baseline;
}



@media screen and (max-width:767px) {
  header {
    width: 100%;
    height: 100%;
		padding: 0 0 1px;
  }
  #headerBox01 {
    float: none;
    width: 100%;
  }
  #headerBox02 {
    display: none;
    height: 0;
  }
  ul#listhNavi {
    height: 0;
  }
  dl#typehLogo {
    width: 90%;
    margin: 5px 15px 0;
  }
  dl#typehLogo dt {
    height: 100%;
    margin-bottom: 6px;
  }
  dl#typehLogo dd {
    height: 100%;
    margin-bottom: 0px;
  }
  dl#typehLogo dt img {
    width: 20%;
    height: auto;
  }
  dl#typehLogo dd img {
    width: 60%;
    height: auto;
  }
  dl#typehTel, dl#typehFax {
    display: none;
    height: 0;
  }
  #spMenu {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto 20px;
    z-index: 1;
  }
  #spMenu .btn {
    width: 52px;
    height: 52px;
    position: absolute;
    top: -65px;
    right: 75px;
  }
  #spMenu .btn2 {
    width: 52px;
    height: 52px;
    position: absolute;
    top: -65px;
    right: 15px;
  }
/*メニュー開閉部分*/
#menuBox {
	margin-bottom: 20px;
}
#menuLeftBox {
	float: left;
	width: 44%;
}
#menuLeftBox ul {
	list-style: none;
	border-top: 1px solid #806239; 
	border-right: 1px solid #806239; 
}
#menuLeftBox ul li {
	border-bottom: 1px solid #806239;
}
#menuLeftBox ul li a {
	position: relative;
	display: block;
	padding: 18px 0 16px 25px;
	text-decoration: none;
}
#menuListGuid {
	background-image: url(../img/sp/bgMenuList01.png),
	url(../img/sp/bg-guide.png) ;
	background-size: 14px 14px,43px 40px;
	background-position:5px center,right center;
	background-repeat: no-repeat,no-repeat;
	padding-bottom: 7px;
	padding-top: 7px;
}
#menuListCart {
	background-image: url(../img/sp/bgMenuList02.png),
	url(../img/sp/bg-cart.png) ;
	background-size: 14px 14px,43px 40px;
	background-position:5px center,right center;
	background-repeat: no-repeat,no-repeat;
	padding-bottom: 7px;
	padding-top: 7px;
}
.menuListBlog {
	background-image: url(../img/sp/bgMenuList03.png),
	url(../img/sp/bg-blog.png) ;
	background-size: 14px 14px,43px 40px;
	background-position:5px center,right center;
	background-repeat: no-repeat,no-repeat;
}
#menuListFacebook {
	background-image: url(../img/sp/bgMenuList01.png),
	url(../img/sp/bg-facebook.png) ;
	background-size: 14px 14px,43px 40px;
	background-position:5px center,right center;
	background-repeat: no-repeat,no-repeat;
}

#menuLeftBox ul li:nth-child(7),
#menuLeftBox ul li:nth-child(10) {
	background:url(../img/sp/bgMenuList01.png) no-repeat 5px center;
	background-size: 14px 14px;
}
#menuLeftBox ul li:nth-child(8),
#menuLeftBox ul li:nth-child(11) {
	background:url(../img/sp/bgMenuList02.png) no-repeat 5px center;
	background-size: 14px 14px;
}
#menuLeftBox ul li:nth-child(6),
#menuLeftBox ul li:nth-child(9) {
	background:url(../img/sp/bgMenuList03.png) no-repeat 5px center;
	background-size: 14px 14px;
}

#menuRightBox {
	float: right;
	width: 56%;
	box-sizing: border-box;
}
#menuRightBox dt {
	text-align: center;
	padding: 5px;
	border: 1px solid #806239;
	background-color: #806239;
	font-size: 16px;
	color: #ffffff;
	height: 38px;
}
#listsGoods2 {
	width:100%;
	background-color:#FFFFFF;
	list-style:none;
}
#listsGoods2 li {
	border-bottom:1px solid #806239;
}
#listsGoods2 li a {
	padding-left:95px;
	line-height:1.5;
	display:block;
	height:73px;
}
#listsGoods2 li#sgMirin a {
	padding-top: 25px;
	background: url(../img/side/goods-mirin.png) no-repeat 15px center;
}
#listsGoods2 li#sgRyouri a{
	padding-top: 25px;
	background: url(../img/side/goods-ryouri.png) no-repeat 15px center;
}
#listsGoods2 li#sgJunmai a{
	height:77px;
	padding-top:8px;
	background: url(../img/side/goods-junmai.png) no-repeat 15px center;
}
#listsGoods2 li#sgHonjozo a{
	padding-top: 15px;
	background: url(../img/side/goods-honjozo.png) no-repeat 15px center;
}
#listsGoods2 li#sgKisetsu a{
	padding-top: 25px;
	background: url(../img/side/goods-kisetsu.png) no-repeat 15px center;
}
#listsGoods2 li#sgShochu a{
	padding-top: 25px;
	background: url(../img/side/goods-shochu.png) no-repeat 15px center;
}
#listsGoods2 li#sgLiquor a{
	padding-top: 15px;
	background: url(../img/side/goods-liquor.png) no-repeat 15px center;
}
#listsGoods2 li#sgGift a{
	padding-top: 25px;
	background: url(../img/side/goods-gift.png) no-repeat 15px center;
	border-bottom:none;
}
	#bnnBox {
		width: 220px;
		clear: both;
		margin: 0 auto;
		padding-top: 20px;
		
	}
	#bnnBox ul.banner {
		list-style: none;
	}
	#bnnBox ul.banner li {
		margin-bottom: 15px;
	}
}
/* ----------------------------------------------
 #mainVisual
----------------------------------------------*/
#mainVisual {
  width: 960px;
  height: 349px;
  margin: 0 auto 30px;
}
ul#listVisual {
  list-style: none;
  position: relative;
}
ul#listVisual li {
  position: absolute;
  left: 0;
  top: 0;
}
ul#listVisual li.hihyoji {
  display: none;
}
/* SP style */
@media screen and (max-width:767px) {
  #mainVisual {
    width: 100%;
    height: 120px; /* Android4.1 */
    height: 36vw;
    margin-bottom: 30px;
  }
  #mainVisual img {
    width: 100%;
    height: auto;
  }
  ul#listVisual {
    list-style: none;
    position: relative;
  }
  ul#listVisual li {
    position: absolute;
    left: 0;
    top: 0;
  }
  ul#listVisual li.hihyoji {
    display: none;
  }
}
/* ----------------------------------------------
main
----------------------------------------------*/
/* main全体
=================================*/
main {
  width: 960px;
  margin: 0 auto;
}
@media all and (min-width: 768px) {
  #container {
    position: relative;
  }
  #osusumeBox, #kodawariBox, #mainBox01 {
    margin: 0 0 0 auto;
  }
  #sgoodsBox {
    position: absolute;
    top: 0;
    left: 0;
  }
  #sbtnBox {
    position: absolute;
    top: 581px;
    left: 0;
  }
  #sguideBox {
    position: absolute;
    top: 692px;
    left: 0;
  }
  #bnnArea {
    position: absolute;
    top: 966px;
    left: 0;
  }
}
@media screen and (max-width:767px) {
  main {
    width: 100%;
    margin: 0 auto;
  }
}
/* 左サイド 
=================================*/
#sgoodsBox, #sbtnBox, #sguideBox, #sBanBox, #sBlogBox {
  width: 220px;
  margin-bottom: 35px;
}
#sgoodsBox .midashi, #sguideBox .midashi {
  background-color: #806239;
  text-align: center;
  border-radius: 10px 10px 0 0;
  border: 1px solid #806239;
}
ul#listsGoods {
  width: 100%;
  padding: 0 14px 5px;
  background-color: #FFFFFF;
  border-left: 1px solid #B29680;
  border-right: 1px solid #B29680;
  border-bottom: 1px solid #B29680;
  list-style: none;
  border-radius: 0 0 10px 10px;
}
ul#listsGoods li a {
  padding: 10px 0 10px 80px;
  border-bottom: 1px dotted #B29680;
  line-height: 1.5;
  display: flex;
  align-items: center;
  min-height: 60px;
}
ul#listsGoods li#sgMirin a {
  background: url(../img/side/goods-mirin.png) no-repeat 0 center;
}
ul#listsGoods li#sgRyouri a {
  background: url(../img/side/goods-ryouri.png) no-repeat 0 center;
}
ul#listsGoods li#sgJunmai a {
  background: url(../img/side/goods-junmai.png) no-repeat 0 center;
}
ul#listsGoods li#sgHonjozo a {
  background: url(../img/side/goods-honjozo.png) no-repeat 0 center;
}
ul#listsGoods li#sgKisetsu a {
  background: url(../img/side/goods-kisetsu.png) no-repeat 0 center;
}
ul#listsGoods li#sgShochu a {
  background: url(../img/side/goods-shochu.png) no-repeat 0 center;
}
ul#listsGoods li#sgLiquor a {
  background: url(../img/side/goods-liquor.png) no-repeat 0 center;
}
ul#listsGoods li#sgGift a {
  background: url(../img/side/goods-gift.png) no-repeat 0 center;
  border-bottom: none;
}
#sbtnCart {
  width: 220px;
  margin-bottom: 10px;
}
#sbtnToroku {
  width: 105px;
  float: left;
}
#sbtnMypage {
  width: 105px;
  float: right;
}
#sbtnCart a, #sbtnToroku a, #sbtnMypage a {
  display: block;
  height: 33px;
  overflow: hidden;
}
#sbtnCart a:hover {
  background-image: url(../img/side/btn-cart.png);
  background-position: 0 -33px;
  background-repeat: no-repeat;
}
#sbtnToroku a:hover {
  background-image: url(../img/side/btn-toroku.png);
  background-position: 0 -33px;
  background-repeat: no-repeat;
  background-size: 105px 66px;
}
#sbtnMypage a:hover {
  background-image: url(../img/side/btn-mypage.png);
  background-position: 0 -33px;
  background-repeat: no-repeat;
  background-size: 105px 66px;
}
#sbtnCart a:hover img, #sbtnToroku a:hover img, #sbtnMypage a:hover img {
  visibility: hidden;
}
ul#listsGuide {
  width: 100%;
  padding: 0 14px 5px;
  background-color: #FFFFFF;
  border-left: 1px solid #B29680;
  border-right: 1px solid #B29680;
  border-bottom: 1px solid #B29680;
  list-style: none;
  border-radius: 0 0 10px 10px;
}
ul#listsGuide li {
  padding: 7px 0 5px 20px;
  border-bottom: 1px dotted #B29680;
  background: url(../img/common/list-square.png) no-repeat 8px center;
}
ul#listsGuide li#sgNobrdr {
  border-bottom: none;
}
ul.listsBan {
  list-style: none;
  width: 220px;
  margin-top: 10px;
  margin-bottom: 10px;
}
ul.listsBan li {
  padding-left: 20px;
  background: url(../img/common/list-arrow.png) no-repeat 5px 0.4em;
}
#sMaga,.sMaga {
  width: 100%;
  height: 151px;
  padding-top: 91px;
  padding-left: 10px;
  margin-bottom: 18px;
  background: url(../img/side/maga-bg.png) no-repeat 0 0;
}
#sTsushin {
  width: 220px;
  margin-bottom: 25px;
}
.sbanSpc {
  margin-bottom: 10px;
}
.sban a:hover, #sMaga a:hover, #sTsushin a:hover, #sBlogBox a:hover {
  filter: Alpha(Opacity=80);
  opacity: 0.80;
  display: inline-block;
}
.lineBtn img {
	width: 220px;
	height: auto;
}
@media screen and (max-width:767px) {
  #sgoodsBox, #sbtnBox, #sguideBox, #sBanBox, #sBlogBox, #gentei {
    width: 90%;
    margin: 0 auto 30px;
  }
  #sgoodsBox {
    margin-top: 30px;
  }
  ul#listsGoods {
    width: 100%;
    padding: 0 8px;
    background-color: #FFFFFF;
    border: 1px solid #806239;
    list-style: none;
    border-radius: 0 0 10px 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  ul#listsGoods li {
    display: flex;
    align-content: center;
    width: 48%;
    border-bottom: 1px dotted #B29680;
  }
  ul#listsGoods li:nth-child(2n+1) {
    width: 52%;
    border-bottom: 1px dotted #B29680;
  }
  ul#listsGoods li a {
    min-height: 70px;
    padding: 10px 10px 10px 75px;
    line-height: 1.5;
    border-bottom: none;
  }
  #gentei {
    width: 90%;
    margin: 30px auto 0;
  }
  #gentei div:first-child {
    background-color: #806239;
    text-align: center;
    border-radius: 10px 10px 0 0;
    border: 1px solid #806239;
  }
  #gentei div:last-child {
    display: none;
  }
  ul#listsGentei {
    width: 100%;
    padding: 0 8px;
    background-color: #FFFFFF;
    border: 1px solid #806239;
    list-style: none;
    border-radius: 0 0 10px 10px;
  }
  ul#listsGentei li {
    width: 50%;
    float: left;
  }
  .btnArea {
    max-width: 335px;
    margin: 0 auto;
  }
  #sbtnCartSp {
    width: 105px;
    display: block;
    float: left;
    margin-right: 10px;
  }
  #sbtnCart {
    display: none;
  }
  #sbtnToroku {
    width: 105px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #sbtnMypage {
    width: 105px;
    float: left;
  }
  #sbtnCart a, #sbtnToroku a, #sbtnMypage a {
    display: block;
    height: 33px;
    overflow: hidden;
  }
  ul#listsGuide {
    width: 100%;
    padding: 5px 7px 0;
    background-color: #FFFFFF;
    border: 1px solid #B29680;
    list-style: none;
    border-radius: 0 0 10px 10px;
  }
  ul#listsGuide li {
    padding-left: 0;
    padding-bottom: 8px;
    margin-top: 10px;
    border-bottom: 1px dotted #B29680;
    background: none;
    width: 50%;
    float: left;
  }
  ul#listsGuide li:nth-child(5) {
    border-bottom: none;
  }
  ul#listsGuide li a {
    background: url(../img/common/list-square.png) no-repeat 5px 0.7em;
    padding-left: 15px;
    line-height: 1.5;
    display: block;
  }
  ul#listsGuide li#sgNobrdr {
    border-bottom: none;
  }
  #sBanBox, #sMaga, #sTsushin {
    display: none;
  }
#sBlogBox .blog01 {
	background-color: #ffffff;
	text-align: center;
	padding: 25px 0 15px;
}
#sBlogBox .blog02 {
	margin-top: 30px;
	background-color: #ffffff;
	text-align: center;
	padding: 25px 0 15px;
}
#sBlogBox .blog01:before,
#sBlogBox .blog02:before{
	content: attr(title);
  display: block;
  font-size: 17px;
	color: #806239;
	margin-bottom: 10px;
	}
#sBlogBox .lineBtn img {
		width: auto;
		height: 68px;
	}
}
/* おすすめ商品 
=================================*/
#osusumeBox {
  width: 705px;
  margin-bottom: 50px;
}
#osusumeMiddleBox {
  width: 100%;
  margin: 0 auto;
  padding: 25px;
  background: url(../top-img/osusume-bg-sp.png) repeat 0 0;
  border: 1px solid #c5b59f;
  border-radius: 20px;
}
#osusumeGoodsBox {
  width: 100%;
}
#osusumeR {
  width: 59px;
  float: right;
}
#osusumeL {
  width: 594px;
  float: left;
}
.osusumeGoods {
  float: left;
  width: 182px;
  height: 245px;
  margin-right: 16px;
  background: url(../top-img/osusume-goods-bg2.gif) no-repeat 0 0;
  cursor: pointer;
}
table.taOsusume {
  width: 155px;
  height: 219px;
  margin: 8px auto 0;
}
table.taOsusume th {
  width: 155px;
  height: 116px;
  text-align: center;
  vertical-align: middle;
}
table.taOsusume td {
  font-size: 93%;
}
.osusumeKomidashi {
  display: block;
  width: 145px;
  height: 19px;
  padding: 3px 5px;
  margin: 3px 0 6px;
  font-weight: bold;
  text-align: center;
  background: url(../top-img/osusume-komidashi-bg.gif) no-repeat 0 0;
}
table.taOsusume th img {
  width: 120px;
  height: auto;
}
.osusumeText {
  display: block;
  width: 155px;
  height: 75px;
  overflow: hidden;
}
.osusumeKomidashi a:hover {
  color: #534741;
  text-decoration: none;
}
.osusumeText2 {
  display: none;
}
.ossmBanBox {
  width: 655px;
  margin-bottom: 15px;
}
.ossmBanBox a:hover {
  filter: Alpha(Opacity=80);
  opacity: 0.80;
  display: inline-block;
}
.ossmBanW {
  width: 100%;
}
.ossmBanL {
  width: 320px;
  float: left;
}
.ossmBanR {
  width: 320px;
  float: right;
}
.oshiraseBox {
  line-height: 140%;
  padding: 10px;
  border: 1px solid #816136;
  background: #F3E8CA;
  border-radius: 10px; /* CSS3草案 */
  -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  margin-bottom: 22px;
}
.osrsMida {
  font-weight: bold;
  color: #6D2F03;
  padding-bottom: 5px;
}
.osrsSmall {
  font-size: 80%;
}
#osusumeSp {
  display: none;
}
/* SP style */
@media screen and (max-width:767px) {
  #osusumeBox {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  #osusumeMiddleBox {
    width: 100%;
    margin: 0 auto;
    padding: 15px 14px;
    background: url(../top-img/osusume-bg-sp.png) repeat 0 0;
    border: 1px solid #c5b59f;
    border-radius: 0;
  }
  #osusumeGoodsBox {
    width: 100%;
  }
  #osusumeR, #osusumeL {
    width: 100%;
    float: none;
  }
  #osusumeR {
    display: none;
  }
  #osusumeL {
    padding-top: 15px;
    position: relative;
  }
  .osusumeBoxWrap {
    height: 225px;
    padding: 15px 0;
    width: 100%;
    background-color: #ffffff;
    border-radius: 15px;
    text-align: center;
  }
  .osusumeGoods {
    float: left;
    width: 84%;
    height: 225px;
    margin: 0 8%;
    background: none;
    cursor: pointer;
  }
  table.taOsusume {
    width: 100%;
    height: atuo;
    margin: 8px auto 0;
  }
  table.taOsusume th {
    width: 50%;
    height: auto;
    text-align: center;
    vertical-align: middle;
  }
  .taOsusume thead {
    display: block;
    float: left;
    width: 43%;
  }
  .taOsusume tbody {
    display: block;
    width: 50%;
    float: right;
    text-align: left;
    margin-right: 5%;
  }
  table.taOsusume td {
    width: 100%;
  }
  .osusumeKomidashi {
    display: block;
    min-width: 100%;
    height: auto;
    padding: 3px 5px;
    margin: 0px auto 6px;
    font-weight: bold;
    text-align: center;
    background: none;
    background-color: #e2c980;
  }
  .osusumeText {
    display: block;
    font-size: 93%;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 6px 0 0;
  }
  .osusumeText2 {
    display: block;
    min-width: 100%;
    text-align: center;
    background-color: #534741;
    padding: 3px;
    margin-top: 10px;
  }
  .osusumeText2 a {
    color: #ffffff;
  }
  .ossmBanBox {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .ossmBanBox a:hover {
    filter: Alpha(Opacity=80);
    opacity: 0.80;
    display: inline-block;
  }
  .ossmBanW {
    width: 100%;
  }
  .ossmBanL {
    width: 48%;
    float: left;
  }
  .ossmBanR {
    width: 48%;
    float: right;
  }
  .ossmBanW img, .ossmBanL img, .ossmBanR img {
    width: 100%;
    height: auto;
  }
  .slider {
    width: 100%;
    height: 165px;
    overflow: hidden;
    position: relative;
  }
  .arrowLeft, .arrowRight {
    margin-top: -15px;
    padding: 0;
    background: none;
    border: none;
    position: absolute;
    top: 51%;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
  }
  .arrowLeft {
    left: 8px;
  }
  .arrowRight {
    right: 8px;
  }
}
/* 白扇酒造の想い
=================================*/
/* PC style */
@media screen and (min-width:768px) {
  #kodawariBox {
    width: 705px;
    height: 350px;
    padding: 25px;
    margin-bottom: 50px;
    background: url(../top-img/kodawari-bg.png) no-repeat 0 0;
    display: flex;
    flex-direction: row-reverse;
  }
  #kodawariMidashi {
    width: 57px;
    margin-left: 26px;
  }
  #kodawariLead {
    width: 80px;
    margin-top: 10px;
    margin-left: 12px;
  }
  #kodawariLead p {
    display: none;
  }
  ul#listKodawari {
    width: 480px;
    list-style: none;
    margin-top: 5px;
    display: flex;
    flex-direction: row-reverse;
  }
  ul#listKodawari li {
    width: 80px;
  }
  ul#listKodawari li a {
    display: block;
    width: 80px;
    height: 290px;
    overflow: hidden;
  }
  ul#listKodawari li a:hover {
    background-position: 0 -290px;
    background-repeat: no-repeat;
  }
  ul#listKodawari li#kdwrMirin a:hover {
    background-image: url(../top-img/kodawari-mirin.png);
  }
  ul#listKodawari li#kdwrRyori a:hover {
    background-image: url(../top-img/kodawari-ryori.png);
  }
  ul#listKodawari li#kdwrSeishu a:hover {
    background-image: url(../top-img/kodawari-seishu.png);
  }
  ul#listKodawari li#kdwrShochu a:hover {
    background-image: url(../top-img/kodawari-shochu.png);
  }
  ul#listKodawari li#kdwrLiquor a:hover {
    background-image: url(../top-img/kodawari-liquor.png);
  }
  ul#listKodawari li#kdwrHakusen a:hover {
    background-image: url(../top-img/kodawari-hakusen.png);
  }
  ul#listKodawari li a:hover img {
    visibility: hidden;
  }
  #kodawariSp {
    display: none;
  }
}
/* SP style */
@media screen and (max-width:767px) {
  #kodawariBox {
    width: 100%;
    height: 100%;
    margin: 0 auto 25px;
    padding: 25px 25px 15px;
    background: url(../top-img/kodawari-bg-sp.png) repeat -15px 0;
    display: flex;
    flex-direction: column;
  }
  #kodawariMidashi {
    width: 100%;
    margin-left: 0;
  }
  #kodawariLead {
    width: 100%;
    margin: 10px 0 0;
  }
  #kodawariLead p {
    display: block;
    margin: 10px -5px 25px;
    padding: 0 0 0 10px;
    font-size: 116%;
    color: #ffffff;
  }
  #kodawariLead img {
    display: none;
  }
  ul#listKodawari {
    width: 100%;
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  ul#listKodawari li {
    width: 100%;
  }
  ul#listKodawari li a {
    display: block;
    width: 100%;
    height: auto;
  }
  ul#listKodawari li a img {
    width: 100%;
    height: auto;
  }
}
/* おすすめコンテンツ
=================================*/
/* PC style */
@media screen and (min-width:768px) {
  #mainBox01 {
    width: 705px;
    padding: 25px;
    background-color: #FFFFFF;
    border: 1px solid #B29680;
    border-radius: 20px;
  }
  .mainImg {
    vertical-align: bottom;
  }
  #contentsMidashi {
    width: 42px;
    margin-left: 20px;
  }
  #contentsBox {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 40px;
  }
  .conInn p {
    display: none;
  }
  #cntntsBlog {
    width: 148px;
    height: 272px;
    margin-top: 5px;
    margin-left: 8px;
  }
  #cntntsVoice {
    width: 134px;
    height: 237px;
    margin-top: 30px;
    margin-left: 8px;
  }
  #cntntsRyori {
    width: 141px;
    height: 246px;
    margin-top: 10px;
    margin-left: 9px;
  }
  #cntntsEvent {
    width: 143px;
    height: 238px;
    margin-top: 10px;
  }
  #contentsBox a:hover {
    filter: Alpha(Opacity=80);
    opacity: 0.80;
    display: inline-block;
    background-color: #FFFFFF;
  }
  #mainBox03 {
    display: flex;
    flex-direction: row-reverse;
    padding-top: 25px;
    background: url(../top-img/line.gif) no-repeat 0 0;
  }
  #oshiraseBox {
    width: 45%;
    margin-left: 45px;
    margin-right: 5px;
    display: flex;
    flex-direction: row-reverse;
  }
  #staffBox {
    width: 55%;
    margin-right: 5px;
    display: flex;
    flex-direction: row-reverse;
  }
  #oshiraseMidashi {
    width: 32px;
    margin-left: 25px;
  }
  #oshiraseMidashi p {
    display: none;
  }
  #oshrsYoutubeBox {
    width: 220px;
    padding-top: 30px;
  }
  #oshrsYoutube {
    width: 220px;
    height: 124px;
    margin-bottom: 10px;
    background-color: #FFFFFF;
  }
  #oshrsYoutubeBox > a {
    pointer-events: none;
  }
  .link {
    background: url(../img/common/list-arrow.png) no-repeat 0px 0.4em;
    text-indent: 13px;
  }
  #staffMidashi {
    width: 32px;
    margin-left: 25px;
  }
  #staffMidashi p {
    display: none;
  }
  dl#typeStaff {
    width: 260px;
    padding-top: 30px;
  }
  dl#typeStaff dt {
    margin-bottom: 20px;
  }
  dl#typeStaff dd {
    width: 250px;
  }
  #newsBox {
    width: 653px;
    margin-top: 30px;
    position: relative;
  }
  #newsMidashi {
    width: 653px;
    margin-bottom: 5px;
  }
  #newsIchiran {
    position: absolute;
    right: 10px;
    top: 5px;
  }
  #newsIchiran a {
    display: block;
    width: 50px;
    height: 18px;
    overflow: hidden;
  }
  #newsIchiran a:hover {
    background-image: url(../top-img/news-ichiran.png);
    background-position: 0 -18px;
    background-repeat: no-repeat;
  }
  #newsIchiran a:hover img {
    visibility: hidden;
  }
  dl.typeNews {
    width: 653px;
    padding-bottom: 7px;
    margin-top: 7px;
    border-bottom: 1px dotted #B69A80;
    background: url(../img/common/list-square.png) no-repeat 18px 0.7em;
    font-size: 93%;
  }
  dl.typeNews dt {
    padding-left: 30px;
    float: left;
    width: 90px;
  }
  dl.typeNews dd {
    float: left;
    width: 520px;
  }
  #newsMidashi p {
    display: none;
  }
}
/* SP style */
@media screen and (max-width:767px) {
  #mainBox01 {
    width: 100%;
    padding: 25px 0;
    background: none;
    border: none;
    border-radius: 0;
  }
  #contentsMidashi {
    display: none;
  }
  #contentsBox {
    width: 90%;
    margin: 0 auto 15px;
  }
  .conInn {
    width: 100%;
    height: auto;
    margin: 0px;
  }
  .conInn a:before{
    content: attr(title);
    display: block;
    font-size: 19px;
    color: #806239;
    margin-bottom: 10px;
    line-height: 2.0;
  }
  .conInn img {
    display: none;
  }
  .conInn a {
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 15px;
    padding: 10px 50px 15px 15px;
    border: 1px solid #806239;
    border-radius: 15px;
    background-image: -moz-linear-gradient(top, #ffffff 0%, #ffffff 49%, #F6F4F1 50%, #F6F4F1);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.49, #ffffff), color-stop(0.50, #F6F4F1), to(#F6F4F1));
  }
  .conInn a:after {
    position: absolute;
    content: "";
    top: 50%;
    right: -5px;
    width: 15px;
    transform: translateY(-50%);
    height: 15px;
    border: 18px solid transparent;
    border-left: 13px solid #B3A188;
  }
  #mainBox03 {
    display: flex;
    flex-direction: column-reverse;
    width: 90%;
    margin: 0 auto 40px;
  }
  #oshiraseMidashi img, #oshrsYoutube, #staffBox img {
    display: none;
  }
  #oshrsYoutubeBox a:before, #typeStaff p:before {
    content: attr(title);
    display: block;
    font-size: 19px;
    color: #6980B9;
    margin-bottom: 10px;
    line-height: 2.0;
  }
  #oshrsYoutubeBox a, #staffBox a {
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 15px;
    padding: 10px 50px 15px 15px;
    border: 1px solid #c6cfd3;
    border-radius: 15px;
    background-image: -moz-linear-gradient(top, #F6F7F8 0%, #F6F7F8 49%, #E9ECEE 50%, #E9ECEE);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F6F7F8), color-stop(0.49, #F6F7F8), color-stop(0.50, #E9ECEE), to(#E9ECEE));
  }
  #oshrsYoutubeBox a:after, #staffBox a:after {
    position: absolute;
    content: "";
    top: 50%;
    right: -5px;
    width: 15px;
    transform: translateY(-50%);
    height: 15px;
    border: 18px solid transparent;
    border-left: 13px solid #C7D0D4;
  }
  #oshrsYoutubeBox p.link {
    display: none;
  }
}



/* 新着情報
=================================*/
#newsBox {
	width: 653px;
	margin-top: 30px;
	position: relative;
}
#newsMidashi {
	width: 653px;
	margin-bottom: 5px;
}
#newsIchiran {
	position: absolute;
	right: 10px;
	top: 5px;
}
#newsIchiran a {
	display: block;
	width: 50px;
	height: 18px;
	overflow: hidden;
}
#newsIchiran a:hover {
	background-image: url(../top-img/news-ichiran.png);
	background-position: 0 -18px;
	background-repeat: no-repeat;
}
#newsIchiran a:hover img {
	visibility: hidden;
}
dl.typeNews {
	width: 653px;
	padding-bottom: 7px;
	margin-top: 7px;
	border-bottom: 1px dotted #B69A80;
	background: url(../img/common/list-square.png) no-repeat 18px 0.7em;
	font-size: 93%;
}
dl.typeNews dt {
	padding-left: 30px;
	float: left;
	width: 120px;
}
dl.typeNews dd {
	float: left;
	width: 520px;
}
/* SP style */
@media screen and (max-width:767px) {
#newsBox {
	width: 90%;
	margin: 25px auto 0;
	position: relative;
	background-color: #ffffff;
}
#newsMidashi {
	width: 100%;
	margin-bottom: 0px;
}
#newsMidashi img {
	display: none;
}
#newsMidashi p {
	display: block;
	background-color: #AE9983;
	color: #4E413B;
	padding: 10px 15px;
}
#newsIchiran {
	position: absolute;
	right: 10px;
	top: 10px;
}
#newsIchiran a {
	display: block;
	width: 50px;
	height: 18px;
	overflow: hidden;
}
#newsIchiran a:hover {
	background-image: url(../top-img/news-ichiran.png);
	background-position: 0 -18px;
	background-repeat: no-repeat;
}
#newsIchiran a:hover img {
	visibility: hidden;
}
dl.typeNews {
	width: 100%;
	padding-bottom: 14px;
	margin-top: 14px;
	border-bottom: 1px dotted #B69A80;
	background: url(../img/common/list-square.png) no-repeat 15px 0.7em;
	font-size: 93%;
}
dl.typeNews dt {
	padding-left: 25px;
	float: left;
	width: 40%;
}
dl.typeNews dd {
	float: left;
	width: 60%;
}
}



/*お知らせ
=================================*/
.info {
  border: 1px solid #C6B7A1;
  background: #FFF;
  padding: 15px 20px;
  margin-bottom: 8px;
  border-radius: 10px; /* CSS3草案 */
  -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
  -moz-border-radius: 10px; /* Firefox用 */
  line-height: 150%;
}
.info p {
  padding: 4px 0;
}
.info .infoTitle {
  font-size: 120%;
  color: #993333;
  padding-bottom: 8px;
  font-weight: bold;
}
.info .infoTitle2 {
  font-size: 120%;
  color: #993333;
  padding-bottom: 8px;
  line-height: 1.6;
}
.infomidashi {
  border-bottom: 2px solid #993333;
  margin: 5px 0;
  padding: 5px 15px;
  color: #993333;
  font-weight: bold;
}
.info p span {
  color: #993333;
  font-weight: bold;
}
.chuui2 {
  font-weight: bold;
  text-decoration: underline;
}
.info-hassou {
  padding: 0 20px 15px;
}
.info-hassou br {
  display: none;
}
.info-chuui {
  background-color: #F6F6E5;
  padding: 15px;
}
#info p a {
  text-decoration: underline;
}
/* SP style */
@media screen and (max-width:767px) {
  #info {
    width: 94%;
    margin: 0 auto 10px;
    border: 1px solid #C6B7A1;
    background: #FFF;
    padding: 15px;
    border-radius: 10px; /* CSS3草案 */
    -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
    -moz-border-radius: 10px; /* Firefox用 */
    line-height: 150%;
  }
  #info .infoTitle {
    text-align: center;
  }
  #info .infoTitle2 {
    text-align: left;
  }
  .info-hassou br {
    display: block;
  }
}
/* ----------------------------------------------
footer
----------------------------------------------*/
#footer {
	width:100%;
	margin:80px auto 0;
	background-color: #bea386;
}
#footerUpper{
	display: flex;
	width: 960px;
	margin: 0 auto;
	padding:20px 0;
	font-size:85%;	
}
#footerBox01{
	width:226px;
	height:315px;
	padding-right:26px;
	border-right:1px solid #98807E;
}
#footerBox02{
	width:252px;
	height:315px;
	padding:0 26px;
	border-right:1px solid #98807E;
}
#footerBox03{
	width:252px;
	height:315px;
	padding:0 26px;
	border-right:1px solid #98807E;
}
#footerBox04{
	width: 226px;
	height:315px;
	padding-left:26px;
}
.foot_midashi{
	margin-bottom:10px;
}
#fSignBox01{
	width:200px;
	margin-bottom:10px;
}
#fSignBox02 {
   overflow: hidden;
   height: auto;
}
 
#fSignBox02 #fSign {
   float: left;
   margin: 0 10px 0 0 !important;
   padding: 0 !important;
   border: 0 !important;
}
#fSignBox02  p {
   overflow: hidden;
   height: auto;
}
#fKinshiBox{
}
#fCalendarBox01{
	width:200px;
	padding-bottom:10px;
	background-color:#FFFFFF;
}
#fCalendarBox02{
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}
#fcLast{
	display:inline;
}
#fcNow{
	display:inline;
	font-size:116%;
	font-weight:bold;
	margin-left:10px;
	margin-right:10px;
}
#fcNext{
	display:inline;
}
table#tafCalendar{
	width:175px;
	margin:0 auto;
	text-align:center;
	border-collapse: collapse;
	border-bottom:1px solid #acacac;
}
table#tafCalendar th{
	font-weight:normal;
	padding:3px;
	border-top:1px solid #acacac;
	border-bottom:1px solid #acacac;
}
table#tafCalendar th#sunday{
	color:#FF1D25;
}
table#tafCalendar td{
	padding:3px;
	border: 0px;
}
table#tafCalendar td.dayOff{
	color: #FFFFFF;
	background-color: #F3B498;
}
#fcDayoffText{
	width:175px;
	margin:5px auto 0;
	text-align:right;
}
#fcDayoffSquare{
	color:#F3B498;
	font-size:110%;
	padding-right:3px;
}
dl#typefContact01{
	width:200px;
	margin-bottom:5px;
}
dl#typefContact01 dt{
	margin-bottom:5px;
}
dl#typefContact02{
	width:200px;
}
dl#typefContact03{
	width:200px;
	padding-bottom:10px;
	margin-bottom:13px;
	border-bottom:1px dotted #96807A;
}
dl#typefContact02 dt,
dl#typefContact02 dd,
dl#typefContact03 dt,
dl#typefContact03 dd{
	display:inline;
}
#fContactBox01{
	width:200px;
	padding-bottom:15px;
	margin-bottom:13px;
	border-bottom:1px dotted #96807A;
}
#fContactBox02{
	width:200px;
}
#fFaxBtn,
#fMailBtn,
#fGyomuBtn {
	width:194px;
	margin:0 auto 10px;
}
#fFaxBtn a,
#fMailBtn a,
#fGyomuBtn a {
	display:block;
	width:194px;
	height:20px;
	overflow:hidden;
}
#fFaxBtn a:hover {	
	background-image:url(../img/footer/btn-fax.png);
	background-position:0 -20px;
	background-repeat:no-repeat;
}
#fMailBtn a:hover {	
	background-image:url(../img/footer/btn-mail.png);
	background-position:0 -20px;
	background-repeat:no-repeat;
}
#fGyomuBtn a:hover {	
	background-image:url(../img/footer/btn-gyomu.png);
	background-position:0 -20px;
	background-repeat:no-repeat;
}
#fFaxBtn a:hover img,
#fMailBtn a:hover img,
#fGyomuBtn a:hover img {
	visibility:hidden;
}
#fHonbuBox{
	width:200px;
	margin-bottom:20px;
}
dl.typefHonbu{
	width:200px;
}
dl.typefHonbu dt,
dl.typefHonbu dd{
	display:inline;
}
#footerLower{
	width:100%;
	height:85px;
	padding-top:20px;
	background-color: #333333;
	border-bottom: 1px solid #ccc;
}
ul.listfNavi{
	list-style:none;
	color:#808080;
	font-size:85%;
	text-align:center;
	margin-bottom:10px;
}
ul.listfNavi li{
	display:inline;
}
ul.listfNavi li a{
	color:#FFFFFF;
}
#footerCopy{
	padding:10px 0;
	color:#ACACAC;
	font-size:85%;
	text-align:center;
	background-color: #333333;
}
#mediaTable {

}
#mediaTable dt {
	float: left;
	width: 105px;
	padding-left: 5px;
}
#mediaTable dd {
	padding-left: 105px;
	padding-bottom: 25px;
}
#mediaPhoto {
	float: right;
	width: 200px;
	margin-bottom: 20px;
	margin-left: 15px;
}
#mediaPhoto dt {
	text-align: left;
	padding: 8px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
#mediaPhoto dd {
	text-align: center;
	padding: 0px 8px 8px;
	margin-bottom: 10px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}


/* SP style */
@media screen and (max-width:767px) {
	footer {
		background: none;
	height: 100%;
	}
#footer {
	width: 100%;
	height: 100%;
	margin:0 auto;
	background-color: #bea386;
}
#footerUpper{
	width: 90%;
	margin: 0 auto;
	display: block;
	height: auto;
	padding-top:20px;
	font-size:100%;
}
#footerBox01,
#footerBox02,
#footerBox03,
#footerBox04 {
	width: 90%;
	margin: 0 auto 40px;
	height:100%;
	float: none;
	padding: 0;
	border-right:none;
}
#fSignBox01,
#fContactBox01,
#fGyomuBtn {
	display: none;
}
#fCalendarBox01{
	width:200px;
	margin: 0 auto;
	padding-bottom:10px;
	background-color:#FFFFFF;
}
#fCalendarBox02{
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}
dl#typefContact03{
	border-bottom:none;
}
#fContactBox02{
	width:200px;
	margin: 0 auto;
}
.foot_midashi {
	margin-bottom:10px;
	padding: 3px 0;
	background-color: #807369;
	text-align: center;
	border-radius: 8px;
}
#fHonbuBox{
	width: 100%;
	margin-bottom:40px;
}
dl.typefHonbu {
	width: 100%;
}

#footerLower {
	display: none;
}

#footerCopy {
	height: 60px;
	padding-top: 15px;
	color:#ACACAC;
	font-size:85%;
	text-align:center;
	background-color: #333333;
}
}