@charset "utf-8";
/* CSS Document */

.pc_none {
  display: none;
}

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

#main {
  height: auto;
}

.page_event #main {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #main {
	padding-top: 0;
  }
}

.page_event #main h1 {
  position: static;
  text-shadow: none;
}

@media screen and (max-width: 1024px) {
  .page_event #main h1 {
    top: calc(101 * 100vw / 320);
  }
}

.page_event #main video {
  /* width: 100%; */
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 768px) {
  .page_event #main video {
    width: 100%;
	height: auto;
  }
}

.l-heading1_lead {
  font-size: 15px;
  letter-spacing: 1.3px;
  line-height: 2.5;
  margin: 40px auto 60px;
  text-align: center;
}

.contents_outer {
  padding-bottom: 110px;
}

@media screen and (max-width: 1024px) {
  .contents_outer {
    min-width: auto;
	font-size: 14px;
	padding-bottom: 60px;
  }
}

.selectBox {
  display: grid;
  grid-template-columns: 1.5fr 2fr;
  grid-gap: 2em;
  width: 60%;
  margin: 0 auto 25px;
}

@media screen and (max-width: 1024px) {
  .selectBox {
    grid-gap: 1em;
    width: 100%;
    padding: 0 18px;
	margin-bottom: 15px;
  }
}

.c-form__selectBox {
  border: 1px solid #888;
}

@media screen and (max-width: 1024px) {
  .c-form__select4 select {
    padding-left: 10px;
  }

  .c-form__selctWrapper::after {
    right: 7px;
  }
}

.c-postBlock_list {
  width: 100%;
  padding: 23px 18px 19px;
}

.c-postList2_item {
  border-bottom: 2px dotted #bbb;
}

.c-postList2_item:last-child {
  border-bottom: none;
}

.c-postList2_link {
  padding: 22px 10px;
  padding-left: 10px;
  display: block;
  transition: transform 0.5s;
}

.c-postList2_link:hover {
  transform: scale(1.1);
}

.c-postList2_mark {
  color: #FFF;
  font-size: 11px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 7px 15px;
  margin-bottom: 7px;
  /* width: 238px; */
  background-color: #eb6100;
}

.c-postList2_mark.lequ {
  background-color: #628496;
}

.c-postList2_mark.ref {
  background-color: #231815;
}

.c-postList2_mark.campana {
  background-color: #921d33;
}

.c-postList2_mark.inn {
  background-color: #009944;
}

.c-postList2_mark.hotel {
  background-color: #1d2088;
}

.c-postList2_column {
  position: relative;
  padding-right: 20px;
}

@media screen and (min-width: 1024px) {
  .c-postList2_column_datail {
    letter-spacing: 1.4px;
    line-height: 28px;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-right: 55px;
    padding-left: 15px;
    position: relative;
  }
}

.c-postList2_date {
  font-size: 12px;
  font-weight: 500;
}

@media screen and (min-width: 1024px) {
	.c-postList2_date {
	  font-size: 14px;
	  margin-right: 25px;
	}
}

.c-postList2_body {
  color: #222;
  line-height: calc(24 / 14);
  margin-top: 5px;
}

.c-postList2__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 10px;
  height: 6px;
}

@media screen and (min-width: 1024px) {
  .c-postList2__arrow {
    top: 0;
    transform: translateY(-260%);
  }
}


/*.js-filter-items {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
  margin: 1rem;
}

.js-filter-item {
  padding: 1rem;
  text-align: center;
  color: #fff;
} */