@charset "utf-8";

a { /* 通常時リンク */
  color:#000;
  text-decoration:underline;
}

a:link { /* 未訪問リンク */
  color:#000;
  text-decoration:underline;
}

a:visited { /* 訪問済みリンク */
  color:#000;
  text-decoration:underline;
}

a:hover { /* マウスオーバー時リンク */
  color:#000;
  text-decoration:none;
}

a:active { /* クリック時リンク */
  color:#000;
  text-decoration:underline;
}

img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul {
  list-style: none;
}

p {
  line-height: 24px;
}

.hover{
  transition: 0.6s;
}

.hover:hover{
  opacity: 0.7;
}

.box{
  width:1100px;
  margin:auto;
  font-family:'ヒラギノ角ゴシック','Hiragino Sans',游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
}
.offer01 {
  position: relative;
}

.btn01 {
  position: absolute;
  bottom:5%;
}

#ft-menu {
  padding: 40px 0 20px;
}

#ft-menu ul {
  width: 800px;
  margin:auto;
  display: flex;
  justify-content: space-around;
}

#ft-menu ul li {
  text-align: center;
  font-size:16px;
  margin-bottom:20px;
  line-height: 24px;
}

footer#ft {
  background:#006837;
  color:#fff;
  padding:20px 4%;
}

footer#ft p {
  font-size:13px;
  line-height: 25px;
  text-align: center;
}

#loader-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index:999999;
}

#loader {
    width: 60px;
    height: 80px;
    text-align: center;
    color: #bbb;
    z-index:999999;
}
 
#loader p {
    padding-top:5px;
    font-size: 13px;
}

.footer {
  width:100%;
  margin:auto;
  font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "游ゴシック","メイリオ", "Meiryo", sans-serif !important;
}

.footer p {
  text-align: center;
}

.footer p.copy {
  font-size: 13px;
  line-height: 1;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  background: #000;
}
