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

body, html {
    width: 100% !important;
    background: white !important;
    margin: 0;
    display: block;
	font-family: var(--text-font-family);
    font-weight: var(--text-font-weight);
    font-style: var(--text-font-style);
    font-size: calc(var(--base-text-font-size) - 1px);
    line-height: 1.87;
    color: var(--text-color);
}

ul, li {
	list-style: none;
}

.wrapper{
	max-width: 900px;
	margin: 0 auto;
}

.wrapper img{
	max-width: 900px;
}

.btn2{
	color: #ffffff;
    font-size: 30px;
    display: block;
	margin-top: 80px;
    margin-bottom: 80px;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-right: 20px;
    border-radius: 60px;
    background-color: #958639;
    text-align: center;
    text-decoration: none;
    background-image: none;
}

.footer{
	padding-top: 30px;
    padding-left: 5%;
    padding-bottom: 30px;
    padding-right: 5%;
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-color: #644f27;
    border-style: solid;
}

.footerlistbox{
	display: flex;
    flex-wrap: wrap;
    min-height: inherit;
    max-height: inherit;
    justify-content: space-between;
	flex-wrap: wrap;
}

.footerlist{
	overflow-wrap: break-word;
}



/*-------------------------------------*
*footer
*-------------------------------------*/

.footer_container_fluid {
    width: 100%;
    background: #e3e3e3;
    margin: auto;
}

.footer_container {
    margin-left:auto;
    margin-right:auto;
    width: 750px;
}

.footer_container {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.footer_container ul {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.footer_container li {
    list-style: none;
    margin: 0 10px 0 0;
    float: left;
}

.footer_container li:last-child {
    margin: 0;
}

.footer_container li a{
    text-decoration: none;
    font-size: 10px;
    color: #3e3e3e;
}

.copyright {
    width: 100%;
    background: #e3e3e3;
    margin: auto;
    color: #3e3e3e;
    font-size: 10px;
    text-align: center;
}

p {
	display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

@media screen and (max-width: 899px) {
.wrapper{
	width: 100%;
	margin: 0 auto;
}

.wrapper img{width: 100%;}
	
}

@media screen and (max-width: 400px) {
.btn2 {font-size: 100%;}
.footer{font-size: 80%;}
}

@media screen and (min-width: 768px) {
.footerlist {
    width: calc(50.0% - 15px);
}
}
