@charset "UTF-8";

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

title : 名古屋刀剣博物館 建設ブログページ
scope : 名古屋刀剣博物館 建設ブログページ

memo：

last modify : 2020/05/01 TCI福岡／WEB2TCI-11112

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

#blog_header .blog_header_logo img {
  border: none;
  padding: 0;
}

#blog_header .blog_header_logo a {
  background: none;
  top: -1px;
}

#blog_header .blog_header_logo span {
  padding: 0;
}

.breadcrumbs {
  margin-bottom: 5px;
}

.bx__zoom {
  display: block !important;
}

.box_description {
  padding-bottom: 15px;
}

#blog_header .blog_header_mainhd {
  background: url("../image/bg_header.png") repeat top left;
}

#blog_header .blog_header_content {
  background: url("../image/img_header.png") no-repeat center/cover;
  max-width: 1024px;
}

#blog_header .blog_header_content::before {
  background: url("../image/before.png") no-repeat bottom left;
  height: 100px;
  left: -1px;
  width: 110px;
}

#blog_header .blog_header_content::after {
  background: url("../image/after.png") no-repeat bottom right;
  height: 90px;
  right: 0;
  width: 96px;
}

.blog_header_inner {
  position: relative;
  text-align: center;
}

.blog_header_inner img {
  margin: 0 auto;
  max-width: 420px;
}

#blog_header .blog_header_sns {
  position: relative;
  left: auto;
  top: auto;
}

#blog_header .blog_header_sns .sns_tw {
  width: 75px;
}

#blog_header .blog_header_sns .sns_hatena {
  width: 86px;
}

#blog_header .blog_header_sns .sns_fb {
  width: 72px;
}

.bnr_box {
  margin: 15px auto;
  width: 500px;
}

.bnr_box figcaption {
  margin-top: 5px;
}

@media (max-width: 767px) {
  .bnr_box {
    margin: 0 auto;
    width: 90%;
  }

  .bnr_box figcaption {
    font-size: 15px;
  }
}

.txtH2 {
  padding: 15px 0;
}

.txtH2 span {
  display: block;
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 8px;
  position: relative;
  text-shadow: 2px 0 0 #0a0a3b, -2px 0 0 #0a0a3b, 0 2px 0 #0a0a3b, 0 -2px 0 #0a0a3b, 1px 1px #0a0a3b, -1px -1px 0 #0a0a3b, 1px -1px 0 #0a0a3b, -1px 1px 0 #0a0a3b;
}

.txtH2 span.txt02 {
  font-size: 48px;
}

.txtH2 span.txt03 {
  font-size: 22px;
}

.charm_detail_content__zoom {
  margin-bottom: 20px;
}

.blogSContent {
  margin: 0 auto;
  max-width: 880px;
}

.bsItem {
  background: url("../image/bg_title.png") top center no-repeat;
  border-top: 4px solid #38356b;
  margin-bottom: 70px;
  padding-top: 25px;
}

.bsTitle {
  border-bottom: 1px solid #b28e5f;
  margin-bottom: 30px;
  padding: 0 15px 20px;
  position: relative;
}

.bsTitle::after {
  background: #b28e5f;
  content: "";
  height: 1px;
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
}

.bsTitle h3,
.txttitle {
  float: left;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 1.3;
  width: calc(100% - 170px);
}

.txtDate {
  display: table;
  float: right;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: right;
  width: 170px;
}

.txtDate span {
  display: table-cell;
  vertical-align: middle;
}

.bsContent {
  padding: 0 15px;
}

.bsLeft {
  float: left;
  font-size: 18px;
  letter-spacing: .06em;
  line-height: 29px;
  padding-right: 38px;
  text-align: justify;
  width: 61%;
}

.bsLeft p {
  margin-bottom: 13px;
}

.bsRight {
  float: left;
  width: 39%;
}

.bsRight li {
  float: left;
  line-height: 0;
  padding: 0 6px 12px;
  position: relative;
  width: 50%;
}

.bsRight li:first-child {
  float: none;
  width: 100%;
}

.bsRight li a {
  display: block;
  height: 117px;
  overflow: hidden;
  position: relative;
}

.bsRight li:first-child a {
  height: 248px;
}

.bsRight li a::before {
  background: url("../image/ico_zoom.png") no-repeat top left;
  background-size: 100% 100%;
  content: "";
  height: 22px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 22px;
  z-index: 2;
}

.bsRight a img {
  max-width: 220%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bsRight li.thumb img {
  max-width: 100%;
}

.bsRight li.thumb a::before {
  display: none;
}

.bsRight li.thumb span {
  display: block;
  height: 117px;
  position: relative;
}

.bsRight li.thumb span img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#blog .fancybox-toolbar {
  display: none !important;
}

/* fix ie */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

  .bsTitle h3,
  .txttitle {
    padding-top: 2px;
  }
}

@media (max-width: 767px) {
  .box__font__size__inner {
    margin-bottom: 15px;
  }

  #blog_header .blog_header_content::before,
  #blog_header .blog_header_content::after {
    background-size: 100%;
    display: block;
    bottom: 0;
  }

  #blog_header .blog_header_content::before {
    width: 77px;
  }

  #blog_header .blog_header_content::after {
    width: 67px;
  }

  .box_description {
    padding-bottom: 20px;
  }

  .breadcrumbs {
    margin-bottom: 10px;
  }

  #blog_header .blog_header_content {
    background: url("../image/img_headersp.png") no-repeat center/cover;
    margin: 0 -10px;
    padding-top: 5%;
    width: calc(100% + 20px);
  }

  .txtH2 {
    padding: 30px 0;
  }

  .txtH2 span {
    font-size: 21px;
  }

  .txtH2 span.txt02 {
    font-size: 34px;
  }

  .txtH2 span.txt03 {
    font-size: 15px;
  }

  .charm_detail_content__zoom {
    top: 23px;
  }

  .blogSContent {
    padding: 0 15px;
  }

  .bsTitle {
    margin-bottom: 15px;
    padding: 0 0 15px;
  }

  .bsTitle h3,
  .txttitle {
    float: none;
    font-size: 24px;
    line-height: 30px;
    margin-top: 5px;
    width: 100%;
  }

  .txtDate {
    float: none;
    font-size: 18px;
    line-height: 25px;
    text-align: left;
    width: 100%;
  }

  .bsItem {
    margin-bottom: 50px;
    padding: 20px 20px 0;
  }

  .bsItem:last-child {
    margin-bottom: 0;
  }

  .bsContent {
    padding: 0;
  }

  .bsLeft,
  .bsRight {
    float: none;
    width: 100%;
  }

  .bsLeft {
    font-size: 15px;
    padding: 0 0 30px;
  }

  .bsRight li a {
    height: 100px;
  }

  .bsRight li:first-child a {
    height: 215px;
  }

  .bsRight li.thumb span {
    height: 100px;
  }

  .page_skip {
    margin-bottom: 40px;
  }

  .blog_header_inner img {
    max-width: 278px;
  }
}