@charset "utf-8";
/* ======================================================
 * detail.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - base
 * - Main
 * @media only screen and (max-width: 767px)
 * - base
 * - Main

 * Media Queries
====================================================== */

/* ------------------------------------------------------
 * base
------------------------------------------------------ */
/* ----- section ----- */
section:nth-of-type(2n+1) {
  background-color: inherit;
}

/* ------------------------------------------------------
 * Main
------------------------------------------------------ */
/* ----- hero-content_area ----- */
.hero-content_area{
  margin: 30px 0;
  text-align: center;
}
/* ----- topicsText ----- */
.topicsText .topics-period{
  font-size: 18px;
  font-size: 1.8rem;
}
.heading-lv2 > .heading_title {
  margin-bottom: 15px;
  padding-bottom: 0;
  line-height: 1.5;
  border-bottom: none;
}
.heading-lv3 > .heading_title {
  line-height: 1.5;
}
.topicsText .topics-text{
  color: #595959;  
}
.topicsText .topics-place{
  color: #595959;
  font-size: 18px;
  font-size: 1.8rem;
}
.topicsText .topics-detail{
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #dddddd;
}
/* ----- list-description ----- */
.list-description {
  margin-top: 1em;
}
.list-description > dt {
  line-height: 1.4;
  font-weight: bold;
}
.list-description > dd {
  margin-top: 0;
  line-height: 1.4;
}
/* ----- list-note-order ----- */
.list-note-order > li{
  position: relative;
  padding-left: 2.8em;
  color: #595959;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.list-note-order .list_mark {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
/* ----- text-paragraph ----- */
.column-layout + .text-paragraph,
.linkBtn + .text-paragraph,
.text-catch.typeTitle {
  margin-top: 30px;
}
/* ----- linkBtn ----- */
.linkBtn {
  width: 330px;
}
/* ----- column-layout ----- */
.column-layout[data-row-pc="1"] {
  margin-top: 30px;
}
/* ----- share_contents ----- */
.share_contents {
  width: 680px;
  margin: 60px auto 0;
}
.share_contents .share-heading {
  margin-bottom: -1em;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
}
.share_contents .share-heading span {
  display: inline-block;
  padding: 0 20px;
  background-color: #ffffff;
}
.share_contents .share_item {
  display: flex;
  justify-content: space-between;
  padding: 20px 20px;
  border: solid 5px #ebebeb;
}
.share_contents .share_item li {
  flex: 1;
}
.share_contents .share_item li.li-btn {
  display: none;
}
.share_contents .share_item li + li {
  margin-left: 3px;
}
.share_contents .share_item li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 55px 15px;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
  text-decoration: none;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
}
.share_contents .share_item li:last-child a {
  padding-left: 75px;
}
.share_contents .share_item li.fb-btn a {
  background: #4267b2 url(/common_new/img/com_sns_ic04.png) no-repeat 20px 50%;
  background-size: auto 24px;
}
.share_contents .share_item li.tw-btn a {
  background: #1da1f2 url(/common_new/img/com_sns_ic06.png) no-repeat 20px 50%;
  background-size: auto 34px;
}
.share_contents .share_item li.li-btn a {
  background: #00b800 url(/common_new/img/com_sns_ic05.png) no-repeat 20px 50%;
  background-size: auto 34px;
}
/* ----- topicContent ----- */
.column-layout.topicContent[data-row-pc="4"] > * {
  width: calc((100% - 60px) / 4);
}
.column-layout.topicContent[data-row-pc] > * {
  margin-left: 20px;
}
.topicContent a{
  display: block;
  text-decoration: none;
}
.item-read{
  margin-top: 0.8em;
  margin-bottom: 0.3em;
  color: #333333;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}
.item-period,
.item-note,
.item-place{
  color: #595959;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
/* ----- movie-column ----- */
.movie-column {
  margin-top: 30px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * base
  ------------------------------------------------------ */
  /* ----- section ----- */
  section:nth-of-type(2n+1) {
    background-color: inherit;
  }

  /* ------------------------------------------------------
   * Main
  ------------------------------------------------------ */
  /* ----- hero-content_area ----- */
  .hero-content_area{
    margin: 0 -15px 20px;
    text-align: center;
  }
  /* ----- topicsText ----- */
  .heading-lv2 > .heading_title {
    margin: 20px 0 10px;
    border-bottom: none;
  }
  .heading-lv3 > .heading_title {
    margin: 25px 0 25px;
  }
  .topicsText .topics-period{
    font-size: 14px;
    font-size: 1.4rem;
  }
  .topicsText .topics-period span{
    font-size: 18px;
    font-size: 1.8rem;
  }
  .topicsText .topics-text{
    color: #333333;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .topicsText .topics-place{
    color: #333333;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .topics-detail{
    margin-top: 20px;
    padding-top: 20px;
    border-top: solid 1px #dddddd;
  }
  /* ----- list-description ----- */
  .list-order .list_mark {
    font-weight: bold;
  }
  /* ----- list-description ----- */
  .list-description {
    margin-top: 1em;
  }
  .list-description > dt {
    line-height: 1.4;
    font-weight: bold;
  }
  .list-description > dd {
    margin-top: 0;
    line-height: 1.4;
  }
  /* ----- list-note-order ----- */
  .list-note-order > li{
    position: relative;
    padding-left: 2.8em;
    color: #595959;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .list-note-order .list_mark {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
  }
  /* ----- text-paragraph ----- */
  .column-layout + .text-paragraph,
  .linkBtn + .text-paragraph,
  .text-catch.typeTitle {
    margin-top: 30px;
  }
  .text-catch {
    font-size: 16px !important;
    font-size: 1.6rem !important;
  }
  /* ----- linkBtn ----- */
  .linkBtn {
    width: auto;
  }
  /* ----- column-layout ----- */
  .column-layout[data-row-pc="1"] {
    margin-top: 20px;
  }
  .column-layout + .column-layout {
    margin-top: 15px;
  }
  /* ----- share_contents ----- */
  .share_contents {
    width: auto;
    margin: 35px -15px 0;
  }
  .share_contents .share-heading {
    margin-bottom: -1em;
    font-size: 14px !important;
    font-size: 1.4rem !important;
    text-align: center;
    font-weight: bold;
  }
  .share_contents .share-heading span {
    display: inline-block;
    padding: 0 20px;
    background-color: #ffffff;
  }
  .share_contents .share_item {
    display: table;
    width: 100%;
    justify-content: space-between;
    padding: 20px 15px;
    border: solid 3px #ebebeb;
    border-left: none;
    border-right: none;
  }
  .share_contents .share_item li {
    display: table-cell;
    width: 32%;
    vertical-align: middle;
  }
  .share_contents .share_item li.li-btn {
    display: table-cell;
  }
  .share_contents .share_item li + li {
    margin-left: 0;
    padding-left: 1%;
  }
  .share_contents .share_item li a {
    display: block;
    height: auto;
    padding: 15px 0 13px 50%;
    color: #ffffff;
    font-size: 13px !important;
    font-size: 1.3rem !important;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    vertical-align: middle;
  }
  .share_contents .share_item li:last-child a {
    padding-left: 40px !important;
  }
  .share_contents .share_item li.fb-btn a {
    padding-left: 40px;
    background: #4267b2 url(/common_new/img/com_sns_ic04.png) no-repeat 15px 50%;
    background-size: auto 17px;
  }
  .share_contents .share_item li.tw-btn a {
    padding-left: 40px;
    background: #1da1f2 url(/common_new/img/com_sns_ic06.png) no-repeat 10px 50%;
    background-size: auto 25px;
  }
  .share_contents .share_item li.li-btn a {
    padding: 8px 5px 7px 50px;
    background: #00b800 url(/common_new/img/com_sns_ic05.png) no-repeat 10px 50%;
    background-size: auto 25px;
  }
  /* ----- topicContent ----- */
  .column-layout.topicContent[data-row-pc="4"] > * {
    width: calc((100% - 60px) / 4);
  }
  .column-layout.topicContent[data-row-pc] > * {
    margin-left: 15px;
  }
  .column-layout.topicContent[data-row-sp="2"] > .column_item:nth-child(n+3){
    margin-top: 15px !important;
  }
  .topicContent a{
    display: block;
    text-decoration: none;
  }
  .item-read{
    margin-top: 0.8em;
    margin-bottom: 0.3em;
    color: #333333;
    font-size: 13px !important;
    font-size: 1.3rem !important;
    line-height: 1.5;
    font-weight: bold;
  }
  .item-period,
  .item-note,
  .item-place{
    color: #595959;
    font-size: 10px !important;
    font-size: 1.0rem !important;
    line-height: 1.5;
  }
  .item-period > span{
    font-size: 12px !important;
    font-size: 1.2rem !important;
  }
  .menu-column {
    margin-top: 50px;
  }
  /* ----- movie-column ----- */
  .movie-column {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .movie-column iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}
