/* media query */
.aboutArea {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (max-width: 1260px) {
  .aboutArea {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .aboutArea {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .aboutArea {
    padding: 50px 0;
  }
}
.aboutArea table {
  width: 100%;
  border-collapse: collapse;
}
.aboutArea table th, .aboutArea table td {
  vertical-align: top;
  text-align: left;
  padding: 30px 40px;
  font-size: 1.8rem;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .aboutArea table th, .aboutArea table td {
    padding: 20px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .aboutArea table th {
    width: 120px;
  }
}
.aboutArea table tr:nth-child(2n+1) th, .aboutArea table tr:nth-child(2n+1) td {
  background-color: #f5f5f5;
}

.accessArea {
  display: flex;
  border-bottom: 1px solid #eee;
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .accessArea {
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
}
.accessArea > h3 {
  font-size: 3.5rem;
  letter-spacing: 10px;
  writing-mode: vertical-rl;
  width: 210px;
  display: flex;
  align-items: center;
  padding: 20px 0 0;
}
@media all and (max-width: 1367px) {
  .accessArea > h3 {
    width: 150px;
  }
}
@media screen and (max-width: 960px) {
  .accessArea > h3 {
    width: 100%;
    writing-mode: horizontal-tb;
    padding: 0 30px 30px;
    letter-spacing: 5px;
  }
}
.accessArea > section {
  width: calc((100% - 210px) / 2);
  border-left: 1px solid #eee;
  padding-bottom: 70px;
}
@media all and (max-width: 1367px) {
  .accessArea > section {
    width: calc((100% - 150px) / 2);
  }
}
@media screen and (max-width: 960px) {
  .accessArea > section {
    width: 50%;
  }
  .accessArea > section:nth-of-type(1) {
    border-left: 0;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .accessArea > section {
    width: 100%;
    border-left: 0;
  }
}
.accessArea > section iframe {
  width: 100%;
  height: 400px;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  .accessArea > section iframe {
    margin-bottom: 30px;
  }
}
.accessArea > section > h4 {
  font-size: 2.5rem;
  margin: 0 50px 40px;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .accessArea > section > h4 {
    margin: 0 30px 30px;
  }
}
.accessArea > section > address {
  margin: 0 50px 40px;
  font-size: 1.8rem;
}
@media screen and (max-width: 960px) {
  .accessArea > section > address {
    margin: 0 30px 30px;
  }
}
.accessArea > section > p.linkBtn {
  margin: 0 50px;
}
@media screen and (max-width: 960px) {
  .accessArea > section > p.linkBtn {
    margin: 0 30px;
  }
}
.accessArea > section > p.linkBtn a {
  width: 320px;
  max-width: calc(100% - 35px);
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .accessArea > section > p.linkBtn a {
    max-width: 280px;
  }
}

.businessArea {
  border-bottom: 1px solid #eee;
  margin-bottom: 60px;
}
.businessArea > section {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 100px;
}
@media screen and (max-width: calc(100% + 60px)) {
  .businessArea > section {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .businessArea > section {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .businessArea > section {
    text-align: left;
    padding-bottom: 60px;
  }
}
.businessArea > section h3 {
  font-size: 3.5rem;
  letter-spacing: 3px;
  margin-bottom: 60px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .businessArea > section h3 {
    margin-bottom: 30px;
  }
}
.businessArea > section ul li {
  font-size: 1.8rem;
  padding: 10px 0;
}/*# sourceMappingURL=index.css.map */