/* 予約番ヘッダー */

#customer_header {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: #fff;
	font-size: 16px;
	font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','MS ゴシック',sans-serif;
    text-align: center;
}
#customer_header a {
	color: #fff;
    text-decoration: none;
    transition: .5s;
}
#customer_header a:hover {
	opacity: .5;
}
#customer_header li {
	list-style: none;
}
#customer_header .headerlogo img {
    display: block;
    margin: 15px auto;
	height: 50px;
}
@media(min-width:768px) {
    #customer_header .headerlogo img {
        margin: 30px auto;
        height: 80px;
    }
}
#customer_header .headermenu {
    display: flex;
    margin: 0 auto;
	height: 2px;
	align-items: center;
    background-color: #245F33;
}
@media(min-width:768px) {
    #customer_header .headermenu {
        height: 50px;
    }
}
#customer_header .headermenu .headernav {
    display: none;
}
@media(min-width:768px) {
    #customer_header .headermenu .headernav {
        display: flex;
        margin: 0 auto;
        padding: 0 50px;
        width: 1200px;
        align-items: center;
        justify-content: space-between;
    }
}

/* 予約番フッター */

#customer_footer {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 14px;
    font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','MS ゴシック',sans-serif;
    text-align: center;
}
#customer_footer a {
    color: #fff;
	text-decoration: none;
    transition: .5s;
}
#customer_footer a:hover {
	opacity: .7;
}
#customer_footer p {
    margin: 0;
    padding: 40px 0;
    color: #fff;
    font-size: 13px;
    /* line-height: 4; */
}
#customer_footer .footerlogo {
    display: block;
    background-color: #245F33;
}
#customer_footer .footerlogo img {
    margin-top: 40px;
	height: 70px;
}
#customer_footer .footermenu {
    display: none;
}
@media(min-width:768px) {
    #customer_footer .footermenu {
        display: flex;
        height: 30px;
        background-color: #674F27;
    }
}
#customer_footer .footermenu ul {
    display: flex;
    margin: 0 auto;
    padding: 0;
}
#customer_footer .footermenu li {
    display: block;
    padding-top: 6px;
}
#customer_footer .footermenu li:not(:first-child) {
	padding-left: 70px;
}
