#content .flexslider {
  background: transparent;
  border: none;
}

#content .flexslider .slides {
  margin: 0 auto;
  width: 90%;
}

#content .flexslider .slides img {
  max-width: 100%;
}

#content .flexslider .flex-control-nav {
  bottom: -40px;
}

#content .catch {
  font-size: 16px;
  text-align: center;
  margin-bottom: 8px;
}

#content .catch img {
  margin-right: 3px;
  vertical-align: middle;
}

#content h2.name {
  font-size: 123.1%;
  text-align: center;
  margin: 0 0 8px;
}

#content .size,
#content .entry_date,
#content .standby {
  display: block;
  font-size: 16px;
  text-align: center;
  margin-bottom: 8px;
}

#content .today,
#content .ladyplace {
  font-size: 16px;
  margin: 0 10px 8px;
  text-align: center;
}

#content .today span,
#content .ladyplace span {
  background: #f00;
  color: #fff;
  display: inline-block;
  padding: 2px 5px;
  margin-bottom: 3px;
  margin-right: 5px;
  vertical-align: middle;
}

#content .free {
  font-size: 16px;
  margin: 0 auto 8px;
  width: 95%;
}

#content .types {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 8px;
  width: 95%;
}

#content .types li {
  border: 1px solid #000099;
  border-radius: 5px;
  box-sizing: border-box;
  display: block;
  margin: 0 1% 3px 0;
  overflow: hidden;
  padding: 1px 0;
  text-align: center;
  white-space: nowrap;
  width: 49.5%;
}

#content .types li:nth-child(2n) {
  margin-right: 0;
}

#content .sns {
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
}

#content .sns li {
  margin-right: 5px;
}

#content .sns li:last-child {
  margin-right: 0;
}

#content .sns a {
  background-size: contain;
  display: block;
  height: 32px;
  width: 32px;
}

#content .sns li.twitter a {
  background-image: url(/assets/images/parts/icon_sns_x.png);
}

#content .sns li.threads a {
  background-image: url(/assets/images/parts/icon_sns_threads.png);
}

#content .sns li.bluesky a {
  background-image: url(/assets/images/parts/icon_sns_bluesky.png);
  border-radius: 6px;
}

#content .sns li.instagram a {
  background-image: url(/assets/images/parts/icon_sns_instagram.png);
}

#content .sns li.blog a {
  background-image: url(/assets/images/parts/icon_sns_blog.png);
}

#content section h2 {
  margin: 10px 0;
  text-align: center;
  font-weight: 700;
  font-size: 100%;
}

#content table {
  width: 95%;
  margin: 0 auto;
}

#content .profile table {
  border: 1px solid #000099;
  border-collapse: separate;
  border-radius: 10px;
  border-spacing: 0;
  overflow: hidden;
}

#content .profile th {
  border-bottom: 1px solid #000099;
  font-weight: 700;
  line-height: 1.7;
  padding: 8px;
}

#content .profile td {
  border-bottom: 1px solid #000099;
  line-height: 1.7;
  padding: 8px;
}

#content .profile tr:last-child td {
  border-bottom: none;
}

#content .profile tr:first-child th {
  border-radius: 10px 10px 0 0;
}

#content .profile tr:last-child td {
  border-radius: 0 0 10px 10px;
}

#content .play table {
  border: 1px solid #000099;
  border-collapse: separate;
  border-radius: 10px;
  border-spacing: 0;
  overflow: hidden;
  table-layout: fixed;
}

#content .play td {
  border-left: 1px solid #000099;
  border-bottom: 1px solid #000099;
  line-height: 1.7;
  padding: 8px;
}

#content .play td span {
  font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

#content .play tr td:first-child {
  border-left: none;
}

#content .play tr:last-child td {
  border-bottom: none;
}

#content .play tr:first-child td:first-child {
  border-radius: 10px 0 0 0;
}

#content .play tr:first-child td:last-child {
  border-radius: 0 10px 0 0;
}

#content .play tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}

#content .play tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}

#content .option table {
  border: 1px solid #000099;
  border-collapse: separate;
  border-radius: 10px;
  border-spacing: 0;
  overflow: hidden;
  table-layout: fixed;
}

#content .option td {
  border-left: 1px solid #000099;
  border-bottom: 1px solid #000099;
  line-height: 1.7;
  padding: 8px;
}

#content .option td span {
  font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

#content .option tr td:first-child {
  border-left: none;
}

#content .option tr:last-child td {
  border-bottom: none;
}

#content .option tr:first-child td:first-child {
  border-radius: 10px 0 0 0;
}

#content .option tr:first-child td:last-child {
  border-radius: 0 10px 0 0;
}

#content .option tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}

#content .option tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}

#content .schedule table {
  border: 1px solid #000099;
  border-collapse: separate;
  border-radius: 10px;
  border-spacing: 0;
  overflow: hidden;
}

#content .schedule th {
  font-weight: 400;
  line-height: 1.7;
  padding: 8px;
  vertical-align: middle;
}

#content .schedule .sat {
  color: #1d8fef;
}

#content .schedule .sun {
  color: #f00;
}

#content .schedule td {
  padding: 8px;
}

#content .schedule td p {
  line-height: 1.7;
}

#content .schedule th,
#content .schedule td {
  border-bottom: 1px solid #000099;
}

#content .schedule td {
  border-left: 1px solid #000099;
}

#content .schedule tr:last-child th,
#content .schedule tr:last-child td {
  border-bottom: none;
}

#content .schedule tr:first-child th {
  border-radius: 10px 0 0 0;
}

#content .schedule tr:first-child td {
  border-radius: 0 10px 0 0;
}

#content .schedule tr:last-child th {
  border-radius: 0 0 0 10px;
}

#content .schedule tr:last-child td {
  border-radius: 0 0 10px 0;
}

#content .blog ul {
  margin: 0 auto 10px;
}

#content .blog ul li {
  border-bottom: 1px solid #000099;
}

#content .blog li a {
  display: block;
  color: #000000;
  padding: 10px;
}

#content .blog figure {
  display: block;
  float: left;
  height: 133px;
  width: 100px;
}

#content .blog figure img {
  max-height: 100%;
  max-width: 100%;
}

#content .blog .txtData {
  padding-left: 110px;
}

#content .blog .txtData h2 {
  color: #000066;
  display: block;
  font-weight: 700;
  font-style: normal;
  font-size: 100%;
  margin: 0 0 5px 0;
  text-align: left;
}

#content .movie ul {
  margin: 0 auto 10px;
  width: 95%;
}

#content .movie ul li {
  border: 1px solid #000099;
  box-sizing: border-box;
  float: left;
  margin: 0 1% 10px 0;
  width: 49.5%;
}

#content .movie ul li:nth-child(2n) {
  margin-right: 0;
}

#content .movie li a {
  color: #000000;
  display: block;
  padding: 10px;
}

#content .movie figure {
  display: block;
  margin-bottom: 8px;
}

#content .movie figure img {
  max-width: 100%;
  width: 100%;
}

#content .movie h2 {
  color: #000066;
  font-size: 100%;
  margin: 0;
}

#content .gravure ul {
  margin: 0 10px 10px;
}

#content .gravure ul li {
  border: 1px solid #000099;
  margin-bottom: 10px;
}

#content .gravure ul li:last-child {
  margin-bottom: 0;
}

#content .gravure li a {
  color: #000000;
  display: block;
  padding: 10px;
}

#content .gravure figure {
  display: block;
  margin-bottom: 8px;
}

#content .gravure figure img {
  max-width: 100%;
  width: 100%;
}

#content .voice ul {
  margin-bottom: 10px;
}

#content .voice ul li {
  margin-bottom: 10px;
  padding: 10px;
}

#content .voice ul li:last-child {
  margin-bottom: 0;
}

#content .voice ul li .name {
  margin-bottom: 5px;
}

#content .voice ul li .time {
  margin-bottom: 15px;
}

#content .voice ul li .comment1 {
  line-height: 1.5;
}

#content .voice ul li .reply {
  margin-top: 25px;
}

#content .voice ul li .reply .comment2 {
  background: #efefef;
  border: 1px solid #999;
  border-radius: 5px;
  line-height: 1.5;
  padding: 10px;
}

#content .more {
  background: #999;
  border-radius: 5px;
  font-weight: 700;
  height: 35px;
  line-height: 35px;
  margin: 0 auto 10px;
  text-align: center;
  width: 95%;
}

#content .more a {
  color: #fff;
  display: block;
}

#content .back {
  background: none;
  margin: 40px auto 50px;
  text-align: center;
  width: auto;
}

#content .back a {
  background: -webkit-linear-gradient(#fefefe, #cfcfcf);
  background: linear-gradient(#fefefe, #cfcfcf);
  border: 1px solid #aaa;
  border-radius: 20px;
  color: #000;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  padding: 8px 50px;
}
