@charset "utf-8";
/* CSS Document */

.pc { display: block !important; }
.sp { display: none !important; }

@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}


img {
max-width : 100% ;
height : auto ;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FAF8F9;
	font-family: "Sawarabi Mincho";
	font-size: 16px;
	-webkit-text-size-adjust : 100%;
}
a:link {
	color:#7a6e49;
	text-decoration: none;
}
a:visited {
	color:#7a6e49;
	text-decoration: none;
}
a:hover {
	color:#d7a91e;
	text-decoration: none;
}
a:active {
	color: #7a6e49;
	text-decoration: none;
	font-size: 16px;
}
.topspace {
	background-color: #434339;
	padding: 20px;
	text-align: center;
	color: #FFF;
	font-size: 16px;
}
.textbox1 {
    padding: 40px;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
}
#pagetop {
    position: fixed;
    bottom: 50px;
    right: 30px;
}
