@charset "UTF-8";

/* css.cssの共通部分を一部上書き */
.middle{
	clear:both;
	height:227px;
	position:relative;
}

/*****************

メインコンテンツ

*****************/

a.reserve {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin:0 auto;
    padding: 1.5em 2em;
    border: 1px solid #deb887;
    border-radius: 5px;
    background-color: #fff;
    color: #d05025;
    font-size: 1em;
    font-weight:bold;
    text-decoration:none;
    font-size:18px;
    border-width: 3px;
}