@charset "utf-8";

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

title : 記事系コンテンツ
scope : 記事系コンテンツ

memo：

last modify : WEB2TCI-50096 右カラムメニュー追加、メーハクからのコピペで残っていた不要css削除

2023/11/16 tanaka リード文の横幅修正
2022/03/02 tanaka 名博メーハクをもとに作成

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

/* ------------------------------------ */
 /* ▼ 共通処理上書き */
/* ------------------------------------ */

@media (min-width: 768px) {
  .cmn_box_item_movie.col01.has_spacer::before {
    left: -125px;
  }
  .cmn_box_item_movie.col01.has_spacer::after {
    right: -196px;
  }
}

/* ▲ 共通処理上書き ここまで */

.cmn_h1_sitetop_name {
  display: inline-block;
}

.bannerh1_single::before,
.bannerh1_single::after {
  content: none;
}

.banner_cmn__txt .title {
  text-shadow: 2px 2px 4px #222;
}

.banner__txt__inner {
  padding: 0 0 0 16px;
  text-align: left;
}

.banner .cat {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  height: 23px;
  line-height: 23px;
  margin-bottom: 7px;
  text-align: center;
  min-width: 96px;
  padding: 0 5px;
}

.single_tip .box_seo {
  margin-top: 60px;
}

.list .item .item__img {
  position: relative;
}

.list .item .item__img>img {
  width: 100%;
}

@media (max-width:767px) {
  .banner img {
    height: 100%;
  }

  .single_tip .box_seo {
    margin-top: 40px;
  }

  .padd_tips {
    padding: 0 2.4%;
    overflow: hidden;
  }

  .banner__inner {
    background: url(../image/detail_banner_sp.jpg) no-repeat center;
    background-size: cover;
    position: static;
  }

  .banner__txt__inner {
    padding: 15px 10px;
  }

  .banner .cat {
    font-weight: normal;
    margin: 0;
  }

  .banner__txt__inner h1 {
    font-size: 24px;
    letter-spacing: 1.2px;
    line-height: 29px;
    height: auto;
    margin-top: 5px;
    text-overflow: inherit;
    white-space: normal;
    width: auto;
  }
}
/* end banner */

/* カラム基本レイアウト 
---------------------------------------*/
/* tips-article.css打消し */
.single_tip .box_tips_detail .wcm{
  padding: 10px 0 0;
}
/* all */
.tips_content_col2_all{
  display: flex;
  flex-wrap: nowrap;
}
.tips_content_col2_all .box_txt{
  margin: -0.3em 0;
}
/* nav */
.tips_content_col2_nav{
  margin-top: 13px;
  margin-left: 3%;
  width: 27.5%;
}
/* main */
.tips_content_col2_main{
  padding-left: 15px;
  width: 69.5%;
}
@media (max-width:767px) {
  /* nav */
  .tips_content_col2_nav {
    display:none
  }
  /* main */
  .tips_content_col2_main {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
}

/* nav外観
---------------------------------------*/
.rightmenu_001 {
  border: 1px solid #254269;
  line-height: 1.3;
}
.rightmenu_001 .hdr {
  background: #22436E;
  border-bottom: 1px solid #214467;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .02em;
  padding: 8px 12px;
  position: relative;
}
.rightmenu_001 .hdr.icon01::before{
  content: "";
  background: url(../image/rightmenu_icon01.png) no-repeat;
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-right: 10px;
  vertical-align: text-top;
}
.rightmenu_001 .hdr.icon02::before{
  content: "";
  background: url(../image/rightmenu_icon02.png) no-repeat;
  display: inline-block;
  width: 19px;
  height: 20px;
  margin-right: 10px;
  vertical-align:text-top;
}
.rightmenu_001 .hdr.icon03::before{
  content: "";
  background: url(../image/rightmenu_icon03.png) no-repeat;
  display: inline-block;
  width: 36px;
  height: 24px;
  margin-right: 5px;
  vertical-align: text-top;
}
.rightmenu_001 .hdr2 {
  background:#9BCFF6;
  border-top: 1px solid #214467;
  border-bottom: 1px solid #214467;
  color:#000;
  font-size:14.5px;
  letter-spacing: .02em;
  padding: 10px 20px 10px 12px;
  position: relative;
  transition: opacity .3s; 
}
.rightmenu_001 .hdr2 a{
  color: #000;
  display: block;
}
.rightmenu_001 .hdr2 a:hover{
  opacity: .6;
}
.rightmenu_001 > ul > li > p.subtitle {
  background:#D3E9FE;
  border-bottom: 1px solid #214467;
  color:#000;
  font-size:14.5px;
  letter-spacing: .02em;
  padding: 10px 15px 10px 12px;
  position: relative;
  transition: opacity .3s; 
}
.rightmenu_001 > ul > li > a:hover {
  opacity: .6;
}
.rightmenu_001 > ul > li > a:after {
  background:url('../image/img-arrow-01.png') 50% 50% no-repeat;
  background-size:100%;
  content:'';
  display: block;
  height: 12px;
  position: absolute;
  right: 6px;
  top: calc(50% - 6px);
  width: 8px;
  z-index: 1;
}
.rightmenu_001 > ul > li:last-child > ul {
  border-bottom:none;
}
.rightmenu_001 > ul > li > a > .label {
  display: inline-block;
  width: calc( 100% -  24px );
}
.rightmenu_001 > ul > li > ul {
  border-bottom:1px solid #214467;
}
.rightmenu_001 > ul > li > ul > li > a {
  background:#fff;
  border-bottom: 1px solid #214467;
  color: #0000ff;
  display: block;
  font-size:14.5px;
  letter-spacing: .02em;
  padding: 10px 15px 10px 12px;
  position: relative;
}
.rightmenu_001 > ul > li > ul > li > a {
  transition: opacity .3s;
}
.rightmenu_001 > ul > li > ul > li > a:hover {
  opacity: .6;
}
.rightmenu_001 .hdr2 a::after,
.rightmenu_001 > ul > li > ul > li > a:after {
  background:url('../image/img-arrow-01.png') 50% 50% no-repeat;
  background-size:100%;
  content:'';
  display: block;
  height: 12px;
  position: absolute;
  right: 6px;
  top: calc(50% - 6px);
  width: 8px;
  z-index: 1;
}
.rightmenu_001 > ul > li > ul > li:last-child > a {
  border-bottom:none;
}
.rightmenu_001 > ul > li > ul > li > a > .label {
  display: inline-block;
  max-width: 74%;
}
.rightmenu_001.type02 > ul > li > ul > li > a > .label {
  display: inline-block;
  width: calc( 100% - 4px );
  max-width: calc( 100% - 4px );
}
.rightmenu_001 p .number,
.rightmenu_001 ul li .number {
  display: inline-block;
  margin-right: 8px;
}
.rightmenu_001 .hdr a,
.rightmenu_001 .hdr2 a,
.rightmenu_001 .subtitle,
.rightmenu_001 ul.number_flex li ul li a{
  display: flex;
}
@media (max-width:900px) {
  .rightmenu_001 .hdr {
    font-size: 15px;
  }
  .rightmenu_001 .hdr.icon01::before{
    background: url(../image/rightmenu_icon01.png) no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
  }
  .rightmenu_001 .hdr.icon02::before{
    background: url(../image/rightmenu_icon02.png) no-repeat;
    background-size: contain;
    width: 15px;
    height: 16px;
  }
  .rightmenu_001 .hdr.icon03::before{
    background: url(../image/rightmenu_icon03.png) no-repeat;
    background-size: contain;
    width: 18px;
    height: 12px;
  }
  .rightmenu_001 > ul > li > ul > li > a {
    padding: 10px 10px 10px 10px;
  }
  .rightmenu_001 p .number,
  .rightmenu_001 ul li .number {
    margin-right: 5px;
  }
  .rightmenu_001 > ul > li > ul > li > a > .label {
    display: inline-block;
    max-width: 68%;
  }
  .rightmenu_001 p.subtitle .number{
    min-width: 18%;
  }
}
/* end nav */


.box__text {
  margin: 13px auto 0;
  text-align: justify;
  max-width: 765px;
}

.tipsh_detail_content {
  margin-top: 27px;
}

.tipsh_detail_content__main {
  margin-top: 36px;
}

.anchor {
  margin: 30px auto 0;
  max-width: 820px;
}

.anchor dl {
  margin-bottom: 20px;
}

@media (min-width:768px) {
  .anchor .anchor_title,
  .anchor .title_h2cmn_02 {
    margin: 0 auto;
    max-width: 800px;
  }
}

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

  .tipsh_detail_content__main {
    margin-top: 30px;
  }

  .anchor {
    margin: 20px auto 0;
  }
}

/*  記事内動画掲載
---------------------------------------*/
/*動画タイトル上にテキストが無い＋動画上に画像がある場合*/
.post_movie_link.no_important_text.image_on_top {
  padding-top: 76px;
}

.post_movie_link.no_important_text.image_on_top div {
  top: 12px;
}

/*動画タイトル上にテキストが無い場合*/
.post_movie_link.no_important_text {
  padding-top: 47px;
}

.post_movie_link.no_important_text div {
  top: -17px;
}

.post_movie_link {
  padding-top: 68px;
  position: relative;
}

.post_movie_link .wp-caption-text {
  line-height: 24px;
  margin-bottom: 25px;
  margin-top: 28px;
}

.post_movie_link img {
  border: #b28e5f solid 3px;
  position: relative;
  top: 20px;
}

.post_movie_link a {
  display: block;
  opacity: 1;
}

.post_movie_link a:hover {
  opacity: 0.7;
}

.post_movie_link .wp-caption-text a {
  display: inline;
}

.post_movie_link div {
  background: url(../../image-cmn/titleh2/bkg_ttbl2.png) no-repeat center;
  color: #fff;
  font-size: 18px;
  height: 90px;
  left: 50%;
  line-height: 5.2;
  margin-left: -150px;
  position: absolute;
  text-align: center;
  top: 4px;
  width: 300px;
}

.post_movie_link div+p {
  color: #9e1c1c;
  font-weight: 600;
  left: 30%;
  letter-spacing: 0.2em;
  position: absolute;
  top: 4%;
}

.post_movie_link02 {
  width: 90%;
  display: flex;
  justify-content: space-around;
  margin: 0 auto 30px;
}

.post_movie_link02 .movie_item {
  width: 50%;
}

.post_movie_link02 .movie_item .ic_play img:hover {
  opacity: 0.7;
}


.post_movie_link02 .movie_item img {
  border: #b28e5f solid 3px;
}

.post_movie_link02 .movie_item p {
  margin-bottom: 0;
}

.post_movie_link02 .movie_item p.cap {
  text-align: center;
  font-weight: 600;
  margin-bottom: 0;
}

@media (max-width:767px) {
  .post_movie_link02 {
    width: 100%;
    display: block;
    margin-bottom: 0;
  }

  .post_movie_link02 .movie_item {
    width: 100%;
  }
}
/*▲▲▲*/

@media (max-width:767px) {
  .box__text {
    font-size: 17px;
    margin-top: 0;
    padding: 0 10px;
  }
}

/* end content detail */
.extra {
  margin: 25px auto 70px;
  max-width: 800px;
}

.extra__inner {
  background: #eaeef5;
  font-size: 17px;
  letter-spacing: 0.34px;
  padding: 17px;
  text-align: center;
}

.extra__inner .txt {
  display: inline-block;
  position: relative;
  top: 4px;
}

.extra__inner a {
  color: #0d53de;
}

.extra__inner a:hover {
  color: #a92121;
}

.extra__inner .btn {
  font-size: 0;
  margin: 0 0 0 15px;
  padding: 0;
}

@media (max-width: 767px) {
  .extra {
    margin: 0 auto 45px;
    padding: 0 20px;
  }

  .extra__inner {
    font-size: 16px;
    line-height: 26px;
    padding: 20px 17px;
    text-align: left;
  }

  .extra__inner .btn {
    display: block;
    margin: 10px auto 0;
    width: 70%;
  }

  .extra__inner .txt {
    top: 0;
  }
}

/* end extra */
@media (max-width:767px) {
  .samefield {
    padding-bottom: 20px;
  }
}


/* For IE */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .banner .cat {
    padding-top: 5px;
  }
}

/* 動画枠 フリーエリアに入れる場合 */
.video_area {
  background: url(../../image-cmn/museum/bkg07.jpg);
  padding-bottom: 15px;
}

.video_area p {
  margin: 23px auto 33px;
  letter-spacing: 0.02em;
  text-align: center;
}

.video_area .item h3 {
  background: url(../../image-cmn/titleh2/bkg_ttbl2.png) no-repeat center;
  background-size: contain;
  color: #fff;
  font-size: 18px;
  height: 47px;
  line-height: 2.7;
  text-align: center;
  width: 293px;
}

.video_area .item__inner {
  margin: 15px 10px;
}

/* 動画枠 記事途中に2件動画を入れる場合 */
.video_area.article_movie {
  background: none;
}

.video_area.article_movie .grid {
  max-width: 660px;
  margin: 0 auto;
  overflow: hidden;
}

.video_area.add_long .grid {
  max-width: 710px;
  /* 刀匠魂ロングバージョンの調整用 */
}

.video_area.article_movie .grid .item {
  float: left;
  min-height: 172px;
  padding: 0 20px 0 0;
  max-width: 330px;
}

.video_area.article_movie .grid .item:last-child {
  padding: 0 0 0 20px;
}

.video_area.article_movie .grid .item span {
  color: #9e1c1c;
  display: block;
  font-weight: 600;
  text-align: center;
}

.video_area.article_movie .grid .item h3 {
  font-weight: normal;
  width: 310px;
}

.video_area.article_movie .grid p {
  margin: 0 auto;
}

.video_area.article_movie .wp-caption-text {
  margin-top: 3px;
}

@media (max-width: 767px) {
  .video_area .item h3 {
    width: auto;
  }

  .video_area.article_movie .grid {
    max-width: 330px;
  }

  .video_area.article_movie .grid .item,
  .video_area.article_movie .grid .item:last-child {
    padding: 0;
  }
}

ul.grid {
  margin: 0 auto;
  max-width: 630px;
}

.grid .item:first-of-type {
  float: left;
  padding-right: 20px;
  min-height: 172px;
}

.grid .item:last-of-type {
  float: left;
  padding-left: 20px;
  min-height: 172px;
}

.grid .item img {
  border: #b28e5f solid 3px;
}

.video_area.article_movie .grid .item .item__inner img:hover {
  opacity: 0.5 !important;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 767px) {
  .video_area .title_h2cmn {
    font-size: 20px;
  }

  .video_area p {
    padding: 0 5px;
  }

  .grid .item:first-of-type {
    padding-bottom: 10px;
    padding-right: 0;
    float: inherit;
  }

  .grid .item:last-of-type {
    padding: 0;
    float: inherit;
  }

  .video_area .item__inner {
    text-align: center;
  }
}

/* 動画枠 H3の中に入れる場合 */

.title_h4_tips {
  border-bottom: 4px solid #871a1b;
  border-top: 2px solid #871a1b;
  display: block;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝体", "游明朝", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "HG明朝E", "ryo-display-plusn", serif;
  font-feature-settings: "pkna";
  height: auto;
  margin: 0 auto;
  max-width: 830px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.title_h4_tips::before {
  background: url(../../image-cmn/titleh2/flw01_l.png) no-repeat right center;
  content: '';
  display: block;
  height: 86px;
  left: 0;
  position: absolute;
  bottom: calc(50% - 43px);
  width: 90px;
}

.title_h4_tips::after {
  background: url(../../image-cmn/titleh2/flw01_r.png) no-repeat left center;
  content: '';
  display: block;
  height: 86px;
  position: absolute;
  right: 0;
  top: calc(50% - 43px);
  width: 90px;
}

.title_h4_tips>span {
  background: url(../../image-cmn/titleh2/bkg_ttyl.png);
  display: block;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 14px 76px 15px;
}

.title_h4_tips>span>span {
  display: inline-block;
  padding: 2px 35px 0;
  position: relative;
}

.title_h4_tips>span>span::after,
.title_h4_tips>span>span::before {
  background: url(../../image-cmn/titleh2/ico01.png) no-repeat;
  content: '';
  display: block;
  height: 18px;
  left: 0;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  width: 27px;
}

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

/* flower 02 */
.flw02::before {
  background: url(../../image-cmn/titleh2/flw02_l.png) no-repeat right top;
}

.flw02::after {
  background: url(../../image-cmn/titleh2/flw02_r.png) no-repeat left center;
}

.video_area .item h5 {
  background: url(../../image-cmn/titleh2/bkg_ttbl2.png) no-repeat center;
  background-size: contain;
  color: #fff;
  font-size: 18px;
  height: 47px;
  line-height: 2.7;
  text-align: center;
  width: 293px;
}

.video_area .item__inner {
  margin: 15px 10px;
}

@media (max-width: 767px) {
  .video_area .item h5 {
    width: auto;
  }
}

/* search */
.box__prefecture__list {
  padding: 0;
}

.box_result__item:after {
  clear: both;
  content: '';
  display: table;
}

.box__prefecture__list dl {
  margin-bottom: 0;
}

.box__prefecture__list img {
  display: inline-block;
}

.box_result__item {
  background: url(../image/bkg01.png);
  margin: 10px 0 0;
}

.box_result__item p {
  margin: 0;
}

.prlt {
  position: relative;
  top: -5px;
}

.box_result__item h3 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1.1px;
  padding: 22px 0 14px;
  text-align: center;
  background: none;
  color: #000;
}

.gallery__item {
  font-size: 0;
}

.gallery__item+.gallery__item {
  border-top: 1px solid #fff;
}

.box_result__item .content {
  padding: 14px 25px 25px;
}

.box_result__item .description {
  font-size: 16px;
  line-height: 27px;
  margin: 0 0 20px;
}

.box_result__item .info_box.flex,
.box_result__item .info_box.flex dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.box_result__item .info_box.flex dl {
  height: 100%;
  margin-bottom: 0;
}

.box_result__item .info_box {
  border: 1px solid #b28e5f;
}

.box_result__item .info_box.flex dl .bkg {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.box_result__item .info_box.flex dd {
  display: inline-flex;
  align-items: center;
}

.box_result__item .info_box dt {
  padding: 6px;
}

.box_result__item .info_box dl dt i {
  margin-right: 8px;
  height: 26px;
}

.box_result__item img {
  border: none;
}

.box_result__item .info_box dl .bkg {
  background: url(../image/bg_table_detail.png);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.box_result__item .info_box dd {
  background: #fff;
  color: #000;
  font-size: 17px;
  padding: 15px 13px;
  vertical-align: middle;
}

.box_result__item .info_box dl .spec {
  color: #b28e5f;
  font-size: 18px;
  font-weight: 600;
}

.box_result__item br {
  display: none;
}

.gallery__item p {
  display: none;
}

@media (max-width:767px) {
  .box_result__item h3 {
    font-size: 21px;
    letter-spacing: 1.05px;
    line-height: 28px;
    padding: 14px 0 8px;
  }

  .box_result__item .content {
    padding: 0 18px 18px;
  }

  .box_result__item .description {
    display: block;
    font-size: 15px;
    height: auto;
    line-height: 21px;
  }

  .box_result__item .info_box table td.bkg {
    clear: both;
    font-size: 14px;
    width: 33%;
  }

  .box_result__item .info_box table td {
    font-size: 16px;
    line-height: 23px;
    width: 67%;
  }

  .box_result__item .info_box table td>span.txt {
    line-height: 23px;
  }

  .box_result__item .info_box table td.spec {
    font-size: 17px;
  }

  .box_result__item .info_box table tr:last-child td {
    border-bottom: 1px solid #d9c7af;
  }

  .box_result__item .info_box table tr:last-child td:nth-child(3),
  .box_result__item .info_box table tr:last-child td:nth-child(4) {
    border: none;
  }
}

@media (min-width: 431px) and (max-width: 767px) {
  .box_result__item .info_box.flex dl dt {
    width: 33%;
  }

  .box_result__item .info_box.flex dl dd {
    width: calc(100% - 33%);
  }
}

@media (max-width: 767px) {
  .box_result__item .info_box.flex li {
    width: 100%;
  }

  .box_result__item .info_box li:nth-of-type(n+2) dl {
    border-top: 1px solid #d9c7af;
  }
}

@media (min-width: 768px) {
  .box_result__item .info_box.flex li {
    width: 50%;
  }

  .box_result__item .info_box.flex dl dt {
    width: 140px;
  }

  .box_result__item .info_box.flex dl dd {
    width: calc(100% - 140px);
  }
}

@media (max-width: 430px) {
  .box_result__item .info_box.flex dl dt {
    width: 45%;
    padding: 6px;
  }

  .box_result__item .info_box.flex dl dd {
    width: calc(100% - 45%);
  }
}

.box_result__item .btn_more {
  display: block;
  font-size: 0;
  margin: 20px auto 0;
  width: 232px;
}

/*	relation_link	 */


.relation_link .relation_list {
  position: relative;
  /*width: 85%;*/
  width: 740px;
  margin: 30px auto;
}

.relation_link .relation_list dl dt {
  position: absolute;
  background: #000;
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  padding: 10px 37px 10px 35px;
  border-radius: 0 0 35px 0;
  top: 15px;
  left: -10px;
}

.relation_link .relation_list dl dt::after {
  border-color: #828282 transparent transparent transparent;
  border-style: solid;
  border-width: 15px 6px 0 15px;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 0;
  transform: rotate(-90deg);
  -moz-transform: rotate(-120deg);
  -webkit-transform: rotate(0);
  -o-transform: rotate(-120deg);
  z-index: -1;
}

.relation_link .relation_list dl dd {
  display: flex;
  justify-content: space-around;
  background: url(../image/bkg.jpg) right center no-repeat;
  border-radius: 10px;
  border: #cbb790 1px solid;
  min-height: 194px;
  overflow: hidden;
}

.relation_link .relation_list dl dd .left {
  display: block;
  width: 40%;
}

.relation_link .relation_list dl dd .left.facility_meijijingu {
  background: url(/app/themes/wp-templ/tips/image/facility-photo-meijijingu.jpg) center bottom no-repeat;
  background-size: auto 100%;
}

.relation_link .relation_list dl dd .right {
  /*background: url(/app/themes/wp-templ/tips/image/bg-relation-link.png) left bottom no-repeat;*/
  width: 60%;
  margin-left: auto;
  padding: 25px 30px 10px;
}

.relation_link .relation_list dl dd .right .btn_list {
  display: inline-block;
  margin-top: 10px;
}

.relation_link .relation_list dl dd .right .btn_list li {
  display: inline-block;
  margin: 5px;
}

.relation_link .relation_list .btn_red_arr span {
  width: 175px;
  padding: 12px 35px 10px 20px;
}

.relation_link .relation_list .btn_red_arr span::after {
  border-color: #ffffff transparent transparent transparent;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  width: 0;
}

.relation_link .relation_list .btn_ppl_arr span {
  width: 175px;
  padding: 12px 35px 10px 20px;
  background-color: #7F1EB0;
}

.relation_link .relation_list .btn_ppl_arr span::after {
  background: url(../image/ico_tab.png) no-repeat top left;
  content: "";
  height: 15px;
  width: 16px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  border: none;
  transform: none;
}

.relation_link .relation_list .btn_gr_arr span {
  width: 175px;
  padding: 12px 35px 10px 20px;
}

/* リンクボタン 共通 */
.relation_link .relation_list .cmn_link_btn {
  width: 175px;
}

.relation_link .relation_list .cmn_link_btn_text {
  font-size: 15px;
}

@media (max-width:767px) {

  /*	relation_link	 */

  .relation_link .relation_list {
    width: 87%;
    margin: 0 auto 1.5em;
  }

  .relation_link .relation_list dl dt {
    max-width: 98%;
    font-size: 20px;
    top: 5px;
  }

  .relation_link .relation_list dl dt::after {
    top: 100%;
  }

  .relation_link .relation_list dl dd {
    display: block;
  }

  .relation_link .relation_list dl dd .left {
    width: 100%;
    min-height: 200px;

  }

  .relation_link .relation_list dl dd .left.facility_meijijingu {
    background: url(/app/themes/wp-templ/tips/image/facility-photo-meijijingu.jpg) center center no-repeat;
    background-size: 100%;
  }

  .relation_link .relation_list dl dd .right {
    width: 100%;
    padding: 1.5rem 1.5rem 2rem;
  }

  .relation_link .relation_list dl dd .right .btn_list {
    display: block;
    margin-top: 10px;
  }

  .relation_link .relation_list dl dd .right .btn_list li {
    float: none;
    width: 100%;
    margin: 0 auto;
  }

  .relation_link .relation_list .btn_red_arr {
    float: none;
    width: 100%;
    position: relative;
    display: block;
    bottom: 0;
  }

  .relation_link .relation_list .btn_red_arr span {
    width: 90%;
  }

  .relation_link .relation_list .btn_ppl_arr {
    float: none;
    width: 100%;
    display: block;
  }

  .relation_link .relation_list .btn_ppl_arr span {
    width: 90%;
  }

  .relation_link .relation_list .btn_gr_arr {
    float: none;
    width: 100%;
  }

  .relation_link .relation_list .btn_gr_arr span {
    width: 90%;
  }

  .relation_link .relation_list dl dd .right .btn_list li:nth-of-type(2) .cmn_link_btn {
    margin-top: 10px;
  }

  .relation_link .relation_list .cmn_link_btn {
    max-width: 300px;
    width: 90%;
  }

}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .master_item_left .btn_red_arr span {
    padding: 12px 38px 10px 38px;
  }
}

/*フリースペース内のバナー*/

#freearea02 .bnr_wrap ul {
  max-width: 760px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

#freearea02 .bnr_wrap ul li {
  width: 47.4%;
}

#freearea02 .bnr_wrap ul li .taC figcaption {
  text-align: left;
}

.freebox_bnr {
  margin: 0 auto 30px;
  width: 500px;
  display: block;
}

.freebox_bnr p {
  text-align: center;
}

.freebox_bnr a {
  display: block;

}

.freebox_bnr a img:hover {
  opacity: 0.5;

}

.bnr_hr {
  border-top: 2px solid #dacba7;
  margin-bottom: 35px;
}

@media (max-width:767px) {
  #freearea02 .bnr_wrap ul li {
    width: 100%;
  }

  #freearea02 .bnr_wrap ul {
    display: block;
    padding: 20px
  }

  #freearea02 .bnr_wrap ul li .taC {
    margin: 0 auto 1.5rem;
    max-width: 600px;
  }

  .freebox_bnr {
    width: auto;
    width: 90%;
  }

  .freebox_bnr p {
    text-align: left;
  }

  .freebox_bnr img {
    width: 100%;
    max-width: 600px;
    /* min-width: 300px; */
    margin: -30px auto 0;
  }

  .bnr_hr {
    margin-bottom: 60px;
  }

}

/*フリースペース内の「動画の一覧を見る」バナー*/

.bnr_video {
  text-align: center;
  margin-bottom: 40px;
}

.bnr_video:hover {
  opacity: 0.5;
}

@media (max-width:767px) {
  .bnr_video {
    margin-top: -3rem;
  }

  .bnr_video img {
    width: 100%;
    height: auto;
  }
}

/*「用語集を見る」ボタン（甲冑の基本解説）*/

dl dt.mt30+dd .link_word a {
  margin-bottom: -7px;
}

@media (max-width:767px) {
  dl dt.mt30+dd .link_word a {
    margin-bottom: auto;
  }
}

/* bootstrapによる、olのdisplay:table回避 */

.ol_02 li div.clearfix:before {
  display: inline-block;
}

/* 日本刀の構造ページへのリンクデザイン用 */
.banner_area {
  margin: 20px auto 0;
  max-width: 500px;
}

/* 五箇伝（五ヵ伝、五ヶ伝）」タイトルデザイン変更用 */
.anchor .title_label {
  line-height: 1.2;
}

.anchor .label_box {
  padding: 0;
}

.anchor .label_box::before {
  display: none;
}

.anchor .label_box .label_inner::before {
  display: none;
}

.anchor .label_box.label01 .label_inner {
  background: #c81200;
}

.anchor .label_box.label02 .label_inner {
  background: #c88900;
}

.anchor .label_box.label03 .label_inner {
  background: #2e8430;
}

.anchor .label_box.label04 .label_inner {
  background: #0a79bd;
}

.anchor .label_box.label05 .label_inner {
  background: #653b8d;
}

.anchor .label_box+span::before {
  display: none;
}

@media (max-width:767px) {
  .anchor .title_label {
    padding: 12px 20px;
  }

  .anchor .label_box {
    font-size: 16px;
    max-width: 100%;
  }

  .anchor .label_box .label_inner {
    display: inline-block;
    padding: 6px 10px;
  }

  .anchor .label_box+span {
    padding: 8px 0 0;
  }
}

@media (min-width:768px) {
  .anchor .title_label {
    align-items: center;
    display: flex;
    padding: 0;
  }

  .anchor .label_box {
    background: #fff;
    font-size: 20px;
    height: 100%;
    max-width: 215px;
    padding-right: 6px;
  }

  .anchor .label_box .label_inner {
    padding: 14px 16px 13px;
  }

  .anchor .label_box+span {
    padding: 0 15px;
  }
}

/* 記事ページ_タイトル構造改修 200109_TCI_yoneshima */
.bannerh1_single {
  text-align: center;
}

.bannerh1_single .cath1 {
  border: solid 1px #431215;
  display: inline-block;
  font-weight: 600;
  letter-spacing: .06em;
  line-height: 1;
  margin: 15px auto 0;
  min-width: 70px;
  padding: .2778em .55555em;
  position: relative;
  text-align: center;
  text-shadow: none;
  z-index: 1;
}

.bannerh1_single .txth1 {
  background: none;
  color: #FFF;
  letter-spacing: .06em;
  line-height: 1.2;
  padding: .15em .5em .4837em;
  position: relative;
  text-shadow: none;
  z-index: 1;
  font-weight: 100;
}

.bannerh1_single .bgh1 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
}

@media (min-width:768px) {
  .bannerh1_single {
    min-height: 160px;
  }

  .bannerh1_single .cath1 {
    font-size: 18px;
  }

  .bannerh1_single .txth1 {
    font-size: 35px;
    padding: .15em 2em .4837em;
  }

  .bannerh1_single .txth1:first-child {
    padding: 59px 2em;
  }

  .bannerh1_single .bgh1 {
    left: 0;
    width: 100%;
  }
}

@media (max-width:767px) {
  .bannerh1_single {
    min-height: 77px;
  }
  
  .bannerh1_single .cath1 {
    font-size: 14px;
    margin-top: 10px;
  }

  .bannerh1_single .txth1:first-child {
    padding: 24px .5em 24px;
  }

  .bannerh1_single .bgh1 {
    left: 10px;
    width: calc(100% - 20px);
  }
}

/* 記事ページ_フリーエリアレイアウト改修 200210_TCI_kajihara end*/

/* 記事系cssの共有化による調整 200217_TCI_sakaguchi */
.video_area.article_movie .ic_play {
  background-size: contain;
}

/* リンクボタン改修 200131_TCIuesugi */
.literature .cmn_link_btn {
  margin: 0 auto 13px;
  max-width: 230px;
}

.literature .cmn_link_btn .cmn_link_btn_text {
  font-size: 15px;
  letter-spacing: normal;
}

@media (max-width:767px) {
  .literature .cmn_link_btn {
    max-width: 260px;
    width: 90%;
  }
}