@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,700,900");

@import url("https://fonts.googleapis.com/css?family=Barlow:400,600&display=swap");

.w_pageTitle {
  background-image: url(../img/event/mainvisual.jpg);
  margin-bottom: 50px;
}

.singlePage .w_pageTitle {
  background-image: none;
  margin-bottom: 0;
}

.singlePage .w_pageTitle .h1 {
  color: #4c4948;
}

.singlePage .w_pageTitle .h1 .t1:after {
  background-color: #4c4948;
}

.eventNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.eventNav__list__item {
  background-color: #dcdcdc;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.eventNav__list__item.item__01 {
  letter-spacing: 0.29em;
}

.eventNav__list__item.item__02 {
  letter-spacing: 0.32em;
}

.eventNav__list__item.item__03 {
  letter-spacing: 0.32em;
}

.eventNav__list__item:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #4c4948;
  border-right: 1px solid #4c4948;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.eventNav__list__item.is__current {
  background-color: #56595c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.eventNav__list__item.is__current:before {
  border-color: #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.eventNav__list__item.is__current a {
  color: #fff;
}

.eventNav__list__item a {
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.eventNav__subList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.eventNav__subList__item {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.eventNav__subList__item.is__current a {
  color: #b81c2b;
}

.eventNav__subList__item.is__current a:before {
  border-color: #b81c2b;
}

.eventNav__subList__item:before {
  content: "";
  display: block;
  width: 1px;
  height: 36px;
  background-color: #4c4948;
  position: absolute;
  top: 0;
  left: 0;
}

.eventNav__subList__item:first-child:before {
  content: none;
}

.eventNav__subList__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 36px;
}

.eventNav__subList__item a:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #4c4948;
  border-right: 1px solid #4c4948;
  position: absolute;
  top: 0;
  bottom: -25px;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.searchInformation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 75px;
}

.searchInformation__result {
  font-size: 19px;
  letter-spacing: 0.19em;
}

.searchInformation__result .result {
  font-family: 'Noto Serif JP', serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding-left: 5px;
  padding-right: 5px;
}

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

.selectBoxList {
  width: 104px;
  position: relative;
}

.selectBoxList.is__open .selectBoxList__list {
  height: auto;
}

.selectBoxList__button {
  font-size: 12px;
  line-height: 1;
  height: 38px;
  border: 1px solid #4d4d4d;
  padding: 10px;
  position: relative;
  cursor: pointer;
}

.selectBoxList__button:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #4c4948;
  border-right: 1px solid #4c4948;
  position: absolute;
  top: 0;
  bottom: -10px;
  right: 10px;
  margin: auto;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.selectBoxList__button:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #4c4948;
  border-right: 1px solid #4c4948;
  position: absolute;
  top: -10px;
  bottom: 0;
  right: 10px;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.selectBoxList__list {
  width: 100%;
  height: 0;
  position: absolute;
  top: 38px;
  left: 0;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
}

.selectBoxList__list__item {
  font-size: 12px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.selectBoxList__list__item a {
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
}

.resultList__item {
  border: 1px solid #4c4948;
  margin-top: 50px;
  letter-spacing: 0.15em;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

.resultList__item > a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.resultList__item__thumbnail {
  height: 330px;
  position: relative;
}

.resultList__item__thumbnail:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #665E51;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.resultList__item__thumbnail__photo {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 330px;
}

.resultList__item__title {
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1.3;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.resultList__item__category {
  color: #fff;
  background-color: #4c4948;
  font-size: 12px;
  width: 120px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.resultList__item__category.type1 {
  background-color: #de5d4c;
}
.resultList__item__category.type2 {
  background-color: #496d8f;
}
.resultList__item__category.type3 {
  background-color: #788560;
}

.eventDescList:not(:first-child) {
  margin-top: 15px;
}

.eventDescList__title {
  font-size: 12px;
  border: 1px solid #4c4948;
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.eventDescList__item {
  line-height: 1.49;
}

.eventDescList__item .date {
  font-size: 23px;
  display: block;
}

.eventDescList__item .time {
  font-size: 16px;
  display: block;
}

.arrowMoreBtn {
  font-size: 10px;
  width: 85px;
  margin: 0 0 0 auto;
  padding-bottom: 2px;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.arrowMoreBtn:before {
  content: "";
  width: 75px;
  height: 2px;
  margin: auto;
  background-color: #4c4948;
  position: absolute;
  bottom: 0;
  right: 10px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.arrowMoreBtn:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 0 12px;
  border-color: transparent transparent transparent #4c4948;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
}

.contactArea {
  position: relative;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 60px;
}

.contactArea a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.contactArea dt {
  font-size: 16px;
  margin-bottom: 10px;
}

.contactArea .text {
  font-size: 14px;
  margin-bottom: 10px;
}

.contactArea .tel {
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  font-size: 49px;
  padding-left: 85px;
  position: relative;
  line-height: 1;
}

.contactArea .tel:before {
  content: "";
  width: 58px;
  height: 35px;
  background-image: url(../img/common/ico_freedial.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 13px;
  top: 2px;
  bottom: 0;
  margin: auto;
}

.contactArea .time {
  font-size: 13px;
  letter-spacing: 0;
}

.access_wrap {
  margin-bottom: 100px;
}

.access_wrap .access_point {
  margin-top: 50px;
}

.eventInformationArea {
  background-color: #dfdfdf;
  background-image: url(../img/common/bg_paper.jpg);
  background-position: center;
  background-repeat: repeat;
  background-size: 200px;
  padding: 85px 0;
  margin-bottom: 100px;
}

.eventInformationArea .pageTitle {
  padding-top: 0;
  padding-bottom: 25px;
}

.eventInformationArea .pageTitle__categoryArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
}

.eventInformationArea .pageTitle__categoryArea__category {
  background-color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 0 30px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.eventInformationArea h1 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.892;
  letter-spacing: 0.15em;
}

.eventDateArea {
  padding: 10px 0;
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  margin-bottom: 45px;
}

.eventDateArea__box {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.eventDateArea__box:not(:first-child) {
  margin-top: 5px;
}

.eventDateArea__box__description {
  padding-left: 20px;
  position: relative;
}

.eventDateArea__box__description:before {
  content: "／";
  position: absolute;
  top: 0;
  left: 0;
}

.btnListArea02 {
  margin-top: 70px;
  margin-bottom: 80px;
  /* btn */
}

.btnListArea02 .txt {
  color: #4c4948;
  font-size: 20px;
  margin-bottom: 25px;
  text-align: center;
}

.btnListArea02 .btn {
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #de5d4c;
  border: 1px solid #de5d4c;
  width: 450px;
  height: 85px;
  margin: 0 auto;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.btnListArea02 .btn::after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/common/ico_arrow_w.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 1px;
  bottom: 0;
  margin: auto;
}

.btnListArea02 .btn02 {
  border-color: #eb9445;
  background-color: #eb9445;
}

.btnListArea02 .hidden_btn {
  background-color: #4c4948;
  pointer-events: none;
  cursor: default;
}

.btnListArea02 .hidden_btn:hover {
  background-color: #4c4948;
}

.btnListArea02 .hidden_btn:after {
  content: none;
}

.btnListArea02 + .w_link1 {
  margin-top: 35px;
}

.contentBox:not(:first-child) {
  margin-top: 35px;
}

.contentBox__image > div {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.contentBox__image > div a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.contentBox__image__thumbnail {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
}

.contentBox__image__thumbnail + * {
  margin-top: 13px;
}

.contentBox__image__thumbnail:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #665E51;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.contentBox__image__thumbnail:after {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../img/modelhouse/photo_btn.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
}

.contentBox__image__thumbnail + .contentBox__image__text {
  margin-bottom: 45px;
}

.contentBox__image__text {
  font-size: 15px;
  line-height: 2.06;
  text-align: justify;
  text-justify: inter-ideograph;
}

.contentBox__image.type02 .contentBox__image__thumbnail + .contentBox__image__text {
  margin-bottom: 0;
}

.contentBox__image.type03 .contentBox__image__thumbnail + .contentBox__image__text {
  margin-bottom: 0;
}

.contentBox__midashi {
  font-size: 28px;
  line-height: 1.892;
  letter-spacing: 0.18em;
}

.contentBox__text {
  font-size: 15px;
  line-height: 2.06;
  text-align: justify;
  text-justify: inter-ideograph;
}

.contentBox__text a {
  color: #ca5560;
  text-decoration: underline;
}

.type05 + .contentBox {
  margin-top: 60px;
}

.type06 + .contentBox {
  margin-top: 20px;
}

.moreBtn {
  width: 326px;
  font-family: 'Noto Serif JP', serif;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  border: 1px solid #4d4d4d;
  margin: 0 auto;
  margin-top: 120px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.moreBtn a {
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.moreBtn a:before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/common/ico_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 1px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#infscr-loading {
  margin: 0 auto;
  font-size: 11px;
  clear: both;
}

#infscr-loading .comment {
  width: 200px;
  position: relative;
  top: 20px;
  padding: 20px 20px;
  margin: 0 auto;
  text-align: center;
}

#infscr-loading img {
  display: none;
}

.contentList + .btnListArea02 {
  margin-top: 120px;
}


.contentBox__image.link_img > div {
  text-align: center;
}
.contentBox__image.link_img > div a {
    position: relative;
}



@media print, screen and (min-width: 680px) {
  .foot .block1 {
    padding-top: 200px;
  }

  .eventNav {
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .eventNav__list__item:hover {
    background-color: #ABACAE;
  }

  .eventNav__list__item:hover a {
    color: #fff;
  }

  .eventNav__list__item {
    width: 326px;
    margin-left: 10px;
  }

  .eventNav__list__item:first-child {
    margin-left: 0;
  }

  .eventNav__list__item.is__current:hover {
    background-color: #ABACAE;
  }

  .eventNav__subList__item {
    width: 188px;
    line-height: 1;
  }

  .eventNav__subList__item:hover a:before {
    bottom: -31px;
  }

  .eventNav__subList__item:first-child,
  .eventNav__subList__item:nth-child(6) {
    width: 119px;
  }

  .eventNav__subList__item:first-child a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .eventNav__subList__item:first-child a:before {
    left: 22px;
    right: auto;
    margin: auto 0;
  }

  .eventNav__subList__item:nth-child(6) a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .eventNav__subList__item:nth-child(6) a:before {
    right: 14px;
    left: auto;
    margin: auto 0;
  }

  .eventNav__subList__item a:before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .eventNav__subList__item {
    width: 220px;
  }

  .eventNav__subList__item:first-child a:before {
    left: 39px;
  }

  .eventNav__subList__item:first-child,
  .eventNav__subList__item:nth-child(5) {
    width: 170px;
  }

  .eventNav__subList__item:nth-child(5) a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .eventNav__subList__item:nth-child(5) a:before {
    right: 49px;
    left: auto;
    margin: auto 0;
  }

  .searchInformation {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  .searchInformation__select {
    position: absolute;
    top: 0;
    right: 0;
    width: 216px;
  }

  .selectBoxList__list {
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
  }

  .selectBoxList__list__item:hover {
    color: #fff;
    background-color: #ABACAE;
  }

  .resultList {
    width: 1000px;
    margin: 0 auto;
  }

  /* .resultList__item:hover {
    background-color: #eee;
  } */

  .resultList__item:hover .arrowMoreBtn {
    width: 75px;
  }

  .resultList__item:hover .arrowMoreBtn:before {
    width: 65px;
  }

  /* .resultList__item:hover .resultList__item__thumbnail:before {
    opacity: 0.4;
  } */

  .resultList__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 35px 35px 120px;
  }

  .resultList__item__thumbnail {
    width: 285px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .resultList__item__thumbnail__photo {
    height: auto;
  }

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

  .resultList__item__title {
    width: 475px;
  }

  .resultList__item__descArea {
    width: 610px;
    margin-left: 30px;
    position: relative;
  }

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

  .eventDescList__item {
    width: 475px;
  }

  .contactArea {
    width: 400px;
  }

  .contactArea .tel {
    letter-spacing: 0.015em;
  }

  .contactArea .time br {
    display: none;
  }

  .eventInformationArea__inner {
    width: 800px;
    margin: 0 auto;
  }

  .eventDateArea__box__description {
    width: 690px;
  }

  .btnListArea02 {
    width: 935px;
    margin-left: auto;
    margin-right: auto;
  }

  .btnListArea02 .linkWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .btnListArea02 .linkWrap .btn,
  .btnListArea02 .linkWrap .model_btn {
    margin: 0;
  }

  .btnListArea02 {
    width: 800px;
    margin: 0 auto;
  }

  .btnListArea02 .linkWrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contentList {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .contentBox__image > div:hover .contentBox__image__thumbnail:before {
    opacity: 0.4;
  }

  .contentBox__image__thumbnail {
    height: 460px;
  }

  .contentBox__image.type02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .contentBox__image.type02 .imageLandscape {
    width: 330px;
  }

  .contentBox__image.type02 .contentBox__image__thumbnail {
    height: 230px;
  }

  .contentBox__image.type03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .contentBox__image.type03 .imagePortrait {
    width: 330px;
  }

  .contentBox__image.type03 .contentBox__image__thumbnail {
    height: 500px;
  }

  .contentBox__image.type04 .imagePortrait {
    width: 460px;
    margin: 0 auto;
  }

  .contentBox__image.type04 .contentBox__image__thumbnail {
    height: 700px;
  }

  .contentBox__text a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .contentBox__text a:hover {
    opacity: 0.7;
  }

  .type05 .contentBox__text,
  .type06 .contentBox__midashi {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .contentBox + .type06 {
    margin-top: 40px;
  }

  .moreBtn:hover {
    background-color: #ABACAE;
  }

  #infscr-loading .comment {
    position: relative;
    left: 20px;
  }

  #map_canvas {
    height: 450px !important;
  }
}

@media all and (min-width: 681px) {
  .btnListArea02 .btn:hover {
    background-color: #dc7967;
  }
  .contentBox__image.link_img > div a:hover {
      opacity: .7;
  }

}

@media all and (max-width: 680px) {
  .btnListArea02 .btn {
    font-size: 13px;
    width: 288px;
  }
}

@media screen and (max-width: 679px) {
  .w_pageTitle {
    margin-bottom: 25px;
  }

  .foot .block1 {
    margin-top: 70px;
  }

  .eventNav {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
  }

  .eventNav:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #4c4948;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .eventNav__list {
    margin-bottom: 20px;
  }

  .eventNav__list__item {
    width: 48.5%;
    margin-top: 10px;
  }

  .eventNav__list__item:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .eventNav__list__item {
    font-size: 14px;
  }

  .eventNav__list__item:first-child {
    width: 100%;
    margin-top: 0;
  }

  .eventNav__list__item a {
    height: 45px;
    padding-right: 10px;
  }

  .eventNav__subList__item {
    font-size: 13px;
    width: 50%;
  }

  .eventNav__subList__item:before {
    top: 4px;
    height: 43px;
  }

  .eventNav__subList__item:first-child:before,
  .eventNav__subList__item:nth-child(3):before {
    content: none;
  }

  .eventNav__subList__item:first-child:after,
  .eventNav__subList__item:nth-child(2):after,
  .eventNav__subList__item:nth-child(3):after {
    content: none;
  }

  .eventNav__subList__item a {
    padding-top: 5px;
    height: 50px;
  }

  .eventNav__subList__item a:before {
    bottom: -18px;
    width: 6px;
    height: 6px;
  }

  .eventNav__subList__item:nth-child(3),
  .eventNav__subList__item:nth-child(4),
  .eventNav__subList__item:nth-child(5) {
    width: 33%;
  }

  .eventNav__subList__item a {
    padding-top: 10px;
  }

  .eventNav__subList__item a:before {
    bottom: -25px;
  }

  .searchInformation {
    margin-bottom: 0;
    margin-bottom: 20px;
  }

  .searchInformation__result {
    font-size: 14px;
  }

  .searchInformation__result .result {
    font-size: 18px;
  }

  .searchInformation__select {
    width: 220px;
  }

  .resultList {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 70px;
  }

  .resultList__item {
    margin-top: 40px;
  }

  .resultList__item {
    padding: 30px 20px;
    margin-top: 30px;
  }

  .resultList__item__thumbnail {
    height: 66vw;
  }

  .resultList__item__thumbnail {
    height: 43vw;
    margin-bottom: 20px;
  }

  .resultList__item__thumbnail__photo {
    height: 66vw;
  }

  .resultList__item__thumbnail__photo {
    height: 43vw;
  }

  .resultList__item__title {
    font-size: 19px;
  }

  .resultList__item__title {
    font-size: 19px;
  }

  .resultList__item__category {
    height: 25px;
    margin-bottom: 5px;
  }

  .eventDescList__title {
    line-height: 1.6;
    margin-bottom: 5px;
  }

  .eventDescList__item {
    font-size: 14px;
  }

  .eventDescList__item .date {
    font-size: 16px;
  }

  .eventDescList__item .time {
    font-size: 14px;
  }

  .arrowMoreBtn {
    width: 58px;
    margin: 0 0 0 auto;
    text-indent: -9999px;
    overflow: hidden;
  }

  .contactArea {
    width: 310px;
    margin-bottom: 30px;
  }

  .contactArea dt {
    margin-bottom: 5px;
  }

  .contactArea .tel {
    font-size: 36px;
    padding-left: 35px;
    margin-bottom: 5px;
  }

  .contactArea .tel:before {
    width: 30px;
    height: 20px;
  }

  .contactArea .time {
    font-size: 11px;
  }

  .access_wrap {
    margin-bottom: 50px;
  }

  .access_wrap .access_point {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.6;
  }

  .eventInformationArea {
    padding: 45px 0;
    margin-bottom: 50px;
  }

  .eventInformationArea__inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .eventInformationArea .pageTitle__categoryArea {
    margin-bottom: 30px;
  }

  .eventInformationArea .pageTitle__categoryArea__category {
    font-size: 13px;
    height: 30px;
  }

  .eventInformationArea h1 {
    font-size: 18px;
  }

  .eventInformationArea h1 br {
    display: none;
  }

  .eventDateArea {
    margin-bottom: 30px;
  }

  .eventDateArea__box {
    font-size: 14px;
  }

  .eventDateArea__box__description {
    width: 80%;
  }

  .btnListArea02 {
    margin-top: 35px;
    margin-bottom: 40px;
  }

  .btnListArea02 .txt {
    font-size: 14px;
  }

  .btnListArea02 .btn {
    padding-right: 20px;
    height: 45px;
    margin-left: auto;
    margin-right: auto;
  }

  .btnListArea02 .btn:not(:first-child) {
    margin-top: 10px;
  }

  .btnListArea02 {
    margin: 0 auto;
  }

  .contentList {
    margin-left: 10px;
    margin-right: 10px;
  }

  .contentBox:not(:first-child) {
    margin-top: 30px;
  }

  .contentBox__image__thumbnail + * {
    margin-top: 10px;
  }

  .contentBox__image__thumbnail:after {
    width: 30px;
    height: 30px;
  }

  .contentBox__image__text {
    line-height: 2;
  }

  .contentBox__image.type01 .contentBox__image__thumbnail {
    padding-top: 65.7%;
  }

  .contentBox__image.type02 .imageLandscape:not(:first-child) {
    margin-top: 30px;
  }

  .contentBox__image.type02 .contentBox__image__thumbnail {
    padding-top: 69%;
  }

  .contentBox__image.type03 .imagePortrait:not(:first-child) {
    margin-top: 30px;
  }

  .contentBox__image.type03 .contentBox__image__thumbnail {
    padding-top: 152%;
  }

  .contentBox__image.type04 .contentBox__image__thumbnail {
    padding-top: 152%;
  }

  .contentBox__midashi {
    font-size: 18px;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .contentBox__midashi br {
    display: none;
  }

  .contentBox__text {
    line-height: 2;
  }

  .type05 .contentBox__text,
  .type06 .contentBox__midashi {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contentBox + .type06 {
    margin-top: 25px !important;
  }

  .type05 + .contentBox {
    margin-top: 30px;
  }

  .moreBtn {
    width: 90%;
    margin-top: 60px;
  }

  .contentList + .btnListArea02 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 370px) {
  .eventDateArea__box {
    font-size: 12px;
  }
}

/* 一覧のボタン追加 */
.eventBtnArea {
  width: 925px;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -88px;
  right: 0;
}
.eventBtnArea > li {
  width: 48%;
}
.eventBtnArea > li.type2 {
  margin-left: 4%;
}
.eventBtnArea > li a {
  background-color: #eb9445;
  color: #fff;
  text-decoration: none;
  padding: 15px 10px;
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 100%;
  position: relative;
}
.eventBtnArea > li.type1 a {
  background-color: #726f6e;
}
.eventBtnArea > li a::after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/common/ico_arrow_w.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 1px;
  bottom: 0;
  margin: auto;
}
@media all and (min-width: 681px) {
  .eventBtnArea > li a:hover {
    background-color: #f7b375;
  }
  .eventBtnArea > li.type1 a:hover {
    background-color: #a09c9b;
  }
}
@media all and (max-width: 680px) {
  .eventBtnArea {
    width: 100%;
    position: static;
    margin-top: 25px;
  }
  .eventBtnArea > li {
    width: 48%;
  }
  .eventBtnArea > li:first-child:last-child {
    width: 100%;
  }
  .eventBtnArea > li a {
    font-size: 14px;
    padding: 10px 10px 10px 0px;
  }
}
