@charset "utf-8";
/* CSS Document */
.cate1 .titlebox1{
    margin-bottom: -60px;
}
.reserve_a .reserve_box{
  max-width: 1280px;
  margin: 0 auto;
  background: #e9f0e6;
  text-align: center;
  padding: clamp(72px, 8vw, 120px) 20px clamp(48px, 6vw, 72px);
}

.reserve_a .lead{
  margin-bottom: 22px;
  letter-spacing: .08em;
}

.reserve_a .more_e2{
  justify-content: center;
}

.reserve_a .more_e2 a p{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.reserve_a .tel_lead{
  margin-top: 24px;
  margin-bottom: 8px;
  letter-spacing: .08em;
}

.reserve_a .telbox{
  justify-content: center;
  align-items: baseline;
  gap: 8px;
}

.reserve_a .telbox p{
  letter-spacing: .08em;
}

.reserve_a .telbox .tel{
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1;
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

