@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium");
}

.pan-nav {
  margin: 20px 0 65px;
  padding-left: 20px;
  line-height: 1;
  font-size: 14px;
  color: #999999;
}

.pan-nav ul {
  letter-spacing: -.40em;
}

.pan-nav ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin-right: 35px;
}

.pan-nav ul li:before {
  content: "/";
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: 15px;
}

.pan-nav ul li:first-child:before {
  display: none;
}

.pan-nav ul li a {
  color: #999999;
  text-decoration: none;
}

.pan-nav ul li a:hover {
  text-decoration: underline;
}

  #main_contents {
    padding-top: 110px !important;
　}

@media only screen and (max-width: 768px) {
  .pan-nav {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  #main_contents {
    padding-top: 55px !important;
　}
}

/*--sns 非表示--*/

.sns_area {
    display: none !important;
}

#snsBtnFix {
    display: none !important;
}

/*--limitedBlock--*/
.limited-block {
  font-family: YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "メイリオ", Meiryo, "Meiryo UI", sans-serif;
}

.limited-block a {
  display: block;
  background: #f5f5f5;
  padding: 15px 10px;
  color: #000;
}

.limited-block a:hover {
    text-decoration: none;
}

.limited-block p {
  line-height: 1.5;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.limited-block-orange {
  color: #ff661a;
  text-decoration: underline;
}

.limited-block-orange:hover {
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .limited-block {
    line-height: 1.66;
    text-align: center;
  }
  .limited-block a {
    padding: 10px 10px;
  }
  .limited-block p {
    font-size: 3vw;
  }
}

@media only screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .sp-only {
    display: block !important;
  }
  br.sp-only {
    display: inline !important;
  }
}
