/* 
Theme Name:		 av-review
Theme URI:		 https://mt-design.info/
Description:	 av-review is a child theme of rowling
Author:			 mt-design
Author URI:		 https://mt-design.info/
Template:		 herschel
Version:		 1.0.0
Text Domain:	 av-review
*/
header.entry-header h1.entry-title {
  font-size: 1.5rem;
}
header.entry-header h2.entry-title {
  font-size: 1.4rem;
}

.entry-content .package {
  margin-bottom: 30px;
}
.entry-content .package .pkg_img {
  max-width: 100%;
}
.entry-content .thumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  margin-bottom: 50px;
}
.entry-content .thumb .thumb_img {
  width: 200px;
}
.entry-content .thumb_text_p {
  padding: 0 10px 0 20px;
  line-height: 1.7rem;
  margin-bottom: 50px;
}
.entry-content .movie {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  border: 2px solid #79ce80;
  padding: 20px 15px 15px 15px;
}
.entry-content .movie .movie_title {
  position: absolute;
  top: -15px;
  left: 15px;
  background: #0a6111;
  color: #FFFFFF;
  padding: 5px 15px;
}
.entry-content .movie div {
  margin: 0 auto;
}
.entry-content .banner_link {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  position: relative;
  border: 2px solid #d4a58f;
  margin-bottom: 60px;
  padding: 20px 15px 15px 15px;
}
.entry-content .banner_link .banner_title {
  position: absolute;
  top: -15px;
  left: 15px;
  background: #a54f28;
  color: #FFFFFF;
  padding: 5px 15px;
}
.entry-content .actress {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  position: relative;
  border: 2px solid #f59797;
  padding: 20px 15px 15px 15px;
}
.entry-content .actress .actress_name {
  position: absolute;
  top: -15px;
  left: 15px;
  background: #960b0b;
  color: #FFFFFF;
  padding: 5px 15px;
}
.entry-content .actress .actress_gaiyo {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.entry-content .actress .actress_gaiyo img.kiji_actress_img {
  width: 240px;
}
.entry-content .actress .actress_gaiyo .actress_prof {
  line-height: 1.8rem;
}
.entry-content .actress .actress_gaiyo .actress_prof h3 {
  font-size: 1.3rem;
  margin: 0px;
}
.entry-content .button {
  width: 100%;
  -webkit-appearance: none;
  box-sizing: border-box;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 0;
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.entry-content .button-full {
  width: 100%;
}
.entry-content .button-primary {
  background-color: red;
  color: white;
}
.entry-content .fanza {
  background-color: red;
  color: white;
}
.entry-content .mgs {
  background-color: rgb(11, 131, 13);
  color: white;
}
.entry-content .duga {
  background-color: rgb(24, 36, 114);
  color: white;
}
.entry-content .button[disabled] {
  pointer-events: none;
  background-color: gray;
}

aside div.widget h2 {
  font-size: 1.5em;
  padding-left: 10px;
  border-left: 5px solid #e45c5c;
}

@media (min-width: 64em) {
  body.has-sidebar .site-main {
    gap: 3em;
  }
}
/*# sourceMappingURL=style.css.map */