html {
	font-size: 20px;			/* 40px */
}


body {
/*	-webkit-text-size-adjust: 100%;		*/
	margin-right: auto;
	margin-left : auto;
/*	width: 480px;	*/			/* pc版 980px; */
}


h2 {
	font-size: 100%;	/* mobile用設定 */
	padding: 0.5em;/*文字周りの余白*/
	color: #494949;/*文字色*/
	background: #fffaf4;/*背景色*/
	border-left: solid 10px #ffaf58;/*左線（実線 太さ 色）*/
}

h3 {
	font-size: 40px;	/* mobile用設定 */
	color: #494949;/*文字色*/
	background: #fffaf4;/*背景色*/
	box-shadow: 0px 0px 0px 5px #fffaf4;
	border: dashed 2px #ffaf58;
	padding: 0.2em 0.5em;
	margin-left: 3%;
	width: 30%;
}


.mb_size {			/* moble対応用（style.cssには無記載） */ /* mobile本文テキストサイズ */
	font-size: 15px;
}
.mb_size2 {			/* moble対応用（style.cssには無記載） */ /* mobile見出しテキストサイズ */
	font-size: 25px;
}


.our_ch {			/* 「私たちの教会」でのみ使用 */	/* sliderの幅 */
	width: 90%;
	margin-right: 10%;
}
.our_ch img {								/* slider画像の幅 */
	width: 100%;
}


.paster {			/* 「牧師」でのみ使用 */
	width: 80%;
	margin: 0 auto;
	font-size: 15px;
}


.ch_act1 {			/* 「教会活動」でのみ使用 */
	width: 90%;
	border-top: dashed 1px #ffaf58;
	margin: 10px auto;
	padding-top: 20px;
}



/*
p {
	line-height: 2;
	width: 75%;
	display: inline-block;
	margin-right: auto;
	margin-left : auto;
	padding-right: 10px;
	box-sizing: border-box;
	vertical-align: top;
}
*/

p.center_lv1{
	margin: 0 5%;
	width: 90%;
}

p.center_lv2{
	margin: 0 10%;
	width: 80%;
}

p.center_lv3{
	margin: 0 10%;
	width: 80%;
}

p.indent{
	padding-left:1em;
	text-indent:-1em;
}

div.img{
	text-align : center;
	margin: 0 auto;
}








/* ハンバーガーメニュー ---------------------------------------------------------------- */
#wrapper nav {				/* 開：領域 */
    position: fixed;
    top: 0;
    right: -450px;				/* orig-300 */ /* pc版とは違う設定 */
    width: 300px;				/* orig300 */ /* pc版とは違う設定 */
    height: 100%;
    padding-top: 100px;				/* orig50px, pc版はorigのまま */
    background:rgba(255,175,88,0.9);		/* 背景色orig#333 */ /* pcと同設定 */
    font-size: 20px;				/* orig16px, pc版はorigのまま */
    box-sizing: border-box;
    z-index: 2
}
#wrapper nav ul li {
    display:block;
    padding: 10px 20px
}
#wrapper nav ul li a {			/* 開：領域のフォント色 */
    text-decoration: none;
    color: #fffaf4;				/* フォント色orig#ddd */ /* pcと同設定 */
}
#wrapper .btn-gnavi {			/* 閉：三の周囲 */
    position: fixed;
    top: 20px;
    right: 60px;				/* orig20px, pcはorigのまま */
    width: 20px;
    height: 24px;
    z-index: 3;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms
}
#wrapper .btn-gnavi span {		/* 閉：三 */
    position: absolute;
    width: 60px;				/* orig30px, pcはorigのまま */
    height: 12px;				/* orig4px, pcはorigのまま */
    background: #ffaf58;			/* 三の色orig#666 */ /* pcと同設定 */
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms
}
#wrapper .btn-gnavi span:nth-child(1) {		/* 閉：三の縦間隔 */
    top: 0
}
#wrapper .btn-gnavi span:nth-child(2) {
    top: 20px						/* 10px */
}
#wrapper .btn-gnavi span:nth-child(3) {
    top: 40px						/* 20px */
}
#wrapper .btn-gnavi.open span {		/* 開：三の色 */
    background: #fffaf4;			/* 三の色orig#fff */ /* pcと同設定 */
}
#wrapper .btn-gnavi.open span {		/* 開：三の幅 */
    width: 60px;				/* orig24px, pcとは違う設定 */
}
#wrapper .contents section p {
    position: absolute;
    top: 50%;
    width: 30%;
    line-height: 1.4;
    font-size: 20px;
    color: #fff;				/* フォント色#fff */
}
#wrapper .contents section:nth-child(odd) p {
    left: 10%
}
#wrapper .contents section:nth-child(even) p {
    right: 10%
}
/* ハンバーガーメニュー end------------------------------------------------------------- */




/* ふわっと現れる　参照https://web-ashibi.net/archives/1952 ---------------------------- */
    .fuwari {
/*        font-size: 10px;				*/
/*        font-weight: bold;				*/
        animation-name: fadein;
        animation-duration: 3s;
/*        animation-iteration-count: infinite;		*/
    }
    @keyframes fadein {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
    }

    .fuwari2 {
/*        font-size: 10px;				*/
/*        font-weight: bold;				*/
        animation-name: fadein2;
        animation-duration: 4s;
/*        animation-iteration-count: infinite;		*/
    }
    @keyframes fadein2 {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
    }
/* ふわっと現れる　end ----------------------------------------------------------------- */



/* 画像の上にテキストを重ねる ---------------------------------------------------------- */
.text-on-image {
	position: relative;
}
.text-on-image p {
	position: absolute;
	color: white;
	top: 20%;
	left: 15%;
	font-size: 1em;
	font-weight: bold;
	font-family: UD デジタル 教科書体 NP-R;
}
.text-on-image img {
	width: 100%;
}
/* 画像の上にテキストを重ねる end------------------------------------------------------- */

