@charset "UTF-8";


/* レイアウト
--------------------------------------------- */

.wrap_spot_list {
  width: 90%;
}
.topi_deta_blog {
  width: 90%;
}
.sec_info {
  padding-top: 50px;
  padding-bottom: 40px;
}
/* 記事
--------------------------------------------- */
.p_topi_deta {
  text-align: left;
}
/* ルビ */
.rubi {
  font-size: 0.75rem;
  color: #808080;
  text-align: left;
  margin-bottom: 15px;
  letter-spacing: 0.1rem;
  white-space: nowrap;
}
@media screen and (max-width:800px){
  .rubi {
    font-weight: normal;
    margin-bottom: 7px;
    letter-spacing: 0rem;
  }
}

/* スライダー
--------------------------------------------- */
.sec_slide {
  position: relative;
  padding-bottom: 50px;
  background-color: #fafbfd;
}

.p_topi_deta .sec_slide ul {
  margin: 0;
  padding: 0;
}
.p_topi_deta .slide_fleet_active li {
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  text-indent:0;
}
.p_topi_deta .slide_thumb li {
  margin: 0;
  padding: 0;
  margin-left: 2px;
  margin-right: 2px;
  text-indent:0;
  display: flex;
  align-items: center;
}
.p_topi_deta .sec_slide ul li::before {
  content: none;
}
.no-slide {
  margin-left: auto;
  margin-right: auto;
}
.no-slide + .slide_thumb {
  display: none;
}
.slide_thumb .slick-slide img{
  cursor: pointer;
  transition: 0.25s;
}
.slide_thumb .slick-current img{
  cursor: auto;
}
.slide_thumb .slick-slide img:hover {
  opacity: 0.75;
  transition: 0.25s;
}
.slide_thumb .slick-current img:hover {
  opacity: 1;
}
.pic_slide,.slide_thumb li{
  display: block;
  aspect-ratio: 16/9;
  width: 100%;
  overflow: hidden;
}
.pic_slide,.pic_slide_thumb {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p_topi_deta .slide_fleet_active a:has(img, svg):hover {
  opacity: 1;
  transition: 0.25s;
}
.p_topi_deta .slide_fleet_active a {
  position: relative;
  transition: 0.25s;
}
.img_slide,.img_thumb {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.slide_thumb .slick-track{
  transform: none !important;
}
.slide_fleet,.slide_thumb{
  opacity:0;
  transition: 1s;
}
/* 拡大アイコン */
.slide_fleet_active a {
  position: relative;
  display: block;
}
.p_topi_deta .slide_fleet_active a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: .25s;
  opacity: 0;
  background-color: #fff;
  -webkit-mask-image: url(../img/cmn/ico_cmn_zoom.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 80px;
  mask-image: url(../img/cmn/ico_cmn_zoom.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 80px;
}
.p_topi_deta .slide_fleet_active a:hover::before {  
  opacity: 0.5;
}

/* 基本情報
--------------------------------------------- */
.sec_kihon{
  margin-bottom: 30px;
}
.tr_kihon{
  display:flex;
  padding: 19px 0 17px 0;
  border-bottom:1px solid #cccccc;
  gap: 30px;
}
.dt_kihon{
  width:130px;
  font-weight:normal;
  padding: 0 0 0 15px;
  font-size: 1.05em;
}
.dd_kihon{
  flex:1;
}
.dd_kihon a{
  text-decoration:underline;
}
@media (max-width:640px){
  .tr_kihon{
    flex-direction:column;
    gap:6px;
  }
  .dt_kihon{
    width:auto;
    padding: 0;
    font-weight: bold;
  }
}

/* SNSボタン
--------------------------------------------- */
.sns_links{
  display:flex;
  gap:10px;
  margin-top:25px;
  flex-wrap:wrap;
}
.p_topi_deta .sns_btn{
  display:flex;
  align-items:center;
  gap:10px;
  color:#fff;
  padding:14px 22px;
  border-radius:6px;
  text-decoration:none;
}
.p_topi_deta .sns_btn[target=_blank]:not(:has(img, svg))::after {
  content: '';
}
.p_topi_deta .sns_btn:hover{
  color: #000;
}
.sns_btn::before {
  content: '';
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.btn_Instagram::before {
  background-image: url(../img/cmn/ico_sns_insta_white.svg);
}
.btn_X::before {
  background-image: url(../img/cmn/ico_sns_x_white.svg);
}
.btn_Facebook::before {
  background-image: url(../img/cmn/ico_sns_facebook_white.svg);
}
.sns_btn:hover::before {
  filter: brightness(0);
}

