@charset "utf-8";
@import url("//fonts.googleapis.com/earlyaccess/notosansjp.css");
* {
  margin: 0;
  padding: 0;
}

html {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  color: #333;
  background: #feff7c;
}

a {
  text-decoration: none;
}
a [href^="tel:"] {
  pointer-events: none;
}

ul, ol {
  list-style: none;
}

img {
  vertical-align: moddle;
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 24px;
}

h1 {
  font-size: 48px;
  line-height: 1;
}

h2 {
  font-size: 36px;
  line-height: 1.3333;
}

h3 {
  font-size: 24px;
  line-height: 1;
}

h4, h5, h6 {
  font-size: 16px;
  line-height: 1.5;
}

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

.container {
  width: 85%;
  margin: 0 auto;
  padding-bottom: 4px;
  background: #fff;
  box-shadow: 0px -5px 10px 10px rgba(98, 99, 0, 0.7);
}

.headermessage {
  font-size: small;
  font-weight: lighter;
  margin-bottom: 0;
  text-align: left;
}

header {
  background: #2c0e12;
  color: #ddd;
}
header .headerlogo, header .headerinfo {
  width: 50%;
  float: left;
}
header .headerinfo {
  text-align: right;
}
header .headerinfo div p {
  padding-right: 8px;
}

header nav {
  clear: both;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  background: -webkit-linear-gradient(top, #792732 0%, #2c0e12 20%, #2c0e12 80%, #792732 100%);
  background: linear-gradient(top, #792732 0%, #2c0e12 20%, #2c0e12 80%, #792732 100%);
}
header nav:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

header nav ul.nav {
  display: block;
  position: relative;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
}
header nav ul.nav > li {
  float: left;
  width: 25%;
  text-shadow: 2px 4px 3px rgba(255, 255, 255, 0.3);
}
header nav ul.nav > li:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header nav ul.nav > li > a {
  display: block;
  padding: 12px 0;
  color: #f68426;
  font-size: 115%;
}
header nav ul.nav > li > a:hover {
  color: #2c0e12;
  background: -webkit-linear-gradient(top, #af5307 0%, #f68426 20%, #f68426 80%, #af5307 100%);
  background: linear-gradient(top, #af5307 0%, #f68426 20%, #f68426 80%, #af5307 100%);
}

ul.submenu {
  width: 25%;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
}

li.nav-dropdown ul.submenu {
  background: #2c0e12;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
li.nav-dropdown ul.submenu li {
  text-align: left;
  padding: 12px;
}
li.nav-dropdown ul.submenu li a {
  display: block;
  color: #f68426;
}
li.nav-dropdown ul.submenu li:hover {
  background: -webkit-linear-gradient(top, #af5307 0%, #f68426 20%, #f68426 80%, #af5307 100%);
  background: linear-gradient(top, #af5307 0%, #f68426 20%, #f68426 80%, #af5307 100%);
}
li.nav-dropdown ul.submenu li:hover a {
  color: #2c0e12;
}
li.nav-dropdown:hover ul.submenu {
  visibility: visible;
  opacity: 0.9;
}

.sidebar {
  float: left;
  width: 24%;
  margin-left: 4px;
  margin-bottom: 24px;
}
.sidebar .sidebar-title {
  background: -webkit-linear-gradient(top, #f8a057 0%, #f8a057 49%, #f7923e 50%, #f8a057 100%);
  background: linear-gradient(top, #f8a057 0%, #f8a057 49%, #f7923e 50%, #f8a057 100%);
  font-size: 150%;
  text-align: center;
  margin-bottom: 0px;
  box-shadow: 3px 5px 10px #666;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
}
.sidebar .sidebar-deliverytext {
  background: #fff;
  box-shadow: 3px 5px 10px #666;
  font-size: 90%;
  padding-left: 4px;
  padding-right: auto;
  padding-bottom: 12px;
  margin-bottom: 48px;
}
.sidebar .sidebar-recommendtext {
  display: inline-block;
  width: 100%;
  background: #fff;
  box-shadow: 3px 5px 10px #666;
  clear: both;
}
.sidebar .sidebar-recommendtext:last-child {
  margin-bottom: 48px;
  clear: both;
}

.sidebar .nav {
  background: -webkit-linear-gradient(top, #f68426 0%, #f68426 3%, #f57c17 4%, #f57c17 10%);
  background: linear-gradient(top, #f68426 0%, #f68426 3%, #f57c17 4%, #f57c17 10%);
  margin-bottom: 48px;
  box-shadow: 3px 5px 10px #666;
}
.sidebar .nav li {
  background: -webkit-linear-gradient(top, #fff 0%, #fff 49%, #f2f2f2 50%, #fff 100%);
  background: linear-gradient(top, #fff 0%, #fff 49%, #f2f2f2 50%, #fff 100%);
  border-bottom: 1px dotted #ddd;
}
.sidebar .nav li a {
  padding: 12px;
  color: #2c0e12;
  display: block;
}
.sidebar .nav li:hover {
  background: -webkit-linear-gradient(top, #fabc88 0%, #fabc88 49%, #f9ae6f 50%, #fabc88 100%);
  background: linear-gradient(top, #fabc88 0%, #fabc88 49%, #f9ae6f 50%, #fabc88 100%);
}

article {
  float: right;
  width: 74%;
  margin-right: 4px;
  margin-bottom: 24px;
}

h1.page-title {
  width: 98%;
  background: #f9ae6f;
  margin-right: 12px !important;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 4px;
  padding-right: -4px;
  color: #2c0e12;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}

h2.page-title {
  color: #2c0e12;
  width: 80%;
  border-left: 12px solid #f68426;
  border-bottom: 2px solid #2c0e12;
  padding-left: 4px;
  margin-bottom: 12px;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}

table {
  margin-bottom: 24px;
  width: 80%;
}
table tr td {
  padding-left: 12px;
  padding-bottom: 4px;
  border-bottom: 1px dashed #dedede;
  text-align: left;
}

ul.rslides_tabs.rslides1_tabs {
  text-align: center;
}

.menu-header {
  margin-bottom: 24px;
  width: 98%;
}

div.ccm-layout-column-wrapper {
  width: 98%;
  margin-bottom: 24px;
}

div.ccm-layout-column-inner {
  background: #ffffea;
  border: 1px solid #dedede;
  margin-right: 12px !important;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
div.ccm-layout-column-inner p {
  text-align: center;
}
div.ccm-layout-column-inner p img {
  width: 80%;
  height: 80%;
}

.delivery-area {
  width: 80%;
}

h3.page-title {
  width: 80%;
  color: #2c0e12;
  background: #fabc88;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 8px;
}

div.shop-info table {
  border: 1px solid #dedede;
  border-collapse: collapse;
}
div.shop-info table tr, div.shop-info table td {
  border: 1px solid #dedede;
  padding: 8px;
}

.shop-info-deliveryarea {
  width: 80%;
}

div.googleMapCanvas {
  width: 80% !important;
}

footer {
  color: #333;
  width: 100%;
}
footer .footerinfo {
  width: 100%;
  background: #bbc644;
}
footer .footerinfo .footerinfoarea1, footer .footerinfo .footerinfoarea2, footer .footerinfo .footerinfoarea3 {
  float: left;
  width: 30%;
  text-align: center;
  margin-left: 1.5%;
  margin-right: 1.5%;
  padding-top: 8px;
  padding-bottom: 8px;
}
footer .footerinfo .footerinfoarea1 {
  text-align: left;
}
footer .footerinfo .footerinfoarea3 img {
  width: 100%;
  height: 100%;
}
footer .copyright {
  text-align: center;
  font-size: small;
}
footer .copyright p {
  line-height: 1.2;
  margin-bottom: 4px;
}

/*# sourceMappingURL=common.css.map */
