.pl-txt{
  box-sizing: border-box;
  padding: 30px 20px 20px 30px;
  width: 100%;
  background-color: #f9f9f9;
  position: relative;
}
.pl-txt > .pl-txt__tit{
  padding-bottom: 15px !important;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px !important;
}


.pl-txt__text{
  margin-bottom: 15px;
  line-height: 2.15;
  font-size: 14px;
  text-align: left;
}
.pl-txt__text-ttl{
  margin-bottom: 15px;
  line-height: 2.15;
  font-size: 17px;
  text-align: left;
}

.pl-txt__box{
  display: flex;
  justify-content: space-between;
}

.pl-txt__box .pl-txt__text{
  margin-bottom: 0;
}

.p-txt-btn{
  position: absolute;
  right: 20px;
  bottom: -10px;
  background: #d5b37e;
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #ffffff;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  transform: translateY(-50%);
  border: 1px solid transparent;
  transition: 0.3s;
  cursor: pointer;
}

.plan-box__inner{
  display: flex;
  justify-content: space-between;
  position: relative;
}
.plan-box{
  margin-bottom: 40px;
}
.accordion-item{
  display: none;
  padding: 45px 40px;
  background-color: #f9f9f9;
}
.plan-title{
  font-size: 21px;
  color: #555;
}
.plan-present{
  font-size: 21px;
  color: #996633;
  margin-top: 45px;
  margin-bottom: 15px;
}
.plan-present-box{
  display: flex;
  flex-flow: row wrap;
  margin:-10px;
}
.plan-present-box__inner{
  padding: 10px;
  width: 50%;
  box-sizing: border-box;
}
.plan-present-box__item{
  display: flex;
  padding: 15px 30px;
  text-align: center;
  background-color: #d5b37e;
  color: #fff;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  border-radius: 100px;
  box-sizing: border-box;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.plan-table{
  width: 100%;
  color: #555;
  font-size: 14px;
}
.plan-table table{
  border-collapse: collapse;
  width: 100%;
  margin-top: 15px;
}

.plan-table th{
  background-color: #f5efea;
  padding: 15px 20px;
  border-top: 1px solid #996633;
  text-align: left;
}

.plan-table td{
  padding: 15px 20px;
  border-top: 1px solid #996633;
  background-color: #fff;
  text-align: left;
}
.plan-table tr:last-child td{
  border-bottom: 1px solid #996633;
}

.plan-table tr:last-child th{
  border-bottom: 1px solid #996633;
}

.p-contact{
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid #963;
}

.p-contact-title{
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
}
.p-detail__contact {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.p-detail__contact__content {
  border-top: 1px solid #eee;
}

.p-detail__contact__content__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Hiragino Mincho Pro", "ï¼­ï¼³ ï¼°æ˜Žæœ", "MS PMincho", serif;
  padding-top: 40px;
  width: 705px;
  margin-left: auto;
  margin-right: auto;
}

.p-detail__contact__tel {
  font-size: 47px;
  color: #996633;
  line-height: 1;
}

.p-detail__contact__btn {
  width: 280px;
}
.p-detail__contact__btn a {
  display: block;
  background-color: #996633;
  color: #fff;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  transition: .3s;
  border: 2px solid #996633;
}
.p-detail__contact__tel span {
  font-size: 22px;
}
.pl-img img{
  height: 100%;
  object-fit: cover;
}
.pl-img__add{
  background-color: #f9f9f9;
  padding-top: 15px;
  padding-left: 15px;
}

.title-tk {
  text-align: center;
  display: block;
  font-size: 28px;
  color: #333;
  width: 100%;
  border-top: solid 2px #d5b37e;
  border-bottom: solid 2px #d5b37e;
  padding: 10px 0;
  margin-bottom: 30px;
  background-color: #fcfaf3;
}

.u-justify-center{
  justify-content: center;
}

@media (any-hover:hover) {
  .p-txt-btn:hover{
    border: 1px solid #d5b37e;
    background-color: #fff;
    color: #d5b37e;;
  }
  .p-detail__contact__btn a:hover {
    background-color: #fcfaf3;
    color: #996633;
    text-decoration: none;
  }
}
