@charset "UTF-8";
/*==================================================================*/
/* style css　*/
/*==================================================================*/
#post_content .greeting-wrap h2 {
  margin: 40px 0 20px;
  padding: 0;
  border: none;
  background: none;
  font-size: 26px;
}
#post_content .greeting-wrap .greeting-in figure {
  float: right;
}
#post_content .greeting-wrap .greeting-in figure img {
  max-width: 298px;
  width: auto;
  margin: 0 0 25px 25px;
}
#post_content .greeting-wrap .greeting-in p {
  margin-bottom: 30px;
}
#post_content .profile {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  gap: 40px;
  padding: 30px;
  border: 1px solid #e1e1e1;
}
#post_content .profile .profile__in {
  flex: 1;
}
#post_content .profile .profile__in h2 {
  margin: 0 0 20px;
  padding: 0;
  background: none;
  border: none;
  font-size: 24px;
}
#post_content .profile .profile__img {
  flex-basis: 200px;
}
#post_content .movie .movie__ttl {
  margin-bottom: 40px;
}
#post_content .movie .movie__in {
  margin-bottom: 60px;
}
#post_content .movie .movie__in .movie__in__txt {
  font-size: 28px;
  text-align: center;
}
#post_content .movie .movie__in .movie__in__wrap {
  aspect-ratio: 16/9;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
#post_content .movie .movie__in .movie__in__wrap iframe {
  width: 100%;
  height: 100%;
}
#post_content .movie .movie-sub {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px;
  background-color: #f8f5eb;
}
#post_content .movie .movie-sub article {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
#post_content .movie .movie-sub article .movie-sub__in {
  flex: 1;
}
#post_content .movie .movie-sub article .movie-sub__in h4 {
  margin: 0 0 20px;
  padding: 6px 0 6px 15px;
  border-left: 6px solid #ff6600;
  font-size: 19px;
  line-height: 1.5;
}
#post_content .movie .movie-sub article .movie-sub__in p {
  padding-left: 20px;
}
#post_content .movie .movie-sub article .movie-sub__wrap {
  flex-basis: 320px;
  aspect-ratio: 16/9;
  text-align: center;
}
#post_content .movie .movie-sub article .movie-sub__wrap iframe {
  width: 100%;
  height: 100%;
}
#post_content .items {
  margin-bottom: 60px;
}
#post_content .items .items-in {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
#post_content .items .items-in a {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #000;
  text-decoration: none;
}
#post_content .items .items-in a figure {
  flex-basis: 100px;
}
#post_content .items .items-in a .items-in__article__info {
  flex: 1;
}
#post_content .items .items-in a .items-in__article__info h3 {
  margin: 0 0 10px;
  padding: 0;
  color: #000;
  background: none;
  color: #333;
  font-size: 15px;
  line-height: 1.4;
  text-decoration: underline;
}
#post_content .items .items-in a .items-in__article__info p {
  color: #666;
  font-size: 13px;
  line-height: 1.4;
}
#post_content .items .items-in a:hover .items-in__article__info h3 {
  text-decoration: none;
}

/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 767px) {
  #post_content .greeting-wrap h2 {
    margin-top: 30px;
    font-size: 21px;
  }
  #post_content .greeting-wrap .greeting-in figure {
    float: none;
    display: block;
    text-align: center;
  }
  #post_content .greeting-wrap .greeting-in figure img {
    margin: 0 auto 30px;
  }
  #post_content .greeting-wrap .greeting-in p {
    margin-bottom: 30px;
  }
  #post_content .profile {
    display: block;
    gap: 30px;
    margin-bottom: 80px;
    padding: 25px;
  }
  #post_content .profile .profile__in h2 {
    margin: 0 0 20px;
    font-size: 19px;
    text-align: center;
  }
  #post_content .profile .profile__in p {
    line-height: 1.7;
  }
  #post_content .profile .profile__img img {
    max-width: 200px;
    margin-bottom: 0;
  }
  #post_content .movie .movie__ttl {
    margin-bottom: 20px;
  }
  #post_content .movie .movie__in {
    margin-bottom: 80px;
  }
  #post_content .movie .movie__in .movie__in__txt {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
  }
  #post_content .movie .movie__in .movie__in__wrap iframe {
    min-height: 210px;
  }
  #post_content .movie .movie-sub {
    padding: 30px 20px;
    gap: 60px;
  }
  #post_content .movie .movie-sub article {
    display: block;
  }
  #post_content .movie .movie-sub article .movie-sub__in h4 {
    margin-bottom: 10px;
    padding: 4px 0 4px 13px;
  }
  #post_content .movie .movie-sub article .movie-sub__in p {
    margin-bottom: 20px;
    font-size: 14px;
  }
  #post_content .movie .movie-sub article .movie-sub__wrap iframe {
    min-height: 220px;
  }
  #post_content .items .items-in {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  #post_content .items .items-in a {
    width: 100%;
  }
  #post_content .items .items-in a figure {
    flex-basis: 85px;
  }
  #post_content .items .items-in a .items-in__article__info h3 {
    font-size: 14px;
  }
  #post_content .items .items-in a .items-in__article__info p {
    font-size: 12px;
    line-height: 1.5;
  }
}/*# sourceMappingURL=greeting.css.map */