@charset "UTF-8";
  /*==============================
	STYLE.CSS
	==============================*/
@media (max-width: 768px) {
  .pcOnly {
    display: none;
  }
}
@media (min-width: 769px) {
  .spOnly {
    display: none;
  }
}
.bgc_green {
  background: #EBFFD9;
  position: relative;
}
.l-section__inner{
  padding-top: 0;
}
.ivent {
  margin-top: 80px;
}
.l-section__inner_txt {
  font-weight: bold;
  text-align: center;
}
.l-section__inner_txt-l {
  font-size: 34px;
  margin: 40px 0 20px;
}
.l-section__inner_txt-sub {
  font-size: 1.8rem;
  margin-top: 40px;
}
.bgc_green ::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-width: 30px;
}
.box__wrap{
  padding-top: 20px;
}
.res-header-fin{
  position: relative;
  margin-left: -50%;
  margin-right: -50%;
}
#eventinfo .l-section__inner .l-section__inner_title {
  font-size: 3.4rem;
  background: #224184;
  color: #fff;
}
.orange_txt {
  font-size: 30px;
  font-weight: bold;
  color: #F87229;
  text-align: center;
}
.orange_txt span {
  font-size: 2.4rem;
}
td a {
  color: #7ABE3B;
}
.orange {
  color: #F87229;
  font-weight: bold;
}
.btn {
  text-align: center;
  margin: 80px 0 100px;
}
.orange_btn {
  height: 69px;
  font-size: 2rem;
  padding: 18px 150px 0;
  text-align: center;
  background: #f87229;
  display: inline-block;
  box-sizing: border-box;
  font-weight: 700;
  color: #000;
  border-radius: 4px;
  box-shadow: 0px 4px #a1420f;
}

.res-header-fin::before{
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
}
.res-header-fin .h-txt{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 44px;
  text-align: center;
  font-weight: bold;
}
#eventinfo h2{
  color: #000;
  font-weight: bold;
  font-size: 3.4rem;
  text-align: center;
  margin-bottom: 18px;
}
#eventinfo .o-text_lead{
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 28px;
}
.rect-center {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .l-section__inner_txt-l {
    font-size: 2.0rem;
  }
  .l-section__inner_txt-l {
    margin: 25px 0 10px;
  }
  .l-section__inner_txt-sub {
    margin-top: 25px;
    font-size: 1.3rem;
  }
  #eventinfo .l-section__inner .l-section__inner_title {
    font-size: 2.2rem;
  }
  .orange_txt {
    font-size: 1.9rem;
  }
  .orange_txt span {
    font-size: 1.8rem;
  }
  .btn {
    margin: 35px 0 50px;
  }
  .orange_btn {
    font-size: 1.8rem;
    padding: 21px 0 0 0;
    width: 100%;
  }
  .rect-center img {
    width: 40%;
  }
}

@media (max-width: 768px) {
  .box__wrap {
    padding-top: 10px;
  }
  .res-header-fin{
    margin-left: 0;
    margin-right: 0;
  }
  .res-header-fin .h-txt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 29px;
    text-align: center;
    width: 100%;
  }
  #eventinfo h2{
    font-size: 1.7rem;
    margin-bottom: 8px;
  }
  #eventinfo .o-text_lead{
    font-size: 1.3rem;
    margin-bottom: 14px;
  }
  #eventinfo figure {
    margin: 1em auto;
  }
}
.u-indent>* {
  padding-left: 1.0em;
  text-indent: -1.0em;
}

/*===============
headArea
===============*/
@media (min-width: 769px){
  #eventinfo .p-pageTitle.-eventinfo {
    height: 470px;
    padding-top: 212px;
    background: url(/eventinfo/images/index_bg01.jpg) 50% no-repeat #000;
    background-size: cover;
  }
  #eventinfo .p-pageTitle.-eventinfo .p-pageTitle__text{
    font-size: 2.0rem;
    margin-top: 2px;
  }
}
@media (max-width: 768px) {
  #eventinfo .p-pageTitle.-eventinfo {
    background-image: url(/eventinfo/images/index_bg01_sp.jpg);
  }
}
@media (max-width: 430px) {
  #eventinfo .p-pageTitle.-eventinfo .p-pageTitle__inner{
    padding: 24px 15px;
  }
}

/*===============
p-Table
===============*/
@media (min-width: 769px){
  #eventinfo .p-Table th {
    width: 20%;
    text-align: center
  }
  #eventinfo .p-Table td {
    width: 80%
  }
  #eventinfo .p-Table.p-Table_pad20 td, #eventinfo .p-Table.p-Table_pad20 th {
    padding: 20px
  }
}
#eventinfo .p-Table {
  width: 100%
}
#eventinfo .p-Table td, #eventinfo .p-Table th {
  color: #333;
  box-sizing: border-box;
  border: 1px solid #ccc
}
#eventinfo .p-Table th {
  color: #fff;
  background: #040404;
  vertical-align: middle
}
#eventinfo .p-Table td {
  background: #fff
}
#eventinfo .p-Table td, #eventinfo .p-Table th {
  padding: 20px 30px
}
#eventinfo .p-Table.p-Table_pad1020 td, #eventinfo .p-Table.p-Table_pad1020 th {
  padding: 10px 20px
}
#eventinfo .p-Table div:not(:last-child){
  margin-bottom: 20px;
}
#eventinfo .p-Table .bg-green{
  background-color: #ecfcdc;
}
#eventinfo .p-Table .bg-blue{
  background-color: #dcf6fc;
}
@media (max-width: 768px) {
  #eventinfo .p-Table th {
    padding: 10px;
    font-size: 1.5rem;
    text-align: left
  }
  #eventinfo .p-Table td {
    padding: 12px 20px
  }
  #eventinfo .p-Table td, #eventinfo .p-Table th {
    border-top: none;
    display: block
  }
  #eventinfo .p-Table div:not(:last-child){
    margin-bottom: 12px;
  }
}
/*===============
eventinfo_desc
===============*/
.eventinfo_desc {
  background-image: url(../images/eventinfo_bg.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.eventinfo_desc__inner {
  margin: 0 auto;
  padding: 80px;
}
.p-eventinfo__title,
.p-eventinfo__text p{
  text-shadow: 0 0 0.6rem #fff;
}

@media (max-width: 768px){
  .eventinfo_desc {
    background-image: url(../images/eventinfo_bg_sp.jpg)
  }
  .eventinfo_desc__inner{
    padding: 40px 0 15px;
  }
  .p-eventinfo {
    margin: 20px;
    font-weight: bold;
    text-align: center;
  }
}
@media (min-width: 769px){
  .eventinfo_desc{
    margin: 40px -50% 0;
  }
  .p-eventinfo{
    width: 1024px;
    margin: 0 auto;
  }
  .p-eventinfo__title {
    margin-bottom: 20px;
    font-size: 3.6rem;
    font-weight: 700;
    letter-spacing: .2rem;
    line-height: 1.5;
  }
  .p-eventinfo__text{
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-top: 25px;
  }
}
@media (max-width: 768px){
  .p-eventinfo__title{
    margin-bottom: 15px;
    font-size: 2.2rem;
    font-weight: 700;
  }
  .p-eventinfo__text{
    margin: 0 auto 25px;
    font-size: 1.3rem;
    line-height: 1.8;
  }
}

/*===============
js-slider-layout01
===============*/
@media (min-width: 769px){
#eventinfo .js-slider-layout01{
  width: 990px;
  margin: 0 auto;
  padding-bottom: 50px;
}
}
#eventinfo .js-slider-layout01 .slick-dots {
  text-align: center;
  bottom: 0;
}
#eventinfo .js-slider-layout01 .slick-dots li {
  display: inline-block;
  margin: 0 8px;
}
#eventinfo .js-slider-layout01 .slick-dots li button{
  display: block;
  width: 5px;
  height: 5px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bfbfbf;
  border-radius: 50%;
}
#eventinfo .js-slider-layout01 .slick-dots li button:before{
  width: 15px;
  height: 15px;
}
#eventinfo .js-slider-layout01 .slick-dots .slick-active button {
  background: #00468c;
}
#eventinfo .js-slider-layout01 .c-slideBtn {
  width: 30px;
  height: 30px;
  background-color: #000;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 46%;
  z-index: 1;
  transform: translateY(-50%);
}
#eventinfo .js-slider-layout01 .c-slideBtn::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid #fff;
  border-width: 2px 2px 0 0;
  position: absolute;
  top: 12px;
  transform: rotate(45deg);
}
@media (min-width: 769px){
#eventinfo .js-slider-layout01 .c-slideBtn.-next {
  right: -15px;
}
#eventinfo .js-slider-layout01 .c-slideBtn.-prev {
  left: -15px;
}
#eventinfo .js-slider-layout01 .c-slideBtn.-next::before {
  left: 10px;
}
#eventinfo .js-slider-layout01 .c-slideBtn.-prev::before {
  border-width: 0 0 2px 2px;
  right: 10px;
}
}
@media (max-width: 768px) {
  #eventinfo .js-slider-layout01{
    margin: 0 15px;
    padding-bottom: 30px;
  }
  #eventinfo .js-slider-layout01 .slick-dots li button{
    width: 6px;
    height: 6px;
  }
  #eventinfo .js-slider-layout01 .slick-dots li button:before{
    width: 20px;
    height: 20px;
  }
  #eventinfo .js-slider-layout01 .c-slideBtn {
    width: 25px;
    height: 25px;
    top: 0;
    background-image: none;
  }
  #eventinfo .js-slider-layout01 .c-slideBtn::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border: 1px solid #fff;
    border-width: 2px 2px 0 0;
    position: absolute;
    top: 10px;
    transform: rotate(45deg);
  }
  #eventinfo .js-slider-layout01 .c-slideBtn.-next {
    right: -15px;
  }
  #eventinfo .js-slider-layout01 .c-slideBtn.-prev {
    left: -15px;
  }
  #eventinfo .js-slider-layout01 .c-slideBtn.-next::before {
    left: 8px;
  }
  #eventinfo .js-slider-layout01 .c-slideBtn.-prev::before {
    border-width: 0 0 2px 2px;
    right: 8px;
  }
}


/*===============
p-conversionBox
===============*/
.p-conversionBox .p-conversionBox__subtitle {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 5px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.4;
}
.p-conversionBox a.c-conversionBtn {
  color: #000;
  border-radius: 4px;
  box-shadow: 0px 4px #a1420f;
}
.p-conversionBox .p-conversionBox__list a.c-conversionBtn.-web:before {
  background-image: url(/common/images/icon_mail02.png);
}
@media screen and (max-width: 768px) {
  .p-conversionBox a.c-conversionBtn {
    font-size: 1.666rem;
  }
  .p-conversionBox .p-conversionBox__list a.c-conversionBtn.-web:before {
    top: 20px;
  }
}

/*===============
終了対応
===============*/
.fin-area {
  position: relative;
}
.fin {
  width: 944px;
  height: 100%;
  background: rgba(0, 0, 0, .8);
  position: absolute;
  top: 0;
  left: 40px;
  z-index: 2;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  text-align: center;
}
.fin-txt {
  font-size: 4.0rem;
  width: 100%;
  position: absolute;
  top: 35%;
  left: 0;
  z-index: 2;
}
@media screen and (max-width:768px) {
  .fin {
    width: 100%;
    left: 0;
  }
  .fin-txt {
  font-size: 2.0rem;
  }
}
