
/*==========================================================================

	cuisine

==========================================================================*/

.page-header01__title3, .chef-text, .header03__main, .course-ttl .menu {
	font-family: 'FOT-筑紫オールドゴシック Std B';
}

.header03__sub {
	font-family: 'TrajanPro-Regular';
	letter-spacing: 0.08em;
}

.page-promotion__list {
	width: 944px;
	margin: 0 auto;
	font-size: 0;
	text-align: center;
}
.page-promotion__item {
	display: inline-block;
	width: 304px;
	margin: 0 5px;
	font-size: 14px;
	vertical-align: top;
}

.page-promotion__item img{
	max-width: 100%;
	height: auto;
}

.chef {
  margin: 60px auto 80px;
  text-align: center;
}

.chef::after {
  content: '';
  clear: both;
  display: block;
}

.chef-img {
  width: 44%;
  float: left;
  padding: 0 15px;
	box-sizing: border-box;
}

.chef-img img {
  width: 374px;
}

.chef-text {
  width: 56%;
  float: left;
  padding: 15px 15px;
	box-sizing: border-box;
}

.chef .inner {
  width: 890px;
  height: 260px;
	text-align: left;
  display: inline-block;
  background: #f9f8f3;
  padding: 40px;
}

.chef .position {
  font-size: 18px;
	display: block;
}

.chef .name {
  font-size: 22px;
  margin: 10px 0 30px;
  margin-top: 10px;
	display: block;
}

.chef p {
  line-height: 2em;
}

.chef .name .kana {
  font-size: 14px;
  margin-left: 10px;
  font-weight: normal;
}
.cuisine .container {
	text-align: center;
}

.course-ttl {
	margin: 50px 0 30px;
}

.course-ttl .menu {
	font-size: 20px;
	margin-bottom: 8px;
}

.course-ttl .price {
	font-size: 12px;
}

.cuisine .main-text {
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 7px;
}

.cuisine .cuisine-img {
	margin: 30px 0;
}

.cuisine .cuisine-img.label {
	position: relative;
	width: 560px;
	margin: 30px auto;
}
.cuisine .cuisine-img.label::after {
	content: '';
	background: url(../../_img/cuisine/ribbon.webp) no-repeat top left / contain;
	width: 118px;
	height: 74px;
	left: 0;
	top: 0;
	z-index: 5;
	position: absolute;
}


.information-card__btn .btn.white::after {
    display: inline-block;
    font: 22px/1 "icomoon";
    content: "\f105";
    margin-top: -0.2em;
    margin-left: 0.85em;
    vertical-align: middle;
		color: #000;
}

.information-card__btn .btn.white:hover::after {
	color: #fff;
  background-color: #123563;
	transition: color .3s;
}

.cuisine .gallery01__item-title01 {
	text-align: center;
}

.banquet .cuisine-img {
	margin: 60px auto;
}

.faq_set {
	text-align: left;
}

.faq_set dt{
    padding: 20px 15px 20px 50px;
    position: relative;
    background-color: #f5f6f5;
    margin-top:20px;
    font-size:18px;
}
.faq_set dt:hover{
    cursor: pointer;
}
.faq_set dt.active::before{
    content:"";
    display:inline;
    width:21px;height:21px;
    background:url(../../_img/cuisine/icon_close.webp);
    position: absolute;
    left: 20px;
    top: 30%;
}
.faq_set dt::before{
    content:"";
    display:inline;
    width:21px;height:21px;
    background:url(../../_img/cuisine/icon_open.webp);
    position: absolute;
    left: 20px;
    top: 30%;
}
.faq_set dd{
    padding: 20px 15px 30px 44px;
    position: relative;
    line-height: 1.6;
    border: 1px solid #f5f6f5;
    font-size: 16px;
}

.faq_set dd .btn-outer {
	display: table;
	width: 245px;
	height: 38px;
	margin-top: 20px;
	color: #fff;
	border: 1px solid #123563;
	background: #123563;
}

.faq_set dd .btn {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	transition: all .3s;
	text-align: center;
	font-size: 14px;
}

.faq_set dd .btn-outer:hover {
	background: #fff;
  transition: all .3s;
}

.faq_set dd .btn:hover {
	color: #123563;
}

.cuisine .faq {
	margin-bottom: 100px;
}
