@charset "utf-8";
/* CSS Document */
html, body {
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important;
    width: 100% !important;
}
* {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
html {
    font-size: 62.5%;
    line-height: 1.6;
    color: #222;
    width: 100%;
    margin: 0;
    padding: 0;
}
body {
    font-size: 1.6em;
    font-family: 'Noto Sans JP', sans-serif;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #FFF;
}
.wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}
.inner {
    width: 100%;
    max-width: 1080px;
    margin: 50px auto;
    padding: 0 20px;
}
.inner p {
    margin: 0;
}
header {
    width: 100%;
    border-top: 2px solid #E60012;
}
.bg_pattern {
    background-image: linear-gradient(0deg, #FFF 50%, #E60012 50%);
    background-size: 2px 6px;
}
.Lines {
    background: url("../../images/common/happy.png") no-repeat left;
    height: 30px;
    max-width: 1080px;
    margin: auto;
}
.line_m {
    margin: 60px 0;
}
#logo {
    text-align: center;
}
#logo img {
    width: 35%;
    margin: auto;
    margin: 10px 0 0;
}
.main_photo {
    width: 100%;
    max-width: 1080px;
    margin: auto;
}
.main_photo img {
    width: 100%;
}
section {
    background-color: #FFF;
    margin: 0 auto;
}
section h2 {
    font-size: 9.4rem;
    font-weight: 400;
    text-align: left;
    color: #222;
    margin: 0;
    padding: 0;
    line-height: 1.0;
}
.title_sub_j {
    color: #E60012;
    font-size: 2.4rem;
    text-align: left;
    font-weight: 500;
    border-bottom: #E60012 2px solid;
    display: inline-block;
}
/*ナビゲーション*/
.nav-btn_box {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
}
.nav-btn {
    position: relative;
    top: 40px;
    z-index: 999;
    width: 80px;
    height: 80px;
    background: url("../../images/common/menu_open.png") no-repeat 0 0;
    background-size: cover;
}
.nav-btn.active {
    background: url("../../images/common/menu_close.png") no-repeat 0 0;
    background-size: cover;
}
#nav {
    position: absolute;
    top: 2px;
    right: 0;
    z-index: 99;
    background-color: #222;
    opacity: 0.95;
    width: 100%;
    display: none;
}
#nav ul {
    margin: 0;
    padding: 0;
}
#nav li {
    padding: 1%;
    border-top: 1px solid #E4E1DB;
    min-height: 43px;
    color: #fff;
    display: block;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
#nav li a {
    display: block;
    justify-content: space-between;
    align-items: center;
    color: #FFF;
    margin: auto;
    text-decoration: none;
}
.anchor {
    display: block;
    padding-top: 10px;
    margin-top: 20px;
}
/*GREETING*/
#GREETING p, .news_one_box p {
    margin: 0;
}
/*NEWS*/
.news_box, .festival_box, .college_box, .about_box, .schedule_box {
    margin: 40px 0;
}
.news_box {
    border-bottom: #666 dotted 1px;
}
.news_one_box {
    margin: 10px 0;
    display: flex;
    padding-top: 10px;
    border-top: #666 dotted 1px;
}
.new_box {
    background: url("img/new_icon.png") no-repeat left;
}
.enpty_box {
    background: none;
}
.news_text {
    padding: 10px 0 10px 40px;
    margin-left: 10px;
}
.button {
    display: block;
    position: relative;
    background: #666;
    height: 30px;
    padding: 4px 30px;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    margin: 8px 0 0 20px;
    min-width: 160px;
}
.button:before {
    content: "";
    position: absolute;
    top: 44%;
    right: 12px;
    width: 8px;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
}
.button:after {
    content: "";
    position: absolute;
    top: 56%;
    right: 12px;
    width: 8px;
    height: 2px;
    background: #fff;
    transform: rotate(-45deg);
}
.button {
    font-size: 1.4rem;
}
/*FESTIVAL*/
.festival_box p {
    margin: 20px 0;
}
.bnr_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bnr_box a {
    width: calc(33% - 4%);
    margin: 10px auto;
}
.bnr_box a img {
    width: 100%;
}
/*COLLEGE*/
.bnr_txt_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}
.bnr_txt_box img {
    width: 33%;
    height: 33%;
}
.bnr_txt_box .text_box {
    width: 75%;
}
.bnr_txt_box .text_box h4 {
    font-size: 2.8rem;
    font-weight: 600;
    margin: 0 0 20px 20px;
}
.bnr_txt_box .text_box p {
    margin: 0 20px;
}
.bnr_txt_box .text_box .color_01 {
    color: #921515;
}
.bnr_txt_box .text_box .color_02 {
    color: #0F5795;
}
/*ABOUT US*/
.about_box p {
    border-top: 1px dotted #666;
    padding-top: 30px;
}
/*ABOUT*/
.about_box dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 20px;
}
.about_box dt {
    width: 19%;
    padding-bottom: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}
.about_box dd {
    width: 75%;
    padding-bottom: 20px;
    margin-bottom: 10px;
}
/*SCHEDULE*/
.googleCalendar iframe {
    width: calc(100% - 40px);
    height: 400px;
    margin: 40px 20px;
}
@media all and (min-width: 768px) {
    .googleCalendar iframe {
        height: 600px;
    }
}
/*SNS*/
.sns_box {
    display: flex;
    justify-content: center;
    padding: 5%;
}
.sns_box a {
    display: flex;
    justify-content: center;
}
.sns_box img {
    width: 50%;
    margin: 0 5%;
}
/*footer*/
footer {
    background-color: #3C4043;
}
footer .inner {
    padding: 30px;
    display: flex;
}
footer .inner img {
    width: 50%;
}
footer .logo_box {
    width: 50%;
    margin-top: 3%;
}
.sitemap {
    margin: 0;
}
.sitemap ul li a {
    color: #FFF;
    margin: 0;
    text-decoration: none;
}
.sitemap li {
    list-style: none;
}
.Copyright {
    width: 100%;
    text-align: center;
    padding: 1% 0;
}
.page-top {
    position: fixed;
    right: 10px;
    bottom: 80px;
    width: 65px;
    height: 65px;
    line-height: 65px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    background-color: #E60012;
    cursor: pointer;
}
.page-top p {
    position: relative;
    padding-top: 5px;
}
.page-top p:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 50%;
    margin-left: -7px;
    display: block;
    width: 13px;
    height: 15px;
    background: url("../../images/common/btn_pagetop.png") no-repeat 0 0;
    background-size: 13px 15px;
}
/*各ゴスペル祭*/
.gp_date {
    width: 100%;
    max-width: 1080px;
    margin: auto;
    text-align: center;
}
#SCHEDULE .about_box dl {
    display: flex;
    justify-content: flex-start;
}
#SCHEDULE .about_box dt {
    text-align: right;
}
#SCHEDULE .about_box dd {
    margin-left: 0;
}
.performer_box {
    margin: 30px 0;
}
#PERFORMER .bnr_txt_box {
    border-bottom: 1px dotted #666;
    padding-bottom: 20px;
    margin-bottom: 30px;
    display: flex;
}
#PERFORMER .bnr_txt_box img {
    width: 50%;
}
#PERFORMER .bnr_txt_box text_box {
    width: 50%;
}
#PERFORMER .bnr_txt_box text_box p {
    margin: 0 auto;
}
#PERFORMER a:link {
    color: #222;
}
#PERFORMER a:hover {
    color: #666;
}
#PERFORMER a:visited {
    color: #222;
}
#PERFORMER .bnr_txt_box text_box h4 {
    font-size: 1.4rem;
    font-weight: 400;
}
.color_musashino {
    color: #3d84c1;
}
.button001 a {
    background: #666;
    border-radius: 3px;
    position: relative;
    display: block;
    justify-content: space-around;
    align-items: center;
    margin: 20px auto;
    max-width: 280px;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}
.button001 a:hover {
    background: #313131;
    color: #FFF;
}
.button001 a:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button001 a:hover:after {
    border-color: #FFF;
}
.pan {
    width: 100%;
    max-width: 1080px;
    margin: 10px auto;
    text-align: left;
    padding-left: 10px;
}
.pan a:link {
    color: #222;
}
.pan a:hover {
    color: #666;
}
.pan a:visited {
    color: #222;
}
/*レスポンシブ*/
@media screen and (min-width:1600px) and (max-width:1920px) {
    .nav-btn {
        left: 74%;
    }
}
@media screen and (min-width:1400px) and (max-width:1600px) {
    .nav-btn {
        left: 80%;
    }
}
@media screen and (min-width:1200px) and (max-width:1400px) {
    .nav-btn {
        left: 84%;
    }
}
@media screen and (min-width:768px) and (max-width:1200px) {
    .nav-btn {
        left: 88%;
    }
}
@media screen and (min-width:375px) and (max-width:768px) {
    .nav-btn {
        left: 84%;
        width: 60px;
        height: 60px;
    }
}
@media screen and (max-width: 375px) {
    .nav-btn {
        left: 84%;
        width: 50px;
        height: 50px;
    }
}
@media screen and (max-width: 768px) {
    body {
        font-size: 1.4em;
    }
    #logo h1 {
        text-align: left;
    }
    #logo img {
        width: 60%;
        margin: auto;
        margin: 10px 0 0;
    }
    section h2 {
        font-size: 4.6rem;
    }
    #GREETING h4 {
        font-size: 2.4rem;
    }
    .title_sub_j {
        font-size: 1.6rem;
    }
    .headline {
        font-size: 2.6rem;
    }
    .news_text {
        font-size: 1.2rem;
    }
    .new_box {
        background: url("img/new_icon.png") no-repeat left;
        background-size: 18%;
    }
    .enpty_box {
        background: none;
    }
    .news_text {
        padding: 10px 0 10px 30px;
        margin-left: 10px;
    }
    .button {
        display: block;
        position: relative;
        background: #666;
        height: 26px;
        padding: 5px 16px;
        border-radius: 20px;
        color: #fff;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        margin: 8px 0 0 20px;
        min-width: 160px;
    }
    .button:before {
        content: "";
        position: absolute;
        top: 42%;
        right: 8px;
        width: 7px;
        height: 2px;
        background: #fff;
        transform: rotate(45deg);
    }
    .button:after {
        content: "";
        position: absolute;
        top: 57%;
        right: 8px;
        width: 7px;
        height: 2px;
        background: #fff;
        transform: rotate(-45deg);
    }
    .button {
        font-size: 1.1rem;
    }
    .bnr_box img {
        width: calc(49% - 1%);
        margin: 10px auto;
    }
    .bnr_txt_box .text_box h4 {
        font-size: 2.0rem;
        font-weight: 600;
        margin: 10px 0 0 20px;
    }
    .bnr_txt_box .text_box p {
        margin-left: 20px;
    }
    .performer_box .bnr_txt_box .text_box h4 {
        margin: 0;
    }
    .performer_box .bnr_txt_box .text_box p {
        margin: 0;
    }
    .about_box dl {
        display: block;
        width: 100%;
        margin: 0;
    }
    .about_box dt {
        width: 100%;
        padding-bottom: 0;
        padding-top: 4px;
        margin-bottom: 4px;
    }
    .about_box dd {
        width: 100%;
        padding-bottom: 4px;
        margin-bottom: 4px;
        margin-inline-start: 0;
        border-bottom: dotted 1px #666666;
    }
    .about_box p {
        border: none;
    }
    footer .inner img {
        width: 50%;
    }
    #nav li {
        padding: 2%;
    }
    #PERFORMER .bnr_txt_box {
        border-bottom: 1px dotted #666;
        padding-bottom: 20px;
        margin-bottom: 30px;
        display: block;
    }
    #PERFORMER .bnr_txt_box img {
        width: 100%;
    }
    #PERFORMER .bnr_txt_box text_box {
        width: 100%;
    }
    #PERFORMER .bnr_txt_box text_box p {
        margin: 0 auto;
    }
    #PERFORMER .bnr_txt_box text_box h4 {
        font-size: 1.4rem;
        font-weight: 400;
        margin-bottom: 0;
    }
    #PERFORMER .bnr_txt_box .text_box {
        width: 100%;
    }
    #SCHEDULE .about_box dl {
        display: block;
        justify-content: flex-start;
    }
    #SCHEDULE .about_box dt {
        width: 100%;
        text-align: left;
    }
    #SCHEDULE .about_box dd {
        margin-left: 0;
    }
}
@media screen and (max-width: 480px) {
    .news_one_box {
        display: block;
    }
    .new_box {
        background: url("img/new_icon.png") no-repeat left;
        background-size: 7%;
    }
    .button {
        max-width: 180px;
    }
}
@media screen and (max-width: 375px) {
    body {
        font-size: 1.2em;
    }
    section h2 {
        font-size: 3.2rem;
    }
    #logo img {
        width: 70%;
    }
    #GREETING h4 {
        font-size: 1.6rem;
    }
    .title_sub_j {
        font-size: 1.6rem;
    }
    .headline {
        font-size: 2.0rem;
    }
    .googleCalendar iframe {
        height: 320px;
    }
    footer .inner img {
        width: 100%;
    }
    #nav li {
        padding: 4%;
    }
}