@charset "UTF-8";
/**
* YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
* http://cssreset.com
* Copyright 2012 Yahoo! Inc. All rights reserved.
* http://yuilibrary.com/license/
*/
/*
TODO will need to remove settings on HTML since we can't namespace it.
TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #000;
  background: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 100%;
}

_:-ms-input-placeholder, :root {
  font-family: Meiryo, sans-serif;
}

/*
TODO remove settings on BODY since we can't namespace it.
*/
/*
TODO test putting a class on HEAD.
- Fails on FF.
*/
main,
article,
section {
  display: block;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote {
  margin: 0;
  padding: 0;
}


fieldset,
img {
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cf:after {
  clear: both;
  content: "";
  display: block;
}

/*
TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

/* ------------------------------
 common - width: all
------------------------------ */
html,
body {
  min-width: 1080px;
}

.ajtxt {
  text-align: justify;
  text-justify: inter-ideograph;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

* {
  letter-spacing: 1px;
}

.mincho {
  font-family: ten-mincho, serif !important;
  font-weight: 400;
  font-style: normal;
}

header {
  padding-bottom: 15px;
}

header .wrapper .t01 {
  background-color: #C8BB9B;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  padding: 30px 0;
}

header .wrapper .logo {
  width: 164px;
  display: block;
  margin: 40px auto 0;
}

header .wrapper .logo img {
  width: 100%;
  display: block;
}

header .wrapper .gnav {
  margin-top: 40px;
}

header .wrapper .gnav ul {
  text-align: center;
}

header .wrapper .gnav ul li {
  display: inline-block;
  padding: 0 30px;
  vertical-align: top;
}

header .wrapper .gnav ul li:first-child {
  padding-top: 0px;
}

header .wrapper .gnav ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 14px;
}

header .wrapper .gnav ul li a span {
  display: block;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

footer {
  position: relative;
}

footer .wrapper .pagetop {
  width: 54px;
  display: block;
  margin: -27px auto 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

footer .wrapper .pagetop img {
  width: 100%;
  display: block;
}

footer .wrapper ul {
  background-color: #3E3A39;
  text-align: center;
  padding: 30px 0;
}

footer .wrapper ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 30px;
}

footer .wrapper ul li a {
  text-decoration: none;
  font-size: 14px;
  line-height: 25px;
  display: block;
  color: #fff;
}

footer .wrapper .bottom {
  background-color: #231815;
  padding: 30px 0 50px;
}

footer .wrapper .bottom .t01 {
  text-align: center;
}

footer .wrapper .bottom .t01 a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

footer .wrapper .bottom .t001 {
  text-align: center;
    margin-top: 15px;

}

footer .wrapper .bottom .t001 a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 0.5em 1em;
    background: #5e4d3d;/*背景色*/
}

footer .wrapper .bottom .t02 {
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 23px;
  margin-top: 15px;
}

footer .wrapper .bottom .t03 {
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 200%;
  margin-top: 35px;
}

footer .wrapper .bottom .t03 span {
  display: block;
  font-size: 14px;
}

footer .wrapper .bottom .t04 {
  text-align: center;
  color: #fff;
  font-size: 12px;
  margin-top: 40px;
}
