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

* {
  max-height: 999999px;
}

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;
  outline: 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:focus,
*:focus {
  outline: none;
}

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

input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
input[type="image"],
textarea,
select {
  outline: 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;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="submit"]:focus,
input[type="image"]:focus,
textarea:focus,
select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -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 {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
  background: #111;
  font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  color: #333;
}
@media screen and (min-width: 641px) {
  body {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  body {
    font-size: 40px;
  }
}

span.lg {
  font-weight: bold;
  color: #A4AA67;
}
@media screen and (min-width: 641px) {
  span.lg {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  span.lg {
    font-size: 44px;
  }
}

b {
  font-weight: bold;
}

strong {
  font-weight: bold;
  color: #111;
}

em {
  padding: 0 5px;
  background: yellow;
  color: #222;
}

a {
  text-decoration: underline;
  color: #C00;
}

header {
  width: 1100px;
  margin: 0 auto;
  padding: 10px 30px;
  background: #A4AA67;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 641px) {
  header {
    font-size: 13px;
  }
}
@media screen and (max-width: 640px) {
  header {
    font-size: 28px;
    line-height: 1.3;
  }
}

.wrapper {
  width: 1100px;
  margin: 0 auto;
  background: url(../images/ocha/bg.png);
  text-align: left;
}
.wrapper h1 {
  margin: 0 0 80px;
  font-size: 60px;
  font-weight: bold;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
  text-align: center;
  line-height: 1.3;
}
@media screen and (min-width: 641px) {
  .wrapper h2:first-letter {
    font-size: 58px;
  }
}
@media screen and (max-width: 640px) {
  .wrapper h2:first-letter {
    font-size: 68px;
  }
}
.wrapper .maiv {
  width: 100%;
}
.wrapper .maiv img {
  width: 100%;
}
.wrapper section {
  margin: 0;
}
.wrapper section ul {
  margin: 30px 50px;
}
.wrapper section ul li {
  margin: 5px 0;
  padding: 0 10px;
  list-style-type: square;
}
.wrapper section ul.push {
  margin: 30px auto;
  padding: 50px 80px;
  background: #fff;
  border: 5px solid #eee;
}
.wrapper section table {
  width: 100%;
  margin: 20px auto;
  border: 1px solid #eee;
  box-sizing: border-box;
}
.wrapper section table tr th {
  width: 30%;
  padding: 10px 25px;
  background: #A4AA67;
  border: 1px solid #eee;
  box-sizing: border-box;
  color: #fff;
}
.wrapper section table tr td {
  padding: 10px 25px;
  border: 1px solid #eee;
  background: #fff;
}
.wrapper .wrap {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wrapper .wrap h3 {
  margin: 50px 0 10px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .wrapper .wrap h3 {
    font-size: 40px;
  }
}
@media screen and (max-width: 640px) {
  .wrapper .wrap h3 {
    font-size: 50px;
  }
}
@media screen and (min-width: 641px) {
  .wrapper .wrap section {
    padding: 60px 130px;
  }
}
@media screen and (max-width: 640px) {
  .wrapper .wrap section {
    padding: 80px;
  }
}
.wrapper .wrap a.btn {
  margin: 70px auto 0;
  display: block;
  border-radius: 3px;
  background: #C00;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 641px) {
  .wrapper .wrap a.btn {
    width: 500px;
    padding: 30px 0;
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  .wrapper .wrap a.btn {
    width: 90%;
    padding: 40px 0;
    font-size: 44px;
  }
}
.wrapper .wrap a.btn:hover {
  background: #111;
}
.wrapper .wrap ul.list {
  margin: 40px;
}
.wrapper .wrap ul.list li {
  margin: 5px 0;
  list-style: disc;
}
.wrapper .wrap figure {
  margin: 30px auto 50px;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .wrapper .wrap figure {
    width: 800px;
  }
}
@media screen and (max-width: 640px) {
  .wrapper .wrap figure {
    width: 80%;
  }
}
.wrapper .wrap figure img {
  max-width: 100%;
  margin: 0 auto;
}

footer {
  width: 1100px;
  margin: 0 auto;
  padding: 10px 0;
  background: #A4AA67;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 641px) {
  footer {
    font-size: 13px;
  }
}
@media screen and (max-width: 640px) {
  footer {
    font-size: 28px;
  }
}
footer a {
  color: #fff;
}
