@charset "UTF-8";
/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* base */
html {
  min-width: 1200px;
  font-size: 62.5%;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

body {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.ro img {
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.ro a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* common */
#page {
  background-color: #341604;
}

header {
  background-color: #B39B68;
}
header h1 {
  padding: 30px 0;
  text-align: center;
}
header #mainvisual {
  text-align: center;
}

#contents {
  padding-top: 95px;
}
#contents h1 {
  margin-bottom: 35px;
  text-align: center;
}
#contents > .lead {
  margin-bottom: 50px;
  text-align: center;
}
#contents .btn {
  margin-bottom: 15px;
  text-align: center;
}
#contents > .note {
  position: relative;
  width: 673px;
  margin: 0 auto;
}
#contents > .note a {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 106px;
}

#service {
  width: 960px;
  margin: 85px auto 0;
  padding: 70px 0 100px;
  border-top: 1px solid #A2895B;
}
#service h2 {
  margin-bottom: 25px;
  text-align: center;
}
#service .lead {
  margin-bottom: 55px;
  font-size: 0;
  text-align: center;
}
#service ul {
  overflow: hidden;
  *zoom: 1;
  margin: 0 -24px -24px 0;
}
#service ul li {
  float: left;
  width: 468px;
  margin: 0 24px 24px 0;
}
#service .note {
  margin-top: 40px;
  padding: 15px;
  border: 1px solid #B39B68;
  color: #B39B68;
  font-size: 0;
  text-align: center;
}

footer {
  padding: 45px 0;
  background-color: #B39B68;
}
footer .logo {
  margin-bottom: 10px;
  text-align: center;
}
footer .navi {
  margin-bottom: 10px;
}
footer .navi ul {
  font-size: 0;
  text-align: center;
}
footer .navi ul li {
  display: inline-block;
  padding: 0 15px;
  border-left: 1px solid #fff;
  font-size: 1.2rem;
}
footer .navi ul li:first-child {
  border-left: none;
}
footer .navi a {
  display: block;
  color: #fff;
}
footer .copyright {
  font-size: 0;
  text-align: center;
}

/* smartphone */
@media (max-width: 767px) {
  /* base */
  html {
    min-width: 0;
  }

  img.sp {
    display: none;
  }

  /* common */
  header h1 {
    padding: 15px 0;
    font-size: 0;
  }
  header h1 img {
    width: 40.3125%;
  }

  #contents {
    padding: 50px 0 0;
  }
  #contents h1 {
    margin-bottom: 35px;
  }
  #contents h1 img {
    width: 69.375%;
  }
  #contents > .lead {
    margin-bottom: 55px;
  }
  #contents > .lead img {
    width: 86.875%;
  }
  #contents .btn {
    margin-bottom: 15px;
  }
  #contents .btn img {
    width: 87.5%;
  }
  #contents > .note {
    width: 87.5%;
  }
  #contents > .note a {
    width: 73.92857%;
    left: auto;
    right: 0;
  }

  #service {
    width: auto;
    margin: 50px auto 0;
    padding: 50px 0 50px;
  }
  #service h2 {
    margin-bottom: 37px;
  }
  #service h2 img {
    width: 33.75%;
  }
  #service .lead {
    margin-bottom: 44px;
  }
  #service .lead img {
    width: 68.4375%;
  }
  #service ul {
    width: 87.5%;
    margin: 0 auto;
  }
  #service ul li {
    float: none;
    width: auto;
    margin: 20px 0 0 0;
  }
  #service ul li:first-child {
    margin: 0;
  }
  #service .note {
    width: 87.5%;
    margin: 40px auto 0;
    padding: 7.5px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #service .note img {
    width: 92.32143%;
  }

  footer {
    padding: 20px 0;
  }
  footer .logo {
    margin-bottom: 15px;
    font-size: 0;
  }
  footer .logo img {
    width: 35%;
  }
  footer .navi {
    margin-bottom: 15px;
  }
  footer .navi ul li {
    padding: 0 5px;
    font-size: 1rem;
  }
  footer .copyright img {
    width: 73.75%;
  }
}
