@charset "UTF-8";
/*物件概要***********************************************/
.p-townguide {
  text-align: left;
}
.p-townguide__hero {
  position: relative;
  z-index: 1;
  /* @include pc {
      opacity: 1;
      transition: none;
  } */
}
.p-townguide__hero h2 {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.p-townguide__hero h2 picture {
  width: 80%;
}
@media (min-width: 669px) {
  .p-townguide__hero h2 picture {
    width: auto;
    height: 83%;
  }
}
.p-townguide__hero h2 picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 669px) {
  .p-townguide__hero h2 picture {
    position: relative;
    opacity: 0;
    bottom: -30px;
    transition: all 0.5s;
    transition-delay: 2000ms;
  }
}
.p-townguide__hero-bg {
  position: relative;
  z-index: 0;
}
.p-townguide__hero-bg > div.u-sp img {
  width: 100%;
}
.p-townguide__hero-bg > div.u-pc {
  margin-bottom: 8px;
  position: relative;
}
@media (min-width: 669px) {
  .p-townguide__hero-bg > div.u-pc {
    width: calc((100% - 30px) / 3);
    margin-bottom: 0;
  }
}
.p-townguide__hero-bg > div.u-pc.bg01 .bg01-2 {
  top: 0;
  right: 0;
}
.p-townguide__hero-bg > div.u-pc.bg01 .bg01-3 {
  bottom: 0;
  right: 0;
}
.p-townguide__hero-bg > div.u-pc.bg02 .bg02-1 {
  margin: 0 0 0 auto;
}
@media (min-width: 669px) {
  .p-townguide__hero-bg > div.u-pc.bg02 .bg02-1 {
    order: 3;
    margin-bottom: 0;
    margin-top: 15px;
  }
}
.p-townguide__hero-bg > div.u-pc.bg02 .bg02-2 {
  top: 0;
  left: 0;
}
@media (min-width: 669px) {
  .p-townguide__hero-bg > div.u-pc.bg02 .bg02-2 {
    order: 1;
  }
}
.p-townguide__hero-bg > div.u-pc.bg02 .bg02-3 {
  bottom: 0;
  left: 0;
}
@media (min-width: 669px) {
  .p-townguide__hero-bg > div.u-pc.bg02 .bg02-3 {
    order: 2;
  }
}
.p-townguide__hero-bg > div.u-pc.bg03 {
  margin-bottom: 0;
}
.p-townguide__hero-bg > div.u-pc.bg03 .bg03-2 {
  top: 0;
  right: 0;
}
.p-townguide__hero-bg > div.u-pc.bg03 .bg03-3 {
  bottom: 0;
  right: 0;
}
.p-townguide__hero-bg > div.u-pc > div {
  width: 32%;
  position: absolute;
  transition: all 1s;
  aspect-ratio: 5/3;
  overflow: hidden;
}
@media (min-width: 669px) {
  .p-townguide__hero-bg > div.u-pc > div {
    width: calc((100% - 15px) / 2);
    position: relative;
    aspect-ratio: unset;
  }
}
@media (min-width: 669px) {
  .p-townguide__hero-bg > div.u-pc > div::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-image: linear-gradient(120deg, #caece7 0%, #d3e0ef 100%);
  }
}
.p-townguide__hero-bg > div.u-pc > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transform: scale(1.1);
  /* @include sp {
      transition: all .5s;
  } */
}
@media (min-width: 669px) {
  .p-townguide__hero-bg > div.u-pc > div img {
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
}
.p-townguide__hero-bg > div.u-pc > div.bg01-1, .p-townguide__hero-bg > div.u-pc > div.bg02-1, .p-townguide__hero-bg > div.u-pc > div.bg03-1 {
  width: 65.6%;
  position: relative;
  aspect-ratio: 246/155;
}
@media (min-width: 669px) {
  .p-townguide__hero-bg > div.u-pc > div.bg01-1, .p-townguide__hero-bg > div.u-pc > div.bg02-1, .p-townguide__hero-bg > div.u-pc > div.bg03-1 {
    width: 100%;
    aspect-ratio: unset;
    margin-bottom: 15px;
  }
}
.p-townguide__hero.active h2 picture {
  opacity: 1;
  bottom: 0;
  transition-delay: 500ms;
}
@media (min-width: 669px) {
  .p-townguide__hero.active h2 picture {
    transition-delay: 2000ms;
  }
}
.p-townguide__hero.active .p-townguide__hero-bg > div > div {
  /* @include sp {
      img {
          opacity: 1;
          transform: scale(1);
      }
  } */
}
@media (min-width: 669px) {
  .p-townguide__hero.active .p-townguide__hero-bg > div > div::before {
    -webkit-animation: barAnime forwards 1s 1 ease 0.1s normal;
            animation: barAnime forwards 1s 1 ease 0.1s normal;
  }
  .p-townguide__hero.active .p-townguide__hero-bg > div > div img {
    -webkit-animation: photoAnime forwards 1.5s 1 ease 0.5s normal;
            animation: photoAnime forwards 1.5s 1 ease 0.5s normal;
  }
}
.p-townguide__map {
  text-align: center;
  padding: 60px 15px;
  position: relative;
  z-index: 0;
}
@media (min-width: 669px) {
  .p-townguide__map {
    padding: 160px 50px 70px;
  }
}
.p-townguide__map::before {
  content: "";
  position: fixed;
  left: 0;
  top: 20%;
  width: 100%;
  aspect-ratio: 120/53;
}
@media (min-width: 669px) {
  .p-townguide__map::before {
    top: auto;
    top: 5vw;
    height: 100%;
    aspect-ratio: unset;
  }
}
.webp .p-townguide__map::before {
  background: url(../images/townguide/bg_film.webp) no-repeat center bottom/100% auto;
}
@media (min-width: 669px) {
  .webp .p-townguide__map::before {
    background: url(../images/townguide/bg_film.webp) no-repeat center top/1920px auto;
  }
}
.no-webp .p-townguide__map::before {
  background: url(../images/townguide/bg_film.png) no-repeat center bottom/100% auto;
}
@media (min-width: 669px) {
  .no-webp .p-townguide__map::before {
    background: url(../images/townguide/bg_film.png) no-repeat center top/1920px auto;
  }
}
.p-townguide__map-outer {
  position: relative;
  opacity: 0;
  bottom: -30px;
  transition: all 0.5s;
  z-index: 1;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
@media (min-width: 669px) {
  .p-townguide__map-outer {
    padding: 15px;
    max-width: 1230px;
    margin: 0 auto;
  }
}
.p-townguide__map.active .p-townguide__map-outer {
  opacity: 1;
  bottom: 0;
}
.p-townguide__map #townmap {
  width: 100%;
  height: 300px;
}
@media (min-width: 669px) {
  .p-townguide__map #townmap {
    height: 600px;
  }
}
.p-townguide__nav {
  padding: 0 15px 60px;
  gap: 15px;
}
@media (min-width: 1199px) {
  .p-townguide__nav {
    max-width: 1200px;
    padding: 0 0 70px;
    margin: 0 auto;
    gap: 12px;
  }
}
.p-townguide__nav li {
  width: calc((100% - 15px) / 2);
}
@media (min-width: 1199px) {
  .p-townguide__nav li {
    width: calc((100% - 36px) / 4);
  }
}
.p-townguide__nav li a {
  border: 1px solid #999;
  border-top: 7px solid #8d7c52;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  text-decoration: none;
  text-align: center;
  padding: 0 15px 15px;
  position: relative;
  font-size: 1rem;
}
@media (min-width: 1199px) {
  .p-townguide__nav li a {
    font-size: 1.15625rem;
    height: 84px;
  }
  .p-townguide__nav li a:hover {
    background-color: #efefef;
  }
  .p-townguide__nav li a:hover::after {
    bottom: 10px;
  }
}
.p-townguide__nav li a::after {
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: 10px;
  left: 0;
  background: url(../images/townguide/arrow_navi.png) no-repeat center center/contain;
}
@media (min-width: 669px) {
  .p-townguide__nav li a::after {
    transition: all 0.2s;
    bottom: 17px;
  }
}
.p-townguide__item {
  margin: 0 15px 80px;
  position: relative;
}
.p-townguide__item::before {
  content: "";
  position: absolute;
  z-index: 0;
}
@media (min-width: 669px) {
  .p-townguide__item {
    max-width: 1200px;
    margin: 0 auto 160px;
  }
}
.p-townguide__item-header {
  background-color: #000;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 12px 15px;
  font-weight: normal;
  font-size: 1.1875rem;
  line-height: 1.3;
  margin-bottom: 30px;
  z-index: 1;
}
@media (min-width: 669px) {
  .p-townguide__item-header {
    font-size: 1.625rem;
    padding: 20px 0;
    margin-bottom: 75px;
  }
}
.p-townguide__item-header::before {
  font-family: "Mrs Saint Delafield", cursive;
  color: #ad836d;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: rotate(-5deg) translateY(-40%);
  font-size: 2.5rem;
  line-height: 1;
  z-index: 0;
}
@media (min-width: 669px) {
  .p-townguide__item-header::before {
    font-size: 4.375rem;
    left: 40px;
  }
}
.p-townguide__item-header b {
  position: relative;
  z-index: 1;
  font-weight: normal;
}
@media (min-width: 669px) {
  .p-townguide__item-header + .u-flex-pc {
    gap: 90px 60px;
  }
}
.p-townguide__item.-restaurant::before {
  width: 134px;
  height: 66px;
  background: url(../images/townguide/img_restaurant.png) no-repeat left top/contain;
  left: -10px;
  top: -50px;
}
@media (min-width: 669px) {
  .p-townguide__item.-restaurant::before {
    width: 223px;
    height: 109px;
    left: -109px;
    top: -59px;
  }
}
.p-townguide__item.-restaurant .p-townguide__item-header::before {
  content: "Restaurant";
}
.p-townguide__item.-cafe::before {
  width: 70px;
  height: 100px;
  background: url(../images/townguide/img_cafe.png) no-repeat left top/contain;
  left: -10px;
  top: -50px;
}
@media (min-width: 669px) {
  .p-townguide__item.-cafe::before {
    width: 162px;
    height: 167px;
    left: -107px;
    top: -87px;
  }
}
.p-townguide__item.-cafe .p-townguide__item-header::before {
  content: "Cafe/Sweets/Bakery";
}
.p-townguide__item.-shopping::before {
  width: 70px;
  height: 144px;
  background: url(../images/townguide/img_shopping.png) no-repeat left top/contain;
  left: -10px;
  top: -50px;
}
@media (min-width: 669px) {
  .p-townguide__item.-shopping::before {
    width: 163px;
    height: 240px;
    left: -87px;
    top: -76px;
  }
}
.p-townguide__item.-shopping .p-townguide__item-header::before {
  content: "Shopping";
}
.p-townguide__item.-sports::before {
  width: 60px;
  height: 140px;
  background: url(../images/townguide/img_sports.png) no-repeat left top/contain;
  left: -10px;
  top: -50px;
}
@media (min-width: 669px) {
  .p-townguide__item.-sports::before {
    width: 144px;
    height: 234px;
    left: -78px;
    top: -108px;
  }
}
.p-townguide__item.-sports .p-townguide__item-header::before {
  content: "Sports";
}
.p-townguide__shop {
  border-top: 2px solid #666;
}
.p-townguide__shop-name {
  padding: 15px 0;
}
@media (min-width: 669px) {
  .p-townguide__shop-name {
    padding: 20px 0;
  }
}
.p-townguide__shop-name span:first-child {
  color: #fff;
  width: 50px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  font-weight: 500;
  font-family: "Cinzel", serif;
}
.webp .p-townguide__shop-name span:first-child {
  background: url(../images/townguide/bg_num.webp) no-repeat center center/contain;
}
.no-webp .p-townguide__shop-name span:first-child {
  background: url(../images/townguide/bg_num.png) no-repeat center center/contain;
}
@media (min-width: 669px) {
  .p-townguide__shop-name span:first-child {
    width: 66px;
    height: 65px;
    font-size: 2.25rem;
  }
}
.p-townguide__shop-name span:last-child {
  width: calc(100% - 15px - 50px);
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 669px) {
  .p-townguide__shop-name span:last-child {
    font-size: 2rem;
    width: calc(100% - 15px - 66px);
    padding-top: 5px;
  }
}
.p-townguide__shop-name span:last-child small {
  font-size: 0.875rem;
  display: block;
  margin-bottom: 10px;
  margin-top: 5px;
}
.p-townguide__shop-name span:last-child small:last-child {
  margin-bottom: 0;
}
@media (min-width: 669px) {
  .p-townguide__shop-name span:last-child small {
    font-size: 1rem;
    margin-bottom: 15px;
  }
}
.p-townguide__shop-category {
  background-color: #ebebeb;
  padding: 7px 15px;
  font-size: 0.875rem;
  margin-bottom: 20px;
}
@media (min-width: 669px) {
  .p-townguide__shop-category {
    font-size: 0.9375rem;
    margin-bottom: 30px;
  }
}
.p-townguide__shop-lead {
  border-bottom: 1px solid #b2b2b2;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (min-width: 669px) {
  .p-townguide__shop-lead {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 669px) {
  .p-townguide__shop-lead .u-txt {
    width: calc(63.16% - 30px);
  }
}
.p-townguide__shop-lead .u-txt p {
  margin-bottom: 0.5em;
  line-height: 1.75;
}
.p-townguide__shop-lead .u-txt p:last-child {
  margin-bottom: 0;
}
.p-townguide__shop-lead .u-txt p b {
  font-weight: 500;
  font-size: 1rem;
}
@media (min-width: 669px) {
  .p-townguide__shop-lead .u-txt p b {
    font-size: 1.1875rem;
  }
}
.p-townguide__shop-lead .u-img {
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 669px) {
  .p-townguide__shop-lead .u-img {
    width: 36.84%;
    margin-top: 0;
  }
}
.p-townguide__shop-info {
  margin-bottom: 25px;
  font-size: 0.875rem;
}
@media (min-width: 669px) {
  .p-townguide__shop-info {
    margin-bottom: 30px;
  }
}
.p-townguide__shop-info > * {
  margin-bottom: 7px;
}
.p-townguide__shop-info > *:last-of-type {
  margin-bottom: 0;
}
.p-townguide__shop-info dt {
  width: 6.5em;
  position: relative;
  padding-left: 15px;
}
.p-townguide__shop-info dt::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #529e93;
  position: absolute;
  left: 0;
  top: 5px;
}
.p-townguide__shop-info dd {
  width: calc(100% - 6.5em - 15px);
  position: relative;
}
.p-townguide__shop-info dd a.blanklink {
  text-decoration: none;
  color: #806239;
  word-break: break-all;
}
.p-townguide__shop-info dd a.maplink {
  display: inline-block;
  border: 1px solid #999;
  background-color: #fff;
  min-width: 62px;
  padding: 3px 0;
  font-size: 0.8125rem;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  margin-top: 5px;
}
.p-townguide__shop-info dd a.maplink span {
  width: 11px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.p-townguide__shop-info dd a.maplink span svg {
  fill: #006e80;
}
.p-townguide__shop-info dd a.maplink:hover {
  background-color: #efefef;
}
@media (min-width: 669px) {
  .p-townguide__shop-info dd a.maplink {
    margin-top: 0;
    position: absolute;
  }
}
@media (min-width: 669px) {
  .p-townguide__shop-info dd a.tellink {
    text-decoration: none;
    pointer-events: none;
    cursor: text;
  }
}
.p-townguide__shop-gallery .slick-loading {
  background-color: #ebebeb;
}
@media (min-width: 669px) {
  .p-townguide__shop-gallery .slick-dots {
    bottom: -35px;
  }
}
.p-townguide__shop-gallery .slick-dots li {
  width: 40px;
  height: 6px;
  padding: 0;
  margin: 0 3px;
}
.p-townguide__shop-gallery .slick-dots li button {
  width: 40px;
  height: 6px;
  padding: 0;
}
.p-townguide__shop-gallery .slick-dots li button::before {
  opacity: 1;
  padding: 0;
  content: "";
  width: 40px;
  height: 6px;
  background-color: #ccc;
}
.p-townguide__shop-gallery .slick-dots li.slick-active button::before {
  opacity: 1;
  background-color: #529e93;
}
.p-townguide__shop-gallery .slick-slider {
  opacity: 0;
  transition: opacity 0.2s ease;
}
@media (min-width: 669px) {
  .p-townguide__shop-gallery .slick-slider {
    margin-bottom: 40px !important;
  }
}
.p-townguide__shop-gallery .slick-slider.slick-initialized {
  opacity: 1;
}
.p-townguide__shop-gallery .gallery_item {
  background-color: #ebebeb;
}
.p-townguide__shop-gallery .gallery_item picture {
  width: 100%;
}
.p-townguide__shop-gallery .gallery_item img {
  width: 100%;
}
.p-townguide__shop-gallery .slick-arrow {
  width: 33px;
  height: 55px;
  z-index: 1;
}
.p-townguide__shop-gallery .slick-arrow::before {
  content: "";
}
.p-townguide__shop-gallery .slick-arrow.slick-prev {
  left: 10px;
  background: url(../images/townguide/arrow_left.png) no-repeat center center/contain;
}
.p-townguide__shop-gallery .slick-arrow.slick-next {
  right: 10px;
  background: url(../images/townguide/arrow_right.png) no-repeat center center/contain;
}
.p-townguide__shop-outer {
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}
.p-townguide__shop-outer:last-child {
  margin-bottom: 0;
}
@media (min-width: 669px) {
  .p-townguide__shop-outer {
    margin-bottom: 0;
    width: calc((100% - 60px) / 2);
  }
}

.c-townmap__info {
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica", "Arial", "Verdana", sans-serif;
  text-align: left;
  min-width: 130px;
}
@media (min-width: 669px) {
  .c-townmap__info {
    min-width: 200px;
  }
}
.c-townmap__info-name {
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 10px;
}
.c-townmap__info-name b {
  font-weight: bold;
}
.c-townmap__info-category {
  background-color: #ebebeb;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: inline-block;
}
@media (min-width: 669px) {
  .c-townmap__info-category {
    padding: 5px 15px;
  }
}
.c-townmap__info-link a {
  position: relative;
  text-decoration: none;
  padding-left: 15px;
  color: #006e80 !important;
}
.c-townmap__info-link a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #006f80;
  position: absolute;
  left: 0;
  top: 5px;
}
.c-noteBox {
  position: relative;
  z-index: 1;
}

@-webkit-keyframes barAnime {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  68% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}

@keyframes barAnime {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  68% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@-webkit-keyframes photoAnime {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  50% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes photoAnime {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  50% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
#common_footer_bnrs, .l-footer, #common_footer_info {
  position: relative;
  z-index: 1;
}
/*# sourceMappingURL=townguide.css.map */