* {
    margin: 0px;
    padding: 0px;
}
body {
    width: 100vw;
}
.box {
    background-size: cover;
    background-position: center;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    text-align: center;
    z-index: 9999;
}
.iconitems {
    list-style: none;
    text-align: center;
    height: 60px;
}
.fa-twitter {
    color: #fafafa;
    font-size: 41px;
    line-height: 60px;
}
.fa-facebook-f {
    color: #fafafa;
    font-size: 38px;
    line-height: 60px;
}
.fa-instagram {
    color: #fafafa;
    font-size: 40px;
    line-height: 60px;
}
.fa-instagram-square {
    font-size: 40px;
    line-height: 60px;
}
.fa-youtube {
    color: #fafafa;
    font-size: 40px;
    line-height: 60px;
}
@media screen and (min-width: 1024px){
    .iconitems {
        margin: 20px 20px;
    }
    h1 {
        padding-top: 80px;
        margin-bottom: 15px;
        margin-left: 120px;
        margin-right: 120px;
    }
    h2 {
        margin-bottom: 10px;
        margin-left: 120px;
        margin-right: 120px;
    }
    h3 {
        margin-bottom: 5px;
        margin-left: 120px;
        margin-right: 120px;
    }
    p {
        margin-left: 120px;
        margin-right: 120px;
    }
    .br_sp {
        display: none;
    }
    table {
        margin-left: 120px;
        margin-right: 120px;
        text-align: left;
    }
    #ptop1 {
        font-size: 48px;
    }
    #ptop2 {
        font-size: 42px;
    }
    #ptop3 {
        font-size: 36px;
    }
    #ptop4 {
        font-size: 48px;
    }
    #ptop5, #ptop6 {
        font-size: 30px;
    }
    #newsmore {
        margin-right: 120px;
    }
    #aboutus {
        background-image: url(img/backgroundimage3.jpg);
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        -webkit-box-align: left;
        -ms-flex-align: left;
        align-items: left;
        flex-direction: column;
        padding-bottom: 80px;
    }
    #aboutus img {
        float: left;
        margin-right: 30px;
        margin-left: 120px;
        margin-bottom: 30px;
    }
    #flyerthums_h {
        width: 30vw;
    }
    #flyerthums_w {
        width: 35vw;
    }
    #contactp{
        margin-bottom: 25px;
    }
    form p {
        font-size: 18px;
    }
    .inputcontact {
        width: 600px;
        font-size: 20px;
    }
    .formselect select {
        margin-bottom: 30px;
        width: 600px;
        height: 28px;
        font-size: 16px;
    }
    #send {
        margin-right: 15px;
        margin-bottom: 5px;
        padding: 5px 20px;
        font-size: 16px;
    }
    .g-recaptcha {
        margin: 0 120px 20px 120px;
    }
    #recaptcha {
        margin-bottom: 30px;
        font-size: 10px;
    }
}
@media screen and (min-width: 768px) and (max-width:1023px){
    .iconitems {
        margin: 20px 20px;
    }
    .luxbar-item {
        margin-left: 45px;
    }
    h1 {
        padding-top: 80px;
        margin-bottom: 15px;
        margin-left: 60px;
        margin-right: 60px;
        font-size: 24px;
    }
    h2 {
        margin-bottom: 10px;
        margin-left: 60px;
        margin-right: 60px;
        font-size: 20px;
    }
    h3 {
        margin-bottom: 5px;
        margin-left: 60px;
        margin-right: 60px;
        font-size: 18px;
    }
    p {
        margin-left: 60px;
        margin-right: 60px;
        font-size: 14px;
    }
    table {
        margin-left: 60px;
        margin-right: 60px;
        text-align: left;
    }
    .br_sp {
        display: none;
    }
    #ptop1 {
        font-size: 48px;
    }
    #ptop2 {
        font-size: 36px;
    }
    #ptop3 {
        font-size: 36px;
    }
    #ptop4 {
        font-size: 48px;
    }
    #ptop5, #ptop6 {
        font-size: 30px;
    }
    #newsmore {
        margin-right: 70px;
    }
    #aboutus {
        background-image: url(img/backgroundimage3.jpg);
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        -webkit-box-align: left;
        -ms-flex-align: left;
        align-items: left;
        flex-direction: column;
        padding-bottom: 80px;
    }
    #aboutus img {
        float: left;
        margin-right: 30px;
        margin-left: 60px;
        margin-bottom: 30px;
    }
    #flyerthums_h {
        width: 35vw;
    }
    #flyerthums_w {
        width: 35vw;
    }
    table {
        font-size: 12px;
    }
    #contactp{
        margin-bottom: 25px;
    }
    form p {
        font-size: 18px;
    }
    .inputcontact {
        width: 600px;
        font-size: 20px;
    }
    .formselect select {
        margin-bottom: 30px;
        width: 600px;
        height: 28px;
        font-size: 16px;
    }
    #send {
        margin-right: 15px;
        margin-bottom: 5px;
        padding: 5px 20px;
        font-size: 16px;
    }
    .g-recaptcha {
        margin: 0 60px 20px 60px;
    }
    #recaptcha {
        margin-bottom: 30px;
        font-size: 10px;
    }
}
@media screen and (max-width:767px){
    .iconitems {
        margin: 10px 15px;
    }
    .popup.show {
        opacity: 0.7;
        visibility: visible;
        transition: 0.5s;
    }
    .popup.show.end {
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
    }
    h1 {
        padding-top: 80px;
        margin-bottom: 15px;
        margin-left: 15px;
        margin-right: 15px;
        font-size: 24px;
    }
    h2 {
        margin-bottom: 10px;
        margin-left: 15px;
        margin-right: 15px;
        font-size: 20px;
    }
    h3 {
        margin-bottom: 5px;
        margin-left: 15px;
        margin-right: 15px;
        font-size: 18px;
    }
    p {
        margin-left: 15px;
        margin-right: 15px;
        font-size: 14px;
    }
    table {
        margin-left: 15px;
        margin-right: 15px;
        text-align: left;
    }
    .br_sp {
        clear: both;
    }
    #ptop1 {
        font-size: 28px;
    }
    #ptop2 {
        font-size: 28px;
    }
    #ptop3 {
        font-size: 24px;
    }
    #ptop4 {
        font-size: 32px;
    }
    #ptop5, #ptop6 {
        font-size: 16px;
    }
    .top.fa-twitter {
        font-size: 20px;
    }
    .top.fa-facebook-f {
        font-size: 20px;
    }
    .top.fa-instagram-square {
        font-size: 20px;
    }
    .top.fa-youtube {
        font-size: 20px;
    }
    #newsmore {
        margin-right: 12px;
    }
    #aboutus {
        background-image: url(img/backgroundimage3.jpg);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        flex-direction: column;
        padding-bottom: 80px;
    }
    #aboutus #choirvolare #rogo, #aboutus #conductor #conductor_img {
        display: block;
        margin: 0 auto;
    }
    #flyerthums_h {
        width: 35vw;
    }
    #flyerthums_w {
        width: 35vw;
    }
    table {
        font-size: 12px;
    }
    #contactp{
        margin-bottom: 14px;
    }
    form p {
        font-size: 12px;
    }
    .inputcontact {
        width: 300px;
        font-size: 20px;
    }
    .formselect select {
        margin-bottom: 30px;
        width: 300px;
        height: 28px;
        font-size: 16px;
    }
    #send {
        margin-right: 15px;
        margin-bottom: 5px;
        padding: 5px 20px;
        font-size: 16px;
    }
    .g-recaptcha {
        margin: 0 0 20px 15px;
    }
    #recaptcha {
        width: 300px;
        margin-bottom: 30px;
        font-size: 8px;
    }
}
a {
    text-decoration: none;
}
a:link {
    color: #000000;
}
a:visited {
    color: #000000;
}
a:hover {
    color: #000000;
}
a:active {
    color: #000000;
}
.button {
    margin: 0 auto;
    width: 100px;
    height: 45px;
    line-height: 45px;
    background-color: rgba(250, 250, 250, 0.9);
}
header {
    font-family: 'Sawarabi Gothic', sans-serif;
    font-family: 'Raleway', sans-serif;
}
#divcontent {
    font-family: 'Noto Sans JP', sans-serif;
}
#top {
    background-image: url(img/backgroundimage1.jpg);
    height: 100vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
}
#top_snsicons {
    color: #000000;
    margin: 0 auto;
    display: inline-flex;
    justify-content: center;
}
.top.fa-twitter {
    color: #000000;
}
.top.fa-facebook-f {
    color: #000000;
}
.top.fa-instagram-square {
    color: #000000;
}
.top.fa-youtube {
    color: #000000;
}
#ptop {
    margin: 58px auto 30px;
    padding: 80px 30px 80px;
    text-align: center;
    color: #000000;
    font-family: 'Noto Serif JP', sans-serif;
    background-color: rgba(250, 250, 250, 0.7);
}
#topmore {
    float: none;
    text-align: center;
    font-size: 16px;
}
#news {
    background-image: url(img/backgroundimage2.jpg);
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    flex-direction: column;
    padding-bottom: 80px;
}
#news #wp_h {
    font-size: 20px;
}
#news #wp_date {
    margin-bottom: 10px;
}
#news #wp_p p {
    margin-bottom: 60px;
}
#newsmore {
    float: right;
    text-align: center;
    width: 120px;
}
.fa-angle-double-right {
    margin-right: 3px;
}
#choirvolare {
    flex-direction: column;
}
#aboutus p {
    margin-bottom: 30px;
}
#conductor  {
    clear: both;
}
#concert {
    background-image: url(img/backgroundimage4.jpg);
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    flex-direction: column;
    padding-bottom: 80px;
}
.pconcert {
    float: left;
    margin-right: 30px;
    padding-bottom: 30px;
    width: 40vw;
}
#schedule {
    background-image: url(img/backgroundimage5.jpg);
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    flex-direction: column;
    clear: both;
    padding-bottom: 80px;
}
th {
    padding-right: 20px;
}
#contact {
    background-image: url(img/backgroundimage6.jpg);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 30px;
}
#footer {
    width: 100vw;
}
#footer h1 {
    margin: 0 auto 0;
    padding-top: 20px;
    color: #fafafa;
    background-color: slategray;
    text-align: center;
}
#f_snsicons {
    background-color: slategray;
    width: 100%;
    margin: 0 auto;
    display: inline-flex;
    justify-content: center;
}
#copyright {
    clear: both;
    margin: 0 auto;
    text-align: center;
    background-color: slategray;
    color: #fafafa;
    height: 40px;
}