@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;
}

img {
  display: block;
}

a img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a img:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  color: #AB3318;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

body {
  background: url(../images/bg.png) fixed;
  font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  color: #222;
}
@media screen and (min-width: 761px) {
  body {
    font-size: 18px;
  }
}
@media screen and (max-width: 760px) {
  body {
    font-size: 24px;
  }
}

.wrapper {
  margin: 0 auto;
  box-shadow: 0px 0px 20px -3px #8e8e8e;
  background: #fff;
}
@media screen and (min-width: 761px) {
  .wrapper {
    width: 54%;
  }
}
@media screen and (max-width: 760px) {
  .wrapper {
    width: 100%;
  }
}
.wrapper header h1 img {
  width: 100%;
}
.wrapper .btn {
  margin: -50px 0 60px;
  position: relative;
  z-index: 10;
}
.wrapper .btn img {
  margin: 0 auto;
}
.wrapper .wrap {
  width: 100%;
  margin: 0 auto;
}
.wrapper .wrap .plan h2 img {
  max-width: 100%;
  margin: 0 auto;
}
.wrapper .wrap .plan div img {
  max-width: 100%;
  margin: 0 auto;
}
.wrapper .wrap .content {
  width: 85%;
  margin: 0 auto;
  padding: 50px;
}
.wrapper .wrap .content h2 {
  width: 100%;
  margin: 20px auto;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 761px) {
  .wrapper .wrap .content h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 760px) {
  .wrapper .wrap .content h2 {
    font-size: 32px;
  }
}
.wrapper .wrap .content h2 img {
  max-width: 100%;
  margin: 0 auto;
}
.wrapper .wrap .content figure {
  width: 90%;
  margin: 40px auto;
}
.wrapper .wrap .content figure img {
  max-width: 100%;
  margin: 0 auto;
}
.wrapper .wrap .content p {
  width: 100%;
  margin: 20px auto;
}
.wrapper .wrap .content strong {
  font-weight: bold;
}
.wrapper .wrap .content em {
  padding: 0 10px;
  background: yellow;
  font-weight: bold;
}
.wrapper .wrap .detail {
  width: 85%;
  margin: 0 auto;
}
.wrapper .wrap .detail h2 img {
  width: 100%;
  margin: 0 auto;
}
.wrapper .wrap .detail table {
  margin: 0 0 30px;
}
.wrapper .wrap .detail table tr th {
  padding: 10px 20px;
  background: #888;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.wrapper .wrap .detail table tr td {
  padding: 10px 20px;
  background: #fff;
  border-bottom: 1px solid #f3f3f3;
}
.wrapper .wrap .detail table tr td table {
  margin: 20px 0;
}
.wrapper .wrap .detail table tr td table tr th {
  background: #f3f3f3;
  color: #333;
}
.wrapper .wrap .detail table tr td table tr td {
  border: 0;
}
.wrapper .wrap .profile {
  width: 85%;
  margin: 50px auto;
}
.wrapper .wrap .profile h2 {
  font-size: 42px;
  font-weight: bold;
}
.wrapper .wrap .profile p figure {
  margin: 0 auto 20px 20px;
}
.wrapper .wrap .entry .btn {
  margin: 40px auto;
}

footer {
  padding: 10px 0;
}
footer p {
  text-align: center;
  font-size: 14px;
}
