.header-container{
  display: none;
}
.footer-container{
  display: none;
}

.header_wrap{
  background-color: #532710;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 10px 30px;
}
.header_logo{
  width: 26%;
}
.title{

text-align: center;
}
.title span{
  color: #532710;
    font-size: clamp(18px , 2.7777777777777777vw , 40px);
    text-align: center;
    font-family: "Zen Old Mincho";
    border-bottom: 1px solid #532710;
    padding-bottom: 6px;
}

.map_wrap{
  max-width: 1000px;
  margin: 0 auto;
}

.text_wrap {
background-color: #532710;
color: #fff;
font-size: clamp(16px , 1.25vw , 18px);
padding: 5% 10%;
}

.text_name {
  font-weight: 600;
  font-size: 20px;
}

.text_station {
margin-top: 10px;
}

.text_address {
margin-top: 10px;
}
.text_tel{
  margin-top: 10px;
}
.text_tel a{
color: #fff;
text-decoration: none;
}
.text_list {
display: flex;
list-style: none;
padding-left: 0;
gap: 20px;
margin-top: 10px;
}
@media only screen and (max-width:767px) {.text_list {
  flex-direction: column;
  padding-left: 0!important;
}
.header_logo{
  width: 49%;
}
}
.text_list li{
  background-color: #fff;
  color: #222;
  padding: 0 20px;
  border-radius: 20px;
  text-align: center;
}
.text_bottom {
  display: flex;
      gap: 20px;
}
.text_bottom img{
  max-width: 40px;
    aspect-ratio: 50 / 50;
    object-fit: contain;
}

@media only screen and (max-width:767px) {
  
}.text_bottom .pc{
  display: none;
}
.mobile-header-menu-buttons{
  display: none;
}