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

title : 鎺写真 詳細ページ
scope : 鎺写真 詳細ページ

memo：

last modify : 2022/04/01 WEB2TCI-22274_igarashi 「その他」枠追加

2020/06/04 TCI_uesugi 新規作成

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

/* ------------------------------------ */
/* ▼ general */
/* ------------------------------------ */
.box_search__wrapper img {
  vertical-align: bottom;
  width: 100%;
}

@media (min-width: 768px) {
  .breadcrumbs {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .box_search__wrapper {
    padding: 0 10px;
  }

  .breadcrumbs {
    margin-top: 25px;
    max-width: 90%;
  }
}

/* ------------------------------------ */
/* ▼ btn_return */
/* ------------------------------------ */
@media (min-width:768px) {
  .btn_return {
    margin-left: auto;
    max-width: 177px;
    width: 100%;
  }

  .btn_return .cmn_link_btn_text {
    padding: 6px 2px 6px 11px;
  }

  .btn_return .cmn_link_btn_text::after {
    transform: rotate(180deg);
    left: 14px;
  }
}

/* ------------------------------------ */
/* ▼ box__top */
/* ------------------------------------ */
.box__top {
  margin: 12px auto 0;
}

.box__top .heading_block {
  border: 4px solid #bea656;
}

.box__top .box__first {
  background: url(../image/bg-heading.jpg) no-repeat top right;
  background-size: cover;
  color: #fff;
  display: flex;
  position: relative;
  width: 100%;
}

.box__top .box__left {
  background: url(../image/bg-type.jpg) repeat-y 0 0;
  background-size: 100% auto;
  padding: 2px;
  text-align: center;
  width: 191px;
}

.box__top .box__right {
  font-weight: 600;
  line-height: 1.3;
  padding: 0 15% 0 3%;
  width: calc(100% - 191px);
}

.box__top .box__right p {
  font-size: 16px;
  margin-top: 8px;
}

.box__top .box__right h1 {
  font-size: 28px;
  margin-top: 15px;
}

.box__top .box__main__img {
  background: url(../image/bg-photo.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 35px;
}

.box__top .box__main__img__inner {
  margin: 0 auto;
  width: 70.5%;
}

.link_btn_wrap {
  margin: 25px auto 0;
  max-width: 256px;
}

.link_btn_wrap .cmn_link_btn_text {
  letter-spacing: .06em;
}

@media (min-width: 768px) {
  .box__top .box__wrap {
    align-items: center;
    display: flex;
    min-height: 140px;
    padding: 15px 30px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .box__top {
    margin-top: 0;
  }

  .box__top .box__first {
    background: url(../image/bg-top-sp.png) no-repeat left bottom #000;
    background-size: 300px;
    display: block;
    padding: 4% 4% 3%;
  }

  .box__top .box__first .box__left {
    font-size: 14px;
    max-width: 191px;
    width: 80%;
  }

  .box__top .box__first .box__right {
    padding: 0;
    width: auto;
  }

  .box__top .box__first .box__right p {
    font-size: 13px;
    margin-top: 4%;
  }

  .box__top .box__right h1 {
    font-size: 22px;
    margin-top: 2%;
  }

  .box__top .box__main__img {
    padding: 5%;
  }

  .box__top .box__main__img__inner {
    width: 65%;
  }

  .link_btn_wrap {
    margin-top: 18px;
    width: 80%;
  }
}

/* ------------------------------------ */
/* ▼ box_detail */
/* ------------------------------------ */
.box_detail .box__title {
  background: url(../image/bg-title01.png) repeat 0 0;
  margin: 0 auto;
  max-width: 820px;
  text-align: center;
}

.box_detail .box__title h2 {
  color: #fff;
  font-weight: 600;
}

.box_detail .box__title h2 span {
  padding: 0 45px;
  position: relative;
  letter-spacing: .2em;
}

.box_detail .box__title h2 span::after,
.box_detail .box__title h2 span::before {
  background: url(../image/h2-icon.png) no-repeat 0 0;
  background-size: contain;
  content: '';
  display: block;
  height: 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
}

.box_detail .box__title h2 span::after {
  right: 0;
}

.box_detail .box__title h2 span::before {
  left: 0;
}

@media (min-width: 768px) {
  .box_detail {
    margin-top: 60px;
  }
  .box_detail .box__title h2 {
    font-size: 21px;
    padding: 12px;
  }
}
@media (max-width: 767px) {
  .box_detail {
    margin-top: 30px;
  }
  .box_detail .box__title {
    width: 95%;
  }

  .box_detail .box__title h2 {
    font-size: 20px;
    padding: 2%;
  }

  .box_detail .box__title h2 span {
    padding: 0 35px;
  }
  .box_detail .box__title h2 span::after,
  .box_detail .box__title h2 span::before {
    height: 15px;
    width: 20px;
  }
}

/* ------------------------------------ */
/* ▼ info_box */
/* ------------------------------------ */
.info_box {
  margin: 0 auto;
  max-width: 820px;
}

.info_box dl {
  background: #fff;
  border: 2px solid #b28e5f;
  display: flex;
  flex-wrap: wrap;
}

.info_box dt,
.info_box dd {
  align-items: center;
  display: flex;
  padding: 17px 10px;
}

.info_box dt {
  background:url(../image/bg-table01.png) repeat 0 0;
  width: 20%;
}

.info_box dt.division span {
  background:url(../image/ico-sword.png) no-repeat 0 center;
  background-size: 24px 22px;
  display: inline-block;
  padding-left: 30px;
}
.info_box dt.possession span {
  background:url(../image/ico-possession.png) no-repeat 5px center;
  background-size: 18px 24px;
  display: inline-block;
  padding-left: 30px;
}

.info_box dd {
  letter-spacing: .06em;
  padding: 15px 20px;
  width: 30%;
}

.info_box dd span {
  font-size: 14px;
}

@media (min-width:768px) {
  .info_box dt:nth-of-type(n+3),
  .info_box dd:nth-of-type(n+3) {
    border-top: 1px solid #D9C7AF;
  }
}

@media (max-width:767px) {
  .info_box {
    width: 95%;
  }

  .info_box dt:nth-of-type(n+2),
  .info_box dd:nth-of-type(n+2) {
    border-top: 1px solid #D9C7AF;
  }

  .info_box dt,
  .info_box dd {
    font-size: 14px;
  }

  .info_box dt {
    width: 45%;
  }

  .info_box dd {
    width: 55%;
  }
}

/* ------------------------------------ */
/* title */
/* ------------------------------------ */
.title_h2 {
  margin: 0 auto;
  position: relative;
}

.title_h2:before,
.title_h2:after {
  content: '';
  display: block;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 160px;
  z-index: 0;
}

.title_h2_type01:before,
.title_h2_type01:after {
  background-color: #9a7f49;
}

.title_h2:before {
  right: 106.3%;
}

.title_h2:after {
  left: 106.3%;
}

.title_h2 > span {
  color: #fff;
  display: block;
  font-size: 0;
  padding: 0 30px;
  text-align: center;
  width: 100%;
}

.title_h2 > span > span {
  display: inline-block;
  font-weight: 600;
  letter-spacing: .06em;
  line-height: 1.3;
  position: relative;
}

.title_h2 > span > span:before,
.title_h2 > span > span:after {
  background: url(../image/h2-icon.png) no-repeat center;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.title_h2 > span > span:after {
  left: auto;
  right: 0;
}

@media (min-width: 768px) {
  .title_h2 {
    padding: 13px 0;
    width: 500px;
  }

  .title_h2 > span {
    background: url(../image/bg-title-line.png) repeat-y top center #9a7f49;
  }

  .title_h2 > span > span {
    font-size: 20px;
    padding: 0 30px;
  }

  .title_h2 > span > span:before,
  .title_h2 > span > span:after {
    height: 17px;
    width: 25px;
  }

  .title_h2_type01{
    background: url(../image/bg-title-top.png) no-repeat top center,
    url(../image/bg-title-bottom.png) no-repeat bottom center;
  }
}

@media (max-width: 767px) {
  .title_h2 {
    padding: 1.5% 0;
    max-width: 248px;
    width: 73%;
  }

  .title_h2:before,
  .title_h2:after {
    width: 15%;
  }

  .title_h2 > span {
    padding: 3px 10px;
  }

  .title_h2 > span > span {
    font-size: 17px;
    padding: 0 25px;
  }

  .title_h2 > span > span:before,
  .title_h2 > span > span:after {
    background-size: contain;
    height: 15px;
    width: 20px;
  }

  .title_h2_type01{
    background: url(../image/bg-title-sp-top.jpg) no-repeat top center,
    url(../image/bg-title-sp-bottom.jpg) no-repeat bottom center;
    background-size: 100% auto;
  }
}

/* ------------------------------------ */
/* box__search */
/* ------------------------------------ */
.box__search_cap {
  margin: 30px auto 0;
  max-width: 886px;
  text-align: center;
}

.box__search .fancybox {
  display: block;
  position: relative;
}

.box__search .fancybox:after {
  background: url(../image/ico-zoom01.png) no-repeat;
  background-size: 100%;
  bottom: 10px;
  content: '';
  display: block;
  height: 22px;
  position: absolute;
  right: 10px;
  width: 22px;
}

.grid__imgs {
  margin: 30px auto 0;
  max-width: 886px;
}

.grid__imgs ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.grid__imgs li {
  width: 48.872%;
}

.grid__imgs li:not(.spacer) {
  border: 1px solid #c7c0a9;
}

.grid__imgs li.spacer {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.grid__imgs li.spacer:nth-of-type(odd) {
  display: none;
}

.grid__imgs li.spacer img {
  max-width: 280px;
}

@media (min-width: 768px) {
  .box__search {
    margin-top: 50px;
  }

  .grid__imgs li:nth-of-type(n+3){
    margin-top: 20px;
  }

  .grid__imgs li.spacer img {
    width: auto;
  }
}

@media (max-width: 767px) {
  .box__search {
    margin-top: 30px;
  }

  .box__search_cap {
    font-size: 13px;
    margin-top: 4%;
    text-align: left;
  }

  .grid__imgs li:nth-of-type(n+3){
    margin-top: 3%;
  }
}

/* ------------------------------------ */
/* box__search */
/* ------------------------------------ */
@media (min-width: 768px) {
  .box_seo {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .box_seo {
    margin-top: 40px;
  }
}

/* Showcase box
   =========================================================== ======================== */
.showcase_box {
  background: none;
  display: none;
  font-size: 0;
  height: auto;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide > .showcase_box {
  margin: 0;
}
.showcase_box .showcase_box__content p {
  background: #fff;
  font-size: 18px;
  max-width: 350px;
  margin: 20px auto 0;
  padding: 10px;
  text-align: center;
}

.showcase_box .zoomer .zoomer-holder{
  box-shadow: 0 0 1px 0px rgba(80, 80, 80, 0.5);
}

.showcase_box .showcase_box__content img {
  display: block;
  height: auto;
  margin: auto;
  width: auto;
}

.zoomer_fancy {
  height: 500px;
  width: 100%;
}

.fancybox-close-small:hover {
  opacity: 0.5;
}

.zoomer_wrapper,
.zoomer .zoomer-positioner,
.zoomer .zoomer-holder,
.zoomer {
  background: none;
  margin: 0;
  padding: 0;
}

.fancybox-is-open .fancybox-bg {
  background: rgba(6,6,9,0.9);
}

@media (max-width: 767px) {
  .zoomer_fancy {
    height: 414px;
  }

  .showcase_box .showcase_box__content p {
    margin-top: 15PX;
  }
}

/* close add banner */
.zoomer .zoomer-controls{
  background: none;
  box-shadow: none;
}
.zoomer .zoomer-controls span{
  background: rgba(255,255,255,1);
  margin: 0 15px;
}
.zoomer .zoomer-controls:before{
  display: none;
}
.zoomer .zoomer-controls-top, .zoomer .zoomer-controls-bottom{
  margin-left: -60px;
}
.zoomer .zoomer-controls span.zoomer-zoom-out:hover, .zoomer .zoomer-controls span.zoomer-zoom-in:hover{
  background: #333;
}

/* 背景画像サイズ調整 */
.search-habaki-detail.search_item_bg02 .box__top .box__main__img__inner img,
.search-habaki-detail.search_item_bg02 .showcase_box__content .zoomer-image {
  background-size: 6%!important;
}
.search-habaki-detail.search_item_bg02 .box__search .grid__imgs img {
  background-size: 10%!important;
}

/* ------------------------------------ */
/* ▼ その他 枠*/
/* ------------------------------------ */
.box_detail .box_other {
  font-size: 17px;
  margin: 0 auto;
  max-width: 820px;
}
.box_detail .box_other table {
  border: 2px solid #b28e5f;
}
.box_detail .box_other th {
  background: url('../image/bg-table01.png');
  text-align: center;
}
.box_detail .box_other tr {
  border-bottom: 1px solid #b28e5f;
}

@media screen and (min-width: 768px) {
  .box_detail .box_other {
    margin-top: 35px;
  }
  .box_detail .box_other th {
    height: 0;
    padding: 5px;
    line-height: 1.6;
  }

  .box_detail .box_other td {
    background: #fff;
    color: #000;
    line-height: 24px;
    padding: 25px;
    text-align: left;
    vertical-align: middle;
  }
}

@media screen and (max-width: 767px) {
  .box_detail .info_box {
    margin-bottom: 20px;
  }
  .box_detail .box_other {
    font-size: 15px;
    margin-top: 20px;
    width: 95%;
  }
  .box_detail .box_other th,
  .box_detail .box_other td
   {
    padding: .5em .8em .5em 1.2em;
  }
}

/* ------------------------------------ */
/* ▼ モーダルデザイン変更
/* ------------------------------------ */
:root {
  --vh: 1vh;
}
.fancybox-is-open .fancybox-bg {
  background: rgba(6, 6, 9, 0.9);
}
body .fancybox-close-small {
  background: url(../image/close.jpg) no-repeat top left;
  border: 1px solid #cccccc;
  height: 37px;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 37px;
}
.fancybox-close-small::after {
  display: none;
}
.fancybox-close-small:hover {
  opacity: 0.5;
}
.zoomer_wrapper,
.zoomer .zoomer-positioner,
.zoomer .zoomer-holder,
.zoomer {
  background:none;
  margin: 0;
  padding: 0;
}

.showcase_box_cap {
  background-color: rgba(68, 68, 68, .6);
  border-bottom-right-radius: 8px;
  left: 0;
  line-height: 1;
  padding: 20px 25px;
  position: absolute;
  text-align: left;
  top: 0;
} 
.showcase_box_cap .showcase_box_cat {
  background: #734d6b;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  letter-spacing: .06em;
  line-height: 1.3;
  margin-bottom: 12px;
  padding: 4px 10px;
}
.showcase_box .showcase_box__content p.showcase_box_tit {
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 0;
  text-align:left;
}
.zoomer_fancy {
  height: 100vh; /* Fallback */
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
}
.fancybox-close-small:hover {
  opacity: 0.5;
}
.fancybox-arrow--left::after,
.fancybox-arrow--right::after {
  background-color: #848484;
}
.zoomer {
  padding: 0;
}
.zoomer .zoomer-controls {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.zoomer .zoomer-controls span {
  background: rgba(255, 255, 255, 1);
  border: 1px solid #cccccc;
  margin: 0 15px;
}
.zoomer .zoomer-controls::before {
  display: none;
}

.zoomer .zoomer-controls-top,
.zoomer .zoomer-controls-bottom {
  margin-left: -60px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.zoomer .zoomer-controls span.zoomer-zoom-out:hover,
.zoomer .zoomer-controls span.zoomer-zoom-in:hover {
  background: #333;
}
.fancybox-show-nav .fancybox-arrow {
  opacity: 1;
}
.tab_only {
  display: none;
}
@media only screen and (max-width: 767px) {
  .tab_only {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tab_only {
    display: inline;
  }
}
