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

 file name  : banquet_menu.css
 author     : Ability Consultant
 style info : 宴会料理
=================================================================== */
@font-face {
	font-family: YuGothicM;
	src: local("Yu Gothic Medium");
}
.con_nav, .con_menu_list .box_menu_list, .con_menu_list .box_chef > div, .con_btn {
	max-width: 1280px;
	margin: auto;
}
@media only screen and (min-width: 1025px) {
  .con_nav, .con_menu_list .box_menu_list, .con_menu_list .box_chef > div, .con_btn {
		padding-left: 20px;
		padding-right: 20px;
  }
}
@media print {
  .con_nav, .con_menu_list .box_menu_list, .con_menu_list .box_chef > div, .con_btn {
		padding-left: 20px;
		padding-right: 20px;
  }
}
.ie8 .con_nav, .ie8 .con_menu_list .box_menu_list, .con_menu_list .ie8 .box_menu_list, .ie8 .con_menu_list .box_chef > div, .con_menu_list .ie8 .box_chef > div, .ie8 .con_btn {
	padding-left: 20px;
	padding-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .con_nav, .con_menu_list .box_menu_list, .con_menu_list .box_chef > div, .con_btn {
		width: 95%;
  }
}

/*Animate */
.con_pgtitle {
	position: relative;
}
.con_pgtitle::after {
	top: 85%;
	width: 20%;
	content: '';
	background: url(../images/common/bg_yarorigi.png) no-repeat;
	background-size: contain;
	height: 100%;
	position: absolute;
	left: 0;
	z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_pgtitle::after {
		top: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pgtitle::after {
		top: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pgtitle::after {
		width: 35%;
  }
}

.con_intro {
	margin: 130px 0 130px 9%;
	display: flex;
	align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro {
		margin: 90px auto 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro {
		margin: 4em auto 3em;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  .con_intro {
		margin-left: 5%;
  }
}
@media print {
  .con_intro {
		margin-left: 5%;
  }
}
.ie8 .con_intro {
	margin-left: 5%;
}
@media only screen and (max-width: 1024px) {
  .con_intro {
		width: 95%;
		flex-wrap: wrap;
  }
}
.con_intro .box_txt {
	width: 22%;
	margin-right: 5%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_txt {
		width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_txt {
		width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_txt {
		margin-right: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  .con_intro .box_txt {
		width: 35%;
  }
}
@media print {
  .con_intro .box_txt {
		width: 35%;
  }
}
.ie8 .con_intro .box_txt {
	width: 35%;
}
@media only screen and (max-width: 1024px) {
  .con_intro .box_txt {
		margin-bottom: 2em;
  }
}
.con_intro .box_txt .st {
	margin-bottom: 40px;
	font-size: 225%;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_txt .st {
		margin-bottom: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_txt .st {
		margin-bottom: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_txt .st {
		font-size: 175%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_txt .st {
		font-size: 163%;
  }
}
.con_intro .box_img {
	width: 73%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_img {
		width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_img {
		width: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  .con_intro .box_img {
		width: 60%;
  }
}
@media print {
  .con_intro .box_img {
		width: 60%;
  }
}
.ie8 .con_intro .box_img {
	width: 60%;
}
.con_intro .box_img img {
	width: 100%;
}

.con_nav {
	display: flex;
	justify-content: center;
}
@media only screen and (max-width: 800px) {
  .con_nav {
		flex-wrap: wrap;
		justify-content: flex-start;
  }
}
@media only screen and (min-width: 801px) {
  .con_nav .box_nav:nth-of-type(n +2) {
		position: relative;
  }
  .con_nav .box_nav:nth-of-type(n +2)::before {
		content: '';
		background: #171717;
		width: 1px;
		height: 90%;
		position: absolute;
		left: 0;
		top: 5%;
  }
}
@media print {
  .con_nav .box_nav:nth-of-type(n +2) {
		position: relative;
  }
  .con_nav .box_nav:nth-of-type(n +2)::before {
		content: '';
		background: #171717;
		width: 1px;
		height: 90%;
		position: absolute;
		left: 0;
		top: 5%;
  }
}
.ie8 .con_nav .box_nav:nth-of-type(n +2) {
	position: relative;
}
.ie8 .con_nav .box_nav:nth-of-type(n +2)::before {
	content: '';
	background: #171717;
	width: 1px;
	height: 90%;
	position: absolute;
	left: 0;
	top: 5%;
}
@media only screen and (max-width: 800px) {
  .con_nav .box_nav {
		margin-bottom: .8em;
		width: 50%;
  }
  .con_nav .box_nav:nth-of-type(odd) a {
		border-left: 1px solid #171717;
  }
}
.con_nav .box_nav a {
	padding: 0 1em;
	display: block;
}
@media only screen and (max-width: 767px) {
  .con_nav .box_nav a {
		padding: 0 0.5em;
  }
}
@media only screen and (max-width: 800px) {
  .con_nav .box_nav a {
		border-right: 1px solid #171717;
		text-align: center;
  }
}

.con_menu_list .box_menu_list {
	margin-top: 40px;
	padding-top: 50px;
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu_list .box_menu_list {
		margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu_list .box_menu_list {
		margin-top: -2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu_list .box_menu_list {
		padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu_list .box_menu_list {
		padding-top: 4.5em;
  }
}
.con_menu_list .box_menu_list .st {
	margin-bottom: 1.5em;
	font-size: 188%;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	font-weight: normal;
	position: relative;
	padding-bottom: .3em;
}
@media only screen and (max-width: 767px) {
  .con_menu_list .box_menu_list .st {
		margin-bottom: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu_list .box_menu_list .st {
		font-size: 163%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu_list .box_menu_list .st {
		font-size: 150%;
  }
}
.con_menu_list .box_menu_list .st::after {
	content: '';
	background: #171717;
	width: 8%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.con_menu_list .box_menu_list .box_slider {
	margin-bottom: 50px;
	position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu_list .box_menu_list .box_slider {
		margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu_list .box_menu_list .box_slider {
		margin-bottom: 2em;
  }
}
.con_menu_list .box_menu_list .box_slider img {
	width: 100%;
}
.con_menu_list .box_menu_list .box_slider .slick-dots {
	bottom: 3%;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
}
@media only screen and (max-width: 767px) {
  .con_menu_list .box_menu_list .box_slider .slick-dots {
		bottom: 5%;
  }
}
.con_menu_list .box_menu_list .box_slider .slick-dots li {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}
@media only screen and (max-width: 767px) {
  .con_menu_list .box_menu_list .box_slider .slick-dots li {
		margin: 0 4px;
		overflow: hidden;
  }
}
.con_menu_list .box_menu_list .box_slider .slick-dots li.slick-active button {
	background: #fff;
}
.con_menu_list .box_menu_list .box_slider .slick-dots li button {
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	display: block;
	width: 14px;
	background: none;
	border: 1px solid #fff;
	padding: 12px 0 0;
	height: 0;
	overflow: hidden;
	margin: 0 7px;
	outline: none;
	cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .con_menu_list .box_menu_list .box_slider .slick-dots li button {
		margin: 0;
		width: 12px;
		padding: 11px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu_list .box_menu_list .txt {
		text-align: left;
  }
}
.con_menu_list .box_chef {
	margin-top: 120px;
	padding: 0;
	background: #a28e74;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu_list .box_chef {
		margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu_list .box_chef {
		margin-top: 3em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu_list .box_chef {
		padding: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu_list .box_chef {
		padding: 3em 1em;
  }
}
.con_menu_list .box_chef > div {
	display: flex;
	align-items: center;
	color: #fff;
}
@media only screen and (max-width: 767px) {
  .con_menu_list .box_chef > div {
		flex-wrap: wrap;
  }
}
.con_menu_list .box_chef > div .box_txt {
	width: 50%;
	margin-right: 4%;
}
@media only screen and (max-width: 767px) {
  .con_menu_list .box_chef > div .box_txt {
		width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu_list .box_chef > div .box_txt {
		margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu_list .box_chef > div .box_txt {
		margin-bottom: 1.5em;
  }
}
.con_menu_list .box_chef > div .box_txt .st {
	margin-bottom: 60px;
	font-size: 225%;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu_list .box_chef > div .box_txt .st {
		margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu_list .box_chef > div .box_txt .st {
		margin-bottom: 0.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu_list .box_chef > div .box_txt .st {
		font-size: 163%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu_list .box_chef > div .box_txt .st {
		font-size: 150%;
  }
}
.con_menu_list .box_chef > div .box_txt .txt {
	padding-bottom: 1em;
}
.con_menu_list .box_chef > div .box_txt .title_history {
	margin-bottom: .4em;
	position: relative;
	padding-bottom: .4em;
}
.con_menu_list .box_chef > div .box_txt .title_history::after {
	content: '';
	background: #fff;
	width: 4%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 2%;
	transform: translateX(-50%);
}
.con_menu_list .box_chef > div .box_txt .tbl_history tr {
	width: 100%;
}
.con_menu_list .box_chef > div .box_txt .tbl_history tr th {
	width: 15%;
	vertical-align: top;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu_list .box_chef > div .box_txt .tbl_history tr th {
		width: 22%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu_list .box_chef > div .box_txt .tbl_history tr th {
		width: 18%;
  }
}
.con_menu_list .box_chef > div .box_img {
	width: 46%;
}
@media only screen and (max-width: 767px) {
  .con_menu_list .box_chef > div .box_img {
		width: 100%;
  }
}

.con_btn {
	margin: 100px auto 130px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_btn {
		margin: 60px auto 90px;
  }
}
@media only screen and (max-width: 767px) {
  .con_btn {
		margin: 2.5em auto 3.5em;
  }
}
