@charset "utf-8";
/* CSS Document */

#reserve-area{
	
	position: fixed;
    top: 85px;
	right:0;
	z-index: 2;
	background-color:#fff;
	width:268px;
	height:100%;
	margin-right:0;
}

#reserve-area .close{
	margin:60px 35px 55px 216px;
}




div.reserve-info{
	width:180px;
	height:auto;
	margin:0 auto;
}



div.reserve-info{
	text-align:center;
	color:#000;
	margin-bottom:50px;
	
}

div.reserve-info p.title{
	text-align: justify!important;
    text-justify: inter-ideograph!important;
	font-size:12px;
	/*letter-spacing:.22em;*/
	margin-bottom:15px;
}

div.reserve-info p.tel{
	text-align: justify!important;
    text-justify: inter-ideograph!important;
	font-size:21px;
	font-weight:bold;
	letter-spacing:.12em;
	margin-bottom:15px;	
}


div.reserve-info p.reserve-info{
	font-size:8.5px;
	letter-spacing:-.02em;
		text-align: justify!important;
    text-justify: inter-ideograph!important;
	
}



div.reserve-info dl{
	width:180px;
}

div.reserve-info dl dt{
	float:left;
}

/*
div.reserve-info dl dt:after{
	content:"｜";}*/

div.reserve-info dl dt,
div.reserve-info dl dd{
	font-size:8.5px;
	letter-spacing:-.02em;
/*		text-align: justify!important;
    text-justify: inter-ideograph!important;*/}
	
	
	.eigyo span{
		display:block;
		
	}
	
	
	
	ul.reserve{
		width:100%;
		height:auto;
		margin-top:50px;
		margin-bottom:125px;
	}
	
	ul.reserve li{
		
display: -webkit-box; /* safari, Chrome */
  display: -moz-box;    /* Firefox */
  display: -o-box;      /* Opera */
  display: -ms-box;     /* IE */
  display: box;         /* ベンダープレフィックスなし */
  
  -webkit-box-align: center; /* safari, Chrome */
  -moz-box-align: center;    /* Firefox */
  -o-box-align: center;      /* Opera */
  -ms-box-align: center;     /* IE */
  box-align: center;         /* ベンダープレフィックスなし */
		
		font-size:15.7px;
		height:98px;
		vertical-align:middle;
		text-align:center;
	}
	
	
	ul.reserve li a{
		display:block;
		margin:0 auto;
	}	
	
	ul.reserve li{
		border-top:#cfbd98 solid 0.7px;
		border-bottom:#cfbd98 solid 0.7px;
	}
	
	
	ul.reserve li:nth-child(2) {
		border-top:none;
}



.sns-reserve{
	width:180px;
	text-align:center;
	margin-bottom:100px;
}

.sns-reserve ul{
	margin:0 auto;
}

.sns-reserve ul li {
    margin-right: 0!important;

    display: inline-block;
    vertical-align: middle;
    border-top: none!important;
    font-size: 18.5px!important;
    margin: 1px!important;
    margin-right: 0!important;

}

.sns-reserve ul li:nth-child(2){
	margin-left:40px!important;
	margin-right:40px!important;}
	
	
	#modal-overlay{
	z-index:1;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.75);
}	

#modal-overlay{
	/*追加分*/
	width:100%;
	height:120%;
	position:fixed;
	top:0;
	left:0;
}

.slide1-next img{
	max-height:100%;
	max-width:100%;
}