


/**************** 見出し *********************/
.detail
{
    margin: 50px auto 0;
    max-width: 1220px;
    padding: 0 30px 100px;
    width: 100%;
}
.detail> h2
{
    margin-top: 80px;
    padding: 0;
    position: relative;
    text-align: center;
}
.detail> h2.flower span
{
    color: #e84030;
    font-family: 'Shippori Mincho', serif;
    font-weight: 600;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    white-space: pre;
    word-break: keep-all;
}
.detail> h2 span:first-of-type
{
    color: #000;
    font-size: 1.6em;
    transform: translateX(-50%) translateY(-100%);
}
.detaila
{
    text-decoration: none;
    color: #000;
}
.detail> h3
{
    position: relative;
    bottom: 20px;
    text-align: center;
    margin-bottom: 80px;
}





/**************** 共通 *********************/
body
{
    box-sizing: border-box;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    border-radius: 20px;
}
.wrapper
{
    display: flex;
}




/**************** メインコンテンツ *********************/

div.top-img
{
    text-align: center;
}
div.top-img img
{
    width: 50%;
}
section.event-items content
{
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    margin-top: 50px;
}
section.event-items content img
{
    width: 75%;
}
section.event-items content > *
{
    border: 1px solid #ddd;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
    margin: 20px 16px 0 0;
    padding: 35px 10px 40px 10px;
    position: relative;
    text-align: center;
    width: calc((100% - 50px) / 3);
}
section.event-items content div:nth-child(3)
{
    margin-right: 0;
}
section.event-items content .area
{
    align-items: center;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    font-size: 0.8em;
    font-weight: 900;
    height: 25px;
    justify-content: center;
    left: 0;
    padding: 1px 10px;
    position: absolute;
    top: 0;
    width: 150px;
}
section.event-items content .niyodogawa
{
    background: #eed348;
}
section.event-items content .monobe
{
    background: #e886c8;
}
section.event-items content .area.okushimanto
{
    background: #b0da5e;
}
section.event-items content .area.aki
{
    background: #bd7ee2;
}
section.event-items content .title 
{
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    margin: 10px 0 0 0;
    text-align: left;
}
section.event-items content .description 
{
    margin: 10px 0 0 0;
    text-align: left;
}
section.event-items content .term 
{
    border-bottom: 1px dashed #000;
    border-top: 1px dashed #000;
    font-size: 0.9em;
    margin: 10px 0;
    padding: 10px 0;
    text-align: left;
}
section.event-items content .link 
{
    bottom: 10px;
    position: absolute;
    right: 10px;
}
section.event-items content .link a 
{
    align-items: center;
    background: #006633;
    border: 2px solid #006633;
    border-radius: 15px;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    font-weight: 700;
    height: 30px;
    justify-content: center;
    text-decoration: none;
    width: 120px;
}
section.event-items content .link a:hover
{
    background: #fff;   
    color: #006633;
}
section.event-items content p
{
    font-size: 9px;
    line-height: 13px;
    margin: 0;
    position: absolute;
    top: 1px;
    left: 155px;
    text-align: left;
}

@media screen and (min-width:768px) and ( max-width:1024px) 
{
    section.event-items content p
{
    font-size: 9px;
    line-height: 13px;
    margin: 0;
    position: relative;
    top: -7px;
    left: -5px;
    text-align: left;
}
    section.event-items content br.none
    {
        display: none;
    }
}


/**************** バナー *********************/


section.banner ul
{
    display: flex;
    justify-content: center;
    margin-top: 100px;
    padding: 0;
}
section.banner ul li
{
    list-style: none;
}
section.banner ul li:first-child
{
    padding-right: 30px;
}
section.banner ul li:last-child
{
    padding-left: 23px;
}