.pre-inc#location figure {
  overflow: hidden;
}
.pre-inc#location figure img {
  animation-name: bokashi_img;
}
.pre-inc .contents_tit + p {
  letter-spacing: 0.05em;
}
.pre-inc .layer_main .main_img figure {
  flex: 1;
  opacity: 0;
  animation: 2s fadeIn 0s forwards;
}
.pre-inc .layer_main .main_img figure:nth-of-type(1) {
  animation-delay: 0s;
}
.pre-inc .layer_main .main_img figure:nth-of-type(2) {
  animation-delay: 0.2s;
}
.pre-inc .layer_main .main_img::before {
  animation-delay: 0.7s;
}
.pre-inc .lc_page_tit {
  padding-left: 8em;
}
.pre-inc .lc_page_tit h3 span {
  font-size: 1.6em;
  letter-spacing: 0.05em;
  margin-top: 0.1em;
  width: 100%;
  display: block;
  z-index: 2;
  animation-name: fadeIn;
  animation-delay: 1s;
}
.pre-inc .lc_page_tit h3 small {
  color: #000;
  font-size: 0.9em;
  font-family: "EB Garamond", serif;
  display: block;
  letter-spacing: 0.1em;
  z-index: 2;
  margin-top: -0.2em;
  animation-name: fadeIn;
  animation-delay: 1s;
}
.pre-inc .lc_page_tit h3 i {
  width: 7.45em;
  height: 7.45em;
  background: no-repeat center center/contain;
  display: block;
  position: absolute;
  z-index: 1;
}
.pre-inc .lc_page_tit h3 i:nth-of-type(1) {
  background-image: url("../img/location/pattern01_i.svg");
  left: -8em;
  top: -2em;
  z-index: 2;
  animation: 2.5s lead_copy_i1 0.5s forwards;
  opacity: 0;
}
.pre-inc .lc_page_tit h3 i:nth-of-type(2) {
  background-image: url("../img/location/pattern01_bk.svg");
  left: -5.5em;
  top: 0.5em;
  animation: 2.5s lead_copy_i2 0.5s forwards;
  opacity: 0;
}
.pre-inc .lc_page_tit h3 + p {
  font-size: 0.8em;
  margin-top: 0.3em;
  z-index: 2;
  animation-name: fadeIn;
  animation-delay: 1s;
}
@keyframes lead_copy_i1 {
  0% {
    transform: translate(1em, 1em);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes lead_copy_i2 {
  0% {
    transform: translate(-1em, -1em);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.pre-inc #comfortable_area {
  padding: 4.5em 0 29.5em;
  background: url("../img/location/comfortable_area_bk.webp") no-repeat center bottom/100%;
  overflow: hidden;
}
.pre-inc #comfortable_area > i {
  width: 34.15em;
  height: 35.85em;
  background: url("../img/location/leaf_bk.webp") no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 70vw;
  animation-name: fadeInDown;
}
.pre-inc .comfortable_area_item {
  background: #f7f8f8;
  margin-left: 0.5em;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 4.5em;
  padding: 2em 1em 1.8em 2.6em;
  animation-name: fadeIn;
}
.pre-inc .location_tit {
  color: #2d4827;
  letter-spacing: 0.2em;
  padding: 1em 0 1em 0.2em;
  background: #e4eaca;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  left: -0.5em;
  top: -1.25em;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.8em;
  animation-name: fadeInDown;
  animation-delay: 0.8s;
}
.pre-inc .location_tit::before {
  content: "";
  display: block;
  height: 0.8em;
  width: 1.8em;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  position: absolute;
  top: -0.78em;
  left: 0;
  background: #e4eaca;
}
.pre-inc .location_tit::after {
  content: "";
  display: block;
  height: 0.8em;
  width: 1.8em;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  position: absolute;
  bottom: -0.78em;
  left: 0;
  background: #e4eaca;
  transform: rotate(180deg);
}
.pre-inc .location_tit span {
  font-size: 1em;
}
.pre-inc .img_column {
  gap: 1em 0;
  margin-top: 1.25em;
}
.pre-inc .shop_list {
  display: flex;
  justify-content: space-between;
  margin-top: 1em;
}
.pre-inc .shop_list > dt {
  width: 4em;
  height: 4em;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #9ba76e;
  text-align: center;
  border-radius: 50%;
}
.pre-inc .shop_list > dt span {
  color: #fff;
  letter-spacing: 0.2em;
  padding-left: 0.2em;
  font-size: 0.9em;
}
.pre-inc .shop_list > dd {
  width: calc(100% - 5em);
}
.pre-inc .shop_list > dd .list {
  font-size: 0.72em;
}
.pre-inc .shop_list > dd .list span {
  display: inline-block;
  margin-right: 1em;
}
.pre-inc .shop_list > dd .list span:last-of-type {
  margin-right: 0.5em;
}
.pre-inc .shop_list > dd .info {
  font-size: 0.72em;
  padding-top: 0.8em;
  margin-top: 0.8em;
  border-top: dotted 1px #000;
}
.pre-inc .shop_list > dd .note {
  margin-top: 0.5em;
}
.pre-inc #katsuragawa_area .img_column,
.pre-inc #rakusaiguchi_area .img_column {
  display: grid;
  grid-template-columns: 26em 20em;
  justify-content: space-between;
}
.pre-inc #katsuragawa_area .img_column figure:nth-of-type(1),
.pre-inc #rakusaiguchi_area .img_column figure:nth-of-type(1) {
  grid-row: 1/3;
}
.pre-inc #medical_spot .img_column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pre-inc #medical_spot .img_column figure:nth-of-type(n+2) {
  width: 23em;
}
.pre-inc #and_more {
  margin-top: 2.5em;
}
.pre-inc .and_more_tit {
  color: #2d4827;
  letter-spacing: 0.2em;
  padding: 0 1em 0.2em 1em;
  background: #e4eaca;
  line-height: 1;
  display: flex;
  align-items: center;
  height: 1.8em;
  margin-left: 1.2em;
  animation-name: fadeInLeft;
}
.pre-inc .and_more_tit span {
  font-size: 1em;
}
.pre-inc .and_more_tit span::after {
  content: "";
  width: 2.1em;
  height: 0.5em;
  background: url("../img/location/arrow3.svg") no-repeat center center/contain;
  display: inline-block;
  margin-left: 0.3em;
}
.pre-inc .and_more_tit::before {
  content: "";
  display: block;
  height: 1.8em;
  width: 1.2em;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  position: absolute;
  top: 0;
  left: -1.15em;
  background: #e4eaca;
}
.pre-inc .and_more_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1em 0;
}
.pre-inc .and_more_item > .and_more_first {
  width: 21.6em;
}
.pre-inc .and_more_item > .and_more_first figure {
  position: absolute;
  left: 0;
  top: 2.25em;
}
.pre-inc .and_more_item > figure {
  width: 14em;
}
.pre-inc .and_more_item > figure:nth-of-type(n+2) {
  margin-left: 1.6em;
}
.pre-inc .life_scene_main {
  font-size: 1.04vw;
}
.pre-inc .life_scene_main figure img {
  width: 100%;
}
.pre-inc .life_scene_main .lc_page_tit {
  color: #fff;
  position: absolute;
  right: 10%;
  top: 30%;
}
.pre-inc .life_scene_main .lc_page_tit h3 small {
  color: #fff;
}
.pre-inc .life_scene_item {
  margin-top: 3.5em;
  padding-left: 2.5em;
  animation-name: fadeIn;
}
.pre-inc .life_scene_item .location_tit {
  top: -1em;
  left: 0;
  height: 100%;
  justify-content: flex-start;
}
.pre-inc .life_scene_item_into > dt {
  width: 40em;
}
.pre-inc .life_scene_item_into > dd {
  position: absolute;
  right: 0;
  top: 0;
  width: 7.5em;
}
.pre-inc .life_scene_item:nth-of-type(even) {
  padding-left: 0;
  padding-right: 2.5em;
}
.pre-inc .life_scene_item:nth-of-type(even) .location_tit {
  left: auto;
  right: 0;
}
.pre-inc .life_scene_item:nth-of-type(even) .life_scene_item_into > dt {
  margin-left: auto;
}
.pre-inc .life_scene_item:nth-of-type(even) .life_scene_item_into > dd {
  right: auto;
  left: 0;
}
.pre-inc .life_scene_item:nth-of-type(even) .img_column {
  margin-left: auto;
}
.pre-inc #life_scene .img_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1em 0;
  width: 40em;
}
.pre-inc #life_scene .img_column figure {
  width: 19em;
}
.pre-inc #life_scene .img_column figure:nth-of-type(even) img {
  animation-delay: 0.8s;
}
.pre-inc #etc {
  margin-top: 3.5em;
}
.pre-inc #etc .contents_tit {
  text-align: center;
}
.pre-inc #etc .img_column {
  margin-top: 1.5em;
  width: 100%;
}
.pre-inc #etc .img_column figure {
  width: 12em;
}
.pre-inc #etc figure.zone {
  max-width: 800px;
  margin: 1.5em auto 0;
}
.pre-inc #etc figure.zone img {
  border: 1px solid #555;
}
.pre-inc #life_information {
  padding-top: 3.5em;
}
.pre-inc .l_contents_tit {
  color: #2d4827;
}
.pre-inc .life_information_switch {
  display: flex;
  gap: 0 0.1em;
  border-bottom: 0.1em solid #2d4827;
  padding-bottom: 0.15em;
  margin: 1.5em 0 0.8em;
  animation-name: fadeInUp;
}
.pre-inc .life_information_switch > li {
  flex: 1;
  background: #bbca80;
  text-align: center;
  padding: 0.1em 0;
  transition: 0.3s all;
  cursor: pointer;
}
.pre-inc .life_information_switch > li.active {
  pointer-events: none;
  background: #2d4827;
  color: #fff;
}
.pre-inc .life_information_switch > li.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.15em;
  position: absolute;
  left: 0;
  bottom: -0.15em;
  background: #2d4827;
}
.pre-inc .life_information_switch > li span {
  font-size: 0.7em;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  display: block;
}
.pre-inc .life_information_switch > li small {
  font-size: 0.6em;
  display: block;
}
.pre-inc .life_information_list {
  animation-name: fadeInUp;
}
.pre-inc .life_information_list > li {
  column-count: 2;
  display: none;
}
.pre-inc .life_information_list > li.active {
  display: block;
}
.pre-inc .life_information_list ul {
  display: flex;
  width: 25em;
  margin-bottom: 0.1em;
}
.pre-inc .life_information_list ul > * {
  font-size: 0.65em;
  line-height: 1.4;
}
.pre-inc .life_information_list ul .name {
  flex: 1;
}
.pre-inc .life_information_list ul .time {
  width: 5em;
  text-align: right;
}
.pre-inc .life_information_list ul .far {
  width: 10em;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .pre-inc #katsuragawa_area .img_column figure:nth-of-type(2) img {
    animation-delay: 0.8s;
  }
  .pre-inc .and_more_item > figure:nth-of-type(1) img,
  .pre-inc .and_more_item > figure:nth-of-type(4) img {
    animation-delay: 0.8s;
  }
  .pre-inc .and_more_item > figure:nth-of-type(2) img,
  .pre-inc .and_more_item > figure:nth-of-type(5) img {
    animation-delay: 1.1s;
  }
  .pre-inc .life_scene_main > span {
    display: block;
    position: absolute;
    top: 2em;
    left: 8em;
    z-index: 1;
  }
  .pre-inc .life_scene_main > span i {
    width: 7.45em;
    height: 7.45em;
    background: no-repeat center center/contain;
    display: block;
    position: absolute;
    z-index: 1;
  }
  .pre-inc .life_scene_main > span i:nth-of-type(1) {
    background-image: url("../img/location/pattern01_i.svg");
    left: -8em;
    top: -2em;
    z-index: 2;
    animation: 2.5s lead_copy_i1 0.5s forwards;
    opacity: 0;
  }
  .pre-inc .life_scene_main > span i:nth-of-type(2) {
    background-image: url("../img/location/pattern01_bk.svg");
    left: -5.5em;
    top: 0.5em;
    animation: 2.5s lead_copy_i2 0.5s forwards;
    opacity: 0;
  }
  .pre-inc .life_scene_main .lc_page_tit i {
    display: none;
  }
  .pre-inc #etc .img_column figure:nth-of-type(4n-2) img {
    animation-delay: 0.8s;
  }
  .pre-inc #etc .img_column figure:nth-of-type(4n-1) img {
    animation-delay: 1.1s;
  }
  .pre-inc #etc .img_column figure:nth-of-type(4n) img {
    animation-delay: 1.4s;
  }
  .pre-inc .life_information_switch > li:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .pre-inc .layer_main .main_tit {
    top: 46%;
    bottom: auto;
  }
  .pre-inc .layer_main .main_img {
    flex-wrap: wrap;
  }
  .pre-inc .layer_main .main_img figure {
    flex: auto;
    width: 100%;
  }
  .pre-inc .layer_main .main_img .cap_l {
    left: auto;
    right: 0.4em;
  }
  .pre-inc .lc_page_tit {
    padding-left: 18vw;
    text-shadow: 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff;
  }
  .pre-inc .lc_page_tit h3 span {
    font-size: 1.2em;
  }
  .pre-inc .lc_page_tit h3 i {
    width: 5.5em;
    height: 5.5em;
  }
  .pre-inc .lc_page_tit h3 i:nth-of-type(1) {
    left: -6em;
    top: -1em;
  }
  .pre-inc .lc_page_tit h3 i:nth-of-type(2) {
    left: -3.5em;
    top: 1.5em;
  }
  .pre-inc #comfortable_area {
    padding: 10vw 0 45vw;
  }
  .pre-inc #comfortable_area > i {
    width: 80vw;
    height: 80vw;
    left: 50vw;
  }
  .pre-inc .comfortable_area_item {
    margin-top: 13vw;
    padding: 5vw 4vw 4vw 8vw;
  }
  .pre-inc .location_tit {
    top: -4vw;
  }
  .pre-inc .location_tit {
    width: 1.5em;
  }
  .pre-inc .location_tit::before {
    width: 1.5em;
  }
  .pre-inc .location_tit::after {
    width: 1.5em;
  }
  .pre-inc .location_tit span {
    font-size: 0.95em;
  }
  .pre-inc .shop_list {
    flex-wrap: wrap;
    margin: 5vw 0 0 0;
  }
  .pre-inc .shop_list > dt {
    width: 7em;
    height: 1.7em;
    border-radius: 1em;
    margin-left: -4vw;
  }
  .pre-inc .shop_list > dt span {
    color: #fff;
    letter-spacing: 0.2em;
    padding-left: 0.2em;
    font-size: 0.9em;
  }
  .pre-inc .shop_list > dd {
    width: 100%;
    margin-top: 2vw;
  }
  .pre-inc .shop_list > dd .list {
    font-size: 0.74em;
  }
  .pre-inc .shop_list > dd .info {
    font-size: 0.74em;
    padding-top: 0.8em;
    margin-top: 0.8em;
    border-top: dotted 1px #000;
  }
  .pre-inc .shop_list > dd .note {
    margin-top: 0.5em;
  }
  .pre-inc #katsuragawa_area .img_column,
  .pre-inc #rakusaiguchi_area .img_column {
    display: flex;
    flex-direction: column;
    margin-top: 5vw;
  }
  .pre-inc #and_more {
    margin-top: 8vw;
  }
  .pre-inc .and_more_tit {
    margin-left: 1.2em;
  }
  .pre-inc .and_more_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1em 0;
  }
  .pre-inc .and_more_item > .and_more_first {
    width: 100%;
  }
  .pre-inc .and_more_item > .and_more_first figure {
    position: absolute;
    left: 0;
    top: 2.25em;
    width: 53%;
  }
  .pre-inc .and_more_item > figure {
    width: 49%;
  }
  .pre-inc .and_more_item > figure:nth-of-type(n+2) {
    margin-left: 0;
  }
  .pre-inc .and_more_item > figure:nth-of-type(1) {
    margin-left: 49%;
  }
  .pre-inc .and_more_item > figure:nth-of-type(odd) img {
    animation-delay: 0.8s;
  }
  .pre-inc #life_scene {
    margin-top: 15vw;
  }
  .pre-inc .life_scene_main {
    font-size: 4vw;
  }
  .pre-inc .life_scene_main > figure {
    height: 70vw;
    overflow: hidden;
  }
  .pre-inc .life_scene_main > figure img {
    width: auto;
    height: 100%;
    left: 95%;
    transform: translateX(-50%);
    max-width: none;
  }
  .pre-inc .life_scene_main > .lc_page_tit {
    text-shadow: 0 0 0.3em #000, 0 0 0.3em #000, 0 0 0.3em #000, 0 0 0.3em #000, 0 0 0.3em #000;
    right: 5vw;
    top: 35%;
  }
  .pre-inc .life_scene_main > .lc_page_tit h3 i:nth-of-type(1) {
    left: -3em;
    top: -5em;
  }
  .pre-inc .life_scene_main > .lc_page_tit h3 i:nth-of-type(2) {
    left: -0.5em;
    top: -3.5em;
  }
  .pre-inc .life_scene_item {
    margin-top: 12vw;
    padding-left: 2em;
  }
  .pre-inc .life_scene_item_into {
    display: flex;
    justify-content: space-between;
  }
  .pre-inc .life_scene_item_into > dt {
    width: 76%;
  }
  .pre-inc .life_scene_item_into > dd {
    position: static;
    width: 23%;
  }
  .pre-inc .life_scene_item:nth-of-type(even) {
    padding-right: 2em;
  }
  .pre-inc .life_scene_item:nth-of-type(even) .life_scene_item_into > dt {
    margin-left: 0;
    order: 2;
  }
  .pre-inc .life_scene_item:nth-of-type(even) .life_scene_item_into > dd {
    order: 1;
  }
  .pre-inc #life_scene .img_column {
    width: 100%;
  }
  .pre-inc #life_scene .img_column figure {
    width: 49%;
  }
  .pre-inc #etc {
    margin-top: 10vw;
  }
  .pre-inc #etc .contents_tit {
    text-align: center;
  }
  .pre-inc #etc .img_column {
    margin-top: 5vw;
  }
  .pre-inc #etc .img_column figure {
    width: 49%;
  }
  .pre-inc #etc .img_column figure:nth-of-type(even) img {
    animation-delay: 0.8s;
  }
  .pre-inc #life_information {
    padding-top: 10vw;
  }
  .pre-inc .life_information_switch {
    flex-wrap: wrap;
    gap: 0.15em 0.1em;
    border-bottom: none;
    padding-bottom: 0.15em;
    margin: 1em 0 0.8em;
  }
  .pre-inc .life_information_switch > li {
    flex: auto;
    padding: 0.1em 0;
    width: 25%;
  }
  .pre-inc .life_information_list > li {
    column-count: 1;
    display: none;
  }
  .pre-inc .life_information_list > li.active {
    display: block;
  }
  .pre-inc .life_information_switch > li span {
    font-size: 0.85em;
  }
  .pre-inc .life_information_switch > li small {
    font-size: 0.7em;
  }
  .pre-inc .life_information_list ul {
    display: flex;
    width: 100%;
  }
  .pre-inc .life_information_list ul > * {
    font-size: 0.72em;
    line-height: 1.2;
  }
}

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