/* Scss Document */
.page-head-base {
  background: url(../img/siteplan/img_main.jpg) no-repeat center top;
  background-size: cover;
}
.page-head-base .page-title-base {
  color: #09254f;
}
.page-head-base .page-title-base .en {
  border-right: solid 4px #09254f;
}

.title-block {
  color: #09254f;
}
.title-block .en {
  border-right: solid 4px #09254f;
}

.page-nav.head li {
  border: none;
}
.page-nav.head a {
  padding: 0 1em;
}
.page-nav.head a:after {
  content: "";
  margin-top: 0.5em;
  display: inline-block;
  width: 10px;
  height: 20px;
  border: 10px solid transparent;
  border-top: 10px solid #1c5b02;
  vertical-align: middle;
}
.page-nav.head figure {
  position: relative;
}
.page-nav.head figcaption {
  padding: 0.75em;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  text-align: center;
}

.col-items {
  /* align-items: center; */
}

.feature-item div.col2-item {
  width: 45%;
}
.feature-item div.col2-item .mttl {
  color: #1c5b02;
  line-height: 1.2;
}
.feature-item div.col2-item .mttl span {
  margin-right: 0.5em;
  padding: 0.1em 0.5em;
  color: #fff;
  background: #1c5b02;
  font-size: 2rem;
  border-radius: 0.2em;
}
.feature-item div.col2-item p {
  margin-top: 1.5em;
}
.feature-item div.col2-item .btn-yellow a {
  width: auto;
}

.facility-item .img-item {
  width: 35%;
}
.facility-item .img-item.col2-item {
  width: 48.5%;
}
.facility-item .text-item {
  width: 60%;
}
.facility-item .text-item.col2-item {
  width: 48.5%;
}
.facility-item .open-table th {
  width: 20%;
}
.facility-item .open-table td {
  width: 80%;
}

.mttl.schedule-a-title, .mttl.schedule-b-title {
  margin-bottom: 1.5em;
  padding: 0.25em 0.5em;
  font-size: 2.8rem;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
.mttl.schedule-a-title span, .mttl.schedule-b-title span {
  margin-left: 0.75em;
  padding: 0.1em 0.25em;
  display: inline-block;
  font-size: 1.8rem;
  vertical-align: middle;
  border-radius: 0.2em;
}
.mttl.schedule-a-title {
  background: #ea545d;
}
.mttl.schedule-a-title span {
  color: #ea545d;
  background: #fff;
}
.mttl.schedule-b-title {
  background: #00b9ef;
}
.mttl.schedule-b-title span {
  color: #00b9ef;
  background: #fff;
}

.schedule-a .sttl,
.schedule-b .sttl {
  margin-bottom: 0.5em;
  font-size: 2.2rem;
}
.schedule-a .sttl span,
.schedule-b .sttl span {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.6;
}
.schedule-a .sttl .area-num span,
.schedule-b .sttl .area-num span {
  background: #fff;
  color: #fff;
  background: #ea545d;
  border-radius: 2em;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
}
.schedule-a .ssttl,
.schedule-b .ssttl {
  margin-bottom: 0.5em;
  font-size: 1.8rem;
}
.schedule-a .open-table,
.schedule-b .open-table {
  border: solid 1px #fff;
  background: rgba(255, 255, 255, 0.5);
}
.schedule-a .open-table.check,
.schedule-b .open-table.check {
  border: none;
  border-top: solid 1px #cbcbcb;
  border-bottom: solid 1px #cbcbcb;
  background: transparent;
}
.schedule-a .open-table.check tbody,
.schedule-b .open-table.check tbody {
  border: none;
}
.schedule-a .open-table tbody,
.schedule-b .open-table tbody {
  border: solid 1px #fff;
}

.schedule-a .sttl {
  color: #ea545d;
}

.schedule-b .sttl {
  color: #00b9ef;
}

span.schedule-a {
  color: #ea545d;
  font-weight: 500;
}
span.schedule-b {
  color: #00b9ef;
  font-weight: 500;
}

.link-text {
  margin-top: 1em;
  display: inline-block;
  color: #1f3b95;
  font-weight: 700;
  text-decoration: none;
}
.link-text:after {
  content: "";
  margin-left: 0.5em;
  display: inline-block;
  width: 20px;
  height: 10px;
  border: 6px solid transparent;
  border-left: 10px solid #1f3b95;
  vertical-align: middle;
}

.open-wrapper {
  margin-right: auto;
  margin-left: auto;
  width: 760px;
  text-align: left;
}

.open-table {
  width: 100%;
}
.open-table th,
.open-table td {
  padding: 0.75em;
  text-align: left;
  line-height: 1.6;
}
.open-table tbody {
  border-top: solid 1px #cbcbcb;
  border-bottom: solid 1px #cbcbcb;
}
.open-table tbody th,
.open-table tbody td {
  border-bottom: dotted 1px #cbcbcb;
}
.open-table tbody td.right {
  text-align: right;
}

.camp-area {
  margin-top: 1em;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5rem;
}
.camp-area .area-color {
  margin-bottom: 0.25em;
  padding: 0.5em 0.25em;
  color: #fff;
  width: 6em;
  text-align: center;
}
.camp-area .area-color.-a {
  background: #ea545d;
}
.camp-area .area-color.-b {
  background: #00b9ef;
}
.camp-area .area-color.-c {
  background: #F8B62C;
}
.camp-area dd {
  margin-bottom: 0.25em;
  padding: 0.5em 1em;
  width: calc(100% - 6em);
  background-color: #fff;
}

@media only screen and (max-width: 600px) {
  .page-head-base {
    background: url(../img/siteplan/img_main_sp.jpg) no-repeat center top;
    background-size: cover;
  }
  .title-block {
    color: #09254f;
  }
  .title-block .en {
    border-right: solid 4px #09254f;
  }
  .lttl {
    font-size: 2.4rem;
    line-height: 1.2;
  }
  .page-nav.head ul {
    display: block;
  }
  .page-nav.head li {
    margin-bottom: 0.5em;
    border: none;
  }
  .page-nav.head a {
    padding: 0;
    position: relative;
  }
  .page-nav.head a img {
    width: 35%;
  }
  .page-nav.head a:after {
    content: "";
    margin: auto;
    position: absolute;
    display: inline-block;
    left: auto;
    bottom: 0;
    right: 1em;
    top: 0.5em;
    width: 10px;
    height: 8px;
    border: 8px solid transparent;
    border-top: 10px solid #fff;
    vertical-align: middle;
  }
  .page-nav.head figure {
    display: flex;
  }
  .page-nav.head figcaption {
    display: flex;
    align-items: center;
    width: 65%;
    padding: 0.75em 1.5em;
    position: static;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    text-align: center;
  }
  .col-items {
    align-items: center;
  }
  .col-items div.col2-item {
    margin-top: 1em;
  }
  .col-items div.col2-item .mttl {
    margin-bottom: 0.5em;
  }
  .feature-item div.col2-item {
    margin-top: 2em;
    width: 100%;
  }
  .feature-item div.col2-item .mttl {
    color: #1c5b02;
    line-height: 1.2;
    font-size: 2rem;
    text-align: center;
  }
  .feature-item div.col2-item .mttl span {
    margin: 0 auto 0.5em;
    padding: 0.15em 0.5em;
    font-size: 1.8rem;
    border-radius: 0.2em;
    display: block;
    width: 4em;
  }
  .feature-item div.col2-item p {
    margin-top: 1.5em;
  }
  .feature-item div.col2-item .btn-yellow a {
    width: auto;
  }
  .facility-item .img-item {
    width: 100%;
  }
  .facility-item .text-item {
    width: 100%;
  }
  .facility-item .open-table th {
    width: 30%;
  }
  .facility-item .open-table td {
    width: 70%;
  }
  .mttl.schedule-a-title, .mttl.schedule-b-title {
    font-size: 2.4rem;
  }
  .mttl.schedule-a-title span, .mttl.schedule-b-title span {
    display: inline-block;
    font-size: 1.6rem;
    vertical-align: middle;
    border-radius: 0.2em;
  }
  .schedule-a .mttl,
  .schedule-b .mttl {
    padding: 0.25em 0.5em;
    font-size: 2.8rem;
    line-height: 1.2;
    background: #fff;
    text-align: center;
  }
  .schedule-a .mttl span,
  .schedule-b .mttl span {
    margin-left: 0.75em;
    padding: 0.1em 0.25em;
    display: inline-block;
    font-size: 1.8rem;
    vertical-align: middle;
    border-radius: 0.2em;
  }
  .schedule-a .sttl,
  .schedule-b .sttl {
    margin-bottom: 0.5em;
    font-size: 2rem;
  }
  .schedule-a .open-table,
  .schedule-b .open-table {
    border: solid 1px #fff;
    background: rgba(255, 255, 255, 0.5);
  }
  .schedule-a .open-table tbody,
  .schedule-b .open-table tbody {
    border: solid 1px #fff;
  }
  .schedule-a .mttl {
    color: #ea545d;
  }
  .schedule-a .mttl span {
    color: #fff;
    background: #ea545d;
  }
  .schedule-a .sttl {
    color: #ea545d;
  }
  .schedule-b .mttl {
    color: #00b9ef;
  }
  .schedule-b .mttl span {
    color: #fff;
    background: #00b9ef;
  }
  .schedule-b .sttl {
    color: #00b9ef;
  }
  .link-text {
    margin-top: 1em;
    display: inline-block;
    color: #1f3b95;
    font-weight: 700;
    text-decoration: none;
  }
  .link-text:after {
    content: "";
    margin-left: 0.5em;
    display: inline-block;
    width: 20px;
    height: 10px;
    border: 6px solid transparent;
    border-left: 10px solid #1f3b95;
    vertical-align: middle;
  }
  .open-wrapper {
    width: 100%;
  }
  .open-table {
    width: 100%;
  }
  .open-table th,
  .open-table td {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=camp.css.map */