/*common*/
html{
  width: 100%;
}
body,header,nav,main,footer,article,aside{
  width: 100%;
  text-align: center;
  display: block;
  margin: 0;
  overflow-x: hidden;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
.container{
  width: 1000px;
  display: block;
  margin: 0 auto;
}

a,a img{
  text-decoration: none;
  -moz-transition:.5s ease;
  -webkit-transition:.5s ease;
  -o-transition:.5s ease;
  -ms-transition:.5s ease;
  color: #000;
}
a:hover img{
  opacity: 0.7;
}
.clear{
  clear: both;
  width: 100%;
  display: block;
  height: 1px;
  content: ' ';
}
.text-right{
  text-align: right;
}
.text-left{
  text-align: left;
}
.pull-left{
  float: left;
}
header{
  background: url('../img/common/head_back2.jpg') center center;
  background-size: cover;
  border-top: 5px solid #b7262d;
  height: 200px;
}
h1{
  margin: 0 auto;
  font-size: 1em;
      -webkit-margin-before: 0em;
      -webkit-margin-after: 0em;
      -webkit-margin-start: 0px;
      -webkit-margin-end: 0px;
      font-weight: normal;;
}
.head_wrap{
  text-align: center;
  width: auto;
  height: 150px;
  padding: 25px;
/*  background: rgba(0, 0, 0, 0.7);*/
}
.head_wrap picture,.head_wrap img{
  width: 150px;
  margin: 0 auto;
}
table th,table td{
  font-size: 14px;
  padding: 3px 10px 3px 0px;
}
nav{
  background-color: #222423;
  background: url('../img/common/main_back.png');
  height: 70px;
  padding-bottom: 0px;
}
nav ul{
  width: 100%;
  display: block;
  margin: 0px;
  padding: 0px;
}
nav ul a{
  color: #fff;
  float: left;
  text-align: center;
  width: 20%;
  margin: 0px;
  text-decoration: none;
  padding: 22px 0px;
  font-weight: bold;
}
nav ul a:hover{
  background: rgba(255, 255, 255, 0.8);
  color: #b7262d;
}
nav ul li{
  list-style: none;
  padding: 0px;
  font-size: 18px;
  letter-spacing: 2px;
  font-family: "Hannari", "YuMincho", "Yu Mincho", "游明朝", "游明朝体", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "MSP明朝", "MS PMincho", "MS 明朝", sans-serif;
}
.main_v{
  background-color: #222423;
  background: url('../img/common/main_back.png');
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
}
.main_v img{
  display: inline-block;
  width: 100%;
  max-width: 1000px;
  height: auto;
}
.child_main {
  background: url('../img/common/main_back.png');
  margin: 0px;
  padding-bottom: 10px;
}
.child_main.space{
  padding-bottom: 0px;
}
.child_main h2{
  background-color: #222423;
  text-align: left;
  color: #fff;
  margin: 0px;
  padding: 150px 0px 150px 85px;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: lighter;
  letter-spacing: 5px;
  position: relative;
}
.child_main h2:before{
  content: ' ';
  color: #fff;
  z-index: 999;
  background: url('../img/common/child.png') no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: 155px;
  height: 25px;
  width: 90px;
}
.child h3{
  border-bottom: 1px dotted #c0b59f;
  border-left: 3px solid #b7262d;
  padding-left: 10px;
  margin-bottom: 10px;
}
.child h4{
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}
.slick-prev:before,.slick-next:before{
  content: ' '!important;
  content: ' '!important;
}
.slick-next,.slick-prev {
  width: 30px!important;
  height: 30px!important;
  -moz-transition:.5s ease;
  -webkit-transition:.5s ease;
  -o-transition:.5s ease;
  -ms-transition:.5s ease;
}
.slick-next:hover,.slick-prev:hover{
  opacity: .7;
}
.slick-next{
  right: 10%;
  z-index: 999;
  background: url("../img/common/slick_next.png") no-repeat left top!important;
  background-size: cover!important;
}
.slick-prev {
  left: 10%;
  z-index: 1000;
  background: url("../img/common/slick_prev.png") no-repeat left top!important;
  background-size: cover!important;
}
.main_v .slick-slide{
  margin: 0px 10px 10px 10px;
}
main{
  background: url('../img/common/main_back.jpg') center center;
  background-attachment: fixed;
  padding: 40px 0px;
  z-index: -2;
}
main .container::after{
  -webkit-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
 width: 100%;
 height: 100%;
 margin: 0;
 padding: 0;
 content: ' ';
 background: rgba(255, 255, 255, 0.8);
 z-index: -1;
}
main .container{
  padding: 50px 0px;
  text-align: left;
  background: rgba(255, 255, 255, 0.8);
}
main h2{
  position: relative;
  width: 100%;
  display: block;
}
.index_btn{
  border: 1px solid #000;
  color: #fff;
  background-color: #000;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 7px;
  font-size: 13px;
  padding: 5px 15px;
  font-weight: normal;
}
.index_btn:hover{
  border: 1px solid #b7262d;
  background-color: #fff;
  color: #000;
}
article{
  border-top: 1px dotted #c0b59f;
  padding: 15px 0px;
  text-align: left;
  -moz-transition:.5s ease;
  -webkit-transition:.5s ease;
  -o-transition:.5s ease;
  -ms-transition:.5s ease;
}
article:hover{
  background: rgba(0,0,0,0.5);
  color: #fff;
}
article h3{
  margin: 0px;
  font-size: 16px;
}
article p{
  font-size: 12px;
}
.child article:hover{
  background: none;
  color: #000;
}
.timebox{
  width: 70px;
  height: 70px;
  text-align: center;
  display: inline-block;
  float: left;
  font-size: 12px;
  margin-right: 15px;
  overflow: hidden;
}
.timebox .date{
  background-color: #b7262d;
  color: #fff;
  padding: 10px;
}
.timebox .year{
  background-color: #080403;
  color: #fff;
  padding: 10px;
}
section.article_wrap{
  width: 650px;
  float: left;
  display: inline-block;
  margin-right: 25px;
  margin-left: 25px;
  padding-bottom: 30px;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
}
aside{
  display: inline-block;
  width: 275px;
}
aside img{
  margin-bottom: 25px;
  width: 100%;
}
#page-top{
  position: absolute;
  bottom: 30px;
  right: 0px;
}
.copyright{
  position: relative;
  width: 100%;
  height: 50px;
  font-size: 10px;
  padding-top: 20px;
  background-color: #080403;
  color: #fff;
  text-align: left;
}
footer .container{
  position: relative;
}
footer a:hover{
  color: #b7262d;
}
#footerlogo{
  float: left;
  margin-top: 20px;
  width: 130px;
}
.footer_nav{
  margin: 30px 0px;
  margin-left: 200px;
}
.footer_nav ul{
  margin-left: 40px;
  float: left;
}
.footer_nav ul li{
  padding-bottom: 10px;
  font-size: 12px;
}
.footer_nav .parent{
  display: inline-block;
  padding-bottom: 30px;
}
.footer_nav .parent li{
  font-weight: bold;
}
.footer_nav .child{
  margin-left: -40px;
  float: none;
}
.footer_nav .child li{
  font-weight: normal;
  padding-left: 10px;
}
.footer_nav ul li{
  text-align: left;
  list-style: none;
}
#footbanner{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 220px;
}
.sp{
  display: none;
}
.btn_wrap{
  position: relative;
  width: 100%;
}
.btn_wrap .index_btn{
  position: inherit;
}
.timebox img,.thumnail{
  width: 70px;
}
#contents form input{
  width: 800px;
  height: 100px;
}

#contents form textarea{
  width: 800px;
  height: 800px;
}
#paging:hover{
  background: transparent;
}
#paging {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}
@media screen and (max-width:1000px){
  .container{
    width: auto;
}
nav ul li {
    font-size: 14px;
}
  section.article_wrap {
      width: auto;
      float: none;
      margin-right: 5px;
      margin-left: 5px;
      display: block;
  }
}
@media screen and (max-width:480px){
.slick-next,.slick-prev {
    width: 20px!important;
    height: 20px!important;
}
button.slick-next{
  right: 1%!important;
  top: 70%;
}
button.slick-prev{
  top: 70%;
  left: 1%!important;
}
}
