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

#heading {
    padding-bottom: 0;
    margin-bottom: 100px;
    background-color: #f5f5f5;
}
#heading ul.breadcrumb {
    padding: 10px 0;
    margin-bottom: 0;
}

div.category-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
}
div.category-heading-contents {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #09529e;
}
div.category-heading-ttl {
  font-size: 70px;
}
div.category-heading-ruby {
  font-size: 16px;
  border-bottom: 2px solid;
  padding-bottom: 15px;
  margin-left: 25px;
  margin-bottom: -15px;
}

h2.style01 {
  position: relative;
  padding: 0 0 10px 10px;
  margin-bottom: 50px;
  border-bottom: solid 1px #bdd9ff;
}
h2.style01::after {
  position: absolute;
  content: "";
  display: block;
  border-bottom: solid 4px #5e91c6;
  bottom: -2px;
  left: 0;
  width: 50px;
}

ul.list {
	margin-bottom: 150px;
  width: 98%;
  margin: 0 1%;
  overflow: hidden;
}

ul.list li{
  /* position: relative; */
	width: 32%;
  font-size: 0;
	float: left;
	margin-right: 2%;
	margin-bottom: 45px;
}
ul.list li .announce-red {
  /* position: absolute; */
  /* top: -15px; */
  /* right: -10px; */
  width: fit-content;
  height: 20px;
  line-height: 20px;
  background-color: #ff2d2e;
  color: #fff;
  font-size: 10px;
  border-radius: 10px;
  padding: 0 20px;
  overflow: hidden;
}

ul.list li:nth-child(3n){
	margin-right: 0;
}

ul.list li p{
	font-size: 12px;
	margin: 0 10px;
  margin-left: 2px;
}
ul.list li img{
  border: 2px solid #e3e3e3;
  border-radius: 10px;
  box-sizing: border-box;
  aspect-ratio: 16/9;
  object-fit: contain;
  background: #fff;
}
ul.list li p.title{
	font-size: 14px;
	margin: 10px 0;
	/* min-height:42px; */
	line-height: 1.5;
}
ul.list li p.title a{
	color:#464646;
	font-weight: bold;
}
ul.list li p.date{
	font-size: 12px;
  color: #a9a9a9;
	/* margin-bottom: 5px; */
	display: inline-block;
}

ul.list li p.ticket{
	font-size: 13px;
	padding: 0 8px;
	margin-bottom: 10px;
	color:#fff;
	background: #FA6816;
	display: inline-block;
}

ul.list li p.announce{
	/* color: #a9a9a9; */
  color: #ff0000;
  font-size: 10px;
	display: inline-block;
	margin-bottom: 10px;
  font-weight: 600;
}


.noEventInformation {
  color: #a0a0a0;
	text-align: center;
	/* padding-top: 150px; */
  padding-bottom: 150px;
  font-size: 16px;
}


.sbTwitter{
	border: 1px solid rgb(240, 240, 240);
	border-radius: 4px;
	margin-bottom: 10px;
}

#contentsBox {
  margin: auto;
}
#contentsBox h2.stylePickupEvent {
	display: inline-block;
	background: #0052A5;
	color: #fff;
	padding: 6px 56px 6px 10px;
	height: 36px;
	position: relative;
	font-size: 2rem;
	font-weight: bold;
}

#contentsBox h2.stylePickupEvent:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	border-style: solid;
	border-width: 48px 0 0 48px;
	border-color: #d6f6ff #d6f6ff #d6f6ff #0052A5;
}


#contentsBox h2.stylePickupEvent img {
	vertical-align: middle;
	margin-right: 6px;
}

#contentsBox div.stylePickupEventBg {
	background: #d6f6ff;
}

.iconKidProject {
	margin: 0;
}

.iconKidProject img {
	margin: 0 0 8px 0 !important;
}

.blogArchive div.readmoreBtn {
    text-align: right;
}

.blogArchive a.readmore {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding-left: 15px;
    background: url(../img/common/icon_arrow01.png) no-repeat left center;
}

@media screen and (min-width: 900px) {
/*========================================
* イベント記事CSS（PC）
========================================*/
  .articleContent {
    width: 960px;
    margin: 0 auto;
    font-size: 14px;
  }
  .articleTitle {
    text-align: center;
    margin: 0 0 50px;
  }
  .item.clearfix {
    display: flex;
    align-items: stretch;
    margin: 0 0 15px;
  }
  .item.clearfix .title {
    width: 24%;
    margin: 0 1% 0 0;
    border-bottom: solid 2px #0052A5;
    color: #0052A5;
    padding: 15px 15px 30px 15px;
    font-weight: 600;
  }
  .item.clearfix .contents {
    width: 75%;
    border-bottom: solid 2px #bdd9ff;
    padding: 15px 15px 30px 15px;
  }
  /*
  .item.clearfix:first-child .title,
  .item.clearfix:first-child .contents {
    border-bottom: none;
  }
  */
/*========================================
* イベントカテゴリ別アーカイブCSS（PC）
========================================*/
  .archive_title {
    margin: 0 0 30px;
    font-size: 16px;
    font-weight: 500;
  }
}

@media screen and (max-width: 899px) {
  body {
    min-width: auto;
  }
  #heading {
    height: 35px;
    margin-bottom: 70px;
  }
  #heading ul.breadcrumb {
    margin: 0;
  }
  .contentIn {
    /* padding: 0 20px; */
    padding: 0 15px;
  }
  .clearfix:after {
    content: none;
  }
  div.category-heading {
    height: 250px;
  }
  div.category-heading-contents {

  }
  div.category-heading-ttl {
    font-size: 55px;
  }
  div.category-heading-ruby {
    font-size: 11px;
    border-bottom: 1px solid;
    padding-bottom: 20px;
    margin-left: 5px;
    margin-bottom: -15px;
  }

  h2.style01 {
    padding: 0 0 10px 0;
    margin-bottom: 30px;
    border-bottom: solid 2px #bdd9ff;
    font-size: 4vw;
  }
  h2.style01::after {
    border-bottom: solid 5px #5e91c6;
    bottom: -3px;
  }
  ul.list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
  }

  ul.list li{
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }

  ul.list li .announce-red {
    padding: 0 10px;
  }

  ul.list li:nth-child(3n){

  }

  ul.list li p{

  }
  ul.list li img{
    border: 1px solid #e3e3e3;
    border-radius: 5px;
  }
  ul.list li p.title{
    font-size: 12px;
    margin: 0.5em 0;
  }
  ul.list li p.title a{

  }
  ul.list li p.date{
    font-size: 10px;
    line-height: 1.25em;
    margin: 0 0 0.5em;
  }

  ul.list li p.ticket{
  }

  ul.list li p.announce{
    font-size: 10px;
    line-height: 1.25em;
    color: #ff0000;
    font-weight: 600;
  }


  .noEventInformation {
    padding: 20px 0 50px;
    margin: auto;
  }

  .sbTwitter{
  }

  #contentsBox {
  }
  #contentsBox h2.stylePickupEvent {
  }

  #contentsBox h2.stylePickupEvent:after {
  }

  #contentsBox h2.stylePickupEvent img {
  }

  #contentsBox div.stylePickupEventBg {
  }

  /*========================================
  * イベント記事CSS（SP）
  ========================================*/
  .articleContent {
    width: 100%;
    font-size: 3.5vw;
  }
  .articleTitle {
    text-align: center;
    margin: 0 0 2em;
  }
  .item.clearfix {
    display: block;
    position: relative;
    width: 100%;
    border-top: solid 2px #bdd9ff;
    margin: 0 0 1.5em;
  }
  .item.clearfix:before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 50%;
    height: inherit;
    border-top: 2px solid #0052A5;
  }
  .item.clearfix .title {
    color: #0052A5;
    padding: 1em 1em 0.5em 1em;
    font-weight: 600;
  }
  .item.clearfix .contents {
    padding: 0 1em;
  }
  /*
  .item.clearfix:first-child .title,
  .item.clearfix:first-child .contents {
    border-bottom: none;
  }
  */
/*========================================
* イベントカテゴリ別アーカイブCSS（SP）
========================================*/
  .archive_title {
    margin: 0 0 4vw;
    font-size: 3.75vw;
    font-weight: 500;
  }
  #sideBoxDetail {
    float: none;
    width: 100%;
    margin: 6vw 0 0;
  }
  #sideBoxDetail .bnrSub,
  #sideBoxDetail .bnrHalf {
    text-align: center;
  }
}
