/** about pc style **/
.about-ttl {
  font-weight: 300;
  font-size: 3.4rem;
  text-transform: uppercase;
  font-family: 'Calligraffitti', cursive;
  letter-spacing: 0.3rem;
  text-align: center;
  margin-bottom: 5rem;
}

.company-info {
  max-width: 800px;
  margin: 0 auto 12rem;
}

.company-info dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  border: 1px solid #818181;
  background: #c3c3c3;
}

.company-info dl:not(:first-child) {
  border-top: none;
}

.company-info dl dt {
  width: 20%;
  padding: 3rem 3.5rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.company-info dl dd {
  width: 80%;
  background: #fff;
  padding: 3rem 4.5rem;
}

.company-info dl dd span {
  display: inline-block;
}

.company-info dl dd span:last-child {
  margin-left: 20px;
}

.section-about {
  font-family: "Yu Gothic";
}

.section-access {
  font-family: "Yu Gothic";
}

.section-access .container {
  overflow: visible;
}

.access-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  max-width: 800px;
  margin: 0 auto 5rem;
}

.access-info p {
  width: 50%;
}

.access-info ul {
  width: 50%;
}

.maps {
  /*width: 100%;*/
  height: 400px;
  position: relative;
}

.maps-btn {
  position: absolute;
  left: 4rem;
  bottom: -2rem;
  z-index: 2;
  border: 1px solid #000;
  line-height: 1;
  text-transform: uppercase;
  font-size: 1.5rem;
  padding: 1rem 2rem 1rem 5.5rem;
}

.maps-btn:after, .maps-btn:before {
  border-right: 1px solid;
  content: '';
  display: block;
  height: 8px;
  margin-top: -6px;
  position: absolute;
  -webkit-transform: rotate(135deg);
     -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  left: 3rem;
  top: 50%;
  width: 0;
}

.maps-btn:after {
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.maps-btn:hover {
  background: #000;
  color: #fff;
}

.maps iframe {
  width: 100%;
  height: 100%;
}

/** about sp style **/
@media screen and (max-width: 768px) {
  .about-ttl {
    font-size: 3.2rem;
    margin-bottom: 3rem;
  }
  .company-info {
    margin-bottom: 6rem;
  }
  .company-info dl dt {
    padding: 1.5rem;
    width: 30%;
  }
  .company-info dl dd {
    padding: 1.5rem;
    width: 70%;
  }
  .company-info dl dd span {
    display: block;
  }
  .company-info dl dd span:last-child {
    margin-left: 0;
  }
  .access-info {
    display: block;
  }
  .access-info p {
    width: 100%;
  }
  .access-info ul {
    width: 100%;
  }
  .maps {
    height: 30rem;
    margin: 0 -1.5rem;
  }
  .maps-btn {
    display: none;
  }
}
