#container {
  background: url("../img/therapist/bg.jpg") center top no-repeat fixed;
  background-size: cover;
}

h3.title {
  width: 380px;
  margin: 30px auto;
}

.profile_box {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}

.profile_box .photo {
  float: left;
  width: 40%;
  position: relative;
}

.profile_box .photo ul {
  list-style: none;
}

.profile_box .photo .new {
  width: 40%;
  position: absolute;
  z-index: 200;
  top: 0px;
  left: 0;
}

.profile_box .photo .pickup {
  width: 40%;
  position: absolute;
  z-index: 200;
  bottom: 0px;
  right: 0;
}

.profile_box .data {
  width: calc(60% - 2rem);
  margin: 0 0 0 2rem;
}

.profile_box .data_inner {
}

.profile_box .data_inner #name {
  border-left: 4px solid #a78c3b;
  text-align: left;
  padding: 10px 10px 10px;
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 24px;
  color: #a78c3b;
  background-color: rgba(255, 255, 255, 0.7);
}

.profile_box .data_inner .copy{
  background-color: #ec3bab;
  text-align: left;
  color: #fff;
  margin: 0 0 10px;
  padding: 5px 10px;
  line-height: 1.2;
}

.profile_box #profile_data {
  width: 100%;
}

.profile_box #profile_data th,
.profile_box #profile_data td {
  border: 1px solid #a78c3b;
  padding: 10px 20px;
  text-align: left;
}

.profile_box #profile_data th {
  background: #241c06;
  color: #ffffff;
  width: 140px;
  text-align: center;
}

.profile_box #profile_data .twitter {
  max-width: 240px;
  width: 100%;
  height: auto;
}

.profile_box .sns_banner {
  display: flex;
  justify-content: center;
}

.profile_box .taiken,
.profile_box .blog {
  padding: 20px 0;
  text-align: center;
  margin: 0 10px;
}

.profile_box .taiken img,
.profile_box .blog img {
  max-width: 240px;
  width: 100%;
  height: auto;
}

.cast_blog {
  border: 1px solid #bd0000;
  background-color: #fff;
  margin: 20px 0 0;
}
.cast_blog h2 {
  overflow: hidden;
  padding: 7px;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #bd0000;
  font-size: 14px;
  font-weight: bold;
}
.cast_blog ul {
  overflow: hidden;
  padding: 10px 10px 0;
  white-space: nowrap;
  font-size: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3px;
}
.cast_blog ul li {
  position: relative;
}
.cast_blog ul li img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
}
.cast_blog ul li .main_profile_girl_blog_callout {
  position: relative;
  margin-top: 12px;
  padding: 4px;
  border: 1px solid #bbbbbb;
  border-radius: 5px;
}
.cast_blog ul li .main_profile_girl_blog_callout::before {
  position: absolute;
  top: -6px;
  right: 50%;
  left: 50%;
  display: block;
  width: 9px;
  height: 9px;
  margin: 0 auto;
  content: ' ';
  -webkit-transform: rotateZ(45deg) translateX(-50%);
  -ms-transform: rotate(45deg) translateX(-50%);
  transform: rotateZ(45deg) translateX(-50%);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  border-width: 1px;
  border-top: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  background: #ffffff;
}
.cast_blog ul li .main_profile_girl_blog_callout .main_profile_girl_blog_item_title {
  overflow: hidden;
  width: 100%;
  white-space: break-spaces;
  text-overflow: ellipsis;
  line-height: 1.5;
  color: #ec3bab;
  font-size: 13px;
  font-weight: bold;
}
.cast_blog ul li .main_profile_girl_blog_callout .main_profile_girl_blog_item_date {
  text-align: center;
  color: #666666;
  font-size: 12px;
}
.cast_blog .main_profile_more_button {
  position: relative;
  padding: 16px 0 16px 0;
  text-align: center;
}
.cast_blog .main_profile_more_button_item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 288px;
  padding: 10px 60px;
  text-align: center;
  background-image: url(https://img.fujoho.jp/share/fa/chevron-right-solid_333333.svg);
  background-repeat: no-repeat;
  background-position: top 50% right 10px;
  background-size: 8px 12px;
  font-size: 14px;
}
.cast_blog .shop_common_button {
  display: inline-block;
  padding: 12px;
  text-align: center;
  color: #333333;
  border: #707070 1px solid;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: #707070 0 1px 0;
  box-shadow: #707070 0 1px 0;
  font-size: 12px;
}


.schedule_kuchi{
  margin: 20px 0 0;
}
.schedule_kuchi_title img{
  width: 240px;
}
.schedule_kuchi_date{
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 3px;
}
.schedule_kuchi_date dl{
  background-color: rgba(255,255,255,0.8);
  border: 1px solid #a78c3b;
  line-height: 1;
  padding: 15px 0;
}
.schedule_kuchi_date dl dt{
  color: #ec3bab;
  margin-bottom: 7px;
}
.schedule_kuchi_date dl .main_profile_schedule_badge{
  background-color: #ccc;
  border-radius: 5px;
  font-size: 80%;
  padding: 5px;
  margin: 0 0 5px;
  display: inline-block;
}


@media screen and (max-width: 768px) {
  .profile_box .sns_banner {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }

  .profile_box .taiken,
  .profile_box .blog {
    padding: 0;
    text-align: left;
    margin: 10px 0;
  }
}

.profile_box .title_schedule {
  width: 150px;
  margin: 20px auto 0;
}

.profile_box .schedule {
  padding: 10px 30px;
  display: flex;
  justify-content: space-between;
}

.profile_box .schedule .sche {
  flex-grow: 7;
  border: 1px solid #241c06;
  font-size: 90%;
  margin: 0 3px;
}

.profile_box .schedule .sche .date {
  color: #a7a7a7;
}

.profile_box .schedule .sche#last {
  margin: 0 0px 0 0;
}

.qa{
  display: grid;
  grid-template-columns: 30% auto;
  gap: 5px;
}

.qa dt,
.qa dd{
  border: 1px solid #a78c3b;
  background-color: rgba(255,255,255,0.8);
}

.qa dt{
  background-color: rgba(255, 159, 190, 0.3);
  text-align: center;
  padding: 10px 0;
}
.qa dd{
  padding: 10px 20px;
  text-align: left;
}

.cast_comment{
  margin: 20px 0;
  border: 1px solid #a78c3b;
}
.cast_comment_body{
  background-color: rgba(255,255,255,0.8);
  text-align: left;
  padding: 10px 20px;
}
.cast_comment_title{
  padding: 10px 0;
  background-color: rgba(255, 159, 190, 0.3);
  text-align: center;
}

@media screen and (max-width: 768px) {
  #container {
    background: none;
    position: relative;
  }
  /* #container>* {
    position: relative;
    z-index: 1;
  } */
  #container header {
    z-index: 2;
  }
  #container::after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background: url("../img/therapist/bg.jpg") center top no-repeat fixed;
    background-size: cover;
  }
  h3.title {
    width: auto;
    margin: 30px auto;
  }
  h3.title img {
    height: 70px;
    width: auto;
  }
  .profile_box {
    width: auto;
    margin: auto;
    min-width: 320px;
    display: block;
  }
  .profile_box .photo {
    float: none;
    width: 80%;
    margin: auto;
  }
  .profile_box .photo ul {
    list-style: none;
  }
  .profile_box .data {
    float: none;
    width: auto;
    margin: 30px 0 0;
  }
  .profile_box .data_inner {
    margin: 0 auto;
    width: 80%;
  }
  .profile_box .data_inner #name {
    border-left: 4px solid #a78c3b;
    text-align: left;
    padding: 10px 10px 10px;
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 24px;
    color: #a78c3b;
  }

  .profile_box .data_inner .copy {
    text-align: center;
  }

  .profile_box #profile_data,
  .profile_box #profile_data tbody,
  .profile_box #profile_data tr {
    width: 100%;
    display: block;
  }
  .profile_box #profile_data th,
  .profile_box #profile_data td {
    display: block;
    width: auto;
    border: none;
    padding: 10px 20px;
    text-align: left;
  }
  .profile_box #profile_data th {
    background: #241c06;
    color: #ffffff;
    width: auto;
    text-align: center;
  }
  .profile_box .title_schedule {
    width: 150px;
    margin: 20px auto 0;
  }
  .profile_box .schedule {
    padding: 10px 30px;
    display: block;
    justify-content: space-between;
    width: 80%;
    margin: auto;
  }
  .profile_box .schedule .sche {
    flex-grow: 7;
    border: 1px solid #241c06;
    font-size: 90%;
    margin: 0 3px 10px;
    text-align: left;
    overflow: hidden;
  }
  .profile_box .schedule .sche .date {
    float: left;
    width: 100px;
    background: #241c06;
    color: #ffffff;
    text-align: center;
  }
  .profile_box .schedule .sche .time {
    float: left;
    padding: 0 10px;
  }
  .profile_box .schedule .sche#last {
    margin: 0 0px 0 0;
  }

  .qa{
    grid-template-columns: 1fr;
    gap: 1px;
  }
  .qa dt,
  .qa dd {
    border: none;
  }

  .cast_comment{
    border: none;
  }


  .cast_blog{
    margin: 20px -12% 0;
  }

  .schedule_kuchi{
    margin: 20px 0 0;
  }
  .schedule_kuchi img{
    width: 150px;
  }

  .schedule_kuchi_date{
    grid-template-columns: 1fr;
  }
  .schedule_kuchi_date dl{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .schedule_kuchi_date dl dt{
    margin: 0;
  }
  .schedule_kuchi_date dl dd br{
    display: none;
  }
  .schedule_kuchi_date dl .main_profile_schedule_badge{
    margin: 0 5px 0 0;
  }
}
