﻿@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: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;}
.reservation2 {
	width:auto;
	margin-top:65px;
	padding:35px 20px 20px 20px;
	border:1px solid #aaa8a1;
	border-radius:5px;
	position:relative;
}
.reservation2 h3 {
	padding:0 42px;
	line-height:26px;
	font-size:142%;
	font-weight:500;
	position:absolute;
	top:-13px;
	left:50%;
	transform:translateX(-50%);
	z-index:10;
	white-space:nowrap;
	background:#fff;
}
.contents .reservation2 h3 { background:#F3F3EB;}
.reservationTxt {
	color:#424241;
	font-size:125%;
	line-height:1.8;
}
.reservationTxt2 {
	color:#676767;
	font-size:117%;
	margin-top:8px;
}
.reservationTxt2 span {
	font-weight: bold;
}
.reservationTxt3 {
	color: #FFFFFF;
	font-size: 125%;
	line-height: 1.8;
	background-color: #F60;
	margin-bottom: 5px;
}
.reservationTxt4 {
	color: #FFFFFF;
	font-size: 125%;
	line-height: 1.8;
	background-color: #F00;
	margin-bottom: 5px;
}
.reservationTxt5 {
	color: #FFFFFF;
	font-size: 125%;
	line-height: 1.8;
	background-color: #F00;
	padding: 30px;
	margin-bottom: 5px;
}
.reservationTxt6 {
	font-size: 125%;
	line-height: 1.8;
	font-weight: bold;
	color: #FF0000;
	margin-bottom: 5px;
}
.reservationTxt7 {
	font-size: 142%;
	line-height: 1.8;
	font-weight: bold;
	color: #FF0000;
}
.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:142%;
	padding-right:5px;
}
.reservationLink dd{
	font-size:192%;
	font-family: 'Lato', sans-serif;
	font-weight:600;
}
.reservationLink dd a{
	color:#ea6903;
	font-family: 'Lato', sans-serif;
	font-weight:600;
}


/*------------------------------------------------------------ 
    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 15px 20px;
}
.reservation h3{
	padding:0 30px;
	font-size:134%;
}
.reservationTxt{ font-size:117%;}
.reservationTxt2,
.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;}
}