/* 読み込み中 */
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 9998;
}
#loader-bg .inner {
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -79px 0 0 -71px;
}
#loader,
#loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
#loader {
  margin: 20px auto 0;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(138, 20, 38, 0.2);
  border-right: 1.1em solid rgba(138, 20, 38, 0.2);
  border-bottom: 1.1em solid rgba(138, 20, 38, 0.2);
  border-left: 1.1em solid #8a1426;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* 簡易ロールオーバー */
.ro a img,
a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  backface-visibility: hidden; /* webkit対策 */
}
.ro a:hover img {
  opacity: 0.70;
  filter: alpha(opacity=70);
}
/* 簡易ロールオーバーここまで */

/* ページナビゲーション */
.pagenavi {
  margin-top: 50px;
  text-align: center;
}
.wp-pagenavi {
  display: inline-block;
}
.wp-pagenavi a,
.wp-pagenavi .current {
  display: block;
  float: left;
  line-height: 20px;
  color: #8a1426;
  text-align: center;
  border: #8a1426 solid 1px;
  background-color: #fff;
  padding: 3px 10px;
  margin: 0 3px;
}
.wp-pagenavi a:hover,
.wp-pagenavi .current {
  color: #fff;
  background-color: #8a1426;
  text-decoration: none;
}
/* ページナビゲーションここまで */

html {
  overflow-y: scroll;
}
.mincho {
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
.d-ib {
  display: inline-block;
}
.img-responsive {
  margin: 0 auto;
}
.telno {
  color: #333;
}

/* ヘッダー */
header .sp .navbar {
  border: none;
  margin: 0;
}
header .sp .navbar-brand {
  padding: 3px 15px;
}
header .sp .navbar-brand img {
  height: 44px;
  width: auto;
}
header .sp .navbar-collapse {
  background-color: #8a1426;
}
header .sp .nav > li {
  text-align: center;
  font-size: 130%;
}
header .sp .nav li:after {
  content: "";
  display: block;
  width: 90%;
  height: 100%;
  border-bottom: #962c3c solid 1px;
  margin: 0 auto;
}
header .sp .navbar-default .navbar-nav > li > a {
  color: #fff;
}
header .sp .nav > li a span {
  font-size: 60%;
}
header .sp .nav > li.sns {
  margin: 40px 0;
}
header .sp .nav > li.sns:after {
  display: none;
}
header .sp .nav > li.sns > a {
  display: inline;
  padding: 0;
  margin: 0 5px;
}
header .sp .nav > li.contact {
  margin-bottom: 50px;
}
header .sp .nav > li.contact:after {
  display: none;
}

#main-img {
  position: relative;
}
#main-img .logo-main {
  width: 300px;
  position: absolute;
  z-index: 2000;
  top: 50%;
  left: 50%;
  margin: -88px 0 0 -150px;
}
#main-img .slick-slide img {
  width: 100%;
}
body:not(.home) #main-img {
  background: url(img/common/bg-mainimg.jpg) no-repeat center top;
  background-size: cover;
  height: 365px;
}
body:not(.home) #main-img .logo-main {
  width: 278px;
  margin: -82px 0 0 -139px;
}

.slick-slider {
  margin-bottom: 0;
}
.slick-dots {
  bottom: 10px;
}
.slick-dots li {
  width: 18px;
  height: 18px;
  margin: 0 2px;
}
.slick-dots li button {
  width: 18px;
  height: 18px;
  padding: 3px;
}
.slick-dots li button:before {
  font-size: 12px;
  line-height: 18px;
  width: 18px;
  height: 18px;
  color: #ff4b66;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  backface-visibility: hidden; /* webkit対策 */
  text-shadow: 0 0 3px #fff;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before, .slick-dots li.slick-active button:before {
  color: #962c3c;
  opacity: 1;
}

/* パンくずリスト */
#breadcrumbs {
  padding: 15px 0;
}
#breadcrumbs a {
  color: #333;
}
main {
  padding: 50px 0;
}

/* ページトップ */
#page-top {
  position: relative;
}
#page-top p {
  position: absolute;
  top: -20px;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  text-align: center;
}
#page-top p a {
  display: block;
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 50%;
  border: #8a1426 solid 2px;
  background-color: #8a1426;
}
#page-top p a:hover {
  color: #8a1426;
  background-color: #fff;
  text-decoration: none;
}
#page-top p a span {
  margin: 10px 0 0 1px;
}

/* フッター */
footer {
  background-color: #ececec;
  padding-top: 45px;
}
footer .footinfo {
  width: 210px;
  margin: 0 auto 25px;
}
footer .footinfo .logo {
  margin-bottom: 15px;
}
footer .footinfo p {
  margin: 0;
}
footer .sns {
  clear: both;
  text-align: center;
}
footer .sns p {
  font-size: 110%;
  font-weight: bold;
}
footer .copyright {
  text-align: center;
  padding: 22px 0;
}

/* ---------- size xx,xs ---------- */
@media (max-width: 767px) {
  .forpc {
    display: none;
  }
  footer .footnav:before {
    content: "";
    display: block;
    width: 90%;
    height: 1px;
    border-top: #dadada solid 1px;
    margin: 0 auto;
  }
  footer .footnav .inner {
    width: 300px;
    padding: 30px 0;
    margin: 0 auto;
  }
  footer .footnav .fnav-button {
    display: block;
    width: 100%;
    color: #fff;
    text-align: left;
    font-weight: bold;
    padding: 12px;
    border: none;
    border-radius: 22px;
    background-color: #8a1426;
    margin: 8px 0 0;
  }
  footer .footnav p.fnav-button:first-of-type {
    margin: 0;
  }
  footer .footnav .fnav-button .glyphicon {
    margin-top: 3px;
    top: 0;
  }
  footer .footnav ul {
    margin: 8px 0 0;
  }
  footer .footnav ul li {
    display: block;
    width: 100%;
    line-height: 2;
    padding-left: 29px;
    position: relative;
  }
  footer .footnav ul li:before {
    content: "・";
    display: block;
    position: absolute;
    top: 0;
    left: 1em;
  }
  footer .footnav a {
    color: #fff;
    text-decoration: none;
  }
  footer .footnav ul li a {
    color: #333;
  }
  footer .sns img {
    display: block;
    width: 120px;
    margin: 10px auto 0;
  }

}


/* ---------- size sm ---------- */
@media (min-width: 768px) {
  .forsp {
    display: none;
  }
  header .pc .container {
  }
  header .pc .top-bar {
    margin: 15px auto;
  }
  header .pc .logo {
    float: left;
  }
  header .pc .contact {
    float: right;
    margin-left: 20px;
  }
  header .pc .contact img {
    width: 204px;
  }
  header .pc .sns {
    float: right;
    margin: 5px 0;
  }
  header .pc .sns ul {
    margin: 0;
  }
  header .pc .sns ul li {
    display: inline;
    margin: 0 3px;
  }
  header .pc .sns ul li img {
    width: 28px;
  }
  header .pc .nav-wrap {
    height: 64px;
  }
  header .pc .nav {
    background-color: #8a1426;
  }
  header .pc .nav-pc li {
    display: inline;
    float: left;
    font-size: 110%;
    text-align: center;
    padding: 16px 0;
    margin-left: 17px;
  }
  header .pc .nav-pc li:first-of-type {
    margin-left: 0;
  }
  header .pc .nav-pc li a {
    display: block;
    color: #fff;
    line-height: 1.1;
  }
  header .pc .nav-pc li a:hover {
    color: #f1c829;
    text-decoration: none;
  }
  header .pc .nav-pc li a span {
    font-size: 60%;
  }

  #main-img .logo-main {
    width: 470px;
    position: absolute;
    z-index: 2000;
    top: 50%;
    left: 50%;
    margin: -139px 0 0 -235px;
  }

  #page-top p {
    left: 100%;
    margin-left: -40px;
  }

  footer .footinfo {
    float: left;
    width: 160px;
    padding-bottom: 25px;
    padding-right: 10px;
    position: relative;
  }
  footer .footinfo:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    border-right: #dadada solid 1px;
    position: absolute;
    top: 0;
    right: 0;
  }
  footer .footnav .tl {
    float: left;
    padding-left: 10px;
    max-width: 150px;
  }
  footer .footnav .col1 {
    padding-left: 10px;
  }
  footer .footnav .tl > li {
    padding-left: 10px;
    position: relative;
    font-weight: bold;
    margin-bottom: 10px;
  }
  footer .footnav .tl > li:before {
    content: "＞";
    display: block;
    font-size: 8px;
    font-weight: bold;
    color: #922636;
    position: absolute;
    top: 5px;
    left: 0;
  }
  footer .footnav .sl > li {
    font-size: 90%;
    font-weight: normal;
    padding-left: 1em;
    position: relative;
    margin-top: 5px;
  }
  footer .footnav .sl > li:before {
    content: "・";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  footer .footnav li a {
    color: #333;
    text-decoration: none;
  }
  footer .footnav li a:hover {
    color: #962c3c;
    text-decoration: underline;
  }
  footer .sns .snsbtn {
    text-align: center;
    margin: 0;
  }
  footer .sns .snsbtn li {
    display: inline;
    margin: 0 5px;
  }

}


/* ---------- size md ---------- */
@media (min-width: 992px) {
  header .pc .nav-pc li {
    margin-left: 54px;
  }

  footer .footinfo {
    width: 240px;
  }
  footer .footnav .tl {
    max-width: 250px;
    padding-left: 30px;
  }
  footer .footnav .col1 {
    padding-left: 30px;
  }

}


/* ---------- size lg ---------- */
@media (min-width: 1200px) {
  header .pc .nav-pc li {
    margin-left: 87px;
  }
  
  footer .footinfo {
    width: 270px;
  }
  footer .footnav .tl {
    padding-left: 70px;
  }
  footer .footnav .col1 {
    padding-left: 70px;
  }

}


@media print {
  a[href]:after {
    content: ""!important;
  }
  abbr[title]:after {
    content: ""!important;
  }
}
