/* indexページのcss */

#wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.inner {
    max-width: 750px;
    background-color: #ffff;
	padding-bottom: 2em;
}

.top_image {
     width: 100%;
    margin: auto;
}

.top_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.a:hover {
    filter: unset;
	-moz-opacity: unset;
	opacity: unset;
	color: unset;
	outline: unset;
}

.btn {
/*     height: 36px; */
}

.btn:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	outline: none
}

.menu_btn {
    margin-bottom: 10px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.menu_btn a {
}


#footer {
    width: 100%;
}