@charset "UTF-8";
.main_img .photo span.cap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 20px);
}
@media (max-width: 640px) {
  .main_img .photo span.cap {
    bottom: 5vw;
  }
}

.sub_ttl {
  margin-bottom: 100px;
}
@media (max-width: 880px) {
  .sub_ttl {
    margin-bottom: 70px;
  }
}

section + section {
  margin-top: 100px;
}
@media (max-width: 880px) {
  section + section {
    margin-top: 70px;
  }
}
section div.flx {
  margin: 30px 0 50px;
}
@media (max-width: 880px) {
  section div.flx {
    display: block;
  }
}
section .copy {
  width: 52%;
}
@media (max-width: 880px) {
  section .copy {
    width: 100%;
    margin-bottom: 20px;
  }
}
section .copy dt {
  font-size: 2.1rem;
  color: #bd905c;
  line-height: 1.8;
}
@media (max-width: 880px) {
  section .copy dt {
    text-align: center;
    font-size: 5.4vw;
  }
}
section .copy dd {
  line-height: 1.8;
  font-size: 1.5rem;
}
@media (max-width: 880px) {
  section .copy dd {
    font-size: 1.4rem;
  }
}
section .copy dd.cap {
  margin-top: 15px;
  margin-bottom: 20px;
  line-height: 1;
  font-size: 1.1rem;
}
@media (max-width: 880px) {
  section .copy dd.cap {
    text-align: center;
  }
}
section .data {
  width: 45%;
  padding: 10px 20px;
  border-left: 1px solid #c2a27e;
  border-right: 1px solid #c2a27e;
}
@media (max-width: 880px) {
  section .data {
    width: 100%;
  }
}
section .data dt {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c2a27e;
  text-align: center;
  font-size: 1.8rem;
}
@media (max-width: 880px) {
  section .data dt {
    font-size: 4.3vw;
  }
}
section .data dd {
  position: relative;
  line-height: 1.2;
}
section .data dd ul {
  width: 50%;
}
@media (max-width: 880px) {
  section .data dd li {
    font-size: 1.3rem;
  }
}
@media (max-width: 640px) {
  section .data dd li {
    font-size: 1.2rem;
  }
}
section .data dd li::before {
  display: inline-block;
  margin-right: 2px;
  content: "●";
  color: #bd905c;
}
@media (max-width: 640px) {
  section .data dd li::before {
    margin-right: 1px;
    font-size: 1.1rem;
  }
}
section .data dd .etc {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1.6rem;
}
@media (max-width: 880px) {
  section .data dd .etc {
    font-size: 1.4rem;
  }
}
section .photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section .photos li {
  width: 48.5%;
}
section .photos li:nth-child(n+3) {
  margin-top: 3%;
}
section .photos li span.cap {
  display: block;
  text-align: right;
  margin-top: 5px;
}
section.park .data ul {
  width: 45%;
}
section.park .data ul + ul {
  position: relative;
  width: 54%;
}
section.park .data .etc {
  right: auto;
  left: 0;
}
section.park .data .etc::before {
  display: none;
}

.life .tab-panel {
  margin-top: 50px;
}
@media (max-width: 880px) {
  .life .tab-panel {
    margin-top: 30px;
  }
}
.life .tab-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
.life .tab-group li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  width: calc((100% - 4px) / 3);
  background: #f5efe7;
  cursor: pointer;
  letter-spacing: 0.2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 880px) {
  .life .tab-group li {
    width: calc((100% - 2px) / 2);
    padding: 15px 0;
  }
  .life .tab-group li:nth-child(3) {
    margin-top: 2px;
  }
}
.life .tab-group li:nth-child(n+4) {
  margin-top: 2px;
}
.life .tab-group li.is-active, .life .tab-group li:hover {
  background: #bd905c;
  color: #fff;
}
.life .panel {
  display: none;
}
.life .panel.is-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 880px) {
  .life .panel.is-show {
    display: block;
  }
}
.life .panel table {
  width: 48%;
  /* tr {
    &:last-of-type {
      th,
      td {
        border-bottom: none;
        @include tab {
          border-bottom: 1px solid #ccc;
        }
      }
    }
  } */
}
@media (max-width: 880px) {
  .life .panel table {
    width: 100%;
  }
}
.life .panel table th,
.life .panel table td {
  padding: 7px 0 7px;
  font-size: 1.4rem;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 880px) {
  .life .panel table th,
  .life .panel table td {
    padding: 6px 0 6px;
    font-size: 1.3rem;
  }
}
.life .panel table th {
  font-weight: normal;
}
@media (max-width: 880px) {
  .life .panel table th {
    width: calc(100% - 160px);
  }
}
.life .panel table th span {
  font-size: 1.1rem;
}
@media (max-width: 880px) {
  .life .panel table th span {
    display: block;
  }
}
@media (max-width: 880px) {
  .life .panel table th {
    padding-right: 5px;
  }
}
.life .panel table td {
  text-align: right;
  white-space: nowrap;
  width: inherit;
}
.life .panel table td.min {
  width: 115px;
}
@media (max-width: 880px) {
  .life .panel table td.min {
    width: 106px;
  }
}
.life .panel table td.dis {
  width: 60px;
}
@media (max-width: 880px) {
  .life .panel table td.dis {
    width: 55px;
  }
}