@charset "euc-jp";

body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
  color: #000000;
}
a {
  color: #660000;
}
a:hover {
  color: #5e5e5e;
}

.clear {clear:both;}

#submessage {
  clear:both;
  width:98%;
  margin:0 auto 50px;
  border: 2px solid red;
  padding:10px;
}


/*
 * layout
 */
#container {
  padding-left:0;
  padding-right:0;
}
#subhead {
  /*width: 1500px;*/
  width:100%;
  margin:10px auto 0;
  text-align:center;
}
#subhead img {
  width:100%;
  height:auto;
}
#subheadin {
  width: 1000px;
  max-width:98%;
  margin:0 auto 0;
}
#wrapper {
 /* max-width: 1000px; */
  width:100%;
}
.w1000 {
  width:1000px;
}
#shophead {
  width: 1000px;
  margin:10px auto 0;
}
/* topimage */
#topmainimg {
  width:1202px;
  margin:10px auto 30px;
}
#toppagelogo,
#toplogo {
  clear:both;
  float:left;
}
#toptel {
  float:right;
}
#topanime {
}

/*
 * contents
 */

#contents {
  float: right;
  padding-left: 30px;
}

#contents .topicpath-nav {
  margin-bottom: 5px;
}
  #contents .topicpath-nav li {
    padding: 0;
  }
  #contents .topicpath-nav a {
    margin-left: 5px;
  }

#contents_l {
  float: left;
  padding-right: 30px;
}

#contents_l .topicpath-nav {
  margin-bottom: 5px;
}
  #contents_l .topicpath-nav li {
    padding: 0;
  }
  #contents_l .topicpath-nav a {
    margin-left: 5px;
  }

#footer {
	background-image: url(https://img05.shop-pro.jp/PA01311/409/etc/foot_line2.jpg);
	background-repeat: repeat-x;
	padding-top: 40px;
}

#footer address {
  margin-top:50px;
  font-size:80%;
}
#smp_footmenu {
  list-style:none;
}
#smp_footmenu li a{
  display:block;
  padding:5px;
}
/*
 * online shop
 */
#shop_t_left {
  width:500px;
  margin-bottom:50px;
  float:left;
}
#shop_t_right {
  width:480px;
  margin-bottom:50px;
  float:right;
}
#shop_t_bannar {
  clear:both;
  width:998px;
  margin:0 auto;
  padding-left:32px;
}
#shop_t_bannar ul {
  margin:0;
  padding:0;
  list-style:none;
}
#shop_t_bannar ul li{
  float:left;
  width:290px;
  margin-right:32px;
  margin-bottom:32px;
}
#shop_t_bannar ul li a:hover img {
  opacity:0.7;
}
#shop_side {
  margin-top:80px;
}
/*
 * side
 */

#side .unstyled img {
  display: block;
  margin-bottom: 5px;
}
#side ul li {
  	background-image: url(https://img05.shop-pro.jp/PA01311/409/etc/menu_lm.jpg);
	background-repeat: repeat-x;
	background-repeat:no-repeat;
	background-position:left center ;
    padding-left:30px;
}
#side ul#sidemenu2 li {
    list-style:none;
    background:none;
    padding-left:0px;
    padding-bottom:10px;
    margin-left: -15px;
}
#side ul#sidemenu2 li a{
    display:block;
    padding: 5px;
    border-bottom:1px dotted #666;
}
/*
 * temp
 */

/*
 * header grobal menu
 */
#header {
  background-color:#000;
  color:#fff;
  width:100%;
}
#gnav {
  width:1000px;
  margin-left:auto;
  margin-right:auto;
}
#gnav a {color:#fff;}
/*
 * hamburger menu
 */
header {

}
#nav-drawer {
  position: relative;
}
.nav-unshown {
  display:none;
}
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
  margin-top:10px;
  margin-left:10px;
}
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}
#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 80%;
  max-width: 300px;/*最大幅（お好みで調整を）*/
  height: 100%;
  background: #fff;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}
#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5;
}
#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
.header-logo-menu{
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-direction: row;
	-moz-flex-direction: row;
	-o-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
  width:100%;
}

.logo-erea{text-align:center;margin:auto;}


#nav-content ul {
	margin:10px;
	list-style:none;
}
#nav-content ul li {
	border-bottom:1px dotted #666;
}
#nav-content ul li a{
	padding:10px;
	display:block;
}
#nav-content ul li a:hover {
	text-decoration: none;
	background-color: #FFC;
}
#toptel2 {
  display: inline-block;
  text-align:right;
}
#toptel2 img{
  width:60%;
  height:60%;
}
/* end hamburger menu */


/* font */
.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_fwn { font-weight: normal; }
.txt_fwb { font-weight: bold; }
.txt_10 { font-size: 10px; }
.txt_12 { font-size: 12px; }
.txt_14 { font-size: 14px; }
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_24 { font-size: 24px; }
.txt_28 { font-size: 28px; }
.txt_c_333 {color: #333;}
.txt_hasso {
	font-size:115%;
	line-height:160%;
    margin-bottom:1.5em;
}

/* background */
.bgc_gray {
  background-color: #f1f1f1;
}

/* margin */
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 5px; }
.mar_t_5 { margin-top: 5px; }
.mar_r_5 { margin-right: 5px; }
.mar_b_5 { margin-bottom: 5px; }
.mar_l_5 { margin-left: 5px; }
.mar_t_10 { margin-top: 10px; }
.mar_r_10 { margin-right: 10px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_l_10 { margin-left: 10px; }
.mar_t_20 { margin-top: 20px; }
.mar_r_20 { margin-right: 20px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_l_20 { margin-left: 20px; }
.mar_t_30 { margin-top: 30px; }
.mar_r_30 { margin-right: 30px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_l_30 { margin-left: 30px; }
.mar_t_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }

/* padding */
.pad_v_10 { padding: 10px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 30px 0; }
.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 5px; }
.pad_t_5 { padding-top: 5px; }
.pad_r_5 { padding-right: 5px; }
.pad_b_5 { padding-bottom: 5px; }
.pad_l_5 { padding-left: 5px; }
.pad_10 { padding: 10px; }
.pad_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 10px; }
.pad_20 { padding: 20px; }
.pad_t_20 { padding-top: 20px; }
.pad_r_20 { padding-right: 20px; }
.pad_b_20 { padding-bottom: 20px; }
.pad_l_20 { padding-left: 20px; }
.pad_30 { padding: 30px}
.pad_t_30 { padding-top: 30px; }
.pad_r_30 { padding-right: 30px; }
.pad_b_30 { padding-bottom: 30px; }
.pad_l_30 { padding-left: 30px; }

/* border */
.bor_t_1 { border-top: 1px solid #000; }
.bor_r_1 { border-right: 1px solid #000; }
.bor_b_1 { border-bottom: 1px solid #000; }
.bor_l_1 { border-left: 1px solid #000; }

/* vertical align */
.va-10 { vertical-align: -10%; }
.va-20 { vertical-align: -20%; }
.va-30 { vertical-align: -30%; }
.va-35 { vertical-align: -35%; }
.va-40 { vertical-align: -40%; }

/* float */
.img-right {
  float:right;
  padding: 5px 0 10px 15px;
}
.img-left {
  float:left;
  padding: 5px 15px 10px 0;
}
.img-right0 {
  float:right;
  padding: 0;
}
.img-left0 {
  float:left;
  padding: 0;
}


/* FreePage style */
#tenpobox {
	margin:30px 0;
	/* background-color:#D7BB9D;
	border-radius: 10px 5px 10px 5px;
	-webkit-border-radius: 10px 5px 10px 5px;
	-moz-border-radius:  10px 5px 10px 5px;
	-ms-border-radius: 10px 5px 10px 5px; */
	padding: 16px 16px 6px;
	border:solid 1px #000;
}
#tenpobox dl {
}
#tenpobox dl dt{
	color:#765530;
	font-weight:bold;
    margin-bottom:5px;
}
#tenpobox dl dd{
	color:#000;
	border-bottom:1px dotted #ddd;
	margin-left:0;
	padding-bottom:10px;
	margin-bottom:10px;
}
.flowbox {
	clear:both;
	min-height:250px;
	padding-bottom:50px;
}
.flowbox h2 {
	border-bottom: 1px solid #000;
  padding-bottom:15px;
}
.flowbox img.flowimg {
	float:left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    margin:0 20px 0 0;
}
dl#shopinfo {
  width:280px;
  text-align:left;
}
dl#shopinfo dt{
  color: #765530;
  margin:0;
}
dl#shopinfo dd{
  margin:0 0 14px;
}
#gmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
#gmap iframe,
#gmap object,
#gmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#katsudou {
  border: 1px dotted #aaa;
  margin:30px 0;
  padding:10px;
}
#katsudou h2 {
  margin:10px 0;
  font-size:16px;
}
#katsudou p {
  margin:10px 0;
}

.bx-wrapper .bx-viewport {
border: solid #fff 0px !important;
left: 0px !important;
-webkit-box-shadow: 0 0 0px !important;
box-shadow: 0 0 0px !important;
}

#topmenu_smp {display:none;}
#smp_subtitle {display:none;}
#smp_amazakemenu {display:none;}
header {display:none;}
#smp_footmenu {display:none; }

@media only screen and (min-width:1202px){
}
@media only screen and (max-width:1202px){
  #topanime img {
  	width:100%;
  	height:auto;
  }
}

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

@media only screen and (max-width:1024px){

  header { display:block; width:100%; }
  #header {display:none; }

  .w1000 {width:100%;}
  #subhead,
  #subheadin,
  #shophead,
  #topmainimg,
  #topanime,
  #gnav {
  	width:100%;
  }
  #subhead img,
  #topanime img,
  .w1000 img,
  #shophead img, {
  	width:100%;
  	height:auto;
  }
  #toppagelogo { float:none;text-align:center;width:100%; }
  #toplogo { display:none; }
  #toptel { display:none; }

  /* #topmenu { display:none;} */
  #topmenu_smp { display:block;}

  #sidetitle { display:none;}
  #smp_subtitle {
    display:block;
    margin-bottom:40px;
    border-bottom:1px solid #666;
  }
  #shop_t_left,
  #shop_t_right {
    display:none;
  }
  #shop_t_bannar {
    width:98%;
  }
  #smp_amazakemenu {
    display:block;
  }
  #amazakemenu {
    display:none;
  }

}
@media (max-width: 980px) {
  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
  #footmenu {display:none; }
  #smp_footmenu {display:block; }
  .smp_off { display:none;}
}
@media (max-width: 768px) {
  /* ~768px */
  #contents {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  /* ~480px */

}

/*
 * icons
 */
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}

/*
 * add style
 */
/* 甘酒 */
.amzk_img {
  float:left;
  width:280px;
  margin-bottom:80px;
}
.amzk_txt {
  float:right;
  width:380px;
  margin-top:40px;
}
.amzk_odr {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    color: #FFF;
    background: #000;/*色*/
    border: solid 1px #ddd;/*線色*/
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    margin-top:30px;
}
.amzk_odr:active,.amzk_odr:hover {/*押したとき*/
    border: solid 1px #ddd;
    box-shadow: none;
    text-shadow: none;
    text-decoration:none;
    background: #444;
    color: #FFF;
}
#amazakemenu a:hover img { opacity:0.7; }
@media (max-width: 768px) {
  .amzk_img {
      float:none;
      width:100%;
      margin:0 auto 10px;
  }
  .amzk_txt {
      float:none;
      width:100%;
      margin:0 auto;
  }
}
/* 職人 */
.shokunin_box {
  position: relative;
  margin-bottom:80px;
}
.shokunin_img {
  width:420px;
}
.shokunin_txt {
  position: absolute;
  right: 0px;
  bottom: 10px;
  width:380px;
}
@media (max-width: 768px) {
  .shokunin_img {
      width:100%;
      margin:0 auto 10px;
  }
  .shokunin_txt {
      position:static;
      width:100%;
      margin:0 auto;
  }
}

/* イベント情報 */
ul.event_txt {
  font-size:150%;
}
ul.event_txt li{
  margin-bottom:10px;
}
@media (max-width: 480px) {
  ul.event_txt {
    font-size:100%;
  }
}