/* CSS Document */
/*イベントページトップ*/

/*施設紹介*/
section.event_introduction{
  box-sizing: border-box;
  width: 100vw;
}
body[wc-view-type="sp"] section.event_introduction{
  flex-direction: column;
  padding: var(--headerHeight) 7vw var(--headerHeight) 7vw;
}
body[wc-view-type="tb"] section.event_introduction,
body[wc-view-type="tb-l"] section.event_introduction{
  padding: var(--headerHeight) 8vw var(--headerHeight) 8vw;
}
body[wc-view-type="pc"] section.event_introduction{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2) var(--headerHeight) calc((100vw - 1100px) / 2);
}
section.event_introduction div.contents_title{
  padding-left: 0;
}
section.event_introduction > article{
  display: flex;
  margin-bottom: var(--headerHeight);
  opacity: 0;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
section.event_introduction > article.wcvisible{
  opacity: 1;
}
body[wc-view-type="sp"] section.event_introduction > article{
  margin-bottom: calc(var(--headerHeight) / 2);
}
body:not([wc-view-type="sp"]) section.event_introduction > article:nth-of-type(even){
  flex-direction: row-reverse;
}
section.event_introduction > article:last-of-type{
  margin-bottom: 0 !important;
}
body[wc-view-type="sp"] section.event_introduction > article{
  flex-direction: column-reverse;
}
section.event_introduction > article div.ev_intro_text{
  width: 50%;
  box-sizing: border-box;
}
body[wc-view-type="sp"] section.event_introduction > article div.ev_intro_text{
  width: 100%;
}
body[wc-view-type="tb"] section.event_introduction > article:nth-of-type(odd) div.ev_intro_text{
  padding: 1rem 2rem 1rem 0;
}
body[wc-view-type="tb"] section.event_introduction > article:nth-of-type(even) div.ev_intro_text{
  padding: 1rem 0 1rem 2rem;
}
body[wc-view-type="tb-l"] section.event_introduction > article:nth-of-type(odd) div.ev_intro_text{
  padding: 1.5rem 3rem 1.5rem 0;
}
body[wc-view-type="tb-l"] section.event_introduction > article:nth-of-type(even) div.ev_intro_text{
  padding: 1.5rem 0 1.5rem 3rem;
}
body[wc-view-type="pc"] section.event_introduction > article:nth-of-type(odd) div.ev_intro_text{
  padding: 2rem 4rem 2rem 0;
}
body[wc-view-type="pc"] section.event_introduction > article:nth-of-type(even) div.ev_intro_text{
  padding: 2rem 0 2rem 4rem;
}
section.event_introduction > article div.ev_intro_text > h1{
  font-size: 1.25rem;
  border-bottom: 1px solid #2fb2cf;
  padding: 0 1rem 1rem 1rem;
  box-sizing: border-box;
}
body[wc-view-type="sp"] section.event_introduction > article div.ev_intro_text > h1{
  padding: 1rem;
}
section.event_introduction > article div.ev_intro_text > p{
  line-height: 1.8rem;
  font-weight: 300;
  padding: 1rem;
  box-sizing: border-box;
}
section.event_introduction > article div.ev_intro_img{
  width: 50%;
}
body[wc-view-type="sp"] section.event_introduction > article div.ev_intro_img{
  width: 100%;
}
section.event_introduction > article div.ev_intro_img figure{
}
section.event_introduction > article div.ev_intro_img figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.event_introduction > article div.ev_intro_img figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body[wc-view-type="pc"] section.event_introduction > article div.ev_intro_img figure img{
  height: 350px;
}
/*主なイベント一覧*/
section.event_list_box{
  box-sizing: border-box;
  background-color: #f5f5f5;
  position: relative;
  z-index: 1;
}
body[wc-view-type="sp"] section.event_list_box{
  flex-direction: column;
  padding: var(--headerHeight) 7vw calc(15.6vw + 1.5rem) 7vw;
}
body[wc-view-type="tb"] section.event_list_box,
body[wc-view-type="tb-l"] section.event_list_box{
  padding: var(--headerHeight) 8vw calc(13vw + 1.5rem) 8vw;
}
body[wc-view-type="pc"] section.event_list_box{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2) 128px calc((100vw - 1100px) / 2);
}
section.event_list_box div.contents_title{
  padding-left: 0;
}
section.event_list_box > p.event_l_text{
  font-weight: 300;
  line-height: 1.8rem;
}
section.event_list_box div.event_list{
  display: flex;
  flex-wrap: wrap;
}
section.event_list_box div.event_list > article{
  background-color: #fff;
  padding: 1rem;
  box-sizing: border-box;
  display: flex;
  opacity: 0;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
section.event_list_box div.event_list > article.wcvisible{
  opacity: 1;
}
body[wc-view-type="sp"] section.event_list_box div.event_list > article,
body[wc-view-type="tb-l"] section.event_list_box div.event_list > article{
  flex-direction: column-reverse;
  margin-bottom: 1rem;
}
body[wc-view-type="sp"] section.event_list_box div.event_list > article,
body[wc-view-type="tb"] section.event_list_box div.event_list > article{
  margin-top: 1rem;
}
body[wc-view-type="tb-l"] section.event_list_box div.event_list > article,
body[wc-view-type="pc"] section.event_list_box div.event_list > article{
  width: calc(50% - 0.75rem);
}
body[wc-view-type="tb-l"] section.event_list_box div.event_list > article:nth-of-type(odd),
body[wc-view-type="pc"] section.event_list_box div.event_list > article:nth-of-type(odd){
  margin: 1.5rem 0.75rem 0 0;
}
body[wc-view-type="tb-l"] section.event_list_box div.event_list > article:nth-of-type(even),
body[wc-view-type="pc"] section.event_list_box div.event_list > article:nth-of-type(even){
  margin: 1.5rem 0 0 0.75rem;
}
section.event_list_box div.event_list > article div.m_event_box{
}
body[wc-view-type="sp"] section.event_list_box div.event_list > article div.m_event_box,
body[wc-view-type="tb-l"] section.event_list_box div.event_list > article div.m_event_box{
  width: 100%;
}
body[wc-view-type="tb"] section.event_list_box div.event_list > article div.m_event_box,
body[wc-view-type="pc"] section.event_list_box div.event_list > article div.m_event_box{
  width: 50%;
}
section.event_list_box div.event_list > article div.m_event_box > h1{
  font-size: 1.25rem;
  border-bottom: 1px solid #2fb2cf;
  padding: 0 1rem 0.5rem 1rem;
  box-sizing: border-box;
}
body[wc-view-type="sp"] section.event_list_box div.event_list > article div.m_event_box > h1,
body[wc-view-type="tb-l"] section.event_list_box div.event_list > article div.m_event_box > h1{
  padding: 1rem;
}
section.event_list_box div.event_list > article div.m_event_box > p{
  font-weight: 300;
  padding: 1rem;
  box-sizing: border-box;
}
body[wc-view-type="sp"] section.event_list_box div.event_list > article div.m_event_box > p{
  padding: 1rem;
}
section.event_list_box div.event_list > article div.m_event_img{
}
body[wc-view-type="sp"] section.event_list_box div.event_list > article div.m_event_img,
body[wc-view-type="tb-l"] section.event_list_box div.event_list > article div.m_event_img{
  width: 100%;
}
body[wc-view-type="tb"] section.event_list_box div.event_list > article div.m_event_img,
body[wc-view-type="pc"] section.event_list_box div.event_list > article div.m_event_img{
  width: 50%;
}
section.event_list_box div.event_list > article div.m_event_img figure{
}
section.event_list_box div.event_list > article div.m_event_img figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.event_list_box div.event_list > article div.m_event_img figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.event_list_box div.btn{
  margin: 1.5rem 0 0 auto;
}