@charset "utf-8";
@import url("/useful/css/jiten.css");

.useful_wrap *>article#article section.con_box table {
  width: 700px;
}

.useful_wrap *>article#article section.con_box table th {
  vertical-align: middle;
  width: 20%;
}

.useful_wrap *>article#article section.con_box table caption {
  font-size: 17px;
}

.useful_wrap *>article#article section.con_box table td a {
  font-size: 17px !important;
}

/*-------------------------
 動画
---------------------------*/
.cmn_h3_01 {
  background-color: #fff;
  border: solid 2px #9b873a;
  border-radius: 100vh;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  width: 500px;
}

.cmn_h3_01>span {
  background-image: url(../image/bg-h3-flower01.png), url(../image/bg-h3-flower02.png), url(../image/bg-h3-pattern.jpg);
  background-repeat: no-repeat, no-repeat, repeat;
  border: solid 1px #fff;
  border-radius: 100vh;
  display: block;
  font-weight: 600;
  letter-spacing: normal;
  overflow: hidden;
  width: 100%;
}

@media (min-width:768px) {
  .cmn_h3_01 {
    font-size: 20px;
    line-height: 1.1;
  }

  .cmn_h3_01>span {
    background-position: left -27px top 30%, right -27px top 30%, 0 0;
    background-size: 168px auto, 168px auto, 125px auto;
    padding: .475em 5.5em;
  }
}

@media screen and (max-width: 767px) {
  .cmn_h3_01 {
    font-size: 19px;
    line-height: 1.2;
    width: 100%;
  }

  .cmn_h3_01>span {
    background-position: left -47px top 18%, right -47px top 18%, 0 0;
    background-size: 110px auto, 110px auto, 125px auto;
    padding: .475em 1.5em;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .cmn_h3_01>span {
    padding: .6em 5.5em .35em;
  }
}

.box_item_movie_wrapper {
  width: 100vw;
  margin: 20px calc(50% - 50vw);
}

@media all and (max-width: 767px) {
  .box_item_movie_wrapper {
    width: 100%;
    margin: 20px auto;
  }
}

.box_item_movie {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  width: 1000px;
}

@media all and (max-width: 767px) {
  .box_item_movie {
    width: 100%;
  }
}

.box_item_movie .item_movie_thum {
  border: 2px solid #000;
  display: block;
  overflow: hidden;
}

.box_item_movie .item_movie_thum::after {
  content: '';
  background: url(../image/ico-play.png) no-repeat center/contain;
  display: block;
  height: 46px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 46px;
}

.box_item_movie .item_movie_thum img {
  border: none;
  vertical-align: bottom;
}

.box_item_movie .item_movie_txt_area {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding: 8px;
}

.box_item_movie .item_movie_ttl {
  color: #000;
}

@media (min-width: 768px) {
  .box_item_movie.has_spacer {
    position: relative;
  }

  .box_item_movie.has_spacer::before,
  .box_item_movie.has_spacer::after {
    content: '';
    display: block;
    position: absolute;
  }

  .box_item_movie.has_spacer::before {
    background: url(../image/bg_cmn_video_l.png) no-repeat 0 0/contain;
    height: 243px;
    width: 222px;
    top: 50%;
    transform: translateY(-50%);
  }

  .box_item_movie.has_spacer::after {
    background: url(../image/bg_cmn_video_r.png) no-repeat 0 0/contain;
    height: 215px;
    width: 329px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .box_item_movie.has_spacer a {
    position: relative;
    z-index: 5;
  }

  /* col01 */
  .box_item_movie.col01 {
    width: 816px;
  }

  .box_item_movie.col01 .item_movie {
    width: 320px;
  }

  .box_item_movie.col01.has_spacer::before {
    left: -35px;
  }

  .box_item_movie.col01.has_spacer::after {
    right: -66px;
  }

  /* col02 */
  .box_item_movie.col02 {
    max-width: 630px;
  }

  .box_item_movie.col02 .item_movie {
    width: 300px;
  }

  .box_item_movie.col02 .item_movie:nth-of-type(even) {
    margin-left: 30px;
  }

  .box_item_movie.col02 .item_movie:nth-of-type(n+3) {
    margin-top: 20px;
  }

  .box_item_movie.col02.has_spacer::before {
    left: -280px;
  }

  .box_item_movie.col02.has_spacer::after {
    right: -370px;
  }
}

@media screen and (max-width: 800px) {
  .box_item_movie.col01.has_spacer::before {
    left: -65px;
  }

  .box_item_movie.col01.has_spacer::after {
    right: -155px;
  }
}

@media (max-width: 767px) {
  .box_item_movie.col01 .item_movie {
    max-width: 320px;
    width: 100%;
  }
}

/*-------------------------
 日本の城100選バナーボックス
---------------------------*/
.bnrbox {
  margin: 30px auto 20px;
  max-width: 640px;
  text-align: center;
}

.bnrbox .bnr {
  margin: 20px auto 0;
  width: 563px;
}

@media (max-width: 767px) {
  .bnrbox .bnr {
    width: 100%;
  }
}

.bnrbox .bnr .pc {
  display: block;
}

.bnrbox .bnr .sp {
  display: none;
}

@media (max-width: 767px) {
  .bnrbox .bnr .pc {
    display: none;
  }

  .bnrbox .bnr .sp {
    display: block;
  }
}

.bnrbox a {
  position: relative;
}

.cmn_bnrbox .cap {
  font-feature-settings: 'palt' 1;
  -webkit-font-feature-settings: 'palt' 1;
  font-size: 16px;
  line-height: 1.4em;
  margin: 5px auto 0;
  text-align: left;
}

.bnr-label {
  box-shadow: 0px 1px 2px #ccc;
  color: #000;
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translatex(-50%);
  padding: 12px 22px;
  font-weight: bold;
  font-size: 15px;
  background-color: #fff;
  border-radius: 8px;
  letter-spacing: 1px;
  min-width: 5.5em;
  max-width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 1;
}