@charset "UTF-8";
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 {
  vertical-align: bottom;
  border: none;
}

button,
input,
select,
textarea {
  vertical-align: middle;
}

input {
  outline: 0;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

textarea {
  overflow: auto;
  vertical-align: top;
  font-family: sans-serif;
}

/* ベース
---------------------------------- */
*, :after, :before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  min-height: 100%;
  height: 100%;
}

body {
  color: #000;
  font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
  min-height: 100%;
  height: 100%;
  background-color: #f3c577;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #333333;
  text-decoration: underline;
}

.wrap {
  background-color: #fff;
  width: 950px;
  height: 1198px;
  margin: 0 auto;
  background: url(img/bg.jpg) no-repeat 0 0;
  background-size: 950px 1198px;
  text-align: center;
}

header {
  overflow: hidden;
}

.txt_1 {
  margin: 23px 25px 15px;
  text-align: left;
}

h1 {
  margin: 0;
}

.txt_2 {
  margin: 16px 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}
.txt_2 span {
  font-size: 12px;
  font-size: 1.2rem;
}

nav {
  margin-top: 250px;
  height: 375px;
  position: relative;
}
nav a {
  opacity: 1;
  transition: all 0.3s;
}
nav a:hover {
  opacity: .9;
  transform: translate(0, 10px);
}
nav .btn_1 {
  position: absolute;
  top: 45px;
  left: 42px;
}
nav .btn_2 {
  position: absolute;
  top: 15px;
  left: 275px;
}
nav .btn_3 {
  position: absolute;
  top: 42px;
  left: 552px;
}
nav .btn_4 {
  position: absolute;
  top: 47px;
  left: 778px;
}
nav .btn_5 {
  position: absolute;
  top: 181px;
  left: 173px;
}
nav .btn_6 {
  position: absolute;
  top: 146px;
  left: 403px;
}
nav .btn_7 {
  position: absolute;
  top: 185px;
  left: 680px;
}

.txt_3 {
  margin: 27px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
}

.txt_4 {
  margin: 5px 0;
  padding: 3px 15px;
  border: solid 1px #000;
  display: inline-block;
  line-height: 1;
  font-size: 15px;
  font-size: 1.5rem;
}

/*# sourceMappingURL=style.css.map */
