@charset "UTF-8";
/*||| header |||*/
header {
  background-color: #a40b5e;
  color: #fff;
  font-weight: 100;
}

header .headerContents {
  margin: 0 auto;
  padding: 0 10px;
  width: 980px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-grid;
  display: grid;
      grid-template-areas: 'headerLogo headerInformation'
 'headerNav headerNav';
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
}

header .logo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: headerLogo;
  width: 380px;
}

header .information {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: headerInformation;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 17px;
}

header .information .telNumber {
  font-size: 43px;
  font-weight: 300;
  line-height: 1;
}

header .information .openTime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 20px;
}

header .information .openTime p span {
  margin-right: 5px;
  font-size: 14px;
}

header .information .openTime p:not(:last-child) {
  margin-right: 20px;
}

header nav {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: headerNav;
  font-size: 19px;
}

/*||| main |||*/
main {
  margin: 0 auto;
  padding: 0 10px;
  width: 980px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding-top: 40px;
  padding-bottom: 100px;
}

main article {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

main aside {
  width: 280px;
}

main aside .peopleInformation {
  margin-bottom: 50px;
}

main aside .peopleInformation .imageArea {
  text-align: center;
}

main aside .peopleInformation .imageArea img {
  width: 150px;
}

main aside .peopleInformation .nameArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

main aside .peopleInformation .nameArea .profession {
  font-size: 18px;
  letter-spacing: 2px;
}

main aside .peopleInformation .nameArea .name {
  font-size: 46px;
  font-weight: 400;
}

main aside .officeInformation {
  font-weight: 300;
}

main aside .officeInformation .logo {
  margin-bottom: 10px;
}

main aside .officeInformation address {
  font-size: 13px;
  font-style: normal;
}

main aside .officeInformation .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

main aside .officeInformation .map {
  position: relative;
  margin-top: 20px;
  padding-top: 166px;
  overflow: hidden;
}

main aside .officeInformation .map iframe {
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: calc(100% + 290px);
  pointer-events: none;
}

main aside .officeInformation .mapLink {
  display: block;
  margin-top: 5px;
  text-align: center;
  font-size: 14px;
}

/*||| footer |||*/
footer {
  position: relative;
  background-color: #a40b5e;
  color: #fff;
  font-weight: 100;
}

footer .footerContents {
  margin: 0 auto;
  padding: 0 10px;
  width: 980px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 5px;
  padding-bottom: 10px;
}

footer nav {
  font-size: 17px;
}

footer nav .child {
  visibility: hidden;
}

footer .footerBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 55px;
  font-size: 13px;
  font-weight: 300;
}

footer .footerBottom .linkArea a {
  color: #fff;
  text-decoration: none;
}

footer .footerBottom .linkArea a:not(:last-child) {
  margin-right: 20px;
}

footer .returnTop {
  display: none;
  position: fixed;
  bottom: 135px;
  right: 20px;
  font-weight: 300;
  color: #2e393c;
  text-decoration: none;
  text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}

footer .returnTop img {
  margin-left: 5px;
  width: 14px;
}

/*▽footerブレイクポイント*/
@media screen and (min-width: 800px) {
  /*pc*/
  footer .linkArea a:hover {
    color: #a40b5e;
    text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
    font-weight: 400;
  }
  footer .returnTop:hover {
    color: #a40b5e;
  }
}
/*# sourceMappingURL=layout.css.map */