@charset "utf-8";

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}
.clearfix:after {
    clear: both;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
main,
section {
    display: block;
    line-height: 150%;
}
main {
    padding: 0 1em 3em;
}
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}
html {
    height: 100%;
    font-size: 100%;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
@media screen and (max-width: 480px) {
    html {
        font-size: 90%;
    }
}
body {
    margin: 0 auto;
    max-width: 1000px;
    min-height:100%;
    height:auto !important;
    height:100%;
    position:relative;
/*    font-family: Arial, "メイリオ", sans-serif;*/
    line-height: 20px;
    color: #777;
    background-color: #fdf2e2;
    padding-top: 0;
}
::selection {
    background: #ccc;
}
::-moz-selection {
    background: #ccc;
}
a {
    color: #bd5f08;
    text-decoration: none;
}
a:hover,
a:active,
a:focus {
    background: #ffd35a;
    color: #55412f;
}
a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
a:hover,
a:active {
    outline: 0;
}
p {
    margin: 0.7em 0;
    padding: 0 1em;
}
dl {
    margin-top: 0.3em;
    padding: 0 1em;
}
dt {
    margin: 0 1em;
}
small {
    font-size: 85%;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
cite {
    font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0.2em 0;
    font-family: inherit;
    font-weight: normal;
    line-height: 20px;
    font-size: 1rem;
    color: inherit;
    text-rendering: optimizelegibility;
}
h1,
h2,
h3 {
    margin-bottom: -0.2em;
    padding: 0.5em 0.5em 0;
    line-height: 25px;
}
h1 {
    font-size: 1.3rem;
    color: #555;
}
h1 a {
    font-size: 1rem;
}
h2 {
    font-size: 1.1rem;
}
ul,
ol {
    padding: 0;
    margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
    margin-bottom: 0;
}
li {
    line-height: 20px;
}
ul.unstyled,
ol.unstyled {
    margin-left: 0;
    list-style: none;
}
hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #ffffff;
}
blockquote {
    padding: 0 0 0 1em;
    margin: 0 0 20px;
    border-left: 5px solid #eeeeee;
}
blockquote p {
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 300;
}
blockquote small {
    display: block;
    line-height: 20px;
    color: #999999;
}
blockquote small:before {
    content: '\2014 \00A0';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
}
address {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 20px;
}
sub,
sup {
    position: relative;
    font-size: 0.7rem;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
    color: #bccdcd;
}

form {
    margin: 1em 10%;
}
@media screen and (max-width: 480px) {
    form {
        padding: 1em;
    }
}
fieldset {
    margin: 0.7em 0 1.5em;
    padding: 0 1em;
    border: 0;
}
form:last-child fieldset {
    margin-bottom: 0.5em;
}
legend,
label,
input,
button,
select,
textarea {
    font-size: 1rem;
    font-weight: normal;
}
input,
button,
select,
textarea {
    font-family: Arial, "メイリオ", sans-serif;
    font-size: 1rem;
    vertical-align: middle;
}
legend,
label {
    display: block;
    margin-bottom: 5px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="search"] {
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 20px;
    color: #666666;
    vertical-align: middle;
    border-radius: 2px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="search"] {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    width: 100%;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    -webkit-box-shadow: 0 0 8px rgba(82,168,236,.6);
    box-shadow: 0 0 8px rgba(82,168,236,.6);
}
.select{
    display: inline-block;
    align-items: center;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #ffffff;
}
.select::after {
    position: absolute;
    top: 0.8em;
    right: 0.6em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 0.3em solid transparent;
    border-right: 0.3em solid transparent;
    border-top: 0.3em solid #6f5d56;
    pointer-events: none;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    display: block;
    padding: 0.3em 1.5em 0.3em 0.5em;
    background-color: transparent;
      color: #666666;
}
option {
    margin-right: 1em;
    padding: 0.2em 0.5em;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999999;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    width: auto;
    -webkit-appearance: button;
    cursor: pointer;
}
select,
button,
input[type="radio"],
input[type="checkbox"] {
    cursor: pointer;
    margin-right: 0.1em;
}
input[type="radio"] {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
.btn:disabled,
input[type="radio"] + label {
    background: #6f5d5620;
    border-radius: 3px;
    display: inline-block;
    margin-right: 0.5rem;
    padding: 0.5rem 1rem;
    transition: all .2s;
}
input[type="radio"] + label:hover {
    background: #6f5d56;
    opacity: 0.75;
    color: #ffffff;
}
input[type="radio"]:checked + label {
    background: #6f5d56;
    color: #ffffff;
}
input[type="radio"]:checked + label:hover {
    background: #6f5d56;
    opacity: 1;
}
input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
textarea {
    overflow: auto;
    vertical-align: top;
    height: 6em;
}
.btns {
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn {
    line-height: 22px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    border-radius: 3px;
    margin: 0.1rem 1rem;
    padding: 0.7rem 1rem;
    font-size: 1rem;
    background: #6f5d56;
    color: #ffffff;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.btn:hover,
.btn:focus {
    background: #6f5d56;
    color: #ffffff;
    opacity: 0.75;
    text-decoration: none;
}
.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:active {
    background-image: none;
    outline: 0;
}
button.btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}

header {
    margin: 0 auto;
}
header img {
    margin: 0;
}

.header-manu {
    margin: 0 auto;
    list-style: none;
    width: 100%;
    background: #55412f;
    color: #ffffff;
    display: table;
    table-layout: fixed;
}
.header-manu > li {
    display:table-cell;
    text-align:center;
    font-size: 0.9rem;
}
nav li > a {
    display:block;
    padding: 10px 0;
    text-decoration: none;
    color: #ffffff;
}
nav li > a:hover,
nav li > a:focus {
    background: #ffd35a;
    color: #55412f;
    text-decoration: none;
}

#footer {
    width: 100%;
    height: 2rem;
    margin-top: 5em;
    font-size: 0.7rem;
    color: #ffffff;
    background: #55412f;
    bottom: 0;
    position: absolute;
    overflow: hidden;
}
footer ul {
    height: 100%;
    list-style: none;
    display : flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.share {
  width: 5rem;
  padding: 0.3rem 0.5rem;
  margin: 0 auto;
  text-decoration: none;
  background: #55acee;
  border-radius: 3px;
}

.share:hover,
.share:focus {
  background: #55aceeaa;
}

.fa-twitter {
  margin-right: 0.4em;
  font-size: 0.8em;
  color: #fff;
}

.text {
  font-size: 0.7em;
  color: #fff;
}
