@charset "UTF-8";

/*++++++++++++++++++++++++++
	背景
++++++++++++++++++++++++++*/

.wrapper {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3";
    max-width: 1100px;
    width: 94%;
    margin: auto;
}
body{
    background-color: #fff;
    color: #141414;
    overflow-x: hidden;
}
/*++++++++++++++++++++++++++
	共通コンテンツ
++++++++++++++++++++++++++*/
img{
    vertical-align: bottom;
}
.sp{
    display: none;
}
.pc{
    display:block;
}
.midashi-title .midashi-blk{
    margin: auto auto 70px;
}
@media only screen and (max-width: 767px) {

.sp{
     display: inline-block;
}
.pc{
     display: none;
}
}

/*++++++++++++++++++++++++++
	ヘッダー メインビジュアル
++++++++++++++++++++++++++*/
#top {
    padding-top: 30px;
    margin-bottom: 80px;
    position: relative;
}
#top .top-logo{
    position: fixed;
    top: 20px;
    left: 40px;
    z-index: 10;
}
#top .top-logo a{
    transition: all .3s;
    fill: #00B5A7;
}
#top .top-logo a:hover{
    fill: #000;
}
#top .wrapper-head {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3";
    max-width: 1500px;
    width: 100%;
    margin: auto;
}
#top .head-main figure{
    width: 80%;
    margin: 40px auto;
}
#top .head-main .logo-sp{
    display: none;
}
#top .head-main .main-img{
    width: 96%;
    margin: auto;
}
#top .head-main .main-img img{
    border-radius: 15px;
}
@media screen and (max-width: 767px){
    #top .top-logo{
        left: 10px;
    }
    #top .top-logo svg{
        width: 80%;
    }
    #top .head-main .main-img img{
    border-radius: 5px;
}
#top .head-main .logo-pc{
    display: none;
}
#top .head-main .logo-sp{
    display: block;
}
}

/*++++++++++++++++++++++++++
sec01
++++++++++++++++++++++++++*/
#sec01 {
    padding-bottom: 80px;
}
#sec01 .block{
    border-bottom: solid 2px #000;
    margin-bottom: 100px;
    padding-bottom: 40px;
}
#sec01 .block3{
    border-top: solid 2px #000;
    margin-top: 100px;
    padding-top: 100px;
}
#sec01 p{
    font-size: 17px;
    line-height: 2em;
    font-weight: 300;
    margin-bottom: 60px;
}
#sec01 .mgn-b30{
    margin-bottom: 30px;
}
#sec01 .bg-color{
    background-color: #1fb259;
}
#sec01 .bg-color h1{
    font-size: 28px;
    font-weight: bold;
    padding: 8px 10px;
    margin: 0 0 10px;
    color: #fff;
}
#sec01 .img{
    margin-bottom: 60px;
}
#sec01 .caption{
    font-size: 15px;
    text-align: center;
    margin-top: 10px;
    line-height: 1.8em;
    font-weight: 400;
}
#sec01 .midashi-h2{
    border-bottom: solid 1px #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#sec01 .midashi-h2 h2{
    font-size: 35px;
    font-weight: bold;
    line-height: 1.8em;
}
#sec01 h3{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.8em;
    margin-bottom: 60px;
}
#sec01 h4{
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    line-height: 1.8em;
    margin-bottom: 40px;
    margin-top: 80px;
    color: #cf2e2e;
}
#sec01 h5{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8em;
}
#sec01 h6{
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.8em;
}
#sec01 .clm-2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 80px;
}
#sec01 .clm-2.clm-row{
    flex-direction: row-reverse;
}
#sec01 .clm-2 .clm-left{
    width: 48%;
}
#sec01 .clm-2 .clm-right{
    width: 48%;
}
#sec01 .txt1{
    font-size: 17px;
    font-weight: 300;
    line-height: 2em;
}
#sec01 .txt2{
    font-size: 16px;
    font-weight: 300;
    line-height: 2em;
    margin-bottom: 60px;
    text-align: right;
}
#sec01 .company-a{
    margin-top: 80px;
}
#sec01 .company-a ul{
    display: flex;
    flex-wrap: wrap;
    justify-content:left;
}
#sec01 .company-a ul li{
    width: 31%;
    margin-bottom: 4%;
    margin-left: 1%;
    margin-right: 1%;
}
#sec01 .company-b{
    margin-top: 80px;
}
#sec01 .company-b ul{
    display: flex;
    flex-wrap: wrap;
    justify-content:left;
}
#sec01 .company-b ul li{
    width: 23%;
    margin-bottom: 2%;
    margin-left: 1%;
    margin-right: 1%;
}
#sec01 .company-b .com-txt{
    font-size: 16px;
    line-height: 1.7em;
    text-align: center;
    background-color: #f9f9f9;
    padding: 5px;
    border-radius: 3px;
}
#sec01 .company-b .com-img{
    width: 80%;
    margin: auto;
}
#sec01 .company-c{
    margin-top: 80px;
}
#sec01 .company-c ul{
    display: flex;
    flex-wrap: wrap;
    justify-content:left;
}
#sec01 .company-c ul li{
    width: 23%;
    margin-bottom: 2%;
    margin-left: 1%;
    margin-right: 1%;
}
#sec01 .company-c .com-txt{
    font-size: 16px;
    line-height: 1.7em;
    text-align: center;
    background-color: #f9f9f9;
    padding: 5px;
    border-radius: 3px;
}
#sec01 .company-c .com-img{
    width: 80%;
    margin: auto;
}
#sec01 .cf-center{
    text-align: center;
}
#sec01 .cf-img figure{
    width: 200px;
    margin: auto;
}
#sec01 .cf-img .cf-cap{
    text-align: center;
    font-size: 15px;
    margin-top: 8px;
    font-weight: 300;
}
#sec01 .img .size-min{
    width: 40%;
    margin: auto;
}
@media only screen and (max-width: 767px) {
    #sec01 .clm-2 .clm-left{
        width: 100%;
        margin-bottom: 40px;
    }
    #sec01 .clm-2 .clm-right{
        width: 100%;
    }
    #sec01 .company-a ul{
        width: 90%;
        margin: auto;
    }
    #sec01 .company-a ul li{
        width: 48%;
        margin-bottom: 4%;
    }
    #sec01 .company-b ul{
        width: 90%;
        margin: auto;
    }
    #sec01 .company-b ul li{
        width: 31%;
        margin-bottom: 3%;
        margin-left: 1%;
        margin-right: 1%;
    }
    #sec01 .company-b .com-txt{
        font-size: 15px;
    }
    #sec01 .img .size-min{
        width: 60%;
    }
}
@media only screen and (max-width: 500px) {
    #sec01 .company-b .com-txt{
        font-size: 13px;
    }
}
/*++++++++++++++++++++++++++
	寄付者
++++++++++++++++++++++++++*/
.thanks-cf{
    margin-top: 80px;
}
.thanks-cf .h-1{
    font-size: 40px;
    font-weight: bold;
    border-bottom: solid 1px #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 1.8em;
    text-align: center;
}
.thanks-cf .h-2{
    font-size: 24px;
    line-height: 1.8em;
    text-align: center;
    margin-bottom: 20px;
}
.thanks-cf .h-3{
    font-size: 26px;
    line-height: 1.8em;
    font-weight: 500;
    text-align: center;
    margin-top: 40px;
}
.thanks-cf .name-blk{
    background-color: #FFF5E8;
    border-radius: 5px;
    padding: 15px;
}
.thanks-cf .name-blk ul{
    text-align: center;
}
.thanks-cf .name-blk li{
    display: inline-block;
    vertical-align: top;
    margin: auto 10px;
}
.thanks-cf .name-blk li .name{
    font-size: 25px;
    font-weight: 500;
    line-height: 2em;
    text-align: center;
    width: 7em;
}
.thanks-cf .name-blk li .name::after{
    content: '様';
    font-size: 20px;
    font-weight: 300;
    margin-left: 3px;
}
.thanks-cf .name-blk .att-txt{
    text-align: right;
    font-size: 16px;
    font-weight: 300;
}
@media only screen and (max-width: 767px) {
    .thanks-cf .h-1{
        font-size: 34px;
    }
    .thanks-cf .h-2{
        font-size: 20px;
        text-align: left;
    }
    .thanks-cf .h-3{
        font-size: 22px;
        text-align: left;
    }
}
/*++++++++++++++++++++++++++
	フッター
++++++++++++++++++++++++++*/

/*--------------------------------------
    pagetop
---------------------------------------*/
#btn_top {
    position: fixed;
    right: 40px;
    z-index: 10;
    text-decoration: none;
    display: block;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    background: #414243;
    border-radius: 40px;
    line-height: 1.2em;
    overflow: auto;
    cursor: pointer;
}
#btn_top .dli-chevron-up {
    position: absolute;
    top:19px;
    left: 19px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.64952em 0.375em;
    border-bottom-color: currentColor;
    border-top: 0;
}

#btn_top a:hover {
    text-decoration: none;
    background: rgba(28, 99, 167, 0.9);
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
@media screen and (max-width: 780px) {
#btn_top {
    right: 10px;
}
}


/*++++++++++++++++++++++++++
	    footmenu
++++++++++++++++++++++++++*/
#wrapper-foot {
    font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ";
    max-width: 1100px;
    width: 96%;
    margin: auto;
}
#footmenu{
    padding: 80px 0;
}
#footmenu .footother{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
}
#footmenu .footother .f-logo a{
    transition: .3s all;
    fill: #00B5A7;
}
#footmenu .footother .f-logo a:hover{
    fill: #000;
}
#footmenu .footother .f-info{
    margin-bottom: 15px;
    text-align: right;
}
#footmenu .footother .f-info .df-txt{
    display: inline-block;
    margin-right: 50px;
    font-size: 14px;
}
#footmenu .footother .f-info .df-txt:last-child{
    margin-right: 0px;
}
#footmenu .footother .f-info a:hover{
    color: #00B5A7;
}
#footmenu .footother .copy-txt{
    font-family: 'Montserrat', "Noto Sans JP", "游ゴシック体", "Yu Gothic M", "游ゴシック Medium";
    text-align: right;
    font-weight: 700;
    font-size: 14px;
}
@media only screen and (max-width: 800px) {
    #footmenu .footother .f-logo{
        width: 100%;
        margin: auto auto 40px;
        text-align: center;
    }
    #footmenu .footother .f-copy{
        width: 100%;
        text-align: center;
    }
    #footmenu .footother .f-info{
        margin-bottom: 40px;
        text-align: center;
    }
    #footmenu .footother .copy-txt{
        text-align: center;
    }
}


/*++++++++++++++++++++++++++
	準備中
++++++++++++++++++++++++++*/
.reserve{
    margin: 200px auto;
}
.reserve h5{
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.8em;
}
.reserve .reselogo{
    text-align: center;
    margin: 100px auto auto;
}
.reserve .reselogo a{
    transition: all .3s;
    fill: #00B5A7;
}
.reserve .reselogo a:hover{
    fill: #000;
}
