@charset "UTF-8";
/* CSS Document */

/* ラベル連動サムネ枠 */
.label_frame_1 {
    border: 4px solid #f29bb1;
    outline: 1px solid #f29bb1;
    display: inline-block;
    position: absolute;
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    outline-offset: 1px;
    margin: 0px;
    z-index: 1;
    opacity: 1;
}
/* ラベル連動サムネ枠 */


/* プロフページ画像の枠 */
.label_frame_2 {
    border: 4px solid #f29bb1;
    outline: 1px solid #f29bb1;
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    outline-offset: 1px;
    margin: 0px;
    z-index: 1;
    opacity: 1;
}
/* プロフページ画像の枠 */

/* プロフページ画像のアイコン */
.c-list-therapist__top{
	position: absolute;
    width: 100%;
    z-index: 10;
    pointer-events: none;
    top: -3px;
    left: -3px;
}

.c-list-therapist__top .new{
  display: block;
  width: 30%;
  margin: 0;
}

.c-list-therapist__under {
  position: absolute;
		width: 100%;
  right: 0px;
  bottom: 0px;
	z-index: 10;
	pointer-events: none;
}

.c-list-therapist__under .sns-x{
display: block;
    width: 15%;
    margin: 0 0 1% 2%;
}

.c-list-therapist__under .rank{
display: block;
    width: 20%;
    margin: 0 0 0 2%;
}
/* プロフページ画像のアイコン */


/* ピックアップ枠あり1枚スライダー */
.p-section__border {
    border: solid 2px rgba(255, 255, 255, 0.4);
    outline: solid 8px rgba(255, 255, 255, 0.4);
    outline-offset: 4px;
    margin: 10px;
    padding: 15px;
}

.p-section__border__head {
}

.p-section__border__box{
  padding: 20px;
  background: rgba(255, 255, 255, 0.85);
  margin: 0 10px;
}

.c-slider-pickup-single {
  overflow: hidden;
  position: relative;
}

.c-slider-pickup-single.no-swiper .swiper-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-slider-pickup-single .swiper-slide {
  text-align: center;
}

.c-slider-pickup-single .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #000;
}

.c-slider-pickup-single__img {
width: 300px;　/* PCは横幅1000のスライダー */
}

.bg_pickup-single{
background-image: linear-gradient(270deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),url('../images/bg_system8.jpg');
background-size: cover;
background-position: center;
padding: 1px;
margin: 0 20px;
}
/* ピックアップ枠あり1枚スライダー */

.p-section--schedule {
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url(../images/p-section-bg11.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 40px;
}
/* ==================================================
   本日の出勤：縦長クラシカルカード
================================================== */


/* カード本体 */
.c-list-therapist-LT__item {
position: relative;
    min-width: 0;
    padding: 1px;
    background: linear-gradient(135deg, #caa47a 0%, #f6e3c9 15%, #c58d5f 35%, #fff5e6 50%, #bd8257 70%, #f7e5cb 85%, #c99d71 100%);
    border-radius: 14px 14px 6px 6px;
    box-shadow: 0 4px 12px rgba(132, 83, 83, 0.15), 0 10px 24px rgba(0, 0, 0, 0.08);
    overflow: visible;
    box-sizing: border-box;
}

/* 白いカード面 */
.c-list-therapist-LT__item > a {
    position: relative;
    display: block;
    height: 100%;
    padding: 7px 7px 12px;
    color: #333;
    text-decoration: none;
    background:
        linear-gradient(
            180deg,
            #fffdfb 0%,
            #fff 50%,
            #fffaf7 100%
        );
    border-radius: 13px 13px 5px 5px;
    box-sizing: border-box;
}

/* カード内側の細い装飾線 */
.c-list-therapist-LT__item > a::before {
    content: "";
    position: absolute;
    inset: 3px;
    z-index: 5;
    border: 1px solid rgba(219, 174, 180, 0.75);
    border-radius: 11px 11px 4px 4px;
    pointer-events: none;
}

/* 写真エリア */
.c-list-therapist-LT__img {
    position: relative;
    z-index: 1;
    width: 100%;
    aspect-ratio: 2 / 3;
    margin: 0;
    overflow: hidden;
    background: #f8f0ed;
    border-radius: 8px 8px 2px 2px;
}

/* 写真 */
.c-list-therapist-LT__img > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

/* 写真の内側フレーム */
.c-list-therapist-LT__img::after {
content: "";
    position: absolute;
    inset: 4px;
    z-index: 3;
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 0 1px rgba(210, 154, 164, 0.7), inset 0 0 8px rgba(255, 255, 255, 0.45);
    border-radius: 4px;
    pointer-events: none;
}

/* 既存フレームがある場合は一旦非表示 */
.c-list-therapist-LT__img .label_frame_1 {
    display: none;
}

/* 画像上部のNEWアイコンなど */
.c-list-therapist-LT__top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
}

/* NEW画像が出力される場合 */
.c-list-therapist-LT__top img {
    display: block;
    max-width: 88px;
    height: auto;
}

/* X・SNSなど画像下部アイコン */
.c-list-therapist-LT__under {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 6;
    display: flex;
    gap: 5px;
}

.c-list-therapist-LT__under img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}


.c-list-therapist-LT__top {
    position: absolute;
    top: 0.6%;
    left: 1.5%;
    z-index: 6;
}




/* 特徴タグ内に独自の背景や画像がある場合 */
.c-list-therapist-LT-featureicon__item img {
    max-width: 100%;
    height: auto;
}

.label_frame_5 {
    position: absolute;
    inset: 0;                  /* top,right,bottom,left:0 */
    background: url("../images/panel-flame.png") center center / 100% 100% no-repeat;
    pointer-events: none;      /* クリックを邪魔しない */
    z-index: 10;
}