@charset "UTF-8";
/* CSS Document */

html{
	margin:0;padding:0;
}

.drawer-overlay {
    background-color: rgba(0, 0, 0, 0.5);
}

body { 
	background-image: url("images/jb.gif");
	background-repeat  : repeat;
	background-size: 450px auto;
	text-size-adjust: 100%;
    text-align: center;
	margin:0;padding:0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
}  

.drawer-brand{
	font-size: 17px;
}

.top{
	display: inline-block;
	height: 40px;
	margin-top: 10px;
}

div#wrapper {  
    margin: 0 auto;  
    text-align: center;
	overflow: hidden;
}  


.chappy{
	margin-top: 38px;
	margin-left: 30px;
	margin-right: 30px;
}

.kakugen{
	display:inline-block;
	padding: 3px;
	padding-right: 25px;
	padding-left: 25px;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #333333;
	background-color: #FFFFFF;
}

.profile{
	margin-top: 60px;
	margin-bottom: 70px;
	margin-left: 30px;
	margin-right: 30px;
}

.store{
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 70px;
}

.icon{
	max-width: 100%;
	display: inline-block;
}

.icons{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 90%;
}

footer{
	margin-top: 100px;
}

.contact{
	font-weight: 600;
}


.text{
	color: aliceblue;
	font-weight: bold;
}



.city{
	margin-top: 30px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
	max-width: 100%;
}

img {
        max-width: 100%;
        height: auto;
    }

.sien{
	margin-top: 60px;
	margin-left: 10px;
	margin-right: 10px;
}

.paypal{
	font-weight: 800;
}