* {
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
  -webkit-text-size-adjust: none;
  outline: none;
}

ul,
li {
  list-style: none;
}

img {
  border: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

body {
  background-color: #000;
}

.memberBody {
  background-color: #c40000;
}

h1 {
  text-align: center;
  padding: 4px 0px;
  font-size: 11px;
}

#headerWrap {
  position: fixed;
  background-position: 50% 0%;
  height: 60px;
  width: 100%;
  background-color: #000;
  top: 0px;
  left: 0;
  z-index: 9999;
  padding: 5px 0;
}

#header {
  position: relative;
}

#logo {
  position: absolute;
  width: 100px;
  left: 5px;
  top: 0px;
}

#topCover {
  position: relative;
  max-width: 1000px;
  height: 100%;
  margin: 62px auto 0px auto;
}

@media screen and (max-width: 680px) {
  #cover {
    position: relative;
    height: 70vh;
  }

  #img1 {
    width: 100%;
    height: 70vh;
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
  }

  #img2 {
    width: 100%;
    height: 70vh;
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
  }

  #img3 {
    width: 100%;
    height: 70vh;
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
  }

  #img4 {
    width: 100%;
    height: 70vh;
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media screen and (min-width: 681px) {
  #cover {
    position: relative;
    height: 70vh;
    min-height: 600px;
  }

  #img1 {
    width: 100%;
    height: 70vh;
    min-height: 600px;
    background-position: 50% 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }

  #img2 {
    width: 100%;
    height: 70vh;
    min-height: 600px;
    background-position: 50% 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }

  #img3 {
    width: 100%;
    height: 70vh;
    min-height: 600px;
    background-position: 50% 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }

  #img4 {
    width: 100%;
    height: 70vh;
    min-height: 600px;
    background-position: 50% 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
}

#headerMenu {
  position: absolute;
  top: 5px;
  right: 10px;
  height: 56px;
  width: 56px;
}

#menuOpen {
  display: block;
}

#topWrap {
  position: relative;
  max-width: 1000px;
  margin: 0px auto;
}

#wrap {
  padding-top: 70px;
  max-width: 1000px;
  margin: 0px auto;
}

#shopMenu {
  position: relative;
  margin: 6px 4px 10px 4px;
}

#shopMenu dt,
#shopMenu dd {
  width: 100%;
}

#shopMenu dt a,
#shopMenu dd a,
#tel a {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #c40000;
  font-size: 24px;
  margin: 15px 5px;
  line-height: 60px;
  font-weight: bold;
  border: 1px solid #121212;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-style: italic;
  letter-spacing: 2px;
}

#shopMenu dt a,
#shopMenu dd a,
#memberTel a {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #191919;
  font-size: 24px;
  margin: 15px 5px;
  line-height: 60px;
  font-weight: bold;
  border: 1px solid #121212;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-style: italic;
  letter-spacing: 2px;
}

#shopMenu dt a {
  border: 1px solid #121212;
}

#shopMenu dt a img {
  margin-right: 2px;
}

#shopMenu dd a {
  border: 1px solid #856127;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f6e7cf), color-stop(0.51, #b68d4c), color-stop(0.50, #c19e66), color-stop(0.00, #f4e3c9));
  background: -webkit-linear-gradient(top, #f4e3c9 0%, #c19e66 50%, #b68d4c 51%, #f6e7cf 100%);
  background: -moz-linear-gradient(top, #f4e3c9 0%, #c19e66 50%, #b68d4c 51%, #f6e7cf 100%);
  background: -o-linear-gradient(top, #f4e3c9 0%, #c19e66 50%, #b68d4c 51%, #f6e7cf 100%);
  background: -ms-linear-gradient(top, #f4e3c9 0%, #c19e66 50%, #b68d4c 51%, #f6e7cf 100%);
  background: linear-gradient(top, #f4e3c9 0%, #c19e66 50%, #b68d4c 51%, #f6e7cf 100%);
}

#topContents {
  margin: 0px 5px;
  background-color: #191919;
}

#contents {
  position: relative;
  margin: 0px 5px;
  background: #141414;
  padding: 5px;
  background-color: #191919;
}

#contents_return_public {
  position: fixed;
  left: 10px;
  bottom: 5px;
  z-index: 999999;
}

#contents_return_public form input {
  background-color: #121212;
  color: #fff;
  text-align: center;
  font-size: 10px;
  width: 64px;
  height: 64px;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#pager {
  text-align: center;
}

#pager li {
  display: inline-block;
  width: 40px;
  margin: 4px;
}

#pager li a {
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #444;
  border-top: 1px solid #444;
  background-color: #222;
  color: #fff;
  padding: 10px;
}

#return {
  margin: 10px 0px;
  text-align: right;
}

#return_public2 {
  margin: 5px 15px;
}

#return_public2 form input {
  display: block;
  width: 100%;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.99, #7b164c), color-stop(0.55, #a41d65), color-stop(0.00, #7b164c));
  background: -webkit-linear-gradient(top, #7b164c 0%, #a41d65 55%, #7b164c 99%);
  background: -moz-linear-gradient(top, #7b164c 0%, #a41d65 55%, #7b164c 99%);
  background: -o-linear-gradient(top, #7b164c 0%, #a41d65 55%, #7b164c 99%);
  background: -ms-linear-gradient(top, #7b164c 0%, #a41d65 55%, #7b164c 99%);
  background: linear-gradient(to bottom, #7b164c 0%, #a41d65 55%, #7b164c 99%);
  color: #fff;
  padding: 10px;
  font-size: 14px;
  text-decoration: none;
}

#login_area {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #444;
  border-top: 1px solid #444;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffffff), color-stop(0.51, #d1d1d1), color-stop(0.50, #dbdbdb), color-stop(0.00, #dcdcdc));
  background: -webkit-linear-gradient(top, #dcdcdc 0%, #dbdbdb 50%, #d1d1d1 51%, #ffffff 100%);
  background: -moz-linear-gradient(top, #dcdcdc 0%, #dbdbdb 50%, #d1d1d1 51%, #ffffff 100%);
  background: -o-linear-gradient(top, #dcdcdc 0%, #dbdbdb 50%, #d1d1d1 51%, #ffffff 100%);
  background: -ms-linear-gradient(top, #dcdcdc 0%, #dbdbdb 50%, #d1d1d1 51%, #ffffff 100%);
  background: linear-gradient(top, #dcdcdc 0%, #dbdbdb 50%, #d1d1d1 51%, #ffffff 100%);
  color: #000;
  margin: 0px 5px 20px 5px;
  padding: 20px 10px;
  text-align: center;
}

#login_area p {
  color: #ccc;
  letter-spacing: 2px;
  margin: 0 0 10px 0;
  font-weight: bold;
  font-size: 18px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}

#login_area span {
  display: inline-block;
  margin-right: 10px;
  color: #000;
  font-size: 16px;
  font-style: italic;
}

#login_area input.text {
  width: 80px;
  padding: 10px 5px;
  color: #000;
  font-size: 18px;
  font-style: italic;
  letter-spacing: 1px;
}

#login_area input.button {
  margin: 10px 0 0 0;
  color: #fff;
  letter-spacing: 4px;
  padding: 10px 20px;
  background-color: #333;
  border-radius: 4px;
}

/*************************************: �t�b�^�[���j���[ ***********************************/
#footer_menu {
  background-color: #000;
  padding: 10px 5px 0 5px;
}

#footer_menu li {
  width: 50%;
  float: left;
}

#footer_menu li a {
  display: block;
  text-align: center;
  margin: 1px;
  padding: 10px 0px;
  color: #fff;
  border: 1px solid #121212;
  font-weight: bold;
  font-size: 15px;
  background-color: #333;
}

/*************************************: �t�b�^�[ ***********************************/
#footerWrap {
  position: relative;
  background-color: #000;
  width: 100%;
}

#footer {
  position: relative;
  max-width: 1000px;
  margin: 0px auto;
  padding: 10px 0px;
  text-align: center;
}

#footer p {
  color: #fff;
}

#footer p a {
  color: #f66;
  text-decoration: none;
}

#footer h1 {
  color: #444444;
  background-color: #ac8940;
  line-height: 25px;
  height: 25px;
}

#footer_banner {}

#footer_banner li {
  width: 50%;
  float: left;
}

#footer_banner li a {
  display: block;
  margin: 2px;
  padding: 2px;
  border: 1px solid #ccc;
}

#footer_banner li a img {
  width: 100%;
}

#footerBottom {
  position: relative;
  margin: 0px auto 0px auto;
  padding: 10px 0px;
  text-align: center;
  background-color: #262626;
  width: 100%;
}

#footerBottom p {
  color: #fff;
  font-size: 8px;
  line-height: 180%;

}

#footerBottom p.copy {
  font-size: 8px;
}

#footerBottom p a {
  color: #f66;
  font-size: 10px;
  display: inline-block;
  line-height: 180%;
}

hr {
  margin: 5px 0px 0px 0px;
}

#pageTop {
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 9998;
}

#pageTop img {
  width: 50px;
}