@charset "UTF-8";
/* CSS Document */
/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  /*font-size: 1em;*/
}

ul {
  list-style-type: none;
}

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

* {
  -webkit-text-size-adjust: none;
  font-size: 100.01%;
}

html {
  font-size: 62.5%;
  /*font-size:31%;*/
  height: 100%;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0 auto;
  background-color: #fff;
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
  zoom: 0.5;
}

a img {
  zoom: 1 !important;
}

/* layout */
#gHeader {
  background: #fff;
  position: fixed;
  height: 52px;
  display: block;
  padding-top: 10px;
  z-index: 100;
  overflow: hidden;
  *zoom: 1;
  left: 0;
  width: 100%;
  top: 0;
}
#gHeader:after {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-top: 0;
  width: 100%;
  content: "";
}
#gHeader .header-left {
  margin: 5px 0 0 10px;
  float: left;
  width: 207px;
}
#gHeader p#tel {
  float: right;
  width: 40px;
  padding-top: 5px;
  text-align: right;
  padding-right: 5px;
}
#gHeader ul {
  width: 90px;
  float: right;
}
#gHeader ul li {
  width: 40px;
  float: left;
}
#gHeader ul li#open-menu {
  margin-left: 4px;
}
#gHeader ul li#open-menu.close {
  display: none;
}

#slideMenu {
  filter: alpha(opacity=93);
  -moz-opacity: 0.93;
  opacity: 0.93;
  box-shadow: rgba(148, 148, 148, 0.65098) 0px 0px 8px 0px;
  -webkit-box-shadow: rgba(148, 148, 148, 0.65098) 0px 0px 8px 0px;
  -moz-box-shadow: rgba(148, 148, 148, 0.65098) 0px 0px 8px 0px;
  top: 62px;
  z-index: 40;
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
}
#slideMenu ul {
  background-color: #336600;
  width: 100%;
}
#slideMenu ul li {
  border-bottom: solid 1px #fff;
}
#slideMenu ul li a {
  display: block;
  padding: 12px 27px 12px 10px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-size: 1.5rem;
}
#slideMenu ul li:last-child {
  border-bottom: none;
  text-align: center;
  background-color: #EB6400;
}
#slideMenu ul li:last-child a {
  font-size: 17px !important;
  font-size: 1.7rem !important;
}
#slideMenu ul li:last-child a img {
  vertical-align: middle;
  margin-left: 5px;
}

p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}

#under_bt {
  position: fixed !important;
  position: absolute;
  margin: 0px auto;
  bottom: 0px;
  width: 100%;
  max-width: 640px;
}

#footer {
  background-color: #000;
  clear: both;
  width: 100%;
  /*overflow:hidden;
  position: fixed !important;
  position: absolute;
  margin: 0px auto;
  bottom: 0px;*/
}
#footer ul {
  margin: 0px 3%;
  list-style-type: none;
  overflow: hidden;
}
#footer li {
  font-size: 14px;
  font-size: 1.4rem;
  background-image: url(../images/common/footer-list.gif);
  background-repeat: no-repeat;
  background-position: left center;
  float: left;
  padding: 3% 1em 3% 2%;
}
#footer li a {
  text-decoration: none;
  color: #FFF;
}

#contact_area {
  background-color: #ffebd2;
  text-align: center;
  margin: 5% 3%;
  padding: 2% 3%;
  border: 1px solid #f5dbb9;
}
#contact_area .btn1 {
  margin-bottom: 2%;
}
#contact_area .btn1 a {
  display: block;
  background-image: -moz-linear-gradient(90deg, #3e7100 0%, #4f8200 50%, #78a036 50%, #abc677 100%);
  background-image: -webkit-linear-gradient(90deg, #3e7100 0%, #4f8200 50%, #78a036 50%, #abc677 100%);
  background-image: -ms-linear-gradient(90deg, #3e7100 0%, #4f8200 50%, #78a036 50%, #abc677 100%);
  border: solid 2px #336600;
  padding: 3% 2%;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  color: #fff;
  text-decoration: none;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#contact_area .btn1 a img {
  vertical-align: middle;
  margin: 0 5px 0 0 !important;
  width: auto !important;
}
#contact_area .arrow {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 2%;
}
#contact_area .time {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 2%;
}
#contact_area img {
  width: 100%;
}
#contact_area .btn-tel {
  margin-bottom: 5px;
}

/* テキストの位置 */
.taLeft {
  text-align: left !important;
}

.taCenter {
  text-align: center !important;
}

.taRight {
  text-align: right !important;
}
