@charset "utf-8";

/*
  File Name   : event.css
  Description : コンテンツエリア関係 他
*/

/* lay-main
============================================================ */
#event #lay-main {
  padding-bottom: 0;
}

/* -section-event-head
============================================================ */
.-section-event-head {
  padding-bottom: 100px;
}
.-section-event-head .com-section-inner {
  max-width: calc(750px + 40px);
  padding: 0 20px;
  margin: 0 auto;
}
.-section-event-head .title-wrap {
  margin-bottom: 40px;
}
.-section-event-head .title-wrap .title-en {
  font-size: 32px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  line-height: 1.4;
  letter-spacing: 5px;
}
.-section-event-head .title-wrap .title-ja {
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  margin-top: 5px;
}
.-section-event-head .event-list {
}
.-section-event-head .event-list .event-item {
  padding-top: 70px;
  margin-top: 70px;
  border-top: solid 1px #000;
}
.-section-event-head .event-list .event-item:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.-section-event-head .event-list .event-item .img-block {
  text-align: center;
}
.-section-event-head .event-list .event-item .img-block img {
  width: 100%;
}
.-section-event-head .event-list .event-item .desc-block {
  margin-top: 55px;
}
.-section-event-head .event-list .event-item .desc-block .desc-title-wrap {
  display: flex;
  align-items: flex-start;
}
.-section-event-head .event-list .event-item .desc-block .desc-title-wrap .category {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  display: block;
  min-width: 120px;
  border-radius: 5px;
  background-color: #3c3c3c;
  padding: 13px 10px;
  margin-right: 20px;
  position: relative;
  top: -5px;
}
.-section-event-head .event-list .event-item .desc-block .title {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.4;
}
.-section-event-head .event-list .event-item .desc-block .day,
.-section-event-head .event-list .event-item .desc-block .shop {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  position: relative;
  padding-left: 20px;
}
.-section-event-head .event-list .event-item .desc-block .day {
  margin-top: 30px;
}
.-section-event-head .event-list .event-item .desc-block .shop {
  margin-top: 3px;
}
.-section-event-head .event-list .event-item .desc-block .day::before,
.-section-event-head .event-list .event-item .desc-block .shop::before {
  content: "";
  position: absolute;
  left: 0;
}
.-section-event-head .event-list .event-item .desc-block .day::before {
  top: 2px;
  width: 12px;
  height: 12px;
  background: url(../img/common/icon-check-bl-A.png) 0 0 no-repeat;
  background-size: 12px auto;
}
.-section-event-head .event-list .event-item .desc-block .shop::before {
  top: 1px;
  width: 12px;
  height: 14px;
  background: url(../img/common/icon-pin-bk-A.png) 0 0 no-repeat;
  background-size: 12px auto;
}
.-section-event-head .event-list .event-item .desc-block .link {
  margin-top: 25px;
}
.-section-event-head .event-list .event-item .desc-block .link a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: #14648c;
  text-decoration: underline;
}
.-section-event-head .event-list .event-item .desc-block .link a:hover {
  text-decoration: none;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .-section-event-head {
    padding-bottom: 50px;
  }
  .-section-event-head .event-list .event-item .desc-block .desc-title-wrap {
    display: block;
  }
  .-section-event-head .event-list .event-item .desc-block .desc-title-wrap .category {
    margin-right: 0;
    display: inline-block;
    margin-bottom: 5px;
  }
  .-section-event-head .event-list .event-item .desc-block .desc-title-wrap .title {
    font-size: 20px;
  }
}

/* -section-event-body
============================================================ */
.-section-event-body {
  padding: 60px 0 60px;
  background-color: #fff;
}
.-section-event-body .event-body {
  max-width: 750px;
  margin: 0 auto;
}
.-section-event-body .event-body .com-detail-btn-wrap {
  text-align: left;
  margin-top: 50px;
}
.-section-event-body .event-body .event-body-title {
  font-size: 23px;
  font-weight: 500;
  margin: 20px 0 45px;
}
.-section-event-body .event-body iframe {
  width: 100%;
  height: 560px;
}
.-section-event-body .bottom-link {
  text-align: center;
  margin-top: 60px;
}
.-section-event-body .bottom-link a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: #14648c;
  text-decoration: underline;
}
.-section-event-body .bottom-link a:hover {
  text-decoration: none;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .-section-event-body .event-body iframe {
    height: 300px;
  }
}

/* -section-bottom-btn-area
============================================================ */
.-section-bottom-btn-area {
  text-align: center;
  background-color: #fff;
  padding: 60px 0 70px;
}
.-section-bottom-btn-area .com-detail-btn-wrap {
  margin-top: 0;
}
.-section-bottom-btn-area .com-detail-btn-wrap a {
}
.-section-bottom-btn-area .com-detail-btn-wrap span {
  display: block;
}
.-section-bottom-btn-area .com-detail-btn-wrap .text-A {
  font-size: 15px;
}
.-section-bottom-btn-area .com-detail-btn-wrap .text-B {
  font-size: 12px;
  margin-top: 10px;
}
.-section-bottom-btn-area .link {
  margin-top: 50px;
}
.-section-bottom-btn-area .link a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: #14648c;
  text-decoration: underline;
}
.-section-bottom-btn-area .link a:hover {
  text-decoration: none;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .-section-bottom-btn-area {
  }
}

/* hoge
============================================================ */
.hoge {
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .hoge {
  }
}


