.header-space {
  height: 1px;
}

.illust {
  position: absolute;
}

[class$=-section] {
  margin-top: 6rem;
  padding-bottom: 4rem;
}

.view-txt {
  background-color: #333333;
  color: #FFF;
  font-size: 1rem;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.2em;
  text-align: center;
  padding: 0.5rem 1rem;
}

@media screen and (max-width: 1024px) {
  .main-container {
    padding-top: 70px;
  }
  .main-container .note {
    left: inherit !important;
    right: 5px !important;
  }
  .page-title-container .page-title-inner .illust {
    right: inherit;
    left: -1rem;
    top: -2rem;
  }
  .illust {
    scale: 0.8;
  }
}
@media screen and (max-width: 599px) {
  .page-title-container .page-title-inner .illust {
    left: -2.5rem;
  }
  .page-wrap {
    overflow: hidden;
  }
  .section-class {
    width: 100%;
    padding-top: 4rem;
  }
  .section-class .copy {
    padding-left: 10px;
    padding-right: 10px;
  }
  .illust {
    scale: 0.6;
  }
}
/******************************************************

convenience

******************************************************/
.limited_movie {
  color: #fff;
  margin-top: 4rem;
}
.limited_movie img {
  width: 100%;
  height: auto;
}
.limited_movie .update-icon {
  position: absolute;
  top: 50%;
  left: -24%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35px;
  height: 35px;
  margin: 0;
  font-size: 11px;
  letter-spacing: 0;
  border-radius: 50%;
  color: #FFF;
  overflow: hidden;
  z-index: 1;
}
.limited_movie .js-modal-video-open {
  cursor: pointer;
  background: #000;
}
.limited_movie .js-modal-video-open p {
  position: relative;
}
.limited_movie .js-modal-video-open p .btn_play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8.047%;
  z-index: 1;
}
.limited_movie .js-modal-video-open:hover .thum_movie {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: opacity(0.7);
          filter: opacity(0.7);
}
.limited_movie .txt {
  position: relative;
  text-align: center;
}
.limited_movie .txt .en_txt {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  padding-top: 1rem;
  font-size: 0.9rem;
  margin-bottom: 0.3rem;
}
.limited_movie .txt .txt2 {
  position: relative;
  display: inline-block;
  font-size: 1.3rem;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 599px) {
  .limited_movie .update-icon {
    top: 5px;
    left: 5px;
    -webkit-transform: none;
            transform: none;
  }
  .limited_movie .update-icon.sp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .limited_movie .js-modal-video-open p .btn_play {
    width: 10%;
  }
  .limited_movie .limited_movie_inner {
    padding: 14px 0;
  }
}

.video_container .thumbnail {
  cursor: pointer;
  width: 320px;
  height: 180px;
  margin: 0 8px;
}
.video_container #modal-video {
  cursor: pointer;
  position: fixed;
  z-index: 600;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.video_container #modal-video.close {
  -webkit-filter: opacity(0);
          filter: opacity(0);
  visibility: hidden;
}
.video_container #modal-video.open {
  -webkit-filter: opacity(1);
          filter: opacity(1);
  visibility: visible;
}
.video_container #modal-video .modal-video_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  /*max-width: 1200px;*/
  max-width: 1000px;
}
.video_container #modal-video .modal-video_inner .modal-video_frame {
  position: relative;
  width: 100%;
}
.video_container #modal-video .modal-video_inner .modal-video_frame::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}
.video_container #modal-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video_container #modal-video #modal_close {
  position: fixed;
  top: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.video_container #modal-video #modal_close span {
  display: block;
  width: 60px;
  height: 60px;
  position: relative;
}
.video_container #modal-video #modal_close span::before, .video_container #modal-video #modal_close span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 60px;
  background: #fff;
}
.video_container #modal-video #modal_close span::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.video_container #modal-video #modal_close span::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 599px) {
  .video_container #modal-video #modal_close {
    top: 20px;
    right: 20px;
  }
}

@media screen and (max-width: 599px) {
  #convenience .map-image .img-inner {
    aspect-ratio: 5/4;
    overflow: scroll;
  }
  #convenience .map-image .img-inner > img {
    width: 160%;
  }
  .limited_movie {
    width: 90%;
    margin-inline: auto;
    margin-top: 2rem;
  }
}
/******************************************************

mihashi

******************************************************/
.mihashi-section {
  background-color: #e5ecda;
}

#mihashi {
  padding-top: 6rem;
}
#mihashi .section-body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 48px;
  position: relative;
}
#mihashi .facility .name {
  font-size: 1.062rem;
  border-bottom: 1px solid #000000;
  padding-bottom: 0.5rem;
  text-align: center;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.02em;
  margin-top: 1rem;
}
#mihashi .facility .text {
  font-size: 0.812rem;
  line-height: 1.8;
  margin-top: 0.5rem;
}

@media screen and (max-width: 1024px) {
  #mihashi .section-body {
    gap: 2rem;
  }
}
@media screen and (max-width: 599px) {
  #mihashi {
    padding-top: 3rem;
  }
  #mihashi .section-inner {
    width: 90%;
    margin-inline: auto;
  }
  #mihashi .section-inner .lead {
    text-align: left;
  }
  #mihashi .section-inner .lead .aw {
    display: inline;
  }
  #mihashi .section-body {
    grid-template-columns: 1fr;
    width: 90%;
    margin-inline: auto;
  }
}
/******************************************************

gourmet

******************************************************/
#gourmet .section-body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 48px;
  position: relative;
}
#gourmet .section-body > .illust {
  bottom: -1rem;
  right: -4rem;
}
#gourmet .facility {
  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;
}
#gourmet .facility .img {
  width: 100%;
  margin-bottom: 0.8rem;
}
#gourmet .facility .img .min {
  width: 70px;
  position: absolute;
  right: 1rem;
  bottom: -35px;
}
#gourmet .facility .name {
  font-size: 1rem;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.02em;
  margin-bottom: 0.5rem;
}
#gourmet .facility .data {
  font-size: 10px;
  padding-right: 90px;
}

@media screen and (max-width: 1024px) {
  #gourmet .section-body {
    gap: 2rem;
  }
  #gourmet .section-body > .illust {
    bottom: -6rem;
    right: 4rem;
  }
  #gourmet .facility .img {
    width: 100%;
  }
  #gourmet .facility .img .min {
    width: 57px;
    right: 0.5rem;
    bottom: -28px;
  }
}
@media screen and (max-width: 599px) {
  #gourmet {
    padding-top: 2rem;
  }
  #gourmet .category-container .illust {
    top: -4.5rem;
  }
  #gourmet .section-body {
    width: 90%;
    margin-inline: auto;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  #gourmet .facility .img .min {
    width: 46px;
    bottom: -23px;
  }
}
/******************************************************

park

******************************************************/
.park-section {
  background-color: #ebefef;
}

#park .category-container .category-ttl .category-txt {
  background-color: #E8EEEF;
}
#park .part01 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, auto) 1fr;
  gap: 18px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 4rem;
}
#park .part01 .lead {
  grid-column: span 2;
  text-align: left;
  padding-bottom: 0;
}
#park .part01 .map-image {
  grid-row: span 4;
  grid-column: span 2;
  margin-top: -12rem;
  position: relative;
  z-index: 1;
}
#park .part01 .map-image img {
  scale: 0.9;
}
#park .part01 .map-image .note {
  position: absolute;
  left: 25%;
  bottom: 5rem;
}
#park .part01 .facility03 {
  grid-column: span 2;
}
#park .part02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  position: relative;
  margin-top: -4rem;
}

@media screen and (max-width: 1024px) {
  #park .part01 .map-image .note {
    position: absolute;
    left: 25%;
    bottom: 3rem;
  }
  #park .part02 {
    margin-top: 0;
  }
}
@media screen and (max-width: 599px) {
  #park {
    padding-top: 2rem;
  }
  #park .part01 {
    width: 90%;
    margin-inline: auto;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: inherit;
    gap: 10px;
    margin-top: 2rem;
  }
  #park .part01 .map-image {
    grid-row: span 1;
    margin-top: 3rem;
  }
  #park .part01 .map-image img {
    scale: 1;
  }
  #park .part01 .map-image .note {
    position: static;
    text-align: left;
  }
  #park .part02 {
    width: 90%;
    margin-inline: auto;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 10px;
  }
  #park .part02 > .facility03 {
    grid-column: span 2;
  }
  #park .part02 .illust {
    left: 0;
  }
}
/******************************************************

childcare

******************************************************/
#childcare .section-body {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: 2rem;
}
#childcare .section-body .facility .min {
  width: 57px;
  position: absolute;
  right: 0.5rem;
  bottom: -2rem;
}
#childcare .section-body .facility .name {
  font-size: 0.937rem;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.02em;
  margin-top: 0.5rem;
}
#childcare .section-body .facility .data {
  font-size: 10px;
  margin-top: 3px;
}
#childcare .section-body .facility01 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#childcare .section-body .facility02 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#childcare .section-body .facility03 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
#childcare .section-body .facility04 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
#childcare .section-body .image-photo {
  grid-column: span 2;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
#childcare .section-body > .copy-box {
  grid-column: span 2;
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
  position: relative;
}
#childcare .section-body > .copy-box .copy {
  text-align: left;
}
#childcare .section-body > .copy-box .lead {
  text-align: left;
  padding-bottom: 0;
}
#childcare .section-body > .copy-box .note {
  margin-top: 1rem;
}
#childcare .section-body .graph {
  grid-column: span 2;
  grid-row: span 2;
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
#childcare .section-body .general-hospital {
  grid-column: span 4;
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
  border: 1px solid #000000;
  border-radius: 1rem;
  padding: 49px;
  display: grid;
  grid-template-columns: 42.67% 53.02%;
  gap: 2rem 4.65%;
}
#childcare .section-body .general-hospital .img {
  grid-row: span 2;
  position: relative;
}
#childcare .section-body .general-hospital .img .min {
  position: absolute;
  right: 1rem;
  top: -1rem;
  width: 70px;
}
#childcare .section-body .general-hospital > .copy-box .copy {
  text-align: left;
}
#childcare .section-body .general-hospital > .copy-box .lead {
  text-align: left;
  padding-bottom: 0;
}
#childcare .section-body .general-hospital .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#childcare .section-body .general-hospital .data .name {
  font-size: 1.062rem;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
#childcare .section-body .general-hospital .data .distance {
  font-size: 10px;
}
#childcare .section-body .general-hospital .data .description {
  width: 100%;
  background-color: #e7eff3;
  padding: 15px 20px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 400;
  margin-top: 0.5rem;
  line-height: 1.6;
}

@media screen and (max-width: 1024px) {
  #childcare .section-body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: inherit;
  }
  #childcare .section-body .image-photo {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  #childcare .section-body > .copy-box {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  #childcare .section-body > .copy-box .copy {
    text-align: center;
  }
  #childcare .section-body .graph {
    grid-column: span 2;
    grid-row: span 1;
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
    max-width: 500px;
    margin-inline: auto;
  }
  #childcare .section-body .general-hospital {
    grid-column: span 2;
    padding: 29px;
  }
  #childcare .section-body .general-hospital .img .min {
    width: 57px;
  }
}
@media screen and (max-width: 599px) {
  #childcare {
    padding-top: 2rem;
  }
  #childcare .section-body {
    width: 90%;
    margin-inline: auto;
    gap: 20px 10px;
  }
  #childcare .section-body .facility .min {
    width: 46px;
    bottom: -10px;
  }
  #childcare .section-body .image-photo {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-top: 2rem;
  }
  #childcare .section-body .graph {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  #childcare .section-body .graph > img,
  #childcare .section-body .graph .note {
    width: 90%;
    margin-inline: auto;
  }
  #childcare .section-body .graph .view-txt {
    margin-top: 1rem;
  }
  #childcare .section-body .general-hospital {
    padding: 20px;
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  #childcare .section-body .general-hospital .copy-box .copy {
    text-align: center;
  }
  #childcare .section-body .general-hospital .img {
    grid-row: span 1;
  }
  #childcare .section-body .general-hospital .img .min {
    width: 46px;
  }
}
/******************************************************

omiya-daichi

******************************************************/
.omiya-daichi-section {
  background-color: #ebefef;
}

#omiya-daichi .category-container .category-ttl .category-txt {
  background-color: #ebefef;
}
#omiya-daichi .section-body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, -webkit-max-content) 1fr;
  grid-template-rows: repeat(3, max-content) 1fr;
  gap: 0 34px;
}
#omiya-daichi .section-body .copy {
  text-align: left;
}
#omiya-daichi .section-body .img {
  grid-row: span 4;
}
#omiya-daichi .section-body .lead {
  text-align: left;
  padding-bottom: 0;
}
#omiya-daichi .section-body > .note {
  margin-top: 1rem;
}

@media screen and (max-width: 599px) {
  #omiya-daichi {
    padding-top: 0;
  }
  #omiya-daichi .category-container {
    padding-bottom: 0;
  }
  #omiya-daichi .category-container .category-ttl .category-txt {
    background-color: #f8f7e6;
  }
  #omiya-daichi .section-body {
    grid-template-columns: 1fr;
    grid-template-rows: inherit;
  }
  #omiya-daichi .section-body .copy {
    text-align: center;
    padding-bottom: 2rem;
  }
  #omiya-daichi .section-body .img {
    grid-row: span 1;
  }
  #omiya-daichi .section-body .img .note {
    padding-right: 10px;
  }
  #omiya-daichi .section-body .lead {
    margin-top: 1.5rem;
  }
  #omiya-daichi .section-body .lead,
  #omiya-daichi .section-body > .note {
    width: 90%;
    margin-inline: auto;
  }
}