:root {
    --font-size-base: 16px;
    --font-size-h1: 2rem;
    --font-size-h2: 1.5rem;
    --font-size-h3: 1rem;
    --font-size-button: 1rem;
    --font-size-small: 0.875rem;
    --font-size-caption: 0.75rem;
}
.yosakoi2025{
    font-size: var(--font-size-base);
    line-height: 1.9;
}
.yosakoi2025 .container{
    max-width: 760px;
    background-color: transparent;
    margin: auto;
}
h1{
    font-size: var(--font-size-h1);
    text-align: center;
    margin-bottom: 20px;
    color: #008b84;
}
h2{
    font-size: var(--font-size-h2);
    margin-bottom: 10px;
}
h3{
    font-size: var(--font-size-h3);
    margin-top: 5px;
    margin-bottom: 5px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-10{
    margin-bottom: 10px;
}
.info-figure-container{
    display: flex;
    flex-flow: column;
    margin-bottom: 20px;
}
.subtitle-sm{
    position: relative;
    display: inline-block;
    padding: 0 20px;
    color: 	#007a99;
    font-weight: bold;;
    margin-bottom: 10px;
}
.subtitle-sm:before{
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 15px;
    height: 2px;
    background-color: 	#007a99;
    left: 0;
}
.link-sm{
    text-align: center;
    max-width: 300px;
    color: #007a99;
    border: solid 1px #007a99;
    border-radius: 5px;
    padding: 5px 10px;
    transition: background-color 0.4s ease;
    margin-top: 20px;
    margin-left: 350px;
}
.link-sm:hover{
    background-color: #007a99;
    color: #fff;
}
.point-container{
    background-color: #f5fcff;
    padding: 20px;
    border-radius: 10px;
}
.point-container p{
    line-height: 1;
}
.point-container a{
    text-decoration: underline;
    color: #007a99;
}
.title-point{
    color: 	#007a99;
}
.title-point span{
    display: flex;
    align-items: center;
    color: 	#007a99;
    font-size: 1rem;
    text-transform: uppercase;
}
.title-point span::before{
    content: '';
    display: inline-block;
    margin-right: 20px;
    width: 20px;
    height: 1px;
    background-color: 	#007a99;
}
.title-describe{
    position: relative;
    color: #008b84;
}
.title-describe::before{
    content: attr(data-number);
	display: inline-block;
	margin-right: 5px;
	color: #008b84;
    border-bottom: solid 1px #008b84;
}
.title-describe-sub{
    position: relative;
    color: #007a99;
}
.square-subtitle{
margin: 10px 0;
}
.title-venue{
    font-weight: bold;
}
.venue-container{
    background-color: #f0f6f9;
    padding: 10px 20px;
    margin-bottom: 20px;
    border-radius: 20px;;
}
.venue-container-main{
    margin-top: 10px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
}
.venue-container-text{
flex: 1;
}
.venue-container-img{
width: 50%;
}
.venue-describe{
    line-height: 1;
    font-size: var(--font-size-small);
    color: 	#4ccac2;
}
.kanamotohall-container{
display: flex;
gap: 10px;
justify-content: space-between;
line-height: 1.5;
}
.kanamotohall-container .img-container{
width: 50%;
}
.map-container {
    display: flex;
    justify-content: center;
    position: relative;
    width: 650px;
    margin: 50px 0;
}
.map-image {
    width: 40%;
    height: auto;
    display: block;
}
.balloon {
    max-width: 300px;
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
    padding: 5px;
}
.balloon-container{
    display: flex;
    align-items: center;
    gap: 10px;
}
.balloon-img-container{
    width: 80%;
}
.balloon img {
    width: 100%;
    border-radius: 5px;
}
.balloon .text {
    font-size: 14px;
    margin-top: 8px;
}
.balloon .date {
    color: #0077cc;
    font-weight: bold;
}
.balloon-red {
    top: -80px;
    left: 0;
}

.balloon-funky {
    top: 260px;
    left: 10px;
}

.balloon-ichibangai {
    top: 200px;
    right: -15px;
}
.dosanko-park{
    margin-top: 200px;
}
.dosankopark-container{
    display: flex;
    gap: 10px;
}
.dosankopark-img-container{
    width: 50%;
}
.dosankopark-container .text{
    margin-top: 20px;
}
.west10street-container{
    display: flex;
    justify-content: start;
    align-items: flex-start;
    gap: 5px;
}
.west10street-container .container{
    flex: 1;
    width: 30%;
    margin: 0 !important;
}
.waodori-container{
    display: flex;
    gap: 5px;
}
.waodori-container .img-container{
    width: 50%;
}
.gurume-container{
    display: flex;
    gap: 10px;
}
.third{
    margin-bottom: 30px;
}
.gurume-describe{
    font-size: 0.8rem;
    margin-bottom: 10px;
}
.gurume-container .img-container{
    width: 50%;
}
.gurume-foods-container{
    display: flex;
    gap: 5px;
}
.link-ticket{
    background-color: #007a99;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    margin-left: 180px;
    transition: background-color 0.4s ease;
}
.link-ticket:hover{
    color: #007a99;
    background-color: #fff;
    border: solid 1px #007a99;
}
.point02-container{
    display: flex;
}
.enniti-container{
    text-align: center;
    background-color: #007a99;
    color: #fff;
    border-radius: 50%;
    width: 300px;
    padding: 5px;
    margin-left: 100px;
}
.title-guidebook{
    color: #007a99;
    text-align: center;
}

.guidebook-container{
    display: flex;
    column-gap: 10px;
    padding: 5px;
}
.guidebook-explain{
    background-color: #f0f6f9;
    padding: 5px;
}
.guidebook-point{
    color: #007a99;
}
.guidebook-list{
    list-style: none;
}
.guidebook-img-container{
    width: 40%;
}
.last-describe-container{
    background-color: #f2f2f2;
    padding: 5px 30px;
}
.last-describe-container .title{
    text-align: center;
    font-weight: bold;
}
.last-describe-sub-container{
    border-top: solid 1px #333;
}
.last-describe-sub-container p{
    line-height: 1.5;
}