@charset "UTF-8";
.mvArea {
  position: relative;
}
.mvArea::before {
  content: "";
  width: 100%;
  height: 80%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.mvArea .txtImg {
  width: 40%;
  position: absolute;
  top: 10%;
  left: 5%;
  z-index: 5;
}
@media (max-width: 767px) {
  .mvArea .txtImg {
    top: 18%;
    width: 70%;
  }
}
.mvArea h2 {
  width: 90%;
  position: absolute;
  top: 40%;
  left: 5%;
  z-index: 5;
}
.mvArea h2 span {
  display: block;
  width: 15%;
}
.mvArea h2 p {
  color: #fff;
  text-shadow: 0 0 10px #000;
  font-size: 45px;
  font-weight: bold;
  line-height: 1.3em;
  position: relative;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .mvArea h2 p {
    font-size: 3vw;
  }
}
@media (max-width: 767px) {
  .mvArea h2 p {
    font-size: 5.5vw;
  }
}
.mvArea figure {
  position: relative;
}
.mvArea figure::before {
  content: "";
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.cc01 {
  text-align: center;
  line-height: 1.5em;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .cc01 {
    font-size: 3.5vw;
  }
}
@media (max-width: 767px) {
  .cc01 {
    font-size: 5.5vw;
    margin-bottom: 30px;
  }
}

.introArea {
  padding: 300px 0 100px;
  position: relative;
}
@media (max-width: 1440px) {
  .introArea {
    padding: 21vw 0 100px;
  }
}
@media (max-width: 767px) {
  .introArea {
    padding: 25vw 0 60px;
  }
}
.introArea .magazineTtl {
  width: 100%;
  position: absolute;
  top: -150px;
  left: 0;
  z-index: 5;
}
@media (max-width: 1440px) {
  .introArea .magazineTtl {
    top: -10vw;
  }
}
.introArea .magazineTtl .ttlInner {
  width: 90%;
  max-width: 1366px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .introArea .magazineTtl .ttlInner {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.introArea .magazineTtl .ttlInner .logo {
  width: 63%;
}
.introArea .magazineTtl .ttlInner .pimg {
  width: 35%;
}

.txt01 {
  font-size: 25px;
  line-height: 2em;
}
@media (max-width: 1440px) {
  .txt01 {
    font-size: 1.7vw;
  }
}
@media (max-width: 767px) {
  .txt01 {
    font-size: 4vw;
  }
}

.conArea#camp {
  background: #f8f2f1;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .conArea#camp {
    padding-bottom: 10px;
  }
}
.conArea#camp .conBox01 .txtArea .sttl01 {
  color: #8c2b18;
}
.conArea#camp .sttl02 {
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  line-height: 1.5em;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .conArea#camp .sttl02 {
    font-size: 2.5vw;
  }
}
@media (max-width: 767px) {
  .conArea#camp .sttl02 {
    font-size: 5vw;
    margin-bottom: 15px;
  }
}
.conArea#camp .sttl02 span {
  background: #f8f2f1;
  color: #8c2b18;
  display: inline-block;
  padding: 0 20px;
  position: relative;
  z-index: 5;
}
.conArea#camp .sttl02::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #8c2b18;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.conArea#camp .conList01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .conArea#camp .conList01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
    margin-bottom: 30px;
  }
}
.conArea#camp .conList01.col2 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
}
.conArea#camp .conList01 li {
  width: 32%;
}
@media (max-width: 767px) {
  .conArea#camp .conList01 li {
    width: 100%;
  }
}
.conArea#camp .conList01 li p {
  text-align: center;
}
.conArea#camp .conList01 li p.name {
  margin-top: 10px;
  font-size: 26px;
  color: #8c2b18;
  font-weight: bold;
  line-height: 1.5em;
}
@media (max-width: 1440px) {
  .conArea#camp .conList01 li p.name {
    font-size: 1.8vw;
  }
}
@media (max-width: 767px) {
  .conArea#camp .conList01 li p.name {
    font-size: 4.5vw;
  }
}
.conArea#camp .conList01 li p.txt {
  font-size: 20px;
  line-height: 1.5em;
  text-align: left;
  margin: 10px 0;
}
@media (max-width: 1440px) {
  .conArea#camp .conList01 li p.txt {
    font-size: 1.4vw;
  }
}
@media (max-width: 767px) {
  .conArea#camp .conList01 li p.txt {
    font-size: 4vw;
  }
}
.conArea#camp .conList01 li p.time {
  font-size: 24px;
  line-height: 1.5em;
}
@media (max-width: 1440px) {
  .conArea#camp .conList01 li p.time {
    font-size: 1.7vw;
  }
}
@media (max-width: 767px) {
  .conArea#camp .conList01 li p.time {
    font-size: 4.2vw;
  }
}
.conArea#camp .conList01 li p small {
  font-size: 14px;
  line-height: 1.2em;
  display: inline-block;
  margin-top: 10px;
}
@media (max-width: 1440px) {
  .conArea#camp .conList01 li p small {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .conArea#camp .conList01 li p small {
    font-size: 10px;
    margin-top: 5px;
  }
}
.conArea#activity {
  background: #f7fafc;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .conArea#activity {
    padding: 0 0 40px;
  }
}
.conArea#activity .activityBox01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .conArea#activity .activityBox01 {
    width: 90%;
    margin: 0 auto;
  }
}
.conArea#activity .activityBox01 > .imgArea {
  width: 36.4583333333%;
}
@media (max-width: 767px) {
  .conArea#activity .activityBox01 > .imgArea {
    display: none;
  }
}
.conArea#activity .activityBox01 > .imgArea figure {
  width: 100%;
  height: 100%;
}
.conArea#activity .activityBox01 > .imgArea figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.conArea#activity .activityBox01 > .mainArea {
  width: 61.5416666667%;
}
@media (max-width: 767px) {
  .conArea#activity .activityBox01 > .mainArea {
    width: 100%;
  }
}
.conArea#activity .activityBox01 > .mainArea .conInner {
  width: 90%;
  max-width: 915px;
}
@media (max-width: 767px) {
  .conArea#activity .activityBox01 > .mainArea .conInner {
    width: 100%;
  }
}
.conArea#activity .activityBox01 > .mainArea .conInner .txt01 {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .conArea#activity .activityBox01 > .mainArea .conInner .txt01 {
    width: 90%;
    margin: 0 auto 30px;
  }
}
.conArea#activity .activityBox01 > .mainArea .conBox02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .conArea#activity .activityBox01 > .mainArea .conBox02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
}
.conArea#activity .activityBox01 > .mainArea .conBox02:last-child {
  margin-bottom: 0;
}
.conArea#activity .activityBox01 > .mainArea .conBox02.rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .conArea#activity .activityBox01 > .mainArea .conBox02.rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.conArea#activity .activityBox01 > .mainArea .conBox02.rev .timeArea {
  text-align: right;
}
@media (max-width: 767px) {
  .conArea#activity .activityBox01 > .mainArea .conBox02.rev .timeArea {
    text-align: left;
  }
}
.conArea#activity .activityBox01 > .mainArea .conBox02 .imgArea {
  width: 52.8961748634%;
}
@media (max-width: 767px) {
  .conArea#activity .activityBox01 > .mainArea .conBox02 .imgArea {
    width: 100%;
    margin-bottom: 20px;
  }
}
.conArea#activity .activityBox01 > .mainArea .conBox02 .txtArea {
  width: 45%;
}
@media (max-width: 767px) {
  .conArea#activity .activityBox01 > .mainArea .conBox02 .txtArea {
    width: 100%;
  }
}
.conArea#activity .activityBox01 > .mainArea .conBox02 .txtArea .num {
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .conArea#activity .activityBox01 > .mainArea .conBox02 .txtArea .num img {
    width: 7.2vw;
  }
}
@media (max-width: 767px) {
  .conArea#activity .activityBox01 > .mainArea .conBox02 .txtArea .num img {
    width: 10vw;
  }
}
.conArea#activity .activityBox01 > .mainArea .conBox02 .txtArea .sttl01 {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.5em;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .conArea#activity .activityBox01 > .mainArea .conBox02 .txtArea .sttl01 {
    font-size: 2.1vw;
  }
}
@media (max-width: 767px) {
  .conArea#activity .activityBox01 > .mainArea .conBox02 .txtArea .sttl01 {
    font-size: 5.2vw;
    margin-bottom: 15px;
  }
}
.conArea#activity .activityBox01 > .mainArea .conBox02 .txtArea .name {
  font-size: 26px;
  color: #0068ac;
  font-weight: bold;
  line-height: 1.5em;
}
@media (max-width: 1440px) {
  .conArea#activity .activityBox01 > .mainArea .conBox02 .txtArea .name {
    font-size: 1.8vw;
  }
}
@media (max-width: 767px) {
  .conArea#activity .activityBox01 > .mainArea .conBox02 .txtArea .name {
    font-size: 4.5vw;
  }
}
.conArea#activity .activityBox01 > .mainArea .conBox02 .txtArea .txt {
  font-size: 20px;
  line-height: 1.5em;
  text-align: left;
  margin-top: 10px;
}
@media (max-width: 1440px) {
  .conArea#activity .activityBox01 > .mainArea .conBox02 .txtArea .txt {
    font-size: 1.4vw;
  }
}
@media (max-width: 767px) {
  .conArea#activity .activityBox01 > .mainArea .conBox02 .txtArea .txt {
    font-size: 4vw;
  }
}
.conArea#activity .activityBox01 > .mainArea .conBox02 .timeArea {
  width: 100%;
  margin-top: 20px;
}
.conArea#activity .activityBox01 > .mainArea .conBox02 .timeArea .time {
  font-size: 24px;
  line-height: 1.5em;
}
@media (max-width: 1440px) {
  .conArea#activity .activityBox01 > .mainArea .conBox02 .timeArea .time {
    font-size: 1.7vw;
  }
}
@media (max-width: 767px) {
  .conArea#activity .activityBox01 > .mainArea .conBox02 .timeArea .time {
    font-size: 4vw;
  }
}
.conArea#activity .activityBox01 > .mainArea .conBox02 .timeArea .time strong {
  display: inline-block;
  margin-right: 20px;
}
.conArea#activity .activityBox01 > .mainArea .conBox02 .timeArea .time span {
  display: inline-block;
}
.conArea#golf {
  background: #f2f7f1;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .conArea#golf {
    padding-bottom: 40px;
  }
}
.conArea#golf .conList02 {
  border-bottom: solid 1px #29791a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}
.conArea#golf .conList02.l02 p.name {
  width: 25%;
}
.conArea#golf .conList02.l02 p.time {
  width: 73%;
}
.conArea#golf .conList02.l02 p.time strong {
  width: 30%;
}
.conArea#golf .conList02.l02 p.time span {
  width: 68%;
}
.conArea#golf .conList02 p.name {
  width: 50%;
  color: #29791a;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5em;
}
@media (max-width: 1440px) {
  .conArea#golf .conList02 p.name {
    font-size: 1.8vw;
  }
}
@media (max-width: 767px) {
  .conArea#golf .conList02 p.name {
    font-size: 4.5vw;
  }
}
.conArea#golf .conList02 p.time {
  width: 48%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  line-height: 1.5em;
}
@media (max-width: 1440px) {
  .conArea#golf .conList02 p.time {
    font-size: 1.7vw;
  }
}
@media (max-width: 767px) {
  .conArea#golf .conList02 p.time {
    font-size: 4vw;
  }
}
.conArea#golf .conList02 p.time strong {
  width: 43%;
  display: inline-block;
}
.conArea#golf .conList02 p.time span {
  width: 55%;
  display: inline-block;
}
.conArea#golf .img01 {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .conArea#golf .img01 {
    margin-top: 30px;
  }
}
.conArea h3 {
  text-align: center;
  margin: 60px 0 20px;
}
@media (max-width: 767px) {
  .conArea h3 {
    margin: 30px 0 10px;
  }
}
.conArea h3 img {
  max-width: 60%;
}
.conArea .conBox01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .conArea .conBox01 {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.conArea .conBox01.mt {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .conArea .conBox01.mt {
    margin-top: 30px;
  }
}
.conArea .conBox01 .imgArea {
  width: 50%;
}
@media (max-width: 767px) {
  .conArea .conBox01 .imgArea {
    width: 100%;
    margin-bottom: 20px;
  }
}
.conArea .conBox01 .txtArea {
  width: 48%;
}
@media (max-width: 767px) {
  .conArea .conBox01 .txtArea {
    width: 90%;
    margin: 0 auto;
  }
}
.conArea .conBox01 .txtArea .conInner {
  width: 90%;
  max-width: 644px;
}
@media (max-width: 767px) {
  .conArea .conBox01 .txtArea .conInner {
    width: 100%;
  }
}
.conArea .conBox01 .txtArea .num {
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .conArea .conBox01 .txtArea .num img {
    width: 7.2vw;
  }
}
@media (max-width: 767px) {
  .conArea .conBox01 .txtArea .num img {
    width: 10vw;
  }
}
.conArea .conBox01 .txtArea .sttl01 {
  font-weight: bold;
  font-size: 35px;
  line-height: 1.5em;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .conArea .conBox01 .txtArea .sttl01 {
    font-size: 2.5vw;
  }
}
@media (max-width: 767px) {
  .conArea .conBox01 .txtArea .sttl01 {
    font-size: 5.2vw;
    margin-bottom: 15px;
  }
}
.conArea .conBox01.rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .conArea .conBox01.rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.conArea .conBox01.rev .txtArea .conInner {
  margin-left: auto;
}
.conArea.map {
  padding: 80px 0;
  background: #e7f3f7;
}
@media (max-width: 767px) {
  .conArea.map {
    padding: 40px 0;
  }
}
.conArea.map .ttl {
  margin: 80px 0 20px;
}
@media (max-width: 767px) {
  .conArea.map .ttl {
    margin: 40px 0 10px;
  }
}
.conArea.map .mapWrap > div.current {
  display: block;
}
.conArea .note {
  font-size: 12px;
  margin-top: 10px;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .conArea .note {
    font-size: 10px;
  }
}
.conArea .note.right {
  text-align: right;
}

.backBtnArea {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .backBtnArea {
    padding: 40px 0;
  }
}
.backBtnArea .btnBack {
  width: 354px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .backBtnArea .btnBack {
    width: 200px;
  }
}
.backBtnArea .btnBack a {
  background: -webkit-gradient(linear, left top, right top, from(#accbee), to(#c2e9e8));
  background: -webkit-linear-gradient(left, #accbee, #c2e9e8);
  background: linear-gradient(to right, #accbee, #c2e9e8);
  position: relative;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 80px;
  -webkit-box-shadow: 2px 2px 10px rgba(51, 137, 173, 0.5);
          box-shadow: 2px 2px 10px rgba(51, 137, 173, 0.5);
  overflow: hidden;
}
@media (min-width: 992px) {
  .backBtnArea .btnBack a {
    -webkit-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
  }
}
@media (max-width: 767px) {
  .backBtnArea .btnBack a {
    font-size: 16px;
    height: 60px;
  }
}
@media (min-width: 992px) {
  .backBtnArea .btnBack a:hover {
    color: #fff;
  }
  .backBtnArea .btnBack a:hover::before {
    color: #fff;
  }
  .backBtnArea .btnBack a:hover::after {
    width: 100%;
  }
}
.backBtnArea .btnBack a span {
  position: relative;
  z-index: 2;
}
.backBtnArea .btnBack a::before {
  content: "←";
  font-size: 22px;
  line-height: 1;
  position: absolute;
  -webkit-transition: color 0.4s ease 0s;
  transition: color 0.4s ease 0s;
  top: 50%;
  left: 20px;
  margin-top: -11px;
  z-index: 5;
}
@media (max-width: 767px) {
  .backBtnArea .btnBack a::before {
    font-size: 18px;
    left: 15px;
    margin-top: -9px;
  }
}
.backBtnArea .btnBack a::after {
  content: "";
  width: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#7ca8da), to(#79c4c1));
  background: -webkit-linear-gradient(left, #7ca8da, #79c4c1);
  background: linear-gradient(to right, #7ca8da, #79c4c1);
  -webkit-transition: width 0.4s ease 0s;
  transition: width 0.4s ease 0s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.lastTxt {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .lastTxt {
    padding: 40px 0;
  }
}
.lastTxt .txt03 {
  font-size: 18px;
  line-height: 2em;
}
@media (max-width: 1440px) {
  .lastTxt .txt03 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .lastTxt .txt03 {
    font-size: 13px;
  }
}

#sNavArea {
  width: 90%;
  max-width: 400px;
  position: fixed;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 900;
  display: none;
}
@media (max-width: 767px) {
  #sNavArea {
    bottom: 10px;
  }
}
#sNavArea nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 20px;
  background: #fff;
  border-radius: 20px;
  border: solid 1px #333;
}
@media (max-width: 767px) {
  #sNavArea nav ul {
    padding: 10px;
    border-radius: 10px;
  }
}
#sNavArea nav ul li {
  width: 32%;
}
#sNavArea nav ul li.camp a {
  background: #8c2b18;
}
#sNavArea nav ul li.activity a {
  background: #0068ac;
}
#sNavArea nav ul li.golf a {
  background: #29791a;
}
#sNavArea nav ul li a {
  display: block;
  line-height: 1;
  text-align: center;
  padding: 10px 5px;
  opacity: 0.3;
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
}
@media (max-width: 767px) {
  #sNavArea nav ul li a {
    padding: 6px 5px 8px;
  }
}
#sNavArea nav ul li a img {
  width: 60%;
}
@media (min-width: 768px) {
  #sNavArea nav ul li a:hover {
    opacity: 1;
  }
}
#sNavArea nav ul li.current a {
  opacity: 1;
}