@charset "UTF-8";
a {
  display: block;
}

a:hover {
  opacity: 0.8;
}
a:hover img {
  filter: grayscale(100%);
  -ms-filter: "grayscale(100%)";
}

img {
  width: 100%;
}

header {
  background-color: #674c1c;
}

body {
  width: 100%;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.03em;
}

.font-gothic {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif !important;
}

body.l-index::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  width: 100%;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  background: url("../../assets/images/2022/bg_art_sp.png") center/cover no-repeat;
  opacity: 1;
}
@media (min-width: 768px) {
  body.l-index::before  {
    background: url("../../assets/images/2022/bg_art.png") center/cover no-repeat;
  }
}
.p-main {
  height: 667px;
  /* height: 100vh; */
  overflow: hidden;

}
.pc {display: none;}
.sp {display: block;}
@media (min-width: 768px) {
  .p-main {
    height: auto;
  }
  .pc {display: block;}
  .sp {display: none;}
}
.p-main:before {
  content: "";
}

.p-main__left-side {
  position: absolute;
  /* top: 50.37vh; */
  bottom: 26.95vh;
  left: 63.73vw;
  z-index: 9;
  opacity: 0;
}

.p-main__left-side-text {
  margin-top: 10px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  opacity: 0;
}

.p-main__left-side {
  bottom: 19vh;
}

@media (min-width: 768px) {
  .p-main__left-side {
    display: flex;
    top: auto;
    bottom: 13vh;
    left: auto;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}

.p-main__left-side-play {
  max-width: 100px;
}

@media (min-width: 767px) {
  .p-main__left-side-play {
    max-width: 92px;
  }
}

.p-main__left-side-weekday {
  width: 60.5727vw;
}

@media (min-width: 768px) {
  .p-main__left-side-weekday {
    width: 314px;
  }
}

.p-main__center-txt {
  width: 36.8vw;
  position: absolute;
  margin: auto 0 10vw 9.52vw;
  bottom: 5vw;
  overflow-y: hidden;
  opacity: 0;
}


@media (min-width: 768px) {
  .p-main__center-txt {
    width: 100%;
    left: auto;
    bottom: auto;
    margin: 0;
    top: calc(50% - 65px);
  }

  /* .p-main__center-txt img {
    height: 78.61vh;
  } */
}

@media (min-width: 768px) {
  .p-main__center-txt img {
    width: 43.13vw;
    height: auto;
    /* max-height: 200px; */
    text-align: center;
    margin: 0 auto;
  }
}

.p-main__right-side {
  width: 43.29vw;
  top: 5px;
  right: 0;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  z-index: auto;
  opacity: 0;
}

@media (min-width: 768px) {
  .p-main__right-side {
    max-width: 211px;
    top: 0;
    right: 0;
  }
}
/* body {
  background-image: url(/assets/images/outstyle_top_sp.jpg);
}
@media ( min-width: 767px ) {
  body {
    background-image: url(/assets/images/outstyle_top_pc.jpg);
  }
} */

.logo {
  width: 31.73%;
  margin-left: 11.15%;
  padding-top: 12px;
}

.p-left-side__play {
  width: 14.92%;
  
}

a.txt-link {
  text-decoration: underline;
  color: #F29600;
  display: inline;
}
a.txt-link:hover {
  text-decoration: none;
  color: #CCC;
}

.c-scroll {
  bottom: 10px;
}

@media ( min-width: 980px ) {
  .p-feature__info {
    max-width: 900px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .p-feature__info-wrap {
    max-width: 58.8%;
    flex-basis: 58.8%;  
  }
}

.p-feature__info-fl {
  padding-top: 10px !important;
}

.p-feature__ttl {
  display: inline;
  width: max-content;
  margin-bottom: 10px;
}

.js-place-btn {
  display: block;
}

#list-shop .font-small {
  /*font-size: 11px;
  padding-top: 6px;
  border-top: 0.5px solid rgb(87,66,30);
  margin-top: 6px;*/
}

#activity_menu {
  padding-bottom: 40px;
}
#wrap-activity_menu {
  max-width: 980px;
}
.p-feature__activity-prog {
  cursor: pointer;
}
.p-feature__activity-prog .prog_sub-ttl {
  line-height: 1.4;
  font-weight: normal;
}
.p-feature__activity-prog .prog_ttl {
  font-weight: normal;
}
.p-feature__activity-prog .prog_place span {
  font-weight: normal;
}
.p-feature__activity-ttl {
  width: 105px;
}


.p-feature__activity-wrap {
  margin-bottom: 70px;
}
  
@media ( max-width: 768px ) {
  .p-feature__activity-wrap {
    margin: 0 -25px 60px;
  }
}

@media ( min-width: 768px ) {
  .p-feature__activity-ttl {
    width: 115px;
  }

  .c-scroll {
    bottom: 1rem;
  }

  #activity_menu {
    padding-bottom: 28px;
  }

  .js-place-btn {
      font-size: 14px !important;
  }

  .lity-image img {
    width: 90vh;
  }

}






footer {
  /* position: absolute; */
  width: 100%;
  background-image: url(../../assets/images/outstyle_top_pc.jpg);
  bottom: 0;
}

.p-sns-icon {
  bottom: 6px;
  left: calc(50% - 76.5px);
}

.p-sns-icon__txt {
  color: #fff;
  font-size: 12px;
  margin-bottom: 10px;
}

.p-sns-icon__face {
  width: 12px;
}

@media (min-width: 768px) {
  .p-sns-icon__face {
    width: 15px;
  }
}

.p-sns-icon__insta {
  width: 23px;
}

@media (min-width: 768px) {
  .p-sns-icon__insta {
    width: 28px;
  }
}

.p-sns-icon__line {
  width: 24px;
}

@media (min-width: 768px) {
  .p-sns-icon__line {
    width: 29px;
  }
}

.c-ttl__box {
  margin-bottom: 20px;
}
.c-ttl__flx {
  display: flex;
}

@media (max-width: 767px) {    
  .c-ttl__flx {
    flex-direction: column;
  }
}

.c-ttl__en {
  font-family: 'vinyl', sans-serif;
  font-size: 34px;
  letter-spacing: 1.36px;
  line-height: 30px;
}

.c-ttl__jp {
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 25px;
  font-weight: bold;
}
.c-ttl__right {
  padding-top:  32px;
  font-weight: bold;
  font-size: 17px;
}
.c-ttl__red {
  color: #D60050;
  font-weight: bold;
  margin-left: 10px;
}

@media (min-width: 768px) {
  .c-ttl__box {
    margin-bottom: 18px;
  }
  .c-ttl__en {
    font-size: 43px;
    letter-spacing: 1.72px;
    margin-bottom: 8px;
  }
  .c-ttl__jp {
    letter-spacing: 0.36px;
    line-height: 25px;
    font-size: 18px;
  }
  .c-ttl__right {
    padding: 0;
    margin-left: auto;
    font-size: 20px;
  }
}

.footer-sponsor {
  margin-bottom: 20px;
  justify-content: space-between;
}
.footer-sponsor li {
  width: 49%;
  padding: 0 1% 12px;
}

.footer-sponsor :nth-child(1) { order: 3; }
.footer-sponsor :nth-child(2) { order: 1; }
.footer-sponsor :nth-child(3) { order: 2; }

.footer-sponsor .long {
  width: 100%;
}

@media (min-width: 768px) {
  .footer-sponsor {
    justify-content: left ;
  }
  .footer-sponsor li {
    width: 140px;
  }

  .footer-sponsor :nth-child(1) { order: 2; }
  .footer-sponsor :nth-child(2) { order: 1; }
  .footer-sponsor :nth-child(3) { order: 3; }

  .footer-sponsor .long {
    width: 280px;
  }
}

.p-feature__ttl {
  padding: 0.25rem;
  border-radius: 4.13px;
  font-weight: bold;
  letter-spacing: 1.2px;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  margin: 0 auto 20px;
  width: 185px;
}

.p-venue__ttl {
  margin: 0 auto;
  font-weight: bold;
  letter-spacing: 1.2px;
  font-size: 15px;
  align-items: center;
}

#info-central .p-venue__ttl {
  margin-bottom: 12px;
}

 @media ( max-width: 767px ) {
  .p-venue__ttl {
    font-size: 15px;
  }

  #info-central .p-venue__ttl {
    
  }
} 


.p-venue__nav {
  list-style-type: disc;
  padding-left: 15px;
}

.p-venue__li-text {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 13px;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}

@media ( min-width: 768px ) {
  .p-venue__li-text {
    font-size: 13px;
  }
}

.p-venue__li-text .attention {
  font-weight: 501;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.p-feature__wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;

}
@media (min-width: 768px) {
  
  .p-feature__ttl {
    width: 200px;
    font-size: 17px;
    letter-spacing: 1.36px;
  }
  .p-venue__li-text {
    /*font-size: 14px;*/
  }
}
@media (max-width: 767px) {
  .p-venue__ttl {
    display: inline-block;
  }
  .c-ttl__right {
    display: block;
  }
}

.p-feature__right-ttl {
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  margin-left: 8px;
  letter-spacing: 1.2px;
}

@media (min-width: 768px) {
  .p-feature__right-ttl {
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: 1.44px;
  }
}

.p-feature__sub-ttl {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 24px;
  font-weight: bold;
  letter-spacing: 0.3px;
  text-align: center;
}

@media (min-width: 768px) {
  .p-feature__sub-ttl {
    font-size: 18px;
    letter-spacing: 0.34px;
    margin: 0 auto 28px;
    line-height: 28px;
  }
}

#info-list {
  max-height: 290px;
  overflow: auto;
  /* margin-bottom: 40px; */
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.p-feature__info-fl {
  border-bottom: 1px dotted #57421e;
  font-size: 12px;
}

.p-feature__info-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

/* 終了しました */
.p-feature__activity-prog.close {
  position: relative;
}

.p-feature__activity-prog.close:after {
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    z-index: 1;
    background: url(../images/2022/program_close.png) center  #ffffff57;
    background-size: 100%;
    position: absolute;
    top: 0;
}


@media (min-width: 768px) {
  .p-feature__activity-prog {
    -ms-flex-preferred-size: calc(100% / 3 - 10px);
        flex-basis: calc(100% / 3 - 10px);
    max-width: calc(100% / 3 - 10px);
    /* margin: 0 0 0 1.5%; */
  }
  .p-feature__activity-prog:nth-of-type(3n + 1) {
    margin-left: 0;
    /* margin-bottom: 15px; */
  }

  .p-feature__info-fl {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .p-feature__original-items {
    -ms-flex-preferred-size: calc(100% / 2 - 2%);
        flex-basis: calc(100% / 2 - 2%);
    max-width: calc(100% / 2 - 2%);
    margin-left: 4%;
  }
  .p-feature__original-items:nth-of-type(2n + 1) {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .p-feature__original-items {
    -ms-flex-preferred-size: calc(100% / 6 - 1%);
        flex-basis: calc(100% / 6 - 1%);
    max-width: calc(100% / 6 - 1%);
    margin-left: 1.2%;
  }
  .p-feature__original-items:nth-of-type(6n + 1) {
    margin-left: 0;
  }
}

.p-feature__main-shop-time {
  width: calc(48% - 4%);
  margin-left: 6%;
}

@media (min-width: 768px) {
  .p-feature__main-shop-time {
    width: calc(50% - 6%);
  }
}

.gmap {
  position: relative;
  padding-bottom: 65vh;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

@media (min-width: 768px) {
  .gmap {
    padding-bottom: 42.25%;
    padding-bottom: 388px;
  }
}

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  height: calc(100% + 150px + 150px);
  border: none;
}

.u-fade {
  opacity: 0;
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}

.u-fade--in {
  opacity: 1;
}

.p-gnavi {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1450;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}

.p-gnavi__li {
  line-height: 24px;
  font-size: 28px;
  font-family: 'vinyl', sans-serif;
}

.p-gnavi__jp {
  font-size: 12px;
}

.p-gnavi.is-open .p-gnavi__wrapper {
  right: 0;
}

.p-gnavi__wrapper {
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  background-color: #fff;
  height: 100vh;
  -webkit-transition: right 0.5s ease-in-out;
  transition: right 0.5s ease-in-out;
  pointer-events: all;
  background: url(../../assets/images/menu-bg.jpg) no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.p-gnavi__sns {
  background-color: #63491A;
  width: 100%;
  padding: 12px 0;
  margin-top: auto;
}

.p-smp-menu__btn {
  width: 26px;
  height: 26px;
  top: 7px;
  right: 18px;
  position: fixed;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9951;
}

.p-smp-menu__btn.is-open {
  height: 26px;
  display: block;
  top: 12px;
  width: 26px;
  right: 16px;
  opacity: 1;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}

.p-smp-menu__btn.is-open span {
  background-color: #fff;
  -webkit-filter: none;
          filter: none;
  width: 25px;
  display: block;
  height: 3px;
  top: 28px;
  right: 54px;
  margin: 0;
  width: 25px;
}

.p-smp-menu__btn.is-open span:nth-of-type(1) {
  -webkit-transform: translateY(50%) rotate(45deg);
          transform: translateY(50%) rotate(45deg);
}

.p-smp-menu__btn.is-open span:nth-of-type(3) {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.p-smp-menu__btn.is-open span:nth-of-type(2) {
  display: none;
}

.p-smp-menu__bar {
  width: 25px;
  height: 3px;
  border-radius: 3px;
  margin: 3px 0;
  background-color: #fff;
  /* filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.8)); */
  /* display: block; */
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.c-scroll {
  left: 50%;
  bottom: 1rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.c-scroll__sp {
  -webkit-animation: sdb 1.5s infinite;
          animation: sdb 1.5s infinite;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
            transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

.p-place__nav {
  position: relative;
  overflow: hidden;
}

.p-place__nav.is-hide {
  height: 513px;
}

.p-place_sub-ttl {
  margin-bottom: 4px;
  font-size: 12px;
}

.p-place_txt {
  line-height: 1.4;
}

@media (min-width: 767px) {
  .p-place__nav.is-hide {
    height: 490px;
  }
  .p-place_sub-ttl {
    font-size: 12.5px;
  }
}

.p-place__nav.is-hide::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 60px;
  /*グラデーションで隠す高さ*/
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(202, 190, 158, 0)), color-stop(50%, rgba(202, 190, 158, 0.9)), color-stop(50%, rgba(202, 190, 158, 0.9)), to(#cabe9e));
  background: linear-gradient(top, rgba(202, 190, 158, 0) 0%, rgba(202, 190, 158, 0.9) 50%, rgba(202, 190, 158, 0.9) 50%, #cabe9e 100%);
}

@media (min-width: 767px) {
  .p-place__nav.is-hide::before {
    height: 70px;
  }
}

#menu {
  background-image: url("../../assets/images/bg-gnav_pc.jpg");
  /* background-color: #63491a; */
}
/* 
a.txt-link {
  text-decoration: underline;
  color: #F29600;
} */

a.txt-link:hover {
  text-decoration: none;
  color: #CCC;
}

@media (min-width: 768px) {
  .c-scroll {
    bottom: 1.8rem;
  }

  #activity_menu {
    padding-bottom: 28px;
  }

  .js-place-btn {
    font-size: 14px !important;
  }

  .lity-image img {
    width: 90vh;
  }

}

@media (min-width: 768px) {
  .p-main {
    width: 100%;
    height: 100vh;
  }
}

.p-sns-icon_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 9.02vw;
}

@media (min-width: 768px) {
  .p-sns-icon_flex {
    margin-right: 7.0666vw;
    margin-left: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.p-sns-icon_outgoing {
  color: #674c1c;
  background-color: #dadf00;
  border-radius: 8px;
  padding: 2px 10px;
  text-align: center;
  line-height: 1;
  font-size: 12px;
  margin-right: 12px;
}

@media (min-width: 768px) {
  .p-sns-icon_outgoing {
    border-radius: 8px;
    padding: 3px 11px;
    text-align: center;
    line-height: 1;
    font-size: 14px;
    margin-right: 12px;
  }
}

.p-main_left-side__news-img {
  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;
}

.p-main_left-side__news-img img {
  width: 7.69vw;
}

@media (min-width: 768px) {
  .p-main_left-side__news-img img {
    width: 2.81vw;
  }
}

.p-main_left-side__news-border {
  width: 24.22vw;
  border-top: 1px solid #fff;
  margin-left: 12px;
}

@media (min-width: 768px) {
  .p-main_left-side__news-border {
    width: 15.08vw;
  }
}

.p-main_left-side__shop-start {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  padding-top: 12px;
  overflow: scroll;
  max-height: 75px;
}

@media (min-width: 768px) {
  .p-main_left-side__shop-start {
    color: #fff;
    font-size: 13px;
    line-height: 22px;
    padding-top: 13px;
  }
}

.p-main_left-side__shop-start:hover {
  color: #dadf00;
  cursor: pointer;
}

.p-main_left-side__news {
  margin-top: 30px;
  position: relative;
  left: -28px;
}


@media (min-width: 768px) {
  .p-main_left-side__news {
    position: static;
    margin-top: 0;
    margin-left: 4.38vw;
  }
}

.p-feature__info {
  padding: 40px 0;
}

@media (min-width: 768px) {
  .p-feature__info {
    padding: 60px 0;
  }
}

@media (max-width: 979px) {
  .p-feature__info-inner {
    margin-bottom: 40px;
  }
  .p-feature__info-wrap{
    padding: 0 25px;
  }
}

.p-menu_text-en {
  font-size: 28px;
  line-height: 0.5em;
  padding-top: 15px;
  font-family: 'vinyl', sans-serif;
}

.p-menu_text-jp {
  font-size: 12px;
}

.p-covid {
  padding: 0 25px;
}

.p-covid__measures {
  padding-top: 20px; 
}

.p-covid__invite .c-btn-anker {
  background-color: #E95513;
}

.p-covid__against .c-btn-anker {
  background-color: #00A199;
}

.c-btn.action {
  width: 100%;
  background-color: #eaede2;
  padding: 5px 0 75px;
  margin: 0;
}  

.c-btn.action .c-btn-anker {
  /*width: 230px;*/
  width: 280px;
  margin: 0 auto;
  font-size: 13px;
}

.c-btn.action-btn-pc {
  /*width: 230px;*/
  width: 280px;
  margin: 0 20px 0 0;
}

.c-btn.action-btn-pc .c-btn-anker {
  margin: 0 auto;
  font-size: 13px;
}

.p-feature__outdoor-bt {
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  #concept .c-ttl__en {
    padding-top: 60px;
  }
}

@media (min-width: 768px) {
  .p-menu_list {
    text-align: center;
  }

  .p-info {
    padding: 60px 0;
  }
}

@media (min-width: 980px) {
  .p-covid {
    max-width: 36.1%;
    /*margin: auto 0 0 5%;*/
    margin: 60px 0 0 5%;
    padding-left: 2.77%;
    padding-right: 0;
  }
}






/* galery */

.p-galery {
  margin-bottom: 12px;
}

.p-galery__fl {
  display: flex;
  flex-wrap: wrap;
}

.p-galery__fl {
  width: 100%;
}

.p-galery__pic {
  width: calc(100% / 3);
}
@media (max-width: 767px) {
  .p-galery__pic:nth-of-type(2n+1) {
    display: none;
  }
  .p-smp-concept {
    background-color: #EAEDE2;
  }
  .p-smp-concept .c-ttl__box {
    padding: 56px 25px 0;
    margin-bottom: 0;
  }
  .p-smp-concept__inner {
    margin-bottom: 12px;
  }
}


@media (min-width: 768px) {
  #concept {
    background: url('../../assets/images/2022/concept-bg.jpg') center center no-repeat;
    margin-bottom: 15px;
    background-size: contain;
  }

  .p-galery {
    margin: 0 auto 15px;
    max-width: 1300px;
  }

  .p-galery__fl {
    overflow-y: hidden;
  }

  .p-galery__pic {
    width: calc(100% / 6);
  }

}

.gmap {
  margin-bottom: 60px;
} 

@media (min-width: 768px) {
  .p-exp__map-banner {
    bottom: 33px;
    left: 35px;
    width: 123px;
  }
  .gmap {
    margin-bottom: 70px;
  }
}

.p-exp__map-banner {
  bottom: 26px;
  left: 17px;
  width: 94px;
}

/* experience */
.p-experience__container {
  padding-top: 75px;
  padding-bottom: 75px;
}

.p-feature__activity {
  gap: 15px;
  margin-bottom: 32px;
}

@media ( min-width: 768px ) {
  .p-experience__container {
    padding-bottom: 90px;
  }
  
  .p-feature__activity {
    flex-wrap: wrap;
  }
}

@media ( max-width: 767px ) {
  .p-feature__activity {
    display: flex;
    margin: 0 auto 28px 25px;
    max-width: 1080px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .p-feature__activity-prog {
    /*flex: 0 0 70%;*/
    flex: 0 0 83%;
  }
}


/* btn */
.c-btn {
  width: 325px;
  margin: 0 auto;
  border-radius: 6px;
  text-align: center;
}

.c-btn-anker {
  color: #fff;
  display: block;
  padding: 4px 0;
  background-color: #946134;
  border: 3px solid #57421E;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  position: relative;
  font-size: 13px;
}

@media ( max-width: 767px ) {
  .c-btn-anker {
    font-weight: bold;
  }
}

.c-btn-arrow {
  width: 17px;
  right: 12px;
  position: absolute;
}

.c-small-btn {
  max-width: 230px;
  height: 36px;
  margin: 0 auto;
}
.reserve-anker {
  font-size: 13px;
  justify-content: space-around;
  text-indent: -20px;
  background-color: #D60050;
  border: 4px solid #933872;
  font-weight: bold;
}

.p-experience__container .reserve-anker {
  height: 40px;
}

/* venue */
#info-central {
  margin: 20px auto 0;
}

.p-venue__attention {
  margin-bottom: 60px;
}

.p-venue__bg {
  margin: 0 auto 25px;
  background-color: #EAEDE2;
}

.p-venue__wrap {
  padding: 70px 25px;
}

@media (min-width: 768px) {
  .p-venue__bg {
    width: 670px;
  }
  .p-venue__attention {
    margin: 0 auto 70px;
    width: 670px;
  }
  .p-venue__wrap {
    padding: 90px 0;
  }
  .reserve-anker {
    font-size: 14px;
  }
  .c-btn-anker {
    font-size: 14px;
  }
  .c-small-btn .c-btn-anker {
    font-size: 13px;
  }
}

.p-venue__attention-btn {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (min-width: 768px) {
  .p-venue__attention-btn {
    flex-direction: row;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .p-venue__parking-img {
    margin: 0 -25px;
  }
}

.p-venue__parking-img {
  margin-bottom: 20px;
}
.p-venue__parking-text {
  font-weight: bold;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-venue__parking-text {
    text-align: center;
  }
}
  

/* premium */
.p-premium {
  margin-bottom: 60px;
}

.p-premium__fl {
  flex-direction: column;
}

.p-premium__card {
  font-weight: bold;
  padding-top: 10px;
}
.p-premium__card-flx {
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}

.p-premium__card-icon {
    width: 65px;
    background-color: #F29600;
    border-radius: 5px;
    color: #231815;
    font-size: 16px;
    padding: 0 7px;
    align-items: center;
    margin-right: 8px;
}
.p-premium__cart-place {
  margin-bottom: 15px;
}

.p-premium__pic img {
  cursor: pointer;
}

.font-small {
  font-size: 13px;
}



@media (max-width: 768px) {
  .p-premium__pic:first-child {
    margin-bottom: 60px;
  }
}

@media (min-width: 768px) {
  .p-premium {
    margin-bottom: 70px;
  }
  .p-premium__fl {
    flex-direction: row;
    gap: 15px;
  }
  .p-premium__card {

  } 

}

@media (min-width: 768px) {
  .md\:w-1\/5 {
    width: 25%;
  }
}

#list-shop\ u-fade ul li .font-small{
  font-size: 12px;
  padding-top: 6px;
  border-top: 1px dotted rgb(87,66,30);
  margin-top: 6px;

  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  letter-spacing: 0.05em;
}

@media (min-width: 768px) {
  #list-shop\ u-fade ul li .font-small{
      font-size: 13px;
  }
}


.p-place__all-view {
  width: 140px;
  padding: 3px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .p-place__all-view {
    width: 168px;
  }
}


@media (min-width: 768px) {
  .p-feature__gray-wrap {
    padding: 50px 0;
  }
}

.p-feature__gray-flx {
  display: flex;
  gap: 12px;
}

@media (max-width: 768px) {
  .p-feature__gray-wrap {
    padding: 35px 25px;
  }
  .p-feature__gray-banner {
    margin-bottom: 10px;
  }
}

.iziModal {
  width: 480px;
}
@media (max-width: 768px) {
  .iziModal {
    width: 85.33vw;
  }
}

.p-izi__wrap {
  padding: 25px 18px;
  background-color: #eaede2;
}
.p-izi__tour {
  font-size: 16px;
  font-weight: bold;
  /*margin-bottom: 20px;*/
  margin-bottom: 12px;

  letter-spacing: 0.03em;
}
.p-izi__text {
  /*margin-bottom: 20px;*/
  margin-bottom: 12px;
  font-size: 14px;
}

.p-izi__white {
  background-color: #fff;
  padding: 12px;
  font-size: 13px;
  margin-bottom: 25px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  /*letter-spacing: 0.03em;*/
}

@media (max-width: 768px) {
  .p-izi__text{
    font-size: 13px; 
  }

  .p-izi__white {
    font-size: 12px; 
  }
}

.p-izi__close {
  position: absolute;
  right: 3px;
  top: 3px;
  width: 23px;
  height: 23px;
  background: #707070;
  border-radius: 50%;
  color: #fff;
  font-size: 0;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  cursor: pointer;
}
.p-izi_close-anker {
  display: block;
  position: relative;
  top: -58%;
  left: -62%;
  padding: 25px;
}
.p-izi_close-anker::before, .p-izi_close-anker::after {
  content: "";
  position: absolute;
  /* top: 23%;
  left: 23%; */
  width: 3px;
  height: 15px;
  background: #fff;
}
 
.p-izi_close-anker::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
 
.p-izi_close-anker::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}


.iziModal-navigate>button {
  opacity: 1!important;
}
button.iziModal-navigate-prev {
  background: none;
  opacity: 1;
  display: inline-block;
  width: 26px;
  height: 26px;
  left: 50%;
  top: 40%;
  padding: 50px;
}

button.iziModal-navigate-next {
  background: none;
  opacity: 1;
  display: inline-block;
  width: 26px;
  height: 26px;
  right: 50%;
  top: 40%;
  padding: 50px;
}

button.iziModal-navigate-prev:before {
  content: '';
    width: 26px;
  height: 26px;
  display: inline-block;
  margin: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-135deg);
}

button.iziModal-navigate-next:before {
  content: '';
  width: 26px;
  height: 26px;
  display: inline-block;
  margin: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

@media ( max-width: 767px ) {
  button.iziModal-navigate-prev {
    left: calc(50% + 35px);
  }
  button.iziModal-navigate-next {
    right: calc(50% + 35px);
  }
}


.iziModal-navigate-prev,
.iziModal-navigate-next {
  display: none;
}
  
.iziModal-isOverflow .iziModal-navigate-prev,
.iziModal-isOverflow .iziModal-navigate-next {
  display: block;
}
/* .iziModal-overlay {
  -webkit-transform:translateZ(-1000px);
} */




.wf-active .p-main__left-side {
  opacity: 1;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

.wf-active .p-main__left-side-text {
  opacity: 1;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

.wf-active .p-main__center-txt {
  opacity: 1;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

.wf-active .p-main__right-side {
  opacity: 1;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}