@charset "UTF-8";
/*　////////////////////////////////
mixin
//////////////////////////////////　*/
/*
 @include css3(transition, 0.5s);
*/
/*　////////////////////////////////
clearfix[@extend .clearfix];
//////////////////////////////////　*/
.clearfix {
  zoom: 1; }
  .clearfix:after {
    display: block;
    content: "";
    clear: both; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.4rem;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 4s ease 0s 1 normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 100; }
  body ul li {
    list-style-type: none; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.pc-br {
  display: none; }
  @media (min-width: 480px) {
    .pc-br {
      display: block; } }

@media (min-width: 480px) {
  .sp-br {
    display: none; } }

.tb-br {
  display: none; }
  @media (min-width: 768px) {
    .tb-br {
      display: block; } }

@media (min-width: 768px) {
  .br-tb {
    display: none; } }

.md-br {
  display: none; }
  @media (min-width: 988px) {
    .md-br {
      display: block; } }

.pc-img {
  display: none !important; }

.sp-img {
  display: inline-block !important; }

@media (min-width: 768px) {
  .pc-img {
    display: block !important; }
  .sp-img {
    display: none !important; } }

/*　////////////////////////////////
a
//////////////////////////////////　*/
a:hover, a {
  text-decoration: none;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s; }

a:active {
  text-decoration: none; }

/*　////////////////////////////////
img
//////////////////////////////////　*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }
  @media (min-width: 480px) {
    img {
      max-width: 100%; } }

/* ------------reset ------------ */
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/*　////////////////////////////////
style
//////////////////////////////////　*/
#wrapper {
  width: 100%;
  background-color: #1c324a; }

span.border {
  display: block;
  height: 8px;
  background: #1c324a;
   }

header {
  background-color:#e7dba5;
  max-width: 100%;
  text-align: center;
  margin: 0 auto; }

#contents {
  max-width: 800px;
  margin: 0 auto;
  background-color: #fff; }
  #contents .top {
    text-align: center;
    padding: 60px 0; }

#contents .inner {
  padding: 30px 20px 80px;
  color: #2c2402; }

section {
  margin-bottom: 60px;
  padding-bottom: 60px;
  background-color: #fff; }

.commerce section,
.privacy section,
.use section {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: none; }

.commerce p.mb,
.privacy p.mb,
.use p.mb {
  margin-bottom: 10px;
  font-weight: normal; }

.commerce ul,
.privacy ul,
.use ul {
  margin-top: 20px; }

.commerce ul {
  margin-left: 20px; }

ul li {
  list-style: none;
  font-weight: normal; }


h1{
  text-align: center;
  font-weight:normal;
  padding: 20px;
  color: #000;
}

h2 {
  text-align: center;
  margin-bottom: 30px;
  line-height: 1;
  border-bottom: 1px solid #4ba7c3;
  padding-bottom: 20px;
   }

h3 {
  margin: 0 0 20px 0;
  font-size: 2rem;
  text-align: center;
  color: #2c2402;
  font-family: "Times New Roman", "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝","yu-mincho-pr6", serif; }

h4 {
  font-size: 1.6rem;
  margin: 20px 0 6px 0;
  font-weight: normal; }

footer {
  background-color: #1c324a;
  padding: 0 15px; }

.footer-menu {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 0;
  background-color: #1c324a; }
  .footer-menu ul {
    margin-bottom: 40px; }

.footer-menu p {
  text-align: center; }

.footer-menu p a {
  font-family: "Times New Roman", "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝","yu-mincho-pr6", serif;
  font-size: 2.4rem;
  color: #000; }

.footer-menu ul li {
  text-align: center;
  margin-bottom: 2px;
  list-style: none; }

.footer-menu ul li a {
  display: block;
  font-size: 18px;
  border: 1px solid #66650f;
  padding: 10px;
  margin-bottom: 10px;
  color: #000000;
  background-color: #fff;
   }

.copyright {
  text-align: center;
  background-color:#000000;
  color: #fff;
  padding-bottom: 8px;
  max-width: 100%;
  margin: 0 auto; }
