@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : restaurant_top.css
 author     : Ability Consultant
 style info : レストラン・バー
=================================================================== */
.con_header .box_header, .con_link, .con_link .page_link-sp, .con_res .con_menu .box_menu, .con_res .box_res, .con_plan h3, .con_plan .box_plan {
	max-width: 1160px;
	margin: auto;
}
@media only screen and (max-width: 1159px) {
  .con_header .box_header, .con_link, .con_link .page_link-sp, .con_res .con_menu .box_menu, .con_res .box_res, .con_plan h3, .con_plan .box_plan {
		width: 91.66667%;
  }
}

@font-face {
	font-family: 'Arabic Typesetting';
	src: url(../css/fonts/arabtype.woff) format("woff"), url(../css/fonts/arabtype.ttf) format("opentype");
}
/* font-awesome */
/* -----------------------------------------------------------
	タイトル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	ボタン
----------------------------------------------------------- */
/* -----------------------------------------------------------
	スライド　用
----------------------------------------------------------- */
.gnav li:first-child + * + * {
	background: #f5f5f5 !important;
}

/* -----------------------------------------------------------
	con_header
----------------------------------------------------------- */
@media only screen and (min-width: 1160px) {
  .con_header {
		position: static !important;
		background: #e9e5e5;
  }
}
@media print {
  .con_header {
		position: static !important;
		background: #e9e5e5;
  }
}
.ie8 .con_header {
	position: static !important;
	background: #e9e5e5;
}
.con_header .box_header h1 {
	color: #3d391c !important;
	float: none !important;
}
.con_header .box_header .logo {
	display: none;
}

/* -----------------------------------------------------------
	con_title
----------------------------------------------------------- */
.con_title {
	display: none;
}

/* -----------------------------------------------------------
	.page_link ページナビー
----------------------------------------------------------- */
.con_link .page_link {
	margin: 20px auto 0;
	width: 100%;
	display: table;
}
@media only screen and (max-width: 767px) {
  .con_link .page_link {
		margin: 2% auto 0;
  }
}
.con_link .page_link li {
	display: table-cell;
	vertical-align: middle;
	width: 12.5%;
	border-left: 1px solid #c5c3ba;
	padding: .5em 0 2em;
	position: relative;
}
.con_link .page_link li:first-child {
	border-left: none;
}
.con_link .page_link li a {
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 139%;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
	line-height: 1.25;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_link .page_link li a {
		font-size: 116%;
  }
}
@media only screen and (max-width: 767px) {
  .con_link .page_link li a {
		font-size: 108%;
  }
}
.con_link .page_link li a span {
	font-size: 0.7em;
	display: block;
}
.con_link .page_link li:after {
	content: "";
	font-family: FontAwesome;
	margin-left: .5em;
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	bottom: 0;
	display: block;
	margin-left: 0;
	line-height: 1;
	font-size: 200%;
}
.con_link .page_link-sp {
	margin: 20px auto 30px;
}
@media only screen and (max-width: 767px) {
  .con_link .page_link-sp {
		margin: 2% auto 3%;
  }
}
@media only screen and (min-width: 768px) {
  .con_link .page_link-sp {
		background: #fff;
  }
}
@media print {
  .con_link .page_link-sp {
		background: #fff;
  }
}
.ie8 .con_link .page_link-sp {
	background: #fff;
}
.con_link .page_link-sp select {
	width: 100%;
	color: #3d391c;
	height: 3em;
	line-height: 3em;
}
@media only screen and (min-width: 768px) {
  .con_link .page_link-sp select {
		border: 1px solid #fff;
  }
}
@media print {
  .con_link .page_link-sp select {
		border: 1px solid #fff;
  }
}
.ie8 .con_link .page_link-sp select {
	border: 1px solid #fff;
}

/* -----------------------------------------------------------
	con_gnav
----------------------------------------------------------- */
#con_gnav {
	margin-top: 0;
	position: relative;
}

@media only screen and (min-width: 1160px) {
  #contents {
		position: relative;
  }
  #contents .topicpath {
		overflow: visible !important;
		position: absolute;
		top: 50px;
		width: 1160px;
		margin: 0 auto;
		left: 50%;
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
  }
  #contents .topicpath li {
		color: #fff;
  }
  #contents .topicpath li a {
		color: #fff;
  }
  #contents .topicpath li:before {
		color: #fff !important;
  }
}
@media print {
  #contents {
		position: relative;
  }
  #contents .topicpath {
		overflow: visible !important;
		position: absolute;
		top: 50px;
		width: 1160px;
		margin: 0 auto;
		left: 50%;
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
  }
  #contents .topicpath li {
		color: #fff;
  }
  #contents .topicpath li a {
		color: #fff;
  }
  #contents .topicpath li:before {
		color: #fff !important;
  }
}
.ie8 #contents {
	position: relative;
}
.ie8 #contents .topicpath {
	overflow: visible !important;
	position: absolute;
	top: 50px;
	width: 1160px;
	margin: 0 auto;
	left: 50%;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.ie8 #contents .topicpath li {
	color: #fff;
}
.ie8 #contents .topicpath li a {
	color: #fff;
}
.ie8 #contents .topicpath li:before {
	color: #fff !important;
}

/* -----------------------------------------------------------
	con_main
----------------------------------------------------------- */
.con_main {
	width: 100%;
	position: relative;
	background: url(../restaurant/images/img_main_top-pc.jpg) no-repeat center top;
	background-size: cover;
	margin-top: -50px;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_main {
		margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_main {
		margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_main {
		background: url(../restaurant/images/img_main_top-sp.jpg) no-repeat center top;
		background-size: cover;
  }
}
.con_main .box_main {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	height: 51.16279%;
	text-shadow: 0 0 15px #080707;
}
.con_main h2 {
	font-weight: 100;
	text-align: center;
	text-shadow: 0 0 15px black;
	font-size: 124%;
	margin-bottom: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_main h2 {
		font-size: 124%;
  }
}
@media only screen and (max-width: 767px) {
  .con_main h2 {
		font-size: 108%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_main h2 {
		margin-bottom: 6%;
  }
}
@media only screen and (max-width: 767px) {
  .con_main h2 {
		margin-bottom: 6%;
  }
}
.con_main h2:before {
	content: "";
	background: url(../stay/images/logo_stay.png) no-repeat center top;
	width: 77px;
	height: 79px;
	display: block;
	margin: 0 auto;
}
.con_main h2 em {
	display: block;
	color: #fff;
	text-shadow: 0 0 15px #080707;
	font-size: 250%;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
.con_main h2 span {
	color: #fff;
	display: block;
	line-height: 1;
}
.con_main .txt_cap {
	color: #fff;
	text-align: center;
	font-size: 308%;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_main .txt_cap {
		font-size: 277%;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .txt_cap {
		font-size: 154%;
  }
}

/* -----------------------------------------------------------
	con_res //ロゴの大きさは各々で異なる
----------------------------------------------------------- */
.con_res {
	border-bottom: 2px solid #e3e2da;
	padding-bottom: 40px;
	margin-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_res {
		padding-bottom: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_res {
		padding-bottom: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .con_res {
		margin-top: 10%;
  }
}
.con_res h3 {
	text-align: center;
	margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .con_res h3 {
		margin-bottom: 4%;
  }
}
.con_res h3 em {
	display: block;
	margin: 0 auto;
}
.con_res h3 span {
	display: block;
	color: #7c5b33;
	margin-top: 8px;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
	font-size: 131%;
}
@media only screen and (max-width: 767px) {
  .con_res h3 span {
		margin-top: 1%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_res h3 span {
		font-size: 124%;
  }
}
@media only screen and (max-width: 767px) {
  .con_res h3 span {
		font-size: 93%;
  }
}
.con_res .con_menu {
	width: 100%;
	background: #fbfaf8;
}
@media only screen and (max-width: 767px) {
  .con_res .con_menu {
		background: none;
  }
}
.con_res .con_menu .box_menu {
	letter-spacing: -.4em;
}
@media only screen and (max-width: 767px) {
  .con_res .con_menu .box_menu {
		letter-spacing: normal;
		display: table;
		margin-bottom: 2%;
  }
}
.con_res .con_menu .box_menu .st {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
	color: #fff;
	font-size: 131%;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_res .con_menu .box_menu .st {
		font-size: 124%;
  }
}
@media only screen and (max-width: 767px) {
  .con_res .con_menu .box_menu .st {
		font-size: 108%;
  }
}
.con_res .con_menu .box_menu .st span {
	background: #b7b290;
	padding: 0.8em 1.5em;
}
@media only screen and (max-width: 767px) {
  .con_res .con_menu .box_menu .st span {
		padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_res .con_menu .box_menu .st span {
		position: relative;
		display: inline-block;
  }
  .con_res .con_menu .box_menu .st span:before {
		content: "";
		display: inline-block;
		border: 10px solid transparent;
		border-left-color: #b7b290;
		position: absolute;
		right: -20px;
		top: 50%;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
  }
}
@media print {
  .con_res .con_menu .box_menu .st span {
		position: relative;
		display: inline-block;
  }
  .con_res .con_menu .box_menu .st span:before {
		content: "";
		display: inline-block;
		border: 10px solid transparent;
		border-left-color: #b7b290;
		position: absolute;
		right: -20px;
		top: 50%;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
  }
}
.ie8 .con_res .con_menu .box_menu .st span {
	position: relative;
	display: inline-block;
}
.ie8 .con_res .con_menu .box_menu .st span:before {
	content: "";
	display: inline-block;
	border: 10px solid transparent;
	border-left-color: #b7b290;
	position: absolute;
	right: -20px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .con_res .con_menu .box_menu .st {
		display: table-cell;
		text-align: center;
		background: #b7b290;
  }
  .con_res .con_menu .box_menu .st span {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
  }
}
.con_res .con_menu .box_menu ul {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
	width: 87.93103%;
	overflow: hidden;
	width: 1020px;
	margin-left: 1.72414%;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_res .con_menu .box_menu ul {
		width: 87%;
  }
}
@media only screen and (max-width: 767px) {
  .con_res .con_menu .box_menu ul {
		width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_res .con_menu .box_menu ul {
		margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 963px) {
  .con_res .con_menu .box_menu ul {
		margin-left: 3%;
		width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .con_res .con_menu .box_menu ul {
		margin-top: 2%;
		width: 100%;
  }
}
.con_res .con_menu .box_menu ul li {
	float: left;
	border-right: 1px solid #dfddd8;
	padding: 0 2.35294%;
	font-size: 116%;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_res .con_menu .box_menu ul li {
		padding: 0 1.5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_res .con_menu .box_menu ul li {
		padding: 0 2%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 963px) {
  .con_res .con_menu .box_menu ul li {
		width: 20%;
		margin-left: 0;
		border-bottom: 1px solid #dfddd8;
		padding-bottom: 0.3em;
		text-align: center;
		font-size: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
  }
}
.con_res .con_menu .box_menu ul li:first-child {
	margin-left: 0;
}
.con_res .con_menu .box_menu ul li a {
	display: block;
	text-decoration: none !important;
}
.mouse .con_res .con_menu .box_menu ul li a:hover, .touch .con_res .con_menu .box_menu ul li a.touchstart {
	text-decoration: underline !important;
}
.touch .con_res .con_menu .box_menu ul li a {
	-webkit-tap-highlight-color: transparent;
}
.touch .con_res .con_menu .box_menu ul li a.touchend {
	-moz-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms;
}
.con_res .con_menu .box_menu .menu-sp {
	width: 80%;
	display: table-cell;
	position: relative;
}
.con_res .con_menu .box_menu .menu-sp:before {
	content: "";
	font-family: FontAwesome;
	margin-right: .5em;
	font-size: 124%;
	padding: .2em .4em .2em .6em;
	color: #333;
	position: absolute;
	right: 3px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	margin-right: 0;
}
.con_res .con_menu .box_menu .menu-sp select {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	color: #3d391c;
	height: 2.4em;
	line-height: 2.4em;
	border: 1px solid #fff;
	background: #fff;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.con_res .con_menu .box_menu .menu-sp select option {
	margin-left: 1em;
	background: #fff;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.con_res .box_slider {
	margin: auto;
	width: 1160px;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_res .box_slider {
		width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_res .box_slider {
		width: 100%;
  }
}
.con_res .box_slider .slick-dots {
	width: 95%;
	right: 2.5%;
	bottom: 7%;
	text-align: center;
	line-height: 1;
}
.con_res .box_slider .slick-dots li {
	width: 15px;
	height: 15px;
	margin: 0 .8em;
	vertical-align: middle;
	text-align: center;
	-moz-transition: width 0.35s, height 0.35s;
	-o-transition: width 0.35s, height 0.35s;
	-webkit-transition: width 0.35s, height 0.35s;
	transition: width 0.35s, height 0.35s;
}
@media only screen and (max-width: 767px) {
  .con_res .box_slider .slick-dots li {
		width: 1em;
		height: 1em;
  }
}
.con_res .box_slider .slick-dots li button {
	cursor: pointer;
	padding: 0;
	position: relative;
	width: 100%;
	height: 100%;
}
.con_res .box_slider .slick-dots li button:before {
	position: absolute;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	width: 100%;
	height: 100%;
	opacity: 1 !important;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #fff;
	-moz-transition: background 0.35s;
	-o-transition: background 0.35s;
	-webkit-transition: background 0.35s;
	transition: background 0.35s;
}
.con_res .box_slider .slick-dots li.slick-active button:before {
	border: 1px solid #fff;
	background-color: #fff;
}
.con_res .box_slider .slick-arrow {
	position: absolute;
	bottom: 50%;
	height: 0;
	overflow: hidden;
	z-index: 3;
	width: 35px;
	height: 68px;
}
@media only screen and (max-width: 767px) {
  .con_res .box_slider .slick-arrow {
		width: 3.64583%;
		max-width: 35px;
		padding-top: 68px;
  }
}
.mouse .con_res .box_slider .slick-arrow {
	-moz-transition: opacity 200ms ease-in;
	-o-transition: opacity 200ms ease-in;
	-webkit-transition: opacity 200ms ease-in;
	transition: opacity 200ms ease-in;
}
.mouse .con_res .box_slider .slick-arrow:hover, .touch .con_res .box_slider .slick-arrow.touchstart {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}
.touch .con_res .box_slider .slick-arrow {
	-webkit-tap-highlight-color: transparent;
}
.touch .con_res .box_slider .slick-arrow.touchend {
	-moz-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms;
}
.con_res .box_slider .slick-next {
	cursor: pointer;
	background: url(../images/common/arr_nex.png) no-repeat left top;
	background-size: 100% auto;
	right: 5.5%;
}
.con_res .box_slider .slick-next::before {
	content: "";
}
@media only screen and (max-width: 1159px) {
  .con_res .box_slider .slick-next {
		right: 1%;
  }
}
.con_res .box_slider .slick-prev {
	cursor: pointer;
	background: url(../images/common/arr_pre.png) no-repeat left top;
	background-size: 100% auto;
	left: 5.5%;
}
.con_res .box_slider .slick-prev::before {
	content: "";
}
@media only screen and (max-width: 1159px) {
  .con_res .box_slider .slick-prev {
		left: 1%;
  }
}
.con_res .box_slider .slick-list {
	padding: 0 !important;
	overflow: visible;
}
.con_res .box_slider .slick-next, .con_res .box_slider .slick-prev {
	background-position: center center;
}
.con_res .box_res {
	margin-top: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_res .box_res {
		margin-top: 2.5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_res .box_res {
		margin-top: 3%;
  }
}
.con_res .box_res .cap {
	color: #3b3b3b;
	margin-bottom: 20px;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
	font-size: 216%;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_res .box_res .cap {
		margin-bottom: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_res .box_res .cap {
		margin-bottom: 2%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_res .box_res .cap {
		font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .con_res .box_res .cap {
		font-size: 154%;
  }
}
.con_res .box_res .txt {
	color: #3b3b3b;
	font-size: 108%;
}
.con_res .box_res .box_det {
	overflow: hidden;
	margin-top: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_res .box_res .box_det {
		margin-top: 4.5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_res .box_res .box_det {
		margin-top: 5%;
  }
}
.con_res .box_res .box_det .box_movie {
	width: 39.22414%;
	float: left;
	margin-right: 4.31034%;
}
@media only screen and (max-width: 767px) {
  .con_res .box_res .box_det .box_movie {
		float: none;
		width: 100%;
		margin-bottom: 3%;
  }
}
.con_res .box_res .box_det .box_movie #res_player iframe {
	width: 100%;
	border: none;
}
.con_res .box_res .box_det table {
	float: left;
	width: 56.46552%;
}
@media only screen and (max-width: 767px) {
  .con_res .box_res .box_det table {
		float: none;
		width: 100%;
		margin-left: 0;
  }
}
.con_res .box_res .box_det table tr th, .con_res .box_res .box_det table tr td {
	padding: 1em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.con_res .box_res .box_det table tr td .btn {
	width: 200px;
	border: 2px solid #d5cfc5;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_res .box_res .box_det table tr td .btn {
		width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .con_res .box_res .box_det table tr td .btn {
		width: 80%;
  }
}
.con_res .box_res .box_det table tr td .btn a {
	border: 1px solid #fff;
	text-align: center;
	text-decoration: none;
	display: block;
	padding: 0.5em 0;
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3ZjJlNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f7f2e7));
	background: -moz-linear-gradient(#ffffff, #f7f2e7);
	background: -webkit-linear-gradient(#ffffff, #f7f2e7);
	background: linear-gradient(#ffffff, #f7f2e7);
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF7F2E7');
	border: 1px solid #fff;
}
.mouse .con_res .box_res .box_det table tr td .btn a {
	-moz-transition: opacity 200ms ease-in;
	-o-transition: opacity 200ms ease-in;
	-webkit-transition: opacity 200ms ease-in;
	transition: opacity 200ms ease-in;
}
.mouse .con_res .box_res .box_det table tr td .btn a:hover, .touch .con_res .box_res .box_det table tr td .btn a.touchstart {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}
.touch .con_res .box_res .box_det table tr td .btn a {
	-webkit-tap-highlight-color: transparent;
}
.touch .con_res .box_res .box_det table tr td .btn a.touchend {
	-moz-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms;
}
.con_res .box_res .box_det table tr td .btn a:before {
	content: "";
	font-family: FontAwesome;
	margin-right: .5em;
}
.con_res .box_res .box_det table tr td .btn.flo_btn {
	margin-top: 0.5em;
}
.con_res .box_res .box_det table tr td dl {
	width: 100%;
}
.con_res .box_res .box_det table tr td dl dt, .con_res .box_res .box_det table tr td dl dd {
	display: inline-block;
}
.con_res .box_res .box_det table tr td dl dt {
	width: 15%;
}
.con_res .box_res .box_det table tr td dl dt.lunch{
	vertical-align: top;
}
.con_res .box_res .box_det table tr td dl dt.dinner{
	vertical-align: top;
}
.con_res .box_res .box_det table tr td dl dt.pano_dinner{
	width: 24%;
	vertical-align: top;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_res .box_res .box_det table tr td dl dt {
		width: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .con_res .box_res .box_det table tr td dl dt {
		width: 20%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
	.con_res .box_res .box_det table tr td dl dt.pano_dinner{
		  width: 40%;
	}
}
@media only screen and (max-width: 767px) {
	.con_res .box_res .box_det table tr td dl dt.pano_dinner{
		  width: 40%;
	}
}

/* -----------------------------------------------------------
	con_plan
----------------------------------------------------------- */
.con_plan {
	width: 100%;
	background: #fff;
	padding-top: 45px;
	padding-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .con_plan {
		padding-top: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan {
		padding-bottom: 8%;
  }
}
.con_plan h3 {
	font-weight: 100;
	letter-spacing: -.4em;
  /*span {
  	letter-spacing: normal;
  	display: inline-block;
  	font-weight: 600;
  	line-height: 1;
  	color: #7c5b33;
  	&:before, &:after {
  		content: "/";
  		display: inline-block;
  	}
  	&:before {margin-right: .5em;}
  	&:after {margin-left: .5em;}
  }*/
	margin-bottom: 20px;
}
.con_plan h3 em {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
	margin-right: .5em;
	line-height: 1em;
	font-size: 286%;
}
.con_plan h3 em:before, .con_plan h3 em:after {
	content: "/";
	display: inline-block;
}
.con_plan h3 em:before {
	margin-right: .2em;
}
.con_plan h3 em:after {
	margin-left: .2em;
}
@media only screen and (max-width: 767px) {
  .con_plan h3 em {
		font-size: 219%;
  }
}
.con_plan h3 .en {
	font-family: 'Arabic Typesetting',serif;
}
.con_plan h3 .jp {
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
@media only screen and (max-width: 767px) {
  .con_plan h3 {
		text-align: center;
  }
  .con_plan h3 span, .con_plan h3 em {
		display: block;
  }
  .con_plan h3 em {
		margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan h3 {
		margin-bottom: 4%;
  }
}
.con_plan .box_plan {
	padding-bottom: 55px;
}
.con_plan .box_plan .slick-dots {
	width: 95%;
	right: 2.5%;
	bottom: 7%;
	text-align: center;
	line-height: 1;
}
.con_plan .box_plan .slick-dots li {
	width: 15px;
	height: 15px;
	margin: 0 .8em;
	vertical-align: middle;
	text-align: center;
	-moz-transition: width 0.35s, height 0.35s;
	-o-transition: width 0.35s, height 0.35s;
	-webkit-transition: width 0.35s, height 0.35s;
	transition: width 0.35s, height 0.35s;
}
@media only screen and (max-width: 767px) {
  .con_plan .box_plan .slick-dots li {
		width: 1em;
		height: 1em;
  }
}
.con_plan .box_plan .slick-dots li button {
	cursor: pointer;
	padding: 0;
	position: relative;
	width: 100%;
	height: 100%;
}
.con_plan .box_plan .slick-dots li button:before {
	position: absolute;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	width: 100%;
	height: 100%;
	opacity: 1 !important;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #725f4c;
	-moz-transition: background 0.35s;
	-o-transition: background 0.35s;
	-webkit-transition: background 0.35s;
	transition: background 0.35s;
}
.con_plan .box_plan .slick-dots li.slick-active button:before {
	border: 1px solid #725f4c;
	background-color: #725f4c;
}
.con_plan .box_plan .slick-arrow {
	position: absolute;
	height: 0;
	overflow: hidden;
	z-index: 3;
	width: 16px;
	height: 27px;
	top: 88%;
}
@media only screen and (max-width: 1159px) {
  .con_plan .box_plan .slick-arrow {
		top: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .box_plan .slick-arrow {
		width: 2.08605%;
		max-width: 16px;
		padding-top: 27px;
  }
}
.mouse .con_plan .box_plan .slick-arrow {
	-moz-transition: opacity 200ms ease-in;
	-o-transition: opacity 200ms ease-in;
	-webkit-transition: opacity 200ms ease-in;
	transition: opacity 200ms ease-in;
}
.mouse .con_plan .box_plan .slick-arrow:hover, .touch .con_plan .box_plan .slick-arrow.touchstart {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}
.touch .con_plan .box_plan .slick-arrow {
	-webkit-tap-highlight-color: transparent;
}
.touch .con_plan .box_plan .slick-arrow.touchend {
	-moz-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms;
}
.con_plan .box_plan .slick-next {
	cursor: pointer;
	background: url(../images/common/arr_nex_s.png) no-repeat left top;
	background-size: 100% auto;
	right: 50%;
	margin-right: -135px;
}
.con_plan .box_plan .slick-next::before {
	content: "";
}
.con_plan .box_plan .slick-prev {
	cursor: pointer;
	background: url(../images/common/arr_pre_s.png) no-repeat left top;
	background-size: 100% auto;
	left: 50%;
	margin-left: -135px;
}
.con_plan .box_plan .slick-prev::before {
	content: "";
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_plan .box_plan {
		padding-bottom: 5.5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .box_plan {
		padding-bottom: 15%;
  }
}
.con_plan .box_plan .slick-list {
	margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_plan .box_plan .slick-list {
		margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .box_plan .slick-list {
		margin-bottom: 5%;
  }
}
.con_plan .box_plan .slick-list .slick-track li {
	margin: 0 1em;
}
.mouse .con_plan .box_plan .slick-list .slick-track li {
	-moz-transition: opacity 200ms ease-in;
	-o-transition: opacity 200ms ease-in;
	-webkit-transition: opacity 200ms ease-in;
	transition: opacity 200ms ease-in;
}
.mouse .con_plan .box_plan .slick-list .slick-track li:hover, .touch .con_plan .box_plan .slick-list .slick-track li.touchstart {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}
.touch .con_plan .box_plan .slick-list .slick-track li {
	-webkit-tap-highlight-color: transparent;
}
.touch .con_plan .box_plan .slick-list .slick-track li.touchend {
	-moz-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms;
}
.con_plan .box_plan .slick-list .slick-track li a {
	display: block;
}
.con_plan .box_plan .slick-list .slick-track li a .photo {
	margin-bottom: 0.5em;
}
.con_plan .box_plan .slick-list .slick-track li a .photo img {
	border: 4px solid #fcf9f9;
}
@media only screen and (max-width: 767px) {
  .con_plan .box_plan .slick-list .slick-track li a .photo img {
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
  }
}
.con_plan .box_plan .slick-list .slick-track li a .txt {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 1.5;
}
.firefox .con_plan .box_plan .slick-list .slick-track li a .txt, .ie .con_plan .box_plan .slick-list .slick-track li a .txt {
	max-height: 3em;
}
@media only screen and (max-width: 767px) {
  .con_plan .box_plan .slick-dots {
		text-align: left;
		bottom: auto !important;
		position: absolute;
  }
  .con_plan .box_plan .slick-dots li {
		margin: 0.4em 0.8em;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .box_plan .slick-next {
		margin-right: 0;
		right: 1%;
		background-position: center center;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .box_plan .slick-prev {
		margin-left: 0;
		left: 1%;
		background-position: center center;
  }
}

/* ------------------------------------------------
ロゴサイズ設定
-------------------------------------------------*/
#link01 h3 em {
	width: 19.56897%;
}
@media only screen and (max-width: 767px) {
  #link01 h3 em {
		width: 40.80834%;
  }
}

#link02 h3 em {
	width: 19.65517%;
}
@media only screen and (max-width: 767px) {
  #link02 h3 em {
		width: 49.02216%;
  }
}

#link03 h3 em {
	width: 40%;
}
@media only screen and (max-width: 767px) {
  #link03 h3 em {
		width: 60%;
  }
}

#link04 h3 em {
	width: 19.56897%;
}
@media only screen and (max-width: 767px) {
  #link04 h3 em {
		width: 56.19296%;
  }
}

#link05 h3 em {
	width: 19.05172%;
}
@media only screen and (max-width: 767px) {
  #link05 h3 em {
		width: 52.15124%;
  }
}

#link06 h3 em {
	width: 19.65517%;
}
@media only screen and (max-width: 767px) {
  #link06 h3 em {
		width: 49.02216%;
  }
}

#link07 h3 em {
	width: 19.39655%;
}
@media only screen and (max-width: 767px) {
  #link07 h3 em {
		width: 49.67405%;
  }
}

#link08 h3 em {
	width: 17.58621%;
}
@media only screen and (max-width: 767px) {
  #link08 h3 em {
		width: 47.84876%;
  }
}

#footer {
	margin-top: 0 !important;
}
