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

 file name  : restaurant_lower.css
 author     : Ability Consultant
 style info : レストラン_ブッフェ
=================================================================== */
.con_intro .box_txt, .con_buffet .box_buf, .con_buffet .box_men, .con_buffet .box_img .wrp_img, .con_buffet .box_img .box_txt, .con_buffet .box_buffet_menu, .con_info, .con_package, .con_link .box_link {
	max-width: 1080px;
	margin: auto;
}
@media only screen and (max-width: 1080px) {
	.con_intro .box_txt, .con_buffet .box_buf, .con_buffet .box_men, .con_buffet .box_img .wrp_img, .con_info, .con_buffet .box_img .box_txt, .con_package, .con_link .box_link, .con_buffet .box_buffet_menu {
		width: 95%;
  }
}

.con_package ul:after {
	content: "";
	display: table;
	clear: both;
}

#contents {
	overflow: hidden;
}

/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
.con_intro {
	overflow: hidden;
	margin-top: 100px;
}
/*.con_intro h3 {
	text-align: center;
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
}
.con_intro.intro_bre .box_txt{
	margin-top: 2em;
    text-align: center;
    font-size: 108%;
    line-height: 1.8;
}
@media only screen and (min-width: 1081px) {
  .con_intro h3 img:first-child {
		margin-bottom: 6px;
  }
}
@media print {
  .con_intro h3 img:first-child {
		margin-bottom: 6px;
  }
}
@media only screen and (max-width: 1080px) {
  .con_intro h3 {
		letter-spacing: .1em;
  }
  .con_intro h3 span:nth-child(2) {
		font-size: 124%;
		display: inline-block;
		vertical-align: middle;
		*vertical-align: auto;
		*zoom: 1;
		*display: inline;
  }
  .con_intro h3 span:nth-child(2):before, .con_intro h3 span:nth-child(2):after {
		content: '…';
		display: inline-block;
		vertical-align: middle;
		*vertical-align: auto;
		*zoom: 1;
		*display: inline;
		color: #55a464;
		margin: 0 3px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 767px) {
  .con_intro h3 span:nth-child(2) {
		font-size: 100%;
  }
	.con_intro {
	margin-top: 50px;
}
}
@media only screen and (max-width: 1080px) {
  .con_intro h3 span:last-child {
		font-size: 170%;
  }
}
@media only screen and (max-width: 1080px) and (min-width: 768px) and (max-width: 1080px) {
  .con_intro h3 span:last-child br {
		display: none;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 767px) {
  .con_intro h3 span:last-child {
		font-size: 131%;
  }
}
*/
.con_intro .box_img {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	position: relative;
	margin-top: 28px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_intro .box_img {
		margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_img {
		margin-top: 0.5em;
  }
	.con_intro {
	margin-top: 3em;
}
	.first{
		margin-top: 0
	}
}
@media only screen and (max-width: 767px) {
  .con_intro .box_img {
		overflow: hidden;
  }
  .con_intro .box_img img {
		position: relative;
		width: 120%;
		max-width: none;
		margin-left: -10%;
  }
}
@media only screen and (min-width: 1081px) {
  .con_intro .box_img:before {
		content: '';
		width: 145px;
		height: 143px;
		display: block;
		background: url(../restaurant/buffet/images/bg_int.png) no-repeat top left;
		position: absolute;
		top: 343px;
		left: -145px;
  }
}
@media print {
  .con_intro .box_img:before {
		content: '';
		width: 145px;
		height: 143px;
		display: block;
		background: url(../restaurant/buffet/images/bg_int.png) no-repeat top left;
		position: absolute;
		top: 343px;
		left: -145px;
  }
}
.con_intro .box_txt {
	margin-top: 2em !important;
	text-align: center;
	font-size: 108%;
	line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_txt {
		margin-top: 1em;
		text-align: left;
		line-height: 1.6;
		font-size: 100%;
  }
.con_intro.intro_bre .box_txt{
	margin-top: 1em;
    text-align: left;
    line-height: 1.6;
    font-size: 100%;
}
}
/* -----------------------------------------------------------
	.con_buffet
----------------------------------------------------------- */
.con_buffet {
	margin-top: 65px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_buffet {
		margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_buffet {
		margin-top: 1.5em;
  }
}
.con_buffet .box_buf {
	margin-top: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_buffet .box_buf {
		margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_buf {
		margin-top: 1em;
  }
}
.con_buffet .box_buf h4 {
	text-align: center;
	margin-bottom: -25px;
	position: relative;
	z-index: 10;
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_buf h4 {
		width: 73.66362%;
		margin: .5em auto .5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_buf .wrp_img {
		overflow: hidden;
  }
  .con_buffet .box_buf .wrp_img img {
		position: relative;
		width: 130%;
		max-width: none;
		margin-left: -15%;
  }
}
.con_buffet .box_buf .wrp_txt {
	text-align: center;
	letter-spacing: -.4em;
	margin-top: 22px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_buffet .box_buf .wrp_txt {
		margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_buf .wrp_txt {
		margin-top: 1em;
  }
}
.con_buffet .box_buf .wrp_txt .txt {
	width: 29.16667%;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	letter-spacing: normal;
	margin-right: 3.24074%;
	text-align: left;
}
@media only screen and (min-width: 1081px) {
  .con_buffet .box_buf .wrp_txt .txt {
		max-width: 315px;
  }
}
@media print {
  .con_buffet .box_buf .wrp_txt .txt {
		max-width: 315px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_buffet .box_buf .wrp_txt .txt {
		width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_buf .wrp_txt .txt {
		width: 100%;
		display: block;
		margin-bottom: .5em;
  }
}
.con_buffet .box_buf .wrp_txt .txt h5 {
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
	font-size: 139%;
	position: relative;
	margin-bottom: .5em;
	max-width: 290px;
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_buf .wrp_txt .txt h5 {
		max-width: inherit;
  }
}
.con_buffet .box_buf .wrp_txt .txt h5 span {
	display: block;
	position: absolute;
	width: 23.80952%;
	right: -10px;
	top: -55px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_buffet .box_buf .wrp_txt .txt h5 span {
		right: -1em;
		top: -1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_buf .wrp_txt .txt h5 span {
		top: -2em;
		right: 0;
  }
}
.con_buffet .box_buf .wrp_txt .img {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	letter-spacing: normal;
	width: 54.72222%;
}
@media only screen and (min-width: 1081px) {
  .con_buffet .box_buf .wrp_txt .img {
		max-width: 591px;
  }
}
@media print {
  .con_buffet .box_buf .wrp_txt .img {
		max-width: 591px;
  }
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_buf .wrp_txt .img {
		width: 100%;
		display: block;
  }
}

.con_buffet .box_buffet_menu {
	margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_buffet .box_buffet_menu {
		margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_buffet_menu {
		margin-top: 1.5em;
  }
}
.con_buffet .box_buffet_menu .wrp_buffet_menu {
	width: 100%;
	display: table-cell;
	border: 1px solid #e5e5e5;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_buffet .box_buffet_menu .wrp_buffet_menu {
		padding: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_buffet_menu .wrp_buffet_menu {
		padding: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_buffet_menu .wrp_buffet_menu {
		width: 100%;
		display: block;
		margin-top: .5em;
  }
}
.con_buffet .box_buffet_menu .wrp_buffet_menu {
	background: #E0D6D3;
	border: 1px solid #E0D6D3;
	color: #59493f;
	overflow: hidden;
}
.con_buffet .box_buffet_menu .wrp_buffet_menu .st {
	text-align: center;
	font-size: 170%;
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
	line-height: 1;
	margin-bottom: .8em;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_buffet .box_buffet_menu .wrp_buffet_menu .st {
		@include　fsz (20);
  }
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_buffet_menu .wrp_buffet_menu .st {
		font-size: 139%;
  }
}
.con_buffet .box_buffet_menu .wrp_buffet_menu .st:before, .con_buffet .box_buffet_menu .wrp_buffet_menu .st:after {
	content: '';
	width: .4em;
	height: .4em;
	background: #fbab89;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}
.con_buffet .box_buffet_menu .wrp_buffet_menu .st span {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	padding: 0 .5em;
}
.con_buffet .box_buffet_menu .wrp_buffet_menu .img_area{
	float: left;
	background: #E0D6D3;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_buffet .box_buffet_menu .wrp_buffet_menu .img_area{
		width: 45%;
	}
}
@media only screen and (max-width: 767px) {
	.con_buffet .box_buffet_menu .wrp_buffet_menu .img_area{
		float: none;
		text-align: center;
		background: #E0D6D3;
	}
}
.con_buffet .box_buffet_menu .wrp_buffet_menu .img {
	margin-bottom: 2%;
}
.con_buffet .box_buffet_menu .wrp_buffet_menu .txt {
	font-size: 100%;
	line-height: 1.6;
	margin-top: .8em;
	width: 539px;
	float: right;
	padding-left: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_buffet .box_buffet_menu .wrp_buffet_menu .txt {
		font-size: 100%;
		line-height: 1.6;
		margin-top: .8em;
		width: 53%;
		float: right;
	}
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_buffet_menu .wrp_buffet_menu .txt {
		font-size: 100%;
		line-height: 1.6;
		margin-top: .8em;
		padding-left: 0px;
		width: 100%;
		float: right;
	}
}
.con_buffet .box_men {
	/*margin-top: 60px;*/
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_buffet .box_men {
		margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_men {
		margin-top: 1.5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_buffet .box_men ul {
		width: calc(100% + 40px);
		overflow: hidden;
		display: table;
		border-spacing: 20px;
		margin-left: -20px;
  }
}
@media print {
  .con_buffet .box_men ul {
		width: calc(100% + 40px);
		overflow: hidden;
		display: table;
		border-spacing: 20px;
		margin-left: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_men ul {
		display: block;
  }
}
.con_buffet .box_men ul li {
	width: 49.07407%;
	display: table-cell;
	border: 1px solid #e5e5e5;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_buffet .box_men ul li {
		padding: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_men ul li {
		padding: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_men ul li {
		width: 100%;
		display: block;
		margin-top: .5em;
  }
}
.con_buffet .box_men ul li.season {
	background: #4f413c;
	border: 1px solid #4f413c;
	color: #FFF;
}
.con_buffet .box_men ul li .st {
	text-align: center;
	font-size: 170%;
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
	line-height: 1;
	margin-bottom: .8em;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_buffet .box_men ul li .st {
		@include　fsz (20);
  }
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_men ul li .st {
		font-size: 139%;
  }
}
.con_buffet .box_men ul li .st:before, .con_buffet .box_men ul li .st:after {
	content: '';
	width: .4em;
	height: .4em;
	background: #fbab89;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}
.con_buffet .box_men ul li .st span {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	padding: 0 .5em;
}
.con_buffet .box_men ul li .img {
	text-align: center;
}
.con_buffet .box_men ul li .txt {
	font-size: 100%;
	line-height: 1.6;
	margin-top: .8em;
}
.con_buffet .box_img {
	background: url(../restaurant/buffet/images/bg_wave.png) repeat-x top center #f5fcf5;
	padding-bottom: 56px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_buffet .box_img {
		padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_img {
		padding-bottom: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_img {
		-moz-background-size: 150% auto;
		-o-background-size: 150% auto;
		-webkit-background-size: 150% auto;
		background-size: 150% auto;
		margin-top: 1.5em;
  }
}
.con_buffet .box_img .wrp_img {
	letter-spacing: -.4em;
	text-align: center;
	margin-top: .5em;
	position: relative;
	z-index: 10;
}
.con_buffet .box_img .wrp_img li {
	width: 19.72222%;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: bottom;
	margin-left: 6.01852%;
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_img .wrp_img li {
		width: 49%;
		margin: 0 0 4% 2%;
  }
}
.con_buffet .box_img .wrp_img li:first-child {
	margin-left: 0;
}
.con_buffet .box_img .wrp_img li:nth-child(2n+1) {
	padding-bottom: 108px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_buffet .box_img .wrp_img li:nth-child(2n+1) {
		padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_img .wrp_img li:nth-child(2n+1) {
		padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_img .wrp_img li:nth-child(2n+1) {
		margin-left: 0;
  }
}
.con_buffet .box_img .wrp_img li em {
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
	font-size: 116%;
	line-height: 1.5;
	color: #59493f;
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_img .wrp_img li em {
		line-height: 1;
  }
}
.con_buffet .box_img .wrp_img li em span {
	font-size: 80%;
	line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_img .wrp_img li em span {
		font-size: 74%;
		white-space: nowrap;
  }
}
.con_buffet .box_img .wrp_img li .img {
	border: 6px solid rgba(255, 255, 255, 0.5);
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	overflow: hidden;
	max-width: 213px;
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_img .wrp_img li .img {
		width: 70%;
		margin: 0 auto;
  }
}
.con_buffet .box_img .wrp_pic {
	margin-top: -38px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_buffet .box_img .wrp_pic {
		margin-top: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_img .wrp_pic {
		margin-top: 0.5em;
  }
}
.con_buffet .box_img .wrp_pic#obj_gal {
	display: none !important;
}
.con_buffet .box_img .wrp_pic#obj_gal ul {
	height: 0;
}
@media only screen and (min-width: 768px) {
  .con_buffet .box_img .wrp_pic {
		height: 261px;
  }
}
@media print {
  .con_buffet .box_img .wrp_pic {
		height: 261px;
  }
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_img .wrp_pic {
		height: 109px;
  }
}
@media only screen and (min-width: 768px) {
  .con_buffet .box_img .wrp_pic#obj_gal_pc {
		display: block !important;
  }
}
@media print {
  .con_buffet .box_img .wrp_pic#obj_gal_pc {
		display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_img .wrp_pic#obj_gal_pc {
		display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .con_buffet .box_img .wrp_pic#obj_gal_sp {
		display: none !important;
  }
}
@media print {
  .con_buffet .box_img .wrp_pic#obj_gal_sp {
		display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_img .wrp_pic#obj_gal_sp {
		display: block !important;
  }
}
.con_buffet .box_img .wrp_pic ul {
	height: 0;
	overflow: hidden;
}
.con_buffet .box_img .wrp_pic ul li {
	overflow: hidden;
	padding: 0 4.5px;
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_img .wrp_pic ul li {
		width: 159px;
  }
}
.con_buffet .box_img .wrp_pic ul li img {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	font-size: 100%;
	-moz-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;
	border-radius: 0.8em;
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_img .wrp_pic ul li img {
		-moz-border-radius: 0.4em;
		-webkit-border-radius: 0.4em;
		border-radius: 0.4em;
  }
}

.con_buffet .box_img .box_txt {
	margin-top: 2em;
	text-align: center;
	font-size: 116%;
	line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_img .box_txt {
		margin-top: 1em;
		line-height: 1.6;
		font-size: 100%;
  }
}
/* -----------------------------------------------------------
	.con_info
----------------------------------------------------------- */
.con_info {
	letter-spacing: .4em;
	margin-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_info {
		margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_info {
		margin-top: 1.5em;
  }
}
.con_info > * {
	letter-spacing: normal;
}
.con_info h4 {
	margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_info h4 {
		margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_info h4 {
		margin-bottom: 0.5em;
  }
}
.con_info .box_img {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	width: 50%;
	margin-right: 3%;
}
@media only screen and (max-width: 767px) {
  .con_info .box_img {
		width: 100%;
		text-align: center;
  }
}
.con_info .box_txt {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	width: 45%;
}
@media only screen and (max-width: 767px) {
  .con_info .box_txt {
		width: 100%;
		margin-top: .8em;
  }
}
.con_info .box_txt .txt {
	margin-bottom: 1.5em;
	font-size: 100%;
}
@media only screen and (max-width: 767px) {
  .con_info .box_txt .txt {
		margin-bottom: .8em;
  }
}
.con_info .box_txt .tbl_basic {
	width: 100%;
}
.con_info .box_txt .tbl_basic tr th {
	min-width: 5em;
}
.con_info .box_txt .tbl_basic tr td {
	text-align: left;
}

/* -----------------------------------------------------------
	.con_package
----------------------------------------------------------- */
.con_package {
	margin-top: 98px;
	padding: 95px 0 100px;
	position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_package {
		margin-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .con_package {
		margin-top: 1.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_package {
		padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_package {
		padding: 2em 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_package:before {
		content: '';
		width: 583px;
		height: 404px;
		background: url(../accommodation/images/bg_pac.png) no-repeat bottom right;
		display: block;
		position: absolute;
		top: 0;
		left: -419px;
		z-index: 0;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1080px) {
  .con_package:before {
		width: 62.96296%;
		-moz-background-size: 100% auto;
		-o-background-size: 100% auto;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
  }
}

@media print {
  .con_package:before {
		content: '';
		width: 583px;
		height: 404px;
		background: url(../accommodation/images/bg_pac.png) no-repeat bottom right;
		display: block;
		position: absolute;
		top: 0;
		left: -419px;
		z-index: 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_package:after {
		content: '';
		width: 680px;
		height: 420px;
		background: url(../accommodation/images/bg_pac2.jpg) no-repeat bottom right;
		display: block;
		position: absolute;
		bottom: 0;
		right: -420px;
		z-index: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_package:after {
		width: 62.96296%;
		-moz-background-size: 100% auto;
		-o-background-size: 100% auto;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
  }
}

@media print {
  .con_package:after {
		content: '';
		width: 680px;
		height: 420px;
		background: url(../accommodation/images/bg_pac2.jpg) no-repeat bottom right;
		display: block;
		position: absolute;
		bottom: 0;
		right: -420px;
		z-index: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_package h3 span {
		font-size: 131%;
  }
}
.con_package ul {
	margin-top: 37px;
	position: relative;
	z-index: 10;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_package ul {
		margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_package ul {
		margin-top: 1em;
  }
}
.con_package ul li {
	width: 49.53704%;
	float: left;
}
@media only screen and (max-width: 767px) {
  .con_package ul li {
		width: 100%;
  }
}
.con_package ul li a {
	display: block;
	text-decoration: none;
	position: relative;
	background: #f0ebe3;
	letter-spacing: -.4em;
}
@media only screen and (max-width: 767px) {
  .con_package ul li a {
		padding: .5em;
  }
}
.con_package ul li a:before {
	content: '';
	width: 76px;
	height: 76px;
	display: block;
	position: absolute;
	top: 20px;
	right: 19.25234%;
	margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_package ul li a:before {
		top: -1em;
		width: 14.20561%;
		-moz-background-size: 100% auto;
		-o-background-size: 100% auto;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_package ul li a:before {
		top: -.3em;
		left: -.3em;
		width: 15.83333%;
		height: 0;
		padding-bottom: 15.83333%;
		right: inherit;
  }
}
.con_package ul li a .wrp_img {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	letter-spacing: normal;
	width: 48.03738%;
	overflow: hidden;
}
@media only screen and (min-width: 1081px) {
  .con_package ul li a .wrp_img {
		height: 254px;
  }
  .con_package ul li a .wrp_img img {
		height: 100%;
		max-width: inherit;
  }
}
@media print {
  .con_package ul li a .wrp_img {
		height: 254px;
  }
  .con_package ul li a .wrp_img img {
		height: 100%;
		max-width: inherit;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_package ul li a .wrp_img {
		height: 0;
		padding-bottom: 47.47664%;
		background: #CCC;
  }
}
@media only screen and (max-width: 767px) {
  .con_package ul li a .wrp_img {
		width: 40%;
		display: inline-block;
		vertical-align: middle;
		*vertical-align: auto;
		*zoom: 1;
		*display: inline;
		letter-spacing: normal;
		margin-right: 3%;
  }
}
.con_package ul li a .wrp_txt {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	letter-spacing: normal;
	width: 51.96262%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5.60748%;
	position: relative;
	vertical-align: bottom;
	padding-bottom: 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_package ul li a .wrp_txt {
		padding: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_package ul li a .wrp_txt {
		width: 57%;
		display: inline-block;
		vertical-align: middle;
		*vertical-align: auto;
		*zoom: 1;
		*display: inline;
		letter-spacing: normal;
		padding: 0;
  }
}
.con_package ul li a .wrp_txt .title {
	color: #b28850;
	font-weight: bold;
	font-size: 108%;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_package ul li a .wrp_txt .title {
		font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_package ul li a .wrp_txt .title {
		font-size: 93%;
		line-height: 1.5;
  }
}
.con_package ul li a .wrp_txt .price {
	border-top: 1px dotted #73723e;
	border-bottom: 1px dotted #73723e;
	text-align: center;
	padding: .6em 0;
	margin-top: 1em;
	padding: 0.6em 0;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_package ul li a .wrp_txt .price {
		padding: 0.3em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_package ul li a .wrp_txt .price {
		padding: 0.4em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_package ul li a .wrp_txt .price {
		margin-top: .2em;
		padding: .4em 0;
		line-height: 1.3;
  }
}
@media only screen and (max-width: 767px) {
  .con_package ul li a .wrp_txt .price span {
		font-size: 93%;
  }
}
.con_package ul li a .wrp_txt .price em {
	color: #73723e;
	font-size: 100%;
	font-weight: bold;
	display: block;
}
.con_package ul li a .wrp_txt .price em i {
	font-size: 124%;
}
@media only screen and (max-width: 767px) {
  .con_package ul li a .wrp_txt .price em i {
		font-size: 108%;
  }
}
.con_package ul li:first-child {
	width: 100%;
	margin-bottom: 0.92593%;
}
.con_package ul li:first-child a {
	background: #4f413c;
	letter-spacing: -.4em;
}
.con_package ul li:first-child a:before {
	content: '';
	width: 110px;
	height: 110px;
	background: url(../accommodation/images/ic_no1.png) no-repeat top center;
	display: block;
	position: absolute;
	top: -23px;
	right: 19.90741%;
	margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_package ul li:first-child a:before {
		width: 10.18519%;
		-moz-background-size: 100% auto;
		-o-background-size: 100% auto;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_package ul li:first-child a:before {
		width: 22.91667%;
		max-width: 110px;
		-moz-background-size: 100% auto;
		-o-background-size: 100% auto;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		top: -.5em;
		left: -.5em;
		right: inherit;
  }
}
.con_package ul li:first-child a .wrp_img {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	letter-spacing: normal;
	width: 50%;
	overflow: hidden;
	text-align: center;
}
@media only screen and (min-width: 1081px) {
  .con_package ul li:first-child a .wrp_img {
		height: 360px;
  }
}
@media print {
  .con_package ul li:first-child a .wrp_img {
		height: 360px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_package ul li:first-child a .wrp_img {
		height: 0;
		padding-bottom: 33.33333%;
  }
  .con_package ul li:first-child a .wrp_img img {
		max-height: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .con_package ul li:first-child a .wrp_img {
		width: 100%;
		display: block;
  }
}
.con_package ul li:first-child a .wrp_txt {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	letter-spacing: normal;
	vertical-align: bottom;
	color: #FFF;
	width: 50%;
	padding: 0 9.25926%;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 3em;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_package ul li:first-child a .wrp_txt {
		padding-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_package ul li:first-child a .wrp_txt {
		padding-bottom: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_package ul li:first-child a .wrp_txt {
		padding: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_package ul li:first-child a .wrp_txt {
		width: 100%;
		display: block;
		padding: 1em;
  }
}
.con_package ul li:first-child a .wrp_txt:before {
	display: none;
}
.con_package ul li:first-child a .wrp_txt .title {
	font-size: 108%;
	color: #d1c0a5;
	font-weight: bold;
}
.con_package ul li:first-child a .wrp_txt .txt {
	margin-top: .5em;
	font-size: 100%;
	line-height: 1.8;
}
@media only screen and (max-width: 1080px) {
  .con_package ul li:first-child a .wrp_txt .txt {
		line-height: 1.4;
  }
}
.con_package ul li:first-child a .wrp_txt .price {
	border-top: 1px dotted #ffffff;
	border-bottom: 1px dotted #ffffff;
	text-align: center;
	padding: .6em 0;
	margin-top: 1em;
}
.con_package ul li:first-child a .wrp_txt .price em {
	color: #fffcd7;
	font-size: 100%;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}
.con_package ul li:first-child a .wrp_txt .price em i {
	font-size: 124%;
}
.con_package ul li:nth-child(2) {
	margin-right: 0.92593%;
}
@media only screen and (max-width: 767px) {
  .con_package ul li:nth-child(2) {
		margin: 0 0 .5em 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_package ul li:nth-child(2) a .wrp_img {
		overflow: hidden;
  }
  .con_package ul li:nth-child(2) a .wrp_img img {
		position: relative;
		width: 135%;
		max-width: none;
		margin-left: -17.5%;
  }
}
.con_package ul li:nth-child(2) a:before {
	background: url(../accommodation/images/ic_no2.png) no-repeat top center;
}
@media only screen and (max-width: 1080px) {
  .con_package ul li:nth-child(2) a:before {
		-moz-background-size: 100% auto;
		-o-background-size: 100% auto;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_package ul li:nth-child(3) a .wrp_img {
		overflow: hidden;
  }
  .con_package ul li:nth-child(3) a .wrp_img img {
		position: relative;
		width: 135%;
		max-width: none;
		margin-left: -17.5%;
  }
}
.con_package ul li:nth-child(3) a:before {
	background: url(../accommodation/images/ic_no3.png) no-repeat top center;
}
@media only screen and (max-width: 1080px) {
  .con_package ul li:nth-child(3) a:before {
		-moz-background-size: 100% auto;
		-o-background-size: 100% auto;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
  }
}
.con_package .btn_rsv {
	text-align: center;
	margin-top: 30px;
	position: relative;
	z-index: 10;
}
.con_package .btn_rsv a, .con_package .btn_rsv span {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	text-decoration: none;
	text-align: center;
	background: #55a464;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid transparent;
	-moz-box-shadow: inset 0 0 0 1px #94d1ae;
	-webkit-box-shadow: inset 0 0 0 1px #94d1ae;
	box-shadow: inset 0 0 0 1px #94d1ae;
	color: #FFF;
	padding: .7em 2em;
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
	font-weight: normal;
	-moz-transition: opacity 300ms;
	-o-transition: opacity 300ms;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
	font-size: 116%;
	position: relative;
}
@media only screen and (max-width: 767px) {
  .con_package .btn_rsv a, .con_package .btn_rsv span {
		font-size: 100%;
		padding: 1em;
		width: 100%;
		display: block;
  }
}
.con_package .btn_rsv a:after, .con_package .btn_rsv span:after {
	content: 'ú';
	font-family: CONDENSEicon;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	margin-left: .5em;
	font-size: 74%;
	vertical-align: baseline;
}
.con_package .btn_rsv a i, .con_package .btn_rsv span i {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	padding-right: 1.5em;
}
.con_package .btn_rsv a i:before, .con_package .btn_rsv span i:before {
	content: '';
	width: 21px;
	height: 24px;
	display: inline-block;
	margin-left: .2em;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	background: url(../images/common/ic_pdf.png) no-repeat center left;
}
@media only screen and (max-width: 767px) {
  .con_package .btn_rsv a i:before, .con_package .btn_rsv span i:before {
		width: 15px;
		height: 18px;
		margin-top: -9px;
		-moz-background-size: 100% auto;
		-o-background-size: 100% auto;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
  }
}
.con_package .btn_rsv a:hover, .con_package .btn_rsv span:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_package .btn_rsv {
		margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_package .btn_rsv {
		margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_package .btn_rsv {
		width: 95%;
		margin: 1em auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_package .btn_rsv a {
		width: 270px;
  }
}
@media print {
  .con_package .btn_rsv a {
		width: 270px;
  }
}

/* -----------------------------------------------------------
	.con_link
----------------------------------------------------------- */
.con_link {
	padding-top: 61px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_link {
		padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_link {
		padding-top: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_link {
		padding-bottom: 1em;
  }
}
#restaurant_yamaboushi .con_link {
	padding-top: 86px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  #restaurant_yamaboushi .con_link {
		padding-top: 65px;
  }
}
@media only screen and (max-width: 767px) {
  #restaurant_yamaboushi .con_link {
		padding-top: 1.5em;
  }
}
.con_link .box_link {
	letter-spacing: -.4em;
	margin-top: 30px;
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_link .box_link {
		margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_link .box_link {
		margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_link .box_link {
		max-width: 600px;
  }
}
.con_link .box_link li {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	letter-spacing: normal;
	width: 14.81481%;
	margin-left: 2.22222%;
	max-width: 160px;
}
.con_link .box_link li:first-child {
	margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .con_link .box_link li {
		width: 32%;
		margin-left: 2%;
		margin-bottom: 2%;
  }
  .con_link .box_link li:nth-child(3n+1) {
		margin-left: 0;
  }
}
.con_link .box_link li a {
	display: block;
	text-decoration: none;
}
.con_link .box_link li a .txt {
	border: 1px solid #dddddd;
	border-top: none;
	color: #4f413c;
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
	text-align: center;
	display: table;
	width: 100%;
	height: 118px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_link .box_link li a .txt {
		height: 7em;
  }
}
@media only screen and (max-width: 767px) {
  .con_link .box_link li a .txt {
		height: 7em;
  }
}
.con_link .box_link li a .txt em {
	display: table-cell;
	vertical-align: middle;
	letter-spacing: 1.4;
	padding-bottom: 1em;
	font-size: 124%;
}
@media only screen and (max-width: 1080px) {
  .con_link .box_link li a .txt em {
		font-size: 108%;
  }
}
.con_link .box_link li a .txt em:after {
	display: block;
	position: absolute;
	content: 'ú';
	font-family: CONDENSEicon;
	bottom: 1em;
	left: 0;
	right: 0;
	line-height: 1;
	color: #c9c9c9;
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-moz-transition: -moz-transform 300ms;
	-o-transition: -o-transform 300ms;
	-webkit-transition: -webkit-transform 300ms;
	transition: transform 300ms;
}
.con_link .box_link li a .txt em span {
	font-size: 79%;
}
@media only screen and (max-width: 1080px) {
  .con_link .box_link li a .txt em span {
		display: inline-block;
		vertical-align: middle;
		*vertical-align: auto;
		*zoom: 1;
		*display: inline;
		line-height: 1;
  }
}
.con_link .box_link li a:hover .txt em:after {
	-moz-transform: translateX(5px);
	-ms-transform: translateX(5px);
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}
