@charset "UTF-8";
/* common
-------------------------------------------------------------- */

/* freearea
-------------------------------------------------------------- */
.freearea {
  margin-bottom: 2em;
}

.freearea a{
  color: #1044BC;
	text-decoration: underline;
}
/* area
-------------------------------------------------------------- */
.area {
  padding: 80px 0;
}
.area h1 {
  padding-bottom: 70px;
  line-height: 1.5;
}
.area h2 {
  padding-bottom: 50px;
  font-size: 2.7rem;
  line-height: 1.4;
  color: #8e0f16;
}
.areaBox {
  margin-bottom: 3%;
  padding: 25px;
  border: 1px solid #8e0f16;
  width: 49%;
  font-size: 2.2rem;
  letter-spacing: 0;
}
.areaBox h3 {
  padding-bottom: 20px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: #8e0f16;
}
.areaBox .topArea {
  align-items: flex-start;
}
.areaBox .topArea figure {
  justify-content: center;
  align-items: center;
  width: 42.1%;
  border: 1px solid #565656;
  aspect-ratio: 300 / 195;
}
.areaBox .topArea .detail {
  width: 55%;
}
.areaBox .topArea .detail ul {
  padding-bottom: 20px;
  justify-content: flex-start;
}
.areaBox .topArea .detail li {
  margin: 0 5px 5px 0;
  padding: 8px 8px 4px;
  background: #ffe1e1;
  border-radius: 11px;
  font-size: 1.7rem;
}
.areaBox .topArea .detail .tel a {
  display: inline-block;
  padding: 8px 50px 5px 20px;
  background: #8e0f16;
  border-radius: 25px;
  color: #fff;
}
.areaBox .topArea .detail .tel img {
  margin-right: 20px;
  max-width: 20px;
  vertical-align: middle;
}
.areaBox .topArea .detail .tel span {
  font-weight: 700;
  line-height: 1;
}
.areaBox .time {
  padding: 30px 0 10px;
  border-bottom: 2px dashed #8e0f16;
}
.areaBox .time dt {
  width: 31px;
}
.areaBox .time dd {
  width: calc(100% - 50px)
}
.areaBox .fee {
  align-items: flex-start;
  padding: 15px 0 10px;
  border-bottom: 2px dashed #8e0f16;
}
.areaBox .fee dt {
  padding: 10px 0 5px;
  width: 90px;
  background: #8e0f16;
  border-radius: 15px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.areaBox .fee dd {
  width: calc(100% - 110px)
}
.areaBox .pay {
  margin: 15px 0;
  align-items: flex-start;
  padding: 10px 10px 0;
  background: #e9eeea;
}
.areaBox .pay dt {
  padding: 10px 0 5px;
  width: 60px;
  border: 2px solid #8e0f16;
  background: #fff;
  color: #8e0f16;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.areaBox .pay dd {
  width: calc(100% - 80px)
}
.areaBox .pay dd ul {
  justify-content: flex-start;
}
.areaBox .pay dd li {
  padding: 0 10px 10px 0;
  align-items: center;
  justify-content: center;
}
.areaBox .btn a {
  margin: 30px auto 0;
}
.btn.wide a {
  padding: 20px;
  margin: 30px auto 0;
}
@media (max-width: 1300px) {
  .areaBox .topArea figure {
    margin-bottom: 20px;
    width: 100%;
  }
  .areaBox .topArea .detail {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .area {
    padding: 40px 0;
  }
  .area h1 {
    padding-bottom: 20px;
  }
  .area h2 {
    padding-bottom: 20px;
    font-size: 1.8rem;
  }
  .areaBox {
    margin-bottom: 20px;
    padding: 15px;
    width: 100%;
    font-size: 1.5rem;
  }
  .areaBox h3 {
    padding-bottom: 10px;
    font-size: 2rem;
  }
  .areaBox .topArea figure {
    margin-bottom: 15px;
  }
  .areaBox .topArea .detail ul {
    padding-bottom: 15px;
  }
  .areaBox .topArea .detail li {
    font-size: 1.4rem;
  }
  .areaBox .topArea .detail .tel a {
    display: flex;
    justify-content: center;
    padding: 15px 10px 10px;
  }
  .areaBox .topArea .detail .tel img {
    margin-right: 10px;
    max-width: 15px;
  }
  .areaBox .topArea .detail .tel span {
    font-size: 1.8rem;
  }
  .areaBox .time {
    padding: 20px 0 10px;
  }
  .areaBox .time dt {
    width: 25px;
  }
  .areaBox .time dd {
    width: calc(100% - 40px)
  }
  .areaBox .fee dt {
    width: 80px;
    border-radius: 10px;
    font-size: 1.6rem;
  }
  .areaBox .fee dd {
    width: calc(100% - 100px)
  }
  .areaBox .pay dt {
    width: 50px;
    border: 1px solid #8e0f16;
    font-size: 1.5rem;
  }
  .areaBox .pay dd {
    width: calc(100% - 70px)
  }
  .areaBox .btn a {
    margin: 20px auto 0;
  }
  .btn.wide a {
    margin: 0 auto;
  }
}


/* areaDetail
-------------------------------------------------------------- */
.areaDetail .areaBox {
  width: 100%;
}
.areaDetail h2 {
  padding-bottom: 20px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: #8e0f16;
}
.areaDetail .areaBox .topArea figure {
  width: 300px;
}
.areaDetail .areaBox .topArea .detail {
  width: calc(100% - 320px);
}
.areaDetail .areaBox .topArea .detail li {
  font-size: 1.9rem;
}
.areaDetail .areaBox .other {
  border-top: 2px dashed #8e0f16;
}
.areaDetail .areaBox .other dt {
  align-items: center;
  padding: 10px;
  border-bottom: 2px dashed #8e0f16;
  width: 270px;
  color: #8e0f16;
  font-weight: 700;
}
.areaDetail .areaBox .other dd {
  padding: 10px 0;
  border-bottom: 2px dashed #8e0f16;
  width: calc(100% - 270px);
}
.areaDetail .areaBox .other iframe {
  max-width: 100%;
}
.areaDetail .wrap {
  padding: 0 0 20px;
}
.areaDetail .subTtl {
  padding: 8px 40px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  background: #8e0f16;
  color: #fff;
}
.areaDetail .reviewBox {
  justify-content: flex-start;
  margin: 20px 30px 0;
  padding-bottom: 10px;
  border-bottom: 2px dashed #8e0f16;
}
.areaDetail .reviewBox:last-of-type {
  border-bottom: none;
}
.areaDetail .reviewBox .date {
  font-weight: 700;
  width: 170px;
}
.areaDetail .reviewBox .name {
  padding-right: 20px;
  font-weight: 700;
}
.areaDetail .reviewBox .star {
  font-weight: 700;
  width: 110px;
  color: #8e0f16;
}
.areaDetail .reviewBox .txt {
  line-height: 1.5;
}
.areaDetail .reviewLink {
  padding-bottom: 20px;
  justify-content: center;
}
.areaDetail .reviewLink li {
  padding: 0 20px;
}
.areaDetail .newsBox {
  margin: 20px 30px 0;
  padding-bottom: 10px;
  border-bottom: 2px dashed #8e0f16;
}
.areaDetail .newsBox:last-child {
  border-bottom: 0;
}
.areaDetail .newsBox .date {
  font-weight: 700;
  width: 180px;
}
.areaDetail .newsBox .ttlTxt {
  font-weight: 700;
  width: calc(100% - 180px);
  color: #8e0f16;
  line-height: 1.4;
}
.areaDetail .newsBox .txt {
  padding-bottom: 30px;
  line-height: 1.5;
}
.areaDetail .newsBox .txt a {
  color: #8e0f16;
}
@media (max-width: 767px) {
  .areaDetail h2 {
    padding-bottom: 10px;
    font-size: 2rem;
  }
  .areaDetail .areaBox .topArea figure {
    width: 100%;
  }
  .areaDetail .areaBox .topArea .detail {
    width: 100%;
  }
  .areaDetail .areaBox .topArea .detail li {
    font-size: 1.4rem;
  }
  .areaDetail .areaBox .other dt {
    padding: 10px 10px 0;
    border-bottom: none;
    width: 100%;
  }
  .areaDetail .areaBox .other dd {
    padding: 0 10px 10px;
    width: 100%;
  }
  .areaDetail .areaBox .other iframe {
    height: 200px;
  }
  .areaDetail .wrap {
    padding: 0;
  }
  .areaDetail .subTtl {
    padding: 8px 20px;
    font-size: 2rem;
  }
  .areaDetail .reviewBox {
    margin: 10px 20px 0;
    padding-bottom: 10px;
  }
  .areaDetail .reviewBox .date {
    width: 110px;
  }
  .areaDetail .reviewBox .name {
    padding-right: 10px;
  }
  .areaDetail .reviewBox .star {
    width: 80px;
  }
  .areaDetail .reviewLink li {
    padding: 0 5px;
  }
  .areaDetail .reviewLink li a {
    margin: 0 auto;
    font-size: 1.5rem;
  }
  .areaDetail .newsBox {
    margin: 10px 20px 0;
    padding-bottom: 10px;
    border-bottom: 2px dashed #8e0f16;
  }
  .areaDetail .newsBox .date {
    width: 100%;
  }
  .areaDetail .newsBox .ttlTxt {
    padding-bottom: 10px;
    width: 100%;
  }
  .areaDetail .newsBox .txt {
    padding-bottom: 10px;
  }
}