@charset "UTF-8";

.new-global li{
	transition: all 0.3s ease-in-out;
}

.new-global li:hover a{
	background-color: #eeeeea;
}

.new-global li a{
	color: #888;
	text-decoration: ;
}

/*--------------------------
	first
--------------------------*/

.first-reserve{
	margin-top: 50px;
}

.first-reserve__ttl{
	border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 15px 0;
}

.first-reserve__flex{
}

.first-reserve__shop-name{
	background: #f8f8f8;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
    padding: 15px;
}

.first-reserve__shop-name span{
	font-size: 12px;
	display: block;
	line-height: 1.6;
	margin-top: 5px;
}

.first-reserve__dl{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.first-reserve__dl dt{
	padding: 10px 0;
	margin-right: 5%;
	width: 30%;
}

.first-reserve__dl dd{
	padding: 10px 0;
	width: 65%;
}

.first-reserve__dl dd a{
	overflow-wrap: break-word;
}


@media screen and (max-width: 480px) {
.first-reserve__ttl {
    font-size: 15px;
    text-align: center;
}    

}    





