/*************************************
style.css
*************************************/

.main_message {
  max-width: 800px;
  margin: 3rem auto 0 auto;
}

.main_message_txt {
  text-align: justify;
}


@media screen and (orientation: portrait) and (max-width: 767px){

  .main_message {
    width: 96%;
  }

}



/* about
============================ */
.about {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
}

.about dl {
  width: 50%;
  margin: 1rem 0;
}

.about dl dt {
  color: #a51101;
  font-weight: bold;
  font-family: var(--Font_Weight_Bold);
  font-size: 1.2rem;
}

.about dl dt::before {
  content: "■";
}

.about dl dd {
  padding-left: 1rem;
}


@media screen and (orientation: portrait) and (max-width: 767px){

  .about {
    display: block;
    width: 96%;
  }

  .about dl {
    width: 100%;
  }

}



/* contact_banner
============================ */
@media screen and (orientation: portrait) and (max-width: 767px){

  .contact_banner .button dl:first-of-type dd a {
    padding-top: .4rem;
  }

}



/* phone
============================ */
.contact_banner.phone .phone_shibuya,
.contact_banner.phone .phone_ikebukuro,
.contact_banner.phone .phone_kichijoji {
  display: none;
}