
@charset "utf-8";
/* Filename：stay.css */
/* :::::::::::::::::::::::::::::::::::
	店舗ヘッダー
::::::::::::::::::::::::::::::::::: */

.head-bg{
	padding:20px 0 20px;
	background:#FFF;
}

.tenpoTop .head-bg{
	padding:220px 0 20px;
}

.tenpoHeader{
	overflow: hidden;
	margin: 0 20px;
}

/* 店舗名称 */
.tenpoName{
}

.tenpoName dl{
	width:284px;
	margin:0 auto;
	overflow:hidden;
	font-size:12px;
}

.tenpoName dl dt{
	float:left;
	width:80px;
	text-align:center;
	color:#FFF;
	background:#6f5848;
	border:1px solid #6f5848;
}

.tenpoName dl dd{
	float:left;
	text-align:center;
	width:200px;
	background:#FFF;
	border:1px solid #6f5848;
}

/* H1 */
.tenpoName h1{
	font-size:20px;
	font-weight:bold;
	text-align:center;
}

.tenpoName h2{
	font-size:20px;
	font-weight:bold;
	text-align:center;
}
.tenpoName p{
	font-size:12px;
	text-align:center;
}


/* 営業時間 */
dl.tenpo-open{
	overflow:hidden;
	font-size:12px;
}

dl.tenpo-open dt{
	clear:both;
	float:left;
	width:40%;
	text-indent:1em;
}

dl.tenpo-open dd{
	float:left;
	width:60%;
	padding:0 0 8px;
}

/* お問い合わせエリア */
.tenpo-contact{
	padding:10px 0 5px;
	text-align:center;
	background:#FFF;
	border:1px solid #eae6e4;
}

.tenpo-contact h2{
	font-size:16px;
}

.tenpo-contact p{
	padding:0;
	font-size:18px;
	font-weight:bold;
	letter-spacing:5px;
}

.btn_net{
	width:91%;
	margin:10px auto;
	text-align:center;
}

.btn_net p a{
  padding:15px;
  color:#ffffff;
  font-size: 15px;
  line-height: 120%;
  text-align: center;
  text-decoration: none;
  border:1px solid #7a5829;
  -webkit-box-shadow:0px 0px 0px 1px #fff inset;
  -moz-box-shadow:0px 0px 0px 1px #fff inset;
  box-shadow:0px 0px 0px 1px #fff inset;
  background: #ab864e;
  background: -moz-linear-gradient(top, #ab864e 1%, #7a5829 100%);
  background: -webkit-linear-gradient(top, #ab864e 1%,#7a5829 100%);
  background: linear-gradient(to bottom, #ab864e 1%,#7a5829 100%);
  display: block;
  position:relative;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.btn_net p a:before {
  content: "";
  width: 10px;
  height: 5px;
  margin:0 0 0 -5px;
  border: 5px solid transparent;
  border-top: 7px solid #fff;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 50%;
}
.btn_net p a:hover {
  opacity:.8;
}
/* :::::::::::::::::::::::::::::::::::
	店舗ナビ
::::::::::::::::::::::::::::::::::: */

.tenpoNav{
	background:#872720;
}

.tenpoNav ul{
	padding:0;
	overflow:hidden;
}

.tenpoNav ul li{
	float:left;
	width: 50%;
	text-align:center;
	border-bottom:1px solid #945a47;
}

.tenpoNav ul li a{
	display:block;
	color:#FFF;
	border-right:1px solid #945a47;
	font-size:16px;
	line-height:60px;
	text-decoration:none;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

.tenpoNav ul li a:hover{
}

/* :::::::::::::::::::::::::::::::::::
	MV
::::::::::::::::::::::::::::::::::: */
.topMv{
	height:200px;
	text-align:center;
	background:url(../images/mv.jpg) no-repeat;
	background-size:cover;
}

.topMv img{
	display:none;
}

/* :::::::::::::::::::::::::::::::::::
	MV
::::::::::::::::::::::::::::::::::: */
#mainmv {
	width:100%;
	height:200px;
	position:absolute;
	top:80px;
	z-index:10;
	display:block;
}
.restmv{
	width:100%;
	height:200px;
	background-position:center top;
	background-size:cover;
	position:relative;
}

.restmv > img{
	display:none;
}
.restmv #slidePrev{
	width:30px;
	height:30px;
	position:absolute;
	top:90px;
	left:10px;
}
.restmv #slideNext{
	width:30px;
	height:30px;
	position:absolute;
	top:90px;
	right:10px;
}
.restmv #slidePrev img,
.restmv #slideNext img{
	width:100%;
}
.restmv #slidePrev img:hover,
.restmv #slideNext img:hover{
	opacity:0.6;
	cursor:pointer;
}

/* :::::::::::::::::::::::::::::::::::
	POINT
::::::::::::::::::::::::::::::::::: */
.topPoint{
	padding:0 0 30px;
	background:#FFF;
}

.point-Inner{
	padding:20px 0 0;
}

.topPoint h2{
	font-size:20px;
	text-align:center;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

.topPoint p{
	text-align:center;
	padding:10px 10px 0;
}

.pointLeft{
}

.imgSweets{
	display:none;
}

.imgCoffee{
	display:none;
}

.imgLight{
	display:none;
}

.pointRight{
	display:none;
}

/* :::::::::::::::::::::::::::::::::::
	RECOM
::::::::::::::::::::::::::::::::::: */

.topRecom{
	padding:0 0 30px;
	text-align:center;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

.topRecom h2{
	font-size:24px;
	padding:30px 0 20px;
}

.topRecom ul{
	padding:0;
	overflow:hidden;
}

.topRecom ul li{
	width:260px;
	height:230px;
	margin:0 10px;
	padding:0 0 20px 0;
}

.topRecom ul li h3{
	font-size:18px;
	text-align:center;
	padding:20px 0;
	background:#FFF;
}

/* :::::::::::::::::::::::::::::::::::
	MENU
::::::::::::::::::::::::::::::::::: */

.topMenu{
	background:#FFF;
}

.menuInner{
	padding:0 10px 30px;
	overflow:hidden;
}

.topMenu h2{
	font-size:24px;
	padding:30px 0 20px;
	text-align:center;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

.topM-Left{
}

.topM-Right{
}

.topM-Right dl {
	font-size:20px;
	overflow:hidden;
}

.topM-Right dl dt{
	float:left;
	width:70%;
}

.topM-Right dl dd{
	float:left;
	text-align:right;
	width:30%;
}

.topM-Right h3{
	margin:20px 0 0;
	padding:5px;
	letter-spacing:2px;
	text-align:center;
	border:1px solid #eae6e4;
	margin-bottom:20px;
}

.topM-Right{
	font-size:14px;
}

/* :::::::::::::::::::::::::::::::::::
	ごあいさつ
::::::::::::::::::::::::::::::::::: */
.topGreeting{
}

.topGreeting h2{
	font-size:24px;
	padding:30px 0 20px;
	text-align:center;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

.topG-Left{
	text-align:center;
}

.topG-Left img{
	width:200px;
}

.topG-Right{
	padding:20px 10px;
}

.topG-Right ul{
}

.topG-Right ul li{
	padding:0 0 20px;
}

.topG-Right ul h3{
	padding:0 0 20px;
	font-size:24px;
	text-align:center;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

.topG-Right ul h3 span{
	font-size:13px;
}

.topG-Right ul h4{
	text-align:center;
}

.topG-Right ul li p{
	font-size:14px;
}

/* :::::::::::::::::::::::::::::::::::
	BOTTOM NAVI
::::::::::::::::::::::::::::::::::: */
.bgWhite{
	padding:20px 0 0;
	background:#FFF;
}

.tenpuraNavi{
}

.tenpuraNavi h2{
	padding:0 0 20px;
	text-align:center;
}

.tenpuraNavi h2 img{
	width:100px;
}

.tenpuraNavi ul{
	padding:0;
	border-bottom:1px solid #7d5e5a;
	overflow:hidden;
}

.tenpuraNavi ul li{
	float:left;
	width:50%;
	text-align:center;
}

.tenpuraNavi ul li a{
	display:block;
	padding:20px 0;
	text-decoration:none;
	border-right:1px solid #7d5e5a;
	border-top:1px solid #7d5e5a;
}
.atent {
    width: 35%;
    padding-top: 4px;
    float: left;

}

/* -----------------------------------------:

600px →

----------------------------------------- */
@media only screen and (max-width: 959px) {
	.topM-Right dl {
	padding:10px 15px 20px;
	font-size:16px;
	overflow:hidden;
}
.atent {
	width: 100%;
}

}

/* ::::::::::::::::::::::::::::::::::::::::

961px以上

:::::::::::::::::::::::::::::::::::::::: */

/* :::::::::::::::::::::::::::::::::::
	店舗ヘッダー
::::::::::::::::::::::::::::::::::: */
@media only screen and (min-width: 960px) {
.head-bg{
	padding:40px 0 10px;
	background:#FFF;
}
.tenpoTop .head-bg{
	padding:40px 0 10px;
	background:#FFF;
}


.tenpoHeader{
	width:960px;
	margin:0 auto;
	overflow:hidden;
}

/* 店舗名称 */
.tenpoName{
	float:left;
	width:290px;
}

.tenpoName dl{
	width:244px;
	margin:0 auto;
	overflow:hidden;
}

.tenpoName dl dt{
	float:left;
	width:80px;
	text-align:center;
	color:#FFF;
	background:#6f5848;
	border:1px solid #6f5848;
}

.tenpoName dl dd{
	float:left;
	text-align:center;
	width:160px;
	background:#FFF;
	border:1px solid #6f5848;
}

/* H1 */
.tenpoName h1{
	font-size:18px;
	font-weight:bold;
	text-align:center;
}

.tenpoName h2{
	font-size:18px;
	font-weight:bold;
	text-align:center;
}

.tenpoName p{
	text-align:center;
}


/* 営業時間 */
dl.tenpo-open{
	float:left;
	font-size:12px;
	padding: 10px 0 0 10px;
	width:337px;
	overflow:hidden;
}

dl.tenpo-open dt{
	clear:both;
	float:left;
	width:110px;
	padding:0 0 5px;
}

dl.tenpo-open dd{
	float:left;
	width:220px;
	padding:0 0 5px;
}

/* お問い合わせエリア */
.tenpo-contact{
	float: left;
	width:320px;
	margin:0;
	padding:15px 0 10px;
	text-align:center;
	background:#FFF;
	border:1px solid #eae6e4;
}


.tenpo-contact p{
	padding:0;
	font-size:18px;
	font-weight:bold;
	letter-spacing:5px;
}

.btn_net{
	float:right;
	width:322px;
	margin-top: 5px;
	text-align:center;
}

.btn_net p a{
  padding:15px;
  color:#ffffff;
  font-size: 15px;
  line-height: 120%;
  text-align: center;
  text-decoration: none;
  border:1px solid #7a5829;
  -webkit-box-shadow:0px 0px 0px 1px #fff inset;
  -moz-box-shadow:0px 0px 0px 1px #fff inset;
  box-shadow:0px 0px 0px 1px #fff inset;
  background: #ab864e;
  background: -moz-linear-gradient(top, #ab864e 1%, #7a5829 100%);
  background: -webkit-linear-gradient(top, #ab864e 1%,#7a5829 100%);
  background: linear-gradient(to bottom, #ab864e 1%,#7a5829 100%);
  display: block;
  position:relative;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.btn_net p a:before {
  content: "";
  width: 10px;
  height: 5px;
  margin:0 0 0 -5px;
  border: 5px solid transparent;
  border-top: 7px solid #fff;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 50%;
}
.btn_net p a:hover {
  opacity:.8;
}
}
/* :::::::::::::::::::::::::::::::::::
	店舗ナビ
::::::::::::::::::::::::::::::::::: */
@media only screen and (min-width: 960px) {
.tenpoNav{
	height:79px;
	background:#872720;
}

.tenpoNav ul{
	width:960px;
	margin:0 auto;
	border-left:1px solid #945a47;
	overflow:hidden;
}

.tenpoNav ul li{
	float:left;
	width:240px;
	text-align:center;
}
.tenpoNav ul li a{
	display:block;
	color:#FFF;
	border-right:1px solid #945a47;
	font-size:16px;
	letter-spacing:2px;
	line-height:78px;
	text-decoration:none;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
	transition:0.5s;
}

.tenpoNav ul li a:hover{
	background:#6f5848;
}
}
/* :::::::::::::::::::::::::::::::::::
	MV
::::::::::::::::::::::::::::::::::: */
@media only screen and (min-width: 960px) {
.topMv{
	height:550px;
	text-align:center;
	position:relative;
}

.topMv img{
	display:block;
	margin-left:50px;
	position:absolute;
	top:0;
	left:50%;
}
}
/* :::::::::::::::::::::::::::::::::::
	MV
::::::::::::::::::::::::::::::::::: */
@media only screen and (min-width: 960px) {
#mainmv {
	width:100%;
	height:550px;
	position:relative;
	top:0;
	z-index:0;
	display:block;
}
.restmv{
	width:100%;
	height:550px;
	position:relative;
}

.restmv > img{
	display:block;
	margin-left:50px;
	position:absolute;
	top:0;
	left:50%;
}
.restmv #slidePrev{
	width:50px;
	height:50px;
	position:absolute;
	top:250px;
	left:20px;
}
.restmv #slideNext{
	width:50px;
	height:50px;
	position:absolute;
	top:250px;
	right:20px;
}
}
/* :::::::::::::::::::::::::::::::::::
	POINT
::::::::::::::::::::::::::::::::::: */
@media only screen and (min-width: 960px) {
.topPoint{
	padding:30px 0 40px;
	background:#FFF;
}

.point-Inner{
	width:960px;
	margin:0 auto;
	overflow:hidden;
}

.topPoint h2{
	text-align:center;
}

.pointLeft{
	float:left;
	width:620px;
}

.pointLeft ul{
	padding:20px 0 0;
	overflow:hidden;
}

.pointLeft ul li{
	float:left;
	width:260px;
}

.pointTtl{
	float:right !important;
	padding:0 0 0 20px;
	width:340px !important;
}

.pointTtl div{
	padding:30px 0 20px;
}

.imgSweets{
	display:block;
}

.imgCoffee{
	display:block;
}

.imgLight{
	display:block;
	width:320px;
}

.pointRight{
	display:block;
	float:right;
	width: 320px;
}
}
/* :::::::::::::::::::::::::::::::::::
	RECOM
::::::::::::::::::::::::::::::::::: */
@media only screen and (min-width: 960px) {
.topRecom{
	padding:60px 0;
	text-align:center;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

.topRecom h2{
	font-size:30px;
	padding:0 0 30px;
}

.topRecom ul{
	overflow:hidden;
}

.topRecom ul li{
	float:left;
	width:360px;
	height:300px;
	padding:0 20px 20px 0;
}

.topRecom ul li h3{
	font-size:17px;
	padding:13px 0;
	background:#FFF;
	min-height: 6.8em;
}
}
/* :::::::::::::::::::::::::::::::::::
	MENU
::::::::::::::::::::::::::::::::::: */
@media only screen and (min-width: 960px) {
.topMenu{
	background:#FFF;
}
.menuInner{
	width:960px;
	margin:0 auto;
	padding:60px 0;
	overflow:hidden;
}
.topMenu h2{
	font-size:30px;
	padding:0 0 30px;
	text-align:center;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}
.topM-Left{
	float:left;
	width:520px;
}
.topM-Right{
	float:right;
	width:390px;
	font-size:14px;
}
.topM-Right dl dt{
	float:left;
	width:70%;
}
.topM-Right dl dd{
	float:left;
	text-align:right;
	width:30%;
}
.topM-Right h3{
	margin:0 0 0;
	padding:5px;
	letter-spacing:2px;
	text-align:center !important;
	border:1px solid #eae6e4;
	margin-bottom:20px;
}
.topM-Right{
	font-size:14px;
}
.topM-Right h4{
	font-size:20px;
	text-align:center !important;
}
.topM-Right ul li{
	padding:0 0 5px;
	text-align:center;
}
}
/* :::::::::::::::::::::::::::::::::::
	ごあいさつ
::::::::::::::::::::::::::::::::::: */
@media only screen and (min-width: 960px) {
.topGreeting{
	width:960px;
	margin:0 auto;
	padding:60px 0;
	overflow:hidden;
}
.topGreeting h2{
	font-size:30px;
	padding:0 0 30px;
	text-align:center;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}
.topG-Left{
	width:300px;
	float:left;
	text-align:center;
}
.topG-Left img{
	width:auto;
}
.topG-Right{
	float:right;
	width:600px;
	padding:20px 10px;
}
.topG-Right ul{
}
.topG-Right ul li{
	padding:0 0 20px;
}
.topG-Right ul h3{
	padding:0 0 20px;
	font-size:24px;
	text-align:left;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}
.topG-Right ul h3 span{
	font-size:13px;
}
.topG-Right ul h4{
	text-align:left;
}
.topG-Right ul li p{
	font-size:14px;
}

/* :::::::::::::::::::::::::::::::::::
	BOTTOM NAVI
::::::::::::::::::::::::::::::::::: */

.tenpuraNavi{
	width:960px;
	margin:0 auto;
	padding:30px 0 30px;
}
.tenpuraNavi h2{
	padding:0 0 20px;
	text-align:center;
}
.tenpuraNavi h2 img{
	width:95px;
}
.tenpuraNavi ul{
	padding:0;
	border-left:1px solid #7d5e5a;
	border-bottom:1px solid #7d5e5a;
	overflow:hidden;
}
.tenpuraNavi ul li{
	float:left;
	width:25%;
	text-align:center;
}
.tenpuraNavi ul li a{
	display:block;
	padding:10px 0;
	text-decoration:none;
	border-right:1px solid #7d5e5a;
	border-top:1px solid #7d5e5a;
	transition:0.5s;
}
.tenpuraNavi ul li a:hover{
	background:#f7f1ed;
}
}

/* :::::::::::::::::::::::::::::::::::
	個室のご案内
::::::::::::::::::::::::::::::::::: */
.con_pri {
	padding: 60px 0 5px;
	background: #fbf7ef;
}
.con_pri h2 {
	font-size: 30px;
	text-align: center;
}
.con_pri .st {
	text-align: center;
	margin-top: 1em;
}
.con_pri .st_txt {
	text-align: center;
	line-height: 1.8;
	margin-top: 1em;
	font-size: 14px;
}
.con_pri .info {
	clear: both;
	font-size: 14px;
	text-align: center;
	padding: 1%;
}
.con_pri .pc_line_rsv {
	position: relative;
	border-width: 5px;
	border-color: gray transparent;
	height: 1px;
	border-style: double;
	width: 50%;
	margin: 5% auto 5%;
	padding: 0;}
@media only screen and (min-width: 1280px) {
	.con_pri .pc_line_rsv { margin: 1% auto 1%; }
	 }
.ie8 .con_pri .pc_line_rsv { margin: 0 auto 2%; }
.con_pri .pc_line_rsv:before {
	content: '';
	position: absolute;
	bottom: -3.536px;
	width: 7.071px;
	height: 7.071px;
	display: block;
	border-width: 0 7.071px 7.071px 0;
	border-color: gray;
	border-style: double;
	box-sizing: border-box;
	}
.con_pri .pc_line_rsv:after {
	content: '';
	position: absolute;
	bottom: -3.536px;
	width: 7.071px;
	height: 7.071px;
	display: block;
	border-width: 0 7.071px 7.071px 0;
	border-color: gray;
	border-style: double;
	box-sizing: border-box; }
.con_pri .pc_line_rsv:before {
	content: '';
	transform: translateZ(0) rotate(-45deg);
	left: -21px; }
.con_pri .pc_line_rsv:after {
	content: '';
	transform: translateZ(0) rotate(135deg);
	right: -21px; }
}
.con_pri .box_pri .box_txt .txt {
	line-height: 1.8;
	margin-top: 1em;
}
.con_pri .box_pri .box_txt .txt a {
	text-decoration: underline;
}
.con_pri .box_pri .box_txt table th,
.con_pri .box_pri .box_txt table td {
	font-size: 13px;
	padding: 15px 10px;
	vertical-align: middle;
	text-align: center;
	font-weight: 400;
}
.con_pri .box_pri .box_txt table td {
	text-align: right;
}
@media only screen and (min-width: 960px) {
	.con_pri .box_pri {
		width: 960px;
		margin: 35px auto 40px;
		overflow: hidden;
	}
	.con_pri .box_pri .photo {
		width: 520px;
		float: left;
	}
	.con_pri .box_pri .photo li {
		margin-bottom: 1.5em;
	}
	.con_pri .box_pri .box_txt {
		width: 400px;
		float: right;
	}
}
@media only screen and (max-width: 959px) {
	.con_pri .box_pri {
		width: 90%;
		margin: 2em auto;
	}
	.con_pri .box_pri .photo {
		text-align: center;
	}
	.con_pri .box_pri .box_txt table th,
	.con_pri .box_pri .box_txt table td {
		font-size: 90%;
		padding: 1em .5em;
	}
	.con_pri .st_txt {
		font-size: 11px;
	}
	.con_pri .box_txt .logo {
		text-align: center;
	}
	.con_pri .st{
		font-size: 12px;
	}
}




/*▽てんぷら山の上_流用*/



#rsv { padding-top: 80px; margin-top: 0; font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;}
#rsv ul{width: 30%; margin: auto; padding-bottom: 80px;}
#rsv p{font-size: 130%;}
@media only screen and (max-width: 767px) {#rsv ul{width: 80%;}}
@media only screen and (max-width: 767px) {#rsv p{font-size: 100%;}}
@media only screen and (max-width: 767px) { #rsv { padding-top: 0; } }
@media only screen and (max-width: 767px) { #rsv { margin-top: 3.5em; } }
#rsv h3 { font-size: 265%; margin-bottom: 20px; line-height: 1; text-align: center; text-align: center; }
@media only screen and (min-width: 768px) and (max-width: 1279px) { #rsv h3 { font-size: 215%; } }
@media only screen and (max-width: 767px) { #rsv h3 { font-size: 158%; } }
@media only screen and (max-width: 767px) { #rsv h3 { margin-bottom: 1.2em; } }
#rsv .thum_txt { text-align: center; letter-spacing: .2em; }
@media only screen and (max-width: 767px) { #rsv .thum_txt { text-align: left; } }
@media only screen and (max-width: 767px) { #rsv .thum_txt { margin-bottom: 1.5em; width: 94%; margin: auto; line-height: 1.5;} }
#rsv .thum_txt span { margin-top: 25px; display: block; color: #aa0101; }
@media only screen and (max-width: 767px) { #rsv .thum_txt span { margin-top: 1em; } }
#rsv .box_rsv li.list_rsv { /*float: left; width: 30%; margin: auto;*/ text-align: center; border: none;}
@media only screen and (max-width: 767px) { #rsv .box_rsv li.list_rsv { width: 100%; } }
@media only screen and (min-width: 768px) { #rsv .box_rsv li.list_rsv { margin-left: 3.33333%; }
  #rsv .box_rsv li.list_rsv:first-child { margin-left: 0; } }
@media print { #rsv .box_rsv li.list_rsv { margin-left: 3.33333%; }
  #rsv .box_rsv li.list_rsv:first-child { margin-left: 0; } }
.ie8 #rsv .box_rsv li.list_rsv { margin-left: 3.33333%; }
.ie8 #rsv .box_rsv li.list_rsv:first-child { margin-left: 0; }
@media only screen and (max-width: 767px) { #rsv .box_rsv li.list_rsv { margin-top: 3em; }
  #rsv .box_rsv li.list_rsv:first-child { margin-top: 0; } }
#rsv .box_rsv li.list_rsv h4 { font-size: 158%; margin-bottom: 15px; }
@media only screen and (min-width: 768px) and (max-width: 1279px) { #rsv .box_rsv li.list_rsv h4 { font-size: 158%; } }
@media only screen and (max-width: 767px) { #rsv .box_rsv li.list_rsv h4 { font-size: 129%; } }
@media only screen and (max-width: 767px) { #rsv .box_rsv li.list_rsv h4 { margin: 1em; } }
#rsv .box_rsv li.list_rsv .photo img { width: 100%; }
#rsv .box_rsv li.list_rsv .box_txt { padding: 10px 0 10px; }
@media only screen and (max-width: 767px) { #rsv .box_rsv li.list_rsv .box_txt { padding: 0.5em 0 0.5em; } }
#rsv .box_rsv li.list_rsv .box_txt .add { margin-bottom: 15px; }
@media only screen and (max-width: 767px) { #rsv .box_rsv li.list_rsv .box_txt .add { margin-bottom: 0.8em; } }
#rsv .box_rsv li.list_rsv .box_txt .time { font-size: 120%; padding: 0 !important;}
#rsv .box_rsv li.list_rsv .box_txt .tel { color: #002c59; }
#rsv .box_rsv li.list_rsv .box_txt .tel span { font-size: 158%; margin-left: .5em; }
@media only screen and (min-width: 768px) and (max-width: 1279px) { #rsv .box_rsv li.list_rsv .box_txt .tel span { font-size: 143%; } }
@media only screen and (max-width: 767px) { #rsv .box_rsv li.list_rsv .box_txt .tel span { font-size: 108%; } }
#rsv .box_rsv li.list_rsv .btn_rsv { width: 43.51852%; margin: auto; width: 100%; }
@media only screen and (max-width: 767px) { #rsv .box_rsv li.list_rsv .btn_rsv { width: 90%; } }
.mouse #rsv .box_rsv li.list_rsv .btn_rsv { -moz-transition: opacity 0.3s ease-in; -o-transition: opacity 0.3s ease-in; -webkit-transition: opacity 0.3s ease-in; transition: opacity 0.3s ease-in; }
.mouse #rsv .box_rsv li.list_rsv .btn_rsv:hover, .touch #rsv .box_rsv li.list_rsv .btn_rsv.touchstart { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); opacity: 0.7; }
.touch #rsv .box_rsv li.list_rsv .btn_rsv { -webkit-tap-highlight-color: transparent; }
.touch #rsv .box_rsv li.list_rsv .btn_rsv.touchend { -moz-transition-delay: 200ms; -o-transition-delay: 200ms; -webkit-transition-delay: 200ms; transition-delay: 200ms; }
#rsv .box_rsv li.list_rsv .btn_rsv a { margin: auto; width: 50%; padding: 15px; color: #ffffff; font-size: 15px; line-height: 120%; text-align: center; text-decoration: none; border: 1px solid #7a5829; -webkit-box-shadow: 0px 0px 0px 1px #fff inset, 0px 10px 30px -10px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 0px 1px #fff inset, 0px 10px 30px -10px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 0px 1px #fff inset, 0px 10px 30px -10px rgba(0, 0, 0, 0.2); background: #ab864e; background: -moz-linear-gradient(top, #ab864e 1%, #7a5829 100%); background: -webkit-linear-gradient(top, #ab864e 1%, #7a5829 100%); background: linear-gradient(to bottom, #ab864e 1%, #7a5829 100%); display: block; position: relative; -webkit-transition: 0.5s ease-out; -moz-transition: 0.5s ease-out; -o-transition: 0.5s ease-out; transition: 0.5s ease-out; }
#rsv .box_rsv li.list_rsv .btn_rsv a:before { content: ""; width: 10px; height: 5px; margin: 0 0 0 -5px; border: 5px solid transparent; border-top: 7px solid #fff; box-sizing: border-box; position: absolute; top: 0; left: 50%; }
#rsv .box_rsv li.list_rsv .btn_rsv a:hover { opacity: .8; }
#rsv .box_rsv li.list_rsv .line_memo { text-align: center; margin-bottom: 1%; }
@media only screen and (min-width: 768px) and (max-width: 1279px) { #rsv .box_rsv li.list_rsv .line_memo { display: none; } }
@media only screen and (min-width: 1280px) { #rsv .box_rsv li.list_rsv .line_memo { display: none; } }
@media print { #rsv .box_rsv li.list_rsv .line_memo { display: none; } }
.ie8 #rsv .box_rsv li.list_rsv .line_memo { display: none; }
#rsv .box_rsv li.list_rsv .line_rsv { height: 30px; border-style: solid; border-color: black; border-width: 1px 0 0 0; border-radius: 20px; }
@media only screen and (min-width: 768px) and (max-width: 1279px) { #rsv .box_rsv li.list_rsv .line_rsv { display: none; } }
@media only screen and (min-width: 1280px) { #rsv .box_rsv li.list_rsv .line_rsv { display: none; } }
@media print { #rsv .box_rsv li.list_rsv .line_rsv { display: none; } }
.ie8 #rsv .box_rsv li.list_rsv .line_rsv { display: none; }
#rsv .box_rsv li.list_rsv .line_rsv:after { display: block; content: ""; height: 30px; margin-top: -31px; border-style: solid; border-color: black; border-width: 0 0 1px 0; border-radius: 20px; }
