/* イベント用
---------------------------------------------------------------------------*/
.wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 4%;
}

#event_body {
    background-color:rgba(204,255,255,1);
    background-position:top left;
    background-size:1000px 1500px;
    background-repeat:no-repeat;
}

/* ヘッダー
---------------------------------------------------------------------------*/
#event_head{
    height:350px;
    position:relative;
    background-size:contain;   
    background-repeat:repeat-x;
    background-position:bottom;
}


#event_title{
    height:400px;
    background-image:url('../image/title.png');
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
    min-width:800px;
}


#event_title2{
    height:400px;
    background-image:url('../image/top2.png');
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
    min-width:800px;
}

/*　トップページ用 */
.event_top{
    position:relative;
    top:-180px;
    left:480px;
    width: 100px;
    height: 100px;
/*    background-image:url(../illumination/image/bg01.jpg);	*/
    z-index:200;
    background-size:cover;
    color:white;
    font-family:"ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
/*    border:5px solid gold;	*/
}

/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: white;
    font-family:"ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro W4","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  border-radius: 0.5rem;
}

/*色や主な共通部分は省略*/

a.btn--circle {
  border-radius: 50%;
  line-height: 1.5em;
  width: 200px;
  height: 200px;
  padding: 1.5em 0;
  -webkit-box-shadow: 0 5px 0 #000000;
  box-shadow: 0 5px 0 #000000;
  background-image:url(../image/bg01.jpg);
  background-size:cover;
}

a.btn--circle:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  -webkit-box-shadow: 0 2px 0 #000000;
  box-shadow: 0 2px 0 #000000;
}


.btn-square-2 {
  width:320px;
  height:180px;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background-color:white;
  background-image:url(top-2.jpg);
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
  color: black;
  border: solid 3px #ffffff;
  border-radius: 5px;

  animation: poyopoyo 3s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}

.btn-square:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}



/* フッター 
---------------------------------------------------------------------------*/
#event_footer {
    background-color:#9db6c2;
    height:150px;
    color:black;
    text-align:center;
    line-height:40px;
    margin-top:0px;
    background-size:500px;   
    background-repeat:repeat-x;
    background-position:bottom;
    background-image:url('../image/line01.png');
    filter:invert();
    min-width:1000px;
}


/* 本文
---------------------------------------------------------------------------*/
.big-bg{
    background-size:cover;
    background-position:center top;
    background-repeat:no-repeat;
/*      background-image:url('../image/bg02.jpg'); */
}


.event_terachan{
    display:block;
    width:150px;
    margin-left:auto;
    margin-top:100px;    
}

article{
    width:74%;
    min-width:600px;
}

aside{
    width:auto;
    min-width:250px;
}

.news-contents {
    display:flex;
    justify-content:spase-between;
    margin-bottom:0px;
}

.event_list{
    padding:0;
    margin:5em 1em 1em 1em;
}

.event_list li{
  position: relative;
  list-style-type: none!important;/*ポチ消す*/
  padding: 0.5em 0.5em 0.5em 0.5em;
  margin-bottom: 1em;
  line-height: 1.5;
  background: rgba(255,255,255,1);
  vertical-align: middle;
  color: rgba(0,32,96,1);
  border-radius: 15px 0px 0px 15px;/*左側の角丸く*/
}

.event_list a{
    color:black;
    text-decoration:none;
}

.event_caption{
    color:white;
    border-bottom:2pt solid white;
    font-size:20px;
    width:290px;
    padding:10px;
}

.event_box1{
    position: relative;
    padding: 1em 1em;
    margin: 5em 2em;
    border: dotted 6px blue;/*線*/
    border-radius: 8px;/*角の丸み*/
    color: rgba(0,32,96,1);/*文字色*/
    background-color: rgba(247,239,162,1);
/*    background-color: rgba(250,233,78,1); */
}

.event_box1_title{
    position: absolute;
    display: inline-block;
    top: -20px;
    left: 10px;
    padding: 3px 10px;
    line-height: 1;
    font-size: 2em; /*タイトル文字サイズ*/
    background-color: rgba(255,215,0,1);
/*    background: yellow;  /*タイトル文字背景色*/  */
    color:white; /*タイトル文字色*/
    font-weight: bold;
}

.event_box1 p {
    margin: 0; 
    padding: 0;
    color:rgba(0,32,96,1);
    font-size:large;
    font-weight: bold;
}

.event_box1 ol,ul {
    margin:0.5em auto 0.5em 1em ; 
    padding: 0;
    color:rgba(0,32,96,1);
    font-size:large;
    font-weight: bold;
}

/* アルバム用
---------------------------------------------------------------------------*/
.grid {
  display: grid;
  gap: 26px;
  grid-template-columns:repeat(5,1fr);
  margin-top: 6%;
  margin-bottom: 50px;
}

.item {
  background: #0bd;
  color: #fff;
  margin: 10px;
  padding: 10px;
}

