@charset "UTF-8";
/* Scss Document */
html, body {
  height: 100%;
  line-height: 130%; }

body {
  color: #000;
  font-size: 100%;
  /* =16px */
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  min-width: 1040px;
  max-width: 100%; }

@media (max-width: 1040px) {
  body {
    min-width: 100%; } }
@media (max-width: 640px) {
  body {
    min-width: 300px; } }
img {
  border: none; }

* {
  margin: 0;
  padding: 0; }

/*clearfix ie対策済み*/
.clearfix {
  zoom: 1; }

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

/*非表示*/
.disnon {
  display: none; }

/*レイアウト*/
#container {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative; }

footer {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  /*color: background--> footer.css*/ }

/** html footer {
    bottom:expression(document.getElementById("container").offsetHeight % 2 == 0 ? 0 : -1);
}*/
/*----------------------------*/
/*ヘッダー部 */
/*----------------------------*/
header {
  background: #000; }
  header .frex_con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.homelinklogo {
  /*メニューついたら左空ける
  padding-left: 68px;*/ }

.homelinklogo img {
  margin: 7px 5px 5px 5px; }

.homelinklogo a img {
  vertical-align: bottom;
  filter: opacity(1); }
.homelinklogo a:hover img {
  filter: opacity(0.8); }
.homelinklogo a img:last-child {
  display: none; }

@media (max-width: 1040px) {
  .homelinklogo a img:first-child {
    display: none; }
  .homelinklogo a img:last-child {
    display: inline;
    margin-top: 7px; }

  .camp_title {
    /*padding-left: 70px;*/ } }
/*----------------------------*/
/*ソーシャルボタン*/
/*----------------------------*/
.social_button img {
  display: block; }

.social_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  /* webkit bugfix */
  -webkit-box-pack: end;
  padding-top: 5px;
  padding-right: 1px; }

.social_button div {
  display: inline-block;
  /*ie11 bug回避*/ }

.social_button .fb {
  margin: 0 1px;
  padding: 0; }

.fb_ja .fb-like span,
.fb_ja .fb-like iframe {
  width: 80px !important; }

.social_button .tw {
  margin: 0 1px;
  padding: 0; }

.social_button .tw a,
.social_button .tw_f a,
.social_button img {
  display: block; }

.social_button .tw_f {
  margin: 0 1px; }

.social_button .tw_f a:hover img {
  -webkit-filter: brightness(1.3);
  filter: brightness(1.3); }

/*----------------------------*/
/*バナー*/
/*----------------------------*/
.camp_banner {
  text-align: center;
  margin-bottom: 1em; }

p.banner {
  text-align: center; }

@media (max-width: 640px) {
  p.banner img {
    width: calc(100% - 40px);
    height: auto; } }
/*----------------------------*/
/*フッター*/
/*----------------------------*/
footer {
  font-size: 0.75rem;
  background: #000;
  color: #FFF; }
  footer a:link {
    color: #FFF; }
  footer a:active {
    color: #FFF; }
  footer a:hover {
    color: #FFF; }
  footer a:visited {
    color: #FFF; }
  footer p {
    clear: both;
    display: block; }
  footer p.copyright {
    margin: 0;
    padding: 10px 0 0 15px; }
  footer p.disclaimer {
    margin: 0;
    padding: 0 0 20px 15px; }

footer ul {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 10px 0 0 15px; }
  footer ul li {
    float: left;
    margin-bottom: 5px; }
    footer ul li a {
      display: block;
      padding: 5px 10px;
      margin-right: 5px;
      border-radius: 10px;
      line-height: 110%;
      background: #666;
      color: #FFF;
      text-decoration: none; }
    footer ul li a:active,
    footer ul li a:hover {
      background: #004893; }

footer div.pageNavi {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  z-index: 10; }

/*▲*/
footer a.pagetopbtn {
  position: fixed;
  display: block;
  bottom: 15px;
  right: 10px;
  height: 70px;
  width: 70px;
  padding: 0;
  margin: 0;
  text-align: center;
  text-decoration: none;
  font-size: 2.5rem;
  /*40px*/
  line-height: 4.38rem;
  /*70.08px;*/
  color: #CCC;
  background: #FFF;
  opacity: 0.5;
  border-radius: 35px;
  box-shadow: #666 0 0px 5px; }
footer a.pagetopbtn:active,
footer a.pagetopbtn:hover {
  background: #ACF3FD;
  color: #666; }

/*▼*/
footer a.pagebottombtn {
  display: none; }
footer a.pagebottombtn:active,
footer a.pagebottombtn:hover {
  background: #FF0;
  color: #666; }

@media (max-width: 640px) {
  footer div.pageNavi {
    position: relative;
    width: auto; }

  footer div.pageNavi a.backbtn {
    display: none; }

  /*▲*/
  footer div.pageNavi a.pagetopbtn {
    position: fixed;
    display: block;
    bottom: 10px;
    right: 5px;
    height: 50px;
    width: 50px;
    padding: 0;
    margin: 0;
    font-size: 1.5rem;
    /*24px;*/
    line-height: 3.1rem;
    border-radius: 25px; }

  /*▼*/
  footer div.pageNavi a.pagebottombtn {
    display: none; }

  footer p.copyright,
  footer p.disclaimer {
    margin-right: 60px; } }
