@charset "UTF-8";

.icatchWrap .thumb .img1 {
  background-image: url(../../img/event/img_event_pc_01.jpg);
}

/* ページ下リードコピー */

.pagecopy {
  color: #1D211E;
  font-size: 25px;
  letter-spacing: 0;
  text-align: center;
  margin-top: 60px;
}

.archive_event .pagecopy {
  font-size: 14px;
  white-space: nowrap;
}

.singleInner {
  padding-bottom: 105px;
}

/* カテゴリ一覧 */

.categoryArea {
  margin-top: 50px;
}

.categoryList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* .categoryListItem.isCurrent {
  pointer-events: none;
} */

.categoryListItem.isCurrent a {
  background-color: #5B5E62;
  border-color: #5B5E62;
  color: #fff;
}

.categoryListItem a {
  font-size: 16px;
  height: 50px;
}
.categoryListItem a.w_btn01.type6 {
  color: #4e4e4e;
  background-color: #EAEAEA;
  border-color: #EAEAEA;
}

/* 投稿一覧 */

.eventListWrap {
  padding: 90px 0 85px 0;
  background-color: #e8e8e8;
  margin-top: 40px;
}

.eventListItem {
  background-color: #fff;
  position: relative;
  margin-top: 80px;
}

.eventListItem:first-child {
  margin-top: 0;
}

.eventListItem.closed .postReadButton {
  position: relative;
  z-index: 200;
}

.eventListItem .closedText {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
}

.eventListItem .closedText a {
  pointer-events: none;
}

.eventListItem .thumbnail {
  position: relative;
}

.eventListItem .thumbnail .photo {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 450px;
  height: 450px;
  /* height: 100%; */
}

.eventListItem .contents {
  padding: 43px 35px 0 43px;
}

.eventListItem .contentsHeader {
  border-bottom: 1px solid #707070;
  display: flex;
  align-items: center;
}

.eventListItem .category {
  background-color: #5B5E62;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 209px;
  height: 56px;
  z-index: 300;
}

.eventListItem .date {
  color: #1D211E;
  font-size: 18px;
  letter-spacing: 0;
}

.eventListItem .title {
  font-size: 20px;
  line-height: 1.8;
  margin-top: 15px;
}

.eventListItem .place {
  color: #1D211E;
  font-size: 18px;
  display: flex;
  margin-top: 15px;
}

.eventListItem .placeTitle {
  padding-left: 30px;
  position: relative;
  width: 170px;
}

.eventListItem .placeTitle:before {
  content: "";
  background-image: url(../../img/common/ico_pin01.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 16px;
  height: 24px;
  position: absolute;
  top: 3px;
  left: 2px;
}

.eventListItem .placeTitle:after {
  content: "：";
  display: inline;
}

.eventListItem .placeText {
  width: 100%;
}

.eventListItem .buttonList {
  display: flex;
  justify-content: space-between;
}

.eventListItem .buttonList .postReadButton a {
  background-color: #C4C4C4;
  border: none;
}
.eventListItem .buttonList .formMoreButton a {
  background-color: #999;
  border: none;
}

.moreButton {
  margin-top: 130px;
}

.moreButton a {
  font-size: 15px;
  font-weight: 500;
  width: 300px;
  height: 53px;
}

.accessAddress {
  font-size: 18px;
  text-align: center;
  line-height: 1.333;
  margin-top: 10px;
}

.accessNavi {
  padding: 10px;
  background-color: #fff;
  font-size: 16px;
  color: #1D211E;
  margin-top: 15px;
}

.accessNaviText:before {
  content: "";
  background-color: #1D211E;
  display: block;
  width: 1px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  margin: auto;
}

@media all and (min-width: 681px) {
  .categoryListItem a.w_btn01.type6:hover,.categoryListItem  a:hover .w_btn01.type6 {
      color: #fff;
      background-color: #5B5E62;
      border-color: #5B5E62;
  }

  .eventListItem .buttonList .postReadButton a:hover,
  .eventListItem .buttonList .formMoreButton a:hover {
    background-color: #5B5E62;
    border: none;
    color: #fff;
  }
  .eventListItem .buttonList .postReadButton a:hover::after,
  .eventListItem .buttonList .formMoreButton a:hover::after {
    border-color: #fff;
  }

  .categoryListItem {
    margin-left: 30px;
  }
  .categoryListItem:first-child,
  .categoryListItem:nth-child(5n + 1) {
    margin-left: 0;
  }
  .categoryListItem a {
    width: 216px;
  }
  .eventListItem {
    display: flex;
  }
  .eventListItem .contents {
    width: 751px;
  }
  .eventListItem .date {
    margin-left: 15px;
  }
  .eventListItem .buttonList {
    margin-top: 16px;
  }
  .eventListItem .buttonListItem a {
    font-size: 14px;
    width: 330px;
    height: 52px;
  }
}
@media all and (max-width: 680px) {
  .pagecopy {
    margin-top: 105px;
    padding: 0 38px;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0.05em;
    text-align: left;
  }
  .archive_event .pagecopy {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
    white-space: normal;
  }
  .categoryArea {
    margin-top: 30px;
  }
  .categoryList {
    justify-content: space-between;
    margin-left: 12px;
    margin-right: 12px;
  }
  .categoryListItem {
    width: 48.5%;
    margin-top: 12px;
  }
  .categoryListItem a {
    font-size: 14px;
    /* color: #fff !important; */
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    height: 40px;
  }
  .categoryListItem:first-child {
    width: 100%;
    margin-top: 0;
  }
  .eventListWrap {
    padding: 35px 0 40px 0;
    margin-top: 40px;
  }
  .eventList {
    margin-left: 12px;
    margin-right: 12px;
  }

  .eventListItem .contentsHeader.contentsHeaderFlex {
    display: flex;
    align-items: start;
    flex-direction: column;
    margin-top: 15px;
  }

  .eventListItem .category.noabsolute {
    position: static;
  }

  .eventListItem {
    padding: 15px;
    margin-top: 30px;
  }

  .eventListItem .date.dateSp {
    padding: 7px 0 10px 1px;
  }
  .eventListItem .closedText {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }
  .eventListItem .thumbnail {
    position: relative;
  }
  .eventListItem .thumbnail .link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 40;
  }
  .eventListItem .thumbnail .photo {
    width: 100%;
    height: 85.6vw;
    /* height: 65.625vw; */
  }
  .eventListItem .contents {
    padding: 0;
  }
  .eventListItem .category {
    font-size: 14px;
    width: 160px;
    height: 35px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .eventListItem .title {
    color: #4e4e4e;
    font-size: 15px;
    line-height: 1.733;
    margin-top: 7px;
  }
  .eventListItem .date {
    padding: 10px 0;
    font-size: 14px;
  }
  .eventListItem .place {
    font-size: 14px;
  }
  .eventListItem .placeTitle {
    padding-left: 20px;
  }
  .eventListItem .placeTitle:before {
    width: 10px;
    height: 15px;
  }
  .eventListItem .buttonList {
    margin-top: 10px;
  }
  .eventListItem .buttonListItem {
    width: 50%;
  }
  .eventListItem .buttonListItem a {
    padding: 12px 0;
    font-size: 12px;
    text-align: center;
    line-height: 1.166;
    width: 100%;
    height: auto;
    display: block;
  }
  .moreButton {
    margin-top: 40px;
  }
  .moreButton a {
    font-size: 13px;
    width: 230px;
    height: 40px;
  }
}
@media all and (max-width: 370px) {
  .categoryListItem {
    font-size: 12px;
  }
}

/* 詳細ページ
***************************************************************/

.singleTitleComment{
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

.singleTitleComment + .singleTitleArea{
  margin-top: 20px;
}

.singleHeader {
  padding: 40px 0;
  background-color: #e8e8e8;
}

.singleCategory {
  padding-left: 10px;
  padding-right: 10px;
  background-color: #5B5E62;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.singleTitle {
  padding: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  width: 100%;
}

.singleData {
  margin-top: 20px;
}

.singleData dl {
  display: flex;
}
.singleData dt:after {
  content: "：";
}

.formButton {
  margin-top: 40px;
}

.formButton.type2 {
  margin-top: 90px;
}

/* worksベースの記事コンテンツ */

.singleContents {
  margin-top: 30px;
}

.singleContents .title {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.84;
}

.singleContents .text {
  font-size: 16px;
  line-height: 2.125;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 18px;
}

.singleContents .caption {
  font-size: 14px;
  line-height: 1.714;
  letter-spacing: 0;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 10px;
}

.singleContents .image {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* /worksベースの記事コンテンツ ここまで */

.pointAreaWrap {
  margin-top: 150px;
}

.pointArea {
  padding: 100px 40px 60px 50px;
  background-color: #e8e8e8;
  color: #1D211E;
  position: relative;
  margin-top: 90px;
}

.pointArea:first-child {
  margin-top: 0;
}

.pointTitle {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
}

.pointTitle .ico {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 108px;
  height: 66px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}

.pointArea.type2 .pointTitle .ico {
  width: 101px;
  height: 55px;
}

.pointListItem {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.312;
  letter-spacing: 0;
  padding-left: 50px;
  padding-bottom: 7px;
  border-bottom: 1px dotted #1D211E;
  position: relative;
  margin-top: 30px;
}

.pointListItem:first-child {
  margin-top: 0;
}

.pointListItem:before {
  content: "";
  background-color: #e8e8e8;
  background-image: url(../../img/common/ico_human01.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 33px;
  height: 38px;
  position: absolute;
  left: 0;
  bottom: -5px;
}

.pointArea.type2 .pointListItem:before {
  background-image: url(../../img/common/ico_hukidashi01.svg);
  width: 31px;
  height: 37px;
}

.access {
  background-color: #e8e8e8;
  padding: 40px 0;
  margin-top: 100px;
}

.accessTitle {
  font-size: 35px;
  text-align: center;
}

.accessTitle .eng {
  font-weight: 300;
}

.accessTitle .jpn {
  font-size: 18px;
  font-weight: 500;
  display: block;
}

.googleMapWrap {
  position: relative;
  margin-top: 10px;
}

.googleMap {
  position: relative;
  height: 500px;
  margin-top: 30px;
}

.googleMap iframe {
  width: 100%;
  height: 100%;
}

.moreButton.type3 {
  margin-top: 160px;
}

.formButton a.eventType2 {
  background-color: #E92434;
  border: 1px solid #E92434;
  color: #fff;
}
.formButton a.eventType2:before {
  background-image: url(../../img/common/ico_flag01_w.svg);
}
.formButton a.eventType2::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.formButton a.preevent:before,
.formButton a.preevent::after {
  display: none;
}
.formButton a.preevent.eventType2:hover {
  background-color: #E92434;
  border: 1px solid #E92434;
  color: #fff;
  cursor: default;
}

@media all and (min-width: 681px) {
  .singleCategory {
    width: 180px;
  }
  .singleTitleArea {
    background-color: #fff;
    display: flex;
  }
  .singleData dt {
    width: 105px;
  }
  .singleData dd {
    width: 100%;
  }
  .singleData dd.preevent_textarea {
    margin-left: 15px;
  }
  .formButton a {
    font-size: 16px;
    width: 600px;
    height: 60px;
  }
  .formButton a:after {
    right: 60px;
  }

  /* worksベースの記事コンテンツ */

  .singleContents .singleColumn {
    margin-top: 60px;
  }
  .singleContents .singleColumn:first-child {
    margin-top: 0;
  }
  .singleContents .leftColumn,
  .singleContents .rightColumn {
    width: 386px;
  }

  .singleContents .typeText {
    margin-top: 30px;
  }
  .singleContents .typeImage .image {
    height: 480px;
  }
  .singleContents .typeImage .caption {
    /* padding-left: 60px;
    padding-right: 60px; */
  }
  .singleContents .typeTwoImage.typeLarge .image {
    height: 580px;
  }
  .singleContents .typeTwoImage {
    display: flex;
    justify-content: space-between;
  }
  .singleContents .typeTwoImage .caption {
    /* padding-left: 30px;
    padding-right: 30px; */
  }
  .singleContents .typeTwoImage .image {
    height: 254px;
  }

  /* /worksベースの記事コンテンツ ここまで */

  .formButton a {
    font-size: 18px;
    width: 540px;
    height: 80px;
  }

  .formButton a:after {
    right: 100px;
  }

  .accessNavi {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .accessNaviText {
    position: relative;
    padding-left: 60px;
  }

  .formButton a:hover.eventType2 {
    background-color: #fff;
    border: 1px solid #1D211E;
    color: #1D211E;
  }
  .formButton a:hover.eventType2:before {
    background-image: url(../../img/common/ico_flag01.svg);
  }
  .formButton a:hover.eventType2::after {
    border-right: 2px solid #1D211E;
    border-bottom: 2px solid #1D211E;
  }
}

@media all and (max-width: 680px) {
  .singleTitleComment{
    padding-top: 20px;
    font-size:15px;
  }
  .singleInner {
    padding-bottom: 80px;
  }
  .singleHeader {
    padding: 0 0 12px 0;
  }
  .singleTitle {
    padding: 15px;
    background-color: #fff;
    font-size: 15px;
    line-height: 1.733;
    width: auto;
    margin-top: 12px;
    margin-left: 12px;
    margin-right: 12px;
  }
  .singleData {
    font-size: 14px;
    margin-top: 12px;
    margin-left: 25px;
    margin-right: 25px;
  }
  .singleData dt {
    width: 120px;
  }
  .singleData dd {
    width: 100%;
  }

  .formButton {
    margin-top: 15px;
  }

  /* worksベースの記事コンテンツ */

  .singleContents {
    margin-top: 40px;
  }
  .singleContents .singleColumn {
    margin-top: 30px;
  }
  .singleContents .singleColumn:first-child {
    margin-top: 0;
  }

  .singleContents .rightColumn {
    margin-top: 30px;
  }

  .singleContents .typeImage .image,
  .singleContents .typeTwoImage .image {
    height: 67.5vw;
  }
  .singleContents .typeTwoImage.typeLarge .image {
    height: 150vw;
  }
  .singleContents .typeText {
    margin-left: 12px;
    margin-right: 12px;
  }
  .singleContents .text {
    margin-top: 5px;
  }
  .singleContents .title {
    font-size: 16px;
    line-height: 2;
  }
  .singleContents .text {
    font-size: 15px;
    line-height: 1.6;
  }
  .singleContents .caption {
    font-size: 12px;
    line-height: 1.666;
    margin-top: 10px;
    margin-left: 12px;
    margin-right: 12px;
  }

  /* /worksベースの記事コンテンツここまで */

  .pointAreaWrap {
    margin-top: 60px;
  }

  .pointArea {
    padding: 80px 20px 40px 20px;
    margin-top: 60px;
  }

  .pointTitle {
    font-size: 16px;
  }
  .pointTitle .ico {
    width: 86px;
    height: 53px;
    margin-bottom: 10px;
  }
  .pointArea.type2 .pointTitle .ico {
  }

  .pointListItem {
    padding-left: 0;
    font-size: 15px;
    line-height: 1.6;
    min-height: 56px;
    display: flex;
  }

  .pointListItem:before {
    top: 0;
    bottom: 0;
    margin: auto 0;
    position: relative;
  }

  .pointArea.type2 .pointListItem:before {
    top: 3px;
  }

  .pointListItem span {
    display: flex;
    align-items: center;
    width: 100%;
    margin-left: 10px;
  }

  .access {
    margin-top: 40px;
  }

  .formButton.type2 {
    margin-top: 30px;
  }

  .formButton.type2 a {
  }

  .accessAddress {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-left: 15px;
    margin-right: 15px;
  }

  .accessNavi {
    text-align: center;
    padding: 0;
    line-height: 1.5;
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .accessNaviTitle {
    padding: 7px;
    border-bottom: 1px solid #fff;
  }
  .accessNaviText {
    padding: 7px;
  }
  .accessNaviText:before {
    display: none;
  }
  .moreButton.type3 {
    margin-top: 40px;
  }


  .single-event .h_conversion .li2 a {
    color: #fff;
    background: #E92434;
  }
  .single-event .h_conversion .li2 a .in::after {
    background-image: url(../../img/common/ico_event01_w.svg);
  }
}

@media all and (max-width: 370px) {
}
