.p-page-header__title{
  color: #36220B;
  height: auto;
  line-height: 1.5;
  font-size: 60px;
}

.footprint{
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
  background: url('/wp-content/uploads/2026/04/icon_footprint_brown.png') no-repeat center / contain;
}

.sub-ttl{
  display: inline-flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  width: 100%;
  height: auto;
}

.sub-ttl_text{
  font-size: 24px !important;
  color: #907A44;
  margin-bottom: 0 !important;
}

.p-page-header__inner{
margin-bottom: 16px;
}

.page_ttl{
  font-size: 60px !important;
  text-align: center;
  margin-bottom: 80px !important;
  color: #36220B;	
}

.contact_complete{
  font-size:20px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
  color: #907A44;
}

.contact_text{
   text-align: center;
  line-height: 1.8 !important;
}

.top_btn01{
position: relative;
display: inline-flex;
height: 60px;
text-align: center;
text-decoration: none;
background: #36220B;
border-radius: 4px;
gap: 12px;
align-items: center;
padding: 8px 30px;
}

.top_btn01:hover{
opacity: 0.6;
text-decoration: none !important;
}

.top_btn01 > span{
  font-size: 20px;
  color: #FFF;
  font-weight: 600;
}

.top_btn-arrow{
display: inline-block;
width:20px;
height: 20px;
vertical-align: middle;
flex-shrink: 0;
background: url('/wp-content/uploads/2026/05/icon_circle_arrow_left.png') no-repeat center / contain;
}

.top_btn01_wrap{
width: 100%;
position: relative;
text-align: center;
}

@media screen and (max-width: 767px){
  .footprint{
  width: 24px;
  height: 24px;
}

  .sub-ttl_text{
  font-size: 20px !important;
}

  .page_ttl{
  font-size: 36px !important;
  margin-bottom: 60px !important;
}

.contact_text{
   text-align: left;
}

}