
/* common */


:root {
  --primary-color:#39006b;
  --secondary-color: #666;
  --tertiary-color: #f0f0f0;
  --quaternary-color:#032564;
  --quinary-color:#8a6ba6;
  --senary-color:#bf001f;
}
html {
  scroll-padding-top:60px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #333;
}



.lh {
  line-height: 1.4 !important;
}

.lh1-2 {
  line-height: 1.2 !important;
}
.bg-white {
  background: #FFF;
}


.abril{
  font-family: "Abril Fatface", serif;
}
/* color */
.c-green{
  color: #129D89;
}


/* heading */

.heading-001 {
  position: relative;
  text-align: center;
  color: #129D89;
  font-family: "Abril Fatface", serif;
}
.heading-001:before {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width:120px;
  height: 5px;
  content: '';
  background:#129D89;
}

.heading-006{
  background: var(--quinary-color);
  color: #FFF;
  padding: 10px;
}


/* button */
.button-002 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width:320px;
  padding: 10px 15px;
  border: none;
  border-radius: 0;
  background-color:#129D89;
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  position: relative;
}
.button-002::before {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/2024/arrow-w.png) no-repeat;
  width: 6px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  transition: all 0.5s;
}
.button-002:hover::before {
  right: 25px;
}

.button-003 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width:520px;
  padding: 10px 15px;
  border: none;
  border-radius: 0;
  background-color:var(--primary-color);
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  position: relative;
}
@media (min-width: 641px) {
  .button-002,.button-003 {
    padding: 15px;
    font-size: 20px;
  }
}
.button-069 {
    display:block;
    padding:2px 12px;
    border-radius: 8px;
    text-decoration: none;
    background-color:var(--quinary-color);
    color:#FFF;
    margin: 0;
    text-align: center;
}
.button-069:hover {
    opacity:0.5;
}

/* .js-effect {
  transform: translateY(30px);
  transition-duration: 0.5s;
  opacity: 0;
}
.js-effect.effect {
  transform: translateY(0);
  opacity: 1;
}
.js-effect-left {
  transform: translateX(-30px);
  transition-duration: 0.5s;
  opacity: 0;
}
.js-effect-left.effect {
  transform: translateX(0);
  opacity: 1;
}
.js-effect-right {
  transform: translateX(30px);
  transition-duration: 0.8s;
  opacity: 0;
}
.js-effect-right.effect {
  transform: translateX(0);
  opacity: 1;
}



.lineup-item:first-child,
.shop-item:first-child {
  transform: translateY(10px);
  transition-duration: 0.5s;
}
.lineup-item:nth-child(2),
.shop-item:nth-child(2) {
  transform: translateY(10px);
  transition-duration: 1s;
}
.lineup-item:nth-child(3),
.shop-item:nth-child(3){
  transform: translateY(10px);
  transition-duration: 1.5s;
}
.lineup-item:nth-child(4),
.shop-item:nth-child(4) {
  transform: translateY(10px);
  transition-duration: 2s;
}
.lineup-item:nth-child(5),
.shop-item:nth-child(5){
  transform: translateY(10px);
  transition-duration: 2.5s;
}
.lineup-item:nth-child(6),
.shop-item:nth-child(6) {
  transform: translateY(10px);
  transition-duration: 3s;
}
.shop-item:nth-child(7) {
  transform: translateY(10px);
  transition-duration: 3.5s;
}
.shop-item:nth-child(8) {
  transform: translateY(10px);
  transition-duration: 4s;
}
.shop-item:nth-child(9) {
  transform: translateY(10px);
  transition-duration: 4.5s;
}
.shop-item:nth-child(10) {
  transform: translateY(10px);
  transition-duration: 5.0s;
}
.shop-item:nth-child(11) {
  transform: translateY(10px);
  transition-duration: 5.5s;
}
.shop-item:nth-child(12) {
  transform: translateY(10px);
  transition-duration: 6.0s;
}
.shop-item:nth-child(13) {
  transform: translateY(10px);
  transition-duration: 6.5s;
} */


.container-001 {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
}
.container-002 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 10px;
}
.container-003 {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 10px;
}
.container-004 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}
/* header-sp-001 */
.header-sp-001 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: #FFF;
}
.header-sp-001-logo img {
  margin:5px 10px 0 10px;
  height: 40px;
}
@media (min-width: 340px) {
  .header-sp-001-logo img {
    height:40px;
  }
}
/* .header-sp-001-right {
  height: 100%;
  display: flex;
  align-items: center;
}
.header-sp-001-right .h-tel{
  width:50px;
  margin-top: 5px;
} */
.header-sp-001-button {
  position: relative;
  background: #129D89;
  cursor: pointer;
  width: 60px;
  height: 60px;
}
.header-sp-001-button span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 5px;
  background: #fff;
  width: 55%;
}
.header-sp-001-button span:nth-of-type(1) {
  top: 13px;
}
.header-sp-001-button span:nth-of-type(2) {
  top: 26px;
}
.header-sp-001-button span:nth-of-type(3) {
  top: 39px;
}
.header-sp-001-button.active span:nth-of-type(1) {
  top: 22px;
  left: 14px;
  transform: translateY(6px) rotate(-45deg);
  width: 55%;
}
.header-sp-001-button.active span:nth-of-type(2) {
  opacity: 0;
}
.header-sp-001-button.active span:nth-of-type(3) {
  top: 34px;
  left: 14px;
  transform: translateY(-6px) rotate(45deg);
  width: 55%;
}
/* header-sp-001 end */

/* header-nav-sp-001 */
.header-nav-sp-001 {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 7;
  background: #FFF;
}
.header-nav-sp-001 > ul {
  height: calc(100% - 60px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  list-style: none;
}
.header-nav-sp-001 ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid #ccc;
}
.header-nav-sp-001 li {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.header-nav-sp-001 a {
  display: block;
  padding: 10px;
  color: #129D89;
  text-decoration: none;
  width: 100%;
}
.header-nav-sp-001 ul.sns-list{
  border-top: none;
  position: absolute;
  width: 100%;
  top:285px;
  height: auto;
}
.header-nav-sp-001 ul.sns-list li{
  width:auto;
  border-bottom:none;
}

/* header-nav-sp-001 end */

/* header-pc-001 */
.header-pc-001 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFF;
  z-index: 4;
}
.header-pc-001-inner {
  width: 100%;
  height: 110px;
  max-width: 1820px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px 0;
}
@media (min-width:641px) {
  .header-pc-001-inner {
      height: 150px;
  }
}


.header-pc-001-logo img {
  height: 40px;
  width: auto;
  margin-top: 5px;
}
@media (min-width:641px) {
  .header-pc-001-logo img {
    height:85px;
    margin-top:10px;
  }
}


.header-pc-001-nav {
  margin-top: 5px;

  position: relative;
}
.header-pc-001-nav ul.flex-center-center {
  list-style: none;
}
.header-pc-001-nav a {
  padding: 0 10px;
  font-size: 18px;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  transition: opacity 0.5s ease;
}

@media (min-width: 641px) {
  .header-pc-001-nav a {
    padding: 0 16px;
  }
}
.header-pc-001-nav a:hover {
  opacity: 0.7;
}
.header-pc-001-nav .sns-list{
  position: absolute;
  right: 15px;
  top: -70px;
}
@media (min-width: 990px) {
  .header-pc-001-nav .sns-list{
    top: -15px;
  }
}
.sns-list{
  margin: 0;
  padding: 0;
}
.sns-list li{
  margin:  0 7.5px;
}
.sns-list li a{
  background: #A4A0A0;
  border-radius: 50%;
  width:45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}

/* header-pc-001 end */
.main {
  margin-top: 35px;
}
@media (min-width: 768px) {
  .main {
    margin-top: 110px;
  }
}
@media (min-width:900px) {
  .main {
    margin-top: 140px;
  }
}
.main-slide{
  margin: 0;
  padding: 0 0 50px 0 ;
}


.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
  margin:  0 8px !important;
}
.swiper-pagination-bullet {
  width:25px;
  height: 25px;
  border-radius: 50%;
}

.main-slide .swiper-pagination-bullets{


}
.swiper-pagination-bullet-active{
  background: #129D89;
}
.bg-news{
  background: url(../img/2024/bg-news.jpg) no-repeat top center;
  padding: 110px 0;
}
.news-002 {
  margin:0 0 30px;
}
@media (min-width: 641px) {
  .news-002 {
    margin:0 0 50px;
  }
}


.news-002 .news-heading{
  background: #129D89;
  color: #FFF;
}
.news-002 .news-heading h2{
    font-family: "Abril Fatface", serif;
}
.news-002 .button-002{
  border-radius: 8px;
  border: solid 1px #FFF;
  background: #129D89;
  font-size: 18px;
  max-width: 200px;
  padding:5px 15px;
  margin: 0 auto;
}
.news-heading .button-002:hover{
  background:#FFF;
  color: #129D89;
}
.news-heading .button-002:hover::before {
  background: url(../img/2024/arrow-g.png) no-repeat;
}
.news-002 .button-002::before {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/2024/arrow-w.png) no-repeat;
  width: 6px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  transition: all 0.5s;
}
.news-002 .button-002:hover::before {
  right: 25px;
}


.news-001{
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.news-001-list {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
}

.home .news-001-text{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-001-text a {
  text-decoration: none;
  color: #333;
}
.news-001-text a:hover {
  text-decoration: underline;
}
.bg-green{
  background: url(../img/2024/bg-green.jpg) no-repeat;
  background-size: cover;
  width: 100%;
}
.bg-pink{
  background: url(../img/2024/bg-pink.jpg) no-repeat top center;
  background-size:contain;
  width: 100%;
}
.heading-chikurin,
.heading-kominka,
.heading-dj,
.heading-dj-kominka,
.heading-dance,
.heading-kids,
.heading-mc,
.heading-acoustic,
.heading-shuttle-bus,
.heading-outward-journey,
.heading-return-trip,
.heading-route-bus,
.heading-minamiyono,
.heading-kitaurawa,
.heading-food,
.heading-goods,
.heading-stage,
.heading-photo,
.heading-movie,
.heading-relaxation{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  color: #FFF;
}

.heading-chikurin{
  background: rgba(100,164,0,.7);
}
.heading-kominka{
  background: rgba(157,18,87,.7);
}
.heading-dj-kominka{
  background: rgba(108, 104, 207, 0.7);
}
.heading-dj{
  background: rgba(72,68,228,.7);
}
.heading-dance{
  background: rgba(157,152,18,.7);
}
.heading-kids{
  background: rgba(28,203,227,.7);
}
.heading-mc{
  background: rgba(227,28,104,.7);
}
.heading-acoustic{
  background: rgba(227,151,28,.7);
}
.heading-shuttle-bus{
  background: rgba(58,85,130);
}
.heading-outward-journey{
  background: rgba(59,125,191);
  border-radius: 15px;
}
.heading-return-trip{
  background: rgba(78,178,202);
  border-radius: 15px;
}
.heading-route-bus{
  background: #7DCA30;
}
.heading-minamiyono{
  background: #7EA600;
  border-radius: 15px;
}
.heading-kitaurawa{
  background: #0E361B;
  border-radius: 15px;
}
.heading-food{
  background: #EF732E;
}
.heading-goods{
  background: #F2B425;
}
.heading-stage{
  background: #3BBF3B;
}
.heading-photo{
  background: #3B7DBF;
}
.heading-movie{
  background: #543BBF;
}
.heading-relaxation{
  background: #8FBF3B;
}

.heading-map{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #CCC;
}

.bus-block{
  font-weight: 600;
}
.bus-block .col-pc-3,
.bus-block .col-pc-9{
  text-align: center;
}
.bus-block .col-pc-9{
  margin-bottom: 30px;
}

.bus-block .col-pc-9::after{
  content: "";
  background:url(../img/2024/arrow-down.png) no-repeat;
  width: 29px;
  height: 14px;
  display: block;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: -20px;
}
.bus-block .col-pc-9:last-of-type::after{
  content: none;
}

@media (min-width: 641px) {
  .bus-block{
      margin: 0 50px;
  }
  .bus-block .col-pc-3,
  .bus-block .col-pc-9{
    margin-bottom: 20px;
  }
  .bus-block .col-pc-9{
    padding-left: 15px;
  }
  .bus-block .col-pc-3::after{
    content: "";
    background:url(../img/2024/arrow-down.png) no-repeat;
    width: 29px;
    height: 14px;
    display: block;
    background-size: contain;
    position: absolute;
    left: 50%;
    bottom: -20px;
  }
  .bus-block .col-pc-3:last-of-type::after{
    content: none;
  }
}

.bus-block dt,
.bus-block dd{
  margin: 0;
  padding: 0;
}
.bus-about-block{
  background: #FFF;
  border-radius: 16px;
  padding: 15px;
  border:solid #CCC 3px;
}
@media (min-width: 641px) {
  .bus-about-block{
    border: none;
  }
}
.bus-about-block span{
  color: #CF1020;
  font-weight: 600;
}
.icon-txt{
  margin-left: 1em;
  text-indent: -1em;
}
.route-bus-button{
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    padding: 15px 60px;
    text-decoration: none;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    background: #7DCA30;
    border-radius: 15px;
    border-bottom: solid 5px #0E361B;
    font-weight: 600;
}
.route-bus-button:hover {
    border-bottom: solid 2px #0E361B;
    transform: translateY(3px);
}
.map{
  width: 100%;
  position: relative;
  padding-top:50%;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 641px) {
  .map{
      padding-top:30%;
  }
}
.bg-brown{
  background: #F0EBE1;
}
.bg-brown a{
  color: #333;
}
.bg-footer{
  padding: 100px 10px 40px;
  background: #129D89;
}

.bg-footer .sns-list li a{
  background: rgba(12, 99, 86, .6);
}
.bg-footer .sns-list li a img{
  opacity: 0.6;
}

.home-block {
  padding:30px 0;
  position: relative;
  overflow: hidden;
}
a.line-up-link{
  text-decoration: none;
}
a.line-up-link p{
  color: #333;
}
.line-up-link p {
  line-height: 2.2;
}
.pdf-icon{
  width: 45px;
}

.home-block .button-002 {
  margin:20px auto 30px;
}
@media (min-width: 768px) {
  .home-block {
    padding: 100px 0;
  }

}

/* footer */
.footer ul {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}
.footer ul li{
  margin: 0 15px;
}
.footer ul a {
    color: #000;
  text-decoration: none;
  margin: 0 ;
  font-size: 18px;
  font-weight: 600;
}
.footer ul a:hover {
  text-decoration: underline;
}
.footer .past-list li{
  margin: 0;
}
.past-list img{
  width: 80%;
  margin: 0 auto 30px;
  display: block;
}
@media (min-width: 768px) {
  .past-list img{
    width: auto;
  }
  .footer .past-list li{
    margin: 0 10px;
  }
}

.pagetop-btn {
  position: fixed;
  z-index: 1;
  background: #129D89;
  text-decoration: none;
  width: 60px;
  height: 60px;
  bottom: 55px;
  right: 15px;
  text-align: center;
  border-radius: 50%;
  border: solid 3px #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagetop-btn:hover {
  opacity: 0.5;
}
@media (min-width: 768px) {
  .pagetop-btn {
    bottom: 15px;
  }
}
/* page */
.page-main{
background: #129D89;
color: #FFF;
}
.page-title{
  padding: 10px 0;
  margin: 0;
}
.page-block{
  padding: 15px 0 30px;
}
.page-block p{
  line-height: 2.2;
}
.page-block.pt-0{
  padding-top: 0 !important;
}
.page-block.pb-0{
  padding-bottom: 0 !important;
}
@media (min-width: 641px) {
  .page-block{
    padding: 50px 0;
  }
}

.page-block .button-002{
  padding:10px 15px;
  font-size: 16px;
}
.page-content{
  min-height:300px;
}


/* table */
.table{
  margin: 50px auto;
  max-width:100%;
  border-collapse: collapse;
  line-height: 2.2;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}
@media (min-width:1000px) {
  .table{
      max-width:80%;
  }
}
.table th,
.table td{
  padding: 10px 15px;
}
@media (max-width:1000px) {
  .table th,
  .table td{
    width: 100% !important;
    display: block;
  }
}


/* single */
.headline-post {
	line-height: 1.2;
	margin: 0 0 15px;
	border-bottom: solid 4px #129D89;
	padding: 0 10px 8px;
	font-size: 25px;
  font-weight: 600;
}
.headline-post .time {
	font-size: 18px;
}
.single-content{
	overflow: hidden;
	margin-bottom: 50px;
}
@media (min-width: 641px) {
  .single-content{
    min-height: 300px;
  }
}
.single-content .article-info{
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
}

.single-content h1,
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5,
.single-content h6 {
	font-weight: 600;
	margin-bottom: 15px;
	color:#129D89;
}
.single-content .article-img{
	margin-bottom: 15px;
}

.single-content h2{
	background:#129D89;
	color: #FFF;
	border-radius: 12px;
	padding: 5px 20px 7px;
	font-size: 18px;
}
.single-content h3 {
	padding: 0 5px;
	margin-bottom: 0;
	font-size: 20px;
	border-bottom: solid 3px #129D89;
}
.single-content h4,
.single-content h5 {
	font-size: 18px;
}
.single-content h6 {
	font-size: 16px;
}
.single-content blockquote {
	position: relative;
	margin: 5px 0 15px 0;
	padding: 40px 15px 8px 15px;
	box-sizing: border-box;
	font-style: italic;
	font-size: 18px;
	background: #f0f0f0;
	color:#129D89;
}
.single-content blockquote:before {
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 3px;
	content: "“";
	color: #129D89;
	font-size: 90px;
	line-height: 1;
}
.single-content blockquote p {
	padding: 0;
	margin: 10px 0;
	line-height: 1.7;
}
.single-content blockquote cite {
	display: block;
	text-align: right;
	color:#129D89;
	font-size:16px;
}
.single-content table{
	border:solid 1px #129D89;
	border-collapse: collapse;
}
.single-content table thead th{
	background: #0d6154;
	color:#FFF;
	padding: 5px;
	border: solid 1px #FFF;
}
.single-content table tbody th{
	background: #f0f0f0;
}
.single-content table tbody th,
.single-content table tbody td {
	padding:15px;
	border: solid 1px #f0f0f0;
}
.single-content ul,
.single-content ol{
	margin: 5px 0 15px 15px;
  padding-left: 15px;
}
.single-content ul {
	list-style: disc;
}
.single-content ol {
	list-style: decimal;
}
.single-content img{
	margin-bottom: 15px;
}
.single-content .wp-caption .wp-caption-text{
	font-size: 1.4rem;
	margin-top: -15px;
}
.single-content .aligncenter{
	margin-top: 15px;
}

.single .button-002 {
  width: 100%;
  max-width:250px;
  padding:10px 15px;
  border: none;
  border-radius: 0;
  background-color: #FFF;
  border-radius: 8px;
  color: #129D89;
  font-size: 16px;
  text-decoration: none;
  border:#129D89 solid 2px ;
}
.single .button-002::before {
  background: url(../img/2024/arrow-g.png) no-repeat;
}
/*wp-pagenavi base*/
 .wp-pagenavi {
	margin-top: 50px;
	clear: both;
	text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
	color: #333;
	background-color: var(--tertiary-color);
	border: solid 1px var(--tertiary-color);
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	border-radius: 3px;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
}
.wp-pagenavi a:hover {
	color: var(--white-color);
	background-color: var(--gray-color);
	border-color: var(--gray-color);
}
.wp-pagenavi span.current {
	color: #FFF;
	background-color:#129D89;
	border-color:#129D89;
	font-weight: bold;
}

/* page */
.youtube {
  position: relative;
  width: 80%;
  padding-top: 45%;
  margin: 0 auto;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.featherlight .featherlight-content{
  background: #000;
  color: #FFF;
  max-width: 950px;
  padding: 15px;
}
.featherlight .featherlight-content a{
  color: #FFF;
}
.featherlight-sample {
	display: none;
}
.featherlight-sample .sns-list li a{
  background: #000;
  border: solid 2px #FFF;
}
.featherlight .featherlight-close-icon{
  background: #129D89;
  color: #FFF;
  font-size: 30px;
  line-height: 50px;
  width: 50px;
}
.line-up-link .c-green,
.shop-link .c-green{
  color: #129D89;
}
.shop-link{
  text-decoration: none;
}
.shop-link img{
  border-radius: 10px;
}

.new-line span{
	display: inline-block;
}
.list-none{
  list-style: none;
}
.bg-blue{
  background: url(../img/2024/bg-blue.jpg);
}
.video-block{
	position: relative;
	width: 80%;
	height: 300px;
}
.video{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.video video{
	position: absolute;
	top: 50%;
	left: 50%;
	object-fit: cover;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
}