﻿@charset "utf-8";  
/*------------------------------------------------------------ 
    RESERVATION css
------------------------------------------------------------*/  
#contents:before{ background-image:url(../img/visual.png);}


/*------------------------------------------------------------ 
    MENU
------------------------------------------------------------*/  
#menu{
	margin-top:50px;
	padding-bottom:80px;
}
.reservation{
	width:auto;
	margin-top:65px;
	padding:35px 20px 20px;
	text-align:center;
	border:1px solid #aaa8a1;
	border-radius:5px;
	position:relative;
}
.reservation h3{
	padding:0 42px;
	line-height:26px;
	font-size:160%;
	/*font-size:142%;*/
	font-weight:500;
	position:absolute;
	top:-13px;
	left:50%;
	transform:translateX(-50%);
	z-index:10;
	white-space:nowrap;
	background:#fff;
}
.contents .reservation h3{ background:#F3F3EB;}
.reservationTxt {
	font-size: 145%;
	/*font-size: 125%;*/
	color: #424241;
	line-height: 1.8;
}
.reservationTxt2 {
	font-size: 145%;
	font-weight: bold;
	color: #002060;
	margin-top: 10px;
}
.reservationLink{
	display:inline-block;
	vertical-align:top;
	margin-top:5px;
}

.reservationLink + .reservationLink{
	position:relative;
	padding-left:36px;
}
.reservationLink + .reservationLink:before{
	display:block;
	content:"/";
	font-size:150%;
	color:#ea6903;
	font-family: 'Lato', sans-serif;
	width:36px;
	text-align:center;
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
}
.reservationLink dt,
.reservationLink dd{
	display:inline-block;
	vertical-align:baseline;
	color:#ea6903;
}
.reservationLink dt{
	font-size:172%;
	/*font-size:142%;*/
	padding-right:5px;
}
.reservationLink dd{
	font-size:222%;
	/*font-size:192%;*/
	font-family: 'Lato', sans-serif;
	font-weight:600;
}
.reservationLink dd a{
	color:#ea6903;
	font-family: 'Lato', sans-serif;
	font-weight:600;
}
.reservation2 {
	width: auto;
	margin-top: 50px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #aaa8a1;
	border-radius: 5px;
	position: relative;
}


/*------------------------------------------------------------ 
    MediaQuery 
------------------------------------------------------------*/  
/* TABLET */
@media screen and (max-width: 788px){
.listItem{ width:50%;}
.listItem:not(:nth-child(3n)) .listlabel{ border-right:none;}
.listItem:nth-child(odd) .listlabel{ border-right:1px solid #ECEDE8;}
#menu{
	margin-top:40px;
	padding-bottom:60px;
}
.reservation{
	margin-top:45px;
	padding:25px 5px 20px;
	/*padding:25px 15px 20px;*/
}
.reservation h3{
	padding:0 30px;
	font-size:150%;
}
.reservationTxt {
	font-size: 135%;
	/*font-size: 117%;*/
}
.reservationTxt2 {
	font-size: 135%;
	/*font-size: 109%;*/
}
.reservation2 {
	margin-top: 20px;
}
.serviceTbl,
#cautionList li{ font-size:109%;}
}

/* SP */
@media screen and (max-width: 560px){
.listItem{ width:100%;}
.listItem:nth-child(odd) .listlabel{ border-right:none;}
#menu{
	margin-top:30px;
	padding-bottom:40px;
}
.reservationTxt{ line-height:1.6;}
.reservationLink + .reservationLink{ padding-left:0;}
.reservationLink + .reservationLink:before{ display:none;}
}