@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;500;700&family=Lexend+Giga:wght@300;500;600;700;800&family=Zen+Maru+Gothic:wght@300;500;700;900&display=swap");
@import url("../css/animation.css");
* {
  box-sizing: border-box;
}

main {
  width: 100%;
  background-color: #f8f8d4;
  padding-bottom: 13vw;
}

.inner__box {
  max-width: 1060px;
  margin: auto;
}

.mv__container {
  background-image: url(../images/top/mv_bg_obi.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: auto;
  margin: auto;
}

.mv__inner {
  max-width: 1360px;
  margin: auto;
  background: url(../images/top/mv_bg_bottom.png) no-repeat center bottom/contain;
  position: relative;
  padding-bottom: 127px;
}

.mv__h1 {
  width: 742px;
  margin: auto;
  padding-top: 76px;
  position: relative;
  z-index: 100;
}

.mv__h1::before,
.mv__h1::after {
  content: "";
  position: absolute;
}

.mv__h1::before {
  background: url(../images/top/mv_ttl_icon_1.svg) no-repeat center/contain;
  width: 284px;
  height: 97px;
  top: 71px;
  left: -58px;
}

.mv__h1::after {
  background: url(../images/top/mv_ttl_icon_2.svg) no-repeat center/contain;
  width: 229px;
  height: 122px;
  top: 84px;
  right: -84px;
}

.icon__tree {
  width: 158px;
  position: absolute;
  bottom: 70px;
  left: -108px;
}

.icon__sun {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 14px;
  left: 33px;
}

.icon__cloud {
  position: absolute;
  width: 120px;
  height: 64px;
  top: 25px;
  right: 140px;
}

.icon__cloud--2 {
  position: absolute;
  width: 98px;
  height: 42px;
  top: 76px;
  right: 12px;
}

.icon__ground {
  position: absolute;
  width: 313px;
  height: 147px;
  top: 378px;
  left: -32px;
}

.icon__kids--girl {
  position: absolute;
  width: 60px;
  height: 120px;
  top: 286px;
  left: 66px;
}

.icon__kids--boy {
  position: absolute;
  width: 75px;
  height: 88px;
  top: 400px;
  left: 116px;
}

.icon__ground--2 {
  position: absolute;
  width: 350px;
  top: 512px;
  left: 248px;
}

.icon__women {
  position: absolute;
  width: 155px;
  top: 390px;
  left: 372px;
  z-index: 101;
}

.icon__family {
  position: absolute;
  width: 202px;
  top: 468px;
  left: 758px;
}

.icon__man {
  position: absolute;
  width: 66px;
  height: 202px;
  top: 228px;
  right: 184px;
}

.icon__lake {
  position: absolute;
  width: 313px;
  height: 101px;
  top: 290px;
  right: -128px;
}

.icon__tree--2 {
  width: 155px;
  position: absolute;
  top: 476px;
  right: 68px;
}

.lead__txt {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #006cba;
  margin: 260px auto 75px;
  line-height: 1.4;
}

.nav__container {
  max-width: 800px;
  margin: auto;
}

.nav__container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.nav__container ul li {
  width: calc(25% - 15px);
}

.content1__container {
  padding: 60px 0;
}

.content1__container h2 {
  position: relative;
}

.content1__container h2::before,
.content1__container h2::after {
  content: "";
  position: absolute;
}

.content1__container h2::before {
  width: 261px;
  height: 168px;
  background: url(../images/top/content_h2_icon.svg) no-repeat center/contain;
  top: -80px;
  left: -48px;
}

.content1__container h2::after {
  width: 221px;
  height: 137px;
  background: url(../images/top/content_h2_icon2.svg) no-repeat center/contain;
  top: -45px;
  right: -36px;
}

.content1__container h2 img {
  width: 30%;
  margin: auto;
}

.content__tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 60px;
}

.content__tab li {
  width: calc(50% - 10px);
}

.content__tab li a {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  background-color: #fff;
  border-radius: 30px 30px 0px 0px;
}

.content__tab li a:hover {
  opacity: 1;
  cursor: pointer;
}

.content__tab li.pink a.is-current,
.content__tab li.green a.is-current {
  border-radius: 24px 24px 0px 0px;
  color: #fff;
  padding: 25px 0;
}

.content__tab li.pink a.is-current {
  background-color: #ed7980;
  border: 2px solid #ed7980;
}

.content__tab li.green a.is-current {
  background-color: #08a460;
  border: 2px solid #08a460;
}

.content__tab li.pink a {
  border: 2px solid #ed7980;
  color: #ed7980;
  padding: 20px 0;
}

.content__tab li.green a {
  border: 2px solid #08a460;
  color: #08a460;
  padding: 20px 0;
}

.content__tab li.pink a.is-current::after,
.content__tab li.green a.is-current::after {
  content: "";
  width: 205.1%;
  position: absolute;
  bottom: -2px;
  z-index: 2;
}

.content__tab li.pink a.is-current::after {
  left: 0px;
  border-bottom: 10px solid #ed7980;
}

.content__tab li.green a.is-current::after {
  right: 0px;
  border-bottom: 10px solid #08a460;
}

.aremap__content {
  background-color: #fff;
  border-radius: 0px 0px 24px 24px;
  padding: 75px 30px;
}

.js-tab-target.is-current {
  display: block;
}

.js-tab-target {
  display: none;
}

.aremap__map {
  width: 100%;
  margin-bottom: 60px;
  position: relative;
}

#tab2 .aremap__map {
  width: 90%;
  margin: 0 auto 60px;
}

.aremap__pinbox {
  position: absolute;
  margin: auto;
}

.aremap__pinbox.active {
  background: none;
}

#tab1 .pin1_1,
#tab1 .pin2_1,
#tab1 .pin3_1,
#tab1 .pin4_1,
#tab1 .pin6_1 {
  top: 175px;
  left: 76px;
}

#tab1 .pin1_2,
#tab1 .pin2_2,
#tab1 .pin3_2,
#tab1 .pin4_2,
#tab1 .pin5_1,
#tab1 .pin6_2 {
  top: 190px;
  left: 270px;
}

#tab1 .pin1_3,
#tab1 .pin2_3,
#tab1 .pin3_3,
#tab1 .pin4_3,
#tab1 .pin6_3 {
  top: 303px;
  left: 300px;
}

#tab1 .pin1_4,
#tab1 .pin2_4,
#tab1 .pin3_4,
#tab1 .pin4_4,
#tab1 .pin6_4 {
  top: 252px;
  left: 506px;
}

#tab1 .pin1_5,
#tab1 .pin3_5,
#tab1 .pin4_5,
#tab1 .pin6_5 {
  top: 73px;
  left: 612px;
}

#tab1 .pin3_6,
#tab1 .pin4_6,
#tab1 .pin6_6 {
  top: 12px;
  left: 474px;
}

#tab1 .pin3_7,
#tab1 .pin4_7 {
  top: 125px;
  left: 172px;
}

#tab1 .pin4_8,
#tab1 .pin6_7 {
  top: 85px;
  left: 316px;
}

#tab2 #nature-pin01 {
  top: 244px;
  left: 418px;
}

#tab2 #nature-pin02 {
  top: 156px;
  left: 433px;
}

#tab2 #nature-pin03 {
  top: 100px;
  left: 552px;
}

#tab2 #nature-pin04 {
  top: 92px;
  left: 600px;
}

.icon--pin,
.icon--current,
.pinbox__bubble,
.change.active .icon--pin {
  opacity: 0;
}

.icon--pin {
  width: 46px;
  height: 62px;
}

.icon--current {
  width: 30px;
  height: 30px;
  opacity: 0;
  margin-left: 8px;
  margin-top: -30px;
}

.active .icon--pin {
  transition: opacity 0.5s;
  opacity: 1;
}

.change.active .icon--current {
  opacity: 1;
}

.active .pinbox__icon {
  z-index: 999;
}

.pinbox__icon,
.active .pinbox__icon {
  cursor: pointer;
}

.pinbox__icon:hover {
  opacity: 0.7;
}

.active .pinbox__icon:hover {
  opacity: 1;
}

.pinbox__icon {
  position: relative;
  transition-duration: 0.3s;
  z-index: 99;
}

.pinbox__bubble {
  border-radius: 50px;
  color: #fff;
  font-family: "Zen Maru Gothic";
  font-weight: bold;
  font-size: 16px;
  padding: 12px 28px 8px;
  position: absolute;
  transition-duration: 0.3s;
  opacity: 0;
}

#tab1 .pinbox__bubble {
  background: #ed7980;
}

#tab2 .pinbox__bubble {
  background: #08a460;
}

.small__txt {
  display: block;
  font-size: 80%;
  font-weight: normal;
}

#tab1 #facilities-pin01 .pinbox__bubble {
  width: 158px;
  top: -65px;
  left: -56px;
}

#tab1 #facilities-pin02 .pinbox__bubble {
  width: 209px;
  top: -67px;
  left: -82px;
}

#tab1 #facilities-pin03 .pinbox__bubble {
  width: 192px;
  top: -89px;
  left: -74px;
}

#tab1 #facilities-pin04 .pinbox__bubble {
  width: 158px;
  top: -65px;
  left: -56px;
}

#tab1 #facilities-pin05 .pinbox__bubble {
  width: 210px;
  top: -68px;
  left: -83px;
}

#tab1 #facilities-pin06 .pinbox__bubble {
  width: 158px;
  top: -65px;
  left: -56px;
}

#tab2 #nature-pin01 .pinbox__bubble {
  width: 141px;
  top: -65px;
  left: -48px;
}

#tab2 #nature-pin02 .pinbox__bubble {
  width: 209px;
  top: -91px;
  left: -81px;
}

#tab2 #nature-pin03 .pinbox__bubble {
  width: 124px;
  top: -65px;
  left: -40px;
}

#tab2 #nature-pin04 .pinbox__bubble {
  width: 124px;
  top: -67px;
  left: -40px;
}

.active .pinbox__icon {
  color: #fff;
}

.change.active .pinbox__bubble {
  transition: opacity 0.5s;
  opacity: 1;
  z-index: 1000;
}

.change.active .pinbox__bubble::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -11px;
  left: 50%;
  border-width: 12px 8px 0 8px;
  border-style: solid;
  transform: translateX(-50%);
}

#tab1 .change.active .pinbox__bubble::after {
  border-color: #ed7980 transparent transparent transparent;
}

#tab2 .change.active .pinbox__bubble::after {
  border-color: #08a460 transparent transparent transparent;
}

.more__link {
  display: block;
}

.more__link a {
  display: inline-block;
  font-family: "Josefin Sans";
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  margin: 8px auto 0;
  position: relative;
}

.more__link a::after {
  content: "";
  width: 11px;
  height: 12px;
  background: url(../images/top/content_btn_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: -1%;
  bottom: 0;
  left: 115%;
  margin: auto;
}

.more__link a:hover {
  text-decoration: underline;
}

.aremap__listbox {
  width: 90%;
  margin: auto;
}

.list__area li {
  border-top: 2px dashed #d9d9d9;
  text-align: left;
  padding: 20px 0 20px 8px;
  cursor: pointer;
}

.list__area li:last-child {
  border-bottom: 2px dashed #d9d9d9;
}

.list__area li p {
  font-family: "Zen Maru Gothic";
  font-weight: bold;
  font-size: 16px;
  position: relative;
  padding-left: 3em;
}

.list__area li p:hover {
  text-decoration: underline;
}

#tab1 .list__area .current p {
  color: #ed7980;
}

#tab2 .list__area .current p {
  color: #08a460;
}

.list__area li:first-child p::before {
  content: "1";
}

.list__area li:nth-child(2) p::before {
  content: "2";
}

.list__area li:nth-child(3) p::before {
  content: "3";
}

.list__area li:nth-child(4) p::before {
  content: "4";
}

.list__area li:nth-child(5) p::before {
  content: "5";
}

.list__area li:nth-child(6) p::before {
  content: "6";
}

.list__area li p::before {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  color: #fff;
  margin: auto;
  text-align: center;
  border-radius: 50%;
  font-family: "Lexend Giga", sans-serif;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1px;
}

#tab1 .list__area li p::before {
  background-color: #ed7980;
}

#tab2 .list__area li p::before {
  background-color: #08a460;
}

.list__area li p span {
  display: inline-block;
  font-size: 80%;
  font-weight: normal;
}

.content2__container {
  padding: 40px 0 70px;
}

.content2__container h2 {
  margin-bottom: 60px;
}

.content2__container h2 img {
  width: 85%;
  margin: auto;
}

.floor__map {
  background-color: #fff;
  border-radius: 24px;
  padding: 70px 0 75px 218px;
}

.floor__map img {
  width: 92%;
}

@media screen and (max-width: 1060px) {
  #tab2 #nature-pin01 {
    top: 48%;
    left: 46%;
  }
  #tab2 #nature-pin02 {
    top: 32%;
    left: 48%;
  }
  #tab2 #nature-pin03 {
    top: 14%;
    left: 61%;
  }
  #tab2 #nature-pin04 {
    top: 13%;
    left: 66%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1059px) {
  .icon--pin {
    width: 5vw;
    height: 6vw;
  }
  #tab1 .pin1_1,
  #tab1 .pin2_1,
  #tab1 .pin3_1,
  #tab1 .pin4_1,
  #tab1 .pin6_1 {
    top: 33%;
    left: 8%;
  }
  #tab1 .pin1_2,
  #tab1 .pin2_2,
  #tab1 .pin3_2,
  #tab1 .pin4_2,
  #tab1 .pin5_1,
  #tab1 .pin6_2 {
    top: 38%;
    left: 27.5%;
  }
  #tab1 .pin1_3,
  #tab1 .pin2_3,
  #tab1 .pin3_3,
  #tab1 .pin4_3,
  #tab1 .pin6_3 {
    top: 61%;
    left: 30%;
  }
  #tab1 .pin1_4,
  #tab1 .pin2_4,
  #tab1 .pin3_4,
  #tab1 .pin4_4,
  #tab1 .pin6_4 {
    top: 52%;
    left: 51%;
  }
  #tab1 .pin1_5,
  #tab1 .pin3_5,
  #tab1 .pin4_5,
  #tab1 .pin6_5 {
    top: 15.5%;
    left: 62%;
  }
  #tab1 .pin3_6,
  #tab1 .pin4_6,
  #tab1 .pin6_6 {
    top: 2.5%;
    left: 47%;
  }
  #tab1 .pin3_7,
  #tab1 .pin4_7 {
    top: 25.5%;
    left: 17%;
  }
  #tab1 .pin4_8,
  #tab1 .pin6_7 {
    top: 17.5%;
    left: 32%;
  }
  #tab1 #facilities-pin01 .pinbox__bubble {
    top: -75px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1024px) {
  .icon__tree,
  .icon__tree--2 {
    opacity: 0;
  }
}

/*# sourceMappingURL=maps/top_pc.css.map */
