@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
#location .image,
#location .images {
  position: relative;
}

#location .page-content .garamond {
  font-style: normal;
}

#location .mv .caption01 {
  right: 38.2%;
}

#location .mv .caption02 {
  bottom: 50%;
  right: 14.55%;
}

#location .mv .caption03 {
  bottom: 50%;
}

#location .mv .caption04 {
  right: 23.6%;
}

#location .top-bg {
  position: relative;
  background: url(../images/location/info-bg.jpg);
  background-size: cover;
  margin-bottom: 80rem;
}

#location .top-bg .garamond {
  font-style: italic;
}

#location .top-bg .annotation {
  position: absolute;
  top: 7rem;
  font-size: 11rem;
  line-height: 1.5;
  right: 15rem;
  text-align: right;
}

#location .shopping-wrap {
  position: relative;
  overflow: visible;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  width: 90%;
  max-width: 1200rem;
  padding-bottom: 80rem;
}

#location .shopping-wrap .shopping-map {
  width: 53%;
  position: sticky;
  top: 0;
  align-self: flex-start;
}

#location .shopping-wrap .section-shopping {
  width: 40%;
}

#location .shopping-wrap .section-shopping .title {
  font-size: 24rem;
  line-height: 1.5;
  padding-bottom: 45rem;
}

#location .shopping-wrap .section-shopping .lead {
  font-size: 20rem;
  line-height: 1.6;
  padding-bottom: 40rem;
}

#location .shopping-wrap .section-shopping .text {
  font-size: 16rem;
  line-height: 2;
  padding-bottom: 35rem;
}

#location .shopping-wrap .section-shopping .images-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#location .shopping-wrap .section-shopping .images-list.images-list01 {
  padding-bottom: 63rem;
}

#location .shopping-wrap .section-shopping .images-list li {
  text-align: center;
  width: 48%;
  padding-bottom: 20rem;
}

#location .shopping-wrap .section-shopping .images-list .list-full {
  width: 100%;
}

#location .shopping-wrap .section-shopping .images-list .name {
  padding-top: 5rem;
  font-size: 16rem;
  line-height: 1.5;
  padding-bottom: 4rem;
}

#location .shopping-wrap .section-shopping .images-list .detail {
  font-size: 13rem;
  line-height: 1.5;
}

#location .section-gourme {
  position: relative;
  padding-top: 450vh;
  padding-bottom: 10vh;
  background-color: #FAF9F6;
}

#location .section-gourme.off {
  opacity: 0;
}

#location .section-gourme.on .section-header {
  position: fixed;
}

#location .section-gourme .section-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#location .section-gourme .section-header .section-title {
  font-size: 24rem;
  line-height: 1.4;
  padding-bottom: 60rem;
}

#location .section-gourme .section-header .section-lead {
  font-size: 32rem;
  line-height: 1.5;
  padding-bottom: 40rem;
}

#location .section-gourme .section-header .section-text {
  font-size: 16rem;
  line-height: 2;
}

#location .section-gourme .bgs-base {
  position: absolute;
  top: 150vh;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2;
  clip-path: inset(30vh 30vw 30vh 30vw);
  background-color: #FAF9F6;
}

#location .section-gourme .bgs-base ul, #location .section-gourme .bgs-base li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#location .section-gourme .bgs-base.on {
  top: 0;
  position: fixed;
}

#location .section-gourme .bgs-base li {
  background: url(../images/location/gourme-bg01.jpg) center;
  background-size: cover;
  opacity: 0;
  transition: opacity 1.2s;
  z-index: 2;
}

#location .section-gourme .bgs-base li.on {
  opacity: 1;
}

#location .section-gourme .bgs-base .bg02 {
  background-image: url(../images/location/gourme-bg02.jpg);
}

#location .section-gourme .bgs-base .bg03 {
  background-image: url(../images/location/gourme-bg03.jpg);
}

#location .section-gourme .bgs-base .bg04 {
  background-image: url(../images/location/gourme-bg04.jpg);
}

#location .section-gourme .bgs-base .bg05 {
  background-image: url(../images/location/gourme-bg05.jpg);
  opacity: 1 !important;
  z-index: 1;
}

#location .section-gourme .sub-sections {
  position: relative;
  margin: 0 auto 60vh;
  width: 90%;
  max-width: 490rem;
  padding: 60rem 50rem 80rem;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 4;
}

#location .section-gourme .sub-sections .annotation {
  position: absolute;
  bottom: 10rem;
  right: 10rem;
  text-align: right;
  font-size: 11rem;
}

#location .section-gourme .sub-sections .images {
  margin: 0 auto;
}

#location .section-gourme .sub-sections .lead {
  font-size: 18rem;
  line-height: 1.5;
  padding-bottom: 15rem;
}

#location .section-gourme .sub-sections .lead span {
  background: linear-gradient(180deg, #fff 55%, #F6FA85 56%) repeat-y;
  background-size: 0% 100%;
  transition: background-size 2s;
}

#location .section-gourme .sub-sections .lead.on span {
  background-size: 100% 100%;
}

#location .section-gourme .sub-sections .text {
  font-size: 13rem;
  line-height: 1.7;
  padding-bottom: 25rem;
}

#location .section-gourme .category {
  font-size: 11rem;
  padding-bottom: 5rem;
}

#location .section-gourme .name {
  font-size: 20rem;
  line-height: 1.5;
  padding-bottom: 23rem;
  font-weight: normal;
}

#location .section-gourme .name .mini {
  font-size: 55%;
}

#location .section-park {
  text-align: center;
  padding-top: 120rem;
  padding-bottom: 120rem;
  position: relative;
  z-index: 4;
  background-color: #fff;
}

#location .section-park .annotation {
  padding: 5rem 10rem 0;
  text-align: right;
  font-size: 11rem;
  line-height: 1.5;
}

#location .section-park .title {
  font-size: 24rem;
  line-height: 1.5;
  padding-bottom: 35rem;
}

#location .section-park .lead {
  font-size: 20rem;
  line-height: 1.5;
  padding-bottom: 40rem;
}

#location .section-park .text {
  font-size: 16rem;
  line-height: 2;
  padding-bottom: 75rem;
}

@keyframes p-slide {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

#location .section-park .p-slide {
  position: relative;
  overflow: hidden;
}

#location .section-park .p-slide .slides {
  display: flex;
  gap: 20rem;
  align-items: flex-start;
  width: 5272rem;
  animation: p-slide 30s infinite linear;
}

#location .section-park .p-slide .img01 {
  width: 400rem;
  padding-top: 82rem;
}

#location .section-park .p-slide .img02 {
  width: 324rem;
}

#location .section-park .p-slide .img03 {
  width: 324rem;
  padding-top: 112rem;
}

#location .section-park .p-slide .img04 {
  width: 400rem;
}

#location .section-park .p-slide .img05 {
  width: 324rem;
  padding-top: 174rem;
}

#location .section-park .p-slide .img06 {
  width: 324rem;
  padding-top: 119rem;
}

#location .section-park .p-slide .img07 {
  width: 400rem;
  padding-top: 30rem;
}

#location .section-other {
  text-align: center;
  padding: 85rem 0 80rem;
  background-color: #E5EFEA;
  color: #5D6970;
  position: relative;
  z-index: 4;
  margin-bottom: -5rem;
}

#location .section-other .header {
  padding-bottom: 80rem;
}

#location .section-other .title {
  font-size: 20rem;
  line-height: 1.5;
  padding-bottom: 45rem;
  font-weight: normal;
}

#location .section-other .lead {
  font-size: 16rem;
  line-height: 2;
}

#location .section-other .lists {
  display: flex;
  justify-content: space-between;
}

#location .section-other .lists li {
  width: 49%;
  background-color: #fff;
  border: solid 2px #397776;
  border-radius: 12rem;
  position: relative;
  overflow: hidden;
}

#location .section-other .lists .list02 {
  padding-bottom: 30rem;
}

#location .section-other .lists .inner {
  margin: 0 auto;
  width: 80%;
  padding: 30rem 0;
}

#location .section-other .lists .ttl {
  font-size: 20rem;
  padding-bottom: 20rem;
  line-height: 1.6;
}

#location .section-other .lists .sub-lead {
  font-size: 16rem;
  line-height: 2;
  padding-bottom: 20rem;
}

#location .section-other .lists .sub-text {
  font-size: 13rem;
  line-height: 1.7;
  padding-bottom: 30rem;
}

#location .page-annotation {
  margin-top: -2rem;
}

#location .life-info {
  text-align: center;
  padding-top: 120rem;
}

#location .life-info .wrap {
  max-width: 1000px;
}

#location .life-info .tit {
  font-size: 24rem;
  line-height: 1.5;
  padding-bottom: 35rem;
}

#location .life-info .tabs {
  text-align: center;
  padding: 10px 0;
  font-size: 0;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

#location .life-info .tabs li {
  display: inline-block;
  width: 16%;
  padding: 0 1px;
  box-sizing: border-box;
}

#location .life-info .tabs a {
  display: block;
  color: #5D6970;
  background: rgba(134, 158, 209, 0.1);
  font-size: 14px;
  padding: 15px 0;
  transition: .3s;
}

#location .life-info .tabs a.current {
  background: #968463;
  color: #fff;
}

#location .life-info .tabs a:hover {
  color: #fff;
  background: #968463;
  opacity: 1;
}

#location .life-info .maps {
  position: relative;
}

#location .life-info .googlemap {
  height: 730px;
  margin-right: 350px;
  background: #fff;
}

#location .life-info .list-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 350px;
  height: 100%;
  min-height: 730px;
  background: #fff;
  box-sizing: border-box;
  text-align: left;
  padding: 9px 10px;
  border-left: 1px solid #eee;
}

#location .life-info .list-wrapper ol {
  counter-reset: lis;
  display: none;
}

#location .life-info .list-wrapper ol.current {
  display: block;
}

#location .life-info .list-wrapper li {
  padding: 7px 10px 7px 40px;
  list-style: none;
  border-bottom: 1px solid #eee;
  font-size: 12px;
  line-height: 1.2;
  position: relative;
}

#location .life-info .list-wrapper li:after {
  counter-increment: lis;
  content: counter(lis);
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  background: #968463;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0;
  text-align: center;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  position: absolute;
}

#location .life-info .list-wrapper .minite {
  display: none;
  font-size: 10px;
  padding-top: 4px;
  margin-left: 10px;
}

@media (max-width: 1024px) {
  #location .life-info .tabs {
    padding: 0;
    margin-bottom: 15px;
  }
  #location .life-info .tabs li {
    display: inline-block;
    width: 50%;
    margin-bottom: 2px;
  }
  #location .life-info .tabs a {
    font-size: 11px;
    padding: 13px 10px;
  }
  #location .life-info .googlemap {
    float: none;
    height: 328px;
    margin-right: auto;
  }
  #location .life-info .list-wrapper {
    position: static;
    float: none;
    width: auto;
    height: auto;
    min-height: 0;
    border: none;
  }
  #location .life-info .list-wrapper li {
    padding: 9px 10px 9px 30px;
  }
  #location .life-info .list-wrapper li:after {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
  }
  #location .life-info .list-wrapper .minite {
    display: block;
    font-size: 10px;
    padding-top: 4px;
  }
}

@media (max-width: 768px) {
  #location .mv .caption01 {
    right: 0%;
    bottom: 46.65%;
  }
  #location .mv .caption02 {
    bottom: 23.4%;
    right: 33.5%;
  }
  #location .mv .caption03 {
    bottom: 23.4%;
  }
  #location .mv .caption04 {
    right: 66.6%;
  }
  #location .top-bg {
    position: relative;
    background: url(../images/location/info-bg.jpg);
    background-size: cover;
    margin-bottom: 80rem;
    padding-top: 20rem;
  }
  #location .top-bg .annotation {
    position: static;
    padding: 0rem 10rem 25rem;
    right: 15rem;
    text-align: right;
  }
  #location .shopping-wrap {
    padding-bottom: 80rem;
    display: block;
  }
  #location .shopping-wrap .shopping-map {
    display: none;
  }
  #location .shopping-wrap .shopping-map-sp {
    margin-bottom: 40rem;
  }
  #location .shopping-wrap .section-shopping {
    width: auto;
  }
  #location .shopping-wrap .section-shopping .title {
    font-size: 24rem;
    line-height: 1.5;
    padding-bottom: 45rem;
  }
  #location .shopping-wrap .section-shopping .images-list {
    display: flex;
    width: 1200rem;
    flex-wrap: nowrap;
    gap: 20rem;
  }
  #location .shopping-wrap .section-shopping .images-list.images-list01 {
    padding-bottom: 20rem;
  }
  #location .shopping-wrap .section-shopping .images-list.images-list02 {
    width: 1000rem;
  }
  #location .shopping-wrap .section-shopping .images-list li {
    text-align: center;
    width: 250rem;
    padding-bottom: 20rem;
  }
  #location .shopping-wrap .section-shopping .images-list li img {
    width: 100% !important;
  }
  #location .shopping-wrap .section-shopping .images-list .list-full {
    width: 250rem;
  }
  #location .shopping-wrap .section-shopping .images-list .name {
    padding-top: 5rem;
    font-size: 16rem;
    line-height: 1.5;
    padding-bottom: 4rem;
  }
  #location .shopping-wrap .section-shopping .images-list .detail {
    font-size: 13rem;
    line-height: 1.5;
  }
  #location .section-gourme {
    padding-top: 350vh;
    padding-bottom: 10vh;
  }
  #location .section-gourme .section-header {
    left: 5%;
    width: 90%;
  }
  #location .section-gourme .section-header .section-title {
    padding-bottom: 40rem;
  }
  #location .section-gourme .section-header .section-lead {
    font-size: 24rem;
    text-align: left;
    padding-bottom: 40rem;
  }
  #location .section-gourme .section-header .section-lead br {
    display: none;
  }
  #location .section-gourme .section-header .section-text {
    text-align: left;
  }
  #location .section-gourme .section-header .section-text br {
    display: none;
  }
  #location .section-gourme .bgs-base {
    clip-path: inset(30vh 30vw 30vh 30vw);
  }
  #location .section-gourme .bgs-base li {
    transition: none;
  }
  #location .section-gourme .bgs-base li {
    background-image: url(../images/location/gourme-bg01-sp.jpg);
  }
  #location .section-gourme .bgs-base .bg02 {
    background-image: url(../images/location/gourme-bg02-sp.jpg);
  }
  #location .section-gourme .bgs-base .bg03 {
    background-image: url(../images/location/gourme-bg03-sp.jpg);
  }
  #location .section-gourme .bgs-base .bg04 {
    background-image: url(../images/location/gourme-bg04-sp.jpg);
  }
  #location .section-gourme .bgs-base .bg05 {
    background-image: url(../images/location/gourme-bg05-sp.jpg);
  }
  #location .section-gourme .sub-sections {
    padding: 60rem 30rem 80rem;
  }
  #location .section-gourme .sub-sections .annotation {
    font-size: 11rem;
  }
  #location .section-gourme .sub-sections .lead {
    font-size: 17rem;
    line-height: 1.5;
    padding-bottom: 15rem;
  }
  #location .section-gourme .sub-sections .text {
    font-size: 13rem;
    line-height: 1.6;
    padding-bottom: 25rem;
  }
  #location .section-gourme .name {
    font-size: 20rem;
    line-height: 1.5;
    padding-bottom: 23rem;
    font-weight: normal;
  }
  #location .section-gourme .name .mini {
    font-size: 55%;
  }
  #location .section-park {
    padding-top: 40rem;
    padding-bottom: 60rem;
  }
  #location .section-park .annotation {
    padding: 5rem 10rem 0;
    font-size: 11rem;
  }
  #location .section-park .title {
    font-size: 24rem;
    line-height: 1.5;
    padding-bottom: 25rem;
  }
  #location .section-park .lead {
    text-align: left;
    padding-bottom: 30rem;
  }
  #location .section-park .text {
    text-align: left;
    padding-bottom: 25rem;
  }
  #location .section-park .text br {
    display: none;
  }
  #location .section-park .p-slide .slides {
    width: 2636rem;
    animation: p-slide 30s infinite linear;
  }
  #location .section-park .p-slide .img01 {
    width: 200rem;
    padding-top: 41rem;
  }
  #location .section-park .p-slide .img02 {
    width: 162rem;
  }
  #location .section-park .p-slide .img03 {
    width: 162rem;
    padding-top: 51rem;
  }
  #location .section-park .p-slide .img04 {
    width: 200rem;
  }
  #location .section-park .p-slide .img05 {
    width: 162rem;
    padding-top: 87rem;
  }
  #location .section-park .p-slide .img06 {
    width: 162rem;
    padding-top: 59rem;
  }
  #location .section-park .p-slide .img07 {
    width: 200rem;
    padding-top: 15rem;
  }
  #location .section-other {
    padding: 43rem 0 40rem;
  }
  #location .section-other .header {
    padding-bottom: 40rem;
  }
  #location .section-other .title {
    font-size: 20rem;
    line-height: 1.5;
    padding-bottom: 34rem;
    text-align: left;
  }
  #location .section-other .lead {
    text-align: left;
  }
  #location .section-other .lead br {
    display: none;
  }
  #location .section-other .lists {
    display: block;
  }
  #location .section-other .lists li {
    width: auto;
    margin-bottom: 10rem;
  }
  #location .section-other .lists .inner {
    width: 90%;
    padding: 30rem 0;
  }
  #location .section-other .lists .ttl {
    text-align: left;
  }
  #location .section-other .lists .sub-lead {
    text-align: left;
  }
  #location .section-other .lists .sub-text {
    text-align: left;
    padding-bottom: 30rem;
  }
}

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