@charset "UTF-8";

:root {
/*gradation*/
/*orange
--small-btn_one:#FFD3A5;
--small-btn_two:#fd7e14;
*/
--small-btn_one:#15923B;
--small-btn_two:#9ECA35;

--event-menu-wrapHOVER:#08601F;
}
/* ---------------------- information ---------------------- */
.info_kakomi {
border:solid 1px #000;
border-radius:5px;
padding:15px 8px;
margin:15px;
}

 .signature {
text-align:right;
margin-right:1.5em;
}

/* ---------------------- ivent-list ---------------------- */
.event-menu-wrap {
width: 992px;
    margin: 3em auto;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;

}
.event-menu-wrap li {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: calc((100% - 40px) / 6);
    margin: 3px;
background:#eee;

    white-space: nowrap;
    padding: 0.8rem 0.25rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    cursor: pointer;
}
@media (max-width: 992px) {
.event-menu-wrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 8px 0;
}
.event-menu-wrap li {
    width: calc((100% - 16px) / 3);
margin:2px;
}
}

.event-menu-wrap li:hover{
background:var(--event-menu-wrapHOVER);
color:#FFF;
}

.event-menu-wrap span {
font-size:0.7em;
}
.event-menu-wrap span.moji {
font-size:0.7em;

}

.event-itemX {
	margin: 8px 2px;
	width: 100%;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 5px #77393e;
}

.event-item {
	margin: 8px 2px;
	width: 100%;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 5px #170404;
	min-height:300px;
}
@media screen and (max-width: 768px) {
	.event-item {
	}
}

.event-item a:focus, *:focus {
	outline:none;
}
.event-img {
  border-radius: 5px 5px 0 0;
  max-width: 100%;
  height: auto;
}
.event-item-content {
  padding: 15px 10px;
}
.event-item-title {
  font-size: 1rem;
  line-height: 1.1;
  margin-bottom: 5px;
}
.event-item-title span {
font-size:0.9rem;
}
.event-item-text2 {
  border-left: 4px solid;
padding:0.2rem;
  font-size: 90%;
  line-height: 1.2;
  margin-bottom:10px;
}






.square_btn_small a {
	align-items: center;
font-size:0.8rem;
    display:inline-block;
    padding: 0.6em 1em;
    text-decoration: none;
    border-radius: 4px;
    color:#FFF;/*効かない*/
background-image: linear-gradient( 135deg, var(--small-btn_one) 10%, var(--small-btn_two) 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  }
.square_btn_small a:hover{
background:var(--event-menu-wrapHOVER);
text-decoration:none;
}
.square_btn_small a:active{
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
    color: #fff;
}




.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


dl.event_info_dl{
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-flow:row wrap;
	align-items: stretch;
	width: 92%;
	margin:50px auto;
}
dl.event_info_dl dt{
	background: #f5f5f5;
	padding: 15px;
	flex-basis: 20%;
	border-bottom: 1px solid #ccc;
	font-size:0.9rem;
	font-weight:600;
}
dl.event_info_dl dd{
	background: #fff;
	padding: 15px;
	margin:0;
	flex-basis: 80%;
	border-bottom: 1px solid #ccc;
}

.event_info_dl dt:first-child {
	border-top: 1px solid #ccc;
}

.event_info_dl dd:nth-child(2) {
	border-top: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
dl.event_info_dl {
	flex-flow:column wrap;
	padding:0.2em 0;

}
dl.event_info_dl dt {
	padding-bottom:5px;
  font-weight: bold;
}
}
