/* イベント用
---------------------------------------------------------------------------*/
.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:250px;
    position:relative;
    background-size:contain;   
    background-repeat:repeat-x;
    background-position:bottom;
}


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

/*　トップページ用 */
.event_top{
    position:relative;
    top:-300px;
    left:550px;
    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:212px;
  height:300px;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background-color:white;
  background-image:url(top-4.jpg);
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
  color: black;
  border: solid 3px #ffffff;
  border-radius: 5px;

  animation: poyopoyo 5s 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: white;
/*    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;
}


/* 本文の写真用
---------------------------------------------------------------------------*/
.grid2 {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin-top: 0;
  margin-bottom: 0;
}

.item2 {
  margin:10px;
  padding:0px;
}

.item2 p {
  text-align:center;
}

img {
    max-width: 100%;
}


/* 本文用
---------------------------------------------------------------------------*/
/*　吹き出し　*/
.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

.balloon5 .faceicon img{
  width: 100%;
  height: auto;
  border: solid 3px #d7ebfe;
  border-radius: 20%;
/*  border-radius: 50%; (元は50％）*/
}

.balloon5 .chatting {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #d7ebfe;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #d7ebfe;
}

.says p {
  margin: 0;
  padding: 0;
  color: rgba(0,32,96,1);/*文字色*/
  font-weight:bold;
  font-size:1.5em;

}

/*ボックス*/
.box29 {
    margin: 2em 0;
    background: #dcefff;
}
.box29 .box-title {
    font-size: 1.5em;
    background: #5fb3f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box29 p {
    padding: 15px 20px;
    margin: 0;
}

/*見出し*/
.box29 h3 {
  color: #364e96;/*文字色*/
  border: solid 3px #364e96;/*線色*/
  padding: 0.5em;/*文字周りの余白*/
  border-radius: 0.5em;/*角丸*/
}
