@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');

/*common*/

body {
    color: #333;
    font-size: clamp(10px, 16 / 1200 * 100vw, 16px);
    line-height: 1.8;
    line-break: strict;
    word-break: break-all;
    text-align: justify;
    text-justify: distribute;
    position: relative;
    min-height: 100vh;
    height: 100%;
    display: flex;
    flex-direction: column;
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    overflow-x: hidden;
}

body::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -10;
    width: 100vw;
    height: 100vh;
    background: url(../images/common/bg.jpg) no-repeat top center;
    background-size: cover;
}

a:link {
    text-decoration: none;
    color: #f30;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
}

a:visited {
    text-decoration: none;
    color: #f30;
}

a:hover {
    opacity: 0.7;
}

p:not(:last-child) {
    margin-bottom: 2em;
}

/*PC--------------------------------------------------------------------------------------*/


#fes-wrap {
    max-width: 1230px;
    width: 100%;
    padding: 0 15px 50px 15px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}

/*header*/

.header-bg{
    background: #ffe;
    width: 100%;
    padding: 50px 0;
    -moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
        -webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
        box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
}

.header-wrap{
    max-width: 802px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

h1{
    width: 100%;
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 26.5544%;
    position: relative;
    width: 100%;
    display: block;
    background: url(../images/common/header1.png) no-repeat;
    background-size: cover;
    text-indent: -9999px;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
}

/*content*/

#fes-wrap section{
    margin: 50px 0;
}

#fes-wrap section h2{
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 2em;
}

#fes-wrap section h3{
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 1.2em;
    border-left: 5px solid #928f82;
    line-height: 1.5;
    padding-left: 1em;
    color: #333;
    margin-bottom: 50px;
}

#fes-wrap section h3 span{
    color: #ed798e;
    font-size: 1.3em;
}

#fes-wrap section h4{
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 1.4em;
    color: #928f82;
    text-align: center;
    margin-bottom: 1em;
    line-height: 1;
}

#fes-wrap section dl {
    margin: 2em 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#fes-wrap section dl dt {
    color: #f90;
    width: 6em;
    font-weight: bold;
}

#fes-wrap section dl dd {
    width: calc(100% - 6em);
}

span.date{
    font-size: 1.6em;
    font-family: 'Oswald', sans-serif;
    margin-right: 0.1em;
    vertical-align: baseline;
    font-weight: 700;
}

#fes-wrap section .leafletBG{
    background: rgba(255, 255, 255, 0.7);
    margin-top: 50px;
    padding: 30px;
    box-sizing: border-box;
}

#fes-wrap section .leafletBG.box1{
    border: 1px solid #f4b3d1;
}

#fes-wrap section .leafletBG.box2{
    border: 1px solid #8dcfce;
}

#fes-wrap section .leafletBG.box3{
    border: 1px solid #f90;
}

#fes-wrap section .leafletWrap{
    display: flex;
    flex-wrap: wrap;
    align-items: center;;
}

#fes-wrap section .leafletWrap .cover{
    width: 30%;
}

#fes-wrap section .leafletWrap .cover img{
    width: 100%;
    -moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
        -webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
        box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
}

#fes-wrap section .leafletWrap .content{
    flex: 1;
    margin-left: 30px;
}

#fes-wrap section .leafletWrap .content ul.cover-wrap{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    list-style: none;
}

#fes-wrap section .leafletWrap .content ul.cover-wrap li{
    width: 50%;
    padding: 0 15px;
    box-sizing: border-box;
    text-align: center;
}

#fes-wrap section .leafletWrap .content ul.cover-wrap li img{
    width: 100%;
    -moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
        -webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
        box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
}

#fes-wrap section .leafletWrap .content ul.cover-wrap li .title{
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 1.4em;
    margin: 1em 0 0.5em 0;
    line-height: 1.5;
    color: #f30;
}

.copyright{
    text-align: center;
    font-size: 0.9em;
}



/*RESPONSIVE--------------------------------------------------------------------------------------*/

@media only screen and (max-width: 1200px) {}


/*MOBILE--------------------------------------------------------------------------------------*/

@media only screen and (max-width: 767px) {

    body {
        font-size: clamp(10px, 14 / 375 * 100vw, 14px);
        line-height: 1.6;
    }

    .header-bg{
        background: #ffe;
        width: 100%;
        padding: 5vh 0;
        -moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
        -webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
        box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    }

    h1{
        width: 100%;
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 99.28229%;
        position: relative;
        width: 100%;
        display: block;
        background: url(../images/common/header2.png) no-repeat;
        background-size: cover;
        text-indent: -9999px;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
    }

    #fes-wrap {
        width: 100%;
        padding: 0 15px 5vh 15px;
        box-sizing: border-box;
        margin: 0 auto;
    }

    span.br::before{
        content: "\A" ;
        white-space: pre ;
    }
    
    /*content*/

    #fes-wrap section{
        margin: 5vh 0;
    }

    #fes-wrap section h2{
        font-size: 2em;
    }

    #fes-wrap section h3{
        margin-bottom: 5vh;
    }

    #fes-wrap section dl dt {
        color: #f90;
        width: 100%;
        font-weight: bold
    }
    
    #fes-wrap section dl dd {
        width: 100%;
    }
    
    #fes-wrap section .leafletBG{
        background: #fff;
        margin-top: 5vh;
        padding: 5vh 15px;
    }

    #fes-wrap section .leafletWrap .cover{
        width: 70%;
        margin: 0 auto 5vh auto;
        display: block;
    }

    #fes-wrap section .leafletWrap .content{
        flex: auto;
        width: 100%;
        margin-left: 0;
    }

    #fes-wrap section .leafletWrap .content ul.cover-wrap{
        display: flex;
        flex-wrap: wrap;
        margin: 0 -7px;
        list-style: none;
    }
    
    #fes-wrap section .leafletWrap .content ul.cover-wrap li{
        width: 50%;
        padding: 0 7px;
        box-sizing: border-box;
        text-align: center;
    }

    #fes-wrap section .leafletWrap .content ul.cover-wrap li .title{
        font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
        font-size: 1.1em;
        margin: 1em 0 0.5em 0;
        line-height: 1.5;
    }

}