@charset "UTF-8";

/***************
共通
****************/
body {
    background: #f5f5f5;
}

.inner {
    max-width: 800px;
    margin: 0 auto;
}

.cf {
    clear: both;
}

h2 {
    margin-top: 60px;
    font-size: 1.8em;
    letter-spacing: 8px;
    padding: 22px 60px 5px;
    margin-bottom: 30px;
    font-weight: bold;
    background: #751f70;
    color: #fff;
    position: relative;
    border-bottom: 8px solid #9b819c;
}

h2 span {
    font-size: 0.6em;
    padding-left: 20px;
    letter-spacing: 3px;
}

h2:after {
    display: block;
    width: 100%;
    height: 20px;
    position: absolute;
    content: "";
    bottom: -26px;
    left: 0;
    border-bottom: 18px solid #751f70;
}

h3 {
    font-size: 1.2em;
    margin-bottom: 60px;
}

.breadcrumbs ul {
    display: flex;
    margin-top: 25px;
}

.breadcrumbs li {
    margin-right: 5px;
    color: #212121;
}

.breadcrumbs li:first-child:after {
    content: "/";
}

@media screen and (max-width: 768px) {
    inner {
        width: 90%;
    }

    h2 {
        margin-top: 10px;
        font-size: 1.5em;
        letter-spacing: 4px;
        padding: 10px 20px 5px;
        border-bottom: 6px solid #9b819c;
    }

    h2:after {
        height: 10px;
        bottom: -18px;
        left: 0;
        border-bottom: 12px solid #751f70;
    }
}

/*    ヘッダー    */
header {
    height: 140px;
    width: 100%;
    border-bottom: solid 10px #751f70;
    background: #fff;
    margin: 0 auto;
}

header > div {
    max-width: 800px;
    margin: 0 auto;
}

.logo {
    height: 70px;
    margin-top: 35px;
}

@media screen and (max-width: 768px) {
    header {
        height: 60px;
    }

    .logo {
        width: 90%;
        height: auto;
        margin: 12px auto;
    }
}

/*    フッター    */
#footer {
    height: 140px;
    width: 100%;
    background-color: #2e2e2e;
    text-align: center;
}

#footer div {
    width: 80%;
    margin: 0 auto;
    padding-top: 40px;
    color: #fff;
    line-height: 1.2;
}

#footer div span {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 1.3em;
}

@media screen and (max-width: 768px) {
    #footer {
        height: 100px;
    }

    #footer div {
        width: 95%;
        padding-top: 20px;
    }

    #footer div span {
        font-size: 1em;
    }
}

/***************
トップページ
****************/
.mv {
    width: 100%;
    height: 400px;
    margin-bottom: 50px;
    background: url("../img/main01.jpg") no-repeat 0% 40% /cover;
}

/*ナビゲーション*/
nav ul {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    margin: 0 auto;
}

nav li {
    border: 2px solid #b5b5b5;
    border-radius: 5px;
    width: 250px;
    height: 60px;
}

nav li a {
    display: table-cell;
    width: 250px;
    height: 60px;
    text-align: center;
    color: #000;
    font-weight: bold;
    letter-spacing: 5px;
    line-height: 60px;
    vertical-align: middle;
    background: #fff;
}

nav li a.home {
    line-height: 1.1;
    font-size: 0.9em;
    letter-spacing: 1px;
}

nav li a:hover {
    color: #fff;
    background-color: #a567a1;
}

@media screen and (max-width: 768px) {
    nav ul {
        margin: 0 5px !important;
    }

    nav li {
        width: 30% !important;
        height: auto !important;
    }
}


/*新着情報*/
#news {
    max-width: 100%;
    margin: 0 auto 150px;
    height: auto;
    background: #fff;
    padding: 50px 40px 120px;
}

#news li {
    margin-bottom: 65px;
}

.date {
    float: left;
    width: 8em;
    line-height: 1.5;
    font-weight: bold;
}

.title {
    float: left;
    line-height: 1.5;
    font-weight: bold;
}

a.link {
    color: #000;
    text-decoration: underline;
}

a.link02 {
    color: #000;
    text-decoration: none;
}

a.link:hover {
    font-weight: bold;
}

a.link02:hover {
    font-weight: bold;
}

a.link:before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url("../img/detail.png") no-repeat;
    background-size: contain;
}

a.link02:before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url("../img/detail.png") no-repeat;
    background-size: contain;
}
@media screen and (max-width: 768px) {
    .mv {
        width: 100%;
        height: 180px;
        margin-bottom: 10px;
    }

    #news li {
        margin-bottom: 10px;
    }
}

/***************
お知らせページ
****************/
#infomation {
    display: block;
    margin: 0 auto;
    max-width: 800px;
    position: relative;
    margin-bottom: 100px;
}

#infomation ul {}

.info {
    padding: 38px 60px;
}

.article {
    background: #fff;
    padding: 40px 45px 60px;
}

.info_date,
.info_title {
    font-weight: bold;
    float: left;
    margin-bottom: 15px;
}

.info_date {
    width: 6em;
}

.info.title {}

.info_detail {
    padding-left: 6em;
}
    .info_detail p{
        margin-bottom: 10px;
    }

.pagetop {
    text-align: right;
    padding: 20px;
}

a.to_top:before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url("../img/totop.png") no-repeat bottom;
    background-size: contain;
}

.b_a {
    display: inline-block;
    width: 48%;
    margin-bottom: 20px;
}

.b_a img {
    width: 100%;
}

.b_a p {
    font-weight: bold;
    color: #8E8E8E;
}



@media screen and (max-width:768px) {

    .article{
        padding:20px;
    }
    
    .info_date,
    .info_title,
    .info_detail {
        display: block;
        width: 100%;
        padding-left: 0 !important;
    }


}
/***************
ボランティア募集
****************/

ul.newsList {
display: flex;
flex-flow: row wrap;
width: 300px;
border-bottom: 1px dotted #999;
padding: 10px 0;
}

ul.newsList li {
display: block;
margin: 10px 10px;
width: 180px;	
}

ul.newsList li:nth-child(-n + 3) {
}

ul.newsList li:nth-child(2) {
color: #fff;
font-size: 12px;
padding: 5px 10px;
text-align: center;
background-color: #3c2fb7;
}

ul.newsList li:nth-child(3) {
flex-basis: auto;
}

/***************
協賛ページ
****************/
#sponsors {
    background: #fff;
    padding: 50px 90px 150px;
    margin-bottom: 100px;
    min-height: 200px;
}


ul.sponsorList{
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

ul.sponsorList li{
    margin-left: 10px;
    margin-bottom: 10px;
}

ul.sponsorList li img:hover{
    opacity: 0.7;
}


/***************
協賛ページtest2
****************/
#sponsors2 {
    background: #fff;
    padding: 50px 90px 150px;
    margin-bottom: 100px;
    min-height: 200px;
}


ul.sponsorList2{
    list-style-type: none;
}

ul.sponsorList2 li{
    margin-left: 10px;
    margin-bottom: 10px;
    text-align: center;
}

ul.sponsorList2 li img:hover{
    opacity: 0.7;
}



/***************
協賛ページtest3
****************/
#sponsors3 {
    background: #fff;
    padding: 50px 0px 150px 0px;
    margin-bottom: 100px;
    min-height: 200px;
}

#sponsors3 h3{
    text-align: center;
    
}


ul.sponsorList3{
    list-style-type: none;
    display: flex;
    flex-wrap: wrap
}

ul.sponsorList3 li{
    margin-left: 13px;
    margin-bottom: 10px;
    text-align: center;
}

ul.sponsorList3 li img:hover{
    opacity: 0.7;
}

ul.sponsorList3 li.nohover img:hover{
    opacity: 1;
}



/***************
協賛ページtest4
****************/
#sponsors4 {
    background: #fff;
    padding: 50px 0px 150px 15px;
    margin-bottom: 100px;
    min-height: 200px;
}

#sponsors4 h3{
    text-align: center;
    
}


ul.sponsorList4{
    list-style-type: none;
    display: flex;
    flex-wrap: wrap
}

ul.sponsorList4 li{
    margin-left: 10px;
    margin-bottom: 10px;
    text-align: center;
}

ul.sponsorList4 li img:hover{
    opacity: 0.7;
}