@charset "UTF-8";
/* ↓ トップPC用レイアウト ↓ */
@media screen and (min-width:769px) {
  /*  section01
  --------------------------------*/
  .section01 .inner {
    width: 810pt;
  }
  /*  section02__concept
  --------------------------------*/
  .section02__concept .inner {
    width: 810pt;
  }
  .section02__concept .contentsBox .txt {
    max-width: 710px;
  }
  .section02__concept .objBox {
    max-width: 1080px;
    height: 100%;
    margin: auto;
    align-items: flex-start;
    top: 60px;
    right: 0;
  }
  .section02__concept .obj2 {
    margin-top: auto;
  }
  /*  section03__gallery
  --------------------------------*/
  .section03__gallery .inner {
    width: 810pt;
  }
  /*  section04__banner
  --------------------------------*/
  .section04__banner .inner {
    width: 810pt;
  }
  /*  section06__news
  --------------------------------*/
  .section06__news .inner {
    width: 810pt;
  }
  /*  section07__access
  --------------------------------*/
  .section07__access {
    text-align: center;
  }
  .section07__access .table .inner {
    width: 810pt;
  }
  .section07__access .gmap {
    display: inline-block;
    width: 100%;
    max-width: 500px;
  }
  .section07__access .gmap iframe {
    height: 330px;
  }
  .section07__access .table {
    display: inline-block;
    max-width: 500px;
    margin-top: 0;
  }
  .section07__access .table_plain tr th,
  .section07__access .table_plain tr td {
    font-size: 16px;
  }
  .section07__access .table_plain tr td {
    text-align: left;
  }
}
/* ↑ トップPC用レイアウト ↑ */

/* ↓ その他 ↓ */
.section06__news ul {
  height: auto;
  max-height: 265px;
  overflow-y: auto;
}
#container-lower .pagenation li {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
#container-lower .pagenation span {
  line-height: 40px;
}
#container-lower .staff dt {
  min-width: 61px;
}
#container-lower .staff dd {
  line-height: 1.5;
}
@media screen and (max-width:768px) {
  .section05__menu .menu-box li .inBox {
    width: 71%;
  }
  #container-lower .staff dt {
    min-width: 41px;
  }
}
/* ↑ その他 ↑ */