@charset "UTF-8";

img {
  max-width: 100%;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.br {
  display: inline-block;
}

#chihara-travel {
  padding: 3rem 1rem;
  font-size: 1rem;
}

#chihara-travel article {
  margin: 3rem 0;
}

#chihara-travel h1 {
  color: #EA572B;
  line-height: 1.6;
  letter-spacing: 0.08rem;
  font-size: 1.6rem;
  font-weight: bold;
}

.sbtitle {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 2.5rem;
  padding-bottom: 1rem;
  border-bottom: solid #EA572B 2px;
}

/* 番組内容 */
.prmovie {
  max-width: 1200px;
  margin: 0 auto;
}

.movie{
  display: block;
  max-width: 1000px;
	margin: 30px auto;
}

.movie .movieCon {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  order: 1;
}

.movie .movieCon iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.text_box p {
  margin-bottom: 1rem;
  line-height: 1.7;
}

/* 出演者 */
.performers {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
  text-align: center;
}

.perf_item {
  width: calc(100% / 3 - 20px);
}

.perf_item img {
  margin-bottom: 1rem;
  box-shadow: 2px 2px 3px rgba(3, 3, 3, .3);
}

/* map */
.map {
  text-align: center;
}

.map img {
  margin-bottom: 2rem;
}

.btn {
  text-align: center;
  margin-bottom: 2rem;
}

.btn a {
  color: #fff;
  background-color: #EA572B;
  display: inline-block;
  cursor: pointer;
  padding: 1rem 4rem;
  border-radius: 100px;
  transition: .3s ease;
}

.btn a:hover {
  background-color: #134ccd;
}

.btn a::after {
  content: '';
  width: 15px;
  height: 15px;
  aspect-ratio: 1 / 1;
  display: inline-block;
  rotate: 45deg;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  translate: 1rem 0;
}