@charset "UTF-8";

/*  全体　基本設定
---------------------------------------------*/
html, body {
  font-size: 62.5%;
}

body {
  font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 0;
  font-feature-settings:normal;
  letter-spacing: 0.1em;
  text-align: center;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  color: #fff;
}


input[type="text"],
input[type="button"],
input[type="email"],
input[type="submit"],
textarea {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #111111;
}

a img:hover {
  opacity: 0.7;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;  
}

em {
  font-weight: bold;
  font-style: normal;
}

img {
  max-width: 100%;
}

figure img {
  max-width: 100%;
  width: 100%; 
  line-height: 0;
}

.disnon-pc {
  display: none;
}

.disnon-sp {
  display: block;
}


@media screen and (max-width: 768px) {

  .disnon-pc {
    display: block;
  }

  .disnon-sp {
    display: none;
  }
}
/* 　コンテナー　設定
---------------------------------------------*/
#container {
  min-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  overflow: hidden;
}

.content {
}

.content img {
  width: 100%;
  max-width: 100%;
}


@media screen and (max-width: 768px) {
  #container {
    min-width: inherit;
  }
}




/* 　フッター　設定
---------------------------------------------*/
.footer {
  position: relative;
  padding: 50px 0;
  background-image: url(../img/footer-bg_pc.gif);
  background-repeat: repeat-y;
  background-size: 100% auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  text-align: center;
}

.footer__link {
  line-height: 1.5;
}

.footer__link li {
  display: inline-block;
  padding: 0 10px;
  font-size: 1.2rem;
}

.footer__link a {
  color: #fff;
}


.footer__copyright {
  margin-top: 30px;
  font-size: 1.2rem;
}


.pagetop {
  position: absolute;
  top: 45%;
  right: 20px;
  width: 32px;
}

@media screen and (max-width: 768px) {
  .footer {
    position: relative;
    padding: 50px 0;
    background-image: url(../img/footer-bg_sp.gif);
    background-repeat: repeat-y;
    background-size: 100% auto;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    text-align: center;
  }

  .footer__link {
    line-height: 1.5;
  }

  .footer__link li {
    display: inline-block;
    padding: 0 5px;
    font-size: 1.1rem;
  }

  .footer__link a {
    color: #fff;
  }


  .footer__copyright {
    margin-top: 30px;
    font-size: 1.0rem;
    line-height: 1.5;
  }


  .pagetop {
    position: relative;
    top: 0;
    right: 0;
    width: 64px;
    margin: 30px auto 0;
  }

}



