*::selection {
  background-color: #2DAA57;
  color: #FFF;
}

html {
  scroll-behavior: smooth;
}

#wrapper {
  position: relative;
  z-index: 1;
}

#container {
  min-height: 600px;
}

#global-header.top {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
}
#global-header.top .inner h1 a {
  display: inline-block;
  padding: 20px;
}
#global-header.top .inner h1 a img {
  filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.35));
}
@media screen and (max-width: 520px) {
  #global-header.top .inner h1 a img {
    width: 45%;
    height: auto;
  }
}

#global-header.sub {
  position: relative;
  background: #fff;
}
#global-header.sub .inner {
  display: flex;
  align-items: center;
}
#global-header.sub .inner h1 {
  margin-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 834px) {
  #global-header.sub .inner h1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#global-header.sub .inner h1 a {
  display: inline-block;
}
#global-header.sub .inner h1 a img {
  width: 100px;
  height: auto;
  vertical-align: bottom;
}
#global-header.sub .inner #global_navi {
  width: 70%;
}
@media screen and (max-width: 1200px) {
  #global-header.sub .inner #global_navi {
    width: 80%;
  }
}
@media screen and (max-width: 834px) {
  #global-header.sub .inner #global_navi {
    display: none;
  }
}
#global-header.sub .inner #global_navi ul {
  display: flex;
  flex: 1;
}
#global-header.sub .inner #global_navi ul li {
  width: 100%;
}
#global-header.sub .inner #global_navi ul li a {
  display: grid;
  place-items: center;
  width: 100%;
  padding: 20px 0;
}
#global-header.sub .inner #global_navi ul li a:hover {
  transition: all 0.35s linear;
  background: #f6f6f6;
}
#global-header.sub .inner #global_navi ul li a:hover span {
  transition: all 0.35s linear;
  color: #343434;
}
#global-header.sub .inner #global_navi ul li a span {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #2DAA57;
  display: inline-block;
  font-size: 1.6rem;
}
@media screen and (max-width: 1200px) {
  #global-header.sub .inner #global_navi ul li a span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1000px) {
  #global-header.sub .inner #global_navi ul li a span {
    font-size: 1.3rem;
  }
}

#key_visual {
  height: 550px;
  width: 100%;
  display: grid;
  place-items: center;
}
#key_visual.contact {
  height: 300px;
}
@media screen and (max-width: 520px) {
  #key_visual.contact {
    height: 200px;
  }
}
#key_visual.term {
  height: 300px;
}
@media screen and (max-width: 520px) {
  #key_visual.term {
    height: 200px;
  }
}
#key_visual.price {
  background: url(../images/price/key_price.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 520px) {
  #key_visual.price {
    background-position: 20%;
  }
}
#key_visual.price .key_txt h2 {
  color: #fff;
}
#key_visual.price .key_txt p {
  color: #fff;
}
#key_visual.monthdog {
  background: url(../images/monthdog/key_monthdog.png) no-repeat center center;
  background-size: cover;
}
#key_visual.monthdog .key_txt h2 {
  color: #fff;
}
#key_visual.monthdog .key_txt p {
  color: #fff;
}
#key_visual.service {
  background: url(../images/service/key_service.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 520px) {
  #key_visual.service {
    background-position: center;
  }
}
#key_visual.service .key_txt h2 {
  color: #fff;
}
#key_visual.service .key_txt p {
  color: #fff;
}
#key_visual.place {
  background: url(../images/place/key_place.png) no-repeat center center;
  background-size: cover;
}
#key_visual.place .key_txt h2 {
  color: #fff;
}
#key_visual.place .key_txt p {
  color: #fff;
}
#key_visual.event {
  background: url(../images/event/key_event.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 520px) {
  #key_visual.event {
    background-position: center;
  }
}
#key_visual.event .key_txt h2 {
  color: #fff;
}
#key_visual.event .key_txt p {
  color: #fff;
}
#key_visual .key_txt {
  text-align: center;
  padding: 20px 0;
}
#key_visual .key_txt h2 {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #2DAA57;
  font-size: 6.4rem;
  line-height: 1;
}
@media screen and (max-width: 520px) {
  #key_visual .key_txt h2 {
    font-size: 3.2rem;
  }
}
#key_visual .key_txt p {
  font-size: 2.4rem;
  color: #3C3C3C;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 520px) {
  #key_visual .key_txt p {
    font-size: 1.7rem;
  }
}

#pankuzu {
  display: flex;
  justify-content: end;
  margin-bottom: 80px;
}
#pankuzu.price {
  position: relative;
  top: -39px;
}
@media screen and (max-width: 520px) {
  #pankuzu.price {
    top: -35px;
    background: none;
  }
}
#pankuzu.monthdog {
  position: relative;
  top: -39px;
}
@media screen and (max-width: 520px) {
  #pankuzu.monthdog {
    top: -35px;
    background: none;
  }
}
#pankuzu.place {
  position: relative;
  top: -39px;
}
@media screen and (max-width: 520px) {
  #pankuzu.place {
    top: -35px;
    background: none;
  }
}
@media screen and (max-width: 520px) {
  #pankuzu {
    margin-bottom: 40px;
    background: #f6f6f6;
  }
}
#pankuzu .inner {
  text-align: right;
  width: fit-content;
  padding: 12px 20px 10px;
  background: #00A7A7;
}
@media screen and (max-width: 520px) {
  #pankuzu .inner {
    padding: 12px 10px 10px;
  }
}
#pankuzu .inner a, #pankuzu .inner span {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 520px) {
  #pankuzu .inner a, #pankuzu .inner span {
    font-size: 1.3rem;
  }
}

#global_footer.top {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
#global_footer.top .copy {
  position: relative;
  text-align: right;
  padding: 20px;
}
#global_footer.top .copy small {
  display: inline-block;
  color: #2DAA57;
  font-size: 1.3rem;
}

#global_footer.sub {
  position: relative;
  background: #459A61;
  padding: 40px 0 10px;
}
#global_footer.sub .footer_inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  #global_footer.sub .footer_inner {
    width: 95%;
  }
}
#global_footer.sub .footer_inner .footer_info {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}
@media screen and (max-width: 520px) {
  #global_footer.sub .footer_inner .footer_info {
    display: block;
  }
}
#global_footer.sub .footer_inner .footer_info .footer_logo {
  margin-right: 30px;
}
@media screen and (max-width: 520px) {
  #global_footer.sub .footer_inner .footer_info .footer_logo {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#global_footer.sub .footer_inner .footer_info .footer_logo a {
  display: inline-block;
}
#global_footer.sub .footer_inner .footer_info .footer_logo a img {
  width: 120px;
  height: auto;
  vertical-align: bottom;
}
#global_footer.sub .footer_inner .footer_info .info_list li {
  color: #fff;
  font-size: 1.5rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#global_footer.sub .footer_inner .footer_navi {
  width: 90%;
  display: flex;
  flex: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  #global_footer.sub .footer_inner .footer_navi {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  #global_footer.sub .footer_inner .footer_navi {
    display: none;
  }
}
#global_footer.sub .footer_inner .footer_navi li {
  width: 100%;
}
#global_footer.sub .footer_inner .footer_navi li a {
  display: grid;
  place-items: center;
  width: 100%;
  padding: 8px 0;
  border-radius: 8px;
}
#global_footer.sub .footer_inner .footer_navi li a:hover {
  transition: all 0.35s linear;
  background: #298146;
}
#global_footer.sub .footer_inner .footer_navi li a span {
  color: #fff;
  font-size: 1.5rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#global_footer.sub .footer_inner .annotation {
  font-size: 1.4rem;
  color: #fff;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#global_footer.sub .footer_inner .copy {
  position: relative;
  text-align: right;
  padding: 20px 0 0;
}
@media screen and (max-width: 834px) {
  #global_footer.sub .footer_inner .copy {
    text-align: left;
  }
}
#global_footer.sub .footer_inner .copy small {
  display: inline-block;
  color: #fff;
  font-size: 1.3rem;
}

#container {
  margin-bottom: 80px;
}
#container .content_inner {
  width: 1360px;
  margin: 0 auto;
}
@media screen and (max-width: 1360px) {
  #container .content_inner {
    width: 95%;
  }
}

.content_header {
  text-align: center;
  margin-bottom: 30px;
}
.content_header img {
  vertical-align: bottom;
  position: relative;
  top: 2px;
}
.content_header h2 span {
  padding: 10px 20px;
  display: inline-block;
  border-top: 3px solid #459A61;
  border-bottom: 3px solid #459A61;
  font-size: 2.4rem;
  color: #459A61;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.content .content_key {
  margin-bottom: 40px;
}
.content .content_key img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.map_wrap {
  display: grid;
  grid-template-columns: 25% 73%;
  column-gap: 2%;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .map_wrap {
    grid-template-columns: 30% 68%;
    column-gap: 2%;
  }
}
@media screen and (max-width: 520px) {
  .map_wrap {
    display: flex;
    flex-direction: column-reverse;
  }
}
.map_wrap .info dl dt, .map_wrap .info dl dd {
  padding: 13px 0;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  color: #3c3c3c;
  font-size: 1.8rem;
}
.map_wrap .info dl dt {
  background: #DCEFE2;
  margin-bottom: 5px;
}
.map_wrap .info dl dd {
  background: #F1F1F1;
}
.map_wrap .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 520px) {
  .map_wrap .pic {
    margin-bottom: 10px;
  }
}
.map_wrap .pic.active::before {
  transition: all 0.4s linear 0.7s;
  left: 100%;
}
.map_wrap .pic.active::after {
  transition: all 0.4s linear 0.3s;
  left: 100%;
}
.map_wrap .pic.active img {
  transition: all 0.4s linear 1.2s;
  opacity: 1;
}
.map_wrap .pic::before, .map_wrap .pic::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.map_wrap .pic::before {
  top: 0;
  left: -100%;
  background: #2DAA57;
  z-index: 10;
}
.map_wrap .pic::after {
  top: 0;
  left: -100%;
  background: #00A7A7;
  z-index: 20;
}
.map_wrap .pic .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 25;
  top: 0;
  left: -100%;
  display: grid;
  place-items: center;
}
.map_wrap .pic .overlay.active {
  transition: all 1s cubic-bezier(0.17, 0.67, 0.77, 0.42);
  left: 100%;
}
.map_wrap .pic .overlay > img {
  position: relative;
  width: 28%;
  height: auto;
  vertical-align: bottom;
}
.map_wrap .pic > img {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  position: relative;
  opacity: 0;
}

.vending_wrap {
  display: grid;
  grid-template-columns: 25% 73%;
  column-gap: 2%;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .vending_wrap {
    grid-template-columns: 30% 68%;
    column-gap: 2%;
  }
}
@media screen and (max-width: 520px) {
  .vending_wrap {
    display: flex;
    flex-direction: column-reverse;
  }
}
.vending_wrap .info dl dt, .vending_wrap .info dl dd {
  padding: 13px 0;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  color: #3c3c3c;
  font-size: 1.8rem;
}
.vending_wrap .info dl dt {
  background: #DCEFE2;
  margin-bottom: 5px;
}
.vending_wrap .info dl dd {
  background: #F1F1F1;
}
.vending_wrap .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 520px) {
  .vending_wrap .pic {
    margin-bottom: 10px;
  }
}
.vending_wrap .pic.active::before {
  transition: all 0.4s linear 0.7s;
  left: 100%;
}
.vending_wrap .pic.active::after {
  transition: all 0.4s linear 0.3s;
  left: 100%;
}
.vending_wrap .pic.active img {
  transition: all 0.4s linear 1.2s;
  opacity: 1;
}
.vending_wrap .pic::before, .vending_wrap .pic::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.vending_wrap .pic::before {
  top: 0;
  left: -100%;
  background: #2DAA57;
  z-index: 10;
}
.vending_wrap .pic::after {
  top: 0;
  left: -100%;
  background: #00A7A7;
  z-index: 20;
}
.vending_wrap .pic .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 25;
  top: 0;
  left: -100%;
  display: grid;
  place-items: center;
}
.vending_wrap .pic .overlay.active {
  transition: all 1s cubic-bezier(0.51, 0.2, 0.48, 0.9);
  left: 100%;
}
.vending_wrap .pic .overlay > img {
  position: relative;
  width: 28%;
  height: auto;
  vertical-align: bottom;
}
.vending_wrap .pic > img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  display: inline-block;
  position: relative;
  opacity: 0;
}

.dogrun_wrap {
  display: grid;
  grid-template-columns: 25% 73%;
  column-gap: 2%;
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .dogrun_wrap {
    grid-template-columns: 30% 68%;
    column-gap: 2%;
  }
}
@media screen and (max-width: 520px) {
  .dogrun_wrap {
    display: flex;
    flex-direction: column-reverse;
  }
}
.dogrun_wrap .info h3 {
  background: #2DAA57;
  color: #fff;
  font-size: 2.1rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  padding: 13px 0;
  line-height: 1;
}
.dogrun_wrap .info dl {
  margin-bottom: 20px;
}
.dogrun_wrap .info dl dt, .dogrun_wrap .info dl dd {
  padding: 13px 0;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  color: #3c3c3c;
  font-size: 1.8rem;
}
.dogrun_wrap .info dl dt {
  background: #459A61;
  margin-bottom: 5px;
  color: #fff;
}
.dogrun_wrap .info dl dd {
  background: #F1F1F1;
}
.dogrun_wrap .info .point_list {
  margin-bottom: 35px;
}
.dogrun_wrap .info .point_list li {
  padding: 10px;
  line-height: 1;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  background: #f4f4f4;
  color: #343434;
  margin-bottom: 8px;
  text-align: center;
}
.dogrun_wrap .info .point_list li:last-child {
  margin-bottom: 0;
}
.dogrun_wrap .info ul li {
  margin-bottom: 10px;
}
.dogrun_wrap .info ul li.newuser {
  background-color: #0075A7;
  background-image: url(../images/place/icon_new_useradd.svg);
  background-position: 12px center;
  background-repeat: no-repeat;
}
.dogrun_wrap .info ul li.mypage_login {
  background-color: #00A7A7;
  background-image: url(../images/place/icon_mypage_login.svg);
  background-position: 12px center;
  background-repeat: no-repeat;
}
.dogrun_wrap .info ul li a {
  display: inline-block;
  color: #fff;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  padding: 18px 20px 18px 70px;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .dogrun_wrap .info ul li a {
    font-size: 1.5rem;
    padding: 18px 10px 18px 60px;
  }
}
.dogrun_wrap .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 520px) {
  .dogrun_wrap .pic {
    margin-bottom: 10px;
  }
}
.dogrun_wrap .pic .slick-slide img {
  width: 100%;
}
.dogrun_wrap .pic.active::before {
  transition: all 0.4s linear 0.7s;
  left: 100%;
}
.dogrun_wrap .pic.active::after {
  transition: all 0.4s linear 0.3s;
  left: 100%;
}
.dogrun_wrap .pic.active img {
  transition: all 0.4s linear 1.2s;
  opacity: 1;
}
.dogrun_wrap .pic::before, .dogrun_wrap .pic::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.dogrun_wrap .pic::before {
  top: 0;
  left: -100%;
  background: #2DAA57;
  z-index: 10;
}
.dogrun_wrap .pic::after {
  top: 0;
  left: -100%;
  background: #00A7A7;
  z-index: 20;
}
.dogrun_wrap .pic .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 25;
  top: 0;
  left: -100%;
  display: grid;
  place-items: center;
}
.dogrun_wrap .pic .overlay.active {
  transition: all 1s cubic-bezier(0.51, 0.2, 0.86, 0.53);
  left: 100%;
}
.dogrun_wrap .pic .overlay > img {
  position: relative;
  width: 18%;
  height: auto;
  vertical-align: bottom;
}
.dogrun_wrap .pic > img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  display: inline-block;
  position: relative;
  opacity: 0;
}

.dogrun_access_wrap {
  display: grid;
  grid-template-columns: 25% 73%;
  column-gap: 2%;
}
@media screen and (max-width: 834px) {
  .dogrun_access_wrap {
    grid-template-columns: 30% 68%;
    column-gap: 2%;
  }
}
@media screen and (max-width: 520px) {
  .dogrun_access_wrap {
    display: flex;
    flex-direction: column;
  }
}
.dogrun_access_wrap .info h3 {
  background: #2DAA57;
  color: #fff;
  font-size: 2.1rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  padding: 13px 0;
  line-height: 1;
}
.dogrun_access_wrap .pic {
  width: 100%;
  height: 350px;
}
.dogrun_access_wrap .pic iframe {
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=place.css.map */
