@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&family=Poppins:wght@500;800&display=swap"); /* CSS Document */
.slideConts {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.siideDelay01 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.siideDelay02 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.siideDelay03 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.slideTxt {
  opacity: 0;
}

.fade_in {
  opacity: 0;
  -webkit-animation-name: fade_default;
          animation-name: fade_default;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fade_default {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fade_default {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.slideTxt01 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.slideTxt02 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.slideTxt03 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.slideTxt04 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.slideTxt05 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.slideTxt06 {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.slideFade {
  opacity: 0;
}

.fadeImg {
  opacity: 0;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeLogo {
  0% {
    opacity: 0.01;
  }
  45% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeLogo {
  0% {
    opacity: 0.01;
  }
  45% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInHeader {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInHeader {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInCopy01 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInCopy01 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeQutLd {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeQutLd {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes topImg {
  0% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
@keyframes topImg {
  0% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*----------------------------------------------------------------- 
リセット
----------------------------------------------------------------- */
*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  border: 0;
  outline: 0;
}

ol, ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

:focus,
:active {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 0px;
}

input {
  margin-right: 5px;
}

.switch {
  visibility: hidden;
}

h1, h2, h3, h4, h5, h6, p, dt, dl, dd {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

/*----------------------------------------------------------------- 
common
----------------------------------------------------------------- */
.green {
  color: #105A0D;
}

.red {
  color: #DA2216;
}

.orange {
  color: #FF8412;
}

@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }
  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
}
html {
  font-size: 62.5%;
}

body {
  font: 1.6rem/1.8 "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
  color: #111111;
  font-weight: 500;
}

a {
  color: #111111;
  text-decoration: none;
}
a:hover {
  color: #105A0D;
}
a:hover img:not(.notHover) {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

a,
a::before,
a::after {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.onlySP {
  display: none;
}
@media only screen and (max-width: 1081px) {
  .onlySP {
    display: inline-block;
  }
}

@media only screen and (max-width: 1081px) {
  .onlyPC {
    display: none;
  }
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb120 {
  margin-bottom: 120px;
}

.mt10 {
  margin-top: 10px;
}

.text12 {
  font-size: 1.2rem;
}

.textC {
  text-align: center !important;
}

.textR {
  text-align: right !important;
}

.textL {
  text-align: left !important;
}

.textB {
  font-weight: bolder !important;
}

#wrapper {
  position: relative;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

.contentsWrap {
  width: 100%;
  padding: 100px 0;
}
.contentsWrap.pb0 {
  padding-bottom: 0;
}
.contentsWrap.pt0 {
  padding-top: 0;
}
@media only screen and (max-width: 1081px) {
  .contentsWrap {
    padding: 60px 0;
  }
}

.contents {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1081px) {
  .contents {
    width: 90%;
  }
}
.contents.contents700 {
  width: 700px;
}
@media only screen and (max-width: 1081px) {
  .contents.contents700 {
    width: 90%;
  }
}
.contents.contents700 .nav_below {
  width: 100%;
}
.contents.contents700 .nav_below li {
  width: 33.3333333333%;
}

#contentsAll {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

a[href^="tel:"],
.tel-link {
  pointer-events: none;
  text-decoration: none;
}
@media only screen and (max-width: 1081px) {
  a[href^="tel:"],
.tel-link {
    pointer-events: auto;
  }
}

a.comingLink {
  pointer-events: none;
  text-decoration: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

a.txtLink {
  text-decoration: underline;
  color: #105A0D;
}
a.txtLink:hover {
  text-decoration: none;
}

.bodyFixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
.bodyFixed #header {
  display: block;
}

.spFixMenu {
  display: none;
}

.onlySP02 {
  display: none;
}
@media only screen and (max-width: 440px) {
  .onlySP02 {
    display: inline-block;
  }
}

/*----------------------------------------------------
 	header
----------------------------------------------------*/
.headerWrap {
  width: 100%;
  position: relative;
}
.headerWrap .topSliderWrap {
  position: relative;
  z-index: -1;
}
.headerWrap .topSliderWrap .topSlider {
  min-height: 100vh;
}
@media only screen and (max-width: 1081px) {
  .headerWrap .topSliderWrap .topSlider {
    min-height: auto;
    max-height: 340px;
    height: 340px;
  }
}
@media only screen and (max-width: 681px) {
  .headerWrap .topSliderWrap .topSlider {
    max-height: 250px;
    height: 250px;
  }
}
@media only screen and (max-width: 440px) {
  .headerWrap .topSliderWrap .topSlider {
    max-height: 180px;
    height: 180px;
  }
}
.headerWrap .topSliderWrap .topSlider .slick-slide img {
  height: 100vh;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.headerWrap .topSliderWrap .topSlider .slick-slide img.onlySP {
  display: none !important;
}
@media only screen and (max-width: 1081px) {
  .headerWrap .topSliderWrap .topSlider .slick-slide img {
    height: 340px;
  }
}
@media only screen and (max-width: 681px) {
  .headerWrap .topSliderWrap .topSlider .slick-slide img {
    height: 250px;
  }
}
@media only screen and (max-width: 440px) {
  .headerWrap .topSliderWrap .topSlider .slick-slide img {
    height: 180px;
  }
}
.headerWrap .headerLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 1081px) {
  .headerWrap .headerLogo {
    width: 100%;
    position: fixed;
    top: 0;
    background: #fff;
    height: 60px;
    -webkit-filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.1));
    z-index: 100000;
  }
}
.headerWrap .headerLogo .headLogo img {
  margin-left: 30px;
}
@media only screen and (max-width: 1081px) {
  .headerWrap .headerLogo .headLogo img {
    width: 170px;
    margin-left: 12px;
    vertical-align: middle;
    margin-top: 22px;
  }
}
@media only screen and (max-width: 440px) {
  .headerWrap .headerLogo .headLogo img {
    width: 150px;
  }
}
.headerWrap .headerLogo .engLink {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 1.4rem;
  border: 1px solid #105A0D;
  border-radius: 100px;
  padding: 7px 20px;
  line-height: 1.1em;
  color: #105A0D;
  margin-left: 20px;
}
@media only screen and (max-width: 1081px) {
  .headerWrap .headerLogo .engLink {
    font-size: 1.2rem;
    padding: 8px 13px;
    position: absolute;
    right: 80px;
    margin-top: 14px;
  }
}
@media only screen and (max-width: 440px) {
  .headerWrap .headerLogo .engLink {
    right: 70px;
  }
}
.headerWrap #header {
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  z-index: 10000;
}
@media only screen and (max-width: 1081px) {
  .headerWrap #header {
    height: 60px;
  }
}
.headerWrap .pcMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  right: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10001;
}
@media only screen and (max-width: 1081px) {
  .headerWrap .pcMenu {
    position: static;
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
  }
}
.headerWrap .pcMenu li {
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 1.1em;
  position: relative;
}
@media only screen and (max-width: 1081px) {
  .headerWrap .pcMenu li {
    width: 20%;
    height: 75px;
  }
}
.headerWrap .pcMenu li a {
  color: #105A0D;
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 1.3rem;
  width: 100%;
  height: 100%;
  padding-top: 20px;
}
@media only screen and (max-width: 1081px) {
  .headerWrap .pcMenu li a {
    font-size: 1.1rem;
    line-height: 1em;
    padding-top: 14px;
    background: rgba(255, 255, 255, 0.9);
  }
}
.headerWrap .pcMenu li a img {
  margin-bottom: 8px;
}
.headerWrap .pcMenu li a span {
  display: block;
}
.headerWrap .pcMenu li:after {
  content: "";
  display: block;
  width: 1px;
  height: 80%;
  background: #DDDDDD;
  position: absolute;
  right: 0;
  top: 10%;
}
.headerWrap .pcMenu li:first-of-type a {
  padding-top: 27px;
}
@media only screen and (max-width: 1081px) {
  .headerWrap .pcMenu li:first-of-type a {
    padding-top: 15px;
  }
}
.headerWrap .pcMenu li:first-of-type a img {
  margin-bottom: 17px;
}
.headerWrap .pcMenu li:nth-child(2) a, .headerWrap .pcMenu li:nth-child(3) a {
  padding-top: 22px;
}
@media only screen and (max-width: 1081px) {
  .headerWrap .pcMenu li:nth-child(2) a, .headerWrap .pcMenu li:nth-child(3) a {
    padding-top: 11px;
  }
}
.headerWrap .pcMenu li:nth-child(2) a img, .headerWrap .pcMenu li:nth-child(3) a img {
  margin-bottom: 14px;
}
.headerWrap .pcMenu li:last-of-type:after {
  display: none;
}
.headerWrap .pcMenu.active {
  z-index: 1;
}
.headerWrap .busInfo {
  position: absolute;
  bottom: 6px;
  left: 0;
  color: #105A0D;
  background: #fff;
  padding: 30px 30px;
  border-top-right-radius: 15px;
  color: #105A0D;
  text-align: center;
}
@media only screen and (max-width: 1081px) {
  .headerWrap .busInfo {
    position: static;
    padding: 20px 10px 30px;
  }
}
.headerWrap .busInfo .openDays {
  font-weight: 900;
  margin-bottom: 2px;
}
.headerWrap .busInfo .openTime {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 3.2rem;
}
.headerWrap .busInfo .openReason {
  font-size: 1.4rem;
}
.headerWrap .busInfo .openTime {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 3.2rem;
  line-height: 1.4em;
  margin-bottom: 5px;
}
.headerWrap .busInfo .openCaption {
  margin-bottom: 10px;
  font-size: 1.3rem;
}
.headerWrap .busInfo .openBus {
  background: #FFF000;
  color: #105A0D;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 100px;
  padding: 12px 20px;
  line-height: 1.1em;
  margin-bottom: 10px;
}
@media only screen and (max-width: 440px) {
  .headerWrap .busInfo .openBus {
    font-size: 1.3rem;
  }
}

#Gnav .spbtn_wrap {
  display: block;
  pointer-events: auto;
  opacity: 0;
  -webkit-animation: 0.4s fadeIn forwards;
          animation: 0.4s fadeIn forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  position: relative;
  z-index: 100000;
}
#Gnav .spbtn_wrap.active {
  width: 70px;
  float: right;
}
@media only screen and (max-width: 1081px) {
  #Gnav .spbtn_wrap.active {
    width: 60px;
  }
}
#Gnav .spbtn_wrap li a {
  display: block;
  width: 100%;
  height: 70px;
  text-align: center;
  padding-top: 7px;
  pointer-events: auto;
}
@media only screen and (max-width: 1081px) {
  #Gnav .spbtn_wrap li a {
    height: 60px;
  }
}
#Gnav #spbtn {
  position: fixed;
  display: block;
  z-index: 10000001;
  background: #FFF000 url(../img/spMenu.png) center center/50px no-repeat;
  cursor: pointer;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
}
@media only screen and (max-width: 1081px) {
  #Gnav #spbtn {
    background-size: 40px;
    width: 60px;
    height: 60px;
  }
}
#Gnav #spbtn.active {
  background: #FFF000 url(../img/spMenuC.png) center center/50px no-repeat;
  z-index: 1000000000;
}
@media only screen and (max-width: 1081px) {
  #Gnav #spbtn.active {
    background-size: 40px;
  }
}

#spbtn .spbtn_in {
  position: relative;
  width: 70px;
  height: 70px;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.Gnavi_box {
  overflow: scroll;
  height: 70px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  bottom: -3000px;
  position: fixed;
  width: 700px;
  background: #105A0D;
  height: auto;
  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;
  z-index: 10002;
  right: 0;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.Gnavi_box.active {
  -webkit-animation: 1s fadeIn forwards;
          animation: 1s fadeIn forwards;
}
@media only screen and (max-width: 1081px) {
  .Gnavi_box {
    display: block;
    height: 100%;
    padding: 0;
    width: 100%;
    overflow: hidden;
    background: #fff;
  }
}
.Gnavi_box #gNavi {
  color: #fff;
  position: relative;
  max-width: 700px;
  overflow: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  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;
  max-height: 600px;
  pointer-events: auto;
  padding: 0;
}
@media only screen and (max-width: 1081px) {
  .Gnavi_box #gNavi {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 110px 5% 120px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    gap: 0;
    overflow: scroll;
    max-height: inherit;
    min-height: 100vh;
  }
}
.Gnavi_box #gNavi > ul {
  margin-right: 60px;
}
@media only screen and (max-width: 1081px) {
  .Gnavi_box #gNavi > ul {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1081px) {
  .Gnavi_box #gNavi .spLogo {
    width: 100%;
  }
  .Gnavi_box #gNavi .spLogo img {
    width: 240px;
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
  }
}
.Gnavi_box #gNavi .snsMenu {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #fff;
}
@media only screen and (max-width: 1081px) {
  .Gnavi_box #gNavi .snsMenu {
    color: #105A0D;
    padding-bottom: 60px;
  }
}
.Gnavi_box #gNavi .snsMenu p:first-of-type {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1081px) {
  .Gnavi_box #gNavi .snsMenu p:first-of-type {
    margin-bottom: 10px;
  }
}
.Gnavi_box #gNavi .snsMenu p:first-of-type:before {
  content: "";
  display: block;
  background: #fff;
  width: 2px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
@media only screen and (max-width: 1081px) {
  .Gnavi_box #gNavi .snsMenu p:first-of-type:before {
    background: #105A0D;
  }
}
.Gnavi_box #gNavi .snsMenu p:first-of-type:after {
  content: "";
  display: block;
  background: #fff;
  width: 2px;
  height: 20px;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-transform: rotate(145deg);
          transform: rotate(145deg);
}
@media only screen and (max-width: 1081px) {
  .Gnavi_box #gNavi .snsMenu p:first-of-type:after {
    background: #105A0D;
  }
}
.Gnavi_box #gNavi .snsMenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 10px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1081px) {
  .Gnavi_box #gNavi .snsMenu ul {
    margin-bottom: 0;
  }
}
.Gnavi_box #gNavi .snsMenu .naviTel {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1081px) {
  .Gnavi_box #gNavi .snsMenu .naviTel {
    margin-bottom: 10px;
  }
}
.Gnavi_box #gNavi .snsMenu .naviTel a {
  color: #fff;
}
@media only screen and (max-width: 1081px) {
  .Gnavi_box #gNavi .snsMenu .naviTel a {
    background: #105A0D;
    width: 100%;
    border-radius: 100px;
    display: block;
    padding: 4px 20px;
  }
}
.Gnavi_box #gNavi .snsMenu .naviChat {
  display: none;
}
@media only screen and (max-width: 1081px) {
  .Gnavi_box #gNavi .snsMenu .naviChat {
    display: block;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1081px) {
  .Gnavi_box #gNavi .snsMenu .naviChat a {
    display: block;
    background: #105A0D;
    width: 100%;
    border-radius: 100px;
    display: block;
    padding: 5px 20px;
    color: #fff;
  }
}
@media only screen and (max-width: 1081px) {
  .Gnavi_box #gNavi:after {
    content: "";
    display: block;
    width: 100%;
    height: 130px;
    background: #82ba65;
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 1;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
  }
}
.Gnavi_box.active ul {
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media only screen and (max-width: 1081px) {
  .Gnavi_box.active ul {
    -webkit-transform: none;
    transform: none;
  }
}
.Gnavi_box ul li a {
  width: 100%;
  display: block;
  font-weight: 700;
  position: relative;
  color: #fff;
}
@media only screen and (max-width: 1081px) {
  .Gnavi_box ul li a {
    color: #105A0D;
  }
}
@media only screen and (max-width: 440px) {
  .Gnavi_box ul li a {
    font-size: 1.3rem;
    color: #105A0D;
  }
}
.Gnavi_box ul li a i {
  font-size: 2.6rem;
  margin-right: 10px;
  width: 30px;
  text-align: center;
  vertical-align: middle;
}
.Gnavi_box ul li a:hover {
  color: #FFF000;
}
.Gnavi_box ul li:not(:last-of-type) {
  margin-bottom: 20px;
}
.Gnavi_box.active {
  top: 0;
  height: 100vh;
  overflow: scroll;
}

body.subPage .headerWrap {
  min-height: auto;
  background: none;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
body.subPage #header {
  -webkit-filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.1));
}
@media only screen and (max-width: 1081px) {
  body.subPage #header {
    -webkit-filter: none;
            filter: none;
  }
}
body.subPage .contents section:not(:last-of-type) {
  margin-bottom: 100px;
}

/*----------------------------------------------------	
 	TOP トップ
----------------------------------------------------*/
.contentsWrapNews {
  position: relative;
  padding-top: 130px;
  padding-bottom: 80px;
  width: 100%;
}
@media only screen and (max-width: 1081px) {
  .contentsWrapNews {
    padding-bottom: 240px;
  }
}
.contentsWrapNews .newsWrap {
  background: #F9F1DE;
  border-radius: 15px;
  padding: 80px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media only screen and (max-width: 1081px) {
  .contentsWrapNews .newsWrap {
    padding: 50px 30px;
  }
}
.contentsWrapNews .newsWrap .ttlBox {
  width: 240px;
}
@media only screen and (max-width: 1081px) {
  .contentsWrapNews .newsWrap .ttlBox {
    width: 100%;
    position: relative;
    z-index: 2;
  }
}
@media only screen and (max-width: 1081px) {
  .contentsWrapNews .newsWrap .ttlBox .btn {
    display: none;
  }
}
.contentsWrapNews .newsWrap .newsList {
  width: calc(100% - 280px);
}
@media only screen and (max-width: 1081px) {
  .contentsWrapNews .newsWrap .newsList {
    width: 100%;
    margin-bottom: 60px;
  }
}
.contentsWrapNews .newsWrap .btn a {
  border: none;
  position: relative;
  padding: 22px 0;
}
@media only screen and (max-width: 1081px) {
  .contentsWrapNews .newsWrap .btn a {
    width: 240px;
  }
}
.contentsWrapNews .newsWrap .btn a:before {
  content: "";
  display: block;
  background: url(../img/rabbits.png) center center/105px no-repeat;
  width: 105px;
  height: 110px;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}
.contentsWrapNews .newsWrap .btn a:hover {
  background: #105A0D;
  color: #fff;
}
.contentsWrapNews .newsWrap .btn a:hover:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: -54px;
}
.contentsWrapNews .newsWrap img:first-of-type {
  position: absolute;
  right: 20%;
  top: -54px;
}
@media only screen and (max-width: 1081px) {
  .contentsWrapNews .newsWrap img:first-of-type {
    right: 5%;
  }
}
.contentsWrapNews .newsWrap img:nth-of-type(2) {
  position: absolute;
  left: -96px;
  bottom: -80px;
}
@media only screen and (max-width: 1081px) {
  .contentsWrapNews .newsWrap img:nth-of-type(2) {
    left: 10px;
    bottom: -90px;
    width: 140px;
  }
}
.contentsWrapNews .newsWrap img:nth-of-type(3) {
  position: absolute;
  left: 30px;
  bottom: -170px;
}
@media only screen and (max-width: 1081px) {
  .contentsWrapNews .newsWrap img:nth-of-type(3) {
    bottom: -190px;
  }
}
.contentsWrapNews .newsWrap img:nth-of-type(4) {
  position: absolute;
  right: -70px;
  bottom: -120px;
  z-index: 10;
}
@media only screen and (max-width: 1081px) {
  .contentsWrapNews .newsWrap img:nth-of-type(4) {
    right: 10px;
    bottom: -220px;
    width: 110px;
  }
}
.contentsWrapNews .btn.onlySP {
  margin-left: auto;
  margin-right: auto;
}

.newsList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.newsList li .dateBox {
  color: #105A0D;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-weight: 500;
  font-size: 1.4rem;
  width: 90px;
  vertical-align: middle;
  display: inline-block;
}
@media only screen and (max-width: 1081px) {
  .newsList li .dateBox {
    width: 100%;
  }
}
.newsList li p {
  width: calc(100% - 100px);
}
@media only screen and (max-width: 1081px) {
  .newsList li p {
    width: 100%;
  }
}
.newsList li a {
  text-decoration: underline;
}
.newsList li:not(:last-of-type) {
  margin-bottom: 25px;
}
@media only screen and (max-width: 1081px) {
  .newsList.newsListTop li:nth-of-type(4), .newsList.newsListTop li:nth-of-type(5) {
    display: none;
  }
}

.footL img {
  position: absolute;
  z-index: 1;
  left: 10px;
  top: 0;
  display: inline-block;
}
.footL img:nth-child(2) {
  left: 100px;
  top: 6px;
}
.footL img:nth-child(3) {
  left: 60px;
  top: 70px;
}
.footL img:nth-child(4) {
  left: 180px;
  top: 42px;
}
@media only screen and (max-width: 1081px) {
  .footL img:nth-child(4) {
    left: 140px;
    top: 92px;
  }
}
.footL img:nth-child(5) {
  left: 270px;
  top: 120px;
}
@media only screen and (max-width: 1081px) {
  .footL img:nth-child(5) {
    left: 180px;
    top: 144px;
  }
}
.footL img:nth-child(6) {
  left: 340px;
  top: 80px;
}
@media only screen and (max-width: 1081px) {
  .footL img:nth-child(6) {
    left: 240px;
    top: 110px;
  }
}
.footL img:nth-child(7) {
  left: 350px;
  top: 170px;
}
@media only screen and (max-width: 1081px) {
  .footL img:nth-child(7) {
    left: 310px;
    top: 190px;
  }
}

.footR img {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 20px;
  display: inline-block;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.footR img:nth-child(2) {
  right: 100px;
  top: 6px;
}
.footR img:nth-child(3) {
  right: 60px;
  top: 70px;
}
.footR img:nth-child(4) {
  right: 180px;
  top: 42px;
}
.footR img:nth-child(5) {
  right: 270px;
  top: 120px;
}
.footR img:nth-child(6) {
  right: 340px;
  top: 80px;
}
.footR img:nth-child(7) {
  right: 350px;
  top: 170px;
}

.contentsWrapEvent {
  padding-top: 40px;
  padding-bottom: 200px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 1081px) {
  .contentsWrapEvent {
    padding-bottom: 390px;
  }
}
.contentsWrapEvent .footR img {
  z-index: 0;
  top: 40px;
}
@media only screen and (max-width: 1081px) {
  .contentsWrapEvent .footR img {
    top: -40px;
  }
}
.contentsWrapEvent .footR img:nth-child(2) {
  top: 26px;
}
@media only screen and (max-width: 1081px) {
  .contentsWrapEvent .footR img:nth-child(2) {
    top: -54px;
  }
}
.contentsWrapEvent .footR img:nth-child(3) {
  top: 90px;
}
@media only screen and (max-width: 1081px) {
  .contentsWrapEvent .footR img:nth-child(3) {
    top: 10px;
  }
}
.contentsWrapEvent .footR img:nth-child(4) {
  top: 62px;
}
@media only screen and (max-width: 1081px) {
  .contentsWrapEvent .footR img:nth-child(4) {
    top: -18px;
  }
}
.contentsWrapEvent .footR img:nth-child(5) {
  top: 140px;
}
@media only screen and (max-width: 1081px) {
  .contentsWrapEvent .footR img:nth-child(5) {
    top: 60px;
  }
}
.contentsWrapEvent .footR img:nth-child(6) {
  top: 100px;
}
@media only screen and (max-width: 1081px) {
  .contentsWrapEvent .footR img:nth-child(6) {
    top: 20px;
  }
}
.contentsWrapEvent .footR img:nth-child(7) {
  top: 190px;
}
@media only screen and (max-width: 1081px) {
  .contentsWrapEvent .footR img:nth-child(7) {
    top: 110px;
  }
}
.contentsWrapEvent .btn a {
  border: none;
  position: relative;
  width: 240px;
  padding: 22px 0;
}
.contentsWrapEvent .btn a:before {
  content: "";
  display: block;
  background: url(../img/monkey.png) center center/119px no-repeat;
  width: 119px;
  height: 79px;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50px;
}
.contentsWrapEvent .btn a:hover {
  background: #105A0D;
  color: #fff;
}
.contentsWrapEvent .btn a:hover:before {
  bottom: 20px;
}
.contentsWrapEvent .contents {
  position: relative;
}
@media only screen and (max-width: 1081px) {
  .contentsWrapEvent .contents {
    width: 100%;
  }
}
.contentsWrapEvent .contents .pic img {
  position: absolute;
}
.contentsWrapEvent .contents .pic img:first-of-type {
  left: -40px;
  bottom: 0px;
}
@media only screen and (max-width: 1081px) {
  .contentsWrapEvent .contents .pic img:first-of-type {
    left: -10px;
    bottom: -80px;
  }
}
.contentsWrapEvent .contents .pic img:last-of-type {
  right: -100px;
  bottom: -40px;
}
@media only screen and (max-width: 1081px) {
  .contentsWrapEvent .contents .pic img:last-of-type {
    right: -10px;
    bottom: -160px;
  }
}
.contentsWrapEvent .slick-slider .slick-prev,
.contentsWrapEvent .slick-slider .slick-next {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 0;
  border: none;
  outline: none;
  position: absolute;
  width: 50px;
  height: 50px;
  top: calc(50% - 80px);
  left: 12%;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 200px;
  cursor: pointer;
  z-index: 90;
}
@media only screen and (max-width: 681px) {
  .contentsWrapEvent .slick-slider .slick-prev,
.contentsWrapEvent .slick-slider .slick-next {
    top: calc(50% - 94px);
  }
}
@media only screen and (max-width: 440px) {
  .contentsWrapEvent .slick-slider .slick-prev,
.contentsWrapEvent .slick-slider .slick-next {
    top: calc(50% - 74px);
    left: 10%;
  }
}
.contentsWrapEvent .slick-slider .slick-prev:before,
.contentsWrapEvent .slick-slider .slick-next:before {
  font-family: "Font Awesome 6 Free";
  content: "\f053";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-size: 1.8rem;
  width: 18px;
  height: 22px;
  position: absolute;
  left: 16px;
  margin-top: auto;
  margin-bottom: auto;
  top: 4px;
  bottom: 0;
  font-weight: 700;
  color: #105A0D;
}
.contentsWrapEvent .slick-slider .slick-next {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  right: 0;
  left: auto;
  right: 12%;
  top: calc(50% - 104px);
}
@media only screen and (max-width: 681px) {
  .contentsWrapEvent .slick-slider .slick-next {
    top: calc(50% - 118px);
  }
}
@media only screen and (max-width: 440px) {
  .contentsWrapEvent .slick-slider .slick-next {
    top: calc(50% - 100px);
    right: 10%;
  }
}

.eventList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.eventList li {
  width: 22%;
  margin-right: 4%;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1081px) {
  .eventList li {
    width: 100%;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.eventList li .photoBox {
  margin-bottom: 10px;
  position: relative;
}
.eventList li .photoBox img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.eventList li .photoBox:before {
  content: "";
  padding-top: 100%;
  display: block;
}
.eventList li:nth-of-type(4n) {
  margin-right: 0;
}

.contentsWrapAnimals {
  width: 100%;
  background: #F9F1DE;
  padding: 80px 0;
  position: relative;
}
.contentsWrapAnimals .footL img {
  top: 40px;
  display: inline-block;
  z-index: 0;
}
.contentsWrapAnimals .footL img:nth-child(2) {
  top: 46px;
}
.contentsWrapAnimals .footL img:nth-child(3) {
  top: 110px;
}
.contentsWrapAnimals .footL img:nth-child(4) {
  top: 82px;
}
.contentsWrapAnimals .footL img:nth-child(5) {
  top: 160px;
}
.contentsWrapAnimals .footL img:nth-child(6) {
  top: 120px;
}
.contentsWrapAnimals .footL img:nth-child(7) {
  top: 210px;
}
.contentsWrapAnimals .animalsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contentsWrapAnimals .animalsList li {
  width: 18.4%;
  margin-right: 2%;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1081px) {
  .contentsWrapAnimals .animalsList li {
    width: 32%;
  }
}
@media only screen and (max-width: 440px) {
  .contentsWrapAnimals .animalsList li {
    width: 49%;
    font-size: 1.4rem;
  }
}
.contentsWrapAnimals .animalsList li .phptoBox {
  margin-bottom: 10px;
}
.contentsWrapAnimals .animalsList li .phptoBox img {
  border-radius: 15px;
}
.contentsWrapAnimals .animalsList li:nth-of-type(5n) {
  margin-right: 0;
}
@media only screen and (max-width: 1081px) {
  .contentsWrapAnimals .animalsList li:nth-of-type(5n) {
    margin-right: 2%;
  }
}
@media only screen and (max-width: 1081px) {
  .contentsWrapAnimals .animalsList li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 440px) {
  .contentsWrapAnimals .animalsList li:nth-of-type(3n) {
    margin-right: 2%;
  }
}
@media only screen and (max-width: 440px) {
  .contentsWrapAnimals .animalsList li:nth-child(2n) {
    margin-right: 0;
  }
}
.contentsWrapAnimals .contents {
  position: relative;
}
.contentsWrapAnimals .contents .pic:first-of-type img {
  position: absolute;
}
.contentsWrapAnimals .contents .pic:first-of-type img:first-of-type {
  left: 14%;
  top: -170px;
}
@media only screen and (max-width: 1081px) {
  .contentsWrapAnimals .contents .pic:first-of-type img:first-of-type {
    left: 2%;
    top: -230px;
  }
}
.contentsWrapAnimals .contents .pic:first-of-type img:nth-child(2) {
  right: 14%;
  top: -130px;
}
@media only screen and (max-width: 1081px) {
  .contentsWrapAnimals .contents .pic:first-of-type img:nth-child(2) {
    right: 4%;
  }
}
.contentsWrapAnimals .contents .pic:last-of-type img {
  position: absolute;
}
.contentsWrapAnimals .contents .pic:last-of-type img:first-of-type {
  left: -100px;
  bottom: -130px;
}
@media only screen and (max-width: 1081px) {
  .contentsWrapAnimals .contents .pic:last-of-type img:first-of-type {
    left: -10px;
  }
}
.contentsWrapAnimals .contents .pic:last-of-type img:nth-of-type(2) {
  right: 60px;
  bottom: -110px;
}
@media only screen and (max-width: 1081px) {
  .contentsWrapAnimals .contents .pic:last-of-type img:nth-of-type(2) {
    right: 20%;
    bottom: -200px;
  }
}
.contentsWrapAnimals .contents .pic:last-of-type img:nth-of-type(3) {
  right: -80px;
  bottom: -120px;
}
@media only screen and (max-width: 1081px) {
  .contentsWrapAnimals .contents .pic:last-of-type img:nth-of-type(3) {
    right: -10px;
    bottom: -100px;
  }
}

#tabs > ul {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#tabs > ul li {
  width: 49%;
  margin-bottom: 40px;
}
#tabs > ul li a {
  border: 2px solid #105A0D;
  text-align: center;
  display: block;
  padding: 12px 0;
  line-height: 1.3em;
  font-weight: 700;
  font-size: 1.3rem;
  color: #105A0D;
  position: relative;
  border-radius: 200px;
  background: #fff;
}
#tabs > ul li a span {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 2.4rem;
  line-height: 1.1em;
  display: block;
}
@media only screen and (max-width: 1081px) {
  #tabs > ul li a span {
    font-size: 1.6rem;
  }
}
#tabs > ul li a.active, #tabs > ul li a:hover {
  background: #105A0D;
  color: #fff;
}
#tabs > ul li a.active:after, #tabs > ul li a:hover:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 242, 20, 0);
  border-top-color: #105A0D;
  border-width: 12px;
  margin-left: -12px;
}
#tabs .panel {
  display: none;
}

#tab1,
#tab2 {
  margin-top: -120px;
  padding-top: 120px;
}

@media only screen and (max-width: 1081px) {
  .contentsWrapSlider {
    padding-top: 180px;
    padding-bottom: 160px;
  }
}
.contentsWrapSlider .bannerSlider {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1081px) {
  .contentsWrapSlider .bannerSlider {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.contentsWrapSlider .bannerSlider .slick-track {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  left: -275px;
}
@media only screen and (max-width: 1081px) {
  .contentsWrapSlider .bannerSlider .slick-track {
    left: 0;
    gap: 0;
  }
}
.contentsWrapSlider .slick-dotted.slick-slider {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1081px) {
  .contentsWrapSlider .slick-dotted.slick-slider {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1081px) {
  .contentsWrapSlider .slick-dots {
    bottom: -15px;
  }
}
.contentsWrapSlider .slick-dots li {
  margin: 0 2px;
}
.contentsWrapSlider .slick-dots li button:before {
  font-size: 4rem;
  opacity: 1;
  color: #f5f5f5;
}
.contentsWrapSlider .slick-dots li.slick-active button:before {
  color: #ddd;
}
@media only screen and (max-width: 1081px) {
  .contentsWrapSlider li img {
    width: 100%;
  }
}

.topBanner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.topBanner li {
  width: 32%;
  margin-right: 2%;
}
@media only screen and (max-width: 1081px) {
  .topBanner li {
    width: 100%;
    margin-right: 0;
  }
}
.topBanner li a {
  display: block;
}
.topBanner li:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 1081px) {
  .topBanner li:not(:last-of-type) {
    margin-bottom: 15px;
  }
}

/*----------------------------------------------------
 	footer
----------------------------------------------------*/
#footer {
  position: relative;
  background: #105A0D;
  color: #fff;
  padding: 50px 0;
  text-align: center;
  font-size: 1.3rem;
}
#footer .footR img {
  top: -90px;
  z-index: 0;
}
#footer .footR img:nth-child(2) {
  right: 90px;
  top: -44px;
}
#footer .footR img:nth-child(3) {
  right: 40px;
  top: 10px;
}
#footer .footR img:nth-child(4) {
  right: 140px;
  top: 38px;
}
#footer .footR img:nth-child(5) {
  right: 200px;
  top: -50px;
}
#footer .footR img:nth-child(6) {
  right: 260px;
  top: 10px;
}
#footer .footR img:nth-child(7) {
  right: 280px;
  top: 110px;
}
#footer .contents {
  margin-bottom: 15px;
  position: relative;
}
#footer .contents img.pic01 {
  position: absolute;
  left: -80px;
  top: -60px;
}
@media only screen and (max-width: 1081px) {
  #footer .contents img.pic01 {
    left: 30%;
    top: -140px;
  }
}
#footer .contents img.pic02 {
  position: absolute;
  left: 100px;
  top: -80px;
}
@media only screen and (max-width: 1081px) {
  #footer .contents img.pic02 {
    left: -10px;
    top: -170px;
  }
}
#footer .contents img.pic03 {
  display: none;
}
@media only screen and (max-width: 1081px) {
  #footer .contents img.pic03 {
    display: block;
    position: absolute;
    right: -10px;
    top: -190px;
  }
}
#footer .contents img.footerLogo {
  margin-bottom: 15px;
}
#footer #copyright {
  font-size: 1.1rem;
}
#footer .footerSns {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
#footer .footerSns li a {
  color: #fff;
  font-size: 3.2rem;
  padding-left: 12px;
  padding-right: 12px;
}

@media only screen and (max-width: 1081px) {
  .fixed #chatplusview {
    z-index: 0;
  }
}

#chatplusview #eye_catcher img {
  max-width: 110px !important;
}
@media only screen and (max-width: 1081px) {
  #chatplusview #eye_catcher img {
    max-width: 70px !important;
  }
}

#chatplusview.closed #outline #eye_catcher img {
  right: 20px !important;
}
@media only screen and (max-width: 1081px) {
  #chatplusview.closed #outline #eye_catcher img {
    right: 20px !important;
  }
}

#chatplusview {
  right: 20px;
  bottom: 10px !important;
}

/*----------------------------------------------------	
 	ページcommon
----------------------------------------------------*/
.contentsWrapSub {
  position: relative;
  margin-top: 140px;
  padding-top: 60px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1081px) {
  .contentsWrapSub {
    margin-top: 10px;
    padding-bottom: 60px;
  }
}
.contentsWrapSub a {
  text-decoration: underline;
}
.contentsWrapSub a:hover {
  text-decoration: none;
}
.contentsWrapSub .newsList {
  margin-bottom: 60px;
}
.contentsWrapSub.pt100 {
  padding-top: 100px;
  margin-top: 0;
}

.subPage h1,
h2 {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #105A0D;
  font-size: 6rem;
  margin-bottom: 50px;
  line-height: 1.2em;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1081px) {
  .subPage h1,
h2 {
    font-size: 5.5rem;
    margin-bottom: 40px;
  }
}
.subPage h1 span,
h2 span {
  display: block;
  line-height: 1em;
  font-size: 1.6rem;
  color: #111111;
  margin-top: 10px;
  font-weight: 700;
  letter-spacing: 0;
}
.subPage h1 span.onlyPC,
h2 span.onlyPC {
  display: inline;
  color: #105A0D;
  font-size: 6rem;
  line-height: 1.2em;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 681px) {
  .subPage h1 span.onlyPC,
h2 span.onlyPC {
    display: none;
  }
}

.subPage h1 {
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}

.subPage h2 {
  font-size: 2.5rem;
  margin-bottom: 30px;
  text-align: left;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 1081px) {
  .subPage h2 {
    font-size: 2.2rem;
  }
}

h3 {
  color: #105A0D;
  font-size: 2rem;
  margin-bottom: 20px;
}
h3.orange {
  color: #FF8412;
}

.pcCenter {
  text-align: center;
}
@media only screen and (max-width: 1081px) {
  .pcCenter {
    text-align: left;
  }
}

.btn a,
.btn button.btnSubmit {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: #105A0D;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1em;
  padding: 18px 70px;
  border-radius: 100px;
  position: relative;
  cursor: pointer;
  border: 2px solid #105A0D;
  text-decoration: none;
  max-width: 500px;
}
.btn a:after,
.btn button.btnSubmit:after {
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-size: 1.4rem;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 15px;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  font-weight: 700;
}
@media only screen and (max-width: 1081px) {
  .btn a:after,
.btn button.btnSubmit:after {
    right: 12px;
  }
}
.btn a:hover,
.btn button.btnSubmit:hover {
  background: #fff;
  color: #105A0D;
}
.btn.subBtn {
  margin-left: 0;
}
.btn.subBtn a {
  width: 346px;
  display: inline-block;
  background: #76B556;
  border-color: #76B556;
  padding: 20px 0;
}
@media only screen and (max-width: 1081px) {
  .btn.subBtn a {
    width: 100%;
  }
}
.btn.subBtn a:hover {
  background: #fff;
  color: #76B556;
}
.btn.btnPdf {
  margin-left: 0;
}
.btn.btnPdf a {
  width: 346px;
  display: inline-block;
  padding: 11px 0;
  font-weight: 500;
}
@media only screen and (max-width: 1081px) {
  .btn.btnPdf a {
    width: 100%;
  }
}
.btn.btnPdf a:after {
  content: "\f15b";
  font-weight: 400;
  font-size: 1.8rem;
}
.btn.blank a:after {
  content: "\f08e";
}

.breadcrumb {
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
  padding: 0 20px 40px;
  color: #105A0D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb a {
  color: #ddd;
  display: inline-block;
  position: relative;
  padding-right: 30px;
  font-weight: 500;
}
.breadcrumb a:after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #ddd;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin-bottom: auto;
  margin-top: auto;
}

.basicList li {
  list-style-type: disc;
  margin-left: 20px;
}
.basicList li:not(:last-of-type) {
  margin-bottom: 5px;
}
.basicList.text14 {
  font-size: 1.4rem;
}

.attensionList {
  font-size: 14px;
}
.attensionList li {
  margin-left: 25px;
  list-style-type: disc;
}
.attensionList li:not(:last-of-type) {
  margin-bottom: 5px;
}

.komeList {
  font-size: 1.3rem;
}
.komeList li {
  position: relative;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.6em;
}
.komeList li:not(:last-of-type) {
  margin-bottom: 5px;
}
.komeList li:before {
  content: "※";
}

.komeTxt {
  font-size: 1.3rem;
  position: relative;
  margin-left: 1em;
  text-indent: -1em;
}
.komeTxt:before {
  content: "※";
}

.basicDl dt {
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
  border-bottom: 1px solid #111111;
}
.basicDl dd {
  font-size: 1.5rem;
}
.basicDl dd:not(:last-of-type) {
  margin-bottom: 30px;
}

.table01 {
  width: 100%;
  border-collapse: collapse;
}
.table01 th {
  border-collapse: collapse;
  border: 1px solid #DDDDDD;
  padding: 15px 10px;
  background: #FFFBF0;
  font-weight: 500;
}
@media only screen and (max-width: 1081px) {
  .table01 th {
    width: 100%;
    display: block;
    border-bottom: none;
    padding: 10px;
  }
}
.table01 .TblHeader th {
  background: #A87850;
  color: #fff;
}
.table01 td {
  border-collapse: collapse;
  border: 1px solid #DDDDDD;
  padding: 15px 10px;
}
@media only screen and (max-width: 1081px) {
  .table01 td {
    width: 100%;
    display: block;
    padding: 10px;
  }
}
.table01.info01 {
  text-align: center;
  margin-bottom: 20px;
}
.table01.info01 tr:nth-child(2) th {
  width: 24%;
}
.table01.info02 {
  text-align: center;
  margin-bottom: 20px;
}
.table01.info02 tr:nth-child(2) th {
  width: 36%;
}
@media only screen and (max-width: 1081px) {
  .table01 tr:not(:last-of-type) td {
    border-bottom: none;
  }
}

.table02 {
  border-collapse: collapse;
  width: 100%;
}
.table02 th {
  border-collapse: collapse;
  padding: 20px 10px 20px 0;
  border-bottom: 1px solid #DDDDDD;
  text-align: left;
  vertical-align: top;
}
@media only screen and (max-width: 1081px) {
  .table02 th {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 10px 0 5px;
  }
}
.table02 td {
  border-collapse: collapse;
  padding: 20px 0 20px 20px;
  border-bottom: 1px solid #DDDDDD;
  vertical-align: top;
}
@media only screen and (max-width: 1081px) {
  .table02 td {
    display: block;
    width: 100%;
    padding: 5px 0 10px;
  }
}
.table02 tr:first-of-type th {
  padding-top: 0;
}
.table02 tr:first-of-type td {
  padding-top: 0;
}

@media only screen and (max-width: 1081px) {
  .tableWrap {
    overflow: auto;
    white-space: nowrap;
  }
}
.tableWrap .tblTxtSP {
  display: none;
}
@media only screen and (max-width: 1081px) {
  .tableWrap .tblTxtSP {
    display: block;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
.tableWrap table {
  width: 100%;
}
@media only screen and (max-width: 1081px) {
  .tableWrap::-webkit-scrollbar {
    height: 5px;
  }
  .tableWrap::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .tableWrap::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}
@media only screen and (max-width: 1081px) {
  .tableWrap .table01 th {
    display: table-cell;
    padding: 13px 10px;
    border: 1px solid #DDDDDD;
  }
}
@media only screen and (max-width: 1081px) {
  .tableWrap .table01 td {
    display: table-cell;
    padding: 13px 10px;
  }
}

ol.privacyList > li {
  counter-increment: cnt;
  position: relative;
  margin-bottom: 40px;
  margin-left: 26px;
}
ol.privacyList > li::before {
  content: counter(cnt) ".";
  display: block;
  position: absolute;
  left: -26px;
  top: 2px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
}
ol.privacyList > li a {
  text-decoration: underline;
  color: #105A0D;
}
ol.privacyList > li:not(:last-of-type) {
  margin-bottom: 40px;
}

.basicOlist > li {
  list-style-type: decimal;
  margin-left: 30px;
}
.basicOlist > li:not(:last-of-type) {
  margin-bottom: 20px;
}
.basicOlist.li0 li {
  margin-bottom: 0;
}
.basicOlist.li40 li:not(:last-of-type) {
  margin-bottom: 40px;
}

.sitemapList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}
.sitemapList li {
  width: 49%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1081px) {
  .sitemapList li {
    width: 100%;
    margin-bottom: 15px;
  }
}
.sitemapList li a {
  position: relative;
  display: block;
  padding-left: 16px;
}
.sitemapList li a:before {
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-size: 1.4rem;
  width: 14px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 4px;
  font-weight: 700;
  color: #105A0D;
}

.googleMaps {
  margin-bottom: 30px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 520px;
}
.googleMaps iframe,
.googleMaps object,
.googleMaps embed {
  width: 100% !important;
  height: 520px;
}

.videoContainer {
  position: relative;
  padding-bottom: 50.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
  width: 90%;
  margin: 0 auto 20px;
}

.videoContainer iframe,
.videoContainer object,
.videoContainer embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*----------------------------------------------------	
 	最新情報 news
----------------------------------------------------*/
.infoSubList li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #111111;
}
.infoSubList li .infoDate {
  display: inline-block;
  margin-right: 15px;
}
.infoSubList li h3 {
  text-align: left;
  margin-bottom: 20px;
}
.infoSubList li .cont img:not(:last-of-type) {
  margin-bottom: 20px;
}
.infoSubList li .cont p:not(:last-of-type) {
  margin-bottom: 20px;
}
.infoSubList li .cont .box01,
.infoSubList li .cont .box02 {
  margin-bottom: 20px;
}

/*----------------------------------------------------	
 	料金 information
----------------------------------------------------*/
.priceList {
  display: inline-block;
}
@media only screen and (max-width: 1081px) {
  .priceList {
    width: 100%;
  }
}
.priceList li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 1.2em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.priceList li:after {
  content: "●";
  color: #105A0D;
  position: absolute;
  left: 0;
}
.priceList li > div {
  background: #fff;
  position: relative;
}
.priceList li > div:first-of-type {
  margin-right: 50px;
  padding-right: 10px;
}
@media only screen and (max-width: 1081px) {
  .priceList li > div:first-of-type {
    margin-right: 0;
  }
}
.priceList li > div:last-of-type {
  margin-left: auto;
  padding-left: 10px;
}
.priceList li > div span {
  font-size: 2rem;
}
.priceList li:not(:last-of-type) {
  margin-bottom: 10px;
}
.priceList li:before {
  content: "";
  position: absolute;
  border: 1px dashed #DDDDDD;
  width: calc(100% - 1.2em);
  height: 1px;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.cardList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  margin-bottom: 20px;
}
.cardList li {
  width: 15.4%;
  padding: 10px 0;
  border: 1px solid #DDDDDD;
}
@media only screen and (max-width: 1081px) {
  .cardList li {
    width: 32%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 681px) {
  .cardList li {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 440px) {
  .cardList li {
    width: 48%;
  }
}

.banList dt {
  color: #DA2216;
  font-size: 2rem;
  margin-bottom: 5px;
  font-weight: 700;
}
.banList dd:not(:last-of-type) {
  margin-bottom: 50px;
}

/*----------------------------------------------------	
 	アクセス access
----------------------------------------------------*/
.mapWrap {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1081px) {
  .mapWrap {
    margin-bottom: 60px;
  }
}

.subMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1081px) {
  .subMenu {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.subMenu li {
  text-align: center;
  position: relative;
  width: 20%;
}
@media only screen and (max-width: 1081px) {
  .subMenu li {
    width: 50%;
    text-align: left;
  }
}
@media only screen and (max-width: 440px) {
  .subMenu li {
    width: 100%;
  }
}
.subMenu li a {
  display: block;
  color: #105A0D;
  font-weight: 700;
  padding: 10px 0;
  text-underline-offset: 3px;
  text-decoration: none;
}
@media only screen and (max-width: 1081px) {
  .subMenu li a {
    padding: 5px 0;
  }
}
.subMenu li a span {
  display: inline;
  position: relative;
  padding-left: 26px;
}
.subMenu li a span:before {
  font-family: "Font Awesome 6 Free";
  content: "\f078";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-size: 1.4rem;
  width: 14px;
  height: 12px;
  position: absolute;
  top: 1.6px;
  left: 0;
  font-weight: 700;
  color: #105A0D;
}
.subMenu li a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.subMenu li:not(:last-of-type):after {
  content: "";
  display: block;
  width: 1px;
  height: 50%;
  position: absolute;
  background: #DDDDDD;
  right: 0;
  top: 25%;
}
@media only screen and (max-width: 1081px) {
  .subMenu li:not(:last-of-type):after {
    display: none;
  }
}

#access01,
#access02,
#access03,
#access04 {
  margin-top: -140px;
  padding-top: 140px;
}

.accessDate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.accessDate h3 {
  margin-right: 10px;
  margin-bottom: 0;
}

.linkList {
  margin-bottom: 20px;
}
.linkList li:not(:last-of-type) {
  margin-bottom: 10px;
}

.btnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.btnList li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1081px) {
  .btnList li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.btnList li:nth-of-type(3n) {
  margin-right: 0;
}
.btnList li .btn.suBtn a {
  width: 100%;
}

/*----------------------------------------------------	
 	イベント event
----------------------------------------------------*/
#contentsAll .wp-pagenavi {
  text-align: center;
  margin-bottom: 40px;
  width: 100%;
}
#contentsAll .wp-pagenavi a,
#contentsAll .wp-pagenavi span {
  margin: 0 4px;
  width: 30px;
  height: 30px;
  line-height: 20px;
  display: inline-block;
  color: #105A0D;
  border-radius: 4px;
  background: #FFFBF0;
  overflow: hidden;
  padding-top: 3px;
  text-align: center;
  padding-left: 5px;
  text-decoration: none;
  border: none;
}
#contentsAll .wp-pagenavi a.current, #contentsAll .wp-pagenavi a:hover,
#contentsAll .wp-pagenavi span.current,
#contentsAll .wp-pagenavi span:hover {
  background: #105A0D;
  color: #fff;
  text-align: center;
}
#contentsAll .wp-pagenavi a.nextpostslink,
#contentsAll .wp-pagenavi span.nextpostslink {
  position: relative;
}
#contentsAll .wp-pagenavi a.nextpostslink:before,
#contentsAll .wp-pagenavi span.nextpostslink:before {
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-size: 1.4rem;
  width: 14px;
  height: 12px;
  position: absolute;
  right: 7px;
  top: 5px;
  font-weight: 700;
  color: #105A0D;
}
#contentsAll .wp-pagenavi a.nextpostslink:hover:before,
#contentsAll .wp-pagenavi span.nextpostslink:hover:before {
  color: #fff;
}
#contentsAll .wp-pagenavi a.previouspostslink,
#contentsAll .wp-pagenavi span.previouspostslink {
  position: relative;
}
#contentsAll .wp-pagenavi a.previouspostslink:before,
#contentsAll .wp-pagenavi span.previouspostslink:before {
  content: "";
  font-family: "Font Awesome 6 Free";
  content: "\f053";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-size: 1.4rem;
  width: 14px;
  height: 12px;
  position: absolute;
  right: 7px;
  top: 5px;
  font-weight: 700;
  color: #105A0D;
}
#contentsAll .wp-pagenavi a.previouspostslink:hover:before,
#contentsAll .wp-pagenavi span.previouspostslink:hover:before {
  color: #fff;
}

/*----------------------------------------------------	
 	サファリゾーン safari
----------------------------------------------------*/
#animals {
  margin-top: -120px;
  padding-top: 120px;
}
@media only screen and (max-width: 1081px) {
  #animals {
    margin-top: -220px;
    padding-top: 220px;
  }
}

.animalDetail {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1081px) {
  .animalDetail {
    margin-bottom: 40px;
  }
}
.animalDetail .txtBox {
  width: 66%;
}
@media only screen and (max-width: 1081px) {
  .animalDetail .txtBox {
    width: 100%;
    margin-bottom: 20px;
  }
}
.animalDetail table {
  width: 30%;
  border-collapse: collapse;
  font-size: 1.4rem;
}
@media only screen and (max-width: 1081px) {
  .animalDetail table {
    width: 100%;
  }
}
.animalDetail table th {
  border-collapse: collapse;
  border: 1px solid #fff;
  background: #F9F1DE;
  padding: 8px 20px;
  font-weight: 500;
  width: 100px;
}
.animalDetail table td {
  border-collapse: collapse;
  border: 1px solid #fff;
  background: #FFFBF0;
  padding: 8px 20px;
}
.animalDetail table.priceTbl th {
  width: 60%;
}
.animalDetail dl {
  width: 30%;
}
@media only screen and (max-width: 1081px) {
  .animalDetail dl {
    width: 100%;
  }
}
.animalDetail dl dt {
  color: #105A0D;
  font-weight: 700;
  margin-bottom: 10px;
}
.animalDetail dl dd:not(:last-of-type) {
  margin-bottom: 20px;
}
.animalDetail dl table {
  width: 100%;
}
.animalDetail dl table td {
  text-align: center;
}
.animalDetail h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  vertical-align: middle;
  font-size: 3rem;
}
@media only screen and (max-width: 1081px) {
  .animalDetail h2 {
    display: block;
  }
}
.animalDetail h2 span {
  color: #105A0D;
  font-weight: 500;
  display: inline-block;
  margin-left: 10px;
}
@media only screen and (max-width: 1081px) {
  .animalDetail h2 span {
    display: block;
    margin-left: 0;
  }
}
.animalDetail h3 {
  color: #111111;
}

.animalPhoto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
.animalPhoto li {
  width: 48%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1081px) {
  .animalPhoto li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.animalPhoto li img {
  border-radius: 15px;
}

.nav_below {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1081px) {
  .nav_below {
    width: 100%;
  }
}
@media only screen and (max-width: 440px) {
  .nav_below {
    font-size: 1.4rem;
  }
}
.nav_below li {
  width: 33.3333333333%;
  text-align: center;
}
@media only screen and (max-width: 681px) {
  .nav_below li {
    width: 100%;
  }
}
.nav_below li a {
  color: #111111;
  text-decoration: none;
  display: inline-block;
}
.nav_below li a:hover {
  color: #105A0D;
}
.nav_below li:not(.total) a {
  padding-left: 38px;
  position: relative;
}
.nav_below li:not(.total) a:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  background: #105A0D;
  border-radius: 50px;
}
.nav_below li:not(.total) a:after {
  font-family: "Font Awesome 6 Free";
  content: "\f060";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-size: 1.6rem;
  width: 16px;
  height: 28px;
  position: absolute;
  left: 8px;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  color: #fff;
}
.nav_below li.previous {
  text-align: left;
}
.nav_below li.next {
  text-align: right;
}
.nav_below li.next a {
  padding-left: 0;
  padding-right: 38px;
}
.nav_below li.next a:before {
  left: auto;
  right: 0;
}
.nav_below li.next a:after {
  left: auto;
  right: 8px;
  content: "\f061";
}
.nav_below li:empty a:before {
  display: block;
}

/*----------------------------------------------------	
 	イベント event お知らせ NEWS
----------------------------------------------------*/
.postCont {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1081px) {
  .postCont {
    margin-bottom: 60px;
  }
}
.postCont .dateBox {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #105A0D;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: right;
}
.postCont .thumbnailBox {
  margin-bottom: 40px;
}
.postCont .thumbnailBox img {
  border-radius: 15px;
}
.postCont .cont p:not(:last-of-type) {
  margin-bottom: 40px;
}
.postCont .cont img:not(:last-of-type) {
  margin-bottom: 40px;
}
.postCont .cont .btn {
  text-align: center;
  margin-top: 60px;
}

/*----------------------------------------------------	
ダウンロード
----------------------------------------------------*/
.downloadList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.downloadList li {
  width: 19.2%;
  margin-right: 1%;
  padding: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1081px) {
  .downloadList li {
    width: 49%;
    margin-right: 0;
  }
}
.downloadList li:nth-of-type(5n) {
  margin-right: 0;
}
@media only screen and (max-width: 1081px) {
  .downloadList li:nth-of-type(2n) {
    margin-left: 1%;
  }
}
.downloadList li img {
  margin-bottom: 10px;
  border-radius: 15px;
}
.downloadList li p {
  font-size: 1.4rem;
  text-align: center;
}

/*----------------------------------------------------	
ダウンロード
----------------------------------------------------*/
.wifiFlow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wifiFlow li {
  width: 31.2%;
  margin-right: 3.2%;
}
@media only screen and (max-width: 1081px) {
  .wifiFlow li {
    width: 100%;
    margin-right: 0;
  }
}
.wifiFlow li:nth-of-type(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 1081px) {
  .wifiFlow li:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.wifiFlow li img {
  margin-bottom: 20px;
}

/*----------------------------------------------------	
園内について
----------------------------------------------------*/
.aboutWrap {
  padding: 60px 0;
  text-align: center;
  position: relative;
}
.aboutWrap h2 {
  text-align: center;
}
.aboutWrap h2 span:first-of-type {
  font-size: 1.8rem;
  color: #105A0D;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFF000));
  background: linear-gradient(transparent 60%, #FFF000 60%);
  margin-bottom: 20px;
  line-height: 1.4em;
}
@media only screen and (max-width: 1081px) {
  .aboutWrap h2 span:first-of-type {
    line-height: 1.8em;
  }
}
.aboutWrap h2 span:last-of-type {
  display: block;
  color: #105A0D;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.8em;
}
@media only screen and (max-width: 1081px) {
  .aboutWrap h2 span:last-of-type {
    margin-top: 10px;
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 440px) {
  .aboutWrap h2 span:last-of-type {
    font-size: 2.1rem;
  }
}
.aboutWrap p {
  line-height: 2em;
}
.aboutWrap img {
  position: absolute;
  margin-bottom: auto;
  margin-top: auto;
  top: 0;
  bottom: 0;
}
@media only screen and (max-width: 1081px) {
  .aboutWrap img {
    display: none;
  }
}
.aboutWrap img:first-of-type {
  left: -20px;
}
.aboutWrap img:last-of-type {
  right: -20px;
}
@media only screen and (max-width: 1081px) {
  .aboutWrap .onlySP img {
    display: block;
    position: absolute;
    z-index: 10000;
  }
  .aboutWrap .onlySP img:first-of-type {
    right: -20px;
    top: -30px;
    bottom: auto;
    left: auto;
  }
  .aboutWrap .onlySP img:last-of-type {
    left: -20px;
    bottom: -10px;
    top: auto;
    right: auto;
  }
}

.contentsWrapAbout {
  background: #F9F1DE;
  padding: 80px 0;
  width: 100%;
  margin-top: -60px;
}
.contentsWrapAbout dl dt {
  color: #105A0D;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 20px;
}
.contentsWrapAbout dl dd:not(:last-of-type) {
  margin-bottom: 40px;
}

.aboutMapBox > img {
  margin-bottom: 25px;
}
.aboutMapBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1081px) {
  .aboutMapBox ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.aboutMapBox ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}
@media only screen and (max-width: 1081px) {
  .aboutMapBox ul li {
    width: 50%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.aboutMapBox ul li img {
  margin-right: 10px;
}
@media only screen and (max-width: 440px) {
  .aboutMapBox ul li img {
    width: 24px;
    margin-right: 6px;
  }
}

.btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.btnBox li.btn.subBtn {
  width: 48%;
}
@media only screen and (max-width: 1081px) {
  .btnBox li.btn.subBtn {
    width: 100%;
  }
}
.btnBox li.btn.subBtn a {
  width: 100%;
}
@media only screen and (max-width: 440px) {
  .btnBox li.btn.subBtn a {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 1081px) {
  .btnBox li.btn.subBtn:first-of-type {
    margin-bottom: 20px;
  }
}

.wifiBnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}
.wifiBnr img {
  width: 50%;
}
@media only screen and (max-width: 1081px) {
  .wifiBnr img {
    width: 100%;
  }
}

.restaurantList {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.restaurantList li {
  width: 48%;
  position: relative;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1081px) {
  .restaurantList li {
    width: 100%;
  }
}
.restaurantList li .num {
  top: -22px;
  left: 20px;
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 100px;
  padding-top: 8px;
  text-align: center;
  background: #FFF000;
  color: #105A0D;
  border: 1px dashed #105A0D;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 3.2rem;
  font-weight: 800;
}
@media only screen and (max-width: 1081px) {
  .restaurantList li .num {
    width: 50px;
    height: 50px;
    padding-top: 0;
    font-size: 2.8rem;
    line-height: 1.8em;
  }
}
.restaurantList li .photoBox {
  margin-bottom: 20px;
}
.restaurantList li .photoBox img {
  border-radius: 15px;
}
.restaurantList li h3 {
  margin-bottom: 10px;
}

/* 2023/03/10 up */
.preventionBox {
  padding-bottom: 40px;
}
.preventionBox h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.preventionBox h3 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFF000));
  background: linear-gradient(transparent 60%, #FFF000 60%);
  padding: 0 5px;
}
.preventionBox > div {
  position: relative;
}

.prevention-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
@media only screen and (max-width: 1081px) {
  .prevention-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.prevention-list li {
  background: #FDFBD1;
  border-radius: 15px;
  padding: 15px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 18.4%;
}
@media only screen and (max-width: 1081px) {
  .prevention-list li {
    width: 49%;
    margin-bottom: 2%;
  }
}
.prevention-list li figure {
  margin-bottom: 3px;
}
.prevention-list li span {
  font-weight: 700;
  color: #105A0D;
  display: inline-block;
  padding-left: 25px;
  background: url(../img/top/ico-prevention.png) no-repeat center left;
  background-size: 22px 20px;
  margin-top: 6px;
  font-size: 1.3rem;
}
@media only screen and (max-width: 1081px) {
  .prevention-list li span {
    font-size: 1.4rem;
  }
}
.prevention-list li:not(:last-of-type) {
  margin-right: 2%;
}
@media only screen and (max-width: 1081px) {
  .prevention-list li:not(:last-of-type) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1081px) {
  .prevention-list li:not(:nth-of-type(2n)) {
    margin-right: 2%;
  }
}
@media only screen and (max-width: 1081px) {
  .prevention-list li:last-of-type {
    width: 100%;
    margin: 0;
  }
}

/* カンガルーさん */
.preventionBox > div > img {
  position: absolute;
  left: 30px;
  bottom: -170px;
}
@media only screen and (max-width: 1081px) {
  .preventionBox > div > img {
    display: none !important;
  }
}

/*----------------------------------------------------	
 	フォーム
----------------------------------------------------*/
input[type=text], input[type=tel], input[type=email], input[type=password], textarea {
  padding: 16px 10px;
  text-align: left;
  line-height: 1.1em;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 100%;
  background: #F7F7F7;
}

input[type=text], input[type=tel], input[type=email], input[type=password] {
  max-height: 50px;
}

input:focus, textarea:focus {
  background: #ffe4e9;
}

input[type=image] {
  max-width: 100%;
  height: auto;
}

input[type=checkbox],
input[type=radio] {
  margin-right: 5px;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password] {
  width: 100%;
  display: block;
  font-size: 1.8rem;
}
@media only screen and (max-width: 1081px) {
  input[type=text],
input[type=tel],
input[type=email],
input[type=password] {
    font-size: 1.6rem;
  }
}

textarea {
  width: 100%;
  max-width: 798px;
  display: block;
  padding: 20px;
  font-size: 1.8rem;
  line-height: 1.6em;
}
@media only screen and (max-width: 1081px) {
  textarea {
    font-size: 1.6rem;
  }
}

label,
input[type=text],
input[type=tel],
input[type=email],
input[type=checkbox],
input[type=password],
input[type=radio] {
  display: inline;
  vertical-align: middle;
}

.mw_wp_form .c_photo {
  padding: 6px 20px;
  border-radius: 4px;
  color: #fff;
  background: #105A0D;
  border: 1px solid #105A0D;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  font-size: 1.6rem;
}
.mw_wp_form .c_photo input[type=file] {
  display: none;
}
.mw_wp_form .c_photo:hover {
  background: #fff;
  color: #105A0D;
}

p.fileTxt {
  margin-top: 10px;
}

.douisuru {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  max-width: 298px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0;
}
.douisuru input {
  position: absolute;
  left: 0;
  top: 14px;
  min-height: auto;
}
.douisuru a[target=_blank].notBlank {
  text-decoration: underline;
  text-underline-offset: 7px;
  margin-right: 0;
  padding-left: 8px;
}

.mw_wp_form_confirm .privacyAgree {
  display: none;
}

.subPage .mw_wp_form .error {
  display: block;
  margin-top: 10px;
  color: #DA2216;
}

#contentsAll .mw_wp_form .error {
  color: #DA2216;
  display: block;
  margin-top: 10px;
  font-weight: 700;
}

p.errorEmpty {
  margin-bottom: 10px;
}
p.errorEmpty:empty {
  margin-bottom: 0;
}

.hissu,
.nini {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  background: #DA2216;
  line-height: 1.1em;
  font-weight: 700;
  padding: 3px 6px 4px;
  vertical-align: middle;
  margin-top: -2px;
  color: #fff;
  margin-right: 10px;
}

.nini {
  background: #105A0D;
}

.mw_wp_form_confirm .hissu:before,
.mw_wp_form_confirm .nini:before,
.mw_wp_form_confirm .nini.hissuCheck:before {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  min-width: 140px;
  max-width: 100%;
  line-height: 1.1em;
  font-size: 1.8rem;
  padding: 10px 32px 10px 12px;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  background: #fff url(../img/iconArw.png) 92% 50%/12px no-repeat;
  min-height: 41px;
}
@media only screen and (max-width: 1081px) {
  select {
    font-size: 1.6rem;
  }
}

body.subPage .contents .policyTxt {
  font-size: 1.4rem;
  text-align: center;
}
body.subPage .contents .policyTxt a {
  color: #111111;
}

.grecaptcha-badge {
  visibility: hidden;
}

button.btnSubmit {
  margin-bottom: 20px;
  width: 300px;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background: #105A0D;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1em;
  padding: 30px 0;
  cursor: pointer;
  border: 1px solid #105A0D;
  border-radius: 100px;
  font-weight: 700;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
button.btnSubmit span {
  position: relative;
  display: inline-block;
  width: 100%;
}
button.btnSubmit span:after {
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-size: 1.4rem;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 15px;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  font-weight: 700;
}
button.btnSubmit:hover {
  background: #fff;
  color: #105A0D;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.flowList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #999;
  margin-bottom: 40px;
}
.flowList li {
  text-align: center;
  width: 33.3333333333%;
  padding: 12px 0;
  border-bottom: 2px solid #999;
}
.flowList li.current {
  color: #105A0D;
  border-color: #105A0D;
  font-weight: 700;
}

.contactWrap {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1081px) {
  .contactWrap {
    width: 90%;
  }
}
.contactWrap .table02 {
  margin-bottom: 40px;
}
.contactWrap .table02 th {
  width: 25%;
  vertical-align: middle;
}
@media only screen and (max-width: 1081px) {
  .contactWrap .table02 th {
    width: 100%;
    display: block;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 1081px) {
  .contactWrap .table02 td {
    width: 100%;
    display: block;
    padding-bottom: 30px;
  }
}

.privacyAgree {
  text-align: center;
  margin-bottom: 60px;
}

/*202304 GW営業時間追加*/
.table01 .TblHeaderGW th {
  background: #FF8412;
  color: #fff;
  line-height: 1.4em;
}

.table01.info01.gwTbl tr:not(:first-of-type) td:first-of-type {
  min-width: 100px;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10000000;
  bottom: 0;
  margin-left: calc((100vw - 100%) / 2 * -1);
}

.modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: scroll;
  min-height: 300px;
  max-height: 70%;
  max-width: 740px;
  width: 70%;
  background: #fff;
  padding: 40px 40px 20px;
  text-align: center;
}
@media only screen and (max-width: 681px) {
  .modal-content {
    min-height: 200px;
    max-height: 80%;
    width: 88%;
    padding: 15px;
  }
}

a.js-modal-open {
  display: block;
  width: 100%;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

a.js-modal-close {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 42px;
  z-index: 10000;
  text-align: left;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 13px;
  background: url(../img/spMenuC.png) no-repeat right center;
  background-size: 41px;
}
@media only screen and (max-width: 1081px) {
  a.js-modal-close {
    bottom: 10px;
    background-size: 34px;
    width: 100px;
    line-height: 16px;
  }
}

/*GW混雑お知らせ待ち時間追加*/
.waitingtimeLead {
  font-weight: bold;
  margin-bottom: 0 !important;
}

.waitingtime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1081px) {
  .waitingtime {
    display: block;
  }
}
.waitingtime li {
  margin-right: 10px;
}
@media only screen and (max-width: 1081px) {
  .waitingtime li {
    margin-right: 0;
  }
}
.waitingtime li img {
  margin-bottom: 3px;
}
.waitingtime:last-of-type {
  margin-right: 0;
}

.timeRed {
  color: #DA2216;
  font-weight: 700;
  font-size: 2rem;
}

.timeGreen {
  color: #105A0D;
  font-weight: 700;
  font-size: 2rem;
}

.timeOrange {
  color: #FF8412;
  font-weight: 700;
  font-size: 2rem;
}

/*2023.05.10追加 footer上のバナーが1つの時*/
.onecolumnBanner {
  width: 530px;
  margin: 0 auto 40px;
}

.onecolumnBanner img {
  width: 100%;
}

@media only screen and (max-width: 1081px) {
  .onecolumnBanner {
    width: 90%;
  }
}
/*202306 Autocamp 追加*/
.autoCamp {
  background: url(../img/autocamp/bg01.png) left top/48% no-repeat, url(../img/autocamp/bg02.png) right top/48% no-repeat;
}
.autoCamp .contentsWrapSub:first-of-type {
  margin-top: 110px;
}
@media only screen and (max-width: 1081px) {
  .autoCamp .contentsWrapSub:first-of-type {
    margin-top: 0;
    background: url(../img/autocamp/bg01.png) left top/48% no-repeat, url(../img/autocamp/bg02.png) right top/48% no-repeat;
  }
}
@media only screen and (max-width: 1081px) {
  .autoCamp {
    background: none;
  }
}
.autoCamp h1 {
  text-align: center;
  margin-bottom: 100px;
  -webkit-animation: 2s fadeIn forwards;
          animation: 2s fadeIn forwards;
}
@media only screen and (max-width: 1081px) {
  .autoCamp h1 {
    margin-bottom: 90px;
  }
}
.autoCamp h2 {
  text-align: center;
}
.autoCamp .contentsWrapSub.mt0 {
  margin-top: 0;
}
.autoCamp .capmList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-animation: 4s fadeIn forwards;
          animation: 4s fadeIn forwards;
}
.autoCamp .capmList > li {
  -ms-flex-preferred-size: 23.6%;
      flex-basis: 23.6%;
  background: #FECC2E;
  border-radius: 15px;
  padding: 100px 20px 20px;
  position: relative;
  text-align: justify;
}
@media only screen and (max-width: 1081px) {
  .autoCamp .capmList > li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 90px 20px 20px;
  }
}
.autoCamp .capmList > li img:first-of-type {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  left: 0;
  top: -60px;
}
.autoCamp .capmList > li img:last-of-type {
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.autoCamp .capmList > li img:last-of-type.onlySP {
  display: none;
}
@media only screen and (max-width: 1081px) {
  .autoCamp .capmList > li img:last-of-type.onlySP {
    display: block;
  }
}
.autoCamp .capmList > li:last-of-type {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 30px 20px;
  text-align: center;
}
.autoCamp .capmList > li:last-of-type img:first-of-type {
  position: static;
}
@media only screen and (max-width: 1081px) {
  .autoCamp .capmList > li:last-of-type img:first-of-type {
    margin-bottom: 10px;
  }
}
.autoCamp .capmList > li:last-of-type div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.autoCamp .capmList > li:last-of-type div img {
  margin: 0;
}
@media only screen and (max-width: 1081px) {
  .autoCamp .capmList > li:last-of-type div img {
    margin-bottom: 20px;
  }
}
.autoCamp .capmList > li:last-of-type div p {
  margin-bottom: 20px;
}
.autoCamp .capmList > li:last-of-type div .txtBox {
  text-align: left;
  -ms-flex-preferred-size: calc(100% - 380px);
      flex-basis: calc(100% - 380px);
}
@media only screen and (max-width: 1081px) {
  .autoCamp .capmList > li:last-of-type div .txtBox {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.autoCamp .capmList > li:not(:last-of-type) {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1081px) {
  .autoCamp .capmList > li:not(:last-of-type) {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 1081px) {
  .autoCamp .capmList > li:nth-child(4) {
    margin-bottom: 40px;
  }
}
.autoCamp .contentsWrapGreen {
  background: #105A0D;
  color: #fff;
  padding: 80px 0;
}
.autoCamp .contentsWrapGreen .cap {
  text-align: center;
  margin-bottom: 50px;
}
.autoCamp .contentsWrapGreen .cap p {
  margin-bottom: 10px;
}
.autoCamp .contentsWrapGreen .campImg li:not(:last-of-type) {
  margin-bottom: 50px;
}
.autoCamp .scheTxt {
  text-align: center;
  margin-bottom: 40px;
}
.autoCamp .scheTxt p:first-of-type {
  color: #DA2216;
  font-size: 2.5rem;
  font-weight: 700;
}
.autoCamp #cal_disp_block > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.autoCamp #cal_disp_block > div > div {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  margin-bottom: 40px;
  font-weight: 700;
}
@media only screen and (max-width: 1081px) {
  .autoCamp #cal_disp_block > div > div {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.autoCamp #cal_disp_block > div > div table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #105A0D;
  font-size: 1.8rem;
}
.autoCamp #cal_disp_block > div > div table .cal_titles {
  background: #105A0D;
  color: #fff;
  padding: 7px 0;
}
.autoCamp #cal_disp_block > div > div table th, .autoCamp #cal_disp_block > div > div table td {
  border: 1px solid #105A0D;
  text-align: center;
  padding: 3px 0;
}
.autoCamp #cal_disp_block > div > div table td:nth-child(7) {
  color: #0A4E83;
}
.autoCamp #cal_disp_block > div > div table td.kaisai {
  background: #FFE9A4;
}
.autoCamp #cal_disp_block > div > div table th.wd {
  background: #eaeaea;
}
.autoCamp #cal_disp_block > div > div table .holiday {
  color: #DA2216;
}
.autoCamp .btn.btnAtn a {
  background: #DA2216;
  max-width: 360px;
  border-color: #DA2216;
  font-size: 1.8rem;
  padding: 18px 70px 19px;
}
@media only screen and (max-width: 1081px) {
  .autoCamp .btn.btnAtn a {
    padding: 18px 0 19px;
  }
}
.autoCamp .btn.btnAtn a:hover {
  background: #105A0D;
  border-color: #105A0D;
  color: #fff;
}
.autoCamp .btn.btnAtn a:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  height: 10px;
}
.autoCamp .campPrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.autoCamp .campPrice > li {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  text-align: center;
}
@media only screen and (max-width: 1081px) {
  .autoCamp .campPrice > li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.autoCamp .campPrice > li table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #105A0D;
  font-weight: 700;
  font-size: 1.8rem;
  background: #fff;
  color: #111111;
}
@media only screen and (max-width: 440px) {
  .autoCamp .campPrice > li table {
    font-size: 1.4rem;
  }
}
.autoCamp .campPrice > li table th {
  background: #FECC2E;
  padding: 8px 0;
}
.autoCamp .campPrice > li table th:first-of-type {
  width: 100px;
}
.autoCamp .campPrice > li table th, .autoCamp .campPrice > li table td {
  border: 1px solid #105A0D;
}
.autoCamp .campPrice > li table td {
  padding: 12px 0;
}
.autoCamp .campPrice > li table td:not(:first-of-type) {
  color: #DA2216;
  font-weight: 900;
}
.autoCamp .campPrice > li table td:not(:first-of-type) span {
  font-size: 2.4rem;
}
.autoCamp .feeList > li {
  background: #fff;
  padding: 40px 40px 20px;
  border-radius: 15px;
}
@media only screen and (max-width: 1081px) {
  .autoCamp .feeList > li {
    padding: 20px;
  }
}
.autoCamp .feeList > li dt {
  color: #105A0D;
  font-weight: 900;
  font-size: 2.2rem;
  margin-bottom: 20px;
  text-align: center;
}
.autoCamp .feeList > li dd {
  color: #111111;
}
.autoCamp .feeList > li dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.autoCamp .feeList > li dd ul li {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  margin-bottom: 20px;
  background: #f1f1f1;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #111111;
}
@media only screen and (max-width: 1081px) {
  .autoCamp .feeList > li dd ul li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.autoCamp .feeList > li dd ul li img {
  width: 110px;
}
@media only screen and (max-width: 440px) {
  .autoCamp .feeList > li dd ul li img {
    width: 90px;
  }
}
.autoCamp .feeList > li dd ul li p {
  line-height: 1.4em;
}
.autoCamp .feeList > li dd ul:after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}
.autoCamp .feeList > li:not(:last-of-type) {
  margin-bottom: 40px;
}
.autoCamp .atnTxt {
  color: #DA2216;
  font-weight: 900;
  margin-bottom: 80px;
  text-align: center;
}
.autoCamp .atnList {
  margin-bottom: 40px;
}
.autoCamp .atnList > li {
  background: #FECC2E;
  border-radius: 15px;
  padding: 60px 40px 40px;
  position: relative;
}
@media only screen and (max-width: 1081px) {
  .autoCamp .atnList > li {
    padding: 50px 20px 40px;
  }
}
.autoCamp .atnList > li img {
  position: absolute;
  display: block;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: -30px;
}
.autoCamp .atnList > li:not(:last-of-type) {
  margin-bottom: 65px;
}
.autoCamp .reserveBox {
  text-align: center;
}
.autoCamp .reserveBox .reserveTxt {
  color: #DA2216;
  font-weight: 900;
  font-size: 2.2rem;
  margin-bottom: 60px;
}
.autoCamp .reserveBox .reserveTxt span {
  display: inline-block;
  position: relative;
}
.autoCamp .reserveBox .reserveTxt span:after {
  content: "";
  display: block;
  background: #FECC2E;
  width: 100%;
  bottom: -14px;
  height: 10px;
  position: absolute;
  left: 0;
}
.autoCamp .reserveBox .btnBox {
  max-width: 730px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 1081px) {
  .autoCamp .reserveBox .btnBox {
    max-width: 100%;
  }
}
.autoCamp .reserveBox .btnBox .btn {
  width: 49.5%;
}
@media only screen and (max-width: 1081px) {
  .autoCamp .reserveBox .btnBox .btn {
    width: 100%;
  }
}
.autoCamp .reserveBox .btnBox .btn a {
  background: #DA2216;
  border-color: #DA2216;
  padding-right: 0;
  padding-left: 0;
}
.autoCamp .reserveBox .btnBox .btn a:hover {
  background: #105A0D;
  border-color: #105A0D;
  color: #fff;
}
.autoCamp .reserveBox .btnBox li:first-of-type {
  margin-bottom: 20px;
}
.autoCamp #caution {
  margin-top: -110px;
  padding-top: 110px;
}
.autoCamp #about {
  margin-top: -110px;
  padding-top: 110px;
}
.autoCamp .priceLead a {
  color: #fff;
  text-decoration: underline;
}
.autoCamp .priceLead a:hover {
  text-decoration: none;
}
/*# sourceMappingURL=style.css.map */


/*20230710 Autocam予約枠 追加*/
.autoCamp .reserveBoxSummer,
.autoCamp .reserveBoxAutumn{
  text-align: center;
}
.autoCamp .reserveBoxSummer .btnBox,
.autoCamp .reserveBoxAutumn .btnBox{
    max-width: 730px;
    margin: 0 auto 20px;
}
.autoCamp .reserveBoxSummer .btnBox .btn,
.autoCamp .reserveBoxAutumn .btnBox .btn{
  width: 49.5%;
  color: #0A4E83;
}
.autoCamp .reserveBoxSummer .reserveTxt span,
.autoCamp .reserveBoxAutumn .reserveTxt span{
  font-size: 3rem;
}
.autoCamp .reserveBoxSummer {
  border: 1px solid #0A4E83;
  border-radius: 15px;
  padding:30px;
}
.autoCamp .reserveBoxSummer .reserveTxt{
  color: #0A4E83;
  font-weight: 900;
  font-size: 2.2rem;
  margin-bottom: 10px;
}
.autoCamp .reserveBoxSummer .komeTxt {
    color: #0A4E83;
}
.autoCamp .reserveBoxSummer .btnBox .btn a {
  background: #0A4E83;
  border-color: #0A4E83;
  padding-right: 0;
  padding-left: 0;
}
.autoCamp .reserveBoxSummer .btnBox .btn a:hover,
.autoCamp .reserveBoxAutumn .btnBox .btn a:hover{
  /* background: #105A0D;
  border-color: #105A0D; */
  color: #fff;
  opacity: 0.8;
}
.autoCamp .reserveBoxAutumn {
  border: 1px solid #F87700;
  border-radius: 15px;
  padding:30px;
}
.autoCamp .reserveBoxAutumn .reserveTxt{
  color: #F87700;
  font-weight: 900;
  font-size: 2.2rem;
  margin-bottom: 10px;
}
.autoCamp .reserveBoxAutumn .komeTxt {
    color: #F87700;
}
.autoCamp .reserveBoxAutumn .btnBox .btn a {
  background: #F87700;
  border-color: #F87700;
  padding-right: 0;
  padding-left: 0;
}
@media only screen and (max-width: 1081px){
.autoCamp .reserveBoxSummer .btnBox .btn,
.autoCamp .reserveBoxAutumn .btnBox .btn{
    width: 100%;
    margin-bottom: 20px;
}
.autoCamp .reserveBoxSummer .btnBox .btn:last-of-type,
.autoCamp .reserveBoxAutumn .btnBox .btn:last-of-type{
    margin-bottom: 0;
}
.autoCamp .reserveBoxSummer,
.autoCamp .reserveBoxAutumn {
  padding:30px 20px;
}
}