/* イルミネーション
---------------------------------------------------------------------------*/
.wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 4%;
}

#illumi_body {
    background-color:black;
    background-position:top left;
    background-size:1000px 1500px;
    background-repeat:no-repeat;
}

/* ヘッダー
---------------------------------------------------------------------------*/
#illumi_head{
    height:50px;
    position:relative;
    background-size:contain;   
    background-repeat:repeat-x;
    background-position:bottom;
	padding:10px;
}

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

#illumi_stall_title{
    height:100px;
    background-image:url('../image/stall_title.png');
    background-size:contain;
    background-position:center;
    min-width:800px;
}


/* フッター 
---------------------------------------------------------------------------*/
#illumi_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');
}


.illumi_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;
}

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

.illumi_list li{
  position: relative;
  list-style-type: none!important;/*ポチ消す*/
  padding: 0.5em 0.5em 0.5em 0.5em;
  margin-bottom: 5px;
  line-height: 1.5;
  background: #dbebf8;
  vertical-align: middle;
  color: black;
  border-radius: 15px 0px 0px 15px;/*左側の角丸く*/
}

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

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

.illumi_box1{
    position: relative;
    padding: 1em 1em;
    margin: 5em 2em;
    border: dotted 6px #ccd01e;/*線*/
    border-radius: 8px;/*角の丸み*/
    color: #000000;/*文字色*/
    background-color: rgba(0,0,0,0.5);
}

.illumi_box1_title{
    position: absolute;
    display: inline-block;
    top: -20px;
    left: 10px;
    padding: 5px 10px 2px 10px;
    line-height: 1.1;
    font-size: 1.3em; /*タイトル文字サイズ*/
    background: #ccd01e;  /*タイトル文字背景色*/  */
    color:white; /*タイトル文字色*/
    font-weight: bold;
    border-radius: 8px;/*角の丸み*/
	
}

.illumi_box1 p {
    margin: 0; 
    padding: 0;
    color:white;
    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;
}

