/*================================================
 *  ボタン1
 ================================================*/
.btnwaku1 {
	text-align: center;
	padding:0 0 30px 0;
}
.btn-animation-01 {
  display: inline-block;
  width: 100%;
  text-align: center;
  border: 2px solid #c6000d;
  font-size: 20px;
  color: #fff !important;
  text-decoration: none;
  padding: 14px 0;
  position: relative;
  font-weight:bold;
  letter-spacing:1px;
}

#seika .btn-animation-01:hover {
  color: #c6000d !important;
}

#seika .btnwaku1 {
	text-align: center;
	padding:40px 0 30px 0;
}

.btn-animation-01 span {
  position: relative;
  z-index: 1;
}

.btn-animation-01::before,
.btn-animation-01::after {
  content: "";
  display: block;
  background-color: #c6000d;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.btn-animation-01::before {
  left: 0;
}
.btn-animation-01::after {
  right: 0;
}

.btn-animation-01:hover:before,
.btn-animation-01:hover:after {
  width: 0;
  background-color: #c6000d;
}

.btn-animation-01:hover {
  color: #c6000d;
			text-decoration: none;
}
@media screen and (max-width:767px) {
.btnwaku1 {
	padding:0 0 0 0;
}
.btn-animation-01 {
	font-size:14px;
  padding: 12px 0;
	width: 80%;
}
}

/*================================================
 *  ボタン2
 ================================================*/
.btnwaku2 {
	padding:2px 0;
}
.btn-animation-02 {
  display: inline-block;
  width: 100%;
  border: 2px solid #c6000d;
  font-size: 26px;
  color: #fff;
  text-decoration: none;
  padding: 18px 20px;
  position: relative;
  letter-spacing:1px;
}

.btn-animation-02 span {
  position: relative;
  z-index: 1;
	padding-left: 25px;
}

.btn-animation-02::before,
.btn-animation-02::after {
  content: "";
  display: block;
  background-color: #c6000d;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.btn-animation-02::before {
  left: 0;
}
.btn-animation-02::after {
  right: 0;
}

.btn-animation-02:hover:before,
.btn-animation-02:hover:after {
  width: 0;
  background-color: #c6000d;
}

.btn-animation-02:hover {
  color: #c6000d;
			text-decoration: none;
}

@media screen and (max-width:767px) {
.btn-animation-02 {
	font-size:18px;
  padding: 12px 10px;
}
}

/*================================================
 *  ボタン3
 ================================================*/
.btnwaku3 {
	padding:30px 0 5px 0;
	margin-left: auto;
	margin-right: auto;
}
.btn-animation-03 {
  display: inline-block;
  width: 100%;
  border: 2px solid #c6000d;
  font-size: 14px;
  color: #c6000d;
  text-decoration: none;
  padding: 10px 15px;
  position: relative;
	border-radius: 5px;
	background-color: #c6000d;
}

.btn-animation-03 span {
  position: relative;
  z-index: 1;
}

.btn-animation-03::before,
.btn-animation-03::after {
  content: "";
  display: block;
  background-color: #fff;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.btn-animation-03::before {
  left: 0;
}
.btn-animation-03::after {
  right: 0;
}

.btn-animation-03:hover:before,
.btn-animation-03:hover:after {
  width: 0;
  background-color: #c6000d;
}

.btn-animation-03:hover {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width:767px) {
.btn-animation-03 {
	font-size:12px;
  width: 94%;
  padding: 8px 10px;
}
}

@media print, screen and (min-width: 767px) {
	.btnwaku3 {
	max-width: 380px;
}
}