@charset "UTF-8";
#detail {
  padding: 4rem 0;
  background: #f6f4f3;
}
.detail-container {
  padding: 6rem 8rem 6rem;
  background: #fff;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 959px) {
  .detail-container {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  #detail {
    padding: 1.5rem 0;
  }
  .detail-container {
    padding: 1.5rem;
    border-radius: 8px
  }
  .cinfo_page .detail-container {
    padding: 1.5rem;
    border-radius: 8px
  }
}
#detail section {
  padding-top: 6rem;
  margin-top: -6rem;
}
.detail__ttl {
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.45;
}
@media (max-width: 767px) {
  .detail__ttl {
    font-size: 2.4rem;
  }
}
.detail-anchor__list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .detail-anchor__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
  }
}
.detail-anchor__link {
  width: 100%;
  height: 50px;
}
@media (max-width: 767px) {
  .detail-anchor__link {
    width: calc((100% - 4px * 2) / 3);
    height: 50px;
  }
}
.detail-anchor__link a {
  height: 100%;
  padding-left: 10px;
  background: #f6f4f3;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative
}
.detail-anchor__link a::after {
  width: 12px;
  height: 15px;
  content: '';
  background-image: url(/common/images/icon-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: .8rem
}
.detail-anchor__link a:hover {
  color: var(--sub_c);
  opacity: 1
}
@media (max-width: 767px) {
  .detail-anchor__link {
    width: calc(100% / 2 - (10px / 2));
    height: 40px;
    font-size: 1.2rem
  }
}
#detail-head {
  margin: 0;
  padding-top: 2rem;
}
.detail-head__inner {
  margin-top: 20px;
}
.detail_main_mainimage {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .detail_main_mainimage {
    padding: 0;
  }
}
.detail-company {}
.detail-company__txt {
  line-height: 1.8
}
.detail-company__table {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
  font-size: 1.3rem;
}
.detail-company__table th, .detail-company__table td {
  padding: 12px 15px;
  border: 1px solid #efeae0;
  text-align: left;
  box-sizing: border-box;
}
.detail-company__table th {
  width: 20%;
  min-width: 100px;
  background: #f6f4f3;
  font-weight: 700
}
@media (max-width: 767px) {
  .detail-company__table {
    width: 100%;
    border-bottom: 1px solid #efeae0
  }
  .detail-company__table th, .detail-company__table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
}
/************取り扱い商品************/
.detail-goods__list {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 15px
}
.detail-goods__item {
  width: calc((100% - 15px) / 5);
  padding: 1.5rem 1.5rem 2rem 1.5rem;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #efeae0;
  font-size: 1.2rem;
  color: var(--font_c);
  line-height: 1.35;
}
.detail-goods__img {
  width: 100%;
  height: 102px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media (max-width: 959px) {
  .detail-goods__item {
    width: calc(25% - (45px / 4));
  }
  .detail-goods__img {
    height: 88px;
  }
}
@media (max-width: 767px) {
  .detail-goods__list {
    flex-wrap: wrap;
  }
  .detail-goods__item {
    width: 100%;
  }
  .detail-goods__img {
    height: 198.67px;
  }
}
.detail-goods__ttl {
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: 700;
}
.detail-goods__txt {
  margin-top: 5px;
}
/************企業の特徴************/
.detail-features {}
.detail-features__wrap {
  margin-top: 8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detail-features__txtBox {
  width: calc(100% - 470px);
  position: relative
}
.detail-features__wrap:nth-child(2) .detail-features__txtBox {
  order: 2
}
.detail-features__imgBox {}
.detail-features__wrap:nth-child(2) .detail-features__imgBox {
  order: 1
}
.detail-features__imgBox figure {
  width: 430px;
  max-width: 100%;
  height: 320px;
}
.detail-features__imgBox img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media (max-width: 959px) {
  .detail-features__txtBox {
    width: calc(100% - 370px);
  }
  .detail-features__imgBox figure {
    width: 350px;
    height: 250px;
  }
}
@media (max-width: 767px) {
  .detail-features__wrap {
    margin-top: 3rem;
    flex-wrap: wrap
  }
  .detail-features__txtBox {
    width: 100%;
    margin-top: 1.5rem
  }
  .detail-features__wrap .detail-features__txtBox {
    order: 2
  }
  .detail-features__imgBox {
    width: 100%;
  }
  .detail-features__wrap .detail-features__imgBox {
    order: 1
  }
  .detail-features__imgBox figure {
    height: 220px;
  }
}
.detail-features__subttl {
  margin-bottom: 1rem;
  color: var(--main_c);
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 1px;
}
.detail-features__ttl {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .detail-features__ttl {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
}
.detail-features__ttl span {
  padding: 0 1px 0px;
  background: linear-gradient(transparent 60%, #f6f4f3 0%);
  color: var(--sub_c);
  font-feature-settings: "palt";
  letter-spacing: 2px;
  display: inline;
}
.detail-features__txt {
  line-height: 1.8
}
/************タグ************/
.detail-tagANDcat {
  padding-top: 0
}
.detail-tags__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.detail-tags__item {
  height: 30px;
  padding: 0 15px;
  background: #fff;
  border: 1px solid var(--sub_c);
  border-radius: 30px;
  color: var(--sub_c);
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
/************ニュース************/
#detail #news {
  padding-top: 12rem !important;
}
.detail-news {
  position: relative
}
.detail-news::before {
  content: '';
  display: block;
  background: linear-gradient(90deg, var(--main_c) 0%, var(--main_c) 12%, #efeae0 12%, #efeae0 100%);
  width: 100%;
  height: 3px;
  margin-bottom: 2rem;
}
.detail-news__list {}
.detail-news__list--col2 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 50px;
}
.detail-news__list-inner {
  width: calc((100% / 2) - 50px);
}
@media (max-width: 767px) {
  #detail #news {
    padding-top: 10rem !important;
  }
  .detail-news__list-inner {
    width: 100%;
  }
}
.detail-news__item {}
.detail-news__item a {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #efeae0;
  color: #a09a93;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
@media (max-width: 767px) {
  .detail-news__item a {
    padding: 10px 0;
  }
}
@media (min-width: 960px) {
  .detail-news__item:first-child a, .detail-news__item:nth-child(2) a {
    border-top: 1px solid #efeae0;
  }
}
.detail-news__img {
  width: 100px;
  height: 66.67px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.detail-news__desc {
  width: calc(100% - 115px);
  font-size: 1.2rem;
  height: 13em;
}
.detail-news__desc_auto {
  width: calc(100% - 115px);
  font-size: 1.2rem;
  height: auto;
}
@media (max-width: 767px) {
  .detail-news__img {
    width: 78px;
    height: 52px;
  }
  .detail-news__desc {
    width: calc(100% - 76.67px);
  }
}
.detail-news__time {
  margin-right: 1rem;
}
.detail-news__name {
  color: var(--font_c);
  font-weight: 500
}
.detail-news__ttl {
  margin: .5rem 0;
  color: var(--font_c);
  font-size: 1.5rem;
  font-weight: 700;
  font-feature-settings: "palt";
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.detail-news__txt {}
.txt_news {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  height: 4.5em;
  line-height: 1.55;
}
.detail-news__event {
  margin-top: .5rem;
  padding-top: 1rem;
  border-top: 1px dashed #efeae0
}
.detail-news__event-time, .detail-news__event-area {
  width: 100%;
  color: var(--font_c);
  display: flex;
  gap: 5px;
}
.detail-news__event-area {
  margin-top: .5rem
}
.detail-news__event__ttl {
  width: 40px;
  height: 20px;
  padding: 0 .6rem;
  background: var(--main_c);
  border-radius: 2px;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.detail-news__event-time span:nth-child(2), .detail-news__event-area span:nth-child(2) {
  width: calc(100% - 45px);
}
.column_detail_wrap .detail-news__event {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px dashed #efeae0;
  font-size: 1.5rem;
}
.column_detail_wrap .detail-news__event__ttl {
  width: 50px;
  height: 25px;
  font-size: 1.3rem;
}
.column_detail_wrap .detail-news__event-area {
  margin-top: 1rem
}
@media (max-width: 767px) {
  .detail-news__ttl {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .detail-news .btn_more a {
    margin-top: 2rem
  }
}
@media (max-width: 767px) {
  .detail-news .btn_more > a {
    margin-bottom: 0
  }
}
/************イベント************/
.detail-event__list {}
.detail-event__item {
  width: 100%;
  margin-top: 25px;
  background: #f6f4f3;
  display: flex;
}
.detail-event__item:first-child {
  margin-top: 0
}
.detail-event__img {
  width: 285px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.detail-event__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.detail-event__desc {
  width: calc(100% - 285px);
  padding: 20px 200px 20px 20px;
  position: relative
}
@media (max-width: 959px) {
  .detail-event__img {
    width: 240px;
    height: 240px;
  }
  .detail-event__desc {
    width: calc(100% - 240px);
    padding: 20px;
    position: relative
  }
}
@media (max-width: 767px) {
  .detail-event__item {
    flex-wrap: wrap;
  }
  .detail-event__img, .detail-event__desc {
    width: 100%
  }
}
.detail-event__ttl {
  margin: 0 0 10px;
  font-size: 2rem;
  font-weight: 700;
}
.detail-event__txt {
  margin-top: 5px;
  font-size: 1.4rem;
}
.detail-event__info {
  margin-top: 5px;
  font-size: 1.4rem;
  line-height: 1
}
.detail-event__info span {
  margin-right: 5px;
  padding: 5px 10px;
  background: #f6f4f3;
  color: var(--sub_c);
  font-size: 1.2rem;
  font-weight: 700;
  display: inline-block
}
@media (min-width: 960px) {
  .detail-event__btn {
    position: absolute;
    bottom: 20px;
    right: 20px
  }
}
.detail-event__btn a {
  width: 170px;
  max-width: 100%;
  height: 45px;
  background: var(--main_c);
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 959px) {
  .detail-event__txt {
    margin-top: 0
  }
  .detail-event__info {
    font-size: 1.2rem
  }
  .detail-event__btn {
    margin-top: 15px
  }
  .detail-event__btn a {
    width: 100%;
  }
}
/************展示会出展情報************/
.detail-exhibition {}
.detail-exhibition__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px 20px;
}
.detail-exhibition__item {}
@media (max-width: 767px) {
  .detail-exhibition__list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
/************アクセス************/
.detail-access {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  display: none
}
.detail-access .detail_title__type01 {
  width: 100%;
  display: block
}
.detail-access__map {
  width: 600px;
  padding: 4rem;
  background: #f6f4f3
}
.detail-access__guidance {
  width: calc(100% - 620px);
  margin-top: 15px;
}
.detail-access__guidance p {
  font-size: 1.5rem;
}
.detail-access__guidance p::before {
  content: '・';
}
/************ボタンエリア************/
.detail-btnBox {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  /*background: #f6f4f3;*/
  background: transparent;
  max-width: 600px;
  width: 100%;
  margin: 80px auto 0;
  /*padding: 30px;*/
  padding: 0;
  gap: 10px;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .detail-btnBox {
    margin-top: 40px;
    /*padding: 10px;*/
    padding: 0;
  }
}
.detail-btnBox__btn {
  width: auto;
}
.detail-btnBox__btn > *, .detail-btnBox__btn a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 6px;
  background: var(--main_c);
  color: #fff;
  font-weight: 700;
  width: 100%;
  height: auto;
  min-height: 50px;
  padding: 8px;
  margin-top: 1rem;
  gap: 8px;
  cursor: pointer;
  transition: ease .2s;
}
.detail-btnBox__btn > * > i, .detail-btnBox__btn a > i {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  font-size: 16px;
  height: 32px;
  aspect-ratio: 1 / 1;
}
.detail-btnBox__btn small {
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  margin-left: 1ex;
  padding-right: 1ex;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 48ex;
  position: relative;
  transform: translate(0, 12.5%);
}
.detail-btnBox__btn small::before {
  content: '(';
}
.detail-btnBox__btn small::after {
  content: ')';
  position: absolute;
  right: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .detail-btnBox__btn > *, .detail-btnBox__btn a {
    font-size: 12px;
    min-height: 40px;
  }
  .detail-btnBox__btn > * > i, .detail-btnBox__btn a > i {
    font-size: 20px;
    height: 24px;
  }
  .detail-btnBox__btn small {
    display: none;
  }
}
.btn-navy a {
  border: solid 1px var(--sub_c);
  background: var(--sub_c);
  color: #fff;
}
.btn-navy a i {
  background: #fff;
  color: var(--sub_c);
}
.btn-navy a:hover {
  border: solid 1px var(--sub_c);
  background: #fff;
  color: var(--sub_c);
  opacity: 1;
}
.btn-navy a:hover i {
  background: var(--sub_c);
  color: #fff;
}
.btn-red a {
  border: solid 1px var(--main_c);
  background: var(--main_c);
  color: #fff;
}
.btn-red a i {
  background: #fff;
  color: var(--main_c);
}
.btn-red a:hover {
  border: 1px solid var(--main_c);
  background: #fff;
  color: var(--main_c);
  opacity: 1;
}
.btn-red a:hover i {
  background: var(--main_c);
  color: #fff;
}
.btn-white a {
  border: 1px solid var(--sub_c);
  background: #fff;
  color: var(--sub_c);
}
.btn-white a i {
  background: var(--sub_c);
  color: #fff;
}
.detail-btnBox__snsSet {
  display: flex;
  justify-content: center;
  gap: 5px;
}
/**.detail-btnBox__snsItem {
  width: calc(100% / 4)
}**/
.detail-btnBox__snsItem img {
  height: 40px
}
/************企業最新情報・主催・イベント 記事詳細ページ************/
#detail .column_article_wrap {
  margin: 0 auto
}
/********************** 以下、元のスタイル **********************/
/* title（製品紹介、基本情報、写真など） */
.detail_title__type01 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 8rem;
  margin-bottom: 2rem;
  position: relative
}
.detail_title__type01::before {
  content: '';
  display: block;
  background: linear-gradient(90deg, var(--main_c) 0%, var(--main_c) 12%, #efeae0 12%, #efeae0 100%);
  width: 100%;
  height: 3px;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .detail_title__type01 {
    margin-top: 4rem
  }
}
/* title（PR、スタッフなど） */
.detail_title__type02 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  position: relative
}
h3 + .detail_title__type02 {
  margin-top: 20px
}
@media (max-width: 767px) {
  .detail_title__type02 {
    margin-bottom: 1rem
  }
}
/* title（製品紹介など） */
.detail_title__type03 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  position: relative;
}
.detail_title__type03::before {
  content: '';
  display: block;
  background: linear-gradient(90deg, var(--main_c) 0%, var(--main_c) 12%, #efeae0 12%, #efeae0 100%);
  width: 100%;
  height: 3px;
  margin-bottom: 2rem;
}
.detail_title__type04 {
  background-color: var(--main_c);
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  padding: 8px 16px;
  margin: 0 0 8px;
}
.detail_title__type05 {
  border-left: 4px solid var(--main_c);
  color: var(--main_c);
  font-size: 1.8rem;
  font-weight: 700;
  width: 100%;
  padding: 8px 8px;
  margin: 8px auto;
}
/* title（製品紹介、基本情報、写真など） */
.detail_title__type06 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .detail_title__type06 {
    font-size: 1.2rem;
    line-height: 20px;
    margin: 0 0 16px;
  }
}
.detail_title__type07 {
  border-left: 4px solid;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 2px 14px;
  margin: 0 0 8px;
}
@media (max-width: 767px) {
  .detail_title__type07 {
    font-size: 1.2rem;
    line-height: 16px;
    padding: 8px 8px 8px 12px;
    margin: 0 0 8px;
  }
}
.detail_title__type08 {
  background-color: var(--text_link_c);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 24px;
  padding: 8px 16px;
  margin: 0 0 8px;
}
@media (max-width: 767px) {
  .detail_title__type08 {
    font-size: 1.2rem;
    line-height: 16px;
    padding: 8px;
    margin: 0 0 8px;
  }
}
/**
* .detail_box__type00
* /detail/[ID]/ページ 共通囲みスタイル
* 共通スタイルのためflex内を想定したorder、widthは以下に記述しない
* flex内を想定したorder、width付与する場合は
* 親要素（もしくはグループ名）のクラス名を前方に付加もしくは別クラス名をHTMLへ新たに追記し、CSS内該当パーツ記述箇所にて調整
**/
.detail_box__type01 {
  border-radius: 32px;
  background: #f6f4f3;
  padding: 32px;
  margin: 0 0 48px;
}
.detail_box__type01_title {
  color: #888;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 32px;
  margin: 0 0 4px;
}
.detail_box__type01 p {
  font-size: 1.6rem;
  line-height: 32px;
  margin: 0 0 16px;
}
@media (max-width: 767px) {
  .detail_box__type01 {
    border-radius: 3px;
    padding: 4px;
    margin: 0 0 48px;
  }
  .detail_box__type01_title {
    font-size: 1.2rem;
    line-height: 1.8rem;
    padding: 8px 4px 0;
    margin: 0 0 4px;
  }
  .detail_box__type01 p {
    font-size: 1.2rem;
    line-height: 1.8rem;
    padding: 0 4px;
    margin: 0 0 16px;
  }
}
/**
* .detail_top_box_btn
* /detail/[ID]/ページ トップボタン群
**/
#detail_top_box_btn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: stretch;
  max-width: none;
  margin: 0 -4px 2rem;
}
#detail_top_box_btn > * {
  width: 100%;
  margin: 0 4px;
}
@media (max-width: 959px) {
  #detail_top_box_btn {
    margin: 0 -2px;
  }
  #detail_top_box_btn > * {
    margin: 0 2px;
  }
}
@media (max-width: 767px) {
  #detail_top_box_btn {
    display: none;
  }
}
/**
* .detail_top_box_btn
* /detail/[ID]/ページ 各ボタンのスタイルの調整（基本のスタイルはcommon.btn.cssへ）
**/
#detail_top_box_btn .btn_net a, #detail_top_box_btn .btn_tel a, #detail_top_box_btn .btn_kuchikomi a, #detail_top_box_btn .btn_like a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  border-radius: 6px;
  font-weight: bold;
  text-align: center;
  height: 50px;
  position: relative;
}
#detail_top_box_btn .btn_net a {
  border: 1px solid var(--main_c);
  background: var(--main_c);
  color: #fff;
}
#detail_top_box_btn .btn_tel a {
  border: 1px solid var(--main_c);
  background: #fff;
  color: var(--main_c);
}
#detail_top_box_btn .btn_kuchikomi a, #detail_top_box_btn .btn_like a {
  border: none;
  padding-top: 1px;
  padding-bottom: 1px;
  color: #fff;
}
#detail_top_box_btn .btn_net a::before {
  transform: translate(0, 0) scale(1.375, 1.375);
  transform-origin: right center;
}
#detail_top_box_btn .btn_tel a::before {
  content: "\f4b9";
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-family: "Ionicons";
  speak: none;
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 50%;
  background: var(--main_c);
  color: #fff;
  width: 32px;
  height: 32px;
  margin: 0 8px 0 0;
}
#detail_top_box_btn .btn_tel > div {
  width: 100%;
}
@media (max-width: 920px) {
  #detail_top_box_btn .btn_kuchikomi, #detail_top_box_btn .btn_like {
    width: 64px;
  }
  #detail_top_box_btn .btn_kuchikomi a, #detail_top_box_btn .btn_like a {
    width: 64px;
    height: 64px;
    padding: 1px 0;
  }
  #detail_top_box_btn .btn_kuchikomi a::before, #detail_top_box_btn .btn_like a::before {
    transform-origin: center center;
    margin: 0;
  }
  #detail_top_box_btn .btn_kuchikomi a > span, #detail_top_box_btn .btn_like a > span {
    display: none;
  }
}
/**
* .detail_wrap
* /detail/[ID]/ページ ウィンドウ下部ボタン群
**/
@media (min-width: 768px) {
  .detai_bottom__box_btn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
    max-width: 720px;
    margin: 2rem auto;
  }
  .detai_bottom__box_btn .btn_net, .detai_bottom__box_btn .btn_tel {
    width: 100%;
    margin: 0 16px;
  }
  .detai_bottom__box_btn .btn_net a, .detai_bottom__box_btn .btn_tel a {
    border-radius: 10px;
    border: 1px solid var(--main_c);
    background: #fff;
    color: var(--main_c);
    font-size: 2rem;
    font-weight: bold;
    line-height: 68px;
    text-align: center;
    height: 64px;
  }
  .detai_bottom__box_btn .btn_net a {
    background: var(--main_c);
    color: #fff;
  }
}
@media (max-width: 767px) {
  .detai_bottom__box_btn {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.8);
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    text-align: center;
  }
  .detai_bottom__box_btn .btn_net, .detai_bottom__box_btn .btn_tel {
    width: 50%;
  }
  .detai_bottom__box_btn .btn_net a, .detai_bottom__box_btn .btn_tel a {
    padding: 0;
    margin: 0 auto;
    min-height: 50px;
    border-radius: 0;
    justify-content: center;
    box-shadow: none;
    border: 1px solid var(--main_c);
    background: #fff;
    color: var(--main_c);
    font-size: 1.4rem;
  }
  .detai_bottom__box_btn .btn_net a {
    background: var(--main_c);
    color: #fff;
    border-right: none;
  }
  .detai_bottom__box_btn .btn_net a:focus, .detai_bottom__box_btn .btn_tel a:focus, .detai_bottom__box_btn .btn_net a:hover, .detai_bottom__box_btn .btn_tel a:hover {
    background: var(--main_c);
    color: #fff;
  }
  .detai_bottom__box_btn .btn_net a::before, .detai_bottom__box_btn .btn_tel a::before {
    display: none;
  }
}
/**
* .detail_wrap
* /detail/[ID]/ページ ラッパー
**/
.detail_wrap {
  background-color: #fff;
  max-width: 1360px;
  /* default 1180px */
  margin: 0 auto 40px;
  position: relative;
}
.detail_wrap::before, .detail_wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: inherit;
  width: 50vw;
}
.detail_wrap::before {
  left: 0;
  transform: translate(-100%, 0);
}
.detail_wrap::after {
  right: 0;
  transform: translate(100%, 0);
}
@media (max-width: 767px) {
  .detail_wrap {
    margin: 0 auto;
    padding: 12px 0;
  }
}
/**
* .detail_head_parts
* /detail/[ID]/ページ headerラッパー
**/
.detail_head_parts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .detail_head_parts {
    padding: 0 0 16px;
  }
}
/**
* .detail_head_parts .name_parts
* /detail/[ID]/ページ 店舗・医院等の名称
**/
.detail_head_parts .name_parts {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 8px;
}
.cinfo_page .detail_head_parts .name_parts {
  display: none;
}
/* 店舗・医院等の名称 */
.detail_head_parts .name_parts_head {
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 700;
}
/* 店舗・医院等のアドレス情報 */
.detail_head_parts .name_parts dl {
  font-size: 1.2rem;
  font-feature-settings: "palt";
  color: #706e6e;
  letter-spacing: 0.5px;
  margin: 2px 0 4px;
}
.detail_head_parts .name_parts dl + dl {
  margin-left: 32px;
}
.detail_head_parts .name_parts dl > dt {
  display: inline-block;
  vertical-align: middle;
}
.detail_head_parts .name_parts dl > dt::after {
  content: "：";
}
.detail_head_parts .name_parts dl > dd {
  display: inline-block;
  vertical-align: middle;
  padding-right: 8px;
}
@media (max-width: 767px) {
  .detail_head_parts .name_parts {
    width: 100%;
    margin: 0 0 8px;
  }
  /* 店舗・医院等の名称 */
  .detail_head_parts .name_parts_head {
    font-size: 2.2rem;
    line-height: 24px;
    margin: 0 0 4px;
  }
  /* 店舗・医院等のアドレス情報 */
  .detail_head_parts .name_parts dl {
    font-size: 10px;
    letter-spacing: 0.2ex;
    color: #999;
    width: 100%;
    margin: 0;
  }
  .detail_head_parts .name_parts dl + dl {
    margin: 0;
  }
  .detail_head_parts .name_parts dl > dt {
    padding: 0;
  }
  .detail_head_parts .name_parts dl > dd {
    padding: 0;
  }
}
/**
* .detail_head_parts .grade_parts
* /detail/[ID]/ページ 口コミ評価・件数
**/
.detail_head_parts .grade_parts_score {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  color: #706e6e;
}
.detail_head_parts .grade_parts_score label {
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 1;
  opacity: 0.66;
}
.detail_head_parts .grade_parts_score p {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
}
.detail_head_parts .grade_parts_score b {
  display: inline-block;
  font-size: 10px;
  font-weight: inherit;
  line-height: 14px;
}
.detail_head_parts .grade_parts_score b > a {
  display: inline-block;
  color: var(--main_c);
  font-size: 1.4rem;
  font-weight: inherit;
  line-height: 14px;
}
.detail_head_parts .grade_parts_score small {
  display: inline-block;
  font-size: 10px;
  font-weight: inherit;
  line-height: 14px;
}
.detail_head_parts .grade_parts_score b + small {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .detail_head_parts .grade_parts_score {
    width: calc(100% - 88px);
  }
  .detail_head_parts .grade_parts_score label {
    text-align: left;
    width: auto;
    margin-right: 4px;
  }
  .detail_head_parts .grade_parts_score p {
    justify-content: flex-end;
    width: auto;
  }
  .detail_head_parts .grade_parts_score b {
    font-size: 10px;
    line-height: 16px;
  }
  .detail_head_parts .grade_parts_score b > a {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 16px;
  }
  .detail_head_parts .grade_parts_score small {
    font-size: 10px;
    line-height: 16px;
  }
}
/**
* .detail_head_parts .cta_parts
* /detail/[ID]/ページ 店舗・医院のカテゴリ
**/
.detail_head_parts .cta_parts {
  display: none;
}
@media (max-width: 767px) {
  .detail_head_parts .cta_parts {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    width: 100%;
    background: #f6f4f3;
    padding: 4px 2px;
    border-radius: 3px;
  }
  .detail_head_parts .cta_parts .btn_net, .detail_head_parts .cta_parts .btn_kuchikomi, .detail_head_parts .cta_parts .btn_like {
    width: 100%;
    padding: 0 2px;
  }
  .detail_head_parts .cta_parts .btn_net a, .detail_head_parts .cta_parts .btn_kuchikomi a, .detail_head_parts .cta_parts .btn_like a {
    font-size: 10px;
    border-radius: 2px;
    height: 40px;
    padding: 0;
  }
  .detail_head_parts .cta_parts .btn_net a::before {
    transform: translate(0, 0) scale(1.333, 1.333);
    transform-origin: right center;
    margin-right: 4px;
  }
  .detail_head_parts .cta_parts .btn_kuchikomi a::before, .detail_head_parts .cta_parts .btn_like a::before {
    transform: translate(0, 0) scale(1.25, 1.25);
    transform-origin: right center;
    margin-right: 4px;
  }
}
/**
* .detail_head_parts .tag_left_parts
* /detail/[ID]/ページ 店舗・医院のカテゴリ
**/
.detail_head_parts .tag_left_parts {
  border-top: 1px solid #efeae0;
  padding: 12px 0 4px;
  width: 100%;
}
@media (max-width: 767px) {
  .detail_head_parts .tag_left_parts {
    border-top: none;
    padding: 12px 0 4px;
  }
}
.detail_head_parts .grade_parts_tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}
/*
.grade_parts_tag1～23 の色の設定は content.search.result.cssへ
content.search.result.cssにて、.grade_parts_tags .grade_parts_tag1で検索
*/
/*
.detail_head_parts .grade_parts_tags .grade_parts_tag1,
.detail_head_parts .grade_parts_tags .grade_parts_tag2,
.detail_head_parts .grade_parts_tags .grade_parts_tag3,
.detail_head_parts .grade_parts_tags .grade_parts_tag4,
.detail_head_parts .grade_parts_tags .grade_parts_tag5,
.detail_head_parts .grade_parts_tags .grade_parts_tag6,
.detail_head_parts .grade_parts_tags .grade_parts_tag7,
.detail_head_parts .grade_parts_tags .grade_parts_tag8,
.detail_head_parts .grade_parts_tags .grade_parts_tag9,
.detail_head_parts .grade_parts_tags .grade_parts_tag10,
.detail_head_parts .grade_parts_tags .grade_parts_tag11,
.detail_head_parts .grade_parts_tags .grade_parts_tag12,
.detail_head_parts .grade_parts_tags .grade_parts_tag13,
.detail_head_parts .grade_parts_tags .grade_parts_tag14,
.detail_head_parts .grade_parts_tags .grade_parts_tag15,
.detail_head_parts .grade_parts_tags .grade_parts_tag16,
.detail_head_parts .grade_parts_tags .grade_parts_tag17,
.detail_head_parts .grade_parts_tags .grade_parts_tag18,
.detail_head_parts .grade_parts_tags .grade_parts_tag19,
.detail_head_parts .grade_parts_tags .grade_parts_tag20,
.detail_head_parts .grade_parts_tags .grade_parts_tag21,
.detail_head_parts .grade_parts_tags .grade_parts_tag22,
.detail_head_parts .grade_parts_tags .grade_parts_tag23 {}
*/
/**
* .detail_head_parts .tag_left_parts
* /detail/[ID]/ページ 店舗・医院のこだわりアイコン
**/
.detail_head_parts .tag_right_parts {
  margin-top: 8px;
  width: 100%;
}
@media (max-width: 767px) {
  .detail_head_parts .tag_right_parts {
    width: 100%;
    margin: 0;
  }
}
/* こだわりアイコンは、詳細ページと検索結果で共有 */
.search_result_item .tag_parts > .list, .detail_head_parts .tag_right_parts > .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
}
.search_result_item .tag_parts .list > div, .detail_head_parts .tag_right_parts > .list > div, .search_result_item .tag_parts .list > .cell, .detail_head_parts .tag_right_parts > .list > .cell {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  border-radius: 3px;
  background: #e9e9e9;
  color: #ccc;
  font-size: 1.2rem;
  font-weight: 400;
  font-feature-settings: "palt";
  text-align: center;
}
.search_result_item .tag_parts .list > .on, .detail_head_parts .tag_right_parts > .list > .on {
  background: #b2afaa;
  color: #fff;
}
@media (min-width: 768px) {
  /* 余白・カラム数（PC5列） */
  .search_result_item .tag_parts > .list, .detail_head_parts .tag_right_parts > .list {
    margin: 0 -4px 14px;
  }
  .search_result_item .tag_parts .list > div, .detail_head_parts .tag_right_parts > .list > div, .search_result_item .tag_parts .list > .cell, .detail_head_parts .tag_right_parts > .list > .cell {
    width: calc((100% - 40px) / 5);
    height: 36px;
    font-size: 1.2rem;
    margin: 8px 4px 0;
  }
  .search_result_item .tag_parts .list > div:nth-child(-n+5), .detail_head_parts .tag_right_parts > .list > .cell:nth-child(-n+5) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  /* 余白・カラム数（SP3列） */
  .search_result_item .tag_parts > .list, .detail_head_parts .tag_right_parts > .list {
    margin: 0 -2px 12px;
  }
  .search_result_item .tag_parts .list > div, .detail_head_parts .tag_right_parts > .list > div, .search_result_item .tag_parts .list > .cell, .detail_head_parts .tag_right_parts > .list > .cell {
    width: calc((100% - 12px) / 3);
    height: 28px;
    font-size: 5px;
    margin: 4px 2px 0;
  }
  .search_result_item .tag_parts .list > div:nth-child(-n+3), .detail_head_parts .tag_right_parts > .list > .cell:nth-child(-n+3) {
    margin-top: 0;
  }
}
.detail_head_parts .link_box a {
  color: var(--main_c);
  text-decoration: underline;
}
.detail_head_parts .link_box a + a {
  margin-left: 10px;
}
.detail_head_parts .box_btn {
  display: block;
  max-width: none;
  width: 100%;
  text-align: center;
}
.detail_head_parts .box_btn .btn {
  width: 100%;
  max-width: 670px;
}
/**
* .detail_head_parts .skill_parts
* /detail/[ID]/ページ スキル表
**/
.skill_parts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  margin: 15px 0 0;
}
@media (max-width: 767px) {
  .skill_parts {
    margin: 10px 0 0;
  }
}
.skill_parts > li + li {
  margin-left: 2.5px;
}
.skill_parts > li > a {
  display: block;
  border: solid 2px var(--sub_c);
  border-radius: 4px;
  color: var(--main_c);
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  padding: 5px 7.5px;
  text-align: center;
}
/**
* .detail_main_parts
* /detail/[ID]/ページ 本文ラッパー
**/
.detail_main_parts {
  position: relative;
  z-index: 5;
  /* .detail_wrap::before、::afterよりも上にする */
}
@media (max-width: 767px) {
  .detail_main_parts {}
  .count_new ~ .detail_main_parts {
    padding-top: 10px;
  }
}
/**
* .detail_tab_parts
* /detail/[ID]/ページ タブ
**/
.detail_tab_parts {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  margin: 0 -4px 48px;
  position: relative;
  display: none !important
}
/* ページ下部のボタン群 */
.detail_tab_parts ~ .detail_tab_parts {
  margin-top: 48px;
}
.detail_tab_parts > a {
  display: block;
  width: 100%;
  margin: 0 4px;
}
@media (min-width: 768px) {
  .detail_tab_parts::after {
    content: "";
    display: block;
    position: absolute;
    left: 4px;
    right: 4px;
    bottom: -5px;
    z-index: 1;
    border-bottom: solid 6px var(--main_c);
  }
}
@media (max-width: 959px) {
  .detail_tab_parts {
    padding-left: 1px;
    padding-right: 1px;
  }
  .detail_tab_parts > a {
    display: block;
    width: 100%;
    margin: 0 -1px;
  }
  .detail_tab_parts::after {
    left: 0;
    right: 0;
  }
}
@media (max-width: 767px) {
  .detail_tab_parts {
    background: #f6f4f3;
    padding: 4px;
    border-radius: 3px;
    margin: 0 0 24px;
  }
  .detail_tab_parts > a {
    margin: 0;
    position: relative;
  }
  .detail_tab_parts > * + *::before {
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    top: 50%;
    z-index: 5;
    border-left: 1px solid #efeae0;
    height: 24px;
    transform: translate(0, -50%);
    pointer-events: none;
  }
  .detail_tab_parts > .on::before {
    display: none;
  }
  .detail_tab_parts > .on + *::before {
    display: none;
  }
  /* ページ下部のボタン群 */
  .detail_tab_parts ~ .detail_tab_parts {
    margin-top: 48px;
  }
}
/* タブ１つ */
.detail_tab {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  border-radius: 6px 6px 0 0;
  border: 1px solid var(--main_c);
  background: #fff;
  color: var(--main_c);
  height: 56px;
  font-size: 1.6rem;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.1ex;
  line-height: 24px;
  position: relative;
}
/* タブ中バルーン */
.detail_tab_balloon {
  display: block;
  position: absolute;
  right: -4px;
  top: 0;
  z-index: 10;
  transform: translate(0, -75%);
  font-size: 10px;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1;
  border-radius: 4px;
  background: var(--sub_c);
  color: #fff;
  padding: 4px;
}
.detail_tab_balloon::after {
  content: "";
  display: block;
  border-style: solid;
  border-width: 3px 3px;
  border-color: var(--sub_c) transparent transparent var(--sub_c);
  position: absolute;
  left: 66.66%;
  bottom: 1px;
  z-index: 10;
  transform: translate(0, 100%);
}
a:focus .detail_tab, a:hover .detail_tab, a.on .detail_tab {
  border: 1px solid var(--main_c);
  background: var(--main_c);
  color: #fff;
}
@media (max-width: 959px) {
  .detail_tab {
    height: 56px;
    font-size: 13px;
    letter-spacing: 0.1ex;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .detail_tab {
    border-radius: 2px;
    border: 1px solid #fff;
    flex-wrap: wrap;
    font-size: 9px;
    line-height: 12px;
    text-align: center;
    margin: 0;
    height: 48px;
    position: relative;
    z-index: 5;
  }
  .detail_tab > * {
    display: block;
    width: 100%;
  }
  .detail_tab br {
    display: none;
  }
  .detail_tab_parts a.on .detail_tab::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border: 5px solid transparent;
    border-top-color: var(--main_c);
    top: 100%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, 0);
  }
  .detail_tab_balloon {
    right: 2px;
    top: 0;
    transform: translate(0, -75%);
    font-size: 8px;
    border-radius: 4px;
    width: auto;
    padding: 4px;
  }
  /* ページ下部のボタン群 */
  .detail_tab_parts ~ .detail_tab_parts a.on .detail_tab::after {
    border: 5px solid transparent;
    border-bottom-color: var(--main_c);
    bottom: 100%;
    top: auto;
  }
}
/* ウィンドウ下部のタブ（.detai_bottom__box_btnへの修正は、このファイルの160行目辺りへ） */
@media (min-width: 768px) {
  .detai_bottom__box_btn .detail_tab_parts {
    display: none;
  }
}
@media (max-width: 767px) {
  .detai_bottom__box_btn .detail_tab_parts {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0;
  }
  .detai_bottom__box_btn .detail_tab_parts a {
    display: block;
    width: 100%;
  }
  .detai_bottom__box_btn .detail_tab {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 44px;
    font-size: 8px;
  }
}
/**
* .detail_main
* /detail/[ID]/ページ メイン
**/
.detail_main {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.detail_main > * {
  width: 100%;
}
/**
* .detail_main
* /detail/[ID]/ページ スライダー
**/
/* スライドのラッパー（SPビュー(Tabletビュー)の順番の調整に使用） */
@media (max-width: 959px) {
  .detail_main_mainimage {
    order: 2;
  }
}
/* スライドの余白 */
.detail_slider {
  position: relative;
  z-index: 999;
}
/* slick */
.detail_slider_item {}
.detail_slider.active .detail_slider_item {
  max-width: 100%;
}
.detail_slider_mask > img {
  width: 900px;
  max-width: 100%;
  height: 600px;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
}
.detail_slider_nav {
  width: 100%;
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  gap: 10px;
}
.detail_slider_nav > button {
  width: calc(100% / 6 - (50px / 6));
  height: 94px;
  border: none;
  background: transparent;
  cursor: pointer;
}
.detail_slider_nav > button > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media (max-width: 959px) {
  .detail_slider_mask > img {
    height: 440px
  }
  .detail_slider_nav > button {
    height: 68px;
  }
}
@media (max-width: 767px) {
  .detail_slider_mask > img {
    height: 193.33px
  }
  .detail_slider_nav > button {
    height: 26.67px;
  }
}
/**
* .detail_main
* /detail/[ID]/ページ スライダー下PR文
**/
.detail_main_title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 32px;
  margin: 0 0 16px;
}
@media (max-width: 959px) {
  .detail_main_title {
    font-size: 1.8rem;
    line-height: 28px;
    order: 1;
    /* Tabletビュー（.detail_main_mainimageと関係） */
  }
}
.detail_main_prcomment {
  line-height: 1.8;
}
@media (max-width: 959px) {
  .detail_main_prcomment {
    padding: 8px;
    border-radius: 4px;
    background: #f4f4f1;
    font-size: 1.4rem;
    line-height: 2.2rem;
    margin: 12px 0 0;
    order: 3;
    /* Tabletビュー（.detail_main_mainimageと関係） */
  }
}
/**
* .detail_publicrelations
* /detail/[ID]/ページ PRレイアウト
**/
.detail_publicrelations {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;
}
@media (min-width: 959px) {
  /* 3列表示 */
  .detail_publicrelations {
    margin: 0 -24px;
  }
  * + .detail_publicrelations {
    margin-top: 64px;
  }
  .detail_publicrelations > * {
    width: calc((100% - 144px) / 3 - 1px);
    margin: 48px 24px 0;
  }
  .detail_publicrelations > *:nth-child(-n+3) {
    margin-top: 0;
  }
  /* 特殊な要素 */
  .detail_publicrelations > .detail_pr_parts__always_2col_style {
    width: calc((100% - 96px) / 2);
  }
  .detail_publicrelations > .detail_pr_parts__movie_style {
    margin-top: 30px;
    padding: 0 calc((100% - 800px) / 2);
    /* ( 領域幅 - 動画幅 ) / 2 */
    width: 100%;
  }
}
@media (max-width: 959px) {
  /* 2列表示 */
  .detail_publicrelations {
    margin: 0 -12px;
  }
  * + .detail_publicrelations {
    margin-top: 64px;
  }
  .detail_publicrelations > * {
    width: calc((100% - 30px) / 2);
    margin: 30px 12px 0;
  }
  .detail_publicrelations > *:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  /* 特殊な要素 */
  .detail_publicrelations > .detail_pr_parts__movie_style {
    margin-top: 48px;
    padding: 0 calc((100% - 800px) / 2);
    /* ( 領域幅 - 動画幅 ) / 2 */
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* 1列表示 */
  .detail_publicrelations {
    margin: 0;
  }
  * + .detail_publicrelations {
    margin-top: 30px;
  }
  .detail_publicrelations > * {
    width: 100%;
  }
  .detail_publicrelations > * + * {
    margin-top: 32px;
  }
}
/**
* .detail_publicrelations
* /detail/[ID]/ページ 各PR
**/
.detail_pr_parts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  /*
  margin-left,margin-rightは使用不可
  .detail_publicrelationsにて余白設定
  */
}
@media (min-width: 768px) {
  /* 縦1列表示 */
  .detail_pr_parts > * {
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* 縦1列表示 */
  .detail_pr_parts > * {
    width: 100%;
  }
}
/* title */
.detail_pr_title {
  order: 2;
}
@media (max-width: 767px) {
  .detail_pr_title {
    order: 2;
  }
}
/* image */
.detail_pr_parts .left_parts {
  order: 1;
}
.detail_pr_parts .left_parts figure {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.detail_pr_parts .left_parts figure::before {
  content: "";
  display: block;
  padding: 56.25% 0 0;
  position: relative;
  z-index: 1;
}
.detail_pr_parts .left_parts figure iframe, .detail_pr_parts .left_parts figure img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.detail_pr_parts .left_parts figure img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.detail_pr_parts .left_parts .caption {
  color: #888;
  font-size: 11px;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 20px;
  margin: 12px 0 0;
  padding: 0 16px 16px;
  position: relative;
}
.detail_pr_parts .left_parts .caption::after {
  content: "";
  display: block;
  width: 4em;
  border-bottom: 1px solid;
  position: absolute;
  left: 16px;
  bottom: 0;
  z-index: 1;
  opacity: 0.33;
}
.detail_pr_parts .left_parts .caption:empty {
  display: none;
}
@media (max-width: 767px) {
  .detail_pr_parts .left_parts .caption {
    color: #888;
    font-size: 9px;
    line-height: 1.8rem;
    margin: 8px 0 0;
    padding: 0 16px 8px;
  }
  .detail_pr_parts .left_parts .caption::after {
    width: 4em;
    left: 16px;
  }
}
/* text */
.detail_pr_parts .right_parts {
  order: 3;
  font-size: 13px;
  font-weight: 400;
  font-feature-settings: "palt";
  line-height: 2;
  margin: 4px 0 0;
  padding: 0 16px;
}
.detail_pr_parts dt, .detail_pr_parts dd {
  text-align: left;
  margin: 0 0 16px;
}
.detail_pr_parts dt a {
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: underline;
}
.detail_pr_parts dd {
  margin: 0 0 8px 28px;
}
.detail_pr_parts dd::before {
  content: "┗";
  padding-right: 5px;
}
/**
* .detail_menu_parts
* /detail/[ID]/job/ページ 業務対応メニュー
**/
/**
* .detail_staff_list
* /detail/[ID]/staff/ページ ラッパー
**/
/**
* .staff_parts
* /detail/[ID]/staff/ページ 各スタッフごとのスタイル
**/
.staff_parts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
* + .staff_parts {
  margin-top: 48px;
}
@media (max-width: 767px) {
  * + .staff_parts {
    margin-top: 24px;
  }
}
.staff_parts .img_parts {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  background: #fff;
  width: 480px;
  height: 319.968px;
  /* 3:2 */
}
@media (max-width: 959px) {
  .staff_parts .img_parts {
    width: 50%;
    height: 40vw;
  }
}
@media (max-width: 767px) {
  .staff_parts .img_parts {
    width: 100%;
    height: 40vw;
  }
}
.staff_parts .img_parts .main_img {
  border-radius: 8px;
  width: calc(66.66% - 4px);
  height: 100%;
  overflow: hidden;
  position: relative;
  order: 0;
}
.staff_parts .img_parts .main_img:only-child {
  width: 100%;
}
.staff_parts .img_parts .main_img::before {
  content: "";
  display: block;
  border-radius: inherit;
  box-shadow: 0 0 48px 0 rgba(0, 0, 0, 0.06) inset;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.staff_parts .img_parts .main_img img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  font-family: "object-fit: cover; object-position: center top;";
  position: relative;
  z-index: 1;
}
.staff_parts .img_parts .sub_img {
  border-radius: 8px;
  width: calc(33.33% - 4px);
  height: calc(50% - 4px);
  margin: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  order: 2;
}
.staff_parts .img_parts .sub_img + .sub_img {
  margin-top: 8px;
}
.staff_parts .img_parts .sub_img::before {
  content: "";
  display: block;
  border-radius: inherit;
  box-shadow: 0 0 48px 0 rgba(0, 0, 0, 0.06) inset;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.staff_parts .img_parts .sub_img img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  font-family: "object-fit: cover; object-position: center top;";
  position: relative;
  z-index: 1;
}
.staff_parts .text_parts {
  width: calc(100% - 480px);
  padding: 0 0 0 32px;
}
@media (max-width: 959px) {
  .staff_parts .text_parts {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .staff_parts .text_parts {
    width: 100%;
    padding: 0 16px;
  }
}
.detail_staff_title {
  padding: 48px 0 12px;
  margin: 0 0 32px;
  position: relative;
}
.detail_staff_title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 32px;
  border-bottom: solid 2px var(--main_c);
}
.detail_staff_title > .staff_name {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 32px;
  padding-right: 32px;
}
.detail_staff_title > .staff_class {
  color: var(--main_c);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 32px;
}
@media (max-width: 767px) {
  .detail_staff_title {
    padding: 16px 0 12px;
    margin: 0 0 16px;
  }
  .detail_staff_title::after {
    width: 32px;
    border-bottom: solid 2px var(--main_c);
  }
  .detail_staff_title > .staff_name {
    font-size: 1.8rem;
    line-height: 32px;
    padding-right: 16px;
  }
  .detail_staff_title > .staff_class {
    font-size: 10px;
    line-height: 32px;
  }
}
.detail_staff_comment {
  border-radius: 4px;
  background: #f4f4f1;
  font-size: 1.4rem;
  line-height: 25px;
  width: 100%;
  padding: 16px;
}
@media (max-width: 767px) {
  .detail_staff_comment {
    border-radius: 4px;
    font-size: 1.2rem;
    line-height: 32px;
    padding: 8px;
  }
}
/* 経歴 */
.detail_staff_history {
  font-size: 1.4rem;
  line-height: 2.2rem;
  padding: 16px;
}
.detail_staff_history > .detail_title__type06 {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .detail_staff_history {
    font-size: 1.2rem;
    line-height: 32px;
    padding: 16px;
  }
  .detail_staff_history > .detail_title__type06 {
    color: #888;
    margin-bottom: 8px;
  }
}
/**
* .detail_gallery_parts
* /detail/[ID]/ページ ギャラリー
**/
.detail_gallery_parts {
  position: relative;
  z-index: 99;
}
@media (min-width: 959px) {
  * + .detail_gallery_parts {
    margin-top: 64px;
  }
}
@media (max-width: 959px) {
  * + .detail_gallery_parts {
    margin-top: 64px;
  }
}
@media (max-width: 767px) {
  * + .detail_gallery_parts {
    margin-top: 48px;
  }
}
/* title */
.detail_gallery_title {
  order: 0;
}
@media (min-width: 960px) {
  /* heightはBricks.jsにて自動実装されます */
  .detail_gallery_parts li {
    width: calc((100% - 24px) / 4);
  }
}
@media (max-width: 959px) {
  /* heightはBricks.jsにて自動実装されます */
  .detail_gallery_parts li {
    width: calc((100% - 24px) / 4);
  }
}
@media (max-width: 767px) {
  /* heightはBricks.jsにて自動実装されます */
  .detail_gallery_parts li {
    width: calc((100% - 16px) / 3);
  }
}
.detail_gallery_parts li a {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}
.detail_gallery_parts li a:focus, .detail_gallery_parts li a:hover {
  opacity: 1;
}
.detail_gallery_parts li img {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  transition: all 1s ease;
}
/**
* .detail_info_parts
* /detail/[ID]/ページ 情報欄（製品紹介 対応時間）
**/
.detail_info_parts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
}
.detail_info_parts > * {
  width: 100%;
}
@media (min-width: 959px) {
  * + .detail_info_parts {
    margin-top: 64px;
  }
}
@media (max-width: 959px) {
  * + .detail_info_parts {
    margin-top: 64px;
  }
}
@media (max-width: 767px) {
  * + .detail_info_parts {
    margin-top: 25px;
  }
}
/* title */
.detail_info_title {
  order: 0;
}
.detail_info_parts > h5 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 32px;
  color: var(--main_c);
  margin: 0 0 24px;
  padding: 6px 0;
  border-bottom: 1px solid #efefef;
}
@media (max-width: 767px) {
  .detail_info_parts > h5 {
    font-size: 2rem;
    line-height: 28px;
    margin: 0 0 20px;
    padding: 4px 0;
  }
}
/* order */
.detail_info_parts > .center_parts {
  order: 2;
}
.detail_info_parts > .left_parts {
  order: 1;
}
.detail_info_parts > .right_parts {
  order: 3;
}
.detail_info_parts > .bottom_parts {
  order: 4;
}
/* center_parts（製品紹介のみ使用） */
.detail_info_parts > .center_parts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 40px;
}
.detail_info_parts > .center_parts .arrow {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media (max-width: 767px) {
  .detail_info_parts > .center_parts {
    width: 24px;
  }
  .detail_info_parts > .center_parts .arrow {
    width: 24px;
    height: 24px;
  }
}
/* left_parts, right_parts (default) */
.detail_info_parts > .left_parts, .detail_info_parts > .right_parts {
  position: relative;
  width: calc((100% - 40px) / 2);
}
.detail_info_parts > .left_parts {
  padding-right: 20px;
}
.detail_info_parts > .right_parts {
  padding-left: 20px;
}
@media (max-width: 959px) {
  .detail_info_parts > .left_parts, .detail_info_parts > .right_parts {
    width: 100%;
  }
  .detail_info_parts > .left_parts {
    padding-right: 0;
  }
  .detail_info_parts > .right_parts {
    padding-left: 0;
    margin-top: -1px;
  }
}
/* left_parts, right_parts (Before After) */
.detail_info_parts > .center_parts ~ .left_parts {
  padding-right: 0;
}
.detail_info_parts > .center_parts ~ .right_parts {
  padding-left: 0;
}
.detail_info_parts > .center_parts ~ .left_parts img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.detail_info_parts > .center_parts ~ .right_parts img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.detail_info_parts > .center_parts ~ .left_parts > span, .detail_info_parts > .center_parts ~ .right_parts > span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: var(--main_c);
  color: #fff;
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  width: 120px;
  padding: 5px 0;
}
.detail_info_parts > .center_parts ~ .right_parts > span {
  background-color: var(--text_link_c);
  color: #fff;
}
@media (max-width: 959px) {
  .detail_info_parts > .center_parts ~ .left_parts, .detail_info_parts > .center_parts ~ .right_parts {
    width: calc((100% - 24px) / 2);
    margin-top: 0;
  }
  .detail_info_parts > .center_parts ~ .left_parts > span, .detail_info_parts > .center_parts ~ .right_parts > span {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, 50%);
    font-size: 10px;
    width: 96px;
    padding: 2px 0;
  }
}
.detail_info_parts > .bottom_parts p {
  margin: 0 0 5px;
  line-height: 1.8;
}
@media (max-width: 959px) {
  .detail_info_parts > .bottom_parts p {
    margin: 0 0 5px;
    line-height: 1.8;
  }
}
/* 基本情報 テーブルスタイル */
.detail_info_parts ul {
  font-size: 1.4rem;
}
.detail_info_parts ul > li {
  border-top: 1px solid #bbb;
  padding: 1.8rem 8px;
  display: flex;
  align-items: center;
}
.detail_info_parts ul > li:nth-child(even) {
  background: #f6f4f3;
}
.detail_info_parts ul > li:last-child {
  border-bottom: 1px solid #bbb;
}
.detail_info_parts ul > li .info_title {
  width: 21%;
  font-size: 1.4rem;
  font-weight: 700;
  color: #706e6e;
}
.detail_info_parts ul > li .info_text {
  width: 79%;
  word-break: break-all;
  word-wrap: break-word;
}
@media (max-width: 959px) {
  .detail_info_parts ul > li .info_title {
    width: 128px;
    font-size: 1.2rem;
  }
  .detail_info_parts ul > li .info_text {
    width: calc(100% - 80px);
    font-size: 1.2rem;
  }
}
/* google map */
.detail_info_parts .gglmap {
  position: relative;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.detail_info_parts .gglmap::before {
  content: "";
  display: block;
  padding: 50% 0 0;
  position: relative;
  z-index: 1;
}
.detail_info_parts .gglmap img, .detail_info_parts .gglmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
/* link */
.detail_info_parts .link_box a {
  color: var(--main_c);
  text-decoration: underline;
}
.detail_info_parts .link_box a + a {
  margin-left: 10px;
}
/**
* .opening_hours
* /detail/[ID]/ページ 営業（診療）時間
**/
.opening_hours {
  width: 100%;
  margin: 0 auto;
}
.opening_hours p {
  font-size: 1.4rem;
  line-height: 1.8;
}
.opening_hours table {
  border-collapse: collapse;
  text-align: center;
  width: 100%;
  margin: 0 auto 32px;
}
.opening_hours table th, .opening_hours table td {
  border: 1px solid #bbb;
  height: 50px;
  vertical-align: middle;
}
.opening_hours table th {
  font-weight: 700;
}
.opening_hours table th:nth-child(2n+3), .opening_hours table td:nth-child(2n+3) {
  background: #f2f6f9;
}
.opening_hours table td {
  width: 11%;
  padding: 8px 0;
  line-height: 1.3;
}
.opening_hours table tr th:first-child, .opening_hours table tr td:first-child {
  width: 22%;
  margin: 0 auto;
}
.opening_hours table td span {
  padding: 0;
  background-color: unset;
  color: var(--sub_c);
  font-size: 1.6rem;
  position: unset;
}
.opening_hours table td img {
  width: auto;
  height: auto;
  margin: 0 auto;
}
.opening_hours_description {
  display: flex;
  justify-content: center;
}
.opening_hours_description div {
  width: 20%;
  padding: 0 32px 32px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.opening_hours_description img {
  width: auto;
  height: auto;
  display: inline;
}
.opening_hours_description p {
  margin: 0 0 0 8px;
}
@media (max-width: 767px) {
  .opening_hours {
    table-layout: fixed;
  }
  .opening_hours table td {
    width: auto;
    padding: 4px 0;
  }
  .opening_hours table th:first-child, .opening_hours table td:first-child {
    font-size: 11px;
    line-height: 16px;
    width: 80px;
    padding: 4px;
  }
  .opening_hours table td img {
    max-width: 12px;
  }
  .opening_hours_description {
    flex-wrap: wrap;
    margin-bottom: 32px;
  }
  .opening_hours_description div {
    width: 33.33%;
  }
  .opening_hours_description div img {
    max-width: 15px;
  }
}
/**
* .paging
* /detail/[ID]/ページ ページャー
**/
.paging {
  margin: 20px 0;
  padding: 0;
  text-align: right;
  overflow: hidden;
}
.paging.center {
  text-align: center
}
@media (max-width: 767px) {
  .paging {
    margin: 20px 0 25px;
  }
}
.paging li {
  position: relative;
  margin: 2px 2px;
  display: inline-block;
}
.paging li a.prev-link::after {
  content: '';
  margin-top: -8px;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.paging li a.next-link::after {
  content: '';
  margin-top: -8px;
  top: 50%;
  right: 50%;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.paging li a.prev-link, .paging li a.next-link {
  background: none;
  border: none;
}
.paging li a {
  display: block;
  border: 1px solid var(--sub_c);
  background: #fff;
  border-radius: 3px;
  color: var(--sub_c);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 36px;
  min-width: 36px;
  padding: 0 12px;
}
.paging li a:not(.bg-none):focus, .paging li a:not(.bg-none):hover {
  text-decoration: none;
  background: var(--sub_c);
  color: #fff;
}
.paging li .current {
  display: block;
  border: 1px solid var(--sub_c);
  background: var(--sub_c);
  color: #fff;
  border-radius: 3px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 36px;
  min-width: 36px;
  padding: 0 12px;
}
.paging li .ten {
  display: block;
  border: 1px solid var(--sub_c);
  background: #fff;
  color: var(--sub_c);
  border-radius: 3px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 36px;
  min-width: 36px;
  padding: 0 12px;
}
.paging li a.prev {
  padding: 0;
  width: 35px;
  line-height: 36px;
  text-align: left;
  text-indent: -9999px;
  background: #fff url("../images/prev.png") no-repeat center center;
  background-size: 25% 25%;
  border-radius: 6px;
}
.paging li a.next {
  padding: 0;
  width: 35px;
  line-height: 36px;
  text-align: left;
  text-indent: -9999px;
  background: #fff url("../images/next.png") no-repeat center center;
  background-size: 25% 25%;
  border-radius: 6px;
}
/**
* .detail_kuchikomi_parts
* /detail/[ID]/kuchikomi/ページ 口コミのラッパー
**/
/* 投稿フォーム */
.detail_kuchikomi_parts + .parts_wrap {
  margin-top: 48px;
}
/**
* .bnr_kuchikomi
* /detail/[ID]/kuchikomi/ページ バナー
**/
.bnr_kuchikomi {
  width: 100%;
}
@media (min-width: 576px) {
  .bnr_kuchikomi li:first-child {
    max-width: 1120px;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
  }
  .bnr_kuchikomi li:last-child {
    display: none;
  }
}
@media (max-width: 575px) {
  .bnr_kuchikomi {
    padding: 0 0 16px;
  }
  .bnr_kuchikomi li:first-child {
    display: none;
  }
  .bnr_kuchikomi li:last-child {
    max-width: 300px;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
  }
}
/**
* .detail_kuchikomi_list
* /detail/[ID]/kuchikomi/ページ 口コミ一覧
**/
/**
* .kuchikomi_point
* /detail/[ID]/kuchikomi/ページ 口コミ点数・ソート
**/
.kuchikomi_point {
  font-size: 16.25px;
  font-weight: 700;
  line-height: 20.625px;
  text-align: center;
  margin: 28px 0 25px;
}
@media (max-width: 767px) {
  .kuchikomi_point {
    margin: 0 0 2.5px;
  }
}
.kuchikomi_number {
  color: var(--text_link_c);
  font-weight: 700;
}
.kuchikomi_point .kuchikomi_number {
  font-size: 23.75px;
  padding: 0 3px;
}
.kuchikomi_head_parts {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 0 15px;
}
.kuchikomi_head_parts .kuchikomi_count {
  font-size: 6.875px;
}
.kuchikomi_head_parts .kuchikomi_count .kuchikomi_number {
  color: var(--text_link_c);
  font-size: 11.25px;
  font-weight: 700;
  padding-right: 3px;
}
@media (max-width: 959px) {
  .kuchikomi_head_parts {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .kuchikomi_count {
    width: auto;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .kuchikomi_head_parts {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 10px;
  }
  .kuchikomi_count {
    width: auto;
    margin: 0 auto;
  }
}
/* sort */
.kuchikomi_head_parts .search_change_view {
  width: 55%;
  max-width: none;
}
.kuchikomi_head_parts .search_change_view p, .kuchikomi_head_parts .search_change_view .option {
  margin: 0;
}
@media (max-width: 959px) {
  .kuchikomi_head_parts .search_change_view {
    width: 90%;
    margin: 0 0 5px;
  }
  .kuchikomi_head_parts .search_change_view {
    width: 100%;
    margin: 0 0 5px;
  }
  .kuchikomi_head_parts .search_change_view div {
    width: 48.5%;
  }
  .kuchikomi_head_parts .search_change_view div:first-child {
    width: 100%;
  }
  .kuchikomi_head_parts .search_change_view .option {
    font-size: 7.5px;
  }
}
/**
* .kuchikomi_parts
* /detail/[ID]/kuchikomi/ページ 各口コミ
**/
.kuchikomi_parts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  border-radius: 6px;
  border: 1px solid #efeae0;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
  padding: 40px;
  margin: 0 0 28px;
}
.kuchikomi_parts:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .kuchikomi_parts {
    padding: 16px;
  }
}
.kuchikomi_user {
  line-height: 1;
  width: 50%;
  padding: 0 0 0 56px;
  margin: 0;
  position: relative;
  z-index: 1;
}
.kuchikomi_user::before {
  content: "";
  display: block;
  background-image: url("../images/icon_review_man.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  transform: translate(0, -50%);
}
.kuchikomi_user .user_name {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 16px;
  margin-right: 16px;
}
.kuchikomi_user .user_age {
  color: rgba(0, 0, 0, 0.56);
  font-size: 1.2rem;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 16px;
  margin-right: 8px;
}
.kuchikomi_user .user_age::after {
  content: "歳";
}
.kuchikomi_user .user_sex {
  color: rgba(0, 0, 0, 0.56);
  font-size: 1.2rem;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 16px;
  margin-right: 8px;
}
.kuchikomi_user time {
  display: block;
  color: rgba(0, 0, 0, 0.56);
  font-size: 1.2rem;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .kuchikomi_user {
    width: calc(100% - 128px);
    padding: 0 0 0 48px;
  }
  .kuchikomi_user::before {
    width: 40px;
    height: 40px;
  }
  .kuchikomi_user .user_name {
    display: block;
    font-size: 1.2rem;
    margin-right: 0;
  }
  .kuchikomi_user .user_age {
    font-size: 8px;
    line-height: 1;
    margin-right: 8px;
  }
  .kuchikomi_user .user_age::after {
    content: "歳";
  }
  .kuchikomi_user .user_sex {
    font-size: 8px;
    line-height: 1;
    margin-right: 8px;
  }
  .kuchikomi_user time {
    font-size: 8px;
    line-height: 1;
    margin-top: 4px;
  }
}
.kuchikomi_osusume {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;
  width: 50%;
}
.kuchikomi_osusume > p {
  text-align: center;
  width: 128px;
}
.kuchikomi_osusume > p > span {
  color: rgba(0, 0, 0, 0.56);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 24px;
  margin-right: 8px;
}
.kuchikomi_osusume > p > .kuchikomi_number {
  color: var(--text_link_c);
  font-size: 2.4rem;
  line-height: 24px;
  margin-left: 0;
}
.kuchikomi_osusume > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  border-radius: 6px;
  overflow: hidden;
  width: calc(100% - 128px);
}
@media (max-width: 767px) {
  .kuchikomi_osusume {
    flex-wrap: wrap;
    width: 128px;
    padding: 0;
    border: none;
  }
  .kuchikomi_osusume > p {
    width: 100%;
  }
  .kuchikomi_osusume > p > span {
    font-size: 8px;
    line-height: 1;
  }
  .kuchikomi_osusume > p > .kuchikomi_number {
    font-size: 2rem;
    line-height: 1;
  }
  .kuchikomi_osusume > ul {
    width: 100%;
    height: 20px;
    margin: 0;
  }
}
.kuchikomi_osusume > ul > li {
  width: 100%;
  height: 100%;
}
.kuchikomi_osusume > ul > li > div {
  background-color: #f6f4f3;
  height: 100%;
}
.kuchikomi_osusume > ul > li + li > div {
  border-left: 1px dotted rgba(0, 0, 0, 0.09);
}
.kuchikomi_osusume > ul > .on > div {
  background-color: #faa0a6;
  background-image: linear-gradient(to bottom, #faa0a6 0%, #f9d9db 100%);
}
.kuchikomi_osusume > ul > li + .on > div {
  border-left: 1px dotted rgba(255, 255, 255, 0.75);
}
.kuchikomi_comment {
  width: calc(50% + 128px);
  margin: 16px 0 0;
}
@media (max-width: 767px) {
  .kuchikomi_comment {
    width: 100%;
    margin: 8px 0;
  }
}
/* kuchikomi_comment dl(set view more) */
.kuchikomi_comment dl + dl {
  margin-top: 24px;
}
.kuchikomi_comment dl > dt {
  margin: 0;
}
.kuchikomi_comment dl > dd {
  padding: 8px 32px 0 1.8rem;
}
.kuchikomi_comment dl > dd p {
  font-size: 1.2rem;
  line-height: 2.6rem;
}
/* view more style */
.kuchikomi_comment .view_more_btn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  padding-right: 12px;
}
.kuchikomi_comment .view_more_btn::after {
  display: none;
  content: "\f218";
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 50%;
  border: 1px solid;
  width: 1.8rem;
  height: 1.8rem;
  font-size: 1.2rem;
  transition: all 0.4s ease;
}
.kuchikomi_comment .view_more_btn.active::after {
  background: #ccc;
  color: #fff;
  transform: rotate(45deg);
}
.kuchikomi_comment .view_more_btn span {
  display: block;
  width: calc(100% - 1.8rem);
}
@media (max-width: 767px) {
  .kuchikomi_comment .view_more_btn::after {
    display: flex;
    width: 16px;
    height: 16px;
    font-size: 10px;
  }
  .kuchikomi_comment .view_more_btn span {
    display: block;
    width: calc(100% - 16px);
  }
}
.kuchikomi_reply {
  width: calc(50% - 128px);
  margin: 16px 0;
}
.kuchikomi_reply_title {
  font-weight: 700;
  text-align: center;
  margin: 0;
}
.kuchikomi_reply_text {
  background: #f6f4f3;
  font-size: 1.4rem;
  padding: 16px;
  margin: 0;
}
@media (max-width: 767px) {
  .kuchikomi_reply {
    width: 100%;
    margin: 0 0 8px;
  }
}
/**
* .detail_recommended_parts
* /detail/[ID]/cinfo/ページ おすすめの他店舗、他医院
**/
.recommended_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  background: #f6f4f3;
  color: rgba(0, 0, 0, 0.2);
  padding: 28px;
}
.recommended_list > dt {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  border-radius: 6px;
  border: 1px solid #efeae0;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.06);
  background: #fff;
  color: #999;
  font-size: 1.8rem;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1.8rem;
  padding: 28px;
  position: relative;
  z-index: 1;
  width: 100%;
  cursor: pointer;
  transition: all 0.4s ease;
}
.recommended_list > dt + dt, .recommended_list > dd + dt {
  margin-top: 1.5rem;
}
.recommended_list > dt::after {
  content: "\f125";
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #999;
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  left: auto;
  z-index: 1;
  transition: color 0.2s ease;
}
.recommended_list > dt a {
  color: var(--main_c);
  margin-right: 16px;
  transition: color 0.3s ease;
}
.recommended_list > dt a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.recommended_list > dt a:focus, .recommended_list > dt a:hover {
  opacity: 1;
}
.recommended_list > dt:hover {
  border-color: var(--main_c);
  background-color: var(--main_c);
  color: #fff;
}
.recommended_list > dt:hover::after {
  color: inherit;
}
.recommended_list > dt:hover a {
  color: #fff;
}
.recommended_list > dt:hover + dd {
  border-color: var(--main_c);
  background-color: var(--main_c);
  color: #fff;
}
.recommended_list > dd {
  border-radius: 0 0 6px 6px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid #efeae0;
  border-bottom: 1px solid #efeae0;
  border-left: 1px solid #efeae0;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.06);
  background-image: url("../images/icon_review_man.png");
  background-repeat: no-repeat;
  background-position: left 32px top 16px;
  background-size: auto 2.2rem;
  background-color: #fff;
  color: var(--sub_c);
  font-size: 1.4rem;
  position: relative;
  z-index: 5;
  width: 100%;
  padding: 16px 16px 16px 56px;
  margin: -12px 0 0;
  transition: all 0.4s ease;
}
.recommended_list + * {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .recommended_list > dt {
    padding: 16px;
  }
}
/**
* .detail_flexible_information
* /detail/[ID]/ページ 自由内容定型入力欄ラッパー
**/
* + .detail_flexible_information {
  margin-top: 60px;
}
/* 背景色を交互に変更する場合 */
.detail_flexible_information > .bg__full_width:nth-child(odd) {
  background: #f5f5f5;
}
.detail_flexible_information > .bg__full_width:nth-child(even) {
  background: #fff;
}
@media (min-width: 768px) {
  .detail_flexible_information > * {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .detail_flexible_information > * {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
/**
* .detail_flexible_info_parts
* /detail/[ID]/ページ 自由内容定型入力欄
**/
.detail_flexible_info_parts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  border-radius: 8px;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
}
.detail_flexible_info_image {
  background: #fff;
  overflow: hidden;
  position: relative;
}
.detail_flexible_info_image::before {
  content: "";
  display: block;
  padding: 66.66% 0 0;
  position: relative;
  z-index: 1;
}
.detail_flexible_info_image > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.detail_flexible_info_text {
  background: #fff;
}
@media (min-width: 768px) {
  .detail_flexible_info_image {
    border-radius: 8px 0 0 8px;
    width: 50%;
  }
  .detail_flexible_info_text {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-end;
    align-items: flex-end;
    border-radius: 0 8px 8px 0;
    width: 50%;
    padding: 48px;
  }
  .detail_flexible_info_text:only-child {
    border-radius: inherit;
    display: block;
    width: 100%;
  }
  /* レイアウトを互い違いにする場合 */
  .detail_flexible_information > *:nth-child(odd) .detail_flexible_info_image {
    order: 1;
    border-radius: 8px 0 0 8px;
  }
  .detail_flexible_information > *:nth-child(even) .detail_flexible_info_image {
    order: 2;
    border-radius: 0 8px 8px 0;
  }
  .detail_flexible_information > *:nth-child(odd) .detail_flexible_info_text {
    order: 2;
    border-radius: 0 8px 8px 0;
  }
  .detail_flexible_information > *:nth-child(even) .detail_flexible_info_text {
    order: 1;
    border-radius: 8px 0 0 8px;
  }
}
@media (max-width: 767px) {
  .detail_flexible_info_parts {
    border-radius: 0;
  }
  .detail_flexible_info_image {
    border-radius: 0;
    width: 100%;
  }
  .detail_flexible_info_text {
    border-radius: 0;
    width: 100%;
    padding: 16px;
  }
  .detail_flexible_info_text:only-child {
    border-radius: inherit;
    display: block;
    width: 100%;
  }
}
/* タイトル */
.detail_flexible_info_title {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.2ex;
  line-height: 44px;
  width: 100%;
  margin: 0;
}
.detail_flexible_info_title:empty {
  display: none;
}
@media (max-width: 767px) {
  .detail_flexible_info_title {
    font-size: 3.2rem;
    line-height: 32px;
    width: 100%;
  }
}
/* エリア（暫定 サイトにより領域の商品タグ、意味合いが変化） */
.detail_flexible_info_area {
  display: inline-block;
  color: rgba(0, 0, 0, 0.33);
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
}
.detail_flexible_info_cate + .detail_flexible_info_area {
  margin-left: 16px;
}
.detail_flexible_info_area:empty {
  display: none;
}
/* カテゴリ（暫定 サイトにより領域の商品タグ、意味合いが変化） */
.detail_flexible_info_cate {
  display: inline-block;
  color: rgba(0, 0, 0, 0.33);
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
}
.detail_flexible_info_area + .detail_flexible_info_cate {
  margin-left: 16px;
}
.detail_flexible_info_cate:empty {
  display: none;
}
@media (max-width: 767px) {
  .detail_flexible_info_area {
    font-size: 8px;
    line-height: 12px;
  }
  .detail_flexible_info_cate {
    font-size: 8px;
    line-height: 12px;
  }
}
/* 複数行テキスト */
.detail_flexible_info_text > p {
  line-height: 2;
  width: 100%;
}
.detail_flexible_info_text > * + p {
  margin-top: 24px;
}
.detail_flexible_info_text > p:empty {
  display: none;
}
@media (max-width: 767px) {
  .detail_flexible_info_text > p {
    font-size: 1.2rem;
  }
}
/* リスト */
.detail_flexible_info_list {
  background: #f5f5f5;
  width: 100%;
  padding: 16px;
}
* + .detail_flexible_info_list {
  margin-top: 24px;
}
.detail_flexible_info_list:empty {
  display: none;
}
.detail_flexible_info_list > li {
  display: inline-block;
  color: rgba(0, 0, 0, 0.56);
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
}
.detail_flexible_info_list > li + li {
  margin-left: 8px;
}
.detail_flexible_info_list > li + li::before {
  content: "／";
  margin-right: 8px;
}
@media (max-width: 767px) {
  .detail_flexible_info_list {
    padding: 8px 16px;
  }
  * + .detail_flexible_info_list {
    margin-top: 1.5rem;
  }
  .detail_flexible_info_list > li {
    font-size: 8px;
    line-height: 12px;
  }
  .detail_flexible_info_list > li + li {
    margin-left: 4px;
  }
  .detail_flexible_info_list > li + li::before {
    margin-right: 4px;
  }
}
.detail-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.detail-box > li:last-child > a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.detail-box > li:first-child {
  width: calc(100% - 70px);
}
.detail-box > li:last-child {
  width: 70px;
  display: flex;
  justify-content: end;
}
.detail-box > li:last-child > a::before {
  content: "\f141";
  color: #fff;
  font-family: "Ionicons";
  font-size: 2.6rem;
}
/************ムービー詳細************/
.movie_youtube-container {
  position: relative;
  padding-top: 56.25%; /* アスペクト比16:9の場合 */
  overflow: hidden; /* 念のため */
}
.movie_youtube-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movie_youtube-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; /* 不要なボーダーを削除 */
}


.movie_header.column_detail_head,
.movie_header {
  margin: 0;
  padding: 20px 0 0;
}

.movie_header.column_detail_head .like_box,
.movie_header .like_box {
  position: absolute;
  right: 0;
  top: 64px;
}

.movie_desc__time {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin: 0 2em 0 0;
}

.movie_desc__company {
  display: inline-block;
  color: #a09a93;
  font-size: 14px;
  font-weight: 400;
  line-height: inherit;
  padding-right: 60px;
  margin-bottom: 2rem;
}
.movie_desc__company:empty {
  display: none;
}
@media (max-width: 767px) {
  .movie_desc__company {
    font-size: 14px;
  }
}

.movie_desc__tag {
  margin: 0 0 20px;
  padding: 0 0 0;
}


.movie_desc {
  padding: 1rem 0;
}

.movie_desc__ttl {
  margin-top: 1rem;
  border-bottom: 2px solid #efeae0;
  padding-bottom: 1rem;
  font-size: 2.4rem;
  font-weight: 700;
  font-feature-settings: 'palt';
  line-height: 1.4;
}
.movie_desc__count {
  margin-top: 1rem;
}
.movie_desc__txt {
  margin-top: 1rem;
}
.movie_desc .lock__img {
  width: 18px;
  height: 18px;
  margin-left: 3px;
  position: relative;
  top: -4px;
}
@media (max-width: 767px) {
  .movie_desc__time {
    font-size: 1.4rem;
  }
  .movie_desc__ttl {
    font-size: 2rem;
  }
  .movie_desc__company {
    padding-right: 40px;
  }
}