/*=========================================
　変数, Mixins定義.
=========================================*/
/* box-shadow. */
/* text-shadow. */
/* transition. */
/* transform. */
/* border-radius. */
/**
* global;
*/
h1,
h2,
h3,
h4,
h5 {
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  .lead {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  .lead {
    font-size: 16px;
  }
}
.pre-reset {
  padding: 0;
  border: none;
  background: none;
  font-size: inherit;
  color: inherit;
}
.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
/*=========================================
　メインコード.
=========================================*/
body {
  font-family: "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-image: url("../images/wall.gif");
  color: #333;
}
footer {
  text-align: center;
  padding: 20px 0;
  margin-top: 30px;
  border-top: 1px solid #e5e5e5;
  background-color: #f5f5f5;
}
.main-container {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .seiryo-navbar a.navbar-brand {
    padding: 15px 15px !important;
  }
  .seiryo-navbar .navbar-nav > li > a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}
.seiryo-top-bar {
  background-color: #3f3003;
  color: #fff;
}
.seiryo-top-bar h1 {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .seiryo-top-bar h1 {
    font-size: 12px !important;
  }
}
.seiryo-header {
  /* for multi.
	ex）.box-shadow(0 0 10px 0 fade(#000, 20%), inset -1px -1px 10px 0 fade(red, 20%))
	*/
  -webkit-box-shadow: 0, 0, 5px, 0, rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0, 0, 5px, 0, rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0, 0, 5px, 0, rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0, 0, 5px, 0, rgba(0, 0, 0, 0.2);
  box-shadow: 0, 0, 5px, 0, rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 0px;
  background-color: #f8f8f8;
}
@media screen and (max-width: 768px) {
  .seiryo-header .logo img {
    height: 30px;
  }
  .seiryo-header .tel p {
    font-size: 14px !important;
  }
  .seiryo-header .tel p span {
    font-size: 10px !important;
  }
}
.seiryo-header .logo {
  padding-top: 5px;
}
.seiryo-header .tel p {
  padding-top: 13px;
  margin: 0;
  font-size: 30px;
  font-weight: 300;
}
.seiryo-header .tel p span {
  font-size: 14px;
}
.seiryo-top {
  background-image: url("../images/grey_wash_wall.png");
}
.seiryo-navbar {
  /* for multi.
	ex）.box-shadow(0 0 10px 0 fade(#000, 20%), inset -1px -1px 10px 0 fade(red, 20%))
	*/
  -webkit-box-shadow: 0, 0, 5px, 0, rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0, 0, 5px, 0, rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0, 0, 5px, 0, rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0, 0, 5px, 0, rgba(0, 0, 0, 0.2);
  box-shadow: 0, 0, 5px, 0, rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  background-color: #f8f8f8;
}
.seiryo-navbar .items {
  padding: 0 15px;
}
.seiryo-navbar .items a {
  line-height: 2.4;
  font-size: 18px;
  height: 48px;
  border-bottom: 3px solid #605f5f;
  border-right: 1px solid #ccc;
  text-align: center;
  color: #333;
  -webkit-transition: color 0.1s ease, background 0.3s ease;
  -moz-transition: color 0.1s ease, background 0.3s ease;
  -ms-transition: color 0.1s ease, background 0.3s ease;
  -o-transition: color 0.1s ease, background 0.3s ease;
  transition: color 0.1s ease, background 0.3s ease;
}
@media screen and (max-width: 768px) {
  .seiryo-navbar .items a {
    font-size: 16px !important;
    line-height: 2.8;
  }
}
.seiryo-navbar .items a:first-child {
  border-left: 1px solid #ccc;
}
.seiryo-navbar .items a:hover {
  background-color: #f0e3cc;
  border-bottom: 3px solid #77561d;
  text-decoration: none;
}
.seiryo-navbar .items a.selected {
  background-color: #ebebeb;
  border-bottom: 3px solid #605f5f;
}
.seiryo-panel {
  /* for multi.
	ex）.box-shadow(0 0 10px 0 fade(#000, 20%), inset -1px -1px 10px 0 fade(red, 20%))
	*/
  -webkit-box-shadow: 0, 0, 5px, 0, rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0, 0, 5px, 0, rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0, 0, 5px, 0, rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0, 0, 5px, 0, rgba(0, 0, 0, 0.2);
  box-shadow: 0, 0, 5px, 0, rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.seiryo-panel .title {
  color: #3f3003;
  margin-top: 15px;
}
.seiryo-img {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  /* for multi.
	ex）.box-shadow(0 0 10px 0 fade(#000, 20%), inset -1px -1px 10px 0 fade(red, 20%))
	*/
  -webkit-box-shadow: 0, 0, 5px, 0, rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0, 0, 5px, 0, rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0, 0, 5px, 0, rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0, 0, 5px, 0, rgba(0, 0, 0, 0.2);
  box-shadow: 0, 0, 5px, 0, rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  border: 5px solid #f8f8f8;
}
.shop-info-table td:first-child {
  white-space: nowrap;
  font-size: 12px;
}
