@charset "utf-8";

.titlebox{
background-image: url("../images/bg00.webp");
}

/*マーカーアニメーション*/
 
.marker-animation.active{
    background-position: -100% .5em;
}
 
.marker-animation {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,250,102) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,250,102) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,250,102) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(255,250,102) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(255,250,102) 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 5s ease;
    font-weight: bold;
}

.basic_table22_spnormal th,
.basic_table22_spnormal td {
text-align: center;
}

.basic_table22_spnormal th.hix,
.basic_table22_spnormal td.hix {
font-weight: 800;
color: #e60012;
}

.main_v {
  text-align: center;
}
.titlebox_v {
  width: 960px;
  margin: 0 auto;
}

.tit_tit00 {
  border-bottom: 1px dashed #ccc;
  border-left: 5px solid #ccc;
  padding: 0 0 3px 10px;
  font-size: 2.2rem;
  margin: 30px 0;
}
.copybox {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.table_tit {
  font-size: 1.6rem;
  font-weight: 900;
}

.blockbox {
  margin-bottom: 40px;
}

.btn_link a {
  display: block;
  margin: 10px 0;
  background-color: #a68f56;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  width: 50%;
  text-decoration: none;
  border: 1px solid #a68f56;
}
.btn_link a:hover {
  background-color: #fff;
  color: #a68f56;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .titlebox_v {
    width: 100%;
    margin: 0 auto;
  }

  .blockbox {
    margin-bottom: 50px;
  }
}

.copybox00 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  text-align: center;
}
.box_inn {
  margin: 0 0 20px 0;
}

.box_inn li {
  list-style-type: disc;
  margin-left: 30px;
}

.contact_in {
  width: 960px;
  margin: 0px auto;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #43070e;
}
.contact_in h2 {
  font-size: 2rem;
}
.contact_in p {
  font-size: 2rem;
}
.contact_in p span.tel {
  font-size: 3.6rem;
  margin-left: 10px;
  font-weight: 900;
}
.contact_in a {
  color: #fff;
  background-color: #43070e;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-size: 2rem;
  padding: 15px;
  text-decoration: none;
}
.contact_in a img {
  margin-right: 10px;
}
.contactbox_allfoot .contact_in h2 a {
  background-color: rgba(255, 255, 255, 0);
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: inline;
  padding: 0;
  text-decoration: none;
  color: #43070e;
  font-size: 2rem;
}
