.pc,
.tb,
.sp {
  display: none;
}

@media screen and (min-width: 1001px) {
  .pc {
    display: inline-block;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1000px) {
  .tb {
    display: inline-block;
  }
}
@media screen and (max-width: 750px) {
  .sp {
    display: inline-block;
  }
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  transition: 0.5s;
}

img {
  max-width: 100%;
}

.header_info-back_yellow a {
  background: #F7E16C;
  color: #000;
}

.cautionUl li {
  list-style: none;
  text-indent: -1em;
  margin-left: 1em;
}

picture {
  display: inline-block;
  vertical-align: bottom;
}

.small {
  font-size: 12px;
  line-height: 1.5;
}

.main_image {
  position: relative;
}
.main_image picture {
  display: block;
}
.main_image picture img {
  max-width: none;
  width: 100%;
}
.main_image_banner {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media all and (max-width: 750px) {
  .main_image_banner {
    bottom: 72.8571428571vw;
  }
}
.main_image_banner .check_banner {
  opacity: 1;
}
.main_image_banner #banner_check {
  display: none;
}
.main_image_banner #banner_check:checked ~ .check_banner {
  opacity: 0;
}
@media all and (max-width: 750px) {
  .main_image_banner img {
    width: 40vw;
  }
}
.main_image:after {
  content: "";
  aspect-ratio: 403/338;
  width: 20.9895833333vw;
  max-width: 403px;
  background: url(../image/contents/main_family.png) 50% 0 no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -10px;
  left: 15.625vw;
}
@media all and (max-width: 750px) {
  .main_image:after {
    width: 41.4285714286vw;
    left: 6.4285714286vw;
    bottom: -10px;
  }
}
.main_point {
  background: #008691;
}
.main_point ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
@media all and (max-width: 750px) {
  .main_point ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.main_point ul li {
  display: inline-block;
  padding: 15px 40px;
  position: relative;
}
.main_point ul li:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 80%;
  top: 10%;
  left: 0;
  background: #FFF;
}
.main_point ul li:first-child {
  padding-left: 66px;
}
@media all and (max-width: 1100px) {
  .main_point ul li:first-child {
    padding-left: 20px;
  }
}
.main_point ul li:first-child:before {
  content: none;
}
.main_point ul li img {
  max-width: 100%;
}
@media all and (max-width: 750px) {
  .main_point ul li {
    width: 50%;
    padding: 15px 20px;
  }
  .main_point ul li:nth-child(1), .main_point ul li:nth-child(2) {
    border-bottom: 2px solid #FFF;
  }
  .main_point ul li:nth-child(3) {
    position: relative;
  }
  .main_point ul li:nth-child(3):before {
    content: none;
  }
  .main_point ul li:nth-child(3):after {
    content: "";
    position: absolute;
    width: 5vw;
    height: 2px;
    background: #008691;
    top: -2px;
    right: calc(-2.5vw - 1px);
  }
}

.news {
  background: #DA0605;
  padding: 20px 0;
}
.news_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.news_flex .image {
  margin-right: 2em;
}
.news_flex .btn a {
  white-space: nowrap;
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  padding: 10px 50px 10px 30px;
  background: #F2DC6C;
  line-height: 1;
  border-radius: calc((20px + 1em) / 2);
  position: relative;
}
.news_flex .btn a:after {
  content: "";
  width: 0;
  height: 0;
  border: 0.5em solid transparent;
  border-top-color: #000;
  position: absolute;
  top: 15px;
  right: 20px;
}

.events {
  padding: 100px 0 50px 0;
}
@media all and (max-width: 750px) {
  .events {
    padding: 50px 0;
  }
}
.events h2 {
  text-align: center;
  margin-bottom: 50px;
}
.events_detail {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.events_detail .text {
  width: 50%;
}
.events_detail .text p {
  margin-bottom: 30px;
}
.events_detail .map {
  width: 40.9090909091%;
}
@media all and (max-width: 750px) {
  .events_detail {
    display: block;
  }
  .events_detail .text,
  .events_detail .map {
    width: 100%;
  }
}
.events_special {
  background-color: #EAD771;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
}
@media all and (max-width: 750px) {
  .events_special {
    padding: 30px 15px 15px 15px;
  }
}
.events_special h3 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: left;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
  /*
  padding-left: calc((110 / 1920) * 100vw);
  &:before {
  	content: '';
  	width: calc((108 / 1920) * 100vw);
  	max-width: 108px;
  	min-width: 75px;
  	aspect-ratio: 108 / 101;
  	background: url(../image/contents/event_subtitle_sub.png) 50% 50% no-repeat;
  	background-size: contain;
  	position: absolute;
  	left: -25px;
  	top: -50px;
  }
  */
}
.events_special h3 span {
  display: inline-block;
  white-space: nowrap;
  margin-left: 2em;
  font-size: 14px;
}
@media all and (max-width: 750px) {
  .events_special h3 {
    display: block;
    padding-left: 55px;
  }
  .events_special h3:before {
    width: 50px;
  }
  .events_special h3 span {
    margin-top: 1em;
    margin-left: 0;
  }
}
.events_special .point {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
}
.events_special .point:after {
  content: "";
  aspect-ratio: 1/1;
  background: url(../image/contents/event_point_or.png) 50% 50% no-repeat;
  background-size: contain;
  pointer-events: none;
  position: absolute;
  width: 50px;
  top: calc((100% - 50px) / 2);
  left: calc((100% - 50px) / 2);
  /*
  width: calc((56 / 1920) * 100vw);
  top: calc((100% - ((56 / 1920) * 100vw)) / 2);
  left: calc((100% - ((56 / 1920) * 100vw)) / 2);
  */
  z-index: 2;
}
@media all and (max-width: 750px) {
  .events_special .point:after {
    content: none;
  }
}
.events_special .point > li {
  width: calc((100% - 1.4583333333vw) / 2);
  background: #FFF;
  border-radius: 10px;
  padding: 0 25px 25px 25px;
}
.events_special .point > li p {
  margin: -7px 0 12px 0;
}
@media all and (max-width: 750px) {
  .events_special .point {
    display: block;
  }
  .events_special .point > li {
    width: 100%;
    position: relative;
    padding-top: 1px;
  }
  .events_special .point > li:nth-child(1) {
    margin-bottom: 2em;
  }
  .events_special .point > li:nth-child(1):after {
    content: "";
    aspect-ratio: 1/1;
    background: url(../image/contents/event_point_or.png) 50% 50% no-repeat;
    background-size: contain;
    pointer-events: none;
    position: absolute;
    width: 50px;
    bottom: calc((-50px - 2em) / 2);
    left: calc((100% - 50px) / 2);
    z-index: 2;
  }
}

.concept_bg {
  background: #EBDEAA;
}
.concept_bg .concept_block {
  position: relative;
}
.concept_bg .concept_block p {
  line-height: 2;
}
@media all and (max-width: 750px) {
  .concept_bg .concept_block p {
    margin-top: 1em;
  }
}
.concept_bg .concept_block .cautionUl {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media all and (max-width: 1100px) {
  .concept_bg .concept_block .cautionUl {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 2em;
  }
}

.plan {
  padding: 50px 0 80px;
  background: url(../image/contents/bg_plan.jpg) 50% 0 no-repeat;
  background-size: cover;
}
@media all and (max-width: 750px) {
  .plan {
    padding: 50px 0;
  }
}
.plan h2 {
  text-align: center;
  margin-bottom: 30px;
}
.plan_point {
  text-align: center;
  margin-bottom: 80px;
}
@media all and (max-width: 750px) {
  .plan_point {
    margin-bottom: 30px;
  }
}
.plan_drawing {
  text-align: center;
}
.plan_nikonect {
  padding-top: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.plan_nikonect .text {
  width: 43.6363636364%;
}
@media all and (max-width: 750px) {
  .plan_nikonect .text {
    width: 100%;
  }
}
.plan_nikonect .text:after {
  content: "";
  display: inline-block;
  width: 70%;
  aspect-ratio: 396/112;
  background: url(../image/contents/nikonect_renovation.png) 50% 0 no-repeat;
  background-size: contain;
  position: relative;
  margin-top: -1em;
  z-index: 0;
}
.plan_nikonect .text h3 {
  margin-bottom: 50px;
  text-align: center;
}
@media all and (max-width: 750px) {
  .plan_nikonect .text h3 {
    max-width: 300px;
    margin: 0 auto 30px;
  }
}
.plan_nikonect .text p {
  position: relative;
  line-height: 2;
  z-index: 2;
}
.plan_nikonect .before {
  width: 52.7272727273%;
}
@media all and (max-width: 750px) {
  .plan_nikonect .before {
    width: 100%;
  }
  .plan_nikonect .before img {
    max-width: 350px;
    margin: 0 auto;
  }
}
.plan_nikonect .after {
  margin: 30px 0 50px 0;
  width: 100%;
}
.plan_detail {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.plan_detail .icon {
  width: 42.7272727273%;
}
.plan_detail .detail {
  padding-left: 2em;
  flex: 1;
}
@media all and (max-width: 750px) {
  .plan_detail {
    display: block;
  }
  .plan_detail .icon,
  .plan_detail .detail {
    width: 100%;
    flex: auto;
    padding-left: 0;
  }
  .plan_detail .icon {
    margin-bottom: 1em;
  }
}

.plan_nikonect_btn {
  background: #3E3A39;
  padding: 40px 0;
  text-align: center;
}
.plan_nikonect_btn p {
  display: inline-block;
}
@media all and (max-width: 750px) {
  .plan_nikonect_btn p img {
    max-width: 350px;
    margin: 0 auto;
  }
}
.plan_nikonect_btn p a {
  margin-top: 25px;
  display: block;
  padding: 1em 0;
  font-weight: bold;
  color: #FFF;
  border: 2px solid #FFF;
}
.plan_nikonect_btn p a:hover {
  background: #FFF;
  color: #3E3A39;
  opacity: 1;
}

.introduction_bg {
  background: url(../image/contents/bg_movie.jpg) 50% 0 no-repeat;
  background-size: cover;
}
.introduction_bg .movie-image {
  text-align: center;
}
.introduction_bg .movie-image .movie-haikei {
  position: relative;
  display: inline-block;
  width: auto;
  max-width: 100%;
}
.introduction_bg .movie-image .movie-haikei::after {
  content: "";
  width: 107%;
  height: 100%;
  background: #F6E384;
  position: absolute;
  top: 0;
  left: -6%;
  transform: rotate(-4deg);
  z-index: -1;
}

.access_bg {
  background: url(../image/contents/bg_access.jpg) 50% 0 no-repeat;
  background-size: cover;
}
@media all and (max-width: 750px) {
  .access_bg {
    padding-top: 50px;
  }
}
.access_bg .access h2 {
  text-align: center;
}
@media all and (max-width: 700px) {
  .access_bg .access_head {
    margin-bottom: 30px;
  }
}
.access_bg .access_areamap {
  margin: 250px 0 190px;
  text-align: center;
}
@media all and (max-width: 750px) {
  .access_bg .access_areamap {
    margin: 100px 0;
  }
}
.access_bg .access_areamap span {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.access_bg .access_areamap span:before {
  content: "";
  aspect-ratio: 463/226;
  width: 24.1145833333vw;
  max-width: 463px;
  background: url(../image/contents/access_map_sub.png) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: -9.8958333333vw;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
@media all and (max-width: 750px) {
  .access_bg .access_areamap span:before {
    width: 200px;
    top: -50px;
  }
}
.access_bg .access_areamap span::after {
  content: "";
  width: 105%;
  height: 110%;
  background: #DAE7F7;
  position: absolute;
  top: -5%;
  left: -2%;
  transform: rotate(-5deg);
  z-index: -1;
}
.access_bg .access_neighborhood-ul {
  justify-content: center;
}
@media all and (max-width: 700px) {
  .access_bg .access_neighborhood-ul {
    margin: 0 2.5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .access_bg .access_neighborhood-ul li {
    width: 49%;
    margin-bottom: 2vw;
  }
}
.access_bg .access_ul_lower {
  margin-bottom: 20px;
}
.access_bg .access_neighborhood {
  margin-bottom: 0;
  padding-bottom: 55px;
}
@media all and (max-width: 700px) {
  .access_bg .access_neighborhood .access_ul {
    margin: 0 2.5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .access_bg .access_neighborhood .access_ul li {
    width: 48%;
    margin-bottom: 4vw;
  }
}
.access_bg .access_neighborhood .access_ul2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
@media all and (max-width: 700px) {
  .access_bg .access_neighborhood .access_ul2 {
    justify-content: space-between;
  }
}
.access_bg .access_neighborhood .access_ul2 li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 40px;
}
.access_bg .access_neighborhood .access_ul2 li img {
  width: 100%;
}
.access_bg .access_neighborhood .access_ul2 li:nth-child(3n) {
  margin-right: 0;
}
@media all and (max-width: 700px) {
  .access_bg .access_neighborhood .access_ul2 li {
    width: 49%;
    margin: 0 0 2vw 0;
  }
}

.googlemap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 640px;
}
@media all and (max-width: 750px) {
  .googlemap {
    padding-top: 400px;
  }
}
.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pp_btn {
  margin-bottom: 50px;
}/*# sourceMappingURL=add240621.css.map */