body {
  padding-bottom: 20px;
  background-color: #e9e0d6;
}
/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  body {
    background-color: #fff;
  }
  .body-content {
    box-shadow: none;
  }
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal;
}
/* Set width on the form input elements since they're 100% wide by default */
h2 {
  /*
    color: #fff;
    background-color: @forecolor_dark;
    margin-top: 0;
    padding: 7px 13px;
    font-size: 18px;
    font-family: "kozuka-mincho-pro",serif;
    font-style: normal;
    font-weight: 700;
    border-radius: 5px;
    */
  color: #900;
  margin: 0 0 15px 0;
  padding-bottom: 8px;
  font-size: 24px;
  font-family: "kozuka-mincho-pro", serif;
  font-style: normal;
  font-weight: 700;
  border-bottom: solid 1px #bb2222;
}
h2 span {
  font-size: 90%;
}
h3 {
  color: #900;
  margin-top: 0;
  font-size: 17px;
  font-family: "kozuka-mincho-pro", serif;
  font-style: normal;
  font-weight: 700;
}
h3 span {
  font-size: 90%;
}
h3 img.icon {
  height: 24px;
}
h4 {
  color: #900;
}
h4 span {
  font-size: 80%;
}
a {
  color: #cc3333;
}
a:hover {
  color: #660000;
}
.btn-primary {
  background-color: #900;
  border-color: #600;
}
.btn-primary:hover {
  background-color: #cc3333;
  border-color: #600;
}
.well {
  background-color: #e9e0d6;
}
.hp-field {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.panel .panel-heading {
  background-color: #e9e0d6;
}
.panel .panel-footer {
  background-color: #faf1e7;
}
/* ナビゲーション */
.navbar {
  background-image: url(../images/head.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 80px;
}
.navbar-header {
  height: 80px;
}
.navbar-header .link {
  display: inline-block;
  width: 50%;
  height: 100%;
}
.navbar-default {
  border: none;
}
.navbar-toggle {
  margin-top: 20px;
  background-color: #fff;
  border-color: #900 !important;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
}
.navbar-toggle .icon-bar {
  background-color: #900 !important;
}
.navbar-collapse {
  background-color: #fff;
  border: none !important;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.18);
}
.navbar-collapse .navbar-nav {
  font-size: 120%;
  padding-left: 20px;
}
.navbar-collapse .navbar-nav a {
  color: #5b0f0f !important;
  padding: 12px 10px;
  letter-spacing: 0.02em;
  border-bottom: solid 1px #eee;
  transition: background-color 150ms ease, color 150ms ease;
}
.navbar-collapse .navbar-nav a:hover,
.navbar-collapse .navbar-nav a:focus {
  color: #900 !important;
  background-color: #faf6f2;
}
/* フッター */
footer {
  margin-top: 50px;
  padding: 50px 0 20px;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  border-top: solid 5px #900;
}
footer h3 {
  color: #900;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  border-bottom: none;
}
footer h3 small {
  color: #666;
  display: block;
  font-size: 70%;
  margin-bottom: 5px;
}
footer a {
  color: #555;
  text-decoration: none;
  transition: all 0.3s ease;
}
footer a:hover {
  color: #900;
  text-decoration: none;
}
footer .sitemap a {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}
footer .sitemap a:last-child {
  border-bottom: none;
}
footer .sitemap span.glyphicon {
  margin-right: 10px;
  font-size: 12px;
  color: #900;
}
footer p {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #eee;
  text-align: center;
  color: #666;
  font-size: 12px;
}
footer .img-responsive {
  opacity: 0.9;
  transition: opacity 0.3s;
  border-radius: 4px;
}
footer .img-responsive:hover {
  opacity: 1;
}
/* メニューリスチE*/
.menulist {
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}
.menulist .btn {
  color: #fff;
  background-color: #6b1010;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 12px;
  padding: 12px 6px;
}
.menulist .btn:active {
  color: #fff;
  background-color: #900;
}
.menulist a {
  color: #fff;
  background-color: #6b1010;
  border: none;
  transition: background-color 150ms ease, color 150ms ease;
}
.menulist a:not(last-child) {
  border-right: solid 1px #7f3b3b;
}
.menulist a:hover {
  color: #fff;
  background-color: #8a1414;
}
/* バナー */
.banners img {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}
/* トップEージ */
.ss-slide-stage {
  height: 300px;
  margin-bottom: 20px;
}
@media (min-width: 961px) {
  .ss-slide-stage {
    height: 400px;
  }
}
@media (max-width: 768px) {
  body {
    padding-top: 90px;
  }
  .ss-slide-stage {
    height: 200px;
  }
}
/* カレンー */
.calendar-group {
  margin-bottom: 10px;
}
.calendar-card {
  background-color: #fff;
  border: 1px solid #efe3d7;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(90, 50, 30, 0.12);
  padding: 12px 12px 8px;
  margin-bottom: 20px;
}
h4.calendar {
  margin: 0 0 10px 0;
  font-size: 18px;
  color: #6b1010;
  display: flex;
  align-items: center;
  gap: 8px;
}
h4.calendar .glyphicon {
  color: #cc3333;
}
table.calendar {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #f1e6dc;
}
.calendar th {
  text-align: center;
  padding: 6px !important;
  font-weight: 600;
  font-size: 80%;
  color: #6b1010;
  background-color: #f2e7dd;
  border-color: #f1e6dc !important;
}
.calendar th:first-child {
  color: #a33;
}
.calendar th:last-child {
  color: #2f4a8a;
}
.calendar td {
  text-align: center;
  font-size: 90%;
  color: #6d4b2f;
  padding: 6px !important;
  border-color: #f1e6dc !important;
  background-color: #fff;
  transition: background-color 150ms ease, color 150ms ease;
}
.calendar td:first-child {
  color: #a33;
}
.calendar td:last-child {
  color: #2f4a8a;
}
.calendar td:hover {
  background-color: #faf6f2;
}
.calendar td.selected {
  color: #fff;
  background-color: #cc3333;
  font-weight: 600;
}
.calendar td.other {
  color: #fff;
  background-color: #2f7a4f;
  font-weight: 600;
}
.calendar td.today {
  border: solid 2px #900 !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}
.calendar td.othermonth {
  color: #cbb;
  background-color: #fbf7f2;
}
.calendar p {
  color: #6b1010;
  font-size: 12px;
  margin: 6px 0 0;
}
.calendar-legend {
  margin: 10px 0 20px;
}
.calendar-legend .exsample {
  background-color: #cc3333;
  display: inline-block;
  width: 26px;
  height: 18px;
  border-radius: 4px;
  margin: 0 6px 0 0;
}
.calendar-legend .exsample.other {
  background-color: #2f7a4f;
}
.calendar-legend small {
  color: #6b1010;
  margin-right: 12px;
}
.reserve {
  margin-bottom: 20px;
}
/* メニュー */
.menu .well {
  margin-top: 30px;
}
.menu table {
  margin-bottom: 30px;
}
.menu table th {
  padding-left: 20px !important;
}
.menu table td {
  text-align: right;
}
/* 店E案E */
.staff > div {
  margin-bottom: 40px;
}
.staff img {
  margin-bottom: 15px;
}
.slide {
  height: 580px;
}
.slide img {
  width: 95%;
  position: absolute;
  display: none;
}
#map {
  width: 96%;
  height: 280px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .slide {
    height: 480px;
  }
}
@media (max-width: 991px) {
  .slide {
    height: 340px;
  }
  #map {
    width: 100%;
    height: 320px;
  }
}
@media (max-width: 767px) {
  .slide {
    height: 480px;
  }
  #map {
    width: 100%;
    height: 360px;
  }
}
@media (max-width: 700px) {
  .slide {
    height: 420px;
  }
}
@media (max-width: 600px) {
  .slide {
    height: 360px;
  }
}
@media (max-width: 500px) {
  .slide {
    height: 300px;
  }
}
/* 取扱啁E */
#product h4 {
  font-size: 16px;
  margin-bottom: 20px;
}
#product h5 {
  font-weight: bold;
  font-size: 110%;
  margin-top: 20px;
  margin-bottom: 5px;
}
#product strong {
  color: #900;
}
#product .img-thumbnail {
  margin-bottom: 10px;
}
#product .help-block {
  margin-left: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #42210b;
}
#product #productcontent div {
  margin-bottom: 20px;
}
#product .productview {
  margin: 10px 20px;
}
#product .panel-heading {
  color: #fff;
  font-size: 120%;
  background-color: #600;
}
#product .panel-heading .dismiss {
  color: #fff;
  font-size: 40px;
  line-height: 0.5em;
}
#product .panel-body .dismiss {
  color: #900;
  font-size: 40px;
  line-height: 1.35em;
}
#product .dismiss:hover {
  text-decoration: none;
}
#product .price {
  margin-top: 20px;
  font-size: 18px;
  text-align: right;
}
#product label.error {
  color: #f00;
}
#product label {
  display: block;
}
#product label .label {
  float: right;
  margin-top: 5px;
}
#product #product .panel-body .form-group {
  padding-bottom: 30px;
}
#product .btn-danger,
#product .btn-warning,
#product .btn-primary {
  color: #fff !important;
}
@media (max-width: 768px) {
  #product label .label {
    float: right;
    margin-top: 0;
  }
  #product .panel-body .form-group {
    padding-bottom: 0;
  }
}
/* 炭酸況E*/
.tansan {
  margin-bottom: 30px;
}
.tansan h3 {
  font-size: 160%;
  color: #279;
  margin: 20px 0;
}
.tansan h4 {
  font-size: 100%;
  color: #279;
  margin: 20px 0;
}
.tansan .badge {
  background-color: #279 !important;
}
.tansan .well {
  padding: 10px 30px;
  background-color: #def;
  border-color: #279;
}
.tansan .well h4 {
  margin-bottom: 10px;
}
.tansan .well h4:first-child {
  margin-top: 15px;
}
.tansan .head {
  max-width: 200px;
  margin: 10px 0 20px 20px;
}
@media (max-width: 768px) {
  .tansan .head {
    max-width: 150px;
  }
}
/* FACEBOOK page */
.box {
  margin-bottom: 20px;
}
/* Airwave vita */
.airwave {
  margin-bottom: 30px;
}
.airwave h3 {
  font-size: 150%;
  margin: 30px 0;
}
.airwave .head {
  max-width: 260px;
}
.airwave .desc {
  margin: 30px 0;
}
@media (max-width: 991px) {
  .airwave .head {
    max-width: 150px;
  }
}
/* AirStraight */
.airstraight h3 {
  font-size: 150%;
  margin: 30px 0;
}
.airstraight h4 {
  margin: 20px 0;
}
.airstraight p {
  margin-left: 20px;
}
/* blog */
.blog .well {
  margin-top: 15px;
}
.blogrecents h5 {
  margin-bottom: 0;
}


/* Contact callout */
.contact-callout {
  margin: 10px 0 20px;
  padding: 14px 16px;
  border: 1px solid #efe3d7;
  border-left: 6px solid #900;
  background-color: #fff7f0;
  border-radius: 8px;
  box-shadow: 0 6px 14px rgba(90, 50, 30, 0.08);
}
.contact-callout__title {
  font-size: 16px;
  font-weight: 700;
  color: #6b1010;
  margin-bottom: 6px;
}
.contact-callout__title .glyphicon {
  margin-right: 6px;
  color: #cc3333;
}
.contact-callout__tel {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #900;
  text-decoration: none;
}
.contact-callout__tel:hover,
.contact-callout__tel:focus {
  color: #cc3333;
  text-decoration: none;
}
.contact-callout__hours {
  margin-top: 6px;
  color: #5a3b2b;
  font-size: 14px;
}
.contact-callout__note {
  margin-top: 6px;
  color: #7a5a45;
  font-size: 12px;
}
