@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
.sp_none {
  display: inline-block;
}

.pc_none {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
  .pc_none {
    display: inline-block;
  }
}

.contents {
  font-size: 16px;
}

.contents * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contents .page-subttl {
  background: #333333;
  padding: 10px 20px 10px 20px;
  margin: 0 0 20px 0;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.contents .cts-child-item:not(:last-child) {
  margin-bottom: 50px;
}

.contents .cts-child-item-ttl {
  border-bottom: 5px solid #bccbd3;
  padding: 0 0 5px 0;
  margin: 0 0 40px 0;
  font-size: 20px;
  background: #fff;
  color: #333;
}

@media screen and (min-width: 768px) {
  .contents a[href^="tel:"] {
    pointer-events: none !important;
    cursor: default !important;
  }
}

.cts-article-ttl {
  background: #333333;
  padding: 10px 20px 10px 20px;
  color: #fff;
  display: block;
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin: 0 auto 40px;
}

/*====== アンカーリンク =============================================*/
.anchor_link {
  position: relative;
  top: -150px;
  display: block;
}

@media screen and (max-width: 768px) {
  .anchor_link {
    top: -100px;
  }
}

/*====== BOTTOM LINK =============================================*/
.btn-bottom-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95%;
  max-width: 810px;
  border: 2px solid #000;
  margin: 100px auto;
}

.btn-bottom-link-head {
  width: 45%;
}

.btn-bottom-link-body {
  width: 55%;
  position: relative;
  padding: 0 50px;
}

.btn-bottom-link-body::after {
  content: "";
  display: block;
  position: absolute;
  background: url("../img/bottom-link/arw.gif") no-repeat top left;
  background-size: contain;
  width: 26px;
  height: 80px;
  right: 20px;
  top: calc(50% - 40px);
}

.btn-bottom-link .ttl-en {
  display: inline-block;
}

.btn-bottom-link .ttl-ja {
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #000;
  font-weight: bold;
  margin-top: 20px;
}

.btn-bottom-link:hover {
  text-decoration: none;
}

@media screen and (max-width: 1150px) {
  .btn-bottom-link-body {
    padding: 0 4%;
  }
  .btn-bottom-link .ttl-en img {
    height: 7vw;
  }
  .btn-bottom-link .ttl-ja {
    font-size: 18px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 620px) {
  .btn-bottom-link {
    display: block;
    width: 92%;
  }
  .btn-bottom-link-head {
    width: 100%;
  }
  .btn-bottom-link-head img {
    width: 100%;
  }
  .btn-bottom-link-body {
    width: 100%;
    padding: 20px 4%;
  }
  .btn-bottom-link-body::after {
    width: 16px;
    height: 50px;
    top: calc(50% - 25px);
    right: 4%;
  }
}

/*====== 来店予約をする（SHOWROOM/MODELHOUSE） =============================================*/
.btn-show_model-reserve {
  display: block;
  max-width: 540px;
  width: 92%;
  margin: 100px auto;
  border: 2px solid #000;
  background: #f9ae15;
  padding: 40px 0;
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.2em;
  font-weight: bold;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  color: #000;
}

.btn-show_model-reserve::after {
  content: ">";
  position: absolute;
  right: 20px;
}

.btn-show_model-reserve:hover {
  text-decoration: none;
  background: #000;
  color: #fff;
}

/*====== 一覧へ戻るボタン =============================================*/
.btn-backlist {
  display: block;
  max-width: 330px;
  width: 92%;
  margin: 0 auto 100px;
  text-align: center;
  letter-spacing: 0.05em;
  border: 1px solid #333;
  padding: 10px 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.btn-backlist:hover {
  text-decoration: none;
  background: #efefef;
}

/*==========================================
こちらの記事もおすすめです
===========================================*/
.recommend-block-ttl {
  font-size: 28px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 auto 60px;
}

@media screen and (max-width: 767px) {
  .recommend-block-ttl {
    font-size: 26px;
  }
}

@media screen and (max-width: 620px) {
  .recommend-block-ttl {
    font-size: 22px;
    letter-spacing: normal;
    margin: 0 auto 40px;
  }
}

/*==========================================
関連記事
===========================================*/
.related-block-ttl {
  background: #d7d7d7;
  padding: 10px;
  margin: 0 0 60px 0;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.btn-formB {
  display: block;
  background: #000;
  color: #fff;
  padding: 40px 0;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.2em;
  max-width: 600px;
  width: 100%;
  margin: 80px auto 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.btn-formB:hover {
  text-decoration: none;
  color: #fff;
  opacity: .7;
}

.engage-movie #engage-contributions-widget-wrapper {
  margin: 100px auto;
  max-width: 500px;
}

.editor-style p {
  line-height: 2;
}

.editor-style p:not(:last-child) {
  margin-bottom: 1em;
}

.editor-style a {
  color: #000;
  text-decoration: underline !important;
}

.editor-style a img {
  -webkit-transition: .3s;
  transition: .3s;
}

.editor-style a:hover {
  text-decoration: none !important;
}

.editor-style a:hover img {
  opacity: 0.7;
}

.editor-style h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  margin: 1em 0 1.5em;
  border-left: 5px solid #000;
  padding: 0.2em 0 0.2em 0.5em;
}

.editor-style h3 {
  line-height: 1.4;
  font-size: 22px;
  font-weight: bold;
  margin: 1em 0 1em;
  background-color: transparent;
  color: #333;
  padding: 0;
}

.editor-style ul {
  margin: 1em 0;
}

.editor-style ul li {
  position: relative;
  padding: 0 0 0 1em;
}

.editor-style ul li:not(:last-child) {
  margin-bottom: 0.7em;
}

.editor-style ul li::before {
  top: 0.6em;
  left: 0;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
  position: absolute;
}

.editor-style ol {
  list-style-type: decimal;
  margin: 1em 0 1em 1em;
  padding: 0;
}

.editor-style ol li {
  padding: 0;
}

.editor-style ol li:not(:last-child) {
  margin-bottom: 0.7em;
}

@media screen and (max-width: 768px) {
  .editor-style h2 {
    font-size: 22px;
  }
  .editor-style h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 620px) {
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
}

.format-area .format-txt {
  font-size: 16px;
  line-height: 2;
}

.format-area .format-txt p:not(:last-child) {
  margin-bottom: 1em;
}

.format-area .format-img {
  font-size: 0;
  text-align: center;
}

.format-area .img-caption {
  font-size: 14px;
  margin-top: 10px;
  text-align: left;
}

.format-area .format-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.format-area .format01 {
  margin: 60px auto;
}

.format-area .format02 {
  margin: 60px auto;
}

.format-area .format03 {
  margin: 60px auto;
}

.format-area .format04 {
  margin: 60px auto;
}

.format-area .format05 {
  margin: 60px auto;
}

.format-area .format06 {
  margin: 60px auto;
}

.format-area .format07 {
  margin: 60px auto;
}

.format-area .format08 {
  margin: 60px auto;
}

.format-area .format09 {
  margin: 60px auto;
}

.format-area .format01 .ttl-lrg {
  font-size: 28px;
  text-align: center;
  font-weight: 400;
  line-height: 1.4;
}

.format-area .format01 .ttl-lrg::after {
  content: "";
  width: 100%;
  max-width: 90px;
  height: 3px;
  background: #000;
  display: block;
  margin: 30px auto 0;
}

.format-area .format02 .ttl-mid {
  line-height: 1.4;
  font-size: 24px;
  font-weight: bold;
  background: #fff;
  color: #000;
  padding: 0;
  margin: 0;
}

.format-area .format07 .format-img {
  width: 48%;
}

.format-area .format08 .format-img {
  width: 32%;
}

@media screen and (min-width: 768px) {
  .format-area .format-rowPC {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .format-area .format-rowPC .head, .format-area .format-rowPC .body {
    width: 48%;
  }
  .format-area .format05 .format-rowPC {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (max-width: 767px) {
  .format-area .format-rowPC .head {
    margin-bottom: 25px;
  }
  .format-area .format01 .ttl-lrg {
    font-size: 24px;
  }
  .format-area .format02 .ttl-mid {
    font-size: 22px;
  }
  .format-area .format08 .format-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .format-area .format08 .format-img {
    width: 48%;
  }
  .format-area .format08 .format-img:last-child {
    width: 100%;
    margin-top: 25px;
  }
}

@media screen and (max-width: 620px) {
  .format-area .format01 {
    margin: 40px auto;
  }
  .format-area .format02 {
    margin: 40px auto;
  }
  .format-area .format03 {
    margin: 40px auto;
  }
  .format-area .format04 {
    margin: 40px auto;
  }
  .format-area .format05 {
    margin: 40px auto;
  }
  .format-area .format06 {
    margin: 40px auto;
  }
  .format-area .format07 {
    margin: 40px auto;
  }
  .format-area .format08 {
    margin: 40px auto;
  }
  .format-area .format09 {
    margin: 40px auto;
  }
  .format-area .format01 .ttl-lrg {
    font-size: 22px;
  }
  .format-area .format02 .ttl-mid {
    font-size: 18px;
  }
  .format-area .format02 .ttl-mid::before {
    width: 60%;
  }
  .format-area .format09 iframe {
    height: 320px;
  }
}

/*==========================================
event.scss
===========================================*/
.pagetitlewrap {
  background: url("../img/pagetitle/bg_information.png") no-repeat top center;
  padding: 260px 0 40px 0;
}

/*==========================================
一覧
===========================================*/
.event-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.event-nav li {
  max-width: 230px;
  width: 23%;
}

.event-nav li:not(:last-child) {
  margin-right: 30px;
}

.event-nav a {
  display: block;
  border: 2px solid #000;
  border-bottom-width: 4px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1em;
  padding: 7px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.event-nav a:hover, .event-nav a.current {
  text-decoration: none;
  background: #000;
  color: #fff;
}

@media screen and (max-width: 1150px) {
  .event-nav li:not(:last-child) {
    margin-right: 15px;
  }
  .event-nav a {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .event-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .event-nav li {
    max-width: none;
    width: 48%;
  }
  .event-nav li:not(:last-child) {
    margin-right: inherit;
  }
  .event-nav li:nth-child(n + 2) {
    margin-bottom: 10px;
  }
}

.event-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 80px auto 0;
}

.event-item {
  width: 48%;
  margin-bottom: 80px;
}

.event-item a {
  display: block;
}

.event-item-img {
  text-align: center;
  padding: 7px;
  -webkit-box-shadow: 0px 2px 8px 0px #bdbdbd;
          box-shadow: 0px 2px 8px 0px #bdbdbd;
  overflow: hidden;
}

.event-item-img img {
  width: 100%;
  height: 335px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.event-item-ttl {
  margin: 25px 0 0;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  position: relative;
  overflow: hidden;
  height: 2.8em;
}

.event-item-ttl::before, .event-item-ttl::after {
  position: absolute;
  background: #fff;
}

.event-item-ttl::before {
  content: "...";
  bottom: 0;
  right: 0;
  padding: 0 0.2em;
}

.event-item-ttl::after {
  content: "";
  height: 100%;
  width: 100%;
}

.event-item-data {
  margin: 25px auto 0;
}

.event-item-data .data-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.event-item-data .data-item:not(:last-child) {
  margin-bottom: 15px;
}

.event-item-data .data-item dt {
  background: #eee;
  min-width: 70px;
  padding: 7px 0;
  text-align: center;
}

.event-item-data .data-item dd {
  width: 100%;
  padding: 0 0 0 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.event-item a:hover {
  text-decoration: none;
  color: #333;
}

.event-item a:hover .event-item-img img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

@media screen and (max-width: 1150px) {
  .event-item-img img {
    height: 30vw;
  }
}

@media screen and (max-width: 620px) {
  .event-item-ttl {
    font-size: 18px;
  }
  .event-item-data .data-item {
    display: block;
  }
  .event-item-data .data-item dt {
    padding: 3px 0;
  }
  .event-item-data .data-item dd {
    padding: 10px 0 0;
  }
}

.pager {
  margin-bottom: 100px;
}

/*==========================================
詳細
===========================================*/
.cts-article-ttl {
  margin-bottom: 25px;
}

.event-article-date {
  text-align: right;
}

.event-article-data {
  margin: 15px auto 60px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.event-article-data .data-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 0;
}

.event-article-data .data-item:not(:last-child) {
  border-bottom: 1px dotted #ccc;
}

.event-article-data .data-item dt {
  background: #eee;
  text-align: center;
  min-width: 105px;
  line-height: 40px;
  height: 40px;
}

.event-article-data .data-item dd {
  width: 100%;
  padding: 7px 0 0 2em;
}

@media screen and (max-width: 620px) {
  .event-article-data .data-item {
    display: block;
  }
  .event-article-data .data-item dd {
    padding: 15px 0 0;
  }
}

.btn-evententry {
  display: block;
  max-width: 710px;
  width: 100%;
  margin: 100px auto;
  background: #333;
  color: #fff;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.1em;
  padding: 40px 0;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-evententry::after {
  content: ">";
  position: absolute;
  right: 20px;
}

.btn-evententry:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.7;
}

.related-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}

.related-item {
  width: 22%;
  max-width: 160px;
  margin: 0 3% 60px;
}

.related-item-img {
  padding: 7px;
  margin: 0 0 10px 0;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0px 2px 8px 0px #bdbdbd;
          box-shadow: 0px 2px 8px 0px #bdbdbd;
}

.related-item-img img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media screen and (min-width: 621px) {
  .related-list::before {
    content: "";
    display: block;
    width: 22%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .related-list::after {
    content: "";
    display: block;
    width: 22%;
  }
}

@media screen and (max-width: 1150px) {
  .related-list {
    max-width: 790px;
  }
  .related-item {
    margin: 0 0 60px;
  }
}

@media screen and (max-width: 767px) {
  .related-item-img img {
    height: 18vw;
  }
}

@media screen and (max-width: 620px) {
  .related-item {
    max-width: none;
    width: 48%;
    margin-bottom: 40px;
  }
  .related-item-img img {
    height: 40vw;
  }
}

.event-template-default .editor-style .main {
  float: none;
  width: 100%;
}

.event-table {
  width: 100%;
  border-collapse: collapse;
}

.event-table_head {
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 767px) {
  .event-table_head {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.event-table_ttl {
  padding: clamp(8px, 2.5vw, 20px) clamp(12px, 3.75vw, 30px);
  background: #f5f5f5;
  border: 1px solid #000;
}

.event-table_desc {
  padding: clamp(8px, 2.5vw, 20px) clamp(12px, 3.75vw, 30px);
  border: 1px solid #000;
}

@media (max-width: 640px) {
  .event-table_ttl {
    display: block;
  }
  .event-table_desc {
    display: block;
    border-width: 0 1px;
  }
  .event-table_row:last-child .event-table_desc {
    border-width: 0 1px 1px 1px;
  }
}

iframe {
  max-width: 100%;
}

@media (max-width: 767px) {
  .format-area .format-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .format-area .format-row .format-img {
    width: 100%;
  }
  .format-area .format-row .format-img + .format-img {
    margin-top: 20px;
  }
}
/*# sourceMappingURL=event.css.map */