@charset "utf-8";

/*------------------------------------------------------------
	ご寄付
------------------------------------------------------------*/
div#HeadMenu {
	width:100%;
	height:850px;
	background: url('../common/img/background_kifu.jpg')no-repeat;
	background-size: contain;
}
div#mainDonation {
	width:840px !important;
	height:auto;
	overflow:hidden;
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top:250px;
	margin: auto;
	z-index:10;
	box-shadow: 0 0 8px #000;
	padding: 80px;
	background-image: url('../common/img/kifu_back.jpg') ;
	background-repeat: no-repeat;
	background-position: right top , left bottom;
	background-size: 80% , 100%;
}

div.conts1 {
/*
	background: url('../common/img/kai_back1.jpg') no-repeat right top;
	background-size: cover;
*/
	width: 94%;
	font-size: 1.5em;
	line-height: 2;
	margin: 30px auto 60px;
}
div.conts2 {
/*
	background: url('../common/img/kai_back2.jpg') no-repeat left bottom;
	background-size: 70%;
*/
	width: 94%;
	font-size: 1.5em;
	line-height: 2;
	margin: 30px auto;
}

.contsRight {
	text-align: right;
	margin-top: 30px;
	margin-right: 29px;
	font-size: 1.2em;
	display: block;
}

a.button {
    background-color: #D52412;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 1.25rem 4rem;
    text-decoration: none;
    transition: .3s;
}

a.button:hover {
    background-color: #FF969A;
    color: #FFF;
}

/*smh用+++++++++++++++++++++++++++*/

@media screen and (max-width:480px){
	div#HeadMenu {
		width:100%;
		height:330px;
		background: url('../common/img/background_kifu.jpg')no-repeat;
		background-size: contain;
	}
	div.conts1 {
/*
		background: url('../common/img/kai_back1.jpg') no-repeat right top;
		background-size: contain;
*/
		width: 94%;
		font-size:12px;
		margin: 20px auto 30px;
	}
	div.conts2 {
/*
		background: url('../common/img/kai_back2.jpg') no-repeat left bottom;
		background-size: contain;
*/
		width: 94%;
		font-size:12px;
		margin: 20px auto 30px;
	}
	div#mainDonation {
		width:85% !important;
		height:auto;
		overflow:hidden;
		background-color: #fff;
		position: absolute;
		left: 0;
		right: 0;
		top:120px;
		padding: 20px;
		background-image: url('../common/img/kifu_back.jpg')  ;
		background-repeat: no-repeat;
		background-position: right top , left bottom ;
		background-size: 80% , 100%;
	}

	a.button {
	    background-color: #D52412;
	    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	    color: #fff;
	    display: inline-block;
	    font-weight: 700;
	    padding: 0.8rem 4rem;
	    text-decoration: none;
	    transition: .3s;
		margin-bottom: 20px;
	}

	a.button:hover {
	    background-color: #FF969A;
	    color: #FFF;
	}
}