@font-face{font-family: せのびゴシック;
    src: url(https://dl.dropboxusercontent.com/s/0zsxc200pjot35n/Senobi-Gothic-Regular2.woff2);}

/*全体設定*/
body{
    margin:0;
    font-family: serif, 'Noto Sans JP', sans-serif;
}
main{
    background-color: rgb(249, 244, 240);
    font-family: serif, 'Noto Sans JP', sans-serif;
}
a{text-decoration: none;color:black;}
main h1{font-size:5em;text-align: left;margin:0;font-weight: 500;}
main h2{font-size:2em;padding:1em 0;margin:0;font-weight: 300;}
main h3{font-size:1.5em;font-weight:800;}
button{
    display: flex;text-decoration: none;border: none;
    font-size: 1em;
    background: #333;
    letter-spacing: 0.1em;	
    color: #ffffff;	
    transition: 0.3s;
    padding: 1em 2em;	
    margin-bottom:1em;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
button a{color:white;}
button:hover{opacity: 0.8;}
/*ヘッダー*/
header{position: relative;width:100%;background-color: rgb(249, 244, 240);}
nav{
	background:none;
	color:#fff;
	text-align: center;
}
/*ナビゲーションを横並びに*/
nav ul{
	list-style: none;
	display: flex;
	justify-content: center;
    align-items: center;
    padding:1em 10em;
    margin: 0;
}
/*2階層目以降は横並びにしない*/
nav ul ul{
	display: block;
}

/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
nav ul li{
	position: relative;
}

/*ナビゲーションのリンク設定*/
nav ul li a{
	display: block;
	text-decoration: none;
	color: #923f19;
	padding:0.5em 3em;
	transition:all .3s;
    font-size:0.8em;
}
nav ul img{padding:0 3em;}

nav ul li li a{
	padding:10px 35px;
}

nav ul li a:hover{
	color:#979797;	
}

/*メイン設定
---------------------------------------------------------------------------*/
/*トップ*/

#TopPage{
    font-family: せのびゴシック,Arial,メイリオ,sans-serif !important;
    height:80vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding:0 5em;
}
.topDes{
    width: 50%;
    height:50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.topDes img{width:20%;}
.topImg{
    width:50%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.topImg img{width:60%;}


/*子ども食堂について*/
#DescPage,#DescPage2,#DescPage3{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.8;
}
#DescPage3{justify-content: flex-end;height: 100vh;}
#DesPage h3, #DescPage p,
#DesPage2 h3, #DescPage2 p,
#DesPage3 h3, #DescPage3 p{
    margin-bottom: 2em;
}
.image img{
    width:30%;
}
.image2 img{
    width:50%;
}
/*矢印*/
.arrow, .arrow2{margin: 3em 0;}
.arrow2{margin-top:5em;}
.arrow img,.arrow2 img{
    width: 10%;
}

/*詳細ページ*/
#DetailPage{
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: flex-start;
    padding:0 3em;
    height: 100vh;;
}
.DPText{
    writing-mode: vertical-rl;
    letter-spacing:3px;
}
.DPText span {
    text-combine-upright: all;
}
.DPText ul{padding-left:0;}
.DPText ul li p{font-size: 1.2em;letter-spacing: 5px;padding-right:2em;}
.DPText ul li ul{padding-top:25px;padding-right:10px;}
.DPText ul li ul li{
    list-style: none;
}
.DPText ul li p{
    margin:0;
}
.DPText .other{padding-top:300px;}
.DPImages{
    width:40%;
}
.DPImages img{width:70%;}

/*フッター*/
footer{height:10vh;background:#333;color:white;font-size:0.8em;}
footer p{margin:0;}
#footer{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items:flex-start;
    height: 100vh;
    padding-top:5em;
}
.footerList{
    width:30%;
}
.footerList img{width:70%;}
th{padding-right:3em;}
.btnTable{padding-left: 20px;}
.footerText{
    margin-top:3em;
    text-align: center;
}
.SNSLogo{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom:3em;
}
.SNSLogo a{text-align: center;}
.SNSLogo a img{width:60%;transition: 0.3s;}
.SNSLogo a img:hover{opacity: 0.5;transition: 0.3s;}
.copyright{text-align: center;}
