@charset "UTF-8";
.localstars_header{
  width: 100%;
  text-align: center;
}
.localstars_header h1 {
  margin: 0;
  padding: 0;
  width: 100%;
  background-image: url(../img/bg_logo.png);
  background-repeat: repeat-x;
  background-position: top center;
  background-size: auto 100%; 
  line-height: 0; 
}
.localstars_header h1 img {
  width: 90%;     
  max-width: 350px; 
  height: auto;  
  vertical-align: bottom; 
}
.localstars_header h2 {
  margin-top: 1rem; 
  line-height: 1.5; 
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff; 
  background-color: #f1881b;
  border-radius: 40px; 
  padding: 8px 24px; 
  display: inline-block;
}



.localstars_info {
  width: 100%;
  margin-top: 2.5rem;
  padding: 2rem 1.5rem;
  box-sizing: border-box;
  background-image: url(../img/bg_main.jpg); 
  background-repeat: repeat;
}
.info_inner {
  max-width: 850px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08); 
  padding: 3rem 2rem  2.5rem;
  position: relative; 
}
.pin {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  z-index: 10;
  
  box-shadow: 
    inset -3px -3px 5px rgba(0,0,0,0.2), 
    inset 2px 2px 4px rgba(255,255,255,0.8), 
    0px 2px 4px rgba(0,0,0,0.3); 
}
.pin_tl { 
  top: 15px; 
  left: 15px; 
  background-color: #00a0e9; 
}
.pin_tr { 
  top: 15px; 
  right: 15px; 
  background-color: #f1881b; 
}
.pin_bl { 
  bottom: 15px; 
  left: 15px; 
  background-color: #4caf50; 
}
.pin_br { 
  bottom: 15px; 
  right: 15px; 
  background-color: #e91e63; 
}



.info_inner h3.section_title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #333333;
  margin: 0 0 2rem 0;
  position: relative;
  z-index: 1; 
}

.info_inner h3.section_title::before {
  content: attr(data-en);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4.5rem; 
  font-weight: 900;
  color: #f0f4f7; 
  z-index: -1; 
  letter-spacing: 0.1em;
}


.info_content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}


.info_content figure {
  margin: 0;
  padding: 0;
  text-align: center;
}

.info_content figure img {
  width: 160px;
  height: auto;
  margin-bottom: 10px;
}

.info_content dl {
  margin: 0;
}
.info_content dt {
  font-size: 1rem;
  color: #00a0e9; 
  margin-bottom: 4px;
}
.info_content dd {
  margin: 0;
  font-size: 1.6rem;
  font-weight: bold;
  color: #333333;
}

.about_text p {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.8; 
  color: #444444;
  text-align: justify; 
  padding-bottom: 1rem;
}




.localstars_info,
.localstars_archive {
  width: 100%;
  padding: 2rem 1.5rem;
  box-sizing: border-box;
  background-image: url(../img/bg_main.jpg); 
  background-repeat: repeat;
}

.localstars_info {
  margin-top: 2.5rem;
}
.localstars_archive {
  padding-bottom: 4rem;
}


.archive_list {
  list-style: none; 
  margin: 0;
  padding: 0;
}

.archive_list li {
  padding: 2.5rem 0;
  border-bottom: 2px dashed #d1d8dc; 
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.archive_list li:first-child { padding-top: 0; }
.archive_list li:last-child { border-bottom: none; padding-bottom: 0; }


.archive_thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9; 
  object-fit: cover; 
  border-radius: 8px; 
  box-shadow: 0 4px 10px rgba(0,0,0,0.05); 
}


.archive_info {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.archive_meta {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.archive_date {
  font-size: 1.2rem;
  color: #666666;
  font-weight: bold;
}

.archive_guest {
  font-size: 1.6rem;
  font-weight: bold;
  color: #333333;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.guest_label {
  font-size: 1rem;
  background-color: #00a0e9; 
  color: #ffffff;
  padding: 4px 12px;
  border-radius: 50px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: 0.3rem;
  flex-shrink: 0;
}

.guest_name {
  line-height: 1.5;
}
.archive_audio audio {
  width: 100%;
  height: 48px;
  outline: none;
}



@media screen and (min-width:768px) {
  .localstars_header h1 img {
    width: 560px; 
    max-width: 95%;
  }
  .localstars_header h2 {
    font-size: 3rem;
  }
	

	
  .localstars_info {
    padding: 5rem 1rem;
  }
  
  .info_inner {
    padding: 50px;
  }
  .info_inner h3 {
    font-size: 1.8rem;
    margin-bottom: 45px;
  }

  .info_content {
    flex-direction: row; 
    align-items: center; 
    gap: 60px; 
  }


  .info_content figure {
    flex-shrink: 0; 
    width: 220px;
  }
  .info_content figure img {
    width: 180px; 
  }

  .about_text {
    flex-grow: 1; 
  }
  .about_text p {
    font-size: 1.8rem;
}
	

	
  .localstars_archive {
    padding: 2rem 1rem 6rem;
  }


  .archive_list li {
    flex-direction: row; 
    align-items: flex-start; 
    gap: 2.5rem; 
  }
  
  .archive_thumb {
    flex-shrink: 0;
    width: 260px; 
  }

  .archive_info {
    flex-grow: 1; 
    min-height: 146px; 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
  }

  .archive_date {
    font-size: 1.4rem;
  }

  .archive_guest {
    font-size: 1.8rem;
  }

  .archive_audio {
    width: 100%;
    margin-top: auto; 
  }
	


	
}