@charset "UTF-8";

/*スライドショーの部分*/
#graphic {
  width: 1280px;
  margin: 0 auto;
}

#graphic ul {
  display: block;
  list-style: none;
  padding-left: 0;
  position: relative;
}
#graphic ul li {
  display: block;
  opacity: 0;
}
#graphic ul li:nth-child(2),
#graphic ul li:nth-child(3) {
  position: absolute;
  top: 0;
}
#graphic ul li:nth-child(1) {
  position: relative;
  z-index: 3;
}
#graphic ul li:nth-child(2) {
  z-index: 2;
}
#graphic ul li:nth-child(3) {
  z-index: 1;
}
#graphic ul li.now {
  opacity: 1;
}
#graphic ul li.now:nth-child(1) {
  z-index: 0;
}
#graphic ul li img {
  vertical-align: bottom;
}
/*スライドショーの部分*/



.main {
margin: 0 auto;
justify-content: center;
display: block;
}

.center {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  justify-content: center;
  }

.bt {
font-size: 40px;
margin-top: 190px;
margin-bottom: 55px;
}

.footer {
    justify-content: center;
    display: flex;
  }
  
  #logo{
    display: flex;
    justify-content: center;
    padding: 200px 35px 80px 35px;
    }
  
    #copyright {
      text-align: center;
      margin: 0 auto;
      justify-content: center;
      margin-bottom: 105px;
      display: block;
      font-size: 16px;
    }
  
    p {
    margin: 0;
    }
  
    

.kadomaru {
    width:115px;
    height: 15px;
    font-size:10px;
    color:#FFFFFF;
    text-align:center;
    background:#999;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    margin-top: 30px;
    margin-bottom: 55px;
}

p {
    margin: 0;
}
.tb1 table {
    margin-bottom: -12px;
    text-align: center;
}

.logo {
    height: 100px;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.auto-style2 img {
display: block;
margin: 0;
padding: 0;
 }


.auto-style2 {
padding-left: 62.5px;
padding-right: 62.5px;
}


#topphoto1 {
padding-bottom: 25px;
}


.init-bottom:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
#pagetop {
height: 150px;

}

.auto-style6 strong {
display: block;
height: 50px;
}


/* フッター部分のページ */
.item_page {
  text-align: center;
  margin: 0 auto;
  }
  
  .item_page li {
  font-size: 21px;
  display: inline-block;
  margin: 0;
  }
  
  .item_page ul {
  margin: 0;
  padding-top: 65px;     /* ボタンの下が５５pxで設定されているから.計１２０px */
  }



  .item_page .bold {
  font-weight: bold;
  letter-spacing: 30px;
  text-align: center;
  margin: 0 auto;
  }


  .item_page {
    text-align: center;
    }
    
    .item_page li {
    display: inline-block;
    padding-right:20px;
    padding-left: 20px;
    }
    
    .item_page li a {
    color: #454545;
    }
    
    .item_page .bold {
    font-weight: bold;
    }
    

  /* フッター部分のページ */