@charset "UTF-8";
.place-hyogo-chara1, .place-hyogo-chara2, .place-hyogo-chara3, .place-hyogo-chara4 {
    z-index: -1;
    position: absolute;
}
.place-hyogo-chara1 {
    position: absolute;
    width: 600px;
    height: 600px;
    filter: opacity(0.8);
    background: url(../img/place/chara/creature01.webp) no-repeat center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    margin-right: 20px;
   left: calc(50% + 300px);
    top: 0;
}
.place-hyogo-chara2 {
    position: absolute;
    width:500px;
    height: 600px;
    background: url(../img/place/chara/creature02.webp) no-repeat center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    margin-right: 20px;
   right: calc(50% + 300px);
    bottom: 0;
}
.place-hyogo-chara3 {
    position: absolute;
    width:500px;
    height: 600px;
    background: url(../img/place/chara/creature03.webp) no-repeat center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    margin-right: 20px;
  left: calc(50% + 300px);
    top: 0;
}
.place-hyogo-chara4 {
    position: absolute;
    width:500px;
    height: 600px;
    background: url(../img/place/chara/creature04.webp) no-repeat center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    margin-right: 20px;
   right: calc(50% + 300px);
    top: 0;
}
.chara {
  opacity: 0;
  /* 初期状態は透明。transformはアニメ側で持つ */
}

.chara.aos-animate {
  animation: charaFly 4s linear forwards;
}

@keyframes charaFly {
  /* 0%〜100%：一定速度で下→上へ移動 */
  0% {
    transform: translateY(80px);
    opacity: 0;              /* フェードイン開始 */
  }

  /* 最初の20%でopacityだけ 0→1 */
  20% {
    transform: translateY(48px); /* 80px → -80px の線形移動に合わせた値 */
    opacity: 1;
  }

  /* 80%までopacityは1のまま（停止なし・移動は続く） */
  80% {
    transform: translateY(-48px);
    opacity: 1;
  }

  /* 最後の20%でopacityだけ 1→0 */
  100% {
    transform: translateY(-80px);
    opacity: 0;
  }
}
@media screen and (max-width: 1000px) {  
 
.place-hyogo-chara1 {
    width: 40vw;
    height: 40vw;
   left: inherit;
   right: -8vw;
}
.place-hyogo-chara2 {
    width:40vw;
    height: 40vw;
   right:inherit;
   left: -6vw;
   bottom:-5vw;
}
.place-hyogo-chara3 {
    width:40vw;
    height: 40vw;
   left: inherit;
   right: 0;
}
.place-hyogo-chara4 {
     width:40vw;
    height: 40vw;
   right:inherit;
   left: 0;
}
}
.place-main::before{
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
    background-image:url(../img/common/bg-yellow.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;

  transform: translateZ(0);
}
.place-common-section{
    padding-bottom: 120px;
    position:relative;
}
@media screen and (max-width: 800px) {  
  .place-common-section{
    padding-bottom: 80px;
  }
}

.place-about-container {
  display: grid;
  grid-template-columns: 675px auto;
  gap: 50px;
 margin-bottom: 100px;
}


.place-about-lists:last-child{
    border-bottom: none;
}

.place-about-lists-item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    border-bottom: 3px solid transparent;
    border-image: url(../img/common/line-dot-gold.svg) 50 repeat;
    font-size: 20px;
    letter-spacing: 0.08em;
    padding-bottom: 10px;
}
.place-about-lists-type{
    width: 8em;
    padding: 0 15px;
    letter-spacing: 0.08em;
    line-height: calc(28 / 16);
    color: #fff;
    position: relative;
    font-weight: 800;
    }
.place-about-lists-data{
    line-height: calc(28 / 16);
    width: 100%;
    padding-top: 5px;
}
.place-about-lists-data small{
    line-height: calc(21 / 12);
    font-size: 15px;
}
@media screen and (max-width: 600px) {  
  .place-about-lists-item {
    font-size: 18px;
    gap: 10px;
    flex-direction: column;
  }
  .place-about-lists-type {
       width: 200px;
       padding: 5px 0;
       font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.2;
    color: #fff;
    position: relative;
    font-weight: 800;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
  }
    .place-about-lists-data{
        font-size: 15px;
    }
}
.place-about-map-container iframe{
    width: 100%;
    height: 100%;
    border: none;
}

@media (max-width: 1000px) {
    .place-about-container{
        grid-template-columns: 1fr;
    }

.place-about-map-container {
    height: 200px;
}
}
.place-schedule-text{
     font-size: clamp(16px, 2vw, 24px);
    line-height:2;
    letter-spacing: 0.08em;
    width: fit-content;
    margin: 0 auto;
}
.place-tokuten-image-container {
 width: 100%;
 max-width: 500px;
 margin: 0 auto;
}
.contents-list.place-taisen{
        background: linear-gradient(to bottom, rgba(0, 8, 35, 0.90) 0%, rgba(0, 27, 116, 0.90) 100%);
}
.contents-list.place-ennichi{
        background: linear-gradient(to bottom, rgba(14, 0, 9, 0.9) 0%, rgba(100, 0, 95, 0.90) 100%);
}
.contents-list.place-dmps{
        background: linear-gradient(to bottom, rgba(0, 35, 30, 0.9) 0%, rgba(0, 63, 48, 0.90) 100%);
}
.contents-list.place-food{
        background: linear-gradient(to bottom, rgba(35, 16, 0, 0.9) 0%, rgba(105, 21, 0, 0.90) 100%);
}

.contents-list.place-buyer{
        background: linear-gradient(to bottom, rgba(17, 17, 17, 0.9) 0%, rgba(85, 85, 85, 0.90) 100%);
}

.place-goods-container {
  display: grid;
  gap: 30px;
 grid-template-columns: 1fr 440px;
}
.place-goods-text{
    font-size: 24px;
    line-height: calc(34 / 24)  ;
    letter-spacing: 0.08em;
    margin-bottom: 40px;
}
@media screen and (max-width: 800px) {  
  .place-goods-container {
    grid-template-columns: 1fr;
  gap: 20px;
  }
  .place-goods-text{
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {  
    .place-goods-text{
    font-size: 16px;
}
}