/* CSS Document */
#page_title{
	display: flex;
	align-items: center;
	justify-content: center;
}

#page_title img{
	width: 100px;
}
.snone{
	display: none;
}
#header_rap{
	display: block;
	padding: 25px 15px;
}

#header_rap .menu{
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-top: 10px;
}
#header_rap .menu img{
	width:  70%;
}
#header_rap .sns{
	margin-left: 0;
}
#header_rap .menu ul{
	padding-left: 0;
	display: flex;
	justify-content: space-between;
}
#header_rap .menu li{
	margin-left: 0;
}

#header_rap .menu li:last-child{
	padding-left: 10px;
}
#header_rap .menu li a{
	width: 100px;
}
#header_rap .openbtn{
	background: none;
	margin-left: 10px;
}



#keyimg{
	background: url("../add_reservation/img/keyimg.webp") center center no-repeat;
	height: 315px;
	background-size: cover;
}
#s01{	
	padding-top: 60px;
	margin-bottom: 50px;
}

#s01 h1{
	text-align: center;
	font-size: 30px;
	font-family: kozuka-gothic-pro, sans-serif;
font-weight: 400;
font-style: normal;
	margin-bottom: 20px;
}
#s01 {
	text-align: center;
	font-size: 16px;
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
}










#reserve_btn{
	margin-top: 20px;
}
#reserve_btn a{
    background: #7D518C;
	width: 300px;
	height: 65px;
	line-height: 65px;
	display: block;
    text-align: center;
    border-radius: 10px;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    color: #fff;
	margin: auto;
}
 #reserve_btn a:hover{
background: #FF9600;	
}
#add_btn{
	margin-top: 20px;
}
#add_btn a{
    background: #57508D;
	width: 300px;
	height: 65px;
	line-height: 65px;
	display: block;
    text-align: center;
    border-radius: 10px;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    color: #fff;
	margin: auto;
}

