/****************************************
 *
 *	撮影情報 続きを見る アコーディオン
 *
 ****************************************/
 .showmore_camera_wrap {
    position: relative;
  }
  
  .showmore_camera {
    padding: 0px;
    overflow: hidden;
    transition: all 0.3s ease-in;
    display: block;
    width: 100%;
    min-width: 560px;
  }
  
  .showmore_camera .main_ttl {
    font-size: 1.2rem;
    margin: -20px -20px 20px -20px;
    padding: 10px;
    text-align: center;
    background: #999999;
    color: #fff;
  }
  
  .showmore_camera .sub_ttl {
    color: red;
    margin-top: 20px;
  }
  
  .showmore_camera .inner ul {
    display: block;
  }
  
  .showmore_camera .inner ul li {
    display: inline;
  }
  
  .showmore_camera .inner ul li::before {
    content: "・";
    display: inline;
  }

  /* アコーディオン　ぼかし */
  
  .list_camera_toggle {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-color: #fff;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 70%);
    background-color: transparent;
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0;
    z-index: 2000;
    transition: height .3s ease-out;
  }
  
  .list_camera_toggle .close_camera_area {
    background: none;
    position: static;
  }
  
  .list_camera_toggle .close_camera_fix {
    background: none;
    position: -webkit-sticky;
    /* safari対応 */
    position: absolute;
    bottom: 0px;
    opacity: 0.7;
  }

  .close_camera_fix {
    height: 0px !important;
    /* アコーディオン　閉じるときのアニメーション */
    transition: height .3s ease-out;
  }

  
  .list_camera_toggle a {
    color: #0d507e;
    background: #fff;
    border-radius: 5px;
    display: block;
    font-weight: bold;
    font-size: 14px;
    padding: 8px 8px 8px 0;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    transition: all 0.3s ease-in;
  }
  
  .list_camera_toggle a:hover {
    opacity: 1;
    color: #000;
    text-decoration: none;
  }
  
  .list_camera_toggle a.open_camera_link {
    border: solid 1px #0d507e;
  }
  
  .list_camera_toggle a.close_camera_link {
    border: solid 1px #0d507e;
  }
  
  .list_camera_toggle a.open_camera_link:before {
    content: "撮影情報を見る";
    display: inline;
  }
  
  .list_camera_toggle a.close_camera_link:before {
    content: "閉じる";
    display: inline;
  }
  
  div.list_camera_toggle a.open_camera_link span.accordion_static_icon,
  .accordion_static_icon {
    right: 20px;
    height: 16px !important;
    position: relative;
    width: 30px;
    float: right;
    margin-left: -40px;
    transform: scale(0.7);
  }

  .accordion_static_icon span {
    background-color: #0d507e !important;
  }
    
  .showmore_camera {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }
  
  .showmore_camera .inner ul {
    display: flex;
    flex-flow: column wrap;
    height: 200px;
  }
  
  .showmore_camera .inner ul li {
    width: 16%;
  }
  
  .list_camera_toggle a {
    width: 215px;
  }
  
  
/* 撮影情報 */

.thr_res_shooting_hlf dt {
    display: block !important;
  }

div.shooting_list_wrapper .hlf {
    margin: 15px 0px;
}

div.shooting_list_wrapper .hlf:has(#showMap) {
    margin: 0px !important;
}

div.shooting_list {
    display: flex;
    list-style-type: none;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

p.shooting_list_cate {
    text-align: left;
    margin: 0px;
    background: #F0F0F0;
    border-radius: 15px;
    font-size: 12px !important;
    padding: 5px 0px 5px 10px;
    line-height: 16px !important;
    vertical-align: middle;
    color: var(--bakusai_blue);
    width: 90px;
    font-weight: bold;
    flex-shrink: 0;
}

div.shooting_list div.resbody{
    margin: 4px 0px 0px 0px;
    font-size: 16px !important;
    line-height: 18px;
    flex: 1;
    overflow: hidden;
    display: -webkit-box !important;
    text-overflow: ellipsis !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2;
}

.shooting_list_icon {
    margin: 0 1.5px 0 1px;
    font-size: 14px;
  }

.link_to_portfolio {
    font-weight: bold;
  }

/* 撮影ボタン内のエリアの美しい風景ボタン */

a.landscape_list_btn {
    font-size: 14px !important;
    text-align: left;
    margin: 0px;
    background: #F0F0F0;
    border-radius: 3px;
    padding: 5px 8px;
    display: inline-block;
    background-color: #F0F0F0;
    border-top: 1px solid #CCC;
    border-right: 1px solid #bcbcbc;
    border-bottom: 3px solid #bcbcbc;
    border-left: 1px solid #c4c4c4;
    cursor: pointer;
  }

  a.landscape_list_btn:hover {
    border-bottom: 1px solid #bcbcbc;
    margin-top: 2px;
  }

/* タグエリア */
.shooting_tag_area{
    list-style-type: none;
    display: flex;
    padding: 0px;
    flex-wrap: wrap;
    width: 100%;
    margin: 2px 0px 0px;
}

.shooting_tag_area_information .fa.fa-tag {
    color: #164E79;
}

.shooting_tag_area_information{
    display: flex;
    list-style-type: none;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 18px;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box !important;
    text-overflow: ellipsis !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2;
    margin: 0px;
}
.shooting_tag_area li{
    padding: 2px 5px;
    border-radius: 3px;
    background: #F0F0F0;
    margin: 0px 10px 10px 0px;
}

.shooting_tag_area .resbody {
    margin: 0px !important;
}
/* スレ表示スレッド画像 */
#shooting_threadImg_link,
.shooting_resImg_link {
    display: inline-block;
    margin: 0px auto;
}

#shooting_threadImg_link:hover,
.shooting_resImg_link:hover {
    cursor: pointer;
}

#shooting_threadImg_link #shooting_threadImg{
    float: none;
}

.shooting_work_overview {
    color: #000;
    text-align: left;
    font-family: IPAMonaPGothic, "IPA モナー Pゴシック", Monapo, Mona, "MS PGothic", "ＭＳ Ｐゴシック", "Osaka-mono", "Osaka−等幅", "monospace", sans-serif;
    font-size: 16px !important;
    font-weight: normal;
    line-height: 18px;
    position: relative;
    margin: 6px 0px 0px 0px
}

.photograph_thrShowImg {
    float: none;
    text-align: center;
    margin: 15px auto 0px;
}

.image_writing_information {
    display: block;
    max-width: 736px;
    margin: 0px auto;
    font-feature-settings: "palt" on;
}
.image_writing_information #title_thr {
    border-bottom: 3px solid #0d507e;
    padding: 6px 0;
    margin: 0px;
}

.image_writing_information #title_thr strong{
    font-size: 20px !important;
}


.photograph_img {
    display: block !important;
    margin: 0px !important;
    float: none;
    max-width: 736px !important;
    max-height: 414px !important;
    width: 100% !important;
    object-fit: contain;
}

#title_thr:has(.image_writing_information){
    display: block;
    margin-top: 0px;
}


/* レス単体表示 */
.shooting_neme{
    margin: 6px 0px 10px !important;
    text-align: left;
    line-height: normal;
    font-size: 12px;
    color: #555;
    white-space: nowrap;
}

.Bulletin_board_with_images .camera_information_wrapper {
    margin: 0px !important
}

/* マップ */
.showMap_style {
    margin: 0px 0px 10px 10px;
    height: 160px;
    max-width:50%;
    width: 100%;
    min-width: 25%;
    position: relative;
    z-index: 2;
    float: right;
}

.camera_information_wrapper {
    margin: 15px !important;
    color: #000;
    font-family: IPAMonaPGothic, "IPA モナー Pゴシック", Monapo, Mona, "MS PGothic", "ＭＳ Ｐゴシック", "Osaka-mono", "Osaka−等幅", "monospace", sans-serif;
    font-size: 16px !important;
    font-weight: normal;
    line-height: 18px;
    position: relative;
}