@charset "utf-8";


#btnBox{
text-align: center;
    padding: 30px 0;
    border: none;
    margin: 0;
}

#btnBox>a{
	border: 1px solid #ccc;
	background: #fff;
	text-decoration:none;
	display: inline-block;
	padding: 15px 0;
	width:275px;
	font-size:0.9em;
	text-align: center;
	margin:0 auto;
	color: #666;
}

#btnBox>a:hover{
border:1px solid #999;
}


/*企画ページ　予約はこちら*/
section#tempo {
	background: #fff;
	padding: 80px 0 50px;
	position: relative;
}

section#tempo .tempoBox {
	max-width: 980px;
	margin: 0 auto 20px;
	overflow: hidden;
	padding: 20px 20px 0;
	border: 2px solid #333;
	border-radius: 10px;
	position: relative;
}

section#tempo p {
	padding: 0;
	font-size: 1.5em;
	letter-spacing: 2px;
	font-family: 'Gilda Display', serif;
	max-width: 460px;
	text-align: center;
	font-weight: 500;
	z-index: 100;
	background: #fff;
	margin: -10px auto;
	position: absolute;
	left: 0;
	line-height: 1.5em;
	right: 0;
}

section#tempo b {
	text-align: center;
	padding: 0 0 10px ;
	display: block;
}


section#tempo .tempoBox ul {
    box-sizing: border-box;
    overflow: hidden;
    padding: 30px 0 0 0;
    margin: 0 0 20px 0;
}

section#tempo .tempoBox li {
	width: 33%;
	float: left;
	margin: 0;
	padding:0 20px 20px;
	box-sizing: border-box;
}

section#tempo .tempoBox li:nth-child(4n) {
	margin: 0;
	border: none;
}

section#tempo .tempoBox li a {
	color:#000;
}

section#tempo .tempoBox li a:hover {
	text-decoration:none;
}

section#tempo .tempoBox li dl {
	padding: 0 0 12px 0;
}

section#tempo .tempoBox li dt {
	text-align: center;
	padding: 0;
	font-size: 0.9em;
	font-weight:bold;
	letter-spacing: 1px;
	width: 60%;
	margin: auto;
}

section#tempo .tempoBox li dd {
}

section#tempo .tempoBox li span {
	display: block;
	font-size: 0.8em;
	line-height: 1.6em;
	margin: 0 0 5px 0;
	text-align: center;
}

section#tempo .tempoBox a.tel {
	display: block;
	font-size: 1.8em;
	letter-spacing: 1px;
	color: #000;
	text-align: center;
}

section#tempo .tempoBox a.reserve {
    display: block;
    color: #fff;
    padding: 10px;
    text-align: center;
    margin: 10px auto 0;
    border-radius: 5px;
    width: 100%;
    font-size: 1.1em;
}

@media screen and (max-width: 1023px) {
/*----------------------*/
/*　予約
/*----------------------*/
section#tempo {
	max-width: 98%;
	margin: auto;
}

section#tempo .tempoBox {
	max-width: 100%;
	padding: 20px 10px 10px;
}

section#tempo p {
	font-size: 1.2em;
	max-width: 50%;
}


section#tempo .tempoBox ul {
    padding: 20px 0 0 0;
    margin: 0;
}

section#tempo .tempoBox li {
	padding: 0 10px 10px;
}


section#tempo .tempoBox li span {
	display: block;
	font-size: 0.8em;
	line-height: 1.6em;
	margin: 0 0 5px 0;
	text-align: center;
}

section#tempo .tempoBox a.tel {
	font-size: 1.3em;
}

section#tempo .tempoBox a.reserve {
	box-sizing: border-box;
	font-size: 0.9em;
}
}

@media screen and (max-width: 767px) {

#btnBox {
	margin: 20px 0 0 0;
	padding: 20px 0;
}	
	
#btnBox>a{
	margin: 0 auto 10px;
}
	
section#tempo p {
	max-width: 70%;
	letter-spacing: 1px;
}

section#tempo b {
	float: right;
	width: 56%;
	padding: 33px 0 0 0;
	text-align: left;
}


section#tempo .tempoBox li {
	width: 100%;
	float: none;
	margin: 0 0 5px 0;
	overflow: hidden;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #ccc;
}

section#tempo .tempoBox li dl {
	padding: 0 0 12px 0;
	width: 40%;
	float: left;
}

section#tempo .tempoBox li dt {
	margin: 0;
	width: 70%;
}

section#tempo .tempoBox li span {
	display: block;
	font-size: 0.8em;
	line-height: 1.6em;
	margin: 0 0 5px 0;
	text-align: center;
}

section#tempo .tempoBox a.tel {
	float: right;
	width: 56%;
	text-align: left;
}

section#tempo .tempoBox a.reserve {
    clear: right;
    width: 56%;
    float: right;
    padding: 8px;
}	
}

