*{
    box-sizing: border-box;
}

.description{
    max-width: 1200px;
    margin: 10px auto 20px auto;
    color: white;
    background: navy;
}

.description h1{
    font-size: 1.8rem;
    color: floralwhite;
    text-align: center;
    padding-top: 10px;
}

.description p{
    text-indent: 1em;
    text-align: justify;
    font-feature-settings : "palt";
    padding-bottom: 1rem;
}

.description p:last-child{
    padding-bottom: 0;
}

.lead_top{
    margin: 20px 20px 0px 20px;
}

.hide-text {
    display: none;
}

button.readmore {
    position: relative;
    width: 94px;
    margin: 10px auto 0 auto;
    display: block;
    background-color: transparent;
    color: ivory;
    padding-bottom: 45px;
    border: none;
    outline: 0;
    transition: .5s;
    -erbkit-transition: .5s;
}
 
button.readmore::after {
    content: " ";
    position: absolute;
    width: 30px;
    height: 30px;
    border-top: solid 3px floralwhite;
    border-right: solid 3px floralwhite;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    right: 31px;
    top: 22px;
    transition: .5s;
    -erbkit-transition: .5s;
}
 
button.readmore:hover::after {
    top: 28px;
}
 
.on-click {
    color: transparent!important;
}
 
.on-click {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

.readmore span{
    display: block;
}

.event_wrap{
    display: flex;
    flex-flow: column;
    max-width: 1200px;
    margin: 0 auto;
    border: 1px solid navy;
    padding: 10px;
    font-feature-settings : "palt";
}

.event_wrap span{
    padding-left: 0.5em;
}

.event_wrap a{
    color: #0026ac;
}

#Yohohama{
    margin-top: 10px;
}

#Imayo{
    margin-top: 10px;
}

#Hagi{
    margin-top: 10px;
    margin-bottom: 10px;
}

.lead{
    display: flex;
    justify-content: space-between;
}

.lead_text{
    margin: 10px 16px 10px 16px;
    width: 63.5%;
    text-indent: 1em;
    text-align: justify;
    font-feature-settings : "palt";
}

.lead_text p{
    padding-bottom: 1em;
}

.lead_text p:last-child{
    padding-bottom: 0;
}

.event_wrap h2{
    font-size: 1.2rem;
    position: relative;
    padding: 5px 0px 5px 10px;
    border-left: 6px solid red;
}

.event_wrap h2::after{
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ccc;  
}

.info_text{
    margin: 20px;
    width: 31%;
    align-self: center;
}

.info_text li{
    list-style: disc;
    margin-left: 1.2em;
}

.info_text h3{
    color: limegreen;
}

.event_images{
    display: flex;
    justify-content: space-between;
}

.overlay{
    margin: 0 auto;
    position: relative;
    width: 320px;
    height: 240px;
}

.overlay p {
    width: 100%;
    position: absolute;
    padding: 3px;
    bottom:0;
    left:0;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 1em;
    font-feature-settings : "palt";
}

.overlay img{
    width: 100%;
}

.ads_multi{
    text-align: center;
}

.sq_display{
	margin: 2em 0 0.5em 0;
    text-align: center;
}

@media screen and (max-width : 768px) {
.event_wrap{
    margin: 10px;
    }
    
.event_wrap h2{
    font-size: 1rem;
    }
    
.event_wrap span{
    display: block;  
    padding-left: 0;
    font-size: 0.9rem;
}

.description h1{
    font-size: 1rem;
    }
    
.lead{
    flex-flow: column;
    }
.lead_text{
    margin: 10px 0 0 0;
    width: 100%;
    }
.info_text{
    padding: 10px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    }
.event_images{
    flex-flow:column;
    }

button.readmore::after {
    right: 31px;
    top: 16px;
}

}