@charset "UTF-8";
body {
  font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
  color: #333;
}

img {
  vertical-align: bottom;
}

a {
  color: #00a07d;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  br.br-sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  br.br-pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .for-sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .for-pc {
    display: none;
  }
}

.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  background: #00a07d;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .c-btn {
    padding: 12px;
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) {
  .c-btn {
    padding: 16px;
    font-size: 16px;
  }
}

.c-btn:hover {
  opacity: .8;
}

@media screen and (max-width: 768px) {
  .c-text {
    font-size: 14px;
    line-height: 1.8;
  }
}

@media screen and (min-width: 769px) {
  .c-text {
    font-size: 18px;
    line-height: 2.0;
  }
}

@media screen and (max-width: 768px) {
  .c-text + .c-text {
    margin-top: 14px;
  }
}

@media screen and (min-width: 769px) {
  .c-text + .c-text {
    margin-top: 36px;
  }
}

@media screen and (max-width: 768px) {
  .l-header {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 769px) {
  .l-header {
    max-width: 1280px;
    margin: 0 auto 100px;
  }
}

@media screen and (max-width: 768px) {
  .l-header__body {
    padding: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .l-header__body {
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .l-header__body {
    width: 680px;
    margin: 0 auto;
  }
}

.l-header__tit {
  display: none;
}

@media screen and (max-width: 768px) {
  .l-header__img {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 769px) {
  .l-header__img {
    text-align: center;
    margin-bottom: 20px;
  }
}

.l-header__img img {
  width: 100%;
}

.l-header__text {
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .l-header__text {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  .l-header__text {
    font-size: 22px;
  }
}

.l-header__text--note {
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .l-header__text--note {
    font-size: 11px;
  }
}

@media screen and (min-width: 769px) {
  .l-header__text--note {
    font-size: 14px;
  }
}

.l-footer {
  position: relative;
  background: #00a07d;
}

@media screen and (max-width: 768px) {
  .l-footer {
    margin-top: 100px;
    padding: 20px;
  }
}

@media screen and (min-width: 769px) {
  .l-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 200px;
    padding: 200px 50px 50px 500px;
  }
}

.l-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -130%);
          transform: translate(-50%, -130%);
  display: block;
  background: url("../img/footer_img.png") no-repeat center center/contain;
}

@media screen and (max-width: 768px) {
  .l-footer::before {
    width: 100px;
    height: 40px;
  }
}

@media screen and (min-width: 769px) {
  .l-footer::before {
    width: 160px;
    height: 70px;
  }
}

@media screen and (max-width: 768px) {
  .l-footer__logo {
    margin-bottom: 30px;
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .l-footer__logo {
    margin-right: 40px;
  }
}

.l-footer__logo img {
  width: 224px;
}

.l-footer__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .l-footer__main {
    text-align: center;
    line-height: 1.6;
  }
}

@media screen and (min-width: 769px) {
  .l-footer__main {
    line-height: 2;
  }
}

.l-footer__tit {
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .l-footer__tit {
    margin-bottom: 8px;
    font-size: 13px;
  }
}

@media screen and (min-width: 769px) {
  .l-footer__tit {
    font-size: 18px;
  }
}

.l-footer__address {
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .l-footer__address {
    font-size: 11px;
  }
}

@media screen and (min-width: 769px) {
  .l-footer__address {
    font-size: 18px;
  }
}

.l-footer__address a {
  color: #fff;
  padding: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-footer__address a:hover {
  background-color: #fff;
  color: #00a07d;
}

.l-main {
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-pageNav {
    margin-bottom: 40px;
    padding: 0 14px;
  }
}

@media screen and (min-width: 769px) {
  .p-pageNav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 20px;
    width: 296px;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #00a07d;
  }
}

.p-pageNav__header {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-pageNav__header {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .p-pageNav__header {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 768px) {
  .p-pageNav__body {
    padding: 12px 16px;
    background: #00a07d;
  }
}

@media screen and (min-width: 769px) {
  .p-pageNav__body {
    padding: 10px;
    background: #fff;
  }
}

@media screen and (max-width: 768px) {
  .p-contentsList > li + li {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 2px solid #fff;
  }
}

.p-contentsList > li a {
  display: block;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .p-contentsList > li a {
    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;
    padding: 3px;
    font-size: 14px;
    color: #fff;
  }
}

@media screen and (min-width: 769px) {
  .p-contentsList > li a {
    padding: 6px;
    font-size: 24px;
  }
}

.p-contentsList > li a:hover {
  background: #00a07d;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .p-contentsList > li a i {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .p-contentsList--sub {
    margin-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .p-contentsList--sub li {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 2px solid #fff;
  }
}

.p-contentsList--sub li a {
  display: block;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .p-contentsList--sub li a {
    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;
    padding: 3px;
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) {
  .p-contentsList--sub li a {
    padding: 6px;
    font-size: 24px;
  }
}

.p-contentsList--sub li a:hover {
  background: #00a07d;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .p-contentsList--sub li a i {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .summary {
    padding: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .summary {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 769px) {
  .summary {
    margin-bottom: 120px;
    margin-top: -600px;
    padding: 0 50px 0 400px;
  }
}

@media screen and (max-width: 768px) {
  .summary__header {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 769px) {
  .summary__header {
    margin-bottom: 30px;
  }
}

.summary__tit {
  display: inline-block;
  font-weight: bold;
  line-height: 1.2;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .summary__tit {
    border-bottom: 6px solid #00a07d;
    font-size: 20px;
  }
}

@media screen and (min-width: 769px) {
  .summary__tit {
    border-bottom: 8px solid #00a07d;
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  .summary__tit {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 769px) {
  .summary__tit {
    margin-bottom: 50px;
  }
}

.summary__subtit {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .summary__subtit {
    line-height: 1.4;
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) {
  .summary__subtit {
    line-height: 1.8;
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .summary__text {
    font-size: 14px;
    line-height: 1.8;
  }
}

@media screen and (min-width: 769px) {
  .summary__text {
    font-size: 18px;
    line-height: 2.0;
  }
}

@media screen and (max-width: 768px) {
  .summary__text + .summary__text {
    margin-top: 14px;
  }
}

@media screen and (min-width: 769px) {
  .summary__text + .summary__text {
    margin-top: 36px;
  }
}

@media screen and (max-width: 768px) {
  .sec + .sec {
    margin-top: 60px;
  }
}

@media screen and (min-width: 769px) {
  .sec + .sec {
    margin-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .sec__header {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 769px) {
  .sec__header {
    margin-bottom: 70px;
  }
}

.sec__tit {
  font-weight: bold;
  line-height: 0.8;
  color: #888;
}

@media screen and (max-width: 768px) {
  .sec__tit {
    padding-left: 5px;
    border-bottom: 12px solid #65a093;
    font-size: 35px;
  }
}

@media screen and (min-width: 769px) {
  .sec__tit {
    border-bottom: 26px solid #65a093;
    text-align: right;
    font-size: 90px;
  }
}

.sec__subtit {
  display: inline-block;
  font-weight: bold;
  line-height: 1.2;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .sec__subtit {
    border-bottom: 6px solid #00a07d;
    font-size: 20px;
  }
}

@media screen and (min-width: 769px) {
  .sec__subtit {
    border-bottom: 8px solid #00a07d;
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  .sec__subtit {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 769px) {
  .sec__subtit {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .sec__body {
    padding: 0 10px;
  }
}

@media screen and (min-width: 769px) {
  .sec__body {
    padding: 0 50px 0 400px;
  }
}

@media screen and (max-width: 768px) {
  .sec-artist {
    padding: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .sec-artist + .sec-artist {
    margin-top: 80px;
  }
}

@media screen and (min-width: 769px) {
  .sec-artist + .sec-artist {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .sec-artist__work {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 769px) {
  .sec-artist__work {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 768px) {
  .sec-artist__work-img {
    margin: 0 auto 20px;
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .sec-artist__work-img {
    width: 360px;
  }
}

@media screen and (max-width: 768px) {
  .sec-artist__work-img img {
    width: 180px;
  }
}

@media screen and (min-width: 769px) {
  .sec-artist__work-img img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .sec-artist__work-data {
    margin-top: 4px;
    font-size: 11px;
  }
}

@media screen and (min-width: 769px) {
  .sec-artist__work-data {
    margin-top: 8px;
    font-size: 12px;
  }
}

@media screen and (min-width: 769px) {
  .sec-artist__work-contents {
    margin-left: 30px;
  }
}

.sec-artist__work-tit {
  line-height: 1.3;
  font-weight: bold;
  color: #00a07d;
}

@media screen and (max-width: 768px) {
  .sec-artist__work-tit {
    margin-bottom: 15px;
    text-align: center;
    font-size: 18px;
  }
}

@media screen and (min-width: 769px) {
  .sec-artist__work-tit {
    margin-bottom: 12px;
    font-size: 30px;
  }
}

.sec-artist__work-text {
  line-height: 1.3;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .sec-artist__work-text {
    text-align: center;
    font-size: 13px;
  }
}

@media screen and (min-width: 769px) {
  .sec-artist__work-text {
    font-size: 24px;
  }
}

.sec-artist__name {
  display: inline-block;
  font-weight: bold;
  line-height: 1.2;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .sec-artist__name {
    border-bottom: 6px solid #00a07d;
    font-size: 20px;
  }
}

@media screen and (min-width: 769px) {
  .sec-artist__name {
    border-bottom: 8px solid #00a07d;
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  .sec-artist__name {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 4px;
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .sec-artist__name {
    margin-bottom: 40px;
  }
}

.sec-artist__name-label {
  display: block;
}

@media screen and (min-width: 769px) {
  .sec-artist__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .sec-artist__contents-img {
    width: 80px;
    margin: 0 auto 15px;
  }
}

@media screen and (min-width: 769px) {
  .sec-artist__contents-img {
    width: 120px;
  }
}

.sec-artist__contents-img img {
  width: 100%;
}

.sec-artist__contents-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (min-width: 769px) {
  .sec-artist__contents-main {
    margin-left: 40px;
  }
}

.sec-artist__contents-main a {
  padding: 4px;
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sec-artist__contents-main a:hover {
  background-color: #00a07d;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .sec-access__map {
    margin-bottom: 40px;
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .sec-access__map {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .sec-access__map img {
    width: 100%;
    max-width: 425px;
  }
}

@media screen and (min-width: 769px) {
  .sec-access__map img {
    width: 480px;
  }
}
