@charset "UTF-8";
/* ============

  リニューアル後　添乗員各ページ　202512

  ============ */

/* 共通 */
.profile,
.career,
.message,
.photogallery,
.review {
  margin: 40px 0;
}

/* メインビジュアル */

.l-orange .hero {
  background-image: url(/shikitabi/images/special/common/bg_stripe_orange.png);
}

.heroContainer {
  position: relative; /* 名前を重ねるための基準 */
  display: block;
  padding: 15px 15px 35px;
}

.mainvisual img {
  width: 90%;
  height: auto;
  display: block;
  margin: 0 0 0 auto;
}

.main__name {
  position: absolute;
  width: 50%;

  left: 15px;
  bottom: 15px;

  background-color: rgba(255, 140, 0, 0.9); /* オレンジ帯 */
  color: #fff;

  padding: 0.8em 0 0.2em;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2;

  /* 画像の上に確実に乗せる */
  z-index: 1;
}

.main__name .nickname {
  font-size: 0.8rem;
}

/* プロフィール */

.details_box .details_dl {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #9c9c9c;
  border-bottom: 1px solid #9c9c9c;
}
.details_dl dt {
  width: 30%;
  padding: 15px 10px;
  background-color: #fdf6e5;

  display: flex;
  /* align-items: center; */
  justify-content: center;
  text-align: center;
  font-size: 0.95rem;
  font-weight: bold;
  border-bottom: 1px dashed #9c9c9c;
  box-sizing: border-box;
}
.details_dl dd {
  width: 70%;
  padding: 15px;
  font-size: 0.95rem;
  border-bottom: 1px dashed #9c9c9c;
  box-sizing: border-box;
}

.details_dd_h {
  font-weight: bold;
  /* margin-bottom: 5px; */
  word-spacing: normal;
}

.details_dd_h table th {
  text-align: left;
  padding-right: 5px;
}

.details_dd_ul {
  font-weight: bold;
}

.details_dd_p {
  font-size: 0.8rem;
}

.details_dl dt:last-of-type,
.details_dl dd:last-of-type {
  /* 1つ目のddをピンクにしたい */
  border-bottom: none;
}
/* .details_dl dd:last-child{
  border-bottom: none;
} */

.tourList_link {
  margin: 40px 0;
}

.tourList_link a {
  display: block;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  font-size: 16px;
  position: relative;
}
a.btn-green {
  color: #fff;
  background-color: #86bb21;
  border-radius: 0.5rem;
}

@media (min-width: 721px) {
  .heroContainer {
    padding: 40px 0;
  }

  .main__name {
    left: 0px;
    bottom: 80px;
    font-size: 2rem;
  }

  .main__name .nickname {
    font-size: 1.5rem;
    padding-left: 10px;
  }
  .details_main_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 30px;
  }

  .details_img {
    width: 50%;
    padding-right: 50px;
    margin: 0;
  }

  .details_img iframe {
    height: 265px;
  }

  .details_img figcaption .cap {
    font-size: 1rem;
    padding: 0.6rem 1rem;
  }

  .details_txt {
    width: 50%;
  }

  .details_dl dt {
    width: 20%;
  }

  .details_dl dd {
    width: 80%;
  }

  a.btn-green {
    width: 50%;
    margin: 0 auto;
  }
}

/* 経歴 */
.details_p .txt_em {
  background-color: #ff9;
  font-style: normal;
}

/* メッセージ */
.text-image-wrap {
  position: relative;
}

.message_txt {
  /* position: relative; */
  display: block;
  padding: 15px 15px 35px;
  border: 1.5px dashed #ffbf5b;
  padding: 20px;
  border-radius: 10px;
}

.message_p {
  padding-bottom: 50px;
}

.message_name {
  text-align: right;
  padding-right: 55%;
}

.message_img {
  position: absolute;
  width: 50%;
  right: 15px;
  bottom: -100px;
  /* padding: 0.8em 0 0.2em; */
  z-index: 1;
}

.message_p .txt_em {
  font-weight: bold;
  font-style: normal;
}

.message {
  margin-bottom: 80px;
}

@media (min-width: 600px) {
  .message_txt {
    width: 70%;
  }

  .message_img {
    position: absolute;
    width: 25%;
    right: 0;
    bottom: -20px;
  }

  .message_p {
    padding-bottom: 10px;
  }

  .message_name {
    padding-right: 5%;
  }
}

/* フォトギャラリー */

#photogallery .ttl_sec:before {
  background-image: url(/shikitabi/images/tour_2021/photogallery_icon_pc.png);
}

.staffphotogallery .point_img {
  padding: 10px 20px;
}
.staffphotogallery .point_img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.staffphotogallery .slick-btn {
  position: absolute;
  width: 45px;
  height: 45px;
  background-size: 100%;
  background-repeat: no-repeat;
  top: 90px;
  cursor: pointer;
  transition: opacity 0.3s;
}

.slick-btn:hover {
  opacity: 0.7;
}

.staffphotogallery .slick-btn-prev {
  background-image: url(/shikitabi/images/tour_2021/slide_preview.png);
  left: 0;
}

.staffphotogallery .slick-btn-next {
  background-image: url(/shikitabi/images/tour_2021/slide_next.png);
  right: 0;
}

.slick-num {
  text-align: center;
  margin-bottom: 20px;
}
.slick-num .inner {
  display: inline-block;
  padding: 10px 15px;
  color: #86bb21;
  font-weight: bold;
  background-color: #f6fdea;
}

@media (min-width: 721px) {
  /* .photogallery_box {
    margin: 0 50px;
  } */

  .staffphotogallery .slick-btn-prev {
    left: -50px;
  }

  .staffphotogallery .slick-btn-next {
    right: -50px;
  }

  .staffphotogallery .point_img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
}

/* ナビ　スタッフ一覧 */

.staff-list__items {
  display: block;
}

/* 口コミ */
.memo-card {
  width: 252px;
  height: 189px;
  margin: 10px auto;
  background-image: url("/shikitabi/special_staff/img/review_bgr.png");
  background-size: 252px 189px; /* 画像をぴったり表示 */
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  box-sizing: border-box;

  padding: 18px 16px 14px 16px;
  color: #222;
  font-family:
    system-ui,
    -apple-system,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Noto Sans JP",
    "Yu Gothic",
    sans-serif;
}

.memo-text {
  position: absolute;
  top: 38px; /* 背景に合わせて調整 */
  left: 16px; /* 背景に合わせて調整 */
  right: 16px;
  bottom: 14px;

  font-size: 14px;
  line-height: 1.5;
  /* white-space: pre-wrap; */
  overflow: hidden;
}

.memo-text .title {
  font-weight: 700;
  margin-bottom: 6px;
}

.staffreview .slick-btn {
  bottom: 100px;
}

.staffreview .slick-btn-prev {
  background-image: url(/shikitabi/images/tour_2021/slide_preview.png);
  left: 10px;
}

.staffreview .slick-btn-next {
  background-image: url(/shikitabi/images/tour_2021/slide_next.png);
  right: 10px;
}

.staffreview .slick-btn {
  position: absolute;
  width: 45px;
  height: 45px;
  background-size: 100%;
  background-repeat: no-repeat;
  top: 40%;
  cursor: pointer;
  transition: opacity 0.3s;
}

@media (min-width: 721px) {
  .staffreview {
    display: flex;
    flex-wrap: wrap;
  }

  .staffreview .reviewBox_cg {
    width: calc(100% / 3);
  }
}
