@charset "utf-8";

/*
  File Name   : info.css
  Description : コンテンツエリア関係 他
*/

/* parts-section-info
============================================================ */
/* .parts-section-info > * {
  width: 960px;
  margin: 0 auto;
} */

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .hoge {
  }
}

/* hoge
============================================================ */
.hoge {
}

/*** panel layout ***/
.mod-panel-layout {
  display: table;
  width: 100%;
  /* overflow: hidden; */
  table-layout: fixed;
  word-spacing: -.4em;
  display: block\9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-panel-layout .panel-layout-child,
.mod-panel-layout > article,
.mod-panel-layout > figure,
.mod-panel-layout > li,
.mod-panel-layout > div,
.mod-panel-layout > p,
.mod-panel-layout > section {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
  word-spacing: normal;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}

main li,
main ol,
main ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
}

/*** clearfix ***/
.mod-clearfix:before,
.mod-clearfix:after {
  content: " ";
  display: table;
}
.mod-clearfix:after {
  clear: both;
}

/*** align ***/
.mod-align_r {
  text-align: right !important;
}
.mod-align_c {
  text-align: center !important;
}
.mod-align_l {
  text-align: left !important;
}
.mod-justify {
  text-align: justify;
}

/*
============================================================ */
/* breadcrumbs
============================================================ */
.lay-breadcrumbs-list {
  width: 960px;
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.lay-breadcrumbs-list li {
  position: relative;
  color: #fff;
}
.lay-breadcrumbs-list li:after {
  content: ">";
  margin: 0 5px 0 5px;
}
.lay-breadcrumbs-list li:last-child:after {
  display: none;
}
.lay-breadcrumbs-list li a {
  text-decoration: underline;
  color: #fff;
}
.lay-breadcrumbs-list li a:hover {
  text-decoration: none;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1020px) {
  .lay-breadcrumbs-list {
    width: 100%;
    left: 10px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    padding: 0 10px 0 0;
    box-sizing: border-box;
  }
  .lay-breadcrumbs-list li,
  .lay-breadcrumbs-list li a {
    font-size: 11px;
  }
}

/*
============================================================ */
/* container
============================================================ */
#lay-container {
  width: 100%;
  text-align: left;
  padding: 0 0 0;
}

/* section
============================================================ */
.com-section-inner {
  width: 960px;
  margin: 0 auto;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .com-section-inner {
    width: 100%;
  }
}

/* section KV
============================================================ */
.com-section-kv,
.com-section-sub-kv {
  width: 100%;
  height: 400px;
  background-color: #eee;
  position: relative;
  margin: 0 0 30px;
}
.com-section-sub-kv {
  height: auto;
  padding: 80px 20px;
  box-sizing: border-box;
  background-color: #ddd;
}
.com-page-title-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}
.com-page-title-wrap > * {
  color: #fff;
  text-align: center;
}
.com-section-sub-kv .com-page-title-wrap > * {
  color: #111;
}
.com-page-title-wrap .com-page-title-lang-jp {
  font-size: 30px;
  font-weight: bold;
}
.com-page-title-wrap .com-page-title-lang-en {
  font-size: 15px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  margin: 10px 0 0;
}
.com-section-kv-main-img-block {
  position: relative;
}
.com-section-kv-main-img {
  height: 400px;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.com-section-kv-main-img-block:after {
  content: "";
  width: 100%;
  height: 400px;
  display: block;
  position: absolute;
  top: 0;
  background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.1) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0.1) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1a000000',GradientType=0 );
}
.com-section-sub-kv .lay-breadcrumbs-list li,
.com-section-sub-kv .lay-breadcrumbs-list li a {
  color: #111;
}
/* ヘッダー高さ：低い */
.gradation-low,
.gradation-low .com-section-kv-main-img-block:after,
.gradation-low .com-section-kv-main-img {
  height: 200px;
}
.gradation-low .com-title-page-main {
  font-size: 40px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .com-section-kv,
  .com-section-kv-main-img,
  .com-section-kv-main-img-block:after {
    height: 200px;
  }
  .com-page-title-wrap .com-page-title-lang-jp {
    font-size: 20px;
  }
  .com-page-title-wrap .com-page-title-lang-en {
    font-size: 12px;
  }
  /* ヘッダー高さ：低い */
  .gradation-low,
  .gradation-low .com-section-kv-main-img-block:after,
  .gradation-low .com-section-kv-main-img {
    height: 100px;
  }
  .gradation-low .com-title-page-main {
    font-size: 40px;
  }
}
/* paging
============================================================ */
.com-paging-wrap {
  position: relative;
  text-align: center;
  margin: 60px auto 60px;
}
.com-paging-wrap .com-paging ul {
  overflow: visible;
}
.com-paging-wrap .com-paging ul li {
  margin: 0 2.5px 0;
  /* border: solid 1px #eaeaea; */
  position: relative;
  width: 40px;
  height: 40px;
  text-align: center;
}
.com-paging-wrap .com-paging ul li a,
.com-paging-wrap .com-paging ul li span {
  font-size: 13px;
  color: #666;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  background-color: #eee;
}
.com-paging-wrap .com-paging ul li span {
  font-weight: bold;
  color: #fff !important;
  background-color: #888;
}
.com-paging-wrap .com-paging ul li.prev,
.com-paging-wrap .com-paging ul li.next {
  margin: 0 2.5px 0;
  /* border: solid 1px #eaeaea; */
  position: relative;
}
.com-paging-wrap .com-paging ul li:last-child {
  margin-right: 0;
}
.com-paging-wrap .com-paging ul li.prev:before,
.com-paging-wrap .com-paging ul li.next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  pointer-events: none;
}
.com-paging-wrap .com-paging ul li.prev:before {
  border-bottom: 2px solid #666;
  border-left: 2px solid #666;
  border-top: none;
  border-right: none;
}

/* section-info
============================================================ */
.parts-section-info {
  padding: 40px 0 0;
}
.parts-section-info .main-title {
  font-size: 30px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  line-height: 1;
  margin: 0 0 36px;
  color: #a82d42;
  text-align: center;
  letter-spacing: 2px;
}
.parts-section-info .info-body > * {
  padding: 26px 0 26px;
}
.parts-section-info .info-body-wrap {
  border-top: solid 1px #ccc;
}
.parts-section-info .info-body {
  width: 100%;
  border-bottom: solid 1px #ccc;
}
.parts-section-info .info-date {
  width: 15%;
  float: left;
  display: block;
  font-size: 15px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}
.parts-section-info .info-caption {
  width: 85%;
  display: block;
  float: left;
}
.parts-section-info .info-caption span,
.parts-section-info .info-caption a {
  font-size: 15px;
  font-weight: normal;
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
}
#infos .parts-section-info .info-caption span {
  overflow: visible;
  white-space: normal;
  text-overflow: clip;
}
.parts-section-info .info-caption a {
  text-decoration: underline;
}
.parts-section-info .info-caption a:hover {
  text-decoration: none;
  color: #a82d42;
}
.parts-section-info .btn-block {
  margin: 60px 0 0;
}
.parts-section-info .btn-block a {
  display: block;
  background-color: #a82d42;
  border: solid 2px #a82d42;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 320px;
  margin: 0 auto;
  padding: 10px 20px 10px;
  position: relative;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.parts-section-info .btn-block a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  right: auto;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.parts-section-info .btn-block a:hover {
  text-decoration: none;
  background-color: #fff;
  color: #a82d42;
}
.parts-section-info .btn-block a:hover:after {
  border-color: #a82d42;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .parts-section-info {
    padding: 0 10px;
  }
  .parts-section-info .info-date {
    width: 15%;
  }
  .parts-section-info .info-caption {
    width: 70%;
    float: right;
  }
  .parts-section-info .main-title {
    font-size: 24px;
    margin: 0 0 20px;
  }
  .parts-section-info .info-body > * {
    padding: 10px 10px 10px;
  }
  .parts-section-info .info-date {
    width: 100%;
    float: none;
    font-size: 13px;
    padding-bottom: 0;
  }
  .parts-section-info .info-caption {
    width: 95%;
    float: none;
  }
  .parts-section-info .info-caption a {
    font-size: 13px;
  }
  .parts-section-info .info-caption a:hover {
    text-decoration: none;
    color: inherit;
  }
  .parts-section-info .btn-block {
    margin: 20px 0 0;
  }
  .parts-section-info .btn-block a {
    font-size: 15px;
    width: 100%;
  }
  .parts-section-info .btn-block a:hover {
    text-decoration: none;
    background-color: inherit;
    color: inherit;
  }
  .parts-section-info .btn-block a:hover:after {
    border-color: inherit;
  }
}

/* detail
============================================================ */
.info-category-wrap {
  padding: 0 0 0;
}
.info-category-item li {
  margin: 0 10px 10px 0;
}
.info-category-item img {
  max-height: 24px;
  vertical-align: top;
}
.info-category-item li span {
  display: block;
  width: auto !important;
  padding: 6px 10px;
  font-size: 12px !important;
  line-height: 1;
  color: #fff;
  background-color: #aaa;
}
.info-title {
  padding: 0 0 10px;
  border-bottom: solid 1px #ccc;
}
.info-title .title {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 10px;
  line-height: 1.4;
}
.info-title .day {
  font-size: 16px;
  font-weight: bold;
  color: #888;
}
/* editor layout */
.edt-L-img-R-text,
.edt-L-text-R-img,
.edt-C-img,
.edt-C-text,
.edt-free {
  margin: 0 0 20px;
}
.edt-L-img-R-text .img-block,
.edt-L-text-R-img .img-block {
  width: 40%;
  float: left;
  text-align: center;
}
.edt-C-img .img-block {
  text-align: center;
}
.edt-C-img-text .img-block img,
.edt-L-img-R-text .img-block img,
.edt-L-text-R-img .img-block img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.edt-L-text-R-img .img-block {
  float: right;
}
.edt-L-img-R-text .text-block,
.edt-L-text-R-img .text-block {
  box-sizing: border-box;
  width: 60%;
  float: right;
  padding-left: 20px;
}
.edt-L-text-R-img .text-block {
  float: left;
  padding-left: 0;
  padding-right: 20px;
}
.edt-C-img-text .title,
.edt-C-text .title,
.edt-L-img-R-text .title,
.edt-L-text-R-img .title {
  font-size: 16px;
  font-weight: bold;
  color: #ddd;
  margin: 0 0 10px;
  line-height: 1.6;
}
.edt-C-img-text .img-block {
  margin: 0 0 10px;
  text-align: center;
}
.edt-C-img img,
.edt-C-text img,
.edt-free img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .info-title {
    padding: 0 0 20px;
    margin: 0 0 10px;
  }
  .info-title .title {
    font-size: 18px;
  }
  .info-title .day {
    font-size: 14px;
  }
  /* editor layout */
  .edt-L-img-R-text,
  .edt-L-text-R-img,
  .edt-C-img,
  .edt-C-text,
  .edt-free {
    margin: 0 0 10px;
  }
  .edt-C-img img,
  .edt-C-text img,
  .edt-free img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .edt-L-img-R-text .img-block,
  .edt-L-text-R-img .img-block {
    width: 100%;
    float: none;
    margin: 0 0 10px;
  }
  .edt-L-text-R-img .img-block {
    float: none;
  }
  .edt-L-img-R-text .text-block,
  .edt-L-text-R-img .text-block {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .edt-L-text-R-img .text-block {
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
  .edt-C-text .title,
  .edt-L-img-R-text .title,
  .edt-L-text-R-img .title {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .edt-L-img-R-text iframe,
  .edt-L-text-R-img iframe,
  .edt-C-img iframe,
  .edt-C-text iframe,
  .edt-free iframe {
    width: 100%;
    height: auto;
    min-height: 220px;
  }
}
