*::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;
}
@media screen and (max-width: 520px) {
  .content_header h2 span {
    font-size: 2.1rem;
  }
}

.content {
  margin-bottom: 80px;
}
.content .initial_cost {
  margin-bottom: 40px;
}

.initial_cost.active dl div.initial_left {
  transition: all 0.4s linear;
  left: 0;
  opacity: 1;
}
.initial_cost.active dl div.initial_right {
  transition: all 0.4s linear;
  right: 0;
  opacity: 1;
}
.initial_cost dl {
  display: grid;
  grid-template-columns: 49% 49%;
  column-gap: 2%;
  width: 720px;
  margin: 0 auto;
}
@media screen and (max-width: 720px) {
  .initial_cost dl {
    display: block;
    width: 100%;
  }
}
.initial_cost dl div {
  position: relative;
}
.initial_cost dl div.initial_left {
  background: #DCEFE2;
}
.initial_cost dl div.initial_left dt {
  background: #C2DDCB;
}
.initial_cost dl div.initial_right {
  background: #DFF0F7;
}
.initial_cost dl div.initial_right dt {
  background: #7FCAEA;
}
.initial_cost dl div dt, .initial_cost dl div dd {
  color: #3c3c3c;
  font-size: 2.1rem;
  display: grid;
  place-items: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
}
.initial_cost dl div dt {
  padding: 13px 0;
}
.initial_cost dl div dd {
  padding: 25px 0;
}
.initial_cost dl div dd span {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
}

.main_price_wrap .group_title {
  text-align: center;
  margin-bottom: 20px;
}
.main_price_wrap .group_title.green span {
  background: #1797A8;
}
.main_price_wrap .group_title span {
  display: inline-block;
  line-height: 1;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 7px 40px;
  border-radius: 2em;
  color: #fff;
  font-size: 2.4rem;
  background: #459A61;
}
.main_price_wrap .group_desc {
  font-feature-settings: "palt";
  color: #459A61;
  font-size: 1.8rem;
  text-align: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 20px;
}
.main_price_wrap .group_desc.green {
  color: #1797A8;
}
@media screen and (max-width: 520px) {
  .main_price_wrap .group_desc.green {
    font-size: 1.6rem;
  }
}
.main_price_wrap .price_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 2%;
  width: 720px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 720px) {
  .main_price_wrap .price_wrap {
    display: block;
    width: 100%;
  }
}
.main_price_wrap .price_wrap dl dt, .main_price_wrap .price_wrap dl dd, .main_price_wrap .price_wrap dl dd span {
  font-feature-settings: "palt";
  color: #343434;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.main_price_wrap .price_wrap dl dt {
  background: #C2DDCB;
  text-align: center;
  padding: 10px 0;
  font-size: 2.4rem;
}
.main_price_wrap .price_wrap dl dd {
  padding: 15px 8px;
  background: #F8F8F8;
}
.main_price_wrap .price_wrap dl dd span {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.main_price_wrap .price_wrap dl dd .price {
  font-size: 2.1rem;
}
.main_price_wrap .price_wrap dl dd .annotation {
  font-size: 1.6rem;
}
.main_price_wrap .kashikiri_allwrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 7%;
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .main_price_wrap .kashikiri_allwrap {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
  }
}
.main_price_wrap .kashikiri_allwrap .kashikiri_wrap h4 {
  text-align: center;
  margin-bottom: 15px;
}
.main_price_wrap .kashikiri_allwrap .kashikiri_wrap h4 span {
  display: inline-block;
  padding: 7px 25px;
  line-height: 1;
  border: 2px solid #459A61;
  color: #459A61;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 2em;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.main_price_wrap .kashikiri_allwrap .kashikiri_wrap p.desc {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #459A61;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 15px;
}
.main_price_wrap .kashikiri_allwrap .kashikiri_wrap .desc.ghost {
  display: block;
}
@media screen and (max-width: 520px) {
  .main_price_wrap .kashikiri_allwrap .kashikiri_wrap .desc.ghost {
    display: none;
  }
}
.main_price_wrap .kashikiri_allwrap .kashikiri_wrap .kashikiri_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 2%;
  row-gap: 13px;
}
@media screen and (max-width: 520px) {
  .main_price_wrap .kashikiri_allwrap .kashikiri_wrap .kashikiri_box {
    display: block;
  }
}
.main_price_wrap .kashikiri_allwrap .kashikiri_wrap .kashikiri_box dl dt, .main_price_wrap .kashikiri_allwrap .kashikiri_wrap .kashikiri_box dl dd, .main_price_wrap .kashikiri_allwrap .kashikiri_wrap .kashikiri_box dl dd span {
  font-feature-settings: "palt";
  color: #343434;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.main_price_wrap .kashikiri_allwrap .kashikiri_wrap .kashikiri_box dl dt {
  background: #C2DDCB;
  text-align: center;
  padding: 10px 0;
  font-size: 2.4rem;
}
.main_price_wrap .kashikiri_allwrap .kashikiri_wrap .kashikiri_box dl dd {
  padding: 15px 8px;
  background: #F8F8F8;
}
.main_price_wrap .kashikiri_allwrap .kashikiri_wrap .kashikiri_box dl dd span {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.main_price_wrap .kashikiri_allwrap .kashikiri_wrap .kashikiri_box dl dd .price {
  font-size: 2.1rem;
}
.main_price_wrap .kashikiri_allwrap .kashikiri_wrap .kashikiri_box dl dd .annotation {
  font-size: 1.6rem;
}
.main_price_wrap .kashikiri_allwrap .kashikiri_wrap .kashikiri_box dl dd .annotation_red {
  font-size: 1.6rem;
  color: #C31717;
}
.main_price_wrap .kyodo_allwrap .kyodo_box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 2%;
}
@media screen and (max-width: 520px) {
  .main_price_wrap .kyodo_allwrap .kyodo_box {
    display: block;
  }
}
.main_price_wrap .kyodo_allwrap .kyodo_box dl dt, .main_price_wrap .kyodo_allwrap .kyodo_box dl dd, .main_price_wrap .kyodo_allwrap .kyodo_box dl dd span {
  font-feature-settings: "palt";
  color: #343434;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.main_price_wrap .kyodo_allwrap .kyodo_box dl dt {
  background: #1797A8;
  text-align: center;
  padding: 10px 0;
  font-size: 2.4rem;
  color: #fff;
}
.main_price_wrap .kyodo_allwrap .kyodo_box dl dd {
  padding: 15px 8px;
  background: #F8F8F8;
}
.main_price_wrap .kyodo_allwrap .kyodo_box dl dd span {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.main_price_wrap .kyodo_allwrap .kyodo_box dl dd .price {
  font-size: 2.1rem;
}
.main_price_wrap .kyodo_allwrap .kyodo_box dl dd .annotation {
  font-size: 1.6rem;
}

.user_guide {
  margin-bottom: 30px;
}
.user_guide .sub_title {
  border-bottom: 2px solid #FCB344;
}
.user_guide .sub_title h2 {
  color: #FCB344;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.2rem;
  line-height: 1;
  position: relative;
  top: 4px;
}
@media screen and (max-width: 520px) {
  .user_guide .sub_title h2 {
    font-size: 2.4rem;
  }
}
.user_guide .sub_title h2 span {
  color: #FCB344;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1;
}
@media screen and (max-width: 520px) {
  .user_guide .sub_title h2 span {
    font-size: 1.4rem;
  }
}
.user_guide .sub_content {
  padding: 20px;
}
.user_guide .sub_content h3 {
  font-size: 1.6rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3c3c3c;
  margin-bottom: 12px;
}
.user_guide .sub_content p {
  margin-bottom: 25px;
  font-size: 1.4rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.user_guide .sub_content ul {
  margin-bottom: 25px;
}
.user_guide .sub_content ul li {
  font-size: 1.4rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 10px;
}
.user_guide .sub_content ul li:last-child {
  margin-bottom: 0;
}

.annotation_wrap .sub_title {
  border-bottom: 2px solid #459A61;
}
.annotation_wrap .sub_title h2 {
  color: #459A61;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.2rem;
  line-height: 1;
  position: relative;
  top: 4px;
}
@media screen and (max-width: 520px) {
  .annotation_wrap .sub_title h2 {
    font-size: 2.4rem;
  }
}
.annotation_wrap .sub_title h2 span {
  color: #459A61;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1;
}
@media screen and (max-width: 520px) {
  .annotation_wrap .sub_title h2 span {
    font-size: 1.4rem;
  }
}
.annotation_wrap .sub_content {
  padding: 20px;
}
.annotation_wrap .sub_content p {
  font-size: 1.6rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  color: #3c3c3c;
  margin-bottom: 15px;
}
.annotation_wrap .sub_content ul {
  padding: 0 10px 10px 18px;
}
.annotation_wrap .sub_content ul li {
  font-size: 1.4rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  color: #3c3c3c;
  margin-bottom: 8px;
}

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