@charset "UTF-8";
/* ==========================================================

title : 刀剣ワールド 日本の城下町 詳細ページ
scope : 刀剣ワールド 日本の城下町 詳細ページ

memo：

last modify : 2021/02/04 TCI福岡_sakaguchi バナー共通化対応

2020/09/28 TCI福岡_sakaguchi WEB2TCI-14075 スライダー表示のタグ改修
2020/09/17 TCI福岡_eguchi 関連サイトのご紹介
2020/04/28 TCI福岡_sakaguchi 共通ボタンの導入
2020/01/09 TCI福岡_yoneshima タイトル構造改修
2019/10/23 TCI福岡 修正
2019/08/26 TCI福岡_tsunawaki 日本の城下町 詳細ページ／新規作成

========================================================== */

/* ------------------------------------ */
/* ▼ common */
/* ------------------------------------ */
.box_room__wrapper img {
  vertical-align: bottom;
}

/* ------------------------------------ */
/* ▼ main visual */
/* ------------------------------------ */
.bannerh1_single .txth1 .small {
  color: #fff;
}

.bannerh1_single .cath1 {
  background: #056E3D;
}

@media (min-width: 768px) {
  .bannerh1_single .bgh1 {
    background-image: url("../image/detail/img-main-pc.jpg");
  }
}

@media (max-width: 767px) {
  .bannerh1_single .bgh1 {
    background-image: url("../image/detail/img-main-sp.jpg");
  }
}

/* ------------------------------------ */
/* ▼ read */
/* ------------------------------------ */
@media (max-width: 767px) {
  .box__text .box_txt {
    word-break: break-all;
  }
}

/* ------------------------------------ */
/* ▼ contents */
/* ------------------------------------ */
.local_box_img_wrap {
  width: 310px;
}

/* ------------------------------------ */
/* ▼ related banner */
/* ------------------------------------ */
.area_related_sites .box__links__content ul .related_sites_list>a,
.area_related_sites .box__links__content .box__links__content_inner .related_sites_list>a {
  position: relative;
}

.related_sites_bnr_text {
  background-color: #062B68;
  border-radius: .25em;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  height: 25px;
  line-height: 25px;
  margin: 0 31%;
  min-width: 100px;
  position: absolute;
  text-align: center;
  right: 0;
  left: 0;
  top: 7px;
}

.related_sites_bnr_text.long_txet {
  margin: 0 25%;
}

@media (max-width: 767px) {
  .related_sites_bnr_text {
    font-size: 16px;
    min-width: 33%;
    top: 9%;
  }
}

@media (max-width: 360px) {
  .related_sites_bnr_text {
    height: 22px;
    line-height: 20px;
  }
}

@media (max-width: 320px) {
  .related_sites_bnr_text {
    font-size: 13px;
    height: 18px;
    line-height: 17px;
  }
}

/* IE11 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .related_sites_bnr_text {
    line-height: 27px;
  }
}

/* ------------------------------------ */
/* ▼ TCI福岡_sakaguchi バナー共通化対応 */
/* ------------------------------------ */
.bnr_item_box .cmn_bnr_area.col03 figure a {
  position: relative;
}

@media (min-width: 768px) {
  .bnr_item_box .cmn_bnr_area.col03 {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .bnr_item_box .cmn_bnr_area.col03 {
    margin-bottom: 35px;
  }
  .bnr_item_box .cmn_bnr_area.col03.cmn_bnr_sp_slider .prev {
    left: 5px;
  }
}

/* ボタンデザイン */
.top-link {
  max-width: 1000px;
  margin: 16px auto 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
  padding-left: 10px;
}
.top-link:hover {
  opacity: .7;
}
.top-link-text {
  font-size: 16px;
  line-height: 1.37px;
  letter-spacing: .06em;
  display: flex;
  background: url('../../image_cmn/botton/btn-top-link.png') repeat center/ 100% 100%;
  align-items: center;
  padding: 0.3em 2.2em 0.3em 0.55em;
  position: relative;
  color: #fff!important;
  border-radius: 25px;
  border: 2px solid #39270d;
  line-height: 1.2;
}
.top-link-text::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 100%;
  background-color: #b91f1f;
  position: absolute;
  right: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.top-link-text::after {
  content: '';
  background: url('../image/ico-back-arrow.png') no-repeat center / contain;
  width: 16px;
  height: 13px;
  position: absolute;
  right: 5px;
}
@media (max-width: 767px) {
  .top-link-text {
    font-size: 14px;
    border: 1px solid #39270d;
  }
}