@charset "UTF-8";
/*=============================================
 * body
 *=============================================*/
body {
  color: #fff;
  min-width: inherit;
  max-height: 100%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 28px;
  font-size: 14px;
  cursor: auto;
  letter-spacing: 0;
  word-spacing: normal;
  background: url(../img/shared/bg.jpg) repeat center top;
}

.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

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

/*=============================================
 * header
 *=============================================*/
header {
  position: relative;
  padding-bottom: 5px;
}

header:before {
  background: url(../img/shared/h_boder.jpg) repeat-x center top;
  position: absolute;
  content: '';
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 0;
}

header .logo {
  position: absolute;
  top: 13%;
  width: 40%;
}

header #belt {
  position: fixed;
  left: 0;
  top: 0;
  color: #fff;
  width: 100%;
  z-index: 9999;
  background: url(../img/shared/belt-bg.jpg) repeat;
}

header #hd_top {
  border-bottom: solid 3px #000;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  height: 76px;
  z-index: 99;
}

header h1 {
  font-size: 7px;
  line-height: 14px;
  text-align: right;
  font-weight: normal;
}

/*====================== nav ====================== */
header .topnavi {
  position: absolute;
  bottom: 3px;
  right: 60px;
  height: 54px;
  border-right: 1px dotted white;
}

header .topnavi li {
  display: inline-block;
  position: relative;
  width: 60px;
  vertical-align: top;
}

header .topnavi li a {
  color: #fff;
  font-size: 11px;
  line-height: 23px;
  text-align: center;
  display: block;
  height: 100%;
  padding-top: 5px;
  width: 100%;
  border-left: 1px dotted white;
}

header .topnavi li a:hover {
  text-decoration: none;
}

header .topnavi li a[class^="icon-"]:before {
  display: block;
  width: 100%;
  padding-bottom: 4px;
  font-size: 19px;
  font-weight: normal;
}

header .menu_toggle {
  background: url(../img/shared/belt-bg.png) repeat;
}

header .menu_toggle.nav-style01 {
  top: 0px;
  right: -100%;
  display: block;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.navOpen .menu_toggle.nav-style01 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
}

/*====================== end nav ====================== */
/*====================== header key ====================== */
header #key {
  position: relative;
  z-index: 500;
  overflow: hidden;
  margin-top: 75px;
}

.bx-wrapper {
  position: relative;
}

.bx-wrapper .bx-pager {
  color: #ffee00;
  font-family: Arial;
  font-size: 0.85em;
  font-weight: bold;
  text-align: center;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  line-height: 10px;
  bottom: 5%;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 999;
}

.bx-controls-direction {
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  width: 100%;
  z-index: 999;
}

.bx-wrapper .bx-controls-direction a {
  color: #e75a5a;
  font-family: "fontello";
  font-size: 40px;
  height: 40px;
  line-height: 40px;
  outline: 0 none;
  position: absolute;
  text-indent: -9999px;
  top: 0%;
  width: 26px;
  z-index: 99;
}

.bx-prev::after {
  content: "";
  left: 11px;
  position: absolute;
  text-indent: 0;
  top: 0;
}

.bx-next::after {
  content: "";
  left: 0;
  position: absolute;
  text-indent: 0;
  top: 0;
}

.bx-prev {
  position: absolute;
  top: 0;
  left: 0;
}

.bx-next {
  position: absolute;
  top: 0;
  right: 0;
}

.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #fff;
  border-radius: 5px;
  display: block;
  height: 10px;
  margin: 0 5px;
  outline: 0 none;
  text-indent: -9999px;
  width: 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #be0900 none repeat scroll 0 0;
}

/*====================== end nav ====================== */
/*=============================================*/
/*                   　content　　　　　          */
/*=============================================*/
/*=============================================*/
/*                   　footer　　　　　          */
/*=============================================*/
footer {
  border-top: solid 3px #e5a345;
  background: url(../img/shared/f_bg.jpg) repeat center top;
  overflow: hidden;
  font-size: 13px;
  line-height: 19px;
}

footer .shopinfo {
  padding: 5% 1.5%;
  position: relative;
}

footer .vcard {
  padding: 0 1%;
  margin-bottom: 3%;
}

footer .vcard dd {
  padding-left: 20px;
}

#f_logo {
  margin: 0 auto 5px;
  width: 50px;
}

#f_tel {
  width: 265px;
  margin-bottom: 10px;
}

footer .banner li {
  float: left;
  width: 32%;
  padding: 0 0.5%;
}

footer .link {
  margin: 0 auto 0;
  text-align: center;
  width: 100%;
  font-weight: normal;
}

footer .link p {
  width: 45%;
  min-width: 170px;
  max-width: 210px;
  margin: 10px auto;
  padding: 0 6px;
  line-height: 30px;
}

footer .link p a {
  background: url(../img/shared/hd_bg.jpg) repeat center top;
  border: solid 1px #f4c367;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 13px;
  letter-spacing: 0;
  padding: 3px 20px;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: inset 0 0 1px #a8a398;
          box-shadow: inset 0 0 1px #a8a398;
}

footer .link .link-pc a::before {
  margin-right: 9px;
}

footer address {
  /*line-height: 24px;*/
  background: #000;
  color: #dad0aa;
  font-size: 10px;
  letter-spacing: 1px;
  text-align: center;
}

footer address a{
 font-size: 10px;
 color: #dad0aa;
 display: block;
 text-decoration: none;
}




.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pad-1 {
  padding: 0 2%;
}

.pad-2 {
  padding: 0 4%;
}

/*=============================================*/
/*                   　index　　　　　          */
/*=============================================*/
/*# sourceMappingURL=iphone.css.map */